/* geral */

html, body
{
    height: 100%;
    width: 100%;
}	

body
{
	margin: 0px;
	padding: 0px;
}

body *
{
	font-family: proxima-nova-alt, Arial, sans-serif;
    font-size: 14px;
	color: #666666;
}

ul
{
	margin-top: 5px;
	margin-left: 30px;
}

img
{ 
	border: 0px;
}

td
{ 
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

textarea
{
	resize: none;
}

*:focus
{
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
form
{
    padding: 0;
    margin: 0;
}

textarea
{
	resize: none;
}

/* links (a ordem deve ser sempre link ; visited ; hover ; active) */

a:link,
a:visited
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #e27824;
	text-decoration: none;
	outline: none;
}

a:hover
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1a1a1a;
	text-decoration: none;
	outline: none;
}

a:active
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #e27824;
	text-decoration: none;
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}

/* site */

.hand
{
    cursor: pointer;
    cursor: hand;
}

.pointer
{
    cursor: default;
}


.fclear
{
    float: none;
    clear: both;
}

.aleft
{
    text-align: left;
}

.aright
{
    text-align: right;
}

.acenter
{
    text-align: center;
}

.atop
{
	vertical-align: top;
}

.abottom
{
	vertical-align: bottom;
}

.underline
{
    text-decoration: underline !important;
}

.no_underline
{
    text-decoration: none !important;
}

.uppercase
{
	text-transform: uppercase;
}

.lowercase
{
	text-transform: lowercase;
}


.spacer1
{
    padding-top:1px;
    padding-left:1px;
}

.spacer2
{
    padding-top:2px;
    padding-left:2px;
}

.spacer5
{
    padding-top:5px;
    padding-left:5px;
}

.spacer10
{
    padding-top:10px;
    padding-left:10px;
}

.spacer15
{
    padding-top:15px;
    padding-left:15px;
}

.spacer20
{
    padding-top:20px;
    padding-left:20px;
}

.spacer35
{
    padding-top:35px;
    padding-left:35px;
}
.spacer30
{
    padding-top:30px;
    padding-left:30px;
}

.spacer40
{
    padding-top:40px;
    padding-left:40px;
}

.spacer50
{
    padding-top:50px;
    padding-left:50px;
}

.padding5
{
	padding: 5px;
}

.padding10
{
	padding: 10px;
}

.padding15
{
	padding: 15px;
}

.padding20
{
	padding: 20px;
}

/* colors and backgrounds */

/* colorN texts */
/* color_bgN backgrounds */
/* color_hvN hover */
/* color1, color_bg1, color_hv1  = white */
.color1
{
    color: #ffffff !important;
}

.color_bg1
{
    background-color: #ffffff !important;
}

.color_hv1:hover
{
    color: #ffffff !important;
}

/* color2, color_bg2, color_hv2  = black */
.color2
{
    color: #000000 
}

.color_bg2
{
    background-color: #000000 !important;
}

.color_hv2:hover
{
    color: #000000 !important;
}

/* color3, color_bg3, color_hv3  = orange */
.color3
{
    color: #e17825 !important;
}

.color_bg3
{
    background-color: #e17825 !important;
}

.color_hv3:hover
{
    color: #e17825 !important;
}

/* color4, color_bg4, color_hv4  = light grey */
.color4
{
    color: #f4f4f4 !important;
}

.color_bg4
{
    background-color: #f4f4f4 !important;
}

.color_hv4:hover
{
    color: #f4f4f4 !important;
}

/* color5, color_bg5, color_hv4  = dark grey */
.color5
{
    color: #333333 !important;
}

.color_bg5
{
    background-color: #333333 !important;
}

.color_hv5:hover
{
    color: #e27824 !important;
}

/* color6, color_bg6, color_hv6  = grey */
.color6
{
    color: #999999 !important;
}

.color_bg6
{
    background-color: #999999 !important;
}

.color_hv6:hover
{
    color: #999999 !important;
}

/* color7, color_bg7, color_hv7  = light orange */
.color7
{
    color: #f1bc92 !important;
}

.color_bg7
{
    background-color: #f1bc92 !important;
}

