body {
	font-size: 76%;
	margin:0;
	padding:0;
	color: #ddd;
	font-family:Tahoma, Geneva, sans-serif;
	}

h1,h2,h3,h4,h5,h6,h7 {
	margin: 0px;
	padding: 10px 0px;
}
p {
	margin: 0px;
	padding: 5px 0;
}
a {
	text-decoration:none;
	color: #069;
	outline:none;
}
a:hover {
	text-decoration: underline;
}
	
	
.error {
	display:block;
	margin: 5px 0;
	clear:left;
	color: #F00;
	border:	dotted 1px red;
	padding: 5px;
}
.price{
	text-align:right;
}
#content .widget.title {
	font-weight:bold;
	color:#999;
	font-size:1.15em;
	text-transform:uppercase;
}
.custom_pages #content .title { 	
	font-weight:bold;
	color:#999;
	font-size:1.15em;
	text-transform:uppercase;
}