@charset "utf-8";
/* CSS Document */

.pagination { background:#660000; color:#FFF; height:22px; line-height:20px; font-size:0.9em; position:relative; top:-10px;left:-10px; margin-right:-20px;}
.pagination a { color:#FFF; }
.pagination .left { float:left; padding-left:10px; }
.pagination .right { float:right; padding-right:10px; }
.pagination div { float:left; }
.pagination .navbtn { height:17px; width:17px; background:#000; text-align:center; margin:1px 2px 1px 0; border-right:1px solid #666; border-bottom:1px solid #666; line-height:16px; float:left; text-decoration:none; }
.pagination .navdots { height:17px; width:17px; background:#000; text-align:center; margin:1px 2px 1px 0; border-right:1px solid #666; border-bottom:1px solid #666; line-height:16px; }
.pagination .navbtn:hover { border-right:1px solid #333; border-bottom:1px solid #333; cursor:pointer; }

.contenttitle { border-top:1px dotted #999; border-bottom:1px dotted #999; background:#660000; color:#FFF; margin-bottom:10px; }

#productsFooterPagination { position:relative; bottom:-10px; }
.producttitle { float:left; color:#660000; padding:0; margin:6px 0 0 0; line-height:normal; height:20px; border-bottom:1px dashed #999; font-weight:bold; width:298px; }

.productInfo { padding-bottom:10px; margin-bottom:10px; border-bottom:1px dashed #CCC; }
	.productInfo .qty_txt { width:70px; float:left; }
	.productInfo .green_btn { float:left; position:relative; top:-4px; }
	.productInfo .red_btn { float:left; position:relative; top:-4px; }

.productLeft { width:130px; float:left; }
	.productLeft .productImage { margin-bottom:10px; }
	.productLeft .productImage, .productLeft .productReadMore { clear:both; width:100%; }
	.productLeft .red_btn { position:relative; left:20px; }
	.productLeft input, .productLeft img { margin:0 auto; }

.productRight { width:300px; float:right; }
	.productInfo .descLabel { font-weight:bold; float:left; width:66px; clear:left; }
	.productInfo .descValue { float:right; width:74px; clear:right; }
	.productRight .productDesc { float:left; width:145px; }
	.productRight .productDescRight{ float:right; width:145px; }
	.productRight .cartoptions { float:left; clear:both; width:100%; }
	
.saving { font: italic normal normal 1.4em/44px Georgia; width:40px; text-indent:50px; height:44px; background:url(../_images/saving_signs.gif) no-repeat 2px -39px; float:left; position:relative; left:6px; top:-15px; }