.err_msg{
	background-color: #EFEFEF;
	border: 1px solid #70787F;
	color:#000;
	padding:15px 5px;
	text-align:center;
}
.err_msg h2{
	margin:2px 0;
	color:#000;
}
.suc_msg{
	background-color: #EFEFEF;
	border: 1px solid #70787F;
	color:#000;
	padding:15px 5px;
	text-align:center;
}
.suc_msg h2{
	margin:2px 0;
	color:#000;
}


/* --- Cart Styles */

#manage_cart{
	width:100%;
}

#manage_cart .item{
	border:1px solid #70787F;
	border-bottom:0px;
	position:relative;
	height: auto;
	padding:10px;
}
#manage_cart .border_bottom{
	border-bottom:1px solid #70787F;
}
#manage_cart .item .no_products{
	width:100%;
	text-align:center;
	top:0px;
	position:relative;
}
#manage_cart .item:hover{
	background-color:#efefef;
}
#manage_cart .heading{
	border:1px solid #70787F;
	border-bottom:0px;
	position:relative;
	padding-top:5px;
	height:30px;
	background: #DCDDDE;
}
#manage_cart .p_heading{
	border:1px solid #70787F;
	border-bottom:0px;
	position:relative;
	height:25px;
	background: #DCDDDE;
}
#manage_cart .message{
	border:1px solid #70787F;
	border-bottom:0px;
	text-align:center;
	padding:5%
}
#manage_cart .submit{
 	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	padding: 10px 0 0 0;
	text-align:right;
}
#manage_cart .cart_img{
	float:left;
	margin-right:20px;
	max-width:100px
}
#manage_cart .c_name,#manage_cart .c_price,#manage_cart .c_qty , #manage_cart .c_shipping_name , #manage_cart .c_shipping_options {
 	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	padding:1%;
	height:auto; 
	float:left;	
	
}	
#manage_cart .c_quote{
	left:100%;
	text-align:right;
}
#manage_cart .c_name{
	left:20%;
}
#manage_cart .c_qty {
	left:80%;
}
#manage_cart .c_qty  a{
	color:#EB212F
}
#manage_cart .c_price{
	left:90%;
}
#manage_cart .c_price,#manage_cart .c_qty {
	text-align:center;
	padding:0;
	display:table-cell;
	vertical-align:middle;
	padding:3% 0;
}
#manage_cart .title, #purchase_info .title{
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	height:25px;
	padding:0 3px;
	line-height:25px;
	font-size:16px;
	font-weight:bold;
	color:#333;

}
#manage_cart .c_name{
	width:60%;
	font-weight:bold;
}
#manage_cart .co_name{
	color:#4c4c4c;
	text-decoration:italicized;
}
#manage_cart .product_photo{
	position:absolute;
	width:15%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	text-align:center;
	padding:1.5% 0 0 0;

} 
#manage_cart .c_price,#manage_cart .c_qty {
	width:10%;
}
#manage_cart .p_item .p_name{
	left:0;
 }
#manage_cart .p_item .p_name,#manage_cart .p_item .c_price,#manage_cart .p_item .c_qty{
	padding:1%;
	height: 35px;
}
#manage_cart  .p_item{
	height:45px;
}
#manage_cart div{
	overflow:hidden;
}

#manage_cart .c_shipping_options{
	width:50%;
		left:50%;
			height: 35px; 
}
#manage_cart .c_shipping_options select{
	background-color:#efefef;
 		border:1px solid #70787F;

}

#manage_cart .c_shipping_options{
	
}

#manage_cart .c_shipping_name{
	width:50%;
		left:20%;
			height: 35px;

}

#purchase_info .exp_dates{
	width:45%;
}
#manage_cart .shipping_option{
	float:right;
}

