* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	color: #000;
	font: 100% Arial, Verdana, sans-serif;
}

input,textarea {
	font-family:Arial, Verdana, sans-serif;
}

fieldset {
	border:solid 0 transparent;
}

img { border: 0; }
label { cursor: pointer; }

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

a:link, a:visited { color: #000; }
a:active, a:hover { color: #e20074; }

.offscreen {
	z-index: 99;
	position: absolute;
	top: -9000px;
	left: -9000px;
}

.float-left { float: left; }
.float-right { float: right; }

/* Text Decoration
----------------------------------------------- */
.highlight { color: #e20074; }

em.highlight { font-style:normal; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.nobr { white-space: nowrap; }

.line-text {
	width: 100%;
	margin-bottom:20px;
	border-top: 1px solid #b6b6b6;
	clear: both;
}

* HTML .line-text {
	margin-bottom: 0;
}
#header {
	padding:0;
	margin:0 auto;
	width:730px;
	color:#000;
}
#bau_logo {
	float:right;
	height:124px;
	width:140px;
	margin-right:1em;
}
/* Decorative Layers
----------------------------------------------- */
#shadow-meta {
	background: none;
	width: 646px;
	margin-top:1em;
	}

#shadow-right, 
#shadow-bottom,
#shadow-corner {
	background:none;
}

/* Content
----------------------------------------------- */
#content h2 {
	font-size: 0.9em;
}

#content h3 {
	margin-bottom: 9px;
	font-weight: normal;
	font-size:1.15em;
}

#content h4 {
	font-size:.9em;
	color: #000;
	margin-bottom: 9px;
}

#content p {
	font-size: 0.7em;
	line-height: 1.3em;
	padding-bottom:10px;
}

.left-content, .right-content {
	float: left;
	width: 206px;
	margin-bottom: 12px;
}

.right-content {
	float: right;
}

#content .left-content h4, #content .right-content h4 {
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom:0px;
}

#content .no-right-margin { margin-right:0; }
#content .no-right-padding { padding-right:0; }
#content .no-left-padding { padding-left:0; }

/* Lists
----------------------------------------------- */
#content ul {
	margin: 0 0 9px 0;
}

#content ul li {
	font-size: 0.7em;
	line-height: 1.3em;
	list-style: square;
}

#content ul li a {
	color: #000;
}

#content ul li a:hover {
	color: #e20074;
}

#content ul.step li {
	float: left;
	margin: 0 24px 5px 0;
	background: none;
	padding:0;
}

#content ul.step li.no-right-margin {margin-right:0;}


#content ul.step li img {
	width: 90px;
	height: 90px;
}

#content ul.special li {
	padding: 0 10px 10px 10px;
}

dl {
	font-size: 0.7em;
	line-height: 1.2em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom:10px;
}

/* Container DIVs
----------------------------------------------- */
#content-sidebar-container {
	border-top:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	padding:20px 0;
	float: right;
	width: auto;
}

#content-sidebar-container, #sub-nav-container {
	margin-top: 3em;
}

#sub-nav-container {
	float: left;
	width: 144px;
}

#content {
	float: left;
	width: 480px;
}

#sidebar {
	float: left;
	width: 144px;
	margin-left: 18px;
}

/* One-column specific styles
----------------------------------------------- */
#one-column #content-sidebar-container {
	margin-left: 0;
	float: left;
	width: auto;
}

#one-column #content {
	width: 719px;
	padding: 0 18px 18px 18px;
}

	* HTML #one-column #content {
		width: 755px;
		w\idth: 719px;
	}

/* Two-column specific styles
----------------------------------------------- */
#two-columns #content {
	width: 594px;
}

/* Homepage specific styles
----------------------------------------------- */
#homepage #content-sidebar-container {
	margin-left: 0;
	float: left;
	width: 774px;
}

#homepage #content {
	width: 576px;
	margin-left: 0;
	padding: 0 0px 18px 18px;
}

	* HTML #homepage #content {
		width: 594px;
		w\idth: 576px;
	}

#homepage #sidebar .service .content{
	min-height:393px;
	height: auto;
}

	* HTML #homepage #sidebar .service .content{
		height:393px;
	}


/* Left Navigation
----------------------------------------------- */
#sub-nav {
	display:none;
}

/* Logo
----------------------------------------------- */
#logo {
	position: absolute;
	left: 0;
}

#logo img {
	width: 162px;
	height: 23px;
}

/* Top Links
----------------------------------------------- */
#utility-links {
	display:none;
}



/* Main Navigation
----------------------------------------------- */
#main-nav {
	display:none;
	}
/* Footer
----------------------------------------------- */
#footer {
	padding: 7px 0;
	width:100%;
	overflow:hidden;
}

#footer ul {
	margin-left:10px;
}

#footer li {
	float: left;
	font-size: 0.7em;
	list-style: none;
	color: #666;
}

#footer li a {
	display: none;
}


/* Meta Navigation
----------------------------------------------- */
#meta {
	display:none;
}

/* Content Action
----------------------------------------------- */
#content-action {
	display:none;
}

/* Action Links
----------------------------------------------- */
 a.action-link {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
}


/* Panels
----------------------------------------------- */
.panel {
	float: left;
	margin: 0 12px 18px 0;
	border: 1px solid #bebebe;
	width: 208px;
	display: inline;
	position: relative;
}

* HTML .panel {
	width:210px;
	w\idth:208px;
}

