* {
    margin: 0;
    padding: 0;
}

.page {
    width: 1010px;
    margin: 0 auto;
    font-family: tahoma, san-serif;
    font-size: 11px;
    background-image: url("/dekorator/img/page_bg.png");
    color: #696969;
}

a {
    text-decoration: none;
    color: #696969;
}

img {
    margin: 10px 0;
    border: #fff solid 0px;
}

.none {
    display: none;
}

.page h1 {
    color: #4B77D1;
    font-size: 14px;
    margin: 7px 0;
    padding: 0 0 2px 0;
}

.page h2 {
    color: #4B77D1;
    font-size: 13px;
    margin: 7px 0;
    padding: 0 0 2px 0;
}

.page h3 {
    color: #4B77D1;
    font-size: 13px;
    margin: 0px 5px;
    padding: 0 0 2px 0;
}

.page h4 {
    font-size: 11px;
    margin: 7px 0;
    padding: 0 0 2px 0;
}

.page h5, .page h6 {
    font-size: 10px;
    margin: 7px 0;
    padding: 0 0 2px 0;
}

.page .page-content {
    margin: 0 auto;
    width: 959px;
    position: relative;
}

.page .page-content .top {
    background: #0c1b3a url("/dekorator/img/top_bg.jpg") repeat-x;
    color: #ABC1EE;
    width: 959px;
    height: 120px;
}

.page .page-content .top a {
    margin: 0 5px 0 0px;
}

.std-content .page-content p {
    margin: 10px 5px;
    line-height: 16px;
}

ul {
    list-style: none;
}

ul.dot {
    list-style-type: circle;
}

ul.dot li {
    margin-left: 20px;
}

.page .page-content .top a.logo {
    display: block;
    background: url("/dekorator/img/logo_dekorator.jpg") no-repeat;
    background-position: left top;
    width: 236px;
    height: 120px;
    text-indent: -4444px;
    float: left;
    margin: 0px;
}

.top_right {
    width: 630px;
    float: right;
}

.menu_top {
    width: 480px;
    float: left;
    height: 46px;
    font-family: georgia;
    font-size: 12px;
}

.menu_top ul li {
    float: left;
    list-style: none;
    position: relative;
}

.menu_top ul li a {
    display: block;
    width: 87px;
    height: 46px;
    background: url("/dekorator/img/menu_top/firma.jpg") no-repeat;
    background-position: left top;
    background-repeat: no-repeat;
}

.page .page-content .top .menu_top a {
    margin: 0px;
}

.menu_top ul li.menu_produkty {
    margin: 0px;
}

.menu_top ul li.menu_produkty a {
    background: url("/dekorator/img/menu_top/produkty.jpg") no-repeat;
    width: 110px;
    background-repeat: no-repeat;
    background-position: left top;
}

.menu_top ul li.menu_produkty a:hover, .menu_top ul li.menu_produkty a.active {
    background: url("/dekorator/img/menu_top/produkty.jpg") no-repeat;
    background-repeat: no-repeat;
    background-position: left top;
}

.menu_top ul li.menu_firma a {
    background: url("/dekorator/img/menu_top/firma.jpg") no-repeat;
    width: 77px;
    background-position: center top;
}

.menu_top ul li.menu_firma a:hover {
    background: url("/dekorator/img/menu_top/firma_hover.jpg") no-repeat;
    background-position: center top;
}

.menu_top ul li.menu_galeria a {
    background: url("/dekorator/img/menu_top/galeria.jpg") no-repeat;
    width: 85px;
}

.menu_top ul li.menu_galeria a:hover {
    background: url("/dekorator/img/menu_top/galeria_hover.jpg") no-repeat;
}

.menu_top ul li.menu_porady a {
    background: url("/dekorator/img/menu_top/porady.jpg") no-repeat;
    background-position: center top;
    width: 95px;
}

.menu_top ul li.menu_porady a:hover {
    background: url("/dekorator/img/menu_top/porady_hover.jpg") no-repeat;
    background-position: center top;
}

