/* TYPOGRAPHY */
/* ANTENNA */
@font-face {
	font-family: 'AntennaCond';
	src: url('fonts/antenna/antennacond-medium.eot');
	src: url('fonts/antenna/antennacond-medium.eot?#iefix') format('embedded-opentype'), url('fonts/antenna/antennacond-medium.woff') format('woff'), url('fonts/antenna/antennacond-medium.ttf') format('truetype'), url('fonts/antenna/antennacond-medium.svg#AntennaCondMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AntennaCondBold';
	src: url('fonts/antenna/antennacond-bold.eot');
	src: url('fonts/antenna/antennacond-bold.eot?#iefix') format('embedded-opentype'), url('fonts/antenna/antennacond-bold.woff') format('woff'), url('fonts/antenna/antennacond-bold.ttf') format('truetype'), url('fonts/antenna/antennacond-bold.svg#AntennaCondBold') format('svg');
	font-weight: bold;
	font-style: normal;
}
/* CSS RESET */
html {
	margin:0;
	padding:0;
	border:0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1.5;
	color: #222;
	background: #ffffff;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
	font-weight:normal;
	float:none !important;
}
table, th, td {
	vertical-align:top;
	border: 1px solid #ddd;
	padding: 10px;
}
table.tab_contact, .tab_contact tbody, .tab_contact th, .tab_contact td {
	border: none!important;
}
table.tab_contact tr:nth-child(even) {
	background: #fff;
}
table.tab_contact tr:nth-child(odd) {
	background: #fff;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}
blockquote, q {
	quotes:"" "";
}
/*img {
	border:0;
}
a img {
	border:none;
}
*/
img {
	border:2px solid #cccccc;
}
a img {
	border:2px solid #cccccc;
}
:focus {
	outline:0;
}
::selection {
	background: #e21621;
	color:#fff;
}
::-moz-selection {
 background: #e21621;
 color:#fff;
}
/* REMOVE IMAGE BORDERS */
a#logo img {
	border: 0;
}
div.noise_weather_frontpage a img {
	border: 0;
}
.custom img {
	border:0px solid #cccccc;
}
/* TYPE SELECTION */
body, input, textarea, button {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* GLOBAL SETTINGS */
html {
	font-size:100.01%;
}
body {
	font-size: 13px; /* 13px also hardcoded for IE6 in index.php */
	color:#636363;
	background: #ffffff;
}
h1, h2, h3, h4 {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1 {
	color:#e21621;
	font-size:3em;
	line-height:1em;
	text-transform:uppercase;
	margin-bottom:1em;
	margin:0 0 20px;
	text-indent:-1px;
}
h2 {
	color:#e21621;
	font-size:1.61em;
	font-weight:normal;
	line-height:1.3em;
	margin:0.2em 0 0.65em;
}
h3 {
	color:#e21621;
	font-size:1.4em;
	line-height:1.3em;
	margin:0.2em 0 0.765em;
}
h4 {
	color:#e21621;
	font-size:1.2em;
	font-weight: 300;
	line-height:1.1em;
	margin:0 0 0.2em 0;
}
h5 {
	color:#e21621;
	font-size:1em;
	line-height:1.4em;
	margin:0 0 1em;
}
h6 {
	font-size: 11px;
	margin:0.5em 0 0.5em 0;
}
.red {
	color: #e21621;
}
.black {
	color: #222222;
}
.grey {
}
.grey_light {
	color: #969696;
}
.bold, a.bold {
	font-weight: bold!important;
}
p {
	font-size: 13px;
	line-height: 1.6em;
	margin: 10px 0 10px 0;
	padding: 0;
	color: #636363;
}
li ul, li ol {
	margin:0;
}
ul {
	list-style:none;
	margin: 1em 0 1em 0;
}
ul li {
	background:url(../images/red_indicator.png) no-repeat 0 0.4em;
	padding-left:1.2em;
	margin: 0 0 10px 2em;
}
ol {
	font-weight: bold;
	list-style: decimal;
	margin: 0 0 1em 3.4em;
}
ol li {
	font-weight: normal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 10px 0 1em 0;
	width: auto;
}
dl.article-info {
	float: right;
	margin: 8px 0 1em 0;
	display: inline-block;
	width: auto;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
dd.category-name {
	font-size: 11px;
	font-weight: bold;
	clear: both;
}
dd.published {
	position: relative;
	float: right;
	width: auto;
}
dd.create {
	position: relative;
	float: right;
	width: auto;
}
b, strong {
	font-weight:700;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 1.3em;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin: 0;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
blockquote ul {
	margin: 0px;
}
blockquote li {
	margin: 5px 0 5px 0;
}
blockquote a {
	font-weight: bold;
}
pre {
	background: #f7f7f7;
	color: #777;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding: 1em 1.5em 1em;
}
small {
	font-size:0.92em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
hr {
	border: 0;
	display:block;
	clear:both;
	height: 20px;
	background: url(../images/footer_top.png) repeat-x 0 0;
	border-radius:0 0 20px 20px;
}
.hidden {
	visibility:hidden;
}
.invisible {
	display:none!important;
}
.more_results {
	font-weight: bold!important;
}
/* LINKS */
a, a:link, a:visited {
	color:#222;
	text-decoration:none;
	background-color: transparent;
}
a:hover {
	color:#000;
}
a:active {
	text-shadow:none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:none;
}
.item-page.cat_blog a, .item-page.cat_blog a:link, .item-page.cat_blog a:visited {
	font-weight: bold;
	color:#222;
	text-decoration:none;
	background-color: transparent;
}
.item-page.cat_blog a:hover {
	color:#e01621;
}
.item-page.cat_blog a:active {
	text-shadow:none;
}
/* LINK ANIMATION */
a, li {
	-webkit-transition-property:all !important;
	-webkit-transition-duration: 0.1s;
	-webkit-transition-timing-function:linear;
	-moz-transition-property:all !important;
	-moz-transition-duration: 0.1s;
	-moz-transition-timing-function: ease-out;
	-o-transition-property:all !important;
	-o-transition-duration: 0.1s;
	-o-transition-timing-function: ease-out;
}
/* TABLES */
table {
}
tbody {
}
th {
	font-weight: bold;
}
thead th {
}
th, td, caption {
	color:#636363;
}
tfoot {
	font-style:italic;
}
table ul {
	padding-bottom:0;
}
table p {
	margin:0;
	color:#636363;
}
/*table td {
	border: 1px solid #ddd;
	padding: 5px;
	-webkit-box-shadow: 2px 2px 5px #ddd;
	-moz-box-shadow:    2px 2px 5px #ddd;
	box-shadow:         2px 2px 5px #ddd;
}
table th {
	padding: 10px 0 10px 15px;
	background: #dddddd;
	font-size: 14px;
}
table td {
	border-bottom: 1px solid #ddd;
	padding: 7px 0 7px 15px;
}*/
table tr:nth-child(even) {
	background: #fff;
}
table tr:nth-child(odd) {
	background: #f5f5f5;
}
/* FORM FIELDS */
label {
	font-weight: bold;
}
fieldset {
	padding: 0px;
	margin: 0;
	border: 0;
}
legend {
	color:#00365c;
	font-weight: bold;
	font-size:1.077em;
	line-height:1.3em;
	margin-bottom:1em;
}
input.title {
	font-size:1.5em;
}
textarea {
	width: 240px;
	height: 5em;
}
input[type="text"], input[type="password"], textarea, input.text, input.title, select {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 6px;
	font-size:100%;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin: 0 0 5px 0;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, input.text:focus, input.title:focus {
	border-color:#666;
}
input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #e21621;
	border: none;
	border-radius: 0;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	text-transform: uppercase;
	margin: 0 5px 0 0;
	float: left!important;
	cursor: pointer;
}
input[type="button"]:active, input[type="button"]:hover, input[type="submit"]:active, input[type="submit"]:hover, input[type="reset"]:active, input[type="reset"]:hover, button:focus, .button:active, .button:hover {
	color: #fff;
	background: #000;
}
.cart-summary input[type="button"], .cart-summary input[type="submit"], .cart-summary input[type="reset"], .cart-summary button, .cart-summary .button {
	color: #fff;
	border-radius: 0;
	text-decoration: none;
	background: inherit;
	padding: inherit;
	text-transform: uppercase;
	margin: 0 5px 0 0;
	float: none!important;
}
.cart-summary input[type="button"]:active, .cart-summary input[type="button"]:hover, .cart-summary input[type="submit"]:active, .cart-summary input[type="submit"]:hover, .cart-summary input[type="reset"]:active, input[type="reset"]:hover, .cart-summary button:focus, .cart-summary .button:active;
.cart-summary .button:hover {
	color: #fff;
	background: none;
}
.button {
	color:#fff !important;
	text-decoration:none !important;
}
a.button {
	display:inline-block;
}
a.readmore.button, input.readmore.button {
	background: #000;
	display:inline-block;
	padding: 4px 42px 6px 10px;
}
.readmore {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	padding: 0px 0px 0px 17px;
	background: url("../images/readmore.png") no-repeat scroll 0px 0.19em transparent;
	display: inline-block;
}
a.readmore:hover {
	color: #e21621;
}
.readmore a:hover {
	color: #e21621;
}
/* RSFORMS STYLES */
#userForm .formCaption2 {
	color:#00365c;
}
#userForm legend {
	font-size:1.23em !important;
}
/* ALIGNMENT */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.clear_div {
	height: 10px;
	clear: both;
}
.clear {
	display:inline-block;
}
.clear:after, .container:after, .moduletable:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}
.img-intro-left {
	position: relative;
	float: left;
	display: inline-block;
	width: auto;
	margin: 25px 20px 50px 0;
}
.img-intro-left img {
/*	max-width: 140px!important;
	width: auto;
	height: 100%;*/
}
.container {
	display:block;
	text-align:left;
	margin:0 auto;
	width:1024px;
}
.home .container {
	display:block;
	text-align:left;
	margin:0 auto;
	width:960px;
}
#footer .container {
	width:1024px!important;
}
/* TEXT FOR SCREEN READERS ONLY */
#header form div.search label, .screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* IMAGE CAPTIONS */
div.img_caption {
	position:relative;
}
img.caption {
	position:relative;
}
p.img_caption {
	display:inline-block;
	float:left;
	padding:0.3em 0.92em 0.4em;
	background:#272727;
	position:absolute;
	left:0;
	bottom:1.54em;
	color:#fff;
	font-size:0.85em;
}
/* CUSTOM SIZE SIG */
#fancybox-buttons ul li {
	background: none;
}
.fancyboxCounter {
	display: none;
}
/* PAGINATION - PAGE NAVIGATION */
div.pagination {
	overflow:auto;
	margin: 20px 0 0 0;
	border-top: 3px solid #333;
}
.pagenav-prev a {
	position:relative;
	float: left;
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: normal;
	padding: 4px 12px 6px 5px;
	cursor:pointer;
}
.pagenav-prev a:active {
	color:#333132;
	float: left;
}
.pagenav-next a {
	position:relative;
	float: right;
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: normal;
	padding: 4px 5px 6px 10px;
	cursor:pointer;
}
.pagenav-next a:active {
	color:#333132;
	float: right;
}
.pagenav-prev a:hover, .pagenav-next a:hover {
	color:#e21621;
}
ul.pagenav {
	border-top: 3px solid #333;
	list-style:none;
	list-style-image:none;
}
ul.pagenav li {
	margin:1em 1em 1em 0;
	color: #333132;
}
div.pagination .pagination-next, div.pagination .pagination-end {
	display: none;
}
div.pagination .pagination-prev {
	float: right;
}
div.pagination .pagination-start a:hover, div.pagination .pagination-prev a:hover {
	background: none;
	color: #333132;
}
div.pagination p.counter {
	display: none;
	float:left;
	font-weight:bold;
}
div.pagination ul {
	list-style:none;
	list-style-image:none;
}
div.pagination ul li {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: normal;
	float:left;
	margin:1em .5em 1em .5em;
	background:0;
	padding-left:0;
}
div.pagination ul li a {
	font-weight:bold;
	padding: 3px;
}
div.pagination ul li a:hover {
	background: #e21621;
	color: #fff;
}
div.pagination ul li span.pagenav {
	background: #e21621;
	color: #fff;
	padding: 3px;
}
div.pagination ul li a {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight:bold;
}
div.pagination ul li a:hover {
	background: #e21621;
	color: #fff;
}
li.pagination-start span.pagenav, li.pagination-prev span.pagenav {
	background: none!important;
	color: #333132!important;
}
/* TOOL TIP */
.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}
.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
}
.tooltip p {
	font-size: 90%;
	margin: 0;
}
/* TOOL TIP - POPUP */
a.tooltip-popup {
	display:block;
	position:absolute;
	top:0px;
	right:10px;
	width:25px;
	height:26px;
	background:url(../images/icon-tooltip.png) no-repeat 0 0;
	cursor:pointer;
	text-decoration:none;
	z-index:2;
	-webkit-transition-property:all !important;
	-webkit-transition-duration: 0;
	-moz-transition-property:all !important;
	-moz-transition-duration: 0;
	-o-transition-property:all !important;
	-o-transition-duration: 0;
}
span.tip-caption {
	display:none;
	position:absolute;
	bottom:3em;
	left:-7px;
	width:190px;
	padding:8px 10px 10px;
	border-radius:3px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.846em;
	font-weight:bold;
	background: #e4700a;
	text-decoration:none;
	text-shadow:none !important;
}
span.tip-caption strong {
	text-decoration:underline;
}
a.tooltip-popup.flip span.tip-caption {
	left:auto;
	right:-12px;
}
a.tooltip-popup.below span.tip-caption {
	bottom:auto;
	top:3em;
}
a.tooltip-popup:hover {
	z-index:3
}
a.tooltip-popup:hover span.tip-caption {
	display:block;
}
span.tip-caption .arrow {
	position:absolute;
	bottom:-12px;
	left:12px;
	margin-bottom:5px;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #e4700a;
}
a.tooltip-popup.below span.tip-caption .arrow {
	position:absolute;
	below:auto;
	top:-12px;
	left:12px;
	margin-bottom:auto;
	margin-top:5px;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 0 none;
	border-bottom: 8px solid #e4700a;
}
a.tooltip-popup.flip span.tip-caption .arrow {
	left:auto;
	right:16px;
}
/* SYSTEM MESSAGES */
.error {
	padding:0px;
	margin-bottom: 20px;
}
.error h2 {
	color:#222 !important;
	font-size:1.4em !important;
	text-transform:uppercase;
	padding:0 0 0 0px !important
}
body.error #wrapper {
	width:auto;
	padding-top:1em;
}
#system-message {
	margin:10px 0 20px 0;
	border-left:0;
	border-right:0;
        display: none;
}
#system-message dt {
	font-weight: bold;
}
#system-message dd {
	margin: 0 0 15px 0;
	font-weight: bold;
	text-indent: 0px;
	padding:0
}
#system-message dd ul {
	color: #222;
	list-style: none;
	padding: 0px;
}
#system-message dd ul li {
	line-height:1.5em
}
/* SYSTEM STANDARD MESSAGES */
#system-message dt.message {
	position:absolute;
	top:-2000px;
	left:-3000px;
}
#system-message dd.message ul {
	background: #fff url(../images/system/notice-info.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border-top: 2px solid #90B203;
	border-bottom: 2px solid #90B203;
}
#system-message dd.message ul li {
	background:none !important
}
/* SYSTEM ERROR MESSAGES */
#system-message dt.error {
	position:absolute;
	top:-2000px;
	left:-3000px;
}
#system-message dd.error ul {
	background:#fff url(../images/system/notice-alert.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
}
/* SYSTEM NOTICE MESSAGES */
#system-message dt.notice {
	position:absolute;
	top:-2000px;
	left:-3000px;
}
#system-message dd.notice ul {
	background:#fff url(../images/system/notice-note.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border-top: 2px solid #FAA528;
	border-bottom: 2px solid #FAA528;
}
#system-message dd.notice ul {
	color: #000;
	margin:10px 0
}
#system-message {
	margin-bottom: 0px;
	padding: 0;
}
#system-message dt {
	font-weight: bold;
}
#system-message dd {
	font-weight: bold;
	padding: 0;
}
/* GENERAL */
#wrapper {
	position:relative;
	width:700px;
	float:left;
	padding-bottom:1em;
}
#content {
}
#main {
	position: relative;
	margin: 0 20px 0;
}
#main .container {
	width:680px;
}
ul.menu, ul.tabs {
	list-style:none;
	margin:0;
	padding:0;
	border:0;
}
ul.menu li, ul.tabs li {
	background:none;
	margin:0;
	padding:0;
	display:block;
}
ul.menu li a, ul.menu li a:link, ul.menu li a:visited, ul.tabs li a, ul.tabs li a:visited {
	text-decoration:none;
}
/* GENERIC PAGE CONTENT STYLES */
#main .item-page, #main .category-desc {
	padding-bottom:1em;
}
#main dd.published {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #fff;
	text-transform:uppercase;
	background: #e21621;
	padding: 2px 10px 2px 10px;
}
#main dd.create {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #fff;
	text-transform:uppercase;
	background: #e21621;
	padding: 2px 10px 2px 10px;
}
/* GENERIC MODULE STYLES */
.moduletable {
	margin:0 0 1em;
}
.moduletable h3, .blog-featured h3, .category-intro-group h3, .category-link-group h3 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	padding:1.5em 0 0 0;
	margin:0;
}
.category-intro-group h3 a {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	color: #e21621;
}
.category-intro-group h3 a:hover {
	color: #636363;
}
.moduletable h3 a {
	color:#00365c;
}
.moduletable ul li:last-child, .moduletable ul li.last {
	border-bottom:0;
}
.moduletable ul li a, ul.mostread li a {
	display:block;
	font-weight: bold;
}
.moduletable p.small {
	font-size:0.77em;
	font-weight:bold;
	color:#a7a9ac;
}
.moduletable ul li a, ul.mostread li a, .moduletable .newsflash .excerpt, #main .blog-featured .excerpt, #main .category-intro-group .excerpt, #main .category-link-group .excerpt {
	font-size: 0.92em;
}
#main .row-separator, #main .items-row, .category-intro-group, .category-link-group {
	display:block;
	clear:both;
	background: url(../images/footer_top.png) 0 -8px repeat-x;
}
/* HEADER */
#header {
	font-size: 1em;
	position: relative;
	z-index: 1000;
	font-size: 1.1em;
	height: 170px;
	background: #fff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;
 base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0JSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(229,229,229,1) 4%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, rgba(229,229,229,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(229,229,229,1) 4%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(229,229,229,1) 4%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(229,229,229,1) 4%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(229,229,229,1) 4%, rgba(255,255,255,1) 100%);/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0 );*/
}
#header_seperator {
	height:20px;
	background: url(../images/footer_top.png) repeat-x 0 -7px;
}
/*#header {
	font-size:1em;
	position:relative;
	z-index:1000;
	font-size:1.1em;
	height:170px;
	background: url(../images/footer_top.png) repeat-x 0 -7px;
}
*/
a#logo {
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	margin:19px 0 0 10px;
	line-height:0em;
	font-size:3em;
	float:left;
	width: auto;
	border: 1px solid rgb(206, 206, 206);
}
a#logo img {
	border: 0;
	width: 80px;
	background-color: #ffffff;
	padding: 3px;
}
element.style {
}
.site-access {
	position:relative;
	top: 45px;
	text-align:right;
}
/* SEARCH */
#sidebar form {
}
#sidebar form .button {
	font-weight: bold;
	margin: 0;
	cursor:pointer;
	text-align:center;
	text-transform:uppercase;
	border:solid 0px #ddd;
	background:#ccc url(../images/personal/button.png);
	color:#333;
	padding:4px !important
}
#sidebar form label {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
 (-bracket-:hack;
	font-size:14px;
 );
	text-transform: uppercase;
	padding: 0 7px 0 0;
}
/*
#sidebar form .inputbox {
	font-size:1em;
	width: 192px;
	padding:5px 0px 5px 5px;
	background:url(../images/search-icon.png) no-repeat left;
	color:#888;
	border:0;
	box-shadow:none;
}
*/