/* Links > action-link, action-text
----------------------------------------------- */
.panel .action-content,
.panel .action-content-middle,
.panel .action-text {
	padding: 5px 9px;
	border-top: 1px solid #b6b6b6;
	font-size:.7em;
	margin: 0;
	min-height:15px;
}

* HTML .panel .action-content,
* HTML .panel .action-content-middle { height:25px; he\ight:15px; }

.panel .action-content-middle {
	border-bottom: 1px solid #b6b6b6;
}

.panel .action-text {
	padding: 4px 9px 3px 9px;
	min-height: 40px;
	height:auto;
	line-height: 1.2em;
}

* HTML .panel .action-text { height:47px; he\ight:40px; }

.panel .action-text a {
	line-height: 1.2em;
}

/* Panels > Content
----------------------------------------------- */

.panel .content,
.panel .content-bgr,
.panel .content-offset,
.panel .content-overlap,
.panel .content-offsetSmall,
.panel .content-bgrSmall,
.panel .content-bgr-large {
	padding: 9px 9px 0 9px;
}

.panel .panel-special .content-offset {
	padding-top: 27px;
}

#content .panel h3 {
	margin-bottom: 0;
	font-weight: normal;
	color:#e20074;
}

#content .panel h4 {
	font-size: 0.8em;
	margin:0;
}

.panel .content p,
#content .panel .content p,
#content .panel .content-bgr p,
#content .panel .content-offset p,
#content .panel .content-overlap p,
#content .panel .content-bgrSmall p,
#content .panel .content-offsetSmall p {
	font-size: .7em;
	padding-bottom: 7px;
	line-height: 1.2em;
}

.panel .phone {
	float: right;
	text-align: right;
}

.panel .free{
	color: #e20074;
	font-size:2em;
	line-height: 90%;
	margin-left: -2px
}

.panel .smlhandset {
	float: left;
	width: 45px;
	padding: 1px;
}

.panel .cost {
	font-size: 1em;
	font-weight: bold;
	padding:0;
}

#content .panel ul {
	margin: -2px 0 1px 18px;
}

#content .panel ul li {
	position:relative;
}

/* Panels Unique > Header
----------------------------------------------- */
#content .panel .header h3 {
	position:relative;
	font-size: 0.7em;
	padding:5px 0 5px 9px;
	font-weight: bold;
	background-color: #ebebeb;
}

.panel .header-simple {
	height:17px;
	background:#f2f2f2;
	font-size:.7em;
	padding:3px 0 0 9px;
	border-bottom:1px solid #bebebe;
}

.panel .header-simple h2 {
	font-weight: bold;
	font-size:1em;
}

.panel .header label{
	color: #78aa51;
	font-weight: bold;
	font-size:.7em;
}
.panel .header input{
	vertical-align:middle;
	margin:5px 5px 5px 9px;
}

* html .panel .header input {
	margin:1px 5px;
}

.panel .content a {
	color: #000;
}

.panel .content a:hover {
	color: #e20074;
}

/* Panels > Forms
----------------------------------------------- */
#content .form-panel label,
#content .form-panel select,
#content .form-panel input.full,
#content .form-panel select.full {
	width:100%;
	font-size:.7em;
	color: #000;
	margin-bottom: 4px;
}

#content .form-panel input.full {
	width:97%;
}


/* Panels > Content > Width
----------------------------------------------- */
.width-15percent { width:15%; }
.width-20percent { width:20%; }
.width-25percent { width:25%; }
.width-30percent { width:30%; }
.width-35percent { width:35%; }
.width-40percent { width:40%; }
.width-45percent { width:45%; }
.width-50percent { width:50%; }
.width-55percent { width:55%; }
.width-60percent { width:60%; }
.width-65percent { width:65%; }
.width-70percent { width:70%; }
.width-75percent { width:75%; }
.width-80percent { width:80%; }
.width-85percent { width:85%; }
.width-90percent { width:90%; }
.width-100percent {	width:100%; }


/* Panels > Specific widths
--------------------------------------------------- */
.panel.specific-width136px{
	width:134px;
	margin-right:12px;
	margin-bottom:8px;
}
* HTML .panel.specific-width136px{
	width:136px;
	w\idth:134px;
}

.panel.specific-width142px{
	width:142px;
	margin-bottom:8px;
}
* HTML .panel.specific-width142px{
	width:144px;
	w\idth:142px;
}

.panel.specific-width250px {
	width:250px;
	margin-right:18px;
}
* HTML .panel.specific-width250px {
	width:252px;
	w\idth:250px;
}

.panel.specific-width280px{
	width:278px;
	margin-right:8px;
}
* HTML .panel.specific-width280px {
	width:280px;
	w\idth:278px;
}

.panel.specific-width432px{
	margin-right:0;
	width:430px;
}
* HTML .panel.specific-width432px{
	width:432px;
	w\idth:430px;
}

/* Panels > Offset
----------------------------------------------- */
.content-offset,
.content-offsetSmall {
	position: relative;
	top: -10px;
	margin-bottom: 0;
}

.content-offset,
.content-offsetSmall { margin-bottom: -10px; }

.panel-special .content-offset{
	position: relative;
	top: -18px;
	margin-bottom: -18px;
}


/* Panels > Digits > Right
----------------------------------------------- */
.panel-small .digits-right,
.panel-medium .digits-right,
.panel-large .digits-right,
.panel-special .digits-right {
	position: absolute;
	top: -9px;
	right: 9px;
	width: 72px;
	height: 72px;
	background-color: #e20074;
}

