/* Prestige Spas Style Sheet
 * (c) Prestige Spas 2008
 * Do not reproduce without permission
 */
 
@import "gallery.css"; 
@import "navigation.css"; 
@import "list.css";
 
* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #eee;
	font-family: sans-serif;
	font-size: 100%;
}

a {
/*	color: #fd3301; */
	color: #4e9a06;
}

h1 {
	margin-bottom: 15px;
}

h2 {
	margin-bottom: 10px;
	font-size: 1.3em;
}

div.header {
	width: 800px;
	margin: 0 auto;
}

div.main {
	width: 800px;
	margin: 0 auto;
}

div.footer {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.65em;
	color: gray;
}

div.news {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 10px;
	color: maroon;
	border: 1px solid maroon;
	background: pink;	
}

.main ul {
	margin-left: 30px;
	margin-top: 10px;
}

.main p {
	margin-left: 5px;
	margin-bottom: 5px;
}

div.special {
	margin-bottom: 30px;
	font-size: 0.9em;
	height: 150px;
}

.special .name {
	font-weight: bold;	
}

.special a :hover {
	text-decoration: underline;
}

.special .sell {
	font-weight: bold;
}

.special img {
	float: right;
	margin-left: 15px;
}

#updated {
	font-style: italic;
	color: #888;
	margin-bottom: 40px;
}div.navigation {
	height: 20px;
	width: 100%;
	color: white;
	font-size: 0.9em;
	background: #333;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
}

.navigation a {
	margin-right: 8px;
	margin-left: 8px;
	color: white;
	text-decoration: none;
}

.navigation a:hover {
	color: #8ae234;
}

.navigation form {
	display: inline;
}

.navigation #urhere {
	color: #8ae234;
}

.navigation #search {
	margin-left: 10px;
	margin-right: 30px;
}
div.filter {

}

.filter .text {
	font-size: -2;
	color: maroon;
}

.filter #page {
	margin-right: 20px;
}

.filter a {
	color: maroon;
	text-decoration: none;
}

.filter a:hover {
	text-decoration: underline;
}

div.result {
	border-bottom: 1px solid gray;
}

/* Styles for the Portable Spa Cost Calculator */
table.calc {
	font-size: 75%;
	border-collapse: collapse;
	margin: 0 auto 10 auto;
}

table.calc td {
	border: 0;
	border-top: 1px solid white;
	padding: 3px 8px;
}

table.calc input {
	width: 60px;
	border: 1px solid #484;
	margin-right: 5px;
}

div.error {
	/*
	width: 60%;
	margin: 0 auto;
	border: 1px solid red;
	background: #FCC;
	*/
	margin-top: 20px;
}

div.error p {
	font-size: 125%	
	color: red;
}

select {
	border: 1px solid #484;
}
/* Photo Gallery Stuff 
 * (c) Prestige Spas 2008
 */
div.product {
	float: left;
	background: white;
	width: 154px;
	margin: 10px;
	/* padding: 0; */
	padding-top: 2px; 
	text-align: center; 
	border: 1px solid #333;
}

.product .inner {
	background: white; 
	width: 150px; 
	height: 100px; 
	margin: auto;
}

.product a {
	text-decoration: none;
}

.product a:hover {
	text-decoration: underline;
}

.product p {
	font-size: 0.7em; 
	color: #4e9a06;
}

.productline {
	width: 100%;
	border: 1px solid black;
}

div.zoom {
	width: 250px; 
	text-align: center; 
	float: left; 
	margin-top: 20px;
}

.zoom img {
	margin: 0 auto 5px;
}

.zoom p {
	margin-top: -5px;
}

