/* SPRING webcity.com.au template for CubeCart 3 */

/* GlOBAL COLOURS:
   #d72e33  red
   #f5949d	pink 
   #f9787d  orange
   #4f060f brown
*/
   
/* reset some elements so all browsers show them the same */
input,textarea{ font: 12px Arial, Helvetica, sans-serif;color: #4f060f; }
select { font: 12px Arial, Helvetica, sans-serif;color: #4f060f;  }	
p { margin: 0 0 15px 0; }
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, h1, h2, h3, h4{ margin: 0; padding: 0; border: 0; outline: 0; overflow: hidden}


/* GLOBAL styles */
body { 
	margin: 25px 0px 25px 0px; 
	padding: 0;
	background: url('../styleImages/bg-cont.gif') #d72e33 repeat;
	font: 12px/21px Helvetica, Arial, sans-serif;
	color: #703f3d;
}

#mainContent a {
	text-decoration:underline;
}
#mainContent a img {
	border:0;
	text-decoration:none;
}
#mainContent a:hover {
	text-decoration:none;
}

/* link definitions */
a { text-decoration:none; color: #d72e33;}
a:hover {color: #f5949d;}
h1, h2, h3 { margin-top: 20px; color: #cf5661 }
h1 {font: 30px Helvetica, Arial, sans-serif; letter-spacing: -0.02em;}
h2 {font: 24px Helvetica, Arial, sans-serif; letter-spacing: -0.02em;}
h3 {font: 18px Helvetica, Arial, sans-serif; letter-spacing: -0.02em;}


#mainContent a.txtButton, #mainContent a.txtDefault, #mainContent .submit,  #mainContent a.submit {
	padding: 3px;
	color: #f9787d;
	background-color: #fdf7f7;
	line-height: 30px;
	border: 1px solid #f8c1c4;
	margin: 0 3px;
	text-decoration:none;
}
#mainContent a.txtButton:hover, #mainContent a.txtDefault:hover, #mainContent .submit a:hover {
	color: #d72e33; 
	background-color: #fdf7f7;
	border: 1px solid #f8c1c4;
}


/* CUSTOM styles */
#header {
	background: url('../styleImages/header.jpg') top left no-repeat; 
	width: 980px; 
	height: 236px;
	margin:0 auto;
	overflow:hidden;
	position: relative;
}

#header a#logoLink {/* Make the logo image an actual link */
	display:block;
	float:left;
	width: 420px;
	height:126px;
	background: url('../styleImages/logo.gif') top left no-repeat;
	margin: 5px 0px 0px 10px;
}
/* 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;
}


#container { /* Contains all three columns */
	width: 980px;
	background-color: #fdf7f7;
	margin: 0 auto; 
} 

#sidebar1 {/* Left column */
	width: 160px;
	float:left;
	padding: 15px 10px 15px 20px;
}

#mainContent{/* Middle column */
	margin: 0 200px;
	padding: 0 10px;
	text-align: justify;
	margin-bottom: 50px;
	line-height:22px;
}
#mainContent ul, #mainContent ol {
	margin: 20px 20px 0 20px;
}
#mainContent ul {
	list-style: disc inside;
}
#mainContent ol {
	list-style: decimal inside;
}

#sidebar2 {/* Right column */
	width: 160px;
	float:right;
	padding: 15px 15px 15px 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h2.txtContentTitle { /* Title of all pages */
	font: 26px Helvetica, Arial, Verdana, sans-serif;
	color: #B33A37;
	text-align:left;
	margin:20px 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom:1px solid #f4eaea;
}

/* BOXES */
#boxContentPink { /* PINK */ 
    background: url('../styleImages/boxContPink.gif') repeat-y; 
	padding: 0 30px; 
	color: #f9787d;
	padding-bottom: 2px;
	}

#boxContentPink a {color: #f9787d;}
#boxContentPink a:hover {color: #d72e33;}

#boxFooterPink 	{ 
	background: url('../styleImages/boxFooterPink.gif') top left no-repeat; 
	height: 22px; 
	width: 160px;
	margin-bottom: 5px;
	}

.boxContentGreen { /* GREEN */ 
    background: url('../styleImages/boxContGreen.gif') repeat-y; 
	padding: 0 20px; 
	line-height:14px; 
	color: #adbf2d;
	font-size: 11px;
	}

