@import url('css2');
* {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    background: #FFF url('images/Kia_Optima_Hybrid.jpg') center top no-repeat fixed;
    color: #555;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 13px;
    line-height: 1.4;
}
a {
    color: #FF510D ;
    text-decoration: none;
}

a:hover, a:focus {
    color: #FF804F;
    text-decoration: none;
}

a:focus {
    outline: none;
}
.hyopt_allpage {
    width: 758px;
    margin: 0 auto;
}
.hyopt_center {
    margin-top: 15px;
    padding: 15px;
    background: #fff;
}
.hyopt_top {
    background: rgb(256,256,256,0.3);
    margin-top: 10px;
}
.hyopt_top ul li {
    float: left;
    position: relative;
}
.hyopt_top ul {
    margin: 0;
    padding: 0;
    list-style: none;
        list-style-type: none;
    list-style-type: none;
    line-height: 1.0;
}
.hyopt_top ul li a {
    color: #737373;
    padding: 11px 15px;
	text-decoration: none;
    font-family: 'Istok Web', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 2px 0 0;
    display: block;
}
.hyopt_top li a:hover {
    color: #FF510D;
    outline: 0;
    box-shadow: inset 0 2px 0 0 #FF510D;
}
/* Search
----------------------------*/

#search {
  border: 1px solid #ddd;
  background: #fff;
  text-align: left;
  padding: 4px 4px 4px 4px;
  float:right;
  min-width: 220px;
}

#search #s {
  background: none;
  color: #666;
  border: 0;
  width: calc(100% - 16px);
  padding: 0;
  margin: 0;
  outline: none;
}
.hyopt_heading {	padding: 10px;
}
.hyopt_center h1 {
    color: #6B6B6B;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Istok Web', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
}
.hyopt_center h2 {
    font-size: 17px;
    line-height: 20px;
    font-family: 'Istok Web', sans-serif;
}
.hyopt_center p {	margin: 10px 0;
}
.hyopt_center ul, .hyopt_center ol {
	margin: 9px 0 9px 19px;
}
.hyopt_center li {	margin: 3px 0;
}
.hyopt_aftertext {
    color: #434141;
    background-color: #f1f1f1;
    -webkit-box-shadow: inset 0 1px 0 #e5e5e5;
    box-shadow: inset 0 1px 0 #e5e5e5;
    text-align: center;
    padding: 12px 0;
}
.hyopt_center img {	max-width: 100% !important;
	height: auto;
}
.hyopt_waytext {
    color: #555;
    font-size: 11px;
    line-height: 18px;
    padding: 0 0 10px 0;
}
.firimg, .secimg {	border: 1px solid black;
}
.secimg {
	margin-left: 4px;;
}