/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

body {
  background-color: #ffffff;
  color: #434343;
  margin: 0px;
    font-family: Tahoma,Verdana,Arial,sans-serif;
}

A {
  color: #434343;
  text-decoration: none;
}

A:hover {
  color: #426ca0;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {

}

TD.headerNavigation {
  background-image	: url(theme/breadcrumb.png);
  background-repeat	: repeat-x;
  background-position	: top left;
  font-family		: Verdana, Arial, sans-serif;
  font-size		: 10px;  
  color			: #ffffff;
  font-weight		: bold;
  height		: 25px;
}

A.headerNavigation { 
  color			: #ffffff;
  text-decoration	: none; 
}

A.headerNavigation:hover {
  color			: #ffffff;
  text-decoration	: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Tahoma;
  background-color	: #E5E5E5;
  color			: #6a6a6a;
  height		: 25px;
  font-size		: 10px;
  background-image	: url(theme/HomeBoxHeaderBack.jpg);
  background-position	: left top;
  background-repeat	: repeat-x;
  font-weight		: bold;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #F7F7F7;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #F7F7F7;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Tahoma;
  background-color	: #E5E5E5;
  color			: #6a6a6a;
  height		: 25px;
  font-size		: 10px;
  background-image	: url(theme/HomeBoxHeaderBack.jpg);
  background-position	: left top;
  background-repeat	: repeat-x;
  font-weight		: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
    color		: #515b68;
    font-size		: 18px;
    font-family		: Tahoma;
    font-weight		: bold;
    border-bottom	: 1px solid #cccccc;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }


/* dsadasdasdasd */

td.product-header {
    height		: 30px;
    padding-top		: 4px;
    overflow:hidden;
}

td.product-header-bottom {

    height		: 1px;
    font-size		: 1px;
}

td.product-header h1 {
    padding		: 0px 0px 0px 10px;
    margin		: 0px;
    color		: #46bde8;
    font-size		: 18px;
    font-family		: Tahoma;
    font-weight		: normal;
    border-bottom: 1px solid #000000;
    width:100%;
}

td.product-header h2 {
    margin		: 0px;
    padding		: 0px;
    color		: #515b68;
    font-size		: 14px;
    display		: inline;
    font-family		: Tahoma;
    font-weight		: bold;
}

/* strona produktu */

td.product-nav {
    width		: 150px;
    vertical-align	: top;
    border-right	: 1px solid #dddddd;
}

td.product-nav a {
    display		: block;
    font-size		: 12px;
    font-family		: Tahoma;
    text-align		: right;
    padding-top		: 7px;
    padding-bottom	: 7px;
    padding-right	: 10px;
    background-image	: url(theme/secondary_nav_bg.png);
    background-position : left bottom;
    background-repeat	: repeat-x;
    border-bottom	: 1px solid #dddddd;
    text-decoration	: none;
    color		: #007BA8;
}

td.product-nav a:hover {
    text-decoration	: none;
    color		: #007BA8;
    background-image	: url(theme/white.jpg);
}

td.product-nav a.current-article-tab {
    text-decoration	: none;
    color		: #007BA8;
    font-weight         : bold;
    background-image	: url(theme/white.jpg);
}


td.product-data {
    vertical-align	: top;
    font-size		: 10px;
    font-family		: Tahoma;
    color		: #313131;
    padding-left	: 5px;
    border-left		: 1px solid #cccccc;
}

td.product-data-noborder {
    vertical-align	: top;
    font-size		: 11px;
    font-family		: Tahoma;
    color		: #313131;
}

td.product-image {
    text-align		: center;
    display		: block;
    vertical-align	: top;
}

td.spec-image {
    display		: block;
    text-align		: center;
    vertical-align	: top;
    clear		: both;
    border-bottom       : 1px solid #DDDDDD;
}

td.spec-notes {
    border-left		: 1px solid #DDDDDD;
    vertical-align	: top;
    border-bottom       : 1px solid #DDDDDD;
}

td.spec-notes2 {
    border-left		: 1px solid #DDDDDD;
    width		: 580px;
    vertical-align	: top;
}

/*
 * oceny
 *
 */
#oceny {
    margin-left: 5px;
    margin-right: 5px;
}
#oceny2 {
    margin-left: 5px;
}


#notes td.header {
    color: #007BA8;
    font-size		: 12px;
    font-family		: Tahoma;
    border-bottom	: 1px solid #dddddd;
    font-weight		: bold;
}

