/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 5.1

' Modified : May 2007
' Copyright: Copyright (C) 2004 Webs Unlimited, Inc. 
'            See "license.txt" for this product for details regarding 
'            licensing, usage, disclaimers, distribution and general 
'            copyright requirements. If you don't have a copy of this 
'            file, you may request one at http://www.candypress.com
'**************************************************************************/

/* General Tag specifications */
BODY, B, TD, P     {COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt}


/* width of the body content */
.content
{
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    width: 982px;
}


/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BORDER: 1px solid #BBC3D3}
.CPbox2H           {COLOR: #FFFFFF; BACKGROUND-COLOR: #000000; PADDING: 1px}
.CPbox2H B         {COLOR: #FFFFFF; font-size:12px; font-family:arial;}
.CPbox2B           {COLOR: #333333;}
.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; FONT-SIZE: 10px; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #CCCCCC}

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 9pt}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 11pt}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #800000}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #800000}

/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: red}

/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */
.CPnoImgT {COLOR: #800000}

/* Category List */
.CPcatDescList {}

/* Category Description - No products linked to it */
.CPcatDesc {}

/* Category Description - Has products linked to it */
.CPcatDescProd {FONT-WEIGHT: bold}

/* Option Description for "Optional" options */
.CPoptDesc {FONT-STYLE: italic}

/* Option Select box */
.CPoptSel {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Text box */
.CPoptTxt {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}


/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}
.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: underline}

/* System Messages */
.CPsysMsg    {FONT-SIZE: 10pt;}
.CPsysMsgErr {COLOR: red; FONT-SIZE: 10pt;}
.CPsysMsgURL {FONT-SIZE: 10pt}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}


/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {FONT-SIZE: 6pt; TEXT-DECORATION: none;}
.install { 
	BORDER: 1px solid #BBC3D3
}

.installcomment {
	PADDING-LEFT: 30px;
}

.textBlock {
	BACKGROUND-COLOR: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}

.maintClosed {
	color: red;
	font-size: 15pt;
	text-align: center;
}

.CPContactUs {

}

/* -------------------- */
/* ADDED -- Version 3.5 */
/* -------------------- */
.findTable {
	background-color: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}
.listTable {
	background-color: #EEEEEE;
}
.listRowTop {
	BACKGROUND-COLOR: #DDDDCC;
	BORDER-TOP: 1px solid #888888;
	BORDER-BOTTOM: 1px solid #888888;
}
.listRowHead {
	BACKGROUND-COLOR: #DDDDDD;
}
.listRowBot {
	BACKGROUND-COLOR: #DDDDCC;
	BORDER-TOP: 1px solid #888888;
	BORDER-BOTTOM: 1px solid #888888;
}

/* --------------------  */
/* ADDED -- Version 4.1  */
/* --------------------  */
.cpbeta {
	color: red;
	font-size: 14pt;
	
}

/* New template style */ 
html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0; /* center for now */
	width: 24em; /* ems so it will grow */
	background: url(../usermods/img/featurebox/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../usermods/img/featurebox/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../usermods/img/featurebox/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../usermods/img/featurebox/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	text-align: left;
}

.boxbody a {	
	text-decoration: none;
}
.boxbody a:hover {
	text-decoration: underline;
}
.boxbody span.cpCart {
	text-align: left;
	padding-right: 3em;
}

/* --------------------  */
/* ADDED - KAYA 08/11/09 (TOP)*/
/* --------------------  */

.searchinput {
	border:0 none;
	color:#636365;
	float:left;
	font-family:arial;
	font-size:8pt;
	margin-top: 3px;
	margin-left:4px;
	margin-right:3px;
	padding-left:3px;
	vertical-align:middle;
	width:168px;
}


.top-content {
	border: 0;
	cellspacing: 0;
	padding: 0;
	width: 982px;
	height: 85px;
}

.search-table {
	background-color:white;
	border:1px solid #CCCCCC;
	height:25px;
	cellspacing: 0;
	padding: 0;
}

.top-links {
	font-size:8pt;
	padding-bottom:10px;
	text-align:right;
	font-family:arial,helvetica;
}

.top-links a {
	padding:0 5px;
	color:#0066CC;
	text-decoration:none;
}

.top-links span {
	color:#333333;
}

.top-contact {
	color:#333333;
	font-size:8pt;
	padding-top:10px;
	text-align:right;
	font-family:arial,helvetica;
}

.top-contact {
	padding-left:3px;
}

/* --------------------  */
/* ADDED - KAYA 08/11/09 (FOOTER)*/
/* --------------------  */

.footer-frame {
	border:1px solid #CCCCCC;
}


#column5 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../usermods/img/footer/bg.jpg) repeat-x scroll left bottom;
width:982px;
}

#column5 table {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}

.title_emph {
font-size:9pt;
font-weight:bold;
}

#column5 span.title_emph div {
margin:20px 20px 0;
}

#column5 div div div {
padding:0 20px;
}

.lnks {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../usermods/img/footer/secondarybk.gif) no-repeat scroll left top;
color:black;
font-size:8pt;
font-weight:normal;
line-height:17px;
padding:0 5px 5px 20px;
}

