/* This is the main style sheet */


/* Body */

body {
	background: white; 
	font-size: 12px;
	font-family: Arial, sans-serif, Helvetica, Verdana;
	color: black;
	padding: 0;
	margin: 0px auto;
	width: 100%;
  position: relative;
}

#contenttext {
	width: 570px;
	border: #8ED300 2px solid;
	margin: 10px 0px 0px 15px;
	padding: 4px 8px 50px 8px;	
	color: #4D4D4D;
}

#contenttext p
{
	font-size: 16px;
}

#contenttext h1
{
	font-size: 22px;
	font-weight: bold;
}

#contenttext em
{
	color: #8ED300;
	width: 32px;
	font-style: normal;
}

#SiteMenu, #SiteMenu ul, #SiteMenu li 
{
	padding: 0;
	margin: 0;
}

p, h1, h2, h3, h4, div, hr, dt, dd, td, a {
	padding: 0;
	margin: 0;
}
	
hr {
	display: none;
	}
	
	
p, ul {
	text-transform: none;
}


a {
	text-decoration: none;
	color: #9E9E9E;
}


a:hover {
	text-decoration: underline;
	color: #777272;
}

.importantcolor 
{
	color: #D05020;
}

/*========================= Search Facility */

.searchkeyword
{
	border: 0px;
	border-left: #9E9E9E 2px solid;
	border-bottom: #9E9E9E 2px solid;
	width: 134px;
	margin: 4px 0px 4px 0px;
}

.searchsubmit
{
	background: #8ED300;
	border: 2px solid #8ED300;
	font-weight: bold;
	padding: 2px 1px 2px 1px;
	height: 25px;
	width: 136px;
}

.searchsubmit:hover
{
	background: #E1FF9F;
	border: 2px solid #8ED300;
	font-weight: bold;
	padding: 2px 1px 2px 1px;
	height: 25px;
	width: 136px;
}

/*========================= Start of title layout and images */

#title {
  position: absolute;
  left: 0px;
  top: 25px;
  height: 77px;
}

#listtitle {
  position: fixed;
  left: 0px;
  top: 25px;
}
#Paypalbanner {
  position: absolute;
  left: 302px;
  top: 12px;
}
#Paypalbanner2 {
  position: absolute;
  left: 500px;
  top: 32px;
}
#straptext {
  position: absolute;
  left: 102px;
  top: 32px;
  
}

#banner {
  position: absolute;
  right: 0px;
  top: 20px;
}

#shadebar {
  position: absolute;
  top: 96px;
  height: 4px;
  width: 100%;
  background: #8ED300 url(/statics/linefade.gif) no-repeat;
  overflow: hidden;
}

#softcorner {
  position: absolute;
  top: 141px;
  left: 144px;
}

#horizsitesearchform {
  position: absolute;
  top: -2px;
  left: 150;
  margin: 0;
  padding: 0;
}
#horizsitesearchform input {
  height: 24px;
  border: 0;
}

#menutable {
  position: fixed;
  top: 141px;
  left: 0px;
  margin: 0;
  padding: 0;
}

/*======================== Start of footers */

#footer {
	background: #8ED300;
	height: 8px;
	width: 100%;
	margin: 100px 0 10px 0;
}

/*======================== Start of left navcontainer */

#navcontainer {
	width: 138px;
	background: #E5E5E5;
	height: 100%;
	padding: 0;
	margin: 0 0 18px 0;
}


/*======================= Start of content */

#content {
	margin: 0;
	width: 95%;
	/*width: 612px;*/
	padding: 5px 5px 5px 15px;
}

#content p {
	padding: 5px;
}

.hideme { display: none; }

#skip {
	padding: 5px;
	text-align: right;
}

#adsidebars {
}

#table {
	width: 100%;
}

/*===================== Start of Newsletter */

#newsletter {
	width: 570px;
	border: #8ED300 2px solid;
	border-top: #8ED300 10px solid;
	margin: 10px 0px 0px 15px;
	padding: 4px 8px 4px 8px;	
	color: #4D4D4D;
}

.medium {
	font: 16px arial;
	font-weight: bold;
}

.verylarge {
	font: 28px arial;
	font-weight: bold;
	margin: 2px 10px 5px 10px;
}

.normalbold {
	font-weight: bold;
}

#newsletter form {
	margin: 0 0 0 85px !important;
	margin: 0 0 0 50px;
}

#buttonnews {
	background: #8ED300;
	border: 2px solid #8ED300;
	font-weight: bold;
	padding: 2px 1px 2px 1px;
	margin: 0 10px 0px 0;
	height: 25px;
}

#buttonnews:hover {
	background: #E1FF9F;
	border: 2px solid #8ED300;
	font-weight: bold;
	padding: 2px 1px 2px 1px;
	margin: 0 10px 0 0;
}

#newsletter .emailbox {
	background: #F2F2F2;
	border: 2px solid #C6C6C6;
	height: 18px;
}

.greytd {
	background: #e5e5e5;
	height: 100%;
}


#contactus {
	border: 2px solid #8ED300;
	margin: 10px 20px 10px 25px;
}

