/*main*/
* {
	margin: 0;
	padding: 0;
}

a img,:link img, :visited img {
	border: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #ad6346;
}
a:hover {
	text-decoration: underline;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/main_bg.png) repeat-x #ffffff;
}

ul {
	list-style: none;	
}

:focus {
	outline: none;
}

.clear_block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear_block {
  display: inline-block;
}
* html .clear_block {
  height: 1%;
}
.clear_block {
  display: block;
}

.left {
	float: left;
}
.right {
	float: right;
}

.pngfix {
	behavior: url(/css/iepngfix.htc);
}

#content, #properties_nav {
	overflow: hidden;
}
#content .footer, .dash_divider, #header h2 {
	font-size: 1px;
}
#header h1, #header h2, #menu h3, #properties h3, #properties_nav li a, #header li a  {
	text-indent: -999em;
}

#hide_cont_shadow {
	width: 717px;
	top: -12px;
	left: 1px;
	position: relative;
	margin-bottom: -20px;
}
#hide_cont_shadow h2 {
	padding-top: 4px;
}

#menu .footer, #properties .footer {
	height: 7px;
}

#container {
	width: 984px;
	margin: 0 auto;
}

#content {
	background: url(/images/content_bg.png) repeat-y;
}
#content .header {
	background: url(/images/content_header_bg.png?v2) repeat-x;
	height: 12px;
}
#content .footer {
	clear: both;
	background: url(/images/content_footer_bg.png) repeat-x;
	height: 7px;
}

.dash_divider {
	background: url(/images/dash_divider_bg.png) repeat-x;
	height: 3px;
}

#header {
	background: url(/images/header_bg.png?v5) no-repeat;
	height: 201px;
	position: relative;
	z-index: 21;
}
#header #owner_login {
	float: right;
	margin: 54px 14px 0 0;
}
#header #owner_login a {
	font-weight: bold;
	font-size: 1.2em;
	color: #48565d;
}
#header #owner_login a:hover {
	color: #48565d;
}

#header h1 {
	padding: 50px 0 0 205px;
}
#header h1 a {
	display: block;
	width: 655px;
	height: 70px;
}
#header ul {
	position: absolute;
	left: 547px;
	top: 167px;
	z-index: 100;
}
#header li {
	float: left;
	padding-left: 2px;
}
#header li li {
	float: none;
	padding-left: 0;
}
#header li a {
	background: url(/images/header_nav_buttons.png?v2) no-repeat;
	display: block;
	width: 104px;
	height: 34px;
}
#header li li a {
	width: auto;
	height: auto;
}
#header li#home a {
	background-position: 0 0;
}
#header li#reserve a {
	background-position: -104px 0;
}
#header li#contact a {
	background-position: -208px 0;
}
#header li#about a {
	background-position: -312px 0;
}
#header li#home a:hover {
	background-position: 0 -34px;
}
#header li#reserve a:hover {
	background-position: -104px -34px;
}
#header li#contact a:hover {
	background-position: -208px -34px;
}
#header li#about a:hover {
	background-position: -312px -34px;
}

#header li#reserve li a {
	background-position: 0 0;
}

#header_divider {
	clear: both;
	background: url(/images/header_divider_bg.png?v3) no-repeat;
	height: 16px;
}

#footer {
	clear: both;
	background: url(/images/footer_bg.png) no-repeat;
	height: 80px;
	text-align: center;
}

#copyright {
	text-align: center;
	padding: 6px 0 6px 0;
	color: #666;
}

#main {
	float: left;
	width: 718px;
	position: relative;
	z-index: 20;
}
#print #main {
	width: 100%;
}

#admin {
	padding: 0 24px;
}
	
#menu {
	float: left;
	width: 266px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
}
#menu a:hover, .jd_menu a:hover {
	text-decoration: none;
}
#menu h3 {
	background: url(/images/menu_header_bg.png) no-repeat;
	width: 234px;
	height: 34px;
	margin: 4px 0 16px 16px;
}
#menu h3.admin {
	background: url(/images/menu_header_admin_bg.png) no-repeat;
}
#menu ul {
	padding-left: 16px;
}
#menu .menu_divider {
	height: 1px;
	background-color: #817368;
}
#menu .menu_divider div {
	font-size: 0;
	overflow: hidden;
	width: 120px;
	height: 1px;
	margin: 0 auto;
	background-color: #aaad8f;
}

