/***********************************************/
/* main.css                                    */
/* adrenaline-check.com                        */
/* by mitang                                   */
/***********************************************/

/***********************************************/
/* HTML tag redefiniton styles                 */
/***********************************************/ 

body {
	color: #000000;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}
p {
	margin: 0px;
	padding: 0px;
}
fieldset {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 0px;
}
legend {
	padding: 5px;
	font-weight: bold;
}
a {
	color: #d64927;
	text-decoration: underline;
}
a:link {
	color: #d64927;
	text-decoration: underline;
}
a:visited {
	color: #d64927;
	text-decoration: underline;
}
a:hover {
	color: #d64927;
	text-decoration: none;
}
h1 {
	margin: 0px;
	font-weight: bold;
	font-size: 15px;
	color: #d64927;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #d64927;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #d64927;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form {
	margin: 0;
	padding: 0;
}
a img {
	border:0px;
}
/***********************************************/
/* Main Layout styles                          */
/***********************************************/

#frame {
	margin-right: auto;
	margin-left: auto;
	width: 934px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
#header {
	margin: 0 auto;
	width: 934px;
}
#headerl {
	float:left;
}
#headerl .spec {
	padding-left:343px;
	padding-bottom:21px;
	padding-top:16px;
	vertical-align: text-top;
}
#headerr {
	float:right;
}
#foot {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-image: url(images/foot_bg.gif);
	background-repeat: repeat-x;
}
/***********************************************/
/* Navigation styles                           */
/***********************************************/


#menu {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	padding-top:14px;
	padding-bottom:14px;
	float:left;
}
#menu a.ovalbutton {
	display: block;
	float: left;
	line-height: 17px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 25px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/menu/oval-gray-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: uppercase;
	font-weight: bold;
	margin-right:14px;
}
#menu a:link.ovalbutton, #menu a:visited.ovalbutton, #menu a:active.ovalbutton {
	color: #FFF; /*button text color*/
}
#menu a.ovalbutton span {
	display: block;
	padding: 3px 11px 5px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(images/menu/oval-gray-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu a.ovalbutton:hover { /* Hover state CSS */
	background-position: bottom left;
	color:#FFFFFF;
}
#menu a.ovalbutton:hover span { /* Hover state CSS */
	background-position: bottom right;
	color:#FFFFFF;
}

#menu .buttonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	/*  width: 100%;    */
    display: inline;
	float: left;
}
#submenu {
	width: 267px;
	padding: 0px;
	color:#FFF;
	position: absolute;
	margin-left:-10px;
	display: none;
	z-index:1;
}
#submenu .sub_t {
	background-image: url(images/sub_t.png);
	height: 15px;
	background-repeat: no-repeat;
	background-position: left top;
}
* html #submenu .sub_t { /*IE only rule. */
	margin-bottom: -8px;
}
#submenu .sub_bd {
	padding-left:0px;
	width: 205px;
	background-image: url(images/sub_m.png);
	background-repeat: repeat;
}
#submenu .sub_b {
	background-image: url(images/sub_b.png);
	height: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	behavior: url(fileadmin/templates/urgo.si/iepngfix/iepngfix.htc);
}
* html #submenu .sub_b { /*IE only rule. */
	margin-bottom: -8px;
}
#submenu ul {
	padding-left:15px;
	list-style:none;
}
#submenu li {
	padding:5px;
	text-indent: -20px;
}
#submenu a, #submenu a:link, #submenu a:visited {
	color:#FFF;
	padding-left:20px;
	text-decoration:none;
}
#submenu a:hover {
	color:#FFF;
	padding-left:20px;
	text-decoration: underline;
}
#shr {
	position:relative;
	float:right;
	padding-top:5px;
	margin-right:-170px;
	top:55px;
}
#shr #fb {
	padding-top: 10px;
}
/***********************************************/
/* Template styles                             */
/***********************************************/

