/* Global Styles */

/* "html>body" hides style from IE*/

/* Hide from IE-Mac \*/
#example1 {margin-bottom:3em}
#example2 {margin-top:1.5em}
/* End hide */

/* ID for unique items, CLASS for muliple items */
body, td, p, a, h1, h2, input, option, textarea, div {
  font-family : Arial, Helvetica, sans-serif, ;
}

a:link{color : #4F680E; text-decoration : underline;}
a:visited{color : #4F680E; text-decoration : underline;}
a:hover{color : #B8C130; text-decoration : underline;}
a:active{color : #4F680E; text-decoration : underline;}

body {
  background-color : #ffffff;
  margin-left : 10px;
  color : #000000;
  font-size : 80%;
  letter-spacing : normal;
  line-height : normal;
}

#container {
  background : #FFFFFF;
  border : solid 1px #4F680E;
  margin: 0 auto;
  padding: 0px;
  width : 770px;
}

.alignleft {
  text-align : left;
}

.floatleft {
  float : left;
}

.alignright {
  text-align : right;
}

.floatright {
  float : right;
}

.aligncenter {
  text-align : center;
}

.hide {
  display : none;
}

.clear {
  clear : both;
}

.redtext {
  border : #CC0000 solid 1px;
  color: #CC0000;
  margin : 12px;
  padding : 12px;
  background : #FFFFFF;
}

hr {
  border : #CCCCCC dotted 1px;
  height : 1px;
}

html>body hr {
  border : #000000 solid 0px;
  border-top : #CCCCCC dotted 1px;
  border-bottom : #000000 solid 0px;
  display : block;
  margin : 3px 0px 3px 0px;
  background : #FFFFFF;
}

div.backbutton {
  border : #000000 solid 0px;
  float : left;
  width : 20px;
  height : 30px;
  display : inline;
}

div.nextbutton {
  border : #000000 solid 0px;
  float : left;
  width : 20px;
  height : 30px;
  text-align : right;
  display : inline;
}

div.pagenumbers {
  border : #000000 solid 0px;
  float : left;
  width : 500px;
  height : 20px;
  text-align : center;
  display : inline;
}

strong.pagenumber, a.pagenumber {
  border : #000000 solid 0px;
  background : #EEEEEE;
  padding : 3px;
  margin : 2px;
  text-decoration : none;
}

div.productthumb1{
  background : #EEEEEE;
  width : 150px; 
  float : left; 
  display : block;
  margin : 10px;
  padding : 10px 10px 0px 10px;
}


/* FORM STYLES - START */
form {
  margin : 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
}

label {
  font-weight : normal;
}

label.formleft {
  display : block;
  width : 150px;
  float : left;
  text-align : right;
  margin: 0 6px 5px 0px;
  margin-right : 6px;
}

label.informleft {
  display : block;
  width : 87px;
  float : left;
  text-align : right;
  padding: 0 0px 0 0;
  margin: 0 5px 5px 0px;
}

small.formnote {/* margin left same width as label.formleft width */
  margin : 0px 0px 0px 160px;
  display : block;
}

input.checkbox {
  width : 20px;
  float : left;
}

label.labelright {
  display : block;
  width : 90%;
  float : left;
  margin-right : 6px;
  text-align : left;
  font-size : 9px;
  font-weight : normal;
  color : #000000;
  padding-top : 4px;
}

fieldset {
  margin : 12px;
  padding : 6px;
}

#search fieldset {
  margin : 12px 12px 12px 12px;
  padding : 6px;
  width: 290px;
  height: 60px;
  border: 1px solid #cccccc;
}

fieldset.address {
  width : 45%;
  float : left;
  margin : 12px;
  padding : 6px;
}

legend {
  color : #000000;
  font-weight : bolder;
}

.formmsg {
  color: #CC0000;
  padding-top : 6px;
}

.form {
  width : 250px;
  border: 1px solid #B6B6B6;
  margin: 0 0 6px 0;
  color: #4F680E;
}

textarea {
  font-size : 12px;
}

.button {
font-family:Verdana, Arial, Helvetica, sans-serif;
  background-color : #4F680E;
  color: #ffffff;
  border:1px solid #B8C130;
  font-size:10pt;
  font weight: bold;
  cursor:hand;
}
/* FORM STYLES - END */

table {
  margin-top : 12px;
  margin-bottom : 12px;
  border : 0px;
}

caption {
  text-align : left;
}

th {
  background-color : #917F53;
  color:#FFFFFF;
  padding-left : 6px;
  padding-right : 3px;
  padding-top : 3px;
  padding-bottom : 3px;
  font-size : small;
  font-weight: normal;
  text-align : left;
  border : 0px;
}

td.right, td.data, td.center {
  background-color : #EEEEEE;
  padding-left : 6px;
  padding-right : 3px;
  padding-top : 3px;
  padding-bottom : 3px;
  border : 0px;
}

td.right {
  text-align : right;
}

#highlight a.title {
  color: #999999;
  font-size: 18px;
  font-weight:bold;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif, Verdana ;
}

#highlight small {
  color: #000000;
  font-size: 10px;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#highlight p.pricelabel {
  color: #000000;
  font-size: 12px;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#highlight p.price {
  color: #CC0000;
  font-size: 14px;
  font-weight:bold;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#highlight .mainimg {
	margin-right: 10px;
	margin-left: 10px;
}
	
