/* LAYOUT */
body{
	margin:0;
	padding:0;
	width:100%;
}
#container{
	width:944px;
	margin:auto;
}
#main{
	overflow:auto;
}
#main #nav{
	float:left;
	width:231px;
}

#main #content{
	margin-left:250px;
}
#foot{
	overflow:auto;
}

/* DEFAULT STYLE */
html{
	font-size:100%; /* IE Hack for consistent font resizing */
	overflow-y:scroll;
}
body{
	margin:0;
	padding:0;
	font-size:0.75em;
	font-family:Arial, Helvetica, sans-serif;
}
table{
	font-size:100%; /* IE Hack for consistent font resizing */
}
textarea,input,select,option{
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5{
	margin:0.5em 0;
}
h1{
	font-size:2em;
}
h2{
	font-size:1.6em;
}
h3{
	font-size:1.4em;
}
h4{
	font-size:1.2em;
}
h5{
	font-size:1em;
}
form{
	margin:0;
}
a img{
	border:0;
}
.nav{
	margin:0;
	padding:0;
	list-style:none;
}
.flash-message{
	text-align:center;
	color:#cc0000;
	font-weight:bold;
}


/* STYLE */
#head #top-nav{
	overflow:auto;
	height:32px;
	line-height:32px;
	padding:0 0.5em;
	background:url('/images/layout/top-nav-bg.jpg') no-repeat top center;
	margin-bottom: 20px;
}
#head #top-nav #top-links{
	float:left;
	font-family:Tahoma, arial;
}
#head #top-nav #top-links li{
	float:left;
	padding:0 2em;
	border-right:1px solid #999;
	border-left:1px solid white;
}
#head #top-nav #top-links li.first{
	border-left:0;
}
#head #top-nav #top-links li.last{
	border-right:0;
}
#head #top-nav #top-links li a{
	display:block;
	font-weight:bold;
	color:#4d4d4d;
	text-decoration:none;
}
#head #top-nav #top-links li.selected a{
	color:white;
}
#head #top-nav #quick-links{
	float:right;
}
#head #top-nav #quick-links li{
	float:left;
	margin-left:1em;
}
#head #top-nav #quick-links li a{
	display:block;
	width:16px;
	height:32px;
	background-position:center;
	background-repeat:no-repeat;
}
#head #top-nav #quick-links li a span{
	display:none;
}
#head #top-nav #quick-links .sitemap a{
	background-image:url('/images/layout/quick_sitemap.gif');
}
#head #top-nav #quick-links .home a{
	background-image:url('/images/layout/quick_home.gif');
}
#head #top-nav #quick-links .contact a{
	background-image:url('/images/layout/quick_contact.gif');
}

#head h1 a{
	display:block;
	text-align: left;
	height:138px;
	width:320px;
	/* background:url('/images/mainlogo-header.jpg') no-repeat top left; */
	background:url('/images/mainlogo-header-new.jpg') no-repeat top left;
}
#head h1 a span{
	display:none;
	text-align: left;
}

.imagebar {
	float:right;
}
.imagebar img {
	margin-left: 7px;
}

.thumbs {
	overflow: auto;
}
.thumb_prod {
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 2px;
}
.thumb_prod:hover {
	border: 1px solid #000;	
}
#head #access-bar{
	overflow:auto;
	line-height:32px;
}
#head #access-bar p{
	margin:0;
}
#head #access-bar #quick-search{
	float:left;
	width:320px;
	padding:0 10px;
	background:url('/images/layout/quick-search-bg.jpg') no-repeat center left;
	color:white;
	font-weight:bold;
}
#head #access-bar #quick-search input.text{
	width:180px;
}
#head #access-bar #user-bar{
	float:right;
	width:575px;
	padding:0 10px;
	background:url('/images/layout/user-bar-bg.jpg') no-repeat center right;
	font-weight:bold;
}
#head #access-bar #user-bar p{
	float:left;
	padding-left:2em;
	background:url('/images/layout/user-bar-basket.gif') no-repeat center left;
}
#head #access-bar #user-bar p a{
	color:black;
	text-decoration:none;
}
#head #access-bar #user-bar p strong{
	color:white;
}
#head #access-bar #user-bar ul{
	float:right;
}
#head #access-bar #user-bar ul li{
	float:left;
	height:20px;
	margin-top:0.5em;
	padding:0 1em;
}
#head #access-bar #user-bar ul li.login{
	width:30px;
	background:url('/images/layout/user-bar-login.gif') no-repeat center 6px;
	border-right:1px solid #999;
}
#head #access-bar #user-bar ul li.checkout{
	width:70px;
	background:url('/images/layout/user-bar-checkout.gif') no-repeat center;
	border-left:1px solid white;
}
#head #access-bar #user-bar ul li a{
	display:block;
	width:100%;
	height:100%;
}
#head #access-bar #user-bar ul li a span{
	display:none;
}

