*	{
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 10pt;
	color: #4b453f;
	background-color: #e6edf0;
	background-image: url('../img/csm/bg.jpg');
	background-repeat: repeat-x;
	font-family: Tahoma, Helvetica, sans-serif;
}
div#container {
	width: 936px;
	margin: 0px auto;
}
li {
    list-style-position: inside;
    margin-left: 15px;
/*    
    list-style-image: url('/img/csm/strzalka.jpg');
    list-style-type: circle;
*/
}
fieldset {
    border: 1px solid white;
    padding: 5px;
    margin: 5px;
}

#flashMessage {
    width: 95%;
    border: 1px solid orange;
    padding: 5px;
    margin: 0px auto;
    text-align: center;
}
.flashMessageError {
    width: 95%;
    border: 1px solid red;
    padding: 5px;
    margin: 0px auto;
    text-align: center;
}
.error-message {
    clear: none;
    color: red;
    margin-left: 15px;
}
.imaged {
    width: 185px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}
#curcat {
    text-decoration: underline;
}
.disabled {
    display: inline;
}		
.paging {
    margin-top: 5px;
    text-align: center;
}
.wysiwyg {
    cursor: pointer; margin-left: 10px; margin-top: 10px; float: left; display: inline; width: 70px; font-weight: bold;
}
.clear {
    clear: both;
}


    /*
     *	default.ctp styles
    */
    
    td#container_td_lft {
	background-image: url('/img/csm/bg_lft.jpg');
	background-repeat: repeat-y;
	width: 12px;
	vertical-align: top;
    }
    td#container_td_rght {
	background-image: url('/img/csm/bg_rght.jpg');
	background-repeat: repeat-y;
	width: 12px;
	vertical-align: top;
    }
    td#container_td_mid {
	width: 912px;
	font-size: 0px;
	background-color: white;
	vertical-align: top;
    }
    #tbl_bottom {
	width: 936px;
	height: 31px;
	background-image: url('/img/csm/bg_content_bottom.jpg');
	margin: 0px; 
	padding: 0px;
    }
    #top_menu_id {
	width: 281px;
	height: 363px;
	background-image: url('/img/csm/bg_menu.jpg');
	border-right: 1px solid white;
	float: left;
	font-size: 10pt;
    }
    #top_menu_img {
	width: 630px;
	height: 363px;
	float: left;
    }
    #content {
	font-size: 10pt;
	width: 812px;
	margin: 0px auto;
	margin-top: 40px;
    }
    #logo_img {
	border: none;
	margin-bottom: 25px;
    }
    .top_menu {
	clear: both;
	color: white;
	display: block;
	width: 150px;
	margin: 5px auto;
	text-decoration: none;
	font-size: 8pt;
	background-image: url('/img/csm/dot.jpg');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 25px;
    }
    .top_menu_current {
	color: #80ff24;
	display: block;
	width: 150px;
	margin: 5px auto;
	text-decoration: none;
	font-size: 8pt;
	background-image: url('/img/csm/dot_current.jpg');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 25px;
    }
    .top_menu_sep {
	width: 176px;
	height: 2px;
	margin: 0px auto;
	margin-bottom: 10px;
	display: block;
    }
    a {
	color: #5bbf13;
	text-decoration: none;
	font-weight: normal;
    }
    h3 span {
	clear: both;
	display: block;
	background: url('/img/csm/bg_gray.jpg');
	background-repeat: repeat-x;
	color: white;
	font-size: 9pt;
	height: 20px;
	padding: 2px;
    }
    img {
	border: none;
    }
    #bot_menu_lft {
	width: 24px;
	height: 60px;
	background: url('/img/csm/bg_bottom_menu_lft.jpg');
	background-repeat: no-repeat;
	float: left;
    }
    #bot_menu_mid {
	width: 889px;
	height: 60px;
	background: url('/img/csm/bg_bottom_menu.jpg');
	background-repeat: repeat-x;
	float: left;
	padding-top: 20px;
	text-align: center;
    }
    #bot_menu_rght {
	width: 23px;
	height: 60px;
	background: url('/img/csm/bg_bottom_menu_rght.jpg');
	background-repeat: no-repeat;
	float: left;
    }
    .sep {
	width: 30px;
	height: 10px;
	background-image: url('/img/csm/dot.jpg');
	background-repeat: no-repeat;
	background-position: center center;
    }
    .bottom_menu {
	color: white;
	font-size: 8pt;
    }
