/* CSS Document */

/* Reset Trick */

html {
	height: 100%;
	margin-bottom: 1px;
}
a {
	color: #727272;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img, img a {
	border: none;
}
ul {
	list-style-type: square;
	font-size: 1.1em;
}
ul li {
	padding-bottom: 3px;
}
ol li {
	font-size: 1.1em;
	padding-bottom: 3px;
}
p {
	color: #727272;
	font-size: 1.1em;
	margin: 0;
	text-align: justify
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
	padding-left:3px;
}
.floatnone {
	float:none;
}
.floatleftpadding {
	float:left;
	padding-right:4px;
}
.floatleftborder {
	float:left;
	border-right:solid 1px #000;
}
/* Clear Fixes */

.clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1%;
	line-height: 0;
}
/* Layout */

body {
	background: url(../images/bg_body.jpg) #eaecec repeat-x 0 0;
	color: #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
#cms_container {
	background: url(../images/bg_body.jpg) #eaecec repeat-x 0 0;
}
#wrapper {
	background: url(../images/bg_wrapper.jpg) repeat-x 0 0;
	margin: 0 auto;
	padding: 9px 9px 50px 9px;
	width: 825px;
}
/* Header */

#header {
	border-bottom: 1px solid #bbc5c3;
	padding: 0 0 11px 0;
	width: 825px;
}
#header h1 {
	margin: 0;
}
#header img {
	float: left;
}
div.search {
	color: #000;
	float: right;
	font-weight: bold;
	font-size: 1.2em;
	padding: 13px 0 0 0;
}
div.search input {
	background: url(../images/bg_search_input.jpg) repeat-x 0 0;
	border: 1px solid #abc8ce;
	margin: 0 3px 0 5px;
	width: 135px;
}
div.search input.go_butn {
	background: none;
	border: none;
	width: 16px;
}
div.search a {
	color: #000;
}
/* /Header */

/* Nav */

div#primNav {
	border-bottom: 5px solid #bbc5c3;
	margin-bottom: 9px;
	width: 825px;
}
div#primNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#primNav ul li {
	float: left;
	padding: 0;
	margin: 0 48px 0 0;
}
div#primNav ul li.lastItem {
	margin: 0;
}
/* /Nav */

/* Banner Area */

div#bannerArea {
	width: 825px;
}
div#bannerArea div.column1_2 {
	float: left;
	width: 580px;
}
div#bannerArea div.column2_2 {
	float: left;
	padding-left: 9px;
	width: 236px;
}
div#bannerArea div.column2_2 div.related_links {
	background: url(../images/bg_related_links.jpg) repeat-x 0 0;
	padding: 4px 0 0 9px;
	width: 227px;
	height:119px;
}
div#bannerArea div.column2_2 div.related_links h2 {
	color: #fff;
	font-size: 2.4em;
	font-weight: normal;
	margin: 0;
}
div#bannerArea div.column2_2 div.related_links ul {
	list-style: none;
	margin: 0;
	padding: 9px 0 13px 0;
}
div#bannerArea div.column2_2 div.related_links ul li {
	background: url(../images/back_arrow.gif) no-repeat 0 5px;
	padding: 0 0 3px 9px;
}
div#bannerArea div.column2_2 div.related_links ul li a {
	color: #fff;
}
/* Breadcrumb */

div#breadcrumb {
	color: #4f4f51;
	padding: 3px 0 5px 4px;
}
div#breadcrumb a {
	background: url(../images/back_arrow_grey.gif) no-repeat right 4px;
	color: #81898b;
	padding: 0 9px 0 0;
	margin-right: 4px;
}
/* /Breadcrumb */

/* Content */

