/* @override http://localhost/inter/public/css/main.css */

/* @override http://localhost/inter/public/css/main.css */

/* @override http://localhost/inter/public/css/main.css */

body {
	font-family: Arial;
	font-size: 12px;
	color: #8D8D8D;
	margin: 0px;
	background: url(../gfx/shop_images/_body_background.png) #fff repeat-x;
/*	background: #c0c0c0;*/
	
}
a img {
	border: 0px;
}
h1 {
	font-size: 16px;
	color: #FF7B08;
}
.orange{
	color: #ff8418;
}
/*naglowek*/
#header_top {
	width: 100%;
	height: 1px;
	background: #FF7B08;
}
.header_middle_container {
	width: 100%;
/*	background: white;*/
}
#header_middle {
	width: 960px;
	height: 245px;
	margin: 0px auto;

	background-image: url(../gfx/shop_images/top.png);
}
#logo {
	position: relative;
	left: 0px;
	top: 20px;
	display: block;
	width: 240px;
	height: 80px;
	z-index: 5;
	
}
#szybkie_zakupy {
	position: relative;
	left: 657px;
	top: 45px;
	display: block;
	width: 82px;
	height: 48px;
	/*float: left;*/
	background: url(../gfx/shop_images/szybkie_zakupy.png);
}
#nowosci {
	position: relative;
	left: 764px;
	top:  -3px;
	display: block;
	width: 82px;
	height: 48px;
	background: url(../gfx/shop_images/nowosci.png);
	z-index: 5;
}
#promocje {
	position: relative;
	left: 870px;
	top:  -51px;
	display: block;
	width: 82px;
	height: 48px;
	background: url(../gfx/shop_images/promocje.png);
	z-index: 6;
}

#header_menu {
	
	height: 38px;
/*	border-top: 1px #cccccc solid;*/
	background: none;	
	background: url(../gfx/shop_images/menu_top_background.png) repeat-x;
	margin-top: 1px;
	margin: 0px auto;
}
#header_menu a {
	color: white;
	text-decoration: none;
	/*background: url(../gfx/bread_arrow.png) no-repeat right 1px;*/
	display: block;
	float: left;
	line-height: 38px;
	margin-left: 20px;
	/*padding: 11px 35px 0px 20px;*/
}
#header_menu a:hover {
	color: #78dcff;
}
#header_menu a.last {
	/*color: #FF7B08;*/
}
#breadcrumb {
	font-family: Tahoma;
	background: #b3d4db;
	line-height: 24px;
	font-size: 11px;
	padding-left: 15px; 
}
#breadcrumb a {
	margin-left: 5px; 
	color: white;

	text-decoration: none;
}

#search {
	position: relative;
/*	right: 10px;*/
/*	top: 113px;*/
	height: 29px;
	float: right;
	padding: 0px;
	margin: 5px 4px 0px 0px;

}
#search_input {
	
	background: url(../gfx/shop_images/search_input.png) ;
	background-repeat: no-repeat;
	border: 0px;
	width: 160px;
	height: 30px;
	padding-left: 30px;
	float: left;
	
}
#do_search {
	position: relative;
	background: url(../gfx/shop_images/search_submit.png);
	height: 29px;
	width: 28px;
	border: 0px;
	padding: 0px;
	margin: 0px;

}
#welcome {
	position: relative;
	left: 657px;
	top: -92px;
	background-image: url(../gfx/shop_images/welcome.png);
	width: 287px;
	height: 19px;
	color: white;
	padding: 3px 0px 0px 6px;
}
#welcome a {
	color: white;
	text-decoration: underline;
}
a#new_mini {
	display: block;
	line-height: 26px;
	border: 1px #DE6769 solid;
	padding-left: 30px;
	text-decoration: none;
	background: url(../gfx/shop_images/bullet2.png) #FF9FA3 no-repeat 170px 11px;
	color: #C0595B;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}
