* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

/* ========================================================== */


body {
	background-color: #fff;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 11px;
	color: #5d5d5d;
	line-height: 18px;
}


select{
	background-color: #fff;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 11px;
	color: #5d5d5d;
	width: 200px;
	border:1px solid #ebeced;
	padding:4px 0px 4px 0px
}


input, textarea {
	background-color: #fff;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 11px;
	color: #5d5d5d;
	/*line-height: 11px;*/
	border:1px solid #454545;
}

a {
	color: #004e85;
	text-decoration: none;
}
a:hover, a:active {
	color: #004e85;
	text-decoration: underline;
}

hr {
	border-top: 1px solid #808080;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 15px 0;
}


/* ========================================================== */


#all {
	width: 990px;
	margin: 0 auto;
}

#header {
	height: 93px;
}

#header #logo {
	float: left;
	width: 445px;
}

#header #logout {
	float: right;
	width: 100px;
	margin: 15px 0 5px 30px;
}

#header #userinfo {
	float: left;
	width: 250px;
	margin: 15px 0 5px 450px;
	line-height: 16px;
}

#header #logout input.submit {
	cursor: pointer;
	width: 72px;
	height: 19px;
	color: #fff;
	font-weight: bold;
	background: url('/img/btn1.png') no-repeat;
	border: none;
	margin: 1px 0 0 5px;
	text-align: left;
	padding: 0 0 2px 5px;
	font-size:10px;
}

#header #newsletter {
	float: left;
	width: 135px;
	margin: 15px 0 5px 60px;
	line-height: 16px;
}
#header #newsletter div.newsletter_field {
	margin-top: 5px;
}

#header #newsletter input.field {
	border: 1px solid #cacaca;
	padding: 2px 4px;
	width: 50px;
	height: 18px;
}
#header #newsletter input.submit {
	cursor: pointer;
	width: 20px;
	height: 19px;
	color: #fff;
	font-weight: bold;
	background: url('/img/btn1.png') no-repeat;
	border: none;
	margin: 1px 0 0 5px;
	text-align: left;
	padding: 0 0 2px 5px;
}


#header #basket {
	float: left;
}

#menu {
	height: 25px;
	background: url('/img/menu_bg.png') repeat-x;
	margin-bottom: 9px;
	padding-top: 6px;
}


#menu a {
	font-size: 11px;
	color: #fff;
	padding: 0px 28px;
	/* border-left: 1px solid #d3d3d3; */
	text-decoration: none;
	text-transform: lowecase;
}
#menu a:hover {
	height: 25px;
	padding-bottom: 9px;
	padding-top: 8px;
	background: url('/img/menu_bg_over.png') repeat-x;
}


#menu a:FIRST-CHILD {
	border-left: none;
}


#menu #topfblike {
	float: left;
	width: 110px;
	background: url('/img/menu_bg.png') repeat-x;
	height: 20px;
	padding-top: 9px;
}


#footer {
	background: url('/img/footer_bg.png') repeat-x;
	height: 68px;
	margin-top: 20px;
}


#content {
	min-height: 400px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 30px;
}

#content_right {
	float: left;
}


h1 {
	font-size: 18px;
	color: #606060;
	font-weight: bold;
	margin-bottom: 20px;
}



/* ========================================================== */

#user_menu {
	float: left;
	width: 215px;
	margin-right: 20px;
	background: #838383;
}
#user_menu_ctn {
	padding: 30px 10px;
	color: #fff;
}
	
#user_menu_ctn a {
	display: block;
	background: url('/img/user_menu_arr.png') no-repeat;
	height: 19px;
	padding: 0 0 5px 20px;
	margin: 3px 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}
#user_menu_ctn a:hover {
	text-decoration: underline;
}

/* ========================================================== */

.msg {
	margin: 50px auto;
	width: 500px;
	font-size: 14px;
	text-align: center;
}

.ok {
}
.err {
}

.msg_err {
	color: red;
	display: none;
}

/* ========================================================== */


