/* Start of CMSMS style sheet 'ep_purchases' */
p.help {
    color: #707070;
}

.purchases {
	color: #0547a9;
}

.purchases p {
	margin-bottom: 6px;
}

.important {
	color: #e01800;
}

.error {
	background: #B81900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	margin-bottom:15px;
}

.error h2 {
	border-bottom:1px solid #FFFFFF;
	font-size:15px;
	margin:10px;
	padding:11px 5px 5px;
}

.error p {
	margin:-10px 0 0;
	padding:5px 5px 11px 15px;
}

.purchases h1 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;		font-size: 20px;
	color: #4C4C4C;
	font-weight: normal;
}

.purchases h1 {
	margin-bottom: 9px;
	padding-left: 32px;
	line-height: 24px;
    margin-top: 28px;
}

.purchases#step_one h1 {
	background: url(img/1.gif) no-repeat;
    margin-top: 4px;
}

.purchases#step_two h1 {
	background: url(img/2.gif) no-repeat;
}

.purchases#step_three h1 {
	background: url(img/3.gif) no-repeat;
}

.purchases#step_four h1 {
	background: url(img/4.gif) no-repeat;
}

.purchases#step_five h1 {
	background: url(img/5.gif) no-repeat;
}

.purchases #cities {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 23px;
	float: right;
	margin-top: -27px;
}

.purchases #cities li {
	float: left;
	height: 27px;
	list-style: none;
        padding-left: 0px;
        background: transparent;
}

.purchases #cities li + li, .purchases #cities li + li + li {
	background: url(img/tab_bg.gif) no-repeat 0 0px;
}

.purchases #cities li.selected {
	background: url(img/tab_rgt_bg_new.gif) no-repeat right 0;	
}

.purchases #cities li a {
	text-decoration: none;
	display: block;
	padding-left: 19px;
	padding-right: 22px;
	line-height: 22px;
	padding-top:  2px;
}

.purchases #cities li.selected + li + li, .purchases #cities li.selected + li + li + li {
	background: url(img/tab_bg.gif) no-repeat 0 0px;
}

.purchases #cities li.selected + li {
    background: none;
}

.purchases #cities li.selected a {
	background: url(img/tab_lft_bg_new.gif) no-repeat 0 0;
	padding-top:  4px;	
}

.purchases #cities li a:hover {
	text-decoration: underline;
}

.purchases #map {
	border: 1px solid #9ba2a6;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	height: 260px;
	margin-top: 32px;
}

.purchases p.help {
	background:url("img/alien.png") no-repeat scroll left bottom transparent;
	color:#27A149;
	marker-offset:33px;
	padding-bottom:20px;
	padding-left:33px;
	padding-top:8px;
}

#parkinfo {
	background:none repeat scroll 0 0 transparent;
	border-bottom:1px dotted #444444;
	display:none;
	margin-top:-4px;
	padding-bottom:0;
}

#step_two{
	display: none;
	clear: both;
	width: 100%;
}

#step_three{
	display: none;
	clear: both;
	margin-top:22px;
}

#step_four{
	display: none;
}

#step_five{
	display: none;
}

.period_dates {
    margin-bottom: 12px;
}

.area_field {
    width: 100%;
}

.date_slider {
    background:transparent url(img/horizontal-track-center.png) repeat-x scroll 0 3px;
    height:6px;
    border: none;
    -moz-border-radius: 2px; -webkit-border-radius: 2px;
    margin-top: 20px;
    margin-left: 65px;
}

.date_slider .ui-slider-handle {
    background:transparent url(img/slide_handler.png) no-repeat scroll 0 0;
    border:medium none;
}

.date_slider span {
    margin-left: -65px;
    color:#2e2e2e;
}

.date_slider .ui-slider-tooltip span {
    margin-left: 0px;
    opacity: 1;
    color: #4C4C4C;
}

#buyinfo {
	background: none;
	padding-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

#parkinfo h2 {
	background:url("img/cp.gif") no-repeat scroll 6px 7px transparent;
	font-size:13px;
	font-weight:bold;
	line-height:27px;
	margin-bottom:0;
	padding:4px 4px 4px 33px;
	border-bottom: 1px dotted #444;
}

#buyinfo h2 {
	background:url("img/cp.gif") no-repeat scroll 6px 7px transparent;
	font-size:13px;
	font-weight:bold;
	line-height:27px;
	margin-bottom:0;
	padding:4px 4px 4px 33px;
}

