/* 
----------------------------------------------------------------
MAIN SECTION STYLES  - VDI EMS, Self Cleaning Hood styles BELOW
010512
----------------------------------------------------------------
*/
#schood #wrapper-page {
  width: 100%;
  padding:0px;
  text-align: center;
}

#schood #wrapper {
  	padding:0px;
  	text-align: left;
	margin: 22px 0 0 30px;
	z-index:10;
	position:relative;
}

#schood #header {
  width: 100%; 
  height: 20px;
  background: #ffffff;
  text-align: left;
  z-index:1;
}

.header_blue{
font-size: 16px;
font-weight: bold;
color: #5287B1;
/*color: #084C83;*/
margin-bottom: 15px;
width:100%;
}

.header_black{
font-size: 25px;
font-weight: bold;
color: #4d4d4d;
margin-top: 20px;
margin-bottom:20px;
}

.header1_grey{
font-size: 12px;
font-weight: bold;
color: #949494;
/*color: #5a5a5a;*/
margin: 5px 0;
}

.headerd_grey{
font-size: 12px;
font-weight: bold;
color: #636363;
/*color: #5a5a5a;*/
margin: 5px 0;
}

.schoodp p {
padding: 8px 0;
margin-right: 20px;
/*text-align: justify;*/
font-size:12px;
}

.styledlist{
/*list-style-type: disc;*/
padding-left: 20px;
margin-left: 0px;
font-size:12px;
}
    
.styledlist li {
list-style: none;
padding-bottom:5px;
}

.styledlist li:before {
/* For a round bullet */
content:'\2022';
/* For a triangle pointer */
/*content:'\2023';*/
/* For a square bullet */
/*content:'\25A0';*/
display: block;
position: relative;
max-width: 0px;
max-height: 0px;
left: -20px;
top: -1px;
color: #084C83;
font-size: 22px;
}

.unstyledlist {
list-style: none;
margin-left: 0;
padding-left: 0;
}

.table{
margin-bottom:20px;
}
 
.alist {
	float:left;
	margin-left: 0px;
	margin-right: 0;
	/*margin-top: 15px;*/
	margin-bottom: 30px;
	width: 100%;
	vertical-align: top;
	font-size: 12px;
}

.alist li {
		margin-bottom:5px;
}
.alist a{
		color:#5a5a5a;
		/*color:#6f6f6f;*/
}
.alist a:hover{
		text-decoration:underline;
		/*text-decoration:none;*/
		/*color: #084C83;*/
}

.schsubSection {
border-top: 1px dashed #C2C2C2;
margin-right: 15px;
margin-top: 20px;
padding-right: 5px;
padding-top: 20px;
text-align: justify;
clear:both;
}

#ProductThumb {
    text-align: center;
    width: 160px;
}
a#ProductThumb {
    display: inline-block;
    width: 180px;
}
#ProductThumb > img {
    max-width: 140px;
    max-height: 95px;
    margin: 10px auto 0;
}