a#new_mini:hover {
	background: url(../gfx/shop_images/bullet2.png) #DD8A8F no-repeat 180px 11px;
}
a#new_promo {
	display: block;
	line-height: 26px;
	border: 1px #78BAC9 solid;
	text-decoration: none;
	background: url(../gfx/shop_images/bullet2.png) #7EE0FF no-repeat 170px 11px;
	color: #5B8D99;
	font-weight: normal;
	padding-left: 30px;
}
a#new_promo:hover {
	background: url(../gfx/shop_images/bullet2.png) #68BCD8 no-repeat 180px 11px;
}
.container {
	width: 960px;
	margin: 0px auto;
	background: none;
	/*background: url(../gfx/main_back.gif) #F7F7F7 repeat-y;*/
}
.header_menu_container {
width: 999px;
/*	background: url(../gfx/menu_background.gif);*/
/*	border-bottom: 1px #e2e2e2 solid;	*/
}
.categories_container {
	width: 100%;
}
.content_left {
	width: 200px;
}
.content {
	width: 800px;
	margin: 0px auto;
	font-size: 12px;
	height: 550px;
	/*padding-left: 20px;*/
}
.content_right {
	width: 180px;
	/*padding-right: 20px;*/
}
/*koniec naglowka*/

/*box*/
.box {
	
	width: 200px;
	background: #ffffff;
	color: #333;
	font-size: 12px;
}
.box a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.box h4 {
	margin: 0px;
	padding: 10px;
	font-size: 13px;
	border-bottom: 1px white solid;
	background: #DBDBCE;
	color: white;
}
.box_content {
	padding: 10px;
}
.box_buy_button {
	float: right;
}
div#new, div#best {
	border-top: 1px #e5e5e5 solid;
	border-right: 1px #e5e5e5 solid;
	border-left: 1px #e5e5e5 solid;

}
/*koniec boxa*/

.category_box {
	border: 3px white solid;
/*	-moz-border-radius: 10px;*/
/*	-khtml-border-radius: 10px;*/
	padding: 20px;
	background: #9abedf url(../gfx/menu_background.png) repeat-x;
	/*min-height: 400px;*/
}
.category_box a:hover {
	text-decoration: underline;
}
.category_box ul {
	/*list-style-image: url(../gfx/shop_images/bullet2.png);*/
	margin: 20px 0px 0px 20px;
/*	list-style-position: inside;*/
}
.category_box ul li, .category_box ul li.last  {
	line-height: 20px;
	background: url(../gfx/shop_images/bullet2.png) no-repeat 0px 11px;
	padding-left: 10px;
	/*padding-left: 0px;*/
	border-top: 1px white solid;
	margin-left: 10px;
	
}
.category_box ul li a {
	text-decoration: none;
	color: #333;
	font-size: 13px;
	font-weight: bold;

}

.category_box ul li ul {
/*	list-style-type: disc;*/
	list-style-position: inside;
/*	margin: 0px;*/
/*	padding: 0px;*/
/*	list-style-image: url(../gfx/shop_images/bullet3.png);*/

}

.category_box ul li ul li, .category_box ul li ul li.last {
	border: 0px;
    background: url(../gfx/shop_images/bullet3.png) no-repeat 3px 12px;
/*	dla ie*/
    //background: url(../gfx/shop_images/bullet3.png) no-repeat 8px 10px;
	margin: 0px;
	//padding: 0px;
}
.category_box ul li ul li a{
	font-size: 12px;
	font-weight: normal;
	padding: 0px;

}

.treeview div.expandable-hitarea, 
.treeview div.collapsable-hitarea, 
.treeview div.lastCollapsable-hitarea, 
.treeview div.lastExpandable-hitarea { 
	background-image: url(../gfx/shop_images/bullet2.png);
	background-position: 6px 10px; 
}
li.lastExpandable div.lastExpandable-hitarea {
	background-image: url(../gfx/shop_images/bullet2.png);
	background-position: 6px 7px; 
	
}

/*box kategorii*/
.category_box {
	border-left: 1px #e5e5e5 solid;
	border-right: 1px #e5e5e5 solid;
	background: white;
}


