/*|

- UI : EA Twiter Tracker

|*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td  {  
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: none;  
} 
body, html{
	width:100%;
	height:100%;
}
.endfloat{
	clear:both;
}

body{
	background-color:#ffffff;
}

div{
	font-family:Helvetica, sans-serif;
	font-size:10px;
	color:#461000;
}

.container{
	position:relative;
	width:890px;
	margin-left:auto;
	margin-right:auto;
	padding-left:40px;
	padding-top:20px;
	padding-right:30px;

}

#header{
	background-color:#65b9f0;
	background-image:url(../images/bg_header.gif);
	background-repeat:repeat-y;
	width:100%;
	height:143px;
	font-size:13px;
	color:#FFFFFF;
}

#header a{
	color:#FFFFFF;
}

#header .container #logo{
	position:absolute;
	top:5px;
	left:40px;
	height:49px;
	width:291px;
}

#header .container #text{
	position:absolute;
	top:60px;
	left:40px;
	text-align:left;
	width:675px;
	font-size:12px;
	line-height:15px;
	color:#FFFFFF;
}

#header .container #address{
	position:absolute;
	top:0px;
	left:820px;
	width:110px;
	height:100px;
	text-align:right;
}

#header .container #address #logo{
	float:none;
	position:absolute;
	top:20px;
	left:30px;
	width:80px;
	height:21px;
}

#header .container #address #text{
	float:none;
	position:absolute;
	top:41px;
	left:10px;
	line-height:12px;
	font-size:9px;
	text-align:right;
	color:#FFFFFF;
	margin-top:10px;
	width:100px;
	height:50px;
}

#nav{
	position:absolute;
	top:118px;
	left:40px;
	height:25px;
	border:solid;
	border-color:#ffffff;
	border-width:0px;
	border-left-width:2px;
}

#nav .item{
	float:left;
	border:solid;
	border-color:#ffffff;
	border-width:2px;
	border-left-width:0px;
}

#nav .notItem{
	float:left;
	border:none;
}

#body{
	background-color:#ffffff;
	width:100%;
}

#body .container{
	padding-top:0px;
}

.list{
}

.list .header{
	width:100%;
	height:35px;
}

.list .body{
	width:100%;
	height:270px;
	overflow:hidden;
	overflow-y:scroll;
	border:solid;
	border-color:#cecfcf;
	border-width:1px;
}
.list .body .itemEven{
	width:858px;
	height:30px;
	background-color:#f2f3f3;
	line-height:30px;
	padding-left:6px;
	padding-right:6px;
	border:solid;
	border-color:#f4f5f6;
	border-width:0px;
	border-bottom-width:1px;
	border-top-width:1px;
	
}
.list .body .itemOdd{
	width:858px;
	height:30px;
	background-color:#e8eaeb;
	line-height:30px;
	padding-left:6px;
	padding-right:6px;
}
.list .body .items .iconNoStar{
	float:left;
	width:12px;
	height:12px;
	text-align:center;
	/*background-image:url(../images/row_nostar.gif);
	background-repeat:no-repeat;
	background-position:3px 5px;*/
}
.list .body .items .iconStar{
	float:left;
	width:12px;
	height:12px;
	text-align:center;
	/*background-image:url(../images/row_star.png);
	background-repeat:no-repeat;
	background-position:3px 5px;*/
}
.list .body .items .separator{
	float:left;
	width:1px;
	height:15px;
	margin-left:4px;
	margin-right:4px;
	/*background-image:url(../images/row_div.gif);
	background-repeat:no-repeat;*/
}



.footer{
	height:60px;
	text-align:right;
	color:#9d9d9d;
	margin-top:5px;
}
.footer a img{
	position:relative;
	top:3px;
	margin-right:4px;
}
.footer a{
	color:#249bea;
}

.recommends{
	height:130px;
}

.recommends .header{
	background-color:#65b9f0;
	background-image:url(../images/header_earecommends.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:24px;
	margin-top:15px;
	margin-bottom:8px;
}

.recommends .body{
	width:100%;
}

.col1{
	float:left;
	margin-right:8px;
}
.col2{
	float:left;
}

.recommends .body .item{
	width:424px;
	height:30px;
	background-color:#f2f3f3;
	border:solid;
	border-color:#cecfcf;
	border-width:0px;
	border-bottom-width:1px;
	line-height:30px;
	padding-left:8px;
	padding-right:8px;
}

.recommends .body .items .separator{
	float:left;
	width:1px;
	height:15px;
	margin-left:8px;
	margin-right:8px;
	/*
	top:6px;
	left:0px;
	background-image:url(../images/row_div.gif);
	background-repeat:no-repeat;*/
}

.body .items .number{
	float:left;
	width:12px;
	height:30px;
	padding-left:4px;
	overflow:hidden;
}
.body .items .name{
	float:left;
	width:122px;
	height:30px;
	overflow:hidden;
	text-transform:uppercase;
}
.body .items .category{
	float:left;
	width:70px;
	height:30px;
	overflow:hidden;
}
.body .items .handle{
	float:left;
	width:92px;
	height:30px;
	overflow:hidden;
}
.body .items .latest{
	float:left;
	width:210px;
	height:30px;
	overflow:hidden;
	font-size:10px;
	color:#333333;
}
.body .items .followers{
	float:left;
	width:70px;
	height:30px;
	overflow:hidden;
	font-size:10px;
	color:#333333;
	text-align:center;
}
.body .items .ournotes{
	float:left;
	width:210px;
	height:30px;
	overflow:hidden;
}
.body .items a{
	font-size:10px;
	color:#249bea;
}

.list .header a{
	text-transform:uppercase;
	line-height:35px;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
	color:#461000;
}

.list .header a:hover{
	text-decoration:underline;
}
.list .header .separator{
	float:left;
	width:9px;
	height:35px;
}
.list .header .number{
	float:left;
	width:12px;
	margin-left:23px;
}
.list .header .name{
	float:left;
	width:122px;
}
.list .header .category{
	float:left;
	width:70px;
}
.list .header .handle{
	float:left;
	width:92px;
}
.list .header .latest{
	float:left;
	width:210px;
}
.list .header .followers{
	float:left;
	width:70px;
}
.list .header .ournotes{
	float:left;
	width:210px;
}