/* menu_top : start */
.main_menu {

}
.main_menu ul {
    margin: 0;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    overfow: hidden;
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    position: relative;
}

.main_menu ul li ul {
    display: none;
}

.main_menu ul a {
    font: 15px Tahoma;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.main_menu ul a:hover {
    text-decoration: underline;
}

.main_menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    height: 32px;
    background: url('../img/kreska.png') no-repeat;
    background-position: center right;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    /*float: left;*/
    width: auto;
}
/* menu_top : stop */

/* home_menu : start */

.home_menu ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
}

.home_menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.home_menu ul li a {
    display: block;
    width: 205px;
    height: 165px;
    float: left;
    margin: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.home_menu ul li ul {
    display: none;
}

.home_menu ul li a span {
    display: none;
}

.home_menu .menu_top_kosmetyka { background: url('../img/box_kosmetyka.png') no-repeat; }
.home_menu .menu_top_platformy { background: url('../img/box_platformy.png') no-repeat; }
.home_menu .menu_top_powerslim { background: url('../img/box_powerslim.png') no-repeat; }
.home_menu .menu_top_rollingstar { background: url('../img/box_rollingstar.png') no-repeat; }
.home_menu .menu_top_sala { background: url('../img/box_sala.png') no-repeat; }
.home_menu .menu_top_stylizacja { background: url('../img/box_stylizacja.png') no-repeat; }




/* home_menu : stop */

/* top_menu : start */
#top_menu {
    position: absolute;
    width: 950px;
    bottom: 0;
    left: 5px;
    clear: both;
    overflow: hidden;
}

.top_menu ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
}

.top_menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.top_menu ul li a {
    display: block;
    width: 156px;
    height: 54px;
    float: left;
}

.top_menu ul li a span {
    display: none;
}

.top_menu ul li ul {
    display: none;
}

.top_menu .menu_top_kosmetyka { background: url('../img/menu_top_kosmetyka.png') no-repeat; }
.top_menu .menu_top_platformy { background: url('../img/menu_top_platformy.png') no-repeat; }
.top_menu .menu_top_powerslim { background: url('../img/menu_top_powerslim.png') no-repeat; }
.top_menu .menu_top_rollingstar { background: url('../img/menu_top_rollingstar.png') no-repeat; }
.top_menu .menu_top_sala { background: url('../img/menu_top_sala.png') no-repeat; }
.top_menu .menu_top_stylizacja { background: url('../img/menu_top_stylizacja.png') no-repeat; }


/* top_menu : stop */


/* Breadcrumbs : START */

.navi {
	margin-top: 5px;
	margin-bottom: 15px;
}

.navi ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	font: 12px Tahoma;
	color: #ab9075;
}
.navi ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.navi ul li a {
	font: 12px Tahoma;
	color: #ab9075;
	text-decoration: none;
	padding-right: 3px;
}

.navi ul li a:hover {
	text-decoration: underline;
}

.navi .split {
	padding-right: 3px;
}

/* Breadcrumbs : STOP */

/* sub_menu : start */
#sub_menu {
    width: 259px !important;
}

#sub_menu .comp_top {
    width: 259px;
    height: 15px;
    background: url('../img/menu_left_top.png') no-repeat;
}

#sub_menu .comp_bottom {
    width: 259px;
    height: 13px;
    background: url('../img/menu_left_bottom.png') no-repeat;
}

#sub_menu .comp_center {
    width: 259px;
    overflow: hidden;
    background: url('../img/menu_left_center.png') repeat-y;
}

.sub_menu ul {
	margin: 0;
	padding: 0;
	margin-left: 2px;
	width: 255px;
}

.sub_menu ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dotted #e3a892;
}

