/**********************************************************************************************

	Title: Website
	Author: XHTMLized
	Date: October 2007 

***********************************************************************************************

	1.  GENERAL
			1.1 Headings and paragraphs
			1.2 Forms
			1.3 Links
			1.4 Miscellaneous
		
	2. GENERAL ELEMEMENTS
	
	3. LAYOUT
			3.1 Accessibility menu
			3.2 Header
			3.3 Content
			3.4 Secondary content
			3.5 Sidebar
			3.6 Footer
		
	4. ADMIN

***********************************************************************************************/


/* 1. GENERAL
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
/*@import url("additional.css");*/
/* Global reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

body {
	line-height: 1; }	
	
ol, ul {
	list-style: none; }
	
table {
	border-collapse: separate; 
	border-spacing: 0;  /* tables still need 'cellspacing="0"' in the markup */
}

caption, th, td {
	text-align: left; 
	font-weight: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	text-align:left;
	/*color:#383838;
	background:url(../images/bg-body.jpg) left top repeat-x;*/
}

/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	

h1 {}

h2 {}

h3 {}

h4 {}

p  {}


/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	

input, textarea, select {
	font: 1.2em Arial, Helvetica, sans-serif;
}


/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	

a:link {
	color: #006fb6;
	text-decoration: none;
}

a:visited {}



a:active {}


/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	

hr { 
	display: none; }
		
strong {
	font-weight: bold; }
		
em {
	font-style: italic; }
	
abbr, acronym {
	border-bottom: 1px dotted #999; 
	cursor: help;
}


/* 2. GENERAL ELEMENTS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	


.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block; }
	
/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%; }

.clearfix {
	display: block; }
/* End hide from IE-mac */


/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.container {
	width: 983px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#header {
	height:89px;
	margin-left:30px;
	position:relative;
}


#content-wrapper {
	clear:both;
}

#content {
	float: right;
	width: 748px; 
}
	

/* 3.2	Header

* Logo -> Image replacement. */
#header h1, #header h1 a, #header h1 a span {
	display: block;
	width: 175px;
	height: 89px;
	overflow: hidden;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
}

#header h1 a { /* style the text covered by image */ }

#header h1 a span {	
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../images/logo-simi.gif) no-repeat;
}

#header .nav {
	float:left;
	margin-left:212px;
	display:inline;
}
	#header .nav li.btn-vehicle_search {
		width:175px;
		float:left;
	}
	#header .nav li.btn-pricing {
		width:115px;
		float:left;
	}
	#header .nav li.btn-how_it_works {
		width:141px;
		float:left;
	}
	#header .nav a {
		height:89px;
		display:block;
		text-indent:-9999em;
	}
	#header .nav a:hover {
		border:0;
	}
	#header .btn-vehicle_search a {
		background:url(../images/btn-vehicle_search.gif) left top no-repeat;
	}
	#header .btn-pricing a {
		background:url(../images/btn-pricing.gif) left top no-repeat;
	}
	#header .btn-how_it_works a {
		background:url(../images/btn-how_it_works.gif) left top no-repeat;
	}
	#header .nav .select a {
		background-position:left bottom;
	}
	#header .quick-menu {
		position:absolute;
		right:0;
		top:15px;
		font-size:1.1em;
		font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	}
		#header .quick-menu a {
			color:#fff;
			border-bottom:1px dotted #fff;
			margin-right:20px;
		}

/*-----------------------------------------------------------------------------------------------*/	

/* Logo -> Image replacement. */


