img, a{
    border:none;
}


body {
    background: #6999f9;
    margin: 0px;
    font-family: lucida fax;
}

a {
    text-decoration: none;
    color: #fff;
}

p {
    margin: 0px;
    padding: 0px;
}

#header {
    background: url('images/header-bg.png') no-repeat;
}

#logo {
    padding: 10px;
}

#nav-container {
    background: url('images/nav-bg.png') no-repeat;
    margin-top: 5px;
    margin-left: -10px;
    margin-right: -5px;
    padding-bottom: 5px;
}

#nav {
    list-style: none;
    float: left;
    margin-top: 5px;
}

#nav li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 8px;
    color: #fff;
}

.sep {
    margin-top: 5px;
}

.star {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 44px;
}

.nav-item a {
    font-family: lucida fax;
    font-weight: bold;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-item img {
    float: left;
}

.nav-item a:hover {
    color: #000;
    background: url('images/nav-hover-bg.png') repeat-x;
}

#upper-section {
    padding-top: 10px;
    background: url('images/us-items-bg.png') no-repeat;
}

#us-items {
    padding-bottom: 15px;
}

.us-item {
    background: url('images/us-item-bg.png') no-repeat;
    width: 292px;
    height: 176px;
    margin-left: 14px;
    margin-bottom: 13px;
    position:relative;
}
.us-column {
    float:left;
    width:305px;
    min-height: 20px;
}

.ls-column {
    float:left;
    width:305px;
    min-height: 20px;
}
.items-title {
    background: url('images/us-title-bg.png') no-repeat;
    width: 290px;
    height: 44px;
    float: left;
    padding-top: 13px;
    padding-bottom: 5px;
    text-align: center;
    margin-left: 15px;
    color: #eaff00;
    font-weight: bold;
}

.us-item-info {
    list-style: none;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    padding: 0px;
}

.us-item-info li {
    background: url('images/us-item-info-bg.png') no-repeat;
    margin-bottom: 5px;
    width: 119px;
    height: 39px;
}

.us-item a {
    color: #054cd8;
    font-size: 0.7em;
    font-weight: bold;
    margin-left: 9px;
    margin-top: 0px;
    text-align: center;
    width: 273px;
}

.item-image {
   
    margin-left: 10px;
    margin-top: 5px;
    float: left;
    width: 144px;
}

.info-name {
    padding-top: 10px;
    margin-left: 3px;
    font-weight: bold;
    float: left;
}

.info-value {
    background: url('images/us-item-info-value-bg.png') no-repeat;
    float: right;
    width: 34px;
    height: 31px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 8px;
    padding-left: 15px;
}

#lower-section {
    width: 930px;
    background: #fff url('images/ls-items-bg.png') no-repeat bottom;
    padding-bottom: 10px;
}

.ls-item  tr td {
    text-align: center;
    padding-top: 5px;
}

.ls-item {
    width: 295px;
    height: 94px;
    padding: 10px;
    margin-left: 12px;
    border-collapse: collapse;
    margin-bottom: 5px;

}

.ls-item-link {
    background: url('images/ls-item-link-bg.png') repeat-y;
}

.ls-item  a {
    color: #054cd8;
    font-weight: bold;
    font-family: lucida fax;
    font-size: 0.8em;
}

.info-names td {
    color: #fff;
    font-size: .8em;
    font-family: lucida fax;
    font-weight: bold;
    width: 33%;
    padding-top: 5px;
    background: url('images/ls-item-middle-center-bg.png') repeat-x;
}

.info-values td {
    font-family: lucida fax;
    font-weight: bold;
    font-size: 1.3em;
    color: #010101;
    width: 33%;
    padding-bottom: 4px;
    background: url('images/ls-item-bottom-center-bg.png') repeat-x;
}

.info-values td:first-child {
    background: url('images/ls-item-bottom-left-bg.png') no-repeat !important;
}

.info-values td:last-child {
    background: url('images/ls-item-bottom-right-bg.png') no-repeat !important;
    background-size: 97% 104%; /* for Chrome */
}

.info-names td:first-child {
    background: url('images/ls-item-middle-left-bg.png') no-repeat !important;
}

.info-names td:last-child {
    background: url('images/ls-item-middle-right-bg.png') no-repeat !important;
    background-size: 97%;
}

.ls-item tbody tr:first-child td {
    padding-right: 3px;
    padding-left: 0px;
    padding-bottom: 0px;
}

