/*
--------------------------------------------------
main stylesheet for screen
project: websupport eshop framework
--------------------------------------------------
*/
.add-subadmin {
				position:absolute;
				text-indent:-4000px;
				display:inline;
				width:20px;
				height:20px;
				background: #fff url(../images/addbutton.png) 7px 7px no-repeat;
				margin:0px;
				padding:5px 5px 10px 5px;
				}
.add-subadmin-text {
				position:absolute;
				display:inline;
				width:20px;
				height:20px;
				margin:0px;
				padding:3px 22px 10px;
                                color:#1ba52c;
                                font-size:1.2em;
				}
.actionbutton{
                padding:6px 10px;
		color:#370b0c;
		font-size:13px;
		font-weight: bold;
		text-shadow: 0 1px 0 #d4424a;
		background: #b11519 url(../images/buttonbg.png) repeat-x;
		border-top: 1px solid #d06467;
		border-bottom: 1px solid #48090a;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}
.basket-holder{
		position:absolute;
		right:255px;
		top:0px;
		margin-left: -150px;
		width:70px;
		height:29px;
		background: #2A2A2A none repeat scroll 0 0;
		border-bottom:1px solid #666666;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
	}
	#basket{
	background:url('../images/basket.png') no-repeat 0px 3px; 
	display:block;
	width:20px;
	height:20px;
	padding-left:21px;
	margin-left:15px;
	line-height:20px;
	position:absolute;
	top:3px;
	}
*       {
        margin:0;
        padding:0;
        }



body{
        font-size:62.5%;
        text-align:center;
        background:url(mainbg.jpg) 0px 0px repeat-x;
        background-color:#8a8a8a;
        font-family: "Tahoma", Verdana, sans-serif;     
        color:#333;
        margin:20px;
        }






a{
		color:#b11519;
		text-decoration: none;
}
a:hover{
		color:#94171a;

}
a img{
		outline:none;
}
a.actionbutton{
		padding:6px 10px;
		color:#370b0c;
		font-size:13px;
		font-weight: bold;
		text-shadow: 0 1px 0 #d4424a;
		background: #b11519 url(../images/buttonbg.png) repeat-x;
		border-top: 1px solid #d06467;
		border-bottom: 1px solid #48090a;
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;

}
h2{
	display: block;
	font-size:1.8em;
	width:100%;
	font-weight: normal;
	border-bottom:1px dotted #aaa;
	padding-bottom: 4px;
}
h4{
	display: block;
	font-size:1.8em;
	margin-top:12px;
	width:100%;
	font-weight: bold;
	color:#b11519;
	border-bottom:1px dotted #b11519;
	padding-bottom: 2px;


}
h5{
	display: block;
	font-size:1.4em;
	margin:8px 0px 2px;
	width:100%;
	font-weight: normal;
	border-bottom:1px dotted #aaa;
	padding-bottom: 2px;


}
#header_login{
		position:absolute;
		left:50%;
		top:0px;
		margin-left: -150px;
		width:300px;
		height:59px;
		background: url(xoxo-logo-login.png) no-repeat;
}

#dolelista{
		position:absolute;
	float:left;
	width:100%;
	height:80px;
	background:black;
	padding: 0px;
	margin: 0px;
	}