.panel-special .digits-right {
	right: 18px;
	width: 108px;
	height: 108px;
}

.panel-special .offset .digits-right {
	top: 0;
}

.panel-special .digits-right {
	top: -18px;
}

/* Panels > Digits > Left
----------------------------------------------- */
.panel-small .digits-left,
.panel-medium .digits-left,
.panel-large .digits-left {
	position: absolute;
	top: -9px;
	left: 9px;
	width: 72px;
	height: 72px;
	background-color: #e20074;
}

/* Overlap
----------------------------------------------- */
.content-overlap {
	position: relative;
	bottom: -9px;
	padding-bottom: 0px;
}

/* Panels > Common
----------------------------------------------- */
.panel-small,
.panel-medium,
.panel-large,
.panel-special { position: relative; }

.panel .line {
	margin: 0 9px;
	border-top: 1px solid #b6b6b6;
}

.panel .line-full {
	margin: 0;
	border-top: 1px solid #b6b6b6;
}


/* SMALL Panels
----------------------------------------------- */
* HTML .panel-small-link { height:75px; }
* HTML .panel-small { height:100px; }

.panel-small-link { height: auto; min-height: 75px; }
.panel-small { height: auto; min-height: 100px; }

/* SMALL panels > Additional styles
----------------------------------------------- */
* HTML .panel-small-link .content-offset { height: 85px; he\ight: 76px; }
* HTML .panel-small .content-offset { height: 110px; he\ight: 101px; }
* HTML .panel-small-link .content-overlap { height: 75px; he\ight: 66px; }

.panel-small-link .content-offset { height: auto; min-height: 76px; }
.panel-small .content-offset { height:auto; min-height: 101px; }
.panel-small-link .content-overlap { height: auto; min-height: 66px; }

/* MEDIUM Panels
----------------------------------------------- */
* HTML .panel-medium { height: 143px; }
* HTML .panel-medium-link { height: 117px; }

.panel-medium { height: auto; min-height: 143px; }
.panel-medium-link { height: auto; min-height: 117px; }

/* MEDIUM Panels > Additional styles
----------------------------------------------- */
* HTML .panel-medium-link .content-offset { height: 127px; he\ight: 118px; }
.panel-medium-link .content-offset { height: auto; min-height: 118px; }

* HTML .panel-medium .content-offset { height: 152px; he\ight: 143px; }
.panel-medium .content-offset { height: auto; min-height: 143px; }

/* LARGE Panels
----------------------------------------------- */
* HTML .panel-large { height: 217px; }
* HTML .panel-large-link { height: 191px; }
* HTML .panel-large-text { height: 169px; }

.panel-large { height: auto; min-height: 217px; }
.panel-large-link { height: auto; min-height: 191px; }
.panel-large-text { height: auto; min-height: 169px; }

/* LARGE panels > Additional styles
----------------------------------------------- */
* HTML .panel-large .content-bgr,
* HTML .panel-large-link .content-bgr,
* HTML .panel-large-text .content-bgr { height: 107px; he\ight: 98px; }

.panel-large .content-bgr,
.panel-large-link .content-bgr,
.panel-large-text .content-bgr { height: auto; min-height: 98px; }

* HTML .panel-large .content-offset,
* HTML .panel-large-link .content-offset,
* HTML .panel-large-text .content-offset { height: 117px; he\ight: 108px; }

.panel-large .content-offset,
.panel-large-link .content-offset,
.panel-large-text .content-offset { height: auto; min-height: 108px; }

/* xLARGE Panels
----------------------------------------------- */
* HTML .panel-xlarge { height: 286px; }
* HTML .panel-xlarge-link { height: 238px; }

.panel-xlarge { height:auto; min-height: 286px; }
.panel-xlarge-link { height: auto; min-height: 238px; }

/* xLARGE panels > Additional styles
----------------------------------------------- */
* HTML .panel-xlarge .content-bgr,
* HTML .panel-xlarge-link .content-bgr { height: 107px; he\ight: 98px; }

.panel-xlarge .content-bgr,
.panel-xlarge-link .content-bgr { height: auto; min-height: 98px; }

* HTML .panel-xlarge .content-offset,
* HTML .panel-xlarge-link .content-offset { height: 117px; he\ight: 108px; }

.panel-xlarge .content-offset,
.panel-xlarge-link .content-offset { height: auto; min-height: 108px; }

* HTML .panel-xlarge .content-bgrSmall { height: 95px; he\ight: 86px; }
.panel-xlarge .content-bgrSmall { height: auto; min-height: 86px; }

* HTML .panel-xlarge .content-offsetSmall { height: 104px; he\ight: 95px; }
.panel-xlarge .content-offsetSmall { height: auto; min-height: 95px; }


/*  SPECIAL Panels
----------------------------------------------- */
* HTML .panel-special { height: 106px; }
* HTML .panel-special-link { height: 79px; }

.panel-special { height: auto; min-height: 106px; }
.panel-special-link { height: auto; min-height: 79px; }

/* SPECIAL Panels > Additional styles
----------------------------------------------- */
* HTML .panel-special .content-offset { height: 95px; }
.panel-special .content-offset { height: auto; min-height: 95px; }


/* PROMO Panels
----------------------------------------------- */
* HTML .panel-promo { height: 234px; he\ight: 232px;}
.panel-promo { height:auto; min-height: 232px; }

/* PROMO Panels > Additional styles
----------------------------------------------- */
* HTML .panel-promo .content-bgr { height: 116px; he\ight: 106px; }
* HTML .panel-promo .content-bgr-large { height: 152px; he\ight: 140px; }

