/*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: arial, helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 1.3em; 
	color: #000000;
	background: #f5e6bc url(images/colorstripe.gif) top center repeat-y;
}

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

a:hover {
	color: #70535c; 
	text-decoration: underline;
}

td, p {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 1.3em; 
	color: #000000;
}



/*Main template styles.*/

#wrapper {
	width: 750px;
	margin: 0 auto;
	position: relative;
}

#banner {
	height: 115px;
	position: relative;
}

#logo {
	width: 200px;
	height: 70px;
	position: absolute;
	top: 30px;
	left: 20px;
}

#cartarea {
	width: 500px;
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: right;
	font-size: 12px;
}

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

#cartarea a:hover {
	text-decoration: none;
	color: #abc178;
}

#bannerspecials {
	width: 400px;
	position: absolute;
	top: 65px;
	left: 270px;
	text-align: center;
}

#scanalertbanner {
	width: 65px;
	height: 40px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
	

#mainnav {
	background: url(images/bkgnd_mainnav.gif) top left repeat-y;
	height: 40px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	z-index: 500;
}

#subnav {
	background-color: #f5e6bc;
	height: 30px;
	position: relative;
	width: 750px;
}

#phone {
	width: 215px;
	height: 30px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 6px;
	left: 525px;
	text-align: right;
}

#sociallinks {
	width: 130px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: 420px;
}


#navigation {
	width: 125px;
}

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

#navigation li {
	list-style: none;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 6px;
}

#navigation li a:link, #navigation a:visited {
	display: block;
	background-color: #9b0075;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 5px;
}

#navigation li a:hover {
	background-color: #bc56a2;
	color: #ffffff;
	text-decoration: none;
}


#contentwrapper {
	width: 730px;
	position: relative;
	margin: 0 auto;
	padding-top: 5px;
}

#contentwrapperhome {
	width: 750px;
	position: relative;
}

#content {
	padding-right: 20px;
}

#footer {
	width: 750px;
	height: 100px;
	position: relative;
	background: url(images/css_logo_sml.gif) 10px 10px no-repeat;
}

#storeinfo {
	width: 525px;
	position: absolute;
	top: 15px;
	left: 200px;
	color: #333;
	line-height: 1.6em;
	font-size: 12px;
	padding-bottom: 10px;
}

#po {
	width: 120px;
	height: 92px;
	position: absolute;
	top: 80px;
	left: 35px;
	padding-bottom: 10px;
}

.footerlinks {
	color: #70535c; 
	font-size: 12px;
	text-align: left;
}

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

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


.siteby {  
	font-size: 11px; 
	line-height: 1.2em; 
	color: #333;
}

.ltyellowbar {
	background-color: #f5e6bc;
	height: 22px;
}


/*index template styles*/

.announcement {
	background: url(images/redarrow.gif) top left no-repeat;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 10px;
	margin-top: 10px;
}

.announcementheader {
	color: #70535c;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1em;
}

.announcementtext {
	font-size: 12px;
	line-height: 1.2em;
}

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


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

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

h2 {  
	margin-top: 10px; 
	margin-bottom: 8px; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #4f7282;
}

h3 {  
	margin-top: 10px; 
	margin-bottom: 2px; 
	font-size: 13px;
	font-weight: bold; 
	line-height: 1.5em; 
	color: #4f7282;
}

h4 {  
	margin-bottom: 2px; 
	font-size: 13px; 
	line-height: 1.2em; 
	color: #4f7282;
}

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

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

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

.qty { font-size:12px; color:#2f2fff; }

.cellheader {
	font-size: 13px; 
	color: #4f7282; 
	font-weight:bold;
	line-height: 1.2em;
}

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

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

.celltext {  font-size: 12px; 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: 13px; 
	font-weight:bold; 
	color: #ac1e23; 
}

.highlight a:link, .highlight a:visited {
	color: #ac1e23;
	text-decoration: none;
}

.highlight a:hover  {
	color: #70535c;
	text-decoration: none;
}

.flag {  
	font-size: 13px; 
	font-weight:bold; 
	color: #000; 
}

.flag a:link, .flag a:visited {
	color: #000;
}

.flag a:hover  {
	color: #70535c;
}

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


.multiheader {  
	margin-top: 10px; 
	margin-bottom: 8px; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #fff;
	background-color: #4f7282;
	display: block;
	padding: 4px 5px;
} /*multilist header*/

.insertlist1 { 
	font-size: 11px;
}

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

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

.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;
	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: #f5e6bc;
}

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

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