.custombutton {
	padding:0;
	margin:0;
	border:none;
	cursor:pointer;
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 23px;
}
* html .custombutton {
	cursor:hand;
} /* alternate cursor style for ie */
#news {
	padding-top: 6px;
	font-size: 12px;
	text-align:right;
}
#news .frm {
	width: 150px;
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#news .submit {
	height: 22px;
	width: 23px;
	vertical-align: top;
	padding-top:2px;
}
#mark {
	text-align: right;
	padding-top: 8px;
	font-size: 12px;
}
#mark .lang {
	padding-left:20px;
}
#hmenu {
	padding-top: 12px;
	font-size: 11px;
	text-align: right;
}
#hmenu a {
	padding-top: 12px;
	color: #333333;
	text-decoration: underline;
}
#hmenu a:hover {
	text-decoration: none;
}
#lang {
	padding-top: 12px;
	padding-bottom: 47px;
	text-align: right;
}
#lang img {
	padding-left: 15px;
}

#rs {
	margin-bottom: 20px;
	text-align: center;
	padding-bottom:20px;
	border-bottom: 1px solid #CCC;
}
#db {
	height: 130px;
	background-image: url(images/db.gif);
	width: 167px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 15px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
a #db {
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
}
a #db h2 {
	cursor: pointer;
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
	padding-bottom: 5px;
	margin: 0px;
}
#wth {	
	margin-top:20px;
	font-size:11px;
/*	border-top:1px solid #CCC;*/
	padding-left:20px; 
}
#wth h1{	
	font-size: 20px;
	font-weight: bold;
	color: #2C2C2C;
	text-decoration: none;
}

#wth a {
	text-decoration: underline;
	font-size: 18px;
	color: #333333;
	line-height: 20px;
}
#wth a:hover {
	text-decoration: none;
}
#wth .tdTxt strong {
	display:block;
}
#wth .wIco {
	padding-right:10px;
}
#ftwrap
{
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#foot .lf {
	float: left;
	width: 170px;
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 40px;
	padding-left: 30px;
}
#foot .lft {
	float: left;
	width: 400px;
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 40px;
	padding-left: 30px;
	font-size: 12px;
}
/***********************************************/
/* Index styles                                */
/***********************************************/


#fl {
	float:left;
	width: 690px;
	padding-bottom:30px;
}
.sbox{
	padding-bottom: 40px;
}
.ibox {	
/*	font-family:Arial, Helvetica, sans-serif; */
	float:left;
	width:220px;
	padding-right: 17px;
}
.last{
	padding-right: 0px;
}
.ibox .ttl {
	padding-left: 20px;
	height: 22px;
	padding-top: 10px;
	padding-right: 20px;
	color: #2c2c2c;
}
.ibox .ttl h1 a {
	font-size: 20px;
	font-weight:bold;
	color: #2c2c2c;
	text-decoration: none;
}
.ibox .ttl h1 a:hover {
	color: #D64927;
}
.ibox .bdy {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height:1.4em;
}
.ibox .bdy p {
	padding-top: 0px;
	padding-bottom: 3px;
}
.ibox .bdy a {
	font-size: 13px;
}
.ibox .bdy h1 {
	padding-bottom:5px;
	font-size:16px;
}

.ibox .bdy h1 a {	
	text-decoration:none;
	color:#d64927;
	font-size:16px;
}
.ibox .bdy h1 a:hover {	
	color: #2c2c2c;
}
/* all 'ul' elements within any element of class 'categories' */
.ibox ul {
	padding: 0;                 /* for browser compatibility */
	font-size: 12px;
	margin-top: 0em;
	margin-right: 0.2em;
	margin-bottom: 0.8em;
	margin-left: 20px;
}
/* all 'li' elements within a 'ul' element within any element of class 'categories' */
.ibox ul li {
	list-style-type: disc;
	color: #f90;    /* bottom space between list items */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-left: 10px;
	color: #000000;
}
/* all 'a' elements in a 'ul' element within any element of class 'categories' */
/* applies to all states :link, :visited, :hover, :active */
.ibox ul a {
	text-decoration: underline;
	color: #333333;
}
.ibox ul a:hover {
	text-decoration: none;
}

/***********************************************/
/* Scroller styles                             */
/***********************************************/

/* main vertical scroll */
#slides #main {
	position:relative;
	overflow:hidden;
	height: 440px;
}
/* root element for pages */
#slides #pages {
	position:absolute;
	width:934px;
}
/* single page */
#slides .page {
	height: 405px;
	width:934px;
}
/* root element for horizontal scrollables */
#slides .scrollable {
	position:relative;
	overflow:hidden;
	width: 934px;
	height: 405px;
}
/* root element for scrollable items */
#slides .scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
	left: -3px;
	top: 2px;
}
/* single scrollable item */
#slides .item {
	float:left;
