/*  
Theme Name: Ambassador Tickets
Version: 1.5
*/

/****** Core popup styles *******/

.popup .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
}

.popup {
    border-collapse:collapse;
    direction:ltr;
    margin:auto;
    table-layout:fixed;
}

.popup_tl,
.popup_t,
.popup_tr,
.popup_l,
.popup_r,
.popup_bl,
.popup_b,
.popup_br {
    background-image: url(/images/popups/corners.png);
    _background-image: url(/images/popups/corners.gif);
}

/* top row */

.popup td {
    padding: 0 !important;
    overflow: hidden;
}

.popup_tl {
    background-repeat: none;
    background-position: 0 0px;
    width: 24px;
    height: 24px;
}

.popup_t {
    background-repeat: none;
    background-position: 0 -24px;
    height: 24px;
}

/* bottom row */

.popup_tr {
    background-repeat: none;
    background-position: 0 -48px;
    width: 24px;
    height: 24px;
}

.popup_bl {
    background-repeat: none;
    background-position: 0 -72px;
    width: 24px;
    height: 24px;
}

.popup_b {
    background-repeat: none;
    background-position: 0 -96px;
    height: 24px;
}

.popup_br {
    background-repeat: none;
    background-position: 0 -120px;
    width: 24px;
    height: 24px;
}

/* middle row */

.popup_l {
    background: url(/images/popups/sides.png) repeat-y 0 0;
    _background: url(/images/popups/sides.gif) repeat-y 0 0;
}

.popup_r {
    background: url(/images/popups/sides.png) repeat-y -24px 0;
    _background: url(/images/popups/sides.gif) repeat-y -24px 0;
}

.popup_m {
    background: #fff;
}

.titlebar .title {
	margin: 0 0 20px;
}

/* Page Content */

/*
body {
	margin: 0;
	padding: 0;
	height:100%;	
}

#container {
	width: 520px;
}

#selcontainer {
	width: 650px;
	margin: 15px;
}

#shirtcontainer {
	width: 465px;
	margin: 20px;
}

#whatscontainer {
	width: 620px;
}
*/

/* rounded corners code begins */
/*
.popup_frame {
	width: 640px;
	background: none;
}	

.popwin_tl {
		width:35px;
		height: 35px;
		display: block;		
		padding:0px; margin: 0;
		float:left;
		background:url(../images/popups/popbg_tl.png) top left no-repeat;
		}
	
.popwin_tt {
		width:570px;
		height: 35px;		
		display: block;		
		padding:0px; margin: 0;
		float:left;
		background:url(../images/popups/popbg_tt.png) top left repeat-x;
		}
	
.popwin_tr {
		width:35px;
		height: 35px;		
		display: block;		
		padding:0px; margin: 0;
		float:left;
		background:url(../images/popups/popbg_tr.png) top left no-repeat;
		}
		
.popwin_ll {
		width:35px;
		height: 400px;		
		display: block;		
		padding:0px; margin: 0;
		float:left;
		background:url(../images/popups/popbg_ll.png) top left repeat-y;
		}
	
.popwin_inside {
		width:570px;
		height: 400px;
		padding:0px;
		float:left;
		background: #FFF;
		overflow: visible;
		}
	
.popwin_rr {
		width:35px;
		height: 400px;		
		display: block;		
		padding:0px; margin: 0;
		float:left;
		background:url(../images/popups/popbg_rr.png) top left repeat-y;
		}
		
.popwin_bl {
		width:35px;
		height: 35px;		
		display: block;		
		padding:0px; margin: 0;
		float:left;
		background:url(../images/popups/popbg_bl.png) top left no-repeat;
		}
	
.popwin_bb {
		width:570px;
		height: 35px;		
		display: block;		
		padding:0px; margin: 0;
		float:left;
		background:url(../images/popups/popbg_bb.png) top left repeat-x;
		}
	
.popwin_br {
		width:35px;
		height: 35px;		
		display: block;		
		padding:0px; margin: 0;		float:left;
		background:url(../images/popups/popbg_br.png) top left no-repeat;
		}		

		





.close {
	width: 100%;
	text-align: right;
}

.header {
	width: 70%;
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 0 50px;
}


*/
.buttons {
	width: 220px;
	margin: 0 0 0 50px;
}

