﻿/* ---------------------------------------------
Screen Stylesheet for http://www.DomainName.com
Updated: 03/14/09 - Eddie Kasper
Version: 3.50
-------------------------------------------------
::COLORS::
	Black: #333 --example usage--

::TOC::
	Resets
	Defaults
	Typography
	Template 
	Links
	Navigation
	Forms
	Global Classes
	Pages

::Opacity/Transparency CSS

.opaque1 {	// for all other browsers
	opacity: .5;
}

.opaque2 {	// for IE8
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.opaque3 {	// for IE5-7
	filter: alpha(opacity=50);
}


	

--------------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}
fieldset, table {
border:none;
}
table {
border-collapse:collapse;
border-spacing:0;
word-wrap:break-word; /* will not validate IE only */
}
td {
	vertical-align: top;
}
/*
caption, th, td {
text-align: left;
}*/

/*********** ---------- ::Defaults:: --------------------- ***********/
html { 
font-size:100.01%; 
height:100.1%; 
overflow-y:scroll; 
overflow: -moz-scrollbars-vertical; 
}  
 

body { 
height:100%;
font:12px/1.5 Tahoma,Helvetica,Arial,Geneva,sans-serif;
background:#42413c;
color:#333;
}

/*********** ---------- ::Typography:: ------------------- ***********/
address, h1, h2, h3, h4, h5, h6, li, p, pre {padding: 3px 10px;letter-spacing:normal;}
h1 {font-size:25px; font-weight: normal;font-family: 'HelveticaNeueLTStdCnBold'; text-transform:uppercase; color: #666633;}
h2 {font-size:16px; font-weight: normal;	color: #666633;	text-transform:uppercase; font-family: 'HelveticaNeueLTStdCnBold'}
h3 {font-size:14px;}
h4 {font-size:12px;}
address, li, p {font-size:12px;}
pre {font-size: 12px;}
ul {margin-left: 25px;}
li {
	padding-left: 5px;
}
/*********** ---------- ::Template:: --------------------- ***********/
#wrap {
width: 980px;
margin:0 auto;
padding: 0 6px;
background: transparent url('../images/site-graphics/bg-wrap.png') repeat-y;
}
#innerwrap {
	background: transparent url('../images/site-graphics/bg_tile-2.jpg');
	background-attachment:fixed;
    background-position:  top center;
    background-repeat: repeat-y; 
	
}
#innerwrapbot {
	
   
}

#masthead {
height: 160px;
font-family: Tahoma;
}

#contents {
	padding: 10px 20px 20px;
	position: relative;
	
}
#footer {
clear:both;
margin: 0px 20px 0;
padding: 20px 0 20px;
overflow: hidden;
border-top: 1px solid #B0AB87
}


/*********** ---------- ::Links:: ------------------------ ***********/
a {text-decoration:underline; color: #000;}
a:visited {text-decoration:underline;}
a:active, a:focus, a:hover {
text-decoration:none;
outline:none;
}
a img {border:none;}

/*********** ----------  ::Navigation:: ------------------ ***********/
/*********** Upper Nav Navigation ***********/
#uppernav {
	clear: both;
	width: 942px;
	margin: 0 auto;
	padding-top: 18px;
}
#uppernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline-block;
}
#uppernav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#uppernav ul li a {
	font: normal 22px/22px 'HelveticaNeueLTStdHvCnn';
	font-family: 'HelveticaNeueLTStdHvCnn';
	background: transparent;
	color: #4e3d2a;
	padding: 0 12px;
	margin: 0;
	text-decoration: none;
	text-transform:uppercase;
	
}
#uppernav ul li.first a {
	border-left: 0;
	padding-left: 0;
}
#uppernav ul li a:hover {
	text-decoration: underline;
}

/*********** Top Menu Navigation ***********/
#topmenu {
	list-style-type:none;
	margin: -2px 0 0 -5px;
	padding: 0px 0 0 33px;
	clear:both;
}
#topmenu li {
	display: inline-block;
	float: left;
	padding: 0 13px 0 10px;
}
#topmenu li.last {
	padding: 0 0 0 10px;
}
#topmenu li a {
	color: #4e3d2a;
	font-size: 22px;
	font-family: 'HelveticaNeueLTStdHvCnn';
	text-transform:uppercase;
	text-decoration:none;
}

/*********** Footer Navigation ***********/
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0;
}
#footer ul li {
	margin: 0;
	padding: 5px 0;
	line-height: 1;
}
#footer ul li a {
	font: normal 12px/12px Tahoma,Helvetica,Arial,Geneva,Helvetica,sans-serif;
	background: transparent;
	color: #616161;
	padding: 0;
	margin: 0;
	text-decoration: none;
	
}
#footer ul li a:hover {
	text-decoration: underline;
}
	
