﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body {
	/*font-family: helvetica,arial,tahoma,sans-serif;*/
	font-family: arial,sans-serif !important;
	font-size:12px;
	color:#555;
	line-height:20px;
	background-color:#fff;
	text-align:left;
	margin:0;padding:0;border:0;
}

td {
	font-size:12px;
}

td.header {
	padding:5px;
	font-size:13px;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}

td.headerend {
	padding:5px;
	font-size:13px;
	border-top:1px solid #CCC;
}

td.body {
	padding:5px;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
td.bodyend {
	padding:5px;
	border-top:1px solid #CCC;
}
td.tightbody {
	padding:3px;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
td.tightbodyend {
	padding:3px;
	border-top:1px solid #CCC;
}
td.bodylast {
	border-top:1px solid #CCC;
}
td.white-body {
	padding:5px;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
}
td.white-bodyend {
	padding:5px;
	border-top:1px solid #FFF;
}
td.white-bodylast {
	border-top:1px solid #FFF;
}
td.bodysubtable {
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
td.innerbody {
	padding:5px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
td.innerbodyend {
	padding:5px;
	border-bottom:1px solid #CCC;
}
td.innerbodylast {
	padding:5px;
	border-right:1px solid #CCC;
}
td.innerbodylastend {
	padding:5px;
}

a:link, a:visited, a:active {
	color: #0464BB;
	text-decoration:none;
}
a:hover {
	color: #1C417C;
	text-decoration: underline;
}

/* main document center */
#viewport {
	margin:auto;
	text-align:left;
	width:960px;
}

/* header styles *//*
#hd {
	background:transparent url(../images/topbar2.gif) no-repeat 10px bottom;
   	height:147px;
   	position:relative;
}
*/
#hd {
	background:transparent url(../images/topbar2.gif) no-repeat 10px bottom;
   	height:147px;
   	position:relative;
}
#hd table.nav {
	position:absolute;
	margin-left:0;
}
#hd table.nav tr {
}
#hd table.nav tr td {
	padding-top:1px;
	padding-left:0;
	padding-right:0;
}
#hd table.nav a, #hd table.main-nav a:hover, #hd table.main-nav a:visited {
	color: #7200EA;
}

#hd table.nav a, #hd table.main-nav a span {
	color: #7200EA;
	display:block;
}
#hd table.nav a {
	line-height:14px;
}
#hd table.nav a span {
	padding:6px 15px 7px 15px;
}
#hd table.nav a span {
	font-family:arial;
	font-size:12px;
}

/* Main nav */

/*
#hd table.main-nav {
	left:15px;
	top:95px;
}
*/
#hd table.main-nav {
	left:15px;
	top:95px;
}
#hd table.main-nav tr {
	height:28px;
}

#hd table.main-nav a:hover {
	background:transparent url(../images/nav-left4.gif) repeat-x;
	text-decoration:none;
}

#hd table.main-nav a:hover span {
	background:transparent url(../images/nav-right4.gif) no-repeat right 0;
	padding:7px 15px 6px 15px;
	text-decoration:none;
}

#hd table.main-nav td.active a {
	background:transparent url(../images/nav-left3.gif) repeat-x;
	text-decoration:none;
}

#hd table.main-nav td.active a span {
	background:transparent url(../images/nav-right3.gif) no-repeat right 0;
	font-weight:bold;
	padding:7px 15px 6px 15px;
	text-decoration:none;
}

/* Sub nav */
/*
#hd .sub-nav {
	position:absolute;
	left:25px;
	top:124px;
	height:21px;
}
*/
#hd .sub-nav {
	position:absolute;
	left:25px;
	top:124px;
	height:21px;
}
#hd .sub-nav td {
	font-size:11px;
	color:#777;
	font-family:arial;
}
#hd .sub-nav td span {
	color:#777;
}
#hd .sub-nav td a {
	color:#046BCA;
	font-family:arial;
}
#hd .sub-nav td.spacer {
	padding:0 5px;
}

