/* #### Quantity Price Breaks #### */

.productPriceInBox {width:65%; margin:2px 0 10px 0;}
.productPriceInBox td {width: 50%; border:1px solid #FFFFFF; padding:3px; font:11px Arial; white-space:nowrap; text-align:left !important;}

.productPriceInBox_title {font: bold 11px arial;}

/* #### END Quantity Price Breaks #### */

.priceChanged {color:#ff0000}

/* ////////// Tabbed descriptions Font styles ////////// */

.boxTextMain {font:12px arial; padding:5px;}

.tabOpen {
height:auto; 
padding:5px 9px 6px 7px;
color: #333;
background:#fff url(/layout/img/tabopen.gif) no-repeat right top;
white-space:nowrap;
font:bold 11px arial;
text-align:center;
border-bottom:none;
border-left:solid 1px #ccc;
text-transform:uppercase;
position:relative;
z-index:2;
}

.tabClosed {
height:auto;
padding:5px 9px 5px 7px;
cursor:pointer;
color: #666;
background:#fff url(/layout/img/tabclosed.gif) no-repeat right top;
white-space:nowrap;
font:bold 11px arial;
text-transform:uppercase;
text-align:center;
border-bottom:solid 1px #ccc;
border-left:solid 1px #ccc;
position:relative;
z-index:2;
}

.tabContent {
width:330px !important;
min-height:84px;
text-align:justify;
padding:10px;
font-size: 12px;
color: #333;
border:1px solid #ccc;
-moz-border-radius-bottomleft:5px; 
-moz-border-radius-bottomright:5px;
-moz-border-radius-topright:5px;
border-bottom-left-radius:5px; 
border-bottom-right-radius:5px;
border-top-right-radius:5px;
position:relative;
top:-1px;
z-index:1;
}

.tabContent ul {margin:10px 5px 10px -20px;}

.spectable tr td{
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}

.spectable tr td:first-child{
border-left:0;
}

.spectable tr:first-child td{
border-top:0;
}


/* ////////// END Tabbed descriptions Font styles ////////// */


.qntyfield input{ 
font:11px verdana;
padding:2px;
}

.attribBox select{
border:1px solid #454548; 
background-color:#FFFFFF; 
width:150px; 
color:#000000;
font:11px verdana;
/*text-transform: uppercase;*/
}

.attribBox {}

.prodInfo_desc {
width:500px; 
padding-left:10px;
overflow-x:hidden;
font-size:12px;
}


.inc_mod_productimages_td TD {
padding:0; 
border: 1px solid #D9D9D9;
}


/* ////////// IMAGE SCALER ////////// */

.image_scaler_table {
width:100%;
text-align:left;
}

.image_scaler_up {
height:25px; 
width:25px; 
background-image:url(/layout/img/scale-up.gif); 
background-repeat:no-repeat; 
cursor:pointer;

}

.image_scaler_down {
height:25px; 
width:25px; 
background-image:url(/layout/img/scale-down.gif); 
background-repeat:no-repeat; 
cursor:pointer;
}

.image_scaler_reset {
height:25px; 
width:25px; 
background-image:url(/layout/img/scale-reset.gif); 
background-repeat:no-repeat; 
cursor:pointer;
}

.image_scaler_th_border {
border:1px dashed #333;
}
.image_scaler_th_img {
margin:5px 2px !important;
padding:5px 3px !important;
text-align:center !important;
}
.image_scaler_th_img img {
left:3px !important;
}

/* ////////// END IMAGE SCALER ////////// */



/* ////////// ENLARGE IMAGE POP ////////// */

.prodinfo-pop_topbar {
height:25px; 
background-color:#EEB9A2;
padding-right:20px;
text-align:right;
}

.prodinfo-pop_topbar-link {
font-family: arial;
font-weight:bold;
font-size: 11px; 
color:#FFFFFF;
}

/* ////////// END - ENLARGE IMAGE POP ////////// */

/* ////////// Attribute Icons ////////// */

.attrSelector_select, .attrSelector_select select, .attrSelector_select input {width:200px; border:none; border-style:none; font: bold 12px arial; color: #655545;}

.attrSelector table {width:29px;}

.attrSelector td {}

.attrSelector div {margin:0; padding:2px; cursor:pointer; z-index:0;}

.attrSelector .inactive img {
filter:alpha(opacity=25);
-moz-opacity:.25; 
opacity:.25;
	color: #333;

}

.attrSelector .halfactive img {
filter:alpha(opacity=50);
-moz-opacity:.5; 
opacity:.5;

}

.attrSelector .selected {
  border:dotted 1px #6799c8;
	color: #333;

}

.attrSelector .inactive {
display:block;
	color: #999;
	font-size: 11px;
	background-color: #fff;
}

.attrSelector .offstock {
  background: #fff;
  border:solid 1px #B65B34;
  height:100%;
  filter:alpha(opacity=65);
-moz-opacity:.65; 
opacity:.65;
  z-index:0;
}


.attrPullDown option.inactive {
  color:#999999;
}

.attrPullDown option.offstock {
  background: #fff;
	color: #333;

}

.models_date_avail_warning {font-weight:bold; font-size:11px; color:#FF0000;}

.cartButtonDisabled {
filter:alpha(opacity=25);
-moz-opacity:.25; 
opacity:.25;
}


