button {
	outline: none;
}

button:focus {
	outline: none;
}

button:active {
	outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #9baac9;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #9baac9;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #9baac9;
}
:-moz-placeholder { /* Firefox 18- */
	color: #9baac9;
}

.row {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px
}

.container {
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
@media (min-width:576px){
	.container {
		max-width:540px
	}
}

@media (min-width:768px) {
	.container {
		max-width:720px
	}
}

@media (min-width:992px) {
	.container {max-width:960px
	}
}

@media (min-width:1200px) {
	.container {max-width:1140px
	}
}
.container-fluid
{width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

.h1, h1 {
	font-size: 2.5rem
}

.h2, h2 {
	font-size: 2rem
}

.h3, h3 {
	font-size: 1.75rem
}

.h4, h4 {
	font-size: 1.5rem
}

.h5, h5 {
	font-size: 1.25rem
}

.h6, h6 {
	font-size: 1rem
}

*, ::after, ::before {
	box-sizing: border-box
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:link {
	text-decoration: none; /* Убирает подчеркивание для ссылок */
}
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover {
	text-decoration: underline; /* Делает ссылку подчеркнутой при наведении на нее курсора */
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

button {
	border-radius: 0
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

hr {
	border: none;
}

body {
	font-family: ibm_plex_sans_regular, sans-serif;
	font-size: 12px;
	margin: 0;
}

.header {
	font-family: ibm_plex_sans_regular, sans-serif;
	font-size: 12px;
	position: fixed;
	width: 100%;
	z-index: 200;
	top:0;
}

.site-bg_black {
	background-color: #272B34;
}

.site-bg_white .header {
	background-color: #e2e2e7;
}

.site-bg_black .header {
	background-color: #353A46;
}

.nav-menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 14px 75px;
}
.nav-menu .nav-left {
	margin-right: 15px;
}

.nav-left, .nav-right {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	margin-left: -8px;
}

.nav-menu-logo, .nav-menu-button {
	margin-right: 20px;
}

.nav-menu-li {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	margin: 0;
	-webkit-padding-start: 0;
}

.nav-li {
	position: relative;
	text-decoration: none;
	margin-right: 20px;
}
.login-href {
	font-size: 11px;
}

.site-bg_white .nav-menu .nav-menu-li .nav-li {
	color: #60697F;
}

.site-bg_black .nav-menu .nav-menu-li .nav-li {
	color: black;
}

.nav-li a {
	text-decoration: none;
	color: #60697F;
	display: flex;
	align-items: center;
}

.site-bg_black .nav-li a {
	text-decoration: none;
	color: #8F9EBF;
	display: flex;
	align-items: center;
}

.nav-li:first-child {
	color: #272B34;
	border-right: 1px solid #60697F;
	padding-right: 30px;
}

.site-bg_white .nav-li a:hover {
	color: #272B34;
}

.site-bg_black .nav-li a:hover {
	color: #BFD3FF;
}

.login-img {
	position: relative;
	top: 2px;
	padding-right: 8px;
}

.nav-menu-number {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nav-menu-number .nav-number {
	margin: 0;
	margin-bottom: 5px;
	width: 125px;
}
.nav-menu-number .nav-number span{
	font-family: ibm_plex_sans_bold, sans-serif;
}
.nav-menu-button {
	width: 146px!important;
	height: 36px;
	display: flex;
	justify-content: center;
	margin-right: 0;
}
.site-bg_black .nav-menu-button .nav-order {
	background: #FE565D;
	/*background: #4FE1CF;*/
	box-shadow: none;
}
.site-bg_white .nav-menu-button .nav-order {
	background: #EB344A;
}
.nav-menu-button .nav-order {
	box-shadow: 0 0 10px rgba(235, 52, 74, 0.5);
	border: none;
	/*width: 135px;*/
	/*height: 36px;*/
	color: #fff;
	font-family: ibm_plex_sans_semi-bold, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.03em;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	padding: 11px 15px;
}

.nav-order:active {
	background-color: #EB344A;
}

.nav-order:hover {
	background-color: #FF5B6F;
}

.nav-order:focus {
	background-color: #BC344C;
}

.nav-menu-number p:last-child {
	display: flex;
	align-items: center;
	margin: 0;
}

.nav-menu-number p:last-child:hover {
	color: #FFFFFF;
}

.nav-menu-number p:last-child img {
	margin-right: 8px;
}

.site-bg_white .nav-number {
	color: #272B34;
}

.site-bg_black .nav-number {
	color: #FFFFFF;
}

.nav-menu-number .nav-number-btn {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	padding: 2px 0 0 0;
	text-decoration: none;
}

.site-bg_white .nav-number-btn {
	color: #272B34;
}

.site-bg_black .nav-number-btn {
	color: #8F9EBF;
}

.js_themeSwitcher {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
}

.site-bg_white .js_themeSwitcher {
	background: url("../../../img/white_mode.png") no-repeat 50% 50%;
	width: 30px;
	height: 30px;
}

.site-bg_black .js_themeSwitcher {
	background: url("../../../img/night_mode.png") no-repeat 50% 50%;
	width: 30px;
	height: 30px;
}
.profile-ul {
	display: none;
	position: absolute;
	width: 185px;
	padding: 13px;
	list-style: none;
	background-color: #e2e2e7;
	font-size: 14px;
	z-index: 9;
}
.profile-li {
	padding: 5px;
}
.profile-li a {
	color: #60697F;
	text-decoration: none;
}
.profile-hover:hover .profile-ul {
	display: block;
}
.mobile-nav-menu {
	position: relative;
	width: 100%;
	display: none;
	align-items: center;
	justify-content: space-evenly;
	padding: 15px;
}
.mobile-login {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.mobile-login p {
	margin: 0 5px 0;
	color: #60697F;
}
.mobile-profile {
	position: relative;
	display: flex;
	align-items: center;
}
.mobile-profile img {
	width: 41px;
	height: 41px;
}
.mobile-profile .profile-arrow {
	width: 12px;
	height: auto;
	margin-left: 15px;
}
.mobile-profile-user {
	margin-left: 10px;
	text-align: center;
}
.mobile-profile-user a {
	color: #60697F;
	text-decoration: none;
}
.mobile-profile-user p {
	margin: 2px 0 0;
	color: #60697F;
}
.mobile-position {
	top: 40px;
}
.mobile-hamburger {
	position: absolute;
	display: none;
	z-index: 500;
	top: 35px;
	right: 20px;
	width: 32px;
	height: 32px;
	color: #fff;
	border: none;
	background: none;
	padding: 6px 5px;
	border-radius: 4px;
}
.mobile-hamburger span {
	display: block;
	position: relative;
	width: 100%;
	height: 3px;
	background-color: #60697F;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.mobile-hamburger span + span {
	margin-top: 5px;
}
.mobile-hamburger-open span:first-of-type {
	-webkit-transform: translateY(3px) rotate(45deg);
	-ms-transform: translateY(3px) rotate(45deg);
	transform: translateY(3px) rotate(45deg);
}
.mobile-hamburger-open span:nth-of-type(2) {
	display: none;
}
.mobile-hamburger-open span:nth-of-type(3) {
	-webkit-transform: translateY(-5px) rotate(-45deg);
	-ms-transform: translateY(-5px) rotate(-45deg);
	transform: translateY(-5px) rotate(-45deg);
}
.mobile-menu {
	display: none;
	/*visibility: hidden;*/
	position: absolute;
	top: 78px;
	right: 0;
	padding: 20px;
	list-style: none;
	background-color: #e2e2e7;
	/*transition: all ease .3s;*/
	z-index: 9;
}
.mobile-nav-menu-right, .mobile-nav-menu-left {
	display: flex;
	align-items: center;
}
.mobile-menu-li {
	padding: 5px 0;
}
.mobile-menu-li a {
	font-size: 16px;
	color: #60697F;
}
.site-bg_white .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #CFD1D9;
}
.site-bg_black .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 1px solid #60697F;
}
.select2-container--default .select2-selection--single:hover {
	border: 1px solid #8F9EBF;
}
.site-bg_white .mobile-menu {
	background-color: #e2e2e7;
}
.site-bg_black .mobile-menu {
	background-color: #282828;
}
.site-bg_white .profile-ul {
	background-color: #e2e2e7;
}
.site-bg_black .profile-ul {
	background-color: #282828;
}
.site-bg_black-datepicker {
	background-color: #272B34;
}
.site-bg_black-datepicker table {
	color: #757575;
}
/*.site-bg_white .select2-dropdown {*/
/*background-color: #e2e2e7;*/
/*}*/
.site-bg_black-select2 {
	background-color: #3A404E!important;
	color: #757575;
}
.site-bg_white .mobile-menu-li a {
	color: #60697F;
}
.site-bg_black .mobile-menu-li a {
	color: #8F9EBF;
}
.site-bg_white .mobile-profile-user a {
	color: #60697F;
}
.site-bg_black .mobile-profile-user a {
	color: #8F9EBF;
}
.site-bg_white .profile-li a {
	color: #60697F;
}
.site-bg_black .profile-li a {
	color: #8F9EBF;
}
@media (max-width: 992px) {
	.nav-menu {
		display: none;
	}
	.mobile-nav-menu{
		display: flex;
		flex-wrap: wrap;
	}
	.nav-left {
		margin-bottom: 20px;
	}
	.mobile-hamburger {
		display: block;
	}
	.nav-menu-night-mode {
		position: absolute;
		top: 5px;
		right: 17px;
	}
}
@media (max-width: 620px) {
	.mobile-nav-menu-right, .mobile-nav-menu-left {
		margin: 10px 20px;
	}
	.mobile-hamburger {
		top: 80px;
	}
	.nav-menu-night-mode {
		top: 40px;
	}
	.mobile-menu {
		top: 150px;
	}
}

@media (max-width: 600px) {
	.nav-menu div {
		margin-bottom: 20px;
	}
	.nav-left, .nav-right {
		display: flex;
		flex-direction: column;
	}
	.nav-menu-li {
		display: flex;
		flex-direction: column;
	}
	.nav-menu-li li {
		margin-bottom: 10px;
	}
	.nav-li:first-child {
		color: #272B34;
		border: none;
		padding-right: 30px;
	}
	.nav-li {
		margin-right: 0;
	}
}
@media (max-width: 400px) {
	.mobile-nav-menu-right, .mobile-nav-menu-left {
		flex-direction: column;
	}
	.nav-menu-logo, .mobile-profile,
	.nav-menu-number, .nav-menu-button {
		margin: 5px;
	}
	.nav-menu-number {
		margin-bottom: 20px;
	}
	.mobile-hamburger {
		top: 150px;
	}
	.nav-menu-night-mode {
		top: 95px;
	}
	.mobile-menu {
		top: 275px;
	}
	.review.slick-slide {
		left: 0!important;
	}
}


/**ffffffffffffffffffffffffffffffff/

 */

.conteiner{
	position:relative;
	background:#e0e0e0 url(/img/content-bg.png);
	border:1px solid #e0e0e0;
	text-transform:uppercase;
	margin:0 auto;
	width:958px;
	padding-bottom: 20px;

}


#pitch-panel {
	position: relative;
	z-index: 100;
	background: #282a34;
    border-bottom: 1px solid #282a34;
	color: #7e7e7e;
}

#pitch-panel .all-pitches{
	width: 100%;
	margin: 0;
	box-shadow: none;
}

#pitch-panel .conteiner .content {
	width: 824px;
	margin: 10px auto 15px;
}
.conteiner h2{
	height:73px;
	background:#648fa4;
	background-image:url(/img/pitches_bg.png);
	background-repeat:no-repeat;
	background-position:right -1px;
	width:337px;
	margin:-38px 0 0 -10px;
	color:#fff;
	font:32px "RodeoC", sans-serif;
	line-height:73px;
	padding-left:80px;
	text-shadow: #517484 0 2px 1px;
}
.shadow{
	height:5px;
	background:url(/img/pitches2_bg.png) no-repeat;
	margin:0 0 0 -12px;
}
.pitches-type{
	margin-left:55px;
}
.pitches-type li{
	float:left;
	margin: 16px 0 25px;
	height:45px;
}
.pitches-type a{
	display:block;
	width:150px;
	height:34px;
	background:#eaeaea;
	text-decoration:none;
	text-align:center;
	font:12px "RodeoC", sans-serif;
	line-height: 34px;
	color:#b9b9b9;
	box-shadow: inset -1px -1px 1px #f6f4f4;
	-webkit-box-shadow: inset -1px -1px 1px #f6f4f4;
	-moz-box-shadow: inset -1px -1px 1px #f6f4f4;
}
.active-pitches{
	background:url(/img/marker4.png) no-repeat 50% 95%;
}
.active-pitches a{

	background:#50525a;
	color:#fff;
	box-shadow: inset 1px 1px 2px #2f313a;
	-webkit-box-shadow: inset 1px 1px 2px #2f313a;
	-moz-box-shadow: inset 1px 1px 2px #2f313a;
}

#cat-menu-toggle {
	width: 140px;
}
#cat-menu {
	width: 168px;
}
#price-menu-toggle, #price-menu {
	width: 74px;
}
#price-menu {
	width: 102px;
}
#timelimit-menu-toggle {
	width: 122px;
}
#timelimit-menu {
	width: 150px;
}
.navigation-pitches{
	margin-left:410px;
}
.navigation-pitches li{
	float:left;
	margin: 16px 10px 25px;
	height:45px;
	position:relative;
}

