/**
* Copyright © 2001-2013 UK Web.Solutions Direct Ltd. All Rights Reserved
*/
/**
* Begin Common CSS
*/
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	-webkit-text-size-adjust: none;
	color: #525252;
	background-color: #ffffff;
}
p {
	line-height: 18px;
	padding: 5px 0 5px 0;
}
img {
	border: 0;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #fd7904;
	background-color: transparent;
	outline: none;
}
h1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: -0.07em;
	color: #0b3469;
	background-color: transparent;
}
h2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: -0.07em;
	color: #0b3469;
	background-color: transparent;
}
h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: -0.07em;
	color: #282828;
	background-color: transparent;
}
.divider {
	height: 1px;
	border-bottom: 1px dotted #cfcfcf;
	margin: 10px 15px 10px 15px;
}
.clearfix {
	clear: both;
}
.hidden {
	display: none;
}



div.spacer {
	width: 10px;
	float: left;
}
div.leftcol {
	width: 365px;
	float: left;
}
div.rightcol {
	width: 365px;
	float: right;
}
.smalltext {
	font-size: 10px;
	font-weight: normal;
}

.clear {
	clear: both;
}
div.center {
	text-align: center;
}
.loading {
    display: none;
    padding-top: 20px;
    text-align: center;
}
.domainregperiod {
    font-size: 12px;
    text-align: center;
    padding-bottom: 20px;
}
#domaincontactfields {
    display: none;
}
/**
* End Common CSS
*/

/**
* Begin Dialog CSS
*/
.dialogcontainer {
	width: 480px;
	margin: 0 auto;
}
.dialogtitle {
	font-family: Calibri, 'Trebuchet MS', Helvetica, Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 2px 8px 4px 30px;
}
.dialogtext {
	line-height: 18px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 8px;
}
.dialogtext ul {
	margin: 0 0 0 15px;
}
.dialogokcontainer {
	background-color: #ddffc6;
	border: 2px solid #66cc00;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.dialogok {
	width: 32px;
	height: 32px;
	background-image: url('/img/icons/dialogok.png');
	position: relative;
	left: -5px;
	top: -5px;
	float: left;
}
.dialogalertcontainer {
	background-color: #feefb3;
	border: 2px solid #9f6000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.dialogalert {
	width: 32px;
	height: 32px;
	background-image: url('/img/icons/dialogalert.png');
	position: relative;
	left: -5px;
	top: -5px;
	float: left;
}
.dialogerrorcontainer {
	background-color: #ffbaba;
	border: 2px solid #d8000c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.dialogerror {
	width: 32px;
	height: 32px;
	background-image: url('/img/icons/dialogerror.png');
	position: relative;
	left: -5px;
	top: -5px;
	float: left;
}
/**
* End Dialog CSS
*/

/**
* Begin Status Text CSS
*/
.textgreen {
	color: #009900;
	background-color: transparent;
}
.textred {
	color: #990000;
	background-color: transparent;
}
.textblack {
	color: #000099;
	background-color: transparent;
}
.textgrey {
	color: #cfcfcf;
	background-color: transparent;
}
.textorange {
	color: #fd7904;
	background-color: transparent;
}
/**
* End Status Text CSS
*/

/**
* Begin Site Header CSS
*/
.site-header {
	height: 120px;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/header-gradient.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #ffffff;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
}
#header {
	width: 960px;
	height: 120px;
	color: #ffffff;
	background-color: transparent;
	background-image: url('/img/headers/header.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
	display: block;
}
#header .menu {
	width: 230px;
	height: 16px;
	line-height: 16px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fd7904;
	background-color: #0b3469;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	box-shadow: 0px 0px 4px #dedede;
	-moz-box-shadow: 0px 0px 4px #dedede;
	-webkit-box-shadow: 0px 0px 4px #dedede;
	text-align: center;
	vertical-align: middle;
	padding: 4px 0 4px 0;
	margin: 0 10px 0 10px;
	display: block;
	position: relative;
	top: 0px;
	float: right;
}
#header .menu a:link, #header .menu a:active, #header .menu a:visited {
	text-decoration: none;
	color: #e9e9e9;
	background-color: transparent;
	outline: none;
}
#header .menu a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color:  transparent;
	outline: none;
}
/**
* End Site Header CSS
*/

/**
* Begin Navbar CSS
*/
.navigation-container {
	height: 40px;
	color: #ffffff;
	background-color: #1b1b1b;
	display: block;
	clear: both;
}
#navigation {
	width: 960px;
	height: 40px;
	line-height: 22px;
	font-size: 14px;
	color: #ffffff;
	background-color: #1b1b1b;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	display: block;
}
#navigation ul {
	list-style-type: none;
	display: block;
}
#navigation ul li {
	display: block;
	float: left;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	height:32px;
	line-height: 32px;
	text-decoration: none;
	color: #999999;
	background-color: #1b1b1b;
	text-align: center;
	vertical-align: middle;
	padding: 4px 20px 4px 20px;
	display: block;
	outline: none;
}
#navigation a:hover {
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	color: #ffffff;
	background-color: #1b1b1b;
	text-align: center;
	vertical-align: middle;
	padding: 4px 20px 4px 20px;
	display: block;
	outline: none;
}

/**
* End Navbar CSS
*/

/**
* Begin Homepage Header CSS
*/
#homepage-header {
	width: 960px;
	height: 250px;
	color: #ffffff;
	background-color: #282828;
	margin: 0 0 16px 0;
	display: block;
}
/**
* End Homepage Header CSS
*/

/**
* Begin Subpage Header CSS
*/
#subpage-header {
	width: 930px;
	height: 120px;
	color: #ffffff;
	background-color: #282828;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 15px;
	margin: 0 0 16px 0;
	text-align: left;
	display: block;
}
#subpage-header .title {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fd7904;
	background-color: transparent;
}
#subpage-header ul {
	list-style-type: none;
	display: block;
}
#subpage-header li {
	width: 480px;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	text-align: left;
	padding: 5px 0 5px 0;
}
#subpage-header .bullet {
	font-weight: bold;
	color: #fd7904;
	background-color: transparent;
}
/**
* End Subpage Header CSS
*/

/**
* Begin Site Content CSS
*/
.site-content {
	width: 960px;
	font-size: 12px;
	color: #525252;
	background-color: #ffffff;
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;
}
.site-content .contentpadded {
	padding: 15px 0;
}

.content-container {
	width: 960px;
	margin: 0 auto;
	display: block;
	clear: both;
}
.content-container #homepage {
	width: 960px;
	text-align: left;
	vertical-align: top;
	display: block;
	clear: both;
}
.content-container #subpage {
	width: 740px;
	text-align: left;
	vertical-align: top;
	display: block;
	float: left;
}
.content-container #subpage ul {
	list-style-type: square;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 0 0 0 15px;
}
.content-container #subpage li {
	line-height: 18px;
	padding: 5px 0 5px 0;
}
.content-container #subpage ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 0 0 0 15px;
}
.content-container #subpage li {
	line-height: 18px;
	padding: 5px 0 5px 0;
}
.content-container #sideblock {
	width: 200px;
	text-align: center;
	vertical-align: top;
	display: block;
	float: right;
}
.content-container .bullet-list {
	list-style-type: square;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 0 0 0 15px;
}
.content-container .bullet-list li {
	line-height: 18px;
	padding: 5px 0 5px 0;
}
.content-container .numbered-list {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 0 0 0 15px;
}
.content-container .numbered-list li {
	line-height: 18px;
	padding: 5px 0 5px 0;
}
/**
* End Site Content CSS
*/

