h1 {
	color: #333;
	font-size: 230%;
	text-transform: uppercase;
}
h1 span.red {
	color: #d6001a;
	text-transform: lowercase;
}
a {
	color: #222;
	font-weight: bold;
	}
.utility {
	float: right;
	margin-top: 4px;
	color: #fff;
	text-align: right;
}
.utility a {
	color: #fff;
	font-weight: bold;
}
.logo {
	float: left;
	margin: 30px 0 0 0;
	height: 65px;
	width: 397px;
	background: url(../images/logo.png) no-repeat 0 0;
}
h1.home{

	
	height: 62px;
	width: 418px;
	background: url(../images/heading.png) no-repeat 0 0;
}
a.homelink {
	color: #fff;
	float: left;
}
.footer p {
	font-size: 80%;
	padding: 0 0 3px 0;
	}
	
h2
{
    float: left;
    width: 100%;
    clear: both;
    margin: 20px 0 0;
}

.right p
{
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 12px 0;
}
	
.productlist {
	float: left;
	clear: both;
	width: 625px;
}
.productlist .product {
	width: 285px;
	float: left;
	border: solid 1px #ccc;
	padding: 10px;
	margin-right: 5px;
	height: 190px;
	margin-bottom: 5px;
}
.productlist .product h2{
	color: #333;
	padding:0 0 6px 0;
	font-size: 170%;
	margin: 0;
	float: left;
	width: 285px;
}
.productlist .product .price {
	color: #666;
	font-weight: normal;
	margin: 3px 0;
	padding: 0;
	font-size: 160%;
	font-family: Georgia;
	clear: left;
	width: 285px;
	float: left;
}
.productlist .product  .summary {
	margin: 0;
	padding: 0;
	width: 285px;
	float: left;
}
.productlist .product a.readmore {
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 5px;
	background: #333;
	color: #fff;
	float: left;
}
.productlist .product a.readmore:hover {
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 5px;
	background: #666;
	color: #fff;
	float: left;
}
.addtobasket {
	margin: 3px 0;
	float: left;
	clear: both;
	width: 100%;
}
#basket {
	width: 620px;
}
#basket thead tr th{
	border-bottom: solid 1px #333;
	padding : 4px 0;
	font-weight: bold;
	}
#basket tbody td {
	padding : 6px 0;
	}
#basket thead title  {

	float:left;
	color: #fff;
	font-weight: bold;
	width: 170px;
	margin: 0 0 2px 0;
	padding: 5px;
	font-size: 1em;
}
.updatebutton {
	font-weight: bold;
	text-decoration : none;
	color: #fff;
	padding: 4px 5px;
	background: #0c3e60;
	float: left;
}
.addressPanel 
{
	float: left;
}
.orderbutton {
	font-weight: bold;
	text-decoration : none;
	color: #fff;
	padding: 4px 5px;
	background: #0c3e60;
	float: right;
	margin-left: 2px;
	margin-bottom: 10px;
}
.continuebutton {
	font-weight: bold;
	text-decoration : none;
	color: #fff;
	padding: 4px 5px;
	background: #0c3e60;
	float: left;
}
.totals {
	font-size: 125%;
	font-weight: bold;
	float: left;
	width: auto;
}
.quantity {
	border: solid 1px #666;
	width: 30px;
	padding: 2px;
	}
.holder {
	float: left;
	}
	
.addresses
{
    float: left;
    width: auto;
}	
.addresses label
{
    float: left;
    width: 100px;
    clear: both;
}

.addresses select
{
    float: left;
    width: auto;
}

.addresses textarea
{
    float: left;
    width: auto;
    clear: both;
}

.addresses input
{
    float: left;
    width: auto;
    clear: both;
}

/* LOGIN 
------------------ */

.login {
	width: 500px;
	float: left;
	clear: both;
}
label {
	float: left;
	width: 120px;
	margin: 3px;
	font-weight: bold;
	padding-top: 2px;
}
.textinput {
	border: solid 1px #333;
	padding: 2px;
	margin: 3px;
	width: 220px;
}
.submitbutton {
	background: #222;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	float: left;
	margin: 10px 0 0;
	border: none;
	clear: both;
}
p.messages {
	color: #c40000;
	font-weight: bold;
}
a.reminder {
	float: left;
	margin: 20px 0 0 130px;
	font-weight: bold;
	text-decoration: underline;
	color: #222;
}

.loading img
{
	float: left;
}
.loading 
{
	float: right; 
	position: relative;
}
.gallery {
	width: 116px;
	margin: 5px 3px ;
	float: left;
	height: 73px;
	border: solid 1px #333;
}
.gallery img {
	width: 116px;
	height: 73px;
	}