body {
	background-color: #f5f3e5;
}




/* begin productDetail */
/* used in templates/product.detail.tem.php */

#productDetail{
	text-align: left;
	margin: 5px;
	width: 98%;
}

#productDetail h2 { }

#productDetail #productPhotos {
	float: left;
	clear: left;
	width: 60%;
	padding-top: 10px;
	vertical-align: middle;
	text-align: center;
}

#productDetail #prodThumbnails {
	clear: left;
}

#productDetail #extraDetails {
	float: left;
	clear: none;
	height: auto;
	width: 35%;
	border-collapse: collapse;
	margin: 0px;
	padding: 80px 5px 5px 5px;
	color: #878787;
}

#productDetail .submitBtn {
	font-size: 130%;
	font-weight: bold;
}

#productDetail #qtyPricing {
	float: left;
	clear: left;
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 95%;
}

#productDetail #qtyPricing .hdr-title-left {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	width: 25%;
}

#productDetail #qtyPricing .hdr-title-right {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	width: 65%;
}

#productDetail #qtyPricing .list-left {
	clear: left;
	float: left;
	border-bottom: 1px solid #D8DDE3;
	padding: 3px;
	width: 25%;
}

#productDetail #qtyPricing .list-right {
	float: left;
	border-bottom: 1px solid #D8DDE3;
	padding: 3px;
	width: 65%;
}

#productDetail #price {
	font-size: 110%;
	font-weight: bold;
	height: 30px;
}

#productDetail .form-label {
	font-weight: bold;
	width: 28%;
}

#productDetail .form-field { }

#productDetail #customerUpload {
	margin-top: 15px;
	clear: left;
	float: left;
}

#productDetail #detailGroup {
	float: left;
	clear: left;
	width: 75%;
}

#productDetail #detailTabs {
	clear: left;
	float: left;
	width: 98%;
}

#productDetail #detailTabs ul {
	margin: 0;
	padding: 10px 10px 0 5px;
	list-style: none;
}

#productDetail #detailTabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#productDetail #detailTabs a .current {
  	color: #FFFFFF;
  	font-size: 150%;
}

#productDetail #detailTabs a {
	float: left;
	background: url(../design/images/tab-left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#productDetail #detailTabs a span {
	float: left;
	display: block;
	background: url(../design/images/tab-right.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	color: #404040;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#productDetail #detailTabs a span {
	float: none;
}

/* End IE5-Mac hack */
#productDetail #detailTabs a:hover span {
  	color: #FFFFFF;
}

#productDetail #detailTabs a:hover {
	color: #FFFFFF;
}

#productDetail #detailTabs a:hover span {
	color: #FFFFFF;
}

#productDetail .hdr-title {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	width: 98%;
}

#productDetail .container {
	clear: both;
	float: left;
}

#productDetail .body {
	clear: left;
	padding: 5px;
}

#productDetail #productDescription {
	margin-top: 15px;
	float: left;
	clear: left;
	width: 90%;
	height: auto;
	text-align: left;
}

#productDetail #productDescription p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#productDetail #productReviews {
	border: 1px solid #404040;
	width: 100%;
	float: left;
	clear: left;
	height: auto;
	margin-top: 15px;
	text-align: left;
}

#productReviews .body {
	width: 100%;
}

#productReviews .form-field {
	width: 65%;
}

#productDetail #productReviews #productReviewsAddNote {
	display: block;
}

#productDetail #productReviews #productReviewsAdd {
	display: none;
}

#productDetail #productsRelated {
	margin-top: 15px;
	border: 1px solid #404040;
	float: left;
	clear: left;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	text-align: left;
}

#productDetail #productsRelated .content-odd {
	text-align: center;
	width: 49%;
	float: left;
	height: auto;
}

#productDetail #productsRelated .content-even {
	text-align: center;
	width: 49%;
	float: left;
	height: auto;
	border-left: 1px dotted #D8DDE3;
}

#productDetail #productsRelated .title {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	clear: both;
}

#productDetail #productsRelated .title a {
	color: #C50024;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#productDetail #productsRelated .title a:hover {
	text-decoration: none;
}

#productDetail #productsRelated .photo {
	text-align: center;
}

#productDetail #productsRelated .details {
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
}

#productDetail #productsRelated .details .sprice {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	font-size: 125%;
	font-weight: bold;
	height: auto;
	color: #878787;
	width: auto;
}

#productDetail #productsRelated .details .detailsBtn {
	background:url(../design/images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	height: 22px;
	margin: 5px;
	padding-top: 8px;
	text-align: center;
}

#productDetail #productsRelated .details .detailsBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#productDetail #productsRelated .details .detailsBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* end productDetail */






/* begin widgetTopSellers */
/* used in templates/cart.top.sellers.tem.php */

