html, body {
	font-size:11px;
	text-align: left;
	color: #5b5b5b;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
}
form{
	margin:0;
	padding:0;
}

img, div, a, input, ul, li, p { behavior: url(iepngfix.htc) }

a:link, a:visited {
	color: #6e6e6e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.color_links a:link, .color_links a:visited {
	color: #fb4703;
	text-decoration: underline;
}
img{
	border: none;
}
.orange_head {
	background:#FC4A04 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:11px;
	height:20px;
	line-height:18px;
	margin:0;
	padding:0;
	text-align:left;
	text-indent:8px;
	width:715px;
}
.b {
	font-weight:bold;
}
.no-b {
	font-weight:normal;
}

.right_float{
	float: right;
}
.fl_l{
	float: left;
}

.clear{
	clear:both;
}
.h10{
	height:10px;
	line-height:10px;
	font-size: 10px;
}
.h20{
	height:20px;
}
.w60{width: 60px;}
.w100{width: 100px;}
.w200{width: 200px;}
.w390{width: 390px;}
.w430{width: 430px;}

div#all {
	margin: auto;
}

fieldset {
	float: left;
	border:1px solid #C7C7C7;
	margin-bottom:20px;
	padding:15px 20px 20px;
}

legend {
	color:#111111;
	font-size:14px;
	font-weight:bold;
	margin-left:-10px;
	padding-left:12px;
	padding-right:18px;
}

fieldset label{
	display:block;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:4px;
}
.label {
	font-weight:bold;
	margin-top:10px;
}
.input, textarea, select {
	display:block;
	background-image:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #CECECE;
	color:#333333;
	font-size:12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding:3px;
	margin-top:2px;
}
.input:focus, textarea:focus {
	border:1px solid #f28c02;
	}
form textarea, form select {
	font-size:12px;
	margin-top:2px;
	padding:3px;
}

form select {
	padding:1px;
	background: none;
}

form small {
	color:#8A877C;
	display:block;
	font-family:Verdana;
	font-size:10px;
	font-style:italic;
	font-weight:normal;
}


/* Fancy buttons */

.input_button {
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	font-weight:bold;
	background-color: #db6600;
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;	
	margin-right: 8px;
	color: #ffffff;
	border:1px solid #db6600;
	background-image: url(../images/btn_bgr.gif);
	background-position:top;
	cursor: pointer;
}
.input_button:hover {
	background-color: #000000;	
	border:1px solid #000000;
	background-image: url(../images/btn_bgr_over.gif);
	background-position:top;
}

/* TOOLTIP */
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333333;
	padding:5px;
	display:none;
	color:#fff;
	}
/* // TOOLTIP */

/* Pagination */

.paging {
	margin: 20px 0 0;
	font-weight: normal;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.paging a:link,.paging a:visited {
	display: inline;
	line-height: 11px;
	margin: 0 2px;
	padding: 0px 3px 1px 3px;
	border: 1px solid #cb3b02;
	background:#fc4a04;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	}
.paging a:hover {
	border: 1px solid #cb3b02;
	background: white;
	color:#cb3b02;
	text-decoration:none;
	}
.curr_page {
	display: inline;
	font-weight: bold;
	margin: 0 2px;
	padding: 0px 3px 1px 3px;
	border: 1px solid #ffffff;
	}
/* /Pagination */

#all {
	margin: 0px auto 0px;
	width: 981px;
	text-align: left;
	background: #FFFFFF;
}

#header {
	width: 981px;
	height: 80px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
}
#header a.logo:link, #header a.logo:visited {
 text-decoration: none;
 text-indent: -4000px;
 font-size: 0px;
 display: block;
 width: 118px;
 height: 62px;
 position: absolute;
 top: 16px;
 left: 23px;
}
#header a.logo:hover {
 text-decoration: none;
}
.header_links {
	position: absolute;
	font-size: 12px;
	color: #ffffff;
	top: 26px;
	right: 36px;
}

.header_links a:link, .header_links a:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

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

#content {
	width: 981px;
}


