@charset "utf-8";
/* Stylesheet by Artificial Studio - www.artificialstudio.com */

/*----------------------------- SET UP DEFAULTS*/
html, body {
	border: 0;
	margin: 0;
	padding: 0;
	background: url(../images/wm_bg.gif) repeat-x #fff top;
}


body {
	font-family: "Lucida Grande", Tahoma, Calibri, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
}

#popup #wrap {
	width: 100%;
	padding-left: 7px;
}

/*----------------------------- WINEME*/

a.btn
{ background-image: url(../images/wm_btn.jpg); }
input.login_btn
{ background-image: url(../images/wm_login.jpg); }
.artificial a 
{ background: url(../images/wm_artificialstudio.gif); }

a
{ color: #651717; }
.listing a:link, .listing a:visited, .listing a:active, .tab a:hover, .active a
{ color: #8d1d28; }
hr, .required, .colcode, #header form a:link, #header form a:visited, #header form a:active
{ color: #bf1e2d; }
.tab a, .cloud a:link, .cloud a:visited, .cloud a:active, #header form a:hover, #footer a:hover
{ color: #d17f87; }

/*----------------------------- PROMO PAGE*/
.promopage {
	background-image: url(../images/promo_bg.gif);
}

#establishments #fullmain {
	background: url(../images/why-list-wm.jpg) no-repeat top;
}

#holding #fullmain {
	background: url(../images/holding-page-am.jpg) no-repeat top;
}

.btn_list, .btn_traveller {
	width: 234px;
	height: 54px;
	display: block;
	margin-right: 25px;
	float: left;
	background: url(../images/btn_list.gif) left;
}

.btn_traveller {
	background-image: url(../images/btn_traveller.gif);
}

a:hover {
	background-position: right;
}

.left_content {
	width: 560px;
	float: left;
	margin-top: 70px;
}

.submit:hover {
	cursor: pointer;
}

.right_content {
	width: 390px;
	float: right;
	margin-right: 10px;
	margin-top: 210px;
}

ul.benefits {
	padding: 0px;
	margin: 0px;
}

.benefits li {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-left: 40px;
	background: url(../images/li.gif) no-repeat top left;
	padding-top: 5px;
	padding-bottom: 8px;
}

#establishments #right ul.benefits {
	margin-top: 65px;	
}

.right_content h2 {
	color: #9cd4df;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 0px;
}

#holding .right_content input {
	width: 263px;
	height: 16px;
	padding: 10px;
	background: url(../images/input.gif) left;
	font-family: "Lucida Grande", Tahoma, Calibri, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	clear: both;
	float: none;
	display: block;
	border: none;
	margin-bottom: 10px;
}

#holding .right_content input.submit {
	background: url(../images/submit.gif) left;
	width: 110px;
	height: 36px;
	padding: 0px;
}

a.submitstyle:link, a.submitstyle:visited, a.submitstyle:active {
	font-family: "Delicious Heavy", Tahoma, Geneva, sans-serif;
	background: url(../images/submit.gif) left;
	width: 94px;
	height: 20px;
	padding: 8px;
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.submitstyle:hover {
	background-position: right;
}

.right_content label {
	display: none;
	width: 49px;
}

.promopage p, .promopage #fullmain li {
	line-height: 24px;
}

.promopage table p {
	font-size: 11px;
	color: #999;
	text-align: justify;
}

.promopage td {
	padding-right: 25px;
}

/*----------------------------- HEADINGS*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "Delicious Heavy", Georgia, "Times New Roman", Times, serif;
}
 
h1 {
	padding: 20px 0 14px 0;
	letter-spacing: -1px;
	font-size: 1.9em;
}

#right h1 {
	float: right;
}
 
h2 {
	padding: 10px 0;
	letter-spacing: -1px;
	font-size: 1.5em;
}

#home h2 {
	padding-top: 20px;	
}

#home .listing h2 {
	padding: 0px;
}

#result h2 {
	padding-top: 0px;
	padding-bottom: 10px;
}
 
h3 {
	padding: 10px 0;
	margin-bottom: 17px;
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-family: "Lucida Grande", Tahoma, Calibri, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	padding: 10px 0;
}

/*----------------------------- COMMON FORMATTING*/
p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
	font-size: 12px;
	line-height: 22px;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
}
 
blockquote {
	margin: 0.25em;
	padding: 0.25em 1.25em 0 1.25em;
	border-top: 1px solid #e5e5e5;	
}

blockquote.estatepost strong {
	color: #9d0614;
}

blockquote.estatepost {
	background: #eee;
	
}
 
small {
	font-size: 0.85em;
}

img {
	border: 0;
}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
 
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
 
a, a:link, a:visited, a:hover {
	text-decoration: underline;
	outline: none;
}

#main a:hover, #fullmain a:hover {
	color: #000;
}
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
 
input, select, textarea {
}

#main input, #main select, #main textarea, #fullmain input, #fullmain select, #fullmain textarea {
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #dbdcd5;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#main input.radiocheck, #fullmain input.radiocheck {
	background: none;
	border: none;
}

#main #search select, #fullmain #search select {
	width: 165px;
	padding: 4px 5px;
}
 
textarea {
	line-height: 1.25;
}
 
label {
	cursor: pointer;
}
 
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}

th {
	border-left: 3px solid #d17f87;
	padding-left: 10px;
}

th.thtop {
	border-bottom: 3px solid #ccd58b;
	border-left: none;
}

hr {
	margin: 0px;
}

td, th {
	font-size: 12px;
	background-color: #f9f9f9;
	line-height: 22px;
}

th {
	font-size: 14px;	
}

li {
	padding-bottom: 3px;
}

