@CHARSET "UTF-8";
body {
	font-family: Tahoma;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #004639;
	padding-top: 0px;
	margin-top: 0px;
}

#layout-site {
	width: 1024px;
	margin: auto;
}

#header {
	background: url(/img/layout/header-bg.jpg) repeat-x;
	height: 135px;
}

#langs {
	color: black;
	text-align: right;
	margin-right: 55px;
	padding-top: 15px;
	background: transparent;
	position: absolute;
	right: 0;
}

#langs a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#phone {
	color: black;
	text-align: right;
	margin-right: 55px;
	margin-top: 10px;
	padding-top: 65px;
	padding-right: 70px;
	background: transparent url(/img/layout/tel.png) no-repeat bottom right;
	position: absolute;
	right: 0;
}

#phone span {
	color: #005947;
	font-size: 18px;
}

#top-menu {
	background: url(/img/layout/top-menu-bg.png) repeat-x;
	height: 70px;
}

#top-menu-items {
	width: 530px;
	padding-left:200px;
	
}

#top-menu-items div {
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
}

#top-menu-items div span {
	font-size: 8px;
	font-weight: bold;
	color: #005a46;
	text-transform: uppercase;
}

#top-menu-items div a {
	text-decoration:none;
	font-size: 8px;
	font-weight: bold;
	color: #005a46;
	text-transform: uppercase;
}

#top-menu-items div a:hover {
	text-decoration:underline;
}

#top-menu-items input[type=submit] {
	width: 24px;
	height: 19px;
	background: url(/img/layout/ok-button.png) no-repeat;
	border: none;
}

#left-column a {
	text-decoration: none;
	color: black;
}

#left-column a:hover {
	text-decoration: underline;
}

#left-menu-container {
	padding: 0px 27px 0px 27px;
}

#right-container {
	padding: 0px 17px 0px 40px;
}

#center-column {
	float: left;
	width: 485px;
	overflow: hidden;
}

#right-column {
	float: right;
	width: 267px;
}

.menu-elem {
	width: 199px;
	height: 34px;
	background: url(/img/layout/left-menu-bg.png) no-repeat;
	cursor:pointer;
}

.menu-elem div {
	padding: 10px;
	font-weight: bold;
	padding-left: 35px;
}
.menu-elem div div {
	padding: 0;
}
.menu-elem-sub {
	width: 199px;
	background-color: #d7dadd;
}

.menu-elem-sub div {
	padding: 0px;
	padding-left: 35px;
}
.menu-elem-sub div div{
	padding: 0px;
}
#login {
	padding-top: 35px;
}

#login .header {
	width: 199px;
	height: 32px;
	background: url(/img/layout/box-header.png) no-repeat;
}

#login .title {
	padding: 8px;
	text-align: center;
	font-weight: bold;
	color: white;
}

#login .form {
	text-align: center;
	padding: 8px;
	width: 181px;
	border: 1px solid #e6e9eb;
	border-top: none;
}

#login .form input[type=text] {
	border: 1px solid #7daea4;
	color: #c5cbd0;
}

#calc .header {
	width: 199px;
	height: 32px;
	background: url(/img/layout/box-header.png) no-repeat;
}

#calc .title {
	padding: 8px;
	text-align: center;
	font-weight: bold;
	color: white;
}

#calc .form {
	text-align: center;
	padding: 8px;
	width: 181px;
	border: 1px solid #e6e9eb;
	border-top: none;
}

#calc .form input[type=text] {
	border: 1px solid #7daea4;
	color: #c5cbd0;
}

#bottom {
	margin-top: 40px;
	border-top: 2px solid black;
	height: 30px;
	background-color: #00614d; 
}

#bottom div {
	float: left;
}

.imprinted {
	padding-left: 30px;
	padding-top: 7px;
	font-weight: bold;
	color: white;
}

.copyright {
	padding-left: 320px;
	padding-top: 7px;
	font-weight: bold;
	color: white;
}

.simple_overlay { 
    display:none; 
    z-index:10000; 
    background-color:#333; 

    width:675px;
    min-height:200px; 
    border:1px solid #666; 
    
    cursor: pointer;

    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
.simple_overlay .close { 
    background-image:url(/img/layout/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.catalog-elem-header {
	background: url(/img/layout/item-header.png) no-repeat;
	width: 484px;
	height: 25px;
	font-size: 12px;
	color: #568F82;
	font-weight: bold;
	padding-top:5px;
}

.paginationControl {
	text-align: center;
}

.paginationControl a {
	color: #005A48;
	text-decoration: none;
	font-weight: bold;
}

.catalog-img img {
	cursor: pointer;
}

.calc-form td {
	font-size: 10px;
}

.calc-form td input[type=text] {
	width: 80px;
}

#fade-slideshow {
	overflow: hidden;
	width: 452px;
	margin: 0 auto;
	min-height:326px;
}

#fade-slideshow .fs-item {
	position: absolute;
	text-align: center;
	width: 450px;
	display: none;
}

.table {
	background-color: white;
}

.table th {
	background-color: #005947;
	color: white;
}

.table tr {
	background-color: #dedede;
}
tr.el_row_part {
	cursor:pointer;
}
tr.el_row td {
	padding: 5px;
}
.bg_col {
	background-color: #e77817 !important;
}
/*---bnm block-----*/
.bnm_cours {
	width: 196px;
	padding:10px 0 5px;
	margin-bottom:15px;
	border: 1px solid #E6E9EB;
}
.head_date, .tlz_val, .bnm_val {
	width: 195px;
}
.head_date {
	text-align: center;
	padding-bottom:3px;
	border-bottom: 2px solid #E6E9EB;
	margin-left:15px;
	width:170px;
}
.cnt_cours {
	padding:2px;
	
	text-align: center;
}
.tlz_val img, .bnm_val img {
	margin-right: 5px;
}
.tlz_val span img, .bnm_val span img {
	margin-right: 0px;
}
.offerts_page_title {
	color:	#E9842B;
	text-transform:uppercase;
}
.product_page_title {
	color:	#005947;
	text-transform:uppercase;
}
.hidd_2, .hidd_7, .hidd_14, .hidd_8 {
	display:none;
}
.selected_submenu {
	background-color: #E77817;
}
.diler_link {
	color:#000000;
	text-decoration:none;
}
.diler_link:hover  {
	text-decoration:underline;
}	
.calc tr:nth-child(even) {background: #FFFFFF;}
.calc tr:nth-child(odd) {background: #E8EDF1;color:#666666;}
#cnt_form input {text-align:right;}
#cnt_form {padding-left: 35px;}
.calc_head td {
	background: #004D3E;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 12px;
	font-famely: tahoma;
	color:white;
	font-weight:bold;
	height:25px;
}
.calc_foot td {background: #FFF;}
