/*@import url(/assets/css/jquery-ui/smnv-admin-V1/jquery-ui-1.8.16.custom.css);*/
/* global */
/*style for IE*/
* html body{
    text-align: center;
    width: 100%;
    height: 100%;
} 
html,body{
    width: 100%;
    height: 100%;
}
body{
    background-image: url(none);
}
div.wrapper{
    background:url(/assets/images/bg_burst2.png) no-repeat;
    background-position: 50% 50px;
    min-width: 990px;
    margin: 0px auto;
}

div.content{
    background-image: url(none);
    width: 100%;
}
div.header{
    height: 50px;
    margin: 0px;
    padding: 0px;
    background-image: url(/assets/images/bg_head.jpg);
    background-repeat: repeat-x;
    background-position: 0px -25px;
}
div.header div.logo{
    padding: 0px;
    margin:0px auto;
    width: 557px;
}
#home div.content {
    min-height: 0px;
}
div.contentbox{
    margin-top: 20px;    
}
div.box{
    background-image: url(/assets/images/bg_gradient-background-silver-light.png);
    background-position: 0% 60%;
    background-repeat: no-repeat;
    margin: 0px auto 0px auto;
}
center-out{ 
    margin: 0 auto;
}

center{
    text-align: center;
}
/* STATIC */
#error div.content{
    margin-top: 50px;
}

