﻿/*
 *
 ******************************************** ELEMENTS
 *
 */
a {
	font-weight: bold;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
address { font-size: 11px; }
body {
	background-position: center top !important;
	background-repeat: no-repeat !important;
}
body, table {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 { margin: 0 0 15px 0; }
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 13px; }
hr {
	height: 1px;
	border: 0;
	margin: 0 0 10px 0;
}
img { border: 0; }
p { margin: 0 0 10px 0; }
/*FORMS*/
label {
	cursor: pointer;
	margin: 0 5px 5px 0;
}
input, select, textarea {
	padding: 1px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
select {
	padding: 0;
	height: 23px;
}
input[type=radio], input[type=checkbox] {	
	border: 0;
	margin: 0;
	width: auto;
	height: auto;
	background: none;
}
input[type=file] { height: 25px; }
input[type=submit], input[type=button], button {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-indent: 32px;
	padding: 0;
	border: 0;
	width: 100px !important;
	height: 24px !important;
	line-height: 22px;
}
/*
 *
 ******************************************** CLASSES
 *
 */
/*DUMMY*/ 
.dummy1 { background-color: #ff0066; }
.dummy2 { background-color: #ccff00; }
/*IMAGE REPLACEMENT*/
.image_swap, .image_swap a {
	display: block;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.image_swap a:hover { background-color: transparent !important; }
.image_swap span { display: none; }
/*BREAD CRUMB*/
.breadcrumb {
	margin: 0 0 10px 0;
	font-size: 11px;
}
.breadcrumb li { display: inline; }
.breadcrumb a {
	text-decoration: underline;
	font-weight: normal;
}
.breadcrumb a:hover {
	background-color: transparent;
	text-decoration: none;
}
/*BUTTON BACK*/
.btn_back {
	width: 100px;
	height: 15px;
	line-height: 15px;
	margin: 50px 0 0 0;
}
.btn_back a { 
	display: block;
	background-position: 0 1px !important;
	text-indent: 25px;
	text-decoration: none;
}
/*IMAGE GALLERY*/
.image_gallery {
	display: block;
	list-style: none;
	margin: 0;
	padding: 30px 0 30px 0;
}
.image_gallery li { 
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}
.image_gallery a {
	display: block;
	margin: 0 !important;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.image_gallery img {
	width: 80px;
	height: 80px;
}
.image_gallery a { color: #000000; }
.image_gallery img { border: 2px solid #c7eafb; }
/*GENERAL*/
.text_note {
	font-size: 11px;
	font-style: italic;
}
.list_basic {
	list-style-position: inside;
	list-style-type: square;
	margin: 0 0 30px 30px;
}
.btn_special1 a, .btn_special1 a:hover, .btn_special2 a, .btn_special2 a:hover, .btn_special3 a, .btn_special3 a:hover {
	display: block;
	width: 140px;
	height: 32px;
	line-height: 32px;
	text-indent: 32px;
	text-decoration: none;
	background-color: transparent;
}
.btn_special1 a, .btn_special1 a:hover { background-position: 0px 0px !important; }
.btn_special2 a, .btn_special2 a:hover { background-position: 0px -32px !important; }
.btn_special3 a, .btn_special3 a:hover { background-position: 0px -64px !important; }
.notification_message {	text-align: center; }
/*NAVIO: FICHA TÉCNICA*/
.ficha_tecnica {
	font-size: 10px;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 0 10px 0;
}
.ficha_tecnica th {
	font-weight: bold;
	padding: 5px;
}
.ficha_tecnica td { padding: 1px; }
.ficha_tecnica td.left, .ficha_tecnica td.right { width: 65px; }
/*BASIC TABLE*/
.basic_table {
	font-size: 11px;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 0 10px 0;
}
.basic_table th {
	font-weight: bold;
	padding: 5px;
}
.basic_table td { padding: 2px; }
.cell_left { text-align: left; }
.cell_right { text-align: right; }


.download_link { margin: 20px 0 10px 0; }
.download_link a, .download_btn { 
	padding: 5px 8px 5px 20px;
	font-size: 11px;	
	font-weight: normal;
	text-decoration: none;
}
.download_btn { 
	display: block;
	padding: 3px 8px 3px 20px;
}
.small_text { font-size: 11px !important; }
/*CONTENT IMAGES*/
.image_float_left, .image_float_right {
	display: block;
	border: 0;
}
.image_float_left {
	float: left;
	margin: 0 10px 10px 0;
}
.image_float_right {
	float: right;
	margin: 0 10px 10px 0;
}
/*TABLE FORMS*/
.table_form_vertical { width: 100%; }
.table_form_vertical td { padding: 2px 0; }
.table_form_vertical .button_cell {
	padding: 10px 0 0 0;
	border: 0;
}
span.error_message, .error_message {
	font-size: 11px;
}
span.error_message { padding: 15px 0 0 0; }
.table_form_column {
	display: block;
	border: 0;
	width: 100% !important;
	-moz-border-radius: 9px;
}
.table_form_column td {
	vertical-align: top;
	padding: 5px;
}
.table_form_column td.cell_titlegroup { font-weight: bold; }
.table_form_column td.cell_label { text-align: left; }
.table_form_column td.cell_field {  }
.table_form_column td.cell_error { font-size: 11px; }
/*DOWNLOAD CATÁLOGO*/
.dl_catalogo { margin: 0; }
.dl_catalogo a {
	background: url(/Content/images/src/capa_catalogo1112.png) no-repeat 26px 0;
	display: block;
	width: 176px;
	padding: 160px 0 0 0;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
.dl_catalogo a:hover { background-color: transparent; }
/*FEATURED LIST*/
div#feature_list {
	height: 358px;
	overflow: hidden;
	position: relative;
	margin: 20px 0 20px 0;
	-moz-border-radius: 9px;
}
div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}
ul#tabs {
	left: 0;
	z-index: 2;
	width: 270px;
}
ul#tabs li { margin-bottom: 2px }
ul#tabs li a {
	text-decoration: none;	
	display: block;
	padding: 17px 0 0 7px;
	height: 53px;
	background: url("/Content/images/src/orange/featured_list.png") no-repeat;
	background-position: 0px 0px;
}
ul#tabs li a:hover {
	background-position: 0px -70px;
	text-decoration: none;
}
ul#tabs li a.current { background-position: 0px -140px; }

ul#output {
	position: relative;
	right: 0px;
	width: 390px;
}
ul#output li {
	position: absolute;
	width: 380px;
	padding: 25px 10px 10px 10px;
}
ul#output li p { margin: 0 0 10px 0; }
ul#output li ul {
	display: block !important;
	position: relative !important;
	margin: 0 0 10px 0;
	list-style-position: inside !important;
	list-style-type: square !important;
}
ul#output li ul > li {
	position: relative !important;
	display: inline !important;
	background: url("/Content/images/src/orange/bullet.png") no-repeat center left;
	line-height: 18px;
	padding: 0 5px 0 23px;
}
/*OUTROS*/
.featured_text {
	padding: 4px;
	text-align: center;
}
/*NOVIDADES*/
.novidade { margin: 0 0 5px 0; }
.novidade a {
	display: block;
	height: 68px;
	padding: 5px;
	text-decoration: none;
}
.novidade img {
	float: left;
	width: 100px;
	height: 68px;
	margin: 0 5px 0 0;
}
.novidade span.novidade_titulo {
	display: block;
	font-size: 13px;
	margin: 0 0 0px 0;
}
.novidade span.novidade_resumo {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
/*
 *
 ******************************************** IBEROCRUZEIROS
 *
 */
#header { height: 100px; }
#logo_ibero { margin: 10px 0 0 0; }

/*MENU*/
#menu_wrapper {
	height: 30px;
	z-index: 1000;
	line-height: 1;
}
#menu {
	position: absolute;
	height: 30px;
	list-style-type: none;
}

