* {
	padding:0;
	margin:0;
}

body {
	background: #2a0001 url('../img/bg.png') repeat-x;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #470000;
	text-align:center;
}

/* SITE LAYOUT START */

#page {
	width: 1000px;
	background: #5e0000;
	border: 5px solid #f2d6a5;
	margin: 50px auto 0px;
	text-align:left;
	overflow: auto;
}

#header {
	background: url('../img/header.png') repeat-x;
	width: 100%;
	height: 200px;
	margin: 0;
}

#logo {
	display: inline;
	float: left;
	width: 326px;
	height: 111px;
	margin: 35px 0 0 35px;
}

#header-tools {
	display: inline;
	float: right;
}

#content {
	background: #f2d6a5;
	width: 795px;
	overflow: auto;
	margin: 0 0 5px 0;
}

#left_column {
	display: inline;
	float:left;
	width: 190px;
	padding: 0;
	margin: -7px 10px 0 0;
	_margin-right: 0px;
}

#center_column {
	display: inline;
	float: left;
	background: #f2d6a5;
	width: 600px;
	min-height: 540px;
	padding: 0;
}

#right_column {
	display: inline;
	float: left;
	background: #f2d6a5;
	width: 185px;
	min-height: 540px;
	padding: 0;
}

#footer {
	width: 1000px;
	margin: 0px auto 0px;
	height: 30px;
}

#footnote {
	float: left;
	color: #f2d6a5;
	padding: 10px 0 10px 10px;
	text-align: left;
}

#solution {
	float: right;
	color: #f2d6a5;
	padding: 10px 10px 10px 0;
	text-align: right;
	font-style: italic;
}

#solution a, #solution a:link, #solution a:active, #soluction a:visited {
	color: #f2d6a5;
	text-decoration: none;
}

#solution a:hover {
	color: #e7c486;
	text-decoration: underline;		
}

/* SITE LAYOUT END */

/* GLOBAL STYLE START */
a {
	color: #470000;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h2 {
	font-size: 1.1em;
	line-height:1.6em;
	text-transform: uppercase;
	font-weight: bold;
	color: #470000;
	height: 21px;
}
h2 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #470000;
}

#center_column h2 {
	padding: 10px 0 0 10px;
}

h3 { font-size: 1.1em; margin: 1em 0; }
h4 { font-size: 1em; color: #fff; }

ul.bullet li, .block ul.bullet li {
	padding-left: 2em;
	background: transparent url('../img/bullet.gif') no-repeat 0.6em 0.5em;
	list-style-type:none;
}

img.icon { margin-right: 0.5em; vertical-align: middle; }

/* GLOBAL STYLE END */

/* TABLE STYLE START */
div.table_block {
	background: transparent url('../img/table_footer.gif') no-repeat bottom left;
	padding-bottom:6px;
	margin:0 auto 2em;
	width:541px;
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
}
table.std td, table.std th {
	padding: 0.4em 0.5em;
}
table.std th {
	white-space:nowrap;
}
table.std tr.item td, table.std tr.item th {
	background-color: white;
}
table.std tr.alternate_item td, table.std tr.alternate_item th {
	background-color: #f1f2f4;
}
table.std tbody tr td, table.std tfoot tr td {
	border-top: 1px solid #bdc2c9;
}
table.std thead th {
	background-color: transparent;
	background-image: url('../img/table_header.gif');
	background-repeat: no-repeat;
	height:24px;
	color: #374853;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
table.std thead th.first_item {
	background-position: top left;
}
table.std thead th.last_item {
	background-position: top right;
}
table.std thead th.item {
	background-position: -5px 0;
}
table.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap;
}
/* TABLE STYLE END */

/* errors */

.error {
	background-color: #F6DFB6;
	border: 1px solid #AB2E0A;
	color: #da0f00;
	margin: 10px 20px 10px 10px;
	padding: 5px;
	font-size: 13px;
}
.error p { 
	font-weight: bold;
}

.error li {
	list-style-position: inside;
	margin: 5px 0 5px 10px;
}

/* warning */
.warning {
	color: #470000;
	font-size: 1.2em;
	background-color: #F6DFB6;
	border: 1px solid #AB2E0A;
	font-weight: bold;
	margin: 10px 18px 0 10px;
	padding: 10px 10px 10px 20px;
}

.warning_inline {
	color:#da0f00;
	font-weight:bold;
}

/* success */
.success {
	color: green;
	background-color: #d0d3d8;
	border: 1px dashed green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em;
}
.success_inline {
	color:green;
	font-weight:bold;
}

/* BREADCRUMBS START */

.breadcrumb {
	font-size: 1em;
	color: #470000;
	margin: 10px 0 0 10px;
}

.breadcrumb .navigation-pipe {
	padding: 0 0.6em;
}

.breadcrumb a {
	text-decoration: none;
	color: #470000;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/* BREADCRUMBS END */

/* PAGINATION START */

div.pagination {
	display: inline;
	clear: both;
	height: 18px;
	background: #f2d6a5 url('../img/lang_bg.png') repeat-x;
	border: 1px solid #7e5138;
	margin: 10px 18px 10px 0;
	padding: 5px 2px 5px 5px;
	float: right;
}

ul.pagination {
	list-style: none;
	float: left;
}

ul.pagination li {
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #470000;
	margin-right: 3px;
}

ul.pagination a, ul.pagination span {
	display: block;
	line-height: 17px;
}

ul.pagination a { text-decoration: none; }

#pagination li.current {
	color: #470000;
	font-size: 12px;
	font-weight: bold;
}

ul.pagination li.current span {
	color: #470000;
	font-size: 12px;
	font-weight: bold;
}

span.pages {
	margin-right: 3px;
}

/* PAGINATION END */

/* HEADER START */

#header ul { list-style: none; }

#header form {
	border: none;
	margin-bottom: 0!important;
	display: inline;
}

