
/*center main section
-----------------------------------*/
.cartBox {
	font-size: 10px;
	padding: 3px;
	border: 1px solid #d7d7d7;
	margin-top: 10px;
	background: #eeeeee;
}
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;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ee0a00;
  font-weight: bold;
}

SPAN.productNormalPrice {
  color: #000000;
  font-weight: bold;
}

SPAN.productTaxPrice {
  color: #666666;
  font-size: 10px;
}

span.productSpecialPriceSale {
  color: #ee0a00;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  color: #ee0a00;
}
/* 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-bottom: 10px;
}
div.productInfo {
	float:right;
	text-align: right;
	margin-bottom: 10px;
	width: 300px;
}
div.productPrice {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.productModel {
	/*float: left;*/
	font-weight: bold;
	margin-top:10px;
}
div.productDescription {
	text-align: left;
	padding: 10px;
clear: both;
}
div.productTellFriend {
	height: 30px;
	float:right;
	padding-top:10px;
}

TABLE.priceTable {
float: right;
}

TD.priceKey {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
  width: 40%;
  background-color: #ffffff;
}

TD.priceValue {
  font-size: 11px;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  width: 60%;
  background-color: #ffffff;
}

TD.priceRow {
  font-size: 11px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #ffffff;
}

TD.attrRow {
  font-size: 11px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 15px;
  background-color: #ffffff;
}

#slidetabsmenu {
float:left;
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: #f7f7f7;
margin:0;
padding: 0 0 0 3px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
text-align: center;
display:block;
background: #ffffff;
padding: 3px 6px 3px 3px;
font-weight:bold;
color: #333333;
border-left: 1px solid #ffa03c;
border-top: 1px solid #ffa03c;
border-right: 1px solid #ffa03c;
}

/* 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-position:0 -50px;
}

#slidetabsmenu a.current span {
background-position:100% -50px;
text-align: center;
color: #000000;
background: #ffa03c;
border-left: 1px solid #ffa03c;
border-top: 1px solid #ffa03c;
border-right: 1px solid #ffa03c;
}

#slidetabsmenu a:hover {
background-position:0% -50px;
}

#slidetabsmenu a:hover span {
background-position:100% -50px;
text-align: center;
}


.tabcontent{
border: 1px solid #ffa03c;
background: white;
color: black;
display:none;
}
