/* SVN FILE: $Id$ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background-color: #cdc8bb;
	color: #69564f;
	font-family: helvetica,arial,sans-serif,'lucida grande',verdana;
	font-size: 11px;
	margin: 0;
}
a {
	color: #ff6800;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #ff6800;
	text-decoration: underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1, h1 a {
	color:#fd6d08;
	font-size:18px;
	font-weight:bold;
	margin:0px 0 10px;
}
h2, h2 a {
	color: #fd6d08;
	font-size: 12px;
	font-weight:bold;
	margin:0px 0 5px;
	padding: 0;
}
h3, h3 a {
	color: #fd6d08;
	font-family: helvetica,arial,sans-serif,'lucida grande',verdana;
	font-size: 11px;
	font-weight:bold;
	margin:5px 0 5px;
}
h4 {
	color: #69564f;
	font-weight: normal;
	font-size: 14px;
	margin:0px 0 5px;
}
ul, ol {
	margin: 0px 2px 0px 10px;
	padding: 0px 0px;
}
li {
	margin: 2px 2px 2px 15px;
	padding: 0px 0px;
}


/* Layout */
#container {
	background-color: #ded9cc;
	padding: 8px 8px 8px 8px;
	text-align: left;
	margin: 10px auto;
	width: 984px;
	position:relative;
}

#header{
	color: #FFFFFF;
}
#header a{
	color: #FFFFFF;
}
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#header .upper_header {
	background: #ded9cc url('../img/header_bkg.png') no-repeat left top;
	height: 86px;
}
#header .logo {
	float:left;
	margin:15px 0 0 25px;
}
#header .user_logout_block {
	float: right;
	margin:59px 20px 0 0;
}
.logout_email {
	margin:0 15px 0 0;
	font-weight:bold;
}
#header .upper_header_right {
	float: right;
	margin:10px 30px 0 0;
}
#header .lower_header {
	height: 34px;
	background: #ded9cc url('../img/menu_bkg.png') repeat-x left top;
	border-left: 1px solid #fd7f26;
	border-right: 1px solid #fd7f26;
}

.orange, .orange a, .important, .important a {
	color: #ff781b !important;
}
.required {
	color: #ff781b;
	font-size: 12px;
	font-weight: bold;
}

#main_container {
	clear: both;
	color: #69564f;
	margin: 0 -10px 0 0;
	padding: 0px 0px 50px 0px;
}

#side_nav {
	min-height: 400px;
	width: 247px;
	float:left;
	overflow: hidden;
}
.side_nav_element {
	
	background: #FFFFFF url('../img/shadow_left.gif') repeat-y right top;
	border: 1px solid #d8d3c6;
	border-bottom: 0 none;
	margin: 4px 2px 0px 0px;
	padding: 15px 20px 15px 10px;
}
.side_nav_element_bottom {
	background: transparent url('../img/shadow_side_bottom.png') no-repeat left top;
	height: 2px;
	width: 243px;
	clear:both;
}
.side_menu_div {
	min-height: 220px;
}
#side_nav ul, #side_nav ol {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	
}
#side_nav li {
	list-style: none;
	margin: 0px 2px -1px 10px;
	padding: 9px 0px;
	border-top: 1px solid #ded9cc;
	border-bottom: 1px solid #ded9cc;
}
#side_nav li li {
	border: 0 none;
	padding:5px 0px 0px 5px;
	background: transparent url('../img/side_menu_list.png') no-repeat 1px 9px;
}
#side_nav li a {
	font-weight: bold;
	color: #69564f;
	margin:0 10px;
	text-transform:uppercase;
	text-decoration: none;
}
#side_nav li li a {
	text-transform: none;
}


