/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }

body {
	background: url(sitegraphics/bgX.gif) 0 0 repeat-y #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #444;
	text-align: center;
}

td {
	font-size: 72%;
	color: #444;
}
div {
	text-align: left;
}

a:link, a:visited {
	color: #77B7B7;
}

a:hover, a:active {
}

a.productnamelink:link, a.productnamelink:visited {
	display: block;
	text-decoration: none;
	margin-bottom: 0.25em;
	font-weight: bold;
	font-size: 130%;
	color: #77B7B7;
}
a.productnamelink:active, a.productnamelink:hover {
	color: #444;
}

.logo {
	font-size: 100%;
	font-weight: bold;
	color: #444;
}
.address {
	font-size: 90%;
}

.pageintro {
}
.productname {
	display: block;
	margin-bottom: 0.25em;
	font-weight: bold;
	font-size: 140%;
	color: #77B7B7;
}
.productdescription {
}
.producthr {
	display: none;
}
.producthrdiv {
	background-color: #A69986;
	height: 1px;
	margin: 15px 0;
}


/* PRICE */
.price {
	font-size: 120%;
	font-weight: bold;
	color: #444;
}
.pricetitle {
	color: #444;
}
.pricereduction	{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #444;
}
.pricereductionstrikethrough {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: line-through;
	color: #444;
}

.textbox_noteditable {
	border: 1px #000000 solid;
	font-size: 90%;
	color: #000066;
}
.textbox_editable {
	border: 1px #000000 solid;
	font-size: 90%;
	color: #000066;
}


/* CATEGORIES */
a.parentcategory:link, a.parentcategory:visited {
	
	text-decoration: underline;
	color: #444;
}
a.parentcategory:active, a.parentcategory:hover	{
	color:#444;
}
.currentcategory {
	
}
a.categoryheading:link, a.categoryheading:visited {
	
	text-decoration:none;
	color:#444;
}
a.categoryheading:active, a.categoryheading:hover {
	color:#000000;
}



/* RELATED PRODUCTS */
.relatedproducts_header {
	font-size: 85%;	
	color: #444;
}
.relatedproducts_headerrow {
	
	padding: 2px;
}
.relatedproducts_row {
	font-size: 80%;
}
a.relatedproducts_link:link, a.relatedproducts_link:visited {
	text-decoration: underline;
	font-size: 90%;
}
a.relatedproducts_link:active, a.relatedproducts_link:hover	{
}



/* PRICE TABLE */
.pricetable_row {	
	font-weight: bold;
	color: #000000;
}
.pricetable	{
}
.pricetable_header {
	font-weight: bold;
	color: #000000;
}
.pricetable_headerrow {
}
.pricetable_lastheaderrow {
}



