html body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#444;
	background:#fff url(../images/bg_main_container.gif);
	text-align: center;
	margin:0px;
}
form {
	border:0;
	margin:0;
	padding:0;
}
a {
	color:#c00;
	text-decoration:none;
}
a img {
	border:none;
}
h1 {
	margin:0;
	padding:0;
	display: block;
}

h2 {
	font-size:14px;
	font-weight: bold;
	margin:5px 0 0 0;
	line-height:20px;
}
.lowercase{
	text-transform:lowercase;
}
.uppercase{
	text-transform:uppercase;
}

textarea {
	/*border: 1px solid #c5c5c5;
	background:#f5f5f5;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	border: 1px solid #c5c5c5;
}
.textRed {
	color:#CC0000;
}
strong{
/*line-height:12px;*/
}
.boldNumber{
color:#cc0000;
font-size:12px;
font-weight:bolder;
font-stretch:condensed;
font-variant:small-caps;
}
/*over Lay*/
.overlayBox {
	padding-left: 10px;
	float:right;
	width:200px;
	position:absolute;
	visibility:hidden;
	z-index: 2;
}
.overlayBox .login, .overlayBox .prepaidPhone {
	background-color: #fff;
	opacity: 0.95;
	width:200px;
}
.overlayDropDownBox {
	padding: 10px 0 10px 8px;
	text-align: left;
	font-weight:bold;
	height: 20px;
}
.overlayDropDownBox select {
	font-size: 1em;
	background-color: #ececec;
	border-style:solid;
	border-width: 1px;
	padding: 2px;
	margin: 8px 4px 8px 0;
	width: 150px;
}

/* @group Header */

/* ---------- HEADER ----------*/
#headerContainer, #mainContainer, #footerContainer, #overlayContainer { /* width of the page*/
	width: 954px;
	margin: auto;
	float: none;
	text-align:left;
}
#header {
	text-align: center;
	float: none;
	clear: both;
	background: #000;
	height:100px;
	min-width:954px;

}
#headerContainer {
	position: relative;
}
	#headerContainer .logo {
		position: absolute;
		top: 21px;
		left: 7px;
		float:left;
		width: 121px;
		height: 62px;
	}

	#headerContainer .images-links{
		float:right;
		width:825px;
	}

	#headerContainer .utility_nav {
		float: right;
		margin-top: 15px;
	}

	#headerContainer .language {
		float: left;
		width: 210px;
		margin-top: 9px;
	}
		#headerContainer .language,
		#headerContainer .language a {
			color: #fff;
			text-decoration: none;
			font-weight: bold;
			display: block;
			background-repeat: no-repeat;
			text-indent: -1000000px;
		}
			/* ENGLISH */
			#headerContainer .language a.btn_en_language {
				background-image: url(../en/images/header_language_nav_sprite.gif);
				background-repeat: no-repeat;
				background-position: 0 0;
				width: 52px;
				height: 9px;
				float: left;
				margin-right: 20px;
			}
			#headerContainer .language a.btn_en_language:hover {
				background-position: 0 -14px;
			}
			#headerContainer .language a.btn_en_topupprepaid {
				background-image: url(../en/images/header_language_nav_sprite.gif);
				background-repeat: no-repeat;
				background-position: -70px 0;
				width: 115px;
				height: 9px;
				float: left;
			}
			#headerContainer .language a.btn_en_topupprepaid:hover {
				background-position: -70px -14px;
			}

			/* FRENCH */
			#headerContainer .language a.btn_fr_language {
				background-image: url(../fr/images/header_language_nav_sprite.gif);
				background-repeat: no-repeat;
				background-position: 0 0;
				width: 45px;
				height: 9px;
				float: left;
				margin-right: 20px;
				margin-top: -2px;
			}
			#headerContainer .language a.btn_fr_language:hover {
				background-position: 0 -19px;
			}
			#headerContainer .language a.btn_fr_topupprepaid {
				background-image: url(../fr/images/header_language_nav_sprite.gif);
				background-repeat: no-repeat;
				background-position: -65px 0;
				width: 138px;
				height: 9px;
				float: left;
				margin-top: -2px;
			}
			#headerContainer .language a.btn_fr_topupprepaid:hover {
				background-position: -65px -19px;
			}
		#headerContainer .language a:hover {
			color: #c00;
		}

	#headerContainer .s-tabs {
		float: left;
	}
		#headerContainer .s-tabs a {
			float:left;
			display:block;
			margin-left:6px;
			overflow: hidden;
		}
		#headerContainer .s-tabs a:hover img {
			margin-top: -43px;
		}
		#headerContainer .s-tabs a:hover {
			background: none;  /* for some reason this fixes the sprite positioning in IE */
		}
			#headerContainer .s-tabs a.btn_myaccount {
				width: 94px;
				height: 28px;
			}
			#headerContainer .s-tabs a.btn_activateprepaid {
				width: 209px;
				height: 28px;
			}

			#headerContainer .s-tabs a.btn_myaccount_fr {
				width: 94px;
				height: 28px;
			}
			#headerContainer .s-tabs a.btn_activateprepaid_fr {
				width: 204px;
				height: 28px;
			}


	#headerContainer .headerNav {
		position: absolute;
		top: 53px;
		right: 0;
	}
		.headerNav ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			text-transform: uppercase;
			border-top: 1px solid #4d4d4d;
		}
			.headerNav li {
				float:left;
				text-align:center;
			}
			.headerNav li a {
				position: relative;
				display: block;
				background-repeat: no-repeat;
				text-indent: -1000000px;
				margin-left: 30px;
				height: 25px;
				color:#fff;
				font-weight: bold;
				margin-top: -1px;
				z-index: 5;
				border-top: 1px solid #4d4d4d;
			line-height:25px; /*added for ie6*/
			}
			.headerNav li a:hover,
			.headerNav li.current a {
				color:#fff;
				border-top: 1px solid #fff;
				font-size:13px;

			}