#manage_cart .c_name { 
	left: 20%;
	width:80%;
}
#manage_cart  .promo{
	padding:6px;
	position:relative;
	height:auto;
}
#purchase_info{
	margin:25px 0 0 0;
}
#purchase_info .heading{
	border: 1px solid #DCDDDE;
    border-bottom: 0px;
    position: relative;
    height: 35px;
    background: #DCDDDE;
    padding-top: 5px;
}
#purchase_info .form_item{
	height: 40px;
	width:100%;
	border-bottom: 0px none currentColor;
	border-left: 1px solid #DCDDDE;
	border-right: 1px solid #DCDDDE;
	border-top: 1px solid #DCDDDE;	
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#purchase_info .form_item .label{ 
	text-align:right;
}
#purchase_info .form_item .field{
	text-align:left;
}
#purchase_info .form_item .label{
	width:30%;
}
#purchase_info .form_item .field{
	width:70%;
}

#purchase_info .form_item .label, #purchase_info .form_item .field{
	height: 40px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	float:left;
	padding:0% 2%;
	line-height:40px;
	font-weight:bold;
}
#purchase_info .double .label{
	height:60px;
}
#purchase_info .double .field{
	line-height: 29px;
}
#purchase_info .double .field, #purchase_info .double {
	height:60px;
}
#purchase_info .form_item .field input{
	width:70%;
}
#purchase_info .submit{
	border:1px solid #70787F;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	padding: 10px 0 0 0;
	text-align:right;
}

#purchase_info  .form_item .default_width input{
	width:50px;
}

#purchase_info .form_item:hover{
	background-color:#efefef;
}

.list_error ul{
	list-style-type:none;
	font-size:14px;
	margin:0;
	padding:0;
	font-weight:normal;
}

.list_error .title{
	font-size:18px;
}

.change_quantity{
	width:15px;
	border:1px solid #70787F;
	text-align:center;
}