.panel-promo .content-bgr { height: auto; min-height: 106px; }
.panel-promo .content-bgr-large { height: auto; min-height: 140px; }



/* Content-nav-box
----------------------------------------------- */
#content .content-nav-box-top p,
#content .content-nav-box-middle p {
	padding: 0;
}

.content-nav-box-middle,
.content-nav-box-top,
.content-banner-tab {
	float:left;
	margin: 0 0 18px 0;
	border:1px solid #BEBEBE;
	width:412px;
	padding:9px;
}

.content-nav-box-top,
.content-banner-tab {
	border-top:none;
}

.content-banner-tab {
	height: 143px;
	padding: 0 9px;
	position: relative;
}

* HTML .content-nav-box-top,
* HTML .content-nav-box-middle {
	width: 432px;
	w\idth:412px;
}


/* Content Navigation
----------------------------------------------- */
.content-nav {
	float: left;
	width: 432px;
	/*background: url(../img/tab_menu_bg.gif) 0 100% repeat-x;*/
	border-bottom:1px solid #bebebe;
	margin-bottom: 18px;
}

#content .content-nav ul {
	padding-top: 10px;
	list-style: none;
	margin:0;
}

#content .content-nav li {
	float: left;
	background: none;
	padding:0;
}

.content-nav span {
	display: block;
	padding: 3px 8px;
	border-right: solid 1px #bebebe;
}

#content .content-nav a {
	text-decoration: none;
	font-size: 1em;
	color: #999;
}

#content .content-nav a:hover,
#content .content-nav .current a{
	color: #000;
}

#content .content-nav .current {
	/*background: url(../img/tab_menu_left.gif) no-repeat right top;*/
	border-top:1px solid #bebebe;
	border-right:1px solid #bebebe;
}

#content .content-nav .current span {
	display: block;
	padding-right: 14px;
	/*background: url(../img/tab_menu_right.gif) no-repeat right bottom;*/
	border-right: 0;
}

#content .content-nav .first span {
	border-left: solid 1px #bebebe;
}

.content-nav.middle {
	width: 430px;
	margin: 0 -9px 8px -9px;
}

* HTML .content-nav.middle {
	width: 433px;
	margin: 0 -10px 8px -6px;
}

.content-nav.top,
.content-nav.bgr {
	margin: 0;
}

#content .content-nav.bgr .current span {
	background: none;
}

#content .content-nav.bgr .current {
	border: none;
	border-top: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

/* Banners
----------------------------------------------- */
.content-banner-top, .content-banner-btm, .content-banner-focus {
	height: 108px;
	width: 432px;
	margin: 18px 0;
	position: relative;
	background-repeat: no-repeat;
}

.content-banner-btm {
	margin: 0 0 36px 0;
}

.content-banner-focus {
	height: 126px;
	margin: 0 0 18px 0;
}

.content-banner-focus a {
	display: block;
	width: 432px;
	height: 126px;
}

.content-banner-focus .digit-right a {
	display: block;
	width: 108px;
	height: 108px;
}


.content-banner-focus a span {
	display: none;
}

.content-banner-focus a span {
	position: absolute;
	left: -9000px;
}

div.content-banner-top .digit-right-middle,
div.content-banner-top .digit-right,
div.content-banner-btm .digit-left,
div.content-banner-btm .digit-left-middle,
div.content-banner-btm .digit-right-middle,
div.content-banner-btm .digit-right,
div.content-banner-focus .digit-right {
	position: relative;
	background-color: #e20074;
	height: 108px;
	width: 108px;
	top: 18px;
}

div.content-banner-top .digit-right-middle {
	left: 232px;
	top: -18px;
}

div.content-banner-top .digit-right {
	left: 306px;
	top: -18px;
}

div.content-banner-btm .digit-left {
	left: 18px;
}

div.content-banner-btm .digit-left-middle {
	left: 100px;
}

div.content-banner-btm .digit-right-middle {
	left: 232px;
}

div.content-banner-btm .digit-right {
	left: 306px;
}

div.content-banner-focus .digit-right {
	top:0;
	left: 306px;
}

div.content-banner-top .digit-right-middle img,
div.content-banner-top .digit-right img,
div.content-banner-btm .digit-left img,
div.content-banner-btm .digit-left-middle img,
div.content-banner-btm .digit-right-middle img,
div.content-banner-btm .digit-right img {
	height: 108px;
	width: 108px;
}

/* Banners Homepage
----------------------------------------------- */
.banner-promo-small,
.banner-promo-large {
	float: left;
	position: relative;
	width: 252px;
	height: 144px;
	margin: 0 18px 36px 0;
}

.banner-promo-large {
	width: 306px;
	margin: 0 0 36px 0;
}

.banner-promo-small .digit-right,
.banner-promo-large .digit-right {
	position: relative;
	background-color: #e20074;
	height: 108px;
	width: 108px;
	top: 54px;
	left: 125px;
}

.banner-promo-large .digit-right {
	left: 180px;
}

/* Account
----------------------------------------------- */
.service {
	min-width: 144px;
	height: 1%;
	margin-bottom:9px;
}

.service h2,
.service .headerBg {
	padding: 2px 9px 3px 9px;
	border: solid #b8b8b8;
	border-width: 1px 1px 0;
	background-color: #78aa51;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
}

.service .content {
	background-color: #f2f2f2;
	border: 1px solid #bebebe;
	border-top: none;
}

