﻿/* for straight e-comm sights, remove references to #shop from this file and 'shopping' pages */
@media print {
	#menu, #header, #copyright, #stepsProfile, h1 {
		display: none;
	}
}

/* Hide or display top tabbed nav menu as needed */
#menu {
}

/* HTML Tags */
* {
	margin: 0;
	padding: 0;
}

html { 
	background: #FFF url(../../images/main-header-bg.jpg) center top repeat-x;
}

a, a:visited {
	color: #00AEEF;
}

a:hover, a:visited:hover {
	color: #78B404;
	text-decoration:underline;
}

a img, .noBorder {
	border: none;
}

a.bookmark:hover {
	color: #898989;
}

body {
	text-align: center;
	font-size: .75em;
	line-height: 1.5em;
	height: 100%;
	background: transparent url(../../images/header-background.jpg) center top no-repeat;
	color: #898989;
	font-family: Arial, Helvetica, sans-serif;
}

button {
	font-size: .8em;
	display: inline;
}

fieldset {
    padding: 5px;
    margin: 0 auto;
	width: 95%;
}

form {
	margin: 0 0 15px;
}

img {
	margin: 0;
}

input, textarea, select {
	display: inline;
	font-size: .9em;
}

h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 20px 0 7px 0;
	font-weight: normal;
	color: #78B404;
}
 
h2 {
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 2px 0 2px 5px;
	color: #00AEEF;

}

h2 a {
	text-decoration: none;
}

h3 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 15px 0 3px 10px;
}

h4, h4 a {
	color: #00AEEF;
	text-decoration: none;
}

hr {
	width: 100%;
	clear: both;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	margin: 10px 0;
}

label {
	font-weight: bold;
}

legend {
	font-size: 1.1em;
	font-weight: bold;
	margin: 2px 0 2px 5px;
	color: #018CB8;
}

li {
	margin-bottom: 3px;
}

p { 
	margin: 0 10px 15px; 
}


small {
	font-size: .85em;
}

sub, sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

table {
	width: 95%;
	clear: both;
	margin: 0 auto 10px;
	border: none;
	border-collapse: collapse;
}

table table {
	margin: 0;
	width: auto;
}

td, th {
	vertical-align: top;
	text-align: left;
	padding: 2px 6px 2px 2px;
	border: none;
	border-collapse: collapse;
}

th {
	border-width: 1px 0;
	border: 1px solid #CCC;
	background: #00AEEF;
	color: #FFF;
	white-space: nowrap;
}

ul, ol {
	margin: 0 10px 15px 35px; 
}

/* Sitewide Elements */
#banner {
	display: none;
}

#copy {
	clear: both;
	height: 53px;
	background:transparent url(/images/footer-top.png) center top no-repeat;
}

#copy p {
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	margin: 0;
	padding: 20px 0 0;
	width: 970px;
}

#fixed {
	width: 970px;
	margin: 0 auto;
	padding: 140px 10px 0;
	text-align: left;
	position: relative;
}

#header {
	width: 970px;
	height: 95px;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 51;
}

#header p a, #header p, #header span {
	color: #FFF;
}

#header a, #header a:visited {
	text-decoration: none;
}

#header a:hover, #header a:visited:hover {
	text-decoration: underline;
}

#header p {
	text-align: right;
	margin: 3px 0;
	padding: 0;
	width: 970px;
}

#header #search {
	position: absolute;
	right: 10px;
	top: 20px;
}

#bigPic {
	height: 171px;
	width: 950px;
	display: none;
	margin: 5px 0 0 7px;
}

#logo { 
	position: absolute;
	top: 5px;
	left: 0;
}

#upsell {  /* Used on product page */
	width: 830px;
	position: relative;
	top: 10px;
	left: 150px;
	float: left;
	padding: 0 0 35px;
}

#boxHolder5 .smallBox, #upsell .smallBox {
	margin: 0 8px 8px 0;  /* 0 13px 5px 0; */
	padding: 0;	
	width: 125px;
	height: 220px;
	border: 1px solid #CCC;
}

#boxHolder5 .smallBox a, #boxHolder5 .smallBox a:visited, a.catDescrip, a.catDescrip:visited {
	text-decoration: none;
	cursor: hand;
	color: #898989 !important;
}

#boxHolder5 .smallBox a:hover, a.catDescrip:hover, a.catDescrip:visited:hover {
	text-decoration: none;
	cursor: hand;
	color: #898989 !important;
}