#notes td.stars {
    background-color	: #ffffff;
}

#notes td.results {
    color: #007BA8;
    font-weight		: bold;
    font-size		: 12px;
    font-family		: Tahoma;
    background-color	: #ffffff;
    text-align		: center;
}

#notes td.polls {
    color: #007BA8;
    font-weight		: bold;
    font-size		: 11px;
    font-family		: Tahoma;
}

#notes td.line {
    border-bottom	: 1px solid #cccccc;
}

td.product-data-compare {
    width		: 180px;
    vertical-align	: top;
    font-size		: 11px;
    font-family		: Tahoma;
    color		: #313131;
    border-right	: 1px solid #cccccc;
    text-align		: left;
    text-decoration	: none;
}

div.product-browser {
    width		: 100%;
}

div.product-comparer {
    width		: 100%;
    text-decoration	: none;
}

div.centerContent {
    text-align		: center;
}

div.textpad {
    padding-left	: 0px;
    padding-right	: 0px;
}

div.product-compare-text {
    width		: 100%;
    text-align		: left;
    text-decoration	: none;
}

select.spacer {
    margin-top		: 3px;
    margin-bottom	: 3px;
}

h3.compHeader {
    padding		: 0px;
    margin		: 0px;
    color		: red;
    font-size		: 11px;
    font-family		: Tahoma;
    padding-top		: 3px;
    padding-bottom	: 4px;
    background-image	: url(theme/blockHeading.png);
    background-position	: left;
    background-repeat	: repeat-x;
    color		: #ffffff;
    padding-left	: 4px;
    margin-top		: 4px;
}

span.compRows1 {
    display		: block;
    height		: 18px;
    background-color	: #f7f7f7;
}

span.compRows2 {
    display		: block;
    height		: 18px;
    background-color	: #ffffff;
}

span.compRowsyes {
    background-position    : 2px 52%;
    background-image	: url(theme/icon_check.gif);
    background-repeat	: no-repeat;
    padding-left	: 20px;
}

span.compRowsno {
    background-position    : 2px 52%;
    background-image	: url(theme/icon_ex.gif);
    background-repeat	: no-repeat;
    padding-left	: 20px;
}

span.comppad {
   padding-left	: 20px;
}

span.compRowsyesC {
    background-position    : 50% 52%;
    background-image	: url(theme/icon_check.gif);
    background-repeat	: no-repeat;
}

span.compRowsnoC {
    background-position    : 50% 52%;
    background-image	: url(theme/icon_ex.gif);
    background-repeat	: no-repeat;
}

span.compRowsCenter {
    text-align		: center;
}

div.compNames {
    margin-top		: 331px;
}

/* tabelka produktu */

#productsTable {
    font-size		: 12px;
    color		: red;
    font-family		: Tahoma, Verdana, Arial, sans-serif;
}

#productsTable th {
    background-color	: #F0F2F3;
    color		: #3366A8;
    font-size		: 11px;
    font-family		: Verdana;
    font-weight		: bold;
    border-bottom	: 1px solid #bcd2e6;
    padding-left	: 4px;
    height		: 26px;
}

#productsTable th.left {
    text-align		: left;
}

#productsTable td {
     
}


td.nazwa {
    color		: #4E4E4E;
    font-size		: 10px;
    padding-left	: 7px;
    padding-right	: 7px;
    padding-top		: 7px;
    padding-bottom      : 7px;
    vertical-align	: top;
}

span.opis-telefonu {
    font-size		: 10px;
    color		: #4E4E4E;
    font-weight		: normal;
}

#productsTable td.mini {
    text-align		: center;
}

#productsTable td.kup {
    text-align		: center;
}

td.cena {
    text-align		: center;
    color		: #6a6a6a;
    font-size		: 12px;
    font-weight		: bold;
}

#productsTable td.status {
    text-align		: center;
}

#productsTable a {
    font-weight		: bold;
    font-size		: 12px;
    text-decoration	: none;
}

#productsTable a:hover {
    font-size		: 12px;
    text-decoration	: none;
}

/* opinie */

span.smalldate {
    font-size		: 10px;
}

div.reviewborder {
    border-bottom	: 1px solid #cccccc;
}
/* blocks */

td.columnHeading {
    background-image	: url(theme/columnHeading.png);
    background-position : center top;
    background-repeat	: no-repeat;
    height		: 30px;
    padding-top		: 4px;
    padding-left	: 10px;
}


