html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

	cursor: default;
}

a {
	cursor: pointer;
}

img {
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* ignorar o reset à margin e padding das tables */
table, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}



/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}




.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
body {
	height: 100%;
}


a {
	color: #FF6600;
	text-decoration: none;
}


a:hover {
	color: #DD1A22;
}

ul {
	padding: 0px;
	margin: 10px 0px 10px 30px;
	list-style: disc url(../../../layout/tplGeral/img/Bullet-legenda.png) outside;
}

ul li {
	margin: 5px 0px 0px 0px;
	padding-left: 3px;
}

label {
	font: normal normal bold 13px arial, sans-serif;
	color: #777;
}

input, textarea, select {
	font: normal normal bold 13px/16px Arial, Sans-Serif;
	background-color: #FFFFFF;
}

textarea {
	overflow: auto;
	border: 1px solid #FA9C05;
}

.fielder {
	border: 1px solid #FA9C05;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0.3em 0.4em;
}

.btn {
	color: #fff;
	font: normal normal bold 13px arial, sans-serif;
	background-color: #FA9C05;
	padding: 0.3em;
	cursor: pointer;
	border: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



fieldset {
	border: 1px solid #E5E5E5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px 5px;
	background-color: #ffffff;
}

legend {
	font: normal normal bold 15px/18px arial, sans-serif;
	color: #333;
	padding: 0px 5px;
}
html, body {
	height: 100%;
	font: normal normal normal 14px/22px arial, verdana, sans-serif;
	color: #555;
}


body {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Master-Page-BG.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
}


#Geral-content{
	text-align: left;
	width: 975px;
	height: auto;
	margin: 0px auto;
}

#header {
	position: relative;
	height: 290px;
	width: 975px;
}

#logo {
	width: 298px;
	height: 124px;
	position: absolute;
	left: 14px;
	top: 27px;
	overflow: hidden;

	background-image: url("../../../layout/tplGeral/../../../layout/tplGeral/img/logo.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#logo a {
	display: block;
	width: 298px;
	height: 124px;
	overflow: hidden;
	line-height: 9999px;
}

#headerimages {
	position: absolute;
	top: 20px;
	right: 17px;
	height: 215px;
	width: 621px;
	border:0px solid #000000;

	z-index: -2;

	overflow: hidden;

	background-repeat: no-repeat;
}

.headerpic_01 { background-image: url("../../../layout/tplGeral/../../../layout/tplGeral/img/header_banners/banner1.png"); }
.headerpic_02 { background-image: url("../../../layout/tplGeral/../../../layout/tplGeral/img/header_banners/banner2.png"); }
.headerpic_03 { background-image: url("../../../layout/tplGeral/../../../layout/tplGeral/img/header_banners/banner3.png"); }
.headerpic_04 { background-image: url("../../../layout/tplGeral/../../../layout/tplGeral/img/header_banners/banner4.png"); }
.headerpic_05 { background-image: url("../../../layout/tplGeral/../../../layout/tplGeral/img/header_banners/banner5.png"); }

#top-image{
	right: 0px;
	top: 2px;
	position: absolute;
	width: 234px;
	height: 72px;
	border:0px solid;
	border-color: #330000;
	z-index: 3;
}



.menuver {
	position: absolute;
	width: 298px;
	height: 70px;
	border:0px solid;
	top:155px;
	left: 20px;
	line-height: 26px;
	color:#f47006;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-indent: 0px;
}


ul.menuver li {
	float:left;
	margin:3px 0px;
	padding: 0px;
	height: 20px;

}
ul.menuver li a {
	width: 298px;
	height:20px;
	display:block;
	color:#fa9c05;
	text-decoration: none;
	font-size:11pt;
	font-family:arial;
	text-align:left;
	line-height: 22px;
	padding-left: 15px;
}

ul.menuver li a:hover {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-menu-top-left.png');
	background-repeat: no-repeat;
	color:#ffffff;
	font-size:11pt;
	width: 298px;
	height: 20px;
}
/*
ul.menuver li.current a {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-menu-top-left.png');
	background-repeat: no-repeat;
	color:#ffffff;
	font-size:11pt;
	width: 298px;
	height:20px;
}
*/




ul.menu{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 960px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	height:44px;
	list-style: none;
	text-indent: 0px;
	line-height: 44px;
}

ul.menu li {
	float:left;
	padding:0px;
	margin: 0px;
	height: 44px;
	line-height: 44px;
}

ul.menu li a {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/top-menu-buttom.png');
	background-repeat: no-repeat;
	width: 135px;
	height:20px;
	display:block;
	color:#fff;
	text-decoration: none;
	font-size:11pt;
	font-family:arial;

	line-height: 18px;

	text-align:center;

	padding-bottom: 10px;
	padding-top: 15px;
}

ul.menu li a:hover {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/top-menu-buttom-ouver-and-active.png');
	background-repeat: no-repeat;
	font-size:11pt;
	width: 135px;
	height:20px;
}

ul.menu li.current a {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/top-menu-buttom-ouver-and-active.png');
	background-repeat: no-repeat;
	font-size:11pt;
	width: 135px;
	height:20px;
}