/* MISC */
.loading{
    background-image: url(http://cdn.seemynewvehicle.com/assets/images/core/loading.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;  
}
.ajax-loading{
    background-image: url(http://cdn.seemynewvehicle.com/assets/images/core/loading-arrows.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
div.photoboxx{
    background-image: url(/assets/images/loading.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: white;
    padding: 0px;
    margin: 0px;
}
.imageholder{
    background-color: #FFFFFF;
}
div.strip{
    background-image: url(/assets/images/bg_btmbar.png);
    background-position: center;
    background-repeat: repeat-x;
}
div.sstrip{
    background-image: url(/assets/images/bg_strip_small.png);
    background-position: center;
    background-repeat: repeat-x;
}
div.errorbox{
    background-image: url(/assets/images/icons/warning.png);
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding: 8px 0px 8px 30px;
}
em.error{
    font-size: 11px;
    color: red;
    /*font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 3px;
}
div.clear{
    clear: both;
}
div.seperator{
    display: inline-block;
    padding: 0px 8px;
}
.dialog div.options{
    margin: 5px 0px;
}
h1{
    padding: 10px;
}
a{
    text-decoration: underline;
}

#tooltip{
    font-size: 10pt;
    position:absolute;
    width: 310px;
    z-index: 99999;
    background-image: url(/assets/images/bg_orange_gradient_dark-med.jpg);
    background-repeat: repeat-x;
    padding: 8px;
}

#photo-trouble .photobox{
    min-width: 340px;
    min-height: 250px; 
}
.note{
    font-size: 11px;
    color: gray;
}
div[name=highlight],div[name=error]{
    position: relative;
    z-index: 1000;
}
#home div[name=highlight],#home div[name=error]{
    position: absolute;
    width: 870px;
    bottom:20px;
    left:5px;
}

div.m{
    border: 10px solid rgb(232,232,232);
    /*padding: 6px;*/
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;

    -moz-box-shadow: inset 0 0 1px 1px rgb(200,200,200) ;
    -webkit-box-shadow: inset 0 0 1px rgb(200,200,200) ;
    box-shadow: inset 0 0 1px 1px rgb(200,200,200) ;

    background: #FFFFFF;
}
div.m div.m{
    border: 8px solid rgb(240,240,240);
}
div.m-s{
    border: 6px solid rgb(232,232,232);
    padding: 4px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;

    -moz-box-shadow: inset 0 0 1px 1px rgb(200,200,200) ;
    -webkit-box-shadow: inset 0 0 1px rgb(200,200,200) ;
    box-shadow: inset 0 0 1px 1px rgb(200,200,200) ;

    background: #FFFFFF;
    margin: 5px;
}

div#breadcrumbs{
    padding: 10px;
    font-weight: bold;
}
span.entry-date{
    font-size: 90%;
    color: #333333;
    font-family: 'Courier New', Courier, monospace;
}
body {
    background:URL(/assets/images/bg_head.jpg) repeat-x;
    margin:0;
    padding:0;
}

td {
    padding:2px;
}

div.error404 {
    text-align:center;
    font-size:150%;
    padding:10%;
}

div.header {
    margin-top:0;
    width:100%;
    height:75px;
    position:relative;
}

div.logo {
    width:840px;
    padding-top:10px;
    margin-left:auto;
    margin-right:auto;
}

div.content {
    margin-top:0;
    width:960px;
    background:url(/assets/images/bg_burst2.png) no-repeat;
    margin-left:auto;
    margin-right:auto;
}

.step {
    width:900px;
    margin-top:20px;
    background:url(../images/bg_step1.png) no-repeat;
    height:339px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
}

.step legend {
    font-weight:700;
    padding:5px;
}

.step2 {
    margin-top:20px;
    padding-top:20px;
    background:url(../images/bg_step2.png) no-repeat;
    height:700px;
    position:relative;
    z-index:19;
}

div.step1form {
    width:373px;
    height:132px;
    background:url(../images/bg_homeform2.png) no-repeat;
    text-align:right;
    padding-top:10px;
}

.not-pic {
    width:228px;
    height:61px;
}

div.dl_log {
    width:363px;
    height:132px;
    background:url(../images/bg_homeform2.png) no-repeat;
    text-align:right;
    padding-top:10px;
    padding-right:10px;
    margin-left:auto;
    margin-right:auto;
}

.log_bad {
    width:700px;
    color:red;
    font-weight:700;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding:10px;
}

.log_bad_user {
    color:red;
    font-weight:700;
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding:10px;
}

.log_bad_user2 {
    color:red;
    font-weight:700;
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding:5px;
}

.admin-top {
    width:900px;
    height:35px;
    margin-top:20px;
    background:url(../images/bg_admin_top.png) no-repeat;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    text-align:right;
}



.admin2 {
    width:900px;
    background:url(../images/bg_admin.png) repeat-y;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}

.admin-btm {
    width:900px;
    height:35px;
    background:url(../images/bg_admin_btm.png) no-repeat;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}

div.hwy {
    width:100%;
    height:200px;
    margin-top:40px;
    background:url(../images/bg_btmbar.png) repeat-x;
}

.hwy #hwypic {
    margin-top:-50px;
    margin-left:-20px;
    float:left;
}

.hwy #sharepic {
    margin-top:50px;
    margin-left:-300px;
    float:left;
}

.carphoto {
    width:800px;
    margin-left:auto;
    margin-right:auto;
    background:#FFF;
    border:solid 1px #d7d7d7;
    padding:10px;
}

.photo-containter {
    background:url(/assets/images/loading.gif) 50% 50% no-repeat;
}

.photo-container,.feedback-photo-container,.error-photo-container {
    text-align:center;
    border:1px solid #D7D7D7;
}

.share .photo-container {
    margin-left:auto;
    margin-right:auto;
    width:800px;
    height:600px;
    padding:10px;
}

.soc_bg {
    width:100%;
    background:url(../images/bg_btmbar.png) repeat-x;
}

.social_buttons {
    width:800px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding:10px;
}

.by_user {
    width:100%;
    height:400px;
    overflow:scroll;
    border:solid 1px silver;
}

#dealer_details,#error_details,#feedback_info {
    border:solid 1px silver;
    margin-top:5px;
    margin-bottom:5px;
    padding:10px;
}

.copyright {
    text-align:center;
    font-size:90%;
    margin-top:10px;
    color:#777;
    margin-bottom:10px;
    clear:both;
}

.footer {
    clear:both;
}

.user_list {
    width:100%;
    font-size:10px;
}

.user_list th,user_list td {
    text-align:left;
    padding:3px;
}

.user_list tr.even {
    background-color:#D7D7D7;
}

div.dataTables_paginate {
    padding:6px;
}

span.fg-button,span.delete-record {
    padding-left:3px;
    padding-right:3px;
    margin-right:1px;
    cursor:pointer;
}

span.delete-cable {
    z-index:10000;
}

.dataTables_empty {
    height:300px;
    text-align:center;
}

.dataTables_processing {
    position:absolute;
    top:130px;
    left:250px;
    height:300px;
    width:300px;
    text-align:center;
    background-image:url(/assets/images/SMNVWM.png);
    background-position:50% 50%;
    background-repeat:no-repeat;
}

h1.dealer_pg {
    font-family:verdana, sans-serif;
    color:#005b7f;
    font-size:14pt;
    border-bottom:solid 1px silver;
}

h1.dealer_pg_new {
    font-family:verdana, sans-serif;
    color:#005b7f;
    font-size:14pt;
}