td.blockHeading {
    background-image	: url(theme/bg/blockHeading.jpg);
    background-position : left top;
    background-repeat	: repeat-x;
    background-color	: #42B5E1;
    height		: 24px;
    padding-left	: 10px;
    color		: #ffffff;
    font-size		: 12px;
    font-family		: Tahoma;
    font-weight		: bold;
}

td.blockHeading2 {
    background-image	: url(theme/bg/blockHeading2.jpg);
    background-position : left top;
    background-repeat	: repeat-x;
    background-color	: #42B5E1;
    height		: 24px;
    padding-left	: 10px;
    color		: #ffffff;
    font-size		: 12px;
    font-family		: Tahoma;
    font-weight		: bold;
}


td.blockHeadinggray {
    background: #ffffff url(theme/bg/left_bg.jpg) no-repeat bottom center;
    height		: 24px;
    padding-left	: 10px;
    color               : #007ba8;
    font-size		: 11px;
    font-family		: Tahoma;
    font-weight		: bold;
}


td.watchedHeading {
    background-image	: url(theme/bg/blockHeading.jpg);
    background-position : left top;
    background-repeat	: repeat-x;
    background-color	: #42B5E1;
    height		: 24px;
    padding-left	: 10px;
    color		: #ffffff;
    font-size		: 12px;
    font-family		: Tahoma;
    font-weight		: bold;
}

td.watchedBodyc {

    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-top		: 5px;
    padding-bottom	: 5px;
    text-align          : center;
    border-left         : 1px solid #dddddd;
    border-right        : 1px solid #dddddd;
}

td.watchedBody {
    border-left         : 1px solid #dddddd;
    border-right        : 1px solid #dddddd;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-left	: 10px;
    padding-top		: 5px;
    padding-bottom	: 5px;
}

td.blockkBodySearch {
    background: #fff url(theme/bg/blocksearchfield2.jpg) no-repeat center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-left	: 10px;
    padding-top		: 2px;
    padding-bottom	: 2px;
    height              : 26px;
}
td.blockkBodySearch div {
    position            : relative;
    display:block;
        height:22px;
}

td.blockkBodySearch div form {
    margin:0px;
    padding:0px;
}

td.blockkBodySearch div input {
    position            : absolute;
    left: 1px;
    top: 2px;
    border:1px solid #fff;
}
td.blockkBodySearch div a {
    display: block;
    height: 20px;
    left: 146px;
    position: absolute;
    top: 2px;
    width: 33px;
    text-indent: -9999px;
    overflow:hidden;
}

td.watchedSubmit {
    background: #ffffff url(theme/bg/left_bg_bot.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-left	: 10px;
    padding-top		: 15px;
    padding-bottom	: 5px;
    text-align		: center;
}

td.watchedSubmit3 {
    background: #ffffff url(theme/bg/left_bg_bot.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-left	: 10px;
    padding-top		: 15px;
    padding-bottom	: 5px;
    text-align		: center;
}

td.watchedHeading2 {
    background-image	: url(theme/bg/blockHeading.jpg);
    background-position : left top;
    background-repeat	: repeat-x;
    background-color	: #42B5E1;
    height		: 24px;
    padding-left	: 10px;
    color		: #ffffff;
    font-size		: 12px;
    font-family		: Tahoma;
    font-weight		: bold;
}

td.watchedBodyc2 {
    background: #ffffff url(theme/bg/left_bg.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-top		: 5px;
    padding-bottom	: 5px;
    text-align          : center;
}

td.watchedSubmit2 {
    background: #ffffff url(theme/bg/left_bg_bot.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-left	: 10px;
    padding-top		: 15px;
    padding-bottom	: 5px;
    text-align		: center;
}

td.opHeading {
    background-image	: url(theme/bg/blockHeading.jpg);
    background-position : left top;
    background-repeat	: repeat-x;
    background-color	: #42B5E1;
    height		: 24px;
    padding-left	: 10px;
    color		: #ffffff;
    font-size		: 12px;
    font-family		: Tahoma;
    font-weight		: bold;
}

td.opBody {
    background: #ffffff url(theme/bg/left_bg.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-left	: 10px;
    padding-top		: 5px;
    padding-bottom	: 5px;
}

