
html {
	background-image: url(../images/bck-body.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #dcdcdc;

}
body {
	background-image: url(../images/bck-body-floral.png);
	background-position: top center;
	background-repeat: no-repeat;
}

strong {
	font-weight: bold;
}

#floral {

}
.white {
	color: #fff;
}
#middle-col .white p {
	color: #fff;
}
#middle-col .white p strong {
	color: #fff;
}
#container {
	width: 960px;
	min-height: 780px;
	background-color: #fff;
	background-image: url(../images/bck-container.gif);
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 160px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px #86a20c solid;
	padding: 20px;
	padding-top: 0;
}
#header {
	background-image: url(../images/bck-top.jpg);
	height: 107px;
}
	#header .logo {
		float: left;
	}
	#header #main-menu {
		width: 720px;
		height: 32px;
		float: left;
		background-image: url(../images/bck-menu-main.png);
		background-repeat: repeat-x;
		overflow: visible; /* todo */
		padding-top: 1px;
	}
	#header #search-n-lang #lang {
		color: #bdbdbd; 
		font-family: tahoma;
		font-size: 10px;
		margin-top: 8px;
		float: right; 
	}
	#header form input{
		float: left; border: 1px solid #c9c9c9; background-color: #fafafa; width: 208px; height: 15px; padding: 0; margin: 0; padding-top: 2px; margin-top: 8px; font-family: Tahoma; font-size: 10px;
	}
	#header form input:focus {
		border:1px solid #707070;
	}
	#header #search-n-lang #lang a {
		text-decoration: none;
		color: #bdbdbd;
	}
	#header #search-n-lang #lang a:hover {
		text-decoration: underline;
	}
	#header #search-n-lang #lang .current {
		color: #8e8e8e;
	}
	
	
.w480 {
	float: left;
	display: block;
	background-color: #fff;
	text-align: center;
}	
.w478 {
	/* width: 468px; */
	min-height: 400px;
	/* float: right; */
	display: block;
	overflow: visible;
}
	
.ce_text .clear {
	clear: both;
}	
.ce_text p {
	margin-bottom: 22px;
}
.ce_text h4 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #859F14;
	font-size: 12px;
}	
	
	
#middle {
	width: 964px;
	min-height: 600px;
	vertical-align: top;
}	
	#main-banner {
		width: 960px;
		height: 437px;
		border-top: 2px solid #434343;
		padding-top: 3px;
	}
	
	/*
	#middle #buttons {
		border-bottom: 2px solid #434343;
		height: 54px;
		width: 961px;
	}
	*/

	#middle .btn-main {
		width: 238px;
		height: 49px;
		float: left;
		margin-right: 2px;
		background-image: url(../images/bck-btn-main.png);
	}
	#middle .btn-main.second, #middle .btn-main.third {
		width: 240px;
	}
	#middle .btn-main.last {
		margin-right: 0px;
		width: 237px;
	}
	
	#middle .btn-second {
		width: 231px;
		height: 98px;
		margin-top: 17px;
		float: left;
		margin-right: 12px;
	}
	#middle .btn-second.last {
		margin-right: 0;
	}
	
	#middle .btn-third {
		float: left;
		margin-right: 12px;
		margin-top: 17px;
	}
	#middle .btn-third img {
		margin: 0;
		padding: 0;
		float: left;
	}
	#middle .btn-third.first {
	}
	#middle .btn-third.second {
	}
	#middle .btn-third.last {
		margin-right: 0px;
	}
	
	
	/* subpage */
	
	#subpage-banner {
		width: 960px;
		min-height: 187px;
		margin-bottom: 10px;
	}
	#left-col {
		width: 243px;
		min-height: 300px;
		float: left;
	}
	#left-col #menu-sub {
		border-top: 1px #86a20c solid;
		width: 231px;
		padding-top: 2px;
	}
	#left-col #menu-sub .item {
		width: 231px;
		height: 29px;
		background-image: url(../images/bck-menu-sub.gif);
	}
	#middle-col {
		width: 432px;
		min-height: 474px;
		float: left;
		border-top: 1px #959595 solid;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
	}
		#middle-col h1 {
			font-family: verdana;
			color: #859f14;
			font-weight: bold;
			margin-bottom: 10px;
		}
		#middle-col {
			line-height: 16px;
		}
		#middle-col p {
			color: #626262;
			font-family: verdana;
			line-height: 16px;
			font-size: 11px;
			margin-bottom: 10px;
		}
	
	#right-col {
		width: 234px;
		min-height: 300px;
		float: right;
		padding-right: 4px;
	}
	#right-col img {
		float: right;
	}
	#right-col img.banner {
		margin-bottom: 12px; 
	}
	
	/* /subpage */
	
	
	
