/*************************************************************/
/************************* SHOP  *****************************/
/*************************************************************/


/***** cart block ******/
.cart-block {
	background: url(/images/global/shop-cart-bg-mid.jpg) repeat-y left top;
}
.cart-block .inner {
	background: url(/images/global/shop-cart-bg-top.jpg) no-repeat left top;
}
.cart-block .inner-inner {
	background: url(/images/global/shop-cart-bg-bottom.jpg) no-repeat left bottom;
}
.cart-block .holder {
	padding:45px 15px 15px;
}
.cart-block .items {
	padding:5px 0 30px;
}
.cart-block .items ul {
	list-style: none;
	padding: 0;
}
.cart-block .items li {
	border-bottom: 1px dashed #c7c7c7;
	padding: 0 0 3px;
	margin: 0 0 3px;
}
.cart-block .items li a.remove {
	float: right;
	margin-top: 3px;
}
.cart-block .items li a.remove img {
	border: 0;
}
.cart-block .promo-code {
	color: #5094af;
	font-weight: bold;
}
.cart-block .promo-code input {
	border: 1px solid #b3ccd6;
	font-size:10px;
	padding:2px;
	width:105px;
}
.cart-block .total {
	background: #e8e8e8;
	text-align: right;
	margin: 5px 0;
	padding: 3px 5px;
	font-weight: bold;
}
#redeem-btn {
	background: url(/images/global/shop-redeem-btn.jpg);
	width: 79px;
	height: 18px;
	border: 0;
	cursor: pointer;
}
#cart-view-full {
	background: url(/images/global/shop-view-cart.jpg);
	width: 122px;
	height: 25px;
	border: 0;
	cursor: pointer;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin-right: 2px;
	float: left;
}
#cart-proceed {
	background: url(/images/global/shop-cart-proceed.jpg);
	width: 146px;
	height: 25px;
	border: 0;
	cursor: pointer;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}



/***** feature product on shop page ******/

.featured-product {
	background: url(/images/global/shop-featured-bg-mid.jpg) repeat-y left top;
	width: 604px;
	margin: 7px;
}
.featured-product .inner {
	background: url(/images/global/shop-featured-bg-bottom.jpg) no-repeat left bottom;
}
.featured-product .inner-inner {
	background: url(/images/global/shop-featured-bg-top.jpg) no-repeat left top;
}
.featured-product .image {
	float: left;
	margin: 10px;
}
.featured-product .image img {
	border: 0;
}
.featured-product .details {
	padding:10px 10px 10px 0;
	position:relative;
}
.featured-product .details .title {
}
.featured-product .details .title a {
	color: #7c7c7c;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.featured-product .details .desc {
	font-size: 12px;
}
.featured-product .details .desc p {}
.featured-product .details .box {
	float:right;
	padding-top:5px;
	text-align:right;
	width:120px;
}
.featured-product .details .box span {
	font-size: 9px;
	text-transform: uppercase;
	color: #969696;
}
.featured-product .details .box .amount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ff7800;
	padding-bottom: 3px;
}
/*
.featured-product .details .box .add-btn {
	padding: 4px 0;
	float: right;
}
.featured-product .details .box .add-btn a {
	background: url(/images/global/add-to-cart-btn.png) no-repeat;
	display: block;
	height: 21px;
	width: 107px;
	cursor: pointer;
}
*/
.add-btn img {
	border: 0;
}


/***** categories section on the page ******/


.categories-section {
	clear: both;
}
.categories-section .cat {
	background: url(/images/global/shop-cat-bg-mid.jpg) repeat-y left top;
	width: 200px;
	float: left;
	margin: 3px;
}
.categories-section .cat .inner {
	background: url(/images/global/shop-cat-bg-top.jpg) no-repeat left top;	
	text-align: center;
}
.categories-section .cat .inner .cat-image {
	overflow:hidden;
	padding:10px 10px 0;
	width:180px;
}
.categories-section .cat .inner .cat-image img {
	border: 0;
}
.categories-section .cat .label {
	background: url(/images/global/shop-cat-bg-label.jpg) no-repeat;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding:11px 0 23px;
	font-family: Arial, Helvetica, sans-serif;
}
.categories-section .cat .label a, .categories-section .cat .label a:hover {
	color: #ffffff;
	text-decoration: none;
}


