body {
	font-size: 72%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #003;
	background: #decdaf url(media/bg/bg.gif);
	text-align: left;
}
.subheader {
	color: #008b68;
}
.small {
	display: block;
	margin: 2px 0 10px 0;
	font-size: .9em;
	font-weight: normal;
}

.customPizzaSelectVariant
{
	margin-top:2px;
}

.intro .small {
	font-size: .9em;
}

.note .intro .small { color: #c40009; }

.intro .smallBlack
{
	color: #000000;
	font-size: .9em;
}

.banksList
{
	position:relative;
	left:-45px;
	top:-15px;
}
.extraText
{
	color: #000000;
	margin-left: 14px;
	font-size: 0.95em;
}

textarea, input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
} 
/* 01.Headings */
h1 {
	padding: 0;
	font-size: 1em;
	position: relative;
	z-index: 1;
}
div.menu h2, div.menuSmall h2,  div.menuSmallst h2 {
	margin: 0;
	padding: 0;
	height: 52px;
	font-size: 1em;
	font-weight: bold;
	color: #ffe763;
}

div.menu h3, div.menuSmall h3, div.menuSmallst h3 {
	clear: both;
	margin: 0;
	padding: 0 10px 15px 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #007754;
}

div.order h3 {
    margin: 10px 0 0 0;
    font-size: 1.3em;
}

.greenButton {
               /* float:left; */
                font-size:12px;
                font-family:Tahoma, Verdana;
                font-weight:bold;
                height:29px;

}
a.greenbtnL {
                background:url(media/btn/leftSide.gif) no-repeat left top;
                text-decoration:none;
                padding:7px 8px 8px 12px;
}
.greenButton .greenbtnR {
                background:url(media/btn/rightSide.gif) no-repeat left top;
                padding:7px 0 8px 2px;                  
}

div.contents .toppings h4 {
	padding: 0 10px 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff8df;
}

div.contents dl {
	float: left;
	clear: both;
	position: relative;
	margin: 0;
	padding: 5px 0;
	width: 100%;
	/*background-color: #fe9;*/
	font-size: 0.95em;
}


/* 03.Lists */
div.navigation, div.navigation-sub {
	margin: 0;
	list-style: none;
}

div.navigation { 
	background-color: #008b68;
}

div.navigation-sub {	
	width: 100%; 
	/* mozillas miss */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.newyorkpizza.nl/media/bg/bg-nav.png');
	/* mozilla only */
	background-color: rgba(255,255,255,0.6); 
}

div.navigation li, div.navigation-sub li {
	display: inline;	
	list-style-type: none;
	font-size: 1.2em;
	margin-left: -4px;
}


div.navigation li.first { margin-left: 50px; }
div.navigation-sub li.first { margin-left: 112px; }

div.navigation li.first, div.navigation-sub li.first {
	border-left: 0;
}

div.navigation li a { position: relative; display: inline-block; padding: 5px 10px;}
div.navigation-sub li a { position: relative; display: inline-block; padding: 3px 10px;}


ul.navigation li a, ul.navigation-sub li a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

ul.navigation li a:link, ul.navigation li a:visited, ul.navigation li a:hover, ul.navigation li a:active {
	text-decoration: none;
	color: #fff;	
	font-weight: bold;
}

ul.navigation li.current a, .navigation-sub li.current a {
	color: #fff;
}

ul.navigation-sub li a, ul.navigation-sub li a:visited, ul.navigation-sub li a:hover, ul.navigation-sub li a:active {
	color: #000;
	text-decoration: none;
}

ul.navigation li a:hover, ul.navigation-sub li a:hover, ul.navigation li.current a, ul.navigation-sub li.current a {
	background-color: #e47a00;
	color: #fff;
}

div.contents {
	float: left;
	clear: both;
	position: relative;
	margin: 0;
	padding: 5px 0;
	width: 100%;
	font-size: 1em;
	background: #fff;
}
div.contents dd.description {
  float: left;
  width: 210px;
	margin: 0;
	margin: 5px 0 10px 0;
	line-height: 15px;
}

