body {
	text-align:center; 
	font-size:62.5%;
	font-family:arial;
	color:#27272c;
	background:#fff url(../../images/bodyBG.jpg) repeat-x left top;
}
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px;
	font-size:100%;
	overflow:scroll;
}
#outerwrapper {
	margin:30px auto;
	width:994px;
	text-align:left;
}
#wrapper {
	width:994px;
	float:left;
	font-size:1.2em;
	min-height:100px;
	position:relative;
	background:#fff;
}
#masthead {
	min-height:120px;
	width:994px;
	float:left;
	margin-bottom:10px;
}
#content {
	float:left;display:inline;
	width:799px;
	margin:0 0 0 195px;	
}
#footer {
	float:left;
	clear:both;
	width:994px;
	margin:20px 0 0 0;
	background:url(../../images/footer.jpg) repeat-x left 9px;
	height:48px;
}
#subcontent {
	float:left;display:inline;
	width:160px;
	margin:0 0 0 -994px;
}

.cart {
	position:absolute;
	top:78px;
	left:819px;
	height:63px;
	width:144px;
	background:url(../../images/cart.gif) no-repeat left top;
}
.searchBox {
	position:absolute;
	top:190px;
	left:820px;
	
	width:174px;
	
}
.account_menu {
	position:absolute;
	top:187px;
	left:196px;
	color:#fff;
	width:500px;
}
#contact_right {
	float:right;display:inline;
	margin:0 0 0 20px;
}
/*--------- home page layout ---------*/
.homeLeftTop {
	float:left; display:inline;
	width:590px; 
	min-height:200px;
	margin-right:26px;
	
}
.homeRight {
	float:left; display:inline;
	margin-top:0px;
	width:181px;
	height:490px;
	padding-top:161px;
	height:330px;
	border:1px solid #495677;
	background:url(../../images/rhAd.jpg) no-repeat top center; 
	
	border:none;
	padding:0;
	background:none;
	
}
.homeBottom {
	float:left;display:inline;
	width:799px;
	margin:0px 0 0 0;
	height:66px;
}
.homeBottom img {
	float:left;display:inline;
	margin-right:19px;
}
/*-------------------------------------------*/
#loading, #loadingStatic {
  	width:70px;
  	height:25px; 	
  	line-height:25px;
  	position:absolute;
  	top:155px;
  	left:565px;
    display:none;
    background:url(../../images/core/ajax-loader.gif) no-repeat right center;
    font-size:0.9em;
    font-style:italic;  
}
#loadingStatic {
	display:block;
	top:50px;
	left:325px;
}
.strikethrough {
	text-decoration:line-through;
}
/*************************************************************/
.message, .inlinemessage {
    color:#fff; 
    text-align:center;
    display:none;	
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background:#bd0b0f;
	z-index:2;
	 font-size:12px;
	border:1px solid #fff; 
    padding:50px 100px 50px 100px;
	-moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
  
}
.inlinemessage {
    bottom:200px;
}
/*************************************************************/
#modalLayer {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	z-index:1;
}
.errorMessage,.errorMessageForm {
	color:#bd0b0f;
	margin:0 0 0 10px;
	font-style:italic;
	font-size:0.9em;
	line-height:18px;
}
/**********************************************************/
.errorMessageForm {
	line-height:16px;
}
#printOrder {
	position:absolute;
	display:none;
	top:10px;
	z-index:100;
	width:800px;
	padding:10px;
	background:#fff;
}
/*************************************************************/
.req, .alert  {
	color:#bd0b0f;
}
.indent {
	margin-left:10px;
	font-size:0.9em;
}
.errors, .success {
	background:#bd0b0f;
	padding:10px 10px 1px 10px;
	margin-bottom:10px;
}
.underline {
	border-bottom:1px solid #fff;
}
.clear {
	clear:both;
}
.margin {
	margin-left:10px;
}
/*************************************************************/
h1,h2,h3 {
	font-size:1.5em;
	margin-bottom:10px;
	clear:both;
	color: #495677;
}
h2 {
	font-size:1.2em;
}
#subcontent h2 {
	padding-left:10px;
}
.cart h2 {
	margin:-22px  0 23px 10px;
	padding:0;
}
.cart p {
	font-size:0.9em;
	font-size:1em;
	margin:0px 0 0px 55px;
}
h3 {
	font-size:1.2em;
}
#printOrder h2 {
	text-align:center;
	padding:30px 0 20px 0;
}
p {
	margin-bottom:10px;
}
p.underline {
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}
p.breadcrumb {
	font-size:0.9em;
}
p.pagination {
	text-align:right;
	clear:both;
}
p.detailPagination {
	float:right;display:inline;
	clear:both;
	margin-top:10px;
}

