html, body
{
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

body {
	background-color: #f9f9f9;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	position: relative;
	-webkit-text-size-adjust: none;
}

.pagedetailcontent table 
{
	width:100%!important;		
    
}

img 
{
		max-width: 100%;
		height: auto!important;
}

body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	color: #330;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 0 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: #333;
	text-decoration:none;
}
pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#page nav
{
	display: none;
}

#header,
.header

{
	background: #4C66A4;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	position:fixed;
	top:0px;
	left:inherit;
	width:100%;
	z-index:20;
	
}

#footer
{
	background: #4C66A4;
	
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size:11px;
	clear:both;
	margin-top:15px;
}
#header a.menu,
.header a.menu
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
	z-index:100;
}
#header a.friends,
.header a.friends
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);
}
#header a.right,
.header a.right
{
	left: auto;
	right: 10px;
}
#content,
.content
{
	padding: 0px;
}
#content
{
	padding-bottom: 10px;
	padding-top: 40.5px;
	min-height:420px;
	overflow:hidden;
}
.adsbygoogle
{
	background: #eee;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
}

<!--index-->
.customer_login
{
	text-align: right!important;
	float:right!important;
}

	.about{
	display:block;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
	background-color:black;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

	.header-design{
	text-transform:capitalize;
	position:absolute;
	right:5px;
	top:0px;
}

.poweredby{
	display:block;
	font-weight:normal;
}


/*--search--*/

.searchicon {
	display:block;
	text-align:center;
	padding:0px 4px;
}

input.search {
    border: medium none;  
    color: #AAA;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1;
    width: 	90%;
    float: left;
    height: 28px;
    vertical-align: middle;
		border-left: 1px solid #EEE;	
		
}

input.search:focus
{
    outline:none;
}


table.search {  
    color: #AAA;
    background-color: #FFF;
		border-bottom:1px solid #EEE;
}

.search_button{
	float:right;
	font-size:15px;
	margin-right:10px;
	border:none;
	border-radius:3px;
	color:#fff;
	background-color:#4c66A4;
	height:30px;
	padding:0px 15px;
	
}

.search_button:hover{
	background-color:#3D5283;	
}

.call_button{
	float:right;
	font-size:16px;
	border:none;
	border-radius:3px;
	color:#fff;
	background-color:#4c66A4;
	height:35px;
	padding:0px 10px;
	margin-top:2px;
	
}

.call_button:active,.call_button:hover{
	outline:none;
	border:none;
	
}

span.call{
	padding:0px 5px;
	font-size:16px;
}


a.newpages_link{
	color:white;
	
}

.no_content{
	padding:20px;
	font-size:16px;
}

		
.main_photo
{
	max-width: 100%;
	text-align: center;
	height: auto;
						
}
			
.photo
{
	max-width: 100%;
	text-align: center;
	height: auto;
}

.photo img.logo_pic{
	display:block;
	margin:0px auto 2px;
	width:100%;}
				
.intro{
	padding:10px 15px 15px 15px;
	overflow-x:auto;
}


.pagedetailcontent{
	overflow:auto;
	padding:15px;
	
}



.gallery_content{	
	padding:15px;
}



.gallery-description {
		padding-top:10px;	
}


.gallery_content img 
{
		width: 100%;
		height: auto;
		border:1px solid #CCC;
}



.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
    font-size: .875em;
}

.pagination {
	width:100%;
	display:block;
	float:left;
	background-color:#E9E9E9;
	color:#000;
	border-radius:3px;
	margin-top:15px;
		   
}

.page {
   width:30%;
	 display:block;
	 float:left;
	 text-align:center;
	 box-sizing:border-box;
	 padding:3px;
}

.page i {
   margin:0px 5px;
}



.page.active {
   width:40%;
	 display:block;
	 float:left; 
	 text-align:center;
	 border-left:solid 2px #FFF;
	 border-right:solid 2px #FFF;
	 
}

.page select{
	border-image:none;
	border-style:solid;
	background-color:#FFF;
	border-color:#EEE #EEE #E9E9E9;
	
}


