@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	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 {
	font-size: 24px;
	color:#706F73;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	margin: 10px 0 10px 0;
	font-size: 18px;
	color:#706F73;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	margin: 0;
	font-size: 16px;
	color:#706F73;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	margin: 0;
	font-size: 14px;
	color:#706F73;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	font-size: 13px;
	color:#706F73;
	font-weight: bold;
	text-decoration: none;
}
h6 {
	font-size: 12px;
	color:#706F73;
	font-weight: bold;
	text-decoration: none;
}
p {
	font-size: 11px;
	color:#706F73;
	font-weight: normal;
	text-decoration: none;
}

/* Main container div */
.oneColFixCtrHdr #container {
	width: 1000px;
	background: #FFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #F4F4F4;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* [ Header ] */
.oneColFixCtrHdr #header {
	background: #FFF; 
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 0;
}
#header-left {
	float: left;
	width: 350px;
	height: 100px;
	padding: 0;
	margin: 0;
}
#header-left img {
	border: none;
}
#header-right {
	float: right;
	width: 650px;
	height: 100px;
	padding: 0;
	margin: 0;
}
#header-right-top {
	width: 650px;
	height: 59px;
	padding: 0;
	margin: 0;
}
/* Navigation menu links */
#nav-menu {
	width: 650px;
	height: 41px;
	padding: 0;
	margin: 0;
}
#nav-menu ul {
	/*float: right;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu li {
	float: left;
	display: block;
	height: 38px !important;
	height: 38px;
	margin: 0;
	padding: 0;
}
#nav-menu li img {
	border-top: none;
	border-right: none;
	border-bottom: 3px solid #FFF;
	border-left: none;
}

#nav-menu li img.nav-link:hover {
	border-bottom: 3px solid #ED3024;
}
#nav-menu li #navSelected {
	border-bottom: 3px solid #ED3024;
}

/* Search, Login and Cart Summary area */
#subheader {
	width: 1000px;
	height: 41px;
	padding: 0;
	margin: 4px 0 6px 0;
}
#subheader-left {
	float: left;
	width: 199px;
	height: 41px;
	padding: 0;
	margin: 0 1px 0 3px !important;
	margin: 0 1px 0 2px;
	background-color: #D4D3D3;
}
#subheader-right {
	float: left;
	width: 792px;
	/*width: 794px;*/
	height: 39px;
	/*height: 41px;*/
	padding: 0;
	margin: 0;
	background-color: #EFEFEF;
	border: 1px solid #E5E5E5;
}



/* [ Main Content ] */
.oneColFixCtrHdr #mainContentWrapper {
	padding: 0;
	background: #FFF;
}

#leftSidebar {
	float: left;
	width: 209px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}

#mainContent {
	float: left;
	width: 791px;
	margin: 0 0 15px 0;
	padding: 0;
}
#subContent {
	float: left;
	width: 781px;
	margin: 0 0 15px 0;
	padding: 0;
}

#homeBanner {
	float: left;
	width: 518px;
	height: 173px;
	margin: 0;
	padding: 0;
	border: none;
}
#homeNewsSummary {
	float: left;
	width: 253px;
	height: 173px;
	margin: 0 0 0 10px;
	padding: 0;
}

