/* fix for style[_new].css too generic styles*/
table tbody tr td span label,
input:not(#header-input,#header-search-button),
select:not(#header-select),
legend,
label:not([for="header-search-in-description-too"]),
table,
fieldset,
div.box-content,
div.box-content-listings,
a,tbody tr td a,
div.box-content a,
div.list-box span.header-text a,
div.mini-content-container div.box-content a{
	font-size:inherit;
	font-family:inherit;
}

/* general layout & looks */

#uam-navi{
	position:relative;
}
.uam-menu-box-closed .uam-menu-box-content{
	display:none;
}
#uam-container .box-content{
	padding:5px 8px;
}
#uam-container .list-content{
	padding:0;
}

div.list-actions{
	padding:5px 12px 5px;
	overflow:hidden;	
	text-align:center;
}
div.list-actions .list-actions-left{
	float:left;
}
div.list-actions div.list-actions-middle{
	display:inline-block;
}
div.list-actions .list-actions-right{
	float:right;
}

span.uam-list-tool{
	display:block;
	float:left;
	height:20px;
	width:20px;
	margin:5px 0 5px 5px;
	cursor:pointer;
}
div.list-actions span.uam-list-tool{
	margin:1px 5px 0px 2px;
}
span.uam-list-tool-invert_selection{
	background-image:url(../teszvesz/site/layout/invert.gif);
}
span.uam-list-tool-toggle_thumbnails{
	background-image:url(../teszvesz/site/layout/foto.gif);
}

.uam-pager{
	text-align:center;
}

.legalbox {
	margin:0.5em 0;
}

h2.section-title{
	border-bottom:1px solid #cac9c9;
	margin:1em 0 8px;
	padding-bottom:3px;
}
h2.section-title-first{
	margin-top:0;
}
h2.section-title a{
	font-size:inherit;
	font-weight:inherit;
}


/* more options dropdown menu */

td.uam-box-moreoption-height-fixer-newsalert-index {
	height: 80px;
	display: none;
	border: none !important;
}
div.uam-more-options{
	position:relative;
	margin:0;
}
a.uam-more-options-toggle{
	display:block;
	outline:none;
}
div.uam-more-options-dropdown{
	display:none;
	z-index:1000;
	position:absolute;
	right:0;
}
.ie7 .zfix{ /* fix crappy z-index handling in IE7; the important part is done in useraccountmenu.js */
	position:relative;
}
.uam-more-options-open div.uam-more-options-dropdown{
	display:block;
}
div.uam-more-options-dropdown ul{
	margin:0;
	padding:0;
	text-align:left;
}
div.uam-more-options-dropdown li.unavailable-option{
	color:#aaaaaa;
}
div.uam-more-options-dropdown a{
	display:block;
}

/* sort links */

.uam-sort-list{
	display:inline;
	padding:0;
}
.uam-sort-list li{
	display:inline;
}
.uam-sort-list li.last-child,.uam-sort-list li:last-child{
	padding:0;
	border-right:0;
}


/* forms */

form.uam-search-box{
	margin:5px 10px;
	overflow:hidden;
}
form.uam-search-box dl,form.uam-search-box dt,form.uam-search-box dd{
	margin:0;
	padding:0;
	line-height:200%;
}
form.uam-search-box dt{
	float:left;
	clear:left;
	width:114px;
}
form.uam-search-box dd{
	float:left;
}
.ie7 form.uam-search-box dd{
	float:none;
	display:inline-block;
}
.ie7 form.uam-search-box-short dd{
	float:left;
}
form.uam-search-box .uam-search-productid{
	margin-left:5px;
}
form.uam-search-box input[type=text]{
	width:200px;
}
form.uam-search-box input.uam-search-date{
	width:70px;
}
form.uam-search-box input[type=submit],form.uam-search-box input[type=button]{
	float:left;
	margin-right:10px;
}
form.uam-search-box-short dt.uam-search-submit{
	display:none;
}
form.uam-search-box-short dd.uam-search-submit{
	margin-left:5px;
}