.lnks a {
font-family:arial,helvetica;
color:#000000;
font-size:8pt;
text-decoration:none;
}

.lnks a:hover {
text-decoration:underline;
}

.disclaimer {
font-size:9px;
padding-top:10px;
font-family:arial,helvetica;
text-align:left;
}

/* --------------------  */
/* ADDED - KAYA 08/12/09 (Mootools Menu)*/
/* --------------------  */
div.menu-topper {  position:static; height:5px; width:982px; background:#000000;}
div.menu-bottomer {  position:static; height:5px; width:982px; }
div.headermenu { display:block; position:relative; height:25px; font-family:arial; z-index: 99; width:982px;}
#menu-container { z-index: 99; display:block; position:relative; width:982px; margin:0px auto 0px; font-size:12px; }
#drop_down_menu {  height:25px; display:block; position:absolute; clear:both; margin:0px; padding:0px; list-style-type:none; text-align:center; width:982px; float:none; left:0px; top:0px;}
#drop_down_menu li { height:25px; font-size:12px; font-weight:bold; float:left; color:#FFFFFF; cursor:pointer; background:#000000; width:145px;}
#drop_down_menu li a { color:#FFFFFF;  text-decoration:none; text-align:left;}
#drop_down_menu li ul { margin:0px; padding:0px; list-style-type:none; padding-top:10px;}
#drop_down_menu li ul li { display:block; float:none; clear:both; }
#drop_down_menu li ul li a {padding-left:5px; color:#CCCCCC; font-weight:bold; text-decoration:none; display:block; }
#drop_down_menu li ul li a:HOVER { text-decoration:underline; color:#FFFFFF; }


/* Sample 6*/
#box6{
	position:absolute;
	width:982px;
}
#box6 span{
	display:block;
}
#handles6_1{

	position: absolute;
	width:250px;
	bottom: 15px;
	right: 0px;	
}
#handles6_2{
	float:right
	position:absolute;
}
.mask6{
	position:relative;
	left:0px;
	margin-left:0px;
	width:982px;
	height:300px;
	overflow:hidden;
}

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
	float:left;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:982px;
	height:70px;
	background:#000;
	position:absolute;
	top: 230px;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
	width:600px;
	
}
.info h4{
	font-size:14px;
	margin:0px;
}

.info p{
	font-size:12px;
	margin-top:0px;
    font-weight:bold;
}
.info h4 a{
	
	background:#fff;
	color:#000;
	font-size:11px;
	padding:0 3px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:982px;
	height:300px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:982px;
	height:300px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:982px;
	height:300px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

/* --------------------  */
/* ADDED - KAYA 08/17/09 (Apple Boxes)*/
/* --------------------  */

#route {
position:static;
width:982px;
height:290px;


}

#route .columnlast {
height:120px;
margin:0;
padding:0px 25px 140px;
position:relative;
width:195px;
margin-left:0px;
}

#route .columnmid {
height:275px;
margin:0;
position:absolute;
width:735px;
float:left;
margin-left:0px;
z-index:10;
border-left:1px solid #E9E9E9;
border-top:1px solid #E9E9E9;
border-bottom:1px solid #E9E9E9;
}

#route .columnlast {
float:right !important;
}

#route .columnfirst h3 {
margin-right:-10px;
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-size:15px;
line-height:1.4;
margin-bottom:0.3em;
}
#route .columnfirst h3 a {
color:#000000;
text-decoration:none;
}
#route .columnfirst h3 a:hover {
color:#0088CC;
text-decoration:none;
}
#route .columnfirst p {
margin-bottom:0;
}
#route .columnfirst h3, #route .columnfirst p, #route .columnfirst a.more {
position:relative;
z-index:10;
text-decoration:none;
}
#route .columnfirst img {
bottom:0;
left:2px;
position:absolute;
z-index:1;
border:0 none;
}
#route .columnlast img {
left:1px;
}
#route .columnlast {
height:258px;

padding:0;
position:relative;
width:244px;
}
#route .columnlast li {
border-top:1px solid #E9E9E9;
line-height:1.3;
margin:0;
padding:0;
width:100%;
height: 68px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#route .columnlast ul {
margin:0;
padding:0;
}
#route .columnlast li:first-child {
border-top:medium none;
}
#route .columnlast li a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(../usermods/img/route-arrow-grey-20090709.gif) no-repeat scroll 95% 50%;
color:#000000;
display:block;
font-size:90%;
height:56px;
padding:11px 60px 1px 20px;
text-decoration:none;
}
#route .columnlast li a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F7FBFD url(../usermods/img/route-arrow-blue-20090709.gif) no-repeat scroll 95% 50%;
}
#route .columnlast li a strong {
display:block;
font-size:130%;
}
#route .columnlast #shadow {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../usermods/img/route-insetshadow-20090709.png) no-repeat scroll 0 50%;
height:100%;
left:0;
position:absolute;
top:0;
width:4px;
}

div.mid-bottomer {  position:static; height:5px; width:982px;}


/* --------------------  */
/* ADDED - KAYA 09/03/09 (Form Validation)*/
/* --------------------  */


.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}