#content_header {
	width: 981px;
	height: 251px;
}

.content_nav {
	float: left;
	width: 210px;
}

.content_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.content_nav ul li {
	width: 210px;
	height: 26px;
	line-height: 24px;
	background: url(../images/content_nav_li.gif) bottom no-repeat;
	text-align: right;
}

.content_nav ul li a:link, .content_nav ul li a:visited {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 12px;
}
.content_nav ul li a:hover {
	text-decoration: underline;
}

ul.bottom {
	margin-top: 70px;
}
	
ul.bottom li {
	background: none;
	height: 24px;
	line-height: 18px;
	background: url(../images/nav_bottom_li.gif) no-repeat;
}

ul.bottom li:hover, ul.bottom li.sfhover,  ul.bottom li.on {
	background: url(../images/nav_bottom_hover.gif) no-repeat;
}

ul.bottom li a:link, ul.bottom li a:visited {
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	display: block;
	width: 195px;
	height: 19px;
}

.content_img {
	float: left;
	width: 738px;
	height: 251px;
}
.content_main {
	width: 981px;
	margin-top: 30px;
}

.content_main_nav_empty {
	float: left;
	width: 210px;
}

.content_main_nav {
	float: left;
	width: 210px;
	border-right: 2px solid #fc4a04;
}

.content_main_nav ul.leftMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.content_main_nav ul.leftMenu li {
	width: 210px;
	line-height: 18px;
	background: url(../images/nav_bottom_li.gif) no-repeat;
	display: block;
	text-align: right;
	margin-bottom: 5px;
	padding: 0px;
	/*border: 1px solid Green;*/
}

.content_main_nav ul.leftMenu li.last {
	width: 210px;
	line-height: 18px;
	background: url(../images/nav_bottom_li.gif) no-repeat;
	text-align: right;
	margin-bottom: 0px;
}

.content_main_nav ul.leftMenu li:hover, .content_main_nav ul.leftMenu li.sfhover,  .content_main_nav ul.leftMenu li.on {
	background: url(../images/nav_bottom_hover.gif) no-repeat;
}

.content_main_nav ul.leftMenu li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	/*width: 195px;
	height: 19px;*/
	margin-right: 13px;
	padding: 1px 0;
	/*border: 1px solid Blue;*/
}

.content_main_nav ul li a:hover {
	text-decoration: none;
}

.content_main_nav ul.submenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	background: url(../images/submenu_li_left.gif) left top repeat-y;
}

.content_main_nav ul.submenu li {
	/*width: 197px;
	line-height: 19px;*/	
	background: transparent;
	padding: 0px;
	margin: 0px;
	text-align: right;
	/*border-left: 1px solid #b2b2b2;*/
}

.content_main_nav ul.submenu li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background: url(../images/submenu_li.gif) right bottom no-repeat;
	line-height: 1.3em;
	padding: 3px 0;
}
.content_main_nav ul.submenu li a:hover {
	text-decoration: underline;
}
.content_main_nav ul.submenu li a.active {
	color: #f04502;
}
.content_main_nav ul.submenu li.last {
	/*width: 209px;
	line-height: 22px;*/
	background: url(../images/submenu_li_last.gif) left bottom no-repeat;
	text-align: right;
	margin: 0px 0px 5px 0px;
	border: none;
	padding-bottom: 3px;
}

.content_main_nav ul.submenu li.last:hover {
	background: url(../images/submenu_li_last.gif) left bottom no-repeat;
}

.content_main_nav ul.submenu li:hover, .content_main_nav ul.submenu li.sfhover,  .content_main_nav ul.submenu li.on {
	background: none;
}

.content_main_nav ul.submenu li.last a {
	/*margin-right: 20px;*/
	background: none;
	/*border: 1px solid Blue;*/
}

.content_main_nav ul.submenu li.last a:hover {
	/*margin-right: 20px;*/
	background: none;
}

.content_main_nav ul.submenu2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.content_main_nav ul.submenu2 li {
	/*width: 167px;
	line-height: 19px;*/
	background: none;
	border: none;
	padding: 0px;
	margin-bottom: 2px;
	text-align: right;
	/*border: 1px solid Green;*/
}

