/*product_list styles*/

.productHolder {border-top:1px solid #F5E4D1; background:url(/images/productHolder-back.gif) top left repeat-y;}
.productDetails {margin:0; padding-bottom:5px; float:left; width:290px;}
.description {padding:5px 5px 5px 0;}

.quantityHolder {margin-top:10px;}
.quantity {float:left; width:150px;}
.quantityInput {border:1px solid #27633F; width:50px;}

.addButton {float:right; width:140px;}
.button {width:129px; height:39px; color:#fff; font-weight:bold; background:url(/images/submit-AddtoBasket.gif) no-repeat; border:0; margin:0; padding:0 0 5px 20px;}

.imageHolder {float:right; width:185px; text-align:center; padding:7px 0;}
.productImage {width:130px; margin:auto;}
.productImage a, .noImageVenison, .noImageDeerskin {padding-top:120px; display:block;}
.plus {display:block; text-align:left; background:url(/images/product-plus.gif) left no-repeat; padding-left:15px;}
.noImageVenison {background:url(/images/noImageVenison.gif) top center no-repeat;}
.noImageDeerskin {background:url(/images/noImageDeerskin.gif) top center no-repeat;}

.price {font-size:125%; font-weight:bold; color:#296240;}
.price strike {font-size:80%; font-weight:normal; color:#FF0000; text-decoration:line-through;}