@import url("common.css");

/*
* START Welcome block
*/
div.welcome{
    color:white;
    font-size:16px;
    padding:5px;
    margin-left:5px;    
    margin-bottom:5px;
}
div.welcome div.content{
    text-align:justify;
    padding-bottom:10px;
}
div.welcome div.title{
    color:#585454;
    font-style:italic;
    font-size:20px;
	text-align:right;
}
div.welcome div.title span.head{
    font-style:normal;    
    font-size:37px;
    color:#0093DD;
    padding-right:40px;
}
div.welcome div.title span.head1{
    font-style:normal;    
    font-size:25px;
    color:#0093DD;
    padding-right:20px;
}
div.welcome div.img div{
    color:#0093DD;
    margin-left:200px;    
    font-size:12px;     
}
div.welcome div.img img{
    float:left;
    display:block;
    margin-bottom:10px;
}
div.welcome div.welcome_border{
    clear:both;
    border-top:1px dotted white;    
    padding-top:10px;
}
div.welcome div.img div.view_all {
    margin:0;
    margin-bottom:5px;
    float:right;
}
div.view_all, div.view_all a {     
    background: url(/pic/welcome_viewall.jpg);
    height:33px;
    width:88px;
    display:block;
}
/*
* END welcome block
*/


select.order{
    width:220px;
}

input.order{
    width:214px;
}

textarea.order{
    width:214px;
}

input.feedback{
    width:240px;
}

textarea.feedback{
    width:240px;
}

/**
* START Part or car details
*/
table.details{
    width:100%;
    border-collapse:collapse;
}

table.details tr.row td{
    background-color:#061424;
}

table.details tr.tophead td{
    height:14px;
    line-height:14px;
    padding:0px;
}
table.details tr.tophead td{
    background-image:url("/pic/details_head.jpg");
}
table.details tr.tophead td.left{
    width:10px;
    background-image:url("/pic/details_headleft.jpg");
}

table.details tr.tophead td.right{
    width:10px;
    background-image:url("/pic/details_headright.jpg");
}

table.details tr.header td{
    background-color:#302F2F;
    line-height:20px;
}

table.details tr.foot td{
    height:14px;
    line-height:14px;
    padding:0px;
}
table.details tr.foot td{
    background-image:url("/pic/details_foot.jpg");
}
table.details tr.foot td.left{
    width:10px;
    background-image:url("/pic/details_footleft.jpg");
}

table.details tr.foot td.right{
    width:10px;
    background-image:url("/pic/details_footright.jpg");
}


table.details table.image{
    width:100%;
}
table.details table.image td
{
    vertical-align:top;
}

table.details table.image td.left{
    width:50%;
    border:1px solid #9D9D9D;
    background-color:#989797;
    vertical-align:middle;
    text-align:center;    
    padding:3px;
}

table.details table.image td.right div{
    background-color:#1E262D;
    font-size:12px;
    line-height:20px;
    margin-bottom:4px;
    color:#8C9195;
    padding-left:10px;
}

table.details table.image td.right div.title{
    color:white;
    padding-left:5px;
}

table.imagelist{
    width:100%;
}

table.imagelist td{
    text-align:center;
}

table.imagelist td img{
    cursor:pointer;
    margin:1px;
}

table.imagelist td img.active{
    margin:0px;
    border:1px solid white;
}

/**
* END Part or car details
*/

input.registration{
    width:200px;
}

input.gallery_order{
    width:170px;
}

textarea.gallery_order{
    width:170px;
}