@charset "UTF-8";

/* SpryFormValidation.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */



/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display:none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textareaRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}

/* The next three group selectors control the way the core element (TEXTAREA) looks like when the widget is in one of the states: * focus, required / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the TEXTAREA
 * - the widget id is placed on the TEXTAREA element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the TEXTAREA has a green background applied on it. */
.textareaValidState textarea, textarea.textareaValidState {
	background-color:#B8F5B1;
}

/* When the widget is in an invalid state the TEXTAREA has a red background applied on it. */
textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea, 
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	background-color:#FF9F9F;
}

/* When the widget has received focus, the TEXTAREA has a yellow background applied on it. */
.textareaFocusState textarea, textarea.textareaFocusState {
	background-color:#FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textarea looks like.
 * It applies only when the widget has enforce max chars enabled and the user tries to type some more.
 */
.textareaFlashState textarea, textarea.textareaFlashState{
	color:red !important;
}
/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
textarea.textareaHintState, .textareaHintState textarea{
	/* color: red !important;*/
}
@charset "UTF-8";

/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}
@charset "utf-8";
body {
	background-image: url(images/barnboard%20background.png);
	margin: 0px;
}
#header {
	padding: 0px;
	height: auto;
	text-align: center;

}

#leftcolumn {
	background-color: #F66;
	width: 200px;
	height: auto;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
}
#wrapper #header table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	padding: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#wrapper #header table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	white-space: nowrap;
}



#wrapper #footer table {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
#wrapper #header table tr td h1 {
	font-weight: bold;


}
#footer {
	clear: both;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #000;
}




#wrapper {


}
#wrapper #header table tr td p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
}
#wrapper #maincolumn {
	text-align: center;
}

#wrapper #maincolumn table tr td {
	background-color: #FFF;
	font-size: 18px;
}
.calendardatetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.calendarsalenametext {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#wrapper #maincolumn table tr td table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}




.midsizedtetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

.salenametext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: center;
}
.saledatetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.leftsidelist {
	list-style-image: url(images/blebul1a.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
	margin-top: -20px;
	line-height: normal;
	text-align: left;
}

.getacrobattext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.saledatetext {
	text-align: center;
}
.saledatecolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	padding-right: 5px;
}
.salenamecolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	padding-left: 5px;
}


