* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font: 85% "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	color: #888;
}


h1 { 
	position: absolute;
	top: 30px;
	right: 0;
	width: 18px;
	height: 75px;
	background: url('../images/peroni_logo.jpg') top right no-repeat;
}
h1 span {
	visibility: hidden;
	font-size: 1%;
}

#ctr {
	width: 550px;
}




h2 {
	padding: 0px 0;
	height: 75px;
	margin: 0;
	color: #666;
	border-bottom: 1px dotted #999;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

ul#start {
	list-style: none;
	margin-left: 0;
	position:relative;
	left: -20px;
}
ul#start li {
	margin-bottom: 6px;
}

div.pop_sect {
	position:relative;
	padding: 30px 20px 40px 0px;
	min-height: 360px;
	border-bottom: 1px dotted #999;
	margin-left: 20px;
	margin-bottom: 19px;
	font-size: 85%;
	
}
div.pop_sect img {
	margin-bottom: 3px;
}
div.pop_sect .close_window {
	position:absolute;
	top: 10px;
	right: 0;
}
div.pop_sect .back_to_top {
	position:absolute;
	bottom: 0;
	right: 0;
}
div.pop_sect h3 {
	padding: 0;
	margin: 0;
}
div.pop_sect a {
	color: #888;
}
div.pop_sect a:hover {
	color: #444;
}
.close_window a,
.back_to_top a {
	text-decoration: none;
}
.close_window a:hover,
.back_to_top a:hover {
	text-decoration: underline;
}
div.pop_sect p {
	margin: 0 0 15px 0;
	padding: 0;
}

dt {
	padding-top: 10px;
	padding-bottom: 3px;
	font-weight: bold;
}
dd {
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
}


table {
	margin: 10px 0;
	border-collapse: collapse;
}
th {
	text-align: left;
	color: #666;
}
thead tr {
	border-bottom: 1px solid #ccc;
}
th, td {
	padding: 5px 15px 5px 5px;
}
#total td {
	border-top: 1px solid #ccc;
}
form p {
	margin: 10px 0;
}

label {
	display:block;
}
fieldset {
	border: 0;
	padding: 10px 0;
}
p#placeorder {
	text-align: right;
}

.hr {
	border-top: 1px dotted #999;
}
.hr hr {
	display:none;
}

a img {
	border: 0;
}

#foot {
	margin-top: 35px;
	border-bottom: 1px dotted #999;
	text-align: right;
}
#foot .left {
	width: 375px;
	float:left;
	text-align: left;
}

#foot img {
	margin-left: 10px;
}
#foot span img {
	margin: 0 0 0 0;
}

#basketftr {
	margin: 10px 0;
	font-size: 85%;
	color: #888;
	text-align: right;
}
#basketftr a {
	color: #888;
}

.clear {
	clear:both;
	font-size: 1%;
	height: 1px;
	line-height: 0;
}