/* ---------- ::Forms:: ------------------------ */
label {cursor:pointer;}
input,label,select,textarea {
font-size:inherit;
font-family:inherit;
}
input, textarea {padding:2px;}
textarea {overflow:auto;}
select {
	height: 20px;
	line-height: 20px;
}
/*********** ---------- ::Global Classes:: --------------- ***********/
.center {text-align:center;}
.clear {
clear:both;
padding:0;
margin:0;
line-height:normal;
}
.floatleft {float:left;}
.floatright {float:right;}
.hidden {display:none;}
.inline {display:inline;}
.large {
font-size:20px;
font-weight:bold;
}
.light {color:#999;}
.small {
font-size:10px;
font-weight:normal;
}
.indent15 {
	margin-left: 15px;
}
.indent25 {
	margin-left: 25px;
}
.indent35 {
	margin-left: 35px;
}
.hspacer20 {
	display: inline-block;
	width: 20px;
	height: 10px;
}
.red {
	color: #ff0000;
}
/*********** ---------- ::Pages:: ------------------------ ***********/

/*********** /// place specific page rules here if needed /// ***********/

#logolink img {
	float: left;
	display: block;
	padding: 20px 0 0 20px;
	width: 250px;
}
.mh-right {
	width: 672px;/*622*/
	padding: 20px 20px 0 0;
	height: 105px;
	float: right;
	position: relative;
}
.mh-right .info {
	height: 74px;
	padding-top: 27px;
	background: transparent url('../images/site-graphics/divider-1.png') bottom center no-repeat;
}
.mh-right .info p {
	float: left;
	text-align: center;
	line-height: 1;
	font-size:11px;
	padding: 0 16px;
	color: #76645a;
}
.mh-right .info p.first {
	padding-left: 0;
}
.mh-right .info p.last {
	padding-right: 0;
}

.mh-right .info p span {
	color: #666633;
	font-size: 45px;
	font-family: 'cheap_pineregular';
}
.divider {
	width: 740px;
	height: 10px;
	margin: 0 13px 0 8px;
	border-top: 1px solid #bbdabb;
}
.mh-right .cart-search p {
	padding: 15px 0 5px;
	float: left;
}
.mh-right input.search {
	float: left;
	width: 220px;
	padding: 5px 5px 5px;
	font-size: 12px;
	color: #999;
	border: 1px solid #a89f98;
	background: #f8f4e9;
}
.mh-right input.search:focus {
	color: #333;
}
.mh-right a.submit {
	width: 27px;
	height: 25px;
	float: left;
	display: block;
	margin-left: 5px;
	background: transparent url('../images/site-graphics/form-search-button.jpg') no-repeat;
}
.mh-right .cart-search p span.vdiv {
	width: 1px;
	height:26px;
	display:inline-block;
	margin: 0 0 0 15px;
	background: #a89f98;
}
.mh-right .cart {
	float: right;
	width: 305px;
	height: 22px;
	margin-top: 20px;
	padding: 1px 1px 1px 35px;
	font-size: 12px;
	color: #999;
	border: 1px solid #a89f98;
	background: transparent url('../images/site-graphics/icon-basket.png') 4px 2px no-repeat;
}
.mh-right .cart p {
	padding: 0;
	height: 22px;
	line-height: 22px;
}
.mh-right .coop-info {
	background: transparent url('../images/site-graphics/divider-1.png') bottom center no-repeat;
	padding-bottom: 10px;
	height: 100px;
}

.mh-right a.viewbasket {
	width: 83px;
	height: 22px;
	float: right;
	display: none;
	margin: -22px 0 0 5px;
	background: transparent url('../images/site-graphics/bt-view-basket.jpg') no-repeat;
}
.mh-right a.viewinvoice, .left-tools a.viewinvoice  {
	width: 131px;
	height: 36px;
	float: right;
	display: block;
	margin: 12px 0 0 5px;
	background: transparent url('../images/site-graphics/bt-view-invoice.png') no-repeat;
}
.left-tools a.viewfinalinvoice {
	width: 194px;
	height: 36px;
	float: left;
	display: block;
	margin: 12px 0 0 5px;
	background: transparent url('../images/site-graphics/bt-view-final-invoice.png') no-repeat;
}
.coophome .left-tools a.viewinvoice, .coophome .left-tools a.viewfinalinvoice {
	margin-left: 0;
}
.adminhome .left-tools {
	width: 330px;
}
.adminhome .right-tools {
	width: 270px;
	margin-top: 0;
}
.adminhome .winone select {
	margin-right:8px;
}
.adminhome .togglewin, .coophome .togglewin {
	padding: 0 10px 10px; 
	margin-bottom: 10px;
	border-bottom: 1px solid #b0ab87;
}
.adminhome .togglewin .submitbutton {
	margin-top:3px;
}
.adminhome2 .left-tools {
	border-right: 1px solid #a8a095;
}
.adminhome2 .right-tools {
	margin-top: 0; 
	border-left: 1px solid #a8a095; 
	width: 478px; 
	position: relative;
	left: -1px;
}
.adminhome2 .left-tools h2 {
	font-size: 18px;
}
.adminhome2 .right-tools h2 {
	 padding-left: 25px;
}


.mh-right .cooptitle {
	 font-family: 'HelveticaNeueLTStdCnBold';
	 font-size: 25px;
	 position: relative;
	 margin-top: -30px;
	 text-align: center;
	 width: 652px;
}
.mh-right .coop-login {
	float: left;
	width: 270px;

}
.mh-right .coop-login p {
	font-size: 11px;
	padding-left: 5px;
}
.mh-right .coop-login p.msg {
	
	padding: 2px 10px 10px 5px;
}
.mh-right .coop-login p.links a {
	margin-right: 8px;
	color: #666;
}
.message {
	clear: both;
	width: 940px;
	margin-top: 25px;
	padding-bottom: 15px;
	border-top: 1px solid #b0ab87;
	border-bottom: 1px solid #b0ab87;
	background: transparent url('../images/site-graphics/bg-pattern.png') bottom center no-repeat;
}
.message .left {
	float: left;
	width: 340px;
	padding: 0 20px 0px 80px;
	margin-top: -2px;
	background: transparent url('../images/site-graphics/icon-truck.png') 30px 23px no-repeat;
}
.message .right {
	float: right;
	width: 350px;
	padding: 0 20px 0px 80px;
	margin-top: -2px;
	background: transparent url('../images/site-graphics/icon-utinsil.png') 30px 23px no-repeat;
}
.message p {
	padding: 5px 10px 0;
	color: #616161;
}
.message p.title {
	color: #666633;
	font-size: 31px;
	padding: 0px 10px 0;
	font-family: 'cheap_pineregular';
	position: relative;
	top: 10px;
}

