/* eCove */

/* Light Blue 7b96da */
/* Dark Blue 0b37ae  */
/* Yellow ffff00  */
/* Lighter Light Blue b7c4e7 */


body {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.4em; color: #333333; background-color:#ffffff; margin: 0px;}

td {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.4em; color: #333333; margin: 0px;}


p {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.4em; color: #333333; margin: 0px;}


/* Replaced with variable on template - this can be ignored */
.pagepadding {padding:0;}


option.boldlinkff {font-weight:bold;}


.floatrightbox {float:right;background-color:#cacfe7;color:#0b37ae;font-weight:normal;border: 1px solid #000000; width:400px;padding:10px; margin-left:20px;margin-right:4px;}


.floatrightbox2 {float:right;background-color:#cacfe7;color:#0b37ae;font-weight:normal;border: 1px solid #000000; width:280px;padding:10px; margin-left:40px; margin-right:4px;}


.floatleftbox {float:left;background-color:#cacfe7;color:#0b37ae;font-weight:normal;border: 1px solid #000000; width:250px;padding:10px; margin-right:40px;margin-left:4px;}

.nofloatbox {background-color:#cacfe7;border: 1px solid #000000; padding:8px; margin-left:4px; margin-right:4px;}


/* Keeps tabbed nav from looking yucky */
a:focus, a:active {
	outline: 0 none;
	-moz-outline: 0 none;
}


a:link {color: #333333; text-decoration: underline;}
a:visited {color: #333333; text-decoration: underline;}
a:hover {color: #000000; text-decoration: underline;}
a:active {color: #333333; text-decoration: underline;}


/* Main divs for home page */
#container {
   margin: 0 auto;
   width:1000px;
   background-color:#ffffff;   }
   
#logoheader { background-color:#ffffff; background-image:url(images/bkg-ecove-logo2.jpg);background-repeat:no-repeat; width:1000px; height:110px;  }

.topmenu 					{color: #ffffff; font-size: 12px;text-decoration: none;}
.topmenu A 				{color: #ffffff; text-decoration: none;}
.topmenu A:visited 	{color: #ffffff; text-decoration: none;}
.topmenu A:hover 		{color: #ffffff; text-decoration: underline;}


#upper_nav_box { background-color:#0B37AE; text-align:center;  padding: 4px 0px 8px 0px;height:18px;}
.navlink {  font-size: 13px; font-weight:bold; line-height: 1.5em; color: #ffffff;}
.navlink A    {color: #ffffff; font-weight:bold; text-decoration: none;}
.navlink A:visited {color: #ffffff; font-weight:bold; text-decoration: none;}
.navlink A:hover  {color: #ffffff; font-weight:bold; text-decoration: underline;}
.navlinkon A  {color: #ffffff; font-weight:bold; text-decoration: underline;}


#bodycontent { background-color:#ffffff; width:998px; border-left: 1px solid #c2cdeb; border-right: 1px solid #c2cdeb; }

#home-top-row { background-color:#ffffff; background-image:url(images/bkg-yellow-white2.jpg);background-repeat:repeat-y; }


#inside-top-row { background-color:#ffffff; background-image:url(images/bkg-yellow-white2.jpg); background-repeat:repeat-y;background-position:top left;padding-left:10px;padding-top:4px;}


.youarehere {text-align:right;float:right;margin:0;padding:0 0 8px 0;}


/* changed to ffffff from 0b37ae so that if we want to add it back we can! */
.insertlist1 { font-size: 10px; color: #ffffff; text-decoration: none;}
.insertlist1 A    {color: #ffffff;text-decoration: underline;}
.insertlist1 A:hover  {color: #ffffff;text-decoration: underline;} /*youarehere links*/


.homesection { padding:6px 0px 6px 0px; text-align:center; font-weight:bold; color:#283B7A;}
.homesection A  { padding:6px 0px 6px 0px; text-align:center; font-weight:bold; color:#283B7A;text-decoration:none;}
.homesection A:hover  { padding:6px 0px 6px 0px; text-align:center; font-weight:bold; color:#283B7A;text-decoration:underline;}

.homesection2 { padding:4px 0px 6px 4px;  font-weight:normal; font-size:12px;}

.homesection3 { padding:4px 0px 6px 18px;  font-weight:normal; font-size:12px;}

.bkg-gray-line { background-color:#ffffff; background-image:url(images/gray-line4.gif); background-repeat:repeat-y; }

#bottom-land { background-color:#ffffff; background-image:url(images/bkg-bottom-grad.jpg);background-repeat:repeat-x; }

#footer {  width:1000px; background-color:#ffffff; }

.footertext {color: #666666; font-family: verdana, Arial, Geneva, sans-serif; font-size: 11px; line-height:1.3em;}
.footertext A {color: #666666; text-decoration: none;}
.footertext A:visited {color: #666666; text-decoration: none;}
.footertext A:hover {color: #666666; text-decoration: underline;}










/****** 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")*/
z-index: 1;
   font-size:12px;
   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 #b7c4e7;
   border-left: 1px solid #b7c4e7;
   border-top: 1px solid #b7c4e7;
   color: #0b37ae;
   background-color: #b7c4e7;            }


.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pag "flatview" links style ("selected and hover")*/
position:relative;
top:1px;}



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

.paginationstyle a:hover, .paginationstyle a.selected{
   color: #000;
   background-color: #304e50; 
 }


#content_holder {
   width:700px;
   top:-7px;
   position:relative;
   /*   height:400px;  */
   padding: 10px;
   border: 1px solid #b7c4e7;            }

/* End virtual paginate */









.green11 				{color: #2F5B0E; font-size: 11px;text-decoration: none;}
.green11 A 				{color: #2F5B0E; text-decoration: none;}
.green11 A:hover 		{color: #2F5B0E; text-decoration: underline;}


.green12 				{color: #2F5B0E; font-size: 12px;text-decoration: none;font-weight:normal;}
.green12 A 			{color: #2F5B0E; text-decoration: none;}
.green12 A:hover 		{color: #2F5B0E; text-decoration: underline;}

.green13 				{color: #2F5B0E; font-size: 13px;text-decoration: none;font-weight:normal;}
.green13 A 			{color: #2F5B0E; text-decoration: none;}
.green13 A:hover 		{color: #2F5B0E; text-decoration: underline;}

.green16b 				{color: #2f5b0e; font-size: 16px;text-decoration: none;font-weight:bold;letter-spacing:.1em;}
.green16b A 			{color: #2f5b0e; text-decoration: none;}
.green16b A:hover 		{color: #2f5b0e; text-decoration: underline;}


.blue11 				{color: #0b37ae; font-size: 11px;text-decoration: none;}
.blue11 A 				{color: #0b37ae; text-decoration: none;}
.blue11 A:hover 		{color: #0b37ae; text-decoration: underline;}


.blue12 				{color: #0b37ae; font-size: 12px;text-decoration: none;}
.blue12 A 				{color: #0b37ae; text-decoration: none;}
.blue12 A:hover 		{color: #0b37ae; text-decoration: underline;}

.blue12b 				{color: #0b37ae; font-size: 12px;text-decoration: none;font-weight:bold;}
.blue12b A 				{color: #0b37ae; text-decoration: underline;}
.blue12b A:hover 		{color: #0b37ae; text-decoration: underline;}



.red16b 				{color: #B30D04; font-size: 16px;text-decoration: none;font-weight:bold;letter-spacing:.1em;}
.red16b A 			{color: #B30D04; text-decoration: none;}
.red16b A:visited    {color: #B30D04; text-decoration: none;}
.red16b A:hover 		{color: #B30D04; text-decoration: underline;}

.red16 				{color: #B30D04; font-size: 16px;text-decoration: none;font-weight:normal;letter-spacing:.1em;}
.red16 A 			{color: #B30D04; text-decoration: none;}
.red16 A:visited    {color: #B30D04; text-decoration: none;}
.red16 A:hover 		{color: #B30D04; text-decoration: underline;}


.red13 				{color: #B30D04; font-size: 13px;text-decoration: none;font-weight:normal;}
.red13 A 			{color: #B30D04; text-decoration: none;}
.red13 A:visited    {color: #B30D04; text-decoration: none;}
.red13 A:hover 		{color: #B30D04; text-decoration: underline;}


.red12b 				{color: #B30D04; font-size: 12px;text-decoration: none;font-weight:bold;}
.red12b A 			{color: #B30D04; text-decoration: none;}
.red12b A:visited    {color: #B30D04; text-decoration: none;}
.red12b A:hover 		{color: #B30D04; text-decoration: underline;}


.red12 				{color: #B30D04; font-size: 12px;text-decoration: none;font-weight:normal;}
.red12 A 			{color: #B30D04; text-decoration: none;}
.red12 A:visited    {color: #B30D04; text-decoration: none;}
.red12 A:hover 		{color: #B30D04; text-decoration: underline;}


.white10 					{color: #ffffff; font-size: 10px;text-decoration: none;}
.white10 A 				{color: #ffffff; text-decoration: none;}
.white10 A:visited 	{color: #ffffff; text-decoration: none;}
.white10 A:hover 		{color: #333333; text-decoration: underline;}

.white10b 				{color: #ffffff; font-size: 10px;font-weight:bold; text-decoration: none;}
.white10b A 				{color: #ffffff; text-decoration: none;}
.white10b A:visited 	{color: #ffffff; text-decoration: none;}
.white10b A:hover 	{color: #333333; text-decoration: underline;}

.white11 					{color: #ffffff; font-size: 11px;text-decoration: none;}
.white11 A 				{color: #ffffff; text-decoration: none;}
.white11 A:visited 	{color: #ffffff; text-decoration: none;}
.white11 A:hover 		{color: #333333; text-decoration: underline;}

.white11b 				{color: #ffffff; font-size: 11px;font-weight:bold; text-decoration: none;}
.white11b A 				{color: #ffffff; text-decoration: none;}
.white11b A:visited 	{color: #ffffff; text-decoration: none;}
.white11b A:hover 	{color: #333333; text-decoration: underline;}

.white12 					{color: #ffffff; font-size: 12px;text-decoration: none;}
.white12 A 				{color: #ffffff; text-decoration: none;}
.white12 A:visited 	{color: #ffffff; text-decoration: none;}
.white12 A:hover 		{color: #333333; text-decoration: underline;}

.white12b 				{color: #ffffff; font-size: 12px;font-weight:bold; text-decoration: none;}
.white12b A 				{color: #ffffff; text-decoration: none;}
.white12b A:visited 	{color: #ffffff; text-decoration: none;}
.white12b A:hover 	{color: #333333; text-decoration: underline;}

.white13 					{color: #ffffff; font-size: 13px;text-decoration: none;}
.white13 A 				{color: #ffffff; text-decoration: none;}
.white13 A:visited 	{color: #ffffff; text-decoration: none;}
.white13 A:hover 		{color: #333333; text-decoration: underline;}

.white13b 				{color: #ffffff; font-size: 13px;font-weight:bold; text-decoration: none;}
.white13b A 				{color: #ffffff; text-decoration: none;}
.white13b A:visited 	{color: #ffffff; text-decoration: none;}
.white13b A:hover 	{color: #333333; text-decoration: underline;}

.white14 					{color: #ffffff; font-size: 14px;text-decoration: none;}
.white14 A 				{color: #ffffff; text-decoration: none;}
.white14 A:visited 	{color: #ffffff; text-decoration: none;}
.white14 A:hover 		{color: #333333; text-decoration: underline;}

.white14b 				{color: #ffffff; font-size: 14px;font-weight:bold; text-decoration: none;}
.white14b A 				{color: #ffffff; text-decoration: none;}
.white14b A:visited 	{color: #ffffff; text-decoration: none;}
.white14b A:hover 	{color: #333333; text-decoration: underline;}



.black10 					{color: #000000; font-size: 10px;text-decoration: none;}
.black10 A 				{color: #000000; text-decoration: none;}
.black10 A:visited 	{color: #000000; text-decoration: none;}
.black10 A:hover 		{color: #333333; text-decoration: underline;}

.black10b 				{color: #000000; font-size: 10px;font-weight:bold; text-decoration: none;}
.black10b A 				{color: #000000; text-decoration: none;}
.black10b A:visited 	{color: #000000; text-decoration: none;}
.black10b A:hover 	{color: #333333; text-decoration: underline;}

.black11 					{color: #000000; font-size: 11px;text-decoration: none;}
.black11 A 				{color: #000000; text-decoration: none;}
.black11 A:visited 	{color: #000000; text-decoration: none;}
.black11 A:hover 		{color: #333333; text-decoration: underline;}

.black11b 				{color: #000000; font-size: 11px;font-weight:bold; text-decoration: none;}
.black11b A 				{color: #000000; text-decoration: none;}
.black11b A:visited 	{color: #000000; text-decoration: none;}
.black11b A:hover 	{color: #333333; text-decoration: underline;}

.black12 					{color: #000000; font-size: 12px;text-decoration: none;}
.black12 A 				{color: #000000; text-decoration: none;}
.black12 A:visited 	{color: #000000; text-decoration: none;}
.black12 A:hover 		{color: #333333; text-decoration: underline;}

.black12b 				{color: #000000; font-size: 12px;font-weight:bold; text-decoration: none;}
.black12b A 				{color: #000000; text-decoration: none;}
.black12b A:visited 	{color: #000000; text-decoration: none;}
.black12b A:hover 	{color: #333333; text-decoration: underline;}

.black13 					{color: #000000; font-size: 13px;text-decoration: none;}
.black13 A 				{color: #000000; text-decoration: none;}
.black13 A:visited 	{color: #000000; text-decoration: none;}
.black13 A:hover 		{color: #333333; text-decoration: underline;}

.black13b 				{color: #000000; font-size: 13px;font-weight:bold; text-decoration: none;}
.black13b A 				{color: #000000; text-decoration: none;}
.black13b A:visited 	{color: #000000; text-decoration: none;}
.black13b A:hover 	{color: #333333; text-decoration: underline;}

.black14 					{color: #000000; font-size: 14px;text-decoration: none;}
.black14 A 				{color: #000000; text-decoration: none;}
.black14 A:visited 	{color: #000000; text-decoration: none;}
.black14 A:hover 		{color: #333333; text-decoration: underline;}

.black14b 				{color: #000000; font-size: 14px;font-weight:bold; text-decoration: none;}
.black14b A 				{color: #000000; text-decoration: none;}
.black14b A:visited 	{color: #000000; text-decoration: none;}
.black14b A:hover 	{color: #333333; text-decoration: underline;}









/* MM template styles.*/

.sbtestimonialheads {  font-size: 11px; font-weight: bold; line-height: 1.5em; color: #ffffff;}

.sbtestimonialtext {  font-size: 11px; line-height: 1.5em; color: #ffffff;}

.searchwords {  font-size: 10px; line-height: 1.5em; color: #ffffff;}

.sidebarheads {  font-size: 15px; font-weight:bold; color: #2853a1; text-decoration: none;} /*Product Category name*/

.search {  font-size: 12px; color: #ffffff; text-decoration: none;} /*next to the search box*/

.navlinks1 {  font-size: 12px; color: #ffffff; text-decoration: none;}
.navlinks1 A    {color: #ffffff;text-decoration: underline;}
.navlinks1 A:visited {color: #ffffff; text-decoration: underline;}
.navlinks1 A:hover  {color: #333333;text-decoration: underline;}/*main sidebar links*/

.navlinks2 {  color: #ffffff; font-size: 12px;text-decoration: none;}
.navlinks2 A    {  color: #ffffff;text-decoration: underline;}
.navlinks2 A:hover  {  color: #cc0000;text-decoration: underline;}/*links under the masthead if used*/

.sidebarclickhere {  font-size: 10px; line-height: 1.5em; color: #ffffff;}
.sidebarclickhere A    {color: #0b37ae; text-decoration: underline;}
.sidebarclickhere A:visited {color: #0b37ae; text-decoration: underline;}
.sidebarclickhere A:hover  {color: #333333; text-decoration: underline;}

.footername {  color: #333333; font-weight:bold; font-family: verdana, Arial,Geneva,sans-serif;font-size: 11px;text-decoration: none;}
.footername A    {  color: #ff0000;text-decoration: none;}
.footername A:hover  {  color: #0033cc;text-decoration: none;}

.footerlinks {color: #000000; font-size: 10px;text-decoration: none;}
.footerlinks A {text-decoration: underline;}
.footerlinks A:visited {text-decoration: underline;}
.footerlinks A:hover {text-decoration: underline;}/*site links in the footer, like home, etc.*/

.siteby {  font-size: 10px; line-height: 1.5em; color: #ffffff;}
.siteby A    {color: #0b37ae; text-decoration: underline;}
.siteby A:visited {color: #0b37ae; text-decoration: underline;}
.siteby A:hover  {color: #333333; text-decoration: underline;}



/*index template styles*/

.welcome {  margin-bottom: 8px; font-size: 24px; font-weight: bold; line-height: 1.1em; color: #333333} /*this is the home page title*/

.intro {  font-size: 13px; line-height: 1.5em; color: #000000;}
.intro A    {text-decoration: underline;}
.intro A:hover  {text-decoration: underline;} /*intro paragraph*/

.featuredtitle {  font-size: 15px; font-weight:bold; color: #2853a1; text-decoration: none;}/*title above the featured items*/

.featuredhead {font-size: 14px; color: #333333; text-decoration: none; font-weight:bold;}
.featuredhead A    { color: #333333; text-decoration: none;}
.featuredhead A:visited    { color: #333333; text-decoration: none;}
.featuredhead A:hover  { color: #ffffff; text-decoration: underline;}/*featured product name*/

.featuredtext {  font-size: 10px; line-height: 1.5em; color: #ffffff;}
.featuredtext A    {color: #0b37ae; text-decoration: underline;}
.featuredtext A:visited {color: #0b37ae; text-decoration: underline;}
.featuredtext A:hover  {color: #333333; text-decoration: underline;}

.featuredclickhere {  font-size: 10px; line-height: 1.5em; color: #ffffff;}
.featuredclickhere A    {color: #0b37ae; text-decoration: underline;}
.featuredclickhere A:visited {color: #0b37ae; text-decoration: underline;}
.featuredclickhere A:hover  {color: #333333; text-decoration: underline;}

.announcementhead {font-size: 14px; color: #333333; text-decoration: none; font-weight:bold;}
.announcementhead A:visited    {text-decoration: none;}
.announcementhead A    {text-decoration: none;}
.announcementhead A:hover  {text-decoration: underline;}/*item name*/

.announcementtext {  font-size: 10px; line-height: 1.5em; color: #ffffff;}
.announcementtext A    {color: #0b37ae; text-decoration: underline;}
.announcementtext A:visited {color: #0b37ae; text-decoration: underline;}
.announcementtext A:hover  {color: #333333; text-decoration: underline;}

.announcementclickhere {  font-size: 10px; line-height: 1.5em; color: #ffffff;}
.announcementclickhere A    {color: #0b37ae; text-decoration: underline;}
.announcementclickhere A:visited {color: #0b37ae; text-decoration: underline;}
.announcementclickhere A:hover  {color: #333333; text-decoration: underline;}



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

h1 {  margin-bottom: 16px; font-size: 24px; font-weight: normal; line-height: 1.1em; color: #0B37AE;padding-top:0;margin-top:0;}

/*this is always used for the page title, except home page and product detail pages*/

h2 { margin-bottom: 4px; margin-top: 0px; font-size: 14px; font-weight: bold; line-height: 1.1em; color: #0B37AE}
h2 A:link {color: #0B37AE;text-decoration:none;}
h2 A:visited {color: #0B37AE;text-decoration:none;}
h2 A:hover {color: #0B37AE;text-decoration:underline;}
h2 A:active {color: #0B37AE;text-decoration:underline;}




h3 {  margin-bottom: 2px; margin-top: 0px; font-size: 14px; font-weight: normal; line-height: 1.5em; color: #0B37AE}

h4 {  margin-bottom: 2px; font-size: 12px; font-weight: normal; line-height: 1.2em; color: #0B37AE}

li {  font-family: verdana, arial, helvetica, sans-serif; line-height: 1.5em; list-style-type: disc; list-style-position: inside;}

li.homesection3 {  font-family: verdana, arial, helvetica, sans-serif; line-height: 1.5em; list-style-type: disc; list-style-position: outside; color: #333333}

li.webpages {  font-size: 12px; line-height: 1.5em; color: #333333;}
li.webpages A    {color: #333333; text-decoration: underline;}
li.webpages A:visited {color: #333333; text-decoration: underline;}
li.webpages A:hover  {color: #333333; text-decoration: underline;}

ul {margin-bottom:4px;margin-left: 0;padding-left:0;}




.detailcategory {  margin-bottom: 8px; margin-top: 0px; font-size: 18px; font-weight: bold; line-height: 1.1em; color: #333333} /*category name on detail pages*/

.detailproduct {  margin-bottom: 8px; margin-top: 0px; font-size: 18px; font-weight: bold; line-height: 1.1em; color: #333333} /*product name on detail pages*/

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

.cellheader {font-size: 14px; color: #333333; text-decoration: none; font-weight:bold;}
.cellheader A:visited    {text-decoration: none;}
.cellheader A    {text-decoration: none;}
.cellheader A:hover  {text-decoration: underline;}/*cat name or product name, depending on which cell*/

.celltext {  font-size: 11px; line-height: 1.5em; color: #000000;}
.celltext A    {text-decoration: underline;}
.celltext A:hover  {text-decoration: underline;}

.testimonialcellheader {font-size: 14px; color: #333333; text-decoration: none; font-weight:bold;}
.testimonialcellheader A:visited    {text-decoration: none;}
.testimonialcellheader A    {text-decoration: none;}
.testimonialcellheader A:hover  {text-decoration: underline;}/*item name on the testimonial product list page*/

.testimonialcelltext {  font-size: 12px; line-height: 1.5em; color: #000000;}
.testimonialcelltext A    {text-decoration: underline;}
.testimonialcelltext A:hover  {text-decoration: underline;}

.highlight {  font-size: 14px; font-weight:bold; color: #000000; text-decoration: none;}
.highlight A    {color: #000000;text-decoration: underline;}
.highlight A:hover  {color: #333333;text-decoration: underline;}

.freeship {  font-size: 12px; font-weight:bold; color: #339900; text-decoration: none;}
.freeship A    {color: #0b37ae;text-decoration: underline;}
.freeship A:hover  {color: #333333;text-decoration: underline;}


.multiheader {  margin-bottom: 8px; margin-top: 0px; font-size: 18px; font-weight: bold; line-height: 1.1em; color: #333333} /*multilist header*/


.nextprev {  font-size: 12px; line-height: 1.5em; color: #0b37ae;}
.nextprev A    {color: #0b37ae; text-decoration: underline;}
.nextprev A:visited {color: #0b37ae; text-decoration: underline;}
.nextprev A:hover  {color: #333333; text-decoration: underline;}

.gotocart {  font-size: 12px; line-height: 1.5em; color: #0b37ae;}
.gotocart A    {color: #0b37ae; text-decoration: underline;}
.gotocart A:visited {color: #0b37ae; text-decoration: underline;}
.gotocart A:hover  {color: #0b37ae; text-decoration: underline;} /*for viewcart links*/

.cellclickhere {  font-size: 12px; line-height: 1.5em; color: #0b37ae;}
.cellclickhere A    {color: #0b37ae; text-decoration: underline;}
.cellclickhere A:visited {color: #0b37ae; text-decoration: underline;}
.cellclickhere A:hover  {color: #333333; text-decoration: underline;}

.jumplinks {font-size: 12px; line-height: 1.5em; color: #0b37ae;font-weight:bold;} /*used on faq page*/
.jumplinks A {font-size: 12px; line-height: 1.5em; color: #0b37ae;font-weight:bold; text-decoration:none;} /*used on faq page*/
.jumplinks A:visited {font-size: 12px; line-height: 1.5em; color: #0b37ae;text-decoration:none} /*used on faq page*/
.jumplinks A:hover {font-size: 12px; line-height: 1.5em; color: #333333;text-decoration:underline;} /*used on faq page*/


.clickhere {  font-size: 12px; line-height: 1.5em; color: #0b37ae;}
.clickhere A    {color: #0b37ae; text-decoration: underline;}
.clickhere A:visited {color: #0b37ae; text-decoration: underline;}
.clickhere A:hover  {color: #333333; text-decoration: underline;} /*back to top links*/



/*Cart pages and shipping*/

th {  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.2em; color: #000000}

.instructions {  font-size: 12px; line-height: 1.5em; color: #0b37ae;}
.instructions A    {text-decoration: underline;}
.instructions A:hover  {text-decoration: underline;} /*instructions under the page title*/

.instructions2 {  font-size: 11px; font-weight: bold; line-height: 1.5em; color: #0b37ae;}
.instructions2 A    {text-decoration: underline;}
.instructions2 A:hover  {text-decoration: underline;} /*instructions under the cart sections; ie, shipping*/

.cartproduct {font-size: 12px; color: #0b37ae; text-decoration: none;}
.cartproduct A    {text-decoration: underline;}
.cartproduct A:hover  {text-decoration: underline;} /*products in the cart*/

.cartsmall {  font-size: 10px; line-height: 1.5em; color: #000000;} 
.cartsmall A    {color: #000000; text-decoration: underline;}
.cartsmall A:visited {color: #000000; text-decoration: underline;}
.cartsmall A:hover  {color: #333333; text-decoration: underline;}/*main options line in cart*/



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


table.price_table {
  border:1px solid #000000;
  background-color:#cacfe7;
}


table.price_table th { margin:0;padding 0 4px;
	background-color: #cacfe7;
	color: #0b37ae;
/*	list-style-type: disc;
	list-style-position: inside;   */
	font-weight: bold;
	font-size: 12px;
}

table.price_table td {  margin:0;padding:0 4px;
    color:#0b37ae;
    border-top:1px solid #ffffff;
}







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

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

.label {  font-size: 12px; line-height: 1.2em; font-weight: normal; color: #0b37ae;}

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


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


.fancybutton {background: #0b37ae; font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#ffffff;}


.fancybutton1 {background: #ffffff; font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#0b37ae;}

.fancybutton2 {background: #0b37ae; font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color:#FFFFFF;}

.fancybuttonr {background: #0b37ae; font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color:#ffffff;}

/*  Add to cart button */
.fancybutton3 {background: #0b37ae; font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color:#ffffff;}

.fancybuttonc {background: #0b37ae; font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color:#FFFFFF;}

.fancybutton4 {background: #0b37ae; font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color:#FFFFFF;}

.fancybuttonfake {background: #0b37ae; font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color:#ffffff;padding:2px 6px;border-top:2px solid #eeeeee;border-left:2px solid #eeeeee;border-right:2px solid #cccccc;border-bottom:2px solid #cccccc;}

.fancybuttonfake A {background: #0b37ae; font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color:#ffffff;padding:2px 6px;border-top:2px solid #eeeeee;border-left:2px solid #eeeeee;border-right:2px solid #cccccc;border-bottom:2px solid #cccccc;text-decoration:none;}

/* Fast Find */
.fancybuttonff {background: #ffffff; font-style: normal; font-variant: normal; font-family: verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color:#0b37ae;}


/*Here are some very useful options you may want to add to your styles and the choices for each option:

font-style: normal, italic, oblique

font-weight: instead of just putting "bold", you can assign a value from 100 to 900 (in jumps of 100). 400 is the normal weight (useful when you want your headers to be not bold). Doesn't work on all fonts. 

font-variant: small-caps

text-transform: uppercase, lowercase, capitalize (makes an initial cap), none

text-indent: 10px (would indent the first line 10 px)

line-height: 1.5em (this adds space between lines of text. You can specify in ems or percentages. I am going to add this to td style: if you don't want a style to use it, add a line-height of 1 em)

list-style-type: disc, square, circle, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha, none. (I'm adding this to list style)

list-style-position: inside, outside (with outside text won't wrap under bullet--woo hoo! I'm adding this to list style)

list-style-image: if you want to use an image for a style just put the link to the image

*/
/* Note: All styles will use body info unless specified differently in a particular style*/