.gallery-album{
	border:solid 1px #000;
	margin-bottom:10px;
	text-align:center;
}

.gallery-album-details{
	color:#666;
}
span.photo_num{
	clear:both;
	display:block;
	text-align:center;	
	background-color:#999;
	color:white;
	border-top:solid 1px #000;
	
}

.title {
	display:block;	
	font-weight:bold;
	color:black;
	font-size:20px;
	padding-bottom:10px;
	word-wrap:break-word;
	clear:both;
	
}

.productdetailcontent{
	
	padding:20px;
}


.product-description {
		padding-top:10px;	
		overflow:auto;	
}

.productdetailcontent .photo
{
		max-width: 100%;
		text-align: center;
		height: auto;
		border:1px solid;
		clear:both;
}

.productdetailcontent .photo img
{
		display:block;
		margin:0px auto;
		padding:0px;
}

#contact-form input[type="text"],
#contact-form input[type="number"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form select,
#contact-form button[type="submit"] {
    font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact-form {
    text-shadow:0 1px 0 #FFF;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background:#F9F9F9;
    
}
#contact-form h3 {
    margin:5px 0 15px;
    display:block;
    font-size:14px;
		font-weight:bold;
		line-height:20px;
}
#contact-form h4 {
    margin:5px 0 15px;
    display:block;
    font-size:13px;
		font-weight:normal;
}
#contact-form label span {
    cursor:pointer;
    
    display:block;
    margin:5px 0;
    font-weight:899;
}

#contact-form label span.required {
   
    color:red;
  	display:inline;
}
#contact-form input[type="text"],
#contact-form input[type="number"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form select{
    width:100%;
    box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    border:1px solid #CCC;
    background:#FFF;
    margin:0 0 5px;
    padding:10px;
    border-radius:5px;
		height:37px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover,
