* {
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  font: 11px Arial, "Trebuchet MS", sans-serif;
  color: #6F6F71;
}
a img {
  border: none;
}
a {
  text-decoration: none;
  color: #6F6F71;
}
a:hover {
  text-decoration: underline;
}
.break {
  clear: both;
}

b {
  color: black;
}
strong {
  color: #000;
}
.bullet {
  background: url(/images/bmw/icons/bullet.jpg) left center no-repeat;
  padding: 0 0 0 10px;
}
.little_links {
  font-size: 9px;
  display: block;
  margin: 5px 0 0 0;
}
.loader_submit {
  display: none;
}
#wrap {
  width: 1015px;
  margin: 30px auto 0 auto;
}

.forms fieldset {
  border: 0;
}
.forms label {
  display: block;
  margin: 8px 0 2px 0;
}
.forms input,
.forms textarea,
.forms select {
  border: solid 1px #939393;
  background: url(/images/bmw/bg/inputs.jpg) bottom repeat-x;
}
.forms textarea {
  height: 88px;
}
.forms .submit {
  border: none;
  padding: 0;
  background: none;
}

/*Header*/
#logo {
  text-indent: -99999px;
  background: url(/images/bmw/logo.jpg) no-repeat;
  display: block;
  width: 96px;
  height: 14px;
  margin: 0 0 6px;
}

#header {
  background-color: #6F6F71;
  width: 989px;
  height: 67px;
  border: 1px solid #C5C5C6;
  padding: 0 0 0 24px;
  position: relative;
  z-index: 1000;
}
#header a {
  color: #fff;
}

#header .links_too {
  margin: 6px 0 0 0;
  height: 35px;
  width: 756px;
  position: relative;
}
#header .links_too .cars,
#header .links_too .motos {
  font-size: 15px;
  float: left;
  margin: 5px 0;
  color: #fff;
}

#header .links_too .motos {
  margin: 5px 0 5px 15px;
}

#header .links_too .list_cars,
#header .links_too .list_motos {
  padding: 2px 0 0 0;
  float: left;
}
#header .links_too .list_cars li,
#header .links_too .list_motos li {
  position: relative;
  float: left;
  list-style: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 3px 5px;
  cursor: pointer;
}
#header .links_too .list_cars li.active {
  color: #003399;
  background-color: #fff;
}
#header .links_too .list_cars li ul,
#header .links_too .list_motos li ul {
  position: absolute;
  padding: 25px 20px;
  background-color: #fff;
  left: 0;
  position: absolute;
  top: 24px;
  width: 198px;
  z-index: 10;
  display: none;
}
#header .links_too .list_cars li li,
#header .links_too .list_motos li li {
  padding: 0;
  color: #000000;
  font-size: 11px;
  font-weight: normal;
}
#header .links_too .list_cars li li:hover,
#header .links_too .list_motos li li:hover {
  color: #000000;
}
#header .links_too .list_cars li li a,
#header .links_too .list_motos li li a {
  color: #58595B;
  display: block;
  margin: 2px 0;
  width: 198px;
}

#menu {
  border-top: 1px solid #C5C5C6;
  height: 24px;
  width: 756px;
}
#menu li {
  list-style: none;
  float: left;
  border-right: 1px solid #C5C5C6;
  padding: 6px 9px;
  background: #9E9EA0;
}
#menu li:last-child {
  border-right: none;
}
#menu li a {
  font-size: 11px;
}

.bmw_logo {
  position: absolute;
  background: url(/images/bmw/bt/logo_menu.png) no-repeat;
  width: 183px;
  height: 92px;
  top: -14px;
  right: 39px;
  z-index: 2;
  text-indent: -9999px;
}


#images_and_dropdown {
  position: relative;
  margin: 0 0 25px 1px;
  text-align: right;
  z-index: 1;
}
.transparent_line {
  text-align: left;
  height: 28px;
  width: 1015px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/bmw/bg/line_transparent.png) repeat-x;
  z-index: 2;
}
.transparent_line .title_page {
  text-align: left;
  background: url(/images/bmw/bg/title_back.png) no-repeat;
  height: 20px;
  padding: 4px 0 0 30px;
  width: 191px;
}
.transparent_line div p {
  font-size: 10px;
  color: #000;
}

