/* $Id: eyo.css,v 1.39 2017/03/23 23:06:16 nsu Exp $ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
/*	outline: 0; */
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.round-corner-all {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

.round-corner-upper {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	position: relative;
}

.round-corner-lower {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	position: relative;
}  


a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

#wrapper {
	min-width: 960px;
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
}

#top {
	position: absolute;
	width: 100%;
	top: 0px;
}

#header {
	height: 80px;
	position: relative;
	z-index: 1; /* this fixes ie7 dropdown menu */
}

@media screen {

	#middle {
		width: 100%;
		height: 1%;
		position: relative;
		/* border-left: 1px;
		border-right: 1px;
		border-bottom: 1px;
		border-style: solid; */
		border: 1px solid;
		border-color: rgba(0, 0, 0, 0.29);
		background-color: white;
		-moz-box-shadow: rgba(0,0,0,.23) 0 10px 20px;
		-webkit-box-shadow: rgba(0, 0, 0, .23) 0 10px 20px;
		box-shadow: rgba(0, 0, 0, .23) 0 20px 20px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding-top: 5px;
		top: 115px;
		margin-bottom: 150px;

	}
	#middle:after {
		content: '';
		clear: both;
		display: table;
	}

}

#container {
	width: 100%;
	float: left;
}
#content {
	padding: 0 245px 15px 178px;
}

#sideleft {
	float: left;
	width: 165px;
	margin-left: -100%;
	position: relative;
	padding-left: 5px;
}

#sideleft li {
	line-height: 1.3em;
}

#sideleft a {
	color: #000000;
	text-decoration: none;
	display: block;
}

#sideleft a:hover, #sideleft li:hover {
	color: #0000FF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #CEF1D7;
}

#sideright {
	float: left;
	width: 230px;
	margin-left: -236px;
	position: relative;
	padding-right: 5px;
}



#footer {
	height: 20px;
	padding: 0px;
}

#footer div {
	display: inline-block;
	padding: 0 10px 0 10px;

}

#footer a
{
	text-decoration: none;
} 
  
body 
{ 
	background-color: #F6F4F0;
}

body, ul, td, th {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10pt;
}

caption {

	font-size: 10pt;
	text-align: left;
	background-color: whitesmoke;
}

legend {
	color: #8B0000;
	font-weight: bold;
	background-color: White;
	margin-left: 10px;
}

h1 {
	font-weight: bold;
	font-size: 11pt;
	color: #00008B;
	margin: 8px 0 8px 0;
}

select {
	font-size: 10pt;
}

fieldset
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	border: 1px;
	border-style: solid;
}

.logo
{
	width: 150px;
	height: 84px;
	position: absolute;
	top: 13px;
	left: 0px;
	z-index: 2;
}

.nav-link {
	display: none;
}