#header ul ul, #menu ul ul {
	padding-left: 0;
	margin: 0 0 0 -70px;
	border: 1px solid #aaad8f;
}
#header ul ul {
	margin: 0;
}
#header li li, #menu li {
	height: 26px;
	font-size: 1.4em;
	font-weight: bold;
}
#header li li a, #menu li a {
	background: url(/images/menu_item_bg.png) no-repeat;
	display: block;
	padding-left: 23px;
	line-height: 26px;
	color: #e6e0c0;
}
#header li li a, #menu li li a {
	background: url(/images/menu_sub_item_bg.png) no-repeat;
	padding-right: 6px;
	text-indent: 0;
	height: 26px;
}
#menu li li {
	font-size: .9em;
}
#header li li {
	font-size: 1.2em;
}
#menu li a:hover, #menu li a.selected, #header li#reserve li a:hover  {
	background-position: 0 -26px;
	color: #ffffff;
}

#infobar {
	clear: both;
	background: url(/images/midbar_bg.png) repeat-x;
	color: #f9f8f4;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	min-height: 204px;
	height: auto !important;
	height: 204px;
}
#infobar ul {
	margin: 25px 0 0 40px;
}
#infobar li {
	float: left;
	margin-right: 85px;
}
#infobar li.last {
	float: left;
	margin-right: 0;
}
#infobar div {
	width: 240px;
}
#infobar p {
	color: #7f7e6c;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 6px;
}
#infobar h3 {
	background: url(/images/info_bar_headers.png?v2) no-repeat;
	height: 24px;
	width: 240px;
	text-indent: -999em;
	margin-bottom: 12px;
}
#infobar #info_services h3 {
	background-position: 0 0;
}
#infobar #info_specials h3 {
	background-position: 0 -24px;
}
#infobar #info_featured h3 {
	background-position: 0 -48px;
}
#infobar #info_featured h4 {
	font-size: 1.2em;
	margin-bottom: 2px;
}
#infobar #info_featured img {
	margin: 0 6px 6px 0;
	border: 1px solid #a2a683;
}

#properties {
	background: url(/images/properties_right_bg.png) repeat-y right 0;
	width: 268px;
	left: 0;
}
#properties h3 {
	background: url(/images/properties_header_bg.png) no-repeat;
	height: 62px;
}
#properties .content {
	background: url(/images/properties_bottom_bg.png) no-repeat 0 bottom;
	height: 276px;
}

#properties_nav {
	background: url(/images/properties_nav_bg.png) repeat-x #afb394;
	height: 100px;
}

/*#properties_nav ul {
	padding: 13px 0 0 4px;
}
#properties_nav li {
	float: left;
	padding-left: 21px;
}*/
#properties_nav ul {
	padding: 13px 0 0 0;
	margin: 0 auto;
}

#properties_nav li a {
	display: block;
	height: 76px;
}
#properties_nav li a:hover {
	background-position: 0 -76px;
}

#reserve_content {
	margin: 0 16px;
}
#reserve_content div {
	padding: 8px 8px 0 8px;
	background-color: #dfd9b9;
	border: 1px solid #d3ceb0;
}
#reserve_content p {
	margin: 0 0 8px 0;
	padding: 0;
}

#text_content {
	padding: 6px 24px;
	color: #48565d;
}
#text_content h2, #reserve_content h2 {
	font-size: 2.26em;
	padding-bottom: 8px;
	color: #ad6346;
}
#text_content h3 {
	font-size: 1.8em;
	padding-top: 10px;
	color: #ad6346;
}
#text_content p {
	font-size: 1.4em;
	padding-bottom: 12px;
}
#text_content label {
	font-size: 1.3em;
}
#text_content td {
	padding: 2px;
	padding-left: 0;
}
#text_content .form_error {
	font-weight: bold;
	color: #ff0000;
}
#text_content input {
	font-size: 1.2em;
}

