body {
	font-size: 75%;
	background: #fdfbf3 url(../images/bc-body.jpg) repeat-x top left;
	color: #555;
	margin: 0;
	font-family: arial, sans-serif;
}

a:link { color: #b1002a; }
a:visited { color: #883a4c; }
a:hover, a:active { color: #e10035;   outline: none;}

img { border: none; }

h1 { font-size: 2.0em; color: #b1002a; }
h2 { font-size: 1.8em; color: #b1002a; }
h3 { font-size: 1.6em; color: #b1002a; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

p, ul, ol, li, h1, h2, h3, h4, h5, h6 { margin: 0; }
article p, article ul, article ol, article h1, article h2, article h3, article h4, article h5, article h6 { margin: 0 0 1em 0; }
header, nav, article, section, aside, footer, address { display: block; }
img, input, select { vertical-align: middle; font-family: arial, sans-serif; }
input.short { width: 25px; } 

* html .clearfix, * html .thumbnailgrid{
	height: 1%;
	overflow: visible;
}

*+html .clearfix, *+html .thumbnailgrid{
	min-height: 1%;
}

.clearfix:after, .thumbnailgrid:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
nav ul, nav li {margin: 0; padding: 0; list-style: none;}


nav li a.active {
	/*-webkit-border-radius: 5px;*/
	/*-moz-border-radius: 5px;*/
	/*border-radius: 5px;*/
	color: #E10035;
	/*background-color: #B1002A;*/
}

nav li a:hover {
	background-color: #f1f1f1;
}



hr { height: 1px; color: #eee; background: #eee; border: none; overflow: hidden; }

form { padding: 0; margin: 0; display: inline; }

.floatleft, .fleft { float: left; padding: 0 10px 5px 0; }
.floatright, .fright { float: right; padding: 0 0 5px 10px; }
.center { text-align: center; margin: auto; }
.plain { margin: 0; padding: 0; list-style: none; }
.plain li { margin: 0; padding: 0; }
.inline, .inline li { display: inline; }
.clear { clear: both; display: block; height: 1px; line-height: 1px; color: white; background: transparent; }

.button {
	display: inline-block;
	border: none;
	position: relative;
	background-color: #80ae3e;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1em;
	text-transform: capitalize;
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;

	display: inline-block;
}

#wrap {
	/*background: url(../images/bc-backdrop.jpg) no-repeat top center;*/
}

#topbar {
	height: 34px;
	line-height: 34px;
	width: 960px;
	margin: 0 auto;
}


header {
	position: relative;
	height: 80px;
	width: 940px;
	padding: 0px 0px 10px 10px;
	overflow: hidden;
	clear: both;
}

#layout {
	width: 960px;
	margin: auto;
	background: white;
	-webkit-box-shadow: #aaa 0 9px 30px;
	-moz-box-shadow: #aaa 0 9px 30px;
	box-shadow: #aaa 0 9px 30px;
	
}

#topbar p {
	float: left;
	width: 470px;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 1.4em;
	text-shadow: white 0 0 4px, white 0 0 4px, white 0 0 4px,white 0 0 4px, white 0 0 4px, white 0 0 4px;

}

#topbar p strong {
	color: #b1002a;
	font-size: 1.2em;
}

#topnav {
	/*float: left;*/
	/*width: 470px;*/
	/*padding: 0 10px 0 0;*/
	text-align: right;
}

#topnav a {
	padding: 0 0 0 10px;
}

header h1 {
	width: 280px;
	height: 76px;
	float: left;
	clear: left;
	overflow: hidden;
	margin: 0;
	background: url(../images/bc-logo.png) no-repeat top left;
}

header h1 a {
	width: 280px;
	height: 76px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#bannercontent {
	float: left;
	margin: 5px 0 0 25px;
	width:370px;
}

#bannercontent p {
	text-align: center;
	font-weight: bold;
	font-size: 1.7em;
}

#headercontent {
	float: right;
	width: 250px;
	text-align: right;
}

#headercontent p {
	margin: 0 0 5px 0;
}

#headercontent p a {
	margin: 0 0 0 10px;
}

#headercontent p strong {
	font-weight: normal;
	color: #777;
	display: block;
}

