@charset "utf-8";
/* Duplicate the following BODY style in wysiwyg.css
 * Remove the text-align: center; attribute before
 * copying to wysiwyg.css */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000;
}

/* Main container div */
.oneColFixCtrHdr #container {
	width: 1000px;
	background-color: #FFF;
	margin: 0 auto 0 0; /* the auto margins (in conjunction with a width) align the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container.containerCentered {
	margin: 0 auto 0 auto; /* Over-rides the #container default alignment and centers the page if the "ShowCentered" 
Global parameter is set to TRUE */
}

/* ******* Begin wysiwyg.css shared styles ******* */
/* [ General styles ] Copy the following styles to wysiwyg.css */
a:link { 
	color: #F50C0C;
	text-decoration: none;
}
a:visited { 
	color: #F50C0C;
	text-decoration: none;
}
a:hover { 
	color: #F50C0C;
	text-decoration: underline;
}
a:active { 
	color: #F00;
	text-decoration: none;
}

h1 {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #C60303;
	font-weight:bolder;
	text-decoration: none;
	text-transform:lowercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 13px;
	color: #C60303;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	margin: 0;
	font-size: 18px;
	color: #febf22;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	margin: 0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
h6 { /* Used for white titles in sidebar panels */
	margin: 0 0 0 8px;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 27px;
	vertical-align: middle;
}
.categoryMenuTitle h6 a {
	color: #FFF;
	text-decoration: none;
}
.categoryMenuTitle h6 a:visited {
	color: #FFF;
	text-decoration: none;
}
.categoryMenuTitle h6 a:hover {
	color: #FFF;
	text-decoration: underline;
}
p, ul ,ol, td {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

/* ******* End wysiwyg.css shared styles ******* */

fieldset {
	border: 1px solid #CCC;
	padding: 10px;
	padding-top: 0;
}
legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: right;
}
select#Country, select#CountryCode, select#StateAU, select#StateUS {
	width: 140px;
}

textarea {
	margin: 5px 0 0 0;
	width: 250px;
	height: 75px !important;
	height: 75px;
}


/* [ Header ] */

/* Full Width Header Styles (1 Column) */

#header-fullwidth {
	position: relative;
	width: 1000px;
	height: 140px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}
#headerlogo-fullwidth {
	float:left;
	width: 200px;
	height: 120px;
	padding: 10px 0 0 0;
	margin:0 24px 0 0;
}
#headerlogo-fullwidth img {
	margin: 0;
	border: none;
}
#header-fullwidth-middle {
	float:left;
	width:520px;
	padding:0;
	margin:0;
}
#header-fullwidth-right {
	float:left;
	width:251px;
	padding:0;
	margin:0;
}
#header-fullwidth h3#companySlogan {
	font-size: 25px;
	color: #FDC223;
	font-weight: normal;
	text-decoration: none;
	line-height: 140px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#headerPhoneNumber-fullwidth {
	float:right;
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	width: 200px;
	height: 38px;
}
#headerPhoneNumber-fullwidth p {
	margin: 0;
	padding: 0;
	width: 200px;
	line-height: 34px;
	vertical-align: middle;
	text-align: right;
	font-size: 11px;
	color:#999999;
	font-weight: bold;
	text-decoration: none;
}
#headerPhoneNumber-fullwidth p span.headerPhoneNumber-Number-fullwidth {
	margin: 0;
	padding: 0;
	line-height: 38px;
	vertical-align: middle;
	font-size: 16px;
	color:#666666;
	font-weight: bold;
	text-decoration: none;
}

/* Standard Header Styles (2 Columns) */
/* Header Logo */
#headerlogo {
	width: 200px;
	height: 114px;
	margin: 10px 0 10px 8px;
}
#headerlogo img {
	margin: 0;
	border: none;
}

#header-right {
	width: 775px;
	height: 221px;
	padding: 0;
	margin: 0;
}

#header-right-r2 {
	width: 775px;
	height: 134px;
	padding: 0;
	margin: 0;
}
#header-right-r2-left {
	float: left;
	width: 520px;
	height: 134px;
	padding: 0;
	margin: 0;
}
#header-right-r2-right {
	float: left;
	width: 255px;
	height: 134px;
	padding: 0;
	margin: 0;
}
#header-right-r2-left h3#companySlogan {
	font-size: 30px;
	color: #FDC223;
	font-weight: normal;
	text-decoration: none;
	line-height: 134px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#header-slogan-icon {
	float:right;
	padding:0;
	margin:11px 0 0 0;
}

#headerPhoneNumber {
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
	width: 255px;
	height: 38px;
}
#headerPhoneNumber p {
	margin: 0;
	padding: 0;
	width: 255px;
	line-height: 38px;
	vertical-align: middle;
	text-align: right;
	font-size: 11px;
	color: #FEBF22;
	font-weight: bold;
	text-decoration: none;
}
#headerPhoneNumber p span.headerPhoneNumber-Number {
	margin: 0;
	padding: 0;
	line-height: 38px;
	vertical-align: middle;
	font-size: 16px;
	color:#999999;
	font-weight: bold;
	text-decoration: none;
}


/* Navigation menu links */
#nav-menu-strip {
	width: 775px;
	height: 27px;
	padding: 0;
	margin: 0;
}
#nav-menu {
	float: left;
	width: 1000px;
	height: 27px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}
#nav-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu li {
	height: 27px;
	line-height: 27px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display:inline;
}
#nav-menu li a {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/* Home nav menu */
#nav-menu li.nav-menu-home {
	float: left;
	display: block;
	width: 56px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
}
#nav-menu li.nav-menu-home a {
	display: block;
	height: 27px;
	line-height: 27px;
}
#nav-menu li.nav-menu-home:hover {
	background-repeat: no-repeat;
	background-position:bottom;
}

#nav-menu-home-navSelected {
	float: left;
	display: block;
	width: 56px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-home-navSelected a {
	display: block;
	height: 27px;
	line-height: 27px;
}

/* Account Home nav menu */
#nav-menu li.nav-menu-accounthome {
	float: left;
	display: block;
	width: 101px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
}
#nav-menu li.nav-menu-accounthome a {
	display: block;
	height: 27px;
	line-height: 27px;
}
#nav-menu li.nav-menu-accounthome:hover {
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-accounthome-navSelected {
	float: left;
	display: block;
	width: 101px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-accounthome-navSelected a {
	display: block;
	height: 27px;
	line-height: 27px;
}

/* About Us nav menu */
#nav-menu li.nav-menu-aboutus {
	float: left;
	display: block;
	width: 71px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
}
#nav-menu li.nav-menu-aboutus a {
	display: block;
	height: 27px;
	line-height: 27px;
}
#nav-menu li.nav-menu-aboutus:hover {
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-aboutus-navSelected {
	float: left;
	display: block;
	width: 71px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-aboutus-navSelected a {
	display: block;
	height: 27px;
	line-height: 27px;
}

/* Products and Services nav menu */
#nav-menu li.nav-menu-services {
	float: left;
	display: block;
	width: 141px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
}
#nav-menu li.nav-menu-services a {
	display: block;
	height: 27px;
	line-height: 27px;
}
#nav-menu li.nav-menu-services:hover {
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-services-navSelected {
	float: left;
	display: block;
	width: 141px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-services-navSelected a {
	display: block;
	height: 27px;
	line-height: 27px;
}

/* News and Specials nav menu */
#nav-menu li.nav-menu-news {
	float: left;
	display: block;
	width: 120px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
}
#nav-menu li.nav-menu-news a {
	display: block;
	height: 27px;
	line-height: 27px;
}
#nav-menu li.nav-menu-news:hover {
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-news-navSelected {
	float: left;
	display: block;
	width: 120px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
	background-position:bottom;;
}
#nav-menu-news-navSelected a {
	display: block;
	height: 27px;
	line-height: 27px;
}

/* Our Suppliers nav menu */
#nav-menu li.nav-menu-suppliers {
	float: left;
	display: block;
	width: 101px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
}
#nav-menu li.nav-menu-suppliers a {
	display: block;
	height: 27px;
	line-height: 27px;
}
#nav-menu li.nav-menu-suppliers:hover {
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-suppliers-navSelected {
	float: left;
	display: block;
	width: 101px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-suppliers-navSelected a {
	display: block;
	height: 27px;
	line-height: 27px;
}

/* How to Order nav menu */
#nav-menu li.nav-menu-howtoorder {
	float: left;
	display: block;
	width: 99px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
}
#nav-menu li.nav-menu-howtoorder a {
	display: block;
	height: 27px;
	line-height: 27px;
}
#nav-menu li.nav-menu-howtoorder:hover {
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-howtoorder-navSelected {
	float: left;
	display: block;
	width: 99px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-howtoorder-navSelected a {
	display: block;
	height: 27px;
	line-height: 27px;
}

/* Free Downloads nav menu */
#nav-menu li.nav-menu-downloads {
	float: left;
	display: block;
	width: 112px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
}
#nav-menu li.nav-menu-downloads a {
	display: block;
	height: 27px;
	line-height: 27px;
}
#nav-menu li.nav-menu-downloads:hover {
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-downloads-navSelected {
	float: left;
	display: block;
	width: 112px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-downloads-navSelected a {
	display: block;
	height: 27px;
	line-height: 27px;
}

/* Contact Us nav menu */
#nav-menu li.nav-menu-contactus {
	float: left;
	display: block;
	width: 79px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background-repeat: no-repeat;
}
#nav-menu li.nav-menu-contactus a {
	display: block;
	height: 27px;
	line-height: 27px;
}