table.uam-form{
	width:100%;
}

table.uam-userlist-form{
	width:100%;
	border-collapse:collapse;
}
table.uam-userlist-form th{
	padding:5px 2px;
	background-color:#eeeeee;
	text-align:left;
	font-weight:bold;
}
table.uam-userlist-form td{
	text-align:left;
}
table.uam-userlist-form td:first-child{
	width:200px;
}

dl.uam-checkboxes{
	margin:1em 0 0;
	overflow:hidden;
}
dl.uam-checkboxes dt{
	float:left;
	clear:left;
	line-height:2em;
}
dl.uam-checkboxes dt label{
	font-weight:bold;
}
dl.uam-checkboxes dd{
	float:left;
	margin-left:1em;
	display:inline;
	line-height:2em;
}


/* general table styles */

table.uam-list{
	width:100%;
	border-left-style:hidden;
	border-right-style:hidden;
	border-collapse:collapse;
	color:#333;
}
table.uam-list tr.odd-row{
	background-color:#f0f0f0;
}
table.uam-list tr.gray-row{
	background-color:#808080;
}
table.uam-list thead tr{
	height:33px;
	background:#d6d6d6;
	border:none;
}
table.uam-list thead tr td{ /* IE7 */
	border-bottom-width:0;
}
table.uam-list tbody tr:first-child{
	border-top-style:hidden;
}
table.uam-list tbody tr:first-child td{ /* IE7 */
	border-top-width:0;
}
table.uam-list th,table.uam-list thead th{
	padding:5px 10px 5px 11px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	color:#333;
}
table.uam-list th span.note{
	font-weight:normal;
	color:black;
}
table.uam-list td{
	border:1px solid #cdcdcd;
	padding:5px 10px;
}
table.uam-list tr.uam-row-tophalf td.split-cell{
	border-bottom-width:0;
	vertical-align:top;
}
table.uam-list tr.uam-row-tophalf td.split-cell-rowspan{
	vertical-align:middle;
	text-align: center;
}
table.uam-list tr.uam-row-tophalf td.split-cell-rowspan:last-child{
	width: 215px;
}
table.uam-list tr.uam-row-tophalf td.split-cell-rowspan input{
	width: 100%;
}
table.uam-list tr.uam-row-bottomhalf td.split-cell{
	border-top-width:0;
	vertical-align:bottom;
}



/* general column styles */
.uam-list .uam-col-select{
	width:20px;
	text-align:center;
}
.uam-list .uam-col-select .uam-list-tool-invert_selection{
	float:none;
}
.uam-list .uam-col-image{
	width:40px;
	text-align:center;
}
.uam-list .uam-col-image-large{
	width:100px;
}
.uam-list td.uam-col-image{
	vertical-align:middle;
}
.uam-list a.image-modify {
	font-weight: bold;
	color: #3b4d93;
	display: block;
	width: 108px;
}
.uam-list .uam-col-productid{
	width:6em;
	text-align:center;
}
.uam-list .uam-col-quantity{
	width:83px;
}
.uam-list td.uam-col-quantity{
	text-align:right;
}
.uam-list td.uam-col-number{
	text-align:right;
	white-space:nowrap;
}
.uam-list .uam-col-price{
	width:79px;
}
.uam-list th.uam-col-price{
	width:90px;
	padding-left:6px;
	padding-right:5px;
}
.uam-list td.uam-col-price{
	text-align:right;
	white-space:nowrap;
}
.uam-list .uam-col-deliveryprice{
	width:97px;
}
.uam-list td.uam-col-deliveryprice{
	text-align:right;
}
.uam-list .uam-col-user {
	width:200px;
}
.uam-list td.uam-col-user img{
	vertical-align:bottom;
}
.uam-list .uam-col-users {
	width:320px;
}
.uam-list td.uam-col-users {
	vertical-align:bottom;
}
.uam-list .uam-col-shortdate{ /* yyyy/mm/dd hh:mm:ss */
	width:6em;
	text-align:center;
}
.uam-list .uam-col-shortdate-wider{
	width:8em;
	text-align:center;
}
.uam-list .uam-col-mediumdate{
	width:10em;
	text-align:center;
}
.uam-list td.uam-col-date{
	text-align:center;
	white-space:nowrap;
}
.uam-list td.uam-col-productname{
	text-align:center;
	white-space:nowrap;
}
.uam-list td.uam-col-action{
	text-align:center;
	white-space:nowrap;
}
.uam-list th.uam-col-orderid{
	width:80px;
	padding-left:3px;
	padding-right:2px;
}
.uam-list td.uam-col-orderid{
	width:64px;
	text-align:center;
}
.uam-list .uam-col-moreoptions{
	width:80px;
}
.uam-list td.uam-col-moreoptions{
	vertical-align:top;
}
.uam-list .uam-col-quantities{
	width: 100px;
}
.uam-list.list-modify-sale .uam-col-quantities{
	width: 130px;
}
.uam-list .uam-col-reasons{
	width:220px;
}
.uam-list .uam-col-prices {
	width:140px;
}

