/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; background: #bbbbbb url('bg.jpg') repeat right top; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: Kirsty Hitchcock
   ========================================================================== */

/*main containers*/

html{
    background-color:#fff;
}

body{
	font-family:Arial, sans-serif;
        background:#fff url('bg.jpg') repeat-x;
	width:100%;
	height:100%;
        line-height: 1.4em;
}

#wrapper{
        width:998px;
        height:100%;
        margin:0 auto;
        position:relative;  
}

#header{
	width:1000px;
	height:103px;	
        background:url('header-bg.jpg');
        margin:0 auto;
}

#logo{
    float:left;
    margin-left:15px;
    width:222px;
    height:103px;
}

.float-left{
    float:left;
}

/*main container*/

/*border shadow image on the left*/
#main_left_top{
    background:url('main_left_top.jpg') no-repeat;
    width:16px;
    height:505px;
    float:left;
    z-index:200;
}

#main{
	width:992px;
	height:auto;
	background: url('main_background2.jpg') repeat-y;
        background-position:1px 0px;
        float:left;
        margin-left:0px;
        z-index:1;
}

#main p{
    line-height:20px;
    color:#0f1214;
}

/*border shadow image on the right*/
#main_right_top{
    background:url('main_right_top.jpg') no-repeat;
    width:16px;
    height:505px;
    float:left;
    z-index:200;
}

/*bottom border shadow image*/
#main_bottom{
    background:url('main_bottom.jpg') repeat-x;
    width:985px;
    height:15px;
    float:left;
    margin-left:1px;
}

.contents{
    width:960px;
    height:auto;
    margin:0 auto;
    float:left;
}

.contents_infratil{
    width:960px;
    height:auto;
    margin:0 auto;
    float:left;
    background:#fff url('infratil_header.jpg') top no-repeat;
}

#nzbus_globe{
    float:left;
    position:absolute;
    top:570px;
    left:647px;
}

#nzbus_globe2{
    float:left;
    position:absolute;
    top:970px;
    left:647px;
}

.clear{
	clear:both;
        height:1px;
}

.clear_bottom{
    clear:both;
    height:25px;
        
}
        
.underline{
    text-decoration: underline;
}


/*text styles*/

/*heading styles*/

h1 {
    color: #0F1214;
    font-size: 24px;
    line-height: 36px;
    margin: 15px 0 16px;
    padding: 0;
}

h2 {
    color: #162B86;
    font-size: 18px;
    line-height: 24px;
    margin: 24px 0 14px;
    padding: 0;
}

h3 {
    color: #0F1214;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 6px;
    padding: 0;
}

/*symbols*/

.arrow{
    margin-bottom:-3px;
    margin-left:5px;
}

.arrow2{
    margin-right:5px;
    margin-bottom:-1px;
}

.symbol{
    position:absolute;
    top:15px;
    left:600px;
}

/* links */

a:link, a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color:#129ddb;
	text-decoration:none;
}

.index_link{
    color:#0CA9EF !important;
}

.index_link:hover{
    color:#162B86 !important;
}

/*style links as h2 headings*/
.dark_link{
    color: #162B86 !important;
    display:block;
    margin-top:30px;
}

.dark_link_2{
    color: #162B86 !important;
    display:block;
}

.blue_text li{
    font-weight:bold;
}

.blue_text{
    font-weight:bold;
}

.font_16{
    font-size:16px;
}

.community{
    margin-top:35px;
}

.charter_link{
    margin-left:240px;
    margin-top:20px;
    color:#1e5daa;
    text-decoration:none;
    font-size:12px;
    padding:5px 45px 5px 20px;
    line-height:60px;
}

.charters_link{
    margin-left:10px;
    margin-top:20px;
    color:#1e5daa;
    text-decoration:none;
    font-size:12px;
    padding:5px 45px 5px 20px;
    line-height:60px;
}

.board_p2{
    margin-left:225px !important;
}

/* navigation */

nav{
	list-style-type:none;
	width:960px;
        height:45px;
        margin:0 auto;
        z-index:999;
}

.home_logo{
    display:none;
}



/*main menu*/

#menu{
	width:auto;
	float:right;
        height:45px;
        position:relative;
        z-index:100;
}

#menu li{  
    width:auto;
    float:left;
    text-align: center;     
    height:45px;
    font-size:17px;
/*    position: relative;*/
}

#menu .active .main_menu {
    background:url('nav_arrow.jpg') no-repeat top center;
}

#menu li:hover .main_menu{
    background:url('nav_arrow.jpg') no-repeat top center;
}

#menu li .main_menu{
    line-height:45px;
    padding:13px 21px;
    /*color: #1e5daa;*/
    color:#162b86;
}

#menu li .main_menu:hover{
    color:#129ddb;
}

#menu li:hover .sub_menu{
    display:block;
}

/*hover sub-menu*/

#menu .sub_menu {
        display:none;
	position:absolute;
        top:45px;
/*        left:-121px;*/
        /*right: 0;*/
        margin:0;
        /*width:700px;*/
        /*height:210px;*/
	z-index:50;
	background:#fff;      
        font-size:14px;      
        -webkit-box-shadow: #666 0px 2px 3px;
        -moz-box-shadow: #666 0px 2px 3px;
        box-shadow: #666 0px 2px 3px;
        behavior: url(/PIE.htc);
}

#menu .sub_menu ul{
    list-style-type: none;
    margin:0;
    padding:0;
}

#menu .sub_menu ul li{
    text-align:left;
    float:left;
    height:30px;
    padding:0 16px;
    width:300px;
}