/* --- List Thumbs Home --- */
.list_thumbs {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
}
.list_thumbs li {
  float: left;
  list-style: none;
  padding: 5px 5px 0 0;
}
.list_thumbs li:first-child {
  padding: 5px 5px 0 5px;
}

/*Fotter*/
#footer {
  height: 31px;
  width: 1013px;
  border-bottom: 1px solid #C5C5C6;
  border-top: 1px solid #C5C5C6;
  margin: 20px 0 0 0;
}
#footer a {
  font-family: verdana , arial, sans-serif;
}
#footer .talk_me {
  float: left;
  margin: 10px 0 0 33px;
}
#footer .go_back {
  float: left;
  margin: 10px 15px 0;
}

/*Links Footer*/
.links_footer {
  width: 120px;
  float: right;
  margin: 7px 10px 0 0;
}
.links_footer a {
  display: block;
  float: left;
  background-repeat: no-repeat;
  text-indent: -9999px;
  height: 18px;
}

.links_footer .bt_twitter {
  background-image: url(/images/bmw/bt/twitter.png);
  width: 64px;
}
.links_footer .bt_facebook {
  background-image: url(/images/bmw/bt/facebook.png);
  width: 13px;
  margin-left: 5px;
}
.links_footer .bt_indique{
  background-image:url(/images/bmw/bt/indique.png);
  width: 33px;
  height: 18px;
  margin-left: 5px;
}

/*Home*/

#content_home .home_table {
  width: 766px;
  margin: 0 0 0 20px;
  float: left;
}
#content_home .home_table th {
  text-align: left;
  color: #6F6F71;
  padding: 0 0 5px 0;
}
#content_home .home_table td {
  vertical-align: top;
  padding: 0 50px 0 0;
}

#content_home .home_table .news_events {
  width: 365px;
  padding: 0;
  border-top: 1px solid #C5C5C6;
}
#content_home .home_table .news_events td {
  padding-right: 0;
}
#content_home .home_table .news_events .img_news {
  width: 165px;
}

#content_home .list_news {
  list-style-image: url(/images/bmw/icons/bullet.jpg);
  margin: 0 0 0 30px;
}
#content_home .list_news li {
  margin: 13px 0;
}

#form_news {
  float: right;
  width: 190px;
  margin: 43px 0 0 0;
}
#form_news input {
  width: 145px;
  float: left;
}
#form_news .submit {
  width: 32px;
  height: 21px;
  margin: 0 0 0 5px;
}

/*Fale Conosco*/
.right_content {
  width: 742px;
  float: right;
}
.right_content b {
  margin: 0 0 20px 0;
  display: block;
}
.form_contact {
  width: 361px;
  float: left;
}
.form_contact input,
.form_contact select,
.form_contact textarea {
  width: 255px;
}
.form_contact .submit {
  width: 57px;
  height: 21px;
  margin: 15px 0 0 0px;
  display: block;
}

.content_maps {
  width: 338px;
  float: right;
  padding: 0 0 0 24px;
  margin: 0 15px 0 0;
  font-size: 14px;
  border-left: 1px solid #6F6F71;
}
.content_maps li p {
  color: #444;
}
.content_maps li {
  list-style: none;
  margin: 10px 0;
  clear: both;
  padding: 0 0 50px 0;
}
.content_maps strong {
  color: #3E3D40;
  font-size: 16px;
}
.content_maps small {
  color: #777;
}
.content_maps span {
  float: left;
  margin: 15px 0 0 0;
  color: #003399;
  font-weight: bold;
}
.veja_mapa {
  text-indent: -9999px;
  display: block;
  background: url(/images/bmw/bt/veja_mapa.jpg) no-repeat;
  width: 97px;
  height: 25px;
  float: right;
  margin: 10px 0 0 0;
}

#contact-messages {
  color: red;
  margin-top: 15px;
}

/*BMW Eurobike*/
.left_content {
  width: 620px;
  float: left;
  margin: 0 0 0 15px;
}
.left_content .text_qualit {
  float: left;
  width: 315px;
}
.left_content .text_qualit b {
  display: block;
  padding: 0 0 12px 0;
}
.left_content .table_right {
  float: right;
  width: 289px;
}

.left_content .table_right td {
  padding: 0 0 30px 0;
}
.left_content .table_right img {
  padding: 0 10px 0 0;
}
.left_content .table_right h4 {
  font-size: 11px;
}