.uam-list.list-modify-sale .uam-col-prices{
	width: 82px;
}
.uam-list.list-modify-sale .uam-col-data{
	width: 94px;
}
.uam-list .uam-col-facilities{
	width:215px;
}
.uam-list .uam-col-watched{
	width:50px;
}
.uam-list th.uam-col-watched{
	width:60px;
	padding-left:2px;
	padding-right:2px;
}
.uam-list .uam-col-visited{
	width:50px;
}
.uam-list th.uam-col-visited{
	width:60px;
	padding-left:5px;
	padding-right:5px;
}
.uam-list .uam-col-bidded{
	width:42px;
}
.uam-list th.uam-col-bidded{
	width:55px;
	padding-left:2px;
	padding-right:3px;
}
.uam-list td.uam-col-bidded{
	text-align:right;
}
.uam-list td.uam-col-quantities,
.uam-list td.uam-col-prices,
.uam-list td.uam-col-facilities{
	vertical-align:bottom;
}
.uam-list .uam-col-producttitle-left{
	text-align:left;
	border-right-width:0;
}
.uam-list .uam-col-producttitle-right{
	text-align:right;
	border-left-width:0;
}
.uam-col-producttitle table, .uam-sort-container table, .uam-col-quantities table, 
.uam-col-prices table, .uam-col-user table {
	width:450px;
	padding:0px;
	margin:0px;
	border:none;
	vertival-align:middle;
}
.uam-sort-container table {
	display:inline;
}
.uam-col-producttitle table td,.uam-col-quantities table td,
.uam-col-prices table td,.uam-col-user table td {
	padding:3px;
	margin:0px;
	height:auto;
}
.uam-col-prices table td {
	padding:0px;
}
.uam-col-producttitle table tr,.uam-col-quantities table tr,
.uam-col-prices table tr,.uam-col-user table tr {
	height:30px!important;
}
.uam-list .uam-col-rss{
	width:25px;
}
.uam-list td.uam-col-rss{
	text-align:center;
}
.uam-list .uam-col-rss img{
	border:none;
	vertical-align:middle;
}

/* general list table fields */
.uam-list .uam-field-producttitle{
	display:block;
	font-weight:bold;
	outline:none;
}
.uam-list .uam-field-producttitle span.note{
	font-weight: normal;
	float: right;
}
.uam-list .uam-field-productid{
	display:block;
	font-size:90%;
	color:#333;
}
.uam-list .uam-field-timediff{
	display:block;
	float:right;
	font-size:90%;
	color:#333;
}
.uam-list .uam-field-typelabel{
	display:block;
	font-size:90%;
	color:#333;
}

