/*Structural Layout*/
#body {
   background: #DDDAD5 url(/images/bg_sidebar.gif) repeat-y right 28px;
}

#bodyfull {
	background-color: #DDDAD5;
	text-align: left;
	padding-bottom: 20px;
}
#content{
   float: left;
   width: 630px;
}

#contentfull{
   float: left;
   width: 880px;
}
#sidebar{
   float: right;
   width: 250px;
   background: url(images/bg_sidebar_top.gif) repeat-x left -20px;
}

#sidebar2{
	float: right;
	width: 250px;
	background: url(images/bg_sidebar_top.gif) repeat-x left -21px;
	overflow: hidden;
}

/*Product details and checkout form*/
.in-content{padding: 15px;}
.in-sidebar{
	padding: 40px 15px 10px;
}
.in-sidebar2{
	padding: 36px 15px 15px;
}
#product-detail-1 {
   float: left;
   width: 60%;
}
#product-detail-2 {
   float: right;
   width: 38%;
}
#product-detail-1 a, #product-detail-2 a{
	color: #660000;
	text-decoration: none;
}
#product-detail-1 a:hover, #product-detail-2 a:hover{
   color: #CC0000;
   text-decoration: none;
   border-bottom: 1px dotted #CC0000;
}
#add-to-cart{ margin-bottom: 30px; }
#add-to-cart td{ padding: 4px;}
#details{
	color: #000000;
	padding: 3px;
	background-color: #B1AA9E;
   width: 100%;
}
#details thead{
   font-weight: bold;
   color: #FFF;
   background: #423D33;
}
#details td{padding: 2px;}

.productbox{
   float: left;
   width: 33.3%;
}
.productbox p{
   margin: 0px 0px 5px;
   padding: 0px 0px 5px;
}
.header_row {
	background: #B1AA9E
}

.productbox a:hover img{ border-bottom-style: none}
table#accessories, table#accessories table { width: 100%; }
table#accessories caption {
   margin-top: 15px;
   text-align: left;
}
table#accessories thead {
   background: #423D33;
   color: #FFFFFF;
}
table#accessories thead td {
   text-align: left;
}
table#accessories td {
	padding: 5px;
	vertical-align: top;
	text-align:center;
}
table#accessories tr tr td {
   text-align:left;
}
table#accessories .tr-highlight { background: none; }
table#accessories .tr-highlight2 { background: none; }
