div.deals {
	margin: 30px 0;
	border-top: 1px solid #b2b2b2;
}

select.deposit-purse {
    font-size: 100%;
}

select.deposit-purse > option {
    font-size: 110%;
}

div.deal {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #b2b2b2;
}

div.deal > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: transparent url(../img/border-deal.png) center 10px repeat-y;
}

div.deal > ul > li {
	float: left;
	width: 440px;
	padding: 10px;
}

div.deal > ul > li:first-child {
	float: right;
	width: 440px;
	padding-left: 20px;
}

table.deal-users {
	width: 100%;
	color: #6c6c6c;
}

label.form-checkbox-error {
    font-weight: bold;
    color: #ff0000;
}

table.deal-users th,
table.deal-users td {
	text-align: center;
	vertical-align: top;
}

table.deal-users th {
	padding-bottom: 10px;
}

table.deal-users thead {
	display: none; /* */
	font-size: 90%;
}

table.deal-users tbody {
	font-size: 70%;
}

table.deal-users tfoot {
	display: none; /* */
}

td.deal-user-name {
	width: 36%;
}

td.deal-number,
td.deal-date {
	width: 28%;
}

td.deal-user-name span {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	z-index: 7;
}

td.deal-user-name span i {
	display: block;
	width: 50px;
	height: 50px;
	/*background: transparent url(../img/sprites-deal-avatar.png) 0 0 no-repeat;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

td.deal-user-name div {
	margin-top: 5px;
}

td.deal-number a {
	display: block;
	margin-top: 5px;
	padding-bottom: 15px;
	background: transparent url(../img/icon-deal-arrow.png) bottom center no-repeat;
}

a.deal-arrow-green {
	background-image: url(../img/icon-deal-arrow-green.png) !important;
}

td.deal-date span {
	display: block;
	padding-bottom: 10px;
	line-height: 120%;
	background: transparent url(../img/icon-deal-arrow.png) bottom center no-repeat;
}

tr.deal-user-info {
	display: none; /* */
}

tr.deal-user-info td {}

tr.deal-user-info ul {
	margin: 5px 0 0 0;
	line-height: 16px;
	list-style: none;
	text-align: center;
}
	
tr.deal-user-info ul img {
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
}

li.deal-user-bl {
	color: #9f9f9f;
}

td.deal-user-actions {
	padding-top: 5px;
	font-size: 70%;
}

td.deal-user-actions ul {
	padding-top: 5px;
	margin-top: 5px;
	list-style: none;
	border-top: 1px solid #b2b2b2;
}

td.deal-user-actions ul li {
	padding-top: 5px;
}

td.deal-user-actions ul li:first-child {
	padding-top: 5px;
}

td.deal-user-actions ul a {
	color: #99b83a;
	text-decoration: none;
	border-bottom: 1px dotted #99b83a;
}

td.deal-user-actions ul input[type="text"] {
    width: 147px;
    padding: 5px;
    margin: 0;
    font-size: 10.5px;
    color: #777;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 1px 1px 2px 0 rgba(150,150,150,0.5);
    box-shadow: inset 1px 1px 2px 0 rgba(150,150,150,0.5);
}

a.deal-user-actions-button {
	display: block;
	margin: 5px 0;
	padding: 5px 0 7px 0;
	text-align: center;
	color: #fff !important;
	border: 0 !important;
	background-color: #99b83a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.deal-user-actions-button-reject {
    display: block;
    margin: 5px 0;
    padding: 5px 0 7px 0;
    text-align: center;
    color: #fff !important;
    border: 0 !important;
    background-color: #fe5d3b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

table.deal-info {
	margin-top: 18px;
	width: 100%;
}

	table.deal-info th,
	table.deal-info td {
		padding: 5px 0;
	}

	table.deal-info thead td {
		width: 150px;
		text-align: right;
		white-space: nowrap;
		color: #333;
	}

	table.deal-info thead th {
		padding-left: 5px;
		color: #eb8400;
		text-align: left;
	}

table.deal-info tbody {
	display: none;
	font-size: 80%;
}

	table.deal-info tbody th {
		width: 140px;
		text-align: right;
		white-space: nowrap;
		color: #333;
		font-weight: normal;
	}

	table.deal-info tbody td {
		padding-left: 5px;
	}

		table.deal-info tbody td b {
			color: #eb8400;
		}

div.deal-actions {
	display: none;
	margin: 10px 10px 0 10px;
	padding-top: 10px;
	border-top: 1px solid #dedede;
}

div.deal-actions table {
	width: 100%;
	font-size: 80%;
}

div.deal-actions table tbody td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
}

div.deal-actions table tbody td:first-child {
	width: 34%;
}

div.deal-actions table tbody td:first-child a {
	display: inline-block;
	margin: 0 auto;
	padding: 5px 20px 7px 20px;
	color: #fff;
	text-decoration: none;
	background-color: #99b83a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ie7 div.deal-actions table tbody td:first-child a {
	display: inline;
	zoom: 1;
}

span.deal-arrow-green {
	background-image: url(../img/icon-deal-arrow-green.png) !important;
}

div.deal-in table.deal-info thead th,
div.deal-in table.deal-info tbody td b {
	color: #98b946;
}

div.deal-confirmed {
	display: none;
	margin: 10px 10px 0 10px;
	padding-top: 10px;
	border-top: 1px solid #dedede;
}

div.deal-confirmed table {
	width: 100%;
	font-size: 80%;
}

div.deal-confirmed table tbody td {
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

a.deal-action-button {
	display: inline-block;
	margin: 0 auto;
	padding: 5px 20px 7px 20px;
	color: #fff;
	text-decoration: none;
	background-color: #99b83a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ie7 a.deal-action-button {
	display: inline;
	zoom: 1;
}

div.deal:hover {
	background-color: #f3f3f3;
}

div.deal-clicked {
	cursor: pointer;
}

div.deal-opened table.deal-users thead {
	display: table-header-group;
}

div.deal-opened table.deal-info tbody {
	display: table-row-group;
}

div.deal-opened table.deal-users tfoot {
	display: table-footer-group;
}

div.deal-opened tr.deal-user-info {
	display: table-row;
}

.ie7 div.deal-opened tr.deal-user-info,
.ie7 div.deal-opened table.deal-users tfoot,
.ie7 div.deal-opened table.deal-info tbody,
.ie7 div.deal-opened table.deal-users thead {
	display: block;
}

div.deal-opened div.deal-actions,
div.deal-opened div.deal-confirmed {
	display: block;
}

div.deal-opened table.deal-info {
	margin-top: 0;
}

span.deal-toggler {
	display: block;
	width: 15px;
	height: 15px;
	background: transparent url(../img/sprites-deal-toggler.png) 0 0 no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

div.deal:hover span.deal-toggler {
	background-position: 0 -15px;
}

div.deal-opened span.deal-toggler {
	background-position: -15px 0;
}

div.deal-opened:hover span.deal-toggler {
	background-position: -15px -15px;
}

div.deal-actions table tbody td:first-child a.custom-link {
	color: #036cb5;
	text-decoration: underline;
	cursor: pointer;
	background: transparent;
	padding: 0;
}

div.deal-actions table tbody td:first-child a.custom-link:hover {
	text-decoration: none;
}

div.recaptcha-widget-error {
	color: #dd4b39;
	font-size: 12px;
	padding: 4px 0;
}