/**
 * SeeMallorca CSS Stylesheet
 * Copyright (c) 2010 Powder Blue Ltd (http://www.powder-blue.com)
 * 
 * @version $Id: style.css 19230 2011-05-20 11:37:01Z radu $
 */
/* Layout defaults
----------------------------------*/
input,select,textarea {
	font: normal 12px Arial, Helvetica, sans-serif;
}

body {
	line-height: 1em;
	/*background: url(/site_images/bg_body.jpg) repeat-x;*/
	color: #505050;
	position: relative;
	font: normal 12px Arial, Helvetica, sans-serif;
	z-index: 1;
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* Layout - #header
----------------------------------*/
#header {
	height: 120px;
	background-color: #202028;
	position: relative;
}

#header_inner {
	width: 1000px;
	padding-top: 10px;
	margin: 0px auto 0px auto;
}

/*
#header_top {
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 40px;
	background: #333333 url(/sites/www.seemallorca.com/img/header_img.jpg) repeat-x top left;
}
*/
.quick_nav {
	height: 20px;
	/*background: url(/sites/www.seemallorca.com/img/header-trs-ul.png) top right no-repeat;*/
	background-color: white;
	width: 820px;
}

.quick_nav ul { /*background: url(/sites/www.seemallorca.com/img/header-trs-div.png) top left no-repeat;*/
	height: 20px;
	line-height: 20px;
	padding-left: 0px;
}

.quick_nav ul li {
	float: left;
}

.quick_nav ul li a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 1px 10px 0px 10px;
}

.quick_nav ul li a:hover {
	color: #000000;
}

#quick_nav_weather {
	float: right;
	padding-left: 10px;
	width: 113px;
	height: 30px;
}

#header_links {
	float: right;
	font-size: 10px;
	height: 30px;
	margin: 0;
}

#header_links ul {
	list-style: none outside none;
	margin: 0;
}

#header_links li {
	float: right;
	color: #ffffff;
	font-size: 11px;
	display: block;
	padding: 2px 3px 4px;
	text-decoration: none;
}

#header_links li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#header_links li a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

#header_select {
	float: left;
	padding: 5px 7px 4px;
}

#header_logo {
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
}

#header_adv {
	float: right;
	margin: 0;
	padding: 18px 15px 0 0;
}

#header_adv img {
	border: solid 1px white;
}

/* layout wrappers, left and right floats
----------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 1000px;
	background-color: #ffffff;
	padding: 10px 0;
}

#left_side {
	width: 140px;
	padding-left: 2px;
	float: left;
	background-color: #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
}

#left_img {
	
}

#right_side {
	background-color: #FFFFFF;
	width: 837px;
	float: left;
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 1px solid #DDDDDD;
}

#top_right_side {
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

#top_right_side_advert {
	
}

/* left navigation
----------------------------------*/
#left_popular_pages {
	margin: -2px auto 0px auto;
	clear: left;
	float: left;
	width: 140px;
}

#left_follow_us {
	color: #c0c0c0;
	margin-bottom: 15px;
}

#left_follow_us a {
	padding: 1px 3px 0px 3px;
}

#left_side h3 {
	margin: 7px 0px -6px -3px;
	padding-left: 3px;
	font-size: 15px;
	font-weight: bold;
	border: 0px;
}

#left_popular_pages h3 {
	margin-bottom: 0px;
}

#left_follow_us {
	background: #EDEDED;
	padding: 5px;
}

#left_follow_us h5 {
	margin: 0 0 10px 3px;
}

/*
#left_nav ul {
	list-style: none outside none;
	margin: 0 0 15px;
	padding: 0;
}

#left_nav ul li {
	border: 1px solid #E0E0E0;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 25px;
	padding-left: 10px;
	padding-top: 4px;
}

#left_nav ul li a {
	text-decoration: none;
	color: #666666;
}
#left_nav ul li a:hover {
	color: #ffffff;
}

#left_nav ul li.selected, #left_nav ul li:hover {
	background-color: #003366;
}

#left_nav ul li.selected a {
	color: #ffffff;
}
*/
/* helpers
 ---------------------------------*/
.clear {
	clear: both;
}

