/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}

html, body {
	background: #a01b1b url(../images/bg_header.jpg) top left repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	height: 100%;
	overflow: hidden;
	}

#wrapper {
	position: absolute;
	width: 100%;
	height: inherit;
	/* height is defined in JS*/
	padding-bottom:10px;
	background:#fff;
	overflow: scroll;
	}

a{
color:#2b8fb3;
}

a:hover{
color:#b22727;
}

/* header */

.logo{
	display:block;
	float:left;
	width:365px;
	height:73px;
	background:url(../images/cx_logo.jpg) no-repeat left top;
	overflow: hidden;
	text-indent: -1000px;
	cursor:pointer;
}

#header{
	dispaly:block;
	float:left;
	width: 780px;
	height: 95px;
}

#header ul{
	display:block;
	float:right;
	width: 262px;
	height:73px;
	list-style-type:none;
	background:url(../images/bg_headerbox.jpg) center left no-repeat;
}

#header ul li{
	display:block;
	float:left;
	padding:15px 9px 0px 9px;
	color:#fff;
}

#header ul li.preview a, #header ul li.home a{
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding-left: 20px;
}
.protected{
    margin-right: 5px;
}
#header ul li.preview a{
	background: url(../images/preview.gif) center left no-repeat;
}

#header ul li.preview a:hover{
	background: url(../images/preview_over.gif) center left no-repeat;
	color:#000;
}

#header ul li.home a{
	background: url(../images/cmshome.gif) center left no-repeat;
}

#header ul li.home a:hover{
	background: url(../images/cmshome_over.gif) center left no-repeat;
	color:#000;
}

#header ul li.loginfo{
	padding:15px 10px 0px 20px;
}

#header ul li.loginfo a{
	color:#fff;
	text-decoration:underline;
}

#header ul li.loginfo a:hover{
	color:#000;
	text-decoration:underline;
}

/* // header */

/* column1 */

#column1{
	dispaly:block;
	float:left;
	margin-top:10px;
	margin-left:10px;
	padding-bottom:10px;
	width: 162px;
	background: url(../images/bg_column1.gif) bottom left no-repeat;
/*	height:100%; */
	}
/*
#column1[id] {
	min-height: 100%;
	height: auto !important;
	}
*/
#column1 h1{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background: url(../images/bg_navigationtitle.gif) top left no-repeat;
	padding:5px 5px 5px 30px;
}

#column1 ul{
	list-style-type:none;
}

#column1 ul li{
	display:block;
	width:150px;
	margin-left:1px;
	padding:4px 4px 0px 6px;
	color: #000;
	font-weight:bold;
	text-decoration:none;
	line-height:14px;
	background:#ececec;
	border-bottom:1px solid #cad0d2;
}

#column1 ul li:hover{
	color:#b02525;
	background:#dfdddd;
}

#column1 ul li ul li{
	width:134px;
	background: #e3f2f7 url(../images/menuarrow1.gif) no-repeat 0 7px;
	padding-left:20px;
	margin-left:-4px;
	padding-bottom:0px;
	font-weight:normal;
}

#column1 ul li ul li:hover{
	background: #fff url(../images/menuarrow1.gif) no-repeat 0 7px;
}

#column1 ul li ul li ul li{
	width:121px;
	background: #f3f8f9 url(../images/menuarrow2.gif) center left no-repeat;
	padding-left:33px;
	padding-bottom:0px;
	margin-left:-21px;
	font-weight:normal;
	line-height:10px;
	padding-bottom:4px;
}

#column1 ul li ul li ul li:hover{
	background: #fff url(../images/menuarrow2.gif) center left no-repeat;
	text-decoration:none;
}

#column1 ul li ul li ul li a{
	text-decoration:none;
	line-height:12px;
	font-size:11px;

}

/* // column1 */


/* column2 */

#column2{
	dispaly:block;
	float:left;
	margin-top:10px;
	margin-left:10px;
	width: 598px;
	}

#column2 h1{
	padding:8px;
	font-size:14px;
	font-weight:bold;
	background: url(../images/h1_column2.gif) center left no-repeat;
}

#column2 ol{
	margin-left:20px;
}

#column2 ol li{
	margin-left:10px;
}

/* // column2 */