#buyinfo h2 input {
	margin: 6px;
	margin-left: 12px;
	width: 80px;
	text-align: center;
	zoom: 1;
}

#mainCol ul.tabs {
    background: none;
    border-bottom:1px dotted #444444;
    height:32px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

#mainCol ul.tabs li {
    float:left;
    height:32px;
    line-height:32px;
    list-style:none;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
    background:#DFDFDF url(img/light_tab_bg.gif) repeat-x scroll 0 0;
    padding-left:10px;
    padding-right:10px;
    margin-right:5px;
}

#mainCol ul.tabs li.selected {
    background:#9BA2A6 url(img/bg_panel_gray.gif) repeat-x scroll 0 0;
    color:#FFFFFF;
    height: 32px;
}

#mainCol ul.tabs li:hover {
    background-image: url(img/bg_panel.gif);
    color: #2e2e2e;
}

#mainCol ul.tabs li.selected:hover {
    background-image: url(img/bg_panel_gray.gif);
    color: #fff;
}


#mainCol ul.tabs li a {

}

#mainCol ul.tabs li.selected a {
    color:#FFFFFF;
}

#buyinfo ul.tabs li#tab_free_period a {
    background:transparent url(img/paper_icon.png) no-repeat scroll 0 -44px;
    padding-left:18px;
    padding-right:5px;
}

#buyinfo ul.tabs li#tab_fixed_period a {
    background:transparent url(img/clock_icon.png) no-repeat scroll 0 -44px;
    padding-left:18px;
    padding-right:5px;
}

#buyinfo ul.tabs li#tab_free_period.selected a {
    background-position: 0px 0px;
}

#buyinfo ul.tabs li#tab_fixed_period.selected a {
    background-position: 0px 0px;
}

ul.tabs li:hover a {
    color: #2e2e2e;
}

ul.tabs li.selected:hover a {
    color: #fff;
}

.purchases dl {
	float: left;
	color: #505050;
	padding: 0px;
	margin: 0px;
	width: 50%;
	padding-top: 2px;
}

.purchases dt {
	float: left;
	padding: 4px;
	padding-left: 10px;
	width: 70px;
}

.purchases #buyinfo dl {
	width: 100%;
}

.purchases #buyinfo dt {
    background: none;
    border-top:1px dotted #444444;
	line-height:22px;
	margin-left: 1px;
	width:91px;
}

.purchases #buyinfo dd {
	width:413px;
}

.purchases #buyinfo dt.required {

}

.purchases #buyinfo dt.required:after {
    content: url(img/req.png);
}

.purchases dd {
    background: none;border-top:1px dotted #444444;
	color:#505050;
	float:left;
	margin:0 0 0 1px;
	padding:11px 5px 6px;
	text-shadow:none;
    width:350px;
}

.purchases input {
	margin: 8px;	
}

.purchases input[type=radio] {
	margin-top: 0px;
	width:auto;
}

.purchases input[type=checkbox] {
	margin-top: 0px;
	width:auto;
}

.purchases dd input {
    border-color:#8F8F8F #DFDFDF #DFDFDF #8F8F8F;
    border-style:solid;
    border-width:1px;
    height:20px;
    margin:0;
    padding:4px;
    padding-bottom: 0px;
    width:115px;
    background: #f0f0f0;
    text-align: center;
}

.purchases dd input#field_8 {
    width: 202px;
}

.purchases dd textarea {
    background: #f0f0f0;
    border-color:#8F8F8F #DFDFDF #DFDFDF #8F8F8F;
    border-style:solid;
    border-width:1px;
    font-size:11px;
    line-height:13px;
    margin:0;
    padding:4px;
}

.purchases dd select {
    width: auto;
    height:20px;
    text-align: center;
}

ul.period_field {
    list-style:none;
    margin:0;
    padding:0;
}

.purchases dd ul.period_field {

}

.purchases #parkinfo dd {
   width:256px;
}

.purchases #parkinfo dd p {

}

.purchases #parkinfo dt {
    white-space: nowrap;
    padding:10px 6px;
    font-weight:bold;
}

.purchases #parkinfo h3 {
    font-size:12px;
    font-weight:bold;
    margin-bottom:2px;
    margin-top:12px;
}