#weather ul {
	margin-top: 6px;
}
#weather li {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 6px;
	display: block;
	-moz-border-radius: 4x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #d1cbad;
	border: 1px solid #736357;
}
#weather .day {
	font-size: 1.2em;
}
#weather li .right {
	text-align: right;
	color: #555;
}
#weather li .high {
	color: #ff2600;
	font-size: 1.4em;
}
#weather li .low {
	color: #003bcf;
	font-size: 1.4em;
}
#weather li .summary {
	font-weight: normal;
}
#weather li img {
	display: block;
	margin-right: 20px;
	border: 1px solid #aaa;
}
#weather td {
	padding: 0;
}

#amenities {
	background: url(/images/midbar_bg.png) repeat-x #f9f8f4;
	border-bottom: 2px solid #fff;
}
#amenities ul {
	list-style-type: disc;
	margin-left: 6px;
	padding-left: 10px;
	margin-bottom: 8px;
}
#amenities li {
	float: left;
	font-size: 1.2em;
	width: 33%;
	margin-bottom: 2px;
}
#amenities h4 {
	font-size: 1.3em;
	margin-bottom: 4px;
}
#amenities .trigger {
	font-size: .9em;
}

#prop_info {
	background-color: #e6e1c1;
	border-bottom: 2px solid #fff;
	position: relative;
}
#watch_video {
	position: absolute;
	right: 12px;
	top: 16px;
	font-size: 1.2em;
	font-weight: bold;
}
#watch_video:hover {
	text-decoration: none;
}
#rates {
	background-color: #fbf9f6;
}

#manage_photos {
	margin-bottom: 16px;
}
#manage_photos hr {
	margin: 8px auto 4px auto;
	color: #736357;
	background-color: #736357;
	height: 3px;
}
#album_tree {
	font-size: 1.2em;
}
#photos {
	height: 416px;
	overflow: auto;
}

.save {
	display: none;
}
.save a {
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	color: #e6e0c0;
	display: block;
	background-color: #736357;
}
.save a:hover {
	text-decoration: none !important;
	background-color: #a66645;
}

/*** Photo Grid ***/
.thumbwrap {
	text-align: center;
}
.thumbwrap li {
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: top; /**/
	margin: 4px;
	border: 1px solid #999;
	padding: 0;
}
.thumbwrap li>div {
	/*\*/ display: table; /**/
	width: 158px;
}
.thumbwrap a {
	display: block;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
/*\*/
.thumbwrap>li .wrimg {
	display: table-cell;
	vertical-align: middle;
	width: 158px;
	height: 158px;
}
/**/
.thumbwrap img {
	border: solid 1px #66f;
	vertical-align: middle;
}
.thumbwrap a:hover {
	background-color: #c5b69f;
}
.thumbwrap .selected a, .thumbwrap .selected a:hover {
	background-color: #5DA323;
}
/*\*//*/
* html .thumbwrap li .wrimg {
	display: block;
	font-size: 1px;
}
* html .thumbwrap .wrimg span {
	display: inline-block;
	vertical-align: middle;
	height: 158px;
	width: 1px;
}
/**/
.thumbwrap .caption {
	display: block;
	padding: .3em 5px;
	font-size: 1.1em;
	line-height: 1.1;
	border-top: 1px solid #ccc;
	w\idth: 148px;  /* Moz, IE6 */
}
/* top ib e hover Op < 9.5 */
@media all and (min-width: 0px) {
	html:first-child .thumbwrap a {
		display: inline-block;
		vertical-align: top;
	}
	html:first-child .thumbwrap {
		border-collapse: collapse;
		display: inline-block; /* non deve avere margin */
	}
}

.thumbwrap .controls {
	padding: 2px;
	border-top: 1px solid #ccc;
}

.photo_row {
	padding: 4px 6px;
	background-color: #d1cbad;
	border: 1px solid #736357;
	margin: 4px 0;
	font-size: 1.1em;
	-moz-border-radius: 4x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.photo_row input {
	width: 400px;
}


/*** JD Menu ***/
ul.jd_menu, 
ul.jd_menu_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	display: none;
}
ul.jd_menu li {
	float: left;
}
ul.jd_menu_vertical {
	/*width: 300px;*/
}
ul.jd_menu_vertical li {
	float: none;
}

/*-- Sub-Menus --*/
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
}