/* Logo */
/*after adjust the height of logo, 4 css need to be changed
 *1. #hd ->height
 *2. #hd table.main-nav ->top
 *3. #hd .sub-nav ->top
 *4. #msg-ct ->top
*/
/*
#hd h1 a {
	background:transparent url(../images/takeabreak-logo-348x66.png) no-repeat;
    position:relative;
    float:left;
    top: 15px;
    left: 10px;
    height:66px;
    width:348px;
}
*/
#hd h1 a {
	background:transparent url(../images/ninelogic-logo-187x35.png) no-repeat;
    position:absolute;
    float:left;
    top: 46px;
    left: 15px;
    height:40px;
    width:214px;
}
#hd h1 a span {
	display:none;
}

/* body styles */

#bd {
	/*margin sets the position of main body (top<gap with the top nav>, right, bottom, left)*/
	margin:8px 10px 0 10px;
	zoom:1;
}

#bd p {
	margin-top:8px;
	margin-bottom:8px;
}

#bd br {
	font-size:10px;
	line-height:10px;
}

#bd .left-column {
	width:200px;
}
#bd .right-column2 {
	width:265px;
}

#bd .right-column {
	width:700px;
	float:left;
	margin-left:10px;
}
#bd .right-column p, .center-column p {
	margin:5px;
	font-size:12px;
}
#bd .center-column {
	width:454px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}
#bd .full-block {
	width:940px;
}

#bd h3 {
	font-family: arial;
	font-size:13px;
	font-weight:bold;
	color: #385F95;
	margin:7px 0;
}
#bd h4 {
	font-family: arial;
	font-size:14px;
	font-weight:bold;
	color: #555;
	margin:5px 0;
}
#bd .home-subject {
	font-family: arial;
	padding:3px;
	color:#DA7405;
	line-height:20px;
	font-size:13px;
	font-weight:bold;
/*	text-transform:uppercase; */
	background: transparent url(../images/shd.png) no-repeat;
	padding-left:10px;
}

#bd .home-subject-more {
	float:right;
	font-size:11px;
	padding-top:2px;
	padding-right:20px;
}

#bd .big-box h5.alt {
	text-align:center;
	font-size:13px;
	border-bottom:1px solid #eee;
	color:#385F95;
}

#bd .box {
	padding: 3px 5px 5px;
}

#bd td.home-info-panel-left {
	padding-right:5px;
}

#bd td.home-info-panel-right {
	padding-left:5px;
}

#bd .bubble {background-color:#C3D9FF; font-size:13px;}

#bd	.member-sub-title {
	color:green;
	text-align:left;
	font-weight:bold;
	padding:5px 20px 5px 20px;
}

#bd .home-centerpanel-header {
	font-size:13px;
	color:#15428B;
	float:left;
}
	
#bd .tl {padding: 0; width: 4; text-align: left; vertical-align: top}
#bd .tr {padding: 0; width: 4; text-align: right; vertical-align: top}
#bd .bl {padding: 0; width: 4; text-align: left; vertical-align: bottom}
#bd .br {padding: 0; width: 4; text-align: right; vertical-align: bottom}
#bd .c {width: 4; height: 4}

#bd .row_even {
}
#bd .row_odd {
	background-color:#eee;
}

.header-signin-tf {text-align:right;padding-top:1px;line-height:24px;}
.header-signin-btn {text-align:right;padding-top:3px;}

.left-nav-top {
   	width:200px;
   	height:5px;
	background: transparent url(../images/box-top-blue-200x5.gif) no-repeat;
}
.left-nav-center {
	/*green*/
/*	border-left: 1px solid #A3D7C5;
	border-right: 1px solid #A3D7C5;
*/	/*blue*/
	border-left: 1px solid #99BBE8;
	border-right: 1px solid #99BBE8;
	padding: 10px 0px 10px 10px;
}
.left-nav-bottom {
   	width:200px;
   	height:5px;
	background: transparent url(../images/box-bottom-blue-200x5.gif) no-repeat;
}

.member-left-nav-top {
   	width:200px;
   	height:5px;
	background: transparent url(../images/box-top-blue-200x5.gif) no-repeat;
}
.member-left-nav-center {
	/*green*/
/*	border-left: 1px solid #A3D7C5;
	border-right: 1px solid #A3D7C5;
*/	/*blue*/
	border-left: 1px solid #99BBE8;
	border-right: 1px solid #99BBE8;
	padding: 10px 0px 10px 10px;
}
.member-left-nav-bottom {
   	width:200px;
   	height:5px;
	background: transparent url(../images/box-bottom-blue-200x5.gif) no-repeat;
}