/*-------------------------------------------------------------- MAIN STRUCTURAL DIVS*/
#header {
	width: 100%;
	height: 151px;
}

#header img {
	float: left;
}

#header em {
	float: left;
	color: #999;
	width: 330px;
	margin-left: 90px;
	margin-top: 26px;
	line-height: 18px;
	font-size: 12px;
}

#main {
	width: 637px;
	min-height: 400px;
	float: left;
	margin-top: 10px;
}

#home #main {
	min-height: 0px;
}

#fullmain {
	width: 100%;
	height: 440px;
	clear: both;
	padding-top: 250px;
	margin-top: 19px;
}

#right {
	width: 318px;
	float: right;
	margin-top: 10px;
}

.listing {
	width: 290px;
	height: 80px;
	padding: 9px;
	background: url(../images/listing.gif) no-repeat left;
	color: #727272;
	float: left;
	margin: 5px;
}

#establishments .listing {
	margin: 0px;
	float: none;
}

#sort .listing {
	background: #FFF;	
	border: 1px solid #dcdcdc;
	padding: 8px;
}

#view-estate #sort {
	padding-left: 8px;
	width: 310px;
}

.listing h2 {
	font-size: 18px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
	color: #040404;
	overflow: hidden;
}

.add {
	font-size: 12px;
	padding-top: 5px;
	display: block;
}

.listing h4 {
	color: #7e808f;
	font-size: 11px;
	padding: 5px 0px;
	width: 180px;
	float: left;
}

.listing hr {
	color: #dcdcdc;
}

.listing a:link, .listing a:visited, .listing a:active {
	text-decoration: none;
}

.listing a:hover {
	color: #000000;
}

.listing_image {
	background: url(../images/move.jpg) no-repeat left;
	width: 120px;
	height: 80px;
	float: left;
}

#right .listing_image {
	background: none;
}

.listing_image img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);	
}

.nodrag .listing_image img:hover, #trips .listing_image img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);	
}

.listing_info {
	width: 160px;
	height: 80px;
	float: right;
}

#wrap a.btn {
	width: 110px;
	height: 22px;
	display: block;
	text-align: center;
	float: right;
	color: #FFF;
	font-weight: bold;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 15px;
}

a.btn:hover {
	background-position: right;
}

#search {
	margin-top: 20px;
}

.searchtext {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	letter-spacing: normal;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
}

.search-left, .search-main, .search-right {
	float: left;
	height: 274px;
}

.search-left {
	clear: both;
}

.search-left, .search-right {
	width: 13px;
}

.search-main {
	width: 610px;
	background: url(../images/search.gif) repeat-x top #acbd34; 
	color: #FFF;
}

.search-left { background: url(../images/sides.gif) #acbd34; }
.search-right { background: url(../images/sides.gif) -13px #acbd34; }

.tab {
	background: url(../images/tab_other_lt.gif) left #acbd34 no-repeat;
	float: left;
	margin-left: 30px;
}

.tab a {
	background: url(../images/tab_other_rt.gif) right no-repeat;
	display: block;
	padding: 5px 30px 0px 30px;
	height: 27px;
	text-decoration: none;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.advanced {
	margin-left: 15px;
}

.active {
	background-image: url(../images/tab_active_lt.gif);
}

.active a {
	background-image: url(../images/tab_active_rt.gif);
}

.active a:hover {
	color: #FFF;
}

#search input, #search select {
	margin-left: 10px;
	margin-right: 10px;
}

#search label {
	font-size: 14px;
}

input#place, input#keywords {
	margin-right: 0px;
}

.cloud {
	margin-top: 10px;
}

.cloud h4 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.cloud span {
	margin-right: 10px;
}

.cloud a:link, .cloud a:visited, .cloud a:active {
	text-decoration: none;
}

.cloud a:hover {
	color: #FFF;
}

#header form {
	display: block;
	width: 350px;
	float: right;
	height: 80px;
	margin-top: 27px;
	color: #FFF;
	font-size: 10px;
	text-align: right;
}

#fbconnect {
	display: block;
	width: 350px;
	float: right;
	height: 80px;
	margin-top: 27px;
	color: #FFF;
	font-size: 11px;
	text-align: left;
}

#fbconnect a {
	text-decoration: none;
	color: #CCC;
	font-size: 11px;
}

#fbconnect a:hover {
	color: #fff;	
}

#fbconnect ul {
	margin: 5px 0 0 0;
	padding: 0px;
	line-height: 12px;
}

#fbconnect.native ul {
	min-width: 150px;	
}

#fbconnect .right {
	margin-right: 10px;	
}

#fbconnect li {
	list-style: none;
	border-bottom: 1px solid #666;
}

#header form a:link, #header form a:visited, #header form a:active {
	text-decoration: none;
}

.incorrect {
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	float: left;
}

input.login_btn {
	width: 31px;
	height: 18px;
	display: block;
	float: right;
	border: none;
}

input.login_btn:hover {
	background-position: right;
	cursor: pointer;
}

.row {
	clear: both;
	margin-bottom: 5px;
	display: block;
}

.row .left {
	margin-left: 10px;	
}

.row label {
	margin-right: 10px;
}

.lefty {
	float: left;
}

#footer .lefty {
	float: none;	
}

#header input {
	font-size: 11px;
}

#pages {
	padding-top: 3px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
	color: #727272;
	clear: both;
}

#pages a {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 3px;
}

#pages .pagelist a {
	width: 19px;
	height: 16px;
	display: block;
	text-align: center;
	margin-right: 3px;
	margin-bottom: 3px;
	border: 1px solid #FFF;
	float: left;
	background: none;
	color: #7e808f;
}

