<?php
if ( (strstr($_SERVER['HTTP_HOST'], "se.whiteaway.com")) || 
     (strstr($_SERVER['HTTP_HOST'], "se.test.whiteaway.com")) || 
     (strstr($_SERVER['HTTP_HOST'], "whiteaway.se")) ) { 
    $folder = 'se';
}
else
{
    $folder = 'dk';
}
?>

/* GLOBAL STYLING */
#checkout_confirmation h2 { display:none; }
#checkout_confirmation #holder { float:left; width:100%; }
.seofooter { float:left; width:100%; }
#checkout_confirmation h3 { border-bottom:1px solid #777; padding:0 0 1px; font-weight:bold; }
#checkout_confirmation .confirmation_element,
	#checkout_confirmation .confirmation_element .confirm_address { margin:0 0 20px; padding:0; }
#checkout_confirmation .content { background:#F7F7F7; margin:4px 0 0; padding:5px; color:#999; font-weight:bold; }

/* TRAIL */


/* SERVICES */
#checkout_confirmation .confirm_services div { display:inline; }

/* DELIVERY */
#checkout_confirmation li label { float:left; width:150px; color:#666; font-weight:bold; }
#checkout_confirmation #billing_address,
	#checkout_confirmation #shipping_address { float:left; width:50%; }

/* COMMENT */
#checkout_confirmation .confirm_comments { background:#F6F6F6; margin:4px 0 0; padding:5px;  }

/* ORDER */
#checkout_confirmation .confirmation_items h3 { margin:0; }
#checkout_confirmation table { width:100%; margin:4px 0 0; }
#checkout_confirmation td { padding:5px; }
#checkout_confirmation .odd { background:#F9F9F9; }
#checkout_confirmation .listitems { font-weight:bold; border-bottom:1px solid #DDD !important; }
#checkout_confirmation .confirm_totals td { color:#333; font-weight:bold; }
#checkout_confirmation .confirm_totals .value { text-align:right; }

/* PAYMENT METHOD */
#checkout_confirmation .orderEdit {  }
#checkout_confirmation h3 a { color:#666; }
#checkout_confirmation h3 a:hover,
	#checkout_confirmation h3 a:active { color:#000; }
#checkout_confirmation .confirm_accept_conditions { background:#F6F6F6; padding:12px; margin:0 0 4px; font-weight:bold; line-height:1.4; }
#checkout_confirmation .confirm_accept_conditions a { color:#666; text-decoration:underline; }

/* BUTTON WRAP */
#checkout_confirmation .buttonwrap { float:left; width:98%; padding:1%;  border-top:1px solid #C0C0C0; }
#checkout_confirmation .buttonwrap a { float:left; width:62px; height:15px; background:url('http://image.whiteaway.com/f/design/<?php echo $folder; ?>/back.gif') 0 0 no-repeat; display:block; text-indent:-9999em; outline:0 none; }
#checkout_confirmation .buttonwrap button { float:right; }
#checkout_confirmation .buttonwrap a:hover, 
	#checkout_confirmation .buttonwrap button:hover { background-position:0 -15px; }