td.opSubmit3 {
    background: #ffffff url(theme/bg/left_bg_bot.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-left	: 10px;
    padding-top		: 15px;
    padding-bottom	: 5px;
    text-align		: center;
}


td.pkHeading {
    background-image	: url(theme/bg/blockHeading.jpg);
    background-position : left top;
    background-repeat	: repeat-x;
    background-color	: #42B5E1;
    height		: 24px;
    padding-left	: 10px;
    color		: #ffffff;
    font-size		: 12px;
    font-family		: Tahoma;
    font-weight		: bold;
}

td.pkBody {
    background: #ffffff url(theme/bg/left_bg.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-left	: 10px;
    padding-top		: 5px;
    padding-bottom	: 5px;
}

td.pkSubmit3 {
    background: #ffffff url(theme/bg/left_bg_bot.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-left	: 10px;
    padding-top		: 15px;
    padding-bottom	: 5px;
    text-align		: center;
}

td.blockBody {
    background: #ffffff url(theme/bg/left_bg.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-left	: 10px;
    padding-top		: 5px;
    padding-bottom	: 5px;
}

td.blockBodyg {
    background: #ffffff url(theme/bg/left_bgg.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #686868;
    padding-left	: 10px;
    padding-top		: 5px;
    padding-bottom	: 5px;
}

td.blockBodyg2 {
    background: #ffffff url(theme/bg/left_bg.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #686868;
    padding-left	: 10px;
    padding-top		: 5px;
    padding-bottom	: 5px;
}

td.blockBodys {
    background: #ffffff url(theme/bg/blockSearch.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    height              : 15px;
}


td.blockBody2 {
    background: #ffffff url(theme/bg/left_bg.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-left	: 10px;
    padding-top		: 5px;
    padding-bottom	: 1px;
    font-weight		: bold;
}

td.blockBodyc {
    background: #ffffff url(theme/bg/left_bg.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-top		: 5px;
    padding-bottom	: 5px;
    text-align          : center;
}

td.blockSubmit {
    background: #ffffff url(theme/bg/left_bg_bot.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-left	: 10px;
    padding-top		: 15px;
    padding-bottom	: 5px;
    text-align		: center;
}

td.blockSubmitc {
    background: #ffffff url(theme/bg/left_bg_bot.jpg) no-repeat bottom center;
    font-family		: Tahoma;
    font-size		: 11px;
    color               : #007ba8;
    padding-left	: 10px;
    padding-top		: 15px;
    padding-bottom	: 5px;
    text-align		: center;
}

a.tak {
    display		: block;
    height		: 15px;
    padding-left	: 25px;
    font-size		: 10px;
    cursor		: pointer;
    background-image	: url(theme/yes-no.png);
    background-position	: left top;
    background-repeat	: no-repeat;
    color               : #007ba8;
    text-decoration	: none;
}

a.tak:hover {
    color               : #007ba8;
    text-decoration	: none;
}

a.nie {
    display		: block;
    height		: 15px;
    padding-left	: 25px;
    font-size		: 10px; 
    cursor		: pointer; 
    background-image	: url(theme/yes-no.png);
    background-position	: left bottom;
    background-repeat	: no-repeat;
    color               : #007ba8;
    text-decoration	: none;
}

a.nie:hover {
    color               : #007ba8;
    text-decoration	: none;
}

select.blockSelect {
    width		: 180px;
    font-size		: 10px;
}

select.blockSelectTelefony {
    width		: 150px;
    font-size		: 10px;
}

select.blockSelectTaryfy {
font-size:10px;
width:190px;
}


input.blockInput {
    width		: 130px;
    font-size		: 11px;
}

/* strona wyszukania */

h1.searchlist {
    margin		: 0px;
    padding		: 0px;
    background-image	: url(theme/search-body-header.png);
    background-position	: left bottom;
    background-repeat	: no-repeat;
    background-color	: #3db8ff;    
    height		: 30px;
    font-weight		: bold;
    font-family		: Tahoma;
    font-size		: 14px;
    color		: #ffffff;
    text-align		: left;
    display		: block;
    width		: 820px;
}

h1.searchlist a {
    display		: block;
    padding-top		: 7px;
    padding-bottom	: 5px;
    color		: #ffffff;
    padding-left	: 20px;
}

h1.searchlist a:hover {
    display		: block;
    padding-top		: 8px;
    padding-bottom	: 4px;
    color		: #ffffff;
    text-decoration	: none;
    padding-left	: 21px;
}


