﻿/*#bSaveCustomerRequest { display:none;}
#bSaveDecoderSmartcard {display:none;}*/
#clearData { background-color: transparent; border-color:transparent;}
body {
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#7f7f7f;
}

* { font-family:Arial, Helvetica, sans-serif;}

.hidden {display:none;}
#errors {display:none;}

/*accordian start

div.accordian div.inactive div.a-content, a-selector { display:none;}
div.accordian div.active div.a-content{ display:block;}
div.accordian div.active div.a-selector{ display:none;}
*/
div.accordian {}

.error { color:#f00}
.myaccount .errors { color:#f00; padding-left:20px;}

tr td span.red{color:#f00}

/* acronym tags */
acronym { color:#4899d8; border-bottom:dotted 1px #a5bfe0; cursor:help }

/*tag cloud start*/
#tagList {margin:5px;}
#tagList ul { margin:0; padding:0; display:inline-block;} 
#tagList { margin:0; padding:5px 3px 15px 3px; }  
#tagList li {  
  list-style-type:none; float:left; margin:3px 5px; line-height:20px; 
}  
#tagList li a { text-decoration:none; }  
  

#tagList li a.tag-1
{
    font-size:10px;
    white-space:nowrap;
    color:#aaaaaa;
}
#tagList li a.tag-2
{
    font-size:11px;
    white-space:nowrap;
    color:#bbbbbb;
}
#tagList li a.tag-3
{
    font-size:12px;
    white-space:nowrap;
    color:#cccccc;
}
#tagList li a.tag-4
{
    font-size:14px;
    white-space:nowrap;
    color:#dddddd;    
}
#tagList li a.tag-5
{
    font-size:16px;
    color:#ffffff;
    
}
#tagList li a:hover { text-decoration: none; color:#a5bfe0}
/*tag cloud end*/

/*accordian end*/


/*  new content styles */

#content {width:912px; padding:5px 0 0 0;}

.contentHolder ul {
	line-height:150%;
	padding:5px 0px 5px 25px;
	margin:0;
}

.contentHolder ol {
	line-height:150%;
	padding:5px 0px 5px 35px;
	margin:0;
}

.contentHolder li {
	line-height:150%;
	margin:0;
}

.contentHolder p {
	line-height:180%;
	padding:5px 0;
}

.contentHolder .newscolumns  li {
	line-height:180%;
	padding:5px 0;
} 

.contentHolder .newscolumns p {
	line-height:180%;
	padding:5px 0;
}

.carea {
	overflow:hidden;
	display:block;
	padding-top:0;
/*	background-color:#eaf4ff;
	border: solid 2px #000;*/
}

.content-area {
    padding: 10px;
	background-color:#FFFFFF;
	border: solid 3px #000;
}

#rightcol {
	float: right;
	width: 225px;
	padding:0 0 40px 0;
	margin-left:5px;
}

.inner-left {
	float: left;
	width: 200px;
	margin-right:5px;
	border: solid 3px #000;
	background: url(../images/shared/sidebar_nav_sml_bg.jpg) #06377a repeat-x; 
}
/*#inner { background-image:url(../images/dot.gif); background-repeat:repeat-y; background-position:200px 0;}*/

.left { float:left; margin-right:7px;}
.right { float:right;}

/* end new content styles */


/* new common styles */


/*   Table Styles  */

table.table {
	width:100%;
	color:#666666;
	margin:10px 0 10px 0;

}

table.smartcardtable {
	width:100%;
	color:#666666;
	margin:10px 0 10px 0;

}

.smartcardtable th {
	padding:5px;
	font-size:12px;
	text-align:left;
/*	background-image:url(../images/header-active.png);*/
	background-repeat:repeat-x;
	border:1px solid #FFFFFF;
}

.smartcardtable .odd td {
	background-color: #f8f8f8;
	padding:5px;
	border:1px solid #FFFFFF;
}
.smartcardtable .even td {
	background-color:#f0f0f0;
	padding:5px;
	border:1px solid #FFFFFF;	
}
.smartcardtable .odd th {
	background-color: #f8f8f8;
	padding:5px;
	border:1px solid #FFFFFF;
}
.smartcardtable .even th {
	background-color:#f0f0f0;
	padding:5px;
	border:1px solid #FFFFFF;	
}
.smartcardtable .table th, .smartcardtable .table th {
	background-color:#999999;
	padding:5px;
	border:1px solid #FFFFFF;	
}
.smartcardhead { background-color:#666666; color:#FFFFFF;}
.smartcardhead h4 { margin:0; padding:5px; color:#FFFFFF;}
.smartcard { border:1px solid #4899d8; margin:3px 0;}
.smartcard h4 { margin:0; padding:5px; font-weight:normal; color:#FFFFFF;}
.smartcard .smartcardheader { background-position: 100% 4px; background-color:#4899d8;}
.smartcard .smartcardheader:hover { background-position: 100% 4px; background-color:#4899d8;}

/*table 
{
    border-collapse:collapse;
    border:none;
    border-color:transparent;
}
table.clsInfoTable
{
    	background-color: #f1f4f6;
	    border-right: #c4d0da 1px solid;	
	    border-top: #c4d0da 1px solid;	
	    border-left: #c4d0da 1px solid;	
	    border-bottom: #c4d0da 1px solid;    	
}*/
table.clsInfoTable
{
    	background-color: #f8f8f8;
	    border: 1px solid #f0f0f0;	    	
}
table.clsInfoTable th
{
    background-color:#aaaaaa;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	padding:5px;
}

table.clsInfoTable td
{
    	background-color: #f8f8f8;
	    padding:2px;    	
}

.table th {
	background-color:#aaaaaa;
	color:#FFFFFF;
	padding:5px;
	font-size:12px;
	text-align:left;
/*	background-image:url(../images/header-active.png);*/
	background-repeat:repeat-x;
	border:1px solid #FFFFFF;
}

.table th.prim {
	background-color:#96b0d5;
}

.table th.prim2 {
	background-color:#6c88d7;
}

.table th.prim {
	background-color:#96b0d5;
}

.table .odd td {
	background-color: #f8f8f8;
	padding:5px;
	border:1px solid #FFFFFF;
}
.table .even td {
	background-color:#f0f0f0;
	padding:5px;
	border:1px solid #FFFFFF;	
}

.table .odd td.whitetd, .table .even td.whitetd {
	background-color: #FFFFFF;
	padding:5px;
	border:1px solid #FFFFFF;
}

.table .odd td.sec, .table .even td.sec { background-color:#cccccc;}


/*   List Styles   */

li {
	line-height:16px;
}
/*   Link Styles   */
a.active {color: #ed1c24;}

a:link {
	color: #4899d8; /* 093f87*/
}
/*a:visited {
	color: #333333;
}*/
a:hover {
	text-decoration: underline;
}
a:active {
	color: #4899d8;
}


.carea ul {
	padding: 10px 0 5px 20px;
	margin:0 0 0 10px;
    list-style-type:square;
}

/*img, div { behavior: url(../css/iepngfix.htc) }*/

a {
	color:#4899d8; /* 18509b*/
	text-decoration:underline;
}
a img {
	text-decoration:none;
}

img {
	border:0;
}

h1, h2, h3 {font-weight:normal;}

h1 {
	margin:10px 0 0;
	font-size:28px;
	color:#4899d8; /*18509b */
	border-bottom: solid 2px #cccccc;
}
h2 {
	margin:30px 0 0;
	font-size:20px;
	color:#565656; /* 666666*/
}
h3 {
	margin:25px 0 0 0;
	font-size:18px;
	color:#4899d8; /* 4c84d7 888888*/
}
h4 {
	margin:15px 0 0;
	font-size:14px;
	color:#888888;
}
h5 {
	margin:15px 0 0;
	font-size:13px;
	color:#888888;
}
.caption
{
    font-weight:bold;
    text-transform:none;    
}

form {
	padding:0;
	margin:0;
}
p {
	margin:0;
}

.carea p {
    text-align:left;
    margin:6px 0 7px;
	font-size:12px; 
	color:#777777;	
	line-height:20px;	
}

#main {
	width:980px;
	margin:0 auto;
	padding-top:183px;
	position:relative;
}

/* logo */
#clogo {
	margin:0;
}
#clogo a {
	position:absolute;
	top:13px;
	left:13px;
	z-index:2;
	display:block;
	width:140px;
	height:48px;
	text-indent:-9999px;
}
#clogo a.logo_243 /* Rent a Car Logo*/
{
	background:url(../images/logos/logo.png) no-repeat 100% 0;
	width:199px;
}

/* header */
#header {
	height:103px;
	background-image:url(../images/header.png);
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#site-search {
	position:absolute;
	top:5px;
	right:0px;
	width:178px;
	
}

#search-form { padding:8px}

#searchbar  { width:219px; border: solid 3px #000; background-color:#000; margin-bottom:5px; background: #000 url(../images/shared/search_bg.png) repeat-x 0 0;}

#searchhead { color:#FFFFFF; font-size:18px; margin: 7px 8px 7px 8px; padding-bottom:4px; border-bottom: solid 1px #a5bfe2;}

#searchbutton{ width:28px; padding-top:5px;}

/*#searchfield input {
	width:150px;
	color:#999999;
	font-size:13px;
}*/

#searchfield {}

#searchfield input { 
    border: #cccccc 1px solid; 
    font-size: 15px; 
   /* background: #151515;*/
    padding: 4px 0 4px 7px; 
    width: 194px; 
    color: #000000; 
    margin-top:1px; 
    font-family: Arial,Helvetica,sans-serif;
    height: 20px;}

.site-list {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	float:right;
	padding-top:37px;
}
.site-list li {
	display:inline;
	background:url(../images/separator.gif) no-repeat 0 50%;
	padding:0 0 0 5px;
	vertical-align:top;
}
.site-list li a {
	color:#7e7e7e;
}
.site-list li.first {
	background:none;
}
#soccer { float:right; padding:35px 2px 0 0;}
/* main navigation */
#top-nav ul {
	width:100%;
	overflow:hidden;
	background:#ededed;
	position:absolute;
	top:74px;
	height:29px;
	left:0;
	font-weight:bold;
}
#top-nav li {
	float:left;
}
#top-nav li a {
	color:#7f7f7f;
	padding:7px 13px;
	float:left;
	text-decoration:none;
}
#top-nav li a.over-red {
	color:#c00;
	padding:7px 13px;
	float:left;
	text-decoration:none;
}
#top-nav li a:hover {
	background:#dfdfdf;
	
}

