html {
    width: 100%;
    height: 100%;
}
body {
    font-family:  'Arial', sans-serif, Verdana serif;
    color: #666;
    overflow:scroll;
    font-size: .75em;
    background-color: #cecece;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0; 
}
p, h2 {
    margin: 0;
}
a {
    text-decoration: none;
    color: #009000;
}
.submit-form input[type="text"], .submit-form select, .submit-form textarea, .tabs-button, .tabs .listView, .tabs .resultView {
    border:1px solid #ddd;
}
.header {
    height: 150px;
    background-color: #009000;
    border-bottom:5px solid #ddd;
}
.header-nav a {
    display: block;
    padding: 10px 20px;
    float: left;
}
.header-nav a:hover {
    background-color: #ddd;
    color: #854d10;
}
.header-nav {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    clear: both;
    background-color: #c1c1c1;
    border-bottom:  5px solid #888;
}
.header-nav .nav-active {
    background-color:  #009000; 
    color: #fff;
}
.logo {
    padding-top: 30px;
    width: 300px;
    margin: 0 auto;
}
.spacer {
    height: 30px;
    clear: both;
}
.wrapper {
    position: relative;
    width: 960px;
    margin: 20px auto 30px auto;
    background-color: #ececec; 
}
.main {
    clear: both;
}
.container {
    clear: left;
    float: left;
    width: 700px;
    margin-left: 20px;
}
.container .content p {
    line-height: 18px;
    margin: 0 40px;
    margin-bottom: 20px;
}
.header-nav ul, .footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.container .content ul, .container .content ol { 
    margin: 0 0 20px 85px;  
    padding: 0;
}
.heading-line {
    background: url(../img/innovation.png) no-repeat center;
}
.footer {  
    width: 100%;
    height: 300px;
    background-color: #0d0d0d;
    padding: -50px
}
.footer-contanier {
    width: 960px;
    margin: 0 auto;
    background-color: #ddd;
    margin-top: -30px; 
    height: 140px;   
}
.footer-nav span {
    line-height: 30px;
    padding: 10px 0 0 10px;
    font-size: .7em;
    font-weight: 500;
    
}