#Pagecontent{
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/left-shadow-br.png');
	background-repeat: repeat-y;
	width: 975px;
	margin: auto;
	margin-top:0px;
	border: 0px solid 000000;
	height:auto; min-height:340px;
}



/*Ondas fade BG Bottom div*/
#Page-bottom-bg{
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/sombra-bottom-bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 940px;
	margin: auto;
	margin-top:0px;
	border: 0px solid #000000;
	height:auto; min-height:485px;
}
/*Fim Ondas fade BG Bottom div*/


/*Degrade Nav Top BG div*/
#Page-center-top-bg{
 background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Master-Top-Page-BG.png');
 background-repeat: repeat-x;
background-position:top;
background-color: #FFFFFF;
width: 940px;
margin: auto;
height:auto; min-height:50px;
}
/*Fim Degrade Nav Top BG div*/




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Menu Navigation*/

#Top_Nav-Bar-space{
float: left;
width: 960px;
margin: auto;
border: 0px solid;
border-color:#000000;
height:13px;
clear: left;
}


/*Fim Menu Navigation*/


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Nav bar*/
#Top-Nav-bar{
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Bullet-cinza.png');
	background-repeat: no-repeat;
	background-position: left;
	font: normal normal bold 11px/40px arial, sans-serif;

	padding-left: 12px;
	margin-left: 21px;
	float: left;
	width: 880px;
	height:40px;
	color:#000;
}

#Top-Nav-bar a {
	color: #000000;
	text-decoration: none;
}

#Top-Nav-bar a:hover {
	color: #EF3624;
}


/*Fim Nav bar*/



h2 {
	font: normal normal normal 20px/25px arial, sans-serif;
	color:#ea8304;
	margin: 0px 0px 8px;
}

h3 {
	font: normal normal normal 17px/22px arial, sans-serif;
	color:#fd8b04;
	margin: 0px 0px 8px;
}

.font-Black-tit{
	color:#000 ;
}

#content_text {
	padding: 0px 26px 26px;

}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  /*Clientes e parceiros*/
#bg_board_parceiros{
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-board-parceiros.png');
	background-repeat: no-repeat;
	font: normal normal normal 12px arial, sans-serif;
	float: left;
	width: 319px;
	height:217px;
	color: #000;
}



h3.stand_heading {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/mini-car-icon.png');
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 17px;

	color: #D54D07;
	font: normal small-caps bold 13px/32px arial, sans-serif;
	text-indent: 12px;
}


h6 {
	color: #D54D07;
	font: normal small-caps bold 13px/35px arial, sans-serif;
	text-indent: 12px;
}

#Logos-Parceiros{
	width: 295px;
	height: 142px;
	margin-left: 12px;
	margin-top:-1px;
}



.box-legenda {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Bullet-legenda.png');
	background-repeat: no-repeat;
	background-position: left;
	color: #868686;
	font: normal normal normal 11px/41px arial, sans-serif;
	margin-left: 12px;
	padding-left: 10px;
}


#bg_board_mapa{
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-board-mapa.png');
	background-repeat: no-repeat;
	width: 277px;
	height:415px;
}


#mapa-content{
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/mapa.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 252px;
	height: 340px;
	margin-left: 13px;
	position: relative;
}

#mapa-content a {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/mapa.png');
	background-repeat: no-repeat;
	display: block;

	position: absolute;

	line-height: 9999px;
	overflow: hidden;
	text-decoration: none;

	width: 220px;
	height: 150px;
}

#mapa-base1 {
	background-position: -15px -15px;
	top: 15px;
	left: 15px;
}

#mapa-base1:hover { background-position:-267px -15px; }


#mapa-base2 {
	background-position: -25px -170px;
	top: 170px;
	left: 25px;
}

#mapa-base2:hover { background-position:-277px -170px; }




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  /*Destaque de viatura*/
#bg_board_Destaque{
background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-board-viatura-destaque.png');
background-repeat: no-repeat;
font-family: Arial;
font-size: 12px;
padding-left: 0px;
margin-top: 0px;
float: left;
width: 243px;
height:250px;
border: 0px solid;
border-color: #CC3300;
color: #000;
}


.image-destaque{
	width: 220px;
	height: 180px;
	margin-left: 12px;
	background-color: #D3D3D1;
	overflow: hidden;
}

.Legenda-destaque{
	float: left;
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Bullet-legenda.png');
	background-repeat: no-repeat;
	background-position: left;
	width: 125px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	margin-left: 12px;
	padding-left: 10px;
	line-height: 35px;
}

#Boot-mais-Detalhes{
float: right;
border:0px solid;
width: 76px;
height: 22px;
color: #000000;
font-family: Arial;
margin-right: 12px;
padding-top: 11px;
}


.Box_boot-Destaques{
	float: right;
	width: 78px;
	height: 23px;
	margin-right: 10px;
	margin-top: 7px;
	border:0px solid;
}

.boot-Pesquisa,
.boot-Destaques{
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Boot.png');
	background-repeat: no-repeat;
	font: normal normal bold 11px/22px arial, sans-serif;
	display: block;
	height: 23px;
	margin: 0;
	color: #FFFFFF !important;
	padding-right: 5px;
	overflow:hidden;
	text-indent: 0px;
	text-align: center;
	width: 78px;
}

