/* main settings */
body {
	margin: 0;
	font: 12px arial, Helvetica, sans-serif;
	min-width: 1003px;
	color: #1c3a4e;
	position: relative;
}
.primarybodytext td {
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
input,
select {
	font: 100% arial, sans-serif;
	vertical-align: middle;
}
form {
	margin: 0;
	padding: 0;
	border: none;
}
/* top container */
#top-container {
	width: 100%;
	overflow: hidden;
	background: #4e4e4e url(../images/bg-top.gif) repeat-x;
}
.top {
	width: 921px;
	overflow: hidden;
	margin: 0 auto;
}
.top-nav {
	width: 100%;
	overflow: hidden;
	margin: 0 0 0 -10px;
	padding: 13px 0 16px 0;
    /*padding:6px 0 6px;*/
	list-style: none;
	position: relative;
}
.top-nav li {
	float: left;
	color: #fff;
	margin-right: 7px;
	padding-left: 10px;
	background: url(../images/top-divider.gif) no-repeat 0 3px;
}
.top-nav li.first { background: none; }
.top-nav span {
	color: #8adbff;
}
.top-nav .logged-in {
	padding-left: 20px;
	background: url(../images/icon-user.gif) no-repeat;
}
.top-nav li.last 
{
    float:right;
    background:none repeat scroll 0 0 transparent;
}
/* header settings */
#header-container {
	width: 100%;
	overflow: hidden;
}
.header,
.logged-header-box {
	width: 921px;
	overflow: hidden;
	margin: 0 auto;
}
.header { padding-bottom: 17px; }
.logged-header-box,
.other2 { padding-bottom: 12px; }
.header h1,
.logo {
	margin: 0;
	padding: 23px 0 0;
	float: left;
}
.header h1 a,
.logo a {
	width: 123px;
	height: 78px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo2.png) no-repeat;
	cursor: pointer;
}
.nav-box {
	width: 798px;
	overflow: hidden;
	float: left;
	padding-top: 30px;
}
.header-nav {
	margin: 30px 0 0;
	padding: 25px 0 0;
	list-style: none;
	float: right;
}
.header-nav li {
	float: left;
	margin-left: 24px;
}
.header-nav li a {
	color: #2d2649;
	font-size: 14px;
}
/* content settings */
/* content 1 */
#content1-container {
	width: 100%;
	overflow: hidden;
	background: #152032 url(../images/bg-content1.gif) repeat-x;
}
.content1 {
	width: 921px;
	overflow: hidden;
	margin: 30px auto 0;
	padding: 0 0 34px 0;
}
.content1 span {
	width: 842px;
	display: block;
	margin: 10px auto 0;
	padding: 12px;
	padding-left:245px;
	font: 27px Helvetica, arial, sans-serif;
	color: #fff
}
.content1-nav {
	width: 404px;
	margin: 0 auto;
	padding: 2px 0 0;
	list-style: none;
}
.content1-nav li {
	float: left;
	margin-right: 3px;
}
.primary-button-nav {
	width: 500px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.primary-button-nav  li {
	float: left;
	margin-right: 10px;
}
.save {
	width: 190px;
	height: 44px;
	display: block;
	text-indent: -9999px;
	background: url(../images/button-save.png) no-repeat;
	cursor: pointer;
}
.frontmore {
	width: 68px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	background: url(../images/button-more-front.png) no-repeat;
	cursor: pointer;
}
.more2 {
	width: 107px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	background: url(../images/button-more2.png) no-repeat;
	cursor: pointer;
}
.sign {
	width: 208px;
	height: 44px;
	display: block;
	text-indent: -9999px;
	background: url(../images/button-promotion.png) no-repeat;
	cursor: pointer;
}
.leftmenusign {
	width: 168px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	background: url(../images/button-listandpromo.gif) no-repeat;
	cursor: pointer;
}
.sign2 {
	width: 107px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	background: url(../images/button-sign2.png) no-repeat;
	cursor: pointer;
}
/* contents holder */
#contents-holder {
	width: 100%;
	overflow: hidden;
	background: #ededed url(../images/bg-body.gif) no-repeat 50% 0;
}
/* content 2 */
#content2-container {
	width: 100%;
	overflow: hidden;
}
.content2 {
	width: 921px;
	overflow: hidden;
	margin: 0 auto;
	padding: 18px 0 21px 30px;
}
.content2-box-logged {
	width: 921px;
	overflow: hidden;
	margin: 0 auto;
	padding: 21px 0 20px 30px;
}
.music-box-holder {
	width: 920px;
	min-height: 124px;
	overflow: hidden;
	margin: 0 0 18px -15px ;
	padding-top: 9px;
	text-align:center;
}

.music-box-holder img {
    padding-top:10px;
}

.music-box-holder a {
    padding-right:10px;
}

