/*  */

.r {
	display:block;
}
.r * {
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#A00100;
}
.r1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #d60800;
  border-right:1px solid #d60800;
  background:#b70400;
}
.r2 {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f50d00;
  border-right:1px solid #f50d00;
  background:#b20300;
}
.r3 {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #b20300;
  border-right:1px solid #b20300;
}
.r4 {
  border-left:1px solid #d60800;
  border-right:1px solid #d60800
}
.r5 {
  border-left:1px solid #b70400;
  border-right:1px solid #b70400;
}
.rfg {
  background:#A00100;
}

.post .hot-categories {
	padding: 0;
	margin: 0;
	list-style: none;
}

.post .hot-categories li {
	width:  100%;
	height: 205px;
	padding: 0;
	margin: 0;
	clear: both;
}

.post .hot-categories div {
	background-position: bottom center;
	background-repeat: no-repeat;
	float: left;
}

.post .hot-categories .category-image {
	border: 1px solid #C5C7CA;
	width: 173px;
	height: 190px;
}

.post .hot-categories .category-image img {
	width: 100%;
	height: 100%;
}

.post .hot-categories .category-description {
	width: 425px;
}

.post .hot-products {
	padding: 0;
	margin: 0;
	height: 270px;
	list-style: none;
}

.post .hot-products li {
	width: 207px;
	height: 270px;
	float: left;
	border: 1px solid #C5C7CA;
	margin-right: 15.5px;
	box-shadow: 1px 1px 2px #C5C7CA;
	-moz-box-shadow: 1px 1px 2px #C5C7CA;
	-webkit-box-shadow: 1px 1px 2px #C5C7CA	
}

.post .hot-products li:hover {
	background: #fafafa;
}

.post .hot-products li.last {
	margin-right: 0;
}

.post .hot-products li img {
	margin-left: 46.5px;
	margin-top: 15px;
}

.post .hot-products li h4 {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-size: 16px;
	max-height: 65px;
	overflow: hidden;
}

.post .hot-products li p {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.post .hot-products li p img {
	margin-left: 0;
	margin-top: 0;
}

.post .hot-products li strike {
	width: 100%;
	text-align: center;
	color: #A00100;
}

/* Product Page */

.product {
	width: 675px;
}

.product-col1 {
	width: 315px;
	float: left;	
}

.product-col2 {
	width: 350px;
	float: left;	
}

.product-image {
	width: 300px;
	float: left;
	margin-right: 15px;
}

.product-image img {
	/*width: 300px;*/
	width: 222px;
	margin-left: 39px;
}

.product-addtocart {
	width: 350px;
	float: left;	
}

.product-addtocart .product-addtocart-h3 {
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: #000;
	float: left;
	text-align: left;
	width: 220px;
}

.product-addtocart .product-addtocart-h3 span {
	font-weight: 500;
	text-transform: capitalize;
	font-size: 14px;
	color:#454545;
}

.product-addtocart .product-addtocart-price {
	float: left;
	text-align: right;
	width: 130px;
}

.product-addtocart .product-addtocart-price strike {
	color: red;
}

.product-addtocart-qty {
	float: right;
	color: #000;
	margin-top: 10px;
}

.product-addtocart-button {
	clear: both;	
}

.product-addtocart-button img {
	float: left;
	margin-top: 10px;
}

.product-addtocart-button input {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;	
}

.product-addtocart-tabs {
	clear: both;
}

.product-addtocart-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #C5C7CA;
	height: 20px;	
}

.product-addtocart-tabs ul li {
	float: left;
	border: 1px solid #C5C7CA;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
}

.product-addtocart ul li a {
	text-decoration: none;
	color: #454545;	
	height: 19px;
	line-height: 19px;
	width: 100%;
	background-color: #ddd;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.product-addtocart-tabs ul li.first {
	margin-left: 15px;
}

.product-addtocart-tabs ul li a.active {
	color: #000;
	background-color: #fff;
	border-bottom: 0px;
	height: 27px;
	width: 100%;
}

.product-addtocart-tab {
	font-size: 12px;
	padding: 10px;
	overflow: auto;	
}

.product-addtocart-options {
	float: left;
	width: 300px;
	clear: both;
	font-size: 11px;
}

.product-addtocart-options ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.product-addtocart-options li {
	float: left;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 2px;
}

.product-addtocart-options h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #000;
	clear: both;
	width: 100%;
}

.product-addtocart-options img {
	max-width: 60px;
	max-height: 60x;
	margin: 5px;	
}

.product-addtocart-flues p {
	font-size: 12px;
}

.product-addtocart-flues ul {
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

.product-addtocart-flues li {
	position: relative;
    float: left;
    margin: 0;
    padding: 0 0 6px 28px;
    list-style: none;
    background: url(/images/tick.png) left 4px no-repeat;
    font-size: 12px;
}

.product h2 {
	background: #DDD;
	border: 1px solid #C5C7CA;
	font-size: 12px;
	font-weight: 500;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 2px;
	color: #454545;
}

#productListing table a {
	color: #454545;	
}

#productListing table a:hover {
	color: #000;	
}

.product-listing-image {
	width: 150px;
	float: left;
}

.product-listing-image img {
	padding: 10px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px #A8A8A8;
	-moz-box-shadow: 1px 1px 2px #A8A8A8;
	-webkit-box-shadow: 1px 1px 2px #A8A8A8	
}

.product-listing-details {
	float: left;
	margin-top: 10px;	
}

/* Cart */

.CartnCheckout #sidebar {
	display: none;
	width: 0;
}

.CartnCheckout #posts {
	width: 920px;
	padding-left: 0;
}

.CartnCheckout #posts h2 {
	background: #fafafa;
	color: #000;
	margin-top: 0;	
}

#CartnCheckout-Buttons input {
	margin-top: 25px;
	margin-bottom: 25px;	
}

#CartnCheckout-Buttons .checkout-button {
	float: right;
}

#CartnCheckout-Form {
	margin-bottom: 25px;	
}

#CartnCheckout-Form ul {
	padding: 0;
	margin: 0;
	padding-left: 15px;
	padding-top: 15px;
	list-style: none;
	width: 445px;
	float: left; 
}

#CartnCheckout-Form ul label {
	width: 170px;
	float: left; 
}

#CartnCheckout-Form ul.address-form input, textarea {
	width: 260px;
}

#CartnCheckout-Form ul select {
	width: 266px; 
}

.cart-heading {
	padding: 5px; 
	border-bottom: 1px solid #C5C7CA;
	margin-bottom: 10px;	
}

.cart-contents a {
	text-decoration: none;
	color: #000;	
}

.cart-contents a:hover {
	text-decoration: underline;
}

/*  */
