/* Global Skins */

body, html{

	height:100%;
	position: relative;
}

a{ text-decoration: underline; color: #000; }
a.basket_button{ font-size: 11px; }



div1{
 border:1px solid #FF0000;
}


body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	color:#363636;
	font-size:13px;
}


p {margin: 1em 0;}

#container_out{
	width:959px;
	float:left;
	background-color:#FFFFFF;
}

#container_in{
	float:left;
	background-color:#fff;
	width:100%;
	margin-right:7px;
	min-height:495px;
	_height: expression(this.scrollHeight < 495 ? "495px" : "auto"); 
}


#right_container{
	float:left;
	width:232px;
	background-color:#FFFFFF;
}

#acton_panel{
	float:left;
	width:221px;
	padding:5px;
	height:216px;
	background-color:#636363;
	margin-bottom:7px;
}



.action_buttons{

	float:left;

}



.action_buttons_login_tab{

	background-image:url(../images/login_user_tab.jpg);

	width:209px;

	height:32px;

	float:left;

	font-weight:bold;

	font-style:italic;

	text-transform:capitalize;

	padding:4px;

	padding-top:10px;

	padding-left:8px;

	font-size:20px;

	color:#797979;

}



.action_buttons_login_row{
	background-image:url(../images/login_user_row.jpg);
	width:213px;
	height:12px;
	float:left;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	padding-left:8px;
	font-size:11px;
	padding-bottom:10px;
}

#header{
	width: 959px;
	height:90px;
	background-color:#FFFFFF;
	margin-top:20px;
}

#footer{
	width: 959px;
	float:left;
	height:24px;
	background-color:#949599;
	margin-top:10px;
}


.clear{
	clear:both;
}



/* Footer Items */



.footer_item{
	height:22px;	
	float:left;
	position:relative;	
	padding-top:5px;
	padding-left:7px;	
}

.footer_item a{
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;	
	font-size:11px;
}



/* Menus */
.menus{
	width:658px;
	height:50px;
}

.menus a {
	display:block;
	width: 163px;
	height: 50px;
	float: left;
	margin: 0;
	padding: 0;
}

.menus a img{
	width: 163px;
}


.menu_button_events{
	width:163px;
	height:50px;	
	background-image:url(../images/events2.jpg);
	background-repeat:no-repeat;
	display: block;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
	float:left;
	position:relative;
	cursor:pointer;	
}
.menu_button_events img {width: 100%; height: 100%; border: 0; }
.menu_button_events a:hover img{visibility:hidden}

.menu_button_shop{
	width:163px;
	height:50px;	
	background-image:url(../images/shop2.jpg);
	background-repeat:no-repeat;
	display: block;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
	float:left;
	position:relative;
	cursor:pointer;	
}
.menu_button_shop img {width: 100%; height: 100%; border: 0; }
.menu_button_shop a:hover img{visibility:hidden}

.menu_button_newsletter{
	width:163px;
	height:50px;	
	background-image:url(../images/newsletter2.jpg);
	background-repeat:no-repeat;
	display: block;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
	float:left;
	position:relative;
	cursor:pointer;	
}

.menu_button_newsletter img {width: 100%; height: 100%; border: 0; }
.menu_button_newsletter a:hover img{visibility:hidden}

.menu_button_login{
	width:163px;
	height:50px;	
	background-image:url(../images/login2.jpg);
	background-repeat:no-repeat;
	display: block;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
	float:left;
	position:relative;
	cursor:pointer;	
}
.menu_button_login img {width: 100%; height: 100%; border: 0; }
.menu_button_login a:hover img{visibility:hidden}

.menu_button_logout{
	width:163px;
	height:50px;	
	background-image:url(../images/logout2.jpg);
	background-repeat:no-repeat;
	display: block;
	margin: 0;
	margin-bottom:0px;
	padding: 0;
	float:left;
	position:relative;
	cursor:pointer;	
}
.menu_button_logout img {width: 100%; height: 100%; border: 0; }
.menu_button_logout a:hover img{visibility:hidden}

.menu_button a{
	text-decoration:none;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;	
	font-size:14px;
}


