@charset "UTF-8";
/* CSS Document */

html, body {    
   height: 100% !important; 
}

body {    
   height: 100% !important;
   background: url(gfx/header-bg.png) repeat-x;
}

.whmcscontainer {
background-color: transparent !important;
}

#main-container {
   min-height: 100% !important;
   position: relative !important;
}

#footer_cont {position: absolute;bottom: 0;width: 100%;height: 186px;}


#footer_wrapper {
   height: 124px !important;
   position: relative !important;
}

.clearfooter {
   height: 135px !important;
   clear: both !important;
}

.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align:center;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}

.table-clear {
        border:none !important; 
        background-color:transparent !important; 
        padding: 0px
}

#page-wrap {
	width:980px;
	text-align : left ;
	margin: 0 auto;
	position:relative;
}

#page-nav li {
        display:inline;
        list-style:none;
        overflow: auto;
        
}
#page-nav li a {
        text-decoration:none;
        background:#f4f4f4;
        padding:5px 15px;
        background:#e9e9e9;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
}
#page-nav li a:hover {
        text-decoration:none;
        background:#f9f9f9;
}

#page-nav li a.activestate {
        text-decoration:none;
        background:#fff;
}

.sidebar_subhead {font-size:14px;}


/* SINGLE PAGE ANIMATED WEBSITE */

#mainsite-wrap {
	margin:-20px 0 20px 10px;
	width: 860px;
        height:900px;
	overflow:hidden;
	position:relative;
        background:#fff;
        
}

#site-content {
	width:4650px;
        height:auto;
	position:absolute;
	top:0;
	left:0;
        overflow: auto;
        padding:15px;
}

.links-wrap {
	width: 830px;
        height:auto;
	float:left;
	margin-bottom:300px;
	margin-right:100px;
}

#illustration-1 {
	margin-top:-25px;
}
#illustration-2 {
	margin-top:-45px;
}
#illustration-3 {
	margin-top:-65px;
}
#illustration-4 {
	margin-top:-85px;
}
#illustration-5 {
	margin-top:-110px;
}


.feature_div {
width:60px;position:relative;float:left;
}

.feature_cont {
margin-right:10px;width:340px;float:left;position:relative;
}

.feature_h3 {
margin-top:0px;
}

.feature_p {
margin-top:-10px;
}

.feature_slider {
background:#fff;
 -webkit-border-radius: 20px; 
-moz-border-radius: 20px; 
border-radius: 20px;
}

.icon-list, .icon-list ul, .icon-list li{margin:0;padding:0;list-style-type:none;position:relative}
.icon-list li ul li{list-style:disc;margin-bottom:5px}
.icon-list h2{border-bottom:1px solid #ddd;padding-bottom:12px;margin-bottom:30px}
.icon-list img{left:0;position:absolute;top:0}
.icon-list p{font-size:13px;line-height:auto}
.icon-list .gt{margin-top:20px}
.icon-list .gr{clear:both}
.icon-list .gc{margin-bottom:18px;position:relative}
.icon-list .gc h3{margin-bottom:0px;margin-top:-35px}
.icon-list .gc h3,.icon-list .gc p,.icon-list .gc ul{margin-left:63px}
.icon-list .gr-2 .gc{float:left;margin-right:2%}
.icon-list .gr-3 .gc h3{font-size:13px;font-weight:bold;margin-bottom:5px}


.feature-section {
	margin: 0px 0px;
        position: relative;
	display: block;
	
	
}

.figure-right {
	float: right;
        margin-left: 27px;
	margin-bottom:18px;
	
}

.figure-left {
	float: left;
        margin-right: 27px;
	margin-bottom:18px;
}

.white-box {
	background:#ffffff;
        padding:15px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; 
       -moz-box-shadow: 0px 0px 6px #b9b9b9;
       -webkit-box-shadow: 0px 0px 6px #b9b9b9;
	box-shadow: 0px 0px 6px #b9b9b9;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b9b9b9')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b9b9b9');   
	background: -moz-linear-gradient(top, #FFF, #FFF 50%, #EFEFEF); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.5, #FFF), to(#EFEFEF));	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6')"; 
	/* IE8 only */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6'); 
	/* IE6,IE7 only */ 
	border:1px solid #CCC; border-bottom:1px solid #BFBFBF; color:#666; text-shadow: 0 1px 1px #FFF;

}

.action_order_btn { 
        background:url(http://gomedia.com.au/images/action-order.png) repeat-x;
	height:53px; 
	margin:8px 0 0 0;
	text-decoration:none;
        line-height:51px;
        font-size:20px; 
	display:block; 
	color:#FFF; 
	background-position:left center; 
	background-repeat:no-repeat;
}

.action_order_btn:hover	{ 
	text-decoration:none;
}

/* INPUTS, TEXTAREAS AND LABELS */


#content textarea	{
	padding:10px; 
	width:96%; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size:13px; 
	outline:none; 
	position:relative; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}


/* INPUTS - FIXES, IMPORTANT */
#content input#submit, #content input#submit_contactform, #content input#searchsubmit	{
	margin:0; 
	height:22px;	
	padding:5px 11px 20px 12px;
}

#content input#submit:focus, #content input#submit_contactform:focus, #content input#searchsubmit:focus	{
	padding:6px 12px 21px 13px;
}

#content input#submit {
        background:#333aaa;
}

#searchform input#s	{
	display:block;
	width:208px; 
	margin:0 0 15px 0; 
	outline:none;
}

#searchform p	{ 
	padding:0;
}

#searchform .screen-reader-text	{
	display:none
}

/* RED ALERT FOR WRONG FILLED INPUTS */
.input_alert	{ 
	border-color:#ffa6a6 !important;
}

