/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
		background: #000000;
	-moz-opacity: 0.75;
	opacity: 0.75;

}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:3px 0px 3px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:0px;
	_margin-bottom:1px;
}


/**** ADD:200808298 ****/
#TB_window {
	border:none;
}
#TB_title {
	display:none;
}
#TB_ajaxContent {
	padding:0;
	width:auto !important;
}
#TB_ajaxContent p {
	padding:0;
}

#popupBody {
	width:698px;
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
}
#popupBody #popupHeader {
	width:698px;
}
#popupBody #popupHeader {
	width:698px;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:1px solid #FFAA00;
}
#popupBody #popupHeader .title {
	float:left;
	width:670px;
	padding-left:5px;
	border-left:5px solid #FFCC00;
	line-height:1.1;
	font-size:117%;
	font-weight:bold;
}
#popupBody #popupHeader .closeBtn {
	float:right;
	width:15px;
}
#popupBody #popupHeader .closeBtn a {
	display:block;
	width:15px;
	height:15px;
	background-image:url(../image/thickbox/btn_close.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:0;
	outline:none;
	text-decoration:none;
	text-indent:-9999px;
}
#popupBody #popupHeader .closeBtn a:hover {
	background-position:left bottom;
}

#popupBody .blueArea2 {
	width:652px;
	height:20px;
	margin-bottom:5px;
}
#popupBody .blueArea2 .help a {
	display:block;
	width:15px;
	height:15px;
	background-image:url(../image/thickbox/icon_help.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:0;
	outline:none;
	text-decoration:none;
	text-indent:-9999px;
}
#popupBody .blueArea2 .help a:hover {
	background-position:left bottom;
}

#popupBody .closeBtn {
	position:absolute;
	top:16px;
	left:710px;
}
#popupBody .closeBtn a:link,
#popupBody .closeBtn a:visited {
	display:block;
	width:15px;
	height:15px;
	background:url(../image/thickbox/btn_close.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#popupBody .closeBtn a:hover {
	background-position:left bottom;
}

#popupBody .tabMenu {
	width:698px;
	border-bottom:1px solid #DDDDDD;
	margin-bottom:4px;
}
#popupBody .tabMenu li {
	float:left;
	width:136px;
	margin-right:3px;
}
#popupBody .tabMenu li a {
	display:block;
	width:136px;
	padding:2px 0px;
	background-color:#EEEEEE;
	text-align:center;
	color:#5A90FF;
}
#popupBody .tabMenu li a:hover,
#popupBody .tabMenu li.current a {
	background-color:#FFAA00;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#popupBody .searchBox {
	margin-bottom:4px;
}

#popupBody .searchBox .tb230 {
	width:230px;
}

#popupBody .searchResult {
	width:698px;
}
#popupBody .searchResult .title {
	width:678px;
	padding:3px 10px;
	margin-bottom:8px;
	background-color:#FFE5B3;
	font-weight:bold;
}
#popupBody .searchResult .tabMenu {
	margin-bottom:4px;
}
#popupBody .searchResult .tabMenu li {
	width:150px;
}
#popupBody .searchResult .tabMenu li a {
	width:150px;
}

#popupBody .searchResult .resultWrapper {
	width:698px;
	height:305px;
	margin-bottom:10px;
	overflow:auto;
}
#popupBody .searchResult .resultWrapper.height230 {
	height:170px;
}
#popupBody .searchResult .resultWrapper table {
	width:670px;
}

#popupBody .searchResult .resultWrapper th {
	padding:0 0 8px 5px;
	background-image:url(../image/thickbox/bg_table_label_bottom.gif);
	background-position:right bottom;
	background-repeat:repeat-x;
}
#popupBody .searchResult .resultWrapper th.maker {
	padding-left:30px;
	background-repeat:no-repeat;
}

#popupBody .searchResult .resultWrapper td {
	padding:3px 0;
}
#popupBody .searchResult .resultWrapper td a {
	color:#5A90FF;
}
#popupBody .searchResult .resultWrapper td a:hover {
	color:#266EFF;
}
#popupBody .searchResult .resultWrapper .even td {
	background-color:#EEEEEE;
}
#popupBody .searchResult .resultWrapper .dishName {
	width:367px;
	padding-left:5px;
	font-weight:normal;
}
#popupBody .searchResult .resultWrapper .dishName a{
	font-weight:bold;
}
#popupBody .searchResult .resultWrapper .btnAdd {
	width:77px;
}
#popupBody .searchResult .resultWrapper .btnAdd a {
	display:block;
	width:71px;
	height:14px;
	background-image:url(../image/thickbox/btn_add.gif);
	background-position:left top;
	font-size:1px;
	line-height:0;
	outline:none;
	text-decoration:none;
	text-indent:-9999px;
}
#popupBody .searchResult .resultWrapper .btnAdd a:hover {
	background-position:left bottom;
}
#popupBody .searchResult .resultWrapper .makerName {
	width:221px;
	padding-left:30px;
	background-image:url(../image/thickbox/bg_table_space.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

#popupBody .paginate {
	width:698px;
	padding-top:5px;
	border-top:1px solid #DDDDDD;
	text-align:center;
}
#popupBody .paginate ul {
	display:inline;
}
#popupBody .paginate li {
	display:inline;
}
#popupBody .paginate li a {
	padding:0 4px;
	color:#5A90FF;
}
#popupBody .paginate li.now a {
	padding:0 3px;
	line-height:1.5;
	border:1px solid #DDDDDD;
	background-color:#EEEEEE;
	color:#333333;
}


#popupBody .categorySelector {
	width:698px;
	margin-bottom:10px;
}
#popupBody .categorySelector .category {
	float:left;
	width:337px;
}
#popupBody .categorySelector .detailCategory {
	float:right;
	width:337px;
}

#popupBody .categorySelector .title {
	padding:5px;
	background-color:#FFE5B3;
	font-weight:bold;
	margin-bottom:3px;
}
#popupBody .categorySelector .tableWrapper {
	width:337px;
	height:140px;
	overflow:auto;
}
#popupBody .categorySelector .tableWrapper table {
	width:315px;
}
#popupBody .categorySelector .tableWrapper table th {
	padding:0 0 8px 5px;
	background-image:url(../image/thickbox/bg_table_label_bottom.gif);
	background-position:right bottom;
	background-repeat:repeat-x;
}
#popupBody .categorySelector .tableWrapper table td {
	padding:3px 0 3px 5px;
}
#popupBody .categorySelector .tableWrapper .even td {
	background-color:#EEEEEE;
}
#popupBody .categorySelector .tableWrapper td a {
	font-weight:bold;
	color:#5A90FF;
}
#popupBody .categorySelector .tableWrapper td a:hover {
	color:#266EFF;
}