.sub_menu ul li:hover{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub_menu ul li a {
	display: block;
	background: url('../img/li1.png') no-repeat;
	background-position: left;
	padding-left: 40px;
	padding-top: 10px;
	font: 12px Tahoma;
	font-weight: bold;
	color: #6a2814;
	text-decoration: none;
	height: 27px;
	margin-left: 0px;
}

.sub_menu ul li.li_active {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #f8f8f8;
}

.sub_menu ul li a.active {
	display: block;
	background: url('../img/li1_hover.png') #483324 no-repeat;
	background-position: left;
	padding-left: 40px;
	padding-top: 10px;
	font: 12px Tahoma;
	font-weight: bold;
	color: #fff;
	height: 27px;
	margin-left: 0px;
}


.sub_menu ul li a:hover {
	display: block;
	background: url('../img/li1_hover.png') #483324 no-repeat;
	background-position: left;
	padding-left: 40px;
	padding-top: 10px;
	font: 12px Tahoma;
	font-weight: bold;
	color: #fff;
	height: 27px;
	margin-left: 0px;
}

.sub_menu ul li ul {
	margin: 0;
	padding: 0;
	height: auto;
	border: 0;
	margin-bottom: 10px;
        margin-left: 10px;
}

.sub_menu ul li ul li {
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
        list-style: disc;
        color: #7c4b40;
        font-weight: bold;
}

.sub_menu ul li ul li:hover, .menu_left ul li ul li.li_active {
	margin: 0;
	padding: 0;
	height: auto;
	border: 0;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
        list-style: disc;
        color: #7c4b40;
        font-weight: bold;
}

.sub_menu ul li ul li a {
	margin: 0;
	padding: 0;
	background: none;
	font: 11px Tahoma;
	height: auto;
	border: 0;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
        color: #7c4b40;
        font-weight: bold;
}

.sub_menu ul li ul li a:hover, .menu_left ul li ul li a.active {
	margin: 0;
	padding: 0;
	background: none;
	font: 11px Tahoma;
	height: auto;
	border: 0;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
        color: #7c4b40;
        text-decoration: underline;
        font-weight: bold;
}

.sub_menu ul li ul li ul {
	margin-top: 10px;
}

.sub_menu ul li ul li ul li, .menu_left ul li ul li ul li:hover {
    margin: 0; padding: 0;
}

/* sub_menu : stop */

.mod_article  {}
.mod_article .mod_top {}
.mod_article .mod_center  {}
.mod_article .mod_wrap  {}
.mod_article .mod_bottom {
	padding-top: 2px;
}

.mod_article .mod_header {

}

.mod_article .mod_title
{
	color: #ffd569;
	font: 18px Tahoma;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.mod_article .mod_subheader {}

.mod_article .mod_author {}
.mod_article .mod_label_author {}

.mod_article .mod_created_at {
	font: 11px Tahoma;
	font-style: italic;
	color: grey;
}
.mod_article .mod_label_created_at {}

.mod_article .mod_category {}
.mod_article .mod_label_category {}

.mod_article .mod_content {
	padding-top: 4px;
	padding-bottom: 4px;
	font: 12px Tahoma;
	line-height: 18px;
	text-align: justify;
}

.mod_article .mod_updated_at {
	font: 11px Tahoma;
	font-style: italic;
	color: grey;
}
.mod_article .mod_label_updated_at {}

.mod_article .mod_comments {
	text-align: right;
}

.mod_article .mod_comments a {
	color: #000;
	font: 11px Tahoma;
	text-decoration: none;
}

.mod_article .mod_empty_comments {}
.mod_article .mod_new_comments {}

.mod_article_list h2.title {
    color: #ffd569;
}

.mod_article_list .mod_title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #a9a9a9;
	margin-top: 20px;
}

.mod_article_list .mod_title_link {
	text-decoration: none;
	color: #ffd569;
}

.mod_article_list .mod_title_link:hover {
	text-decoration: underline;
	color: #ffd569;
}

.mod_article_list .mod_center {
    clear: both;
}

.mod_article_list .mod_read_more {
	text-align: right;
}

.mod_article_list .mod_read_more a {
    display: block;
    width: 105px;
    height: 25px;
    background: url('../img/button.png') no-repeat;
    text-decoration: none;
    text-align: left;
    font: 14px Tahoma;
    font-weight: bold;
    color: #000;
    padding-top: 7px;
    padding-left: 10px;
    float: right;
}

.mod_article_list .mod_read_more a:hover {
    display: block;
    width: 105px;
    height: 25px;
    background: url('../img/button.png') no-repeat;
    text-decoration: none;
    text-align: left;
    font: 14px Tahoma;
    font-weight: bold;
    color: #000;
    padding-top: 7px;
    padding-left: 10px;
    float: right;
}

/* mod_article : stop */

/* paginator : START */
.page_buttons {

	margin-bottom: 5px;
}

.page_link {
	font: 12px Tahoma;
	padding: 4px;
        padding-left: 10px;
        padding-right: 10px;
	border: 0;
	color: #cfbfb7;
	text-decoration: none;
	background: #332216;
        font-weight: bold;
        border: 1px solid #443428;
}

.page_active {
	font: 12px Tahoma;
	font-weight: bold;
	padding: 4px;
        padding-left: 10px;
        padding-right: 10px;
	border: 1px solid #443428;
	color: #ffd569;
	background: #2c1e14;
}

.pager_first, .pager_previous, .pager_next, .pager_last {
	position: relative;
	top: 10px;
}


.pagination {
	margin-top: 20px;
	text-align: center;
}

.pagination_desc {
	text-align: center;
}

/* paginator : STOP */

.comp_wrap .read_more {
    display: block;
    width: 105px;
    height: 25px;
    background: url('../img/button.png') no-repeat;
    text-decoration: none;
    text-align: left;
    font: 14px Tahoma;
    font-weight: bold;
    color: #000;
    padding-top: 7px;
    padding-left: 10px;
    float: right;
}

.comp_wrap {
    overflow: hidden;
    clear: both;
}

#rabat_text .mod_article {
    width: 350px !important;
}