/* Control Panel */

	#controlpanel{
		margin-top:10px;
		width:780px;
	}

	#controlpanel p{
		font-weight:bold;
		margin-bottom:4px;
	}

	#controlpanel ul{
		list-style-type:none;
		margin-left:60px;
	}

	#edit_pages, #manage_users, #statistics, #manage_catalog, #manage_galleries, #help_sections{
		display:block;
		float:left;
		width:192px;
		height:103px;
		padding:6px 10px 10px 10px;
		margin-right:5px;
	}

	#edit_pages{
		background: url(../images/div_edit.gif) top left no-repeat;
		width:170px;
		margin-right:0px;
	}

	#edit_pages:hover{
		background: url(../images/div_edit_over.gif) top left no-repeat;
	}

	#manage_users{
		background: url(../images/div_users.gif) top left no-repeat;
	}

	#manage_users:hover{
		background: url(../images/div_users_over.gif) top left no-repeat;
	}

	#statistics{
		background: url(../images/div_statistics.gif) top left no-repeat;
	}

	#statistics:hover{
		background: url(../images/div_statistics_over.gif) top left no-repeat;
	}

	#manage_catalog{
		background: url(../images/div_catalog.gif) top left no-repeat;
		width:170px;
		margin-right:0px;
	}

	#manage_catalog:hover{
		background: url(../images/div_catalog_over.gif) top left no-repeat;
	}

	#manage_galleries{
		background: url(../images/div_galleries.gif) top left no-repeat;
	}

	#manage_galleries:hover{
		background: url(../images/div_galleries_over.gif) top left no-repeat;
	}

	#help_sections{
		background: url(../images/div_help.gif) top left no-repeat;
	}

	#help_sections:hover{
		background: url(../images/div_help_over.gif) top left no-repeat;
	}

	#newsfeed{
		position: relative;
		height: 50px;
		right: 15px;
		background-color:#FFFFFF;
		overflow:none;
	}
	#newsreload{
		float:right;
		cursor: pointer;
		background: url(../images/refreshIconSmall.png);
		height: 20px;
		width: 20px;
		position:absolute;
		left: 468px;
	}
	#newsrefresh{
		float:right;
		height: 20px;
		width: 20px;
		cursor: pointer;
		position:absolute;
		left: 468px;
		background: url(../images/refreshIconSmall.png)
	}
	.newsLine{
		position: relative;
		list-style:none;
	}

	#cx{
		display:block;
		background: url(../images/panel_cx.gif) center left no-repeat;
		padding:15px 10px 15px 120px;
		clear:left;
		height: 50px;
	}

#panel_login{
	background: url(../images/login_keys.jpg) no-repeat left center;
	height:180px;
	padding: 20px 10px 10px 160px;
}

#panel_login form{
	margin:10px 0px 10px 0px;
}

#panel_login input{
	float:left;
	width:100px;
}

#panel_login .checkbox{
	width:20px;
	border:none;
}

#panel_login p, #panel_login label{
	line-height:15px;
	margin:3px 0px;
}

#panel_login .login{
	display:block;
	float:left;
	width: 62px;
	height: 20px;
	border: none;
	font-weight:bold;
	font-size: .7em;
	color:#37586d;
	background: url(../images/button_controlpanel.gif) center left no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

/* // Control Panel Login */

/* Control Panel */

	#controlpanel{
		margin-top:10px;
		width:780px;
	}

	#controlpanel p{
		font-weight:bold;
		margin-bottom:4px;
	}

	#controlpanel ul{
		list-style-type:none;
		margin-left:60px;
	}

	#edit_pages, #manage_users, #statistics, #manage_catalog, #manage_galleries, #help_sections{
		display:block;
		float:left;
		width:192px;
		height:103px;
		padding:6px 10px 10px 10px;
		margin-right:5px;
	}

	#edit_pages{
		background: url(../images/div_edit.gif) top left no-repeat;
		width:170px;
		margin-right:0px;
	}

	#edit_pages:hover{
		background: url(../images/div_edit_over.gif) top left no-repeat;
	}

	#manage_users{
		background: url(../images/div_users.gif) top left no-repeat;
	}

	#manage_users:hover{
		background: url(../images/div_users_over.gif) top left no-repeat;
	}

	#statistics{
		background: url(../images/div_statistics.gif) top left no-repeat;
	}

	#statistics:hover{
		background: url(../images/div_statistics_over.gif) top left no-repeat;
	}

	#manage_catalog{
		background: url(../images/div_catalog.gif) top left no-repeat;
		width:170px;
		margin-right:0px;
	}

	#manage_catalog:hover{
		background: url(../images/div_catalog_over.gif) top left no-repeat;
	}

	#manage_galleries{
		background: url(../images/div_galleries.gif) top left no-repeat;
	}

	#manage_galleries:hover{
		background: url(../images/div_galleries_over.gif) top left no-repeat;
	}

	#help_sections{
		background: url(../images/div_help.gif) top left no-repeat;
	}

	#help_sections:hover{
		background: url(../images/div_help_over.gif) top left no-repeat;
	}

	#cx{
		display:block;
		background: url(../images/panel_cx.gif) center left no-repeat;
		padding:15px 10px 15px 120px;
		clear:left;
	}

