
html,body {
	margin: 0;
	padding: 0;
}

/* main style */

a img {
	border: 0;
}

a {
	color: #1786af;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.black_link {
	color: #000;
}

.red_link {
	color: #af3417;
}

.blue_link {
	color: #1786af;
}

.white_link {
	color: #fff;
}

.box_error {
	padding: 10px 10px 10px 54px;
	background: url(../gfx/use/stop.png) no-repeat 10px center;
	color: #981010;
	font-weight: bold;
	font-size: 12px;
}
.box_info {
	padding: 10px 10px 10px 54px;
	background: url(../gfx/use/ok.png) no-repeat 10px center;
	color: #398136;
	font-weight: bold;
	font-size: 12px;
}

/* forms and tables */

form {
	margin: 0;
}
.list_order td, .list_order th {
	padding: 2px 10px;
	text-align: right;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	empty-cells: hide;
}

input.count_inp {
	width: 30px;
}

.list_order input.count_inp {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 12px;
}

.text_button {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background: transparent;
	border: none;
	color: #1786af;
	padding: 0;
	text-transform: uppercase;
	cursor: pointer;
	text-align: right;
}

.text_button:hover {
	color: #af3417;
	text-decoration: none;
}
.form_table td {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}
.text_field {
	width: 320px;
	margin: 3px 10px;
	vertical-align: middle;
}
.register_form label {
	display: block;
	text-align: right;
}
.register_form fieldset {
	border: 1px solid #bbb;
	margin: 10px 30px;
	padding-right: 10px;
}
.register_form legend {
	font-weight: bold;
}
/* layout */

body {
	background: #003243 url(../gfx/layout/b.png) repeat-x;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
}

#main {
	margin: 0 auto;
	/*width: 755px;*/
	width: 965px;
	background: url(../gfx/layout/bc_l.png) repeat-y;
}

#header {
	height: 68px;
}

#header_left {
	width: 195px;
	height: 65px;
	background: #1786af;
	margin-left: 9px;
	float: left;
	display: inline;
}

#header_right {
	width: 177px;
	height: 65px;
	background: #1786af url(../gfx/layout/top_r.gif) repeat-x;
	margin-left: 5px;
	float: right;
	margin-right: 9px;
	display: inline;
}

#header_center {
	margin-left: 201px;
	background: url(../gfx/layout/top_bag.gif) no-repeat 450px 20px;
	/* 240px */
	height: 68px;
}

#header_metka {
	position: absolute;
	width: 120px;
	height: 84px;
	background: url(../gfx/layout/promocje.png) no-repeat;
	margin-left: 775px; /*565px;*/
}

#contener {
	margin: 0 9px;
	background: url(../gfx/layout/bcc_l.png) repeat-y right top;
}

#panel_left {
	width: 195px;
	float: left;
	margin-bottom: 100px;
	overflow: hidden;
}

#panel_right {
	width: 177px;
	float: right;
	margin-bottom: 40px;
	overflow: hidden;
}

#panel_center {
	padding: 10px;
	width: 555px; /*345px*/
	overflow: hidden;
}

#banner_big {
	width: 571px; /*363px;*/
	height: 369px; /* 369*/
	/*background: url(../gfx/layout/banner.jpg) no-repeat center top;*/
	/*margin-left: 196px;*/
	padding: 1px;
	overflow: hidden;
}

#banner_small{
	width: 571px;
	height: 82px;
	padding: 1px;
}

#push {
	width: 100%;
	height: 20px;
	clear: both;
	color: #777;
	text-align: center;
	margin-top: 10px;
}

#footer {
	height: 0;
	margin: 0 auto;
	width: 965px; /*755px;*/
}


#mediana {
	padding-top: 5px;
	width: 167px;
	position: absolute;
	margin-left: 785px; /*575px;*/
	margin-top: -45px;
	text-align: center;
}
#mediana a {
	color: #777;
}

#contact_box {
	position: absolute;
	padding-left: 15px;
	padding-top: 15px;
	margin-left: 9px;
	margin-top: -90px;
	width: 180px;
	height: 75px;
	background: url(../gfx/layout/bottom_tel.jpg) no-repeat;
	color: #1786af;
	font-size: 14px;
}

#contact_t {
	margin-top: 20px;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
}


/* menu top */

#header_center ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

#header_center li {
	float: left;
	margin-top: 47px;
	padding: 3px;
	list-style-type: none;
	color: #e3b9af;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	text-transform: uppercase;
}

