/*Datahost stylesheet*/

/*Set up body, td, and p as the same style. You'll also want to include the same info in the <body> tag on main template.*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #201d1d;
}

a:link, a:visited {
	color: #f15b29; 
	text-decoration: underline;
}

a:hover {
	color: #1c75bc; 
	text-decoration: underline;
}

td, p {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #201d1d;
}



/*Main template styles.*/

#wrapper {
	width: 780px;
	margin: 0 auto;
	position: relative;
	padding-top: 10px;
}

#banner {
	position: relative;
	background: url(images/bkgnd_banner.jpg) top left no-repeat;
	height: 130px;
}

#edmbglogo {
	width: 302px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#edmwilogo {
	width: 222px;
	height: 39px;
	position: absolute;
	top: 0px;
	left: 174px;
	z-index: 3;
}

#loginarea {
	width: 350px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: right;
}

.loginlabels {
	font-size: 9px;
	color: #333;
	line-height: 1.1em;
}

#graybuttonsleft {
	width: 250px;
	height: 29px;
	position: absolute;
	top: 86px;
	left: 350px;
	z-index: 4;
	background: url(images/buttons_grayleft.jpg) top left no-repeat;
}

#graybuttonsright {
	width: 160px;
	height: 29px;
	position: absolute;
	top: 86px;
	right: 10px;
	z-index: 4;
	background: url(images/buttons_grayright.jpg) top left no-repeat;
}

.graybutton {
	float: left;
	width: 82px;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	color: #fff;
}

.graybutton a:link, .graybutton a:visited {
	color: #fff;
	text-decoration: none;
}

.graybutton a:hover {
	color: #feab3f;
	text-decoration: none;
}

.graybutton2 {
	float: left;
	width: 82px;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	color: #fff;
}

.graybutton2 a:link, .graybutton2 a:visited {
	color: #f0f312;
	text-decoration: none;
}

.graybutton2 a:hover {
	color: #feab3f;
	text-decoration: none;
}


.navbar {
	width: 182px;
	height: 31px;
}

.navbartext {
	text-align: left;
	padding-top: 4px;
	font-size: 16px;
	padding-left: 5px;
	line-height: 1.2em;
}


#navigation {
	width: 182px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#navigation li {
	list-style: none;
	color: #333;
	font-size: 11px;
	line-height: 1.2em;
	background: url(images/bkgnd_nav.jpg) bottom center no-repeat;
	margin-top: 2px;
}

#navigation li a:link, #navigation a:visited {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 2px 5px 5px 5px;
}

#navigation li a:hover {
	color: #fd6d04;
	text-decoration: none;
}


#content {
	padding-right: 20px;
}

#footer {
	position: relative;
	background: url(images/bkgnd_footer.jpg) top left no-repeat;
	height: 89px;
	text-align: center;
	margin-top: 15px;
}

.footerlinks {
	color: #333; 
	font-size: 11px;
	padding: 15px 5px 5px 5px;
}

.footerlinks a:link, .footerlinks a:visited {
	color: #333;
	text-decoration: none;
}

.footerlinks a:hover {
	color: #000000;
	text-decoration: underline;
}/*site links in the footer, like home, etc.*/

.footertext {  
	color: #333; 
	font-weight:bold; 
	font-size: 12px;

}

.siteby {  
	padding: 8px 5px 5px 10px;
	font-size: 10px; 
	line-height: 1.2em; 
	color: #333;
}

.siteby a:link, .siteby a:visited {
	color: #333;
}

.siteby a:hover {
	color: #000;
}


/*index template styles*/


.intro {
	font-size: 14px;
	line-height: 1.2em;
	color: #000000;
}

.intro a:link, .intro a:visited {
	color: #308109;
	text-decoration: none;
	font-weight: bold;
}

.intro a:hover {
	color: #9b0075;
	text-decoration: none;
}

.featuredcellheader {
	font-size: 11px;
	line-height: 1.2em;
	color: #000000;
	font-weight: bold;
}

.featuredcellheader a:link, .featuredcellheader a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.featuredcellheader a:hover {
	color: #1c75bc;
	text-decoration: none;
}


.details {  
	font-size: 11px; 
	line-height: 1.2em;
}

.details a:link, .details a:visited {
	text-decoration: none;
}


/*Category and Product list, cell and details pages*/

h1 {  
	margin-top: 0px;
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #1c75bc;
} /*this is always used for the page title, except home page and product detail pages*/

h2 {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 16px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #1c75bc;
}

h3 {  
	margin-top: 0px; 
	margin-bottom: 2px; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.5em; 
	color: #1c75bc;
}

h4 {  
	margin-bottom: 2px; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #1c75bc;
}

li {  
	font-size: 12px; 
	line-height: 1.2em; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #000000;
}

li.webpages {  
	font-size: 13px; 
	line-height: 1.2em;
}

