@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background:#FFF;
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
}

.neken #content{
	width:1000px;
	margin:0px auto;
	text-align:left;
	background:#FFF;
	border-width:0 5px;
	border-color:#FFF;
	border-style:solid;
}

.neken #header{
	margin:0 0 10px 0;
}

.neken #footer{
	margin:10px 0 0 0;
	background:none;
	border-top:#DA251C 1px solid;
	text-align:center;
	line-height:25px;
}

.neken #leftsidebar{
        display:block;
	width:180px;
	float:left;
        /*background:#00F;*/
}

.neken #rightsidebar{
        display:block;
	width:180px;
	float:right;
        /*background:#0F0;*/
}

.neken #maincontent{
        width:600px;
	display:block;
        margin:0px auto;
		overflow:hidden;
        /*background:#F00;*/
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.clearfloat{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.seacrhNoResultsTitle { 
	background:#e8564f url(images/h3.gif) no-repeat left center; 
	height:26px; 
	width:570px; 
	display:block; 
	overflow:hidden; 
	line-height:26px; 
	color:#FFF; 
	padding-left:30px; 
	font-weight:bold;
}

.NoResultsSugestionBox { 
	width:594px; 
	height:auto; 
	display:block; 
	overflow:hidden; 
	text-align:center; 
	border:#dcd3b4 1px solid; 
	background:#f4f2e8; 
	margin-top:5px; 
	padding:2px;
}

.NoResultsSugestionText {
	width:584px; 
	height:auto; 
	display:block; 
	overflow:hidden; 
	background:#dcd3b4; 
	padding:5px; 
	font-weight:bold;	
}