/* // Control Panel */

/* Add Page */

	.addpage{
		background: url(../images/addpage.gif) center left no-repeat;
		padding:10px 10px 30px 40px;
		clear:left;
	}

	.greybox{
	width:766px;
	padding:8px;
	background: url(../images/greybox.gif) top left no-repeat;
	}

	.greybox_end{
	width:780px;
	height:10px;
	background: url(../images/greybox_end.gif) bottom left no-repeat;
	}

/* // Add Page */

/* Forms */

.button,{
	display:block;
	float:left;
	width: 80px;
	height: 20px;
	border: none;
	font-weight:bold;
	font-size: .7em;
	color:#37586d;
	background: url(../images/button.gif) center left no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}



label{
	line-height:25px;
}

.radio{
	border:none;
	width:13px;
	margin-right:6px;
	display:block;
	float:left;
}

form p{
	line-height:20px;
}

/* // Forms */

/* footer */
	#footer {
		display: block;
		float:left;
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 35px;
		background: url(../images/bg_footer.jpg);
		}

	#footer ul{
		list-style-type:none;
		margin:10px;
	}

	#footer ul li{
		display:block;
		float:left;
		color:#fff;
		padding: 0px 5px 0px 5px;
		border-left:1px solid #fff;
	}

	#footer ul li.first{
		border:none;
	}

	#footer ul li a{
		color:#fff;
		text-decoration:none;
	}

	#footer ul li a:hover{
		text-decoration:underline;
	}

/* // footer */

/* Clear */

.clearfix:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

.clearfix{
	display		: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	height		: 1%;
	}

.clearfix{
	display		: block;
	}
/* End hide from IE-mac */

/* // Clear */

/*

Added by Dmitry

 */
/* Error definitions*/
	.Error{

	position:relative;
	left:0;
	top:0px;
	float:left;
	display:block;

	font-size: 11px;
	color: #FF0000;
	margin-bottom:10px;
	}
	.ErrorItem{
		width:500px;
		display: block;


	}