/***** products showing in a category ******/


.products-section {
	clear: both;
}
.products-section .product-item {
	background: url(/images/global/shop-product-pre-bg-mid.jpg) repeat-y left top;
	width: 190px;
	float: left;
	margin: 8px;
}
.products-section .product-item .inner {
	background: url(/images/global/shop-product-pre-bg-top.jpg) no-repeat left top;	
	text-align: center;
}
.products-section .product-item .inner .product-image {
	overflow: hidden;
	padding: 10px 10px 0;
	width: 170px;
	height: 125px;
}
.products-section .product-item .inner .product-image img {
	border: 0;
}
.products-section .product-item .label {
	background: #f1f1f1 url(/images/global/shop-product-pre-bg-bottom.jpg) no-repeat left bottom;
	text-align: left;
	font-size: 12px;
	padding: 5px;
}
.products-section .product-item .label .price {
	color: #000000;
}
.products-section .product-item .label a {
	color: #007cab;
	font-weight: bold;
	text-decoration: none;
}
.products-section .product-item .label a:hover {
	text-decoration: underline;
}
.products-section .product-item .label .add-btn {
	margin: 3px 0;
}
.products-section .product-item .label .add-btn img {
	border: 0;
}


/***** order summary ******/

#order-summary {
	font-size: 12px;
	margin-top: 5px;
}
#order-summary .inner-inner {
	background: url(/images/global/your-order-summary-title.jpg) no-repeat left top;
}
#order-summary .item-summary th {
	color: #858585;
	font-size: 11px;
	font-weight: bold;
}
#order-summary .item-summary div {
	border-bottom: 1px dashed #ccc5c5;
}
#order-summary .item-summary td {
	text-align: center;
}
#order-summary .item-summary .item {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}
#order-summary .item-summary .edit-cart-btn {
	background: url(/images/global/a-blue-btn.jpg) no-repeat;
	width: 102px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 0;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
#order-summary .item-summary .total {
	font-weight: bold;
}

.blue-btn {
	background: url(/images/global/a-blue-btn.jpg) no-repeat;
	width: 102px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0;
	font-size: 12px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	border: 0;
}
input.blue-btn {
	background: url(/images/global/a-blue-btn.jpg) no-repeat;
	width: 102px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	display: inline;
	border: 0;
}


/***** billing and shipping info ******/

#billing-shipping {}
#billing-shipping .inner-inner {
	background: url(/images/global/billing-shipping-title.jpg) no-repeat left top;
}
#billing-shipping h2 {
	border-bottom: 1px dotted #a5a5a5;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

#billing-shipping .billing {
	float: left;
	margin-right: 20px;
	width: 273px;
}
#billing-shipping .shipping {
	float: left;
	width: 280px;
}

#billing-shipping .billing select,
#billing-shipping .shipping select  {
	width: 267px;
	padding: 4px;
	margin: 3px 0;
}
form .form-item .title {
	font-weight: bold;
}
form .form-item .title span {
	font-weight: normal;
}
form .form-item input {
	background: transparent url(/images/global/compact-form-input-bg.jpg) no-repeat left top;
	border: 0 none;
	color: #696969;
	font-size: 11px;
	margin: 3px 0;
	padding: 8px 8px 7px;
	width: 254px;
}
form .form-item input:focus {
	background:transparent url(/images/global/compact-form-input-bg.jpg) no-repeat left bottom;
}

