/* Account Pages */


#site-content-body{
	padding-top:0px;
}


/*********** Account Signup **********/


#account-form{
	width:570px;
}

#account-form .form-item{
	clear:both;
}

#account-form .form-item .form-label{
	float:left;
	width:150px;
}

#account-form .form-item .login-label{
	float:left;
	width:100px;
}


#account-form .form-item .form-input{
	float:left;
	width:400px;
}

#account-form .form-item .form-input input[type='text'],
#account-form .form-item .form-input input[type='password']{
	width:200px;
}

#account-form .form-item .form-required{
	text-align:right;
	width:320px;
}

#account-form .form-item .form-note{
	clear:both;
	font-size:10px;
	padding-left:150px;
}

#account-form .section-start{
	padding-top:10px;
}




/********************* Account Login *****************************/

#account-login{
	background-image:url(../images/admin-login-bg.jpg);
	background-repeat:no-repeat;
	width:828px;
	height:420px;
	padding-top:137px;
}

#account-login form{
	padding-left:235px;
}



/*********************** Admin Product Results *********************************/


#product-admin-header{
	background-image:url(../images/admin-products-header-bg.jpg);
	background-repeat:no-repeat;
	width:788px;
	height:28px;
	overflow:hidden;
	padding-top:64px;
	padding-left:20px;
	padding-right:20px;
	color:#CdCdCd;
}

#product-footer,
#sellers-footer,
#product-edit-footer,
#admin-footer{
	background-image:url(../images/admin-products-footer-bg.jpg);
	background-repeat:no-repeat;
	height:31px;
	width:828px;
}

#product-admin-header #add-product{
	float:right;
}


#product-admin-header a{
	color:#CdCdCd;
	font-weight:bold;
	padding:2px;
}



#status-menu .selected,
#seller-admin-header .selected{
	font-weight:bold;
	background-color:#333333;
}


#products{
	background-image:url(../images/admin-products-body-bg.gif);
	background-repeat:repeat-y;
	width:788px;
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
}

#products .product-type-image{
	padding-top:20px;
	padding-bottom:5px;
}

#products .product{
	clear:both;
	font-size:11px;
	width:788px;
	overflow:hidden;
}

#products .product input,
#products .product select{
	font-size:11px;
}

#products .product form{
	padding:0px;
	margin:0px;
}


#products .product,
#sellers .seller{
	clear:both;	
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
}



#products .product-title-row,
#sellers .seller-title-row{
	font-weight:bold;
	color:#CCCCCC;
	height:21px;
	padding-top:4px;
	background-image:url(../images/admin-products-column-header-bg.gif);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom:1px solid black;
	border-left:0px;
	border-right:0px;
	position:relative;
	left:2px;
}

.product-min-height{
	height:550px;
	overflow:hidden;
}

#sellers .product-min-height{
	height:350px;
	overflow:hidden;
}


#products .product div,
#sellers .seller div{
	width:100px;
	float:left;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}

#products .product .product-image{
	width:100px;
	height:80px;
	overflow:hidden;
	padding:0px;
	background-color:#000000;
}

#products .product-title-row .product-image{
	background:none;
}

#products .product .product-id{
	width:40px;
}

#products .product .product-title{
	width:110px;
}

#products .product .product-seller{
	width:105px;
}

#products .product .product-price{
	width:55px;
}

#products .product .product-solddate{
	width:65px;
}

#products .product .product-status{
	width:60px;
}

#products .product .product-actions{
	width:175px;
	text-align:right;
}

#products .product .product-info{
	width:670px;
	overflow:hidden;
}

#products .product .product-info div{
	float:left;
	width:170px;
	padding-right:10px;
}


#products .product .product-info .info-cpr{
	width:80px;
}


#sellers .seller .seller-actions{
	width:140px;
	text-align:right;
	padding-right:5px;
}

#products .product .product-actions a,
#sellers .seller .seller-actions a{
	color:#000000;
	font-size:11px
}

#sellers .seller .seller-name{
	width:150px;
}

#sellers .seller .seller-company{
	width:140px;
}

#sellers .seller .seller-email{
	width:180px;
}

#sellers .seller .seller-phone{
	width:120px;
}


#products .featured-note{
	font-size:11px;
	padding-top:10px;
}


/**************************** Seller Info *****************************/

#seller-info,
#sellers{
	background-image:url(../images/admin-products-body-bg.gif);
	background-repeat:repeat-y;
	width:788px;
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
}

#sellers .seller-title-row{
	background-image:url(../images/admin-seller-column-header-bg.gif);
	left:0px;
}


#sellers .seller{
	overflow:hidden;
}


#seller-info #products{
	background-image:none;
	width:788px;
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
}


#seller-info .info-item{
	clear:both;
	height:20px;
}

#seller-info .info-item .info-label{
	float:left;
	width:100px;
	font-weight:bold;
}

#seller-info .info-item .info{
	float:left;
}


#seller-admin-header{
	background-image:url(../images/admin-user-header-bg.jpg);
	background-repeat:no-repeat;
	width:788px;
	height:28px;
	overflow:hidden;
	padding-top:64px;
	padding-left:20px;
	padding-right:20px;
	color:#CdCdCd;
}


#seller-header-links{
	float:left;
}

#seller-admin-header a,
#seller-admin-header a:hover,
#product-edit-admin-header a,
#product-edit-admin-header a:hover,
#photo-edit-admin-header a,
#photo-edit-admin-header a:hover,
#status-edit-admin-header a,
#status-edit-admin-header a:hover,
#forgot-password-admin-header a,
#forgot-password-admin-header a:hover,
#user-edit-admin-header a,
#user-edit-admin-header a:hover{
	color:#CdCdCd;
	font-weight:bold;
	padding:3px;
}

