/*--------------- ADDITIONAL STYLESHEETS ---------------*/
/*@import url("reset.css");*/

/*
body {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #5d5d5d;
background-color: #ffffff;
}
*/
/*--------------------- Div styling start ----------------------*/

#wraper{

width: 950px;
height: 981px;
margin-bottom: 16px;
margin: auto;

}

.logo{
height: 86px;
width: 175px;
background:url(../images/logo.png) no-repeat;
}


.butt_login{
width: 367px;
height: 23px;
float:right;
margin-top:25px;
}

.login_field{

width: 143px;
height: 21px;
}

.pass_field{
width: 143px;
height: 21px;

}

.login_button{
vertical-align:top;
}

#navigation{
width:950px;
height: 35px;
background:url(../images/nav_bg.png) repeat-x;
}

.navigation_left{
float:left;
width:6px;
height:35px;
background: url(../images/corner_left.png);
}

.navigation_right{
float:right;
width:9px;
height: 35px;
background: url(../images/corner_right.png) no-repeat;
}

.navigation_middle{
width: 98%;
}

/*------------------------UL styling---------------------*/

#top_navigation li{
float:left;
line-height:20px;
}

#top_navigation li a{
padding: 0 1em;
display:block;
text-decoration:none;
color: #5d5d5d;
background: url(../images/bullet.png) no-repeat;

}

#top_navigation a:hover{
color: #228fac;
text-decoration: underline;
}

.navigation_middle li{
float:left;
line-height:35px;
}

.navigation_middle li a{
padding: 0 1em;
display:block;
text-decoration:none;
color: #5d5d5d;
background:url(../images/seperator.png) no-repeat top right;
}

#footer_nav li{
float:left;
line-height:12px;
margin-top: 10px;

}

#footer_nav li a{
padding: 0 1em;
display:block;
text-decoration:none;
color: #5d5d5d;
font-size: 0.9em;
border-right: solid 1px #5d5d5d;

}

#footer_nav a:hover{
color:#228fac;
text-decoration:underline;
}

#footer{

width: 950px;
height: 15px;
margin-top: 4px;
margin-left:7px;
margin-bottom: 20px;
clear:both;
}

#top_navigation{
width: 373px;
height:24px;
margin-top: 7px;


}



/*-------------------------------UL styling end--------------*/

#scroll_text{
width:950px;
height:36px;
background:url(../images/sc_text.png) repeat-x;
}

#new_item{
width:225px;
height: 290px;
margin-top: 8px;
float:left;
}

.about_camaro{
width: 240px;
height: 196px;
float:right;
margin-top: 25px;
margin-right:60px;

}

.bid_button{
cursor: pointer;
}

.bid_button2{
width:175px;
height:34px;
background:url(../images/big_butt.png) no-repeat;
margin-top: 10px;
cursor: pointer;
}


.bid_center{
width:56px;
height: 20px;
float:left;
margin-top: 8px;
margin-left: 8px;
}

#shipping{
width: 225px;
height: 189px;
margin-top: 6px;
float:left;
}

#signup_now{
width:720px;
height: 86px;
background:url(../images/sign_upNOW.png) no-repeat;
float:right;
margin-top: 10px;
cursor: pointer;
}

.signup_now{
font-size:large;
color:#ffffff;
margin-left: 90px;
margin-top: 34px;
font-weight:bold;

}



#payment{
width:225px;
height:247px;
margin-top: 12px;
margin-bottom: 10px;
float:left;;

}

.paypal{
width:223px;
height:57px;
background:url(../images/paypalbg.png) no-repeat;
}

.secure{
width:96px;
height:96px;
margin-left:66px;
margin-top: 10px;
background:url(../images/positive_secure.png) no-repeat;
}

#auction{
width:354px;
height: 220px;
background:url(../images/item.png) no-repeat;
float:right;
margin-top: 10px;
margin-left:10px;
}

#auctionh{
width:354px;
height: 220px;
background:url(../images/item.png) no-repeat;
float:left;
margin-top: 10px;
margin-left:6px;
}

#bgsold{
width:354px;
height: 220px;
background:url(../images/bgsold.png) no-repeat;
float:left;
margin-top: 10px;
margin-left:6px;
}


.braun_image{
width:58px;
height:132px;
margin-left: 47px;
margin-top: 22px;
}

.about_braun{
width:180px;
height:159px;
float:right;
margin-top:15px;
margin-right: 11px;
}


.auction1{
width:354px;
height: 190px;
background:url(../images/item.png) no-repeat;
float:right;
margin-top:10px;
}

#auction3{
width:354px;
height:190px;
background:url(../images/item.png) no-repeat;
float:right;
margin-right: 10px;
margin-top: 10px;

}

#footer_nav{
width:950px;
height:32px;
clear:both;
border-top: 1px solid #dadada;

}

.footer_text{
font-size: 0.8em;
}

/*-----------------------Text styling---------------------------*/

.scrolling{
padding-top: 13px;
padding-left: 10px;
}

.price_text{
padding-top:15px;
text-decoration:none;
}

.radtime{
padding-top: 13px;
}

.radbidder{
padding-top:15px;
}

.braun_text{
font-size: 1.1em;
}

.retail{
padding-top:10px;
text-decoration:none;
}

.radtime1{
padding-top: 16px;
}



/*--------------------- H1, h2, h3, h4 style--------------------*/
h1 {
color: #ffffff; /*color of our H1 tag*/

text-transform: uppercase; /*sets all H1 tags to uppcase*/

font-size: 1.5em; /*sets H1 font size*/

font-weight: bold; /*sets H1 font weight to normal*/
}

 h2 {

color: #636363; /*color of our H2 tag*/

text-transform: uppercase; /*sets all H2 tags to uppcase*/

font-size: 1.3em; /*sets H2 font size*/

font-weight: bold; /*sets H2 font weight to normal*/
}

h3 {

color: #636363; /*color of our H3 tag*/

text-transform: uppercase; /*sets all H3 tags to uppcase*/

font-size: 1.1em; /*sets H3 font size*/

font-weight: bold; /*sets H3 font weight to normal*/
}

h4 {
color: #636363; /*color of our H4 tag*/

text-transform: uppercase; /*sets all H4 tags to uppcase*/

font-size: 0.8em; /*sets H4 font size*/

font-weight: bold; /*sets H4 font weight to bold*/
}