/*
Blue: #0A639D
Red: #C7200E
*/


a {
	font-size:11px;
	color:#FFFFFF;
	border:0;
}

a:visited {
	color: #CCCCCC;
}

a:hover {
	text-decoration:underline;
}

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#FFFFFF;
	padding: 0;
	margin: 0;
}

a.datelink, a.datelink:visited, a.datelink:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

div.mimicInputBox {

	width: 75px;
	background-color:#ffffff;
	color:#000000;
	padding: 2px;
	float:left;
}

/*---------------- links.php ----------------- */

div.linksbox {
	border: 1px solid #299AED;
	width: 385px;
}
div.linksbox a {
	padding: 4px 4px 4px 8px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
div.linksbox a:visited {
	color: #cccccc;
}
div.linksbox a:hover {
	text-decoration:underline;
}
div.linksbox img {
	position: absolute;
	margin: 7px;
}
div.linksbox p {
	margin: 7px 7px 7px 135px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

/*--------------- ordering --------------------*/

div.add_select_cancel{
	padding: 2px;
	border: 1px solid #333333;
	text-align:center;
	padding-left:5px;
	padding-right:6px;
}
div.selectbutton{
	padding: 2px;
	border: 1px solid #333333;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
	width:40px;
}
div.mainheader { 
	color:#333333;
	font-weight:bold;
	margin-left:15px;
	margin-right:20px;
	padding:3px;
	padding-left:5px;
}

div.packDesc {
    display: none;
    position: absolute;
	margin-left: 410px;
	padding:10px;
    width:280px;
    border: 1px solid white;
    background: #99ccff;
    color: #006699;
}

div.originalPrice, div.discountRate, div.discountPrice {
	float: left;
	padding-right: 30px;
	font-size:12px;
	
}

div.originalPrice {
	text-decoration: line-through;
	font-weight: bold;
	font-size:12px;
}

/* --------------- top.php ------------------- */

div.main_header{
	position: relative;
	text-align:right;
	height: 211px;
	background-image:url(../_img/header.jpg);
	background-repeat:no-repeat;
}

div.container { 
	position: relative;
	margin: auto; 
	width: 912px; 
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 30px;
}
p.links {
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#333333;
}

a.top_links:hover {
	text-decoration: none;
	color: #cccccc;
}

div.header_text {
	color:#000000;
	text-align:right;
	font-size: 24px;
	font-family: Arial Black, Arial Helvetica, sans-serif;
	font-weight: bold;
	position:absolute;
	top: 70px;
	right: 92px;
}
div.header_text blink {
	color: #990000;
}
#discount_text{
	position:absolute;
	top: 24px;
	right: 90px;
	font-size:18px;
	color:#0A639D;
	font-weight:bold;
}
#mid_content{
	margin-left:40px;
	margin-right:40px;
	color:#FFFFFF;
}

#bar_links{
	text-align: center;
	position: absolute;
	top:225px;
	left:50px;
	width: 550px;
	color:#FFFFFF;
	font-family: tahoma,Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	
}

#bar_links a{
	text-decoration:none;
	color:#FFFFFF;
	font-family: tahoma,Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:2px;
}
#bar_links a:hover{
	text-decoration:underline;
}
#top_strip{
	height:47px;
 	margin:0;
	padding:0;
}
#top_strip_text{
	position:absolute;
	top:67px;
	left:200px;
	width:673px;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
#bottom_strip{
	height:49px;
}
#bottom_strip_text{
	padding-left:18px;
	padding-top:12px;
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
}
#times{
	font-size:10px;
}
#bottom_line{
	background-color:#CCCCCC;
	width:824px;
	padding:0;
	margin:0;
	margin-left:54px;
	height:2px;
	position:relative;
	border:0;
	line-height:5px;
}
#os_content{
	border-left: 4px solid #CCCCCC;
	border-right: 4px solid #CCCCCC;
	width:816px;
	padding:0;
	margin:0;
	margin-left:54px;
}
div.lang_flag{
	position:absolute;
	top:230px;
	right: 71px;
	font-size:12px;
}

/*------------ shopping basket - basket.php ----------*/