#seller-admin-header .back-button,
#product-edit-admin-header .back-button,
#photo-edit-admin-header .back-button,
#status-edit-admin-header .back-button,
#forgot-password-admin-header .back-button,
#user-edit-admin-header .back-button{
	float:right;
}


#product-edit-admin-header{
	background-image:url(../images/admin-listing-header-bg.jpg);
	background-repeat:no-repeat;
	width:788px;
	height:28px;
	overflow:hidden;
	padding-top:64px;
	padding-left:20px;
	padding-right:20px;
	color:#CdCdCd;
}

#product-edit{
	background-image:url(../images/admin-products-body-bg.gif);
	background-repeat:repeat-y;
	width:788px;
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
}

#product-edit .form-item .item-title{
	width:155px;
}


#photo-edit-admin-header{
	background-image:url(../images/admin-photos-header-bg.jpg);
	background-repeat:no-repeat;
	width:788px;
	height:28px;
	overflow:hidden;
	padding-top:64px;
	padding-left:20px;
	padding-right:20px;
	color:#CdCdCd;
}

#photo-edit{
	background-image:url(../images/admin-products-body-bg.gif);
	background-repeat:repeat-y;
	width:788px;
	height:550px;
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
}

#status-edit-admin-header{
	background-image:url(../images/admin-blank-header-bg.jpg);
	background-repeat:no-repeat;
	width:788px;
	height:28px;
	overflow:hidden;
	padding-top:64px;
	padding-left:20px;
	padding-right:20px;
	color:#CdCdCd;
}

#status-edit{
	background-image:url(../images/admin-products-body-bg.gif);
	background-repeat:repeat-y;
	width:788px;
	height:550px;
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
}


#user-edit-admin-header{
	background-image:url(../images/admin-user-header-bg.jpg);
	background-repeat:no-repeat;
	width:788px;
	height:28px;
	overflow:hidden;
	padding-top:64px;
	padding-left:20px;
	padding-right:20px;
	color:#CdCdCd;
}

#user-edit{
	background-image:url(../images/admin-products-body-bg.gif);
	background-repeat:repeat-y;
	width:788px;
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
}


#forgot-password-admin-header{
	background-image:url(../images/admin-blank-header-bg.jpg);
	background-repeat:no-repeat;
	width:788px;
	height:28px;
	overflow:hidden;
	padding-top:64px;
	padding-left:20px;
	padding-right:20px;
	color:#CdCdCd;
}

#forgot-password{
	background-image:url(../images/admin-products-body-bg.gif);
	background-repeat:repeat-y;
	width:608px;
	height:500px;
	overflow:hidden;
	padding-left:200px;
	padding-right:20px;
	padding-top:50px;
	
}





#submit-product{
	float:right;
}


.click-drag{
	padding-left:20px;
	padding-top:10px;
	clear:both;
}

.error-message{
	color:#FF0000;
}


.top-feature-admin{
	background-image:url(../images/top-feature-admin.jpg);
	background-repeat:no-repeat;
	width:281px;
	height:34px;
	padding-left:25px;
	padding-right:25px;
	padding-top:6px;
	color:#cdcdcd;
	font-size:12px;
	font-weight:bold;
}

.top-feature-admin a,
.top-feature-admin a:hover{
	color:#cdcdcd;
}

.top-feature-admin-spacer{
	padding-top:35px;
}


#product-admin-header #add-product a,
#product-admin-header #add-product a:visited{
	color:#feae03;
}


/******************* product image upload ********************************/

#product-images-upload{
	overflow:hidden;
}

#sortlist .product-image{
	width:100px;
	height:90px;
	overflow:hidden;
}



#sortlist {   
	width: 600px;   
	margin: 0 auto;   
	padding: 20px;   
	margin-bottom: 20px;   
	border: 1px solid #a5a1a1;   
	text-align:center;   
	overflow:hidden;
}  

#sortlist div.sorting {   
	float: left;   
	margin: 4px;   
	padding: 4px;   
	border: 1px solid #ccc;   
}  
	  
#sortlist div.sorting:hover {    
	float: left;   
	margin: 4px;   
	padding: 4px;   
	border: 1px solid #666;    
	cursor: move;   
}   



/********************** Admin Home ***********************/

#products{
	position:relative;
}

#admin-home-menu{
	padding-left:20px;
	padding-top:30px;
	padding-bottom:140px;
	position:relative;
	display:block;
	height:350px;
}

#admin-home-menu a{
	position:relative;
	z-index:1;
}

#admin-home-menu a .button-text{
	position:absolute;
	left:14px;
	top:119px;
	display:block;
	width:200px;
	height:20px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	z-index:100;
}

#admin-home-menu a .button-text-submit{
	left:40px;
}

#admin-home-menu a{
	display:block;
	float:left;
}



#admin-home-welcome{
	position:absolute;
	top:60px;
	left:130px;
	border:2px solid black;
	background-color:#FFFFFF;
	filter:alpha(opacity=93);
	-moz-opacity:0.93;
	-khtml-opacity: 0.93;
	opacity: 0.93;
	overflow:hidden;
	width:500px;
	height:200px;
	padding:20px;
	font-size:13px;
	z-index:100;
	
}


#admin-home-welcome #welcome-close{
	position:absolute;
	top:200px;
	left:480px;
	font-weight:bold;
}

