/************************************************************************
* Content Manager styles
************************************************************************/
.PageContentContainer
{
	width:100%;
}
* html .PageContentContainer
{
	position:relative;
}
.PageContent
{
	width:100%;
}
* html .PageContent
{
	position:relative;
}
.PageContentFormView
{
	width:100%;
	color:#2a256c;
}
.EditorButtons
{
	float:right;
	position:relative;
	top:-23px;
	text-align:right;
}
.EditorButtons a
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	line-height:normal;
	text-decoration:none;
}
.EditorButtons a img
{
	border:none;
	vertical-align:middle;
}
.EditorButtons a span
{
	padding-right:10px;
}
.EditorButtons a:hover span
{
	text-decoration:underline;
}

/************************************************************************
* Content buttons
************************************************************************/
a.BuyButton
{
	display:block;
	width:118px;
	height:39px;
	background:url(images/btnBuyNow.png) no-repeat;
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
}
* html a.BuyButton
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btnBuyNow.png', sizingMethod='default');
}
a.BuyButton:hover
{
	display:block;
	width:118px;
	height:39px;
	background:url(images/btnBuyNow_hover.png) no-repeat;
}
* html a.BuyButton:hover
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btnBuyNow_hover.png', sizingMethod='default');
}
a.BuyButton span
{
	visibility:hidden;
}