.center-box-top {
   	width:729px;
   	height:35px;
	background: transparent url(../images/box-top-blue2-729x35.png) no-repeat;
}
.center-box-top3 {
   	width:729px;
   	height:35px;
	background: transparent url(../images/box-top-blue3-729x35.png) no-repeat;
}
.center-box-top4 {
   	width:729px;
   	height:35px;
	background: transparent url(../images/box-top-blue4-729x35.png) no-repeat;
}
.center-box-center {
	/*green*/
/*	border-left: 1px solid #A3D7C5;
	border-right: 1px solid #A3D7C5;
*/	/*blue*/
	border-left: 1px solid #99BBE8;
	border-right: 1px solid #99BBE8;
	padding: 10px 10px 10px 10px;
}
.center-box-bottom {
   	width:729px;
   	height:7px;
	background: transparent url(../images/box-bottom-blue2-729x7.png) no-repeat;
}

.full-block-top {
   	width:940px;
   	height:5px;
	background: transparent url(../images/box-top-grey-940x5.png) no-repeat;
}
.full-block-center {
	/*green*/
/*	border-left: 1px solid #A3D7C5;
	border-right: 1px solid #A3D7C5;
*/	/*blue*/
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	padding: 20px;
}
.full-block-bottom {
   	width:940px;
   	height:5px;
	background: transparent url(../images/box-bottom-grey-940x5.png) no-repeat;
}

.panel-title {
	font-size:13px;
}

.panel-subtitle {
	font-size:12px;
}

.ranking-nav-title {
	/*color:#A63737;*/
}

.ranking-nav-body {
}

.main-column-top {
   	width:729px;
   	height:5px;
	background: transparent url(../images/box-top-blue-729x5.gif) no-repeat;
}
.main-column-center {
	/*green*/
/*	border-left: 1px solid #A3D7C5;
	border-right: 1px solid #A3D7C5;
*/	/*blue*/
	border-left: 1px solid #99BBE8;
	border-right: 1px solid #99BBE8;
	padding: 10px;
}
.main-column-bottom {
   	width:729px;
   	height:5px;
	background: transparent url(../images/box-bottom-blue-729x5.gif) no-repeat;
}

.search-item {
    padding:3px 10px 3px 10px;
    border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
    white-space:normal;
    color:#555;
}
.search-item h3 {
	font-size:12px;
    font-weight:bold;
    color:#222;
}

.search-item .sub-info {
	font-size:11px;
}

#changecity a, #changecity a:hover, #changecity a:visited {
	color:gray;
}

.partner-medal {
	background: transparent url(../images/partner.png) no-repeat;
	width:70px;
	height:80px;
}

.review-overall-rating {
	background: transparent url(../images/ball_blue.png) no-repeat;
	width:48px;
	height:48px;
}

.reward_page_point_scheme_data {
	color:#095443;
}


/* footer */
#ft {
	height:80px;
	margin-top:20px;
	text-align:center;
	background: transparent url(../images/ft-bg.gif) no-repeat center 0;
	padding-top:5px;
}
#ft table.nav {
	margin: 0 auto;
}

#ft table.nav a, #ft table.nav a:hover, #ft table.nav a:visited {
	/*color:#789030;*/
	color:gray;
	font-size:12px;
	display:block;
	padding:5px 15px 0;
}

#ft div.copy {
	margin: 0 auto;
	padding:10px 0 25px;
	color:gray;
}

/* feature list */
ul.features, .content-box ul, .side-box ul {
	margin-left:15px;
	margin-top:3px;
	list-style-image: url(../images/c-sep-l-2.gif);
}
ul.features li, ul.red li, .content-box ul li, .side-box ul li {
	margin-top:5px;
	margin-bottom:5px;
}

ul.red {
	margin-left:10px;
	margin-top:0px;
	list-style-image: url(../images/red-li.gif);
}