.newsSummaryItem {
	padding: 16px 0 5px 0;
	margin: 0;
	font-size: 11px;
	color:#706F73;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #706F73;
}
.newsSummaryItem a {
	font-size: 11px;
	color:#706F73;
	font-weight: normal;
	text-decoration: none;
}
.newsSummaryItem a:hover {
	font-size: 11px;
	color:#706F73;
	font-weight: normal;
	text-decoration: underline;
}
#homeSpecialsTable {
	margin: 10px 0 0 0;
}
.homeSpecialTopTD {
	margin: 0;
	padding: 0;
	background-image: url(homeprod-top.jpg);
	background-repeat: no-repeat;
}
.homeSpecialBottomTD {
	margin: 0;
	padding: 0;
	background-image: url(homeprod-bottom.jpg);
	background-repeat: no-repeat;
}
.homeSpecialMainTD {
	margin: 0;
	padding: 0;
	background-image: url(homeprod-main.jpg);
	background-repeat: no-repeat;
}
.specialImage {
	border: 1px solid #DEDEDE;
	width: 100px;
	height: 100px;
}
.specialInfoWrapper {
	height: 110px;
}
.specialName {
	font-size: 11px;
	font-weight: bold;
	color: #646266;
	text-decoration: none;
}
.specialName a {
	font-size: 11px;
	font-weight: bold;
	color: #646266;
	text-decoration: none;
}
.specialName a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #646266;
	text-decoration: underline;
}
.specialText {
	font-size: 11px;
	font-weight: normal;
	color: #646266;
	text-decoration: none;
}
.specialPrice {
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #F03023;
	text-decoration: none;
}
#homeText {
	float: left;
	width: 518px;
	margin: 15px 10px 0 0;
	padding: 0;
	/*overflow:auto;*/
}
#homeDownloadCentre {
	float: left;
	width: 253px;
	height: 173px;
	margin: 25px 0 0 0;
	padding: 0;
}
#homeDownloadCentre img {
	border: none;
}

/* [ Footer ] */
.oneColFixCtrHdr #footer {
	height: 33px;
	padding: 0 10px;
	background: #717073;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a:hover {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
#footer-left {
	float: left;
	width: 200px;
}
#footer-left a {
	margin-right: 20px;
}
#footer-right {
	float: right;
	width: 750px;
	text-align: right;
}

/* [ category_menu widget styles ] */
#categoryMenuWrapper {
	width: 187px;
	/* IE 6 min-height hack */
	min-height: 405px;
	height: auto !important;
	height: 405px;
	padding: 6px;
	margin: 0 7px 0 3px;
	background-color: #F4F4F4;
}
.menuTreeLevel1 {
	font-size: 11px;
	font-weight: bold;
	color: #646266;
	text-decoration: none;
	margin: 5px 0 2px 0;
}
.menuTreeLevel1 a {
	color: #646266;
	font-weight: bold;
	text-decoration: none;
}
.menuTreeLevel1 a:hover {
	color: #646266;
	text-decoration: underline;
}
.menuTreeLevel2 {
	font-size: 11px;
	font-weight: bold;
	color: #646266;
	text-decoration: none;
	margin: 2px 0 2px 15px;
}
.menuTreeLevel2 a {
	color: #646266;
	font-weight: bold;
	text-decoration: none;
}
.menuTreeLevel2 a:hover {
	color: #646266;
	text-decoration: underline;
}
.menuTreeLevel3 {
	font-size: 11px;
	font-weight: bold;
	color: #646266;
	text-decoration: none;
	margin: 2px 0 2px 30px;
}
.menuTreeLevel3 a {
	color: #646266;
	font-weight: bold;
	text-decoration: none;
}
.menuTreeLevel3 a:hover {
	color: #646266;
	text-decoration: underline;
}
.menuTreeLevel1 img, .menuTreeLevel2 img, .menuTreeLevel3 img {
	border: 0;
	margin: 0 5px 0 0;
}

/* Left sidebar feature placeholder 1 */
#leftSidebarFeature1 {
	width: 190px;
	padding: 0;
	margin: 40px auto 5px auto;
	background-color: #FFF;
}
#Feature1Header {
	font-size: 10px;
	color:#706F73;
	font-weight: bold;
	text-decoration: none;
}
#Feature1Link {
	font-size: 9px;
	color:#706F73;
	font-weight: normal;
	text-decoration: underline;
}
#Feature1Link a {
	font-size: 9px;
	color:#706F73;
	font-weight: normal;
	text-decoration: underline;
}
#Feature1Link a:hover {
	font-size: 9px;
	color:#706F73;
	font-weight: normal;
	text-decoration: underline;
}
#leftSidebarFeature1 img {
	border: none;
}