.footer .legal {
    text-align: center;
    clear: both;
    padding: 5px;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .bottomUp {
    bottom: 81px;
    width: 100%;
    height: 41px;
}
.footer .bottom {
    width: 100%;
    height: 80px;   
}
.tabs {
    position: relative;
    border-bottom: 2px solid #0d0d0d;
    height: 350px;
    background-color: #cecece;
}
.tabs .tabs-title {  
    text-align: center; 
    height: 33px;
    line-height: 32px;
    font-weight: 900;
    color: #cecece;
    font-size: 1.5em;
}
.tabs .listView {
    background-color: #ececec; 
    width: 400px;  
    overflow-y: scroll;
}
.tabs .listView, .tabs .resultView {
    background-color: #ececec;
    width: 420px;  
    height: 275px;    
    margin: 10px; 
    padding: 10px;   
}
.tabs .resultView, .tabs .tabs-title {
    background-color:  #009000;
} 
.tabs .resultView { 
    position:absolute;  
    float: right;
    right: 0;  
    width: 207px;
    height: 275px;
    display: none;
    color: #fff;
}
.active {
    background:url(../img/right_arrow_grey.png) no-repeat 380px;
    background-color:  #0d0d0d; 
}
.tabs .listView li {    
    border-bottom: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;   
}
.tabs .listView li:hover {
    background:url(../img/right_arrow_white.png) no-repeat 380px; 
    background-color:  #cecece; 
    cursor: pointer;
}
.tabs .listView .product-code {
    color: #999;
    font-weight: 800;
    padding-right: 15px;
}
.tabs .listView .product-description {
    color: #999;
}
.tabs .price-rand {
    font-size: 6em;
    line-height: 70px;
    bottom: -40px;
    padding-right: 3px;
    padding-left: 3px;
}
.tabs .price-sign, .tabs .price-cent {
    font-size: 1.75em;
    vertical-align: top;
    height: 60px; 
    line-height: 40px;
}
.tabs .button a {
    position: absolute;
    margin-top: 15px;  
    bottom: 10px;  
    background-color: #0d0d0d;
    text-align: center;
    width: 187px;
    display: block;
    padding: 10px;
    color: #fff;
}
.tabs .button a:hover {
   background-color: #cecece;
   cursor: pointer;
}
.home, .about, .contact {
    height: 30px;
    width: 30px;
    display: block;
    float: left;
}
.home {
    background: url(../img/icons_06.png) no-repeat 0 3px;
}
.about {
    background: url(../img/icons_11.png) no-repeat 0 3px;
}
.contact {
    background: url(../img/icons_08.png) no-repeat 0 3px;
}
.bullet {
    height: 12px;
    width: 12px;
    display: block;
    float: left;
    background: url(../img/icons_14.png) no-repeat center;
    padding-right: 20px;
}
.requirements-title {
    font-size: 1.2em;
    color: #0d0d0d;
    line-height: 20px;
    border-bottom: 1px solid #333;
    padding: 10px 0 5px 0;
    font-weight: 800;
}
.requirements-bottom {
    border-top: 1px solid #fa540b;
    margin-bottom: 15px;
}
.submit-form span {
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    display: block;
    float: left;
    margin-bottom: 5px;
}
.submit-form p {
   padding-bottom: 5px;
}
.submit-form {
    float: left;
    width: 50%;
}
.submit-form input[type="text"] {
    width: 200px;
    height: 18px;
    padding: 5px;
}
.submit-form textarea, .submit-form input[type="text"], .submit-form select {
    color: #999;
    float: right;
    margin-bottom: 5px;
}
.submit-form select {
    width: 212px;
    height: 30px;
    padding: 5px;
}
.submit-form textarea {
    width: 200px;
    height: 60px;
    padding: 5px;
}
.contact-address {
    float: left;
    width: 40%;
}
.submit-form .form-button {
    float: right;
    clear: both;
}
.submit-form .button {  
    background-color: #ddd; 
    text-align: center;
    width: 100px;
    border: 1px solid #ddd;
    padding: 10px;
    color: #999;
}
.submit-form .button:hover {  
    background-color: #009000;
    color: #fff;
}
.box-wrapper {
    width: 680px;
    margin-left: 40px;    
}
.box {
    position: relative;
    float: left;
    display: block;
    width: 200px;
    height: 130px;
    margin-right: 10px;
    text-align: center;
    background-color: #ddd;
    border: 1px solid #ccc;
}
.box .box-title, .sidebar-title {
    background: url('../img/box_title_right_bg.png') no-repeat right;
    background-color: #bbb;
    height: 25px; 
    line-height: 25px;
    text-align: left;
    padding: 0 10px;
    color: #009900;
}
.box .box-content {
    margin-top: 8px;
}
.box:hover {
    background-color: #cecece;
}
.box-1, .box-2, .box-3 {
    height: 200px;
}
.box-item {
    background-color: #ddd; 
}
.box-item span {
    background-color: #fa540b;
    border-radius: 5px; 
    color: #fff;
    padding: 3px 10px;
}
.stick-out {
    position: absolute;
    top: -10px;
    right: 15px;
    width: 40px;
    padding: 5px;
    height: 40px;
    background: url('../img/7days.png') no-repeat 0px;
    line-height: 15px;
    color: #fff;   
    line-height: 40px;
    text-align: center; 
}
.box .box-price {
    position: absolute;
    padding: 5px;
    background-color: #009900;
    width: 80px; 
    bottom: 5px;
    margin-left: 50px;
    color: #ddd;
}
.box .box-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.box .box-content ul li {
    background: url('../img/tick.png') 60px no-repeat;
    height: 20px;
    line-height: 20px;
    text-align: left;
    padding-left: 75px;
}
legend {
    font-weight: 600;
}
.submit-form {
    background-color: #d1d1d1;
    padding: 10px;
}
.sidebar {  
    width: 200px;
    float: right;
    background-color: #fff;
    margin-right: 20px;
    clear: right;
}    
.sidebar .content { 
    min-height: 200px;
    padding: 10px;  
    border: 1px solid #ddd;
}
.sidebar .sidebar-inner-title {
    text-align: center;
    padding: 5px;
    background-color: #009900;
    color: #fff;

}
.sidebar .content li {
    background: url('../img/plus.png') 5px no-repeat;
    color: #009900;
    padding: 5px 5px 5px 20px;
    display: block;
    border-bottom: 1px dotted #009900;
    font-size: .8em;
}
.sidebar .content .shelf-box {
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
    background-color: #cec;
    font-size: .9em;
}
.sidebar .content h3 {
    font-size: 1em;
    font-weight: 700; 
    display: block;
    color: #009900;
    margin: 0 0 10px 0;
}
.banking-details {
    float: left;
    padding: 0 10px;
}
.banking-details h3 {
    margin: 0;
    padding: 0;
}