/* list */
ul.list {
	margin-left:15px;
	margin-top:3px;
	list-style-image: url(../images/c-sep.gif);
}
ul.list li {
	margin-top:5px;
	margin-bottom:5px;
}
ul.ranking1 {
	margin-left:20px;
	list-style-image: url(../images/ranking1-15x15.png);
}
ul.ranking2 {
	margin-left:20px;
	list-style-image: url(../images/ranking_2.gif);
}
ul.ranking3 {
	margin-left:20px;
	list-style-image: url(../images/ranking_3.gif);
}
ul.ranking4 {
	margin-left:20px;
	list-style-image: url(../images/ranking_4.gif);
}
ul.ranking5 {
	margin-left:20px;
	list-style-image: url(../images/ranking_5.gif);
}
ul.ranking1 li, ul.ranking2 li, ul.ranking3 li, ul.ranking4 li, ul.ranking5 li {
	margin-top:8px;
	margin-bottom:8px;
}
ul.rankingup {
	margin-left:20px;
	list-style-image: url(../images/up-green-10x10.png);
}
ul.rankingdown {
	margin-left:20px;
	list-style-image: url(../images/down-red-10x10.png);
}
ul.rankingsame {
	margin-left:20px;
	list-style-image: url(../images/same-blue-10x10.png);
}
ul.rankingup li, ul.rankingdown li, ul.rankingsame li {
	margin-top:8px;
	margin-bottom:8px;
}
/* flyout menus */
.flyout-menu {
	position:absolute;
	left:-200px;
	top:-200px;
	background:#fff;
	padding:10px 15px;
	text-align:left;
	border:1px solid #aaa;
	font-family: arial;
}
.flyout-menu a {
	color:#046BCA;
}
.flyout-menu p {
	margin:4px 0;
	font-size:11px;
	color:#555;
	line-height:16px;
}
.flyout-menu br {
	line-height:10px;
}
.flyout-menu h3 {
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}
.flyout-menu ul {
	font-size:11px;
	list-style-type: square;
	margin-left:15px;
}
.flyout-menu li {
	color:#ccc;
	line-height:16px;
}

/* 'more' arrow */

.home-subject-arrow {
	float:right;
	margin: 3px 3px 0 0;
}
.home-subject-arrow a {
	display:block;
	width:19px;
	height:19px;
	background: transparent url(../images/arrow-grey.gif) no-repeat;
}
.home-subject-arrow a:hover {
	background: transparent url(../images/arrow.gif) no-repeat;
}

/* side boxes */

div.side-box {
	background: transparent url(../images/side-box.png) no-repeat;
	padding-top:9px;
	width:200px;
	margin-bottom:20px;
	zoom:1;
}
div.side-box-inner {
	background: transparent url(../images/side-box.png) no-repeat 0 bottom;
	padding:0 15px 5px;
	font-size:12px;
	zoom:1;
}
#bd div.side-box-inner h5 {
	background:transparent !important;
	padding-top:0;
}

div.big-box {
	background: transparent url(../images/big-box.png) no-repeat;
	padding-top:12px;
	width:700px;
	margin-bottom:20px;
}
div.big-box-inner {
	background: transparent url(../images/big-box.png) no-repeat 0 bottom;
	padding:0 15px 12px;
	font-size:12px;
}
#bd div.big-box-inner h5 {
	background:transparent !important;
	padding-top:0;
}

div.full-box {
	background: transparent url(../images/full-box.png) no-repeat;
	padding-top:12px;
	width:729px;
}
div.full-box-inner {
	background: transparent url(../images/full-box.png) no-repeat 0 bottom;
	padding:0 15px 10px;
	font-size:12px;
}


div.content-box {
	width:700px;
}
div.content-box p {
	margin-left:5px;
	margin-right:5px;
}
#bd div.content-box ul.features {
	margin-left:20px;
}
#bd .content-box h5 {
	background-image: url(../images/med-shd.png);
	padding-left:10px;
}

/* Store */

#commercial strong {
	font-size: 12px;
	margin: 0 0 0 0;
	font-family:arial;
	color: #083772;
	font-weight:bold;
}
table.license {
   margin-left:5px;
}
table.license, table.license td {
   border-collapse: separate;
   border: 0 none !important;
   font-size:12px;
}
table.license td {
   padding:0 5px 5px;
}