#top-nav li.active a {
	background:#9a9999;
	
	color:#fff;
}

#top-nav li.active a:hover {
	background:#9a9999;
	
	color:#fff;
}

.secondary-nav {
	width:100%;
	overflow:hidden;
	background:#4881d8;
	margin-top:-5px;
}

.secondary-nav-content {
	background: url(/images/shared/sub_nav_bg_new.jpg) #000 no-repeat center 1px;
	height:72px;
}

.secondary-nav-content ul {
	margin:10px 0 0 5px; padding-left:0px;
	padding:7px 8px;
    list-style-type:none;
	height:48px;
	float:left;
}

.secondary-nav-content li {
	padding: 0 8px 0 8px;
	border-right: solid 1px #FFF;
    line-height:12px;
    float:left;
}

.secondary-nav-content li a {
	text-decoration:none; color:#a5bfe2;
}
.secondary-nav-content li a:hover {
	 color:#FFFFFF;
}

.secondary-nav-content  li a.active {
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:bold;
}

.itemdescription { float:left; width:100px; height:48px; padding: 11px 10px 12px 10px; line-height:18px; color:#FFFFFF;}
.itemdescription a { margin:3px; padding: 0 8px; color:#999999;}
.itemdescription a:hover {
	text-decoration:none; color:#093f87;
}

/* homepage-spacer */
div#homepage-spacer{
    height:20px;
   /*  display:none;*/
}

.homeshortcuts { min-height:150px; padding:5px 0 0 0; margin:0;}
.homeshortcuts div { float:left; width:208px; background-color:#eeeeee; border-top:solid 1px #dddddd; border-bottom:solid 1px #dddddd; margin:0 6px 0 0; padding:5px;}
.homeshortcuts div.last { margin: 0 0 0 0; padding:5px; width:198px;}
.homeshortcuts div h2 { font-size:14px; margin:0; padding:4px 0 8px 0; font-weight:700;}
.homeshortcuts div ul { margin:0 0 0 0px; padding: 0 0 0 0px; font-size:11px; list-style-position:inside;}
.homeshortcuts div ul li { padding:4px 0; margin:0px;}
.homeshortcuts div ul a { color:#333333;}

.homeshortcuts div h2.hfaqs { background:url(../images/shared/hquestion.png) no-repeat 0 5px; padding:5px 0 10px 20px;}
.homeshortcuts div h2.htrouble { background:url(../images/shared/hsign_warning.png) no-repeat 0 5px; padding:5px 0 10px 20px;}
.homeshortcuts div h2.hhowtos { background:url(../images/shared/hsymbol_questionmark.png) no-repeat 0 5px; padding:5px 0 10px 20px;}


.homeshortcuts_icons { padding:10px 0 40px 0; margin:0;}
.homeshortcuts_icons div { float:left; width:208px; margin:0 6px 0 0; padding:5px;}
.homeshortcuts_icons div div { width:148px; margin:-20px 0 0 50px; padding:0px; clear:both; min-height: 50px;}
.homeshortcuts_icons div.last { margin: 0 0 0 0; padding:5px; width:198px;}
.homeshortcuts_icons div ul { padding-left:15px; font-size:11px; }
.homeshortcuts_icons div a {}
.homeshortcuts_icons h2 { font-size:14px; clear:both; margin-top:0;}

.hagency { background:url(../images/shared/hagengy.png) no-repeat 0 0; padding:10px 0 30px 50px;}
.hpay { background:url(../images/shared/pay_icon.png) no-repeat 0 0; padding:10px 0 30px 50px;}
.hinstaller { background:url(../images/shared/hinstaller.png) no-repeat 0 0; padding:10px 0 30px 50px;}
.herror { background:url(../images/shared/error_codes.png) no-repeat 0 5px; padding:10px 0 30px 50px;}
.hfacebook { background:url(../images/shared/hfacebook.png) no-repeat 0 10px; padding:10px 0 30px 50px;}
.hdecodercare { background:url(../images/shared/decoder_plan.png) no-repeat 0 5px; padding:10px 0 30px 50px;}

/* content */
#content {
/*	width:100%; */
	overflow:hidden;
}
/* accordion */
.top-holder {
	border:4px solid #999898;
	border-right:0;
	height:100px;
	overflow:hidden;
	background:#fff;
	position:absolute;
	top:99px;
	width:976px;
	display:none;
}
.top-holder li {
	float:left;
	border-right:4px solid #999898;
	padding-top:5px;
	height:95px;
	background:url(../images/accordion-bg.gif) repeat-x 0 100%;
	text-align:center;
	width:60px;
	cursor:pointer;
}
.top-holder li.open {
	width:844px;
	cursor:default;
}
.top-holder li strong.block-title {
	height:15px;
	line-height:15px;
	background:#cbcbcb;
	text-align:center;
	text-transform:uppercase;
	display:block;
	clear:both;
	width:100%;
	font-size:12px;
	display:block;
}
.top-holder li.over strong.block-title 
{
    background:#efefef;    
}
.top-holder li.over-red strong.block-title 
{
    background:#efefef;
    color:#c00;    
}
.top-holder li.open strong.block-title 
{
    background:#efefef;    
}
.button-holder {
	border:4px solid #999898;
	border-right:0;
	height:100px;
	overflow:hidden;
	background:#fff;
	position:absolute;
	top:99px;
	width:976px;
	display:none;
}
.button-holder li {
	float:left;
	border-right:4px solid #999898;
	padding-top:5px;
	height:95px;
	background:url(../images/accordion-bg.gif) repeat-x 0 100%;
	text-align:center;
	width:80px;
	cursor:pointer;
}
.button-holder li.open {
	width:804px;
	cursor:default;
}

.button-holder li strong.block-title {
	height:15px;
	line-height:15px;
	background:#cbcbcb;
	text-align:center;
	text-transform:uppercase;
	display:block;
	clear:both;
	width:100%;
	font-size:12px;
}

.button-holder li.over strong.block-title 
{
    background:#efefef;    
}
.button-holder li.over-red strong.block-title 
{
    background:#efefef;
    color:#c00;    
}
.button-holder li.open strong.block-title 
{
    background:#efefef;    
}
.button-holder .acc-holder {
	width:80px;
	height:80px;
	font-size:12px;
	float:left;
}
.button-holder .acc-holder img {
     margin-left:15px;
     margin-right:15px;
}

.acc-holder {
	width:60px;
	height:80px;
	font-size:12px;
	float:left;
}
.form-block {
	float:left;
	display:none;
}
.top-holder li.open .form-block {
	display:block;
}
.form-block form div {
	float:left;
	padding:0 9px;
	background:url(../images/dot.gif) repeat-y 100% 0;
	text-align:left;
	font-size:10px;
	color:#999;
}
.form-block form div p {
	clear:both;
}
.form-block form div.last {
	background:none;
	text-align:center;
}

.form-block form div.no-step {
	padding-top:5px;
}
.form-block form label,
.form-block  strong,
.form-block form select,
.form-block form input {
	display:block;
	margin-top:3px;
}
.form-block form strong {
	font-size:12px;
	color:#c00;
}
.form-block strong span {
	font-weight:normal;
	color:#999;
	font-size:10px;
}
.form-block form label {
	color:#4c4c4c;
}
.form-block form select,
.form-block form input {
	font:12px Arial, Helvetica, sans-serif;
	color:#191919;
}
.form-block form select.long-sel {
	width:188px;
}
.form-block form input.text {
	width:156px;
	height:15px;
	border:1px solid #a5acb2;
	padding:1px 3px;
}
.form-block form input.img {
    cursor:pointer;
}

input.calendar
{
    width:85px;
    background: url(/rscms/images/toolbar/01106.gif) no-repeat 270px 5px;
    border:solid 1px #7f9db9;
    padding-left:4px;
    cursor:pointer;
    height:15px;
} 

form.form select{
    border:solid 1px #7f9db9;
    padding-left:4px;
    height:20px;
}
form.form input{
    border:solid 1px #7f9db9;
    padding-left:4px;
    height:15px;
} 
form.form textarea{
    border:solid 1px #7f9db9;
    padding-left:4px;
    height:15px;
}  

.fourth_level
{
	float:left;
	display:none;
	font-size:12px;
	text-align:center;
}
.button-holder li.open .fourth_level
{
    padding:0 9px;
    display:block;
    float:left    
}
.top-holder li.open .form-block {
	display:block;
}
.fourth_level a {
    text-align:left;
    display:block;
    margin-top:5px; 
	padding:0 11px 0 5px;
	color:#4c4c4c;
	text-decoration:none;
    padding-left: 8px;	
    background: url(../images/left-nav.gif) no-repeat 0px 50%;
    width:150px;
    float:left;	
}
.fourth_level p {
    text-align:left;
    display:block;
    margin-top:5px; 
	padding:0 11px 0 5px;
	color:#4c4c4c;
    padding-left: 8px;	
    width:160px;
    float:left;	
}


.fourth_level a:hover 
{
    color:#093f87;
	text-decoration:underline;
	background: url(../images/left-nav-over.gif) no-repeat 0px 50%;
}

/* ul.columns 
{
    list-style:none;
    text-align:left;
    display:block;
	padding:0 11px 0 5px;
	color:#4c4c4c;
	text-decoration:none;
    padding-left: 8px;	
}
ul.columns li
{
    margin-top:5px; 
    margin-left:10px;
    width:330px;
    min-height:40px;
    float:left;
    display:inline;	
}
ul.columns li div
{
    display:block;
    width:320px;	
}
ul.columns li em
{
    display:block;
    width:320px;	
}
ul.columns li strong
{
    display:block;
    width:320px;	
}
*/

#main-holder {
	width:100%;
	overflow:hidden;
	/*background:url(../images/dot.gif) repeat-y 558px 0;*/
	margin-top:0px;
	padding:0 0 0px 0;
}
.left-holder {
	width:520px;
	float:left;
	padding-left:19px;
	margin-top:-10px;
}
.left-holder-cont img {
	float:left;
	margin:5px 10px 0 0;
}
/* homepage */
/* top div */
.hp_top
{
    width:980px;  
    display:block;
    min-height:370px;  
}
/* top left div */
.hp_top_left
{
    padding:0px;
    width:220px;
    height:390px;
    float:left;
    overflow:hidden;
}


/* bottom div */
.hp_bottom
{
    width:910px;  
    display:block;
    min-height:310px;
    padding:0px;
}

.hp_bottom_right li { line-height:14px; padding:0px 0;}

/*.contentHolder #currentnews  li {
	line-height:100%;
	padding:2px 0;
} 
*/

.hp_bottom h2
{
    color:#093f87;
    padding:20px 0 10px 0;
    margin:0 0 0 0;
    /*font-style:italic;*/
    font-size:17px;
}

/* bottom left div */
.hp_bottom_left
{
   width:410px;
   padding-right:10px;
   float:left;  
   min-height:310px; 
   color:#7f7f7f; 
}
.hp_bottom_2up
{
   width:445px;
   float:left;  
   min-height:150px; 
   color:#7f7f7f; 
   padding-right:10px;
}

/* bottom right div */
.hp_bottom_right
{

    float:left;
    margin:0;
    padding:0;
    margin-left:5px;
    /*background:url(../images/dot.gif) repeat-y 1px 0;*/ 
 
}
.hp_bottom_right ul.columns {
	padding: 0px;
}
.hp_bottom_right ul.columns li {
	padding: 0px 0 10px 10px;
	min-height:0px;
	background-image:url(../images/nav_bullet.png);
	background-repeat:no-repeat;
	background-position:0 3px;
}
.hp_bottom_right ul.columns li a.readnews
{
    color:#093f87;
    font-size:12px;
}
.hp_bottom_right ul.columns li a {
	color:#4c4c4c;
	text-decoration:none;
}

.hp_bottom_right ul.columns li span {
	color:#c00;
}

.hp_bottom_right ul.columns li a:hover 
{
    color:#4c4c4c;
	text-decoration:underline;
}
.hp_bottom_right ul.columns li a.readnews:hover 
{
    color:#093f87;
}
.hp_bottom_right #localspecials { margin-left:310px; width:240px;}
.hp_bottom_right #currentnews {float:left; width:400px;}
/*.hp_bottom_right ul.columns li strong
{
    width:450px;
}
.hp_bottom_right ul.columns li div
{
    padding-left:10px;
    width:420px;
    color:#7f7f7f;
}*/

/* end homepage */

/* contacts */
.contacts {
	/*background:url(../images/dot.gif) repeat-x;*/
	margin-top:10px;
	width:100%;
	overflow:hidden;
}
.contact-holder {
	float:left;
	width:194px;
}
.contact-holder dl {
	padding:10px 0 0;
	margin:0;
}
.contact-holder dl strong {
	display:block;
}
.contact-holder dl span {
	color:#cc0101;
}
.call-me {
	padding-bottom:20px;
	background:url(../images/dot.gif) repeat-x 0 100%;
	width:100%;
	overflow:hidden
}
.call-me div {
	float:left;
	padding-left:6px;
}
.call-me div label {
	display:block;
	font-size:10px;
}
.call-me .text {
	width:96px;
	height:15px;
	border:1px solid #a5acb2;
	padding:1px 3px;
}
.call-me .btn {
	margin-top:12px;
}
* html .call-me .btn {
	margin-top:13px;
}
.partners {
	text-align:left;

}
.partners li {
	display:inline;
	padding:0 5px;
}
.partners li img {
	display:inline;
}
.right-boxes {
	width:341px;
	float:right;
	padding-right:37px;
	font-size:12px;
	line-height:11px;
}
.right-boxes img {
	float:left;
	margin-right:7px;
}
.right-boxes-cont {
	float:right;
	width:146px;
}
.right-boxes dl {
	padding:8px 0 0;
	margin:0;
}
.right-boxes p {
	margin-top:8px;
}
.right-boxes p a {
	padding-left:15px;
	background:url(../images/click-separ.gif) no-repeat 0 50%;
}
.right-boxes li {
	padding:13px 0;
	background:url(../images/dot.gif) repeat-x 0 100%;
	width:100%;
	overflow:hidden;
}
.right-boxes li.last {
	background:none;
}
/* breadcrumb */
.breadcrumb {
	padding:5px 8px;
	background:#9a9999;
	position:absolute;
	top:98px;
	width:964px;
	color:#fff;
	font-size:12px;
	/*added to prove a point 
    display:none;*/
}
.breadcrumb li {
	display:inline;
}
.breadcrumb li a {
	padding:0 11px 0 5px;
	background:url(../images/breadcrumb-row.gif) no-repeat 100% 50%;
	color:#fff;
	text-decoration:none;
}
.breadcrumb li span.last {
	padding:0 11px 0 5px;
    background:url() no-repeat 100% 50%;	
	color:#fff;
}

.breadcrumb li span {
	padding:0 11px 0 5px;
	background:url(../images/breadcrumb-row.gif) no-repeat 100% 50%;
	color:#fff;
}

.breadcrumb li a:hover {
	text-decoration:underline;
}

.nav-title {
	padding-left:9px;
	background:url(../images/title-separ.gif) no-repeat 0 50%;
}
#s_specials
{
    padding: 13px;
	background:url(../images/down-nav.gif) no-repeat 0 50%;
	cursor:pointer;
}
#s_news
{
    padding: 13px;
	background:url(../images/down-nav.gif) no-repeat 0 50%;
	cursor:pointer;
}

/* side navigation */
.inner-left .left-nav ul ul { padding:4px 0 0 5px; margin:0;}
.left-nav ul { margin:5px 10px 0 0px;}
.inner-left li a { 
	background-repeat:no-repeat; 
	background-position:0px 8px; 
	margin:0; 
	padding: 8px 0 10px 0px;
	font-weight:normal;
}

.inner-left li li a { 
	padding: 4px 0 5px 0px;
}
.inner-left li {
    padding:0px 0 0px 13px;
    background: url(../images/shared/left_li_bg.gif) no-repeat 0 100%;
    margin:0;
}
.inner-left li li {
    padding:0px 0 0px 0;
    background-image:none;
}
.inner-left li li li {
    padding:0px 0 0px 0;
}
.inner-left li li li li {
    padding:0px 0 0px 0;
}

.inner-left li a {
	color:#777777;
	text-decoration:none;
	display:block;
}

.inner-left li ul li a {
	color:#999999;
	text-decoration:none;
}

.inner-left li ul li li a {
	color:#999999;
	padding-left:8px;
	text-decoration:none;
}

.inner-left li a:hover 
{
    color:#86aad9;
    
    /*font-weight:bold;
	text-decoration:underline;*/
}

/*.inner-left li li a:hover 
{
    color:#093f87;
	text-decoration:underline;
}*/

.inner-left li a.active {
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
    cursor:default;
    padding-left:13px;
    margin-left:-13px;
    background: url(../images/shared/left_bullet.gif) no-repeat 0px 10px;
}

.inner-left li li a.active {
    background-image: none;
}
.inner-left li li a {
    background-image: none;
}



/* left navigation */
ul.left-nav li a
{
    font-size:12px;
}
.left-nav li a {
	color:#FFFFFF;
}
.left-nav li a:hover 
{
}

ul#u_specials, ul#u_news
{
    display:none;
}

/*scrollers*/
div.latestnews-holder 
{
    height: 110px;
	width:225px;
    display:block;	
	background:#fff;
	float:left;
}
div.latestnews-holder ul.columns
{
    padding-left:0px;
}
div.hp_bottom_right ul.columns
{
    padding-left:0px;
}

div.contact-holder
{ 
    min-height: 110px;
    width: 225px;
    display:block;
    background:url(../images/dot.gif) repeat-x 1px 0;
    float:left;
}

div.partner-holder 
{
    min-height: 110px;
	width:225px;
    display:block;	
    background:url(../images/dot.gif) repeat-x 1px 0;
    float:left;
}

ul.contact-inner li { display:none}
ul.partner-inner li { display:none}


/* page summaries */
.editarea { padding-bottom:20px;}

.pageSummary {
    margin:10px 20px 0px 5px;
    padding:1px 0 0 10px;
    border-bottom: dotted 1px #cccccc;
}
.pageSummary img {
    float:left;
    margin:0px;
    padding-right: 8px;
}
.pageSummary h2 
{
    padding-bottom:4px;
    margin-top:10px;
    font-size:20px;
    color:#565656; /*7f7f7f   5293e7   */
}

.pageSummary p a {
	padding-left:15px;
	background:url(../images/click-separ.gif) no-repeat 0 50%;

}
div .pageSummary p {
    padding-bottom:5px;
    margin-top:0px;
}

.thumbsmodule .pageSummary img { float: left; margin:10px 0px 0px 0px;}
.thumbsmodule .pageSummary div { margin-left:145px;}
.thumbsmodule .pageSummary {margin:10px 20px 0px 5px; padding-bottom:10px;}
.thumbsmodule .pageSummary h2 {
    padding-bottom:5px;
    margin-top:10px;
    margin-left:145px;
}

.defaultlist .pageSummary {margin:10px 20px 0px 5px; padding-bottom:10px;}
.defaultlist .pageSummary h2 {
    padding-bottom:5px;
    margin-top:10px;
}

/* news articles */

.newsCopy {
	padding:7px 0 0 0 ;
	margin:0px;	
	width:500px;
	float:right;
}

.newsImagesContainer {
	width:180px;
	float:left;
	padding:0px;
	margin:10px 0 0 25px ;
	}
.newsImage {
	margin:0 0 20px 0;
	padding:0px;
	width:180px;
	height:180px;



	}

/*microsites*/
a#microsite-top
{
    color:#7f7f7f; 
    position:absolute;
    top:0px;
    left:0px;
    width:1px;
    height:1px;   
}
/*cars*/
.tCar {
	height: 260px;
}


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */



/* Forms */

.row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.rowpadded {
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
	padding:15px 0;
}
.lab-1 {
	float: left;
	width: 150px;
	color: #777777;
	text-align:right;
	line-height: 14px;
	padding: 5px 8px 0 0;
}

.lab-2 {padding: 0 0 0 156px;}
.submit {padding: 0 0 0 156px;}
.submit div {float:left;}
.txt {
	border: 1px solid #999999;
	float: left;
	width: 250px;
	color: #777777;
	padding: 3px 6px 4px;
}
.txtsml {
    border: 1px solid #999999;
	float: left;
	width: 60px;
	color: #777777;
	padding: 3px 6px 4px;
	margin: 0 5px 0 0;
}
#bookingform form {
	padding:20px 0;
	margin:0;
}
input.calendarform
{
    width:100px;
    background: url(/rscms/images/toolbar/01106.gif) no-repeat 89px 3px;
    border:solid 1px #7f9db9;
    padding-left:4px;
    cursor:pointer;
    height:15px;
}  