.purchases #parkinfo dd h3 {
    margin-top: 0px;
}

.purchases #parkinfo dd h3 + h3 {
    margin-top:12px;
}


.purchases #parkinfo ul {
    list-style:none;
    padding:0;
    margin: 0;
}

.purchases #parkinfo ul li {
    background:transparent url(img/bullets.png) no-repeat scroll 5px -44px;
    margin-bottom:6px;
    padding-left:21px;
}

.purchases #parkinfo ul li.header {
    background: none;
    padding-left:4px;
}

#mainCol ul.period_field li {
    clear:left;
    margin-bottom:6px;
    background: transparent;
    padding-left: 0px;
}

#mainCol ul.period_field li select {
    float:left;
    margin-right:9px;
}

#mainCol ul.period_field li label {
    display:block;
    line-height:18px;
}

.purchases #buyinfo button {
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.purchases table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	color: #0547a9;
	margin: 0;
}

.purchases table th {
	color: #989898;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	padding: 4px;
	padding-top: 0;
	border-bottom: 4px solid #00702e;
}

.purchases table tbody tr td {
	padding: 4px;
	background: #f1f6f3;
	border-bottom: 3px solid #fff;
	white-space: nowrap;
}

.purchases table tbody tr.odd td {
	background: #d7f4e2;
}

.purchases table tbody tr td a.delete {
	color: #ff0000;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 12px;
	background: url(img/arrow_red.gif) no-repeat right;
	padding-right: 8px;
	margin-right: 8px;
}

.purchases table tbody tr td.right {
	text-align: right;
}

.purchases table tfoot tr td {
	padding: 4px;
	font-weight: bold;
	white-space: nowrap;
}

.purchases table tfoot tr td.right {
	text-align: right;
}
.purchases form {
	float: left;
	width: 100%;
}
.purchases button.banklink {
	background: none;
	border: none;
       cursor: pointer;
       cursor: hand;
}

.purchases button.banklink[disabled] {
    opacity: 0.3;
}
.purchases button.banklink img {
	margin: 0px;
	padding: 0px;
}

#contact_info form{
    margin:0;
    padding:0;
    text-align:center;
    width: 100%;
}

#step_five form{
	width: auto;
}

#contact_info {
	background: none;
	padding-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

#contact_info p {
        color:#707070;
        margin:8px;
}

#contact_info h2 {
	color: #4C4C4C;
	background: none;
	padding: 4px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0px;
	zoom: 1;
	line-height: 24px;
    text-align:left;
}

#contact_info .buy span {
    background: transparent url(img/mail_icon.gif) no-repeat scroll 0 7px;
    display:inline-block;
    padding-left:22px;
    margin-top: 0px;
}

#contact_info .log_in span {
    background:transparent url(img/log_in_icon.gif) no-repeat scroll 1px 3px;
    display:inline-block;
    padding-left:22px;
    margin-top: -7px;
}

#contact_info .register span {
    background:transparent url(img/register_icon.gif) no-repeat scroll -2px 3px;
    display:inline-block;
    padding-left:22px;
    margin-top: -7px;
}

#contact_info p {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
    background: none;
    border-top: 1px dotted #444;
    clear:both;
    display:block;
    margin:10px;
    padding:10px 10px 10px 0;
}

#contact_info p.radio {
    background: none;
    padding:13px 0 0 177px;
    margin-top:10px;
}

#contact_info label {
    display:block;
    float:left;
    line-height:18px;
    margin-left:4px;
    margin-right:7px;
    min-height:22px;
    text-align:right;
    width:170px;
}

#contact_info label.required:after {
    content: url(img/req.png);
}

#contact_info input {
    border-color:#8D8D8D #E7E7E7 #E7E7E7 #8D8D8D;
    border-style:solid;
    border-width:1px;
    height:20px;
    margin:0;
    padding:4px;
    width:250px;
    background: #f0f0f0;
}

#contact_info textarea {
    background:#f0f0f0;
    border-color:#8F8F8F #DFDFDF #DFDFDF #8F8F8F;
    border-style:solid;
    border-width:1px;
    font-size:11px;
    line-height:13px;
    margin:0;
    padding:4px;
}

#contact_info .radio label {
    display:inline-block;
    line-height:19px;
    padding-right:5px;
    vertical-align:middle;
    width: auto;
}