.content_main_nav ul.submenu2 li a {
	display: block;
	/*margin-right: 26px;*/
	padding-right: 20px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/submenu_li_sub.gif) right bottom no-repeat;
	/*border: 1px solid Blue;*/
}

.content_main_nav ul.submenu2 li a:hover {
	text-decoration: underline;
	
}
.content_main_nav ul.submenu2 li a.active {
}

.content_main_nav ul.submenu li.last ul.submenu2 li a {
	/*margin-right: 20px;*/
	background: url(../images/submenu_li_sub.gif) right bottom no-repeat;
	/*border: 1px solid Blue;*/
}

#activities {
	width: 981px;
	margin-top: 10px;
	background: url(../images/activities_line.gif) 0px 262px no-repeat;
}

#activities ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	bottom: 19px;
	right: 3px;
}

#activities ul li {
	width: 208px;
	height: 21px;
	background: url(../images/img_li.png) no-repeat;
	padding-top: 3px;
	text-align: right;
}

#activities ul li a:link, #activities ul li a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-right: 12px;
	display:block;
}
#activities ul li a:hover {
	text-decoration: underline;
}

a.img:link, a.img:visited {
	display: block;
	width: 294px;
	height: 375px;
	text-decoration: none;
	font-size: 0px;
	text-indent: -4000px;
}
a.img:hover {
	text-decoration: none;
}

.sports {
	float: left;
	width: 294px;
	height: 375px;
	background: url(../images/sports_adventures.jpg) no-repeat;
	margin-left: 27px;
	position: relative;
}

.work {
	float: left;
	width: 294px;
	height: 375px;
	background: url(../images/work_solutions.jpg) no-repeat;
	margin-left: 23px;
	position: relative;
}

.lamps {
	float: left;
	width: 294px;
	height: 375px;
	background: url(../images/head_lamps.jpg) no-repeat;
	margin-left: 23px;
	position: relative;
}

/* index tabs START */
#index_tabs {
	width: 981px;
	margin-top: 15px;
}

.product_tab {
	float: left;
	width: 229px;
	height: 110px;
	background: url(../images/tab.gif) no-repeat;
	margin-left: 20px;
}

.product_tab img {
	float: left;
	margin: 10px 10px 0px 12px;
}

.tab_link {
	margin: 35px 12px 0px 15px;
}

a.tab_title {
	font-weight: bold;
	margin-right: 8px;
}

.new {
	background: url(../images/tab_new.gif) no-repeat;
}

.news {
	background: url(../images/tab_news.gif) no-repeat;
}
.actual {
	margin-left: 14px;
	background: url(../images/tab_new.gif) no-repeat;
}

.first {
	margin-left: 0px;
}

/* index tabs END */

#sponsors {
	width: 981px;
	height: 41px;
	text-align: right;
	margin-top: 30px;
	padding-top: 5px;
	border-top:  2px solid #cccccc;
}

#sponsors .logos_txt {
	float: right;
	margin-top:14px;
}
#sponsors .logos{
	float: right;
}
#sponsors a {
	float: left;
	margin: 2px 0 0 17px;
	text-decoration: none;
}

#sponsors img {
	border: none;
}

#footer {
	width: 981px;
	height: 30px;
	line-height: 29px;
	border-top: 4px solid #fc4a04;
	background: #343434;
	margin-top: 8px;
	text-align: center;
	color: #ffffff;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
.not_found {
	background: url(../images/not_found.png) left center no-repeat;
	margin: 50px 60px;
	padding: 60px 0 0 150px;
	font-size: 15px;
	height: 150px;
	font-weight: bold;
}

.content_main_right {
	float: left;
	margin-left: 12px;
	width: 715px;
}

.heading1 {
	font-size:17px;
	color: #fc4a04;
	line-height:20px;
	font-weight:normal;
	margin: 0px 0 10px;
	padding:0;
}