* html .music-box-holder {
	height: 124px;
	overflow: visible;
}
.music-box-center {
	width: 920px;
	overflow: hidden;
	background: url(../images/bg-box-center.gif) repeat-y;
	padding-bottom: 9px;
}
.music-box-center h2 {
	color: #1c3a4e;
	letter-spacing: -1px;
	font: 24px Helvetica, arial, sans-serif;
}
.music-box-center p {
	margin: 0;
	letter-spacing: -1px;
	line-height: 20px;
}
.music-box-center a {
	color: #1c3a4e;
	text-decoration: underline;
}
.music-box-center a:hover {
	text-decoration: none;
}
.download {
	cursor: pointer;
}
.download-on {
	width: 281px;
	height: 136px;
	float: left;
	padding: 10px 5px 0 10px;
	background: url(../images/front-box-download-on.gif) no-repeat;
	color: #ffffff;
	line-height: 1.4;
	display: none;
}
.download-off {
	width: 281px;
	height: 136px;
	float: left;
	padding: 10px 5px 0 10px;
	background: url(../images/front-box-download.gif) no-repeat;
	color: #ffffff;
	line-height: 1.4;
}
.download h2 {
	font-size: 12px;
	margin: 0px 0 0px 0px;
	position: relative;
}
.download p {
	margin: 5px 0 0px 0px;
}

.advert {
	cursor: pointer;
}
.advert-off {
	width: 281px;
	height: 136px;
	float: left;
	margin-right: 15px;
	padding: 10px 5px 0 10px;
	background: url(../images/front-box-streaming.gif) no-repeat;
	color: #ffffff;
	line-height: 1.4;
}
.advert-on {
	width: 281px;
	height: 136px;
	float: left;
	margin-right: 15px;
	padding: 10px 5px 0 10px;
	background: url(../images/front-box-streaming-on.gif) no-repeat;
	color: #ffffff;
	line-height: 1.4;
	display: none;
}
.advert h2 {
	font-size: 12px;
	margin: 0px 0 0px 0px;
	position: relative;
}
.advert p {
	margin: 5px 0 0px 0px;
}
.store {
	cursor: pointer;
}
.store-off {
	width: 281px;
	height: 136px;
	float: left;
	margin-right: 15px;
	padding: 10px 5px 0 10px;
	background: url(../images/front-box-instore.gif) no-repeat;
	color: #ffffff;
	line-height: 1.4;
}
.store-on {
	width: 281px;
	height: 136px;
	float: left;
	margin-right: 15px;
	padding: 10px 5px 0 10px;
	background: url(../images/front-box-instore-on.gif) no-repeat;
	color: #ffffff;
	line-height: 1.4;
	display: none;
}
.store h2 {
	font-size: 12px;
	margin: 0px 0 0px 0px;
	position: relative;
}
.store p {
	margin: 5px 0 0px 0px;
}
.music-box-bottom {
	width: 920px;
	overflow: hidden;
	height: 9px;
	background: url(../images/bg-box-bottom.gif) no-repeat;
}
.letter-feed-holder {
	width: 940px;
	overflow: hidden;
	margin: 0 0 0 -35px;
	position: relative;
}
.letter-feed-holder .letter,
.letter-feed-holder .feed {
	float: left;
	margin-left: 20px;
	display: inline;
}
.letter-form input {
	color: #7d7d7d;
	float: left;
	padding: 1px 0 1px 1px;
}
.letter {
	width: 433px;
	height: 76px;
	padding: 13px 0 0 17px;
	background: url(../images/box-sign.gif) no-repeat;
}
.letter h3 {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 46px;
	background: url(../images/icon-letter.png) no-repeat;
	font: 18px Helvetica, arial, sans-serif;
	color: #fff;
	letter-spacing: -1px;
}
.letter-form .text {
	width: 151px;
	margin: 0 11px 0 0;
}
.letter-form .button {
	margin: -1px 0 0 -5px;
	position: relative;
}
.feed {
	width: 432px;
	height: 75px;
	padding: 14px 0 0 18px;
	background: url(../images/box-feed.gif) no-repeat;
}
.feed h3 {
	margin: 0 0 9px -4px;
	padding: 1px 0 7px 53px;
	background: url(../images/icon-feed.png) no-repeat;
	font: 18px Helvetica, arial, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	position: relative;
}
.feed a {
	margin: 0 12px 0 0;
	float: left;
	text-decoration: underline;
}
.feed a:hover {
	text-decoration: none;
}
.feed .next {
	width: 91px;
	height: 27px;
	float: left;
	margin-top: -4px;
	text-indent: -9999px;
	background: url(../images/button-next.png) no-repeat;
	cursor: pointer;
	position: relative;
}
/* content page settings */
#logged-container {
	width: 100%;
	overflow: hidden;
}
.logged {
	width: 921px;
	overflow: hidden;
	margin: 0 auto;
}
.content-box-top {
	width: 100%;
	overflow: hidden;
	height: 9px;
	background: url(../images/bg-content-top.gif) no-repeat;
}
.content-box-center {
	width: 100%;
	overflow: hidden;
	background: url(../images/bg-content-center.gif) repeat-y;
	padding-bottom: 6px;
}
.other { padding-bottom: 15px; }
.sidebar {
	width: 228px;
	float: left;
	margin-top: -5px;
}
.sidebar-nav {
	margin: 0 0 12px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e4e7e9;
}
.sidebar-nav li {
	padding: 0 0 0 18px;
	border-top: 1px solid #e4e7e9;
}
.sidebar-nav a {
	width: 194px;
	overflow: hidden;
	display: block;
	padding: 12px 0; 
	color: #2d2649;
	background: url(../images/bullet2.gif) no-repeat 100% 12px;
}
.sidebar-nav a:hover {
	text-decoration: none;
	background: url(../images/bullet2-active.gif) no-repeat 100% 12px;
}
.sidebar-nav a.active {
	background: url(../images/bullet2-active.gif) no-repeat 100% 12px;
}

