/*
Theme name: 	Huskie Tools Discovery Child Theme
THeme URI: 
Version: 1.4.2
Description: 	WPZoom's Discovery theme customized for Huskie Tools
Author: 	Green Bee Web Consulting
Template:	discovery
download upgrades here: http://www.wpzoom.com/members/member.php
*/

@import url("../discovery/style.css");
@import url("custom.css"); 

#special-blocks div.column {
  background-color: #F6F6F6;
  border: 1px solid #E5E5E5;
  display: inline;
  float: left;
  font-size: 12px;
  line-height: 20px;
  margin-right: 15px;
  padding: 14px;
  width: 190px;
}


.tablebox {
    border: 1px solid #666666;
	padding: 10px;
}

.filter_form {
	border: 1px solid #cccccc;
	padding: 10px;
	visibility:hidden;
}


.product_feature
 {
	border: 1px solid #EEEEEE;
	float: left;
	position: relative;
	/*overflow: hidden;*/
	width: 217px;
	height: 180px;
	padding: 5px;
	margin: 0 5px 0 0;   
	text-align: center;
    	text-decoration: none;
    	text-transform: uppercase;
	vertical-align: bottom;
	color: #ca6819;
}
.product_feature:hover {
	border: 1px solid orange;
	padding: 5px;
	color: #ca6819;
}

.product_feature a {
	color: #666666;
	text-decoration: none;
	color: #ca6819;
	font-weight: bold;
}
.product_feature a:hover {
	color: #666666;
	text-decoration: none; 
	color: #ca6819;
	font-weight: bold;
}


.product_right {
	width: 45%; 
	float: right; 
	padding-top: 20px;
}

.product_left {	
	width: 45%; 
	float: left; 
	padding-top: 20px;
}
/*overrides weird styles in parent theme*/
.error404 {
    color: #555555;
    font-family: Arial,Tahoma,sans-serif;
    font-size: 100%;
    line-height: 2em;
    text-align: center;
}
.search {
    color: #555555;
    font-family: Arial,Tahoma,sans-serif;
    font-size: 90%;
    line-height: 1.2em;
    text-align: center;
}
