
/*************************Details Nav*******************************/
#headerbar {
	width: 960px;
	height: 40px;
	padding-top: 20px;
}

#name {
	margin-left: 20px;
	float:left;
	width: 600px;
}

#productnumber {
	margin: -15px 15px 0px 80px;
	float: right;
	text-align: right;
	width: 350px;
}

#productnumber h3 {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

ul#detailssnav {
	width: 960px;
	height: 40px;
	margin-top: 40px;
	margin-left: 0px;
	margin-bottom: 30px;
	background: #222;
	list-style-type: none;	
	overflow: none;
	}

* html ul#highlightsnav {
	height: 35px;
}
	
#detailssnav li {
	padding-top: 9px;
	margin-left: 60px;
	float: left;
	width: 100px;
	height: 40px;
	line-height: 1.8em;
	color: #888;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}
	
#detailssnav li a {
	display: block;
}
	
#detailssnav li.active {
	padding-top: 9px;
	margin-left: 60px;
	float: left;
	width: 100px;
	height: 30px;
	line-height: 1.8em;
	color: #888;
	background: #333;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}

#detailssnav li.inactive {
	background-position: bottom;
}
	
#detailssnav li:hover {
	background-position: top;
}
	

/*************************Sliding Box*******************************/
#frame {
	overflow: hidden;
	width: 960px;
	}

#scroller {
	width: 960px;
	overflow: hidden;
	}

#contentbox {
	width: 5250px;
	}
	
.section {
	width: 960px;
	float: left;
	}
	

/*************************Image, Description, Features, Review and FAQs*******************************/
#img {
	margin: 20px 30px 0px 80px;
	float: left;
	width: 250px;
	height: 250px;
}

#img img {
	border: 4px solid #666;
}

#img p {
	margin-top: 5px;
}

#detailsdesc {
	width: 960px;
	background: #000;
	*margin-right: 0px;
}

#detailsdesc p {
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 10px;
}

#form {
	margin: 0px 5px -35px 20px;
	padding-top: 20px;
	padding-left: 20px;
	float:left;
	width: 200px;
}

#instructions {
	margin-left: 20px;
	padding-top: 20px;
	float:left;
	width: 250px;
	height: 290px;
}

#instructions img {
	margin: 0px 10px 0px 0px;
}

#instructions p {
	margin-top: 10px;
}

#instructions2 {
	margin-left: 20px;
	padding-top: 20px;
	float:left;
	width: 450px;
	height: 290px;
}

#instructions2 img {
	margin: 0px 10px 0px 0px;
}

#instructions2 p {
	margin-top: 10px;
}

#form .price {
	color: #fff;
	width: 230px;
	height: 30px;
	font-size: 20px;
	font-weight: bold;

	padding-bottom: 5px;
	float: left;
}

.streetprice {
	color: #fff;
	width: 230px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	padding-bottom: 5px;
	float: left;
}

.webprice {
	color: #fff;
	width: 230px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	float: left;
}

.border {
	width: 100px;
	height: 100px;
	border: 2px solid #666;
}

#accessoriesdesc img {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#destailsaccessories p {
	margin: 0px;
	padding: 0px;
}

.all {
	width: 960px;
	height: 60px;
	background: #000;
	text-align: center;
	float: left;
}

#detailsfaq {
	width: 960px;
	background: #000;
	*margin-right: 0px;
}

#detailsfaq #faq {
	padding-left: 50px;
}

#detailsfaq #form1 {
	margin: 1px 5px 0px 40px;
	float: left;
	width: 627px;
	background-color: #222;
	border: 1px solid #333;
}

#detailsfaq #form1 form {
	margin: 40px 0px 0px 50px;
}

#detailsfaq #form1 p {
	margin: 0px 0px 7px 0px;
}

#detailsfaq #form1 input {
	width: 230px;
	margin: 0px 0px 10px 0px;
}

#detailsfaq #form1 .submitbutton p {
	font-size: 11px;
	font-weight: bold;
	color: #a4a4a4;
	padding: 5px 0px 0px 30px;
}

#detailsfeatures {
	width: 960px;
	background: #000;
	*margin-right: 0px;
}

#detailsfeatures #features {
	padding-left: 70px;
}

#detailsreviews {
	width: 960px;
	background: #000;
	*margin-right: 0px;
}

ul#review {
	padding: 10px 30px 10px 60px;
	margin-bottom: 10px;
	list-style-type: none;
	background: #222;
}

#answer {
	line-height: 1.6em;
	margin-bottom: 10px;
	padding: 0px;
	border-bottom: 1px solid #333;
	
}

#answer ul {
	list-style-type: none;
	padding-bottom: 10px;
}
	
.quoteplace {
	font-style: italic;
	line-height: 1.6em;
	font-size: 9px;
	margin: 0px;
	padding-bottom: 10px;
}

.quoteperson {
	font-weight: bold;
	line-height: 1.6em;
	font-size: 9px;
	margin: 0px;
	padding: 0px;

}

#detailsreviews #form1 {
	margin: 1px 5px 0px 40px;
	float: left;
	width: 627px;
	background-color: #222;
	border: 1px solid #333;
}

#detailsreviews #form1 form {
	margin: 40px 0px 0px 50px;
}