.boot-Destaque:hover {
	color: #ffffff;
}
  /*Fim Destaque de viatura*/




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  /*Newsletter*/
#bg_board_Newsletter{
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-board-newsletter.png');
	background-repeat: no-repeat;

	font: normal normal normal 12px arial, sans-serif;
	float: right;
	width: 243px;
	height: 216px;
	color: #000;

	position: relative;

	margin-right: 8px;
}

#bg_board_Newsletter label {
	display: block;
	float: none;
	margin: 15px 0px 5px;
}



#bg_board_Newsletter .btn {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Boot.png');
	background-repeat: no-repeat;
	background-color: transparent;

	font: normal normal bold 11px/22px arial, sans-serif;

	border: 0;
	display: block;
	height: 23px;
	margin: 0;
	padding-right: 5px;
	overflow:hidden;
	text-align: center;
	width: 78px;

	cursor: pointer;

	bottom: 8px;

	position: absolute;
}

#Box_form-Newsletter{
	width: 200px;
	height: 115px;
	margin-left: 25px;
	margin-top: 6px;
	margin-bottom: 9px;
	border:0px solid;
}

#Label-Nome-Newsletter{
	font-family: Arial;
	font-size: 12px;
	padding-left: 3px;
	line-height: 35px;
	float: left;
	color: #000;
}

#Label-Email-Newsletter{
clear: left;
float: left;
font-family: Arial;
font-size: 12px;
padding-left: 3px;
line-height: 35px;
color: #000;
}

.Div-Input-Newsletter{
 float: right;
 width: 155px;
font-family: Arial;
padding-top: 7px;
padding-left: 2px;
padding-right: 10px;
font-size: 12px;

}

.input_email_newsletter{
   background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-input-newsletter.png');
  background-repeat: no-repeat;
  width: 162px;
  height: 22px;
  padding-left: 2px;
  border:0px solid;
  border-color: #9D9D9D;

}

.Div-Boot-Newsletter{
float: right;
border:1px solid;
width: 76px;
height: 22px;
color: #000000;
font-family: Arial;
margin-right: 12px;
padding-top: 11px;
}


#Box_boot-Newsletter{
float: right;
width: 78px;
height: 23px;
margin-right: 10px;
margin-top: 4px;
border:0px solid;
}

  /*Fim Newsletter*/







/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
  /*Pesquisa de viatura*/
#bg_board_Pesquisa{
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-board-pesquisa.png');
	background-repeat: no-repeat;

	font: normal normal normal 12px arial, sans-serif;
	padding: 0px;
	margin: 0px 0px 12px;
	float: left;
	width: 243px;
	height:115px;
	color: #000;
}

#Box_form-Pesquisa{
	width: 214px;
	margin: 13px 0px 6px 25px;
	border:0px solid;
}

#Label-Nome-Pesquisa{
	font-family: Arial;
	font-size: 12px;
	padding-left: 3px;
	line-height: 35px;
	float: left;
	color: #000;
}


.boxbtn_area {
	float: right;
	width: 78px;
	height: 23px;
	margin: 12px 10px 0px 0px;
	border:0px solid;
}

.boxbtn_info {
	float: left;
	width: 123px;
	height: 23px;
	margin: 10px 0px 0px 10px;
	border:0px solid;

	font: normal normal normal 10px/12px arial, sans-serif;
	color: #888888;
}

.boxbtn_1 {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Boot.png');
	background-color: transparent !important;
	background-repeat: no-repeat;

	font: normal normal bold 11px/22px arial, sans-serif;
	border-width: 0px;
	display: block;
	height: 23px;
	margin: 0;
	color: #FFFFFF;
	overflow:hidden;
	text-align: center;
	width: 78px;
	cursor: pointer;
}


#info-left-Pesquisa{
	float: left;
	font-family: Arial;
	font-size: 10px;
	border: 0px solid;
	border-color: #FF3300;
	display: block;
	width: 140px;
	height: 23px;
	margin: 0;
	color: #888888;
	overflow:hidden;
	text-indent: 0px;
	text-align: left;
	text-decoration: none;
	line-height: 13px;
}

  /*Fim Pesquisa de viatura*/





 /*Lista de viatura*/

#div-left {
	float: left;
	width: 640px;
	margin: 0px 0px 15px 12px;
}


.stand-list-item{
	float: left;
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Box-listagem.png');
	background-repeat: no-repeat;
	width: 143px;
	height: 185px;
	margin: 7px 8px;
}

.image-viatura-list{
  width:124px;
  height:102px;
  margin-left: 10px;
  margin-top: 14px;
}

.Marca-Modelo-List {
	width:124px;
	margin-top: 5px;
	margin-left: 10px;
	color:#868686;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}

.boot-mais-detalhes-list a {
	float: right;
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Mini-Boot.png');
	background-repeat: no-repeat;
	border: 0px solid;
	display: block;
	height: 23px;
	margin: 0px;
	color: #FFFFFF;
	padding-right: 9px;
	overflow:hidden;
	text-indent: 0px;
	text-align: center;
	text-decoration: none;
	width: 70px;

	font: normal normal bold 11px/22px arial, sans-serif;
}

.Preco-list {
	float: left;

	font: normal normal normal 12px/22px arial, sans-serif;

	display: block;
	margin: 0px;
	color: #535353;
	padding-left:9px;
	overflow:hidden;
	width: 50px;
}




#Box-Listagem-space{
  float: left;
  width: 18px;
  height: 185px;
}