.category_box_header {
	background-image: url(../gfx/shop_images/categories_box_header.png);
	background-repeat: no-repeat;
	width: 167px;
	line-height: 21px;
	color: white;
	padding-left: 30px;
}
.category_box_footer {
	background-image: url(../gfx/shop_images/categories_box_footer.png);
	width: 197px;
	height: 5px;

}
/*
.category_box ul {
	list-style-image: url(../gfx/shop_images/bullet2.png);
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-size: 13px;
	list-style-position: inside;
	background: white;
}
.category_box ul li a{
	font-weight: bold;
	color: #5b5b5b;
	text-decoration: none;
	line-height: 22px;
}
.category_box ul li ul li a{
	font-weight: normal;
	color: #5b5b5b;
	text-decoration: none;
	line-height: 22px;
}

.category_box ul li a:hover{
	text-decoration: underline;
	
}
.category_box ul li ul{
	list-style-image: url(../gfx/shop_images/bullet3.png);
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
.treeview li{
	background-color: white;
}
*/
/*koniec boxa kategorii*/



/*tabela koszyka*/
.cart_table {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
}
.cart_table_header {
	background: url(../gfx/shop_images/big_box_header.png) no-repeat;
	height: 22px;
	line-height: 22px;
	padding: 0px;
	padding-left: 30px;
	color: #fff;
	margin: 0px;
	border: 0px red solid;
	
}

.cart_table td.cart_element {
	border: 1px #E5E5E5 solid;	
	padding: 3px;
}
.cart_table td.cart_element_pr{
	font-size: 10px;	
	border: 1px #E5E5E5 solid;	
	padding: 3px;
}
.sum_box_cart {
	height: 30px;
	border: 1px #DE6769 solid;
	background: url(../gfx/shop_images/bullet2.png) #FF9FA3 no-repeat 170px 11px;
	color: #C0595B;
	font-weight: bold;	
	margin: 5px 0px 5px 0px;
}
/*konec tabeli koszyka*/

.cart {
	margin: 0px auto;
	width: 544px;
}
a.customer_address {
	display: block;
	/*padding: 5px;
	border: 1px #ADAF00 solid;*/
	width: 524px;
	color: #fff;
	background: #FFFFEF url(../gfx/shop_images/tab_active.png) repeat-x;
	cursor: pointer;
	margin-bottom: 1px;
	line-height: 33px;
	padding-left: 20px;
}
a.shipping_address {
	display: block;
	line-height: 33px;
	width: 524px;
	padding-left: 20px;
	color: #333;
	background: #d9d9d9 url(../gfx/shop_images/bullet_up.png) no-repeat 520px;
	cursor: pointer;
	margin-bottom: 1px;
}
a.payment_address {
	display: block;
	padding-left: 20px;
	width: 524px;
	color: #333;
	background: #d9d9d9 url(../gfx/shop_images/bullet_up.png) no-repeat 520px;
	cursor: pointer;
	line-height: 33px;

}
#addresses {
	
	
	height: 500px;
	width: 100%;
}
#login_form_block {
	color: #333;
}
input#login, input#password, input.form {
	border: 1px #78b9e3 solid;
	/*padding: 3px;*/
	height: 24px;
	width: 150px;
}
.cart_login_form {
	line-height: 40px;
	background: #daeeef;
	padding-left: 20px;
}
.cart_login_form label {
	color: #003c63;
}

.cart .payment_header {
	background-color: #606060;
	line-height: 28px;
	color: #fff;
	padding-left: 20px;
	font-weight: bold;
}




/*front*/
.main_box {
	width: 175px;
	height: 250px;
	float: left;
	border-collapse: collapse;
	margin-right: 10px;
	margin-bottom: 13px;
	background: white;
}
.main_box_header {
	height: 19px;
	background: url(../gfx/shop_images/box_header.png);
}
.main_box_header a {
	text-decoration: none;
	color: white;
	margin-left: 10px;
}
.main_box_content {
	border: 1px #b0e0ff solid;
	height: 220px;
}
.main_box_content .red {
	color: #c6003e;
	font-size: 14px;
	margin-left: 10px;
}
.main_box_content ul {
	height: 70px;
	font-size: 12px;
	list-style: none;
	list-style-image: url(../gfx/shop_images/bullet1.png);
}