.navigation-pitches a{
	display:block;
	height:34px;
	padding:0 14px;
	background:#eaeaea;
	text-decoration:none;
	line-height:34px;
	/*color:#b9b9b9;*/
	color: #666666;
	box-shadow: 1px 1px #b5b5b5;
	-webkit-box-shadow: 1px 1px #b5b5b5;
	-moz-box-shadow: 1px 1px #b5b5b5;
}
.navigation-pitches a span{
	display:block;
	/*background: url(/img/marker5.png) no-repeat right 50%;*/
	/*padding-right:24px;*/
}
.active-list > a{
	box-shadow: -1px -1px #b5b5b5;
	-webkit-box-shadow: -1px -1px #b5b5b5;
	-moz-box-shadow: -1px -1px #b5b5b5;
}
.list-collapsed{
	position:absolute;
	display:block;
}
.list-collapsed li{
	float:none;
	width:100%;
	margin:0;
	height:34px;
	z-index:1;
}
.list-collapsed a{
	margin:0;
	height:34px;
	box-shadow: none;
	-webkit-box-shadow:	none;
	-moz-box-shadow: none;
}
.list-collapsed a span{
	display:block;
	background:none;
	padding-right:0;
	height:32px;
	border-bottom: 1px solid #e0e0e0;
	border-top:1px solid #f2f2f2;
}
.list-collapsed a:hover{
	background:#4f5159;
}
.list-collapsed .selected{
	background:#4f5159;
}
.list-collapsed a:hover > span{
	border: none;
}
.list-collapsed .selected > span{
	border: none;
}
.filtr-list a{
	padding:0 28px;
}
.all-designers thead td{
	font-size: 11px;
	color: #666666;
	text-align: center;
}

