/* @override 
	http://127.0.0.1:8300/ntdesigns/ecom/css/product_list.css
	http://10.0.0.109:8500/babe/css/product_list.css
	http://athletika.co.uk.mytempdomain.com/css/product_list.css
*/

/* @group Leave Details */

caption {
	text-align: left;
	font-weight: bold;
}
#leave_details{
	margin-top: 10px;
}
#leave_details td{
	vertical-align: top;
}
#leave_details input{
	width: 200px;
}
#leave_details textarea{
	width: 200px;
}
/* @end */

/* @group highlight */
div.highlight{
	padding: 5px;
}
/* @end */
#page_links{
	border-bottom-color: 1px solid #e7e8e9;
	text-align: right;
	margin-bottom: 5px;
	width: 100%;
}
#page_links ul{
	list-style: none;
	margin: 0;
	padding: 5px;	
}
#page_links ul li{
	display: inline;
	margin: 5px;
}
#page_navigation{
	float: left;
}
.selected a{
	font-weight: bold;
	text-decoration: none;
	background-color: #e7e8e9;
	padding: 3px;
}
.product_list_item_surround{
	width: 128px;
	border: 1px solid #e7e8e9;
	padding: 2px;
	margin-right: 10px;
	display: inline;
}
.product_list_item{
	padding: 5px;
	background-color: #e5e6e7;
	height: 80px;
	float: left;
	width: 118px;
}
.product_list_item div{
	font-size: 11px;
}

.product_title{
	font-size: 10px;
	text-transform: uppercase;
}
#home_text{
	width:320px;
	float:left;
	padding-right:10px;
}
#home_flash{
	width:210px;
	height:450px;
	padding-left:30px;
	float:left;
}