/* Left sidebar feature placeholder 2 */
#leftSidebarFeature2 {
	width: 190px;
	padding: 0;
	margin: 5px auto 15px auto;
	background-color: #FFF;
}
#Feature2Header {
	font-size: 10px;
	color: #706F73;
	font-weight: bold;
	text-decoration: none;
}
#Feature2Link {
	font-size: 9px;
	color: #706F73;
	font-weight: normal;
	text-decoration: underline;
}
#Feature2Link a {
	font-size: 9px;
	color: #706F73;
	font-weight: normal;
	text-decoration: underline;
}
#Feature2Link a:hover {
	font-size: 9px;
	color: #706F73;
	font-weight: normal;
	text-decoration: underline;
}
#leftSidebarFeature2 img {
	border: none;
}
/* Left sidebar Camtech Link */
#leftSidebarCamtech {
	width:190px;
	padding:0;
	margin:0 auto 15px auto;
	background-color: #FFF;
}

/* [ Shopping Cart styles ] */

/* Summary Cart */
#cartsummary {
	float: right;
	width: 150px;
	height: 15px;
	margin: 10px 10px 0 0;
	font-size: 11px;
	color: #2D2D2D;
	font-weight: normal;
	text-decoration: none;
}
#cartsummary a {
	font-size: 11px;
	color: #2D2D2D;
	font-weight: normal;
	text-decoration: none;
}
#cartsummary a:hover {
	font-size: 11px;
	color: #2D2D2D;
	font-weight: normal;
	text-decoration: underline;
}
#cartsummary img {
	border: none;
	padding: 0;
	margin: 0 2px 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;
}

/* [ Navigation/Category crumb trail styles ] */
#catTrail {
	width: 548px;
	text-align: left;
	margin:15px 0 0 5px;
}
.crumbs {
	font-size: 13px;
	font-weight: bold;
	color: #5B5B5B;
	text-decoration: none;
}
.crumbs a {
	font-size: 13px;
	font-weight: bold;
	color: #5B5B5B;
	text-decoration: none;
}
.crumbs a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #5B5B5B;
	text-decoration: underline;
}
.crumbsSub {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #7B7B7B;
	text-decoration: none;
}
.crumbsSub a {
	font-size: 12px;
	font-weight: bold;
	color: #7B7B7B;
	text-decoration: none;
}
.crumbsSub a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #7B7B7B;
	text-decoration: underline;
}
.searchText {
	font-size: 12px;
	font-weight: normal;
	color:#3A3A3A;
	text-decoration: none;
}

/* [ 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;
	width: 175px;
	text-align: center;
}
#productListThumbnail a img {
	/*width: 100px;*/
	margin: auto;
	border: none;
}
#productListDetails {
	float: left;
	width: 425px;
}
/*#productListDetails p {
	margin: 0;
	padding: 0;
}*/
.productListTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color:#6B6B6B;
	text-decoration: none;
}
.productListTitle a {
	font-size: 13px;
	font-weight: bold;
	color: #6B6B6B;
	text-decoration: none;
}
.productListTitle a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #6B6B6B;
	text-decoration: underline;
}
.productListText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #6B6B6B;
	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:#069;
	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: #069;
	text-decoration: none;
}
.productListPriceIncGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}

.productListQtyInput {
	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;
}
.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: 450px;
}

.productDetailTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}
.productDetailText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color:#000;
	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:#069;
	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: #069;
	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: #069;
	text-decoration: none;
}

#productDetailImagesWrapper {
	float: left;
	margin: 0;
	padding: 0;
	width: 310px;
}
#productDetailImage {
	margin: 0 0 5px 0;
	padding: 0;
}
#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: #000;
	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: #069;
	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: #069;
	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;
}

/* [ News styles ] */
div#news {
	margin: 0;
	padding: 0;
}
/*div#news h2 {
	margin: 0;
	padding: 0 0 10px 0;
}*/
div#newsdate {
	float: left;
	width: 125px;
	margin: 0;;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color:#706F73;
	text-decoration: none;
}
div#newscontent {
	float: left;
	width: 640px;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color:#706F73;
	text-decoration: none;
}
div#newscontent a {
	font-weight: normal;
	color:#706F73;
	text-decoration: none;
}
div#newscontent a:hover {
	font-weight: normal;
	color:#706F73;
	text-decoration: underline;
}