#contact-form select:hover{
    -webkit-transition:border-color 0.3s ease-in-out;
    -moz-transition:border-color 0.3s ease-in-out;
    transition:border-color 0.3s ease-in-out;
    border:1px solid #AAA;
		outline:none;
}
#contact-form textarea {
    height:100px;
    max-width:100%;
}
#contact-form button[type="submit"] {
    cursor:pointer;
    width:100%;
    border:none;
    background:#991D57;
    background-image:linear-gradient(bottom, #4C66A4 0%, #5566A4 52%);
    background-image:-moz-linear-gradient(bottom, #4C66A4 0%, #5566A4 52%);
    background-image:-webkit-linear-gradient(bottom, #4C66A4 0%, #5566A4 52%);
    color:#FFF;
    margin:0 0 5px;
    padding:10px;
    border-radius:5px;
	
}
#contact-form button[type="submit"]:hover {
    background-image:linear-gradient(bottom, #5566A4 0%, #7281B6 52%);
    background-image:-moz-linear-gradient(bottom, #5566A4 0%, #7281B6 52%);
    background-image:-webkit-linear-gradient(bottom, #5566A4 0%, #7281B6 52%);
    -webkit-transition:background 0.3s ease-in-out;
    -moz-transition:background 0.3s ease-in-out;
    transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
    outline:0;
    border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}

.productdetailcontent * {
	box-sizing:border-box;
}

.enquiry-message{
	
background-color:#DADADA;
padding:5px;
clear:both;
}

.error-msg{
	background-color:#FFBABA;
	display:block;
	padding:2px;
	font-size:12px;
	border:solid 1px black;
}

.success-msg{
	background-color:#DFF2BF;
	display:block;
	padding:2px;
	font-size:12px;
	border:solid 1px black;
}

img.warning{
	padding:4px;
	float:left;
}

img.success{
	padding:4px;
	float:left;
}

.subimg-item
{
	float:left;
	margin:2px;
	border:solid 1px #CCC;
	position:relative;
}

.subimg-item img
{
	position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;	
	
}

#product-sub-images
{
	text-align:center;
}

span.product-video-title
{
	font-weight:bold;
	display:block;
	margin:3px 0px;
	
}

#download-section a
{
	text-decoration:underline;
}



.videodetailcontent{	
	padding:15px;
}

.videodetailcontent iframe{	
	width:100%!important;
	height:220px!important;
}




.video-description {
		padding-top:10px;		
}

.video
{
		max-width: 100%;
		text-align: center;
		height: auto;					
}

.listbox {
    padding: 20px 20px 5px;
    margin-bottom:10px;
		color:#000;
		clear:both;
		float:left;
		width:100%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		
}


.listbox h2{
		display:block;
    margin-top:0px;		
}

.newlistbox {
    background-color: #FFF;
    padding: 20px;
    margin-bottom:10px;
		color:#000;
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #eee;
		border-bottom:1px solid #eee;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
}

.newlistbox h2{
		display:block;
    margin-top:0px;		
}


.new-title {
	display:block;	
	
}


.new-time {
		color: #808080;
		font-size:12px;	
}

.new-pic {
		
    float:left;
		max-width: 105px;
		max-height: 105px;
		display: block;
		margin: 0px 10px 0px 0px;
		
}

.readmore{
    color: red!important;
    text-decoration: none;
    font-weight: bold;
		font-size:13px;
}




.job-time {
		
		font-size:12px;	
		color: #808080;
}

.job-description {		
	border-bottom:solid 1px #EFEFEF;
	padding-bottom:10px;
}

.clear{
	clear:both;
}



.download-list li{
	display:block;
	margin-left:-15px;
}

.download-list a{
	color:#888;
}

.download-list li:before{
	font-family:'FontAwesome';
	content:"\f019";
	margin-right:5px;}
	

#contact-form * {
	box-sizing:border-box;
}

.contact_content{
	
	padding:15px;
}

.contact_region{
	
	padding:15px;
	line-height:25px;
}

.contact_region iframe{
	
	width:100%!important;
	height:220px!important;
}

.contact_region a{
	
	color:darkblue;
}

.contact_region table{
	width:100%!important;
	
}

.gps{
	margin-left:5px;

}

a.gps_button{
	margin:5px 0px;
	background-color:#D71D28;
	padding: 5px 5px;
	color:white;
	display:block;
	border-radius:3px;
	
}


.phototitle {
	display:block;	
	font-weight:bold;
	color:#3B5998;
	font-size:18px;
}

.photodetailcontent{
	
	padding:15px;
}

.photodescription {
		padding-top:10px;
		
}

.photodetailcontent img{
	
	width: 100%;
	height: auto;
	border:1px solid #CCC;
}


.gallery-album{
	border:solid 1px #000;
	margin-bottom:10px;
	text-align:center;
}

.gallery-album a{
	
}

.gallery-album-details{
	color:#666;
}


.productcontent a{
		text-decoration:none;		
}

.product-title {
	font-weight:bold;
	font-size:13px;
	word-wrap:break-word;
	word-break: break-all;
	width:100%;
	line-height:1.4;
}

.product-description {
		font-size:12px;
   
		
}
.productcontent .product-pic {
		
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;	
		
}

.home_productcontent .product-pic {
		
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;	
		
}

.image-box{
	display: block;	
	width: 100px;
	height: 80px;
	float:left;
	margin-right: 10px;
	position:relative;
	border:solid 1px #D3D3D3;
}

.productcontent{
	width:100%;
	margin-top:10px;
	
}



.home_productcontent{
	width:100%;
	margin-top:10px;
	position: relative;
	float: left;
	margin-bottom:25px;
	
}

.productcontent .listbox {
		color:#000;
		float:left;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		width:50%;
		margin-bottom:0px;
		padding:10px;
		clear:inherit;
		display:block
		
}
.productcontent{
		}

.cat_title{
	background-color: #CCC;
	clear:both;
	float:left;
	width:100%;
	font-weight:bold;
	margin:2px 0px;	
}

.cat_title a{
	color:darkblue;
	font-size:15px;
}

.cat_product_number{
	font-weight:normal;
}

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


.jobdetailcontent{
	
	padding:15px;
	overflow:auto;
}

#jobtable td{
	padding:5px 5px 5px 0px;
}

.servicetitle {
	display:block;	
	font-weight:bold;
	color:#3B5998;
	font-size:18px;
}

.servicedetailcontent{
	
	padding:15px;
}

.servicedetailcontent img{
		max-width: 100%;
		height: auto!important;
	
}

.servicedetailcontent li{
	
	
}
.servicedetailcontent a{
	text-decoration:underline;
}



.service-description {
		padding-top:10px;		
}


.newdetailcontent .photo{
	
	max-width: 100%;
	text-align: center;
	height: auto;
	border:1px solid;
}

.newdetailcontent .photo img{
	
	display:block;
	padding:0px;
	margin:0px auto;
}


.newdetailcontent {
	
	padding:15px;
}

.show-new-time {
		padding-top:10px;
}

.show-new-time span{
		color: #808080;
		font-size:12px;	
}

.new-description {
		padding-top:0px;
		
}

.captcha td{
	width:175px;
}

.jobdetailcontent tr td{
	border-bottom:solid 1px #EFEFEF;
	
}


.clickmore{
    color: red!important;
    text-decoration: none;
    font-weight: bold;
		font-size:11px;
		padding-left:10px;
		float:right;
}

.en_cn{
	display:block;
	font-size:14px;	
	opacity: 0.5;
	color:white;
}

.en_cn a{
	text-decoration:none;
	color:white;
}

.visitor{
	padding:0px 10px;
	
}


.gallery-album img 
{
		width: 100%;
		height: auto;
		border:0px solid #CCC;
		border-bottom:1px solid #000;
}

.padding
{
	padding:8px 20px;
	
}

.desktop{
	display:block;
	font-size:13px;	
	color:white;
	border-bottom:solid 1px #CCC;
	border-top:solid 1px #CCC;
	background-color:#333;
	padding:5px;
}

.next_menu{
	display:block;
	background:#EFEFEF;
	margin-top:10px;
	float:left;
	width:100%;
	margin-bottom:10px;
	position:relative;
}

.product_pre_button{
	float:left;
	font-size:15px;
	border:solid 1px #CCC;
	border-radius:3px;
	color:#000;
	background-color:#FFF;
	height:30px;
	padding:0px 15px;
	margin:5px 10px;
	position:relative;
}

.product_next_button{
	float:right;
	font-size:15px;
	border:solid 1px #CCC;
	border-radius:3px;
	color:#000;
	background-color:#FFF;
	height:30px;
	padding:0px 15px;
	margin:5px 10px;
	position:relative;
	
}


.product_number{
	text-align:center;
	position:absolute;
	width:100%;
	padding:10px;
}

.company_name{
	position:absolute;
	left:55px;
	white-space:nowrap;
	overflow:auto;
	right:50px;
	font-size:16px;
	
}

.search_title{
	padding:10px 10px 0px;
	width:100%;
	font-size:16px;
	font-weight:bold;
	
	
}

.contactus{
	padding-left:15px;
	
}

.info{
	padding:5px;
	
}

 html{background-color: #D71D28;}


#header,
.header
{
	background: #D71D28;
	color: #fff;
}

#footer
{
	background: #D71D28;		
	color: #fff;
}

#footer a
{
	color: white;
}


.call_button{
	color:#fff;
	background-color: #D71D28;
}



#contact-form button[type="submit"] {
    background:#D71D28;   
    color:#FFF;
}

#contact-form button[type="submit"]:hover {
   background:#E4363F; 

}


.search_button{
	color:#fff;
	background-color:#D71D28;
	
}

.search_button:hover{
	background-color:#E4363F;	
}



.latest_product_title{
	width:100%;
	display:block;	
	font-weight:bold;
	color:#FFF;
	font-size:16px;
	clear:both;	
	margin-top:10px;
	background-color:#D71D28;
	padding:5px;
	text-align:center;
	float: left;

}

.latest_product_title1{
	width:100%;
	display:block;	
	font-weight:bold;
	color:#000;
	font-size:16px;
	clear:both;	
	margin-top:10px;
	background-color:#FFF;
	padding:5px;
	text-align:center;
	float: left;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
}



.home_productcontent a{
		text-decoration:none;	
		float:left;	
		width:100%;
		
		
}


.home_productcontent .listbox {
		color:#000;
		float:left;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		width:50%;
		margin-bottom:0px;
		padding:10px;
		clear:inherit;
		display:block;

}

.home_product_title{
	word-break:break-all;
	clear:both;
	padding-top:5px;
}

.home_productcontent .image-box{
	display: block;	
	width: 100%;
	float:left;
	margin-right: 10px;
	position:relative;
	border:solid 1px #D3D3D3;
	padding-bottom:50%;
}

.home_productcontent .image-box img{
	max-width:100%;
	max-height:100%;
}

.margin{
	margin:-8px;
	padding:10px;
	background-color:#FFF;
	border:1px solid #EEE;
	
}


.form_content{
	overflow:auto;
	padding:5px 15px 15px;
		
}

.share{
	margin:0px auto;
	padding-top:5px;
	background-color:#F9F9F9;	
}

.addthis_native_toolbox{
	display:inline-block;
	
}

.productcontent a.item{
		text-decoration:none;	
		float:left;	
		width:100%;
		
		
}


.productcontent .listbox {
		color:#000;
		float:left;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		width:50%;
		margin-bottom:0px;
		padding:10px;
		clear:inherit;
		display:block;

}

.product-title{
	word-break:break-all;
	clear:both;
	padding-top:5px;	
}

.productcontent .image-box{
	display: block;	
	width: 100%;
	float:left;
	margin-right: 10px;
	position:relative;
	border:solid 1px #D3D3D3;
	padding-bottom:50%;
}


.productcontent .image-box img{
	max-width:100%;
	max-height:100%;
}


.menu_banner{
	padding:0px 15px;
	
}

.addtocart{
	color:#D71D28;
	margin:5px 0px;
	font-size:18px;
	font-weight:bold;
	
	
}

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


.list_addtocart{
	color:#D71D28;
	margin:3px 0px;
	font-size:13px;
	font-weight:bold;
	
	
}


.list_cart_price{
	display:block;
	width:100%;
	
}

.list_cart_button{
	font-size:13px;
	border:none;
	border-radius:5px;
	color:#fff;
	background-color:#D71D28;
	padding:10px;
	display:block;
	width:100%;
	margin-top:3px;
	clear:both;
}


.cart_button{
	font-size:15px;
	border:none;
	border-radius:5px;
	color:#fff;
	background-color:#D71D28;
	padding:10px;
	display:block;
	width:100%;
	
}

.careerlistbox{
background-color: #FFF;
padding: 0px 20px 5px;
margin-bottom: 10px;
color: #000;
clear: both;
float: left;
width: 100%;
border-top: 1px solid #EEE;
border-bottom: 1px solid #EEE;
box-sizing: border-box;
}


.product_cat_desc{
	clear:both;
	padding:10px;
	
}

.note-success{
	background-color:#303030;
	border-top:solid 1px #F7F7F7;
	border-bottom:solid 1px #F7F7F7;
}

.top-message{
	position: fixed;
	height:40px;
	font-size: 16px;
	z-index:20;
	width:100%;
	left: inherit;
	top:40px;
}



.left{
	float:left;
	padding:10px 10px 10px 15px;
	font-size:18px;
	font-weight:bold;
	color:#F2F2F2;
	
}

a.checkout{
	color:#F2F2F2;
	
}

.right{
	position:absolute;
	right:5px;
	top:4px;
	
}

.top-message a.top-total-items {
    margin-right: 10px;
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    background-color: #080;
    text-decoration: none;
		border-radius:3px;
}

.checkout_content{
	display:block;
	position:relative;
	height:40px;
}

.cart_content{
	padding:15px;
	
}

.product_list{
	width:100%;
	display:block;
	border-bottom:1px solid #999;
}

.product_image{
	display: block;	
	width: 100px;
	height: 100px;
	float:left;
	margin-right: 5px;
	position:relative;
	
}
.product_image img{
		position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.product_title{
	font-weight:bold;
	font-size:16px;
	margin:5px 0px;
}

.product_price{
	font-size:14px;
}

.total_price{
	font-size:14px;
}

.weight{
	font-size:14px;	
}

#contact-form input[type="number"].product_quantity{
		width:99px;
    box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    -moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
    border:1px solid #CCC;
    background:#FFF;
    padding:5px;
		text-align:center;
    border-radius:5px;
		height:30px;
		
}


#contact-form input[type="number"].product_quantity:hover{		
		-webkit-transition:border-color 0.3s ease-in-out;
    -moz-transition:border-color 0.3s ease-in-out;
    transition:border-color 0.3s ease-in-out;
    border:1px solid #AAA;
		outline:none;
}