ul.jd_menu,
ul.jd_menu ul,
ul.jd_menu_vertical,
ul.jd_menu_vertical ul {
	/*
	background-color: #369;
	border: 1px solid #036;
	border-top: 1px solid #69C;
	border-left: 1px solid #69C;
	
	height: 20px;
	*/
}
ul.jd_menu_vertical {
	height: auto;
}
ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}
ul.jd_menu li {
	/*
	font-family: sans-serif;
	font-size: 12px;
	color: #FFF;
	
	line-height: 14px;
	
	margin: 0px;
	padding: 4px 7px 3px 7px;
	height: 13px;
	*/
	
	cursor: pointer;
	white-space: nowrap;
}
ul.jd_menu li li {
	width: 170px;
}
ul.jd_menu li a {
	/*
	color: #FFF;
	text-decoration: none;
	*/
}

ul.jd_menu li.jdm_hover,
ul.jd_menu li.jdm_active {
	/*
	background-color: #69C;
	color: #FFF;
	
	padding: 3px 6px 2px 6px;
	border: 1px solid #369;
	border-left: 1px solid #9CF;
	border-top: 1px solid #9CF;
	*/
}

.calendar table {
    width: 100%;
    border: 0px solid #bbb7a0;    
    border-collapse: collapse;
    margin-bottom: 6px;
}
 
.calendar td {
    width: 14%;
    border-collpase: collpase;
    border: 1px solid #bbb7a0;
}
.calendar tr.days td {
    height: 20px;
    font-size: 1.3em;
    text-align: center;
}
.calendar .days {
    background-color: #d3ceb0;
}
.calendar th {
    border-collpase: collpase;
    border: 1px solid #bbb7a0;
    background-color: #bbb7a0;
    padding: 4px;
    font-size: 1.6em;
    color: #fff;
}
.calendar div.day {
	height: 88px;
	padding: 4px;
}
.calendar .day_number {
	text-align: right;
	font-weight: bold;
	padding: 2px;
}

.qtip-content p.date_time {
	padding-top: 4px;
}
.qtip-content p.info {
	padding-top: 12px;
}
.qtip-content p.details {
	font-size: 1.2em;
}

.contact #form, .contact #contact_map {
	float: left;
}
.contact #contact_map {
	float: right;
}
.contact #contact_map {
	margin-top: 45px;
}
.contact #contact_map img {
	border: 1px solid #999;
}
.contact #contact_map h3 {
	margin-top: 15px;
	font-size: 1.4em;
}
.contact #contact_map p {
	margin: 0;
	padding: 0;
}

#map {
	width: 670px;
	height: 450px;
	border: 1px solid #999;
	margin-bottom: 6px;
}
.gmap_info a {
	font-size: 1.2em;
}
.gmap_info h3 {
	font-size: 1.4em;
	padding-bottom: 6px;
}
.gmap_info p {
	font-size: .9em;
	width: 200px;
}
.gmap_info {
	overflow: auto;
}
.gmap_info hr {
	margin: 10px 0;
}

#pic_info {
	position: absolute;
	left: 0;
	top: 0;
	width: 267px;
	height: 338px;
	background: url(/images/pic_info_bg.png) no-repeat;
}
#pic_info h2 {
	color: #fff;
	font-size: 2.3em;
	font-weight: normal;
	padding: 13px 0 0 16px;
}
#pic_info p {
	color: #2f2f2f;
	font-size: 1.4em;
	padding: 15px 16px 0 16px;
}
#pic_info p.reserve_link {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	left: 47px;
	top: 303px;
	width: 267px;
	padding: 0;
}
p.reserve_link a {
	background: url(/images/reserve_now.png) no-repeat;
	display: block;
	width: 171px;
	height: 28px;
	text-indent: -999em;
}
p.reserve_link a:hover {
	background-position: 0 -28px;
}