table.all-pitches,
table.all-designers{
	color: #adaeb0;
	width:900px;
	margin: 10px 0 0 30px;
	font-size:12px;
}
table.all-pitches{
	background:#45464f;
}
table.all-designers{
	background:#45464f;

}
.all-pitches tr:hover{
	background-color: white !important;
}
.all-designers tr:hover, .all-designers tr:hover a{
	background:#adaeb0 !important;
	color: #000000;
}
.all-pitches tr:hover td, .all-pitches tr:hover td a{
	color: #666 !important;
}
.all-pitches tr:active td,
.all-designers tr:active td{
	height:80px;
	border-right:#efefef 1px solid;

}
.all-pitches tr:active .pitches-name a, .all-pitches tr:active .price,
.all-designers tr:active .pitches-name a, .all-designers tr:active .price{
	color:#666;
}
.all-pitches tr:active span, tr:active .pitches-cat a,
.all-designers tr:active span, tr:active .pitches-cat a{
	color:#666;
}
.all-pitches td ,
.all-designers td {
	border-top: 1px solid #575864;
}
.highlighted td.icons, .highlighted td.pitches-name, .highlighted td.pitches-cat, .highlighted td.idea, .highlighted td.pitches-time, .highlighted td.price{
	border-top: 1px solid #575864;
}
.newpitch td.pitches-name, .newpitch td.td-title, .newpitch td.pitches-cat, .newpitch td.idea, .newpitch td.pitches-time, .newpitch td.price{
	border-top: 1px solid #575864;
}

