	a:link {
		color: #0099CC;
		text-decoration: none;
	}
	a:active {
		color: #0099CC;
		text-decoration: none;
	}
	a:visited {
		color: #0099CC;
		text-decoration: none;
	}
.content {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 12px;
	text-decoration: none;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: 20px;
	word-spacing: 1px;
	letter-spacing: 1px;

}

.style1 {
	color: #FF0000;
	font-weight: bold;
}

.mainHead {
	width: 790px; background-color: #339999; color: white; padding: 4px;
	border-left: 1px solid #339999;
	border-right: 1px solid #339999;
}
.mainBox {
	width: 790px; display: inline-block; clear: both; padding: 4px; 
	border-right: 1px dotted #339999;
	border-left: 1px dotted #339999;
	border-bottom: 1px dotted #339999;
}
.productTitle {
    padding: 4px 0px 4px 0px;
	font-size :16px;
	font-weight: bold;
	color : #248DC4;
}
.productBox {
	float: left;
	width: 248px;
	height: 160px;
	padding: 4px;
	border-right: 1px dotted #339999;
	margin-right: 5px;
	margin-bottom: 10px;
}
.productBox2 {
	float: left;
	width: 248px;
	height: 160px;
	padding: 4px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.productBoxLeft {
	float: left;
	width: 120px;
	height: 160px;
	clear: left;
	text-align: center;
}
.productBoxRight {
	float: left;
	width: 112px;
	height: 160px;
	margin-left: 6px;
	clear: right;
	font-size: 12px;
	padding: 4px;
}
.productBoxHeading {
	height: 35px;
	color: #339999;
	font-weight: bold;
}

.specialPrice {
	font-size: 18px;
	color: red;
	text-align: left;
	font-weight: bold;
}
.specialPriceNum {
	font-size: 35px;
	color: red;
	font-weight: bold;
}
.brandBox {
	float: left;
	width: 200px;
	height: 200px;
	padding: 0px 27px 0px 27px;
	margin: 10px 0px 10px 0px;
	border-right: 1px dotted #339999;
	text-align: center;
}
.brandBox1 {
	float: left;
	width: 200px;
	height: 200px;
	padding: 0px 27px 0px 27px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.backButton{
	text-align: center;
	font-size: 14px;
	color: black;
}
a.brand {border: 2px solid white; display: inline-block;}
a.brand:hover { border: 2px solid #248DC4; display: inline-block;}