/**
* Begin Site Footer CSS
*/
.site-footer {
	height: 144px;
	color: #ffffff;
	background-color: #1b1b1b;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
}
#footer {
	width: 948px;
	height: 132px;
	color: #ffffff;
	background-color: #1b1b1b;
	padding: 6px;
	margin: 0 auto;
	display: block;
}
#footer .menu {
	width: 176px;
	height:124px;
	border-right: 1px solid #999999;
	padding: 4px 0 4px 0;
	margin: 0 9px 0 0;
	display: block;
	float: left;
}
#footer .block {
	width: 390px;
	height:124px;
	padding: 4px 0 4px 0;
	margin: 0;
	display: block;
	float: left;
}
#footer .title {
	line-height: 16px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 700;
    letter-spacing:-1px;
	color: #fd7904;
	background-color: transparent;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#footer .bullet {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	-webkit-text-size-adjust: none;
	font-weight: bold;
	color: #fd7904;
	background-color: transparent;
}
#footer ul {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
}
#footer li {
	line-height: 18px;
}
#footer dl {
	font-size: 11px;
	list-style-type: none;
}
#footer dt {
	line-height: 18px;
}
#footer dd {
	font-size: 9px;
	color: #c9c9c9;
	background-color:  transparent;
	padding: 0 0 8px 0;
	margin: 0 0 0 14px;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #999999;
	background-color: transparent;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	outline: none;
}
#footer a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color:  transparent;
	outline: none;
}
.site-footnote {
	height: 50px;
	color: #ffffff;
	background-color: #1a3069;
	border-top: 1px solid #ffffff;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
}
#footnote {
	width: 948px;
	height: 42px;
	color: #ffffff;
	background-color: #1a3069;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px 6px 4px 6px;
	margin: 0 auto;
	display: block;
}
#footnote .copyright {
	line-height: 14px;
	text-align: left;
	vertical-align: middle;
}
#footnote .language {
	line-height: 14px;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0;
	display: block;
	float: right;
}
#footnote .language {
	text-align: left;
	vertical-align: middle;
	display: block;
	float: left;
}
#footnote .language select {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 3px;
}
#footnote .language select:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
/**
* End Site Footer CSS
*/

