/******** Offer window **********/
#owindow * {
	background:none !important;
}

#owindow{
	position:absolute;
	width:504px;
	height:auto;
	float:left;
	top:0;
	left:0;
	z-index:99999;
	overflow:hidden;/*must have*/
	font-family:Arial, Helvetica, sans-serif;
}
.oborder{
	border:2px solid #7a1a26;
	width:500px;
	float:left;
	height:auto;
	background:#f8f8eb !important;
	color:#2d2c2c;	
}

#owindow iframe{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-999;/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

#owindow #close{
	float:left;
	width:500px;
	background:#d7d7bf !important;
	height:20px;
	border-bottom:1px solid #c0c0b6;
	text-align:center;
	cursor:move;
}
#owindow #close a{
	color:#2b5389;
	text-decoration:none;
	background:#D6D6BE;
}
#owindow #close a:hover{
	text-decoration:underline;
}
#owindow #offerc{
	padding:0 10px 30px 10px;
	float:left;
	border-top:1px solid #e6e6d9;
	height:auto;
	width:480px;
	background:#F7F7EB !important;
}
#owindow #offtit{
	line-height:16px;
	padding:8px 0 8px 0;
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	float:left;
	width:480px;
}
#owindow #otopleft{
	float:left;
	display:inline;
	width:240px;
	line-height:18px;
	color:#a42a39;
	font-size:11px;
}

#owindow #otopright{
	float:right;
	text-align:right;
	display:inline;
	width:240px;
	line-height:18px;
	color:#a42a39;
	font-size:11px;	
}

#owindow #otoprightl{
	float:right;
	text-align:right;
	display:inline;
	width:310px;
	line-height:18px;
	color:#a42a39;
	font-size:11px;
	margin-top:30px;
}

#owindow #wimg{
	float:left;
	display:inline;	
}

#owindow #bothold{
	height:auto;
	float:left;
	width:480px;
	margin-top:10px;
	border-top:1px solid #BCBCA6;
	padding:0;
}
#owindow #bothold strong{
	line-height:40px;
}
#owindow #descript{
	float:left;
}


#owindow .ctholder{
	float:left;
	width:480px;
    border-top:1px solid #d7d7bf;
	height:auto;
	margin-top:10px;
	padding-top:10px;
}
#owindow p{
	font-size:12px;
	line-height:20px;
	text-align:justify;
	margin:0 0 25px 0; padding:0;
	width:475px;
	
}
#owindow .it{
	color:#595959;
	font-size:11px;
	font-style:italic;
	line-height:16px;
}

#owindow .off_reserve{
	float:left;
	margin-left:193px;
	display:inline;
	background:url(../images/off_reserve_button.gif) no-repeat !important;
	width:94px; 
	height:23px;
	text-indent:-9999px;
}
#owindow #plinks{
	float:left;
	width:470px;
	height:auto;
	text-align:center;
}

#owindow #plinks a{
	font-size:15px;
	font-weight:bold;
	color:#1c4e92;
	text-decoration:underline;
	padding:0 8px 0 8px;
}
