@charset "utf-8";
/* CSS Document */
/* REVIEW STYLES - stylesheet for items and classes only used on product review pages --------
---------------------------------------------------------------------------------------------- */


/* START OF REVIEW ITEM 
--- product spec table------------------------------------------------------------------------

---------------------------------------------------------------------------------------------- */
#review-specs{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; /* table items font size */
	margin: 0px;
	width: 660px; /* table total width */
	text-align: left;
	border-collapse: collapse;
	}
#review-specs th{
	font-size: 14px; /* table headings font size*/
	font-weight:bold;
	padding: 10px 8px;
	color: #000; /* table headings color */
	background: #009900;
	border-bottom:#000000, thick;
	
	}
#review-specs td{
	padding: 8px;
	color: #000; /* table items color */
	}
#review-specs .odd{
	background-color: #d5ead5; /* odd row table bg color */
	
	}
	


/* END OF REVIEW ITEM - product spec table
---------------------------------------------------------------------------------------------- */



/* START OF REVIEW ITEM 
--- top tabs for anchoring review sections----------------------------------------------------
---------------------------------------------------------------------------------------------- */

ul#tabnav { /* general settings */
text-align: center; /* set to left, right or center */
margin: 3px 0 1px 0; /* set margins as desired */
font: bold 14px Arial, Helvetica, sans-serif; /* set font as desired */
/*border-bottom: 1px solid #ccc; set border COLOR as desired */

padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
list-style-type: none;
display: inline;
background-color: #009900; /* set unselected tab background color as desired */
color: #000;
padding: 3px 4px;


}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
z-index: 1;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
z-index: 1;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
text-decoration: none;
padding: 3px 4px;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #06c706; /* set desired hover color */
color:#000000;
padding: 3px 4px;

}



ul#tabnav li.buytab{

background-color: #003400; /* set unselected tab background color as desired */
color: #fff; /* set unselected tab link color as desired */
z-index: 2;
}
ul#tabnav li.buytab a{
color: #fff; /* set unselected tab link color as desired */
text-decoration: none;
padding: 3px 4px;
}
ul#tabnav li.buytab a:hover{

background-color: #005600; /* set unselected tab background color as desired */
color: #0bfaff; /* set unselected tab link color as desired */
text-decoration: none;
padding: 3px 4px;
}

/* END OF REVIEW ITEM - top tabs for anchoring review sections
---------------------------------------------------------------------------------------------- */




/* testing area */


#reviewtopics{
border-color:#008000;
border: solid 1px; 


width: 680px;
height: 80px;
}
#reviewtopicstitle{
color: #008000;
font-weight:bold;
font-size:12px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
} 
#newul{
text-align: center;
position:relative;
left: -10px;
}

#newul li{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
display: inline;
overflow:scroll;
font-weight:bold;

margin-right: 6px;
}
#newul a{

font-weight:bold;
color:#000000;
text-decoration:none;
}
#newul a:hover{
color:#0000c0;

text-decoration:none;
}

.buy{
color:#fff;
background-color:#003300;
/*display: inline; */
/*padding-left: 6px; */
/*padding-right: 4px; */
border: 0px solid #330000;
}

.buy a{
color:#fff;
text-decoration:none;
}

.buy a:hover{
color:#5cdcdf;
text-decoration:none;
}