#header label {
	margin: 0;
	float: none;
}

/* HEADER END */

/* LANGUAGES START */
#header #languages_block_top {
	width: 70px;
	height: 28px;
	background: #f2d6a5 url('../img/lang_bg.png') repeat-x;
	border: 1px solid #7e5138;
	float: right;
	margin: 5px 5px 0 0;
}
#header #languages_block_top p {
	text-align: center;
	clear: right;
}
#languages_block_top ul#first-languages {
	float: left;
	height: 11px;
	width: 60px;
	padding: 8px 0 0 8px;
}
#languages_block_top ul#first-languages li {
	float:left;
	margin-right: 3px;
}

#languages_block_top ul#first-languages li.selected_language {
	float:left;
	margin-right: 3px;
}

/* LANGUAGES END */

/* SEARCH START */

#header #search_block_top {
	display: inline;
	float: right;
	background: transparent;
	margin: 135px 5px 0 0;
}

#header #search_block_top input#search_query {
	display: inline;
	float: left;
	background: #f2d6a5 url('../img/field_bg.png') repeat-x;
	border: 1px solid #7e5138;
	width: 200px;
	height: 15px;
	color: #470000;
	font-size: 12px;
}

.button {
	display: inline;
	float: left;
	background: #f2d6a5 url('../img/field_bg.png') repeat-x;
	border: 1px solid #7e5138;
	width: 55px;
	height: 23px;
	color: #470000;
	margin: 0 0 0 5px;
}

.button:focus, .button:active, .button:hover {
	border: 1px solid #7e5138;	
}

#content h3 {
	margin-left: 10px;
}

/* SEARCH END */

/* INFORMACIJA START */

#informations_block_left h4 {
	color: #fff;
	font-size: 14px;
}

#informations_block_left a {
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 13px;
}

#informations_block_left a:hover {
	text-decoration: underline;
}

/* INFORMACIJA END */

/* AKCIJOS START */

#featured-products-block {
	background: #f2d6a5 url('../img/akcijos_bg.png') repeat-x;
	width: 175px;
	margin: 34px 0 10px 0;
	padding-bottom: 10px;
	border: 1px solid #aa2d09;
}

#featured-products-title {
	color: #470000;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
	margin: -25px 0 0 0;
}

#featured-products-content {
}

#featured-products-list {
	padding: 0;
	margin: 0;	
}

