/* Design and styles Copyright Webcity 2007 */

/* GlOBAL COLOURS:
   #fff	   WHITE 
   #293bce CYAN  
   #293bce LIGHT GREY
   #000 DARK GREY  
   #293bce 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:0;
	padding:0;
	font: 14px Arial, Helvetica, sans-serif;
	background: #303030;
}

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

/* CUSTOM styles */

#wrapper {
margin: 0 auto;
padding-top:15px;
width:935px;
}

#hi {
width:935px;
background: url('../styleImages/backgrounds/combined_charity_christmas.gif') top left no-repeat;
height:166px;
}

#menu {
width:635px;
height:29px;
line-height:29px;
padding-left:267px;
padding-top:94px;
padding-bottom:35px;
text-align:center;
}

#categories {
width:190px;
padding-left:60px;
float:left;
line-height:25px;
}

#categories a {
color:#293bce;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
display:block;
}

#categories a:hover {
color:#0f164f;
}

hr {
height:1px;
background: #293bce;
padding:0;
border:0;
}

#menu a {
font-weight:bolder;
color:#FFF;
padding:5px 12px 8px 12px;
}

#menu a:hover {
background: #212237;
}

#mid {
background: url('../styleImages/backgrounds/charity_christmas_cards.gif') top left repeat-y;
width:935px;
overflow:hidden;
clear:both;
padding-top:15px;
}

#copy {
width:605px;
padding-right:57px;
line-height:20px;
text-align:justify;
float:right;
}

h1, h2, h3, h4, h5, h6 {
color: #293bce;
}

#low {
background: url('../styleImages/backgrounds/christmas_cards_charities.gif') top left no-repeat;
width:935px;
height:30px;
padding-top:30px;
color: #5b5b5b;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}

#low a {
text-decoration:underline;
color: #5b5b5b !important;
}

#low a:hover {
color:#FFF !important;
}

/* 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;
}

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

.boxTitleLeft, .boxTitleRight {
	background: #000;
}
.boxTitleLeft h2, .boxTitleRight h2 {
	font: 14px Arial, Helvetica;
	color: #293bce;
	text-align:center;
	padding: 15px 0;
}
.boxContentLeft, .boxContentRight {
	padding: 20px 0px 20px 0px;
	margin-bottom:20px;
	background: #293bce;
	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: #293bce;
	text-align:center;
	padding: 10px 0;
}

/* Footer for copyright etc */
#footer {
	width: 995px;
	height: 91px;
	background: url('../styleImages/backgrounds/footer.gif') top left no-repeat; 
	margin:0 auto 10px auto;
	padding: 15px 0;
	color: #000;
	text-align:center;
	font-size: small;
}

/* -------------- 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: #000;
	border-bottom: 1px dotted #293bce;
}
table.frontTab td a:hover {
	color: #000;
}
table.frontTab td a.latestIMG {
	border:0;
}

/* -------------- CubeCart-Element > {site_docs} ----------------------- */
.siteDocs {
	text-align:center;
	line-height: 20px;
	padding: 5px;
	margin: 0 auto;
	width: 100%;
	
}
.siteDocs a {
	color: #000;
	text-decoration:none;
	margin: 0 7px;
	padding:2px;
}
.siteDocs a:hover {
	color: #000;
	border-bottom-style: dotted;
	font-weight: normal;
	background-color: #293bce;
}

/* -------------- CubeCart-Element > {search_form} ----------------------- */
.searchForm {
	margin-top:2px;
}

.searchBox {
	background: #FFF;
	border:1px solid #000;
	padding:2px;
	color: #525252;
	font: 12px Arial, Helvetica, sans-serif;
	display:block;
	}
.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 #293bce;
}
fieldset legend {
	color: #000;
}