.order-type {
   float:left;
   width:300px;
   margin:10px;
   font-size:11px;
}

#bd .order-complete {

}
#bd .order-complete p {
   margin-left:0;
}

#commercial table.order-review {
   border-collapse: separate;
   margin-left:10px;
   font-size:12px;
}
#commercial table.order-review td {
   padding:5px 20px 5px 5px;
   vertical-align:top;
}
#commercial table.order-review tr.tsep td {
   border-top:1px dotted #ddd;
}
#commercial h3 {
	margin:0 0 5px;
	font-size:16px;
}
#store .big-box h4 {
	font-size:12px;
	font-weight:bold;
	color: #222;
	padding:4px;
	background:#efefef url(../images/inner-hd.png) repeat-x;
	border: 1px solid #efefef;
}



/* comparison table */

.compare {

}
.compare th {
	padding:5px 12px;
	font-weight:bold;
	text-align:center;
	border:1px solid #dddddd;
	color:#fff;
	background:#083772;
	font-size:12px;
}
.compare td {
	padding:5px;
	text-align:center;
	border:1px solid #dddddd;
	font-size:12px;
}
.compare th.cfirst {
	padding-left:8px;
}
.compare td.cfirst, .compare th.cfirst {
	text-align:left;
}
.compare td.cfirst {
	padding-left:20px;
}
.compare td.ctitle {
	text-align:left;
	font-weight:bold;
	background:#ececec;
	padding-left:12px;
	font-size:12px;
}

.compare tr.cprice td,.compare tr.cfoot td {
	padding:5px 12px;
	font-weight:bold;
	border:1px solid #dddddd;
	border-collapse:collapse;
	color:#083772;
	background:#c3daf9 url(/themes/ext/resources/images/grid-hrow.gif) repeat-x;
	vertical-align:top;
}
.compare tr.cfoot td {
    background:#fff;
    padding-left:2px;
    padding-right:2px;
	border-color:#fff;
}
.compare tr.cfoot td a {
    margin-top:0;
    margin-right:25px;
}
.compare tr.corder-note td {
	background: #eee;
}

.compare sup {
	margin-left:3px;
	font-size:10px;
}
.compare-info {
	font-size:11px;
	padding:10px;
}

/* downloads */

table.dl {
	width:650px;
}

table.dl td {
	padding:5px;
}

.expandable {
	background:#F7F7F7;
	padding:4px;
	border:1px solid #DEDEDE;
}

.expandable-body{
	background:#fff;
	padding:5px;
	zoom:1;
}
.expandable-body-inner{
	zoom:1;
}

.expandable-body dd {
	float:left;
	width:300px;
	padding:5px;
}

.training-info {
	font-size:11px;
}

a.link {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	line-height:19px;
}

.hd-bg {
	background: transparent url(../images/top.png) no-repeat 10px;
	height:29px;
}
.hd-menu {
	text-align:right;
	vertical-align:top;
	padding-top:3px;
	padding-right:10px;
	height:22px;
	font-size:12px;
}
/*
#msg-ct {
	position:absolute;
	left:720px;
	top:69px;
	width:217px;
	height:22px;
}
*/
#msg-ct {
	position:absolute;
	left:720px;
	top:69px;
	width:217px;
	height:22px;
}
#msg {
	width:217px;
	height:22px;
	background-image:url(../images/msg-bg3.gif);
	color:#777;
	font-family:arial;
	font-size:11px;
	cursor:pointer;
	visibility:hidden;
}
#msg-inner {
	padding:5px 10px 0;
	zoom:1;
	line-height:12px;
	text-align:center;
	color: #7200EA;
	font-size:11px;
}
.msg-over {
	color:red !important;
}

#msg img {
	width:19px;
	height:19px;
}

.no-icon {
	display: none;
	background: url(../images/s.gif) !important;
}

/*overwrite the tree node icon*/
.x-tree-node-icon {
    display:none;
}

/*set left nav background to white*/
.left-nav-ctcls, .home-right-nav-ranking {
	background: #fff !important;
}

