@charset "utf-8";
/* CSS Document */
#productinfo .prodname {
	height:40px;
}
#productinfo .prodpict {
	width: 400px;
	background-image: url(../images/vdots.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	position: relative;
}
#productinfo .rating {

}
#productinfo .rating .stars {
	background-image: url(../images/stars_empty.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 90px;
}
#productinfo .rating .starsvalue {
	height: 16px;
}

#productinfo .prodpict .picture {
	text-align: center;
	height:270px;
	overflow:hidden;
}

#productinfo .prodinfo {
	width: 200px;
	background-image: url(../images/vdots.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 10px;
	padding-left: 10px;
}
#productinfo .prodILink{
	margin:10px 0px 0px 0px;
}
#productinfo .prodILink p{
	margin:0px;
	padding:0px;
	display:block;
	height:25px;
}
#productinfo .prodILink p img{
	float:left;
	margin-right:5px;
}
#productinfo .prodILink p a{
	float:left;
	margin-top:2px;
}
#productinfo .prodinfo .infolinks{
	padding-top: 10px;
}
#productinfo .prodinfo .infolinks ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#productinfo .prodinfo .infolinks ul li{
	padding-top: 5px;
}
#productinfo .prodbuy {
	width: 320px;
	padding-right: 0px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 16px;
}
#productinfo .prodbuy .availability{
	padding-top: 15px;
}
#productinfo .prodbuy .price{
	padding-top: 15px;
}
#productinfo .prodbuy .addtocart{
	padding-top: 15px;
	position: relative;
}
#productinfo .prodbuy .addtocart .textfield{
	width: 40px;
}
#productinfo .prodbuy .waranty{
	padding-top: 15px;
	line-height: 18px;
}
#productinfo .prodbuy .addbutton{
	position: absolute;
	left: 120px;
	top: 12px;
}
#productinfo .prodpict .alternate {
	text-align: center;
	height:40px;
	margin:10px 0px 20px 0px;
}
#productoffer .offercontent {
	padding: 10px;
}
#productoffer .offerinfo {
	float: left;
	width: 690px;
	background-image: url(../images/vdots.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#productoffer .offerinfo .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #C00;
	padding-bottom: 10px;
}


#productoffer .product {
	float: left;
	width: 150px;
	padding-right: 15px;
	padding-left: 5px;
}
#productoffer .product .picture {
	text-align: center;
}
#productoffer .product .name {
	text-align: center;
}
#productoffer .product .description {
	text-align: center;
}



#productoffer .offerbuy {
	padding-left: 10px;
	float: left;
	width: 228px;
}
#productoffer .offerbuy .price {
	font-size: 14px;
	line-height: 16px;
}
#productoffer .offerbuy .price div {
	padding-top: 5px;
}



#productoffer .offerbuy .addbutton {
	padding-top: 10px;

}
#productoffer .plus {
	background-image: url(../images/icon_plus.png);
	background-repeat: no-repeat;
	background-position: right 30px;
}
#productoffer .noplus {
	background-image: none;
}
#productoffer .product .priceBundle {
	text-align: center;
	width:150px;
}

#productdetails .detailsnav {
	height: 29px;
	position: relative;
	z-index: 5;
}
#productdetails .detailsnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 32px;
}
#productdetails .detailsnav ul li {
	display: inline;
}
#productdetails .detailsnav ul li a {
	float: left;
	margin-right: 1px;
	background-image: url(../images/tab_back.png);
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	z-index: 10;
	display: block;
	height: 30px;
}
#productdetails .detailsnav ul li a span {
	display: block;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #C00;
	height: 22px;
	background-image: url(../images/tab_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	white-space: nowrap;
}

#productdetails .detailsnav ul li a.selected {
	background-image: url(../images/tab_selected_back.png);
	cursor: default;
}
#productdetails .detailsnav ul li a.selected span {
	color: #333;
	background-image: url(../images/tab_selected_right.png);
}
#productdetails .detailsnav ul li a:hover span{
	color: #F00;
}
#productdetails .detailsnav ul li a.selected:hover span {
	color: #333;
}


#productdetails .detailsbox {
	z-index: 4;
}

#productdetails .details {
	padding: 10px;
}
.warranty {
	padding:2px 0px 5px 0px;
	margin:0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.warrantyTitle {
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.warrantyBox {
	border: 1px solid #CCC;
	background-color: #FFF;
	width:314px;
}
