

/*
    GENERAL / RESET RULES
*/

*{margin:0;padding:0;border:0;font-size:100%}

html,body {  
    margin:0;  
    padding:0;  
    height:100%;  
	font-family: sans-serif, Arial;   
	color: #333;
	
}  

img, a {
	text-decoration: none;
    border: none;
}

input:focus, a:focus {
	outline: none;
	border: none;
}

*a{
	cursor: pointer;
}

a {
    color: #555;
    text-decoration: none;
}

.shadow{
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);	
}

.radio_btn_label {
	cursor: pointer;
}

.hide_this {
	display: none;
}

.full_width_cleared{
	clear: both; 
	width: 100%;
}

.checkbox_label {
	cursor: pointer;
}

.document_display_container ul li ,
.pd_desc ul li ,
.category_descripton_container ul li {
	margin-left:20px;
} 


/*
	ERROR / INFO MESSAGE STYLE 
*/

.message_container {
	clear: both;
	float: left;
	width: 100%;
	font-size: 12px;
	height: auto;
}

.error_message_container {
	margin: 25px auto;
	padding: 15px 5px;
	width: 80%;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #F38888;
	border: 1px solid red;
}

.success_message_container  {
	margin: 25px auto;
	padding: 15px 5px;
	width: 80%;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #88C7F3;
	border: 1px solid blue;
}

/*	
	SCROLL TO TOP BUTON 	
*/	
	
#goTop{
	background:  url(../images/up_icon.png) no-repeat left center;
	width: 40px;
	height: 40px;
    padding:5px;
    position:fixed;
    top:-100px;
    right:100px;
    cursor: pointer;
    z-index: 150;
}	

/*
	COOKIE ACCEPT FORM STYLE
*/

.cookie_accept_message {
	clear: none;
	width: 100%;
	height: auto;
	min-height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	border-bottom: 5px solid #555;	
}

.cookie_accept_message {
	font-size: 12px;
	font-weight: normal;
}

.cookie_accept_message span{
	margin: 0 0 0 20px ;
}

#cookie_accept_btn{
	padding: 5px 7px;
}

@media screen and (max-width: 800px) {
	.cookie_accept_message {
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
	}
	.cookie_accept_message .page_custom_button{
		padding: 2px 5px;
	}  
  
}

/*
	PAGE SPECIFIC CUSTOM BUTTON
*/

.page_custom_button{
	margin: 10px auto;
	padding: 10px 15px;
	color: white;
	font-size: 90%;
	cursor: pointer;
	background-color: #555;
}	

.page_custom_button_small{
	margin: 10px auto;
	padding: 2px 5px;
	color: white;
	font-size: 12px;
	cursor: pointer;
	background-color: #555;
}



/*
	THEME TABLE STYLE
*/

.tbl_general {
	border-collapse:collapse;
	border-spacing:0;
	border-color:#ccc;

	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);

	font-size: 80%;
	margin: 20px auto;
}

.tbl_general a {
	color: #1283e0;
	text-decoration: none;
}	

.tbl_general img{
	max-width: 50px;max-height: 50px;
}			

.tbl_general td {
	font-family:Arial, sans-serif;
	padding:1px 3px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
	border-color:#ccc;
	color:#7F7F7F;
}

.tbl_general th {
	font-family:Arial, sans-serif;
	font-weight:bold;
	padding:3px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
	border-color:#ccc;
	color:#fff;
	background-color:#555;
}

.tbl_general .center {
	text-align: center;
}

.tbl_general .right{
	text-align: right;
}

.tbl_general tr:hover{
	background-color:#F1F1FF;
	cursor: pointer;
}	
	
/*	
	CAPTCHA STYLE
*/

.captcha_image_container {
	float: left;
	margin: 0 5px 0 0;
}

.captcha_input{
	float: left;
}

.input_line_container .captcha_input input{
	float: left;
	width: 100px;
	min-width: 100px;
	height: 25px;
	padding: 0 10px;
	line-height: 25px;
	font-size: 12px;
	color: #7F7F7F;
}

.captcha_info_container{
	clear: both;
	float: left;
	font-size: 11px;
	color: #A52A2A;
}


/*
	CONTACT FORM STYLE
*/

.cform_container {
	width: 45%;

	margin: 0 auto;
	padding: 2%;

	border: 1px solid #ddd;
	background-color: #F4F4F4;
	overflow: hidden;
}	

.contact_google_map_container {
	width: 40%;
	height: 377px;
	float: left;
	margin: 0 2%;
	background-color: #F4F4F4;
	border: 1px solid #ddd;
}


.input_line_container {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 5px 0;
}

.input_line_container label{
	float: left;
	min-width: 100px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #7F7F7F;
}

.input_line_container input{
	float: left;
	width: 65%;
	height: 20px;
	padding: 0 5px;
	line-height: 20px;
	font-size: 11px;
	color: #222;
	border: 1px solid #ddd;
}

.input_line_container textarea{
	max-width: 450px;
	min-width: 63%;
	min-height: 100px;
	padding: 10px;
	font-size: 11px;
	color: #7F7F7F;
	border: 1px solid #ddd;
}

.required {
	color: red;
	padding: 3px;
}
	
.leftcol_html_widget_container{
	width:100%;
	text-align:center;
	padding:10px 0;
	clear:both;
}

