div.preview_mode {
 background-image: url(../images/preview_bg.gif);
 height: 28px;
 text-align: center;
 color: white;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
 font-family: Arial, Sans-serif;
}

@font-face {
    font-family: 'MyriadProBoldSemiCondensed';
    src: url('fonts/myriadpro-boldsemicn-webfont.eot');
    src: url('fonts/myriadpro-boldsemicn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-boldsemicn-webfont.woff') format('woff'),
         url('fonts/myriadpro-boldsemicn-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-boldsemicn-webfont.svg#MyriadProBoldSemiCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
/*
 * szablon strony głównej
 */
body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	font-size: 68.75%; /* 1em = 11px */
	font-family: Tahoma, Arial, Sans-serif;
	background: url(../images/bkg_body.gif) top left;
	background-color: #7f878e;
	text-align: center;
}
#all {
	height: 100%;
	background: url(../images/bkg_all.gif) repeat-x top left;
	padding-top: 6px;
}
#main {
	margin: 0 auto;
	width: 994px;
	height: auto;
	vertical-align: top;
	table-layout: fixed;
	/*font: 11px Tahoma, Arial, Sans-serif;
	color: #000000;*/
	text-align: left;
}
#header, #content {
	width: 994px;
}

/*
 * NAGLOWEK
 */
#header {
	height: 123px;
	background-color: #ffffff;
}
#header div.logo {
	width: 231px;
	height: 83px;
}
#header div.welcome {
	padding-top: 4px;
}
#header div.welcome span a {
	text-decoration: underline;
}
#header div.welcome div.gp {
	margin-top: 5px;
	margin-right: 7px;
}
#header div.welcome div.user {
	margin-top: 5px;
	margin-left: 20px;
	display: inline;
}
#header div.welcome div.timer {
	margin-right: 10px;
	width: 210px;
	height: 22px;
	background: url(../images/timer_bkg.gif) no-repeat top left;
	display: inline;
}
#GPTimer {
	padding-top: 1px;
	float: right;
}
#GPTimer span {
	margin-right: 25px;
	width: 20px;
	text-align: right;
	font: 1.4em Tahoma;
	font-weight: bold;
}
#GPTimer span.Tsecs {
	margin-right: 25px;
}
#GPTimer span.Tmins {
	margin-right: 28px;
}
#GPTimer span.Thours {
	margin-right: 35px;
}
#GPTimer span.Tdays {
	margin-right: 28px;
}
#header div.logo .corner {
	width: 4px;
	height: 4px;
}
#header div.logo .top1 {
	background: url(../images/head_corner1.gif) no-repeat top left;
}
#header div.logo .top2 {
	background: url(../images/head_corner2.gif) no-repeat top right;
}
#header div.logo .image {
	margin-top: 5px;
	margin-left: 10px;
}
#header div.topRight {
	width: 763px;
}
#header div.welcome {
	width: 763px;
	height: 35px;
	color: #ffffff;
	background: url(../images/head_corner3.gif) no-repeat bottom left;
	background-color: #000000;
}

/*
 * MENU GORNE 1
 */
div.topMenu {
	width: auto;
	height: 48px;
	background: url(../images/head_corner4.gif) no-repeat top right;
}
div.topMenu .offer_header{
	background-color: #D50000;
	padding: 3px 12px!important;
}
div.topMenu .offer_header a {
	color: #ffffff!important;
}
h1.normall2{
	display: inline;
	font-size: 11px;
}
ul#topMenu {
	width: auto;
	height: 40px;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	float: right;
	display: block;
}
ul#topMenu li {
	padding: 8px 12px 8px 12px;
	display: inline;
}
ul#topMenu li.border {
	border-left: 1px solid #e6e6e6;
}
ul#topMenu li a {
	font: 11px Tahoma;
	color: #fe0000;
	text-decoration: none;
}
ul#topMenu li a:hover {
	text-decoration: underline;
}
ul#topMenu li a.selected {
	text-decoration: underline;
}

/*
 * MENU GORNE 2 (koszyk, konto)
 */
ul#topMenu2 {
	width: auto;
	height: 30px;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	float: right;
	display: block;
	background: url(../images/twoje_konto_bkg.gif) repeat-x top left;
}
ul#topMenu2 li {
	padding: 0 13px 0 13px;
	display: inline;
	float: left;
}
ul#topMenu2 li.account div.text a {
	position: absolute;
	top: -1px;
	font: 11px Tahoma;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