#fotter-bottom-bar{
	width: 100%;
	border-top: 2px solid;
	border-color:#FF6633;
}

#Bg-Nav-bottom-List{
  float: left;
  background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Bg-Nav-bottom-List.png');
  background-repeat: no-repeat;
  width: 608px;
  height: 26px;
  margin-top: 15px;
  margin-left: 8px;
}

.Nav-bottom-list-anterior{
  background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Bullet-anterior.png');
  background-repeat: no-repeat;
  background-position: left;
  float: left;
  width: 220px;
  color:#fff;
  font-family: Arial;
  font-size: 12px;
  margin-left: 7PX;
  line-height: 28px;
  padding-left: 17px;
  border:0px solid;
}

.Nav-bottom-list-anterior a{
  color:#fff;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold ;
}

.Nav-bottom-list-numeric-links{
  float: left;
  width: 100px;
  color:#fff;
    font-family: Arial;
  font-size: 12px;
  line-height: 28px;
  border:0px solid;
  text-align: center;
}
.Nav-bottom-list-numeric-links a{
  color:#fff;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold ;
}



.Nav-bottom-list-proximo{
  background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Bullet-proximo.png');
  background-repeat: no-repeat;
  background-position: right;
  float: right;
  width: 100px;
  color:#fff;
  font-family: Arial;
  font-size: 12px;
  margin-right: 7PX;
  line-height: 28px;
  padding-right: 17px;
  text-align: right;
}
.Nav-bottom-list-proximo a{
  color:#fff;
  font-family: Arial;
  font-size: 12px;
  line-height: 28px;
  text-decoration: none;
  font-weight: bold ;
}
 /*Fim Lista de viatura*/







#Div-Left-Box-Detalhes{
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-board-left-detalhes.png');
	background-repeat: no-repeat;
	width:610px;
	height:437px;
	margin: 0px 25px 0px 30px;
	float: left;
	position: relative;
}





#Bg-Nav-bottom-detalhes{
  float: left;
   background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Bg-Bottom-Detalhes-viatura.png');
  background-repeat: no-repeat;
  width: 608px;
  height: 26px;
  margin-top: 0px;
  margin-left: -1px;
  border:0px solid;
}

.Nav-bottom-detalhes-anterior{
  background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Bullet-anterior.png');
  background-repeat: no-repeat;
  background-position: left;
  float: left;
  width: 220px;
  color:#fff;
  font-family: Arial;
  font-size: 12px;
  margin-left: 10PX;
  line-height: 28px;
  padding-left: 17px;
  border:0px solid;
}

.Nav-bottom-detalhes-anterior a{
  float: left;
  color:#fff;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
   line-height: 28px;
  font-weight: bold;
  border:0px solid;
}

.Nav-bottom-detalhes-numeric-links{
  float: left;
  width: 100px;
  color:#fff;
    font-family: Arial;
  font-size: 12px;
  line-height: 28px;
  border:0px solid;
  text-align: center;
}
.Nav-bottom-detalhes-numeric-links a{
  color:#fff;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold ;
}

.Nav-bottom-detalhes-proximo{
  background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Bullet-proximo.png');
  background-repeat: no-repeat;
  background-position: right;
  float: right;
  width: 100px;
  color:#fff;
  font-family: Arial;
  font-size: 12px;
  margin-right: 7PX;
  line-height: 28px;
  padding-right: 17px;
  text-align: right;
}
.Nav-bottom-detalhes-proximo a{
  color:#fff;
  font-family: Arial;
  font-size: 12px;
  line-height: 28px;
  text-decoration: none;
  font-weight: bold ;
}
/*Fim Detalhes de viatura*/




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Titulos Detalhes de viatura */

#Tit-detalhes-marca-modelo{
	float: left;
	width:200px;
	height:50px;
	padding-top:10px;
	padding-left:25px;
	line-height: 20px;
}

.titulos-laranja-Big{
	font-size: 18px;
	color: #d54b04;
}

.titulos-soft-brown-Big{
	font-size: 18px;
	color: #868686;
	margin-left: 3px;
}

.titulos-laranja-Normal{
	font-size: 14px;
	color: #d54b04;
}

.titulos-soft-brown-Normal{
	font-size: 14px;
	color: #868686;
	margin-left: 3px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Fim Titulos Detalhes de viatura */




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Titulo Referencia Detalhes de viatura */

#Tit-detalhes-Ref{
	float: right;
	width:140px;
	height:50px;
	padding-top:27px;
	padding-right:20px;
	text-align: right;
	color: #d54b04;
	font-size: 18px;
}

.titulos-Ref-soft-brown-Big{
	color: #868686;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Fim Titulo Referencia Detalhes de viatura */



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Img Detalhes de viatura */

#Img-detalhes-Viatura{
	position: absolute;

	left: 27px;
	top: 61px;
}

#Img-Galery-Detalhes-Viatura{
	position: absolute;
	bottom: 18px;
	left: 25px;
	width:315px;
	height:70px;
}

