/*  CZCIONKI I WIELKOŚCI
*   BAZOWA (1em) = 14 (px)
*|  em  |  px |
*--------------
*| 0,57 |   8 |
*| 0,64 |   9 |
*| 0,71 |  10 |
*| 0,79 |  11 |
*| 0,86 |  12 |
*| 0,93 |  13 |
*| 1,00 |  14 |
*| 1,07 |  15 |
*| 1,14 |  16 |
*| 1,21 |  17 |
*| 1,29 |  18 |
*| 1,36 |  19 |
*| 1,43 |  20 |
*| 1,50 |  21 |
*| 1,57 |  22 |
*| 1,64 |  23 |
*| 1,71 |  24 |
*| 1,79 |  25 |
*| 1,86 |  26 |
*| 1,93 |  27 |
*| 2,00 |  28 |

*/

body{
font-family:Tahoma, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:Tahoma, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	vertical-align:baseline;
 outline:0;
}

body
{
  line-height:1.5;
  font-size:75%;
  font-family:Tahoma, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:1.4em;
	width:100%;
}

caption,th,td
{
	text-align:left;
	font-weight:normal;
}

table,td,th
{
	vertical-align:middle;
}

thead th, thead td{
font-weight:bold;
text-align:center;
}

tfoot th, tfoot td{
font-weight:normal;
font-style:italic;
}

blockquote:before,blockquote:after,q:before,q:after
{
	content:"";
}

blockquote,q
{
	quotes:"" "";
}

a img
{
	border:none;
}

h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
}

h1
{
	font-size:3em;
	line-height:1em;
}

h2
{
	font-size:2em;

}

h3
{
	font-size:1.5em;
	line-height:1em;
}

h4
{
	font-size:1.2em;
	line-height:1.25em;
	height:1.25em;
}

h5
{
	font-size:1em;
	font-weight:bold;
}

h6
{
	font-size:1em;
	font-weight:bold;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img
{
	margin:0;
}

p
{
	margin:0 0 0.5em;
}

p img
{
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}

p img.right
{
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}

a
{
	text-decoration:underline;
}

blockquote
{
	margin:1.5em;
	font-style:italic;
  text-align:center;
  font-size:1.3em;
}

strong
{
	font-weight:bold;
}

em,dfn
{
	font-style:italic;
}

dfn
{
	font-weight:bold;
}

sup,sub
{
	line-height:0;
}

address
{
	margin:0 0 1.5em;
	font-style:italic;
}

pre,code
{
	margin:1.5em 0;
	white-space:pre;
}

pre,code,tt
{
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}

ul, ol, li, dl, dt ,dd{
margin:0;
padding:0;
}

th
{
	font-weight:bold;
}

th,td
{
	padding:4px 10px 4px 5px;
}

tfoot
{
	font-style:italic;
}

caption
{
font-weight:bold;
text-align:right;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a{
text-decoration:none;
outline:0;
}

/* ================================ CLEAR HACK =============================== */

.dock:after,
.widget:after,
div:after,
form:after,
#ProductListCategory:after,
#ProductListOptions:after,
#ProductListCount:after,
#ProductListItems:after,
#ProductListCount:after,
.actions:after,
#SfContentWidget ul.big li .symbol:after,
#SfContentWidget ul.big li .final_price:after,
.product_list_widget .labels_status:after,
.product_list_widget li.item:after,
#BoxesDock .dock .dock_box:after,
#BoxesDock .dock .dock_content:after,
.wrapper li:after,
.wrapper_main_li:after,
.wrap_labels_status:after,
#ProductListItems.big li.item:after,
li.item:after,
#account_user_menu:after,
#Checkout ul.shipping_methods:after,
#Checkout ul.payments_methods:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ================================ BOX =============================== */

.box h1, .box h2, .box h3, .box h4, .box h5, .box h6, .box h7{
    margin-bottom:0;
}


/* ================================ MENU AND ALIKE =============================== */
.menu_widget, .category_tree_widget{
  display:block;
  list-style:none;
  margin:0;
  padding:0;
}

.menu_widget li, .category_tree_widget li{
  display:block;
}

.menu_widget li a, .category_tree_widget li a{
  display:block;
  text-decoration:none;
}

#LeftDock .category_tree_widget li{
 margin:.2em .1em;
 padding:.1em .2em;
 text-align:center;
}


#LeftDock .category_tree_widget ul li{
  margin-left:1em;
  text-align:left;
  font-size:0.8em;
}

#LeftDock .category_tree_widget ul li a:hover{
font-weight:bold;
}
/* ================================ Boxy w dockach LEFT/RIGHT=============================== */

#LeftDock .box,
#RightDock .box{
clear:both;
padding:3px;
margin:1em 0;
}

#LeftDock h3,
#RightDock h3{
font-size:1.3em;
font-weight:bold;
margin-bottom:0.5em;
text-align:center;
padding:.3em 0;
}


