/* Design and styles Copyright Webcity 2007 */

body {
	margin:0;
	padding:0;
	font: 14px Arial, Helvetica, sans-serif;
	background: #fff;
}
.txtCopyright { display:none; }
/* 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: 11px Arial, Helvetica, sans-serif;
	color: #962B3D;
}
select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #626262;
}	
p {
	margin: 0 0 30px 0;
}
.centered {
	text-align:center;
}

/* Global link definitions */
a {
	text-decoration:none;
	color: #5691BD;
}
a:hover {
	color: #892D3C;
	background:#F5F5EB;
}
a.txtButton {
	margin: 0 3px;
}
.editable a { color: blue; }
.editable a:hover {
	color: #892D3C;
	background:#F5F5EB;
}
.mailList {
	padding:3px;
	background: #A4C5DD;
	border:1px solid #5D98C2;
	color: #36698F;
}
#header {
	width:920px;
	height:98px;
	background:url('../styleImages/backgrounds/topHeader.jpg') top left no-repeat;
	margin:5px auto;
	overflow:hidden;
}
#header .header-inner {
	float:right;
	position:relative;
	top:30px;
	right:10px;
	font-size:11px;
	text-align:right;
	line-height:17px;
	color: #636363;
}
#header .header-inner a {
	color: #636363;
	padding:3px;
}
#header .header-inner a:hover {
	color: #892D3C;
	background:#F5F5EB;
}	
#links {
	width:920px;
	background:url('../styleImages/backgrounds/link-mid.gif') top left repeat-x;
	height:37px;
	margin: 5px auto;
	line-height:37px;
	text-align:center;
}
.link-left {
	float:left;
	width:13px;
	height:37px;
	background:url('../styleImages/backgrounds/link-left.gif') top left no-repeat;
}
.link-right {
	float:right;
	width:13px;
	height:37px;
	background:Url('../styleImages/backgrounds/link-right.gif') top right no-repeat;
}
#links a {
	color: #fff;
	padding:0 12px;
}
#links a:hover {
	color: #c6e2f0;
	background:transparent;
}
#container {
	overflow:hidden;
	width:920px;
	margin:0 auto;
}
.boxContent {
	color: #646464;
	padding: 0 30px;
	line-height:20px;
}

h2.txtContentTitle, h2.txtProdTitle, h3.formTitle { /* Title of all pages */
	font: bold 16px Arial, 'Trebuchet MS', Helvetica;
	letter-spacing:-1px;
	color: #a01a19;
	padding: 1px 0;
	border-bottom: 1px solid #e9e9e9;
	margin: 20px 0 10px 0;
}
h2.txtProdTitle {
	border:none;
}
.txtBoxSave {
	padding-left:6px;
	display:block;
}
span.saving { 
	color: #f85301;
}
h3.formTitle { /* Used to section forms under different headings */
	clear:left;
}

/* Forms */
.regbox {
	border: 1px solid #D6D6D6;
	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: #DC2D01;
}
.reglabel {
	text-align:right;
	padding-right:100px;
	clear:left;
}
.submitReg {
	text-align:center;
	clear:left;
	padding-top:10px;
}
.submitReg a {
	padding: 5px;
	display:block;
	width:86px;
	margin:0 auto;
	height:25px;
	background: #fff url('../styleImages/continue.gif') center center no-repeat;
	text-indent:-999em;
}
.submitReg a:hover {
	background: #fff url('../styleImages/continue.gif') center center no-repeat;
}
.txtError { /* If a field isn't filled */
	text-align:center;
	padding: 10px 0;
	background: #FFAEAE;
	border: 1px solid #EC0000;
	color: #C10000;
}

.tdListTitle, .tdcartTitle { /* Cart and cat table titles */
	color: #F85400;
	margin-bottom:10px;
	border-bottom: 1px solid #FFF1EA;
}
.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:13px;
	line-height:19px;
}
.tblList td { width:33%; }

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