#cartcontent {
	background-color:#F1EFE7;
	border-left:1px solid #C3C0B4;
	border-right:1px solid #C3C0B4;
	border-bottom:1px solid #C3C0B4;
	width:225px;
	height: 25px;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding: 5px 10px 0 0;
	float:right;
	margin-bottom: 5px;
}

.cartbutton {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#80AE3E;
	border:medium none;
	color:#FFFFFF !important;
	cursor:pointer;
	display:inline-block;
	font-size:1em;
	font-weight:bold;
	padding: 2px 10px;
	position:relative;
	text-decoration:none;
	text-transform:capitalize;
	margin-left: 10px;
}
#headersearch {
	display: block;
	float: right;
	height: 24px;
	line-height: 24px;
	background: #ffffff;
	border: 1px solid #c3c0b4;
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 4px;
	position: relative;
}

#headersearch label {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

#headersearch input[type=text] {
	width: 190px;
	border: none;
	background: transparent;
	margin: 0 0px 0 0;
}

#headersearch input[type=submit] {
	width: 34px;
	height: 24px;
	background: #b1002a url(../images/bc-button-go.png) no-repeat center center;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	text-indent: -999px;
	margin: 0;

}

#nav {
	height: 38px;
	line-height: 38px;
	padding: 5px;
	clear: both;
	background: #b1002a;
}

#nav a {
	padding: 0 10px;
	margin: 0 1px;
	height: 38px;
	float: left;
	text-decoration: none;
	font-size: 1.2em;
	color: white;
	text-transform: capitalize;
}

#nav a.active, #nav a:hover {
	background: white;
	color: #b1002a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

#navtopsell {
	background: none repeat scroll 0 0 #F1EFE7;
	border-bottom: 1px solid #C3C0B4;
	border-top: 1px solid #6D6A62;
	clear: both;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 10px;
}

#navtopsell a {
	float: right;
	margin-left: 20px;
	text-decoration: none;
}

#navtopsell p {
	font-weight: bold;
	font-size: 14px;
}

#navtopsell span {
	float: right;
	color: #e10035;
	padding-right: 5px;
	margin: 0 10px 0 20px;
	cursor: pointer;
}

#introbanner {
	height: 284px;
	padding: 0 0 0 250px;
	margin: 1px 0 0 0;
	background: #736f68 url(../images/bc-banner1.jpg) no-repeat top left;
	color: white;
}

#main {
	clear: both;
	background: url(../images/main.jpg) repeat-y top center;
	background: white;
}

article {
	/*width: 700px;*/
	padding: 0;
	/*margin: 15px;*/
	/*float: right;*/
	overflow: hidden;
}

article h2 {
	font-size: 1.6em;
	font-weight: normal; 
	color: #b1002a;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #b1002a;
	padding: 10px 0;
}

.titlename {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #B1002A;
	border: 1px solid #B1002A;
	color: #FFFFFF;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 5px 15px;
}

#content {
	width: 700px;
	padding: 0;
	margin: 15px;
	float: right;
	overflow: hidden;
}

#content-celebros {
	padding: 0;
	margin: 15px;
	overflow: hidden;
}

#side {
	margin: 15px 0 15px 15px;
	width: 215px;
	float: left;
	overflow: hidden;
	text-transform: capitalize;
}

#side nav {
	background: #f1efe7;
	padding: 0 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

#side h3 {
	padding: 10px 15px;
	background: #b1002a;
	color: white;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

#side a {
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0px 20px;
	line-height: 18px;
	color: #000000;
}

#side a:hover {
	/*text-decoration: underline !important;*/
}

#side a.active {
	color: #E10035;
	font-weight: bold;
}

#side ul.leftnav {
	margin: 3px 5px;
	background-color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 0 0 0px;
}

#side .hassubcats {
	background-image: url(../images/diamond.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px; 
	padding-left: 20px; 
}

#side .hassubcats2 {
	background-image: url(../images/diamond.gif);
	background-repeat: no-repeat;
	background-position: 18px 7px; 
	padding-left: 20px; 
}

#sidebox {
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}

#sidebox li {
	margin: 0px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#ffffff;
	padding: 5px;
}

#sidebox li.title {
	padding:4px 15px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#B1002A;
	color:#FFFFFF;
}

#sidebox li ul {
	background-color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}