#pages .pagelist a:hover {
	background-color: #8d1d28;
	border-color: #d17f87;
	color: #FFF;
}

#pages .pagelist .activepage {
	background-color: #FFF;
	border-color: #d17f87;
}

a.blocka:link, a.blocka:visited, a.blocka:active {
	background-color: #8d1d28;
	border: 1px solid #d17f87;
	color: #FFF;	
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: right;
	padding: 3px;
}

a.blocka:hover {
	border: 1px solid #ddd;
	background: #eee;
	color: #7e808f;
}

.zero {
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;	
}

.left {
	float: left;
}

.border img {
	border: 5px solid #FFF;
}

.border {
	border: 1px solid #dbdcd5;
}

h1.left {
	margin-left: 10px;
}

.right {
	float: right;
}

#pages .right {
	font-size: 11px;
}

#pages .right a {
	font-weight: bold;
}

#chooselayout {
	float: right;
}

#chooselayout a {
	display: block;
	width: 9px;
	height: 9px;
	float: left; 
	margin-right: 3px;
	margin-top: 10px;
}

#chooselayout a.col1 {
	background:url(../images/chooselayout.gif);
}

#chooselayout a.col1active, #chooselayout a.col1:hover {
	background-position: -18px;
}

#chooselayout a.col2 {
	background:url(../images/chooselayout.gif) -9px;
}

#chooselayout a.col2active, #chooselayout a.col2:hover {
	background-position: -27px;
}

/*-------------------------------------------------------------- MY DIVS*/
#footer {
	width: 100%;
	height: 350px;
	clear: both;
	color: #FFFFFF;
	font-size: 85%;
	background: url(../images/footer.jpg) repeat-x bottom;
}

#footer_container {
	width: 1000px;
	margin: 0px auto;
}

#footer_left, #footer_right {
	float: left;
	padding: 10px;
	height: 40px;
}

#footer_left {
	padding-top: 40px;
	width: 580px;
}

#footer #footer_left ul {
	padding: 0px;	
}

#footer h2 {
	padding: 0px;
	display: inline;
	font-size: 28px;
}

#footer_right {
	width: 380px;
	float: right;
	text-align: right;
}

#footer ul, #footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

#footer p {
	padding-top: 42px;
}

#footer li {
	float: left;
	list-style-type: none;
	padding-right: 20px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer #footer_left a:hover, #footer #footer_right a:hover {
	color: #d17f87;	
}

.footlinks li {
	background: url(../images/footer_li.gif) left no-repeat;
	padding-left: 15px;
}

.social {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#footer .social li {
	padding-right: 5px;
}

.social a {
	height: 24px;
	width: 24px;
	display: block;
}

.bookmark { background: url(../images/social.gif) 0px; }
.twitter { background: url(../images/social.gif) -24px; }
.rssfeed { background: url(../images/social.gif) -48px; }
.facebook { background: url(../images/social.gif) -72px; }
.diggit { background: url(../images/social.gif) -96px; }

a.bookmark:hover { background: url(../images/social.gif) -120px; }
a.twitter:hover { background: url(../images/social.gif) -144px; }
a.rssfeed:hover { background: url(../images/social.gif) -168px; }
a.facebook:hover { background: url(../images/social.gif) -192px; }
a.diggit:hover { background: url(../images/social.gif) -216px; }

.artificial {
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.artificial a {
	width: 31px;
	height: 25px;
	display: block;
	float: right;
}

.artificial .lefty {
	padding-top: 13px;
	padding-right: 5px;
}

.network {
	float: right;
}

#footer .network li {
	float: left;
	padding-right: 0px;
	padding-left: 20px;
}

p.copyright {
	clear: both;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin-top: 20px;
}


/*-------------------------------------------------------------- NAVIGATION*/
#nav, #secnav, #secnav_loggedin {
	height: 50px;
	top: 13px;
	z-index: 1000 !important;
}

#nav, #nav ul, #secnav, #secnav ul, #secnav_loggedin, #secnav_loggedin ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em; 
}


#nav, #nav ul, #secnav_loggedin ul {
	float: left;
	clear: both;
}

#nav a, #secnav a, #secnav_loggedin a {
	display: block;
	font-weight: bold;
	padding: 12px 17px 10px 17px;
	height: 22px;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	width: 60px;
	text-align: center;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
}

#nav a.home-search {
	padding-left: 0px;
}

#nav a.create-traveller-profile, #secnav a.create-an-accommodation-listing, #secnav_loggedin a.create-an-accommodation-listing {
	padding-right: 0px;
}

#nav a:hover, #secnav a:hover, #secnav_loggedin a:hover {
	color: #FFF;
	background: url(../images/btn.jpg) left no-repeat;
}

#secnav li a.add-your-wine-estate, #secnav_loggedin li a.my-account {
	width: 125px;	
}

#secnav li a.add-your-wine-estate:hover, #secnav_loggedin li a.my-account:hover {
	background: url(../images/btn2.jpg) left no-repeat;
}

#secnav a img {
	margin-right: 6px;
}

#nav a.take-a-tour:hover {
	color: #7e808f;
}

#nav li, #secnav li, #secnav_loggedin li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#nav li, #secnav_loggedin li {
	margin-right: 10px;	
}

#secnav li {
	margin-left: 10px;	
}

#nav ul, #secnav ul, #secnav_loggedin ul {
	position: absolute;
	display: none;
	width: 140px;
	padding: 0px;
	margin: 0px;
	background: #131313;
	border: 1px solid #4f4f4f;
	border-top: none;
	top: 40px;
}

#nav ul li, #secnav ul li, #secnav_loggedin ul li {
	border-bottom: 1px solid #2c2c2c;
	margin-right: 0px;
}