.field_row {
	margin: 10px 0; 
}

.field_ta {
	border: 1px solid #cacaca;
	padding: 2px 4px;
	width: 400px;
	height: 150px
}

.long {
	width: 200px;
	background: url('/img/btn2_long.png') no-repeat;
}


.field_row .field {
	border: 1px solid #cacaca;
	padding: 0 4px;
	width: 338px;
}

.n_field {
	border: 1px solid #cacaca;
	padding: 2px 6px;
	width: 70px;
	height: 12px;
	background-color: #fff;
}

/* ------------------------------------------------ */


.form {
	width: 600px;
	/*margin: 20px auto;*/
}

.form_buttons { 
	padding: 10px 0;
}

.center {
	margin-left: 110px;
}


label {
	display: block;
	padding: 5px 0 0 0 ;
}

label span {
	color: red;
}

.field {
	margin-bottom: 10px;
	width: 350px;
	min-height: 26px;
}

.field_input {
	border: 1px solid #cacaca;
	padding: 4px;
	width: 300px;
}
.field_zip {
	width: 60px;
}
.field_textarea {
	border: 1px solid #cacaca;
	padding: 4px;
	width: 300px;
	height: 70px;
}


form .ok {
	background: url('/img/ok.png') no-repeat scroll 100% 1px;
	background-position: top right;
}
form .err {
	background: url('/img/err.png') no-repeat scroll 100% 1px;
	background-position: top right;
}

.submit {
	cursor: pointer;
	width: 50px;
	height: 18px;
	color: #fff;
	font-weight: bold;
	/*background-color: #838484;*/
	background-color: #838484;
	-moz-border-radius: 3px;  -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow:1px 1px 1px #838484;-webkit-box-shadow:1px 1px 1px #cecece;box-shadow:1px 1px 1px #cecece;
	border: none;
	margin: 0px 0 0 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	text-transform: lowecase;
	vertical-align: top;
}





table.list {
	width: 750px;
	border-collapse: collapse;
}

table.list tbody tr {
	border-bottom: 1px solid #dedede;
} 
table.list tbody tr td {
	padding: 10px 0;
}

/* ========================================================== */




/* ========================== home ================================ */

#content_top {
	margin-bottom: 15px;
}

#content_top h1 {
	margin: 10px 0;
}

#content_middle h1 {
	margin: 10px 0;
}

#about_us {
	width: 278px;
	float: left;
	margin-right: 20px;
}

#top_offer {
	width: 692px;
	float: left;
}

#top_offer_box {
	width: 690px;
	height: 277px;
	border: 1px solid #C2C2C2;
}

.more {
	display: block;
	float: right;
	font-weight: bold;
	color: #5D5D5D;
	margin: 10px 0;
}

.more:hover, .more:active {
	color: #5D5D5D;
}

#soon_box {
	float: left;
	width: 278px;
	margin-right: 20px;
}

.soon_single {
	margin-bottom: 10px;
}

.soon_single_img {
	height: 115px;
	width: 160px;
	float: left;
}

.soon_single_img img{
	max-height: 115px;
	max-width: 160px;
}

.soon_single_text {
	height: 115px;
	width: 102px;
	padding: 0 8px;
	float: left;
	background: #DCDCDC;
	font-weight: bold;
	color: #000;
	line-height: 14px;
}

.soon_single_text_content {
	height: 60px;
	margin-top: 10px;
}

.soon_single_text_start {
	height: 35px;
	margin: 5px 0;
}

#offer {
	float: left;
	width: 692px;
}

.offer_presentation_box {
	margin-bottom: 15px;
}

.offer_presentation_line {
	margin-bottom: 10px;
}

.offer_presentation_single {
	width: 337px;
	height: 134px;
	border: 1px solid #C2C2C2;
	float: left;
	padding: 1px;
}

.offer_presentation_single_img {
	width: 200px;
	height: 134px;
	text-align: left;	
	float: left;
	display: table;
}

.offer_presentation_single_img div {
	display: table-cell; 
	vertical-align: middle;
}