div.contents dd.description h1 { color: #008b68;}

div.contents dd.variations {
	float: left;
	width: 150px;
	margin: 0;
	padding: 5px 10px 0 10px;
}
div.contents dd.action {
	float: left;
	margin: 5px 10px 10px 0;
	padding: 0;
	width: 120px;
}
div.contents dd.pizza-img {
	clear: both;
	float: left;
	width: 120px;
}

div.contents dl.orderlist dd.description {
  width: 500px;
	margin: 0;
	padding: 5px 10px 0 15px;
	line-height: 15px;
}

div.contents dl.detail {
	clear: both;
}

div.contents dl.detail .pizza-img {
	clear: both;
	float: left;
	width: 350px;
}

div.contents dl.detail .description {
	width: 305px;
	padding: 0 10px 0 15px;
}

div.contents .coupon .intro {
	float: left;
	padding: 5px 0 0 15px;
	font-size: 1.1em;
	font-weight: bold;
  width: 375px;
	padding-top:0;
	margin-top:0;
}

div.contents .coupon dl.detail dd.description {
  width: 230px;
	padding-top:0;
	margin-top:0;
	padding-left: 30px;
}
div.contents .coupon dl.detail dd.action {
	padding:0;
	margin:0;

}

div.contents dl.detail .voedingswaarde {
	position: absolute;
	left: 210px;
	top: 60px;
	z-index: 400;
}
div.contents dl.detail .suggestion {
	float: left;
	width: 200px;
	padding: 0 10px 0 35px;
}
div.contents dl.detail .suggestion h1 {
	margin: 10px 0 10px 0;
}

.menuSmall div.contents dl.detail .description {
	width: 245px;
	padding: 0 10px 0 15px;
}

.menuSmall div.contents dl.detail .variations {
	width: 100px;
}
.menuSmall div.contents dl.detail .action {
	width: 118px;
}

.menuSmallst div.contents dl.detail .description {
	width: 120px;
	padding: 0 10px 0 15px;
}

.menuSmallst div.contents dl.detail .variations {
	width: 140px;
	padding-left: 5px;
}
.menuSmallst div.contents dl.detail .action {
	width: 118px;
}

div#prevCustPizza div.contents {
	 padding-top: 0;
	 background-color: #fff;
}

div#customPizza div.contents dl.halfs li {
	clear: both;
	_clear: none;
	padding:0;
}
div#customPizza div.contents dl.halfs h4 {	
	padding-bottom: 10px;
}

div#customPizza div.contents dl.halfs dt {
	float:left;
	width: 330px;
	padding:0;
}

div#customPizza div.contents dl.halfs dd {
	float: right;
	padding-right: 10px;
}

div#customPizza div.contents dl.halfs dd {
	width: 50px;
}

div#customPizza div.contents dl.detail .description, div#Toppings div.contents dl.detail .description{
	width: 124px;
}

div#prevCustPizza div.contents dl.detail .description {
	width: 175px;
	font-size: 0.95em;
}

div#prevCustPizza div.contents dl.detail .description h1 {
	font-size: 0.95em;
	font-weight: normal;
}

div#prevCustPizza div.contents dl.detail .description h1 a {
	font-size: 1em;
	font-weight: bold;
	display:block;
}

div#prevCustPizza div.contents dl.detail .action {
	width: 55px;
}

div#prevCustPizza div.contents dl.detail .action th, div#prevCustPizza div.contents dl.detail .action td {
	padding-left: 5px;
}

div.contents dl.even {
}

div.contents dl.last {
	padding-bottom: 30px;
}

div.contents dt.selected {
	color: #e60004;
	background: url(media/bg/dt_selected.gif) no-repeat 10px 0;
}

div.contents dd, div.contents dt {
	color: #003;
}

div.contents h1 {
	font-size: 1.1em;
	color: #003;
}


div.contents dl.intro {
	margin: 0;
	padding: 10px 15px 10px 15px;
	width: 613px;
}

.menuSmall div.contents dl.intro, .menuSmallst div.contents dl.intro {
	margin: 0;
	padding: 10px 15px 10px 15px;
	width: 518px;
}