.all-pitches tr td,
.all-designers tr td{
	vertical-align:middle;
	text-align:center;
	height:80px;
	border-right:#575864 1px solid;
	cursor:pointer;
}
.all-pitches thead td,
.all-designers thead td{
	vertical-align:middle;
	text-align:center;
	height:38px !important;
	border-right:#575864 1px solid;
}
.all-pitches thead td{
	cursor:pointer;
}
.all-designers thead td{
	cursor:auto;
}
.all-pitches thead td:active,
.all-designers thead td:active{
	vertical-align:middle;
	text-align:center;
	height:38px !important;
	border-right:#575864 1px solid;
	cursor:pointer;
}
.all-pitches a{
	text-decoration:none;
	color:#999;
}
.all-designers a{
	text-decoration:none;
	color:#adaeb0;
}
.all-pitches a:hover,
.all-designers a:hover{
	text-decoration:underline;
}
tr td.pitches-name{
	vertical-align:top;
	text-align:left;
}
thead td{
	background:#2f313a;
	font:normal 15px "RodeoC", sans-serif;
	height:38px;
	vertical-align:middle;
	border:none ;
	color:#999;
}
thead .pitches-name{
	padding: 0 10px 0 40px;
	width:307px;
}
.designers-table-avatar{
	border-radius: 50%;
}
.selection .icons{
	/*background:#e0e0e0 url(/img/icon-1.png) no-repeat 2px 10px;*/
}
.highlighted .price, .newpitch .price{
	color:#fff;
}
.pitch-end .icons{
	/*background:#e0e0e0 url(/img/icon-2.png) no-repeat 1px 10px;*/
}