.small {
	font-size: 0.7em;
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

/* tag styles
----------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0
}

h1 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

h2,h3,h4,h5 {
	color: #505050;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #E0E0E0;
}

h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

h4 {
	font-size: 20px;
	color: #505050
}

h5 {
	font-size: 12px;
	color: #505050;
	font-weight: bold;
}

span.credit {
	display: block;
	padding-bottom: 0px;
	font-size: 11px;
	color: #999999;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: none;
}

/* lists
----------------------------------*/
ul.list-custom {
	margin: 0;
	padding: 0;
}

ul.list-custom li {
	margin: 0;
	padding: 2px 0 2px 16px;
	list-style: none;
	font-weight: bold;
	color: #3385AD;
	background: url('/site_images/bullet_point.jpg') no-repeat center left;
}

/* New news player
----------------------------------*/
#news_player {
	height: 357px;
	margin-bottom: 15px;
	background-color: #CCCCCC;
}

#news_player #news_image_holder {
	background-color: #111111;
	height: 357px;
	width: 567px;
	float: left;
	overflow: hidden;
}

#news_player #news_player_other {
	float: right;
	width: 252px;
}

#news_player_other ul.news_list {
	list-style: none;
}

#news_player_other ul.news_list li {
	height: 88px;
	border-bottom: 1px solid #CCCCCC;
}

#news_player_other ul.news_list li a.player-link {
	display: block;
	padding: 10px 15px;
	height: 68px;
	text-decoration: none;
	background-color: #DDDDDD;
	color: #666666;
}

#news_player_other ul.news_list li a.player-link:hover {
	background-color: #F3F3F3;
}

#news_player_other ul.news_list li a.player-link.active {
	background-color: #EDEDED;
}

#news_player_other ul.news_list li h3.player-title {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	line-height: 1.05em;
}

#news_player_other ul.news_list li a.player-link.active h3.player-title {
	color: #333333;
}

/* Side boxes
----------------------------------*/
.side-box {
	background-color: #EDEDED;
	padding: 10px;
	margin-bottom: 10px;
	width: 220px;
}

.side-box h3 {
	font-size: 15px;
	font-weight: bold;
}

.side-box h4,.side-box h4 a {
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	clear: both;
	text-decoration: none;
}

.side-box p a {
	text-decoration: none;
}

.side-box .ui-daterangepicker-arrows {
	width: auto;
}

.side-box .inner-white {
	background-color: #FFFFFF;
	padding: 10px;
}

.side-box-inner {
	background-color: #FFFFFF;
	padding: 10px;
}

.side-box-inner p a {
	font-weight: normal;
	text-decoration: none;
}

.side-box-inner p a:hover {
	font-weight: normal;
	text-decoration: none;
}

.side-box .filter_item_dates {
	font-size: 11px;
}

.side-box #filter_dates {
	margin-bottom: 10px;
	font-size: 11px;
	color: #999999;
}

.side-box h6.tag_group_section {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-bottom: 2px;
	margin-top: 7px;
}

.side-box #filter_tag_list {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.side-box #filter_tag_list input[type=checkbox] {
	margin-right: 5px;
	vertical-align: middle;
}

.side-box #filter_tag_list label {
	font-weight: bold;
}

.side-box #filter_tag_list label span {
	font-weight: normal;
	font-style: italic;
	color: #999999;
}

.side-box input[type=submit] {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	background-color: #EEEEEE;
	border: none;
	padding: 3px 10px;
	cursor: pointer;
}

.side-box input[type=submit]:hover {
	background-color: #DDDDDD;
}

.side-box .ui-widget-header {
	background: #EEEEEE;
	border: none;
}

.side-box .sub-submit {
	margin-left: 5px;
	font-size: 11px;
	font-style: italic;
	color: #999999;
}

.rhs_com_link {
	padding: 6px 4px 2px 8px;
	margin-bottom: 10px;
	font: 16px Rokkitt, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #414148 url('/site_images/bg_rhs_links_arrow.png') no-repeat scroll right center;
}

.rhs_com_link a,.rhs_com_link a:visited {
	display: block;
	color: #ffffff !important;
	text-decoration: none;
}

.lhs_feedback_button,
.lhs_feedback_button:hover {
	position: fixed;
	top: 50%;
	left: 0px;
	z-index: -1;
	font-size: 8px;
	width: 35px;
	height: 170px;
	background: transparent url(/site_images/seems_sprite.png) -10px -190px no-repeat;
	display: block;
}

.lhs_feedback_button:hover {
	background: transparent url(/site_images/seems_sprite.png) -50px -190px no-repeat;	
}
/* 4 col items
----------------------------------*/
.content_item_col {
	float: left;
	width: 137px;
	border-left: 1px solid #FFFFFF;
	background-color: #EDEDED;
	margin-bottom: 15px;
}

