/*Product Page CSS
------------------------------------------------------------------- */

.prodtablabels {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left;} /*set to left, center, or right to align the menu as desired*/
.prodtablabels li {
	display: inline;
	margin: 0;}
.prodtablabels li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(../images/shade.gif) top left repeat-x;}
.prodtablabels li a:visited {
	color: #2d2b2b;}
.prodtablabels li a:hover {
	text-decoration: underline;
	color: #2d2b2b;}
.prodtablabels li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;}
.prodtablabels li a.selected { /*selected main tab style */
	background-image: url(../images/shadeactive.gif);
	border-bottom-color: white;}
.prodtablabels li a.selected:hover { /*selected main tab style */
	text-decoration: none;}
.prodpagetitle {
	font: small-caps bolder 18px Arial, Helvetica, sans-serif;}
#productdivcontainer .details {
	font: 12px Arial, Helvetica, sans-serif;
	line-height:16px;
	letter-spacing: .08em;
	text-align:justify;}
#productdivcontainer .domedetails {
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: .08em;
	text-align:justify;}
#productdivcontainer .slipdetails {
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: .08em;
	text-align:justify;}
#productdivcontainer .sliptitles {
	font: bolder 14px Arial, Helvetica, sans-serif;
	letter-spacing: .08em;
	padding-bottom: 5px;}
#productdivcontainer .slipnametable {
	text-align: center;}
#productdivcontainer .slipnamecell {
	display: inline-block;
	font: bold 12px Arial, Helvetica, sans-serif;
	width:130px;
	margin:0px;
	padding-bottom:10px;}
#productdivcontainer .details ul {
	margin-top: 0;
	margin-left: 3;
	padding-left: 3;
	padding-top: 0;}
#productdivcontainer .details li {
	list-style-type: none;}
#productdivcontainer table {
	width: 590px;
	border: 1px solid #333333;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;}
#productdivcontainer table td {
	border: 1px dotted #666;line-height:16px;}
.tableheader {
	background: #000;
	color: #FFF;
	font-weight:800;
	text-align:center;
	vertical-align:bottom;
	height: 35px;}
.tablesubheader {
	color:#000000;
	background:#CCCCCC;
	font-weight:800;
	text-align:left;}
.tabledata {
	color:	#000000;
	text-align:center;}
.tablerowgrey {
	background: url(../images/link_hover.gif);
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=85);-moz-opacity: .85;opacity:.85;}
/*-------------------------------------------------------------------*/
.pagestyle {
	margin-left: 15px;}
.pagestyle a {
	text-decoration: none;
	font: small-caps bold 15px Arial, Helvetica, sans-serif;
	letter-spacing: .05em;}
.pagestyle img {
	border: none;
	padding: 1px;}