#header{
        height:100px;
        width:100%;	
        }
        /*--------logo---------*/
        
        #header h1{
        		width:216px;
                }
                #header h1 a{
                		position:absolute;
                		top:0px;
                		left:0px;
                        display:block;
                        height:44px;
                        color:white;
                        padding-top:40px;
                        width:216px;
                        background:url(../images/webadmin-logo.png) 0px 20px no-repeat;
                        /*text-indent:-2345px;*/
                        }
         #header img {
         		border: 0px solid black;
         }
         
        /*--------user---------*/
         .user{
        position:absolute;
        right:20px;
        top:0px;
        width:203px;
		font-size:12px;
		text-align:left;
		font-family: "Tahoma", Verdana, sans-serif;
		color:#ccc;
		background: #2a2a2a;
		padding:7px 7px 7px 10px;
		border-bottom:1px solid #666;
		
		-moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
		
		}
			
			
			.user #iconLogout{
					position:absolute;
					right:5px;
					top:5px;
					width:20px;
					height:20px;
					margin-top:2px;
                                        background:url(../images/logout.png) no-repeat;
			}
                        .user #iconLogoutright{
					position:absolute;
					right:5px;
					top:5px;
					width:20px;
					height:20px;
					margin-top:2px;
                                        background:url(../images/logout.png) no-repeat;
			}
			.user #iconbasket{
					position:absolute;
					right:5px;
					top:5px;
					width:20px;
					height:20px;
					margin-top:2px;
			        background:url(../images/basket.png) no-repeat;
			}
			.user a strong{
					display: none;
			}

        /*--------search---------*/ 
		 .search_holder {
			position:absolute;
			top:50px;
			right:20px;
			display:block;
			width:221px;
			height:29px;
			color:white;
			text-align:left;
			font-family: "Tahoma", Verdana, sans-serif;
			font-size:12px;
			background: #2a2a2a;
			z-index: 1000;
		
			-moz-border-radius-topleft: 5px;
	        -moz-border-radius-topright: 5px;
	        -webkit-border-top-right-radius: 5px;
	        -webkit-border-top-left-radius: 5px;

			}
		.search{
			display:block;
			width:221px;
		}
		.search input.filter_text { 
			display:block;
			width:146px;
			float:left;
			height:19px;
			padding:10px 0 0 10px;
			color: #eee; 
			border: none;
			background: url(../images/search_input.png) no-repeat;
			}
		.search basic {}
		.search adv {}
		.search a {
			float:left;
			margin-left:5px;
			color:white;
			font-family: "Tahoma", Verdana, sans-serif;
			}
		.search form {
			float:right; 
			clear:both;
			}
		.search span {
			float:left;
			}
		.search_holder .search_basic {
			float:left; 
			width:200px; 
			display:block; 
			clear:both;
			}
		.search_holder .search_results {
			float:left; 
			width:200px; 
			display:block;
			clear:both;
			}
		.search_holder .search_results .match {
			background:yellow;
			}
		.search_button{
			width:64px;
			height:29px;
			padding:0px;
			float:right;
			margin:1px 0 0 -1px;;
			text-indent: -4000px;
			background: url(../images/search_button.png);
			border: none;
			}
		.search_num_results {font-size:120%; font-weight:bold; color:red; }
		.popup {
			clear:both;
			background:#222; 
			display:none;
			float:left;
			color:#ccc;
			border-top:1px solid #1b1b1b;
			width:147px; 
			padding:6px 0 10px 10px;
			margin-top:-1px;
			line-height: 25px;
			-moz-border-radius-bottomleft: 5px;
	        -moz-border-radius-bottomright: 5px;
	        -webkit-border-bottom-right-radius: 5px;
	        -webkit-border-bottom-left-radius: 5px;
			}
		.popup input {
			margin:0;
			width:15px
			};
		.popup label{
			height:26px
		
			}
		.domain{
			float:left;
			margin-top:63px;
		}


#mainWrapper{
        min-width: 960px;
        width:100%;
        text-align:left;
        }

