/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
body {
	color: #000000;
	background: #402828;}
#bannerOne { width:205px; float:right; text-align:right;}
#bannerThree { float:left; text-align:left; margin-bottom:6px; }

.columnspacer, .columnspacer img { width:6px; }

.addtofavorite { float:right; width:100px;}

.centerBoxWrapper ul { padding:0; margin:0; border-left:1px solid #E1C6C6; }
.detailbutton { display:none;}

/* blog */
#page #sidebar {  float: right; width:200px; padding-left:15px;}
#page #sidebar ul { padding:0; margin:10px 0;}
#page #sidebar ul li { padding:0 0 0 10px; margin: 0;}
#page #content {  float: left; width:580px;}
#page #footer {}

#otherProducts { width:796px; height:180px; overflow:hidden;}
#otherProducts .carouselWrapper { width:796px; }
#otherProducts h3 { font-size:10px; font-weight:normal;}
#otherProducts li { width:95px; }
#otherProducts li .centerGrid { text-align: center; }
#otherProducts .carouselWrapper .next {
background:url("../images/nextprev.png") no-repeat scroll -20px 30px transparent;
float:right;
height:70px;
margin:0 auto;
padding:0;
width:15px;
}
.carouselImagesWrapper { overflow:hidden; float:left; }
#otherProducts .carouselWrapper .prev {
background:url("../images/nextprev.png") no-repeat scroll 0px 30px transparent;
float:left;
height:70px;
margin:0 auto;
padding:0;
width:15px;
}
#otherProducts .productPriceDiscount, #otherProducts .normalprice 
{ display:none; }
#otherProducts .productSpecialPrice { background:none;}