.redtext {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#wrapper #maincolumn table tr td .lastupdatetext {
	color: #C36;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
#wrapper #maincolumn table tr td table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#page_container #saleresultsdiv table tr .backonepagebutton a {
	background-color: #CCC;
	font-weight: bold;
}
#page_container #saleresultsdiv table {
	background-color: #FFF;
}
.slideshowtext {
	font-family: "Arial Black", Gadget, sans-serif;
	background-color: #F90;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
}
#wrapper #maincolumn table tr td .leftsidelist li {
	font-weight: bold;
}
#wrapper #maincolumn table tr td .leftsidelist li {
	font-weight: normal;
	font-size: 20px;

}
.JQResponsiveMenu {
	width:100%;
	z-index:100;
}
.JQResponsiveMenu div, .JQResponsiveMenu span, .JQResponsiveMenu ul, .JQResponsiveMenu li, .JQResponsiveMenu a {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
}
.JQResponsiveMenu ul {
	position:relative;
	list-style:none outside none;
}
.JQResponsiveMenu ul > li {
	position:relative;
	z-index:1;
	cursor:pointer;
}
.JQResponsiveMenu ul > li.rm_hover {
	z-index:1000;
}
.JQResponsiveMenu.rm_drop, .JQResponsiveMenu.rm_horizontal {
	background:#F4F4F4;
	background:-moz-linear-gradient(top,#F4F4F4 0%,#D5D5D5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#F4F4F4),color-stop(100%,#D5D5D5));
	background:-webkit-linear-gradient(top,#F4F4F4 0%,#D5D5D5 100%);
	background:-o-linear-gradient(top,#F4F4F4 0%,#D5D5D5 100%);
	background:-ms-linear-gradient(top,#F4F4F4 0%,#D5D5D5 100%);
	background:linear-gradient(to bottom,#F4F4F4 0%,#D5D5D5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4F4F4",endColorstr="#D5D5D5",GradientType=0);
	progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4F4F4",endColorstr="#D5D5D5",GradientType=0);
}
.JQResponsiveMenu.rm_horizontal ul, .JQResponsiveMenu.rm_horizontal ul > li {
	position:static;
}
.JQResponsiveMenu.rm_horizontal ul.rm_top_menu {
	position:relative;
}
.JQResponsiveMenu.rm_responsive ul, .JQResponsiveMenu.rm_responsive ul > li {
	display:block !important;
}

/* TOOLBAR */

.JQResponsiveMenu div.rm_toolbar {
	position:relative;
	height:80px;
	background:#505050;
	cursor:pointer;
}
.JQResponsiveMenu div.rm_toolbar > div.rm_background {
	position:absolute;
	width:100%;
	height:100%;
	background:#707070;
	opacity:0;
	transition:opacity 0.3s ease-out;
}
.JQResponsiveMenu div.rm_toolbar > div.rm_icon {
	position:absolute;
	top:50%;
	margin-top:-15px;
	width:70px;
	height:30px;
	background:url(menu_files/images/toolbar.png);
	background-repeat:no-repeat;
	background-position:center 0;
	left:15px;
	right:0px;
}
.JQResponsiveMenu div.rm_toolbar.rm_hover > div.rm_background {
	opacity:1;
	transition:opacity 0.3s ease-out;
}
.JQResponsiveMenu div.rm_toolbar.rm_hover > div.rm_icon {
	background-position:center -30px;
}
.JQResponsiveMenu div.rm_toolbar_panel {
	display:none;
	position:relative;
}

/* SUB MENU */

.JQResponsiveMenu div.rm_sub_menu_container {
	display:none;
	position:absolute;
	height:0;
	opacity:0;
	overflow:visible;
	transform-origin:bottom;
	-webkit-transform-origin:bottom;
	transition-property:height,opacity;
	-webkit-transition-property:height,opacity;
}
.JQResponsiveMenu ul.rm_sub_menu > li > div.rm_sub_menu_container {
	left:100%;
	top:-10px;
	margin-left:-10px;
}
.JQResponsiveMenu div.rm_sub_menu_container > div.rm_sub_menu_panel {
	position:relative;
	top:10px;
	right:0;
	bottom:10px;
	left:0;
	padding-left:10px;
	padding-right:10px;
	min-width:180px;
	overflow:hidden;
}
.JQResponsiveMenu div.rm_sub_menu_container > div.rm_sub_menu_background {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:0 -5px -5px -5px;
	padding:0 5px 5px 5px;
	overflow:hidden;
}
.JQResponsiveMenu div.rm_sub_menu_container > div.rm_sub_menu_background > div {
	width:100%;
	height:100%;
	border-width:0px;
	border-color:#CCCCCC;
	border-style:solid;
	border-radius:5px;
	background:#FFFFFF;
	opacity:1;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.JQResponsiveMenu ul.rm_sub_menu > li > div.rm_sub_menu_container > div.rm_sub_menu_background {
	margin:-5px;
	padding:5px;
}
.JQResponsiveMenu.rm_horizontal ul > li > div.rm_sub_menu_container {
	left:0;
	top:auto;
	width:100%;
	margin-left:0;
}
.JQResponsiveMenu.rm_vertical ul.rm_top_menu > li > div.rm_sub_menu_container {
	left:100%;
	top:-10px;
	margin-left:-20px;
}
.JQResponsiveMenu.rm_vertical.rm_left ul.rm_top_menu > li > div.rm_sub_menu_container {
	left:auto;
	right:100%;
	margin-right:-20px;
}
.JQResponsiveMenu.rm_vertical.rm_left ul.rm_sub_menu > li > div.rm_sub_menu_container {
	left:auto;
	right:100%;
	margin-left:0;
	margin-right:-10px;
}
.JQResponsiveMenu.rm_vertical ul.rm_top_menu > li > div.rm_sub_menu_container > div.rm_sub_menu_background {
	margin:-5px;
	padding:5px;
}
.JQResponsiveMenu.rm_vertical ul.rm_top_menu > li > div.rm_sub_menu_container > div.rm_sub_menu_background > div {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.JQResponsiveMenu.rm_slide ul > li > div.rm_sub_menu_container {
	position:relative;
	left:auto;
	top:auto;
	width:auto !important;
	margin-left:0;
}
.JQResponsiveMenu.rm_slide ul > li > div.rm_sub_menu_container > div.rm_sub_menu_background {
	margin:0;
	padding:0;
}
.JQResponsiveMenu.rm_slide ul > li > div.rm_sub_menu_container > div.rm_sub_menu_background > div {
	border-radius:0;
	box-shadow:none;
}
.JQResponsiveMenu.rm_slide ul > li > div.rm_sub_menu_container > div.rm_sub_menu_panel {
	position:relative;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
	padding:10px 10px 10px 10px;
	min-width:inherit;
	overflow:visible;
}
.JQResponsiveMenu.rm_drop.rm_down ul.rm_sub_menu > li > div.rm_sub_menu_container.rm_left {
	left:auto;
	right:100%;
	margin-left:0;
	margin-right:-10px;
}
.JQResponsiveMenu.rm_drop.rm_up ul.rm_sub_menu > li > div.rm_sub_menu_container {
	top:auto;
	bottom:-10px;
}
.JQResponsiveMenu.rm_up ul > li > div.rm_sub_menu_container {
	top:auto;
	bottom:50px;
}
.JQResponsiveMenu.rm_horizontal.rm_up ul.rm_sub_menu > li > div.rm_sub_menu_container {
	bottom:40px;
}
.JQResponsiveMenu.rm_up div.rm_sub_menu_container > div.rm_sub_menu_background {
	margin:-5px -5px 0px -5px;
	padding:5px 5px 0px 5px;
}
.JQResponsiveMenu.rm_down ul.rm_top_menu > li > div.rm_sub_menu_container > div.rm_sub_menu_background > div {
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.JQResponsiveMenu.rm_up ul.rm_top_menu > li > div.rm_sub_menu_container > div.rm_sub_menu_background > div {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.JQResponsiveMenu.rm_up div.rm_sub_menu_container > div.rm_sub_menu_background > div {
	box-shadow:1px -1px 3px rgba(0,0,0,0.5);
}

/* TOP ITEM */

.JQResponsiveMenu ul.rm_top_menu {
	display:block;
	width:auto;
	margin:0 auto;
}
.JQResponsiveMenu ul.rm_top_menu > li {
	float:left;
	width:125px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #333333;
	list-style:none outside none;
}
.JQResponsiveMenu ul.rm_top_menu > li:first-child {
	border-left:0;
}
.JQResponsiveMenu ul.rm_top_menu > li:last-child {
	border-right:0;
}
.JQResponsiveMenu ul.rm_top_menu > li > div.rm_wrapper {
	position:relative;
	height:50px;
	background:#F4F4F4;
	background:-moz-linear-gradient(top,#F4F4F4 0%,#D5D5D5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#F4F4F4),color-stop(100%,#D5D5D5));
	background:-webkit-linear-gradient(top,#F4F4F4 0%,#D5D5D5 100%);
	background:-o-linear-gradient(top,#F4F4F4 0%,#D5D5D5 100%);
	background:-ms-linear-gradient(top,#F4F4F4 0%,#D5D5D5 100%);
	background:linear-gradient(to bottom,#F4F4F4 0%,#D5D5D5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4F4F4",endColorstr="#D5D5D5",GradientType=0);
	progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4F4F4",endColorstr="#D5D5D5",GradientType=0);
	overflow:hidden;
	background-position:bottom;
}
.JQResponsiveMenu ul.rm_top_menu > li > div.rm_wrapper > span.rm_highlight {
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#D5D5D5;
	opacity:0;
	transition:opacity 0.3s ease-out;
}
.JQResponsiveMenu ul.rm_top_menu > li > div.rm_wrapper > span.rm_tab {
	display:none;
	position:absolute;
	top:50px;
	right:5px;
	bottom:0px;
	left:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background:#FFFFFF;
	transition:0.2s ease-out;
}
.JQResponsiveMenu ul.rm_top_menu > li > div.rm_wrapper > a {
	display:block;
	position:relative;
	padding:5px 5px 5px 5px;
	height:40px;
	outline:none;
	text-decoration:none;
}
.JQResponsiveMenu ul.rm_top_menu > li > div.rm_wrapper > a > img.rm_icon {
	position:absolute;
	left:5px;
	margin:-3px 0px 0px 0px;
	opacity:1;
}
.JQResponsiveMenu ul.rm_top_menu > li > div.rm_wrapper > a > span.rm_open_icon {
	position:absolute;
	top:50%;
	right:5px;
	margin-top:-4px;
	width:10px;
	height:7px;
	background:url(menu_files/images/arrow_down.png);
	background-repeat:no-repeat;
	background-position:center -14px;
	transition:background-position 0.3s ease-out;
}
.JQResponsiveMenu ul.rm_top_menu > li > div.rm_wrapper > a > span.rm_caption {
	display:block;
	text-align:left;
}
.JQResponsiveMenu ul.rm_top_menu > li.rm_has_icon > div.rm_wrapper > a > span.rm_caption {
	margin-left:25px;
}
.JQResponsiveMenu ul.rm_top_menu > li.rm_has_childs > div.rm_wrapper > a > span.rm_caption {
	margin-right:25px;
}
.JQResponsiveMenu ul.rm_top_menu > li > div.rm_wrapper > a > span.rm_caption > span.rm_title {
	display:block;
	font-family:Oswald, Arial, sans-serif;
	font-weight:bold;
	font-size:22px;
	line-height:14px;
	color:#505050;
	white-space:nowrap;
	transition:color 0.3s ease-out;
	text-shadow:none;
}
.JQResponsiveMenu ul.rm_top_menu > li > div.rm_wrapper > a > span.rm_caption > span.rm_subtitle {
	display:block;
	margin-top:0px;
	font-family:Tahoma;
	font-size:11px;
	color:#707070;
	white-space:nowrap;
	transition:color 0.3s ease-out;
}
.JQResponsiveMenu ul.rm_top_menu > li.rm_hover > div.rm_wrapper > span.rm_highlight {
	opacity:1;
	transition:opacity 0.3s ease-out;
}
.JQResponsiveMenu ul.rm_top_menu > li.rm_hover > div.rm_wrapper > span.rm_tab {
	top:7px;
	box-shadow:1px -2px 4px rgba(0,0,0,0.2);
	transition:top 0.2s ease-out;
}
.JQResponsiveMenu ul.rm_top_menu > li.rm_hover > div.rm_wrapper > a > span.rm_open_icon {
	background-position:center -7px;
	transition:background-position 0.3s ease-out;
}
.JQResponsiveMenu ul.rm_top_menu > li.rm_active > div.rm_wrapper {
	background:#E4EAA3;
	background:-moz-linear-gradient(top,#E4EAA3 0%,#D1D87C 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#E4EAA3),color-stop(100%,#D1D87C));
	background:-webkit-linear-gradient(top,#E4EAA3 0%,#D1D87C 100%);
	background:-o-linear-gradient(top,#E4EAA3 0%,#D1D87C 100%);
	background:-ms-linear-gradient(top,#E4EAA3 0%,#D1D87C 100%);
	background:linear-gradient(to bottom,#E4EAA3 0%,#D1D87C 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#E4EAA3",endColorstr="#D1D87C",GradientType=0);
	progid:DXImageTransform.Microsoft.gradient(startColorstr="#E4EAA3",endColorstr="#D1D87C",GradientType=0);
}
.JQResponsiveMenu ul.rm_top_menu > li.rm_active > div.rm_wrapper > a > span.rm_caption > span.rm_title {
	color:#505050;
}
.JQResponsiveMenu ul.rm_top_menu > li.rm_active > div.rm_wrapper > a > span.rm_caption > span.rm_subtitle {
	color:#707070;
}
.JQResponsiveMenu ul.rm_top_menu > li.rm_hover > div.rm_wrapper > a > span.rm_caption > span.rm_title {
	color:#FF0000;
	transition:color 0.3s ease-out;
}
.JQResponsiveMenu ul.rm_top_menu > li.rm_hover > div.rm_wrapper > a > span.rm_caption > span.rm_subtitle {
	color:#707070;
	transition:color 0.3s ease-out;
}
.JQResponsiveMenu.rm_vertical ul.rm_top_menu, .JQResponsiveMenu.rm_slide ul.rm_top_menu {
	height:auto;
	background:none;
}
.JQResponsiveMenu.rm_vertical ul.rm_top_menu > li, .JQResponsiveMenu.rm_slide ul.rm_top_menu > li {
	float:none;
	width:100%;
	border-left:0;
	border-right:0;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #333333;
}
.JQResponsiveMenu.rm_vertical ul.rm_top_menu > li:first-child, .JQResponsiveMenu.rm_slide ul.rm_top_menu > li:first-child {
	border-top:0;
}
.JQResponsiveMenu.rm_vertical ul.rm_top_menu > li:last-child, .JQResponsiveMenu.rm_slide ul.rm_top_menu > li:last-child {
	border-bottom:0;
}
.JQResponsiveMenu.rm_up ul.rm_top_menu > li > div.rm_wrapper > span.rm_tab {
	top:0px;
	bottom:50px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.JQResponsiveMenu.rm_up ul.rm_top_menu > li.rm_hover > div.rm_wrapper > span.rm_tab {
	top:0px;
	bottom:7px;
	box-shadow:1px 2px 4px rgba(0,0,0,0.2);
	transition:bottom 0.2s ease-out;
}

/* SUB ITEM */

.JQResponsiveMenu ul.rm_sub_menu {
	display:none;
}
.JQResponsiveMenu ul.rm_sub_menu > li {
	margin:0px;
	padding:0px;
	width:auto;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #FFFFFF;
	list-style:none outside none;
}
.JQResponsiveMenu ul.rm_sub_menu > li:first-child {
	border-top:0;
}
.JQResponsiveMenu ul.rm_sub_menu > li:last-child {
	border-bottom:0;
}
.JQResponsiveMenu ul.rm_sub_menu > li.rm_html {
	padding:5px 15px 5px 20px;
	font-family:Tahoma;
	font-size:11px;
	color:#404040;
	background:#FFFFFF;
}
.JQResponsiveMenu ul.rm_sub_menu > li > div.rm_wrapper {
	position:relative;
	width:100%;
	height:50px;
	background:#F4F4F4;
	overflow:hidden;
}
.JQResponsiveMenu ul.rm_sub_menu > li > div.rm_wrapper > span.rm_highlight {
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#D5D5D5;
	opacity:0;
	transition:opacity 0.3s ease-out;
}
.JQResponsiveMenu ul.rm_sub_menu > li > div.rm_wrapper > span.rm_tab {
	display:none;
	position:absolute;
	top:5px;
	right:5px;
	bottom:5px;
	left:5px;
	border-radius:3px;
	background:#FFFFFF;
	opacity:0;
	transition:opacity 0.3s ease-out;
}
.JQResponsiveMenu ul.rm_sub_menu > li > div.rm_wrapper > a {
	position:relative;
	display:block;
	padding:5px 5px 5px 5px;
	height:40px;
	outline:none;
	text-decoration:none;
}
.JQResponsiveMenu ul.rm_sub_menu > li > div.rm_wrapper > a > img.rm_icon {
	position:absolute;
	left:5px;
	margin:-3px 0px 0px 0px;
	opacity:1;
}
.JQResponsiveMenu ul.rm_sub_menu > li > div.rm_wrapper > a > span.rm_open_icon {
	position:absolute;
	top:50%;
	right:5px;
	margin-top:-5px;
	width:7px;
	height:10px;
	background:url(menu_files/images/arrow_right.png);
	background-repeat:no-repeat;
	background-position:-14px center;
	transition:background-position 0.3s ease-out;
}
.JQResponsiveMenu ul.rm_sub_menu > li > div.rm_wrapper > a > span.rm_caption {
	display:block;
	text-align:left;
}
.JQResponsiveMenu ul.rm_sub_menu > li.rm_has_icon > div.rm_wrapper > a > span.rm_caption {
	margin-left:35px;
}
.JQResponsiveMenu ul.rm_sub_menu > li.rm_has_childs > div.rm_wrapper > a > span.rm_caption {
	margin-right:15px;
}
.JQResponsiveMenu ul.rm_sub_menu > li > div.rm_wrapper > a > span.rm_caption > span.rm_title {
	display:block;
	font-family:Arial;
	font-weight:bold;
	font-size:20px;
	line-height:14px;
	color:#505050;
	white-space:nowrap;
	transition:color 0.3s ease-out;
	text-shadow:none;
}
.JQResponsiveMenu ul.rm_sub_menu > li > div.rm_wrapper > a > span.rm_caption > span.rm_subtitle {
	display:block;
	margin-top:-2px;
	font-family:Tahoma;
	font-size:11px;
	color:#707070;
	white-space:nowrap;
	transition:color 0.3s ease-out;
}
.JQResponsiveMenu ul.rm_sub_menu > li.rm_hover > div.rm_wrapper > span.rm_highlight {
	opacity:1;
	transition:opacity 0.3s ease-out;
}
.JQResponsiveMenu ul.rm_sub_menu > li.rm_hover > div.rm_wrapper > span.rm_tab {
	opacity:1;
	transition:opacity 0.3s ease-out;
}
.JQResponsiveMenu ul.rm_sub_menu > li.rm_hover > div.rm_wrapper > a > span.rm_open_icon {
	background-position:-7px center;
	transition:background-position 0.3s ease-out;
}
.JQResponsiveMenu ul.rm_sub_menu > li.rm_active > div.rm_wrapper {
	background:#E4EAA3;
	background:-moz-linear-gradient(top,#E4EAA3 0%,#D1D87C 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#E4EAA3),color-stop(100%,#D1D87C));
	background:-webkit-linear-gradient(top,#E4EAA3 0%,#D1D87C 100%);
	background:-o-linear-gradient(top,#E4EAA3 0%,#D1D87C 100%);
	background:-ms-linear-gradient(top,#E4EAA3 0%,#D1D87C 100%);
	background:linear-gradient(to bottom,#E4EAA3 0%,#D1D87C 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#E4EAA3",endColorstr="#D1D87C",GradientType=0);
	progid:DXImageTransform.Microsoft.gradient(startColorstr="#E4EAA3",endColorstr="#D1D87C",GradientType=0);
}
.JQResponsiveMenu ul.rm_sub_menu > li.rm_active > div.rm_wrapper > a > span.rm_caption > span.rm_title {
	color:#505050;
}
.JQResponsiveMenu ul.rm_sub_menu > li.rm_active > div.rm_wrapper > a > span.rm_caption > span.rm_subtitle {
	color:#707070;
}
.JQResponsiveMenu ul.rm_sub_menu > li.rm_hover > div.rm_wrapper > a > span.rm_caption > span.rm_title {
	color:#FF0000;
	transition:color 0.3s ease-out;
}
.JQResponsiveMenu ul.rm_sub_menu > li.rm_hover > div.rm_wrapper > a > span.rm_caption > span.rm_subtitle {
	color:#707070;
	transition:color 0.3s ease-out;
}
.JQResponsiveMenu.rm_horizontal ul.rm_sub_menu {
	margin:0;
	width:auto;
}
.JQResponsiveMenu.rm_horizontal ul.rm_sub_menu > li {
	float:left;
	border-top:0;
	border-bottom:0;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #FFFFFF;
}
.JQResponsiveMenu.rm_horizontal ul.rm_sub_menu > li:first-child {
	border-left:0;
}
.JQResponsiveMenu.rm_horizontal ul.rm_sub_menu > li:last-child {
	border-right:0;
}
.JQResponsiveMenu.rm_horizontal ul.rm_sub_menu > li > div.rm_wrapper > a > span.rm_open_icon, .JQResponsiveMenu.rm_slide ul.rm_sub_menu > li > div.rm_wrapper > a > span.rm_open_icon {
	position:absolute;
	top:50%;
	right:5px;
	margin-top:-4px;
	width:10px;
	height:7px;
	background:url(menu_files/images/arrow_down.png);
	background-position:center -14px;
}
.JQResponsiveMenu.rm_horizontal ul.rm_sub_menu > li.rm_hover > div.rm_wrapper > a > span.rm_open_icon, .JQResponsiveMenu.rm_slide ul.rm_sub_menu > li.rm_hover > div.rm_wrapper > a > span.rm_open_icon {
	background-position:center -7px;
}