
/*center main section
-----------------------------------*/
div.cartBox {
	font-size: 10px;
	padding: 3px;
	width:400px;
	margin-top: 10px;
}
TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px "Tahoma", sans-serif;
}

span.normalprice {
	text-decoration: line-through;
	font: 12px normal;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ee0a00;
  font-weight: normal;
  font-size: 24px;
}

SPAN.productNormalPrice {
  color: #000000;
  font-weight: normal;
}

SPAN.productTaxPrice {
  color: #666666;
  font-size: 10px;
}

span.productSpecialPriceSale {
  color: #ee0a00;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  color: #ee0a00;
}
SPAN.productPriceDiscount {
  font-size: 10px;
  font-weight: normal;
}
/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #cc0800;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}
div.productImage {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 320px;
}

div.productLargeImage {
	background: url(../images/icon_zoom.gif) no-repeat left;
	height: 16px;
	float:left;
	margin-top: 10px;
	padding-left:20px;
}

div.productInfo {
	float:right;
	text-align: right;
	margin-bottom: 10px;
	width: 400px;
}
div.productPrice {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.productModel {
	font-weight: bold;
	color: #666666;
	margin-top:10px;
	margin-bottom:10px;
}
div.productFreeshipping {
	margin-top:5px;
}
div.productFreeshipping .tooltip {
	font-weight: normal;
	text-decoration: none;
	font-size: 20px;
	color: green;
}
div.productMoneyback {
	margin-top:5px;
	margin-bottom:0px;
}
div.productMoneyback .tooltip {
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	color: red;
}
div.productDescription {
	text-align: left;
	padding: 20px;
}
div.productReviews {
	font-size: 10px;
	font-weight: normal;
	padding: 5px;
	background-color: #eeeeee;
	width: 200px;
	margin-left: 190px;
}
div.productReviews a {
	color: #ff0000;
}
div.productTellFriend {
	background: url(../images/icon_emailafriend.gif) no-repeat left;
	height: 16px;
	float:left;
	margin-top: 10px;
	padding-left:20px;
}
div.plainbox-description {
	border-top: 1px solid #dddddd;
}

div.productFrame {
	float:right;
	text-align: left;
	margin-bottom: 10px;
	width: 400px;
}
#slidetabsmenu {
float:right;
width:100%;
font-size:90%;
line-height:normal;
/* border-bottom: 1px solid gray; */
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 0em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 0px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background: #ffffff;
margin:0;
padding: 0 0 0 10px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
text-align: center;
display:block;
background: #ffffff;
padding: 5px 24px 5px 12px;
font-weight:bold;
color: #333333;
cursor:hand;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: #999999;
}

#slidetabsmenu a.current{
background: #ffffff url(../images/tab_left.gif) no-repeat left top;
}

#slidetabsmenu a.current span {
background: #ffffff url(../images/tab_right.gif) no-repeat right top;
text-align: center;
color: #000000;
}

#slidetabsmenu a:hover {
}

#slidetabsmenu a:hover span {
text-align: center;
}


.tabcontent{
border: 1px solid #add8e6;
background: white;
color: black;
display:none;
}