/**
* BEGIN SIDE ELEMENTS
*/
.sidebox {
	width: 200px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0px 0px 4px #dedede;
	-moz-box-shadow: 0px 0px 4px #dedede;
	-webkit-box-shadow: 0px 0px 4px #dedede;
}
.sidebox .header {
	width: 182px;
	height: 30px;
	line-height: 30px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 100;
	color: #ffffff;
	background-color: #0b3469;
	text-align: left;
	vertical-align: middle;
	padding: 0 9px 0 9px;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
}
.sidebox .content {
	width: 198px;
	font-size: 12px;
	color: #363636;
	background-color: #f5f5f5;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}
.sidebox .inputframe {
	width: 184px;
	height: 25px;
	line-height:25px;
	text-align: left;
	vertical-align: middle;
	padding: 4px 7px 4px 7px;
}
.sidebox .logintext {
	height: 28px;
	line-height: 28px;
	text-align: left;
	vertical-align: middle;
	padding: 4px 0px 0px 7px;
	float: left;
}
.sidebox .loginsubscribebuttons {
	height: 28px;
	line-height: 28px;
	text-align: left;
	vertical-align: middle;
	padding: 4px 7px 0px 0px;
	float: right;
}
.sidebox a:link, .sidebox a:active, .sidebox a:visited {
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
	outline: none;
}
.sidebox a:hover {
	text-decoration: none;
	color: #fd7904;
	background-color: transparent;
	outline: none;
}
.sidebox .menuitem {
	width: 184px;
	text-align: left;
	vertical-align: middle;
	padding: 8px 7px 8px 7px;
	display: block;
}

.sidebox .socialicons {
	width: 178px;
	height: 65px;
	color: #363636;
	background-color: #f5f5f5;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 7px 10px 0 10px;
}
.sidebox .plusone {
	display: block;
	float: left;
}
.sidebox .facebook {
	padding: 0 0 0 7px;
	display: block;
	float: left;
}
.sidebox .twitter {
	display: block;
	float: left;
}

.sidebox ul {
	width: 198px;
	list-style-type: none;
	text-align: left;
}
.sidebox li {
	width: 184px;
	text-align: left;
	padding: 8px 7px 8px 7px;
}
.sidebox a:link, .sidebox a:active, .sidebox a:visited {
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
	outline: none;
}
.sidebox a:hover {
	text-decoration: none;
	color: #fd7904;
	background-color: transparent;
	outline: none;
}

.sidebox .count {
	color: #989898;
	background-color: transparent;
}
.sidebox .divider {
	height: 0px;
	border: dotted #cfcfcf;
	border-width: 1px 0 0 0;
	margin: 0 15px 0 15px;
}
.sidebox .footer {
	width: 198px;
	height: 7px;
	color: #000000;
	background-color: #f5f5f5;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
/**
* END SIDE ELEMENTS
*/

/**
* BEGIN HOMEPAGE PRODUCT BOXES
*/
.productbox {
	width: 228px;
	margin: 16px 0 16px 0;
	display: block;
	float: left;
}
.productbox .uk-web-hosting-header {
	width: 210px;
	height: 41px;
	line-height: 41px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #ffffff;
	background-color: #282828;
	background-image:	url('/img/misc/productbox/uk-web-hosting.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding: 0 9px 0 9px;
}
.productbox .uk-reseller-hosting-header {
	width: 210px;
	height: 41px;
	line-height: 41px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #ffffff;
	background-color: #282828;
	background-image:	url('/img/misc/productbox/uk-reseller-hosting.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding: 0 9px 0 9px;
}
.productbox .uk-vps-hosting-header {
	width: 210px;
	height: 41px;
	line-height: 41px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #ffffff;
	background-color: #282828;
	background-image:	url('/img/misc/productbox/uk-vps-hosting.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding: 0 9px 0 9px;
}
.productbox .uk-managed-servers-header {
	width: 210px;
	height: 41px;
	line-height: 41px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #ffffff;
	background-color: #282828;
	background-image:	url('/img/misc/productbox/uk-managed-servers.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding: 0 9px 0 9px;
}
.productbox .uk-web-hosting {
	width: 226px;
	height: 3px;
	color: #000000;
	background-color: #a90202;
	border: 1px solid #282828;
}
.productbox .uk-reseller-hosting {
	width: 226px;
	height: 3px;
	color: #000000;
	background-color: #4f7af3;
	border: 1px solid #282828;
}
.productbox .uk-vps-hosting {
	width: 226px;
	height: 3px;
	color: #000000;
	background-color: #028e09;
	border: 1px solid #282828;
}
.productbox .uk-managed-servers {
	width: 226px;
	height: 3px;
	color: #000000;
	background-color: #ebb700;
	border: 1px solid #282828;
}
.productbox .content {
	width: 208px;
	color: #363636;
	background-color: #f5f5f5;
	border-left: 1px solid #282828;
	border-right: 1px solid #282828;
	text-align: left;
	padding: 0 9px 0 9px;
}
.productbox ul {
	font-size: 12px;
	padding: 6px 5px 8px 10px;
	margin: 0 0 0 4px;
	list-style-type: square;
	list-style-position: outside;
}
.productbox li {
	line-height: 20px;;
	color: #363636;
	background-color: transparent;
}
.productbox .price {
	width: 105px;
	height: 74px;
	margin: 0 17px 0 0;
	display: block;
	float: left;
}
.productbox .price-from {
	font-size: 12px;
	display: block;
}
.productbox .price-pounds {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight: bold;
	position: relative;
	top: -6px;
}
.productbox .price-pence {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top:-16px;
}
.productbox .price-term {
	font-size: 12px;
	position: relative;
	top: -12px;
}
.productbox .buttoncontainer {
	width: 87px;
	height: 74px;
	text-align: center;
	display: block;
	float: right;
}
.productbox .buttoncontainer .button {
	width: 59px;
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000000 0.1em 0.1em 0.1em;
	color: #ffffff !important;
	background: #244e94;
	border: 2px solid #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 6px 12px 6px 12px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	top: 41px;
}
.productbox .buttoncontainer a:link, .productbox .buttoncontainer a:visited, .productbox .buttoncontainer a:active, .productbox .buttoncontainer a:hover {
	text-decoration: none;
	outline: none;
}
.productbox .button:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #428cc5;
	outline: none;
}
.productbox .footer {
	width: 210px;
	height: 74px;
	color: #ffffff;
	background-color: #282828;
	background-image:	url('/img/misc/productbox/footer.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 4px 9px 4px 9px;
}
.subproductbox {
	width: 472px;
	display: block;
	float: left;
}
.subproductbox .domain-names-header {
	width: 454px;
	height: 41px;
	line-height: 41px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #ffffff;
	background-color: #282828;
	background-image:	url('/img/misc/subproductbox/domain-names.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding: 0 9px 0 9px;
}
.subproductbox .ssl-certificates-header {
	width: 454px;
	height: 41px;
	line-height: 41px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #ffffff;
	background-color: #282828;
	background-image:	url('/img/misc/subproductbox/ssl-certificates.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding: 0 9px 0 9px;
}
.subproductbox .domain-names {
	width: 470px;
	height: 3px;
	color: #000000;
	background-color: #845ff9;
	border: 1px solid #282828;
}
.subproductbox .ssl-certificates {
	width: 470px;
	height: 3px;
	color: #000000;
	background-color: #8f8c8c;
	border: 1px solid #282828;
}
.subproductbox .content {
	width: 452px;
	color: #363636;
	background-color: #f5f5f5;
	border-left: 1px solid #282828;
	border-right: 1px solid #282828;
	text-align: left;
	padding: 0 9px 0 9px;
	display: block;
	float: left;
}
.subproductbox .left {
	width: 320px;
	text-align: left;
	vertical-align: top;
	margin: 0 17px 0 0;
	display: block;
	float: left;
}
.subproductbox ul {
	font-size: 12px;
	padding: 6px 5px 0 10px;
	margin: 0 0 0 4px;
	list-style-type: square;
	list-style-position: outside;
}
.subproductbox li {
	line-height: 20px;;
	color: #363636;
	background-color: transparent;
}
.subproductbox .right {
	width: 97px;
	height: 108px;
	color: #ffffff;
	background-color: #282828;
	background-image:	url('/img/misc/subproductbox/price.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 9px 8px 9px;
	margin: 8px 0 2px 0;
	display: block;
	float: right;
}
.subproductbox .price {
	width: 97px;
	text-align: left;
	display: block;
}
.subproductbox .price-from {
	font-size: 12px;
	display: block;
}
.subproductbox .price-pounds {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight: bold;
	position: relative;
	top: -6px;
}
.subproductbox .price-pence {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top:-16px;
}
.subproductbox .price-term {
	font-size: 12px;
	position: relative;
	top: -12px;
}
.subproductbox .buttoncontainer {
	width: 97px;
	height: 31px;
	text-align: center;
	display:block;
}
.subproductbox .buttoncontainer .button {
	width: 59px;
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000000 0.1em 0.1em 0.1em;
	color: #ffffff !important;
	background: #244e94;
	border: 2px solid #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 6px 12px 6px 12px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.subproductbox .buttoncontainer a:link, .subproductbox .buttoncontainer a:visited, .subproductbox .buttoncontainer a:active, .subproductbox .buttoncontainer a:hover {
	text-decoration: none;
	outline: none;
}
.subproductbox .buttoncontainer .button:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #428cc5;
	outline: none;
}
.subproductbox .footer {
	width: 472px;
	height: 7px;
	color: #000000;
	background-color: #f5f5f5;
	background-image:	url('/img/misc/subproductbox/footer.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
.productbox-spacer {
	width: 16px;
	display: block;
	float: left;
}
/**
* END HOMEPAGE PRODUCT BOXES
*/

/**
* Begin Service Comparison CSS
*/
.service-comparison {
	width: 730px;
	margin: 0 5px 0 5px;
}
.service-comparison .spacer {
	width: 210px;
}
.service-comparison .productname {
	height: 60px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #ffffff;
	background-color: #282828;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
.service-comparison .productname .subtext {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fd7904;
	background-color: transparent;
}
.featurespotlight {
	width: 722px;
	height: 40px;
	line-height: 40px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: 100;
	color: #ffffff;
	background-color: #0b3469;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: left;
	vertical-align: middle;
	padding: 0 9px 0 9px;
}
.featurespotlight h2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 100;
	letter-spacing: -0.07em;
	color: #ffffff;
	background-color: transparent;
}
.service-comparison .featurename {
	width: 200px;
	height: 40px;
	font-weight: bold;
	color: #000000;
	background-color: #e5e5e5;
	text-align: left;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
.service-comparison .featureodd {
	height:	40px;
	color: #363636;
	background-color: #e5e5e5;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
.service-comparison .featureeven {
	height:	40px;
	color: #363636;
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
.service-comparison .price {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
.service-comparison .important {
	font-size: 11px;
	font-weight: normal;
	color: #363636;
	background-color: transparent;
}
.service-comparison .saving {
	font-size: 10px;
	font-weight: normal;
	color: #363636;
	background-color: transparent;
}
.service-comparison .button {
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	vertical-align: middle;
}
.service-comparison .button a:link, .service-comparison.button a:active, .service-comparison .button a:visited {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #990000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	overflow: hidden;
	outline: none;
}
.service-comparison .button a:hover {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #E90000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	overflow: hidden;
	outline: none;
}
/**
* End Service Comparison CSS
*/

/**
* BEING PRODUCT COMPARISON TABLES
*/
#web-hosting-comparison {
	width: 740px;
}
#web-hosting-comparison .spacer {
	width: 220px;
	text-align: center;
	vertical-align: middle;
}
#web-hosting-comparison .product {
	width: 117px;
	height: 40px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/comparison/web-hosting-header.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#web-hosting-comparison .feature {
	width: 210px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #363636;
	background-color: #e5e5e5;
	background-image: url('/img/misc/comparison/feature-background.png');
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#web-hosting-comparison .bullet {
	width: 16px;
	height: 16px;
	background-image: url('/img/icons/help.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 7px 4px 7px 4px;
	display: block;
	float: left;
	cursor: help;
}
#web-hosting-comparison .product-feature {
	height:	30px;
	color: #363636;
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#web-hosting-comparison .term {
	height: 50px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/comparison/pricing-background.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#web-hosting-comparison .price {
	height: 50px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	background-color: #626262;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#web-hosting-comparison .important {
	font-size: 11px;
	font-weight: normal;
	color: #fd7904;
	background-color: transparent;
}
#web-hosting-comparison .button {
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	vertical-align: middle;
}
#web-hosting-comparison .button a:link, #web-hosting-comparison .button a:active, #web-hosting-comparison .button a:visited {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #990000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	overflow: hidden;
	outline: none;
}
#web-hosting-comparison .button a:hover {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #E90000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	overflow: hidden;
	outline: none;
}
#reseller-hosting-comparison {
	width: 740px;
}
#reseller-hosting-comparison .spacer {
	width: 220px;
	text-align: center;
	vertical-align: middle;
}
#reseller-hosting-comparison .product {
	width: 160px;
	height: 40px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/comparison/reseller-hosting-header.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#reseller-hosting-comparison .feature {
	width: 210px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #363636;
	background-color: #e5e5e5;
	background-image: url('/img/misc/comparison/feature-background.png');
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#reseller-hosting-comparison .bullet {
	width: 16px;
	height: 16px;
	background-image: url('/img/icons/help.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 7px 4px 7px 4px;
	display: block;
	float: left;
	cursor: help;
}
#reseller-hosting-comparison .product-feature {
	height:	30px;
	color: #363636;
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#reseller-hosting-comparison .term {
	height: 50px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/comparison/pricing-background.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#reseller-hosting-comparison .price {
	height: 50px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	background-color: #626262;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#reseller-hosting-comparison .important {
	font-size: 11px;
	font-weight: normal;
	color: #fd7904;
	background-color: transparent;
}
#reseller-hosting-comparison .button {
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	vertical-align: middle;
}
#reseller-hosting-comparison .button a:link, #reseller-hosting-comparison .button a:active, #reseller-hosting-comparison .button a:visited {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #990000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	overflow: hidden;
	outline: none;
}
#reseller-hosting-comparison .button a:hover {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #E90000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	overflow: hidden;
	outline: none;
}
#standard-vps-hosting-comparison {
	width: 740px;
}
#standard-vps-hosting-comparison .spacer {
	width: 220px;
	text-align: center;
	vertical-align: middle;
}
#standard-vps-hosting-comparison .product {
	width: 117px;
	height: 40px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/comparison/standard-vps-hosting-header.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#standard-vps-hosting-comparison .feature {
	width: 210px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #363636;
	background-color: #e5e5e5;
	background-image: url('/img/misc/comparison/feature-background.png');
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#standard-vps-hosting-comparison .bullet {
	width: 16px;
	height: 16px;
	background-image: url('/img/icons/help.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 7px 4px 7px 4px;
	display: block;
	float: left;
	cursor: help;
}
#standard-vps-hosting-comparison .product-feature {
	height:	30px;
	color: #363636;
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#standard-vps-hosting-comparison .term {
	height: 50px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/comparison/pricing-background.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#standard-vps-hosting-comparison .price {
	height: 50px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	background-color: #626262;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#standard-vps-hosting-comparison .important {
	font-size: 11px;
	font-weight: normal;
	color: #fd7904;
	background-color: transparent;
}
#standard-vps-hosting-comparison .button {
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	vertical-align: middle;
}
#standard-vps-hosting-comparison .button a:link, #standard-vps-hosting-comparison .button a:active, #standard-vps-hosting-comparison .button a:visited {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #990000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	overflow: hidden;
	outline: none;
}
#standard-vps-hosting-comparison .button a:hover {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #E90000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	overflow: hidden;
	outline: none;
}
#managed-vps-hosting-comparison {
	width: 740px;
}
#managed-vps-hosting-comparison .spacer {
	width: 220px;
	text-align: center;
	vertical-align: middle;
}
#managed-vps-hosting-comparison .product {
	width: 160px;
	height: 40px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/comparison/managed-vps-hosting-header.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#managed-vps-hosting-comparison .feature {
	width: 210px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #363636;
	background-color: #e5e5e5;
	background-image: url('/img/misc/comparison/feature-background.png');
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#managed-vps-hosting-comparison .bullet {
	width: 16px;
	height: 16px;
	background-image: url('/img/icons/help.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 7px 4px 7px 4px;
	display: block;
	float: left;
	cursor: help;
}
#managed-vps-hosting-comparison .product-feature {
	height:	30px;
	color: #363636;
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#managed-vps-hosting-comparison .term {
	height: 50px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/comparison/pricing-background.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#managed-vps-hosting-comparison .price {
	height: 50px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	background-color: #626262;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#managed-vps-hosting-comparison .important {
	font-size: 11px;
	font-weight: normal;
	color: #fd7904;
	background-color: transparent;
}
#managed-vps-hosting-comparison .button {
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	vertical-align: middle;
}
#managed-vps-hosting-comparison .button a:link, #managed-vps-hosting-comparison .button a:active, #managed-vps-hosting-comparison .button a:visited {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #990000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	overflow: hidden;
	outline: none;
}
#managed-vps-hosting-comparison .button a:hover {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #E90000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	overflow: hidden;
	outline: none;
}
#managed-server-comparison {
	width: 740px;
}
#managed-server-comparison .spacer {
	width: 220px;
	text-align: center;
	vertical-align: middle;
}
#managed-server-comparison .product {
	width: 160px;
	height: 40px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/comparison/managed-server-header.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#managed-server-comparison .feature {
	width: 210px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #363636;
	background-color: #e5e5e5;
	background-image: url('/img/misc/comparison/feature-background.png');
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#managed-server-comparison .bullet {
	width: 16px;
	height: 16px;
	background-image: url('/img/icons/help.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 7px 4px 7px 4px;
	display: block;
	float: left;
	cursor: help;
}
#managed-server-comparison .product-feature {
	height:	30px;
	color: #363636;
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#managed-server-comparison .term {
	height: 50px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/comparison/pricing-background.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#managed-server-comparison .price {
	height: 50px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	background-color: #626262;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#managed-server-comparison .important {
	font-size: 11px;
	font-weight: normal;
	color: #fd7904;
	background-color: transparent;
}
#managed-server-comparison .button {
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	vertical-align: middle;
}
#managed-server-comparison .button a:link, #managed-server-comparison .button a:active, #managed-server-comparison .button a:visited {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #990000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	overflow: hidden;
	outline: none;
}
#managed-server-comparison .button a:hover {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #E90000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	overflow: hidden;
	outline: none;
}
#domain-name-comparison {
	width: 740px;
}
#domain-name-comparison .spacer {
	width: 128px;
}
#domain-name-comparison .title {
	width: 140px;
	height: 40px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/comparison/domain-name-title.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align:middle;
	padding: 0 5px 0 5px;
}
#domain-name-comparison .tld	{
	width: 114px;
	height: 30px;
	font-weight: bold;
	color: #363636;
	background-color: #e5e5e5;
	background-image: url('/img/misc/comparison/domain-name-tld.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding: 0 7px 0 7px;
}
#domain-name-comparison .period {
	width: 140px;
	height: 30px;
	color: #363636;
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#domain-name-comparison .price {
	width: 140px;
	height: 30px;
	color: #363636;
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#ssl-certificate-comparison {
	width: 740px;
}
#ssl-certificate-comparison .spacer {
	width: 220px;
	text-align: center;
	vertical-align: middle;
}
#ssl-certificate-comparison .product {
	width: 117px;
	height: 40px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/comparison/ssl-certificates-header.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#ssl-certificate-comparison .feature {
	width: 192px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #363636;
	background-color: #e5e5e5;
	background-image: url('/img/misc/comparison/feature-background.png');
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
}
#ssl-certificate-comparison .bullet {
	width: 16px;
	height: 16px;
	color: #000000;
	background-color: transparent;
	background-image: url('/img/icons/help.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 7px 4px 7px 4px;
	display: block;
	float: left;
	cursor: help;
}
#ssl-certificate-comparison .product-feature {
	height:	30px;
	color: #363636;
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#ssl-certificate-comparison .term {
	height: 50px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/comparison/pricing-background.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#ssl-certificate-comparison .price {
	height: 50px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	background-color: #626262;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px 0 5px;
}
#ssl-certificate-comparison .important {
	font-size: 11px;
	font-weight: normal;
	color: #ff9900;
	background-color: transparent;
}
#ssl-certificate-comparison .saving {
	font-size: 10px;
	font-weight: normal;
	color: #ebd809;
	background-color: transparent;
	clear: both;
}
#ssl-certificate-comparison .button {
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	vertical-align: middle;
}
#ssl-certificate-comparison .button a:link, #ssl-certificate-comparison .button a:active, #ssl-certificate-comparison .button a:visited {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #990000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	overflow: hidden;
	outline: none;
}
#ssl-certificate-comparison .button a:hover {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #ffffff;
	background-color: #E90000;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	overflow: hidden;
	outline: none;
}
/**
* END PRODUCT COMPARISON
*/

