/* CSS Document */
/**{
	padding:0px;
	margin:0px;
} */

html{
min-height:100%;

}
a img{
	border:0px;
}

a{
	color:#333;
	text-decoration:none;
}
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:#f2f2f2;

}

h1, h2, h3{
color:#0066FF;
}


h3{
margin-bottom:5px;
}


.menuheader{
display:none;
/*this class is used before each menu item, for accessability purposes*/
}

#OuterContainer{
	width:980px;
	margin:auto;
	margin-top:10px;
	background-color:#fff;
	border:1px solid #cfcfcf;
}

#InnerContainer{
	width:960px;
	border:10px solid #fff;
	
}

#InnerContainer #Top{
font-size:70%;
height:30px;
}

#TopKeyword{
font-size:100%;
width:200px;
}

#topbasket{
float:left;
vertical-align:middle;
}

#topsearch{
float:right;
vertical-align:middle;
}

.search_button{
vertical-align:top;
}

#Banner{
 	position:relative;
	clear:both;
	width:960px;
	font-size:0;
}
 
.bannercontent{
 	z-index:1;
	font-size:11px;
	position:absolute;
	top:25px;	
	right:0px;
	color:#999;
	padding:5px; 
 }
 

.bannercontent .yourbasket{
font-size:120%;
font-weight:bold;
}

.bannercontent .items{
font-size:110%;
}

.bannercontent #search{
font-size:120%;
font-weight:bold;
text-align:left;
width:250px;
padding:5px;
position:absolute;
top:10px;
right:0px;
background-color:#0066FF;
color:#fff;
margin:0;
}

.bannercontent #search #namesearch{
	width:200px;
}


.bannercontent #Keyword{
width:250px;
padding:5px;
font-weight:bold;
font-size:150%;
border:1px solid #666;
}

.bannercontent #bannerbasket{
margin-bottom:5px; 
}
.bannercontent a{
color:#999; 
}
.bannercontent a:hover{
color:#ccc; 
}


#TextArea{
	/*float:left;
	width:565px; */
	font-size:75%;
	padding-left:5px;	
	position:relative;
	
	
}

#TextArea_RightMenu{
	font-size:75%;
	padding-right:5px;
	margin-right:200px;	
	position:relative;
	_width:749px; /*IE 6 HACK*/
}

#TextArea_LeftMenu{
	font-size:75%;
	padding-left:5px;
	margin-left:200px;
	position:relative;
	_width:749px; /*IE 6 HACK*/
}

li{
margin-left:40px;
}

p{
line-height:150%;
}

.clearfloat{
float:left;
width:100%;
}

.clear{
clear:both;
}

.width100{
width:100%;
float:left;
margin-bottom:5px;
}

#footer{
	clear:left;
	width:960px;
	padding-top:20px;
	text-align:center;
	color:#999;
	font-size:70%;
	border-top:1px solid #cfcfcf;
}

#footer a{
color:#999;
}

#footer a:hover{
color:#333;
}

#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:960px;
	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;
}