#content_container {
	line-height: 1.4;
	float:left;
	/*position:relative;*/
}
#content, #index_content_top {
	background:#FFFFFF url('../img/shadow_left.gif') repeat-y scroll right top;
	border:1px solid #D8D3C6;
	border-bottom: 0 none;
	float:left;
	margin:4px 0 0px;
	min-height:413px;
	overflow:auto;
	padding:20px 32px 23px 30px;
	/*
	min-height:396px;
	padding:20px 32px 40px 30px;
	*/
	width:677px;
}
#content .body {
	text-align: justify;
}
#index_content_top {
	height:250px;
	min-height:250px;
	overflow:hidden;
	padding:0px 3px 0px 29px;
	width:707px;
}
#index_content_top div.main {
	/*background: transparent url('../uploads/images/pradinis/01.png') no-repeat scroll right bottom;*/
	background: transparent url('../img/index_bkg.gif') no-repeat scroll right bottom;
	height: 100%;
	width: 100%;
}
#index_content_top div.text_div {
	font-size:12px;
	height:102px;
	line-height:1.6;
	margin:13px 0 0;
	overflow:hidden;
	width:345px;
}
#index_content_top h1 {
	width: 480px;
	height: 60px;
	font-size: 22px;
}
#main_top_links a {
	display:block;
	float:left;
	font-size:12px;
	height:18px;
	padding:9px 0 7px;
	text-align:center;
	width:134px;
	font-weight:bold;
}
#main_read_more {
	background: transparent url('../img/main_read_more.png') no-repeat left top;
	color:#FFFFFF;
}
#main_view_video {
	background: transparent url('../img/main_view_video.png') no-repeat left top;
	color:#69564f;
	margin: 0 0 0 15px;
}
.content_bottom {
	background: transparent url('../img/shadow_bottom.png') no-repeat scroll left top;
	height: 3px;
	width: 740px;
	clear: both;
}
.index_bottom_block {
	background: transparent url('../img/small_block.png') no-repeat scroll left top;
	float:left;
	height:170px;
	margin:3px 3px 0 0;
	padding:10px 20px 25px;
	width:205px
}
.index_bottom_block .text_div {
	height:110px;
	margin:10px;
	overflow:hidden;
	line-height: 1.41;
}
.bottom_block_1 h3 {
	background: transparent url('../img/sauktukas.png') no-repeat scroll left top;
	padding: 12px 5px 15px 50px;
}
.bottom_block_2 h3 {
	background: transparent url('../img/klaustukas.png') no-repeat scroll left top;
	padding: 12px 5px 15px 50px;
}
.bottom_block_3 h3 {
	background: transparent url('../img/loginas.png') no-repeat scroll left top;
	padding: 12px 5px 15px 60px;
}
#newsletter_block h3 {
	background: transparent url('../img/naujienlaiskis.png') no-repeat scroll left top;
	padding: 12px 5px 15px 60px;
}

#newsletter_block input, #newsletter_block label  {
	margin:5px 5px 5px 0px;
	float: left;
}
.checkbox label  {
	float: left;
	margin:3px 5px 0px 0px;
}
.checkbox {
	padding:0px;
	margin: 0px;
	height: 15px;
	line-height: 18px;
}

#newsletter_block {
	background: transparent url('../img/small_block.png') no-repeat scroll left top;
	height:180px;
	margin:4px 0;
	padding:11px 28px;
	width:190px;
}

#footer {
	font-weight: normal;
	background-color:#746057;
	clear:both;
	color:#CFC6C2;
	display:block;
	height:15px;
	padding:15px 30px;
}

#footer a{
	font-weight:normal;
	color: #FFF;
}
#footer span{
	color: #a4968f;
}

