* { 
margin:0px;
padding:0px;
}
body {
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	color: #5A5A5A;
	background-image: url(../images/archive/tabbed_accordion_images/background.gif);
	background-repeat: repeat-x;
	text-transform: uppercase;
}
a{
color: #fff;
text-decoration: none;
}
a:hover{
	color: #ECECEC;
}
p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
}
#wrapper {
width: 540px;
margin: 2px auto;
}
.box{
}
.boxholder{
	clear: both;
	padding: 5px;
}
table.specs,
table.geo {
	width: 480px;
}
.specs .odd, 
.geo .odd {
	background-color:#F0F0F0;
	height:18px;
	font-size:10px;
	line-height:12px;
}

.tab {
	float: left;
	height: 32px;
	width: 170px;
	text-align: center;
	margin: 0px;
}
.tabtxt{
color: #fff;
font-size: 11px;
padding: 9px 0 0 0;
}
.spec_box {
	height: 320px;
	width: 500px;
	overflow: auto;
	margin: 0px auto;
}

