@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #646266;
}

/* =====[ General styles ]===== */
a:link { 
	color: #706F73;
	text-decoration: none;
}
a:visited { 
	color: #706F73;
	text-decoration: none;
}
a:hover { 
	color: #ED3024;
	text-decoration: underline;
}
a:active { 
	color: #ED3024;
	text-decoration: none;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color:#2A2A85;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color:#2A2A85;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	margin: 0;
	font-size: 15px;
	color:#2A2A85;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	margin: 0;
	font-size: 14px;
	color:#2A2A85;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	font-size: 13px;
	color:#2A2A85;
	font-weight: bold;
	text-decoration: none;
}
h6 {
	font-size: 12px;
	color:#D51A21;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 5px 0;
}
p {
	font-size: 11px;
	color:#706F73;
	font-weight: normal;
	text-decoration: none;
}

/* Main container div */
.oneColFixCtrHdr #container {
	width: 975px;
	background: #FFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* =====[ Header ]===== */

#header-top {
	background: #FFF; 
	padding: 0;
	margin: 0;
	height: 143px;
	width: 975px;
	background-image: url(header-top-bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#header-top-upper {
	height: 68px;
}

#header-top-lower {
	height: 75px;
}

#header-top-lower-left {
	float: left;
	/*width: 530px;*/
	width: 300px;
	height: 75px;
	padding: 0;
	/*margin: 30px 0 0 300px;*/
	margin: 00;
}
#header-top-lower-right {
	float: right;
	width: 145px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#header-top-lower-right  img {
	border: none;
	margin: 10px 10px 0 0;
	width: 98px;
	height: 60px;
}
#header-bottom {
	background: #FFF; 
	padding: 0;
	margin: 0;
	height: 84px;
	width: 975px;
}
#header-bottom-left {
	float: left;
	height: 84px;
	width: 197px;
	background-image: url(header-search-bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#header-bottom-right {
	float: left;
	height: 84px;
	width: 778px;
	
}
#header-bottom-right-upper {
	height: 43px;
	width: 778px;
	margin: 0 0 6px 0;
	padding: 0;
	background-image: url(header-navmenu-bg.gif);
	background-position: left;
	background-repeat: repeat-x;
}
#header-bottom-right-lower {
	height: 35px;
	width: 778px;
	margin: 0;
	padding: 0;
	background-color: #EFEFEF;
}


/* Navigation menu links */
#nav-menu {
	width: 778px;
	height: 43px;
	padding: 0;
	margin: 0;
}
#nav-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu li {
	float: left;
	display: block;
	width: 88px;
	height: 43px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	background-image:url(navmenu-button.gif);
	background-repeat:no-repeat;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu li.double-line a {
	height: 37px;
	padding-top: 6px;
	line-height: 13px;
}
#nav-menu li a {
	display: block;
	height: 43px;
	/*padding: auto 0;*/
	padding-left: 0;
	padding-right: 0;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu li a:hover {
	font-size: 11px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
}

#nav-menu ul #navSelected a {
	font-size: 11px;
	color:#FFCC00;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}


/* =====[ Main Content ]===== */
.oneColFixCtrHdr #mainContentWrapper {
	width: 975px;
	padding: 0;
	margin: 0;
	background: #FFF;
}

#leftSidebar {
	float: left;
	width: 197px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	/*background-image: url(CatMenuBG.gif);
	background-repeat: repeat-y;*/
}

#mainContent {
	float: left;
	width: 758px;
	margin: 10px;
	padding: 0;
}
#subContent {
	float: left;
	width: 758px;
	margin: 0;
	padding: 0;
}

#homeBanner {
	float: left;
	width: 755px;
	height: 173px;
	margin: 0;
	padding: 0;
	border: none;
}

