/* CSS Document :: Joanna Wallis */

/* bespoke lamps page styles ---------------------------------------------------------------------------------------------------------- */
/*#topLeftNav						{width:316px; height:118px; float:left; background-color:#000;}*/




		#thumbnailsCol				{float:left; width:105px;}
		#col591						{float:left; width:591px;}




/* outdoor lights */
#rightContent #olImages {
    height: 222px;
    margin-bottom: 10px;
}

#rightContent #olImages {
    display: block;
}

#rightContent #olImages img#imgRight {
    margin-right: 0px;
}

#rightContent #olContent {
    background: white;
    padding: 10px;
}

#rightContent #olContent p { color: #000000; }

#rightContent #odlist {
    margin-left:150px;
    list-style-type:disc;
}

#rightContent #odlist li {
    color: #000000;
    margin-bottom: 3px;
}


/* PRODUCT INDEX */
.prod {
    min-height: 95px;
    height: 95px;
    float: left;
    display: block;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    background: #FFFFFF;
    border-bottom: solid 1px #49483E;
    font-size: 0.9em;
}

.prodl { 
    border-right: solid 1px #49483E; 
    width: 343px;
}

.prodr { width: 343px; }

.crosssellprod { 
    width: 265px; 
    height: auto;
}

.crosssellprod a img { border: 1px solid #49483e !important; }

.catDesc {
    background: white;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 0.9em;
    line-height: 150%;
}

.prod h2 { font-size: 1em; }
.prod h2 a { color: #000000 !important; }

.prod p {
    margin: 0px;
    padding: 0px;
}

.prod p, .prod p a {
    color: #000000;
}

.prodl a img, .crosssellprod a img { 
    float: left;
    margin:0px 10px 0px 0px;
}

.prodr a img { 
    float: right;
    margin:0px 0px 0px 10px !important; 
}

.prod p.price {
    float: left;
    font-weight: bold;
    padding-top: 3px;
    margin-top: 10px;
    width: 55px;
}

.prod p.readMore {
    margin-top: 10px;
    float: left;
}

.prod p.readMore a {
    display: block;
    background: url('images/read-more.gif');
    width: 94px;
    height: 17px;
    padding: 3px 0px 0px 13px;
    color: #FFFFFF !Important;
    font-weight: bold;
}
.prod p.readMore a:hover {
    color: #000000 !important;
}




/* PRODUCT PAGE */
h1.breadcrumb a, h2#prodHeading a { color: #FF5175; }
h1.breadcrumb a:hover, h2#prodHeading a:hover { color: #FFFFFF !Important; }

#prodPhotos span.backLink {
    width:70px;
    background: #211E1A;
    display: block;
    text-align: center;
    padding: 0.4em 0px 0.4em 0px;
    margin: 12px 0px 12px 0px;
    font-weight: bold;
    font-size: 0.9em;
}

#prodPhotos span.backLink a {
    color: #FF5175;
    display: block;
}

#prodPhotos span.backLink a:hover { color: #FFFFFF; }

#productRightWrapper {
    float: left;
    width: 285px;
    padding: 0px 10px 0px 0px;
    _overflow: hidden;
}

#prodPhotos {
    float:left;
    width:70px;
    margin-left:25px;
    margin-right:10px;
}

#prodDetails {
    float:left;
    width:648px;
    padding-bottom: 20px;
}

#prodImage {
    /*float: left;*/
    width: 284px;
    padding:0px 10px 10px 0px;
    border-right:solid 1px #49483E;
    border-bottom:solid 1px #49483E;
}

ul.thumbs {
    margin: 0px;
    padding: 0px;
}

ul.thumbs li {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    list-style-type: none;
}

#crossSelling {
    margin-top: 10px;
}

p#crosssellheading {
    background: #49483E;
    margin: 0px;
    padding: 0px;
    width: 285px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 7px;
    color: White;
    font-weight: bold;
    font-size: 0.9em;
}

#productLeft {
    width: 353px;
    border-left: 1px solid #49483e;
    margin-left: -1px;
    float: left;
    _float: right;
}

.prodDescDiv {
    float:right;
    width:323px;
    border-bottom:solid 1px #49483E;
    padding: 10px 10px 10px 10px;
    color: #000000;
    font-size:0.9em;
    background: #FFFFFF;
}

.prodDescDiv h1 {
    width: auto;
    background: none;
    text-align: left;
    color: #000000;
    font-size: 1em;
    margin-bottom: 0px;
    margin-top: 0px;
}

.prodDescDiv p {
    color: #000000;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.prodDescDiv p#prodSubDesc {
    color: #000000;
    padding-bottom: 5px;
}

.prodDescDiv h3 {
    font-weight: bold;
    color: #000000;
    font-size: 1em;
}

.prodDescDiv ul {
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 17px;
    padding-left: 0px;
    line-height: 140%;
}

.prodDescDiv ul li {
    margin-bottom: 5px;
}

#prodPrice p {
    color: #000000;
    padding: 0px;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0px;
}

#prodDimensions, #prodPrice {
    padding-top: 20px;
    padding-bottom: 20px;
}

.prodButtonsDiv {
    border-bottom: 1px solid #49483e;
    padding: 10px 10px 10px 10px;
}

a.prodButton {
    height: 30px;
    display: block;
}

a.prodButton span { display: none; }

a#btnAddToBasket { 
    background: url('images/add-to-basket-large.gif') no-repeat 0px 0px;
    width: 137px;
}

a#btnCustomise {
    background: url('images/customise-large.gif') no-repeat 0px 0px;
    width: 261px;
}

a#btnAddToBasket:hover, a#btnCustomise:hover { background-position: 0px -30px; }