#nav-menu li.nav-menu-contactus:hover {
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-contactus-navSelected {
    float: left;
    display: block;
    width: 79px;
    height: 27px;
    line-height: 27px;
    margin: 0 0 0 6px;
    padding: 0;
    background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-contactus-navSelected a {
	display: block;
	height: 27px;
	line-height: 27px;
}

/* Register nav menu */
#nav-menu li.nav-menu-register {
	float: right;
	display: block;
	width: 160px;
	height: 27px;
	line-height: 27px;
	margin: 0 6px 0 0;
	padding: 0;
	background-repeat: no-repeat;
}
#nav-menu li.nav-menu-register a {
	display: block;
	height: 27px;
	line-height: 27px;
}

#nav-menu li.nav-menu-register:hover {
	background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-register-navSelected {
    float: right;
    display: block;
    width: 160px;
    height: 27px;
    line-height: 27px;
    margin: 0 6px 0 0;
    padding: 0;
    background-repeat: no-repeat;
	background-position:bottom;
}
#nav-menu-register-navSelected a {
	display: block;
	height: 27px;
	line-height: 27px;
} 


/* Navigation Menu - Full Width styles */

#nav-menu-strip-fullwidth {
	width: 1000px;
	height: 27px;
	padding: 0;
	margin: 0;
}
#nav-menu-fullwidth {
	float: left;
	width: 1000px;
	height: 27px;
	padding: 0;
	margin: 0;
}
/*
#nav-menu-fullwidth ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#nav-menu-fullwidth li {
	float: left;
	display: block;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#nav-menu-fullwidth li a {
	height: 36px;
	padding: 0 10px;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#nav-menu-fullwidth li a:hover {
	font-size: 11px;
	color:#FFE715;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#nav-menu-fullwidth ul #navSelected a {
	font-size: 11px;
	color:#FFE715;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.navDivider {
	width: 2px;
	height: 36px;
	margin: 0;
	padding: 0;
}
#nav-menu-fullwidth li img {
	width: 2px;
	height: 36px;
	margin: 0 10px;
}*/


/* Login area */
#loginstrip {
	width: 775px;
	height: 38px;
	margin: 0 0 13px 0;
	padding: 0;
	background-color: #FEBF22;
	border-bottom: 1px solid #FDC223;
}
/* Login area - Full Width style */
#loginstrip-fullwidth {
	width: 1000px;
	height: 38px;
	margin: 0 0 13px 0;
	padding: 0;
	background-color: #FEBF22;
	border-bottom: 1px solid #EEAD02;
}



/* [ Main Content ] */

#leftSidebar {
	float: left;
	width: 215px;
	padding: 0;
	margin: 0;
}

#rightSideBar {
	float: right;
	width: 215px;
	padding: 0;
	margin: 0;
}
.rightSideBarTitle {
	width: 200px;
	height: 27px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(rightmenu-title-bg.gif);
	background-repeat: no-repeat;
}
#rightSideBarSpecials {
	width: 200px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(rightmenu-main-bg.gif);
	background-repeat: repeat-y;
}
#rightSideBarSecure {
	width: 200px;
	padding: 10px 0 0 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(rightmenu-main-bg.gif);
	background-repeat: repeat-y;
}
#visaicon {
	margin: 10px 5px 10px 53px;
}
#mcicon {
	margin: 10px 5px 10px 0;
}
#amexicon {
	margin: 10px 5px 10px 0;
}
#dinersicon {
	margin: 10px 5px 10px 0;
}

#rightSideBarNews {
	width: 180px;
	padding: 10px;
	margin: 0;
	background-color: #FFF;
	background-image: url(rightmenu-main-bg.gif);
	background-repeat: repeat-y;
}

#mainContent {
	display: inline;
	float: left;
	width: 775px;
	margin: 0 0 15px 5px;
	padding: 0;
}
#mainContent #ajaxMsg {
	margin: 3px 0;
	padding: 0;
	font-size: 11px;
}
#subContent {
	float: left;
	width: 775px;
	margin: 0 0 15px 0;
	padding: 0;
}
#contentLeft {
	float: left;
	width: 550px;
	margin: 0;
	padding: 0;
}

#homeFeaturedTable {
	margin: 0 0 10px 0;
}
.homeFeatureContent {
	margin: 0 10px;
	padding: 0;
	width: 160px;
}
.homeFeatureTopTD {
	margin: 0;
	padding: 0;
	background-image: url(homefeature-top.gif);
	background-repeat: no-repeat;
}
.homeFeatureBottomTD {
	margin: 0;
	padding: 0;
	background-image: url(homefeature-bottom.gif);
	background-repeat: no-repeat;
}
.homeFeatureMainTD {
	margin: 0 10px;
	padding: 0;
	background-image: url(homefeature-main.gif);
	background-repeat: repeat-y;
}


#homeBanner {
	float: left;
	width: 550px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	margin: 0 0 10px 0;
	padding: 0;
}
#homeBanner img {
	border: none;
}

/* [ News styles ] */
div#news {
	margin: 0;
	padding: 0;
}
div#news #newsTitle {
	float: left;
}
#newsRssIcon {
	float: right;
	margin: 0 0 15px 0;
	border: none;
}
div.newsdate {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color:#000;
	text-decoration: none;
	text-align: left;
}
div.newsdate img {
	/*width: 150px;*/
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
}

div.newscontent {
	float: left;
	width: 420px;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
div.newscontent a {
	font-weight: normal;
	color: #F50C0C;
	text-decoration: none;
}
div.newscontent a:visited {
	font-weight: normal;
	color: #F50C0C;
	text-decoration: none;
}
div.newscontent a:hover {
	font-weight: normal;
	color: #F50C0C;
	text-decoration: underline;
}
div.newscontent h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-transform: none;
	text-decoration: none;
}
div.newscontent h1 a {
	font-weight: normal;
	color: #F50C0C;
	text-decoration: none;
}
div.newscontent h1 a:hover {
	font-weight: normal;
	color: #F50C0C;
	text-decoration: underline;
}
div.newscontent h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
div.newscontent h2 a {
	font-weight: normal;
	color: #F50C0C;
	text-decoration: none;
}
div.newscontent h2 a:hover {
	font-weight: normal;
	color: #F50C0C;
	text-decoration: underline;
}
div.newscontent img {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	border: none;
}
.newsMore {
	margin: 0;
	font-weight: normal;
	color: #F50C0C;
	text-decoration: none;
}
.newsMore a {
	font-weight: normal;
	color: #F50C0C;
	text-decoration: none;
}
.newsMore a:visited {
	font-weight: normal;
	color: #F50C0C;
	text-decoration: none;
}
.newsMore a:hover {
	font-weight: normal;
	color: #F50C0C;
	text-decoration: underline;
}
.newsMoreFull {
	margin: 10px 0 0 0;
	font-weight: normal;
	color: #F50C0C;
	text-decoration: none;
}
.newsMoreFull a {
	font-weight: normal;
	color: #F50C0C;
	text-decoration: none;
}
.newsMoreFull a:visited {
	font-weight: normal;
	color: #F50C0C;
	text-decoration: none;
}
.newsMoreFull a:hover {
	font-weight: normal;
	color: #F50C0C;
	text-decoration: underline;
}
.newsItemSeperator {
	height: 5px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
}

.newsSummaryItem {
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.newsSummaryItem a {}
.newsSummaryItem a:hover {}

.rightSideBarFooter {
	width: 200px;
	height: 10px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FFF;
	background-image: url(rightmenu-footer.gif);
	background-repeat: no-repeat;
}



/* Home page logo block */
#homeLogosWrapper {
	width: 550px;
	margin: 0;
	padding: 0;
}
#homeLogosWrapper img#brandLogo1 {
	margin: 0 11px 0 0;
}
#homeLogosWrapper img#brandLogo2 {
	margin: 0 12px 0 0;
}
#homeLogosWrapper img#brandLogo3 {
	margin: 0;
}

/* Featured Products */
.featureWrapper {
	float: left;
	display: inline;
	width: 173px;
	height: 360px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #FDF7EB;
	/*background-image: url(homeprod-main.gif);
	background-position: top;
	background-repeat: repeat-x;*/
	
}
.featureWrapperNoCart {
	height: 255px;
}
.f1 {
	border: 1px solid #FEBF22;
	margin-right: 11px;
}
.f2 {
	border: 1px solid #FEBF22;
	margin-right: 12px;
}
.f3 {
	border: 1px solid #FEBF22;
	margin-right: 0;
}
.featuredLastItem {
	
}
.featureImageWrapper {
	width: 173px;
	height: 100px;
	margin: 0 0 5px 0;
	padding: 5px 0;
	text-align: center;
	background-color: #FFF;
}
.featureImage {
	margin: 0;
	padding: 0;
	border: none;
}
h2.featureName {
	height: 45px;
	margin: 0;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	/*background-color: #F4F4F4;*/
}
h2.featureName a {
	color: #000;
	text-decoration: none;
}
h2.featureName a:visited {
	color: #000;
	text-decoration: none;
}
h2.featureName a:hover {
	color: #000;
	text-decoration: underline;
}
.featurePrice {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
}
.featurePriceWrapper {
	height: 75px;
}
.featurePriceHiddenWrapper {
	height: 50px;
}
.featurePriceOptions {
	height: 22px;
	margin: 5px 0;
	padding: 0;
}
.featuredCartWrapper {
	width: 173px;
	height: 20px;
	margin: 0;
	position: relative;
	text-align: center;
}
.addToCartDivFeatured {
	position: absolute;
	display: block;
	width: 100%;
	height: 21px;
	top: 0;
	left: 0;
	background-color: #FDF7EB;
}
.optionPriceStockWrapperFeatured {
	position: relative;
	height: 75px;
	background-color: #FDF7EB;
}
.optionPriceStockWrapperInner {
	position: absolute;
	display: block;
	width: 100%;
	height: 47px;
	top: 0;
	left: 0;
	background-color: #FDF7EB;
}
.optionPriceStockWrapperInnerFeatured {
	position: absolute;
	display: block;
	width: 100%;
	height: 75px;
	top: 0;
	left: 0;
	background-color: #FDF7EB;
}

.productFeaturePriceSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #D4D3D3;
}
.productFeaturePriceSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #FFB310;
}

.productFeatureVariantSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #D4D3D3;
}
.productFeatureVariantSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #FFB310;
}
/* Specials (right sidebar) */
.specialWrapper {
	width: 155px;
	text-align: center;
	margin: 0 15px 0 22px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #CDCDCD;
}
.specialImageWrapper {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}
.specialImage {
	margin: 0;
	padding: 0;
	border: none;
}
h2.specialName {
	margin: 0;
	padding: 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.specialName a {
	color: #000;
	text-decoration: none;
}
.specialName a:visited {
	color: #000;
	text-decoration: none;
}
.specialName a:hover {
	color: #000;
	text-decoration: underline;
}
.specialPrice {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
	background-color: #FFF;
}
.specialPriceOptions {
	height: 22px;
	margin: 5px 0;
	padding: 0;
}

.specialsCartWrapper {
	height: 20px;
	margin: 0;
	position: relative;
	width: 155px;
	text-align: center;
}
.addToCartDivSpecial {
	position: absolute;
	display: block;
	width: 100%;
	height: 21px;
	top: 0;
	left: 0;
	background-color: #FFF;
}
.optionPriceStockWrapperSpecial {
	position: relative;
	height: 75px;
	background-color: #FFF;
}
.optionPriceStockWrapperInnerSpecial {
	position: absolute;
	display: block;
	width: 100%;
	height: 75px;
	top: 0;
	left: 0;
	background-color: #FFF;
}
.productSpecialPriceSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #D4D3D3;
}
.productSpecialPriceSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #FFB310;
}

.productSpecialVariantSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #D4D3D3;
}
.productSpecialVariantSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #FFB310;
}



#homeText {
	float: left;
	width: 550px;
	margin: 10px 0 10px 0;
	padding: 0;
	/* IE 6 min-height hack
	min-height: 150px;
	height: auto !important;
	height: 150px;
 */
}
#AMhomeText {
	float: left;
	width: 550px;
	margin: 10px 0 10px 0;
	padding: 0;
	/* IE 6 min-height hack */
	min-height: 280px;
	height: auto !important;
	height: 280px;
	/* */
}


/* Sitemap */
#siteMapWrapper {
	margin: 0;
	padding: 0;
}
#siteMapGeneral {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 250px;
}

#siteMapGeneral p {
	margin: 0 0 0 5px;
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#siteMapGeneral p a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#siteMapGeneral p a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#siteMapGeneral p a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#siteMapGeneral p.siteMapSub {
	padding: 2px 0 2px 30px;
	margin: 0 0 2px 0;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #EAEAEA;
}
#siteMapGeneral p.siteMapSub a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#siteMapGeneral p.siteMapSub a:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#siteMapGeneral p.siteMapSub a:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}


#sitemapRssIcon {
	float: left;
	display: inline;
	margin: 0 5px;
	border: none;
}

#siteMapCategories {
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #CCC;
	width: 250px;
}
#siteMapCategories h2 {
	margin: 0 0 0 5px;
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
}
#siteMapCategories h3 {
	margin: 0 0 0 15px;
	padding: 2px 0;
	font-size: 11px;
	font-weight: normal;
}
#siteMapCategories h4 {
	margin: 0 0 0 25px;
	padding: 2px 0;
	font-size: 11px;
	font-weight: normal;
}

/* [ Footer ] */
.oneColFixCtrHdr #footer {
	width: 1000px;
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #EDEEEE;
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #DDD;
}

#footerCategories {
	width: 1000px;
	margin: 0;
	padding: 10px 0;
	background-color: #F4F4F4;
	text-align: center;
	
}
#footerCategories h3 {
	padding: 0 10px;
	font-size: 9px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#footerCategories h3 a {
	font-size: 9px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#footerCategories h3 a:visited {
	font-size: 9px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#footerCategories h3 a:hover {
	font-size: 9px;
	color: #999;
	font-weight: normal;
	text-decoration: underline;
}

p#footer-left {
	float: left;
	display: inline;
	width: 267px;
	margin: 10px 0 0 8px;
	padding: 0;
	font-size: 9px;
	color: #818181;
	font-weight: normal;
	text-decoration: none;
}
p#footer-center {
	float: left;
	width: 445px;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 9px;
	color: #282828;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
p#footer-center a {
	color: #282828;
	font-weight: normal;
	text-decoration: none;
}
p#footer-center a:visited {
	color: #282828;
	font-weight: normal;
	text-decoration: none;
}
p#footer-center a:hover {
	color: #282828;
	font-weight: normal;
	text-decoration: underline;
}
p#footer-right {
	float: right;
	width: 260px;
	margin: 10px 8px 0 0;
	padding: 0;
	font-size: 9px;
	color: #818181;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
p#footer-right a {
	color: #818181;
	font-weight: normal;
	text-decoration: none;
}
p#footer-right a:visited {
	color: #818181;
	font-weight: normal;
	text-decoration: none;
}
p#footer-right a:hover {
	color: #818181;
	font-weight: normal;
	text-decoration: underline;
}

#footerIconsWrapper {
	width: 1000px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#footerIcons {
	width: 150px;
	margin: 0 auto;
	padding: 10px 0;
}
#footerIcons img {
	border: none;
}

#footerSubContent, #footerSubContent td {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
/* [ category_menu widget styles ] */
.categoryMenuTitle {
	width: 207px;
	height: 27px;
	padding: 0;
	margin: 0 0 0 8px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.categoryMenuFooter {
	width: 207px;
	height: 17px;
	padding: 0;
	margin: 0 0 10px 8px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.categoryMenuWrapper {
	/*position: relative;*/
	width: 207px;
	padding: 1px 0 1px 0;
	margin: 0 0 0 8px;
	background-color: #FFF;
	background-repeat: repeat-y;
}
.menuTreeLevel1 {
	display: block;
	width: 198px;
	height: auto !important;
	height: 23px;
	margin: 0 0 0 1px;
	background-color: #FDF7EB;
	border-bottom: 1px solid #FFF;
}
.menuTreeLevel1 a img {
	float: left;
	border: 0;
	margin: 0 5px 0 0;
}
.mtCat1 {
	display: block;
	float: left;
	width: 168px;
	height: auto !important;
	height: 19px;
	padding: 4px 0;
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat1 a {
	display: block;
	float: left;
	width: 168px;
	height: auto !important;
	height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat1 a:visited {
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat1 a:hover {
	color: #C60304;
	text-decoration: none;
}
.mtCat1 a.catSubLink:hover {
	color: #C60304;
	text-decoration: underline;
}

.menuTreeLevel2 {
	display: block;
	width: 198px;
	height: auto !important;
	height: 23px;
	font-size: 10px;
	font-weight: normal;
	color: #6E6E6E;
	text-decoration: none;
	margin: 0;
	background-color: #FDF7EB;
	border-bottom: 1px solid #FFF;
}

.menuTreeLevel2 a img {
	float: left;
	border: 0;
	margin: 0 5px 0 0;
}
.mtCat2 {
	display: block;
	float: left;
	width: 159px;
	height: auto !important;
	height: 19px;
	padding: 4px 0;
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat2 a {
	display: block;
	float: left;
	width: 159px;
	height: auto !important;
	height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat2 a:visited {
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat2 a:hover {
	color: #C60304;
	text-decoration: none;
}
.mtCat2 a.catSubLink:hover {
	color: #C60304;
	text-decoration: underline;
}

.menuTreeLevel3 {
	display: block;
	width: 198px;
	height: 23px;
	height: auto !important;
	font-size: 10px;
	font-weight: normal;
	color: #6E6E6E;
	text-decoration: none;
	margin: 0;
	background-color: #FDF7EB;
	border-bottom: 1px solid #FFF;
}
.menuTreeLevel3 a img {
	float: left;
	border: 0;
	margin: 0 5px 0 0;
}
.mtCat3 {
	display: block;
	float: left;
	width: 149px;
	height: auto !important;
	height: 19px;
	padding: 4px 0;
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat3 a {
	display: block;
	float: left;
	width: 149px;
	height: auto !important;
	height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat3 a:visited {
	color: #6E6E6E;
	text-decoration: none;
}
.mtCat3 a:hover {
	color: #C60304;
	text-decoration: none;
}
.mtCat3 a.catSubLink:hover {
	color: #C60304;
	text-decoration: underline;
}

/* [ Account Menu widget styles ] */
.accountMenuWrapper {
	position: relative;
	clear:both;
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
	width: 700px;
	height: 36px;
	z-index:1000; /* This makes the dropdown menus appear above the page content below */

}
/* Top menu items */
#accountMenuList ul {
   margin:0;
   padding:0;
   list-style:none;
}
#accountMenuList ul li {
   margin:0;
   padding:0;
   float:left;
   position:relative;
}
#accountMenuList ul li a {
   display:block;
   margin:0;
   padding:0 8px;
   background-color:#FEBF22;
   font-size:11px;
   line-height:36px;
   text-decoration:none;
   color:#000;
   font-weight:bold;
}
#accountMenuList ul li a:hover {
   color:#FFF;
   background-color:#C60303;
}

#accountMenuList ul li.accountMenuListselected {
   margin:0;
   padding:0;
   float:left;
   position:relative;
}

#accountMenuList ul li.accountMenuListselected a {
   display:block;
   margin:0;
   padding:0 12px;
   background-color:#C60303;
   font-size:11px;
   line-height:36px;
   text-decoration:none;
   color:#fff;
   font-weight:bold;
}

#accountMenuList ul li:hover a,
#accountMenuList ul li.hover a { /* This line is required for IE 6 and below */
   color:#FFF;
}
/* Submenu items */
#accountMenuList ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:36px;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:127px; /* width of the drop-down menus */
}
#accountMenuList ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#accountMenuList ul ul li a,
#accountMenuList ul li.active li a,
#accountMenuList ul li:hover ul li a,
#accountMenuList ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:11px;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#FEBF22;
   color:#000;
   padding:0 0 0 7px;
   line-height:25px; /* overwrite line-height value from top menu */
   border-bottom:1px solid #FE9922; /* sub menu item horizontal lines */
}

#accountMenuList ul ul li a:hover,
#accountMenuList ul li.active ul li a:hover,
#accountMenuList ul li:hover ul li a:hover,
#accountMenuList ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#C60303; /* Sub menu items background colour */
   color:#FFF;
}
/* Make the sub menus appear on hover */
#accountMenuList ul li:hover ul,
#accountMenuList ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}
#accountMenuList li ul ul { /* third-and-above-level lists */
	margin: -36px 0 0 127px;
}
#accountMenuList li:hover ul ul, #accountMenuList li:hover ul ul ul, #accountMenuList li.sfhover ul ul, #accountMenuList 
li.sfhover ul ul ul {
	left: -999em;
}
#accountMenuList li:hover ul, #accountMenuList li li:hover ul, #accountMenuList li li li:hover ul, #accountMenuList li.sfhover 
ul, #accountMenuList li li.sfhover ul, #accountMenuList li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* [ Shopping Cart styles ] */