.headerNav ul.fr li a {
	margin-left: 20px;
}
ul.fr li a {
	background-image: url(../fr/images/header_main_nav_sprite.gif);
}
ul.fr #id_phones a{
	width: 79px;
	background-position: 0 12px;
	margin-left: 0;
}
ul.fr #id_plans a{
	width: 53px;
	background-position: -101px 12px;
}
ul.fr #id_whatsHot a{
	width: 94px;
	background-position: -183px 12px;
}
ul.fr #id_stayConnected a{
	width: 98px;
	background-position: -309px 12px;
}
ul.fr #id_live a{
	width: 111px;
	background-position: -470px 12px;
}
ul.fr #id_howDoI a{
	width: 107px;
	background-position: -613px 12px;
}
ul.fr #id_whyChooseUs a{
    width: 149px;
	background-position: -750px 12px;
}

.fr-footer ul{
padding-left:7px!important;
}


ul.en li a {
	background-image: url(../en/images/header_main_nav_sprite.gif);
}
ul.en #id_phones a{
	width: 59px;
	background-position: 0 12px;
	margin-left: 0;
}
ul.en #id_plans a{
	width: 41px;
	background-position: -101px 12px;
}
ul.en #id_whatsHot a{
	width: 76px;
	background-position: -189px 12px;
}
ul.en #id_stayConnected a{
	width: 109px;
	background-position: -315px 12px;
}
ul.en #id_live a{
	width: 148px;
	background-position: -474px 12px;
}
ul.en #id_howDoI a{
	width: 67px;
	background-position: -674px 12px;
}
ul.en #id_whyChooseUs a{
	width: 110px;
	background-position: -790px 12px;
}
/* ---------- END HEADER ----------*/

/* @end */


.fr-footer ul{
padding-left:7px!important;
}
.top-box {
	width:964px;
	margin:auto;
	height:25px;}
.bread-crumbs{
	float:left;
	padding:5px 0 0 9px;}
