/*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 {background:url(images/bsk_pagebkg.gif); 
	background-repeat: repeat; 
	background-position: 0% 0%;
	background-color: #F86E00;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #FFFFFF;
}

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

a:hover {
	color: #00CACA; 
	text-decoration: underline;
}

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



/*Main template styles.*/

#wrapper {
	width: 775px;
	margin: 0 auto;
	position: relative;
	background-color:#659CEF;
	padding:5px;
}


#mainnav {
	position: absolute;
	width: 300px;
	top: 185px;
	left: 300px;
}

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

#mainnav li {
	list-style: none;
	display: inline;
	padding-left: 10px;
	font-family: Comic Sans MS, verdana, arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	color: #ffffff;
}

#mainnav li a:link, #mainnav li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#mainnav li a:hover {
	color: #FFCC00;
	text-decoration: none;
}


#navigation {
	width: 125px;
	float: left;
	padding-left: 0px;
}

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

#navigation li {
	list-style: none;
	color: #2956B2;
	font-size: 13px;
	font-family: Comic Sans MS, verdana, arial;
	line-height: 1.2em;
	margin-bottom: 2px;
	margin-left:0px;
	background-image:url(images/bsk_menubullet.gif);
	background-position:0 0.2em;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	border-bottom: 2px dashed #2956B2;
	
}

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

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


#contentwrapper {
	width: 600px;
	position: relative;
}

#content {
	padding-right: 20px;
}

#footer {
	width: 100%;
	height: 30px;
}

.footerlinks {
	color: #ffffff; 
	font-size: 11px;
}

.footerlinks a:link, .footerlinks a:visited {
	color: #ffffff;
	text-decoration: underline;
}

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

.footername {  
	color: #ffffff; 
	font-weight:bold; 
	font-size: 12px;
}

.siteby {  
	margin: 0px auto;
	padding-top: 8px;
	font-size: 9px; 
	line-height: 1.2em; 
	color: #000000;
}

.copyright {  
	margin: 0px auto;
	padding-top: 8px;
	font-size: 9px; 
	line-height: 1.2em; 
	color: #FFFFFF;
}

.viewitems{
font-size:11px;
color:#2956B2;
font-weight:bold;
}

/*index template styles*/


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

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

.intro a:hover {
	color: #00CACA;
	text-decoration: none;
}

.announcementhead {
	font-size: 12px; 
	color: #9CC6F8; 
	font-weight: bold;
}
/*item name*/

.announcementtext {  
	font-size: 11px; 
}

.announcementclickhere {  
	font-size: 10px; 
}

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

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

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

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

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

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

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

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

.cellheader {
	font-size: 15px; 
	color: #FFCC00; 
	font-weight:bold;
}

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

.cellheader a:hover  {
	color: #00CACA;
	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: #FFCC00; 
	font-weight:bold;
}

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

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

.testimonialcelltext {  
	font-size: 12px; 
}

.testimotitle{
font-size: 13px;
color: #DCF600; 
font-weight:bold;
}

.testimotitle a:link, .testimotitle a:visited    {
	color: #DCF600;
	text-decoration: none;
}

.testimotitle a:hover    {
	color: #FFCC00;
	text-decoration: none;
}

.testimotext{
font-size: 11px;
}

.testimolink {
		font-size: 11px;
		font-weight: bold;
    color: #DCF600;
	}