p.marginBottom, p.doubleMarginBottom {
	margin:0 0 5px 0;
	float:left;
	clear:both;
}
p.doubleMarginBottom {
	margin-bottom:10px;
}
p.req {
	margin:10px 0 10px 0;
	float:left;
	clear:both;
	
}
.errors p, .success p {
	color:#fff;
}
.homeRight p {
	padding:0 10px 0 10px;
}
p.product_number {
	color:#495677;
	margin:10px 0 5px 0;
	
}
p.margin, p.doublemargin {
	margin:0 0 5px 0;
	float:left;
	clear:both;
}
p.doublemargin {
	margin-bottom:10px;
}

a {
	
	color: #495677;
	outline:0;
}
a:hover {
	text-decoration:underline;
}
p.breadcrumb a {
	text-decoration:none;
}
a.selected {
	color: #495677;
	text-decoration:underline;
}
a:active {
  outline:0;
}
.account_menu a {
	color:#fff;
	text-decoration:none;
}
a.acc_menu {
	position:absolute;
	display:block;
	top:0px;
	left:515px;
	width:80px;
}
:focus {
  -moz-outline-style:none;
}
img {
	border:none;
}
/*----------------- definition lists ------------ */
dl.productListing {
	position:relative;
	width:800px;
	margin:0 0 10px 0;
	float:left;
	border:1px solid #495677;
	width:798px;
	font-size:0.9em;
	font-size:1em;
	padding-top:5px;
	padding-bottom:5px;
	width:797px;
}
.productListing p.nomargin {
	font-size:0.9em;
}
.textArea p.nomargin {
	font-weight:normal;
}
.productListingWrapper {  /* this is for product detail page where we show no image */
	float:left;
	min-height:70px;
	background:#fff;
	border-top:1px solid #495677;
	padding-bottom:10px;	
}
.textArea .productListingWrapper {
	border-top:1px solid #495677;
	margin:10px 0 0 0;
	padding-top:10px;
	font-size:1.1em;
	font-size:1em;
}

.productListing select {
	font-size:1.1em;
}
dl.detailPage {
	border:none;
	background:#fff;
	width:797px;
	border:none;
	width:410px; /* same as textArea below */
}
dl.relatedItems {
	width:800px;
}
dl.productListing dt, .productListing dd {
	float:left;display:inline;
	text-align:left;
}
.productListing dt {
	margin:0 10px 0 10px;
}
.productListing dd {
	width:129x;
	margin-left:5px;
}
.productListing dd.optionDisplay {
	float:none;
	margin:0;
	padding:0;
}
.optionWrapper {
	float:left;display:inline;
	margin:0 0 0 10px;
	width:150px;
}
.textArea .optionWrapper {
	margin:0;
}

/*-------------*/

.textArea .productListingWrapper dd {
	position:static;
	float:left;
	width:410px;
	padding:0;
	margin:0;
	font-weight:bold;
}
.textArea .productListingWrapper dd.price {
	position:static;
	float:left;
	margin:0 0 10px 0;
	width:410px;
	text-align:left;
	font-weight:normal;
	
}
.textArea .productListingWrapper dd.price p.first {
	font-weight:bold;
}
.textArea .productListingWrapper dd.quantity {
	position:static;
	float:left;
	margin:0 0 10px 0;
	width:410px;
	text-align:left;
	padding:0;
	font-weight:bold;
}
.textArea .productListingWrapper dd.add {
	position:static;
	float:left;
	text-align:left;
	
}
.textArea .productListingWrapper select {
	font-size:1.1em;
	font-size:1em;
}
/*-------------- */
.productListing dd.productName {
	width:150px;
}
.productListing dd.price {
	/*position:absolute;
	right:210px;*/
	width:100px;
	text-align:center;
	
}
dd.price p {
	margin-bottom:0px;
}
dd.price p.first {
	margin-bottom:10px;
}
.productListing dd.quantity {
	/*position:absolute;
	right:120px; */
	width:100px;
	text-align:center;
	
}
.productListing dd.add {
	/*width:100px;
	position:absolute;
	right:10px;
	top:25px;
	top:30px;*/
	padding-top:25px;
	text-align:center;
}
.textArea dd.add {
	padding-top:0px;
}