#secnav, #secnav_loggedin {
	float: right;
}

#nav li ul a, #secnav li ul a, #secnav_loggedin li ul a {
	width: 117px;
	padding: 1px 10px;
	height: auto;
	float: left;
	font-size: 11px;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	border-left: 3px solid #000;
}

#nav li ul.tablelist a, #secnav li ul.tablelist a, #secnav_loggedin li ul.tablelist a {
}

#nav li h3 {
	color: #FFF;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0px;
}

#nav ul.tablelist {
	width: 280px;
}

#nav ul.variet {
	width: 560px;
}

#nav li ul a:hover, #secnav li ul a:hover, #secnav_loggedin li ul a:hover {
	background: #333;
	border-left: 3px solid #666;
}

#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 110px;
	margin: 0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/*-------------------------------------------------------------- PLUGINS*/

#searchresult {
	border: 1px solid #CCCCCC;
	background-color: #ECECEC;
	padding: 5px;
	margin-bottom: 5px;
}

#searchresult h2 a:link, #searchresult h2 a:visited, #searchresult h2 a:active {
	text-decoration: none;
}

#searchresult h2 a:hover {
	color: #000000;
}

#searchresult:hover {
	background-color: #E6E6E6;
}

#searchresult p, #searchresult h2 {
	margin: 0px;
	padding: 2px;
	border: none;
}

#result {
	border: 1px solid #dbdcd5;
	padding: 5px;
	margin-bottom: 5px;
	display: none;
}

#news em {
	float: none;
	display: block;
}

#news li {
	margin-bottom: 12px;
}

#comments blockquote {
	border-top: 1px solid #CCC;
}

#showroute, #export_gps, #share, .hide, .closed {
	display: none;
}

a.tooltip:hover {
	cursor: pointer;
}	

#tooltip { 
	background: #111111; 
	color: #FFF; 
	border: 2px solid #000;
	position: absolute;
	z-index: 3000;
	display: none;
	max-width: 300px;
} 

#tooltip h3 {  
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	margin: 0;  
	padding: 10px 8px 6px 8px;  
	background: none;
	border: 1px solid #2a2a2a; 
}

#header #loggedin {
	display: none;
}

#loggedin {
	padding: 5px 10px;
	border: 1px solid #ebeabf;
	background-color: #f7f6c6;
	margin-bottom: 10px;
	font-size: 11px;
}

#tabs {
	margin-left: 15px;
	width: 100%;
}

#tabs a:hover {
	background: #d17f87;
}

#tabs a.activepage {
	background: #FFF;
	color: #727272;
}

#nav a.activepage, #secnav a.activepage {
	background: url(../images/btn.jpg) no-repeat right;
	color: #FFF;
}

#secnav_loggedin a.activepage, #secnav a.addactive {
	background: url(../images/btn2.jpg) no-repeat right;
	color: #FFF;
}

.page {
	width: 100%;
	height: auto;
	padding: 16px;
	background: #FFF;
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
	clear: both; 
	color: #727272;
}

.page a {
	text-decoration: none;
}

#tabs a {
	background-color: #bf1e2d;
	font-size: 13px;
	padding: 3px 8px;
	margin-right: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}

input.submit {
	font-size: 30px;
}

.smallprint {
	font-size: 10px;
	line-height: 14px;
}

.normal {
	font-weight: normal;
}

.dashboard h2 {
	font-size: 16px;
	padding: 5px 0px;
}

.notice {
	padding: 5px;
	border: 1px solid #c9ebbf;
	background-color: #ddffd3;
	width: 627px;
	margin: 10px 0px;
	font-size: 12px;
}

.alert {
	border: 1px solid #ebbfbf;
	background-color: #f7c6c6;
}

.alert a {
	color: #660000;
}

.dashboard .notice {
	font-size: 18px;
}

.dashboard .notice a.right {
	font-size: 12px;
	padding-top: 5px;
}

.notice img {
	margin-right: 10px;
}

.error {
	color: #FF0000;
}

.notice ul {
	margin-top: 10px;
	margin-left: 10px;
	line-height: 25px;
}

.required {
	font-weight: bold;
	font-size: 18px;
	line-height: 0px;
}

a.button {
	color: #FFF;
}

a.btn_lrg {
	width: 234px;
	height: 28px;
	padding-top: 10px;
	background: url(../images/btn_lrg.gif) right;
	float: right;
	display: block;
	color: #FFF;
	text-transform: capitalize;
	text-align: center;
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: bold;
	margin-top: 10px;
	font-family: "Delicious Heavy", Tahoma, Geneva, sans-serif;
}

#result a.btn_lrg {
	float: left;
	text-decoration: none;
}

#main a.btn_lrg:hover {
	color: #FFF;
	cursor: pointer;
	background-position: left;
}

a.clearnotice:hover {
	cursor: pointer;
}

.saved {
	color: #FFF;
	background-color: #bf1e2d;
	border: 1px solid #8d1d28;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	padding: 5px;
	width: 110px;
	text-align: center;
}

#map_canvas {
	border: 1px solid #CCC;
	width: 637px; 
	height: 500px;
}

#map_area {
	border: 1px solid #CCC;
	width: 316px; 
	height: 200px;
}

#right #map_canvas {
	width: 318px; 
	height: 200px;
	position: absolute;
}

#right #map_canvas.bigmap {
	border: 5px solid #FFF;
	margin-left: -208px;
	margin-top: -4px;
	width: 522px;
	height: 500px;
}

.info {
	display: none;
	font-size: 11px;
	line-height: 18px;
	margin-top: 3px;
	width: auto;
	float: right;
	margin-left: 2px;
	background: none;
	border: none;
	padding: 0px;
}