div#newscontent .newsMore {
	font-weight: normal;
	color:#0066CC;
	text-decoration: none;
}
div#newscontent .newsMore a {
	font-weight: normal;
	color:#0066CC;
	text-decoration: none;
}
div#newscontent .newsMore a:hover {
	font-weight: normal;
	color:#0066CC;
	text-decoration: underline;
}


/* [ Form styles ] */
form {
	margin: 0;
	padding: 0;
}
.formbuttons {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	height: 19px !important;
	height: 21px;
	background-color: #ED3024;
	border: 1px solid #E50909;
	background-image: url(button-gradient-bg.gif);
	background-repeat: repeat-x;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.forms {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	height: 16px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.formsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	height: 16px;
	border: 1px solid #ED3024;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
select.forms, select.formsSelected {
	width: 140px;
	height: 22px !important;
	height: 22px;
}
.qtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px;
	height: 16px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.qtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px;
	height: 16px;
	border: 1px solid #ED3024;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}

/*  Search Form  */
#simpleSearchWrapper {
	width: 190px;
	height: 24px;
	margin: 6px auto 0 auto;
	padding: 0;
	vertical-align: middle;
}
.simpleSearchField {
	font-size: 12px;
	font-weight: normal;
	color: #5B5B5B;
	width: 121px;
	/*width: 125px;*/
	height: 18px;
	/*height: 22px;*/
	border: none;
	background-color: #F1F1F1;
	padding: 2px;
	margin: 0;
	vertical-align: middle;
}
.simpleSearchButton {
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 56px;
	height: 22px;
	background-color: #D4D3D3;
	border: none;
	cursor: pointer;
}

/*  Login Form  */
#loginWrapper {
	float: left;
	width: 600px;
	height: 39px !important;
	height: 34px;
	padding-top: 0 !important;
	padding-top: 5px;
	margin: 0;
	
}
#loginForm {

}
.loginformbutton {
	border: none;

	cursor: pointer;
	margin: 0 0 0 5px;
	padding: 0;
	line-height: 39px !important;
	line-height: 34px;
	vertical-align: middle;
}
.loginform {
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	width: 138px;
	/*width: 142px;*/
	height: 16px;
	/*height: 20px;*/
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.loginformSelected {
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	width: 138px;
	/*width: 142px;*/
	height: 16px;
	/*height: 20px;*/
	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;
	line-height: 39px !important;
	line-height: 34px;
	vertical-align: middle;
}
.loggedinUser {
	margin: 0 0 0 40px;
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	text-decoration: none;
	line-height: 39px !important;
	line-height: 34px;
	vertical-align: middle;
}
.loggedinLinks {
	margin: 0 0 0 40px;
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	text-decoration: none;
	line-height: 39px !important;
	line-height: 34px;
	vertical-align: middle;
}
.loggedinLinks a {
	font-size: 11px;
	font-weight: normal;
	color: #706F73;
	text-decoration: underline;
	line-height: 39px !important;
	line-height: 34px;
	vertical-align: middle;
}
.loggedinLinks a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #ED3024;
	text-decoration: underline;
	line-height: 39px !important;
	line-height: 34px;
	vertical-align: middle;
}
.forgotLogin {
	font-size: 10px;
	font-weight: normal;
	color: #706F73;
	text-decoration: none;
	padding: 0 0 0 5px;
	line-height: 39px !important;
	line-height: 34px;
	vertical-align: middle;
}
/* [ Contact Form styles ] */
#contactFormWrapper {
	margin: 0;
	padding: 0 0 10px 0;
}
#contactFormWrapper fieldset {
	border: 1px solid #EDEDED;
	padding: 10px;
	padding-top: 0;
}
#contactFormWrapper legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: normal;
	color: #5B5B5B;
	text-decoration: none;
}
#contactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 125px;
	font-size: 11px;
	font-weight: normal;
	color: #5B5B5B;
	text-decoration: none;
	text-align: right;
}
#contactFormWrapper input, #contactFormWrapper select, #contactFormWrapper textarea {
	margin: 5px 0 0 0;
}
#contactFormWrapper select#Country {
	width: 140px;
}
#contactFormWrapper input#contactSubmit {
	margin: 5px 0 0 130px;
}
#contactFormWrapper textarea {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#contactAddress {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #EDEDED;
}

