* {
	margin: 0;
	padding: 0;
}
div.header {
	clear: both;
	background: url(media/bg/header.gif) no-repeat 100px 0px;
/*	background: url(media/bg/header.gif) no-repeat 0px 0px;*/
}
div.header h1 {
	padding-left: 370px;
}

div.note {
	padding: 100px 0 0 0;
	width: 200px;
	background: url(media/bg/note.gif) top no-repeat;
	position: absolute;
	left: 785px;
	right: 10px;
	z-index: 2100;
	color: #64526e;
}
div.note .padding {
	padding: 0 20px 0 15px;
}
div.note-bottom {
	clear:both;
	background: url(media/bg/note.gif) bottom no-repeat;
	height: 42px;
}

div.logged {
	padding: 200px 0 0 0;
}
div.components {
	padding: 30px 0 0 0;
}

div.images .pictureFrames {
	position: absolute;
	z-index: 50;
}

div.images .picture1 {
	position: absolute;
	top: 113px;
	left: -30px;
	z-index: 20;
}
div.images .picture2 {
	position: absolute;
	top: 113px;
	left: 140px;
	z-index: 10;
}
div.images .picture3 {
	position: absolute;
	top: 360px;
	left: -12px;
	z-index: 10;
}
div.images .extra {
	position: absolute;
	top: 280px;
	left: 0px;
	z-index: 80;
}
div.images .phone {
	position: absolute;
	top: 330px;
	left: 220px;
	z-index: 20;
}
div.images .enquete {
	position: absolute;
	top: 130px;
	left: 335px;
	z-index: 50;
}

div.images .brochure {
	position: absolute;
	top: 113px;
	left: 415px;
	z-index: 30;
}

div.login {
	border-bottom: 1px solid #64526e;
	padding: 5px 0 10px 0;
	font-size: 0.90em;
}
div.loggedIn {
	position: relative; 
	top: 0px; 
	left: -20px; 
	z-index: 10;
	text-align: center;
	line-height: 18px;
	height: 80px;
	padding-top: 10px;
}

div.continue {
	padding: 5px 10px 20px 10px;
	text-align: right;
}
div.menu, div.menuSmall, div.menuSmallst  {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 135px;
	width: 643px;	
}

div.menuSmall {
	width: 548px;
}

div.menuSmallst {
	width: 300px;
}

div#Pizza, div#Pasta, div#Archive, div#Toppings, div#SideDishes, div#Checkout, div#prevCustPizza, div#customPizza  {
	left: 100px;
	top: 150px;
	z-index: 1;
}
div#Checkout   {
	left: 340px;
}
div#Toppings, div#customPizza  {
	left: 335px;
}
div#Preview {
	left: 0;
	top: 250px;
}
div#prevCustPizza  {
	left: 20px;
	top: 400px;
}
#Preview td {
	padding-left: 10px;
}


div.contents, .menuSmall div.contents {
	float: left;
	padding: 0;
	width: 643px;
	/*background-color: #fe9;*/
}

.menuSmall div.contents {
	width: 548px;
}

.menuSmallst div.contents {
	width: 443px;
}

div#prevCustPizza div.contents {
	width: 280px;
}

div.order {
	width: 600px;
}
div.order div.contents {
	width: 598px;	
}

.contents select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #003;
	font-size: 1em;
	width: 135px;
}

table.form select {
	font-size: 1em;
	width: 150px;
}

div.select {
	float: left;
	display: none;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #666;
	width: 178px;
	background-color: #fe9;
}
div.toppings {
	/*background-color: #ffe36b;*/
}

/* LABELS */

div.previewpane, div.previewpaneDT {
	position: relative;
	left: -164px;
	z-index: 300;
	width: 510px;
}

div.previewpaneDT {
	left: -295px;
}

div.previewpane div.previewpane, div.previewpaneDT div.previewpaneDT {
	left: 0;
}

div.columns {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}
div.column {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 210px;
}
fieldset.account div.column, div.toppings div.column{	
	width: 210px;
}
div.reg div.first {
	padding: 0 10px 0 30px;
	width: 190px;
}
div.reg fieldset.account div.first, div.toppings div.first {
	padding: 0 10px 0 0;
	width: 190px;
}

/* Added on 27.09.2006 with changes in order process */

div.clear {
	width: 100%;
	clear: both;
	float: none;	
}

/*Added 29.09.2006 - change cursor on non-draggable menus*/
div.reg {
	cursor:default;
}
div.missing-page {
	position: absolute;
}
div#Toppings2 {
	left: 15px;
	top: 478px;
}
div#MyPizzasCustomDouble {
	left: 3px;
	top: 440px;
}





/*Added 12.03.2007 - from Reni html */

dd.pizza-img {
    width:132px;
    float:left;
}
dd.pizza-img img {
    padding-top:5px;
    padding-bottom:5px;
    padding-left:15px;
}
dd select {
	font-size: 10px;
}