/*set font of root node of left nav*/
.left-nav-root {
	color: #A63737;
	font-size: 13px;
	font-weight:bold;
}
.left-nav-root-sub {
	padding-left: 20px;
	color: #A63737;
	font-size: 11px;
	font-weight:bold;
}

/*set font of leaf nodes of left nav*/
.left-nav-branch {
	font-size: 12px;
	height: 20px;
	font-weight:normal;
}
.left-nav-leaf {
	font-size: 12px;
	height: 20px;
}
.left-nav-leaf-qtip {
	color: #A63737;
	font-size: 12px;
	padding: 5px;
}

/*dropdown box*/
.combo-list-item-lvl1 {
}
.combo-list-item-lvl2 {
	padding-left:20px;
}

.tree-node-highlight {
	font-weight: bold;
}

/*photos*/
.shot{
	float:left;
	margin: 10px 10px 3px 10px;
}

/*restaurant summary display*/
/*
.rest-summary-rest-name {
	font-size: 13px;
	font-weight: bold;
	color: #A63737;
}
*/
/*
.rest-summary-rest-desc {
	font-size: 11px !important;
	font-weight: normal !important;
	color: red !important;
}
*/
/*overwrite tree node elbow icon*/
.x-tree-arrows .x-tree-elbow{
	background:transparent url(../../../extjs/resources/images/default/tree/arrows.gif) no-repeat 0 0;
}
.x-tree-arrows .x-tree-elbow-end{
	background:transparent url(../../../extjs/resources/images/default/tree/arrows.gif) no-repeat 0 0;
}
.x-tree-arrows .x-tree-elbow-plus{
    background:transparent url(../../../extjs/resources/images/default/tree/arrows.gif) no-repeat -32px 0;
    background-position:-32px 0;
}
.x-tree-arrows .x-tree-elbow-minus{
    background:transparent url(../../../extjs/resources/images/default/tree/arrows.gif) no-repeat -48px 0 !important;
}
.x-tree-arrows .x-tree-elbow-end-plus{
    background:transparent url(../../../extjs/resources/images/default/tree/arrows.gif) no-repeat -32px 0;
}
.x-tree-arrows .x-tree-elbow-end-minus{
    background:transparent url(../../../extjs/resources/images/default/tree/arrows.gif) no-repeat -48px 0;
}

/*overwrite tree node selected for tree root*/
.x-tree-node .x-tree-selected {
	background: transparent;
	font-weight: bold;
}

/*overwrite tree ct to prevent horizontal scrollbar from covering last row*/
.x-tree-root-ct {
/*	margin-bottom:50px;*/
}

/*overwrite x-box-mc bg color from #eee to #fff*/
.x-box-mc {
	background: #fff url(../images/default/box/tb.gif) repeat-x 0 -32px;
}

/*overwrite tab panel header to make background white*/
ul.x-tab-strip-top{
	background:#fff;
}
.x-tab-panel-noborder .x-tab-panel-header-noborder {
	border-bottom-width:0;
}

/*overwrite extjs default button height*/
.x-btn-noicon .x-btn-small .x-btn-text {
	height:19px;
}
#signin-button .x-btn-noicon .x-btn-small .x-btn-text {
	height:16px;
}
.short_btn .x-btn-noicon .x-btn-small .x-btn-text {
	height:16px;
}

/*overwrite panel*/
.x-panel-mc {
    background:#fff;
}
.x-panel-ml {
	background:#fff;
	/*green*/
/*	border-left: 1px solid #A3D7C5;*/
	/*blue*/
	border-left: 1px solid #99BBE8;
}
.x-panel-mr {
	background:#fff;
	/*green*/
/*	border-right: 1px solid #A3D7C5;*/
	/*blue*/
	border-right: 1px solid #99BBE8;
}

.x-tree-node a span {
	color: #0464BB;
}

