/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* hotelbox */
#hotelbox {
	border: 1px solid #888;
	margin: 15px 0;
	text-align: left;
	width: 100%;
}

#hotelbox th {
	padding: 3px 10px;
	height: 22px;
	background-image: -ms-linear-gradient(top,#FFFFFF 0%,#aaaaaa 100%);
	background-image: -moz-linear-gradient(top,#FFFFFF 0%,#aaaaaa 100%);
	background-image: -o-linear-gradient(top,#FFFFFF 0%,#aaaaaa 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFFFFF),color-stop(1,#aaaaaa));
	background-image: -webkit-linear-gradient(top,#FFFFFF 0%,#aaaaaa 100%);
	background-image: linear-gradient(to bottom,#FFFFFF 0%,#aaaaaa 100%);
}

#hotelbox th h3 {
	border: none;
	color: rgb(142,11,0);
	font-family: Georgia;
	font-size: 20px;
	letter-spacing: .1em;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
	line-height: .1em;
	margin: 0;
	padding: 0;
}

#hotelbox th h3 a {
	color: rgb(142,11,0);
	text-decoration: none;
}

#hotelbox th h3 a:hover {
	text-decoration: underline;
}

#hotelbox .addressbar {
	text-align: center;
	font-family: Georgia;
	color: rgba(69,54,37,0.6);
	font-size: .85em;
	font-style: italic;
	letter-spacing: .15em;
	border-bottom: 1px solid rgba(69,54,37,0.2);
	padding-bottom: .5em;
}

#hotelbox .hoteldesc {
	font-size: 13px;
	font-family: Verdana;
/*-moz-column-count: 2;
-moz-column-gap: 1em;
-webkit-column-count: 2;
-webkit-column-gap: 1em;
column-count: 2;
column-gap: 1em;*/
	line-height: 1.5em;
	color: rgb(69,54,37);
	padding: 10px;
}

.hoteldetails {
	font-size: 12px;
	font-family: Verdana;
	border-right: 1px solid #888888;
	padding: 10px 10px 5px;
}

.hotelButton {
	-moz-box-shadow: inset 0 1px 0 0 #ffe0b5;
	-webkit-box-shadow: inset 0 1px 0 0 #ffe0b5;
	box-shadow: inset 0 1px 0 0 #ffe0b5;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fbb450),color-stop(1,#f89306));
	background: -moz-linear-gradient(top,#fbb450 5%,#f89306 100%);
	background: -webkit-linear-gradient(top,#fbb450 5%,#f89306 100%);
	background: -o-linear-gradient(top,#fbb450 5%,#f89306 100%);
	background: -ms-linear-gradient(top,#fbb450 5%,#f89306 100%);
	background: linear-gradient(to bottom,#fbb450 5%,#f89306 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450',endColorstr='#f89306',GradientType=0);
	background-color: #fbb450;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #c97e1c;
	display: inline-block;
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 17px;
	font-weight: bold;
	padding: 6px 11px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fa5c50;
}

.hotelButton:hover {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f89306),color-stop(1,#fbb450));
	background: -moz-linear-gradient(top,#f89306 5%,#fbb450 100%);
	background: -webkit-linear-gradient(top,#f89306 5%,#fbb450 100%);
	background: -o-linear-gradient(top,#f89306 5%,#fbb450 100%);
	background: -ms-linear-gradient(top,#f89306 5%,#fbb450 100%);
	background: linear-gradient(to bottom,#f89306 5%,#fbb450 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89306',endColorstr='#fbb450',GradientType=0);
	background-color: #f89306;
}

.hotelButton:active {
	position: relative;
	top: 1px;
}

.ssba_sharecount {
	margin-right: 20px;
}