/*	cursor:pointer;*/
	width:934px;
	height:450px;
}

/* prev, next, prevPage and nextPage buttons */
#slides a.prev, #slides a.next, #slides a.prevPage, #slides a.nextPage {
    display:block;
    width:18px;
    height:18px;
    background:url(../img/scrollable/arrow/left.png) no-repeat;
    float:left;
    margin:43px 10px;
    cursor:pointer;
    font-size:1px;
}

/* mouseover state */
#slides a.prev:hover, #slides a.next:hover, #slides a.prevPage:hover, #slides a.nextPage:hover {
    background-position:0px -18px;      
}

/* disabled navigational button */
#slides a.disabled {
    visibility:hidden !important;       
}

/* next button uses another background image */
#slides a.next, #slides a.nextPage {
    background-image:url(../img/scrollable/arrow/right.png);
    clear:right;    
}

/*********** navigator ***********/
/* position and dimensions of the navigator */
#slides .navi {
    margin-left:438px;
	padding-top:10px;
    height:20px;
}

/* items inside navigator */
#slides .navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	display:block;
	font-size:1px;
	background-image: url(images/navigator.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* mouseover state */
#slides .navi a:hover {
    background-position:0 -8px;      
}

/* active state (current page state) */
#slides .navi a.active {
    background-position:0 -16px;     
}   