.main_box_content ul li a {
	font-weight: normal;
	text-decoration: none;
	color: #7E7E7E;
}
.main_box_content ul li a:hover, .main_category_box a {
	font-weight: normal;
	text-decoration: none;
	color: #FF7B08;
}
.main_box_image {
	height: 100px;
	width: 80px;
	margin: 0px auto;
}
.main_box_footer {
	background-image: url(../gfx/shop_images/box_footer.png);
	height: 20px;
}
.main_box_footer a {
	text-decoration: none;
	color:  white;
	font-weight: normal;
	margin-left: 10px;
	font-size: 10px;
}

/*koniec front*/

/*box koszyka */
.cart_box {
	border-collapse: collapse;
	
	width: 197px;
}
.cart_box_header {
	background-image: url(../gfx/shop_images/cart_box_header.png);
	height: 19px;
	color:  white;
	padding-left: 30px;
}
.cart_box_content {
	background: white;
	border-top: 1px #e5e5e5 solid;
	border-right: 1px #e5e5e5 solid;
	border-left: 1px #e5e5e5 solid;
}
.cart_box_footer {
	background-image: url(../gfx/shop_images/cart_box_footer.png);
	height: 3px;
	
}
a.do_kasy {
	color: white;
	text-decoration: none;
	display: block;
	line-height: 21px;
	padding-left: 8px;
	width: 135px;
	background: url(../gfx/shop_images/button_do_kasy.png) no-repeat;
	margin: 0px auto;
}
/*koniec boxu koszyka */



/* statusy dostepnosci*/
.status_available {
	color: #bef156;
	font-size: 11px;
	font-weight: bold;
}
.status_middle {
	color: #FF921B;
	font-size: 11px;
	font-weight: bold;
}
.status_notavailable {
	color: #FF2B0F;
	font-size: 11px;
	font-weight: bold;
}
/*koniec statusow dostepnosci*/

/*growl*/
.high {
	color: #FFFFFF;
}

/*koniec growl*/

/*listing produktow*/
.products_listing {
/*	margin: 0px 20px 0px 20px;*/
}
.products_listing .fields_search {

	width: 363px;
	position: relative;
	left: 170px;
	top: -60px;
	font-size: 11px;
	margin-bottom: -70px;
}
.products_listing .fields_search .form_top{
	background: url(../gfx/form_top.png);
	width: 100%;
	height: 20px;
}
.products_listing .fields_search .form_middle{
	background: url(../gfx/form_middle.png) repeat-y;
	width: 100%;
	padding-left: 40px;
}
.products_listing .fields_search .form_bottom{
	background: url(../gfx/form_bottom.png);
	width: 100%;
	height: 34px;	
}


.products_listing .view {
	height: 32px;
	position: relative;
	top: -15px;
	width: 140px;
/*	float: left;*/
}
.products_listing .view img {
	position: relative;
	top: 12px;
	
}
.listing_element {
	border-bottom: 1px #e2e2e2 solid;
	font-size: 12px;
	padding: 10px 0px 10px 0px;
	width: 100%;
}


.listing_element .image {
	width: 150px;
	min-height: 100px;
	text-align: center;
	
}
.listing_element h1 {
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
}
.listing_element h1 a {
	margin: 0px;
	display: block;
	text-decoration: none;
	padding: 0px;
	font-size: 16px;
	color: #ff8418;
/*	padding: 10px 0px 0px 30px;*/
/*	height: 10px;*/
}
.listing_element .category {
	position: relative;
	top: -8px;
	font-size: 11px;
	color: #FFCA4A;
}
.listing_element .category a {
	color: #FFCA4A;
	font-weight: bold;
	
}
.listing_element td.description {
	width: 300px;
}
.listing_element .fields {
	font-size: 11px;
	color: #B4B4B4;
}
.listing_element .price {
	
	color: #ff8418;
	font-size: 14px;
	font-weight: bold;
}
.listing_element .price s {
	font-size: 11px;
	color: #FFD883;
	font-weight: normal;
}

.listing_element .special_price {
	padding-left: 10px;
	color: #ff8418;
	font-weight: bold;
	font-size: 14px;
}
.listing_element a.buy {
	/*position: relative;
		top: 10px;*/
}
.listing_element .accessible {

	text-align: left;
	font-size: 11px;
	border-left: 1px #e2e2e2 solid;
	padding-left: 20px;
}
.listing_element .accessible .status {
	color: #B5C001;
}
.listing_element .accessible img{
	position: relative;
	top:10px;
	margin-right: 5px;
	text-align: left;
}