.message a, .categories p a, a.rightarrow {	
	padding-right: 10px;

	background: transparent url('../images/site-graphics/icon-arrow-right-grey.gif') right center no-repeat;
}
.message a:hover {

}
a:visited.focus {
	text-decoration:underline;
}
.inspired {
	position: relative;
	height: 240px;
	margin-top: 25px;
	border: 1px solid #b0ab87;
	background: transparent url('../images/site-graphics/gradient-transparent-white.png');
}
.inspired .left {
	width: 250px;
	padding: 25px 0px 15px 10px;
}
.inspired p {
	line-height: 1.6;
}
.inspired p.title {
	display: inline-block;
	color: #333;
	font-size: 40px;
	padding: 0 5px;
	font-family: 'HelveticaNeueLTStd75Bold';
	border-bottom: 1px solid #b0ab87;
	line-height: 1.5;
}
.inspired p.title span {
	font-size: 20px;
	text-transform:uppercase;
	font-family: 'HelveticaNeueLTStd65Medium';
	position: relative;
	top: -7px;
}
.inspired p.sub {
	font-size: 16px;
	text-transform:uppercase;
	color: #666;
	text-align: center;
	padding: 10px 0;
	letter-spacing: 0px;
	line-height: 1;
	font-family: 'HelveticaNeueLTStd45Light';
}
.inspired .right {
	float: right;
	width: 658px;
	position: absolute;
	top: 10px;
	right: 5px;
}

.categories {
	clear: both;
	padding: 25px 0 0;
	float: left;
	width: 100%;
}
.categories.last {
	padding: 25px 0 30px;
	border-bottom: 1px solid #b0ab87;
}
.categories div {
	width: 220px;
	float: left;
	padding-right: 20px;
}
.categories div.last {
	padding-right: 0;
}
.categories p {
	text-align: center;
	padding: 0 8px 5px;
	color: #616161;
	font-size: 14px;
	line-height: 1.3;
	font-family: 'HelveticaNeueLTStdCnRegular';
	
}
.categories p.title {
	color: #666633;
	padding: 3px 5px 0;
	text-transform:uppercase;
	font-size: 18px;
	font-family: 'HelveticaNeueLTStd75Bold';
}





.salesbox {
	clear: both;
	padding: 25px 0 30px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #b0ab87;
}
.salesbox.end {
	padding: 25px 0;
	border: 0;
}
.salesbox div {
	width: 140px;
	float: left;
	padding-right: 20px;
}
.salesbox div.last {
	padding-right: 0;
}
.salesbox div.intro {
	width: 150px;
	padding-right: 10px;
}
.salesbox div.intro p {
	color: #616161;
	font-size: 17px;
	line-height:1.1;
	font-family: 'HelveticaNeueLTStd65Medium';
}

.salesbox div.intro p.big {
	color: #666633;
	font-size: 25px;
	text-align: right;
	line-height: 1;
	text-transform:uppercase;
	font-family: 'HelveticaNeueLTStdCnBold';
}
.salesbox img {
	background: transparent url('../images/site-graphics/gradient-transparent-white2.png');
	padding: 5px;
	border: 1px solid #c7beb7;
}
.salesbox p {
	padding: 0 5px 5px;
	line-height: 1.2;
	font-family: Tahoma,Arial, Helvetica;
	
}
.salesbox p.title {
	padding: 3px 5px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
.salesbox p.title a {
	color: #666633;

}
.salesbox p.title a:hover {

}
.salesbox p.list {
	color: #333;
	padding-top: 10px;
}
.salesbox p.sale {
	color: #e16633;
	padding-top: 0px;
	font-size: 14px;
}
.newsletter {
	clear: both;
	padding: 25px 20px 0;
	border-top: 1px solid #b0ab87;

}
.newsletter p {
	float: left;
	color: #616161;
	font-size: 15px;
	line-height: 31px;
	font-family: 'HelveticaNeueLTStd45Light';
}
.newsletter p.big {
	color: #666633;
	font-size: 31px;
	font-family: 'cheap_pineregular';
	padding-left: 75px;
	background: transparent url('../images/site-graphics/icon-email.png') left center no-repeat;
}
.newsletter p.right{
	float: right;
	border: 1px solid #c7beb7;
	padding: 1px;
	line-height:22px;
	margin-top:5px;
	background: transparent url('../images/site-graphics/gradient-transparent-white2.png');
}
.newsletter input {
	border: 0;
	width: 230px;
	padding: 4px;
	color: #999;
	font-family:Tahoma;
	font-size: 12px;
	background: transparent;
}
.newsletter input.submit {
	padding: 0;
	width: 73px;
	height:22px;
	cursor: pointer;
	background: transparent url('../images/site-graphics/bt-signup.jpg') no-repeat;
}
.newsletter input:focus {
	color: #333;
}

#footer .colone, #footer .coltwo, #footer .colthree, #footer .colfour {
	float: left;
	width: 210px;
	height: 200px;
	padding: 0 18px 0 18px;
}
#footer .colone {
	padding-left: 0;
}
#footer .colfour {
	padding-right: 0;
	width: 195px;
}