/**
* BEGIN FEATURES
*/
.spotlight {
	width: 740px;
	height: 80px;
	margin: 5px 0 10px 0;
}
.features {
	width: 365px;
}
.features .header {
	width: 347px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('/img/misc/features-header.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	padding: 0 9px 0 9px;
}
.features .feature {
	width: 355px;
	height: 26px;
	line-height: 26px;
	color: #363636;
	background-color: #f5f5f5;
	background-image: url('/img/misc/features-background.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding: 0 5px 0 5px;
	margin: 5px 0 5px 0;
}
.features .help {
	width: 16px;
	height: 16px;
	background-image: url('/img/icons/help.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 4px 5px 4px;
	display: block;
	float: left;
	cursor: help;
}
.features .info {
	width: 16px;
	height: 16px;
	background-image: url('/img/icons/information.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 4px 5px 4px;
	display: block;
	float: left;
}
.features .bullet {
	width: 16px;
	height: 16px;
	background-image: url('/img/icons/bullet.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 4px 5px 4px;
	display: block;
	float: left;
}
/**
* END FEATURES
*/

/**
* BEGIN VPS FEATURE TABLE
*/
table.vps-features {
	width: 740px;
}
table.vps-features .icon {
	width: 120px;
	text-align: center;
	vertical-align: middle;
}
table.vps-features .description {
	width: 620px;
	text-align: left;
	vertical-align: middle;
}
/**
* END VPS FEATURE TABLE
*/

/**
* BEGIN DOMAIN CHECKER
*/
table.domainchecker {
	width: 740px;
	color: #363636;
	background-color: #e5e5e5;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 4px #dedede;
}
table.domainchecker td.domaininput {
	height: 26px;
	width: 646px;
	text-align: left;
	vertical-align: middle;
	padding: 6px;
}
table.domainchecker input[type=text] {
	width: 510px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 4px;
}
table.domainchecker input[type=text]:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
table.domainchecker select {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 3px;
}
table.domainchecker select:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
table.domainchecker td.button {
	height: 26px;
	width: 70px;
	text-align: right;
	vertical-align: middle;
	padding: 6px;
}
/**
* END DOMAIN CHECKER
*/

/**
* BEGIN TESTIMONIALS
*/
.testimonial {
	width: 696px;
	color: #363636;
	background-color: #f5f5f5;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 4px #dedede;
	padding: 10px 16px 10px 16px;
	margin: 0 5px 0 5px;	
}
.testimonial blockquote {
	margin: 0 40px 0 40px;
}
.testimonial .bqstart {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 700%;
	color: #cfcfcf;
	background-color: transparent;
	margin-top: -20px;
	margin-left: -10px;
	float: left;
 }
 .testimonial .bqend {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 700%;
	color: #cfcfcf;
	background-color: transparent;
	margin-top: -40px;
	margin-right: -10px;
	float: right;
 }
/**
* END TESTIMONIALS
*/

/**
* BEGIN CONTACT US
*/
.contact-small {
	width: 360px;
	color: #363636;
	background-color: #f5f5f5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cfcfcf;
	box-shadow: 0px 0px 4px #dedede;
	padding: 6px 10px 6px 10px;
	margin: 5px;
	float: left;
}
.contact-small .icon {
	width: 58px;
	text-align: center;
	vertical-align: middle;
	padding: 0 6px 0 0;
}
.contact-small .title {
	width: 268px;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 6px;
}
.contact-small .title h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 100;
	letter-spacing: -0.07em;
	color: #0b3469;
	background-color: transparent;
}
.contact-small .description {
	width: 268px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 6px;
}
.contact-large {
	width: 730px;
	color: #363636;
	background-color: #f5f5f5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cfcfcf;
	box-shadow: 0px 0px 4px #dedede;
	padding: 6px 10px 6px 10px;
	margin: 5px;
	float: left;
}
.contact-large .icon {
	width: 58px;
	text-align: center;
	vertical-align: middle;
	padding: 0 6px 0 0;
}
.contact-large .title {
	width: 638px;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 6px;
}
.contact-large .title h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 100;
	letter-spacing: -0.07em;
	color: #0b3469;
	background-color: transparent;
}
.contact-large .description {
	width: 638px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 6px;
}
/**
* END CONTACT US
*/

/**
* BEGIN DATACENTRE GALLERY
*/
table.dcgallery {
	width: 740px;
}
table.dcgallery .image {
	width: 182px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}
table.dcgallery .hspace {
	width: 740px;
	height: 4px;
	text-align: center;
	vertical-align: middle;
}
table.dcgallery .vspace {
	width: 4px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}
/**
* BEGIN DATACENTRE GALLERY
*/

/**
* BEGIN PEERING PROVIDERS
*/
table.peering {
	width: 580px;
	margin: 0 auto;
}
table.peering .image {
	width: 180px;
	height: 59px;
	text-align: center;
	vertical-align: middle;
}
table.peering .hspace {
	width: 600px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
table.peering .vspace {
	width: 20px;
	height: 59px;
	text-align: center;
	vertical-align: middle;
}
/**
* END PEERING PROVIDERS
*/

/**
* BEGIN CPANEL THEMES GALLERY
*/
table.cpgallery {
	width: 580px;
	margin: 0 auto;
}
table.cpgallery .image {
	width: 180px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}
table.cpgallery .hspace {
	width: 600px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
table.cpgallery .vspace {
	width: 20px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}
/**
* END CPANEL THEMES GALLERY
*/

/**
* BEGIN WHM SCREENSHOTS GALLERY
*/
table.whmgallery {
	width: 580px;
	margin: 0 auto;
}
table.whmgallery .image {
	width: 180px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}
table.whmgallery .hspace {
	width: 600px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
table.whmgallery .vspace {
	width: 20px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}
/**
* END WHM SCREENSHOTS GALLERY
*/

/**
* BEGIN SITEMAP
*/
.sitemap ul {
	list-style-type: square;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
.sitemap li {
	line-height: 18px;
	color: #990000;
	background-color: transparent;
}
/**
* END SITEMAP
*/

/**
* Begin Form CSS
*/
input[type=text] {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 4px;
}
input[type=text]:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=email] {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 4px;
}
input[type=email]:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=password] {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 4px;
}
input[type=password]:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file] {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 4px;
}
input[type=file]:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
select {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 3px;
}
select:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	resize: vertical;
	padding: 4px;
}
textarea:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=checkbox], input[type=radio] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 0;
	margin-top: 0;
	/* IE6-7 */
	line-height: normal;
	border: none;
}
input[type=checkbox]:focus, input[type=radio]:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=submit] {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
input[type=reset] {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
input[type=button] {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
/**
* End Form CSS
*/

/**
* Begin Table Header CSS
*/
table.header {
	width: 740px;
	color: #ffffff;
	background-color: #0b3469;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
}
table.header tr {
	height: 26px;
}
table.header th {
	line-height: 16px;
	color: #ffffff;
	background-color: transparent;
	padding: 6px;
}
table.header th a:link, table.header th a:visited, table.header th a:active {
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
	outline: none;
}
table.header th a:hover {
	text-decoration: none;
	color: #fd7904;
	background-color: transparent;
	outline: none;
}
/**
* End Table Header CSS
*/

/**
* BEGIN DATA TABLE
*/
table.data {
	width: 740px;
	color: #363636;
	background-color: #cfcfcf;
}
table.data tr {
	height: 36px;
	color: #363636;
	background-color: #f5f5f5;
}
table.data tr.active {
	height: 26px;
	color: #363636;
	background-color: #f5f5f5;
}
table.data tr.pending {
	height: 36px;
	color: #363636;
	background-color: #ffffe2;
}
table.data tr.suspended {
	height: 36px;
	color: #363636;
	background-color: #f8e6c8;
}
table.data tr.terminated {
	height: 36px;
	color: #363636;
	background-color: #ffe1e1;
	padding: 6px;
}
table.data tr.link {
	height: 36px;
	color: #363636;
	background-color: #f5f5f5;
	cursor: pointer;
}
table.data tr.link:hover {
	height: 36px;
	color: #363636;
	background-color: #f9fde9;
	cursor: pointer;
}
table.data td {
	padding: 6px;
}
table.data td.norecord {
	width: 726px;
	color: #363636;
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
}
table.data ul {
	list-style-type: square;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	float: left;
}
table.data li {
	line-height: 18px;
	color: #990000;
	background-color: transparent;
}
table.data li .text {
	color: #363636;
	background-color: transparent;
}
/**
* END DATA TABLE
*/

/**
* BEGIN GENERAL TABLE
*/
table.general {
	width: 740px;
	color: #363636;
	background-color: #cfcfcf;
}
table.general tr {
	height: 36px;
}
table.general th {
	color: #363636;
	background-color: #e5e5e5;
	padding: 6px;
}
table.general td {
	color: #363636;
	background-color: #f5f5f5;
	padding: 6px;
}
table.general tr.hiddenns {
    display: none;
}
/**
* END GENERAL TABLE
*/

/**
* BEGIN SERVICE/DOMAIN FILTER
*/
table.filter {
	width: 370px;
	color: #363636;
	background-color: #e5e5e5;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
table.filter td.filterinput {
	height: 26px;
	width: 274px;
	text-align: left;
	vertical-align: middle;
	padding: 6px;
}
table.filter input[type=text] {
	width: 262px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	padding: 4px;
}
table.filter input[type=text]:focus {
	outline: none;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
table.filter td.button {
	height: 26px;
	width: 70px;
	text-align: right;
	vertical-align: middle;
	padding: 6px;
}
/**
* END SERVICE/DOMAIN FILTER
*/

/**
* BEGIN SERVICE STATUS KEY
*/
table.status {
	padding: 0;
	margin: 0 auto;
}
table.status .active {
	width: 12px;
	height: 12px;
	color: #363636;
	background-color: #f5f5f5;
	border: 1px solid #cfcfcf;
}
table.status .pending {
	width: 12px;
	height: 12px;
	color: #363636;
	background-color: #ffffe2;
	border: 1px solid #cfcfcf;
}
table.status .pendingtransfer {
	width: 12px;
	height: 12px;
	color: #363636;
	background-color: #e9ffd2;
	border: 1px solid #cfcfcf;
}
table.status .suspended {
	width: 12px;
	height: 12px;
	color: #363636;
	background-color: #f8e6c8;
	border: 1px solid #cfcfcf;
}
table.status .terminated {
	width: 12px;
	height: 12px;
	color: #363636;
	background-color: #ffe1e1;
	border: 1px solid #cfcfcf;
}
table.status .expired {
	width: 12px;
	height: 12px;
	color: #363636;
	background-color: #ffe1e1;
	border: 1px solid #cfcfcf;
}
table.status .cancelled {
	width: 12px;
	height: 12px;
	color: #363636;
	background-color: #f5f5f5;
	border: 1px solid #cfcfcf;
}
/**
* END SERVICE STATUS KEY
*/

/**
* BEGIN BUTTON TABLE
*/
table.buttons {
	width: 740px;
	color: #ffffff;
	background-color: #282828;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
table.buttons td.spacer {
	width: 100%;
}
table.buttons td.left {
	text-align: left;
	vertical-align: middle;
}
table.buttons td.right {
	text-align: right;
	vertical-align: middle;
}
/**
* END BUTTON TABLE
*/

/**
* END PAGINATION TABLE
*/
table.pagination {
	width: 740px;
}
table.pagination td {
	width: 370px;
}
/**
* END PAGINATION TABLE
*/

/**
* BEGIN GENERAL WIDGETS
*/
table.widgetH {
	width: 360px;
	height: 134px;
	color: #363636;
	background-color: #f5f5f5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cfcfcf;
	box-shadow: 0px 0px 4px #dedede;
	padding: 6px 10px 6px 10px;
	margin: 5px;
	float: left;
	cursor: pointer;
}
table.widgetH .icon {
	width: 58px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	padding: 0 6px 0 0;
}
table.widgetH .title {
	width: 268px;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 6px;
}
table.widgetH .title h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 100;
	letter-spacing: -0.07em;
	color: #0b3469;
	background-color: transparent;
}
table.widgetH .description {
	width: 268px;
	height: 96px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 6px;
}
.widgetF {
	width: 730px;
	height: 101px;
	color: #363636;
	background-color: #f5f5f5;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0px 0px 4px #dedede;
	-moz-box-shadow: 0px 0px 4px #dedede;
	-webkit-box-shadow: 0px 0px 4px #dedede;
	padding: 6px 10px 6px 10px;
	margin: 5px;
	float: left;
}
.widgetF .icon {
	width: 58px;
	height: 87px;
	text-align: center;
	vertical-align: middle;
	padding: 0 6px 0 0;
}
.widgetF .title {
	width: 638px;
	height: 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 6px;
}
.widgetF .description {
	width: 638px;
	height: 72px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 6px;
}
/**
* END GENERAL WIDGETS
*/

/**
* Being Support Centre / Customer Portal CSS
*/

/**
* Begin Search Box CSS
*/
.searchbox {
	width: 740px;
	color: #363636;
	background-color: #e5e5e5;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0px 0px 4px #dedede;
	-moz-box-shadow: 0px 0px 4px #dedede;
	-webkit-box-shadow: 0px 0px 4px #dedede;
}
.searchboxinput {
	height: 26px;
	width: 640px;
	vertical-align: middle;
	padding: 6px;
}
.searchboxinput input[type=text] {
	width: 98%;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	padding: 4px;
}
.searchboxinput input[type=text]:focus {
	outline: none;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
.searchboxbutton {
	height: 26px;
	width: 76px;
	vertical-align: middle;
	padding: 6px;
}
/**
* End Search Box CSS
*/

/**
* Begin Widget CSS
*/
.widget {
	width: 360px;
	height: 101px;
	color: #363636;
	background-color: #f5f5f5;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0px 0px 4px #dedede;
	-moz-box-shadow: 0px 0px 4px #dedede;
	-webkit-box-shadow: 0px 0px 4px #dedede;
	padding: 6px 10px 6px 10px;
	margin: 5px;
	float: left;
}
.widget .icon {
	width: 58px;
	height: 87px;
	text-align: center;
	vertical-align: middle;
	padding: 0 6px 0 0;
}
.widget .title {
	width: 268px;
	height: 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 6px;
}
.widget .description {
	width: 268px;
	height: 72px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 6px;
}
/**
* End Widget CSS
*/

/**
* Begin IP Widget CSS
*/
div.yourip {
	width: 740px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 100;
	letter-spacing: -0.07em;
	color: #ffffff;
	background-color: #06143c;
	border: 1px solid #06143c;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0px 0px 4px #dedede;
	-moz-box-shadow: 0px 0px 4px #dedede;
	-webkit-box-shadow: 0px 0px 4px #dedede;
	text-align: center;
	vertical-align: middle;
	padding: 6px 0 6px 0;
}
/**
* End IP Widget CSS
*/

/**
* Begin Twitter Feed CSS
*/
#twitterfeed .tweetcontainer {
	background-image: url('/img/icons/twitter.png');
	background-position: 2px 5px;
	background-repeat: no-repeat;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px dotted #cfcfcf;
	text-align: left;
	vertical-align: middle;
	padding: 6px 6px 6px 22px;
	margin: 4px 5px 4px 5px;
}
#twitterfeed .tweettext {
	color: #525252;
	background-color: transparent;
}
#twitterfeed .tweetdate {
	font-size: 11px;
	color: #989898;
	background-color: transparent;
}
#twitterfeed p {
	text-align: center;
}
/**
* End Twitter Feed CSS
*/

/**
* Begin Customer Portal Login CSS
*/
table.login {
	width: 370px;
	color: #363636;
	background-color: #f5f5f5;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0px 0px 4px #dedede;
	-moz-box-shadow: 0px 0px 4px #dedede;
	-webkit-box-shadow: 0px 0px 4px #dedede;
	margin: 0 auto;
}
table.login tr {
	height: 36px;
}
table.login th {
	padding: 6px;
}
table.login td {
	padding: 6px;
}
/**
* End Customer Portal Login
*/

/**
* BEGIN SERVICE STATUS
*/
table.service-status {
	width: 730px;
	height: 106px;
	color: #363636;
	background-color: #f5f5f5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cfcfcf;
	box-shadow: 0px 0px 4px #dedede;
	padding: 6px 10px 6px 10px;
	margin: 5px;
	float: left;
}
table.service-status-affected {
	width: 730px;
	height: 106px;
	color: #363636;
	background-color: #fff4d3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cfcfcf;
	box-shadow: 0px 0px 4px #dedede;
	padding: 6px 10px 6px 10px;
	margin: 5px;
	float: left;
}
table.service-status .title, table.service-status-affected .title {
	width: 716px;
	height: 24px;
	text-align: left;
	vertical-align: middle;
}
table.service-status .title h3, table.service-status-affected .title h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 100;
	letter-spacing: -0.07em;
	color: #0b3469;
	background-color: transparent;
	float: left;
}
table.service-status .rss, table.service-status-affected .rss {
	float: right;
}
table.service-status th.label, table.service-status-affected th.label {
	width: 100px;
	text-align: left;
	vertical-align: middle;
	padding: 6px;
}
table.service-status td.field, table.service-status-affected td.field {
	width: 592px;
	text-align: left;
	vertical-align: middle;
	padding: 6px;
}
table.service-status .description, table.service-status-affected .description {
	width: 704px;
	text-align: left;
	vertical-align: top;
	padding: 6px;
}
/**
* END SERVICE STATUS
*/

/**
* BEGIN KNOWLEDGEBASE/TUTORIAL CATEGORIES WIDGETS
*/
table.widgetC {
	width: 360px;
	height: 78px;
	color: #363636;
	background-color: #f5f5f5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cfcfcf;
	box-shadow: 0px 0px 4px #dedede;
	padding: 6px 10px 6px 10px;
	margin: 5px;
	float: left;
	cursor: pointer;
}
table.widgetC:focus {
	outline: none;
	background-color: #eeeeee;
}
table.widgetC:hover {
	background-color: #f9fde9;
	border-color: #b7d4ae;
}
table.widgetC .title {
	width: 338px;
	height: 24px;
	text-align: left;
	vertical-align: middle;
}
table.widgetC .title h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 100;
	letter-spacing: -0.07em;
	color: #0b3469;
	background-color: transparent;
}
table.widgetC .description {
	width: 338px;
	height: 40px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
}
/**
* END KNOWLEDGEBASE/TUTORIAL CATEGORIES WIDGETS
*/