/* [ Registration Form styles ] */
#registrationFormWrapper {
	margin: 0px;
	padding: 10px 0 10px 0;
}
#registrationFormWrapper fieldset {
	border: 1px solid #EDEDED;
	padding: 10px;
	padding-top: 0;
}
#registrationFormWrapper legend {
	font-size: 13px;
	font-weight: normal;
	color: #5B5B5B;
	text-decoration: none;
}
#registrationFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #5B5B5B;
	text-decoration: none;
	text-align: right;
}
#registrationFormWrapper input, #registrationFormWrapper select, #registrationFormWrapper textarea {
	margin: 5px 0 0 0;
}
#registrationFormWrapper select#Country, #registrationFormWrapper select#StateAU, #registrationFormWrapper select#StateUS, #registrationFormWrapper input#StateOther {
	width: 140px;
}
#registrationFormWrapper textarea {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#registrationFormWrapper input#registrationSubmit {
	margin: 5px 0 0 140px;
}


/* [ Account Menu styles ] */
.AMLineBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #717073;
}
.AMLineTopRightLeft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #717073;
	border-right-color: #717073;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #717073;
	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: #706F73;
	font-weight: bold;
}
.ManageAddressTitle {
	font-size: 12px;
	color: #706F73;
	font-weight: bold;
}
.AMSubBoxes {
	border: 1px solid #717073;
	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-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ED3024;
	text-decoration: none;
}
.orderProgress {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #706F73;
	text-decoration: none;
}
.orderProgress a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #706F73;
	text-decoration: none;
}
.orderProgress a:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #706F73;
	text-decoration: underline;
}
.purchaseTitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #706F73;
	text-decoration: none;
}
.inrowH, .inRowH {
	font-size: 11px;
	font-weight: bold;
	color: #706F73;
	text-decoration: none;
}
.formsPaymentNotes {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	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: #000;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #ED3024;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
#CCExpiryMonth {
	width: 65px;
	margin: 0 5px 0 0;
}
#CCExpiryYear {
	width: 65px;
}

#SpecialInstructions {
	width: 250px;
	height: 75px !important;
	height: 75px;
}

.locationMap {
	float: left;
	width: 430px;
	text-align: left;
	font-size: 11px;
	color: #706F73;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 0 10px;
}
.locationAddress {
	float: left;
	width: 175px;
	margin: 0 0 0 10px;
	font-size: 11px;
	color: #706F73;
	font-weight: normal;
	text-decoration: none;
}

.zoneMap {
	float: left;
	width: 500px;
	height: 500px;
	text-align: left;
	font-size: 11px;
	color: #706F73;
	font-weight: normal;
	text-decoration: none;
	margin: 15px 0 0 10px;
	border: 1px solid #666;
}
.zoneDetails {
	float: left;
	width: 250px;
	margin: 15px 0 0 10px;
	font-size: 11px;
	color: #706F73;
	font-weight: normal;
	text-decoration: none;
}
.zoneDetails img {
	width: 30px;
	height: 30px;
	margin: 0 6px 10px 0;
	border: none;
}
.ZoneKeyNames {
	font-size: 12px;
	color: #706F73;
	font-weight: bold;
	text-decoration: none;
}

/* [ General site styles ] */

