/*
this file contains css specific to products page
*/

/*CSS gobal reset for all browsers*/
*{
		padding:0;
		margin:0;
}

a, a:link
{
 color :#409920;
 text-decoration:underline;
}

a:active
{
   color: blue;
}

a:hover
{
  color: #7c7c7c;
  text-decoration:none;
}

.prodItems li.prodselected a {
	color: #85d542;
}

#catalog
{
 position:relative;
 float:left;
 width:125px; /*change width -125px*/
 height:100%;
 padding: 20px 20px 20px;
}

#catalog h1
{
	font-size:0.9em;
	color:#83d739;
        text-decoration:underline;
	display:inline;
}

.prodCategory
{
	/*border-top:1px black solid;*/
	border-bottom: 1px black solid;
	padding-top:10px;
	padding-bottom:2px;
	font-size: 0.75em;
	font-weight:bold;
	color:#696969;
}

.prodItems ul
{
        position:relative;
	display:inline;
	padding:0px;
}
.prodItems li
{
	padding-top:2px;
	padding-left:7px;
	text-align:left;
	list-style:none;
}
.prodItems li a
{
        font-size: 0.7em;
	color:#7c7c7c;
	text-decoration:none;
}

.prodItems li a:hover
{
	color: #85d542;
}

.companylogo
{
	padding-left:25px;
	padding-top:10px;
	padding-bottom:2px;
}

#prodContent
{
    position:relative;
	float:left;
	/* max-width:480px;change width from 700px (lee- removed this) */
	padding-top:25px;
	padding-left:15px;
	background: #ffffff;
}

#prodCatalog
{
    position:relative;
	float:left;
	max-width:700px; /* change width from 700px (lee- added this for category) */
	padding-top:25px;
	padding-left:15px;
}

#prodBrowse
{
        position:relative;
	float:left;
	max-width:775px; /* change width from 700px (lee- added this for category) */
	padding-top:25px;
	padding-left:15px;
}

/*change it from titlelogo*/
.header
{
	display:block;
	padding-bottom:8px;
}

/*for tab behavior*/
.tabcontent
{
	position: absolute;
	top: 0;
	left: 0;
	width:775px;
	display:none;
	margin-top: 45px;
}

li.show .tabcontent
{
	display:block;
}

li.show a.title
{
/*	color:#82d52b; */
        color:#000000
}

.productcell
{
	/* height:150px; */
	width:125px;
	float:left;
	padding:10px;/*changed from 10px*/
	text-align:center;
	font-size:10px;
}

.productcell img
{
	display:block;
	border:1px solid black;
}

.productDetails
{
	margin:0px;
	padding:0px 0px 0px 7px;
	font-size: 0.8em;
  font-weight:normal;
  position: relative;
}

div.productDetails ul {
	margin-bottom: 10px;
}

.productDetails ul li 
{
	margin:0px;
	padding:0px;
  display:inline;
	list-style:none;
	
}

.productDetails li a
{
  margin:0px;
	text-decoration: none;
        color:#000;
}

.productDetails li a:hover
{
  color: #82d52b;
  background:transparent;
}

/*  new added */
.productDetails li.prodselected  a {
color:#85D542;
}

.productImage
{
	padding:0;
	margin:0;
	height:auto;
	float:left;
	background-color:#000;
	font-size:1em;
	color:#fff;
	display:block;
	width:269px;
        text-align: center;
}

.productImage a
{ 
	color: #fff;
	text-decoration:none;
}

.productImage img
{
	padding-bottom:8px; 
	border:solid 2px #000;
}

.productImage p
{
	padding-top:0px;
	padding-bottom:5px;
	text-align:center;
	font-size: 0.9em;
}

.productDimension 
{
	bottom:10px;
	height:100%;
	margin: 0;
        float:left;
	width: 226px
}
.colContainer
{
  margin-left:8px;	
	float:left;
	background-color:black;
  color:#fff;	
}

.productDimension a
{
	color:#fff;
	text-decoration:none;
}
.productDimension img
{
  padding-bottom:3px;
	border:solid 2px #000;

}

.productDimension p
{
  padding-bottom:5px;
	text-align:center;
	font-size: 0.9em;
}
.productThumbnails
{
	padding-left:8px;
	padding-top:225px;
}

.productThumbnails img
{
	border:solid 2px #000;
	width:26.5%;
}

.productDescription, div.productDescription2
{
	padding-top: 6px;
	color:#000;
}

div.productDescription {
	width:250px;
        height:450px;
        padding: 3px;
        overflow:auto;
        float: right;
}

div.productDescription2 {
	width: 275px;/*change width from 315px*/
        height:500px;
        padding: 3px;
        overflow:auto;
}


.productDescription h1
{
	font-size: 1.1em;
	color:#83d739;
	padding-bottom:7px;
}