/* Summary Cart */

/* Fullwidth */
#header-fullwidth-cart {
	float: right;
	display: inline;
	width: 251px;
	height: 35px;
	padding: 0;
	margin: 55px 0 0 0;
}
#header-cart {
	float: right;
	display: inline;
	width: 251px;
	height: 35px;
	padding: 0;
	margin: 55px 0 0 0;
}

#cartsummary {
	width: 251px;
	height: 35px;
	margin: 0;
	padding: 0;
}
#cartsummaryText {
	float: left;
	width: 200px;
	height: 23px;
	padding: 12px 0 0 0;
	margin: 0;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
#cartsummaryText a {
	font-size: 10px;
	color: #F50C0C;
	font-weight: bold;
	text-decoration: none;
}
#cartsummaryText a:hover {
	font-size: 10px;
	color: #F50C0C;
	font-weight: bold;
	text-decoration: underline;
}
#cartsummaryImage {
	float: left;
	width: 50px;
}
#cartsummaryImage img {
	border: none;
	padding: 0;
	margin: 0 0 0 10px;
}

/* Full Cart */
#ajaxFullCart {
	margin: 0;
	padding: 0;
}
#fullCartWrapper { /* Overall Full Cart wrapper - overrides "subContent" class */
	margin: 0;
	padding: 0 0 10px 0;
}

#fullCart {
	margin: 0;
	padding: 10px;
	border: 1px solid #FEBF22;
}

#fullCartWrapper h6 {  /* Full Cart title - override default h6 */
	float: left;
	margin: 0 0 10px 0;
	color: #000;
}
#hideCart {
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#fullCartTable {}

.FullCartSubtitle {
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #EBEBEB;
	text-decoration: none;
}
.FullCartValue {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.FullCartTotal {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	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:visited {
	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;
}
#fullCartFooterBlock {
	margin: 10px 0 0 0;
	padding: 0;
}
#saveCartWrapper {
	float: left;
	width: 300px;
}
#saveCartWrapper label {
	float: left;
	display: block;
	padding: 0 5px 0 0;
	width: 75px;
	line-height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}
#saveCartWrapper input {
	float: left;
	margin: 0 5px 0 0;
}
#saveCartWrapper #SaveCart {
	float: left;
}
#fullCartButtonsWrapper {
	float: right;
	width: 300px;
	text-align: right;
}
#fullCartButtonsWrapper input {
	vertical-align: middle;
	margin: 0 0 0 3px;
	padding: 0;
}


#fullCartNoItems {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}

/* [ pager ] */
.pagerWrapper {
	float: right;
	width: 775px;
	margin: 5px 0 10px 0;
	padding:  0 0 10px 0;
	border-bottom: 1px solid #CCC;
	text-align: right;
}
.pagerTotalPages {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.pagerItemsPerPage {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.pagerItemsPerPageSelect {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
.perPageSelect {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	/*height: 18px;*/
	border: 1px solid #CCC;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.perPageSelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	/*height: 18px;*/
	border: 1px solid #F00;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.pagerPrevious {
	float: left;
	font-size: 11px;
	color: #000;
	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: #000;
	font-weight: normal;
	text-decoration: none;
}
.pagerNext a {}
.pagerNext a:hover {}

.pageNumbers {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.pageNumbers a {}
.pageNumbers a:hover {}

.pageNumberSelected {
	float: left;
	margin: 0 5px;
	padding: 0;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* [ category_crumb_list ] */
#plStyleIconsWrapper { /* Wrapper for Product List Style icons. */
	float: right;
	margin: 0;
	padding: 0;
	width: 150px;
}
#plStyleIconsWrapper #plStyleIconsLabel {
	float: right;
	margin: 0;
	padding: 0;
	line-height: 27px;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#plStyleIconsWrapper img.plStyleIcon { /* Wrapper for Product List Style icons. */
	float: right;
	margin: 0 0 0 5px;
	width: 27px;
	border: none;
	cursor: pointer;
}
#plStyleIconsWrapper img.plStyleIconNoLink {
	float: right;
	margin: 0 0 0 5px;
	width: 27px;
	border: none;
	cursor: default;
}

#categoryListWrapper { /* Overall category list wrapper */
	float: left;
	margin: 0;
	padding: 0;
	width: 625px;
}
#productDetailWrapper #categoryListWrapper { /* Overall category list wrapper for Product Detail page */
	margin: 0 0 12px 0;
	padding: 0;
	width: 775px;
}

h1.catCrumbTrail {
	float: left;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
	text-transform:none;
	margin: 0 0 5px 0;
}
h1.catCrumbTrail a {}
h1.catCrumbTrail a:hover {}

h2.catCrumbTrail {
	float: left;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
}
h2.catCrumbTrail a {}
h2.catCrumbTrail a:hover {}

/* Override the above catCrumbTrail styles */
#cat1CrumbTrail {}
#cat2CrumbTrail {}
#cat3CrumbTrail {}

.categoryCrumbArrow {
	float: left;
	line-height: 20px;
	padding: 0 6px;
	font-size: 18px;
	font-weight: bold;
	color: #676767;
	text-decoration: none;
}

#cat1Intro {} /* override default <p> style */
#cat2Intro {} /* override default <p> style */

/* Category UL and LI styles */
.categorySubUL {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 775px;
}
.categorySubLI {
	float: left;
	display: block;
	height: 150px;
	width: 130px;
	margin: 0 10px 15px 0;
	padding: 0;
	font-size: 12px;
	color: #767676;
	font-weight: bold;
	text-decoration: none;
}
.categorySubLI a {
	font-size: 12px;
	color: #767676;
	font-weight: bold;
	text-decoration: none;
}
.categorySubLI a:hover {
	font-size: 12px;
	color: #767676;
	font-weight: bold;
	text-decoration: underline;
}
.categorySubLI img {
	margin: 0 0 5px 0;
}

.crumbsSearchLabel {
	margin: 0;
	padding: 0;
	text-align: left;
}
.searchText {
	font-size: 13px;
	font-weight: bold;
	color: #EE3224;
	text-decoration: none;
	text-align: left;
}

/* [ product_list List Style ] */

#productListWrapper { /* Overall Product List wrapper - overrides "subContent" class */
	padding: 0;
}

ul#productList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#productList li {
	float: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}
.productListPriceBlock {
	text-align: right;
}
.productListThumbnail {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	width: 110px;
}
.productListThumbnail a img {
	width: 100px;
	margin: 0 auto;
	border: none;
}
.productListDetails {
	float: left;
	width: 440px;
	margin: 0 10px 0 0;
}
#productListDetails p {}
.productListTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}
.productListTitle a {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}
.productListTitle a:visited {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}
.productListTitle a:hover {
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-decoration: underline;
}
.productListText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color:#000;
	text-decoration: none;
}

.productListCartBlock { /* Contains the product prices and add to cart/more info buttons etc */
	float: left;
	width: 200px;
	text-align: right;
}
.productListCartBlockInner { /* Wraps the add to cart button */
	position: relative;
	height: 20px;
}

.productListPriceOnApplication {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
	text-align: right;
	/*vertical-align: middle;*/
}
.productListPriceWrapper {
	margin: 0 0 5px 0;
	padding: 0;
}
.productListPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	background-color: #FFF;
}
.productListPriceExGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #C60303;
	text-decoration: none;
}
.productListPriceIncGST {
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #C60303;
	text-decoration: none;
}
.productListSwapPrice { /* Price displayed via options dropdown "description swap" */
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.productListQtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCC;
}
.productListQtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #F00;
}
.productListPriceSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #D4D3D3;
}
.productListPriceSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #FFB310;
}

.productListVariantSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #D4D3D3;
}
.productListVariantSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #FFB310;
}
.optionPriceStockWrapper {
	position: relative;
	height: 47px;
	background-color: #FFF;
}

.optionPriceStockWrapperInner {
	position: absolute;
	display: block;
	width: 100%;
	height: 47px;
	top: 0;
	left: 0;
	background-color: #FFF;
}

.addToCartDiv {
	position: absolute;
	display: block;
	width: 100%;
	height: 21px;
	top: 0;
	left: 0;
	background-color: #FFF;
}