.button {
	margin: 30px 0 10px 0;
}

.checkline {
	width: 70%;
	padding: 50px 0 0 50px;
}

.check {
	margin: 0 25px 0 0;
}

.radios {
	padding: 0 10px;
}

.rad {
	margin: 0 10px 0 0;
}

.grey {
	color: #666;
}

.popupblurb 
{
    clear: both;
    width: 80%; 
    padding-top: 0.8em;
}

.yes
{
  display: block;
  width: 220px;
  height: 32px;
  background: url(../images/popups/yesplease.gif) no-repeat 0 0;

}

.yes:hover
{ 
  background: url(../images/popups/yesplease_hover.gif) no-repeat 0 0;
}

.yes span
{
  display: none;
}

.no {
  display: block;
  width: 220px;
  height: 32px;
  background: url(../images/popups/nothanks.gif) no-repeat 0 0;

}

.no:hover
{ 
  background: url(../images/popups/nothanks_hover.gif) no-repeat 0 0;
}

.no span
{
  display: none;
}

.gobtn {
	width: 100px;
	float: left;
	margin: 30px 0 0 10px;
}

.dopost {
	width: 200px;
	margin: 50px 0 0 210px;
	position: relative;
}

#showdetail {
	width: 500px;
	height: 270px;
}

.showimg {
	width: 189px;
	height: 258px;
	float: left;
}

.showdesc {
	margin: 0 0 0 200px;
	position: relative;
}

.showtitle {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #d4d0c8;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.showtext {
}

.showblurb 
{
    height: 180px;
}

.showbtns {
}