/* Form definitions*/
	#PageForm{
		display: block;
		width:600px;
		margin-bottom:5px;
		margin-left:10px;
	}
	#AddImageLabel{
		width:500px;
		margin-bottom:5px;
	}
	.fileUploads{
		background-color:#FFFFFF;
		}

	#PageForm div{
		display:block;
		float:left;
		margin-bottom:5px;
		margin-right:5px;
	}
	.FormItemContainer{
	 	width:600px;
		display:block;
		float:left;
		margin-bottom:5px;
		margin-right:5px;
	}
	.FormItemHeader{
	 	display: block;
		width:600px;
		font-weight: bold;
		color: #A01B1C;
	}
	.FormItemContent{
	 	display: block;
		width:600px;
	}
	#PageForm label{
		display: block;
		width:500px;
		font-weight: bold;
		color: #A01B1C;
	}

	#ProductImage{
		float:left;
		width: 210px;
		height:230px;
	}
	#PhotoImage{
		float:left;
		width: 150px;
		text-align:center;
		height:180px;
	}
	#PhotoImage .Image{
        height:150px;
	    width: 100%;
	}
	#PhotoImage .controlIcons{
	    height:150px;
	    width: 100%;
	}

	#ProductCategoryFile{
		float:left;
	}
	#ProductCategoryFile .File{
	   float: none;
	}
	#ProductCategoryFile .contolIcons{
	   float: none;
	}
	#InputImage label{

		width:200px;
	}
	#PageForm input{
		display:block;
		background:#fff;
		border:1px solid #37586d;
		color:#37586d;
		padding:1px;
		margin:0px;
		width:250px;

	}
	#PageForm .Hidden{
		border:none;
	}
	#PageForm select{
		background:#fff;
		border:1px solid #37586d;
		color:#37586d;
		padding:1px;
		margin:0px;
		width:254px;
	}
	#InputDate select{
		display: block;
		float:left;
		width:80px;
		background:#fff;
		border:1px solid #37586d;
		color:#37586d;
		padding:1px;
		margin:0px;
		margin-right:10px;
	}
	#InputDate{
		display: block;
		float:left;
		width:500px;
	}
	#PageForm textarea, textarea#content{
		display: block;
 		width:600px;
	}
	#InputPageContent textarea, textarea#content{
		display: block;
		width:600px;
		height:500px;
	}
	#InputPageContent div#mce_editor_0_resize {float: right }

	#InputButton{
		display: block;
		width:75px;
		top: 16px;
		left:670px;
		position: absolute;
		z-index: 100;

	}
	#InputButton input{
		width:100px;
		height: 22px;
		padding-top: 0px;
		color: #FFFFFF;
		background-color: #A01B1C;
		font-family: "Trebuchet MS";
		font-weight: bold;
	}
    #PageForm #retrieve #idsubmit{
	   width:100px;
		height: 22px;
		padding-top: 0px;
		color: #FFFFFF;
		background-color: #A01B1C;
		font-family: "Trebuchet MS";
		font-weight: bold;
	}
	#InputSkinSIDDiv{
		float:left;
		display:block;
		width:500px;
	}
	#InputSkinSIDDiv .InputSkinSIDDiv{
		display:block;
		width:500px;
	}
	#InputSkinSIDDiv img{
		display: block;
		float:left;
		margin: 0;
	}
	#InputSkinSIDDiv  input{
		display:block;
		float:left;
		margin-top:0px;
		margin-bottom:25px;
		width: 15px;
		margin-left:90px;
	}

	#InputSkinSIDDiv label{
		float:left;
		width: 230px;
	}
	.SkinScreenshotDescription{
		display:block;
		float:left;
		width: 230px;
	}


	#InputSkinSIDDiv #button0{
		display:block;
		float:left;
		width: 230px;
	}
	#InputSkinSIDDiv #button1{
		display:block;
		float:left;
		width: 230px;
	}
	#InputSkinSIDDiv #button2{
		display:block;
		float:left;
		width: 230px;
	}
	#InputSkinSIDDiv #button3{
		display:block;
		float:left;
		width: 230px;
	}
	#InputSkinSIDDiv #button4{
		display:block;
		float:left;
		width: 230px;
	}
	#InputSkinSIDDiv #button5{
		display:block;
		float:left;
		width: 230px;
	}
	#InputSkinSIDDiv #button6{
		display:block;
		float:left;
		width: 230px;
	}
	#InputSkinSIDDiv #button7{
		display:block;
		float:left;
		width: 230px;
	}
	#InputSkinSIDDiv #button8{
		display:block;
		float:left;
		width: 230px;
	}
	#InputSkinSIDDiv #button9{
		display:block;
		float:left;
		width: 230px;
	}
	#InputSkinSIDDiv #button10{
		display:block;
		float:left;
		width: 230px;
	}

	#FieldButton input{
		display: block;
		width:150px;
	}
	#InputIsLive{

		vertical-align:middle;
		display: block;
		float:left;
		width:150px;
	}
	#InputIsLive label{
		display: block;
		float:left;
		height:25px;
		width:100px;
	}
	#InputIsLive .radiobutton{
		float:left;
		display: block;
		width:50px;
	}
	/*#InputIsLive #button1{
		display: block;
		float:left;
		width:50px;
	}*/
	#InputIsLive .radiobutton label{
		float:left;
		display: block;
		text-align:left;
		font-size: 9px;
		font-weight: normal;
		width:50px;
	}
	/*#InputIsLive #button1 label{
		float:left;
		display: block;
		font-size: 9px;
		font-weight: normal;
		text-align:left;
		width:50px;
	}*/
	#InputIsLive .radiobutton  input{
		display: block;
		float:left;
		width:15px;
	}
	/*#InputIsLive #button1 input{
		display: block;
		float:left;
		width:15px;
	}*/
	#InputIsFeatured{
		display: block;
		margin-top:20px;
		margin-left:30px;
		float:left;
		width:250px;
	}
	#InputIsFeatured label{
		display: block;
		float:left;
		width:auto;
	}
	#InputIsFeatured input{
		display: block;

		float:left;
		width:12px;
	}
	#Hidden{
		margin-right:0;
		display:none;
	}
	#Hidden div{
		margin-right:0;
		display:none;
	}
	#Hidden input{
		display:none;
	}
	/* Sortable tables */
	table.sortable {
		margin-left:5px;
		margin-top:5px;
		border: 1px solid #37586d;
		width:98%;
	}
	table.sortable td{
		border: 1px solid #37586d;
		padding:5px;
	}
	table.sortable th{
	   background-color:#eee;
		/*border: 1px solid #37586d;
		padding:5px;	*/
	}
	table.sortable a.sortheader {
		background-color:#eee;
		color:#666666;
		font-weight: bold;
		text-decoration: none;
		display: block;
		padding:5px;
	}
	table.sortable span.sortarrow {
		color: black;
		text-decoration: none;
	}
