@charset "utf-8";

/* reset browser style */

div, dl, dt, dd {
	margin: 0;
	padding: 0;
}
iframe, img {
	border: none;
}
a:focus {
	outline: none;
}
/* fundamental style */

html {
	height: 100%; /* needed to get the 100% height of content */
}
body {
	height: 100%;
	background-color: #ffffff;
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
/* canvas style */
p {
	text-align:justify;
	padding:0 0 8px;
}
.canvas {
	width: auto;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.canvas div.head {
	width: 984px;
	height: 182px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.canvas div.body {
	width: 984px;
	min-height: 400px;
	margin: 0 auto;
	background: #ffffff url(background_content.png) no-repeat center top;
	position: relative;
	z-index: 0;
}
.canvas div.foot {
	width: 100%;
	padding: 5px 0 10px;
	background: #cecfce url(background_foot.png) repeat-x left top;
	position: relative;
	bottom: 0;
	z-index: 1;
}
.canvas.subpage div.head {
	height: 206px;
}
/* content style */

.content {
	width: 984px;
	margin: 0 auto;
	padding-bottom: 12px;
	position: relative;
	overflow: hidden;
}
.content .box {
	width: auto;
	margin-right: 12px;
	position: relative;
	display: inline;
	float: left;
}
.content .box.single {
	width: 235px;
}
.content .box.double {
	width: 466px;
}
.content .box.triple {
	width: 713px;
	overflow:hidden;
}
/* column style */

.column {
	width: 713px;
	overflow: hidden;
}
.column .one {
	width: 350px;
	display: inline;
	float: left;
}
.column .two {
	width: 350px;
	display: inline;
	float: right;
}
/* content special style */

.canvas div.body .content {
	width: 972px;
	padding-left: 12px;
}
.canvas.subpage div.body .content {
	background: transparent url(background_content_foot.png) no-repeat center bottom;
}
.canvas.subpage div.body .content .inline {
	width: 972px;
	margin-bottom: 14px;
	background: transparent url(background_content_body.png) repeat-y 247px top;
	overflow: hidden;
}
.canvas.subpage div.body .content .inline .box.double {
	width: 442px;
	padding: 24px 12px;
	padding-bottom: 0px;
	background: transparent url(background_content_head.png) no-repeat center top;
}
.canvas.subpage div.body .content .inline .box.profile {
	padding-top: 48px;
	background-image: url(background_profile_head.png);
}
.canvas div.foot .border {
	width: 100%;
	height: 6px;
	background-color: #999;
	position: absolute;
	line-height: 0;
	font-size: 0;
	bottom: 0;
}
.canvas div.foot .content {
	padding: 0;
	margin-top: 6px;
}
.canvas div.foot .content .box {
	width: 99.5%;
	padding-top: 10px;
	padding-left: 24px;
}
/* column special style */

.content .box.double .column {
	width: 442px;
}
.content .box.double .column .one {
	width: 215px;
}
.content .box.double .column .two {
	width: 215px;
}
/* logo style */

.logo {
	position: absolute;
	left: 8px;
	top: 41px;
}
.canvas div.foot .logo {
	position: relative;
	left: 0;
	top: 0;
}
/* announce style */

.announce {
	width: 492px;
	padding-bottom: 8px;
	background: transparent url(announce_foot.png) no-repeat center bottom;
	position: absolute;
	left: 390px;
	top: 32px;
}
.announce dd {
	width: 468px;
	padding: 0 12px;
	padding-top: 10px;
	background: transparent url(announce_head.png) no-repeat center top;
	line-height: 18px;
	color: #ffffff;
}
/* twitter style */

.twitter {
	width: 198px;
	padding-bottom: 62px;
	background: transparent url(twitter_foot.png) no-repeat center bottom;
	position: absolute;
	cursor: pointer;
	bottom: 4px;
	left: 24px;
}
.twitter dd {
	width: 174px;
	padding: 0 12px;
	padding-top: 10px;
	background: transparent url(twitter_head.png) no-repeat center top;
	line-height: 16px;
	font-size: 13px;
	color: #333333;
}
/* invitation style */

.invitation {
	width: 299px;
	height: 184px;
	background: transparent url(invite_background.png) no-repeat center bottom;
	position: absolute;
	bottom: -31px;
	right: -40px;
}
.invitation a.action {
	left: 4px;
	top: 23px;
}
.invitation fieldset {
	width: 140px;
	height: 44px;
	position: absolute;
	left: 24px;
	top: 126px;
}
.invitation fieldset input.text {
	width: 103px;
	height: 18px;
	padding: 1px 3px;
	line-height: 18px;
}
.canvas.subpage .invitation {
	bottom: -7px;
}
* html .invitation { /* be nice to Internet Explorer 6.0 */
	background: transparent url(invite_background_ie.png) no-repeat center bottom;
}
/* topmenu style */

.topmenu {
	height: 24px;
	padding-right: 14px;
	background: transparent url(topmenu_bg_right.png) no-repeat right top;
	overflow: visible;
	position: absolute;
	right: 0;
	top: 0;
}
.topmenu ul {
	width: auto;
	height: 24px;
	padding-left: 2px;
	background: transparent url(topmenu_bg_left.png) no-repeat left top;
	list-style-type: none;
	overflow: hidden;
	float: right;
}
.topmenu ul li {
	width: auto;
	height: auto;
	padding: 0;
	margin-left: 14px;
	background: transparent url(topmenu_dots.png) no-repeat left 9px;
	display: block;
	float: left;
}
.topmenu ul li a {
	width: auto;
	height: 20px;
	padding: 0 2px;
	padding-left: 8px;
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
	color: #ffffff;
	display: block;
	float: left;
}
.topmenu ul li.active a {
	text-decoration: underline;
	color: #ffffff;
}
.topmenu ul li.active a:hover {
	text-decoration: none;
	color: #ffffff;
}
.topmenu ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
}
* html .topmenu { /* be nice to Internet Explorer 6.0 */
	background: none;
}
* html .topmenu ul { /* be nice to Internet Explorer 6.0 */
	background: none;
}
/* footmenu style */

.footmenu {
	width: auto;
	margin-bottom: 6px;
	list-style-type: none;
	overflow: hidden;
}
.footmenu li {
	width: 190px;
	height: auto;
	padding: 0;
	margin-bottom: 4px;
	background: none;
	float:left;
	overflow:hidden;
}
.footmenu li a {
	width: auto;
	height: 19px;
	text-decoration: none;
	white-space: nowrap;
	font-size: 14px;
	display: block;
	color: #666666;
}
.footmenu li.active a {
	text-decoration: underline;
}
.footmenu li a:hover {
	text-decoration: underline;
	color: #666666;
}
/* pagemenu style */

.pagemenu {
	width: 974px;
	height: 36px;
	overflow: hidden;
	list-style-type: none;
	position: absolute;
	top: 146px;
	left: 5px;
}
.pagemenu li {
	width: auto;
	height: auto;
	margin-right: 1px;
	padding: 0;
	padding-left: 5px;
	background: transparent url(pagemenu_tab_left.png) no-repeat left top;
	display: block;
	float: left;
}
.pagemenu li a {
	width: auto;
	height: 25px;
	padding: 7px 14px 0 9px;
	background: transparent url(pagemenu_tab_right.png) no-repeat right top;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	float: left;
	color: #333333;
}
.pagemenu li a:hover {
	text-decoration: none;
	color: #ffffff;
}
* html .pagemenu li a:hover { /* be nice to Internet Explorer 6.0 */
	color: #7d7d7d;
}
* html .pagemenu li.active a:hover { /* be nice to Internet Explorer 6.0 */
	color: #ffffff;
}
.pagemenu li:hover {
	background-position: left -64px;
}
.pagemenu li:hover a {
	background-position: right -64px;
	color: #ffffff;
}
.pagemenu li.active {
	background-position: left -32px;
}
.pagemenu li.active a {
	background-position: right -32px;
	color: #ffffff;
}
.pagemenu li.tab-02:hover {
	background-position: left -128px;
}
.pagemenu li.tab-02:hover a {
	background-position: right -128px;
}
.pagemenu li.tab-02.active {
	background-position: left -96px;
}
.pagemenu li.tab-02.active a {
	background-position: right -96px;
}
.pagemenu li.tab-03:hover {
	background-position: left -192px;
}
.pagemenu li.tab-03:hover a {
	background-position: right -192px;
}
.pagemenu li.tab-03.active {
	background-position: left -160px;
}
.pagemenu li.tab-03.active a {
	background-position: right -160px;
}
.pagemenu li.tab-04:hover {
	background-position: left -256px;
}
.pagemenu li.tab-04:hover a {
	background-position: right -256px;
}
.pagemenu li.tab-04.active {
	background-position: left -224px;
}
.pagemenu li.tab-04.active a {
	background-position: right -224px;
}
.pagemenu li.tab-05:hover {
	background-position: left -320px;
}
.pagemenu li.tab-05:hover a {
	background-position: right -320px;
}
.pagemenu li.tab-05.active {
	background-position: left -288px;
}
.pagemenu li.tab-05.active a {
	background-position: right -288px;
}
.pagemenu li.tab-06:hover {
	background-position: left -384px;
}
.pagemenu li.tab-06:hover a {
	background-position: right -384px;
}
.pagemenu li.tab-06.active {
	background-position: left -352px;
}
.pagemenu li.tab-06.active a {
	background-position: right -352px;
}
.pagemenu li.tab-07:hover {
	background-position: left -448px;
}
.pagemenu li.tab-07:hover a {
	background-position: right -448px;
}
.pagemenu li.tab-07.active {
	background-position: left -416px;
}
.pagemenu li.tab-07.active a {
	background-position: right -416px;
}
.pagemenu li.tab-08:hover {
	background-position: left -512px;
}
.pagemenu li.tab-08:hover a {
	background-position: right -512px;
}
.pagemenu li.tab-08.active {
	background-position: left -480px;
}
.pagemenu li.tab-08.active a {
	background-position: right -480px;
}
/* submenu style */

.submenu {
	width: 952px;
	height: 26px;
	margin: 0;
	overflow: hidden;
	list-style-type: none;
	position: absolute;
	top: 180px;
	left: 16px;
}
.submenu li {
	width: auto;
	height: auto;
	padding: 0;
	background: none;
	display: block;
	float: left;
}
.submenu li a {
	width: auto;
	height: 25px;
	padding: 0 4px;
	padding-top: 1px;
	text-decoration: none;
	background: transparent url(submenu_arrow.png) no-repeat center -20px;
	white-space: nowrap;
	text-align: center;
	font-size: 12px;
	display: block;
	float: left;
	color: #ffffff;
}
.submenu li.divider {
	width: 1px;
	height: 24px;
	margin: 0 8px;
	margin-top: 2px;
	background: transparent url(submenu_divider.png) no-repeat center bottom;
	font-size: 1px;
	display: block;
	float: left;
	clear: none;
	z-index: 1;
}
.submenu li.divider img {
	width: 1px;
	height: 24px;
}
.submenu li a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.submenu li.active a {
	background-position: center bottom;
}
.submenu li.active a:hover {
	text-decoration: none;
}
/* tabmenu style */

.tabmenu {
	width: auto;
	height: 24px;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}
.tabmenu li {
	width: auto;
	height: auto;
	padding: 0;
	padding-left: 5px;
	margin-right: -1px;
	background: transparent url(tabmenu_tab_left.png) no-repeat left 0px;
	display: block;
	float: left;
}
.tabmenu li span {
	width: auto;
	height: 17px;
	padding: 7px 9px 0 4px;
	background: transparent url(tabmenu_tab_right.png) no-repeat right 0px;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	font-size: 13px;
	color: #666666;
	display: block;
	float: left;
}

/* tabmenu profile style */

.profile .tabmenu {
	width: 466px;
	height: 24px;
	position: absolute;
	top: 12px;
	left: 0;
}
.profile .tabmenu li a {
	height: 22px;
	padding: 2px 10px 0 5px;
}
.profile .tabmenu li.active {
	background-position: left -72px;
}
.profile .tabmenu li.active a {
	background-position: right -72px;
	color: #333333;
}
/* directions style */

.directions {
	width: auto;
	margin: 0;
	margin-right: -10px;
	list-style-type: none;
	overflow: hidden;
}
.directions li {
	width: auto;
	height: 21px;
	padding: 2px 10px;
	background: none;
	background-color: #f4f5f5;
	border-left: 1px solid #e3e3e3;
	display: block;
	float: right;
}
.directions li a {
	width: auto;
	height: 21px;
	padding-right: 14px;
	background: transparent url(action_arrows.png) no-repeat right 7px;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	font-size: 11px;
	color: #990000;
	display: block;
	float: left;
}
.directions li a:hover {
	text-decoration: underline;
}
/* treemenu style */

.treemenu {
	width: 233px;
	margin: 0 -9px;
	list-style-type: none;
	border-top: 1px solid #cccccc;
}
.treemenu li {
	width: auto;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	background: none;
	display: block;
}
.treemenu li a {
	width: 215px;
	height: auto;
	padding: 5px 9px;
	padding-top: 3px;
	text-decoration: none;
	font-size: 13px;
	display: block;
	color: #333333;
}
.treemenu li.active a {
	background-color: #fefefe;
	color: #9a0002;
}
.treemenu li.open a {
	background-color: #fefefe;
	color: #333333;
}
.treemenu li a:hover {
	text-decoration: none;
	background-color: #fefefe;
	color: #9a0002;
}
* html .treemenu li a { /* be nice to Internet Explorer 6.0 */
	height: 20px;
}
/* treemenu level 1 style */

.treemenu .level1 {
	width: 233px;
	border: none;
	margin: 0;
	margin-top: -5px;
	padding-bottom: 5px;
	background-color: #fefefe;
}
.treemenu .level1 li {
	width: auto;
	border: none;
}
.treemenu .level1 li a {
	width: auto;
	padding: 1px 9px;
	padding-left: 22px;
	background: transparent url(treemenu_dots.png) no-repeat 12px 0px;
	font-size: 12px;
	color: #333333;
}
.treemenu .level1 li.active a {
	background-position: 12px -42px;
	color: #9a0002;
}
.treemenu .level1 li.open a {
	color: #333333;
}
.treemenu .level1 li a:hover {
	text-decoration: none;
	background-position: 12px -42px;
	color: #9a0002;
}
/* treemenu leve2 1 style */

.treemenu .level2 {
	width: 233px;
	border: none;
	margin: 0px;
	background-color: #fefefe;
}
.treemenu .level2 li {
	width: auto;
	border: none;
}
.treemenu .level2 li a {
	width: auto;
	padding: 1px 9px;
	padding-left: 34px;
	background: transparent url(treemenu_dots.png) no-repeat 24px 0px;
	font-size: 12px;
	color: #333333;
}
.treemenu .level2 li.active a {
	background-position: 24px -42px;
	color: #9a0002;
}
.treemenu .level2 li.open a {
	color: #333333;
}
.treemenu .level2 li a:hover {
	text-decoration: none;
	background-position: 24px -42px;
	color: #9a0002;
}
/* sidemenu style */

.sidemenu {
	width: 215px;
	margin: 4px 0px;
	margin-top: -4px;
	list-style-type: none;
}
.sidemenu li {
	width: auto;
	padding: 0;
	background: none;
	display: block;
}
.sidemenu li a {
	width: 203px;
	height: auto;
	padding: 2px 0;
	padding-left: 12px;
	text-decoration: none;
	background: transparent url(treemenu_dots.png) no-repeat 0px 0px;
	font-size: 13px;
	display: block;
	color: #333333;
}
.sidemenu li a:hover {
	text-decoration: underline;
	background-position: 0px 0px;
	color: #333333;
}
.sidemenu li.active a {
	background-position: 0 -42px;
	color: #9a0002;
}
/* Stylesheet File Restaurants of Bangkok							*/
/* content.css 														*/
/* Modified February 22th 2010						 				*/
/* http://www.restaurantsofbangkok.com/ 						    */


/* fundamental style */

.clear {
	float: none;
	clear: both;
}
.hidden, .button-disabled {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -9999em;
	top: 0;
}
/* divider style */

.divider {
	height: 16px;
	background: transparent url(divider.png) repeat-x 0 9px;
	line-height: 1px;
	font-size: 1px;
	float: none;
	clear: both;
}
.single .divider {
	height: 16px;
	background-position: 0px 15px;
}
/* hr style */

hr {
	height: 0;
	max-height: 0;
	margin: 8px 0;
	border: 0 solid #cccccc;
	border-top-width: 1px;
	line-height: 0;
	font-size: 0;
	clear: both;
}
*:first-child + html hr {  /* be nice to Internet Explorer 7.0 */
	margin: 1px 0;
}
* html hr { /* be nice to Internet Explorer 6.0 */
	margin: 1px 0;
}
/* media style */

.media {
	margin-bottom: 14px;
}
.media img {
	border: 1px solid #333333;
}
/* google map style */

.googlemap {
	border: 1px solid #333333;
	margin-bottom: 14px;
}
/* definition style */

.definition {
	width: 330px;
	padding-bottom: 10px;
	overflow: hidden;
	display: block;
	clear: both;
}
.definition dt {
	width: 132px;
	display: inline;
	overflow: hidden;
	float: left;
}
.definition dd {
	width: 188px;
	display: inline;
	float: right;
}
/* definition special style */

.definition dd img, .definition dt img {
	margin: 0 4px 0 0 !important;
	border: 1px solid #666666;
	float: left;
}
.definition dd h4 {
	font-size: 13px;
	margin-bottom: 4px;
	color: #333333;
}
.definition dd p {
	margin-bottom: 6px;
}
.definition dd em {
	line-height: 16px;
	font-size: 12px;
	color: #999;
}
/* listing style */

.listing {
	width: auto;
	margin-bottom: 8px;
}
/* entry style */

.entry {
	width: 442px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.entry .card {
	width: 132px;
	height: auto;
	display: inline;
	line-height: 0;
	float: left;
}
.list .entry.line .card {
	width: auto;
	margin-right: 6px;
}
.list .entry.line h4 {
	color: #333333;
}
.entry .info {
	width: 300px;
	display: inline;
	float: right;
}
.entry dl {
	width: 300px;
	padding-bottom: 2px;
	position: relative;
	overflow: hidden;
	font-size: 11px;
}
.entry dl dt {
	width: 100px;
	display: inline;
	float: left;
}
.entry dl dd {
	width: 200px;
	display: inline;
	float: right;
}
.entry dl dd a {
	text-decoration: none;
}
.entry .card img {
	border: 1px solid #333333;
}
/* list special style */

.entry h4, .entry h4 a {
	font-size: 13px;
	text-decoration: none;
	color: #990000;
}
.entry h4 a:hover {
	text-decoration: underline;
	color: #990000;
}
.entry p, .entry p a {
	margin: 0;
	text-decoration: none;
	color: #666666;
}
.entry p a:hover {
	text-decoration: none;
	color: #333333;
}
.entry p a span {
	padding: 0 5px;
	background: transparent url(action_arrows.png) no-repeat right 6px;
}
/* list pages style */

.list.pages .entry p {
	margin-bottom: 12px;
}
.list.pages .entry.line h4 {
	margin: 0;
	padding: 2px 0;
}
.list.pages .entry.line p {
	margin: 0;
}
/* list news style */

.list.news .entry h4 {
	margin: 0;
	padding-top: 6px;
}
.list.news .entry.line h4 {
	padding: 2px 0;
}
/* list cards style */

.list.cards .entry.line .card {
	padding-top: 5px;
}
.list.cards .entry h4 {
	margin-bottom: 10px;
	font-size: 14px;
}
.list.cards .entry.line h4 {
	margin-bottom: 1px;
}
.list.cards .entry h5 {
	margin: 0;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-size: 12px;
	color: #666666;
}
.list.cards .entry p {
	font-size: 11px;
}
/* list files style */

.list.files .entry .size {
	position: absolute;
	right: 0;
}
.list.files .entry h4 {
	margin: 0;
	margin-top: 2px;
}
.list.files .entry p {
	margin: 0;
	margin-top: 1px;
}
.list.files .divider {
	height: 13px;
	background-position: 0 6px;
}
/* file style */

.file {
	height: 16px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	overflow: hidden;
}
.file a {
	width: auto;
	padding-left: 22px;
	text-decoration: none;
	overflow: hidden;
	display: block;
	color: #666666;
}
.file span {
	width: auto;
	margin-right: 14px;
	font-size: 12px;
	cursor: pointer;
	display: block;
	float: left;
}
.file span.size {
	width: 60px;
}
.file span.date {
	width: 70px;
}
.file:hover a span {
	color: #333333;
}
.file a:hover {
	text-decoration: none;
	color: #333333;
}
/* item style */

.item {
	width: 442px;
	margin-bottom: 6px;
	position: relative;
}
.item .lead {
	width: 442px;
	position: relative;
	z-index: 1;
}
.item .base {
	width: 440px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.item .base .left {
	width: 132px;
	padding: 10px;
	display: inline;
	float: left;
}
.item .base .right {
	width: 278px;
	padding: 10px;
	padding-left: 0;
	padding-bottom: 0;
	display: inline;
	float: right;
}
.item .base .left img {
	border: 1px solid #666666;
}
.item .lead h4 {
	margin: 0;
	padding: 4px;
	padding-top: 0;
	font-size: 14px;
	color: #990000;
}
.item .base h4 {
	margin: 0;
	padding-bottom: 4px;
	font-size: 14px;
	color: #333333;
}
.item .base h5 {
	margin: 0;
	padding-bottom: 4px;
	font-size: 13px;
	color: #990000;
}
.item .base h6 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 12px;
	color: #990000;
}
.item .base p {
	margin: 0;
	padding-bottom: 8px;
	line-height: 16px;
	font-size: 12px;
}
.item.restaurant-list .base p {
	min-height: 66px;
}
/* item offers style */

.item.offer .base p {
	height: 90px;
	padding-bottom: 6px;
}
.item.offer .base p.offer-text {
	height: 76px;
	overflow: hidden;
	margin-bottom: 12px;
}
.item.offer .base p.only-one {
	height: auto;
}
/* item review style */

.item.review {
	padding-top: 23px;
}
.item.review .base {
	width: 361px;
	padding: 10px 10px;
	padding-bottom: 0;
	margin-left: 59px;
}
.item.review .base h5 {
	padding-bottom: 3px;
	font-size: 14px;
	color: #000000;
}
.item.review .base p {
	padding-bottom: 6px;
}
.item.review .base p.review-text {
	height: 44px;
	overflow: hidden;
}
.item.review .base em {
	padding-bottom: 16px;
	font-size: 12px;
	color: #999999;
	display: block;
}
.item.review .base p strong {
	padding-top: 10px;
	padding-bottom: 4px;
	font-weight: normal;
	display: none;
	color: #666666;
}
.item.review .base p strong em {
	font-style: normal;
	display: inline;
	color: #990000;
}
.item.review .user {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 24px;
}
/* item review rating style */

.item.review .base dl {
	width: 361px;
	padding-bottom: 10px;
	overflow: hidden;
}
.item.review .base dt {
	width: 131px;
	height: 20px;
	text-align: right;
	display: block;
	float: left;
}
.item.review .base dd {
	width: 220px;
	height: 20px;
	display: block;
	float: right;
	color: #666666;
}
.item.review .base dd strong {
	height: 20px;
	padding-left: 126px;
	background: transparent url(rating_stars.png) no-repeat 0 -120px;
	font-weight: normal;
	display: block;
	color: #666666;
}
.item.review .base dl.rating-all {
	display: none;
}
.item.review .base dd .stars-01 {
	background-position: 0 -100px
}
.item.review .base dd .stars-02 {
	background-position: 0 -80px
}
.item.review .base dd .stars-03 {
	background-position: 0 -60px
}
.item.review .base dd .stars-04 {
	background-position: 0 -40px
}
.item.review .base dd .stars-05 {
	background-position: 0 -20px
}
.item.review .base dd .stars-06 {
	background-position: 0 0
}
/* item sidebar style */

.item.sidebar {
	width: 215px;
	padding-top: 23px;
	margin-bottom: 12px;
	position: relative;
}
.item.sidebar .base {
	width: 193px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.item.sidebar .base a img {
	border: 1px solid #333333;
}
/* item itembar style */

.item .itembar {
	width: 120px;
	padding: 3px 7px;
	background: transparent url(background_item_bar.png) no-repeat left top;
	position: absolute;
	text-align: center;
	overflow: hidden;
	z-index: 2;
	right: 0px;
	top: 3px;
}
.item .itembar.small {
	width: 82px;
	padding: 3px 15px;
	background-image: url(background_item_bar_small.png);
}
.item .itembar strong {
	font-weight: normal;
	font-size: 11px;
	color: #999999;
}
.item .itembar .total, .item .reviewbar .total, .item .itembar .rate, .item .reviewbar .rate {
	width: 35px;
	height: 24px;
	background: transparent url(action_bubble.png) no-repeat center 3px;
	text-align: center;
	line-height: 20px;
	cursor: default;
	display: inline;
	color: #ffffff;
	float: left;
}
.item .itembar .rate, .item .reviewbar .rate {
	margin-right: 12px;
	background-image: url(action_rating_label.png);
}
.item.restaurant-list .ratings, .item.restaurant-list .judgement {
	width: 66px;
	height: 28px;
	background: transparent url(vertical_rating_rate.png) no-repeat -72px 0;
	position: absolute;
	text-align: center;
	word-spacing: 0;
	font-size: 10px;
	color: #ff6900;
	display: none;
	z-index: 999;
	right: 46px;
	top: -20px;
}
.item.restaurant-list .judgement {
	color: #707070;
	right: 0px;
}
/* item reviewbar style */

.item .reviewbar {
	width: auto;
	padding: 4px 0;
	overflow: hidden;
}
.item .reviewbar strong {
	width: auto;
	margin-right: 4px;
	font-weight: normal;
	display: inline;
	color: #999999;
	float: left;
}
.item .reviewbar .rate, .item .reviewbar .total {
	margin: 0;
	margin-right: 30px;
}
/* tools style */

.tools {
	width: 442px;
	margin-bottom: 6px;
	overflow: hidden;
}
.tools .one {
	width: 220px;
	display: inline;
	text-align: left;
	float: left;
}
.tools .two {
	width: 220px;
	display: inline;
	text-align: right;
	float: right;
}
.tools span {
	font-size: 12px;
	color: #666666;
}
/* quicklinks style */

.tools.quicklinks {
	padding-top: 24px;
}
/* score style */

.score {
	width: auto;
	padding-bottom: 8px;
	background: transparent url(score_background.png) no-repeat right top;
	text-align: right;
}
.score .labels {
	width: auto;
	padding-bottom: 4px;
	overflow: hidden;
	clear: both;
}
.score .row {
	width: auto;
	height: 20px;
	padding-bottom: 4px;
	background: transparent url(score_row.png) no-repeat right 6px;
	overflow: hidden;
	clear: both;
}
.score span, .score strong {
	margin-top: 3px;
	font-size: 11px;
	color: #666666;
}
.score .row span, .score .row strong {
	display: inline;
	color: #333333;
	float: left;
}
.score .labels span {
	width: 56px;
	margin: 0;
	font-size: 10px;
	text-align: center;
	display: inline;
	float: right;
}
.score img {
	margin: 0;
}
.score .row img {
	float: right;
}
/* userinfo style */

.userinfo {
	width: 442px;
	overflow: hidden;
}
.userinfo .one {
	width: 59px;
	display: inline;
	float: left;
}
.userinfo .two {
	width: 381px;
	display: inline;
	float: right;
}
.userinfo .two .definition {
	width: 381px;
	padding: 0;
	font-size: 11px;
}
.userinfo .two .definition dt {
	width: 100px;
}
.userinfo .two .definition dd {
	width: 281px;
}
/* transition style */

.transition {
	width: 713px;
	height: 204px;
	margin-top: 12px;
	position: relative;
	overflow: hidden;
}
.transition .slideshow {
	width: 452px;
	height: 180px;
	position: absolute;
	z-index: 0;
	left: 11px;
	top: 11px;
}
.transition .slideshow .slider {
	width: 452px;
	height: 180px;
	position: absolute;
}
.transition .slideshow .slider img {
	position: absolute;
	z-index: 1;
}
.transition .slideshow .slider .caption {
	width: 412px;
	height: 90px;
	padding: 10px 14px;
	padding-right: 26px;
	background: transparent url(slider_caption_background.png) repeat left top;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	bottom: 0px;
	z-index: 2;
}
.transition .slideshow .slider .caption h2 {
	width: auto;
	margin-bottom: 6px;
	padding-right: 20px;
	background: transparent url(slider_action.png) no-repeat right 50%;
	line-height: 20px;
	color: #ffffff;
	display: block;
	float: left;
}
.transition .slideshow .slider .caption p {
	margin-bottom: 0px;
	line-height: 16px;
	font-size: 12px;
	display: inline-block;
	clear: both;
}
.transition .slideshow .slider .caption h2 a, .transition .slideshow .slider .caption h2 a:hover {
	text-decoration: none;
	color: #ffffff;
}
.transition .slideshow .slider .caption p a, .transition .slideshow .slider .caption p a:hover {
	text-decoration: none;
	color: #ffffff;
}
.transition .slideshow .slider {
	display: none;
}
.transition .slideshow .slider:first-child {
	display: block;
}
/* transition mask style */

.transition .mask {
	width: 713px;
	height: 14px;
	background: transparent url(slider_mask_ie.png) no-repeat 0px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
}
.transition .mask.rt {
	width: 14px;
	height: 180px;
	background-position: -699px -14px;
	left: 699px;
	top: 14px;
}
.transition .mask.rb {
	width: 713px;
	height: 14px;
	background-position: 0px -314px;
	left: 0px;
	top: 190px;
}
.transition .mask.lb {
	width: 14px;
	height: 180px;
	background-position: 0px -14px;
	left: 0px;
	top: 14px;
}
/* slidemenu style */

.slidemenu {
	width: 264px;
	height: 180px;
	margin: 0;
	padding-top: 1px;
	list-style-type: none;
	position: absolute;
	overflow: hidden;
	right: 11px;
	top: 11px;
	z-index: 3;
}
.slidemenu li {
	width: 264px;
	height: 61px;
	margin: 0;
	padding: 0;
	background: transparent url(slider_tab.png) no-repeat 0px 0px;
	display: block;
	clear: right;
}
.slidemenu li a {
	width: auto;
	height: 43px;
	padding: 1px 10px;
	margin-left: 26px;
	text-decoration: none;
	display: block;
	color: #333333;
}
.slidemenu li a strong {
	font-weight: normal;
	font-size: 12px;
	display: block;
}
.slidemenu li a span {
	font-size: 10px;
	display: block;
}
.slidemenu li:hover {
	background-position: 0px -61px;
}
.slidemenu li a:hover {
	text-decoration: none;
	color: #333333;
}
.slidemenu li.active {
	background-position: 0px -122px;
}
.slidemenu li.active a {
	color: #ffffff;
}
.slidemenu li.active:hover {
	background-position: 0px -183px;
	background-position: 0px -122px;
}
.slidemenu li.active a:hover {
	color: #ffffcc;
	color: #ffffff;
}
* html .slidemenu li { /* be nice to Internet Explorer 6.0 */
	background: transparent url(slider_tab_ie.png) no-repeat 0px 0px;
}
/* pagination style */

.pagination {
	width: auto;
	margin-top: 7px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
	overflow: hidden;
	cursor: default;
}
.pagination a, .pagination span, .pagination strong {
	margin-right: 3px;
	padding: 2px 7px;
	font: normal 12px/16px Tahoma, Arial, sans-serif;
	display: block;
	float: left;
}
.pagination a, .pagination span {
	text-decoration: none;
	border: 1px solid #cccccc;
	color: #666666;
}
.pagination a:visited {
	color: #666666;
}
.pagination a:hover, .pagination a:visited:hover {
	text-decoration: none;
	background-color: #fefefe;
	border: 1px solid #c3bdb7;
	color: #666666;
}
.pagination strong {
	font-weight: normal;
	background-color: #fefefe;
	border: 1px solid #cccccc;
	color: #666666;
}
.pagination em {
	padding-top: 3px;
	font: normal 12px/16px Tahoma, Arial, sans-serif;
	display: block;
	float: right;
	color: #666666;
}
/* popup style */

.popup {
	background: none;
	background-color: #ffffff;
}
.popup .holder {
	margin: 0 20px 0 20px;
	padding: 20px 0 20px 0;
}
/* Stylesheet File Restaurants of Bangkok							*/
/* paragraph.css 													*/
/* Modified February 22th 2010						 				*/
/* http://www.restaurantsofbangkok.com/ 						    */


/* reset browser style */

address, caption, cite, code, dfn, em, strong, var, optgroup, abbr, acronym {
	font-variant: normal;
	margin: 0;
	padding: 0;
	border: 0;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li {
	font-size: 100%;
	list-style-type: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}
body {
	font: normal 0.8em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	word-spacing: 0.1em;
	letter-spacing: 0;
	color: #333333;
}
.center {
	text-align: center;
	display: block;
}
/* paragraph style */

p {
	margin-bottom: 14px;
	line-height: 18px;
	font-size: 13px;
}
h1 {
	margin-bottom: 14px;
	line-height: 24px;
	font-size: 20px;
}
h2 {
	margin-bottom: 14px;
	font-size: 16px;
}
h3 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #990000;
}
h4 {
	margin-bottom: 10px;
	font-size: 14px;
	color: #990000;
}
h5 {
	margin-bottom: 4px;
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
/* anchor style */

a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
/* list style*/

ul {
	margin-bottom: 14px;
	position: relative;
}
ul li {
	list-style: none;
	padding: 1px 0 2px 26px;
	background: url(bullet_tick.png) no-repeat 4px 3px;
}
ol {
	margin-bottom: 14px;
}
ol li {
	list-style: decimal;
	padding: 1px 0 2px 0;
	margin-left: 30px;
}
/* action style */

.action {
	width: 30px;
	margin: 0;
	padding-left: 14px;
	background: transparent url(action_arrows.png) no-repeat left 7px;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	color: #990000;
}
.action:hover {
	text-decoration: underline;
	color: #990000;
}
/* document style */

.document {
	width: 50px;
	margin: 0;
	padding: 3px 0;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	color: #666666;
}
.document img {
	margin-right: 4px;
	vertical-align: -3px;
}
.document:hover {
	text-decoration: underline;
	color: #666666;
}
/* table style */

table {
	width: auto;
	padding: 0;
	margin: 10px -7px 20px -7px;
}
table th, table td {
	margin: 0;
	padding: 3px 7px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
}
/* simple table style */

.simple {
	width: auto;
	margin: 10px 0 20px 0;
}
.simple td, .simple th {
	padding: 3px 5px 3px 14px;
	background: transparent url(background_table_space.png) repeat-y top left;
	border-top: 1px solid #cccccc;
	font-size: 11px;
	color: #4b4b4b;
}
.simple .row1 td, .simple .row1 th {
	border-top: none;
}
.simple .row1 th {
	font-weight: bold;
}
.simple th.start {
	padding: 5px 5px;
	background-image: none;
}
.simple td.start {
	padding: 3px 5px;
	background-image: none;
}
/* styled table style */

.styled {
	width: auto;
	margin: 10px 0 20px 0;
}
.styled th {
	padding: 4px 9px 4px 7px;
	background: #efefef url(background_table_cell.png) repeat-y top right;
	border-bottom: 2px solid #efefef;
	font-weight: bold;
	font-size: 11px;
	color: #4b4b4b;
}
.styled td {
	padding: 4px 9px 4px 7px;
	font-size: 11px;
	color: #4b4b4b;
}
.styled .even td {
	background: #f7f7f7 url(background_table_cell.png) repeat-y top right;
}
.styled .odd td {
	background-color: #efefef;
}
/* styled theme2 table style */

.styled.theme2 {
	width: auto;
}
.styled.theme2 th {
	background: none;
	background-color: #8dc06d;
	border: none;
	color: #ffffff;
}
.styled.theme2 .even td {
	background: none;
	background-color: #e5f0d5;
	color: #333333;
}
.styled.theme2 .odd td {
	background: none;
	background-color: #cfe4ae;
	color: #333333;
}
/* styled theme3 table style */

.styled.theme3 {
	width: auto;
}
.styled.theme3 th {
	background: none;
	background-color: #76bbde;
	border: none;
	color: #ffffff;
}
.styled.theme3 .even td {
	background: none;
	background-color: #dcedf6;
	color: #333333;
}
.styled.theme3 .odd td {
	background: none;
	background-color: #afd8ec;
	color: #333333;
}
/* holder table style */

table.holder {
	width: 442px !important;
	margin: 0 -12px 0 0;
	text-align: left;
}
table.holder th, table.holder td {
	padding: 0 12px 0 0;
}
table.holder th table, table.holder td table {
	width: 215px !important;
}
table.holder th .simple th, table.holder th .simple td {
	padding: 3px 5px 3px 14px;
}
table.holder td .simple th, table.holder td .simple td {
	padding: 3px 5px 3px 14px;
}
table.holder th .styled th, table.holder th .styled td {
	padding: 4px 9px 4px 7px;
}
table.holder td .styled th, table.holder td .styled td {
	padding: 4px 9px 4px 7px;
}
/* inline table style */

table.inline {
	width: auto;
	margin: 0;
	padding: 0;
	background: none !important;
	border: none !important;
	position: relative;
	left: 0;
	top: 0;
}
table.inline th, table.inline td {
	background: none !important;
	background-color: transparent !important;
	border: none !important;
}
table.inline tr.row1 th, table.inline tr.row1 td {
	font-weight: normal;
}
table th table.inline, table td table.inline {
	margin: 0 -7px -2px -7px;
}
table th table.inline th, table th table.inline td {
	padding: 0 7px 2px 7px;
}
table td table.inline th, table td table.inline td {
	padding: 0 7px 2px 7px;
}
.simple th table.inline, .simple td table.inline {
	margin: -3px -5px -3px -14px;
	margin: 0 -5px -2px -14px;
}
.simple th table.inline th, .simple th table.inline td {
	padding: 0 5px 2px 14px;
}
.simple td table.inline th, .simple td table.inline td {
	padding: 0 5px 2px 14px;
}
.styled th table.inline, .styled td table.inline {
	margin: 0 -9px -2px -7px;
}
.styled th table.inline th, .styled th table.inline td {
	padding: 0 9px 2px 7px;
}
.styled td table.inline th, .styled td table.inline td {
	height: 15px;
	padding: 0 9px 2px 7px;
}
/* text style */

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
sub, sup {
	font-size: 90%;
	vertical-align: super;
}
pre, code, kbd, samp, tt {
	font-size: 120%;
	line-height: 100%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
	color: #336600;
}
q:before, q:after {
	content: '';
}
/* blockquote style */

blockquote {
	margin-bottom: 14px;
	padding-top: 3px;
	background: transparent url(blockquote_start.png) no-repeat left 3px;
}
blockquote p {
	margin: 0;
	padding-bottom: 1px;
	background: transparent url(blockquote_end.png) no-repeat right bottom;
	font-size: 12px;
	font-style: oblique;
	color: #787878;
}
html>body blockquote p:first-letter {
	margin-left: 20px;
}
* html blockquote p, * html .widget blockquote p {
	margin-left: 16px;
	padding-right: 16px;
}
/* factbox style */

.factbox {
	margin-top: 10px;
	margin-bottom: 14px;
	border: 1px solid #dddddd;
}
.factbox div {
	padding: 6px 8px;
	padding-bottom: 0;
	border: 6px solid #ffffff;
	background-color: #eaeff4;
}
.factbox div p, .factbox div h3, .factbox div ul, .factbox div ol {
	margin-bottom: 6px;
}
/* image style */

img.left {
	float: left;
	margin: 0 14px 6px 0;
}
img.right {
	float: right;
	margin: 0 0 6px 10px;
}
div.middle {
	width: auto;
	float: none;
	margin-bottom: 8px;
	text-align: center;
}
img.none {
	float: none;
	margin-bottom: 8px;
}
/* paragraph special style */

h3 {
	height: 30px;
	margin-left: -15px;
	margin-top: 4px;
	padding-left: 6px;
	background: transparent url(pageheader_left.png) no-repeat left top;
	overflow: hidden;
	display: block;
}
h3 span {
	height: 22px;
	padding: 4px 24px;
	padding-left: 10px;
	background: transparent url(pageheader_right.png) no-repeat right top;
	display: inline;
	float: left;
}
.canvas div.foot h4 {
	font-size: 16px;
	color: #666666;
}
.widget .data h5 {
	margin-bottom: 6px;
	font-size: 15px;
	color: #990000;
}
/* action special style */

.action.query {
	width: auto;
	padding: 0;
	padding-right: 18px;
	background: transparent url(action_query.png) no-repeat right 3px;
	position: absolute;
	font-size: 11px;
	color: #808080;
	left: 0;
	top: 0;
}
.action.query:hover {
	color: #808080;
}
.action.plus {
	padding-left: 20px;
	background: transparent url(action_plus.png) no-repeat left 3px;
}
.action.tagging {
	width: auto;
	margin-right: 18px;
	padding: 10px 36px;
	padding-right: 0;
	background: transparent url(action_icon_tagging.png) no-repeat left 0px;
	float: left;
}
.action.booking {
	width: auto;
	margin-right: 18px;
	padding: 10px 36px;
	padding-right: 0;
	background: transparent url(action_icon_booking.png) no-repeat left 0px;
	float: left;
}
.action.loving {
	width: auto;
	padding: 10px 36px;
	padding-right: 0;
	background: transparent url(action_icon_loving.png) no-repeat left 0px;
	float: left;
}
.action.more {
	width: auto;
	padding: 0;
	padding-right: 14px;
	background-position: right 7px;
	float: right;
}
/* Stylesheet File Restaurants of Bangkok							*/
/* widget.css 														*/
/* Modified February 22th 2010						 				*/
/* http://www.restaurantsofbangkok.com/ 						    */


/* widget style */

.widget {
	width: 235px;
	margin-top: 12px;
	padding-bottom: 14px;
	background: transparent url(widget_single_foot.png) no-repeat center bottom;
}
.widget .header {
	width: 235px;
	height: auto;
	padding-bottom: 2px;
	background: transparent url(widget_single_head.png) no-repeat center top;
	position: relative;
	line-height: 10px;
	z-index: 2;
}
.widget .data {
	width: 215px;
	height: auto;
	padding: 0 10px;
	padding-top: 8px;
	background: transparent url(widget_single_body.png) repeat-y center top;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.widget .header img {
	position: absolute;
	right: 8px;
	top: 2px;
}
/* widget paragraph style */

.widget .header h1, .widget .header h5 {
	margin: 0;
	padding: 6px 10px;
	background: transparent url(widget_divider.png) no-repeat left bottom;
	line-height: 19px;
	font-size: 14px;
	color: #990000;
}
.widget .header h1 {
	font-size:18px; 
}
.widget .data p {
	line-height: 17px;
	font-size: 12px;
}
.widget .divider {
	height: 7px;
	background-position: 0 4px;
}
.widget a.more {
	margin-top: 2px;
}
.widget .data img {
	margin-bottom: 4px;
}
/* widget dl style */

.box.single .widget dl {
	width: 215px;
	overflow: hidden;
	display: block;
	clear: both;
}
.box.single .widget dl dt {
	width: 90px;
	display: inline;
	float: left;
}
.box.single .widget dl dd {
	width: 115px;
	text-align: right;
	display: inline;
	float: right;
}
/* widget special style */

.content .box.triple .widget {
	width: 713px;
	background-image: url(widget_triple_foot.png)
}
.content .box.triple .widget .header {
	width: 713px;
	background-image: url(widget_triple_head.png);
}
.content .box.triple .widget .data {
	width: 693px;
	background-image: url(widget_triple_body.png);
}
.content .box.triple .column .widget {
	width: 350px;
	background-image: url(widget_double_foot.png)
}
.content .box.triple .column .widget .header {
	width: 350px;
	background-image: url(widget_double_head.png);
}
.content .box.triple .column .widget .data {
	width: 330px;
	background-image: url(widget_double_body.png);
}
/* widget filter style */

.widget.filter .header {
	line-height: 14px;
}
.widget.filter .data {
	padding-top: 0;
	margin-top: -4px;
}
/* widget imprint style */

.widget.imprint {
	padding-bottom: 10px;
	background-image: url(widget_imprint_foot.png);
}
.widget.imprint .header {
	padding-bottom: 10px;
	background-image: url(widget_imprint_head.png);
	line-height: 0;
	font-size: 0;
}
.widget.imprint .data {
	padding-top: 0;
	text-align: center;
}
.widget.imprint .data img {
	margin: 0;
}
/* widget search style */

.widget.search .header {
	padding-bottom: 12px;
	background: transparent url(widget_search_head.png) no-repeat center 23px;
}
.widget.search .header img {
	position: absolute;
	right: -4px;
	top: 2px;
}
.widget.search .data p {
	margin-bottom: 8px;
}
/* widget explorer style */

.widget.explorer .header {
	padding-bottom: 12px;
	background: transparent url(widget_search_head.png) no-repeat center 23px;
}
.widget.explorer .header img {
	position: absolute;
	right: 6px;
	top: 2px;
}
.widget.explorer .data p {
	margin-bottom: 8px;
}
.widget.explorer .cell {
	display: none;
}
.widget.explorer .cell:first-child {
	display: block;
}
.box.single .widget.explorer dl dt {
	width: 50px;
}
.box.single .widget.explorer dl {
	margin-bottom: 4px;
}
.box.single .widget.explorer dl dd {
	width: 155px;
	text-align: left;
	line-height: 16px;
	font-size: 11px;
}
.box.single .widget.explorer dl a {
	color: #333333;
}
.box.single .widget.explorer dl a:hover {
	color: #333333;
}
.box.single .widget.explorer .action {
	background-image: url(action_arrow.png);
	background-position: left 3px;
	font-size: 11px;
}
.box.single .widget.explorer dl.favolist {
	width: 215px;
}
.box.single .widget.explorer dl.favolist dt {
	width: 215px;
	overflow: hidden;
	display: block;
	float: none;
}
.box.single .widget.explorer dl.favolist dt .action {
	padding-left: 20px;
	background-image: url(action_favorite.png);
	background-position: 1px 3px;
	font-size: 11px;
	float: left;
}
.box.single .widget.explorer dl.favolist dt .removing {
	width: 13px;
	margin-top: 4px;
	display: block;
	float: right;
}
/* widget register style */

.widget.register .data p {
	margin-bottom: 8px;
}
.widget.register .data .action {
	left: 14px;
	top: 109px;
}
/* widget facebook style */

.widget.facebook .header h5 {
	color: #3b5998;
}
.widget.facebook .data p {
	margin-bottom: 8px;
}
.widget.facebook .data img {
	margin-bottom: 8px;
}
/* widget organizer style */

.widget.organizer .data {
	width: auto;
	height: 141px;
}
.widget.organizer .data p {
	margin-bottom: 10px;
}
.widget.organizer .data .column {
	width: 330px;
	padding-top: 6px;
	overflow: hidden;
}
.widget.organizer .data .column .one {
	width: 170px;
	height: 28px;
	display: inline;
	float: left;
}
.widget.organizer .data .column .two {
	width: 150px;
	height: 28px;
	display: inline;
	float: right;
}
.widget.organizer .data .column .one label {
	margin-top: 2px;
	float: left;
}
.widget.organizer .data .column .two input.date {
	float: left;
}
.widget.organizer .data .column .two a.calendar {
	margin-top: 2px;
	display: block;
	float: right;
}
.widget.organizer .data .column .one select {
	margin-top: 2px;
}
.widget.organizer .data .column .two a.submit {
	width: 126px;
	margin: 0;
}
/* widget approach style */

.widget.approach .data a {
	color: #333333;
}
.widget.approach .data a:hover {
	color: #333333;
}
.box.single .widget.approach dl dt {
	width: 34px;
	padding-left: 2px;
}
.box.single .widget.approach dl dd {
	width: 170px;
	padding-top: 3px;
}
/* widget index style */

.widget.index .definition {
	width: 330px;
	padding-bottom: 5px;
}
.widget.index .definition dt {
	width: 86px;
}
.widget.index .definition dd {
	width: 330px;
}
.widget.index h4 {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 13px;
	color: #000000;
}
.widget.index a {
	text-decoration: none;
	color: #333333;
}
.widget.index a:hover {
	/*text-decoration: underline;*/
}
.widget.index a.action {
	color: #990000;
}
.widget.index .definition dd h4 {
	margin: 0;
	margin-top: 0px;
	font-size: 10px;
	color: #990000;
	text-transform:uppercase;
}
.widget.index .definition dd p {
	margin: 2px;
	line-height: 16px;
	overflow: hidden;
	padding:0 0 8px;
}
/* widget sidebar style */

.box.single .widget.index dl {
	width: 215px;
}
.box.single .widget.index dl dt {
	width: 74px;
}
.box.single .widget.index dl dd {
	width: 131px;
	text-align: left;
}
/* column gizmo style */

.column.gizmo {
	width: 713px;
	margin-top: 12px;
	padding-bottom: 14px;
	background: transparent url(widget_gizmo_foot.png) no-repeat center bottom;
}
.column.gizmo .casing {
	width: 713px;
	background: transparent url(widget_gizmo_body.png) repeat-y center top;
	overflow: auto;
}
.column.gizmo .casing .one {
	width: 350px;
}
.column.gizmo .casing .two {
	width: 350px;
}
.column.gizmo .casing .widget {
	margin: 0;
	padding: 0;
	background: none;
}
.column.gizmo .casing .widget .data {
	background: none;
}
/* text slider style */

.text-slider {
	width: 442px;
}
.text-slider .slide {
	width: 442px;
	display: none;
}
/* Stylesheet File Restaurants of Bangkok							*/
/* form.css 														*/
/* Modified February 22th 2010						 				*/
/* http://www.restaurantsofbangkok.com/ 						    */

/* fundamental style */

form, fieldset, legend {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
input, button, textarea, select, optgroup, option, legend, label, dt span {
	font: normal 12px/1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	vertical-align: middle;
	color: #666666;
}
input:focus, textarea:focus, select:focus {
	outline: none;
}
label.error, label.error em {
	color: #d45858;
}
.auto {
	width: auto;
}
/* fieldset style */

fieldset {
	padding-bottom: 14px;
}
fieldset dl {
	width: 442px;
	overflow: hidden;
	position: relative;
}
fieldset dl dt {
	width: 150px;
	padding: 1px 0;
	display: inline;
	float: left;
}
fieldset dl dd {
	width: 292px;
	padding: 1px 0;
	position: relative;
	display: inline;
	float: right;
}
fieldset .column, .widget fieldset {
	padding: 0;
}
/* fieldset brick style */

fieldset dl.brick dt, fieldset dl.brick dd {
	width: 442px;
	display: block;
	float: none;
}
fieldset .column dl.brick {
	width: 215px;
}
fieldset .column dl.brick dt, fieldset .column dl.brick dd {
	width: 215px;
}
/* label style */

label {
	width: auto;
	line-height: 20px;
	font-size: 11px;
	display: block;
	color: #666666;
}
fieldset dl dd.lineup label {
	padding-right: 10px;
	line-height: 20px;
	white-space: nowrap;
	float: left;
}
fieldset dl dd.lineup label .checkbox, fieldset dl dd.lineup label .radio {
	margin-bottom: 6px;
}
label img {
	margin-right: 4px;
	vertical-align: -6px;
}
/* em style (required) */

label em, fieldset span em, em.required {
	font: normal 18px/18px "Times New Roman", Times, serif;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	color: #5c9f21;
}
/* input text style */

input.text {
	padding: 4px 4px;
	margin: 0.1em 0em;
	border: 1px solid #bbbbbb;
	background: #ffffff url(background_input.png) repeat-x left top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 4px;
}
input.text:focus {
	border: 1px solid #999999;
}
input.option {
	margin-top: 6px;
}
/* input textarea style */

textarea {
	padding: 4px 4px;
	margin: 0.1em 0em;
	border: 1px solid #bbbbbb;
	background: #ffffff url(background_input.png) repeat-x left top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
textarea:focus {
	border: 1px solid #999999;
}
/* input select style */

select {
	padding: 3px 3px;
	margin: 0.1em 0em;
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
select option {
	height: 17px;
	padding-right: 16px;
}
*:first-child + html select { /* be nice to Internet Explorer 7.0 */
	border: none;
	background: none;
}
/* input select multiple style */

select.multiple {
	height: auto;
	padding: 4px 4px;
	margin: 0.1em 0em;
	border: 1px solid #bbbbbb;
	background: #ffffff url(background_input.png) repeat-x left top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
select.multiple option {
	padding: 0;
	color: #707070;
}
select.multiple:focus {
	border: 1px solid #999999;
}
/* input file style */

input.file {
	height: auto;
	padding: 4px 4px;
	margin: 0.1em 0em;
	margin-bottom: 4px;
}
*:first-child + html input.file { /* be nice to Internet Explorer 7.0 */
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
}
/* input checkbox style */

input.checkbox {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	vertical-align: -3px;
}
*:first-child + html input.checkbox { /* be nice to Internet Explorer 7.0 */
	margin: 1px 0px;
	vertical-align: 0px;
}
* html input.checkbox { /* be nice to Internet Explorer 6.0 */
	margin-bottom: 3px;
	vertical-align: 0px;
}
/* input radio style */

input.radio {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	vertical-align: -3px;
}
*:first-child + html input.radio { /* be nice to Internet Explorer 7.0 */
	margin: 1px 0px;
	vertical-align: 0px;
}
* html input.radio { /* be nice to Internet Explorer 6.0 */
	margin-bottom: 3px;
	vertical-align: 0px;
}
/* buttons style */

div.buttons {
	width: 442px;
	margin-bottom: 14px;
	padding-top: 14px;
	overflow: hidden;
}
div.buttons .primary {
	width: 120px;
	text-align: left;
	float: left;
}
div.buttons .secondary {
	width: 320px;
	text-align: right;
	float: right;
}
div.buttons .primary input {
	margin: 0;
	margin-right: 6px;
}
div.buttons .secondary input {
	margin: 0;
	margin-left: 6px;
}
/* buttons special style */

div.buttons.border {
	margin-top: 14px;
	border-top: 1px dotted #bababa;
}
div.buttons .primary label, div.buttons .primary span {
	margin-top: 5px;
	margin-right: 6px;
	display: block;
	float: left;
}
div.buttons .primary p {
	margin-top: 5px;
	clear: both;
}
/* input button style */

.button {
	height: 32px;
	margin-right: 6px;
	padding: 0px 18px;
	padding-bottom: 3px;
	text-transform: none;
	text-shadow: #2d485b 1px 1px 1px;
	background: #b2d1dd url(background_button.png) repeat-x left 0px;
	-webkit-border-radius: 5px;
	border: 2px solid #660000;
	-moz-border-radius: 5px;
	white-space: nowrap;
	text-align: center;
	overflow: visible;
	font-size: 12px;
	font-weight:bold;
	cursor: pointer;
	color: #ffffff;
}
.button:hover {
	background-position: left -28px;
	border-color: #990000;
}
/* input button disabled style */

.button.disabled, button.disabled {
	background-position: left -112px;
	background-color: #cbcbcb;
	border-color: #a4a4a3;
	text-shadow: none;
	cursor: default;
	color: #ebebeb;
}
/* input button discard style */

.button.discard, button.discard {
	height: 26px;
	padding: 0px 3px;
	padding-bottom: 3px;
	text-transform: none;
	text-shadow: none;
	background: none;
	color: #445057;
	border: none;
}
.button.discard:hover, button.discard:hover {
	color: #667882;
}
/* input erase style */

.button.erase {
	height: 26px;
	margin: 0;
	padding: 0;
	padding-left: 18px;
	background: transparent url(action_remove.png) no-repeat left 5px;
	position: absolute;
	text-shadow: none;
	font-size: 11px;
	cursor: pointer;
	color: #bf3939;
	border: none;
	bottom: 2px;
	left: 0px;
}
.button.erase:hover {
	text-decoration: underline;
	color: #bf3939;
}
/* input submit style */

input.submit {
	width: 110px;
	height: 26px;
	margin-top: 6px;
	padding: 0 10px;
	background: transparent url(submit_button.png) no-repeat center top;
	white-space: nowrap;
	text-align: center;
	overflow: visible;
	line-height: 14px;
	cursor: pointer;
	display: block;
	border: none;
	float: right;
}
input.submit:hover {
	background-position: center bottom;
}
/* feedback style */

.feedback, .loader {
	width: auto;
	padding: 5px 14px 7px;
	margin-bottom: 12px;
	background-color: #fff6bf;
	border: 1px solid #ffd324;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
}
.feedback strong {
	margin: 0;
	line-height: 16px;
	font-weight: normal;
	font-size: 11px;
	display: block;
	color: #f26522;
}
.feedback.advice, .loader {
	background-color: #f8fafc;
	border: 1px solid #b5d4fe;
	line-height: 16px;
	font-size: 11px;
	color: #5475a2;
}
.feedback.advice strong {
	color: #5475a2;
}
.feedback.warning {
	background-color: #fbe3e4;
	border: 1px solid #fbc2c4;
}
.feedback.warning strong {
	color: #d12f19;
}
.feedback strong a {
	text-decoration: underline;
	color: #5475a2;
}
.feedback strong a:hover {
	text-decoration: none;
	color: #5475a2;
}
.feedback strong em {
	font-style: normal;
	color: #4b4b4b;
}
/* captcha style */

.captcha {
	padding-top: 4px;
}
/* form input style */

.content .double fieldset dl dd input.text {
	width: 282px;
}
.content .double fieldset dl dd .textarea {
	width: 282px;
	max-width: 292px;
}
.content .double fieldset dl dd input.file {
	width: 292px;
}
.content .double fieldset dl dd .select {
	width: 292px;
}
.content .double fieldset dl dd .select.multiple {
	width: 282px;
}
.content .double fieldset dl dd input.auto {
	width: auto;
}
.content .double fieldset dl dd .auto {
	width: auto;
}
.content .double fieldset dl.brick dd input.text {
	width: 432px;
}
.content .double fieldset dl.brick dd input.file {
	width: 442px;
}
.content .double fieldset dl.brick dd .select {
	width: 432px;
}
.content .double fieldset dl.brick dd .textarea {
	width: 432px;
	max-width: 442px;
}
.content .double fieldset .column dl.brick dd input.text {
	width: 205px;
	margin-bottom: 3px;
}
.content .double fieldset .column dl.brick dd .select {
	width: 205px;
	margin-bottom: 3px;
}
/* button disabled style */

.button-disabled {
	display: none;
	visibility: hidden;
}
/* quicklink style */

a.quicklink {
	width: auto;
	height: 28px;
	margin-top: 8px;
	padding: 12px 12px;
	padding-bottom: 0;
	background: transparent url(quicklink.png) no-repeat left top;
	text-shadow: #464646 1px 1px 1px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	display: block;
}
a.quicklink:hover {
	text-decoration: none;
	background-position: left -44px;
	color: #ffffff;
}
a.quicklink.share {
	background-position: left -84px;
}
a.quicklink.share:hover {
	background-position: left -128px;
}
a.quicklink.fan {
	background-position: left -176px;
}
a.quicklink.fan:hover {
	background-position: left -220px;
}
a.quicklink.book {
	background-position: left -264px;
}
a.quicklink.book:hover {
	background-position: left -308px;
}
/* submit style */

a.submit {
	width: auto;
	height: 26px;
	padding-left: 24px;
	background: transparent url(submit_button_left.png) no-repeat left top;
	text-decoration: none;
	display: block;
	float: left;
}
a.submit span {
	width: auto;
	height: 23px;
	padding-top: 3px;
	padding-right: 24px;
	background: transparent url(submit_button_right.png) no-repeat right top;
	white-space: nowrap;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	display: block;
	color: #666666;
}
a.submit:hover {
	text-decoration: none;
	background-position: left -26px;
}
a.submit:hover span {
	background-position: right -26px;
}
* html a.submit { /* be nice to Internet Explorer 6.0 */
	width: 30px;
}
/* submit special style */

a.submit.orange {
	background-position: left -52px;
}
a.submit.orange span {
	height: 24px;
	padding-top: 2px;
	background-position: right -52px;
	text-shadow: #464646 1px 1px 1px;
	font-weight: bold;
	color: #ffffff;
}
a.submit.orange:hover {
	background-position: left -78px;
}
a.submit.orange:hover span {
	background-position: right -78px;
}
a.submit.red {
	background-position: left -104px;
}
a.submit.red span {
	height: 24px;
	padding-top: 2px;
	background-position: right -104px;
	text-shadow: #464646 1px 1px 1px;
	font-weight: bold;
	color: #ffffff;
}
a.submit.red:hover {
	background-position: left -130px;
}
a.submit.red:hover span {
	background-position: right -130px;
}
a.submit.blue {
	background-position: left -156px;
}
a.submit.blue span {
	height: 24px;
	padding-top: 2px;
	background-position: right -156px;
	text-shadow: #464646 1px 1px 1px;
	font-weight: bold;
	color: #ffffff;
}
a.submit.blue:hover {
	background-position: left -182px;
}
a.submit.blue:hover span {
	background-position: right -182px;
}
a.submit.green {
	background-position: left -208px;
}
a.submit.green span {
	height: 24px;
	padding-top: 2px;
	background-position: right -208px;
	text-shadow: #464646 1px 1px 1px;
	font-weight: bold;
	color: #ffffff;
}
a.submit.green:hover {
	background-position: left -234px;
}
a.submit.green:hover span {
	background-position: right -234px;
}
/* submit widget style */

.widget.search .data a.submit {
	margin-top: 8px;
	padding-left: 18px;
}
.widget.search .data a.submit span {
	padding-right: 18px;
}
.widget .data a.submit {
	margin-top: 0px;
	float: right;
}
.widget .data a.submit.left {
	float: left;
}
.widget .data a.clear {
	width: auto;
	float: none;
	clear: both;
}
/* fieldset special style */

.canvas div.foot .content .box fieldset {
	width: 196px;
}
.canvas div.foot .content .box input.text {
	width: 188px;
	height: 18px;
	padding: 4px 3px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #999999;
}
.canvas div.foot .content .box a.submit {
	width: 80px;
	margin-top: 6px;
	float: right;
}
/* form special style */

.content .widget input.text {
	width: 205px;
	margin-bottom: 6px;
}
.content .widget input.long {
	width: 322px;
	margin-bottom: 6px;
}
.content .widget input.short {
	width: 142px;
}
.content .widget select {
	width: 215px;
	margin-bottom: 6px;
}
.content .widget select.long {
	width: 330px;
	margin-bottom: 6px;
}
.content .widget select.short {
	width: 170px;
}
.content .widget input.amount {
	width: 36px;
	margin-left: 8px;
	text-align: right;
	float: right;
}
.content .widget input.date {
	width: 86px;
}
/* rating style */

.rating {
	width: 416px;
	height: 58px;
	padding: 0 13px;
	background: transparent url(vertical_rating_slider.png) no-repeat center bottom;
	position: relative;
	overflow: hidden;
}
.rating .rate {
	width: 67px;
	height: 26px;
	background: transparent url(vertical_rating_rate.png) no-repeat 0px top;
	position: absolute;
	text-align: center;
	font-size: 11px;
	left: 0px;
	top: 0px;
}
.rating .evaluate {
	width: 406px;
	height: 20px;
	margin: 0 5px;
	position: absolute;
	top: 31px;
}
.rating .evaluate a {
	width: 20px;
	height: 20px;
	margin-left: -10px;
	background: transparent url(vertical_rating_drag.png) no-repeat center 0px;
	position: absolute;
	cursor: pointer;
	display: block;
	top: 0;
}
.rating .evaluate a:focus {
	outline: none;
}
.rating .evaluate a:active, .rating .evaluate a:hover {
	background-position: center -20px;
}
.rating .rate.step-01 {
	background-position: 0px top;
	left: 0px;
}
.rating .rate.step-02 {
	background-position: -72px top;
	left: 66px;
}
.rating .rate.step-03 {
	background-position: -72px top;
	left: 147px;
}
.rating .rate.step-04 {
	background-position: -72px top;
	left: 229px;
}
.rating .rate.step-05 {
	background-position: -72px top;
	left: 310px;
}
.rating .rate.step-06 {
	background-position: -143px top;
	left: 375px;
}
/* Stylesheet File ColorBox											*/
/* colorbox.css 													*/
/* Modified October 27th 2009						 				*/
/* http://www.areadigital.org/ 									    */

/* ColorBox Core Style (do not edit) */

#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
	overflow:visible;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
/* ColorBox Design Style (user style) */

#cboxContent {
	background:#fff;
}
#cboxLoadingOverlay {
	background:url(colorbox_loading_background.png) center center no-repeat;
}
#cboxLoadingGraphic {
	background:url(colorbox_progress.gif) center center no-repeat;
}
#cboxOverlay {
	background:url(colorbox_overlay.png) 0 0 repeat;
}
/* colorbox style */

#colorbox {
}
#cboxTopLeft {
	width:41px;
	height:41px;
	background:url(colorbox_corners.png) 0px 0px no-repeat;
}
#cboxTopRight {
	width:41px;
	height:41px;
	background:url(colorbox_corners.png) -41px 0px no-repeat;
}
#cboxBottomLeft {
	width:41px;
	height:41px;
	background:url(colorbox_corners.png) 0px -41px no-repeat;
}
#cboxBottomRight {
	width:41px;
	height:41px;
	background:url(colorbox_corners.png) -41px -41px no-repeat;
}
#cboxTopCenter {
	height:41px;
	background:url(colorbox_center.png) 0px 0px repeat-x;
}
#cboxBottomCenter {
	height:41px;
	background:url(colorbox_center.png) 0px -41px repeat-x;
}
#cboxMiddleLeft {
	width:41px;
	background:url(colorbox_middle.png) 0px -41px repeat-y;
}
#cboxMiddleRight {
	width:41px;
	background:url(colorbox_middle.png) -41px 0px repeat-y;
}
#cboxInnerCornerLT {
	width:11px;
	height:11px;
	background:url(colorbox_inner_corners.png) 0px 0px no-repeat;
	position:absolute;
	left:0;
	top:0;
}
#cboxInnerCornerRT {
	width:11px;
	height:11px;
	background:url(colorbox_inner_corners.png) -11px 0px no-repeat;
	position:absolute;
	right:0;
	top:0;
}
#cboxInnerCornerLB {
	width:11px;
	height:11px;
	background:url(colorbox_inner_corners.png) 0px -11px no-repeat;
	position:absolute;
	left:0;
	bottom:36px;
}
#cboxInnerCornerRB {
	width:11px;
	height:11px;
	background:url(colorbox_inner_corners.png) -11px -11px no-repeat;
	position:absolute;
	right:0;
	bottom:36px;
}
/* close style */

