.articleTop .photo,
.articleText .photo,
.photo.articleDet{
	float:left;
	position:relative;
	padding-bottom:0px;
	margin-bottom:5px;
}
.articleTop .photo .imgDescr,
.articleText .photo .imgDescr,
.photo.articleDet .imgDescr{
    background: url("/images/imgDescr.png") repeat scroll 0 0 transparent;
    bottom: 0;
    color: #FFFFFF;
    font-size: 10px;
    padding: 3px 9px;
    position: absolute;
    right: 0;
}
.articleText{
	font-size: 14px;
	line-height: 19px;
	color:#343434;
	float:left;
	width:100%;
}
.articleText.themes{
	font-size: 13px;
}
.articleText>div, .articleText>p,
.matchcenterText>div{
    padding: 10px 0 5px 0;
}
.articleText>div:first-child,
.articleText>p:first-child,
.matchcenterText>div:first-child
{
    padding-top:0;
}
.articleText div.quotte_right {
	float:right;
	width:42%;
	font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 22px;
	padding: 7px 7px 9px;
}
.articleText p.widthQuotte,
.articleText div.widthQuotte{
    line-height: 20px;
    position: relative;
    width: 42%;
}
.articleText q,
.articleText .quotte{
	border-style: dotted none;
    border-width: 1px 0;
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 22px;
    padding: 7px 7px 9px 21px;
    width: 45%;
	float:right;
	margin: 10px 0 5px 20px;
	quotes: "\201d" "\201d";
}
.articleText p.widthQuotte .quotte{
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 22px;
    padding: 7px 7px 9px;
    position: absolute;
    right: -125%;
    top: 28px;
    width: 105%;
	background: url("/images/dot_back.png") repeat-x scroll 0 0 transparent;
	float:left;
}
.articleText p.widthQuotte .quotte .bottom{
	floaT:left;
	width:100%;
	background: url("/images/dot_back.png") repeat-x scroll 0 0 transparent;
	height:3px;
	margin-top:10px;
}
.articleText .slider{
	float:left;
	width:100%;
	margin: 2px 0 10px 0px;
	line-height:normal;
}
.articleText .slider img{
    max-width:100%;
}
.articleText .slider .nav{
	float:left;
	width:100%;
	background:#e7e7e7;
	position:relative;
	height:22px;
}
.articleText .slider .nav span{
	color:#343434;
	font-size:11px;
	padding: 5px 10px 4px 10px;
	display:inline-block;
	letter-spacing:1px;

}
*:first-child+html .articleText .slider .nav span{
	width:550px;
}
.articleText .slider .nav .arrLeft{
	position:absolute;
	background: url("/images/sliderArrLeft.png") no-repeat scroll center 0 transparent;
	width:22px;
	height:22px;
	right:23px;
	top:0px;
}
.articleText .slider .nav .arrRight{
	position:absolute;
	background: url("/images/sliderArrRight.png") no-repeat scroll center 0 transparent;
	width:22px;
	height:22px;
	right:0px;
	top:0px;
}
.articleText>h2, h2.nostyle{
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    padding: 7px 0 8px 0;
    text-transform: none;
	display: inline-block;
	height:auto;
	vertical-align:baseline;
	letter-spacing:normal;
	width:100%;
}
.articleText img 
{
    max-width:100%;
    height:auto !important;
}

.articleText .quotte:before {
    content: open-quote;
    font-size: 28px;
    line-height: 14px;
    vertical-align: bottom;
    margin: 0 4px 0 -18px;
}
.articleText .quotte:after {
    content: close-quote;
    font-size: 28px;
    line-height: 14px;
    vertical-align: bottom;
}
