h1.widget-title
{
	background-color: #e64f22;
	margin-bottom: 13px;
	padding: 15px 20px;
	color: white;
	font-weight: normal;
	font-size: 20px;
}

h2.widget-title
{
	padding: 8px 7px;
	margin: 0 0 9px 0;
	color: white;
	font-size: 9px;
	line-height: 9px;
	height: 9px;
	overflow: hidden
}

.widgets div{
	padding: 0 3px;
}

form.photo-search, form.offer-search
{
	background-color: #e64f22;
	padding: 12px 15px;
	color: white;
}

form.offer-search div
{
	padding: 0;
	margin: 0;
}

form.photo-search label, form.offer-search label
{
	display: block;
	float: left;
	width: 75px;
	clear: left;
	line-height: 27px;
}

form.photo-search input, form.offer-search select
{
	width: 150px;
	border: 0;
}
form.offer-search input
{
    width: 205px;
    height: 20px;
    border: 0;
    margin: 4px 0 5px 0;
    padding: 0;
    
}
form.photo-search .button-wrapper, form.offer-search .button-wrapper
{
	text-align: right;
	margin-right: 2px;
}

form.photo-search input.button, form.offer-search input.button
{
	font-weight: bold;
	text-align: right;
	padding-left: 5px;
	border-style: none;
	margin-bottom: 6px;

	background-color: #3fc8f4;
	width: 8em;
}
form.offer-search input.button
{
	font-weight: bold;
	text-align: right;
	padding-left: 5px;
	border-style: none;
    margin: 0px;
	padding: 5px 0 0 0;
	background: none;
	width: 76px;
	height: 21px;
}

form.offer-search option {

}

form.photo-search input.button:hover, form.offer-search input.button:hover {
	cursor: pointer;
}

form.photo-search div.line
{
	height: 50px;
}

#related-offers img, #special-offers img {
	margin: 3px 0 0 0;
	padding-right: 5px;
}

#related-offers hr, #special-offers hr {
	margin: 7px 0 6px 0;
}

#related-offers p, #special-offers p {
	margin: 0;
	font-size: 11px;
	padding: 0; 
}

#special-offers
{
	margin-bottom: 10px;
}

#mini-categories {
	margin-top: 9px;
	padding: 0;
}

#mini-categories a {
    float: left
}

#mini-categories img {
	margin-bottom: 6px;
}

#mini-categories img.odd {
	margin-right: 9px;
}

#travel-ideas img {
	display: block;
	margin: 3px 10px 0 0;
}

#travel-ideas p {
	margin:0;
	font-size: 11px;
	line-height: 15px;
}


#travel-ideas h3 {
	font-size: 17px;
	line-height: 21px;
	font-weight: normal;
	margin: 15px 0 2px 0;
	color: #000
}

#travel-ideas h3:first-child {
    margin-top:-1px; 
}

#top5 ol, #special-offers ol {
	margin: 5px 0 0 16px;
	padding: 0;
	font-size: 11px;
}

#blog-entry {
	height: 200px;
	overflow: hidden;
}
#blog-entry p {
	font-size: 11px;
	color: #787878;
}

#blog-entry img {
	width: 75px;
}

#gallery img
{
	margin-left: 3px;
	margin-bottom: 4px;
}

#gallery
{
	margin-bottom: -10px;
}

div#blog-entry h4 {
	margin: 0;
}

.comboboxContainer
{
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: white;
}

.comboboxValueContainer
{

}

.comboboxValueContent
{
	padding-left: 3px;
}

.comboboxDropDownContainer
{
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;
	cursor: default;
}

.comboboxDropDownButton
{
//	▼
	width: 16px;
	height: 18px;
	background-color: black;
}

.comboboxGroupItemHeader
{
	display: block;
	background: #000;
	color: #fff;
}

.comboboxGroupItemContainer
{
	padding-left: 10px;
}

.comboboxItem
{
	background: #fff;
	color: #000;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
}

.comboboxItemHover
{
	background-color: #999;
	color: #fff;
	text-transform: uppercase;
	padding-left: 4px;
}
.contactaddress
{
	padding: 0;
	/*border: 1px solid #CCC;*/
}

.contactaddress p{
    color: #6d6e70;
    font-size: 11px;
    margin: 0;
}

div.widgets > a img, div.widgets > a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
} 

#map {
    margin: 10px 0 16px 10px;
}

hr.hrGrey {
    height: 1px;
    border: 0;
    background: #FFF
}