.message{
	margin: 15px auto;
	padding: 3%;
	text-align: center;
	width: 94%;
	border:1px solid #70787F;
	background-color:#efefef;
	font-weight:bold;
	font-size:16px;
}
	.l{
		float:left;	
	}
	.r{
		float:right;	
	}
	.half h3{
		margin:0px;
	}
	.half td .med_btn{
		width:auto !important;
	}
	.half td select{
			width:98%;
			box-sizing: border-box;

	}
	.half td input{
		width:98%;
		box-sizing: border-box;
	}
	.half td{
		padding:5px;
		padding:5px;
		font-weight:bold;
		font-size:13px;
	}
	.choose_login{
		width:100%;
	}
	.choose_login .label { 
	padding-left: 10px;
	text-align: left;
}
	.align_right{
		text-align:right;
	}
	.half{
		border: 1px solid #DCDDDE;
		width:46%;
		margin:10px 2%;
		box-sizing: border-box;
		    border-collapse: separate;
	}
	.half { 
		border: 1px solid #DCDDDE;
		border-collapse: separate;
		box-sizing: border-box;
		margin: 10px 0%;
		width: 48%;
	}
	.half .title_half{
		background-color: #D1D2D4;
		border-bottom: 1px solid #D1D2D4;
		margin-bottom: 7px;
		padding: 10px;
	}
	.hide{
		display:none;
	}
	.add_cursor{
		cursor:pointer;
	}
	.selectwidth{
		width:100%;
	}
	.selectwidthpurchase{
		width:72%;
	}
	.registerSubmit{
		border:0;
		background-color:transparnet;
		font-size:18px;
		font-weight:bold;
	}
	.show_hide_500{
		display:none;
	}
	.result .title{
		font-size:18px;
		color:#DCDDDE;
	}
	.result .url{
		font-weight:bold;
	}
	.result{
		position:relative;
		padding:10px 0;
	}
	.result_link {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 20;
	}
	
	
	
	/*Category / Product Listings*/
	.page_selection{
		margin:0 5px;
	}
	.category_listing_wrapper{
		width:100%;
	}
	.category_listing_wrapper .product_wrapper{
	 
		width: 28%;
 		float:left;
		 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		 border:1px solid #CCCCCC;
   		 position:relative;
		margin-right:8%;
		margin-top: 4%;
		margin-bottom: 4%;
	}

	.category_listing_wrapper .product_wrapper:hover{
		background-color:#FAFAFA;
	}	
 
	.category_listing_wrapper .product_wrapper:nth-of-type(3n){
		margin-right:0;
	}	
 
 
	.category_listing_wrapper .product_wrapper .product_image{
		width:100%;
		overflow:hidden;
		text-align:center;
		height:0;
		padding-bottom:73%;
		background-position: center center;
		background-size: cover;
	}
		
	.category_listing_wrapper .product_wrapper .product_image img{
		max-height:145px;
		overflow:hidden;

	}
	.category_listing_wrapper .caption_wrapper{
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		overflow:hidden;
	}
	.category_listing_wrapper .caption_overlay{
		position:absolute;
		height: 100%;
 		background-image:url('../../uploads/layout/blck_50opac.png');
		color:#fff;
		font-size:16px;
		top:100%;
		padding:0 20px;
	}
	.category_listing_wrapper .caption_text{
	    position: absolute;
		top: 63px;
		bottom: 16px;
		overflow: hidden;
		border-top:1px solid #fff;
		padding-top:13px;
		left:8%;
		right:8%;
	}
	.category_listing_wrapper .product_wrapper h2{
		margin:0px;
		width: 100%;
		text-align:center;
		position:relative;
		bottom:0px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		color:#fff;
		padding:13px 0;
		font-size:26px;

	}
	.no_items_error{
		width:100%;
		text-align:center;
		font-weight:bold;
		font-size:14px;
	}
	.returnLink{
		margin:15px 0 0 0;
		font-weight:bold;
		text-align:center;
		width:100%;
	}
	#product_wrapper h1, #product_wrapper b, #product_wrapper a{
		color:#DCDDDE;
	}
	#product_wrapper h1{
		margin-bottom:0;
	}
	#product_wrapper #product_purchase_and_options{
		padding:20px 0 0 10px;
		width:50%;
		float:left;
	}
	#product_wrapper #product_main_image, #product_wrapper #product_purchase_and_options,#product_wrapper #product_content, #product_wrapper #product_features{
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	#product_wrapper #product_content, #product_wrapper #product_features{
		width:100%;
	}
	#product_content table{
		width:100%;
	}
	#product_wrapper .product_options{
		float:left;
		width:30%;
	}	
	#product_wrapper .price_wrapper{
		float:right;
		width:30%;
	}	
	#product_wrapper #product_main_image{
		padding:20px 10px 0 0;
		width:37.5%;
		float:left;
		text-align:center;
		
	}

	#product_wrapper #product_main_image .sub_image{
		border:1px solid #70787F;
		width:20%;
		float:left;
		margin:2.5%;
		text-align:center;
		height:55px;
		 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		 border:1px solid #CCCCCC;
		 -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	}
	#product_wrapper #product_main_image .sub_image img{
		max-height:50px;
		max-width:70px;
		margin:2px 0 0 0;
	}
	.option_wrapper{
		width:90%;
		height:30px;
		padding:0 0 0 10%;
	}
	.option_wrapper .option_label{
		padding:3px 0 0 0;
		font-size:16px;
		color:#333;
		font-weight:bold;
		text-transform:capitalize;
	}

	 .price, #dimensions, #qtySpan, #weight{
		display:block;
		margin:5px 0;
	 }
	#weight .label, #dimensions .label, .price_wrapper .label, #qtySpan .label, .price{
		padding:3px 0 0 0;
		font-size:16px;
		color:#333;
		font-weight:bold;
		width:90%;
		padding:0 0 0 10%;	
	}
	.price_wrapper{
		clear:both;
	}
	#weight .item_info, #dimensions .item_info, .price_wrapper .item_info, #qtySpan .item_info{
		padding:3px 0 0 0;
		font-size:16px;
		color:#333;
	}
	.option_wrapper .option_label, .option_wrapper select{
		float:left;
	}
	.submit_wrapper{
		padding:10px 0 0 44%;
	}
	.quote{
		padding: 4px 0 10px 10%;
		color:#333;
		font-style:italic;
		clear:both;
	}
	.sub_image, #product_main_image img{
		cursor:pointer;
	}
	#popup_image_gallery{
		display:none;
		position:fixed;
		width: 50%;
		top:25%;
		min-height:352px;
		left: 25.0%;
		background-color:white;
		z-index:300;
		border:1px solid #333;
		z-index:1001;
		border:1px solid #70787F;
		-webkit-border-radius: 8px 8px 8px 8px;
		border-radius: 8px 8px 8px 8px;
		-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.44);
		-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.44);
		box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.44);	
		min-width:670px;
	}
	#popup_main_image table, #popup_main_image td{
		height:100%;
		width:100%;
		text-align:center;
		vertical-align:middle;
	}
	#popup_main_image{
		border:0 solid #DCDDDE;
		width:50%;
		margin: 1% 4% 4% 4% ;
		padding:0% 2 %2 %2%;
		text-align:center;
		height: 260px;
		overflow:hidden;
		 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		 border:1px solid #CCCCCC;
		 -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;	

	}
	#popup_main_image img{
		max-height: 240px;
		max-width:95%;
	}
	#close_popup{
		float:right;
		margin:5px;
		cursor:pointer;
	}
	#popup_image_gallery .product_image_title{
		padding: 15px 0px 15px 15px;
		font-size:20px;
		color:#DCDDDE;
		font-weight:bold;
	}
	#popupwrapper{
		position:fixed;
		width:100%;
		height:100%;
		background-image:url('../../images/black_opac_50.png');
		z-index:1000;
		top: 0px;
		display:none;
	}
	#popup_second_images {
		margin:1% 0 0 0;
	}
	#popup_second_images .second_wrapper{
		position:relative;
		top:100%;

	}
	#popup_second_images .second{
		max-width: 60px;
		margin:0% 2% 4% 2%;
		float:left;
		height:60px;
		text-align:center;
		display: box;
		box-orient: horizontal;
		box-pack: center;
		box-align: center;
		overflow:hidden;
			 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		 border:1px solid #CCCCCC;
		 -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;

	}
	#popup_second_images .second table{
		height:60px;
		width:100%;
	}
	#popup_second_images .second td img{
		max-width:90%;
		vertical-align: middle;
		max-height:54px;
		width:90%;
	}
	#popup_second_images .second td{
		vertical-align:middle;
		text-align:center;
		width:100%;
	}
	#popup_second_images{
		float:right;
		width:300px;
		height: 320px;
		overflow: auto;
	}
	.co_btn{
		margin: 0 0 0 10px;
	}
	.product_resources{
		list-style-type:none;
		font-weight:bold;
		font-size:14px;
		margin:0 0 7px 0;
		padding-left: 35px;
	}
	.product_resources li{
		margin:0 0 4px 0;
	}	
	/* Quote Form */
	
	.quote_form{
		width:100%;	
	}
	
	.quote_form .form_half{
		width:47%;
	}
	.quote_form .label{
		width:100%;	
		font-weight:bold;
		padding:3px;
		margin-top:5px;
	}
	.quote_form .field{
		width:100%;	
		margin-bottom:5px;
	}
	.quote_form input[type=text]{
		width:100%;	
		box-sizing: border-box;
		padding:3px;
		margin:2px 0;
	}
	

	.footer .icons img:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}	

	.quote_form textarea{
		width:100%;	
		box-sizing: border-box;
		min-height:100px;
		padding:3px;
	}

	.footer_map {
		position: relative;
		text-align: right;
		margin-left: 25px;
	}

	.footer_map .map {
		display: block;
		width: 100%;
		height: 100%;
	}
	.inp_btn {
		position: absolute;
		z-index: 10;
		right: 0;
		bottom: 0;
		display: block;
		background-image: url('../../uploads/layout/btn-on.png');
		background-position: center center;
		background-size: 100% 100%;
		padding: 0 12px;
		font-size: 14px;
		font-weight: 700;
		color: #FFF;
		text-decoration: none;
		line-height: 25px;
		padding: 0 15px;
		margin-top:5px;
		
	}
	
	.home_search_btn{
		
		z-index: 10;
		right: 0;
		bottom: 0;
		display: block;
		background-image: url('../../uploads/layout/search_btn.png');
		background-position: center center;
		background-size: 100% 100%;
		padding: 0 12px;
		font-size: 14px;
		font-weight: 700;
		color: #FFF;
		text-decoration: none;
		line-height: 25px;
		padding: 0 15px;
		margin-top:5px;		
		border:0px;
		width:250px;
		height:35px;
	}
	.home_search_btn inpu{
		
		
		
	}

	