.menuSmall div.contents dl.intro.even dd a:hover { text-decoration: none; }

div.contents .current {
	color: #003;
	font-size: 0.8em;
}
div.payment {
	position: absolute;
	top: 22px;
	left: 95px;
	clear: both;
	width: 90px;
	height: 70px;
	background: url(media/btn/preview.png) no-repeat; 
	_background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/btn/preview.png', sizingMethod='fixed');
	cursor: pointer;
	z-index: 100;
}

div.paymentDisabled 
{
	position: absolute;
	top: 22px;
	left: 95px;
	clear: both;
	width: 90px;
	height: 70px;
	background: url(media/btn/preview.png) no-repeat; 
	_background-image: none; 
	_background:none;
	cursor: pointer;
	z-index: 100;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);		
	opacity:.5;			
}

div.paymentSmall {
	position: relative;
	top: 10px;
	left: 105px;
	clear: both;
	display: block;
	width: 60px;
	height: 49px;	
	background: url(media/btn/preview_small.png) no-repeat; 
	_background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/btn/preview_small.png', sizingMethod='fixed');
	cursor: pointer;
}
div.paymentSmallDisabled {
	position: relative;
	z-index:10000;
	top: 10px;
	left: 105px;
	clear: both;
	display: block;
	width: 60px;
	height: 49px;	
	background: url(media/btn/preview_small.png) no-repeat; 
	_background-image: none;
	_background:none; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity:.5;
    cursor: pointer;
}

div.checkoutBack, div.checkoutTo1, div.checkoutTo2, div.checkoutTo3, div.checkoutTo4,div.checkoutTo2Extra {
	position: absolute;
	top: -40px;
	clear: both;
	width: 90px;
	height: 70px;	
	cursor: pointer;
}
div.checkoutBack {
	left: -90px;
	background: url(media/btn/terug.gif) no-repeat; 
}

div.checkoutTo1 {
	left: 560px;
	background: url(media/btn/stap1.gif) no-repeat; 
}

div.checkoutTo2 {
	left: 560px;
	background: url(media/btn/stap2.gif) no-repeat; 
}

div.checkoutTo2Extra {
	left: 560px;
	top:87%;
	background: url(media/btn/stap2.gif) no-repeat; 
	
}

div.checkoutTo3 {
	left: 560px;
	background: url(media/btn/stap3.gif) no-repeat; 
}

div.checkoutTo4 {
	left: 560px;
	background: url(media/btn/stap4.gif) no-repeat; 
}

div.contents div.dots {	
}


.divider { clear: both; height: 1px; background: #e47a00; margin: 0 15px; }
.divider hr { display: none;  }

div.cup {
	position: absolute;
	top: 0;
	right: -10px;
	display: block; 
	width: 229px; 
	height: 124px; 
	background: url(media/cup.png) no-repeat; 
	_background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/cup.png', sizingMethod='scale');	 
	z-index: 12;
}

div.card {
	position: absolute;
	top: 60px;
	right: -10px;
	display: block; 
	width: 238px; 
	height: 139px; 
	background: url(media/welcome.png) no-repeat; 
	_background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='media/welcome.png', sizingMethod='fixed');	 
	z-index: 0;
	text-align: center;
}

/* 04.Images */
img, a img {
	border: 0;
}


img.bill {
	position: absolute;
	right: -300px;
	top: -20px;
}

div.previewpane img, div.previewpaneDT img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	margin: 0;
	display: none;
	visibility: hidden;
	width: 510px;
	height: 301px;
}


div.previewpane img, div.previewpaneDT img {
	_display: block;
	_visibility: visible;
}


div.previewpaneDT div.leftHalf {
	position: absolute;
	left: 0px;
	margin: 0 0 0 131px;
}

div.previewpaneDT div.rightHalf  {
	position: absolute;
	left: 262px;
	margin: 0 0 0 131px;
}
div.previewpaneDT div.leftHalf img  {
	width: 262px;
	height: 256px;
}

div.previewpaneDT div.rightHalf img {
	width: 265px;
	height: 301px;
}

div.contents .halfs h4 img {
	padding-right: 10px;
}