.productDescription h4
	font-size: 0.9em;
}

.productDescription p
{
	color:#000;
	font-size: 0.9em;
  display:inline;
}

div.productDescription2 h1
{
	font-size: 1.1em;
	color:#83d739;
	padding-bottom:7px;
}

div.productDescription2 h4 {
	font-size: 0.9em;
}

div.productDescription2 p
{
	color:#000;
	font-size: 0.9em;
  display:inline;
}

div.productDescription a
{
  margin:0px;
	text-decoration: underline;
        color:#000;
}

div.productDescription a:hover
{
  color: #82d52b;
  background:transparent;
}


/* From jace's producttabs.css file */

tr.oddBG td {
	background: #F3F3F3;
}

img.thumb {
	border: 2px solid #000;
}

/* Features and Benefits contents */
td.featureImage, td.featureThumbnails {
	vertical-align: top;
}

td.featureImage {
	width: 275px;
	/*background-color: #000;*/
	font-size: 1em;
	color: #FFFFFF;
        
}

td.featureImage a { 
	color: #FFFFFF;
	text-decoration: none;
}

td.featureImage img {
	border: solid 1px #000;
}

td.featureImage p {
	margin: 3px 0;
	padding: 3px 2px 6px 2px; 
	text-align:center;
	font-size: 0.9em;
}

td.featureThumbnails {
	width: 55px;
	padding-right: 10px;
}

td.featureThumbnails img {
	border: 1px solid #000;
}

td.detailcontent {
	vertical-align: top;
	padding: 5px;
}

td.detailcontent h2 {
	margin-top: 2px;/*35px*/
}

td.detailcontent h2 {
	color: #89D149;
	font-size: 16px;
}

td.detailcontent ul {
	margin:0;
	padding: 0;
	font-size: 0.9em;
}

td.detailcontent ul li {
	display:list-item;
	margin-left: 5px;
	padding: 0;
	list-style-type: disc;
        }

td.detailcontent ul {
	margin-left: 0;
	padding-left: 1.4em;
	text-indent: -0.3em;/*-0.7em*/
}

/*test for mockup since some of the other classes are not working*/
.enlarge {align:left;}
.enlarge img {border:0px;}
.features img {border: 0px;}


/* end of Features and Benefits contents */

/* video and insruction contents */
h3.vidin {
	margin: 20px 0 10px 0px;
}

h3.vidin, table.vidin h3 {
	text-align: center;
	font-size: 0.9em;
}

table.vidin td {
	vertical-align: bottom;
	padding: 0 15px 0 0;

}

table.vidin p {
	margin: 0 0 5px 0;
	padding: 5px 2px 10px 2px;
	text-align:center;
	font-size: 0.9em;
	background-color: #000000;
}

*:first-child+html table.vidin p {
	margin: 0 0 15px 0;
	padding: 5px 2px 10px 2px;
	text-align:center;
	font-size: 0.9em;
	background-color: #000000;
}
* html table.vidin p {
	margin: 0 0 15px 0;
	padding: 5px 2px 10px 2px;
	text-align:center;
	font-size: 0.9em;
	background-color: #000000;
}

table.vidin p a {
	color: #FFFFFF;
	font-weight: bold;
}

*:first-child+html table.vidin p a {
	color: #FFFFFF;
	font-weight: bold;
}

*:first-child+html table.vidin p a:hover {
	color: #85d542;
	font-weight: bold;
}





/* end of video and instruction */

/* codes contents */
table.codes {
	margin-top: 20px;
}

table.codes th {
	text-align: left;
	border-bottom: 1px solid #000;
	padding: 2px 3px;
}

table.codes td {
	padding: 2px 3px;
}
/* end of codes contents */

/* endorsement contents */
table.atble {
	height: 422px;
}

table.atble h2 {
	font-size: 22px;
	margin-bottom: 25px;
	color: #89D149;
}

table.atble td {
	vertical-align: bottom;
}

table.endorsement td {
	vertical-align: bottom;
}

table.endorsements {
	margin-top: 20px;
}

table.endorsements td {
	vertical-align: top;
	padding: 5px;
}

h3.endorsed {
	position: absolute;
	left: -150px;
	margin-top: 4px;
	font-size: 12px;
	color: #FFFFFF;
}
/* end of endorsement contents */

/* clean the floats */
head+/**/body .clear:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

/* Fix IE Float bug */
.clear {min-height:1%;}
* html .clear {height:1%;}
/* end of clean the floats*/

.productDescription a
{ text-decoration:underline; color:green; }
.productDescription a:hover{ color:gray; text-decoration:none;}

img.borderless {
   border: 0px solid black;
}

#vidin
{text-align:center;
margin:10px 0 0 -155px;}