/**
 * CSS dla www.return.com.pl
 * @author Karol Tyl
 */  

body {
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
}

table td {
    font-size: 12px;
}

#page_container {
    margin: 25px auto 10px auto;
    background: #b9d7ea;
    width: 900px;
    border: solid 1px #6ab8ea;
    text-align: left;
}

#column_left {
    width: 44%;
    float: left;
    text-align: center;
}

#column_right {
    width: 56%;
    float: right;
    text-align: center;
}

.tile {
    width: 98%;
    margin: 5px auto;
    height: 109px;
    text-align: left;
}

.tile .left {
    width: 12px;
    height: 109px;
    float: left;
}

.tile .right {
    width: 16px;
    height: 109px;
    float: right;
}

.tile .rightpic {
    float: right;
    margin: 0 0px 0 0;
}

.tile div {
    margin: 0;
}

.tile .col_left {
    width: 30%;
    float: left;
}

.tile .col_right {
    width: 60%;
    text-align: center;
    float: right;
    margin: 0;
}

.tile1 {
    background: #084875 url(../img/tile1_center.jpg) top left repeat-x;
}

.tile1 .left {
    background: #084875 url(../img/tile1_left.jpg) top left no-repeat;
}

.tile1 .right {
    background: #084875 url(../img/tile1_right.jpg) top right no-repeat;
}

.tile2 {
    background: #1267a2 url(../img/tile2_center.jpg) top left repeat-x;
}

.tile2 .left {
    background: #1267a2 url(../img/tile2_left.jpg) top left no-repeat;
}

.tile2 .right {
    background: #1267a2 url(../img/tile2_right.jpg) top right no-repeat;
}

.tile3 {
    background: #469cd4 url(../img/tile3_center.jpg) top left repeat-x;
}

.tile3 .left {
    background: #469cd4 url(../img/tile3_left.jpg) top left no-repeat;
}

.tile3 .right {
    background: #469cd4 url(../img/tile3_right.jpg) top right no-repeat;
}

.tile4 {
    background: #90ccf1 url(../img/tile4_center.jpg) top left repeat-x;
}

.tile4 .left {
    background: #90ccf1 url(../img/tile4_left.jpg) top left no-repeat;
}

.tile4 .right {
    background: #90ccf1 url(../img/tile4_right.jpg) top right no-repeat;
}

.tile4 .rightpic {
    margin-right: 0;
}

.tile5 {
    background: #dff1fd url(../img/tile5_center.jpg) top left repeat-x;
}

.tile5 .left {
    background: #dff1fd url(../img/tile5_left.jpg) top left no-repeat;
}

.tile5 .right {
    background: #dff1fd url(../img/tile5_right.jpg) top right no-repeat;
}

.tile1 h1, .tile1 h2 {
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-weight: normal;
}

.tile1 h1 {
    margin: 20px 0 0 0;
    color: #fffcca;
    font-size: 32px;
    position: relative;
}

.tile1 h2 {
    color: #fff;
    font-size: 17px;
}

.tile1 .col_left img {
    float: right;
    margin: 15px 0 0 0;
}

.tile .header {
    height: 30px;
    line-height: 30px;
    margin: 0;
    color: #e8f0f5;
    font-weight: bold;
}

.tile .header a {
    color: #e8f0f5;
}

.tile .header a:hover {
   color: #d70000;
}

.tile .content {
    text-align: left;
    color: #fff;
}

.tile .content table {
    width: 240px;
    height: 75px;
    color: #fff;
}

.tile5 .content table {
    color: #5f5f5f;
}

.tile4 .header, .tile5 .header {
    color: #7d8a93;
}

.tile4 .header a, .tile5 .header a {
    color: #7d8a93;
}

.tile4 .header a:hover, .tile5 .header a:hover {
   color: #d70000;
}

.special_offer {
    background: #fff;
    height: auto;
}

.special_offer .header {
    color: #aa2020;
    background: #f2f2f2 url(../img/tile_spec_header_center.jpg);
    height: 32px;
}

.special_offer .header .left {
    /*float: left;*/
    width: 9px;
    height: 32px;
    background: url(../img/tile_spec_header_left.jpg);
}

.special_offer .header .right {
    /*float: right;*/
    width: 12px;
    height: 32px;
    background: url(../img/tile_spec_header_right.jpg);
}

.special_offer .left {
    background: url(../img/tile_spec_left.jpg) repeat-y left top;
    width: 100%;
    height: 295px;
}

.special_offer .right {
    background: url(../img/tile_spec_right.jpg) repeat-y right top;
    width: 100%;
    height: auto;
}

.special_offer .right .content {
    margin: 0 10px;
    color: #000;
    height: 295px;
}

.special_offer .right .content img {
   /* width: 350px;
    height: 180px;
    border: 1px solid green;*/
}

.special_offer .right .content h1 {
    font-size: 16px;
    font-weight: bold;
}

.special_offer .right .content a{
    color: #000;
}

