﻿@charset "utf-8";
/* CSS Document */
/* Fan Product */
.ProductImage {  width: 100%; background: url(../../images/Products/product_sm.jpg); background-repeat:repeat-y; margin-top: 1px; margin-bottom: 1px; text-align: center;}
.ProductImage_two { width: 100%; height:100%;  background-repeat:no-repeat; background: url(../images/Products/backgrounds.jpg ); float:none; text-align:center}
.ProductImageInner { max-width:360px}
.ImageMain { width:100%; text-align: center;}
.TopIcons { float: right; height:2px; padding-top:0px; width:8%  }
.imgDim { width: 100%; background-color:transparent;}
.ancilHeader { font-size:12px; }
.ancilHeader a { color:#13254c}
.ancilHeader a:hover { text-decoration:underline}
.small{ font-size:9px; color:#777777}
.text_smaller{ font-size: 28pt; color:red; }  

/*Fan Selector - CSS */
#SelectContent { width: 100%; background-color:#EEE; border-left: #CCCCCC 1px solid; border-right: #CCCCCC 1px solid; border-bottom: #CCCCCC 1px solid; box-shadow: 0px 2px 5px #888888;}
#SelectorInner { width:100%;  background-color:#000; padding:10px }
#SelectRight {float:right; width:30%;  background-color:#EEEFFF; border-bottom: #CCCCCC 1px solid; border-left: #CCCCCC 1px solid;border-top: #CCCCCC 1px solid; border-right: #CCCCCC 1px solid; }
#SelectMiddle {margin:0 auto; overflow:hidden; background-color:white;  border-top: #CCCCCC 1px solid;   }
.select_head {font-size: 15pt; font-weight:400; color: #21355f; border-bottom: #EEEEEE 1px solid; padding-top:10px; overflow: hidden; margin-right:10px; margin-left:15px }
.selectStep { font-size:15px;  padding-bottom:10px; color:#9e7f04;}

.selecttext { font-size:12px; color:Black;}
.selecttextHead {font-size:13px;  font-weight:500; padding-left:3px; padding-right:3px; color:#13254c; }
.ddlApplication { background-color: #F9F9F9; font-size:13px; color:#21355F; font-weight:400;  padding:8px; min-width: 55px;}
.dropdown { background-color: #F9F9F9; color: #21355F;  min-width: 210px; }

.SelectRows { padding-bottom:0px; border-bottom: #e8e7e7 1px solid; padding-top:10px; padding-bottom:10px; clear:both}
.selecttextHeadRight {font-size:19px; color:Black; padding-left:0px; float:inherit}
.divider{ padding:100px;  background-color:Black}
.dividerSelect{ padding:25px; background-color:#EEE}

.searchResult{ background-color:#F9F9F9; margin:0 auto; width:100%; padding-bottom:20px; float:left}
 
.selectStep5 { font-size:17px; float:left; color:#9e7f04; }
.selecttextright { font-size:11px; color:Black; }
.selecttextright a { font-size:11px; color:Black;}
.selecttextHead5 {font-size:12px;  font-weight:bold; color:Black; padding-left:0px} 

#SelectMounting{ font-size:18px; }
.SelectTitle {   font-size: 18pt; font-weight: bold; color:#13254c; }

#SearchproductCode {width:100%;background-color:#e8e7e7;  border-bottom: #CCCCCC 1px solid; border-top: #CCCCCC 1px solid;}
.Searchtext { padding-left:60px; padding-right:20px;  font-size:11px}

.text_smaller {  font-size: 8pt; font-weight:normal; color:#59595b;   padding-top:6px }
.PageTitle {   font-size: 18pt; font-weight: bold; color: #21355f; margin-top: 10px; margin-bottom: 10px; }  
.SectionTitle {   font-size: 14pt; font-weight:400; color: #21355f; border-bottom: #EEEEEE 1px solid; padding-top: 7px; padding-bottom: 5px;}
a { text-decoration:none; }

/*Table Css on FanRange, FanData*/

#background-image-Table
{
	font-size: 13px;
	margin: 0px;
	text-align: left;
	border-collapse: collapse;
	line-height:1.0;
	text-decoration: none;	
}
#background-image-Table th
{
	font-size: 11px;
	padding: 3px 3px 3px 3px;
	color: #13254c;
	background:#d9e9f5;
   	line-height:1.3;
   	text-decoration: none;
   	font-weight:500;	
}
#background-image-Table td
{
	padding: 6px 5px;
	font-weight:500;
	color: #13254c;
	border-top: 1px solid #EEE;
	line-height:1.4;
	text-decoration: none;
	font-size: 12px;
}
#background-image-Table td a { color:#245DC1}

#background-image-Table tbody td
{
	/*background: url('../images/Others/back.png');*/
}

#background-image-Table tbody tr:hover td
{
	color:#245DC1;
	background: #d9e9f5;
}

 /* Fan Selector*/ 
 .header_selector { padding-bottom:20px}
 
 form.general {
	width: 100%;
	padding: 10px 20px;
	border: 2px solid #fff;
	margin: 15px auto;
	overflow: hidden;
	background-color: #e5e7ea;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #dcdee2), color-stop(50%, #eff0f1), color-stop(100%, #dcdee2)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(left, #dcdee2, #eff0f1, #dcdee2); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(left, #dcdee2, #eff0f1, #dcdee2); /* FF3.6 */
	background-image: -ms-linear-gradient(left, #dcdee2, #eff0f1, #dcdee2); /* IE10 */
	background-image:  -o-linear-gradient(left, #dcdee2, #eff0f1, #dcdee2); /* Opera 11.10+ */
	background-image:  linear-gradient(left, #dcdee2, #eff0f1, #dcdee2);
	-pie-background: linear-gradient(left, #dcdee2, #eff0f1, #dcdee2); /* IE6-IE9 */
	-moz-border-radius:    8px;
	-webkit-border-radius: 8px;
	border-radius:         8px;
	-moz-box-shadow:    0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow:         0 1px 2px rgba(0, 0, 0, 0.5);
	behavior: URL(PIE.htc);
}

/* Labels used items 1. label*/
label {
	float: left;
	clear: both;
	color: #777;
    margin:20px auto;
    width:100%;
    height:25px;

}

label span {
	font-size: 12px;
	font-weight: normal;
	color: #777;
}

.ErrorMsg
{
	margin-right: 0px;
	float: right;
	clear: both;
	width: 280px;
	color:Red;
    text-indent:50px;
    font: 11px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display:inline-block;
    margin-top:-35px;
}

/* Textbox and textarea */
.form-input {
	float: left;
	width: 300px;
	height: 20px;
	padding: 6px 10px;
	margin-bottom: 40px;
	font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	outline: none;
	-moz-border-radius:    8px;
	-webkit-border-radius: 8px;
	border-radius:         8px;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.7);
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.7);
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	-moz-transition:    all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
	behavior: url(PIE.htc);
}

textarea.form-input {
	height: 200px;
	width: 350px;
	overflow: auto;
}

.select-container
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
    border:1px solid #EEE;
    background-color:#F9F9F9;
}

.select-wrapper, select-wrapper_left {	

	margin-bottom: 10px;
    margin-top: 10px;
	overflow: hidden;
	position: relative;
    width:auto;
}

.select-wrapper {float:left}
.select-wrapper_right{float:right}
p.option-label {
	float: left;
	clear: both;
	margin-right: 10px;
	margin-left: 50px;
	width: 150px;
	font-size: 14px;
	font-weight: bold;
}
div.option-group-long{
	float: left;
	width: 600px;
	margin-bottom: 50px;
    height: 109px;
}

.option-group-long input[type=radio], .option-group-long input[type=checkbox], option-group-long ListItem {
	float: left;
	clear: both;
	outline: none;
	font-size: 24px;
	margin-left: 50px;


} 
.option-group-long label {
	width: 500px;
	margin: 0 0 10px 10px;
	float: left;
	clear: none;
 	line-height: 1.2;
	font-weight:normal;
	color:#666;
}

div.option-group{
	float: left;
	width: 300px;
	margin-bottom: 40px;
    height: 109px;
}
.option-group input[type=radio], .option-group input[type=checkbox], option-group ListItem {
	float: left;
	clear: both;
	outline: none;
	font-size: 24px;
} 

.option-group label {
	width: 260px;
	margin: 0 0 10px 15px;
	float: left;
	clear: none;
 	line-height: 1.2;
	font-weight: normal;
}

/* Focus style */
.form-input:focus {
	border: 1px solid #7fbbf9;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #7fbbf9;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #7fbbf9;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #7fbbf9;
}

/* Error style */
.form-input:-moz-ui-invalid, .form-input.invalid {
	border: 1px solid #e00;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
}

.form-input.invalid {
	border: 1px solid #e00;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
}


/* Form submit button */
.form-btn {
	margin-left: 200px;	
}
.Cancel-btn {
	margin-left: 310px;
	}

.form-btn:active {
	margin-left: 220px;
	}


input[type=submit]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/****** Checkbox style ******/

.option-group.check label:before, .ie .option-group.check label .before {
	content: '';
	position: absolute;
	top: -1px;
	left: -30px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #efefef); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #efefef); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #efefef); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #efefef); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #efefef);
	-pie-background:          linear-gradient(top, #ffffff, #efefef); /* IE6-IE9 */
	border: 1px solid #ccc;
	-moz-border-radius:    3px;
	-webkit-border-radius: 3px;
	border-radius:         3px;
	-moz-box-shadow:    0 1px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	box-shadow:         0 1px 0 rgba(0, 0, 0, 0.5);
	-pie-watch-ancestors: 1;
	behavior: url(PIE.htc);
}

.ie .option-group.check label:before {
	display: none;
}

.ie .option-group-long.check label:before {
	display: none;
}

.option-group.check input[type=checkbox]:checked + label:after, .ie .option-group.check label.checked .after {
	content: '';
	position: absolute;
	top: 2px;
	left: -24px;
	width: 3px;
	height: 8px;
	border-bottom: 2px solid #444;
	border-right: 2px solid #444;
	-moz-transform:    rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform:      rotate(45deg);
	-ms-transform:     rotate(45deg);
	transform:         rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(   /* IE6ÐIE9 */ 
                   M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
    zoom: 1;	
}

.ie .option-group.check label.checked .after {
	left: -26px;
}

.ie .option-group-long.check label.checked .after {
	left: -26px;
}

.option-group.check input[type=checkbox]:checked + label:before, .ie .option-group.check label.checked .before {
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #efefef, #ffffff); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #efefef, #ffffff); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #efefef, #ffffff); /* IE10 */
	background-image:      -o-linear-gradient(top, #efefef, #ffffff); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #efefef, #ffffff);
	-pie-background:          linear-gradient(top, #efefef, #ffffff); /* IE6-IE9 */
	-moz-box-shadow:    inset 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow:         inset 0 1px 1px rgba(0, 0, 0, 0.5);
}

/****** Radio button style ******/

.option-group.radio label:before,  .ie .option-group.radio label .before {
	content: '';
	position: absolute;
	top: 2px;
	left: -30px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #efefef); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #efefef); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #efefef); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #efefef); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #efefef);
	-pie-background:          linear-gradient(top, #ffffff, #efefef); /* IE6-IE9 */
	border: 1px solid #ccc;
	-moz-border-radius:    10px;
	-webkit-border-radius: 10px;
	border-radius:         10px;
	-moz-box-shadow:    0 1px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	box-shadow:         0 1px 0 rgba(0, 0, 0, 0.5);
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	-pie-watch-ancestors: 1;
	behavior: url(PIE.htc);
}

.ie .option-group.radio label:before {
	display: none;
}

.ie .option-group.radio label:before {
	display: none;
}

.option-group.radio input[type=radio]:checked + label:after, .ie .option-group.radio label .after {
	content: '';
	position: absolute;
	top: 8px;
	left: -25px;
	z-index: 2;
	width: 7px;
	height: 7px;
	background: #444;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	behavior: url(PIE.htc);
}

.ie .option-group.radio label:after, .ie .option-group.radio label .after  {
	display: none;
	border-radius: 0;
}

.ie .option-group.radio label.checked .after {
	display: block;
	border-radius: 7px;
}

.option-group.radio input[type=radio]:checked + label:before, .ie .option-group.radio label.checked .before {
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #efefef, #ffffff); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #efefef, #ffffff); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #efefef, #ffffff); /* IE10 */
	background-image:      -o-linear-gradient(top, #efefef, #ffffff); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #efefef, #ffffff);
	-pie-background:          linear-gradient(top, #efefef, #ffffff); /* IE6-IE9 */
	-moz-box-shadow:    inset 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow:         inset 0 1px 1px rgba(0, 0, 0, 0.5);
}

/****** Select box style ******/
.select-wrapper {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #efefef); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #efefef); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #efefef); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #efefef); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #efefef);
	-pie-background:          linear-gradient(top, #ffffff, #efefef); /* IE6-IE9 */
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;
	-moz-box-shadow:    0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
	box-shadow:         0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
	behavior: url(PIE.htc);
}

/* Important - indicato*/
.select-wrapper:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -3px;
	border: 6px solid transparent;
	border-top: 6px solid #1d83e2;
	pointer-events: none;
}
/* Aditional Items*/
.select-space {padding:15px 5px 5px 5px}
.select-Container-left {width: 50%; float:left;}
.select-Container-right { float:right; width:50%;  }

.select-Container-left-pressure {width: 25%; float:left; }
.select-Container-right-pressure { float:right; width:75%;  }

.select-text-box {padding:10px 5px 10px 5px; Width:55px; height:40px; margin:10px auto;  font-size:15px; }
input[type="text"]:disabled {background:#dddddd;}
.select-label-box { float:left; padding-left:10px; padding-top:20px }
.selectSearchtext { font-size:16px; width:200px; height:40px; margin: 0px 10px 10px 10px; background-color:#F9F9F9}
.selectSearch { padding-left:10px; color:white; padding-top:20px }
.selectSearch-head { padding-left:10px; color:white; font-size:13px; padding:10px 0px 3px 10px}

.select-search-container { background-color:gray; padding:10px 0px 10px 0px}

.ie .select-wrapper:before, .ie9 .select-wrapper:before {
	display: none;
}

select {
	width:auto;
	height: 24px;
	padding: 8px 0 4px 10px;
	border: 0;
	background: transparent none;
	outline: none;
	font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;localhost/m/FanData.aspx?MountingID=WE&RangeID=3&Pid=RP252
	-moz-appearance:    none;
	-webkit-appearance: none;
	appearance:         none;
	-moz-box-sizing:    content-box;
    -webkit-box-sizing: content-box;
    box-sizing:         content-box;
}

select::-moz-focus-inner {
	border: 0;
}

.dataTable{ width:100%}
select option {
	background: #ededed;
	height: 24px;
	width: 100%;
	padding: 10px 0 2px 10px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #F9F9F9;
	-moz-appearance:    none;
	-webkit-appearance: none;
	appearance:         none;
	-moz-box-sizing:    content-box;
    -webkit-box-sizing: content-box;
    box-sizing:         content-box;
}


.form-btn-select, .Cancel-btn-select, .form-btn
 {  clear: both;
	border: 2px solid #13254c;
	height: 35px;
	width:48%;
	color: White;
	font: Normal 16px Helvetica, Arial, sans-serif; 
	border: 1px solid #EEE;
	cursor: pointer;
	background-color: #1d83e2;
	margin-bottom:10px;
    padding:8px;
    border-radius:4px;
    font-size:16px;
    text-decoration:none;
}
.form-btn-select:hover, .Cancel-btn-select:hover , .form-btn:hover
{
    clear: both;
    color:White;
	border: 1px solid #EEEEEE;
	background-color: #f1f1f1;
	margin-bottom:10px;
	border:1px solid #e3e3e3;
	padding:8px;
	border-radius:4px;
	font-size:16px;
	color:#555555;
	text-decoration:none;
}
.selector-space { padding:10px; background-color:white;}

.performance_selected{
   padding: 10px 10px 5px 5px;
   font-size:0.750em;
 }

.performance_selected  b {
    font-weight:bold;
}

.performance_txt {
    font-style:italic;
}

.ddlApplicationError {
    color:red;
    font-size:13px;
    margin-left:15px;
    display:block;
    margin:0px 0px 10px 0px;
}
.ddlApplicationError span {
    font-style:italic;
    font-weight:600;
    min-width:60px;
}

.sec_Title {  font-size: 18pt; font-weight: bold; color: #21355f; padding-bottom:10px }
.sec_Title a{ color: #21355f; text-decoration:none }


.privacy{ line-height:1.35em;}
.privacy a{ color:#16A7D5}
.privacy a:hover{ text-decoration:underline}
.privacy strong{ font-weight:bold; font-size:15px; }
.privacy_company { font-size:16px;color:#16A7D5;}
.privacy ul { list-style-type:square }
.privacy ul li{ font-size:16px;}
ul.sub_policy li{list-style-type:square !important; }
ol.privacy_list li{list-style-type:decimal; line-height:2.2em; font-size:14px; color:black;}

/*Content Page*/
.companyFooter { padding-bottom:10px; padding-top:20px; }
.companyFooter strong { font-weight:bold; }

.container_main {
      padding-bottom:20px;
      font-size:14px;
}
.sec_head { font-size: 15pt; font-weight:400; color: #21355f; border-bottom: #EEEEEE 1px solid;  padding-top:20px; padding-bottom:10px }
.container_main_nospace { height:0px; color:white}
.container_main_right { color:white; height:0px;}

/* 2016 catalogue*/
/*.RangeRow { padding-bottom:10px; padding-top:0px; color:#444444; line-height:20px; }*/
.RangeRow { font-size: 15px; font-weight: 300; line-height: 18px; margin: 0px 0 15px; padding: 0;}
.SectionTitleSub {  font-weight:normal; color: #21355f; font-size:115%; margin-bottom: 10px; overflow: hidden; }
.SectionTitle a { text-decoration:none; color: #21355f}
.SectionTitle .offset10{margin-top:19.148936170212764%;*margin-top:19.04255319148936%}

.RangeRow ul {
    display: block;
    list-style-type: disc;
    margin-top: 0.5em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}