.pitch-mouseover td a{
	color:#666666;
}

.highlighted td a, .newpitch td a{
	color:#fff;
}
.pitch-end td a:hover {
	color: #666666;
}
.pitch-title a:hover {
	color: #fff !important;
}
.close-and-expert .icons{
	/*background:#e0e0e0 url(/img/icon-3.png) no-repeat 1px 5px;*/
}
.close .icons{
	/*background:#e0e0e0 url(/img/icon-4.png) no-repeat 1px 5px;*/
}
.expert .icons{
	/*background:#e0e0e0 url(/img/icon-5.png) no-repeat 1px 5px;*/
}
tr.even{
	background:#2f313a;
}
tr.highlighted{
	background:#6891a2 !important;
	color:#fff;
}
tr.newpitch{
	background:#4f8b5c !important;
	color:#fff !important;
}
.all-pitches tr td.icons {
	border-right: none;
}
td.icons{
	/*background:#e0e0e0;*/
	width:70px;
	/*border:none;*/
	text-align:right;
}
td.pitches-name{
	width:357px;
	border-left:none;
}
.pitches-name div{
	padding:15px 0 17px 40px;

	/*background:url(/img/arrow.png) no-repeat 10px 16px;*/
}
td.pitches-name.mypitches {
	vertical-align: middle;
}
td.pitches-name.mypitches a {
	display: block;
	margin: 0 5px 0 40px;
}
.pitches-name-td-img {
	position: absolute; margin-top: 16px; margin-left: 10px;
}
.pitches-name-td2-img {
	position: absolute; margin-top: 55px; margin-left: 10px;
}
.mypitch_pay_link img {
	width: 18px;
	height: 18px;
	margin-top: 57px;
	background: url(/img/pitch-icons-sprite.png) no-repeat 0px 0px;
}
.mypitch_pay_link img:hover {
	background: url(/img/pitch-icons-sprite.png) no-repeat 0px -18px;
}
.mypitch_edit_link img {
	width: 18px;
	height: 18px;
	margin-top: 34px;
	background: url(/img/pitch-icons-sprite.png) no-repeat 0px -54px;
}
.mypitch_edit_link.not-draft img {
	background: url(/img/pitch-icons-sprite.png) no-repeat 0px -90px;
}
.mypitch_edit_link img:hover {
	background: url(/img/pitch-icons-sprite.png) no-repeat 0px -72px;
}
.mypitch_delete_link img {
	width: 18px;
	height: 18px;
	margin-top: 12px;
	padding-left: 4px;
	background: url(/img/pitch-icons-sprite.png) no-repeat 0px -108px;
}
.mypitch_delete_link img:hover {
	background: url(/img/pitch-icons-sprite.png) no-repeat 0px -126px;
}