.itemtitle {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.baskettitle {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0 20px 0;
}

.whatstitle {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 15px 5px 15px;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #d5d5d5;
}

.itemimg {
	float: left;
	width: 253px;
	height: 261px;
}

.itemdesc {
	position: relative;
	margin: 0 0 0 250px;
}

.itemdesc_desc {
	height: 160px;
	border-bottom: 1px solid #d5d5d5;
	text-align: justify;
}

.basketline {
	height: 0px;
	border-bottom: 1px solid #d5d5d5;
	text-align: justify;
}

.itemdesc_price {
	height: 23px;
	border-bottom: 1px solid #d5d5d5;
	padding-top: 6px;
}

.itemdesc_size {
	height: 89px;
	*height: 75px;	
	_height: 75px;		
	border-bottom: 1px solid #d5d5d5;
	padding: 10px 0 0px 0;
	*padding: 25px 0 0 0;
}

.price_left {
	width: 75px;
	float: left;
	/*background: #c0ca00;*/
}

.price_right {
	margin: 0 0px 0 75px;
	text-align: right;
	/*background: #c98cf0;*/
}

.size_left {
	width: 75px;
	float: left;
	/*background: #c0ca0f;*/
	margin: 15px 0 0 0;
	*margin: 0px 0 0 0;
	_margin: 0px 0 0 0;	
}

.size_right {
	margin: 0 0px 0 75px;
	text-align: right;
	/*background: #c98cfa;*/
	margin: 15px 0 0 0;	
}

.qq {
	width: 20px;
	height: 12px;
	background: #feefee;
	display: inline;	
	margin: 0px 0px 0px 0;
	position:absolute;
	padding: 0px 0px 0px 0;
}

.itemsub {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.isubleft {
	width: 150px;
	float: left;
	padding: 15px 0 0 0px;
}

.isubright {
	position: relative;
	margin: 15px 0 0 300px;
}

.bbox1,
.bbox2,
.bbox3,
.bbox4,
.bbox5,
.bbox6,
.bbox7 { position: relative; margin: 7px 0px 0 0; text-align: leftp; font-size: 12px; }

.bbox1 { left: 0px; width: 50px; display: inline-block; *left: 0px; *display: inline; *top: 7px;}
.bbox2 { left: 0px; width: 60px; display: inline-block; *left: 40px; *display: inline; *top: 7px;}
.bbox3 { left: 0px; width: 90px; display: inline-block; *left: 90px; *display: inline; *top: 7px;}
.bbox4 { left: 0px; width: 80px; display: inline-block; *left: 120px; *display: inline; *top: 7px;}
.bbox5 { left: 0px; width: 80px; display: inline-block; *left: 170px; *display: inline; *top: 7px;}
.bbox6 { left: 0px; width: 50px; display: inline-block; *left: 210px; *display: inline; *top: 7px;}
.bbox7 { left: 0px; width: 50px; display: inline-block; *left: 20px; *display: inline; *top: 7px;}

.basketitems {
	border-top: 1px solid #d5d5d5;
	padding-top: 0px;
	margin: 30px 0 0 0;
}

.basketlow {
	height: 9px;
	*height: 5px;	
	_height: 5px;		
	padding: 10px 0 0px 0;
	*padding: 25px 0 0 0;
}

/*
ul {
    margin: -7px 0 0 -45px;
}
*/
ul.gboxcol {
margin:-7px 0 0 -45px;
}

ul.gboxcol li {
float:left;
height:205px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 19px 15px 0;
text-align:left;
width:300px;
}


.whatsitems {
	margin: 0px 0 0 0;
	padding: 0;	
}

.whatsitems:hover {
			background: #addbef;
}

.whatsitems li {
	float: left;
	list-style: none;
	padding: 0px 0 0px 0;	
	margin: 0px 0 0 0;
}

.whatsitems li a {
	height: 25px;
	float: left;
	display: inline;
	/*position: relative;*/
	top: 0;
	outline: none;
	text-align: center;	
}

.whatsitemsfall {
	margin: 0px 0 0 0;
	padding: 0;	
}

.whatsitemsfall li {
	list-style: none;
	padding: 0px 0 0px 0;	
	margin: 0px 0 0 0;
}

.whatsitemsfall li a {
	height: 25px;
	float: left;
	display: inline;
	/*position: relative;*/
	top: 0;
	outline: none;
	text-align: center;	
}

.whatsven { 
	width: 100px;
	text-align: left;
}

.whatstime { 
	width: 60px;
	text-align: left;
}

.whatstit { 
	left: 0; 
	width: 185px;
	text-align: left;
}

.whatssend { 
	left: 0; 
	width: 130px;
	height: 25px;
	text-align: left;
}

.whatsbuy { 
	left: 0; 
	width: 95px;
	text-align: left;
	height: 25px;
}

.hilite {
	padding: 10px 15px;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	zoom: 1;
}

.hilite:hover {
	background: #addbef;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.calhilite {
	height: 35px;
	padding: 5px 10px 5px 5px;
	clear:both;
}

.calhilite:hover {
	background: #addbef;
}

/* The wider this li is, the fewer columns there will be */
ul.btn 
{
    /*overflow: hidden;*/
    margin: 0;
    padding: 0;
}

ul.btn li {
	text-align: left;
    float: left;
    list-style: none;
    height: 30px;
    width: 120px;
	padding: 5px;
	zoom: 1;
}

.bt_viewprod { display: block; width: 125px; height: 25px; background: url(../images/popups/bt_viewprod.gif) no-repeat 0 0; }
.bt_viewprod:hover { background: url(../images/popups/bt_viewprod_hover.gif) no-repeat 0 0; }
.bt_viewprod span { display: none; }

.bt_buy { display: block; width: 130px; height: 30px; background: url(../images/popups/bt_buy.gif) no-repeat 0 0; }
.bt_buy:hover { background: url(../images/popups/bt_buy_hover.gif) no-repeat 0 0; }
.bt_buy span { display: none; }

.bt_send { display: block; width: 130px; height: 30px; background: url(../images/popups/bt_send.gif) no-repeat 0 0; }
.bt_send:hover { background: url(../images/popups/bt_send_hover.gif) no-repeat 0 0; }
.bt_send span { display: none; }

.bt_bookmark { display: block; width: 130px; height: 30px; background: url(../images/popups/bt_bookmark.gif) no-repeat 0 0; }
.bt_bookmark:hover { background: url(../images/popups/bt_bookmark_hover.gif) no-repeat 0 0; }
.bt_bookmark span { display: none; }

.bt_sendsmall { display: block; width: 125px; height: 25px; background: url(../images/popups/bt_sendsmall.gif) no-repeat top; }
.bt_sendsmall:hover { background: url(../images/popups/bt_sendsmall_hover.gif) no-repeat top; border: 0; padding: 0; margin: 0;}
.bt_sendsmall span { display: none; }

.bt_basket { display: block; width: 130px; height: 30px; background: url(../images/popups/bt_basket.gif) no-repeat 0 0; }
.bt_basket:hover { background: url(../images/popups/bt_basket_hover.gif) no-repeat 0 0; }
.bt_basket span { display: none; }

.bt_update { display: block; width: 130px; height: 30px; background: url(../images/popups/bt_update.gif) no-repeat 0 0; }
.bt_update:hover { background: url(../images/popups/bt_update_hover.gif) no-repeat 0 0; }
.bt_update span { display: none; }

.bt_buysmall a 	
{
    height: 25px;
	float: left;
	display: inline;
	position: relative;
	top: 0;
	outline: none;
	text-align: center;	 }
.bt_buysmall { 	display: block; width: 95px; height: 25px; background: url(../images/popups/bt_buysmall.gif); }
.bt_buysmall:hover { background: url(../images/popups/bt_buysmall_hover.gif); }
.bt_buysmall span { display: none; }



#whatson {
	width: 565px;
}

.whats_title {
	font-size: 18px;
	float: left;
	width: 450px;
}

.whats_exit {
	width: 50px;
	position: relative;
	margin: 0 0 0 540px;
}
.line {
	width: 100%;
	height: 0px;
	margin: 10px 0 15px 0;
	border-bottom: 1px solid #ccc;
}

a.blue {text-decoration:underline;color:#0099ff;}
a.blue:hover {text-decoration:none;color:#0099ff;}

.listbar {
	width: 600px;
	position: relative;
	margin: 10px 0px 0 0px;
	padding: 0;
	height: 30px;
}

.whitelist {
	background: #fff;
}

.bluelist {
	background: #000;
}

.Box1,
.Box2,
.Box3,
.Box4 {
	position: absolute;
	margin: 0px 0px 0 0;
	top: 2px;
}

.Box1 {
	left: 1px;
	width: 105px;
	text-align: center;
	padding: 6px 0 0 0;
}
.Box2 { left: 106px; width: 190px; text-align: center; padding: 6px 0 0 0; }
.Box3 { left: 300px; width: 130px; text-align: center; }
.Box4 { left: 436px; width: 130px; text-align: center; padding: 1px 0 0 0;}

#calviewpopupcontainer {
	width: 550px;
}

.calitemleft {
	width: 385px;
	float: left;
	margin: 0 0 0 15px;
	_display: inline;
}

.calitemright {
	height: 50px;
	_height: 0px;
	margin: 5px 0 0 380px;
}	

.caldesc_date {
	float: left;
	margin: 0 20px 0 0;
	color: #666666;
	font-weight: bold;
}

.caldesc_title {
	font-weight: bold;
	display: inline;
}

.caldesc_send {
	margin: 5px 0 0 0;
	color: #999999;	
}

.caldesc_send a {
	color: #999999;
}

.caldesc_send a:hover {
	text-decoration: underline;
}

/* GROUP BOOKING FORM */

#groupcontainter {
	width: 670px;
}

.grouptitle {
	font-size: 24px;
	font-weight: bold;
	margin: 0 15px 15px 15px;
	padding: 0 0 7px 0;
}


.group_text {
	width: 645px;
	margin: 10px 0 10px 15px;
}

.group_text p {
	margin: 0 0 30px 0;
}

.group_divider {
	width: 640px;
	height: 1px;
	border: 0;
	background: #d4d4d4;
	margin: 20px 0 20px 15px;
}

.group_forms_left {
	width:215px;
	padding:0px;
	float:left;
	margin: 0 0 0 15px;
	_margin: 0 0 0 8px;
}
	
.group_forms_center {
	width:215px;
	padding:0px;
	float:left;
}
	
.group_forms_right {
	width:215px;
	padding:0px;
	float:left;
}

.group_formbox {
	width: 205px;
	height: 60px;
	margin: 0 10px 5px 0;
}

.group_formbox h1, .group_formboxhi h1 {
	font-size: 12px;
	margin: 2px 0 3px 0;
	font-weight: normal;
}

.group_formboxhi {
	width: 205px;
	height: 90px;
	margin: 0 10px 5px 0;
}

textarea.gboxtxar {
	width: 198px;
	height: 60px;
	border: 1px solid #d4d4d4;
}		

input.gboxtext {
	width: 198px;
	height: 20px;
	border: 1px solid #d4d4d4;
}

input.gboxtextshort {
	width: 80px;
	height: 20px;
	border: 1px solid #d4d4d4;
}

select.gboxsel {
	width: 198px;
	height: 24px;
	border: 1px solid #d4d4d4;
}

ul.gboxcol li {
	float:left;
	height:205px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 19px 15px 0;
	text-align:left;
	width:300px;
}

.gboxitem {
	width: 310px;
	margin: 0px 0px 0 15px;
}

.gboxitemtitle {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.gboxitemimg {
	float:left;
	width:116px;	
	height:140px;
}
.gboxitemdesc {
	width: 150px;
	margin:0 0 0 150px;
	position:relative;
}

.gboxitemdesc_desc {
	border-bottom: 1px solid #d5d5d5;
	text-align: justify;
}


.gboxitemdesc_price {
	height: 23px;
	border-bottom: 1px solid #d5d5d5;
	padding-top: 6px;
}

.gboxquan {
	display: inline;
	border: 1px solid #d4d4d4;
	height: 30px;
	width: 20px;
}

.gboxprice_left {
	width: 75px;
	float: left;
	/*background: #c0ca00;*/
}

.gboxprice_right {
	margin: 0 0px 0 75px;
	text-align: right;
	/*background: #c98cf0;*/
}

.gboxitemdesc_size {
	height: 30px;
	border-bottom: 1px solid #d5d5d5;
	padding: 5px 0 0px 0;
}

.gboxsize_left {
	width: 90px;
	float: left;
	padding:0px;
}

.gboxsize_center {
	width: 25px;
	float: left;
	padding:0px;
}

.gboxsize_right {
	margin: 0 0px 0 75px;
	text-align: right;
	/*background: #c98cfa;*/
}

.gbox_buttons {
	width: 645px;
	text-align: right;
	margin: 10px 20px 10px 0;
}


.contact tr {
    margin: 3px 0;
}

.contact td {
    vertical-align: top;
}

.contact  th {
    font-weight: normal;
    width: 150px;
    text-align: left;
    vertical-align: top;
}

.contact input.text,
.contact textarea,
.contact select {
    border: 1px solid #b2b2b2;
    padding: 1px;
}


/* Get home prod */

#whatscontainer .multivenue {
	padding: 0;
	margin: 0 0.5em 0 0;
	font-weight: bold;
}

#whatscontainer .multiregion {
	color: #666;
}

#whatscontainer .multiprod {
	clear: left;
}

#whatscontainer .tourview {
	float: right;
	margin-top: -12px;
}

/* what's on tables */

#whatscontainer .resultstable {
	padding: 0 10px;
	width: auto;
	zoom: 1;
}

#whatscontainer table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	empty-cells: show;
}

#whatscontainer table td {
	padding: 5px 10px !important;
	border: none;
}

#whatscontainer table td.phoneno {
	white-space: nowrap;
}