#paddedtitle {
	padding: 0 0 0 35px;
}

#contactus p {
	padding: 10px;
}

.green {
	color: #8ED300;
	font-weight: bold;
}

.grey {
	color: #4D4D4D;
	font-weight: bold;
}

.infobox
{
	width: 570px;
	border: #8ED300 2px solid;
	border-top: #8ED300 10px solid;
	margin: 10px 0px 10px 0px;
	padding: 4px 8px 4px 8px;	
}

.infobox .importantprint
{
	font-weight: bold;
	font-size: 14px;
}

.infobox .importantfineprint
{
	font-weight: normal;
	font-size: 14px;
}

#content #productlistwrapper
{
	width: 100%;
	height: 500px;
	overflow: auto;
	scrollbar-base-color: #8ED300;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
}

#content #productlist p
{
	padding: 0px;
}

#productlist {
  border-top: 20px solid white;
}

#productlist th
{
	text-align: left;
}

#productlist .productpopopen
{
	display: none;
}

#productlist .producttitle
{
	color: Black;
	font-weight: bold;
}

#productlist .product td, #productlist .productpopopen td
{
	height: 32px;
	vertical-align: top;
	padding: 8px;
	border-top: #444 1px solid; 
	border-bottom: #444 1px solid; 
}

#productlist .product img, #productlist .productpopopen img
{
	border: #8ED300 2px solid;
}

#productlist .numeric
{
	text-align: right;
}

#productlist .stock
{
	text-align: center;
}

#productlist .detailstock
{
	text-align: left;
	width: 64px;
}

#productlist #greybox
{
	background-color: #e9e9e9;
	border: white 10px solid;
	font-size: 18px;
}

#productlist .price
{
	text-align: center;
}

#productlist .detailprice
{
	text-align: right;
}

#productlist .maindetails
{
	font-size: 24px;
	font-weight: bold;
}

#productlist .image
{
	text-align: center;
}

#productlist .specialoffertext
{
	font-weight: bold;
}

#productlist .productoptions
{
	text-align: center;
}

#productlist .greenbuttonlink, .contactmessage .greenbuttonlink
{
	display:block;
	width: 130px;
	background: #8ED300;
	border: 2px solid #8ED300;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 1px 2px 1px;
	margin: 0px 0px 10px 0;
	color: Black;
	text-decoration: none;
	text-align: center;
}

#productlist .greenbuttonlink:hover,  .contactmessage .greenbuttonlink:hover
{
	background: #E1FF9F;
	border: 2px solid #8ED300;
	font-weight: bold;
	padding: 2px 1px 2px 1px;
	margin: 0px 0px 10px 0;
	color: Black;
	text-decoration: none;
}

#productlist td.moredetailleft
{
	border-left: 4px solid #8ED300;
	border-top: 4px solid #8ED300;
	border-bottom: 4px solid #8ED300;
	border-right: 0px;
}

#productlist td.moredetailmiddle
{
	border-left: 0px;
	border-top: 4px solid #8ED300;
	border-bottom: 4px solid #8ED300;
	border-right: 0px;
}

#productlist td.moredetailright
{
	border-left: 0px;
	border-top: 4px solid #8ED300;
	border-bottom: 4px solid #8ED300;
	border-right: 4px solid #8ED300;
}