#billing-shipping .form .city {
	width: 105px;
	float: left;
}
#billing-shipping .form .city input {
	background:transparent url(/images/global/form-city-input-bg.jpg) no-repeat scroll 0 0;
	width: 84px;
}
#billing-shipping .form .city input:focus {
	background:transparent url(/images/global/form-city-input-bg-focus.jpg) no-repeat scroll 0 0;
}
#billing-shipping .form .state {
	float: left;
	width: 138px;
}
#billing-shipping .form .state select {
	margin: 3px 0 0;
	padding: 4px;
	width: 130px;
}
#billing-shipping .form .postcode {
	float: left;
	width: 90px;
}
#billing-shipping .form .postcode input {
	background:transparent url(/images/global/form-postcode-input-bg.jpg) no-repeat scroll 0 0;
	width: 70px;
}
#billing-shipping .form .postcode input:focus {
	background:transparent url(/images/global/form-postcode-input-bg-focus.jpg) no-repeat scroll 0 0;
}


/********* payment form **************/

#payment-form .inner-inner {
	background: url(/images/global/title-enterpaymentdetails.jpg) no-repeat left top;
}

#payment-form .form .type,
#payment-form .form .month,
#payment-form .form .year {
	float: left;
	width: 89px;
}
#payment-form .form .type select,
#payment-form .form .month select,
#payment-form .form .year select {
	margin:3px 0 0;
	padding:4px;
	width: 85px;
}
#payment-form .form .short-input {
}
#payment-form .form .short-input input {
	background:transparent url(/images/global/form-postcode-input-bg.jpg) no-repeat scroll 0 0;
	width: 70px;
}
#payment-form .form .short-input input:focus {
	background:transparent url(/images/global/form-postcode-input-bg-focus.jpg) no-repeat scroll 0 0;
}

#payment-form .details {
	float: left;
	width: 273px;
}

#payment-form .order-total-box {
	float: left;
	margin:10px;
	
}
.order-total-box {
	width: 270px;
	padding:10px;
	margin: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #e5e4e4;
	background: #e5e4e4;
	text-align: center;
}
.order-total-box span {
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}

/************************* CONFIRMATION PAGE ****************************/

#payment-details .inner-inner {
	background: url(/images/global/title-payment-details.jpg) no-repeat left top;
}

#submit-orange-long {
	background:transparent url(/images/global/orange-long-btn.jpg) repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:25px;
	width:206px;
}

/************************* CART ****************************/


#cart {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #cbebf0;
}
#cart .cart-item {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	margin: 0 0 5px 0;
}
#cart .cart-item:hover {
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
}
#cart .cart-item .image {}
#cart .cart-item .image .img {}
#cart .cart-item .image .img img {
	border: 1px solid #e0e0e0;
	width: 60px;
}
#cart .cart-item .title a {
	font-weight: bold;
	text-decoration: none;
	color: #585858;
}
#cart .cart-item .title a:hover {
	text-decoration: underline;
}
#cart .cart-item .qty {}
#cart .cart-item .qty img {
	border: 0;
}
#cart .cart-item .qty .minus {}
#cart .cart-item .qty .count {}
#cart .cart-item .qty .plus {}

#cart .cart-item .price {}
#cart .cart-item .remove {}
#cart .cart-item .remove img {
	border: 0;
}
.cart-promo-code {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #e1f1f7;
	border: 1px solid #e1f1f7;
	width: 368px;
	float: left;
	margin: 0 10px 0 0;
	color: #5094af;
	padding:8px 0 5px 8px;
}
.cart-promo-code span {
	font-weight: bold;
}
.cart-promo-code input {
	border: 1px solid #b3ccd6;
	width: 90px;
	margin: 0 4px;
}
.cart-promo-code #redeem-btn {
	margin: 0;
}
.cart-totals {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #9c9c9c;
	border: 1px solid #9c9c9c;
	width: 220px;
	float: left;
	color: #ffffff;
	text-align: right;
	padding: 5px;
}
.cart-totals .sub {
	padding: 3px 0;
}
.cart-totals .gst {
	padding: 3px 0;
}
.cart-totals .total {
	padding: 7px 0;
	font-size: 20px;
	font-weight: bold;
}
.cart-totals .total span {
	font-size: 11px;
}
.cart-totals span {
	float: left;
	text-align: left;
	font-weight: bold;
}