table.dealer_social td {
    width:195px;
    padding-left:5px;
}

.tos_pop {
    color:navy;
    cursor:pointer;
}

.terms {
    background:url(../images/bg_terms.png) no-repeat;
    background-position:center center;
    padding:10px;
}

.terms p {
    margin-bottom:10px;
    color:#555;
    font-size:90%;
}

.dealer_guide {
    padding:10px;
}

.dealer_land_left {
    width:300px;
    padding-left:10px;
    margin-left:2px;
    background:url(../images/bg_dlr_stripe.png) repeat-x;
    float:left;
}

.dealer_land_right {
    width:575px;
    padding-left:10px;
    margin-right:2px;
    background:url(../images/bg_dlr_stripe.png) repeat-x;
    float:left;
}

table.dlr_contact {
    width:200px;
    padding-bottom:15px;
}

table.dlr_contact td.icon {
    vertical-align:top;
    text-align:right;
    padding-top:5px;
}

table.dlr_contact td.info {
    vertical-align:top;
    text-align:left;
    padding-left:5px;
}

table.dlr_contact td.info .top_line {
    color:#003471;
    font-weight:700;
}

img.dlr_soc_btn {
    margin-top:-3px;
    float:right;
    margin-left:5px;
}

div.dlr_custom {
    margin-top:5px;
    margin-right:10px;
}

div.dlr_custom h1 {
    color:#790000;
    border-bottom:solid 1px silver;
    font-family:Verdana;
}

.dlr_yt_dir {
    color:#636363;
    font-size:8pt;
}

#feedback-logo h1 {
    color:navy;
    font-size:14pt;
}

.continue {
    display:table-cell;
    vertical-align:bottom;
}

.right {
    text-align:right;
}

#feedback_info td {
    font-size:8pt;
}

td.rating5,td.rating4 {
    color:#005826;
}

td.rating2,td.rating1 {
    color:#790000;
}

td.rating3 {
    color:#aba000;
}

td.rating0 {
    color:silver;
}

td.vtop {
    vertical-align:top;
}

#testimonials div {
    border:solid 1px #e5e5e5;
    background:#f4f3f3;
    margin-top:5px;
    margin-left:5px;
    position:relative;
}

#testimonials img {
    float:left;
    position:relative;
    z-index:1000;
    padding:5px;
}

#testimonials p {
    font-size:8pt;
    padding:7px;
}

#testimonials p span {
    display:block;
    width:inherit;
    text-align:right;
    padding-top:5px;
}

#testimonials span {
    display:block;
    height:-1px;
    clear:both;
}

.sort-icon {
    clear:right;
    float:left;
    margin-left:-15px;
    margin-top:15px;
    margin-bottom:-10px;
}

.search-icon {
    float:right;
    margin-right:400px;
    margin-bottom:-20px;
    position:relative;
    z-index:100;
}

.help_mod {
    width:200px;
    padding:10px;
}

table.align_mid tr td {
    vertical-align:middle;
}

.midtext {
    padding-top:inherit;
    height:inherit;
    display:table-cell;
    vertical-align:middle;
}

.tooltip {
    display:none;
    background:transparent url(/assets/images/bg_tooltips.jpg);
    border:solid 3px #fb7300;
    width:200px;
    font-size:8pt;
    line-height:130%;
    color:#000;
    z-index:999;
    padding:25px;
}

.pushleft20 {
    margin-right:-20px;
}

.spaced {
    line-height:130%;
}

.setup-mod {
    border-bottom:solid 1px silver;
    text-align:center;
    line-height:130%;
    color:gray;
    padding:20px;
}

.bonone {
    border:none;
}

.bg_top_bevel {
    background:gray url(../images/bg_top_bevel.png) repeat-x;
    background-position:top;
}

.hideme {
    visibility:hidden;
    display: none;
}

.showme {
    visibility:visible;
    display: block;
}

body#trouble textarea[name=details] {
    font-weight:700;
    color:silver;
}

div.wrapper,.photo-container img,.photo-container2 img {
    margin-left:auto;
    margin-right:auto;
}

.step1form h1,.dl_log h1 {
    text-align:left;
    margin-left:20px;
}

#administrator .photo-container,#administrator .photo-container2 {
    width:350px;
    height:260px;
    margin-left:4px;
    margin-top:10px;
}

.user_list td,.user_list thead th,img.help_pop,.pointer {
    cursor:pointer;
}