/* RESET STYLES */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

tr{vertical-align:top}


/* CSS Document */

/* GLOBAL */
/* ====== */

html,body {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #f7f7f7;
}

p, h1, h2, h3, h4, h5, h6, td {
	color: #333;
}

strong {
	font-weight: bold;
}

a, a:link, a:visited {
	color: #0f6fa0;	
}

a:hover, a:active {
	color: #09C;
}

#frame {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#nav-global {
	height: 32px;
	text-align: left;
	padding-left: 26px;
	color: #e1e1e1;
	font-size: 11px;
	background-image: url(../images/bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

#nav-global p {
	padding-top: 9px;
	color: #CCC;
}

#nav-global p a {
	color: #CCC;
	text-decoration:none;	
}

#hd, #md, #ft {
	padding: 0;
	width: 100%;
	text-align: center;
}

 #hd {

}

#ft {
	background-image: url(../images/bg_footer.gif);
	background-position: center top;
	background-repeat: repeat-x;
	text-align: right;
} 

/* MAIN NAVIGATION */
/* =============== */

#nav-main {
	/*position: relative;
	top: 90px;
	*top:80px;
	left: 25px;*/
	height: 80px;
	width: 930px;
	margin-top: 0px;
	margin-left: 25px;
	background-image: url(../images/nav_line.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

#nav-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 

#nav-main li {
	float: right;
	margin: 0;
} 

#nav-main li a {
	padding: 25px 20px 0 20px;
	display:block;
	height: 80px;
	color: #707070;
	text-decoration: none;
	text-align: center;
}

#nav-main li a:link, #nav-main li a:visited {
	/* background-color: #CC0000; */
} 

#nav-main li a:hover, #nav-main li a:active {
	/* background-color: #FF0066; */
	background-image: url(../images/bg_nav_on.gif);
	background-repeat: repeat-x;
	background-position: center top;
} 

/* TEMPLATE */
/* ======== */

#logo img {
padding: 25px 20px 0 0; 
}

#logo {
height:90px;
text-align:right;
}


#logo-vendor {
	position: absolute;
	width: 180px;
	height: 80px;
	left: 58px;
	top: 122px;	
}

#hd-inner {
	position: relative;
	clear: left;
	width: 980px;
	height: 225px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	background-image: url(../images/bg_header.jpg);
	background-position: left 31px;
	background-repeat: no-repeat;
}

#md-inner {
	position: relative;
	clear: left;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	margin-top: 0px;
}

#ft-inner {
	position: relative;
	clear: left;
	width: 980px;
	height: 84px;
	margin: 0 auto;
	text-align: right;
}

#ft-inner p {
	color: #CCC;
	font-size: 11px;
	margin-right: 25px;
	margin-top: 15px;
	line-height: 14px;
}

#ft-inner a, #ft-inner a:link, #ft-inner a:visited, #ft-inner a:hover, #ft-inner a:active {
	color: #CCC;
	text-decoration: none;
}

#ft-inner a:hover, #ft-inner a:active {
	color: #FFF;
	text-decoration: underline;
}

/* MAIN CONTENT */
/* ============ */

#col-left {
	float: left;
	min-height:450px;
}

#col-right {
	float: right;
}

#col-left, #col-right {
	margin: 0 auto;
	width: 150px;
	/* background-color: #0099FF; */
}

#content {
	margin: 25px 68px 25px 68px;
}

/* HEADING */

#heading {
	border-bottom: 1px solid #808080;
	width: 864px;
	/*height: 70px;*/
	margin-left: 58px;
}

#heading-noline {
	border-bottom: none;
	width: 864px;
	height: 30px;
	margin-left: 58px;
}

h1 {
	font-size: 24px;
	color: #0f6fa0;
	letter-spacing: -1;
	padding-top: 5px;
	padding-left: 10px;
}

#breadcrumb {
	font-size: 11px;
	color: #707070;
	padding-left: 10px;
	margin-top: -2px;
	padding-bottom:20px;
}

/*#back {
	position: relative;
	float: right;
	padding-right: 10px;
	margin-top: 25px;
	text-align: right;
}*/

#back p {
	color: #0f6fa0;
	font-size: 12px;
}

/* CONSIGNMENTS */
/* ============ */

#col-middle.welcome {
	margin-bottom: 0px;
	font-size: 14px;
}

#col-middle.welcome h2 {
	padding-bottom: 8px;
}

/* LOGIN */
/* ===== */

#col-left.login {
	width: 350px;
	margin-bottom: 0px;
	padding-top: 20px;
}