#widgetTopSellers {
	margin-top: 15px;
	background: url(../images/li.gif);
	float: right;
	color: #464646;
	font-size: 10px;
	font-family: Tahoma;
	width: 500px;
	text-align: left;
}

#widgetTopSellers .top {
	background:url(../images/line.gif) no-repeat right top;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #E50029;
	font-size: 14px;
	text-align: left;
}

#widgetTopSellers .body {
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
	margin-bottom: 10px;
}

#widgetTopSellers .body .photo {
	width: auto;
	float: left;
}

#widgetTopSellers .body .title {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 16px;
}

#widgetTopSellers .body .title a {
	color: #E50029;
	text-decoration: underline;
}

#widgetTopSellers .body .title a:hover {
	color: #E50029;
	text-decoration: none;
}

#widgetTopSellers .body .sprice {
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
	padding-top: 8px;
	width: 75px;
}

#widgetTopSellers .body .sdetails {
	background:url(../images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	float: right;
	clear: right;
	padding-top: 10px;
	padding-bottom: 6px;
	width: 64px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#widgetTopSellers .body .sdetails a {
	color: #FFFFFF;
	text-decoration: none;
}

#widgetTopSellers .body .sdetails a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#widgetTopSellers .body .all-link  {
	padding-top: 15px;
	float: right;
	clear: right;
	width: 100px;
	text-align: right;
}

#widgetTopSellers .body .all-link a {
	color: #E50029;
	text-decoration: underline;
}

#widgetTopSellers .body .all-link a:hover {
	color: #E50029;
	text-decoration: none;
}

#widgetTopSellers .btm {
	background:url(../images/line1.gif) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #E50029;
	font-size: 14px;
	clear: left;
}

/* end widgetTopSellers */







/* begin widgetFeatured */
/* used in templates/cart.featured.tem.php */

#widgetFeatured {
	margin-top: 15px;
	background: url(../images/li.gif);
	float: right;
	color: #464646;
	font-size: 10px;
	font-family: Tahoma;
	width: 500px;
	text-align: left;
}

#widgetFeatured .top {
	background:url(../images/line.gif) no-repeat right top;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #E50029;
	font-size: 14px;
	text-align: left;
}

#widgetFeatured .body {
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
	margin-bottom: 10px;
}

#widgetFeatured .body .photo {
	width: auto;
	float: left;
}

#widgetFeatured .body .title {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 16px;
}

#widgetFeatured .body .title a {
	color: #E50029;
	text-decoration: underline;
}

#widgetFeatured .body .title a:hover {
	color: #E50029;
	text-decoration: none;
}

#widgetFeatured .body .sprice {
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
	padding-top: 8px;
	width: 75px;
}

#widgetFeatured .body .sdetails {
	background:url(../images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	float: right;
	clear: right;
	padding-top: 10px;
	padding-bottom: 6px;
	width: 64px;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#widgetFeatured .body .sdetails a {
	color: #FFFFFF;
	text-decoration: none;
}

#widgetFeatured .body .sdetails a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#widgetFeatured .body .all-link  {
	padding-top: 15px;
	float: right;
	clear: right;
	width: 100px;
	text-align: right;
}

#widgetFeatured .body .all-link a {
	color: #E50029;
	text-decoration: underline;
}

#widgetFeatured .body .all-link a:hover {
	color: #E50029;
	text-decoration: none;
}

#widgetFeatured .btm {
	background:url(../images/line1.gif) no-repeat right bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: bold;
	color: #E50029;
	font-size: 14px;
	clear: left;
}

/* end widgetFeatured */


#productGrid .title a {
	color: #A31D39;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 13px;
}

#productGrid .details .buttons .detailBtn {
	display: none;
}

h2, .page-title  {
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
	margin-left: 5px;
	margin-bottom: 12px;
	padding-left: 0;
	text-align: left;
	color: #878787;
	text-decoration: none;
	text-transform: uppercase;
}

h2 a {
	color: #878787;
	text-decoration: none;
}

h2 a:hover {
	color: #A31D39;
	text-decoration: none;
}

a {
	color: #424242;
}

a:active {
	color: #424242;
	text-decoration: none;
}

a:visited {
	color: #424242;
	text-decoration: none;
}

a:hover {
	color: #A31D39;
	text-decoration: none;
}

a:visited:hover {
	color: #A31D39;
	text-decoration: none;
}

.sublink {
	font-size: 85%;
}

a.sublink {
	color: #424242;
}

a.sublink:active {
	text-decoration: none;
}

a.sublink:visited {
	text-decoration: none;
}

a.sublink:hover {
	text-decoration: none;
}

a.sublink:visited:hover {
	text-decoration: none;
}