@charset "utf-8";

body {
	font: 100% "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #7B7B7B;
	text-align: center;
}

/* [ General styles ] */
a:link {
	color: #069;
	text-decoration: none;
}
a:visited { 
	color: #069;
	text-decoration: none;
}
a:hover { 
	color: #069;
	text-decoration: underline;
}
a:active { 
	color: #F00;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	color: #7B7B7B;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	margin: 10px 0;
	font-size: 16px;
	color: #7B7B7B;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	margin: 0;
	font-size: 15px;
	color: #7B7B7B;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	margin: 0;
	font-size: 14px;
	color: #7B7B7B;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	font-size: 13px;
	color: #E8E8E8;
	font-weight: bold;
	text-decoration: none;
}
h6 {
	font-size: 12px;
	color: #7B7B7B;
	font-weight: bold;
	text-decoration: none;
}
p, ul, li {
	font-size: 12px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}

/* Main container div */
.oneColFixCtrHdr #container {
	width: 900px;
	background: #FFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* [ Header ] */
.oneColFixCtrHdr #header {
	background-color: #FFF; 
	width: 900px;
	/*height: 180px;*/
	padding: 0;
	margin: 5px 0 5px 0;
}
#header-left {
	float: left;
	width: 720px;
	/*height: 180px;*/
	padding: 0;
	margin: 0;
}

#header-right {
	float: right;
	width: 180px;
	height: 180px;
	padding: 0;
	margin: 0;
}
#header-right img {
	width: 135px;
	height: 180px;
	margin: 0 0 0 45px;
}

/* Navigation menu links */
#nav-menu {
	float: left;
	width: 720px;
	/*height: 195px;*/
	padding: 0;
	margin: 0;
}
#nav-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#nav-menu li {
	display: block;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	background-image: url(nav-underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 12px;
	color: #7B7B7B;
	font-weight: bold;
	text-decoration: none;
}

#nav-menu li a {
	display: block;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #7B7B7B;
	font-weight: bold;
	text-decoration: none;
}
#nav-menu li a:hover {
	display: block;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	background-color: #ED154B;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#nav-menu li #navSelected {
	font-size: 12px;
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}

#searchCartBlock {
	display: block;
	width: 720px;
	height: 24px;
	margin: 5px 0 10px 0;
	padding: 0 0 5px 0;
}

/* [ Main Content ] */
.oneColFixCtrHdr #mainContentWrapper {
	width: 898px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	border: 1px solid #464646;
	min-height:377px;
	height:auto !important;
	height:377px;
}

#leftSidebar {
	float: left;
	width: 175px;
	padding: 0;
	margin: 0;
	background-color: #464646;
}

#mainContent {
	float: left;
	width: 723px;
	margin: 0;
	padding: 0;
}
#subContent {
	float: left;
	width: 713px;
	margin: 0 0 10px 10px !important;
	margin: 0 0 10px 5px;
	padding: 0;
}
.subContent { /* Added for Account Menu compatibility - just a copy of the ID above */
	float: left;
	width: 713px;
	margin: 0 0 10px 10px !important;
	margin: 0 0 10px 5px;
	padding: 0;
}
#searchBlock {
	float: left;
	width: 350px;
	height: 24px;
}
#cartSummaryBlock {
	float: right;
	width: 350px;
	height: 24px;
}

#homeWelcomeText {
	width: 900px;
	margin: 0;
	padding: 10px 0;
}
#homeWelcomeText p {
	margin: 0;
	padding: 0;
}


/* Home Page Specials */
.homeSpecialWrapper {
	float: left;
	width: 168px;
	height: 200px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 1px solid #E8E8E8;
}
.s1 { margin-right: 13px; }
.s2 { margin-right: 12px; }
.s3 { margin-right: 12px; }
.s4 { margin-right: 13px; }
.s5 { margin-right: 0; }

