﻿
/* =Master Reset
---------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/* =General Tags
---------------------------------------*/
body {
	background: #fff;
	text-align: center;
	margin: 0px auto;
    padding: 0px;
	font: 10px Arial, Helvetica, sans-serif;
}
a img {
	border: none;
}
p {
	margin: 0 0 10px;
}
.col p {
	font-size: 1.1em;
	padding: 0 5px;
}
strong { font-size: 11px; }
ul {
	list-style-type: none;
}

/* =Layout
---------------------------------------*/
#container {
	width: 761px;
	margin: 0 auto;
	text-align: left;
}
#container .invisible
{
    visibility: visible;
    height: 1px;
    width: 1px;
    border: 0px;
    margin: 0px;
}
#header {
	height: 113px;
	background: url(images/header.jpg) no-repeat top left;
	margin-bottom: 5px;
}
#content {
	clear: both;
	padding-bottom: 20px;
}
#home #content {
	background: #f7f7f7;
}
#content .col {
	width: 218px;
	float: left;
}
#content .featured {
	width: 269px;
}
#content .promotions {
	margin: 0 12px;
	width: 250px;
}

#footer {
	clear: both;
	text-align: right;
	height: 76px;
	background: url(images/footer.jpg) top left;
	padding: 5px 5px 0 0;
    color: #8D8281;
}

/* =Headings
---------------------------------------*/
#header h1 {
	display: none;
}

h2 {
	font: normal 1.5em "Century Gothic", Arial, Helvetica, sans-serif;
}
.intro h2 {
	font-weight: bold;
	font-size: 2.2em;
	margin: 10px 0 7px 17px;
	letter-spacing: -0.35px;
}
#browse #content h2, #users #content h2, #order #content h2, #account #content h2, #contact #content h2, #reports #content h2, #promotions #content h2, #search #content h2 {
	font-size: 2.3em;
	margin: 15px 10px;
}
#search #content h2 { margin-bottom: 25px; }

h3, #order .status h3 {
	font: 1.6em "Century Gothic", Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 2px;
	padding: 2px 8px;
	background: url(images/grey_header.gif);
}

#home .status h3 { background: url(images/red_header.gif); }

#order h3 {
	background: transparent;
	color: #000;
	padding: 0;
	font-weight: bold;
	margin-left: 10px;
}

.form h4 {
	margin-top: 9px;
}

.col h3 {
	margin: 0 0 8px;
}

.pages {
	list-style: none;
	clear: both;
	font-size: 1.2em;
	margin: 5px 0 15px;
	padding: 5px 10px 0;
}
.pages .numbers {
	float: left;
}
.pages li {
	float: right;
}
.pages li.last {
	border-right: 1px solid #000;
	margin-right: 5px;
	display: inline;
	padding-right: 5px;
}

ul.userTypes, ul.tabstrip, ul.reportTypes {
	list-style: none;
	height: 31px;
	background: #e0e0e0;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
ul.userTypes li, ul.tabstrip li, ul.reportTypes li {
	float: left;
	background: #f1f1f1;
	width: 108px;
	border-top: 3px solid #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	font-size: 1.0em;
	height: 27px;
}
ul.tabstrip li {
	width: 196px;
}
ul.userTypes li.last {
	width: 1px;
}
ul.reportTypes li {
	width: 121px;
}
ul.tabstrip li.last {
	width: 565px;
}
ul.reportTypes li.last {
	width: 519px;
}
ul.userTypes li a, ul.tabstrip li a, ul.tabstrip li span, ul.reportTypes li a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 106px;
	text-align: center;
	border-right: 1px solid #fff;
	padding: 8px 0 8px;
}
ul.tabstrip li a, ul.tabstrip li span {
	width: 195px;
}
ul.reportTypes li a {
	width: 120px;
}
ul.reportTypes li.last a {
	width: 160px;
}
ul.userTypes li.selected, ul.tabstrip li.selected, ul.reportTypes li.selected {
	border-bottom: none;
}
ul.userTypes li.selected a, ul.tabstrip li.selected a, ul.tabstrip li.selected span, ul.reportTypes li.selected a {
	background: #e0e0e0;
	padding-top: 11px;
	padding-bottom: 9px;
	margin-top: -3px;
}