.color_hv7:hover
{
    color: #f1bc92 !important;
}

/* color8, color_bg8, color_hv8  = more light orange */
.color8
{
    color: #f3dcc8 !important;
}

.color_bg8
{
    background-color: #f3dcc8 !important;
}

.color_hv8:hover
{
    color: #f3dcc8 !important;
}

/* color9, color_bg9, color_hv9  = almost black */
.color9
{
    color: #1a1a1a !important;
}

.color_bg9
{
    background-color: #1a1a1a !important;
}

.color_hv9:hover
{
    color: #1a1a1a !important;
}

/* color10, color_bg10, color_hv10  = default gray */
.color10
{
    color: #666666 !important;
}

.color_bg10
{
    background-color: #666666 !important;
}

.color_hv10:hover
{
    color: #666666 !important;
}

/*
ul
{
	list-style-position: inside;
	padding-left: 10px;
}
*/

/* links (a ordem deve ser sempre link ; visited ; hover ; active) */
a:link,
a:visited,
a:hover,
a:active
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	text-decoration: none;
	outline: none;
}

.pull-right
{
	float: right;
}

.pull-left
{
	float: left;
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

.invisible
{
	visibility: hidden;
}

.affix
{
	position: fixed;
}


.clearfix
{
	*zoom: 1;
}

.clearfix:before,
.clearfix:after
{
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after
{
	clear: both;
}


/* caminho páginas */

.caminhoC0,
.caminhoC0:link,
.caminhoC0:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.caminhoC0:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

.caminhoC0:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.caminhoC1,
.caminhoC1:link,
.caminhoC1:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC1:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.caminhoC1:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC2,
.caminhoC2:link,
.caminhoC2:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC2:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.caminhoC2:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC3,
.caminhoC3:link,
.caminhoC3:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC3:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
} 

.caminhoC3:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC4,
.caminhoC4:link,
.caminhoC4:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.caminhoC4:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
} 

.caminhoC4:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.separador
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

/* paginacao */

.pageNum:link,
.pageNum:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none;
}

.pageNum:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.pageNum:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none;
}

.pageNumSel:link,
.pageNumSel:visited,
.pageNumSel:hover,
.pageNumSel:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

.btnPrev,
.btnPrev:link,
.btnPrev:visited,
.btnPrev:hover,
.btnPrev:active
{ 
	display: block;
	float: left;
	background: transparent;
	border: 0px;
}

.btnNext,
.btnNext:link,
.btnNext:visited,
.btnNext:hover,
.btnNext:active
{ 
	display: block;
	float: left;
	background: transparent;
	border: 0px;
}


/* layout css */

.header-block
{
    text-align: center;
    margin:0 auto;
    padding: 0px;
    display: block;
}

.header-block
{
	z-index: 200;	
    width: 960px;	
	height: 105px;
}

.main-logo-img
{
    display: inline-block;
	padding-top: 25px;
    float: left;
}

.main-languages
{
	position: relative;
	z-index: 300;
    display: inline-block;
    float: left;
    height: 32px;
}

.main-socialnet
{
	position: relative;
	z-index: 300;
    display: inline-block;
    float: left;
    height: 32px;
	border-left: 1px solid #fff;
}

.main-user-login
{
	position: relative;
    display: inline-block;
    float: left;
    height: 32px;
	margin: 0 0 0 15px;
	z-index: 201;
}

#user-login-infos-contents
{
	position: absolute;
	right: 0;
	top: 25px;
}

.main-user-login-menu-top
{
    background-image: url("../images/arrows_menu_login_top.png");
    background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
	height: 25px;
	display: block;
	width: 100%;
	padding: 0;
}




.main-user-login-menu-block
{
	width: 280px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	background-color: #ffffff;
}

.user-forms
{
	padding: 5px;
}

.user-forms input
{
	border: 0 none transparent;
	width: 100%;
}


.user-forms input[type="text"], .user-forms input[type="password"], .user-forms_input
{
	background-color: #eeeeee;
	color: #666666;
}

.user-forms input[type="submit"], .user-forms_button
{
	background-color: #e27824;
	color: #ffffff;
}