#footer .colone, #footer .coltwo, #footer .colthree {
	border-right: 1px solid #a89f98;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .colone p {
	padding: 0 0 20px;
	color: #76645a;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 1.3;
	
}
#footer .colone p span {
	display: block;
	width: 100%;
	color: #666633;
	font-size: 19px;
	line-height: 1;
	font-family: 'HelveticaNeueLTStd75Bold';
}
#footer .colone p.link {
	padding-bottom: 10px;
	margin-top: -5px;
}
#footer .colone p.link a {
	font: bold 12px Tahoma,Arial, Helvetica, sans-serif;
	color: #666633;
	
}
#footer .coltwo p, #footer .colthree p, #footer .colfour p {
	padding: 0 0 5px;
	font: bold 12px Tahoma,Arial, Helvetica, sans-serif;
	color: #666633;
	width: auto;
}
#footer .colthree div.double {
	position: relative;
	top: -20px;
	width: 105px;
	float: left;
}
#footer .coltwo ul, #footer .colthree ul, #footer .colfour ul {
	float: left;
	width: 105px;
	padding-right: 0px;
	padding-bottom: 20px;
}
#footer .colfour ul {
	padding-bottom: 10px;
}
#footer .facebook, #footer .twitter, #footer .blogger {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 2px;
	background: transparent url('../images/site-graphics/icon-social-lrg.png') top left no-repeat;
}
#footer .twitter {
	background-position: -35px 0;
}

#footer .blogger  {
	background-position: -70px 0;
}

#footer p.copyright {
	padding: 40px 0 0 0;
	color: #433a34;
	line-height:1.5;
}
#footer p.copyright a {
	color: #433a34;
	margin: 0 5px;
}
#footer p.copyright a.last {
	margin-left: 0;
}
#footer p.siteby {
	color: #8b827c;
	line-height:1.5;
}
#footer p.siteby a {
	color: #8b827c;
}


.divider2 {
	clear: both;
	height: 20px;
	width: 100%;
	position: relative;
	bottom: 10px;
	background: transparent url('../images/site-graphics/bg-pattern-2.png') center center no-repeat;
}

#contents .coop-title {
	/*position: absolute;
	top:-20px;
	left: 345px;*/
/*	font-family: 'HelveticaNeueLTStdCnBold'; */
	font-family: 'HelveticaNeueLTStdCnRegular';
	font-size: 16px;
/*	text-transform:uppercase; */
	padding: 0;
}


.tabledata {
	border-top: 1px solid #a09d74;
	border-left: 1px solid #a09d74;
}
.tabledata th {
	background: #807e4d;
	color: #fff;
	padding: 3px 5px;
	border-left: 1px solid #fff;
}
.tabledata th.first {
	border-left: 0;
}
.tabledata th.one {
	width: 25%;
}
.tabledata th.two {
	width: 50%;
}
.tabledata th.three {
	width: 25%;
}


.tabledata td {
	border-bottom: 1px solid #a09d74;
	border-right: 1px solid #a09d74;
	padding: 5px 10px;
}
.tabledata td table, .tabledata td table td {
	border: 0;
}


input[type=text], input[type=password], select, textarea {
	border: 1px solid #a8a095;
}
label {
	font-weight: bold;
	padding-top: 10px;
	display: inline-block;
}

.form-wrap td {
	padding: 3px 5px;
}
.form-wrap strong {
	color: #ff0000;
}
.form-wrap span.space10 {
	width: 8px;
	height: 10px;
	display: inline-block;
}
ul.fourcol {
	padding-top: 20px;
}
ul.fourcol li {
	width: 22.5%;
	float: left;
}







input.bt-addtocart {
	display: block;
	width: 190px;
	height: 36px;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: transparent url('../../../images/add-items-to-basket.png') no-repeat;
}

input.bt-viewinvoice {
	display: block;
	width: 131px;
	height: 36px;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: url('../../../images/bt-view-invoice.png') no-repeat;
}
form.view-invoice-wrap {
	float: right;
}
.bottomlinks {
	clear: both;
	overflow: hidden;
	padding-top:0px;
}
.bottomlinks p.link {
	float: left;
}

.instructions {
	padding: 5px 0 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #a89f98
}
.instructions h2, .instructions p {
	padding: 3px 0;
}
.instructions h2 {
	color: #666633;
	font-size: 25px;

}
.instructions p {
	font-family: Tahoma;
	color: #333;
}
#tabs input[type=text] {
	width: 24px;
	height: 19px;
	padding: 3px;
	margin-right: 10px;
	text-align: center;
	background: #fbf8f4;
	border: 1px solid #a89f98;
}
.cat-group {
	width: 100%;
	height: 1px;
	position: relative;
	border-bottom: 1px solid #A89F98;
	margin: 20px 0 15px;
}
.cat-group a {
	
}