#menu > li, #menu > li a  {
	display: block;
	height: 30px;
}
#menu > li { float: left; }
#menu .over .submenu { display: block; }
.topmenu > a { background-repeat: no-repeat; }
.topmenu span { display: none; }

#btn_ibero > a {
	width: 75px;
	background-position: 0px 0px;
}
#btn_ibero > a:hover, .btn_ibero_hover { background-position: 0px -30px !important; }
#btn_cruzeiros > a { 
	width: 100px;
	background-position: -75px 0px;
}
#btn_cruzeiros > a:hover, .btn_cruzeiros_hover { background-position: -75px -30px !important; }
#btn_navios > a {
	width: 74px;
	background-position: -175px 0px;
}
#btn_navios > a:hover, .btn_navios_hover { background-position: -175px -30px !important; }
#btn_info > a {
	width: 121px;
	background-position: -249px 0px;
}
#btn_info > a:hover, .btn_info_hover { background-position: -249px -30px !important; }
#btn_agentes > a {
	width: 161px;
	background-position: -370px 0px;
}
#btn_agentes > a:hover, .btn_agentes_hover { background-position: -370px -30px !important; }
#btn_home > a {
	/*
	margin COM botão btn_agentes "agentes de viagem"
	margin: 0 0 0 359px;
	margin SEM botão btn_agentes "agentes de viagem"
	margin: 0 0 0 520px;
	 */
	/*
	margin: 0 0 0 359px;
	width: 50px;
	background-position: -890px 0px;
	*/
	display: none !important;
}
#btn_home > a:hover, .btn_home_hover { background-position: -890px -30px !important; }

#btn_home_dummy > span {
	/*
	margin COM botão btn_agentes "agentes de viagem"
	margin: 0 0 0 359px;
	margin SEM botão btn_agentes "agentes de viagem"
	margin: 0 0 0 520px;
	 */
	display: block;
	margin: 0 0 0 359px;
	width: 50px;
	background-position: -890px 0px;
}

