/* -------------------------------------------- */
/* Shop (New styles) */
/* -------------------------------------------- */
.catagoryDisc{
	padding-top:10px;
	
	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;
}
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{
	background:url(../Images/icons/cart-tiny.gif) no-repeat top left #FFBF00;
	width:60px;
	padding:4px;
}
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;
	
}
font{
	font-family:Arial, Helvetica, sans-serif;
	}
.Listprice{
	float:right;
	padding-right:4px;
}
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:60px;
	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;
}


/* ---------------------------------------------------------------------------------------- */
/* 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;
	margin-bottom:15px;
	margin-right:10px;
}

.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: 665px;
clear:left;
border-left:1px solid #333333;
}
.recentlyViewed {
width: 665px;
clear:left;
border-left:1px solid #333333;
}
.alsoBought h2, .recentlyViewed h2 {
	font-size: 14px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:8px;

}
.alsoBought .product, .recentlyViewed .product {
float: left;
background-color:#FFBF00;
padding:5px;
width:203px;
border:1px solid #333333;
border-left:none;
}
.alsoBought .product img, .recentlyViewed .product img {
float: left;
margin-right: 4px;
}
.alsoBought .product .details, .recentlyViewed .product .details {
padding-top: 4px;
}
.rightContentWideWhite{
	width:280px;
	float:right;
	border:1px solid #e9e9e9;
	padding:0px;
	margin:0px;
}