#establishments .info, #registration .info {
	background: #83b7d8;
	border: 1px solid #258ccc;
	padding: 2px 5px;
}

#main .info em {
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
}

ul.tablelist {
	padding-left: 0px;	
}

#main .tablelist li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

#main .tablelist li a {
	display: block;
	width: 195px;
	background-color: #FFF;
	padding: 3px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#main ul.tablelist li a:hover {
	color: #FFF;
	background-color: #651717;
}

.promopage #fullmain {
	background: url(../images/why-list-wm.jpg) top no-repeat;
}

.benefits li {
	border-bottom: 1px solid #DDD;	
}

.promopage h1 {
	display: none;
}

.promopage h2 {
	font-family: "Delicious Heavy", Tahoma, Geneva, sans-serif;
	color: #7e7e7e;
	font-size: 22px;
	border-right: 5px solid #e1e1e1;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.promopage table img {
	float: left;
	padding-bottom: 25px;
}

.promopage table p {
	line-height: 18px;	
}

.estateinbox td {
	font-size: 11px;
}

#varietals select {
	margin-bottom: 5px;	
}

#establishments a.addnew, #establishments a.addnew:link, #establishments a.addnew:visited, #establishments a.addnew:active {
	padding: 5px;
	background: #EEE;
	border: 1px solid #DDD;
	margin-top: 10px;
	display: block;
	height: 14px;
	font-size: 13px;
	width: 160px;
	line-height: 0px;
	color: #333;
}

#establishments a.addnew:hover {
	color: #FFF;
	border-color: #AAA;
	background: #999;
}

.mapbubble {
	font-size: 11px;
	height: auto;
}

.mapbubble h3 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

a.btn_payment, a.btn_enable, a.btn_disable {
	width: 230px;
	height: 38px;
	display: block;
}

a.btn_twitter {
	width: 160px;
	height: 26px;
	display: block;
	float: right;
}

a.btn_getstarted, a.btn_enquire, a.btn_preview, #main input.btn_create, #main input.btn_createprofile, a.btn_access {
	width: 240px;
	height: 48px;
	display: block;
	-moz-border-radius: none;
}


a.btn_pricing {
	width: 130px;
	height: 38px;
	display: block;
}

.promopage a.btn_pricing {
	margin-left: 372px;
}

a.btn_enquire {
	margin-left: 30px;	
}

a.btn_twitter:hover, a.btn_payment:hover, a.btn_enable:hover, a.btn_disable:hover, a.btn_getstarted:hover, a.btn_enquire:hover, a.btn_preview:hover, #main input.btn_create:hover, #main input.btn_createprofile:hover, a.btn_access:hover, a.btn_pricing:hover {
	background-position: right;
	cursor: pointer;
}

a.btn_payment {
	background: url(../images/btn_payment.jpg) no-repeat left;
}
a.btn_enable {
	background: url(../images/btn_enable.jpg) no-repeat left;
}
a.btn_disable {
	background: url(../images/btn_disable.jpg) no-repeat left;
}
a.btn_getstarted {
	background: url(../images/btn_getstarted.jpg) no-repeat left;
}
a.btn_enquire {
	background: url(../images/btn_enquire.jpg) no-repeat left;
}
a.btn_twitter {
	background: url(../images/btn_twitter.jpg) no-repeat left;
}
a.btn_preview {
	background: url(../images/btn_preview.jpg) no-repeat left;
	margin-top: 15px;
}
#main input.btn_create {
	background: url(../images/btn_create.jpg) no-repeat left;
	border: none;
	padding: 0px;
	margin: 0px;
}
#main input.btn_createprofile {
	background: url(../images/btn_createprofile.jpg) no-repeat left;
	border: none;
	padding: 0px;
	margin: 0px;
}
a.btn_access {
	background: url(../images/btn_access.jpg) no-repeat left;
}
a.btn_pricing {
	background: url(../images/btn_pricing.jpg) no-repeat left;
}

.promopage table {
	margin-top: 30px;	
	clear: both;
}

#dashboard, .promopage #pricing {
	position: absolute;
	margin-left: 598px;
	top: 189px;
	height: 381px;
	width: 396px;
}

#pricing {
	display: none;
}

#order #pricing {
	display: block;	
}

#pricing span.darker {
	color: #666;	
}

#pricing a {
	border-bottom: 1px solid #e0a0a3;
	width: 280px;
	padding: 5px 5px 0px 5px;
	padding-left: 25px;
	display: block;
	text-decoration: none;
}

.page #pricing, #order #pricing {
	margin-top: 0px;
}

.page #pricing a, #order #pricing a {
	width: 182px;
	float: left;
	border-color: #999;
}

.page #pricing h3, #order #pricing h3 {
	color: #333;	
}

.page #pricing p, #order #pricing p {
	color: #999;	
}

.page #pricing a:hover, #order #pricing a:hover {
	background: #DDD;	
}

#order #pricing a.activeprice {
	background: #CCC;	
}

#order #pricing {
	background: #FFF;	
}

#pricing a:hover {
	background: url(../images/pricing_order.gif) right no-repeat #000;
}

#pricing h3 {
	color: #FFF;
	font-weight: normal;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}

#pricing p {
	font-size: 13px;
	line-height: 22px;
	color: #f7c6c6;
	margin-bottom: 0px;
}

.promopage #result h2 {
	margin: 0px;
	padding: 10px 0px;
}

.promopage #enqform {
	display: none;	
	padding-top: 15px;
}

#enqform h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* HOME */
body#home {
	background: url(../images/wm_bg_home.gif) repeat-x top;	
}

