/*
***********  Custom css ************
*/

/* overwrite padding in  editor_style */
img{ border:0px; }

.errorText{ color: #FF0000; }

.nextprevdisabled{
	color: #cccccc;
}
.nextprevlink{
	color: #33597e;
	text-decoration: none;
}
.nextprevlink:hover{
	color: orange;
	text-decoration: none;
}
.nextprevcurrentpage{
	color: #33597e;
	text-decoration: underline;
}

/** used in send to a freind **/
.input {
	font-family: verdana;
  	font-size: 10px; 
  	color: #333333;
	padding:0px; margin:0px;
	border:1px solid #CBD0D4;
	padding-left:3px;
	padding-right:3px; 
}

.textinput {
	border:1px solid #CBD0D4; 
	padding-left:3px;
	padding-right:3px; 
	margin:0px;
	background-image:url(/images/spacers/white_input.gif);
	background-repeat:repeat-x;
}

.textinputhover {
	border:1px solid #DDBA1C; 
	padding-left:3px;
	padding-right:3px; 
	margin:0px;
	background-image:url(/images/spacers/white_input.gif);
	background-repeat:repeat-x;
}

.required {
	color:#3E80A7; font-size:10px; vertical-align:top; font-family:Verdana, Arial, Helvetica, sans-serif;
}

.button { color: #FFFFFF; background-color: #C31F41; border-bottom: 1px solid #CB3C5A; border-top: 1px solid #D6647C; border-right: 1px solid #CB3C5A; border-left: 1px solid #D6647C; height: 20px; font-weight: bold; }

.enquiryTable .textinput, .enquiryTable .textinputhover {
	padding:3px;
}

.enquiryTable table td {
	padding:0 0 5px 0;
}

.enquiryTable table td.required {
	padding-right:5px;
}

.enquiryTable table.questionTable td {
	border-bottom:1px solid #e8e7e7;
	padding-top:8px;
	padding-bottom:8px;
}

/************  Layout *************/



/************  Custom - Site specific *************/

.sitemap { text-decoration:none; }

.sitemap:hover { text-decoration:none; }

.footer { text-decoration:none; font-size:11px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; color:#ADADAD; }

.footer:hover { text-decoration:none; font-size:11px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; }

.topmenu { color:#B0B0B0; font-size:10px; text-decoration:none; }

.submenu { color:#666666; text-decoration:none; line-height:18px; }

.submenuviewmore { color:#3C7FA6; font-size:10px; text-decoration:none; }

.leftmenutitle { color:#000000; font-size:11px; text-decoration:none; }

.leftmenutitle:hover { color:#3C7FA6; font-size:11px; text-decoration:none; }

.leftmenu { color:#999999; font-size:10px; text-decoration:none; }

.leftmenu:hover {color:#3C7FA6; font-size:10px; text-decoration:none; }

.h3link {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#000000;
	display:inline;
	font-weight:normal;
	text-decoration:none;
}

.h3link:hover {
	text-decoration:underline;
}


/** Autocomplete Styles **/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}