#sidebar form .inputbox {
	font-size: 1em;
	width: 192px;
	padding: 12px 50px 12px 16px;
	color: rgb(136, 136, 136);
	border: 0;
	box-shadow: none;
	background-color: #f8f8f8;
	border: 1px solid #dedede;
}
#sidebar form .inputbox:focus {
	outline:none !important;
}
#sidebar form, #sidebar form .search, #sidebar form .finder {
	padding-top:5px;
	min-width: 260px;
	width: auto;
	margin:0px auto;
	overflow: hidden;
}
/* FOOTER */
#footer {
	font-size:12px;
	margin:20px 0px 20px 0px;
	color:#666666;
	/*	background: url(../images/footer_top.png) top repeat-x; */
	background-color: #222222;
	/*height: 220px;*/
}
#footer a:link, #footer a:visited {
	display: block;
	font-size:12px;
	color:#888888;
}
#footer a:hover {
	color:#ffffff;
}
#footer ul.menu {
	list-style:none;
	float:left;
	text-align:left;
	margin-top: 40px;
	margin-right:0px;
	width: 840px;
}
#footer ul li a {
	line-height:1.8em;
	font-weight:bold;
}
#footer ul ul {
	margin-left:0;
}
#footer ul ul li a {
	font-weight:normal;
}
#footer li.item-231.deeper.parent, #footer li.item-238.deeper.parent, #footer li.item-245.deeper.parent, #footer li.item-243 {
	display:block;
	float:left;
	width:18%;
	margin-right:2.5%;
}
#footer li.item-244 {
	display:block;
	float:left;
	width:18%;
	margin-right:0%;
}
#footer li.item-253, #footer li.item-254:last-child, #footer li.item-254.last {
	margin-right:0%;
}
#footer ul a.home_link {
/*	display:none;*/
}
#footer a.back-to-top {
	text-decoration:none;
	color:#333 !important;
	font-weight: 600;
	display:block;
	line-height:2em;
	padding:0px 0px 0px 10px;
	background:url(../images/arrow_up.png) no-repeat 0 0.7em;
}
/*Trip Advisor*/
.custom.trip-advisor-footer {
    position: relative;
    top: 15px;
    right: 0px;
    float: right;
}
.custom.trip-advisor-footer li {
	list-style: none!important;
	margin: 0!important;
	padding: 0!important;
}
.custom.racv-footer {
    position: relative;
	top: 5px;
	right: 10px;
	float: right;
}



/* BREADCRUMBS */
#breadcrumbs {
	clear:both;
	padding-bottom:1.5em;
	color: #808080!important;
}
.breadcrumbs {
	font-size: 11px;
	text-align:left;
	padding:.5em 10px 2.5em;
}
.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs span {
	font-size: 11px;
	color: #808080!important;
	margin-left:10px;
	text-shadow:none;
}
.breadcrumbs a:hover {
	color: #e21621 !important;
	text-shadow:none;
}
.breadcrumbs a:first-child {
	/*	text-indent:-9999em;*/
	display:block;
	float:left;
	/*	width:10px;
	height:12px;*/
	margin-right:4px;/*	background:url(../images/icon-sprites.png) no-repeat 100% -7px;*/
}
/* BANNER - SLIDESHOW */
#camera_wrap_255 {
	display: block;
	height: 550px;
	margin-bottom: 30px;
}
#camera_wrap_255 .camera_caption {
	display: block;
	position: absolute;
	width: 100%;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
}
.camera_caption > div {
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
	width: auto;
}
#camera_wrap_255 .camera_caption > div {
}
#camera_wrap_255 .camera_caption > div {
	/*    border-radius: 5px 5px 5px 5px;*/
    font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	line-height: 1.1em;
	text-transform: uppercase;
	z-index: 9999;
	margin: 0px auto;
	width: 960px;
	background: none;
}
#camera_wrap_255 .camera_caption > div p {
	border-radius: 5px 5px 5px 5px;
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	line-height:1.1em;
	color: #fff;
	z-index: 9999;
}
/*.camera_thumbs {
	margin: -100px 0 0 0;
}*/