/* 3.3	Content
-----------------------------------------------------------------------------------------------*/
.search_box {
	background:url(../images/bg-search_box.jpg) left top no-repeat;
	padding:21px 20px 0;
}
	.search_box input {
		border:0;
		padding:4px 0;
	}
	.search_box input.text {
		background:url(../images/bg-input.gif) right top no-repeat;
		border:1px solid #fff;
		padding:4px 0;
	}
	.search_box span.label {
		font-size:1.2em;
		font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
		color:#fff;
		margin-right:3px;
	}
	.search_box input.large_type {
		font-size:1.7em;
		font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
		color:#000;
		font-weight:bold;
		padding:0 3px;
		margin-right:6px;
		line-height:.8em;
		text-transform:uppercase;
	}
	.search_box .button {
		background:url(../images/btn-input_on_blue.gif) left top no-repeat;
		padding-left:2px;
		line-height:26px;
		height:26px;
		position:relative;
	}
	.search_box .button_verify {
		margin-right:15px;
		position:absolute;
		xpadding-top:1px;
	}
	.search_box .button input {
		background:url(../images/btn-input_on_blue.gif) right top no-repeat;
		position:relative;
		right:-2px;
		padding-right:5px;
		border:0;
		text-transform:uppercase;
		color:#fff;
		font-weight:bold;
		font-size:11px;
		cursor:pointer;
		font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	}
	.search_box input.after_button {
		margin-left:75px;
	}
	.search_box .advanced {
		background:url(../images/bg-advanced.jpg) left top no-repeat;
		height:99px;
		margin-top:10px;
		line-height:1.2em;
	}
	.search_box .advanced .left {
		float:left;
		width:340px;
		margin-top:8px;
		margin-left:8px;
		font-family: Tahoma, Verdana, sans-serif;
		color:#fff;
		font-size:1.1em;
	}
		.search_box .advanced .left p {
			margin-top:8px;
		}
	.search_box .advanced .right {
		float:right;
		width:340px;
		margin-top:8px;
		margin-right:8px;
		color:#fff;
		font-size:1.1em;
	}
		.search_box .advanced .right p {
			
		}
		.search_box .advanced .right h2 {
			float:left;
			width:105px;
		}
		.search_box .advanced .right ul {
			padding-left:105px;
		}
			.search_box .advanced .right ul li {
				margin-bottom:4px;
			}
			.search_box .advanced .right ul li span {
				display:block;
				margin-left:22px;
				color:#e6eff1;
			}
	.search_box .advanced h2 {
		color:#fff;
		font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
		margin-bottom:8px;
		font-size:0.909em;
	}
		.search_box .advanced h2 strong {
			font-size:1.2em;
			font-weight:bold;
		}
		.search_box .advanced input {
			padding:1px;
		}
	.search_box .control {
		padding:5px 0 0;
		height:40px;
		display:relative;
	}
	.search_box .control .button_searchvehicles {
		position:absolute;
		right:22px;
		padding-left:7px;
	}
	.search_box .control .btn-hide {
		background:url(../images/icn-blue_hide.gif) left 50% no-repeat;
		color:#fff;
		text-transform:uppercase;
		font-weight:bold;
		float:left;
		margin-top:5px;
		padding:3px 0 3px 20px;
	}
/*---------*/
.panes_wrapper {
		background:url(../images/bg-panes_wrapper.gif) left top repeat-y;
		margin-top:10px;
}
	.result {
		padding:20px 15px 0;
	}
	.result_red {
		background:url(../images/bg-result_red.gif) left top no-repeat;
	}
	.result_yellow {
		background:url(../images/bg-result_yellow.gif) left top no-repeat;
	}
	.result_green {
		background:url(../images/bg-result_green.gif) left top no-repeat;
	}
	.result .specification {
		float:left;
		width:423px;
	}
	.result .specification h2 {
		color:#39879a;
		font-size:2.4em;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
	}
		.result .specification h2 strong {
			color:#000;
			display:block;
			
		}
	.result .control {
		margin:20px 0;
		border:dotted #d9d9d9;
		border-width:1px 0;
		margin-right:20px;
		height:20px;
	}
		.result .control a:hover {
			border:0;
		}
		.result .control a.print {
			background:url(../images/icn-print.gif) left 50% no-repeat;
			float:left;
			padding-left:21px;
			height:20px;
			margin:0 10px;
			line-height:20px;
		} 
		.result .control a.pdf {
			background:url(../images/icn-pdf.gif) left 50% no-repeat;
			float:left;
			padding-left:21px;
			height:20px;
			margin:0 10px;
			line-height:20px;
		}
		.result .control a.form {
			background:url(../images/icn-form.gif) left 50% no-repeat;
			float:left;
			padding-left:21px;
			height:20px;
			margin:0 10px;
			line-height:20px;
		} 
	.result .specification h3 {
		font-size:1.2em;
		margin-bottom:20px;
	}
	.result .specification .techical_specs {
		
		height:1%;
		margin-bottom:25px;
		
	}
	.result .specification .techical_specs li {
		width:200px;
		font-size:1.2em;
		line-height:1.5em;
		font-weight:bold;
		float:left
		
	}
		.result .specification .techical_specs li em 
		{
			float:left;
			width:115px;
			font-style:normal;
			font-weight:normal;
		
		}
	.result .specification .know_more {
	 display:none;
	}
	.result .specification .know_more h3 {
		display:none;	
	}
	.result .specification .know_more .button 
	{
		visibility:hidden;
	}
	
	.result .warning 
	{
		display:none;
	}
		.result .warning li div {
			display:none;
		}
		.result .warning li.last_element div {
			display:none;
		}
		.result .warning .red {
			display:none;
		}
		.result .warning .yellow {
			display:none;
		}
		.result .warning .green {
			display:none;
		}
		.result .warning .grey {
			display:none;
		}
	.result .warning .help {
		display:none;
	}