#menu{
		float:left;
		width:196px;
		padding:5px 0px;        
        background-color:#3b3b3b;
        border-bottom: 1px solid #bbb;
        border-top:1px solid #222;
        font-size:1.2em;
        font-weight:bold;
        text-shadow: 0 1px 1px #000;
        
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        }
        #menu li{
                /*background:url(../images/menuLiBg.gif) top left repeat-x;*/
                background:#3b3b3b;
                border-bottom: 1px solid #222;
          		border-top:1px solid #555;

                }
                #menu li a{
                        display:block;
                        color:#eee;
                        padding:9px 9px 9px 45px;
                        }
                        #menu li:hover{
                        background: #4b4b4b;
                        }
                        #menu li.active, #menu li.active:hover{
                        /*background:url(../images/menuLiAcBg.gif) top left repeat-x;*/
                        background-color:#b11519;
                        }
                        #menu li a span{
                                color:#173966;
                                
                                }
                        #menu ul{
                                background:#222;
                                font-size:0.80em;
                                font-weight:normal;
                                padding:10px 0px ;
                                }
                                #menu ul li{
                                background:none;
                                
                                border-top:1px solid #3b3b3b;
                                border-bottom:1px solid #3b3b3b;
                                margin-top:-1px;
                                }
                                #menu ul li a{
                                        padding:6px 0 6px 30px;
                                        background:url(../images/arrow.gif) 18px 10px no-repeat;
                                        line-height:11px;
                                        }
                                #menu ul li a:hover{
                                        background:url(../images/arrow.gif) 20px 10px no-repeat;
                                        background-color:#1f1f1f;
                                        }
				#iconLogs{
					background:url(../images/logs.png) 12px 12px no-repeat;
					}

							   #iconinfo{
                                        background:url(../images/info.png) 11px 11px no-repeat;
                                        }
                               #iconlogs{
                                        background:url(../images/logs.png) 11px 11px no-repeat;
                                        }
                               #iconmail{
                                        background:url(../images/mail.png) 11px 11px no-repeat;
                                        } 
                               #iconweb{
                                        background:url(../images/web.png) 11px 11px no-repeat;  
                               			}
                               #iconftp{
                               			background:url(../images/ftp.png) 11px 11px no-repeat;
                               			}
                               #icondatabases{
                               			background:url(../images/databases.png) 11px 11px no-repeat;
                               			}
                               #iconcron{
                               			background:url(../images/cron.png) 11px 11px no-repeat;
                               			}
                               #redirect{
                               			background:url(../images/redirect.png) 11px 11px no-repeat;
                               			} 
                               #icondns{
                               			background:url(../images/dns.png) 11px 11px no-repeat;
                               			}
                               #iconstatistics{
                               			background:url(../images/stats.png) 11px 11px no-repeat;
                               			}
                               #iconwebservices{
                               			background:url(../images/webservices.png) 11px 11px no-repeat;
                               			}
                               #iconweblogs{
                               			background:url(../images/logs.png) 11px 11px no-repeat;
                               			}	
							   #icondbbackup{
							   			background:url(../images/database_backup.png) 11px 11px no-repeat;
							   			}
							   			
                                #iconUsers{
                                        background:url(../images/users.png) 11px 11px no-repeat;
                                        }
                                #iconServices{
                                        background:url(../images/services.png) 11px 11px no-repeat;
                                        }
                                #iconActions{
                                        background:url(../images/actions.png) 11px 11px no-repeat;
                                        }
                                #iconTemplates{
                                        background:url(../images/templates.png) 11px 11px no-repeat;
                                        }
                                #iconOrders{
                                        background:url(../images/orders.png) 11px 11px no-repeat;
                                        }
                                #iconInvoices{
                                        background:url(../images/invoices.png) 11px 11px no-repeat
                                        }
                                #iconLogout{
                                        background:url(../images/logout.png) 11px 11px no-repeat;
                                        }
                                #iconLogs{
                                        background:url(../images/logs.png) 11px 11px no-repeat;
                                        }
                                #iconMyServices{
                                		background:url(../images/myservices.png) 11px 11px no-repeat;
                                		}
                                #iconStats{
                                        background:url(../images/stats.png) 11px 11px no-repeat;
                                        }
                                #iconpayments{
                                        background:url(../images/payments.png) 11px 11px no-repeat;
                                        }

.tabbedMenu{
        font-size:1.1em;
        }

        .tabbedMenu li{
                float:left;
                
                
                }
        .tabbedMenu a{
                display:block;
                padding:7px 14px;
                background:#444;
                border-top:1px solid #777;
                margin-right:2px;
                color:#aaa;
                margin-top:6px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                -webkit-border-top-left-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                }
        .tabbedMenu a:hover{
                background:#333;
                }

        .tabbedMenu .active a {
                background: #fff;
                color: #444;
                margin-top: 0px;
                font-size: 1.4em;
                padding-top: 8px;
                
                
        }
#tabswrapper{
		width:100%;
        float:right;
        margin-left:-240px;

}
#tabs{
       	margin-left:240px;
		position:relative;
        }
		#tabs .add {
				position:absolute;
				top:11px;
				right:0px;
				text-indent:-4000px;
				display:block;
				width:68px;
				height:20px;
				background: #fff url(../images/addbutton.png) 7px 7px no-repeat;
				margin:0px;
				padding:5px 5px 10px 5px;
				-moz-border-radius: 5px;
        		-webkit-border-radius: 5px;
				}
                #tabs .add-text {
				position:absolute;
				top:12px;
				right:25px;
				display:block;
				width:20px;
				height:20px;
				margin:0px;
				padding:5px 5px 10px 5px;
				-moz-border-radius: 5px;
                                -webkit-border-radius: 5px;
                                color:#1ba52c;
                                font-size:1.2em;
				}