#submenu_ibero {
	background-position: 69px 0px;
	margin: 0 0 0 0;
}
#submenu_cruzeiros {
	background-position: 90px 0px;
	margin: 0 0 0 4px;
}
#submenu_navios {
	background-position: 64px 0px;
	margin: 0 0 0 4px;
}
#submenu_info {
	background-position: 111px 0px;
	margin: 0 0 0 4px;
}
#submenu_agentes {
	background-position: 150px 0px;
	margin: 0 0 0 5px;
}
.submenu {
	position: absolute;
	display: none;
	z-index: 100;
	padding: 20px 27px 15px 20px;
}
.submenu > li {
	list-style-type: square;
	list-style-position: inside;
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px 10px 0;
}
.submenu > li a {
	display: inline !important; 
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
.submenu li > a:hover {
	background-color: transparent;
	text-decoration: underline;
}
.submenu li > ul { margin: 5px 0 0 12px; }
.submenu li > ul li {
	list-style-type: disc;
	font-size: 11px;
	margin: 0 0 3px 16px;
}
/*FOOTER*/
#footer {
	margin-top: 40px;
	height: 60px;
}
#footer_menu {
	margin: 30px 0 0 52px;
	height: 30px;
	list-style-type: none;
}

#footer_menu > li, #footer_menu > li a {
	display: block;
	height: 30px;
}
#footer_menu > li { float: left; }
.footer_menu_item > a { background-repeat: no-repeat; }
.footer_menu_item span { display: none; }
#btn_footer_contato a {
	width: 78px;
	background-position: 0px 0px;
}
#btn_footer_contato > a:hover { background-position: 0px -30px !important; }

#btn_footer_imprensa a {
	width: 95px;
	background-position: -78px 0px;
}
#btn_footer_imprensa > a:hover { background-position: -78px -30px !important; }

#btn_footer_gsa a {
	width: 59px;
	background-position: -173px 0px;
}
#btn_footer_gsa > a:hover { background-position: -173px -30px !important; }

/*SOCIAL*/
#social_menu {
	margin: 34px 0 0 335px;
	height: 22px;
	list-style-type: none;
}
#social_menu > li, #social_menu > li a {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 6px 0 0;
}
#social_menu > li { float: left; }
.social_menu_item > a { background-repeat: no-repeat; }
.social_menu_item span { display: none; }
#btn_social_rss a { background-position: -66px 0px; }
#btn_social_twitter a { background-position: -88px 0px; }
#btn_social_facebook a { background-position: -22px 0px; }
#btn_social_youtube a { background-position: -110px 0px; }
#btn_social_flickr a { background-position: -44px 0px; }
#btn_social_delicious a { background-position: -0px 0px; }
/*CONTENT*/
#content_wrapper { margin-top: 20px; }

#theme_image {
	height: 146px;
	margin: 0 0 20px 0;
}
#theme_image img {
	display: none;
	border: 0 !important;
}

#submenu_left {
	background-position: top center;
	background-repeat: no-repeat !important;
	min-height: 180px;
	padding: 20px;
	margin: 0 0 20px 0;
	font-size: 12px;
}
#submenu_left ul { margin-bottom: 15px; }
#submenu_left ul:last-child { margin-bottom: 0; }
#submenu_left li {
	list-style-position: inside;
	list-style-type: circle;
	margin: 0 0 1px 15px;
}
#submenu_left li > a {
	text-decoration: none;
}
#submenu_left li > a:hover {
	background-color: transparent;
	text-decoration: underline; 
}
#submenu_left h6 { margin-bottom: 7px; }
#submenu_left h6 > a, #submenu_left h6 > a:hover {
	background-color: transparent;
	text-decoration: none;
}

#find_box {
	background-position: top center;
	background-repeat: no-repeat !important;
	min-height: 200px;
	padding: 20px;
}
#find_box h6 { margin: 0 0 10px 0; }
#content {
	padding: 20px;
	min-height: 410px;
}
.msg-valid { color: #009900; }
.msg-invalid { color: #cc0000; }
.featured_box1 {
	background-position: top center;
	background-repeat: no-repeat !important;
	padding: 20px;
}

/*SHARE*/
#box_send_page {
	display: none;
	padding: 20px;
}
#box_send_page input, #box_send_page select, #box_send_page textarea { width: 100%; }
#share_box {
	margin-top: 50px;
	padding: 10px;
}
#share_box ul { height: 15px; }
#share_box li {
	float: left;
	line-height: 15px;
	margin-right: 10px;
}
#share_box a { display: block; }
.share_button a {
	cursor: pointer;
	
	height: 15px;
	text-indent: -9999px !important;
}
#share_sendpage a {
	width: 20px;
	background-position: 0px 0px;
}
#share_facebook a {
	width: 15px;
	background-position: -20px 0px;
}