dl.uam-quantities-list,dl.uam-prices-list{
	margin:0;
	overflow:hidden;
	font-size:90%;
}
dl.uam-quantities-list dt,dl.uam-prices-list dt{
	float:left;
	clear:left;
	margin:0;
	white-space:nowrap;
}
dl.uam-quantities-list dd,dl.uam-prices-list dd{
/*	float:right;*/
	clear:right;
	margin:0;
	white-space:nowrap;
}

dl.uam-productinfo-list{
	margin:0;
	font-size:90%;
	color:#333;
}
dl.uam-productinfo-list dt{
	float:left;
	clear:left;
	width:70px;
}
dl.uam-productinfo-list dd{
	float:left;
	margin:0;
}

dl.uam-users-list{
	margin:0;
	color:#333;
}
dl.uam-users-list dt{
	float:left;
	clear:left;
	width:120px;
}
dl.uam-users-list dd{
	float:left;
	margin:0;
}

.ie7 dl.uam-productinfo-list dd,
.ie7 dl.uam-users-list dd{
	float:none;
	display:inline-block;
}


div.cell-wrapper{
	position:relative;
	height:100%;
}

span.site-icon{
	float:right;
}
span.site-icon img{
	margin-left:5px;
}

/* page-specific styles */

/* list_bought */
.uam-list-bought td.uam-col-user{
	vertical-align:bottom;
}

.uam-list-bought .uam-col-quantity,
.uam-list-bought .uam-col-price{
	font-weight:bold;
}

/* bestoffer_buying */
.uam-bestoffer-buying .uam-col-state{
	width:60px;
}
.uam-bestoffer-buying td.uam-col-state{
	text-align:center;
	font-weight:bold;
}

/* watched */
form#ical_import{
	display:inline;
}

/* newsalert */
.uam-list-newsalert .uam-col4{
	width:170px;
}
.uam-list-newsalert .uam-col4-left{
	width:60px;
	border-right:none;
}
.uam-list-newsalert .uam-col4-right{
	width:90px;
	border-left:none;
}
.uam-list-newsalert #action-delete-all{
	clear:both;
}
.uam-list-newsalert .uam-more-options-dropdown label{
	display:block;
	display:inline-block;
	width:150px;
}
.uam-list-newsalert .uam-more-options-dropdown input[type=checkbox]{
	margin-left:0;
}
.uam-list-newsalert .uam-more-options-dropdown input[type=button]{
	margin-left:150px;
}
.newsalert_emailbox table{
	width:100%;
	border-collapse:collapse;
}
.newsalert_emailbox tr.odd-row{
	background-color:#eeeeee;
}
.newsalert_emailbox td{
	padding:3px;
}
.newsalert_emailbox td:first-child{
	width:25%;
}

/* list_selling */
.uam-list-selling .uam-col-4{
	width:85px;
}

/* list_bids */
.uam-list-bids .uam-col-4{
	border-right-width:0;
}
.uam-list-bids .uam-col-5{
	border-left-width:0;
}
.uam-list-bids td.uam-col-bidded,
.uam-list-bids td.uam-col-currentprice{
	font-weight:bold;
}

/* list_sold */
.uam-list-sold td.uam-col-user{
	vertical-align:bottom;
}
.uam-list-sold .uam-col-price{
	font-weight:bold;
}

/* relist */
.uam-relist td.uam-col-7{
	width:115px;
}
.uam-relist th.uam-col-7{
	width:154px;
	padding-left:6px;
	padding-right:5px;
}
.uam-relist td.uam-col-price{
	width:60px;
}
.uam-relist th.uam-col-price{
	width:63x;
}
.uam-relist td.uam-col-price{
	font-size:90%;
}
.uam-relist .uam-col-start_price,.uam-relist .uam-col-min_price,.uam-relist .uam-col-fix_price{
	border-right-width:0;
	padding-right:3px;
	width:80px!important;
}
.uam-relist .uam-col-min_price,.uam-relist .uam-col-fix_price{
	border-left-width:0;
	padding-left:0;
}
.uam-relist th.uam-col-start_price, .uam-relist th.uam-col-min_price, .uam-relist th.uam-col-fix_price {
	width:72px!important;
}
.uam-relist th.uam-col-start_price{
	padding-left:5px;
}
.uam-relist th.uam-col-fix_price{
	padding-right:5px;
}