/*Back to top button */
#back-top {
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: 430px;
}
#back-top a {
	width: 38px;
	display: block;
	text-align: center;
	font: 11px/100% Tahoma,Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #999;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 38px;
	height: 36px;
	display: block;
	margin-bottom: 7px;
	background: transparent url(../scripts/scrolltotop/back-to-top-icon.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0x;
	border-radius: 0px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5x;
	border-radius: 5px;

}
.custhome-box {
	position:relative;
	background: transparent url('../images/site-graphics/custhome-box-bg.png');
	padding: 20px 20px 14px 20px;
	margin-left: -20px;
	margin-right: -20px;
	
}
.custhome-data-wrap {
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4x;
	border-radius: 4px;

}
.custhome-data-wrap .inner {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2x;
	border-radius: 2px;
	background: #fff url('../images/site-graphics/custhome-bg.gif') left bottom repeat-x;
}

.custhome-data {
	width: 100%;

}
.custhome-data .data td {
	width: 12.5%;
	text-align: center;
	vertical-align: top;
	background: transparent url('../images/site-graphics/custhome-vdivider.gif') repeat-y;
}
.custhome-data .data td.noborder {
	background: none;
}
.custhome-data td.top {
	height: 10px;
}
.custhome-data td.bottom {
	height: 10px;
}
.custhome-data .data td div {
	height: 90px;
	margin: 0 10px 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
.custhome-data p {
	padding: 3px 5px;
}
.left-tools h2, .right-tools h2 {
	 text-transform:uppercase;
	 color: #666633;
	 line-height: 1;
}

.left-tools {
	width: 460px;
	float: left;
	padding-top: 20px;
}
.right-tools {
	width: 460px;
	float: right;
	margin-top: 20px;
	padding: 0px 0;
	border: 0px solid #a8a095;
}
.left-tools h2 {
	font-size: 16px;
}
.right-tools h2 {
	font-size: 18px;
	padding: 20px 10px 5px;
}
.right-tools h2.large {
	font-size: 25px;
	padding-top: 0;
}

.left-tools .cutoffdate {
	width: 220px;
	float: left;
	height: 200px;
	padding: 10px 0px;
	border: 1px solid #a8a095;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4x;
	border-radius: 4px;
	background: transparent url('../images/site-graphics/bg-fill25.png');
}
.coophome .left-tools .cutoffdate.rt {
	width: 360px;
}
.left-tools .customer.cutoffdate {
	width: 458px;
	min-height: 120px;
	height: auto;
}
.left-tools .cutoffdate h2 span {
	font-size: 35px;
	color: #850009;
	position: relative;
	top: -2px;
}
.left-tools .cyclestatus {
	width: 220px;
	float: right;
	height: 200px;
	padding: 10px 0px;
	border: 1px solid #a8a095;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4x;
	border-radius: 4px;
	background: transparent url('../images/site-graphics/bg-fill15.png');
}
.left-tools .cyclestatus div {
	background: transparent url('../images/site-graphics/icon-green-light.png')160px 2px no-repeat;
}
.left-tools .cyclestatus.closed div {
	background: transparent url('../images/site-graphics/status_closed.png')160px 2px no-repeat;
}
.coophome .left-tools .cutoffdate.rt.cyclestatus div {
	background: transparent url('../images/site-graphics/icon-green-light.png')100px 52px no-repeat;
}
.coophome .left-tools .cutoffdate.rt.cyclestatus.closed div {
	background: transparent url('../images/site-graphics/status_closed.png')155px 52px no-repeat;
}

.coophome .left-tools .cyclestatus h2 span.open {
	font-size: 35px;
	color: #008f22;
	position: relative;
	top: -2px;
}
.coophome .left-tools .cutoffdate.rt.cyclestatus {
	margin-top: 0;
}
.coophome .left-tools .cyclestatus.closed h2 span.open {
	color: #850009;
}
.coophome .left-tools .cutoffdate.rt.cyclestatus h2 span.open {
	color:#008f22;
}
.left-tools .cutoffdate.rt.cyclestatus.closed h2 span.open {
	color:#850009;
}

.left-tools .customerlinks p {
	padding-bottom: 10px;
}
.left-tools .customerlinks p img {
	margin-top: 3px;
}
.left-tools .vieworders {
	width: 458px;
	float: left;
	margin-top: 20px;
	padding: 10px 0;
	border: 1px solid #a8a095;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4x;
	border-radius: 4px;
}
.left-tools .vieworders h2, .customer-tools h2 {
	font-size: 25px;

}
.left-tools .customer-tools {
	width: 458px;
	float: left;
	margin-top: 20px;
	padding: 10px 0;
	border: 1px solid #a8a095;
}

.left-tools .vieworders .viewedit img {
	margin: 12px 10px 0 0;
	float: left;
}
.left-tools .vieworders .viewinvoice {
	float: left;
}
.coophome .left-tools {
	width: 600px;
}
.coophome .left-tools .cutoffdate.rt {
	float: right;
}
.coophome .left-tools .cyclestatus {
	float: left;
	margin-top: 20px;
}
.coophome .left-tools .vieworders {
	float: right;
	width: 220px;
	height:248px;
	background: transparent url('../images/site-graphics/bg-fill15.png');
}
.coophome .left-tools .coop.vieworders {
	width: 598px;
}
.coophome .left-tools .coop.vieworders .customerlinks span {
    display: inline-block;
    float: left;
    font-size: 11px;
    line-height: 1.3;
    padding: 0 0 10px 5px;
    width: 345px;
}
.custhome .right-tools {
	width: 400px;
}
.custhome .left-tools {
	width: 400px;
}

.custhome .left-tools .customer.cutoffdate,
.custhome .left-tools .vieworders,
.custhome .left-tools .customer-tools {
	width: 530px;	
}
.custhome .left-tools .vieworders .customerlinks span {
    display: inline-block;
    float: left;
    font-size: 11px;
    line-height: 1.3;
    padding: 0 0 10px 5px;
    width: 290px;
    min-height: 43px;
}

.coophome .left-tools .vieworders h2 {
	font-size: 16px;
}
.coophome .right-tools {
	width: 320px;
	min-height: 460px;
	float: right;
	margin-top: 20px;
	padding: 0px 0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4x;
	border-radius: 4px;
	border: 1px solid #a8a095;
}
.coophome .right-tools h2 {
	padding: 30px 10px 2px;
}
.coophome .right-tools h2.title {
	padding: 10px;
}
.coophome .right-tools p.intro {
	padding: 3px 10px 15px;
}
.right-tools .contact-info {
	padding-left: 0px;
}

.intro-block {
	position: relative;
}
.intro-block h1 {
	color: #666633;
	font-size: 25px;
	text-transform:uppercase;
	line-height:1;
}
.intro-block h1, .intro-block p {
	padding: 2px 10px 2px 0;
}
.intro-block a {

	color: #5c5c5c;
}
.intro-block a:hover {

}
#printarea-inner {
	background: #fff;
	box-shadow: 3px 3px #ccc;
	padding: 20px 20px;
	margin-top: 5px;
}
#printarea-inner .heading {
	padding-bottom:10px;
}
#printarea-inner .heading h1 {
	padding: 2px 10px 0px 0;
	color:#333;
	font-size: 13px!important;
	font-family:Arial, Helvetica, sans-serif!important;
}
#printarea-inner .heading h1 span {
	font-size: 12px!important;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	position: relative;
	top:-5px;
}
#printarea-inner .heading h2 {
	font-size:12px!important;
	padding-left:0;
	font-family:Arial, Helvetica, sans-serif!important;
	font-weight:bold;
	color:#333;
}
#printarea-inner .heading p {
	padding: 2px 10px 2px 0;
	font-family:Arial, Helvetica, sans-serif!important;
	color:#333;
	font-size:12px!important;

}
#printarea-inner .heading p span {
	width: 30px;
	height:12px;
	display: inline-block;
	color:#333;
}
#printarea-inner .printinfo {
	margin-bottom: 10px;
}
#printarea-inner .printinfo td {
	vertical-align: top;
	font-size: 12px!important;
	color:#333;
	font-family:Arial, Helvetica, sans-serif!important;

}
#printarea-inner .printinfo h1 {
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:12px!important;
	text-transform:uppercase;
	color:#000;
}
#printarea-inner .printinfo h2 {
	color:#000;
	font-size: 12px!important;
	text-transform:uppercase;
	line-height: 1;
	padding: 2px 10px 0px 0;
	font-family:Arial, Helvetica, sans-serif!important;

}
#printarea-inner .printinfo  h2 span {
	font-size: 12px!important;
	font-family:Arial, Helvetica, sans-serif!important;
	color: #000;
}
#printarea-inner .printinfo p {
	padding: 2px 10px 2px 0;
	font-size: 12px!important;
	color: #000;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif!important;

}
#printarea-inner .item-list th, .item-list th,
#printarea-inner .item-list.active th {
	font-size: 10px!important;
	font-family:Arial, Helvetica, sans-serif!important;
	color: #333;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 1px solid #bcadad;
	border-top: 1px solid #BCADAD;
	height:auto;
	min-height:20px;
	padding-top:2px;
	padding-bottom:2px;
}
#printarea-inner .item-list.active td {
	min-height:20px;
	border-top:0;
	padding:2px 5px;
	border-bottom: 1px solid #ddd;
	font-size:12px!important;
	font-family:Arial, Helvetica, sans-serif!important;
	color:#333!important;

}
#printarea-inner .item-list.active td:last-of-type {
	border-right: 1px solid #ddd;
}
#printarea-inner .item-list th.one {
	width: 95px;
}
#printarea-inner .item-list th.two {
	width: 30px;
}
#printarea-inner .item-list th.three {
	width: 110px;
}
#printarea-inner .item-list th.five, .item-list th.five {
	width: 60px;
}
#printarea-inner .item-list th.six {
	width: 50px;
}
#printarea-inner .item-list th.seven {
	width: 60px;
}