.articles.index table {
  width: 640px;
  margin: 0 15px 0 0;
}

/*Modelos*/

#specifications {
  text-align: left;
  width: 219px;
  min-height: 24px;
  position: absolute;
  top: 21px;
  left: 0;
  border: 1px solid #C5C5C6;
  background-color: #fff;
}
#specifications .pointer {
  cursor: pointer;
  float: right;
  width: 219px;
  height: 24px;
  background: url(/images/bmw/bt/open.jpg) bottom no-repeat;
}
#specifications dl {
  padding: 0 0 5px 0;
}
#specifications dt {
  font-size: 10px;
  cursor: pointer;
  line-height: 25px;
  padding: 4px 0 0 30px;
  color: #000;
  border-bottom: 1px solid #C5C5C6;
}
#specifications dt.active,
#specifications dt:hover {
  color: #003399;
}
#specifications dd {
  display: none;
}

#news {
  text-align: left;
  width: 219px;
  min-height: 24px;
  position: absolute;
  top: 21px;
  left: 0;
  border: 1px solid #C5C5C6;
  background-color: #fff;
  z-index: 9;
}
#news .pointer {
  cursor: pointer;
  float: right;
  width: 219px;
  height: 24px;
  background: url(/images/bmw/bt/close.jpg) bottom no-repeat;
}
#news dl {
  padding: 0 0 5px 0;
}
#news dt {
  font-size: 10px;
  cursor: pointer;
  line-height: 25px;
  padding: 4px 0 0 30px;
  color: #000;
  border-bottom: 1px solid #C5C5C6;
}
#news dt.active,
#news dt:hover {
  color: #003399;
}
#news dd li {
  font-size: 9px;
  padding: 13px 26px 0px;
  width: 167px;
  list-style: none;
}

.description_img {
  position: absolute;
  bottom: 130px;
  right: 0;
  color: #fff;
  font-size: 10px;
}

.pages.index .description_img {
  position: absolute;
  bottom: 0px;
  right: -10px;
}

#content_all .content {
  position: relative;
  z-index: 0;
}
/*Acontece*/

.ui-accordion,
.ui-accordion-header,
.ui-accordion-content {
  float: left;
  width: 189px;
}
.ui-accordion {
  width: 219px;
}

.ui-accordion-header {
  line-height: 28px;
  background: url(/images/bmw/icons/plus.jpg) 28px 12px no-repeat;
  cursor: pointer;
}
.ui-accordion-header.ui-state-active {
  background-image: url(/images/bmw/icons/plus-active.jpg);
}
.ui-accordion-header .month,
.ui-accordion-header .year {
  display: block;
  float: left;
  margin: 0 0 0 11px;
}
.ui-accordion-header .year {
  float: right;
  margin: 0 30px 0 0;
}


/*Gallery*/
.title_gallery {
  float: left;
  margin: 12px 2px 0 0;
}

#wrap_scroll {
  width: 707px;
  height: 104px;
  background: url(../images/bg/list_categories.png);
}
#wrap_scroll .scroll {
  float: left;
  height: auto;
}

.scroll {
  float: left;
  height: 104px;
}
.scroll li {
  width: 195px;
  height: 104px;
  margin: 0 12px;
  display: block;
  list-style: none;
  float: left;
}

.photo_gallery {
  padding: 0 15px 0 0;
}

.jcarousel-clip {
  width: 657px;
  height: 104px;
  overflow: hidden;
  float: left;
  position: relative;
}
.jcarousel-list {
  position: absolute;
  left: 0;
  top: 0;
}

.jcarousel-prev {
  float: left;
  margin: 40px 0 0 0px;
  cursor: pointer;
  background: url(/images/bmw/bt/prev.jpg) no-repeat;
  width: 7px;
  height: 13px;
}
.jcarousel-next {
  float: right;
  margin: 40px 0px 0 0;
  cursor: pointer;
  background: url(/images/bmw/bt/next.jpg) no-repeat;
  width: 7px;
  height: 13px;
}

/*Cars Details*/
.width_content {
  width: 720px;
  float: right;
}
#content_all {
  float: right;
  font-size: 12px;
}
#content_all .link_stock {
  float: right;
  text-indent: -9999px;
  display: block;
  width: 371px;
  height: 20px;
  background: url(/images/bmw/bt/pronta_entrega.jpg) no-repeat;
  margin: 20px 348px 0 0;
}
#content_all td {
  vertical-align: top;
}
#content_all h3 {
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}
#content_all p {
  margin-bottom: 10px;
  color: #000000;
}

