
/* -------------------------------------------- */
/* Shop (New styles) */
/* -------------------------------------------- */
.detailsPic{
	width:280px;
	height:150px;
	background:url(../Images/icons/sidpic-det.jpg) no-repeat top left #f4f4f4;
}
.prodname{
	height:38px;
}
.catagoryDisc{
	padding-top:10px;
	border-top:#E4E4E4 1px solid;
	clear:left;
}
/* -- Product List -- */
ul.prodlist{
	list-style:none;
	padding:0px;
	margin:0px;
}
ul.prodlist li{
	width:160px;
	border:#e9e9e9 1px solid;
	float:left;
	margin-right:15px;
	margin-bottom:20px;
}
ul.prodlist li .title{
	background-color:#f4f4f4;
	padding:4px 7px 3px 7px;
	border-bottom:#e9e9e9 1px solid;
}

ul.prodlist li .title h2{
	background-color:#f4f4f4;
	color:#FF0000;
	font-size:13px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

ul.prodlist li .title h2 a{
	text-decoration:none;
	display:block;
}
ul.prodlist li .title h2 a:hover{
	text-decoration:underline;
}

ul.prodlist li .title .subtitle{
	color:#686868;
	display:block;
	float:left;
	
}
ul.prodlist li .title .price{
	
	display:block;
	
}
ul.prodlist li .product{
	height:140px;
	text-align:center;
}
ul.prodlist li .links{
	padding:0px;
	border-top:#e9e9e9 1px solid;
}
ul.prodlist li .links a{
	background-color:#f4f4f4;
	font-size:11px;
	text-decoration:none;
	line-height:20px;
}
ul.prodlist li .links a:hover{
	background-color:#f2683a;
	color:#FFFFFF;
}
ul.prodlist li .links a.addtocart{
	border-right:#e9e9e9 1px solid;
	background:url(../Images/icons/cart-tiny.gif) no-repeat top left #f4f4f4;
	padding-left:21px;
	width:60px;
	float:left;
}
ul.prodlist li .links a.addtocart:hover{
	background-image:url(../Images/icons/cart-tiny-rollover.gif) ;
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#f2683a;
}
ul.prodlist li .links a.viewprod{
	padding-right:5px;
	text-align:right;
	display:block;
}
ul.prodlist li .links a img{
	border:0px;
}
/* -- Product Details -- */
.productPhoto{
	text-align:center;
}
.productDesc{
	font-size:14px;
	line-height:18px;
	padding-bottom:20px;
	padding-top:15px;
	border-top:1px solid #e9e9e9;
	margin-top:0px;
}
.features p{
	border-bottom:1px solid #e9e9e9;
	padding-bottom:5px;
	margin-bottom:5px;
}
.priceBreakdown{
	width:110px;
	padding:15px 15px 10px 15px;
	float:right;
}
.priceBreakdown .number{
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}
.yourprice{
		padding-top:12px;
	color:#f15a29;
	text-align:center;
}
.options{
	border-right:1px solid #e9e9e9;
	width:150px;
	text-align:center;
	padding-top:6px;
	padding-bottom:8px;
}
.options select{
	width:100px;
	margin-top:3px;
}
.options p{
	margin:0px;
	margin-top:4px;
	padding:0px;
	line-height:11px;
}
.addButtons{
	border-top:1px solid #e9e9e9;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}
.addButtons .addtocart{
	background:url(../Images/icons/cart-large.gif) no-repeat #333333 left;
	font-size:14px;
	font-weight:bold; 
	border:0px;
	height:30px;
	color:#FFFFFF;
	width:140px;
	text-align:right;
	padding:0px;
	padding-right:20px;
	margin-top:15px;
}
.addButtons a.addtowishlist{
	padding:0px;
	margin:0px;
	padding-left:15px;
}
.specialOffer{
	border-top:1px solid #e9e9e9;
	background-color:#f4f4f4;
	padding:15px;
	font-size:14px;
}
.sizeChart{
	border-top:1px solid #e9e9e9;
}
.sizeChart p{
	font-size:14px;
	padding:15px 15px 6px 15px;
}
.sizeChart ul{
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:10px;
}
.sizeChart ul.size{
	width:90px;
}
.sizeChart ul.size .title{
	padding-left:15px;
}
.sizeChart ul.usmen{
	width:60px;
}
.sizeChart ul.uswomen{
	width:73px;
}
.sizeChart ul.europe{
	width:57px;
}
.sizeChart ul li{
	border-top:1px solid #e9e9e9;
	padding-top:3px;
	padding-bottom:3px;
}
.sizeChart ul li.title{
	font-weight:bold;
	border:none;
}

.sizeChart ul li.small{
	/*background:url(../Images/icons/size-small.gif) no-repeat left;*/
	padding-left:14px;
}
.sizeChart ul li.medium{
	/*background:url(../Images/icons/size-medium.gif) no-repeat left;*/
	padding-left:14px;
}
.sizeChart ul li.large{
	/*background:url(../Images/icons/size-large.gif) no-repeat left;*/
	padding-left:14px;
}
.sizeChart ul li.xlarge{
	/*background:url(../Images/icons/size-xlarge.gif) no-repeat left;*/
	padding-left:14px;
}
*/


/* ---------------------------------------------------------------------------------------- */
/* Shop (New styles) */
/* ---------------------------------------------------------------------------------------- */
.shop .goBack {
	color: #96333c;
	font-size: 11px;
}
.shop .goBack a {
	color: #96333c;
	text-decoration: underline;
	font-weight: bold;
}

.shop .productDetails .name {
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 5px;
}

.shop .productDetails .mainImage {
	width: 360px;
	margin-right: 14px;
	margin-bottom: 11px;
}

/*.shop .productDetails .mainImage img {
border: 1px solid #e9e9e9;
}*/

/*.shop .productDetails .controls .images img {
border: 1px solid #e9e9e9;
}*/


.shop .productDetails .controls {
	float: left;
	width: 178px;
}

.shop .productDetails .controls .price {
	margin-top: 4px;
	color: #a44141;
	font-size: 15px;
	font-weight: bold;
}
.shop .productDetails .controls .actualPrice {
	clear:left;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.shop .productDetails .controls .was {
	margin-top: 4px;
	color: #999;
	font-size: 10px;
	font-weight: normal;
}
.shop .productDetails .controls .quantity {
	margin-top: 5px;
	font-size: 11px;
}
.shop .productDetails .controls .quantity select{
	font-size: 11px;
}

.shop .productDetails .controls .addToBasket {
	margin-top: 13px;
}

.shop .productDetails .controls .addToWishlist {
	margin-top: 10px;
}

.shop .productDetails .controls .line {
	margin-top: 17px;
	margin-bottom: 9px;
}

.shop .productDetails .controls .images img {
    margin-right: 14px;
    margin-bottom: 9px;
    cursor: pointer;
}

.shop .description {
	clear: left;
	background-color: #f2edd7;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 8px;
}


.shop .recentlyViewed {
	clear: left;
}

.specialPrice {
	color: #f15a29;
	
}

.normalPrice {
    color: #666;
    text-decoration: line-through;
	
}






.basket .freightTable .leftPad, .basket .basketTable .leftPad {
	padding-left: 10px;
}
.basket thead tr {
	background-color: #818286;
}

.basket .price {
	text-align: right;
}

.basket .freightTable {
	width: 100%;
}
.basket .freightTable th {
	color: #FFFFFF;
	padding: 5px;
}
.basket .freightTable th.freightZone {
	padding-left: 10px;
	text-align: left;
	width: 250px;
}
.basket .freightTable th.price {
	width: 60px;
}
.basket .freightTable td.type {
	padding-left: 7px;
}
.basket .freightTable td {
	padding: 3px 5px 1px 5px;
}
.basket .freightTable label {
	cursor: pointer;
}



.basket .basketTable {
	width: 100%;
	margin-bottom: 10px;
}
.basket .basketTable thead th {
	color: #FFFFFF;
	padding: 5px;
	text-align: right;
}

.basket .basketTable th.itemDesc {
	padding-left: 10px;
	text-align: left;
	width: 250px;
}
.basket .basketTable th.unitPrice {
	width: 60px;
}
.basket .basketTable th.totalPrice {
	width: 45px;
	border-left: 1px solid #e9e9e9;
}



.basket .basketTable td {
	text-align: right;
	padding: 3px 5px 1px 5px;
}

.bakset .totalPrice {
	border-left: 1px solid #e9e9e9;
}

.basket .basketTable .item td {
	border-bottom: 1px solid #e9e9e9;
	height: 50px;
	vertical-align: middle;
}
.basket .basketTable .item td {
	border-bottom: 1px solid #e9e9e9;
	height: 50px;
	vertical-align: middle;
}

.basket .basketTable .item td.pic {
	text-align: left;
	width: 2px;
}
.basket .basketTable .item td.desc{
	text-align: left;
	width: 200px;
}
.basket .basketTable .item td.desc a{
	text-decoration: none;
}


.basket .basketTable .qty {
	padding-right: 15px; 
}
.basket .basketTable .qty input {
	width:30px;
	text-align: right;
}
.basket .basketTable .item td {
	border-bottom: 1px solid #e9e9e9;
}

.basket .basketTable .item .totalPrice {
	border-left: 1px solid #e9e9e9;
	padding-left: 15px;
}



.basket .basketTable .update {
	text-align: left;
	vertical-align: middle;
	height: 40px;
}
.basket .basketTable .update .note {
	position:relative;
	top: -6px;
	left: 4px;
}



.basket .basketTable .totals td {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background-color: #f4f4f4;
	padding-top:10px;
	padding-bottom:10px;
}
.basket .basketTable .totals .desc {
	padding-right: 15px; 
}
.basket .basketTable .totals .total {
	font-weight: bold;
	color: #f2683a;
	text-align: left;
}

.basket .basketTable .totals .price {
	border-left: 1px solid #e9e9e9;
}
.basket .basketTable .totals .tax {
	color: #a18a64;
}
.basket .basketTable .balanceLine {
	background-image: url(../../Templates/Shop/Images/balanceLine.gif); 
	background-position: bottom right;
	background-repeat: no-repeat;
}



.basket .save {
	float: left;
}

.basket .checkout {
	float: right;
}
.basket .checkout a {
	margin-left: 6px;
}





.shop .category {
	float: left;
	padding-bottom:30px;
}

.shop .category .sortBy {
	float: left;
	font-weight: bold;
	color: #96333c;
	font-size: 11px;
	margin-bottom: 25px;
}

.shop .category .sortBy select {
	font-size: 10px;
	margin-left: 5px;
}





.shop .category .pager {
	float: right;
	color: #96333c;
}

.shop .category .pager a {
	font-weight: bold;
	margin: 0px 4px;
}

.shop .category .pager .pageIndexCurrentPage {
	text-decoration: none;
	font-weight: normal;
}








.shop .category .products {
	clear: both;
}

.shop .image {
	text-align:center;
	height:140px;
}




.shop .category .product {
	float: left;
	width: 150px;
	height: 200px;
	margin-right: 15px;
	margin-bottom: 34px;
	text-align: center;
}

.shop .category .endOfRow {
	margin-right: 0px;
	
}

.shop .category .product .name {
	margin-top: 16px;
}
.shop .category .product .price {
	margin-bottom: 5px;
}

.shop .category .product .actualPrice {
	clear:left;
	display: block;
}

.shop .category .product .name a {
	color: #222;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

.shop .category .separator {
display: none;
}
.tableHeadings td {
	padding: 5px;
	border-bottom:1px solid #e9e9e9;
}
.tableHeadings th {
	background-color: #818286;
	color: #FFFFFF;
	padding: 5px;
	text-align: left;
}


.featuredProduct {
width: 187px;
text-align: center;
}
.featuredProduct .name {
	margin-top: 16px;
}
.featuredProductt .price {
	margin-bottom: 5px;
}

.featuredProduct .name a {
	color: #222;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
.featuredProduct .price {
	margin-bottom: 5px;
}


.alsoBought {
width: 250px;
float: left;
}
.recentlyViewed {
width: 200px;

}
.alsoBought h2, .recentlyViewed h2 {
	font-size: 14px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:8px;

}
.alsoBought .product, .recentlyViewed .product {
clear: left;
float: left;
margin-bottom: 16px;
width: 100%;
}
.alsoBought .product img, .recentlyViewed .product img {
float: left;
margin-right: 4px;
}
.alsoBought .product .details, .recentlyViewed .product .details {
padding-top: 4px;
}
.noStock{
	border-right:#e9e9e9 1px solid;
	background-color:#f4f4f4;
	padding:4px 5px 0px 8px;
	height:16px;
	width:60px;
	float:left;
	font-size:11px;
	color:#EB591F;
}




/* CHECKOUT CSS */

a.continue_shopping{
	background:url(../../Templates/Shop/Images/Checkout_v2/continue_shopping_arrow.gif) top left no-repeat;
	display:block;
	padding:2px 3px 2px 19px;
	font-weight:bold;
	text-decoration:none;
	color:#6E6F73;
	margin-bottom:8px;
}

.cart_panel{
	width:740px;
}

table.tableHeadings{
	margin-bottom:0px;
}
.left_row_border{
	border-left:1px solid #E9E9E9;
}
.right_row_border{
	border-right:1px solid #E9E9E9;
}
td.bottom_row_grey{
	border:1px solid #E9E9E9;
	border-width:0px 1px 1px 1px;
	background-color:#F2F2F2;
}
td.bottom_row_grey td{
	border:0px;
}
table.lined_box td{
	border-bottom:1px solid #DADADA;
}
table.lined_box td.no_border{
	border:0px;
}
input.proceed, a.proceed{
	background-color:#F65428;
	color:#FFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 15px 4px 15px;
	font-size:14px;
	border-width:0px;
        text-decoration: none;
}
input.grey_button{
	background-color:#E9E9E9;
	color:#6E6F73;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 15px 4px 15px;
	font-size:14px;
	border-width:0px;
}
.small_cart_text{
	font-size:11px;
	line-height:13px;
	margin-top:8px;
	color:#999;
}
ul.cart_progress{
	list-style:none;
	padding:0px;
	margin:15px 0px 0px 0px;
	height:80px;
}
ul.cart_progress li{
	float:left;
}
input.refresh_order, a.refresh_order{
	background:url(../../Templates/Shop/Images/Checkout_v2/refresh.gif) 5px 5px no-repeat;
	padding:5px 3px 5px 24px;
	display:block;
	font-size:16px;
	color:#6E6F73;
	margin-top:5px;
        border: 0;
        text-decoration: underline;
}
input.promo_code{
	width:140px;
	border:solid 1px #B6B6B6;
}
table.promo_panel td{
	border-width:0px;
	padding:0px;
}
table.checkout_buttons{
	margin-top:30px;
}
p.cart_total{
	color:#F65427;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
}
.asterix{
	color:#F65428;
	font-weight:bold;
}
input.simple_line, .shoppingCart .formField {
	background-color:#FFF;
	border:1px solid #D9D9D9;
}

.shoppingCart .formField {
	width: 285px;
}

a.edit_address_button{
	background:#DBDBDD url(../../Templates/Shop/Images/Checkout_v2/edit.gif) left center no-repeat;
	border:1px solid #BCBCBC;
	font-size:16px;
	line-height:16px;
	padding:6px;
	padding-left:30px;
	padding-right:0px;
	display:block;
	width:80px;
}
tr.mainbar th{
	background-color:#666;
}
tr.mainbar th p{
	font-size:14px;
	margin:2px 0px;
}
table.review_delivery td{
	background-color:#FFF;
	border:1px solid #DBDBDB;
	padding-bottom:15px;
}
table.review_delivery td h3{
	font-weight:bold;
	font-size:14px;
	color:#666;
	margin:10px 0px 15px 15px;
}
table.review_delivery td p{
	color:#666;
	margin:4px 0px 0px 15px;
}
#CreditCardPaymentTable td.ccLabel {
	text-align: right;
	width: 160px;
}
#CreditCardPaymentTable #PaymentDetails_Month, #CreditCardPaymentTable #PaymentDetails_Year {
	width: 60px;
}
#DeliveryState, #PaymentDetails_CVC, #PaymentDetails_Type{
	width: 120px;
}