/*.header {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color:#706F73;
	text-decoration: none;
}*/
.header {
	margin: 10px 0 10px 0;
	font-size: 18px;
	color:#706F73;
	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;
}
/* Account Menu - List Invoices */
#listInvoicesWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#listInvoicesWrapper h2 {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #CCC;
}
#listInvoicesWrapper h6 {
	margin: 10px 0;
}
#listInvoicesWrapper h6 span.noBold {
	font-size: 9px;
}
#listInvoicesWrapper p { }
#listInvoicesWrapper a:link { }
#listInvoicesWrapper a:visited { }
#listInvoicesWrapper a:hover { }
#listInvoicesWrapper a:active { }

#listInvoicesSearchBlock { /* Wrapper for delivery address details */
	margin: 10px 0;
	padding: 0;
}

#listInvoicesCheckboxes {
	height: 25px;
	margin: 0 0 15px 0;
	padding: 0;
}
#listInvoicesCheckboxes input {
	float: left;
	width: 15px;
	line-height: 25px;
	margin: 6px 5px 0 0;
	vertical-align: middle;
}
#listInvoicesCheckboxes label {
	float: left;
	width: 60px;
	line-height: 25px;
	text-align: left;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 11px;
	color: #706F73;
	text-decoration: none;
	
}

#searchInvoicesSumbit {
	margin: 0 0 0 10px;
	padding: 0;
	width: auto;
	height: auto;
}

#listInvoicesList {
	margin: 10px 0 0 0;
	padding: 0;
}
#listInvoicesListTable { }
#listInvoicesListTitleTR {
	background-color: #F5F5F5;
}
.listInvoicesListSubtitle {
	font-size: 11px;
	color: #646266;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.listInvoicesListValue {
	height: 30px;
	font-size: 11px;
	color: #646266;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
}
.listInvoicesListValue a { }
.listInvoicesListValue a:hover { }

p#listInvoicesStatusMessage { }
p#listInvoicesNoInvoicesMessage {
	margin: 20px 0;
	padding: 0;
	font-weight: bold;
}

/* View Invoice page */

#viewInvoiceWrapper {

}

/* change the following to override default styles */
#viewInvoiceWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#viewInvoiceWrapper h6 {
	margin: 5px 0;
}
#viewInvoiceWrapper p { }
#viewInvoiceWrapper a:link { }
#viewInvoiceWrapper a:visited { }
#viewInvoiceWrapper a:hover { }
#viewInvoiceWrapper a:active { }

p#viewInvoiceBackLink {
	text-align: right;
}

#invoiceHeader {
	padding: 10px;
	width: 750px;
}
#invoiceHeaderLeft {
	float: left;
	width: 350px;
}
#invoiceHeaderRight {
	float: left;
	width: 350px;
}
p.invoiceLabel {
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	font-size: 11px;
	color: #646266;
	font-weight: bold;
	text-decoration: none;
}
p.invoiceValue {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #646266;
	font-weight: normal;
	text-decoration: none;
}
#invoiceShipToAddress p.invoiceLabel, #invoiceShipToContact p.invoiceLabel {
	float: left;
	margin: 0;
	padding: 0;
	width: 350px;
	font-size: 11px;
	color: #646266;
	font-weight: bold;
	text-decoration: none;
}
#invoiceShipToAddress p.invoiceValue, #invoiceShipToContact p.invoiceValue {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #646266;
	font-weight: normal;
	text-decoration: none;
}

#invoiceImportantDetails { }
#invoiceOtherDetails { }

#invoiceShipToContact{
	float: left;
	width: 275px;
	margin-bottom: 10px;
}
#invoiceShipToAddress {
	float: left;
	width: 275px;
}
#invoiceLineItemTable {
	width: 100%;
	margin: 15px 0 0 0;
}

#invoiceLineItemTitleTR {
	background-color: #F5F5F5;
}

.invoiceLineItemSubtitle {
	font-size: 11px;
	color: #646266;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.invoiceLineItemValue {
	font-size: 11px;
	color: #646266;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
}
.invoiceLineItemTotalSubtitle {
	font-size: 11px;
	color: #646266;
	font-weight: bold;
	text-decoration: none;
}
.invoiceLineItemTotalValue {
	font-size: 11px;
	color: #646266;
	font-weight: normal;
	text-decoration: none;
}
