/* IMPORTS -------------------------------------------------------------------*/
@import url(base.css);
/* MAIN ----------------------------------------------------------------------*/

div.wrapper {
	position: relative;
	z-index: 2;
}
div#header {
	border-bottom: 3px solid #7a7d7f;
	height: 101px;
}
div#header .wrapper {
	width: 912px;
	margin: 0 auto;
	height: 101px;
}

div#header div#logo {
	width: 113px;
	height: 25px;
	position: absolute;
	left: 14px;
	bottom: 20px;
}

div#middle_sub {
	height: 149px;
	margin-top: 3px;
	z-index: 1;
}
div#middle_sub .wrapper {
	width: 912px;
	margin: 0 auto;
    height: 149px;
    z-index: 1;
}
	div#middle_sub div.orange {
		height: 149px;
		background: url(../gfx/mbg_orange_sub.jpg) no-repeat top left;
	}
	div#middle_sub div.korp {
		height: 149px;
		background: url(../gfx/mbg_korp_sub.jpg) no-repeat top left;
	}



div#sidebar {
	width: 217px;
	float: left;
	margin-top: 15px;
}
	div#sidebar h2 {
		padding-bottom: 9px;
	}
div#leftmenu {
	width: 217px;
	
}

	div#sidebar .container {
		border-right: 1px solid #dbdbdb;
	}
	div#leftmenu {
		padding-top: 1px;
		padding-bottom: 3px;
		width: 206px;
	}
		div#leftmenu ul {
			width: 206px;
			list-style-type: none;
		}

		
		div#leftmenu li {
			background: url(../gfx/images/leftmenu_li_bg.jpg) repeat-x top left;
/* wprowadził/zmienił tsharek */
			padding: 0;
			margin: 0;
/*			height: 30px;*/
		}
		
		div#leftmenu li.submenu_left{
			background: none;
			height: 25px;
			margin-left:30px;
		}
		
		div#leftmenu ul li a {
			line-height: 30px;
			text-decoration: none;
			display: block;
			color: #000;
			text-decoration: none;
			font-size: 11px;
			border-top: 1px solid #d6d6d6;
			background: url(../gfx/images/leftmenu_a_bg.gif) no-repeat;
			background-position: 13px 6px;
			text-align: left;

/* wprowadził/zmienił tsharek */
			height: auto;
			/height: 30px;
			margin: 0;
			padding: 0 10px 0 47px;
/* 			text-indent: 47px; */
		}
		div#leftmenu li.last a {
			border-bottom: 1px solid #d6d6d6;
		}
		div#leftmenu li a:hover {
			text-decoration: underline;
		}
	
	
div#right_content {
	width: 672px;
	float: right;
	margin-top: 15px;
	font-size:13px;
	font-family:Arial;
	
	
}
div#bottom {
	border-top: 1px solid #dadbde;
	margin-top: 3px;
	background: #fff url(../gfx/bottom_bg.jpg) repeat-x top left;
}
div#bottom .wrapper {
	width: 912px;
	margin: 0 auto;
}

div#choosecat {
    margin-top: 25px;
    padding-left: 20px;
}
div#choosecat ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}
    div#choosecat ul li {
        width: 280px;
        height: 30px;
        background: url(../gfx/choosecat_li_bg.jpg) repeat-x top left;
    }
    div#choosecat ul li a {
        display: block;
        width: 280px;
        height: 30px;
        line-height: 30px;
        border-top: 1px solid #d0d0d0;
        color: #000;
        text-decoration: none;
        text-indent: 55px;
    }
    div#choosecat ul li.last a {
        border-bottom: 1px solid #d0d0d0;
    }
    div#choosecat ul li a { background-position: 9px 3px; background-repeat: no-repeat; }
    div#choosecat ul li a.kia { background-image: url(../gfx/cat_01.gif); }
    div#choosecat ul li a.agd { background-image: url(../gfx/cat_02.gif); }
    div#choosecat ul li a.es { background-image: url(../gfx/cat_03.gif); }
    div#choosecat ul li a.eu { background-image: url(../gfx/cat_04.gif); }
    div#choosecat ul li a.hc { background-image: url(../gfx/cat_05.gif); }
    div#choosecat ul li a.tit { background-image: url(../gfx/cat_06.gif); }
    
    div#choosecat ul li a:hover {
        text-decoration: underline;
    }

div.polecamy {
	width: 177px; /* 201px; */
	height: 117px; /* 141px */
	background: url(../gfx/sidebar_box.jpg) no-repeat top left;
	margin: 10px 2px;
	padding: 12px;
}
	div.polecamy h3 {
		font-size: 11px;
		font-weight: bold;
		height: 24px;
		line-height: 24px;
		border-bottom: 1px solid #d4d4d4;
		color: #6c6f71;
	}
	div.polecamy div.image {
		width: 94px;
		height: 78px;
		float: left;
		margin-top: 10px;
	}
	div.polecamy div.descr {
		width: 83px;
		height: 78px;
		float: right;
		margin-top: 10px;
		color: #535353;
		line-height: 16px;
	}
	div.polecamy div.descr a {
		color: #535353;
		text-decoration: none;
	}
	
