@import url("content.css");
@import url("useful.css");

* {
	color: #000;
	background: none;
}

#page {
	padding: 0px 0 0 0;
}

#header .logo {
	position: absolute;
	left: 0;
	top: 0;
}

#breadCrumbs, #menu, #leftMenu, #secondMenu, #banners, #footerMenu,  #footer .logo, .siteMap, .button, .banner, #topMenu, #footer, .filter, .detailInfo, .noPrint, .closeIt  {
	display: none;
}

h2 {
	margin: 0 0 10px 0;
}

h3 {
	padding-left: 0;
}

ul {
	margin-left: 10px;
}

ul li {
	list-style: square;
	padding-left: 5px;
	margin-left: 5px;
}

th {
	border-bottom: 2px #b0b4bd solid;
}

table {
	border-collapse: collapse;
}

table td, table th {
	border: 1px #CECFCE solid;
}

table.productTable th, table.productTable td {
	padding: 2px;
	font-size: 10px;
}