.productListing dd.add input {
	width:auto;
	font-size:0.9em;
	font-size:1em;
	width:130px;
	/*
	width:100px;
	text-indent:-9000px;*/

}
.productListing img {
	margin-bottom:-3px;
}
.imageArea {
	float:left;display:inline;
	margin:0 40px 0 20px;
	width:300px;
}
.textArea {
	float:right;display:inline;
	margin:10px 20px 0 0;
	width:410px;
}
.textArea dl {
	list-style:none;
	float:left;
	clear:both;
	width:414px;
	color:#495677;
}
.textArea dt {
	float:left; display:inline;
	width:120px;
	font-weight:bold;
	color:#495677;
	
	float:none;
}
.textArea dd {
	float:left;
	width:415px;
}
.textArea ul {
	float:left;display:inline;
	width:400px;
	margin:0 0 0 14px;
	margin:0;
	list-style:none;
}
.textArea li {
	color:orange;
	color:#495677;
	background:url(../../images/dot.jpg) no-repeat left center;
	padding-left:15px;
}
/*
.textArea li span {
	
	color:#495677;
}
*/
/*---------- search result for products -----*/
dl.productSearch {
	float:left;display:inline;
	width:389px;
	margin:0 10px 10px 0;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
dl.productSearch dt {
	float:left;display:inline;
	width:100px;
	margin:0 10px 0 0;
}
dl.productSearch dd {
	float:left;display:inline;
	width:279px;
}

/******************************************************/
ul {
	margin:0 0 0 14px;
}
ul li {
	margin:0 0 6px 0;
}
ul.bot_links {
	list-style:none;
	float:right;display:inline;
	margin:5px 0px 0 0 ;
	font-size:1.1em;
}
ul.bot_links li, ul.bot_links li a {
	float:left;display:inline;
	margin:0 0 0 10px;
	text-decoration:none;
}

.cart ul {
	float:left;display:inline;
	list-style:none;
	margin:28px 0 0 -1px;
	
}
.cart li, .cart li a {
	float:left;display:inline;
	width:70px;
	height:19px;
	line-height:17px;
	margin:0 5px 0 0;
	
}
.cart li.last {
	margin-right:0;
}
.cart li a {
	background:url(../../images/cart_buttons.gif) no-repeat left top;
	font-size:0.9em;
	color:#fff;
	text-align:center;
	display:block;
	margin:0;
	text-decoration:none;
}
.cart li a:hover {
	background:url(../../images/cart_buttons.gif) no-repeat left -31px;
	text-decoration:none;
}
ul.indexCats, ul.catListing {
	list-style:none;
	float:left;
	width:595px;
	margin:0;
}
ul.catListing {
	width:799px;
}

ul.indexCats li,  ul.catListing li  {
	float:left;display:inline;
	padding:0;
	width:185px;
	height:151px;
}
ul.indexCats li,  ul.catListing li  {
	margin:0 20px 20px 0;
	background:url(../../images/prodBox.jpg) no-repeat left top;
}
ul.catListing li {
	margin:0 19px 19px 0;
}


.indexCats a.title,  ul.catListing a.title {
	color:#fff;
	line-height:28px;
	height:28px;
	display:block;
	text-align:center;
	font-size:0.9em;
	text-decoration:none;
}
.indexCats a.pic,  ul.catListing a.pic {
	display:block;
	margin:12px 0 0 17px;
}

ul.indexCats img,  ul.catListing img {
	margin:0 0 -3px 0;
}
ul.superCats {
	list-style:none;
	background:#495677;
	float:left;display:inline;
	width:160px;
	margin:19px 0 0 0;	
	padding-top:10px;
	height:55px;

}
ul.superCats li {
	display:inline;
}
ul.superCats li a {
	color:#fff;
	font-size:0.9em;
	display:block;
	text-align:center;
	margin:0 0 1px 0;
	text-decoration:none;
}
ul.help {
	float:left;display:inline;
	list-style:none;
	margin:0 0 0 10px;
}
ul.help li, ul.help li a {
	float:left;display:inline;
	height:46px;
	width:185px;
	text-indent:-9000px;
	
	
}
ul.help li.first {
	text-indent:0;
	margin:15px 0 0 0;
	padding:0;
}
ul.help li a.deliveries {
	background:url(../../images/helpSection.jpg) no-repeat left top;
}
ul.help li a.deliveries:hover {
	background:url(../../images/helpSection.jpg) no-repeat left -74px;
}
ul.help li a.logistics {
	background:url(../../images/helpSection.jpg) no-repeat -186px top;
}
ul.help li a.logistics:hover {
	background:url(../../images/helpSection.jpg) no-repeat -186px -74px;
}
ul.help li a.favourites {
	background:url(../../images/helpSection.jpg) no-repeat -371px top;
}
ul.help li a.favourites:hover {
	background:url(../../images/helpSection.jpg) no-repeat -371px -74px;
}
ul.help li a.help {
	background:url(../../images/helpSection.jpg) no-repeat -556px top;
}
ul.help li a.help:hover {
	background:url(../../images/helpSection.jpg) no-repeat -556px -74px;
}

.moreImages ul {
	list-style:none;
}
.moreImages ul li, .moreImages ul li a {
	float:left;
	display:inline;
}

/**************************************************************/
.search_results {
	clear:both;
}
ul.searchResults {
	list-style:none;
	margin:0 0 10px 0;
	float:left;
	border-bottom:1px solid #495677;
	width:799px;
	padding-bottom:6px;
}
ul.searchResults li, ul.searchResults li a {
	float:left;display:inline;
	margin:0;
}
ul.searchResults li a {
	margin-right:10px;
}
/*---------------------- tables ------------------------*/
table {
	width:800px;
	margin-bottom:10px;	
	border-collapse:collapse;
	border:1px solid #495677;
}
table th {
	background:#495677;
	color:#fff;
	padding:2px 4px 2px 4px;
	text-align:left;
}
table tbody tr {
	border-bottom:1px solid #ccc;
}
table tr.last {
	border-bottom:1px solid #bd0b0f;
	border:none;
}
table td {
	vertical-align: top;
	padding:4px 2px 4px 2px;
	padding:4px;
	horizontal-align:left;
}
table p {
	margin:0;
}
p.specsheet {
	color:#495677;
	padding-top:4px;
}
table.small_nostyle {
	width:414px;
	border:none;
}
table.small_nostyle td {
	padding:4px 0 4px 0;
}
table.small_nostyle tr {
	border:none;
}
/*------------------------------------------------*/

form p {
	clear:both;
}
fieldset {
	float:left;
	clear:both;
	margin:0 0 10px 0;
	padding:10px 10px 3px 10px;
	width:777px;
}
fieldset h3 {
	font-size:1.2em;
	background:#495677;
	color:#fff;
	margin:0 0 10px 0;
	margin:-10px -9px 10px -10px;
	padding:2px 0px 2px 10px;
}
label {
	float:left;display:inline;
	width:150px;
	line-height:20px;
	margin-right:10px;
}
input,select, textarea {
	border:1px solid #747474;
	background:#fff url(../../images/core/inputBG.jpg);
}
select.do {
	margin:0 0 10px 0;
	width:150px;
}
input, textarea {
	width:200px;
	padding:0 2px 0 2px;
	font-family:arial;
}
textarea {
	font-size:1em;
}
/*
input.medium {
	width:60px;
	padding:1px;
}
*/
input.medium {
	width:60px;
	padding:5px;
}
textarea {
	height:100px;
}
input.btn, a.inputStyle {
	width:130px;
	height:28px;
	line-height:28px;
	border:none;
	background:url(../../images/buttons/staticStd.jpg) no-repeat left top;
	color:#fff;
	display:block;
	text-align:center;
	text-decoration:none;
	float:left;
	clear:both;
}
input.btn {
	padding-bottom:2px;
}
input.btn.hover, a.inputStyle.hover {
	background:url(../../images/buttons/staticStd_hover.jpg) no-repeat left top;
}

input.checkCode {
	width:auto;
	padding:4px;
}


input.checkbox {
	border:none;
	padding:0;
	width:15px;
}
input.radio {
	width:20px;
	border:none;
}
/*
input.addCart {
	background:#495677;
	color:#fff;
}
input.addFavs {
	background:#667bb3;
	color:#fff;
}
*/
input.quantityBtn {
	width:94px;
	width:50px;
}

.inputFocus {
	border:1px solid red;
}
.textAreaWrapper {
	position:relative;
	
}
.textAreaWrapper .indent {
	position:absolute;
	top:0px;
}
/*------------ contact form ------------------------*/
form.contactForm {
	
}
form.contactForm fieldset {	
	width:320px;
}


/*---------------------------*/
.searchBox p {
	float:left;display:inline;
	clear:none;
	margin:0;
	padding:0;
}
.searchBox input {
	width:135px;
	height:22px;
	border:none;
	font-size:0.9em;
	padding:0 5px 0 5px;
	width:125px;
	background:url(../../images/searchInput.jpg) no-repeat left top;
}
.searchBox input.btnSearch {
	width:22px;
	height:22px;
	padding:0;
	background:url(../../images/searchBtn.jpg) no-repeat left top;
	color:#fff;
	margin-left:5px;
}
/*--------------- recaptcha form ------------------*/
fieldset.validation {
	padding-bottom:10px;
	
}
.recaptchaWrapper {
	background:#fff;
	position:relative;
}
#recaptcha_widget_div {
	float:left;
}
.recaptchaWrapper label.recaptchaLabel {
	float:left;
	width:146px;
	
	
}
.recaptchaWrapper label {
	float:none;
}
.recaptchaReq {
	/*position:absolute;
	top:0px;
	left:485px;
	width:auto;
	font-size:0.9em;
	*/
	display:none;
}