.header_infoline_container {
	position: fixed;
	top: 0px;
	background: none repeat scroll 0% 0% #707579;
	z-index: 9998;
	min-height: 36px;
	padding-bottom: 7px;

	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(245,245,245,1) 50%, rgba(242,242,242,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(50%,rgba(245,245,245,1)), color-stop(51%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(245,245,245,1) 50%,rgba(242,242,242,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(245,245,245,1) 50%,rgba(242,242,242,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(245,245,245,1) 50%,rgba(242,242,242,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(245,245,245,1) 50%,rgba(242,242,242,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	
	
	border-bottom: 1px solid #aaa;



	-webkit-box-shadow: 0px 0px 10px 0px #6B6B6B;	
	-moz-box-shadow: 0px 0px 10px 0px #6B6B6B;	
	box-shadow: 0px 0px 10px 0px #6B6B6B;
	
		
	border-radius: 0 0 6px 6px;
	
	overflow: hidden;
	
	margin: 0 auto;
	width: 1000px;

	
}
  
.topline_icon{
	clear: both;
	float: left;
	/*height: 32px;*/
	margin: 5px 5px 0 0px;
}

.topline_icon img{
	height: 32px;
	width: auto;
}

.topline_element_title{
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0 0 0;
	color: #666;
}

.infoline_content_container{
	width: 1000px;	
	height: 100%;
	margin: 0 auto;
}
 
.topline_contactinfo_container{
	clear: both;
	float: left;
	height: 100%;
	padding: 0 3px;
}  

.tlc_info_container{
	float: left;
	margin: 8px 0 0 0;
}

.tlc_contact_text{
	clear: both;
	float: left;
	margin: 3px 0 1px 0;
	font-size: 12px;
}

.tlc_number{
	clear: both;
	float: left;
	font-weight: bold;
	font-size: 13px;
}

.topline_cart_container{
	float: right;
	height: 100%;
	padding: 0 3px;
	margin: 0 5px;
	color: #555;
	background:#fff;
	box-shadow:0 2px 2px #999;padding:3px 8px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;
}

.topline_cart_line_container {
	float: left;
}

.topline_cart_content{
	clear: both;
	float: left;
	margin-top: -3px;
	font-size: 12px;
	
	
}

#nr_products_in_cart {
	font-size: 16px;
	font-weight: bold;
}

.topline_usermenu_container{
	float: right;
	height: 100%;
	margin: 0 5px 0 5px ;
	background:#fff;
	box-shadow:0 2px 2px #999;padding:3px 8px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;
}

.topline_transport_container{
	float: right;
	height: 100%;
	margin: 4px 0 0 0px;
	background:#fff;
	box-shadow:0 2px 2px #999;padding:3px 8px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;
}

.user_menu_links_container {
	float: left;
}

.user_menu_links_container span{
	clear: both;
	float: left;
}

.user_menu_links {
	font-size: 12px;
	color: #555;
}

.topline_transport_info {
	width:150px;
	overflow:hidden;
	height:32px;
	font-size:12px;
	padding:5px 0;
	margin:0
	}


/*
	PAGE HEADER STYLING
*/

header{
	clear: both;
	width: 100%;
	max-width: 100%;	
	margin: 0 auto;
	z-index: 90;
	background-color: #FFFFFF;	
}

.header_menu_container {

	border-bottom:1px #eee solid;
	
background: rgb(245,246,246); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(245,246,246,1) 0%, rgba(165,166,170,1) 0%, rgba(135,137,145,1) 48%, rgba(129,131,132,1) 100%, rgba(245,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(0%,rgba(165,166,170,1)), color-stop(48%,rgba(135,137,145,1)), color-stop(100%,rgba(129,131,132,1)), color-stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(165,166,170,1) 0%,rgba(135,137,145,1) 48%,rgba(129,131,132,1) 100%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(165,166,170,1) 0%,rgba(135,137,145,1) 48%,rgba(129,131,132,1) 100%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(165,166,170,1) 0%,rgba(135,137,145,1) 48%,rgba(129,131,132,1) 100%,rgba(245,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(245,246,246,1) 0%,rgba(165,166,170,1) 0%,rgba(135,137,145,1) 48%,rgba(129,131,132,1) 100%,rgba(245,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */

}

.header_content_container{
	clear: both;
	margin: 0 auto;
	height: 112px;
	width: 100%;
	width: 1000px;
	background:#fff;
}

.header_logo_search_container{
	background:#fff;
	width: 1000px;
}

.header_search {
	float: right;
	width: 230px;
	height: auto;
	margin: 0 5px;
	overflow: hidden;
	background: none repeat scroll 0 0 #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 2px #999;
	
}.header_logo {
	float: left;
	width: 200px;
	height: auto;
	margin: 25px 20px 0 20px;
	overflow: hidden;
}

.header_logo img{
	max-width: 200px;
}

.header_widgets_container {
	float: left;
	height: auto;
	min-height: 100px;
	width: 760px;
}

.header_mainmenu_container {
	height: 35px;
	width: auto;
	max-width: 90%;
	margin: 0 auto 20px auto;
	padding: 0;
	line-height: 35px;
	text-align: center;
}

/*
	HEADER SEARCH STYLES
*/

.header_search_container {
	clear: both;
	float: right ;
	height: 30px;
	width: 280px;
	margin: 0px 20px 0px 0px;
	background-color: #FFF;
	border: 1px solid #ddd;
	overflow: hidden;
}

.search_input_container{
	float: left;
	width: 180px;
	height: 30px;
	border: 1px solid #ddd;
	overflow: hidden;
	margin:8px 5px 8px 8px;
}

.search_input_container input{
	height: 32px;
	margin: 0px 0 0 0 ;
	line-height: 32px;
	width:180px;
	 padding:0px 8px;
	color: red;
}

.search_submit_btn_container{
	float: left;
	height: 30px;
	width: 30px;
	margin: 12px 5px 0 0px;
}

#search_submit_btn{
	background: url('http://cdn.realwebhost.eu/sites/default/iconset1/search-24.png') no-repeat;
    width:30px;
    height:30px;
    border:none;
   
    float:left;
    cursor:pointer;	
}

.search_count_container {
	clear: both;
	float: left;
	width: 90%;
	padding: 2%;
	font-size: 12px;
}


/*
	MAIN MENU STYLE
*/

.header_mainmenu_container {
	clear: both;
	float: left;
	height: 50px;
	width: 970px;
	margin: 5px 15px 0 15px;
	border-bottom: 5px solid #000000;

	background: rgba(237,237,237,1);
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );	
	
}

.top_main_nav{
	float: left;
	width: 100%;
	max-width: 650px;
	height: auto;
	font-size: 15px;
	
	overflow: visible;
}

//.top_main_nav a:link, .top_main_nav a:visited {color:#fff;}
//.top_main_nav a:hover, .top_main_nav a:active {color:red;}


.main_menu_ul{
	padding:5px;
	clear: both;
	text-align: center;
	list-style: none;
	max-width: 1000px;	
	margin:0 auto;
	
}

.main_menu_ul li {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	/*border-radius:4px 4px 0 0;*/
	/*border:1px #ddd solid;*/
	margin:0 5px;
	border-bottom:0;
	border-top:0;
}

.main_menu_ul li a {
	display: inline-block;
	padding: 8px 10px ;
	cursor: pointer;
	font-weight: normal;	
	letter-spacing: 1px;
	color: #fff;
	text-shadow:1px 1px 1px #111;
	background: url('../images/menu_ul_bg.jpg') no-repeat scroll right top transparent;
	font-weight:bold;
}

.main_menu_ul li:first-child a{
	border-left: none;
}


.main_menu_ul li a:hover {
	color: white;
	background-color: #EF573A;
}

.main_menu_ul li:hover a{
	color: white;
	background-color: #EF573A;
}


.top_main_nav_sub {
	padding: 5px;
	position: absolute;
	
	left: 0;
	font-size: 14px;
	display: none;
	opacity: 0;
	visibility: hidden;
	
	-webkit-box-shadow: 0px 0px 5px 0px #BFBFBF;	
	-moz-box-shadow: 0px 0px 5px 0px #BFBFBF;	
	box-shadow: 0px 0px 5px 0px #BFBFBF;
	
	border-radius: 0 0 6px 6px;	
	
	background-color: #FAFAFA;
	overflow: hidden;
	z-index: 999;
}

.top_main_nav_sub li { 
	display: block; 
	z-index: 2;
	border:0;
	border-radius:0;
	margin:0;
	text-align:left;
}

.top_main_nav_sub li a{
	width: 250px;
	padding:10px;
	margin: 0;
	background: none;	

}

.main_menu_ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	
}

.main_menu_ul li:hover ul li a{
	background-color: #FAFAFA;
	color: #666;
	border-bottom: 5px solid #FAFAFA;
}

.main_menu_ul li:hover ul li a:hover{
	color: #555;
	background-color: #eee;
}
/*
	HEADER CATEGORY MEGA MENU STYLE
*/


.horizontal_category_menu_container{
	clear: both;
	float: left;
	width: 1000px;
	max-height: 44px;
	padding: 0px;
	background: #666;
}

.horizontal_category_megamenu{
    display: inline-block;
    position: relative;
    width: 100%;
	margin: 0px;
    cursor: default;
    z-index: 500;
	box-shadow:0 3px 2px #aaa;
}

.horizontal_category_megamenu a { text-decoration: none; }
 
.horizontal_category_megamenu li { list-style: none; }

.horizontal_category_megamenu > li {
    display: block;
    float: left;
}

.horizontal_category_megamenu > li > a {
    position: relative;
    display: block;
    z-index: 510;
    height: 44px;
    padding: 0 15px;
    line-height: 44px;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color:#fff;  ;
    //text-shadow: 0 0 1px rgba(0,0,0,.35);
    //text-shadow: 0 0 1px ;
 
    background: #666;
    //border-left: 1px solid #BFBFBF;
    //border-right: 1px solid #BFBFBF;
 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.horizontal_category_megamenu > li:hover > a { 
	background: #ddd; 
	color:#222;
	//text-shadow: 0 0 1px ;
}
 
.horizontal_category_megamenu > li:first-child > a {
    border-left: none;
}

.horizontal_category_megamenu > li > div {
    position: absolute;
    display: block;
    width: 100%;
    top: 44px;
    left: 0;
 
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
 
    background: #ffffff;
    border-radius: 0 0 3px 3px;
 
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
	
	
}

.horizontal_category_megamenu > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.horizontal_category_megamenu .mm_content_container {
    float: left;
    width: 94%;
    background: #FFFFFF;
    padding: 2%;
    margin: 0px 0 0 10px;
    box-shadow: 0px 5px 10px 0px #949494;
	border:1px #bbb solid;border-top:0;

}
 
.mm_content_element {
	float: left;
	width: 110px;
	height: 120px;
	margin: 5px 7px 5px 0;
	padding: 0 3px 3px 3px;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
}

.mm_content_element a {
	display: block;
	height: 100%;
}

.mm_content_element .hcm_submenu_image{
	clear: both;
	float: left;
	width: 90px;
	height: 70px;
	margin: 3px 5px 2px 5px;
	overflow: hidden;
	text-align: center;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;	
}

.mm_content_element .hcm_submenu_image img{
	width: auto;
	height: auto;
	max-width: 90px;
	max-height: 70px;

	position: relative;
	top: 50%;
	transform: translateY(-50%);

}

.mm_content_element:hover .hcm_submenu_name{
	color: #555;
	
}

.hcm_submenu_name{
	font-weight: bold;
	font-size: 11px;
    color: #4D4D4D;
    text-shadow: ;
}


/*
	HOMPAGE MANUFACTURER LOGO SLIDER STYLE
*/

.hompage_manufacturer_slider_container {
	clear: both;
	float: left;
	width: 98%;
	height: 70px;
	margin: 10px 1%;
	text-align: center;
	overflow: hidden;
}

.hompage_manufacturer_slider_container .bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	height: 70px;
	*zoom: 1;
}

.mainpage_manufacturer_slider li {
	float: left;
	height: 70px;
	width: auto;
	overflow: hidden;
}

.mainpage_manufacturer_slider li a{
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.mainpage_manufacturer_slider li img{
	float: none;
	display: inline;
	height: auto;
	max-height: 50px;
	max-width: 100px;
	vertical-align: middle;
	opacity: 0.5; 
	filter: alpha(opacity=50);	
	
}

.mainpage_manufacturer_slider li img:hover{
	opacity: 1; 
	filter: alpha(opacity=100);	
}




/*
	DOCUMENT DISPLAY STYLE 
*/

.document_display_container {
	float: left;
	line-height:130%;
	width: 96%;
	padding: 2%;
	background:#fff;
}

.document_display_container div,
.document_display_container p,
.document_display_container br {
	margin-bottom:10px
	}
	
.document_display_container hr {
	border-top:1px #ccc solid;
}

.document_display_container h2,
.document_display_container h3,
.document_display_container h4,
.document_display_container h5 {
	margin-top:20px;
	margin-bottom:10px
	}
	
	
/*	
	MAINPAGE DOCUMENT DISPLAY STYLES
*/


	
.mainpage_document_content {
	clear: both;
	float: left;
	width: 94%;
	padding: 3%;
	margin: 0px 0 10px 0;
	text-align: justify;
	line-height:150%;
	font-size: 90%;
	color: #333;
	background:#fff;
	border-bottom: 1px solid #F9F9F9;
}

.mainpage_document_title {
	clear: both;
	float: left;
	width: 94%;
	margin: 20px 0 0px 0;
	padding: 3%;
	font-weight: bold;
	color: #555;
}

.mainpage_document_title span{
	clear: both;
	float: left;
	padding: 0 0 0 3px;
	display: block;
	min-width: 50%;
	border-bottom: 1px solid #DDD;
	
}

.mainpage_document_content .read_more_container{
	clear: both;
	float: left;
	width: auto;
	font-size: 12px;
	color: #555;
	margin-bottom: 0px;
}

/*
    MAIN SITE ELEMENTS STYLING
*/

#main_site_wrapper{
	clear: both;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.site_middle_wrapper{
	width: 100%;
	margin: 0 auto;
}

.site_content_container {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px 0 20px 0;
	
	box-shadow: 0px 3px 3px 0px #aaa;	
	
	
	
	background-color: white;
	overflow: hidden;
	padding-bottom:15px;
}

.main_site_content{
	float: left;
	width: 100%;
	margin: 0;
	min-height: 500px;
}


/* 
	MAINPAGE WIDE CONTAINER STYLE
*/

.mp_w_container_proforma,
.mp_w_container{
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	overflow: hidden;
	padding-bottom:30px
}

.mp_w_container_title{
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0 5px 0;
	padding: 1%;
	font-weight: bold;
	//text-transform: uppercase;	
	color: #555;	
}

.mp_w_container_title span{
	clear: both;
	float: left;
	padding: 0 0 0 3px;
	displa: block;
	width: 97%;
	border-bottom: 1px solid #DDD;
}

.mp_w_container_title a{
	clear: none;
	float: right;
	margin-right: 5px;
	max-width: 100px;
	font-size: 12px;
	font-weight: normal;
}

.mp_w_container_title a img{
	vertical-align: middle;
}

.mp_w_container_content {
	clear: both;
	float: left;
	width: 98%;
}

.hompage_ss_cp_container{
	float: left;
	width: 100%;
}

.custom_promo_container {
	float: left;
	min-height: 100px;
	min-width: 100px;
	
}

.lef_wgt_container{
	float: left;
	width: 230px;
	min-height: 200px;
	margin: 0 10px;
	overflow: hidden;
}

.site_content_column_container{
	float: left;
	width: 750px;	
}


/*
	BREADCRUMBS STYLE
*/

.crumbs_container {
	clear: both;
	float: left;
	width: 98%;	
	padding: 7px 1%;
	font-size: 14px;	
	color: #DDD;
}

.crumbs_container span {
	color: #666;
	font-size: 10px;
}


/*
	SOCIAL BOOKMARKING STYLE
*/

.social_buttons_container {
	clear: both;
	float: left;
	width: 95%;
	height: auto;
	margin: 2%;
	padding: 5px 10px 2px 15px;
}

.social_buttons_container .btn_container{
	float: left;
	width: auto;
	height: auto;
}

.facebook_container {
	margin: 0px 20px 0 0;
}

/*
	FACEBOOK LIKE BOX STYLE
*/

.fb_box_container {
	clear: both;
	float: left;
	width: 228px;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	border: 1px solid #C6EC8B;
	background: none repeat scroll 0% 0% #efffdf;
	overflow: hidden;
		
}

.mainpage_horisontal_fbbox {
	clear: both;
	float: left;
	width: 98%;
	height: 250px; 
	margin: 1%;
}

/*
	SEARCH RESULT PAGE STYLE
*/

.search_result_items_container {
	width: 99%;
	margin-left: 1%;
}


/*
	BRANDING LOGO STYLE
*/

.rl_branding {
	width:100%;
	text-align:center;
	padding:5px 0
}


/*
	HOMPAGE NEW / PROMO PRODUCTS STYLE
*/

.homepage_promo_product_container,
.homepage_new_product_container {
	margin-top: 20px;
}

.hompage_product_box{
	width: 985px;
	margin-left: 7px;
}

/*
	RANDOM CATEGORY PRODUCT STYLE
*/

.category_random_product_container {
	width: 980px;
	padding-bottom: 10px;
	margin: 0 0 0 18px;
	
}

.category_random_product_container .product_small_box_container{
	margin: 0 10px 0 5px;
	
}


/*
	PRODUCT DETAIL PAGE STYLE
*/

.product_topline_data_container {
	clear: both;
	float: left;
	width: 98%;
	margin: 1%;
	padding: 0;
}

.product_gallery_container {
	float: left;
	width: 35%;
	height: auto;
	margin: 0 2%;
	//overflow: hidden;
	border: 1px solid #DDD;
}


.product_main_img_container{
	padding: 5px;
	text-align: center;
}

.product_main_img_container a{
	color: #333;
	text-align: center;
}

.product_main_img_container img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.product_tumbs_list_container{
	clear: both;
	float: left;
	width: 100%;
}

.produ_tumb_img_container {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 5px 5px 5px;
	line-height: 100px;
	text-align: center;
	
	overflow: hidden;
}

.produ_tumb_img_container img{
	max-width: 100px;
	max-height: 100px;
	display: inline;
	vertical-align: middle;	
	
}

.product_info_container {
	float: left;
	width: 58%;
	height: auto;
	margin: 0 1%;
}

.product_title_container {
	float: left;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	padding: 10px 0px 30px 0;
	//color: #666;
}


.product_title_container h1{
	font-size: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #555;
	border-bottom: 1px solid #DDD;
}


.product_detail_container {
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0 0 20px 0;
	font-size: 85%;
}

.prod_det_char_title {
	clear: both;
	float: left;
	width: 98%;
	margin: 25px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #555;
	border-bottom: 1px solid #ddd;
}

.product_detail_container{
	clear: both;
	float: none;
	width: 95%;
	margin: 0 auto;
	padding: 0px 0 20px 0;
	//border-bottom: 1px solid #DDD;
	overflow: hidden;
}

.product_detail_container span {
	float: left;
	font-size: 16px;
	margin: 10px 0px 0px 10px;
}

.product_detail_container .prod_det_name{
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

.prod_manufact_container{
	height: 70px;
	line-height: 50px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	overflow: hidden;
}

.prod_manufact_container img{
	margin: 0 15px;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);   
    max-height:70px !important;
}

.product_detail_container .prod_det_char_value{
	float: left;
	font-size: 16px;
	width: auto;
}

.product_description_container {
	width: 100%;
	margin: 20px 0;
}

.product_description_container h2{
	clear: both;
	float: left;
	display: block;
	padding: 10px 40px 7px 40px;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
}

.product_description_container .pd_desc{
	clear: both;
	float: left;
	width: 96%;
	padding: 2%;
	border: 1px solid #DDD;
}

.pd_promo_current_price_container,
.pd_current_price_container{
	clear: both;
	float: left;
	font-weight: bold;
	margin: 5px 0 5px 0;
	color: #555;	
}

.pd_promo_current_price_container span,
.pd_current_price_container span{
	font-size: 24px;
	margin:0;
	padding:2px 5px;;
}

.pdtb_out_of_stoc,
.pd_out_of_stoc{
	font-size: 14px;
	color: #E60000;
	font-style:italic;
}

.pdtb_out_of_stoc {
	font-size: 12px;
	float: right;
}

.cproduct_price_container .pd_valuta_container {
	font-size: 16px;
	padding-top:7px
	
}


.cproduct_price_container .pd_old_price .pd_valuta_container{
	font-size: 12px;
}

.pd_current_price_container {
	border: 1px #ddd solid;
	padding:2px 5px;
}
.cproduct_price_container .pd_price_text_container {
	font-size: 16px;
	margin-top:5px;
}

.pd_variants_tbl_container{
	clear: both;
	float: left;
	width: 100%;
}

.pd_variants_tbl_container table{
	min-width: 90%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pd_variants_tbl_container table th{
	color: #FFFFFF;
	padding: 5px;
	font-weight: normal;
	border-left: none;
	border-right: none;
	font-size: 90%;
}

.pd_variants_tbl_container table td{
	padding: 5px 3px;
	border-left: none;
	border-right: none;
	font-size: 90%;
}

.table_add2cartbtn_container{
	clear: none;
	float: right;
	
}

.tbl_add2cart_btn{
	padding: 4px; 
	width: auto;
	margin: 0;
}

.tr_prod_price {
	clear: none;
	float: right;
	width: auto;
	margin: 0 20px;
}

.tr_prod_price span{
	font-size: 12px;
	font-weight: bold;
}

.tr_prod_price .tbl_old_price{
	font-size: 10px;
	font-weight: normal;
	text-decoration: line-through;
	color: #BFBFBF;
	margin-right: 10px;
}

/*
	LEFTCOL FILTER STYLE
*/

.leftcol_filter_container{
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0 20px 0 ;
	/*border: 1px solid #aaa;*/
	background: none repeat scroll 0% 0% #efffdf;
	//overflow: hidden;
}

.cf_title{
	clear: both;
	float: left;
	width: 218px;
	margin: 0 0 5px 0;
	padding: 3px 7px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;	
	border-bottom: 1px solid #ddd;
	background: none repeat scroll 0% 0% #666;
	border-radius:5px 5px 0 0;
}

.filter_obj_container{
	clear: both;
	float: left;
	width: 218px;
	margin: 5px;
	padding: 0 0 10px 0;
	font-size: 80%;
	border-bottom: 1px solid #ddd;
	
}

.filter_all_select_container a, .filter_obj_container{
	color:#fff;
}

.filter_obj_container:last-child{
	border: none;
}

.filter_name {
	font-weight: bold;
	width: 100%;
	line-height: 20px;
	cursor: pointer;
}

.filter_fold_btn_closed,
.filter_fold_btn {
	display: block;
	float: right;
	width: 16px;
	height: 17px;
	border: 0px none;
	background: url('../images/filter_open_arrows.jpg') no-repeat scroll left bottom transparent;
	overflow: hidden;
}

.filter_fold_btn_closed{
	background: url('../images/filter_open_arrows.jpg') no-repeat scroll left top transparent;
}

.filter_all_select_container{
	color:  #555;
	margin: 0 0 5px 0 ;
	font-size: 80%;
}

.leftcol_filter_container .checkbox_line_container {
	clear: both;
	float: left;
	width: px;
	width: 90%;
	margin: 0px 10px;
	vertical-align: baseline;
}

.leftcol_filter_container .checkbox_line_container input[type=checkbox]{
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    margin-right: 3px;
}

.active_filter_buttons_container{
	margin: 0 0 15px 0;
}

.active_filter_button{
	display: block;
	float: left;
	height: 15px;
	padding: 0 0 0 18px;
	margin: 5px;
	line-height: 15px;
	font-size: 80%;
	color: #7F7F7F;
	cursor: pointer;
	background: url('../images/delete_filter.png') no-repeat scroll 0px 0px transparent;
}

/*
	CATEGORY DISPLAY STYLE
*/

.category_childrens_container{
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0;
}

.cat_child_container {
	float: left;
	width: 190px;
	height: 230px;
	margin: 12px;
	padding: 5px 12px;
	border: 1px solid #ddd;
	background-color: #F5F5F5;
	overflow: hidden;	
}

.cat_child_container figure{
	display: block;
	height: 180px;
	width: 100%;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;	
}

.cat_child_container img{
	max-height: 180px;
	height:180px;
	max-width: 200px;
	
}

.image_table {margin:5px auto 0 auto;width:100%;background:#fff;}

.subcat_name_btn{
	display: block;
	float: left;
	width: 100%;
	height: 25px;
	text-align: center;
	line-height: 20px;
	font-size: 85%;
}


.category_descripton_container {
	float: left;
	width: 95%;
	padding: 2.5%;
	background:#C6F58D;
}


.category_descripton_container img {
	margin:0px 15px 0px 0px ;
	padding:5px 10px;
	background:#fff;
}

.category_descripton_container figure {
	float: left;
	padding: 0;
}


/*
	CATEGORY MENU STYLE
*/


.category_menu_container {
	clear: both;
	float: left;
	width: 228px;
	margin: 0px 0px 10px 0px ;
	padding: 0 0 10px 0;
	overflow: hidden;
	/*border: 1px solid #aaa;*/
	
}


.category_menu_container,.leftcol_filter_container {
border-radius:5px;

background: rgb(145,144,147); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(145,144,147,1) 0%, rgba(106,107,114,1) 50%, rgba(144,145,147,1) 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(145,144,147,1)), color-stop(50%,rgba(106,107,114,1)), color-stop(98%,rgba(144,145,147,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(145,144,147,1) 0%,rgba(106,107,114,1) 50%,rgba(144,145,147,1) 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(145,144,147,1) 0%,rgba(106,107,114,1) 50%,rgba(144,145,147,1) 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(145,144,147,1) 0%,rgba(106,107,114,1) 50%,rgba(144,145,147,1) 98%); /* IE10+ */
background: linear-gradient(135deg,  rgba(145,144,147,1) 0%,rgba(106,107,114,1) 50%,rgba(144,145,147,1) 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919093', endColorstr='#909193',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.category_menu_container a{
	color: #fff;
	text-shadow:1px 1px 1px #555;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
}

.category_menu_container a {
	text-decoration:none;
}

.leftnav_title{
	clear: both;
	float: left;
	width: 230px;
	height: 30px ;
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	text-align: left;
	//border-bottom: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	
}
.cf_title, .leftnav_title{
	background: none repeat scroll 0% 0% #4F8AC3;
}
/*
	clear: both;
	float: left;
	width: 218px;
	margin: 0 0 5px 0;
	padding: 0 7px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;	*/
	
	
.category_menu_element, .category_submenu_element{
	clear: both;
	float: left;
	width: 100%;
	padding: 8px 5px;
	list-style-type:none; 
	font-size: 12px;
	border-bottom:1px #c5c5c5 solid;
	background: url(../images/arrow_light.png) no-repeat 210px center ;
}
.category_submenu_element{
	background: url(../images/arrow_light.png) no-repeat 200px center ;
}
.active_category_menu_element {
	width: 218px;
	background: none repeat scroll 0% 0% #666;
	margin: 0 0 5px 0;
}

.active_category_menu_element a{
	padding: 0 7px;
	line-height: 25px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
}


.category_menu_element a ,
.category_submenu_element a{
	display: block;
}

.category_menu_element:hover, .category_submenu_element:hover{
	//background-color: #DDD ;
	/*text-decoration: underline;*/
	background-color:#777;
	 
}

.active_category_menu a{
	font-weight: bold;
}


.category_submenu_element{
	float: left;
	width: 218px;
	margin-left: 10px;
}


/*
	PRODUCT BOX STYLE
*/

.product_small_box_container{
	float: left;
	width: 172px;
	height: 300px;	
	margin: 7px 4px ;
	/*overflow: hidden;	*/
	border: 1px solid #ddd;	
	overflow:hidden;
}

.product_small_box_container:hover .psb_info_container{
	background:#eee;
	/* Firefox */
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}
.product_small_box_container:hover{
	border-radius: 5px;
	box-shadow: 0px 0px 3px #aaa;
	
}

.psb_thumb_container{
	width: 90%;
	height: 200px;
	margin: 5px auto 3px auto;
	text-align: center;
	overflow: hidden;		
}

.psb_thumb_container:hover{}

.psb_thumb_container figure{
	display: block;
	height: 200px;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;	
}

.psb_thumb_container img{
	max-width: 100%;
	max-height: 180px;	
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
}

.psb_info_container {
	clear: both;
	float: left;
	width: 100%;
}

.pbs_product_title{
	height: 40px;
	text-align: center;
	overflow: hidden;
}

.pbs_product_title a{
	font-size: 11px;
	font-weight: bold;
	color: #555;
}

.pbs_price_container {
	float: right;
	width: 100%;
	height: 65px;
	padding: 0;
	overflow: hidden;
}

.product_old_price,
.product_price_nopromo,
.product_price{
	float: none;
	margin: 5px auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: red;
}

.prod_currency_cont{
	font-size: 70%;
	padding-left: 4px;
	text-decoration: none;
}

.product_old_price{
	margin: 0 5px 3px 0;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-decoration: line-through;
}

.product_price_nopromo{
	margin: 15px 0 0 0 ;
}

.promo_highlight_box{
	clear: none;
	float: left;
	position: relative;
	top: -7px;
	right: 0px;
	left: -6px;
	margin-bottom: -100px;
	width: 100px;
	height: 100px;
	background: url('../images/promotii.png') no-repeat;
	background-size: cover;
	z-index: 10;
}


/*
	PRODUCT SORT FORM STYLE
*/

.product_sort_container{
	clear: both;
	float: left;
	width: 99%;
	margin: 10px 1% 5px 0;
	background: none repeat scroll 0% 0% #666;
}

.psort_title {
	float: left;
	margin: 0 10px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;	
}

.psort_options_container{
	float: left;
	line-height: 25px;
	font-size: 13px;
}

.psort_options_container select{
	min-width: 150px;
}


/*
	LIGHTBOX STYLE
*/

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}



/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#4D4D4D; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#FBFBFB; border: 1px solid #666; padding:10px;}
        #cboxLoadingGraphic{background:url(../images/images/colorbox/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#E5E5E5;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/images/colorbox/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}





/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.mainpage_slider_container {
	float: left;
	//padding: 5px;
	width:98.5%;
}

.mainpage_slider_container img{
	display: none;
}

@media screen and (max-width: 800px) {
  .mainpage_slider_container {
    width:100%;
  }
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	//-moz-box-shadow: 0 0 5px #ccc;
	//-webkit-box-shadow: 0 0 5px #ccc;
	//box-shadow: 0 0 5px #ccc;
	//border:  5px solid #fff;
	//left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bxslider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/bxslider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/bxslider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



/*
	SHOPING CART STYLE
*/

.cart_table{
	width: 100%;
	font-size: 12px;
	margin: 0 auto;
	border-collapse:collapse;
}

.cart_table tr{
	background-color: #EDEDED;	
}

.cart_table tr:hover{
	background-color: #f9f9f9;
}

.cart_table a{
	color: #555;
}

.cart_table th{
	background: #555;
	padding: 5px 2px;
	color: white;
	font-size: 11px;
}

.cart_table td{
	border:0;
	border-bottom:1px #ddd solid;
	}

.tbl_nr_col{
	text-align: center;
}

.tbl_number_cont{
	padding: 0 5px;
	text-align: right;
}


.cart_prod_qty{
	font-weight:bold;
}

.cr_prod_name{
	clear: both;
	float: left;
	width: 100%;
	padding: 5px 0 0 10px;
}

.cart_item_qty{
	width: 50px;
	height: 25px;
	text-align: center;
	margin: 5px 0 0 0;
	border:1px  #ddd solid;
}

.cart_prod_tumb_td img{
	clear: none;
	min-width: 30px;
	max-width: 50px;
	min-height: 30px;
	max-height: 50px;
}

.min_order_warning_container{
	margin: 20px 0;
	font-weight: bold;
	text-align: center;
	color: red;
}

#delete_cart_itemf{
	margin-top: -5px;
}

#cart_item_qtyf a,
#delete_cart_itemf a {
}

.full_center_td {
	text-align:center;
}
.cart_item_process {
	margin:0;padding:0;
}
.cart_item_process a:link{
	color:#e77;
	font-size:95%;
}

.cart_sum_container,
.cart_btn_container{
	clear: both;
	float: left;	
	width: 100%;
	margin: 20px 0;
}

.cart_checkout_send_btn,
.cart_register_btn,
.cart_login_btn,
.cart_back2shop_btn,
.cart_checkout_btn{
	padding: 10px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: white;
}

.cart_back2shop_btn{
	float: left;	
	margin: 0 0 0 20px;
}

.cart_checkout_btn {
	float: right;
	margin: 0 20px 0 0;
	
}

.cart_checkout_send_btn {
	clear: both;
	float: left;
	margin: 20px 0 0 20px ;
}

.cart_sum_container {
	clear: both;
	float: left;
	width: 95%;
	text-align: right;
	font-size: 90%;
	font-weight: bold;	
}

#invoce_info_container,
#payment_op_container,
#shipping_op_container{
	font-size: 80%;
}

.cart_observation textarea{
	clear: both;
	float: left;
	max-width: 500px;
	max-height: 500px;
	min-width: 400px;
	min-height: 100px;
	margin: 0 0 0 30px;
}

.cart_observation label{
	clear: both;
	float: left;
}

.cart_register_btn{
	margin: 10px 0 10px 40px;
}

.empty_cart_btn_container{
	float: left;
	width: 200px;
	text-align: left;
	font-size: 12px;
	margin: 0 0 0 10px;
}

.cart_total_container{
	float: right;
	width: 350px;
}

.cart_add_company_link {
	float: left;
	width: 160px;
	margin: 0 0 0 3px;
	font-size: 12px;
}

.company_address_form_container,
.cart_company_form{
	margin: 10px 0 0 5px;
}

.cart_company_form #ua_address label{
	width: 102px;
	overflow: hidden;
	bc
}

.company_address_form_container #useraddress_blank_form{
	border-bottom: none;
}

#company_list_container h2{
	margin-bottom: 20px;
}

#company_list_container .page_custom_button{
	margin: 10px;
}

	

/*
	USER ACCOUNT MAINELEMENTS STYOE
*/
.useraccount_content_column_container {
	float: left;
	width: 100%;
	max-width: 1110px;
}

.useraccount_leftcol_container {
	float: left;
	width: 30%;
	max-width: 200px;
	margin-right: 20px;
}

/*	
	LOGIN FORM STYLE	
*/

.dashed_form_container,
.rstform_container,
.reform_container,
.liform_container{
	clear: both;
	margin: 50px auto;
	padding: 3%;
	width: 600px;	
	border: 1px solid #ccc;
	overflow: hidden;
	background-color: #F4F4F4;
}	

.rstform_container span .input_line_container,
.reform_container span .input_line_container,
.liform_container span .input_line_container{
	float: right;
	margin: 25px 10px 0 10px;
}	

.registration_btn_line_container span,
.login_btn_line_container span {
	float: right;
	margin: 25px 15px 0 10px;
	font-size: 12px;
	color: #555;	
}

/*
	USER AREA TABLE STYE
*/

.tbl_userarea {
	border-collapse:collapse;
	border-spacing:0;
	border-color:#ccc;

	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);

	font-size: 80%;
	margin: 20px auto;
	width:100%;
}

.tbl_userarea a {
	color: #1283e0;
	text-decoration: none;
}	

.tbl_userarea img{
	max-width: 50px;max-height: 50px;
}			

.tbl_userarea td {
	font-family:Arial, sans-serif;
	padding:5px 8px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
	border-color:#ccc;
	color:#7F7F7F;
}

.tbl_userarea th {
	font-family:Arial, sans-serif;
	font-weight:bold;
	padding:3px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
	border-color:#ccc;
	color:#4D4D4D;
	background-color:#DCDCDC;
}

.tbl_userarea .center {
	text-align: center;
}

.tbl_userarea .right{
	text-align: right;
}

.tbl_userarea tr:hover{
	background-color:#F1F1FF;
}
.tbl_userarea td:hover{
		cursor: pointer;
}

/* 	
	PASSWORD RESET FORM STYLE 	
*/

.rst_form_info{
	clear: both;
	float: left;
	width: 96%;
	padding: 2%;
	margin: 10px 0 15px 0;
	font-size: 12px;
	color: #7F7F7F;
	background-color: #F9F9F9;
}

.rstform_container label {
	margin-right: 10px;
}

.rstform_container fieldset{
	clear: both;
	float: left;
	width: 100%;
}

/*
	PASSWORD CHANGE FORM STYLE 	
*/

.pwch_form_container{
	clear: both;
	margin: 50px auto;
	padding: 3%;
	width: 90%;
	border: 1px dashed #7F7F7F;
	overflow: hidden;
	background-color: #F3F3F3;
}	

.pwch_form_container .input_line_container label {
	width: 140px;
}	

/*
	USER DATA FORM STYLE 	
*/	

.title_container{
	float: left;
	width: 50%;
	margin: 20px 0 0px 2%;
	font-weight: bold;
}

#shipping_info_title{
	width: 120px;
}