ul#topMenu2 li.basket div.text a {
	position: absolute;
	top: -1px;
	font: 11px Tahoma;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
ul#topMenu2 li.account div.text a:hover, ul#topMenu2 li.basket div.text a:hover {
	text-decoration: underline;
}
ul#topMenu2 li.account {
	position: relative;
	border-right: 1px solid #b7b7b7;
	padding-left: 9px;
	font: 11px Tahoma;
	color: #ffffff;
	font-weight: bold;
}
ul#topMenu2 li.basket {
	position: relative;
	border-left: 1px solid #ffffff;
	padding-right: 9px;
	font: 11px Tahoma;
	color: #ffffff;
	font-weight: bold;
}
.topMenu2Left {
	width: 4px;
	height: 29px;
	float: right;
	background: url(../images/twoje_konto_left.gif) no-repeat top left;
}
.topMenu2Right {
	margin-right: 10px;
	width: 4px;
	height: 29px;
	float: right;
	background: url(../images/twoje_konto_right.gif) no-repeat top right;
}
ul#topMenu2 li a:hover {
	text-decoration: underline;
}
ul#topMenu2 li a.selected, ul#topMenu2 li div.text a.selected {
	text-decoration: underline;
}

#header .subMenu {width: 100%; overflow: hidden; height: 36px;}
#header div.topCategories {
	width: 636px;
	height: 35px;
	float: left;
	margin-left: 10px;
	border-bottom: 1px solid #dc0000;
}
#header div.topCategories .item {
	float: left;
	margin-right: 2px;
	cursor: pointer;
}

#header div.topCategories .item .shadowMargin {
	margin-top: 11px;
}
#header div.topCategories .shadow {
	margin-top: 11px;
    color: #000000;
    font-weight: bold;
    left: 0;
    position: relative;
    top: -1px;
}
#header div.topCategories .active .shadow {
    color: #CF2020;
}

#header div.topCategories .cornerL {
	float: left; width: 4px; height: 35px; background: url(../images/menu/black_left.png);
}
#header div.topCategories .active .cornerL {
	background: url(../images/menu/red_left.png);
}

#header div.topCategories .cornerR {
	float: left; width: 4px; height: 35px; background: url(../images/menu/black_right.png);
}
#header div.topCategories .active .cornerR {
	background: url(../images/menu/red_right.png);
}

#header div.topCategories .center {
	float: left; height: 35px; background: url(../images/menu/black_middle.png) repeat-x;
}
#header div.topCategories .active .center {
	background: url(../images/menu/red_middle.png) repeat-x;
}

/*
 * WYSZUKAJ
 */
#header div.search {
	width: 338px;
	height: 35px;
	float: right;
	display: inline;
	margin-right: 10px;
	border-bottom: 1px solid #dc0000;
}
#header div.search .searchLeft {
	width: 4px;
	height: 35px;
	float: right;
	background: url(../images/wyszukaj_left.gif) no-repeat top left;
}
#header div.search .searchRight {
	width: 4px;
	height: 35px;
	float: right;
	display: inline;
	background: url(../images/wyszukaj_right.gif) no-repeat top right;
}
#header div.search .middle {
	height: 26px;
	padding: 9px 10px 0 10px;
	float: right;
	background: url(../images/wyszukaj_bkg.gif) repeat-x top left;
}
#header div.search div, div.search div div {
	float: left;
}
#header div.search label {
	display: none;
}
#header div.search .m2 {
	margin-top: 2px;
}
#header div.search .shadowBlack {
	position: relative;
	top: -1px;
	left: 0px;
	color: #000000;
}
#header div.search .text {
	position: absolute;
	top: 1px;
	left: 0px;
	color: #ffffff;
}
#header div.search .text3 a {
	color: #c7cacd;
	text-decoration: none;
	font-size: 9px;
}
#header div.search .text1 {
	margin-top: 2px;
	margin-right: 8px;
	margin-left: 10px;
}
#header div.search .input input {
	position: relative;
	top: -2px;
	margin-right: 8px;
	width: 225px;
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
	border: 1px solid #a5acb2;
	font: 11px Tahoma, Arial, Sans-Serif;
	color: #7f7f7f;
}
#header div.search .select select {
	position: relative;
	top: -2px;
	margin-right: 8px;
	width: 180px;
	height: 20px;
	padding: 2px 0 1px 0;
	border: 1px solid #a5acb2;
	font: 11px Tahoma, Arial, Sans-Serif;
	color: #000000;
}
#header div.search .button {
	position: relative;
	top: -2px;
}
#header div.search .button input {
	width: 67px;
	height: 22px;
}
#header div.search .text2 {
	position: relative;
	top: -5px;
	margin-right: 13px;
	margin-left: 13px;
	font-size: 9px;
}
#header div.search .sep {
	position: relative;
	top: -5px;
	width: 2px;
	height: 28px;
	background: url(../images/wyszukaj_sep.gif) no-repeat top left;
}
#header div.search a:hover {
	text-decoration: underline;
}

