
/* ************************ */
/* ************************ */
/* vehicle info - container */
/* ************************ */
/* ************************ */


div.new_vl_container {
    float: left;
    clear: left;
    position: relative;
    clear: both;
    background-color: #EAEAEB;
    width: 954px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
    overflow: auto;
    margin-bottom: 5px;
}
html>body div.new_vl_container {
    width: 934px;
}

/* ************************ */
/* ************************ */
/* View Auction and Watch links */
/* ************************ */
/* ************************ */
    
div.new_vl_auctionlink {
    clear: both;
    float: left;
    width: 400px;
}
div.new_vl_auctionlink p {
    font-size: 14px;
}




/* ************************ */
/* ************************ */
/* box 1 - container */
/* ************************ */
/* ************************ */


div.new_vl_box1 {
    float: left;
    overflow: auto;
}
div.new_vl_box1 h2 {
    font-size: 12px;
    color: #304050;
    font-weight: normal;
    padding: 3px;
}                

/* ************************ */
/* ************************ */
/* box 1 - column 1 - Image */
/* ************************ */
/* ************************ */

div.new_vl_box1_col1 {
    width: 145px;
    float: left;
}
div.new_vl_box1_col1 img {
    border: solid 3px #FFFFFF;
}

/* ************************ */
/* ************************ */
/* box 1 - column 2         */
/* ************************ */
/* ************************ */


div.new_vl_box1_col2 {
    float: left;
    width: 205px;
    padding-left: 10px;
    
   
}
html>body div.new_vl_box1_col2 {
    width: 200px;
}
div.new_vl_box1_col2 h3 {
    width: 100%;
    text-align: center;
    color: #058BBF;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

div.new_vl_box1_col2 label.item_description {
    clear: left;
    float: left;
    font-size: 11px;
    width: 205px;
    display: inline;
}
div.new_vl_box1_col2 label.item_description span {
    display:block;
    float:left;
    width:100px;
    font-weight: bold;
}

.new_vl_box1_col2 .item_description_watch 
{
  
   font-weight: bold;  
   font-size: 11px;
   height:25px;
   vertical-align:middle;
/*   border:1px dashed red;*/
}

.new_vl_box1_col2 .item_description_watch .item_description_watch_message
{
   float:left;   
   color:#0756A9;   
   margin-top:3px;
   
}

.new_vl_box1_col2 .item_description_watch .item_description_watch_checbox_div
{
   padding-left:3px;
   margin-top:3px;  
   float:left;
}

.new_vl_box1_col2 .item_description_watch .checkbox
{
   border:none;
   /*border:1px dashed blue;  */
}




#bid_now_button
{
   float:left;
   padding-right:10px;
   cursor:pointer;
   padding-top:3px;
   
}

#bid_now_button_image
{
   float:left;
   cursor:pointer;
   padding-top:3px;
}

/* ************************ */
/* ************************ */
/* box 1 - column 3 */
/* ************************ */
/* ************************ */

div.new_vl_box1_col3 {
    float: left;
    margin-left: 2px;
    width: 310px;
    overflow: hidden;
    font-size: 11px; 
/*    border:1px dotted green;*/
}
html>body div.new_vl_box1_col3 {
    width: 300px;
}
div.new_vl_box1_col3 h3 {
    width: 100%;
    text-align: center;
    color: #058BBF;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
div.new_vl_box1_col3 p {
    font-size: 11px;
    margin-bottom: 5px;
}
/*div.new_vl_box1_col3 p#startsdrives {
    clear: both;
    float: left;
    color: #FF0000;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}   */


/* ************************ */
/* ************************ */
/* box 1 - column 3 subbox1 */
/* ************************ */
/* ************************ */


div.new_vl_box1_col3_subbox1 label.item_description {
    float: left;
    clear: both;
    font-size: 11px;
    width: 105px;
    margin-bottom: 2px;
/*    border:1px red dashed;*/
}
div.new_vl_box1_col3_subbox1 label.item_description1 {
    float: left;
    clear: none;
    font-size: 11px;
    width: 70px;
    margin-bottom: 2px;
/*    border:1px cyan dashed;*/
}
div.new_vl_box1_col3_subbox1 label.item_description2 {
    float: left;
    clear: none;
    font-size: 11px;
    width: 124px;
    margin-bottom: 2px;
/*    border:1px magenta dashed;*/
}

div.new_vl_box1_col3_subbox1 label span {
    display:block;
    float:left;
    font-weight: bold;
/*    border:1px solid red;*/
}

div.new_vl_box1_col3_subbox1 label.item_description span {
    width:55px;
/*    border:1px solid green;*/
}

div.new_vl_box1_col3_subbox1 label.item_description1 span {
    width:40px;
/*    border:1px solid blue;*/
}

div.new_vl_box1_col3_subbox1 label.item_description2 span {
    width:45px;
/*    border:1px solid red;*/
}

/* ************************ */
/* ************************ */
/* box 1 - column 4 */
/* ************************ */
/* ************************ */

div.new_vl_box1_col4 {
    float: left;
    width: 254px;
    padding-left: 5px;
/*    border:1px dotted yellow;*/
    
   
}
html>body div.new_vl_box1_col4 {
    width: 254px;
    
}
div.new_vl_box1_col4 h3 {
    width: 100%;
    text-align: center;
    color: #058BBF;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

div.new_vl_box1_col4 label.item_description {
    clear: left;
    float: left;
    font-size: 11px;
    width: 254px;
    display: inline;
/*    border:1px dotted green; */
}
div.new_vl_box1_col4 label.item_description span {
    display:block;
    float:left;
    width:90px;
    font-weight: bold;
/*    border:1px dotted red; */
}

div.new_vl_box1_col4 a.arrow {
    color: #FF0000;
    font-weight: normal;
    background: url(/images/style_default/arrow_greenOnGrey.gif) right no-repeat;
    padding-right: 55px;
    text-decoration: none;
    margin-right: 20px;
}

/* ************************ */
/* ************************ */
/* pop up /
/* ************************ */
/* ************************ */


.vl_popup {
   display: none;
    position:absolute;
    left: 300px;
    width: 240px;
    top:0px;
    background-color: #FFFFFF;
    border: solid 1px #058BBF;
    padding: 5px;
    text-decoration: none;
    z-index:1000;
    font-size: 6px;

}

.vl_popup b
{
 font-size: 10px;
 width:100%;  
}

.vl_popup p  {
      
    font-size: 10px;

}


/* ----------------------- */
/* ----------------------- */
/* ----- bid other size -- */
/* ----------------------- */
/* ----------------------- */
/* ----------------------- */


.bid_other_textbox_wrapper_watch
{
 float:left; padding-left:78px  
}

.bid_other_textbox_watch
{
width: 116px; 
}

.bid_other_textbox_wrapper_chosen
{
 float:left; padding-left:78px  
}

.bid_other_textbox_chosen
{
width: 113px;
}

/* ----------------------- */
/* ----------------------- */
/* ----- bid now label --- */
/* ----------------------- */
/* ----------------------- */
/* ----------------------- */




