html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #000;	
}

body, td, th, input, select, option, textarea {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#navigation, #footer, #newsletter_menu {
	display: none;
}

#logo {
	margin: 0 0 20px 0;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

body.product_grid #main h1 {
	font-size: 32px;
	text-align: center;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

#imgs .img_item {
	margin: 0 0 10px 0;
}

#img_nav {
	display: none;
}

#main {
	margin: 0 0 20px 0;
}

#focusProductTitle img {
	display: block;
}

/*
body.product_grid #main {
	width: 100%;
	float: none;
}

body.product_grid #info {
	width: 100%;
	float: none;
}
*/


table#gridtable {
	border: none;
	border-collapse: collapse;
	margin: 0;
}

table#gridtable td {
	vertical-align: top;
	text-align: left;
	padding: 0;
}

table#gridtable td.work,
table#gridtable td.maintenance,
table#gridtable td.entertainment,
table#gridtable td.ghost {
	border: 1px solid #ccc;
}

table#gridtable table {
	margin: 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

table#gridtable table td {
	padding: 0;
}

table#gridtable td td {
	border: none;
}

table#gridtable a {
	text-decoration: none;
}

.reset {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}




.custom_input_button,
img.checkbox,
img.radio,
.custom_select_container {
	display: none;
}