.legend-domainlist{
       		color:#888;
       		font-size:1.6em;
       		margin-left:-5px;
       		padding:0px 5px;
}
.content{
        background-color:#ffffff;
        clear:both;
        font-size:1.1em;
        padding:20px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        }
        .content a:hover{
        	text-decoration: underline
        }
       	.content fieldset{
       		padding:5px 15px 13px;
       		border: 1px solid #ddd;
       		clear:both;
       		margin:5px 0px;
       		
       	
       	}
       	.content fieldset legend{
       		color:#888;
       		font-size:1.2em;
       		margin-left:-5px;
       		padding:0px 5px;
       	
       	}
.content table{
        width:100%;
        max-width:100%;
        text-align: center;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        }
        .content table th{
                font-size:13px;
                font-weight:normal;
                background-color:#4b4b4b;
                border-left:1px solid #3b3b3b;
                border-bottom:2px solid #3b3b3b;
                color:#fff;
                text-align:center;
                padding:8px 6px 4px;
                }
		#action-1{
		  width:40px;
		}
		#action-2{
		  width:70px;
		}
		#action-3{
		  width:100px;
		}
		#action-4{
		  width:120px;
		}
         .content table
        .content table .actioncolumn{
        		width:99px;
        }
        .content table .addcolumn{
        		width:40px;
        }
        		
        .content table tr td{
                background-color:#e2e2e2;
                margin: 0;
                border-bottom:1px solid #fff;
                border-left:1px solid #fff;
                padding:4px 10px;
                }
                .content table tr:hover td, .content table tr.even:hover td{
                background-color:#ccc;
                }
                
        .content table tr.even td{
                background-color:#f0f0f0;
                }
		.sknic-table tr{
                    height:20px;
                    padding:0 10px;
                    }
                .sknic-table tr td{
                    height:20px;
                    padding:0 10px !important;
                    }
                .edit-table tr{
                    height:22px;
                    padding:0 10px;
                    }
                .edit-table tr td{
                    height:25px;
                    padding:0 10px !important;
                    }
                .edit-table input{
                    height:17px;
                    padding:0px;
                    margin:0px;
		    width:200px;
                    }
                .edit-table select{
                    height:22px;
                    }
                .edit-table select.big_option{
                    height:auto;
                    }
                .edit-table option{
                    font-size:0.8em;
                    height:11px;
                    }
                .edit-table input.actionbutton {
                    width:85px;
                    height:27px;
                    padding:0px 10px;
                    color:#370b0c;
                    font-size:13px;
                    font-weight: bold;
                    text-shadow: 0 1px 0 #d4424a;
                    background: #b11519 url(../images/buttonbg.png) repeat-x;
                    border-top: 1px solid #d06467;
                    border-bottom: 1px solid #48090a;
                    -moz-border-radius: 8px;
                    -webkit-border-radius: 8px;
                }
        .toCen{
                text-align:center;
                }
        table span{
                display:block;
                float:left;
                padding:5px 0px 0 40px;
                }
		a.webadmin{
				text-indent:-4000px;
                display:block;
                width:20px;
                height:20px;
                background:url(../images/webadmin.png) top center no-repeat;
                margin:4px 4px 0px 4px;
                float:left;
        		}
        a.edit{
                text-indent:-4000px;
                display:block;
                width:20px;
                height:20px;
                background:url(../images/edit.png) top center no-repeat;
                margin:4px 4px 0px 4px;
                float:left;
                }
        a.delete{
                text-indent:-4000px;
                display:block;
                width:20px;
                height:20px;
                background:url(../images/deletebutton.png) top center no-repeat;
                margin:4px 4px 0px 4px;
                float:left;
                }
        a.deleteparameter{
        		text-indent:-4000px;
                display:block;
                width:20px;
                height:20px;
                background:url(../images/deletebutton.png) top center no-repeat;
                margin:4px 4px 0px 4px;
                float:left;
        }
        a.view{
                text-indent:-4000px;
                display:block;
                width:20px;
                height:20px;
                background:url(../images/view.png) top center no-repeat;
                margin:4px 4px 0px 4px;
                float:left;
                }
        a.delete_logs{
                text-indent:-4000px;
                display:block;
                width:20px;
                height:20px;
                background:url(../images/delete.png) top center no-repeat;
                margin:0 4px;
                position:relative;
                left: 30%;
                }
        a.delete_all_logs{
                text-indent:-4000px;
                display:block;
                width:20px;
                height:20px;
                background:url(../images/delete_all.png) top center no-repeat;
                margin:0 4px;
                position:relative;
                left: 30%;
                }
         a.delete_selected{
                border: none;
    			background: url(../images/delete_selected.png) no-repeat top left;
    			padding: 12px;
                }
		.delete_selected{
                border: none;
    			background: url(../images/delete_selected.png) no-repeat top left;
    			padding: 12px;
    			width:20px;
                }
        a.generatepdf {
				text-indent:-4000px;
				display:block;
				width:20px;
				height:20px;
				background:url(../images/pdficon.png) top center no-repeat;
				margin:4px 4px 0px 4px;
				float:left;
				}
		a.pay {
				text-indent:-4000px;
				display:block;
				width:20px;
				height:20px;
				background:url(../images/pay.png) top center no-repeat;
				margin:4px 4px 0px 4px;
				float:left;
				}
		a.add_basket {
				text-indent:-4000px;
				display:block;
				width:20px;
				height:20px;
				background:url(../images/add_basket.png) top center no-repeat;
				margin:4px 4px 0px 4px;
				float:left;*
				}