#home_search {
	margin-top: 50px;
	height: 300px;
	color: #FFF;
}

#home_search div {
	width: 450px;	
}

#home_search div.left img {
	float: left;	
	margin-bottom: 20px;
	margin-right: 20px;
	clear: both;
}

#home_search h1 {
	display: block;
	width: 372px;
	height: 47px;
	text-indent: -9999px;
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	padding: 0px;
}

#home_search p {
	color: #FFF;
	padding: 0px;
	padding-bottom: 15px;
	line-height: 16px;
	font-size: 11px;
}

#home_search h1.search_estates {
	background-image: url(../images/h1_search.gif);
}

#home_search h1.plan_tasting {
	background-image: url(../images/h1_plan.gif);
}

#home_search h1.experience_share {
	background-image: url(../images/h1_experience.gif);
}

.searchform #keywords {
	padding: 15px 10px;
	font-size: 22px;
	color: #646464;
	width: 318px;
	height: 28px;
	background: url(../images/input_keywords.gif);
	border: none;
	display: block;
	float: left;
}

.searchform input.search_btn {
	background: url(../images/input_search.gif) left no-repeat;
	width: 99px;
	height: 58px;
	color: #FFF;
	border: none;
	font-family: "Lucida Grande", Tahoma, Calibri, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 10px;
}

.searchform input.search_btn:hover {
	background-position: right;	
	cursor: pointer;
}

.searchform {
	border-bottom: 1px solid #71040e;		
	display: block;
}

.detailed .searchform {
	border-bottom: none;		
}

.subscribe_container {
	border-top: 1px solid #b84b55;
	display: block;
}

#home_search h2, #home_search h3 {
	font-family: "Delicious Heavy", Tahoma, Calibri, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;	
}

#home_search h2 {
	font-size: 30px;
	font-weight: bold;
}

#home_search h3 {
	font-size: 20px;
	margin: 5px 0px;
}

#home_search h3 a {
	color: #FFF;
	text-decoration: none;
}

#home_search h3 a:hover {
	color: #DDD;	
}

.subscribe_container {
	font-size: 12px;
}

.subscribe_container p {
	margin-top: 5px;	
}

.subscribe_container input.textfield {
	color: #9e9d9d;
	font-style: italic;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	width: 161px;
	height: 19px;
	padding: 10px;
	background: url(../images/sub_input.gif) left top no-repeat;
	border: none;
}

.subscribe_container input.go {
	width: 45px;
	height: 39px;
	padding: 0px;
	margin: 0px;
	border: none;
	background:url(../images/go.gif) left top no-repeat;
}

.subscribe_container input.go:hover {
	cursor: pointer;
	background-position: right;
}

a.tab {
	padding: 9px;
	width: 92px;
	height: 12px;
	display: block;
	margin: 0px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	background: url(../images/tabs.gif) no-repeat left;
}

a.tab:hover, a.activetab {
	background-position: right;
}

a.moveup {
	margin-left: 10px;	
}

.searchform option, .searchform select {
	font-size: 11px;
}

.searchform select {
	padding: 2px;
	margin: 0px 5px;
}

#home_search .detailed .searchform td {
	background: none;	
	font-size: 11px;
}

a.prev, a.next, a.order {
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
	padding: 5px;
	font-size: 11px;
	display: block;
	float: left;
}

a.order {
	margin: 3px 10px 0px 0px;
}

a.prev:hover, a.next:hover, a.order:hover {
	background: #FFF;	
}

hr.white {
	color: #FFF;	
}

#main .listing .letter, #trips .listing .letter, #home .listing .letter {
	display: none;
}

#feed {
	padding-left: 0px;	
}

#feed li {
	display: block;
	padding-left: 23px;
	border-bottom: 1px solid #e5e5e5;
	height: 22px;
}

#feed li em {
	float: right;	
}

li.sml_bought {
	background: url(../images/sml_bought.gif) left no-repeat;
}

li.sml_comment {
	background: url(../images/sml_comment.gif) left no-repeat;
}

li.sml_join-estate {
	background: url(../images/sml_join-estate.gif) left no-repeat;
}

li.sml_join-wineme {
	background: url(../images/sml_join-wineme.gif) left no-repeat;
}

li.sml_open-bottle {
	background: url(../images/sml_open-bottle.gif) left no-repeat;
}

li.sml_plan-trip {
	background: url(../images/sml_plan-trip.gif) left no-repeat;
}

li.sml_rate {
	background: url(../images/sml_rate.gif) left no-repeat;
}

.listing .letter {
	font-size: 13px;
	background: url(../images/letter.gif) no-repeat left;
	color: #000;
	padding: 2px;
	width: 15px;
	height: 16px;
	text-align: center;
	float: right;
	clear: right;
	display: block;
}

#sort .listing {
	height: 40px;
	margin: 1px 5px 5px 5px;
}

#sort .listing hr {
	display: none;	
}

#sort .listing img {
	width: 60px;
	height: 40px;
}

#sort .listing_image {
	width: 60px;	
}

#sort .listing_info {
	width: 220px;	
}

#sort .listing_info h2 {
	height: 18px;
	font-size: 14px;
	width: 195px;
}

#sort {
	width: 318px;
	padding: 0px;
	min-height: 280px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background: url(../images/sort.gif) no-repeat top #FFF;
	color: #727272;
	float: left;
}

.checkoutbg {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background: #FFF;
	width: 318px;
	height: 50px;
	clear: both;
}

#view-estate #sort, #all-estate-wines #sort {
	background: url(../images/sort_wine.gif) no-repeat top #FFF;
}

#view-estate #sort.no_bg {
 background-image: none;
}

.move img {
	cursor: move;	
}

