/*
----------------------------------------------------------
PANGORA & POSTE ITALIANE PROMO PAGE

AUTHOR 
Emanuele Pelliccione

LAST UPDATE
5-10-2007
----------------------------------------------------------
*/


/*
----------------------------------------------------------
GENERAL STYLES
----------------------------------------------------------
*/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 12px tahoma, "lucida sans", verdana, arial, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #000000;
}
hr, .alt {
	display: none;
}
.link {
	font: 10px tahoma, "lucida sans", verdana, arial, sans-serif;
	color : #000000;
	text-decoration : underline;
	
}

.link:hover {
	font: 10px tahoma, "lucida sans", verdana, arial, sans-serif;
	color : #000000;
	text-decoration : none;
		
}

/*
----------------------------------------------------------
LAYOUT
----------------------------------------------------------
*/

div#container {
	width: 970px;
	margin: 0 auto;
	background: url(../i/bg.gif) top left repeat-y;
	text-align: left;
}
div#containerin {
	width: 960px;
	margin-left: 5px;
}
div#header {
	position: relative;
	height: 200px;
	background: url(../i/bar.gif) bottom left repeat-x;
}
div#headerin {
	height: 164px;
	background: url(../i/img-header.jpg) top left no-repeat;
}
div#content {
	width: 960px;
	padding-bottom: 30px;
	background: #DBD9D4 url(../i/bar-shadow.jpg) top left no-repeat;
	overflow: auto;
}
div#sidebar {
	float: left;
	width: 398px;
	padding-top: 96px;
	background: url(../i/bg-sidebar.jpg) 0 4px no-repeat;
}
div#maincontent {
	float: right;
	width: 482px;
	padding: 20px 40px 0 40px;
}
div#box {
	width: 398px;
	margin-top: 10px;
	background: url(../i/bg-box.gif) top left repeat-y;
	font-size: 11px;
	color: #393939;
}
div#boxtop {
	background: url(../i/bg-box-top.gif) top left no-repeat;
	padding-top: 20px;
}
div#boxbottom {
	background: url(../i/bg-box-bottom.gif) bottom left no-repeat;
	min-height: 218px;
	padding-bottom: 161px;
}
div#footer {
	width: 970px;
	margin: 0 auto;
	padding-top: 10px;
	background: url(../i/footer.gif) top left no-repeat;
	font: 11px verdana, tahoma, sans-serif;
	color: #393939;
}
div#warningyes {
	width: 417px;
	margin: 43px 0 20px 0;
	padding: 10px 10px 10px 55px;
	border-top: 1px solid #ABA9A5;
	border-bottom: 1px solid #ABA9A5;
	background: #C9C7C3 url(http://www.buycentraladv.it/commons/i/icon_ok.png) no-repeat 15px 50%;
	font-weight: bold;
}

/*
----------------------------------------------------------
TYPOGRAPHY
----------------------------------------------------------
*/

h1#pangora {
	position: absolute;
	top: 30px;
	right: 43px;
	margin: 25px 0 0 0;
	padding: 0;
	width: 180px;
	height: 55px;
	background: url(../i/logo-pangora.gif) top left no-repeat;
	text-indent: -9999px;
}
h1#partner {
	position: absolute;
	top: 95px;
	right: 43px;
	text-indent: -9999px;
}
h2 {
	width: 429px;
	height: 36px;
	text-indent: -9999px;
}
p {
	margin: 0;
	padding: 5px 0;
}
div#box p {
	padding: 20px 25px 20px 20px;
}
p#warningno {
	width: 427px;
	margin: 20px 0;
	padding: 10px 10px 10px 45px;
	border-top: 1px solid #ff0038;
	border-bottom: 1px solid #ff0038;
	background: #ffd8d6 url(http://www.buycentraladv.it/commons/i/icon_error.png) no-repeat 15px 50%;
}
p#note {
	padding: 10px 6px 0 0;
	font-size: 11px;
	text-align: right;
	color: #333;
}
div#box ul {
	margin: 0;
	padding: 0 25px;
	list-style: none;
}
div#box li {
	padding: 0 0 10px 15px;
	background: url(../i/bullet.gif) 1px .5em no-repeat;
}

/*
----------------------------------------------------------
FORM
----------------------------------------------------------
*/

form {
	margin: 30px 0 0 0;
	padding: 5px 0 0 0;
	border: 0;
	background: url(../i/field-separator-top.gif) top left no-repeat;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
label {
	display: block;
	float: left;
	width: 120px;
	margin-right: 15px;
	text-align: right;
	font-weight: bold;
}
input {
	width: 300px;
	padding: 2px;
	border: 1px solid #8F8D89;
}
input:hover, input:focus {
	border: 1px solid #000;
	background-color: #f0f0f0;
}
div.field {
	padding: 10px 0 19px 0;
	background: #C9C7C3 url(../i/field-separator.gif) bottom left no-repeat;
}
div.bottom {
	background: #C9C7C3 url(../i/field-separator-bottom.gif) bottom left no-repeat;
}
button {
	position: relative;
	left: 135px;
	width: 63px;
	height: 26px;
	border: 0;
	background: url(http://www.buycentraladv.it/commons/i/invia.gif) 0 0 no-repeat;
	cursor: pointer;
}
button:hover, button:focus {
	background: url(http://www.buycentraladv.it/commons/i/invia.gif) 0 -26px no-repeat;
}