/* TEXT BOX */
/*There is css hack for select element for ie6*/
.sideBox {
	background:#fff;
	position:absolute;
	left:70%;
	width:290px;
	z-index:10;
	overflow:hidden;/*must have*/
}

#orderTooltip {
	position:absolute;
	z-index:10;
	overflow:hidden;/*must have*/
}

.sideBox iframe, #orderTooltip 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:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

.box {
	color:#bbb;
	font-size:20px;
	text-align:left;
	line-height:1.3em;
	padding:20px 10px;
	border:3px solid #ccc;
	margin-top:32px;
}

.ctl, .ctr, .cbl, .cbr {
	font-size:4px;
	height:17px;
	width:15px;
}

.ctl {
	background:#fff url(../img/re/corners.gif) no-repeat top left;
	background-position:  -10px -10px;
	position:relative;
	top:-23px;
	left:-13px;
	float:left;
}
.ctr  {
	background:#fff url(../img/re/corners.gif) no-repeat top left;
	background-position: -42px -10px;
	position:relative;
	top:-23px;
	right:-13px;
	float:right;
}
.cbl {
	background:#fff url(../img/re/corners.gif) no-repeat top left;
	background-position: -10px -40px;
	position:relative;
	bottom:-6px;
	left:-13px;
	float:left;
}
.cbr {
	background:#fff url(../img/re/corners.gif) no-repeat top left;
	background-position: -42px -40px;
	position:relative;
	bottom:-6px;
	right:-13px;
	float:right;
}
.cm {
	background:#fff url(../img/re/corners.gif) no-repeat top left;
	background-position: -72px -10px;
	position:relative;
	bottom:-20px;
	right:13px;
	height:32px;
	width:22px;
	float:right;
}

.cbc {
	padding-left:15px;
	display:block;
}

.box a {
	color:#016193;
	text-decoration:none;
	border-bottom:1px dotted #016193;
}

.box ul {
	color:#000 !important;
	list-style:none;
	font-size:10pt;
	line-height:1.6em;
	padding:0;
	margin:0;
}

.box h1 {
	color:#000 !important;
	font-size:14pt;
}

.box h2 {
	color:#000 !important;
	font-size:14pt;
}

.ft {
	border:1px solid #369;
	font-size:10pt;
	width:200px;
	m argin-top:8px;
}