.input_alert:hover	{ 
	border-color:#ff6666 !important;
}

#content input.input_alert:focus, #content textarea.input_alert:focus	{ 
	-moz-box-shadow: 0 0px 10px #ffcccc;
	-webkit-box-shadow: 0 0px 10px #ffcccc;
}


input.btn_advance { 
        width:auto; 
        padding:5px 12px 5px 12px; 
        text-decoration: none !important; 
        font-size: 14px !important; 
        font-weight: 300 !important;
        text-align: center; 
        cursor:pointer; 
        position:relative; 
        background: #0375b3 !important; 
        background: -moz-linear-gradient(top, #4da0d2, #4da0d2 50%, #2266af) !important; 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4da0d2), color-stop(.5, #4da0d2), to(#2266af)) !important;	
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4da0d2', EndColorStr='#2266af')" !important; 
        /* IE8 only */ 
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#4da0d2', EndColorStr='#2266af') !important; 
        /* IE6,IE7 only */
        border:  none !important;
        color:#fff !important; 
        text-shadow: 1px 1px 2px #4b88ae !important;
        -moz-border-radius: 5px !important; 
        -webkit-border-radius: 5px !important; 
        border-radius: 5px !important;
}

input.btn_advance:hover {  
        background: #0375b3 !important; 
        background: -moz-linear-gradient(top, #64aedb, #64aedb 50%, #3b7ec2) !important; 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #64aedb), color-stop(.5, #64aedb), to(#3b7ec2)) !important;	
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#64aedb', EndColorStr='#3b7ec2')" !important; 
        /* IE8 only */ 
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#64aedb', EndColorStr='#3b7ec2') !important; 
        /* IE6,IE7 only */ 
}

input.btn_backwards { 
        width:auto; 
        padding:5px 12px 5px 12px; 
        text-decoration: none !important; 
        font-size: 14px !important; 
        font-weight: 300 !important;
        text-align: center; 
        cursor:pointer; 
        position:relative; 
        background: #0375b3 !important; 
        background: -moz-linear-gradient(top, #ababab, #ababab 50%, #808080) !important; 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ababab), color-stop(.5, #ababab), to(#808080)) !important;	
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ababab', EndColorStr='#808080')" !important; 
        /* IE8 only */ 
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ababab', EndColorStr='#808080') !important; 
        /* IE6,IE7 only */
        border:  none !important;
        color:#fff !important; 
        text-shadow: 1px 1px 2px #666666 !important;
        -moz-border-radius: 5px !important; 
        -webkit-border-radius: 5px !important; 
        border-radius: 5px !important;
}

input.btn_backwards:hover {  
        background: #0375b3 !important; 
        background: -moz-linear-gradient(top, #bcbcbc, #bcbcbc 50%, #999999) !important; 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bcbcbc), color-stop(.5, #bcbcbc), to(#999999)) !important;	
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#bcbcbc', EndColorStr='#999999')" !important; 
        /* IE8 only */ 
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#bcbcbc', EndColorStr='#999999') !important; 
        /* IE6,IE7 only */ 
}

/* HEADER - GENERAL*/
#header	{ width:960px; margin:0 auto; background-repeat:no-repeat;}
#header_wrapper {height:86px;background: #01253F;}
/* HEADER - LOGO */
#logo	{ float:left; margin: 14px 0 0;max-width: 135px;}
.msec-hdr-txt {color: #fff;font-size: 14px;}
.msec-hdr-txt.msec-dlia-rea {font-family: "open sans";font-size: 16px;margin-top: 11px;font-weight: 100;text-transform: uppercase;}

/* HEADER - SEARCH */
.search_top	{ position:relative; width:250px; margin: 23px 5px 0 0;float: right;text-align: right;}
.search_top_input	{ width:200px; padding:7px 33px 7px 17px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px; background:url(gfx/search_top.png) no-repeat; border:none;}
.search_top_btn	{ position:absolute; left:220px; top:2px; width:26px; height:26px; background:none; border:none; outline:none; cursor:pointer;}

/* NAVIGATION */
#nav_wrapper	{width:100%; background:url(gfx/nav_bg.png) repeat-x bottom;}
#nav_wrapper ul.menu	{ width:960px; margin:0 auto; list-style:none; height:45px; line-height:22px; font-size:14px; background-position:center top; background-repeat:no-repeat; }
#nav_wrapper ul.menu li	{ float:left; margin:5px 12px 0 0; padding:0 0 8px 20px; cursor:pointer; position:relative; z-index:/*IE7*/999;  }
#nav_wrapper ul.menu li a	{ text-decoration:none; padding:4px 20px 6px 0; float:left; text-transform:uppercase; font-size:12px; position:relative; z-index:1000; }
#nav_wrapper .main_hover_left, #nav_wrapper .current-post-ancestor, #nav_wrapper .current-category-ancestor, #nav_wrapper .current-menu-parent, #nav_wrapper .current-post-parent, #nav_wrapper .page_item, #nav_wrapper .current_page_item	{background:url(gfx/nav_left_black_20.png) top left no-repeat; }
#nav_wrapper .main_hover_right, #nav_wrapper ul.menu li a:hover, #nav_wrapper .current-post-ancestor a, #nav_wrapper .current-category-ancestor a, #nav_wrapper .current-menu-parent a, #nav_wrapper .current-post-parent a, #nav_wrapper .page_item a, #nav_wrapper .current_page_item a	{background:url(gfx/nav_right_black_20.png) top right no-repeat;}
#nav_wrapper ul.menu li ul	{ display:none; position:absolute; top:37px; left:-20px; list-style:none; z-index:999; -moz-border-radius:10px; -webkit-border-radius: 10px; border-radius: 10px; -moz-box-shadow: 0 0px 20px rgba(0,0,0,0.17); -webkit-box-shadow: 0 0px 20px rgba(0,0,0,0.17); -box-shadow: 0 0px 20px rgba(0,0,0,0.17);}

/* INTRO */
#intro_wrapper	{width:100%; background-position:0 50px; background-repeat:repeat-x; }
.intro_home	{ margin:0 auto; width:960px; height:300px; background-repeat:no-repeat; background-position:center top;}
.intro_page	{ margin:0 auto; width:680px; padding:0 0 0 280px; background-repeat:no-repeat; background-position:center top;}
.intro_page h2	{ color:#FFF; font-size:39px; padding:50px 0 20px 50px;}
.intro_fullwidth	{margin:0 auto; width:960px; padding:0; background-repeat:no-repeat; background-position:center top;}
.intro_fullwidth h2	{ color:#FFF; font-size:39px; padding:60px 0 20px 40px; text-shadow:1px 2px 2px rgba(0,0,0,0.4);}
.intro_text	{ width:960px; text-align:center; font-size:18px; margin:45px 0 0 0;}
.intro_desc	{ width:960px; text-align:center; font-size:18px; margin:1px 0 0 0; padding:0 0 10px 0;}
.intro_home h1, .intro_home h2, .intro_home h3, .intro_home h4, .intro_home h5	{color:#FFF;}
.slider_subheading	{ font-size:18px;}

/* BTN_A - WHITE BUTTON IN BODY CONTENT */
.btn_a, .comment-reply-link, #commentform input#submit, #content input#submit_contactform, #searchform input#searchsubmit { width:auto; padding:5px 12px 5px 12px; text-decoration: none !important; font-size: 11px; text-align: center; cursor:pointer; position:relative; background: #F6F6F6; background: -moz-linear-gradient(top, #FFF, #FFF 50%, #EFEFEF); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.5, #FFF), to(#EFEFEF));	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6')"; /* IE8 only */ filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E6E6E6'); /* IE6,IE7 only */ border:1px solid #CCC; border-bottom:1px solid #BFBFBF; color:#666; text-shadow: 0 1px 1px #FFF; -moz-border-radius: 99px; -webkit-border-radius: 99px; border-radius: 99px;}
.btn_a:hover, .comment-reply-link:hover, #commentform input#submit:hover, #content input#submit_contactform:hover, #searchform input#searchsubmit:hover	{ background: #EEE;	background: -moz-linear-gradient(top, #FFF, #FFF 70%, #EEE); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.7, #FFF), to(#EEE)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE')"; /* IE8 only */filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE'); /* IE6,IE7 only */	}
.btn_a:focus, .comment-reply-link:focus, #commentform input#submit:focus, #content input#submit_contactform:focus, #searchform input#searchsubmit:focus	{ padding:6px 13px 6px 13px; color:#FFF; text-shadow: 0 -1px 1px #333; border:none;	background:#999; background: -moz-linear-gradient(top, #999, #777 5%, #AFAFAF); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(.05, #777), to(#AFAFAF)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF')"; /* IE8 only */ filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF'); /* IE6,IE7 only */ box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD; -webkit-box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD; -moz-box-shadow: inset 0px 2px 7px #444, 0 1px 0px #DDD !important;}

/* BTN_B - DARK GREY BUTTON IN FOOTER CONTENT */
.btn_b { width:auto !important;	padding:5px 12px 6px 12px; text-decoration: none !important; font-size: 10px; text-align: center; cursor:pointer; position:relative; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	background:#555555;	background: -moz-linear-gradient(top, #6e6e6e, #555555); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6e6e6e), to(#555555)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6e6e6e', EndColorStr='#555555')"; /* IE8 only */ filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#6e6e6e', EndColorStr='#555555'); /* IE6,IE7 only */ -moz-border-radius: 99px; -webkit-border-radius: 99px; border-radius: 99px; box-shadow: 0px 1px 2px #303030, inset 0 1px 0 #888;	-webkit-box-shadow: 0px 1px 2px #303030; -moz-box-shadow: 0px 1px 2px #303030, inset 0 1px 0 #888; border:none; color:#EEE; text-shadow: 0 1px 0 #000; }
.btn_b:hover	{ background: #727272; background: -moz-linear-gradient(top, #787878, #595959);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #727272), to(#555555)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#727272', EndColorStr='#555555')"; /* IE8 only */ filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#727272', EndColorStr='#555555'); /* IE6,IE7 only */ }
.btn_b:focus	{ padding:5px 12px 6px 12px; color:#DDD; text-shadow: 0 1px 1px #000; border:none; background:#999;	background: -moz-linear-gradient(top, #444444, #464646); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(.05, #777), to(#AFAFAF)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF')"; /* IE8 only */ filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF'); /* IE6,IE7 only */ box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD; -webkit-box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD;	-moz-box-shadow: inset 0px 2px 5px #262626, 0 1px 0px #666;}

/* Customised in Sitewide Stylesheet INPUTS, TEXTAREAS AND LABELS */

/* Customised in Sitewide Stylesheet INPUTS - FIXES, IMPORTANT */

/* Customised in Sitewide Stylesheet RED ALERT FOR WRONG FILLED INPUTS */

/* CONTENT */
#content_wrapper	{width:100%; background:url(gfx/content_wrapper_bg.png) repeat-x; border-top:1px solid #E3E3E3;padding-bottom:40px;}
.content_shadow_right	{background:url(gfx/content_shadow_right.png) no-repeat center top;}
.content_shadow_both	{background:url(gfx/content_shadow_both.png) no-repeat center top;}
#content	{ margin:0 auto;  }

/* Cart */
.titlebar {height:25px;padding-top: 11px;}
.maincarttitle {font-size: 18px;float:left;display:inline-block;font-weight: bold;}
.maincarttitle-nc {font-size: 18px;float:none;display:block;font-weight: bold;margin: 13px 0 35px 0 !important;}
.prodlisttbl {text-align: center;}
.cartcrumbs {float:right;display:inline-block;margin:-3px 0 0 0;}
.whmcscontainer .contentpadded {padding: 12px 40px !important;}
.cartareatitle {margin: 30px 0 12px !important;}
.tabtitle {margin-top: -12px;height: 50px;margin-left: 25px;}
.tabicon {width:48px;}
.tabtext p {margin:0 !important;font-size: 14px;line-height: 34px;padding-left: 10px;}
.domain-options strong {color: #666666;}
.domain-option-box {margin-left: 90px;}
.clientareatable {width: 670px !important;margin: 0 auto;padding: 14px;}

#whmcsorderfrm .clientareatable tr {border: 0;background: #F5F5F5;}
#whmcsorderfrm .clientareatable .clientareatableheading {border: 0;background: transparent;}
.clientareatable select {margin-top: 9px;}

.prod-selcting {position: absolute;margin-top: -72px;margin-left: 570px;}

.cartoutbtn {background-image: url(gfx/checkout-btn-sprite.png) !important;background-position: 0 0;width: 209px !important;height: 45px !important;background-color: white !important;filter: 0 !important;border: 0 !important;border-bottom-color: 0 !important;-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;border-radius: 0 !important;-webkit-box-shadow: 0 !important;-moz-box-shadow: 0 !important;box-shadow: 0 !important;-webkit-transition: 0 !important;-moz-transition: 0 !important;-ms-transition: 0 !important;-o-transition: 0 !important;transition: 0 !important;font-size: 0  !important;display:block !important;line-height: 0 !important;cursor:pointer;color: transparent !important;cursor:pointer;}
.startoutbtn {background-image: url(gfx/startover-btn.png) !important;background-position: 0 0;background-color: white !important;filter: 0 !important;border: 0 !important;border-bottom-color: 0 !important;-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;border-radius: 0 !important;-webkit-box-shadow: 0 !important;-moz-box-shadow: 0 !important;box-shadow: 0 !important;-webkit-transition: 0 !important;-moz-transition: 0 !important;-ms-transition: 0 !important;-o-transition: 0 !important;transition: 0 !important;cursor:pointer;color: transparent !important;cursor:pointer;padding: 1px 75px 28px 75px;background-repeat:no-repeat;height:44px;width:209px;color: transparent !important;}
.completeorderbtn {background-image: url(gfx/complete-btn-sprite.png) !important;background-position: 0 0;width: 209px !important;height: 45px !important;background-color: white !important;filter: 0 !important;border: 0 !important;border-bottom-color: 0 !important;-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;border-radius: 0 !important;-webkit-box-shadow: 0 !important;-moz-box-shadow: 0 !important;box-shadow: 0 !important;-webkit-transition: 0 !important;-moz-transition: 0 !important;-ms-transition: 0 !important;-o-transition: 0 !important;transition: 0 !important;font-size: 0  !important;display:block !important;line-height: 0 !important;cursor:pointer;color: transparent !important;}

.cartreviewdiv {width:450px;height50px;margin:0 auto;}
.cartoutdiv {width:210px;height50px;float:left;display:inline-block;}
.startoutdiv {width:210px;height50px;float:left;display:inline-block;margin-right:30px;}

.cartoutbtn:hover {background-image: url(gfx/checkout-btn-sprite.png) !important;background-position: 0 -49px;-webkit-transition: 0.5 !important;-moz-transition: 0.5 !important;-ms-transition: 0.5 !important;-o-transition: 0.5 !important;transition: 0.5 !important;font-size: 0  !important;display:block !important;line-height: 0 !important;cursor:pointer;color: transparent !important;}
.completeorderbtn:hover {background-image: url(gfx/complete-btn-sprite.png) !important;background-position: 0 -49px;-webkit-transition: 0.5 !important;-moz-transition: 0.5 !important;-ms-transition: 0.5 !important;-o-transition: 0.5 !important;transition: 0.5 !important;font-size: 0  !important;display:block !important;line-height: 0 !important;cursor:pointer;color: transparent !important;}


/* FOOTER */
#footer_top_shadow	{  margin:0 0 0 0; border-bottom:1px solid #444; width:100%; height:60px;}
#footer_wrapper	{width:100%; background:#001a2c;}
#footer	{ width:990px; margin:0 auto; padding:0 0 40px 0;  color:#adadad; }
#footer a	{ color:#FFF; text-decoration:none;}
#footer a:hover	{ color:#FFF; text-decoration:underline;}
#footer_bottom_wrapper	{ width:100%; }
#footer_bottom	{ width:960px; margin:0 auto; padding:25px 15px 25px 15px; color:#adadad; font-size:11px;}
#footer_bottom .left	{float:left; margin:5px 0 0 0;}
#footer_bottom .right	{float:right;}
#footer_bottom .logo_desc 	{ float:left; text-align:right; margin:2px 12px 0 0; line-height:14px;}
#footer_bottom img.logo_footer 	{ float: left;padding: 0px 0 0px 12px;border-left: 1px solid #4d4d4d;height: 40px;margin-top: -5px;}

.clear {clear:both;}
#shellholder {
	border: 1px solid #cdd2d7;
	padding:15px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#shellholdings {
	border: 1px solid #cdd2d7;
        background:white;
        width:920px;
        margin-left:-20px;
	padding:15px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#maintitle_lp {
	
}
#subtitle_lp {
	
}
#maintitle_tp {
       margin-top:80px;	
}
#subtitle_tp {
	
}
#contenttoholdthis {
	background-image: url(http://secure.gomedia.com.au/mainsec/gfx/freeconsultation.jpg);
	margin-top:10px;
	width:844px;
	height:446px;
	display:inline-block;
}
#holdthisthanks {
	background-image: url(http://secure.gomedia.com.au/mainsec/gfx/thank-you.jpg);
	margin-top:10px;
	width:750px;        margin-left:60px;
	height:367px;
	display:inline-block;
}
#holdinitthanks {
	background-image: url(http://secure.gomedia.com.au/mainsec/gfx/landing-page-consult.jpg);
        background-repeat:no-repeat;
	margin-top:-20px;
	width:850px;        margin-left:40px;
	height:440px;
	display:inline-block;
}
#holdinitthanksgc {
	background-image: url(http://secure.gomedia.com.au/mainsec/gfx/landing-page-consult.jpg);
        background-repeat:no-repeat;
	margin-top:90px;
	width:850px;        margin-left:40px;
	height:440px;
	display:inline-block;
}

#holdtoit {
        background-repeat:no-repeat;
	margin-top:90px;
	width:880px;        margin-left:40px;
	height:440px;
	display:inline-block;
}

#plantoholdit {
	background-image: url(http://secure.gomedia.com.au/mainsec/gfx/landing-page-plans.jpg);
        background-repeat:no-repeat;
	margin-top:-20px;
	width:850px;        margin-left:40px;
	height:440px;
	display:inline-block;
}
#plansnow {
	margin-top:10px;
	width:850px;        margin-left:10px;
	height:100%;
	display:inline-block;
}

#contenttoholding {
	background-image: url(http://secure.gomedia.com.au/mainsec/gfx/consultation1-1.jpg);
	margin-top:-40px;
        margin-left:60px;
        margin-bottom:-6px !important;
	width:750px;
	height:367px;
	display:inline-block;
}
#cont_repeaterbg {
	background-image: url(http://secure.gomedia.com.au/mainsec/gfx/consultation2.png);
        margin-top:-210px;
        margin-left:60px;
        margin-bottom:-6px !important;
	width:750px;
	height:100%;
	display:inline-block;
}
#cont_basebg {
	background-image: url(http://secure.gomedia.com.au/mainsec/gfx/consultation3.jpg);
        margin-left:60px;
	width:750px;
	height:37px;
	display:inline-block;
}
#listing_left_lp {
	margin-left:340px;
	margin-top:10px;
	width:260px;
	float:left;
	display:inline-block;
	font-size:12px;
}
#listing_right_lp {
	width:240px;
	margin-top:30px;
	float:left;
	display:inline-block;
	font-size:12px;
}
#listing_left_lpo {
	margin-left:290px;
	margin-top:40px;
	width:280px;
	float:left;
	display:inline-block;
	font-size:12px;
}
#listing_right_lpo {
	width:240px;
	margin-top:40px;
	float:left;
	display:inline-block;
	font-size:12px;
}
#formholder {
        margin-top:140px;
        margin-left:460px;

}
#consultqaholder {
        margin-top:70px;
        margin-left:160px;

}
.mc-fields-hold {
        width:450px;
	
}