/* Tables */
/*
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 0px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
*/
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 5px;
	margin-bottom: 25px;
	font-size:12px;
	font-weight:bold;
}
div.paging div.disabled {
	color: #69564F;
	display: inline;
}
div.paging span {
	padding: 2px 5px;
}
div.paging span.current {
	color: #69564F;
}
div.paging span a {
	font-weight:bold;
}
div.goleft {
	margin: 2px 2px;
}
div.page_arrows a {
	font-weight:bold;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {

}
fieldset {
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 5px 5px;
	display: block;
	width: 200px;
}
fieldset legend {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}
fieldset label {
	margin-top: 0px;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
/*
form div {
	clear: both;
	margin-bottom: 0;
	padding: 0;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}*/
label, .label {
/*
	font-weight: normal;
	padding: 0px;
	margin: 2px 2px 0 0;
	float: left;
*/
	display: block;
	margin:5px 5px 0 0;
	font-weight:bold;
	
}

input, textarea {
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 11px;
}

select {
	clear: both;
	font-size: 13px;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 13px;
	padding: 0 3px;
}

textarea {
	background-color:#EDE9DE;
	border:1px solid #CDC8BB;
	color:#69564f;
	font-size:11px;
	height:80px;
	line-height:13px;
	margin:0 2px 0 0;
	padding:4px 6px;
	width: 440px;
	overflow: auto;

}
textarea:focus {
	background-color: #ebebdf;
	border: 1px solid #9b8c87;
	color: #725f58;
}

input[type=checkbox] {
	clear:left;
	float:left;
	margin:5px 6px 2px 0px;
	padding:0;
	width:auto;
	/*
	border: 0 none;
	margin: 0px 6px 7px 2px;*/
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=text], input[type=password] {
	background-color:#EDE9DE;
	border:1px solid #CDC8BB;
	color:#69564f;
	font-size:11px;
	height:14px;
	line-height:13px;
	margin:0 2px 0 0;
	padding:4px 6px;
	width:168px;
}
#header_search input[type=text] {
	padding:2px 6px;
}
input[type="image"] {
	margin:0 0 0 0;
	vertical-align:top;
}
input[type=text]:focus, input[type=password]:focus, .active_input {
	background-color: #ebebdf;
	border: 1px solid #9b8c87;
	color: #725f58;
}
.inactive_color {
	color: #A2988E !important;
}
input[type=submit], input[type=reset] {
	background-color:#EAEAEA;
	border:1px solid #C3C3C3;
	color:#505050;
	font-size:11px;
	font-weight:bold;
	
	padding:2px 5px;
	margin:0px 5px 0px 0px;
	width:auto;
	/*
	height:20px;
	line-height:15px;
	*/
}
input[type=submit]:focus, input[type=submit]:hover, input[type=reset]:focus, input[type=reset]:hover  {
	background-color:#6a6a6a;
	border:1px solid #6a6a6a;
	color:#ffffff;
	cursor:pointer;
}

/* Notices and Errors */
div.message {
/*
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;*/
}
input.form-error {
	border: 1px solid #ff3600;
}
#MailerConsultationForm div.error-message,
#CategoryOrderForm div.error-message {
	/*display: none;*/
}
div.error-message {
	background: transparent url("../img/error_x.png") no-repeat left center;
	float:left;
	color:#FF3600;
	font-size:11px;
	font-weight:bold;
	margin:5px 0px 0px 5px;
	padding:0 0 0 19px;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 11px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

.clear {
	clear: both;
	height: 0px;
	line-height:0px;
	font-size:0px;
}

.input_help {
	font-size: 10px;
	color: #3E74A4;
	margin: 0 0 15px;
}


/*
#flashMessage {
	display: block;
	background: #e3fed1 url('../img/tick_circle.png') no-repeat 5px center;
	border: 1px solid #9adf8f;
	color: #555;
	font-weight: normal;
	padding:6px 6px 6px 25px;
}
*/
#flashMessage {
	background: transparent url('../img/flash_ok.png') no-repeat left center;
	border: 0 none;
	color: #1d7c00;
	display:block;
	font-size: 11px;
	font-weight: bold;
	/*float: left;
	top:-10px;
	left:0;
	z-index:100;
	position:absolute;
	width:640px;
	margin:15px 0 10px;
	*/
	
	
	margin:15px 0 0px;
	padding:0px 0px 0px 20px;
	
	
	

}

.error_message {
	background: transparent url('../img/error_x.png') no-repeat left center !important;
	border: 0 none !important;
	color: #ff3600 !important;
}
#closeFlashMessage {
	/*background: transparent url('../img/cross_small.png') no-repeat 0 0;
	float:right;
	height:7px;
	width:7px;
	cursor: pointer;*/
	display: none;
}

.simple_label {
	margin-top: 10px;
	display: block;
	font-weight: bold;
	color: #9D9788;
}

.simple_value {
	color: #69564f;
	display: block;
	font-weight: normal;
}

.user_login_block .ale_form{
	margin:8px 7px;
}
#UserLoginForm a {
	color:#69564F;
	font-size:10px;
	font-weight:bold;
}
#UserLoginForm input[type="text"], #UserLoginForm input[type="password"] {
	width: 170px;
	margin: 6px 0;
}
#UserLoginForm input#UserPass {
	margin: 6px 0 0;
}
#UserLoginForm .submit_as_link, #MailerNewsletterForm .submit_as_link {
	background: transparent url('../img/submit_arrow.png') no-repeat  left center;
	border:0 none;
	color:#FF791C;
	font-size:12px;
	font-weight:normal;
	padding:1px 0 3px 4px;
	float: right;
	margin: 4px 7px 0 0;
	letter-spacing:-1px;
	
}
#UserLoginForm .submit_as_link:focus, #UserLoginForm .submit_as_link:hover, #MailerNewsletterForm .submit_as_link:focus, #MailerNewsletterForm .submit_as_link:hover {
	text-decoration:underline;
}
label[htmlFor="UserRemember"], label[for="UserRemember"] {
	font-weight: bold;
	font-size: 10px;
	padding: 0px;
	margin: 5px 2px 0 0;
	float: left;
}
ul.main_menu_list {
	
	border:0 none;
	display:block;
	list-style-type:none;
	margin:0;
	padding: 0px 0px 0px 0px;
}