div.frame {
    width		: 114px;
    margin		: 3px;
    float		: left;
    height		: 165px;
    display		: block;
    text-align		: center;
    font-size		: 12px;
    color		: #000000;
    font-family		: Tahoma;
    background-color    : white;
}

div.framenofloat {
    width		: 105px;
    height		: 165px;
    display		: block;
    text-align		: center;
    font-size		: 12px;
    color		: #000000;
    font-family		: Tahoma;
}

a.productlink {
    color		: #000000;
    text-decoration	: none;
    display: block;
}

a.productlink:hover {
    color		: #000000;
    text-decoration	: none;
    display: block;
}

.boxborder {
    border		: 1px solid #cccccc;
}

.boxheader {
    color		: #007BA8;
    height		: 25px;
    font-size		: 11px;
    background-position : left top;
    background-repeat	: repeat-x;
    font-family		: Tahoma, Verdana, Arial, sans-serif;
    border-bottom	: 1px solid #dddddd;
}

.boxheaderbutton {
    background-color    : #E8903A;
    color               : #FFFFFF;
    height		: 25px;
    font-size		: 11px;
    background-image    : url(theme/bg/konto_but_bg.jpg);
    background-position : left top;
    background-repeat	: repeat-x;
    font-family		: Tahoma, Verdana, Arial, sans-serif;
    border-bottom	: 1px solid #cccccc;
}
.boxheaderbutton2 {
    background-color    : #E8903A;
    color               : #FFFFFF;
    height		: 25px;
    font-size		: 11px;
    background-image:url(theme/bg/konto_but_bg.jpg);
    background-position : left top;
    background-repeat	: repeat-x;
    font-family		: Tahoma, Verdana, Arial, sans-serif;
    border-bottom	: 1px solid #cccccc;
}


.boxheaderbutton a, .boxheaderbutton2 a {
    color               : #FFFFFF;
}

.boxheader a.tab {
    display:block;
}

.boxheaderborder {
    border-top		: 1px solid #cccccc;
    border-left		: 1px solid #cccccc;
    border-right	: 1px solid #cccccc;
}

.boxbackgroundborder {
    border-bottom	: 1px solid #cccccc;
    border-left		: 1px solid #cccccc;
    border-right	: 1px solid #cccccc;
    clear		: both;
}

.boxspacer {
    height		: 10px;
}

.ssboxspacer {
    height		: 10px;
	background-image	: url(theme/ssspacer.jpg);
    background-position : right top;
	background-repeat	: no-repeat;
}

.boxtextbold {
    font-weight		: bold;
}

.boxtextleft {
    padding-left	: 5px;
    text-align		: left;    
}

.boxtextright {
    padding-right	: 5px;
    text-align		: right;    
}

.boxtextright2 {
    text-align		: right;    
}

.boxbackground {
    font-size		: 10px;
    font-family		: Tahoma, Verdana, Arial, sans-serif;
    color		: #393939;
    padding		: 5px;
    background-color    : #e4e4e4;
}

.boxbackgroundmore {
    font-size		: 10px;
    font-family		: Tahoma, Verdana, Arial, sans-serif;
    color		: #393939;
}


td.notfound {
    color		: #c10000;
    font-weight		: bold;
    font-size		: 12px;
    font-family		: Tahoma;
    padding-top		: 20px;
    padding-bottom	: 20px;
    text-align		: center;
}

/* footer */

#footer {
    font-size		: 12px;
    color		: #ffffff;
    font-family		: Tahoma, Verdana, Arial, sans-serif;
}

#footer td.bar {
    background-image	: url(theme/footer.jpg);
    background-position : left bottom;
    background-repeat	: repeat-x;
    height		: 28px;
}

#footer td.shadow {
    background-image	: url(theme/footershadow.jpg);
    background-position : left top;
    background-repeat	: repeat-x;
    color		: #919191;
    font-size		: 10px;
}

#footer a {
    color		: #919191;
}

#footer a.menu {
    font-family: Verdana;
    font-size: 11px;
    color: #007BA8;
}

#footer a.menu:hover {
    text-decoration: underline;
}

/* header i logo */

td.headerbg {
    background-image	: url(theme/headerbg.jpg);
    background-position : left bottom;
    background-repeat	: repeat-x;
    height		: 129px;
}


#topsearch {
    border-top		: 1px solid #ffffff;

    background-color	: #89b6c8;  
}