.add_new_address_link {
	float: right;
	width: 160px;
	margin: 20px 3px 0px 0;
	text-align: right;
	font-size: 12px;
}

.userbusniss_form,
.useraddress_form{
	float: left;
	width: 100%;
	margin: 3px 0 0 0;
	padding: 8px 0 0 0;
	border-bottom: 1px solid #AFBAC4;
	display: none;
}

.dashed_form_container #useraddress_blank_form{
	margin: 0 0 10px 0;
	border-top: none;
	border-bottom: 1px solid #AFBAC4;
}

#cart_address_form_container,
#cart_pf_form_container,
#cart_pj_form_container,
#user_data_form{
	padding: 15px 25px;
}

#usercount_detail #submit{
	background-color: none;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	margin: 5px 0 10px 0;
	
}

.cart_table td {padding:3px 4px;}

#cart_address_form_container .input_line_container,
#cart_pf_form_container .input_line_container,
#cart_pj_form_container .input_line_container,
#user_data_form .input_line_container{
	margin: 2px 0;
}

#cart_address_form_container .input_line_container input,
#cart_pf_form_container .input_line_container input,
#cart_pj_form_container .input_line_container input,
#user_data_form .input_line_container input{
	font-size: 13px;
	height: 23px;
	padding:2px 5px;
}