#featuredProductsWrapper {
	margin: 0;
	padding: 0;
}
.featuredProduct {
	float: left;
	width: 370px;
	height: 160px;
	padding:0;
	margin: 0 5px 10px 0;
	border-bottom: 1px solid #EAEAEA;
}
.featuredProductTitle {
	/*float: left;*/
	width: 360px;
	height: 30px;
	/*line-height: 30px;*/
	font-size: 11px;
	color: #2A2A85;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 5px;
}
.featuredProductTitle a {
	font-size: 11px;
	color: #2A2A85;
	font-weight: bold;
	text-decoration: none;
}
.featuredProductTitle a:hover {
	font-size: 11px;
	color: #2A2A85;
	font-weight: bold;
	text-decoration: none;
}

.featuredProductThumb {
	float: left;
	width: 120px;
	height: 130px;
	text-align: center;
}
.featuredProductThumb img {
	/*width: 100px;
	height: 100px;*/
	margin: 0 auto;
}
.featuredProductPrice {
	/*float: left;*/
	width: 240px !important;
	width: 230px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	color: #D61A21;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 5px;
}
.featuredProductInfo {
	float: left;
	width: 240px !important;
	width: 230px;
	height: 115px;
	padding: 10px 5px 5px 5px;
	font-size: 11px;
	color: #8E8E8E;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
.featuredProductInfo p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #8E8E8E;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
#homeBanner {
	height: 86px;
	margin: 0 0 10px 0;
	padding: 0;
}
#homeBanner img {
	border: none;
	margin: 0;
}

/* ===== Main category menu ===== */
#catMenuBottomImage {
	width: 180px;
	height: 15px;
	margin: 0 0 0 17px;
	padding: 0;
	background-image:url(CatMenuBottom.gif);
	background-repeat:no-repeat;
}
#catMenu {
	width: 180px;
	margin: 0 0 0 17px;
	padding: 0;
	background-color:#2C2C9B;
	background-image:url(CatMenuBG.gif);
	background-repeat: repeat-y;
}
#catMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#catMenu li {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	padding: 0 14px;
	margin: 0;
}
#catMenu li a {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	display: block;
	height: auto !important;
	/*height: 27px;*/
	height: 17px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 5px 0;
	border-bottom: 1px dashed #FFF;
}
#catMenu li a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #4D4DCC;
}
#currentCat { /* Currently selected/active category - keeps the menu item highlighted */
	color: #FFF;
	background-color: #4D4DCC;
}
.catMenuTitle {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 0 0 20px 14px;
}

/* =====[ category_list ]===== */

#categoryListWrapper { /* Overall category list wrapper */
	width: 725px;
	margin: 0;
	padding: 15px 10px 10px 10px;
}

/* change the following to override default styles */
#categoryListWrapper h2 { }
#categoryListWrapper p { }
#categoryListWrapper a:link { }
#categoryListWrapper a:visited { }
#categoryListWrapper a:hover { }
#categoryListWrapper a:active { }

.catCrumbTrail {
	font-size: 13px;
	font-weight: bold;
	color: #2A2A85;
	text-decoration: none;
}
.catCrumbTrail a {
	font-size: 13px;
	font-weight: bold;
	color: #2A2A85;
	text-decoration: none;
}
.catCrumbTrail a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #2A2A85;
	text-decoration: underline;
}

/* Override the above catCrumbTrail styles */
#cat1CrumbTrail {}
#cat2CrumbTrail {}
#cat3CrumbTrail {}


#cat1Intro {} /* override default <p> style */
#cat2Intro {} /* override default <p> style */

/* Category UL and LI styles */
.categorySubUL {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.categorySubLI {
	font-size: 12px;
	color: #676767;
	text-decoration: none;
	padding: 3px 20px 3px 0;
	margin: 0;
}
.categorySubLI a {
	font-size: 12px;
	color: #676767;
	text-decoration: none;
}
.categorySubLI a:hover {
	font-size: 12px;
	color: #676767;
	text-decoration: underline;
}
.categorySubLI img {
	margin: 0 5px 0 0;
}

.searchText {
	font-size: 13px;
	font-weight: bold;
	color:#D51920;
	text-decoration: none;
}



/* =====[ Footer ]===== */
.oneColFixCtrHdr #footer {
	height: 68px;
	margin: 10px 0 0 17px;
	padding: 0;
	background: #FFF;
	border-top: 1px solid #E1DFDB;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
	color: #8E8E8E;
	font-weight: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a {
	font-size: 11px;
	color: #8E8E8E;
	font-weight: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a:hover {
	font-size: 11px;
	color: #8E8E8E;
	font-weight: normal;
	text-decoration: underline;
}
#footer-left {
	float: left;
	width: 450px;
}
#footer-right {
	float: right;
	width: 450px;
	text-align: right;
}