.service label {
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

.service input.usernamefield, .service input.passwordfield {
	width: 9.2em;
	font-size: 0.8em;
}

.service .block {
	position: relative;
	clear: both;
	padding: 6px 0 6px 9px;
	border-bottom: 1px solid #e7e7e7;
}

.service .block.last {
	border: 0;
}

.service .block h3,
.service .detail h3 {
	font-weight: bold;
	font-size: 0.7em;
	color: #000;
}

.service .detail h3 {
	font-size: 0.9em;
}

.service .block h3.hello {
	padding: 5px 0;
	font-size: 0.8em;
	color: #000;
}

.service .buttons-foot {
	background-color: #fff;
	padding: 9px 10px 5px;
}

.service p {
	font-size: 0.7em;
}

* html .service .buttons-foot  {
	width:142px;
	w\idth:122px;
}

.detail img {
	float: left;
	padding: 0 5px 0 0;
	width: 42px;
	height: 74px;
}

.service ul {
	margin: 4px 0;
}

.service li {
	font-size: 0.7em;
	padding: 0 10px;
	line-height: 1.3em;
	list-style: none;
	background: url(../img/bullet_list.gif) no-repeat 0 50%;
}

.service li a {
	text-decoration: none;
}

/* Disclaimer
----------------------------------------------- */
.disclaimer {
	clear:both;
	padding-top:9px;
	color: #999;
}

#content .disclaimer p {
	font-size: 0.6em;
}

#content .disclaimer strong {
	font-size: 1.1em;
}

#content .disclaimer ul{
	font-size: 0.9em;
}

/* Basket + table data
----------------------------------------------- */
#basket {
	min-width: 145px;
	margin-bottom:18px;
}

#basket h2 {
	color: #000;
	font-weight: bold;
	font-size: 0.7em;
	padding: 2px 9px 2px 32px;
	border:1px solid #bebebe;
}

#basket .content {
	padding: 0 9px;
	border: 1px solid #bebebe;
	border-top: none;
}

#basket .package {
	position:relative;
}

#basket .package p {
	font-size:.7em;
	padding: 3px 0 0 4px;
}

#basket .img-basket {
	float:left;
	margin: 5px 3px 0 0;	
}

* html #basket .img-basket {
	margin: 5px 0 0 0;
}

#basket .package h2 {
	font-weight: bold;
	font-size: 0.7em;
	padding: 6px 9px 1px 2px;
	background: none;
}

#basket .package h2.current {
	color: #5ba4db;
}

#basket .package .summary {
	padding: 0 0 10px 4px;
	border-bottom: 1px solid #e7e7e7;
}

#basket .package .summary.last {
	border-bottom: none;
}

#basket .block {
	position: relative;
	clear: both;
	padding: 10px 0 10px 4px;
	border-bottom: 1px solid #e7e7e7;
}

#basket .block.total {
	border-top:double 3px #5ba4db;
	border-bottom: none;
}

#basket .block.delivery {
	border-top:double 3px #e7e7e7;
	border-bottom: none;
}

#basket .block.last {
	border-bottom: none;
}

#basket .block h3,
#basket .block.current h3 {
	font-weight: bold;
	font-size: 0.7em;
	color: #000;
}

#basket .block.current h3 {
	color: #5ba4db;
}

#basket .block h4 {
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
}

#basket table {
	border-collapse: collapse;
}

#basket td {
	font-size: 0.7em;
}

#basket td span.image {
	float: left;
	padding: 0 5px 0 0;
}

#basket .package tr.total td.caption,
#basket .package tr.total td.cost {
	font-weight: bold;
	vertical-align: bottom;
	text-align: right;
	color: #000;
}

#basket td.caption,
#basket td.description,
#basket td.cost,
#basket tr.total td.caption,
#basket tr.total td.cost {
	font-weight: bold;
	vertical-align: bottom;
	color: #000;
}

#basket td.cost,
#basket tr.total td.cost {
	text-align: right;
	width: 20%;
}

#basket tr.total td.cost,
#basket tr.total td.caption {
	color: #999;
}

#basket td.description {
	color: #000;
}

#basket .buttons-foot {
	padding: 3px 0 5px 0;
}

* html #basket .buttons-foot {
	padding: 3px 0 2px 0;
}