/* product_list - Gallery Style */
.productGalleryWrapper {
	position: relative;
	float: left;
	display: inline;
	width: 182px;
	height: 360px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #FDF7EB;
}
.productGalleryWrapperNoCart {
	height: 255px;
}
.pg1 {
	border: 1px solid #FEBF22;
	margin-right: 12px;
}
.pg2 {
	border: 1px solid #FEBF22;
	margin-right: 12px;
}
.pg3 {
	border: 1px solid #FEBF22;
	margin-right: 12px;
}
.pg4 {
	border: 1px solid #FEBF22;
	margin-right: 0;
}
.galleryLastItem {
	
}
.productGalleryImageWrapper {
	width: 182px;
	height: 100px;
	margin: 0 0 5px 0;
	padding: 5px 0;
	text-align: center;
	background-color: #FFF;
}
.productGalleryImage {
	margin: 0;
	padding: 0;
	border: none;
}
h2.productGalleryName {
	height: 45px;
	margin: 0;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-color: #FDF7EB;
}
h2.productGalleryName a {
	color: #000;
	text-decoration: none;
}
h2.productGalleryName a:visited {
	color: #000;
	text-decoration: none;
}
h2.productGalleryName a:hover {
	color: #000;
	text-decoration: underline;
}
.productGalleryPrice {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
}
.productGalleryPriceWrapper {
	height: 75px;
}
.productGalleryHiddenPriceWrapper {
	height: 50px;
}
.productGalleryPriceOptions {
	height: 22px;
	margin: 5px 0;
	padding: 0;
}
.productGalleryCartWrapper {
	height: 20px;
	margin: 0;
	position: relative;
	width: 182px;
	text-align: center;
}
.addToCartDivGallery {
	position: absolute;
	display: block;
	width: 100%;
	height: 21px;
	top: 0;
	left: 0;
	background-color: #FDF7EB;
}
.optionPriceStockWrapperGallery {
	position: relative;
	height: 75px;
	background-color: #FDF7EB;
}
.optionPriceStockWrapperInnerGallery {
	position: absolute;
	display: block;
	width: 100%;
	height: 75px;
	top: 0;
	left: 0;
	background-color: #FDF7EB;
}
.productGalleryPriceSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #D4D3D3;
}
.productGalleryPriceSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #FFB310;
}

.productGalleryVariantSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #D4D3D3;
}
.productGalleryVariantSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #FFB310;
}

/* [ product_list Line Style ] */

ul#productLine {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#productLine li.lineInfo {
	float: left;
	display: block;
	height: 55px;
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#productLineRowHeader {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	height: 25px;
	background-color: #666;
}
.productLineThumbnailHeader {
	float: left;
	margin: 0;
	padding: 0;
	width: 59px;
	line-height: 25px;
	border-right: 1px solid #CCC;
}
.productLineCodeHeader {
	float: left;
	display: inline;
	width: 114px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #CCC;
}
.productLineNameHeader {
	float: left;
	display: inline;
	width: 144px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #CCC;
}
.productLineNameHeaderNoImage {
	width: 204px;
}
.productLinePriceHeader {
	float: left;
	width: 124px;
	margin: 0;
	padding: 0 5px;
	line-height: 25px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #CCC;
}
.productLineOptionsHeader {
	float: left;
	display: inline;
	width: 164px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #CCC;
}
.productLineCartHeader {
	float: left;
	width: 115px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.productLinePriceBlock {
	/*text-align: right;*/
}
.productLineThumbnail {
	float: left;
	margin: 0;
	padding: 0;
	width: 60px;
}
.productLineThumbnail a img {
	width: 50px;
	margin: 0 0 0 5px;
	border: none;
}
.productLineCode {
	float: left;
	display: inline;
	width: 115px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.productLineCode a {
	color: #000;
	text-decoration: none;
}
.productLineCode a:visited {
	color: #000;
	text-decoration: none;
}
.productLineCode a:hover {
	color: #000;
	text-decoration: underline;
}
h2.productLineName {
	float: left;
	display: inline;
	width: 143px;
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
h2.productLineName a {
	color: #000;
	text-decoration: none;
}
h2.productLineName a:visited {
	color: #000;
	text-decoration: none;
}
h2.productLineName a:hover {
	color: #000;
	text-decoration: underline;
}
h2.productLineNameNoImage {
	width: 203px;
}

.productLineCartBlock { /* Contains the product prices and add to cart/more info buttons etc */
	float: left;
	width: 435px;
	/*text-align: right;*/
}
.productLineCartBlockInner { /* Wraps the add to cart button */
	position: relative;
	float: left;
	display: inline;
	width: 120px;
	height: 20px;
	margin: 0;
	padding: 0 0 0 5px;
	text-align: right;
}

.productLinePriceOnApplication {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
	text-align: right;
	/*vertical-align: middle;*/
}
.productLinePriceWrapper {
	display: none;
	margin: 0 0 5px 0;
	padding: 0;
}
.productLinePrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	/*background-color: #FFF;*/
}
.lineOptionsVariantsWrapper {
	float: left;
	display: inline;
	width: 170px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.optionPriceStockWrapperLine {
	float: left;
	display: inline;
	position: relative;
	width: 120px;
	height: 47px;
	margin: 0 5px;
	padding: 0;
	background-color: #F4F4F4;
	text-align: right;
}
.optionPriceStockWrapperLineOff {
	float: left;
	display: inline;
	position: relative;
	width: 120px;
	height: 47px;
	margin: 0 5px;
	padding: 0;
	background-color: #FFF;
	text-align: right;
}

.optionPriceStockWrapperInnerLine {
	position: absolute;
	display: block;
	width: 120px;
	height: 47px;
	top: 0;
	left: 0;
	background-color: #F4F4F4;
}
.optionPriceStockWrapperInnerLineOff {
	position: absolute;
	display: block;
	width: 120px;
	height: 47px;
	top: 0;
	left: 0;
	background-color: #FFF;
}
.productLinePriceSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 15px;
	border: 1px solid #D4D3D3;
}
.productLinePriceSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 15px;
	border: 1px solid #FFB310;
}

.productLineVariantSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 0 15px;
	border: 1px solid #D4D3D3;
}
.productLineVariantSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 0 15px;
	border: 1px solid #FFB310;
}
.addToCartDivLine {
	position: absolute;
	display: block;
	width: 125px;
	height: 21px;
	top: 0;
	left: 0;
	background-color: #F4F4F4;
}
.addToCartDivLineOff {
	position: absolute;
	display: block;
	width: 125px;
	height: 21px;
	top: 0;
	left: 0;
	background-color: #FFF;
}
.InStockMessageLine {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #0A0;
	font-weight: normal;
	text-decoration: none;
}
.OutOfStockMessageLine {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
}
.rowOnLine {
	background-color: #F4F4F4;
}
.rowOffLine {
	background-color: #FFF;
}

/* [ product_detail ] */
#productDetailWrapper { /* Overall Product Detail wrapper - overrides "subContent" class */
	padding: 0;
}
#productDetailInfo {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 450px;
}

h1.productDetailTitle {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-transform: none;
	text-decoration: none;
}
.productDetailText {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color:#000;
	text-decoration: none;
}
.productDetailText a {
	text-decoration: none;
}
.productDetailText a:hover {
	text-decoration: underline;
}
.productDetailText img#pdfIconImage {
	margin: 0 5px 0 0;
	border: none;
}


#productDetailPriceOptions {
	margin: 0;
	padding: 0;
}

#productDetailPriceWrapper {
	margin: 0 0 5px 0;
	padding: 0;
}

.optionCodeText {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.productDetailPriceOnApplication {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
	text-align: left;
	/*vertical-align: middle;*/
}
.productDetailAddonPriceOnApplication {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.productDetailPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background-color: #FFF;
}
.productDetailPriceExGST { /* "ex GST" text next to price */
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: normal;
	color: #C60303;
	text-decoration: none;
}
.productDetailPriceIncGST { /* "inc GST" text next to price */
	margin-left: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: normal;
	color: #C60303;
	text-decoration: none;
}

#productDetailImagesWrapper {
	float: left;
	margin: 0;
	padding: 0;
	width: 310px;
}
#productDetailImage, #productDetailImageIE6 {
	margin: 0 0 5px 0;
	padding: 0;
}
#productDetailImage a img, #productDetailImage img, #productDetailImageIE6 a img, #productDetailImageIE6 img {
	margin: 0;
	padding: 0;
	width: 310px;
	border: none;
	cursor: pointer;
}

/* extra product images */
.extraImageThumb {
	float: left;
	margin: 1px;
	padding: 0;
	border: none;
	cursor: pointer;
}
.extraImageThumb img, .extraImageThumb a img {
	width: 100px;
	border: none;
}

.productDetailCartBlock {
	position: relative;
	/*float: left;*/
	height: 20px;
	width: 150px;
	text-align: left;
}

