/*/////////////////////////////////////////////////////////////////////
	Top Sellers and News
/////////////////////////////////////////////////////////////////////*/

	/* top boxes */
	#container #content #top {
		padding:0 0 10px 0;
	}
	
	#container #content #top #latestOffers {
		float:left;
		margin:0 10px 0 0;
		width:290px;
	}
	#container #content #top #news {
		float:left;
		width:290px;
	}
	
	#container #content #top .box .content {
		height:185px;
	}
	
			
	/* news item */
	#news .item {
		padding:10px 10px 0 10px;
	}
	#news .item .image {
		float:left;
		height:175px;
		width:135px;
	}
	#news .item h4 {
		color:#707070;
		font-size:1.4em;
		font-weight:bold;
		line-height:1.2em;
		margin:0 0 0 145px;
		padding:10px 0 5px 0;
	}
	#news .newsItems ul {
		list-style:none;
	}
	#news .newsItems ul li a{
		color:#707070;
		font-size:1.3em;
		font-weight:bold;
		line-height:1.3em;
		display:block;
		margin:3px auto 5px auto;
		padding-left:130px;
		
	}
	#news .item h4 a {
		color:#707070;
		text-decoration:none;
	}
	#news .item p {
		margin:0 0 13px 145px;
		font-size:1.1em;
		color:#363636;
		line-height:1.3em;
	}
	#news .item p.readNews {
		margin:5px 0 0 15px;
	}
	/*#news .item .image a {
		height: 102px;
	}*/
	#news .item .image p.readNews a {
		text-indent:-9999px;
		outline:0;
		display:block;
		height:35px;
		background:url(../../../styleImages/iWeb/buttons/read-all.jpg) no-repeat top left;
	}
	#news .item p.readNews a:hover {
		background-position:bottom left;
	}
	
	/* main content */
	#listings .content {
		padding:10px 15px 0 15px;
	}
	
	#listings .item {
		width:112px;
		float:left;
		padding:0 0 32px 0;
		height:240px;
		text-align:center;
	}
	#listings .item .image {
		height:115px;
		margin:0 5px 5px 5px;
	}
	#listings .item h4 {
		font-weight:bold;
		font-size:1.1em;
		line-height:1.3em;
		color:#707070;
		height:3.9em;
		margin:0 5px 5px 5px;
		overflow:hidden;
	}
	#listings .item .itemPrice {
		color:#363636;
		padding-bottom:6px;
		font-size:1.1em;
		width: 113px;
		height: 27px;
		overflow: hidden;
	}
	#listings .item h4 a {
		text-decoration:none;
		color:#707070;
	}
	#listings .item h4 a:hover {
		text-decoration:underline;
	}
	#listings .item h5 {
		font-size:1.5em;
		font-weight:bold;
		color:#363636;
		line-height:1.4em;
		height:1em;
		margin:0 5px 10px 5px;
	}
	#listings .item h5 a {
		color:#363636;
		text-decoration:none;
	}
	#listings .item .viewAll {
		background:url(../../../styleImages/iWeb/buttons/view-all.gif) no-repeat top center;
		height:39px;
		padding-top:7px;
	}
	#listings .item .viewAll a {
		color:#ffb600;
		font-size:1.2em;
		line-height:1.4em;
		font-weight:bold;
		display:block;
		height:39px;
	}
	#listings .item .viewAll a:hover {
		text-decoration:underline;
	}
	
	#listings .item.orange .viewAll a { color:#ffb600; }
	#listings .item.red .viewAll a { color:#fe4d50; }
	#listings .item.blue .viewAll a { color:#00a99d; }
	#listings .item.brown .viewAll a { color:#bb5924; }
	#listings .item.green .viewAll a { color:#149258; }
	#listings .item.lightred .viewAll a { color:#F26C4F; }
	#listings .item.pink .viewAll a { color:#F06EAA; }
	#listings .item.yellow .viewAll a { color:#DED11B; }
	#listings .item.darkgreen .viewAll a { color:#149258; }
	#listings .item.purple .viewAll a { color:#A864A8; }
	
	
	
	
	