#sidebox li ul li {
	margin: 0px;
	background-color:#ffffff;
	padding: 0px;
}

#sidebox input[type="text"] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	border:1px solid #6D6A62;
	color:black;
	padding:3px;
}

#sidebox input[type="button"] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#80AE3E;
	border:medium none;
	color:#FFFFFF !important;
	margin: 5px 0 0 90px;
	font-weight: bold;
	font-size: 1em;
	padding:2px 10px;
}

footer {
	clear: both;
	background: #4a4842;
	background: -moz-linear-gradient(top, #6d6a62 0%, #4a4842 100%);
  	background: -webkit-gradient(linear, left top, left bottom, from(#6d6a62), to(#4a4842));
	
	color: white;
}

footer a {
	color: #ddd !important;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
	color: white !important;
	background-color: transparent !important;
} 

footer h4 {
	font-size: 1.5em;
	padding: 10px 0;
}

#footernav {
	float: left; 
	/*width: 675px;*/
	padding: 0 0 20px 15px;
}

#footernav ul {
	margin: 0;
	float: left;
	width: 175px;
	/*-moz-column-count: 4;*/
	/*-moz-column-gap: 10px;*/
	/*-webkit-column-count: 4;*/
	/*-webkit-column-gap: 10px;*/
	/*column-count: 4;*/
	/*column-gap: 10px;*/
}

* html #footernav li {
	width: 24.8%;
	float: left;
}

*+html #footernav li {
	width: 24.8%;
	float: left;
}

#footernav a {
	margin: 0 10px 0 0;
	display: block;
}

#footerside {
	width: 200px;
	padding: 0 5px 20px 20px;
	float: left;
	border-right: 1px solid #777;
}

#footerside input[type=text] {
	background: #8e8b82;
	color: white;
	width: 180px;
	padding: 5px;
	border: 1px solid #555;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	
}

#footerside input[type=button] {
	background: #8e8b82;
	color: white;
	width: 90px;
	margin: 4px 0 0 100px;
	padding: 5px;
	border: 1px solid #363430;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	background: #383632;
	background: -moz-linear-gradient(top, #44423d 0%, #2d2b27 100%);
  	background: -webkit-gradient(linear, left top, left bottom, from(#44423d), to(#2d2b27));
		
}

#footernewsletter {
	display: block;
}

#sociallinks a {
	/*display: block;*/
}

#subfooter {
	font-size: .8em;
	clear: both;
	padding: 0 20px;
	height: 46px;
	line-height: 46px; 
	border: 1px solid #555;
	background-color: #242320;
	background: -moz-linear-gradient(top, #383632 0%, #242320 100%);
  	background: -webkit-gradient(linear, left top, left bottom, from(#383632), to(#242320));
	
}

#subfooternav {
	float: left; 
	width:  690px;
	padding: 0 0 0 0px;
}

#subfooternav li {
	display: inline;
	padding: 0 5px 0 0;
}

#copyright {
	color: #777;
	float: left;
	width: 220px;
}


.titlebutton {
	float: right;
	margin: 5px 5px 0 0;
}

#thumbnailcat {
	clear: both;
}

#thumbnailcat section {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #EBEBEB;
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	width: 132px;
	height: 165px
}

#thumbnailcat section .image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 130px;
	width: 130px;
	margin: 2px 0 0 2px;
}

#thumbnailcat section h3{
	font-size: 10px;
	height: 3em;
	overflow: hidden;
	padding: 0 3px;
}