#menu .sub_menu ul li a{
    line-height: 20px;
    margin:0 20px 0 0;
    color:#20358b;
    font-size:16px;
    text-align: left;
    padding-left:15px;
    width:auto;
    display:block;
}

#menu .sub_menu ul li span{
    font-size:11px;
    color:#8f8f8f;
    width:250px;
    float:left;

    margin-left:15px;
    line-height:14px;
}

#menu .sub_menu ul li a:hover{
    color:#129ddb;
    background:url('arrow2_long.png') no-repeat;
}

#menu .sub_menu ul .current a{
    color:#129ddb;
    background:url('arrow2_long.png') no-repeat;
}

/*about us div*/

#menu #sub_menu_about {
/*        left:-221px;*/
}

#menu #sub_menu_about .col_1{
        width:224px;
        text-decoration: none;
        list-style-type: none;
        float:left;
        margin-top:16px;
        padding:0;
}

#menu #sub_menu_about .col_1 li{
    width:240px !important;
}

#menu #sub_menu_about .col_1 a{
    width:240px !important;
}

#menu #sub_menu_about .col_2{
    width:190px;
    float:left;
    margin-top:15px;
}



#menu #sub_menu_about .col_2 .heading li{
   width:160px;
   text-align:left;
}

/*#menu #sub_menu_about .col_2 #executive a{
    line-height:15px;
}

#menu #sub_menu_about .col_2 #executive{
    margin-bottom:15px;
}*/

#menu #sub_menu_about .col_2 .heading li{
   width:160px;
   text-align:left;
   height:20px;
   margin-bottom:2px;
}

#menu #sub_menu_about .col_2 .heading li a{
   margin-left:-29px;
}

#menu #sub_menu_about .col_2 .thumbs li a{
   display:block;
   width:52px;
   height:52px;
   padding:0;
}

#menu #sub_menu_about .col_2 .thumbs li{
    width:55px;
    height:55px;
    padding:0;
    margin:0;
    float:left;
    margin-bottom:10px;
}

#menu #sub_menu_about .col_2 img{
    width:50px;
    margin:0;
    padding:2px;
}

#menu #sub_menu_about .col_2 .thumbs li a:hover{
    background:transparent;
}

#menu #sub_menu_about .col_3{
    width:250px;
    float:left;
    margin-top:18px;
    margin-left:20px;
    font-size:12px;
    text-align: left;
}

/* "more" link */
/*#menu #sub_menu_about .col_3 .more_link{
    color:#7ad1f5;
    text-decoration:none;
    font-size:12px;
    width:30px;
    line-height:15px;
    text-align: left;
    margin-left:13px;
}*/

#news .more_link:hover{
    color:#152a84;
}

#menu #sub_menu_about .col_3 a:hover{
    color:#152a84;
}

#menu #sub_menu_about .col_3 li a{
    margin-left:-33px;
    margin-top:0px;
    line-height:13px;
    font-size:12px;
    font-weight:normal;
}

#menu #sub_menu_about .col_3 .current a{
    background:none;
}

#menu #sub_menu_about .col_3 li a:hover{
    background:none;
    color:#0ca9ef;
}

#menu #sub_menu_about .col_3 li{
    height:18px;
}

#menu #sub_menu_about #corporate_responsibility_heading a{
    font-size:16px;
    margin-bottom:25px;
}

#menu #sub_menu_about #corporate_responsibility_heading{
    height:25px;
}

#menu #sub_menu_about .col_3 p{
    float:left;
}

/*our partners div*/

#menu #sub_menu_partners{
/*    left: -329px;*/
}

#menu #sub_menu_partners .col_1{
    width:349px;
    float:left;
    margin:15px 0 10px 0px;
    border-right:#d1d1d1 solid 1px;
}

#menu #sub_menu_partners .col_2{
    width:349px;
    float:left;
    background-image:url('partners_img.jpg');
    height:147px;
}

#menu #sub_menu_partners .col_2 ul{
    margin-top:15px;
}

#menu #sub_menu_partners .col_3{
    width:700px;
    height:60px;
    float:left;
    background-image:url('partners_img_footer.jpg');
    border-top:#d1d1d1 solid 1px;
}

#menu #sub_menu_partners .col_3 p{
    width:550px;
    font-size:14px;
    margin:10px auto;
    color:#646567;
    line-height:20px;
    text-align: left;
}

/*our services div*/

#menu .sub_menu{
    left: auto !important;
}

#menu #sub_menu_services li .heading2{
    border-bottom:#e3e3e3 solid 1px;
    width:95px;
    padding-bottom:7px;
    margin-bottom:20px;

}

#menu #sub_menu_services .col_1, #menu #sub_menu_services .col_2, #menu #sub_menu_services .col_3{
    width:110px;
    float:left;
    height:190px;
    margin:15px 0 0 0;
}

#menu #sub_menu_services .col_1{
    margin-left:25px;
}

#menu #sub_menu_services .col_3{
    margin-right:20px;
}

#menu #sub_menu_services .services a{
    width:200px;
    color:black !important;
    font-size:14px;
    margin-top:5px;
}

#menu #sub_menu_services .col_4{
    width:290px;
    float:left;
    margin-top:15px;
    padding-left:5px;
    border-left:#ddd solid 1px;
}

#menu #sub_menu_services .col_4 li{
   padding-left:10px;
}

#menu #sub_menu_services li{
    padding:0;
    margin:0;
}

#menu #sub_menu_services .services_img{
    float:right;
}

/*csr*/

#menu #sub_menu_csr .col_1{
    width:700px;
    height:49px;
    border-bottom:#d1d1d1 solid 1px;
    background:url(csr_image.jpg) no-repeat right;
    float:left;
}