.testimolink A    {color: #DCF600; text-decoration: underline;}
.testimolink A:visited {color: #DCF600; text-decoration: underline;}
.testimolink A:hover  {color: #FFCC00; text-decoration: underline;}

.highlight {  
	font-size: 13px; 
	font-weight:bold; 
	color: #FF9900; 
}

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

.highlight a:hover  {
	color: #FFCC00;
	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;
	background-color: #9CC5F7; 
	color: #FFFFFF;
	display: block;
	padding: 4px 10px;
} /*multilist header*/

.insertlist1 { 
	font-size: 10px; 
}

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

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

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

.cellclickhere {  font-size: 11px; 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: #9DC7F8;
	margin-right: 8px;
	padding-right: 0px;
	text-align: left;
}

.stepson {
	display: inline;
	width: 100px;
	color: #FFFFFF;
	margin-right: 8px;
	padding-left: 15px;
	background: #2956B2 url(images/bsk_cartarrow.gif) left center no-repeat; 
	font-weight: bold;
	text-align: left;
}



#cart {
	width: 100%;
}

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

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

.rightbuttons {
	width: 40%;
	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: #809FE1;
}

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

.tablecart tr.bkgnd2 {
	background: #9DC7F8;
}

.tablecart th.bkgnd2 {
	font-size: 13px;
	color: #2956B2;
	padding-top: 5px;
}

.tablecart td, .tablecart p {
	font-size: 13px;
	font-weight: bold;
}

.tablecart td.products {
	color: #2956B2;
	border-top: 1px solid #2956B2;
	padding-top: 6px;
}

.tablecart td.products a:link, .tablecart td.products a:visited {
	color:  #2956B2;
	text-decoration: underline;
}

.tablecart td.products a:hover  {
	color: #FFCC00;
	text-decoration: underline;
}

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

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

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

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

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

.instructions {  
	font-size: 13px;
}

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

.continue {
	text-align: right;
}

.continuebutton {
	background: #7DBD00;
	border: 1px solid #DCF600;
	padding: 3px; 
	font-size: 15px; 
	color:#ffffff;
	text-transform: lowercase;
}

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

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

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

.hintclick {
	font-size: 12px;
}

.hintclick a:link, .hintclick a:visited {
	color: #F86E00;
	text-decoration: underline;
}

.hintclick a:hover {
	color: #DCF600;
	text-decoration: underline;
}

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


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

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


table.pmt_table th {
	background-color: #809FE1;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	width:200px;
}

table.pmt_table td {
	background-color:  #9DC7F8;
	color: #2956B2;
}

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

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


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


.fancybutton {background: #F86E00; font-size: 13px; color:#ffffff;}
.fancybutton2 {background: #F86E00; font-size: 12px; color:#FFFFFF;}
.fancybutton3 {background: #2956B2; font-size: 13px; color:#FFFFFF;}

/*.box rounded outline */
.box {float:none; clear:right; padding:0px; margin-bottom:10px;}
.box .b1, .box .b2, .box .b3, .box .b4 {
display:block;
overflow:hidden;
font-size:1px;
}
.box .b1, .box .b2, .box .b3 {height:1px;}
.box .b2, .box .b3, .box .b4 {}
.box .b1 {margin:0 5px; border-left:1px solid #900; border-right:1px solid #900;background-color:#900;}
.box .b2 {margin:0 3px; border-left:2px solid #900; border-right:2px solid #900;background-color:#2956B2;}
.box .b3 {margin:0 2px; border-left:1px solid #900; border-right:1px solid #900;background-color:#2956B2;}
.box .b4 {height:2px; margin:0 1px; border-left:1px solid #900; border-right:1px solid #900;background-color:#2956B2;}
.box .in { 
background-color:#2956B2;
display:block;
border-left:1px solid #900;
border-right:1px solid #900;
padding:0 7px;
}

/*you can change the color of the outline for different boxes by setting the background
color as follows*/
#pgcontent .box .b1 {border-left:1px solid #2956B2; border-right:1px solid #2956B2; background-color:#2956B2;}
#pgcontent .box .b2 {border-left:2px solid #2956B2; border-right:2px solid #2956B2; background-color:#2956B2;}
#pgcontent .box .b3 {border-left:1px solid #2956B2; border-right:1px solid #2956B2; background-color:#2956B2;}
#pgcontent .box .b4 {border-left:1px solid #2956B2; border-right:1px solid #2956B2; background-color:#2956B2;}
#pgcontent .box .in {border-left:1px solid #2956B2; border-right:1px solid #2956B2; background-color:#2956B2;}	

#nav .box .b1 {border-left:1px solid #DCF600; border-right:1px solid #DCF600; background-color:#DCF600;}
#nav .box .b2 {border-left:2px solid #DCF600; border-right:2px solid #DCF600; background-color:#DCF600;}
#nav .box .b3 {border-left:1px solid #DCF600; border-right:1px solid #DCF600; background-color:#DCF600;}
#nav .box .b4 {border-left:1px solid #DCF600; border-right:1px solid #DCF600; background-color:#DCF600;}
#nav .box .in {border-left:1px solid #DCF600; border-right:1px solid #DCF600; background-color:#DCF600;}

#reviews .box .b1 {border-left:1px solid #7DBD00; border-right:1px solid #7DBD00; background-color:#7DBD00;}
#reviews .box .b2 {border-left:2px solid #7DBD00; border-right:2px solid #7DBD00; background-color:#7DBD00;}
#reviews .box .b3 {border-left:1px solid #7DBD00; border-right:1px solid #7DBD00; background-color:#7DBD00;}
#reviews .box .b4 {border-left:1px solid #7DBD00; border-right:1px solid #7DBD00; background-color:#7DBD00;}
#reviews .box .in {border-left:1px solid #7DBD00; border-right:1px solid #7DBD00; background-color:#7DBD00;}
