/*
 *   MAZUMA MOBILE - Sticky New Media 2010
 *   -------------------------------------
 *   ID :: Top 20 Handsets CSS File
 */
 
 .group{
 	width:930px;
 	float:left;
 }

#top20Handsets {
	margin: 0 0 11px 0;
	padding: 0;
	width: 978px;
	height: 124px;

	/* background-color: #efefef; */
}


#top20Handsets #right { 
	float: right;
	margin: 0;
	padding: 0;
	height: 43px;
	cursor: pointer;
	/*z-index: 20;*/
	margin:0px -18px 0 0;
}
#top20Handsets #left{ 
	float: left;
	height: 43px;
	cursor: pointer;
	/*z-index: 20;*/
}
#top20Handsets #main {
	float: left;
	margin: 0;
	padding: 0;
	width: 929px;
	height: 208px;
	text-align: center;
	position:relative;
	overflow: hidden;
}

#top20Handsets #main #head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 31px;
	color: #4E1C89;
	margin: 0;
	padding: 0 0 0 7px;
	width: 927px;
	height: 31px;
	text-align: left;
}

#top20Handsets .setWrapper {
	float: left;
	margin: 0;
	padding: 0;
	/*width: 932px;  single set of 5 width*/ 
	width: 3760px;/*  4 sets of 5 width */
	height: 215px;
	overflow: hidden;
	/* background-color: #FF0000; */
	position:absolute;
	/*z-index: 10;*/
}

#top20Handsets #main .setWrapper .handset {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 12px 0 0 0;
	padding: 0;
	width: 185px;
	height: 90px;
	border-right: 1px solid #CACACA;
	text-align: left;
	cursor: pointer;
}

#top20Handsets #main .setWrapper .handset .image {
	margin: 0;
	padding: 0;
	width: 181px;
	height: 90px;
	float:left;
	overflow:hidden;
	text-align:center;
}

#top20Handsets #main .setWrapper .handset .information {
	margin: 0;
	padding: 0;
	width: 181px;
	height: 106px;
	float:left;
}

#top20Handsets #main .setWrapper .handset .information .manufacturer {
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #8dc944;
	text-align:center;
}

#top20Handsets #main .setWrapper .handset .information .model {
	margin: 0 0 0 1px;
	padding: 0;
	height: 13px;
	font-size: 12px;
	text-align:center;
}

#top20Handsets #main .setWrapper .handset .information .price {
	margin: 5px 0 4px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #1caff2;
	text-align:center;
}
#top20Handsets #main .setWrapper .handset .information .itemnumber {
	margin: 4px 0 4px 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	background:url(../images/top20Graphics.jpg) no-repeat;
	height:32px;
	padding-left:10px;
	padding-top:9px;
}
#tDate{
	float:right;
	width:35%;
	text-align:right;
	color:#4E1C89;
	font-size:90%;
	font-family:Arial,Helvetica,sans-serif;
	margin-right:10px;
}

#tHead{
	float:left;
	width:50%;
}