#menu #sub_menu_csr #csr{
    color:#8f8f8f;
    font-size:18px;
    width:225px;
    float:left;
    line-height:25px;
    margin-top:12px;
}

#menu #sub_menu_csr .col_1 img{
    float:left;
}

#menu #sub_menu_csr .col_2 li{
    
    height:35px;
}

#menu #sub_menu_csr .col_2{
    float:left;
    width:320px;
    border-right:#d1d1d1 solid 1px;
    margin-top:10px;
}

#menu #sub_menu_csr .col_3{
    float:left;
    width:320px;
    margin-top:10px;
}

#menu #sub_menu_csr .col_3 li{
    height:35px;
}



/*careers*/

#menu #sub_menu_careers .col_1{
    float:left;
}

#menu #sub_menu_careers .col_2{
    width:300px;
    float:left;
    margin-top:15px;
    margin-left:-10px;
    margin-bottom:10px;
}

#menu #sub_menu_careers .col_2 li{
    height:40px;
}

#menu #sub_menu_careers .col_2 li span{
    margin-top:0;
}


/*index page - top panel*/


#top_panel{
    width:890px;
    height:auto;
    margin:25px 0 0 35px;
    float:left;
}

/*banner manager*/

#top_panel .slides_container{
    float:left;
    height:343px;
    width:590px;
    margin:10px 19px 0 0px;
    position:relative;
    overflow:hidden;
    border:#dfdfdf solid 10px;
    display:none;
    text-align: left;
}

#top_panel .slides_container ul{
    height:345px;
    width:610px;
    list-style-type: none;
    margin:0 0 0 -40px;
    position:relative;
    text-align: left; 
}

#top_panel .slides_container ul li{
    list-style-type: none;
}

#slideshow .next,#slideshow .prev {
	position:absolute;
	top:452px;
	width:32px;
	height:0;
        padding-top:30px;
        overflow:hidden;
	display:block;
	z-index:550;
}

#slideshow .prev {
	background:url(img/arrow-prev.png);
        left:565px;
}

#slideshow .next {
	left:605px;
	background:url(img/arrow-next.png);
}

.caption {
        z-index:500;
	position:absolute;
	bottom:-30px;
	left:0;
	height:53px;
	padding:0px 20px 0px 20px;
	background:#000;
	background:rgba(0,0,0,.4);
	width:620px;
	font-size:1.3em;
	line-height:80px;
}

.caption p{
    margin-top:15px;
    font-size:24px;
    line-height:80px;
    text-align:left;
    margin-left:20px;
    color:#fff !important;
}

/*pagination*/

#top_panel .pagination {
	width:220px;
	height:260px;
	float:left;
        margin-top:5px;
        color:#0d53a4 !important;
}

#home_right_panel .pagination h2{
    margin-left:-25px;
    float:left;
    font-size:16px;
    color:#152b85;
}

/*#pager a { border: 1px solid #ccc; background: #fc0; text-decoration: none; margin: 0 5px; padding: 3px 5px;  }
#pager a.activeSlide { background: #ea0 }
#pager a:focus { outline: none; }*/

#top_panel .pagination li {
	width:265px;
        height:auto;
	margin-left:-40px;
        margin-bottom:5px;
	list-style:none;
        float:left;
        background:url('pagination_plain.jpg') no-repeat left bottom;
}

#top_panel .pagination li a{
	display:block;
	width:235px;
        overflow: hidden;
        color:#0d53a4;
        font-size:14px;
        text-decoration:none;
        font-weight: bold;
        text-align:left;
        line-height:20px;
        padding:10px 15px 5px 10px;
        margin-bottom:10px;
        border-left:#cfcfcf solid 1px;
        margin-left:1px;
}

#top_panel .pagination li:hover{
        background:url(pagination.jpg) no-repeat left bottom;
}

#top_panel .pagination li.current{
        background:url(pagination.jpg) no-repeat left bottom;
}

#top_panel .pagination li a.current{
        color:#0ca9ef;
}




/*index page - bottom panel*/

#bottom_panel{
    margin-left:35px;
    float:left;
}

/*article*/

#bottom_panel article{
    width:600px;
   
    float:left;
    margin:10px 0 0px 0;
    text-align: left !important;
    text-decoration:none;
}

#bottom_panel article h1{
    font-size:24px;
    font-family: arial;
}

#bottom_panel article p{
    margin-bottom:20px;
    line-height:20px;
    font-size:13px;
    color:#0f1214;
}

/*box links*/

#home_left_panel .box_link{
        color:#1e5daa;
        text-decoration:none;
        font-size:12px;
/*        line-height:60px;*/
        line-height:14px;
        background:url('/layout/default/sprite_button.jpg') top left;
        padding:12px 40px 11px 17px;
        display: block;
        width: 165px;
}

#home_left_panel .box_link:hover{
        background:url('/layout/default/sprite_button.jpg')top right;
        color:#0ca9ef;
}

#home_right_panel .box_link{
        color:#1e5daa;
        text-decoration:none;
        font-size:12px;
/*        line-height:60px;*/
        line-height:14px;
        background:url('/layout/default/sprite_button.jpg') top left;
        padding:12px 40px 11px 17px;
        display: block;
        width: 165px;
        margin-left:15px;
}

#home_right_panel .box_link:hover{
        background:url('/layout/default/sprite_button.jpg')top right;
        color:#0ca9ef;
}

/*recent developments manager*/

#news{
    border-left:#d1d1d1 solid 1px;
    height:auto;
    width:255px;
    margin:0 0 0 1px;
    float:left;
}