.homeSpecialImageWrapper {
	width: 168px;
	height: 105px;
	margin: 5px 0 0 0;
	text-align: center;
}
.homeSpecialName {
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #7B7B7B;
	text-decoration: none;
}
.homeSpecialName a {
	margin: auto 0;
	font-size: 11px;
	font-weight: bold;
	color: #7B7B7B;
	text-decoration: none;
}
.homeSpecialName a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #7B7B7B;
	text-decoration: underline;
}

.specialsPriceBlock {
	height: 20px;
}
.homeSpecialPriceLabel {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #0A5890;
	text-decoration: none;
}
.homeSpecialPrice {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #E13A34;
	text-decoration: none;
}
.homeSpecialImage {
	margin: auto 0;
	padding: 0;
	border: none;
}
.specialsCartBlock  {
	height: 30px;
}
.specialsCartButton {
	width: 72px;
	height: 34px;
	margin: 0 0 0 5px;
	background-color: #E8E8E8;
	background-image: url(addtocart.gif);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

/* [ Footer ] */
.oneColFixCtrHdr #footer {
	height: 40px;
	margin: 30px 0 0 0;
	padding: 0;
	/*background-image: url(nav-underline.gif);
	background-position: top;
	background-repeat: repeat-x;*/
}
#footer p {
	margin: 0;
	padding: 0;
	line-height: 40px;
	font-size: 10px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}
#footer p a {
	font-size: 10px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}
#footer p a:hover {
	font-size: 10px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: underline;
}
#footer-left {
	float: left;
	width: 360px;
}
#footer-right {
	float: right;
	width: 530px;
	text-align: right;
}

/* [ category_menu_left ] */
#catMenu {
	margin: 10px;
	padding: 0;
	width: 155px;
}
#catMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#catMenu li {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding: 0;
}
#catMenu li a {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	display: block;
	/*height: auto !important;*/
	height: 24px;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 0;
}
#catMenu li a:hover {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	display: block;
	/*height: auto !important;*/
	height: 24px;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 0;
	background-color: #ED154B;
}
#currentCat { /* Currently selected/active category - keeps the menu item highlighted */
	color: #FFF;
	background-color: #ED154B;
}

/* [ account_menu_left ] */
#accountMenuLeft {
	margin: 10px;
	padding: 0;
	width: 155px;
}
#accountMenuLeft h4 {
	color: #F47324;
	margin: 0 0 5px 0;
	padding: 0;
}
#accountMenuLeft ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#accountMenuLeft li {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding: 0;
}
#accountMenuLeft li a {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	display: block;
	/*height: auto !important;*/
	height: 24px;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 0;
}
#accountMenuLeft li a:hover {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	display: block;
	/*height: auto !important;*/
	height: 24px;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 0;
	background-color: #F47324;
}
#accountMenuLeft li a#currentAccount { /* Currently selected/active category - keeps the menu item highlighted */
	color: #FFF;
	background-color: #F47324;
}
.cartHasItems {
	font-size: 10px;
	font-weight: bold;
	color: #FC0;
	text-decoration: none;
}


/* [ Shopping Cart styles ] */

/* Summary Cart */
#cartsummary {
	float: right;
	text-align: left;
	width: 150px;
	height: 15px;
	margin: 3px 0 0 0;
	font-size: 11px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}
#cartsummary a {
	font-size: 11px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}
#cartsummary a:hover {
	font-size: 11px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: underline;
}
#cartsummary img {
	border: none;
	padding: 0;
	margin: 0 5px 0 0;
}
.cartSummaryCheckoutTitle {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #7B7B7B;
	font-weight: bold;
	text-decoration: none;
}
.cartSummaryCheckoutTitle a {
	font-size: 11px;
	color: #7B7B7B;
	font-weight: bold;
	text-decoration: none;
}

.cartSummaryCheckoutTitle a:hover {
	font-size: 11px;
	color: #7B7B7B;
	font-weight: bold;
	text-decoration: underline;
}


/* Full Cart */
#fullCartWrapper { /* Overall Full Cart wrapper - overrides "subContent" class */

}
#fullCart {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #E8E8E8;
}
#fullCartWrapper h6 {  /* Full Cart title - override default h6 */
	margin: 0 0 5px 0;
	color: #7B7B7B;
}