.home_search_btn .field input[type="text"], .home_search_btn .field input[type="text"], .home_search_btn .field input[type="password"], .home_search_btn .field input[type="password"], .home_search_btn .field select, .home_search_btn .field select, .home_search_btn .field textarea, .home_search_btn .field textarea {

	border:0px;

}	
	
	
	
	.qk_sumbit {
		background-image: url('../../uploads/layout/btn-on.png');
		background-position: center center;
		background-size: 100% 100%;
		padding: 0 12px;
		margin: 0 0px;
		border: 0;
		font-size: 14px;
		font-weight: 700;
		color: #FFF;
		text-decoration: none;
		line-height: 28px;
		padding: 5px 5px;
		z-index:10;
		width:100%;
		
	}
	.side_block{
		width:38%;
		float:right;
		min-width:300px;
	}
	.content_region{
		float:left;
		width:60%;
	}
	
	.home_content{
		width:48%;
		float:left;
	}
	.side_search_form{
		width:48%;
		float:right;
		margin-bottom:30px;
	}
	.icons{
		padding-top:6px;
	}
	.notification{
		font-weight: bold;
		background-color: #FFFFFF;
		padding: 1px;
		color: #FD041A;
		font-size: 16px;
	}
/*Edited ZJ:*/
.brands_table {
	width: 100%;
}
.brands_table td {
	width: 25%;
}
.brands_table td{
	text-align: center;
}
.brands_table img{
	max-width: 90%;
	height: auto;
}
/*END ZJ*/