#new-listings img, #trips #right img, .nodrag .listing img {
	cursor: default;	
}

a.plan_btn {
	background: no-repeat top;
	display: block;
	width: 98px;
	height: 29px;
	padding-top: 68px;
	float: left;
	margin: 0px;
	text-decoration: none;
	color: #5f5f5f;
	font-size: 13px;
	line-height: 12px;
	text-align: center;
	font-weight: bold;
	margin: 10px 4px;
}

.shareblock {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 15px;
	width: 590px;
	clear: both;
	margin-top: 20px;
}

.shareblock h3 {
	color: #454545;
	font-weight: normal;
}

a.plan_btn:hover {
	color: #99121e;	
}

#export_gps {
	background-image: url(../images/btn_gps.gif);	
}

#share {
	background-image: url(../images/btn_share.gif);	
}

#showroute {
	background-image: url(../images/btn_directions.gif);	
}

#share_fb {
	background-image: url(../images/btn_facebook.gif);	
}

#share {
	
}

#showroute {
	
}

.listing img {
	cursor: move;	
}

#main .nodrag .remove_this {
	display: block;	
}

.remove_this, .remove_start {
	display: none;
	width: 20px;
	height: 20px;
	background: url(../images/remove.gif) left no-repeat;
	float: right;
}

#sort .remove_this, #sort .remove_start {
	display: block;	
}

.remove_this:hover, .remove_start:hover {
	background-position: right;
}

#order h3 {
	margin-bottom: 0px;
}

.payment-methods {
	background-color: #FFF;
	border: 1px solid #dbdcd5;
	text-align: center;
	padding: 30px;
	margin-top: 30px;
}

#legal p {
	text-align: justify;	
}

a.btn_red {
	display: block;
	width: 136px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 22px;
	float: right;
	padding: 10px;
	background: url(../images/btn_red.jpg) no-repeat left;
	margin: 0px 0px 15px 0px;
	color: #FFF;
	text-decoration: none;
}

a.btn_red:hover {
	background-position: right;	
}

#trip_buttons strong {
	font-size: 14px;
	margin-bottom: 5px;
	color: #666;
}

#trip_summary {
	width: 298px;
	height: 83px;
	display: none;
	margin-top: 15px;
	font-size: 14px;
	line-height: 21px;
	padding: 10px;
	color: #696969;
	background: url(../images/trip-summary.gif) no-repeat;
}

#trip_buttons {
	margin-top: 15px;	
}

#main a.icon_photos, #main a.icon_likes, #main a.icon_comments, #main a.icon_prizes {
	width: 16px;
	height: 20px;
	margin-top: 0px;
	float: left;
	padding-left: 20px;
	padding-top: 6px;
	font-size: 11px;
	background: url(../images/icon_photos.gif) no-repeat left;
}

#right #cred {
	display: none;
}

#main a.icon_photos:hover, #main a.icon_likes:hover, #main a.icon_comments:hover, #main a.icon_prizes:hover {
	text-decoration: underline;
	font-weight: bold;
}

#main a.icon_photos {
	padding-left: 23px;
}

#main a.icon_likes {
	background: url(../images/icon_likes.gif) no-repeat left;
}

#main a.icon_comments {
	background: url(../images/icon_comments.gif) no-repeat left;
}

#main a.icon_prizes {
	background: url(../images/icon_prizes.gif) no-repeat left;
}

/* Disable until components are done. */
#calc_cost, a.order { display: none; }

#trip_buttons input {
	font-size: 12px;
	padding: 1px;
	color: #666;
	font-style: italic;
	width: 150px;
}

#trip_buttons input.addstart_submit {
	color: #333;
	width: auto;
	font-style: normal;
	font-weight: bold;
}

#right .listing em, #main .listing em, #trips .listing em {
	color: #333;
	clear: both;
	background: #FFC;
	font-size: 11px;
	line-height: 14px;
	padding: 2px;
	display: block;
	margin-top: 3px;
}

#right .right em {
	margin-top: 0px;	
}

#view-estate #main ul.facilities, #wines #right ul.facilities {
	padding-left: 0px;	
}

#view-estate #main .facilities li, #wines #right .facilities li {
	padding-left: 25px;	
}

.yes, .no {
	list-style: none;
}

#view-estate #main li, #view-estate #right li, #wines #main li, #wines #right li {
	border-bottom: 1px solid #e5e5e5;	
}

#wines #main h1 {
	width: 390px;	
}

li.yes {
	font-weight: bold;
	background: url(../images/yes.gif) top left no-repeat;
}

.hours li.yes {
	font-weight: inherit;	
}

#twitter_update_list {
	padding-left: 0px;	
}

#twitter_update_list li {
	list-style: none;	
	padding-left: 25px;	
	background: url(../images/tweet.gif) top left no-repeat;
}

#footer #twitter_update_list li {
	padding-left: 0px;
	background: none;
	font-size: 12px;
	border-bottom: 1px solid #666;
}
#footer #twitter_update_list {
	margin-top: 15px;
	border-top: 1px solid #666;
}

li.no {
	background: url(../images/no.gif) top left no-repeat;
}

#view-estate #main, #view-estate #right, #wines #main, #wines #right, #all-estate-wines #main, #all-estate-wines #right {
	margin-top: 30px;	
}

#view-estate #main ul, #view-estate #main .half ul {
	padding-left: 15px;	
}

.full, .half {
	border: 1px solid #DDD;
	background-color: #FFF;
	padding: 10px;
	margin: 10px;
}

#right .full, #right .half, #view-estate #map_area {
	margin: 10px 0px;
}