.thumbnailgrid section, .thumbnailgrid li {
	float: left;
	width: 159px;
	height: 315px;
	margin: 0 8px 8px 0;
	text-align: center;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.thumbnailgrid section .image, .thumbnailgrid li .image {
	width: 160px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
}

.thumbnailgrid section h3, .thumbnailgrid li h3 {
	margin: 10px 0 0 0;
	font-size: 1em;
	height: 3.6em;
	overflow: hidden;
	padding: 0 3px;
}

.thumbnailgrid section p, .thumbnailgrid li p {
	margin: 0;
}

.thumbnailgrid section .retailprice, .thumbnailgrid li .retailprice {
	color: #888;
}

.thumbnailgrid section .yourprice, .thumbnailgrid li .yourprice {
	font-weight: bold;
}

.thumbnailgrid section .button, .thumbnailgrid li .button {
	margin: 10px 0 0 0;
}

.thumbnailgrid-featured section, .thumbnailgrid-featured li {
	float: left;
	width: 156px;
	height: 315px;
	margin: 0 0px 5px 9px;
	text-align: center;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff;
}

* html .thumbnailgrid-featured section, * html .thumbnailgrid-featured li {
	margin: 0 0px 5px 5px;
}

.thumbnailgrid-featured section .image, .thumbnailgrid-featured li .image {
	width: 160px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
}

.thumbnailgrid-featured section h3, .thumbnailgrid-featured li h3 {
	margin: 10px 0 0 0;
	font-size: 1em;
	height: 3.6em;
	overflow: hidden;
	padding: 0 3px;
}

.thumbnailgrid-featured section p, .thumbnailgrid-featured li p {
	margin: 0;
}

.thumbnailgrid-featured section .retailprice, .thumbnailgrid-featured li .retailprice {
	color: #888;
}

.thumbnailgrid-featured section .yourprice, .thumbnailgrid-featured li .yourprice {
	font-weight: bold;
}

.thumbnailgrid-featured section .button, .thumbnailgrid-featured li .button {
	margin: 10px 0 0 0;
}

.thumbnailgrid-top section, .thumbnailgrid-top li {
	float: left;
	width: 156px;
	height: 315px;
	margin: 0 0px 5px 12px;
	text-align: center;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff;
}

* html .thumbnailgrid-top section, * html .thumbnailgrid-top li {
	margin: 0 0px 5px 5px;
}

.thumbnailgrid-top section .image, .thumbnailgrid-top li .image {
	width: 160px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
}

.thumbnailgrid-top section h3, .thumbnailgrid-top li h3 {
	margin: 10px 0 0 0;
	font-size: 1em;
	height: 3.6em;
	overflow: hidden;
	padding: 0 3px;
}

.thumbnailgrid-top section p, .thumbnailgrid-top li p {
	margin: 0;
}

.thumbnailgrid-top section .retailprice, .thumbnailgrid-top li .retailprice {
	color: #888;
}

.thumbnailgrid-top section .yourprice, .thumbnailgrid-top li .yourprice {
	font-weight: bold;
}

.thumbnailgrid-top section .button, .thumbnailgrid-top li .button {
	margin: 10px 0 0 0;
}

#featuredhome {
	width: 510px;
	padding: 0 0px 0 0;
	margin: 0 6px 10px 0;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: none repeat scroll 0 0 #F1EFE7;
}

*html #featuredhome section, *+html #featuredhome section {
	margin: 0 12px 0 0;
}

#featuredhome section:last-child {
	margin-right: 0;
}

#tophome {
	width: 100%
	padding: 0 0px 0 0;
	margin: 0 6px 10px 0;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: none repeat scroll 0 0 #F1EFE7;
}

*html #tophome section, *+html #tophome section {
	margin: 0 12px 0 0;
}

#tophome section:last-child {
	margin-right: 0;
}

#homeintro {
	clear: both;
	/*-moz-column-count: 2;*/
	/*-moz-column-gap: 10px;*/
	/*-webkit-column-count: 2;*/
	/*-webkit-column-gap: 10px;*/
	/*column-count: 2;*/
	/*column-gap: 10px; */
	
}

.hpcontent {
	/*border-left: 1px solid #B1002A;*/
	/*border-right: 1px solid #B1002A;*/
	/*border-bottom: 1px solid #B1002A;*/
	padding: 10px;
	margin: 0 0 10px 0;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;	
	background-color: #F1EFE7;
}

#hpcontent-header {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #B1002A;
	height: 22px;
	cursor:pointer;
	text-align: right;
	padding-right: 5px;
	font-size: 10px;
}

.hpcontent-tab {
	width: 100px;
	color:#ffffff;
	background-color:#B1002A;
	cursor:pointer;
	padding: 4px 15px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	float:left;
	font-size: 12px;
}


