/*--------------------- Main page body styles -------------------*/

body {
	margin: 0px;
	padding: 0px;
	background: url('/_img/body_bg.jpg') top center repeat-x #ffffff;
	text-align: center;
}
table, div, p {
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 9pt;
	color: #666;
}

div#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
div#page_hdr {
	position: relative;
	width: 900px;
	margin: auto;
	background: url('/_img/logo.jpg') top left no-repeat;
	height: 72px;
}
div#contact {
	position: absolute;
	right: 0;
	width: 322px;
	height: 29px;
	line-height: 24px;
	font-size: 7pt;
	background: url('/_img/contact.jpg') top right no-repeat;
	text-align: center;
}
div#contact a {
	color: #666;
}
div#contact a:hover {
	color: #c00;
}
div#page_ftr {
	border-top: 1px solid #006699;
	text-align: center;
	font-size: 10pt;
	padding: 5px;
	margin-top: 5px;
}
td#page_left {
	vertical-align: top;
	border-right: 1px solid #fff;
	width: 180px;
}
td#page_body {
	padding: 15px;
	vertical-align: top;
}
div#cat_path {
	height: 24px;
	line-height: 24px;
	color: #fff;
    text-align: right;
    font-size: 0.9em;
    padding-right: 1em;
}
div.pageIntro {
	margin-bottom: .5em;
}
h1, h2, h3 {
	color: #003366;
}
	
h1 {
	margin-top: 0;
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 0.2em;	
}
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
}
/* ---------------------- Catalogue display styles --------------- */

div.catDisplay div.prodDisplay {
	float: left;
	border: 1px solid #ccc;
	width: 210px;
	text-align: center;
	margin-top: 1em;
	margin-left: 1em;
	padding: 2px;
	padding-bottom: .5em;
}
div.catDisplay.category div.prodDisplay {
	width: 150px;
	height: 180px;
}
div.catDisplay div.prodDisplay img {
	margin: 5px 15px;
}

/* ---------------------- Product display styles ----------------- */

div.prodImage {
	border: 1px solid #ccc;
	float: left;
	width: 200px;
	margin-right: 1em;
	margin-bottom: 10em;
}
div.prodDisplay a img {
	border: 0;
}
div.prodThumbs div.thumb {
	float: left;
	margin: 1em;
}
div.prodAddForm {
	float: right;
	margin: 1em;
	border: 1px solid #ccc;
	background: #eee;
	padding: .5em 1em .5em .5em;
}
div.prodAddForm div.option {
	padding: .4em;
}
div.prodAddForm label {
	text-align: right;
	display: block;
	width: 6em;
	position: absolute;
}
div.prodAddForm span {
	margin-left: 7em;
}
div#ss_panel_avail {
	padding: 1em;
	text-align: center;
}

/*---------------------- Shopping Basket styles ------------------*/

table.basket {
	width: 100%;
	border-collapse: collapse;
}
table.basket tr {
	vertical-align: top;
}
table.basket td, table.basket th {
	border: 1px dotted #ccc;
	padding: 2px 4px;
}
table.basket td.price {
	text-align: right;
}
table.basket td.qty {
	text-align: center;
}
table.basket tr.total {
	text-align: right;
}
table.basket span {
	display: block;
}
table.basket tr.buttons td {
	border: 0;
	padding-top: 10px;
}
div.editlink {
	margin-top: .5em;
	text-align: right;
	clear: both;
	float: none;
}
div.ssc_clientdetails div.clientdetails {
	float: left;
	width: 49%;
}
div.ssc_clientdetails table {
	border-collapse: collapse;
}
div.ssc_clientdetails div.clientdetails.billing {
	margin-right: 1%;
}
div.clientdetails table {
	border: 1px dotted #ccc;
}
div.clientdetails table td {
	padding: 3px;
}
div.clientdetails td.label {
	text-align: right;
}
hr {
	color: #fff;
	border-top: 1px dotted #ccc;
}
/*---------------------- Customer Account styles -----------------*/

div#ss_account_order_bill, div#ss_account_order_ship {
	width: 40%;
	float: left;
}

div#ss_account_order_items {
	clear: both;
}

div.ssc_table_surround {
	border: 1px dotted #ccc;
	margin: 20px 20px 20px 0;
	float: left;
	padding: 10px;
}
div#ss_account_form_login, div#ss_account_comments_create {
	width: 40%;	
}
div#ss_account_form_new {
	width: 60%;
}
div.ssc_table_header {
	padding: 5px 0;
	color: #003366;
	font-weight: bold;
}
div#ss_account_form_buttons {
	text-align: center;
	padding: 10px;
}
/*---------------------- Menu styles -----------------------------*/

div.ssc_menu {
	margin-bottom: 1em;
}
div.ssc_menu h2 {
	margin: 0;
	font-size: 1.3em;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	background: url('/_img/menu_head.jpg') top center no-repeat;
}
div.ssc_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.ssc_menu ul li, ul#boot li {
	position: relative;
	padding: 0px;
	margin: 0px;
	display: block;
}
div.ssc_menu ul li a, ul#boot li a {
	display: block;
	border-top: 0;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
	color: #666;
}
div.ssc_menu ul li a:hover, ul#boot li a:hover {
	background-color: #e0e0e0;
	color: #cc0000;
}
div.ssc_menu ul li ul, ul#boot li ul {
	list-style: none;
	position: absolute;
	top: 1px;
	left: 170px;
	width: 180px;
	visibility: hidden;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
div.ssc_menu ul li ul li a, ul#boot li ul li a {
	background-color: #f0f0f0;
	border-bottom: 1px dotted #ccc;
	border-top: 0px;
	padding: 4px;
}
div.ssc_menu ul li ul li a.first, ul#boot li ul li a.first {
	border-top: 1px dotted #ccc;
}

/*------------------- Styles for info pop-ups ----------------------------*/

