html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.22em;
	font-family: inherit;
	vertical-align: middle;
}

a:active, a:focus, input[type="image"] {
	outline: 0;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

strong, label, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	/*color:#ED174F;*/
}

h4 span, h5 span, h6 span {font-weight:normal;}

em {
	font-style: italic;
}

input, textarea, select {
	margin: 0;
}

/* End of Reset Stylesheet */



/* @group Globals */

html, body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff;
	border-top: 5px solid #ed174f;
	
	
	/*background-image:url(../frontend/images/bg_wrap.png);
	background-position:center center;
	background-repeat:repeat-y;*/
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

a { 
  color: #ed174f;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
	color: #000;
}

div#container {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	/*border-top: 5px solid #000;*/
}

div#container, div#header, div#index, div#collection, div#descriptions, div#product, div#product-select, div#navigate-collection, div#cart, div.cart-row, div.updater, div#go-checkout, div#checkout, div#blog, div#page {
	display: inline-block;
}

div#container, div#header, div#index, div#collection, div#descriptions, div#product, div#product-select, div#navigate-collection, div#cart, div.cart-row, div.updater, div#go-checkout, div#checkout, div#blog, div#page {
	display: block;
}

div#container:after, div#header:after, div#index:after, div#collection:after, div#descriptions:after, div#product:after, div#product-select:after, div#navigate-collection:after, div#cart:after, div.cart-row:after, div.updater:after, div#go-checkout:after,  div#checkout:after, div#blog:after, div#page:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Header */

div#header h1 a {
	color: #ed174f;
	font-size: 187.5%;
	font-weight: bold;
	text-decoration: none;
	padding: 40px 75px 12px 0;
	float: left;
}

div#header h1 a:hover {
	color: #000;
}

div#header span.logo  {
    float: left;
    width: 530px;
    height: 60px;
    background:url("/assets/logo.png") no-repeat scroll 0 0 transparent;
    margin:25px 0 0 0;
    text-indent:-9999px;
}



div#nav {
	font-size: 90%;
	float: right;
}

div#nav li {
	display: inline;
}

div#nav a {
	color: #000;
	text-decoration: none;
	padding: 55px 15px 12px;
	float: left;
	display: block;
}

div#nav a:hover {
	text-decoration: none;
	color:#ED174F;
}

div#nav li#end a, div#nav a#end {
	padding-right: 0;
}

div#nav a.cart {
	margin-left: 15px;
}

div#nav a.active, div#nav a.active:hover, div#nav li#end a.active, div#nav li#end a.active:hover {
	color: #ed174f;
	text-decoration: underline;
	padding-right: 15px;
}

/* @end */

/* @group Index */

div#index-left {
	width: 320px;
	min-height:500px;
	padding: 10px;
	float: left;
	color:#FFFFFF;
}

div#index-left h3 {
	font-size: 162.5%;
	padding: 15px 0 16px;
}

div#index-left a {
	color: #ed174f;
	text-decoration: underline;
	margin-left: -4px;
	padding: 1px 4px;
}

div#index-left a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed174f;
}

div#index-left p {
	font-size: 100%;
	line-height: 1.52em;
	padding-bottom: 20px;
}

div#featured ul {
	padding-bottom: 20px;
}

div#featured li {
	font-size: 75%;
	line-height: 1.52em;
	padding-bottom: 5px;
}

div#featured li span.category {
	color: #000;
	font-size: 91.65%;
	line-height: 1.52em;
	background-color: #fef6b0;
	margin-right: 2px;
	padding: 2px 3px;
}

div#featured li a {
	color: #000;
	text-decoration: none;
}

div#featured li a span.price {
	color: #ed174f;
}

div#featured li a:hover span.price {
	color: #fff;
}

div#index-right {
	width: 600px;
	padding-top: 10px;
	position: relative;
	float: right;
}

div#index-right h5 {
	color: #000;
	font-size: 112.5%;
	background-color: #fef6b0;
	margin-top: 130px;
	padding: 8px 12px 8px 12px;
	position: absolute;
	right: 0;
	z-index: 1;

	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);
}

div#index-right img {
	position: relative;
	float: left;
	z-index: 0;
}

/* @end */

/* @group Collection */

div#collection-left {
	width: 500px;
	padding-top: 20px;
	float: left;
	border-top: 2px solid #000;
}

