@charset "UTF-8";
/* CSS Document */

/*  products  */

#prdcontainer {
	float: left;
	padding: 25px 25px 16px 35px;
  	width:90%;
	overflow:hidden;
}

#prdimage {
	padding: 0;
	width: 350px;
	float: left;
	border: solid 1px #ececec;
}

.thumbimg {
	margin: 2px;
}

.mainimg {
	margin: 0;
	height: 438px !important;
}

#prddescription {
	margin-left: 20px;
	width: 45%;
	float: left;
}

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

.social-type {
	float:left;
	padding: 5px;
}

#prddescription h1 {
	font-size: 20px;
	color:#333;
}

#prddescription p {
	color:#333;
	line-height: 23px;
}

#prddescription hr {
	border-top: 1px solid  #BEC0C3;
	border-bottom: 1px solid white;
	width: 100%;
}

#downloadimg {
	width: 30%; 
	float: left;
	margin: 0 10px;
	text-align:center;
	overflow:hidden;
}

#downloadlnk {
	float: left;
	color: #333;
}

#downloadlnk p {
	margin: 0px;
	text-align:center;
	line-height: 18px !important;
}

#downloadlnk p a {
	color: #777;
	font-size: 13px;
	font-weight: 400;
}

.price-container {
	margin-bottom: 20px;
}

.sample-number {
	font-size: 20px;
}

.pricedesc {
	display:none;
}

.price {
	display:none;
}

#quantity {
	width: 100%;
	padding: 10px;
	background: #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#quantity input {
	width: 20%;
}

#addtocart {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	overflow:hidden;
}

.qty {
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	color:#333;
	padding-bottom: 20px;
}

#stores {
	width: 100%;
	padding: 0;
	overflow:hidden;
}

#rproducts {
	width: 90%;
	padding: 10px;
	overflow:hidden;
}
	

.trademe {
	margin-top: 10px;
}

#question {
	margin-top:50px;
	margin-bottom:4px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	background: #333;
	padding: 7px 15px;
}

#question a {
	color: #fff;
}

#question a:hover {
	color: #999;
	text-decoration:none;
}

#question1 {
	margin-top:50px;
	margin-bottom:4px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	background: #333;
	padding: 7px 15px;
	width: 300px;
}

#question1 a {
	color: #fff;
}

#question1 a:hover {
	color: #999;
	text-decoration:none;
}

#prdspec {
	margin: 30px 8px;
	width: 100%;
	float: left;
}

/* product image zoom */


/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	display:none;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}

/*  Stores  */

.stores {
	float:left;
	padding: 10px;
	font-size: 13px;
	color: #333;
	font-family: Arial, sans-serif;
}

/*  tabs  */

#tabs_wrapper {
    width: 95%;
}
#tabs_container {
	width: 95%;
}

#tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    font: 13px arial;
	font-weight: bold;
}

.tab-content {
      overflow:visible;
 }



#tabs li {
    display: inline;
}

#tabs li a {
    border: 1px solid #ccc;
    padding: 13px 30px 13px 30px;
    text-decoration: none;
	background: #FFF;
    border-bottom: none;
	color: #5a5a5a;
	font-weight: bold;
    outline: none;
}

#tabs li a:hover {
	background: #fff;
    border-bottom: none;
	color: #5a5a5a;
	font-weight: bold;
    outline: none;
}

#tabs li.active a {
	border: 0px solid #ccc;
    padding: 19px 30px 16px 30px;
    text-decoration: none;
	background: url('../images/tab.png') 0 0 no-repeat;
    border-bottom: none;
	color: #fff;
	font-weight: bold;
    outline: none;
}

#tabs li.active a:hover {
    border: 0px solid #ccc;
    padding: 19px 30px 16px 30px;
    text-decoration: none;
	background: url('../images/tab.png') 0 0 no-repeat;
    border-bottom: none;
	color: #fff;
	font-weight: bold;
    outline: none;
}
 
#tabs li a.icon_accept {
    background-image: url(accept.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px;
}

#tabs li a.icon_accept:hover {
    padding-left: 24px;
}
 
#tabs_content_container {
    border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #5f8541;
	background:#fff;
    padding: 0px;
    width: 100%;
	font-size: 13px;
	color:#333;
	font-family:Arial, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin-top: 5px;
	overflow:hidden;
	
}

#tabs_content_container p {
    padding: 1% 2%;
	
}

.tab_content {
    display: none;
}


.tabs {
  position: relative;   
  min-height: 200px;
  clear: both;
  margin: 25px 0;
}
.tab {
  float: left;
}
.tab label {
  background: #eee; 
  padding: 10px 30px 10px 30px;
  border: 1px solid #ccc;
  border-bottom: 0px solid white; 
  margin-left: 5px; 
  background: #fff;
  position: relative;
  left: 1px; 
}
.tab [type=radio] {
  display: none;   
}
.tabcontent {
  position: absolute;
  top: 40px;
  left: 0;
  bottom: -40px;
  border-top: 1px solid #ccc; 
  border-right: 0px solid #ccc; 
  border-left: 0px solid #ccc; 
  border-bottom: 0px solid #ccc; 
  font-size: 13px;
  height: 100%;
  overflow:hidden;
}
[type=radio]:checked ~ label {
  background: url('../images/tab.png') 0 0 no-repeat;
  border-bottom: 1px solid white;
  color:#fff;
  padding: 10px 30px 10px 30px;
  font-weight: bold;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .tabcontent {
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 979px) {
	
	#prddescription {
	width: 50%;
}

}

@media (max-width: 1024px) {
	
	#prdcontainer {
	
	float: left;
	padding: 25px 5px 16px 10px;
		width: 95% !important;
	}
	
	.grey .accordion a {
		padding: 7px 5px 7px 5px;
	}
	
	#prddescription {
		width: 43% !important;
	}
}


@media (max-width: 767px) {
	
	#prddescription {
	width: 95% !important;
		margin-left: 0px;
}
	#prdimage {
		width: 310px;
	}
	
	.blogpage {
		margin-left: 20px;
		width: 90%;
	}
	
	.blogitem h1 {
		font-size: 20px;
		font-weight: 400;
	}
	
	.blogitem img {
		width: 280px;
		margin-right: 100px;
		padding-bottom: 12px;
	}
	
	.modal-gallery .modal-title {
		font-size: 16px;
		line-height: 19px;
		max-height: 60px;
	}
	
	.modal-footer .btn {
		font-size: 12px;
		padding: 10px 20px;
	}
	
	h3.modal-title {
		width: 300px !important;
		
	}
	
	.enquiry-form {
		display:none !important;
	}
	
	.modal-body {
		padding: 10px;
	}
	
	.widget {
		margin-left: 15px;
	}
	
	.widget ul {
		margin: 0 0 0 0px;
	}
	
	#footerpages {
		border-right: solid 0px #555;
	}
	
	#footercat {
		border-right: solid 0px #555;
	}
	
	.content {
		padding: 25px 25px 16px 15px;
		width: 90%;
	}
	
	.tabcontent {
  
  height: 300px !important;
}
	
	#downloadimg {
		margin-bottom: 20px !important;
	}
	
	[class*="span"] {
		float:left !important
			
	}
	

}