div#content {
	background: url(../images/bg_content.jpg) repeat-y 0 0;
	padding: 12px 0 30px 0;
	min-height: 350px;
	height: auto!important;
	height: 350px;
	width: 825px;
}
div#content div.column1_2 {
	float: left;
	width: 126px;
}
div#content div.column1_2 ul {
	list-style: none;
	padding: 33px 9px 0 9px;
	margin: 0;
}
div#content div.column1_2 ul li {
	padding: 0 0 4px 0;
}
div#content div.column1_2 ul li a {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 4px;
	color: #006b93;
	display: block;
	padding: 0 0 3px 10px;
}
div#content div.column1_2 ul li a.selected {
	background: url(../images/back_arrow_red.gif) no-repeat 0 4px;
	color: #e31818;
}
div#content div.column1_2 ul li ul {
	padding: 3px 0 0 4px;
}
div#content div.column1_2 ul li ul li {
	font-size: 0.9em;
	padding: 0 0 3px 0;
}
div#content div.column1_2 ul li ul li a {
	background: none;
	color: #e31818;
}
div#content div.column1_2 ul li ul li a.selected {
	background: none;
	font-weight: bold;
}
div#content div.column1_2 ul li ul li ul li {
	font-size: 0.8em;
}
div#content div.column1_2 ul li ul li ul li a {
	color: #000;
}
div#content div.column1_2 ul li ul li ul li a.selected {
	color: #000;
	text-decoration: underline;
}
div#content div.column2_2 {
	float: right;
	padding: 0 10px 0 20px;
	width: 669px;
}
div#content div.column2_2 a {
	text-decoration: underline;
}
div#content div.column2_2 h1 {
	color: #006b93;
	font-size: 2.4em;
	font-weight: normal;
	margin: 0 0 10px 0;
}
div#content div.column2_2 h1 span {
	color: #727272;
	font-size: 0.8em;
}
div.contentBottom {
	background: url(../images/bg_bottom_area.jpg) no-repeat 0 0;
	height: 23px;
	width: 825px;
}
/* Login */

div#content div.column2_2 div.login {
	padding-top: 30px;
	width: 500px;
}
div#content div.column2_2 div.login div.field {
	clear: both;
	padding-bottom: 10px;
	width: 270px;
}
div#content div.column2_2 div.login label {
	color: #727272;
	font-size: 1.1em;
	float: left;
	width: 60px;
}
div#content div.column2_2 div.login input {
	background: url(../images/bg_search_input.jpg) repeat-x 0 0;
	border: 1px solid #abc8ce;
	float: left;
	width: 206px;
}
div#content div.column2_2 div.login input.login {
	border: none;
	margin-top: 10px;
	width: 47px;
}
/* Sitemap */

div#content div.column2_2 div.sitemap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#content div.column2_2 div.sitemap ul li a {
	color: #006b93;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding:0;
	text-decoration: none;
	text-transform: uppercase;
}
div#content div.column2_2 div.sitemap ul li ul li a {
	color: #e31818;
	padding: 15px 0 0 0;
	text-transform: none;
}
div#content div.column2_2 div.sitemap ul li ul li ul {
	margin: 0px 0 0 12px;
}
div#content div.column2_2 div.sitemap ul li ul li ul li a {
	color: #006b93;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
}
div#content div.column2_2 div.sitemap ul li ul li ul li ul {
	margin: 3px 0 0 24px;
}
div#content div.column2_2 div.sitemap ul li ul li ul li ul a {
	color: #727272;
}
div#content div.column2_2 div.sitemap ul li ul li ul li ul li ul li a {
	font-size: 10px;
}
div#content div.column2_2 div.sitemap ul li ul li ul li ul li ul li ul {
	margin: 3px 0 0 12px;
}
div#content div.column2_2 div.sitemap ul li ul li ul li ul li ul li ul li a {
	color: #848383;
}
div#content div.column2_2 div.sitemap ul li ul li ul li ul li ul li ul li ul li a {
	color: #959595;
}
div#content div.column2_2 div.sitemap ul li ul li ul li ul li ul li ul li ul li ul li a {
	color: #afafaf;
}
div#content div.column2_2 div.hygineNav ul {
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
}
div#content div.column2_2 div.hygineNav ul li a {
	color: #e31818;
	font-weight: bold;
	text-decoration: none;
}
/* Table Prices */
div#content div.column2_2 table
{text-align:left;}

div#content div.column2_2 table td.cell_1
{width:60%} 

div#content div.column2_2 table td.cell_2
{width:20%} 

div#content div.column2_2 table td.cell_3
{width:60%} 


