/* CSS Document */
#mytable {
	width: 890px;
	padding: 0;
	margin: 0;
	background:none;
}
#mytable2 {
	width:555px;
	padding: 0;
	margin: 0;
	background:none;
	text-align:center;
}
#mytable2 img { vertical-align: bottom;
text-align:right;}

#mytable th, #mytable2 th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 10px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
	vertical-align: top;
}

#mytable th.imagehead, #mytable2 th.imagehead {
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	padding:0;
	background:none;
}

#mytable th.nobg, #mytable2 th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #EEE;
	background: none;
}
#mytable th.nobg2, #mytable2 th.nobg2 {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #EEE;
	border-bottom: 0;
	background: none;
}

#mytable td, #mytable2 td {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #fff;
	padding: 6px 6px 6px 10px;
	color: #4f6b72;
	vertical-align: top;
}
#mytable2 td {
	text-align:center;
}

#mytable td.alt, #mytable2 td.alt {
	background: #EEEEEE;
	color: #797268;
}
#mytable td.alt2, #mytable2 td.alt2 {
	background: #F3F3F3;
	color: #797268;
}
#mytable td a, #mytable td a:visited, #mytable2 td a, #mytable2 td a:visited {
	color:#EB0105;
	text-decoration:none;
}
#mytable td a:hover, #mytable2 td a:hover  {
	color:#EB0105;
	text-decoration:underline;
}
#mytable2 td.imagehead {
	padding:3px 5px;
}

#mytable th.spec, #mytable2 th.spec {
	border-left: 1px solid #EEE;
	border-top: 0;
	background: #fff url(../graphics/table_sidehead_bck.jpg);
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt, #mytable2 th.specalt {
	border-left: 1px solid #EEE;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
#tablebullets ul{
	margin: 0 0 6px 0;
	padding: 0; 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;	
	line-height:160%;
	list-style-type:none;
} 
#tablebullets ul li{
	margin:0;
	padding:0 0 0 14px;
    background:transparent url(../graphics/bullet2.gif) no-repeat;
    background-position:0 7px;	
} 



/* Product Page Divs */

#product_content {
	width: 890px;
	float:right;
}