/* Tables
----------------------------------------------- */
.table-main,
.table-vert-border,
.table-horiz-border {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.table-main.noborder,
.table-vert-border.noborder,
.table-horiz-border.noborder {
	border:none;
}

table.set-border {
	border: 1px solid #b8b8b8;
}

table.set-border tr.basket th.right-border {
	border-right:1px solid #b8b8b8;
}

/* Outside Tables borders */
.table-vert-border {
	border-bottom: 1px solid #e7e7e7;
}

/* Inside Tables borders */
.table-vert-border td {
	border-right: 1px solid #e7e7e7;
}

.table-horiz-border td {
	border-bottom: 1px solid #e7e7e7;
}

.table-main td,
.table-vert-border td,
.table-horiz-border td	{
	padding: 5px 7px;
	font-size: 0.7em;
}

.table-main td.valign-top,
.table-vert-border td.valign-top,
.table-horiz-border td.valign-top	{
	vertical-align: top;
}

.table-vert-border td.compare-phone-detail {
	vertical-align: top;
}

.table-vert-border td.compare-phone-detail img{
	margin:10px 0 5px 0
}

.table-vert-border tr.compare-phone-buttons td,
.table-vert-border td.caption-compare {
	padding-top:20px;
}

.table-vert-border tr.compare-phone-buttons td {
	border: none;
	border-top:1px solid #e7e7e7;
}

.table-vert-border th.noborder,
.table-vert-border td.noborder,
.table-horiz-border th.noborder,
.table-horiz-border td.noborder {
	border: 0;
}

.table-main th,
.table-vert-border th,
.table-horiz-border th {
	background-color: #e4e4e4;
	color: #000;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	padding: 5px 7px;
	border-bottom: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
}
.table-main th.text-left,
.table-vert-border th.text-left,
.table-horiz-border th.text-left {
	text-align: left;
}
.table-main th.last,
.table-vert-border th.last,
.table-horiz-border th.last {
	border-right:none;
}

.table-main tr.basket th,
.table-vert-border tr.basket th,
.table-horiz-border tr.basket th {
	background-color: #5ca5dc;
	color: #fff;
	padding: 5px 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.table-main tr.basket th.left,
.table-vert-border tr.basket th.left,
.table-horiz-border tr.basket th.left {
	text-align:left;
}

.table-main tr.basket th.right,
.table-vert-border tr.basket th.right,
.table-horiz-border tr.basket th.right {
	text-align:right;
}

.table-main tr.bgr td,
.table-vert-border tr.bgr td,
.table-horiz-border tr.bgr td,
.table-main td.bgr,
.table-vert-border td.bgr,
.table-horiz-border td.bgr{
	background-color: #f2f2f2;
}

.table-main tr.divider td,
.table-vert-border tr.divider td,
.table-horiz-border tr.divider td{
	border-top: 1px solid #e7e7e7;
}

.table-main tr.subheader td,
.table-vert-border tr.subheader td,
.table-horiz-border tr.subheader td{
	border: 0;
	padding: 10px 7px;
	font-weight: bold;
	text-align: left;
	background: #fff;
}

caption  {
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 10px 7px;
	margin: 0;
}

/*Highlighted caption*/
.table-main caption.bgr,
.table-vert-border caption.bgr,
.table-horiz-border caption.bgr {
	color: #000;
	font-size: 0.8em;
	background-color: #e4e4e4;
	border-top: 1px solid #b6b6b6;
}

.table-main td strong,
.table-vert-border td strong,
.table-horiz-border td strong {
	font-weight: bold;
	color: #000;
}
.table-main td strong.highlight,
.table-vert-border td strong.highlight,
.table-horiz-border td strong.highlight {
	font-weight: bold;
	color: #e20074;
}

.table-main td .btn, .table-main td .btn-arrow,
.table-vert-border td .btn, .table-vert-border td .btn-arrow,
.table-horiz-border td .btn,  .table-horiz-border td .btn-arrow {
	font-size: 1em;
	margin:0;
	float:right;
}

#content .table-vert-border td p,
#content .table-vert-border td h2,
#content .table-vert-border td label,
#content .table-vert-border td select,
#content .table-vert-border td .changelink-l,
#content .table-vert-border td .changelink-r,
#content .table-vert-border td .deletelink-l,
#content .table-vert-border td .deletelink-r {
	font-size: 1em;
}

#content .table-vert-border td select.full {
	width:100%;
}

.table-vert-border ul {
	font-size: 1.4em;
}

/* Forms styles
----------------------------------------------- */
.form fieldset {
	border-bottom:1px solid #b6b6b6;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}

.form fieldset div br {
	clear:both;
}

.form fieldset.bgr-grey,
.message fieldset.bgr-grey {
	background-color: #F3F3F3;
}

.form fieldset.bgr-grey {
	display: block;
	border: none;
	padding: 9px;
	margin:0 0 10px 0;
}

.form fieldset.bgr-grey.no-bottom-border {
	border-bottom: none;
	padding: 9px 9px 0 9px;
	margin:0;
}

.form fieldset.noborder {
	border:none;
}

.form fieldset.message {
	display: block;
	border: 1px solid #b6b6b6;
	border-bottom: none;
	background-color: #F3F3F3;
	padding: 9px;
	margin:0;
}

	.form fieldset.message label,
	.form fieldset.message input,
	.form fieldset.message textarea {
		width:100%;
	}

.message fieldset div,
.form fieldset div {
	padding-bottom:5px;
	width:100%;
	overflow:hidden;
}

.form.bgr-grey {
	border: 1px solid #b6b6b6;
	background-color: #F3F3F3;
	padding: 9px
}

.form h4 {
	margin-bottom: 12px;
	font-size: 1em;
	position: relative;
}

.form p,
.message p {
	font-size:.7em
}

.form input.flex {
	width:auto;
}

.form label,
.form input,
.form select,
.form textarea {
	float:left;
	font-size:.7em
}

.form label.warning {
	color : #e20074;
}

.form input,
.form select,
.form textarea {
	width:35%;
}

.form label.full,
.form input.full,
.form select.full,
.form textarea.full {
	width:100%;
}

.form input.xx {
	margin-right:1%;
	text-align:center;
	width:1.8em
}

.form input.xxx {
	margin-right:1%;
	text-align:center;
	width:2.8em
}

.form label {
	padding:.2em 1% 0 0;
	width:25%;
}

.form label.separator {
	padding:.2em 1% 0 0;
	width:1%;
	cursor: default;
}

.form input.undecor {width:auto}

.form label.check {
	margin: -3px 0 0 2%;
	width:70%
}

* HTML 	.form label.check {
	margin: 0 0 0 2%;
	width: auto
}

.form .btn,
.form .btn-arrow {
	font-size: 1em;
}

.buttons {
	padding: 3px 0 7px 9px;
	overflow: hidden;
	height: 23px;
}

.buttons.grey {
	background-color: #F3F3F3;
	padding:3px 9px 7px 9px;
}

.field-btn {
	float:right;
	margin-right: 9px;
}


/* Warning
----------------------------------------------- */
div.warning {
	background:url(../img/warning.gif) no-repeat 12px 50%;
	border:1px solid #e20074;
	padding:8px 12px 10px 50px;
	font-weight: bold;
	font-size: 0.8em;
	color:#e20074;
	margin-bottom:24px;
}


/* Forms Message
---------------------------------------------- */
.message fieldset {
	overflow: hidden;
	margin:0;
	padding: 9px 9px 0 9px;
	width: 259px;
	border: 1px solid #bebebe;
	border-bottom: none;
}

	* HTML .message fieldset {
		width: 277px;
		w\idth: 259px;
	}

.message label,
.message input,
.message textarea {
	font-size:.7em;
	float:left;
}

.message label {
	width:100%;
}

.message input {
	width: 112px;
}

.message .btn,
.message .btn-arrow {
	font-size: 1em;
}

.message p {
	padding-bottom: 9px;
}

.message .buttons {
	width: 259px;
	border: 1px solid #bebebe;
	border-top: none;
}

	* HTML .message .buttons {
		width: 277px;
		w\idth: 259px;
	}

.message .left-column {
	float:left;
	width:116px;
}

.message .right-column {
	float:right;
	width: 133px;
}

	.message .right-column textarea {
		width: 129px;
		height: 63px;
	}

.message .type-option {
	float:right;
	width:auto
}

.message .type-option.end {
	padding:0
}

.message .type-option label {
	width:auto
}

.message .type-option input {
	text-align:right;
	width:2.8em;
	margin-left:6px
}


/* Site map
----------------------------------------------- */

#site-map {
	position:relative;
}