#productlist .chevrons
{
	background: #e5e5e5;
	width: 100px;
	color: White;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

#productlist .quicklink
{
	margin-left: 8px;
	margin-right: 8px;
	font-size: 16px;
	text-transform: uppercase;
	color: #4D4D4D;
	font-weight: bold;
	line-height: 16px;
}

#productlisthead
{
	position: fixed;
  top: 0px;
  color: #8ED300;
  background: white;
	width: 100%;
  font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
	border-bottom: 8px #8ed300 solid;
}

#pricegrid
{
	float: right;
	text-align: right;
}

#pricegrid td, #pricegrid th
{
	text-align: right;
	padding: 4px;
}

.contactmessage
{
	font-size: 16px;
	font-weight: bold;
}

.telnumber
{
	font-size: 18px;
	font-weight: bold;
}

#basket
{
	width: 100%;
	border: #e5e5e5 1px solid;
}

#basket th
{
	padding: 8px;
	font-weight: bold;
	text-align: left;
	border: black 1px solid;
}

#basket td
{
	border-top: #e5e5e5 1px solid;
	padding: 8px;
	text-align: left;
}

#basket .numeric
{
	text-align: right;
}

#basket .greyed
{
	background: #eeeeee;
	color: #eeeeee;
}

#basket .summary
{
	border: black 1px solid;
	font-weight: bold;
	text-align: right;	
}
#basket .quantityedit
{
	width: 64px;
}
#basket .greenbuttonlink
{
	display:block;
	width: 130px;
	background: #8ED300;
	border: 2px solid #8ED300;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 1px 2px 1px;
	margin: 0px 0px 10px 0;
	color: Black;
	text-decoration: none;
	text-align: center;
}

#basket .greenbuttonlink:hover
{
	background: #E1FF9F;
	border: 2px solid #8ED300;
	font-weight: bold;
	padding: 2px 1px 2px 1px;
	margin: 0px 0px 10px 0;
	color: Black;
	text-decoration: none;
}

#basket a
{
	font-weight: bold;
	color: Black;
}

/*-----------------------LOGIN FORM--------------------------*/

#loginform .label
{
	font-weight: bold;
	font-size: 11px;
}

#loginform input
{
	border: 2px solid #8ED300;
	vertical-align: text-top;
	height: 16px;
}

#loginform .emailfield
{
	width: 335px;
}

#loginform .password
{
	width: 200px;
}

#loginform .submit
{
	display: inline-block;
	width: 130px;
	height: 22px;
	background: #8ED300;
	border: 2px solid #8ED300;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 1px 2px 1px;
	margin: 0px 0px 0px 4px;
	color: Black;
	text-decoration: none;
	text-align: center;
	vertical-align: text-top;
}

#loginform .submit:hover
{
	background: #E1FF9F;
	border: 2px solid #8ED300;
	font-weight: bold;
	padding: 0px 1px 2px 1px;
	margin: 0px 0px 0px 4px;
	color: Black;
	text-decoration: none;
}

.importantprint
{
	font-weight: bold;
	font-size: 14px;
}

.importantfineprint
{
	font-weight: normal;
	font-size: 14px;
}

.error
{
	color: #c04020;
	font-weight: bold;
}

#customfields th.name
{
	margin: 0px;
	padding: 0px;
	border: 0;
	color: #244020;

	font-size: 14px;
	vertical-align: middle;

	width: 150px;
}

#customfields td.value
{
	margin: 0px;
	padding: 0px 0px 0px 16px;
	border: 0;

	font-size: 14px;
	vertical-align: middle;
}

/*-------------------------Home page attract boxes--------------------------------*/

#specialoffer
{
	padding: 0px;
	margin: 0px;
	width: 549px;
	height: 207px;
	cursor: hand;
}

#specialoffer .box img
{
	float: left;
	width: 210px;
	height: 180px;
}

#specialoffer .textbox
{
	float: right;
	width: 270px;
	height: 178px;
	text-align: left;
}

#specialoffer .texth1
{
	display: inline-block;
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 4px;
}

#specialoffer .texth2
{
	display: inline-block;
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#specialoffer .textp
{
	display: inline-block;
	color: black;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 8px 2px 8px 2px;
}

#attract .random
{
	border: #999999 2px solid;
	width: 170px;
	height: 170px;
	overflow: hidden;
	cursor: hand;
	margin-right: 10px;
	margin-bottom: 10px;
}

#attract .random img
{
	height: 170px;
	margin-left: -10px;
}

#Links
{
	margin-left: 64px;
	margin-top: 32px;
}

#Links li
{
	margin-top: 32px;
	clear: both;
	list-style-type: none;
}

#Links .title
{
	margin-left: 160px;
	color: black;
	font-size: 14px;
	font-weight: bold;
}

#Links .description
{
	margin-left: 160px;
	width: 360px;
	color: black;
	font-size: 12px;
	font-weight: normal;
}

#Links img
{
	float: left;
	border: 0;
}

.hiddendata
{
	display: none;
}


table#offers { width: 740px !important; width: 760px; clear: both; }
div.specialbox { border: #8ED300 2px solid; margin: 10px 0px 0px 15px !important; margin: 10px 0 0 8px; padding: 4px 8px 4px 8px; color: #4D4D4D; width: 150px; line-height: 1.5; min-height: 206px; height: 206px; display: block; float: left; }
div.specialbox p { text-align: center; font-size: 14px; }
div.specialbox ul { margin: 10px 0 10px 0; list-style: none; padding: 0; }
div.specialbox li { margin: 0; padding: 0; } 

div.infooffer { border: #8ED300 2px solid; width: 540px; margin: 16px 0 0 14px; padding: 6px; }
div.specialbox h2.specialheader { color: #8ED300; font-size: 18px; font-weight: bold; }

div.prodspec { width: 600px; margin: 0 0 0 10px; font-size: 16px; }
div.prodspec ul { list-style: none; margin: 0 0 0 10px; padding: 0; }
div.prodspec h2.prodspectitle { margin: 20px 0; font-size: 16px; font-weight: bold; }

div.specialbox a.buynowoffer { border: 2px solid #8ED300; background: #8ED300; color: #4d4d4d; text-decoration: none; padding: 2px 4px; }
div.specialbox a:hover.buynowoffer { border: 2px solid #8ED300; background: #E1FF9F; color: #4d4d4d; text-decoration: none; }

table#sitehomegrid { width: 540px; }
table#sitehomegrid td { width: 170px; height: 150px; background: #ffffff; padding: 6px; vertical-align: middle; font-size: 16px; font-weight: bold; text-align: center; }
table#sitehomegrid td.odd { width: 170px; height: 150px; border: 2px solid #999999; background: #FAFFEF; padding: 6px; vertical-align: middle; }
table#sitehomegrid a { color: #8ED300; text-decoration: none; font-size: 26px; }
table#sitehomegrid a:hover { color: #999999; text-decoration: none; }


#listcontent {
  margin-left: 150px;
}