.login .left {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	padding-right: 8px;
}

.login .right {
	width: 250px;
	padding: 8px 0px 8px 0px;
}

.login .right input {
	width: 240px;
	font-size: 14px;
	padding: 2px;
}

.btn-login {
	text-align: center;
	padding: 15px 0 10px 0;
}

.link-forgot {
	text-align: center;
	font-size: 12px;
}

.login p {
	font-size: 12px;
}

.txt-forgot {
	padding: 10px 0px 10px 0px;
}


#col-middle.login-help {
	margin-bottom: 0px;
	margin-left: 380px;
	width: 460px;
	border-left: 1px solid #808080;
	font-size: 12px;
	height: 200px;
	padding-top: 20px;
}

.login-help .help {
	width: 150px;
}

.login-help .contact {
	width: 230px;
}

.login-help .help p, .login-help .contact p {
	margin-top: 10px;
	line-height: 16px;
}

.login-help .help, .login-help .contact {
	padding: 0px 0 0 40px;

}



/* CONSIGNMENT DETAIL */
/* ================== */

#col-middle.consignment-summary {
	margin-bottom: 0px;
}

.consignment-details {
	font-size: 14px;
	width: 350px;
}

.consignment-details td.left {
	width: 135px;
	text-align: left;
}

.consignment-details td {
	padding-bottom: 5px;
}

.consignment-description {
	font-size: 12px;	
}

.consignment-description a {
	font-size: 14px;
}

/* TABS */

.items_tobe_released, .items_released, .items_complete, .consignments_list {
	margin-top: 40px;	
}