/* Product Addons - Product Detail page */
#productDetailAddonsWrapper {}
#productDetailAddonsWrapper #addonsIntroWrapper {
	height: 30px;
	width: 770px;
	margin: 15px 0 0 0;
	padding: 0;
	/*background-color: #F4F4F4;*/
	border-top: 1px solid #CCC;
	/*border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;*/
}
#productDetailAddonsWrapper h5.addonsIntroText {
	line-height: 30px;
	margin: 0 5px;
	padding: 0;
}
.addonWrapper {
	float: left;
	display: inline;
	width: 182px;
	height: 360px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #FDF7EB;
}
.addonWrapperNoCart {
	height: 250px;
}
.a1 {
	border: 1px solid #FEBF22;
	margin-right: 10px;
}
.a2 {
	border: 1px solid #FEBF22;
	margin-right: 10px;
}
.a3 {
	border: 1px solid #FEBF22;
	margin-right: 10px;
}
.a4 {
	border: 1px solid #FEBF22;
	margin-right: 0;
}
.addonsLastItem {
	
}
.addonImageWrapper {
	width: 182px;
	height: 100px;
	margin: 0 0 5px 0;
	padding: 5px 0;
	text-align: center;
	background-color: #FFF;
}
.addonImage {
	margin: 0;
	padding: 0;
	border: none;
}
h2.addonName {
	height: 45px;
	margin: 0;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-color: #FDF7EB;
}
h2.addonName a {
	color: #000;
	text-decoration: none;
}
h2.addonName a:visited {
	color: #000;
	text-decoration: none;
}
h2.addonName a:hover {
	color: #000;
	text-decoration: underline;
}
.addonPrice {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
}
.addonPriceWrapper {
	height: 75px;
}
.addonHiddenPriceWrapper {
	height: 50px;
}
.addonPriceOptions {
	height: 22px;
	margin: 5px 0;
	padding: 0;
}
.addonCartWrapper {
	height: 20px;
	margin: 0;
	position: relative;
	width: 182px;
	text-align: center;
}
.addToCartDivAddon {
	position: absolute;
	display: block;
	width: 100%;
	height: 21px;
	top: 0;
	left: 0;
	background-color: #FDF7EB;
}
.optionPriceStockWrapperAddon {
	position: relative;
	height: 75px;
	background-color: #FDF7EB;
}
.optionPriceStockWrapperInnerAddon {
	position: absolute;
	display: block;
	width: 100%;
	height: 75px;
	top: 0;
	left: 0;
	background-color: #FDF7EB;
}

.productAddonPriceSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #D4D3D3;
}
.productAddonPriceSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #FFB310;
}

.productAddonVariantSelect {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #D4D3D3;
}
.productAddonVariantSelectSelected {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #FFB310;
}


input.AddToCartSubmit {
	margin: 0 0 0 5px;
	width: 70px;
}
input.AddToFavourites {
	margin: 5px 0 0 0;
	width: 105px;
}
input.MoreInfo {
	margin: 5px 0 0 0;
	width: 105px;
}
input.RequestInfo {
	margin: 5px 0 0 0;
	width: 105px;
}
input.RequestInfoGallery {
	/*
position: absolute;
	bottom: 5px;
	left: 38px;
*/
	margin: 5px 0 0 0;
	width: 105px;
}
input.RequestInfoLine {
	margin: 0;
	width: 105px;
}
input#NewsBack {
	margin: 5px 0 0 0;
	width: 105px;
}

.InStockMessage {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	color: #0A0;
	font-weight: normal;
	text-decoration: none;
}
.OutOfStockMessage {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
}
.PriceNotAvailableMessage {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	color: #900;
	font-weight: normal;
	text-decoration: none;
}
.PriceNotAvailableMessageLine {
	margin: 0 0 5px 40px;
	padding: 0;
	font-size: 11px;
	color: #900;
	font-weight: normal;
	text-decoration: none;
}


/* Quick Order Form */
#QuickOrderFormWrapper {
	margin: 0 0 10px 0;
	padding: 0;
}
#qoTable {
	width: 100%;
	border: 1px solid #DDD;
	padding: 2px;
}
#qoHeadings {
	background-color: #666;
}
#qoTable tr#qoHeadings td {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #FFF;
}
#qoTable tr td {
	padding: 4px;
}
	
#qoProductCodeEntry {
	float: left;
	/*width: 400px;*/
}
#qoProductCodeInput {}
.qoProductCodeInput {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	width: 135px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #DDD;
}
.qoProductCodeInputSelected {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	width: 135px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #FFB310;
}
.enterCodeInfoDiv {
	/* IE 6 min-height hack */
	min-height: 10px;
	height: auto !important;
	height: 10px;
	/* */
	margin: 0;
	padding: 5px;
	border: 1px solid #DDD;
	text-align: left;
}
#qoProductContent {
	float: left;
	width: 320px;
}
#qoThumbnail {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 100px;
}
#qoThumbnail a img {
	width: 100px;
	margin: 0 auto;
	border: none;
}
.qoProductName {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.qoProductName a {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.qoProductName a:visited {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.qoProductName a:hover {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.qoProductCode {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.qoProductPrice {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
}
.qoProductPriceGST {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #C60303;
	text-decoration: none;
}
.qoInStockMessage {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #0A0;
	font-weight: bold;
	text-decoration: none;
}
.qoOutOfStockMessage {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #E41908;
	font-weight: bold;
	text-decoration: none;
}
.qoOutOfStockMessageTryAgain {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #E41908;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.qoInvalidProductCode {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #E41908;
	text-decoration: none;
}
#qoProductCartBlock {
	position: relative;
	float: left;
	width: 150px;
}
.addCartInfoDivQO {
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 25px;
	left: 0px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivQO img {
	margin: 11px 0 0 0;
	border: none;
}
.qoQtyInput {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	width: 35px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCC;
}
.qoQtyInputSelected {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	width: 35px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #FFB310;
}
.qoQtyInputDisabled {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	width: 35px;
	background-color: #EEE;
	padding: 2px;
	margin: 0;
	border: 1px solid #DDD;
}

.qoAddToCartSubmit {
	margin: 0 0 0 5px;
	width: 100px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #EE1D1D;
	cursor: pointer;
	border: 1px solid #E50909;
}
.qoAddToCartSubmitDisabled {
	margin: 0 0 0 5px;
	width: 100px;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	background-color: #EEE;
	border: 1px solid #DDD;
}
.qoTryAgain {
	margin: 0 0 0 28px;
	width: 100px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #EE1D1D;
	cursor: pointer;
	border: 1px solid #E50909;
}

.addCartInfoDivPL { /* Div that displays info when adding to cart - Product List */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 0px;
	left: -65px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivPL img {
	margin: 11px 0 0 0;
	border: none;
}

.addCartInfoDivGallery { /* Div that displays info when adding to cart - Featured */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: -55px;
	left: 15px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivGallery img {
	margin: 11px 0 0 0;
	border: none;
}
.addCartInfoDivLine { /* Div that displays info when adding to cart - Product List */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 0px;
	left: -140px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivLine img {
	margin: 11px 0 0 0;
	border: none;
}

.addCartInfoDivPD { /* Div that displays info when adding to cart - Product Detail */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 0;
	left: 110px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivPD img {
	margin: 11px 0 0 0;
	border: none;
}

.addCartInfoDivAddon { /* Div that displays info when adding to cart - Featured */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: -55px;
	left: 15px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivAddon img {
	margin: 11px 0 0 0;
	border: none;
}

.addCartInfoDivSpecial { /* Div that displays info when adding to cart - Specials */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: -55px;
	left: 0;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivSpecial img {
	margin: 11px 0 0 0;
	border: none;
}

.addCartInfoDivFeatured { /* Div that displays info when adding to cart - Featured */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: -55px;
	left: 10px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivFeatured img {
	margin: 11px 0 0 0;
	border: none;
}
.favouriteCartWrapper {
	position: relative;
	width: 100px;
	text-align: right;
}
.addCartInfoDivFavourite { /* Div that displays info when adding to cart - Favourites */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 0px;
	left: -125px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivFavourite img {
	margin: 11px 0 0 0;
	border: none;
}
.favouriteMultiCartWrapper {
	position: relative;
	/*width: 120px;*/
	text-align: left;
}
.addCartInfoDivFavouriteMulti { /* Div that displays info when adding to cart - Favourites */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 8px;
	left: 125px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.addCartInfoDivFavouriteMulti img {
	margin: 11px 0 0 0;
	border: none;
}
.favouriteMultiDeleteWrapper {
	position: relative;
	/*width: 120px;*/
	text-align: left;
}
.favouriteInfoDivDeleteMulti { /* Div that displays info when adding to cart - Favourites */
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 50px;
	top: 8px;
	left: 125px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.favouriteInfoDivDeleteMulti img {
	margin: 11px 0 0 0;
	border: none;
}



#addCartInfoContent {
	width: 150px;
	height: 50px;
}
#addCartInfoContent img {
	float: left;
	width: 28px;
	height: 28px;
	margin: 11px 10px;
	border: none;
}
#addCartInfoContent p {
	float: left;
	margin: 10px 5px 0 0;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#fullCartButtonWrapper {
	position: relative;
	display: block;
	width: 150px;
	margin: 0;
	padding: 0;
}
.fullCartUpdateDiv {
	position: absolute;
	z-index: 40;
	width: 150px;
	height: 50px;
	bottom: 0;
	left: 0px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.fullCartUpdateDiv img {
	margin: 11px 0 0 0;
	border: none;
}

.favDivWrapperPL {
	position: relative;
	width: 200px;
}
.favouriteInfoDivPL { /* Div that displays info when adding favourites - Product List */
	position: absolute;
	z-index: 40;
	width: 150px;
	height: 50px;
	top: 5px;
	left: -65px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.favouriteInfoDivPL img {
	margin: 11px 0 0 0;
	border: none;
}
.favDivWrapper {
	position: relative;
	width: 150px;
}

.favouriteInfoDivPD { /* Div that displays info when adding favourites - Product List */
	position: absolute;
	z-index: 40;
	width: 150px;
	height: 50px;
	top: 5px;
	left: 110px;
	background-color: #FFF;
	border: 1px solid #FFB310;
	text-align: center;
}
.favouriteInfoDivPD img {
	margin: 11px 0 0 0;
	border: none;
}

#favouriteInfoContent {
	width: 150px;
	height: 50px;
}
#favouriteInfoContent img {
	float: left;
	width: 28px;
	height: 28px;
	margin: 11px 10px;
	border: none;
}
#favouriteInfoContent p {
	float: left;
	margin: 18px 5px 0 0;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


#favouritesCart {
	margin: 0 0 10px 0;
}
#favouritesTable table {
	margin: 10px 0;
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
#favouritesTable td {
	border-right: 1px solid #EAEAEA;
}
#favouritesTitleRow td {
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 5px;
}
#favouritesTable img.favouriteThumb {
	margin: 0;
	border: none;
	width: 50px;
}
.favouritesSubtitle {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
input#DeleteSelected {
	width: 120px;
	margin: 10px 0 0 0;
}
input#AddSelected {
	width: 120px;
	margin: 10px 5px 0 0;
}
input#MoveSelected {
	width: 120px;
	margin: 10px 5px 0 0;
}
input#CreateGroup {
	width: 120px;
	margin: 10px 5px 0 0;
}
input#DeleteGroup {
	width: 120px;
	margin: 10px 5px 0 0;
}
.FavouriteInStockMessage {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #0A0;
	font-weight: normal;
	text-decoration: none;
}
.FavouriteOutOfStockMessage {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #F00;
	font-weight: normal;
	text-decoration: none;
}


/* [ Form styles ] */
form {
	margin: 0;
	padding: 0;
}
.formbuttons {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #EE1D1D;
	cursor: pointer;
	border: 1px solid #E50909;
}
.formbuttonProcessPayment {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #EE1D1D;
	cursor: pointer;
	border: 1px solid #E50909;
}
.forms {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #D4D3D3;
}
.formsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
	border: 1px solid #FFB310;
}
select.forms, select.formsSelected {
	width: 140px;
}
.qtyInput {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px !important;
	width: 30px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.qtyInputSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 24px !important;
	width: 30px;
	border: 1px solid #FFB310;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}

/*  Search Form  */
#simpleSearchWrapper {
	margin: 0;
	padding: 10px 0 10px 10px;
}
.simpleSearchField {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 110px;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #CCC;
}
.simpleSearchFieldSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 110px;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #FFB310;
}
.simpleSearchButton {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #EE1D1D;
	border: 1px solid #E50909;
	cursor: pointer;
}

/*  Sort By Form  */
#sortbyWrapper {
	margin: 10px 0;
	padding: 0;
	text-align: right;
}
.sortbyLabel {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	margin: 0 5px 0 0;
}

.sortbySelect {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin: 0;
	padding: 2px;
	border: 1px solid #CCC;
}
.sortbySelectSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin: 0;
	padding: 2px;
	border: 1px solid #FFB310;
}

