﻿/*Pullquote - show single record for selection story*/
.pullquote_general
{
	padding:10px;
	color:#000000;
}
.pullquote_general .article_pullquoteEachItem
{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;	
}
.pullquote_general .thumbnail
{
	padding:0px 10px 0px 0px;
	float:left;
}
.pullquote_general .pullquote
{
	float:left;
	width:500px;
}
.pullquote_general .pullquotetitle
{
	font-weight:bold;
	padding:10px 0px;		
}
.pullquote_general .pullquotedate
{
	color:#A5A5A5;
}
.pullquote_general .pullquotetext
{
	padding:10px 0px 0px 0px;
}
.pullquote_general a
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}


