/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font:9pt Arial, Helvetica, sans-serif;
	color:#000000;
	background:#ffffff;}
	
a img{border:none;}
.clear{clear:both; height:1px; font-size:1px;}
a {	color: #000000; text-decoration: none;}
a:hover {color: #404040;}
/*h1, h2, h3 {margin: 5px 0 5px 0; padding: 0;}*/
img {border: none;}
.spacer {height: 15px; clear: both; margin: 0; padding: 0;}
.breaker{margin: 0px; padding: 0px; line-height: 0px; clear: both;}
p {	margin: 0px 0px 0px 0px; padding: 3px 0 3px 0; line-height: 20px;}
/*-------------------start container----------------------*/

#container{
	margin:0 auto;
	padding:0px 0px 0px 0px;
	width:950px;
	border:0px solid #FF0000;
	overflow:hidden;}
	
#header{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#fde9ea;
	height:148px;}
	
.spacer
{
clear:both;
margin:0;
padding:0;
height:10px;
}

#signup-newsletter {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px solid #0F0;
	float:left;}
	

#signup-newsletter a {
	margin:70px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	display:block;
	height:40px;
	width:181px;
	background:url(../images/signupnewsletter.jpg) no-repeat 0px -41px;
	float:left;}

#signup-newsletter a:hover {
	margin:70px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	display:block;
	height:40px;
	width:181px;
	background:url(../images/signupnewsletter.jpg)no-repeat 0px 0px;
	float:left;}




#header img{
	margin:0px 0px 0px 0px;
	padding:52px 0px 0px 59px;
	float:left;}
	
	
#content{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px solid #00FF00;
	float:left;
	width:950px;}
	
#content_middlecontent{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px solid #00FFFF;
	float:left;
	width:424px;
	min-height:425px;
    height:expression(this.scrollHeight > 425? "auto":"425px");}
	
#content_middlecontent img{
	margin:75px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;}
	
	
#banner{
	margin:29px 0px 0px 0px;
	padding:0px 0px 0px 126px;
	border:0px solid #00FF00;
	width:390px;
	float:left;
	min-height:425px;
    height:expression(this.scrollHeight > 425? "auto":"425px");
}

.clear
{
clear:both;
}
.hide {
  display : none;
}
hr {
  border : #c4dfaa solid 1px;
  background: #c4dfaa;
  height : 4px;
}

html>body hr {
  border : #c4dfaa solid 1px;
  border-top : #c4dfaa solid 1px;
  border-bottom : #c4dfaa solid 0px;
  display : block;
  margin : 3px 0px 3px 0px;
  background : #c4dfaa;
}

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 {
  border : #000000 solid 0px;
  background : #EEEEEE;
  width : 200px; 
  float : left; 
  display : block;
  margin : 10px;
  padding : 10px;
}		
#content h1{
	margin:0px 0px 0px 0px;
	padding:14px 10px 14px 10px;
	border:0px solid #00FF00;
	float:left;
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#000000;}
	
/*.images{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 367px;
	float:left;}*/
	
/*---------------------startfooter----------------*/
#footer{
	margin:0 auto;
	margin-top:25px;
	padding:0px 0px 0px 0px;
	border-top:2px solid #929295;} 
	
#footer h1{
	margin:0px 0px 0px 0px;
	padding:13px 3px 13px 3px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;} 
	
.redtext {
	/*color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
	border: 1px solid;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 10px top;
	padding: 0px 50px;*/
	/*line-height: 40px;*/
	
	border : #CC0000 solid 1px;
  color: #CC0000;
  margin : 12px;
  padding : 12px;
  background : #FFFFFF;
}
/*message box styles*/

.success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}
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-right : 6px;
  padding-bottom:20px;
}

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 : 10px 0px 10px 0px;
  line-height: 20px;
  padding : 0px 0px 10px 0px;
  width:380px;
  /*border:1px solid #ff0000;*/
}
fieldset a{
  margin : 0px 0px 0px 0px;
  padding : 0px;
  color: #404040;
  text-decoration:none;
  font-weight:bold;
}
fieldset a:hover {
  margin : 0px 0px 0px 0px;
  padding : 0px;
  color: #404040;
  text-decoration: underline;
  font-weight:bold;
}
#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 : 200px;
}

textarea {
  font-size : 12px;
}

.button {
  background-color : #fdaec4;
  color: #333333;
  border:1px solid #666666;
  font-weight:bold;
  font-size:10pt;
  font weight: bold;
  
}
table {
  margin-top : 12px;
  margin-bottom : 12px;
  border : 1px;
}

caption {
  text-align : left;
}

th {
  /*background-color : #769e47;*/
  background-color : #e388a1;
  padding-left : 3px;
  color:#FFFFFF;
  padding-right : 3px;
  padding-top : 3px;
  padding-bottom : 3px;
  font-size : small;
  font-weight: bold;
  text-align : left;
  border : 0px;
}

td.right, td.data, td.center {
  background-color : #ffebf0;
  padding-left : 3px;
  padding-right : 3px;
  padding-top : 3px;
  padding-bottom : 3px;
  border : 0px;
}

td.right {
  text-align : right;
}
table.tbl_basket
{
border: solid 1px #fdaec4;
}
#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;
}
.link2{

}

.link2 a{
color: #00aa00;
}