#cboxClose {
	position:absolute;
	top:-36px;
	right:-36px;
	background:url(colorbox_close.png) 0px -36px no-repeat;
	width:36px;
	height:36px;
	text-indent:-9999px;
}
#cboxClose.hover {
	background-position:0px 0px;
}
/* content style */

#cboxContent {
	background:#fff;
}
#cboxLoadedContent {
	margin-bottom:36px;
}
#cboxHtmlBottom {
	height:20px;
	width:auto;
	display:block;
	position:absolute;
	bottom:3px;
	right:3px;
	text-align:right;
	padding:1px 40px;
	visibility:visible;
	background:url(colorbox_email.png) right 0px no-repeat;
}
#cboxTitle {
	height:20px;
	width:auto;
	position:absolute;
	bottom:3px;
	left:3px;
	text-align:left;
	padding:1px 0px;
	color:#5c802c;
	font-size:13px;
}
#cboxFeedback {
	height:354px;
	width:746px;
	position:absolute;
	top:0;
	left:0;
	background:url(colorbox_postcard_border.png) 0 0 no-repeat;
}
#cboxFeedback h2 {
	position:relative;
	top:41%;
	line-height:20px;
	font-size:18px;
	text-align:center;
	color:#5c802c;
}
#cboxFeedback p {
	position:relative;
	top:42%;
	line-height:15px;
	font-size:13px;
	text-align:center;
	color:#4b4b4b;
}
/* controls style */
 