/**
* BEGIN KNOWLEDGEBASE/TUTORIAL ARTICLE LIST
*/
.kbarticlecontainer {
	background: url('/img/icons/kbsmall.gif') no-repeat 2px 5px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px dotted #cfcfcf;
	text-align: left;
	vertical-align: middle;
	padding: 6px 6px 6px 22px;
	margin: 4px 5px 4px 5px;
}
.kbarticletitle {
	font-weight: bold;
}
.kbarticletext {
	color: #363636;
	background-color: transparent;
}
/**
* END KNOWLEDGEBASE/TUTORIAL ARTICLE LIST
*/

/**
* BEGIN DOWNLOAD LIST
*/
.dlcontainer {
	background: url('/img/icons/dlsmall.gif') no-repeat 2px 5px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px dotted #cfcfcf;
	text-align: left;
	vertical-align: middle;
	padding: 6px 6px 6px 22px;
	margin: 4px 5px 4px 5px;
}
.dltitle {
	font-weight: bold;
}
.dltext {
	color: #363636;
	background-color: transparent;
}
/**
* END DOWNLOAD LIST
*/

/**
* BEGIN KNOWLEDGEBASE/TUTORIAL ARTICLE
*/
.kbinfo {
	font-size: 11px;
	color: gray;
	padding: 2px 0 14px 0;
}
table.kbraiting {
	width: 740px;
	color: #363636;
	background-color: #e5e5e5;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 4px #dedede;
	margin: 10px 0 0 0;
}
table.kbraiting tr {
	height: 28px;
}
/**
* END KNOWLEDGEBASE/TUTORIAL ARTICLE
*/