#topsearch td.cell {
    color		: #ffffff;
    font-family		: Tahoma;
    font-size		: 12px;

}

#topsearch td.leftspacer {
    width		: 160px;
}

#topsearch td.searchhead {
    width		: 200px;
    padding-top		: 12px;
    padding-bottom	: 3px;
}

#topsearch td.searchselect {
    width		: 200px;
    padding-top		: 0px;
    padding-bottom	: 12px;
}

#topsearch td.cellfoot {
    background-color	: #ffffff;
    background-image	: url(theme/headerbgrev.jpg);
    background-position : left bottom;
    background-repeat	: repeat-x;
    height		: 18px;
}

/*   specyfikacje */

#spec td.ssheader {
    color               : #007BA8;
    font-size		: 11px;
    font-family		: Verdana;
    font-weight		: bold;
    border-bottom	: 1px solid #dddddd;
    padding-left	: 4px;
    height		: 26px;
}

#spec td.ssheaderc {
    color               : #007BA8;
    font-size		: 11px;
    font-family		: Verdana;
    font-weight		: bold;
    border-bottom	: 1px solid #dddddd;
    padding-left	: 4px;
    height		: 26px;
    text-align: center;
}

#spec td.sscell {
    font-size		: 11px;
    border-bottom	: 1px solid #f1f1f1;
    color		: #414141;
    height		: 28px;
	vertical-align: top;
}

#spec td.sscellc {
    font-size		: 11px;
    border-bottom	: 1px solid #f1f1f1;
    color		: #414141;
    text-align		: center;
    height		: 28px;
	vertical-align: top;
}

div.avatar_name_jss {
	width: 100%;
  padding-top: 5px;
  height: 15px;
  text-align:center;
}

div.avatar_name_js {
	width: 158px;
  padding-left: 3px;
  padding-top: 5px;
  height: 15px;
  overflow: hidden;
}

div.avatar_name_js:hover,div.avatar_name_js.hover {
	width: 158px;
  padding-left: 3px;
  height: auto;
}


#spec td.light {
    background-color	: #ffffff;
}

#spec td.dark {
    background-color	: #fcfcfc;
}

#spec td.middlecell {
    width		: 50%;
    vertical-align	: top;
}

#movies {
    margin-left:5px;
}

#movies td.header {
    background-color	: #F0F2F3;
    color		: #3366A8;
    font-size		: 11px;
    font-family		: Verdana;
    font-weight		: bold;
    border-bottom	: 1px solid #bcd2e6;
    padding-left	: 4px;
    height		: 26px;
}


#movies td.headernobg {
    color		: #3366A8;
    font-size		: 11px;
    font-family		: Verdana;
    font-weight		: bold;
    border-bottom	: 1px solid #bcd2e6;
    padding-left	: 4px;
    height		: 26px;
}

#movies td.list {
    font-size		: 11px;
    border-bottom	: 1px solid #e8e8e8;
    padding-left	: 4px;
    color		: #000000;
    height		: 28px;
    font-family		: Tahoma;
}

#movies div.listcell {
    overflow		: auto;
    height		: 140px;
    width		: 230px;
}

#movies td.listc {
    font-size		: 11px;
    border-bottom	: 1px solid #e8e8e8;
    color		: #000000;
    text-align		: center;
    height		: 28px;
}

#movies td.light {
    background-color	: #ffffff;
}

#movies td.dark {
    background-color	: #fcfcfc;
}

#player {
    width		: 640px;
    height		: 390px;
    background-image	: url(theme/wybierz-prezentacje.jpg);
}


#order {
    font-family: Verdana;
    font-size:11px;
    width:100%;
    height:13px;
    margin:0px auto 0px auto;
    padding:5px 0px 4px 0px;
    list-style-type:none;
    background-image: url(navigation.png);
    background-position: center;
    background-repeat: no-repeat;
    text-align:right;
    clear:both;
}

#order li {display:inline; padding:0px 0px 0px 0px;}

#order li a.data {background-image:url(theme/order_data.jpg);background-repeat:no-repeat;background-position:center top;padding:5px 36px 4px 35px; text-decoration:none;}
#order li a.data:hover {background-image:url(theme/order_data.jpg);background-repeat:repeat-x;background-position:center bottom;padding:5px 36px 4px 35px; text-decoration:none;}