/*  Brand Search Form  */
#brandSearchWrapper {
	margin: 0;
	padding: 10px 0 10px 10px;
}
.brandSearchField {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 175px;
	background-color: #FFF;
	margin: 0 22px 0 0;
	padding: 2px;
	border: 1px solid #CCC;
}
.brandSearchFieldSelected {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 175px;
	background-color: #FFF;
	margin: 0 22px 0 0;
	padding: 2px;
	border: 1px solid #FFB310;
}
.brandSearchButton {
	float: right;
	margin: 5px 22px 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #EE1D1D;
	border: 1px solid #E50909;
	cursor: pointer;
}


.savedCartButtons {
	width: 75px;
	margin: 0 2px;
}

/* 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;
	color: #000;
}
#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;
}

#listInvoicesList {
	margin: 10px 0 0 0;
	padding: 0;
}
#listInvoicesListTable { }
#listInvoicesListTitleTR {
	background-color: #F5F5F5;
}
.listInvoicesListSubtitle {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.listInvoicesListValue {
	height: 30px;
	font-size: 11px;
	color: #000;
	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;
	font-size: 11px;
	color: #000;
	line-height: normal;
}
#viewInvoiceWrapper p { }
#viewInvoiceWrapper a:link { }
#viewInvoiceWrapper a:visited { }
#viewInvoiceWrapper a:hover { }
#viewInvoiceWrapper a:active { }

p#viewInvoiceBackLink {
	text-align: right;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #CCC;
	font-size:11px;
}

#invoiceHeader {
	padding: 0;
}
#invoiceHeaderLeft {
	float: left;
	width: 290px;
}
#invoiceHeaderRight {
	float: left;
	width: 290px;
	margin-bottom: 10px;
}
#invoiceHeaderPaidImage {
	float: left;
	width: 189px;
	text-align:right;
}
p.invoiceLabel {
	float: left;
	margin: 0;
	padding: 0;
	width: 125px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
p.invoiceValue {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#invoiceShipToAddress p.invoiceLabel, #invoiceShipToContact p.invoiceLabel {
	float: left;
	margin: 0;
	padding: 0;
	width: 290px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#invoiceShipToAddress p.invoiceValue, #invoiceShipToContact p.invoiceValue {
	float: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#invoiceImportantDetails { }
#invoiceOtherDetails { }

#invoiceShipToContact{
	float: left;
	width: 290px;
	margin-bottom: 10px;
}
#invoiceShipToAddress {
	float: left;
	width: 290px;
}
#invoiceLineItemTable {
	width: 100%;
	margin: 15px 0 0 0;
}

#invoiceLineItemTitleTR {
	background-color: #F5F5F5;
}

.invoiceLineItemSubtitle {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.invoiceLineItemValue {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
}
.invoiceLineItemTotalSubtitle {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.invoiceLineItemTotalValue {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}


/* [ login ] */

#loginWrapper {
	position: relative;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: 995px;
	height: 38px;
}
#loginUIMessage {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #ED3024;
	font-weight: bold;
	text-decoration: none;
	left: 0;
	bottom: -11px;
}
#loginUsername {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}


/* Form field styles */
.loginformbutton {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #D4D3D3;
	border: 1px solid #CCC;
	cursor: pointer;
}
.loginform {
	width: 122px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #CCC;
}
.loginformSelected {
	width: 122px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #FFB310;
}

.loggedinUser { /* Text displayed when user is logged in */
	float: left;
	line-height: 38px;
	vertical-align: middle;
	margin: 0;
	padding:0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#loginMyAccount { /* My Account link displayed when user is logged in */
	float: left;
	line-height: 38px;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}
#loginLogout { /* Logout link displayed when user is logged in */
	float: left;
	line-height: 38px;
	vertical-align: middle;
	padding-left: 10px;
}
.loginText { /* Font styles for Logout and My Account links */
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.loginText a { }
.loginText a:hover { }

.forgotLogin { /* Font styles for Forgot Login link */
	padding:0 0 0 3px;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.forgotLogin a { }
.forgotLogin a:hover { }

#register {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	font-size:11px;
	height: 38px;
	line-height:38px;
	text-align:center;
	color:#000000;
	text-decoration:none;
}
#register a {
	color:#000000;
	text-decoration:none;
}
#register a:hover { 
	color:#000000;
	text-decoration:underline;
}


/* [ 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: #000;
	text-decoration: none;
}
#contactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 125px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: right;
}
#contactFormWrapper input, #contactFormWrapper select, #contactFormWrapper textarea {
	margin: 5px 0 0 0;
}
#contactFormWrapper select#Country, #contactFormWrapper select#StateAU, #contactFormWrapper select#StateUS {
	width: 140px;
}
#contactFormWrapper input#contactSubmit {
	margin: 5px 0 0 130px !important;
	margin: 5px 0 0 133px;
}
#contactFormWrapper textarea {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#contactAddress {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #EDEDED;
}
#captcha {
	text-transform: uppercase;
}
#CaptchaHowToUse {
	margin: 5px 0 10px 130px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#CaptchaReloadText {
	margin: 5px 0 5px 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#contactFormWrapper input#signupSubmit {
	margin: 5px 0 0 130px !important;
	margin: 5px 0 0 133px;
}
#contactFormWrapper .signupMessage {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#signupPanelWrapper {
	margin: 0;
	padding: 10px;
	width: 180px;
	height: 220px;
}
#signupPanelWrapper p.signupPanelText {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
/*
#signupPanelWrapper label {
	display: block;
	padding: 5px 0 0 0;
	width: 70px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
}
*/
/*
#signupPanelWrapper p.newsLetterLabel {
	float: left;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	width: 70px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
}
*/
.signupPanelForm {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 170px;
	background-color: #FFF;
	padding: 2px;
	margin: 2px 0;
	border: 1px solid #D4D3D3;
}
.signupPanelFormSelected {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 170px;
	background-color: #FFF;
	padding: 2px;
	margin: 2px 0;
	border: 1px solid #FFB310;
}
#signupPanelWrapper select.signupPanelForm, #signupPanelWrapper select.signupPanelFormSelected {
	width: 176px;
}
.signupPanelFormButton {
	float: right;
	margin: 5px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background-color: #EE1D1D;
	cursor: pointer;
	border: 1px solid #E50909;
}
.signupPanelFormSignupMessage {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #ED3024;
	text-decoration: none;
}

/* [ 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: #000;
	text-decoration: none;
}
#registrationFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 135px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	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 select#contactsource {
	width: 140px;
}
#registrationFormWrapper textarea {
	width: 250px;
	height: 75px !important;
	height: 75px;
}
#registrationFormWrapper input#registrationSubmit {
	margin: 5px 0 0 140px !important;
	margin: 5px 0 0 143px;
}
#registerPasswordMessage {
	padding-top: 10px;
	border-top: 1px solid #DDD;
}

/* [ 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: 14px;
	color: #706F73;
	font-weight: bold;
}
.ManageAddressTitle {
	font-size: 12px;
	color: #706F73;
	font-weight: bold;
}
.AMSubBoxes {
	border: 1px solid #900;
	font-size: 11px;
	color: #706F73;
	padding: 2px 5px 2px 5px;
}
.AMSubBoxes a {
	font-size: 11px;
	color: #F50C0C;
	text-decoration: none;
}
.AMSubBoxes a:hover {
	font-size: 11px;
	color: #F50C0C;
	text-decoration: underline;
}
.inrowH, .inRowH {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.specialInstructions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.specialInstructionsSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	border: 1px solid #FFB310;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}

select#AdminLevel, select#DefaultAddressID {
	width: 140px;
}

/* [ purchase_pages ] */
#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: #999;
	text-decoration: none;
}
.orderProgress a {}
.orderProgress a:hover {}