#featured-products-content ul {
	padding: 0;
	margin: 0;
}

#featured-products-content li {
	padding: 0;
	margin: 0;
	list-style: none;	
}

.featured-products-item {
}

.featured-products-name {
	padding: 20px 0 10px 10px;
	font-size: 14px;
	color: #470000;
}

.fpn, .fpn:active, .fpn:visited, .fpn:link {
	color: #470000;
	text-decoration: none;	
}

.fpn:hover {
	text-decoration: underline
}

.featured-products-image {
	margin: 0 0 0 23px;
	width: 129px;
	height: 129px;
	text-align: center;
	border: 1px solid #aa2d09;
}

.featured-products-price {
	padding: 10px 0 0 10px;
	color: #470000;
	font-size: 14px;
}

#more_specials {
	padding: 20px 0 0 10px;
	font-size: 12px;
}

#more_specials a {
	color: #aa2d09;
}

/* AKCIJOS END */

/* BLOCK START */
div.block {
	margin-bottom: 1em;
	width: 191px;
}
#left_column div.block, #right_column div.block {
	padding-bottom: 6px;
}
div.block h4 {
	text-transform: uppercase;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-left:0.5em;
	padding-top:2px;
	line-height:1.3em;
	color: #374853;
	height: 19px;
}
div.block h4 a { color: #374853; }
div.block ul { list-style: none; }
div.block ul.tree li { padding-left:1.2em; }
div.block a:hover { text-decoration: underline; }
#left_column div.block .block_content a.button_large, #right_column div.block .block_content a.button_large { margin:0 0 0 -3px; }
div.block .block_content {
	border-left: 1px #d0d3d8;
	border-right: 1px #d0d3d8;
	padding:0.5em 0.7em 0pt;
	min-height:20px;
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside;
}
div.block a {
	color: #595a5e;
	text-decoration: none;
}

/* BLOCK END */

/* HOME PAGE & CMS PAGES START */

.rte {
	background: #f2d6a5;
	padding: 10px;
}

.editorial_block {
	padding: 10px;
}

#editorial_block_center .rte {
	background: #f2d6a5;
}


/* HOME PAGE END */

/* CATEGORIES MENU START */

#categories_block_left h4 {
	color: #fff;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

ul#menu, ul#menu ul {
	list-style-type:none;
 	margin: 0;
 	padding: 0;
	width: 180px;
	font-size: 13px;
}

ul#menu a {
	display: block;
 	text-decoration: none;
}

ul#menu li {
	margin-top: 1px;
 	padding: 0;
}

ul#menu li a {
	background: #7f0000;
 	color: #fff;	
	padding: 0.5em;
}

ul#menu li a:hover {
	background: #760000;
}

ul#menu li ul li a {
	background: #f2d6a5;
 	color: #000;
	padding-left: 20px;
}

ul#menu li ul li a:hover {
	background: #f6d395;
	color: #000;
 	border-left: 5px #760000 solid;
 	padding-left: 15px;
}

/* CATEGORIES MENU END */

/* CATEGORY START */

h2.category_title { 
	font-size: 24px;
	color: #470000;
	margin: -12px 0 0 0px;
}

body#category #subcategories li {
	margin-right:10px;
}
 	  
div.cat_desc { margin:0 1em; }

body#category  div#subcategories ul.inline_list  li a img {
	display:inline;
}

.category_products {
	color: #470000;
	font-size: 15px;
	font-weight: normal;
	padding: 9px 0 0 10px;
}

#category_head {
	width: 570px;
	height: 50px;
	border: 1px solid #ab2e0a;
	margin: 10px 0 0 10px;
	padding: 0;
}

.no-image-product-name {
	display: table-cell;
	width: 129px;
	height: 129px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	padding: 0 5px 0 5px;
}

/* CATEGORY END */

/* PRODUCTS START */
ul#product_list {
	margin: 0 0 0 10px;
	list-style-type:none; 
}

ul#product_list li {
	width: 129px;
	height: 129px;
	float: left;
	background: #f2d6a5;
	border: solid 1px #aa2d09;
	margin: 16px 16px 0 0;
}