.ie .login {
  position: absolute;
top: 100px;
width: 180px;

font-size:1.1em;
padding:20px 60px;
background: #fff;
left: 50%;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-bottom:1px solid #444;
}
.ie7 .login {
position: absolute;
top: 100px;
width: 180px;

font-size:1.1em;
padding:20px 60px;
background: #fff;
left: 50%;
margin-left:-150px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-bottom:1px solid #444;
}

.login {
position: absolute;
top: 100px;
width: 300px;

font-size:1.1em;
padding:20px 0px;
background: #fff;
left: 50%;
margin:0px -150px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-bottom:1px solid #444;
}



.login a {
 color:black;
}


	.login label {
	width:100%;
	display: block;
	text-align: center;
	padding-left:5px;
	color:#999;
	}
	.login input{
	width: 150px;
	height:25px;
	line-height:15px;
	background: #dfdfdf;
	border:1px solid #bbb;
	color:#222;
	margin-bottom:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
	}
	.login input:hover {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:1px solid gray;
	}
	.login input.login_button {
	width: 150px;
	height:30px;
	margin: -5px 0px 0px ;
	color:#F9AA21;
	font: 500 13px arial;
	background: black ;
	border-top: 1px solid #828282;
	border-bottom: 1px solid #2F2E2E;
	cursor:pointer;	
	}
	.login input.login_button:hover {
	color:white;
	}

select {
border:1px solid #bbb; 
background:#f6f6f6; 
padding:3px;
margin: 1px;
width: 200px;
}
input {
border:1px solid #bbb; 
background:#f6f6f6; 
padding:3px;
margin: 1px;
width: 190px;
}
input[type="checkbox"], input[type="radio"], .checkbox{
width:15px;
height:15px;
}
textarea {
border:1px solid #bbb; 
background:#f6f6f6; 
padding:3px;
margin: 1px;
}
.filter_input{
border:1px solid #bbb; 
background:#f6f6f6; 
padding:3px;
margin: 1px;
width: 90px;
}
.cleaner{
        clear:both;
        }
.hide{

	display:none;
	}
ul	{
	list-style-type:none;
	}
a	{
	text-decoration:none;
	}
.delete_button{
	border: none;
    background: url('../images/delete_selected.png') no-repeat top left;
    padding: 8px;
	}
	
.logs_action{
	width:70px;
	max-width:70px;
}