#news h2{
    margin-left:15px;
    font-size:16px;
    margin-top: 0;
}

#news p{
    margin-left:15px;
    line-height:20px;
    margin-bottom:20px;
    margin-top:10px;
}

#news p a{
    padding:5px;
    margin-left:5px;
    color:#0ca9ef;
    text-decoration:none;
    font-size:13px;
    height:auto;
}



/*general pages - left panel*/

#left_panel{
    width:615px;
    float:left;
    margin:20px 0px 0 35px;
    text-align:left;
}

#left_panel h1{
    width:615px;
    text-align: left;
}

#left_panel p{
    color: #222222;
    line-height: 20px;
    margin: 6px 0 16px;
    padding: 0;
    text-align: left;
    width: 580px;
}

#left_panel a:link{
    color:#129ddb;
}

#left_panel a:visited{
    color:#129ddb;
}

#left_panel a:hover{
    color:#20358b;
}

/*box links*/

#left_panel .box_link{
    margin-left:15px;
    margin-top:20px;
    color:#1e5daa;
    text-decoration:none;
    font-size:12px;
    padding:12px 45px 11px 20px;
    background:url('sprite_3.jpg') top left;
    line-height:60px;
}

#left_panel .box_link:hover{
    color:#0ca9ef;
    background:url('sprite_3.jpg') top right;
}

#left_panel .box_link_2{
    margin-left:15px;
    margin-top:30px;
    color:#1e5daa;
    text-decoration:none;
    font-size:12px;
    padding:12px 87px 11px 20px;
    background:url('sprite_3.jpg') top left;
    line-height:60px;
}

#left_panel .box_link_2:hover{
    color:#0ca9ef;
    background:url('sprite_3.jpg') top right;
}

#left_panel .box_link_4{
    margin-top:20px;
    color:#1e5daa;
    text-decoration:none;
    font-size:12px;
    padding:12px 155px 11px 40px;
    background:url('sprite_button_reverse.jpg') top right;
    line-height:60px;
}

#left_panel .box_link_4:hover{
    color:#0ca9ef;
    background:url('sprite_button_reverse.jpg') top left;
}

#left_panel .box_link_5{
    margin-left:15px;
    margin-top:20px;
    color:#1e5daa;
    text-decoration:none;
    font-size:12px;
    padding:9px 0px 8px 20px;
    background:url('sprite_button.jpg') top left;
    line-height:20px;
    width:202px;
    display:block;
}

#left_panel .box_link_5:hover{
    color:#0ca9ef;
    background:url('sprite_button.jpg') top right;
}

.box_link_6{
    margin-left:260px;
    margin-top:20px;
    margin-bottom:20px;
    color:#1e5daa;
    text-decoration:none;
    font-size:12px;
    padding:12px 155px 11px 40px;
    background:url('sprite_button_reverse.jpg') top right;

    
}

.box_link_6:hover{
    color:#0ca9ef;
    background:url('sprite_button_reverse.jpg') top left;
}

#left_panel .box_link_7{
    margin-top:35px;
    color:#1e5daa;
    text-decoration:none;
    font-size:12px;
    padding:9px 0px 8px 20px;
    background:url('sprite_button.jpg') top left;
    line-height:20px;
    width:202px;
    display:block;
}

#left_panel .box_link_7:hover{
    color:#0ca9ef;
    background:url('sprite_button.jpg') top right;
}

#left_panel .box_link_8{
    margin-top:35px;
    color:#1e5daa;
    text-decoration:none;
    font-size:12px;
    padding:12px 36px 11px 35px;
    background:url('sprite_button_reverse2.jpg') top right;
    line-height:25px;


}

#left_panel .box_link_8:hover{
    color:#0ca9ef;
    background:url('sprite_button_reverse2.jpg') top left;
}

#left_panel .box_link_9{
    margin-left:260px;
    margin-top:20px;
    color:#1e5daa;
    text-decoration:none;
    font-size:12px;
    padding:12px 45px 11px 20px;
    background:url('sprite_3.jpg') top left;
    line-height:60px;
}

#left_panel .box_link_9:hover{
    color:#0ca9ef;
    background:url('sprite_3.jpg') top right;
}

#left_panel .box_link_reverse{
    margin-top:20px;
    color:#1e5daa;
    text-decoration:none;
    font-size:12px;
    padding:12px 42px 11px 35px;
    background:url('sprite_button_reverse.jpg') top right;
    line-height:40px;
    width:200px;
}

#left_panel .box_link_reverse:hover{
    color:#0ca9ef;
    background:url('sprite_button_reverse.jpg') top left;
}

#left_panel img{
    margin-top:10px;
}

#left_panel ul{
    width:575px;
    color:#222222;
    padding-left:12px;
}

#left_panel ul li{
    margin-bottom:10px;
    margin:0 0 6px 20px;
    padding:0;
}

#left_panel .board_heading{
    clear:both;
    margin-top:35px;
}

#left_panel .board_img{
    float:left;
    margin-bottom:20px;
    margin-right:35px;
    width:190px;
}

#left_panel .board_p{
    float:left;
    width:350px;
    height:auto;
}

#right_panel .Auckland{
    margin-right:50px;
    border:none;
}

#right_panel .Greater{
    margin-right:40px;
    border:none;
}

#right_panel .Northland{
    margin-right:40px;
    border:none;
}

#right_panel .NZ{
    border:none;
}

#right_panel .Bus{
    margin-right:50px;
    border:none;
}

#right_panel .Ministry{
    margin-right:25px;
    border:none;
}

