/* CSS Document */
.products-details {
   margin:0px;
   clear:both;
}

.products-details-name h2 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:5px;
	border-bottom:3px solid #A9192D;
	text-align:left;
}

.products-details-navig-back {
	top:290px;
	left:375px;
	position:absolute;
	font-weight:bold;
}

.products-details-navig-nextprev {
	top:290px;
	position:absolute;
	left:740px;
	text-align:right;
	width:130px;
	font-weight:bold;
	
}

.products-details a:hover {
    color: #000;
}

.products-details-navig-nextprev span {
	margin-left:5px;
	margin-right:5px;
	color:#999999;
}

.products-details table {
	clear:left;
}
.products-details-desc {
	color:#46444F;
	text-align:left;
}

.products-details-desc h4 {
	color:#000000;
}

.products-details-desc p {
	text-align:left;
}
.products-details-photo {
	clear:both;
}
.products-details-seealso {
	clear:both;
	padding-top:5px;
}

#seeAlso {
	padding:8px;
	padding-top:0px;
}
#seeAlso p {
	margin:0px !important;
	margin-bottom:5px !important;	
	text-align:left;
	padding-left:10px;
}
#seeAlso p a {
	line-height:14px !important;
	font-size:11px;
	font-weight:normal;
}
#seeAlso, #seeAlso .sb-inner { background:white; }
#seeAlso .sb-border { background:#B7B7B7; }

#gallery, #gallery .sb-inner { background:white; }
#gallery .sb-border { background:#B7B7B7; }

#gallery table {
	margin:5px;
}

#attributes, #attributes .sb-inner { background:#FAF4DE; }
#attributes .sb-border { background:#E0D7B9; }

.products-details-attrib {
	margin:5px;
}
.products-details-attrib table {
	width:100%;
}
.products-details-attrib table td {
	padding:4px;
	border-bottom:1px solid #FFF;
}

.products-details-options table {
	width:100%;
}

.products-details-options table td {
	padding:4px;
	border-bottom:1px solid #FFF;
}

.products-details-options table th {
	padding:4px;
	border-bottom:1px solid #FFF;
}
