li
{
	display: inline;
	padding: 0;
	margin: 0;
	
}

ul
{
	text-align: left;
	
	margin: 10px;
	
	
}

.tabs
{
	
	margin:auto;
	width:840px;
	
	height: 365px;
	list-style: none;
	margin-top:10px;

}

.ui-tabs-nav2 a
{

	background:url(../img/tab2.gif) repeat-x;

	text-decoration: none;
	color: #fff;
	padding: 5px;
	margin-left: 6px;
	height:25px;
	font-size:13px;
;
}

.ui-tabs-nav2 a:hover
{
	

	text-decoration:underline;

}

.ui-tabs-nav2
{
	/*
		A margin at the bottom allows us to put padding at the bottom
		of the tab headers
	*/
	margin-bottom: 5px;
}

.ui-tabs-selected2
{
}

.ui-tabs-unselect2
{
}

.ui-tabs-selected2 a
{
	/*
		Style the selected tab header link (which overwrites the 'ui-tabs-nav a'
		style)
	*/
		background:url(../img/tab2_active.gif) repeat-x;
	color: #dcdcdc;
	padding: 5px;
}

.ui-tabs-disabled2
{
}

.ui-tabs-panel2
{

		border:1px solid #b5b5b5;
		background-color:#f3f3f3;
		margin-top:-1px;
		height:345px;
		text-align:left;
		
}

.ui-tabs-hide2
{
	display: none;

}

.productItem {
	border:1px solid #cac9c9;
	width:390px;
	height:300px;
	float:left;
	margin:10px;
	
}