#pic_info p.properties_link {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	left: 47px;
	top: 303px;
	width: 267px;
	padding: 0;
}
p.properties_link a {
	background: url(/images/property_list.png) no-repeat;
	display: block;
	width: 171px;
	height: 28px;
	text-indent: -999em;
}
p.properties_link a:hover {
	background-position: 0 -28px;
}

#pic_area {
	height: 338px;
	position: relative;
}
#pic_flash, #player_flash {
	position: absolute;
	left: 267px;
	top: 0;
	width: 450px;
	height: 338px;
}

p.vrbo {
	margin-top: 8px;
}
p.vrbo a {
	font-size: .9em;
	font-weight: bold;
}


#terms {
	height: 150px;
	overflow: auto;
}

.reservation h3 {
	font-size: 1.4em;
}
.reservation .margin {
	margin: 8px 0;
}

.properties_list .photo {
	width: 150px;
	padding: 14px 0;
}
.properties_list img {
	border: 1px solid #bbb7a0;
	display: block;
	margin: 0 auto;
}
.properties_list .description {
	width: 505px;
}
#text_content p.more_link {
	font-size: 1.1em;
	text-align: center;
	margin-top: 6px;
}


.agreement ol, .agreement ul {
	font-size: 1.2em;
	margin-left: 25px;
	margin-bottom: 12px;
}
.agreement ol ol {
	font-size: 1em;
}
.agreement ol li {
	margin-top: 10px;
}
.agreement li, .agreement ul {
	padding: 1px 0;
}
.agreement ol.latin {
	list-style-type: lower-latin;
	margin-left: 40px;
}
.agreement ol#exhibits {
	margin-top: 10px;
	margin-left: 50px;
}
.agreement ol#exhibits li {
	margin-top: 0;
}
.agreement ul.disc {
	list-style-type: disc;
}
#main .agreement p {
	margin: 0 0 12px 0;
	padding: 0;
}
#main .agreement h3 {
	margin: 16px 0 0 0;
	padding: 0;
	color: #333;
	font-size: 1.6em;
}
#main .agreement .data_table h3 {
	font-size: 2.3em;
	color: #777;
	margin-bottom: 4px;
}
.agreement h4 {
	margin: 16px 0 4px 0;
	color: #333;
	font-size: 1.4em;
}
.agreement h5 {
	font-size: 1.2em;
	display: inline;
}

.agreement table {
	width: 100%;
	border-collapse: collapse;
}
#main .agreement th, #main .agreement td {
	padding: 2px 4px;
	border: 1px solid #333;
}
.agreement th {
	text-align: left;
	background-color: #e6e6ff;
	font-size: 1.3em;
	white-space: nowrap;
}
.agreement td, #main .agreement table.static td.required {
	background-color: #ffcccc;
	font-size: 1.2em;
}
.agreement table.static td, #main .agreement td.disabled {
	background-color: #ffffcc;
}
.agreement tr.extra_info td {
	background-color: transparent;
	text-align: center;
}
.agreement .readsign {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
.agreement .address {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.4em;
}
.agreement input[type=text], .agreement textarea, #main .agreement table.static td.required input[type=text] {
	border: none;
	background-color: #ffcccc;
	width: 100%;
}
.agreement table.static input[type=text], .agreement table.static textarea {
	background-color: #ffffcc;
}
.agreement textarea {
	padding: 2px 0;
}
.agreement .initials {
	width: 200px;
	page-break-after: always;
}
.agreement .submit {
	text-align: center;
	margin: 12px 0 4px 0;
}
.agreement .columns {
	padding-top: 8px;
}
.agreement .columns div {
	font-size: 1.3em;
	width: 50%;	
}

#main .agreement .top_space_small {
	margin-top: 14px;
}
#main .agreement .top_space {
	margin-top: 20px;
}
#main .agreement .bottom_space {
	margin-bottom: 20px;
}

#main .agreement .andwhere span {
	display: block;
	float: right;
	width: 85%;
}
#main .agreement .andwhere span.first {
	padding: 0 32px;
	width: auto;
	float: left;
}
#main .agreement td.spacer {
	background: none;
}
.agreement .sig {
	width: 38%;
}
.agreement li th, .agreement li td {
	font-size: 1em;
}