.top-box input {
	border:0;
	font-size:12px;
	width:145px;
	height:12px;
	/*color: #333;

	border:none;
	background:url(../images/input_search.gif) left top no-repeat;
	width:155px;
	float:right;
	padding:2px 0 0 10px;*/
}
.top-box  form{
	background:url(../images/input_search.gif) left top no-repeat;
	float:right;
	width:160px;
	display:block;
	height:20px;
	padding-top:1px;
	margin-right:5px;

}
/* for Internet Explorer padding hack */
/*\*/
* html .top-box  form{
	margin-right:3px;
}
}
/**/
/*center main content*/
#main {
margin-top:5px;

}
.f-l {
	float:left;
}
.f-r {float:right;
}
#mainContainer {
}

.leftSidebar {
	float: left;
	width: 168px;
	text-align:left;
	min-height:500px;
}
/*left nav*/
.left-menu-box {
	background:url(../images/bg_left_nav_1.gif) top left no-repeat;
	width: 161px;
	padding-top:10px;
	text-align:left;
}
ul.left-menu,
ul.left-menu ul{
	display:none;
	}
ul.left-menu,
ul.left-menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.left-menu {
	background:#f0f0f0 url(../images/bg_left_nav_3.gif) bottom left no-repeat;
	padding-bottom:11px;
}
.left-menu li {
	width:152px;
	margin-left:4px;
	padding:0;

	}
.left-menu li ul li {
	margin:0;
}
.left-menu li br{
	clear:right;
	line-height:0px;
	height:0;}

.left-menu li.parent img.exp {
	float:right;
	cursor:pointer;
	width:16px;
	height:16px;
	position:relative;
	top:5px;
	margin-bottom:-20px;
}
.left-menu li a {
	display: block;
	width:152px;
	color: #444;
	font-weight:bold;
	/*line-height:20px;*/
	min-height:24px;
	outline: 0;/*firefox dotted fix*/
}
ul.left-menu ul  {
	background:#fff;
}
ul.left-menu ul li.top {
	background:#f0f0f0 url(../images/left_nav_child.gif) top no-repeat scroll;
	height:14px;
}
ul.left-menu ul li.bot {
	background:#f0f0f0 url(../images/left_nav_child.gif) bottom no-repeat scroll;
	height:14px;
}
ul.left-menu li.parent a.hover-highlight,
ul.left-menu li.parent a:hover {
	background:#d4d4d4 url(../images/bg_left_nav_exp_items.gif) -152px 3px  no-repeat scroll;
	color:#c00;
}
ul.left-menu li.parent a.highlight:hover,
ul.left-menu li.parent a.highlight {
	background:#d4d4d4 url(../images/bg_left_nav_exp_items.gif) 0px 3px  no-repeat scroll;
	color:#c00;
}
ul.left-menu li.parent ul li a.highlight:hover,
ul.left-menu li.parent ul li a.highlight,
ul.left-menu li.parent ul li a:hover,
ul.left-menu li.parent ul li a {
	background:#fff;
	font-weight:normal;
	margin-top:0;
}

a.clicked-highlight {
	background:#fff;
	font-weight:normal;
	margin-top:0;
}

ul.left-menu li a.current:hover,
ul.left-menu li a.current,
ul.left-menu li a:hover {
	background:#d4d4d4 url(../images/bg_left_nav_exp_items.gif) -304px 3px  no-repeat scroll;
	/*background:url(../images/bg_left_nav_item.gif) left bottom scroll;*/
	color:#c00;
}
ul.left-menu li a span {
	padding:3px 20px 3px 6px;
	display:block;
	font-size:10px
}
ul.left-menu ul li a img{
display:none;}

/*main content*/
#mainContent,
#mainContent3
  {
	float: left;
	width: 606px;
	margin: 0 0 0 0px;
	padding:0px;
}
#mainContent2-mirror,
#mainContent2 {
	width:786px;
	float:left;
	}