div#content div.column2_2 table.tableData {
	font-size: 1.1em;
}
div#content div.column2_2 table.tableData tr th {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #006b93;
	padding: 4px 10px;
	text-align: center;
}
div#content div.column2_2 table.tableData tr th.cell_1 {
	background-color: #c1c2c3;
}
div#content div.column2_2 table.tableData tr th.cell_2 {
	background-color: #c3cacb;
}
div#content div.column2_2 table.tableData tr th.cell_3 {
	background-color: #c4cccc;
}
div#content div.column2_2 table.tableData tr th.cell_4 {
	background-color: #c3cbcc;
}
div#content div.column2_2 table.tableData tr th.cell_5 {
	background-color: #c3cbcc;
}
div#content div.column2_2 table.tableData tr th.cell_6 {
	background-color: #c1c2c3;
}
div#content div.column2_2 table.tableData tr th.cell_7 {
	background-color: #c1c2c3;
}
div#content div.column2_2 table.tableData tr th.cell_8 {
	background-color: #c5cccd;
}
div#content div.column2_2 table.tableData tr td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #030000;
	padding: 4px 10px;
	text-align: center;
}
div#content div.column2_2 table.tableData tr td.cell_1 {
	background-color: #d9d7d9;
	text-align: left;
}
div#content div.column2_2 table.tableData tr td.cell_2 {
	background-color: #dee2e3;
}
div#content div.column2_2 table.tableData tr td.cell_3 {
	background-color: #e3e7e8;
}
div#content div.column2_2 table.tableData tr td.cell_4 {
	background-color: #e3e7e8;
}
div#content div.column2_2 table.tableData tr td.cell_5 {
	background-color: #e5e9e9;
}
div#content div.column2_2 table.tableData tr td.cell_6 {
	background-color: #dddadb;
}
div#content div.column2_2 table.tableData tr td.cell_7 {
	background-color: #e0ddde;
}
div#content div.column2_2 table.tableData tr td.cell_8 {
	background-color: #f1f3f3;
}

/* Coverage Table Style */

table.coverage_table_style {
    border:solid 0px #f00; }
    
table.coverage_table_style tr td {
    padding: 4px 0 4px 0; }       
    
table.coverage_table_style tr td.cell_1 {
    width:auto !important; }    


/* Structured Deals History */

div#content div.column2_2 div.strdeals_history h3 {
	color: #006b93;
	margin: 20px 0 10px 0;
	font-size: 1.1em;
}
div#content div.column2_2 div.strdeals_history p {
	padding-bottom: 20px;
}
div#content div.column2_2 div.strdeals_history img {
	border-bottom: 1px solid #d3d3d3;
	float: left;
	padding: 20px 85px 12px 0;
}
/* News */

div.news {
	padding: 20px 0 0 0;
}
div.news h3 {
	color: #444445;
	font-size: 1.1em;
	margin: 0;
}
div.news p {
	padding: 3px 0;
}
div.news a {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 5px;
	color: #1f81a2;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0 10px;
}
/* Press Coverage */

div#content div.column2_2 div.press_coverage h2 {
	color: #e31818;
	font-size: 1.5em;
	margin: 0;
}
div#content div.column2_2 div.press_coverage ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#content div.column2_2 div.press_coverage ul li {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 15px;
	color: #006b93;
	padding: 10px 0 0 10px;
}
div#content div.column2_2 div.press_coverage ul li a {
	color: #006b93;
	padding: 0 0 0 5px;
	text-decoration: underline;
}
/* Presentations */

div#content div.column2_2 div.presentations {
	padding: 20px 0 0 0;
}
div#content div.column2_2 div.presentations h2 {
	color: #e31818;
	float: left;
	font-size: 1.5em;
	margin: 0;
}
div#content div.column2_2 div.presentations h3 {
	font-size: 1.1em;
	font-weight: normal;
	float: right;
	margin: 10px 15px 0 0;
}
div#content div.column2_2 div.presentations_container {
	border: 1px solid #e5e9e7;
	margin: 5px 0 0 8px;
	width: 635px;
}
div#content div.column2_2 div.presentations_container div.row {
	background: url(../images/exotix_icon.gif) #fff no-repeat 20px 10px;
	clear: both;
	width: 635px;
}
div#content div.column2_2 div.presentations_container div.alt_row {
	background: url(../images/exotix_icon.gif) #f2f3f3 no-repeat 20px 10px;
	clear: both;
	width: 635px;
}
div#content div.column2_2 div.presentations_container div.row div.column1, div#content div.column2_2 div.presentations_container div.alt_row div.column1 {
	float: left;
	padding: 5px 0 5px 68px;
	width: 484px;
}
div#content div.column2_2 div.presentations_container div.row div.column1 h4, div#content div.column2_2 div.presentations_container div.alt_row div.column1 h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
}
div#content div.column2_2 div.presentations_container div.row div.column2, div#content div.column2_2 div.presentations_container div.alt_row div.column2 {
	border-left: 1px solid #e5e9e7;
	float: left;
	padding: 10px 0;
	width: 82px;
	text-align: center;
}
div#content div.column2_2 div.presentations_container div.row div.column2 a, div#content div.column2_2 div.presentations_container div.alt_row div.column2 a {
	color: #006b93;
	font-size: 1.1em;
	text-decoration: none;
}
/* Homepage */