#site-map li.first {
	padding:0;
	background: none;
}

#site-map li.first div {
	float: left;
	padding: 5px 20px 5px 5px;
	width: 155px;
	border: 1px solid #e7e7e7;
	background-color: #F2F2F2;
}

#site-map li ul {
	margin-left: 208px;
}

	* HTML #site-map li ul {
		position: relative;
		top: -16px;
		margin-bottom:-16px;
	}

#site-map li ul li {
	margin-bottom: 5px;
	padding-top: 3px;
	border-top: 1px solid #B8B8B8;
	font-size: 1em;
	background-position: 0 0.8em;
}

#site-map li ul li.noborder {
	border-top: none;
}

#site-map li ul li ul {
	position: relative;
	top: -19px;
	margin: 0 0 -19px 160px;
	border: none;
}

#site-map li ul li ul li {
	margin-bottom: -3px;
	border:none;
}

	* HTML #site-map li ul li ul li {
		margin-bottom: -4px;
	}

#site-map .level {
	border-top: 1px solid #b8b8b8;
}

#site-map .show {
	display: block;
	margin-bottom: 2px;
	padding: 6px 5px 4px 5px;
	border: 1px solid #e7e7e7;
	border-top: 1px solid #b8b8b8;
	background: #f2f2f2;
	font-size:.7em;
}

#site-map .hide {
	display: none;
	margin-bottom: 2px;
}

#site-map DIV.off  {
	display: none;
}

/* Header t-zones
----------------------------------------------- */
.content-banner {
	width: 432px;
	border-bottom: 1px solid #bebebe;
}

.content-banner.noborder {
	border:none;
}

#content .content-banner h3{
	font-size:.9em;
	font-weight: bold;
	margin-bottom:3px;
}

.content-banner .section {
	float:left;
	margin-right:30px;
	min-height: 205px;
}

* HTML .content-banner .section {
	height:205px;
}

.section img.border{
	display:block;
	margin-bottom:10px;
	border-bottom:1px solid #bebebe;
}

/* Links
---------------------------------------------- */

/* Plus & Minus Links
---------------------------------------------- */
a.plus-l,
a.minus-l {
	text-decoration: none;
}

a.plus-l span,
a.minus-l span {
	padding-left: 12px;
}

a.plus-l span {
	background: url(../img/generic/links/plus.gif) 0 50% no-repeat;
}

a.minus-l span {
	background: url(../img/generic/links/minus.gif) 0 50% no-repeat;
}

a.plus-l:hover span,
a.minus-l:hover span {
	background-position: -42px 50%;
}

/* Delete Link & Change Link
---------------------------------------------- */
a.deletelink-l,
a.changelink-l {
	text-decoration:none;
	font-weight:bold;
	line-height: 1.4em;
}

a.deletelink-l span,
a.changelink-l span {
	padding: 4px 0 4px 17px;
	background:url(../img/generic/links/delete.gif) 0 50% no-repeat;
}

a.changelink-l span {
	background:url(../img/generic/links/change.gif) 0 50% no-repeat;
}

a.deletelink-l:hover span { background-position: -41px 50%; }
a.changelink-l:hover span { background-position: -39px 50%; }

/* eShop Styles
---------------------------------------------- */
/* Special Offers
----------------------------------------------- */

/* Header page
----------------------------------------------- */
.phoneTitle, .phoneImage, .phoneChoose {
	float: left;
}

.phoneTitle {
	width: 167px;
	padding-right: 15px;
}

