﻿.option_item
{
    color:Blue;
}

.option_item:disabled
{
    text-decoration:line-through;
    color:silver;
}

.products
{
    float:right;
    width:734px;
	overflow:hidden;
}

.product-box
{
    width:367px;
    height:286px;
    margin-top:10px;
    float:left;
    background-image:url(../images/product-box.gif);
    background-repeat:no-repeat;
}

.product-header
{
    width:338px;
    height:32px;
    line-height:32px;
    background-image:url(../images/product-header.png);
    background-repeat:no-repeat;
    color:#ffffff;
    font-size:13px;
    margin:10px;
}

.product-header .code
{
    float:right;
    padding-right:10px;
    font-weight:bold;
}

.product-header .code span
{
    font-weight:normal;
}

.product-header .price
{
    padding-left:10px;
    font-weight:bold;
}

.product-name
{
    font-size:12px;
    color:#CAA16C;
    font-weight:bold;
    padding-bottom:4px;
    border-bottom:1px solid #999999;
    width:339px;
    margin:0px auto 0px auto;
    overflow:hidden;
}

.product-description
{
    overflow:hidden;
    height:30px;
    font-size:11px;
    color:#333333;
    margin-left:10px;
    margin-right:10px;
    padding-top:4px;
    text-align:justify;
}

.product-description span
{
    color:#000033;
    padding-right:4px;
    float:left;
    font-weight:bold;
}

.product-options
{
    margin-left:10px;
    margin-right:10px;
    margin-top:8px;
    padding-bottom:4px;
    border-bottom:1px solid #999999;
    margin-bottom:4px;
}

.product-options select
{
    margin-bottom:2px;
}

.product-options span
{
    color:#000033;
    font-weight:bold;
    font-size:11px;
}

.product-options select.colour
{
    width:225px;
}

.product-options select.fitting
{
    width:225px;
}

.product-options select.size
{
    width:225px;
}

.product-photo
{
    float:right;
    width:106px;
    margin-top:10px;
    text-align:center;
}

.product-photo img
{
    border:1px solid #e1b378;
    padding:1px;
    margin-bottom:8px;
	margin-right:0px;
}

.product-photo a span
{
    background-image:url(../images/enlarge-icon.png);
    background-repeat:no-repeat;
    padding-left:20px;
    font-size:9px;
    color:#333333;
    padding-top:4px;
    padding-bottom:4px;
    margin-top:8px;
}

.product-photo a:hover span
{
    color:#000033;
}

.product-box .buy-now
{
    padding-top:3px;
    text-align:center;
}

.search-nav
{
    clear:both;
    padding-top:16px;
    text-align:right;
}

.search-nav a,
.search-nav a img
{
    vertical-align:middle;
}

.search-nav span
{
    color:#000033;
    font-weight:bold;
    padding-left:32px;
    padding-right:8px;
}

.product-options select.selectAuto-nope
{
    float:left;
    width:auto;
    position:absolute;
    z-index:1000;
    color:Red;
}

.selectAuto-clear
{
    clear:left;
}

