/*
 * @Enterprise: Yagendoo Media GmbH
 * @author: Yagendoo Team
 * @url: http://www.yagendoo.com
 * @copyright: Copyright (C) Yagendoo Media GmbH
 * @license: Commercial, see LICENSE.php
 */

/*Style*/
.yagModSimplequotes {

}

    .yagModSimplequotes.left {
        text-align: left;
    }

    .yagModSimplequotes.center {
        text-align: center;
    }

    .yagModSimplequotes.right {
        text-align: right;
    }

.yagModSimplequotes * {
    border: 0 none;
}


.yagModSimplequotes figure.quote {
    quotes: "\201C""\201D""\2018""\2019";
}
	
	.yagModSimplequotes figure.quote blockquote {
		padding: 0 2px;
	}

.yagModSimplequotes figure.quote:before {

    content: open-quote;
    font-size: 2em;
    line-height: 0.1em;
    vertical-align: -0.4em;
}

.yagModSimplequotes figure.quote:after {
	margin-left: -8px;
    content: close-quote;
    font-size: 2em;
    line-height: 0.1em;
    vertical-align: -0.4em;
}

.yagModSimplequotes figure.quote * {
    display: inline;
}

.yagModSimplequotes .image {

}

    .yagModSimplequotes .image.left {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .yagModSimplequotes .image.right {
        float: right;
        margin-left: 15px;
        margin-bottom: 15px;
    }