span.error {
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
}

div.basket_empty {
	color: #444444;
	font-style: italic;
	padding: 10px;
	text-align: center;
}

div.basket_totals {
	text-align: right;
	border-top: 1px solid #666666;
	padding: 3px 0 3px 0;
}

div.basket_totals table {
	display: inline;
	text-align: right;
	font-weight: bold;
}

div.basket_totals form {
	margin: 3px;
}

div.basketContainer{
	/* quick (ie bad) fix for right-border alignment problem in IE */
	/* couldn't find real issue, so 'pushed' the border a bit! */
	margin-right: 16px;
}

div.basketContainer img {
	position: absolute;
	bottom: 55px;
	right: 80px;
}

div.basketBox{
	padding-bottom: 3px;
}

div.basketBox a {
	color: #006699;
}

div.basketBox a:hover {
	color: red;
}

div.basketBox a:visited {
	color: #cc6600;
}

td.basketcell {
	padding-left:7px;
	padding-top:2px;
}
#selectpackages {
	color:#074C72;
}

span.total{
	font-weight:bold;
}

td#firstDay {
	font-size:12px;
}


td.adultChildHeader{
	background-color:#C7200E;
	color:#FFFFFF;
	padding:3px;
	padding-left:8px; 
	font-weight:bold;
	border-top:1px solid #F36B5C;
	border-left:1px solid #F36B5C;
	text-align: center;
	font-style: italic;
}

td.subheaders { 
	background-color:#0080C4; 
	color:#ffffff; 
	padding-left:6px; 
	border-bottom:1px solid #0B5884;
	border-left:1px solid #0B5884;
	border-top:1px solid #1398E8;
}
td.basketHeader {
	padding-left: 12px;
	color:#ffffff;
	background-image:url(../_img/basket_header_background.jpg);
	font-size:12px;
	font-weight:bold;
	height:25px;
}
td.basketSubHeader {
	padding:3px;
	padding-left: 12px;
	background-color:#cccccc; 
	color:#333333; 
	/*background-image:url(../_img/basket_subheader_background.jpg);*/
}
	
td.mainheader { 
	border-bottom:2px solid #cccccc;
	background-color:#0A4970;
	color:#ffffff; 
	border-bottom:1px solid #0B5884;
	border-left:1px solid #0B5884;
	border-top:1px solid #1398E8;
}

table.packages {
	border:0;
	padding:0px;
	border-collapse:collapse;

	
}
textarea {
	border: 1px solid #333333;
}

input {
	color:#000000;
	background-color:#ffffff;
	border: 1px solid #333333;
}

table#client_info_form input {
	width: 150px;
}

table#client_info_form input#address {
	width: 300px;
}

#firstname {
	background-color: #ffffff;
	border: 1px solid #333;
	color:#000000;
}
#next {
	color:#ffffff;
	background-color:#C7200E;
	border: 2px solid #ffffff;
	width: 60px;
	padding: 1px;
}
#add_cancel {
	padding: 1px;
	color:#ffffff;
	background-color:#C7200E;
}
span.complete {
	color:#ff6600;
	font-size: 16px;
}
select {
	font-size: 12px;
	background-color:#fff;
	color:#000;
	border: 1px solid #333;
}
#small_index{
	width:60px;
}
#small_adch{
	width:40px;
}
input.pricecells{
	color: #ffffff;
	background: #000000;
	border: 0px;
}
div.mainbox{
	margin:0;
	width:912px;

}
#outer_box{
	margin:0;
	padding:0;
}
div.bottom {
	width: 764px;
	margin-left:85px;
}

td.totals{
	text-align:right;
	font-size: 12px;
}
td.indexform {
	font-size:12px;
	text-align:left;
	vertical-align:middle;
}
td.indextitles{
	vertical-align:top;
	font-weight:bold;
	text-align:right;
	font-size: 13px;
	padding:5px;
}
#dropdowns {
	text-align:left;
}
table {
	font-size:12px;
}
td.footer {
	color:#074C72;
}

td.footer{
	font-size: 10px;
}
td.footer a:hover {
	color:#CCCCCC;
}