.sidebar-nav img
{
    vertical-align:bottom;
    border-width:0px;
}

.button-area {
	width: 213px;
	overflow: hidden;
	padding-left: 15px;
}
.preprimary {
	float: left;
}
.topbannersnippet {
	margin-left: 228px;
}
.primary {
	width: 658px;
	padding-left: 20px;
}
.primary h1 {
	margin: 0 14px 15px 2px;
}
.primary h1 em {
	margin: 0;
	display: none;
}
.banner-area {
	margin-top: -9px;
	margin-bottom: 19px;
	padding: 0px;
	/*float: left;*/
}
.banner-area img { display: block; }
.breadcrumbs {
	width: 660px;
	overflow: hidden;
	margin: 0 0 17px 0;
	padding: 4px 0 7px 9px;
	list-style: none;
	background: url(../images/bg-breadcrumbs.gif) no-repeat;
}
.breadcrumbs li {
	margin-right: 8px;
	float: left;
	color: #000;
}
.breadcrumbs span {
	color: #c2c2c2;
}
.breadcrumbs li a {
	color: #333;
	text-decoration: underline;
}
.breadcrumbs li a:hover {
	text-decoration: none;
}
.primary h2 {
	margin: 0 0 28px 0;
	font-size: 16px;
	color: #2d355b;
	line-height: 22px;
}

.primary a {
	color: #2d355b;
	text-decoration: underline;
}
.primarybodytext {
	margin: 0;
	color: #000;
	line-height: 20px;
}
.primary-columns {
	width: 100%;
	overflow: hidden;
	margin-bottom: 4px;
}
.primary-columns h3 {
	margin: 0 0 7px;
	color: #000;
	font-size: 15px;
}
.primary-columns p {
	margin: 0;
	color: #000;
	line-height: 20px;
}
.primary-columns a {
	margin: 0;
	color: #000;
	line-height: 20px;
	text-decoration: underline;
}
.column1 {
	width: 305px;
	overflow: hidden;
	float: left;
	padding-left: 4px;
}
.column2 {
	width: 300px;
	overflow: hidden;
	float: left;
	padding-left: 44px;
}
.content-box-bottom {
	width: 100%;
	height: 10px;
	overflow: hidden;
	background: url(../images/bg-content-bottom.gif) no-repeat;
}
/* pricing page settings */
.other3 { padding-bottom: 3px; }
.pricing,
.delivery { padding-top: 4px; }
.pricing h1,
.delivery h1 { margin: 0 14px 13px 2px; }
.prices-box {
	width: 705px;
	margin: 29px 0 0 0;
	padding-top: 7px;
	position: relative;
	/*background: url(../images/bg-prices.gif) repeat-y 48px 0; */
}
.prices-box:after {
	content: "";
	display: block;
	clear: both;
}
.prices-box div {
	width: 300px;
	float: left;
	margin: -19px 0 0 29px;
	display: inline;
	
}
.prices-box h2 {
	color: #000;
}
.prices-box p {
	margin: 0 0 11px 0;
	color: #000;
	line-height: 20px;
}
.prices-box p.price {
	font-size: 16px;
}
.prices-button-nav {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
}
.prices-button-nav li {
	margin-bottom: 4px;
}
.prices-box span {
	width: 100%;
	height: 75px;
	display: block;
	text-indent: -9999px;
	position: relative;
}
.download-price span {
	margin: 9px 0 -13px 0;
	background: url(../images/icon-download-price.png) no-repeat;
}
.download-price h2 {
	margin-bottom: 3px;
	letter-spacing: -1px;
}
.advert-price { padding-left: 13px; }
.advert-price span {
	margin: 0 0 -4px -13px;
	background: url(../images/icon-stream-price.png) no-repeat;
}
.advert-price h2 {
	margin: 0 0 3px;
	letter-spacing: -1px;
}
.advert-price .prices-button-nav { margin: 0 0 0 -4px; }
.prices-box div.store-price { margin: -19px 0 0 44px; }
.store-price span {
	margin: -7px 0 3px -12px;
	background: url(../images/icon-store-price.png) no-repeat;
}
.store-price h2 {
	margin: 0 0 3px;
	letter-spacing: -1px;
}