#order li a.nazwa {background-image:url(theme/order_nazwa.jpg);background-repeat:no-repeat;background-position:center top;padding:5px 36px 4px 35px; text-decoration:none;}
#order li a.nazwa:hover {background-image:url(theme/order_nazwa.jpg);background-repeat:repeat-x;background-position:center bottom;padding:5px 36px 4px 35px; text-decoration:none;}

#cms td { font-size:11px;font-family:Verdana; }

#cms td.spc td {padding-bottom:5px;padding-top:5px; }

#cms td.header {
    background-color	: #F0F2F3;
    color		: #3366A8;
    font-size		: 11px;
    font-family		: Verdana;
    font-weight		: bold;
    padding	        : 8px;
}

#cms td.body {
    color		: #393939;
    font-size		: 11px;
    font-family		: Verdana;
    padding	        : 8px;
    height              : 100%;
}

#ensureMinHeight {
    float		    : left;
    width		    : 0px;
    height		    : 400px;
}


a.head-akcesoria {
    background-image:url(theme/head-akcesoria.jpg);
    background-repeat:repeat-x;
    background-position:center top;
    display:block;
    padding:5px 0px 5px 0px;
    margin-bottom:4px;
}
a.head-akcesoria:hover {
    background-position:bottom;
}


a.head-telefony {
    background-image:url(theme/head-telefony.jpg);
    background-repeat:repeat-x;
    background-position:center top;
    display:block;
    padding:5px 0px 5px 0px;
    margin-bottom:4px;
}

a.head-telefony:hover {
    background-position:bottom;
}

a.head-forum {
    background-image:url(theme/head-forum.jpg);
    background-repeat:repeat-x;
    background-position:center top;
    display:block;
    padding:5px 0px 5px 0px;
    margin-bottom:4px;
}

a.head-forum:hover {
    background-position:bottom;
}

a.head-doladowania {
    background-image:url(theme/head-doladowania.jpg);
    background-repeat:repeat-x;
    background-position:center top;
    display:block;
    padding:5px 0px 5px 0px;
    margin-bottom:4px;
}

a.head-doladowania:hover {
    background-position:bottom;
}

a.head-rozrywka {
    background-image:url(theme/head-rozrywka.jpg);
    background-repeat:repeat-x;
    background-position:center top;
    display:block;
    padding:5px 0px 5px 0px;
    margin-bottom:4px;
}

a.head-rozrywka:hover {
    background-position:bottom;
}

a.head-lokale {
    background-image:url(theme/head-lokale.jpg);
    background-repeat:repeat-x;
    background-position:center top;
    display:block;
    padding:5px 0px 5px 0px;
    margin-bottom:4px;
}

a.head-lokale:hover {
    background-position:bottom;
}

a.head-operatorzy {
    background-image:url(theme/head-operatorzy.jpg);
    background-repeat:repeat-x;
    background-position:center top;
    display:block;
    padding:5px 0px 5px 0px;
    margin-bottom:4px;
}

a.head-operatorzy:hover {
    background-position:bottom;
}

/* === forum ============================================================ */

#forum {
	font-family:Tahoma;
	font-size:12px;
	color:#434343;
	background-color:#CECECE;
}

#forum .forum_head{
	font-family:Tahoma;
	font-size:12px;
	color:#F2F2F2;
	background-color:#99B5C3;
	text-align:center;
	font-weight:bold;
}

#forum .forum_head_left{
	font-family:Tahoma;
	font-size:12px;
	color:#F2F2F2;
	background-color:#99B5C3;
	text-align:left;
	font-weight:bold;
	padding-left:20px;
}

#forum .forum_row_name{
	font-family:Tahoma;
	font-size:12px;
	color:#434343;
	background-color:#FFFFFF;
}

#forum .forum_row_center{
	font-family:Tahoma;
	font-size:12px;
	color:#434343;
	background-color:#FFFFFF;
	text-align:center;
	height:30px;
}

#forum .forum_row_posts{
	font-family:Tahoma;
	font-size:10px;
	color:#434343;
	background-color:#F2F2F2;
	text-align:center;
}

#forum .category_row_name{
	font-family:Tahoma;
	font-size:11px;
	color:#434343;
	background-color:#F2F2F2;
	text-align:left;

}

#forum a.category_row_link{
	font-family:Tahoma;
	font-size:12px;
	color:#434343;
	text-align:left;
	text-decoration:none;
}

