/*---------------------------------------------------------------
// AspStudio_Codepage="1252"
// The above line is the mark for code page of soft usage , so DO NOT DELETE IT. More details in Help file.
//
// File name:   default.css
// Authorship:  David Savage
// Author email:
// Date created:Friday,2008-06-13 22:19:15
// Copyrights(C)
//--------------------------------------------------------------*/
body, html{
	font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#fff;

}

#pagewidth{ 
	width:60%; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	min-width:720px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	margin: 0px;
	padding: 0px;
	z-index:1;
}

h1{
 font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
 font-size: 120%;
 color: #000;
}

h2{
 font-size: 114%;
 color: #000;
}

h3{
 font-size: 100%;
 color: #000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000;
}

h5{
 font-size: 100%;
 color: #000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/**********************************************
/* STANDARD FORM ELEMENTS							 */
/*********************************************/

label{
 font: bold 66% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
 color: #000;
 float: left;
 display:inline;
}
.setSize {width:12em;}

/** STANDARD    */
input {margin-bottom:3px;}

select {margin-bottom:3px; border:1px solid #000;}
radio {border:1px solid black;}
.button{width:10em;}

/** CUSTOM FORM ELEMENTS   */
#content .itemName  select { font-size:10px; border: 1px solid #000;}
#content .itemQty select { font-size:10px; border: 1px solid #000; margin-left:0.5em;margin-right:0.5em;}
#content .prdVariations select { font-size:10px; border: 1px solid #000; margin-left:0.5em;margin-right:0.5em;}

#existuserlogin input{width:15em;}

#newuserlogin input{width:15em;}

/*#basket input{width:2em;}*/

input.standardButton {width: 5em;}

.smallTxt {width:2em;}
.midTxt {width:4em;}
.bigTxt {width:20em;}
.blackBorder {border:1px solid #000;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
}

#navBar{
	width:20%;
	float:left;
	/*border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	min-width:140px;
}

#content{
float:right;
	width: 73%;
border: 4px solid #FBCD74; background-color:#FFF6de; padding:1%; margin-bottom:1em;
vertical-align:top;
min-height:500px;
min-width: 550px;
}

#holding-content{
float:right;
	width: 97%;
border: 4px solid #FBCD74; background-color:#FFF6de; padding:1%; margin-bottom:1em;
vertical-align:top;
min-height:500px;
min-width: 550px;
}

#myOrder{
  float:right;
	width: 20%;
border: 4px solid #fff; background-color:#FFF6DE; padding:1%; margin-bottom:1em;
vertical-align:top;
}

p.frontPage {font-style:italic; text-align:center; font-weight:bold; line-height:1.25em; font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

.success {border:1px dotted #006600; background-color:#66FF99; text-align:center;}

.warning {border:1px dotted #FF9900; background-color:#FFCC66; text-align:center;}

.error {border:1px dotted #FF0000; background-color:#FBE4E4; text-align:center; color:#ff0000; font-size:66%; padding-top:0.5em; padding-bottom:0.5em;}

.customerMessageOuter {border:1px dotted #FF9900;}
.customerMessage {border:1px solid #FFf; background: url(../img/information.png) no-repeat left top; background-color:#FFCC66; min-height:95px; height:95px; }
.customerMessage p{position:relative; top:-6px; left:44px; font-size:76%; width:505px;}

.customerInfoOuter {border:1px dotted #309EDF;}
.customerInfo {border:1px solid #fff; background: url(../img/2.png) no-repeat left top; background-color:#A3D6F1; min-height:45px; height:45px; }
.customerInfo p{position:relative; left:44px; top:-6px; font-size:76%; width:505px;}



/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

.og_indent{padding-left:1em; color:#ff0000;}
.sm_items{width:17em; font-size:76%;}
.og_item{color:#000000;}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*#navBar li {border-bottom: 1px solid #EEE;}*/

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: 5px;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}


/*#sectionLinks li {border:1px solid #006600;}*/

.mainImage {text-align:center;}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	/*border-top: 1px solid #cccccc;*/
}

#advert img{
	display: block;
}