.order-singleproduct table {
	width: 400px;
}
.order-singleproduct td {
	vertical-align: top;
}

/* delivery page settings */
.delivery .breadcrumbs { margin: 0 0 11px; }
.contact-box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 3px;
}
.contact-box h2 { margin:0 0 14px; }
.error {
	width: 643px;
	overflow: hidden;
	margin-bottom: 12px;
	padding: 9px 0 6px 9px;
	border: 1px solid #f6c81d;
	background: #fffde4;
}
.error strong {
	padding: 1px 0 6px 31px;
	display: block;
	font-size: 14px;
	color: #666;
	background: url(../images/icon-error.gif) no-repeat;
}
.error ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}
.error ul li {
	margin: 0 0 5px;
	padding: 0 0 0 8px;
	color: #666;
	background: url(../images/error-bullet.gif) no-repeat 0 6px;
}
.contact-form label { color: #000; }
.contact-form input.text {
	width: 302px;
	margin: 4px 0 8px 0;
	padding: 4px 0 2px 3px;
	border: 0;
	color: #3c3c3c;
	font-style: italic;
	display: block;
	background: #dadada;
}
.contact-form input.wrong {
	width: 298px;
	margin: 4px 0 9px 0;
	padding: 0 0 1px 3px;
	border: 2px solid #f00;
}
.checkbox {
	width: 256px;
	overflow: hidden;
}
.checkbox input {
	width: 13px;
	height: 13px;
	margin: 4px 4px 0 0;
	background: none;
	float: right;
	display: inline;
}
.checkbox label {
	float: right;
	padding-top: 4px;
}
.checkbox label a {
	color: #000;
	background: url(../images/line-terms.gif) repeat-x 0 100%;
	cursor: pointer;
}
.checkbox label a:hover {
	background: url(../images/blank.gif) no-repeat 0 100%;
	text-decoration: none;
}
.delivery .prices-button-nav {
	margin: 0 0 0 -6px;
	position: relative;
}
/* sign in popup settings */
.close-button {
	width: 33px;
	height: 33px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/button-close.png) no-repeat;
	cursor: pointer;
	position: absolute;
	top: -16px;
	right: -16px;
}
.popup-box {
	width: 664px;
	padding: 17px 20px 20px;
	border: 7px solid #e4e4e4;
	position: absolute;
	top: 297px;
	left: 273px;
	position: absolute;
	background: #fff;
	
	position:fixed;
  left:0;
  top:0;
  display:none;
  z-index:9999;
  padding:20px;
}
.popup-box h3,
signup-container1 h3 {
	margin: 0 0 12px 0;
	padding-bottom: 9px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #ebebeb;
	letter-spacing: -1px;
}
.signin-box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 14px;
}
.signin-form {
	width: 100%;
	overflow: hidden;
	margin-left: -10px;
}
.signin-form div {
	width: 259px;
	float: left;
	margin-left: 9px;
	display: inline;
}
.signin-form input.text {
	width: 257px;
	overflow: hidden;
	margin-top: 5px;
	padding: 2px 0 4px 2px;
	border: 0;
	color: #3c3c3c;
	font-style: italic;
	background: #dadada;
}
.signin-form div.sign-button {
	width: auto;
	margin-left: 1px;
	padding: 18px 0 0 9px;
}
.sign-button input.button {
	width: 107px;
	padding: 0;
}
* html .sign-button input.button { padding: 0; }
.remember-box {
	width: 100%;
	overflow: hidden;
}
.remember-form {
	width: 203px;
	padding-right: 63px;
	float: left;
}
* html .remember-form {
	width: 205px;
}
.remember-form label {
	padding-top: 3px;
	float: right;
}
.remember-form input {
	width: 16px;
	height: 14px;
	margin: 3px 1px 0 0;
	float: right;
}
* html .remember-form input {
	margin: 3px 0 0 ;
}
.forgot {
	width: 203px;
	float: left;
	margin-left: 57px;
	padding: 3px 0 0 60px;
}
.forgot a {
	color: #3c3c3c;
	text-decoration: underline;
}
.forgot a:hover {
	text-decoration: none;
}
/* sign in popup settings */
.signup {
	width: 664px;
	padding: 17px 20px 20px;
	border: 7px solid #e4e4e4;
	position: absolute;
	top: 257px;
	left: 273px;
}
.signup-box {
	width: 311px;
	float: left;
	margin-right: 22px;
	display: inline;
}
.signup-container {
	width: 100%;
	overflow: hidden;
}
.register-form input.text {
	width: 308px;
	margin: 5px 0 7px;
	padding: 4px 0 2px 3px;
	border: 0;
	color: #3c3c3c;
	font-style: italic;
	display: block;
	background: #dadada;
}
.register-check {
	margin-bottom: 11px;
	padding-top: 25px;
}
* html .register-check { width: 261px; }
.benefit-box {
	width: 329px;
	float: left;
	padding: 8px 0 0;
}
.popup-top {
	width: 329px;
	height: 12px;
	overflow: hidden;
	background: url(../images/popup-top.gif) no-repeat;
}
.popup-center {
	width: 279px;
	overflow: hidden;
	padding: 0 34px 4px 16px;
	background: #4c93b4;
	color: #fff;
}
.popup-center h4 {
	margin: 0 0 19px;
	font-size: 18px;
	letter-spacing: -1px;
}
.popup-center p {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 20px;
}
.popup-bottom {
	width: 329px;
	height: 12px;
	background: url(../images/popup-bottom.gif) no-repeat;
}
/* footer settings */
#footer-container {
	width: 100%;
	overflow: hidden;
	background: #a5a7aa;
}
.footer {
	width: 921px;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 0;
}
.footer-list-container {
	width: 921px;
	overflow: hidden;
	margin-bottom: 18px;
}
.footer-list-container div {
	float: left;
}
.knowledge {
	width: 241px;
	overflow: hidden;
}
.extras,
.support {
	width: 220px;
	overflow: hidden;
}
.knowledge  h4,
.extras h4,
.support h4 {
	margin: 0 0 13px 0;
	color: #333;
	font-size: 15px;
	font-weight: normal;
}
.knowledge ul,
.extras ul,
.support ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.knowledge li,
.extras li,
.support li {
	margin-bottom: 8px;
	padding-left: 11px;
	background: url(../images/arrow.gif) no-repeat 0 5px;
}
.cards-list {
	width: 100%;
	overflow: hidden;
	margin: 0 0 8px -2px;
	padding: 0;
	list-style: none;
	position: relative;
}
.cards-list li {
	float: left;
	margin-right: 4px;
}
.card01,
.card02,
.card03,
.card04,
.card05,
.card06,
.card07,
.card08 {
	width: 43px;
	height: 29px;
	text-indent: -9999px;
	display: block;
}
.card01 { background: url(../images/card01.jpg) no-repeat; }
.card02 { background: url(../images/card02.jpg) no-repeat; }
.card03 { background: url(../images/card03.jpg) no-repeat; }
.card04 { background: url(../images/card04.jpg) no-repeat; }
.card05 { background: url(../images/card05.jpg) no-repeat; }
.card06 { background: url(../images/card06.jpg) no-repeat; }
.card07 { background: url(../images/card07.jpg) no-repeat; }
.card08 { background: url(../images/card08.jpg) no-repeat; }