#img-galery-boot-non-select-previous{
  float: left;
  width:16px;
  height:70px;
  margin-top:0px;
  margin-left:0px;
  border:0px solid;
}

#img-galery-boot-non-select-next{
  float: right;
  width:16px;
  height:70px;
  margin-top:0px;
  margin-left:0px;
  border:0px solid;
}

#img-galery-Mini-Thumb{
  float: left;
  width:59px;
  height:50px;
  margin-top:8px;
  margin-left:5px;
  padding: 2px;
  border:1px solid;
  border-color: #B4B4B4;
  background-color:#fff;
}

#img-galery-Mini-Thumb-selected{
  float: left;
  width:59px;
  height:50px;
  margin-top:8px;
  margin-left:5px;
  padding: 2px;
  border:0px solid;
  background-color:#fb8a03;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Fim Img Referencia Detalhes de viatura */



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Left Detalhes de viatura */

#Left-detalhes-Viatura{
  position: absolute;
  top: 60px;
  right: 25px;
  width: 225px;
}


h5.stand_heading {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Bullet-cinza.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:13px;
	font-size: 16px;
	color: #707070;
}

#detalhes-Viatura-left-text{
	float: left;
	width:80px;
	padding-right: 5px;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
	color: #d54b04;
	font-weight: bold;
}

#detalhes-Viatura-right-text{
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	color: #606060;
}


#detalhes-Observacoes{
	margin-top:0px;
	font-size: 13px;
	color: #606060;
	line-height: 18px;
	overflow: auto;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Fim Left Referencia Detalhes de viatura */





#tit-Pedido-informacao-de-viatura{
  background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/mini-car-icon.png');
  background-repeat: no-repeat;
  background-position: left;
width: 205px;
color: #4E4E4E;
font-family: Arial;
font-size: 12px;
margin-left: 12px;
padding-left: 27px;
 line-height: 35px;
}



#Boot-Pedido-informacao-de-viatura{
float: right;
border:0px solid;
width: 76px;
height: 22px;
color: #000000;
font-family: Arial;
margin-right: 12px;
padding-top: 11px;
}


#Box_boot_Pedido-informacao-de-viatura{
float: right;
width: 78px;
height: 23px;
margin-right: 10px;
margin-top: 11px;
border:0px solid;
}

.boot-Pedido-informacao-de-viatura{
    background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Boot.png');
  background-repeat: no-repeat;
  font-family: Arial;
font-size: 11px;
 border: 0;
 display: block;
 height: 23px;
 margin: 0;
 color: #FFFFFF;
 padding-right: 5px;
 overflow:hidden;
 text-indent: 0px;
 text-align: center;
 text-decoration: none;
width: 78px;
line-height: 22px;
}

#Label-Nome-Pedido-informacao-de-viatura{
font-family: Arial;
font-size: 12px;
padding-left: 3px;
 line-height: 35px;
float: left;
color: #000;
}

#Label-Email-Pedido-informacao-de-viatura{
clear: left;
float: left;
font-family: Arial;
font-size: 12px;
padding-left: 3px;
line-height: 35px;
color: #000;
}

#Label-telef-Pedido-informacao-de-viatura{
clear: left;
float: left;
font-family: Arial;
font-size: 12px;
padding-left: 3px;
line-height: 35px;
color: #000;
}




.Div-Input-Pedido-informacao-de-viatura{
	float: right;
	width: 155px;
	font-family: Arial;
	padding-top: 7px;
	padding-left: 2px;
	padding-right: 10px;
	font-size: 12px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Pedido de informação de viatura quadro Div*/
#bg_board_Pedido-informacao-de-viatura{
 background-image: url('../../../layout/tplGeral/img/');
background-repeat: no-repeat;
font-family: Arial;
font-size: 12px;
padding-left: 0px;
margin-top: -13px;
float: left;
width: 243px;
height:201px;
border: 0px solid;
border-color: #CC3300;
color: #000;
}





#bg_board_PedidoContacto {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-board-Pedido-informacao-de-viatura.png');
	background-repeat: no-repeat;

	font: normal normal normal 12px arial, sans-serif;
	padding: 0px;
	margin: 0px 0px 12px;
	float: left;
	width: 243px;
	height: 183px;
	color: #000;
}



#Box_form-PedidoContacto {
	width: 204px;
	margin: 13px 0px 0px 20px;
	border:0px solid;
	height: 94px;
	overflow: hidden;
}

#Box_form-PedidoContacto label {
	display: block;
	width: 45px;
	margin: 0px;
	padding: 0px;
	font: normal normal normal 12px/20px arial, sans-serif;
	color: #222222;
	float: left;
}






#bg_board_Sugerir {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-board-pesquisa.png');
	background-repeat: no-repeat;

	font: normal normal normal 12px arial, sans-serif;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 243px;
	height:116px;
	color: #000;
}



#Box_form-Sugerir {
	width: 214px;
	margin: 13px 0px 6px 20px;
	border:0px solid;
}

#Box_form-Sugerir label {
	display: block;
	float: left;
	width: 50px;
	font: normal normal normal 12px/20px arial, sans-serif;
	color: #222222;
}