/* why choose us enter page */
.questionsContainer {
	position:relative;
	z-index:1;
	width:550px;
	height:130px;
	overflow:hidden;
	float:left;
}
.question {
	width: 160px;
	height: 130px;
	float: left;
	text-align:left;
	padding-left:20px;
}
.questionTitle {
	color:#c00;
	font-size: 1.2em;
	font-weight: bolder;
	height: 40px;
}
.questionBtnArrow {
	width:20px;
	position:relative;
	float:left;
	padding-top:40px;
}
/*right banners*/
.rightSidebar {
	width: 160px;
	float: right;
	margin-top: 0;
}
.help {
	width:160px;
	background:url(../images/activationHelpTop.gif) top no-repeat;
	padding:14px 0 0 0;
}
.help .top {
	background:#c00;
	padding:0 5px 10px 10px;
	color:#fff;
	font-weight:bold;
}
.help .top2 {
	background:#c00;
	padding:0 5px 10px 10px;
	color:#fff;
	font-weight:bold;
}
.help .mid {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:10px 5px 3px 10px;
	background:#fff;
	font-size:11px;
}
.help .mid  ul li{
margin-bottom:10px;}
.help .bot {
	background:url(../images/bg_help_bot.gif) top no-repeat;
	height:12px;
}

/* @group Footer */

/* ---------- FOOTER ---------- */

#footer {
	background-color: #000;
	width: 100%;
	padding-top: 0px;
	overflow: hidden;
	clear: both;
	margin-top: 20px;
}

#footer sup {
	font-size: 6px;
	vertical-align: top;
}

#footerContainer {
	padding: 35px 0 20px 0;
}

#footerNav {
	margin: 0;
	padding: 0 0 15px 0;
	float: left;
	width: 954px;
}

#footerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	float: left;
	margin-right: 19px;
	width: 100px;
}

#footerNav.fr ul {
	margin-right: 19px;
	width: 100px;
}

#footerNav ul li {
	padding: 0;
	margin: 0;
	font-size: 12px;
	margin-bottom: 2px;
}

#footerNav li a {
	text-decoration: none;
	color: #838383;
}

#footerNav li a:hover {
	text-decoration: none;
	color: #505050;
}

#footerNav li.footerNavTitle, #footerNav li.footerNavTitle a {
	padding-bottom: 2px;
	color: #c7c7c7;
	font-weight: bold;
}

#footerNav li.footerNavTitle a:hover {
	color: #ffffff;
}

#footer .copyRight {
	color: #838383;
	padding-top: 10px;
	font-weight: normal;
	text-align: center;
	float: right;
	font-size: 12px;
}

#footer .footerLinks {
	clear: both;
	width: 675px;
	padding-top: 10px;
	padding-bottom: 14px;
	float: left;
	font-size: 12px;
}

#footer .footerLinks a {
	color: #848383;
	font-weight: bold;
	padding: 0 20px 0 0;
	text-decoration: none;
}

#footer .footerLinks a:hover {
	color: #494949;
}

/* ---------- END FOOTER ---------- */

/* @end */


/* other sf */


.greyBox {
	border:1px solid #a9a9a9;
	padding:0px;
	background:#f5f5f5;
}
.noBorder {
	border:none;
}
textarea.legal-box {
	background:#f5f5f5;
	border:none;
	width:560px;
	color:#444;
}
.esn {
	float:left;
	width:100%;
	height:120px;
	margin-bottom:15px;
}
.esn div.row {
	padding:10px;
	width:250px;
	float:left;
	margin:0px 0 0 15px;
}
.esn div.row input {

	width:240px;
	font-size:22px;
	padding:5px;
	font-weight:bold;
	display:block;


}
#mainContent2-mirror .esn div.row label {
	width:240px;
	font-weight:bold;
	text-align:left;
	padding:0 0 5px 0;
}
/*.greyBoxEsn{
height:120px;
}

.esn {
	border:1px solid #ccc;
	padding:10px;
	background:#f5f5f5;
	width:150px;
	float:left;
	margin:20px 0 0 20px;

}
.esnImage {
	border:1px solid #ccc;
	height:125px;
	width:225px;
	float:left;
}
*/
.chev-buttons {


}
.chev-buttons button {
	width:186px;
	height:30px;
	border:none;
	display:block;
	text-indent:-20000px;
}
/*left column wizard classes*/
.shopping-list-wiz,
.left-col-wiz {
	list-style:none;
	width:162px;
	margin:5px 0 0 0;
	padding:0;
}
.shopping-list-wiz a,
.left-col-wiz li a {
	text-decoration:none;
	color:#444;
}
.shopping-list-wiz li.current a,
.left-col-wiz li.current a {
	color:#fff;
}
.shopping-list-wiz li,
.left-col-wiz li {
	background:#f0f0f0;
	border: 1px solid #c7c7c7;
	border-color:#fff #c7c7c7 #b9b9b9 #c7c7c7;
	line-height:30px;
	padding-left:12px;
	color:#444;
	font-weight:bold;
}
.shopping-list-wiz li.title,
.left-col-wiz li.title {
	background:#fff url(../images/bg_left_col_wiz_top.gif);
	border:none;
	color:#eee;
	height:30px;
}
.shopping-list-wiz li.title a,
.left-col-wiz li.title a {
	color:#eee;
}
.shopping-list-wiz li.current,
.left-col-wiz li.current {
	background:#c00;
	color:#fff;
}
.shopping-list-wiz li.current{
	font-size:18px;
}
.left-col-wiz li.past {
	background:#d1d1d1 url(../images/bg_left_col_wiz_past.gif) 135px top no-repeat;
}
.shopping-list-wiz li.past a{
	color:#858585;
	font-size:18px;}
