.prodselect, .prodadd, .catselect
{
font-size:16px;
font-weight:bold;
color:#444;
padding:7px 5px 0px 5px;
}

.addnew
{
	padding-left:24px;
	clear:both;	
}

.addsel
{
	clear:both;
	display:block;
	padding:10px;
	padding-bottom:0;
}

.addnew
{
	display:none;
}

option.grey
{
	color:#ccc;
}

.prodselect, .prodadd, .prodor, .catselect
{
	float:left;
}

.prodor
{
	font-size:16px;
	font-weight:bold;
	color:#aaa;
	padding:7px 30px 0 30px;
}

.catselect
{
	width:260px;
}

.productselector
{
	float:left;
	width:450px;
	margin-right:20px;	
}

.productselector select
{
	width:450px;
}

.productimage
{
	width:110px;
	float:left;
}

.filterselector
{
	float:left;
	min-width:140px;
	padding-right:20px;
}

a.submitTechSpecs
{
	display:block;
	padding:15px;
	border:1px solid #eee;
	color:#777;
	text-decoration:none;
	line-height:20px;	
}

a.submitTechSpecs:hover
{
	border:1px solid #ddd;
	color:#222;
}

div.info
{
	width:500px;
	margin-left:10px;
}

.formElement
{
	margin:10px 0 15px;
}

.formElement .label
{
	font-size:12px;
	color:#555;
	margin-bottom:3px;
	font-weight:bold;
	padding-left:2px;
}

.formElement .field input, .formElement .field textarea, #regBtn
{
	background-color: #f4f4f4;
	border:1px solid #aaa;
	padding:5px;
	font-size:14px;
	color:#333;
}

.prodImgContainer
{
	float:right;
	margin:0px;
	margin-right:20px;
	width:375px;
	display:none;
}

.formElement .field input:focus, .formElement .field textarea:focus
{
	border:1px solid #eee;
	background-color:#fafafa;
	color:#333;
}

.formElement .field input#check, #regBtn
{
	padding:4px 15px;
	margin-left:5px;
	background-color:#fafafa;	
	color:#333;
}

.formElement .desc
{
	font-size:10px;
	color:#aaa;
	padding:5px 2px;
	width:372px;
}

.formElement .field input.btn
{
	font-size:12px;
	font-weight:bold;
}
.addsel
{
	width:870px;
}

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
	z-index:1000;
}

#uploadImg, #gImgSel, #uploadImg
{
	z-index:10000;
}

.imageCont {
	border:1px solid #cccccc;
	width:150px;
	height:150px;
	float:left;
	margin:2px;
	padding:3px;
	overflow:hidden;
	text-align:center;
}

.dialog {
	position: absolute; 
	left: 30%; 
	top: 40%; 
	width: 500px; 
	background-color: #F2F2F2; 
	border: 1px solid black; 
	visibility: hidden;
}

.dialog .hd {
	background-color: #CCCCCC; 
	padding: 5px; 
	font-weight: bold; 
	border-bottom: 1px solid black;
}

.dialog .hd .close {
	position: absolute; 
	right: 5px; 
	top: 4px; 
	cursor: pointer;
}

.dialog .bd {
	padding: 5px; 
}

/**
* Thats the basic css needed for the upload bars
*/
.uploadQueue {
	list-style: none;
}

.uploadQueue li {
	background: url(http:/m.productclash.com/images/upload_photo.png) no-repeat 0 5px;
	background-color: #F2F2F2;
	padding:    5px 0 5px 22px;
}

.uploadQueue .queue-file {
	font-weight: bold;
}

.uploadQueue .queue-size {
	color:      #aaa;
	margin-left:    1em;
	font-size:  0.9em;
}

.uploadQueue .queue-loader {
	position:  relative;
	margin:    3px 15px;
	font-size: 0.9em;
	background-color: #ddd;
	color:     #fff;
	border:    1px inset #ddd;
}

.uploadQueue .queue-subloader {
	text-align: center;
	position:   absolute;
	background-color: #81B466;
	height: 100%;
	width:  0%;
	left:   0;
	top:    0;
}

.uploadQueue .input-delete {
	width:       16px;
	height:      16px;
	/*background:    url(upload_delete.png) no-repeat 0 0;*/
	text-decoration: none;
	border:      none;
	float:       right;
}