#boxHolder5 strong {
	color: #00AEEF;
}

.catDescrip {
	height: 75px;
	overflow: hidden;
}

.smallBox img {
	height: 125px;
	width: 125px;
	display: block;
	margin: 0 0 3px;
}

#mainBox2 .smallBox img {
	margin: 0 5px 3px 0;
}

.smallBox h2 {
	margin-left: 3px;
	font-size: .9em;
	line-height: 1.2em;
	color: #00AEEF;
}

.smallBox p {
	margin: 0 3px 3px;
	font-size: .9em;
	line-height: 1.2em;
}

.smallBox p.price, div.price {
	float: right;
	font-weight: bold;
	margin: 2px 3px 0 0;
	color: #78B404;
}

#copyright {
	clear: both;
	height: 30px;
	margin-top: 40px;
}

#copyright p {
	text-align: center;
	font-size: .9em;
	line-height: 1.75em;
	padding-top: 2px;
}

#fullPage table,  #fullPage td, #fullPage th {
	border: 1px solid #CCC;
}


/* Leftnav */

#leftNav {
	font-size: .9em;
	/*position: relative;
	top: 50px;
	left: 10px;*/
	width: 130px;
	padding: 15px 0;
	margin: 0;
	z-index: 50;
	float: left;
}

#leftNav h2, #leftNav h3 {
	margin: 15px 0 0 10px;
}

#leftNav h2.button {
	text-align: center;
	padding: 8px 0;
	border: 1px solid #DEDEDE;
	border-width: 1px 0;
	margin: 10px 0;
}

#leftNav a {
	text-decoration: none;
}

#leftNav ul {
	list-style: none;
	margin: 0 0 10px 15px;
	padding: 0;
	width: 150px;
}

#leftNav ul ul {
	margin: 5px 0 0 15px;
	padding: 0;
	width: auto;
}

#leftNav li {
	margin: 0 15px 5px 0;
}

#leftNav li a:hover {
	background: url("../../images/menu/activeProductType.gif") 4px 1px no-repeat;
}

#leftNav td {
	text-align: right !important;
	padding: 0 0 3px 0;
	font-size: 13px;
}

#leftNav td * {
	float: right !important;
}

#leftNav td img {
	float: left !important;
	margin-right: 2px;
}

div.leftAd  {
	height: 170px;
	margin-top: 15px;
	padding: 0 90px 0 0;
	background: transparent url("../../images/layout/bottle.gif") right bottom no-repeat;
}

div.leftAd h2  {
	padding-top: 35px;
}

div.leftAd p  {
	margin: 0;
	font-size: 1.15em;
}

div.leftAd a  {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.4em;
}

#logo {
	position: absolute;
	top: 12px;
	left: 10px;
}

#mainContents {
}

#mainBox, #mainBox2, #mainBox3, #mainBox4, #mainBox5, #boxHolder5, .smallBox, #leftNav {
	float: left;
	padding: 0 0 5px;
	margin: 0;
}

#mainBox2 {
	width: 248px;
	margin-left: 10px;
}

#mainBox2 h2 {
	margin-left: 0;
}

#mainBox2 > img {
	border: none !important;
	margin: 5px 0 25px 10px;
}

#mainBox3 {
	width: 490px;
	margin: 0 0 25px 10px;
}

#mainBox3 img.store {
	display: block;
	margin: 10px;
}

#mainBox4 {
	width: 505px;
	margin: 0 10px 0 5px;
}

#mainBox5, #boxHolder5 {
	width: 800px;
	position: relative;
	top: 10px;
	left: 25px;
	padding: 0 0 35px;
	margin: 0;
	float: left;
}

#mainBox5 img {
	float: left;
}

#stepsProfile {
	float: right;
	font-size: 1em;
	margin: 10px 15px 15px 0;
	position:relative;
}


/* Home Page Elements Product Group A is site wide - see themes for other Product Groups */
/* universal declarations for groups B, C & D - see individual themes for specifics */
.bannerPic, #homeContent {
	display: none;
}

#productGroupA *, #productGroupB *, #productGroupC *, #productGroupD * {
	margin: 0;
	padding: 0;
}

#productGroupA, #productGroupB, #productGroupC, #productGroupD {
	top: 15px;
	left: 150px;
}