.FullCartSubtitle {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #464646;
	text-decoration: none;
}
.FullCartValue {
	font-size: 11px;
	font-weight: normal;
	color:#7B7B7B;
	text-decoration: none;
}
.FullCartTotal {
	font-size: 11px;
	font-weight: bold;
	color:#7B7B7B;
	text-decoration: none;
}
.removeCart {
	font-size: 12px;
	font-weight: bold;
	color:#F00;
	text-decoration: none;
}
.removeCart a {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
.removeCart a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}

#fullCartNoItems {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color:#7B7B7B;
	text-decoration: none;
}

/* [ pager ] */
#pagerWrapper {
	float: right;
	margin: 5px 5px 5px 0;
	padding: 0;
	/*border-bottom: 1px solid #68B7ED;*/
	text-align: right;
}
#pagerTotalPages {
	float: left;
	margin: 3px 5px 0 0;
	padding: 0;
	font-size: 11px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}
#pagerItemsPerPage {
	float: left;
	margin: 3px 5px 0 0;
	padding: 0;
	font-size: 11px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}
#pagerItemsPerPageSelect {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
.perPageSelect {
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.perPageSelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	border: 1px solid #ED154B;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
#pagerPrevious {
	float: left;
	font-size: 11px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}
#pagerPrevious a {}
#pagerPrevious a:hover {}

#pagerPageSelectWrapper {
	float: right;
	margin: 0;
	padding: 0;
}
#pagerPageNumbersWrapper {
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
}
#pagerNext {
	float: left;
	font-size: 11px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}
#pagerNext a {}
#pagerNext a:hover {}

.pageNumbers {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 11px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}
.pageNumbers a {}
.pageNumbers a:hover {}

.pageNumberSelected {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 13px;
	color: #ED154B;
	font-weight: bold;
	text-decoration: none;
}

/* [ Navigation/Category crumb trail styles ] */
#catTrail {
	width: 700px;
	text-align: left;
	margin: 15px 0 0 5px;
}
.crumbs {
	font-size: 14px;
	font-weight: bold;
	color: #7B7B7B;
	text-decoration: none;
}
.crumbs a {
	font-size: 14px;
	font-weight: bold;
	color: #7B7B7B;
	text-decoration: none;
}
.crumbs a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #7B7B7B;
	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: 14px;
	font-weight: bold;
	color: #ED154B;
	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 #E8E8E8;
}
#productListThumbnail {
	float: left;
	margin: 0 10px 0 0;
	width: 110px;
	text-align: center;
}
#productListThumbnail a img {
	width: 100px;
	margin: 0 auto;
	border: none;
}
#productListDetails {
	float: left;
	width: 438px;
}
/*#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;
	border: 1px solid #464646;
	background-color: #FFF;
	padding: 2px;
	margin: 10px 0 0 0;
}
.productListQtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px;
	border: 1px solid #ED154B;
	background-color: #FFF;
	padding: 2px;
	margin: 10px 0 0 0;
}

/* [ product_detail ] */
#productDetailWrapper { /* Overall Product Detail wrapper - overrides "subContent" class */
	padding: 0;
}
#productDetailInfo {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 390px;
}

.productDetailTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #7B7B7B;
	text-decoration: none;
}
.productDetailText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	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: 10px 0 0 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 #E8E8E8;
}
.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: #7B7B7B;
	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 #E8E8E8;
}


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 ] */
#news {
	margin: 0;
	padding: 0;
}

#news .newsdate {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #7B7B7B;
	text-decoration: none;
	text-align: center;
}
#news .newsdate img {
	margin: 5px auto 10px auto;
	border: none;
}
#news .newscontent {
	float: left;
	width: 575px;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color:#7B7B7B;
	text-decoration: none;
}
#news .newscontent a { }
#news .newscontent a:hover { }
#news .newscontent img {
	float: left;
	margin: 10px 5px 5px 0;
	padding: 0;
	border: none;
}
#news .newscontent .newsMore {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
#news .newscontent .newsMore a { }
#news .newscontent .newsMore a:hover { }
#news .newsItemSeperator {
	height: 5px;
	margin: 0 10px 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #7B7B7B;
}


