#logo-system a {
	background: url("../system/graphic/logo.png") no-repeat;
	height: 72px;
	width: 196px;
	display: block;	
}
#logo-system {
	float: left;
}

#logo-system h1 {
	text-indent: -998em;
	margin: 0;
	padding: 0;
}

/* GŁÓWNE MENU */

#mainmenu.system {
	float: left;
	margin-left: 50px;
}

/* logout */

#menu-second {
	height:36px;
	float: right;
	font-size:16px;
	color:#ff9601;
	margin-top: 15px;
}
#menu-second ul{
	line-height:36px;
	list-style: none;
}
#menu-second ul li{
	float:left;
}
#menu-second a{
	color:#ff9601;
	text-decoration:none;
	margin-left: 20px;
	display:block;
	padding:0 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
	transition:background-color 0.3s ease, color 0.3s ease;
	-webkit-transition:background-color 0.3s ease, color 0.3s ease;
	-moz-transition:background-color 0.3s ease, color 0.3s ease;
	-o-transition:background-color 0.3s ease, color 0.3s ease;	
}
#menu-second a:hover{
	background:#ff9601;
	color:#fff;
}
#menu-second ul a.active {
	background:#ff9601;
	color:#fff;
}

/********* box top **************/

.box {
	width: 346px;
	position: relative;	
	float: left;
	margin-top: 40px;
}
.box.cash {
	width: 428px;
	margin-right: 40px;
	margin-left: 40px;
}
.box-left {
	float: left;
}
.box-right {
	float: right;
}

.box header {
	background: #e1e1e1;
	padding: 10px 15px;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.box .ico-user {
	background: url(../system/graphic/ico-user.png) no-repeat;
	width: 60px;
	height: 50px;
	position: absolute;
	top: -17px;
	right: 10px;
}	
.box.cash .ico-cash {
	background: url(../system/graphic/ico-cash.png) no-repeat;
	width: 49px;
	height: 54px;
	position: absolute;
	top: -21px;
	right: 14px;
}
.box .ico-stats {
	background: url(../system/graphic/ico-stats.png) no-repeat;
	width: 80px;
	height: 58px;
	position: absolute;
	top: -26px;
	right: 12px;
}
.box .content {
	background: #f9f9f9;
	border: 1px solid #e1e1e1;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.box .content p {
	margin-bottom: 3px;
}

#footer-bottom.footer-bottom-system {
	width: 1240px;
	margin: 0 auto;
    -moz-box-shadow: 0px 0px 12px #999;
    -webkit-box-shadow: 0px 0px 12px #999;
    box-shadow: 0px 0px 12px #999;		
}
.footer-wrapper.footer-wrapper-system {
	width: 1200px;
	margin: 0 auto;
}

/******* actions - dodaj użytkownika *****/

.actions {
	float: left;
}
.actions-table-wrapper {
	width: 398px;
	margin-left: 40px;
	margin-bottom: 40px;
	background: #eee;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;		
}
.actions-table td, .actions-table th {
	border: none;
}
.actions-table input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #666;
    font-family: verdana,sans-serif;
    font-size: 11px;
    margin: 0 0 8px;
    padding: 7px;
    width: 195px;
}
.actions-table td {
	float: left;
	width: 185px;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}

.line {
	border-top: 1px dotted #ccc;
	clear: both;
	margin-bottom: 40px;
	margin-top: 40px;
}


/**** przelaczanie trybu struktury ***/

.view-mode {
	float: right;
	margin-bottom: 35px;
}
.view-mode-link {
	width: 149px;
	padding: 12px 3px;
	line-height: 24px;
	float: right;
	text-align: center;
	font-size: 14px;
}
.view-mode-link a {
	color: #fff;
}
.view-mode-link a:hover {
	color: #fff;
}
.view-mode.graphic {
	background: url(../system/graphic/graphic-mode.png) no-repeat;
	width: 348px;
	height: 76px;

}
.view-mode.structure {
	background: url(../system/graphic/structure-mode.png) no-repeat;
	width: 348px;
	height: 76px;

}

.header-user {
	margin-bottom: 10px;
	background: #f9f9f9;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;	

}

/* edycja danych */
.user {
	width: 772px;
	float: right;
}
.user-email {
	width: 300px;
	float: left;
}
.user-email td {
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;
    width: 185px;
}
.user-email input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    font-family: verdana,sans-serif;
    font-size: 11px;
    margin: 0 0 13px;
    padding: 7px 0;
    text-indent: 5px;
    width: 245px;
}