.offer_presentation_single_img img {
	max-height: 134px;
	max-width: 200px;
}

.offer_presentation_single_content {
	width: 121px;
	text-align: center;	
	padding: 0 8px;
	font-weight: bold;
	float: left;
	line-height: 14px;
}

.offer_presentation_single_content_img {
	height: 45px;
}

.offer_presentation_single_content_img img {
	max-height: 45px;
	max-width: 120px;
}

.offer_presentation_single_content_text{
	height: 63px;
}

.offer_presentation_single_content_button_box {
	height: 26px;
}

.button {
	cursor: pointer;
	width: 88px;
	height: 16px;
	color: #fff;
	font-weight: bold;
	/* background: url('/img/btn2.png') no-repeat; */
	position:relative;padding:0px 0px;background:#004e85; background:-webkit-gradient(linear, 0 0, 0 100%, from(#004e85), to(#004e85)); background:-moz-linear-gradient(#004e85, #004e85); background:-o-linear-gradient(#004e85, #004e85); -webkit-border-radius:5px;-moz-border-radius:5px;-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px; border-top-right-radius:5px; border-top-left-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;
	border: none;
	margin: 1px 0 0 5px;
	text-align: center;
	padding: 0 0 3px 0;
	text-transform: uppercase;
	display: block;
	line-height: 18px;
}

.button:hover, .button:active {
	color: #fff;
	text-decoration: none;	
}

.offer_presentation_single_sep {
	width: 10px;
	height: 138px;
	float: left;
}

#footer_menu {
	width: 860px;
	float: left;
	margin-top: 10px;
}

#footer_menu a {
	font-size: 11px;
	color: #ffffff;
	padding: 4px 15px;
	border-left: 0px solid #D3D3D3;
	text-decoration: none;
}

#footer_menu a:hover {
	text-decoration: underline;
}

#footer_menu a:FIRST-CHILD {
	border-left: none;
}

#footer_icons {
	height: 25px;
	width: 98px;
	float: left;
	margin: 12px 16px 0 16px;
}

#footer_icons a {
	height: 25px;
	width: 26px;
	display: block;
	float: left;
}

#icon_rss {
	background: url('/img/icons.png') no-repeat 0 0;
	margin: 0 5px;
}

#icon_facebook {
	background: url('/img/icons.png') no-repeat -26px 0;
	margin: 0 5px;
}

#icon_powiadom {
	background: url('/img/icons.png') no-repeat -52px 0;
	margin: 0 5px;
}

/* ======================== product ================================== */

/*.back {
	text-decoration: none;
	color: #838383;
}*/

.back {
	/* text-decoration: none;
	color: #838383; */
	cursor: pointer;
	width: 50px;
	height: 18px;
	color: #fff;
	font-weight: bold;
	/* background: url('/img/btn1.png') no-repeat; */
	position:relative;padding:0px 0px;background:#1b62a2; background:-webkit-gradient(linear, 0 0, 0 100%, from(#1b62a2), to(#1b62a2)); background:-moz-linear-gradient(#1b62a2, #1b62a2); background:-o-linear-gradient(#1b62a2, #1b62a2); -webkit-border-radius:5px;-moz-border-radius:5px;-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px; border-top-right-radius:5px; border-top-left-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;
	border: none;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	margin: 12px 0 0 5px;
	text-align: center;
	padding: 0 0 2px 2px;
	float: right;
}

.back:hover, .back:active{
	text-decoration: none;
	color: #838383;
}

#p_content_top {
	border-bottom: 1px solid #004e85;
	margin-bottom: 10px; 
}

.p_content_left {
	width: 555px;
	float: left;
	margin: 0 41px;
}

#p_content_left_bigimg img{
	max-width: 555px;
}

h2 {
	color: #000;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

#p_content_left_smallimg {
	width: 423px;
	height: 75px;
	margin: 20px 15px;
	padding: 0 51px;
}

#p_content_left_smallimg div {
	margin-left: 12px;
	float: left;
}