#main #nav h2{
	margin:0;
	font-family:Tahoma, arial;
	font-size:12pt;
}
#main #nav .category{
	margin-bottom:0.5em;
}
#main #nav .category .nav li{
	background:url('/images/layout/main-nav-li-bg.jpg') no-repeat top right;
	margin:1px 0;
	line-height:19px;
}

#main #nav .category .nav li.selected, #main #nav .category .nav li:hover{
	background-image:url('/images/layout/main-nav-li-bg-selected.jpg');
}
#main #nav .category .nav li a{
	display:block;
	width:100%;
	padding:0 0 0 1.8em;
	font-size:8pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

.category h2{
	font-size: 13px;	
}

#main #nav .category .nav ul li{
	padding-left:1.2em;
	font-style:italic;
	background-image:url('/images/layout/main-nav-li-bg-sub.jpg');
}


#main #nav .deal-of-the-week{
	margin-top:2em;
	font-size:0.8em;
}
#main #nav .deal-of-the-week p{
	margin:0;
	padding-left:2em;
}
#main #nav .deal-of-the-week form{
	padding-left:1.5em;
	line-height:32px;
	background:url('/images/layout/deal-of-the-week-bg.jpg') no-repeat center;
}
#main #nav .deal-of-the-week form p{
	margin:0;
	padding:0;
}
#main #nav .deal-of-the-week form input.text{
	width:180px;
}

#main #content{
	padding-top:11px;
}
#main #content .breadcrumb{
	font-size:1em;
	margin:0px;
}




.buy-now-button{
	display:block;
/*	margin-top:1em; */
/*	text-align: left; */
	font-size:1.2em;
	font-weight:bold;
	color:white;
	height:28px;
}
.buy-now-button .price,.buy-now-button a{
	line-height:28px;
	padding:0.5em;
/*	background:url('/images/layout/price-bg-green.jpg') no-repeat top; */
	background:none no-repeat top transparent;
}
.buy-now-button .price{
/*	margin-right:-10px;
	background-position: top left; */
}
.buy-now-button a{
	background-position: top right;
	text-decoration:none;
	color:white;
}

.offers img{
	margin-right:1em;
}
.home-products h2{
	padding-left:1em;
	background-position:center left;
	background-repeat:no-repeat;
	line-height:30px;
	font-size:1.2em;
	color:white;
}

.column-container{
	overflow-y:auto;
}
.column-container .column{
	float:left;
	width:49%;
}
.column-container .column.left{
	margin-right:2%;
}

.home-products h2 span{
	display:block;
	background-position:center right;
	background-repeat:no-repeat;
}
.home-products .new-products h2{
/*    background-image:url('/images/layout/bar-green.jpg'); */
	background :url('/images/layout/latest.gif') repeat-x scroll 0 0 #FFFFFF;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.home-products .best-selling-products h2{
/*  background-image:url('/images/layout/bar-purple.jpg'); */
	background :url('/images/layout/sellingwell.gif') repeat-x scroll 0 0 #FFFFFF; 
	    /*border: 1px solid #C6C6C6;*/
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.product-list{
	overflow:auto;
}
.product-list .product{
	float:left;
	width:320px;
	margin-bottom:2em;
	margin-right: 10px;
	padding:4px;
	border: 0px solid #C6C6C6;
	-moz-border-radius: 4px 4px 8px 8px;
	border-radius: 4px 4px 8px 8px;
	height: 130px;
}
.product-list .product .thumb{
	float:left;
	max-width: 75px;
}
.product-list .product .brand{
	font-weight:bold;
	color:#054;
	margin:0 0 0 80px;
	padding-left:5px;
}
.product-list .product .title{
	margin:0 0 0 80px;
	font-size:1.2em;
	padding-left: 5px;
}
.product-list .product .description{
	padding-left: 5px;
}

.product-list .product .title a{
	text-decoration:none;
	color:#0066FF;
	font-size: .9em;
}

.product-list .product .title a:hover{
	text-decoration:underline;
	color:#990000;
}

.product-list .product p{
	margin:0 0 0 80px;
}

.productlistbutton {
    border: 1px solid #C6C6C6;
	background: url("/images/layout/buynowbg.gif") repeat-x scroll 0 0 #FFFFFF;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	display:block;
/*	margin-top:1em; */
	text-align: center;
	font-size:1.2em;
	font-weight:bold;
	color:white;
	line-height:28px;

}

.brand-listing {
	position: relative;
	float: left;
	margin:0 15px 15px 0;
	width: 80px;
	height:60px;
}
.brand-listing p {
	text-align: center;
	font-weight: bold;
	color: black;
	margin:0;
}

.brand-listing a { color: black; text-decoration: none;}
.brand-listing a:visited { color: black; }
.brand-listing a:hover { color: #333; }


#foot .brands{
	overflow-y:auto;
}
#foot .brands h2{
	padding:0 1em;
	line-height:33px;
	font-size:12pt;
	background:url('/images/layout/foot-categories-bg.jpg') no-repeat center left;
	color:white;
}
#foot .brands a{
	display:block;
	height:80px;
	float:left;
	margin:0 1em;
}
#foot .copyright{
	font-size:0.9em;
	color:#777;
	text-align:center;
}
#foot .nav{
	text-align:center;
}
#foot .nav li{
	display:inline;
	margin:0 0.5em;
}
#foot .nav li a{
	text-decoration:none;
	color:#333;
}
#foot .rpm-link{
	text-align:center;
}