#view-estate #main h1, #all-estate-wines #main h1, #view-estate h2, #all-estate-wines h2, #view-estate #main h3, #view-estate #right h3 {
	padding-top: 0px;
	margin-top: 0px;
}

#view-estate h1, #all-estate-wines #main h1, #view-estate #main h3, #view-estate #right h3, #wines #main h3, #wines #right h3, #all-estate-wines #main h3, #all-estate-wines #right h3 {
	color: #9d0614;	
}

#wines #right h1, #all-estate-wines #right h1 {
	float: left;
	font-size: 26px;	
}

#wines #right h3, #all-estate-wines #right h3 {
	font-size: 18px;
}

#wines #right h4, #all-estate-wines #right h4 {
	font-size: 12px;
	padding: 0px;
}

#establishments #right h1 {
	font-size: 26px;	
}

.full {
	clear: both;
}

.half {
	float: left;
	width: 43%;
}

#view-estate table {
	margin: 0px;
	padding: 0px;
}

#view-estate #main td, #view-estate #right td {
	border: 1px solid #DDD;
	background-color: #FFF;
	vertical-align: top;
}

#view-estate #main .comment_table td {
	background-color: #f9f9f9;
	border: none;
}

#view-estate #main td td, #view-estate #right td td {
	border: none;
	background: none;
}

.full .border {
	margin: 0px 10px 10px 0px;	
}

#view-estate #main h2, #wines #main h2, #view-estate #right h2, #wines #right h2 {
	font-size: 18px;
	color: #404040;
	font-family: "Delicious Heavy", Tahoma, Geneva, sans-serif;
	font-weight: normal;
}

#view-estate #main h3, #view-estate #right h3, #wines #main h3, #wines #right h3 {
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 20px;
}

.wine img {
	display: block;
	padding: 10px;
	margin: 0 auto;
}

.wine p {
	font-size: 12px;
	text-align: center;
}

.wine p a {
	font-size: 11px;	
}

.wine, #view-estate #main .wine, #right .wine {
	border: 1px solid #dbdcd5;
	height: 280px;
	width: 134px;
	float: left;
	margin: 6px;
}

.wine p strong {
	height: 45px;
	display: block;
	overflow: hidden;
}

.wine p {	
	line-height: 14px;
	font-size: 12px;
}

#right div.wine {
	width: 90px;
	height: 170px;
	margin: 4px;
}

#right div.wine p {
	font-size: 10px;
}

#right div.wine img {
	width: 39px;
	height: 90px;
}

.winner {
	background: url(../images/winner.gif) top left no-repeat;
	position: absolute;
	width: 48px;
	height: 48px;
	display: block;
}

#messagepost input, #messagepost textarea, #messagepost select {
	font-size: 12px;	
}

#feed em {
	color: #666;	
}

#right .full .border img {
	width: 60px;
	height: 40px;
}

.ui-stars-star,
.ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
	width: 16px;
	height: 15px;
	display: block;
	background: url(../images/ui.stars.gif) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 -32px;
}
.ui-stars-star-on a {
	background-position: 0 -48px;
}
.ui-stars-star-hover a {
	background-position: 0 -64px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -16px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}

 .stars-off, .stars-on {
     position: relative;
     height: 16px;
     background: url(../images/ui.stars.gif) repeat-x 0 -32px;
 }
 
 #my-profile .stars-off, #my-profile .stars-on {
	float: left;
	margin-right: 10px;
 }
  
 .stars-on {
     position: absolute;
     background-position: 0 -48px;
 }

.wineratings {
	margin-top: 30px;	
}

.wineratings td {
	background: #fff;	
}

#help_wrapper {
background-color:#f9ffc3;
padding:16px;
border:1px solid #DCDCDC;
border-bottom:0px;
font-size:12px;
clear:both;
width:100%;
}

.help_content {
 padding-bottom:10px;	
}

.help_nav_toggle {
 cursor:pointer;
 color:#8d8d82;
}

.help_nav {
 color:#3c3a36;
 background:url(../images/help_up.gif) bottom right no-repeat;
}

.icon_open {
 background:url(../images/help_down.gif) bottom right no-repeat;	
}

.fbconnect_friend_wrapper {
	width: 65px;
	height: 115px;
	overflow: hidden;
	float: left;
	font-size: 11px;
	margin-right: 10px;
}

.fbconnect_friend_wrapper a img {
	border: 3px solid #FFF;
}

.fbconnect_friend_wrapper a:hover img {
	border: 3px solid #000;
}

.fbconnect_friend_name {
	width: 55px;
	padding: 0px 5px;
	height: 35px;
	overflow: hidden;
}

.fbconnect_friend_name a {
	text-decoration: none;	
}

.fbconnect_friend_name a:hover {
	color: #000;
}

#regions .view_all_button, #varietals .view_all_button {
	display: block;
	width: 390px;
	height: 48px;
	background: url(../images/view-wine-estates-in-this-region.jpg) left no-repeat;
}

#varietals .view_all_button {
	background: url(../images/view-wine-estates-producing-this-varietal.jpg) left no-repeat;
}

#regions a.view_all_button:hover, #varietals a.view_all_button:hover {
	background-position: right;	
}

.fans {
	font-size: 12px;	
}

#trips .trip {
	float: left;
	margin-right: 12px;
	font-size: 11px;
	width: 177px;
	height: 155px;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ddd;
}

#trips .last {
	margin-right: 0px;	
}

.trip .left {
	font-weight: bold;	
}

.trip img {
	margin: 5px 0px;
	border: 2px solid #fff;
}

.trip img:hover {
	border-color: #CCC;	
}

.trip a:hover {
	color: #000;	
}

.trip h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	width: 177px;
	height: 18px;
	overflow: hidden;
}