.shopping-list-wiz li.past {
	background:#f0f0f0;
}
.left-col-wiz li.end {
	background:url(../images/bg_left_col_wiz_bot.gif) top no-repeat;
	height:13px;
	border:none;
}
.shopping-list-wiz li.end {
	background: url(../images/bg_shop_list_wiz_bot.gif) bottom no-repeat;
	border:none;
	border-top:1px solid #fff;
	height:28px;
	}
.shopping-list-wiz li.end button.reset{
padding-top:3px;
text-indent:-1600px;
}
.dtls{background:#e0e0e0;
margin-left:-11px;}

.dtls-row {
       font-family:verdana;
       font-size:9px;
       line-height:10px;
       color:#565656;
		width:100%;
}
.dtls-row .f-l,
.dtls-row .f-r{padding:3px 10px 3px 10px;
}
.dtls:after,
.dtls-row:after { /* IE  extra treatment */
    display: block;
    clear: both;
    content: " ";
    width:100%;
}

#yui-history-iframe {
  position:absolute;
  top:0; left:0;
  width:1px; height:1px;
  visibility:hidden;
}
/*Faq Boxes*/
.faq-box {
border-collapse:collapse;
width:580px;
margin-left:10px;
empty-cells:show;
}
.faq-box th{

color:#fff;
font-size:12px;
}
td.faq-mid{
background:#ebebeb;
padding:0;
margin:0;
width:280px;
}
.faq-box th{
background:url(../images/bg_tab_blk.gif) no-repeat left top;
width:280px;
}
.faq-box th div{
padding:6px 0 6px 15px; }
.faq-mid ul li{
margin-left:0;
}
.faq-box .bot{
background:url(../images/bg_tab_blk.gif) no-repeat left bottom;
height:15px;}

.faq-mid ul li a{
font-weight:bold;}
.faq-mid div{
background:#fff;
border:1px solid #ebebeb;
}
.faq-box .faq-mid ul.alt-row
{
background:#fff;
margin:10px 0 10px 25px;
padding:0;

}
.faq-box .faq-mid ul.alt-row li{
list-style-image:url(../images/list_arrow_gray.gif);
}

.faq-mid span{
font-weight:bold;
display:block;
margin-left:10px;}
div.help ul.faq-cat,
div.help ul.faq-10{
list-style:none;
margin:0;
padding:0;
}
ul.faq-10 li{
padding:6px;
list-style:none;
}
.faq-mid{
	padding:0 0 10px 0!important;
}
.odd{
	background:#ebebeb;
}
.faq-10 div{
	border:none;
	text-align:right;
	background:none;
	margin:5px;
}
ul.faq-cat span{
font-weight:normal;
padding:3px;}
ul.faq-cat span a{
font-weight:bold;}
/*faq questions */