.tab-top {
	background-image: url(../images/notab_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.tab-top span {
	background-image: url(../images/tab_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 31px;
	display: inline-block;
	color: #0f6fa0;
	font-weight: bold;
	font-size: 14px;
}

.tab-top span .left {
	padding-right: 5px;	
	vertical-align: top;
}

.tab-top span .right {
	padding-left: 5px;
	vertical-align: top;
}

.tab-top span span {
	position: relative;
	top: 8px;
	background: none;
}

.tab-top .name {
	vertical-align: bottom;	
}

.tab-main, .tab-base {
	border-right: 1px solid #808080;	
	border-left: 1px solid #808080;	
}

.tab-base {
	border-bottom: 1px solid #808080;
	background-color: #e5f6fa;
	height: 5px;
}

.items_tobe_released .tab-base {
	padding: 25px 10px 50px 10px;
}

.items_tobe_released .tab-base .select {
	width: 110px;
	font-size: 12px;	
}

.items_tobe_released .tab-base .actions {
	width: 380px;
	font-size: 12px;	
}

.items_tobe_released .tab-base .actions img {
	padding-left: 5px;
	vertical-align: middle;
}

/* TAB LISTS */

.tab-main .list-consign {
	position: relative;
	border-bottom: 1px solid #d9d9d9;
	padding: 9px 10px 9px 10px;
}

.tab-main .list-consign table {
	text-align: left;
	font-size: 14px;
}

.tab-main .list-item {
	position: relative;
	border-bottom: 1px solid #d9d9d9;
	padding: 9px 10px 9px 10px;
}

.tab-main .list-item table {
	text-align: left;
	font-size: 13px;
}

.list-item .cb {
	width: 20px;
}

.list-consign .icon {
	width: 40px;
}

.list-consign img {
	vertical-align: bottom;
}

.list-item .item-no {
	width: 75px;
}

.list-consign .con-no {
	width: 130px;
	font-size: 12px;
}

.list-item .divide, .list-consign .divide {
	background-image: url(../images/divider_sm.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 	15px;
}

.list-item .dbl-divide, .list-consign .dbl-divide {
	background-image: url(../images/divider_dbl.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 	20px;
}

.list-item .item-name {
	
}

.list-item .item-name img {
	vertical-align: top;
	padding-right: 8px;
}

.list-consign .con-name {
	font-size: 22px;
}

.list-item a, .list-item a:link, .list-item a:visited, .list-consign a, .list-consign a:link, .list-consign a:visited {
	color: #333;
	text-decoration: none;
}

.list-item a:hover, .list-item a:active, .list-consign a:hover, .list-consign a:active {
	color: #09C;
	text-decoration: none;
}

.list-item .value, .list-item .reserve-input {
	font-size: 12px;
	width: 115px;
}

.list-item .down {
	font-size: 12px;
	width: 140px;	
}

.list-item .sold {
	font-size: 12px;
	width: 125px;	
}

.list-item .reserve-input input {
	width: 50px;
	font-size: 12px;
}

.list-consign .items {
	font-size: 12px;
	width: 60px;	
}

.list-item .view, .list-consign .view {
	width: 60px;
	text-align: right;
}



/* ITEM DETAIL */
/* =========== */

/* IMAGES */

#col-left.item-images {
	width: 286px;
}

.item-images .large img {
	margin-bottom: 8px;
}

.item-images .small img {
	margin-bottom: 8px;
	margin-right: 2px;
}

.item-images a:link.large img, .item-images a:visited.large img, .item-images a:link.small img, .item-images a:visited.small img {
	border: 1px solid #FFF;
}

.item-images a:hover.large img, .item-images a:active.large img, .item-images a:hover.small img, .item-images a:active.small img {
	border: 1px solid #0f6fa0;
}

.item-images p {
	font-size: 11px;
	padding-top: 4px;
}

.item-images p img {
	vertical-align:middle;
	padding-right: 6px;
}

.item-images p img a {
	text-decoration: none;
}

.item-images p a:link, .item-images p a:visited {
	color: #666;
}

.item-images p a:hover, .item-images p a:active {
	color: #0f6fa0;
}

/* SUMMARY */

#col-middle.item-summary {
	border-bottom: 1px solid #808080;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-left: 286px;
}

.item-summary h2 {
	color: #464646;
	font-size: 22px;
	font-weight: normal;
}

.item-summary p {
	font-size: 12px;	
}

/* DETAIL */

.item-details {
	border-bottom: 1px solid #808080;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}

.item-details td.left {
	width: 75px;
	text-align: left;
	padding-right: 6px;
}

.item-details td {
	padding-bottom: 5px;
}

/* CONDITION */

.item-condition {
	font-size: 14px;
}

.item-condition h3 {
	padding-bottom: 4px;
}

.item-condition p {
	font-size: 12px;
}

/* VALUATION */

.item-valuation {
	border-bottom: 1px solid #808080;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}

.item-valuation td.left {
	width: 130px;
	text-align: left;
	padding-right: 6px;
}

.item-valuation td {
	padding-bottom: 5px;
}

.item-valuation input.set-reserve {
	width: 100px;
	font-size: 14px;
	padding: 1px;
	margin-bottom: 6px;
}
/* NOTIFY */

.item-notify {
	font-size: 14px;
}

.item-notify h3 {
	padding-bottom: 4px;
}

.item-notify p {
	font-size: 12px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.date-select img {
	vertical-align: middle;	
	padding-right: 0px;
}

/* RELEASE */

#col-middle.item-release {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 20px 0 20px 0;
	background-color: #e5f6fa;
	margin-left: 286px;
	margin-top: 20px;
}

.item-release .title {
	font-size: 22px;
	padding-top: 3px;
}

.note {
	font-size: 11px;
	color: #666;
}

.item-release .release, .item-release .note {
	/*text-align: right;
	padding-right: 20px;*/
}

/* FAQS */

.faq {
	margin-top: 30px;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #808080;		
}

.faq .question, .faq .answer {
	font-size: 22px;
	font-weight: bold;
	color: #0f6fa0;
}

img {
	border: none;
}

.zend_form{
	background:#fff;
	width:460px;
	padding:0;
	overflow:auto;
}

.zend_form dt{
	padding:0;
	clear:both;
	width:30%;
	float:left;
	text-align:right;
	margin:5px 5px 5px 0;
}

.zend_form dd{
	padding:0;
	float:left;
	width:68%;
	margin:5px 2px 5px 0;
}

.zend_form p{
	padding:0;
	margin:0;
}

.zend_form input, .zend_form textarea{
	margin:0 0 2px 0;
	padding:0;
}

.submit{
	float:right;
}

.required:before{
	content:'* ';
	color:red;
}

.optional:before{content:'+ '}


#long-running-process {
    position: absolute;
    left: -100px;
    top: -100px;

    width: 1px;
    height: 1px;
}

#zend-progressbar-container {
    width: 100px;
    height: 30px;
    border: 1px solid #000000;
    background-color: #ffffff;
}

#zend-progressbar-done {
    width: 0;
    height: 30px;
    background-color: #000000;
}

div.error {
	color:red;	
}

.clear {
	clear:both;	
}


button.with-image {
	padding:0;
	border:0;
	margin:0;	
	background:none;
	cursor:pointer;
}

#flash p {
    background-color:#0F6FA0;
    padding:10px;
    margin:10px 0px;
    color:white;
}
