html, body {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bckg.jpg');
	background-repeat: repeat-x;
	background-color: #97da11;
}
a {
	outline: none;
	text-decoration: none;
	color: #666;
}
fieldset {
	border: 1px solid #ccc;
	background-color: #eee;
	margin-top: 5px;
}
fieldset legend {
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 5px;
}
input:focus::-moz-focus-inner {
	border-color: transparent;
}
:focus {
	outline: 0;
}
input {
	width: auto;
	overflow: visible; 
}
div#main {
	display: block;
	width: 870px;
	margin-top: 30px;
	visibility: hidden;
}
div.lColumn {
	display: block;
	float: left;
	width: 200px;
	margin-left: 10px;
	*margin-left: 5px;
	font-family: Arial;
}
html>body div.lColumn {
	margin-left: 10px;
}
div.lColumn div.tBox, div.lColumn div.cBox {
	display: block;
	width: 160px;
	height: 21px;
	background-image: url('../images/box_top.jpg');
	font-size: 10px;
	color: #fff;
	padding-left: 20px;
	padding-top: 4px;
	font-weight: bold;
}
div.lColumn div.tBox span {
	font-size: 11px;
}
div.lColumn div.cBox {
	background-image: url('../images/box_bottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	color: #666;
	width: 140px;
	height: 100%;
	padding-bottom: 25px;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-top: 15px;
	text-align: justify;
	display: block;
}
div.rColumn {
	display: block;
	float: left;
	width: 640px;
	background-color: #fff;
}
div#connection {
	display: block;
	margin-top: 10px;
	text-align: left;
}
div#connection div.on, div#connection div.off {
	display: block;
	padding-top: 5px;
	padding-left: 25px;
	background-image: url(../images/correct.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	height: 20px;
}
div#connection div.off {
	background-image: url(../images/warning.gif);
	margin-left: -5px;
	padding-left: 30px;
}
div#container {
	display: block;
	width: 870px;
	margin: 0px auto;
	z-index: 1;
	position: relative;
	padding-bottom: 10px;
	background-color: #fff;
	overflow: hidden;
}
div#languages {
	display: block;
	height: 30px;
	width: 100%;
}
div#languages ul {
	margin: 0px auto;
	text-align: right;
	width: 85%;
}
div#languages  li {
	background-image: url('../images/lang_bckg.jpg');
	background-repeat: no-repeat;
	background-position: 100%;
	width: 130px;
	height: 25px;
	display: block;
	float: right;
	padding-right: 20px;
	padding-top: 3px;
}
div#languages a#pl, div#languages a#en {
	background-repeat: no-repeat;
	background-position: 100%;
	padding-right: 30px;
	padding-top: 5px;
	color: #333;
	font-size: 11px; 
	font-family: Arial;
	height: 18px;
	display: block;
}
div#languages a#pl {
	background-image: url('../images/pl_icon.jpg');
}
div#languages a#en {
	background-image: url('../images/en_icon.jpg');
}
div#logo {
	display: block;
	height: 110px;
	width: 100%;
	background-image: url('../images/logo.jpg');
}
div#menu {
	display: block;
	height: 51px;
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	margin-top: 30px;
	padding-top: 9px;
	visibility: hidden;
}
div#menu a {
	display: block;
	width: 130px;
	height: 45px;
	float: left;
	background-position: 50% 0;
}

