/* Design and styles Copyright Webcity 2007 */

/* GlOBAL COLOURS:
   #fff	   WHITE 
   #171717 CYAN  
   #edede1 LIGHT GREY
   #90908a DARK GREY  
   #f4480b RED
*/
   

/* reset some elements so all browsers show them the same */
p, form, h1, h2, h3, h4 { margin:0; padding:0; list-style-type:none; }
input,textarea{ font: 12px Arial, Helvetica, sans-serif;color: #000; }
select { font: 12px Arial, Helvetica, sans-serif;color: #000; }	
p { margin: 0 0 30px 0; }
.centered { text-align:center; }


/* GLOBAL styles */
body {
	margin-top: 5px;
	padding:0;
	font: 14px Arial, Helvetica, sans-serif;
	background: url('../styleImages/backgrounds/bg.gif') #000 top left repeat-x;

}

/* link definitions */
a { text-decoration:none; color: #171717;}
a:hover {color: #90908a;}
a.txtButton {margin: 0 3px;}

/* CUSTOM styles */
#header {
	height: 122px;
	width: 826px;
	background: url('../styleImages/banner.jpg') top left no-repeat;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#header a#logoLink {/* Make the logo image an actual link */
	display:block;
	float:left;
	width: 826px;
	height:122px;
}
/* Hide the span containing the site's name so that people with css turned off still see the link, but everyone else doesn't */
#header a#logoLink span {
	visibility:hidden;
}

#header a#logoLink:hover {text-decoration: none;}



#bodyCont { /* Contains all three columns */
	width: 826px;
	margin:0 auto;
	min-height:100px;
	overflow:hidden;
	padding-bottom: 100px;
	padding-top: 50px;
	background-color: #fff;
	text-align: left;
}

.colLeft {/* Left column */
	width:150px;
	float:left;
	margin-left: 30px;
}

.colMid {/* Middle column */
	float:left;
	width:620px;
	text-align: justify;
}

.colRight {/* Right column */
	width:150px;
	float:right;
}

/* boxes */
.boxContent {
	color: #171717;
	padding: 0 30px;
	line-height:20px;
}

.boxTitleLeft, .boxTitleRight {
	background: #fff;
}
.boxTitleLeft h2, .boxTitleRight h2 {
	font: 14px Arial, Helvetica;
	color: #171717;
	text-align:center;
	padding: 15px 0;
}
.boxContentLeft, .boxContentRight {
	padding: 20px 0px 20px 0px;
	margin-bottom:20px;
	background: #fff;
	font-size:12px;
}
.boxContentLeft ul, .boxContentRight ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.boxContentLeft p, .boxContentRight p {
	padding:0 15px 15px;
	margin:0;
	text-align:center;
}

h2.txtContentTitle { /* Title of all pages */
	font: 20px Arial, 'Trebuchet MS', Helvetica;
	color: #171717;
	text-align:center;
	padding: 10px 0;
}

/* MONS BOXES */


.OmeroBoxContent {
	margin:0 auto;
	background: url('../styleImages/backgrounds/box-mid.gif') top left repeat-y;
	width:160px;
}

.OmeroBoxTitle {background:url('../styleImages/backgrounds/box-top.jpg') top left no-repeat; height:30px;}

.OmeroBoxWrapper {
	overflow:hidden;
	text-align: center;
}
.OmeroBoxWrapper a { line-height: 20px;}

.OmeroBoxBottom {
	height:30px;
	width:160px;
	margin:0 auto 15px auto;
	background:url('../styleImages/backgrounds/box-bottom.jpg') top left no-repeat;
}


/* END - MONS BOXES */

/* Footer for copyright etc */
#footer {
	font: 10px Arial, 'Trebuchet MS', Helvetica;
	width: 826px;
	height: 50px;
	margin:0 auto;
	color: #000;
	text-align:center;
	background-color: #fff;
}

#footer a {color: #666; text-decoration: none;}
#footer a:hover {color: #000; text-decoration: none}

/* -------------- CubeCart-Element > {page_content} ----------------------- */
/* Latest Products */
.latestCont {
	overflow:hidden;
	padding: 10px 0;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}
/* For latest products */
table.frontTab {
	margin:10px auto;
	border-collapse:collapse;
	border:0;
}
table.frontTab td {
	padding: 5px 10px;
	text-align:center;
	font-size:14px;
}
table.frontTab td a {
	color: #90908a;
	border-bottom: 1px dotted #171717;
}
table.frontTab td a:hover {
	color: #90908a;
}
table.frontTab td a.latestIMG {
	border:0;
}