.orderProgressCurrent {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.orderProgressArrow {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.formsPaymentNotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 2px;
	margin: 5px 0 0 0;
}
.formsPaymentNotesSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 250px;
	height: 75px !important;
	height: 75px;
	border: 1px solid #FFB310;
	background-color: #FFF;
	padding: 2px;
	margin: 5px 0 0 0;
}
#Comments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Purchase pages - General styles */
p.detailsLabel {
	float: left;
	width: 75px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: bold;
}
p.detailsValue {
	float: left;
	width: 500px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.orderDetailsTable {
	border: 1px solid #CCC;
}
.detailsTermsValue {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#paymentCartEmptyMessage {
	margin: 15px 0 0 10px;
}
#paymentCartEmptyMessage h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}


/* Purchase pages - Contact section */

#paymentContactWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentContactWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentContactWrapper h6 {
	margin: 5px 0;
	color: #000;
}

#paymentContactWrapper p { }
#paymentContactWrapper a:link { }
#paymentContactWrapper a:visited { }
#paymentContactWrapper a:hover { }
#paymentContactWrapper a:active { }

#paymentContactFormWrapper { /* Wrapper for contact form only */
	margin: 0;
	padding: 0;
	text-align: left;
}
#paymentContactFormWrapper fieldset { }
#paymentContactFormWrapper legend { }
#paymentContactFormWrapper label { }
#paymentContactFormWrapper input {
	margin: 5px 0 0 0;
}
#paymentContactFormWrapper select {
	margin: 5px 0 0 0;
	width: 140px;
}

#paymentContactFormWrapper input#paymentContactSubmit { /* Contact Form submit button */
	margin: 5px 0 0 140px !important;
	margin: 5px 0 0 143px;
	
}
#paymentContactFormWrapper textarea { }
#contactDeliveryMessage { }


/* Purchase pages - Freight and Terms section */
#paymentFreightWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentFreightWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentFreightWrapper h6 {
	margin: 5px 0;
	color: #000;
}
#paymentFreightWrapper p { }
#paymentFreightWrapper a:link { }
#paymentFreightWrapper a:visited { }
#paymentFreightWrapper a:hover { }
#paymentFreightWrapper a:active { }

#freightDeliveryAddressWrapper { /* Wrapper for delivery address details */
	margin: 15px 0;
	padding: 0;
}

#freightDeliveryMessage {
	font-weight: bold;
}
#freightDeliveryAddressWrapper p.detailsLabel {
	margin-left: 20px;
}
#freightDeliveryAddressWrapper p.detailsValue { }

#forceCredit {
	display: none;
}

#freightRadioGroup {
	margin: 0 0 15px 0;
	padding: 0;
}
p.freightRadioItem {
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
}
p.freightRadioItem input {
	width: 15px;
	margin-right: 5px;
}
#termsRadioGroup {
	margin: 0 0 15px 0;
	padding: 0;
}
p.termsRadioItem {
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
}
p.termsRadioItem input {
	width: 15px;
	margin-right: 5px;
}
#FreightAndTermsSubmit {
	margin: 10px 0 0 36px;
}

/* Purchase pages - Confirm Order section */
#paymentConfirmWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentConfirmWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentConfirmWrapper h6 {
	margin: 5px 0;
	color: #000;
}
#paymentConfirmWrapper p { }
#paymentConfirmWrapper a:link { }
#paymentConfirmWrapper a:visited { }
#paymentConfirmWrapper a:hover { }
#paymentConfirmWrapper a:active { }
#paymentConfirmWrapper label { }

#confirmOrderMessage { }
#confirmOrderMessageSub {
	font-weight: bold;
}
#confirmYourDetailsWrapper { /* Wrapper for buyer details */
	margin: 15px 0;
	padding: 0;
}
#confirmYourDetailsWrapper p.detailsLabel {
	width: 155px;
}
#confirmYourDetailsWrapper p.detailsValue { }


#confirmDeliveryDetailsWrapper { /* Wrapper fordelivery address details */
	margin: 15px 0;
	padding: 0;
}
#confirmDeliveryDetailsWrapper p.detailsLabel {
	width: 155px;
}
#confirmDeliveryDetailsWrapper p.detailsValue { }


#confirmSpecialInstructionsWrapper { /* Wrapper for special instructions */
	margin: 15px 0;
	padding: 0;
}
#confirmSpecialInstructionsWrapper p.detailsLabel {
	width: 155px;
}
#confirmSpecialInstructionsWrapper p.detailsValue { }

#confirmOrderDetailsWrapper { /* Wrapper for order details summary */
	margin: 15px 0;
	padding: 0 5px 5px 0;
}
#confirmOrderDetailsTable { /* Order details/cart summary */
	
}

#confirmOrderDetailsWrapper h6 span.detailsTermsValue { }

#paymentConfirmTermsH6 {
	float: left;
}
#confirmOrderSubmit {
	float: right;
	margin: 5px 0;
}


/* Secure payment pages - confirm */
#ccPaymentBlock {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}
.ccInputLabel {
	width: 155px;
}
#ccMakePaymentMessage { }
#ccPaymentOrderID {
	font-weight: bold;
}
#ccCardDetailsMessage { }
#ccOrderTotalMessage { }
#ccOrderTotalMessageValue {
	font-weight: bold;
}

#CCNumber, #CardName, #CVC {
	width: 135px;
	margin: 3px 0 0 0;
}
#CCType {
	width: 140px;
	margin: 3px 0 0 0;
}
#CCExpiryMonth {
	width: 68px;
	margin: 3px 0 0 0;
}
#CCExpiryYear {
	width: 68px;
	margin: 3px 0 0 0;
}
#ccProcessPaymentButton {
	width: 140px;
	margin: 5px 0 5px 160px !important;
	margin: 5px 0 5px 163px;
}

#ccProcessInvoicePaymentButton {
	width: 140px;
	margin: 5px 0 5px 140px !important;
	margin: 5px 0 5px 143px;
}

/* Purchase pages - Completed Order section */
#paymentCompleteWrapper { /* Overall page wrapper - overrides "subContent" class */

}

/* change the following to override default styles */
#paymentCompleteWrapper h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#paymentCompleteWrapper h6 {
	margin: 5px 0;
	color: #000;
}
#paymentCompleteWrapper p { }
#paymentCompleteWrapper a:link { }
#paymentCompleteWrapper a:visited { }
#paymentCompleteWrapper a:hover { }
#paymentCompleteWrapper a:active { }

#paymentCompletePrintPage {
	text-align: right;
}
#paymentCompletePrintPage img {
	border: none;
	margin: 0 5px 0 0;
}

#completeOrderMessage { }
#completeContinueShoppingMessage {
	font-weight: bold;
}

#completeYourDetailsWrapper { /* Wrapper for buyer details */
	margin: 15px 0;
	padding: 0;
}
#completeYourDetailsWrapper p.detailsLabel {
	width: 155px;
}
#completeYourDetailsWrapper p.detailsValue { }


#completeDeliveryDetailsWrapper { /* Wrapper fordelivery address details */
	margin: 15px 0;
	padding: 0;
}
#completeDeliveryDetailsWrapper p.detailsLabel {
	width: 155px;
}
#completeDeliveryDetailsWrapper p.detailsValue { }


#completeSpecialInstructionsWrapper { /* Wrapper for special instructions */
	margin: 15px 0;
	padding: 0;
}
#completeSpecialInstructionsWrapper p.detailsLabel {
	width: 155px;
}
#completeSpecialInstructionsWrapper p.detailsValue { }

#completeOrderDetailsWrapper { /* Wrapper for order details/cart summary */
	margin: 15px 0;
	padding: 0 5px 5px 0;
}
#completeOrderDetailsTable { /* Order details/cart summary */
	
}

#completeOrderDetailsWrapper h6 span.detailsTermsValue { }


/* [ General site styles ] */


.viewOrderSubtitle {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.header {
	margin: 10px 0 10px 0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/* Alternating row colours */
.rowOn {
	background-color: #F5F5F5;
}
.rowOff {
	background-color: #FFF;
}
.content {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.content a { }
.content a:hover { }
.contentSmall {
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.contentSmall a { }
.contentSmall a:hover { }

.contactMessage {
	font-weight: normal;
}
.contactMessageProduct {
	font-weight: bold;
}

.UIMessage {
	font-size: 11px;
	color: #ED3024;
	font-weight: bold;
	text-decoration: none;
}
.compulsory { /* Compulsory field message style */
	font-size: 10px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
.previousPage { /* Previous Page link at the bottom of pages */
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 11px;
}
.previousPage a {}
.previousPage a:hover {}
.fltrt {
	float: right;
	margin: 0;
}
.fltlft {
	float: left;
	margin: 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Products and Services */
.ps-img {
	float:left;
	width:140px;
	margin:0 5px 5px 0;
	padding:0;
	text-align:center;
	font-size:12px;
}

/* Our Suppliers */
ul#suppliersWrapper {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#suppliersWrapper li {
	float: left;
	width: 165px;
	height: 125px;
	margin: 0 6px 6px 0;
	padding: 5px;
	text-align: center;
	border: 1px dashed #FDC223;
}
ul#suppliersWrapper li a {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
}
ul#suppliersWrapper li a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #C60303;
	text-decoration: none;
	text-align: center;
}
ul#suppliersWrapper li .supplierName {
	font-size: 12px;
	font-weight: bold;
	color: #C60303;
	text-decoration: none;
	text-align: center;
}
ul#suppliersWrapper li img {
	margin: 0;
	padding: 0;
	border: none;
}