/**
* BEGIN ORDER STEPS
*/
.stepscontainer {
    width: 740px;
	height: 35px;
    font-size: 11px;
    background-image: url('/img/misc/order/stepsbg.png');
    border: 1px solid #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
}
.stepscontainer .arrow {
    width: 32px;
    height: 35px;
    background-image: url('/img/misc/order/stepsarrow.png');
    float: left;
}
.stepscontainer .arrowactiveleft {
    width: 32px;
    height: 35px;
    background-image: url('/img/misc/order/stepsarrowactiveleft.png');
    float: left;
}
.stepscontainer .arrowactiveright {
    width: 32px;
    height: 35px;
    background-image: url('/img/misc/order/stepsarrowactiveright.png');
    float: left;
}
.stepscontainer .stepactive {
    width: 161px;
	height: 35px;
    color: #ffffff;
	background-color: transparent;
    background-image: url('/img/misc/order/activestep.png');
	vertical-align: middle;
    text-align: center;
    float: left;
}
.stepscontainer .stepactiveleft {
    width: 161px;
	height: 35px;
    color: #ffffff;
	background-color: transparent;
    background-image: url('/img/misc/order/activestep.png');
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-o-border-top-left-radius: 6px;
	-o-border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	vertical-align: middle;
    text-align: center;
    float: left;
}
.stepscontainer .stepactiveright {
    width: 161px;
	height: 35px;
    color: #ffffff;
	background-color: transparent;
    background-image: url('/img/misc/order/activestep.png');
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-o-border-top-right-radius: 6px;
	-o-border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
    text-align: center;
	vertical-align: middle;
    float: left;
}
.stepscontainer .step {
    width: 161px;
	height: 35px;
    color: #000000;
    background-color: transparent;
    text-align: center;
	vertical-align: middle;
    float: left;
}
.stepscontainer .title {
    font-size: 14px;
    font-weight: bold;
}
/**
* END ORDER STEPS
*/