.listing_element .add_cart {
	text-align: left;
}

.listing_element .promo {
	position: relative;
	z-index: 10;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
}
.listing_element .fields {
	border-collapse: collapse;
	border: 0px;
}
.listing_element .fields td{
	border: 0px;
	text-align: left;
	padding: 2px 0px 2px 0px;
}







.box_element {
	border-collapse: collapse;
	
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	width: 171px;
	height: 220px;
	float: left;
	margin: 5px;
	text-align: center;
	background-color: #fff;
}
.box_element .small_box_header {
	height: 2px;
	background: url(../gfx/shop_images/small_box_header.png) no-repeat;
}
.box_element .small_box_footer {
	height: 4px;
	background: url(../gfx/shop_images/small_box_footer.png) no-repeat;
}

.box_element .small_box_top {
	background: url(../gfx/shop_images/small_box_background.png) repeat-x;
	border-right: 1px #b0e0ff solid;
	border-left: 1px #b0e0ff solid;
}
.box_element .image {
	width: 150px;
	height: 60px;
	text-align: center;
	border-right: 1px #b0e0ff solid;
	border-left: 1px #b0e0ff solid;

}
.box_element h1 a {
	margin: 0px;
	
	text-decoration: none;
	padding: 0px;
	font-size: 12px;
	color: #333333;
}
.box_element .more {
	height: 20px;
	background: #f2f2f2;
	border-right: 1px #b0e0ff solid;
	border-left: 1px #b0e0ff solid;
}
.box_element .more a {
	text-decoration: none;
	color: #333;
}
.box_element .category {
	position: relative;
	top: -8px;
	font-size: 11px;
	color: #FFCA4A;
}
.box_element .category a {
	color: #FFCA4A;
	font-weight: bold;
	
}

.box_element td.price {
	border-right: 1px #b0e0ff solid;
	border-left: 1px #b0e0ff solid;	
	border-top: 1px white solid;
	
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	vertical-align: top;
	background-color: #daedee;
}
.box_element .price s {
	font-size: 11px;
	font-weight: normal;
	color: #003e67;
	display: block;
}

.box_element .special_price {
	
	color: #003e67;
	font-weight: bold;
	font-size: 12px;
}
.box_element .price_content {
	width:  80px;
	float: left;
	color: #003e67;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
}
.promo2 {
	position: relative;
	z-index: 10;
	left: 145px;
	top: -4px;
	width: 32px;
	height: 1px;
}
.box_element a.buy {
	position: relative;
	top: 10px;
}
.box_element .accessible {
	width: 172px;
	border-right: 1px #b0e0ff solid;
	border-left: 1px #b0e0ff solid;
/*	text-align: left;*/
}
.box_element .accessible .status {
	color: #B5C001;
}
.box_element .accessible img{
	position: relative;
	top:10px;
	margin-right: 5px;
	text-align: left;
}

.box_element .add_cart {
/*	text-align: left;*/
}
.box_element .box_fields {
	border-right: 1px #b0e0ff solid;
	border-left: 1px #b0e0ff solid;
	text-align: center;
}
.box_element .box_fields table {
/*	border: 1px #999 solid;*/
	width: 100%;
}
.box_element .field_name {
	color: #535353;
	width: 30px;
	text-align: left;
}
.box_element .field_value {
	color: #535353;
	font-weight: bold;
	text-align: left;
}























/*listing produktow koniec */

/*karta produktu*/
.product_info {
	width: 100%;
	background: #fff;
}
.product_info .left {
	float: left;
	margin-right: 40px;
	height: 300px;
	width: 220px;
	text-align: center;
}
.product_info .image {
	
	padding: 20px;
	
	}
