/* ============ */
/* = Generics = */
/* ============ */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	font-family: sans-serif;
}

a img {
	border: none;
}

form fieldset {
	border: 0;
}

/* In a perfect world: input[type=text] -- It works anyway! */
form input[type=text] {
	border: 1px solid #808080;
}

ul.navigation {
	overflow: hidden;
	list-style-type: none;
}

ul.navigation li {
	float: left;
}

ul.navigation li a {
	display: block;
	text-decoration: none;
}

#wrapper {
	width: 981px;
	margin: 0 auto;
}

/* ================= */
/* = Generic Boxes = */
/* ================= */
.box 
{
	color: #000000;
	background-color: #EDEDED;
}

.box div.e_topLeft {
	background: transparent url('images/corners/top_left.gif') no-repeat top left;
}

.box div.e_topLeft div.e_topRight {
	background: transparent url('images/corners/top_right.gif') no-repeat top right;
}

.box div.e_bottomLeft {
	background: transparent url('images/corners/bottom_left.gif') no-repeat bottom left;
}

.box div.e_bottomLeft div.e_bottomRight {
	background: transparent url('images/corners/bottom_right.gif') no-repeat bottom right;
}

/*
.box div.e_topLeft div.e_topRight div.e_bottomLeft {
	background: transparent url('images/corners/bottom_left.gif') no-repeat bottom left;
}

.box div.e_topLeft div.e_topRight div.e_bottomLeft div.e_bottomRight {
	background: transparent url('images/corners/bottom_right.gif') no-repeat bottom right;
}
*/


/* ========== */
/* = Header = */
/* ========== */
#header {
	padding: 1.1em 0;
	overflow: hidden;
}

#header h1 a img {
	float: left;
}

#header ul.navigation {
	float: right;
	font-size: 11px;
	margin: 2px 1em 0;
}

#header ul.navigation li {
	border-left: 1px solid #717171;
}

#header ul.navigation li:first-child {
	border-left: none;
}

#header ul.navigation li a {
	color: #717171;
	margin: 0 .3em;
	padding: 0 .3em;
}

#header ul.navigation li a:hover {
	text-decoration: underline;
}

#header form {
	float: right;
	overflow: hidden;
}

#header form input {
	float: left;
}

#header form input[type=text] {
	margin-top: 3px;
	margin-right: 10px;
}

/* =========== */
/* = Divider = */
/* =========== */
#divider {
	height: 34px;
	overflow: hidden;
	background: transparent url('images/divider_fill.gif') repeat-x top center;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 .4em;
}

#divider > * {
	float: left;
}

#divider table.navigation {

	background: transparent url('images/divider_left.gif') no-repeat top left;
	height: 100%;
	width: 61%;
}

#divider table.navigation tr {
	font-size: 9pt;
}
	

#divider table.navigation td {
	padding: 9px;
}

#divider table.navigation td.last {
	width: 1px;
}

#divider table.navigation td a {
	color: #717171;
	font-weight: bold;
	text-decoration: none;
}

#divider table.navigation td a:hover {
	color: #AD005B;
}

#divider .swoosh {
	float: right;
	width: 162px;
	height: 100%;
	background: transparent url('images/divider_swoosh.gif') no-repeat top center;
}

#divider .auxiliary {
	color: #FFFFFF;
	float: right;
	height: 100%;
	background: transparent url('images/divider_right.gif') no-repeat top right;
	padding-right: 7px;
}

#divider .auxiliary a {
	color: #FFFFFF;
}

#divider .auxiliary .inner {
	height: 100%;
	background: transparent url('images/divider_red_fill.gif') repeat-x top center;
	padding-right: 60px;
}

/* ============= */
/* = Path View = */
/* ============= */
#path_view {
	float: left;
	overflow: hidden;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

#path_view a {
	color: #AD005B;
	text-decoration: none;
}

#path_view a {
	text-decoration: underline;
}

/* ================= */
/* = Payment Icons = */
/* ================= */
#payment_icons {
	clear: right;
	float: right;
	margin: 0 0 18px;
}

#payment_icons em {
	display: none;
}

#payment_icons ul {
	list-style-type: none;
}

#payment_icons ul li {
	float: left;
	margin: 0 1px;
}

/* =========== */
/* = Content = */
/* =========== */
#content {
	clear: both;
	overflow: hidden;		
}

#content .container {
	float: left;
	width: 713px;
}

#content .container.small {
	width: 553px;
}

#content .auxiliary {
	float: right;
	width: 258px;
}