div.line {
	border-bottom: 1px dotted #ddd;
	height: 171px;
	margin-top: 18px;
	padding-bottom: 18px;
	width: 672px;
}
div.product_list ul {
	list-style-type: none;
}
div.product_list ul li {
	width: 152px;
	height: 171px;
	float: left;
	border-right: 1px dotted #ddd;
	overflow: hidden;
	padding-left: 18px;
}
div.product_list ul li.first {
    padding: 0px;
}
div.product_list ul li.last {
	border: none;
}
div.product_list ul li div {
	width: 134px;
}

	div.product_list li p {
		color: #535353;
		line-height: 16px;
		width: 132px;
		font-size:11px;
	}
	div.product_list li a {
		color: #535353;
		text-decoration: none;
	}
	div.product_list li img.img {
        border: 1px solid #e2e2e2;
    }
	div.product_list div.btns {
        margin-top: 8px;
    }
    div.product_list div.btns a {
        display: block;
        line-height: 19px;
        text-align: center;
        font-weight: bold;
    }
    div.product_list div.btns a:hover {
        text-decoration: underline;
    }
    div.product_list div.btns a.more {
        float: left;
        width: 55px;
        height: 19px;
        background: url(../gfx/prod_btn_gray.jpg) no-repeat top left;
        color: #666;
    }
    div.product_list div.btns a.shop {
        float: right;
        width: 73px;
        height: 19px;
        background: url(../gfx/prod_btn_orange.jpg) no-repeat top left;
        color: #fff;
    }
div#right_content div.showall {
    height: 35px;
    line-height: 35px;
    text-align: right;
}
    div#right_content div.showall a {
        color: #6c6f71;
        font-weight: bold;
        text-decoration: none;
    }
    div#right_content div.showall a:hover {
        color: #333;
    }
 
div#bcrumb {
    color: #6c6f71;
    height: 30px;
    border-bottom: 1px solid #dadbde;
	text-align: left;
	font-size:11px;
}   
    div#bcrumb a {
        color: #00a3e4;
        text-decoration: none;
    }
    div#bcrumb a:hover {
        text-decoration: underline;
    }
    div#bcrumb a, div#bcrumb span {
        padding-left: 3px;
        padding-right: 3px;
    }
div#right_content h1 {
    padding-top:13px;
    height: 40px;
    font-size: 22px;
    color: #333333;
    font-family: Arial;
    font-weight: normal;
}
div#content_container {
    margin-top: 0px;
    padding-bottom: 10px;
	 color: #333333;
}
div#content_container li
{
	margin-left:15px;
}

    div#content_container div.left {
        float: left;
        width: 470px;
        text-align:left;
        margin-left:0px;
        
    }
    div#content_container div.right {
        float: right;
        width: 166px;
    }
    div#content_container div.content {
        padding: 5px 18px 0px 18px;
    }
    div#content_container div.left p {
        color: #333333;
        font-size: 13px;
        padding-bottom: 15px;
        line-height: 16px;
        clear: both;
    }
    div#content_container div.left img.left {
    	margin-right: 12px;
    }
    div#content_container div.left img.right {
    	margin-left: 12px;
    }
    
    div#content_container div.links {
    	border-top: 1px dotted #ddd;
    	padding-top: 7px;
    }
    	div#content_container div.links ul {
    		padding-left: 45px;
    		list-style-type: disc;
    	}
    	div#content_container div.links h4 {
    		font-size: 12px;
    		font-weight: bold;
    		color: #000;
    		height: 30px;
    		line-height: 30px;
    	}
    	div#content_container div.links ul li, div#content_container div.links ul li a {
    		font-size: 12px;
    		color: #626262;
    		text-decoration: none;
    		height: 25px;
    		line-height: 25px;
    	}
    	div#content_container div.links ul li a:hover {
    		text-decoration: underline;
    	}
    
    div#content_container div.left a {
        color: #00a3e4;
        text-decoration: underline;
    }
    div#content_container div.left a:hover {
        text-decoration: none;
    }