/* Tabs
----------------------------------*/
.ui-tabs { padding:0; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 0 0px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{ 
                padding:5px 14px 6px 14px;
                background:none;
                background-color:#fff;
                color:#5a6c85;
                font-size:18px;
                font-weight:normal;
                margin:0px 2px 0 0; 
                }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; margin-top:2px; }
.ui-tabs .ui-tabs-hide { display: none !important; }

#ie7 .content{
        margin:0;
        padding:10px 20px 20px 10px;
        }
    
/* Pager
------------------------------*/

.pager {}
.pager a {border:0 !important; float:left; display:block; width:14px; height:14px;text-align:center;margin-left: auto;
margin-right: auto;}
.pager span {float:left; display:block; width:14px; height:14px; padding:0px; text-align:center;margin-left: auto;
margin-right: auto;}
.pager span.curr {font-weight:bold; color: #000;}
.pager img {border:0 !important; margin-top: 3px;}

/* Filter 
------------------------------*/
.filter_submit {
background:transparent url(./../images/filter_on.png) no-repeat scroll left top;
border:0 none;
cursor:pointer;
display:block;height:20px;
padding:0;
width:20px;
}

a.order {
display:block;
width:11px;
height:11px;
float:right;
padding:0;
margin:2px 2px 0px;
}
a.order_D {
background:url('../images/10x10_A.png') no-repeat top left;
}
a.order_D:hover {background:url('./../images/10x10_D.png') no-repeat top left;}
a.order_A {background:url('./../images/10x10_D.png') no-repeat top left;}
a.order_A:hover {background:url('./../images/10x10_A.png') no-repeat top left;}





.toolbox {
display:block;
position:absolute;
right:30px;
top:176px;
width:100px;
padding: 10px;
background-color: #e2e2e2;
border:1px solid grey;
}

.toolbox legend {
font-family: "Tahoma", Verdana, sans-serif;
}

.toolbox ul {
padding:5px;
background-color: #e2e2e2;
}

.toolbox li {
background-image:url(../images/li.png);
background-position:0 50%;
background-repeat:no-repeat;
padding:0 0 0 25px;
font-size:1.1em;
padding:7px;
background-color: #e2e2e2;
}

.toolbox a {
color: #5a6c85;
}

.toolbox a:hover {
text-decoration:underline;
}

.toogled { display:none; }



.actioninshow {width:100%; height:25px;}

#warning { 
	
	padding: 10px 10px 10px 50px;
	background-color:#ffada2;
	margin:20px;
	overflow: hidden;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#warning ul {
	list-style:none;
	

}
#warning ul li{
	display: block;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-size:1.2em;
	color:#b11519;
	border-bottom:1px dotted #b11519;
}

#warning ul ul {
	list-style:none;
	margin-bottom:10px;
}
#warning ul ul	li {
	list-style:none;
	border-bottom:none;
	margin:0px;
	padding:0px;	
	color:#fff;
	font-size:11px;
}
#warning ul ul	li a{	
	color:#491011;
}
#warning ul ul	li a:hover{	
	color:#2f0607;
	text-decoration: underline;
}
#succes { 
	
	padding: 10px 10px 10px 50px;
	background-color:#96f889;
	margin:20px;
	overflow: hidden;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#succes ul {
	list-style:none;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-size:13px;
	color:#2c3131;
}
#succes ul li{
	display: block;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-size:1.2em;
	color:#2c3131;
	border-bottom:1px dotted #2c3131;
}

#succes ul ul {
	list-style:none;
	margin-bottom:10px;
}
#succes ul ul	li {
	list-style:none;
	border-bottom:none;
	margin:0px;
	padding:0px;	
	color:#2c3131;
	font-size:11px;
}
#succes ul ul	li a{	
	color:#491011;
}
#succes ul ul	li a:hover{	
	color:#2c3131;
	text-decoration: underline;
}




.slider_miesto {
    background:url("../images/bg_miesto.gif") no-repeat top left;
    width:423px;
    height:55px;
}
.slider_db {
    background:url("../images/bg_databazy.gif") no-repeat top left;
    width:423px;
    height:55px;
}
.slider_mail {
    background:url("../images/bg_mail.gif") no-repeat top left;
    width:423px;
    height:55px;
}


.action_holder {text-align:left; display:block; width:350px;}