dl.faq-questions {
	width:576px;
	display:block;

}
dl.faq-questions dt {
	background:#e0e0e0 url(../images/faq_plus.gif) right top no-repeat;
	cursor:pointer;
	content: " ";
	width:100%;
	clear:both;
	margin-top:15px;
}
dl.faq-questions dt span {
	line-height:16px;
	padding:3px 24px 3px 6px;
	display:block;
	margin:0;
	width:90%;
}
dl.faq-questions .open {
	background:#e0e0e0 url(../images/faq_minus.gif) right top no-repeat;
}
dl.faq-questions dd {
	display:block;
	margin:0;
	content: " ";
	width:100%;
	clear:both;
}
dl.faq-questions dd span {
	padding:15px 5px 5px 5px;
	display:block;
}
dl.faq-questions dd span p{
	padding:0px 0px 9px 0px;
	display:block;

}
dl.faq-questions div.top {
	background:#e0e0e0;
	width:100%;
	margin:0;
}
dl.faq-questions div.btm {
	background:#fff url(../images/faq_bg_btm_line.gif) bottom repeat-x;
	width:100%;
	margin-top:-5px;
}
dl.faq-questions div.mid {
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	top:-5px;
	position:relative;
}
/* Styles for autocompletion */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:left;

}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results ul li {
	margin: 0px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	/* overflow: hidden; */
	text-align:left;
	padding-left:5px;
}

.ac_loading {
	/*background : Window url('./indicator.gif') right center no-repeat;*/
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

.buttonOff {
	opacity: 0.50;
}

.buttonOn {
	opacity: 1.00;
}
.hidden {
    display: none;
	visibility:hidden;
}
.visible {
    display: block;
	visibility:visible;
}
.btmBanners{
padding:10px 0 10px 0;
margin-bottom:10px;
float:left;
}
.btmBanners div{
	float:left;
}
.btmBanners div img {
	margin-left:19px;
}
.mainContentContainer ol.numbers li{
list-style:decimal;
list-style-image:none;
}
.mainContentContainer ul.no-numbers li{
list-style:none;
list-style-image:url(../images/list_arrow_red.gif);
}
/*Accordian styles*/
.accordian {
	width:567px;
	margin:0 auto;
	min-height:800px;
}
.acc-head {
	cursor:pointer;
}
.acc-body   p{
font:normal 11px Arial, Helvetica, sans-serif;
}
/*2 col layout*/

#mainContent2 .mainContentContainer,
#mainContent2-mirror .mainContentContainer{
background:url(../images/bg_contentcontainer_2col.gif) repeat-y;
}

.top-2cols{
background:url(../images/bg_content_2col_top.gif);
height:20px;
}
.bot-2cols{
background:url(../images/bg_content_2col_bot.gif);
height:20px;
margin-bottom:10px;
}

#mainContent2-mirror .chev-buttons{
	margin:0 10px 0 0;
}

#mainContent2-mirror .nav-buttons{
	margin: 0 15px 0 0;
	float: right
}

.tracking-div{
	visibility:hidden;
}

ul.radio-inputs{
      padding: 0;
      margin: 0;
}

ul.radio-inputs input{
      border:0;
}

.mainContentContainer ul.radio-inputs li {
      list-style-image:none;
      list-style:none;
      margin: 0;
      padding-left: 5;
}

#shoppingcart{
      width:160px;
      background:url(../images/bg_sc_cart.png);
      font-size:9px;
}

#shoppingcart a{
      display:block;
      text-align:right;
      line-height:25px;
      margin: 0 25px 0 0;
      font-size:10px;
      outline:none;
}

ul.sc-items {
      /*background:url(../images/bg_sc_cart_bot.png) bottom left no-repeat;*/
      list-style:none;
      padding:10px 0 10px 0;
      margin:0;
}