/* [ Form styles ] */
form {
	margin: 0;
	padding: 0;
}
.formbuttons {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	height: 20px;
	background-color: #ED154B;
	border: 1px solid #464646;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.forms {
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	width: 135px;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.formsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	width: 135px;
	border: 1px solid #ED154B;
	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: 250px;
	height: 24px;
	margin: 2px 0 0 0;
	padding: 0;
}
#simpleSearchWrapper #searchform {
	margin: 0;
	padding: 0;
}
.simpleSearchField {
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	width: 120px;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.simpleSearchButton {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #F9A670;
	border: 1px solid #F47324;
	cursor: pointer;
}

/* [ login ] */
#loginWrapper {
	margin: 90px 10px 0 10px;
	padding: 0;
	width: 155px;
	text-align: left;
}
#loginWrapper form {
	margin:0;
}
#loginWrapper h5 { 
	margin: 0;
	padding: 5px 0;
}

/* Login form field styles */
.loginform {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	width: 149px;
	border: 1px solid #464646;
	background-color: #6D6E71;
	padding: 2px;
	margin: 0 0 3px 0;
}
.loginformSelected {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	width: 149px;
	border: 1px solid #ED154B;
	background-color: #6D6E71;
	padding: 2px;
	margin: 0 0 3px 0;
}

#LoginSubmit {
	float: right;
	margin: 0 0 10px 0;
}
#forgotLoginLink {
	float: left;
	width: 100px;
	margin: 3px 0 10px 0;
	font-size: 10px;
	color: #A5A5A5;
	font-weight: normal;
	text-decoration: none;
}
#forgotLoginLink a {
	font-size: 10px;
	color: #A5A5A5;
	font-weight: normal;
	text-decoration: none;
}
#forgotLoginLink a:hover {
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
#loginWrapper p.loginlabel { /* Font styles for Logout and My Account links */
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 11px;
	color: #A5A5A5;
	font-weight: normal;
	text-decoration: none;
}

/* [ login sub-page ] */
#loginSubWrapper {
	width: 155px;
	margin: 10px 0 0 25px;
	padding: 0;
	text-align: left;
}
#loginSubWrapper form {
	margin:0;
}
#loginSubWrapper h5 { 
	margin: 0;
	padding: 5px 0;
}

/* Login form field styles */
.loginsubform {
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	width: 149px;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 3px 0;
}
.loginsubformSelected {
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	width: 149px;
	border: 1px solid #ED154B;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 3px 0;
}

#LoginSubmit {
	float: right;
	margin: 0 0 10px 0;
}

#loginSubWrapper p.loginsublabel { /* Font styles for Logout and My Account links */
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 11px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}


/* [ Contact Form styles ] */
#contactFormWrapper {
	margin: 0;
	padding: 0 0 10px 0;
}
#contactFormWrapper fieldset {
	border: 1px solid #E8E8E8;
	padding: 10px;
	padding-top: 0;
}
#contactFormWrapper legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: normal;
	color: #7B7B7B;
	text-decoration: none;
}
#contactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 125px;
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	text-decoration: none;
	text-align: right;
}
#contactFormWrapper input, #contactFormWrapper select, #contactFormWrapper textarea {
	margin: 5px 0 0 0;
}
#contactFormWrapper select#Country {
	width: 142px;
}
#contactFormWrapper input#contactSubmit {
	margin: 5px 0 0 130px;
}
#contactFormWrapper textarea {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#contactAddress {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #E8E8E8;
}

/* [ Registration Form styles ] */
#registrationFormWrapper {
	margin: 0px;
	padding: 0;
}
#registrationFormWrapper fieldset {
	border: 1px solid #E8E8E8;
	padding: 10px;
	padding-top: 0;
}
#registrationFormWrapper legend {
	font-size: 13px;
	font-weight: normal;
	color: #7B7B7B;
	text-decoration: none;
}
#registrationFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 155px;
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	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: 142px;
}
#registrationFormWrapper textarea {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#registrationFormWrapper input#registrationSubmit {
	margin: 5px 0 0 160px;
}
#registrationFormWrapper #registerPasswordMessage {
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	text-decoration: none;
}

