/*
	##################################
	# Client: Precision
	# Author: tectonyc / scenyc, inc.
	##################################
*/

#product_listing{
	/* box */
	padding: 0px;
	width: 100%;
	overflow: auto;
	padding-top: 30px;
	border-top: 1px solid #1A2F87;
}

#product_listing h2{
  padding: 0px 0px 10px 0px;
  margin: 0;
  color: #1A2F87;
  font-size: 1.3em;
}

table {
	/* box */
	/*padding: 30px 30px 0 0px;*/
	width: 100%;
	border-collapse: collapse;
}

table th,table td{
	/* text */
	border-bottom: 1px solid #000;
	padding: 14px 0 14px 0;
	text-align: center;
	vertical-align : middle;
}

table h3{
	margin : 0px;
	text-transform: uppercase;
}

table th{
	text-align : left;
	width : 130px;
	padding-left : 10px;
}

#tree_navigation{
	/* box */
	border-bottom : 1px solid #000000;
}

#section_header {
  margin-top: 5px;
  padding-bottom: 5px;
}

div.products_list_item {
	float: left;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 10px;
	width: 250px;
	height:100px;
	position: relative;
}

div.products_list_item h1 {
	margin: 0px 0px 7px 0px;
}

div.products_list_item img {
	float: left;
	margin: 10px 0px 0px 5px;
}

div.vertical_divider {
	/*float: right;*/
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -25px;
	width: 1px;
	height: 50px;
	border-left: 1px dotted #1A2F87;
}

div.horizontal_divider {
  position: absolute;
  top: 105%;
  width: 100px;
  height: 1px;
  margin: 0 75px;
  overflow: auto;
  border-bottom: 1px dotted #1A2F87;
}

div.product_list_description {
	margin-left: 120px;
	_margin-left: 20px;
	*margin-left: 20px;
}

div.product_list_description h1{
	_width:120px;
	_line-height:1.3em;
	*width:120px;
	*line-height:1.3em;
}

span.description_header {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: capitalize;
	margin: 0px;
	width: 180px;
	word-wrap: break-word;
}

div.bg {
	background-color: #EFEFEF;
	border: 1px solid #cccccc;
}

div.products_list_item_wrap {
	margin: 0px;
	padding: 15px 0px;
	overflow: auto;
	_height: 1%;
}

p.more_info {
	text-align: right;
	padding-right: 15px;
	position: absolute;
	bottom: 0px;
	right: 10px;
}