/**
* BEGIN DOMAIN REGISTRATION/TRANSFER
*/
table.domainreginput {
	width: 672px;
	color: #363636;
	background-color: #e5e5e5;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 4px #dedede;
	margin: 10px 0 0 0;
}
table.domainreginput td.domaininput {
	height: 26px;
	width: 578px;
	text-align: left;
	vertical-align: middle;
	padding: 6px;
}
table.domainreginput input[type=text] {
	width: 442px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	padding: 4px;
}
table.domainreginput input[type=text]:focus {
	outline: none;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
table.domainreginput select {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 3px;
}
table.domainreginput select:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
table.domainreginput td.button {
	height: 26px;
	width: 70px;
	text-align: right;
	vertical-align: middle;
	padding: 6px;
}
.domainavailable {
    font-size: 16px;
    font-weight: bold;
    color: #009900;
	background-color: transparent;
    text-align: center;
    margin-top: 25px;
}
.domainunavailable {
    font-size: 16px;
    font-weight: bold;
    color: #990000;
	background-color: transparent;
    text-align: center;
    margin-top: 25px;
}
.domaininvalid {
    font-size: 16px;
    font-weight: bold;
    color: #990000;
	background-color: transparent;
    text-align: center;
    margin-top: 25px;
}
/**
* END DOMAIN REGISTRATION/TRANSFER
*/

/**
* BEING CHOOSE PACKAGE
*/
table.choose-package {
	width: 730px;
	color: #363636;
	background-color: #f5f5f5;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 4px #dedede;
	padding: 6px;
	margin: 5px;
	float: left;
}
table.choose-package .description {
	width: 424px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 0 6px 0 6px;
}
table.choose-package .description ul {
	list-style-type: square;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	float: left;
}
table.choose-package .description li {
	color: #990000;
	background-color: transparent;
}
table.choose-package  .description li .text {
	color: #363636;
	background-color: transparent;
}
table.choose-package .pricing {
	width: 147px;
	text-align: right;
	vertical-align: bottom;
	padding: 0 6px 0 6px;
}
table.choose-package .pricing ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
}
table.choose-package .pricing li {
	font-weight: bold;
	color: #0b3469;
	background-color: transparent;
}
table.choose-package .stock {
	width: 108px;
	line-height: 18px;
	font-weight: bold;
	border-left: 1px dotted #cfcfcf;
	text-align: center;
	vertical-align: middle;
	padding: 0 6px 0 6px;
}
table.choose-package .button {
	width: 108px;
	border-left: 1px dotted #cfcfcf;
	text-align: right;
	vertical-align: bottom;
	padding: 0 6px 0 6px;
}
/**
* END CHOOSE PACKAGE
*/