.main_menu_item {
	background-image:none;
	list-style-image:none;
	list-style-type:none;
	background:transparent none repeat scroll 0;
	border:0 none;
	float:left;
	display:block;
	/**/

	/**/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	z-index:5;
	text-align: center;
}
.main_menu_item a {
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	padding:10px 0px;
	margin:0px 0px 0px 0px;
	width: 140px;
	/**/
	
	/**/
	margin: 0 auto;
	display:block;
	
}
.first_menu_leaf, .first_menu_leaf a {
	width: 151px;
}
.last_menu_leaf, .last_menu_leaf a {
	width: 131px;
}

.main_menu_item a:hover {
	background: transparent url('../img/menu_active.png') repeat-x left top;
}

.goleft {
	float: left;
}

.admin_edit_page_block {

/*	position: absolute;
	float:left;
*/
	margin:-10px 0 10px;
}
#language_switch  {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	margin:0 0 8px;
}
#language_switch .active {
	color: #fd6c07;
}

#header_links div{
	display:block;
	float:left;
	width:69px;
	margin: 0px 0px 8px;
}
#header_links a{
	font-size:10px;
	font-weight:bold;
	padding:0px 0px 0px 13px;
}

#header_links .first {
	text-align: left;
}
#header_links .first a{
	background: transparent url('../img/head_home.png') no-repeat left center;
}
#header_links .second {
	text-align: center;
}
#header_links .second a{
	background: transparent url('../img/head_contacts.png') no-repeat left center;
}
#header_links .third {
	text-align: right;
}
#header_links .third a{
	background: transparent url('../img/head_forum.png') no-repeat left center;
}

#header_search label {
	display: none;
}

#player {
	margin: 10px auto;
	display:block;
	width:480px;
	height:380px;
	color:#262626;
	/*border: 2px solid #FE7110;*/
	background: #262626 url('../img/player_bkg_gray.png') no-repeat  center center;
}
a.flashPlayer {
	margin: 10px auto;
	display:block;
	width:480px;
	height:380px;
	color:#262626;
	/*border: 2px solid #FE7110;*/
	background: #262626 url('../img/player_bkg_gray.png') no-repeat  center center;
}

.image_on_left {
	float: left;
	margin: 3px 15px 7px 0;
}
.image_on_right {
	float: right;
	margin: 5px 0 7px 15px;
}
.category_manage_block {
	float:left;
	margin: 0px 50px 0px 0px;
}
.category_manage_block input[type=checkbox]{
	margin: 0px 6px 2px 0px;
}
.category_language {
	font-size: 12px;
	font-weight: bold;
}
.categories_manage_main {
	border: 1px solid #d3d3d3;
	display:block;
	float:left;
	padding:15px;
}

.admin_menu_public {
	margin: 2px 10px;
	text-align:right;
}