#forum a.category_row_link:hover{
	font-family:Tahoma;
	font-size:12px;
	color:#434343;
	text-align:left;
	text-decoration:underline;
}


#forum .thread_input{
 font-size: 12px;
 font-family: tahoma,helvetica;
 color: #434343;
 background-color: #F2F2F2;
 border:1px solid #434343;
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
}

#forum .thread_select{
 background-color: #F2F2F2;
 border:1px solid #434343;
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;	
	font-family:Tahoma;
	font-size:12px;
}

#forum a.category_title{
	font-weight:bold;
	color:#434343;
	text-decoration:none;
}

#forum a.category_title:hover{
	font-weight:bold;
	color:#434343;
	text-decoration:underline;
}

#forum .category_desc{
	color:#5A666D;
}

#forum .post_row{
	font-family:Tahoma;
	font-size:12px;
	color:#434343;
	background-color:#FFFFFF;
	padding:5px;
}

#forum .post_who{
	font-family:Tahoma;
	font-size:11px;
	color:#434343;
	background-color:#F2F2F2;
	vertical-align:top;
	padding:5px;
}

#forum .post_line{
	height:1px;
	border:0px solid red;
	background-color:#CECECE;
}

#forum .post_date{
	font-family:Tahoma;
	font-size:10px;
	color:#434343;
	background-color:#F2F2F2;
	text-align:center;
}

#forum a.post_pager{
	font-family:Tahoma;
	font-size:11px;
	color:#434343;
	text-decoration:none;
}

#forum a.post_pager:hover {
	font-family:Tahoma;
	font-size:11px;
	color:#434343;
	text-decoration:underline;
}

#forum .stat_row_name{
	font-family:Tahoma;
	font-size:11px;
	color:#434343;
	background-color:#F2F2F2;
	text-align:left;

}

#forum .stat_row_center{
	font-family:Tahoma;
	font-size:12px;
	color:#434343;
	background-color:#F2F2F2;
	text-align:center;
}

#op, #op table {
    font-size: 12px;
    font-family:Arial,Helvetica,sans-serif;
}



.cc {
    text-align:center;
}

.rr {
    text-align:right;
    padding-right:5px;
}

.ll {
    text-align:left;
}

.p4 {
    padding:4px;
}

.co_blue {
    color:#007BA8;
}

tr.op_row td.bt, tr.op_row th.bt {
    border-top: 1px solid #dddddd;
}

tr.op_row td.bb, tr.op_row th.bb {
    border-bottom: 1px solid #dddddd;
}

tr.op_row td.bl, tr.op_row th.bl {
    border-left:1px solid #dddddd;
}
tr.op_row td.br, tr.op_row th.br {
    border-right:1px solid #dddddd;
}

tr.op_row td.whi {
    background-color: #fff;
}

ul.ab {
list-style-image:url(images/operatorzy/bull.gif);
list-style-position:outside;
margin:0 0 0 15px;
vertical-align:bottom;
}

ul.ab li {
padding-bottom:3px;
padding-top:3px;
}

div.taryfa_box {
    width:48%;
    float:left;
    margin-left:1%;
    margin-right:1%;
    font-size:12px;
    font-family:Arial;
}

div.taryfa_box div.snap {
    border-bottom:1px solid #cccccc;
    padding-bottom:6px;
}

div.taryfa_spacer {
    clear:both;
    height:10px;
}


dl.rows {
    border-bottom:1px solid #CCCCCC;
    font-family:Arial,Verdana,Helvetica,sans-serif;

    font-size:11px;
    margin:0;
    padding:0;
    margin-bottom:2px;
}


dl.rows dt {
float:left;
padding-left:5px;
width:auto;
}

dl.rows dt, dl.rows dd {
padding-bottom:2px;
padding-top:2px;
}

dl.rows dd {
font-weight:bold;
padding-right:5px;
text-align:right;
}

dl.rows dd.nie {
color:#CE5821;
}

dl.rows dd.tak {
color:#9CCE21;
}

#pager { 
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding-top:4px;
padding-bottom:4px;
padding-right:10px;
text-align:right;
}

#pager span.current {
    font-weight:bold;
}

#cities {
    border:1px solid #cccccc;
    padding:5px;
    font-size:13px;
    font-family:Arial;
    background-color:#F0F2F3;
    text-align:center;
}

#cities a {
    padding-left:5px;
    padding-right:5px;
}