.user-data-wrapper {
	width: 410px;
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;	
    padding: 0 10px 10px 10px;
}
.user-data td {
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding-top: 10px;
    width: 185px;
}
.user-data input {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    font-family: verdana,sans-serif;
    font-size: 11px;
    margin: 0 0 13px;
    padding: 7px;
    width: 210px;
}

.user-data input.submit {
    background: none repeat scroll 0 0 #ccc;
    border: 1px solid #D78004;
    border-radius: 5px 5px 5px 5px;
    color: #13212B;
    cursor: pointer;
    font-family: verdana,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    text-align: center;
    width: 120px;
}


/**** start / partnerzy handlowi ***/

.left-site {
	width: 814px;
	float: left;
}
.right-site {
	width: 306px;
	float: right;
}

/****** legenda ****/

.legenda {
	float: left;
	margin-right: 23px;
	margin-bottom: 23px;
	background: #f9f9f9;
	padding: 10px 15px 24px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;

}
.legenda-opis {
	margin-top: -31px;
	margin-left: 48px;
}

/* i informacje pod ikona I *********/
.rollup {
	font-family: verdana;
	font-size: 11px;
	line-height: 1.6em;
}
.information-ico {
	background: url(../system/graphic/information.png) no-repeat;
	width: 20px;
	height: 20px;	
	cursor: pointer;
}
.information-ico-perfum {
	background: url(../system/graphic/information-perfum.png) no-repeat;
	width: 95px;
	height: 102px;	
	cursor: pointer;
}

html[data-useragent*='MSIE 10.0'] .information-1, html[data-useragent*='MSIE 9.0'] .information-1 {
	top: 75px;
	left: 645px;
	position: absolute;
}
html[data-useragent*='MSIE 10.0'] .information-2, html[data-useragent*='MSIE 9.0'] .information-2 {
	top: 75px;
	right: 190px;
	position: absolute;
}
html[data-useragent*='MSIE 10.0'] .information-perfum, html[data-useragent*='MSIE 9.0'] .information-perfum {
	top: 75px;
	right: 190px;
	position: absolute;
}
.information-1 {
	top: 75px;
	left: 663px;
	position: absolute;
}
.information-2 {
	top: 75px;
	right: 164px;
	position: absolute;
}
.information-perfum {
	top: 67px;
	left: 352px;
	position: absolute;
}


/* aktualnosci */

.news-header {
    background: none repeat scroll 0% 0% #E1E1E1;
    padding: 10px 15px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}
.news-title {
    font-size: 16px;
    color: #0171BB;
    font-weight: normal;
    float: left;
}
.news-date {
    color: #666;
    line-height: 22px;
    float: right;
}
.news_wrapper {
background: none repeat scroll 0% 0% #F9F9F9;
border: 1px solid #E1E1E1;
padding: 10px;
margin-bottom: 20px;
overflow: hidden;
border-radius: 0px 0px 5px 5px;
}

.news_wrapper ol, .news_wrapper-special ol {
	margin-left: 30px;
}
.news_wrapper ol li, .news_wrapper-special ol li {
	list-style-type: unset;
	line-height: 20px;
}

.news-header-special {
    background: none repeat scroll 0% 0% #d9edf7;
    padding: 10px 15px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    border-top: 1px solid #bce8f1;
    border-left: 1px solid #bce8f1;
    border-right: 1px solid #bce8f1;
}

.news_wrapper-special {
background: none repeat scroll 0% 0% #fff;
border: 1px solid #bce8f1;
padding: 10px;
margin-bottom: 20px;
overflow: hidden;
border-radius: 0px 0px 5px 5px;
}


.news-extra-header {
    background: none repeat scroll 0% 0% #ff9601;
    padding: 10px 15px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    border-top: 1px solid #ff9601;
    border-left: 1px solid #ff9601;
    border-right: 1px solid #ff9601;
}

.news-extra-wrapper {
background: none repeat scroll 0% 0% #fff;
border: 1px solid #ff9601;
padding: 10px;
margin-bottom: 20px;
overflow: hidden;
border-radius: 0px 0px 5px 5px;
}
.news-extra-title {
	color: #fff;
}