#boxContentGreen a {color: #adbf2d;}
#boxContentGreen a:hover {color: #9ea84b;}

.boxFooterGreen { 
	background: url('../styleImages/boxFooterGreen.gif') top left no-repeat; 
	height: 22px; 
	width: 160px;
	margin-bottom: 5px;
	}


.boxTitleCat { /* ------- CATEGORY --------- */
	text-indent: -999px;
	background: url('../styleImages/boxTitleCat.gif') top left no-repeat;
	width: 160px;
	height: 56px;
}

.boxTitleMail { /* ------- MAILIST --------- */
	text-indent: -999px;
	background: url('../styleImages/boxTitleMail.gif') top left no-repeat;
	width: 160px;
	height: 50px;
}

.boxTitleCart { /* ------- CART --------- */
	text-indent: -999px;
	background: url('../styleImages/boxTitleCart.gif') top left no-repeat;
	width: 160px;
	height: 56px;
}

.boxTitleSkin { /* ------- CART --------- */
	text-indent: -999px;
	background: url('../styleImages/boxTitleSkin.gif') top left no-repeat;
	width: 160px;
	height: 27px;
}


/* Footer for copyright etc */
#footer {
	width: 980px;
	margin:0 auto;
	color: #fff;
	text-align: center;
	background: #f6949d; 
	height: 50px;
	font-size: 11px;
}

.footerLeft {
	float:left;  
	width: 50%; 
	line-height:50px;
}
.footerRight { 
	float:right; 
	width: 50%; 
	line-height:50px;
}

.credits { /*Webcity Credits */	
	padding: 0px 10px 0px 10px;
	letter-spacing: -0.03em;
	line-height: 50px;
	color: #fff;
}

a.credits {
	color: #fff;
	text-decoration:none;
	padding-left:20px;
	background: url('../styleImages/heart.gif') -200px 50% no-repeat;
}
a.credits:hover {
	color: #fff;
	background-position: 0 50%;
}

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

/* Category and sale links, the background stuff is for the little bullet that changes colour on hover */
ul#categoryLinks, ul#saveLinks {
	width: 120px;
}
ul#categoryLinks li a, ul#saveLinks li a {
	padding: 3px;
	color: #f9787d; 
	border: 1px solid #ffe3df;
	line-height: 20px;
}
ul#categoryLinks li a:hover, ul#saveLinks li a:hover {
	color: #d72e33; 
	background-color: #fff0ee; 
	border: 1px solid #ffd7d1;
}

/* -------------- CubeCart-Element > {page_content} ----------------------- */
/* Latest Products */
.latestCont {
	overflow:hidden;
	padding: 10px 0;
}
.latestProds {
	margin: 0 auto;
	text-align: center;
	width: 131px;
	height: 120px;
}
/* For latest products */

table.frontTab {
	border-collapse:separate;
	border-spacing:5px;
}
table.frontTab td {
	border: 1px dotted #E1E1E1;
	text-align:center;
	font-size:11px;
	line-height:18px;
	width:33%;
}
table.frontTab td a {
	text-align:center;
	font-size:11px;
	line-height:18px;
	width:33%;
	color: #d72e33
}
table.frontTab td a:hover {
	color: #f5949d;
}
table.frontTab td a.latestIMG {
	border:0;
}
 

/* -------------- CubeCart-Element > {site_docs} ----------------------- */
.siteDocs {
	position:absolute;
 	top: 72px;
 	right:0;
	left: 12px;
 	width: 700px;
	float: left;

}
.siteDocs a{
	padding: 3px;
	color: #f9787d; 
	line-height: 20px;
	padding: 7px;
}
.siteDocs a:hover {
	color: #fff; 
	background-color: #ffd7d1;
}


/* -------------- CubeCart-Element > {search_form} ----------------------- */
.search { position: absolute; top: 180px; left: 30px;}
.searchForm {
	margin-top:20px;
}
.searchBox {
	background: #fff;
	border:1px solid #fad2d5;
	padding:1px;
	color: #f5949d;
	font: 12px Arial, Helvetica, sans-serif;
}
.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 */
.categoryLinks {
	width: 150px;
	background-color: #fff;
	margin: 10px;
}

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

