/* ### Layout ### */

body{
        margin:0px;
        padding:0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
        font-sytle:normal;
        line-height:1.3;
}

#container{
	margin:auto;
	padding: 0;
	width:950px;
        position:relative;
}


/* ### Header ### */


#header{
	margin: 20px 0 0 0;
	padding:0;
	overflow: hidden;
}

#header #eco_title_eizo{
	margin:0;
	float:left;
}

#header #eco_title_ecoview{
	float:right;
	margin:15px 0 0 0;
}




/* ### Contents ### */
#content{
	margin:0;
	overflow: hidden;
}

#content h2{
	font-size:22px;
        font-weight:bold;
}
div#social_buttons {
    margin-right:25px;
}

 #social_buttons ul{
        list-style-type: none;

}
 #social_buttons li{
    float:right;
    display:inline;
}
#content form{
    clear:both;
}



#content ul{
    margin:0px;
    padding:0px;
}

#content li{
    padding-bottom:5px;
}

#content .eco_list{
	margin:0 15px 20px 0;
	width:216px;
	float:left;
	text-align: center;
	/* border:1px solid #666; */
	
}

#content .eco_list img{
	vertical-align: bottom;
	
}

#content .eco_list h3{
	position:relative;
        top:22px;
	}

#content .eco_list table th{
	text-align: left;
	font-weight: normal;
	/* border:solid 1px #333; */
}

#content .eco_list table{
	
border-collapse: collapse;    
border:solid 1px #D7D7DA;
/* empty-cells: show; */
width: 100%;
}


#content .eco_list table tr th, #content .eco_list table tr td {
    border:solid 1px #D7D7DA;
    font-size: 14px;
    padding: 7px 10px;
    text-align: left;
}
#content .eco_list table  tr th {
    background: none repeat scroll 0 0 #FaFaFa;
    font-weight: normal;
    width:110px;
}
#content .eco_list table tr.saved td{
	font-weight: bold;

}

#content .eco_list table tr.saved th{
	font-weight: bold;
	
        background-color: #f0fff0;
}

#your_typicalpower{
    width: 60%;
}


#content ul{
	margin:0 0 0 15px;
	padding:0;
}

#content ul li{
	/*margin:0 20px 0 0;*/
	list-style-type: none;
}

/* ### Header ### */
#footer{
    padding:0;
    padding-bottom: 30px;
}
#footer p{
    font-size: 12px;
}
#footer #compatible ul, li{
    margin:0;
    padding:0;
}
#footer #compatible ul{
    position:absolute;
    right:40px;
    top:160px;
}
#footer #compatible li{
    list-style-type: none;;
    margin-bottom:10px;
 
}
#footer #compatible img{
    width:150px;
    height:auto;
}


/* LINKS
*************************/
a {
  color: #1746B8;
  text-decoration: none;
}

a:hover {
  color: #1746b8;
  text-decoration: underline;
}

a img,
img {
  border: none;
}

a img:hover{
      filter: alpha(opacity=60);
  opacity:0.6;
}


a:focus,a:hover,a:link {
  outline: none;
}