.user-forms input[type="checkbox"], .user-forms_checkbox
{
	text-align: left;
	width: auto;
}

.user-login-reset-pwd
{
	text-align: left;
}

.user-login-new-user
{
	text-align: center;
}

.user-forms a, .user-forms_button a
{
	background-color: #e27824;
	color: #ffffff;
}


/* ini menu */

.menu-top-block, .menu-top-block-items
{
	position: relative;
    text-align: center;
    margin:0 auto;
    padding: 0px;
    display: block;
	z-index: 1;
}

.menu-separator
{
    background-image: url("../images/separador_menu_principal.png");
    background-repeat: repeat-x;
    height: 5px;
    width: 100%;
}

.menu-top-block
{
    width: 100%;
    background-image: url("../images/menu_top_background.png");
    background-repeat: repeat-x;	
	height: 46px;
	/*overflow: hidden;*/
}


.menu-top-block-items
{	
	display: inline-block;
    width: 960px;	
	height: 46px;
	/*overflow: hidden;*/
}

.menu-top-block-item
{	
    background-image: url("../images/menu_top_item_background.png");
    background-repeat: no-repeat;
	display: inline-block;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 16px;
	height: 30px;
	font-size: 13px;
}



.menu-top-block-sub-items
{
	position: absolute;
	width: 100%;
	left: 0;
	top: -1000px;
	font-size: 13px;
	z-index: 300;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;		
}

.menu-top-block-sub-item
{
	position: absolute;
	padding-left: 20px;
	font-size: 13px;
	text-align: left;
}

.menu-top-block-trip
{
	z-index: 1;
	display: inline-block;
    background-image: url("../images/menu_top_trip_background.png");
    background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 15px;
	height: 23px;
	font-size: 13px;
	line-height: 22px;
}

.menu-top-block-trip-count
{
    background: none repeat scroll 0 0 transparent;
    border: 0 solid transparent;
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    width: 20px;	
}

.main-header-menus
{
    display: inline-block;
    float: right;
}

.menu-item-block
{
	margin: 15px 0px 15px 0px;
}


/* end menu */

.social-network-item-icon,
.language-item-icon,
.login-item-icon
{
	border-top: 1px solid #fff;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;

}

.social-network-item-icon,
.language-item-icon
{
	width: 32px;
}

.login-item-icon
{
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.language-item-icon,
.language-item-icon *,
.login-item-icon,
.login-item-icon *
{
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	text-decoration: none;
	text-transform: uppercase;
}


.social-network-item-icon:hover,
.social-network-item-icon a:hover,
.language-item-icon:hover,
.language-item-icon a:hover,
.login-item-icon:hover,
.login-item-icon a:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;	
}

/* mensagens */

.msgBoxYellow
{
	width: 100%;
	height: auto;
	position: relative;
	background: #FFEB9A;
	border: 0px;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.2;
}