.break_after {
	page-break-after: always;
}
.break_before {
	page-break-before: always;
}

.dynamic_validate {
	font-weight: bold;
	font-size: 1.2em;
}
.error {
	color: #FF0000;
}
.success {
	color: #149C04;
}

#text_content #vrbo_link {
	margin-top: 4px;
	font-size: 1.1em;
	font-weight: bold;
}

/* root element for tabs  */
ul.css-tabs {
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #d3ceb0;	 	
}
/* single tab */
ul.css-tabs li {
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}
/* link inside the tab. uses a background image */
ul.css-tabs a, #sf_admin_container ul.css-tabs a.disabled:hover {
	float:left;
	font-size:13px;
	display:block;
	padding:5px 22px;
	text-decoration:none;
	border:1px solid #8c8a81;
	border-bottom:0px;
	height:18px;
	background-color:#c7ba9e;
	color:#8c8a81;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	font-weight: bold;
}
ul.css-tabs a.disabled, #sf_admin_container ul.css-tabs a.disabled:hover {
	cursor: default;
	background-color:#d0c5a7;
	color:#a6a393;
	border:1px solid #a6a393;
	border-bottom:0px;
}
#sf_admin_container ul.css-tabs a:hover, ul.css-tabs a:hover {
	background-color:#baaa8f;
	border-bottom:0px;
	color:#000;
	text-decoration:none;
}
/* selected tab */
ul.css-tabs a.current {
	background-color:#baaa8f;
	border-bottom:0px;
	color:#000;	
	cursor:default;
}
/* tab pane */
div.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;	
}

#tab_set {
	border: 1px solid #d3ceb0;
	background-color: #dfd9b9;
	padding: 16px 12px 8px 12px;
}
#tab_set div {
	display: none;
}

.save-ok
{
  margin-bottom: 10px;
  border: 1px solid #73B65A;
}
.save-ok h2
{
  margin: 0 !important;
  padding: 5px 20px 5px 25px !important;
  font-size: 11px !important;
  color: #fff !important;
  background: #73B65A url(/sf/sf_admin/images/ok.png) no-repeat 5px 2px;
}
.save-ok h2 a
{
  color: #fff !important;
  text-decoration: underline !important;
}