.steps {
	list-style: none;
	font-size: 1.5em;
	margin: 15px;
}
.steps li {
	float: left;
	padding: 10px 0 10px 45px;
	margin-right: 70px;
}
.step1 .step1 {
	background: url(images/step-1-active.jpg) no-repeat 0 50%;
}
.step2 .step1, .step3 .step1 {
	background: url(images/step-1-disabled.jpg) no-repeat 0 50%;
	color: #ccc;
}
.step2 .step2 {
	background: url(images/step-2-active.jpg) no-repeat 0 50%;
}
.step1 .step2, .step3 .step2 {
	background: url(images/step-2-disabled.jpg) no-repeat 0 50%;
	color: #ccc;
}
.step3 .step3 {
	background: url(images/step-3-active.jpg) no-repeat 0 50%;
}
.step1 .step3, .step2 .step3 {
	background: url(images/step-3-disabled.jpg) no-repeat 0 50%;
	color: #ccc;
}
ul.categories {
	width: 100%;
	clear: both;
}
ul.categories li {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: #f1f1f1;
	text-align: center;
	padding: 20px 15px 5px;
}
ul.categories li img {
	margin-bottom: 3px;
}
/* =Forms
---------------------------------------*/
.form, .order {
	background: #ededed;
	margin-bottom: 7px;
	padding: 9px 10px;
}

fieldset {
	border: none;
}
.form legend {
	display: none;
}
.form label {
	float: left;
	font-weight: bold;
	clear: left;
	height: 17px;
	line-height: 17px;
	width: 83px;
	text-align: right;
	margin: 0 0 5px;
}
#email .form label {
	font-size: 1.1em;
}
input.text, input.password {
	border: 1px solid #b3b3b3;
	height: 15px;
	padding: 2px 0 0;
}
input.radio, input.checkbox {
	height: 12px;
	width: 12px;
	margin: 0 3px;
}
.form input.text, .form input.password {
	width: 162px;
	margin: 0 0 5px;
}
html > body .form input.text, html > body .form input.password {
	margin: 0 0 5px 5px;
}
.form input.image {
	margin-left: 86px;
}
.form input.image {
	margin-left: 89px;
}
.form p {
	margin: 0;
}

.showLegend legend {
	display: block;
	font-weight: bold;
	color: #000;
	margin-left: -7px;
}
.quicksearch {
	padding: 6px 0 0 8px;
	width: 399px;
	height: 36px;
	border: 1px solid #9C9C9C;
	float: left;
	background: url(images/bg_search.gif) no-repeat;
}
.quicksearch input.text {
	width: 184px;
	margin-right: 10px;
}
.quicksearch input.image {
	margin-left: 5px;
}
.quicksearch label {
	font-weight: normal;
	text-align: left;
	width: 70px;
}

.sort {
	width: 400px;
	float: left;
}
.sort select {
	border: 1px solid #b3b3b3;
	height: 17px;
	position: relative;
	bottom: 6px;
	_bottom: 3px;
	margin-left: 10px;
}
.sort .text {
	position: relative;
	bottom: 6px;
	_bottom: 3px;
	height: 16px;
	display: inline;
	margin: 0 4px;
}
.sort .image {
	height: 18px;
}

/* =Links
---------------------------------------*/
a, a:link {
	color: #8d0000;
}

a.onpage {
    font-weight: bold;
}

a:hover, .error a:hover {
	color: #000;
}
.error a {
	color: #ff9000;
}

#reports a.reportlink
{
    color:Navy;
    font-family:Arial;
    font-weight:bold;
}

/* =Errors
---------------------------------------*/
.error {
	color: #ff9000;
	letter-spacing: .5px;
	display: block;
	font-weight: bold;
	font-size: 110%;
}
#email .error {
	margin-left: 89px;
}
#lookup .error {
	clear: both;
}
#order .error {
	position: static;
}
fieldset.userName p.error, fieldset.emailpw p.error {
	color: #fe9a18;
	position: relative;
	left: 205px;
	bottom: 24px;
	clear: both;
}
.admin .error {
	width: 167px;
	display: block;
	margin: 3px 0 0 0;
}
#promotions .product .error {
	margin-top: 10px;
}
/* =MISC
---------------------------------------*/
.intro p {
	margin: 0 0 12px 18px;
	letter-spacing: .26px;
	width: 78%;
	line-height: 14px;
}
.showcase {
	background: url(images/showcase.jpg) no-repeat;
	padding: 13px 15px;
	float: left;
}
.collections {
	background: url(images/collections.jpg) no-repeat top left;
	width: 148px;
	padding: 13px 12px;
	float: right;
}
p.disclaimer {
	background: url(images/disclaimer.jpg) no-repeat center center;
	clear: both;
	line-height: 1.35em;
	letter-spacing: .2px;
	padding: 5px 8px 12px;
	margin-top: 10px;
}
html > body p.disclaimer {
	padding: 13px 8px 10px;
	margin: 0 0 10px;
}
.browse {
	padding: 6px 0 0 8px;
	height: 36px;
	border: 1px solid #9C9C9C;
	background: url(images/bg_browse.gif) no-repeat;
	width: 335px;
	float: right;
}