.admin_menu_public ul a{
	color: #66534c;
	font-size: 12px;
	font-weight: bold;
}
.admin_menu_public ul {
	display:inline;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
}
.admin_menu_public ul li {
	display:inline;
	position: relative;
}
.admin_menu_public ul li:hover ul {
	display: block;
	top: 15px;
	left: 0px;

}
.admin_menu_public ul li ul {
	display:none;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
.admin_menu_public ul li ul li {
	display:inline-block;
	margin: 0px;
	padding: 0px;
}
.admin_menu_public ul li ul li a{
	display:block;
	width: 200px;
	margin: -1px 0 0px;
	padding: 5px 10px;
	border: 1px solid #66534c;
	background-color: #fff;
}

.consultation_text, .users_text {
	float: left;
}
.consultation_label, .users_label {
	color:#69564F;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin:4px 0 0 7px;
}

/*#MailerConsultationForm .form_button_light, #MailerConsultationForm  .form_button_dark {*/
input.form_button_light, input.form_button_dark,
input.form_button_light:hover, input.form_button_dark:hover,
input.form_button_light:focus, input.form_button_dark:focus {
	border:0 none;
	width: 110px;
	height: 33px;
	font-size: 12px;
	font-weight: normal;
	font-family: helvetica,arial,sans-serif,'lucida grande',verdana;
}

input.form_button_light, input.form_button_light:hover, input.form_button_light:focus {
	color: #69564f;
	background: transparent url("../img/button_light.png") no-repeat left top;
}
input.form_button_dark, input.form_button_dark:hover, input.form_button_dark:focus {
	color: #ffffff;
	background: transparent url("../img/button_dark.png") no-repeat left top;
}
.side_categories_list li ul {
	display: none;
}
.product_short_photo {
	float: left;
	height: 130px;
	width: 130px;
	margin: 0px 10px 0px 0;
}
.product_short_title, .product_short_title a {
	font-size:14px;
	color: #69564F;
	margin:0 0 10px;
}
.product_short_description {
	text-align: justify;
	cursor: pointer;
	/*min-height:83px;*/
	margin:0 0 3px;
	font-size:12px;
	line-height:1.47;
	/*float: left;*/
}
.product_short_order {
	float:right;
	margin: 0px 0 0;
	text-align:right;
}
.category_short_photo {
	float: left;
	height: 130px;
	width: 130px;
	margin: 3px 10px 5px 0px;
	
}
.category_short_title, .category_short_title a {
	color: #FF6800;
	margin:0 0 13px;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}
.category_short_description {
	text-align: justify;
	cursor: pointer;
	/*float: left;*/
}
.category_products_photos {
	display: none;
}

.link_with_arrow {
	background: transparent url('../img/submit_arrow.png') no-repeat  left 5px;
	color:#FF791C;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0 0 0 10px;
}
.link_back {
	background: transparent url('../img/back_arrow.png') no-repeat  left 5px;
	color:#FF791C;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0 0 0 10px;
}
.order_label {
	color:#69564F;
	float:left;
	width:200px;
	font-weight: bold;
	margin:3px 15px 0 0;
}
.order_label_attributes {
	color:#69564F;
	display:block;
	font-weight:bold;
	margin:0 0 5px;
}

.order_input {
	float:left;
	width: 50px;
}
.order_input input[type=text] {
	width: 38px;
}
.order_unit {
	color:#69564F;
	float: left;
	font-weight: bold;
	margin: 6px 0px 0px 10px;
}

#forum_path a, #forum_path {
	font-size: 14px;
	font-weight: bold;
}

.rowToClick {
	cursor: pointer;
}
.listTable tbody .hoverRow{
	background-color: #f6f3ec;
}
.listTable {
	width: 100%;
}
.listTable, .listTable a {
	font-size: 12px;
}

.listTable th{
	/*background-color: #ede9de;*/
	background: transparent url("../img/forum_header.png") repeat-x left top;
	border-left: 1px solid #forum_header;
	border-right: 1px solid #forum_header;
	margin: 0px;
	padding: 8px 10px;
	white-space: nowrap;
	text-align: left;
	font-weight:normal;
	font-size:12px;
}
.listTable td{
	/*border-bottom: 1px solid #DED9CC;*/
	margin: 0;
	padding: 0px 10px;
	height: 40px;
	background-color: #efebe0;
	line-height:1.1;
	font-size:12px;
	vertical-align:middle;
}
.listTable tr:hover td {
	background-color: #ebe6d9;
}
.listTable .forum_description {
	color: #948e85;
	font-size: 11px;
}
.listTable td a{
	font-weight: bold;
	font-size:11px;
}
td.forum_chat {
	background: #efebe0 url("../img/forum_chat.png") no-repeat 8px center;
	padding: 0px 10px 0 45px;
}
.postsTable {
	width: 100%;
}
.postsTable, .postsTable a {
	font-size: 12px;
}
.postsTable .post_header {
	background-color: #efebe0;
}
.postsTable .post_header td {
	background-color: #efebe0;
	padding: 5px 25px 5px 25px;
	margin: 0px;
}
.postsTable .post_text td {
	background-color: #efebe0;
	padding: 10px 25px 10px 25px;
	font-size:11px;
}
.postsTable .post_footer td {
	background-color: #efebe0;
	padding: 5px 25px 5px 25px;
	margin: 0px;
}
.posts_top_header th {
	background: transparent url("../img/forum_chat.png") no-repeat 20px center;
	padding-right: 25px;
	padding-left: 55px;
}
.posts_top_header {
	background: transparent url("../img/forum_header.png") repeat-x left top;
	width: 675px;
	margin: 0 1px -1px;
}
.post_links {
	color: #a6a193;
}
.post_links a {
	font-weight:bold;
	font-size:11px;
}
.quoted_post {
	color: #918c7f;
}