#LinkCheckbox{
	display:block;
	float:left;
	width:180px;
}
#LinkCheckbox input{
	float:left;
	width:20px;
}
#SizePricefield{
	display:block;
	float:left;
	width:250px;
}
#SizePricefield label{
	display:block;
	float:left;
	width:110px;
}
#SizePricefield input{
	float:left;
	width:50px;
}
#LinkCheckbox label{
	float:left;
	font-weight: normal;
	width:140px;
	margin-bottom:3px;
}
#InputPageCheckbox{
	display:block;
	float:left;
	width:200px;
}
#InputPageCheckbox input{
	float:left;
	width:20px;
}
#InputPageCheckbox label{
	float:left;
	font-weight: normal;
	width:140px;
	margin-bottom:3px;
}
.mceNoEditor{
	height:400px;
}
.SmallArea{
	height:100px;
}
small{

	color: #cccccc;
	text-decoration: none;
}
small a{
	font-weight:normal;
	color: #009966;
	text-decoration: none;
}
small a:hover{
	color: #FFCC00;
	text-decoration: underline;
}
.red{
	clear:both;
	color: #FF9900;
}
.type_description{
	padding-bottom:10px;
}
.TextIndented{
	margin-left:10px;
}
.Tree{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Tree .Up{
	position: relative;
	left: 5px;
}
.Tree .Down{
	position: relative;
	left: 5px;
}
.treePlus{
	/*background-image:url(../icons/Plus.gif) top left no-repeat;*/
}
.treeMinus{
	/*background-image:url(../icons/minus.gif) top left no-repeat;*/
}
.Tree ol{
	font-size: 9px;
	font-weight:bold;
	color: #A01B1C;
}
.Tree ol li .TreeRow{
	color: #A01B1C;
	font-size: 12px;
	color: #333333;
	font-weight:normal;
	height: 18px;
}
.Tree small{
	font-size: 9px;
	font-family:  Arial, Helvetica, sans-serif;
}
.PageNav {
	float:none;
	padding-right:10px;
	padding-left:10px;
	vertical-align: middle;
}
span.PageNavText{
	width:300px;
}
.PageNav img{
	padding-right:3px;
	margin:0px;
	border:0;
	vertical-align: middle;
}
.LangSwapper{
	display:block;
	float:right;
}
div#PetitionTotalDiv{
    float:right;
    clear:both;
}
.PetitionListDiv{
	padding-left: 20px;
	margin-bottom: 20px;
    overflow: auto;
	max-height: 100px;
	max-width: 550px;
}
.PetitionList{

}
.Mp3Preview{
    font-size:120%;
    float:none;
    clear:both;
}
#BlogApproval{

}
#BlogApproval input{
    width:20px;
    float:left;
    margin-top:5px;
}
#BlogApproval label{
    float:left;
}
.CommentListDiv{
    height: 300px;
    overflow: auto;
    width: 550px;
}
.CommentList{
    /*clear:both;*/
}
.CommentList li{
    clear:both;
}
.Comment{

}
.CommentName{
}
.CommentText{
    clear:both;
}
.CommentNav{
}
/* Survey */
.Question{
    margin-bottom: 15px;
}
.QuestionText{
    font-weight: bold;
}
.QuestionType{
	color:#999999;
	font-size: 10px;
	font-style: italic;
}
.QuestionTotal{
	color:#999999;
	font-style: normal;
}
.AnswerText{
	color:#666;
}
.AnswerPercent{
	color:#991501;
	font-size: 11px;
	padding-left: 10px;
}
.AnswerUsers{
	color:#DF8783;
	font-size: 10px;
}
.ListTable {
	background-color: #E2CFE2;
	color: #E2CFE2;

}
#MultiUploadDiv iframe{
    margin-top:20px;
    width: 550px;
    height: 300px;
    border: none;
}