/*
 *	MENU ZESPOLOW
 */
#menu {
	background-color: #fff;
}
#teamMenu {
	margin: 0 10px;
	padding: 2px 6px;
	width: 962px;
	background: url(../images/menu/sub_bkg.png) repeat-x top left;
	font-family: 'MyriadProBoldSemiCondensed';
	color: #5a5a5a;
	font-size: 11px;
	text-transform: uppercase;
}
#teamMenu a {
	color: #5a5a5a;
	text-decoration: none;
	cursor: pointer;
}
#teamMenu .pos {
	margin-top: 3px;
	margin-right: 2px;
	height: 25px;
	float: left;
	cursor: pointer;
}

#teamMenu .teamMenuPosLeft, #teamMenu .teamMenuPosRight {
	width: 5px;
	height: 25px;
	float: left;
}

#teamMenu .row1 .defL { background: url(../images/menu/1_default_l.png) no-repeat 0 0; }
#teamMenu .row1 .defR { background: url(../images/menu/1_default_r.png) no-repeat 0 0; }
#teamMenu .row1 .defM { background: url(../images/menu/1_default_m.png) repeat-x 0 0; }
#teamMenu .row2 .defL { background: url(../images/menu/2_default_l.png) no-repeat 0 0; }
#teamMenu .row2 .defR { background: url(../images/menu/2_default_r.png) no-repeat 0 0; }
#teamMenu .row2 .defM { background: url(../images/menu/2_default_m.png) repeat-x 0 0; }

#teamMenu .row1 .selL { background: url(../images/menu/1_active_l.png) no-repeat 0 0; }
#teamMenu .row1 .selR { background: url(../images/menu/1_active_r.png) no-repeat 0 0; }
#teamMenu .row1 .selM { background: url(../images/menu/1_active_m.png) repeat-x 0 0; }
#teamMenu .row2 .selL { background: url(../images/menu/2_active_l.png) no-repeat 0 0; }
#teamMenu .row2 .selR { background: url(../images/menu/2_active_r.png) no-repeat 0 0; }
#teamMenu .row2 .selM { background: url(../images/menu/2_active_m.png) repeat-x 0 0; }

#teamMenu .row1 .grayL { background: url(../images/menu/1_gray_l.png) no-repeat 0 0; }
#teamMenu .row1 .grayR { background: url(../images/menu/1_gray_r.png) no-repeat 0 0; }
#teamMenu .row1 .grayM { background: url(../images/menu/1_gray_m.png) repeat-x 0 0; }
#teamMenu .row2 .grayL { background: url(../images/menu/2_gray_l.png) no-repeat 0 0; }
#teamMenu .row2 .grayR { background: url(../images/menu/2_gray_r.png) no-repeat 0 0; }
#teamMenu .row2 .grayM { background: url(../images/menu/2_gray_m.png) repeat-x 0 0; }

#teamMenu .pos .team {
	width: 108px;
	height: 25px;
	line-height: 25px; 
	padding: 0;
	float: left;
	text-align: center;
}
#teamMenu .pos .selM a {
	color: white;
}
#teamMenu .pos .grayM a {
	color: white;
}