.uam-relist .uam-productinfo-list{
	overflow:hidden;
}
.uam-relist .uam-field-data_product_quantity{
	display:block;
	font-size:90%;
	color:#333;
}
.uam-relist .uam-field-featured{
	text-align:left;
	color:#333;
}
.uam-relist .data_nofeatures,
.uam-relist .data_no_pay_feature {
	margin:0 2px;
}

.uam-relist input.error,.uam-relist select.error{
	border:1px solid red;
}
.uam-relist .ptooltip-style-error div.ptooltip-img{
	position:absolute;
	right:3px;
	top:-17px;
}
.ie7 .uam-relist .ptooltip-style-error div.ptooltip-img{
	top:-10px;
}
.uam-relist span.input-wrapper{
	position:relative;

}
.uam-relist .ptooltip-style-default div.ptooltip-img{
	position:relative;
	top:1px;
}

/* list_secondchance_seller */
.uam-list-secondchance-seller tbody tr{
	height:4em;
}
.uam-list-secondchance-seller .uam-col6{
	width:200px;
}
.uam-list-secondchance-seller .uam-col7{
	width:150px;
}

/* order, order_seller */
.uam-list-order .uam-col-user{
	width:auto;
}
.uam-list-order .footnote-count-1 td.uam-col-deliveryprice{
	width:89px;
	padding-right:18px;
}
.uam-list-order .footnote-count-2 td.uam-col-deliveryprice{
	width:81px;
	padding-right:26px;
}
.uam-list-order .footnote-count-3 td.uam-col-deliveryprice{
	width:73px;
	padding-right:34px;
}

.uam-list-order .delivery-warning-footnote,
.uam-list-order-detail .delivery-warning-footnote{
	margin:15px 8px;
	color:red;
} 
#uam-right-box .delivery-warning-ref,
.uam-list-order-detail .delivery-warning-ref{
	color:red;
	font-size:80%;
	vertical-align:super;
}

#uam-right-box .uam-list .uam-col-producttitle{

}
#uam-right-box .uam-list thead tr th:last-of-type{
/*	width: 150px;*/
}

.uam-list-order .delivery-warning-ref{
	color:red;
	position:absolute;
	top:-5px;
	width:0;
	text-align:left;
	font-size:80%;
}
.uam-list-order .footnote-count-1 .delivery-warning-ref{
	width:8px;
	left:93px;
}
.uam-list-order .footnote-count-2 .delivery-warning-ref{
	width:16px;
	left:85px;
}
.uam-list-order .footnote-count-3 .delivery-warning-ref{
	width:24px;
	left:77px;
}

/* psp */
.uam-pep #psp-conditions{
	margin-top:10px;
}

.uam-pep table.pep-stats-table td,.uam-pep table.pep-stats-table th{
	text-align:center;
}
.uam-pep table.pep-stats-table td:first-child{
	text-align:left;
}

/* rating */

.uam-list-rating .uam-col-partnertype{
	width:75px;
	text-align:center;
}
.uam-list-rating .uam-col-ratingtype{
	width:125px;
	text-align:center;
}
.uam-list-rating .uam-col-action{
	width:75px;
	text-align:center;
	font-weight:bold;
}
.uam-list-rating .uam-col-action .uam-more-options{
	margin-bottom:5px;
}

.uam-rating dl.feedback-group dt{
	width:40%;
}
.uam-rating dl.feedback-group dd{
	margin-left:40%;
	margin-bottom:1em;
}
.uam-rating div#feedback_type_negative{
	margin-top:1em;
	font-weight:bold;
}
.uam-rating div#feedback_type_negative label{
	font-weight:normal;
}