.content_item_col:first_child {
	border-left: none;
}

.content_item_col .item-img {
	overflow: hidden;
	height: 150px;
}

.content_item_col .item-img img {
	height: 150px;
}

.content_item_col .item-desc {
	padding: 10px;
	height: 80px;
	background-color: #EDEDED;
}

.content_item_col .item-desc h2 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: none;
}

/* quick links
----------------------------------*/
.ql_name { /* quick links background: url('/common_incs/main/images/quicklink.jpg');  */
	font-weight: normal;
	font-size: 12px;
	height: 18px;
	padding: 5px 5px 0px 0px;
	margin: 5px 0px 0px 0px;
}

.ql_adv {
	
}

/* sections (top tier menu)
----------------------------------*/
.header_centered {
	width: 1000px;
	margin: 0 auto
}

#sections {
	border-top: 1px solid #FFFFFF;
	height: 36px;
	font-size: 12px;
	background-color: #333333;
	background-image: url(/site_images/menu-stripes.gif);
}

#sections_inner {
	margin: 0 auto;
	width: 1000px;
}

#sections ul {
	list-style: none outside none;
}

#sections ul li {
	float: left;
}

#sections ul li a {
	width: 99px;
	height: 33px;
	padding-top: 3px;
	color: #FFFFFF;
	text-align: center;
	border-right: 1px solid #202028;
	border-left: 0px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

/* sub menu
----------------------------------*/
#sub_sections {
	margin: 0px auto 0px auto;
	width: 1000px;
	background-color: #444444;
	font-size: 12px;
}

ul.dropdown,ul.dropdown li,ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 97;
	float: left;
}

ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
	padding: 4px 10px;
}

ul.dropdown li.hover,ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown li.hover ul li,ul.dropdown li:hover ul li {
	min-width: 100px;
}

ul.dropdown ul li {
	float: none;
}

/* third tier menu item */ /* third tier menu item */
ul.dropdown ul ul {
	top: 0px;
	left: 0%;
	border: 0px solid #333333;
}

ul.dropdown ul:hover ul {
	top: 0px;
	left: 100%;
	border: 0px solid #333333;
}

ul.dropdown ul:hover ul {
	top: 0px;
	left: 100%;
	border: 0px solid #333333;
}

/* second tier menu item */
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 598;
	width: 100%;
	border: 0px solid #333333;
}

ul.dropdown li:hover>ul {
	visibility: visible;
}

ul.dropdown {
	font-weight: normal;
}

/* general layout (all levels) */
ul.dropdown li {
	border-style: solid;
	border-width: 0px 0px 0 0px;
	border-color: #CCCCCC;
	background-color: #444444;
	color: #FFFFFF;
	font-size: 13px;
}

/* rollover effect (all levels) */
ul.dropdown li.hover,
ul.dropdown li:hover { /*background-color: #222222;*/
	background-color: #202028;
	color: #FFFFFF;
}

ul.dropdown li.selected {
	background-image: url(/site_images/menu_dots.png);
	font-weight: bold;
}

ul.dropdown a:link,ul.dropdown a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

ul.dropdown li a {
	display: block;
}

/* arrow to indicate dropdown */
ul.dropdown li a.has_children_down_arrow,ul.dropdown li a.has_children_right_arrow {
	padding-right: 20px;
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

ul.dropdown li a.has_children_down_arrow {
	background-image: url(/site_images/icons/bullet_arrow_bottom_white.png);
}

ul.dropdown li a.has_children_right_arrow {
	background-image: url(/site_images/icons/bullet_arrow_right_white.png);
}

ul.dropdown a:hover {
	color: #FFFFFF;
}

ul.dropdown a:active {
	color: #FFFFFF;
}

/* -- level mark -- */
ul.dropdown ul { /*width: 150px;*/
	margin-top: 0px;
}

ul.dropdown ul li {
	font-weight: normal;
}

ul.dropdown *.dir {
	padding-right: 20px;
	background-image: url(images/nav-arrow-down.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

/* -- Components override -- */
ul.dropdown-horizontal ul *.dir {
	padding-right: 15px;
	background-image: url(images/nav-arrow-right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
	background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,ul.dropdown-upward ul *.dir {
	background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
	padding-right: 10px;
	padding-left: 15px;
	background-image: url(images/nav-arrow-left.png);
	background-position: 0 50%;
}

/* contact form
----------------------------------*/
#contact_form input,#contact_form textarea,#contact_form select {
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#contact_form td {
	padding: 3px;
}

#trs_menu {
	position: absolute;
	top: 0;
	right: 0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

#trs_menu a {
	color: #1F4F82;
	font-weight: bold;
	text-decoration: none;
}

.trs_menu_item {
	padding-top: 8px;
}

.trs_menu_item,.trs_menu_item_x {
	float: left;
	color: #254685;
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding-right: 25px;
}

.trs_menu_item_x {
	padding-top: 8px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#breadcrumbs_weather {
	padding: 10px 0px 10px 0px;
}

#breadcrumbs_weather span {
	font-size: 12px;
	float: right;
}

/* default style for main content area */
.columns_2 {
	width: 587px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-right: 10px;
}

.columns_1 {
	width: 240px;
	float: right;
	min-height: 500px;
}

#content_right_side {
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-right: 10px;
}

/* paragraphs in main content area */
#content_right_side p,.columns_2 p,.columns_1 p {
	margin-bottom: 10px;
}