#teamMenu .row1.graySel .grayL { background: url(../images/menu/1_active_l.png) no-repeat 0 0; }
#teamMenu .row1.graySel .grayR { background: url(../images/menu/1_active_r.png) no-repeat 0 0; }
#teamMenu .row1.graySel .grayM { background: url(../images/menu/1_active_m.png) repeat-x 0 0; }
#teamMenu .row2.graySel .grayL { background: url(../images/menu/2_active_l.png) no-repeat 0 0; }
#teamMenu .row2.graySel .grayR { background: url(../images/menu/2_active_r.png) no-repeat 0 0; }
#teamMenu .row2.graySel .grayM { background: url(../images/menu/2_active_m.png) repeat-x 0 0; }

#teamChooser {
	height: 19px;
	padding: 5px 0 0 21px;
	font: 8px Tahoma;
	color: #9399a3;
	display: block;
	border-bottom: 1px dashed #9399a3;
}
#teamChooser img {
	display: inline;
	position: relative;
	top: 1px;
	margin-right: 3px;
}

/*
 *	STOPKA
 */
#footer {
	margin-top: 8px;
	margin-bottom: 8px;
	width: 974px;
	height: auto;
	color: #ffffff;
	padding: 0 10px 0 10px;
}
#footer a {
	font: 11px Tahoma, Arial, Sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .note {
	font: 10px Tahoma, Arial, Sans-serif;
	color: #ffffff;
}


/*
 * POMOC I NEWSLETTER
 */
#panel {
	margin-top: 5px;
	width: 994px;
	height: 110px;
}
#panel .corner {
	width: 4px;
	height: 4px;
}
#panel .middle {
	width: 4px;
	height: 102px;
}
#panel .help .middle {
	background-color: #ffffff;
}
#panel .newsletter .middle {
	background-color: #e7e7e8;
}
#panel .help .content {
	width: 651px;
	height: 110px;
	border-right: 1px solid #d5d5d5;
	padding-left: 6px;
	float: left;
	display: inline;
	background-color: #ffffff;
}
#panel .help .tips {
	margin-top: 8px;
	height: 50px;
	border-bottom: 1px solid #d5d5d5;
}
#panel .help .tips .pos a {
	color: #000000;
} 
#panel .help .box1 {
	padding: 0 20px 0 20px;
	width: 155px;
	height: 50px;
}
#panel .help .box2 {
	padding: 0 20px 0 20px;
	width: 155px;
	height: 50px;
	border-left: 1px solid #d5d5d5;
}
#panel .help .box3 {
	padding: 0 20px 0 20px;
	width: 218px;
	height: 50px;
	border-left: 1px solid #d5d5d5;
}
#panel .help .box3 .pos a {
	color: #fe0002;
}
#panel .help .ship {
	padding: 6px 0 5px 10px;
}
#panel .newsletter .content {
	width: 313px;
	height: 110px;
	padding-right: 6px;
	padding-left: 9px;
	float: left;
	display: inline;
	background-color: #e7e7e8;
}
#panel .newsletter .abstract {
	margin: 8px 0 10px 9px;
	width: 285px;
}
#panel .newsletter label {
	display: none;
}
#panel .newsletter .input input {
	margin-right: 7px;
	margin-left: 9px;
	width: 250px;
	border: 1px solid #a5acb2;
	padding: 3px 0 3px 0;
	font: 11px Tahoma, Arial, Sans-Serif;
	color: #000000;
}
#panel .newsletter .button {
	position: relative;
}

/*
 * RED BUTTON
 */
.red_btn {
	width: auto;
	height: 23px;
	display: block;
	clear: both;
}
.red_btn .corner {
	width: 4px;
	height: 23px;
	display: inline;
	float: left;
	background-color: #f20000;
}
.red_btn .center {
	height: 23px;
	display: inline;
	float: left;
	padding: 0 6px 0 6px;
	background: url(../images/red_button_bkg.gif) repeat-x top left;
	background-color: #f20000;
}
.red_btn .center a {
	font: 11px Tahoma;
	color: #ffffff;
	position: absolute;
	white-space: nowrap;
}
.red_btn .center a:hover {
	text-decoration: underline;
}

/*
 * BLACK BUTTON
 */