.product_info .product_name {
	height: 40px;
	background: url(../gfx/shop_images/small_box_background.png) repeat-x;	
	padding-left: 20px;
}
.product_info h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #ff8418;
	font-weight: normal;
}
.product_info .price {
	
	color: #ff8418;
	font-size: 14px;
	font-weight: bold;
}
.product_info .price s {
	font-size: 11px;
	color: #FFD883;
	font-weight: normal;
}
.product_info #quantity {
	border: 1px #999 solid;
	line-height: 24px;
	width: 50px;
	text-align: right;
}
.product_info .special_price {
	padding-left: 10px;
	color: #ff8418;
	font-weight: bold;
	font-size: 14px;
}
.product_info .accessible .status {
	color: #B5C001;
}
.product_info .accessible img{
	position: relative;
	top:10px;
	margin-right: 5px;
	text-align: left;
}
.product_info .tabs {
	margin-top: 30px;
}
.fields {
	border-collapse: collapse;
	border-top: 1px #222222 solid;
	border-right: 1px #222222 solid;
	border-left: 1px #222222 solid;
}
.fields td {
	padding: 5px 20px 5px 20px;
	border-bottom: 1px #222222 solid;
	
}
.fields th {
	padding: 5px 20px 5px 20px;
	border-bottom: 1px #222222 solid;
	
}
.fields td.field_name {
	background: #e2e2e2;
}


/*koniec karty produktu*/

/*popup ze zdjeciami*/
ul.gallery{

	width: 600px;
	height: 120px;
}
ul.gallery li {

/*	float: left;*/
/*	display: inline;*/
}

/*koniec popupa*/

/*autocomplete*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../gfx/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/*koniec autocomplete*/



/*koniec panelu kategorii*/
.compare a{
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.compare a:hover {
	text-decoration: underline;
}
.compare a.res {
	color: #5BA2D0;
	font-weight: bold;
	font-size: 14px;
	
	text-align: center;
	margin-left: 50px;
	text-decoration: underline;
}
.compare_result {
	float: left;
}


.ajax_loading {
	position: absolute;
	top:10px;
	right: 10px;
/*	width: 100%;*/
	height: 50px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	position: fixed;
/*	background: #FFB833;*/
/*	z-index: 10000;*/
	font-size: 16px;
	color: black;
}
a {
	color: #A2CE45;
	font-weight: bold;
}
#customer_form_block {
//	width: 300px;
	height: 270px;
	//float: left;
	
}
/*#addresses {
	width: 300px;
	margin-right: 10px;
	height: 500px;
}
*/
#cart_total {
	border-collapse: collapse;
	margin: 0px auto;
	width: 544px;
	/*height: 100px*/;
	background: #FFFFEF;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#cart_total td {
	height: 16px;
}
#cart_total #sum {
	text-align: right;
	background-color: #ffbf75;
	padding-right: 10px;
	line-height: 24px;
}
#cart_total #sum_value {
	text-align: left;
	background-color: #ffbf75;
	padding-left: 10px;
	border-left: 1px white solid;
}
#cart_total #payment {
	padding-right: 10px;
	text-align: right;
	background-color: #ffdaad;
	line-height: 24px;
}
#cart_total #payment_value {
	padding-left: 10px;
	text-align: left;
	background-color: #ffdaad;
	border-left: 1px white solid;
}
#cart_total #total {
	padding-right: 10px;
	line-height: 32px;

	text-align: right;
	background: #ffdaad url(../gfx/shop_images/cart_total_background.png) repeat-x;
}
#cart_total #total_value {
	padding-left: 10px;


	text-align: left;
	background: #ffdaad url(../gfx/shop_images/cart_total_background.png) repeat-x;
	border-left: 1px white solid;
}
#try_login {
	width: 42px;
	line-height: 20px;
	border: 0px;
	background-image: url(../gfx/shop_images/login_submit_button.png);
}


.cart_minus {
	cursor: pointer;

}
.cart_plus {
	cursor: pointer;

}
.cart_delete {
	cursor: pointer;
}
.error {
	font-size: 10px;
	color: #FE972A;
}
.pagination {
	text-align: right;
	font-size: 11px;
}
.pagination a {
	color: #00b8fc;
}
.pagination strong {
	background: #feb40c;
	color: white;
	padding: 1px;
	border: 1px #E3A10D solid;
	
}
#promo_box{
	overflow:hidden;
	width:680px;
	border:1px solid #777;
}

	#promo_box ul{
		width:3900px;
		padding-left:225px;
	}

		#promo_box li{
			float:left;
			margin:0 16px;
			cursor:pointer;
		}