.mod_tabs {
    overflow: hidden;
    margin-bottom: 10px;
}

.mod_tabs_top {
    height: 33px;
    border-bottom: 3px solid #443428;
}

.mod_tabs_top2 {
    height: 10px;
    background: url('../img/mod_tabs_top2.png') no-repeat;
}

.mod_tabs_bottom {
    height: 10px;
    background: url('../img/mod_tabs_bottom.png') no-repeat;
}

.mod_tabs_center {
    overflow: hidden;
    background: url('../img/mod_tabs_center.png') repeat-y;
    padding: 10px;
}

.tab {
    height: 33px;
    float: left;
    overflow: hidden;
    background: url('../img/tab_active.png') repeat-x;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.tabactive .tab_left {
    height: 33px;
    float: left;
    background: url('../img/tab_left_active.png') no-repeat;
    width: 10px;
}

.tabactive .tab_center {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font: 12px Tahoma;
    font-weight: bold;
    color: #f5e0d1;
    float: left;
    background: url('../img/tab_active.png') repeat-x;
    padding-top: 10px;
    height: 23px;
}

.tabactive .tab_right {
    height: 33px;
    float: left;
    background: url('../img/tab_right_active.png') no-repeat;
    width: 10px;
}

.tabunactive .tab_left {
    height: 33px;
    float: left;
    background: url('../img/tab_left_unactive.png') no-repeat;
    width: 10px;
    cursor: pointer;
}

.tabunactive .tab_center {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font: 12px Tahoma;
    font-weight: bold;
    color: #6a2814;
    float: left;
    background: url('../img/tab_unactive.png') repeat-x;
    padding-top: 10px;
    height: 23px;
    cursor: pointer;
}

.tabunactive .tab_right {
    height: 33px;
    float: left;
    background: url('../img/tab_right_unactive.png') no-repeat;
    width: 10px;
    cursor: pointer;
}

.tabbox {
    display: none;
}

.mod_picture img {    
    border: 3px solid #f9e2cb;
    margin-left: 3px;
    margin-right: 3px;
    flaot: left;
}

.mod_picture table {
    flaot: left;
    width: 124px;
    height: 93px;
}

.mod_picture {
    width: 145px;
    overflow: hidden;
    float: left;
    height: 120px;
}

.mod_galleries .mod_picture img {
    margin: 0;
    flaot: left;
}

.mod_galleries {
    width: 900px;
    clear: both;
    overflow: hidden;
}

.mod_galleries .mod_tabs_bottom {
    height: 10px;
    background: url('../img/mod_tabs_bottom_max.png') no-repeat;
}

.mod_galleries .mod_tabs_center {
    overflow: hidden;
    background: url('../img/mod_tabs_center_max.png') repeat-y;
    padding: 10px;
}

.mod_galleries table td {
    padding: 6px !important;
}


.mod_files .mod_find {
	font: 13px Tahoma;
	font-weight: bold;
	color: #CFBFB7;
}

.mod_files .mod_list_file li a {
	color: #CFBFB7;
	font: 12px Tahoma;
        font-weight: bold;
	text-decoration: none;
	padding-right: 8px;
}

.mod_files .mod_list_file li a:hover {
    text-decoration: underline;
}

.mod_files .mod_list_file img {
	display: none;
}


