/* Created by TopStyle Trial - www.topstyle4.com */

/*** LAYOUT **************************************/
body{
	background: #fff url(../images/body-bg.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
	width: 100%!important;
	padding: 0px!important;
	margin: 0px!important;
	position: relative;
}

.container {
	width: 940px;
	margin: 0 auto;
	background-image: url(../images/head-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 0;
}

.header-site{
	position: relative;
	left: 0px;
	top: 0px;
	min-height: 216px;
	z-index: 20;
	margin-bottom:5px;
}

/*** Types content layout ****/
.main {
	background-image: url(../images/page-cont-top.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 35px 0 0 0;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.main .wrap-content{
	background-image: url(../images/page-cont-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	position: relative; 
	left: 0px;
	top: 0px;
}

.sidebar {
	float: left;
	width: 230px;
	position: relative;
}

.content {
	float: right;
	width: 680px;
	position: relative;
}

.footer {
	padding: 20px 0;
	text-align: center;
	color: #979797;
	font-size: 11px;
	clear: both;
}
/*** Type Home page ******/
.type-home .main {
	background: none;
	padding: 0;
	overflow: visible;
}

.type-home .main .wrap-content{
	background-image: none;
	padding-bottom: 20px;
}

.type-home .content {
	width: 690px;
}
.type-home .footer {
	background-image: url(../images/footer-home-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
}
/*** End Type Home page ***/

/*** Type without sidebar page ******/

.type-nosidebar .content{
	float: none;
	width: auto;
}

/*** End Type without sidebar page **/

/*** End Types content layout ************/



/*** END LAYOUT **********************************************************/

a.logo {
	display: block;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	width: 206px;
	height: 216px; 
	float: left;
}

.login-box,
.user-box {
	float: right;
	width: 253px;
	background-image: url(../images/login-top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 9px 0 0 0;
	color: #EC008C;
}

.login-box a,
.login-box a:visited,
.user-box a,
.user-box a:visited {
	color: #EC008C;
}

.login-box-footer {
	background-image: url(../images/login-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
	padding-top: 8px;
}

.login-box-footer a.btn{
	display: block;
	margin: 0 auto;
	background-image: url(../images/btn-supplier-reg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 210px;
}

.login-box-footer-inner,
.user-box .bottom {
	background-image: url(../images/login-bottom-inner.png);
	background-position: 2px top;
	background-repeat: no-repeat;
	height: 12px;
}
.user-box .title {
	text-align: center;
	height: 45px;
	font-size: 14px;
	line-height: 45px;
	color: #525252;
}
.supplier-user-box .cont{
	padding: 0 20px;
	color: #525252;
	
}
.supplier-user-box .title {
	height: auto;
	font-size: 12px;
	line-height: 1;
	color: #525252;
	text-align: left;
	padding: 5px 20px 0 20px;
	overflow: hidden;
}
.user-box .title a,
.user-box .title a:visited{
	text-decoration: none;
}
.user-box .title a:hover{
	text-decoration: underline;
}

.supplier-user-box .title .f-r a,
.supplier-user-box .title .f-r a:visited{
	text-decoration: underline;
}
.supplier-user-box .title .f-r a:hover{
	text-decoration: none;
}
.deliver {
	border-bottom: 1px solid #B0B0B0;
	padding-top: 10px;
	margin-bottom: 10px;
}
.wrap-progressbar {
	text-align: center;
}
.progressbar {
	width: 200px;
	margin: 5px auto;
	border: 1px solid #B0B0B0;
	height: 10px;
	position: relative;
	background-color: #FBCCE8;
}
.procent {
	position: absolute;
	left: 1px;
	top: 1px;
	height:	8px;
	background-image: url(../images/supplier-progress-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}



.user-box .counter {
	background: url(../images/daysleftbefore-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 90px;
	width: 206px;
	margin: 0 auto 20px auto;	
	text-align: center;
	color: #525252;
	overflow:hidden;
}
.counter-message {
	font-size:14px;
	color:#fff;
	margin-top:35px;
}

.user-box strong {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 58px;	
}
.wrap-logout {
	padding:0 30px;
	text-align: right;	
}

.login-box input.text {
	height: 16px;
	width: 139px;
	border: 1px solid #C6C6C6;
	padding-top: 3px;
	padding-bottom: 3px;
}

.login-box label {
	width: 80px;
	line-height: 21px;
	color: #494949;
}
.login-box .form-row-element {
	width: 220px;
	padding-left: 20px;	
}
.login-box  .form-element {
	width: 140px;
	float:left;
}
.login-box .form-element-btn input {
	float:left;
}

.wrap-logout a {
	display: block;	
	float: right;
	height: 27px;
	line-height: 27px;
}
a.btn-home,
a.btn-home:visited {
	display: block;
	float: left;
	background-image: url(../images/btn-homepage-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 124px;
	text-align: left;
	padding: 0 0 0 30px;
	color: #fff;
	text-decoration: none;
}


.slogan {
	/*width: 364px;*/
	width: 460px;
	height: 132px;
	position: absolute;
	top: 60px;
	left: 221px;
	font-size: 36px;
	font-family: 'HeliosThinCRegular', Arial, sans-serif;
	color: #5B5B5B;
}

.slogan_viewer {
	width: 370px;
	height: 96px;
	background-image: url(../images/headtext-viewer.png);
	background-repeat: no-repeat;
	background-position:  left top;
	position: absolute;
	top: 0px;
	left: 231px;
}

/***************************************************/

/*** The Footer ************************************/

.footer a,
.footer a:visited {
	color: #979797;
	font-size: 12px;
	color: #EC008C;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}

/*** End Footer ****************************************/


/*** The sidebar ***************************************/
.navigator-categories {
	background-image: url(../images/categories-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	
}

.navigator-categories .title {
	background-image:url(../images/categories-top.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #EC008C;
}

.navigator-categories .cont {
	background-color: #E2E2E2;
	padding: 9px 10px 0 20px;
	border: 1px solid #E2E2E2;
}

.navigator-categories .cont ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigator-categories .cont ul li {
	padding-bottom: 7px;
	margin: 0;
}
.navigator-categories .cont ul li a,
.navigator-categories .cont ul li a:visited {
	display: block;
	color: #4A4A4A;
	text-decoration: none;
}
.navigator-categories .cont ul li a:hover {
	text-decoration: underline;
}
.navigator-categories .cont ul li a.currently,
.navigator-categories .cont ul li a.currently:visited,
.navigator-categories .cont ul li a.currently:hover {
	color: #EC008C;
	font-weight: bold;
	background-image: url(../images/category-mark.gif);
	padding-right: 20px;
	line-height: 18px;
	background-position: right;
	background-repeat: no-repeat;
	
}
/*** End navigator categories **/

/*** Navigator (viewer) ********/
.navigator {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.navigator li{
	display: block;
	margin: 0px;
	padding: 0px;
}

.navigator li a,
.navigator li a:visited{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/accountleftnav-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 205px;
	height: 36px;
	margin-bottom: 5px;
	padding-left: 25px;
	font-size: 14px;
	line-height: 36px;
	color: #000;
	text-decoration: none;
}
.navigator li a span,
.navigator li a:visited span{
	display: block;
	position: absolute;
	left: 138px;
	top: 8px;
	background-image: url(../images/accountleftnav-suppliers.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 86px;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.navigator li a.nav-inbox span,
.navigator li a.nav-inbox:visited span{
	background-image: url(../images/accountleftnav-inbox.gif);
	width: 61px;
	padding-left: 25px;
	color: #EC008C;
	text-decoration: none;
	text-align: left;
}
.navigator li a:hover{
	color: #EC008C;
	text-decoration:none;
}

.navigator li.currently {
	background-image: url(../images/accountleftnav-bg-active.gif);
}

.navigator li.currently a,
.navigator li.currently a:visited {
	background-image: url(../images/nav-arrow2.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #EC008C;
}
.navigator li.currently a span,
.navigator li.currently a:visited span,
.navigator li.currently a:hover span {
	display: none;
}
/*** End Navigator (viewer) ****/

/*** End sidebar ***************************************/

.home-pic {
	position: relative;
	left: 0px;
	top: 0px;
}

.home-pic .corn {
	position: absolute;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
}
.home-pic .corn.lt {
	left: 0px;
	top: 0px;
	background-image: url(../images/homepic-crn-tl.png);
}
.home-pic .corn.rt {
	right: 0px;
	top: 0px;
	background-image: url(../images/homepic-crn-tr.png);
}
.home-pic .corn.lb {
	left: 0px;
	bottom: 0px;
	background-image: url(../images/homepic-crn-bl.png);
}
.home-pic .corn.rb {
	right: 0px;
	bottom: 0px;
	background-image: url(../images/homepic-crn-br.png);
}
.box-button {
	position: absolute;
	right: 20px;
	bottom: 20px;
	overflow: hidden;
	width: 52px;
}
.box-button a {
	display: block;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
	margin-left: 3px;
}
.box-button a.prev {
	display: block;
	float: left;
	background-image: url(../images/btn-arrow-left.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
}
.box-button a.next {
	display: block;
	float: left;
	background-image: url(../images/btn-arrow-right.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
}
/** Search box *****************************************/
.search-box {
	position: absolute;
	left: 81px;
	top: 200px; /*146px;*/
	background-image: url(../images/search-home-wrap-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 552px;
	height: 50px;
}

.search-box table {
	margin: 0 auto;
	font-size: 16px;
	color: #000;
} 

input.inp-search {
	background: url(../images/search-bg.png) no-repeat left top;
	border: none;
	width: 216px;
	height: 23px;
	display: block;
	float: left;
	font-size: 12px;
	color: #EC008C;
	padding-top: 7px;
	padding-left: 20px;
} 

input.btn-search {
	display: block;
	float: left;
	background: url(../images/btn-search.png) no-repeat left top;
	width: 36px;
	height: 30px;
	border: none;
	cursor: pointer;
}

textarea.textarea-input{
	width: 419px; 
	height: 200px;
}

a.advanced-search,
a.advanced-search:visited {
	display: block;
	margin-left: 30px;
	background-image: url(../images/btn-2arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	padding-right: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #000;
	text-decoration: underline;
}

a.advanced-search:hover {
	text-decoration: none;
}
/** End Search box *************************************/

/*** Block search in header **********/
.header-search {
	float: left;
	position: relative;
	top: 106px;
	left: 20px;
	width: 396px;
	height: 52px;
	background-image: url(../images/head-search-bg.gif);
	padding: 15px 20px;
}

.header-search h4,
.header-advanced-search .top h4 {
	margin-bottom: 10px;
	padding-top: 0px;
}

.header-search input.inp-search {
	width:196px;
}

.header-search a.advanced-search, 
.header-search a.advanced-search:visited {
	margin-left:10px;
	display: block;
	float: right;
}

/*** End Block search in header ******/

/*** Block advanced search in header **********/
.header-advanced-search {
	float: left;
	position: relative;
	top: 106px;
	left: 20px;
	width: 436px;
	height: 82px;
	padding: 0;
}

.header-advanced-search .top {
	background-image: url(../images/advsearch-top.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 79px;
	padding: 15px 20px 0 20px;
}


.header-advanced-search .cont {
	background-image: url(../images/advsearch-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 10px 20px;
}

.header-advanced-search input.inp-search {
	width:196px;
}

.header-advanced-search a.advanced-search-close, 
.header-advanced-search a.advanced-search-close:visited {
	display: block;
	float: right;
	margin-left:10px;
	background-image: url(../images/ico-collapse.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 28px;
	line-height: 30px;
	color: #323232;
}

.header-advanced-search form {
	display: block;
	overflow: hidden;
}

.form-row-element {
	margin-bottom: 9px;
	clear: both;
}

form label {
	display: block;
	clear: both;
	float: left;
	width: 124px;
	line-height: 23px;
}

.form-note {
	margin-bottom: 20px;
}

form .form-element {
/*	float: left;*/
	text-align: left;
	position:relative;
}

form .form-element-radio {
	float: left;
	line-height: 23px;
	margin-right: 40px;	
}


form #photo-type .form-element-radio,
form #treveling-included .form-element-radio,
form #video-type .form-element-radio {
	float: none;
}



form .form-element-radio input{
	vertical-align: baseline;
	margin-right: 5px;	
}

form .ico-calendar {
	margin: -4px 0 0 10px;
	vertical-align: middle;	
	cursor:pointer;
}
.sel.day {
	width: 120px; 
	margin-right: 15px;
}

.sel.month {
	width: 148px; 
	margin-right: 15px;
}

.sel.year {
	width: 120px;
}

/****************************************/
.header-advanced-search label {
	width: 124px;
}

.header-advanced-search .form-element {
	width: 270px;
}

.header-advanced-search .form-element input {
	width: 100%;
	border: none;
	padding-top: 3px;
	height: 20px;
}

.header-advanced-search .form-element select {
	width: 100%;
	border: none;
	height: 23px;
	line-height: 23px;
}

.header-advanced-search .form-element .form-element-checkbox {
	border: none;
	height: 23px;
	line-height: 23px;
	width:14px;
}

.header-advanced-search input.inp-search {
	display: block;
	width: 252px;
	background-image: url(../images/advsearch-field.gif);
	background-repeat: no-repeat;	
	background-position: left top;
	padding-top: 7px!important;
	height: 23px !important;
}

.form-element-btn input {
	display: block;
	float: right;
	cursor: pointer;
	font-size: 12px;	
}

.form-element-btn input.btn-search {
	width: 78px;
	height: 25px;
	background-image: url(../images/btn-search-advanced.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #fff;
}

/*** End Block advanced search in header ******/


/*** Resistration pages ********************************/
.column-one {
	background-image: url(../images/page-cont-top.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 27px;
}
.col-left {
	float: left;
	width: 675px;
}
.col-right {
	float: right;
	width: 245px;
}

.column-one .content {
	float: none;
	width: auto;
	background-image: url(../images/page-cont-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 27px;
	margin: 0;
}
.steps {
	padding: 20px 0;
	overflow: hidden;
}
.step {
	float: left;
	background-image: url(../images/regstep-circle-grey.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 7px;
	width: 47px;
	height: 47px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 47px;
	text-align: center;
}
.step-deliver {
	float: left;
	background-image: url(../images/regstep-arrow-grey.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 7px;
	width: 47px;
	height: 47px;
}
.step.active {
	float: left;
	background-image: url(../images/regstep-circle-pink.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 7px;
	width: 47px;
	height: 47px;
}
.step-deliver.active-deliver {
	float: left;
	background-image: url(../images/regstep-arrow-pink.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 7px;
	width: 47px;
	height: 47px;
}

.step-title {
	border-bottom: 1px solid #ABABAB;
	margin-bottom: 15px;
	font-size: 14px;
	padding-bottom: 3px;
}
.step-title strong {
	color: #EC008C;
}


/***************************************************/
form h4 {
	color: #323232;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: left;
}

.registration .form-row-element {
	margin-bottom: 20px;
	position:relative;
}

.registration label {
	width: 220px;
	padding: 5px 0 0 35px;
	line-height: 1;
	font-weight:bold;
}

.registration-tier label {
	width: 300px;
}

.address-popup .form-row-element {
	margin-bottom: 20px;
	position:relative;
}

.address-popup label {
	width: 155px;
}

.specific label {
    width: 350px;
}

.inp-text {
	/*height: 20px;*/
	border: 1px solid #C6C6C6;
	font-size: 12px;
	padding: 5px 0 5px 1px; 
	font-family: Arial;
} 


.inp-text-money {
	width:50px;
} 
.inp-text-value {
	width:60px;
} 

.sel {
	height: 25px;
	border: 1px solid #C6C6C6;
	font-size: 12px; 
	font-family: Arial;
} 

.big {
	width: 420px;
}
.sm {
	width: 110px;
}
.middle {
	width: 220px;	
}
.middle-smaller {
	width: 200px;	
}
.big-middle {
	width: 280px;	
}

.sm-middle {
	width: 156px;	
}

.wrap-btn{
	border-top: 1px solid #ABABAB;
	padding: 20px 0;
	clear: both;
}
.wrap-btn.noline{
	border-top: none;
}

.wrap-btn table{
	margin: 0 auto;
}

.table-tier {
	margin-bottom: 20px;
	margin-left: 35px;
}
.table-tier td{
	width: 122px;
	border-bottom: 1px solid #B9B9B9;
	line-height: 30px;
	background-color: #EAEAEA;
	text-align: center;
}
.table-tier td.number{
	font-weight: bold;
}
.table-tier td.metka{
	background-image: url(../images/yes.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.table-tier td.metka.disabled{
	background-image: url(../images/yes-disabled.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.table-tier td.disabled{
	color: #ADADAD;
}
.table-tier td.disabled .pink{
	color: #F57FC5;
}
.table-tier td.name-param{
	width: 220px;
	background: none;
	text-align: left;
}
.table-tier td.deliver{
	width: 10px;
	background: none;
}
.table-tier .title td{
	height: 40px;
	border-bottom: 1px solid #EC008C;
	font-size: 18px;
	line-height: 40px important;
	color: #5B5B5B;
	text-transform: uppercase;
	background-image: url(../images/td-tier-bg.gif);
	background-position: -1px top;
	background-repeat: no-repeat;
}
.table-tier .title td.disabled{
	background-image: url(../images/td-tier-bg-disabled.gif);
	background-position: -1px top;
	background-repeat: no-repeat;
	color: #ADADAD;
	line-height: 40px!important;
}
.table-tier .title td.deliver{
	background: none;
	padding-top: 0px;
}
.table-tier .title td.name-param,
.table-tier .total td.name-param{
	font-size: 12px !important;
	font-weight: bold;
	text-transform: none;
	line-height: 40px;
	color: #323232;
	background: none;
}
.table-tier .total td.name-param{
	font-size: 14px !important;
}
.table-tier .total td.name-param{
	line-height: 35px;
}
.table-tier .last td{
	border-bottom: none;
}
.table-tier .total td{
	border-top: 1px solid #EC008C;
	border-bottom: 1px solid #EC008C;
}
.table-tier tr.join td{
	border: none;
	height: 69px;
	background-image: url(../images/td-join-bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.table-tier tr.join td.disabled{
	background-image: url(../images/td-join-bg-disabled.gif);
}
.table-tier .join td.deliver,
.table-tier .join td.name-param {
	background: none;
}
a.btn-join,
a.btn-join:visited,
a.btn-join:hover {
	display: block;
	background-image: url(../images/btn-join.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 87px;
	height: 39px;
	text-align: center;
	font-size: 22px;
	line-height: 39px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	margin: 10px auto;
}
.wrap-radio-card {
	display: block;
	float: left;
	clear: both;
	padding-top: 10px;
	width: 25px;
	text-align: left;
}

.column-radio {
	width: 200px;
	float: left;
}

.column-radio label.card {
	display: block;
	float: left;
	clear: none;
	padding: 0 0 0 55px;
	height: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 30px;
	margin-bottom: 5px;
	width: auto;
}

.visa {
	background-image: url(../images/card-visa.jpg);
}
.mastercard {
	background-image: url(../images/card-master.jpg);
}
.americanexpress {
	background-image: url(../images/card-amex.jpg);
}
.switch {
	background-image: url(../images/card-switch.jpg);
}
.solo {
	background-image: url(../images/card-solo.jpg);
}

.day {
	width: 70px;
}
.month {
	width: 90px;
}

.cvc {
	width: 70px;
}
.attention {
	background-image: url(../images/attention.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 50px;
	line-height: 40px;
	margin: 20px 0 30px 0;
}

.attention-on {
	background-image: url(../images/attention-on.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 50px;
	line-height: 40px;
	margin: 20px 0 30px 0;
}


.anuall-block {
	background-image: url(../images/annualpayment-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 245px;
}
.anuall-block .top {
	background-image: url(../images/annualpayment-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}
.anuall-block .bot {
	background-image: url(../images/annualpayment-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}
.anuall-block .cont {
	padding: 0 15px;
}
.anuall-block .title {
	color: #383838;
	font-size: 18px;
	border-bottom: 1px solid #767676;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.cost {
	color: #EC008C;
	font-weight: bold;
	font-size: 16px;
	float: right;
	margin-bottom: 20px;
}
a.swicth,
a.swicth:visited {
	display: block;
	clear: both;
	background-image: url(../images/switch-tier-btn.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 188px;
	height: 37px;
	padding: 0 12px;
	text-decoration: none;
}
a.swicth span {
	display: block;
	float: left;
	width: 115px;
	font-size: 12px;
	color: #383838;
	padding-top: 11px;
}
a.swicth span.cost {
	display: block;
	float: right;
	width: 65px;
	text-align: right;
	color: #EC008C;
	font-size: 14px;
	font-weight: bold;
	padding-top: 11px;
}
.col-supply {
	width: 260px;
}

.col-supply.f-l {
	margin:10px 0 0 50px;
}
.col-supply.f-r {
	margin:10px 0 0 0px;
}

/*
.form-element.venue-element .col-supply.f-l {
	margin:10px 0 0 0px;
}
.form-element.form-element .col-supply.f-l {
	margin:10px 0 0 0px;
}*/


.form-element.venue-element{
	clear:both;
	width:678px;
}

.form-element.venue-element label{
	/*width:100%;*/
}

.supply-item {
	margin-bottom: 10px;
}
.supply-item label{
	width: 220px;
	clear: none;
	padding: 5px 0 5px 0px;	
}

.supply-item .price {
	width: 280px;
	padding-left: 30px;
}

.supply-item .price label{
	width: 90px;
	clear: none;
	padding: 5px 0 0 0px;
}

.supply-item .price .sm {
	width:65px;
}

.supply-item .price .form-row-element {
	clear: none;
	float: left;
}
.supply-item .price .form-element {
	width:90px;	
}
.wrap-check {
	padding:5px 15px 0 0;
	float: left;
	clear: both;
}

.table-times td{
	padding: 0 5px 10px 0;
}

.table-times a.apply_all_btn{
	float:left;
	margin-right:20px;
}

.confirmed-registration {
	padding-left: 25px;	
}

.confirmed-registration .form-row-element {
	clear: none;
	float: left;
}
.confirm-text {
	width: 440px;
	line-height: 1.5;	
}
.text-for-btn {
	float: left;
	padding-right: 20px;
	line-height: 31px;	
}


.account label {
	width:140px;
}
.account .col-supply {
	width:250px;
}
.account .supply-item .price {
	padding-left:30px;
	width:220px;
}
.account .supply-item label {
	width:auto;
}
.account .supply-item .price .form-element {
	width:40px;
}
.account .supply-item .price .sm {
	width:35px;
}
.account .sel.month {
	margin-right:5px;
	width:100px;
}
/*** End Registration pages ****************************/

/*** Page Categories ***********************************/

.breadcrumb {
	height: 30px;
	color: #717171;
	padding-bottom: 10px;
	clear: both;
	font-weight:bold;
}
.breadcrumb span{
	color: #000;
}

.main.inner .wrap-content h1{
	background-position: right top;
	padding-right: 55px;
	margin-bottom: 20px;
}
.inner .footer{
	background: none;
}


ul.categories {
	display: block;
	list-style: none;
	padding: 10px 0;
}
ul.categories li{
	display: block;
	margin-bottom: 12px;
}
ul.categories li a,
ul.categories li a:visited{
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.wrap-subcategories {
	overflow: hidden;
}
.col-categories {
	float: left;
	width: 220px;
}
ul.subcategories {
	display: block;
	list-style: none;
	padding: 10px 0;
	margin: 0px;
}
ul.subcategories li{
	display: block;
	margin-bottom: 12px;
}
ul.subcategories li a,
ul.subcategories li a:visited{
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
ul.subcategories li a:hover{
	text-decoration: underline;
}
/*** End Page Categories *******************************/

/*** Supplier pages ************************************/
.wrap-account-option {
	overflow: hidden;	
	padding: 45px 0 0 0;
}

.status-account {
	float: left;
	width: 215px;
	border-right: 1px solid #ABABAB;
	padding-right: 50px;
}

.removal-account {
	float: right;
	width: 385px;
}

.tab-content .wrap-account-option h3{
	color: #8A8A8A;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: normal;
}
	
.wrap-account-option p.account-notify{
	background-image: url(../images/attention.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 55px;
	color: #8A8A8A;
	min-height: 40px;
}

.wrap-account-option p.account-notify-activate{
	background-image: url(../images/attention.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 55px;
	color: #000;
	color: #EC008C;
	min-height: 40px;
	font-weight:bold;
	
}

/*** Supplier details ********/
.info-supplier {
	border-bottom: 1px solid #A9A9A9;
	overflow: hidden;
	padding-bottom: 10px;
	color: #4B4B4B;
	font-size: 24px;
	position:relative;
}
.info-supplier img {
	margin-right: 30px;	
}
.info-supplier .addbtn{
	position:absolute;
	right:0;
	top:0px;
	font-size:12px;
	color:#EC008C;
}
.like-btn{
    position: absolute;
    right: 0px;
    top: 0px;
}
.box-lists {
	background-image: url(../images/tabs-bg-bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 30px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;	
}
.box-lists ul{
	display: block;
	float: left;
	width: 32%;
	/*margin: 0 1% 20px 0;*/
	margin: 0 1% 0px 0;
	list-style: none;
	padding: 0;	
}

.box-lists ul.ul-mp3 {
	width:100%;
}

.box-lists ul.ul-mp3 li a{
	width:250px;
}

.box-lists ul li{
	display: block;
	background-image: url(../images/marker-pink.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;	
	margin: 0 10px 0 0;
}

/* Slide show */
.big-photo {
	border: 1px solid #D2D2D2;
	padding: 10px;
	background-color: #fff;
	/*text-align: center;*/
	margin-bottom: 20px;	
}

.slideshow-images {
	margin-bottom: 20px;
}

.slideshow-images img{
	float: left;
	left:0;
	top:0;
}

.slideshow-images-next, .slideshow-images-prev{
	visibility: hidden;
}

.slideshow-images-visible{
	visibility: visible;
}

.slideshow a img{
	borde: 0 none;
}



.slideshow-thumbnails {
	padding-top:20px;
	border-top: 1px solid #D2D2D2;
	position: relative;
	bottom:0;
	height:95px;
	overflow:auto;
	width:620px;
	left:-2px;
}

.slideshow-thumbnails ul{
	width: 2000px;
	height:85px;
	margin: 0px;
	position:absolute;
	top: 0px;
	padding-top: 5px;
}

/*.slideshow-thumbnails ul, .slideshow-thumbnails li{
	list-style:none;
	left:none;
}*/

.slideshow-thumbnails li{
	float:left;
	list-style:none outside none;
	margin-right:20px;
	position:relative;
	
}

.slideshow-thumbnails li a{
	border: 1px solid #D2D2D2;
	padding: 3px;
	background-color: #fff;
	display:block;
}



a.arr,
a.arr:visited{
	display: block;
	position: relative;
	top: 24px;
	left: 0px;
	background-repeat: no-repeat;
	width: 14px;
	height: 29px;
}
.arr.prev{
	background-image: url(../images/slider-arrow-left.gif);
	background-position: left top;
	width: 14px;
	height: 29px;
	position: absolute;
	top:50px;
	left:10px;
}
.arr.next{
	background-image: url(../images/slider-arrow-right.gif);
	background-position: right top;
	width: 14px;
	height: 29px;
	position: absolute;
	top:50px;
	right:10px;
	
}

.gallery .wrap-pics {
	width: 587px;
	margin-left: 13px;
	overflow: hidden;
	float: left;
	position: relative;
	left: 0;
	top: 0;
	height: 77px;
}

.gallery .wrap-pics ul{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 77px;
	width: 1000px;
}

.gallery .wrap-pics ul li{
	list-style: none;
	display: block;
	margin: 0 12px 0 0;
	float: left;
}

.gallery .wrap-pics ul li a,
.gallery .wrap-pics ul li a:visited{
	display: block;
	float: left;
	padding: 3px;
	border: 1px solid #C8C8C8;
	background-color: #fff;
}
/*** End Supplier details ****/

/*** End Supplier pages ********************************/

/*** Viewer pages **************************************/
.box {
	background-image: url(../images/userhomebox-bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 40px;
	overflow: hidden;
	padding-bottom:10px;
}
.box .top {
	background-image: url(../images/userhomebox-title-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	padding: 0 24px;
}
.box .top .title{
	float: left;
	background-image: url(../images/userhomebox-title-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	padding: 0 0 0 20px;
}

.box .top .title h3{
	float: left;
	background-image: url(../images/userhomebox-title-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 30px;
	padding-right: 20px;
	white-space: nowrap;
	color: #EC008C;
	font-weight: bold;
}

.box .cont {
	padding: 24px;
	position: relative;
}

a.view {
	display: block;
	position: absolute;
	top: -10px;
	right: 20px;
	background-image: url(../images/ico-arrow-go.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 29px;
	height: 23px;
	line-height: 23px;
}

.statistic-item {
	float: left;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #4B4B4B;
	line-height:20px;
}
.summary .cont .box-lists-type1 .statistic-item {
	width: auto!important;
}
.summary .cont .box-lists-type1 {
	background: none;
	margin: 0;
	padding: 0;
}
.statistic-item-last {
	float: left;
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.statistic-item span{
	color: #EC008C;
}

.statistic-total {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #A2A2A2;
	margin-top: 5px;
	padding-top: 5px;
}

/* get new tier block */

.get-new-tier-box {
	height:165px;
	background-image: url(../images/get-next-tier.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.get-new-tier-box h2{
	width: 250px;
	margin:0;
	padding-top:30px;
	font-size:24px;
	
}
.get-new-tier-box button.pink-tr {
	margin:30px 0 0 0 ;
}


/*** Progress Bar (in search) ********/
.wrap-progress-bar {
	margin: 5px auto;
	width: 174px;
}	
.progress-bar {
	background-image: url(../images/rating-slider-bg-dotted.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 22px;	
	position: relative;
	clear: both;
}

.progress-bar .cursor {
	position: absolute;
	top: 0px;
	width: 23px;
	height: 22px;
	background-image: url(../images/rating-slider-star.png);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}
/*** End Progress Bar (in search) ****/

/** Page Search Result ***************/

/**** Serch Filter ****/

.search-filter {
	background-image: url(../images/search-filters-bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 230px;
}

.search-filter .top{
	background-image: url(../images/search-filters-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 20px;
}

.search-filter .title{
	background-image: url(../images/search-filters-title-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 24px;
	float: left;
	
}

.search-filter .title h2{
	background-image: url(../images/search-filters-title-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 24px;
	float: left;
	padding: 0 20px 0 15px;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}

.search-filter .cont{
	background-image: url(../images/search-filters-bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 5px 20px 15px 20px;
}
.search-filter .public {
	margin-bottom: 5px;
	padding:5px 10px 15px 10px;
}
.search-filter .public p{
	margin-bottom: 5px;
}

p.rating-procent {
	background-image: url(../images/ico-thumbup.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 23px;
	height: 21px;
}
.search-filter .sel{
	width: 180px;
}

.search-filter .inp-text{
	width: 180px;
}

.search-filter .form-element-checkbox {
	margin-left:40px;
}

/**** End Serch Filter ********/

/*** Box Sort *****************/
.box-sort {
	background-image: url(../images/filter-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 648px;
	height: 32px;
	margin-bottom: 23px;
	line-height: 32px;
	padding: 0 15px;
}

/*** End Box Sort *************/

.info {
	border-bottom: 1px solid #A9A9A9;
	padding-bottom: 15px;
}

.item {
	border-bottom: 1px solid #A9A9A9;
	padding-bottom: 15px;
	margin-bottom: 23px;
	overflow: hidden;
}

.item .pic {
	float: left;
	border: 1px solid #C8C8C8;
	padding: 3px;
	width: 107px;
	text-align: center;
}

.item .descr {
	float: right;
	width: 547px;
}

.item .descr a,
.item .descr a:visited{
	text-decoration: none;
}

.item .descr a:hover{
	text-decoration: underline;
}

.item .descr h3{
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.item .descr p{
	margin-bottom: 5px;
}
.item .descr .info{
	clear: both;
	border: 1px solid #C8C8C8;
	height: 63px;
	overflow: hidden;
	padding: 0;
}
.item .descr .rating {
	border-right: 1px solid #C8C8C8;
	float: left;
	padding: 8px;
	height: 47px;
	width: 107px;
}
.item .descr .address {
	border-right: 1px solid #C8C8C8;
	float: left;
	padding: 8px;
	height: 47px;
	width: 234px;
}
.item .descr .phone {
	padding: 8px;
	width: 140px;
	float: left;
}



.item .descr .info-table{
	clear: both;
	border: 1px solid #C8C8C8;
	padding: 0;
	border-collapse:collapse;
}
.item .descr .info-table-rating {
	border: 1px solid #C8C8C8;
	padding: 8px;
	width: 107px;
	vertical-align:top;
}
.item .descr .info-table-address {
	border-right: 1px solid #C8C8C8;
	padding: 8px;
	width: 234px;
	vertical-align:top;
}
.item .descr .info-table-phone {
	padding: 8px;
	width: 140px;
	vertical-align:top;
}






/** End Page Search Result ***********/

/*** Pager ***************************/
.pager {
	position: relative;
	text-align: center;
}
.pager .page{
	position: absolute;
	left: 0px;
	top: 0px;
}
.pager ul{
	list-style: none;
	display: inline;
}
.pager ul li{
	list-style: none;
	display: inline;
	padding: 0 3px;
}
/*** End Pager ***********************/

/*** Tabs *******************************/
.wrap-tabs {
	padding-top: 10px;	
}

ul.tabs {
	display: block;
	overflow: hidden;	
	height: 54px;
	margin: 0;
	padding: 0 0 0 10px;
	background-image: url(../images/tabs-bg-top.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

ul.tabs li{
	display: block;
	float: left;
	overflow: hidden;	
	height: 31px;
	background-image: url(../images/tab-bg-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 4px;
}
ul.tabs li a,
ul.tabs li a:visited{
	display: block;
	float: left;
	overflow: hidden;	
	height: 31px;
	background-image: url(../images/tab-bg-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 8px;
	font-size: 14px;
	color: #4A4A4A;
	text-decoration: none;
	line-height: 31px;
}
ul.tabs li.active{
	background-image: url(../images/tab-active-bg-left.gif);
}
ul.tabs li.active a,
ul.tabs li.active a:visited{
	background-image: url(../images/tab-active-bg-right.gif);
	color: #fff;
}

.tab-content {
	padding-top: 10px;
}

.tab-content form{
	background-image: url(../images/tabs-bg-bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 30px;
}

.deliver-block-form {
	border-bottom: 1px solid #ABABAB;
	padding-top: 10px;
	margin-bottom: 20px;
}

.tab-content h3{
	font-weight: bold;
	color: #323232;
}
.removal {
	color: #8A8A8A;
	padding-top: 25px;	
}

.removal h3{
	font-weight: normal;
	color: #8A8A8A;
	margin-bottom: 10px;
}
.removal p{
	color: #8A8A8A;
	background-image: url(../images/attention.gif);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 40px;
	padding-left: 50px;
	
}
/*** End Tabs ***************************/

/*** Summary box ************************/

.summary {
	width: 678px;
	background: #E4E4E4;
	overflow: hidden;
	margin-bottom: 30px;
}
.summary .top {
	height: 24px;
	background-image: url(../images/summarybox-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.summary .top .title{
	float: left;
	height: 24px;
	background-image: url(../images/summarybox-title-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.summary .top .title h3{
	float: left;
	height: 24px;
	background-image: url(../images/summarybox-title-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding:  0 20px;
	color: #EC008C;
	font-weight: bold;
}
.summary .cont {
	padding: 20px;
	overflow: hidden;
	background-image: url(../images/summarybox-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.summary .cont .statistic-item {
	line-height: 1.5;
	width: 45%;
}

.summary .data {
	width: 235px;
	float: left;
}

.summary .total-rating {
	clear: both;
	border-top: 1px solid #BBBBBB;
	padding-top: 10px;
	line-height: 2;
}
/** Graphic *******************************/
.rating-graphic {
	float: right;
	width: 265px;
	background-color: #fff;
	border: 1px solid #C8C8C8;
	padding: 10px;	
}
.wrap-graphic {
	width: 190px;
	margin: 0 auto;	
}
ul.legend-y {
	display: block;
	float: left;
	width: 50px;
	list-style: none;
	padding: 22px 0 0 0;
	margin: 0;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
}
ul.legend-y li{
	display: block;
	width: 50px;
	list-style: none;
	background-image: url(../images/rating-graph-mark-left.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: left;
	padding: 0;
	margin: 0;
}
.wrap-graphic-inner {
	float: left;
	width: 120px;	
}
ul.legend-x {
	display: block;
	float: none;
	width: 140px;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	margin-left: -10px;
}
ul.legend-x li{
	display: block;
	float: left;
	width: 20px;
	list-style: none;
	background-image: url(../images/rating-graph-mark-top.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0;
	margin: 0;
}
.graphic {
	width: 120px;
	/*height: 100px;*/
	border-top: 2px solid #4C4C4C;
	border-left: 2px solid #4C4C4C;	
	padding: 2px 0 0 0;
}
.graphic .item{
	background-image: url(../images/rating-graph-bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 19px;
	margin-bottom: 1px;	
	padding: 0;
	border: none;
}
/** End Graphic ****************************/
.statistic-item .listed,
.statistic-item .number {
	display: block;
	float: left;
}
.statistic-item .listed {
	width: 250px;
	color: #4B4B4B;
}
.statistic-item .listed,
.statistic-item .number {
	display: block;
	float: left;
}
.wrap-stars {
	float: left;
	margin-top: -5px;	
}
.summary-box {
	float: right;
	width: 325px;
	background-image: url(../images/summary-whitebox-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	margin-top: -10px;
}
.summary-box .cont {
	background-color: #fff;
	background-image: url(../images/summary-whitebox-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding: 10px 20px 10px 20px;
	text-align: center;
	font-size: 14px;
}
.summary-box a.link-btn {
	margin: 10px auto 0 auto;
}

	
/*** End Summary box ********************/

/*** Box  Categories Items ***************/
.box-categories-items {
	padding: 0!important;
	margin-bottom:10px;
}

.box-categories-items .title {
	border-bottom: 1px solid #646464;
	margin-bottom: 10px;
	padding-bottom: 5px;
	overflow: hidden;
}

.box-categories-items .title a,
.box-categories-items .title a:visited{
	display: block;
	float: left;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
}

.box-categories-items .title a.minus,
.box-categories-items .title a.minus:visited{
	background-image: url(../images/ico-minus.gif);
}

.box-categories-items .title a.plus,
.box-categories-items .title a.plus:visited{
	background-image: url(../images/ico-plus.gif);
}

.box-categories-items .item {
	border-bottom: 1px solid #A9A9A9;
	margin-bottom: 25px;
}
.item .descr h3 {
	display: block;
	margin-bottom: 5px;	
}
.item .data {
	float: left;
	width: 355px;
}

.data-param {
	clear: both;
	float: left;
	width: 125px;
	padding-bottom: 10px;
	color: #EC008C;
}

.data-value {
	float: left;
	width: 227px;
	padding-bottom: 10px;
}

.item .options {
	float: right;
	width: 190px;
	border-top: 1px solid #AAAAAA;	
}

.item .final .options {
	position: relative;
	top: 22px;
}

.item .options a,
.item .options a:visited{
	display: block;
	width: 180px;	
	border-bottom: 1px solid #AAAAAA;
	height: 25px;
	font-size: 11px;
	line-height: 25px;
	padding-left: 7px;
	text-align: left;
	text-transform: uppercase;
}
.item .accessories {
	color: #EC008C;
	font-weight: bold;
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
/*** End box Categories Items ************/

/*** Messages ****************************/
.message {
	width: 679px;
	background-image: url(../images/system-message-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;	
	margin: 0 auto 30px auto;
}
.message .top{
	background-image: url(../images/system-message-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
}
.message .bottom{
	background-image: url(../images/system-message-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;
}
.message .cont{
	background-color: #EC008C;
	min-height: 55px;
	width: 474px;
	padding: 20px 20px 0 115px;
	background-position: 10px top;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
}
.message .cont.system{
	background-image: url(../images/system-message-ico.gif);
}

/*** End Messages ************************/
/*** End Viewer pages **********************************/

.form-row-element .form-row-element {
	clear: none;
	float: left;
	padding-right: 20px;
}
.form-row-element .form-row-element label {
	/*width: 40px;*/
	clear: none;
	float:none;
	padding-left: 0;
}

 /*** Grid ****************************************/
 .grid {
 	background-image: url(../images/tabs-bg-bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 50px;
 }
 .grid-title {
 	background-image: url(../images/filter-bg.gif);
 	background-repeat: no-repeat;
 	background-position: left top;
 	height: 24px;
 	overflow: hidden;
 	padding: 8px 12px 0;
 }
 
 .cell{
 	float: left;
 	text-align: center;
 	color: #323232;
 }
 
 .grid-title .cell{
 	border-right: 1px solid #323232;

 }
 .cell-id {
 	width: 82px;
 }
 .cell-date {
 	width: 98px;
 }
 .cell-purpose {
 	width: 186px;
 }
 .cell-amount {
 	width: 140px;
 }
 .cell-view {
 	width: 58px;
 }
 
 .grid-title .cell-view{
 	border-right: none;
 }
 
 .grid-row {
 	overflow: hidden;
 	border-bottom: 1px solid #ABABAB;
 	padding: 10px 12px;
 } 
 .grid-row .cell-view {
 	text-align: right;
 }
 /*** End Grid ************************************/
 
 .big-pink-attention {
 	width: 678px;
 	background-color: #EC008C;
 	background-image: url(../images/renewalbox-bottom.gif);
 	background-position: left bottom;
 	background-repeat: no-repeat;
 	margin-bottom: 30px;
 }
 .big-pink-attention .cont{
 	background-image: url(../images/renewalbox-top.gif);
 	background-position: left top;
 	background-repeat: no-repeat;
 	padding: 23px 15px;
 	overflow: hidden;
 }
 .big-pink-attention .c-left{
 	width: 340px;
 	float: left;
 	border-right: 1px solid #fff;
 	padding-right: 25px;
 	color: #fff;
 	font-size: 14px;
 }
 .big-pink-attention .c-right{
 	width: 260px;
 	float: right;
 	text-align: center;
 	color: #fff;
 	font-size: 28px;
 }
 .big-pink-attention .atten {
 	background-image: url(../images/ico-important2.gif);
 	background-position: left 5px;
 	background-repeat: no-repeat;
 	padding-left: 85px;
 	min-height: 80px;
 	color: #000;
 	font-size: 18px;
 	margin-bottom: 15px;
 }
 
/*** Messager **********************************/
.item-message {
	border-bottom: 1px solid #C8C8C8;
	overflow: hidden;
	margin-bottom: 25px;
}

.item-message .title {
	font-size: 18px;
	color: #4B4B4B;
	padding-bottom: 10px;
}
.item-message .box-info {
	border: 1px solid #C8C8C8;
	overflow: hidden;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.item-message .description, .item .description{
	color: #8A8A8A;
	margin-bottom: 10px;
}

.description span{
	display: none;
}

.item-message .reply, .item .reply {
	background-image: url(../images/mark-message.gif);
	background-position: 20px top;
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-bottom: 30px;
	color: #8A8A8A;
	min-height: 40px;
}

.item-message .reply p, .item .reply p{
	border-bottom: 1px solid #EC008C;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #000;
}

.item-message .box-info .f-r {
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #4B4B4B;
	margin-top: 3px;
}

.item-message .box-info .date {
	font-style: italic;
	color: #8A8A8A;	
}

.item-message .form-row-element {
	float: left;
	clear: none;
	padding: 10px 0 0 0;
}

.item-message .form-row-element label{
	display: none;
}

.item-message .box-info .form-row-element {
	float: right;
	clear: none;
	margin-bottom: 0;
	width: 50px;
	padding-top: 3px;
}

.item-message .box-info .form-row-element label{
	display: block;
	float: left;
	clear: none;
	padding-right: 10px;
}

.item-message textarea {
	width: 625px; 
	height: 78px;
	border: 1px solid #C1C1C1;
	font-family: Arial;
	font-size: 12px;
}

.item-message button.pink {
	margin: 0 10px 10px 200px;	
}
	
/*** End Messager ******************************/

.box-lists a.view {
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	margin-bottom: 10px;
}

.report-description {
	width: 300px;
	clear: both;
	float: left;
	overflow: hidden;
}

.total-review {
	clear: both;
	border-top: 1px solid #BBBBBB;
	padding: 10px 0;
	line-height: 2;
}

.box-lists .grid {
	background: none;
	padding-bottom: 10px;
}

.cell-id-report {
	width:120px;
}

.cell-purpose-report {
	width: 150px;	
}

.cell-amount-report {
	width:140px;
	border: none!important;
}

.grid-row .cell-amount-report {
	color: #EC008C;
	font-weight: bold;
}

.wrap-graphic-with-notice .wrap-graphic-inner{
	width: 470px;
}

ul.legend-y.notice {
	width: 230px;
	padding-top: 3px;
	padding-left: 20px;
	font-size: 1.3em;
}

ul.legend-y.notice li {
	width: 520px;
	background: none;
	font-size: 14px;
}

.wrap-graphic-with-notice .graphic {
	float: left;
}

.label-position {
	float: left;
	padding-left: 20px;
	width: 255px;
	margin-left:230px;
}

.tab-content .label-position {
	margin-left:20px;
}

.label-price {
	float: left;
	width: 100px;
}
.wrap-venue {
	float: left; 
	width: 210px;
} 
.wrap-venue .venue-btn button.pink {
	margin-left: 35px!important;
}

/*** Calendar *****************************************/
.month-year {
	width: 280px;
	height: 38px;
	margin: 10px auto;
	padding: 0;
	background-image: url(../images/btn-black38-right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.month-year .wrap {
	width: 246px;
	height: 38px;
	margin: 0;
	padding: 0 5px 0 17px;
	background-image: url(../images/btn-black38-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.choose-month {
	float: left;
	width: 130px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 38px;
}
.choose-year {
	float: right;
	width: 85px;	
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 38px;
}
.month-year a.prev {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/arrow2-left.png);
	width: 6px;
	height: 12px;
	position: relative;
	top: 13px;
}
.month-year a.next {
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/arrow2-right.png);
	width: 6px;
	height: 12px;
	position: relative;
	top: 13px;
}

.calendar {
	width: 672px;
	height: 410px;
}

.slider-wrap {
	overflow: hidden;
	position: relative;
}

.calendar .slider {
	position: relative;
	top: 0; 
	left: 0;
}

.calendar-wrap {
	position: absolute;
	top: 0; 
	left: 0;
}

.row {
	overflow: hidden;
	margin-bottom: 1px;
}

.day {
	float: left;
	width: 93px;
	margin-right: 1px;
	border: 1px solid #C3C3C3; 
	height: 62px;
	position: relative;
}

.row-title .day {
	border: none;
	width: 95px;
	background-image: url(../images/calendar-grid-head-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 26px;	
}

.day.day-other-month {
	width: 95px;
	border: none; 
}

.day span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/calendar-day-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 36px;
	height: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	color: #464646;	
}

.day.sunday {
	border: 1px solid #F9B3DD;  	
}

.day.today {
	border: 1px solid #EE1E9A;  	
}

.day.sunday span {
	background-image: url(../images/calendar-day-bg2.gif);
	color: #fff;
}

a.event {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 5px;
	width: 23px;
	height: 30px;
	background-image: url(../images/calendar-flag2.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
a.past-event {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 5px;
	width: 23px;
	height: 30px;
	background-image: url(../images/calendar-flag1.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
/*** End Calendar *************************************/

/*** Page Potential Customer **************************/
.wrap-customers {
	overflow: hidden;
	/*border-top: 1px solid #A9A9A9;*/
	border-bottom: 1px solid #A9A9A9;
	padding-top: 10px;
	margin-bottom: 10px;
}
.item-customer {
	margin-bottom: 20px;	
}
.item-customer .title{
	font-size: 18px; 
	color: #7B7B7B;
	overflow: hidden;
	margin-bottom: 5px;
}
.item-customer .title a{
	font-size: 12px; 
}
table.box-info {
	border: 1px solid #C8C8C8;
	border-right: none;
	width:100%;
}
table.box-info p{
	margin-bottom: 10px;
}
table.box-info td{
	border-right: 1px solid #C8C8C8;
	padding: 5px 10px 0 10px !important;
}
.td-date {
	width: 73px;
	vertical-align: top;
}
.td-phone {
	width: 110px;	
	vertical-align: top;
}
.td-email {
	width: 290px;	
}
a.email,
a.email:visited {
	display: block;
	height: 16px;
	padding-left: 32px;
	background-image: url(../images/ico-email.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #333333;
}

.filter-form {
 	/*background-image: url(../images/filter-bg.gif);
 	background-repeat: no-repeat;
 	background-position: left top;
 	height: 32px;
 	overflow: hidden;*/
 	padding: 8px 12px 0;
 	margin-bottom:30px;
 	background:#eee;
 	border:1px solid #ccc;
 	position:relative;
}


.filter-form label{
 	padding-right:10px;
 	line-height:30px;
}


.filter-form .form-row-element {
}


.filter-form .filter-form-btn {
	position:absolute;
	padding:0;
	right:10px;
	bottom:10px;
}


.filter-form button.pink-sm {
margin:0px;
}

/*** End Page Potential Customer **********************/
.info-free {
	background-image: url(../images/tip-arrow.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
	padding-left: 5px;
	float: left;
	margin: -20px 0 0 250px;
}
.info-free div{
	background-color: #FFF3FA;
	border: 1px solid #FB98D2;
	padding: 10px;
}
.tip-wrap {
	background-image: url(../images/tip-arrow.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
	padding-left: 5px;
	margin-top: -5px;
	z-index: 100;
}
.tip {
	background-color: #FFF3FA;
	border: 1px solid #FB98D2;
	padding: 10px;
}
.block-grey {
	background-color: #EAEAEA;
	width: 500px;
	padding: 20px;
	margin: 0 auto;
}

.registration .block-grey label {
	padding:5px 0 0 0 !important;
	width: 70px !important;
}
.contact-form .block-grey label {
	padding:5px 0 0 0 !important;
	width: 77px !important;
}



.block-grey .wrap-btn {
	border-top:none;
	clear:both;
	padding: 0;
}
.block-grey textarea {
	border: 1px solid #C6C6C6;
}
.tab-content .form-element.venue-element {
	overflow: visible;	
}
.tab-content .box-categories-items .venue-element{
	margin-left: 30px!important;	
}

.onedit .tab-content .box-categories-items .venue-element{
	margin-left: 10px!important;	
}


.tab-content .box-categories-items .form-element{
	margin-left: 0px!important;
}

.tab-content .box-categories-items .form-element.formelemnt-1row{
	margin-left: 10px!important;
}


.tab-content .venue-add-widget .venue-element {
    padding-left: 0px !important;
    clear: both;
}

.tab-content .room-facility-grid-row .row-item{
    width:92px;
}

.tab-content .room-facility-grid-row.church .row-item{
    width:79px;
}

.tab-content .church .row-item.item-last, .tab-content {
    width:auto;
}

.row-item.item-last {
    width:auto;
    float: right;
}


/*.tab-content .table-times {
	margin-left: -210px;
}*/

.box-categories-items .venue-btn button.pink {
/*	margin: 3px 0 3px 415px;*/
	margin: 3px 0 3px 0px;
}





/* menu plans music samples tabs */

li.menus-list, li.menus-mp3, li.menus-plans {
	list-style:none;
}

.menus-list a{
	background-image: url(../images/ico-menu.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height:46px;
	display:block;
	float:left;
	padding: 5px 5px 5px 40px;;
}

.menus-mp3 a{
	background-image: url(../images/ico-music-sample.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height:46px;
	display:block;
	float:left;
	padding: 15px 5px 5px 45px;;
}


.menus-plans a{
	background-image: url(../images/ico-seating-plan.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height:46px;
	display:block;
	float:left;
	padding: 5px 5px 5px 40px;;
}


/* open times */

.opentime-table {
	border:1px solid #ccc;
	display:table;
	float:left;
	width:338px;
	height:150px;
}

.opentime-table.f-l {
	border-left:none;
}

.opentime-table th{
	padding: 0px 5px;
	background:#f0f0f0;
    width:70px;
    font-weight:normal;
    text-align:right;
	border-right:1px solid #ccc;
	vertical-align:middle;
	height:20px;
	display:table-cell;
}

.opentime-table td{
	padding: 0px 5px;
	font-weight:bold;
    color:#ec008c;
    width:160px;
    vertical-align:middle;
    height:20px;
    display:table-cell;
    
}
img.details-logo {
	width:100px;
}

.prefferences-el {
	margin-left: 250px;
}

.hidden {
	display: none;
}

.registration .prefferences-el {
	margin-left: 0px;
	width:100%;
}/* Blog page*/.start-blog {		font-size:14px;	line-height:24px;	}.start-blog h2 {		margin:20px 0;	font-size:30px;	}.start-blog h3 {		margin:20px 0;	font-size:24px;	line-height:30px;	}.start-blog  p.sign{		font-style:italic;		font-weight:bold;	}



.MooDialog form label {
	float:none;
}

.form-element span table {
	margin: 0 auto;
}

.plus1{
	float: right;
	position: absolute;
	margin-top: 8px;	
	display: inline;
}	

.live-search-container {
	width: 270px;
	position: absolute;
	background-color: white;
	margin-top: 30px;
	border: 1px solid #EC008C;
	padding: 0;
	font-size: 12px;
	text-align: center;
	z-index: 1000;
	line-height: 20px;
	border-radius: 5px;
}

.live-search-container ul{
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

.live-search-container li{
	margin: 0;
	padding: 0;
	text-align: left;	
}

.live-search-container li:HOVER{
	background-color: #FFA3DA;
}

.live-search-container a{
	color: black;
	margin-left: 3px;
	text-decoration: none;
}

.live-search-container a:HOVER{
	color: black;
	text-decoration: underline;
}

.live-search-container .active{
	/*background-color: #efefef;*/
	background-color: #FFA3DA;
}
