<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

/** ORDER **/

#container #order_nav { display: table; width: 100%; }
#container #order_nav li { display: table-cell; width: 26%; line-height: 40px; margin: 0; padding: 0 0 0 10px; background: #1B4052; table-layout: fixed; border-right: 1px solid #FFFFFF; 
position: relative;
text-align: center;
color: #FFFFFF;
}
#container #order_nav li:after {
	 content: '';
  position: absolute;
	right: -10px;
  z-index: 99;
  	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 10px solid #1B4052;
	border-bottom: 20px solid transparent;
}
#container #order_nav li:before {
	 content: '';
  position: absolute;
	right: -11px;
  z-index: 99;
  	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 10px solid #FFFFFF;
	border-bottom: 20px solid transparent;
}
#container #order_nav li:last-child { border: none; padding: 0 0 0 0px; width: 26%; text-indent: 10px; }
#container #order_nav li:last-child:after { border: none; }
#container #order_nav li:last-child:before { border: none; }
#container #order_nav li:first-child { padding: 0 0px 0 0px; width: 22%; text-indent: 10px; }

#container #order_nav li.active { background: #1799B5; }
#container #order_nav li.active:after { border-left: 10px solid #1799B5; }
#container #order_nav li.disabled { background: #DDDDDD; color: #666666; }
#container #order_nav li.disabled:after { border-left: 10px solid #DDDDDD; }

/*
#order_content { position: relative; z-index: 1; }
#order_content .order_loader { display: none; position: absolute; z-index: 100; background: #FFFFFF; left: 0px; top: 50px; right: 0px; bottom: 0px; background: rgba(255, 255, 255, 0.7); }
#order_content .order_loader.visible { display: block; }
#order_content .order_loader div { background: url('/skin/default/img/layout/loader.gif') no-repeat center center; height: 100%; width: 100%; }

#form_order { padding-top: 0px; }
#form_order_confirm { padding-top: 0px; }
#form_order_payment { padding-top: 0px; }

#order_content .small_content_border { border: 1px solid #CCCCCC; margin-bottom: 10px; padding: 10px; }
#order_content .small_content_border p { font-size: 11px; padding: 0 0 10px 0; }
#order_content .small_content_border p:last-child { padding-bottom: 0px; }

#order_content .order_payment_form { display: none; }
*/</pre></body></html>