#content .auxiliary div.TeaserBox {
	margin: 10px 0;
	color: #000000;
	background-color: #EDEDED;
}

#content .auxiliary div.TopLeft {
	background: transparent url('images/corners/top_left.gif') no-repeat top left;
}

#content .auxiliary div.TopRight {
	background: transparent url('images/corners/top_right.gif') no-repeat top right;
}

#content .auxiliary div.BottomLeft {
	background: transparent url('images/corners/bottom_left.gif') no-repeat bottom left;
}

#content .auxiliary div.BottomRight {
	background: transparent url('images/corners/bottom_right.gif') no-repeat bottom right;
}

#content .auxiliary div.teaserContent {
	padding: 19px 12px;
}

#content .auxiliary div.dark {
	color: #9A9A9A;
	background-color: #818181;
	margin: 10px 0;
}

#content .auxiliary div.dark div.TopLeft {
	background: transparent url('images/corners/dark_top_left.gif') no-repeat top left;
}

#content .auxiliary div.dark div.TopRight {
	background: transparent url('images/corners/dark_top_right.gif') no-repeat top right;
}

#content .auxiliary div.dark div.BottomLeft {
	background: transparent url('images/corners/dark_bottom_left.gif') no-repeat bottom left;
}

#content .auxiliary div.dark div.BottomRight {
	background: transparent url('images/corners/dark_bottom_right.gif') no-repeat bottom right;
}

#content .auxiliary div h1 {
	color: #AD005B;
	font-size: 1.2em;
	font-family: Helvetica, Verdana, sans-serif;
	margin-bottom: 1em;
}

#content .auxiliary div h1 img {
	margin-left: 5px;
}

#content .auxiliary div a {
	color: #AD005B;
	display: block;
	margin-bottom: 1em;
	background: transparent url('images/arrow_bullet.gif') no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
}

#content .auxiliary div a:hover {
	text-decoration: underline;
}

#content .auxiliary div table {
	width: 100%;
}

#content .auxiliary div table tr th {
	text-align: left;
}

#content .auxiliary .dark h1 {
	color: #FFFFFF;
}

#content .auxiliary .dark table {
	color: #9A9A9A;
}

#content .container h1 {
	color: #AD005B;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 4px;
}

/* ========== */
/* = Footer = */
/* ========== */
#footer {
	padding: 1em;
	font-size: .9em;
	border-top: 1px solid #CDCDCD;
}

#footer .container {
	width: 580px;
	margin: 0 auto;
	display: block;
}

#footer .container div {
	float: left;
	margin: 0 1em;
}

#footer .container div h1 {
	color: #AD005B;
	font-size: 1em;
	font-weight: bold;
}

#footer .container div ul {
	list-style-type: none;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* ======================== */
/* = Auxiliary Navigation = */
/* ======================== */
.auxnav_wrapper {
	float: left;
	width: 150px;
	margin-right: 10px;
}

.auxnav {
	width: 150px;
	margin: 0 0 .2em;
	background-color: #EDEDED;
}

.auxnav div {
	background: transparent url('images/corners/top_left.gif') no-repeat top left;
}

.auxnav div div {
	background: transparent url('images/corners/top_right.gif') no-repeat top right;
}

.auxnav div div div {
	background: transparent url('images/corners/bottom_left.gif') no-repeat bottom left;
}

.auxnav div div div div {
	padding: .5em;
	background: transparent url('images/corners/bottom_right.gif') no-repeat bottom right;
}

.auxnav ul {
	list-style-type: none;
}

.auxnav ul li {
	
}

.auxnav ul li a {
	color: #000000;
	display: block;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

.auxnav ul li a:hover {
	text-decoration: underline;
}


/* ================= */
/* = Progress Path = */
/* ================= */

.progress_path {
	width: 713px;
	height: 29px;
	margin: 0 0 1em;
	overflow: hidden;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: center center;
}

.progress_path.step_one {
	background-image: url('images/progress_path_1.gif');
}

.progress_path.step_two {
	background-image: url('images/progress_path_2.gif');
}

.progress_path.step_three {
	background-image: url('images/progress_path_3.gif');
}

.progress_path.step_four {
	background-image: url('images/progress_path_4.gif');
}

.progress_path li {
	float: left;
	margin: .5em 2.4em;
}


/* ================= */
/* = Miscellaneous = */
/* ================= */

.phone_numbers tr td.msisdn_number {
	width: 170px;
}

.bullet_a {
	color: #AD005B;
	background: transparent url('images/arrow_bullet.gif') no-repeat left center;
	padding-left: 10px;
	text-decoration: none;
}