.cont_mod {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid red;
}

.cont_mod .cont_mod_title{
	display: block;
	color: #1b70ad;
	height: 20px;
	line-height: 19px;
	background:url(img/lmenu_bullet.gif) left center no-repeat;
	padding: 0 10px 0 25px;
	vertical-align:middle;
	font-weight: bold;
}

.cont_mod .cont_mod_title a{
	color: #1b70ad;
	font-weight: bold;
}

.cont_mod .cont_mod_title a:hover{
	color: #ff9900;
	font-weight: bold;
}

.cont_mod .cont_mod_title .active{
	color: #ff9900;
	font-weight: bold;
}

.cont_mod .cont_mod_line{
	height: 1px;
	background: #FF8000;
}

.cont_mod .cont_mod_arrow{
	background: url(img/cont_mod_arrow.gif) right center no-repeat;
}

.cont_mod .cont_mod_txt{
	color: #1b70ad;
	vertical-align: top;
	font-size: 11px;
/*	border: 1px solid red; */
}

.cont_mod .cont_mod_txt *{
	color: #1b70ad;
	vertical-align: top;
	font-size: 11px;
/*	border: 1px solid red; */
}

.cont_mod .cont_mod_txt a {
	color: #ff9900;
	text-decoration: none;
}

.cont_mod .cont_mod_txt a:hover {
	color: #feb74d;
}

.cont_mod .cont_mod_txt img {
/*	border: 1px solid #9c0c10;*/
	margin: 0px 15px 5px 0px;
}

.cont_mod .cont_mod_txt .prices{
	color: #1b70ad;
	padding: 0;
	vertical-align: top;
	font-size: 11px;
}

.cont_mod .cont_mod_txt .prices .lite{
	padding: 3;
	background: #EDEDED;
}

.cont_mod .cont_mod_txt .prices .dark{
	padding: 3;
	background: #DCDCDC;
}


/*
.cont_mod .cont_mod_txt a:hover img{
	filter: Alpha(Opacity=50) ;
}
*/
.active_page{
	color: #9c0c10;
}


/************************** FORM *******************/
.label_col{
	font-size:8pt;
	color: #1b70ad;
	text-align: right;
	width: 35%;
	padding: 2px 5px;
}

.error_col{
	font-size:7pt;
	padding: 2px 5px;
}

.formtxt{
	border: solid #cfcfdf 1px;
	color: #1b70ad;
	font-size:7pt;
	padding: 2px 5px;
}

.formbtn{
	border:0;
	background: #cfcfdf;
	color: #1b70ad;
	font-size:8pt;
	padding: 2px;
	margin-bottom: 10px;
	cursor: pointer;
	cursor: hand;
}
/************************** /FORM *******************/