/* bullets in main content area */
#content_right_side ul,.columns_2 ul,.columns_1 ul,.content_item ul {
	list-style: disc outside;
	margin: 10px 10px 10px 20px;
}

/* horizontal rule at top of content section */
#content_top_line {
	border-top: 1px solid #DDDDDD;
	padding-bottom: 5px;
}

/* page title */
#right_side h1 {
	font: 28px 'PT Serif Caption', Arial, Helvetica, sans-serif normal;
	margin: 10px 0 5px -10px;
	line-height: 32px;
}

#links_right_side {
	float: right;
}

.advert_panel {
	width: 250px;
	margin-bottom: 10px;
	/*background-color: #EEEEEE;*/
}

/* Breadcrumbs top of main content area */
#breadcrumbs {
	color: #666666;
	padding: 10px 0px 5px 0px;
	font-size: 10px;
	clear: both;
}

/* boxes within main content page */
.content_item {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
	clear: both;
}

.content_item h2,.content_item h2 a {
	color: #505050;
	font-size: 15px;
	margin: 10px 0 0 0;
	border: 0px;
}

.content_item p {
	text-align: justify;
	margin-bottom: 10px;
}

.content_item .item_list_image {
	float: left;
	margin-right: 10px;
}

.item_list_image img {
	max-width: 150px;
}

.event_item a.image {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* links within main content */
.content_item a,#content_right_side a,#sub_footer a,#breadcrumbs a,.pagination_number a {
	color: #336699;
	font-weight: bold !important;
	text-decoration: none;
}

/* links within main content - on hover */
.content_item a:hover,#content_right_side a:hover,#sub_footer a:hover,#breadcrumbs a:hover,.pagination_number a:hover {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

h2.panel_title,h3.panel_title {
	font-size: 15px;
	font-weight: bold;
	padding: 2px 0 2px 5px;
	color: #505050;
	background-color: #EDEDED;
}

#news {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 16px;
}

#text {
	padding: 0px 10px 10px 10px;
	margin: 0;
}

#footer {
	background-color: #444444;
	margin: 0 auto;
	padding: 20px 0 20px 20px;
	width: 980px;
	clear: both;
	margin-top: 15px;
}

#footer ul {
	float: left;
	margin: 0 10px;
	width: 143px;
}

.top_li_footer {
	color: #ffffff;
	font-weight: bold;
}

#footer ul li a {
	color: #ffffff;
	font-size: 0.9em;
}

.no_underline {
	text-decoration: none;
}

#sub_footer {
	background-color: #ffffff;
	height: 50px;
	margin: 0 auto;
	width: 1000px;
}

#sub_footer p {
	color: #888888;
	font-size: 11px;
	padding: 15px 30px 0 0;
	text-align: center;
}

#powderblue_img {
	margin: 0;
	padding: 10px 0 0 10px;
	float: left;
}

#continuum_img {
	float: right;
	margin: 0;
	padding: 10px 10px 10px 0;
}

#footer_nav {
	float: left;
	padding: 0 10px 10px 90px;
}

/*
 * css menus
 */
#css_menu {
	margin: 0px 0 10px 0px;
	padding: 0;
	list-style-type: none;
	width: 130px;
	position: relative;
	z-index: 10;
}

#css_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 130px;
}

#css_menu li {
	position: relative;
	margin-bottom: 0px;
}