#Box-Form-Pedido-informacao-de-viatura{
	width: 214px;
	height: 105px;
	margin-left: 15px;
}



div.fielder_small {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-input-sugerir.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 140px;
	height: 21px;
	padding: 1px 5px;
	display: block;
	float: left;
}

input.fielder_small {
	background-color: transparent !important;
	width: 140px;
	margin: 0px;
	border: 0px;
}



div.fielder_medium {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-input-pesquisa.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 182px;
	height: 21px;
	padding: 1px 5px;
	display: block;
}

input.fielder_medium {
	background-color: transparent !important;
	width: 182px;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px;
}





.Div-Input-Pesquisa{
	float: right;
	width: 157px;
	font-family: Arial;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 48px;
	font-size: 12px;
}

.input_nome_Pesquisa{
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-input-pesquisa.png');
	background-repeat: no-repeat;
	background-color: transparent !important;
	width: 174px;
	height: 22px;
	padding: 3px 10px 3px 8px;
	border-width: 0px;
	margin: 3px 0px 0px 1px;
}








/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Sugerir viatura Div*/
#bg_board_Sugerir-viatura{
 background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-board-pesquisa.png');
background-repeat: no-repeat;
font-family: Arial;
font-size: 12px;
padding-left: 0px;
margin-bottom: 0px;
margin-top: -6px;
float: left;
width: 243px;
height:115px;
border: 0px solid;
border-color: #CC3300;
color: #000;
}

#tit-Sugerir-viatura{
width: 205px;
color: #4E4E4E;
font-family: Arial;
font-size: 12px;
padding-left: 12px;
 line-height: 35px;
}


#Box_form-Sugerir-viatura{
width: 214px;
height: 80px;
margin-left: 15px;
margin-top: 6px;
border:0px solid;

}

#Label-Nome-Sugerir-viatura{
font-family: Arial;
font-size: 12px;
padding-left: 3px;
 line-height: 35px;
float: left;
color: #000;
}


.Div-Input-Sugerir-viatura{
 float: right;
 width: 157px;
font-family: Arial;
padding-top: 5px;
padding-left: 2px;
padding-right: 48px;
font-size: 12px;

}

.input_nome_Sugerir-viatura{
  background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/bg-input-pesquisa.png');
  background-repeat: no-repeat;
  width: 190px;
  height: 22px;
  padding-left: 2px;
  border:0px solid;
  border-color: #9D9D9D;
}


.Div-Boot-Sugerir-viatura{
float: right;
border:0px solid;
width: 76px;
height: 22px;
color: #000000;
font-family: Arial;
margin-right: 12px;
padding-top: 0px;
}


#Box_boot-Sugerir-viatura{
float: right;
width: 78px;
height: 23px;
margin-right: 10px;
margin-top: -34px;
border:0px solid;
}

#Box_info-Sugerir-viatura{
float: left;
width: 123px;
height: 23px;
padding-left: 11px;
margin-top: -36px;
border:0px solid;
}

.boot-Sugerir-viatura{
background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/Boot.png');
background-repeat: no-repeat;
font-family: Arial;
font-size: 11px;
 border: 0px solid;
 border-color: #FF3300;
 display: block;
 height: 23px;
 margin: 0;
 color: #FFFFFF;
 padding-right: 5px;
 overflow:hidden;
 text-indent: 0px;
 text-align: center;
 text-decoration: none;
width: 78px;
line-height: 22px;
}

#info-left-Sugerir-viatura{
 float: left;
font-family: Arial;
font-size: 10px;
 border: 0px solid;
 border-color: #FF3300;
 display: block;
 width: 140px;
 height: 23px;
 margin: 0;
 color: #888888;
 overflow:hidden;
 text-indent: 0px;
 text-align: left;
 text-decoration: none;
line-height: 13px;
}
/*Sugerir viatura Div*/







/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Footer content */
#FooterContent{
font-family: Arial;
font-size: 11px;
margin: auto;
width: 940px;
height: 30px;
color: #FF6633;
border:0px solid;
padding-left: 10px;
padding-right: 10px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Footer Master Div content */
#FooterContentLinks{
  float: left;
  width: 570px;
  font-family: Arial;
font-size: 11px;
margin: auto;
color: #FF6633;
border:0px solid;
 margin-top: 15px;
 height: 30px;
}
/*Fim Footer Master Div content */


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*Footer Copyrigt Div content */
#FooterCopyright{
	float: right;
	width: 340px;
	margin-top: 15px;
	height: 30px;
	font: normal normal normal 10px/30px arial, sans-serif;
	text-align: right;
}

#FooterCopyright a {
	text-decoration: none;
	color: #FF6633;
}

#FooterCopyright a:hover {
	color: #000000;
}
/*Fim Footer Copyrigt Div content */





 /*Menu footer Navigation*/
 ul.FooterContentLinks {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: inherit;
	text-indent: 0px;
}

ul.FooterContentLinks li {
	float:left;
	margin: 0px;
	padding:0px;
}

ul.FooterContentLinks li a {
	display:block;
	color:#FF6633;
	text-decoration: none;
	font: normal normal normal 11px/30px arial, sans-serif;
	padding-right:26px;
	text-align:left;
}