#highlight {
  background-image: url(../images/highlight_bg.gif);
	background-repeat: none;
	background-position: center top;
}

#highlight legend {
	color: #328CB7;
	font-size:110%;
	font-weight: bolder;
	margin: 0px 0px 0px 10px;
}

#highlight .smallimg_1 {
  float:left;
  margin:10px 0px 0px 0px;
}

#highlight .smallimg_2 {
  float:right;
  margin:10px 0px 0px 0px;
}

#highlight .smallimg_3 {
  float:left;
  margin:3px 0px 0px 0px;
}

.highlightbutton {
  margin:20px 0px 0px 40px;
}

.homeprodtitle{
color:#B8C130;
font-weight:bold;
margin:3px 0px 5px 0px;
}

#homeprod{
border: solid 1px #B8C130; 
background: url(../images/index_prod_bg.gif) no-repeat left top;
width:183px;
height:148px;
padding:3px 0px 0px 0px;
margin:0px;
}

.from{
color:#000000;
font-size:10px;}

.price{
color:#CC0000;
font-size:18px;}

.more_button{
float:right;
margin:8px 6px 2px 0px;
}


/*	GREAT DEALS BOXES START */

.greatdeals{
border: 1px solid #D8DAB1;
padding: 0px;
margin: 0px;
width: 181px;
color: #000000;
background: #FFFFFF url(../images/img_box_repeater.jpg) left bottom repeat-x;
}

.greatdealsbg{
padding: 0px 5px;}

.greatimg{
border: 1px solid #4F680E;
}

.redtxt{
color: #E22525;
font-weight: bold;
font-size: 16px;}

.greentxt{
color: #B8C130;
font-weight: bold;
font-size: 14px;}

/*	GREAT DEALS BOXES END */


/*	SPECIAL OFFER BOX START */

#box_specialoffer{
padding: 0px 1px 1px 1px;
overflow: hidden;
width: 176px;
font-size: 12px;
margin: 0px 0px 20px 0px;
text-align: left;}

#box_specialoffer .specialpadding{
padding: 5px;
}

#box_specialoffer .specialheading{
font-weight: bold;
font-size: 14px;
color: #113581;}

#box_specialoffer .specialred{
font-weight: bold;
font-size: 16px;
color: #D60B0B;}

#box_specialoffer .specialbutton{
border: 1px solid #C60001;
float: right;
margin: 5px;
background-color: #C60001;
color: #FFFFFF;
font-size: 11px;
font-weight: bold; }

#box_specialoffer .specialpadding img{
margin: 0px 0px 5px 10px;}

#box_specialoffer h4{
font-size: 14px;
margin: 0px;
padding: 0px;
font-weight: bold;
background: #C60001;;
color: #FFFFFF;
line-height: 22px;
padding: 0px 0px 0px 10px;}

/*	SPECIAL OFFER BOX END */