body {  
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px; 
	color: #335; 
	background-color: #bfbffd 
}

a {  
	color: #00c; 
	text-decoration: underline;
}

a:visited {
	color: #009; 
}		


form fieldset {
	margin: 20px 0;
	border: solid 2px #faf;
	padding: 20px
}

form fieldset legend {
	margin: 0px 10px;
	font-size: 14px;
	background-color: #faf;
	padding: 1px 7px;
}

form fieldset table th {
	text-align:  left;
	font-weight: normal;
	width: 120px;
	padding: 2px 0px;
	margin: 0 30px;
}

form fieldset table td {
	padding: 2px;
}


ul.notice, ul.error {
	padding: 5px;
	width: 360px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul.notice {
	border: 1px #92CB5E dotted;
}

ul.error {
	border: 1px red dotted;
}

ul.notice li, ul.error li {
	margin: 5px;
	vertical-align: top;
	background-repeat: no-repeat;
	padding: 0 0 0 60px;
	min-height: 55px; 
}

ul.notice li {
	background-image: url(/sf/sf_default/images/icons/ok48.png);
}	
ul.error li {
	background-image: url(/sf/sf_default/images/icons/error48.png);
}

ul.linklist {
	list-style: none
}
ul.linklist li {
	margin: 20px 0px;
}

a img {
	border: 0;
	text-decoration: none;
}

.important {
	border: 2px solid #bfbffd;
	color: #f00;
	padding: 15px;
	font-size: 13px;
}

h1, h1 > a {
	color: #335;
	text-decoration: none;
}

.price {
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
}

.productList h2 {
	margin-top: 0;
}

ul.productList {
	margin: 0; 
	padding: 0; 
	width:100%;
}

ul.productList li {
	border-bottom: 2px solid #fdf; 
	margin: 20px 0; 
	padding: 5px; 
	list-style-image: none; 
	list-style-type: none;
}

ul.productList li a.picLink {
	width: 200px; 
	display: block; 
	float: left;
}

hr.clearer {
	clear: left;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0;
}


#cart {
	width: 500px;
	padding: 0;
	margin: 0;
	border: 1px solid #fbf;
}        

#cart th {
	text-align: left;
	background-color: #fdf;
}

#cart td {
	background-color: #fdf;
}	

#cart th, #cart td {
	padding: 3px;
	margin: 0;
	border: 0;
}

#cart img {
	border: 0;
}

#cart tfoot td {
	border-top: 1px double #fbf;
	border-bottom: 2px double #fbf;
}