/*------------------------images -----------------*/
#masthead img {
	margin-bottom:-3px;
}
.homeRight img {
	margin-bottom:20px;
}
/*--------------------- 404 error page ----------*/
#error #outerwrapper {
	margin-top:100px;
}
#error #content {
	background:#fff;
	width:100%;
	margin:0;
}
#error404 {
	margin:20px auto 20px;
	height:321px;
	width:701px;
	background:url(../../images/core/error404.jpg) no-repeat center top;
	
}
#errorContainer {
	float:left;
	margin:70px 0 0 96px;
	display:inline;
	
}
/*--------------- corner ----------------------
p.margin, p.doublemargin {
	margin:0 0 5px 0;
	float:left;
	clear:both;
}
p.doublemargin {
	margin-bottom:10px;
}
.demo   {
	width:130px;
	background: #495677;
	padding:0;
	margin:0;
	height:28px;  
	float:left;
	clear:both;
}
	
dd.add .demo input, .demo input, .demo a  {
	color:#fff;
	width:130px;
	display:block;
	height:26px;
	line-height:26px;
	padding:0;
	text-align: center;
	clear:none;
	margin:0;
}
.demo.hover {
	background:#8e84b7;
}
.demo.hover input, .demo.hover a {
	color:#fff;
}
input.checkCode {
	width:auto;
	padding:4px;
}
input.medium {
	padding:5px;
}
*/
/*---------------- alternative corner with edging --------------
.demo {
	margin:-1px;
	background:#fff;
}
.inner {
	float:left;
	clear:both;	
	position:relative;
	background: #bd0b0f;
}
.demo input, .demo a {
	color:#747474;
}
*/