.price{
	color:#C62913;
	font-weight:bold;
	float:right;
	
}

.deliveryprice{
	color:#C62913;
	font-weight:bold;
	float:right;
	font-size:18px;
}

.cart_title{
display: block;
color: #000;
font-size: 20px;
font-weight:bold;
padding-bottom: 10px;
word-wrap: break-word;
clear: both;
border-bottom:1px solid #999;
}


.cart_total_price{
display: block;
color: #000;
font-size: 18px;
padding-bottom: 10px;
font-weight:bold;
word-wrap: break-word;
clear: both;
margin-bottom:20px;
padding: 10px 0px;
border-bottom:solid 2px #999;
border-top:solid 1px #999; 
width:100%;
float:left;
}


.unit_price{
	color:#C62913;
	
}

.update_button{
	width:94px;
	font-size:16px;
	border:solid 1px #CCC;
	border-radius:3px;
	color:#000;
	background-color:#EFEFEF;
	height:30px;
	padding:0px 20px;
	margin:3px;
	display:none;
}

.remove_button{
	font-size:16px;
	border:solid 1px #CCC;
	border-radius:3px;
	color:#000;
	background-color:#EFEFEF;
	height:30px;
	padding:0px 20px;
	
	
}

.product_details{
	margin-bottom:5px;
	
}

