/* RESET */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:none;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
body { line-height:1; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
:focus { outline:none; }
table {
	border-collapse:collapse;
	border-spacing:0;
}
input::-moz-focus-inner {
	border:0;
	padding:0;
}
input::-ms-clear { display:none; }
input::-ms-reveal { display:none; }

legend { display:none; }

#content strong { font-weight:bold; }
#content em { font-style:italic; }
#content u { text-decoration:underline; }

#content sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
#content sup {
	top: -0.5em;
}
#content sub {
	bottom: -0.25em;
}


/* VALIDATION */
.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #a00;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	padding: 4px 10px 4px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	/*border: 2px solid #ddd;*/
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	font-size: 0px;
	height: 1px;
	background: #a00;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line1 {
	width:1px;
}
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
	display:none;
}

/* SHARE */
#share-this-site {
	padding:0;
	margin:0 5px 5px;
	width:420px;
}
#share-this-site li {
	float:left;
	width:130px;
	margin:0 5px;
	font-size:0;
}
#share-this-site a {
    color: #000;
	position:relative;
	display:block;
	height:16px;
	padding:0 0 0 20px;
	margin:5px 0;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
}
#share-this-site a:hover {
    color:#fff;
}
#share-this-site a:active {top: auto;}
#share-this-site a .icon {
	width:16px;
	height:16px;
	background:url(../images/share.png) 0 0 no-repeat;
}
#share-this-site a.share_facebook .icon {background-position:0 0}
#share-this-site a.share_facebook:hover .icon {background-position:0 0}
#share-this-site a.share_twitter .icon {background-position:0 -36px}
#share-this-site a.share_twitter:hover .icon {background-position:0 -36px}
#share-this-site a.share_tumblr .icon {background-position:0 -72px}
#share-this-site a.share_tumblr:hover .icon {background-position:0 -72px}
#share-this-site a.share_linkedin .icon {background-position:0 -108px}
#share-this-site a.share_linkedin:hover .icon {background-position:0 -108px}
#share-this-site a.share_digg .icon {background-position:0 -144px}
#share-this-site a.share_digg:hover .icon {background-position:0 -144px}
#share-this-site a.share_delicious .icon {background-position:0 -180px}
#share-this-site a.share_delicious:hover .icon {background-position:0 -180px}
#share-this-site a.share_stumbleupon .icon {background-position:0 -216px}
#share-this-site a.share_stumbleupon:hover .icon {background-position:0 -216px}
#share-this-site a.share_orkut .icon {background-position:0 -252px}
#share-this-site a.share_orkut:hover .icon {background-position:0 -252px}
#share-this-site a.share_myspace .icon {background-position:0 -288px}
#share-this-site a.share_myspace:hover .icon {background-position:0 -288px}
#share-this-site a.share_yammer .icon {background-position:0 -324px}
#share-this-site a.share_yammer:hover .icon {background-position:0 -324px}
#share-this-site a.share_pinterest .icon {background-position:0 -360px}
#share-this-site a.share_pinterest:hover .icon {background-position:0 -360px}
#share-this-site a.share_bebo .icon {background-position:0 -396px}
#share-this-site a.share_bebo:hover .icon {background-position:0 -396px}
#share-this-site a.share_live .icon {background-position:0 -432px}
#share-this-site a.share_live:hover .icon {background-position:0 -432px}
#share-this-site a.share_google .icon {background-position:0 -468px}
#share-this-site a.share_google:hover .icon {background-position:0 -468px}
#share-this-site a.share_email .icon {background-position:0 -504px}
#share-this-site a.share_email:hover .icon {background-position:0 -504px}


/* DATEPICKER */
table.jCalendar {
	width:160px;
	margin:0;
	border-collapse:collapse;
}

table.jCalendar th {
	background:#332211;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	height:25px;
	overflow:hidden;
	vertical-align:middle;
	padding:0;
	margin:0;
    color:#fff;
}
table.jCalendar td {
	background:#bfad95;
	border:1px solid #d8c6ae;
	font-size:10px;
	text-align:center;
	line-height:22px;
	height:22px;
	vertical-align:middle;
	cursor:pointer;
	padding:0;
	margin:0;
    color:#fff;
}
table.jCalendar td.today {
	background:#332211;
}
table.jCalendar td.dp-hover {
	color:#fff;
	background:#332211;
}
table.jCalendar td.selected {
	color:#fff;
	background:#c44b20;
}
table.jCalendar tbody {
    background: #dbc6ab;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover, table.jCalendar td.other-month {
	color: #595959;
	text-decoration:none;
	cursor:default;
	background:none;
	text-shadow:none;
}

