/* CSS RESET */
body,div,dl,dt,dd,h4,h5,h6,pre,form,fieldset,input,textarea,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}


caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a{ outline:none;text-decoration:none;}.clear{ clear:both;}
/**  EOF RESET   **/
body{
	background:#c0c0c0;
	font-family:Arial;
	font-size:14px;
}

.wrapper{
    width:950px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #fff;
    border-top:none;
}
.header{
    width:100%;
    height:192px;
    display:block;
    background:url(images/header.jpg);
}
.top_line1{
    width:100%;
    height:40px;
    display:block;
    background:url(images/top_line.jpg);
    margin:0;
}
.top_line2{
    width:100%;
    height:22px;
    display:block;
    background:url(images/top_line2.jpg);
    color:#fff;
    font-size:16px;
    font-weight:bold;
    padding:10px 0;
    
}
  .nav_heading{
	float:left;
	width:237px;
	padding-left:43px;
	display:block;
  }
  .top_line2 h1{
	float:left;
	font-size:16px;
	margin:0;
  }
.leftColumn ul{   
    width:203px;
    display:block;    
    float:left;
    list-style:none;
    padding:0 0 0 20px;
    margin:0;
}
  .leftColumn ul li{
	list-style-image:url(images/bullet.jpg);
	padding:5px 0px;
  }
  .leftColumn ul li a{
    /*font-weight:bold;*/
    color:#144c6c;
    
  }


.contentWrapper{    
    width:100%;
    float:left;
    background:url(images/content-bg.jpg) repeat-y;
    width:950px;
    color:#555555;
}
  
  .contentWrapper .image img{
	-moz-box-shadow: 3px 3px 3px #666;	
	-webkit-box-shadow: 3px 3px 3px #666;	
	box-shadow: 3px 3px 3px #666;
  }
  .leftColumn,.rightColumn{
    display:block;
    float:left;
    /*border:1px solid #cecece;*/
    
  }
  .leftColumn{
    width:221px;    
    padding:10px;
    
  }
  .rightColumn{
    width:635px;    
    padding:10px;
    padding:40px 0 30px 40px;
    position:relative;
  }
  .rightColumn p{
	margin-top:0;
  }
    .rightColumn .half{
	float:left;
	padding-right:20px;
	width:295px;
	margin-bottom:25px;
    }
  .rightColumn a{
	color:#555555;
  }
  .rightColumn ul{
    
  }
  
  
.footer{
	clear:both;
	background:url(images/footer_bg.jpg) repeat-x;
	height:26px;
	width:950px;
	text-align:center;
	padding:14px 0px 0 0px ;
	font-size:11px;
	color:#545454;
}
  .footer span{
	/*float:right;
	margin-left:10px*/
  }
  .footer a{
	/*float:right;*/
	color:#545454;
  }
    .footer a:hover{
	text-decoration:underline;
    }
    
/**MODAL***/
#overlay {background-color:#000; cursor:wait;}
.modal_content {height:320px; width:600px; color:#bbb; background-color:#ffffff; border:4px solid #444; padding:12px;}
.modal_close {background:url(x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:5px; right:-16px; cursor:pointer;}
.modal_content {padding:8px;}

/****/

ol li,ul li{
	
    
}
ol.checkout li{
    width:260px;
    clear:both;
    margin: 5px 0;
}
ol li label,ul li label{
    width:100px;
    float:left;
    display:block;
}
ol li label,ul li label{
    width:150px;
    float:left;
    display:block;
}


/***BASKET**/
.basket_small .name{
	width:100px;
	display:block;
	float:left;
}
.basket_small .quantity{}
/****/
ul.list{
	list-style:none;
	margin:0;
	padding:0;
}
ul.list li{
	clear:both;
	margin-bottom:10px;
	float:left;
}
.product_left{
	float:left;
	width:425px;
	display:block;
	padding:0 10px;
}
.product_name{
	font-weight:bold;
	color:#c0c0c0;
}
.product_desc{
	padding:5px;
	height:57px;
}
.product_image{
        float:left;
	width:145px;
   }
.image{
	text-align:center;
	margin-bottom:15px;
}
a.reszletek{
	float:right;
	background:url(images/reszletek.jpg);
	width:88px;
	height:24px;
}
  .green-liner{
	background:url(images/green-liner.jpg) no-repeat;
	width:709px;
	height:41px;
	display:block;
	
	margin:20px 0 20px -40px;
	padding: 12px 0 0 40px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
  }
.product_details{}
.product_details .images{
	
	width:275px;
	float:left;
	
}
.product_details .details{
	width:410px;
	float:left;
}

  .product_details .images img{
	padding:5px;
	border:1px solid #efefef;
  }
.thumbs{
	margin:10px 0;
	float:left;
	width:100%;
	clear:both;
}
.thumbs li{
	float:left;
	margin:3px;
}
.list.category{
	padding: 10px 0 0px 0px;
}
.list.category img{
	-moz-box-shadow: 1px 1px 1px #666;	
	-webkit-box-shadow: 1px 1px 1px #666;	
	box-shadow: 1px 1px 1px #666;
}
.list.category li{
	clear:none;
	float:left;
	height:210px;
	width:210px;
}

.category_img{}
.category_name{
	padding:5px 0px 0 0px;
	width:155px;
	text-align:center;
}
/****/
.search{
	float:left;
	width:222px;
	padding-left:25px;
	display:block;
	margin-top:7px;
}

.search input[type="text"]{}
.search input[type="submit"]{
	background:url(images/search.jpg) no-repeat;
	width:23px;
	height:26px;
	border:none;
}
.top-contact{
	float:left;
	width:685px;
	padding-right:15px;
	text-align:right;
	color:#3b6071;
	font-size:13px;
	margin-top:11px;
}
/****/
#contact_form ol {
	width:432px;
	margin:0 auto; 
}
#contact_form ol li{
	margin:2px;
	float:left;
	clear:both;
	display:block;
	width:100%;
}
#contact_form ol li input[type="text"],#contact_form ol li textarea{
	width:278px;
}
#contact_form ol li textarea{
	height:70px;
}
#contact_form ol li label{}
#contact_form ol li input[type="submit"]{
	float:right;
}
.success,.error{ padding:0.3em; margin:0.5em;}
.error{ background: #fbe3e4;color: #8a1f11;border:#fbc2c4 2px solid;}
.success{background:#e6efc2;color:#264409;border:#c6d880 2px solid;}

#map{
	width:625px;
	height:400px;
}
  #map img{
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
	box-shadow: none;	
  }
.print{
	position:absolute;
	right:10px;
	top:10px;
}
  .print img{
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
	box-shadow: none;
	margin-right:5px;
  }
.ui-tabs .ui-tabs-nav li a{
	 padding: 0.5em 14px !important;
	 width:173px;
	text-align:center;
}
