/* General settings */
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #2C2C2C; 
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background: #FFFFFF;
	background: url(../images/page_header_rep.gif) 0 0 repeat-x;
}
.wrapper {
	width: 730px;
	margin: 0px auto 0px auto;
}
.pageHeader {
	width: 730px;
	height: 81px;
	overflow: hidden;
}
.pageMenu {
	padding: 4px 0px 24px 10px;
}
.baseLine {
	margin: 18px 0px 3px 0px;
	width: 100%;
	height: 15px;
	background: url(../images/base_line.gif) 0 0 repeat-x; 
}

/* Formatting */
h1 {
	color: #CBA66B;
	margin: 0px 0px 8px 0px;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif; 
}
h2 {
	color: #CBA66B;
	margin: 0px;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif; 
}
ul.lineGap {	
	margin: 5px 0px 5px 0px;
}
ul.lineGap li {	
	line-height: 23px;
}
li {
	list-style: disc;
}
form {
	display: inline;
}
img {
	border: 0px;
}
p {
	margin: 0px 0px 12px 0px;
}
.center {
	text-align: center;
}
.rightAlign {
	text-align: right;
}
.vAlignTop {
	vertical-align: top;
}
.vAlignBot {
	vertical-align: bottom;
}
.smallText {
	font-size: 85%;
}
.greenText {
	color: #009900;
}
.redText {
	color: #FF0000;
}
.noteText {
	color: #0000FF;
}
.infoBullet {
	float: left;
	padding-top: 10px;
}
.infoText {
	padding: 12px 0px 10px 30px;
}
.statusBullet {
	float: left;
	padding: 3px 0px 3px 5px;
}
.statusText {
	padding: 5px 0px 0px 35px;
}
.dottedLine {
	margin: 15px 0px 15px 0px;
	border-top: 1px dotted #A9B6A6;
	height: 1px;
}
.yesNoButton {
	width: 50px;
}
.alignIcon {
	vertical-align: middle;
	margin-bottom: .25em;
}
.centerButton {
	text-align: center;
	margin: 20px 0px 10px 0px;
}
.noWrap {
	white-space: nowrap;
}
.lineThrough {
	text-decoration: line-through;
}

/* Padding & Margins */
.topPadS {
	padding-top: 10px;
}
.topPadM {
	padding-top: 20px;
}
.botPadS {
	padding-bottom: 10px;
}
.botPadM {
	padding-bottom: 20px;
}
.leftPadS {
	padding-left: 10px;
}
.leftPadM {
	padding-left: 20px;
}
.leftMarS {
	margin-left: 5px;
}

/* Left column */
.leftCol {
	float: left;
	margin: 1px 0px 10px 10px;
	padding-top: 14px;
	width: 516px;
	display: inline;
}

/* Right column */
.rightCol {
	float: right;
	width: 177px;
	margin: 15px 10px 0px 0px;
	display: inline;
}
.rightColBox {
	margin-bottom: 12px;
	padding: 10px;
	border: 1px solid #CCCCD6;
}
.rightColAdBox {
	margin-bottom: 12px;
	text-align: center;
	border: 1px solid #CCCCD6;
}
.rightColHead {
	padding-bottom: 6px;
	text-align: right;
}
.rightColForm {
	padding: 7px 0px 7px 0px;
	text-align: right;
}
.rightColField {
	color: #999;
	width: 110px;
	height: 16px;
}
.rightColFieldL {
	width: 149px;
	margin-bottom: 4px;
}
.rightColMsg {
	margin: 4px 6px 0px 6px;
	padding: 0px;
}
.adBoxImg {
	display: block;
}
.summaryIcon {
	margin-right: 3px;
}
.summaryText {
	margin: 0px;
	padding: 0px 0px 6px 0px;
	text-align: right;
}
.myAccPad {
	margin-right: 8px;
}
.goButton {
	vertical-align: top;
}
.searchButton {
	vertical-align: top;
	margin-left: 5px;
}
.itemInBasketText {
	color: #FF6600;
}

/* Page content */
.fullWidth {
	clear: both;
	width: 98%;
	margin: 7px auto 25px auto;
}

/* User forms */
table.userForm {
	border-collapse: collapse;
}
table.userForm th {
	text-align: right;
	padding: 3px;
	font-weight: normal;
	white-space: nowrap;
}
table.userForm td {
	padding: 3px;
}

/* Home page */
.homeAdBox {
	text-align: center;
	margin: 0px 0px 8px 0px;
}
.homeCats {
	float: left;
	width: 161px;
	text-align: center;
	margin: 5px 12px 7px 0px;
	padding-top: 6px;
	border: 1px solid #CCCCD6;
}
.noRightMar {
	margin-right: 0px;
}
.homeCatText {
	text-align: center;
	padding: 2px 0px 13px 0px;
}