/* =====[ Shopping Cart styles ]===== */

/* Summary Cart */
#cartsummary {
	float: right;
	width: 175px;
	height: 30px;
	margin: 38px 10px 0 0;
	font-size: 11px;
	color:#D61A21;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
#cartsummary a {
	font-size: 11px;
	color:#D61A21;
	font-weight: normal;
	text-decoration: none;
}
#cartsummary a:hover {
	font-size: 11px;
	color:#D61A21;
	font-weight: normal;
	text-decoration: underline;
}
#cartsummary img {
	border: none;
	padding: 0;
	margin: 0 10px 0 0;
}

/* Full cart */
.FullCartSubtitle {
	font-size: 11px;
	font-weight: bold;
	color:#444;
	background-color:#CCC;
	text-decoration: none;
}
.FullCartValue {
	font-size: 11px;
	font-weight: normal;
	color:#444;
	text-decoration: none;
}
.FullCartTitle {
	font-size: 12px;
	font-weight: bold;
	color:#444;
	text-decoration: none;
}
.removeCart {
	font-size: 12px;
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
}
.removeCart a {
	font-size: 12px;
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
}
.removeCart a:hover {
	font-size: 12px;
	font-weight: bold;
	color:#FF0000;
	text-decoration: underline;
}

/* =====[ Paging control styles ]===== */
#pager {
	float: right;
	width: 230px;
	text-align: right;
}
.pageNumbers, .pageNumbers a {
	font-size: 11px;
	color:#7B7B7B;
	text-decoration: none;
}
.pageNumbers a:hover {
	font-size: 11px;
	color:#7B7B7B;
	text-decoration: underline;
}
.pageNP, .pageNP a {
	font-size: 11px;
	font-weight: normal;
	color:#7B7B7B;
	text-decoration: none;
}
.pageNP a:hover {
	font-size: 11px;
	font-weight: normal;
	color:#7B7B7B;
	text-decoration: underline;
}
.perPageSelect {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	height: 18px;
	border: 1px solid #7B7B7B;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.perPageSelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	height: 18px;
	border: 1px solid #ED3024;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}


/* [ product_list ] */

#productListWrapper { /* Overall Product List wrapper - overrides "subContent" class */
	padding-top: 15px;
}

ul#productList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#productList li {
	float: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #EEEEEE;
}
#productListThumbnail {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 110px;
	text-align: center;
}
#productListThumbnail a img {
	/*width: 100px;*/
	margin: 0 auto;
	border: none;
}
#productListDetails {
	float: left;
	width: 475px;
}
/*#productListDetails p {
	margin: 0;
	padding: 0;
}*/
.productListTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color:#2A2A85;
	text-decoration: none;
}
.productListTitle a {
	font-size: 13px;
	font-weight: bold;
	color: #2A2A85;
	text-decoration: none;
}
.productListTitle a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #2A2A85;
	text-decoration: underline;
}
.productListText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	text-decoration: none;
}

#productListCartBlock { /* Contains the product prices and add to cart/more info buttons etc */
	float: left;
	width: 150px;
	text-align: right;
	
}
.productListPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color:#d51a21;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}
.productListPriceExGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #d51a21;
	text-decoration: none;
}
.productListPriceIncGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #d51a21;
	text-decoration: none;
}

.productListQtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	width: 24px;
/*	height: 12px !important;
	height: 16px;*/
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding: 2px;
	margin: 10px 0 0 0;
}
.productListQtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px;
/*	height: 12px !important;
	height: 16px;*/
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding: 2px;
	margin: 10px 0 0 0;
}

