a img {
	border: 0px;	
}

h1 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 1.5em;
}

select, button {
	font-size: .9em;
}

.nav, .nav * {
	padding:0px;
	margin:0px;
	list-style: none;
}

.nav {
	margin-left: -8px;
}

#main-outer {
	margin-bottom: 5px;
}

.product-outer {
	width: 31.8%;
	float: left;
	margin: 0px 5px 15px 5px; 
}
.product-inner {
	overflow: hidden;
	width: 100%;
}

.product-outer.special {
	width: 48.5%;
	margin-bottom: 0px;
}

.product-inner .header-inner {
	overflow: hidden;
	white-space: nowrap;
}

.product-inner .header-inner h3 {
	font-size: .8em;
}

.product-inner .image-outer {
	width: 110px;
	float: left;
	text-align: center;
}

.product-inner .image-inner {
	padding-top: 5px;
}

.product-inner .desc-inner {
	margin-left: 105px;
}

.product-inner .product-body-inner {
	cursor: pointer;
	overflow: hidden;
}

.product-inner .product-body-inner .product-body-content {
	border: 1px #dbdbdb;
	border-style: none solid;
	min-height: 130px;
}

.product-inner .desc-inner {
	font-size: .9em;
	padding: 5px 10px 5px 5px;
}

.product-outer.special .desc-inner {
	font-size: 1.1em;
	padding-left: 15px;
	font-weight: bold;
}

.product-inner .buttons-inner {
	overflow: hidden;
	font-size: .8em;
}

.product-inner .buttons-inner .moreinfo {
	float: left;
	width: 40%;
	background-color: #AAA;
}

.product-inner .buttons-inner .moreinfo a {
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	color: #FFF;
}

.product-inner .buttons-inner .price {
	margin-left: 41%;
	background: #CCC;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

#specials-inner {
	overflow: hidden;
}

.pagelister-outer {
	margin-bottom: 10px;
	background: #EEE;
	border: 1px dotted #BBB;
}

.pagelister-inner {
	padding: 10px;
	overflow: hidden;
}

#subs-outer {
	padding-bottom: 10px;
}

#subs-inner {
	overflow: hidden;
	border-bottom: 1px dotted #BBB;
	padding-bottom: 10px;
}


#subs-inner ul li {
	width: 25%;
	float: left;
	font-weight: bold;
}


#subs-inner p {
	margin: 0px;
}

.product-options-inner {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.product-options-inner li {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 1.4em;
	line-height: 1.4em;
}

.product-options-inner li.products {
	width: 120px;
}

.product-options-inner li.pages {
	width: 120px;
}

.product-options-inner li.sortby {
	width: 180px;
}

.product-options-inner li.buttons {
}

#categories-outer {
	margin-bottom: 10px;
}

#copyright {
	font-size: .8em;
	color: #FFF;
	padding-right: 10px;
	text-align: right;
}

#specials-outer {
	margin-bottom: 10px;
}

.systemMessage {
	background-color: #FFFFCC;
	padding: 4px;
	border:2px double #FFD801;
	color:#777;
	margin-top:5px;
	margin-bottom: 5px;
}

.systemError {
	background-color: #FFDBDD;
	padding: 4px;
	border:2px double #FF010D;
	color: #FF010D;
	margin-top:5px;
	margin-bottom: 5px;
}