/* [ Account Menu styles ] */
.AMLineBottom {
	border-bottom: 1px solid #7B7B7B;
}
.AMLineTopRightLeft {
	border-top: 1px solid #7B7B7B;
	border-right: 1px solid #7B7B7B;
	border-left: 1px solid #7B7B7B;
	font-size: 11px;
	color: #7B7B7B;
	padding-right: 5px;
	padding-left: 5px;
}
.AMLineTopRightLeft a{
	font-size: 11px;
	color: #7B7B7B;
	text-decoration: none;
}
.AMLineTopRightLeft a:hover{
	font-size: 11px;
	color: #7B7B7B;
	text-decoration: underline;
}
.AMSubtitle {
	font-size: 12px;
	color: #7B7B7B;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.ManageAddressTitle {
	font-size: 15px;
	color: #7B7B7B;
	font-weight: normal;
	padding: 10px 0;
}
.AMSubBoxes {
	border: 1px solid #7B7B7B;
	font-size: 11px;
	color: #7B7B7B;
	padding: 2px 5px;
}
.AMSubBoxes a {
	font-size: 11px;
	color: #7B7B7B;
	text-decoration: none;
}
.AMSubBoxes a:hover {
	font-size: 11px;
	color: #7B7B7B;
	text-decoration: underline;
}


#SpecialInstructions {
	width: 270px;
	height: 75px !important;
	height: 75px;
}
.specialInstructions {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	width: 266px;
	border: 1px solid #E8E8E8;
	background-color: #FFF;
	padding: 2px;
}
.specialInstructionsSelected {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	width: 266px;
	border: 1px solid #ED154B;
	background-color: #FFF;
	padding: 2px;
}
#Comments {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

/* [ Purchase Pages styles ] */
#orderProgressTrail {
	display: block;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
#orderProgressTrail li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}
.orderProgress {
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
}
.orderProgress a {
	font-size: 12px;
	font-weight: normal;
	color: #7B7B7B;
	text-decoration: none;
}
.orderProgress a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #7B7B7B;
	text-decoration: underline;
}

.orderProgressCurrent {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #ED154B;
	text-decoration: none;
}
.orderProgressArrow {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #7B7B7B;
	text-decoration: none;
}
.purchaseTitle {
	margin: 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #7B7B7B;
	text-decoration: none;
}

.formsPaymentNotes {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #E8E8E8;
	background-color:#FFF;
	padding: 2px;
	margin: 0;
}
.formsPaymentNotesSelected {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #ED154B;
	background-color:#FFF;
	padding: 2px;
	margin: 0;
}

.viewOrderSubtitle {
	margin: 5px 0;
	font-size: 13px;
	color: #E8E8E8;
	font-weight: bold;
	text-decoration: none;
}


/* [ General site styles ] */

/*.header {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color:#7B7B7B;
	text-decoration: none;
}*/
.header {
	margin: 10px 0 10px 0;
	font-size: 18px;
	color:#7B7B7B;
	font-weight: bold;
	text-decoration: none;
}
.inrowH, inRowH {
	font-size: 11px;
	color: #7B7B7B;
	font-weight: bold;
	text-decoration: none;
}
/* Alternating row colours */
.rowOn {
	background-color: #E8E8E8;
}
.rowOff {
	background-color: #FFF;
}
.content {
	font-size: 11px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}
.content a { }
.content a:hover { }
.previousPage {
	font-size: 11px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}
.previousPage a { }
.previousPage a:hover { }
.contentSmall {
	font-size: 10px;
	color: #7B7B7B;
	font-weight: normal;
	text-decoration: none;
}
.contentSmall a { }
.contentSmall a:hover { }
.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;
}
.compulsory { /* Compulsory field message style */
	font-size: 10px;
	color: #7B7B7B;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

/* 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: #7B7B7B;
	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;
}