/* [ product_detail ] */
#productDetailWrapper { /* Overall Product Detail wrapper - overrides "subContent" class */
	padding-top: 15px;
}
#productDetailInfo {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 290px;
}

.productDetailTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color:#2A2A85;
	text-decoration: none;
}
.productDetailText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color:#706F73;
	text-decoration: none;
}

#productDetailPriceOptions {}

#productDetailPriceWrapper {
	margin: 10px 0 0 0;
	padding: 0;
}
.productDetailPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color:#d51a21;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.productDetailPriceExGST { /* "ex GST" text next to price */
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #d51a21;
	text-decoration: none;
}
.productDetailPriceIncGST { /* "inc GST" text next to price */
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #d51a21;
	text-decoration: none;
}

#productDetailImagesWrapper {
	float: left;
	margin: 0;
	padding: 0;
	width: 450px;
}
#productDetailImage {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
}
#productDetailImage a img, #productDetailImage img {
	margin: 0;
	padding: 0;
	/*width: 310px;*/
	border: none;
}

/* extra product images */
.extraImageThumb {
	float: left;
	margin: 1px;
	padding: 0;
	border: none;
	cursor: pointer;
}
.extraImageThumb img, .extraImageThumb a img {
	width: 100px;
	border: none;
}

/* Product Addons - Product Detail page */
#productDetailAddonsWrapper {}

#productDetailAddonsWrapper h6 { /* modify default h6 style */
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px solid #CCC;
}
.productDetailAddon {
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
}
.productDetailAddonThumbnail {
	margin: 0 auto;
	width: 100px;
}
.productDetailAddonThumbnail a img {
	margin: 0;
	width: 100px;
	border: none;
}
.productDetailAddonTitle {
	margin: 0 0 10px 0;
	padding: 0;
	height: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #2A2A85;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.productDetailAddonPriceWrapper {
	margin: 10px 0;
	padding: 0;
	height: 75px;
}
.productDetailAddonPrice {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #d51a21;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.productDetailAddonPriceGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #d51a21;
	text-decoration: none;
}
.productDetailAddonCartStock {
	margin: 0;
	padding: 0;
	height: 25px;
	text-align: center;
	border-bottom: 1px solid #CCC;
}


select#productcodeSelect { /* Product Price Dropdown menu */
	width: 150px;
}
input#AddToCartSubmit {
	margin: 10px 0 0 5px;
	padding: 0;
	width: 70px;
}
input#AddToFavourites {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}
input#MoreInfo {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}
input#RequestInfo {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}
input.RequestInfo {
	margin: 5px 0 0 0;
	padding: 0;
	width: 105px;
}

.OutOfStockMessage {
	font-size: 11px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
}


/* =====[ Form styles ]===== */
form {
	margin: 0;
	padding: 0;
}
.formbuttons {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	height: 19px;
	background-color: #2C2C9B;
	border: 1px solid #2C2C9B;
	background-image:url(ButtonGradient-BG.gif);
	background-repeat: repeat-x;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.forms {
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	width: 135px;
	height: 12px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.formsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	width: 135px;
	height: 12px;
	border: 1px solid #ED3024;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
select.forms, select.formsSelected {
	height: 18px !important;
	height: 18px;
}
.qtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	width: 24px;
	height: 12px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.qtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	width: 24px;
	height: 12px;
	border: 1px solid #ED3024;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}

.compulsory {
	margin: 10px 0 0 0;
	font-size: 10px;
	color: #706F73;
	font-weight: normal;
	text-decoration: none;
}

/* ===== Search Form ===== */
#simpleSearchWrapper {
	width: 180px !important;
	width: 167px;
	height: 24px;
	margin: 38px 0 0 30px;
	padding: 0;
	vertical-align: middle;
}
.simpleSearchField {
	font-size: 11px;
	font-weight: normal;
	color: #8E8E8E;
	width: 102px;
	height: 18px;
	border: 1px solid #E1DFDB;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	vertical-align: middle;
}
.simpleSearchButton {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	width: 48px;
	height: 24px;
	background-color: #101054;
	border: none;
	cursor: pointer;
}

/* ===== Login Form ===== */
#loginWrapper {
	float: left;
	width: 650px;
	margin: 6px 0 0 10px !important;
	margin: 0;
	
}
.loginformbutton {
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	width: 48px;
	height: 20px;
	background-color: #919191;
	border: none;
	cursor: pointer;
}
.loginform {
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	width: 138px;
	height: 16px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding: 2px;
	margin:0 !important;
	margin: 5px 0 0 0;
}
.loginformSelected {
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	width: 138px;
	height: 16px;
	border: 1px solid #ED3024;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.loginlabel {
	font-size: 11px;
	font-weight: bold;
	color: #706F73;
	text-decoration: none;
	margin: 0 5px 0 8px;
}
.loggedinUser {
	margin: 15px 0 0 40px;
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	text-decoration: none;
}
.loggedinLinks {
	margin: 15px 0 0 40px;
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	text-decoration: none;
}
.loggedinLinks a {
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	text-decoration: underline;
}
.loggedinLinks a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #ED3024;
	text-decoration: underline;
}
.forgotLogin {
	font-size: 10px;
	font-weight: normal;
	color: #706F73;
	text-decoration: none;
	padding: 0 0 0 30px;
}