.no_product{
	margin-bottom:20px;
	border-bottom:solid 1px #999;
}

.delivery_charge{
	display:block;
	width:100%;
	margin:5px 0px;
	
}

.product_order_qty{
	display:block;
	width:100%;
	
}

.delivery_method{
	display:none;
	
}

.cart_product_content{
	
}

.message_padding{
	
	margin-top:15px;
}

.clear_button{
	font-size:16px;
	border:solid 1px #999;
  margin-right:-1px;
	color:#000;
	background-color:#EFEFEF;
	height:30px;
	padding:0px 20px;
	float:right;
	margin-top:3px;
	
}

.clear_button:hover{
	outline:none;
}

.attachment_design{
   width:100%;
   border:none;
   background:#DDD;
   color:#333;
   margin:0 0 5px;
   padding:10px;
   border-radius:5px;
	
}

.short_product_desc{
	
	
}


.view_detail_button{
	font-size:13px;
	border:none;
	border-radius:5px;
	color:#fff;
	background-color:#D71D28;
	padding:10px;
	display:block;
	width:100%;
	margin-top:3px;
	margin-bottom:3px;
}

.new_product_col{ 
 	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:Arial, Helvetica, sans-serif;  
	border-bottom:none}

.new_product_col a{ 
	text-decoration:none}
	