.tablecart th.bkgnd2 {
	font-size: 12px;
	color: #4f7282;
	padding-top: 2px;
}

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

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

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

.tablecart td.subhead {  
	font-size: 12px; 
	font-weight: bold; 
	color: #4f7282;
	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: #ac1e23;
	display: inline;
}

.instructions {  
	font-size: 12px;
}

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

.continue {
	text-align: right;
}

.continuebutton {
	background-color: #abc178;
	border: 1px solid #8da35a;
	padding: 3px; 
	font-size: 15px; 
	color: #5c3f48;
	text-transform: uppercase;
	margin-bottom: 8px;
}

#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 #abc178;
line-height:1.2em;
z-index:100;
border-right: 2px solid #abc178;
border-bottom: 2px solid #abc178;
visibility: hidden;
text-decoration: none;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-size: 11px;
	color: #4f86ba;
	background-color: #abc178;
	display: inline;
	padding: 3px;
}

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

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

.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;
}	



/*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; }

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

.red {color: red;}

#listwrapper {
	width: 730px;
	position: relative;
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #f5e6bc;
	background: url(images/bkgnd_lists.gif) top left repeat-y;
}

#listsidebar {
	width: 170px;
	float: left;
}

#listcontent {
	width: 540px;
	float: right;
}

.sidebarlinks {
	color: #333;
	font-size: 12px;
	padding-bottom: 3px;
	line-height: 1.2em;
}

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

.sidebarlinks a:hover {
	color: #333;
	text-decoration: underline;
}

h1.sidebarlinks {
	font-size: 13px;
	color: #8da35a;
}

.cartteaser {
	background-color: #d3dce0;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 8px;
	text-align: center;
	color: #000;
	border: 1px solid #4f7282;
	font-size: 12px;
}

.cartteaser a:link, .cartteaser a:visited {
	color: #ac1e23;
}

.cartteaser a:hover {
	/*color: #2e3f53;*/
}

table.details {
	width: 100%;
}

table.details td {
	padding: 3px;
	width: 50%;
	border-bottom: 1px solid #ddd;
}


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

table.price_table th {
	background-color: #ffcc66;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

table.price_table td {
	background-color: #f5e6bc;
}


table.pmt_table th {
	background-color: #f5e6bc;
	font-size: 12px;
	font-weight: bold;
	color: #4f7282;
	padding: 2px;
}

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: #Ac1e23; 
	font-size: 13px; 
	color:#ffffff;
	padding: 3px 2px;
}



.fancybutton2 {
	background: #Ac1e23; 
	font-size: 12px; 
	color:#ffffff;
	padding: 3px 2px;
}

#zipwindow {
	background-color: #f5e6bc;
	text-align: center;
}

#zipform {
	background-color: #f5e6bc;
}

/****** Virtual Paginate styles   Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, {
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
/* width: 360px; */
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle a{ /*Pagination links style ("non-selected")*/
   font-size:11px;
   font-weight:bold;

   /* Match this margin-right to the one below in hover style */
   margin-right:3px;

   /* Match this padding to the one below in hover style ***And adjust 'top' in Content Holder!!!   */
   padding:6px 4px;
   text-decoration: none;
   border-right: 1px solid #4f7282;
   border-left: 1px solid #4f7282;
   border-top: 1px solid #4f7282;
   color: #4f7282;
   background-color: #d3dce0;
   }

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pag "flatview" links style ("selected and hover")*/
   color: #4f7282;
   background-color: #ffffff;
   /**** Match these to above:****/
   margin-right:3px;
   padding:6px 4px;
   }



.paginationstyle a:hover, .paginationstyle a.selected{
   color: #000;
   background-color: #4f7282;
}



#content_holder {
   width: 710px;
   top:-8px;
   position:relative;
   /*   height:400px;  */
   padding: 10px;
   border: 1px solid #4f7282;
}


/* End virtual paginate */