.camera_thumbs_cont ul {
	height: 80px !important;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands {
	display: none;
}
camera_thumbs_cont > div {
	float: left;
	width: 100%;
	height: 100px!important;
}
.camera_thumbs_cont {
	background: none;
}
.camera_thumbs_cont ul li > img {
	border: 5px solid #e5e5e5;
	cursor: pointer;
	margin-top: 5px;
	vertical-align: bottom;
}
/* BANNER */
#banner {
	position:relative;
	overflow:hidden;
	min-width: 960px;
}
#banner .slideshow {
	width:auto;
	height: 580px;
}
/* REMOVE IF NECESSARY */
#banner .slideshow .label_skitter {
	top: 100px!important;
	width: 600px;
	height: 90px;
	padding: 10px;
}
#banner .slideshow h2.label_skitter {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size:4em;
	font-weight:bold;
	line-height:1.1em;
	text-transform:uppercase;
	z-index: 9999;
}
.box_skitter .container_thumbs {
	position: absolute;
	left: 170px;
	bottom: 84px;
	float: left;
	z-index: 999;
}
div.banner-sidebar {
	display:none;
}
div.custom.home-blurb {
	position: absolute;
	bottom: 8em;
	left: 0;
	z-index: 3;
	color: #fff;
	width: 100%;
}
div.custom.home-blurb h2 {
	font-size:4em;
	font-weight:bold;
	line-height:1.1em;
	text-transform:uppercase;
	margin: 0;
	padding-left:10px;
	text-shadow: 1px 1px 2px #333;
	color:#fff;
}
div.custom.home-blurb p {
	color: #fff;
	font-size:1.143em;
	padding-left:10px;
}
/*flexslider code*/
.flexslider ul li {
	list-style:none !important;
	margin: 0px !important;
	padding: 0px !important;
	background:none !important;
	height: 549px;
	min-width: 960px;
}
.flexslider .slides img {
	min-width: 1500px !important;
	display: block;
	height: auto;
	width: 100%;
}
.flexslider .positioncontainer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.flexslider .container {
	width: 960px !important;
	margin: 0 auto;
	position:relative;
}
.flex-caption {
	width: 100%;
	padding: 1%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	color: rgb(255, 255, 255);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	font-size: 14px;
	line-height: 18px;
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.0em;
	text-transform: uppercase;
	z-index: 9999;
	color: fff;
}
/* TABS */
ul.tabs li {
	display:inline;
}
ul.tabs a {
	padding:5px 10px;
	display:inline-block;
	background:#fff;
	color:#383838;
	text-decoration:none;
}
ul.tabs li.active {
	background:#e01621;
}
ul.tabs li.active a {
	color:#fff !important;
	background:transparent;
}
/* HOMEPAGE */
.home #wrapper {
	display:none;
}
.home #content {
	margin-top:0;
	background-image:none;
}
.home #header_seperator {
	display: none;
}
.home .moduletable {
	position:relative;
	width:300px;
	float:left;
	margin: 0 20px 0 0;
	height: auto;
}
.home .moduletable:first-child {
	margin-left:10px;
}
.home .moduletable:last-child {
	margin-right:0px;
}
.home .moduletable h3 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	color:#353535;
}
.home #sidebar.alignright {
	margin:0;
	width:960px;
	background: #fff;
}
.home #section-sliders ul.tabs {
	display:block;
	position:relative;
	clear:both;
	left:10px;
}
.home #section-sliders ul.tabs li {
	text-align:left;
	width:300px;
	height:132px;
	float:left;
	margin-right:20px;
	position:relative;
}
.home #section-sliders ul.tabs li:last-child, .home #section-sliders ul.tabs li.last {
	margin-right:0;
}
.home #section-sliders ul.tabs li a {
	display:block;
	width:290px;
	height:27px;
	position:absolute;
	top:0;
	left:0;
	padding:100px 5px 6px;
	overflow:hidden;
	-webkit-transition-property:all !important;
	-webkit-transition-duration: 0;
	-webkit-transition-timing-function:linear;
	-moz-transition-property:all !important;
	-moz-transition-duration: 0;
	-moz-transition-timing-function: ease-out;
	-o-transition-property:all !important;
	-o-transition-duration: 0;
	-o-transition-timing-function: ease-out;
}
.home #section-sliders ul.tabs li a img {
	position:absolute;
	top:0;
	left:0;
}
.home #section-sliders ul.tabs li a h3 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1.45em;
	color:#383838;
	text-transform:uppercase;
	position:relative;
}
.home #section-sliders ul.tabs li a span.thin {
	position:relative;
	font-weight:normal;
	float:right;
}
.home #section-sliders ul.tabs li p {
	margin:0;
}
.home #section-sliders ul.tabs li.active a {
	width:280px;
	padding-top:95px;
	margin-left:5px;
	margin-top:5px;
}
.home #section-sliders ul.tabs li.active a img {
	left:-5px;
	top:-5px;
	border: none;
}
.home #section-sliders ul.tabs li.active a h3 {
	color:#fff!important;
	left:-5px;
}
.home #section-sliders ul.tabs li.active a h3 span.thin {
	right:-10px;
}
.home .tab-group {
	text-align:center;
}
.home #section-sliders .tab {
	position: relative;
	text-align: center;
	width: 940px;
	height: 230px;
	margin: 0 auto;
	background: url(../images/scroller-bg.gif) -224px 0 no-repeat #272727;
	z-index: 2;
}
.lof-articlessroller {
	margin:0 auto;
}
.lof-articlessroller .lof-main-wapper {
	text-align:left;
}
.lof-articlessroller .lof-main-wapper .lof-main-item {
	margin-left:2px;
}
.lof-articlessroller .lof-row {
	padding:0;
}
.lof-articlessroller .lof-inner {
	background:url(../images/scroller-bg.gif) 100% 0 no-repeat #272727;
	padding: 10px 25px 11px 30px;
	margin:0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius:0;
}
.lof-articlessroller .lof-inner:hover {
	background:url(../images/scroller-bg.gif) 100% 0 no-repeat #272727;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.lof-articlessroller .lof-inner:hover a {
	color:#E21621 !important;
}
.lof-articlessroller .lof-inner .lof-title {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.3em;
	height: 2.5em;
	margin-top: 5px;
}
.lof-articlessroller .lof-inner a {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.05em;
}
.track-history .lof-articlessroller .lof-inner .lof-title {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:34px;
	color: #ebebeb;
}
.track-history .lof-articlessroller .lof-inner p {
	font-size:13px;
}
.lof-articlessroller .lof-inner p.readmore a {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#fff;
}
/*.lof-articlessroller .lof-inner p.readmore a:hover { color:#E01621; }*/
.lof-articlessroller .lof-next, .lof-articlessroller .lof-previous {
	opacity:0.8;
}
.lof-articlessroller .lof-next {
	right:-17px;
}
.lof-articlessroller .lof-previous {
	left:-17px;
}
.lof-articlessroller .lof-next:hover, .lof-articlessroller .lof-previous:hover {
	opacity:1;
}
.lof-articlessroller .lof-inner a img {
	border: 2px solid #888;
}
/* HOMEPAGE FEATURED */
/*#main .blog-featured .item {
	list-style:none;
	display:inline-block;
	width: 210px;
	float: left;
	margin:0px 20px 0px 0px;
}

#main .blog-featured .cols-3 .column-3 {
	margin-right:0;
}

#main .blog-featured .item .excerpt {
	margin-top:1em;

}*/




/* EVENT CALENDAR COUNTDOWN */
div.scdp-text-vert, div.scdp-counter-vert {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	margin: 0!important;
}
div.scdp-text-vert {
	position: relative;
	top: 2px;
	font-size: 16px!important;
}
div.scdp-counter-vert {
	position: relative;
	top: 10px;
}
#scdpro_249 {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-8 */
	border: 1px solid #ddd;
}
/* SOCIAL MODULE */
div.social-stats {
}
div.social-stats .row {
	float:left;
	clear:both;
	background:url(../images/social-bg.gif) no-repeat 0 0;
	padding:1em 0 0.5em;
	font-size: 14px;
}
div.social-stats .column {
	float:left;
	margin-right:4px;
}
div.social-stats .column.col-icon {
	width:24px;
	padding-top:0.3em;
}
div.social-stats .column.social_front {
	width:90px;
}
div.social-stats .column.content {
	float:left;
	width:170px;
	font-size:0.86em;
	line-height:1.3em;
}
div.social-stats .row.instagram .column.content {
	line-height:3em;
}
div.social-stats .row.facebook .column.content {
	line-height:3em;
}
div.social-stats .row.twitter .column.content {
	height:2.6em;
	overflow:hidden;
}
div.social-stats .row.twitter .column.content:hover {
	height:auto;
	overflow:auto;
}
div.social-stats .icon {
	display:block;
	text-align:left;
	text-indent:-9999em;
	width:24px;
	height:24px;
}
div.social-stats .icon.facebook {
	background:url(../images/icon-facebook.gif) no-repeat 0 0;
}
div.social-stats .icon.twitter {
	background:url(../images/icon-twitter.gif) no-repeat 0 0;
}
div.social-stats .icon.plus {
	background:url(../images/icon-plus.gif) no-repeat 0 0;
}
div.social-stats .icon.instagram {
	background:url(../images/icon-instagram.gif) no-repeat 0 0;
}
.social_front a, .social_front a:hover, .social_front a:visited {
	color:#353535!important;
}
.social_front {
	font-family: 'Francois One', sans-serif!important;
	color:#353535!important;
	font-size:32px!important;
	line-height:1em!important;
	text-transform:uppercase!important;
	text-indent:-1px!important;
	letter-spacing: -1px!important;
	font-weight:400!important;
}
#social-landscape h3 {
	font-family: 'Francois One', sans-serif!important;
	font-size: 17px!important;
	color:#353535!important;
}
.fb_iframe_widget iframe .pluginCountNum, .fb_iframe_widget iframe .pluginCountButtonNub {
	display:none !important;
}
/* SOCIAL MODULE - LANDSCAPE MODULE */
#social-landscape {
	display: block;
	width: 100%;
	height: 100px;
	margin: 50px 0 0 0;
	background: #f5f5f5;
}
#social-landscape .row {
	float:left;
	/*	clear:both;*/