.photo_gallery{
    
}

#right_panel .Alexander{
    margin-right:60px;
    border:none;
}

#right_panel  .Snapper{
    margin-right:75px;
    border:none;
}

.margin_right_10{
    margin-right:10px;
}


.news_date{
    color:#8f8f8f;
    line-height:15px;
    margin-top:-10px;
    margin-bottom:10px;
    padding:0;
}

#nzbus_globe_reflect{
    position:absolute;
    top:1300px;
    left:-313px;
}

#nzbus_globe_reflect2{
    position:absolute;
    top:2500px;
    left:-313px;
}


/*our_services, auckland, whangarei, wellington*/

#metrolink, #link, #northstar, #gowest, #wakapacific, #northbus, #gowellington, #valleyflyer, #airportflyer{
    height:86px;
    width:100px;
    float:right;
    margin-top:-43px;
    margin-right:40px;
}

#left_panel #metrolink{
    background:url('metrolink_3.jpg');
    width:90px;
    height:22px;
}

#left_panel #link{
    background:url('link-logo_3.jpg');
    width:88px;
    height:31px;
}

#left_panel #northstar{
    background:url('northstarbus-logo_3.jpg');
    width:100px;
    height:34px;
}

#left_panel #gowest{
    background:url('GO-West-logo_3.jpg');
    width:73px;
    height:30px;
}

#left_panel #wakapacific{
    background:url('wakapacific_3.jpg');
    width:101px;
    height:30px;
}

#left_panel #northbus{
    background:url('northbus_3.jpg');
    width:84px;
    height:22px;
}

#left_panel #gowellington{
    background:url('GO-Wellingtion-logo-vertical_3.jpg');
    width:59px;
    height:44px;
    margin-top:-50px;
}

#left_panel #valleyflyer{
    background:url('Valley-Flyer-Logo_3.jpg');
    width:54px;
    height:59px;
    margin-top:-60px;
}

#left_panel #airportflyer{
    background:url('airport_flyer_3.jpg');
    width:100px;
    height:35px;
    
}

/*our partners*/

#left_panel #partners_logo1, #partners_logo2, #partners_logo3, #partners_logo4, #partners_logo5, #partners_logo6, #partners_logo7, #partners_logo8{
    float:left;
}

#left_panel #partners_logo1{
    margin-left:35px;
}

#left_panel #partners_logo2{
    margin-top:25px;
    margin-left:35px;
}

#left_panel #partners_logo3{
    margin-left:125px;
    margin-top:50px;
}

#left_panel #partners_logo4{
    margin-top:42px;
    margin-left:40px;
}

#left_panel #partners_logo5{
    margin-top:55px;
    margin-left:40px;
}

#left_panel #partners_logo6{
    margin-top:30px;
    margin-left:140px;
}

#left_panel #partners_logo7{
    margin-top:30px;
    margin-left:55px;
}

#left_panel #partners_logo8{
    margin-top:40px;
    margin-left:60px;
}

#left_panel .grey_border{
    border:#ddd solid 5px;
    margin-top:20px;
}


/*general pages - right panel*/

#right_panel{
    float:left;
    width:280px;
    margin:30px 30px 0 0px;
}

#right_panel .infratil{
    border:none;
    margin-right:63px;
}

#right_panel h2{
	font-size: 16px;
        width:auto;
        color:#152b85;
        float:left;
        margin-left:20px; 
        margin-top:8px;
}

#right_panel img{
    border:#ddd solid 5px;
    float:right;
    margin-top:20px;
}

/*general pages right hand side tabs*/

#right_panel #tabs{
   width:220px;
   margin-left:-40px;
}

#right_panel #tabs li{
    list-style-type:none; 
}

#right_panel #tabs li a{
    line-height:35px;
    text-align:left;
    float:left;
    margin-left:35px;
    width:240px;
    position: relative;
}

#home_right_panel .external_link{
    margin-right:140px !important;
    margin-top:2px !important;
    border:none;
}

#right_panel .tab{
    background:url('side_tabs.jpg') top;
    width:276px;
    height:35px;
}

#right_panel .tab:hover{
    background:url('side_tabs.jpg') bottom;
}

#right_panel .tab:hover a{
    color:white;
}

#right_panel .tab a{
    width:277px;
    line-height:35px;
}

#main #right_panel #tabs #current_tab, #main #right_panel #tabs .current_tab{
    background:url('side_tabs.jpg') bottom;
}

#main #right_panel #tabs #current_tab a, #main #right_panel #tabs .current_tab a{
    color:white;
}

/*page links section*/

#page_links{
    float:left;
    width:925px;
    height:85px;
    padding:0;
    overflow: hidden;
    margin-left:35px;
    margin-top:10px;
}

#page_links ul{
    width:780px;   /*  */
    height:90px; 
    margin:0 auto;
    padding:0;
}

#page_links li{
    width:auto;
    height:86px;
    float:left;
    margin:0 14px;
    padding:0;
    list-style-type:none;
    position:relative;
}

#page_links li a{
    height:79px;
    float:left;
    display:block;
    margin:0;
    padding:0;
}

#page_links li .hover_circle{
    width:21px;
    height:21px;
    position:absolute;
    top:0px;
    left:40%;
    display:none;
    margin:0 auto;
}

#page_links ul li:hover div{
    display:block;
}

#page_links .metrolink a{
    background:url('brand_logo_metrolink.jpg') no-repeat;
    width:109px;
}

#page_links .link a{
    background:url('brand_logo_link.jpg') no-repeat;
    width:116px;
}