.uam-rating-summary div.rating-summary-box-container{
	clear:both;
	/*overflow:hidden;*/
}
.uam-rating-summary .rating-summary-box{
	margin-right:0;
}
.uam-rating-summary .rating-summary-box-left{
	width:60%;
	float:left;
	clear:left;
}
.uam-rating-summary .rating-summary-box-right{
	width:40%;
	float:right;
	clear:right;
}
.uam-rating-summary dl.user-rating-list{
	/*overflow:hidden;*/
}
.uam-rating-summary dl.user-rating-list dt{
	display:block;
	width:39%;
	float:left;
	clear:left;
}
.uam-rating-summary dl.user-rating-list dd{
	display:block;
	width:60%;
	float:left;
	margin:0;
}
.uam-rating-summary dl.user-rating-list dt.no-def{
	width:100%;
}

.uam-rating-summary #rating-summary-bar{
	height:20px;
	line-height:20px;
	margin:10px 0 0;
	padding:10px 0;
	text-align:center;
}

table#ratings-by-sign{
	width:100%;
	border-collapse:collapse;
}
table#ratings-by-sign th,table#ratings-by-sign td{
	height:25px;
	line-height:25px;
	padding-top:0;
	padding-bottom:0;
}
table#ratings-by-sign th{
	text-align:right;
}
table#ratings-by-sign td{
	height:30px;
	line-height:30px;
}
table#ratings-by-sign .uam-col1{
	width:20%;
}
table#ratings-by-sign .uam-col2{
	width:30%;
}
table#ratings-by-sign .uam-col3{
	width:30%;
}
table#ratings-by-sign .uam-col4{
	width:20%;
}
table#ratings-by-sign .uam-col-ratingcount{
	text-align:center;
}
table#ratings-by-sign .uam-col-ratingcount.sum{
	text-align:right;
}
table#ratings-by-sign .uam-col-transactioncount{
	width:1%;
	white-space:nowrap;
	text-align:right;
}

table.ratings-by-reason th.row-header,table.ratings-by-month th.row-header{
	width: 330px;
	vertical-align:middle;
}
table.ratings-by-month td{
	width:200px;
}

table#ratings-by-sign{
	margin-bottom:0;
}

div.rating-details-box{
	margin-bottom:10px;
	text-align:center;
}
div.rating-details-box div.uam-field-ratingcount{
	height:25px;
	line-height:25px;
	padding:0;
	font-weight:bold;
}
div.rating-details-box dl{
	overflow:visible;
	white-space:nowrap;
	margin:0;
	text-align:left;
}
div.rating-details-box dt{
	width:19em;
	height:30px;
	line-height:30px;
	padding:0;
}
div.rating-details-box dd{
	width:100%;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0;
}
.ie7 div.rating-details-box dd{
	width:auto;
}
div.rating-details-box dd img{
	vertical-align:text-bottom;
}

#uam-rating-summary-sortbar{
	padding-left:5px;
	text-align:left;
}
#uam-rating-summary-sortbar a{
	background:none;
}
#uam-rating-summary-sortbar ul{
	float:left;
}
#uam-rating-summary-sortbar li.unavailable-option{
	color:#aaaaaa;
}
#uam-rating-summary-select{
	float: right;
	margin-right:20px;
}

#uam-rating-summary-filter{
	float: left;
	margin-left: 20px;
}

.feedback-detail-reason ul{
	margin:0;
	padding:0;
}

.uam-rating-detail dl.feedback-group{
	overflow:hidden;
}
.uam-rating-detail dl.feedback-group dt {
	clear:none;
	width:340px;
}
.uam-rating-detail dl.feedback-group dd {
	margin:0;
}
.uam-rating-summary span.unreg-name-info {
	margin-left:15px;
	color:#888888;
}
.uam-rating-summary div.unreg-info {
	margin-top:10px;
}

dl.user-rating-list dt.no-reg {
	width: 20%;
}
dl.user-rating-list dd.no-reg {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
}

/* message pages */