/*Content starts*/

div#main_content {
	float:left;
	width:580px;
}
div#main_content img {
	float: left;
}
/* Modified by Priya on 5/9/2008 */
div#main_content p {
	background-color:#FFFFFF;
	color: #00437a;
	float: left;
	font-size:1.4em;
	line-height: 1.4em;
	margin: 8px 0 0 0;
	padding:11px 5px 11px 11px;
	text-align: left;
	width:564px;
}
div#main_content p a {
	background: url(../images/back_arrow_grey.gif) no-repeat 0 7px;
	color: #4a4a4c;
	padding: 0 0 0 7px;
}
div#main_links {
	float:right;
	width:227px;
}
div.mrkt_content {
	margin-top:1px;
	background:url(../images/market_background.jpg) repeat-x;
	padding: 9px 0 0 9px;
	width:571px;
	float:left;
}
div.equity_content {
	background-color: #f0a230;
	padding-bottom:13px;
	margin-right: 9px;
	min-height: 87px;
	height: auto!important;
	height: 87px;
	float:left;
	width:174px;
}
div.equity_content h3 {
	color:#feffff;
	font-size:2.4em;
	padding: 3px 0 5px 5px;
	margin: 0;
	font-weight:normal;
}
div.equity_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.equity_content ul li {
	background:url(../images/equity_bullet.jpg) no-repeat 6px 3px;
	color: #ffffff;
	padding-left:15px;
	font-weight:bold;
}
div.equity_content ul li a {
	color: #fff;
}
/*RHS*/

div#links {
	float: left;
	padding: 0 0 7px 9px;
	width: 227px;
}
/*Login*/
div#links div.login {
	background:url(../images/login_background.jpg) #8ebdcc repeat-x 0 0;
	padding: 0 0 0 9px;
	width:227px;
	min-height: 174px;
	height: auto!important;
	height:174px;
}

* html div#links .login  {
	min-height: 173px;
	height: auto!important;
	height:173px;
}

*:first-child+html div#links  {
	min-height: 173px;
	height: auto!important;
	height:173px;
}

div#links div.login h3 {
	color: #feffff;
	font-size: 2.4em;
	margin: 0;
	padding-top: 3px;
	font-weight: normal;
}
div#links .login div.field {
	margin: 0 0 5px 0;
	width: 218px;
}
div#links .login label {
	color:#9edffd;
	font-size:1.1em;
	font-weight:bold;
	float:left;
	width:66px;
}
div#links .login input {
	border:1px solid #2c4d4d;
	float: left;
	background:url(../images/login_input_bg.jpg) no-repeat;
	width:140px;
}
div#links .login input.submit_butn {
	background: none;
	border: none;
	margin: 3px 0 4px 66px;
	float: none;
	width: 54px;
}
div#links .login form {
	margin: 0;
}
div#links .login form a {
	background: url(../images/back_arrow.gif) no-repeat 0 5px;
	color: #fff;
	display: block;
	padding: 0 0 0 10px;
	margin: 0 0 0px 66px;
}
div#links .login form a img {
	margin-left: -10px;
}
div#links .login form p {
	color: #fff;
}
div#links .login form p a {
	text-decoration: underline;
}
/*News*/