div#collection-left h3 {
	font-size: 87.5%;
}

div#collection .left {
	padding-right: 20px;
}

div.collection-image {
	color: #fff;
	width: 240px;
	padding-bottom: 20px;
	float: left;
}

div.collection-image h6 {
	font-size: 68.75%;
	padding: 8px 0 0 8px;
	position: relative;
	z-index: 1;
}

div.collection-image img {
	position: relative;
	margin-top: -19px;
	z-index: 0;
}

div#collection-right {
	width: 440px;
	padding-top: 18px;
	float: right;
	border-top: 2px solid #000;
}

div#collection-right h3 {
	font-size: 137.5%;
	padding-bottom: 15px;
}

div#collection-right p {
	font-size: 75%;
	line-height: 1.52em;
	padding-bottom: 25px;
}

div#collection-desc p a {
	color: #ed174f;
	text-decoration: underline;
	margin-left: -4px;
	padding: 1px 4px;
}

div#collection-desc p a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed174f;
}

div#collection-right ul {
	padding-bottom: 30px;
}

div#collection-right li {
	font-size: 68.75%;
	padding-bottom: 6px;
}

div#collection-right li a {
	color: #000;
	text-decoration: none;
	background-color: #dfdfdf;
	padding: 3px 20px;
	display: block;
}

div#collection-right li a:hover, div#collection-right li a.active, div#collection-right li a.active:hover {
	color: #fff;
	background-color: #ed174f;
}

div.desc {
	width: 210px;
	padding-bottom: 17px;
	float: left;
}

div#collection-right div.desc p {
	font-size: 75%;
	line-height: 1.52em;
	padding-bottom: 3px;
}

div#collection-right div.desc p a {
	color: #000;
	line-height: 1.42em;
	text-decoration: none;
	display: block;
}

div#collection-right div.desc p a:hover {
	text-decoration: underline;
}

div.desc p.desc-price {
	color: #ed174f;
	font-weight: bold;
}

div.desc p.desc-price del {
	color: #999;
	font-weight: normal;
	text-decoration: line-through;
	margin-left: 3px;
}

div.desc span {
	font-weight: bold;
	padding-right: 3px;
	color:#ED174F;
}

div#paginate {
	color: #000;
	font-size: 75%;
	padding-top: 15px;
}

div#paginate a {
	color: #ed174f;
	text-decoration: underline;
	margin-right: 3px;
}

div#paginate a:hover {
	color: #000;
}

div#paginate span.current {
	font-weight: bold;
	margin-right: 3px;
}

/* @end */

/* @group Product */

div#product-left {
	width: 440px;
	margin: 25px 0 0 0;
	float: left;
}

div#product-left h2 {
	font-size: 137.5%;
	padding-bottom: 15px;
}

div#product-left h2 span {
	color: #ed174f;
	font-size: 63.65%;
	padding-left: 3px;
}

div#product-left p {
	font-size: 75%;
	line-height: 1.52em;
	padding-bottom: 25px;
}

div#product-left p a {
	color: #ed174f;
	text-decoration: underline;
	margin-left: -4px;
	padding: 1px 4px;
}

div#product-left p a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed174f;
}

div#product-select {
	padding-bottom: 50px;
}

div#product-select select {
	margin-right: 5px;
}

div#product-variants span {
	color: #ed174f;
	font-size: 68.75%;
}

div#product-variants a {
	color: #ed174f;
	text-decoration: underline;
	margin: 0 -4px;
	padding: 1px 4px;
}

div#product-variants a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed174f;
}

div#product-left a#addit {
	color: #fff;
	font: bold 75% Helvetica, Arial, sans-serif;
	text-decoration: none;
	background-color: #ed174f;
	padding: 6px 10px 4px 240px;
	display: block;
	float: left;
}

div#product-left input#add-cart {
	color: #fff;
	font: bold 75% Helvetica, Arial, sans-serif;
	text-decoration: none;
	background-color: #ed174f;
	margin: 0;
	padding: 6px 10px 4px 240px;
	cursor: pointer;
	border: none;
	float: left;
}

div#product-left a#addit:hover, div#product-left input#add-cart:hover {
	color: #fff;
	background-color: #000;
}