#uam-thread-list th.uam-col1, #uam-thread-list td.uam-col1{
	width:65px;
	text-align:left;
}
#uam-thread-list td.uam-col1,#uam-thread-list td.uam-col1 *{
	vertical-align:middle;
}
#uam-thread-list th.uam-col2, #uam-thread-list td.uam-col2{
	width:auto;
}
#uam-thread-list th.uam-col3, #uam-thread-list td.uam-col3{
	width:auto;
}
#uam-thread-list th.uam-col4, #uam-thread-list td.uam-col4{
	width:75px;
}
#uam-thread-list td.uam-col4{
	text-align:center;
}
#uam-thread-list th.uam-col5, #uam-thread-list td.uam-col5{
	width:auto;
}
#uam-thread-list th.uam-col6, #uam-thread-list td.uam-col6{
	width:55px;
}
.folder-system th.uam-col6, .folder-system td.uam-col6{
	width:110px !important;
}

.uam-message .message-list-box th.uam-col1, .uam-message .message-list-box td.uam-col1{
	width:26px;
	padding-left:5px;
}
.uam-message .message-list-box th.uam-col2, .uam-message .message-list-box td.uam-col2{
	width:auto;
}
.uam-message .message-list-box th.uam-col3, .uam-message .message-list-box td.uam-col3{
	width:50%;
}
.uam-message .message-list-box th.uam-col4, .uam-message .message-list-box td.uam-col4{
	width:100px;
}
.uam-message .message-list-box th.uam-col5, .uam-message .message-list-box td.uam-col5{
	width:16px;
}

div#message-action-bar{
	padding:5px;
	overflow:hidden;
}
div#message-action-bar input{
	float:left;
}
div#message-action-bar select{
	float:right;
}

div#message-pager .prev,div#message-pager .next{
	display:block;
	float:left;
	margin:5px 10px;
	overflow:hidden;
}
div#message-pager .next{
	float:right;
}

div#message-select-bar{
	text-align:left;
	padding-left:5px;
}
div#message-select-bar a{
	outline:none;
}

.message-thread-topbar-button a{
	outline:none;
}

table#uam-thread-list th,table#uam-thread-list td{
	border-left-style:hidden;
	border-right-style:hidden;
}

table.message-headers,table.message-table{
	width:100%;
}
table.message-headers td.mh-col-header{
	width:180px;
	font-weight:bold;
}

span.mail-icon{
	line-height:16px;
	padding:1px 8px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:transparent;
	font-size: 16px;
	color: #79B1F3;
}
span.mail-icon.starred{
	color: #FEC27A;
}
span.mail-icon-bin{
	background-image:url(images/message/bin.gif);
}
span.mail-icon-envelope_closed{
	background-image:url(images/message/envelope_closed.gif);
}
span.mail-icon-envelope_closed_s{
	background-image:url(images/message/envelope_closed_s.gif);
}
span.mail-icon-envelope_open{
	background-image:url(images/message/envelope_open.gif);
}
span.mail-icon-envelope_open_s{
	background-image:url(images/message/envelope_open_s.gif);
}


.message-list-box .message-body{
	padding-top:1.2em;
}

#other_message_subject{
	margin:10px 0;
}

/* personal pages */

#uam-personal{
	width:60%;
	float:left;
	clear:left;
}
#uam-password,#uam-email,#uam-activation,#uam-questionnaire{
	width:38%;
	float:right;
	clear:right;
}
#uam-personal .form-field{
	width:20%;
	font-weight:bold;
}

table#uam-validation-checklist{
	width:100%;
}
table#uam-validation-checklist .uam-col-vc-service{
	width:56%;
}
table#uam-validation-checklist .uam-col-vc-page{
	width:17%;
}
table#uam-validation-checklist td img{
	display:block;
	margin:auto;
}

.uam-transaction .uam-list th{
	padding-left:6px;
	padding-right:5px;
}

.uam-edit-pay .form-table .column-1,.uam-edit-pay .form-table .column-2{
	width:50%;
}

