/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/


.listingImage
{
	webkit-border-radius:100% !important;
	-moz-border-radius:100% !important;
	border-radius: 100% !important;
}


.custm_box
{
	width:100%; 
	line-height:35px;  
	border:0px solid red; 
	float:left;  
	border:1px solid #EFECFC;
}
.custm_box_list
{
	width:15%; 
	text-align:center; 
	float:left; 
	border-right:1px solid #EFECFC; 
	line-height:28px;  
}
    

.listBox_bullet
{
	height:35px !important; 
	vertical-align:middle; 
	text-align:left;
	white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis;
	width:100%;
	line-height:35px;
	margin-left:2px;
	float:left;  
}