.heading {
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	margin: 10px 0 0;
	text-indent: 10px;
	padding:0;
}
.heading2, .heading2 a:link, .heading2 a:visited {
	font-size:12px;
	color: #fc4a04;
	font-weight:bold;
	margin: 0px 0 2px;
	padding:0;
}
.heading_lined {
	font-size: 17px;
	font-weight: normal;
	color: #5b5b5b;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 715px;
	height: 26px;
	line-height: 24px;
	background: url(../images/new_products_h1.gif) no-repeat;
	text-indent: 15px;
}
.content_page {
	margin-top:20px;
}
.content_page p{
	margin: 8px 0 0;
	padding: 0;
	}
.border {
	margin: 12px 0 4px;
	border-top:1px dotted #747474;
}
.bordered {
	border: 1px solid #cccccc;
	}
.news_item p{
	margin:0px 0 3px;
	padding:0px;
}
.date{
	font-style: italic;
	font-weight: bold;
	font-family: tahoma,Verdana, Arial, Helvetica, sans-serif;
}
.team {
	width: 717px;
	min-height: 60px;
	background: url(../images/team_bgr2.gif) no-repeat;
}

.team h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	margin: 0px 0px 0px 12px;
	padding-top: 2px;
}

.team_member {
	float: left;
	width: 97px;
	margin: 15px 0px 0px 45px;
	text-align: center;
}

.team_member a {
	font-weight: bold;
}

.team_member_first {
	float: left;
	width: 97px;
	margin: 15px 0px 0px 25px;
	text-align: center;
}

.team_info {
	width: 680px;
	min-height: 60px;
	margin: 15px 0px 0px 20px;
}

.team_desc {
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}

.team_img_info{
	float: left;
	margin: 0 12px 10px 0px;
	border: 1px solid #e6e6e6;
}

a:link.link_img img, a:visited.link_img img{
	padding: 1px;
	border: 1px solid #dddddd;
	background: white;
}
a:hover.link_img img {
	border: 1px solid #f54702;
}

.team_member_first a:link img, .team_member_first a:visited img,.team_member a:link img, .team_member a:visited img  {
	padding: 1px;
	border: 1px solid #dddddd;
	margin-bottom: 3px;
	background: white;
}
.team_member_first a:hover img, .team_member a:hover img {
	border: 1px solid #f54702;
}
.team_member_first a {
	font-weight: bold;
}

.new_products {
	margin-top: 18px;
}

.new_products h1 {
	font-size: 14px;
	font-weight: bold;
	color: #5b5b5b;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 715px;
	height: 26px;
	line-height: 24px;
	background: url(../images/new_products_h1.gif) no-repeat;
	text-indent: 15px;
}

.video {
	margin-top: 10px;
}

.video h1 {
	font-size: 14px;
	font-weight: bold;
	color: #5b5b5b;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	width: 715px;
	height: 24px;
	line-height: 22px;
	background: url(../images/video_h1.gif) no-repeat;
	text-indent: 22px;
}

.video_item {
	float: left;
	width: 185px;
	margin-left: 55px;
	margin-top: 6px;
}

.video_item p {
	color: #6e6e6e;
	margin: 3px 0 0 0;
	padding: 0px;
}

.video_item p.swf_desc {
	color: #6e6e6e;
	font-weight: bold;
	width: 185px;
	border-bottom: 1px dotted #a3a3a3;
	margin-top: 4px;
	padding-bottom: 2px;
}

.swf_movie {
	width: 185px;
	height: 148px;
}
.firstv {
	margin-left: 22px;
}

.gal_item {
	float: left;
	width: 190px;
	margin-left: 38px;
	margin-top: 30px;
}

.gal_item2 {
	float: left;
	width: 190px;
	margin-left: 38px;
	margin-top: 16px;
}
.gal_item p,.gal_item2 p {
	color: #6e6e6e;
	margin: 4px 0 0 0;
	padding: 0px;
	font-weight: bold;
}

table.gallery_layout {
	font-size: 12px;
	margin-top: 10px;
	border-top: 1px dotted #fc4a04;
}