/**
* BEING CHOOSE DOMAIN
*/
table.choose-domain {
	width: 730px;
	color: #363636;
	background-color: #f5f5f5;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 4px #dedede;
	padding: 6px;
	margin: 5px;
	float: left;
}
table.choose-domain .domainoptions {
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align:middle;
	padding: 0 6px 0 6px;
}
table.choose-domain .title {
	width: 672px;
	text-align: left;
	vertical-align: middle;
	padding: 0 6px 0 6px;
}
table.choose-domain .spacer {
	width: 20px;
	text-align: center;
	vertical-align: top;
	padding: 0 6px 0 6px;
}
table.choose-domain .description {
	width: 672px;
	text-align: left;
	vertical-align: top;
	padding: 0 6px 0 6px;
}
/**
* END CHOOSE DOMAIN
*/

/**
* BEING CHOOSE ADDONS
*/
table.choose-addons {
	width: 730px;
	color: #363636;
	background-color: #f5f5f5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cfcfcf;
	box-shadow: 0px 0px 4px #dedede;
	padding: 6px;
	margin: 5px;
	float: left;
}
table.choose-addons td.description {
	width: 424px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	padding: 0 6px 0 6px;
}
table.choose-addons td.service {
	width: 424px;
	height: 26px;
	text-align: right;
	vertical-align: middle;
	padding: 6px 6px 0 6px;
}
table.choose-addons td.pricing {
	width: 147px;
	text-align: right;
	vertical-align: bottom;
	padding: 0 6px 0 6px;
}
table.choose-addons td.pricing ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
}
table.choose-addons td.pricing li {
	font-weight: bold;
	color: #0b3469;
	background-color: transparent;
}
table.choose-addons td.button {
	width: 108px;
	border-left: 1px dotted #cfcfcf;
	text-align: center;
	vertical-align: bottom;
	padding: 0 6px 0 6px;
}
/**
* END CHOOSE ADDONS
*/

/**
* BEING UPGRADE PACKAGE
*/
table.upgrade-package {
	width: 730px;
	color: #363636;
	background-color: #f5f5f5;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 4px #dedede;
	padding: 6px;
	margin: 5px;
	float: left;
}
table.upgrade-package .description {
	width: 424px;
	line-height: 18px;
	padding: 0 6px 0 6px;
	text-align: left;
	vertical-align: top;
}
table.upgrade-package .description ul {
	list-style-type: square;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	float: left;
}
table.upgrade-package .description li {
	color: #990000;
	background-color: transparent;
}
table.upgrade-package .description li .text {
	color: #363636;
	background-color: transparent;
}
table.upgrade-package .pricing {
	width: 147px;
	padding: 0 6px 0 6px;
	text-align: right;
	vertical-align: bottom;
}
table.upgrade-package .pricing ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
}
table.upgrade-package .pricing li {
	font-weight: bold;
	color: #0b3469;
	background-color: transparent;
}
table.upgrade-package .button {
	width: 108px;
	border-left: 1px dotted #cfcfcf;
	padding: 0 6px 0 6px;
	text-align: right;
	vertical-align: bottom;
}
/**
* END UPGRADE PACKAGE
*/

/**
* BEING CHECKOUT & REVIEW
*/
table.summary {
	width: 740px;
	color: #363636;
	background-color: #cfcfcf;
}
table.summary tr {
	height: 36px;
}
table.summary th.item {
	width: 726px;
	color: #363636;
	background-color: #e5e5e5;
	text-align: left;
	vertical-align: middle;
	padding: 6px;
}
table.summary th.description {
	width: 565px;
	color: #363636;
	background-color: #e5e5e5;
	text-align: left;
	vertical-align: middle;
	padding: 6px;
}
table.summary th.amount {
	width: 148px;
	color: #363636;
	background-color: #e5e5e5;
	text-align: left;
	vertical-align: middle;
	padding: 6px;
}
table.summary th.total {
	width: 565px;
	color: #363636;
	background-color: #e5e5e5;
	text-align: right;
	vertical-align: middle;
	padding: 6px;
}
table.summary td.description {
	width: 565px;
	color: #363636;
	background-color: #f5f5f5;
	text-align: left;
	vertical-align: top;
	padding: 6px;
}
table.summary td.amount {
	width: 148px;
	height: 36px;
	color: #363636;
	background-color: #f5f5f5;
	text-align: right;
	vertical-align: top;
	padding: 6px;
}
table.summary td.empty {
	width: 738px;
	color: #363636;
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
}
table.summary td.total {
	width: 148px;
	color: #363636;
	background-color: #f5f5f5;
	text-align: right;
	vertical-align: middle;
	padding: 6px;
}
table.summary td.description ul {
	list-style-type: square;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	float: left;
}
table.summary td.description li {
	color: #990000;
	background-color: transparent;
}
table.summary td.description li .text {
	color: #363636;
	background-color: transparent;
}
table.summary .remove {
	color: #990000;
	background-color: transparent;
}
table.summary .configure {
	color: #009900;
	background-color: transparent;
}
.summaryleft {
    float: left;
    margin: 5px 0 0 0;
}
.summaryright {
    float: right;
    margin: 5px 0 0 0;
}
.totalduetoday {
    text-align: right;
    font-size: 20px;
    color: #990000;
	background-color: transparent;
}
.totalrecurring {
    text-align: right;
    font-size: 14px;
    color: #000099;
	background-color: transparent;
}
div.terms {
	width: 740px;
	text-align: right;
	vertical-align: middle;
}
/**
* BEING CHECKOUT & REVIEW
*/

/**
* BEING CART FOOTNOTE
*/
table.footnote {
	width: 740px;
}
table.footnote .icon {
	width: 16px;
	text-align: left;
	vertical-align: top;
}
table.footnote .message {
	width: 700px;
	text-align: left;
	vertical-align: top;
}
/**
* END CART FOOTNOTE
*/

/**
* BEING 3DAUTH CSS
*/
.threedauth-container {
	text-align: center;
	margin: 10px;
}
.threedauth-loading {
	text-align: center;
}
.threedauth {
	border: none;
}
/**
* END 3DAUTH CSS
*/

/**
* Customer Portal Updates 30/04/2012
*/

/**
* Begin Password Strength CSS
*/
#pwstrengthbox {
    width: 200px;
    border: 1px solid #ccc;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
    color: #9A9A9A;
    font-weight: normal;
}

#pwstrengthbox.strong {
    background-color: #33CC00;
    border: 1px solid #289F00;
    color: #fff;
    font-weight: bold;
}

#pwstrengthbox.moderate {
    background-color: #ff6600;
    border: 1px solid #C44F00;
    color: #fff;
    font-weight: bold;
}

#pwstrengthbox.weak {
    background-color: #cc0000;
    border: 1px solid #9D0000;
    color: #fff;
    font-weight: bold;
}
/**
* End Password Strength CSS
*/