.msgCSEYellow
{
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/msg_yellow_top_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCSDYellow
{
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/msg_yellow_top_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIEYellow
{
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/msg_yellow_bottom_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIDYellow
{
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/msg_yellow_bottom_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgIconYellow
{
	background: url(../images/msg_yellow_icon.png) center center no-repeat transparent;
	margin: 30px;
	padding: 0px;
}

.msgTextYellow
{
	background: transparent;
	color: #333333;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 20px 15px 20px 15px;
	line-height: 1.2;
	vertical-align: middle;
}

.msgBoxGreen
{
	width: 100%;
	height: auto;
	position: relative;
	background: #DDECB3;
	border: 0px;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	padding: 10px;
	text-align: left;
	line-height: 1.2;
}

.msgCSEGreen
{
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/msg_green_top_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCSDGreen
{
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/msg_green_top_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIEGreen
{
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/msg_green_bottom_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIDGreen
{
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/msg_green_bottom_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgIconGreen
{
	background: url(../images/msg_green_icon.gif) center center no-repeat transparent;
	margin: 0px;
	padding: 0px;
}

.msgTextGreen
{
	background: transparent;
	color: #4F601A;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.2;
}

.msgBoxRed
{
	width: 100%;
	height: auto;
	position: relative;
	background: #F4D0D0;
	border: 0px;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	padding: 10px;
	text-align: left;
	line-height: 1.2;
}

.msgCSERed
{
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/msg_red_top_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCSDRed
{
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/msg_red_top_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIERed
{
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/msg_red_bottom_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIDRed
{
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/msg_red_bottom_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgIconRed
{
	background: url(../images/msg_red_icon.gif) center center no-repeat transparent;
	margin: 0px;
	padding: 0px;
}

.msgTextRed
{
	background: transparent;
	color: #711B1C;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.2;
}



/* ini places (home and offers) */

.common-places-line-block
{
	height: 30px;
	padding: 16px;
}

.common-places-line-block input[type="text"]
{
	height: 30px;
	width: 365px;
	border: 0px;
}

.common-places-line-block input[type="submit"]
{
	height: 30px;
	border: 0px;
}

.common-places-show-categories, .common-places-show-cities, .common-places-show-orderby
{
	position: relative;
}

.common-places-categories, .common-places-cities, .common-places-orderby
{
	position: absolute;
	width: 172px;
	top: 0;
	left: 0;
	z-index: 800;
	min-height: 300px;
	background-image: url("../images/pix.gif"); /* IE (9 included needs this...)*/
}


.common-places-menu-top
{
    background-image: url("../images/arrows_menu_top.png");
    background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
	height: 25px;
	display: block;
	width: 100%;
	padding: 0;
}




.common-places-menu-block, .common-places-submenu-block
{
	width: 160px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	background-color: #ffffff;
}

.common-places-menu-block
{
	display: block;
}

.common-places-submenu-items-back
{
	display: block;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
}


.common-places-menu-items-block, .common-places-submenu-items, .common-places-menu-location-items, .common-places-menu-orderby-items
{
	background-color: #ffffff;
	display: inline-block;
	padding: 7px;
	width: 146px;
	text-align: left;
}

.common-places-menu-items-block:hover , .common-places-submenu-items:hover, .common-places-menu-location-items:hover, .common-places-menu-orderby-items:hover
{
	background-color: #e27824;
	display: inline-block;
	padding: 7px;
	width: 146px;
}


.common-places-menu-items-block *, .common-places-submenu-items, .common-places-menu-location-items, .common-places-menu-orderby-items
{
	color: #e27824;
}

.common-places-menu-items-block:hover * , .common-places-submenu-items:hover, .common-places-menu-location-items:hover, .common-places-menu-orderby-items:hover
{
	color: #ffffff;
}


.common-places-map-block
{
	border: 2px solid #ccc;
	width: 464px;
	height: 280px;
	display: block;
	overflow: hidden;
}


.common-places-links-block
{
	width: 492px;
	height: 285px;
	display: block;
	overflow: hidden;
}

.common-places-links-item
{
	width: 142px;
	height: 130px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.common-places-links-item-square
{
	width: 144px;
	height: 130px;
	border: 2px solid #ccc;
	text-align: center;
}

.common-places-links-item-square-padding
{
	padding: 15px 5px 15px 5px;
}


.interior-offers-list-block
{
	width: 311px;
	height: 135px;
	border: 1px solid #ccc;
}

.interior-offers-list-img
{
	line-height: 1px;
}

.interior-offers-img-block, .interior-offers-list-img, .interior-offers-list-img img
{
	width: 145px;
	height: 135px;
	overflow: hidden;
}

.interior-offers-text-block, .interior-offers-text-block_with_img
{
	padding: 15px 0 15px 10px; 
	height: 90px;
	position: relative;
}

.interior-offers-text-block
{
	min-width: 140px;
}

.interior-offers-text-block_with_img
{
	width: 140px;
}

.interior-offers-list-title
{
	font-size: 12px;
	text-align: right;
}

.interior-offers-list-text
{
	font-size: 10px;
	text-align: right;
}

.interior-offers-list-price
{
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 35px;
	line-height: 25px;
}

.interior-offers-list-price-sign
{
	position: absolute;
	right: 0;
	bottom: 13px;
}


.interior-offers-main-block
{
	display: inline-block;
	width: 100%;
	min-width: 960px;
	margin-bottom: 40px;
}

.interior-offers-main-block-frame
{
	display: inline-block;
	width: 960px;
	text-align: center;
}

.interior-offers-item-img-block, .interior-offers-item-img-block-nofloat
{
	display: inline-block;
	width: 470px;
	height: 390px;
	overflow: hidden;
}

.interior-offers-item-img-block
{
	float: left;
}

.interior-offers-sp-content
{
	display: inline-block;
	float: left;
	width: 15px;
	min-height: 20px;
}

.interior-offers-map-block, .interior-offers-map-block-nofloat
{
	display: inline-block; 
	width: 473px; 
	height: 388px; 
	border: 1px solid #c1c1c1;
}

.interior-offers-map-block
{
	float: left;
}

.interior-offers-item-text-block
{
	display: inline-block;
	width: 960px;
	text-align: left;
	margin-top: 40px;
}

.interior-offers-main-info-block
{
	display: inline-block;
	text-align: left;
	width: 960px;
	margin-bottom: 50px;
}

.interior-offers-info-sp-line
{
	display: inline-block; 
	width: 310px;
	height: 1px;
	margin: 10px 0px;
	background-color: #E17825;
}

.interior-offers-info-block
{
	display: inline-block;
	float: left;
	width: 310px;
}

.interior-offers-info-margin-line
{
	margin-top: 10px;
}


.interior-offers-img-mytrip
{
	position: relative;
	background-image: url("../images/sep_mytrip.png");
    background-repeat: no-repeat;
	background-color: transparent;
	background-position: top center;
	text-align: center;
	height: 75px;
	display: block;
	width: 100%;
	padding: 0;
}

.interior-offers-img-mytrip span
{
	display: inline-block;
	padding-top: 30px;
	padding-left: 30px;
	width: 200px;
	height: 45px
}

.interior-offers-img-mytrip-sn
{
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 23px;
}

.interior-offers-list-mytrip_delete {
	position: absolute;
	top:-10px;
	right: -25px;
}

.user-mytrip-save_n_itens {
	width: 960px;
	display: inline-block;
}

#user-save-mytrip-block {
	width: 480px;
	display:inline-block;
	text-align: right;
	position: relative;
}

.user-save-mytrip-n-items {
	width: 475px;
	display:inline-block;
	text-align: left;
}

.user-save-mytrip-title, .user-save-mytrip-title_hover{
	width: 135px;
	height: 20px;
	display: inline-block;
	text-align: left;
	padding: 7px 5px 3px;
    background-repeat: no-repeat;
	background-position: center right;	
}

.user-save-mytrip-title {
	color: #e27824;	
	background-color: #ffffff;
    background-image: url("../images/my_trip_save_arrow_off.png");	
}

.user-save-mytrip-title:hover, .user-save-mytrip-title_hover {
	color: #ffffff;
	background-color: #e27824;
    background-image: url("../images/my_trip_save_arrow_on.png");	
}

#user-save-mytrip-options {
	position: absolute;
	width: 200px;
	right: 0;
    top: 20px;
	z-index: 10;
}

.user-save-mytrip-options-top
{
    background-image: url("../images/my_trip_save_arrow_menu_top.png");
    background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom center;
	height: 25px;
	display: block;
	width: 100%;
	padding: 0;
}




.user-save-mytrip-options-block
{
	width: 170px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	background-color: #ffffff;
}

.user-save-mytrip-options-email {
    height: 20px;
	padding: 5px 2px 5px 40px;
    text-align: left;
	background-color: #ffffff;
	color: #e27824;
	background-image: url("../images/my_trip_save_email_off.png");
    background-repeat: no-repeat;
	background-color: transparent;
	background-position: center left;	
	display: block;
}

.user-save-mytrip-options-email:hover {
	background-color: #e27824;
	color: #ffffff;	
	background-image: url("../images/my_trip_save_email_on.png");
}

.user-save-mytrip-options-pdf {	
    height: 20px;
	padding: 5px 2px 5px 40px;
    text-align: left;	
	background-color: #ffffff;
	color: #e27824;	
	background-image: url("../images/my_trip_save_pdf_off.png");
    background-repeat: no-repeat;
	background-color: transparent;
	background-position: center left;	
}

.user-save-mytrip-options-pdf:hover {
	background-color: #e27824;
	color: #ffffff;		
	background-image: url("../images/my_trip_save_pdf_on.png");
}

.user-print {	
    height: 20px;
	padding: 5px 2px 5px 40px;
    text-align: left;	
	background-color: #ffffff;
	color: #e27824;	
	background-image: url("../images/my_trip_save_print_off.png");
    background-repeat: no-repeat;
	background-color: transparent;
	background-position: center left;	
}

.user-print:hover {
	background-color: #e27824;
	color: #ffffff;		
	background-image: url("../images/my_trip_save_print_on.png");
}

.user-save-mytrip-cover {
	max-width: 960px;
	text-align: center;
	display: inline-block;
}



.user-send-mytrip-email {
	background-image: url("../images/my_trip_save_email_off.png");
    background-repeat: no-repeat;
	background-color: transparent;
	background-position: center left;	
    display: inline-block;
    padding: 0 0 0 40px;
    text-align: left;
    width: 430px;
}



.icon-offers-socialnet
{
	width: 30px;
	height:30px;
}

.offers-sp-img-map
{
	display: inline-block;
	float: left;
	width: 15px;
	min-height: 20px;
}

.offers-social-net-block
{
	display: inline-block;
	min-height: 32px;
	height: 32px;
}

.offers-social-net-block-item
{
	width: 32px;
	height: 32px;
	display: inline-block;
	float: left;
	margin-left: 1px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#item-offers-slider-pager
{
	z-index: 2;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 470px;
	height: 16px;
}

#item-offers-slider-pager .bx-pager-item {
	float: left;
	width: 30px;
}

#item-offers-slider-pager .bx-pager {
	width: 100%;
	text-align: center;
}

#item-offers-slider-pager .bx-pager-item
{
    display: block;
	width: 30px;
    height: 16px;
	margin-right: 1px;
    text-indent: -9999px;
}

#item-offers-slider-pager .bx-pager-link
{
    display: block;
	width: 30px;
    height: 16px;
    margin-right: 10px;
    text-indent: -9999px;
    background: none repeat scroll 0 0 #e27824;
}

#item-offers-slider-pager .bx-pager-item .active {
	background: none repeat scroll 0 0 #ffffff;
}

.offers-cols-info-block
{
	display: inline-block;
	float: left;
	width: 310px;
	min-height: 20px;
	margin-bottom: 15px;
}

.offers-half-col-info-block
{
	display: inline-block; 
	float: left;
	width: 155px;
}

.offers-title-cols-info-block
{
	display: block; 
	border-bottom: 1px solid #e27824;
	padding-bottom: 15px;
}

.offers-sp-cols-info-block
{
	display: inline-block;
	float: left;
	width: 15px;
	min-height: 150px;
}

.offers-contacts-block
{
	display: inline-block;
	width: 310px;
	margin-bottom: 15px;
}

a.link-offers-contacts,
a.link-offers-contacts:link,
a.link-offers-contacts:visited,
a.link-offers-contacts:active
{
	color: #666666;
	font-size: 14px;
}
a.link-offers-contacts:hover
{
	color: #e27824;
}

.offers-lang-col
{
	display: inline-block; 
	float: left;
	width: 148px;
	min-height: 15px;
	margin-right: 14px;
	margin-bottom: 15px;
}

.offers-lang-col-frame
{
	display: inline-block;
	width: 325px;
}

.offers-lang-block
{
	display: block;
	width: 310px;
	overflow: hidden;
}

.offers-lang-txt-block
{
	display: table-cell;
	vertical-align: middle;
	height: 22px;
	padding-left: 10px;
}

#ajax-loader
{
	min-height: 52px;
}


/* ini tooltip */


.tooltip{
	display: inline;
}
.tooltip:hover:after{
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 26px;
	color: #fff;
	content: attr(data-title);
	left: 20%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: auto;
}
.tooltip:hover:before{
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
} 

/* end tooltip */


/* ini qrcode */

.qrcode_block{
	text-align: center;
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

.qrcode, .qrcode img {
	text-align: center;
	width: 100px;
	height: 100px;
}
/* end qrcode */