#cart_address_form_container .input_line_container label,
#cart_pf_form_container .input_line_container label,
#cart_pj_form_container .input_line_container label,
#user_data_form .input_line_container label {
	width: 120px;
	font-size: 12px;
}	

#cart_address_form_container #ua_address label,
#cart_pf_form_container #ud_phones label,
#cart_pj_form_container #ud_phones label,
.useraddress_form  #ua_address label,
#user_data_form #ud_phones label{
	width: 102px;
	overflow: hidden;
}

#ua_county,
#ud_tel2 {
	float: left;
	width: 130px;
	margin: 0 15px 0 18px;
}

#ud_fax{
	width: 82px;
}
	
#ua_county{
	width: 98px;
}	

#ua_loc{
	width: 114px;
}	
	
.address_line_container{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	padding: 2px 10px 0 15px;
	margin: -3px 0 0 -13px;
	font-size: 12px;
	background-color: #fff;	
}

.address_line_container .ud_list_element {
	margin: 0;
	padding: 0;
}

.address_line_container a{
	float: right;
	margin: 0 0 0 5px 
}

.delete_data_link{
	color: red;
}

#cancel_btn{
	background-color: none;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	margin: 5px 0 10px 0;
	color: #BFBFBF;
	
}	
	
.delete_button_form	{
	clear: none;
	float: right;
	width: auto;
	height: auto;
}
	