div#content_container div.graybox {
    width: 165px;
    background: #fbfbfb url(../gfx/kup_mid_bg.jpg) repeat-y top left;
}
div#content_container div.graybox div.top {
    height: 3px !important;
    background: url(../gfx/kup_top_bg.jpg) no-repeat top left;
}
div#content_container div.graybox div.content {
    background: url(../gfx/kup_bot_bg.jpg) no-repeat bottom left;
    padding: 3px 12px;
}

    div.graybox div.search h4 {
		font-size: 11px;
		color: #6c6f71;
		font-weight: bold;
		height: 24px;
		line-height: 20px;
		border-bottom: 1px solid #d4d4d4;
    }
    div.graybox div.search div.field {
    	margin-top: 12px;
    }
    	div.graybox div.search div.field input{
    		width: 137px;
    		height: 20px;
    		border: 1px solid #dbdbdb;
    	}
	div.graybox div.btn {
        margin-top: 6px;
        padding-bottom: 12px;
    }
    div.graybox div.btn input {
    	width: 137px;
    	height: 20px;
    	line-height: 20px;
    	background: url(../gfx/searchserw.jpg) no-repeat top left;
    	font-size: 11px;
    	font-weight: bold;
    	color: #6c6f71;
    }
    div.graybox div.btns a {
        display: block;
        line-height: 19px;
        text-align: center;
        font-weight: bold;
        text-decoration: none !important;
    }
    div.graybox div.btns a:hover {
        text-decoration: underline !important;
    }
    div.graybox div.btns a.more {
        float: left;
        width: 73px;
        height: 19px;
        background: url(../gfx/gb_btn_gray.jpg) no-repeat top left;
        color: #666 !important;
    }
    div.graybox div.btns a.shop {
        float: right;
        width: 73px;
        height: 19px;
        background: url(../gfx/gb_btn_orange.jpg) no-repeat top left;
        color: #fff !important;
    }
    
div#content_container div.bemenu {
    margin-top: 10px;
    width: 165px;
    background: url(../gfx/emenu_mid_bg.jpg) repeat-y top left;
    font-size:11px;
}
div#content_container div.bemenu div.top {
        text-align:left;
        height: 26px;
        line-height: 26px;
        padding-left: 15px;
        color: #fff;
        font-weight: bold;
    background: url(../gfx/bemenu_top_bg.jpg) no-repeat top left;
}
div#content_container div.bemenu div.content {
    background: url(../gfx/emenu_bot_bg.jpg) no-repeat bottom left;
    padding: 0px;
	padding-bottom:5px;
}

    div#content_container div.bemenu ul {
        padding: 3px 8px 0px 8px;
        list-style-type: none;
    }
    div#content_container div.bemenu ul li {
        height: 25px;
        line-height: 25px;
        border-bottom: 1px solid #d6d6d6;
    }
    div#content_container div.bemenu ul li.last {
        border-bottom: none;
    }
    div#content_container div.bemenu ul li a {
        display: block;
        height: 25px;
        line-height: 25px;
        background: url(../gfx/rb_arrow_gif.gif) no-repeat;
        background-position: 0px;
        text-indent: 15px;
        color: #6c6f71;
        text-decoration: none !important;
        text-align:left;
    }
    div#content_container div.bemenu ul li a:hover {
        text-decoration: underline !important;
    }
    div#content_container div.bemenu div.powiazane {
        height: 26px;
        line-height: 26px;
        padding-left: 0px;
        color: #fff;
        font-weight: bold;
        background: url(../gfx/bemenu_powiazane_bg.jpg) no-repeat top left;
    }
	div.oferty_pracy{
		padding-left:20px;
	}
	
	div.oferty_pracy li{
		padding-left:20px;
		margin-left:60px;
    }
 

div#content_container div.left div.press
{
	font-size:13px;
	font-family:Arial;
	color:#333333;
	min-height:400px;
}

div#content_container div.left p.press
{
	color:#00a3e4;
	font-weight:bold;
	font-family:Arial;
	font-size:13px;
}

div#content_container div.left h1.press 
{
    margin:20px 0px 0px 0px;
    padding:0px;
    font-size: 22px;
    color: #333333;
    font-family: Arial;
    font-weight: normal;
    line-height:22px;
    height:45px;  
}

div.box-down a
{
	text-decoration: none;
	border:0px #ffffff solid;
	font-weight:bold;
}

div.press img.about
{
	float:right; 
	margin:5px 5px 15px 15px; 
	padding:1px; 
	border:1px #cccccc solid;
}
div.press div.about
{
	weight:481px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px #cccccc dotted;
}
div.partners_left
{
	float:left;
	width:150px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
div.partners_right
{
	float:right;
	width:305px;
	margin:0px;
	padding:0px;
}
div.partners_bottom
{
	clear:both;
	border-bottom:1px #cccccc dotted;
}
p.date
{
	font-style:italic;
}
div.faqs
{
	background:#F6F6F6;
	margin:5px 0px 10px 0px;
	display: none;
	padding:5px;
}
h3.catname
{
	color:#4FB6E8;
	font-size: 13px;
	margin: 20px 0 0 0;
}
span.faq_question
{
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	display:block;
	padding:0 10px;
	margin:5px 0px;
}

div.technical_support_info
{
	font-weight:bold;
	margin:0px;
	padding:0px;
}

div.technical_support_info p.center
{
	font-align:center;
}
div.technical_support_info td
{
   width:240px;
   margin:0px;
   padding:0px;
}
div.technical_support_info td.right
{
   width:200px;
   margin:0px 0px 0px 40px;
   padding:0px;
}