.pane {
	clear:both;
	width:712px;
	margin:5px 5px 0;
}
	.pane h3 {
		padding-left:35px;
		font-size:1.4em;
		text-transform:uppercase;
		height:23px;
		position:relative;
		line-height:23px;
		margin-bottom:15px;
		border-bottom:2 2 black;
	}
		.pane h3 .control {
			position:absolute;
			right:5px;
			top:0;
			font-size:0.785em;
			text-transform:lowercase;
		}
		.pane h3 .control a.hide {			
			padding-right:20px;			
			color:#8a8a8a;
			/*background:url(../images/icn-pane_controls.gif) right top no-repeat;*/
			border-bottom:2 2 black;
		}
		.pane h3 .control a.show {			
			padding-right:20px;
			color:#8a8a8a;
			/*background:url(../images/icn-pane_controls.gif) right bottom no-repeat;*/
			border-bottom:2 2 black;
		}
		.pane h3 .control a:hover {
			border:0;
		}
	.pane h3.red {
		/*background:url(../images/bg-pane_header.gif) left 0 no-repeat;*/
		border-bottom: solid #000000;
		border-top:solid #000000;
	}
	.pane h3.yellow {
		/*background:url(../images/bg-pane_header.gif) left -23px no-repeat;*/
		border-bottom: solid #000000;
		border-top:solid #000000;
	}
	.pane h3.green {
		/*background:url(../images/bg-pane_header.gif) left -46px no-repeat;*/
		border-bottom: solid #000000;
		border-top:solid #000000;
	}
	.pane h3.grey {
		/*background:url(../images/bg-pane_header.gif) left -69px no-repeat;
		color:#a0a0a0;*/
		border-bottom: solid #000000;
		border-top:solid #000000;
	}

/* evironment */
	.environmental_report {
		font-size:1.2em;
		color:#fff;
		margin-left:25px;
	}
	.environmental_report em {
		position:absolute;
		border-right:1px solid #fff;
		left:0;
		top:0;
		font-style:normal;
		height:16px;
		width:18px;
		text-align:center;
		line-height:16px;
	}
	.environmental_report li {
		padding:2px;
		margin-bottom:4px;
		width:480px;
		position:relative;
	}
		.environmental_report li.here {
			background:#f2f2f2;
		}
		.environmental_report li.here span {
			background-image: url(../images/environmental-arrow_grey.gif);
		}
		.environmental_report li.here strong {
			position:absolute;
			color:#000;
			text-transform:uppercase;
			width:260px;
			right:0;
			top:4px;
		}
	.environmental_report span {
		display:block;
		height:16px;
		line-height:16px;
		padding-left:22px;
		position:relative;
	}
		.environmental_report span.environment-green {
			background:#30915f url(../images/environmental-arrow.gif) right 50% no-repeat;
			/*list-style-image: url(../images/environmental-arrow.gif);*/
			width:65px;
			display:block;
			display:none;
		}
		.environmental_report span.environment-lime {
			background:#91c702 url(../images/environmental-arrow.gif) right 50% no-repeat;
			width:85px;
			display:none;
		}
		.environmental_report span.environment-yellow {
			background:#ffc601 url(../images/environmental-arrow.gif) right 50% no-repeat;
			width:105px;
			display:none;
		}
		.environmental_report span.environment-orange {
			background:#ff9401 url(../images/environmental-arrow.gif) right 50% no-repeat;
			width:125px;
			display:none;
		}
		.environmental_report span.environment-maroon {
			background:#df6d00 url(../images/environmental-arrow.gif) right 50% no-repeat;
			width:145px;
			display:none;
		}
		.environmental_report span.environment-pepper {
			background:#c23c00 url(../images/environmental-arrow.gif) right 50% no-repeat;
			width:165px;
			display:none;
		}
		.environmental_report span.environment-red {
			background:#c21326 url(../images/environmental-arrow.gif) right 50% no-repeat;
			width:185px;
			display:none;
		}
	
	
	.pane .content {
		min-height:50px;
	}
	.pane .finance .multiple {
		float:left;
		width:160px;
		margin-left:24px;
		display:inline;
		font-size:1.1em;
	}
		.pane .finance .multiple h4 {
			font-size:1.272em;
			color:#686868;
			margin-bottom:5px;
		}
	.pane .finance ul {
		width:220px;
		float:left;
		margin-left:30px;
		display:inline;
	}
		.pane .finance ul li.first_item {
			border:0;
			padding-top:0;
		}
		.pane .finance ul li {
			clear:both;
			padding:6px 0;
			font-size:1.1em;
			line-height:1.2em;
			border-top:1px dotted #bfbfbf;
		}
	.pane .finance ul .button {
	/*	background:url(../images/btn-input_on_white.gif) left top no-repeat;*/
		padding-left:2px;
		padding:0;
		line-height:26px;
		height:26px;
		float:left;
		margin-right:15px;
	}
	.pane .finance ul .button input {
	/*	background:url(../images/btn-input_on_white.gif) right top no-repeat;*/
		position:relative;
		display:block;
		right:-4px;
		padding:0;
		margin:0;
		padding-right:5px;
		border:0;
		text-transform:uppercase;
		color:#fff;
		font-weight:bold;
		font-size:11px;
		line-height:26px;
		height:26px;
		cursor:pointer;
		font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	}