.browse h2 {
	display: inline;
}
.browse p {
	font: 1.5em "Century Gothic", Arial, Helvetica, sans-serif;
	display: inline;
	position: relative;
	top: .5em;
	left: 10px;
}
.browse p span {
	border-left: 1px solid #000;
	display: none;
}
.browse p a {
	margin-left: 10px;
	padding-left: 10px;
}
.browse p a.last {
	border-left: 1px solid #000;
	padding-left: 14px;
}

.feedback {
	padding: 10px 0 0 10px;
	height: 66px;
	width: 700px;
	float: right;
	vertical-align: text-top;	
}

.feedback p {
	font: 1.3em "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:inline;
	position:relative;
	top: 0em;
}

.open_orders p {
	text-align: right;
	margin: 10px;
}
#browse .status, #account .status, #order .status, #search .status, #contact .status, #promotions .status {
	float: right;
	width: 208px;
}
.status p {
	margin: 0 0 10px 0 !important;
	background: #f7f7f7;
	padding: 3px;
	width: 202px;
}
#account #content div.vcard {
	margin-left: 10px;
	margin-top: 10px;
}
#account li.vcard .fn {
	font-size: 1.1em;
	font-weight: bold;
}
#account li.vcard .title {
	margin-bottom: 3px;
}
#account li.vcard span {
	width: 40px;
	display: block;
	float: left;
}
#account #content p {
	margin-left: 20px;
}
#account #content div {
	margin-left: 0;
}

#account .back {
	float: right;
	background: none;
	width: auto;
	padding: 0;
	clear: right;
}
.print {
	width: 100%;
	height: 22px;
	text-align: right;
	margin-bottom: 10px;
	
}
#order .print {
	width: auto;
	float: right;
	clear: right;
}
#order #content p {
	margin-left: 10px;
}
#contact #content .vcard {
	background: #f7f7f7;
	padding:5px 15px 0;
	height:45px;
	margin-bottom: 2px;
}
#contact .email {
	margin-top: 10px;
	margin-left: 15px;
}
#search #content p {
    margin-left: 10px;
}
/* :MISC =Products
---------------------------------------*/
#browse .row, #search .row {
    background: url(images/bg_product_row.gif) repeat-y;
    margin-bottom: 10px;
}
#promotions .row {
    margin-bottom: 10px;
}

.product {
	padding: 0 10px;
}