#page_links .northstar a{
    background:url('brand_logo_northstar.jpg') no-repeat;
    width:121px;
}

#page_links .gowest a{
    background:url('brand_logo_gowest.jpg') no-repeat;
    width:94px;
}

#page_links .wakapacific a{
    background:url('brand_logo_wakapacific.jpg') no-repeat;
    width:104px;
}

#page_links .northbus a{
    background:url('brand_logo_northbus.jpg') no-repeat;
    width:102px;
}

#page_links .gowellington a{
    background:url('brand_logo_gowellington.jpg') no-repeat;
    width:85px;
}

#page_links .valleyflyer a{
    background:url('brand_logo_valleyflyer.jpg') no-repeat;
    width:75px;
    
}

#page_links .airportflyer a{
    background:url('brand_logo_airportbus.jpg') no-repeat;
    width:104px
}


/* footer */

footer{
    width:990px;
    min-height:267px;
    clear:both;
    background:url(footer-bg2.jpg);
    background-size: 100% 100%;
}

.list_heading{
    font-size:22px;
    color:#003976;
    margin-bottom:15px;
    margin-top:15px;
}

#sub_nav{
    width:920px;
    margin:0 auto;
}

footer ul{
	width:265px;   
	height:auto;  
        float:left; 
}

footer ul li{
        width:227px;
        float:left;
        list-style-type:none;
        margin-left:-10px;
}

footer a {
    text-decoration:none;
    list-style-type:none;
    display: block;  
    padding: 0px; 
    margin:0;
    font-size:14px;
    color:#fff !important;
    line-height:21px;
    
}  

footer li a:hover {  
    color:#001d3c !important;
}  

footer #our_partners{
    width:235px;
}

footer #our_partners li{
    width:235px;
}

hr{
    width:100%;
    color:#8b8b8b !important;
    margin-top:30px;
}

#bottom_footer_container{
    width:960px;
    margin:-20px auto 0 auto;
}

#bottom_footer{
    width:auto;
    float:right;
    margin-right:27px;
    font-size:11px;
}

#copyright{
	float:left;
	width:170px;
	font-size:11px;
        color:#8b8b8b !important;
        display: inline;
        margin-left:30px;
}

#bottom_footer li{
    float:left;
    width:auto;
    text-align:center;
    list-style-type:none;
}

#bottom_footer li a{
    padding:0px 9px;
    color:#8b8b8b;
    text-decoration:none;  
}

#bottom_footer li a:hover{
    color: #162B86; 
}

#bottom_footer .line{
    color:#cfcfcf;
}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




































/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


/* Gallery Styles */
#galleryTabs .tabLinkFirst{
    background-color: #66CC33;
    padding-right: 40px;
    background-position: center right;
    margin-bottom: 30px;
}
#galleryTabs .tabLink{
    margin-bottom: 1px;
}

#galleryPanes{
    margin-top: 15px;
}

.galleryPane .scrollable{
    position: relative;
    overflow: hidden;
    width: auto;
    height: 515px;
}
.galleryPane .scrollable .items{
    width: 20000em;
    position: absolute;
}
.galleryPane .scrollable .items .page{
    width: 615px;
    float: left;
}

.galleryPane .galleryPagination{
    width: 140px;
    margin: 0 auto 10px auto;
}
.galleryPane .galleryPagination .browse{
    display: block;
    float: left;
    cursor: pointer;
/*    width: 10px;*/
/*    height: 10px;*/
/*    background-color: green;*/
    color: #000;
}
.galleryPane .galleryPagination .browse.left{

}
.galleryPane .galleryPagination .browse.right{

}
.galleryPane .galleryPagination .browse.disabled{
/*    background-color: gray;*/
    color: #999;
    cursor: default;
}
.galleryPane .galleryPagination .navi{
    float: left;
    margin-left: 5px;
}
.galleryPane .galleryPagination .navi a{
    float: left;
    display: block;
    margin-right: 5px;
/*    width: 10px;*/
/*    height: 10px;*/
/*    background-color: blue;*/
    color: #000;
    text-decoration: none;
}
.galleryPane .galleryPagination .navi a.active{
/*    background-color: red;*/
    color: #EC1C24;
}





.galleryThumbContainer{
    float: left;
    background: none repeat scroll 0 0 #EAEAEA;
    border: 1px solid #CCCCCC;
    float: left;
    height: 140px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    width: 160px;
}
.galleryThumbContainer:hover{
    background-color: #E1E1E1;
}
.galleryThumbContainer.end{
    margin-right: 0;
}

.galleryThumbContainer .galleryCaption{
    font-size: 10px;
}

/*video page styles*/

/* VIDEO PAGE STYLES */

#videosHolder {
    float: left;
    background: #ecf0f1;
    padding: 3px;
}

.videoHolder {
    float: left;
    margin-bottom: 10px;
}

.videoMask {
    float: left;
    overflow: hidden;
    height: 360px;
}

.moreActs {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
    color: #fff !important;
    background: #2e5873;
    text-decoration: none !important;
    float: left;
}

.moreActs:hover {
    background: #3a6f91;
    color: #fff;
}


.ob {
    text-decoration: none !important;
}

.videoHolderSmall0, .videoHolderSmall1, .videoHolderSmall2 {
    float: left;
    position: relative;
    width: 192px;
    margin:0 auto;
    margin-bottom: 10px;
    height: 180px;
    padding: 5px;
}

.videoHolderSmall2 {
    margin-right: 0 !important;
}

.postedBy {
    font-size: 10px;
    color: #4582a9;
    width: 145px;
    line-height: 11px;
}