.lineholder {
        height:55px;
}

.mc-field-label {
        width:50px;
	float:left;
	display:inline-block;
        padding-top:0px;
        padding-left:15px;
}

.fc-field-label {
	margin-bottom:5px;
}

.mc-field-input {
        width:360px;
	float:left;
	display:inline-block;
}

.fc-field-input {
	width:400px;
}

.mc-field-input input {
        background:#ebebeb !important;
        width:200px !important;
        height:15px !important;
        -moz-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important;

}

.mc-field-input input:focus {
        background:#ffffff !important;
}

.mc-field-input textarea:focus {
        background:#ffffff !important;
}

.fc-field-input input {
        background:#ebebeb !important;
        height:10px !important;
        -moz-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important;

}
.fc-field-input input:focus {
        background:#ffffff !important;
}

.fc-field-input textarea:focus {
        background:#ffffff !important;
}

.fc-field-input textarea {
        background:#ebebeb !important;
        -moz-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important;

}

.fc-field-input input:focus {
        background:#ffffff !important;
}

.btn_consult {
        background:url(http://secure.gomedia.com.au/mainsec/gfx/consult-btn.jpg) no-repeat !important;
        cursor: pointer !important;
        width: 160px !important;
        height: 34px !important;
        border: none !important;
}

#cont_repeaterbg .btn_submit {
        background: #555555 url(http://secure.gomedia.com.au/mainsec/gfx/submit-btn.jpg) no-repeat !important;
        cursor: pointer !important;
        width: 160px !important;
        height: 34px !important;
        border: none !important;
display:block;
}

