/******************************************************************
 +Extras
******************************************************************/

#extrawrapper {
/*	position: absolute; */
/*	top: 500px; */
	padding-top: 40px;
	width: 200px;
}
#extras {
	margin-top: 50px;
	font-size: 10pt;
}
#extras a  {
	text-decoration: none;
	color: #666666;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#extras a:hover {
	background-color: #E4251B;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	color: #FFFFFF;
}
#extras ul li a {
	padding-left: 20px;
}
#extras h3 {
	font-size: 10pt;
/*	font-weight: bold; */
	padding-top: 5px;
	padding-bottom: 5px;
	color: #999;
	margin: 0px;
}
#extras h3 a {
	text-decoration: none;
	color: #999;
	display: block;
}
#extras h3 a:hover {
	background-color: #999;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	color: #fff;
}
#extras h3.nolink  {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#options {
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 20px;
	font-size: 9pt;
	color: #000000;
}
#options h3 {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 10px;
}
#options a {
	text-decoration: none;
	color: #000000;
}
#options ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-image: url(../images/list-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

/******************************************************************
 +Product Section
******************************************************************/

#product-preview {
	float: left;
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
}
#product-details {
	float: right;
	width: 520px;
	line-height: 13pt;
}
#product-features ul.left {
	float: left;
	width: 230px;
	position:relative;
}
#product-features ul.right {
	float: right;
	width: 230px;
}
#product-features ul.left li {
	padding-left: 12px;
	padding-top: 4px;
	background: url(../images/list-arrow.gif) no-repeat 0 4px;
}
#product-features ul.left li {
	padding-left: 12px;
	padding-top: 4px;
	background: url(../images/list-arrow.gif) no-repeat 0 4px;
}


#product-features ul {
	width: 520px;
}
#product-features ul li {
	float: left;
	width: 230px;
	padding-left: 12px;
	padding-top: 4px;
	background: url(../images/list-arrow.gif) no-repeat 0 4px;
}
#product-features ul li.long {
	float: left;
	width: 508px;
	padding-left: 12px;
	padding-top: 4px;
	background: url(../images/list-arrow.gif) no-repeat 0 4px;
}
br.clear {
	clear: both;
}
#product-specs {
	display: none;
}
#product-image {
	text-align: center;
	height: 200px;
}
#product-img-display {
	cursor: pointer;
	cursor: hand;
}
#product-imageicons {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
/*	height: 100px; */
}
#product-imageicons img {
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	cursor: hand;
}
#product-inthebox {
	padding-left: 10px;
	padding-right: 10px;
}
#product-inthebox ul li {
	padding-left: 12px;
	padding-top: 4px;
	background: url(../images/list-arrow.gif) no-repeat 0 4px;
}
#product-optional {
	padding-left: 10px;
	padding-right: 10px;
	display: none;
}
#product-optional ul li {
	padding-left: 12px;
	padding-top: 4px;
	background: url(../images/list-arrow.gif) no-repeat 0 4px;
}
#product-optional ul li a {
	text-decoration: none;
	color: #333;
}
#product-body {

}
#product-more {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	text-decoration: underline;
	padding: 10px;
}

#product-details-title {
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
}

#product-details-title img {
	vertical-align: middle;
}

/* ************** */
/* Product Tables */
/* ************** */

#product-details table, #product-details td {
	font: 100% Arial, Helvetica, sans-serif;
}
#product-details table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}
#product-details th, #product-details td {
	text-align: left;
	padding: .5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
#product-details th {
	background: #ccc;
}
#product-details td {
	background-color: #E6E6E6;
}


/******************************************************************
 +Slider
******************************************************************/

#slider-container {
	width: 560px;
	height: 130px;
	float: left;
	overflow: auto;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}
#slider-container div.slider div {
	height: 110px;
}
#slider-left, #slider-right {
	float: left;
	width: 40px;
	height: 90px;
	padding-top: 40px;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
#slider-left {
	text-align: right;
	padding-right: 15px;
	padding-left: 60px;
}
#slider-right {
	text-align: left;
	padding-left: 15px;
	padding-right: 60px;
}

.slider {
	width: 5000px;
	height: 130px;
}

.section {
	margin: 0;
	width: 120px;
	height: 120px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: center;
	position: relative;
}

.section a {
	text-decoration: none;
	color: #666666;
}
/* New Product Icons */

.newproduct span {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0px;
	top: 80px;
	background: url(../images/new_glow.png) no-repeat;
}
/******************************************************************
 +New Products
******************************************************************/

#newproducts {
	margin-left: 30px;
}
#newproducts div.float {
	float: left;
	text-align: center;
	width: 130px;
	height: 130px;
	padding: 10px;
	/*	border: #d9dde3 solid 1px; */
/*
	cursor: pointer;
	cursor: hand;
*/
	background-image: url(../images/newproductsbg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#newproducts div.float div {
	height: 110px;
}

#newproducts div.float div img {
}

#newproducts a {
	text-decoration: none;
	color: #999;
}
  
#newproducts div.float p {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9dde3;
	font-size: 10pt;
}

#newproducts div.spacer {
	clear: both;
}