div.dp-popup {
	position:relative;
	font-size:10px;
	padding:0;
}
div#dp-popup {
	border:1px solid #000;
	background:#fff;
	overflow:hidden;
	position:absolute;
	z-index:9999;

	box-shadow:1px 2px 3px rgba(0, 0, 0, 0.2);
}
div.dp-popup h2 {
	background: #4a2f1b;
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:30px;
	margin:0;
	padding:0;
}

div.dp-popup div.dp-nav-prev, div.dp-popup div.dp-nav-next {
	position:absolute;
	top:7px;
}
div.dp-popup div.dp-nav-prev { left:6px; }
div.dp-popup div.dp-nav-next { right:6px; }
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor:pointer;
	display:block;
	width:15px;
	height:15px;
	overflow:hidden;
	text-indent:-9999px;
    background: url(../images/common.png) 0 0 no-repeat;
    background-image: url(../images/common.png), none;
}
div.dp-popup div.dp-nav-prev a { background-position:9px 3px; }
div.dp-popup div.dp-nav-prev a:hover { background-position:9px -27px; }
div.dp-popup div.dp-nav-prev a:active {
	top:auto;
	left:-1px;
}
div.dp-popup div.dp-nav-prev a.disabled { background-position:10px -57px; }
div.dp-popup div.dp-nav-next a { background-position:-25px 3px; }
div.dp-popup div.dp-nav-next a:hover { background-position:-25px -27px; }
div.dp-popup div.dp-nav-next a:active {
	top:auto;
	right:-1px;
}
div.dp-popup div.dp-nav-next a.disabled { background-position:-35px -70px; }

a.dp-choose-date {
	width:13px;
	height:13px;
	margin:0;
    background: url(../images/common.png) 0 0 no-repeat;
    background-image: url(../images/common.svg), none;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
    right: 18px;
    top: 16px;
}
a.dp-choose-date {
    background-position: 0 -90px;
}
a.dp-choose-date:hover { background-position: -33px -90px; }
a.dp-choose-date:active { top:17px; }

/* STYLISH SELECT */

.stylish-select .SSContainerDivWrapper {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 51;
	width:100%;
}

.stylish-select ul.newList {
	background:#000;
	color:#fff;
	height: auto !important;
	margin: 0 !important;
	padding: 0;
	z-index: 2;
	max-height: 150px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	border:1px solid #000;
	border-top:0;
}
#booking ul.newList {
	max-height: 100%;
}
.stylish-select ul.newList li {
	line-height:15px;
}
.stylish-select ul.newList a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 5px;
	margin: 0;
	position: relative;
}
.stylish-select ul.newList a:hover {
	color: #332211;
	background: #a38a55;
}
.stylish-select ul.newList a:active {
	top: auto;
}
.stylish-select ul.newList a.hiLite {
	color: #a38a55;
	background: #332211;
}
.stylish-select ul.newList li a:focus {
	-moz-outline: 0 none;
	outline: 0 none;
}
.stylish-select .selectedTxt {
    background: url(../images/sselect.png) 0 0 no-repeat;
    background-image: url(../images/sselect.svg), none;
    height: 25px;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    color: #EBEBEB;
    font-size: 14px;
    cursor: pointer;
    z-index: 9999;
    line-height: 26px;
}
.stylish-select .selectedTxt { background-position: 100% 9px}
.stylish-select .selectedTxt:hover {
    background-position:100% -30px;
}
#content .form fieldset.controls {z-index:1 !important;}
.newListSelected {
	height: 23px;
	line-height:23px;
	width:40px;
	display:inline-block;
	float:left;
}
#calendar-filter .newListSelected, #hebs-gallery .newListSelected {
	background:#000;
	width:auto;
}
#calendar-filter .selectedTxt {padding-right:20px;overflow:visible;line-height: 24px;}
#content .newListSelected {width:252px;}
#content .selectedTxt:hover {border-color:#a6a6a6;}
#content .selectedTxt, #content ul.newList {
    height: 23px;
    font: 12px/25px Arial, sans-serif;
    border:1px solid #f5f5f5;
    background-color:#fff;
    color:#75654c;
}
#content ul.newList {
	list-style:none;
    background: #000;
}

/* FANCYBOX */
#fancybox-content {
    border-color: #c5b59e !important;
    background: #bba992 !important;
    box-shadow: none !important;
    -moz-box-shadow: 0 !important;
}