#SortImageDiv iframe{
    margin-top:20px;
    width: 550px;
    height: 350px;
    border: none;
}

#PageForm .DivCheckBox, #PageForm .AccessLevelsList{
    display:block;
	float:left;
	width:180px;
}
#PageForm .DivCheckBox input, #PageForm .AccessLevelsList input{
 	float:left;
	width:20px;
	margin-top: 5px;
}
#PageForm .DivCheckBox label, #PageForm .AccessLevelsList label{
    display:block;
	float:left;
	width:110px;
}

/* PAGING */
    .paging {
		padding: 0;
		margin: 0;

		color: #535353;
		/*float:right;*/
		text-align:right;
		font-size: 10px;
		line-height:13px;
		clear:both;
		display:block;

		vertical-align:top;
		padding-bottom:1em;
		/*margin-top:-10px;
		margin-bottom:-5px;*/
		}


		 .paging ul {
		 	float:right;
			text-align:left;
			width:auto;
			height:12px;

			list-style:none;
			margin:0;
			padding:0;
		 }

		  .paging ul li {
		  	float:left;
			height:13px;
			line-height:13px;
			margin:0 2px;
			font-size: 11px;
			color: #535353;
		  }

		  .paging ul li a {
			font-size: 11px;
			color: #535353;
			text-decoration:none;
		  }
		  .paging ul li a.on {
			text-decoration:underline;
			}

		.paging ul li a:hover {
			text-decoration:underline;
			}

	.paging a#ruler_first {
		display:block;
		width:9px;
		height:13px;
		text-indent:-3000px;
		line-height:13px;
		background:#fff url(/skin/shared/images/button_pageFirst.gif) 0 65% no-repeat;
	}

	.paging a#ruler_prev {
		display:block;
		width:9px;
		height:13px;
		text-align:left;
		text-indent:-3000px;
		line-height:13px;
		background:#fff url(/skin/shared/images/button_pagePrev.gif) 0 65% no-repeat;
	}

	.paging a#ruler_next {
		display:block;
		width:9px;
		height:13px;
		text-align:left;
		text-indent:-3000px;
		line-height:13px;
		background:#fff url(/skin/shared/images/button_pageNext.gif) 0 65% no-repeat;
	}

	.paging a#ruler_last {
		display:block;
		width:9px;
		height:13px;
		text-align:left;
		text-indent:-3000px;
		line-height:13px;
		background:#fff url(/skin/shared/images/button_pageLast.gif) 0 65% no-repeat;
	}
/*END PAGING*/
td.type_0{color:#00A200;}
td.type_1{color:#A20000;}
td.type_2{color:#0000A2;}
td.type_3{color:#000000;}

#FileUpload, #QueueList{
    width: 545px;
}
#FileUpload fieldset, #QueueList fieldset{
    padding: 10px;
}
#FileUpload legend, #QueueList legend{
    padding: 0px 5px 0px 5px;
}

#status{
    clear:both;
}
#status a {padding-left: 3px;}

.photoupload-queue{
	list-style:	none;
	clear: both;
}
.photoupload-queue li{
	background:	url(../icons/photo_upload.png) no-repeat 0 5px;
	padding: 5px 0 5px 22px;
	clear:both;
}
.photoupload-queue .queue-file{
    font-weight: bold;
}
.photoupload-queue .queue-size{
	color: #aaa;
	margin-left: 1em;
	font-size: 0.9em;
}
.photoupload-queue .queue-loader{
	position: relative;
	margin: 3px 15px;
	font-size: 0.9em;
	background-color: #ddd;
	color: #fff;
	border: 1px inset #ddd;
	width: 80%;
}
.photoupload-queue .queue-subloader{
	text-align: center;
	position: absolute;
	background-color: #81B466;
	height: 100%;
	width: 0%;
	left: 0;
	top: 0;
}
.photoupload-queue .input-delete{
	width: 16px;
	height: 16px;
	background: url(../icons/delete.png) no-repeat 0 0;
	text-decoration: none;
	border: none;
	float: right;
}
.delimiter{
    float:left;
    margin-right:5px;
}
#PageForm div.PriceFieldDiv{
    float: left;
    width: 250px;
}
#PageForm div.PriceFieldDiv label{
    float: left;
    width: 160px;
}
#PageForm div.PriceFieldDiv input{
    width: 75px;
    float: left;
}
