
/* Style do TinyMCE */

.tinymce_table_header {
	background-color: #49567D;
	border: 1px solid #ffffff;
	
}

.content_main table.tinymce_table_with_border {
	border: 1px solid #cecece;
	border-collapse: collapse;
}

table.tinymce_table_with_border td {
	border: 1px solid #cecece;
    border-collapse: collapse;
}

.content_main table.tinymce_table_without_border {
	border: none;
}

.tinymce_text_header {
	color: #000000;
	font-weight: bolder;
}

.tinymce_text {
	color: #000000;
}

.tinymce_link {
	color: #D60A45;
}

table.table_cms {
	border: 1px solid #cecece;
	border-collapse: collapse;
}

table.table_cms td {
	border: 1px solid #cecece;
	border-collapse: collapse;
}

td.tableOddRow {
    background-color: #ffffff;
    padding: 3px 5px;
    border-bottom: solid 1px #cccccc;
}

.tableOddRow td {
    background-color: #ffffff;
    padding: 3px 5px;
    border-bottom: solid 1px #cccccc;
}

td.tableEvenRow {
    background-color: #e8e8e8;
    padding: 3px 5px;
    border-bottom: solid 1px #cccccc;
}

.tableEvenRow td {
    background-color: #e8e8e8;
    padding: 3px 5px;
    border-bottom: solid 1px #cccccc;
}

/* Tabele dla artykulow na minisite */
.product_article_content table{
	padding: 0;
	margin: 0;
	width: 100%;
}
.product_article_content td{
	border: solid 1px #c3c3c3;
	padding: 4px;
	margin: 0;
	text-align: center;
}

.tinymce_table_without_border td {
    border: none;
}

.product_article_content tr {
	padding: 0;
	margin: 0;
}
.table_header{
	background: #f2f2f2;
	border: solid 1px #c3c3c3;
	border-bottom: solid 3px #c3c3c3;
	padding: 8px;
	margin: 0;
	text-align: center;
}
.td_first_column {
	text-align: left;
}
.tr_last_row, .tr_last_row td {
	border: none;
	padding: 8px;
}
/* Tabele dla artykulow na minisite END */





/* Style dla Portalu 2.0 */

.tiny_red_link a {
	color: #d60A45;
	text-decoration: none;
}

.tiny_red_link_with_right_arrow a {
	color: #d60A45;
	padding-right: 9px;
	background: url("red_link_right_arrow.gif") right 50% no-repeat;
	text-decoration: none;
}

.tiny_red_link_with_left_arrow a {
	color: #d60A45;
	padding-left: 9px;
	background: url("/images/21/common/red_link_left_arrow.gif") left 50% no-repeat;
	text-decoration: none;
}

.product_article_content .tiny_red_link_with_left_arrow a {
    color: #990000;
    text-decoration: underline;
}

.tiny_red_link_with_left_arrow_bold a {
	color: #d60A45;
	padding-left: 9px;
	background: url("/images/21/common/red_link_left_arrow.gif") left 50% no-repeat;
	font-weight: bold;
	text-decoration: none;
}

.tiny_red_link_with_right_arrow a:hover, .tiny_red_link_with_left_arrow a:hover, .tiny_red_link_with_left_arrow_bold a:hover, .tiny_red_link a:hover {
	text-decoration: underline;
}

.tiny_black_list ul {
	padding: 3px 0 3px 0;
	margin: 0;
}

.tiny_black_list ul li {
	padding-left: 9px;
	background: url("black_list_arrow.gif") left 50% no-repeat;
}

/* Style dla Portalu 2.0 END */