div#menu a.news 				{ background-image: url('../images/m_news.jpg'); }
div#menu a.articles 			{ background-image: url('../images/m_articles.jpg'); }
div#menu a.configuration 		{ background-image: url('../images/m_settings.jpg'); }
div#menu a.settings 			{ background-image: url('../images/m_settings.jpg'); }
div#menu a.file_explorer		{ background-image: url('../images/m_documents.jpg'); }
div#menu a.menu			 	{ background-image: url('../images/m_menu.jpg'); }
div#menu a.banner 			{ background-image: url('../images/m_banner.jpg'); }
div#menu a.popup 				{ background-image: url('../images/m_popup.jpg'); }
div#menu a.user_management	{ background-image: url('../images/m_user.jpg'); }
div#menu a.gallery			{ background-image: url('../images/m_gallery.jpg'); }
div#menu a.categories 		{ background-image: url('../images/m_categories.jpg'); }
div#menu a.products 			{ background-image: url('../images/m_products.jpg'); }
div#menu a.producers 			{ background-image: url('../images/m_producers.jpg'); }
div#menu a.features 			{ background-image: url('../images/m_features.jpg'); }
div#menu a.availabilities 	{ background-image: url('../images/m_availabilities.jpg'); }
div#menu a.taxes 				{ background-image: url('../images/m_taxes.jpg'); }
div#menu a.forms 				{ background-image: url('../images/m_forms.jpg'); }
div#menu a.order 				{ background-image: url('../images/m_order.jpg'); }
div#menu a.users 				{ background-image: url('../images/m_users.jpg'); }
div#menu a.promotions 		{ background-image: url('../images/m_promotions.jpg'); }
div#menu a.multimedia 		{ background-image: url('../images/m_multimedia.jpg'); }
div#menu a.items				{ background-image: url('../images/m_items.jpg'); }
div#menu a.parameters			{ background-image: url('../images/m_parameters.jpg'); }