div.images {
	float:left;
	width: 750px;
}

div.note h2 {
	font-weight: normal;
	font-size: 0.95em;
	margin: 10px 0 5px 0;
}
div.note h3 {
	font-size: 1em;
	margin: 0 0 3px 0;
}

div.contents table.form h1 {
	font-size: 1em;
}
div.contents table.form h2 {
	font-size: 1.1em;
	color: #008b68;
}
div.loggedIn h2 {
	font-weight: bold;
	color: #008b68;
	font-size: 13px;
	margin: 0;
}
table.form b {
	color: #c40009;
}

div.note td {
	font-size: 0.95em;
}

/* 05.Links */

div.note a:link, div.note a:visited, div.note a:hover, div.note a:active {
	color: #4e00ff;
	font-weight: bold;
}
table.bill a {
	display: block;
}
div.login a:link, div.login a:visited, div.login a:hover, div.login a:active {
	color: #4e00ff;
	font-weight: bold;
}
div.contents dt a:link, div.contents dt a:visited, div.contents dt a:hover, div.contents dt a:active {
	display: block;
	font-size: .8em;
	font-weight: normal;
}
div.contents dt a.last:link, div.contents dt a.last:visited, div.contents dt a.last:hover, div.contents dt a.last:active {
	border: 0;
}
div.contents a:link, div.contents a:visited, div.contents a:hover, div.contents a:active {
	color: #008b68;
	text-decoration: none;
}
div.contents a:hover {
	color: #e47a00;
	text-decoration: underline;
}
div.contents a:hover .checkoutTo2,
div.contents a:hover .checkoutTo3,
div.contents a:hover .checkoutTo4,
div.contents a:hover .checkoutTo2Extra,
div.contents a:hover .checkoutTo3Extra,
div.contents a:hover .checkoutTo4Extra,
div.contents a:hover .checkoutBack { 
	text-decoration: none;
}


ul.orders li a:link, ul.orders li a:visited, ul.orders li a:hover, ul.orders li a:active {
	color: #e60004;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
ul.orders li a:hover {
	text-decoration: underline;
}

div.contents dt a:link, div.contents dt a:visited, div.contents dt a:hover, div.contents dt a:active {
	font-weight: bold;
	color: #e60004;
}

div.note a:link, div.note a:visited, div.note a:hover {
	color: #64526e;
	font-size: 0.90em;
	font-weight: normal;
}


table.order-price .current a:link, table.order-price .current a:visited, table.order-price .current a:hover, table.order-price .current a:active {
	color: #003;
	text-decoration: underline;
}

/* Tables */
th.number, td.number {
	text-align: right;
}
dd.action table {
	border-collapse: collapse;
	width: 100%;
}
dd.action table thead th {
	padding: 2px;
	border-bottom: 1px solid #ff7f00;
	font-size: 1em;
	white-space: nowrap;
}
dd.action table tbody th {
	padding: 2px;
	font-size: .9em;
}
dd.action table tbody td {
	padding: 2px;
	font-size: 1em;
	text-align: left;
}
dd.action table thead th.number, dd.action table tbody td.number {
	text-align: right;
	padding: 2px 10px 2px 0;
}
dd.action table thead th.act, dd.action table tbody td.act {
	width: 45px;
}
dd.action table tr.selected th {
	color: #e60004;
}
dd.action table tfoot td {
	padding: 0 2px;
	font-size: .9em;
}
dd.action table th.quantity {
	text-align: right;
	font-size: 1em;
	padding: 0;
	width: 70px;
}

.coupon dd.action table td.quantity {
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	width: 70px;
}
.coupon dd.action table th.quantity2 {
	text-align: right;
	font-size: 1em;
	padding: 0;
}

#Checkout dd.action  {
	width: 138px;
}


dl.toppings table, dl.halfs table {
	clear: both;
	margin-left: 15px;
}
dl.toppings table td, dl.halfs table td {
	width: 50%;
}
dl.toppings table ul, dl.halfs table ul {
	list-style-type:none; 
}
dl.toppings table ul li, dl.halfs table ul li {
	padding: 5px 0 5px 0; 	
	_padding: 3px 0 3px 0; 
	margin: 0;	
}