div#product-left input#add {
	margin: 3px 0 0 8px;
	float: left;
}

div#navigate-collection li {
	display: inline;
}

div#navigate-collection li span {
	font-size: 68.75%;
	padding: 2px 8px;
	float: left;
}

div#navigate-collection li a {
	color: #000;
	font-size: 75%;
	text-decoration: underline;
	margin: 0 -4px;
	padding: 2px 4px 1px;
	float: left;
}

div#navigate-collection li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

div#product-right {
	width: 480px;
	padding-top: 25px;
	float: right;
}

div#thumbs {
	text-align: center;
	height: 15px;
	margin-top: 20px;
	float: right;
}

div#thumbs a {
	background-color: #e1e1e1;
	width: 15px;
	height: 0;
	margin-left: 8px;
	padding-top: 15px;
	display: block;
	overflow: hidden;
	float: left;
}

div#thumbs a.show {
	background-color: #c0c0c0;
}

div#thumbs a:hover {
	background-color: #000;
}


#price-field {
  font-size: 12px;
  position: relative;
  top: 21px;
  left: 10px;
  color: #fff;
}

#product-variants select {
  margin: 0 0 10px 0;
}

#product-variants label {
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
  font-size: 12px;
}

#add-cart.disabled {
  background: #bbb !important;
}

/* @end */

/* @group Slimbox */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 10px;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	color: #000;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 1.72em;
}

/* @end */

/* @group Shopping Cart */

div#cart {
	padding-top: 50px;
}

div#cart h1 a {
	color: #000;
	font-size: 812.5%;
	text-decoration: none;
	margin-left: -12px;
	padding: 3px 10px;
}

div#cart h1 a span {
	color: #ed174f;
}

div#cart h1 a:hover {
	color: #fff;
	background-color: #000;
}

.cart-img {
	width: 120px;
	padding: 20px 0;
	float: left;
	border-top: 2px solid #000;
	margin: 0 20px 0 0;
}

div.cart-desc {
	width: 700px;
	padding: 20px 0;
	float: left;
	border-top: 2px solid #000;
}

div.cart-desc h3 {
	font-size: 112.5%;
	padding-bottom: 15px;
}

div.cart-desc h3 span {
	color: #ed174f;
	font-size: 77.75%;
	padding-left: 3px;
}

div.cart-desc h3 a {
	color: #000;
	text-decoration: none;
}

div.cart-desc h3 a:hover {
	text-decoration: underline;
}

div.cart-desc p {
	font-size: 75%;
	line-height: 1.52em;
	padding-bottom: 20px;
}

div.updater {
	padding-bottom: 20px;
}

div.updater select {
	margin: 0 5px 0 0;
}

div.updater input.field {
	font-size: 11px;
	width: 50px;
	margin: 0 5px 0 0;
	padding: 2px;
}

div.updater span {
	color: #999;
	font-size: 68.75%;
	padding: 0 1px 0;
}

div.updater a {
	color: #ed174f;
	font-size: 75%;
	text-decoration: underline;
	margin: 0 -4px;
	padding: 1px 4px;
}

div.updater input#update-cart {
	color: #ed174f;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-color: #fff;
	margin: 0 -4px;
	padding: 1px 4px;
	cursor: pointer;
	border: none;
}

div.updater a:hover, div.updater input#update-cart:hover {
	color: #fff;
	text-decoration: none;
	background-color:#ed174f;
}

div.cart-desc h6 {
	font-size: 75%;
}

div.cart-desc h6 span {
	padding-left: 3px;
}


div#go-checkout {
	background-color: #ed174f;
	margin:20px 0 0 0;
}

div#go-checkout a {text-decoration:none;}

div#go-checkout:hover {
	background-color: #000;
	color:#fff;
}

div#go-checkout h4 {
	font-size: 112.5%;
	background-color: #fff;
	padding: 2px 10px 2px 0;
	float: left;
}

div#go-checkout h4 span {
	color: #ed174f;
}

div#go-checkout input#getout {
	color: #fff;
	font: bold 75% Helvetica, Arial, sans-serif;
	text-decoration: none;
	background-color: #ed174f;
	margin: 0;
	padding: 7px 10px 4px 50px;
	cursor: pointer;
	border: none;
	float: right;
}