.menu_spacer{
	width:2px;
	height:50px;
	background-color:#8b8b8b;
	float:left;
	position:relative;
}



/* News Panel at Home Page */

#home_news{

	padding:5px;

	width:221px;

	background-color:#c0c0c0;

	float:left;

	position:relative;

}



.boxed_news_image{

	background-color:#FFFFFF;

	padding:3px;

	

}



.boxed_news_text{

	margin-top:5px;

	float:left;

	font-size:11px;

}



/* Content at Home Page */

.event_carrousel{
	width: 100%;
	text-align:center;
	background-image:url(../images/c_bg.jpg);
	background-repeat:repeat-x; 
	
}

.event_carrousel .header{
	text-align: left;
	padding: 0 25px 15px 25px;
	color: #d94391;
	font-size: 24px;
	font-weight: bold;
}

.event_carrousel .body{
	text-align: left;
	padding: 0 25px 15px 25px;
	color: #fff;
}

.home_banner{
	width: 100%;
	text-align:center;
	background-image:url(../images/bg_c_homepage.jpg);
	background-repeat:repeat-x; 
	text-align:center;
	margin-top:20px;
	height:360px;
}

.boxed_content{

	padding:5px;

	width:710px;

	background-color:#c0c0c0;

	float:left;

	position:relative;

	font-size:0;

	margin-top:7px;

}



/* Contents */

.boxed_title{

	padding:4px;

	color:#ff0f81;

	font-weight:bold;

	font-style:italic;	

	font-size:14px;

	

}

.boxed_title_new{
	background-color:#646464;
	padding:4px;
	color:#ffffff;
	font-weight:bold;
	font-style:italic;	
	font-size:20px;
	height:30px;
	line-height:26px;
	text-transform:uppercase;
}


.boxed_article_text{

	font-size:11px;

	float:left;

	width:350px;

	margin-left:10px;

}



.boxed_image{

	margin-top:7px;

	border:3px solid #FFFFFF;

	float:left;

}



/* Events */

.event_list_box{
	font-weight: bold;
}

.event_list_box_new{
	padding-top:20px;
	width:100%;
	background-color:#FFFFFF;
	float:left;
	position:relative;
	margin-bottom:8px;
	background-image:url(../images/product_bg.jpg);
	background-repeat:repeat-x;
}


.event_image_big{
	margin: 10px 5px 0 0;
	float:left;
}

.event_list_detail{
	margin-left:15px;
	float:left;
	width:448px;
}

.event_list_detail_new{
	margin-left:15px;
	float:left;
	width:650px;
}




.event_list_title{
	background-color:#919191;
	padding:4px;
	color:#FFFFFF;
	margin-top:5px;
	font-weight:bold;
	font-style:italic;	
	font-size:20px;
	width:440px;
	float:left;
}

.event_list_title_new{
	color:#d94495;
	font-weight:bold;
	font-style:italic;	
	font-size:20px;
	width:100%;
	float:left;
	position:relative;
}

.event_description{
	float:left;
	position:relative;
	margin-left:4px;
	font-size:13px;
}


.product_description{
	float:left;
	position:relative;
	font-size:13px;
	font-weight:bold;
}



.white_title{

	color:#FFFFFF;

	font-size:14px;

	font-weight:bold;

}



.more_info{
	margin-right:20px;
	margin-bottom:10px;
	_margin-right:10px;
	width:142px;
	height:48px;
	_position:relative;
	float:right;
	bottom:0;
	right:0;
}

.more_info_new{
	margin-bottom:10px;
	margin-top:15px;
	width:142px;
	height:48px;
	_position:relative;
	float:left;
	bottom:0;
	right:0;
}




/*event detail page*/
.event_detail{}

.event_detail .header{
	background-image:url(../images/event_header_bg.gif);
	background-repeat: repeat;
	line-height: 40px;
}

.event_detail .header .title{
	float: left; width: 725px; color: #fff; padding-left: 25px; font-size: 20px; text-transform:uppercase; font-style: italic; font-weight: bold;
}