/*	background:url(../images/social-bg.gif) top center no-repeat;*/
	padding:1em 0 1em 0;
	font-size: 14px;
	width: 25%;
}
#social-landscape .column {
	float:left;
	margin-right:4px;
}
#social-landscape .column.col-icon {
	width:24px;
	padding-top:0.3em;
}
#social-landscape .column.social_front {
	width:90px;
}
#social-landscape .column.content {
	float:left;
	width: 140px;
	font-size:0.86em;
	line-height:1.3em;
	margin: 8px 0 0 20px;
}
#social-landscape .column.content_plus {
	float:left;
	width: 140px;
	font-size:0.86em;
	line-height:1.3em;
	margin: 8px 0 0 20px;
}
#social-landscape .row.instagram .column.content {
	float:left;
	width: 140px;
	font-size:0.86em;
	line-height:1.3em;
	margin: 8px 0 0 20px;
}
#social-landscape .row.facebook .column.content {
/*	line-height:3em;*/
}
#social-landscape .row.twitter .column.content {
	height:2.6em;
	overflow:hidden;
}
#social-landscape .row.twitter .column.content:hover {
	height:auto;
	overflow:auto;
}
#social-landscape .icon {
	display:block;
	text-align:left;
	text-indent:-9999em;
	width:24px;
	height:24px;
}
#social-landscape .icon.facebook {
	background:url(../images/icon-facebook.gif) no-repeat 0 0;
}
#social-landscape .icon.twitter {
	background:url(../images/icon-twitter.gif) no-repeat 0 0;
}
#social-landscape .icon.plus {
	background:url(../images/icon-plus.gif) no-repeat 0 0;
}
#social-landscape .icon.instagram {
	background:url(../images/icon-instagram.gif) no-repeat 0 0;
}
.social_front a, .social_front a:hover, .social_front a:visited {
	color:#353535!important;
}
.social_front {
	font-family: 'Francois One', sans-serif!important;
	color:#353535!important;
	font-size:32px!important;
	line-height:1em!important;
	text-transform:uppercase!important;
	text-indent:-1px!important;
	letter-spacing: -1px!important;
	font-weight:400!important;
}
#social-landscape h3 {
	font-family: 'Francois One', sans-serif!important;
	font-size: 17px!important;
	color:#353535!important;
}
/* LINKED ARTICLE TITLES */
#main .item-page h1 a {
	color:#e21621;
}
/* ARCHICE BUTTON */
#main .category-desc p.button {
	float: right!important;
	margin: 5px 0 0 0;
}
#main .category-desc p.button a {
	color: #fff!important;
}
#main .category-desc p.button a:hover {
	color: #fff!important;
}
/* ARCHIVE */
.archive .filter-search {
	margin: 0 0 10px 0;
}
.archive h2 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 1.4em!important;
	line-height: 1.3em;
	color: #e21621;
}
.archive h2 a {
	color: #636363;
}
.archive h2 a:hover {
	color: #e21621;
}
.archive .hidelabeltxt {
	display: none;
}
/* NOISE AND WEATHER REPORT ARCHIVE */
.moduletable .noise_weather_report_header p.button {
	display: none;
	float: right!important;
	margin: -62px 0 0 0;
}
.moduletable .noise_weather_report_header p.button a {
	color: #fff!important;
}
.moduletable .noise_weather_report_header p.button a:hover {
	color: #fff!important;
}
/* NEWS MODULES SIDEBAR */
.moduletable ul.mostread li {
	border-bottom: 1px solid #E5E5E5;
	padding:1em 0 0.77em;
}
/* NEWS MODULES LATEST NEWS */
.moduletable ul.latestnews {
	list-style:none;
}
.moduletable ul.latestnews li {
	font-weight:normal;
	border-bottom: 1px solid #E5E5E5;
	padding:0 0 0 40px;
	background: url(../images/speech_bubble.png) no-repeat 0 0;
	margin:0.6em 0 0;
	line-height:1.3em;
}
.moduletable ul.latestnews li a {
	color:#222;
}
.moduletable ul.latestnews p.small {
	font-size:0.77em;
	font-weight:bold;
	color:#a7a9ac;
	margin:0.4em 0 1em;
}
.moduletable ul.latestnews li:last-child, .moduletable ul.latestnews li.last {
	border-bottom:0;
}
/* TICKETS MODULE STYLE */
#sidebar .moduletable h3 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size:17px;
	margin: 0;
	color: #000000;
}
#sidebar .moduletable p {
	font-size: 11px;
	line-height: 1.4em;
}
#sidebar .moduletable li a {
	font-size:12px;
	font-weight: normal;
	line-height: 2em;
}
#sidebar .moduletable ul {
	list-style-position: outside;
	margin-top: 20px;
	margin-left: 20px;
}
#sidebar .tickets.moduletable {
	background: url(../images/footer_top.png) top repeat-x;
	height: auto;
	margin: 20px 0 20px 0;
}
#sidebar .tickets.moduletable ul {
	list-style-image: none;
	list-style-type:none;
	list-style-position: inherit;
	margin-top: 20px;
	margin-left: 20px;
}
#sidebar .tickets.moduletable ul li {
	padding: 0 0 0 20px;
	background: url(../images/readmore.png) no-repeat 0px 4px;
	margin: 0;
}
#sidebar .tickets.moduletable ul li a {
	font-weight: bold;
}
#sidebar .moduletable ul p {
	font-size: 11px;
	line-height: 1em;
}
/* MERCHANDISE STYLE MODULE STYLES */
#sidebar .merchandise.moduletable {
	background: url(../images/footer_top.png) top repeat-x;
	height: auto;
}
#sidebar .merchandise.moduletable h3 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size:17px;
	margin: 0;
	color: #000000;
}
#sidebar .merchandise.moduletable li a {
	font-size:12px;
	font-weight: bold;
	line-height: 1.2em;
}
#sidebar .merchandise.moduletable ul {
	list-style-image: url(../images/red_indicator.png);
	list-style-position: outside;
	margin-left: 10px;
}
#sidebar .merchandise.moduletable ul p {
	font-size: 11px;
	line-height: 1em;
}
/* MY STYLE MODULE STYLES */
#sidebar .my_side.moduletable {
	background: url(../images/sidebar_background.png) top repeat-x;
	border-top: 8px solid #e21621;
	width: 290px;
	height: auto;
	margin: 20px 0 20px 0;
}
#sidebar .my_side.moduletable h3 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 10px 10px;
	margin:0;
	color: #000000;
}
#sidebar .my_side.moduletable li a {
	font-size:14px;
	line-height: 1em;
}
#sidebar .my_side.moduletable ul {
	list-style-image: url(../images/red_indicator.png);
	list-style-position: outside;
	margin-left: 30px;
}
#sidebar .my_side.moduletable ul p {
	font-size: 11px;
	line-height: 1em;
}
/* MAIN MENU */
div#main_nav {
	position:relative;
	width: auto;
	z-index:3;
}
ul.main-nav li {
	float:left;
	margin:0 15px;
	position:relative;
}
ul.main-nav li a:link, ul.main-nav li a:visited {
	display:block;
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#3d3d3d;
	font-size: 1.6em;
	border:0;
}
ul.main-nav li a:hover {
	color:#e21621;
	border-bottom:5px solid #e21621;
}
ul.main-nav li.active {
	border-bottom:5px solid #e21621;
}
ul.main-nav li.active:hover {
	border-bottom: none!important;
}
/* HIDE THE HOME BUTTON */
ul.main-nav li.item-101 {
	display:none;
}
/* SECOND TIER LINKS */
ul#main_nav li ul {
	position:absolute;
	display:none !important;
	top:50px;
	left:-14px;
	display:block;
	width:260px;
	border:0 none;
	list-style:none;
	background:#2c2c2c;
	border-radius:2px 2px 3px 3px;
	overflow:hidden;
}
ul#main_nav li:hover ul {
	display:block !important;
}
ul#main_nav li ul li {
	display:block;
	float:none;
	border:0 none;
	padding:0em 24px;
	background:transparent;
}
ul#main_nav li.active ul li {
	background:none;
	filter:none;
}
ul#main_nav li ul li a, ul#main_nav li ul li a:visited {
	display:block;
	font-size:0.85em;
	color:#222;
	text-shadow:1px 1px 1px #fff;
	width:auto !important;
	height:auto !important;
	padding:0.5em 0;
	margin:0;
	border:0 none;
	border-top:1px solid #fff;
	border-bottom:1px solid #d8d8d8;
	background:#2c2c2c;
}
ul#main_nav li ul li a:hover, ul#main_nav li ul li a:focus {
	color:#025DBA;
}
ul#main_nav li ul li:first-child, ul#main_nav li ul li.first {
	padding-top:0.5em;
}
ul#main_nav li ul li:last-child, ul#main_nav li ul li.last {
	padding-bottom:0.7em;
}
ul#main_nav li ul li:first-child a, ul#main_nav li ul li.first a {
	border-top:0 none;
}
ul#main_nav li ul li:last-child a, ul#main_nav li ul li.last a {
	border-bottom:0 none;
}
/* RIGHT MENU */
#right_nav {
	position:relative;
	z-index:2;
	padding-top:0.5em;
}
ul.right-nav {
	position:relative;
	display:block;
	text-align:left;
	list-style-type:none;
	z-index:1001;
}
ul.right-nav li {
	position:relative;
	margin: 0 10px;
	font-size:16px;
	float:left;
}
ul.right-nav li a, ul.right-nav li a:visited {
	display:block;
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal!important;
	color:#3d3d3d;
	height:1.65em;
}
ul.right-nav li a:hover {
	text-decoration:none;
	color:#e21621;
	border-bottom:5px solid #e21621;
}
ul.right-nav li.active {
	border-bottom:5px solid #e21621;
}
ul.right-nav li.active:hover {
	border-bottom:none;
}
ul.right-nav li.parent a {
	padding-right:16px;
	background:url(../images/parent-arrow.gif) no-repeat 100% 0.6em;
}
/* SECOND TIER LINKS */
ul.right-nav li ul {
	display:none !important;
	position:absolute;
	top:1.65em;
	left:-22px;
	border:0 none;
	list-style:none;
	background:#2c2c2c;
	z-index:20000;
	width: 300px;
	float: left;
}
ul.right-nav li:hover ul {
	display:block !important;
}
ul.right-nav li ul li {
	display:block;
	width:130px;
	float: left;
	border-bottom: 1px solid #444;
	padding:0 10px 0 10px;
	margin:0;
	background:transparent;
	overflow: hidden;
}
ul.right-nav li.active ul li {
	background:none;
	filter:none;
}
ul.right-nav li.parent a.special_link {
	display:none;
}
ul.right-nav li ul li a {
	display:block;
	font-size:1em;
	color:#fff;
	width:auto !important;
	height:auto !important;
	padding:0;
	margin:0;
	border:0 none;
	background-image:none !important;
}
ul.right-nav li ul li a:hover {
	color:#ccc;
	text-decoration:none;
}
ul.right-nav li ul li a:visited {
	color:#fff;
}
ul.right-nav li ul li.active {
	border-bottom: 1px solid #444!important;
	width:130px;
}
ul.right-nav li ul li.active:hover {
	border-bottom:none;
}
ul.right-nav li ul li {
	padding-top:0.5em;
	width: 130px;
	height: 30px;
	float: left;
}
/*ul.right-nav li ul li:first-child, ul.right-nav li ul li.first {
	padding-top:0.5em;
	width: 150px;
	height: auto;	
	float: left;
}
ul.right-nav li ul li:last-child, ul.right-nav li ul li.last {
	padding-bottom:0.5em;
	width: 150px;
	height: auto;
	float: left;
}*/
ul.right-nav li ul li:first-child a, ul.right-nav li ul li.first a {
	border-top:0 none;
}
/*ul.right-nav li ul li:last-child a, ul.right-nav li ul li.last a {
	border-bottom:0 none;
}*/
ul.right-nav li.item-129, ul.right-nav li.item-335, ul.right-nav li.item-365, ul.right-nav li.item-366, ul.right-nav li.item-372, ul.right-nav li.item-373 {
	display:none;
	height: 0!important;
	padding: 0!important;
}
#sidebar.alignright {
	width: 260px;
	margin-right:10px;
	margin-top:45px;
}
/* SUBMENU */
#sidebar .moduletable.submenu {
	border-top:0;
	margin-bottom:1.5em;
}
#sidebar ul.submenu {
	background-color:#0058b0;
	border-top:1px solid #80acd8;
	border-bottom:1px solid #7e7f7e;
	box-shadow: 0px 1px 3px #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow:auto;
}
#sidebar ul.submenu li a, #sidebar ul.submenu li.active ul li a, #sidebar ul.submenu li.current ul li a {
	color: #fff;
	padding:0.615em 16px;
	background:url(../images/bullet-white_arrow_lge.png) no-repeat 92% 50%;
	border-top:1px solid #3379c0;
	border-bottom:1px solid #003d7b;
}
#sidebar ul.submenu li a:hover {
	background-color:#00365c;
	border-top:1px solid #00223a;
	border-bottom:1px solid #0058b0;
}
#sidebar ul.submenu li a:hover, #sidebar ul.submenu li.active ul li a:hover {
	text-shadow:none;
	padding-left:22px;
}
/* SECOND TIER */
#sidebar ul.submenu li.active.parent a {
	border-bottom:1px solid #00223a;
}
#sidebar ul.submenu li.active ul li a, #sidebar ul.submenu li.active ul li a:hover, #sidebar ul.submenu li.active.parent ul li a, #sidebar ul.submenu li.current ul li a {
	border:0;
	background-image:none;
	font-weight:normal;
}
#sidebar ul.submenu li.active.parent ul {
	padding:0;
	background:#00365c;
}
/* INTRO LISTS & LANDING LISTS */
#main div.columns-1 {
	float:left;
	width:230px;
}
#main div.columns-1 .container {
	width:230px;
}
#main div.columns-1 h3 {
	margin-right:20px;
}
#main div.columns-2 {
	float:left;
	width:440px;
}
/*#main div.columns-2  li.item-102.deeper.parent {
	display:block;
	float:left;
	width:140px;
	margin-right:10px;
}*/
#main div.columns-2 .container {
	width:440px;
}
#main .items-row.cols-3, #main ul.weblinks, div.categories-list ul, #main ul.category-module, #main ul.categories-module, #main .moduletable .inside, #main .category-link-group ul {
	position:relative;
	margin-right:-20px;
}
#main .cols-3 .item, #main .moduletable .newsflash .item {
	float:left;
	width:210px;
	margin-right:20px;
}
/* HORIZONTAL LINK LISTS - WEBLINKS, CATEGORY LIST, KNOWLEDGE BASE MODULE, MODULETABLE MENUS */
#main ul.weblinks li, #main ul.category-module li, #main .category-link-group ul li, #main .moduletable ul.menu li {
	float:left;
	width:210px;
	margin-right:20px;
	padding:0.5em 0;
	border-bottom:1px solid #e5e5e5;
}
#main .moduletable ul.menu li a {
	color:#025dba;
	text-decoration:none;
}
/* HORIZONTAL LINK LISTS - WEBLINKS, CATEGORY LIST, KNOWLEDGE BASE MODULE, MODULETABLE MENUS */
div.categories-list ul li, #main ul.categories-module li {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: 600;
	text-transform: uppercase;
	float:left;
	width:95px;
	margin-right:10px;
	padding:0 0 0 17px;
	list-style-image: none;
	list-style-type:none;
	list-style-position: inherit;
	background: url(../images/readmore.png) no-repeat 0px 4px;
}
/*#main ul.weblinks li a, div.categories-list ul li a, #main ul.category-module li a, #main ul.categories-module li a, #main .category-link-group ul li a { font-weight:normal;  }*/
#main ul.category-module li h5, #main ul.categories-module li h5 {
	margin:0;
}
/* CUSTOM */
#main div.custom {
	float:left;
	width:100%;
	margin: 30px 0 0 0;
}
#main table.tab_one td {
	border: 1px solid #ddd;
	padding: 5px;
}
#main table.tab_two th {
	border: 1px solid #ddd;
	padding: 7px 0 7px 15px;
}
#main table.tab_two td {
	border-bottom: 1px solid #ddd;
	padding: 7px 0 7px 15px;
}
.twenty {
	/*	font-size: 20px*/
	font-size: 18px;
}
.padd_bottom {
	padding: 0 0 10px 0;
}
.contact_red {
	color:#e21621;
}
h3.contact_us {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #222222;
	line-height: 1em;
	padding: 0;
}
p.contact_us {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #636363;
}
/* HOW TO GET HERE TABLE */
img.super_htgt {
	padding: 0;
}
.super_htgt_more {
	padding:0 0 0 20px;
	background:url(../images/readmore.png) no-repeat 0 0.2em;
}
h3.super_htgt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#e21621;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
p.super_htgt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#2c2c2c;
	line-height: 1.2em;
	padding: 0;
}
span.super_htgt_phone {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#2c2c2c;
	line-height: 2em;
	padding: 0;
}
a.super_htgt_link, a.super_htgt_link:link {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#2c2c2c;
	line-height: 2em;
	padding: 0;
}
a.super_htgt_link:hover {
	color:#444;
}
div.wsb_information {
	height: auto;
	width: 630px;
	background: url(../../../images/worldsuperbikes/wsb_div_bg.jpg) top no-repeat;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}
