@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/background-tile.gif);
	background-color: #9E9683;
}

img {
	border: 0 none;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #281e1f;
	background:url(images/pattern-bk.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#container {

	background:url(images/pattern-bk.gif);

}

img, div { behavior: url(iepngfix.htc) }

#inner-container {
	background:url(images/pattern-bk.gif);
	float:left;
	display:inline;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#topbanner {
	background-color:#46242a;
	height:120px;
	overflow:hidden;
}

#in-topbanner-top {
	background-color:#46242a;
	width:780px;
	height:84px;
	overflow:hidden;
	margin: 0 auto;
}

#in-topbanner-bottom {
	background-color:#46242a;
	width:780px;
	height:36px;
	overflow:hidden;
	margin: 0 auto;
}

#whitebanner {
	background-color:#FFFFFF;
	height:3px;
	overflow:hidden;
}

#mainflash780 {
	float:left;
	display:inline;
	width:780px;
	min-height:265px;
	height:auto !important;
	height:265px;
	overflow: hidden;
}

#mainflash780x516 {
	float:left;
	display:inline;
	width:780px;
	min-height:516px;
	height:auto !important;
	height:516px;
	overflow: hidden;
}


#botleftcont {
	float:left;
	display:inline;
	width:260px;	
	min-height:351px;
	height:auto !important;
	height:351px;
}

#botmidcont {
	float:left;
	display:inline;
	width:235px;
	min-height:346px;
	height:auto !important;
	height:346px;
	padding-left:15px;
	padding-top:5px;
	padding-right:10px;
	background-color:#281e1f;
}

/* Additional Styles */

#botmidcont.kungfupanda
{
	padding-left: 0;
	padding-right: 0;
}

#botmidcont.club
{
	width: 490px;
}

#botmidcont p
{
	font-size: 1em;
}

#botrightcont {
	float:left;
	display:inline;
	width:260px;
	min-height:351px;
	height:auto !important;
	height:351px;
}

#botmidx2cont {
	float:left;
	display:inline;
	width:495px;
	min-height:346px;
	height:auto !important;
	height:346px;
	padding-left:15px;
	padding-top:5px;
	padding-right:10px;
	background-color:#281E1F;
}

.addressdiv {
	float:left;
	display:inline;
	width:365px;	
	min-height:321px;
	height:auto !important;
	height:321px;
	padding-top:20px;
	padding-left:25px;
	background-color:#281e1f;
	background-image:url(images/address-bk.gif);
}

.width50 {
	float:left;
	display:inline;
	width:173px;
}

#gallerycont {
	width:755px;
	float:left;
	display:inline;
	background-color:#281e1f;
	padding-left:25px;
	padding-top:15px;
	padding-bottom:25px;
}

.text_main {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
}

.text_main2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.text_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
}

.expand
{
	padding-left: 4px; 
	font-size: 1em;
	width: 565px;
	position: relative;
}

.text_red {
	color:#FF0000;
}

.link-white {
text-decoration:none;
color:#FFFFFF;
}

.valign-m {
vertical-align:middle;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #DB001A;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DB001A;
	background-color: #46242A;
	border: 1px solid #DB001A;
}

.button-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #ffffff;
	background-color: #DB001A;
	border: 1px solid #DB001A;
}

.button.birthday
{
	font-size: 14px;
}

.btntext, a.btntext:link, a.btntext:active, a.btntext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	line-height:28px;
	text-align: left;
	height: 30px;
	text-decoration: none;
	padding-right:8px;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:5px;
	font-style: italic;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	background-color: #46242a;
}

a.btntext:hover {
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

/* BRISTOL CLUB */

.voucherouter {
	width:290px;
	height:190px;
	border:2px solid #ffffff;
	text-align:center;
	margin-bottom:10px;
	margin-right:10px;
	background-image: url(images/bristolclubvoucher_bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	float:left;
	
}

h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	line-height:25px;
	color: #FFFFFF;
	font-weight: bold;
}

small {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:14px;
	color: #FFFFFF;
	font-style: italic;	
}

.home-buttons {
	padding-bottom:10px;
	}

#tampopo-offers-container {
	float:left;
	display:inline;
	width:260px;
	padding-top:40px;
	}

#contact-left-container {
	float:left;
	width:193px;
	display:inline;
	padding-bottom:20px;
	}

#tampopo-contact-middle-container {
	width:376px;
	float:left;
	display:inline;
	padding-top:40px;
	padding-bottom:20px;
	}

#tampopo-contact-middle-container-wide {
	width:567px;
	float:left;
	display:inline;
	padding-top:40px;
	padding-bottom:20px;
	}


#tampopo-contact-right-container {
	float:left;
	display:inline;
	background-color:#00FF00;
	width:191px;
	padding:40px 10px 20px;
	}
	
p.terms
{
	font-size: 11px;
	line-height: normal;
}

h2#birthday-title
{
	position: relative;
	background: url(../images/birthday-bubbly-from-tampopo.gif) no-repeat top left;
	width: 494px;
	height: 30px;
	text-indent: -999em;
	overflow: hidden;
	margin-top: 25px;
}

.birthday p
{
	letter-spacing: 1px;
}

div.logos
{
	clear: both;
	width: 425px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 10px;
}

div.logo
{
	float: left;
	display: inline;
	width: 495px;
	height: 100px;
	padding-bottom: 20px;
	border-bottom: 1px solid #db001b;
}

/*div.logo a
{
	float: left;
	display: inline;
	width: 125px;
}

div.logo p
{
	float: left;
	display: inline;
	padding-top: 10px;
}

div.logo a img
{
	float: left;
	display: inline;
	border: none;
	margin: 10px 20px 10px 0;
}*/

#buyone-main {
	width:365px !important; float:left; display:inline;
}

.buyone-inner {
	padding:15px;
	float:left;
	display:inline;
}

#buyone-right {
	float:left;
	display:inline;
	background:#281E1F;
	width:385px;
	padding:0 15px 15px 13px;
	 min-height: 351px;
}

.textbox {
	width:225px;
	margin-top:10px;
}

.radio-title {
	margin-right:20px;
	float:left;
	display:inline;
		margin-top:2px;

}

span.radio input{
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: .0;*/
	cursor:pointer;
	margin:0;
	padding:0;
}

label {
	float:left;
	display:inline;
	margin-top:2px;
	margin-right:7px;
}

span.radio, span.selected {
    /* background: url("images/date-radio-sprite.jpg") no-repeat scroll 0 0 #C7C7C7; */
    cursor: pointer;
    display: inline;
    float: left;
    /* height: 13px; */
    margin-left: 3px;
    /* margin-top: 2px; */
    overflow: hidden;
    /* width: 13px !important; */
	margin-right:10px;
}
span.selected {
    background: url("images/date-radio-sprite.jpg") no-repeat scroll 0 -13px #D3D3D3 !important;
}

.voucher {
	background-color:#FFFFFF; 
	color:#000000; 
	width:380px; 
	float:left;
	display:inline;
	border:1px dashed #e51b24;
}

.voucher-top {
	width:380px; 
	float:left;
	display:inline;
}

.voucher-bottom {
	width:365px; 
	float:left;
	display:inline;
	padding:10px;
}

	#buyone-right table tr
	{
		height:30px;
	}