#css_menu li.no_margin {
	margin: 0px;
}

#css_menu a,#css_menu a:visited {
	display: block;
	width: 140px;
	font-size: 12px;
	color: #666666;
	height: 27px;
	line-height: 27px;
	text-decoration: none;
	text-indent: 2px;
	background: #FFFFFF;
	border-bottom: 1px solid #E0E0E0;
	/*border-width: 1px 1px 0px 1px;*/
}

#css_menu li:hover>a {
	background: #444444;
	color: #FFFFFF;
}

#css_menu li ul {
	display: none;
}

#css_menu li:hover>ul {
	display: block;
	position: absolute;
	top: 0;
	left: 140px;
}

.pagination_number,pagination_number_selected {
	float: left;
	padding: 1px 4px;
	margin-right: 3px;
	border: 1px solid #CCCCCC;
	text-decoration: none !important;
	font-size: 12px;
}

.pagination_number_selected {
	border: 1px solid #CC0000;
}

.pagination_container {
	float: right;
	padding-bottom: 15px;
}

.pagination_number_grey {
	color: #cccccc !important;
	font-size: 0.8em;
}

.pagination_no_border {
	border: 0px !important;
}

.elipses_right {
	height: 20px;
	width: 15px;
	background: url('/site_images/double_arrow_right.gif') scroll 50% 50% no-repeat;
}

.elipses_left {
	height: 20px;
	width: 15px;
	background: url('/site_images/double_arrow_left.gif') scroll 50% 50% no-repeat;
}

.current_page {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #cccccc;
}

.dialog_input_field {
	height: 0.7em;
	font-size: 0.7em;
}

.form_width {
	width: 200px;
}

.form_height {
	height: 100px;
}

.clickable {
	cursor: pointer;
}

#submit_enquiry,#lb_submit_enquiry,#close_enquiry {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: #eeeeee;
	clear: both;
	width: 95px;
	text-align: center;
}

#submit_enquiry:hover,#lb_submit_enquiry:hover,#close_enquiry:hover {
	text-decoration: none;
	border: 1px solid #333333;
}

#footer ul li span {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em
}

#footer ul li ul {
	margin: 0px 0px 10px 0px;
}

#footer ul li a {
	text-decoration: none;
}

/* PB CUSTOM TABS ********************************************************** */
div.tabs {
	margin: 10px 0 0;
}

ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tabNavigation li {
	float: left;
	height: 30px;
	margin-right: 3px;
}

ul.tabNavigation li.selected {
	
}

ul.tabNavigation li a {
	display: block;
	float: left;
	height: 14px;
	padding: 8px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #444444;
	background-color: #DDDDDD;
}

ul.tabNavigation li.selected a {
	background-color: #FFFFFF;
}

ul.tabNavigation li a:focus {
	outline: 0;
}

div.tabs div {
	padding: 10px;
	background-color: #FFFFFF;
}

div.tabs .hide {
	position: absolute;
	left: -9999px;
	height: 0;
	display: none;
}

ul.tab-list {
	list-style: outside none;
	margin: 0;
}

ul.tab-list li {
	padding: 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

ul.tab-list li:first-child {
	padding-top: 0;
}

ul.tab-list li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

ul.tab-list li p {
	color: #999999;
}

/* Gallery
****************************************************/
ul.gallery li {
	float: left;
	width: 149px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin: 0 6px 6px 0;
}

ul.gallery li a {
	display: block;
}

ul.gallery li:hover {
	background-color: #444444;
	border: 1px solid #222222;
}

.tooltip {
	display: none;
	background: transparent url(/sites/all/img/black_arrow.png);
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #fff;
	z-index: 9999;
}

.item_category {
	border: 1px dotted #CCCCCC;
	color: #777777;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	display: inline-block;
}

.content_item_file {
	background-color: #EDEDED;
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
	color: #666666 !important;
}

.ul_latest_items_list {
	float: left;
	width: 48%;
	list-style: none !important;
	margin: 3px 0 1em 5px !important;
	padding: 0;
	padding-left: 6px;
	list-style-image: 
}

.ul_latest_items_list li {
	line-height: 1.3em;
	margin: .25em 0;
	padding: 0 0 0 10px;
	background: url(/sites/www.seemallorca.com/img/bullet_arrow.png) no-repeat 0 5px;
}

.devcolor {
	color: #FF9900 !important;
}

.devborder {
	border: 5px solid #FF9900;
}

a.devlink {
	font-size: 9px !important;
	color: #FF9900 !important;
	display: block;
}

.devbox {
	border: 5px solid #FF9900;
	padding: 10px;
}
.adminbox{
	border: 3px solid #ef9206;
	padding: 3px;	
}

#slider {
	height: 380px;
}