.inline {
        display:inline-block;
}
.left {
        float:left;
}
#intro_cent_lp {
	margin-left:20px;
	margin-top:50px;
	width:800px;
	float:left;
}

#intro_cent_tp {
	margin-left:35px;
	margin-top:0px;
	margin-bottom:20px;
	width:800px;
	float:left;
}


.wpcf7-validation-errors {
        color:#CF5D5D;
        font-weight:bold;        
}

.wpcf7-mail-sent-ok {
        color:#5EA841;
        font-weight:bold;        
}


.pmanetopt { display:inline-block;}
.label_radio_tick    { background: url(http://secure.gomedia.com.au/mainsec/gfx/radio-box.png) no-repeat; }
label.tick_on      { background: url(http://secure.gomedia.com.au/mainsec/gfx/radio-tick.png) no-repeat; }
.label_checkbox_tick    { background: url(http://secure.gomedia.com.au/mainsec/gfx/radio-box.png) no-repeat; }
label.checkbox_on      { background: url(http://secure.gomedia.com.au/mainsec/gfx/radio-tick.png) no-repeat; }
.label_radio_question    { background: url(http://secure.gomedia.com.au/mainsec/gfx/radio-box.png) no-repeat; }
label.question_on      { background: url(http://secure.gomedia.com.au/mainsec/gfx/radio-question.png) no-repeat; }
.label_radio_cross    { background: url(http://secure.gomedia.com.au/mainsec/gfx/radio-box.png) no-repeat; }
label.cross_on      { background: url(http://secure.gomedia.com.au/mainsec/gfx/radio-cross.png) no-repeat; }
.label_radio_tick input  { position: absolute; left: -9999px; }
.label_checkbox_tick input  { position: absolute; left: -9999px; }
.label_radio_cross  input  { position: absolute; left: -9999px; }
.label_radio_question input  { position: absolute; left: -9999px; }

.LV_validation_message {
    margin-top:30px;
    margin-left:-220px;
    font-weight:bold;
    position:absolute;
}
.LV_valid {
    color: #5EA841;
}
	
.LV_invalid {
    color: #CF5D5D;
}
    
.LV_invalid_field, 
    input.LV_invalid_field {
    border: 1px solid #CC0000;
    background:#FFC9D7 !important;
    
}

#consult_btn_lp
{
  display: block;
  width: 175px;
  height: 108px;
  background: url("http://secure.gomedia.com.au/mainsec/gfx/free-consult-btn.jpg") no-repeat 0 -109px;
}

#consult_btn_lp:hover
{ 
  background-position: 0 0;
}

#consult_btn_lp span
{
  position: absolute;
  top: -999em;
}

label {
padding-top: 6px;
font-size: 13px;
line-height: 18px;
float: left;
width: 130px;
text-align: right;
color: #404040;
}

.form-stacked label {
display: block !important;
float: none !important;
width: auto !important;
font-weight: bold !important;
text-align: left !important;
line-height: 20px !important;
padding-top: 0 !important;
}
.input-xlarge, input.xlarge, textarea.xlarge, select.xlarge {
width: 270px !important;
}

.topbar {position: relative !important;}



.cart-content {
	margin-left:20px;
	position:relative;
	width:520px;
	display:block;
	margin-top:15px;
}

.domain-content {
	margin-top: 35px; 
}
.greybgbox {background: #F5F5F5;-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.cart-summary {color: #666;padding: 15px;width: 300px;margin-left: 10px;display: block;margin-top: 45px;}

.cart-review {color: #666;padding: 2px;text-shadow: white 0px 1px 1px;width: 700px;display: block;margin:0 auto;margin-top: 35px;}
.cart-review-conf {color: #666;padding: 2px;text-shadow: white 0px 1px 1px;width: 810px;display: block;margin: 0 auto;margin-top: 35px;}
.cart-review table {border-spacing: 0 !important;}

.summary-total {
	padding:5px;
	background:#c0dceb;
	margin-bottom:5px;

}

.summary-subtotal {
	padding:5px;
	background:#efefef;
	margin-bottom:5px;

}

.summary-rectotal {
	padding:5px;
	background:#e2eef5;
	margin-bottom:5px;

}



.domain_avail {
	color:#5ea841;
}

.domain_unavail {
	color: #cf5d5d;
}



tr.orderheadingrow {
	background-color: #666;
	color: #ffffff;
}


tr.orderrow1 {
	background-color: #CCC;
	color: #000000;
}
tr.orderrow1:hover {
	background-color: #e7e6e6;
	color: #000000;
}

tr.orderrow2 {
	background-color: #FFF;
	color: #000000;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}


/* ~~ this fixed width container surrounds all other divs ~~ */
.container_cart {
	overflow: hidden;
	font-family:Verdana;
    margin-right:60px;
    margin-top:-20px;
    width:920px;
}

.sidebar_cart {
	float: right;
	border-left: 1px solid #d7d7d7;
	font-family:Verdana;
    width:30%;
    padding:5px;
	padding-left:25px;
}
.content_cart {
	float: left;
        width:65%;
        z-index:1001;
}

.crumbnav {
	list-style: none;
	margin-bottom: 15px;
	font-family:Verdana;
	border-bottom: none;
	display: inline-block;
}

.crumbbox_inactive {
	font-size:Verdana;
	color:#848484;
	background-color:#bfbebe;
	width:115px;
	height:30px;
	text-align:center;
	line-height:32px;
	float:left;
}
.crumbbox_active {
	color:#ffffff;
	font-size:Verdana;
	background-color:#e42e63;
	width:115px;
	text-align:center;
	line-height:32px;
	height:30px;
	float:left;
}

.content_border {
	width:100%;
	float:left;
	border-top: 1px solid #d7d7d7;
	margin-top:20px;
}

.contentheader {
	font-size:20px;
	font-weight: 600;
	margin-bottom:0px;	
}


.carttable {width:100%;border:none !important}
.carttableproduct td{padding-top:20px !important; padding-bottom:15px !important;}

.carttableconfig td{font-size:9px;padding:5px;}
.carttabledivider td{border-bottom:1px solid #ccc;border-top:1px solid #ccc; }
.carttableproduct td{background-color:#fff;color:#666;padding:5px;height:20px;padding-left: 20px !important; }
.carttablesummary td{background-color:#f2f2f2 ;color:#555;font-size:12px;font-weight:700;height:20px;padding: 2px 20px !important; }
.carttablepromotion td{background-color:#fff !important;color:#333;font-size:12px;font-weight:700;height:20px;padding: 2px 20px !important; }
.carttabledue td{background-color:#c0dceb !important;color:#333;font-size:12px;font-weight:700;height:20px;padding: 5px 20px !important; }
.carttablerecurring td{background-color:#e2eef5 !important;color:#333;font-size:12px;font-weight:700;height:20px;padding: 5px 20px !important; }
.carttableheading td{background-color:#bababa !important;color:#333;font-size:12px;font-weight:700;height:20px;}
.cartpromotable {width: 580px !important;margin: 0 auto;}
.carttabledomain td {padding-top:5px !important; padding-bottom:5px !important;color:#666;padding:5px;border:none !important }

.carttable tr th {background-color: whiteSmoke;color: #546671;text-align: left;text-shadow: none !important;height: 25px;padding-left: 20px !important;}
.tablewhiter {border-right: 1px solid white !important;}
.tablewhiteb {border-bottom: 1px solid white !important;}
.tablewhitet {border-bottom: 1px solid white !important;}
.cleartable tr th {background-color:transparent;color:#333;font-weight: 700;padding: 10px;text-align: center;text-shadow:none !important;}
.cleartable{background-color:transparent;width:100%;border:none !important}
.cleartabletr td{padding-top:5px !important; padding-bottom:5px !important;background-color:transparent;color:#666;padding:5px;height:30px;border:none !important }

/* ----------- Forms ----------- */

.formsubheader {
	color:#333333;
	font:Myriad Pro;
	font-size:14px;
	margin-bottom:-10px;
}

#domainfrm{
border:none;
margin-top:-5px;
}
#domainfrm input{
margin:0 0 4px 0;
}
#domainfrm select{
padding:5px 4px;
border:solid 1px #666;
margin:0 0 4px 0;
background:#fff;
height:30px;
width:100px;
size:12;
}

#domain_conffrm{
margin-top:-5px;
}
#domain_conffrm input{
margin:0 0 4px 0;
}
#domain_conffrm select{
padding:5px 4px;
border:solid 1px #666;
margin:0 0 4px 0;
background:#fff;
height:30px;
width:300px;
size:12;
}


#orderfrm{
margin-top:-5px;
}
#orderfrm input {
margin:0 0 4px 0;
}
#orderfrm select {
padding:5px 4px;
border:solid 1px #666;
margin:0 0 4px 0;
background:#fff;
height:35px;
width:252px;
size:12;
}
#orderfrm .buttonlogin{
margin-left:170px;
width:70px;
}
#formemailaddress {display: block !important;}  
#promoform {
}
 
.promoinput {
	margin:0 0 4px 0;
} 
 
.promobutton {
	margin-right:20px;
	cursor:pointer; 
} 

.continuebutton {
	cursor:pointer; 
	float:right;
	margin-right:20px;
	margin-top:20px;
} 

.continue2button {
	background:#c30a40;
	cursor:pointer; 
	float:right;
	margin-right:20px;
	margin-top:20px;
} 

.checkoutbutton {
	background:#c30a40;
	cursor:pointer; 
	float:right;
} 

.backbutton {
	background: #666;
	float:left;
	cursor:pointer; 
} 
 
div#formfirstname,
div#formlastname,
div#formcompany,
div#formemailaddress,
div#formnewpassword,
div#formconfirmpass,
div#formsiteuser,
div#formsitepass,
div#formaddress1,
div#formaddress2,
div#formphonenumber,
div#formcity,
div#formstate,
div#formpostcode,
div#formcardexpire,
div#formccnumber,
div#formccexpirymonth,
div#formccexpiryyear,
div#formccstartmonth,
div#formccstartyear,
div#formccissuenum,
div#formcccvv,
div#formcountry,
div#formmonthexp,
div#formyearexp,
div#formcardtype {
	position:relative;
	margin-right:3px;
	display:inline-block;
}

div#formsiteuser {
	margin-top:5px;
}
 
input#firstname-field,
input#lastname-field,
input#emailaddress-field,
input#newpassword-field,
input#confirmpass-field,
input#siteuser-field,
input#sitepass-field,
input#phonenumber-field,
input#city-field,
input#state-field,
input#postcode-field {
	width: 242px !important;
        height: 25px;
}

input#address1-field,
input#company-field,
input#address2-field {
	width: 501px;
        height: 25px;
}

input#ccstartyear-field,
input#ccstartmonth-field,
input#ccissuenum-field {
	width:100px;
}

input#ccnumber-field {
	width: 320px;
        height: 25px;
}

input#cccvv-field {
	width:130px;
        height: 25px;
}

select#monthexp-field,
select#yearexp-field,
select#cctype {
	width:114px;
	
}

.orderbutton{
clear:both;
margin-left:450px;
width:150px;
height:40px;
background:#e42e63;
text-align:center;
color:#FFFFFF;
cursor:pointer;
}


.ausdomainreg input {
	width:280px !important;
	margin-right:0 !important;
}

.ausdomainreg select {
	padding:5px 4px;
	border:solid 1px #666;
	margin:0 0 4px 0;
	background:#fff;
	height:30px;
	width:300px;
	size:12;
}

.tosbox {
overflow:auto; background:#FFF; padding:5px; height:150px; width:500px; border:1px solid #d7d7d7; font-size:12px; text-align:left;
}

/* ----------- Sidebar ----------- */


.sidebar_head {
	font-size:Verdana;
	font-weight:bold;	
}
.sidebar_subhead {
	font-size:Verdana;
}
.sidebar_text {
	font-size:14px;
}

.sidebar_border {
	width:100%;
	float:left;
	border-top: 1px solid #d7d7d7;

}


/* ----------- Form Sidebar ----------- */
#stylized{
border:none;
margin-top:-5px;
}
#stylized input{
font-size:Verdana;
font-family:Verdana;
padding:5px 4px;
border:solid 1px #666;
margin:0 0 4px 0;
width:150px;
height:20px;
}
#stylized .buttonlogin{
clear:both;
margin-left:160px;
width:70px;
height:30px;
background:#e42e63;
text-align:center;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
cursor:pointer;
border:none;
}
 
div#username,
div#password {
	position:relative;
	margin-right:3px;
}
 
input#username-field,
input#password-field {
	width:230px;
}

label.overlabel {
	color:#999;
	visibility: hidden;
	position:absolute;
	left:-9999px;
}
label.overlabel-apply {
	position:absolute;
	top:6px;
	left:-6px;
	z-index:1;
	color:#999;
}


/* ----------- Product Page ----------- */


.product_bg {
	margin:0 auto;
	height:130px;
	width:600px;
	border:solid #CCC 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding:15px 5px;
        background-color:#fff;
}
.product_options {
	width:25px;
	display:inline-block;
	float:left;
	background:#666;
	height:130px;
}

.product_thumb {
	width:170px;
	display:inline-block;
	float:left;
	margin-top:5px;
}

.product_desc {
	width:310px;
	display:inline-block;
	float:left;
}

.product_satis {
	width:80px;
	display:inline-block;
	float:left;
	margin-top:5px;
	margin-left:5px;
}

.hpage_img {
	width:48px;
	height:48px;
	display:block;
	float:left;
	margin-left:5px;
	margin-right:20px;
}

.hpage_txt {
	width:200px;
	height:48px;
	float:left;
	display:block;
	margin-right:10px;

}
.hpage_brk {
	width:550px;
	height:30px;
	float:left;
	display:block;

}

radio {
        width:15px; 
        height:15px;
}

.orderbox {margin: 30px auto;padding: 10px;padding-bottom: 20px;font-size: 14px;line-height: 21px;width: 650px;}

.rad-label {
	margin-left:0 !important;
}

input[type="radio"] {
	width:20px !important;
	border:none !important;
	background:none !important;
}

input[type="checkbox"] {
	width:20px !important;
	border:none !important;
	background:none !important;
}

.domain-options {margin: 10px auto;padding: 10px;padding-bottom: 20px;font-size: 14px;line-height: 21px;width: 650px;}


@charset "utf-8";
/* CSS Document */

/* GENERAL */
body	{ color:#546671;}
a	{color:#0088CC;}

/* HEADER */

/* NAVIGATION */
#nav_wrapper	{background-color:#0473b2;}
#nav_wrapper ul.menu	{ background-image:url(gfx/nav_inner_bg.png); }
#nav_wrapper ul.menu li a	{ color:#f0fcff;}

/* INTRO */
#intro_wrapper	{background-image:url(gfx/intro_bg.png); background-color:#0473b2;}
#blue_divider	{background-image:url(gfx/header-divider-cart.png); background-color:#0473b2; height:5px;}
.intro_home	{background-image:url(gfx/intro_inner_bg.png);}
.intro_page	{background-image:url(gfx/intro_inner_bg.png);}
.intro_fullwidth	{background-image:url(gfx/intro_inner_bg.png);}
.intro_text	{color:#b9ecf0;}
.intro_desc	{color:#b9ecf0;}
.slider_subheading	{color:#b9ecf0;}

/* CALL TO ACTION - HOME PAGE */
.action_button	{ background-image:url(gfx/action_button_left.png);}
.action_button span	{ background-image:url(gfx/action_button_right.png);}

/* HOME PAGE WIDGETS */
#content .home_layout_1 li a:hover	{color:#0088CC;}

/* HOME PAGE WIDGETS - RECENT COMMENTS */
#content .home_layout_1 ul#recentcomments li a	{ color:#0088CC;}

/* SIDEBAR */
#sidebar li a	{background-image:url(gfx/sidebar_arrow.png);}
<!--[if lt IE 9]>
        <link rel="stylesheet" type="text/css" href="http://secure.gomedia.com.au/mainsec/styleie9.css"/> 
<![endif]-->

#sidebar li a:hover	{background-image:url(gfx/sidebar_arrow.png); color:#0088CC;}

/* SIDEBAR WIDGETS - RECENT COMMENTS */
#sidebar ul#recentcomments li a	{ color:#0088CC;}

/* SIDEBAR WIDGETS - TWITTER PLUGIN */
#sidebar ul.tweets li a	{ color:#0088CC;}

/* PAGE */
.page_meta_box	{color:#bde4e7; border:1px solid rgba(0,255,255,0.3);}

/* BTN_A - WHITE BUTTON IN BODY CONTENT */
.btn_a:hover, .comment-reply-link:hover, #commentform input#submit:hover, #content input#submit_contactform:hover, #searchform input#searchsubmit:hover, .wp-pagenavi a:hover	{ -webkit-box-shadow: 0 0px 7px #acebff; -moz-box-shadow: 0 0px 7px #acebff;}

/* Customised in Sitewide Stylesheet INPUTS, TEXTAREAS AND LABELS */

.ticklabelb {margin-left:35px;margin-top:-20px;}


#whmcsorderfrm h1 {
margin: 4px 0 !important;
}
.page-header {
border-bottom: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.whmcscontainer .contentpadded {
padding: 0 40px !important;
}


<!--[if lt IE 7]>
.cartoutbtn {background:red;}
.completeorderbtn {text-indent:0;background-image:none;}
<![endif]-->