body{
	background-color: white;
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	color: black;
	margin:0px;
	padding:0px;
}

#top{
	display: none;
}

#menu{
	display: none;
}

#left-column{
	display: none;
}


#right-column{
	display: none;
}

#content{
	width: 985px;
	margin:0px auto;
	background-color: #FFFFFF;
	overflow: hidden;
}


#center-column{
	padding: 10px 5px;
	font-size: 	12px;
	line-height: 18px;
}

#center-right-column{
	padding: 10px 5px;
	font-size: 	12px;
	line-height: 18px;
}


#content h1{
	font-size: 	14px;
	color: #151563;
	line-height: 18px;
	font-weight: bold;
	font-family: Arial;
}

#content h2{
	font-family: Arial;
	font-weight:bold;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}


#content h3{
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	color: #181818;
	margin: 0px;
	padding: 0px;
}

#content p{
	margin: 20px 0px;
}


#content .data{
 border: 1px solid black;
 font-family: Arial;
 font-size: 10px;
}

#content .data th{
 background-color: silver;
}

#content .data td.in-stock{
 background-color: green;
}

#content .data td.out-of-stock{
 background-color: red;
}

#content .pagination ul{
	list-style: none;
	display: inline;
}


#content .pagination li{
	list-style: none;
	padding: 0px 5px;
	display: inline;
}


#content .flash{
	display: none;
}