#content_all #banner {
  height: 235px;
  background-color: #f1f1f1;
  margin: 0 0 20px 0;
}

#content_all .content strong {
  color: #000;
  margin: 0 0 5px 0;
  display: block;
}
#content_all .content p {
  color: #6F6F71;
}

#content_all .content .first-tables {
  margin: 0 80px 0 0;
}

#content_all .content .first-tables,
#content_all .content .second-tables {
  float: left;
  width: 240px;
}

#content_all .content ul.car-specs {
  background: url(/images/bmw/bg/back_data_table.jpg) bottom right no-repeat;
  float: left;
  padding: 20px;
  width: 680px;
}
#content_all .content ul.car-specs table {
  width: 298px;
  border-collapse: collapse;
  margin: 0 0 30px 0;
}
#content_all .content ul.car-specs table caption {
  color: #000;
  text-align: left;
  border-bottom: solid 1px #bbb;
  font-size: 1.1em;
  line-height: 25px;
}
#content_all .content ul.car-specs table th {
  text-align: left;
  font-weight: normal;
}
#content_all .content ul.car-specs table td, #content_all .content table th {
  font-size: 0.9em;
  border-bottom: solid 1px #bbb;
  line-height: 25px;
  color: #58585A;
}
#content_all .content ul.car-specs table td {
  text-align: right;
}

#content_all .content ul.car-specs li h4 {
  display: none;
}
#content_all .content ul.specNavigation {
  float: left;
  width: 100%;
  margin: 20px 0 -7px 0px;
}

#content_all .content li {
  float: left;
  list-style: none;
}
#content_all .content li.tab {
  display: block;
  padding: 0 5px;
  cursor: pointer;
  background: url(/images/bmw/bg/tabL.jpg) no-repeat left top;
	float: left;
}
#content_all .content li.tab span {
  color: #fff;
  padding: 5px;
  background: url(/images/bmw/bg/tabC.jpg) repeat-x left top;
  display: block;
  float: left;
}
#content_all .content li.tab span.right {
  height: 25px;
  padding: 0;
  width: 5px;
  background: url(/images/bmw/bg/tabR.jpg) no-repeat right top;
  display: block;
  float: left;
}
#content_all .content li.selected.tab {
  display: block;
  padding: 0 5px;
  cursor: pointer;
  background: url(/images/bmw/bg/tabL_on.jpg) no-repeat left top;
}
#content_all .content li.selected.tab span {
  color: #fff;
  padding: 5px;
  background: url(/images/bmw/bg/tabC_on.jpg) repeat-x left top;
  display: block;
  float: left;
}
#content_all .content li.selected.tab span.right {
  height: 25px;
  padding: 0;
  width: 5px;
  background: url(/images/bmw/bg/tabR_on.jpg) no-repeat right top;
  display: block;
  float: left;
}

.cars.show #images_and_dropdown {
  height: 1px;
  margin-bottom: 0;
}
.cars.show .image_thumbs {
  margin: 0 0 25px;
}

#loader {
  width: 1014px;
  height: 305px;
  background: url(/images/bmw/banner-loader.gif) no-repeat center center #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#image_thumbs {
  position: relative;
}

#banner, #banner-link {
  height: 305px;
  display: block;
}

#overlay {
  background: url(/images/loading.gif) no-repeat center center #000;
  position: absolute;
  width: 710px;
  height: 443px;
  top: 0;
  left: 0;
}

#photo_gallery {
  position: relative;
}

#order {
  width: 350px;
}

#order h2 {
  margin: 0 0 10px 0;
}

#order p {
  margin: 0 0 5px 0;
}

#order p label {
  float: left;
  width: 50px;
  line-height: 26px;
}

#order p input {
  width: 288px;
}

#order input, #order textarea {
  border: solid 1px #dedede;
  padding: 5px;
}

#order p#form_order_message label {
  width: 100%;
}

#order p#form_order_message textarea {
  width: 338px;
}

#order #form_order_submit input {
  width: 50px;
  float: left;
}

#order #form_order_error_message {
  float: right;
  width: 278px;
  padding: 5px;
}

.categories #content_all {
  width: 462px;
  margin: 0 80px 0 0;
}