#dealoftheday {
	float: left;
	width: 160px;
	height: 350px;
	padding: 0 10px;
	background-color: #80ae3e;
	background: -moz-linear-gradient(top, #307b00 0%, #80ae3e 30%);
  	background: -webkit-gradient(linear, left top, left bottom, from(#307b00), to(#80ae3e));
  	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	color: white;
	text-align: center;
}

#dealoftheday h3, #dealoftheday h2 {
	color: white;
	font-weight: bold;
	border: none;
	margin: 0;
	padding-bottom: 5px;
}

#dealoftheday .image {
	width: 160px;
	height: 160px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
}

#dealoftheday h3 {
	margin: 10px 0 0 0;
	font-size: 1em;
	overflow: hidden;
}

#dealoftheday p {
	margin: 0 0 5px 0;
}

#dealoftheday .yourprice {
	font-weight: bold;
	font-size: 1.4em;
}

#dealoftheday .button {
	margin: 10px auto 0 auto;
	background: #b1002a;
	border: 3px solid white;
  	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px;	
}

.ContentFlow {
	width: 700px !important;
	padding: 10px 0;
}






#categoryintro {
	/*width: 510px;*/
	/*padding: 0 10px 0 0;*/
	/*float: left;*/
}

#categorylist {
	clear: both;
}

#categorylist section {
	height: 220px;
	text-align: center;
}


.thumbfilter, .thumbnav {
	clear: both;
	padding: 3px 6px;
	color: #777;
	line-height: 20px;
}

.thumbfilter p, .thumbnav p {
	margin: 0;
}

.thumbfilter {
	background: #f9f8f7;
	border-top: 1px solid #ebebeb;
}

.thumbfilter span {
	float: right;
	width: 50%;
	text-align: right;
}

.thumbfilter span select {
	font-size: .9em;
	bordeR: 1px solid #ceccc6;
	background: transparent;
}

.thumbnav {
	background: #e8e6e0;
	border-bottom: 1px solid #ceccc6;
}

.thumbnav .navbtn {
	width: 65px;
	float: left;
	text-align: center;
	background: white;
	text-decoration: none;
	color: #777;
	height: 20px;
	line-height: 20px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;	
}

.thumbnav .navbtn:hover {
	background: #b1002a;
	color: white;
}

.thumbnav p {
	/*float: left;*/
	/*width: 555px;*/
	text-align: center;
}

.thumbnav p strong {
	font-size: 1.4em;
	padding:0 2px;
}

.thumbnav p a {
	padding:0 2px;
}

.thumbscarousel {
	width: 672px !important;
	çheight: 390px !important;
	position: relative;
}

.thumbscarousel section {
	margin: 0 0 0 15px;
}

.thumbscarousel button {
	position: absolute;
	top: 120px;
	width: 26px;
	height: 26px;
	background: #e8e6e0;
	border: 1px solid #d1ccbf;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;	
	z-index: 9099;
	cursor: pointer;
	margin: 5px;
}

.thumbscarousel button.prev {
	left: 0;
}

.thumbscarousel button.next {
	right: 0;
}

.titleside {
	float: right;
	margin: -56px 0 0 0;
	text-align: right;
}

.productsku {
	color: #888888;
	font-size: 10px;
	text-align: left;
	padding: 2px 0 0 5px;
}

#itemdetails {
	float: right;
	width: 320px;
	padding: 0 0 0 15px;
}

#itembuy {
	background: #f5f3eb;
	padding: 10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;	
}

#itembuy p {
	margin: 0;
}

#itemretailprice {
	color: #999;
}

#itemyourprice {
	font-size: 1.6em;
	font-weight: bold;
	color: #b1002a;
}

#itemyousave {
	margin: 0 0 1em 0 !important;
}