/* -------------- CubeCart-Element > {session} ----------------------- */
.session { position: absolute; top: 200px; left: 150px;}
.session a {
	padding: 3px;
	color: #f9787d; 
	line-height: 20px;
}
.session a:hover{
	color: #d72e33; 
	background-color: #fff0ee; 
}

/* Forms */
h3.formTitle { /* Used to section forms under different headings */
	color: #f5949d;
	padding: 20px 0 0 0;
	margin-bottom:10px;
	border-bottom: 1px solid #f5949d;
	clear:left;
}
.padForm {
	text-align:center;
}

.actionform { overflow: hidden;}
.regbox {
	border: 1px solid #f5949d;
	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: #d72e33;
}
.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 #edede1;
	color: #edede1;
}
.submitReg a:hover {
	background: #fff;
	color: #f5949d;
}
.txtError { /* If a field isn't filled */
	text-align:center;
	padding: 10px 0;
	background: #;
	border: 1px solid #f5949d;
	color:  #d72e33;
}

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

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

.mailList { /* Mailing list input */
	background: #fff;
	border: 1px solid #e5e9b4;
	padding: 1px;
	color: #adbf2d;
}

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

.tdListTitle, .tdcartTitle { /* Cart and cat table titles */
	color: #f5949d;
	margin-bottom:10px;
	border-bottom: 1px solid #f5949d;
}
.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 #f5949d;
}

.txtCart { line-height: 20px;}

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

/* 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{
	padding: 3px;
	color: #f9787d; 
	border: 1px solid #ffe3df;
	line-height: 20px;
}
div.location a:hover{
	color: #d72e33; 
	background-color: #fff0ee; 
	border: 1px solid #ffd7d1;
}

/* 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: #f5949d;
	line-height:16px;
}
.smallText p {
	margin: 0;
	padding:0;
}
.smallText a {
	color: #d72e33;
	
}
.smallText a:hover {
	color: #f5949d;
	border-bottom: 1px dotted #f5949d;
}
h2.txtProdTitle {
	font: 20px Arial, 'Trebuchet MS', Helvetica;
	color: #d72e33;
	text-align:center;
	padding-top:10px;
	margin:0;
}
.prodPrice {
	font: 25px Arial, 'Trebuchet MS', Helvetica;
	color: #f5949d;
	text-align:right;
	padding: 0;
	margin:10px 0 0 0;
}
div.prodDesc {
	border-top: 1px dotted #f5949d;
	border-bottom: 1px dotted #f5949d;
	margin: 0 0 20px 0;
	padding: 8px 0;
	font-size:12px;
}
h3.prodOpts {
	margin: 10px 0;
	padding:2px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #d72e33;
	text-align:center;
}
#prodLeft a img {
	border: 5px solid #fbd9db;
}
#prodLeft a:hover img {
	border: 5px solid #fbd2d4;
}
.thumbIMG {
	max-width:80px;
	width: expression(this.width > 80 ? 80: true);  /* for Internet Explorer
	*/
}
div.notify {
	padding: 3px;
	color: #f9787d; 
	border: 1px solid #ffe3df;
	line-height: 20px;
}
div.notify a{
	padding: 3px;
	color: #d72e33; 
	border: 1px solid #ffe3df;
	line-height: 20px;
}
div.notify a:hover{
	color: #f9787d; 
	background-color: #fff0ee; 
	border: 1px solid #ffd7d1;
}
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: #f5949d;
}
.pagination span {
	padding: 5px;
	border:1px solid #f5949d;
}
.pagination a {
	padding: 5px;
	border:1px solid #f5949d;
}
.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 #f5949d;
}

.textbox {
	background: #fff;
	border: 1px solid #f5949d;
	color: #f5949d;
	padding:2px;
}
.textboxDisabled {
	background-color: #fff;
	border: none;
	font-size: 11px;
	color: #f5949d;
}

li.account { /* My account page options */
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txtOldPrice {
	text-decoration: line-through;
	color: #f5949d;
	font-size:11px;
}
.txtSale {
 	color: #d72e33;
}
.txtOutOfStock {
	color: #d72e33;
}

.dropDown {
	width: auto;
}

.prodName {
	display:block;
	font-size:130%;
}

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