<style type="text/css">
img {
	border:0px;
}
a.image {
	border:1px solid gray;
	display:inline-block;
	height:50px;
	width:50px;
}
a.image:hover {
	border:1px solid orange;
}
a.selectedImage {
	border:1px solid #FF6600;
	display:inline-block;
	height:50px;
	width:50px;
}
a.selectedImage:hover {
	border:1px solid orange;
}
* {
	font-family:Arial;
	font-size:12px;
}


.interactiveTable {
	border:0px;
	border-collapse:collapse;
}
.interactiveTable td, .interactiveTable th {
	border:1px solid gray;
	height:17px
}
.category
{
	background:#3271b7;
	height:22px;
	padding-left:5px;
	padding-top:5px;
	color:#FFFFFF
}
.SKUInfor {
	margin-top:17px;
	border:1px solid gray;
	font-size:13px;
}
.SKUInfor th {
	border-right:1px solid gray;
	padding:3px 11px;
	color:#999933;
}
.SKUInfor td {
	font-weight:bold;
	background-color:#eeeeee;
	text-align:center;
	padding:3px 11px;
}
.dotline{
	border:1px gray dashed;
	height:1px;
}
.bar {
	background:url(../images/Bars/Product_03.jpg) repeat-x;
	margin:17px 0px;
}
.bar .title {
	font-weight:bold;
	color:#FFFFFF;
	padding-top:5px;
	padding-left:7px;
	height:22px;
	overflow:hidden;
}
.bar .content {
	padding:7px;
	border:1px solid #cccccc;
	border-top:0px;
}
table.spec{
	width:100%;
	border-collapse:collapse;
}
table.spec td{
	padding:5px 5px; 
}
table.footer{
	table-layout:fixed;
	width:100%;
	background-color:#efefef;
	margin:7px 0px;
}
table.footer a{
	color:#333333;
	text-decoration:none;
}
table.footer td{
	padding:5px 7px 3px;
}
table.office{
	border:1px solid #eeeeee;
	margin:10px 3px 0px 3px;
}
table.office td{
	/*height:20px;*/
	padding:7px;
}

#title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;	
}

#detailPrice {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#B00000;
	font-weight:bold;
}

#detailSKU {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
</style>
