body,html {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}
#vertical_align_body {
	display:table;
	height:100%;
	width:100%;
}
#vertical_align_holder_outer {
	vertical-align:middle;/* not readable for IE*/
	margin-top:4%;
	display:table-cell; 
}
#site {
	background-image:url(../graphic/bg_body.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:708px;
	height:506px;
}
#siteTable {
	background-image:url(../graphic/bulb.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#menu {
	margin-left:14px;
	margin-top:4px;
}
#logo {
	background-image:url(../graphic/logo.gif);
	width:120px;
	height:33px;
	cursor:pointer;
}
#bodyOuter {
	width:588px;
}
#bodyOuterMargin {
	margin-top:11px;
}
#bodyInner {
	width:577px;
	height:439px;
	background-color:white;
	overflow:auto;
}
#bodyInnerMargin {
	margin-left:22px;
	margin-top:19px;
}
#bodyContent {
	width:525px;
}
#siteHeight {
	height:506px;
	overflow:hidden;
	width:1px;
}
#footer {
	width:350px;
	height:45px;
	border:0px solid white;
	overflow:hidden;
	margin-bottom:7px;
}
#logoBig {
	background-image:url(../graphic/logo_big.gif);
	width:219px;
	height:40px;
	cursor:pointer;
}
/* products */
table.product {
	margin:6px 0 0 0;
	border-bottom:1px solid #CCC;
}
table.product_data {
}
table.product_data
,table.product_data th
,table.product_data td {
	border-collapse:collapse;
}
table.product_data th {
	font-weight:bold;
	font-size:10px;
	border-bottom:1px solid #CCC;
	background-color:#EEE;
}
table.product_data td {
	font-weight:normal;
	text-align:left;
	font-size:11px;
	white-space:nowrap;
}
table.product_data th {
	padding:1px 1px 1px 1px;
	text-align:center;
}
table.product_data td {
	padding:1px 2px 1px 2px;
	text-align:center;
}
span.product_mini {
	font-size:9px;
}
div.product_headline {
	margin-bottom:4px;
}
div.product_specialLogos {
	float:right;
}
div.product_clear {
	clear:both;
}
div.product_comment {
	font-weight:normal;
	text-align:left;
	font-size:11px;
	padding:6px 0 8px 0;
}
td.product_image {
	vertical-align:top;
	width:155px;
}
div.product_image {
	width:155px;
}
img.product_image {
}
div.product_logoHolder {
	border-top:1px solid #CCC;
	padding-top:10px;
}
div.product_line {
	overflow:hidden;
	height:1px;
	border-bottom:1px solid #CCC;
	margin:4px 0 4px 0;
}