ul#product_list li:hover {
	border: solid 1px #fdb333;
}

ul#product_list a.product_img_link img{
	vertical-align:bottom;
}

ul#product_list li h3{ margin:0.4em 0; }

ul#product_list li .new{
	background:transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
	border:1px solid #488C40;
	color:white;
	font-size:0.6em;
	font-weight:bold;
	margin:0pt 1em 0pt 0pt;
	padding:0pt 0.4em;
	text-transform:uppercase;
	vertical-align:0.3em;
}

ul#product_list li p.product_desc{ font-size:0.92em; }

ul#product_list li div.center_block{
	float:left;
	width:auto; /* 74% */
}

ul#product_list li div.right_block{
	float:left;
	width: 11em;
	text-align:right;
	margin-left:1em;
	margin-top:0;
}

/* PRODUCTS END */

/* CONTACT FORM START */

#contacts {
	padding: 10px 20px 10px 0;
}

#contacts p {
	padding: 5px 20px 0 20px;
	color: #470000;
}

body#contact-form div#center_column form input#email, body#contact-form div#center_column form select#id_contact, body#contact-form div#center_column form textarea#message{
	width: 50%;
}

form.std p.desc_contact span.like_input {
	width: 366px;
	text-align: left;
}

form.std {
	clear: both;
}
form.std h3 {
	color: #470000;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}
form.std fieldset {
	border: 1px solid #aa2d09;
	background: #f2d6a5 url('../img/akcijos_bg.png') repeat-x;
	margin: 10px 20px 20px 10px;
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}

input, textarea, select {
	padding: 3px;
	border: 1px solid #470000;
}

label {
	color: #470000;
}

.required sup {
	color: #da0f00;
}

form.std p.submit {
	padding-left:31%!important;
	margin-bottom: 1.5em;
}

#center_column form.std p.submit2 {
	padding-left:170px;
	margin-bottom: 1.5em;
}

.contact-response {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 0 20px;
}

/* CONTACT FORM END */

/* PRODUCT START */

#product-nav-prev {
	float: left;
	margin: 140px 0 0 10px;
	_margin-left: 5px;
}

#product-nav-next {
	float: left;
	margin: 140px 0 0 10px;
	_margin-left: 5px;
}

#primary_block #image-block{
	float: left;
    border: #aa2d09 solid 1px;
    margin: 10px 0 0 10px;
    _margin-left: 5px;
    width: 490px;
    height: 370px;
    overflow: auto;
}
#primary_block #image-block img#bigpic{
	cursor: pointer; 
	width: auto;
	height: auto;
	margin: 4px;
}

#primary_block #short_description_block{
	padding: 0.7em;
	margin-bottom: 1.5em;
}

#primary_block #image-block img#bigpic.jqzoom{
	cursor:crosshair;
	position:relative;
}

#primary_block #short_description_content{
	margin-bottom:0.5em;
}

.price, .price-shipping, .price-wrapping {
	color: #470000;
	margin: 10px 5px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	white-space:nowrap;
}

#more_views_title {
	margin: 10px 0 10px 10px;
	font-weight: bold;
}

#thumbs_list {
	overflow: hidden;
	margin: 10px 0 10px 10px;
	border: 1px solid #f4cc85;
}

#thumbs_list_frame {
	list-style: none;
	margin: 0 0 0 10px;
}

.product_thumb {
	float: left;
	width: 100px;
	padding: 3px 10px 3px 0;
}

#more_info_sheets {
	padding-bottom: 10px;
}

/* PRODUCT END */

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display:none;
	}
	div#center_column {width:100%}
	input.text{border:1px solid gray}
	.block_hidden_only_for_screen { display:block; margin-top:1em; }
	#more_info_sheets #idTab1{ width:530px; }
	* {background:none!important;background-color:white!important;}
}

