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

#views_table,#specifications_table,#compatibility_table{
	/* visual */
/*  display: none;*/
/*  overflow: hidden;*/
	/* box */
	width: 560px;
}

#product_categories{
  font-size: 100%;
	/* position */
	float: right;
	/* box */
	clear: both;
}

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

#product_information{
	/* position */
	float: left;
	/* box */
	border-right: 1px dotted #1A2F87;
	border-top: 1px solid #1A2F87;
	padding: 42px 12px 0 11px;
	width: 600px;
}

div#page_contents {
  overflow: auto;
}

div#description{
	/* box */
	min-height: 300px;
	padding: 0 0 0 20px;
	margin: 0;
  overflow: auto;
}

div#description h3 {
  color: #1A2F87;
  font-size: 1.4em;
  font-weight: bolder;
  margin: 0 0 0.7em 0;
}

img.product_details_main{
	/* position */
	float: left;
	/* box */
	margin-right: 25px;
}

div.product_details_main{
	/* position */
	float: left;
	/* box */
	width: 220px;
	padding-top: 0px;
}

div.product_details_main p{
	/* box */
	text-align: justify;
	margin: 1.7em 0 1.5em 0;
	width:240px;
}

#views{
	/* box */
	width: 290px;
	padding: 20px 0 15px 0px;
	margin-left: 10px;
	/*border-bottom: 1px solid #1A2F87;*/
	_height:1%;
}

table{
	/* box */
	width: 560px;
	padding: 30px 30px 0 20px;
	border : 0px;
	/* ####### IE6 */
	_margin : 0;
}

#views table {
  width: 250px;
}

table td {
  padding-bottom: 0.7em;
}

table th,table td{
	/* text */
	text-align:center;
}


#specifications{
	/* box */
	padding: 20px 0 0px 0px;
	/*border-bottom: 1px solid #1A2F87;*/
	_height:1%;
	width: 300px;
}

#compatibility{
	/* box */
	padding: 20px 0 15px 0;
	_height:1%;
}

#same_category {
  float: right;
  padding: 40px 9px 0 17px;
  text-align: right;
  width: 150px;
  font-size: 100%;
  border-top: 1px solid #1A2F87;
}

#same_category ul {
  margin-bottom: 1.25em;
}

#same_category ul li {
  display: list-item;
  margin: 0 0 0.6em 0;
  text-transform: capitalize;
}

#same_category h3{
	/* text */
	color: #1A2F87;
	font-size: larger;
	font-weight: normal;
/*  text-transform: uppercase;*/
  margin-top: 0.3em;
	margin-bottom: 0.75em;
}

.lowercase {
  text-transform: lowercase;
}

#tree_navigation {
  padding: 10px 0 10px 0px;
  width: 100%;
  /* box */
	border-top : 1px solid #1A2F87;
	border-bottom : 1px solid #1A2F87;
}

#tree_navigation a {
  font-weight: bolder;
}

#tree_navigation h3, #tree_navigation h5 {
  display: inline;
}

#views a, #specifications a, #compatibility a {
  font-size: 105%;
  font-weight: bolder;
}

#products table, #products tr, #products td {
  border: none;
}


/*
	#################################
	IE HACKS
	#################################
*/


#same_category{
	/* box */
	_width : 150px ;/* IE6 */
}