.menu_top ul li.menu_kontakt {
    margin: 0px;
}

.menu_top ul li.menu_kontakt a {
    background: url("/dekorator/img/menu_top/kontakt.jpg") no-repeat;
    width: 98px;
    margin: 0px;
}

.menu_top ul li.menu_kontakt a:hover {
    background: url("/dekorator/img/menu_top/kontakt_hover.jpg") no-repeat;
}

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

.menu_top ul li ul {
    position: absolute;
    z-index: 10;
    visibility: hidden;
    width: 133px;
    background-color: #0C1B3A;
    padding-bottom: 5px;
}

.menu_top ul li:hover ul, .menu_top ul a:hover ul {
    visibility: visible;
}

.menu_top ul li:hover ul ul, .menu_top ul a:hover ul ul {
    visibility: hidden;
}

.menu_top ul li ul li {
    width: 133px;
    height: 15px;
    color: #fff;
    background-image: none;
    background-color: #0C1B3A;
    margin-bottom: 10px;
}

.menu_top ul li ul li a {
    color: #fff;
    list-style: none;
    background-image: none;
    background-color: #0C1B3A;
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.menu_top ul li.menu_produkty ul li a, .menu_top ul li.menu_produkty ul li a:hover {
    background-image: none;
    width: 123px;
    height: 15px;
    padding-left: 10px;
}

.menu_top ul li.menu_produkty ul li a:hover {
    background-color: #224184;
}

.menu_top ul li ul li ul {
    width: 133px;
    left: 133px;
    top: 0px;
    background-color: #0C1B3A;
    visibility: hidden;
}

.menu_top ul li ul li ul li, .menu_top ul li ul li ul, .menu_top ul li ul li ul li a {
    background-color: #224184;
}

.menu_top ul li.menu_produkty ul li ul li a:hover {
    background-color: #0C1B3A;
}

.menu_top ul li ul li ul li a:hover {
    background-color: #0C1B3A;
}

.menu_top ul li ul li:hover ul, .menu_top ul ul li a:hover ul {
    visibility: visible;
}

.menu_top ul li ul li a.menu_arrow {
    background: url("/dekorator/img/arrow.png") no-repeat right center;
}

.szukaj {
    width: 140px;
    float: right;
    padding-right: 5px;
    padding-top: 7px;
}

.szukaj form {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}

.szukaj table, .szukaj table td {
    border-collapse: collapse;
    padding: 0px;
    color: #fff;
    background-color: transparent;
    padding-right: 2px;
}

.szukaj .input_search {
    width: 85px;
    height: 17px;
    background: url("/dekorator/img/input_bg2.jpg") no-repeat center center;
}

.szukaj .input_search input {
    border: 0px;
    background: transparent;
    color: #fff;
    width: 85px;
    height: 17px;
    font-size: 11px;
}

.szukaj input.submit {
    color: #fff;
    font-size: 14px;
    width: 42px;
    height: 17px;
    cursor: pointer;
    background: url("/dekorator/img/button_search.jpg") no-repeat center center;
}

.page .page-content .top .langchoice {
    float: right;
    margin: 30px 30px 23px 0;
}

.page .page-content .top .langchoice img {
    border: 0;
    margin: 0 10px;
}

.page .page-content .top .langchoice a {
    color: #ABC1EE;
    text-decoration: none;
    line-height: 20px;
    text-indent: 20px;
    font-family: georgia;
    font-size: 12px;
}

.page .page-content .top-baner {
    margin-bottom: 30px;
    /*background: url("/dekorator/img/top.jpg") no-repeat;*/
}

.page .page-content .top-baner img {
    margin: 0px;
}

.flash-menu {
    position: absolute;
    top: 65px;
    left: 300px;
    z-index: 300;
    width: 498px;
    height: 321px;
}

.flash_menu_center {
    position: absolute;
    top: 325px;
    left: 0px;
    width: 959px;
    height: 93px;
}

.flash_menu_center1 {
    top: 225px;
}

.clear {
    clear: both;
}

.page .page-content .top .langchoice a:hover {
    text-decoration: underline;
}

.page .page-content .top .langchoice a:hover img {
    text-decoration: none;
}

.page .page-content .top .menu-top {
    background: url("/dekorator/img/menu.png") no-repeat;
    width: 522px;
    height: 61px;
    float: right;
}

.page .page-content .flash {
    width: 959px;
    height: 303px;
    background-image: url("/dekorator/img/flash_baner.png");
}

.page .page-content .content .left {
    width: 165px;
    float: left;
    background-color: #FFF;
}

.page .page-content .content .left_start {
    width: 322px;
}

.page .page-content .content .left .left-content {
    padding: 1px 9px 15px 15px;
    background-color: #fff;
}

.page .path {
    height: 26px;
    float: left;
    color: #8F8F8F;
    font-size: 9px;
}

.content {
    clear: both;
}

.page .path li {
    float: left;
    list-style-type: none;
    display: block;
}

.page .path li.pre {
    display: block;
    padding: 9px 5px 5px 15px;
}

.page .path li a {
    display: block;
    padding: 9px 10px 5px 10px;
    color: #8F8F8F;
    text-decoration: none;
    background: url(/dekorator/img/path_sep.gif) right 10px no-repeat;
}

.page .path li a:hover {
    text-decoration: underline;
}

.box {
    background-color: #F4F3F4;
}

.box .box0 {
    background: transparent url("/dekorator/img/ramka_top.png") no-repeat;
}

.box .box0 .box1 {
    background: transparent url("/dekorator/img/ramka_top_r.png") no-repeat top right;
}

.box .box0 .box1 .box2 {
    background: transparent url("/dekorator/img/ramka_bottom.png") no-repeat bottom left;
}

.box .box0 .box1 .box2 .box3 {
    background: transparent url("/dekorator/img/ramka_bottom_r.png") no-repeat bottom right;
}

.box .box0 .box1 .box2 .box3 .box-content {
    padding: 14px 0px;
}

.box .box0 .box1 .box2 .box3 .box-content h2 a:hover {
    text-decoration: underline;
}

.szukaj h2 {
    color: #4B77D1;
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
}

.box .box0 .box1 .box2 .box3 .box-content .item {
    margin: 20px 14px 14px 14px;
}

.page .page-content .content .center .center-content {
    padding: 1px 9px 15px 9px;
    background-color: #fff;
}

.page .page-content .content .center .center-content .box .box0 .box1 .box2 .box3 .box-content .item .baner img {
    border: 0;
    margin: 10px 0;
}

.page .page-content .content .center {
    width: 316px;
    float: left;
    background-color: #fff;
}

.page .page-content .content .center-wide {
    width: 785px;
}

.page .page-content .content .center-wide-wide {
    width: 958px;
}

.page .page-content .content .right {
    width: 320px;
    float: left;
    background-color: #fff;
}

.page .page-content .content .right .right-content {
    padding: 1px 15px 5px 9px;
}

.box-content .std-content .page-content {
    padding: 15px;
}

.po_lewej {
    float: left;
    padding: 1px;
    border: 1px solid #CFCFCF;
    margin: 0 10px 10px 0;
}

.bottom {
    clear: both;
    text-align: center;
    margin: 0 auto 60px 0;
}

.bottom a {
    color: #3D5586;
    text-decoration: none;
}

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

.bottom .bottom-content {
    text-align: center;
    color: #696969;
    font-size: 11px;
    font-family: tahoma, san-serif;
}

.gradient {
    width: 1010px;
    height: 40px;
    margin: 0 auto;
    background: transparent url("/dekorator/img/bottom.png") no-repeat;
}

h3 {
    color: #1E3E7D;
    font-size: 12px;
    font-weight: bold;
    margin: 4px 0 4px 5px;
}

.box-content .hr h2 {
    color: #4B77D1;
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
    margin: 0 14px 5px 14px;
    /*font-family: georgia;*/
}

.box-content .hr h2 a {
    color: #4B77D1;
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
}

.box-content .hr h2 a:hover {
    text-decoration: underline;
}

.item h3 {
    color: #1E3E7D;
    font-size: 12px;
    margin: 0 0 5px 0;
}

.item h3 a {
    font-size: 11px;
    color: #1E3E7D;
}

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

.item p {
    margin: 5px 0;
    line-height: 18px;
    float: left;
    color: #696969;
}

h4.data {
    color: #1E3E7D;
    font-size: 11px;
    font-weight: normal;
    clear: both;
}

form {
    margin: 15px;
}

form input.field {
    color: #1E3E7D;
    background-color: #fff;
    border: 1px solid #3D5586;
    width: 60%;
    padding: 2px;
}

form input.submit {
    border: 0;
    background-color: transparent;
}

.hr {
    border-bottom: 1px solid #fff;
}

.left-menu {
    padding: 5px 0 10px 0;
}

.left-menu ul li {
    list-style: none;
}

.left-menu ul li a {
    color: #1E3E7D;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 5px 4px 15px;
    text-decoration: none;
}

.left-menu ul li a:hover, .left-menu ul li a.active {
    color: #fff;
    background-color: #3D5586;
}

.left-menu ul ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.left-menu ul ul li a {
    color: #6F95DF;
}

.left-menu ul ul ul li a {
    color: #4B77D1;
}

.left-menu ul li a em {
    font-style: normal;
}

.search-results {
    padding: 10px;
}

.search-results p {
    padding: 10px 0;
}

.search-results li {
    list-style: none;
}

.search-results li a {
    font-size: 11px;
    color: #3D5586;
}

.search-results li a:hover {
    text-decoration: underline;
}

.center-wide-wide {
    width: 900px;
}

.page .center-wide-wide .page-content .anchors {
    width: 900px;
}

.page .center-wide-normal {
    width: 740px
}

.page .center-wide-normal .page-content {
    width: 740px
}

.page .center-wide-normal .page-content .anchors {
    width: 740px
}

.content_left {
    width: 425px;
    float: left;
}

.content_right {
    width: 300px;
    float: right;
    margin-left: 5px;
}

.content_right li {
    margin-bottom: 2px;
}

.content_right h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.content_right h3.title {
    margin: 0px 0px 15px 0px;
}

.content_right ul.normal {
    list-style: disc;
    margin-left: 18px;
}

.content_right img {
    margin-top: 3px;
    margin-bottom: 5px;
}

.gallery_box {
    margin-top: 10px;
}

.img_box {
    padding: 8px 0;
    text-align: center;
}

.gallery_box .img_box img {
    margin: 0px;
    padding: 0px;
}

.gallery_box .img_box .img_box_img {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
}

.gallery_box .img_box a {
    display: block;
    padding: 3px;
    border: 1px solid #DFDFDF;
    width: 100px;
}

.gallery_box .img_box a:hover {
    border: 1px solid #000;
}

.gallery_box ul {
    margin-left: 30px;
}

.gallery_box ul li {
    list-style: none;
    float: left;
    margin-left: 32px;
    margin-bottom: 30px;
    display: block;
    width: 200px;
}

.gallery_box_2 ul li {
    margin-left: 10px;
	margin-right: 25px;
    margin-bottom: 20px;
    width: 180px;
}

.gallery_box_2 .img_box .img_box_img {
    width: 168px;
    height: 70px;
}

.gallery_box_2 .img_box a {
    width: 168px;
}
.gallery_box_2  span{
	height: 52px;
	overflow: auto;
	display: block;
}
.gallery_site ul li {
    list-style: none;
    float: left;
    margin-left: 22px;
    margin-bottom: 20px;
    display: block;
}

.gallery_site ul {
    margin-left: 0px;
}

.gallery_site .img_box {
    padding: 2px;
    border: 1px solid #DFDFDF;
}

.gallery_site .img_box a {
    width: 200px;
    height: 100px;
    overflow: hidden;
    display: block;
}

.gallery_site ul li {
    list-style: none;
    float: left;
    margin-left: 22px;
    margin-bottom: 20px;
    display: block;
}

.contact-form {
    float: right;
    width: 350px;
    padding: 0 0 25px 0;
    padding-left: 0px;
}

.front-form div.input {
    padding: 2px 0 10px 0;
    font-family: Tahoma, sans;
    font-size: 11px;
}

.front-form div.input textarea {
    font-family: Tahoma, sans;
    font-size: 11px;
}

.front-form div.submit {
    margin: 10px 0 10px 0;
}

.front-form div.submit .submit-button {
    padding: 3px;
    color: white;
    border: 0;
    background-color: #1e3c7c;
    margin-left: 160px;
}

.front-form label {
    display: block;
    font-weight: bold;
}

.front-form input {
    display: block;
    width: 280px;
}

.front-form textarea {
    width: 280px;
}

.front-form label.radio-label {
    margin: 0 0 0 10px;
    padding: 2px;
    display: inline;;
    float: none;
    font-weight: normal;
}

.front-form label.radio-label input {
    display: inline;
    width: 10px;
}

.front-form div.checkbox label {
    display: inline;
	font-weight: normal;
}

.front-form div.checkbox input {
    display: inline;
    margin-right: 3px;
    width: 10px;
}

.front-form input.submit-button {
    width: 100px;
}

.front-form ul.errors li {
    color: #B22222;
}

.news-list-latest {
}

.news-list-latest .porada, .lists-list-latest .porada {
    margin-bottom: 10px;
    width: 730px;
}

.news-list-latest .item p {
    float: none;
    margin: 5px 0;
}

.alt {
    display: none;
}

.box .box0 .box1 .box2 .box3 .box-content .lists-list-latest .porada .item {
    background-color: #dbe6fc;
    padding: 4px;
    margin: 0px;
}

.lists-list-latest .date {
}

.item_top {
    width: 726px;
    background-color: #dbe6fc;
    height: 1px;
    margin: 0 auto;
}

.item_top1 {
    width: 728px;
    height: 1px;
    background-color: #dbe6fc;
    margin: 0 auto;
}

.item_top2 {
    width: 728px;
    height: 1px;
    background-color: #dbe6fc;
    margin: 0 auto;
}

.view-products{
	margin: 15px 0;
}
.view-products .item{
	float: left;
	margin-right: 10px;
	width: 350px;
}
.view-products .item h3{
	margin:0;
	padding: 0;
	font-size: 13px;
}
.view-products .item h3 a{
	font-size: 14px;
	color: #fff;
	padding: 5px 5px 5px 15px;
	display: block;
	background: #224184 url(/dekorator/img/arrow.png) no-repeat 5px 10px;
}
.view-products .item h3 a:hover{
	background: #4377E9 url(/dekorator/img/arrow.png) no-repeat 5px 10px;
	text-decoration: none;
}
.view-products .item p{
	padding: 0 0 10px 0;
	font-size: 11px;
}
.view-products .item .img{
	margin: 5px 0;
}
.view-products .item .img a{
	display: block;
	width: 350px;
	height: 80px;
	background-repeat: no-repeat;
	text-indent: -999em;
}
.newsletter-sign-up fieldset{
	border: 0;
}
.newsletter-sign-up .front-form input{
	display: inline;
	width: auto;
}
.newsletter-sign-up .front-form #email{
	display: inline;
	width: 200px;
}
.newsletter-sign-up .front-form input{
	padding: 3px;
	border: 1px solid gray;
}
.newsletter-sign-up .front-form input.submit{
	border: 1px solid gray;
	background: #192E59;
	color: #fff;
	padding: 3px;
}