.special_offer .right .content a:hover {
   color: #d70000;
}

.special_offer .footer {
    height: 12px;
    line-height: 12px;
    font-size: 2px;
    background: #fff url(../img/tile_spec_footer_center.jpg) repeat-x top left;
}

.special_offer .footer .left {
    height: 12px;
    line-height: 12px;
    width: 9px;
    background: #fff url(../img/tile_spec_footer_left.jpg) no-repeat top left;
}

.special_offer .footer .right {
    height: 12px;
    line-height: 12px;
    width: 12px;
    background: #fff url(../img/tile_spec_footer_right.jpg) no-repeat top left;
}

.special_offer h1 {
    font-weight: normal;
    font-size: 30px;
    margin: 10px 0;
    text-align: center;
}

.special_offer img {
    margin: 0 auto;
}

.special_offer .description {
    margin: 0;
    font-size: 13px;
    text-align: justify;
}

.special_offer .price {
    margin: 10px 20px 0 20px;
    color: #aa2020;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.teaser .header {
    font-size: 13px;
    height: 18px;
    line-height: 20px;
    background: #f00 url(../img/tile_teaser_header_center.jpg) repeat-x top left;
}

.teaser .header a:hover {
    color:#000; 
}

.teaser .header .left {
    height: 18px;
    width: 9px;
    line-height: 20px;
    background: url(../img/tile_teaser_header_left.jpg) no-repeat top left;
}

.teaser .header .right {
    height: 18px;
    width: 12px;
    line-height: 20px;
    background: url(../img/tile_teaser_header_right.jpg) no-repeat top right;
}

.clear {
    clear: both;
}

.nomargin {
    height: 0;
    padding: 0;
    line-height: 0;
    margin: 0;
}

.center {
    text-align: center;
}

/**** linki ****/

.link {
   margin: 0 10px;
   text-decoration: none;
}

.link:hover {
   color: #d70000;
}

.tile5 .rightpic {
    margin-right: -12px;
}

.center {
    text-align: center;
}

.teaser {
    background: #fff;
    height: auto;
}

.teaser .header {
    font-size: 13px;
    height: 17px;
    line-height: 17px;
    background: #f00;
    margin-bottom: 10px;
}

.teaser .row {
    text-align: left;
    background: url('../img/tile_teaser_main_left.jpg') repeat-y 0 0;
    width: 100%;
    
/*    border-left: solid 1px #0f0;
    border-right: solid 1px #00f; */
}

.teaser .row .right_shade {
    background: url(../img/tile_teaser_main_right.jpg) repeat-y right top;
}

.teaser .left {
    width: 9px;
    height: 17px;
    line-height: 17px;
    font-size: 2px;
}

.teaser .top .left {
    height: 17px;
    line-height: 17px;
    background: url(../img/tile_teaser_header_left.jpg) no-repeat top left !important;
}

.teaser .right {
    width: 12px;
    height: 17px;
    line-height: 17px;
    font-size: 2px;
}

.teaser .red_header {
    background: url(../img/tile_teaser_header_center.jpg) repeat-x left top;
}

.teaser .top .right {
    height: 17px;
    line-height: 17px;
    background: url(../img/tile_teaser_header_right.jpg) no-repeat top right !important;
}

.teaser .teaser_left {
    width: 47%;
    margin: 0 0 0 0px;
    float: left;
    border-right: solid 2px #e3e3e3;
}

.teaser .teaser_right {
    width: 47%;
    margin: 0 0 0 -0px;
    float: right;
}

.teaser .product_teaser {
    font-size: 11px;
    height: 105px;
}

.teaser .product_image {
    height: 72px;
    width: 75px;
    float: right;
    margin-bottom: 5px;
    text-align: center;
}

.teaser .product_image img {
    margin: 0 auto;
}

.teaser .footer {
    height: 12px;
    line-height: 12px;
    background: url(../img/tile_teaser_footer_center.jpg) repeat-x top left;
}

.teaser .footer .left {
    width: 9px;
    height: 12px;
    font-size: 2px;
    line-height: 12px;
    background: url(../img/tile_teaser_footer_left.jpg) no-repeat top left;
}

.teaser .footer .right {
    width: 12px;
    height: 12px;
    font-size: 2px;
    line-height: 12px;
    background: url(../img/tile_teaser_footer_right.jpg) no-repeat top right;
}

.teaser .row .left {
    background: #f00 url(../img/tile_teaser_main_header_left.jpg) repeat-y left top;
}

.teaser .row .right {
    background: #f00 url(../img/tile_teaser_main_header_right.jpg) repeat-y right top;
}

#page_footer {
    margin: 0 auto;
    text-align: center;
}

#page_footer a {
    margin: 0 10px;
    font-size: 12px;
    color: #8d8d8d;
    text-decoration: none;
}

#page_footer a:hover {
    color: #d70000;
}

div.image_cart {
    float: right;
    margin-right: -12px;
}