﻿/* CubeCart4 Stylesheet by Webcity*/

/* colours 
BROWN c
DARK PURPLE #a9029b */

/* 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: #da3e00; }
select { font: 12px Arial, Helvetica, sans-serif;color: #da3e00; }	
p { margin: 0 0 30px 0; }

/* GLOBAL styles */
body {
	margin: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	background: #076ed4;
	color: #432805;
}

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

img {border: none;}
ol, ul {
	margin: 0px;
	padding: 0px;
	color: #000000;	
}
li {list-style-position: inside; 
    margin: 0px; 
    padding: 0px;
}

/* SELF DEFINED styles */
#pageSurround {
	width: 890px;
	margin: 0px auto;
	padding: 5px;
	background-color: #fff;
	border: 7px solid #fff;
}

#topHeader {
	width: 890px;
	height: 208px;
	background: url('../styleImages/header.gif') top left no-repeat;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
#topHeader-1 {
	position: relative;
	width: 890px;
}
#topHeader-1a {
	width: 890px;
	height: 208px;
	background: url('../styleImages/header.gif') top left no-repeat;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	z-index: 1;
}
#topHeader-1b {
	border: 1px dashed #FFFFFF;
	padding: 2px;
	position: relative;
	width: 70px;
	height: 70px;
	line-height: normal;
	text-align: center;
	font-family: "Kristen ITC";
	background-repeat: no-repeat;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

#topHeader a#logoLink {/* Make the logo image an actual link */
	display:block;
	float:left;
	width: 372px;
	height:73px;
	margin: 20px 0px 0px 16px;
}
#topHeader-1a a#logoLink {/* Make the logo image an actual link */
	display:block;
	float:left;
	width: 372px;
	height:73px;
	margin: 20px 0px 0px 16px;
}

/* Hide the span containing the site's name so that people with css turned off still see the link, but everyone else doesn't */
#topHeader a#logoLink span {
	visibility:hidden;
}
#topHeader-1a a#logoLink span {
	visibility:hidden;
}

.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 160px;
	float: left;
}

.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	float: left;
}
.colMid {
	position: relative;
	width: 570px;
	float: left;
	overflow: hidden;
}

.colMainCheckout {
	position: relative;
	width: 570px;
	float: left;
	overflow: hidden;
}

.colRight {
	position: relative;
	width: 160px; 
	right: 0px;
	float: right;
}

.boxTitleLeft, .boxTitleRight { /* boxes */
	background: url('../styleImages/box-top-cat.gif') top left no-repeat;
	width: 160px;
	height: 49px;
	text-indent: -999em;
}
.boxTitleCart 	 { background: url('../styleImages/box-top-cart.gif') top left no-repeat; width: 160px; height: 49px; text-indent: -999em;}
.boxTitleMail 	 { background: url('../styleImages/box-top-mail.gif') top left no-repeat; width: 160px; height: 49px; text-indent: -999em;}
.boxTitleProduct { background: url('../styleImages/box-top-product.gif') top left no-repeat; width: 160px; height: 49px; text-indent: -999em;}
.boxTitleInfo 	 { background: url('../styleImages/box-top-info.gif') top left no-repeat; width: 160px; height: 49px; text-indent: -999em;}
.boxTitleSale 	 { background: url('../styleImages/box-top-sale.gif') top left no-repeat; width: 160px; height: 49px; text-indent: -999em;}

.boxContentLeft, .boxContentRight {
	background: url('../styleImages/box-cont.gif') top left repeat-y;
	width: 160px;
}

.boxContentFooter {
	background: url('../styleImages/box-bottom.gif') top left no-repeat;
	width: 160px;
	height: 17px;
	margin-bottom: 10px;
}
	
/* -------------- CubeCart4-Element > {page_content} -------------------- */
.boxContent {
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	position: inherit;
}
.boxContentProd {
	border-top: 0px solid #E1E1E1;
	border-left: 0px solid #E1E1E1;
	border-right: 0px solid #E1E1E1;
	border-bottom: 0px solid #E1E1E1;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	position: inherit;
}
.boxContentProd2 {
	border-top: 4px solid #CCCCCC;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	position: inherit;
}

