
.ItemContainerStyle
{
	padding-top: 0px;
}

.selectProductLabel, .selectedProductInfo, .changeProductButton
{
	font-size: 12px;
}

.selectedProductInfo{
	padding-left: 10px;
}

.moreLayouts 
{
	color: blue;
	cursor:pointer;
}

.changeProductButton{
	color: blue;
	padding-left: 20px;
	cursor:pointer;
	
}
#frontSideInfo, #backSideInfo, #selectedFrontSideType, #selectedFrontSideLayout, #selectedBackSideType, #selectedBackSideLayout
{
	font-size: xx-small;
	text-align:left;
}
#frontSideInfo, #backSideInfo
{
	 margin-bottom: 1px;
	width:130px;
}

.EditorPageTextTitle, .imageEditTitle, .imageEditTitleHadler
{
	background-image: url('images/arrow.gif' );
	background-position: top right;
	background-repeat: no-repeat;
	border-top-color: #A0B2C0;
	border-top-style: solid;
	border-top-width: 1px;
}
.EditorPageTextTitle
{
	text-align: left;
	color: black;
	font-weight: bold;
	font-size: 10px;
}

.imageEditTitle
{
	width: 100px;
	text-align: left;
}

.imageEditTitleNoArrow
{
	border-top-color: #A0B2C0;
	border-top-style: solid;
	border-top-width: 1px;
	width: 100px;
	text-align: center;
}

.InactivePreview, .ActivePreview
{
	text-align: left;
	position: relative;
	border-style: solid;
	border-width: 2px;
	margin-left: 10px;
}

.ActivePreview
{
	border-color: Orange;
}


.InactivePreview
{
	border-color: #AAAAAA;
}



.TextTitle
{
	padding-bottom: 4px;
	color: Gray;
	font-weight: bold;
	font-size: 10px;
	text-transform:uppercase;
}

.DesignBackground
{
	background-image: url('/images/gradient_bg.gif' );
	background-repeat: repeat-x;
}

.DesignBackgroundOrange
{
	background-image: url('/images/page_bg_orng.gif' );
	background-repeat: repeat-x;
}
.TitleTextStyle
{
	color:Black;
	font-weight:bold;
}


/*************************
Iframe creted for BCDesigner
***************************/

.imageEditTitleHadler
{
	text-align:left;
	width:auto;
	padding-left:25px;
}

.buttonCss
{
	padding-right: 5px;
}
.imageEditorButtonCss
{
	padding-right: 4px;
}

.divCss
{
	padding-top: 5px;
	text-align: left;
	width: 90px;
}
.tableCss
{
	padding-top: 2px;
}

.alert
{
	background: #fff6bf url(bioneural/exclamation.png) 15px center no-repeat;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.acceptFileFormatTextHeader
{
	text-decoration: underline;
	text-align: left;
}

.acceptFileFormatText
{
	padding-top: 10px;
	text-align: left;
}

#fileUploadDisclaimerContainer 
{
	margin-left: 10px;
	margin-right: 15px;
}

/*************************
Transparent/modal overlay
***************************/
.top
{
	top: 0px;
	left: 0px;
	z-index: 996;
	position: absolute;
	background-color: Black;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
	margin-left: auto;
	margin-right: auto;
}

.topFrame
{
	top: 0px;
	left: 0px;
	z-index: 997;
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity: .0;
	opacity: .0;
	margin-left: auto;
	margin-right: auto;
	
}

.innerTop
{
	z-index: 998;
	position: absolute;
	background-color: White;
	border: solid 1px Black;
	-padding-right: 61px;
	margin-left: -375px;
}
