@import "../default/default_styles_theme.css";


div#header div#title img#logo {
	margin: 19px 28px 0 19px;
}

div#header div#title h1 {
	margin: 0;
	padding: 0;
	display: inline;
	height: 24px;
	background-repeat: no-repeat;
}

div#header div#title h1 span {
	visibility: hidden;
}

div#header div#metanav {
	float: right;
	padding: 12px 48px 0 0;
	text-align: right;
}


div.orderprogress a {
	padding: 4px 0 5px 45px;
	_padding-bottom: 0;
}


div.orderprogress a span {
	padding: 4px 23px 5px 0;
}

div.orderprogress a.num1_active span, div.orderprogress a.num2_active span, div.orderprogress a.num3_active span {
	background: url(images/op_end.gif) no-repeat top right;
}

div.orderprogress a.num1 {
	background: url(images/op_num1_blue.gif) no-repeat 25px 3px;
	_background-position: 25px 7px;
}

div.orderprogress a.num1_active {
	_background-position: 0 4px;
}

div.orderprogress a.num2 {
	background: url(images/op_num2_blue.gif) no-repeat 25px 3px;
	_background-position: 25px 7px;
}

div.orderprogress a.num2_active {
	_background-position: 0 4px;
}

div.orderprogress a.num3 {
	background: url(images/op_num3_blue.gif) no-repeat 25px 3px;
	_background-position: 25px 7px;
}

div.orderprogress a.num3_active {
	background: url(images/op_num3.gif) no-repeat 25px 3px;
	_background-position: 0 4px;
}