* html .phoneTitle {
	width: 182px;
	w\idth: 167px;
}

.phoneTitle .digit {
	float: right;
	width: 79px;
	height: 79px;
	background-color: #e20074;
}

.phoneImage {
	width: 146px;
}

.phoneChoose {
	width: 98px;
	text-align: right;
}

.phoneChoose .breadcrumbs, .phoneChoose select {
	color: #333;
	font-size: 0.7em;
	width: 100%;
}

.phoneChoose .button {
	padding: 15px 0;
}

/* Special offer panels
----------------------------------------------- */
.panel-offer-left, .panel-offer-right {
	width: 206px;
	float: left;
	margin-bottom: 18px;
	padding: 0 9px 0 0;
	border-right: 1px solid #bebebe;
}

.panel-offer-right {
	padding: 0 0 0 9px;
	border: none;
}

* html .panel-offer-left,
* html .panel-offer-right {
	width: 216px;
	w\idth: 206px;
}

/* Text formatting for special offers
----------------------------------------------- */
#content .panel-offer-left .special ul{
	background-color: #f2f2f2;
}

#content .panel-offer-left .special ul li {
	padding: 5px 0 5px 20px;
	background:  url("../img/bullet_offers.gif") 5px 12px no-repeat;
	border-bottom: 8px solid #fff;
	font-size: .7em;
}

#content .panel-offer-left .special ul li h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #333;
	margin: 0;
}

/* additional styles for tables
----------------------------------------------- */
.panel-offer-right .table-horiz-border caption {
	padding: 0 0 5px 0;
	color: #666;
	font-size: 0.7em;
}

.panel-offer-right .table-horiz-border td.caption {
	color: #333;
}

/* Price Plan Lists
---------------------------------------------- */
/* Large */
#content .large LI {
	padding-left:14px;
	margin-bottom:.7em;
	background:url(../img/bullet_offers.gif) 0 .3em no-repeat;
	line-height:1em;
	font-weight:bold;
	font-size:.9em;
	}
	#content .large LI SMALL {
		font-weight:normal;
		font-size:.75em;
		}

/* Info */
#content UL.info {
	margin:1.3em 0;
	}
	#content .info LI {
		padding-left:0;
		background:none;
		line-height:1.2em;
		font-weight:bold;
		font-size:.9em;
		}
	#content .info SPAN {
		float:left;
		width:10em;
		}

/* Price Plan Header
---------------------------------------------- */
.price-plan-header {
	padding-bottom:14px;
	}
	.price-plan-header.logo .note,
	.price-plan-header.digit .note {
		width:220px;
		float:left;
	}
	.price-plan-header.digit img {
		float:right;
		}
	.price-plan-header.logo img {
		float:right;
		margin:7px 40px 0 0;
		}
		
/* Buttons Group
--------------------------------- */
.btn-group {
	margin-bottom:11px;
	}
	.btn-group.left {
		float:left;
		}
		.btn-group.left .btn-arrow {
			margin-right:8px;
			}
	.btn-group.right {
		float:right;
		}
		.btn-group.right .btn-arrow {
			margin-left:8px;
			}


/* Compare form
----------------------------------------------- */

#compare-form {
	width:432px;
	}
	#compare-form FIELDSET {
		float:left;
		margin:0 18px 7px 0;
		width:132px;
		}
	#compare-form SELECT {
		display:block;
		margin-top:7px;
		width:132px;
		}
	#compare-form LABEL,
	#compare-form SELECT {
		font-size:.7em;
		}
	#compare-form .last {
		margin-right:0;
		}

/* Panels > compare-phones
----------------------------------------------- */

.compare-phones {
	width:100%;
	overflow:hidden;
	margin-bottom:9px;
	}
	.compare-phones LI {
		float:left;
		width:33%;
		text-align:center;
		list-style:none;
		}
	.compare-phones LI IMG {
		width:35px;
		height:67px;
		}
			
/* Phone Finder Features
---------------------------------------------- */
.features-group {
	width:200px;
	margin-bottom:20px;
}

#content .features-group h2 {
	font-size:.7em;
	margin-bottom:7px;
}

.features-group input {
	margin:-2px 0 0 0;
}

.features-group label {
	float:left;
	width:137px;
	margin: 0 7px 0 0;
}

* HTML .features-group label {
	margin: 0;
}

#content .features-group .phone-features li{
	margin: 0 -35px 0 0;
	padding: 5px 0 5px 10px;
	overflow:hidden;
	list-style:none;
}


/* Device-detail-header
---------------------------------------------- */
.device-detail-header {
	width:432px;
}

.device-detail-header .digit img{
	margin-bottom:35px;
	width:108px;
	height:108px;
}

.device-detail-header .phone-detail {
	float:left;
	width: 320px;
}

.device-detail-header .additional-info {
	width:108px;
	float:right;
	text-align:right;
}

/* Phone features list
---------------------------------------------- */
#content ul.phone-features li {
	background: none;
	padding: 4px 0 4px 37px;
}



/* MARKETING Panels
----------------------------------------------- */
* HTML .panel-marketing-message { height: 59px; }
.panel-marketing-message { height:auto; min-height: 59px; }

#content .panel-marketing-message .content {
	padding:6px 9px 0px 14px;
	}
#content .panel-marketing-message .content.icon img {
	float:left;
	margin-right:24px;
	}
#content .panel-marketing-message .note {
	float:left;
	padding:12px 0 0 0;
	} 
#content .panel-marketing-message .content.icon .note {
	width:355px;
} 