/* [ contact ] */
#contactWrapper { /* Overall contact page wrapper */
	margin: 0;
	padding: 0 10px 10px 10px;
}

/* change the following to override default styles */
#contactWrapper h2 { }
#contactWrapper p { }
#contactWrapper a:link { }
#contactWrapper a:visited { }
#contactWrapper a:hover { }
#contactWrapper a:active { }


#contactFormWrapper { /* Wrapper for contact form only */
	margin: 0;
	padding: 0;
}
#contactFormWrapper fieldset {
	border: 1px solid #CCC;
	padding: 10px;
	padding-top: 0;
}
#contactFormWrapper legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #706F73;
	text-decoration: none;
}
#contactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 125px;
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	text-decoration: none;
	text-align: right;
}
#contactFormWrapper input, #contactFormWrapper select {
	margin: 5px 0 0 0;
	width: 135px;
	/*height: 18px !important;
	height: 18px;*/
}
#contactFormWrapper select#Country, #contactFormWrapper select#StateAU, #contactFormWrapper select#StateUS {
	width: 140px;
}
#contactFormWrapper input#contactSubmit { /* Contact Form submit button */
	margin: 5px 0 0 130px;
	padding: 2px;
	width: auto;
	height: auto;
}
#contactFormWrapper textarea {
	margin: 5px 0 0 0;
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#contactAddress {
	display: block; /* Change this to "none" to remove the address displayed at the top of the contact page */
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #CCC;
}
#contactAddress p {}

.contactMessage { /* Form introduction text and form successfully submitted message - will override default <p> style */

}
#contactUIMessage { /* UI Message style - override for Contact form */
	/*font-size: 11px;
	color: #F00;
	font-weight: bold;
	text-decoration: none;*/
}
#contactCompulsory { /* Compulsory field message style - override for Contact form */
	/*font-size: 10px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;*/
}

/* [ register ] */
#registrationWrapper { /* Overall registration page wrapper */
	margin: 0;
	padding: 0 10px 10px 10px;
}

/* change the following to override default styles */
#registrationWrapper h2 { }
#registrationWrapper p { }
#registrationWrapper a:link { }
#registrationWrapper a:visited { }
#registrationWrapper a:hover { }
#registrationWrapper a:active { }


#registrationFormWrapper { /* Overall registration page wrapper */
	margin: 0;
	padding: 0;
}
#registrationFormWrapper fieldset {
	border: 1px solid #CCC;
	padding: 10px;
	padding-top: 0;
}
#registrationFormWrapper legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #706F73;
	text-decoration: none;
}
#registrationFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 125px;
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	text-decoration: none;
	text-align: right;
}
#registrationFormWrapper input, #registrationFormWrapper select {
	margin: 5px 0 0 0;
	width: 135px;
}
#registrationFormWrapper select#Country, #registrationFormWrapper select#StateAU, #registrationFormWrapper select#StateUS, #registrationFormWrapper select#contactsource {
	width: 140px;
}
#registrationFormWrapper input#registrationSubmit {
	margin: 5px 0 0 130px;
	padding: 2px;
	width: auto;
	height: auto;
}
#registrationFormWrapper textarea {
	margin: 5px 0 0 0;
	width: 250px;
	height: 75px !important;
	height: 75px;
}

