div.main h1 span
{
	color:#F77300;
	font-weight:bold;
}

.itemImage
{
	width:350px;
	border:1px solid #dddddd;
	background-color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
}

.itemImage img
{
	max-width:344px;
	max-height:444px;
	padding:3px;
}

.itemDetails
{
	font-size:14px;
}

.itemDetails h3
{
	font-size:22px;
	line-height:26px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	color:#333;
}

.moreImages
{
	height:75px;
	margin-top:5px;
}

.thumbImage
{
	float:left;
	margin-right:5px;
	padding:6px;
	width:75px;
	height:53px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.thumbImage img
{
	max-width:75px;
	max-height:53px;
	position: relative; 
	top: 0%
}

.price
{
	font-size:26px;
	color:#5C771B;
	margin-bottom:10px;
}

#priceLoader
{
	display:none;
}

.ships
{
	color:#333;
	margin-bottom:10px;
	font-weight:bold;
}

.cartOptions
{
	text-align:right;
margin-top:10px;
}

#addToCart
{
	color:#ffffff;

}

.addToCart
{
	padding:5px 10px;
	background-color:#ad0000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B70000', endColorstr='#8C0000');
	background: -webkit-gradient(linear, left top, left bottom, from(#B70000), to(#8C0000));
	background: -moz-linear-gradient(top, #B70000, #8C0000);
	font-size:18px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	text-shadow: 1px 1px #870000, -1px -1px #870000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0px;
}

.addToCart:hover
{
	color:#ffffff;
	cursor:pointer;
	background-color:#8C0000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C0000', endColorstr='#8C0000');
	background: -webkit-gradient(linear, left top, left bottom, from(#8C0000), to(#8C0000));
	background: -moz-linear-gradient(top, #8C0000, #8C0000);
}

.specTitle
{
	padding:2px 7px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	background-color:#454545;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#222');
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	background: -moz-linear-gradient(top, #333,  #222);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.specs
{
	background-color:#fff;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border:1px solid #ddd;
	border-top:0px;
	padding:5px 0px;
}

.specs ul
{
	list-style:none;
	margin-top:5px;
	margin-bottom:10px;
}

.adsenseAd
{
	margin:15px 0px;
}
