@import url("../css/global.css");
@import url("../css/accordion.css");

#btn_continue-browse {
	width: 241px;
	height: 25px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/btn_continue-browse.png) no-repeat 0 0;
	margin: 15px auto;
}
#btn_continue-browse:hover {
	background-position: 0 -25px;
}

/* BROWSE BREADCRUMBS
----------------------------------------- */
#browse_crumbs {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
}

#browse_crumbs li {
	float: left;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	background: url(../gfx/browse-slash.gif) no-repeat 100% 50%;
}
#browse_crumbs li a {
	color: #999;
}
#browse_crumbs li a:hover {
	color: #5DA144;
	text-decoration: underline;
}	
#browse_crumbs .active {
	background: none;
}
#browse_crumbs li.active a {
	color: #555;
}


#browse_paginate {
	width: 20%;
	clear: both;
	padding: 15px 30px 10px 30px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	font-weight: bold;
}

#browse_paginate a {
	display: block;
	width: 29px;
	height: 22px;
	text-indent: -999em;
	position: absolute;
}
#browse_paginate #paginate_prev.inactive {
	background-position: 0 -44px;
}
#browse_paginate #paginate_next.inactive {
	background-position: 0 -44px;
}

#browse_paginate #paginate_prev {
	background: url(../gfx/btn_pag_prev.gif) no-repeat 0 0;
	left: 0;
	bottom: 10px;
}
#browse_paginate #paginate_prev:hover {
	background-position: 0 -22px;
}

#browse_paginate #paginate_next {
	background: url(../gfx/btn_pag_next.gif) no-repeat 0 0;
	right: 0;
	bottom: 10px;
}
#browse_paginate #paginate_next:hover {
	background-position: 0 -22px;
}



/* BROWSE CONTAINER
----------------------------------------- */
#browse_container {
	background: #F9EED8;
	border: 1px solid #D1D1D1;
	padding: 10px 20px;
	margin: 0 0 10px 0;
}
#browse_container fieldset {
	padding: 10px 0;
}
#browse_container #category_select {
	float: right;
}
#browse_container .select_field {
	float: left;
	font-weight: bold;
}

#browse_container .select_field label {
	display: block;
	width: 80px;
	float: left;
}

#browse_container select {
	width: 200px;
}
#browse_container #btn_browse {
	width: 191px;
	height:34px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/btn_browse.png) no-repeat 0 0;
	cursor: pointer;
	border: none;
 	float: right;
}
#browse_container #btn_browse:hover {
	background-position: 0 -34px;
}


/* SIDEBOX BROWSE CONTAINER
----------------------------------------- */
#secondary #browse_container {
	background: none;
	border: none;
	margin: 0;
	padding: 0 20px;
}
#secondary #browse_container .select_field {
	clear: both;
	margin: 0 0 15px 0;
	float: none;
}
#secondary #browse_container .select_field label {
	width: 90px;
}
#secondary #browse_container .select_field select {
	width: 165px;
}
#secondary #browse_container #btn_browse {
	width: 131px;
	height:25px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/btn_browse-mini.png) no-repeat 0 0;
	cursor: pointer;
	border: none;
 	float: right;
}
#secondary #browse_container #btn_browse:hover {
	background-position: 0 -25px;
}


/* BROWSE RESULT LIST
----------------------------------------- */
#browse_sort {
	position: absolute;
	top: 5px;
	right: 15px;
	width: 150px;
}
#browse_sort label {
	display: none;
	clear: both;
	margin: 0 0 10px 0;
	text-align: right;
	font-weight: bold;
}
#browse_sort select {
	display: block;
	width: 150px;
	font-size: 11px;
	margin: 0 0 5px 0;
}
#browse_sort input {
	display: block;
	width: 42px;
	height: 22px;
	text-indent: -999em;
	background: url(../gfx/btn_sort.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	float: right;
}

#browse_sort input:hover {
	background-position: 0 -22px;
}

#browse_results {
	background: #F9EED8;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 5px;
}

#browse_results .result_item {
	background: #4E4E4E;
	float: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}
#browse_results .result_item a {
	display: block;
}
#browse_results .result_item a:hover {
	background: url(../gfx/result_greenbg.jpg) repeat-x 0 100%;
}
#browse_results .result_item .result_item_name {
	display: block;
	margin: 0;
	line-height: 12px;
	color: #fff;
	padding: 9px;
	border-top: 1px solid #fff;
}

#browse_results .result_item .place_info .rate_box {
	background: url(../gfx/rate-stars.png) no-repeat 0 0;
	display: block;
	width: 99px;
	height: 16px;
	margin: 0 0 20px 0;
}

#browse_results .result_item .place_info {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../gfx/bg_trans.png);
	width: 140px;
	height: 140px;
	color: #fff;
	padding: 10px;
	font-size: 11px;
	display: none;
}
#browse_results .result_item .place_info p {
	line-height: 13px;
	margin: 0;
}
#browse_results .result_item .place_info a:hover {
	background: none;
	color: #fff;
}
#browse_results .result_item .place_info.hoverme {
	top: 0;
	display: block;
}
#browse_results .result_item .place_info.hoverme h4 {
	color: #B3CD68;
}
#browse_results .result_item .place_info h4 {
	color: #fff;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 13px;
}
#browse_results .result_item .place_info a {
	color:#ABC563; 
}
#browse_results .result_item .place_info a:hover {
	color: #fff;
}


/* NAV CATEGORIES
----------------------------------------- */
/*#nav_categories li {
	background: url(../gfx/bullet_grey-arrow.gif) no-repeat 0 3px;
	margin: 0 0 15px 0;
}
#nav_categories li a {
	padding: 0 0 0 25px;
}*/

/* TAG CONTAINERS
----------------------------------------- */

#browse_results .tag_container {
	padding: 15px 5px 25px 5px;
}
#browse_results .tag_container a {
	float: left;
	padding: 5px 10px;
	font-weight: normal;
}
#browse_results .tag_container a:hover { 
	background: #ABC563;
	color: #fff;
}
/* COUNTRY LISTING
----------------------------------------- */
.countryChooser li {
	float: left;
	background: #F9EED8;
	padding: 0 5px 5px 5px;
	border: 1px solid #ccc;
	margin: 0 15px 10px 0;
}
.countryChooser li a {
	display: block;
	width: 130px;
	height: 85px;
}
#country_australia a { 
	background: url(../gfx/flags/australia.jpg) no-repeat 0 100%;
}	
#country_belgium a { 
	background: url(../gfx/flags/belgium.jpg) no-repeat 0 100%;
}	
#country_canada a { 
	background: url(../gfx/flags/canada.jpg) no-repeat 0 100%;
}	
#country_france a { 
	background: url(../gfx/flags/france.jpg) no-repeat 0 100%;
}	
#country_new_zealand a { 
	background: url(../gfx/flags/new_zealand.jpg) no-repeat 0 100%;
}	
#country_uk a { 
	background: url(../gfx/flags/uk.jpg) no-repeat 0 100%;
}	
#country_usa a { 
	background: url(../gfx/flags/usa.jpg) no-repeat 0 100%;
}	
#country_peru a { 
	background: url(../gfx/flags/peru.jpg) no-repeat 0 100%;
}
#country_spain a { 
	background: url(../gfx/flags/spain.gif) no-repeat 0 100%;
}	
