/* RECOMMEND */
#recommendContainer{ display: none; }

#recommend dl dt
{
	border-bottom:1px solid #ABD146;
	color:#990F53;
	font-size:30px;
	line-height:1.2;
	margin:0 0 16px;
	padding:0 0 13px;
}

#recommend dl dd
{
	margin-left:0;
	margin-right:20px;
	width:150px;
	float:left;
	
}

	#recommend dl dd label{font-size:12px;}

/* ARTICLES SCROLL */

#browsable br{ 
	display: none;
} 

div.scrollable { 
 
    position:relative; 
    overflow:hidden; 
    width: 193px; 
    height:235px; 
}

	#ungSub div.scrollable {
	    width: 673px;
		height: 309px;
	} 
 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000px; 
    position:absolute; 
} 
 
div.scrollable div.items div { 
    float:left; 
} 
 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/* NAVIGATION */	
	
.navi {
	margin-left:463px;
	width:200px;
	height:20px;
	position: absolute;
	top: 355px;
	z-index: 997;
	text-align:right; 
}

.navi a {
	width:18px;
	height:18px;
	margin: 0 3px 0 0;
	background: url(../images/navigator.png) no-repeat;
	display:inline-block;
	font-size:1px;
	cursor: pointer;
}

.navi a.active {
	background: url(../images/navigator-active.png) no-repeat;  
}		


/* ADVANCED FORM */ 

.advForm , .advForm p
{
	width:392px;
}

.advForm
{
	padding-bottom:20px;
}
.advForm .advFormLeft
{
	width:180px;
	float:left; 
	clear:left;
}

	.advForm .advFormLeft input, .advForm .advFormRight input, .advForm .advFormLeft select, .advForm .advFormRight select
	{
		width:176px;
	}
	.advForm .advFormRight input, .advForm .advFormLeft input{
		width:160px !important;
		padding: 0 8px !important;
		height: 29px; 
		border: 1px solid #a1c12f;
	}
.advForm .advFormRight
{
	float:right;
	width:180px;
}

.advForm label
{
	display:inline-block;
	width:auto !important;
	font-size:11px;
	font-weight:bold;
}

.advForm label .mandatory
{
	float:right;
	display:inline-block;
	margin-left:4px;
}



.advFormLeft, .advFormRight, .advFormFull
{
	margin:0 0 10px 0;
}

.radioValue, .checkboxValue{position:relative;top:-2px;}

.advFormAmount label, .interest{text-transform:uppercase;font-size:14px;font-weight:bold;display:block;margin-bottom:5px;color:#2b2f33;}

.advFormAmount  .checkboxValue{display:inline-block;width:480px;}

.advFormFull
{
	clear:both;
	float:none;
}
.advFormFull input
{
	width: 372px !important;
	padding: 0 8px !important;
	height: 29px; 
	border: 1px solid #a1c12f;
}

	.advFormFull .select
	{
		width:100%;
	}
	
.textarea
{
	height:140px;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #a1c12f;
}

.checkbox
{
	clear:both; 
}
	
	.advFormFull .textarea, .advFormFull .text
	{
		width:98%;
		padding: 2px;
	}
	
.advForm .submit{
	margin-bottom:20px;
	float:right;
	font-size:11px;
	border:0;
	padding:0;
	cursor:pointer;
	background: url(../images/button.gif) 0 2px no-repeat !important;
	width: 91px !important;
	height: 27px !important;
	border: 0 !important;
	display: block !important;
	color: white !important;
	font-weight: bold;
}
	
.submitContainer
{
	clear:both;
	float:none;
	text-align:right;
}

option.odd{background:#eeeeee}
option.even{background:silver}
.option4{background:red !important;}