#abaqoos-logo{
	float:right;
	border:0;
}
#abaqoos-all-button,#abaqoos-none-button{
	margin-top:25px;
}
.uam-list th.dream-col-price {
	width:150px;
}
.uam-list th.dream-col-options {
	width:120px;
}

td.color-warning-cell, div.color-warning-cell{
	border-bottom: 1px solid #FF0000!important;
	border-top: 1px solid #FF0000!important;
	background: #FAA1A1!important;
}

div.uam-inner-banner {
	display: block;
	width: 728px;
	height: 90px;
	margin: auto;
	overflow: hidden;
}
div.uam-user-add-to-list {
	float:left;
	width:441px;
}

div.uam-user-disabled-list {
	float:right;
	width:481px;
}

p.missing-feedbacks-sum {
	margin-left:15px;
}

/* gallery */

label.gallery-color-pattern {
	width:100px;
	display:inline-block;
	text-align: center;
}
form.newsalert-search-box {
	overflow:visible;
}

div a.list-to-modify-reasons {
	font-weight: bolder;
	text-decoration: underline;
}

td.uam-col-reasons div.ptooltip {
	min-width: 700px;
}

div.uam-field-eventdate {
	font-size: 11px;
	color: #333;
}
#settlement_chooser {
	width: 140px;
}

div#user-allow-rename {
	background-color: #FFFF00;
	color: #FF0000;
	border: solid 2px #FF0000;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#user-allow-rename > div.message {
	display: block;
	float: left;
}

div#user-allow-rename > a {
	display: block;
	float: right;
	background-image: url(../item/add/item_upload_next.jpg);
	width: 118px;
	height: 34px;
	outline: none;
}

img.free-shipping-menu-icon{
	display: none;
}

div.uam-menu-box-content img.free-shipping-menu-icon{
	vertical-align: middle;
	padding-left: 5px;
	display: inline-block;
}
div.info-image-container {
	position:relative;
	width:974px;
	height:440px;
	margin:0;
	padding:0;
	background: url("../sso/vatera_info_panel.jpg") no-repeat top left transparent;
}
div.info-image-container div {
	background-color:transparent;
	width:230px;
	height:40px;
	position:absolute;
	left:20px;
}
div.info-image-container div.get-full-user {
	top:180px;
}
div.info-image-container div.get-help {
	top:360px;
}

span.buyers-name {
	font-size:90%;
	padding-top:5px;
	display:block;
}
.fwn {
	font-weight: normal;
}
div.newsalert-email-width {
	width: 112px;
}
div.list-specify-start-delete-product {
	height: 19px;
	font-size: 13px;
	display: inline-block;
	border: 1px solid #F8D7DA;
	border-radius: 3px;
	background: #F8D7DA;
	cursor: pointer;
	vertical-align: middle;
	max-width: 100px;
	padding: 8px 5px 5px 5px;
	text-align: center;
	margin-bottom: 42px;
	color: #721c24;
	background-color: #F8D7DA;
}

.list-modify-sale input.end-of-auction{
    width: 65px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;	
}
.list-modify-sale select.sale-data-input{
	width: 80px;
}

.list-put-on-sale .uam-list .uam-col-quantities{
	width: 125px;	
}
.list-put-on-sale .uam-list .uam-col-prices{
	width: 114px;
}
.list-put-on-sale .uam-list .uam-col-price{
	width: 115px;
}
.list-put-on-sale table.uam-list tr.uam-row-bottomhalf td.split-cell{
	vertical-align: top;
}





[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:    
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:         
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
	z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #fff;
    color: #000;
    content: attr(data-tooltip);
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: justify;
    border: 2px solid #4e4e4e;
    border-radius: 5px;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 125%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -168px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 125%; 
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

.list-announced  .uam-col-prices{
	width: 125px;
}
.list-announced .uam-list .uam-col-quantities{
	width: 100px;
}
.list-buying.uam-list .uam-col-prices {
	width: 140px;
}