#p_content_left_smallimg div:FIRST-CHILD {
	margin-left: 0;
}

.p_content_right {
	width: 353px;
	min-height: 500px;
	float: left;
}

#p_content_right_top {
	height: 4px;
	background: url('/img/box_top.png') no-repeat;
}

#p_content_right_center {
	width: 303px;
	min-height: 476px;
	background: url('/img/box_bg.png') repeat-y;
	text-align: center;
	padding: 15px 25px 10px 25px;
}

#p_content_right_center h2{
	color: #5D5D5D;	
}

#price_top {
	display: table;
	font-weight: bold;
}

#price_bottom {
	display: table;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.price_left {
	float: left;
	width: 72px;
	display: table-cell;
	vertical-align: middle;
}

.price_center {
	float: left;
	width: 160px;
	display: table-cell;
	vertical-align: middle;
}


.price_right {
	float: left;
	width: 71px;
	display: table-cell;
	vertical-align: middle;
}

#price_bottom .price_left {
	/* height: 78px; */
	height: 38px;
	padding-top: 30px
}

#price_bottom .price_center {
	/* height: 78px; */
	background: url('/img/box_price.png') no-repeat;
	color: #D10019;
	font-size: 24px;
	height: 52px;
	padding-top: 25px;
	line-height: 1em;
}

#price_bottom .price_right {
	/* height: 78px; */
	height: 38px;
	padding-top: 30px
}

#status_price {
	height: 20px;
	font-size: 14px;
	font-weight: bold;
}

#status_price_left {
	text-align: left;
	float: left;
	width: 152px;
}

#status_price_right {
	text-align: right;
	float: left;
	width: 151px;
}

#status_bar{
	width: 300px;
	height: 28px;
	border: 1px solid #004e85;
	background: #FFF;
	position: relative;
}

#status_bar_active {
	height: 28px;
	/* background: #7E923A; */
	position:relative;padding:0px 0px;background:#004e85; background:-webkit-gradient(linear, 0 0, 0 100%, from(#004e85), to(#004e85)); background:-moz-linear-gradient(#004e85, #004e85); background:-o-linear-gradient(#004e85, #004e85); -webkit-border-radius:0px;-moz-border-radius:0px;-webkit-border-top-right-radius: 0px;-webkit-border-top-left-radius: 0px;-webkit-border-bottom-right-radius: 0px;-webkit-border-bottom-left-radius: 0px; border-top-right-radius:0px; border-top-left-radius:0px; border-bottom-right-radius:0px; border-bottom-left-radius:0px;
	float: left;
}

#status_bar_percent {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: absolute; top: 5px; 
	z-index: 200;
}

#status_percent {
	height: 20px;
	font-size: 14px;
	font-weight: bold;
}

#status_percent_right {
	text-align: right;
	float: right;
	width: 55px;
}

#p_content_right_bottom {
	height: 20px;
	background: url('/img/box_bottom.png') no-repeat;
}

h3 {
	font-size: 14px;
	margin: 10px 0;
}

.p_content_right_button {
	height: 34px;
}

.p_content_right_button  .button {
	cursor: pointer;
	width: 135px;
	height: 24px;
	color: #fff;
	font-weight: bold;
	/* background: url('/img/btn3.png') no-repeat; */
	position:relative;padding:0px 0px;background:#004e85; background:-webkit-gradient(linear, 0 0, 0 100%, from(#004e85), to(#004e85)); background:-moz-linear-gradient(#004e85, #004e85); background:-o-linear-gradient(#004e85, #004e85); -webkit-border-radius:5px;-moz-border-radius:5px;-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px; border-top-right-radius:5px; border-top-left-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;
	border: none;
	margin: 1px 0 0 5px;
	text-align: center;
	padding: 7px 0 3px 0;
	text-transform: none;
	display: block;
	font-size: 18px;
	line-height: 18px;
}



#p_content_right_center_icons {
	height: 25px;
	float: left;
	margin: 5px 0 0 45px;
}