.footer p {
	margin: 0;
	color: #d8d6d6;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}




 a.account-button {
    background: transparent url('/images/bg-account-button.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: bold 13px arial, sans-serif;
    height: 35px;
    margin-right: 6px;
    padding-right: 19px; /* sliding doors padding */
    text-decoration: none;
}

a.account-button span {
    background: transparent url('/images/bg-account-button-span.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 6px 0 9px 15px;
}
 
.account-listtable {
	width: 100%;
	/*text-indent: 5px;*/
	border-left: 1px solid #cccccc;
}

.account-listtable td {
	border-right: 1px solid #cccccc;
	padding-left: 9px;
}

.account-listtable-header {
	background: url(/images/bg-account-list-header.gif ); 
	height:32px;
}

.account-listtable-header td {
	font-weight: bold;
}
 
.account-reportingtable {
	width: 100%;
	text-indent: 5px;
	border-left: 1px solid #cccccc;
}

.account-reportingtable td {
	border-right: 1px solid #cccccc;
}

.account-reportingtable-header {
	background: url(/images/bg-account-reporting-header.gif ); 
	height:32px;
	color: #ffffff;
	font-weight: bold;
}

.account-reportingtable-subheader {
	height:32px;
	color: #000000;
	font-weight: bold;
}


.account-reportingtable-section {
	background: url(/images/bg-account-reporting-section.gif ); 
	height:32px;
	color: #000000;
	font-weight: bold;
}

.account-reportingtable-bottomsection {
	height:32px;
	color: #000000;
	font-weight: bold;
}

.account-reportingtable-bottomsection td {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.account-reportingtable-alternaterow {
	background-color: #dff0f5;
}

.topnav {
	width:600px;
/*	height:100%;*/
	overflow:hidden;
	clear:both;
	margin:0 0 40px 0;
    }
    
    .step {
	background-image:url('/images/bg-step-blue.gif');
	background-repeat:no-repeat;	
	height:32px;
	float:left;
}
.step .number {
	font-family:georgia,arial,verdana;
	font-size:21px;
	font-style:italic;
	text-align:right;
	padding:0;
	margin:0 7px 0 0;
}
.notcurrent {
	background-position:top right;
	width:42px;
}
.notcurrent .number {
	color:#312b25;
}
.current {
	background-position:bottom right;
	width:42px;
}
.current .number {
	color:#fff;
}

.firststep {
	width:32px;
}

.stepname {
	float:left;
	line-height:32px;
	margin:0 6px;
	padding:0;
	font-size:12px;
	color:#312b25;
}

.Spaced-Text
{
    line-height:20px;    
}

.Italic
{
    font-style:italic;
}

.bg-in-store-via-pc
{
    padding-left:20px;
    width:657px;
    height:137px;
    background-repeat:no-repeat;
    background-image:url(/images/bg-overview-via-pc.gif);
}

.bg-in-store-via-streaming-box
{
    padding-left:20px;
    width:657px;
    height:242px;
    background-repeat:no-repeat;
    background-image:url(/images/bg-overview-via-streaming-box.gif);
}

p.BoxText
{
    margin-top:10px;
    margin-left:20px;
    width:440px;
    font-size:12px;
}

p.BoxLongText
{
    margin-top:10px;
    margin-left:20px;
    line-height:20px;
    width:610px;
    font-size:12px;
}

div.BoxHeader
{
    font-size:14px;
    font-weight:bold;
    line-height:5px;
}

div.BoxBlueGeneric
{
    padding-left:10px;
    padding-right:20px;
    background-color:#deeef6;
    width:627px;
    margin-bottom:-12px;
}

div.BoxBlueGeneric ul
{
    line-height:20px;
}

div.BoxBlueGeneric ol
{
    line-height:20px;
}

div.BoxBlueGeneric span
{
    font-size:12px;
    font-weight:bold;
    margin-left:10px;
}

div.BoxBlueGeneric p
{
    margin-left:10px;
}

div.BoxBlue657x162
{
    padding-top:7px;
    padding-left:10px;
    padding-right:20px;
    background-image:url(/images/bg-box-blue-657-162.gif);
    width:627px;
    height:155px;
}

div.BoxBlue657x162 ul
{
    line-height:20px;
}

div.BoxBlue657x162 span
{
    font-size:12px;
    font-weight:bold;
    margin-left:10px;
}

div.BoxBlue657x137
{
    padding-top:7px;
    padding-left:10px;
    padding-right:20px;
    background-image:url(/images/bg-box-blue-657-137.gif);
    width:627px;
    height:130px;
}

div.BoxBlue657x137 ul
{
    line-height:20px;
}

div.BoxBlue657x137 span
{
    font-size:12px;
    font-weight:bold;
    margin-left:10px;
}


div.BoxBlueStreamingBox
{
    padding-top:7px;
    padding-left:10px;
    padding-right:20px;
    background-image:url(/images/bg-box-blue-streaming-box.gif);
    width:626px;
    height:205px;
}

div.BoxBlueStreamingBox ul
{
    line-height:20px;
    width:380px;
}

div.BoxBlueStreamingBox span
{
    font-size:12px;
    font-weight:bold;
    margin-left:10px;
}




div.BoxBlueOrderInstoreViaPC
{
    /* image width : 657px */
    width:627px;
    padding-left:10px;
    padding-right:20px;

    /* image height : 284px */
    height:267px;
    padding-top:17px;

    background-image:url(/images/bg-box-blue-order-instore-via-pc.gif);
}

div.BoxBlueOrderInstoreViaPC span
{
    font-size:14px;
    font-weight:bold;
    margin-left:20px;
}

div.BoxBlueOrderInstoreViaPC p
{
    margin-left:40px;
}

div.BoxBlueOrderInstoreViaPC input.OrderButton
{
    margin-top:7px;
    margin-left:40px;
}

div.BoxBlueOrderInstoreViaPC p.Short
{
    width:440px;
}

div.BoxBlueOrderInstoreViaPC table
{
    font-size:14px;
    margin-left:40px;
    font-weight:bold;
}

div.BoxBlueOrderInstoreViaPC tr
{
    height:30px;
}

div.BoxBlueOrderInstoreViaPC td
{
    padding-right:15px;
}

div.BoxBlueOrderInstoreViaPC select
{
    font-size:14px;
    color:#0a113b;
    font-weight:bold;
    height:20px;
}

div.BoxBlueOrderInstoreViaPC input.Quantity
{
    font-size:14px;
    color:#0a113b;
    font-weight:bold;
    height:14px;
    width:30px;
}

div.BoxBlueOrderInstoreViaPC option
{
    font-weight:normal;
}

div.BoxBlueOrderInstoreViaPC a
{
    font-weight:normal;
    font-size:12px;
}


div.BoxBlueOrderInstoreViaStreamingBox
{
    /* image width : 657px */
    width:627px;
    padding-left:10px;
    padding-right:20px;

    /* image height : 377px */
    height:360px;
    padding-top:17px;

    background-image:url(/images/bg-box-blue-order-instore-via-streaming-box.gif);
}

div.BoxBlueOrderInstoreViaStreamingBox span
{
    font-size:14px;
    font-weight:bold;
    margin-left:20px;
}

div.BoxBlueOrderInstoreViaStreamingBox p
{
    margin-left:40px;
}

div.BoxBlueOrderInstoreViaStreamingBox input.OrderButton
{
    margin-top:7px;
    margin-left:40px;
}

div.BoxBlueOrderInstoreViaStreamingBox p.Short
{
    width:440px;
}

div.BoxBlueOrderInstoreViaStreamingBox table
{
    font-size:14px;
    margin-left:40px;
    font-weight:bold;
}

div.BoxBlueOrderInstoreViaStreamingBox tr
{
    height:30px;
}

div.BoxBlueOrderInstoreViaStreamingBox td
{
    padding-right:15px;
}

div.BoxBlueOrderInstoreViaStreamingBox select
{
    font-size:14px;
    color:#0a113b;
    font-weight:bold;
    height:20px;
}

div.BoxBlueOrderInstoreViaStreamingBox input.Quantity
{
    font-size:14px;
    color:#0a113b;
    font-weight:bold;
    height:14px;
    width:30px;
}

div.BoxBlueOrderInstoreViaStreamingBox option
{
    font-weight:normal;
}

div.BoxBlueOrderInstoreViaStreamingBox a
{
    font-weight:normal;
    font-size:12px;
}


div.BoxBlueOrderInstoreBroadBand
{
    /* image width : 657px */
    width:627px;
    padding-left:10px;
    padding-right:20px;

    /* image height : 375px */
    height:358px;
    padding-top:17px;

    background-image:url(/images/bg-box-blue-order-instore-mobile-broadband.gif);
}

div.BoxBlueOrderInstoreBroadBand span
{
    font-size:14px;
    font-weight:bold;
    padding-left:20px;
}

div.BoxBlueOrderInstoreBroadBand p
{
    margin-left:40px;
}

div.BoxBlueOrderInstoreBroadBand input.OrderButton
{
    margin-top:7px;
    margin-left:40px;
}

div.BoxBlueOrderInstoreBroadBand p.Short
{
    width:440px;
}

div.BoxBlueOrderInstoreBroadBand table
{
    font-size:14px;
    margin-left:40px;
    font-weight:bold;
}

div.BoxBlueOrderInstoreBroadBand tr
{
    height:30px;
}

div.BoxBlueOrderInstoreBroadBand td
{
    padding-right:15px;
}

div.BoxBlueOrderInstoreBroadBand select
{
    font-size:14px;
    color:#0a113b;
    font-weight:bold;
    height:20px;
}

div.BoxBlueOrderInstoreBroadBand input.Quantity
{
    font-size:14px;
    color:#0a113b;
    font-weight:bold;
    height:14px;
    width:30px;
}

div.BoxBlueOrderInstoreBroadBand option
{
    font-weight:normal;
}

div.BoxBlueOrderInstoreBroadBand a
{
    font-weight:normal;
    font-size:12px;
}



div.BoxBlue657x212
{
    padding-top:7px;
    padding-left:10px;
    padding-right:20px;
    background-image:url(/images/bg-box-blue-657-212.gif);
    width:627px;
    height:205px;
}

div.BoxBlue657x212 ul
{
    line-height:20px;
}

div.BoxBlue657x212 li
{
    padding-bottom:5px;
}

div.BoxBlue652x317
{
    padding-left:10px;
    padding-top:7px;
    background-image:url(/images/bg-box-blue-652-317.gif);
    background-repeat:no-repeat;
    width:642px;
    height:310px;
}

div.BoxBlue652x317 ol
{
    line-height:20px;
}

div.BoxBlue652x317 span
{
    font-size:14px;
    font-weight:bold;
}

div.BoxBlue652x222
{
    padding-left:10px;
    padding-top:7px;
    background-image:url(/images/bg-box-blue-652-222.gif);
    width:642px;
    height:215px;
}

div.BoxBlue652x222 ul
{
    line-height:20px;
}

div.BoxBlue652x222 span
{
    margin-left:10px;
    font-size:13px;
    font-weight:bold;
}

div.BoxBlue652x222 p
{
    margin-left:10px;
}

span.BoxBlue
{
    margin-right:10px;
    margin-bottom:10px;
    padding-left:20px;
    padding-top:17px;
    padding-right:10px;
    width:174px;
    height:230px;
    display:block;
    float:left;
}

span.BoxBlueMedium
{
    margin-right:10px;
    margin-bottom:10px;
    padding-left:20px;
    padding-top:17px;
    padding-right:20px;
    width:164px;
    height:270px;
    display:block;
    float:left;
    line-height:17px;
}

span.BoxBlueLarge
{
    margin-right:10px;
    margin-bottom:10px;
    padding-left:20px;
    padding-top:17px;
    padding-right:20px;
    width:164px;
    height:290px;
    display:block;
    float:left;
    line-height:17px;
}

span.BoxBlueConnectSpeakers { background-image:url(/images/bg-box-blue-connect-speakers.gif); }
span.BoxBlueConnectSpeakers span.BoxBlueHeader { padding-bottom:90px; }

span.BoxBluePC { background-image:url(/images/bg-box-blue-pc.gif); }
span.BoxBluePC span.BoxBlueHeader { padding-bottom:90px; }

span.BoxBlueFlashPlayer { background-image:url(/images/bg-box-blue-flash-player.gif); }
span.BoxBlueFlashPlayer span.BoxBlueHeader { padding-bottom:75px; }

span.BoxBlueConnectToLan { background-image:url(/images/bg-box-blue-connect-to-lan.gif); }
span.BoxBlueConnectToLan span.BoxBlueHeader { padding-bottom:130px; }

span.BoxBlueConnectSpeakers2 { background-image:url(/images/bg-box-blue-connect-speakers-2.gif); }
span.BoxBlueConnectSpeakers2 span.BoxBlueHeader { padding-bottom:95px; }

span.BoxBluePower { background-image:url(/images/bg-box-blue-power.gif); }
span.BoxBluePower span.BoxBlueHeader { padding-bottom:145px; }

span.BoxBlueManage { background-image:url(/images/bg-box-blue-manage.gif); }
span.BoxBlueManage span.BoxBlueHeader { padding-bottom:100px; }

span.BoxBlueHotspot { background-image:url(/images/bg-box-blue-hotspot.gif); }
span.BoxBlueHotspot span.BoxBlueHeader { padding-bottom:7px; }

span.BoxBlueTethering /* tethering has a different size */
{
    background-image:url(/images/bg-box-blue-tethering.gif); 
    margin-right:10px;
    margin-bottom:10px;
    padding-left:20px;
    padding-top:17px;
    padding-right:20px;
    width:164px;
    height:304px;
    display:block;
    float:left;
    line-height:17px;
}
span.BoxBlueTethering span.BoxBlueHeader { padding-bottom:10px; }


span.BoxBlueHeader
{
    font-size:14px;
    font-weight:bold;
    display:block;
}

span.BoxBlueText
{
    font-size:12px;
}


img.StreamingBox
{
    float:right;
    padding-left:30px;
    margin-right:6px;
}

table.BlueTable
{
    
}

table.BlueTable th
{
    background-color:#0a113b;
    color:White;
    height:25px;
    padding-left:12px;
    vertical-align:middle;
    text-align:left;
}

table.BlueTable td
{
    height:23px;
    padding-left:12px;
    padding-top:5px;
    padding-bottom:5px;
    vertical-align:top;
}

table.BlueTable tr.EvenRow 
{
    background-color:#e8e8e8;
}

table.BlueTable tr.OddRow 
{
    background-color:#ffffff;
}

table.BlueTable td.LastRow
{
    border-bottom:solid 2px black;
}

table.BlueTable th.Savings 
{
    background-color:#447bcf;
}

tr.EvenRow td.Savings
{
    background-color:#bac8d4;
}

tr.OddRow td.Savings
{
    background-color:#cddce9;
}


table.CreateAccount td.RightAligned
{
    text-align:right;
    font-weight:bold;
}

table.CreateAccount input
{
    background-color:#ddeaf3;
    border:solid 0px black;
    height:29px;
    width:266px;
    padding-left:5px;
    margin-left:5px;
}

select.playlist
{
    font-size:14px;
    color:#0a113b;
    font-weight:bold;
    border:solid 0px white;
    background-color:#ddeaf3;
    width:277px;    
    height:20px;
}

select.playlist option
{
    font-weight:normal;
}


table.OrderAddress td
{
    font-weight:bold;
    font-size:14px;
    padding-right:5px;
    text-align:right;
}

table.OrderAddress input
{
    width:277px;
    height:29px;
    border-width:0px;
    background-color:#ddeaf3;
}

table.OrderAddress select
{
    width:277px;
    height:29px;
    border-width:0px;
    background-color:#ddeaf3;
}

table.OrderAddress td.SubHeader
{
    text-align:left;
    height:60px;
    font-size:13px;
}

table.OrderSummary 
{
    width:100%;
}

table.OrderSummary th
{
    background-color:#0a113b;
    color:white;
    text-align:left;
    padding-left:10px;
    height:25px;    
}

table.OrderSummary tr.OddRow
{
    background-color:White;
}

table.OrderSummary tr.EvenRow
{
    background-color:#e8e8e8;
}

table.OrderSummary td
{
    padding-left:10px;
    height:25px;    
}

table.OrderSummary td.Bottom
{
    border-bottom:solid 2px black;
}










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