#productGroupA h2, #productGroupB h2, #productGroupC h2, #productGroupD h2 {
	margin-bottom: 5px;
}

#productGroupA h4, #productGroupB h4, #productGroupC h4, #productGroupD h4 {
	font-size: 1.1em;
}

#productGroupA p, #productGroupB p, #productGroupC p, #productGroupD p {
	display: inline;
}

#productGroupA ul, #productGroupB ul, #productGroupC ul, #productGroupD ul {
	list-style: none;
}

#productGroupA li, #productGroupB li, #productGroupC li, #productGroupD li {
	margin: 0 10px 10px 0;
	border: 1px solid #CCC;
	font-size: .9em;
	line-height: 1.2em;
}

#productGroupA p.prodPrice, #productGroupB p.prodPrice, #productGroupC p.prodPrice, #productGroupD p.prodPrice {
	font-weight: bold;
	display: inline;
	margin: 2px 3px 0 10px;
	color: #78B404;
}

#productGroupA .listDescription, #productGroupB .listDescription, #productGroupC .listDescription, #productGroupD .listDescription {
	margin: 0 3px 3px;
}

a .listDescription {
	color: #898989;
}

a .listDescription, a .prodPrice {
	text-decoration: none;
	cursor: hand;
	color: #78B404;
}

a .listDescription:hover, a .prodPrice:hover {
	color: #78B404;
}

a .listDescription:hover {
	color: #00AEEF;
}


/* end universal B, C, D declarations */
/* End Home Page Elements */


/* Classes  */
.author {
	font-size: .85em;
	font-style: italic;
}

table.address { 
	border: none !important; 
} 

.address td { 
	border: none !important; 
	padding: 0 10px 0 0; 
	background: none transparent scroll repeat 0% 0%; 
	width: 32%; 
}

.address td.vert { 
	font-size: .8em; 
	width: 2px; 
	line-height: 0.9em; 
	text-align: center 
}

.autoWidth {
	width: auto;
	margin: 0 auto 10px;
}

.autoWidthWith {
	width: auto;
	margin: 0;
}

.autoWidthWith td {
	padding-right: 50px;
}

p.caption, #mainBox3 p.caption {
	font-size: .9em;
	margin-left: 0;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.clearR {
	clear: right;
}

.clearL {
	clear: left;
}

p.clear, p.clearL, p.clearR {
	height: 0;
	margin: 0;
	padding: 0;
}

.fLeft {
	float: left !important;
}

img.fLeft {
	margin: 0 8px 5px 0 !important;
}

.fRight {
	float: right !important;
}

img.fRight {
	margin: 0 0 5px 8px !important;
}

p.fRight {
	clear: both;
}

.gvAltRowStyle {
	border: none;
	border-collapse: collapse;
	background: #D0D0D0;
}

.gvAltRowStyle .gvRowStyle {
	background: #AEAEAE;
}

.gvRowStyle .gvAltRowStyle { 
	background: #AEAEAE;
}

.gvAppearance {
	border: none;
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto 10px;
	background: #FFF;
}

.gvAppearance .gvAppearance {
	border: 1px solid #CCC;
	width: 50%;
}

.gvEditRowStyle {
	border: none;
	border-collapse: collapse;
	background: #FF9;
}

.gvRowStyle { /*Not needed unless we want to color every row */
	background: #EAEAEA;
}
 
.gvSelRowStyle {
	background: #F1DDDE;
}

gvHeadStyle a:hover, .gvFootStyle a:hover, .gvPagerStyle a:hover {
	color: #8E8B8F;
}

table.halfed td{
	width: 50%;
}

.highlite {
	font-weight: bold;
	color:#00AEEF;
}

.nowrap {
	white-space: nowrap;
}

.orderSummary table, .orderSummary td, .orderSummary th {
	border: 1px solid #CCC;
}

.orderSummary .gvRowStyle { /*Not needed unless we want to color every row */
	background: none !important;
}

.right {
	text-align:right;
}

p.breadcrumb {
	height:24px;
	margin:0 0 8px 0;
	position:relative;
	top: 8px;
	font-size: 12px !important;
}

img.mainImg {
	display: block;
	margin-bottom: 5px;
	float: none;
}
.smaller {
	font-size: .85em;
	font-style: italic;
}

.alertMsg {
	background: #FFC0C0;
	width: 90%;
	margin: 0 4%;
	padding: 10px;
	border: 1px solid #000;
}