/* -------------- CubeCart-Element > {site_docs} ----------------------- */
.siteDocs {
	font: 11px Verdana, 'Trebuchet MS', Helvetica;
	background: url('../styleImages/sitedocs-bg.gif') top left repeat-x;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0 auto;
	width: 826px;
	color: #fff;
}
.siteDocs a {
	color: #fff;
	text-decoration:none;
	margin: 0 7px;
	padding:2px;
}
.siteDocs a:hover {
	color: #5e5e5e;
	font-weight: normal;
}

/* -------------- CubeCart-Element > {search_form} ----------------------- */
.searchForm {
	margin-top:20px;
}
.searchBox {
	background: #fff;
	border:1px solid #dbdbdb;
	padding:2px;
	color: #90908a;
	font: 12px Arial, Helvetica, sans-serif;
	width: 80px;
}
.searchSubmit {
	margin-bottom:-2px;
}

span.separater { padding: 0 6px; color: #fff; } /* This is the separater pipe | between the logout and login links, use it wherever needed */


/* -------------- CubeCart-Element > {categories} ----------------------- */

/* Category and sale links, the background stuff is for the little bullet that changes colour on hover */
ul#categoryLinks, ul#saveLinks {
	padding-left:10px;
}
ul#categoryLinks li a, ul#saveLinks li a {
	background: url('../styleImages/backgrounds/bullet.gif') -200px 50% no-repeat;
	padding: 0 0 0 15px;
	margin-bottom:10px;
	display:block;
}
ul#categoryLinks li a:hover, ul#saveLinks li a:hover {
	background-position: 0 50%;
}

/* Sub-categories */
#subCats {
	text-align: center;
	margin: 15px auto;
	width:100%;
	border-collapse:collapse;
}
.subCat {	
	text-align: center;
	width:33%;
}
.subCat img {
	border:0;
}
#subCats img {
	max-width:70px;
	width: expression(this.width > 70 ? 70: true);  /* for Internet Explorer
	*/
}
fieldset {
	padding: 0 10px;
	margin: 10px auto;
	border: 1px solid #edede1;
}
fieldset legend {
	color: #90908a;
}

/* -------------- CubeCart-Element > {session} ----------------------- */
/* Forms */
h3.formTitle { /* Used to section forms under different headings */
	color: #000;
	padding: 20px 0 0 0;
	margin-bottom:10px;
	border-bottom: 1px solid #666;
	clear:left;
	font-weight: normal;
}
.padForm {
	text-align:center;
}
.regbox {
	border: 1px solid #4d4d4d;
	padding:3px;
}
.regboxCheck {
	padding:3px;
}
.reglabel, .regbox, .regboxCheck {
	float:left;
	width: 30%;
	display:block;
	margin-bottom:10px;
	
}
.req { /* For changing the label colour of required forms to red */
	color: #a50536;
}
.reglabel {
	text-align:right;
	padding-right:100px;
	clear:left;
}
.submitReg {
	text-align:center;
	clear:left;
	padding-top:10px;
}
.submitReg a {
	padding: 5px;
	background: #fff;
	border: 1px solid #4d4d4d;
	color: #4d4d4d;
}
.submitReg a:hover {
	background: #fff;
	color: #90908a;
}
.txtError { /* If a field isn't filled */
	text-align:center;
	padding: 10px 0;
	background: #;
	border: 1px solid #a50536;
	color: #a50536;
}

.txtBoxSave {
	padding-left:6px;
	display:block;
}
span.saving { 
	color: #90908a;
}

/* -------------- CubeCart-Element > {mail_list} ----------------------- */

.mailList { /* Mailing list input */
	background: #fff;
	border:0;
	padding: 2px;
}

/* -------------- CubeCart-Element > {shopping_cart} ----------------------- */

.tdListTitle, .tdcartTitle { /* Cart and cat table titles */
	color: #90908a;
	margin-bottom:10px;
	border-bottom: 1px solid #171717;
}
.tdcartEven {
	background-color: transparent;
	padding: 10px 2px;
}
.tdcartOdd {
	background-color: transparent;
	padding: 10px 2px;
}
.tdEven {
	background-color: transparent;
	padding: 10px 2px;
}
.tdOdd {
	background-color: transparent;
	padding: 10px 2px;
}
.tblList {
	border-collapse:separate;
	border-spacing:5px;
}
.tblList td {
	border: 1px dotted #E1E1E1;
	text-align:center;
	font-size:11px;
	line-height:18px;
	width:33%;
}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #171717;
}