#itembuyqty {
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	margin: 0;
	background-color: #e9e3cc;
	background: -moz-linear-gradient(top, #f5f3e9 0%, #e2dcbe 100%);
  	background: -webkit-gradient(linear, left top, left bottom, from(#f5f3e9), to(#e2dcbe));
  	border: 1px solid #d9d3ba;
  	border-right: 0;
  	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-moz-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	float: left;
	clear: left;
}

#itembuyqty input {
	display: inline-block;
	width: 30px;
	height: 20px;
	margin: 4px;
	border: 1px solid #c8c1a1;
	border-width: 1px 0 0 1px;
	background-color: #e0dbc9;
	background: -moz-linear-gradient(top, #e0dbc9 0%, #f3f0e6 100%);
  	background: -webkit-gradient(linear, left top, left bottom, from(#e0dbc9), to(#f3f0e6));	
}

#itembuy .button.buyitem {
	height: 40px;
	line-height: 40px;
	padding: 0 0px;
	margin: 0;
	width: 145px;
	border: none;
	background-color: #b1002a;
	background: -moz-linear-gradient(top, #c20033 0%, #9d001f 100%);
  	background: -webkit-gradient(linear, left top, left bottom, from(#c20033), to(#9d001f));
  	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-moz-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
  	color: white;
  	float: left;
  	text-transform: uppercase;
  	font-size: 1.4em;
  	font-weight: bold;
}

#itemwishlist {
	clear: both;
	margin: 10px 0 0 0;
	line-height: 30px;
}

#itemicons {
	float:right;
	margin: 10px 10px 0 0;
}

#itemicons img {
	margin: 0 0 10px 0;
}

#itemimages {
	float: right;
	width: 360px;
	/*border: 1px solid #cfcec7;*/
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	margin-bottom: 10px;	
}

#itemimages .image.large {
	width: 350px;
	height: 350px;
	padding: 5px 0 0 0;
	clear: both;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 1px solid #cfcec7;
}

#itemimages .tabblock {
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0; 
	border-radius: 5px 5px 0 0;
	margin: 0px;
	border-top: 1px solid #cfcec7;
	border-right: 1px solid #cfcec7;
	border-left: 1px solid #cfcec7;
}

#itemimages .tabblock .image.small {
	width: 64px;
	height: 64px;
	/*background-repeat: no-repeat;*/
	/*background-position: center center;*/
	/*float: left;*/
	margin: 5px 0 5px 2px;
	border: 1px solid #cfcec7;
}

#itemimages .tabbar {
	clear: both;
	margin: 0;
	padding: 0;	
}

#itemimages .tabbar li {
	list-style: none; 
	float: left;
	width: 118px;
	text-align: center;
	padding: 0;
	border-top: 1px solid #cfcec7;
	margin: 0;
}

#itemimages .tabbar li:last-child {
	width: 121px;
}
	
#itemimages .tabbar li:last-child a {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: 1px solid #cfcec7;
	border-bottom: 1px solid #cfcec7;
	width: 121px;
}

#itemimages .tabbar li:first-child a {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: 1px solid #cfcec7;
	border-bottom: 1px solid #cfcec7;
}
	
#itemimages .tabbar li.tabs-selected {
	border-top: 1px solid white;

}

#itemimages .tabbar a {
	text-decoration: none;
	font-weight: bold;
	color: #777;
	padding: 8px 0;
	float: left;
	width: 117px;
	background: #f5f3eb;
}

#itemimages .tabbar li.tabs-selected a {
	color: #b1002a;
	background-color: white;
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f2e7 100%);
  	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f2e7));
}

#itemimages .tabbar a:hover {
	background: white !important;
}

#itemreviews {
	margin: 0; 
	padding: 0;
	list-style: none;
}

#itemreviews li {
	margin: 0;
	padding: 10px 0;
	clear: both;
	border-top: 1px solid #ccc;
}

#itemreviews h3 {
	margin: 0 0 5px 0;
}

.reviewinfo {
	color: #888;
	float: left;
	width: 50%;
	margin: 0;
}

.reviewinfo strong {
	font-weight: normal;
	display: block;
}

.reviewhelpful {
	float: left; 
	width: 50%;
	text-align: right;
}

.reviewhelpful strong {
	font-weight: normal;
	display: block;
}

#itemreviews .button {
	clear: none;
	padding: 2px 4px;
}

#itemreviews .button.yes {
	background: #307b00;
}

#itemreviews .button.no {
	background: #9d001f;
}


table#cart {
	margin: 10px 0;
	width: 100%;
}

table#cart tr {
	border-bottom: 1px solid #ddd;
}

/* precheckout */

#cart_head {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none repeat scroll 0 0 #B1002A;
	height:24px;
	margin-bottom:2px;
}

#cart_head li {
	color:#ffffff;
	float:left;
	font-weight:bold;
	height:24px;
	line-height:24px;
	text-align:center;
}

.width75 {
	width:75px;
}

.width398 {
	width:398px;
}