#detailsreviews #form1 p {
	margin: 0px 0px 7px 0px;
}

#detailsreviews #form1 input {
	width: 230px;
	margin: 0px 0px 10px 0px;
}

#detailsreviews #form1 .submitbutton p {
	font-size: 11px;
	font-weight: bold;
	color: #a4a4a4;
	padding: 5px 0px 0px 30px;
}

.qtybreaktitles {
	padding: 0px 70px 0px 0px;
}

.breaks b {
	font-weight: normal;
	color: #fff;
}

#details {
	margin: 10px 5px 0px 20px;
	float:left;
	width: 400px;
}

.addtocart {
	width: 150px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 0px;
	height: 30px;
	float: left;
}

#accessory .addtocart {
	width: 150px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 70px;
	padding: 0px;
	height: 30px;
	float: left;
}

.emailfriend {
	width: 150px;
	height: 30px;
	font-size: 1em;
	color: #888; 
	font-weight: bold;
	border: 1px solid #000;	
}

.addtocart p, .emailfriend p {
	text-size: 9px;
	margin-left: 15px;
	padding-bottom: 10px;
	color: #b6b8ba;
}

marginzero { margin: 0px; }


/*************************Accessories Fields*******************************/
#accessories {
	width: 960px;
	background: #000;
	*margin-right: 0px;
}

#accessories h2 {
	margin: 0px 0px 10px 50px;
	font-size: 12px;
	color: #888;
}

#accessory {
	width: 960px;
	float: left;
	background: #222;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 0px;
	border-left: 0px;
	padding: 0px;
	margin-bottom: 2px;
}

#accessories .title { 
	padding-top: 10px; 
	padding-left: 20px;
	width: 660px;
	height: 40px;
	background: #333;
}

#accessories ul.titles {
	margin: 0px 0px 0px 200px;
}

#accessories ul.titles li {
	margin: 0px 60px 5px 0px;
	font-weight: bold;
}

#accessories ul.acc {
	margin: 40px 0px 0px 30px;
}

#accessories ul.acc li {
	margin: 0px 50px 0px 0px;
	width: 50px;
}

#accessories ul.acc li.desc {
	width: 200px;
	text-align: left;
	margin-right: 15px;
}

#accessories ul.acc li.price {
	color: #fff;
	font-size: 11px;
}

#accessories ul.acc li.button {
	width: 70px;
}

#accessories #header1, #detailsdesc #header1, #detailsreviews #header1, #detailsfaq #header1, #detailsfeatures #header1 {
	margin: 0px 5px 4px 0px;
	width: 960px;
	height: 40px;
	background-color: #0b0b0b;
}

#accessories #header1 h1, #detailsdesc #header1 h1, #detailsreviews #header1 h1, #detailsfaq #header1 h1, #detailsfeatures #header1 h1 {
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	padding-top: 10px;
	margin-left: 70px;
}


#accessories .accprice {
	text-align: center;
	margin-top: -5px;
}

#accessories .addtocart {
	margin-top: 23px;
}

#info {
	padding: 0px 15px 15px 15px;
	width: 208px;
	height: 40px;
	float: left;
}

#accessories img {
	width: 100px;
	height: 100px;
	margin-left: 65px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.border {
	border: 2px solid #666;
}

.itemid {
	height: 10px; 
	text-align: center;
}

#accessories .desc {
	text-align: center;
	text-size: 12px;
}


.learnmore {
	padding-left: 65px;
	width: 100px;
	float: left;
}


#totalfield {
	width: 680px;
	height: 60px;
	padding-top: 20px;
}

#accessory .price {
	height: 10px; 
	color: #fff;
	font-size: 13px;
	text-align: left;
	padding-top: 2px;
	margin-left: 65px;
}

.quanity {
	width: 30px;
}


/* Product Details Form */
#pdform {
	background-color: #000;
	padding-bottom: 20px;
	display: inline;
}
	
#pdform input, select, checkbox {
	width: 40px;
	color: #222;
	font-size: 11px;
	height: 16px;
	background: #888;
	border: 1px solid #888;
}


#pdform .qty {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#pdform #qty {
	width: 40px; 
	background: #888; 
	color: #000; 
	margin-top: 10px;
}

#pdform ol {
	padding-bottom: 10px;
}

#pdform li {
	padding-bottom: 5px;
}

#pdform img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#pdform .clear {
	clear: both;
}

#submitbutton {
	background: url(http://files.thehoffmangroup.com/img/buttons/submitbutton.png) no-repeat;
	width: 98px;
	height: 29px;
	color: #ff8c00;
	font-size: 11px;
	cursor: pointer;
	margin: 2px 0px 6px 0px;
	*padding: 3px 0px 0px 0px;
	*margin: 0px 0px 6px -50px;
}


/*************************IE6 Fixes*******************************/
* html #img {
	margin: 20px 30px 0px 20px;
}

* html #accessory {
	width: 170px;
}

* html #accessory .addtocart {
	width: 40px;
	margin-left: 30px;
	margin-bottom: 0px;

}

* html .addtocart {
	margin-left: 0px;
}

* html #detailssnav li.active {
	height: 39px;
	
}