.pitches-name a{
	text-decoration:none;
	font:15px "Arial", sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #e2e2e2;
	line-height: 19px;
}
.pitches-name span{
	display:block;
	font:12px Helvetica, sans-serif;
	padding-top:5px;
}
td.pitches-cat{
	width:120px;
}
td.idea{
	width:70px;
}
td.pitches-time{
	width:147px;
}
td.price{
	width:127px;
	border-right:none;
	font:15px "Arial", sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #e2e2e2;
	line-height: 19px;
}
.all-pitches tr td.price {
	text-align: left;
	padding-left: 26px;
	float: initial;
}
td.price.mypitches {
	width: 117px;
	border-right:#575864 1px solid;
}
td.pitches-status.mypitches {
	width: 135px;
	text-align:center;
	font-family: "Helvetica Bold", "Helvetica Neue";
	/*width: 135px;*/
}
td.pitches-status.mypitches a {
	color: #7e7e7e;
	font-size: 10px;
}
td img.pitches-image{
	height:80px;
	width:105px
}
td.pitches-status.mypitches a.pitches-finish {
	color: #4f8b5c;
	display:block;
	padding-left:35px;
	text-align:left;
	/*color: #ff575d;*/
}
td.pitches-status.mypitches a.pitches-time {
	color: #639f6d;
}
td.pitches-edit.mypitches {
	width: 210px;
	border-right: none;
	text-align: left;
}
td.pitches-edit.mypitches a {
	display: block;
	height: 22px;
	text-transform: none;
	color: #7E7E7E;
	font: 12px Arial, sans-serif;
	margin-left: 50px;
	background-image: url('/img/mypitches-sprite.png');
	background-repeat: no-repeat;
	padding-left: 25px;
}
td.pitches-edit.mypitches a.buy {
	background-position: 0 -3px;
}
td.pitches-edit.mypitches a.edit {
	background-position: 0 -23px;
}
td.pitches-edit.mypitches a.delete {
	background-position: 0 -45px;
}
.al-info-pitch{
	width:547px;
}

tr.pitch-mouseover {
	background:#efefef;
}

.pitch-open{
	/*display:none;*/
	background:#efefef;
}
.pitch-open td{
	border:none;
}
.pitch-open div{
	/*background:url(/img/arrow_grey_down.png) no-repeat 12px 16px;*/
}
.pitch-mouseover div{
	/*background:url(/img/arrow_grey.png) no-repeat 12px 16px;*/
}
.pitch-open p{
	text-align:left;
	text-transform:none;
	padding:0 0 10px 40px;
}
.pitch-open .pitches-name a{
	color:#666;
}
.pitch-open .price{
	color:#666;
}

.pitch-mouseover .price{
	color: #666666;
}

a.go-pitch{
	padding-left:40px;
	display:block;
	background:url(/img/marker3.png) no-repeat top right;
	text-align:left;
	width:140px;
	margin-bottom:10px;
}
.pitch-collapsed{
	display:none;
}
.foot-content{
	position:relative;
}
.icons-infomation{
	width: 130px;
	padding: 0 0 30px 28px;
	float:left;
}
.icons-infomation a {
	color: #666;
}
.icons-infomation a:active, .icons-infomation a:hover {
	text-decoration: underline;
}
.icons-infomation li {
	text-transform: none;
	color: #666;
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	padding:10px 0 10px 27px;
	/*height: 36px;*/
	float:left;
}
li.icons-infomation-one{
	padding-top:22px;
	background:url(/img/icon-5.png) no-repeat left 45%;
	width:204px;
}
li.icons-infomation-two{
	padding-top:22px;
	/*padding-bottom:22px;*/
	background:url(/img/icon-4.png) no-repeat left 50%;
}
li.icons-infomation-three{
	background:url(/img/icon-1.png) no-repeat left 50%;
	width:204px;
}
li.icons-infomation-four{
	background:url(/img/icon-2.png) no-repeat left 50%;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

.pitch-buttons-legend {
	font: 12px Arial, sans-serif;
	color: #999;
	text-shadow: 0 1px 0 #f8f8f8;
	text-transform: none;
	padding: 15px 0 0;
	min-height: 17px;
}

.pitch-buttons-legend i {
	display: inline-block;
	width: 17px;
	height: 16px;
	margin: 0 5px 0 20px;
	background: url(/img/pitch-buttons-legend.png) no-repeat 0 0;
	vertical-align: -3px;
}

.pitch-buttons-legend i:first-child {
	margin-left: 0;
}

.pitch-buttons-legend #edit {
	background-position: -19px 0;
}

.pitch-buttons-legend #buy {
	background-position: -38px 0;
}

.pitch-buttons-legend #help {
	background-position: -58px 0;
}

.pitch-buttons-legend a {
	float: right;
	color: #6b92a2;
	text-shadow: none;
}

.pitch-buttons-legend a:hover {
	text-decoration: underline;
}