/*overwrite scrollable tab arrows*/
.x-tab-scroller-left {
	background: transparent url(../images/scroll-left.gif) no-repeat scroll -18px 0 !important;
}
.x-tab-scroller-left-over {
	background-position: 0 0 !important;
}
.x-tab-scroller-right {
	background: transparent url(../images/scroll-right.gif) no-repeat scroll 0 0 !important;
}
.x-tab-scroller-right-over {
	background-position: -18px 0 !important;
}
.x-tab-scroller-left-disabled {
	background: transparent url(../../../extjs/resources/images/default/tabs/scroll-left.gif) no-repeat scroll 0 0 !important;
}
.x-tab-scroller-right-disabled {
	background: transparent url(../../../extjs/resources/images/default/tabs/scroll-right.gif) no-repeat scroll 0 0 !important;
}

/*overwrite ext default font-family*/
.x-form-field{font-family:arial;}
.ext-ie7 .x-form-field {
    margin-top:-2px; 
    margin-bottom:0px;
    height:18px; 
}
.ext-el-mask-msg div{font-family:arial;}
.x-tab-strip span.x-tab-strip-text{font-family:arial;}
.x-form-grow-sizer{font-family:arial;}
.x-form-item{font-family:arial;}
.x-form-invalid-msg{font-family:arial;}
.x-small-editor .x-form-field{font-family:arial;}
.ext-safari .x-small-editor .x-form-field{font-family:arial;}
.x-fieldset legend{font-family:arial;}
.x-btn{font-family:arial;}
.x-btn button{font-family:arial;}
.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{font-family:arial;}
.x-grid3-hd-row td,.x-grid3-row td,.x-grid3-summary-row td{font-family:arial;}
.x-grid3-topbar,.x-grid3-bottombar{font-family:arial;}
.x-grid-group-hd div{font-family:arial;}
.x-grid-empty{font-family:arial;}
.x-tree-node{font-family:arial;}
.x-tip .x-tip-mc{font-family:arial;}
.x-tip .x-tip-header-text{font-family:arial;}
.x-tip .x-tip-body{font-family:arial;}
.x-menu-list-item{font-family:arial;}
.x-box-mc{font-family:arial;}
.x-combo-list-hd{font-family:arial;}
.x-combo-list-item{font-family:arial;}
.x-combo-list-small .x-combo-list-item{font-family:arial;}
.x-panel-header{font-size:12px;font-family:arial;}
.x-panel-tl .x-panel-header{font-family:arial;}
.x-panel-mc{font-family:arial;}
.x-window-tl .x-window-header{font-family:arial;}
.x-window-mc{font-family:arial;}
.x-window-dlg .ext-mb-textarea{font-family:arial;}

/*overwrite grid cell unselectable*/
.x-grid3-row td,
.x-grid3-summary-row td,
.x-grid3-cell-text,
.x-grid3-hd-text,
.x-grid3-hd,
.x-grid3-row {
	-moz-user-select:inherit;
	-khtml-user-select:text;
}

#content-anchor-tip .x-panel-body {
	background-color:transparent;
	border:none;
}

#content-anchor-tip .x-panel-body-noheader, #content-anchor-tip .x-panel-mc .x-panel-body {
	border-top:none;
}

/*district panel*/
.district-content, .dish-content, .menu-content {
	padding: 10px;
}
.district-parent-row, .dish-parent-row, .menu-parent-row {
	font-weight: bold;
}
.district-child-row, .dish-child-row, .menu-child-row {
	padding-bottom: 20px;
}
.district-left-col {
	padding-right:30px;
}

.phone-bg {
	line-height:25px;
	background:transparent url(../images/phone.gif) no-repeat;
}


/*temp*/
    #home-tabs-ct {
		margin-top:10px;
		position:relative;
		width:940;
		height:260px;
		background:transparent url(../images/home-tabs-ct-bg-940x260.gif);
/*		filter:alpha(opacity=60);opacity:0.6;-moz-opacity:0.6;*/
	}

#home-tabs-ct ul.x-tab-strip-top{
	background:#A2B8CB;
}

#search_and_book_form_tabs .x-tab-panel-header, #search_and_book_form_tabs .x-tab-panel-footer {
	background: #FFFFFF;
}
#search_and_book_form_tabs .x-toolbar, #list-by-district .x-toolbar{
	background:#fff;
}
#search_and_book_form_tabs .x-panel-tbar .x-toolbar {
	padding:0;
}