/* Search Results */

.carea .searchResult p
{
     margin: 2px 0 2px 0;
} 

.carea .searchResult h3 a 
{
    color:#777777;
    color:#4899d8;
    text-decoration:none;
} 
.tooltip {}


/* How To's */
 

.infiniteCarousel {
  width: 404px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 340px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 385px;
  margin: 0 30px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 0px solid #FFF;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 0 5px;
  height: 380px;
  width: 330px;
}

.infiniteCarousel ul li img {
  display:block;
  border: solid 5px #000000;
}

.infiniteCarousel .arrow {
  display: block;
  height: 385px;
  width: 27px;
  background-color:#252525;
  text-indent: -999px;
  position: absolute;
  top: 0px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  background: #252525 url(../images/howtos/right_arrow.gif) no-repeat 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 0px;
  background: #252525 url(../images/howtos/left_arrow.gif) no-repeat 0 0;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 0px;
}

.infiniteCarousel .back:hover {
  background-position: 0 0px;
}

.screensheader { width:404px; background-color:#333333; color:#FFFFFF; height:50px; margin-bottom:10px; font-size:14px; padding:0;}
.screensheader h3 { color:#FFFFFF; font-size:16px; padding:0; font-weight:normal; padding:15px 20px; margin:0;}
.screencontent { background-color:#333333; color:#FFFFFF; padding: 5px; height:110px; margin-top: 10px; font-size:11px;}

.step { font-size:14px; font-weight:bold; padding-bottom:10px;}

.howto { width:400px; background-color: #252525; height: 460px; padding:10px; margin:20px auto 20px auto;}


/*  Agencies and installers */
#getDStvInstallerSearch { display:none}
#installers .tabs { height:34px;}
#installers { color:#555555; margin-left:0px;}
#installers .tabs .installerssearch a { float:left; display:block; background-image:url(/images/search_button_inactive.gif); width:233px; text-indent:-9999px; height:34px; background-repeat:no-repeat;}
#installers .tabs .installerssearch a.active { float:left; display:block; background-image:url(/images/search_button_active.gif); width:233px; text-indent:-9999px; height:34px; background-repeat:no-repeat;}
#installers .tabs .installersprice a { float:left; display:block; z-index: 2; background-image:url(/images/price_button_inactive.gif); width:296px; text-indent:-9999px; height:34px; background-repeat:no-repeat;}
#installers .tabs .installersprice a.active { float:left; display:block; z-index: 2; background-image:url(/images/price_button_active.gif); width:296px; text-indent:-9999px; height:34px; background-repeat:no-repeat;}
#installers .installersheader { width:653px; color:#FFFFFF;}
#installers .installersheader .headcontent { background-image:url(/images/installers_headbg.gif); background-repeat:repeat-x; background-color:#3472c3; padding: 10px 18px; min-height:85px;}
#installers .installersheader .infobar { background-image:url(/images/infobar_bg.jpg); background-repeat:repeat-x; height:34px; font-weight:bold;}

.installer { clear:both;}
.installer .insName { float:left; width:200px; padding:10px 10px;}
.installer .insProvince { float:left; width:100px; padding:10px 10px;}
.installer .insTown { float:left; width:110px; padding:10px 10px;}
.installer .insSuburb { float:left; width:150px; padding:10px 10px;}

.btnNext { margin-left:100px;}

#agencies .tabs { height:34px;}
#agencies { color:#555555;}
#agencies .tabs .agencysearch a { float:left; display:block; background-image:url(/images/asearch_button_inactive.gif); width:233px; text-indent:-9999px; height:34px;}
#agencies .tabs .agencysearch a.active { float:left; display:block; background-image:url(/images/asearch_button_active.gif); width:233px; text-indent:-9999px; height:34px;}
#agencies .agencyheader { width:653px; color:#FFFFFF;}
#agencies .agencyheader .headcontent { background-image:url(/images/installers_headbg.gif); background-repeat:repeat-x; background-color:#3472c3; padding: 10px 18px; min-height:85px;}
#agencies .agencyheader .infobar { background-image:url(/images/infobar_bg.jpg); background-repeat:repeat-x; height:34px; font-weight:bold;}

p.intro { margin-bottom: 10px; color: #fff}

.agency { clear:both;}
.agency .insName { float:left; width:200px; padding:10px 10px;}
.agency .insProvince { float:left; width:100px; padding:10px 10px;}
.agency .insTown { float:left; width:110px; padding:10px 10px;}
.agency .insSuburb { float:left; width:150px; padding:10px 10px;}

.infobar .insName { float:left; width:200px; padding:8px 10px;}
.infobar .insType { float:left; width:600px; padding:8px 10px;}
.infobar .insProvince { float:left; width:100px; padding:8px 10px;}
.infobar .insTown { float:left; width:110px; padding:8px 10px;}
.infobar .insSuburb { float:left; width:150px; padding:8px 10px;}
.installer { overflow:auto;}
.searchResults .active .header { background-image:none; color:#FFFFFF; background-color:#999999;}
.header { overflow:auto; background-image:url(/images/ins_arrow_down.png); background-repeat:no-repeat; background-position:100% 10px;}
.header:hover { background-color:#a1c0ea; overflow:hidden; cursor:pointer}
.searchDetail { display:none;}
.active .searchDetail { display:block}
.odd { background-color:#FFFFFF;}
.odd .header { background-color:#cce0ff;}
.odd .header:hover { background-color:#a1c0ea;}

	.searchResults {width:653px; overflow:auto;}
    .searchResults td { padding:3px}
    /*#searchResults tr { cursor: pointer}*/
    .searchDetail { padding-top:10px; display:none;}
    .searchDetail td {padding:3px}
    #searchHolder { width:500px; height:41px;}
    #wait { display:none}
    #searchPhrase { width:350px; height:22px; margin-right:10px;}
    #searchHolder td { padding:0px;}
    table.InfoTable td {padding:0px;}
    tr.isInstaller td {display:none}
    tr.isInstaller th {display:none}
	.fltLeft { float: left; margin-top:10px;}
	.waiticon { padding:7px 0 0 10px; float:left;}
	
	.searchtype { padding: 5px 0;}
	
	.insTable { padding:10px 10px 10px 20px;}
	.insTable th { text-align:left; vertical-align:top;}
	.insTable .table tr.theader { background-color:#1d58a3; color:#FFFFFF; text-align:left;}
	.insTable .table tr.grey th { background-color:#ebf2fa; color:#444444; text-align:left;}



.installtype {overflow:auto;}
.installtype .insName { float:left; width:200px; padding:10px 10px; font-weight:bold;}
.installtype .insTable .table { background-color:#FFFFFF; border: 2px solid #FFFFFF; }
.installtype .insTable { padding:10px 0 10px 10px;}

.tabSearch { display:block;}
.tabPrices { display:none;}


/* faqs */

.faqs .full {
    background:url(/images/faqhead.gif) no-repeat 0 1px;
    padding-top:40px;
}

.faqs .full h1 { font-size:17px; min-height:40px; border-bottom:0; background:url(/images/question.jpg) no-repeat 0 1px; padding:5px 10px 10px 60px;}
.faqs .full h2 { margin-top:10px;}


/* troubleshooting */

.troubleshooting .full {
    background:url(/images/troubleshootinghead.gif) no-repeat 0 1px;
    padding-top:40px;
}

.troubleshooting .full h1 { font-size:17px; min-height:40px; border-bottom:0; background:url(/images/trouble.jpg) no-repeat 0 1px; padding:5px 10px 10px 60px;}
.troubleshooting .full h2 { margin-top:10px;}

/* how tos's */

.howtos .full {
    background:url(/images/howtohead.gif) no-repeat 0 1px;
    padding-top:40px;
}

.howtos .full h1 { font-size:17px; min-height:40px; border-bottom:0; background:url(/images/symbol_questionmark.png) no-repeat 0 0; padding:5px 10px 10px 55px;}
.howtos .full h2 { margin-top:10px;}

/*

.faqs .full p { padding-left:80px;}

.faqs .full h1, .faqs .full h2,  .faqs .full h3 { padding-left:80px;}

.faqs .full ul { padding-left:120px;}*/

/* My Accounts */


.myprofile { margin:20px;}
.myprofile th { color:#4899d8; padding:30px 5px 5px 0;font-size: 16px; font-weight:normal;}
.myprofile td { padding:5px 5px 5px 20px;}
.myprofile td td { padding:2px;}

.profile { margin:20px;}
.table .buttons { padding:10px 0;}

.myaccount #transhistory { border: solid 1px #cccccc; padding:15px 0 10px 0; width:600px;}
.analogueDiv {float: left; width: 240px; margin-left: 20px;}
.analogueDiv div {float: right; width: 130px;}
.digitalDiv {float: left; width: 260px; margin-left: 20px}
.digitalDiv div {float: right; width: 130px;}
.digitalDiv select { margin-top:6px;}
#decoderselector {float: left; width: 70px; margin-right: 30px; margin-top:10px}

#analogueCodes { margin-top:10px}
#digitalCodes { margin-top:10px}

.resetdevices { padding:20px 0;}

/*  All Forms Styles */

.imageButton { cursor:pointer;}

.myaccount form {
	margin: 0;
	padding: 0;
	font-size: 100%;
	min-width: 540px;
	max-width: 620px;
	width: 550px;
	background-color:#FFFFFF;
}
.myaccount fieldset {
	clear: both;
	border: solid 1px #4899d8;
	border-width: 0 0 0 0;
	padding: 10px 0 10px 0;
	margin: 30px 0;
}
.myaccount fieldset p {
	margin: 0 0 10px 20px;
}
.myaccount fieldset legend {
	font-size: 16px;
	font-weight: normal;
	color: #4899d8;
	margin: 0 0 0 0;
	padding: 0;
}
.myaccount label {
	font-size: 100%;
}
.myaccount label u {
	font-style: normal;
	text-decoration: underline;
}
.myaccount input, .myaccount select, .myaccount textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}
.myaccount textarea {
	overflow: auto;
}
input.tabtext { width: 60px; text-align:right;}
.myaccount div {
	clear: left;
	display: block;
	width: 500px;
	zoom: 1;
	margin: 5px 0 5px 0;
	padding: 1px 3px;
}
.myaccount div fieldset {
	clear: none;
	border-width: 0;
	border-style: solid;
	border-color: #666666;
	margin: 0 0 0 210px;
	padding: 0 5px 5px 0;
	width: 260px;
}
.myaccount div.module fieldset {
	clear: none;
	border-width: 0;
	border-style: solid;
	border-color: #666666;
	margin: 0 0 0 0;
	padding: 0 5px 5px 0;
	width: 260px;
}
.myaccount div fieldset legend {
	font-size: 100%;
	padding: 0 3px 0 9px;
}
.myaccount div.required fieldset legend {
	font-weight: bold;
}
.myaccount div label {
	display: block;
	float: left;
	width: 180px;
	padding: 3px 5px 3px 20px;
	margin: 0 0 5px 0;
	text-align: left;
}
.myaccount div.optional label, label.optional {
	font-weight: normal;
}
.myaccount form#CreateCustomerRequest div.required label {
	font-weight: normal;
	background: url(/images/required.gif) no-repeat 5px 5px;
}
.myaccount form div.required fieldset label {
	font-weight: normal;
	border-right: none;
}
/*.myaccount form div.required label, label.required {
	font-weight: normal;
	border-right: solid 3px #FF0000;
}*/

.myaccount div label.labelCheckbox, form div label.labelRadio {
	float: none;
	display: block;
	width: 270px;
	zoom: 1;
	padding: 0;
	margin: 0 0 5px 210px;
	text-align: left;
}

.myaccount div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
	margin: 0 0 5px 0;
	width: 270px;
}

form div#transhistory fieldset label.labelRadio {
	margin: 0 0 5px 0;
	width: 70px;
	float:left;
}
.myaccount div#transhistory fieldset { width:360px;}


.myaccount div img {
	float: left;
	margin: 0 0 5px 0;
}

.myaccount div select, .myaccount div textarea {
	width: 291px;
	padding: 3px 3px;
	margin: 0 0 0 0;
}
.myaccount div input.inputText, .myaccount div input.inputPassword {
	width: 280px;
	margin: 0 0 0 0;
}
.myaccount div input.inputFile {
	width: 280px;
}
.myaccount div select.selectOne, .myaccount div select.selectMultiple {
	width: 291px;
	padding: 3px 3px;
}
.myaccount div input.inputCheckbox, .myaccount div input.inputRadio, input.inputCheckbox, input.inputRadio{
	display: inline;
	height: auto;
	width: auto;
	background-color: transparent;
	border-width: 0;
	padding: 0;
	margin: 0 0 0 210px;
}

input.inputImage {
	height: auto;
	width: auto;
	background-color: transparent;
	border-width: 0;
	padding: 0;
}

.myaccount div.submit {
	width: 284px;
	padding: 20px 0 0 210px;
}

.myaccount div.sign-in {
    width: 300px;    
}

.myaccount div.submit div.regcopy { float:right;}

div.submit input {
	 background-color:#fff;
	 padding:0;
	 border:0; 
}

.myaccount div.submit div.signinbutton { float:left; width:90px;}
.myaccount div.submit div.registerbutton { float:left; width:120px;}

.myaccount div.submit .loadingdiv {display:none; float:right; margin:10px 30px 0 0; width:20px; height:20px; background: url(/images/ajax/loader.gif) no-repeat 0 0;}
div.submit .loadingdiv {display:none; float:right; margin:10px 100px 0 0; width:20px; height:20px; background: url(/images/ajax/loader.gif) no-repeat 0 0;}
th .loadingdiv {display:none; float:right; margin:10px 0 0; width:20px; height:20px; background: url(/images/ajax/loader_grey.gif) no-repeat 0 0;}
.loadingdiv {display:none; float:right; margin:10px 30px 0 0; width:20px; height:20px; background: url(/images/ajax/loader.gif) no-repeat 0 0;}
img.resetButton { cursor:pointer}

.myaccount div.submit div {
	display: inline;
	float: left;
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0;
}
.myaccount div small {
	display: block;
	margin: 0 0 5px 202px;
	padding: 1px 3px;
	font-size: 11px;
	zoom: 1;
}
.myaccount div span {
	display: block;
	margin: 0 0 5px 202px;
	padding: 1px 3px;
	font-size: 12px;
}
.myaccount input, .myaccount select, .myaccount textarea {
	background-color: #dddddd;
	border: solid 1px #bbbbbb;
	color: #333333;
	padding: 5px;
	font-size:14px;
}
.myaccount .input_fail {
	background-color: #ffdadd;
	border: solid 1px #c40000;
	color: #c40000;
	padding: 5px;
	font-size:14px;
}
.myaccount div label.labelCheckbox, .myaccount div label.labelRadio, .myaccount label.labelCheckbox, .myaccount label.labelRadio {
	display: block;
	zoom: 1;
	padding: 4px 0 0 20px;
	text-indent: -24px;
	line-height: 120%;
}
.myaccount div label.labelCheckbox input.inputCheckbox, .myaccount div label.labelRadio input.inputRadio, .myaccount label.labelCheckbox input.inputCheckbox, .myaccount label.labelRadio input.inputRadio {
	margin: 0;
}
.myaccount div fieldset input.inputText, .myaccount div fieldset input.inputPassword, .myaccount div fieldset input.inputFile, .myaccount div fieldset textarea.inputTextarea {
	width: 160px;
	margin: 0 0 0 18px;
	margin: expression(setCntr(), '0px 0 0 -124px');
}
.myaccount div label.compact {
	display: inline;
	width: auto;
	padding: 1px 10px 0 0;
	text-indent: 0;
	margin: 0 0 0 0;
}
.myaccount div.wide label {
	float: none;
	display: block;
}
.myaccount div label.wide {
	width: 348px;
}
.myaccount div.wide input.inputText, .myaccount form div.wide input.inputPassword, .myaccount div.wide input.inputFile, .myaccount div.wide select, .myaccount div.wide textarea {
	width: 464px;
	margin: 0 0 0 20px;
}
.myaccount div.notes p, .myaccount form div small {
	line-height: 125%;
}
.myaccount div.wide small {
	margin: 0 0 5px 20px;
}



.getdstv .getdstvq { font-size:48px; text-align:center; border-bottom: none;}
.getdstv .getdstvqsmaller { font-size:40px; text-align:center; border-bottom: none;}
.getdstv .getdstvxsmaller { font-size:24px; text-align:center; border-bottom: none;}

#getdstvsteps { margin:-10px -10px 20px -10px; height:74px; background-image:url(/images/get_dstv/steps_bg.png);}
#getdstvsteps .steps { padding: 20px 10px 0 100px;}
#getdstvsteps .steps .stepno { margin:0 10px; float:left; font-size:20px; width:37px;}
#getdstvsteps .steps .stepno a { color:#FFFFFF; background-image: url(/images/get_dstv/step_bg_normal.png); width:37px; height:30px; display:block; padding-top:7px; text-align:center;}
#getdstvsteps .steps .active a { color:#FFFFFF; background-image: url(/images/get_dstv/step_bg_active.png); width:37px; height:30px; display:block; padding-top:7px; text-align:center;}


/* get DSTV Map */

#map { background: #1a1a1a url(/images/get_dstv/map/background_3b.jpg) repeat-x 0 0; border:solid 2px #000000; height:200px; padding: 40px 20px 20px 20px; margin:30px; width:494px;}
#map-container{ position:relative;}
.step-3b-line{background-color:#434343;margin:10px 0 10px 0;line-height:0;height:1px;padding:0;}
#western{position:absolute;top:114px;left:22px;visibility:hidden;}
#north{position:absolute;top:44px;left:8px;visibility:hidden;}#east{position:absolute;top:109px;left:76px;visibility:hidden;}
#free{position:absolute;top:68px;left:93px;visibility:hidden;}#northwest{position:absolute;top:43px;left:73px;visibility:hidden;}
#gauteng{position:absolute;top:48px;left:125px;visibility:hidden;}#kzn{position:absolute;top:72px;left:140px;visibility:hidden;}
#mpuma{position:absolute;top:38px;left:137px;visibility:hidden;}#limpopo{position:absolute;top:15px;left:115px;visibility:hidden;}
#western_info,#north_info,#east_info,#free_info,#northwest_info,#gauteng_info,#kzn_info,#mpuma_info,#limpopo_info{position:absolute; color:#FFFFFF; top:37px;left:230px;text-align:left;visibility:hidden; width: 250px;}
#western_info strong,#north_info strong,#east_info strong,#free_info strong,#northwest_info strong,#gauteng_info strong,#kzn_info strong,#mpuma_info strong,#limpopo_info strong{font-size:12px;}
.text-top { margin: 0 30px;}

.chooseproduct, .chooseaddproductNew { padding:0 0 20px 0; margin:30px 0} 
/*
.bouquet { width:125px; height:159px; background: #818181 url(/images/get_dstv/boquets_bg.png) no-repeat 0 0; margin:2px; float:left;}
.bouquet .bimg { width:125px; text-align:center; padding-top:10px;}
.bouquet .bcontent { width:100px; padding:10px 10px 5px 15px; font-size: 10px; color:#FFFFFF;}
.bouquet .bcontent .bname { font-weight:bold;}
.bouquet .addinfo { height:25px;}
.bouquet .addinfo .moreinfo { float:right; width:60px; font-size: 10px; padding:5px 10px 0 0;}
.bouquet .addinfo .radio { float:left; width:30px; font-size: 10px; padding:0 0 0 12px}
.bouquet .addinfo .moreinfo a { color:#FFFFFF;}



.chooseproduct { padding:30px 0 0 0; height:320px;}
.chooseaddproduct { padding:30px 0 0 0; height:170px; width:395px; margin:0 auto;}
.chooseaddproductNew { padding:30px 0 0 0; height:170px; width:275px; margin:0 auto;}
*/

.chooseproduct .product { width:125px; height:159px; background: #818181 url(/images/get_dstv/boquets_bg.png) no-repeat 0 0; margin:2px; float:left; text-align:left;}
.chooseproduct .product .bimg { width:125px; text-align:center; padding-top:10px;}
.chooseproduct .product .bcontent { width:100px; padding:10px 10px 5px 15px; font-size: 10px; color:#FFFFFF;}
.chooseproduct .product .bcontent .bname { font-weight:bold;}
.chooseproduct .product .addinfo { height:25px;}
.chooseproduct .product .addinfo .moreinfo { float:right; width:60px; font-size: 10px; padding:5px 10px 0 0;}
.chooseproduct .product .addinfo .radio { float:left; width:30px; font-size: 10px; padding:0 0 0 12px}
.chooseproduct .product .addinfo .moreinfo a { color:#FFFFFF;}

.hideprice .bprice { display:none;}

.chooseboquet .bcontent { height:55px;}
.choosedecoder .bcontent { height:45px;}

.decodercare { padding:0; width:395px; margin:0 auto;}
.decodercarenew { padding:0; width:310px; margin:0 auto;}

.quote { width: 300px; margin:10px 20px;}
.quote .rowheading, .quoteinstallers .rowheading { margin:0; font-size:20px; color:#4899d8; padding:10px 0;}
.quote .rowheading .product, .quoteinstallers .rowheading product {}
.quote .rowheading .price { float:right;}
.quote .row { margin-bottom:5px;}
.quote .row .product {}
.quote .row .price { float:right;}
.quote .row .sprice { float:right; font-weight:bold;}
.quote .row .lineheading { font-weight:bold; padding:3px 0; color:#4899d8;}
.quoteinstallers .row .lineheading { font-weight:bold; padding:3px 0; color:#4899d8;}
.quoteinstallers th { text-align:left; padding-right:5px; width:120px}
.quoteinstallers td { vertical-align:top;}
.quoteinstallers td p { padding:0; margin:0;}
.quoteinstallers .insTable { padding: 0;}
.quotequest { clear:both; text-align:center;}

.quote .row .costs { padding: 5px; background-color:#4899d8; margin:0; color:#FFFFFF; font-weight:bold; }
.quote .row .subtotal {float:left; margin-bottom: 10px; padding-left:170px; font-weight:bold;}
.quote .row .insurance {float:left;}

.quoteinstallers { width:270px; margin:10px 20px; float:right;}
.decoderdetails { width:270px; margin:10px 20px; float:right;}
.checkboxterms { width:20px; float:left;}
.checkboxtext { margin: 0 0 10px 25px; padding:2px 0 0 0;}


.row .heading { padding: 5px; background-color:#4899d8; margin:0; color:#FFFFFF; font-weight:bold; }
.row .disclaimer { height:350px; overflow:scroll;}
.decoderdetails .row .disclaimer { height:300px; overflow:scroll;}

.hardwareheader H4 {	PADDING-RIGHT: 5px;	BACKGROUND-POSITION: 100% 2px;	PADDING-LEFT: 5px;	FONT-SIZE: 12px;	BACKGROUND-IMAGE: url(/includes/NewServices/images/down_arrow.png);	PADDING-BOTTOM: 5px;	MARGIN: 15px 0px 0px;	PADDING-TOP: 5px;	BACKGROUND-REPEAT: no-repeat}
.paneldetails .hardwareheader H4:hover {	PADDING-RIGHT: 5px;	PADDING-LEFT: 5px;	FONT-SIZE: 12px;	PADDING-BOTTOM: 5px;	MARGIN: 15px 0px 0px;	PADDING-TOP: 5px}
.paneldetails {	PADDING-RIGHT: 0px;	PADDING-LEFT: 0px;	PADDING-BOTTOM: 15px;	PADDING-TOP: 0px}
.hardware {	BORDER-TOP-WIDTH: 0px;	BORDER-BOTTOM-WIDTH: 0px}

SPAN.span-head {	DISPLAY: inline-block;	WIDTH: 250px}SPAN.span-mid {	DISPLAY: inline-block;	WIDTH: 200px}SPAN.span-end {	DISPLAY: inline-block;	WIDTH: 250px}