div.wsb_information_container {
	margin: 0 0 0 20px;
}
.wsb_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding:0 0 5px 30px;
	background:url(../images/wsb_indicator.png) no-repeat left 2px;
}
.wsb_more_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0 0 0 30px;
}
.wsb_more_txt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}
p.careers {
	font-size: 13px;
	color: #636363;
	padding:0 0 0.77em;
}
li.careers {
	color: #222222;
}
/* ADVERTISEMENT */
#header-advertisement {
	position: relative;
	top:20px;
	left:0;
	width:100%;
	clear:none;
	z-index: 9999!important;
}
#header-advertisement div.bannergroup {
	width:1024px;
	text-align:right;
	margin:0 auto;
}
#header-advertisement div.banneritem {
}
#header-advertisement #vsir_1 {
	float:right;
}
/* CALENDAR EVENTS */
#calendar-events {
	float:none;
	clear:both;
	position:absolute;
	top:70px;
	right:0px;
	width: 310px;
}
#calendar-events h3 {
	background-color: #343434;
	color: #ffffff;
	padding: 5px!important;
	margin: 0!important;
	text-align: center;
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-weight: normal!important;
	font-size:16px;
	text-transform: uppercase;
}
/* PUBLIC EVENTS - ICALENDAR */
#default .leftbox {
	display: inline-block;
	border: 0px none;
	padding: 0 10px 0 0;
}
#default .leftbox img {
	display: inline-block!important;
	clear: both!important;
}
.iccalendar table tr {
	padding: 0px !important;
	margin: 0px !important;
	border: 1px solid #eee;
}
.nav .backic {
	background: url(../images/back_month.png) no-repeat scroll 0% 0% transparent;
	width: 20px;
	height: 16px;
	float: left;
	border-left: 0px none !important;
	margin: 10px 0px 0px 10px;
}
.nav .nextic {
	background: url(../images/next_month.png) no-repeat scroll 0% 0% transparent;
	width: 20px;
	height: 16px;
	float: right;
	border-left: 0px none !important;
	margin: 10px 10px 0px 0px;
}
/* PUBLIC EVENTS CALENDAR */
div.custom.public_events_calendar_frontpage {
	position:relative;
	/*	top: 15px;*/
	top: 0px;
}
div.custom.public_events_calendar_frontpage img {
	border: 0;
}
div.custom.public_events_calendar_sidebar {
	position:relative;
	top: 25px;
}
div.custom.public_events_calendar_sidebar img {
	border:0;
}
.public-events-main h3 {
	color:#e21621;
	font-size:1.23em;
	line-height:1.3em;
	margin:0;
	width: 340px;
	height: auto;
	float: left;
	clear: both;
}
.public-events-main h3 a {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	color:#e21621;
}
.public-events-main h3 a:hover {
	color:#545454;
}
#default .cat {
	color: #636363;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	float: right;
	margin: 5px 5px 0 0;
	width: auto;
	height: auto;
}
#default .time {
	font-size: 12px;
	margin: -20px 0 0 0;
}
#default .clr {
	clear: none;
}
#default .descshort {
	margin: 10px 5px 0 0;
	width: auto;
	height: auto;
	float: left;
	clear: both;
}
#default .descshort a.readmore:hover {
	color: #e21621;
}
#default .back {
	display: none;
}
#detail-date-list {
	display: none;
}
.nav .titleic {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size: 19px!important;
}
#sidebar #tip {
	margin: 0 0 0 0 !important;/*	top: auto!important;*/
}
#tip {
/*    position: absolute!important;
    margin: -263px 0px 0px!important;
    text-align: left!important;
    width: 295px !important!important;
    top: 467.033px!important;*/
}
#tip span h3 {
	background: none;
	padding: 0px !important;
	margin: 0px !important;
	text-align: left!important;
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	font-size: 16px;
	text-transform: none!important;
}
#tip span a {
	background: none;
	color: #fff;
	padding: 0px !important;
	margin: 0px !important;
	text-align: left!important;
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	font-size: 16px;
	text-transform: none!important;
}
#tip span a:hover {
	color: #e01621;
}
/* Internal Blockquotes */
.public-events blockquote, .family-fun blockquote, .drive-ride-days blockquote {
	font-style: normal;
	padding: 10px;
	background: none repeat scroll 0% 0% rgb(245, 245, 245);
	border: 1px solid rgb(229, 229, 229);
	border-radius: 4px 4px 4px 4px;
	margin: 0px;
}
.public-events blockquote li, .family-fun blockquote li, .drive-ride-days blockquote li {
	margin: 10px 0 10px 0;
}
.public-events blockquote li a, .family-fun blockquote li a, .drive-ride-days blockquote li a {
	font-style: italic;
	color: #222;
}
.public-events blockquote li a:hover, .family-fun blockquote li a:hover, .drive-ride-days blockquote li a:hover {
	color: #e01621;
}
/* NOISE WEATHER REPORT */
#main .noise_weather_report_header {
	position:relative;
	width:1024px;
	float:left;
}
.moduletable.noise_weather_report_header h3 {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#e21621;
	font-size:3em;
	line-height:1em;
	text-transform:uppercase;
	margin-bottom:1em;
	margin:0;
	padding:0;
	text-indent:-1px;
	font-weight:bold;/*	display: inline-block;*/
}
div.custom.noise_weather_frontpage {
	margin: -10px 0 0 0;
}
div.custom.noise_weather_sidebar {
	margin: -13px 0 0 0;
}
div.custom.noise_weather_sidebar img {
	border: 0;
}
#main .item-page.noise_weather_report {
	position:relative;
	width:1024px;
	float:left;
}
.nwstyle {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	text-align: center;
	padding: 8px 2px 0 2px;
	background: #464646;
	border-right: 1px solid #fff;
	float: left;
	width: 88px;
	height: 80px;
}
.black-nwstyle {
	background: #000;
}
.red-nwstyle {
	background: #e01621;
}
.grey-nwstyle {
	background: #737373;
}
.white-nwstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333132;
	text-align: center;
	padding: 5px 2px 5px 2px;
	float: left;
	width: 92px;
	height: auto;
}
.nwstyle-legend-body-size {
	width: 1024px;
	height: 30px;
	background: #ebebeb;
	clear: both;
}
.nwstyle-legend-container {
	width: 1024px;
	border-bottom: 1px solid #ddd;
	clear: both;
}
.nwstyle-legend-container-top {
	width: 1024px;
	clear: both;
}
.nwstyle-legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:13px;
	color: #333132;
	text-align: left;
	padding: 8px 2px 0 10px;
	width: auto;
}
.nwstyle-legend-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:13px;
	color: #e01621;
	text-transform: uppercase;
}
.nwstyle-legend-col-1 {
	float: left;
	width: 50px;
}
.nwstyle-legend-col-2 {
	float: left;
	width: 200px;
}
.nwstyle-legend-col-2-2 {
	float: left;
	width: 95px;
}
.nwstyle-legend-col-3 {
	float: left;
	width: 410px;
}
.nwstyle-legend-col-3-2 {
	float: left;
	width: 94px;
}
.nwstyle-legend-col-4 {
	float: left;
	width: 110px;
}
.nwstyle-legend-col-5 {
	float: left;
	width: 110px;
}
.nwstyle-legend-col-6 {
	float: left;
	width: 60px;
}
.nwstyle-legend-content-col {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333132;
	text-align: left;
	padding: 8px 2px 0 10px;
}
/* NOISE AND WEATHER */
#main .noise_weather_report {
	clear:both;
}
#main .noise_weather_report .category-desc {
	padding-bottom: 0em;
}
#main .noise_weather_report h3 {
	color: #222;
	margin: 10px 0 10px 0;
}
#main .noise_weather_report table, #main .noise_weather_report tr {
	width: 1024px!important;
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
th.nwstyle {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif!important;
	font-size:13px!important;
	font-weight: bold!important;
	color: #fff!important;
	text-align: center!important;
	padding: 8px 2px 0 2px!important;
	background: #464646!important;
	border-right: 1px solid #fff!important;
	width: 88px!important;
	height: 90px!important;
}
th.black-nwstyle {
	background: #000!important;
}
th.red-nwstyle {
	background: #e01621!important;
}
th.grey-nwstyle {
	background: #737373!important;
}
#main .noise_weather_report td {
	/*	width: 75px!important;
	max-width: 75px!important;*/
	vertical-align: top!important;
	text-align: center!important;
	border-bottom: 1px solid rgb(221, 221, 221)!important;
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
	padding: 3px 0 3px 0!important;
}
/* TRACK HISTORY */
#main .item-page.track_history {
}
/* CAREERS */
/*.blog.careers {
}
.blog.careers .item.column-1, .blog.careers .item.column-2 {
	position: relative;
	float: left;
	background: #fff;
	margin: 0 20px 20px 0;
}
.blog.careers .category-intro-group h3 {
	padding:1.1em 0 0.5em;
	margin:0;
}
.blog.careers .category-desc p {
	font-size: 16px;
}
.blog.careers .items-row, .blog.careers .category-intro-group {
	background: none!important;
}*/



/* ACCOMMODATION */
/* CUSTOM ACCOMMODATION HEADING */
div.accommodation.custom {
	float:left;
	width:100%;
	margin: 0!important;
}
div.accommodation.categories-list {
	display: none;
}
div.accommodation.custom ul {
	padding: 10px 0 10px 0;
	width: auto;
	height: 55px;
	background: #f5f5f5;
	border: 1px solid #e5e5e5!important;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
div.accommodation.custom ul li {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif!important;
	display: inline-block;
	font-size:14px!important;
	font-weight: normal!important;
	text-transform: uppercase;
	float:left;
	width:90px;
	margin-right:10px;
	margin-left:10px;
	padding:0 0 0 17px;
	list-style-image: none;
	list-style-type:none;
	list-style-position: inherit;
	background: url(../images/readmore.png) no-repeat 0px 4px;
}
#main .item-page.accommodation-two ul li {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: 600;
	text-transform: uppercase;
	float:left;
	width:95px;
	margin-right:10px;
	padding:0 0 0 17px;
	list-style-image: none;
	list-style-type:none;
	list-style-position: inherit;
	background: url(../images/readmore.png) no-repeat 0px 4px;
}
#main .item-page.accommodation h1 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	color:#e21621;
	font-size:24px;
	line-height:1em;
	text-transform: none;
	margin-bottom:1em;
	margin:0 0 10px 0;
	text-indent:-1px;
	font-weight: normal;
	float: left;
}
#main .item-page.accommodation h2 {
	color:#e21621;
	font-size:3em;
	line-height:1em;
	text-transform:uppercase;
	margin-bottom:1em;
	margin:0 0 20px;
	text-indent:-1px;
	font-weight:bold;
}
.blog.accommodation {
}
.blog.accommodation .item.column-1, .blog.accommodation .item.column-2 {
	position: relative;
	float: left;
	width:270px;
	height: 100%;
	min-height: 400px;
	background: #f5f5f5;
	margin: 0 20px 20px 0;
	padding: 0px 10px 5px 10px;
}
.blog.accommodation .category-intro-group h3 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	padding:1.1em 0 0.5em;
	margin:0;
}
.blog.accommodation span.subheading-category {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	color:#e21621;
	font-size:24px;
	line-height:1em;
	text-transform: none;
	margin-bottom:1em;
	margin:0 0 10px 0;
	text-indent:-1px;
	font-weight: normal;/*	display: inline-block;*/
}
.blog.accommodation .category-desc p {
	font-size: 16px;
}
.blog.accommodation .items-row, .blog.accommodation .category-intro-group {
	background: none!important;
}
.blog.accommodation .img-intro-left {
	position: relative!important;
	float: left!important;
	display: inline-block!important;
	width: 100%!important;
	margin: 10px 20px 10px 0!important;
}
.blog.accommodation .img-intro-left img {
	max-width: 270px!important;
	max-height: 120px!important;
	width: 270px!important;
	height: 100%!important;
}
/* ACCOMMODATION - TABLES */
.accommodation table, .accommodation th, .accommodation td {
	vertical-align:top;
	border: none!important;
	padding: 0!important;
}
.accommodation table {
}
.accommodation tbody {
}
.accommodation th {
	font-weight: bold;
}
.accommodation thead th {
}
.accommodation th, .accommodation td, .accommodation caption {
	color:#636363;
}
.accommodation tfoot {
	font-style:italic;
}
.accommodation table ul {
	padding-bottom:0;
}
.accommodation table p {
	margin:0;
	color:#636363;
}
.accommodation table tr:nth-child(even) {
	background: #fff;
}
.accommodation table tr:nth-child(odd) {
	background: #fff;
}
/* INFO HOLDER */
.info-holder {
	font-size: 14px;
	width: 310px;
	float: left;
	margin: 0 0 15px 0;
}
.info-holder a:hover {
	color: #e21621;
}
/* CATEGORY & BLOG */
.blog.cat_blog h1 {
	color:#e21621;
	font-size:3em;
	line-height:1em;
	text-transform:uppercase;
	margin-bottom:1em;
	margin:0 0 20px;
	text-indent:-1px;
	font-weight:bold;
}
.blog.cat_blog h2 {
	color:#e21621;
	font-size:1.61em;
	font-weight:normal;
	line-height:1.3em;
	margin:0.2em 0 0.65em;
	width: auto;
}
.cat_blog h1 {
	float: left;
	color:#222;
	font-size:1.61em;
	font-weight:normal;
	line-height:1.3em;
	margin:0.2em 0 0.65em;
	width: auto; /* CHANGE IF REQUIRED *//*	width: 500px;*/
}
.cat_blog h2 {
	color:#e21621;
	font-size:3em;
	line-height:1em;
	text-transform:uppercase;
	margin-bottom:1em;
	margin:0 0 20px;
	text-indent:-1px;
	font-weight:bold;
}
/* LATEST NEWS - BLOG */
#main .item-page.cat_blog.news h1 {
	float: left;
	color:#222;
	font-size:1.61em;
	font-weight:normal;
	line-height:1.3em;
	margin:0.2em 0 0.65em;
	width: 500px;
}
#main .item-page.news h3 {
	color:#e21621;
	margin: 30px 0 10px 0;
	font-size:1.6em;
	line-height:1em;
}
/* VIRTUEMART - SHOPPING CART */
.category_description {
	overflow: hidden;
}
.category_description img {
	border: 0;
}
a.continue_link {
	display: block!important;
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #000;
	border: none;
	border-radius: 0;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	float: left!important;
}
a.continue_link:hover {
	color: #fff;
	background: #e21621;
}
a.continue {
	display: block!important;
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	background: #000;
	border: none;
	border-radius: 0;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	text-transform: uppercase;
	margin: 0 5px 5px 0;
	float: left!important;
	width: auto;
}
a.continue:hover {
	color: #fff;
	background: #e21621;
}
a.showcart {
	display: block!important;
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #000;
	border: none;
	border-radius: 0;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
	margin: 0 5px 5px 0;
	float: right !important;
	width: auto;
}
a.showcart:hover {
	color: #fff;
	background: #e21621;
}


.cart-popup-text {
  /*float: left;*/
  margin-top: 55px;
}

