/*
	KCoast product layout styles
*/
#product {
	margin: 20px 20px 0 20px;
}
#productInfo {
	width: 300px;
	text-align: left;
}
#productInfo h2 {
	margin-bottom: 12px;
}
#productInfo form {
	margin: 0;
	padding: 0;
}
#productInfo h3.product-flag {
	background: #316AC5;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	position: relative;
	left:-5px;
	text-align: center;
	width: 100%;
}
#productInfo p.prices {
	margin: -10px 0 14px 10px;
}
#productInfo #productOptions div {
	margin-bottom: 4px;
}
#productInfo #productOptions label {
	color: #6d553a;
	float: left;
	font-size: 110%;
	width: 100px;
}
.sociallinks {
	margin: 10px 0 40px 0;
}
.sociallinks .label {
	color:#6D553A;
	font-size:110%;
	margin-right: 67px;
}
.sociallinks a {
	display: block;
	float: left;
	margin-right: 12px;
	background: url(/images/masterSocialSprites.png) no-repeat scroll 0 0 transparent;
	width: 14px;
	height: 14px;
	text-indent: -5000px;
}
.sociallinks a.fb {
	background-position: 0 0;
}
.sociallinks a.tw {
	background-position: -24px 0;
}
.sociallinks a.email {
	background-position: -48px 0;
	width: 20px !important;
}
div#tabContent #prodDetails ul{
	margin: 0 0 10px 15px;
	padding: 0;
	display: block;
	list-style-type: disc;
}
div#tabContent #prodDetails li{
	border: none;
	color: #000;
	display: block;
	float: none;
	list-style-type: disc;
	margin-bottom: 5px;
}
.optionThumbs {
	margin: 10px 0 0 80px;
	padding-bottom:15px;
}
.optionThumbs img {
	border: none;
	cursor: pointer;
	margin-right: 10px;
}
#add-to-cart-bar {
	background: #fff url(/store/media/system/cartBarBkgd.jpg) no-repeat;
	clear: both;
	height: 50px;
	margin: 20px 0;
	padding: 0;
	width:300px;
	
}
#add-to-cart-bar  ul {
	margin: 0;
	padding: 10px 0 0 0;
}
#add-to-cart-bar  li{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding:0;
}
#add-to-cart-bar .qty {
	color: #6d553a;
	font-size: 150%;
	float: left;
	margin-left: 20px;
	position: relative;
	top: 4px;
	width: 80px;
}
#add-to-cart-bar .price {
	color: #6d553a;
	float: right;
	font-size: 240%;
	font-weight: bold;
	margin-right: 25px;
	width: 110px;
}
#add-to-cart-bar .end {
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 130%;
	font-weight: bold;
	margin-right: 10px;
	text-align: center;
	width: 50px;
}
#productImages {
	width: 240px;
}
#productImages #mainImage {
	border: none;
	display:block;
}
#productImages img {
	display: inline;
	border: #000 solid 1px;
	margin: 20px 5px 0 5px;
}
#click-for-reviews {
	position: relative;
	top: -25px;
	right: -25px;
}
#userReviews div {
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	width:100%;
}
#userReviews h3 {
	color: #7A2D02;
	font-size: 1.4em;
	margin: 0;
	padding: 10px 0;
}
#userReviews .reviewTitle {
	font-weight:bold;
	font-size: 1.3em;
	margin-bottom: 5px;
}
#userReviews p.review-helpful {
	margin-right: 5px;
}
#userReviews .rating {
	float: right;
	margin: 0 0 0 5px;
	padding: 0;
	color: #000;
	display: block;
}
#userReviews .rating li {
	border: none;
	display: inline;
	color: #000;
}

.clearBoth {clear:both;height: 1px;}
.brown-link-color {color: #6d553a;}