/* PICTURES */
.picture_in_list {
}
.picture_main {
}
.picture_checkout { }
.picture_category { }
.picture_enlarged {
	position:absolute;left:15px;top:15px;
}
.pictureclicktoenlarge {
	font-family:  Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* ORDERS - Used on both the order confirmation screen and when the shop owner views their orders online */
.order_sectionbox {
	border: solid 1px #000000;
}
.order_itemtable {
	border: 1px #000000;
	border-style: solid none none solid;
}
.order_itemtable td {
	border: 1px #000000;
	border-style: none solid solid none;
}
.order_itemtable th {
	border: 1px #000000;
	border-style: none solid solid none;
}
.order_headercaption {  }
.order_headervalue {  }
.order_caption {  }
.order_text {  }
.order_sectionbox {  }
.order_itemtable {  }


/* RETAIL ACCOUNTS */
.retailaccount_box {
	border: 1px solid #000000;
	padding: 85%;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 85%;
}
table.retailaccount_bg {  }
td.retailaccount_bg {  }
.retailaccount_mainheading {
	font-size: 90%;
}
.retailaccount_text {
	font-size: 90%;
}
.retailaccount_fieldheading {
	font-weight: bold;
	font-size: 85%;
}
.retailaccount_forgotten {
	font-size: 85%;
}


/* INVOICE DETAILS */
.billing_label {  }
.billing_mandatory {  }
.billing_field {
	border: 1px #444 solid;
}
.billing_select {  }
.billing_checkboxlabel {  }
.billing_mandatorynote {
	font-size: 85%;
}
.checkoutandbillinghr {
	display: none;
}
.checkoutandbillinghrdiv {
	background: url(/webfolder/modernblue/divider_horizontal_dotted.gif);
	height: 1px;
}


/* SHOPPING BASKET */
body.basket {
}
td.basket {
	font-size: 90%;
}
.basket_productname {
	font-weight: bold;
}
.basketprice {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
}
.basketoptions {
	font-size: 85%;
	font-style: italic;
}
.basketquantity {
	font-size: 85%;
}
a.basket_productname:link, a.basket_productname:visited	{
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a.basket_productname:active, a.basket_productname:hover {
	color: #000000;
}
.shoppingbasket_empty {
	font-size: 90%;
}



/* GIFT WRAP */
.giftwraptitle {
	font-weight: bold;
}



/* MARKETING QUESTIONS */
.marketingquestionsintro {
	font-weight: bold;
}
.marketingquestiontitle {
	font-weight: bold;
}
.marketingquestionfield {
	border: 1px #000000 solid;
	font-size: 12px;
}



/* PRINTABLE ORDER */
.printable_order_text {
	color: #000000;
}
.printableorderpagetitle {
	font-size: 13px;
	font-weight: bold;
}
.printableorderinstructions {
	font-size: 11px;
}
.printableorderhelp {
	font-size: 90%;
	font-style: italic;
}
.printableordertitle {
	font-weight: bold;
}
.printableorderheading {
	font-size: 13px;
	font-weight: bold;
}
.printableorderheader {
	font-weight: bold;
}
.printableorderfield {  }



/* CALL CENTRE */
.callcentrefield {
	width: 140px;
}
body.callcentresearch {
	
}



/* SPEC TABLES */
td.MainCaption {
	background-color: #000000;
	padding: 1px;
	font-weight: bold;
	color: #FFFFFF;
}
td.RowCaption {
	font-weight: bold;
}
td.ColumnCaption {
	font-weight: bold;
}
tr.Row1 {
	
}
tr.Row2 {
	
}



/*--------------------WRAPPER--------------------*/

#wrapper {
	width: 750px;
	margin: 50px auto 25px auto;
	background-color: #FFF;
}


/*--------------------BRANDING--------------------*/

#branding {
	position: relative;
	width: 750px;
	height: 114px;
	border-bottom: solid 1px #FFF;
	background: url(/webfolder/activeandoutdoorgear/sitegraphics/bg_branding.gif) 0 0 repeat-y #333;
}

#social {
	position: absolute;
	top: 35px;
	right: 12px;
}
#social img {
	margin-left: 4px;
}


/*----------------------NAV--------------------*/

#nav {
	float: left;
	width: 90px;
	margin: 0;
	background-color: #333;
	font-size: 90%;
}
#nav ul {
	padding: 8px 0 8px 0;
	background: url(/webfolder/activeandoutdoorgear/sitegraphics/nav_divider_horizontal.gif);
	background-position: 4px bottom;
	background-repeat: no-repeat;
	background-color: #333;
}
#nav li {
	width: 90px;
}
#nav a:link, #nav a:visited {
	display: block;
	margin: 0;
	padding: 2px 4px;
	color: #FFF;
	text-decoration: none;
}
#nav a:active, #nav a:hover {
	background-color: #0099CC;
}



/*----------------------NAV ADMIN--------------------*/

#navAdmin {
	float: right;
	width: 500px;
	padding: 90px 10px 0 0;
	text-align: right;
	font-size: 90%;
}

#navAdmin li {
	display: inline;
	margin: 0 0 0 8px;
	padding: 0 0 0 9px;
	background: url(/webfolder/activeandoutdoorgear/sitegraphics/nav_divider.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#navAdmin a:link, #navAdmin a:visited {
	color: #FFF;
	text-decoration: none;
}
#navAdmin a:active, #navAdmin a:hover {
}


/*--------------------CONTENT--------------------*/


#contentWrapper {
	background: url(/webfolder/activeandoutdoorgear/sitegraphics/bg_contentwrapper.gif) right 0 no-repeat;
}
#contentWrapperFullWidth {
	background: url(/webfolder/activeandoutdoorgear/sitegraphics/bg_contentwrapperfullwidth.gif) right 0 no-repeat;
}


#contentMain {
	float: right;
	width: 625px;
	padding: 20px 15px 20px 0;
}
#contentFullWidth {
	float: right;
	width: 700px;
	padding: 25px;
}


/*---------------------FOOTER---------------------*/

#footer {
	clear: both;
	background-color: #D8D3CA;
	font-size: 90%;
	color: #535353;
}
#footer p {
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}

#navFooter {
	background-color: #333;
	padding: 5px 5px 5px 10px;
	border-top: 2px solid #A89D8C;
}
#navFooter p {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 90%;
	font-weight: normal;
}
#navFooter li {
	display: inline;
	margin: 0 9px 0 0;
	padding: 0 8px 0 0;
}

#navFooter a:link, #navFooter a:visited {
	color: #FFF;
	text-decoration: none;
}
#navFooter a:active, #navFooter a:hover {
}