/* CART STYLES */
#cart table.contents{
	width:100%;
	border-collapse:collapse;
}
#cart table.contents thead th{
	background-color:#55A3A5;
	color:white;
	padding:5px;
	font-size:0.8em;
}
#cart table.contents tbody td{
	border-bottom:1px solid #999;
	background-color:#eee;
	padding:10px 5px;
}
#cart table.contents tbody td a.name{
	font-weight:bold;
}
#cart table.contents tbody td a.remove{
	font-size:8pt;
}
#cart table.contents tfoot td{
	padding:5px;
}

#cart table.summary{
	width:100%;
}
#cart table.summary th{
	width:85%;
	text-align:right;
	padding:5px;
}
#cart table.summary td{
	text-align:right;
	padding:5px;
	font-weight:bold;
}
#cart table.summary tr.delivery-option td{
	font-weight:normal;
	padding:0;
}

.warning{
	color:#cc0000;
}
#cart .warning{
	border:1px solid #cc0000;
	background-color:#FFFFCC;
	margin-top:4px;
	padding:2px;
}
#cart .voucher-form *{
	font-size:8pt;
}
#cart .voucher-text{
	color:#dd0000;
	font-weight:bold;
}



form.data-entry h2{
	margin:0 !IMPORTANT;
	border:1px solid #ddd;
}
form.data-entry h3{
	margin:0 !IMPORTANT;
	padding:0.2em;
	background-color:#eee;
	border:1px solid #ddd;
	border-width: 1px 1px 0 1px;
}
form.data-entry p{
	margin:0 !IMPORTANT;
	padding:5px;
	border:1px solid #ddd;
	border-width: 1px 1px 0 1px;
}
form.data-entry p.foot{
	border-width: 1px 0 0 0;
	padding-left:155px;
}
form.data-entry p.foot input{
	padding:0 20px;
}
form.data-entry p label{
	display:block;
	float:left;
	width:150px;
	font-weight:bold;
	color:#666;
}
form.data-entry p label.sub{
	display:inline;
	float:none;
	width:auto;
}
form p.dummy{
	display:none;
}
form p input.text{
	width:200px;
}
form p input.text.long{
	width:300px;
}
form p input.text.short{
	width:50px;
}

form.data-entry p select{
	width:200px;
}
form.data-entry p select.boolean{
	width:auto;
}
form.data-entry p .date-select select{
	width:auto;
}
form.data-entry p textarea{
	width:400px;
	height:100px;
}
form.data-entry p textarea.wysiwyg{
	width:80%;
	height:auto;
}
form.data-entry p .date select{
	width:auto;
}

table.data-list{
	width:100%;
}
table.data-list thead td{
	background-color:#ddd;
}


.stock-status .status{
	font-weight:bold;
}
#cart .stock-status{
	font-size:8pt;
}
.stock-status .instock{
	color:#009900;
}
.stock-status .outofstock{
	color:#bb0000;
}
.stock-status .stockdue{
	color:#ff6600;
}

#order-confirmation .section{
	padding:5px;
	margin:2px;
	border:1px solid #999;
}
#order-confirmation td.section{
	width:50%;vertical-align:top;
}