#footer {
    background: url('images/footer-bg.png') repeat-x;
    margin-top: 20px;
    padding: 1px 0 13px;
}
#footer-inside {
    margin:0px auto;
    width:743px;
}
#copy {
    margin: 15px 0 0 200px;
    padding: 0px;
    font-size: .7em;
    font-weight: bold;
    color: #fffefe;
}

#footer-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: lucida console;
}

#footer-nav li {
    padding: 0 15px 0 15px;
    float: left;
    font-size: .7em;
    font-weight: bold;
    color: #fffefe;
    border-right: 1px solid #fffefe;
}

#footer-nav li:last-child {
    border: 0;
}

.section {
    width: 930px;
    margin-top: 5px;
}

.section-content {
    background: url('images/prod-section-bg.png') no-repeat;
    padding-top: 15px;
}

.header {
    background: url('images/prod-section-header-bg.png') no-repeat;
    padding: 15px 20px;
    color: #fff;
    font-family: lucida fax;
    font-weight: bold;
}

.product {
    width: 236px;
    padding-top: 10px;
    padding-left: 55px;
    float: left;
}

.product-image {
    background: url('images/product-image-bg.png') no-repeat;
    padding: 3px 35px 10px 35px;
    width: 170px;
    height: 170px;
    display: block;
    border: none;
}

.star-container {
    position: relative;
}

.product-star {
    position: absolute;
    top: -325px;
    left: 10px;
}

.product-link{
    display: block;
    font-family: lucida fax;
    color: #054dd9;
    font-size: .9em;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    height: 30px;	
}
/*.product a{
        display: block;
        font-family: lucida fax;
        color: #054dd9;
        font-size: .9em;
        font-weight: bold;
        padding: 0px;
        text-align: center;
        height: 30px;	
}*/

.product-info-names {
    background: url('images/product-info-names-bg.png') no-repeat;
    width: 167px;
    height: 105px;
    float: left;
}

.product-info-names ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 15px;
}

.product-info {
    margin: 0px 0 0 2px;
}

.product-info-names ul li {
    font-family: lucida fax;
    color: #000;
    font-weight: bold;
    padding: 4px;
}

.product-info-values {
    background: url('images/product-info-values-bg.png') no-repeat;
    width: 63px;
    height: 105px;
    float: left;
}

.product-info-values ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.product-info-values ul li {
    font-family: lucida fax;
    color: #fff;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}

.product-buttons {
    margin-top: 10px;
}

.product-buttons a {
    background: url('images/product-info-btn-bg.png') no-repeat;
    font-family: lucida fax;
    font-size: 1.05em;
    color: #fff;
    margin: 0px;
    padding: 5px 10px 0 37px;
    float: left;
    margin-left: 2px;
}

.product-buttons a:last-child {
    padding-left: 40px;
}

.drop {
    margin: 0px;
    padding: 0px;
    float: right;
    margin-right: 60px;
    margin-bottom: 12px;
    margin-top: 5px;
}

.price {
    color: #fbf801;
}

.title img {
    float: left;
    width: 68px;
    margin-left: 10px;
}

#main-content {
    background: url('images/main-content-bg.png') no-repeat;
    height: 234px;
    padding: 15px;
    margin-top: 10px;
}

#rating-bars {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-left: 30px;
}
#rating-bars a{
    color:inherit;
}
#rating a{
    color:inherit;
}
#rating-bars li {
    background: url('images/rating-bar-bg.png') no-repeat;
    padding-top: 20px;
    padding-left: 20px;
    margin-top: 11px;
}

#rating-bars li:first-child {
    margin: 0px;
}

#rating-bars li p {
    margin: 0px;
    padding: 0px;
}

.rating-name {
    float: left;
    margin-right: 120px !important;
    font-weight: bold;
}

.rating-value {
    float: right;
    color: #fcfd00;
    font-size: 2.5em;
    background: url('images/rating-bar-value-bg.png') no-repeat;
    margin-top: -20px !important;
    text-align: center;
    padding: 7px 0 6px 0 !important;
    width: 114px;
}

#rating {
    float: left;
    background: #fff url('images/rating-bg.png')  no-repeat bottom left;
    height: 142px;
    margin-left: 30px;
}

#rating-content {
    width: 131px;
    height: 112px;
    position: absolute;
}