table.gallery_layout td {
	text-align: center;
	vertical-align: top;
	border-bottom: 1px dotted #fc4a04;
	padding: 3px;
	width: 25%;
}

span.gal_pic_title {
	font-weight: bold;
	font-size: 11px;
}

span.gal_pic_descr {
	font-size: 10px;
}

.gallery_pic{
	height: 120px;
	background: #f1f1f1;
	/*float: left;*/
	text-align:center;
	margin: 6px 9px 6px 9px;
	border: 1px solid #e9e9e9;
}
.gallery_pic img{
	margin: 0 auto;
}
.page_path {
	width: 715px;
	height: 26px;
	line-height: 24px;
	text-indent: 16px;
	background: url(../images/new_products_h1.gif) no-repeat;
	color: #5b5b5b;
	font-size: 12px;
	margin-bottom: 20px;
}

.page_path a:link, .page_path a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.page_path a:hover {
	text-decoration: none;
}

.page_path span {
	font-size: 14px;
	font-weight: bold;
	color: #fc4a04;
}

/* TABLES */
table.data {
	border-collapse: separate;
	border-width:1px;
	empty-cells: show;
	font-size: 11px;
	border: 1px solid #999999;
	}
.data td{
	padding: 5px 10px;
}
table.bordered td {
	border: 1px solid #888888;
	line-height:14px;
	}

div#content table.bordered {
	border: 1px solid #cccccc;
	border-collapse: separate;
}

div#content table.bordered td {
	border: 1px solid #eeeeee;	
	padding: 4px 10px;
}
div#content table.bordered th {
	border: none;	
	padding: 4px 10px;
}

.tabular_data table {
	border-collapse: separate;
	border-width:1px;
	empty-cells: show;
	border: 1px solid #ff9166;
}
.tabular_data table td,.tabular_data table th {
	font-size: 11px;
	border: 1px solid #cccccc;
	line-height:14px;
	padding: 4px 10px;
	font-weight:bold;
	}
.first td{
	padding: 0px 6px;
}

.products_list {
	margin-top: 20px;
}

.products_list table {
	font-size: 12px;
}

.products_list table tr {
	height: 75px;
}

.products_list table tr td {
	text-align: center;
	border-bottom: 1px dotted #747474;
}

.products_list table tr td.left_txt {
	text-align: left;
}

.products_list table tr td.left_txt p {
	margin-left: 20px;
}

.products_list table tr.first {
	font-weight: bold;
	text-align: center;
	height: 26px;
}

.products_list table tr.first td {
	border-left: 1px solid #ffffff;
	border-bottom: none;
	background: #f1f1f1;
}

.products_list table tr.title {
	height: 21px;
}

.products_list table tr.title td {
	border: none;
}

.prod_info {
	width: 715px;
	margin-top: 15px;
	color: #6e6e6e;
}

.prod_info p {
	margin-left: 8px;
}

.prod_info p.info_main {
	font-size: 13px;
	font-weight: bold;
}

.prod_info p.info_main a {
	color: #fc4a04;
}

.choosen_porduct {
	width: 715px;
	margin-top: 3px;
}

.choosen_porduct_info {
	width: 715px;
	position:relative;
}
.rel_pos {
	position: relative;
	margin: 4px 0 2px;
}

.big_img{
	float: left;
	margin: 0 20px 20px 10px;
	width: 280px;
	border: 1px solid #e6e6e6;
}
.big_img_nodiv{
	float: left;
	margin: 0 20px 20px 10px;
	border: 1px solid #e6e6e6;
}

.big_img_no_lm{
	float: left;
	margin: 0 16px 12px 0px;
	border: 1px solid #e6e6e6;
}

div.pr_info {
	color: #6d6d6d;
	font-size: 12px;
	line-height: 150%;
}

div.pr_info p {
	margin: 0px;
	line-height: 150%;
}
	

p.category {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}

h1.product_name {
	font-size: 17px;
	font-weight: normal;
	color: #fc4a04;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0;
}