div#go-checkout input#getout:hover {
	text-decoration: none;
	background:#000;
	color:#fff;
}

.additional-checkout-buttons {
  text-align: right;
}

.additional-checkout-buttons p {
  position: relative;
  right: 70px;
  margin: 20px 0;
  padding: 0 !important;
  color: #999;
}

/* @end */

/* @group Checkout */

div#checkout-left {
border-top:2px solid #000000;
float:left;
margin-top:50px;
padding-top:20px;
width:500px;
}

div#checkout-right  {
border-top:2px solid #000000;
float:right;
margin-top:50px;
padding-top:18px;
width:440px;
}

div#checkout label {
position: absolute; 
text-align:left; 
width:130px;
}

div#checkout input, div#checkout textarea, div#checkout select { 
margin-left: 140px; 
width:225px;
}

div#checkout label.check, div#checkout label.radio { 
position:relative; 
text-align:left; 
}



/* @end */

/* @group Blogs & Pages */

div#sidebar {
	width: 240px;
	margin-top: 50px;
	float: right;
}

div#sidebar ul#blog-list {
	padding-bottom: 25px;
	border-top: 1px solid #b8b8b8;
}

div#sidebar ul#blog-list li a {
	color: #ed174f;
	font-size: 75%;
	line-height: 1.52em;
	text-decoration: none;
	padding: 8px 10px;
	display: block;
	border-bottom: 1px solid #b8b8b8;
}

div#sidebar ul#blog-list li a:hover {
	background-color: #f5f5f5;
}

div#content {
	width: 700px;
	margin-top: 50px;
	float: left;
}

#sidebar ul {}

#sidebar ul li {list-style:none;}

#sidebar oll {}

#sidebar oll li {list-style:none;margin:5px 0 5px 0;}


/*
div#page, div#blog div#content {
	margin-top: 43px;
}
*/

div#page h1, div#content h1 {
	/*font-size: 225%;*/
	font-size:24px;
	padding-bottom: 15px;
}

div#content p, div#page p {
	font-size: 100%;
	line-height: 1.52em;
	padding-bottom: 18px;
}

div#content p.details {
	font-weight: bold;
	text-align: right;
	background-color: #dfdfdf;
	margin-top: 10px;
	padding: 8px 15px;
}

div#content p a, div#page p a {
	color: #ed174f;
	text-decoration: underline;
	margin: 0 -2px;
	padding: 1px 2px;
}

div#content p a:hover, div#page p a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed174f;
}

div#content ul, div#content ol, div#page ul, div#page ol, div#excerpt ul, div#excerpt ol {
	padding: 5px 0 20px;
}

div#content li, div#page li, div#excerpt li {
	font-size: 75%;
	line-height: 1.52em;
	margin-left: 40px;
	padding: 2px 0;
	list-style-position: outside;
}

div#content ul li, div#page ul li, div#excerpt ul li {
	list-style-type: square;
}

div#content ol li, div#page ol li, div#excerpt ol li {
	list-style-type: decimal;
}

/* @end */

/* @group Shopify Overrides */

/* Collections Listing */

div#list-collections {
	padding-top: 50px;
}

div#collections-listing h2 {
	font-size: 137.5%;
	padding-bottom: 10px;
}

div#collections-listing ul {
	padding: 5px 0 15px !important;
}

div#collections-listing li {
	margin: 0 !important;
	padding: 5px 0 !important;
	list-style-type: none;
	list-style-position: outside;
}

div#collections-listing li a {
	color: #ed174f;
	text-decoration: underline;
	margin: 0 -4px;
	padding: 1px 4px;
}

div#collections-listing li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed174f;
}

small.hint {
	font-size: 68.75%;
}

/* Search Results */

div#search {
	padding-top: 50px;
}

div#searchresults {
	margin: 0 !important;
	padding-top: 5px;
}

div#searchresults input#result-q {
	color: #000;
	font-size: 12px;
	width: 200px;
	margin: 0 5px 15px 0;
}

div#searchresults p {
	font-size: 75%;
}

div#searchresults h3, div#searchresults h3 a {
	color: #000;
	font-size: 112.5%;
	text-decoration: none;
	margin: 23px 0 3px !important;
	font-weight: bold;
}

div#searchresults h3 a:hover {
	text-decoration: underline;
}