#cboxCurrent {
	height:20px;
	width:auto;
	position:absolute;
	bottom:3px;
	right:3px;
	text-align:right;
	padding:1px 0px;
	color:#949494;
	font-size:13px;
}
#cboxSlideshow {
	position:absolute;
	top:-20px;
	right:90px;
	color:#fff;
}
#cboxPrevious {
	position:absolute;
	top:50%;
	left:-1px;
	margin-top:-41px;
	background:url(colorbox_controls.png) top left no-repeat;
	width:38px;
	height:81px;
	text-indent:-9999px;
}
#cboxPrevious.hover {
	background-position:bottom left;
}
#cboxNext {
	position:absolute;
	top:50%;
	right:-1px;
	margin-top:-41px;
	background:url(colorbox_controls.png) top right no-repeat;
	width:38px;
	height:81px;
	text-indent:-9999px;
}
#cboxNext.hover {
	background-position:bottom right;
}
/* be nice to Internet Explorer 6.0 */

* html #cboxLoadingOverlay {
	background-image:url(colorbox_loading_background_ie.png);
}
* html #cboxTopLeft {
	background-image:url(colorbox_corners_ie.png);
}
* html #cboxTopRight {
	background-image:url(colorbox_corners_ie.png);
}
* html #cboxBottomLeft {
	background-image:url(colorbox_corners_ie.png);
}
* html #cboxBottomRight {
	background-image:url(colorbox_corners_ie.png);
}
* html #cboxTopCenter {
	background-image:url(colorbox_center_ie.png);
}
* html #cboxBottomCenter {
	background-image:url(colorbox_center_ie.png);
}
* html #cboxMiddleLeft {
	background-image:url(colorbox_middle_ie.png);
}
* html #cboxMiddleRight {
	background-image:url(colorbox_middle_ie.png);
}
* html #cboxClose {
	background-image:url(colorbox_close_ie.png);
	top:-40px;
	right:-40px;
}
* html #cboxInnerCornerLT {
	background:none;
}
* html #cboxInnerCornerRT {
	background:none;
}
* html #cboxInnerCornerLB {
	background:none;
}
* html #cboxInnerCornerRB {
	background:none;
}
* html #cboxPrevious {
	background-image:url(colorbox_controls_ie.png);
}
* html #cboxNext {
	background-image:url(colorbox_controls_ie.png);
}
/**************************************************/
.video-box {
	background: url(bg-video-background.png) repeat-x 0 bottom;
}
.video-box .image-holder {
	height: 1%;
	overflow: hidden;
	position: relative;
	margin: 0 0 2px 5px;
}
.video-box .image-holder strong {
	position: absolute;
	top: 4px;
	left: 4px;
}
.video-box .text-holder {
	width: 210px;
	overflow: hidden;
	padding: 0 0 10px 10px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", serif;
}
.video-box .text-holder a {
	color: #383524;
}
.video-box .text-holder a:hover {
	color: #00759c;
}
.video-box .date {
	font-size: 11px;
	line-height: 16px;
	color: #848688;
	display: block;
	padding: 0 0 0 2px;
}
.headline {
	width: 1035px;
	margin: 8px 0 0 8px;
	padding: 0;
	list-style: none;
}
.headline li {
	float: left;
	width: 232px;
	padding: 0 0px 0px 0;
	margin-right: 2px;
}
.headline li .text-holder {
	padding-left: 20px;
}
.headline .video {
	background: url(video_sm.png) no-repeat 0 2px;
}
.widget .bno {
	padding-left:7px;
	padding-right:8px;
	width:220px;
}
#restaurants ul li {
	border-bottom:1px dotted #000;
	background-color:#F8F8F8;
	zoom:100%;
}