/* Basket */
.basketInfo {
	margin: 0px 10px 0px 0px;
}
.freeDelText {
	color: #CBA66B;
}
.notFreeDelText {
	color: #899BDA;
}
.slimCentered {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
table.basket {
	border: 7px solid #F3F0EB;
	border-collapse: collapse;
	width: 100%;
}
table.basket th {
	background-color: #CED0DF;
	border: 2px solid #F3F0EB;
	padding: 8px;
}
table.basket td {
	height: 20px;
	border: 2px solid #F3F0EB;
	background-color: #F3F0EB;
	padding: 5px;
}
table.basket td.white {
	background-color: #FFFFFF;
}
table.basket th.unavailable {
	background-color: #F8807C;
}
table.postageOpt {
	border-collapse: collapse;
}
table.postageOpt td {
	padding: 4px;
}

/* Checkout */
.checkoutButton {
	width: 150px;
}
.surchargeImg {
	float: left;
	padding: 0px 7px 0px 10px;
}
table.personal {
	border-collapse: collapse;
}
table.personal td {
	padding: 2px;
}
.custDetailBox {
	border: 1px dotted;
	margin: 15px 0px 15px 0px;
	padding: 12px;
}
.confTerms {
	text-align: center;
	margin: 20px 0px 20px 0px;
}
.delInstructions {
	width: 99%;
}

/* Standard product */
.clickPad {
	padding-top: 3px;
}
.addButton {
	vertical-align: middle;
	padding-left: 5px;
}
.prodImagePad {
	padding: 0px 20px 0px 20px;
}
.qtyField {
	margin-right: 5px;
	width: 20px;
}
table.prodAtt {
	border-collapse: collapse;
}
table.prodAtt td {
	padding: 2px;
}
.colourSize {
	margin-right: 10px;
}
table.assocProd {
	border-collapse: collapse;
}
table.assocProd td {
	padding: 0px 10px 6px 0px;
}
.priceText {
	color: #000000;
}
.saveText {
	color: #FF6600;
}

/* Sub-products */
table.subProducts {
	border-collapse: collapse;
}
table.subProducts th {
	padding: 4px 5px 4px 5px;
}
table.subProducts td {
	border: 2px solid #FFFFFF;
	background-color: #F3F0EB;
	padding: 1px 9px 1px 9px;
}
table.subProducts td.whiteBack {
	background-color: #FFFFFF;
	padding-left: 0;
	padding-right: 0;
}
table.subProducts td.save {
	padding-bottom: 12px;
	padding-right: 5px
}
table.subProducts td.out {
	padding: 8px 0px 10px 12px;
}

/* Message boxes */
.messageBox {
	width: 485px;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 18px;
	background-color: #FFFF99;
}
.redOutline {
	border: 1px solid #FF0000;
}
.greenOutline {
	border: 1px solid #00CC33;
}
.invalidChars {
	padding: 5px 0px 0px 22px;
}

/* Order details page */
.invAddress {
	float: left;
	margin: 0px 60px 0px 40px;
	display: inline;
}
.delAddress {
	float: left;
	margin: 0px 0px 0px 0px;
	display: inline;
}
table.address {
	border-collapse: collapse;
}
table.address td {
	padding: 2px;
}
table.address td.arrow {
	vertical-align: top;
	width: 30px;
}
.orderItemDisp {
	clear: both;
	padding-top: 20px;
}

/* Category/Brand pages */
table.prodList {
	border-collapse: collapse;
	clear: both;
}
table.prodList td {
	border-bottom: 1px dotted #A9B6A6;
	height: 41px;
	padding: 7px;
}
.showDrop {
	margin-right: 25px;
}
.brandImg {
	text-align: center;
	margin: 10px 0px 10px 0px;
}
.parentCategoryImg {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

/* News page */
.newsText {
	width: 380px;
	text-align: justify;
}
.newsImage {
	float: right;
	margin-right: 10px;
}

/* Contact us page */
table.contact {
	border-collapse: collapse;
	width: 375px;
}
table.contact td {
	padding: 10px 5px 10px 5px;
}
table.contact td.icon {
	width: 40px;
}
.map {
	width: 300px;
	height: 300px;
	border: 1px solid #666666;
}

/* Links page*/
table.links {
	border-collapse: collapse;
}
table.links td {
	padding: 7px;
}

/* My account page */
.accountLogin {
	margin: 10px 0px 0px 30px;
}

/* Secure shopping page */
.secureImg {
	margin: 5px 0px 5px 0px;
}

/* Offers page */
.offerBanner {
	margin: 15px 0px 5px 0px;
	text-align: center;
}

/* Site map page */
.siteMapPad {
	padding-left: 100px;
}

/* Order status popup */
table.orderPop {
	border-collapse: collapse;
	border: 4px solid #FFFFFF;
	background-color: #E7E1CF;
	margin-left: auto;
	margin-right: auto;
}
table.orderPop td {
	border: 1px solid #FFFFFF;
	padding: 4px;
}
table.orderPop th {
	padding: 4px;
}

/* Page footer */
.pageFooter {
	clear: both;
	width: 100%;
	height: 35px;
	padding-top: 2px;
	text-align: right;
	background: url(../images/footer_bar.gif) 0 0 repeat-x;
}
.footerText {
	text-align: center;
 	padding: 12px 0px 0px 0px;
	line-height: 23px;
	font-size: 85%;
	color: #3E3E3E;
}
.baseLinks {
	text-align: center;
	padding-bottom: 22px;
}

/* Links */
a:link    {color: #BC8536; text-decoration: none;}
a:visited {color: #BC8536; text-decoration: none;}
a:active  {color: #BC8536; text-decoration: none;}
a:hover   {color: #BC8536; text-decoration: underline;}

a.mainHead:link    {color: #CBA66B; text-decoration: none;}
a.mainHead:visited {color: #CBA66B; text-decoration: none;}
a.mainHead:active  {color: #CBA66B; text-decoration: none;}
a.mainHead:hover   {color: #CBA66B; text-decoration: underline;}

a.footer:link    {color: #3E3E3E; text-decoration: none; margin: 0px 5px 0px 5px;}
a.footer:visited {color: #3E3E3E; text-decoration: none; margin: 0px 5px 0px 5px;}
a.footer:active  {color: #3E3E3E; text-decoration: none; margin: 0px 5px 0px 5px;}
a.footer:hover   {color: #BC8536; text-decoration: underline; margin: 0px 5px 0px 5px;}