ul.sc-items li{
      list-style:none;
      padding:3px 0 3px 0;
      margin:0 9px;
}
.ShoppingCartTable td.sc-total-col,
ul.sc-items li.sc-total{
      border-top:3px double #cc0000;
      margin:6px;
      padding:3px;
      font-size:11px;
      font-weight:bold;
}
#shoppingcart .empty-cart{
	padding:20px 0 20px 45px;
	background:url(../images/bg_sc_cart_bot.png) bottom left no-repeat;
}
#preview_cart{
	background:url(../images/bg_sc_cart_bot.png) bottom left no-repeat;
	min-height:10px;
}
/* for Internet Explorer padding hack */
/*\*/
* html #preview_cart{
	height:10px;
}

.shopping-cart-items{
	padding-left:40px;
}
/*tabel*/
	table.ShoppingCartTable  {
		border: 3px double #ccc;
		margin: 10px;
		padding:3px;
		border-collapse:collapse;
	}
	.ShoppingCartTable td {
		vertical-align: top;
		border:1px solid #eee;
		font-size:11px;
		padding:3px;
	}
	.ShoppingCartTable th {
		vertical-align: top;
		border:1px solid #aaa;
		font-weight: bold;
		padding:5px;
		background:#ccc;
		font-size:11px;
	}


/*****
CSS from marketing which is already present in openCMS.
*****/

/* Buttons from Eric. */
a.primary-button, a.secondary-button {
    height: 14px;
    display: inline-block;
    width: auto;
    color: #ffffff !important;
    text-transform: uppercase;
    font: bold 10px/10px verdana, sans-serif;
    padding: 14px 0 16px 20px;
    _padding: 14px 0 15px 20px;
    position: relative;
    background-position: left 0;
    margin-left: -10px;
    margin-right: 21px;
    text-decoration: none !important;
}
a.primary-button span.cap, a.secondary-button span.cap {
    height: 43px;
    width: 21px;
    display: block;
    position: absolute;
    right: -21px;
    top: 0;
    background-position: left 0;
}
a.primary-button {
    background-image: url(/assets/images/button-red.png);
    _background-image: url(/assets/images/button-red-ie6.png);
}
a.secondary-button {
    background-image: url(/assets/images/button-black.png);
    _background-image: url(/assets/images/button-black-ie6.png);

}
a.primary-button span.cap {
    background-image: url(/assets/images/button-red-cap.png);
    _background-image: url(/assets/images/button-red-cap-ie6.png);
}
a.secondary-button span.cap {
    background-image: url(/assets/images/button-black-cap.png);
    _background-image: url(/assets/images/button-black-cap-ie6.png);

}
a.primary-button:hover, a.secondary-button:hover, a.primary-button:hover span.cap, a.secondary-button:hover span.cap {
    background-position: left -43px;
    background-color: transparent !important;
    color: #ffffff !important;
    text-decoration: none !important;
}
a.primary-button sup {
    line-height: 1px;
    position: relative;
    top: 2px;
}

/* @group Corners */

.corner-top-left {
	position: absolute;
	width: 12px;
	height: 12px;
	background: transparent url(/assets/images/corner-top-left.png) no-repeat;
	top: 0;
	left: 0;
	_display: none;
}

.corner-top-right {
	position: absolute;
	width: 12px;
	height: 12px;
	background: transparent url(/assets/images/corner-top-right.png) no-repeat;
	top: 0;
	right: 0;
	_display: none;
}

.corner-bottom-left {
	position: absolute;
	width: 12px;
	height: 12px;
	background: transparent url(/assets/images/corner-bottom-left.png) no-repeat;
	left: 0;
	bottom: 0;
	_display: none;
}

.corner-bottom-right {
	position: absolute;
	width: 12px;
	height: 12px;
	background: transparent url(/assets/images/corner-bottom-right.png) no-repeat;
	right: 0;
	bottom: 0;
	_display: none;
}

/* @end */

#mainContent2-mirror .greyBox-rounded {
	padding:0px;
	margin:5px 25px 15px 15px;
	background-color: #F5F5F5;
	background-image:url(/assets/en/plans/images-november/backgrounds/plans-table-background.png);
	backround-repeat:repeat-x;
	position: relative;
}

#mainContent2-mirror span.reqFieldsInst {
	padding-left:25px
}