.bar
{
	background-image: url('/img/site/bar.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
	clear: both;
}

.strikethrough
{
	text-decoration: line-through;
}

.listbox-head
{
	padding:0; 
	height: 20px;
	background-image: url('/img/site/listbackgd.gif');
	background-repeat: repeat-x;
	position: relative;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: silver;
	border-right-color: #A7A7A7;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
/*	-webkit-box-shadow: #666 1px 1px 1px;
	-moz-box-shadow: #666 1px 1px 1px;
	box-shadow: #666 1px 1px 1px;
*/
	position: relative;
}


.listbox-head-icon
{
	position: absolute;
	right: 10px;
	top: 0px;
}


.listbox-head-mid
{
	color: #2E8B57;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 5px;
}

.listbox-head-mid a
{
	color: #0099FF !important;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.listbox-head-mid a:visited
{
	color: #0099FF !important;
}                                                        

div.shadow
{
	margin: 0 0px 10px 0px;
	padding: 5px 5px;
	border-width: 0px 2px 2px 1px; 
	border-style: solid; 
	border-color: #A7A7A7;
	border-left-color: silver;
	background-color: ivory;
	line-height: 0.4cm;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
/*
	-webkit-box-shadow: #666 1px 1px 1px;
	-moz-box-shadow: #666 1px 1px 1px;
	box-shadow: #666 1px 1px 1px;
*/
	position: relative;
}

img.thin-border
{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
	margin:	2px 0 2px 0;
}

div.loginbox
{
	width: 300px; 
	position: absolute;
	bottom: 0px;
	right: 0px;
}


div.login {
	border-style: solid; 
	border-width: 0 2px 0 1px;
	border-color: #ccc;
	background-color: ghostWhite;
	padding: 3px 8px 3px 8px;
	margin: 0;
	text-align: center;
	vertical-align: text-top;
}


.new-prod-title {
	margin-left: 1%;
	margin-top: 8px;
	margin-bottom: 8px;
	letter-spacing: 5px;
	font-weight: 700;
	font-variant: small-caps;
	font-size: larger;
	color: #3CB371;

}

.breadcrumb {
	display: inline;
	color: Black;
/*	font-weight: bold; */
}

.breadcrumb a {
	text-decoration: none;
	font-weight: bold;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb a:link {
	color: #3CB371;
}

.breadcrumb a:visited {
	color: #3CB371;
}

.new-and-hlt
{
	width:100%;
	clear:both;
}

.section
{
	float: left;
	background: #FFFFFF;
	border-top: 1px solid #dadada;
	border-right: 2px solid #A7A7A7;
	border-bottom: 2px solid #A7A7A7;
	border-left: 1px solid #dadada;

	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	-webkit-box-shadow: #666 1px 1px 1px;
	-moz-box-shadow: #666 1px 1px 1px;
	box-shadow: #666 1px 1px 1px; */
	margin: 4px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#FFFFF0));
	background: -webkit-linear-gradient(#FFFFFF, #FFFFF0);
	background: -moz-linear-gradient(#FFFFFF, #FFFFF0);
	background: -ms-linear-gradient(#FFFFFF, #FFFFF0);
	background: -o-linear-gradient(#FFFFFF, #FFFFF0);
	background: linear-gradient(#FFFFFF, #FFFFF0);
	-pie-background: linear-gradient(#FFFFFF, #FFFFF0);
	position: relative;
}

.item-list div input[type=text]
{
	padding: 1px;
	margin: 1px;
}

.product
{
	position:relative;
	top:	0px;
	left:	0px;
	margin: 0px 3px 0px 3px;
	padding: 0px 1px 1px 2px;
	text-align: left;
	height:	220px;
	width:262px;
}

.prod-image
{
	position:absolute;
	top:5px;
}

.prod-brand
{
	position: absolute;
	top:	20px;
	left:130px;
}

.prod-desc
{
	position: absolute;
	top:105px;
}

.prod-desc a
{
	
	text-decoration: none; color:#003300;
}

.prod-price
{
	position: absolute;
	bottom: 2px;
	font-weight: bolder;
	font-size: larger;
	color: red;
}

.prod-buybutton
{
	position: absolute;
	bottom:	2px;
	right:	2px;
}

#product-information th, #product-information td {
	text-align: left;
	padding: 3px 5px 3px 5px;
}

#product-stock th, #product-stock td {
	text-align: left;
	padding: 3px 5px 3px 5px;
}

#product-features {
	z-index: 2;
	background-color: white;
	overflow: visible;
}

#features-left {
	float: left;
	min-width: 600px;
	max-width: 690px;
	padding-left: 3px;
	padding-right: 3px;
}

#features-left table, #features-left tr, #features-left td, #features-left th {
	background-color: white;
	position: relative;
}

ul.mini-trolley
{
	list-style-type: square;
	padding: 0 0 0 0.5em;
	margin: 0 0 0 1em;
}

ul.mini-trolley li
{
	color: #2E8B57;
	font-size: 9pt;
	margin: 3px 0 3px 0;
}

ul.mini-trolley li a {
	text-decoration: none;
}

ol.spbst
{
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	font-size: 9pt;
	line-height: 0.4cm;
}

ol.spbst li
{
	margin: 3px 0 3px 0;
	color: #2E8B57;
}

.spbst a, .mini-trolley a {
	color: black;
	text-decoration: none;
	display: block;
}

.spbst a:hover, .spbst li:hover, .mini-trolley a:hover, .mini-trolley li:hover {
	color: #0000FF;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 

	background: #CEF1D7;
}


.tborder {
	background: silver;
	border: 1px solid #32CD32;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	border-spacing: 1px;
}

.tborder2 {
	background: white;
}

.tr-bg1 {
	background-color: #f1f1f1;
}

.tr-bg1 td {
	padding: 3px;
	background-color: #f1f1f1;
}

.tr-bg1 th {
	padding: 3px;
	background-color: #F2F9FF;
}

.tr-bg2 {
	background-color: #F7F7F7;
}

.tr-bg2 td {
	padding: 3px;
	background-color: #F7F7F7;
}

.tr-bg2 th {
	padding: 3px;
	background-color: #F2F9FF;
}


.td-bg1 {
	padding-left: 2px;
	padding-right: 2px;
}

input[type='text'], input[type='search'], input[type='password'], textarea, select { 
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
	border-width: 1px;
	border-color: #bbbbbb;
	border-style: solid;
	padding: 4px;
	margin: 3px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
}

input[type='search'] {
	-webkit-appearance: none;
}

.input-focus {
	border: 1px solid orange !important;
	background-color: #FFFCEA !important;
	outline: none;
}

.buttons {
	color: #000066;
	background-color: #DCDCDC;
	background-image: url('/img/site/button.gif');
	border-color: #32CD32;
	border-width: 1px;
	height: 28px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: center;
	padding: 2px 3px 2px 3px;
	margin: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 1px 1px 1px;
	-moz-box-shadow: #666 1px 1px 1px;
	box-shadow: #666 1px 1px 1px;
	position: relative;
}

.buttons2 {
	color: #000066;
	background-color: #DCDCDC;
	background-image: url('/img/site/button.gif');
	border-color: #32CD32;
	border-width: 1px;
	height: 28px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: center;
	padding: 2px 3px 2px 3px;
	margin: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 1px 1px 1px;
	-moz-box-shadow: #666 1px 1px 1px;
	box-shadow: #666 1px 1px 1px;
}

.button-image {
	vertical-align: text-top;
}

.tcat
{
	background: #CAF2CC !important;
	color: Black;
	font-weight: bold;
	font-variant: small-caps;
}

ul.mybullet
{
	list-style-image: url('/img/site/bullet.gif');
	font-weight: bold;
	padding-left: 2em;
}

ul.mybullet a {
	text-decoration: none;
	color: black;
	display: block;
}

ul.mybullet a:hover, ul.mybullet li:hover {
	background: #FEFFDB;
}


ul.mybullet2
{
	list-style-image: url('/img/site/bullet2.gif');
	padding-left: 2em;
	margin-left: 0em;
}

ul.mybullet li
{
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right:	5px;
	background-color: #D9F0EC;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 5px;
}

.cat-description {
	color: #993300;
	margin: 5px 0 5px 3px;
}


.news-titles
{
	font-size: 10pt;
	margin-left: 1%;
}

.news-titles a { color: #663300; text-decoration: none; }
.news-titles a:hover { color: #0000FF; text-decoration: underline; }


.news-header {
	color: red;
	font-weight:700;
}

.news-bg-img-dot { background-image: url("../img/site/dots.gif"); }

.eyo-details { font-size: 8pt; vertical-align: bottom; }
.copyright { font-size: 8pt; width: 100%; } /* table */
.bpay { font-size: 8pt; text-align: left; } /* td */
.cc { font-size: 10pt; }   /* table */
.eyo-bank-details tr { font-size: 9pt; }

.hl-label
{
	color: #0099CC;
	font-weight: bold;
}

.pagenav {
	margin: 3px;
}

.gen-no-border {
	border-width: 0px;
        padding: 0px;
        margin: 0px; 
}
.gen-color-red { color: red; }
.gen-color-blue { color: blue; }
.gen-color-grey { color: grey;}
.gen-color-orange {color: #EB5E00;}

.gen-no-text-dec a { text-decoration: none; }
.gen-no-text-dec a:hover { text-decoration: underline; }
.gen-no-text-dec a:link { color: #3399ff; }
.gen-no-text-dec a:visited { color: #0066cc; }

.gen-text-dec a { text-decoration: underline; }
.gen-text-dec a:hover { text-decoration: blink; }
.gen-text-dec a:link { color: #3399ff; }
.gen-text-dec a:visited { color: #0066cc; }


.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

.breadc-sm {
	font-size: 8pt;
	color: #bdbdbd;
}

.breadc-sm a { text-decoration: none; }
.breadc-sm a:hover { text-decoration: underline; }
.breadc-sm a:link { color: #2ECCFA; }
.breadc-sm a:visited { color: #0066cc; }

.twitted {
	width: 215px;
	margin-bottom: 1.5em;
	border: 1px solid #888;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #fff;
	background-color: #888;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url('/img/site/loader.gif') 1em center no-repeat;
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #00f;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #666;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #ddd;
}

.search-section {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 13px 0px 10px 15px;
	background-color: lightblue;
	-webkit-box-shadow: #666 1px 1px 1px;
	-moz-box-shadow: #666 1px 1px 1px;
	box-shadow: #666 1px 1px 1px;
	height: 36px;
	width: 380px;
	position: absolute;
	bottom: 5px;
	left: 170px;
}

#search_term {
	padding-right: 5px;
}
.highlightbox {
	background-color: #FFEBDB;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 5px 10px 5px 10px;
	position: relative;
}

#search-form-container {
/*	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	background: #fff;
	width:240px;
	height:32px; */
	position: relative;
	float: left;
}

#search-button-container {
/*	border-left: 2px solid #ADD8E6;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
*/
	margin-left: 4px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	float: left;
	border-radius: 0px 5px 5px 0px;
	background: #FFF;
	width: 40px;
	height: 32px;
	position: relative;
	box-shadow: inset -1px -1px 10px 1px rgba(100, 105, 25, 0.5);
	-webkit-box-shadow: inset -1px -1px 10px 1px rgba(100, 105, 25, 0.5);
	-moz-box-shadow: inset -1px -1px 10px 1px rgba(100, 105, 25, 0.5);

}

#searchbox_term {
	width: 240px;
	font-size: 14px;
	font-weight:bold;
	padding: 0;
	color:#669999;
	border: 0px;
	float: left;
	vertical-align: middle;
	height: 32px;
	margin: 0px;
	padding-left: 2px;
	padding-right: 6px;
}

#searchbox-button {
	margin: 0px;
	border: 0px;
	padding: 7px 3px 6px 8px;
}

.adv-search {
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

#advance-search div {
	margin: 1px 3px 1px 2px;
}

#advance-search label {
	font-weight: bold;
	color: darksalmon;
	display: block;
}

#search-found-in-cat {
	margin: 0 0 10px 0;
}

#search-found-in-cat ul li {
	margin-left: 10px;
}

#byos {
	z-index: 2;
}

#byos td {
	vertical-align: top;
}

.byos-select {
	width: 680px;
}


ul.drop a { display:block; color: #5E99BD; font-size: 14px; text-decoration: none;}
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0;}
ul.drop { position: relative; z-index: 597; float: left; margin-left: 25px;}
ul.drop li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1; padding: 2px 2px; }
ul.drop li.hover, ul.drop li:hover { position: relative; z-index: 599; cursor: default; background-color: #f2fdf5;}
ul.drop ul {
	visibility: hidden;
	position: absolute; 
	top: 100%; 
	left: -9px;
	z-index: 598; 
	width: 195px; 
	background: #e5f6fe; 
	border: 1px solid #add9ed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul.drop ul li { float: left; padding: 5px 10px 5px 10px; }
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible }

.tabs {
	margin-left: 15px;
}

.tabs li {
	list-style:none;
	display:inline !important;
	margin-right: 4px;
	margin-left: 4px;
}

.tabs-a {
	padding:5px 10px;
	display:inline-block;
	background: #9B9B79;
	background-image: url(/img/site/gradient_tab.gif);
	background-repeat: repeat-x;
	color: #FC0079;
	text-decoration:none;
	border: #9B9B79 solid;
	border-width: 1px 2px 0 1px;
	position: relative !important;
        -moz-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
}

.tabs-a.active {
	background: ivory;
	color:#000;
	border-width: 1px 1px 0 1px;
}

.tooltip {
	display:none;
	position:absolute;
	border-radius:5px;
	box-shadow:2px 2px 3px rgba(0,0,0,.2);
	background-color: #E5F6FE;
	border:1px solid #F7F7F7;
/*	text-shadow:-1px -1px 0 #F4F4F4;
	color:#666;
*/
	font:  16px Tahoma, Geneva, sans-serif;
	padding:10px;
	z-index: 10000;
}

#select-shipping li {
	line-height: 1.5em;	
}

#select-shipping input[type=radio] {
	margin: 0 5px 0 5px;
}

@media print {
	#content {
		padding: 0px 0px 0px 0px;
	}
	.noprint {
		display: none;
	}

	body, ul, td, th {
		font-family: Verdana, Arial, Tahoma, sans-serif;
		font-size: 8pt;
	}

	h1 {
		font-weight: bold;
		font-size: 9pt;
		margin: 0;
	}

	.eyo-details {
		font-size: 7pt;
		vertical-align: bottom;
	}

	.td-bg1 {
		background-color: white;
		padding-left: 2px;
		padding-right: 2px;
		font-size: 8pt;
		padding-bottom: 0px;
		padding-top: 0px;
	}

	#middle {
		width: 100%;
		height: 1%;
		position: relative;
		border: 0px;
	}

	.tr-bg1 td {
		padding: 0 3px 0 3px;
	}
 
	.tr-bg1 th {
		padding: 0 3px 0 3px;
	}
 
	.tr-bg2 td {
		padding: 0 3px 0 3px;
	}
 
	.tr-bg2 th {
		padding: 0 3px 0 3px;
	}

	.sidebar {
		visibility: hidden;
	}

	#top {
		visibility: hidden;
	}

	.logo {
		position: relative;
	}

}
