﻿body 
{
}

.product 
{
	padding-top: 5px;
	padding-left: 5px;
}

/* addtocartbox - Add to cart area where the add to cart button & quantity is displayed */
.addtocartbox {
	border: 0px solid #000000;
	width: 247px;
	background-color: #FFFFFF;
	text-align: left;
}
.addtocartbox .quantity {
	color: #333333;
	font-size: 12px;
}

/* breadcrumbs - Category breadcrumb trail at top of page */
.breadcrumbs {
	color: #0667B0;
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	width: 100%;
}

.breadcrumbs a {
	color: #0667B0;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 3px;
}

/* sharebox - List of links to sharing services like twitter, etc.. */
.sharebox {
	width: 247px;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: 5px;
}

/* testimonials - Testimonials / Ratings */
.testimonials 
{
	color: #333333;
	font-size: 14px;
}

.testimonials-title {
	color: #79af62;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	padding: 0px 0px 10px 0px;
}

.testimonials .quote 
{
	font-style: italic;
}

.testimonials .username {
	font-size: 12px;
	font-weight: bold;
}
.testimonials .datetime {
	font-size: 10px;
}

/* Attributes Styles
	Format: .attribute-{attributename}
	Example: .attribute-productname
*/
.attribute-description {
	color: #333333;
	font-size: 12px;
}
.attribute-largetagline {
	color: #0667B0;
	font-size: 16px;
	font-weight: bold;
}
.attribute-productname {
	color: #0667B0;
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
.attribute-rating {
	color: #0667B0;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.attribute-regprice {
	color: #333333;
	font-size: 11px;
	text-decoration: line-through;
}
.attribute-saleprice {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
.attribute-smalldescription {
	color: #333333;
	font-size: 12px;
	font-weight:normal;
	display: inline;
}
.attribute-smalldescriptionbox {
	border: 0px solid #000000;
	width: 247px;
	background-color: #FFFFFF;
	text-align: left;
}
.attribute-smalltagline {
	color: #0667B0;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}
.attribute-stockstatus {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.attribute-yousave {
	color: #0667B0;
	font-size: 11px;
}
/* -End: Attributes Styles */

.attribute-fullimage {
	border: 1px solid #CCCCCC;
}
.attribute-thumbimage {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.attribute-relatedproductstitle {
	color: #79af62;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
.attribute-video {
	color: #333333;
	font-size: 12px;
	float: right;
	width: 220px;
	position: absolute;
}