.index_user_info {
	margin: 10px 10px;
}
.index_user_info a, .content_submenu a {
	background: transparent url('../img/double_arrow.png') no-repeat  left 6px;
	display:block;
	font-size:12px;
	margin:12px 0 10px;
	padding:0 0 0 20px;
	text-transform:lowercase;
}
.double_arrow_link {
	background: transparent url('../img/double_arrow.png') no-repeat  left 6px;
	font-size:12px;
	margin:12px 0 10px;
	padding:0 0 0 15px;
}
.double_arrow_link_dark {
	background: transparent url('../img/double_arrow_dark.png') no-repeat  left 6px;
	font-size:12px;
	margin:12px 0 10px;
	padding:0 0 0 15px;
	color: #676767;
	font-weight: normal;
}
.user_login_block a.link_with_arrow {
	margin: 4px 15px 0 0;
}

#popup_title {
	display: none;
}
.error_message_popup #popup_message {
	background: transparent url('../img/error_x.png') no-repeat 10px center;
	color: #ff3600;
	font-weight:bold;
	padding-left: 30px;
	margin: 20px 0px;
}
.error_message_popup {
	background: 0 none !important;
}
.successfull_message_popup {
	background: 0 none !important;
}
.successfull_message_popup #popup_message {
	background: transparent url('../img/flash_ok.png') no-repeat 10px center;
	color: #1d7c00;
	font-weight:bold;
	padding-left: 30px;
	margin: 20px 0px;
}
#popup_container {
	border:3px solid #3B3330 !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
}
#popup_panel input[type=button] {
	border:0 none;
	width: 70px;
	height: 22px;
	font-size: 12px;
	font-weight: normal;
	font-family: helvetica,arial,sans-serif,'lucida grande',verdana;
	color: #ffffff;
	background: transparent url("../img/button_dark.png") no-repeat left top;
	/*
	width: 110px;
	height: 33px;
	color: #69564f;
	background: transparent url("../img/button_light.png") no-repeat left top;
	*/
}

.border_left {
	border-left: 1px solid #ded9cc;
}

.similar_good {
	float:left;
	margin:0;
	padding:5px 9px 5px 15px;
	width:200px;
}
#product_body {
	font-family: helvetica,arial,sans-serif,'lucida grande',verdana;
	font-size: 12px;
}
#product_body * {
	line-height:1.5 !important;
}
#product_body .image_on_left {
	margin: 4px 15px 0px 0;
}
.horizontal_line {
	border-bottom:1px solid #ded9cc;
	height: 1px;
	line-height:1px;
	font-size:1px;
	margin: 15px 0px;
}

.article_div {
	width: 322px;
	height: 100px;
	float:left;
	overflow: hidden;
}
.certificate_div {
	float:left;
	height:200px;
	overflow:hidden;
	text-align:center;
	width:149px;
	margin:auto 0;
}
.certificate_vertical_line {
	width: 1px;
	border-left:1px solid #ded9cc;
	height: 200px;
	float:left;
	margin: 0 12px;
}
.article_vertical_line {
	width: 1px;
	border-left:1px solid #ded9cc;
	height: 100px;
	float:left;
	margin: 0 15px;
}
.article_short_photo {
	float: left;
	height: 100px;
	width: 100px;
	margin: 0px 10px 5px 0px;
}
.article_short_title, .article_short_title a {
	font-size:12px;
	font-weight: bold;
	margin:0 0 7px;
	line-height: 1.1;
}
.article_short_description {
	text-align: left;
	cursor: pointer;
	min-height:83px;
	margin:0 0 3px;
	line-height: 1.2;
	/*float: left;*/
}
hr {
	border: 0 none;
	border-top: 1px solid #ded9cc;
	height: 0px;
}
hr.dark {
	border: 0 none;
	border-top: 1px solid #000;
	height: 0px;
}

.bottom_links td {
	padding: 3px 15px 3px 15px;
	width: 200px;
	vertical-align: top;
	text-indent: -15px;
}

.bottom_links td.border_left {
	padding-left:30px;
	border-left: 1px solid #ded9cc;
}
.bottom_links td.border_left_dark {
	padding-left:30px;
	border-left: 1px solid #000;
}

