.mod_articles{
	font-family:Arial;
	margin:0 0 20px 0px;
	float:left;
	width: 100%;
}

.mod_articles .items{
	margin-top:40px;

}

.mod_articles .openanons{
	line-height:18px;
	font-size:14px;
        overflow: hidden;
}
.mod_articles .openanons img{
	/*float:left;
	margin: 0 10px 10px 0;*/
}
.mod_articles .wrap{
	/*float:left;*/
}

.mod_articles_arch ul{
	padding: 0;
	list-style: none;
	width: 167px;
	background: #E2E2E2;
	position: absolute;
	margin: -18px 0 0 768px;
}

.mod_articles_arch ul li ul{
	padding:0;
	margin:0;
	list-style:none;	
	position:absolute;
	display:none;
	height:auto;
	margin-top:-3px;
	background:none;
}



.mod_articles_arch ul li ul li a{
	display:block;
	background:#e2e2e2;
	padding: 5px 10px;
	width:147px;
	color:gray;
	text-overflow: ellipsis;
	overflow: hidden;
}



.mod_articles_arch ul li ul li a:hover{
	background:#cccccc;
}

.mod_articles a.mod_articles_arch{
	width:167px;
	height:47px;
	background:url(/mod/articles/front/img/archive.gif);
	cursor:pointer;
	display:inline-block; *display:inline; *zoom:1;
	/* float:right; */
}




.mod_articles .art_list_left{
	float:left;
	width:290px;
}



.mod_articles .anons{
	/* float:left; */
	min-height: 90px;
	margin:5px 0;
	overflow:hidden;
        margin-bottom: 10px;
}
.mod_articles .wrap ul {
	list-style: disc;
	padding-left: 20px;
	margin: 10px 0;
}

.mod_articles .date{
	margin:0 0 0 140px;
	color:#7a7a7a;
	font-size:12px;
}


.mod_articles a.title{
	font-size:14px;
	color:black;
	text-decoration:none;
	margin-left: 20px;
	font-weight:bold;
}
.mod_articles .full-text a.title{
	font-size:14px;
	color:black;
	text-decoration:none;
	margin-left: 0px;
	font-weight:bold;
}

.mod_articles p.title{
	margin:0 0 0 140px;
	font-size:14px;
	color:black;
	display:inline;
}



.mod_articles a.title:hover{
	text-decoration:underline;
}

.mod_articles .img{
	float:left;
	width:120px;
	height:100%;
}
.mod_articles .text{
	overflow:hidden;
	margin-left:140px;
	color:#000000;
	font-size:14px;
}

.mod_articles .peganation{
	margin-top:30px;
	float: left;
}

.mod_articles .peganation a{
	text-decoration:none!important;
	color:#000;
	display:inline-block; *display:inline; *zoom:1;
	font-size:12px;
	width:26px;
	height:26px;
	background:url(/mod/articles/front/img/pager.gif);
	margin:0 3px;
	text-align:center;
	line-height:2.2;
}

.mod_articles .peganation a:hover{
	background-position:0 -26px;
}

.mod_articles .peganation a:active{
	background-position:0 -52px;
}

.mod_articles .peganation a.-active_page{
	color:#000;
	background:url(/mod/articles/front/img/pager.gif);
	background-position:0 -26px;
}

.mod_articles .peganation a.navi_prev{
	width:auto;
	height:auto;
	background:none;
}



.mod_articles a.link_next{
	color:#33CC00;
	margin-left: 140px;
	display:block;
	margin-top: 10px;
}


.mod_articles .sepa{
	height:1px;
	width:100%;
	background:gray;
	margin:20px 0;
}

.next_prev_links{
	overflow:hidden;
	margin-top:30px;
}
.next_prev_links a{
	display:block;
	color:#59DE00;
	text-decoration:underline;
}

.next_prev_links a :hover{
	text-decoration:none;
}
.next_prev_links a.next{
	float:right;
}

.next_prev_links a.prev{
	float:left;
}

form.article-order{
    margin-top: 20px;
   margin-bottom: 40px; 
}
.order-field,
.order-select,
.order-textarea,
.order-captcha
{
    width:550px;
    position: relative;
}
.order-captcha{
    overflow: hidden;
}
.order-captcha img.captcha{
    float:left;
    margin:10px 15px 10px 0;
}

.order-select,
.big-textarea{
    width: 508px;
}

.order-field label,
.order-select label,
.order-textarea label,
.order-captcha label{
    width:100%;
    display:block;
    color:#494949;
    font-size: 14px;
}
.form_field,
.form_select,
.form_textarea,
.form_captcha{
    margin: 10px 0 10px 0;
    display: block;
    width:100%;
    height: 31px;
}
.form_captcha{
    float:left;
    width: 80%;
}
span.select{
    margin: 5px 0 20px 0;
}
.form_textarea{
    height: 75px;
    font-family: "Arial";
}
button.form_submit{
    border: none;
    background: url('/mod/order/front/img/button-bg.png') top left repeat-x;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: black;
    font-size: 20px;
    font-weight: normal;
    border-radius: 3px;
    behavor: url('/css/PIE/PIE.htc');
    margin-top: 5px;
    cursor: pointer;
    display: block;
    float:left;
}
p.form-title{
    color:#010101;
    font-size: 24px;
    margin:  0 0 15px;
}
p.form-desc{
    font-size: 16px;
    margin: 0 0 30px;
    color:#010101;
}
span.description{
    width:100%;
    display:block;
    color:#494949;
    font-size: 14px;
    margin-top: 20px;
}
span.error{
    display:none;
    color:red;
    font-size: 14px;
    float:left;
    margin-left: 10px;
    margin-top: 10px;
    width:250px;
}
img.mod_order_loader{
    display:none;
}