.votesCount {
    position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 10px;
    color: #df2616;
    font-style: italic;
}

.viewsCount {
    position: absolute;
    bottom: 20px;
    right: 5px;
    font-size: 10px;
    color: #df2616;
    font-style: italic;
}

.videoHolderSmall0:hover, .videoHolderSmall1:hover, .videoHolderSmall2:hover {
    background-color: #e1e9eb;
}

.videoHolder .description {
    float: left;
    width: 285px;
    font-size: 12px;
}

.voteCon {
    float: right;
    height: 42px;
    font-size: 12px;
    position: relative;
}

.viewsCon {
    float: right;
    height: 42px;
    font-size: 12px;
    position: relative;
    margin-right: 20px;
    line-height: 42px;
}

.featuredVideoDetails .voteCon {
    float: right;
}

.votingResult {
    position: absolute;
    width: 100%;
    height: 42px;
    background: #fff;
    font-size: 10px;
    line-height: 10px;
    left: 0;
    top: 0;
}

.voteCon .resultText {
    font-size: 10px;
    margin-top: 5px;
    clear: both;
}

.votes {
    float: left;
    width: 52px;
    height: 24px;
    background: url(http://images.digicelstarstonga.com/layout/default/votes.png) no-repeat;
    text-align: center;
    padding-top: 18px;
    padding-right: 5px;
}

.vote {
    float: left;
    width: 42px;
    height: 42px;
    background: url(http://images.digicelstarstonga.com/layout/default/vote.png) left top no-repeat;
    cursor: pointer;
    margin-left: 5px;
}

.vote:hover {
    background-position: left -42px;
}

.voted {
    float: left;
    width: 42px;
    height: 42px;
    background: url(http://images.digicelstarstonga.com/layout/default/vote.png) left -84px no-repeat;
    margin-left: 5px;
}

.cantVote {
    float: left;
    height: 42px;
    width: 80px;
    margin-left: 5px;
    font-size: 11px;
    line-height: 11px;
    background-image: none !important;
}

.socialBtns {
    float: left;
    text-align: right;
}

.backBtn {
    text-decoration: none;
    font-weight: bold;
    color: #ec1c24; 
    cursor: pointer;
    float: left;
    padding: 5px 10px;
    background: #eaeaea;
}

.backBtn:hover {
    text-decoration: none;
    background: #ccc;
}

.performersProfile {
    float: right;
    text-align: right;
    margin-top: -7px;
    font-size: 16px;
}

.performersProfile a {
    float: left;
}

.performersProfile a img {
    border: 1px solid #e49706;
    margin-left: 15px;
    float: left;
    margin-top: -14px;
}

.performersProfile .contestantEliminated {
    font-size: 11px;
}

.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs li {
    float: left;
}

.tabs li a, .tabLink {
    float: left;
    display: block;
    padding: 0 18px;
    height: 36px;
    line-height: 36px;
    background: #5f5f5f;
    font-family: 'TheSansBlackPlainRegular', arial, sans-serif !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    border-right: 1px solid #fff;
}

.tabs li a:hover, .tabs li a.current, .tabLink:hover, .tabLinkActive {
    background: url(http://images.digicelstarstonga.com/layout/default/videos-tab.png) repeat-x;
}

.tabLinkFirst {
    float: left;
    display: block;
    padding: 0 16px;
    width: 47px;
    height: 36px;
    line-height: 36px;
    background: url(http://images.digicelstarstonga.com/layout/default/tabLinkFirst.gif) no-repeat;
    font-family: 'TheSansBlackPlainRegular', arial, sans-serif !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    border-right: 1px solid #fff;
}

.panes {
    float: left;
    background: #ececec;
    padding: 10px;
    width: 550px;
}

.instructional_vid, .instructional_vid2 {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.instructional_vid2 {
    margin-right: 0;
}

.videoThumb {
    cursor: pointer;
}

.judge {
    float: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.judge img {
    float: right;
    margin-left: 20px;
    border: 1px solid #eaeaea;
}

.judge .judgeThumb {
    float: left;
    margin-right: 15px;
    border: 1px solid #eaeaea;
    margin-left: 0;
}

.sponsorCon {
    float: left;
    border: 10px solid #ecf0f1;
    width: 100%;
    padding-bottom: 50px;
}

.sponsorNoimage {
    float: left;
    width: 180px;
    margin-top: 40px;
    margin-left: 23px;
}

.sponsorNoimage a {
    color: #000 !important;
}

.sponsorNoimage img {
    margin-bottom: -8px;
}

#sponsorAlcatel {
    float: left;
    margin-left: 20px;
    margin-top: 50px;
}

#sponsorAirnz {
    float: left;
    margin-left: 50px;
    margin-top: 10px;
}

#sponsorDigicel {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

#sponsorChathams {
    float: left;
    margin-left: 50px;
    margin-top: 40px;
}

#sponsorMobileMoney {
    float: left;
    margin-left: 40px;
    margin-top: -15px;
}

#sponsorConstruction {
    float: left;
    margin-left: 20px;
    margin-top: 30px;
}

#sponsorDateline {
    float: left;
    margin-left: 60px;
    margin-top: 10px;
}

#sponsorMango {
    float: left;
    margin-left: 90px;
    margin-top: 40px;
}

#sponsor886 {
    float: left;
    margin-left: 125px;
    margin-top: 35px;
    margin-bottom: 20px;
}

#sponsorTmn {
    float: left;
    margin-left: 90px;
    margin-top: 55px;
}

#sponsorPua {
    margin-left: 60px;
    margin-top: 80px;
}