/* -------------- CubeCart-Element > {session} ----------------------- */
/* Forms */
h3.formTitle { /* Used to section forms under different headings */
	color: #293bce;
	padding: 20px 0 0 0;
	margin-bottom:10px;
	border-bottom: 1px solid #293bce;
	clear:left;
}
.padForm {
	text-align:center;
}
.regbox {
	border: 1px solid #000;
	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: #293bce;
}
.reglabel {
	text-align:right;
	padding-right:100px;
	clear:left;
}
.submitReg {
	text-align:center;
	clear:left;
	padding-top:10px;
}
.submitReg a {
	padding: 5px;
	background: #d4d4d4;
	border: 1px solid #000;
	color: #000;
}
.submitReg a:hover {
	background: #5c5c5c;
	color: #000;
}
.txtError { /* If a field isn't filled */
	text-align:center;
	padding: 10px 0;
	background: #;
	border: 1px solid #000;
	color: #000;
}

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

/* -------------- 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: #000;
	margin-bottom:10px;
	border-bottom: 1px solid #293bce;
}
.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 #293bce;
}

a.txtviewCart {
	color: #000;
	text-decoration:none;
	padding:2px 12px 2px 12px;
	border: 1px solid #000;
	background: #CCC;
	text-align:center;
	width:80px;
}

a.txtviewCart:hover {
	color: #000;
	background: #525252;
}
.cartProgress { /* Progress bar at top of cart pages */
	font-weight: normal;
	color: #000;
	padding: 3px;
	border: 1px solid #293bce;
	width: 350px;
	margin: 10px auto 20px auto;
}
.txtcartProgressCurrent {
	color: #000;
	font-weight: bold;
}
.txtStockWarn {
	color: #293bce;
}

/* 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: #000;
	border-bottom: 1px dotted #000;
}
div.location a:hover, a.txtButton:hover {
	color: #000;
}

/* viewprod page */
div#prodContainer {
	overflow:hidden;
}
div#prodLeft {
	float:left;
	width:50%;
	text-align:center;
}
div#prodRight {
	float:right;
	width:50%;
}
.smallText, .smallText a { 
	font-size:11px;
	color: #000;
	line-height:16px;
}
.smallText p {
	margin: 0;
	padding:0;
}
.smallText a {
	color: #000;
	border-bottom: 1px dotted #000;
}
.smallText a:hover {
	color: #000;
}
h2.txtProdTitle {
	font: 20px Arial, 'Trebuchet MS', Helvetica;
	color: #000;
	text-align:center;
	padding: 10px 0 0 0;
}
.prodPrice {
	font: 16px Arial, 'Trebuchet MS', Helvetica;
	color: #000;
	text-align:right;
	padding: 0;
	margin:10px 0 0 0;
}
div.prodDesc {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	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: #000;
	text-align:center;
}
#prodLeft a img {
	border: 3px solid #000;
}
#prodLeft a:hover img {
	border-color: #000;
}
.thumbIMG {
	max-width:80px;
	width: expression(this.width > 80 ? 80: true);  /* for Internet Explorer
	*/
}
div.notify {
	margin: 15px 0;
	color: #293bce;
	font-size:12px;
	padding: 6px 0;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
}
div.notify a {
	color: #293bce;
	border-bottom: 1px dotted #000;
}
div.notify a:hover {
	color: #293bce;
}
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: #000;
}
.pagination span {
	padding: 5px;
	border:1px solid #000;
}
.pagination a {
	padding: 5px;
	border:1px solid #000;
}
.pagination a:hover {
	background: #fff;
}
.noProd {
	text-align:center;
	background: #293bce;
	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 #293bce;
}

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

.txtOldPrice {
	text-decoration: line-through;
	color: #000;
	font-size:11px;
}
.txtSale {
 	color: #293bce;
}
.txtOutOfStock {
	color: #293bce;
}

.dropDown {
	width: auto;
}

.credits { /*Webcity Credits */
	width: 960px;
	font-size: small;
	letter-spacing: -0.05em;
	margin: 0 auto;
	text-align: center;
	
}

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