div.news_hm {
	background:url(../images/news_background.jpg) repeat-x;
	margin-top:1px;
	width:227px;
	height:93px;
	min-height:93px;
	max-height:93px;
	overflow:hidden;
	border:solid 0px #f00;
	padding:5px 0 4px 9px;
}
div.news_hm h3 {
	color:#feffff;
	font-size:2.4em;
	padding:0 0 3px 0;
	margin: 0;
	font-weight:normal;
}
div.news_hm h4 {
	color: #444445;
	font-size:1.1em;
	font-weight:bold;
	margin: 0 0 5px 0;
}
div.news_hm h5 {
	color: #444445;
	font-size:1.1em;
	font-weight: normal;
	margin: 0 0 5px 0;
}
/* Modified by Priya on 5/9/2008 */
div.news_hm p {
	color: #1f81a2;
	font-size:1.0em;
	padding: 0 10px 5px 0;
	text-align: left;
}
div.news_hm p a {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 5px;
	color: #1f81a2;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 5px 10px;
}
/*Featured Links*/
div.featured_link {
	background:url(../images/feature_background.jpg) #8d9796 repeat-x;
	margin-top:17px;
	padding-left:9px;
	min-height: 99px;
	height:99px;	
	width:227px;
}
div.featured_link h3 {
	color:#feffff;
	font-size:2.4em;
	padding-top:3px;
	margin: 0;
	font-weight:normal;
}
div.featured_link ul {
	margin:3px 0 0 0;
	padding: 0 0 6px 0;
}
div.featured_link ul li {
	background:url(../images/bullets.jpg) no-repeat 0px 4px;
	color:#FFFFFF;
	display:block;
	padding: 0 0 3px 10px;
}
div.featured_link ul li a {
	color: #fff;
}
/* Our Team */

div#content div.column2_2 div.leftCol {
	float: left;
	width: 423px;
}
div#content div.column2_2 div.leftCol div.fifthNav {
	background: url(../images/bg_fifthlevel_nav.jpg) #a3adac repeat-x 0 0;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	width: 423px;
}
div#content div.column2_2 div.leftCol div.fifthNav ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}
div#content div.column2_2 div.leftCol div.fifthNav ul li {
	float: left;
	padding: 0;
	width: 190px;
}
div#content div.column2_2 div.leftCol div.fifthNav ul li a {
	background: url(../images/back_arrow.gif) no-repeat 0 4px;
	color: #fff;
	padding: 0 0 0 10px;
	text-decoration:none;
}
div#content div.column2_2 div.leftCol div.fifthNav ul li a.selected {
	font-weight: bold;
}
div#content div.column2_2 div.leftCol h2 {
	color: #006b93;
	font-size: 1.3em;
	margin: 0;
}
div#content div.column2_2 div.leftCol h3 {
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 0 10px 0;
}
div#content div.column2_2 div.leftCol p {
	margin: 0;
}
div#content div.column2_2 div.rightCol {
	float: right;
	width: 227px;
}
div#content div.column2_2 div.rightCol img {
	float: left;
	margin-bottom: 5px;
}
div#content div.column2_2 div.rightCol p {
	padding: 0 0 3px 0;
}
div#content div.column2_2 div.rightCol p a {
	color: #006b93;
	font-weight: bold;
	text-decoration: underline;
}
/* Charity */

div#content div.column2_2 div.charity {
	margin-top: 20px;
}
div#content div.column2_2 div.charity h2 {
	color: #006b93;
	font-size: 1.2em;
	margin: 0 0 5px 0;
}
div#content div.column2_2 div.charity h2 a {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 5px;
	color: #006b93;
	padding: 0 0 0 10px;
}
div#content div.column2_2 div.charity h2 a:hover {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 5px;
	color: #006b93;
	padding: 0 0 0 10px;
	text-decoration: underline;
	cursor:pointer;
}
div#content div.column2_2 div.charity div.charity_detail {
	background-color: #f4f6f6;
	padding: 11px;
	margin: 0 0 15px 0;
	width: 641px;
}
div#content div.column2_2 div.charity div.charity_detail div.charity_detail_container {
	padding-bottom: 15px;
	width: 641px;
}
div#content div.column2_2 div.charity div.charity_detail h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
div#content div.column2_2 div.charity div.charity_detail div.column1 {
	float: left;
	padding-right: 30px;
	width: 473px;
}
div#content div.column2_2 div.charity div.charity_detail div.column2 {
	float: left;
	padding-top: 20px;
	width: 130px;
}
/* Research Center */