a.txtviewCart {
	color: #5e5e5e;
	text-decoration:none;
	padding-left:20px;
	background: url('../styleImages/backgrounds/cartroll.gif') -200px 50% no-repeat;
}
a.txtviewCart:hover {
	color: #ccc;
	background-position: 0 50%;
}
.cartProgress { /* Progress bar at top of cart pages */
	font-weight: normal;
	color: #90908a;
	padding: 3px;
	border: 1px solid #90908a;
	width: 350px;
	margin: 10px auto 20px auto;
}
.txtcartProgressCurrent {
	color: #90908a;
	font-weight: bold;
}
.txtStockWarn {
	color: #f4480b;
}

/* Crumbs */
div.location {
	margin: 5px 0;
	text-align:left;
	font-size:12px;	
	padding-left:20px;
	background: url(../../../images/folder.gif) center left no-repeat;
}
div.location a, a.txtButton {
	color: #90908a;
	border-bottom: 1px dotted #90908a;
}
div.location a:hover, a.txtButton:hover {
	color: #90908a;
}

/* viewprod page */
div#prodContainer {
	overflow:hidden;
}
div#prodLeft {
	float:left;
	width:60%;
	text-align:center;
}
div#prodRight {
	float:right;
	width:39%;
}
.smallText, .smallText a { 
	font-size:11px;
	color: #90908a;
	line-height:16px;
}
.smallText p {
	margin: 0;
	padding:0;
}
.smallText a {
	color: #90908a;
	border-bottom: 1px dotted #90908a;
}
.smallText a:hover {
	color: #90908a;
}
h2.txtProdTitle {
	font: 20px Arial, 'Trebuchet MS', Helvetica;
	color: #4d4d4d;
	font-weight: normal;
	text-align:center;
	padding: 10px 0 0 0;
}
.prodPrice {
	font: 16px Arial, 'Trebuchet MS', Helvetica;
	color: #90908a;
	text-align:right;
	padding: 0;
	margin:10px 0 0 0;
}
div.prodDesc {
	border-top: 1px dotted #90908a;
	border-bottom: 1px dotted #90908a;
	margin: 0 0 20px 0;
	padding: 4px 0;
	font-size:12px;
}
h3.prodOpts {
	margin: 10px 0;
	padding:2px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #90908a;
	text-align:center;
}
#prodLeft a img {
	border: 3px solid #90908a;
}
#prodLeft a:hover img {
	border-color: #90908a;
}
.thumbIMG {
	max-width:80px;
	width: expression(this.width > 80 ? 80: true);  /* for Internet Explorer
	*/
}
div.notify {
	margin: 15px 0;
	color: #f4480b;
	font-size:12px;
	padding: 6px 0;
	border-bottom: 1px dotted #90908a;
	border-top: 1px dotted #90908a;
}
div.notify a {
	color: #f4480b;
	border-bottom: 1px dotted #90908a;
}
div.notify a:hover {
	color: #f4480b;
}
div.notify p {
	margin:4px 0;
	padding:0;
	line-height:15px;
	text-align:center;
}

/* prettify pagination */
.pagination { /* Page 1, 2, 3.. etc */
	text-align: right;
	padding: 5px;
	font-size:80%;
	margin: 10px 0;
	background: #90908a;
}
.pagination span {
	padding: 5px;
	border:1px solid #90908a;
}
.pagination a {
	padding: 5px;
	border:1px solid #90908a;
}
.pagination a:hover {
	background: #fff;
}
.noProd {
	text-align:center;
	background: #edede1;
	padding: 10px;
	font-size:85%;
}

/* Cart totals */
table.totals {
	border-collapse:collapse;
	margin:0 0 0 auto;
	padding:0;
	empty-cells: hide;
}
.totalsLab {
	width:140px;
	text-align:right;
	padding: 3px 10px 3px 0;
}
.totalsVal {
	text-align:right;
	padding: 3px 0;
}
table.cartCont {
	border-bottom: 1px solid #90908a;
}

.textbox {
	background: #fff;
	border: 1px solid #90908a;
	color: #90908a;
	padding:2px;
}
.textboxDisabled {
	background-color: #fff;
	border: none;
	font-size: 11px;
	color: #90908a;
}
.submit {	
	background: #fff;
	border: 1px solid #90908a;
	color: #90908a;
	padding: 5px;
	cursor:pointer;
}
.submit:hover {
	color: #90908a;
	background: #fff;
	border: 1px solid #90908a;
}
li.account { /* My account page options */
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txtOldPrice {
	text-decoration: line-through;
	color: #90908a;
	font-size:11px;
}
.txtSale {
 	color: #f4480b;
}
.txtOutOfStock {
	color: #f4480b;
}

.dropDown {
	width: auto;
}

div.txtCopyright {/* To hide cubecart credits until key is applied */
	font-size: 0px;
	color: #fff;
}