#printarea-inner .item-list th.eight {
	width: 65px;
}
#printarea-inner .item-list th.nine {
	width: 60px;
}

#printarea-inner .item-list.landscape th {
	font-size: 11px;
	border-right: 1px solid #ddd;
	vertical-align: bottom;
}
#printarea-inner .item-list.landscape td {
	font-size: 11px;
	border-right: 1px solid #ddd;
	
}

#printarea-inner .item-list.landscape th.last,
#printarea-inner .item-list.landscape td.last {
	border-right: 0;
	height:auto;
	min-height:20px;
}
#printarea-inner .total-box {
	font-size: 13px!important;
	font-family:Arial, Helvetica, sans-serif!important;
	color: #333;
}
#printarea-inner .total-box td{
	font-size: 13px!important;
	font-family:Arial, Helvetica, sans-serif!important;
	color: #333!important;
}

#printarea-inner .total-box b, #printarea-inner .total-box b a {
	font-weight: normal;
}
#printarea-inner .total-box b a {
	color: #666633;
}
#printarea-inner div.breakline {
	height:4px;
}
#printarea-inner div.breakline-off {
	height:2px;
}

.edit-contactinfo {
	padding: 10px 20px;
}
.edit-contactinfo h2 {
	padding: 10px 0 0;
	font-size: 18px;
}
.edit-contactinfo p {
	padding: 2px 0 2px;
}
.edit-contactinfo label {
	display: block;
	clear: both;
}
.edit-contactinfo label em {
	font-weight: lighter;
}
.edit-contactinfo .divider {
	width: auto;
	margin: 25px -20px 5px;
	border-top: 1px solid #bcadad;
}
.coophome .left {
	width: 445px;
	float: left;
}
.coophome .right {
	width: 465px;
	float: right;
}
.coophome .right h1 {
	font-size: 25px;
	line-height:1;
	padding-top: 0;
}
.coophome .left h2 {
	padding: 5px 0 2px;
	font-size: 25px;
}
.coophome .left p {
	padding: 2px 0 2px;
}