#lakefest .divider {
	font-size: 0;
	overflow: hidden;
	background-color: #b7bb9f;
	height: 3px;
	margin: 8px 0;
}
#lakefest th {
	text-align: left;
}
#lakefest table.products {
	width: 90%;
	margin-left: 28px;
}
#lakefest .products th, #lakefest .products td {
	padding: 4px;
}
#lakefest .products th {
	text-align: left;
	font-size: 1.3em;
	color: #000;
	text-align: right;
}
#lakefest .products td {
	width: 16%;
	border-top: 1px solid #b7bb9f;
	font-size: 1.3em;
	text-align: right;
}
#lakefest .products th.description {
	text-align: left;
}
#lakefest .products td.description {
	width: 52%;
	text-align: left;
	padding-right: 0;
}
#lakefest h2 {
	text-align: center;
}
#text_content #lakefest h3 {
	padding: 0;
}
#lakefest h3 a, #lakefest h3 a:hover {
	color: #a99585;
	font-size: .9em;
}
#lakefest h3 a:hover {
	text-decoration: none;
}
#lakefest table.totals, #lakefest table.buttons {
	width: auto;
	margin: 0 40px 0 auto;
}
#lakefest table.buttons td {
	padding-left: 4px;
}
#lakefest table.totals td {
	font-weight: bold;
	text-align: right;
	color: #000;
	font-size: 1.3em;
	padding: 5px 0 5px 8px;
}
#lakefest .plus_minus {
	display: block;
	padding-left: 30px;
	background: url(/images/plus_minus.png) no-repeat;
	height: 22px;
	line-height: 22px;
}
#lakefest .plus_minus_closed {
	background-position: 0 -22px;
}
#lakefest .details th, #lakefest .details td {
	padding: 8px 0;
}
#lakefest .details th, #lakefest .customer th {
	color: #a99585;
	font-size: 1.6em;
	padding-right: 8px;
}
#lakefest .details td {
	font-size: 1.2em;
}
#lakefest .details label {
	font-size: 1em;
}
#lakefest .details input[type=text] {
	width: 100px;
	margin-right: 8px;
}
#lakefest .details select {
	margin-right: 20px;
}
#lakefest .details select#pickup_time {
	margin-right: 8px;
}
#lakefest .details .other_disabled {
	opacity: .6;
	filter: alpha(opacity=60);
}
#text_content .checkout h3 {
	color: #000;
	font-size: 1.3em;
}
#text_content .checkout .products {
	width: 92%;
	margin-left: 15px;
	margin-bottom: 4px;
}
#lakefest .errors {
	border: 1px solid #ff0000;
	padding: 10px;
	color: #ff0000;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #d9d5ba;
}
#lakefest .errors p {
	font-size: 1.2em;
}
#lakefest table.header {
	width: 100%;
	background: none;
}
#lakefest .submit_button {
	cursor: pointer;
	width: 170px;
	height: 28px;
	overflow: hidden;
	margin-top: 1px;
}
#lakefest .submit_button:hover input {
	margin-top: -28px;
}
#lakefest .edit_button a {
	display: block;
	width: 170px;
	height: 28px;
	text-indent: -999em;
	background: url(/images/cart_edit.png) no-repeat;
	text-align: left;
}
#lakefest .edit_button a:hover {
	background-position: 0 -28px;
}
#main #text_content .confirmation h3 {
	margin-bottom: 10px;
}
#lakefest .customer {
	margin: 6px 0;
}
.customer label {
	font-weight: bold;
	text-align: right;
	display: block;
}
.customer input, .customer select {
	margin: 0 40px 0 4px;
	width: 200px;
}
#lakefest select {
	padding: 1px;
}
#lakefest select option {
	padding: 1px 4px;
}
#main tr.spacer th, #main tr.spacer td {
	padding-bottom: 12px;
}

#lakefest {
	width: 100%;
}
#lakefest #tabs_container {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#lakefest ul.css-tabs {
	width: 999em;
}
#lakefest ul.css-tabs a {
	padding-left: 8px;
	padding-right: 8px;
}
#lakefest ul.css-tabs a.current {
	
}
#lakefest .panes {
	clear: both;
}
#lakefest .panes div {
	border: 1px solid #d3ceb0;
}

#lakefest .cats_nav {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 8px;
}
#lakefest .cats_nav .disabled {
	display: none;
}
#lakefest td.category_note {
	text-align: left;
	font-weight: bold;
	padding: 12px 0 8px 0;
}
#lakefest p.stop_in {
	text-align: center;
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 1.3em;
}
#lakefest .comments {
	padding-top: 20px;
}
#lakefest .comments label {
	text-align: left;
}
#lakefest .comments textarea {
	width: 620px;
	height: 75px;
	margin-bottom: 12px;
	padding: 2px;
}
#lakefest .panes {
	margin-bottom: 8px;
}
/*jcarousel/jcarousel.css*/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*jcarousel/skins/tango/skin.css*/
.jcarousel-skin-tango .jcarousel-container {
    /*-moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    /*width: 245px;
    padding: 20px 40px;*/
    width: 982px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    /*width: 75px;
    height: 245px;
    padding: 40px 20px;*/
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    /*width:  245px;
    height: 75px;*/
	width: 912px;
	margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    /*width:  75px;
    height: 245px;*/
}

.jcarousel-skin-tango .jcarousel-item {
    /*width: 75px;
    height: 75px;*/
    width: 152px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    /*margin-right: 10px;*/
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    /*margin-bottom: 10px;*/
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    /*background: #fff;
    color: #000;*/
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 36px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/css/jcarousel/skins/tango/next-horizontal.png) no-repeat 0 0;
	behavior: url(/css/iepngfix.htc);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
    background: none;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 36px;
    left: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/css/jcarousel/skins/tango/prev-horizontal.png) no-repeat 0 0;
	behavior: url(/css/iepngfix.htc);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
    background: none;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/css/jcarousel/skins/tango/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/css/jcarousel/skins/tango/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

