/*######################	store reviews	###########################*/
.blogPanelStore {
	width:450px;;
	margin-top:10px;
	font-size:.9em;
	clear:both;
}
.blogHeaderStore {
	background:url(/images/storePage/blogHeader.jpg);
	height:55px;
	text-align:center;
	padding-top:10px;
}
.blogHeaderStore p.blogPostDetails {
	width:250px;
	text-align:left;
	margin:5px 0px 0px 10px;
	float:left;
}
.blogHeaderStore span.delete {
	width:150px;
	float:right;
	text-align:right;
	margin-right:15px;
	margin-top:5px;
}
.blogTitleStore {
	width:426px;
	height:21px;
	background:url(/images/storePage/blogStoreHeaderTitle.gif) no-repeat;
	margin:0px auto;
	text-align:left;
	padding:3px;
	padding-left:12px;
	font-size:.98em;
	color:#FFFFFF;
	font-weight:normal;
}
.blogContentStore {
	background:url(/images/storePage/blogBg.jpg);
	text-align:left;
}
.blogContentStore p{
	padding:10px 10px 10px 10px;;
	margin:0px;
}
.blogFooterStore {
	background:url(/images/storePage/blogFooter.jpg) no-repeat;
	height:35px;
	text-align:right;
	padding-right:10px;
}
.blogFooterStore p{
	padding:0px;
	margin:0px;
}

/*######################	BLOG	###########################*/

.blogPanel {
	width:515px;
	margin-top:10px;
	font-size:.9em;
	clear:both;
}
.blogHeader {
	background:url(/images/profilePage/blogHeader.jpg);
	height:30px;
	text-align:center;
	padding-top:10px;
}
.blogHeaderStore {
	background:url(/images/profilePage/blogHeader.jpg);
	height:30px;
	text-align:center;
	padding-top:10px;
}
.blogHeader span.delete, .blogHeaderStore span.delete {
	width:100px;
	float:right;
	text-align:right;
	margin-right:15px;
	margin-top:5px;
}
.blogTitle {
	width:491px;
	height:21px;
	background:url(/images/profilePage/blogHeaderTitle.gif) no-repeat;
	margin:0px auto;
	text-align:left;
	padding:3px 0px 3px 12px;
	font-size:.98em;
	color:#FFFFFF;
	font-weight:normal;
}
.blogContent {
	background:url(/images/profilePage/blogBg.jpg);
	text-align:left;
}
.blogContent p{
	padding:10px 10px 10px 10px;;
	margin:0px;
	word-wrap: break-word;
	-moz-binding: url(/'wordwrap.xml#wordwrap');
}
.blogContent .comment {
	padding-bottom:10px;
	margin:10px 10px 10px 10px;	
	background:#FFFFFF;
	border:1px solid #999999;
}
.blogCommentHeader {
	width:495px;
	height:25px;
	background:url(/images/profilePage/blogCommentHeader.jpg);
	margin:0px 0px 0px 0px;
	padding:7px 10px 0px 10px;
}
.blogCommentHeaderStore {
	width:430px;
	height:25px;
	background:url(/images/profilePage/blogCommentHeader.jpg);
	margin:0px 0px 0px 0px;
	padding:7px 10px 0px 10px;
}
.blogCommentHeader .commenterName, .blogCommentHeaderStore .commenterName{
	float:left;
	padding:0px;
	margin:0px;
	margin-left:15px;
}
.blogCommentHeader .commentDate, .blogCommentHeaderStore .commentDate{
	float:right;
	padding:0px;
	margin:0px;
	margin-right:15px;
}
.blogCommentHeader p.blogPostDetails, .blogCommentHeaderStore p.blogPostDetails {
	width:280px;
	text-align:left;
	margin:0px;
	float:left;
}
.blogFooter {
	background:url(/images/profilePage/blogFooter.jpg) no-repeat;
	height:35px;
	text-align:right;
	padding-right:10px;
}
.blogFooter p{
	padding:0px;
	margin:0px;
}
#commentPanel {
	width:515px;
	/*height:325px;*/
	float:left;
	margin-top:10px;
	clear:left;
	text-align:left;
	overflow:hidden;
}
#commentPanel input textarea{
	padding:0px;
	margin:0px;
}
#commentPanel.panelContentOuter.panelContent {
	height:295px;
	padding:0px;
	margin:0px;
}
#commentPanel h2 {
	width:465px;
	height:25px;
	margin-bottom:5px;
	margin-top:-3px;
	background:#F2F2F2 url(/images/festivalsPage/newsHeader.gif) no-repeat;
}
#commentPanel h3 {
	margin:15px 0px 15px 0px;
	color:#1163f2;
	font-size:1em;
	font-weight:bold;
}
#commentPanel p {
	font-size:0.9em;
}
#commentPanelTA {
	width:490px;
}
/*######################	END BLOG	###########################*/