.featured .product {
	font-size: 1.2em;
	background: transparent;
}
.promotions .product, #promotions .product {
	background: url(images/product_bg.jpg) repeat-x top left;
	margin: -5px 0 15px;
	padding-top: 5px;
}
#promotions .product {
	background-image: url(images/promotions_white.gif);
	width: 230px;
	height: 230px;
	float:left;
	margin: 8px 0 3px 2px;
}
#browse .product, #search .product {
	width: 355px;
	float: left;
	padding: 10px;
	font-size: 1.0em;
	border-right: 10px solid #fff;
}
#browse .detail .product {
	width: 100%;
	height: auto;
	background: url(images/bg_item_detail.gif) repeat-y;
	padding: 0;
}
#browse .product .even, #search .product .even {
    border-right: 0;
}
#browse .product div.info, #search .product div.info {
	float: right;
	width: 230px;
}
#browse .detail .product div.info {
	width: 360px;
	padding: 10px 10px 0;
}
.product .sku {
    font-weight: bold;
	font-size: 1.2em;
	display: block;
	height: 1%;
}
#promotions .product .sku {
    display: inline;
    height: auto;
}
.product h4 {
	color: #695A5A;
	margin: 0 0 15px;
	font-size: 1.2em;
	font-weight: normal;
	height: 1%;
}
#promotions .product h4 {
    height: auto;
}
.featured .product h4 {
	font-size: 1.6em;
	font-weight: bold;
}
#browse .detail h4 {
	font-size: 2.2em;
	font-weight: bold;
	color: #000;
}
.product img {
	float: left;
	border: 1px solid #9c9c9c;
	margin: 0 5px 5px 0;
}
#browse .detail .product img {
	margin: 0;
}
.featured .product img {
	float: none;
	display: block;
	margin: 0 auto;
	border: none;
}
.product .description {
	clear: both;
	margin-top: 10px;
}
.promo .list {
	text-decoration: line-through;
	font-size: 1.1em;
}
.product .sale {
	font-weight: bold;
	color: #695A5A;
}
.featured .product .sale {
	font-size: 1.3em;
}
.product .sale span {
	font-size: 1.6em;
}
.product .minpurchase,.product .casepackquantity {
	font-weight: bold;
	font-size: 11px;
}
.product .instock {
	font-weight: bold;
	color: #090;
	font-size: 11px;
}
.product .notinstock {
	font-weight: bold;
	color: #ff9000;
	font-size: 11px;
}
.product ul {
	list-style: none;
	padding: 5px 0 5px -3px;
}
#browse .detail .product .info ul {
	margin-bottom: 20px;
}
.product li {
	float: left;
	margin-left: 3px;
	display: inline;
	height: 17px;
	line-height: 17px;
}
.product li.first {
	padding-right: 5px;
	border-right: 1px solid #000;
}
.product li a {
	padding: 4px 0 4px 18px;
	background: url(images/info.jpg) no-repeat left center;
}
.sold, .comments {
	float: left;
	width: 300px;
	padding: 5px 0;
}
.ship,.shipment {
	float: left;
	width: 370px;
	padding: 5px 0;
}

.comments, .shipment {
	font-size: 1.1em;
	margin-left:0;
}

div.actions {
	text-align: right;
	padding: 0 0 5px;
}
p.breadcrumbs {
	margin-left: 10px;
}
p.success {
	font-size: 120%;
	color: #090;
	font-weight: bold;
}

/* =Clearing
---------------------------------------*/
.autoExpand:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*\*/
* html .autoExpand {
	height: 1%;
}
/**/

/* =Print Styles
---------------------------------------*/
@media print {
	body {
		font: 10pt/14pt "Times New Roman", serif;
		margin: 0;
		color: #000;
	}
	a[href^="javascript"]:after {content: "";}

	#container {
		width: auto;
	}
	#header {
		height: auto;
	}
	#header h1 {
		display: block;
		float: none;
		font-size: 18pt;
	}
	input,textarea {
		border: none !important;
		background: transparent;
	}
	#header ul, #navigation, .quicksearch, .browse, .salesRep, .steps, input.image, .print, h2, select, .admin, .back {
		display: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
		font-size: 9pt;
		width: 98%;
		margin: 3pt auto;
	}
	td, table, th {
		border: 1px solid #000;
		padding: 0 3pt;
	}
	#order #content .ship dl dt, #order #content .sold dl dt {
		width: 72pt;
	}
	#order #content .ship dl dd, #order #content .sold dl dd {
		margin-left: 80pt;
	}
	a:after {
		content: " (" attr(href) ") ";
	}
	#footer {
		border-top: 1px solid #000;
		text-align: left;
		color: #000;
	}
}

/* =Tables
---------------------------------------*/
table {
	width: 100%;
	border: 0;
	margin-bottom: 10px;
}

td {
	padding: 2px 5px;
	border: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

td.last {
	border-right: 0;
}

tr td {
	background: #f1f1f1;
	vertical-align: top;
}
tr.even td {
	background: #f7f7f7;
}

/* =storeLocator
---------------------------------------*/
.storeLocator {
	background: #ededed;
	margin-bottom: 7px;
	padding: 9px 10px;
}

.storeLocator label {
	float: left;
	font-weight: bold;
	clear: left;
	height: 17px;
	line-height: 17px;
	width: 150px;
	text-align: right;
	margin: 0 0 5px;
	font-size: 1.1em;
}

#zipCode .storeLocator label {
	font-size: 1.2em;
}

.storeLocator input.text {
	width: 160px;
	margin: 0 0 5px;
}
html > body .storeLocator input.text {
	margin: 0 0 5px 5px;
}
.storeLocator .image {
	margin-left:10px; 
}

.storeLocator p {
	margin: 0;
}