div#content div.column2_2 div.research_center {
	float: left;
	width: 668px;
}
div#content div.column2_2 div.research_center h3 {
	color: #1f81a2;
	font-size: 1.3em;
	margin: 0;
}
div#content div.column2_2 div.research_center div.fifthLevel ul {
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
	float: left;
	padding: 10px 0;
	margin: 0;
	width: 663px;
}
div#content div.column2_2 div.research_center div.fifthLevel ul li {
	float: left;
	width: 125px;
}
div#content div.column2_2 div.research_center div.fifthLevel ul li a {
	background: url(../images/back_arrow_blue.gif) no-repeat 0 4px;
	color: #006b93;
	padding: 0 0 0 10px;
	text-decoration: none;
}
div#content div.column2_2 div.research_center div.fifthLevel ul li a.selected {
	font-weight: bold;
}
div#content div.column2_2 div.research_center div.column1_2 {
	border-right: 1px solid #e6e6e6;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0;
	width: 415px;
}
div#content div.column2_2 div.research_center div.column1_2 h2 {
	color: #e31818;
	font-size: 1.5em;
	margin: 0;
	padding-bottom: 5px;
}
div#content div.column2_2 div.research_center div.column1_2 ul {
	border: none;
	padding: 10px 0 0 0;
}
div#content div.column2_2 div.research_center div.column1_2 ul li {
	padding-bottom: 7px;
}
div#content div.column2_2 div.research_center div.column1_2 ul li a {
	background: none;
	color: #727272;
	padding: 0;
	text-decoration: underline;
}
div#content div.column2_2 div.research_center div.column2_2 {
	float: left;
	padding: 15px 0 0 20px;
	width: 205px;
}
div#content div.column2_2 div.research_center div.column2_2 h3 {
	color: #4a4a4c;
	font-size: 1.1em;
}
div#content div.column2_2 div.research_center div.column2_2 select {
	font-size: 1.1em;
	margin: 5px 0 10px 0;
	width: 200px;
}
/* Feedback Form */

div.CMS_notice {
	margin: 0 0 10px 0;
}
div.formelement {
	margin-bottom: 10px;
	width: 400px;
}
div.formelement div.caption {
	float: left;
	font-size: 1.1em;
	padding-right: 10px;
	width: 100px;
}
div.formelement div.input {
	float: left;
	width: 205px;
}

div.formelement div.input select {
	float: left;
	width: 205px;
}

div.formelement div.input input, div.formelement div.input textarea {
	background: url(../images/bg_search_input.jpg) repeat-x 0 0;
	border: 1px solid #abc8ce;
	width: 198px;
}
input.submit {
	margin: 0 0 10px 110px;
}
div.formelement div.valid {
	float: left;
	width: 15px;
}
/* End of Feedback form */

/* Search */

div#content div.column2_2 form#ctl00 {
	font-size: 1.1em;
}
div#content div.column2_2 form#ctl00 a {
	color: #1f81a2;
	display: block;
	padding: 5px 0 0 0;
	font-weight: bold;
	text-decoration: none;
}
div#content div.column2_2 form#ctl00 table tr td table tr td a {
	background:url(../images/bg_search_paging.gif) no-repeat right center;
	color: #727272;
	font-weight: normal;
	padding: 0 4px 0 2px;
}
div#content div.column2_2 form#ctl00 table tr td table tr td span {
	background:url(../images/bg_search_paging.gif) no-repeat right center;
	font-weight: bold;
	padding: 0 4px 0 2px;
}
div#content div.column2_2 form#ctl00 span#lblMessage {
	color: #006b93;
	font-weight: bold;
}
div#content div.column2_2 form#ctl00 h3 {
	color: #1f81a2;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0 0 3px 0;
}
/* End of Search */

.error {
	color: #fff;
}

/* Footer */
div#footer {
	border-top: 1px solid #999;
	margin: 14px 0 0 0;
	text-align: center;
	width: 825px;
}
div#footer ul {
	list-style: none;
	padding: 5px 0 3px 0;
	margin: 0;
}
div#footer ul li {
	background: url(../images/bg_footer.gif) no-repeat 0 center;
	display: inline;
	padding: 0 5px;
}
div#footer ul li.firstItem {
	background: none;
}
div#footer ul li a {
	color: #4f4f51;
}
div#footer ul li a.selected {
	font-weight: bold;
}
div#footer p {
	color: #999;
	font-size: 1.0em;
	text-align: center;
}
div#footer p a
{
	font-style:normal;
	color:#003399;
}


#gvPriceResults td{ width:20%;}