.pane .content table {
	font-size:1.2em;
	margin-left:5px;
	font-family:Verdana, Arial, sans-serif;
}
	.pane .content table th {
		border:solid #e5e5e5;
		border-width:2px 0;
	}
		.pane .content table th span {
			display:block;
			margin:2px 0;
			padding:3px 10px;
			border-right:1px solid #e5e5e5;
		}
		.pane .content table th.first_cell {
			border-left:2px solid #e5e5e5;
		}
		.pane .content table th.last_cell {
			border-right:2px solid #e5e5e5;
		}
		.pane .content table th.last_cell span {
			border:0;
		}
	.pane .content table td {
		padding:5px 10px;
		border-bottom:1px solid #e5e5e5;
	}
		.pane .content .valuation
{
	font-size:1em;
	margin-left:-30px;
	font-family:Verdana, Arial, sans-serif;
	border: 0 0 0 0;
}	
	.pane .content .valuation label {
		
		
	}
	.pane .content .valuation input {
	
	
	}
.panes_wrapper .closer {
	background:url(../images/bg-closer.gif) left bottom no-repeat;
	height:73px;
	position:relative;
}
	.panes_wrapper .closer a {
		position:absolute;
		left:140px;
		top:15px;
		width:35px;
		height:28px;
		text-indent:-9999em;
	}
	
.Logo
{clear:both;
	background:#f7f7e8 url(../images/bg-footer.gif) left top repeat-x;}
/* 3.4	Secondary content
-----------------------------------------------------------------------------------------------*/	
/* 3.6	Footer
-----------------------------------------------------------------------------------------------*/	
#footer {
	clear:both;
	background:#f7f7e8 url(../images/bg-footer.gif) left top repeat-x;
}
#footer .wrapper {
	height:108px;
	width:983px;
	margin:5px auto 0;
	padding-top:1px;
}
	#footer .wrapper .simi {
		float:left;
		height:62px;
		width:55px;
		margin-top:24px;
		text-indent:-9999em;
		background:url(../images/logo-simi2.gif) left top no-repeat;
	}
	#footer .right {
		width:175px;
		float:right;
		padding-right:140px;
		margin-top:38px;
		text-align:right;
		font-size:1.1em;
		line-height:1.55em;
		color:#b0b0b0;
		height:43px;
		background:url(../images/bg-experian.gif) right top no-repeat;
	}
	#footer .right a {
		color:#7f939f;
	}