.event_detail .header .nav{
	float: right; width: 185px; padding-right: 15px; text-align: right; color: #fff; font-size: 14px; font-weight: bold;
}

.event_detail .header .nav a{
	color: #fff; text-decoration: none; font-weight: bold; 
}

.event_detail .body_holder{
	background-image:url(../images/event_body_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 0 30px 15px 30px; 
}

.event_detail .body_holder .section_title{
	color: #DD4492; 
	font-size: 24px; 
	font-weight: bold; 
}

.disclaimer .header{
	background-image:url(../images/event_header_bg.gif);
	background-repeat: repeat-x;
	line-height: 52px;
	color: #fff; 
	font-size: 24px;
	padding: 0 15px;
	font-weight: bold;
	text-transform:uppercase;
}

.disclaimer .body{
	/*background-image:url(../images/event_body_bg.gif);
	background-repeat: repeat-x;*/
	padding: 10px 15px 15px 15px;
	font-weight: bold;
	font-style: italic; 
}

.disclaimer .body form{
	margin-top: 30px;
}

.page{ font-weight: bold; }

.page p{ padding: 15px 0 0 0; margin: 0; } 
 
.page .header{ 
	color: #fff; 
	padding: 4px 0 4px 25px; 
	font-size: 20px; 
	background-image:url(../images/event_header_bg.gif);
	background-repeat:repeat;
	line-height: 30px;
	height:30px;
	font-weight: bold;
	font-style: italic; 
	text-transform:uppercase;

}

.page .header .title_left{ 
	float: left; 
	width: 300px;
}

.page .header .paginate{ 
	float: right;
	width: 500px; 
	text-align: right;
	font-size: 14px;
	padding-right: 15px;
}

.page .header .paginate a{
	font-size: 14px;
	color: #fff; 
} 

.page .body{
	background-image:url(../images/event_body_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 0 30px 15px 30px; 
}



.pink{ color: #DD4492; }
.h20{ font-size: 20px; }
 

/***************************************************************/

.event_detail_big_image{

	margin-top:5px;

	margin-bottom:10px;	

	float:left;

	position:relative;

}



.event_detail_thumb_holder{

	width:206px;

	float:left;

	position:relative;

}



.event_detail_thumb{

	width:90px;

	float:left;

	margin-bottom:15px;

}



.image_box{

	float:left;

	position:relative;

}



.event_detail_title{

	background-color:#919191;

	padding:4px;

	color:#FFFFFF;

	margin-top:5px;

	font-weight:bold;

	font-style:italic;	

	font-size:20px;

	width:480px;

	float:left;

	position:relative;

}



.partner_logos{

	float:left;

	width:90px;

	position:relative;

}



.pink_title{

	color:#ff076e;

	font-size:13px;

	text-transform:uppercase;

	font-style:italic;

	text-decoration:underline;

	font-weight:bold;

	width:350px;

	float:left;

	height:24px;

	position:relative;

	margin-top:10px;

}



.options_header{
	height:35px;
	font-size:16px;
	line-height: 35px;
	font-weight: bold;
}


.options_header_new{
	height:25px;
	float:left;
	position:relative;
	font-size:16px;
	margin-top:5px;
	font-weight:bolder;
	color:#000000;
}



.distance_row{

	height:22px;

	float:left;

	position:relative;

	font-size:13px;

	margin-top:5px;

}



.distance_header{
	width:150px;
	float:left;
	text-align: center;
}



.places_header{
	width:100px;
	float:left;
	text-align: center;
}



.price_header{
	width:150px;
	float:left;
	text-align: center;
}



.buynow_header{
	width:130px;
	float:left;
	text-align: center;
}



.event_distance_box{
	padding:5px;
	margin-bottom:3px;
	line-height: 35px;
	background-color:#ebecec;
}


.event_distance_box_new{
	padding-top:5px;
	width:93%;
	background-color:#e0e0e0;
	float:left;
	position:relative;
	margin-bottom:3px;
	margin-left:30px;
}



.event_checkout_box{
	padding:5px;
	margin-bottom:3px;
}

.event_checkout_box .checkout{
	padding-left: 621px;
}



/* Login/Register Page */

.form_div{

	margin:0;

	margin-left:5px;	

	font-size:13px;

	float:left;

	width:470px;

}



.form_right{
	float:left;
	width:165px;
	margin-top:10px;

}



.form_left{

	float:left;
	margin-top:10px;
	width:270px;

}



.error_msg{

	color:red;
	font-size:14px;
	font-weight:bold;
	padding: 10px 0;

}



.input_password{

	width:263px;

}



/** Shopping Cart **/

.cart_text{

	color:#AFAFAF;

	font-size:11px;

	font-weight:bold;

	font-style:italic;

	

}



.shopping_header{

	height:25px;
	font-size:13px;
	padding-top:10px;

}



.shop_table_event{

	width:215px;
	float:left;

}



.shop_table_date{

	width:140px;
	float:left;

}



.shop_table_price{

	width:110px;
	float:left;

}



.shop_table_places{

	width:100px;
	float:left;

}



.shop_table_box{

	padding-top:10px;
	padding-bottom:5px; 
	margin-bottom:3px;
	background-color:#ebecec;

}

.shop_image_big{
	margin: 0 5px 0 20px;
	float:left;
}

.basket_button{

	background-image:url(../images/btnBackground.jpg);

	width:91px;

	height:25px;

	float:left;

	position:relative;

	padding:5px;

	padding-top:3px;

	text-align:center;

	cursor:pointer;

	color:#FFFFFF;

	text-decoration:none;

	font-weight:bold;

	font-style:italic;

	text-transform:uppercase;

}



.active_right{

	color:#941c54;

}



/** my event account **/

.myevent_list_title{	

	color:#000;
	font-weight:bold;
	font-style:italic;	
	font-size:14px;
	margin-bottom: 10px;

}



.myevent_list_detail{
	margin: 10px 0 0 0;
	float:left;
	color: #000;
}



.myevent_list_box{
	padding:5px;
	float:left;
	margin-bottom:8px;
}



.myevent_description{

	font-size:13px;
	color: #000; 

}



.my_events_white_title{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

.top_bar_white_title{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	height: 18px;
	text-transform:uppercase;
	font-style:italic;
	letter-spacing:-1px;
	width: 658px;
	background-color:#767676; 
	margin-top: 5px; 
}

.top_bar_white_title a{
	text-decoration:none;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;	
	font-size:11px;
	line-height:16px;
	letter-spacing:-1px;
}







/** entrant list **/

.entrant_table{

	width:720px;

	background-color:#FFF;

}

.entrant_header{

	background-color:#C9CDCC;

}

.entrant_tr{

	background-color:#EBEBEB;

}

.entrant_td{

	font-weight:bold;

	font-style:italic;

	color:#000000;

	line-height:20px;

}

.entrant_td2{

	font-weight:bold;

	font-style:italic;

	color:#000000;

	line-height:20px;

}





.entrant_entry_no{

	float:left;

	position:relative;

	width:100px;

	font-weight:bold;

	font-style:italic;

	color:#000000;

	line-height:20px;

}



.entrant_first_name{

	float:left;

	position:relative;

	width:112px;

	font-weight:bold;

	font-style:italic;

	color:#000000;

	line-height:20px;

}



.entrant_distance{

	float:left;

	position:relative;

	width:150px;

	font-weight:bold;

	font-style:italic;

	color:#000000;

	line-height:20px;

}



.page_header{

	font-size:16px;

	color:#FF0F81;

}



.page_title{

	color:#FF0F81;
	padding: 15px 0;
	font-weight: bold;

}



.a_link{

	text-decoration:none;

	color:#FF0F81;

}




/* POPUP */

#backgroundPopup{
	display:none;
	position:absolute;
	_position:absolute; /* hack for internet explorer 6*/
	height:7000px;
	width:3000px;
	top:0;
	left:0;
	background:#000000;
	z-index:1;
}

#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:508px;
	background:#fff;
	z-index:2;
	padding:2px;
	font-size:13px;
}

#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}

#button{
	text-align:center;
}


