/*css template for aquadeli*/

body {
	background-color:#ffffff;
	background-image: URL('');
}

.body {
	background-color:#ffffff;
	font-family:verdana, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 5px;
	color: #666666;
	text-align: left;
}

.heading {
	background-color:#ffffff;
	font-family:verdana, sans-serif;
	font-size: 14px;
	padding-left: 0px;
	color: #ed70a1;
	font-weight: bold;
	text-align: left;
}

.subheading {
	font-family:tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-align: left;
}


.dottedLine	{
	border-width: 1px;
	border-top-style: dotted;	
	border-color: #cccccc;
	background-color:#ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.border	{
	border-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-style: dotted;	
	border-bottom-style: dotted;
	border-color: #cccccc;
	background-color:#ffffff;
	font-family:tahoma, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	color: #999999;
	text-align: left;
}

.button	{
	background-color: #f0f8ff;
	font-family: tahoma, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999999;	
	width: 20px;
	height: 20px;
}

.buttonShop	{
	background-color: #f0f8ff;
	font-family: tahoma, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999999;	
	width: 60px
	height: 20px;
}


.centering {
	margin-left: -400px;
	position: absolute;
	left: 50%;


a:link {text-decoration: none; color: #000066;}
a:visited {text-decoration: none; color: #000066;}
a:active {text-decoration: none; color: #000066;}
a:hover {text-decoration: underline; color: #3bbdee;}