@charset "UTF-8";
/* CSS Document */

/*================== Selection Panel ==================*/

.selection {
	width:450px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	margin-bottom:10px;
}

.selection  .buttonSubmit{
	float:right;
	margin-right:25px;
	margin-top:10px;
	}

.selection_top {
	background:url(../images/selection_form_Top.gif) top left no-repeat;
	height:40px;
	margin: 0px;
	padding: 0px;
}

.selection_top h1{
	color:#ffffff;
	font-weight:normal;
	font-size:16px;
	margin:0px;
	padding:10px 0px 0px 10px;
}

.selection_bottom {
	background:url(../images/selection_form_Bottom.gif) top left no-repeat;
	height:275px;
	margin: 0px;
	padding: 0px;
	float:left;
}

.whitebg{
	background:url(../images/details_Bottom.gif) bottom left no-repeat;
	height:auto;
	}
	

.selection_wrapper {
	width:440px;
	float:left;
	padding: 10px 5px;
}
.selection_wrapper h5{
	margin-left:5px;
	}

a.selection_link,a.selection_link:link,a.selection_link:active,a.selection_link:hover,a.selection_link:visited{
	margin-left:30px;
	}


.selection_heading {
	font-size:12px;
	font-weight:normal;
	color:#fff;
	width:130px;
	padding:0px 0px 0px 10px;
	float:left;
	vertical-align:bottom;
}

.selection_option {
	width:300px;
	float:left;
	vertical-align:bottom;
}

.selection_option a, .selection_option a:link, .selection_option a:hover, .selection_option a:visited {
	background:none;
	text-decoration:none;
}

.whitebg .selection_heading{
	color:#333333;
	width:80px;
	}
.whitebg .selection_option{
	width:350px;
	}



.selection_submit {
	float:right;
	padding:0px 52px 0px 0px;
}

.selection_reset {
	float:right;
	padding:0px 58px 0px 0px;
}

.floatToRight{
	margin-left:20px;
	}
/*================== Selection Details Panel ==================*/

.SelectionDetails {
	width:450px;
	height:auto;
	margin:0px;
	padding:0px;
	float:right;
}

.details_top {
	background:url(../images/selection_form_Top.gif) top left no-repeat;
	height:40px;
	margin: 0px;
	padding: 0px;
}

.details_top h1 {
	color:#ffffff;
	font-weight:normal;
	font-size:16px;
	margin:0px;
	padding:10px 0px 0px 10px;
}

.details_bottom {
	background:url(../images/details_Bottom.gif) bottom left no-repeat;
	height:275px;
	margin: 0px;
	padding: 0px;
}

.details_wrapper {
	width:430px;
	float:left;
	padding: 10px 10px 5px 10px;
}
.details_wrapper h5, .details_wrapper a{
	margin-left:5px;
	}

.category {
	color:#003366;
	font-weight:normal;
	font-size:14px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.details_desc {
	padding:0px 0px 0px 0px;
}

/*================== Summary Panel ==================*/
#summary {
	float:left;
	width:250px;
	height:auto;
	margin:0px;
	padding:0px;
}

.summary_top {
	background:url(../images/Summary_Top.gif) top left no-repeat;
	height:40px;
	margin: 0px;
	padding: 0px;
}

.summary_top h1{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	margin: 0px;
	padding: 8px 0px 0px 10px;
	text-align:left;
}



.summary_content {
	background:url(../images/Summary_bkgd.gif) top left;
	overflow: auto;
	margin: 0px;
	padding: 2px 0px 10px 0px;
	height: auto;
	text-align:left;
	width:240px;
}

.summary_content ul {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 10px;
}

.summary_content h1 {
	color:#003366;
	font-weight:normal;
	font-size:14px;
	margin:5px 0px 0px 0px;
}

.summary_content a:link, .summary_content a:hover, .summary_content a:over, .summary_content a:visited {
	font-size:10px;
}

.summary_content a, .summary_content a:link, .summary_content a:visited {
	color:#F9750A;
	font-weight:normal;
	font-size:10px;
	text-decoration:underline;
	}

.summary_content a:hover {
	color:#f9750a;
	background:#e5f2ff;
	text-decoration:none;
	}	

*html .summary_content a, *html .summary_content a:link, *html .summary_content a:visited, *html .summary_content a:hover {
	width:auto;
	min-height:1px;
	display:inline;
}

.summary_bottom {
	background:url(../images/Summary_bottom.gif) top left no-repeat;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
	text-align:left;
	width:240px;
	height:90px;
}

.summary_bottom p {
	font-size:10px;
	font-weight:bold;
	color:#fff;
	padding:2px 0px 0px 10px;
}

.summary_bottom a, .summary_bottom a:hover, .summary_bottom a:visited, .summary_bottom a:link {
	text-decoration:none;
	background:none;
}