.footer {
	margin-top: 0px;
	width: 100%;
	height: 200px;
	
	color: #C9C9C9;
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
}
.footer_header {
	line-height: 24px;
	text-align: left;
	padding-left: 20px;
	color: white;
	font-size: 12px;
	background: url(../gfx/shop_images/foot.png) no-repeat;
}
.footer_elements {
	width: 758px;
}
.footer_elements td {
	width: 25%;
}
.footer_elements h1 {
	color:  #003c63;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
.footer_elements ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px 0px 20px;
	list-style-image: url(../gfx/shop_images/bullet3.png);
}
.footer_elements ul li a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.footer_elements ul li a:hover {
	text-decoration: underline;
}


.box_tabs {


  color:#111;
  padding:0px;
  width:200px;
   margin:0px;
  height: 22px;
}
.box_tabs li {
	
	float: left;
	list-style: none;
	list-style-position: outside;
	margin:  0px;
	padding: 0px;
}
.box_tabs li a {
  display:block;
  padding-left: 20px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  width:  78px;
  line-height: 20px;

  color:#FFF;
	background: url(../gfx/shop_images/grey_tab.png) no-repeat;
}
.box_tabs li a:hover {
	width:  90px
	  color:#FFF;
	background: url(../gfx/shop_images/blue_tab.png) no-repeat;
}
.box_tabs li a.selected {
  width:  78px;
  line-height: 20px;
  margin-bottom:0;
  /*padding:10px 10px;*/
  color:#000;
  background: url(../gfx/shop_images/blue_tab.png) no-repeat;
  border-bottom:1px solid snow;
  cursor:default;
}
td.dotted {
	width: 200px;
	color: red;
	height: 3px;
	font-size:3px;
	border-bottom: 1px dotted #e5e5e5;
}








/*tree view*/
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(../gfx/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
	
}

.treeview a.selected {
/*	background-color: #eee;*/
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { text-decoration: underline; cursor: pointer; }

.treeview li { background: url(../gfx/treeview-default-line.gif) 0 0 #82A9D0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../gfx/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(../gfx/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../gfx/treeview-red.gif); } 

.treeview-black li { background-image: url(../gfx/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }  

.treeview-gray li { background-image: url(../gfx/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(../gfx/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../gfx/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(../gfx/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../gfx/folder-.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../gfx/file.gif) 0 0 no-repeat; }
/*koniec tree view*/




@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Arial, Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: #d9d9d9; /*nieaktywna zakladka*/
	color: #333333;
}
.ui-tabs-nav a {
    margin: 0px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #000;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    /*top: 1px;*/
    z-index: 2;
    margin-top: 0;
/*    background-position: 100% -23px;*/
	background: #00B8FC url(../gfx/shop_images/tab_active.png) repeat-x;  /* aktywna zakladka */
	color: white;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    /*height: 27px;*/
/*    background-position: 0 0;*/
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 28px;
/*    background-position: 0 -23px;*/
	background: #00B8FC url(../gfx/shop_images/tab_active.png) repeat-x; /* czesc aktywnej zakladki */
    line-height: 28px;
    color: white;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #519e2d;
    padding: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



/* formation form */

.cssform {
	/*background: url(gfx/stripe.png);*/
	/*background-color: #FFF8EF;*/
	font: 12px Arial, "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	/*border: 1px #FFE5BF solid;*/
	padding: 5px;
	color: #000;
	margin-bottom: 5px;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
.cssform small {
	font-size: 11px;
	font-style: italic;
}
.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0px 8px 0px;
	padding-left: 155px; /*width of left column containing the label elements*/
		
}

.cssform label{
	font-weight: bold;
	float: left;
	
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input, .cssform select {
	padding:5px;
	border: 1px #78b9e3 solid;
	/*padding: 3px;*/
	height: 24px;
	width: 150px;
}


.cssform textarea{
	font:bold 13px arial, sans-serif;
	padding:5px;
	width: 350px;
	height: 150px;
	border:1px #78b9e3 solid;
	
	background:#fff;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
fieldset {
	background-color: #FFF8EF;
	width: 250px;
	border-width: 1px 0px 0px 0px;
	padding-left: 0px;
	margin: 0px;
}
legend {
	color: #ff7f00;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}


