
/*
Endemeo Website Main Stylesheet
*/

* { 
    -moz-box-sizing: border-box; 
}

body {
	margin:0px;
	font-size:12pt;
	font-family: Ariel, Times New Roman, Georgia, Italianate;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

.buybox {
  border: 1px solid #BA9676;
  /*background-color: #F1F0E3;
  font-family: Arial, Tahoma, Verdana; */
  padding: 4px 8px 4px 8px; 
  margin: 5px 0px 10px 0px;
  color: #8B0000;
  /*text-align: center;*/ 
}

a.pagenavbarlink
{
}

.home-header-cap {
	font-size: 17px;
	font-family: Times New Roman, Times, sans-serif
}

.home-header {
	font-size: 13px;
	font-family: Times New Roman, Times, sans-serif
}

.small {
	font-size: 12px;
	font-family: Times New Roman, Times, sans-serif;
}

.medium {
	font-size: medium;
	font-family: Times New Roman, Times, sans-serif;
}

.large {
	font-size: large;
	font-family: Times New Roman, Times, sans-serif;
}

.ss-error {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ss-small {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ss-medium {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ss-large {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
.ex-large {
	font-size: 24px;
	font-family: Jurassic, Georgia;
}

.smallCaps {
	font-family: Times New Roman, Times, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

img.thumbnail
{
    opacity: 1;
    filter: alpha(opacity=100); 
    cursor: pointer;
}

img.thumbnail:hover
{
    opacity:.80;
    filter: alpha(opacity=80); 
}


h1 
{
    font-family: Times New Roman, Times, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;
	color:#175D7F;
*/
	font-size:140%;
	font-weight : bold;
	margin:0px 0px 15px 0px;
	color:#B03232;

	text-align:left;
	text-transform:capitalize;
}

h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
    font-family: Times New Roman, Times, sans-serif;
	font-size:130%;
	text-transform:capitalize;
}


/* JAL 5/14/2009 4:40:46 PM */

div.productformat {
  width: 150px; position: relative; text-align: center;
}

div.productformat p {
  margin: 0 0 6px 0;
}



/* 
JAL 8/Nov/2007 16:47
Styling for links of category drill-down section of shopdisplayproducts.asp
*/ 
a.category_nav_link 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:8pt; 
    text-decoration:none; 
    margin-top:0px; 
    margin-bottom:0px;
}
a.category_nav_link:hover 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:8pt; 
    text-decoration:none; 
    margin-top:0px; 
    margin-bottom:0px;
}

/* 
JAL 12:47 PM 11/27/2007
Sidebar styling
*/
td.sidebartop
{
    background-image:url('/images/website/sidebarbubble_t.gif'); 
    background-repeat: no-repeat; 
    width: 120px; 
    height: 8px;
}

a.nodecoration 
{
    text-decoration: none;
}

a.nodecoration:hover
{
    text-decoration: none;
}

td.sidebarcontent {
	padding: 0px 4px 0px 4px; 
	background-image:url('/images/website/sidebarbubble_m.gif'); 
	background-repeat: repeat-y; 
	width: 120px; 
	font-size: 10px;
}

td.sidebarbottom {
	background-image:url('/images/website/sidebarbubble_b.gif'); 
	background-repeat: no-repeat; 
	width: 120px; 
	height: 8px;
}

/* global styles */
a { color:#175D7F; text-decoration: underline; }

a:visited {
	
}

a:active 
{
    color: #413D7A;
	background: #FFDDDD;
	text-decoration: none;
}

a:hover 
{
    color: #b03030; 
    text-decoration: underline; 
}

a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }

/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	background:white;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
	display:block;
	width:100%;
	margin:0px;
	
	/* Styles */
	line-height:22px;
	text-transform:capitalize;
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;
	
	/* Styles */
	padding:0px 10px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
}


/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #f3f3f3;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}

/* General styles */
.menuhdr
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #f5f5dc;
    color: Black;
    font-size: 8pt;
    font-weight: bold;
    padding: 3px 5px;
    text-align: left; 
}

.menubdr {
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #F7F7F7;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct
{
    color: #000062;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: larger;
    font-style: normal;
    font-weight: normal;
}

/* breadcrumbs */
div.breadcrumb 
{
  font-size:70%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
	text-align:left;
	color:#000; 
	padding-bottom: 3px;
	margin-bottom:3px;
	border-bottom: 1px solid lightgrey;
}

div.breadcrumb a { 
	color:#1981B7; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#175D7F; 
	text-decoration:underline;
}

h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table 
{
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }

/* Minicart */
/* Formats the mini cart subtotal in the right menu */
.cartsubtotalminicart{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: right;	
}
.cartminilinks{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}


