@charset "UTF-8";
body {
	font: 100%  Tahoma, Arial, Helvetica, sans-serif;
	background-image:url(../images/grad_bg.gif);
	background-repeat:repeat-x;
	line-height : 17px;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
background-image:url(../images/grad_bg.gif);
	background-repeat:repeat-x;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 980px;
	margin : 0 auto;
}

a {
	text-decoration : none;
	color :#336699;
}

.links{
	float:left;
	font-size:12px;
	margin : 0 20px;
	height :25px;
}

.subtext {
	font-size : 9px;
	margin : 5px 0;
}
#cleansearch {
background-image:url(../images/googlenav.gif);
height : 95px;
width : 590px;
margin : 0 auto;
padding : 120px 0 0 0px;
}

#cleansearch2 {
background-image:url(../images/googlenav.gif);
height : 95px;
width : 590px;
margin : 0;
padding : 120px 0 0 0px;
}

#top {
	background-image:url(../images/top_bg.gif);
	height : 99px;
}

#header {
border-bottom: 1px solid #d8e9ef;
height: 21px;
margin: 3px 0;
}

#header a, #footer a {
color:#000099;
font-size:13px;
margin : 0 5px;
}



#leftnav {
font-size:13px;
float : left;
margin : 0 0 0 10px;
}

#rightnav {
float : right;
width: 540px;
}

#footer {
text-align : center;
margin : 50px 0;
}

h1 { color: #333333; margin:0px 0px 0 10px ; text-align : left; padding:10px 0 0px 0; font-size: 14px;}
h2 { color: #0099CC; margin:0; padding:5px 0; }
h3 { color: #615B4F; margin: 0; padding:10px 0 0px 0; }

p {font-size:12px;}

.ItemNavImage {float:left; margin :0; padding :0;}
.center {text-align:center;}
.float_left { float:left;}
.float_right { float:right;}
.center { margin : 0 auto;}
.clearer { clear : both;}

#dealarea {margin : 0;text-align:center;}

#right_sidebar {
	float : right;
	width : 250px;
	margin : 0 0 0 10px;
	}

#deal_block { width : 190px; margin: 0 6px 0 0; float:left;text-align:center; }
#deal_block h2{background-image:url(../images/navbar_bg.png); line-height:12px; border-bottom: 1px solid #ccc; font-size:13px;}
#deal_block h3 {padding :0px;font-size:13px;}
#deal_block p { border-bottom: 1px solid #ccc; padding : 5px;}
#deal_block .price {color:#DD0000; font-weight:bold; margin: 0; padding :0; font-size :13px; }
#deal_block .discount { color:#777777; font-size :9px; margin : -3px 0 0 0;}

.dealdata { height : 230px; border: 1px solid #e3e3e3; overflow : hidden;}
.text_area { margin : 0 20px 10px 20px;}
.feed {background-color :#feedcb; padding : 0 5px; border : 1px solid #eee;}
.feed:hover {background-color : #ffcc66;}

