﻿#productsholder
{
    padding:10px;
}

#breadcrumb
{
    padding:8px 10px 8px 10px;
    background:#55207A;
    width:950px;
    color:#FFFFFF;
    font-weight:bold;
}

#breadcrumb a
{
    color:#A4A4A6;
}

#categories
{
    float:left;
    width:371px;
    border-right:solid 1px #55207A;
    padding:10px 0px 10px 0px;
}

#products
{
    float:right;
    width:560px;
    padding:10px 0px 38px 0px;
}

#productsleft
{
    float:left;
    width:371px;
    border-right:solid 1px #55207A;
    padding:10px 0px 0px 0px;
}

#products ul,#productsleft ul, #categories ul
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

#products li,#productsleft li, #categories li
{
    float:left;
    background:#818286;
    margin-right:10px;
    margin-bottom:10px;
    width:102px;
    height:139px;
    list-style-type:none;
    border:solid 1px #FFFFFF;
}

#products li.nomargin
{
    margin-right:0px;
}

#products li,#productsleft li
{
    height:152px;
}

#categories li a
{
    color:#333333;
    display:block;
}

#categories li img,#products li img,#productsleft li img
{
    border-bottom:solid 1px #FFFFFF;
}

#categories li.selected,#productsleft li.selected
{
    background:#55207A;
}

#categories li.selected a,#productsleft li.selected a
{
    color:#FFFFFF;
    display:block;
}

#categories li.promotions,#productsleft li.promotions
{
    background:#818286;
}

#categories li.promotions a,#productsleft li.promotions a
{
    color:#333333;
    display:block;
}

#products li a,#productsleft li a
{
    color:#333333;
    display:block;
}

/*
#products img
{
    border:solid 1px #5C4F25;
}
*/

.producttop
{
    height:102px;
}

.productbottom
{
    height:50px;
    /*background:#C9B36D;*/
    /*color:#5C4F25;*/
    text-align:center;
    /*font-weight:bold;*/
    padding:4px;
}

.catbottom
{
    height:37px;
    /*background:#C9B36D;*/
    /*color:#5C4F25;*/
    text-align:center;
    /*font-weight:bold;*/
    padding:4px;
}



#product
{
    float:right;
    width:559px;
    padding:10px 0px 38px 0px;
}

#prodphoto
{
    float:left;
}

#prodright
{
    float:right;
    width:259px;
}

#proddesc
{
    width:239px;
    background:#FFFFFF;
    padding:10px;
    float:right;
    font-size:1.1em;
}

.smallthumb
{
    border:solid 1px #FFFFFF;
    margin-top:5px;
    margin-right:5px;
    float:left;
}

#price
{
    color:#55207A;
    font-weight:bold;
}

a.addtobasket img
{
    background: url(images/add_to_basket.gif) no-repeat;
    width:103px;
    height:13px;
    border:none;
}

a.addtobasket:hover img
{
    background: url(images/add_to_basket.gif) bottom right no-repeat;
}

a.addtowishlist img
{
    background: url(images/add_to_wish_list.gif) no-repeat;
    width:117px;
    height:13px;
    border:none;
}

a.addtowishlist:hover img
{
    background: url(images/add_to_wish_list.gif) bottom right no-repeat;
}

.basket, .basket th, .basket td
{
    border:solid 1px #55207A;
}

.basketsummary, .basketsummary td
{
    border:solid 0px #ffffff;
    color:#000000;
}

.basketsummary td.bsummarytop 
{
    border-left:solid 1px #55207A;
    border-right:solid 1px #55207A;
}

.basketsummary td.bsummary
{
    border:solid 1px #55207A;
}

.light img
{
    filter:alpha(opacity=60);-moz-opacity:0.60; opacity:0.60;
}

.light img:hover 
{
    filter:alpha(opacity=100);-moz-opacity:1; opacity:1;
}

.full img
{
    filter:alpha(opacity=100);-moz-opacity:1; opacity:1;
}

#catdesc
{
    background:#55207A;
    padding:10px 10px 14px 10px;
    width:540px;
    margin-bottom:10px;
    color:#FFFFFF;
}

#cantfind
{
    background:#818286;
    color:#FFFFFF;
    padding:15px 15px 5px 15px;
    width:528px;
}

#cantfind p
{
    margin:10px 0px 10px 0px;
}

#enquiry
{
    background:#55207A;
    padding:10px;
    color:#FFFFFF;
    margin-top:9px;
    width:239px;
    float:right;
}

#enquiry a
{
    color:#FFFFFF;
}