.icon-pic-mode {
	width:16px;
	height:16px;
	background-image: url(../images/camera.gif) !important;
}
.icon-text-mode {
	width:16px;
	height:16px;
	background-image: url(../images/application_view_columns.gif) !important;
}
.icon-go-back {
	width:16px;
	height:16px;
	background-image: url(../images/arrow_rotate_anticlockwise.png) !important;
}
.icon-go-prev {
	width:16px;
	height:16px;
	background-image: url(../images/bullet_go_left.png) !important;
}
.icon-go-next {
	width:16px;
	height:16px;
	background-image: url(../images/bullet_go_right.png) !important;
}
.icon-gold-award {
	background-image: url(../images/goldaward.gif) !important;
}
.icon-comments {
	background-image: url(../images/comments.png) !important;
}
.icon-comments-red {
	background-image: url(../images/comments_red.png) !important;
}
.icon-upload {
	background-image: url(../images/comments.png) !important;
}
.icon-photo {
	background-image: url(../images/photo_add.png) !important;
}
.icon-write-comment {
	background-image: url(../images/icon-edit2.png) !important;
}
.icon-hot {
	background-image: url(../images/hot.png) !important;
}
.icon-ranking {
	background-image: url(../images/text_list_numbers.png) !important;
}
.icon-sum {
	background-image: url(../images/sum.png) !important;
}
.icon-arrow-in {
	background-image: url(../images/arrow_in.png) !important;
}
.icon-newspaper {
	background-image: url(../images/newspaper.png) !important;
}
.icon-calender-week {
	background-image: url(../images/calendar_view_week.png) !important;
}
.icon-gift {
	background-image: url(../images/gift.png) !important;
}
.icon-dollar {
	background-image: url(../images/money_dollar.png) !important;
}
.icon-ipod {
	background-image: url(../images/ipod.png) !important;
}
.icon-apple-green {
	background-image: url(../images/apple_green.gif) !important;
}
.icon-strawberry {
	background-image: url(../images/strawberry.gif) !important;
}
.icon-folkspoon {
	background-image: url(../images/folkspoon.gif) !important;
}
.icon-heart-add {
	background-image: url(../images/heart_add.png) !important;
}
.icon-chart-curve {
	background-image: url(../images/chart_curve.png) !important;
}
.icon-book-open {
	background-image: url(../images/book_open.png) !important;
}
.icon-images {
	background-image: url(../images/images.png) !important;
}
.icon-map {
	background-image: url(../images/map.png) !important;
}
.icon-magnifier {
	background-image: url(../images/magnifier.png) !important;
}
.icon-magnifier-zoom-in {
	background-image: url(../images/magnifier_zoom_in.png) !important;
}
.icon-information {
	background-image: url(../images/information.png) !important;
}
.icon-comment-edit {
	background-image: url(../images/comment_edit.png) !important;
}
.icon-report-eidt {
	background-image: url(../images/report_edit.png) !important;
}
.icon-report-magnify {
	background-image: url(../images/report_magnify.png) !important;
}
.icon-history {
	background-image: url(../images/history.png) !important;
}
.icon-report {
	background-image: url(../images/report.png) !important;
}
.icon-chart-bar {
	background-image: url(../images/chart_bar.png) !important;
}
.icon-comment-add {
	background-image: url(../images/comment_add.png) !important;
}
.icon-zoom {
	background-image: url(../images/zoom.png) !important;
}
.icon-bed {
	background-image: url(../images/bed.png) !important;
}
.icon-calendar_date {
	background-image: url(../images/calendar_date.png) !important;
}



/*temp*/
	.min{}
	.hot{ width:440px;float:left;}
	
	.Cont {overflow: hidden;width:440px;float:left;display:inline;}
	.ScrCont {width:100000px}
	#List1,#List2 {float: left;}
	.hotTjk{ width:120px; height:220px;display:inline; text-align:center; float:left;margin-right:14px;margin-left:14px}
	.hotTjpic{ width:110px; height:110px; padding:2px; border:1px solid #d0d0d0; margin-bottom:5px;}
	.recommended-restaurants-discount, .recommended-hotel-discount{color:red;}