.categories .prev_page, .categories .next_page {
  text-indent: -10000px;
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
}

.categories .pagination {
  float: left;
  margin: 5px 0 0 40px;
}

.categories .pagination a,
.categories .pagination span {
  float: left;
  display: block;
  width: 16px;
  line-height: 16px;
  vertical-align: bottom;
}

.categories .pagination span,
.categories .pagination a:hover {
  color: #3a69b1
}

.categories .prev_page {
  background: url(/images/bmw/prevpage.png) no-repeat left center;
}

.categories .next_page {
  background: url(/images/bmw/nextpage.png) no-repeat left center;
}

#products {
  float: left;
  margin: 20px 0 0 0;
}

#products .description {
  float: right;
  width: 282px;
}

#products .image {
  float: left;
  width: 140px;
  margin: 0 40px 0 0;
}

#products li {
  list-style: none;
  width: 462px;
  float: left;
  margin: 0 0 30px 0;
}

#category-name {
  float: left;
  width: 140px;
  font-size: 13px;
  line-height: 25px;
}

#products h3 {
  margin: 0 0 10px 0;
}

#products .price {
  margin: 15px 0 0 0;
}

#products .price strong {
  color: #3a69b1;
}

#products .price strong.discount {
  color: #ff0000;
}

#products .order-link a {
  text-indent: -10000px;
  overflow: hidden;
  display: block;
  width: 95px;
  height: 25px;
  background: url(/images/bmw/solicitar.jpg) no-repeat;
  margin: 10px 0 0 0;
}

/*Invite*/
#invite{
  width: 1013px;
  border-bottom: #ccc solid 1px;
  padding: 28px 0 125px;
  height: 306px;
}
#invite .form_loading {
  background: url(/images/bmw/bg/loader.gif) right top no-repeat;
  width: 32px;
  height: 32px;
  float: right;
  margin: -35px 4px 0 0;
  display: none;
}
#invite form{
   width: 379px;
   margin: 5% auto 0 25%;
   height: 304px;
   position: relative;
}
#invite h3{
  width: 258px;
  height: 25px;
  background: url(/images/bmw/bg/title_indique.png) no-repeat;
  text-indent: -9999px;
  margin-left: 122px;
}
#invite p{
  width: 272px;
  margin: 6px 0 5px 124px;
  font-size: 12px;
}
#invite fieldset{
  border: none;
}
#invite li{
  list-style: none;
  display: block;
  margin: 10px 0;
  height: 18px;
}
#invite li label{
  width: 116px;
  float: left;
  text-align: right;
  margin-top: 5px;
  font-size: 11px;
}
#invite .inputs{
  height: 219px;
}

#invite .inputs input,
#invite .inputs textarea{
  background: #FFF;
	border: 0;
	padding: 0px 5px 0 5px;
	height: 22px;
	width: 246px;
	float: right;
	background: url(/images/bmw/bg/input.jpg) no-repeat;
}
#invite .inputs textarea{
  background: url(/images/bmw/bg/textarea.png) no-repeat center bottom;
  height: 90px;
  width: 244px;
  border:1px solid #939393;
}
#invite .buttons input{
  background: url(/images/bmw/bt/bt_enviar.png) no-repeat;
  width: 57px;
  height: 21px;
  border: none;
  text-indent: -999px;
  line-height: 0;
  float: right;
  cursor: pointer;
  *margin-top: 12px;
} 
#invite .bt_voltar{
  display: block;
  text-indent: -999px;
  background: url(/images/bmw/bt/bt_voltar.png) no-repeat;
  width: 31px;
  height: 9px;
  position: absolute;
  bottom: -4px;
  left: 123px;
  *margin-bottom: -12px;
}
/*Alert*/
#invite .continue {
  background: url(/images/bmw/bg/continue.jpg) no-repeat;
  width: 313px;
  height: 46px;
  display: block;
  text-indent: -999px;
  margin: 16% auto 0 34%;
}
#invite .error {
  position: relative;
}
#invite .error input {
  background-image: url(/images/bmw/bg/form_input_alert.png);
}
#invite .error p {
  background: url(/images/bmw/bg/txt_alert.png) no-repeat;
  text-indent: -9999px;
  height: 35px;
  width: 181px;
  float:right;
  margin-right:-164px;
  margin-top:-47px;
}
#invite abbr {
  display: none;
}