.sku {font-size: 11px; color: #000000; text-decoration: none; font-weight:bold;}

.cellheader {
	font-size: 11px;
	line-height: 1.2em; 
	color: #000; 
	font-weight:bold;
}

.cellheader a:link, .cellheader a:visited    {
	color: #000;
	text-decoration: none;
}

.cellheader a:hover  {
	color: #1c75bc;
	text-decoration: underline;
}/*cat name or product name, depending on which cell*/

.celltext {  font-size: 11px; line-height: 1.3em;}

.testimonialcellheader {
	font-size: 15px; 
	color: #9b0075; 
	font-weight:bold;
}

.testimonialcellheader a:link, .testimonialcellheader a:visited    {
	color: #9b0075;
	text-decoration: none;
}

.testimonialcellheader a:hover  {
	color: #6cbd45;
	text-decoration: underline;
}/*item name on the testimonial product list page*/

.testimonialcelltext {  
	font-size: 12px; 
}

.highlight {  
	font-size: 12px; 
	font-weight:bold; 
	color: #1c75bc; 
}

.highlight a:link, .highlight a:visited {
	color: #1c75bc;
	text-decoration: underline;
}

.highlight a:hover  {
	color: #fd6d04;
	text-decoration: underline;
}

.freeship {  font-size: 12px; font-weight:bold; color: #9b0075;}


.multiheader {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #fd6d04;
	background-color: #ffffff;
	display: block;
	padding: 4px 0px;
} /*multilist header*/

.insertlist1 { 
	font-size: 12px; 
}

.insertlist1 a:link, .insertlist1 a:visited {
	text-decoration: none;
}
 /*youarehere links*/

.nextprev {  font-size: 11px; line-height: 1.2em; }

.gotocart {  font-size: 12px; line-height: 1.5em; }
 /*for viewcart links*/

.cellclickhere {  font-size: 12px; line-height: 1.5em; }


.jumplinks {font-size: 12px; line-height: 1.5em;} /*used on faq page*/

.clickhere {  font-size: 11px; line-height: 1.5em; }
 /*back to top links*/



/*Cart pages and shipping*/

.steps {
	display: inline;
	width: 100px;
	color: #666;
	margin-right: 8px;
	padding right: 0px;
	text-align: left;
}

.stepson {
	display: inline;
	width: 100px;
	color: #333;
	margin-right: 8px;
	padding-left: 15px;
	background: #fff url(images/cart_arrow.gif) left center no-repeat;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
}



#cart {
	width: 100%;
}

.buttons {
	width: 100%;
	position: relative;
}

.leftbuttons {
	width: 50%;
	float: left;
}

.rightbuttons {
	width: 50%;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#cartcontent {
	width: 100%;
}

.tablecart {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.tablecart tr.bkgnd1 {
	background: #feab3f;
}

.tablecart th.bkgnd1 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 2px;
}

.tablecart tr.bkgnd2 {
	background: #ffffff;
}

.tablecart th.bkgnd2 {
	font-size: 12px;
	color: #fd6d04;
	padding-top: 5px;
}

.tablecart td, .tablecart p {
	font-size: 12px;
}

.tablecart td.products {
	color: #333333;
	border-top: 1px solid #ffd363;
	padding-top: 3px;
}

.tablecart td.options {
	font-size: 11px;
}

.tablecart td.subhead {  
	font-size: 13px; 
	font-weight: bold; 
	color: #fd6d04;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tablecart td.shipping {
	font-size: 11px;
}

.tablecart td.indshipnote {
	color: #95b15a;
	font-weight: bold;
}

.cartbutton {
	font-size: 10px;
	color: #ffffff;
	background: #fd6d04;
	display: inline;
}

.instructions {  
	font-size: 13px;
}

.smallnotes {
	font-size: 11px;
	line-height: 1.2em;
}

.continue {
	text-align: right;
}

.continuebutton {
	background: #1c75bc;
	border: 1px solid #e3e3e3;
	padding: 3px; 
	font-size: 18px; 
	color:#ffffff;
	text-transform: lowercase;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #eeeeee;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #feab3f;
line-height:1.2em;
z-index:100;
border-right: 2px solid #feab3f;
border-bottom: 2px solid #feab3f;
visibility: hidden;
text-decoration: none;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-size: 12px;
	color: #333;
	background-color: #ffd363;
	display: inline;
	padding: 3px;
}

.hintanchor a:link, .hintanchor a:visited, .hintanchor a:hover {
	color: #333;
	text-decoration: none;
}

.hintclick {
	font-size: 12px;
	color: #fd6d04;
}

.shippingnotes {
	width: 100%;
	margin-top: 25px;
}

.shippingnotes th {
	color: #4f86ba;
	padding-bottom: 10px;
	border-bottom: 1px solid #4f86ba;
}

.shippingnotes td {
	border-bottom: 1px solid #4f86ba;
}

.instock {
	font-size: 10px;
}	



/*Miscellaneous*/

input {margin-top: 0px; margin-bottom: 0px; margin-left: 0px;}

form {margin-top: 0px; margin-bottom: 0px; }

table {margin-top: 0px; margin-bottom: 0px; }

.cartteaser {
	background-color: #feab3f;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 8px;
	text-align: center;
	color: #000;
	font-size: 11px;
}

.cartteaser a:link, .cartteaser a:visited {
	color: #1c75bc;
	text-decoration: none;
}

.cartteaser a:hover {
	color: #fff;
}

.certificate { padding: 0; margin: 0; border: 2px solid #feab3f; background-color: #ffffff; }
.certificate td { padding: 5px; }


/*hr {
	border-bottom: 1px dotted #000000;
	color: #bc56a2;
	background-color: #bc56a2;
}*/

table.price_table th {
	background-color: #ffcc66;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#ffcc66,1px;
	font-weight: bold;
	font-size: 10;
}

table.price_table td {
	background-color: #ffffff;
	border-style: outset #D1D1CD 1px;
}


table.pmt_table th {
	background-color: #feab3f;
	color: #000000;
	font-weight: bold;
	font-size: 11;
}

table.pmt_table td {
	background-color: #fff;
}

.label {  font-size: 11px; line-height: 1.2em; font-weight: bold; }

.attribute {  font-size: 11px; line-height: 1.2em;}


.errormessage {font-size: 14px; color: #0033cc; font-weight:normal; text-decoration: none;}
.errormessageA    {text-decoration: underline;}
.errormessage A:hover  {text-decoration: underline;}


.fancybutton {background: #feab3f; font-size: 13px; color:#000;padding:1px;}



.fancybutton2 {background: #1c75bc; font-size: 11px; color:#fff; padding:1px;}