ul.FooterContentLinks li a:hover {
	color: #CC6600;
}

ul.FooterContentLinks li.current a {
	color: #000000;
}




table.frota  {
	font: normal normal normal 14px/18px Arial, sans-serif !important;
	color: #444;
	background-color: #fff;

	border-spacing: 1;

	border: 1px solid #999;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	margin: 10px 0px 10px 10px;
}



table.frota td {
	background-color: #eaeaea;
	padding: 3px 4px;
}


table.frota td.header,
table.frota thead td {
	font: normal normal bold 13px/20px Arial, Trebuchet MS, Sans-serif;
	font-weight: bold;
	color: #fff;

	background-color: #FD8B04;

	text-align: right;

	padding: 3px 5px;
}











.formStyle1 label {
	display: block;
	float: left;

	width: 250px;
	height: 20px;
	text-align: right;
	margin-right: 10px;

	font: normal normal bold 13px/22px Arial, Sans-serif;
}

.formStyle1 label.error {
	color: #f55;
	font: 11px/11px Arial, Trebuchet MS, Sans-serif;
	font-weight: normal;
	margin: 5px 5px 0px 260px;
	width: 100%;
	text-align: left;
}

.formStyle1 .fielder {
	width: 300px;
}

.formStyle1 select.fielder {
	width: 312px;
}

.form_status {
	font: normal normal bold 17px Arial, Sans-serif;
	color: #fff;
	text-align: center;
	margin: 15px 0px 25px;
}

a#cv_remove {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 0px 0px 0px 85px;
	border: 0px;
	float:left;
	overflow: hidden;
	line-height: 999px;
	background: transparent url('../../../layout/tplGeral/../../../layout/tplGeral/img/close_icon_double.gif') 0 0 no-repeat;
}

a#cv_remove:hover{ background-position: 0 -20px; }



#ssgallery_carousel {
	width:280px;
	height: 74px;

	overflow: hidden;

	float: left;

	margin: 0px;
	padding: 0px;
	list-style: none;
}

#ssgallery_carousel li {
	float: left;

	width: 70px;
	height: 70px;

	border: 1px solid #FD8B04;

	margin: 2px 10px;
	padding: 0px;

	list-style: none;
}






.home_left {
	float: left;
	width: 600px;
	margin-left: 20px;
}


.home_left #content_text {
	padding: 0px;
	height:auto; min-height:166px;
}

.home_right {
	float: right;
	margin-right: 20px;
}









.form_loading {
	background-image: url('../../../layout/tplGeral/../../../layout/tplGeral/img/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 0px;

	text-align: center;
	padding-top: 70px;

	font: normal normal bold 13px/20px arial, sans-serif;
	color: #777777;
}






table.frota img {
	margin: 0px 3px;
}




/* MAIL FORM */

div#dwMailFormContainer {
	padding: 0px 0px 0px 10px;
}


div#dwMailForm label {
	display: block;
	text-align: right;

	font: normal normal bold 13px/18px arial, sans-serif;

	margin: 5px 10px 3px 5px;

	float: left;
	width: 85px;
}

div#dwMailForm label.error {
	color: #f55;
	font: normal normal normal 11px/11px Arial, Trebuchet MS, Sans-serif;
	margin: 3px 3px 3px 100px;
	width: 250px;
	text-align: left;
}


div#dwMailForm .fielder {
	border: 1px solid #FA9C05;

	font: normal normal bold 13px/13px arial, sans-serif;

	width: 250px;

	padding: 0.4em 0.5em;
	margin: 0px;
}

div#dwMailForm textarea.fielder {
	height: 80px;
}

div#dwMailForm .btn {
	width: 265px;
	padding: 0.3em;
	margin: 0px 0px 0px 100px;
	font-size: 16px;
}

div#dwMailForm_loading {
	background-image: url('../../../layout/tplGeral/img/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 8px;

	text-align: center;

	margin-top: 5px;
	padding-top: 110px;

	font: normal normal bold 15px/22px arial, sans-serif;
	color: #777777;
}