.rating-header {
    width: 131px;
    height: 48px;
    background: url('images/rating-header-bg.png') no-repeat;
    text-align: center;
}

.rating-header p {
    padding: 0px;
}

#ranked {
    color: #fcff00;
    font-size: 1.5em;
    padding-top: 2px !important;
}

#above {
    font-size: .7em;
    color: #fff;
}

#one {
    font-size: 4em;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    letter-spacing: -4px;
}

#rating-bottom {
    margin-top: 101px;
}

#out-of {
    background: url('images/out-of-bg.png') no-repeat;
    width: 75px;
    height: 36px;
    float: left;
    font-size: 1.3em;
    padding-top: 12px !important;
    margin-top: -8px;
}

#rating-bottom div.right {
    color: #f7de06;
    font-size: 30px;
    padding-top: 6px !important;
    width: 56px;
}

#rc-container {
    position: relative;
}

#rating-bottom div.left {
    background: url('images/out-of-bg.png') no-repeat;
    height: 48px;
    width: 75px;
    padding-top: 16px;
    font-weight: bold;
}

#rating-content p:last-child {
    font-size: 3em;
    float: left;
    margin-top: -5px;
    margin-left: -10px;
}

#best-buy {
    padding: 10px 0 10px 16px;
    background: url('images/best-buy-section-bg.png') no-repeat !important;
    height: 318px;
}

#main-content img {
    width: 190px;
    height: 195px;
    background: #FFF; 
    float: left;
    padding: 5px;
}

.ms-item {
    background: url('images/middle-section-item-bg.png') no-repeat;
    width: 932px;
    height: 61px;
    float: left;
    margin-top: 5px;
}

.ms-item > p:first-child {
    background: url('images/middle-section-item-bg-left.png') no-repeat;
    width: 158px;
    height: 61px;
    color: #fcfd00;
    font-size: 20px;
}

.ms-item p {
    font-family: lucida bright;
    margin: 0px;
    float: left;
    padding: 17px;
    font-weight: bold;
    font-size: 21px;
}

#middle-section .ms-item:first-child p:first-child {
    font-family: myriad pro;
}

#middle-section {
    margin-top: -55px;
}

#text-section {
    width: 930px;
    margin-top: 5px;
    color: #393939;
    border: none;
    font-size: .85em !important;
    font-family: lucida fax;
}

#menu li{
    float: left;
    padding: 5px 5px 0 5px;
}

.sim_product {
    color: #054CD8;
    font-size: 1em;
    font-weight: bold;
}
/*
@media all and (min-width: 0px){
    .tab {
                width: 890px;		
        }
}
*/
.tab {
    border-top: 5px solid #393939 !important;
    margin-left: 0px;
    width: 892px;
    text-align: justify;
    float: left;
    background: #fff url('images/text-content-bg.png') no-repeat bottom;
    min-height: 500px;
}



#section-menu {
    padding-top: 20px;
    border-bottom: 5px solid #2d2d2d;
}

#section-menu ul {
    list-style: none;
    margin: 0px;
}

#section-menu ul li {
    float: left;
    padding: 5px 7px 0 7px;
}

#section-menu ul li:last-child {
    border: 0;
}

#section-menu a {
    color: #010101;
    text-align: center;
    width: 101px;
    display: block;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-top: -5px;
}

#section-menu a:hover, .selected {
    color: #fff !important;
    background: url('images/text-section-menu-item-bg.png') no-repeat;
}

#text-section-content {
    padding-top: 10px;
}

#text-section-content p {
    color: #393939;
    padding: 10px 15px;
    font-size: .85em;
}

.ms-item p  span {
    font-family: myriad pro;
}

.ms-item a {
    color: #0000FF;
    letter-spacing: 2px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0px auto;
    padding: 0px;
    width: 932px;
}

.clear {
    clear: both;
}

#secondproperty {
    font-size: 31px;
}
.textfield {
    width:250px;
}
.areafield {
    width:280px;
    height:140px;
}
#extrasaving {
    font-family: myriad pro;
}
.rankings a{
    color:#0000ff;
}
.rankings td{
    text-align: center;
    border:1px Solid;
}
.model {
    text-align: left !important;
    width:300px !important;
}
.similarpick td{
    padding:5px;
    border:1px #000 Solid;
    text-align: center;
}
.similarpick td.model{
    text-align:left;
}