.typeHeader {color:#FF00FF;}
.subTypeHeader {color:#990000;}

.itemDescription {font-style:italic; padding-left:0.5em; font-size:smaller;color:#BA000A; font-weight:normal;}

.catDescription {font-style:italic; padding-left:0.5em; font-size:86%;color:#BA000A; font-weight:bold; width:75%;}

table.menu_layout {width:100%;}

table.menu_layout td{font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif; font-size:86%;}

.vegetarian {color:#52A625; font-weight:bold; font-style:italic; margin-left:0.5em;}

.itemName {color:#571D00; font-weight:bold;}

.openingtimes{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:78%;
width:80%;
}

.openingtimes td.opheader{
background-color:#993399; text-align:center;
}
.openingtimes td.opleft {border-bottom:1px solid #000; text-align:left; padding-bottom:0.25em;}
.openingtimes td {border-bottom:1px solid #000; text-align:center; padding-bottom:0.25em;}


#content .tbl_item_list th {text-transform:uppercase; letter-spacing: 0.2em; color:#571D00; background-color:#FBCD74; height:32px; padding-left:0.2em; vertical-align:middle; border-bottom:1px solid #000;}

#content .tbl_item_list th.subCatHeader {text-transform:uppercase; letter-spacing: 0.2em; color:#571D00; background-color:#FBCD74; height:32px; padding-left:0.2em; vertical-align:middle; border-bottom:1px solid #000; font-size:150%;}

#subCatHeader {background:url(../img/hdr_img_50.png) top right no-repeat; background-color:#FBCD74; height:62px; border-bottom:1px solid #000;  }
#subCatHeader h1{text-transform:uppercase; letter-spacing: 0.2em; color:#571D00; font-size:150%; position:relative; top:0.75em; left:1em; }

	
#content .tbl_item_list td {padding-top:3px; padding-bottom: 3px; font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif; font-size:86%; border-bottom: 1px dotted #FBCD74;}

#content .tbl_item_list td.menuCode{font-size:66%; font-weight:bold;color:#BA000A;}

#content .tbl_item_list img {margin-right:0.5em; text-align:right;}

td.headerAddress {font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif; font-size:86%;}

table.headerStrip td {padding-left:0.5em;font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif; font-size:86%;}


#control_overlay {background-color:#000;} 
  
 .modal {background-color:#fff; padding:10px; border:1px solid #333;} 

.tbl_indent_1 {padding-left:1em;}


#existuserlogin{
	margin: 1px auto;
	width: 260px;
	height: 290px;
	border: 1px solid;
	overflow: auto;
	background: white;
	float:left;
}
#usertitlelogin{
	background: #FBCD74;
	color: white;
	width: 100%;
	overflow: hidden;
}

#newuserlogin{
	margin: 1px auto;
	width: 260px;
	height: 290px;
	border: 1px solid;
	overflow: auto;
	background: white;
	position:relative;
	left:0.7em;
}

#newuseraccount{
	margin: 1px auto;
	width: 520px;
	border: 1px solid;
	overflow: auto;
	background: white;
}

#hexistuserlogin{
	margin: 1px auto;
	width: 260px;
	height: 260px;
	border: 1px solid;
	overflow: auto;
	background: white;
}

#resetpassword{
	margin: 1px auto;
	width: 260px;
	height:auto;
	border: 1px solid;
	overflow: auto;
	background: white;
}

#newuseraccount label {width:10em;}
#newuseraccount input {border:1px solid #000;}

.tblSavedMenus{width:100%; border:1px solid #FBCD74; font-size:66%;}
.tblSavedMenus th{height:20px; border-bottom:1px solid #000;}

.err {font-size:66%; color:#FF0000; font-weight:bold;}

/**** ADMIN STYLES ******/

#boxlogin{ 
	margin: 150px auto;
	height: 250px;
	width: 300px;
	border: 1px solid;
	overflow: auto;
	background: white;
}
#titlelogin{
	background: #FBCD74;
	color: white;
	width: 300px;
	overflow: hidden;
}
#contentlogin{
	padding: 10px;
}
#contentlogin .txtInput {border:solid 1px black; width:15em;}
#contentlogin .chkInput {width:1em; float:left;}
#contentlogin .lbl {width:10em; float:left; display:inline; position:relative; top: 1px;}
#contentlogin .btn {float:right; width:10em; background-color:#FBCD74; font-weight:bold; font-size:66%; position:relative; right:0.46em; top:9px; }
#contentlogin h2 {font-size: 86%;}
.pwInfo {font-size:60%;}

#hcontentlogin{
	padding: 10px;
}
#hcontentlogin .txtInput {border:solid 1px black; width:17.5em;}
#hcontentlogin .chkInput {width:1em; float:left;}
#hcontentlogin .lbl {width:10em; float:left; display:inline; position:relative; top: 1px;}
#hcontentlogin .btn {float:right; width:10em; background-color:#FBCD74; font-weight:bold; font-size:66%; position:relative; right:0.46em; top:9px; }
#hcontentlogin h2 {font-size: 86%;}


#messagelogin{
	height: 50px;
}
h1.admin{ 
	font: 18px "trebuchet ms", arial, verdana;
	margin: 0;
	padding: 10px;
	color: #FFFFFF;
}




#setMealOrder{border:1px solid #000;}
#setMealOrder h2{font-size:96%; line-height:116%; background-color:#FF0000;}
#setMealOrder label{width: 25em;}

#mnu_setMeals {width:100%; border:1px solid #BA000A;background-color:#BA000A; text-transform:uppercase; color:#FFF6de;font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif; font-size:110%; font-weight:bold; text-align:center; cursor:pointer;}

#mnu_setMeals a {background-color:#FF0000;}


.mnu_specialSetMeals {width:100%; border:1px solid #FBCD74;background-color:#FBCD74;cursor:pointer;}

.mnu_specialSetMeals a{text-decoration:none;}

.mnu_specialSetMeals h2{text-transform:uppercase; color:#571D00;font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif; font-size:110%; font-weight:bold; text-align:center;}

.mnu_specialSetMeals h3{color:#571D00;font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif; font-size:86%; font-weight:bold; text-align:center; font-style:italic;}

.bsk_chk_display{width:99%; background-color:#FFFFFF; padding:0.2em;}
.bsk_chk_display table {width:100%; table-layout:auto;}
.bsk_chk_display th {height: 17px; background-color:#FF0000; background-image:url(../img/bsk_chk_th.gif); font-size:66%; color:#fff; text-align:left; font-weight:bold;}
.bsk_chk_display td {border-bottom:1px dotted #ccc; font-size:66%; color:#000; text-align:left; font-weight:normal; padding-top:0.5em; padding-bottom:0.5em;}
.bsk_chk_display td.ctrIT {text-align:center;}
.bsk_chk_display td.rtIT {text-align:right;}
.bsk_chk_display input {border:1px solid #000; text-align:center; width:2em;;}


#bsk_chk_title {width:100%; background:url(../img/hdr_img_title.png) no-repeat; height:58px; background-color:#FBCD74;}
#bsk_chk_title h1 {position:relative; left:6em; font-size:80%; padding-top:0.1em;}
#bsk_chk_title h2 {position:relative; left:2.4em; font-size:180%; padding-top:0.3em;}

#bsk_chk_title .bsk_chk_txt {position:relative; left:7em; font-size:70%;}

#customerDetails{padding-left:0.5em; background-color:#fff;font-size:66%; color:#000; padding-bottom:0.5em; padding-top:0.5em;}
#customerDetails h2 {font-size:126%; color:#000; width:100%; border-bottom:2px solid #FFF6de;}
#customerDetails p { line-height: 1.5em;}

#saveOrder{width:99%; padding:0.2em; background-color:#fff;font-size:76%; color:#000; padding-bottom:0.5em;}
#saveOrder h2 {font-size:126%; color:#000;}

#frm_mySavedOrders{display:inline;}

ul.subcats{text-indent:1em;}

.sectionHeaderOuter {border:1px dotted #FBCD74;}
.sectionHeader {background:url(../img/hdr_img_title2.png) no-repeat left top; height:58px; background-color:#FBCD74; border:1px solid #fff;}
.sectionHeader h1 {position:relative; left:6em; font-size:80%; padding-top:0.1em;}
.sectionHeader h2 {position:relative; left:78px; top:5px; font-size:130%;}
.sectionHeader p {position:relative; left:78px; top:-5px;font-size:76%;}


#about-bubble {
  position: absolute;
  width: 200px;
  height: 200px;
  text-align: center;
}
#about-bubble-handle{
  cursor: move;
}

#about-bubble p {
  z-index: 1;
  position: relative;
  font-size:0.7em;
  padding-right: 10px;
  color: #1A1917;
}

#about-bubble h1 {
  z-index: 1;
  font: 1.3em "Georgia", "Times New Roman", serif;
  color: #E8A400;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  margin-top:1.6em;
  position: relative;
  padding-right: 10px;
}


img.shot {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

a.accountButton{width:86px;background: url(../img/button_80.png) no-repeat left top; float:right;}

a.createButton{width:136px;background: url(../img/button_130.png) no-repeat left top; float:right;}

a.basketButton{width:166px;background: url(../img/button_160.png) no-repeat left top; float:right;}

a.basketButtonOff{width:166px;background: url(../img/button_160_bw.png) no-repeat left top; float:right;}

a.savemenuButton{position:relative; top:-25px; left:250px;width:106px;background: url(../img/button_100.png) no-repeat left top;}

a.placeorderButton{width:106px;background: url(../img/button_100.png) no-repeat left top; float:right;}

a.buttontext

{

display: block;

color: #000;

font-weight: bold;

text-align: left;

text-decoration: none;

line-height: 19px;

height: 22px;

font-size: 11px;

font-family: Tahoma,Verdana,Arial,Tahoma,sans-serif;

text-indent: 24px;

}

#miniBasket { background-color: #E69806;}

#restaurantFeedback{margin-top:0.5em; width:100%; text-align:right;display: block;font-family: Tahoma,Verdana,Arial,Tahoma,sans-serif;font-size: 11px; line-height:22px;color:#BA000A; border-bottom:1px solid #BA000A; border-top:1px solid #BA000A; font-weight:bold; background-color:#FFD2D5; z-index:5;}

#admin_nav ul{text-indent:-2em; list-style-type:none; font-weight:bold;}
#admin_nav ul ul{text-indent:-3em; list-style-type:none; font-weight:normal;}
#admin_nav ul li ul li a{color:green;}

.delArea p {width: 85%; text-align:center; font-size:86%;}

div.jd_news_scroll {
position: relative;
overflow: hidden;
height: 18px;
border: 1px solid black;
background-color:#FFFFFF;
}
div.jd_news_scroll ul {
position: relative;
list-style-type: none;
padding: 0px;
margin: 0px;
}
div.jd_news_scroll ul li {
height: 15px;
padding: 0px;
padding: 2px;
padding-top: 3px;
padding-left: 10px;
margin: 0px;
font-family: Tahoma, sans-serif;
font-size: 11px;
text-align:center;
}
div.jd_news_scroll ul li a{
color:#FF0000;
font-weight:bold;
}


/* XMAS STYLES */
#xmas_content{
float:right;
	width: 73%;
border: 4px solid #9F8224; background-color:#FFF; /*padding:1%; margin-bottom:1em;*/
vertical-align:top;
min-height:500px;
min-width: 550px;
}

#xmas_content #menu_footer{background:url(../img/xmas/bauble_footer.png); min-height:204px; height:204px;}

#menu_footer #menu_footer_content{margin-left:10px;}

#xmas_content #menu_starter_content{margin-left:10px;}

#xmas_content #menu_txt{margin-left:10px;}
#xmas_content #menu_txt p{text-align:center;}

#xmas_content #menu_main_content{margin-left:10px;}

#menu_starter_content p{text-align:center;}

#xmas_content #menu_sweet_content{margin-left:10px;}


/* VALENTINE STYLES */
#valentine_content{
float:right;
	width: 73%;
border: 4px solid #bd1310; background-color:#FFF; /*padding:1%; margin-bottom:1em;*/
vertical-align:top;
min-height:500px;
min-width: 550px;
}

#xmas_content #menu_footer{background:url(../img/xmas/bauble_footer.png); min-height:204px; height:204px;}

#menu_starter_content {text-align:center;}

#xmas_content #menu_txt{margin-left:10px;}
#xmas_content #menu_txt p{text-align:center;}

#menu_main_content{text-align:center;}



#menu_sweet_content{text-align:center;}

#menu_footer_content{text-align:center;}





/* MEERKAT */
div#meerkat {
background-color:#FFECA1;
background:url(/common/img/valentine/valentine_bg.png) repeat-x 0 0;
padding:0;
margin: 0;
width:100%;
height: 110px;
}
 
div#meerkat a.close {
position: absolute;
top: 28px;
right: 1%;
background-color: transparent;
background-image: url(/common/img/xmas/close-btn.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 0pt;
display: block;
height: 22px;
width: 22px;
text-indent: -9000px;
}
 
div#meerkat a.close:hover {
background-position: 0pt bottom;
}
 
div#meerkat div#catcon {
min-width: 720px;
width: 720px;
font-family: Verdana, Arial;
margin-left:auto; 
margin-right:auto; 
}
 
div#catcon h2 {
/* this is for cufon */
font-size: 44px;
color:#bd000a;
margin: 0;
padding: 0;
position: relative;
top: 13px;
}
div#catcon h3 {
font-size: 22px;
color:#bd000a;
margin: 0;
padding: 0;
position: relative;
top: 12px;
}
div#catcon h4 {
font-size: 20px;
color:#000;
margin: 0;
padding: 0;
position: relative;
top: 12px;
}
div#catcon a {
color: #24c;
text-decoration: none;
}