#fancybox-left-ico, #fancybox-right-ico {
	width: 36px;
	height: 36px;
}
#fancybox-right:hover span {
	right:7px;
}
#fancybox-left:hover span {
	left:7px;
}
#fancybox-close {
	/*background:transparent url(../img/fancybox/fancy_close.png) no-repeat scroll left top;*/
	height:18px;
	right:5px;
	top:5px;
	width:18px;
}

#fancybox-title-wrap span {
	float: none;
}

#fancybox-title-left, #fancybox-title-main, #fancybox-title-right {
	background: 0 none;
}
#fancybox-title-left, #fancybox-title-right {
	display: none;
}
div#fancy-bg-n, div#fancy-bg-ne, div#fancy-bg-e, div#fancy-bg-se, div#fancy-bg-s, div#fancy-bg-sw, div#fancy-bg-w, div#fancy-bg-nw {
	background: 0 none;
}

.link_as_light_button, .link_as_light_button:hover {
	background:transparent url(../img/button_light.png) no-repeat scroll left top;
	color:#69564F;
	display:block;
	font-size:12px;
	height:33px;
	line-height:33px;
	text-align:center;
	width:110px;
}
.link_as_dark_button, .link_as_dark_button:hover {
	background:transparent url(../img/button_dark.png) no-repeat scroll left top;
	color:#ffffff;
	display:block;
	font-size:12px;
	height:33px;
	line-height:33px;
	text-align:center;
	width:110px;
}

#other_videos_block {
	display:none;
}
.index_other_videos a:hover {
	background: transparent url('../img/double_arrow_trans.png') no-repeat  left 6px;
}
.field_label {
	color:#69564F;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:0px 0 7px 0px;
}


/* Consultations calendar */
#consultation_table {
	color: #63514a;
	font-size: 11px;
	/*width: 600px;*/
}
#consultation_table a {
	color: #63514a;
	font-size: 11px;
	text-decoration: none;
}
#consultation_table .title {
	font-size: 13px;
	float:left;
	text-transform: uppercase;
	padding: 5px 0px 0px;
}
#consultation_table thead .first_row th {
	background: #dfdbce url('../img/calendar_header_bkg.png') repeat-x left top;
	font-weight: normal;
}
#consultation_table thead .second_row th {
	background-color: #e4dfd3;
	color: #9d938f;
	font-weight: bold;
}
#consultation_table thead .second_row th .active_month {
	background-color: #e4dfd3;
	color: #7d645b;
}
#consultation_table thead .second_row th .unactive_month {
	background-color: #e4dfd3;
	color: #9d938f;
}
#consultation_table thead .third_row th {
	background-color: #ece8dd;
	color: #9d938f;
	font-weight: normal;
}
#consultation_table thead th {
	padding: 5px 15px;
}
#consultation_table thead .second_row th {
	width: 65px;
}
#consultation_table tbody td span, #consultation_table tbody td a {
	padding: 5px 15px;
	font-weight: bold;
	background-color: #f6f3ea;
	display: block;
}
#consultation_table tbody td a.make_reservation:hover {
	background-color: #fe812a;
	color: #ffffff;
}
#consultation_table .prev_link {
	padding: 0 0 0 20px;
	background: transparent url('../img/calendar_prev.png') no-repeat left center;
	text-transform: lowercase;
}
#consultation_table .next_link {
	padding: 0 20px 0 0;
	background: transparent url('../img/calendar_next.png') no-repeat right center;
	text-transform: lowercase;
}
#consultation_table .navigate_weeks {
	float: right;
	padding: 5px 0px 5px 10px;
}
#consultation_table .navigate_months {
	float: right;
	padding: 5px 10px 5px 0px;
}
.calendar_sample {
	float: left;
	margin: 16px 20px 0px 0px;
}
.reserved_time_sample {
	background-color: #cdc8bb;
	float:left;
	height:17px;
	margin:0 5px 0 0;
	width:40px;
}
.your_time_sample {
	background-color: #fe812a;
	float:left;
	height:17px;
	margin:0 5px 0 0;
	width:40px;
}
#consultation_table .reserved_time {
	background-color: #cdc8bb;
	color:#FFFFFF;
}
#consultation_table .my_time {
	background-color: #fe812a;
	color:#FFFFFF;
}
/* Consultations calendar */

.reservation_info {
	cursor: pointer;
}