.coophome .inner {
	border: 1px solid #b2a995;
	/*border-bottom: 0;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4x;
	border-radius: 4px;
	padding: 8px;
}
.coophome .left table {
	margin: 10px 5px 5px;
}
.coophome .left th {
	border: 0;
}
.coophome .left td {
	font-size: 12px;
	 font-family: 'HelveticaNeueLTStdCnBold';
	color: #666666;
	text-transform:uppercase;
	line-height:1.3;
	padding: 7px 2px;
	border-top: 1px solid #BCADAD;
}
.coophome .left .name {
	color: #666;
	font-size: 16px;

}
.coophome .left .name:hover {

}
.coophome .left .update {
	color: #666;
	font-size: 11px;
	position: relative;
	bottom: -3px;
}
.coophome .left .update:hover {

}
.stdcontent {
	padding-top: 20px;
}
.stdcontent h1, .stdcontent h2, .stdcontent h3, .stdcontent p {
	padding: 3px 10px 3px 0;
}
.activecustomers  {
	margin-top: 20px;
}

.activecustomers h2, .activecustomers p {
	float: left;
	line-height: 30px;
	padding-right: 20px;
}
 .activecustomers p span {
	font-size: 16px;
	font-family: 'HelveticaNeueLTStdCnBold';
	color: #333;
	text-transform:uppercase;
	position: relative;
	bottom: -2px;

}
 .activecustomers.two p {
	line-height:1.5;
}
.activecustomers h2 {
	font-size: 18px;
}
.item-list.active.two.top {
	border-bottom:1px solid #BCADAD;
}
.item-list.active.two.top th.one {
	width: 180px;
}
.item-list.active.two.top th.five {
	width: 120px;
}

.item-list.active.two.top th.six {
	width: 180px;
	text-align: left;
	padding: 3px 5px;
}

.item-list.active {
	margin-top: 10px;
}

.item-list.active th.textleft {text-align: left;}
.item-list.active th.textcenter {text-align: center;}
.item-list.active th.textright {text-align: textright;}

.item-list.active td {
/*	text-align: left; */
	font-size: 13px;
	font-family: 'Tahoma';
	color: #666666;
	text-transform:capitalize;
	line-height:1.3;
	vertical-align: middle;
	border-top:1px solid #BCADAD;
	padding: 5px 5px;
	min-height: 30px;
	
}
.item-list.active td span.login {
	text-transform:none;
}
.item-list.active td.valign-top {
	vertical-align: top;
}

.item-list.active td.noborder {
	border: 0;
}
.item-list.active.nocaps {
	border-bottom:1px solid #BCADAD;
	margin-bottom: 10px;
	margin-left: 10px;
}

.item-list.active.nocaps th {
	border-top: 0;
	text-align: left;
}
.item-list.active.nocaps td {
	text-transform:none;
	padding: 5px 15px;
	color: #333;
}
.item-list.active th.textleft, .item-list.active td.textleft {text-align: left}
.item-list.active th.textcenter, .item-list.active td.textcenter  {text-align: center}
.item-list.active th.textright, .item-list.active td.textright  {text-align: right}

.item-list.active td a {
	font-size: 12px;
	color: #666;
	font-family: 'HelveticaNeueLTStd67MdCn';

}
.item-list.active td a:hover {

}

.item-list.active td.leftalign, .item-list.active td.leftalign a {
	text-align: left;
	font-size: 16px;
	font-family: 'HelveticaNeueLTStdCnBold';
}
td.leftalign span.coord, td.leftalign span.edit a, .item-list.active span.edit a {
  font-size: 11px;
}
.item-list.active span.edit {
	display: block;
}
.item-list.active td.item-total {
	font-size: 14px;
}
.item-list.active th {
	border: 0;
	border-top:1px solid #BCADAD;
	height: 35px;
	line-height:1;
	vertical-align: middle;
	padding: 0 5px;
}
/*
.item-list.active.borders th {
	border: 1px solid #BCADAD;
}
.item-list.active.borders td {
	border: 1px solid #BCADAD;
	border-top: 0;
}
*/
.item-list.active th.five, .item-list.active th.seven {
	width: 80px;
}
.item-list.active th.six{
	width: 90px;
}