#mid_top{
	background-image: url('/_img/middle_top.jpg');
	height:32px;
}
#mid_mid{
	background-image: url('/_img/middle_back.jpg');
}
#mid_bot{
	background-image: url('/_img/middle_bottom.jpg');
	height:32px;
}

/* For full width pages */

#full_top{
	background-image: url('/_img/full_top.jpg');
	height:32px;
}
#full_mid{
	background-image: url('/_img/full_back.jpg');
}
#full_bot{
	background-image: url('/_img/full_bottom.jpg');
	height:32px;
}

/* Home page main text */

td.leftcol {
	vertical-align: top;
	width:600px;
	font-size:12px;
	background-image:url(../_img/index_background_left.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

td.leftcol h2 {
	padding-top: 0px;
	margin-top: 0px;
}

td.leftcolstep{
	vertical-align:top;
	padding:12px;
}

td.subheader{
	padding-left:7px;
	color:#ffffff;
}

td.rightcol {
	padding-top: 2px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: bottom;
	
}

td.rightcol#index {	
	padding-top: 10px;
	border-right:4px solid #CCCCCC;
}

#sideTopCorner{
	width:36px;
	height:35px;
	position:absolute;
	top:-3px;
	right:-36px;
	background-image: url('../_img/side_top_corner.gif')
}
#sideBottomCorner{
	width:36px;
	height:35px;
	position:absolute;
	bottom:-2px;
	right:-36px;
	background-image: url('../_img/side_bottom_corner.gif')
}
td.details {
	padding:5px;
}

td.details img {
	padding: 2px;
	border: 1px solid #299AED;
}

div.pkg_options img, div.pkg_options select {
	vertical-align: middle;
	margin: 0px 1px 0px 1px;
}

table.leftbasket {
	width:294px;
}
table.indextable {
	width: 912px;
	border-collapse:collapse;
	padding:0;
	margin:0;
}
table.lefttable{
	width:600px;
	border-collapse:collapse;
	padding:0;
	margin:0;
}
table.fulltable{
	width:895px;
	border-collapse:collapse;
	padding:0;
	margin:0;
	margin-left:19px;
}
h1 {
	font-size:15px;
	margin-bottom: 10px;
	color:#FFFFFF;
}
h2 {
	font-size:15px;
	padding-top:20px;
	margin-bottom: 5px;
	color:#074C72;
}
h3 {
	font-size:12px;
	color:#333333;
	margin-bottom:3px;
}
h4 {
	font-size:13px;
	margin:3px;
	margin-left:5px;
	color:#cccccc;
	
}
h5{
	font-size:18px;
	padding-top:0px;
	margin-bottom: 5px;
	color:#074C72;
}
h6 {
	color:#990000;
	font-size:18px;
}

div.step1 {
	margin:auto;
	text-align:center;
	border-top: 0;
	width:250px;
	margin-top:30px;
	margin-right:40px;
	background-image: url('/_img/side_back.jpg');
	background-repeat:no-repeat;
}
div.step1_block {
	text-align: center;
	margin-top: 3px
}

div.errorbox {
	border: 1px dotted red;
	padding: 5px;
	margin-bottom:5px;
}

#dedoko{
	color:#AAAAAA;
	text-decoration:none;
}
#dedoko:hover{
	text-decoration:underline;
}

#langtog { color:#ffffff; }
#flag { border:0; }
/*div { border:1px solid red; }
td { border:1px solid green; }*/

/* -------------------------- Calendar -------------------------- */

.tableHead {
	background: #666;
}

div.partner.error {
	color: #fff;
	position: absolute;
	background: #333;
	width: 100%;
	z-index: 99;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
}

div.partner.error span {
	background: url(/_img/icons/error.png) no-repeat;
	display: block;
	padding: 2px 20px;
	margin: 5px 8px;
}

/* ------------------------- Scrolling logos -------------------------------- */

div#logo_scroller {
	clear: both;
	margin: auto;
	margin-top: 10px;
	width: 538px;
	height: 80px;
	overflow: hidden;
}

div#logo_scroller img {
	display: block;
	float: left;
}