.my-groovy-style div, .my-groovy-style h4 {
	float: left!important;
	clear: both;
}
.cart-view a {
/*	font-weight: bold;*/
}
.cart-view #com-form-login {
	background: #f7f7f7;
}
.output-billto, .output-shipto {
	font-size: 12px;
}
.billto-shipto span {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
}
a.terms-of-service {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}
.customer-comment {
	text-align: left;
}
textarea.customer-comment {
	margin-bottom: 30px;
	width: 600px;
	max-width: 600px;
	height: 150px;
}
table.user-details {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.key {
	padding: 0px 6px;
	width: auto!important;
}
table.user-details {
	float: left;
	padding: 10px;
	border: 1px solid ccc;
	background: #f7f7f7;
}
table.user-details input {
	margin-bottom: 5px;
}
.cart-summary {
/*	background: #f7f7f7!important;*/
	/*	padding: 10px;*/
}
.cart-summary a {
	font-size: 13px;
	font-weight: bold;
}
.cart-summary td {
	font-size: 13px;
}
.cart-summary hr {
	border-top: 1px solid #ddd;
	background: none;
	margin: 0;
	padding: 0;
}
.sectiontableentry1 even {
	background: #f7f7f7!important;
}
a.sectiontableentry1 {
	font-size: 11px;
}
label.invalid {
	background: #f7f7f7!important;
}
#com-form-login {
	background: #f7f7f7;
	margin: 0 0 20px 0;
	padding: 10px;
}
#com-form-login a {
	font-size: 11px;
}
#com-form-login .userdata {
	margin-bottom: 10px;
}
.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
	letter-spacing: normal;
}
.vm-button-correct, .vm-button-correct:hover, .vm-button-correct:visited {
	font-size: inherit;
}
.buttonBar-right {
	border: 0;
	display:block;
	clear:both;
	height: 70px;
	background: url(../images/footer_top.png) repeat-x 0 40px;
	border-radius:0 0 20px 20px;
	width: 100%;
}
#paymentForm h1 {
	color:#636363;
	font-size:1.3em;
	font-weight:normal;
	line-height:1.3em;
	margin:0.2em 0 0.65em;
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #ddd;
}
#userForm h1 {
	color:#636363;
	font-size:1.3em;
	font-weight:normal;
	line-height:1.3em;
	margin:0.2em 0 0.65em;
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #ddd;
}
/* VIRTUEMART */
.productdetails-view .product-short-description {
	display: none;
}
.productdetails-view .addtocart-bar {
	display: block!important;
	float: left;
	margin: 0;
	padding: 0;
}
div.addtocart-area {
	width: auto;
	height: 35px;
	margin: 5px 0 0 0;
	margin-top: 20px;
}
span.quantity-controls {
	display: none;
}
span.quantity-box {
	float: left;
	padding: 0 0 0 0;
}
span.addtocart-button {
	float: left;
	margin:0 0 0 10px;
}
span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
  font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #4D4D4D;
  /* background: #E21621; */
  background: #DFDFDF;
  border: 1px solid #BDBDBD;
  border-radius: 0;
  text-decoration: none;
  padding: 5px;
  /* height: auto; */
  height: 38px;
  width: auto;
  letter-spacing: normal;
}

span.addtocart-button input.addtocart-button:hover, span.addtocart-button input.notify-button:hover {
	color: #fff;
	background: #000;
}
span.addtocart-button input.addtocart-button-disabled {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	background: #e21621;
	border: none;
	border-radius: 0;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}
.productdetails-view h1 {
	font-size: 22px;
	margin: 0 0 40px 0;
}
.productdetails-view .spacer-buy-area {
	padding: 0px 0px 0px 12px;
}
.productdetails-view .product-description, .product-fields {
	margin: 35px 0px 0 0!important;
	clear: both;
	background: #f7f7f7;
	padding: 10px;
	border: 1px solid #ddd;
}
.productdetails-view .product-description p {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
.product-box {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
span.title {
	display: none;
}
.product {
	/*	border-bottom: 1px solid #ccc;*/
	padding: 0 0 20px 0;
}
.category-view .row .category .spacer h2 a {
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #e21621;
}
.category-view .row .category .spacer h2 a:hover {
	color: #636363;
}
.horizontal-separator {
	display: none;
}
.orderby-displaynumber {
	display: none;
	margin: 50px 0px;
	padding: 10px 0px;
}
.featured-view .spacer span, .latest-view .spacer span, .topten-view .spacer span, .recent-view .spacer span, .related-products-view .spacer span, .browse-view .row .product .spacer span {
	font-size: 12px;
}
.vmicon {
	float: left!important;
}
span.stock-level {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif!important;
	font-size: 13px!important;
	float: left!important;
	margin: 0 0 15px 10px!important;
}
.paddingtop8 {
	margin: 10px 0 20px 0;
	display: none;
}
.spacer span.contentpagetitle {
	display: none;
}
.product-price {
	display: inline!important;
}
.product-price strong {
	display: none;
}
.PricesalesPrice {
	display: inline-block!important;
}
.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited, .notify, .notify:link, .notify:visited {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: normal;
	color: #fff;
	background: #e21621;
	border: none;
	border-radius: 0;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	text-transform: uppercase;
	margin: 0 5px 0 0;
	float: right!important;
}
.vm-button-correct:hover, .vm-button-correct:hover, .vm-button-correct:hover, .notify:hover {
	color: #fff;
	background: #000;
}
a.product-details, a.details, div.details, button.default {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	background: #e21621;
	border: none;
	border-radius: 0;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	text-transform: uppercase;
	float: left!important;
}
a.product-details:hover, a.details:hover, div.details:hover, button.default:hover {
	color: #fff;
	background: #000;
}
a.product-checkout {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	background: #000;
	border: none;
	border-radius: 0;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	float: left!important;
}
a.product-checkout:hover {
	color: #fff;
	background: #e21621;
}
.checkout-button-top {
	float: left!important;
	width: 100%;
}
.checkout-button-top {
	text-align: left;
}
p.product_s_desc {
	display: none;
}
.width30, .width40, .width70 {
	width: 100%!important;
	margin: 0;
	padding: 0;
}
.width33 {
	width: 30%!important;
	/*	width: auto!important;*/
	margin: 0 15px 20px 0;
	padding: 0;
}
.width60 {
	width: auto!important;
	margin: 0;
	padding: 0;
}
.floatright {
	float: none;
	margin: 0;
	padding: 0;
}
.category-view .row .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer {
	padding: 0;
}
.category-view .row .category .spacer h2 a img {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition: opacity 1s;
	-moz-transition: opacity 1s; /* Firefox 4 */
	-webkit-transition: opacity 1s; /* Safari and Chrome */
	-o-transition: opacity 1s; /* Opera */
	border: none;
}
.category-view .row .category .spacer h2 a img:hover {
	opacity:.90;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	transition: opacity 1s;
	-moz-transition: opacity 1s; /* Firefox 4 */
	-webkit-transition: opacity 1s; /* Safari and Chrome */
	-o-transition: opacity 1s; /* Opera */
}
.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {
	max-width: 100%;
	height: 153px;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	z-index:1;
	transition: opacity 1s;
	-moz-transition: opacity 1s; /* Firefox 4 */
	-webkit-transition: opacity 1s; /* Safari and Chrome */
	-o-transition: opacity 1s; /* Opera */
}
.browse-view .row .product .spacer img:hover, .related-products-view .row .product .spacer img:hover {
	max-width: 100%;
	height: 153px;
	opacity:.90;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	z-index:1;
	transition: opacity 1s;
	-moz-transition: opacity 1s; /* Firefox 4 */
	-webkit-transition: opacity 1s; /* Safari and Chrome */
	-o-transition: opacity 1s; /* Opera */
}
.browse-view h1 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: none;
	margin: 0px 0px 30px 0;
	padding: 0px;
}
.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .recent-view .spacer h3, .related-products-view .spacer h3, .browse-view .row .product .spacer h2 {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3c3c3c;
	margin: 0px 0px 6px;
	padding: 0px;
}
.browse-view .row .product .spacer h2 a {
	color: #3c3c3c;
}
.display-number, .control-buttons, .right {
	text-align: inherit!important;
	margin: 0 0 10px 0;
}
label.invalid, span.red {
	color: #e21621;
}
.back-to-category {
	display: none;
}
/* PAGINATION - PAGE NAVIGATION */
.vm-pagination {
	overflow:auto;
	margin: 50px 0 0 0;
	border-top: 3px solid #333;
	width: auto;
	height: auto;
	clear: both;
}
.vm-pagination ul .pagenav {
	list-style:none;
	list-style-image:none;
	padding: 3px;
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: normal;
	cursor:pointer
}
.vm-paginationul .pagenav li {
	margin:1em 1em 1em 0;
	color: #333132;
}
.vm-pagination .pagination-prev {
	float: right;
}
.vm-pagination .pagination-start span.pagenav, .vm-pagination .pagination-prev span.pagenav {
	background: none;
	color: #333132;
}
.vm-pagination ul {
	list-style:none;
	list-style-image:none;
}
.vm-pagination ul li {
	float:left;
	/*	margin:1em 0 1em 1em;*/
	background: none;
}
/*.vm-pagination span {
	display: none;
}*/
.vm-pagination ul li span.pagenav {
	background: #e21621;
	color: #fff;
	padding: 3px;
}
.vm-pagination ul li a {
	font-weight:bold;
}
.vm-pagination ul li a:hover {
	background: #e21621;
	color: #fff;
}
/* LOGIN */
.login ul li a {
	font-size: 11px;
}
.login fieldset {
	background: #f7f7f7;
	padding: 10px;
	margin: 0 0 10px 0;
}
label#username-lbl, label#password-lbl {
	display: inline-block;
	width: 100px!important;
}
.login-fields {
	margin: 0 0 5px 0;
}
/* SEARCH */
#searchForm {
	background: #f7f7f7;
	padding: 10px;
	margin: 0 0 10px 0;
}
#searchForm fieldset.word {
	padding: 10px 0 5px 0;
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#searchForm fieldset.word label {
	float: left;
	margin: 5px 10px 0 0;
}
#searchForm fieldset.word input {
	float: left;
}
#searchForm fieldset.word .button {
	float: left;
	margin: 2px 0 0 10px;
}
#searchForm fieldset.phrases {
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 0 0;
}
#searchForm fieldset.phrases legend {
	font-size: 14px;
	font-weight: bold;
	color: #636363;
	padding: 0;
	margin: 0;
}
#searchForm fieldset.phrases .phrases-box {
	padding: 5px 0 10px 0;
}
#searchForm fieldset.phrases .ordering-box {
	padding: 5px 0 10px 0;
}
#searchForm fieldset.only {
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 0 0;
	padding: 10px 0 10px 0;
}
#searchForm fieldset.only legend {
	font-size: 14px;
	font-weight: bold;
	color: #636363;
	padding: 0;
	margin: 0;
}
#searchForm .form-limit {
	padding: 20px 0 10px 0;
}
.search-results {
	color:#636363;
	padding: 10px;
	border: 1px solid #ddd;
}
.result-title {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 30px 0px 5px;
	border-bottom: 1px solid rgb(221, 221, 221);
}
.result-category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.result-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.result-created {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
span.highlight {
	padding: 0 3px 0 3px;
	color: #fff;
	background:#e21621;
}
/* ONEPAGE */
div#basket_container div {
	width: 100%;
	/*background: #222;*/
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
div#basket_container {
	width: 100%;
	float: left;
	border: 1px solid rgb(204, 204, 204);
	margin-bottom: 30px;
	border-radius: 7px;
	padding-bottom: 20px;
}
div#vmMainPageOPC div.black-basket {
	background: none;
	margin: 0px 0 10px;
}
#basket_container .black-basket div {
	background: none;
}
#basket_container .black-basket div div {
	background: none;
}
#basket_container .black-basket div div div {
	background: none;
}
#basket_container .black-basket div div div div {
	background: none;
}
#basket_container .black-basket .col-module_content {
/*color: rgb(217, 217, 217);*/
}
#tt_total_basket {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 24px;
}
div#top_basket_wrapper {
	width: 100%;
	margin: 0 0 50px 0;
}
div#vmMainPageOPC .col-module_header_color {
	font-size: 20px !important;
	font-weight: bold;
	color: #fff!important;
}
form#userForm div {
	clear: left;
	float: right;
	width: 100%;
}
div#vmMainPageOPC textarea#customer_note_field {
	width: 550px !important;
	max-width: 550px !important;
	min-width: 550px !important;
	max-height: 200px !important;
	min-height: 200px !important;
}
#tt_total_txt {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#tt_total {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#e21621!important;
}
div#vmMainPageOPC div.op_rounded div.op_rounded_fix input[type="text"], div#vmMainPageOPC div.op_rounded div.op_rounded_fix input[type="password"], div#vmMainPageOPC div.op_rounded div.op_rounded_fix textarea, div#vmMainPageOPC div.op_rounded div.op_rounded_fix input.text, div#vmMainPageOPC div.op_rounded div.op_rounded_fix input.title, div#vmMainPageOPC div.op_rounded div.op_rounded_fix select {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border: 1px solid rgb(204, 204, 204);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	padding: 6px;
	font-size: 100%;
	border-radius: 4px 4px 4px 4px;
	margin: 0px 0px 5px;
	width: 350px;
}
div#vmMainPageOPC .cart-view a.continue_link:active, div#vmMainPageOPC .cart-view a.continue_link:focus {
	text-decoration: none;
	background: #000!important;
	outline: none!important;
	color: #fff!important;
}
div#vmMainPageOPC .cart-view a.continue_link:hover {
	text-decoration: none;
	background: #e21621!important;
	outline: none!important;
	color: #fff!important;
}
#vmMainPageOPC a.deletebtn, #vmMainPageOPC a.deletebtn:hover, #vmMainPageOPC a.deletebtn:active, #vmMainPageOPC a.deletebtn:focus {
	background: url(../images/remove_from_cart.png) no-repeat!important;
	display: inline-block;
	width: 20px;
	height: 20px;
}
/*.vmpayment_description, .vmshipment_description {
	font-size: 12px;
	color:#222!important;
    padding: 0px 2px;
}
.vmpayment_cardinfo {   
	font-size: 12px;    
	color:#222!important;
	margin: 30px 0 0 0;
}
#payment_html label {
	font-weight: bold!important;
	color:#222!important;
	padding: 10px 0 0 0!important;
}*/
div#basket_container div.op_basket_row div.op_col2 {
	width: 25%;
	float: left;
	/*color: rgb(217, 217, 217);*/
	overflow: visible;
	margin: 0 0 0 10px;
}
div#basket_container div.op_basket_row div.op_col2_2 {
	width: 35%;
	float: left;
	/*color: rgb(217, 217, 217);*/
	overflow: visible;
	margin: 0 0 0 10px;
}
div#basket_container div.op_basket_row div.op_col1_4 {
	font-weight: bold;
}
div#basket_container div.op_basket_row div.op_col1_4 {
	width: 56%;
	float: left;
	text-align: right;
	/*color: rgb(217, 217, 217);*/
	overflow: visible;
}
div#basket_container div.op_basket_row div.op_col4 {
	display: none!important;
}
div#basket_container div.op_basket_row div.op_col6 {
	width: 25%;
	float: left;
	/*color: rgb(217, 217, 217);*/
	overflow: visible;
}
div#agreed_div {
	width: 100px!important;
	float: left;
}
div#couponcode_field {
	display: none;
}
#agreed_field a:hover {
	text-decoration: none;
	color: #e21621!important;
}
div#vmMainPageOPC .op_basket_row a {
	text-decoration: none;
	color: #e21621;
}
div#vmMainPageOPC .op_basket_row a:hover {
	text-decoration: none;
	color: #fff!important;
}
/* FACEBOOK */
.fb_edge_widget_with_comment {
	position: relative;
	top: 6px;
}
.fb_iframe_widget {
	display: inline-block;
	position: relative;
	width: 47px;
	overflow: hidden;
}
/* EXTRA CART STYLING */
#sidebar .container {
	width:auto;
}
div#vmCartModule.vmCartModule.-side-cart {
}
div.vm_cart_products {
	width:auto !important;
}
div.vm_cart_products > .container {
	width:260px;
}
div.moduletable-side-cart {
	border: 2px solid rgb(229, 229, 229);
	padding: 10px;
	background: url(../images/sidebar_background.png) bottom repeat-x;
}
div.moduletable-side-cart h3 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: rgb(0, 0, 0)!important;
}
div.show_cart {
}
div.show_cart a {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	float: right;
	background-color: #e21621;
	padding: 5px;
}
div.show_cart a:hover {
	background-color: #000;
}
.total_products {
	display: block;
	clear: both;
}
/* NEWSLETTER SUBSCRIPTION */
.newsletter_subscribe table, .newsletter_subscribe th, .newsletter_subscribe td {
	vertical-align: middle;
	border: none;
	padding: 0px!important;
}
.newsletter_subscribe td {
/*	width: 260px!important;*/
/*	width: 75px;*/
}
.newsletter_subscribe table tr:nth-child(even) {
	background: #fff;
}
.newsletter_subscribe table tr:nth-child(odd) {
	background: #fff;
}
.newsletter_subscribe input[type="text"] {
	width: 225px!important;
}
.newsletter_subscribe label {
	font-family: inherit!important;
	font-weight: bold!important;
	font-size: 12px!important;
	text-transform: none!important;
	padding: 0px 0px 0px 0px!important;
}
.newsletter_subscribe input[type="button"], .newsletter_subscribe input[type="submit"], .newsletter_subscribe input[type="reset"], .newsletter_subscribe button, .newsletter_subscribe .button {
	background: #e21621;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	width: auto;
	border: medium none;
	border-radius: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.newsletter_subscribe input[type="button"]:active, .newsletter_subscribe input[type="button"]:hover, .newsletter_subscribe input[type="submit"]:active, .newsletter_subscribe input[type="submit"]:hover, .newsletter_subscribe input[type="reset"]:active, input[type="reset"]:hover, .newsletter_subscribe .button:active, .newsletter_subscribe .button:hover {
	color: #fff;
	background: #000;
}
/* NEWSLETTER MAIN SUBSCRIPTION */
.newsletter_main table, .newsletter_main th, .newsletter_main td {
	vertical-align: middle;
	border: none;
	padding: 0px!important;
}
.newsletter_main td {
/*	width: 400px!important;*/
}
.newsletter_main tr {
	height: 30px;
}
.newsletter_main table tr:nth-child(even) {
	background: #fff;
}
.newsletter_main table tr:nth-child(odd) {
	background: #fff;
}
.newsletter_main input[type="text"] {
	width: 450px !important;
	height: 20px;
}
.newsletter_main label {
	font-family: inherit!important;
	font-weight: bold!important;
	font-size: 12px!important;
	text-transform: none!important;
	padding: 0px 0px 0px 0px!important;
}
.newsletter_main input[type="button"], .newsletter_main input[type="submit"], .newsletter_main input[type="reset"], .newsletter_main button, .newsletter_main .button {
	background: #e21621;
	display: inline-block;
	font-size: 13px;
	padding: 2px 5px 2px 5px;
	width: auto;
	border: medium none;
	border-radius: 0px 0px 0px 0px;
	text-transform: uppercase;
}
.newsletter_main input[type="button"]:active, .newsletter_main input[type="button"]:hover, .newsletter_main input[type="submit"]:active, .newsletter_main input[type="submit"]:hover, .newsletter_main input[type="reset"]:active, input[type="reset"]:hover, .newsletter_main .button:active, .newsletter_main .button:hover {
	color: #fff;
	background: #000;
}
/*Opening Hours*/
div.moduletable-opening-hours {
	color: #ffffff!important;
	background: #000!important;
	margin-bottom: 15px;
}
div.moduletable-opening-hours p {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 13px!important;
	color: #ffffff!important;
	text-align: center!important;
	padding: 10px!important;
	margin: 0!important;
}
div.custom-opening-hours {	
	padding: 0!important;
	margin: 0!important;
}
div.moduletable-opening-hours h2 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 20px!important;
	color: #000000!important;
	background: #f2f2f2!important;
	padding: 5px 10px!important;
	margin: 0!important;	
}
div.moduletable-opening-hours h3 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff!important;
	background: #e21621!important;
	padding: 5px 10px!important;
	margin: 0!important;
	text-transform: uppercase!important;
}
div.moduletable-opening-hours h5 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 13px!important;
	color: #000000!important;
	background: #f2f2f2!important;
	padding: 5px 10px!important;
	margin: 0!important;	
}


