div#sectionCategories
{
		background-color: #22AEC9;
		margin: 0px 0px 15px 0px;
}

a.CategoryItem, a.SubCategoryItem, a.ThisCategoryItem, a.ThisSubCategoryItem
{
		display: block;		
		border-bottom: 1px solid #51C7E3;
		font-weight: bold;
		color: #FFFFFF;
		padding: 8px 20px 8px 20px;	
		/*text-decoration: underline;*/
}
a.SubCategoryItem, a.ThisSubCategoryItem
{
		padding-left: 50px;
}

a.ThisCategoryItem, a.ThisSubCategoryItem
{
		font-weight: normal !important;
		color: #FFFFFF;
		text-decoration: none; 
}





/* ************************************************ */
/* **************** Items style ******************* */
/* ************************************************ */


div#sectionBodyact div.sectionRight
{
		padding: 20px 0px 0px 0px;
}


div.sectionRight div.layerItem
{
		border: none;
		padding-bottom: 0px;
}
div.sectionRight div.layerItem a.layerImage
{
		display: block;
		float: left;
		width: 110px;
		height: 60px;
		border: 3px solid #EFEFEF;
		background-repeat: no-repeat;
		background-position: center;
		padding: 5px 0px 5px 0px;
		margin: 0px 20px 0px 0px;
}
div.sectionRight div.layerItem h2
{		
		padding: 0px;
		margin: 0px;
}
div.sectionRight div.layerItem h2 a
{
		font-size: 14px;
		color: #444444;
}
div.sectionRight div.layerItem div.layerCategory a
{
		color: #60CCE8;
		text-transform: capitalize;
}
div.sectionRight div.layerItem div.layerCategory span
{
		font-size: 9px;
}
div.sectionRight div.layerItem div.layerAttributes
{
		overflow: hidden;
		margin: 15px 0px 0px 0px;
}
div.sectionRight div.layerItem div.layerNext
{
		background: url('../gfx/bckgrDetails.jpg') repeat-x center;
		text-align: right;
		margin: 10px 0px 0px 0px;
}
div.sectionRight div.Price div.Main
{
		float: right;
		/*background-color: #000000;*/
		font-size: 10px;
		font-weight: bold;
		color: #000000;
		text-transform: capitalize;
		padding: 8px 8px 8px 8px;
}
div.sectionRight div.Price
{
		float: right;
		overflow: hidden;
		width: 180px;
		margin-right: 16px;
}
div.sectionRight div.Price strong
{
		font-size: 12px;
		color: #2CBBDA; 
}
div.sectionRight div.layerItem div.layerAttributes div.Item
{
		float: left;
		width: 70px;
		background: url('../gfx/separLine.jpg') no-repeat right;
		color: #666666; 
		text-align: center;
		padding: 0px 20px 0px 0px;
		margin: 0px 0px 0px 20px;
}
div.sectionRight div.layerItem div.layerAttributes div.Item strong
{
		font-size: 12px;
		color: #444444;
}


div.UserOfferts
{
		background-color: #E9EAEC;
		color: #666666;
		text-align: center;
		padding: 10px;
}


div.sectionLeft h3
{
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
}

div.sectionLeft form p select.selectList
{
`		width: 100%;
}
