/* CSS Document */

#items_title
{

	width: 755px;
	margin-top:10px;



}
#items_top_sellers
{
	width: 765px;
	height:auto;
	left:10px;
	top: 156px;
	border-top: 1px solid #CCCCCC;
	vertical-align: middle;
	background-color:#99CC99;
	
}

#items_just_added
{
	width: 745px;
	height:auto;
	border-top: 1px solid #009999;
	vertical-align: middle;
	
}
#items_outlet
{
	width: 745px;
	height:auto;
	border-top: 1px solid #009999;
	vertical-align: middle;
	
}
.list_item {
	font-size:13px;
	line-height: 20px;
	text-align: center;
	font-weight:bold;
	padding-bottom:15px;
}

/* New css for table-less design */

#itembox {
	border: 1px dashed #cccccc;
	Float:left;
	display:inline;
	width:175px;
	height:212px;
	margin:5px 10px 5px 0px;
	text-align: center;
	line-height: 17px;
}
#itemlistfooterleft {
	width: 378px;
	height:30px;
	margin-top:10px;
	display:inline;
	float:left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding:5px;
}
#itemlistfooterright {
	width:350px;
	margin-top:10px;
	height:30px;
	display:inline;
	float:right;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding:5px;
}