#registerMessage { /* Registration Form introduction text and form successfully submitted message - will override default <p> style */

}
#registerUIMessage { /* UI Message style - override for Register form */
	/*font-size: 11px;
	color: #F00;
	font-weight: bold;
	text-decoration: none;*/
}
#registerPasswordMessage { /* Registration Form Username and Password message (Please enter 5 characters...) - will override default <p> style */
	font-size: 10px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
#registerCompulsory { /* Compulsory field message style - override for Registration form */
	/*font-size: 10px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;*/
}


/* =====[ Account Menu styles ]===== */
.AMLineBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
.AMLineTopRightLeft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
	font-size: 11px;
	color: #706F73;
	padding-right: 5px;
	padding-left: 5px;
}
.AMLineTopRightLeft a{
	font-size: 11px;
	color: #706F73;
	text-decoration: none;
}
.AMLineTopRightLeft a:hover{
	font-size: 11px;
	color: #706F73;
	text-decoration: underline;
}
.AMSubtitle {
	font-size: 12px;
	color: #2A2A85;
	font-weight: bold;
}
.ManageAddressTitle {
	font-size: 12px;
	color: #2A2A85;
	font-weight: bold;
}
.AMSubBoxes {
	border: 1px solid #D61A21;
	font-size: 11px;
	color: #706F73;
	padding: 2px 5px 2px 5px;
}
.AMSubBoxes a{
	font-size: 11px;
	color: #706F73;
	text-decoration: none;
}
.AMSubBoxes a:hover{
	font-size: 11px;
	color: #706F73;
	text-decoration: underline;
}

/* =====[ Purchase Pages styles ]===== */
.orderProgressCurrent {
	font-size: 12px;
	font-weight: bold;
	color: #D61A21;
	text-decoration: none;
}
.orderProgress {
	font-size: 12px;
	font-weight: bold;
	color: #706F73;
	text-decoration: none;
}
.orderProgress a {
	font-size: 12px;
	font-weight: bold;
	color: #706F73;
	text-decoration: none;
}
.orderProgress a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #706F73;
	text-decoration: underline;
}
.purchaseTitle {
	font-size: 12px;
	font-weight: bold;
	color: #2A2A85;
	text-decoration: none;
}
.inrowH, .inRowH {
	font-size: 11px;
	font-weight: bold;
	color: #706F73;
	text-decoration: none;
}
.formsPaymentNotes {
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.formsPaymentNotesSelected {
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #ED3024;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}

/* =====[ General site styles ]===== */

/*.header {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color:#706F73;
	text-decoration: none;
}*/
.header {
	margin: 0 0 10px 0;
	font-size: 16px;
	color:#2A2A85;
	font-weight: bold;
	text-decoration: none;
}
.content {
	font-size: 11px;
	color: #706F73;
	font-weight: normal;
	text-decoration: none;
}
.content a {
	font-size: 11px;
	color: #706F73;
	font-weight: normal;
	text-decoration: none;
}
.content a:hover {
	font-size: 11px;
	color: #706F73;
	font-weight: normal;
	text-decoration: underline;
}
.contentSmall {
	font-size: 10px;
	color: #706F73;
	font-weight: normal;
	text-decoration: none;
}
.contentSmall a {
	font-size: 10px;
	color: #706F73;
	font-weight: normal;
	text-decoration: none;
}
.contentSmall a:hover {
	font-size: 10px;
	color: #706F73;
	font-weight: normal;
	text-decoration: underline;
}
.UIMessage {
	font-size: 11px;
	color: #ED3024;
	font-weight: bold;
	text-decoration: none;
}

.fltrt {
	float: right;
	margin: 0;
}
.fltlft {
	float: left;
	margin: 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