.company_address_container{
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 3px;
	background-color: #fff;
	overflow: hidden;
}

.company_address_container .title_container,
.company_address_container .add_new_address_link{
	margin: 0;
	padding: 0;
}

.company_addressess_title_container {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px dashed #7F7F7F;	
}	

.cont_bank_cont,
.detail_data_line_container {
	clear: both;
	float: left;
	width: 100%;
}
	
.conpany_detail_line {
	clear: both;
	float: left;
	width: 98%;
	margin: -5px 0 -4px 0;
	padding: 0 0 0 5px;
}

.conpany_detail_line:hover {
	background-color:#eee
}


.conpany_detail_line:hover .edit_address_link,
.conpany_detail_line:hover .delete_button_form
{
	
}

#userbaccount_blank_form{
	margin: 0 0 10px 0;
}
	
.edit_data_link {
}

/*
	PROFORMA VIEW PAGE STYLE
*/

.mp_w_container_proforma{
	width: 747px;
}

.proforma_top_main_mav{
	width: 100%;
}

/*
	USER ORDER LIST STYLE
*/

#ajax_order_table {
	width: 700px;
	margin: 10px;
	min-width: 700px;
	min-height: 500px;	
}

#ajax_order_table tr{
	padding: 5px;
}
	
/*
	REGISTRATION FORM STYLE
*/

