/* CSS Document */
/**{
	padding:0px;
	margin:0px;
} */

html{
min-height:100%;

}
a img{
	border:0px;
}

a{
	color:#333;
	text-decoration:underline;
}
a:hover{
	color:#999;
	text-decoration:none;
}
body{

	font-family:Tahoma, Arial, sans-serif, "Times New Roman";
	font-size:100%;
	padding:0px;
	margin:0px;
	min-height:100%;
	background-color:#fff;
	background-image:url(../images/body_bkg.jpg);
	background-position:top;
	background-repeat:repeat-x;

}

h1, h2, h3{
color:#666666;
}

#OuterContainer{
	width:975px;
	margin:auto;
	margin-top:10px;
	background-color:#fff;
	border:10px solid #fff;

}
#InnerContainer{
	width:975px;
	
}

#InnerContainer #Top{
font-size:70%;
/*height:30px;*/
}

#TopKeyword{
font-size:80%;
margin-bottom:5px;
}

#topbasket{
float:left;
vertical-align:middle;
margin-bottom:5px;
}

#topsearch{
float:right;
vertical-align:middle;
}

#topsearch #TopKeyword{
border:1px solid #ccc;
font-size:95%;
padding:2px;
background-color:#eeeeee;
}


.search_button{
vertical-align:top;
}

#Banner{
 width:975px;
 background-image:url(../SiteBanners/banner_bkg.jpg);
 background-repeat:repeat-x;
 font-size:0px;
 }

#TextArea{
	/*float:left;
	width:565px; */
	font-size:75%;
	padding-left:5px;	
	position:relative;
}

#TextArea_RightMenu{
	/*float:left;
	width:565px; */
	font-size:75%;
	padding-right:5px;
	margin-right:200px;	
	position:relative;
}

#TextArea_LeftMenu{
	/*float:left;
	width:565px; */
	font-size:75%;
	padding-left:5px;
	margin-left:200px;	
	position:relative;
}

li{
margin-left:40px;
}

p{
line-height:150%;
}

.clear{
	clear:both;
}

.width100{
width:100%;
float:left;
margin-bottom:5px;
}

#footer{
	clear:left;
	width:955px;
	padding:10px;
	padding-top:20px;
	text-align:center;
	color:#000;
	font-size:70%;
	background-color:#eeeeee;
	border-top:1px solid #ccc;
}

#echologo{
/*background-color:#fff;*/
width:165px;
margin:auto;
}

/* topAdverts */
#TopAdvert {
	 width:974px;
	 text-align:center;
	 padding-top:5px;
}
#TopAdvert img{
	padding-right:5px;
}

#MiniAdverts{
	padding-top:5px;
	text-align:left;
}
#MiniAdverts img{
margin:5px;

}
/* end of top adverts*/
#Menu{

	width:975px;
	font-size:70%;
}

#CheckoutStages{
	width:100%;
	text-align:center;
}
#LeftMenu{
	margin-top:5px;
	float:left;
	font-size:70%;
	width:200px;
}

#RightMenu{
	margin-top:5px;
	float:right;
	font-size:70%;
	width:200px;
	text-align:right;
}

#Scrolltext{
	border-top:1px solid #cccccc;
	padding:5px;
}
#Scrolltext a{
	color:#ff0000;
}


/* Fine tuning search area*/

#finetuning{
width:963px;
padding-top:5px;
border-bottom:1px solid #eeeeee;
border-left:1px solid #eeeeee;
border-right:1px solid #eeeeee;
padding:5px;
background-color:#f7f7f7;
}

#finetuning select{
border:1px solid #ccc;
font-size:95%;
padding:3px;
background-color:#eeeeee;
}

#tuningheader{
font-size:140%;
font-weight:bolder;
}

#TuningSearch{
vertical-align:bottom;
}

/* end of Fine tuning search area*/