﻿.dg-blockquote{
	border:1px solid #dcdcdc;
	padding:22px 27px;
	font-style:normal;
}
.dg-blockquote p{
	text-indent:0;
	font-style:normal;
	font-size:13px;
	color:#666;
}
.dg-blockquote cite{
	display:inline-block;
	color:#424242;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
}
.dg-blockquote cite:before{
	content:normal;
}
.dg-blockquote footer{
	margin-top:12px;
}
.right-border{
	border:none;
	border-right:5px solid #dcdcdc;
	padding:22px 21px;
}
.left-border{
	border:none;
	border-left:5px solid #dcdcdc;
	padding:22px 21px;
}
.none-border {
	border:none;
}
.dg-blockquote.left-bg,
.dg-blockquote.right-bg{
	position:relative;
	z-index:1;
}
.dg-blockquote.left-bg:before,
.dg-blockquote.right-bg:before{
	content:"";
	background:url(../../inset/pages-images/blockquote-quote.png) no-repeat 0 0;
	position:absolute;
	z-index:-1;
	font-size:50px;
	left:0;
	top:0px;
	width:56px;
	height:48px;
}
.dg-blockquote.right-bg:before{
	background-position:-56px 0px;
	left:auto;
	right:0;
}

.dg-blockquote.left-bg p,
.dg-blockquote.right-bg p{
	text-indent:0;
}