/*Opening Hours*/
div.moduletable-public-event-hours {
	color: #ffffff!important;
	background: #000!important;
	margin-bottom: 15px;
}
div.moduletable-public-event-hours p {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 13px!important;
	color: #ffffff!important;
	text-align: center!important;
	padding: 10px!important;
	margin: 0!important;
}
div. custom-public-event-hours {	
	padding: 0!important;
	margin: 0!important;
}
div.moduletable-public-event-hours h3 {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff!important;
	background: #e21621!important;
	padding: 5px 10px!important;
	margin: 0!important;
	text-transform: uppercase!important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 640px) {
/* MAIN */
html {
    min-width: 400px !important;
}
.alignright {
	float: left!important;
	left: 0!important;
}
.container {
	width: 100%!important;
}
#wrapper {
	width: 100%!important;
}
img, .custom img, img a, .custom .all_newsletter img, .img-intro-left img, .leftbox img, .moduletable img {
	width: auto!important;
	height: auto!important;
	padding: 0!important;
}
#main .item-page img {
	width: 100%!important;
	height: auto!important;
}
table.tab_contact a img {
	width: 100%!important;
	height: auto!important;
}
dl {
	position:relative!important;
	left:0!important;
	float: left!important;
	width: 100%!important;
}
dd.published {
	position:relative!important;
	left:0!important;
}
/* HEADER */
#header {
	display: block!important;
	left: 10px!important;
	margin: 0!important;
	width: 100%!important;
	height:auto!important;
	background: none!important;
}
#logo {
	position:relative!important;
	display: block!important;
	float: left!important;
}
a#logo {
	border: none!important;
}
.site-access {
	position:relative!important;
	top:0!important;
	left:0!important;
	float: left!important;
	display: block!important;
	width: 90%!important;
	height:auto!important;
	margin: 20px 0 20px 0;
	clear: both!important;
}
#main_nav {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	background: #f5f5f5;
	border-top: 1px solid #ddd!important;
	border-right: 1px solid #ddd!important;
	border-left: 1px solid #ddd!important;
}
ul#main_nav {
	border:0!important;
}
ul.main-nav li a:link, ul.main-nav li a:visited {
	display:block;
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#3d3d3d;
	font-size: 1.5em;
	border:0!important;
}
ul.main-nav li a:hover {
	color:#e21621!important;
}
ul.main-nav li.active {
	border-bottom:0px solid #e21621!important;
}
#main_nav li.item-342, #main_nav li.item-107, #main_nav li.item-192 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	text-align: left!important;
	float: left!important;
	left: 0!important;
}
#right_nav {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	padding: 0!important;
	margin: 0 0 30px 0!important;
	background: #f5f5f5;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
ul.right-nav li a, ul.right-nav li a:visited {
	display:block;
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color:#3d3d3d;
	height:1.65em;
}
ul.right-nav li a:hover, ul.right-nav li.active a, ul.right-nav li.focus a {
	text-decoration:none;
	color:#e21621;
	border-bottom:0px solid #e21621;
}
/* SHOW ONLY ON MOBILE */
.show_on_mobile {
	display: block!important;
	position: relative!important;
	display: block!important;
	width: 90%!important;
	float: left!important;
	left: 0!important;
	margin: 0 0 0px 15px!important;
	font-size: 1.5em!important;
	text-transform: uppercase!important;
	list-style: none!important;
	text-align: left!important;
	border-top: 1px solid #ddd!important;
}
.show_on_mobile li a:link, .show_on_mobile li a:visited {
	display:block!important;
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif!important;
	font-weight:normal!important;
	text-transform:uppercase!important;
	color:#3d3d3d!important;
	border:0!important;
}
.show_on_mobile li a:hover {
	color:#e21621!important;
}
.show_on_mobile li.active {
	border-bottom:0px solid #e21621!important;
}
#right_nav li.item-102.deeper.parent {
	display: none!important;/*	position: relative!important;
	display: block!important;
	width: auto!important;
	float: left!important;
	left: 0!important;
	margin: 0 0 0px 20px!important;
	height: 1.5em!important;
	font-size: 1.5em!important;
	text-transform: uppercase!important;*/
}
#right_nav li.item-212, #right_nav li.item-219 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	margin: 0 0 0px 15px!important;
	height: 1.5em!important;
	font-size: 1.5em!important;
	text-transform: uppercase!important;
}
#right_nav li.item-212.active, #right_nav li.item-219.active {
	border-bottom: none!important;
}
#calendar-events {
	display: none!important;
	position: relative!important;
	top: 0!important;
	left: 0!important;
	margin: 0!important;
	width: 258px!important;
}
.moduletable.social-stats {
/*	background: #fff;
	border: 1px solid #ddd;
	margin:0 auto;
	padding: 0 20px 0 10px;*/
}
#header-advertisement {
	display: none;
}
/* BANNER */
#banner {
	display: none!important;/*	position: relative!important;
	display: block!important;
	left: 10px!important;
	margin: 0!important;
	width: 300px!important;
	height:260px!important;*/
}
/* SLIDESHOW */
#banner .slideshow .label_skitter {
	width: 100%!important;
	left: 0!important;
	top:100px!important;
	height: 60px!important;
}
.label_skitter h2 {
	font-size: 30px;
}
#banner .slideshow {
	position: relative!important;
	display: block!important;
	margin: 0!important;
	width: 100%!important;
	height:auto!important;
}
.box_skitter .image {
	display: block;
	height: auto;
	width: 400px;
}
.box_skitter .container_thumbs {
	display: none;
}
div.custom.home-blurb {
	position: absolute!important;
	left: 0px!important;
	width: 100%!important;
	height:auto!important;
	top: 1em!important;
}
div.custom.home-blurb h2 {
	font-size: 2em!important;
	color: #000!important;
	padding: 0!important;
	text-shadow: none!important;
}
div.custom.home-blurb p {
	color: #000!important;
	padding: 0!important;
}
.home .moduletable {
	position: relative;
	width: 90%!important;
}	
.home #section-sliders ul.tabs li {
    width: 100%!important;
}
.home #section-sliders ul.tabs li a {
    width: 100% !important;
}	
.home #section-sliders ul.tabs li.active a {
    width: 100% !important;
}	
/* SECTION SLIDERS */
#section-sliders {
	position: relative!important;
	left: 0px!important;
	margin: 0!important;
	width: 100%!important;
	height:auto!important;
}
.home #section-sliders ul.tabs img {
	width: auto!important;
	height: auto!important;
}
.home #section-sliders ul.tabs {
	left:0px!important;
}
.home #section-sliders #tab1.tab, .home #section-sliders #tab2.tab, .home #section-sliders #tab3.tab {
	position: relative!important;
	width: 90%!important;
	height: 100%!important;
	background: #272727 none!important;
}
.lof-articlessroller .lof-inner a.lof-title {
	font-size: 15px!important;
}
.lof-articlessroller {
	width: 100%!important;
	height: auto!important;
	min-height: 450px;
}
.lof-articlessroller .lof-row {
	width: 48.5%!important;
}
.lof-articlessroller .lof-inner {
	width: auto!important;
	height: auto!important;
}
.lof-articlessroller .lof-main-wapper {
	width: 100%!important;
	height: 450px!important;
}
.lof-articlessroller .lof-main-wapper .lof-main-item {
	width: 100%!important;
	margin: 10px 0 0 5px!important;
}
.lof-articlessroller .lof-inner .lof-title {
	width: 100%!important;
	height: auto!important;
	font-size: 9px!important;
}
.lof-articlessroller .lof-inner .lof-image-link {
	width: 100%!important;
	height: 100%!important;
}
.lof-articlessroller .lof-inner p.readmore a {
	display: none;
	width: 100%!important;
	height: auto!important;
	font-size: 13px!important;
}
.lof-articlessroller .lof-inner {
	padding: 0px!important;
	background: none!important;
}
.lof-articlessroller .lof-next {
	top: 50%;
	right:-18px!important;
}
.lof-articlessroller .lof-previous {
	top: 50%;
	left:-17px!important;
}
/* SIDEBAR */
#sidebar {
	position: relative!important;
	display: block!important;
	left: 10px!important;
	margin: 0px 0 0 0!important;
	width: 100%!important;
}
.home .moduletable:first-child {
	margin:0;
}
.home .moduletable:last-child {
	margin:0;
}
.moduletable .public_events_calendar_sidebar {
	display: none;
}
.iccalendar {
	display: none;
}
#sidebar form .search {
	display: none;
}
div.custom.noise_weather_sidebar {
	display: none;
}
/* FOOTER */