/* -- Slider Formatting */

.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.slider .slide .image {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider .slide .caption {
	position: absolute;
	z-index: 15;
	left: 0%;
	bottom: 0;

	width: 100%;
}

.slider .slide .caption .wrapper .w_60{
	background-image: url('../../uploads/layout/slide-caption-bg.png');
}

.slider .slide a {
	position: absolute;
	z-index: 16;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slider .slide .caption .title {
	font-size: 18px;
	font-weight: 700;
	background-image: url('../../uploads/layout/slide-caption-title-button-down.png');
	background-position: center right;
	background-repeat: no-repeat;
	line-height: 46px;
	padding-left: 15px;
}

.slider .slide .caption .description {
	display: none;
	padding: 15px;
}

.slider .slide:hover .description {
	display: block;
}

.slider .left,
.slider .right {
	position: absolute;
	z-index: 20;
	top: 50%;
	bottom: 0;
	width: 36px;
	height: 70px;
	margin-top: -35px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .5;
	cursor: pointer;
}

.slider .left {
	background-image: url('../../uploads/layout/slide-left.png');
	left: 10px;
}

.slider .right {
	background-image: url('../../uploads/layout/slide-right.png');
	right: 10px;
}

.slider .left:hover,
.slider .right:hover {
	opacity: 1;
}


.cart_btns {
    background-image: url('../../uploads/layout/btn-on.png');
    background-position: center center;
    background-size: 100% 100%;
    padding: 0 12px;
    margin: 0 10px;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    line-height: 28px;
 }
.cart_gry_btns { 
	background-image: url("https://voytenelectric.com/uploads/layout/btn-off.png");
	background-position: 50% 50%;
	background-size: 100% 100%;
	color: #000000;
	display: inline-block;
	font-weight: 700;
	line-height: 35px;
	margin: 0px 10px;
	padding: 0px 15px;
	text-decoration: none;
}


.large_quote{
	background-color:#FD041A;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:600;
}
.large_quote a{
	color:#FFFFFF; 
	text-decoration:none;
	display:block;
	padding:10px;
}

.get_quote_now{
		text-align:center;
}
.get_quote_now a{
	width: 350px;
    background-color: #FD041A;
    color: #fff;
    padding: 12px;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    top: 19px;
    cursor: pointer;
}