@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('fonts/titilliumtext22l004-webfont.eot');
    src: url('fonts/titilliumtext22l004-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumtext22l004-webfont.woff') format('woff'),
         url('fonts/titilliumtext22l004-webfont.ttf') format('truetype'),
         url('fonts/titilliumtext22l004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('fonts/titilliumtext22l005-webfont.eot');
    src: url('fonts/titilliumtext22l005-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumtext22l005-webfont.woff') format('woff'),
         url('fonts/titilliumtext22l005-webfont.ttf') format('truetype'),
         url('fonts/titilliumtext22l005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.header_actions{
	background: url('img/actions-bg.jpg') repeat-x;
	height: 77px;
	overflow: hidden;
}
.header_actions .wrapper{	
	width: 952px;
	overflow: hidden;
	padding-left: 15px;
	overflow: hidden;
}
.header_actions .text{	
	overflow: hidden;	
	margin-top: 13px;
	line-height: 26px;
	float: left;
	padding-right: 15px;	
}
.header_actions .sep{
	width: 1px;
	background: #71777a;
	height: 47px;
	float: left;
	margin-top: 16px;
}
.header_actions .t1{
	color: #c2e78a;
	font-size: 23px;
	font-family: 'TitilliumText22LMedium';
}
.header_actions .t2{	
	color: #ffffff;
	font-size: 23px;
	font-family: 'TitilliumText22LMedium';
	text-transform: uppercase;	
}
.header_actions .timer{
	padding: 0 10px 0 14px;	
	float: left;
	margin-top: 13px;
	color: #9eabb2;
	overflow: hidden;
}
.header_actions .timer .text_t{
	font-size: 23px;
	font-family: TitilliumText22LBold;
	padding-right: 10px;
	float: left;
	margin-top: 10px;
}
.header_actions .timer #countdown_dashboard_action{
	width: 190px;
	overflow: hidden;	
	float: left;
	margin-top: 0px;
}

.header_actions .timer  .dash {
    background: url("img/dash-action.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 50px;    
    position: relative;
    width: 46px;
	overflow: hidden;
	margin-left: 0px;
}
.header_actions .timer  .dash .digit {
    color: #172E1C;
    float: left;
    font-family: Arial;
    font-size: 20pt;
    font-weight: bold;
    margin-top: 6px;
    position: relative;
    text-align: center;
    width: 22px;
}
.header_actions .timer .dash_title {
    bottom: 0;
    color: #a1a1a1;
    display: block;
    font-size: 11px;
    letter-spacing: 0;
    position: absolute;
    right: 20px;
    text-align: left;    
    top: 38px;
}
.header_actions .order_button_wrapp{	
	margin-top: 13px;
	float: left;
	padding-left: 15px;
}
.header_actions .order_button_wrapp a{
	height: 54px;
	display: block;
	overflow: hidden;
}
.header_actions .order_button_wrapp a span.left{
	width: 12px;
	height: 54px;
	display: block;
	float: left;
	background: url('img/action-btn-order-l.png') no-repeat; 
}
.header_actions .order_button_wrapp a span.center{
	padding: 0px 10px 0 0;
	height: 54px;
	display: block;
	float: left;
	background: url('img/action-btn-order-c.png') repeat-x;
	color: #ffffff;
	font-size: 22px;
	line-height: 45px;
	text-transform: uppercase;
	font-family: 'TitilliumText22LBold';	
}
.header_actions .order_button_wrapp a span.right{
	width: 22px;
	height: 54px;
	display: block;
	float: left;
	background: url('img/action-btn-order-r.png') no-repeat; 
}
.header_actions .order_button_wrapp a:hover span.left{
	background-position: 0 -54px;
}
.header_actions .order_button_wrapp a:hover span.center{
	background-position: 0 -54px;
}
.header_actions .order_button_wrapp a:hover span.right{
	background-position: 0 -54px;
}