/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.light_rounded .pp_top .pp_left { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_pic_holder .pp_content a.pp_close { width: 68px; height: 22px; background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/btnClose.gif) center left no-repeat; cursor: pointer; } /* Close button */

	div.light_rounded .pp_arrow_previous { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* CHANGED BY JOEL */
	div.ppt div.ppt_left { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/tl.gif) bottom left no-repeat; }
	div.ppt div.ppt_right { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/tr.gif) bottom left no-repeat; }
	div.ppt div.ppt_content { background-color: #fff; }

	div.pp_pic_holder .pp_content p.pp_description {
		font: normal normal bold 13px/24px Arial, Sans-serif;
	}

	div.pp_pic_holder .pp_nav {
		font: normal normal bold 13px/18px Arial, Sans-serif;
		color: #555;
	}

	div.pp_pic_holder .pp_content a.pp_next {
		background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/btnNext.gif) 100% 10% no-repeat;
		cursor: pointer;

		visibility: hidden;

		filter: alpha(opacity=15);
		-moz-opacity: .15;
		opacity: .15;
	}

	div.pp_pic_holder .pp_content a.pp_next:hover {
		filter: alpha(opacity=90);
		-moz-opacity: .90;
		opacity: .90;
	}

	div.pp_pic_holder .pp_content a.pp_previous {
		background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/btnPrevious.gif) 0px 10% no-repeat;
		cursor: pointer;

		visibility: hidden;

		filter: alpha(opacity=15);
		-moz-opacity: .15;
		opacity: .15;
	}

	div.pp_pic_holder .pp_content a.pp_previous:hover {
		filter: alpha(opacity=90);
		-moz-opacity: .90;
		opacity: .90;
	}




	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */

	div.dark_rounded .pp_top .pp_left { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

	div.dark_rounded .pp_content { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }

	div.dark_rounded .pp_arrow_previous { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */

	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/contentPattern.png) top left repeat; }
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */

	div.dark_square .pp_expand { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */

	div.dark_square .pp_arrow_previous { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_square .pp_next:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */

	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }

	div.light_square .pp_expand { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */

	div.light_square .pp_arrow_previous { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_square .pp_next:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}

	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}

		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }

			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}

			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}

		.pp_content {
			height: 40px;
			position: relative;
			text-align: left;
			width: 100%;
		}

			.pp_content .pp_details {
				display: none;
				margin: 10px 15px 2px 20px;
			}
				.pp_description {
					display: none;
					float: left;
					margin: 0;
				}

				.pp_nav {
					float: left;
					margin: 3px 0 0 0;
				}

					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}

					.pp_nav a.pp_arrow_previous,
					.pp_nav a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}

		.pp_hoverContainer {
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}

		a.pp_next {
			background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}

		a.pp_previous {
			background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}

		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}

		a.pp_close {
			display: block;
			float: right;
			text-indent: -10000px;
		}

		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }

			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}

			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}

		.pp_loaderIcon {
			display: none;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}

		#pp_full_res {
			display: none;
			line-height: 1 !important;
			margin: 0 auto;
			text-align: center;
			width: 100%;
		}

		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			left: 0;
			position: absolute;
			top: 0;
			z-index: 9999;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    border: 1px solid #FD8B04;
    width: 70px;
    height: 70px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}








/*** SKIN ***/

.jcarousel-skin-cardetails .jcarousel-container { }

.jcarousel-skin-cardetails .jcarousel-container-horizontal {
    width: 240px;
    padding: 0px 40px;
}


.jcarousel-skin-cardetails .jcarousel-clip-horizontal {
    width:  250px;
    height: 75px;
}

.jcarousel-skin-cardetails .jcarousel-item {
    width: 65px;
    height: 65px;
    padding: 0px;
}

.jcarousel-skin-cardetails .jcarousel-item-horizontal {
    margin-right: 19px;
}


.jcarousel-skin-cardetails .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-cardetails .jcarousel-next-horizontal {
    position: absolute;
    top: 24px;
    right: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../../../layout/tplGeral/img/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-cardetails .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-cardetails .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-cardetails .jcarousel-next-disabled-horizontal,
.jcarousel-skin-cardetails .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-cardetails .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-cardetails .jcarousel-prev-horizontal {
    position: absolute;
    top: 24px;
    left: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../../../layout/tplGeral/img/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-cardetails .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-cardetails .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-cardetails .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-cardetails .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tancardetailsgo .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}




/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmAlert { /* contains + positions the alert window */
  display: none;

  position: fixed;
  top: 17%;
  width: 100%;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmAlert {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmAlertWindow {
	height:auto;
	width: 350px;
	margin: auto;

	left: 50%;
	margin-left: -175px;

	padding: 0px;

	background: #FD8B04;

	border: 6px solid #FD8B04;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.jqmAlertTitle{
	height: 30px;
	color:#FFF;
	background:#FD8B04;
}

.jqmAlertTitle h1{
	font: normal normal bold 17px/24px Arial, Trebuchet MS, Sans-serif;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	letter-spacing: 0px;
	color: #fff;
	float: left;
	height: 24px;
}

div.jqmAlert .jqmClose em{display:none;}
div.jqmAlert .jqmClose {
  width:20px;
  height:20px;
  display:block;
  margin: 2px 4px 0px 0px;
  border: 0px;
  float:right;
  clear:right;
  background:transparent url('../../../layout/tplGeral/img/close_icon_double.gif') 0 0 no-repeat;
}

div.jqmAlert a.jqmClose:hover,div.jqmAlert a.jqmCloseHover{ background-position: 0 -20px; }

div.jqmAlertContent{
	color:#555555;
	font: normal normal normal 14px/25px arial, sans-serif;
	text-align: left;

	padding:15px;
	margin:0px;
	letter-spacing:0px;
	background-color:#ffffff;


	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.jqmAlertLoading {
	background-image: url('../../../layout/tplGeral/img/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 5px;

	text-align: center;

	margin: 10px 0px 20px;
	padding-top: 100px;

	font: 15px/22px arial, helvetica, "Trebuchet MS", sans-serif;

	color: #555555;
	font-weight: bold;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../../../layout/tplGeral/macFFBgHack.png) repeat;}
.TB_overlayBG {

	background-position: 0px 100%;
	background-repeat: repeat-x;
	background-color: #000000;


	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 5px 5px 5px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#fff;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 5px 15px 15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