#footer {
	position:relative!important;
	top:0!important;
	left: 10px!important;
	float: left!important;
	display: block!important;
	width: 90%!important;
	height: auto!important;
	background: #f5f5f5;
	border: 1px solid #ddd;
}
#footer .container {
	width: 100%!important;
}
.custom.trip-advisor-footer {
	position: relative!important;
	display: block!important;
	width: auto!important;
	float: left!important;
	top: 0!important;
	left: 0!important;
	margin: 0!important;
}
.custom.racv-footer {
	position: relative!important;
	display: block!important;
	width: auto!important;
	float: left!important;
	top: 0!important;
	left: 0!important;
	margin: 0!important;
}
#footer ul.menu {
	position: relative!important;
	display: block!important;
	width: auto!important;
	float: left!important;
	left: 0!important;
	padding: 0 10px 0 10px!important;
}
#footer ul.menu li a:hover {
	color: #222;
}
#footer .footer-1.footer-list {
	position:relative!important;
	top: 0!important;
	left: 0!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	margin: 0!important;
	padding: 0!important;
	background: none!important;
}
#footer li.item-231.deeper.parent, #footer li.item-238.deeper.parent, #footer li.item-245.deeper.parent, #footer li.item-243 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	margin: 0 0 10px 0!important;
}
#footer li.item-244, #footer li.item-253 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	margin: 0 0 10px 0!important;
}
#footer li.item-254:last-child, #footer li.item-254.last {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	margin: 0 0 10px 0!important;
}
/* FOOTER HIDDEN */
/*#footer li.item-248,*/ #footer li.item-249 {
	display: none;
}
/* SOCIAL */
#social-landscape {
	display: block;
	width: 90%;
	height: auto;
	margin: 10px 0px 0px;
	background: none repeat scroll 0% 0% rgb(245, 245, 245);
}
#social-landscape .row {
	width: 90%;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px 10px;
}
/* SIDEBAR SHOPPING CART */
div.moduletable-side-cart {
	background: #f5f5f5;
}
/* INTERNAL PAGES */
#main {
	position: relative!important;
	display: block!important;
	width: 90%!important;
	float: left!important;
}
#content {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	background: none;
}
/* NOISE WEATHER REPORT */
#main .noise_weather_report_header {
	position: relative!important;
	display: no!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
#main .item-page.noise_weather_report {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
#main .noise_weather_report table {
	width: 100%!important;
	border-width: medium !important;
	border-style: none !important;
	border-color: -moz-use-text-color !important;
}
#main .noise_weather_report tr.nwstyle {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	height: 20px!important;
	float: left!important;
	left: 0!important;
	text-align: left!important;
	border: 1px solid #fff!important;
}
#main .noise_weather_report tr.white-nwstyle {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	text-align: left!important;
}
#main .noise_weather_report.nwstyle-legend-container {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	border-bottom: 1px solid #ddd;
	clear: both;
}
#main .noise_weather_report.nwstyle-legend-container-top {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
	clear: both;
}
#main .noise_weather_report.nwstyle-legend-body-size {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	height: auto!important;
	float: left!important;
	left: 0!important;
	clear: both;
}
#main .noise_weather_report.nwstyle-legend-col-1 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
#main .noise_weather_report.nwstyle-legend-col-2 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
#main .noise_weather_report.nwstyle-legend-col-2-2 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
#main .noise_weather_report.nwstyle-legend-col-3 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
#main .noise_weather_report.nwstyle-legend-col-3-2 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
#main .noise_weather_report.nwstyle-legend-col-4 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
#main .noise_weather_report.nwstyle-legend-col-5 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
#main .noise_weather_report.nwstyle-legend-col-6 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	left: 0!important;
}
/* TABLE */
	table.tab_one, table.tab_two {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
}
table.tab_contact {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	float: left!important;
	padding: 5px!important;
	border: none!important;
}
table.tab_contact td {
	border: none!important;
	padding: 5px 0 5px 5px!important;
}
textarea.customer-comment {
	width: 320px!important;
	max-width: 320px!important;
	height: 150px;
}
.cat_blog h1 {
	position: relative!important;
	display: block!important;
	width: 320px!important;
}
/* MERCHANDISE */
.width33 {
	width: 50%!important;
}
.width60 {
	margin: 0px 10px;
	padding: 0px;
	width: auto !important;
}
/* ONEPAGE */
div#onepage_main_div {
	position: relative!important;
	display: block!important;
	width: 320px!important;
	float: left!important;
}
div#vmMainPageOPC div.op_rounded div.op_rounded_fix div div.formLabel {
	position: relative!important;
	display: block!important;
	width: 250px!important;
	float: left!important;
	text-align: left!important;
}
div#vmMainPageOPC select {
	max-width: 100px;
}
div#basket_container div.op_basket_row div.op_col6 form input {
	position: relative!important;
	display: block!important;
	width: 30px!important;
	float: left!important;
}
div#vmMainPageOPC div.op_rounded div.op_rounded_fix input[type="text"], div#vmMainPageOPC div.op_rounded div.op_rounded_fix input[type="password"], div#vmMainPageOPC div.op_rounded div.op_rounded_fix textarea, div#vmMainPageOPC div.op_rounded div.op_rounded_fix input.text, div#vmMainPageOPC div.op_rounded div.op_rounded_fix input.title, div#vmMainPageOPC div.op_rounded div.op_rounded_fix select {
	width: 250px !important;
}
#payment_html input[type="text"], #payment_html input[type="password"], #payment_html textarea, #payment_html input.text, #payment_html input.title, #payment_html select {
	width: 120px !important;
	max-width: 120px !important;
}
div#vmMainPageOPC textarea#customer_note_field {
	width: 250px !important;
	max-width: 250px !important;
	min-width: 250px !important;
	max-height: 150px !important;
	min-height: 150px !important;
}
div#agreed_div {
	width: 100px!important;
	margin: 0!important;
	float: left;
}
/* PUBLIC EVENTS CALENDAR iCalendar */
.public-events-main h3 {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	clear: both!important;
	top: 5px;
}
.iccalendar table tr {
	padding: 0px !important;
	margin: 0px !important;
	border: 1px solid #e5e5e5;
}
#default .leftbox {
	display: inline-block;
	border: 0px none;
	padding: 0 10px 0 0;
	width: auto!important;
}
#default .leftbox img {
	display: inline-block;
	height: auto !important;
	float: left !important;
	margin: 0 0 30px 0;
}
#default .content {
	display: inline-block!important;
	float: left!important;
}
.iccalendar table tr {
	padding: 0px !important;
	margin: 0px !important;
	border: 1px solid #e5e5e5;
}
#default .time {
	float: left!important;
}
#default .cat {
	float: left!important;
}
}


@media only screen and (min-width: 1px) and (max-width: 320px) {
/* MAIN */
html {
    min-width: 320px !important;
}
.lof-articlessroller .lof-inner a.lof-title {
    font-size: 13px !important;
}
.lof-articlessroller {
	width: 100%!important;
	height: auto!important;
	min-height: 750px;
}
.lof-articlessroller .lof-row {
	width: 100%!important;
}
.lof-articlessroller .lof-inner {
	width: auto!important;
	height: auto!important;
}
.lof-articlessroller .lof-main-wapper {
	width: 100%!important;
	height: 750px!important;
}
}

.DynamicConverter_float_bar {
	background-color: rgb(80, 109, 199);
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: none;
}
span#convert {
	font-family: 'AntennaCondBold', Arial, Helvetica, sans-serif!important;
	font-size:20px;
}
span#convert-text {
	font-family: 'AntennaCond', Arial, Helvetica, sans-serif!important;
	font-size:14px;
}
span#dc_box {
	display:none
}
div#tt_order_subtotal_div_basket {
	background-color: #ffcc00!important
}
/*Heading*/
.public-events .item-page h1 {
	color:#e21621;
	font-size:1.4em;
	line-height:1.3em;
	margin:0.2em 0 0.765em;
	text-transform: uppercase;
}
.public-events .item-page h2 {
	color: #E21621;
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0px 0px 20px;
	text-indent: -1px;
}
/* SHOPPING CART STYLING */
div.product {
	float: left;
	border: 1px solid #DDD;
	min-width: 180px;
	margin: 6px;
	padding: 13px;
}
div.vm-col {
	width: 27%;
}
/* TICKETS */
.buy-tickets-tab-half-left {
	display: block;
	width: 49%;
	margin-right: 1%;
	float: left;
}
.buy-tickets-tab-half-right {
	display: block;
	width: 49%;
	margin-left: 1%;
	margin-right: 0%;
	float: right;
}
.buy-tickets-tab-half ul {
	background: none!important;
	padding-left: 0!important;
	margin: 0px!important;
}
li.buy-tickets-tab, li.buy-tickets-tab-bigger {
	background: none!important;
	list-style: none!important;
	margin: 0px 0px 15px 0!important;
	padding-left: 0!important;
}
li.buy-tickets-tab h2, .buy-tickets-tab h2, li.buy-tickets-tab-no-link h2, li.buy-tickets-tab-bigger h2, .buy-tickets-tab-bigger h2 {
	font-size: 25px!important;
	text-transform: capitalize!important;
	line-height: 1.3em!important;
	margin: 0 5px 0 0!important;
	color: #fff!important;
}
li.buy-tickets-tab h3, .buy-tickets-tab h3, .buy-tickets-tab-no-link h3, li.buy-tickets-tab-bigger h3, .buy-tickets-tab-bigger h3 {
	margin: 0.9em 0px 0.3em!important;
	color: #fff!important;
}
li.buy-tickets-tab p, .buy-tickets-tab p, li.buy-tickets-tab-no-link p, li.buy-tickets-tab-bigger p, .buy-tickets-tab-bigger p {
	font-size: 12px!important;
	line-height: 1.7em!important;
	color: #fff!important;
}
li.buy-tickets-tab-no-link {
	background: #e21621!important;
	display: block!important;
	color: #fff!important;
	padding: 10px 20px!important;
	margin: 0px 0px 15px 0!important;
	min-height: 95px!important;
}
li.buy-tickets-tab a {
	background: #e21621!important;
	display: block!important;
	color: #fff!important;
	padding: 10px 20px!important;
	min-height: 95px!important;
}
li.buy-tickets-tab a:hover {
	background: #323232!important;
}
li.buy-tickets-tab-bigger a {
	background: #e21621!important;
	display: block!important;
	color: #fff!important;
	padding: 10px 20px!important;
	min-height: 225px!important;
}
li.buy-tickets-tab-bigger a:hover {
	background: #323232!important;
}
.buy-tickets-tab a {
	color: #fff!important;
}
.buy-tickets-tab a:hover {
	color: #323232!important;
}


.addtocart-bar{margin:0;padding:0;position:absolute; bottom: 2.2em; left: 0; right: 0; text-align: center;}

.vm-product-descr-container-1 {
  height: 5.2em;
  margin-bottom: 15px;
}

.vm3pr-1 .product-price {
  height: 1.25em;
  margin-top: 20px;
  margin-bottom: 25px;
}

span.PricesalesPrice {
  font-size: 22px !important;
  color: #5E5E5E !important;
  font-weight: bold;
}

form#proopc-carttable-form div.PricesalesPrice.vm-display.vm-price-value .PricesalesPrice {  font-size: 14px !important;}

/*.price-title, .final-price, .product-discount, .product-price .PricesalesPrice, .col-total .PricesalesPrice {
  color: #FE5252;
  font-size: 14px !important;
}*/

span.vm-price-desc {display: none;}

.vm-product-container .vm-product-media-container {
  float: left;
  width: auto;
}

.vm-product-details-container {
  float: left;
  /* width: 45%; */
}


/*iccalendar*/
.iccalendar {
    display: block;
    margin: auto !important;
    padding: 0px !important;
}
.iccalendar div.icnav {
	padding: 5px!important;
	background: #ffffff!important;
}


/*Track History - Internal*/
.more .moduletable.track-history {
	margin:0 auto;
	height: 60px!important;
	padding: 12px 50px 12px 16px;
	color: rgb(136, 136, 136);
	border: 0;
	box-shadow: none;
	background-color: #f8f8f8;
	border: 1px solid #dedede;
}
.more .lof-articlessroller, .more .lof-articlessroller .lof-main-wapper {
	height: 60px!important;
}
.more .lof-articlessroller .lof-inner {
	border-left: 1px solid #e5e5e5;
	background: none!important;
    padding: 0px;
}
.more .lof-articlessroller .lof-next,
.more .lof-articlessroller .lof-previous {
	top: 5px!important;
}
.more .lof-articlessroller .lof-next {
    right: -60px;
}
.more .track-history .lof-articlessroller .lof-inner .lof-title {
	top: 7px;
	color: #444!important;
	height: 60px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.more.moduletable {
	position:relative;
	float:left;
	margin: 0 10px 0 0;
	width:600px;
	height: auto;
	background-color: transparent!important;
}
.more.moduletable:first-child {
	background:url(../images/scroller-bg.gif) -224px 0 no-repeat;
}
.more.moduletable:last-child {
	margin:25px 0 0 10px;
}
.more .moduletable.track-history h3 {
	display: none!important;
}
.more .lof-articlessroller .lof-inner p {
	display: none!important;
}