.boxContent-1 {
	position: relative;
}
.boxContent-1a {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 3px;
	width: 350px;
	position: absolute;
	top: 5px;
	left: 5px;
}
.boxContent-1b {
	border-top: 0px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 0px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 330px;
	margin-right: 3px;
	position: absolute;
	top: 0px;
	right: 2px;
	width: 169px;
	height: 198px;
	float: inherit;
}


.txtContentTitle {
	font-size: 18pt; /*color: #a9029b*/;
	font-family: Euphemia;
	border-top: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	padding: 2px;
	color: #FFFFFF;
	background-color: #FE4364;
	margin-left: 10px;
	margin-right: 10px;
	height: 40px;
        max-height: 40px;
	margin-top: 4px;
	text-indent: 2px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
        overflow: auto;
}
.txtProdInfoTitle {
	font-size: 16px;
	font-family: Euphemia;
	color: #666666;
	line-height: 20px;
	text-align: center;
	background-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #808080;
	border-right-color: #808080;
	border-left-color: #808080;
	width: 180px;
	height: 20px;
	margin-left: 10px;
}

/* Latest Products */
.latestCont {
	overflow:hidden;
	padding: 10px 0;
}
div.latestProds {
	float: left;
	text-align: center;
	width: 175px;
	height: 185px;
	margin-bottom: 5px;
	overflow: hidden;
}

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: #432805;
	border-bottom: 1px dotted #c51031;
}
table.frontTab td a:hover {
	color: #90908a;
}
table.frontTab td a.latestIMG {
	border:0;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.Footer {
	text-align:left;
	background-color: #fe3255;
	line-height: 40px;
	width: 880px;
	border-left: 12px solid #fff;
	border-right: 12px solid #fff;
	border-bottom: 12px solid #fff;
	margin: 0 auto;
	padding-left: 10px;
	font-size: 11px;
	color: #fff;
}

.Footer a {color: #fff;}
.Footer a:hover {color: #fff; text-decoration: underline;}

/* -------------- CubeCart-Element > {sitedocs} ---------------------- */
.siteDocs {
	text-align:center;
	margin-bottom: 20px;
	background-color: #fe3255;
	height: 40px;
	color: #fff;
	z-index: 1;
	overflow: visible;
	line-height: 40px;
	width: 890px;
	text-align: center;
	float: left;
}
.siteDocsreg {
	position: relative;
	float: right;
	margin-right: 10px;
	margin-top: -55px;
	height: 40px;
	width: 200px;
	overflow: visible;
	text-align: right;
	z-index: 3;
}
.siteDocs a { color: #fff; 	padding: 0px 5px 0px 5px;}
.siteDocs a:hover { color: #fff; background-color: #e3284b; padding: 5px;}
.siteDocsreg a { color: #432805; padding: 0px 5px 0px 5px;}
.siteDocsreg a:hover { color: #432805; padding: 0px 5px 0px 5px;}


.txtSiteDocs, a.txtSiteDocs {
	color: #fff;
	text-decoration:none;
	margin-right: 10px;
}
a.txtSiteDocs:hover {
	color: #fff;
	text-decoration:none;
}
/* -------------- CubeCart-Element > {session} ----------------------- */
.txtSession, .txtCopy, .txtSiteDocs {
	color: #FFFFFF;
}
a.txtSession, a.txtSiteDocs {
	color: #432805;
	text-decoration: none;
}
a.txtSession:hover {
	color: #432805;
	text-decoration: underline;
	height: 15px;
}
a.txtSiteDocs:hover {
	color: #031074;
	text-decoration: underline;
}

/* BUTTONS */
a.actionbutton, a.txtButton, .submit {	
	color: #fff;
	background-color: #fe5b50;
	border: 1px solid #fe5b50;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	display: block;
	width:82px;
	line-height: 20px;
}

a.actionbutton:hover, a.txtButton:hover, a.submit:hover {
	color: #fff;
	background-color: #ff483c;
	border: 1px solid #ff483c;
	line-height: 20px;
}

/* -------------- CubeCart-Element > {categories} -------------------- */
#mainmenu-nav {/* Start Cross-Browser DHTML Menu */
	list-style: none;
	list-style-type: none;
	width: 150px;
	padding-top: 5px;
	margin-left: 10px;
}
.li-nav a {
	padding: 2px 1px;
	background-color: #feba37;
	width: 140px;
	display: block;
	text-indent: 2px;
	color: #432805;
	text-decoration: none;
	margin: 0px;
}
.li-nav a:hover { background-color: #ffd778; color: #da3e00;}
.ul-nav, .li-nav { display: block; list-style: none;}
.ul-nav { width: 140px; padding: 0px;}
.li-nav { float: left;}
.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 130px;
	margin-top: -19px;
	z-index: 99;
	border: 2px solid #fff;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 143px 6px; }/* End Cross-Browser DHTML Menu*/

/* Sub-categories */
#subCats {
	text-align: center;
	margin: 15px auto;
	width:100%;
	border-collapse:collapse;
}
.subCat {	
	text-align: center;
	width: 15%;
	float: left;
	border: 1px dotted #ccc;
	padding: 10px;
	margin-right: 3px;
}
.subCat img {
	border:0;
}
#subCats img {
	max-width:70px;
	width: expression(this.width > 70 ? 70: true);  /* for Internet Explorer
	*/
}
/* -------------- CubeCart-Element > {search_form} ----------------------- */
.searchBox {
	color: #da3e00;
	background-color: #fff;
	border: 1px solid #fff;
	font-size: 11px;
}

.textbox {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px;
	color: #432805;
	padding: 2px;
}
.textboxDisabled {
	background-color: #E0F0FF;
	border: 1px solid #ccc;
	/*font-size: 11px;*/
	color: #432805;
}
/* -------------- CubeCart-Element > {shopping_cart} ----------------------- */
.txtCart {
	color: #da3e00;	
}
.cartTotal {
	border-top: 1px dashed #432805;
	width: 153px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #da3e00;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF6600;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #da3e00000;
}
a.txtviewCart:hover {
	background-color: #66CC33;
	color: #FFFFFF;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC33;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #da3e00000;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #FF9900;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #EBEDFE;	
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}
a.txtCheckout {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC33;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #da3e00000;
}
a.txtUpdate {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #da3e00000;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FF0000;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtCartPrice {
	float: right;
	color: #FF0000;
	padding-right: 3px;
}

/* -------------- CubeCart-Element > {mail_list} ----------------------- */
.mailList { /* Mailing list input */
	color: #da3e00;
	background-color: #fff;
	border: 0px solid #ccc;
	font-size: 11px;
}
}
/* -------------- CubeCart-Element > {write_review} ----------------------- */
#RatingTop {
	border-top: 1px solid #432805;
	border-right: 1px solid #432805;
	border-left: 1px solid #432805;
	background-color: #EBEDFE;
	padding: 3px;
}

#RatingMain {
	border-right: 1px solid #432805;
	border-left: 1px solid #432805;
	background-color: #EBEDFE;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	border-right: 1px solid #432805;
	border-left: 1px solid #432805;
	background-color: #EBEDFE;
	padding: 3px;
	border-bottom: 1px solid #432805;
}

#RatingBottom {
	background-color: #432805;
	padding: 3px;
	border-right: 1px solid #432805;
	border-left: 1px solid #432805;
	color: #FFFFFF;
	/*font-size: 11px;*/
}

/* -------------- CubeCart-Element > {coupon} ----------------------- */
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #da3e00000;
	text-decoration: none;
	font-weight: bold;
}

/* WARNING styles */
.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}

/* DEFAULT style */
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #432805;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #FF6600;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #FF6600;
	text-decoration:none;
}
/* ICON & IMG displays */
.cart_icon {
	border: none;
	margin: 12px 0px;
}

#imgThumbSpace{
	line-height: 0px;
	width: 130px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}

.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 14px;
	padding-left: 5px;
}

li.num {
	color: #ff0033;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}


.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {
	border: 1px solid #ffce70;
}
.tdListTitle {
	background-color: #ffce70;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
}
.tdOdd {
	background-color: #ffeac1;
}

.dropDown {
	width: 120px;
	border: 1px  solid #ccc;
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}

/* COPYRIGHT styles */
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #da3e00;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.btbubclublink {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #FE4364;
	text-align: center;
	border: 1px solid #E1E1E1;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
	padding: 5px;
	height: 60px;
	overflow: hidden;
	line-height: 20px;
	position: relative;
	cursor: pointer;
	background-color: #FEB836;
}
.cuddles {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}