/* 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 #D6D6D6;
}
fieldset legend {
	color: #FB5501;
}

/* 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: #3F98DA;
	border-bottom: 1px dotted #D6D6D6;
}
table.frontTab td a:hover {
	color: #F65600;
}
table.frontTab td a.latestIMG {
	border:0;
}
a.txtviewCart {
	color: #333333;
	text-decoration:none;
	padding-left:20px;
	background: url('../styleImages/backgrounds/cartroll.gif') -200px 50% no-repeat;
}
a.txtviewCart:hover {
	color: #f85501;
	background-position: 0 50%;
}
.cartProgress { /* Progress bar at top of cart pages */
	font-weight: normal;
	color: #666666;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: 10px auto 20px auto;
}
.txtcartProgressCurrent {
	color: #F65403;
	font-weight: bold;
}
.txtStockWarn {
	color: #FF0000;
}

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

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

.txtOldPrice {
	text-decoration: line-through;
	color: #BBBBBB;
	font-size:11px;
}
.txtSale {
 	color: #892338;
}
.txtOutOfStock {
	color: #DD0005;
}

.dropDown {
	width: auto;
}

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

/* 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: #aaa;
	line-height:16px;
}
.smallText p {
	margin: 0;
	padding:0;
}
.smallText a {
	color: #3F98DA;
	border-bottom: 1px dotted #E1E1E1;
}
.smallText a:hover {
	color: #F85908;
}
.prodPrice {
	font: bold 16px Arial, 'Trebuchet MS', Helvetica;
	letter-spacing:-1px;
	color: #a01a19;
	text-align:right;
	padding: 0;
	margin:10px 0 0 0;
}
div.prodDesc {
	border-top: 1px dotted #E1E1E1;
	border-bottom: 1px dotted #E1E1E1;
	margin: 0 0 20px 0;
	padding: 4px 0;
	font-size:14px !important;
}
div.prodDesc li {
	padding:3px 0;
	font-size:14px;
}
h3.prodOpts {
	margin: 10px 0;
	padding:2px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #f85501;
	text-align:center;
}
#prodLeft a img {
	border: 3px solid #fff;
}
#prodLeft a:hover img {
	border-color: #FFB18C;
}
.thumbIMG {
	max-width:80px;
	width: expression(this.width > 80 ? 80: true);  /* for Internet Explorer
	*/
}
div.notify {
	margin: 15px 0;
	color: #585858;
	font-size:12px;
	padding: 6px 0;
	border-bottom: 1px dotted #BEFFB3;
	border-top: 1px dotted #BEFFB3;
	text-align:right;
}
div.notify a {
	color: #1EC600;
	border-bottom: 1px dotted #BEFFB3;
}
div.notify a:hover {
	color: #FA5302;
}
div.notify p {
	margin:4px 0;
	padding:0;
	line-height:15px;
}

/* prettify pagination */
.pagination { /* Page 1, 2, 3.. etc */
	text-align: right;
	padding: 5px;
	font-size:80%;
	margin: 10px 0;
	background: #f4f4f4;
}
.pagination span {
	padding: 5px;
	border:1px solid #836858;
}
.pagination a {
	padding: 5px;
	border:1px solid #836858;
}
.pagination a:hover {
	background: #fff;
}
.noProd {
	text-align:center;
	background: #f4f4f4;
	padding: 10px;
	font-size:85%;
}
#footer-top {
	width:900px;
	height:6px;
	background:  url('../styleImages/backgrounds/foot-top.gif') bottom left no-repeat;
	margin: 25px auto 0 auto;
}
#footer-bottom {
	width:900px;
	height:6px;
	background:  url('../styleImages/backgrounds/footer-bottom.gif') top left no-repeat;
	margin: 0 auto 20px auto;
}
#footer {
	width: 880px;
	margin:0 auto;
	overflow:hidden;
	font-size:11px;
	color: #fff;
	padding:0px 10px;
	border-width:0 1px;
	background:#5D98C2;
}
#footer a {
	color: #B7D0E3;
	text-decoration:underline;
	padding-right:5px;
}
#footer a:hover {
	text-decoration:none;
	color: #fff;
	background:transparent;
}
#footer .copyright {
	float:left;
	padding-top:10px;
}
#footer .mail-list {
	float:right;
	width:291px;
	line-height:22px;
	text-align:center;
}
#footer .mail-list .mid {
	padding:2px;
	line-height:19px;
	font-size:110%;
}

span.mute { font-size:80%; color: #A8A8A8; font-weight:normal;}