div.productListing {
	position:relative;
	margin:0 0 10px 0;
	float:left;
	border:1px solid #495677;
	font-size:1em;
	padding-top:5px;
	padding-bottom:5px;
	padding:5px 0 5px 5px;
	width:792px;
}
div.productListing div {
	float:left;display:inline;
}
div.image_item {
	margin-right:10px;
}
div.productName {
	width:150px;
	margin-right:10px;
}
div.optionDisplayWrapper {
	float:left;
	width:150px;
	margin-right:20px;
}
div.price_wrap {
	width:120px;
	margin-right:0px;
	text-align:center;
	
}
div.price_wrap  p {
	
	width:120px;
}
div.quantity {
	width:100px;
	width:80px;
	text-align:center;
	margin-right:10px;
}
div.quantity input {
	width:56px;
}
div.add {
	margin-top:24px;
	margin-right:0px;
	
}
/****************************/


div.productListingWrapper {
	float:left;
}
div.productListingWrapper .productListing {
	border:none;
	width:415px;
	padding:0;
	margin-top:-12px;
}
div.productListingWrapper .productListing div {
	clear:both;
	margin:0;
}
div.productListingWrapper div.price_wrap, div.productListingWrapper div.quantity  {
	text-align:left;
}
div.productListingWrapper div.quantity {
	margin-bottom:10px;
}

p.bold {
	font-weight:bold;
	color:#495677;
}