/* transfert effect*/
.transferProduct { border: 2px solid #888; }

/* simple list inline */
ul.inline_list{ list-style-type:none; margin-top: 1em; }
ul.inline_list li { float:left; text-align:center; }
ul.inline_list li img{ display:block; }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left;
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background:url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left:24px;
	padding-bottom:5px;
	padding-top:3px;
}
ul.tree, ul.tree ul{ list-style-type:none; }
ul.tree li{
	padding-left:1.2em;
	border-left:1px gray dotted;
	background:url(../img/sitemap-horizontal.gif) no-repeat left 10px;
	margin-left:1em;
}
ul.tree a{ padding-left:0.2em; }
ul.tree a.selected{ font-weight:bold; }
ul.tree li.last{
	background:url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border:none;
}
span.grower{ cursor:pointer; }

/* Tabs */
ul.idTabs {
	list-style-type:none;
	height:21px;
	border-bottom: 1px solid #aa2d09;
	margin: 0 10px 0 10px;
	padding: 0 0px 10px 0px;
}
ul.idTabs li {
	margin: 10px 0 0 10px;
	float:left;
}
ul.idTabs li a {
	/*background-image: url('../img/tab_bg.jpg');*/
	width:173px;
	height:18px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#374853;
}
ul.idTabs li a.selected{
	color: #470000;
}

/* IdTabs Short*/
ul.idTabsShort li a {
	color: #470000;
	width:138px;
}
ul.idTabsShort li a.selected{
	color: #470000;
}

div.sheets{
	clear:both;
}
div#more_info_sheets ul li{	margin-bottom:0.4em; }

/* Misc Styles START */
.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
noscript ul {list-style-type:none; background:black; color:white; padding:10px; border:1px solid gray;}

/* Misc Styles END */

/* TinyMCE START */

div.rte,
.mceContentBody {
	padding: 10px 20px 10px 10px;
	text-align: left;
	font-size: 13px;
}

div.rte html, div.rte div, div.rte span, div.rte applet, div.rte object, div.rte iframe,
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6, div.rte p, div.rte blockquote, div.rte pre,
div.rte a, div.rte abbr, div.rte acronym, div.rte address, div.rte big, div.rte cite, div.rte code,
div.rte del, div.rte dfn, div.rte em, div.rte font, div.rte img, div.rte ins, div.rte kbd, div.rte q, div.rte s, div.rte samp,
div.rte small, div.rte strike, div.rte strong, div.rte sub, div.rte sup, div.rte tt, div.rte var,
div.rte dl, div.rte dt, div.rte dd, div.rte ol, div.rte ul, div.rte li,
div.rte fieldset, div.rte form, div.rte label, div.rte legend,
div.rte table, div.rte caption, div.rte tbody, div.rte tfoot, div.rte thead, div.rte tr, div.rte th, div.rte td,
.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe,
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre,
.mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code,
.mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp,
.mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var,
.mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li,
.mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend,
.mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6,
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853;
}
div.rte h1,
.mceContentBody h1 {
	font-size: 25px;
	font-weight:bold;
}
div.rte h2,
.mceContentBody h2 {
	font-size: 20px;
	background: white;
	text-transform:none;
}
div.rte h3, .mceContentBody h3 {font-size: 16px;}
div.rte h4, .mceContentBody h4 {font-size: 14px;}
div.rte h5,.mceContentBody h5 {font-size: 12px;}
div.rte h6, div.rte h6 {font-size:  8px;}

div.rte ol, .mceContentBody ul,
div.rte ol, .mceContentBody ul
 {
	margin: 10px 10px 10px 50px;
}

div.rte ul, .mceContentBody ul{
	list-style-type:square;
	margin: 10px 10px 10px 50px;
}

div.rte strong, .mceContentBody strong {
	font-weight:bold;
}

div.rte em, .mceContentBody em {
	font-style:italic;
}

div.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width:auto;
}
div.rte caption, div.rte th, div.rte td, div.rte table,
.mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background:none;
	height:inherit;
	border:1px #e5e6e7 solid;
	text-align:center;
}

div.rte th,
.mceContentBody th {
	padding-left:1em;
	padding-right:1em;
	background:#e5e6e7;
}

div.rte p,
.mceContentBody p {
	margin: 0;
	padding-left: 0;
}
/* TinyMCE END */

/* FLORIANUS LOGO */

#lnzdma-logo {
    padding: 5px 0 0 30px;
}