#portfolio {
	width: 552px;
	overflow: hidden;
}

#portfolio li a {
	height: 357px;
	overflow: hidden;
	color: #FFFFFF;
}

#portfolio li a:hover {
	color: #ffffff;
	text-decoration: none;
}

#portfolio li p {
	background: url("/site_images/bg_black_70.png") repeat scroll left top transparent;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	left: 0;
	margin: 0;
	padding: 8px;
	position: relative;
	top: -35px;
}

div.gplusone {
	height: 27px; /* will actually be 20px, hence padding */
	padding-top: 4px;
	width: 75px;
	float: left;
	display: inline;
}

div.twitter-tweet {
	height: 27px; /* will actually be 20px, hence padding */
	padding-top: 3px;
	width: 110px;
	float: left;
	display: inline;
}

div.facebook-like {
	height: 27px;
	width: 560px;
	float: left;
	display: inline;
}

table.items_table_list {
	width: 100%;
}

table.items_table_list .items_table_list_title {
	color: #505050;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 0px;
	border: 0px;
}

table.items_table_list td {
	margin: 1px;
	padding: 5px;
}

.old_video {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.light_row {
	background-color: #f5f5f5;
}

.dark_row {
	background-color: #e5e5e5;
}

table .c {
	text-align: center;
}

#inline_enquiry_form {
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	margin-top: 10px;
	position: relative;
}

.form_collapsed {
	max-height: 130px;
	overflow: hidden;
}

.enq_message_textarea_collapsed {
	height: 30px;
}

#show_inline_enquiry {
	padding: 10px;
}

#send_enquiry_form,#lb_send_enquiry_form {
	padding: 10px;
	/*background-color: #F6F6F5;*/
	height: 380px;
	width: 540px;
}

#send_enquiry_form h2,#lb_send_enquiry_form h2 {
	border-bottom: 0 none;
	color: #5C7D9D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 10px 0 10px;
}

.fake_row {
	padding-left: 0px;
	clear: both;
	margin-bottom: 5px;
	height: 20px;
}

.fake_row div:first-child {
	width: 75px;
	text-align: right;
	display: inline-block;
	padding-top: 0px;
}

.fake_row div {
	float: left;
	margin-right: 5px;
}

.fake_row div input,.fake_row div textarea {
	width: 400px;
}

.fake_row div textarea {
	height: 140px;
}

.fake_row div textarea.collapsed {
	height: 30px;
}

div.enq_date input,div.lb_enq_date input {
	width: 75px;
}

.clear_field {
	cursor: pointer;
	font-size: 0.7em;
	margin: 0px;
}

#submit_enquiry,#lb_submit_enquiry,#thank_you_response {
	margin: 5px 0 0 230px;
	text-decoration: none;
}

#submit_enquiry,#lb_submit_enquiry {
	margin-top: 20px;
	cursor: pointer;
}

#thank_you_response,#enquiry_header {
	text-align: center;
}

#thank_you_response,#lb_thank_you_response {
	background: none repeat scroll 0 0 #7BC26A;
	border: 1px solid #6EA162;
	clear: both;
	padding: 5px;
	margin: 5px 0 0 80px;
	width: 390px;
	text-align: center;
	display: none;
	font-weight: bold;
	color: #111111;
}

#toggle-feedback-info {
	color: #000000;
	font-weight: bold;
}

#toggled-feedback-info {
	display: none;
}

.more-tabs-container p {
	
}

.more-tabs-elements {
	float: left;
	padding: 4px;
	margin: 0 10px 10px 0;
	color: #ffffff;
	font-size: 17px;
}

.more-tabs-elements-forward {
	padding: 4px 35px 4px 8px;
	background: #414148 url('/site_images/bg_rhs_links_arrow.png') no-repeat scroll right center;
}

.more-tabs-elements-back {
	padding: 4px 8px 4px 35px;
	background: #414148 url('/site_images/bg_rhs_links_arrow_back.png') no-repeat scroll left center;
}

.more-tabs-elements a {
	display: block;
	color: #ffffff !important;
	text-decoration: none;
}

small a {
	font-size: 8px;
}