div#menu a:hover, div#menu a.active {
	background-position: 50% 100%;
}
div#section_header {
	display: block;
	font-family: Arial;
	font-size: 17px;
	color: #666;
	font-weight: bold;
}
div#content {
	width: 660px;
	font-family: Arial;
	font-size: 11px;
	padding-bottom: 20px;
	margin-top: 20px;
}
div#footer {
	display: block;
	margin: 0px auto;
	width: 882px;
	height: 48px;
	background-image: url('../images/footer.jpg');
	text-align: center;
	padding-top: 29px;
	font-family: Arial;
	font-size: 11px;
	color: #909090;
	position: relative;
	z-index: 0;
	clear: left;
}
div#footer a {
	color: #909090;
	padding-left: 12px;
	padding-right: 12px;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer a#smartparts {
	display: block;
	right: 8px;
	width: 71px;
	height: 25px;
	background-image: url('../images/smartparts.jpg');
	top: 75px;
	position: absolute;
}
form#loginBox input.text{
	width: 140px;
	height: 15px;
	background-image: url('../images/loginBox.jpg');
	background-repeat: x-repeat;
	border: 1px solid #e2e2e2;
	padding: 0px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 10px;
	color: #666;
}
form#loginBox input.submit {
	background-image: url('../images/login_ico.jpg');
	background-repeat: no-repeat;
	padding-left: 10px;
	border: none;
	background-color: transparent;
	height: 17px;
	width: 100px;
	margin-top: 5px;
}
a.logout {
	display: block;
	background-image: url('../images/logout_ico.jpg');
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	height: 14px;
}
span#incorrectLogin {
	display: block;
	font-family: Arial;
	font-size: 11px;
	color: #666;
	background-image: url('../images/warning.gif');
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 40px;
	padding-top: 5px;
	margin-top: 20px;
	margin-left: 20px;
}
div.page404, div.pageInfo {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eee;
	width: 450px;
	display: block;
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url('../images/warning.gif');
	background-position: 10px 50%;
	background-repeat: no-repeat;
}
div.pageInfo {
	background-image: url('../images/information.gif');
}
div.toolbar {
	display: block;
	margin-top: 10px;
	width: 650px;
	clear: left;
	height: 30px;
}
div.toolbar input.submit.select, div.toolbar input.submit.deselect  {
	background-repeat: no-repeat;
	background-color: #fff;
	padding-left: 35px;
	border: 0;
}
div.toolbar input.submit:focus {}
div.toolbar input.submit.select {
	background-image: url('../images/select_all.jpg');
}
div.toolbar input.submit.deselect {
	background-image: url('../images/deselect_all.jpg');
}
table.dataTable {
	margin: 10px;
	border-collapse: collapse;
}
table.dataTable td {
	padding: 5px;
}
table.dataTable th {
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
	width: 100%;
}
table.dataTable td textarea, table.dataTable td input {
	width: 100%;
}
table.userTable {
	padding: 10px;
}
table.userTable td {
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
	width: 430px;
}
table.userTable td.left {
	text-align: right;
	width: 160px !important;
	background-color: #fafafa;
	border: 1px solid #eee;
}
table.userTable div#changePassword {
	margin: 10px;
}
table.userTable span.block {
	width: 100px;
	display: block;
	float: left;
	clear: left;
	margin: 5px;
}
table.userTable div#passStrength, table.userTable div#passStatus {
	display: block;
	float: left;
	width: 200px;
	margin-left: 115px;
	padding: 10px;
}
table.userTable div#passStatus {
	text-align: right;
	color: #902020;
}
table.userTable div#passStrength div#passMark {
	float: left;
	height: 11px;
	margin-top: 2px;
	background-image: url('../images/star-ico.gif');
}
table.userTable div#passStrength div#passValue {
	float: right;
}
table.userTable input[type="password"], table.userTable input[type="text"], table.userTable textarea {
	float: left;
	border: 1px solid #ccc;
	width: 320px !important; 
	color: #666;
	font-size: 12px;
}
/* explorer styles */
.sortcol {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-image: url('../images/up-sort.gif');
	background-color: #c3c1c1;
}
.sortdesc {
	background-image: url('../images/down-sort.gif');
	background-color: #c3c1c1;
}
.nosort {
	cursor: default;
}
div.FileExplorer {
	display: block;
	width: 640px;
	font-family: Arial;
	font-size: 11px;
}
div.FileExplorer thead {
	background-image: url('../images/expl_header.jpg');
	background-repeat: x-repeat;
	height: 30px;
	*height: 18px;
}
div.FileExplorer thead td {
	padding: 5px 10px 5px 10px;
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
div.FileExplorer table.list {
	margin-top: 10px;
}
div.FileExplorer table.list thead td.nosort {
	padding: 0;
}
div.FileExplorer table.list tbody td {
	background-color: #f7f7f7;
	text-align: center;
}
div.FileExplorer a.dir, div.FileExplorer a.undo {
	display: block;
	height: 25px;
	background-image: url('../images/expl_dir.png');
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 15px;
	color: #000;
	text-align: left;
	background-color: #fff;
	padding-right: 20px;
}
div.FileExplorer a.undo {
	background-image: url('../images/expl_undo.jpg');
}
div.FileExplorer table.thumb {
	margin: 0px auto;
}
div.FileExplorer table.thumb td {
	background: none;
	height: 120px;
	width: 110px;
	vertical-align: top;
}
div.FileExplorer table.thumb a.thumb {
	display: block;
	height: 120px;
	width: 110px;
	background-image: url('../images/explorer-thumb.jpg');
	background-repeat: no-repeat;
	margin: 15px;
}
div.FileExplorer table.thumb div.dir, div.FileExplorer table.thumb div.file {
	display: block;
	height: 100px;
	width: 110px;
	background-image: url('../images/expl_dir.png');
	background-repeat: no-repeat;
	background-position: 50%;
	padding-top: 50px;
	color: #000;
}
div.FileExplorer table.thumb div.name {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
div.FileExplorer table.thumb div.tools {
	display: block;
	margin: 0px auto;
	height: 20px;
	margin-bottom: -38px;
	margin-top: 20px;
}
div.FileExplorer table.thumb table {
	margin: 0px auto;
	padding-top: 24px;
}
div.FileExplorer table.thumb table td {
	vertical-align: middle;
	width: 104px;
	height: 100px;
	text-align: center;
}
div.FileExplorer table.thumb img {
	margin-left: -1px;
	max-width: 106px;
	max-height: 80px;
	border: none;
}
/* mime */
div.FileExplorer a.file {
	height: 25px;
	padding-top: 15px;
	display: block;
	background-repeat: no-repeat;
	padding-left: 45px;
	color: #000;
	text-align: left;
	background-color: #fff;
	padding-right: 20px;
}
div.FileExplorer a.image {
	background-image: url('../images/expl_image.jpg');
}
div.FileExplorer a.text, div.FileExplorer table.thumb div.text {
	background-image: url('../images/expl_text.jpg');
}
div.FileExplorer a.audio, div.FileExplorer table.thumb div.audio {
	background-image: url('../images/expl_audio.jpg');
}
div.FileExplorer a.video, div.FileExplorer table.thumb div.video {
	background-image: url('../images/expl_video.jpg');
}
div.FileExplorer a.application, div.FileExplorer table.thumb div.application {
	background-image: url('../images/expl_app.jpg');
}
div.FileExplorer a.doc, div.FileExplorer table.thumb div.doc {
	background-image: url('../images/expl_doc.jpg');
}
div.FileExplorer a.pdf, div.FileExplorer table.thumb div.pdf {
	background-image: url('../images/expl_pdf.jpg');
}
div.FileExplorer a.zip, div.FileExplorer table.thumb div.zip
div.FileExplorer a.rar, div.FileExplorer table.thumb div.rar
div.FileExplorer a.gz,  div.FileExplorer table.thumb div.gz {
	background-image: url('../images/expl_ziprar.jpg');
}
div.FileExplorer div.separator {
	display: block;
	background-image: url('../images/expl_footer.jpg');
	background-repeat: x-repeat;
	height: 17px;
	width: 640px;
	border-bottom: 1px solid #c6c6c6;
	padding-top: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.FileExplorer div.separator span {
	display: block;
	float: left;
	background-image: url('../images/expl_navig.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	margin-left: 7px;
}
div.FE-footer input.text {
	width: 179px;
	height: 16px;
	background-image: url('../images/textBox.jpg');
	background-repeat: no-repeat;
	border: 0;
	padding-left: 10px;
	padding-right: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	float: left;
}
div.FE-footer input.submit {
	float: left;
	margin: 5px;
}
div.FE-footer div.upload {
	display: block;
	float: left;
	margin: 5px;
}
div.FileExplorer div#upload_status {
	display: block;
	float: right;
	margin: 5px;
}
div.FileExplorer a.delete_tool, div.FileExplorer  a.visible0_tool, div.FileExplorer  a.visible1_tool, div.FileExplorer  a.edit_tool {
	background-position: 0 100%;
}
div.upload_complete, div.upload_loading, div.CMSLoading {
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-top: 5px;
	padding: 10px 10px 10px 45px;
	background-image: url('../images/correct.gif');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	margin: 10px auto;
	width: 200px;
}
div.CMSLoading {
	background-image: url('../images/loading.gif');
	background-color: none;
	border: none;
	width: 200px;
	font-size: 11px;
	padding-left: 50px;
	margin-left: -10px !important;
}
div.upload_loading {
	background-image: url('../images/loading.gif');
}
div#upload_progressbar, div#status_progressbar  {
	display: block;
	width: 200px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.FE-footer {
	display: block;
	margin-top: 5px;
	margin-bottom: 25px;
	*margin-top: -20px;
}
div.FE-upload-box {
	display: block;
	margin: 0px auto;
	width: 280px;
	cursor: default;
}
div.FE-upload-box div.content {
	display: block;
	margin-left: 15px;
	text-align: left !important;
	font-family: Arial;
	font-size: 11px !important;
}
div.FE-upload-box div.CMSLoading {
	width: auto;
}
#progressBarInProgress {
	width: 0%;
	height: 11px;
	background-image: url('../images/expl_pstatus.jpg');
	margin-top: -12px;
	margin-left: 1px;
}
#progressBarStatus {
	width: 200px;
	height: 13px;
	background-image: url('../images/expl_pbar.jpg');
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
a.preview-list, a.preview-block  {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('../images/preview_list.jpg');
}
a.preview-block  {
	background-image: url('../images/preview_block.jpg');
}
a.preview-list.active, a.preview-block.active {
	background-position: 0 100%;
}
span.prevColor {
	display: block;
	width: 26px;
	height: 26px;
	background-image: url('../images/palette-preview_small.png');
}
span.prevColor.gray {
	background-image: url('../images/palette-preview_small_gray.png');
}