.article{
	border:1px solid #eee; 
	box-sizing: border-box;
	padding:8px; 
	border-bottom:1px solid #eee;
	margin:1px;
	background-color:#fff;}
	
.home_product_swipper_img{
	padding-bottom:100%;
  width:100%;
  display:block;
  position:relative;
	border: 1px solid #D3D3D3;
	
}
.home_product_swipper_img img{  
	position: absolute;
	outline:none;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}
.home_product_swipper_title{ 
	height:58px; 
	margin:8px 0px 0px 0px; 
	overflow:hidden; 
	color:#666;}
	
.home_product_swipper_price{ 
	margin-bottom:5px; 
	color:#555; 
	font-size:13px;}
	
.home_product_swipper_price strong{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:17px;}
	
.home_product_swipper_bottom a{ 
	position:relative; 
	background-color:#C33;
	text-align:center; 
	display:block; 
	margin:0 auto; 
	padding:8px;
	color:#fff; 
	font-size:14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;}

.home_product_swipper_bottom a:hover{background-color:#933;} 

.latest_title{
	float:left;
	margin:0px 10px;
}

.home_product_view_all{
	float:right;
	font-size:12px;
	padding:0px 20px;
	
}

.home_product_view_all a{
	
	color:#000;
}

.latest_new_title{
	width: 100%;
	display: block;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	clear: both;
	background-color: #FFF;
	margin-top: 10px;
	float: left;
	border-top: 1px solid #EEE;
	padding: 10px 5px 5px 20px;
}

.home_contact_us{
	position: relative;
	float: left;
	padding:10px 5px;
	margin-bottom:5px;
	
}

.home_contact_title{
	width: 100%;
	display: block;
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
	clear: both;
	margin-top: 20px;
	background-color: #D71D28;
	padding: 5px;
	text-align: center;
	float: left;
	
}

.menu_bar{
	margin-left:25px;
}

a.menubar{
	border: medium none;
	background-color: #D61C28;
	z-index: 55;
	border-radius: 2px;
	position: relative;
	color: #FFF;
	font-size: 30px;
	padding: 5px;
	float: right;
	height: 28px;
	margin-right:5px;
	margin-bottom: 5px;
	
}

.main_office{
	margin:10px;
	border:solid 1px #CCC;
}

.main_office legend{
	font-weight:bold;
	font-size:16px;

	
}

.branch_contact_us{
	position: relative;
	padding:10px 5px;
	margin-bottom:5px;
	clear:both;
	
}

.hr_design{
	border: 0px none;
	height: 1px;
	background-color: #CCC;
	
}

.android_apps{
	position: fixed;
	height: 60px;
	font-size: 16px;
	z-index: 20;
	width: 100%;
	left: inherit;
	bottom: 0px;
	background-color:#555;
	color:white;
}

a.button_design{
	background-color: #D71D28;
	padding: 8px 14px;
	color: #FFF;
	border-radius: 3px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 2px;
	font-size: 11px;
	
}

.close_apps{
	width: 35px;
	float: left;
	font-size: 30px;
	text-align: center;
	padding: 10px 5px;
	background-color: #333;
	height: 60px;
	padding-top:15px;
	color:#ccc;
}

.android_word{
	float:left;	
	font-size: 11px;
	padding-top: 10px;
	padding-left: 4px;
	color:white;
}

.android_logo{
	float:left;
	padding-top: 6px;
	padding-left: 4px;
}

.android_logo img{
	width:50px;
}

.service-album-details{
	color:#666;
	margin-top:-7px;
	
}

.service-album-details a{
	color:white!important;
}

.service-cat-title{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	
}

.service-cat-desc{
	clear:both;
	padding:10px;
	
}

h2.page-title{
	padding:0px;
	margin:0px;
	
}

p.mhomecontent{
	padding-top:10px;
	
}


.padding_title{
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	word-wrap: break-word;
	clear: both;
	
}

.padding_news_title{
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	word-wrap: break-word;
	clear: both;
	padding-top:10px;
	
}


.gst_amount{
	display: block;
	font-weight: bold;
	word-wrap: break-word;
	clear: both;
	width: 100%;
	float: left;
	padding-bottom: 5px;	
	
}


@media only screen   
and (max-device-width : 320px)  {  
.android_word{
		font-size:9px;
	}
a.button_design{
	font-size: 9px;	
}	
}  