/* products list */

.products_view_footer {
	padding: 5px;
	margin-bottom: 10px;
}

.prod_box {
	height: auto !important;
	height: 80px;
	min-height: 80px;
	padding: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ddd;
}

.prod_thumb {
	width: 70px;
	height: 70px;
	margin-bottom: 5px;
	float: left;
}

.prod_desc {
	margin-left: 85px;
}

.prod_title {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
}

.prod_footer {
	margin-top: 10px;
	text-align: right;
}

.prod_price {
	margin-left: 20px;
}

.prod_price .price_b {
	font-size: 25px;
}

.prod_price .price_s {
	font-size: 12px;
}

/* products list - right panel */

#promotions .prod_price {
	color: #af3417;
}
#panel_right .prod_price {
	margin-left: 2px;
	float: right;
}

#panel_right .price_b {
	font-size: 18px;
}

#panel_right .prod_thumb {
	float: none;
	width: 135px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#panel_right .prod_desc {
	margin: 0;
}

#panel_right .prod_title {
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
}

#panel_right .prod_box {
	padding: 5px 10px;
}

#panel_right .prod_footer {
	margin-top: 2px;
}

/* product description */

.oneprod_title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

.oneprod_descr, .oneprod_params {
	margin-bottom: 10px;
	margin-top: 10px;
}

.photobig {
	max-width: 555px; /*345px;*/
}

.oneprod_params {
	width: 555px; /*345px;*/
}

.oneprod_params .fc {
	background: #ccc;
	padding: 3px 10px 3px 20px;
	text-align: right;
	white-space: nowrap;
}

.oneprod_params .sc {
	background: #99CCFF;
	padding: 3px 20px 3px 10px;
	width: 100%;
}

/* categories list */

.categories_list ul {
	margin: 0;
	padding: 10px 5px;
}

.categories_list li {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	background: url(../gfx/layout/dot.gif) no-repeat 7px 3px;
	list-style-type: none;
	font-family: Tahoma, Arial, sans-serif;
}

.categories_list li.deep2 {
	margin-left: 12px;
}

.categories_list li.deep3 {
	margin-left: 24px;
}

.categories_list li.deep4 {
	margin-left: 36px;
}

.categories_list li.deep5 {
	margin-left: 48px;
}

#panel_center .categories_list {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ddd;
}

/* text */

.static_box {
	width: 555px; /*345px;*/
	overflow: hidden;
	margin-bottom: 20px;
}

.static_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.static_footer {
	margin-top: 10px;
}

.news_box {
	margin-bottom: 10px;
}

.news_title {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 12px;
}

.news_subtitle {
	font-weight: normal;
	font-size: 11px;
}

.pager {
	text-align: center;
	margin-bottom: 25px;
}

.pager a {
	font-size: 13px;
	padding: 2px;
	margin: 0 3px;
}

.pager .current_page {
	font-weight: bold;
	color: #af3417;
}

/* panel left */

#search_box {
	width: 127px;
	height: 49px;
	background: url(../gfx/layout/search.gif) no-repeat left bottom;
	padding-top: 17px;
	padding-left: 68px;
}

#search_text {
	width: 110px;
	border: none;
	background: transparent;
}

#search_submit {
	margin-top: 10px;
	width: 110px;
}

.category_h {
	height: 24px;
	background: url(../gfx/layout/category.gif) repeat-x;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 8px;
	padding-left: 5px;
}

/* panel right */

#login_form {
	width: 177px;
	height: 92px;
	background: url(../gfx/layout/log.png) no-repeat;
	text-align: right;
	color: #fff;
	font-size: 10px;
}

#login_form input.login {
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 5px;
	width: 110px;
	border: none;
	background: transparent;
}

#login_form label {
	display: block;
}

#login_form .text_button {
	color: #fff;
	margin-left: 8px;
}

#login_user {
	padding-top: 8px;
}

#login_buttons {
	padding-top: 8px;
	padding-right: 8px;
}

#user_panel {
	text-align: right;
	font-size: 10px;
	padding: 8px;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}

#basket_block {
	height: 90px;
	background: url(../gfx/layout/basket.gif) no-repeat 10px 10px;
	text-align: right;
	padding-right: 8px;
}

#basket_descr {
	padding-top: 10px;
	padding-left: 80px;
}

#rules_block {
	padding-top: 18px;
	padding-left: 8px;
	height: 47px;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	background: url(../gfx/layout/bag.gif) no-repeat 120px bottom;
}