strong.highlight {
	color: #fff;
	background-color: #ed174f;
	padding: 1px 4px;
}

div.result-image img {
	display: none;
}

div#searchresults ol {
	padding-top: 10px;
}

div#searchresults li {
	margin: 0 0 25px !important;
	border-top: 1px solid #d2d2d2;
	list-style-position: inside;
}

div#searchresults li span {
	font-size: 75%;
	line-height: 1.52em;
}

div#search .page a, div#search .prev a, div#search .next a {
	color: #ed174f;
	text-decoration: underline;
	margin-right: 5px;
}

div#search .page a:hover, div#search .prev a:hover, div#search .next a:hover {
	color: #000;
}

div#search .current {
	font-weight: bold;
	margin-right: 5px;
}

/* @end */

/* @group Footer */

div#footer {
	min-width: 960px;
	margin-top: 10px;
	padding: 10px 0 10px;
	border-top: 3px solid #000;
}

div#footer p {
	color: #999;
	font-size: 68.75%;
	line-height: 1.52em;
	float: left;
}

div#footer p#right-foot {
	float: right;
}

div#footer p#left-foot a {
	color: #ed174f;
	text-decoration: none;
	margin: 0 20px 0 -4px;
	padding: 2px 4px;
}

div#footer p#left-foot a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ed174f;
}

div#footer p#right-foot a {
	color: #ED174F;
	text-decoration: none;
	padding: 2px 0;
}

div#footer p#right-foot a:hover {
	color: #fff;
	background-color: #ED174F;
}

/* @end */


/* Comments */

#comments { margin: 20px 0; }
#comments dt { margin-top: 10px; }
#comments dd input, #comments dd textarea { width: 300px; }
#comments>ul { margin-top: 10px; }
#comments>ul>li { margin: 10px 0; list-style-type: none; }

.comment {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f5f5f5;
}

.comment-details {
	font-size: 90%;
  background: #ddd;
  padding: 2px 5px;
}

.notice {
  font-size: 10pt;
  margin: 15px 0;  
  border: 1px solid #eFeBd5;
  border-bottom: 1px solid #dFdBc5;
  border-right: 1px solid #dFdBc5;
  padding: 5px 15px;
  background: #FFFBE5;
  color: #6a9c30;
  text-align: center;
}

.error { color: #933; }
.input-error { background: #FFFBE5; }

.comment-form { 
	margin-top: 40px;
}

.comment-form .hint {
	font-size: 11px;
	font-style: italic;
	color: #666;
}

.comment-form dt {
	font-weight: bold;
}

.comment-form input[type=submit] {
	margin-top: 8px;
}


/* End of Stylesheet */


#cart table  {
margin:30px 0 15px;
width:100%;
}
#cart table th, #cart table td {
padding:2px 5px;
vertical-align:baseline;
}
#cart table th.short, #cart table td.short {text-align:center;}
#cart table th {
color:#A29A90;
font-size:14px;
text-align:left;
}
#cart table tr.even td {
}
#cart table tr.odd td {background-color:#EEEEEE;}
input.quantity {
font-size:11px;
width:20px;
}
p.updatebtn {float:left;}
p.subtotal {text-align:right;}
p.checkout {
clear:both;
text-align:right;
}



#checkout-left h2 {margin:10px 0; color:#ED174F;}


/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.checkoutRightLabel {
	color:#ED174F;
	float:left;
	font-weight:bold;
	width:100px;
}

.checkoutSubmit {
	background:none repeat scroll 0 0 #ED174F;
	border:medium none;
	color:#FFFFFF;
	padding:3px;
	width:150px;
	margin:10px 0 10px 0;
}

.checkoutSubmit:hover {
	background: #000;
}

.completeLabel {
	color:#ED174F;
	float:left;
	font-weight:bold;
	width:130px;
}

.cartLabel {font-weight:bold;color:#ED174F;float:left;width:90px;}

/* Blog */

#blog {}

#content #blog h1 {font-size:18px;}

.entry {margin:0 0 20px 0;}

.submit {
	background:none repeat scroll 0 0 #ED174F;
	border:medium none;
	color:#FFFFFF;
	padding:3px;
	width:138px;
	margin:5px 0 0 0;
}

.submit:hover {
	background:none repeat scroll 0 0 #000;
}