.item-list.active th.one{
	text-align: left;
}
.item-list.active tr.total-box td {
	height: 40px;
	font-size: 21px;
	font-family: 'HelveticaNeueLTStdCnBold';
	color: #666666;
	text-transform:uppercase;
}
.item-list.active.top td {
	vertical-align: top;
	padding: 15px 2px;
}
.item-list.active table.noborder td {
	border: 0;
	padding-top: 0;
}
.item-list.active table.noborder.address td {
	line-height:1;
	height: auto;
}
.item-list.active.top td.leftalign {
	padding:5px 2px 5px;
}
.item-list.active .leftalign.customer {
	font-size: 12px;
	font-family: 'HelveticaNeueLTStdCnBold';
	color: #333;
}
.item-list.active .leftalign.customer a {
	font-size: 12px;
}
.item-list.active .leftalign.customer span {
	padding-bottom: 5px;
	display: block;
}
.item-list.active .leftalign.customer .name {
	font-size: 18px;
	color: #666633;
}
.item-list.active .leftalign.customer .name.link  {
	font-size: 18px;
	color: #666633;
	cursor: pointer;
	text-decoration:underline;
}
.item-list.active .leftalign.customer .name.link:hover {
	text-decoration:none;
}
.item-list.active .leftalign.customer .edit {
	text-transform:none;
}
.item-list.active .leftalign.customer .edit a {
	font-family: 'HelveticaNeueLTStd65Medium';
	font-size: 12px;
	font-weight: lighter;
	
}
.nobullets {
	margin: 0;
	list-style-type:none;
}

.helpeditor {
	width: 95%;
	height: 500px;
	padding: 2% 2.4%;
}
        
.help-content h2 {
	padding: 20px 10px 0;
} 
.help-content ul {
	margin-left: 35px;
	padding: 10px 0;
}  
.help-content ol {
	margin-left: 35px;
	padding: 10px 0;
}      
.help-content .helplinks {
	list-style-type:none;
	padding: 10px 5px;
	margin: 0;
}
#printarea span em {
	color: #666;
}

.faqs h2 {
	padding-bottom: 0;
}

.importtext {
	width: 420px;
}

.rightform form {
	padding: 0 0 0 50px;
}
.rightform form label {
	width: 130px;
}
#tabs .rightform form input[type=text] {
	 background: none repeat scroll 0 0 #FBF8F4;
    border: 1px solid #A89F98;
    padding: 3px;
    width: auto;
}
#tabs .rightform form input.submitps {
	padding: 0;
	border: 0;
	width: 190px;
	height: 36px;
	background: transparent url('../images/site-graphics/bt-submit-product-search.png') no-repeat;
	cursor: pointer;
}
#sidebar {
	padding-top: 30px;
	padding-bottom: 30px;
}
#sidebar h1 {
	padding-top: 0;
	color: #666633;
	line-height: 1;
	padding-bottom: 10px;
}
#sidebar.coop h2.title {
	color: #666633;
	font-size: 15px;
	text-decoration: none;
	padding-top:5px;
	padding-bottom: 0;
	line-height: 1;
}
#sidebar h2.title a {
	color: #666633;
	font-size: 15px;
	text-decoration: none;
	padding-bottom: 0;
	line-height: 1;
}

#sidebar.coop h2.title a:hover {
	text-decoration:underline;
	padding-bottom: 0;
}
#sidebar.coop hr {
	color: #B0AB87;
	background-color: #B0AB87;
	border: 0;
	height:1px;
	margin: 15px 10px;
}
#sidebar.coop h2.subtitle {
	color: #666633;
	font-size: 18px;
	line-height: 1;
	padding-top: 20px;
}
#sidebar.coop p {
	color: #333;
}
#sidebar.coop p.indent {
	padding-left: 30px;
}

#newsarticles {
	padding: 0px 10px;
}

#newsarticles h3 {
	padding: 10px 0 5px;
}
#pcMain.viewnews #newsarticles h3 {
	color: #666633;
}

.coophome .right .coop.news h1 {
	padding-top: 25px;
}

.coop.news h2 {
	padding: 0px 10px 0 10px;
}
#sidebar.coop.news h2.title a {
	text-decoration:underline;
	font-size: 15px;
	color: #4E3D2A;
}

.coop.news h2.title a, .recentnews h2.title a, #sidebar.coop.customer-tools h2.title a {
	text-decoration:underline;
	font-size: 15px;
	color: #4E3D2A;
}
#sidebar.coop.news h2.title a:hover,  #sidebar.coop.customer-tools h2.title a:hover {
	text-decoration:none;
}
#contents .recentnews h2.title  {
	padding-top: 5px;
}
.coop.news h2.title a:hover, .recentnews h2.title a:hover {
	text-decoration:underline;
}
.coop.news p.summary, .recentnews p.summary {
	padding: 0 10px 10px 10px;
}
.coop.news p.summary a {
	color: #4E3D2A;
}
.coop.news span.newsdate,  .recentnews span.newsdate, .coop.customer-tools span.newsdate {
	padding: 0px 10px 0 10px;
	display: block;
	font-size: 10px;
	position: relative;
	top: 5px;
}
.coop.news .readmore,  .recentnews .readmore, .coop.customer-tools .readmore {
	text-align: right;
	float: right;
	padding-bottom: 10px;
}
.newsbox td.valign-bottom,  .nowsbox td.valign-bottom {
	vertical-align: bottom;
} 
#sidebar.coop.news {
  padding-bottom: 30px;
  padding-top: 0px;
}       
/*THE CSS BELOW IS SPECIFICALLY FOR IE9 and IE10*/

@media screen and (min-width:0\0) { 
    .mh-right .info p {
	padding: 0 15px;
}

}