/***********************************************/
/* Subpage styles                              */
/***********************************************/
#sub {
}
#fr {
	float:right;
	width: 223px;
	padding-bottom:30px;
	margin-top:-35px;
}
#subtab {
	padding-top: 15px;
}
#sub .ttl h1 {
	color: #CC6600;
	padding-top: 18px;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
}
#bread {
	color: #ccc;
	padding-top: 13px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#bread a {
	color: #999999;
}
#bread a:hover {
	color: #999999;
}
#bread a:visited {
	color: #999999;
}
#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}
#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}
#bread-gen ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #ff9;
}
#bread-gen ul li.first:before {
	content: " ";
}
.tabset_tabs {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	z-index:2;
	white-space:nowrap;
	font-size: 14px;
	font-weight: bold;
}
.tabset_tabs li {
	margin:0;
	padding:0;
	display:inline
}
.tabset_tabs a {
	cursor: pointer;
	color:#FFFFFF ! important;
	background-color:#003399 ! important;
	text-decoration:none;
	border-left-width:0;
	border-bottom:none;
	padding-top: 0.2em;
	padding-right: 0.6em;
	padding-bottom: 0.2em;
	padding-left: 0.6em;
}
.tabset_tabs a:hover {
	cursor: pointer;
	color:#FFFFFF ! important;
	background-color:#3a6cd2 ! important
}
.tabset_tabs a.active {
	color:#FFFFFF ! important;
	background-color:#cc6600 ! important;
	border-color:black;
	border-left-width:1px;
	cursor: pointer;
	padding-top: 0.2em;
	padding-right: 0.6em;
	padding-bottom: 0.2em;
	padding-left: 0.6em;
}
.tabset_tabs li.firstchild a {
	border-left-width:1px
}
.tabset_content {
	position:relative;
	z-index:1;
	display:none;  
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 1.5em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	background-image: url(images/ibox_bg.gif);
	background-repeat: repeat-x;
	line-height: 18px;
}
.tabset_content p {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.tabset_content h1, .tabset_content h2, .content h1, .content h2 {
	color: #CC6600;
	padding-top:20px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	font-size: 20px;
}
.tabset_content h1+ul, .tabset_content h2+ul, .content h1+ul, .content h2+ul {
	margin-top:-5px;
}
.tabset_content h3 {
	color: #003399;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.tabset_content h2 a img, .tabset_content h3 a img {
	padding-left: 20px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tabset_content ul {
	padding: 0;                 /* for browser compatibility */
	margin-top: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 3em;
	margin-left: 4em;
}
/* all 'li' elements within a 'ul' element within any element of class 'categories' */
.tabset_content ul li {
	list-style-image: url(images/lm_blt.gif);
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-left: 10px;
}
.tabset_label {
	display:none;
}
.tabset_content_active {
	display:block;
}
 @media aural {
.tabset_content, .tabset_label {
	display:block
}
}
.tips {
	background-color: #f0f7ff;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.tabset_content a h3 {
	text-decoration: underline;
}
.tabset_content .ibox {
	float:left;
	width:216px;
	padding-right: 6px;
}
.tabset_content .last {
	padding-right: 0px;
}
.tabset_content .ibox .ttl {
	padding-left: 20px;
	background-image: url(images/ibox_ttl.gif);
	height: 24px;
	width: 176px;
	padding-top: 8px;
	padding-right: 20px;
	color: white;
	background-repeat: no-repeat;
}
.tabset_content .ibox .ttl h3  {
	margin:0px;
	padding:0px;
}
.tabset_content .ibox .ttl h3 a  {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	margin-top:0px;
}
.tabset_content .ibox .bdy {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url(images/ibox_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}
.tabset_content .ibox .bdy a {
	font-size: 12px;
}
/* all 'ul' elements within any element of class 'categories' */
.tabset_content .ibox ul {
	padding: 0;                 /* for browser compatibility */
	margin-top: 0.5em;
	margin-right: 0.2em;
	margin-bottom: 0.8em;
	margin-left: 2em;
	font-size: 12px;
}
/* all 'li' elements within a 'ul' element within any element of class 'categories' */
.tabset_content .ibox ul li {
	list-style-image: url(images/lm_blt.gif);
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding-left: 10px;
	color: #333333;
}
/* all 'a' elements in a 'ul' element within any element of class 'categories' */
/* applies to all states :link, :visited, :hover, :active */
.tabset_content .ibox ul a {
	text-decoration: underline;
	color: #333333;
}
.tabset_content .ibox ul a:hover {
	text-decoration: none;
}
.tabset_content .ibox .ft {
	padding-top: 10px;
	background-image: url(images/ibox_ft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 216px;
}
.tabset_content table {
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
}
.tabset_content table caption {
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}
.tabset_content table a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}
.tabset_content table a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}
.tabset_content table tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}
.tabset_content table tr th a:hover {
	color: #fff;
	background: #369;
}
.tabset_content table thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}
.tabset_content table tfoot tr th, table tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
.tabset_content table tfoot tr th {
	width: 20%;
}
.tabset_content table tfoot tr td {
	width: 80%;
}
.tabset_content table td, table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	vertical-align: top;
	width: 20%;
	text-align: left;
}
.tabset_content table tr.odd th, table tr.odd td {
	background: #f0f7ff;
}
.tabset_content table td p, .tabset_content table th p {
	margin:0px;
	padding:0px;
}
.price {
	float: right;
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	background-color: #FFFFFF;
	margin-top: -6px;
	margin-right: -13px;
	margin-bottom: 0px;
	margin-left: 25px;
	width: 140px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.price .zo {
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
.price .so {
	color:#000;
	font-size: 13px;
	text-align: right;
}
.price .p {
	font-size: 32px;
	font-weight: bold;
	padding-top: 5px;
	text-align: right;
}
.price .o {
	color:#000;
	font-size: 20px;
	text-align: right;
	text-decoration: line-through;
}
.price_sub {
	float: right;
	font-size:11px;
	color:#000;
	text-align:right;
	padding-top: 20px;
	line-height:1.4em;
}
#gallery img {
	margin-left:-13px;
	padding-top:10px;
	padding-bottom:30px;
}
#gallery a img {
	background-color: #B2C1E0;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#gallery a:hover img {
	background-color: #999999;
}