dl.toppings table ul.options li div {
	float: left;
}

dl.toppings table ul.options li span {
	float: left;
	width: 150px;
	padding-left: 5px;
}

dl.sum-total {
	float: left;
	padding: 5px 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #003;
	border-bottom: 1px solid #003;
	font-size: 1.1em;
	width: 165px;
}
dl.sum-total dt {
	float: left;
	font-weight: bold;
}
dl.sum-total dd {
	float: right;
	font-weight: bold;
	text-align: right;
}

dd strong {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #e60004;
}
/* 08.Tables */
table.bill a {
	display: block;
}
table.bill {
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}
table.bill th {
	vertical-align: top;
	padding: 15px 0 5px 0;
	font-weight: normal;
	font-size: 0.95em;
}
table.bill td {
	text-align: left;
	vertical-align: top;
}
table.bill td.number {
	text-align: left;
	font-weight: bold;
}

div.login input.textType, div.login input.textType2 {
	margin: 2px 0 8px 0;
	width: 160px;
	height: 12px;
	font-size: 0.9em;
}

div.login input.textType2 {
	width: 135px;
}

div.contents input.textType {
	width:200px;
}

div.menuSmallst div.contents input.textType2 {
	width:120px;
	height: 14px;
	font-size: 1.1em;
	line-height: 14px;
	font-style: italic
}

table.bill input.textType {
	width: 20px;
	text-align: center;
	margin-right: 5px;
	font-size: 1em;
}

dl.halfs input {
	margin: 0 15px 0 15px;
	padding: 0;
}

table.bill td.price {
	text-align: right;
	font-weight: bold;
	width: 100%;
}
table.bill td.arrows {
	text-align: center;
	padding: 0 10px 0 5px;
	vertical-align: middle;
}
table.order-summary {
	margin: 0 0 20px 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 1em;
	width: 100%;
}
table.order-summary thead {
	display: none;
}
table.order-summary th {
	padding: 5px;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
table.order-summary th.number {
	padding-right: 10px;
	width: 50px;
	text-align: right;
}
table.order-summary th.first {
	padding-left: 50px;
}
table.order-summary td strong {
	display: block;
	font-size: 1.1em;
}
table.order-summary td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
}
table.order-summary td.number {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	width: 50px;
}
th.number, td.number {
	text-align: right;
}
ul.options table th.number, ul.options table td.number {
	text-align: right;
	width: 50px;
}
table.order-summary td.first {
	padding-left: 50px;
}
table.order-summary tr.even td {
	background-color: #ffe36b;
}

table.order-price, table.subHeader {
	clear: both;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 1em;
	margin: 10px 0 10px 0;
}
table.subHeader {
	margin-top: 0;
}
table.subHeader.first {
	background: none;
	margin-top: 0;
}
table.order-price th, table.subHeader th {
	padding: 10px 5px 10px 15px;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	width: 100%;
}
table.subHeader th {
	padding: 8px 5px 5px 15px;
}
table.info th {
	padding: 10px 5px 10px 30px;	
}
table.order-info td.first {
	padding-left: 30px;
}
table.order-price th strong {
	display: block;
	font-size: 1.1em;
}
table.order-price td {
	padding: 10px 20px 10px 5px;
	text-align: right;
	vertical-align: top;
	font-size: 1em;
	font-weight: bold;
}
table.order-price tr.current th, table.order-price tr.current td {
	font-size: 1.2em;
}

table.form, table.form th {
	width: 100%;
	text-align: left;
}
table.form th {
	width: 200px;
	padding-left: 10px;
}
table.form th.required {
	background: url(media/bg/required.gif) left no-repeat;
}

#Preview table td {
	text-align: center;
}

.disabled
{
	color:#000000;
	text-decoration:none;
}

.disabled a:hover
{
	color:#000000;
	text-decoration:none;
}

div.vacancy li
{
	list-style-type:square;
	list-style-position:inside;
}

table.paymentsList tr
{
	height:28px;
}
