*{
	padding: 0;
	margin: 0;
}
@font-face {
	font-family: 'Agfa Rotis Sans Serif';
	src: url('../fonts/AgfaRotisSansSerif.eot');
	src: url('../fonts/AgfaRotisSansSerif.eot#iefix') format('embedded-opentype'),
		url('../fonts/AgfaRotisSansSerif.woff') format('woff'),
		url('../fonts/AgfaRotisSansSerif.ttf') format('truetype'),
		url('../images/AgfaRotisSansSerif.svg#AgfaRotisSansSerif') format('svg');
	font-weight: 500;
	font-style: normal;
}
.headlogin{	
	background: #277fb9;
	background: -moz-linear-gradient(top, #277fb9 0%, #006eae 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #277fb9), color-stop(100%, #006eae));
	background: -webkit-linear-gradient(top, #277fb9 0%, #006eae 100%);
	background: -o-linear-gradient(top, #277fb9 0%, #006eae 100%);
	background: -ms-linear-gradient(top, #277fb9 0%, #006eae 100%);
	background: linear-gradient(to bottom, #277fb9 0%, #006eae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#277fb9', endColorstr='#006eae', GradientType=0 );
}
.login-panel{
	background-color: #006DAE;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
h1,h2,h3,h4{
	font-family: 'Helvetica Neue,Helvetica,Arial,sans-serif';
    color: #137dc5;
	
}
body{
    background: #fff;
}
.loginBg{
	background-image: url(../images/dotbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.logHeader{
	padding: 20px 0 20px 0;
	/* border-bottom: 1px solid #dddddd; */
}
.logHeader h2{
	font-size: 33px;
	margin: 15px 0 0 0;
}
.logHeader h3{
	font-size: 28px;
	margin: 0;
}
.logHeader p{
	font-size: 14px;
	color: #ffffff;
	margin: 0;
	padding-top: 4px;
}
.logtitle{
	text-align: right;
}
.formArea{
	position: relative;
	margin-top: 40px;
	padding-bottom: 30px;	
}
.formArea h3{
	color: #FFF;
}
.formbox{
	position: relative;
	/* margin-top: 50px;
	margin-left: 20px; */
}
.borderR{
	border-right: 1px solid #e5e5e5;
}
.verisign{
	width: 94px;
	position: absolute;
	right: 0;
	bottom: -3px;
}
.carousel-inner img{
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
}
.formLogin{
    font-size: 12px;
    border: none;
    background-color: #ffffff;
    outline: 0;
    width: 100%;
    height: 39px;
    padding-left: 19px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    -webkit-box-shadow: none;
    color: #666;
    margin-bottom: 10px;
	font-weight: 200;
	letter-spacing: 0.3px;
}
/* .formLogin1{
    font-size: 12px;
    border: 1px solid #c3c3c3;
    outline: 0;
    width: 100%;
    height: 43px;
    padding-left: 19px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px!important;
    -webkit-box-shadow: none;
    background-color: transparent;
    color: #666;
    margin-bottom: 10px;
	font-weight: 200;
	letter-spacing: 0.3px;
} */
.formLogin:hover{
    box-shadow: 0 2px 10px rgba(0 , 0 , 0 , 0.1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
/* .formLogin:focus{
	box-shadow: 0 2px 10px rgba(0 , 124 , 199 , 0.2);
	border: 1px solid rgba(0 , 124 , 199 , 0.3);
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
} */
.loginBtn{
    font-size: 13px;
    color: #127cc5;
    text-align: center;
    border: 0;
    outline: 0;
    width: 35%;
    height: 39px;
    background-color: #5794C7;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
	font-weight: bold;
	text-transform: uppercase; 
}
.loginBtn:hover{
    color: #fff;
	border: 0;
    background-color: #01406a;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.userPass{
    margin-top: 15px;
	margin-left: 15px;
}
.userPass a{
	font-size:12px;
    color: #bababa;
}
.userPass a:hover{
    color: #FFF;
}
.log_link{
    margin-left: 15px 0;
    padding:0;
}
.log_link li{
    border-right: 1px solid #999;
    padding-right: 8px;
    padding-left: 2px;
}
.log_link li:last-child{
    border: none;
    padding-right: 0px;
}
.log_link li p{
    padding-top:-1px
}
.log_link li a{
    text-decoration:none;
    color:#999;
    font-size:15px; 
    font-weight: 300;
}
.log_link li a:hover{
    color: #137dc5;
    text-decoration:underline
}

.securitylist{
	margin-top: 20px;
	margin-bottom: 50px;
}
.listBox{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	min-height: 140px;
	padding: 10px 20% 0 20px;
	border: 1px solid #dddddd;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #e5e7e8;
	background: #ebebeb;
	background: -moz-linear-gradient(45deg, #ebebeb 0%, #ffffff 53%, #ffffff 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #ebebeb), color-stop(53%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(45deg, #ebebeb 0%, #ffffff 53%, #ffffff 100%);
	background: -o-linear-gradient(45deg, #ebebeb 0%, #ffffff 53%, #ffffff 100%);
	background: -ms-linear-gradient(45deg, #ebebeb 0%, #ffffff 53%, #ffffff 100%);
	background: linear-gradient(45deg, #ebebeb 0%, #ffffff 53%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=1 );
}
.lock{
	position: absolute;
	right: 0;
	bottom: 0;
}
.laptop{
	position: absolute;
	right: 15px;
	bottom: 20px;
}
.virus{
	position: absolute;
	right: 0;
	bottom: -10px;
}
.phone{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.securitylist p{
	font-size: 13px;
	font-weight: 350;
}
.copyright{
	font-size: 10px;color: #999;
	font-weight: 350;
	margin: 10px auto;
}
.foor_link li{
	border-right: 1px solid #137dc5; 
	padding: 0 14px 0 10px;
}
.foor_link li:last-child{
    border-right: none;
}
.foor_link li a{
	color:#137dc5;
	font-size:16px; 
	font-weight: 300;
}
.foor_link li a:hover{
	text-decoration:underline
}
.loginSlide{
    width: 100%;
/*    height: 240px;*/
    z-index: 10;
/*    overflow: hidden;*/
}
.loginSlide img{
    width: 100%;
    z-index: 9;
}
.slide-caption{
    position: absolute;
    left: 20px;
    top: 20%;
}
.slide-caption p{
    font-size: 13px;
    text-shadow: none;
    color: #acacac;
    text-align: left;
    line-height: 25px;
}
.carousel-indicators{
    width: auto;
    margin: 0;
	bottom: -25px;
	left: 46%;
}
.carousel-indicators li {
    border: none;
    width: 7px;
    height: 7px;
    background-color: #bababa;
}
.carousel-indicators .active{
    width: 7px;
    height: 7px;
    border: none;
    margin: 1px;
    background-color: #137dc5;
	border-radius: 30px;
}
.header{
	background-color: #277fb9;
	background-color: -moz-linear-gradient(top, #277fb9 0%, #006eae 100%);
	background-color:  -webkit-gradient(left top, left bottom, color-stop(0%, #277fb9), color-stop(100%, #006eae));
	background-color: -webkit-linear-gradient(top, #277fb9 0%, #006eae 100%);
	background-color:  -o-linear-gradient(top, #277fb9 0%, #006eae 100%);
	background-color: -ms-linear-gradient(top, #277fb9 0%, #006eae 100%);
	background-color: linear-gradient(to bottom, #277fb9 0%, #006eae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#277fb9', endColorstr='#006eae', GradientType=0 );
	-webkit-box-shadow: 0px 10px 30px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 30px -1px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 30px -1px rgba(0,0,0,0.1);
	height: 55px;
	border-bottom: 1px solid #00629b;
	background-image: url(../images/headBg.png);
	background-repeat: no-repeat;
	background-position: 150px;
}
.logoKonten{
	float: left;
	margin-top: 6px;
}
.header h3, .header h4{
	color: #ffffff;
	font-size: 18px;
	margin: 0;
	padding-left: 10px;
	display: inline-block;
}
.header h3{
	margin-top: 7px;
}
.header h4{
	font-size: 13px;
}
.username{
	border-right: 1px solid #006caf;
	padding-right: 20px;
	display: inline-block;
	margin-top: 7px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #ffffff;
	vertical-align: middle;
}
.logout{
	padding-left: 13px;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#content {
    position: relative;
    width: 75%;
    min-height: 600px;
    margin: 0 auto;
}
/*
.dotbG{
	background-image: url(../img/dotbg2.png);
	background-position: right;
	background-repeat: no-repeat;
	background-position-y:0px;	 
}
*/
#main_menu{
/*    display: inline-block;*/
    clear: both;
}
.titleMenu{
	width: 100%;
/*	background-color: #2b4f91;*/
	padding: 10px 0 1px 10px;
	border-bottom: 1px solid #dddddd;
}
.titleMenu p{
	font-size: 20px;
	font-weight: 200;
	color: #2b4f91;
}
#sidebar-toggle{
    float: right;
    border-radius: 3px;
    display: block;
    padding: 20px 0px;
}
#sidebar-toggle .white{
    background-color: #fff !important; 
}
.bar{
    display: block;
    width: 28px;
    margin-bottom: 4px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
}
.short{
    margin-left: 8px;
    width: 20px !important;
}
.Main-Menu{
	background-color: #ffffff
    margin-bottom: 30px;
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
	box-shadow: 0px 3px 20px 0px rgba(0,0,0, 0.1);
    border: 1px solid #dddddd;
    padding: 5px 10px;
}
.Main-Menu ul, #content .Main-Menu li{
    margin: 0;
    padding: 0px;
    list-style-type: none;
}
.Main-Menu li{
    font-weight: 600;
}
.Main-Menu li li{
    margin-left: 30px !important;
    text-transform: none;
    font-size: 13px;
}
.Main-Menu li li a{
    color: #007cc7;
	font-weight: 400;
    padding: 5px 0 5px 0px;
}
.Main-Menu li li a:hover{
	color: #7DAED6;
}
.Main-Menu li li.active a{
    color: #7DAED6;
}
.Main-Menu li a{
    padding: 10px 0 10px 10px;
    display: block;
    white-space: nowrap;
    width: 100%;
	color: #434343;
    text-decoration: none;
	font-size: 12.5px;
	border-bottom: 1px dashed #d5f1fc;
}
.Main-Menu li a:hover, .Main-Menu li a.active{
    color: #137dc5;
    text-decoration: none;
}
.Main-Menu span{
    font-size: 12px;
    color: #999;
}
.Main-Menu li li span{
    font-size: 12px;
    color: #999;
}
.Main-Menu li ul{
    display: none;
}
.Main-Menu li ul.active{
    display: block;
}
.Main-Menu li a:last-child, .Main-Menu li li a:last-child{
    border-bottom: none;
}

#main_content{
    position: relative;
    margin-top: 30px;
    margin-left: 300px;
/*    padding-top: 10px;*/
    margin-bottom:30px;
/*    overflow-x: scroll;*/
    /* border-bottom: 1px solid #e4e3e3; */
}
#main_content::-webkit-scrollbar { 
    display: none; 
}
#main_content h2{font-size:30px; margin:0;padding:0;margin-bottom:5px;font-weight:lighter;color:#137dc5;margin-top: 3%;}
#main_content h3{font-size:18px; margin-left:15px}
#main_content h3 span{color:#09C;font-size:12px;font-style:italic}
/*#main_content p{margin-left:5px}*/
#main_content .legend{
    width: 100%;
    padding: 8px 5px 8px 0px;
	margin-bottom: 10px;
    color:#7DAED6; 
    font-size: 20px; 
    font-weight: 300;
}
.form-horizontal, .control-label{
	text-align: left !important;
	font-weight: 400;
	font-size: 13.5px;
	margin-left: 20px!important;
}
.formfield input.radio{margin: 10px 3px 3px 15px; float:left;}
.radio {
    min-height: 27px;
    padding-left: 15px;
}
#main_content .titleIcon{
    background-image: url(../../img/titleIcon.png);
    background-repeat: no-repeat;
    background-position: 11px center;
}
#main_content textarea,input[type="text"]{
    min-width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    display: inline-block;
    border: 1px solid #cccccc;
}
#recipe_wrap {
  position: relative;
}
/* #recipe{background:url(../img/paper_format.png); width:628px; padding:10px 40px; margin-bottom:10px;} */
#recipe {
  background: url(../images/paper_format.png);
  margin-bottom: 10px;
  padding: 10px 30px 10px 30px;
  width: 710px;
  margin-left: 2%;
}
#logo_blue {
  height: 30px;
  float: left;
  text-align: right;
  font-weight: bold;
  padding-right: 40px;
}
#recipe hr{margin:10px 0;}
#recipe_list table{width:100%;}
#recipe_list td{padding:5px 0 5px 5px;}
#recipe_list tr.even td {background:#cccccc !important;}
#recipe_list td.first{width:150px;}
#recipe_list td.last{text-align:right; padding-right:5px;}

.ico_position{position:absolute; top:5px; right:10px;}
.ico_fav_off{background:url(../images/icon_fav.png); display:block; width:60px; height:60px; margin:0 auto; background-position: 0 0px;text-indent:-9999px;}
.ico_fav_off:hover{background:url(../images/icon_fav.png); display:block; width:60px; height:60px; margin:0 auto; background-position: 0 -60px;text-indent:-9999px;}
.ico_fav_on{background:url(../images/icon_fav.png);display:block; width:60px; height:60px; margin:0 auto; background-position: 0 -60px;text-indent:-9999px;}
.ico_fav_on:hover{background:url(../images/icon_fav.png);display:block; width:60px; height:60px; margin:0 auto; background-position: 0 0px;text-indent:-9999px;}


#note{margin-left:13px;text-align:center;color:red;font-style:italic;}

.breadCrumb{
    display: block;
    width: 100%;
    float: left;
}
.custom_breadcrumb {
    height: 25px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.custom_breadcrumb li {
    background: url("../images/bread_sep.png") no-repeat scroll right center transparent;
    float: left;
    height: 24px;
    padding-right: 3px;
}

.custom_breadcrumb li.active {
    color: #000;
}

.custom_breadcrumb li a{
    color: #999;
    display: block;
    text-decoration: none;
}
.custom_breadcrumb li a:hover{
    color: #fc0556;
}
.language {
    position: absolute;
    right: 0;
    top: 40px;
	color: #333;
    height: 29px;
    float: right;
    width: auto;
}

.languageMini {
    right: 0;
    top: 35px;
	color: #333;
    height: 29px;
    float: right;
    width: auto;
    padding-right: 3px;
    text-align: center;
}

.language p, .languageMini p {
	margin: 0;
	display: inline;
    font-size: 12px;
}

.language select, .languageMini select{
    width: auto;
    color: #137dc5;
    font-size: 12px;
    border: 1px solid #137dc5;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 4px;
    padding-right: 50px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.language option {
    color: #000000;
}
.languageMini option {
    text-align: center;
}
.languageMini select{
    width: auto;
    padding-right: 4px;
    background-image: none !important; 
    border: none;
}
.table_grid{
    color:#333;
    overflow-x: auto;
    margin-bottom: 30px;
}
.table_grid table{
    width: 100%;
    min-width: 570px;
    font-size: 13px;
    background-color: #fff;
    border-collapse: separate;
}
.table_grid p{margin:0;padding:0;color:#000;font-size:18px;}
.table_grid th{background-color:#1d7ab7;color:#ffffff;font-weight:bold;}

.table_grid th,.table_grid td{text-align:left;padding:12px}
.table_grid td{color: #000; }
.table_grid tr:last-child{
    border-bottom: 1px solid #e2e4e4;
}
.table_grid tr:nth-of-type(odd){
	background-color: #ecf8fc;
}
.right{
	padding-top: 4px;
    float: right;
}
.display{
	display: block!important;
}
.appBtn{
    font-size: 13px;
    text-align: center;
    border: 0;
    outline: 0;
    width: auto;
    padding: 8px 20px !important;
    margin: 10px 0 0 0;
    margin-top: 20px;
    -webkit-border-radius:  8px;
    -moz-border-radius:     8px;
    border-radius:          8px;
    background-color: transparent;
    cursor: pointer;
    text-transform: uppercase;
}
.blueBtn{
    color: #1e70dd;
    border: 2px solid #1e70dd;
}
.blueBtn:hover{
    color: #fff;
    background-color: #1e70dd;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.redBtn{
    color: #d92753;
    padding: 0;
    border: 2px solid #d92753;
}
.redBtn:hover{
    color: #fff;
    background-color: #d92753;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media(max-width:767px){
	.logHeader, .logHeader p, .logHeader h3{
		text-align: center;
	}
	.logHeader h3{
		margin-top: 12px;
	}
	.formArea{
		margin-top: 20px;
	}
	.formbox{
		margin: 0;
	}
	.userPass, .log_link {
		margin-left: 0;
	}
	#main_content {
        margin-left: 0;
        margin-top: 0;
    }
	.carousel-inner{
		margin-top: 30px;
	}
	.custom_breadcrumb {
        font-size: 10px;
        padding-top: 7px;
    }
	.header{
		background-position: -90px;
	}
	.Main-Menu {
		position: absolute;
		right: 0px;
		top: -60px;
		z-index: 1000;
		background-color: #ffffff;
		width: 230px;
		text-align: right;
	}
	.right{
		float: left;
	}
	/* .login-panel{
		margin-left: 15px;
		margin-right: 15px;
	} */
}
@media(min-width:768px){
	#content {
        width: 100%;
        padding: 0;
    }
	/* .formbox{
		margin-top: -10px;
	} */
	#main_content {
        margin-left: 0;
        margin-top: 0;
    }
	.custom_breadcrumb {
        font-size: 12px;
		padding-top: 5px;
    }
	.language {
        right: 0;
        top: 45px;
    }
	.header{
		background-position: -90px;
	}
}
@media(max-width:991px){
	#content {
        width: 100%;
        padding: 0 10px;
    }
	.header{
		background-position: -50px;
	}
	.username{
		margin-top: 9px;
		color: #666;
		border: none;
	}
	.logout{
		padding-bottom: 14px;
		margin-top: 19px;
	}
	.bBottom{
		border-bottom: 1px solid #dddddd;
	}
	.Main-Menu {
		position: absolute;
		right: 0px;
		top: -60px;
		z-index: 1000;
		background-color: #ffffff;
		width: 230px;
		text-align: right;
	}
}
@media(min-width:992px){
	#content {
        width: 90%;
        padding: 0;
    }
	#main_menu{
        position: absolute;
        width: 240px;
        margin-top: 30px;
    }
	#main_content{
        margin-left: 260px;
        margin-top: 30px;
    }
	.custom_breadcrumb {
        font-size: 12px;
    }
	.language {
        right: 0;
        top: 40px;
    }
	.header{
		background-position: 0px;
	}
}
@media(min-width:1200px){
	.container {
    	width: 970px;
	}
	#content {
        width: 80%;
        padding: 0;
    }
	#main_menu{
        position: absolute;
        width: 290px;
        margin-top: 30px;
    }
	#main_content {
        margin-left: 310px;
        margin-top: 30px;
    }
	.custom_breadcrumb {
        font-size: 12px;
    }
	.language {
        right: 0;
        top: -15px;
    }
	.header{
		background-position: 106px;
	}
}
.noPad{
	padding: 0;
}
.red{
	background-color: red;
}
.blue{
	background-color: blue;
}
#logout_panel{width:800px; margin:0 auto; position:relative; }
#login_title{background:#1A82C6;/* background:url(../img/horizontal4.png) repeat-x top left; */ height:33px; border: 0px solid #1A82C6; border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;}
#login_title p{color:#FFF; padding:7px 0 0 15px; font-weight:bold; text-shadow: 0 1px 0 black;}
#login_title td{color:#FFF; padding:7px 15px 0 15px; font-weight:bold;}
#login_title td a{color:#000; padding:7px 0px 0 15px; font-weight:bold;}
DIV.t-error {
    border: 1px solid #0079B6;
    margin: 4px 10px;
    padding: 0;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
DIV.t-error DIV {
    background-color: #009BE9;
    color: white;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 2px 10px;
	border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
}
DIV.t-error UL {
    background-color: white;
    color: #CC0000;
    margin: 2px 0;
	list-style-type:none;
	border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
}
DIV.t-error LI {
    margin-left: 10px !important;
}
DIV.t-error-single {
    background-color: #CC0000;
    color: white;
    display: block;
    margin: 0;
    padding: 2px;
}
#slider {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
}

.chocoslider img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.chocoslider a.choco-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}

.choco-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}

.choco-title {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	opacity: 0.8;
	width: 100%;
	z-index: 89;
}

.choco-title p {
	padding: 0px;
	margin: 0;
}

.choco-title a {
	display: inline !important;
}

.choco-html-title {
	display: none;
}

.choco-controlNavigation {
	position: absolute;
	right: 50%;
	bottom: -30px;
	z-index: 2005;
}

.choco-controlNavigation a {
	text-indent: -999999px;
	text-transform: uppercase;
	text-decoration: none;
	height: 20px;
	width: 18px;
	display: block;
	cursor: pointer;
	background: transparent url(../images/kontrol.gif) center bottom
		no-repeat;
	float: left;
	outline: none;
}

.choco-controlNavigation a.active {
	background: transparent url(../images/kontrol.gif) center top no-repeat;
}

div.alert_inbox {
	margin-bottom:5px; float:right; width:580px; padding-left:5px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	background-color: #FFE4B5; 
	text-align:center;
}
div#alerts {
	margin-left:5px; margin-bottom:5px; float: right; width:580px; 
}
div.t-alert-controls, div.t-dismiss {
	display: none;
}
div.t-alert-container {
	margin-left: 15px;
}
div.t-alert-container div.t-info {
	background-color: #e23a00;
	margin-right: 25px;
}
