
/*center main section
-----------------------------------*/
div.cartBox {
	font-size: 10px;
	padding: 3px;
	width:300px;
	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: #ff0000;
  font-weight: bold;
  font-size: 12px;
}

SPAN.productNormalPrice {
  color: #ff000;
  font-weight: bold;
  font-size: 12px;
}

SPAN.productTaxPrice {
  color: #666666;
  font-size: 10px;
}

span.productSpecialPriceSale {
  color: #ff6666;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  color: #ff6666;
}
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: 250px;
}

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: 250px;
}
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.productDescription td {
	padding: 1px;
	font-size: 9px;
}
div.productReviews {
	font-size: 10px;
	font-weight: normal;
	padding: 5px;
	background-color: #ffffff;
	width: 200px;
}
div.productURL {
	font-weight: normal;
	color: #000000;
	text-align: center;
}
div.productReviews a {
	color: #ff3333;
}
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: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: #ffffff;
margin:0;
padding: 0 0 0 0px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
text-align: center;
display:block;
background: #cccccc;
padding: 6px 9px 6px 9px;
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: #ff0000;
}

#slidetabsmenu a.current{
background-position:0 -50px;
}

#slidetabsmenu a.current span {
background-position:100% -50px;
text-align: center;
color: #ffffff;
background: #ff0000;
}

#slidetabsmenu a:hover {
background-position:0% -50px;
}

#slidetabsmenu a:hover span {
background-position:100% -50px;
text-align: center;
}


.tabcontent{
border: 1px solid #ff0000;
background: white;
color: black;
display:none;
}