.black_btn {
	width: auto;
	height: 23px;
	display: block;
	clear: both;
}
.black_btn .corner {
	width: 4px;
	height: 23px;
	display: inline;
	float: left;
	background-color: #3d4247;
}
.black_btn .center {
	height: 23px;
	display: inline;
	float: left;
	padding: 0 6px 0 6px;
	background: url(../images/black_button_bkg.gif) repeat-x top left;
	background-color: #3d4247;
	font: 11px Tahoma;
	color: #ffffff;
}
.black_btn .center a {
	font: 11px Tahoma;
	color: #ffffff;
	position: absolute;
	white-space: nowrap;
}
.black_btn .center a:hover {
	text-decoration: underline;
}

/*
 *	CONTENT
 */
#content {
	width: 993px;
	height: auto;
	background-color: #ffffff;
	border-right: 1px solid #ffffff;
	display: block;
}
/*
 *	LEWA KOLUMNA (menu produktowe)
 */
#left {
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	width: 133px;
	height: auto;
	float: left;
	background-color: #ffffff;
}
#productMenu {
	width: 133px;
	height: auto;
	display: block;
}
#productMenu .header {
	width: 133px;
	height: 34px;
	border-bottom: 1px solid #c20000;
}
#productMenu .header .productLeft {
	width: 4px;
	height: 34px;
	float: left;
	background: url(../images/produkty_left.gif) no-repeat top left;
}
#productMenu .header .middle {
	width: 115px;
	height: 24px;
	padding: 10px 0 0 10px;
	float: left;
	background: url(../images/produkty_bkg.gif) repeat-x top left;
}
#productMenu .shadowBlack {
	position: relative;
	top: -1px;
	left: 0px;
	color: #9f0000;
}
#productMenu .text {
	position: absolute;
	top: 1px;
	left: 0px;
	color: #ffffff;
}

#productMenu .header .productRight {
	width: 4px;
	height: 34px;
	float: left;
	background: url(../images/produkty_right.gif) no-repeat top right;
}
#productMenu ul {
	width: 133px;
	list-style: none;
}
#productMenu #maincatchooser {
	position: relative;
	left: -10px;
}
#productMenu li {
	width: 105px;
	padding: 6px 14px 6px 14px;
	color: #ffffff;
	background-color: #d50000;
	border-top: 1px solid #e71616;
	border-bottom: 1px solid #bf0000;
}
#productMenu li.last {
	padding-bottom: 10px;
	border-bottom: none;
}
#productMenu li a {
	color: #ffffff;
}
#productMenu li a.selected {
	text-decoration: underline;
}
#productMenu .footer .corner {
	width: 4px;
	height: 4px;
}
#productMenu .footer .middle {
	width: 125px;
	height: 4px;
	background-color: #d50000;
}

/*
 * ZAKONCZENIE CONTENT
 */
#bottom {
	width: 994px;
	height: 4px;
}
#bottom .corner {
	width: 4px;
	height: 4px;
}
#bottom div.middle {
	width: 986px;
	height: 4px;
	background-color: #ffffff;
}


.shadowRed {
	position: relative;
	top: -1px;
	left: 0px;
	color: #cf2020;
	font-weight: bold;
}
.shadowBlack {
	position: relative;
	top: -1px;
	left: 0px;
	color: #000000;
	font-weight: bold;
}
.shadowWhite {
	position: relative;
	top: 1px;
	left: 0px;
	color: #f5f5f6;
}
.shadowMargin {
	margin: 4px 8px 0 8px;
}
.textWhite {
	position: absolute;
	top: 1px;
	left: 0px;
	color: #ffffff;
}
.textWhite a {
	color: #ffffff;
	font-weight: bold!important;
	text-decoration: none;
}
.textGrey {
	position: absolute;
	top: -1px;
	left: 0px;
	color: #a1a1a1;
}
.textGrey a {
	color: #a1a1a1;
	text-decoration: none;
}
h1.normall{
	font-size: 13px;
	color: #FE0002;
	padding: 0;
	margin: 0;
}
h2.normall{
	font-size: 1em;
	padding: 0;
	margin: 0;
}
.fb_ref { margin-top: 3px; }
.fb_ref a { 
	background-color: #3b5998; 
	padding: 2px 5px; 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	text-decoration: none;
}
.fb_recommend { 
	margin: 8px 0 0 0; 
}
.fblikebox {
	margin: 20px 0 0 20px;
} 