.product_intro {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 14px;
	padding:0;
}

.product_desc {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0;
}

.product_desc ul li{
margin: 4px 0 4px 290px;
}

.product_desc a:link {
	color: blue;
}

.product_desc a:visited {
	color: #800080;
}

div.prod_instructions {
	margin-left: 12px;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
}

div.prod_instructions a {
	color: #fc4a04;
	font-size: 12px;
	font-weight: bold;
}

div.prod_instructions p {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}

.info_link 
{
	background:url(../images/icon_01.gif) no-repeat left center;
	padding: 0px 0 0px 56px;
	height:32px;
	line-height: 32px;
}

.pdf_link {
	background:url(../images/pdf_file_small.png) no-repeat left center;
	padding: 0px 0 0px 40px;
	height:32px;
	line-height: 32px;
} 

.doc_link {
	background:url(../images/doc_file_small.png) no-repeat left center;
	padding: 0px 0 0px 40px;
	height:32px;
	line-height: 32px;
} 

.xls_link {
	background:url(../images/xls_file_small.png) no-repeat left center;
	padding: 0px 0 0px 40px;
	height:32px;
	line-height: 32px;
} 


.error-msg {
	margin: 2px 0 2px;
	padding:0px;
	background:url(../images/error.gif) top left no-repeat;
	padding-left: 28px;
	font-size: 11px;
	line-height: 22px;
	color: #e83737;
	}
.ok-msg {
	margin: 2px 0 2px;
	padding:0px;
	background:url(../images/ok.gif) top left no-repeat;
	padding-left: 28px;
	font-size: 11px;
	line-height: 22px;
	}
	
table.tb_courses {
	font-size: 12px;
}

table.tb_courses th {
	background: #fc4a04;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
}

th.tcours_desc {
	border-left: 1px solid #FFFFFF;
}

th.tperiod {
	border-left: 1px solid #FFFFFF;
	width: 118px;
}

table.tb_courses td {
	vertical-align: top;
	border-bottom: 1px dotted #fc4a04;
}

table.tb_courses td.img_holder {
	width: 66px;
	padding: 3px 0;
}

table.tb_courses td.cours_name {
	width: 150px;
	padding: 3px;
}

table.tb_courses td.cours_descr {
	padding: 3px 16px 3px 16px;
}

table.tb_courses td.period {
	text-align: center;
	padding: 6px;
}

div.info_descr {
	font-size: 12px;
}

a.registration_form {
	color: #fc4a04;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}

a.registration_form:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

img.cours_images{
	border: 1px solid #e6e6e6;
}

/* 
	ColorBox example user style
	The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:url(../images/overlay.png) 0 0 repeat;}

#colorbox{}
	#cboxTopLeft{width:21px; height:21px; background:url(../images/borderTopLeft.png) 0 0 no-repeat;}
	#cboxTopCenter{height:21px; background:url(../images/borderTopCenter.png) 0 0 repeat-x;}
	#cboxTopRight{width:21px; height:21px; background:url(../images/borderTopRight.png) 0 0 no-repeat;}
	#cboxBottomLeft{width:21px; height:21px; background:url(../images/borderBottomLeft.png) 0 0 no-repeat;}
	#cboxBottomCenter{height:21px; background:url(../images/borderBottomCenter.png) 0 0 repeat-x;}
	#cboxBottomRight{width:21px; height:21px; background:url(../images/borderBottomRight.png) 0 0 no-repeat;}
	#cboxMiddleLeft{width:21px; background:url(../images/borderMiddleLeft.png) 0 0 repeat-y;}
	#cboxMiddleRight{width:21px; background:url(../images/borderMiddleRight.png) 0 0 repeat-y;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{margin-bottom:28px;}
                #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
                #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
                #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
                #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxPrevious.hover{background-position:-25px -25px;}
                #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxNext.hover{background-position:0px -25px;}
		#cboxLoadingOverlay{background:url(../images/loading_background.png) center center no-repeat;}
                #cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}
		#cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
		#cboxClose.hover{background-position:-50px -25px;}
