/* Default CSS Stylesheet for a new Web Application project */

#top            {position:absolute; top:0px; left:33px; width:814px; z-index:12; visibility:visible; background-color:transparent;}
#topnav         {position:absolute; top:128px; left:33px; width:814px; z-index:12; visibility:visible; background-color:transparent;}

#main           {position:absolute; top:165px; left:32px; padding: 0px; width:814px; z-index:12; visibility:visible; background-color:transparent;}
- Show quoted text -

#litenBil               {position:absolute; top:538px; left:32px; padding: 0px; z-index:1; visibility:visible; background-color:transparent;}

#ram            {position:absolute; top:538px; left:415px; padding: 0px; z-index:0; visibility:visible; background-color:transparent;}


#smallCar               {position:absolute; top:300px; left:32px; padding: 0px; width:814px; z-index:12; visibility:visible; background-color:transparent;}

a:link          {font-family: arial, tahoma, sans-serif; font-size: 12px; line-height: 15px; font-style: normal; font-weight: bold; color: #4c3328; text-decoration: none;}
a:visited               {font-family: arial, tahoma, sans-serif; font-size: 12px; line-height: 15px; font-style: normal; font-weight: bold; color:#4c3328; text-decoration: none;}
a:active                {font-family: arial, tahoma, sans-serif; font-size: 12px; line-height: 15px; font-style: normal; font-weight: bold; color:#4c3328; text-decoration: none;}
a:hover         {font-family: arial, tahoma, sans-serif; font-size: 12px; line-height: 15px; font-style: normal; font-weight: bold; color: #999999; text-decoration: underline;}

.text
{
       font-family: Arial, Verdana, Sans-Serif;
       font-size: 12px;
       line-height: 18px;
       color: #333333;
       }

.rub
{
       font-family: Arial, Verdana, Sans-Serif;
       font-size: 18px;
       line-height: 18px;
       color: #333333;
       font-weight: bold;
}

.rub2
{
       font-family: Arial, Verdana, Sans-Serif;
       font-size: 14px;
       line-height: 18px;
       color: #333333;
       font-weight: bold;
}

.rub3
{
       font-family: Arial, Verdana, Sans-Serif;
       font-size: 12px;
       line-height: 18px;
       color: #333333;
       font-weight: bold;
}

#topnav input {
       font-family: arial, tahoma, sans-serif;
       font-size: 13px;
       -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
       border-radius: 2px;
}

#search_field {
       border: 1px solid #bbbabd;
       font-family: arial, tahoma, sans-serif;
       font-size: 12px;
       height: 20px;
       line-height: 16px;
       padding: 2px 7px;
       background: #fff url(build/input_bg.png) repeat-x;
       color: #888;
}

#search_field:focus {
       color: #000;
}

#search_button {
       background: #d3271c url(build/search_button_bg.png) repeat-x;
       height: 26px;
       border: 1px solid #c62116;
       color: #fff;
       padding: 0 8px;
       text-shadow: 0 1px 0 #760e07;
       cursor: pointer;
}

#search_button:active {
       background: #f53824 url(build/search_button_bg_down.png) repeat-x;
}