.blueHeader { font-family: "Times New Roman", Times, serif; font-size: 36px; font-weight: 700; color: #0C7B9D; line-height: .8em; margin: 35px 0 10px 0; width: 300px; }

.greySubHeader { color: #595959; font-size: 17px; font-weight: 700; width: 300px; line-height: 1.1em; margin: 0 0 20px 0; }

.greenHeader { color: #5F850D; margin: 10px 0 2px 0; font-size: 18px; }

.floatRight { float: right; }

.quotation { background: transparent url(../images/quotes.gif) no-repeat left top; width: 300px; height: 93px; margin: 73px 0 53px 0; padding: 5px 0 0 35px; }

.quotation blockquote { color: #0C7B9D; font-size: 14px; }

.quotation cite { float: right; color: #595959; font-weight: 700; font-size: 12px; font-style: normal; }

.r1{ background-color: #FFFFFF; }

.r2{ background-color: #F2F0E7; }

.searchResultsTable td a:visited{ color: #FF6600; }

.searchResultsTable{ width: 85%; border: 0; }

.searchResultsTable th{ border: 0; text-align: left; padding: 0 3px 0 3px; }

.searchResultsTable td{ border: 1px solid #EEEEEE; padding: 0 0 0 3px; }

/* .searchResultsTable th{ background-image: url(../images/results_bg.gif); background-repeat: repeat-x; height: 24px; }
 */

 .sectionHeader { font-weight: 700; font-size: 15px; color: #5B5B5B; }
 
 .genericForm { width: 100%; padding: 5px; }
 
 .genericForm .inputBox { width: 155px; border: 1px solid #CCCCCC; }
 
  .genericForm .selectBox { width: 155px; border: 1px solid #CCCCCC; }
 
 .gvGeneric { width: 100%; margin-top: 40px; }
 
 .gvGeneric th { background-color: #E5F0F1; padding: 5px; font-size: 14px; font-weight: 700; color: #5A7071; }

 .gvGeneric td { padding: 3px 5px 3px 5px; }
 
 .gvGeneric .oddRow { background-color: #F0F0F0; }

 .gvGeneric .evenRow { }

 .calWeekend { background-color: #F0F0F0; }

 .cal { width: 200px; border: 0px; }
 
 .cal td { padding: 4px; }
 
 .calNext a { color: #FFFFFF; font-weight: 700; }
 
 .calToday { border: 1px solid #000000; }
 
 .calHeader { background-color: #41585A; color: #FFFFFF; font-weight: 700; padding: 10px; text-align: center; font-size: 14px; }
 
 .calSelectedDay { }
 
 .genericButton {/* background: url(../images/searchButton.gif) no-repeat; border: 0; width: 100px; height: 28px; color: #FFFFFF; font-weight: 700; cursor: pointer;*/ visibility:hidden; }
 
 	.genericknow_more {
		clear:both;
		background:url(../images/bg-know_more.gif) left top no-repeat;
		padding-left:57px;
		color:#b57017;
		height:60px;
		position:relative;
	}
	
	.genericknow_more h3 {
		margin-bottom:3px;
		color:#b57017;
		font-size:1.4em;
		font-weight:bold;	
	}	
	.genericknow_more p {
		font-size:1.2em;
	}	
	.genericknow_more input {
		/*background:url(../images/btn-input_on_white.gif) right top no-repeat;
		position:relative;
		display:block;
		right:-4px;
		padding:0;
		margin:0;
		padding-right:5px;
		border:0;
		text-transform:uppercase;
		color:#fff;
		font-weight:bold;
		font-size:11px;
		cursor:pointer;
		font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
		padding-left:2px;	*/
		visibility:hidden;
	}	
	
	.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#FFFFFF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=20);
	opacity:0.2;
}

.modalPopup {
	background-color:#ffffff;
	border-width:5px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:450px;
}

.modalPopup600 {
	background-color:#ffffff;
	border-width:5px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:745px;
}

.blue_button {
/*	float: left;
	display: block;
	margin: -1px 0 0 0;
	padding: 0 0 0 5px;
	height: 26px;
	background: url(../images/btn-input_left.gif) no-repeat left top;*/
	visibility:hidden;
}
	.blue_button input {
	/*	float: left;
		display: block;
		margin: 0 !important;
		padding: 0 10px 0 5px;
		width: 100px;
		height: 26px;
		border: none !important;
		text-transform: uppercase;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		line-height: 26px;
		cursor: pointer;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		background: url(../images/btn-input_right.gif) no-repeat right top !important;*/
		visibility:hidden;
	}
			.pane h3.ukHeader {
		background:url(../images/bg-pane_uk.gif) left -69px no-repeat;
	}

	.new_blue_button

{
/*
background:url(../images/btn-input_on_white.gif) right top no-repeat;

position:relative;

display:block;

right:-4px;

padding:0;

margin:0;

padding-right:5px;

border:0;

text-transform:uppercase;

color:#fff;

font-weight:bold;

font-size:11px;

line-height:26px;

height:26px;

cursor:pointer;

font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
*/
visibility:hidden;
}

.blueTitle { font-family: "Times New Roman", Times, serif; font-size: 36px; font-weight: 700; color: #0C7B9D; line-height: .8em; margin: 35px 0 10px 0; }

.QuestionHeader { color: #5F850D; margin: 10px 0 2px 0; font-size: 18px; }

.AnswerHeader { margin: 10px 0 2px 0; font-size: 14px; }

		.paneH3 {
		padding-left:35px;
		font-size:1.4em;
		text-transform:uppercase;
		height:23px;
		position:relative;
		line-height:23px;
		margin-bottom:15px;
	}