.checkbox_line_container {
	float: right;
	width: 70%;
	font-size: 12px;
	margin: 0;
	padding: 2px;
}

#login_form,
#registration_form{
	clear: both;
	float: left;
	width: 100%;
}

#registration_form .input_line_container input{
	width: 60%;
	
} 

#registration_form .input_line_container label{
	width: 170px;
}

.checkbox_line_container label{
	float: left;
	width: auto;
}

.checkbox_line_container input{
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
}

.reguser_btn_container {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0;
	text-align: center;
}

.reg_option_btn {
	margin: 25px 10px;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 14px;
	color: white;
}

/*
	FOOTER STYLE
*/

footer{
	clear: both;
	float: left;
	height: auto;
	width: 100%;	
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;	
	box-shadow: 0 0 10px 0 #6b6b6b;
}


.footer_menu_container{
	clear: both;
	width: 100%;	
	max-width: 1000px;	
	min-height: 20px;
	margin: 0 auto;
	padding: 10px 0px;
	
	text-align: center;
	font-size: 12px;
	color: #7F7F7F;
	
}

.footer_menu_container a{
	text-decoration: none;
	color: #7F7F7F;
}

.footer_menu_container a:hover{
	color: #000000;
}

.footer_mixt_container {
	clear: both;
	float: left;
	width: 100%;	
	max-width: 1000px;	
	height: auto;
	margin: 0;
	//line-height: 32px;
}

.copyright_container{
	float: left;
	width: 45%;
	padding-left: 1%;
	height: 34px;
	line-height: 34px;
	text-align: left;
	font-size: 12px; 
	color: #666;
	overflow: hidden;
}

.footer_mixt_container .social_buttons_container{
	clear: none;
	float: right;
	width: 50%;
	height: 22px;
	margin: 0 0 10px 0;
	padding: 6px 0 6px 0;
	text-align: center;
	line-height: 34px;
	//border-left: 1px solid #ECF3F6;
	overflow: hidden;
}

.social_buttons_container a{
	float: left;
	margin: 0 5px;
}


nav.footer_main_menu,
nav.footer_menu {
	float: left;
	color: #DDD;
}

nav.footer_menu {
	float: right;
}

nav.footer_menu span,
nav.footer_main_menu span {
	float: left;
	color: #DDD;
}

nav.footer_menu .footer_menu_item,
nav.footer_main_menu .footer_menu_item{
	padding: 0px 10px;
	border-right: 1px solid #666;
}

nav.footer_main_menu .footer_menu_item:last-child,
nav.footer_menu .footer_menu_item:last-child{
	border: none;
}



















