.newsItem {
    float: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.newsItem h2 {
    margin: 0;
}

.newsItem p {
    margin: 0;
    margin-top: 20px;
}

.newsItem .newsDate {
    font-size: 12px;
    color: #9b9b9b;
}


#homeCommentsCon {
    float: right;
    margin-right: 15px;
}

.commentsForm {
    float: left;
    background: #eee;
    padding: 15px 20px;
    width: 590px;
}

.commentTagline {
    color: #426176;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

#addComment {
    display: block;
    width: 213px;
    height: 45px;
    background: url(http://images.digicelstarstonga.com/layout/default/comment-now.png) left top no-repeat;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    font-family: 'RotisSansSerifStd65Bold', arial, sans-serif !important; 
    text-transform:uppercase;
    cursor: pointer;
    color: #fff;
    margin-bottom: 20px;
}

#addComment:hover {
    background-position: left -45px;
    text-decoration: none !important;
    color: #eee !important;
}

.commentSubmit {
    display: block;
    width: 136px !important;
    height: 45px;
    background: url(http://images.digicelstarstonga.com/layout/default/comment-submit.png) left top no-repeat !important;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    font-family: 'RotisSansSerifStd65Bold', arial, sans-serif !important; 
    text-transform:uppercase;
    cursor: pointer;
    color: #fff !important;
    margin-bottom: 20px;
    border: 0 !important;
}

.commentSubmit:hover {
    background-position: left -45px !important;
    text-decoration: none !important;
    color: #eee !important;
}

.comment {
    float: left;
    margin-left: 12px;
    position: relative;
}

.comment_pic {
    float: left;
    margin-bottom: 15px;
    cursor: pointer;
}

.comment_pic span {
    float: left;
    font-size: 11px;
    line-height: 11px;
    margin-right: 3px;
    text-align: right;
    margin-top: 4px;
}

.comment_pic img {
    float: left;
}

.comment_speach {
    position: absolute;
    width: 25px;
    height: 36px;
    background: url(http://images.digicelstarstonga.com/layout/default/comments-speach.jpg) left top no-repeat;
    margin-left: -23px;
}

.comment_speach2 {
    position: absolute;
    width: 15px;
    height: 13px;
    background: url(http://images.digicelstarstonga.com/layout/default/comments-speach-2.jpg) left top no-repeat;
    top: -12px;
    right: 4px;
}

.comment_bubble {
    float: left;
    background: url(http://images.digicelstarstonga.com/layout/default/comments-middle.jpg) left top repeat-y;
    width: 140px;
    margin-left: 23px;
    margin-bottom: 20px;
}

.bubble_jack, .bubble_finau, .bubble_joey, .bubble_denise, .bubble_gareth {
    position: absolute !important;
    top: 56px;
    right: 0;
    z-index: 1000;
}

.comment_bubble p {
    margin: 0 15px;
    font-size: 12px;
    line-height: 18px;
    color: #313131;
}

.comment_top{
    float: left;
    width: 140px;
    height: 8px;
    background: url(http://images.digicelstarstonga.com/layout/default/comments-top.jpg) left top no-repeat;
}

.comment_bottom {
    float: left;
    width: 140px;
    height: 11px;
    background: url(http://images.digicelstarstonga.com/layout/default/comments-bottom.png) left top no-repeat;
    margin-bottom: -8px;
}

#video_container{
    padding:24px;
}

.bold{
    font-weight:bold;
}

#video_container .ob{
    color:#4582a9 !important;
}

#videosHolder{
    margin-top:10px;
}

.videoThumbSmall{
    margin:0 auto;
}

.videoHolderSmall0{
    margin:0 auto;
}

#service_updates_con {
    position: relative;
}

#service_updates_popup {
    position: absolute;
    background: #f1f1f1;
    padding: 15px 20px;
    border: 1px solid #eaeaea;
    top: -10px;
    left: 15px;
    border-radius: 5px;
    display: none;
    width: 180px;
}

#service_updates_popup a {
    font-size: 14px;
    color: #0CA9EF;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #ccc;
    float: left;
}

#service_updates_popup a:hover {
    color: #162B86;
}

#service_updates_link {
    cursor: pointer !important;
}

#service_updates_link:hover #service_updates_popup {
    display: block;
}

#service_updates_icon {
    margin-bottom: -6px;
    margin-left: 5px;
}

.refundEmoney{
	height: 52px;
	width: 216px;
	cursor: pointer;
	background-position: top;
	background-image: url("img/refund_button_e-money.png");
	display: block;
	float: left;
}

.refundEmoney:hover{
	background-position: bottom;
}

.refundForm{
	height: 52px;
	width: 216px;
	cursor: pointer;
	background-position: top;
	background-image: url("img/refund_button_form.png");
	display: block;
	float: left;
}

.refundForm:hover{
	background-position: bottom;
}

.side-menu-popout {
    position: absolute;
    right: 332px;
    background: #0194d7;
    padding: 20px;
    border-radius: 3px;
    display: none;
}

#right_panel #tabs .side-menu-popout ul {
    margin: 0;
    padding: 0;
}

#right_panel #tabs .side-menu-popout ul li {
    margin: 0;
    padding: 0;
}

#right_panel #tabs .side-menu-popout ul li a {
    margin: 0;
    padding: 0;
    color: #fff;
}

#right_panel #tabs .side-menu-popout ul li a:hover,
#main #right_panel #tabs #current_tab .side-menu-popout a:hover, 
#main #right_panel #tabs .current_tab .side-menu-popout a:hover {
    color: #333 !important;
}

#right_panel #tabs li:hover .side-menu-popout {
    display: block;
}