#footer {
	color: #cfcfcf;
	font-family: tahoma;
	font-size: 10px;
	height: 20px;
	width: 960px;
	margin-top: 22px;
	padding-top: 6px;
	border-top: 1px solid #959595; 
}
#footer a {
	color: #959595;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#footer a:hover {
	text-decoration: underline;
}

#copyrights {
	color: #959595;
	font-family: tahoma;
	font-size: 10px;
	position: relative;
	top: 40px;
}


/* tl styles */
.mod_navigation {
	overflow: visible;
}
.mod_navigation ul.level_1 li {
	display: block;
	/* width: 100px; */
	height: 30px;
	/* border: 1px solid red; */ 
	float: left;
	font-family: tahoma;
	font-size: 11px;
	color: #707070;
	text-align: center;
	border-right: 1px solid #fff;
}

.mod_navigation.ru ul.level_1 li {
	font-size: 10px;
}

.mod_navigation ul.level_1 li .active {
	display: block;
	padding-top: 7px;
	background: url(../images/bck-menu-active.gif);
	height: 22px;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}
.mod_navigation ul.level_1 li a {
	text-align: center;
	color: #707070;
	display: block;
	/* width: 100px; */
	height: 21px;
	/* margin-top: -4px; */
	padding-top: 8px;
	/* background-color: #ccc; */
	border-right: 1px solid #fff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
.mod_navigation ul.level_1 li a:hover, .mod_navigation ul.level_1 li .trail {
	background: url(../images/bck-menu-hover.gif);
	color: #fff;
}
.mod_navigation ul.level_1 li ul.level_2 {
	display: none;
	/*
	display: block;
	height: 30px;
	/* width: 120px; */ 
	border: 1px solid red;
}
.mod_navigation ul.level_1 li ul.level_2 li {
	display: block;
	float: left;
	/* width: 120px; */
	height: 30px;
}
#level2 {
	/* border: 1px solid red; */
	height: 30px;
	width: 720px;
	margin-top: 30px;
	background: url(../images/bck-menu-main.png);
}
#level2 ul li {
	display: block;
	/* width: 100px; */
	height: 30px;
	/* border: 1px solid red; */ 
	float: left;
	font-family: tahoma;
	font-size: 11px;
	color: #707070;
text-align: center;
	border-right: 1px solid #fff;
}
#level2 ul li a {
	float: left;
}
/* todo */

#level3.mod_navigation {
	/* height: 400px; */
	margin-bottom: 20px;
}
#level3.mod_navigation ul.level_1 ul {

}
#level3.mod_navigation ul.level_1 li {
	height: 30px;
	/*width: 230px;*/
	float: none;
	background: transparent url(../images/bck-menu-main.png) repeat scroll 0 0
}
#level3.mod_navigation ul.level_1 li.active {
	text-align: left;
}
#level3.mod_navigation ul.level_1 li a {
	display: block;
	float: left;
	width: 215px;
	/* height: 24px; */
	padding-left:17px;
	padding-right:0;
	text-align: left;
}
#level3.mod_navigation ul.level_1 li a:hover {
	width: 215px;
	padding-left:17px;
	padding-right:0;
}

.mod_breadcrumb {
	display: none;
}
.pdf_link {
	display: none;
}

.ce_text {
	font-size:  11px;
	font-family: Verdana;
	color: #626262;
}
.ce_text h1 {
		font-family: verdana;
		color: #859f14;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 16px;
}
.ce_text .left {
	float: left;
}
.ce_text .right {
	float: right;
}
.ce_text .clear {
	clear: both;
}

.ce_text ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}	
.ce_text ul li {
	/* list-style-type: square; */
	font-size:  11px;
	font-family: Verdana;
	color: #626262;
	padding: 0;
	padding-bottom: 10px;
	margin-left: 20px;
	min-height: 20px;
	vertical-align: top;
	/* border: 1px solid #ccc; */

background-image: url(../images/bullet_li.gif);
background-repeat: no-repeat;
background-position: 0 6px;
padding-left: 14px;

}
.ce_text strong {
	color: #86a20c;
	font-weight: bold;
}	
.ce_text a {
	color: #859F14;
	text-decoration: underline;
}
.ce_text a:hover {
	text-decoration: none;
}

.ce_text table tr td {
	font-size:  11px;
	font-family: Verdana;
	color: #626262;
}
 
.layout_short h2 a {
	color: #859F14;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.layout_short h2 a:hover {
	text-decoration: underline;
} 
.layout_short  p.more a, p.back a {
	color: #859F14;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: underline;
}
.layout_short p.more a:hover, p.back a:hover {
	text-decoration: none;
}

