/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
ol,ul {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
/* remember to define focus styles! */:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing: 0;
}
/* FLOAT-elements */
.fltleft {
	float:left;
}
.fltright {
	float: right;
}
/* only to clear floats - to be used with any class as addition */
.clear {
	clear: both;
}
/* clear float with blank <div>or <br />*/
.clrflt {
	clear:both;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
}
body {
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#6a6e6e;
	background: #FFF;
}
/*=============header=============*/
#header_wrap {
	background:url(/images/header_wrap.jpg) repeat-x left top;
	width:100%;
}
.header {
	width:960px;
	margin:0 auto;
}
.header_top {
	height:32px;
	padding:13px 0 0 0;
}
.header_top_left {
	width:250px;
	color:#1f2226;
	font-size:12px;
}
.header_top_left strong {
	font-weight:bold;
	color:#1f2226;
}
.header_top_right {
	width:585px;
}
.header_top_right ul 
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.header_top_right ul li 
{
    float: left; 
    background: url("/images/dviderline.jpg") repeat-y scroll right center transparent;
    font-size:12px;
    color:#01778f;
    font-weight:bold;
    line-height:20px;
    padding: 0px 10px;
}
    
.header_top_right ul li a {color:#01778f; text-decoration:none;} 
.header_top_right ul li strong { color:#1f2226;}
.header_top_right ul li.likeButton {padding: 0px 10px;}
/*.header_top_right a {
	float:left;
	margin-right:14px;
}
.header_top_right p {
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#1f2226;
	float:right;
	line-height:20px;
}
.header_top_right p span {
	color:#01778f;
	font-weight:bold;
}
.header_top_right p strong {
	font-weight:bold;
}*/

.header_bottom {
	margin:0 0 23px 0;
}
.logo {
	width:394px;
	height:106px;
}
.header_bottom_right {
	width:450px;
	margin-top: 18px;
}
.search_area label {
	display:block;
	text-transform:uppercase;
	font-size:14px;
	color:#7f7f7f;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-bottom:8px;
}
.search_area {
}
.search_field {
	width:280px;
	height:16px;
	padding:15px 19px;
	font-size:12px;
	color:#7f7f7f;
	outline:0;
	border:1px solid #787f8f;
	behavior:url(PIE.htc);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.search_button {
	width:124px;
	height:48px;
	background:url(/images/search_button.jpg) no-repeat left top;
	border: none;
	font-size:23px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
}
.search_button:hover {
	background: #058ad7;
	color:#fff;
	
	}
/*=============menu_area=============*/
.menu_area {
	margin-bottom:5px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.menu_left {
	width:827px;
}
.menu_left ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.menu_left ul li {
	float:left;
	padding-right:2px;
}
.menu_left ul li a {
	text-decoration:none;
	font-size:16px;
	line-height:29px;
	display:block;
	color:#FFF;
	padding:0 12px;
	background:#4f4f4f;
	behavior:url(PIE.htc);
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
}
.menu_left ul li a:hover,.menu_left ul li.active a {
	background:#058ad7;
}
.menu_right {
	width:108px;
	line-height:29px;
	display:block;
	font-size:12px;
	padding:0 0 0 22px;
	color:#058ad7;
	background:url(/images/menu_right_bg.png) no-repeat left 7px;
}
.menu_right a {
	line-height:29px;
	display:block;
	color:#058ad7;
	text-decoration:none;
	font-size:13px;
	font-weight: bold;
}
/*=============content=============*/
#content_wrap {
	width:100%;
	background:url(/images/content_wrap.jpg) repeat-x left top;
}
.content {
	width:960px;
	margin:0 auto;
	padding:20px 0 0 0;
}
.content_left {
	width:240px;
}
.content_left_box1 {
	border:1px solid #ececec;
	behavior:url(PIE.htc);
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	position:relative;
	padding:0 0 5px 0;
	margin-bottom:19px;
}
.content_left_box1 h3, .content_left_box1 h5 {
	padding:7px 0 4px 19px;
	margin:0 0 10px 0;
	border-bottom:1px solid #ececec;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#4f4f4f;
	text-transform:uppercase;
	background:#fafafa;
}
.content_left_box1 ul {
	padding:0 0 0 20px;
	margin:0px;
	list-style:none;
}
.content_left_box1 ul li {
	padding:0 0 10px 10px;
	background:url(/images/left_box1_li_bg.png) no-repeat left 3px;
}
.content_left_box1 ul li a {
	text-decoration:none;
	color:#058ad7;
	font-size:12px;
}
.content_left_box1 ul.left_nav2 {
	padding:0 8px 8px 12px;
}
.content_left_box1 ul.left_nav2 li {
	padding:0 0 0 25px;
	background:url(/images/left_nav2_li.png) no-repeat left center;
}
.content_left_box1 ul.left_nav2 li a {
	text-decoration:none;
	color:#000;
	line-height:27px;
	font-size:12px;
	padding:0 0 0 6px;
	border-bottom:1px solid #f0f0f0;
	display:block;
}
.content_left_box1 ul.left_nav2 li.nobor a {
	border:none;
}
.content_right {
	width:702px;
}
.facebook_box {
	margin-bottom:20px;
}
.twittar_box {
	border:1px solid #e5e5e5;
	padding:10px 12px;
	margin-bottom: 20px;
}

.learn_btn2 {
	text-align:center;
	margin-bottom:2px;
	height:45px;

}
.learn_btn2 a {
	width:100px;
	float:left;
	text-align:center;
	background:url(/images/learn_bg.png) left top repeat-x;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-shadow:1px 1px 1px #4c8c0e;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	width:104px;
	line-height:24px;
	color:#FFFFFF;
	border:1px solid #78ae2d;
	margin:10px 0px 7px 75px;
	font-family:HelveticaNeue Bold,Arial;
}
.learn_btn2 a:hover {
	background:url(/images/learn_bg11.png) left top repeat-x;
}

/*================ Popup start =================*/

.popup_block {
	padding:0px;
	float:left;
	position: relative;
    margin-left: 11px;
    margin-top:4px;
}
img.btn_close {
	bottom:31px;
	float:right;
	position:absolute;
	right:1px;
	top:-1px;
}

.pop-up-login {
	width:635px;
	float:left;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	color:#434343;
	font-size:18px;
	background:#FFFFFF;
	text-align:justify;
	padding:0px 0px 0px 0px;
	line-height:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:0px;
}
.pop-up-login h5 {
	float:left;
	background:#ffffff url(/images/trust_ic.png) 20px 20px no-repeat;
	color:#4F4F4F;
	padding:25px 0px 15px 50px;
	margin:0px 0px 0px 0px;
	width:585px;
	border-bottom:1px solid #CCCCCC;
}
.pop-up-login ul {
	float:left;
	width:575px;
	margin:0px;
	padding:15px 30px 0;
}
.pop-up-login li {
	width:575px;
	float:left;
	padding:5px 0px 0px 0px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.pop-up-login li img {
	float:left;
	padding:0;
	display:block;
	margin:3px 0px 0px 0px;

}
.pop-up-login li p {
	width:550px;
	float:right;
	padding:0px 0px 5px 0px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border-bottom:1px solid #ecf0f3;
}

/*================ Popup end =================*/

/*=============banner=============*/
.banner {
	padding:0 0 0 2px;
	margin-bottom:20px;
	width:700px;
	height:334px;
	position:relative;
}
.slider {
	height:334px;
	width:700px;
}
.slider_area {
	width:700px;
	height:334px;
}
.slider_pic {
	height:265px;
	width:700px;
}
.slider_text_box {
	background:#4f4f4f;
	padding:11px 0 8px 16px;
}
.text_box_left {
	width:395px;
}
.text_box_left strong {
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	display:block;
	margin-bottom:6px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.text_box_left p {
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#FFF;
	line-height:14px;
}
.text_box_right {
	width:228px;
	padding:9px 0 0 0;
}
.text_box_right a {
	text-decoration:none;
	width:104px;
	height:31px;
	text-align:center;
	color:#FFF;
	background:url(/images/button_bg.jpg) no-repeat left top;
	line-height:31px;
	display:block;
	font-weight:bold;
}
.text_box_right a:hover {
	background:#058ad7;
}
.prev_button {
	width:40px;
	height:84px;
	position:absolute;
	left:2px;
	top:100px;
	z-index:9998;
}
.next_button {
	width:40px;
	height:84px;
	position:absolute;
	right:0px;
	top:100px;
	z-index:9998;
}
.pager_area {
	width:60px;
	height:11px;
	position:absolute;
	bottom:25px;
	right:32px;
	z-index:9999;
}
.pager_area a {
	background:url(/images/button1.png) no-repeat left top;
	height:11px;
	width:10px;
	display:block;
	float:left;
	margin-right:5px;
	text-indent:-9999px;
}
.pager_area a:hover,.pager_area a.activeSlide {
	background: url(/images/button1_hover.png) no-repeat left top;
}

.left {float: left;}

/*=============ticket_box=============*/
.ticket_box {
	border:1px solid #ececec;
	behavior:url(PIE.htc);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	/*position:relative;*/
	float:left;
	width: 100%;
	margin-bottom:13px;
}
.ticket_box_top {
	padding:10px 0;
	height:16px;
	border-bottom:1px solid #ececec;
	background:#fafafa;
}
.ticket_box_top_left {
	min-width:408px;
}

.ticket_box_top h1, .ticket_box_top h3 {
	padding:0 0 0 20px;
	margin:0px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

.ticket_box_top_left h2 {
	padding:0 0 0 20px;
	margin:0px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

.ticket_box_top_right {
	width:292px;
}
.ticket_box_top_right ul 
{
    float:right;
    
	padding:0px;
	margin:0px;
	list-style:none;
}
.ticket_box_top_right ul li {
	float:left;
	padding:0 2px 0 0;
}
.ticket_box_top_right ul li a {
	text-decoration:none;
	background:#fff;
	height:15px;
	border:1px solid #058ad7;
	padding:0 4px;
	display:block;
	color:#058ad7;
	font-size:12px;
	font-weight:bold;
	float:left;
	line-height:14px;
}
.ticket_box_top_right ul li a:hover,.ticket_box_top_right ul li.active a {
	background:#058ad7;
	color:#FFF;
}
.ticket_box_top_right ul li.ist {
	padding:0 7px 0 0;
}
.ticket_box_top_right ul li.nobor a {
	border:none;
}
.ticket_box_bottom {
	/*padding:12px 21px 20px 21px;*/
	padding:12px 21px 12px 21px;
}

.subTeams ul {
    float:left;
	width:195px;
	margin:20px 20px 0px 15px;
}

.subTeams ul li {
	display:block;
	height:30px;
	margin-bottom:20px;
}

.subTeams ul li a {
	margin:0px 0px 0px 12px;
	font-weight:bold;
	text-decoration: none;
	color: #058ad7;
}

.subTeams ul li a:hover {
	color:#cc0529!important;
}

.title {
	padding:10px 0 10px 20px;
	background:#fefefe;
	}

.ticket_box h4 {
	padding:0 0 0px 0;
	margin:0px;
	font-size:18px;
	color:#afafaf;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.box_area {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px dashed #ececec;
}
.box_area a {
	text-decoration:none;
	color:#6A6E6E;
}
.box_area a:hover{
	text-decoration:underline;
}
.box_area h3 {margin-bottom: 20px;}
.box_area .content3 {float: left; width:475px; font-size:12px;}
.box_area .date-sec {float:right; width:183px;}
.box_area .ticket_button {float:right; }
    
.event_box {
	width:250px;
	padding:0 10px 0 0;
	font-size:12px;
	color:#058ad7;
	font-weight:bold;
	line-height:22px;
}
.event_box a {
	text-decoration:none;
	color:#058ad7;
	font-weight:bold;
}
.date_box {
	width:123px;
	line-height:22px;
	color:#333333;
	font-size:12px;
}
.venue_box, .venue_box a {
	width:170px;
	line-height:22px;
	color:#333333;
	font-size:12px;
	text-decoration: none;
}
.ticket_button {
	width:104px;
	padding:6px 0 0 0;
}
.ticket_button a {
	background:url(/images/button_bg.jpg) no-repeat left top;
	text-decoration:none;
	display:block;
	height:31px;
	line-height:31px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	text-align:center;
}
.ticket_button a:hover {
	background: #058ad7;
}
/*=============pagination=============*/
.pagination {
	height:30px;
}
.noborder {
	border:none;
}
.box1 {
	margin:0 0 20px 0;
	padding:18px 24px 32px 12px;
	behavior:url(PIE.htc);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	border:1px solid #ececec;
}
.box1 h2, .box1 h5 {
	padding:0 0 15px 0;
	margin:0px;
	font-size:18px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#4f4f4f;
	text-transform:uppercase;
}
.box1 span {
	display:block;
	font-size:12px;
	color:#000;
	text-transform:none;
	padding-bottom:25px;
	font-weight:normal;
}
.box1 span a {
	text-decoration:none;
	font-weight:bold;
	color:#058ad7;

}
.box1 #content {
	line-height:23px;
	font-size:12px;
	color:#000;
	padding:0px;
	margin:0px;
}

.box1 #content a 
{ 
    color:#000;
    text-decoration:none;
}
.box1 #content a:hover
{ 
    text-decoration:underline;
}
/*.box1 p strong {
	display:block;
	font-weight:bold;
}*/
.box2 {
	background:#FFF url(/images/box2.jpg) repeat-x left top;
	margin:0 0 21px 0;
	behavior:url(PIE.htc);
	box-shadow:0px 2px 5px #dcdcdc;
	-moz-box-shadow:0px 2px 5px #dcdcdc;
	-webkit-box-shadow:0px 2px 5px #dcdcdc;
	position:relative;
	padding:18px;
	line-height:34px;
}
.box2 span {
	display:block;
	line-height:34px;
	font-size:12px;
	color:#333333;
	width:465px;
}
.text_field {
	width:266px;
	height:16px;
	padding:8px 15px;
	font-size:12px;
	color:#7f7f7f;
	margin-right:18px;
	border:1px solid #d9d9d9;
	outline:0;
}
.subscribe_button {
	width:140px;
	height:34px;
	cursor:pointer;
	border:none;
	font-size:19px;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#fff;
	background:url(/images/subscribe.jpg) no-repeat left top;
}

.subscribe_button:hover {
	background: #058ad7;
	}
	
#subscribe-box  .subscribeError  
{
	border:1px solid #FF0000;
}
.subscribeErrorMsg {
    color:#FF0000;
    float:right;
    margin:-5px 275px 5px 0;
    position:relative;
    font-weight:bold;
}
	
.subscribeMsg {
    float:right;
    margin:0 145px 5px 0;
    position:relative;
    font-weight:bold;
}

.box3 {
	padding:12px 20px;
	margin-bottom:20px;
	border-bottom:1px dashed #d9d9d9;
	border-top:1px dashed #d9d9d9;
	height:80px;
}
.box3 strong {
	display:block;
	text-transform:uppercase;
	padding-bottom:8px;
	font-weight:normal;
	font-size:20px;
	color:#4f4f4f;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.secured_box {
	width:206px;
	margin-right:26px;
	border-right:1px dashed #d9d9d9;
}
.secured_box a {
	margin-right:20px;
	float:left;
}
.card_box {
	width:448px;
	margin-right:20px;
	border-right:1px dashed #d9d9d9;
}
.card_box img {
	float:left;
	margin-right:12px;
}
.partners {
	width:215px;
}
.partners img {
	float:left;
	margin-right:50px;
}
.partners img.nomargin {
	margin: 0;
}
/*=============footer=============*/
.footer {
	width:960px;
	margin:0 auto;
	padding:0 0 0 0;
}
.footer_top strong {
	display:block;
	font-size:18px;
	color:#4f4f4f;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-bottom:18px;
	font-weight:normal;
	text-transform:uppercase;
}
.footer_top {
	/*background:url(/images/footer_top_bg.jpg) repeat-y left top;*/
	margin-bottom:6px;
}
.footer_box1 {
	width:218px;
	margin-right:42px;
}
.footer_box1 ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.footer_box1 ul li {
	padding:0 0 10px 15px;
	background:url(/images/footer_nav_li_bg.png) no-repeat left 3px;
}
.footer_box1 ul li a {
	text-decoration:none;
	color:#058ad7;
	font-size:12px;
}
.footer_box2 {
	width:240px;
	margin-right:34px;
}
.footer_box3 {
	width:211px;
	margin-right:42px;
}
.footer_box4 {
	width:168px;
	margin:0px;
	border:none;
}
.footer_bottom {
	line-height:46px;
	/*padding:0 0 0 90px;*/
	width:960px;
	margin:0 auto;
}
.footer_bottom_left {
	/*width:445px;*/
	width:100%;
	text-align:center;
	font-size:12px;
	color:#000;
}
.footer_bottom_left strong {
	font-weight:bold;
}
.footer_bottom_left strong a {
	color:#058ad7;
	text-decoration:none;
}
.footer_bottom_right {
	width:360px;
}
.footer_bottom_right ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.footer_bottom_right ul li {
	float:left;
	background:url(/images/footer_right_sep.jpg) no-repeat left center;
}
.footer_bottom_right ul li a {
	text-decoration:none;
	padding:0 5px;
	color:#058ad7;
	display:block;
	font-size:12px;
}
.footer_bottom_right ul li.nobg {
	background: none;
}

.footer_bottom_wrap
{
	width:100%;
	background:#FFF url(/images/footer_bottom_bg.jpg) repeat-x left top;	
}

/*============================inner============================*/
.inner2_box1 {
	margin-bottom:19px;
	behavior:url(PIE.htc);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:left;
	border:1px solid #ececec;
}
.inner2_box1_top {
	padding:15px 0 0px 22px;
	margin-bottom:9px;
	border-bottom:1px solid #ececec;
	height:36px;
	background:#fafafa;
}
.inner2_top_left {
	min-width:394px;
	font-size:18px;
}
.inner2_top_left h1 {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#4f4f4f;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
}
.inner2_top_right {
	width:282px;
}
.inner2_top_right a {
	margin-right:15px;
	float:left;
}
.inner2_box1_bottom {
	/*padding:0 10px 0 20px;*/
	padding:0 10px 10px 20px;
}
.inner2_box1_bottom_pic {
	border:1px solid #ececec;
	width:224px;
	height:166px;
}
.inner2_box1_bottom_text {
	width:432px;
/*}
.inner2_box1_bottom_text p {*/
	padding:0 0 20px 0;
	margin:0px;
	font-size:12px;
	line-height:18px;
	color:#4f4f4f;
}
.inner2_box1_bottom_text a {color: #4f4f4f; text-decoration:none;}
.inner2_box1_bottom_text a:hover {text-decoration:underline;}
.inner2_box1_bottom .img1 {
	border:1px solid #ececec;
	width:224px;
	height:166px;
	margin:2px 10px 0 0;
	float:left;
}

.teamContentShow {overflow: visible; 
	line-height:18px;
	color:#4f4f4f;}
.teamContentHide 
{
    overflow: hidden; 
    height:170px;
	line-height:18px;
	color:#4f4f4f;
}

.inner2_box1_bottom .read {
    float:right; 
    display:none; 
    margin:0;
    border:1px solid #D9D9D9; 
    padding:1px;
    font-weight: bold;
    height:22px;
    cursor:pointer;
}

.inner3_left {
	width:702px;
}
.breadcrumb {
	height:42px;
	margin-bottom:18px;
}
.breadcrumb ul {
	padding:0px;
	margin:0px;
	list-style:none;
	height:42px;
	width:702px;
	position:relative;
}
.breadcrumb ul li {
	text-decoration:none;
	background:url(/images/breadcrumb_li_bg.jpg) no-repeat left top;
	position:absolute;
	height:42px;
	top:0px;
	line-height:42px;
	font-size:19px;
	color:#FFF;
	float:left;
}
.breadcrumb ul li.i {
	background:url(/images/i_bg.png) no-repeat left top;
	z-index:9;
	left:0px;
	width:161px;
	padding:0 0 0 15px;
}
.breadcrumb ul li.ihover {
	background:url(/images/i_hover.png) no-repeat left top;
	z-index:9;
	left:0px;
	width:161px;
	padding:0 0 0 15px;
}
.breadcrumb ul li.ii {
	background:url(/images/ii_bg.png) no-repeat left top;
	z-index:8;
	left:152px;
	width:151px;
	padding:0 0 0 32px;
	height:42px;
}
.breadcrumb ul li.iihover {
	background:url(/images/ii_hover.png) no-repeat left top;
	z-index:8;
	left:152px;
	width:151px;
	padding:0 0 0 32px;
	height:42px;
}
.breadcrumb ul li.iii {
	background:url(/images/iii_bg.png) no-repeat left top;
	z-index:7;
	left:312px;
	width:173px;
	padding:0 0 0 32px;
}
.breadcrumb ul li.iiihover {
	background:url(/images/iii_hover.png) no-repeat left top;
	z-index:7;
	left:312px;
	width:173px;
	padding:0 0 0 32px;
}
.breadcrumb ul li.iv {
	background:url(/images/iv_bg.png) no-repeat left top;
	z-index:6;
	left:494px;
	width:173px;
	padding:0 0 0 32px;
}
.breadcrumb ul li.ivhover {
	background:url(/images/iv_hover.png) no-repeat left top;
	z-index:6;
	left:494px;
	width:173px;
	padding:0 0 0 32px;
}
.inner3_left_box1 {
	margin-bottom:14px;
	behavior:url(PIE.htc);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	border:1px solid #ececec;
	padding:0 0 12px 0;
}
.inner3_left_box1 strong {
	font-weight:normal;
	border-bottom:1px solid #ececec;
	height:51px;
	line-height:51px;
	padding:0 0 0 21px;
	font-size:18px;
	margin-bottom:10px;
	color:#4f4f4f;
	display:block;
	background:#fafafa;
}
.inner3_box1_left {
	width:530px;
	padding:0 0 0 24px;
	font-weight:bold;
	font-size:12px;
}
.inner3_box1_right {
	width:136px;
	padding-top:2px;
}
.inner3_left_box2 {
	margin-bottom:18px;
	behavior:url(PIE.htc);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	border:1px solid #ececec;
	padding:0 0 0px 0;
}
.inner3_left_box2 strong {
	font-weight:normal;
	border-bottom:1px solid #ececec;
	height:51px;
	line-height:51px;
	padding:0 0 0 22px;
	font-size:18px;
	margin-bottom:10px;
	color:#4f4f4f;
	display:block;
	background:#fafafa;
}
.inner3_box2_bottom {
	padding:0 54px 0 15px;
}
.bottom_box {
	height:28px;
	line-height:28px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px dashed #d9d9d9;
}
.bottom_box_left {
	width:130px;
	font-size:12px;
	font-weight:bold;
	color:#4f4f4f;
	text-align:right;
}
.bottom_box_right {
	width:478px;
	font-size:12px;
	color:#000;
}
.noborder2 {
	border:none;
}
.drop_down1 {
	width:60px;
	height:28px;
	padding: 5px;
	float:left;
}
.drop_down2 {
	/*width:239px;*/
	height:28px;
	padding: 5px;
}
.inner3_left_box3 {
	margin-bottom:18px;
	behavior:url(PIE.htc);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	border:1px solid #ececec;
	padding:0 0 0px 0;
}
.inner3_left_box3 strong {
	font-weight:normal;
	border-bottom:1px solid #ececec;
	height:51px;
	line-height:51px;
	padding:0 0 0 22px;
	font-size:18px;
	margin-bottom:8px;
	color:#4f4f4f;
	display:block;
	background:#fafafa;
}
.inner3_box3_bottom {
	padding:0 54px 0 15px;
}
.inner3_box3_bottom span {
	display:block;
	text-align:right;
	font-size:10px;
	color:#4f4f4f;
	margin-bottom:14px;
}
.inner3_box3_bottom span em {
	color:#ed161f;
	font-size:10px;
	font-style:normal;
}
.field_area {
	padding:5px 0 10px 0;
	border-bottom:1px dashed #d9d9d9;
	margin-bottom:5px;
}
.field_area label {
	width:125px;
	margin-right:25px;
	font-size:12px;
	font-weight:bold;
	color:#4f4f4f;
	text-align:right;
	line-height:26px;
}
.field_area label.noline {
	line-height:normal;
}
.field_area label em {
	color:#ed161f;
	font-style:normal;
}
.text_field2 {
	width:217px;
	height:16px;
	border:1px solid #d9d9d9;
	font-size:12px;
	color:#7f7f7f;
	outline:0;
	margin-right:11px;
	padding:5px 10px;
}
.text {
	width:228px;
	color:#4f4f4f;
	font-size:10px;
	line-height:13px;
}
.dropdown3 {
	width:237px;
	height:30px;
	padding:5px;
}
.noborder3 {
	border:none;
	margin-bottom:18px;
}
.radio_button_area {
	width:165px;
	color:#4f4f4f;
	font-size:12px;
}
.noborder4 {
	border:none;
}
.dropdown4 {
	width:177px;
	height:26px;
}
.dropdown5 {
	width:54px;
	height:26px;
	margin-right:8px;
	padding:5px;
}
.dropdown6 {
	width:93px;
	height:26px;
	padding:5px;
}
.text_field3 {
	width:73px;
	height:16px;
	border:1px solid #d9d9d9;
	font-size:12px;
	color:#7f7f7f;
	outline:0;
	margin-right:11px;
	padding:5px 10px;
}
.inner3_box3_bottom p {
	padding:0 0 18px 0;
	font-size:10px;
	color:#4f4f4f;
	line-height:13px;
	margin:0px;
}
.text_area {
	width:441px;
	height:76px;
	border:1px solid #d9d9d9;
	font-size:12px;
	color:#7f7f7f;
	outline:0;
	margin-right:11px;
	padding:10px;
	resize:none;
	overflow:auto;
}
.field_area2 {
	padding:13px 0 8px 15px;
	font-size:12px;
	color:#4f4f4f;
	margin-bottom:22px;
	border:1px solid #ececec;
}
.chack_box {
	margin:0 11px 3px 0;
}
.field_area2 label {
	font-size:12px;
	color:#4f4f4f;
	line-height:14px;
}
.button_area {
	margin-bottom:54px;
}
.cancel_button {
	width:101px;
	height:38px;
	border:none;
	background:url(/images/cancel_button.jpg) no-repeat left top;
	cursor:pointer;
	margin-right:9px;
}
.order_button {
	width:170px;
	height:38px;
	cursor:pointer;
	background:url(/images/order_button.jpg) no-repeat left top;
	border:none;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:17px;
	color:#fff;
	text-transform:uppercase;
}
.order_button:hover {
	background: #058ad7;
}
.form_area {
}
.inner3_right {
	width:240px;
}
.inner3_right h3 {
	padding:7px 0 4px 7px;
	margin:0 0 10px 0;
	border-bottom:1px solid #ececec;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#4f4f4f;
	text-transform:uppercase;
	background:#fafafa;
	text-align:center;
}
.inner3_right_box2 {
	border:1px solid #ececec;
	behavior:url(PIE.htc);
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	position:relative;
	padding:0px 0 22px 0;
	margin-bottom:19px;
}
.right_box2_bottom {
	padding:0 0 0 21px;
	color:#333333;
	font-size:12px;
}
.right_box2_bottom span {
	margin-bottom:6px;
	display:block;
}
.right_box2_bottom span strong {
	width:58px;
	font-weight:bold;
	display:inline-block;
}
.right_box2_bottom a {
	text-decoration:none;
	margin-bottom:25px;
	display:block;
	color:#333333;
}

.field_area a, .terms a{
	text-decoration:none;
	color:#333333;
}

.field_area a:hover, .terms a:hover
{
    text-decoration:underline;
}
.right_box2_bottom em {
	font-style:normal;
	font-weight:bold;
	display:block;
	margin-bottom:6px;
}
.inner3_right_box3 {
	border:1px solid #ececec;
	behavior:url(PIE.htc);
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	position:relative;
	/*padding:7px 0 0 0;*/
	margin-bottom:19px;
	text-align:center;
}
.inner3_right_box3 a {
	text-align:center;
	display:block;
	margin-bottom:5px;
}
.inner3_right_box3 p {
	padding:0 0 8px 9px;
	margin:0px;
	font-size:12px;
	color:#333333;
	line-height:14px;
}
.inner3_right_box3 figure{
	margin:15px 0px 25px 0px;
	text-align:center;
}

.inner3_right_box4 {
	border:1px solid #ececec;
	behavior:url(PIE.htc);
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	position:relative;
	/*padding:7px 0 0 0;*/
	margin-bottom:19px;
}
.inner3_right_box4 p {
	padding:0 0 20px 20px;
	margin:0px;
	font-size:12px;
	line-height:19px;
	color:#333333;
}
.inner4_left_box {
	padding:0 15px 0 21px;
	font-size:12px;
	color:#4f4f4f;
}
.inner4_left_box p {
	padding:0 0 28px 0;
	margin:0px;
	line-height:21px;
}
.inner4_left_box span {
	display:block;
	font-weight:bold;
	margin-bottom: 30px;
}
/*========================inner1========================*/
.inner1_content_top {
}
.inner1_content_left {
	width: 701px;
}
/*tickit_box1----------------*/
.inner1_tickit_box1 {
	width:698px;
	border:1px solid #f0f0f0;
	margin-bottom:22px;
	behavior:url(PIE.htc);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.inner1_tickit_box1 h1 {
	/*width:698px;*/
	width:678px;
	background:#fafafa;
	padding-left:20px;
	line-height:51px;
	border-bottom:1px solid #f0f0f0;
	font-size:18px;
	color:#4f4f4f;
	font-weight:normal;
}
.inner1_ticket_boxTxt {
	padding:12px 20px;
	background:#FFF;
}
.inner1_ticket_boxTxt p {
	color:#4f4f4f;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	display:block;
	float:left;
}
.inner1_ticket_boxTxt img {
	float:right;
}
.inner1_tickit_box1_new1 {
	background:#f7f7f7 url(/images/tickitbox2_bg.jpg) repeat-x left top;
	padding:10px 20px;
}
.box2_left {
	width:94px;
}
.box2_left img {
	float:left;
	margin:0 25px 0 0;
}
.box2_right {
	width:562px;
}
.box2_right p {
	display:block;
	line-height:15px;
	float:left;
}
.box2_right p span {
	font-size:12px;
	line-height:18px;
	color:#4f4f4f;
	margin-bottom:12px;
	display:block;
}
.box2_right strong {
	font-size:12px;
	color:#4f4f4f;
	line-height:15px;
	font-weight:bold;
	display: block;
}
/*inner1_content_right-------------------------*/
.inner1_content_right {
	width:240px;
	border:1px solid #f0f0f0;
	behavior:url(PIE.htc);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.inner1_content_right h5 {
	background:#fafafa;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align:left;
	border-bottom:1px solid #f0f0f0;
	font-size:18px;
	line-height:20px;
	color:#4f4f4f;
	padding:10px 0 7px 20px;
	text-transform:uppercase;
	font-weight:bold;
}
.inner1_content_right_nav {
	padding:10px 7px 10px 12px;
}
.inner1_content_right_nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.inner1_content_right_nav ul li {
	background:url(/images/left_nav2_li.png) no-repeat left center;
	padding:0 0 0 30px;
	line-height:28px;
	color:#000;
	font-size:12px;
}
.inner1_content_right_nav ul li.nobor a {
	border:none;
}
.inner1_content_right_nav ul li a {
	text-decoration:none;
	display:block;
	color:#000;
	border-bottom:1px solid #f0f0f0;
}
.inner1_content_right_nav ul li a:hover {
	color: #333;
}
/*middle content of container page of inner page 1 -----------------*/
.inner1_content_mid {
	margin-bottom:35px;
}
.inner1_content_mid_left {
	width:392px;
}
.inner1_MidCon_box1 {
	width:392px;
	border:1px solid #ececec;
	margin-bottom:18px;
}
.inner1_MidCon_box1 h3 {
	background:#fafafa;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align:left;
	font-size:16px;
	line-height:45px;
	height:45px;
	color:#333333;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 18px;
	margin-bottom:40px;
}
/*.inner1_mid_pic {
	padding:0 0 0 18px;
}
.inner1_mid_pic img {
	margin-bottom:50px;
}*/
.inner1_mid_pic a {
	width:135px;
	height:25px;
	outline:none;
	border:none;
	display:block;
	float: right;
}
/*inner1_ticket_info --------------------*/
.inner1_ticket_info {
}
.accordion {
	border-top:1px solid #ececec;
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
}
.accordion strong {
	text-transform:uppercase;
	cursor:pointer;
	display:block;
	font-size:18px;
	line-height:34px;
	color:#4f4f4f;
	font-weight:normal;
	padding:0 0 0 10px;
	margin:0px;
	background:url(/images/h2_bg.png) no-repeat 360px center;
	border-bottom:1px solid #ececec;
}
.accordion strong:hover, .accordion strong.active {
	background:url(/images/h2_hover.png) no-repeat 360px center;
}
.inner1_ticket_info_nav {
	padding:10px;
	border-bottom:1px solid #ececec;
}
.inner1_ticket_info_nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.inner1_ticket_info_nav ul li {
	display:block;
	line-height:16px;
	font-size:12px;
	padding:5px 0;
}
.inner1_ticket_info_nav ul li a {
	text-decoration:none;
	display:block;
	color:#333333;
	background:url(/images/tick_inner.jpg) no-repeat left top;
	padding:0 22px;
}
.next_info_inner1 {
	border-top:1px solid #ececec;
	border-bottom:0px;
}
.inner1_content_mid_right {
	width:550px;
	border:1px solid #ececec;
}
.inner1_mid_right_box1 {
	background:#fafafa;
}
.inner1_mid_right_box1 h3 {
	background:#fafafa;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align:left;
	font-size:16px;
	line-height:45px;
	color:#333333;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
	padding:0 22px;
}
.inner1_buy_info_box {
	height:557px;
	overflow:auto;
	padding:15px 19px;
	background:#FFF url(/images/content_mid_buy_box_bg.jpg) repeat-x left top;
}
.selection_box {
	padding:0 0 10px 0;
	margin-bottom:11px;
	background:url(/images/mid_cont_inr1_bg.jpg) no-repeat center bottom;
}
.selection1 {
	width:220px;
	margin-right:10px;
}
.selection1 h4 {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align:left;
	font-size:18px;
	line-height:18px;
	color:#afafaf;
	text-transform:uppercase;
	font-weight:normal;
	padding:0px;
	margin:0 0 20px 0;
	background:none !important;
}
.selection1_left {
	display:block;
	display:inline-block;
	width:202px;
	float:left;
}
.selection1_left p {
	display:block;
	line-height:16px;
	font-size:12px;
}
.selection1_left span {
	display:inline;
	font-weight:normal;
	line-height:16px;
	font-size:12px;
}
.selection1_left strong {
	display:inline;
	font-weight:bold;
	line-height:16px;
	font-size:12px;
}
.selection1_right {
	float:right;
	display:block;
	margin:0px;
	width:18px;
	height:18px;
}
.selection1_right img {
}
.selection2 {
	width:34px;
	margin:0 40px 0 0;
}
.selection2 h4 {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align:left;
	font-size:18px;
	line-height:18px;
	color:#afafaf;
	text-transform:uppercase;
	font-weight:normal;
	padding:0px;
	margin:0 0 20px 0;
	background:none !important;
}
.selection2_list {
	width:34px;
}
.selection3 {
	width:186px;
}
.selection3 h4 {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align:left;
	font-size:18px;
	line-height:18px;
	color:#afafaf;
	text-transform:uppercase;
	font-weight:normal;
	padding:0px;
	margin:0 0 20px 0;
	background:none !important;
}
.selection3_left {
	width:auto;
}
.selection3_left span {
	font-size:12px;
	line-height:14px;
	color:#333333;
	display:block;
	font-weight:normal;
}
.selection3_right {
	width:97px;
	height:23px;
}
.selection3_right a {
	display:block;
	width:97px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	line-height:23px;
	font-weight:bold;
	font-size:12px;
	height:23px;
	background:url(/images/button_bg1.jpg) no-repeat left top;
	text-decoration:none;
	outline:none;
	border:none;
	padding: 0px;
}

.selection3_right a:hover {
	background: #058ad7;
	}
	
/*.valRequired { background-color: Gray; font-weight: bold; height: 35px; padding-top: 5px;}*/
.valRequired .text_field2, .valRequired .dropdown3, .valRequired .drop_down2, .valRequired .dropdown5, .valRequired .dropdown6, .valRequired .text_field3 { border: 1px solid #ED161F; background-color: #ECECEC; }

.total {font-size: 14px; font-weight: bold;}

/*========================================= THICK BOX ========================================*/
.manual_thickbox { text-decoration: underline; cursor: hand; }

#cancelorderconfirm { display: none; }

#paymentalert, .paymenterror { background: #fff url(/Images/icon_stop.gif) scroll no-repeat 0 5px; padding: 10px 0 35px 0; font-size: 1.1em; color: #111; }

.paymenterror { margin: 20px 0 5px 88px; background: #f8e9e9 url(/Images/icon_stop.gif) scroll no-repeat 10px 50%; border: 1px solid #9c2022; border-width: 1px 0; }

.paymenterror h2 { margin: 0 0 3px 85px; }

#paymentalert h1, .paymenterror h1 { font-size: 1.4em; line-height: 1.2em; color: #9c2022; margin: 0 0 0 85px; }

#paymentalert p, .paymenterror p { margin: 0 35px 6px 85px; }

p#paymentalert_comp { font-size: 0.9em; color: #888; margin-top: 2.3em; line-height: 1.3em; border-top: 1px solid #eee; padding-top: 2px; }


/*========================================= PROGRESS ========================================*/
.progressOverlay{ position: absolute; z-index: 9998; top: 0px; left: 0px; margin: 0px 0 0 0px; padding: 0; width: 100%; height: 2000px; background-color: #000; filter: alpha(opacity=20); -moz-opacity: 0.20; opacity: 0.20; }

.progress { position: fixed; top: 50%; left: 50%; width: 128px; border: 1px solid #fff; padding: 10px; margin: -100px 0 0 -64px; background-color: #9c2022; color: #fff; z-index: 9999; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; }

.progress h1 { padding: 5px; color: #fff; }

.progress p { padding: 5px; color: #fff; }

#cancelorderconfirm { display: none; }

.wait {text-align:center; vertical-align:middle; background-color: White; border-width: 4px; border-style: outset; color: #336699; height: 100px; width: 300px; font: arial bold 16px;}


/*========================================= AUTOCOMPLETE ====================================== */
.searchWrap {float:left; z-index:100000;}

#autocomplete_default { border: solid 1px #ECECEC; width: 318px; margin-left:-320px; background:#ECECEC; display:none; text-align: left; position: absolute; top: 129px;font-size:16px; margin-top:5px}

#autocomplete_cities {position:absolute; border: solid 1px #9C2022; display:none; width:296px; top: 47px; text-align: left; }
#autocomplete_venues {position:absolute; border: solid 1px #D9D9D9; background:#FFF; display:none; width:190px; top: 435px; text-align: left; font-size:12px; margin-left:5px; text-transform:none;line-height:30px; cursor:pointer;}
#autocomplete_teams {position:absolute; border: solid 1px #D9D9D9; background:#FFF; display:none; width:190px; top: 365px; text-align: left; font-size:12px; margin-left:5px; text-transform:none;line-height:30px; cursor:pointer;}

#autocomplete_default DIV, #autocomplete_cities DIV { padding: 2px 4px 0px 4px; line-height:1.7em;}

DIV.hintNormal { background:#EBEBEB; padding-left:5px;}
DIV.hintNormal a { color:#9C2022; text-decoration:none;}

DIV.hintSelected { background:#fff; }
DIV.hintSelected a { color:#9C2022; text-decoration:none; }
DIV.hintSelected a:hover {color:#667F09!important;}




.disclist {list-style-type: disc; margin: 10px 10px 0px 25px;}

.faq {list-style-type: decimal; margin: 10px 10px 10px 25px;}


.dialog_content .dialog_content {
    background: none;
}
.dialog_content .dialog_title {
    background: none repeat scroll 0 0 #6D84B4;
    border: 1px solid #3B5998;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.dialog_content .dialog_title > span {
    background: url("/images/fb_icon.gif") no-repeat scroll 5px 50% transparent;
    float: left;
    padding: 5px 0 7px 26px;
    margin: 0;
}

.fb-like-box span, .fb-like-box iframe {
    width: 240px !important;
}