#contact_info .radio input {
    background: none;
    border:medium none;
    float:left;
    margin-right:5px;
    width:auto;
}

#contact_info #client_name {
    
}

#contact_info #billing_address {
    
}

#contact_info #billing_index, #contact_info #cbilling_index {
    width:80px;
}

#contact_info #billing_city, #contact_info #cbilling_city {
    width:150px;
}

#contact_info #contact_telephone, #contact_info #ccontact_telephone {
    width:150px;
}

#contact_info #contact_email {
    
}

#contact_info #c_password1, #contact_info #cc_password1 {
    width:150px;
}

#contact_info #c_password2, #contact_info #cc_password2 {
    width:150px;
}

#contact_info input.dnQ6u3 {
	opacity:0;
	position:absolute;
	filter:alpha(opacity=0);
}

.purchases dd input.date_field {
    margin-right:5px;
    width:90px;
}

.purchases dd input.time_field {
    width:56px;
}

.purchases dd .period_end {
    background:#D6D6D6 none repeat scroll 0 0;
    display:block;
    margin-top:7px;
    padding:5px;
}

.purchases .continuousCalendar {
    width: 203px;
    background: transparent;
    padding-top:5px;
}

.purchases .continuousCalendar table {
    width: auto;
    color: #4C4C4C;
}

.purchases .continuousCalendar table tbody tr td {
    background: transparent;
    border: none;
}

.purchases .continuousCalendar table th {
    border: none;
    padding: 1px;
}

.purchases .continuousCalendar td:hover {
    color: #E1682B;
}

.purchases .continuousCalendar td.selected {
    background:#E1682B none repeat scroll 0 0;
}

.purchases .continuousCalendar .calendarHeader {
    border: none;
}

.datetime_fields .label {
    display: none;
}

.message {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
    clear:both;
    display:block;
    padding:10px;
}

.message .text {
    color: #008124;
    opacity:1;
    display: block;
    padding-top: 10px;
    text-shadow:-1px 0 2px #FFFFFF;
}

.message .alien {
    background: url(img/alien.png) no-repeat;
    width: 22px;
    height: 33px;
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
}

.message .arrow {
    border-bottom:17px solid #fff;
    border-left:11px dashed transparent;
    border-right:11px dashed transparent;
    height:0;
    left:-9px;
    position:relative;
    top:-39px;
    width:0;
}

#contact_info input.required, #contact_info textarea.required, .purchases dd input.required,
.purchases dd textarea.required {
    background: #f0f0f0;
}

#hidden_basket {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:3px 3px 4px #C6C6C6;
	-webkit-box-shadow:3px 3px 4px #C6C6C6;
	background:#FFFFFF none repeat scroll 0 0;
	color:#0547A9;
	left:50%;
	margin-left:470px;
	padding:10px;
	position:fixed;
	right:20px;
	top:40%;
	min-width: 170px;
}

#hidden_basket h2 {
	background:transparent url(img/cart_icon.png) no-repeat scroll 0 0;
	color:#E1682B;
	font-size:19px;
	margin-bottom:7px;
	padding-left:31px;
}

#hidden_basket a {
	background:transparent url(img/bullets.png) no-repeat scroll 100% 2px;
	float:right;
	margin-right:5px;
	padding-right:10px;	
	margin-top:10px;
}

#hidden_basket ul {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	padding:0;
}


#hidden_basket li {
	padding:10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#hidden_basket li.odd {
	background: #EDEDED;
}

#cross_sell {
    padding-bottom:0;
    padding-left:0;
    padding-right:5px;
    padding-top:5px;
}

#cross_sell input {
    float:left;
    height:auto;
    margin:0 5px 5px;
}

#cross_sell label {
    
}

#order_div {
}

#order_div button {
	width: 160px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: block;
}

.purchases #buyinfo dl.odd_row {
	background:none repeat scroll 0 0 #EDEDED;
}

#mainCol #zoneinfo {

}

#mainCol #zoneinfo h2 {
	border-bottom:1px dotted #444444;
	color:#4C4C4C;
	font-size:12px;
	font-weight:bold;
	margin:22px 5px 11px;
	padding-bottom:11px;
}

#mainCol #zoneinfo ul {

}

#mainCol #zoneinfo ul li {
	float:left;
	overflow:hidden;
	width:153px;
}
/* End of 'ep_purchases' */

