body {
}

div.product
{
    font-size: 12px;
    
    width:190px;
    height:299px;
    border: 2px dashed #DD2421;
    background: white;
    padding: 3px 5px;
    line-height: 1.4;
    float: left;
    margin: 0 10px 10px 0;
}

div.product .imglink
{
	height: 130px;
	width: 160px;
	display: block;
	margin: 5px auto 5px auto;
}

 p.product-code
{
	text-align: center;
	color: #DD2421;
	margin: 5px 0;
}

div.product .imglink img
{
	display:block;
	margin: 0 auto;
}


div.colourlist
{
    clear:both;
    margin: 0 auto;
    width: 191px;
}

div.coloursample
{
    width: 14px;
    height: 17px;
    border: 1px solid #CCCCCC;
    float: left;
    margin: 2px 2px 0 1px;
}

div.product .name
{
    color: #DD2421;
    font-size: 14px;
    font-weight:bold;
    float: left;
    clear:both;
    height: 39px;
}

div.product .desc
{
    clear:both;
    float:left;
    height: 52px;
    display:block;
    width: 188px;
}

div.product .price
{
    clear:both;
    float:left;
    font-weight: bold;
}

#category
{
	float:left;
}

#categoriesnav
{
    float: left;
    clear: both;
    width: 118px;
}

#categoriesnav ul
{
    list-style: none;
	padding:0 10px;
	margin: 0;
}

#categoriesnav ul li
{
    text-indent: 0;
}

#categoriesnav ul li a
{
	width: 78px;
	padding: 5px 10px;
	display: block;
	font-weight: bold;
	font-size: 16px;
}

#categoriesnav ul li a:hover
{
	color: white;
	background: #DD2421;
	text-decoration: none;
}

#productimage
{
	float: left;
	width: 150px;
	margin-right: 10px;
}

#productimage img
{
	width:150px;
}

#productdetail, #orderproduct
{
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 10px;
	border: 2px dashed #DD2421;
	background: white;
}

#orderproduct
{
	margin-top: 10px;
}

#description
{
	margin-top: 5px;
	line-height: 1.4;
}

#productdetail table td
{
	padding: 5px 20px 5px 0;
	font-weight: bold;
}

#productinfo
{
	float: left;
	width: 400px;
}