.cart {
	background:url("../images/cart_bg.gif") no-repeat scroll 0 0 transparent;
	height:57px;
	margin:2px 0;
}

.cart li {
	color:#767373;
	float:left;
	height:49px;
	margin-top:4px;
	text-align:center;
}

.cart li.pcart_descr {
	border-left:1px solid #DBDBDB;
	height:44px !important;
	line-height:110%;
	overflow:hidden;
	padding:5px 0 0 15px;
	text-align:left !important;
	width:382px;
}

#cart_footer {
	border:1px solid #DBDBDB;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	width: 685px;
}

#promo_code {
	color:#433737;
	float:right !important;
}

#promo_code input {
	vertical-align:middle;
}

#promo_code_fld {
	border:1px solid #8C8181;
	height:16px;
	margin:0 5px;
	width:76px;
}

#shipp_methods {
	float:right;
	margin-top:3px;
	width:312px;
}

#shipp_methods_ttl {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none repeat scroll 0 0 #B1002A;
	color:#ffffff;
	padding:3px 5px;
	margin: 3px 0;
}

#totals {
	background:none repeat scroll 0 0 white !important;
	height:auto !important;
	margin-top:10px;
	width:230px !important;
}

#totals td {
	color:#767373;
	font-size:117%;
	font-weight:bold;
	padding:4px;
}

#totals th {
	color:#000000;
	font-size:150%;
	font-weight:normal;
	padding:10px 4px;
	text-align:left;
}

/* checkout */

.cart li.cart_descr {
	border-left:1px solid #DBDBDB;
	height:44px !important;
	line-height:110%;
	overflow:hidden;
	padding:5px 0 0 15px;
	text-align:left !important;
	width:234px;
}

.width250 {
	width:250px;
}

.width148 {
	width:148px;
}

#bill_ship_info {
	height:225px !important;
	min-height:225px;
	padding-top:20px;
}

.bill_ship_ttl {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none repeat scroll 0 0 #B1002A;
	height:22px;
	line-height:22px;
	margin-left:7px;
	text-indent:15px;
	width:338px;
	color: #ffffff;
}

#bill_ship_info li table {
	margin:10px 0 0 20px;
	width:280px;
}

#bill_ship_info li {
	color:#444343;
	float:left;
	width:350px;
}

#bill_ship_info li td {
	font-size:83%;
	padding:2px;
}

.edit_btn {
	border-top:1px solid #B1002A;
	margin-left:20px;
	padding:5px 0;
	text-align:right;
	width:290px;
}

.checkout_header {
	padding:3px;
	margin:10px 7px 15px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none repeat scroll 0 0 #B1002A;
	text-indent:10px;
	color: #ffffff;
}

#gift_area {
	background:url("../images/gift_area_bg.png") no-repeat scroll left bottom transparent;
	margin:10px 0 10px 20px;
}

#gift_area textarea {
	border:1px solid #000000;
	height:55px;
	margin:10px 0 15px 9px;
	overflow:auto;
	padding:0;
	width:400px;
}

#reward_area {
	background:url("../images/gift_area_bg.png") no-repeat scroll left bottom transparent;
	float:left;
	height:110px;
	width:422px;
}

.payment_method {
	margin:0 7px;
	padding:0 0 0 0px;
}

.payment_method label {
	clear:left;
	color:#3F3D3D;
	float:left;
	font-size:83%;
	width:140px;
}

.payment_method input {
	vertical-align:middle;
}

.payment_fld {
	border:1px solid #686262;
	float:left;
	margin-bottom:1px;
}

/** social links **/

#social-links td {
	overflow: hidden;
}

#social-links iframe {
	width: 85px !important;
}

#social-links td.gplus div {
	width: 65px !important;
}

/** checkout steps **/

.checkout-heading {
    background: none repeat scroll 0 0 #F1EFE7;
    color: #B1002A;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    margin: 0 0 20px;
    padding: 0 10px;
    width: 120px;
}

.checkout-steps {
    background: none repeat scroll 0 0 #F1EFE7;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 548px;
}

.checkout-steps li.active {
    background: none repeat scroll 0 0 #B1002A !important;
    color: white;
}

.checkout-steps li {
    border-right: 2px solid white;
    float: left;
    padding: 0 15px;
}