
/*center main section
-----------------------------------*/
div.cartBox {
	font-size: 10px;
	padding: 3px;
	border: 1px solid #dddddd;
	width:150px;
	margin-top: 10px;
	background: #ffffff;
}
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;
	border: none;
}
div.productReviews {
	font-size: 10px;
	font-weight: normal;
	height: 30px;
}
div.productReviews a {
	color: #ff0000;
}
div.productTellFriend {
	height: 30px;
	float:right;
	padding-top:10px;
}
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 3px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
text-align: center;
display:block;
background: #ccdcf2;
padding-top: 6px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;
font-weight:bold;
color: #333333;
cursor:hand;
border-left: 1px solid #99b7ee;
border-top: 1px solid #99b7ee;
border-right: 1px solid #99b7ee;
}

/* 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{
}

#slidetabsmenu a.current span {
text-align: center;
color: #000000;
background: #99b7ee;
border-left: 1px solid #6495ED;
border-top: 1px solid #6495ED;
border-right: 1px solid #6495ED;
}

#slidetabsmenu a:hover {
}

#slidetabsmenu a:hover span {
text-align: center;
}


.tabcontent{
border: 1px solid #6495ED;
background: white;
color: black;
display:none;
}