#p_content_right_center_icons a {
	height: 25px;
	width: 25px;
	display: block;
	float: left;
}

#icon_facebook2 {
	background: url('/img/icons2.png') no-repeat 0 0;
	margin: 0 5px;
}

#icon_nk {
	background: url('/img/icons2.png') no-repeat -25px 0;
	margin: 0 5px;
}

#icon_twitter {
	background: url('/img/icons2.png') no-repeat -50px 0;
	margin: 0 5px;
}

#icon_blip {
	background: url('/img/icons2.png') no-repeat -75px 0;
	margin: 0 5px;
}

#icon_wykop {
	background: url('/img/icons2.png') no-repeat -100px 0;
	margin: 0 5px;
}

#icon_powiadom2 {
	background: url('/img/icons2.png') no-repeat -125px 0;
	margin: 0 5px;
}




#p_content_middle {
	margin-bottom: 30px;
}

.p_content_left_title {
	float: left;
	width: 596px;
	margin: 10px 0 15px 0;
	font-weight: bold;
}

#p_content_middle .p_content_left {
	margin-left: 0;
	padding-left: 0;
	width: 596px;
}

#p_content_middle .p_content_right {
	min-height: 200px;
}

#p_content_middle #p_content_right_center {
	min-height: 200px;
	padding-bottom: 15px;
	text-align: left;
}

#p_content_middle #status_bar {
	font-size: 16px;
	color: #004e85;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	margin-bottom: 15px;
}
#submenu_help {
	width: 180px;
	height: 105px;
	background: #535353;
	position: relative;
	top: 10px;
	left:722px;
	padding: 10px 0 0 0;
	display: none;
	z-index: 100;
}
#submenu_help ul{
	list-style-type: disc;
	color: white;
	margin: 0 0 0 29px;
}
#submenu_help ul li{
	padding: 0 0 4px 6px;
}
#submenu_help ul li a{
	text-transform: none;
	padding: 0 0 4px 0;
}

ul li{
    list-style-type: disc;
    list-style-position: inside;
    padding: 0px 0 0px 30px;
    text-indent: -1em;
}
 
.cart_btn {
	width: 190px; 
	height: 23px; 
	color:white; 
	background: #9a9a9a; 
	border: none; 
	padding: 0 0 3px 0; 
	font-size: 13px; 
	font-weight: bold;
	cursor: pointer;
}

.cart {
	float: right;
	cursor: pointer;
	width: 250px;
	height: 34px;
	color: #fff;
	font-weight: bold;
	/*background: url('/img/cart_bg.png') no-repeat;*/
	position:relative;padding:0px 0px;background:#ebeced; background:-webkit-gradient(linear, 0 0, 0 100%, from(#ebeced), to(#fcfcfc)); background:-moz-linear-gradient(#ebeced, #fcfcfc); background:-o-linear-gradient(#ebeced, #fcfcfc); -webkit-border-radius:5px;-moz-border-radius:5px;-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px; border-top-right-radius:0px; border-top-left-radius:0px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;
	/*position:relative;padding:0px 0px;background:#9e3f2a; background:-webkit-gradient(linear, 0 0, 0 100%, from(#9e3f2a), to(#db7727)); background:-moz-linear-gradient(#9e3f2a, #db7727); background:-o-linear-gradient(#9e3f2a, #db7727); -webkit-border-radius:5px;-moz-border-radius:0px;-webkit-border-top-right-radius: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px; border-top-right-radius:5px; border-top-left-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;*/
	border: none;
	border-left: 1px solid #ebeced;
	border-right: 1px solid #ebeced;
	border-top: 0px solid #ebeced;
	border-bottom: 1px solid #ebeced;
	margin: 0px 0 0 5px;
	text-align: center;
	padding: 10px 0 0px 0px;
}

.two-col {
       -moz-column-count: 2;
       -moz-column-gap: 20px;
       -webkit-column-count: 2;
       -webkit-column-gap: 20px;
}