.ce_accordion .toggler {
	cursor: pointer; 
	font-family: verdana;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 14px;
	width: 420px;
	height: 20px;
	padding-top: 3px;
	padding-left: 8px;
	background-color: #fff;
	background-image: url(../images/bck-h2.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #859f14;
}
.ce_accordion .toggler.over {
	background-image: url(../images/bck-h2_over.gif);
}

.ce_accordion .european  {
	color: #fff;
	background-image: url(../images/bck_toggler_european.gif);
	background-color: #0289a5;
	border-bottom: 1px solid #0289a5;
}
.ce_accordion .european.over{
	background-image: url(../images/bck_toggler_european_over.gif);
}

.ce_accordion .stained  {
	color: #fff;
	background-image: url(../images/bck_toggler_stained.gif);
	background-color: #959477;
	border-bottom: 1px solid #959477;
}
.ce_accordion .stained.over{
	background-image: url(../images/bck_toggler_stained_over.gif);
}

.ce_accordion .american  {
	color: #fff;
	background-image: url(../images/bck_toggler_american.gif);
	background-color: #d1012f;
	border-bottom: 1px solid #d1012f;
}
.ce_accordion .american.over{
	background-image: url(../images/bck_toggler_american_over.gif);
}

.ce_accordion .exotic  {
	color: #fff;
	background-image: url(../images/bck_toggler_exotic.gif);
	background-color: #72272e;
	border-bottom: 1px solid #72272e;
}
.ce_accordion .exotic.over{
	background-image: url(../images/bck_toggler_exotic_over.gif);
}

.ce_accordion .boutique  {
	color: #fff;
	background-image: url(../images/bck_toggler_boutique.gif);
	background-color: #869f15;
	border-bottom: 1px solid #869f15;
}
.ce_accordion .boutique.over{
	background-image: url(../images/bck_toggler_boutique_over.gif);
}

#middle-col .collection_table td p, #middle-col .collection_table td p strong {
	color: #fff;
}
#middle-col .collection_table td {
	margin: 0;
	padding: 0;
}
#middle-col .collection_table {
	margin-bottom: 20px;
}

em {
	font-style: italic;
}

.mod_catalogreader h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}
.mod_catalogreader h3 {
	color: #626262;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
}
.mod_catalogreader table.specification td, table.specification td{
	color: #626262;
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	padding: 2px;
}
.mod_catalogreader table.specification tbody td, table.specification tbody td {
	border-bottom: 1px solid #aaaaaa;
	text-align: center;
}
.mod_catalogreader table.specification tbody td.left {
	text-align: left !important;
}
.mod_catalogreader table.specification tbody td img {
	padding-top: 2px;
	padding-bottom: 2px;
}
.mod_catalogreader table.specification thead td, table.specification thead td {
	border-right: 1px solid #fff;
}

.mod_catalogreader table.specification.european thead {
	background-color: #b2dbe4;
	border-top: 1px solid #0289a5;
	border-bottom: 1px solid #0289a5;
}
.mod_catalogreader table.specification.american thead {
	background-color: #f6ccd5;
	border-top: 1px solid #d1002e;
	border-bottom: 1px solid #d1002e;
}
.mod_catalogreader table.specification.exotic thead {
	background-color: #d5bec0;
	border-top: 1px solid #73272e;
	border-bottom: 1px solid #73272e;
}
.mod_catalogreader table.specification.stained thead {
	background-color: #dfdfd6;
	border-top: 1px solid #969578;
	border-bottom: 1px solid #969578;
}
.mod_catalogreader table.specification.boutique thead, table.specification.boutique thead {
	background-color: #dae2b8;
	border-top: 1px solid #859f15;
	border-bottom: 1px solid #859f15;
}

/* forms */
.ce_form, .ce_form textarea {
	font-family: Verdana;
	font-size: 11px;
	color: #626262;
}
.ce_form label {
	float: left;
	clear: left;
}
.ce_form input {
	float: left;
	clear: left;
	margin-bottom: 6px;
}
.ce_form textarea {
	float: left;
	clear: left;
	margin-bottom: 20px;
}
.explanation {
	clear: both;
	margin-bottom: 20px;
}
.ce_form  input.checkbox {
	float: left;
	clear: none;
}
.checkbox_container label {
	clear: none;
}
.ce_form .checkbox_container input.checkbox {
	float: left;
	clear: none;
	margin-right: 10px;
}
.ce_form input.submit {
	margin-top: 20px;
}
.ce_form input, .ce_form textarea  {
	border: 1px solid #ccc;
}
#middle-col .ce_form p.error {
	color: red;
	clear: both;
}


#middle-col img.stroke {
	border: 1px solid #7F7F7F;
}

hr.spc-dealers {
	border: 0;
	width: 100%;
	display: block;
	height: 1px;
	background-color: #859F14;
	margin-bottom: 10px;
}