.booking_under_tabs {
	margin-top: 2em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	background-image: url(images/ibox_bg.gif);
	background-repeat: repeat-x;
	line-height: 18px;
}
.content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 1.5em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	background-image: url(images/ibox_bg.gif);
	background-repeat: repeat-x;
	line-height: 18px;
}
.content p {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.content ul {
	padding: 0;                 /* for browser compatibility */
	margin-top: 0.5em;
	margin-right: 0.2em;
	margin-bottom: 0.8em;
	margin-left: 4em;
}
/* all 'li' elements within a 'ul' element within any element of class 'categories' */
.content ul li {
	list-style-image: url(images/lm_blt.gif);
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-left: 10px;
}
.tip {
	font-size: 12px;
	background-color: #EFEFEF;
	padding: 10px;
	width: 150px;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.content h3 {
	color: #003399;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 16px;
}
.content table {
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
}
.content table caption {
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}
.content table a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}
.content table a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}
.content table tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}
.content table tr th a:hover {
	color: #fff;
	background: #369;
}
.content table thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}
.content table tfoot tr th, table tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
.content table tfoot tr th {
	width: 20%;
}
.content table tfoot tr td {
	width: 80%;
}
.content table td, table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	vertical-align: top;
	width: 20%;
	text-align: left;
}
.content table tr.odd th, table tr.odd td {
	background: #f0f7ff;
}
.content table td p, .content table th p {
	margin:0px;
	padding:0px;
}
.content h2 a img, .content h3 a img {
	padding-left: 40px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.content .ibox {
	float:left;
	width:216px;
	padding-right: 6px;
}
.content .last {
	padding-right: 0px;
}
.content .ibox .ttl {
	padding-left: 20px;
	background-image: url(images/ibox_ttl.gif);
	height: 24px;
	width: 176px;
	padding-top: 8px;
	padding-right: 20px;
	color: white;
	background-repeat: no-repeat;
}
.content .ibox .ttl h3  {
	margin:0px;
	padding:0px;
}
.content .ibox .ttl h3 a  {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	margin-top:0px;
}
.content .ibox .bdy {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url(images/ibox_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}
.content .ibox .bdy a {
	font-size: 12px;
}
/* all 'ul' elements within any element of class 'categories' */
.content .ibox ul {
	padding: 0;                 /* for browser compatibility */
	margin-top: 0.5em;
	margin-right: 0.2em;
	margin-bottom: 0.8em;
	margin-left: 2em;
	font-size: 12px;
}
/* all 'li' elements within a 'ul' element within any element of class 'categories' */
.content .ibox ul li {
	list-style-image: url(images/lm_blt.gif);
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding-left: 10px;
	color: #333333;
}
/* all 'a' elements in a 'ul' element within any element of class 'categories' */
/* applies to all states :link, :visited, :hover, :active */
.content .ibox ul a {
	text-decoration: underline;
	color: #333333;
}
.content .ibox ul a:hover {
	text-decoration: none;
}
.content .ibox .ft {
	padding-top: 10px;
	background-image: url(images/ibox_ft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 216px;
}
#itinerary {
	padding-bottom:20px;
}
#itinerary h2{
	color: #C60;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom:15px;
}
#itinerary .day_plan{
	padding-bottom:15px;
	line-height:1.6em;
}
#itinerary .day_plan h3{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#itinerary .important{
	color: #898989;
	font-size: 12px;
	padding-bottom:10px;
}

#sub_ni {
	background-image: url(images/ap.gif);
	background-repeat: no-repeat;
	height: 102px;
	width: 170px;
	padding-top: 76px;
	padding-left: 16px;
	color: #FFFFFF;
	padding-right: 10px;
	background-position: right;
	font-size: 11px;
}
a #sub_ni h1 {
	display: none;
}
a #sub_ni {
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
}
.cssform p {
	width: 480px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 1%;
}
.cssform label {
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}
.cssform textarea {
	width: 250px;
	height: 150px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
	margin-left: 3px;
}
.shiftcontainer {
	position: relative;
	left: 6px; /*Number should match -left shadow depth below*/
	top: 6px; /*Number should match -top shadow depth below*/
	float: right;
	margin-left: 20px;
}
.shadowcontainer {
	background-color: transparent;
	background-image: url(images/bigshadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.shadowcontainer .innerdiv {
	/* Add container height here if desired */
	background-color: white;
	border: 1px solid #CCCCCC;
	padding: 6px;
	position: relative;
	left: -6px; /*shadow depth*/
	top: -6px; /*shadow depth*/
}
.ttop {
	margin-bottom: 20px;
}
.ttop a {
	background-color: #666;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color:#FFF;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
}
.ttop a:hover {
	text-decoration:underline;
}
#hr {
	display:none;
}
/**************align styles **************/

.left {
	float: left;
	vertical-align: top;
	width: 49%;
}
.right {
	float: right;
	width: 49%;
	vertical-align: top;
}
.left2 {
	float: left;
	width: 100px;
	padding: 5px;
	vertical-align: bottom;
}
.right2 {
	text-align: right;
	float: right;
	width: 300px;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.center {
	text-align: center;
}
.clear {
	clear:both;
}
.sp {
	height: 5px;
}