/* ================================ BREADCRUMBS WIDGET =============================== */
.breadcrumbs_widget{
	list-style:none;
	display:block;
 clear:both;
 padding:.3em .5em;
 }

.breadcrumbs_widget li{
display:inline;
margin:0 3px;
}

.breadcrumbs_widget a{
  text-decoration:none;
}

.breadcrumbs_widget li a{
margin-right:8px;
}

.breadcrumbs_widget li.last a{
font-weight:bold
}

ul.status,
ul.availability{
list-style:none;
}

a,a:link{
outline:0;
cursor:pointer;
}

/* ikonka pointer na inputach  */

input.submit,
input.delete{
cursor:pointer;
outline:0;
}

/* submity > zmienia na linka  */
input.add_to_cart,
input.add_to_wishlist,
input.add_to_compare,
input.add_to_your_stockpile{
border:0px solid black !important;
background-color:#ffffff;
font-size:11px;
}

/* grafika zamiast tekstu na submitach >  */
/*
  .compare input.add_to_compare,
  .wishlist input.submit,
  .cart input.submit{
  overflow:hidden;
  width:80px;
  height:20px;
  text-indent:-9999px;
  }
*/

/* more, show more > nie wyświetla wkurzającego tekstu  */
.more .show_more,
.tell_a_friend .show_more{
display:none;
}


/* link za obrazkiem na obszarze całego obrazka */
.picture a{
display:block;
}

/* link ' powiększ ' >> Domyślnie wyłączony */
a.enlarge{
display:none;
}



#HeaderDock .category_tree_box {
font-family: arial, sans-serif;
width:750px;
position:relative;
font-size:11px;
z-index:100;
}

#HeaderDock .category_tree_box ul li a,
#HeaderDock .category_tree_box ul li a:visited {
display:block;
text-decoration:none;
width:104px;
height:20px;
text-align:center;
line-height:20px;
font-size:11px;
overflow:hidden;
}

#HeaderDock .category_tree_box ul {
padding:0;
list-style: none;
margin:0;
}

#HeaderDock .category_tree_box ul li a{
padding: .1em .5em;
}

#HeaderDock .category_tree_box ul li {
float:left;
position:relative;
}
#HeaderDock .category_tree_box ul li ul {
display: none;
}

#HeaderDock .category_tree_box ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
#HeaderDock .category_tree_box ul li:hover ul li ul {display: none;}
#HeaderDock .category_tree_box ul li:hover ul li a {display:block }
#HeaderDock .category_tree_box ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#HeaderDock .category_tree_box ul li:hover ul li:hover ul.left {left:-105px;}


#SearchFilterEmployeeDock{
position:absolute;
left:0;
bottom:5px;
width:90px;
text-align:center;
border-style:solid;
border-color:#CCCCCC;
border-width:1px 1px 1px 0;
background-color:#E0E0E0;
padding:5px 5px 5px 5px;
opacity:1;
}

#SearchFilterEmployeeDock:hover{
width:300px;
background-color:#ffffff;
opacity:0.9;
border-color:#A2A2A2;
padding:5px 5px 25px 5px;
}

#SearchFilterEmployeeDock img{
border:1px solid #D9D9D9;
}

#SearchFilterEmployeeDock .definition{
display:none;
}

#SearchFilterEmployeeDock .value{
display:block;
clear:both;
}

#SearchFilterEmployeeDock .value_fname,
#SearchFilterEmployeeDock .value_lname{
font-weight:bold;
color:#B61131;
display:inline;
}

#SearchFilterEmployeeDock .custom_text{
font-size:0.875em;
text-decoration:underline;
color:#B61131;
height:20px;
line-height:20px;
}

#SearchFilterEmployeeDock:hover .custom_text{
display:none;
}

#SearchFilterEmployeeDock .wrap_photo_0{
float:left;
width:95px;
}

#SearchFilterEmployeeDock .wrap_email_0{
display:none;
float:left;
margin-top:10px;
text-align:left;
font-size:0.875em;
}

#SearchFilterEmployeeDock:hover .wrap_email_0{
display:block;
}

#SearchFilterEmployeeDock .wrap_first_name_0{
clear:both;
}


#SearchFilterEmployeeDock .wrap_email_0 span{
padding-left:20px;
height:22px;
line-height:22px;
}

#SearchFilterEmployeeDock .value_gg{
background:url(../images/icons/ico_gg.gif) no-repeat left center;
}

#SearchFilterEmployeeDock .value_phone{
background:url(../images/icons/ico_phone.gif) no-repeat left center;
}

#SearchFilterEmployeeDock .value_email{
background:url(../images/icons/ico_mail_color.gif) no-repeat left center;

}

ul.carousel{
list-style:none;
display:block;
}