@charset "UTF-8";
/* CSS Document */

a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

.white {
	color: white;
}

.lightBlue {
	color: #7397C6;
}

.green {
	color: #A9C050;
}

.purple {
	color: #7A5C86;
}

.red {
	color: #CC3333;
}

.blue {
	color: #2D8AB8;
}

#breadCrumbBox {
	width: 310px;
	height: 80px;
	float: left;
	padding: 10px;
}
#productNameBox {
	width: 600px;
	height: 60px;
	float: right;
	padding: 5px 20px 0px 0px;
}
#productImages {
	width: 650px;
	height: 700px;
	padding: 0px 0px 0px 10px;
	margin-left: 25px;
	position: relative;
	clear: both;
	z-index: 1;
}

#productImages img:hover{
	background-color: ;
}

#productLeftColumn {
	width: 650px;
	float: left;
	z-index: 1;
}
#productLeftColumn img{
	cursor: pointer;
}
#productRightColumn {
	width: 300px;
	float: right;
	z-index: 10;
}
#productDescription {
	text-align: right;
	font-size: 16px;
	font-style: italic;
	padding-right: 10px;
}
#buyProduct {
	width: 178px;
	height: 37px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(/images/Product/buy_product.jpg);
	background-repeat: no-repeat;
	float: right;
	margin: 10px 5px 10px 0px;	
}
#buyProduct:hover {
	background-position:0 -37px;
}
#tooltip{
	position:absolute;
	border: none;
	background: black;
	padding:2px 5px;
	color: #2D8AB8;
	display:none;
	z-index: 9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


