/*--------------------- Main page body styles -------------------*/
/* not used in Envy - using global.css for layout
body {
	font-family: arial, helvetica, sans serif;
	font-size: 10pt;
}
table, div, p {
	font-size: 10pt;
}
div#page_hdr {
	border: 1px solid #006699;
	background: #0099cc;
	text-align: center;
	font-size: 12pt;
	padding: 10px;
	margin-bottom: 5px;
}
div#page_ftr {
	border-top: 1px solid #006699;
	text-align: center;
	font-size: 10pt;
	padding: 5px;
	margin-top: 5px;
}
*/
/* Left column not used either
td#page_left {
	vertical-align: top;
	border-right: 1px solid #006699;
	width: 220px;
	padding-top: 0;
	vertical-align: top;
}
*/
td#page_body {
	padding: 0 15px 15px 0;
	vertical-align: top;
	text-align: left;
}
div#cat_path {
	background: none;
	font-size: 8pt;
	padding: 5px 10px;
	margin-bottom: 10px;
	margin-left: 220px;
	text-align: right;
}
div.pageIntro {
	margin-bottom: .5em;
}
/*h1 {*/
/*	font-size: 14px;*/
/*	margin: 0.75em 0;*/
/*	color: #202020;*/
/*	text-transform: uppercase;*/
/*}*/
/*h2 {*/
/*	font-size: 12px;*/
/*	margin: 0.75em 0;*/
/*	color: #202020;*/
/*	text-transform: uppercase;*/
/*}*/
/* ---------------------- Catalogue display styles --------------- */

div.catDisplay div.prodDisplay {
	float: left;
	border: 0;
	height: 183px;
	width: 165px;
	text-align: center;
	margin-top: 10px;
	padding: 0;
	font-size: 11px;
	color: #202020;
}
div.catDisplay.category div.prodDisplay {
}
div.catDisplay div.prodDisplay img {
	margin-right: 15px;
}
div.catDisplay div.prodDisplay img:hover {
}
div.catDisplay div.prodInfo, div.catDisplay div.prodPrice {
	text-align: left;
	text-transform: uppercase;
}
div.catDisplay div.prodPrice {
	color: #909090;
}
/* ---------------------- Product display styles ----------------- */

div.prodImage {
	float: left;
	width: 425px;
	margin-bottom: 10px;
}
div.prodDisplay a img {
	float: left;
}
div.prodDisplay a:hover img {
}
div.prodThumbs {
	height: 20px;
}
div.prodThumbs div.thumb {
	float: left;
	vertical-align: middle;
	margin: 5px 10px;
	height: 20px;
}
div.prodThumbs div.thumb img {
	display: none;
}
div.prodThumbs div.thumb a img {
	border: 1px solid #666;
}
div.prodThumbs div.thumb a:hover img {
	border: 1px solid #ccc;
}
div#prodInfo, div.prodAddForm {
	/* as para in global */
	font-size: 11px;
	color: #202020;
	margin: 0.95em 0;
	line-height: 1.65em;
}
div.prodAddForm {
	margin-top: 20px;
}
div#main_content div.prodAddForm div.option {
	line-height: 20px;
}
div#main_content div.prodAddForm label {
	text-align: left;
	display: block;
	width: 75px;
	text-transform: uppercase;
}
div#main_content div.prodAddForm span {
	margin-left: 100px;
}
div#ss_panel_avail {
	padding: 1em;
	text-align: center;
}
/* extra stuff for Envy*/
div#main_content input, div#main_content textarea, div#main_content button {
	color: #202020;
	font-size: 11px;
	font-family: arial, sans-serif;
	width: auto;
}
div#main_content input[type="image"] {
	border: none;
	background: none;	
}
div#main_content input[type="submit"], div#main_content button  {
	border: none;
	width: auto;
	color: #ccc;
	background: black;
	text-transform: uppercase;
	font-size: 11px;
	padding: 8px 7px 8px 7px;
	width: 110px;
	cursor: pointer;
}
/*---------------------- Shopping Basket styles ------------------*/

table.basket {
	width: 100%;
	border-collapse: collapse;
}
table.basket tr {
	vertical-align: top;
}
table.basket td, table.basket th {
	padding: 2px 4px;
	text-transform: uppercase;
}
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;
	margin: 10px 0;
	text-align: right;
	clear: both;
	float: none;
}
div.ssc_clientdetails div.clientdetails {
	float: left;
	width: 45%;
	margin-top: 30px;
}
div.ssc_clientdetails table {
	border: 0px solid #ccc;
	width:90%;
}
div.ssc_clientdetails div.clientdetails.billing {
	margin-right: 5%;
}
div.clientdetails table {
	border-spacing: 2px;	
}
div.clientdetails td.label {
	text-align: left;
}


/*------ Envy Basket Styles --------*/
table.basket tr.item {
	border-bottom: 1px solid #ccc;	
}
table.basket span.options {
	display: inline;
}
table.basket span.typeName {
	width: 70px;
	display: block;
	float: left;
	clear: both;
	color: #202020;
	font-size: 10px;
}
table.basket span.typeValue {
	display: block;
	float: left;
	color: #7371b3;
	font-size: 10px;
}


/*---------------------- 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 {
	margin-top: 30px;	
}
div#ss_account_form_login, div#ss_account_comments_create {
	width: 45%;
	margin-right: 20px;
	float: left;
}
div.ssc_table_header {
	font-size: 12px;
	margin-top: 0.75em;
	margin-right: 0pt;
	margin-bottom: 0.75em;
	margin-left: 0pt;
	color: #202020;
	text-transform: uppercase;
}
div.ssc_account_form, div.ssc_account_form table {
	font-size: 11px;
	color: #303030;
	font-weight: normal;
	font-family: arial,sans-serif;
}
div#ss_account_form_buttons {
	margin-top: 30px;
}
div.ssc_account_form div.ssc_form_line {
	padding: 2px 0;
}
div.ssc_account_form span.label {
	display: block;
	width: 150px;
	float: left;
}

/*---------------------- Menu styles -----------------------------*/

div.ssc_menu {
	margin-bottom: 1em;
	width: 150px;
}
div.ssc_menu h2 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 1.3em;
	border-bottom: 1px solid #202020;
	background: none;
	padding: 3px;
	color: #fff;
}
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: 1px solid #202020;
	color: #fff;
}
div.ssc_menu ul li:hover a, ul#boot li:hover a {
	border: 1px solid #ccc;
	color: #e50075;
}
div.ssc_menu ul a:hover, ul#boot li a:hover {
	color: #e50075;
}
div.ssc_menu ul li ul, ul#boot li ul {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 140px;
	width: 149px;
	visibility: hidden;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
div.ssc_menu ul li:hover ul li a, ul#boot li:hover ul li a {
	border: 0;
	color: #fff;
}
div.ssc_menu ul li:hover ul li a:hover, ul#boot li:hover ul li a:hover {
	color: #e50075;
}
div.ssc_menu ul li:hover ul li a, ul#boot li:hover ul li a {
	background: #000000;
	border: 0;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 5px;
}
div.ssc_menu ul li:hover ul li a.first, ul#boot li:hover ul li a.first {
	border: 1px solid #ccc;
}

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

