
.jqmOverlay { background-color: #000; }
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmDialog{
	height:auto;
	width:auto;
	margin:auto;
	
	width:500px;
	padding:0px;
	border:solid 1px #4d2f69;
	background:#fff;
}

.dialogLay_tourePrice{
	border:solid 2px #006dd7;
	background:#edf9ff;
	
	width:500px;
}
.dialogLay_tourePrice .jqmTitle{
	padding:6px;
	background:#006dd7;
	font-size:1.3em;
	color:#fff;
}
.dialogLay_tourePrice a.jqmTitleClose:link, .dialogLay_tourePrice a.jqmTitleClose:visited{
	float:right;
	text-decoration:underline;
	color:#fff;
}
.dialogLay_tourePrice a.jqmTitleClose:link,.dialogLay_tourePrice a.jqmTitleClose:visited
{
    font-size:14px;
	text-decoration:underline;
	color:#fff;
}
.dialogLay_tourePrice a.jqmTitleClose:hover{
	text-decoration:none;
	color:#fff000;
}
.jqmBody{
	padding:10px;
}
.dialogLay_tourePrice_table{color:#333;}
.dialogLay_tourePrice_table th{text-align:right;}
.dialogLay_tourePrice_table .priceName{text-align:left;}
.dialogLay_tourePrice_table .priceNum{text-align:right;font-weight:bold;}
.dialogLay_tourePrice_table .priceNumUnderline{text-decoration:line-through;}

.dialogLay_tourePrice .aboutPrice{
	border:solid 1px #d3e6f0;
	padding:10px;
	margin:10px 0px;
	font-size:1.3em;
	font-weight:bold;
	line-height:22px;
	color:#000;
	background:#fff;
}
.dialogLay_tourePrice .expPrice{
	color:#666;
	padding:0px 8px;
	margin-bottom:10px;
}
.dialogLay_price_btn{
	text-align:center;
}



