@CHARSET "UTF-8";

html, body
{
	padding: 0;
	margin: 0;	
	height: 100%;
	background: #d8004f;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	border-bottom: 0 !important;
}

h1 { font-size: 20pt; }
h2 { font-size: 18pt; }
h3 { font-size: 16pt; }
h4 { font-size: 12pt; }
h5 { font-size: 10pt; }
h6 { font-size: 9pt; }

h1 a
{
	color: #d8004f;
	text-decoration: none;
}

ul, ol, li {
	margin-bottom:0;
	padding: 0;
}





.clear
{
	clear: both;
}


table, td
{
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
}

div#canvas
{
	position: relative;
	margin: 10px;
	background: #fff;
	min-height: 700px;
	min-width: 900px;
}
div#content
{
	min-height: 100%;
}


img.round
{
	position: absolute;
	z-index: 10;
}
img.round1
{
	top: 0px;
	left: 0px;
}
img.round2
{
	top: 0px;
	right: 0px;
}
img.round3
{
	right: 0px;
	bottom: 0px;
}
img.round4
{
	left: 0px;
	bottom: 0px;
}

div#spaceNavigator
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
div#spaceNavigator li
{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
div#spaceNavigator ul
{
	padding: 0;
	margin: 0;
}

.carouselOverflow
{
	height: 100px;
	overflow: hidden;
}

div#spaceNavigator ul, div#spaceNavigator ul li 
{
	width: 100%;
	height: 100%;
}
div#spaceNavigator ul li
{
	background-position: center center;
	background-repeat: no-repeat;
}

.carouselOverflow img.next
{
	position: absolute;
	z-index:10;
	top: 50%;
	right: 0px;
	margin-top: -36px;
}
.carouselOverflow img.back
{
	position: absolute;
	z-index:10;
	top: 50%;
	left: 0px;
	margin-top: -36px;
}
.carouselOverflow img.up
{
	position: absolute;
	z-index:20;
	top: 0px;
	left: 50%;
	margin-left: -36px;
}
.carouselOverflow img.down
{
	position: absolute;
	z-index:20;
	bottom: 0px;
	left: 50%;
	margin-left: -36px;
}
.carouselOverflow img.disabled
{
	display: none;
}

.carouselPhotos .bg
{
	background: url(/fp/images/carousel/decor/bg.png);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}


/* ------------------------------------------------------------------------- */

div#freePositions
{
	position: relative;
}

div#freePositions .title
{
	position: absolute;
	z-index: 10000;
	left: 8em;
	top: 20px;
	white-space: nowrap;
}
div#freePositions .persone1
{
	position: absolute;
	z-index: 500;
	bottom: 0px;
	right: 30px;
	margin-bottom: -158px;
}
div#freePositions .title span.smallhead
{
	font-family: sans-serif;
	font-size: small;
}

div#freePositions .buttons
{
	position: absolute;
	z-index: 10000;
	top: 20px;
	right: 200px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	font-size: 9pt;
	white-space: nowrap;
}
div#freePositions .buttons .ui-state-default
{
	padding: 0.3em;
	padding-top: 0.2em;
	float: left;
	margin-right: 0.7em;
	cursor: pointer;
}
div#freePositions .buttons .ui-icon
{
	float: left;
}
div#freePositions .buttons .text
{
	padding: 0.8em;
}

div#freePositions .menu
{
	position: absolute;
	z-index: 1100;
	bottom: 1em;
	left: 11em;
	width: 50%;
}
div#freePositions .menu .title 
{
	float: none;
	position: static;
	color: #d8004f;
	
}
div#freePositions .menu .element
{
	padding-bottom: 5px;
}
div#freePositions .menu .title a
{
	color: #d8004f;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	font-size: 12pt;
}
div#freePositions .menu .sub
{
	margin-top: -2px;
}
div#freePositions .menu .sub a
{
	color: black;
	font-family: Helvetica, Arial,sans-serif, Verdana !important;
	font-size: 9pt;
}
	
/* ------------------------------------------------------------------- */
div.news
{
	padding: 3em 8em;
	
}
div.news .element
{
	padding: 0.5em 4em 0.5em 0;
	float: left;
	width: 40%;
	height: 9em;
	border-bottom: 1px dotted #ccc;
}
div.news .element .title
{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	font-size: 12pt;
	font-weight: bold;
}
div.news .element .title .date
{
	color: grey;
}
div.news .element .short
{
	padding-top: 0.5em;
	padding-left: 0.5em;
	text-align: justify;
}
div.news .element .href
{
	text-align: right;
	font-family: Helvetica, Arial,sans-serif, Verdana !important;
	font-size: 9pt;
}
div.news .element .href a
{
	color: black;
}
div.news .element .image
{
	float: left;
	margin: 0 0.5em 0.5em 0;
	border: 1px solid black;
}
div.fullNews .title
{
	display: none;
}
div.fullNews .element
{
	padding: 3em 8em;
	font-size: 13pt;
}
div.fullNews .element .href
{
	text-align: right;
	font-family: Helvetica, Arial,sans-serif, Verdana !important;
	font-size: 9pt;
	margin-top: 3em;
	border-top: 1px dotted #ccc;
}
div.fullNews .element .href a
{
	color: black;
}

.feedbackFromLi
{
	background: url(/fp/images/carousel/photos/marka.gif) no-repeat center center;
	margin: 0;
	padding: 0;
}

.feedbackFrom
{
	padding-left: 15%;
	width: 100%;
	height: 100%;
	position: relative;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 10px;
}
.feedbackFrom .connect, .feedbackFrom .contact,  .feedbackFrom .message
{
	border: 1px solid gray;
	background: url(/fp/images/carousel/decor/bg.png);
	clear: both;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
}
.feedbackFrom .submit
{
}
.feedbackFrom input, .feedbackFrom textarea
{
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topright: 6px;
	border: 1px solid black;
}
.feedbackFrom .label
{
	width: 200px;
	float: left;
}




/* Фильтр */
.filter table
{
	width: 100%;
	margin-top: 0.5em; 
}
.filter form
{
	margin: 0;
	padding: 0;
}
.filter form input, .filter form select
{
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topright: 6px;
	border: 1px solid black;
}
.filter form input.from, .filter form input.to
{
	width: 2em;
}
.filter td.first
{
	width: 40%;
}
.filter td
{
	border-right: 1px dotted gray;
	padding: 0.5em;
	padding-top: 0;
}
.filter td.last
{
	border: none;
}
.filter td input, .filter td select
{
	width: 80%;
}
.filter td input.small
{
	width: auto;
}
.filter .submit
{
	width: 100%;
	margin-top: 0.5em;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topright: 0;
	border-left: 0;
	border-right: 0;
}
.filter tr
{
	vertical-align: top;
}

.filter td .label
{
	font-size: small;
	padding-top: 0.5em;
}










/* Список заведений */
div.companyList 
{
	padding-top: 1em;
	margin: 1em 1em 0em 1em;
}
.companyList .element 
{
	border-bottom: 1px dotted gray;
	margin: 0.8em;
	padding-bottom: 0.8em;
}
.companyList .element .listen .element
{
	border: 0;
	display: inline;
	padding: 0;
	margin: 0;
}
.companyList ul.ui-helper-reset li
{
	font-size: 0.7em;
}

.companyList h3, .companyList a
{
	color: #d8004f;
	margin-top: 1em;
}
.companyList a
{
	text-decoration: none;
}

.companyList .info .rating
{
	float: left;
	width: 40%;
}
.companyList .info .commentInfo
{
	float: right;
	width: 40%;
}
.companyList .commentInfo a
{
	border-bottom: 1px dashed #d8004f;
}
.companyList h3
{
	border-bottom: 1px solid gray !important;
	margin: 0.8em -0.8em;
	padding: 1em 0.8em 0.3em 0.8em;
}


/* Отдельно выбранноне заведение */
div.companyView 
{
	padding-top: 1em;
	margin: 1em 1em 0em 1em;
}
.companyView .element 
{
	border-bottom: 1px dotted gray;
	margin: 0.8em;
	padding-bottom: 0.8em;
}
.companyView .element .listen .element
{
	border: 0;
	display: inline;
	padding: 0;
	margin: 0;
}
.companyView ul.ui-helper-reset li
{
	font-size: 0.7em;
}

.companyView h3, .companyList a
{
	color: #d8004f;
	margin-top: 1em;
}
.companyView a
{
	text-decoration: none;
}

.companyView .info .rating
{
	float: left;
	width: 40%;
}
.companyView .info .commentInfo
{
	float: right;
	width: 40%;
}
.companyView .commentInfo a
{
	border-bottom: 1px dashed #d8004f;
}
.companyView h3
{
	border-bottom: 1px solid gray !important;
	margin: 0.8em -0.8em;
	padding: 1em 0.8em 0.3em 0.8em;
}

.companyView .schedule, .companyView .address, .companyView .listen, .companyList .listen, .companyView .info, .companyList .info, .companyView .addComment
{
	margin: 0.5em;
	padding: 0.5em 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.companyView .addComment input, .companyView .addComment textarea
{
	width: 60%;
}

#tabs .ui-helper-reset
{
	font-size: 0.6em !important;
}


.addCompany .button, .addCompany .captcha
{
	padding-top: 5px;
	text-align: center;
}
.addCompany .button input
{
	width: 80%;
}

.addCompany form input, .addCompany form textarea
{
	width: 80%;
}
.addCompany form input.small
{
	width: 3em;
}
	
.addCompany .label
{
	color: gray;
	padding-top: 0.8em;
}

.addCompany .message
{
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	color: green;
	font-weight: bold;
	padding-left: 2em;
}
.addCompany .bad
{
	color: red;
}



/**
* Акции
*/
.actions 
{
	padding: 2em;
	color: gray;
}
.actions .element
{
	border-bottom: 1px dotted gray;
	margin-bottom: 1em;
}
.actions h3
{
	text-align: center;
	font-size: 1.5em;
}
.actions a
{
	color: #d8004f;
	text-decoration: none;
	
}
.actions  .smalldescribe
{
	padding-left: 1em;
	padding-top: 1em;
	font-size: 1.3em;
	font-family: Verdana, Helvetica, Arial,sans-serif !important;
}

.actions .info
{
	padding-top: 1em;
	color: black;
}
.actions .info .price
{
	color: green;
	font-weight: bold;
}

.actions .href
{
	padding: 1em;
	font-size: 1.3em;
}
.actions .href a
{
	background: #d8004f;
	color: white;
	padding: 0.3em;
	font-family: Verdana, Helvetica, Arial,sans-serif !important; 
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topright: 6px;
}

.selectedAction
{
	padding: 2em;
}
.selectedAction ul
{
	padding: 1em 4em;
}
.selectedAction li
{
	padding: 0.5em;
	padding-top: 1em;
}
.selectedAction ul, .selectedAction li
{
	list-style: disc;
	float: none;
	list-style-position: outside;
	list-style-type: disc;	
}
.selectedAction .h
{
	padding-top: 2em;
}

.selectedAction .bigHref a
{
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topright: 6px;
	padding: 0.3em;
	color: white;
	background: #d8004f;
	margin-right: 1em;
	text-decoration: none;
}
.selectedAction .bigHref a.go
{
	font-weight: bold;
}
.selectedAction .bigHref a.green
{
	background: green;
}


.formAction
{
	margin: 2em;
}

.formAction input, .formAction textarea
{
	border: 1px solid black;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	width: 100%;
}

input.redButton
{
	padding: 0.3em;
	color: white;
	background: #d8004f;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	font-weight: bold;
	margin-top: 10px;
}

.selectedAction .message
{
	padding: 3em;
	font-weight: bold;
}

.selectedAction table td
{
	border: 1px solid gray;
	padding-left: 1em;
	background: #FBF5B4;
}
.selectedAction table th
{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	color: #d8004f;
}
.selectedAction table td p
{
	padding: 0;
	margin: 0;
}



.actionInfo
{
	padding: 2em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	font-size: 1.3em;
}


.banners
{
	padding: 2em;
	text-align: center;
}
.banners img 
{
	margin-right: 3em;
}

.copy
{
	font-family: Verdana, Helvetica, Arial,sans-serif !important;
	font-size: 10px;
	text-align: center;
	margin-top: -10px;
	color: #F09EBC;
}