/* @group Base Styles */
html,
body {
	height: 100%;
}
body {
/*	background: transparent url('/assets/images/logo.background.png') bottom left no-repeat fixed;*/
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 83%;
	line-height: 1.4em;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #005E8C;
	text-decoration: none;
}
a:hover {
	color: #447D97;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 13px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ol.bulleted {
	list-style: disc inside;
}
ol.numbered {
	list-style: decimal inside;
}
ol.roman-numbered {
	list-style: lower-roman inside;
}
ol.lettered {
	list-style: lower-alpha inside;
}
hr {
	border: 0px;
	border-top: 1px solid black;
	margin-bottom: 20px;
}
/* @end */

/* @group Footer Styes */
div#main-container {
	height: auto;
	margin-bottom: 20px;
	min-height: 95%;
	width: 100%;
}
div#footer-wrapper {
	background-color: #262626;
	border-top: 3px solid #595959;
	color: #666666;
	font-size: 12px;
	padding: 8px 0px;
	position: relative;
}
div#footer {
	line-height: 18px;
	margin: 0px auto;
	width: 965px;
}
div#footer a {
	color: #BBBBBB;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer p {
	margin-bottom: 10px;
}
div#footer div.right {
	text-align: right;
}
div#footer div.vcard {
	line-height: 18px;
}
div#footer div.vcard div.country-name {
	display: inline;
}
/* @end */

/* @group Form Basic Styles */
input.input,
textarea {
	background-color: #FFFFFF;
	border: 1px inset #D7D7D7;
	display: block;
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 6px 4px 4px 4px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
textarea {
	display: inline;
}
input.input {
	height: 22px;
	width: 250px;
}
input.input.ok {
	background: transparent url('/img/base/accept.png') right 50% no-repeat;
}
input.input.warning {
	background: transparent url('/img/base/error.png') right 50% no-repeat;
}
input.input.error {
	background: #FFBDBD url('/img/base/exclamation.png') right 50% no-repeat;
	border: 1px solid #D12B31;
}
input.input:hover,
input.input:focus {
	border-color: #9FCFEB;
}

textarea:hover,
textarea:focus {
	border-color: #9FCFEB;
}

input.input.error:hover,
input.input.error:focus {
	border-color: #D12B31;
}
input.file {
	display: block;
	margin-top: 8px;
}
div.form-box label,
form.form-box label,
form.form-box span.legend {
	color: #447D97;
	display: block;
	float: left;
	line-height: 18px;
	margin-top: 8px;
	padding-right: 10px;
	width: 145px;
}
div.form-box label.url,
form.form-box label.url,
form.form-box span.legend.url {
	margin-top: 11px;
}
form.form-box fieldset label {
	color: #666666;
	width: 515px;
}
div.form-box label.inline,
form.form-box label.inline {
	margin-left: 10px;
	width: auto;
}
div.row,
fieldset.row {
	margin-bottom: 20px;
}
div.row div.field,
fieldset.row div.field {
	float: left;
	width: 530px;
}
fieldset.row div.field textarea {
	font-size: 12px;
	margin-top: 10px;
	padding: 4px;
	width: 98%;
}
div.row div.field select,
fieldset.row div.field select {
	display: block;
	font-size: 12px;
	margin: 8px 0px 3px 0px;
}
div.row div.field span.input-desc,
fieldset.row div.field span.input-desc {
	float: left;
	font-size: 11px;
}
div.row div.field span.input-desc a,
fieldset.row div.field span.input-desc a {
	text-decoration: underline;
}
div.row div.field span.input-desc span.bolded,
fieldset.row div.field span.input-desc span.bolded {
	color: #529214;
	font-weight: bold;
}
div.row div.field.unavailable span.text,
div.row div.field.unavailable input {
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.5;
}
div.row div.field a.sub-box {
	color: #005E8C;
	margin-top: -3px;
	width: 170px;
}
div.row div.field a.sub-box:hover {
	text-decoration: none;
}
div.row div.field a.sub-box.blue:hover {
	background-color: #AECDDB;
}
div.row div.field a.sub-box.green {
	color: #529214;
}
div.row div.field a.sub-box.green:hover {
	background-color: #B2C46C;
}
div.row div.field a.sub-box.grey {
	color: #666666;
}
div.row div.field a.sub-box.grey:hover {
	background-color: #C9C9C9;
}
div.row div.field a.sub-box.yellow {
	color: #333333;
}
div.row div.field a.sub-box.yellow:hover {
	background-color: #EBC31F;
}
div.row div.field a.sub-box img {
	float: left;
	margin: 4px 5px 4px 12px;
}
div.row div.field a.sub-box span {
	display: block;
	margin-top: 8px;
	text-indent: 5px;
}
div.row div.field div.buttons {
	margin-top: 8px;
}
div.row div.field div.note,
fieldset.row div.field div.note {
	margin-top: 10px;
}
/* @end */

/* @group Button Styles */
div.buttons {
	clear: left;
	padding-top: 0px;
	text-align: center;
}
div.buttons.top {
	margin-bottom: 15px;
	text-align: right;
}
div.buttons a.button,
div.buttons button {
	display: inline;
	float: none;
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	padding: 5px 13px;
}
div.buttons a.button,
button {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC;
	color: #333333;
	cursor: pointer;
	-moz-border-radius: 2px 4px 4px 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px 4px 4px 2px;
}
div.buttons a.button:hover,
button:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}
div.buttons a.button:active,
button:active {
	background-color: #CCDDEE;
	color: #333333;
	outline: none;
}
/* @end */

/* @group Generic Styles */
.hide {
	display: none;
}
.left,
.grid-left {
	float: left;
}
.right,
.grid-right {
	float: right;
}
.code {
	background-color: #DFF4FF;
	display: inline-block;
	font-family: "Monaco";
	font-size: 10px;
	line-height: 14px;
	padding: 7px 7px 4px 7px;
	width: auto;
}
.indent {
	margin-left: 20px;
}
/* @end */

/* @group Top Bar Styles */
div#top-bar-wrapper {
	background-color: #262626;
	border-bottom: 3px solid #595959;
	height: 30px;
	min-width: 965px;
	width: 100%;
}
div#top-bar {
	line-height: 28px;
	margin: 0px auto;
	width: 965px;
}
div#top-bar div#back-to a {
	color: #797979;
	font-size: 13px;
}
div#top-bar div#back-to a:hover {
	color: #AAAAAA;
	text-decoration: none;
}
div#top-bar div#current-site label {
	color: #797979;
	font-size: 13px;
}
div#top-bar div#current-site select {
	width: 200px;
}
div#top-bar a#browse-sites {
	margin: 4px 0px 0px 5px;
}
/* @end */

/* @group Header Styles */
div#header-wrapper {
	background-color: #929292;
	border-bottom: 1px solid #595959;
	min-width: 965px;
	height: 93px;
	width: 100%;
}
div#header {
	margin: 0px auto;
	width: 965px;
}
div#header-network {
	height: 93px;
}
div#header-network-title {
	display: block;
	margin-top: 18px;
	padding: 0px 0px 5px 0px;
	text-align: right;
	width: 965px;
}
div#header-network-title h1 a {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
}
div#header-network-visit {
	display: block;
}
div#header-network-visit a {
	color: #262626;
	display: block;
	font-size: 16px;
}
div#header-network-visit a.visit-link:hover {
	color: #464646;
	text-decoration: none;
}
div#user-info {
	color: #595959;
	font-size: 12px;
	margin-top: 8px;
}
div#user-info a {
	color: #FFFFFF;
}
/* @end */

/* @group Main Navigation Styles */
ul#main-navigation {
	float: left;
	height: 45px;
	margin-top: -45px;
	width: 705px;
}
ul#main-navigation li {
	float: left;
	margin-right: 7px;
}
ul#main-navigation li a {
	background-image: url('/assets/images/navigation.png');
}
ul#main-navigation li a {
	display: block;
	height: 45px;
	text-indent: -9999px;
}
ul#main-navigation li a.selected {
	border-bottom: 1px solid #FFFFFF;
}
ul#main-navigation li a#overview-tab {
	width: 121px;
}
ul#main-navigation li a#overview-tab:hover {
	background-position: 0px -45px;
}
ul#main-navigation li a#overview-tab.selected,
ul#main-navigation li a#overview-tab.selected:hover {
	background-position: 0px -90px;
}
ul#main-navigation li a#widget-tab {
	background-position: -131px 0px;
	width: 150px;
}
ul#main-navigation li a#widget-tab:hover {
	background-position: -131px -45px;
}
ul#main-navigation li a#widget-tab.selected,
ul#main-navigation li a#widget-tab.selected:hover {
	background-position: -131px -90px;
}
ul#main-navigation li a#theme-tab {
	background-position: -526px 0px;
	width: 144px;
}
ul#main-navigation li a#theme-tab:hover {
	background-position: -526px -45px;
}
ul#main-navigation li a#theme-tab.selected,
ul#main-navigation li a#theme-tab.selected:hover {
	background-position: -526px -90px;
}
ul#main-navigation li a#support-tab {
	background-position: -291px 0px;
	width: 75px;
}
ul#main-navigation li a#support-tab:hover {
	background-position: -291px -45px;
}
ul#main-navigation li a#support-tab.selected,
ul#main-navigation li a#support-tab.selected:hover {
	background-position: -291px -90px;
}
ul#main-navigation li a#services-tab {
	background-position: -377px 0px;
	width: 139px;
}
ul#main-navigation li a#services-tab:hover {
	background-position: -377px -45px;
}
ul#main-navigation li a#services-tab.selected,
ul#main-navigation li a#services-tab.selected:hover {
	background-position: -377px -90px;
}
/* @end */

/* @group Not Logged In Styles */
div#header-wrapper.not-logged-in ul#main-navigation li a {
	background-image: url('/assets/images/navigation-not-logged-in.png');
}
/* @end */

/* @group Pagination Styles */
ul.pagination {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
ul.pagination li {
	display: inline;
}
ul.pagination li a {
	border: 1px solid #DDDDDD;
	padding: 3px 4px;
}
ul.pagination li span {
	color: #BBBBBB;
	padding: 3px 4px;
}
ul.pagination li.first a,
ul.pagination li.last a {
	border: 0px;
}
ul.pagination li a.selected {
	background-color: #DFF4FF;
	border-color: #C2E1EF;
}
/* @end */

/* @group Container Styles */
div#container {
	margin: 0px auto;
	margin-bottom: 10px;
	width: 965px;
}
/* @end */

/* @group Notices */
.info-notice,
.alert-notice,
.error-notice {
	background-color: #DFF4FF;
	border: 1px solid #72A0B6;
	color: #333333;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	text-align: center;
}
.info-notice.header,
.alert-notice.header,
.error-notice.header {
	margin: 0px;
}
p.info-notice,
p.alert-notice,
p.error-notice {
	margin: 0px 0px 10px 0px;
}
.alert-notice {
	background-color: #FFFFE0;
	border: 1px solid #E6DB55;
}
.error-notice {
	background-color: #FFEBE8;
	border: 1px solid #CC0000;
}
.info-notice h5,
.alert-notice h5,
.error-notice h5 {
	font-size: 13px;
	font-weight: bold;
}
div.info-notice span,
div.alert-notice span,
div.error-notice span {
	display: block;
}
.step-box {
	background-color: #C6D880;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* @end */

/* @group Login Styles */
div#login-content {
	margin: 50px auto;
	width: 315px;
}
div#login-content h1 a,
div#login-content div.logo
{
	display: block;
	height: 166px;
	overflow: hidden;
	padding-bottom: 20px;
	text-indent: -9999px;
	width: 315px;
}
html#socialgo div#login-content h1 a,
html#socialgo div#login-content div.logo
{
	background: transparent url('/assets/images/logo.socialgo.png') center center no-repeat;
}
div#login-content form {
	font-weight: bold;
	margin-bottom: 15px;
	padding: 16px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
html#socialgo div#login-content form {
	background-color: #E6EFC2;
}
div#login-content #form-email,
div#login-content #form-password,
div#login-content #form-reset-code {
	color: #333333;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 3px;
	height: 25px;
	width: 97%;
}
div#login-content div.buttons {
	text-align: right;
}
div#login-content p span {
	display: block;
	font-weight: normal;
	text-align: center;
}
/* @end */

/* @group Announcement Styles */
div#announcement {
	background-color: #FFDD88;
	border: 1px solid #CC9900;
	font-size: 92%;
	margin: 10px auto 0px auto;
}
div#announcement div.content {
	background-color: #FFFFFF;
	border: 1px solid #E6DB55;
	color: #333333;
	margin: 8px;
	padding: 10px;
}
div#announcement div.content div.title {
	border-bottom: 1px solid #FFDD88;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 2px;
	width: 100%;
}
div#announcement div.content h2 {
	display: inline;
	font-size: 120%;
	margin-bottom: 3px;
}
div#announcement div.content span.link-hide {
	float: right;
}
div#announcement p {
	font-size: 11px;
}
/* @end */
/* @group Liverperson Styles */
#admin-area .liveperson {
	padding-left:30px;
	margin-top:10px;
}
/* @end */
/* @group Page Header Styles */
div.page-header {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding-top: 15px;
}
div.page-header.top {
	padding-top: 0px;
}
div.page-header ul.sub-nav li {
	background-color: #DDDDDD;
	height: 30px;
	display: inline-block;
}
div.page-header ul.sub-nav li:hover {
	background-color: #BBBBBB;
	cursor: pointer;
}
div.page-header ul.sub-nav li a {
	color: #595959;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 30px;
	line-height: 32px;
	padding: 4px 10px;
}
div.page-header ul.sub-nav li a:hover {
	text-decoration: none;
}
/* @end */

/* @group Content Heading Styles */
h2.heading,
h3.heading {
	color: #595959;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
}
h2.heading img,
h3.heading img {
	float: left;
	margin: 2px 5px 0px 5px;
}
h2.heading span.title,
h3.heading span.title {
	margin-left: 5px;
}
h2.heading .description,
h3.heading .description {
	color: #999999;
	font-weight: normal;
}
div.content-box {
	margin-bottom: 10px;
}
div.content {
	color: #595959;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}
div.content div.desc {
	margin: 10px 0px;
}
div.content-box img.image {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
/* @end */

/* @group Notice Styles */
div.content-box.notice {
	padding: 10px;
}
div.content-box.notice div.icon {
	margin: 0px 0px 10px 0px;
	text-align: center;
}
div.content-box.notice h3,
div.content-box.notice h4 {
	color: #333333;
	font-size: 21px;
	margin-bottom: 10px;
	text-align: center;
}
div.content-box.notice h4 {
	color: #666666;
	font-size: 15px;
}
div.content-box.notice div.desc {
	margin-bottom: 20px;
	text-align: center;
}
/* @end */

/* @group Side Content Styles */
div#main-content,
div#side-content {
	margin-top: 14px;
}
/* @end */

/* @group Content Box Styles */
div.content-box,
form.form-box {
	padding: 4px;
}
div.content-box.table {
	padding: 0px;
}
div.content-box.blue,
div.form-box.blue,
form.form-box.blue {
	background-color: #DFF4FF;
	border: 1px solid #C2E1EF;
}
div.content-box.blue h3.heading,
div.form-box.blue h3.heading,
form.form-box.blue h3.heading {
	border-bottom: 1px solid #C2E1EF;
}
div.content-box.green,
div.form-box.green,
form.form-box.green {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
}
div.content-box.green h3.heading,
div.form-box.green h3.heading,
form.form-box.green h3.heading {
	border-bottom: 1px solid #C6D880;
}
div.content-box.grey,
div.form-box.grey,
form.form-box.grey {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}
div.content-box.grey h3.heading,
div.form-box.grey h3.heading,
form.form-box.grey h3.heading {
	border-bottom: 1px solid #DDDDDD;
}
div.content-box.yellow,
div.form-box.yellow,
form.form-box.yellow {
	background: #FFEB99 url('/assets/images/overview-background.png') left top repeat-x;
	border: 1px solid #FFD733;
}
div.content-box.yellow h3.heading,
div.form-box.yellow h3.heading,
form.form-box.yellow h3.heading {
	border-bottom: 1px solid #FFD733;
}
div.content-box.white,
div.form-box.white,
form.form-box.white {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}
div.content-box.white h3.heading,
div.form-box.white h3.heading,
form.form-box.white h3.heading {
	border-bottom: 1px solid #DDDDDD;
}
ul.table-quick-search {
	margin: 13px 0px 20px 0px;
}
ul.table-quick-search li {
	border-right: 1px solid #999999;
	display: inline;
	margin-left: 4px;
	padding: 3px;
}
ul.table-quick-search li.first {
	margin-left: 0px;
}
ul.table-quick-search li.last {
	border: none;
}
ul.table-quick-search li.selected a {
	color: #333333;
	font-weight: bold;
}
ul.table-quick-search li.selected a:hover {
	text-decoration: none;
}
table td.row-none {
	text-align: center;
}

/* TODO  : Make this into all four colours hilite */
div#admin-overview span.hilite {
	background-color: #FFF3C3;
	padding: 3px;
}

.blue hr {
	border-color: #C2E1EF;
}
.green hr {
	border-color: #C6D880;
}
.grey hr {
	border-color: #DDDDDD;
}
.yellow hr {
	border-color: #FFD733;
}
/* @end */

/* @group Form Box Styles */
div.sub-box,
a.sub-box {
	margin: 5px 0px;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.sub-box h3 {
	color: #005E8C;
	font-size: 16px;
	font-weight: normal;
	padding: 4px;
	text-align: center;
}
div.sub-box h3 strong {
	color: #666666;
	font-weight: normal;
}
div.content div.sub-box.blue,
div.content a.sub-box.blue {
	background-color: #C2E1EF;
}
div.content div.sub-box.green,
div.content a.sub-box.green {
	background-color: #C6D880;
}
div.content div.sub-box.grey,
div.content a.sub-box.grey {
	background-color: #DDDDDD;
}
div.content div.sub-box.yellow,
div.content a.sub-box.yellow {
	background-color: #FFD733;
}
/* @end */

/* @group Table Styles */
div.content-box.table table {
	margin-bottom: 10px;
	width: 100%;
}
div.content-box.table table th {
	line-height: 30px;
	margin: 0px;
	text-align: left;
}
div.content-box.table table th.first {
	padding-left: 10px;
	-moz-border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
div.content-box.table table th.last {
	padding-right: 12px;
	-moz-border-bottom-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
div.content-box.table table td {
	line-height: 25px;
	padding: 5px 0px 4px 0px;
	vertical-align: middle;
}
div.content-box.table table td.first {
	padding-left: 12px;
}
div.content-box.table table td.last {
	padding-right: 10px;
}
div.content-box.table table.blue th {
	background-color: #C2E1EF;
}
div.content-box.table table.blue td {
	background-color: #DFF4FF;
	border-bottom: 1px solid #C2E1EF;
}
div.content-box.table table.green th {
	background-color: #C6D880;
}
div.content-box.table table.green td {
	background-color: #E6EFC2;
	border-bottom: 1px solid #C6D880;
}
div.content-box.table table.grey th {
	background-color: #DDDDDD;
}
div.content-box.table table.grey td {
	background-color: #EEEEEE;
	border-bottom: 1px solid #DDDDDD;
}
div.content-box.table table.yellow th {
	background-color: #FFD733;
}
div.content-box.table table.yellow td {
	background-color: #FFEB99;
	border-bottom: 1px solid #FFD733;
}
/* @end */

/* @group List Option Styles */
div.list-options {
	
}
div.list-options.top {
	margin-bottom: 5px;
}
div.list-options div.buttons {
	clear: none;
	margin-top: -3px;
}
div.list-options div.buttons button,
div.list-options div.buttons a.button {
	font-size: 12px;
	padding: 4px;
}
div.list-options div.change-role-info {
	margin-left: 15px;
	width: 210px;
}
/* @end */

/* @group Main Links Styles */
ul.main-links {
	margin: 0px auto;
	width: 675px;
}
ul.main-links li {
	display: block;
	float: left;
	margin: 10px 10px 10px 10px;
	width: 205px;
}
ul.main-links li a {
	border-bottom: 1px solid #447D97;
	color: #447D97;
	font-family: "Tahoma MS", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 19px;
	margin: 5px;
	padding: 2px 0px;
}
ul.main-links li a:hover {
	text-decoration: none;
}
ul.main-links li div.about {
	padding: 10px 0px;
}
ul.main-links li div.about div.icon {
	float: left;
	margin-right: 10px;
}
ul.main-links li div.about div.desc {
	margin: 0px;
}
/* @end */

/* @group Side Links Styles */
ul.side-links {
	margin: 5px 0px -5px 0px;
}
ul.side-links li {
	margin: 8px 0px;
	padding: 0px 5px;
}
ul.side-links li div.icon {
	float: left;
	margin-right: 10px;
}
ul.side-links li a {
	border-bottom: 1px solid #447D97;
	color: #447D97;
	float: left;
	font-family: "Tahoma MS", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 17px;
	padding: 1px 0px 3px;
}
ul.side-links li a:hover {
	text-decoration: none;
}
/* @end */

/* @group Big Sidebar Link Styles */
div.big-side-link {
	
}
div.big-side-link img {
	margin-top: 2px;
}
div.big-side-link span {
	display: block;
	float: left;
	font-size: 16px;
	margin-left: 10px;
	width: 180px;
}
/* @end */

/* @group Network Statistics */
ul#network-statistics-list {
	margin: 5px 0px 15px 0px;
}
ul#network-statistics-list li {
	border-bottom: 1px solid #C6D880;
	margin: 8px 0px;
	padding: 0px 5px;
}
ul#network-statistics-list li div.icon {
	float: left;
	margin-right: 5px;
}
ul#network-statistics-list li span.desc {
	float: left;
}
ul#network-statistics-list li span.value {
	color: #447D97;
	float: right;
	font-weight: bold;
}
/* @end */

/* @group Tabs & Pages Styles */
div.content-box.navigation-tabs {
	border-bottom: 0px;
	margin-bottom: 0px;
}
ul#my-tabs {
	margin-top: -10px;
}
ul#my-tabs li {
	display: block;
	float: left;
	margin: 10px 10px 0px 0px;
}
ul#my-tabs li a.tab {
	display: block;
	font-weight: bold;
	padding: 6px 0px 6px 6px;
}
ul#my-tabs li a.tab:hover {
	text-decoration: none;
}
ul#my-tabs li a.tab-link {
	display: block;
	padding: 7px 6px 2px 4px;
}
ul#my-tabs li a.tab-link:hover {
	cursor: move;
}
ul#my-tabs li.open,
ul#my-tabs li.open a {
	background-color: #447D97;
	color: #C2E1EF;
}
ul#my-tabs li.public,
ul#my-tabs li.public a {
	background-color: #C6D880;
	color: #333333;
}
ul#my-tabs li.private,
ul#my-tabs li.private a {
	background-color: #FFD733;
	color: #333333;
}
ul#my-tabs li.disabled,
ul#my-tabs li.disabled a {
	background-color: #999999;
	color: #FFFFFF;
}
input#tab-title {
	width: 350px;
}
input#tab-external-url {
	display: inline;
	width: 300px;
}
fieldset.tab-visibility label {
	margin-bottom: 5px;
	width: 560px !important;
}
fieldset.tab-visibility label.last {
	margin-bottom: 0px;
}
fieldset.tab-visibility img {
	float: left;
	margin: -3px 5px 0px 0px;
}
fieldset.tab-visibility strong {
	padding: 3px;
}


fieldset.tab-visibility strong.open {
	background-color: #447D97;
	color: #C2E1EF;
}
fieldset.tab-visibility strong.private {
	background-color: #FFD733;
	color: #333333;
}
fieldset.tab-visibility strong.public {
	background-color: #C6D880;
	color: #333333;
}
fieldset.tab-visibility strong.disabled {
	background-color: #999999;
	color: #FFFFFF;
}
/* @end */

/* @group Access Settings Styles */
input#access-code {
	display: inline;
}
/* @end */

/* @group Network Details Styles */
input#network-title {
	width: 300px;
}
input#network-description {
	width: 470px;
}
div.favicon-preview {
	margin-top: 5px;
	margin-right: 5px;
}
div.favicon-preview img.favicon {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
input#network-custom-domain {
	display: inline;
	width: 260px;
}
span.custom-domain-desc {
	margin: 5px 0px;
}
/* @end */

/* @group Profile Questions, News Feeds and Blog Categories Styles */
/* Need to split this into a main class, and then sub-classes off it for each category */
ul#custom-questions,
ul#blog-categories,
ul#news-feeds,
ul#installed-widgets {
	
}
ul#custom-questions li,
ul#blog-categories li,
ul#news-feeds li,
ul#installed-widgets li {
	margin-bottom: 10px;
}
ul#installed-widgets li div.sub-box {
	width: 470px;
}
ul#custom-questions li div.handle,
ul#blog-categories li div.handle,
ul#news-feeds li div.handle,
ul#installed-widgets li div.handle {
	background-color: white;
	cursor: move;
	font-size: 20px;
	height: 80px;
	line-height: 80px;
	margin-left: -4px;
	text-align: center;
	width: 48px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ul#news-feeds li div.handle {
	height: 122px;
	line-height: 122px;
}
ul#installed-widgets li.welcome div.handle {
	height: 40px;
	line-height: 40px;
}
ul#custom-questions li div.question,
ul#blog-categories li div.category,
ul#news-feeds li div.feed,
ul#installed-widgets li div.title {
	margin: 2px 0px 0px 10px;
	width: 560px;
}
ul#installed-widgets li div.title {
	width: 390px;
}
ul#installed-widgets li.welcome div.title {
	margin-top: 5px;
}
ul#custom-questions li div.question label,
ul#blog-categories li div.category label,
ul#news-feeds li div.feed label {
	width: 55px;
}
ul#installed-widgets li div.title label {
	width: 30px;
}
ul#custom-questions li div.question input.input,
ul#blog-categories li div.category input.input,
ul#news-feeds li div.feed input.input,
ul#installed-widgets li div.title input.input {
	display: inline;
	padding: 2px;
	width: 487px;
}
ul#installed-widgets li div.title input.input {
	width: 340px;
}
ul#news-feeds li div.feed input.input.first {
	margin-bottom: 10px;
}
ul#custom-questions li div.question div.options,
ul#blog-categories li div.category div.options,
ul#news-feeds li div.feed div.options,
ul#installed-widgets li div.title div.options {
	background-color: #DFF4FF;
	border: 1px solid #A4C3D1;
	margin-top: 10px;
	padding: 8px 8px 7px 8px;
}
ul#installed-widgets li div.title div.options {
	width: 365px;
}
ul#installed-widgets li.welcome div.title div.options {
	display: none;
}
ul#custom-questions li div.question div.options label,
ul#blog-categories li div.category div.options label,
ul#news-feeds li div.feed div.options label,
ul#installed-widgets li div.title div.options label {
	margin-top: 1px;
	width: auto;
}
ul#custom-questions li div.question div.options label.first,
ul#blog-categories li div.category div.options label.first,
ul#news-feeds li div.feed div.options label.first,
ul#installed-widgets li div.title div.options label.first {
	margin-left: 10px;
}
ul#custom-questions li div.question div.options select,
ul#blog-categories li div.category div.options select,
ul#news-feeds li div.feed div.options select,
ul#installed-widgets li div.title div.options select {
	margin: 0px 10px 0px 0px;
}
ul#custom-questions li div.question div.options input.checkbox,
ul#blog-categories li div.category div.options input.checkbox,
ul#news-feeds li div.feed div.options input.checkbox,
ul#installed-widgets li div.feed div.options input.checkbox {
	margin-left: 10px;
}
ul#custom-questions li div.question div.options div.answers div {
	margin-top: -10px;
}
ul#custom-questions li div.question div.options div.answers label {
	float: left;
	margin-top: 3px;
	width: auto;
}
ul#custom-questions li div.question div.options div.answers img.answer-add,
ul#custom-questions li div.question div.options div.answers img.answer-delete {
	cursor: pointer;
}
ul#custom-questions li div.delete,
ul#blog-categories li div.delete,
ul#news-feeds li div.delete,
ul#installed-widgets li div.delete {
	line-height: 18px;
	margin: 25px -8px 0px 0px;
	text-align: center;
	width: 55px;
}
ul#installed-widgets li div.delete {
	margin: 10px 0px 0px 0px;
	width: 20px;
}
ul#installed-widgets li.welcome div.delete {
	margin-top: 12px;
}
ul#installed-widgets li div.title div.options textarea {
	height: 150px;
	margin-top: 5px;
	width: 355px;
}
/* @end */

/* @group Advanced Settings Styles */
input#memcache-port {
	width: 80px;
}
input#memcache-timeout {
	display: inline;
	margin-right: 5px;
	width: 160px;
}
input#external-signup-url,
input#external-account-url,
input#external-authenticate-domain {
	display: inline;
	width: 250px;
}
/* @end */

/* @group Network API Settings Styles */
div#moderator-list {
	color: #666666;
}
div#moderator-list table .member-id {
	width: 75px;
}
div#moderator-list table .nickname {
	width: 200px;
}
div#moderator-list table .api-key {
	width: 300px;
}
div#moderator-list table span.developer-key {
	color: #529214;
	font-size: 12px;
	font-weight: bold;
}
div#moderator-list table td.revoke span {
	margin-left: 20px;
	text-align: right;
}
/* @end */

/* @group Network Administrator Details Styles */
input#owner-name {
	width: 200px;
}
input#owner-surname {
	width: 300px;
}
input#owner-address {
	width: 350px;
}
input#owner-city {
	width: 250px;
}
input#owner-postcode {
	width: 100px;
}
input#owner-email {
	width: 300px;
}
/* @end */

/* @group Network Moderate List Styles */
div#moderate-list {
	color: #333333;
}
div#moderate-list.whole-field table tbody tr:hover {
	cursor: pointer;
}
div#moderate-list table .select {
	padding-right: 40px;
	text-align: center;
	width: 20px;
}
div#moderate-list table th.select input.checkbox {
	margin-top: 10px;
}
div#moderate-list table .nickname {
	padding-right: 20px;
	width: 150px;
}
div#moderate-list table .email {
	overflow-x: hidden;
	padding-right: 20px;
	width: 200px;
}
div#moderate-list table .role {
	width: 90px;
}
div#moderate-list table .registered,
div#moderate-list table .logged-in,
div#moderate-list table .date {
	padding-right: 12px;
	text-align: right;
	width: 120px;
}
div#moderate-list table .clear-history {
	padding-right: 12px;
	text-align: right;
	width: 32px;
}
div#moderate-list table span.role-type,
div#moderate-list table span.item-type {
	font-size: 11px;
	padding: 4px 6px;
	text-transform: uppercase;;
}
div#moderate-list table span.role-type.owner {
	background-color: #005E8C;
	color: #FFFFFF;
}
div#moderate-list table span.role-type.moderator {
	background-color: #447D97;
	color: #FFFFFF;
}
div#moderate-list table span.role-type.member {
	background-color: #EEEEEE;
	color: #333333;
}
div#moderate-list table span.role-type.pending,
div#moderate-list table span.item-type.message {
	background-color: #666666;
	color: #FFFFFF;
}
div#moderate-list table span.role-type.email_pending {
	background-color: #EBC31F;
	color: #000000;
	font-size: 10px;
	padding: 4px 3px;
}
div#moderate-list table span.role-type.payment_required {
	background-color: #529214;
	color: #FFFFFF;
	font-size: 10px;
	padding: 4px 3px;
}
div#moderate-list table span.role-type.banned {
	background-color: #FF2222;
	color: #FFFFFF;
}
div#moderate-list table span.role-type.deleted {
	background-color: #000000;
	color: #FFFFFF;
}
div#moderate-list table a.clear-history-link {
	height: 24px;
	margin: 0px 5px 0px 24px;
	text-align: right;
}
/* @end */

/* @group Moderate Members Styles */
input#search-members {
	display: inline;
	font-size: 12px;
	height: 19px;
	padding: 2px;
	width: 200px;
}
/* @end */

/* @group Language List Styles */
form#form-network-language {
	border-top: 0px;
}
img.language-icon {
	margin-right: 5px;
}
form#form-language-search {
	margin-top: 10px;
}
input#language-search {
	margin-bottom: 10px;
	width: 98%;
}
div.language-list {
	color: #333333;
	margin-top: 10px;
}
div.language-list table .type {
	padding-left: 10px;
	width: 90px;
}
div.language-list table .none {
	text-align: center;
}
div.language-list table td {
	padding: 10px 0px;
}
div.language-list table label {
	line-height: 14px;
	width: 70px;
}
div.language-list table label.last {
	margin-left: 15px;
}
div.language-list table input.input.main {
	margin-bottom: 5px;
	padding: 2px;
	width: 500px;
}
div.language-list table input.input.sub {
	float: left;
	margin-bottom: 5px;
	padding: 2px;
	width: 200px;
}
div.language-list table span.lang-type {
	font-size: 11px;
	padding: 4px 6px;
	text-transform: uppercase;
}
div.language-list table span.lang-type {
	background-color: #005E8C;
	color: #FFFFFF;
}
ul.language-packs li {
	margin-bottom: 3px;
}
ul.language-packs img {
	height: 11px;
	margin: 0px 3px -1px 0px;
	width: 16px;
}
/* @end */


/* @group Payment Method Styles */
form#form-card-details div.field.card-type {
	float: left;
	margin-top: -6px;
}
form#form-card-details div.field.card-type label {
	display: block;
	float: left;
	width: 65px;
}
form#form-card-details div.field.card-type label input {
	float: left;
	margin: 8px 2px 0px 1px;
}
form#form-card-details div.field img.cvv {
	float: left;
	margin: 7px 5px 0px 0px;
}
input#payment-card-cvv {
	 width: 35px;
}
select#start-month,
select#expiry-month {
	float: left;
	margin-right: 10px;
}
input#payment-card-name {
	width: 300px;
}
input#payment-address {
	width: 350px;
}
input#payment-city {
	width: 250px;
}
input#payment-county {
	width: 250px;
}
input#payment-post-code {
	width: 100px;
}
/* @end */

/* @group Member Billing Styles */
form#form-member-billing div.field img.paypal {
	float: left;
	margin: 7px 5px 0px 0px;
}
select#pp_mix-currency_code {
	display: inline;
	float: left;
	margin-right: 10px;
}
input#pp_mix-a3 {
	display: inline;
	width: 170px;
}
input#pp_mix-p3 {
	display: inline;
	width: 40px;
}
select#pp_mix-t3 {
	display: inline;
}
/* @end */





















/* @group Note Styles */
div.note {
	background-color: #C2E1EF;
	margin-bottom: 10px;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
div.note div.note-icon {
	float: left;
	margin: 4px 10px 0px 0px;
}
div.note div.note-title {
	color: #447D97;
	margin-top: 3px;
}
div.note span.note-text {
	float: left;
	width: 450px;
}
div.note ol {
	margin-left: 20px;
	width: 430px;
}
div.note ol li {
	margin: 5px 0px;
}
div.note ol li.note {
	list-style-type: square;
}
div.note ol li.note strong {
	color: #447D97;
}
div.note ol li span.bolded {
	color: #529214;
	font-weight: bold;
}
/* @end */

/* @group Invoice List Styles */
div#invoice-list {
	color: #333333;
}
div#invoice-list table .type {
	text-align: center;
	padding-right: 12px;
}
div#invoice-list table span.payment-type {
	background-color: #447D97;
	color: #FFFFFF;
	font-size: 11px;
	padding: 4px 6px;
	text-transform: uppercase;
}
div#invoice-list table span.payment-type.due {
	background-color: #CC0000;
	color: #FFFFFF;
}
div#invoice-list table .date {
	width: 120px;
}
div#invoice-list table .number {
	width: 400px;
}
div#invoice-list table .amount {
	text-align: right;
	width: 90px;
}
div#invoice-list table tbody tr:hover {
	cursor: pointer;
}
div#invoice-list table td a {
	color: #333333;
}
/* @end */

/* @group Single Invoice Styles */
div#invoice-view {
	
}
div#invoice-view div.vendor {
	display: none;
}
div#invoice-view h3.invoice-id {
	border-bottom: 2px solid #CCCCCC;
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 13px;
}
div#invoice-view div.invoice-info {
	float: right;
	text-align: right;
}
div.invoice,
div.confirm {
	margin: 10px 0px;
}
div.confirm {
	margin: 0px auto;
	width: 685px;
}
div.invoice table,
div.confirm table {
	margin-bottom: 10px;
	width: 685px;
}
div.invoice table.items th,
div.confirm table.items th {
	background-color: #C6D880;
	line-height: 24px;
	margin: 0px;
	text-align: left;
}
div.invoice table.items th.first,
div.confirm table.items th.first {
	padding-left: 10px;
	-moz-border-bottom-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
div.invoice table.items th.last,
div.confirm table.items th.last {
	padding-right: 12px;
	-moz-border-bottom-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
div.invoice table.items td,
div.confirm table.items td {
	background-color: #E6EFC2;
	border-bottom: 1px solid #C6D880;
	line-height: 18px;
	padding: 5px 0px 2px 0px;
	vertical-align: top;
}
div.invoice table.items td.first,
div.confirm table.items td.first {
	padding-left: 12px;
}
div.invoice table.items td.last,
div.confirm table.items td.last {
	padding-right: 10px;
}
div.invoice table.items .quantity,
div.confirm table.items .quantity {
	width: 45px;
}
div.invoice table.items .description,
div.confirm table.items .description {
	width: 365px;
}
div.invoice table.items .price,
div.confirm table.items .price {
	text-align: right;
	width: 75px;
}
div.invoice table.items .total,
div.confirm table.items .total {
	text-align: right;
	width: 90px;
}
div.invoice table.calculations tr th,
div.confirm table.calculations tr th {
	text-align: right;
}
div.invoice table.calculations tr td,
div.confirm table.calculations tr td {
	padding-right: 10px;
	text-align: right;
	width: 105px;
}
div.invoice table.items .date,
div.confirm table.items .date {
	width: 100px;
}
/* @end */

/* @group Customise Plan Styles */
ul.plan-features-list {
	margin-top: 5px;
	margin-bottom: -5px;
}
ul.plan-features-list li {
	border-bottom: 1px solid #E6EFC2;
	margin-bottom: 10px;
	padding: 5px;
	padding-bottom: 10px;
}
ul.plan-features-list li.no-border {
	border-bottom: 0px;
}
ul.plan-features-list li div.price {
	margin-left: 10px;
	width: 170px;
}
ul.plan-features-list li div.not-optional {
	margin-top: 1px;
}
ul.plan-features-list li div.not-optional img {
	display: block;
	float: left;
	margin: 3px 8px 0px 6px;
}
ul.plan-features-list li div.price input {
	float: left;
	margin-top: 5px;
	width: 25px;
}
ul.plan-features-list li div.price span.amount {
	color: #005E8C;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
}
ul.plan-features-list li div.item {
	float: right;
	width: 470px;
}
ul.plan-features-list li div.item h5 {
	color: #333333;
	font-size: 14px;
	line-height: 21px;
}
ul.plan-features-list li div.item div.desc {
	color: #666666;
	font-size: 12px;
	margin: 0px;
}
input#bandwidth-select-count {
	display: inline;
	text-align: center;
	width: 23px;
}
div.order-total,
div.blocks-total,
div.current-plan {
	font-size: 24px;
	margin: 20px auto;
	text-align: center;
}
div.blocks-total {
	font-size: 14px;
	margin-bottom: -10px;
}
div.current-plan {
	margin: 10px auto 15px auto;
}
div.order-total em,
div.blocks-total em,
div.current-plan em {
	color: #005E8C;
	font-style: normal;
	font-weight: bold;
}
div.blocks-total em {
	color: #529214;
}
div.current-plan em {
	color: #529214;
	font-weight: normal;
}
ul#other-options {
	margin-top: 5px;
	margin-bottom: -5px;
}
ul#other-options li {
	margin-bottom: 10px;
}
ul#other-options li div.check {
	margin-left: 10px;
/*	width: 170px;*/
}
ul#other-options li div.check input {
	float: left;
	margin-top: 5px;
	width: 25px;
}
ul#other-options li div.check label {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	margin-top: 0px;
	padding-right: 0px;
	width: auto;
}
ul#other-options div.box {
	margin: 0px auto;
	width: 560px;
}
ul#other-options div.box div.row {
	float: left;
	margin-bottom: 10px;
	width: 280px;
}
ul#other-options div.box div.row label.country {
	margin-top: 0px;
}
/* @end */

/* @group Get Satisfaction Box */
form#gsfn_search_form label {
	display: block;
	margin-bottom: 10px;
}
form#gsfn_search_form input {
	padding: 2px;
	width: 223px;
}
form#gsfn_search_form div.buttons {
	float: right;
	margin-top: 3px;
}
div#gsfn_search_results {
	color: #666666;
	font-size: 11px;
	padding: 4px;
	text-align: center;
}
ul.gsfn_topic_list {
	border-bottom: 2px solid #DDDDDD;
	border-top: 2px solid #DDDDDD;
	margin: 3px 0px;
	padding: 3px 0px;
}
ul.gsfn_topic_list li {
	margin-bottom: 6px;
	text-align: left;
}
ul.gsfn_topic_list li.gsfn_suggestion {
	display: none;
}
ul.gsfn_topic_list li.gsfn_submit {
	color: #666666;
	font-size: 11px;
}
ul.gsfn_topic_list li.gsfn_submit input {
	display: block;
	margin: 3px 0px;
}
ul.gsfn_topic_list li a {
	line-height: 1em;
	font-size: 12px;
}
div.powered_by {
	font-size: 11px;
	text-align: center;
}
div.powered_by a img {
	margin-right: 2px;
	vertical-align: middle;
}
/* @end */

/* @group Homepage Widgets */
div.homepage-widgets {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}
form.widgets {
	border-right: 1px solid #CCCCCC;
	margin: -1px 0px -1px -1px;
	min-height: 512px;
	width: 501px;
}
div.frame {
	margin-bottom: 0px;
}
ul#available-widgets {
	margin: 0px auto;
	padding: 5px;
	width: 180px;
}
ul#available-widgets li {
	display: block;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	width: 70px;
	vertical-align: top;
}
ul#available-widgets li.odd {
	margin-right: 15px;
}
ul#available-widgets li.enabled:hover {
	background-color: #DDDDDD;
	cursor: pointer;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul#available-widgets li div.icon {
	height: 48px;
	margin: 0px auto;
	position: relative;
	width: 48px;
}
ul#available-widgets li div.icon img.add {
	bottom: 0px;
	left: 0px;
	position: absolute;
}
ul#available-widgets li div.icon img.disabled {
	display: none;
}
ul#available-widgets li.disabled img {
	filter: alpha(opacity=30);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.3;
}
ul#available-widgets li.disabled img.add {
	display: none;
}
ul#available-widgets li.disabled div.desc {
	color: #999999;
}
ul#available-widgets li div.installed-list {
	display: none;
}
ul#available-widgets li div.desc {
	font-size: 11px;
	line-height: 1.3em;
}
ul#installed-widgets li div.icon-list {
	display: none;
}
/* @end */

/* @group Site Designer Styles */

/* @group Selection Box Styles */
div#site-designer div#selection-box {
	background-color: #DDF4FF;
	border: 1px solid #C2E1EF;
	border-right: none;
	height: 560px;
}

/* @group Selection Toolbar Styles */
ul#toolbar {
	border-bottom: 1px solid #C2E1EF;
	height: 30px;
	margin-top: 10px;
	padding: 0px 10px;
}
ul#toolbar li {
	float: left;
	margin-right: 5px;
}
ul#toolbar li a {
	background-color: #C2E1EF;
	color: #40687C;
	display: block;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 30px;
	line-height: 32px;
	padding: 0px 10px;
}
ul#toolbar li a:hover {
	background-color: #72A0B6;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
ul#toolbar li.active a {
	background-color: #72A0B6;
	color: #FFFFFF;
	font-size: 13px;
}
/* @end */

form.frame {
	height: 519px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: 315px;
}
form.frame div.content {
	padding: 0px;
	width: 948px;
}
form.frame div.content div.section {
	float: left;
	height: 499px;
	padding: 10px;
	width: 295px;
}

/* @group Template Selection Styles */
div#templates-pane {
	display: inline;
	overflow-y: auto;
	position: relative;
}
ul#templates-list {
	margin-top: 5px;
}
ul#templates-list li {
	float: left;
	padding: 10px;
}
ul#templates-list li a img.photo {
	background-color: #FFFFFF;
	border: 1px solid #D5D5D5;
	display: block;
	padding: 3px;
}
ul#templates-list li a:hover img.photo {
	background-color: #C2E1EF;
	border-color: #72A0B6;
}
ul#templates-list li.selected a img.photo {
	background-color: #FFEB99;
	border-color: #FFD733;
}
/* @end */

/* @group Colour Selector Styles */
div.colour-selector div.element-colour {
	background-color: #FFFFFF;
	border: 1px solid #D5D5D5;
	float: left;
	margin: 0px 7px 10px 0px;
	padding: 3px;
	width: 66px;
}
div.colour-selector div.element-colour a {
	border: 1px solid #D5D5D5;
	display: block;
	height: 34px;
	width: 64px;
}
div.colour-selector div.element-title {
	color: #447D97;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
}
div.colour-selector div.element-desc {
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.seperator {
	display: block;
	height: 10px;
}
div#site-designer label {
	color: #447D97;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
div#site-designer fieldset {
	background-color: #C2E1EF;
	border: 1px dotted #40687C;
	margin-bottom: 10px;
	padding: 9px;
}
.swfupload {
	display: block;
	float: left;
}
input.remove-image {
	display: block;
	float: left;
}
/* @end */

/* @group Designer Section */
div.network-title-font {
	float: left;
	margin-right: 5px;
	width: 180px;
}
div.network-title-font select {
	margin: -2px 0px 10px 0px;
	width: 178px;
}
div.network-title-align {
	float: left;
	width: 110px;
}
div.network-title-align select {
	margin: -2px 0px 10px 0px;
	width: 110px;
}
fieldset.network-logo-image div.icon,
fieldset.header-image div.icon,
fieldset.background-image div.icon {
	float: left;
	margin-right: 10px;
}
fieldset.network-logo-image input#network-logo-image,
fieldset.header-image input#header-image,
fieldset.background-image input#background-image {
	overflow-x: hidden;
	width: 240px;
}
fieldset.header-image select#header-image-width {
	width: 150px;
}
div.background-image-start {
	float: left;
	width: 135px;
}
div.background-image-start select {
	margin: -2px 0px 10px 0px;
	width: 130px;
}
div.background-image-tiling {
	float: left;
	margin-right: 5px;
	width: 135px;
}
div.background-image-tiling select {
	margin: -2px 0px 10px 0px;
	width: 130px;
}
/* @end */

/* @end */

/* @group Preview Panel Styles */
div#site-designer div#preview-box {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	border-left: 1px solid #C2E1EF;
	border-bottom: none;
	height: 500px;
	width: 647px;
}
div#flash-preview-box {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	height: 460px;
	margin: 19px;
	width: 609px;
}
/* @end */

/* @group Changes Box Styles */
div#site-designer div#changes-box {
	background-color: #FFFFE0;
	border: 1px solid #E6DB55;
	height: 59px;
	width: 647px;
}
div#changes-box div.buttons {
	float: right;
	margin: 20px 10px 0px 0px;
}
/* @end */

/* @group Plan Information */
/* @group Pricing Plan Styles */
form#pricing-plan {
	margin-top: 15px;
}
form#pricing-plan table {
	width: 100%;
}
form#pricing-plan table thead tr {
	height: 76px;
	margin: 0px;
	padding: 0px;
}
form#pricing-plan table thead tr th.spacer-left,
form#pricing-plan table thead tr th.spacer-right {
	width: 20px;
}
form#pricing-plan table thead tr th.legend,
form#pricing-plan table tbody tr td.legend {
	width: 240px;
}
form#pricing-plan table tbody tr td.legend {
	cursor: pointer;
}
form#pricing-plan table.two-plans thead tr th.concierge-plan,
form#pricing-plan table.two-plans thead tr th.premium-plan,
form#pricing-plan table.two-plans thead tr th.starter-plan,
form#pricing-plan table.two-plans thead tr th.free-plan {
	width: 300px;
}
form#pricing-plan table.two-plans thead tr th.spacer-right {
    width: 19px;
}
form#pricing-plan table.one-plan thead tr th.concierge-plan,
form#pricing-plan table.one-plan thead tr th.premium-plan,
form#pricing-plan table.one-plan thead tr th.starter-plan,
form#pricing-plan table.one-plan thead tr th.free-plan {
	width: 490px;
}
form#pricing-plan table.one-plan thead tr th.legend {
	width: 430px;
}
form#pricing-plan table thead tr th.legend,
form#pricing-plan table thead tr th.concierge-plan,
form#pricing-plan table thead tr th.premium-plan,
form#pricing-plan table thead tr th.starter-plan {
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
}
form#pricing-plan table thead tr th.concierge-plan,
form#pricing-plan table thead tr th.premium-plan,
form#pricing-plan table thead tr th.starter-plan,
form#pricing-plan table thead tr th.free-plan {
	width: 170px;
}
form#pricing-plan table thead tr th.current-plan {
	width: 231px;
}
form#pricing-plan table thead tr th.free-plan {
	width: 150px;
}
form#pricing-plan table thead tr th.corner-left.spacer-left,
form#pricing-plan table thead tr th.corner-left.spacer-right,
form#pricing-plan table thead tr th.free-plan,
form#pricing-plan table thead tr th.corner-right.spacer-left,
form#pricing-plan table thead tr th.corner-right.spacer-right {
	border-bottom: 1px solid #979797;
}
form#pricing-plan table thead tr th.concierge-plan h4.title,
form#pricing-plan table thead tr th.premium-plan h4.title,
form#pricing-plan table thead tr th.starter-plan h4.title,
form#pricing-plan table thead tr th.free-plan h4.title {
	margin: 20px auto 0px auto;
	text-indent: -9999px;
}
form#pricing-plan table thead tr th span.title-desc {
	color: #eeeeee;
	display: block;
	font-family: "Helvetica", "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px;
	text-align: center;
	text-transform: uppercase;
}
form#pricing-plan table thead tr th.free-plan span.title-desc {
	margin-left: 20px;
}
form#pricing-plan table thead tr th span.title-desc span.current-plan {
	background-color: #ffffff;
	margin-top: -2px;
	padding: 5px 5px 3px 5px;
}
form#pricing-plan table tbody tr td {
	border-bottom: 1px solid #979797;
	height: 36px;
}
form#pricing-plan table tbody tr td {
	vertical-align: middle;
}
form#pricing-plan table tbody tr.odd td {
	background-color: #E8E8E8;
}
form#pricing-plan table tbody tr.odd td.spacer-left,
form#pricing-plan table tbody tr.odd td.legend {
	background-color: #D9D9D9;
	background-color: rgb(222, 222, 222);
}
form#pricing-plan table tbody tr.even td {
	background-color: #D9D9D9;
}
form#pricing-plan table tbody tr.even td.spacer-left,
form#pricing-plan table tbody tr.even td.legend {
	background-color: #C7C7C7;
	background-color: rgb(204, 204, 204);
}
form#pricing-plan table tbody tr.odd td.current-plan {
	background-color: #D9D9D9;
}
form#pricing-plan table tbody tr.even td.current-plan {
	background-color: #C7C7C7;
}
form#pricing-plan table tbody tr td {
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	height: 36px;
	text-align: center;
}
form#pricing-plan table tbody tr td.spacer-left,
form#pricing-plan table tbody tr td.coupon-code,
form#pricing-plan table tbody tr td.spacer-right {
	border-left: 0px;
	border-right: 0px;
}
form#pricing-plan table tbody tr td.legend {
	border-left: 0px;
}
form#pricing-plan table tbody tr td.free-plan {
	border-right: 0px;
}
form#pricing-plan table tbody tr td.coupon-code,
form#pricing-plan table tbody tr td.legend {
	text-align: left;
}
form#pricing-plan table tbody tr td.legend h5 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
form#pricing-plan table tbody tr td.legend.feature {
	padding-top: 8px;
}
form#pricing-plan table tbody tr td.legend span.desc {
	display: block;
	font-size: 11px;
	margin: 1px 0px 5px 0px;
	width: 235px;
}
form#pricing-plan table tbody tr td div.monthly-amount {
	margin: 5px auto 0px auto;
	line-height: 36px;
	text-align: center;
	width: 155px;
}
form#pricing-plan table tbody tr td div.monthly-amount span.currency {
	color: #8AB706;
	font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	margin-right: -3px;
}
form#pricing-plan table tbody tr td.concierge-plan div.monthly-amount span.currency {
	margin-right: -6px;
}
form#pricing-plan table tbody tr td div.monthly-amount span.amount {
	color: #8AB706;
	font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
}
form#pricing-plan table tbody tr td div.monthly-amount span.duration {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	margin-left: -7px;
	padding-top: 8px;
}
form#pricing-plan table tbody tr td span.tick,
form#pricing-plan table tbody tr td span.cross {
	display: block;
	margin-top: 3px;
	text-align: center;
}
form#pricing-plan table tbody tr td span.block-amount {
	background-color: transparent;
	background-position: 8px 7px;
	background-repeat: no-repeat;
	color: #333333;
	display: block;
	font-size: 13px;
	line-height: 30px;
	margin: 0px auto;
	text-align: center;
}
form#pricing-plan table tbody tr td span.free-trial {
	background-color: #8AB706;
	color: #FFFFFF;
	padding: 2px 4px;
	text-transform: uppercase;
}
form#pricing-plan table tbody tr td input.input-image {
	margin: 10px 0px 8px 0px;
}
form#pricing-plan table tbody tr.adult-content td {
	border-right: 0px;
	padding-left: 10px;
	text-align: center;
}
form#pricing-plan table tbody tr td div.radio-buttons {
	margin: 8px 0px;
	text-align: center;
}
form#pricing-plan table tbody tr td div.radio-buttons span {
	display: block;
}
form#pricing-plan table tbody tr td div.radio-buttons span label {
	display: block;
	margin-bottom: 5px;
}
form#pricing-plan table tbody tr td h4.plan-title {
	color: #8AB706;
	font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0px;
}
form#pricing-plan table tbody tr td.plan-info {
	border-right: 0px;
}
form#pricing-plan table tbody tr td.plan-info span {
	color: #444444;
}
/* @end */

/* @group Table Plan Styles */
form.table-plan {
	margin: 0px auto;
	width: 520px;
}
form.table-plan td.starter,
form.table-plan td.premium {
	width: 240px;
}
form.table-plan td.seperator {
	width: 40px;
}
form.table-plan table h3 {
	color: #005E8C !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
}
form.table-plan td.starter,
form.table-plan td.premium {
	background-color: #C6D880;
	color: #333333;
	font-size: 13px;
	line-height: 21px;
}
form.table-plan td.starter.top p,
form.table-plan td.premium.top p {
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}
form.table-plan td.starter.top,
form.table-plan td.premium.top {
	padding: 10px;
	-moz-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
form.table-plan td.starter.bottom,
form.table-plan td.premium.bottom {
	padding: 0px 10px 10px 10px;
	-moz-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-bottom-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
form.table-plan table ul {
	color: #666666;
	font-size: 12px;
	margin: 0px;
	text-align: center;
}
/* @end */


/* @group Sub Navigation Styles */
ul#sub-navigation {
	border-bottom: 2px solid #A1A1A1;
	margin-bottom: 10px;
	padding-top:6px;
	font-size: 12px;
}
ul#sub-navigation li {
	display: block;
	float: left;
	height: 16px;
	line-height: 14px;
	margin: 2px 3px 0px 3px;
	padding: 3px 6px 4px 6px;
}
ul#sub-navigation li.nav-selected {
	margin: 2px 3px 0px 1px;
	background-color: #A1A1A1;
}
ul#sub-navigation li.nav-selected a {
	font-size: 13px;
	padding: 11px;
	color: #FFFFFF;
	
}
ul#sub-navigation li.right {
	float: right;
}
/* @end */

/* @group Widget Store  */

div.snm_store div.widget_item
{
    padding: 0px 4px;
    width: 685px;
    border-bottom: 1px solid #C2E1EF;
    margin-bottom: 10px;
}

div.snm_store div.widget_item div.logo
{
    background: white;
    width: 80px;
    margin-right: 5px;
    padding-bottom: 10px;
}

div.snm_store div.widget_item div.logo img
{
    text-align: center;
}

div.snm_store div.widget_item div.about .owner
{
    color: #595959;
}

div.snm_store div.widget_item div.details,
div.snm_store div.widget_item div.about p
{
    font-size: 11px;
}

div.snm_store div.widget_item div.about div.description
{
    font-size: 11px;
    height: 36px;
    overflow: hidden;
}

div.snm_store ul#widget_tools li a
{
    font-size: 16px;
}

div.snm_store div.widget
{
    padding: 4px;
    width: 685px;
}

div.snm_store div.widget div.widget_price
{
    font-weight: bold;
    line-height: 24px;
    margin-right: 5px;    
}

div.snm_store div.widget a.widget_buy
{
    height: 25px;
    width: 104px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(http://static.socialgo.com/icons/custom/button_grey.png);
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    text-align: center;
}

div.snm_store div.widget div.logo
{
    margin-right: 10px;
    width: 100px;
}

div.snm_store ul.category-list
{
    margin-left:-10px;
}

div.snm_store li.side-nav
{
    padding: 1px 1px 1px 10px;
}

div.snm_store li.side-nav.selected
{
    font-weight: bold;
}

div.snm_store li.side-nav.selected,
div.snm_store li.side-nav.activ:hover
{
    border-top: 1px solid #C2E1EF;
    border-bottom: 1px solid #C2E1EF;
    border-right: 1px solid #C2E1EF;
    padding: 0px 0px 0px 10px;
    background-color: #FFFFFF;
}

div.snm_store .light-border {
    border: 1px solid #C2E1EF;
}
div.snm_store div.themes_item
{
    padding: 5px 9px;
    width: 330px;
    float:left;
    border-bottom: 1px solid #C2E1EF;
    margin-bottom: 10px;
}


div.snm_store div.themes_item .themethumb
{
	width:330px;
	height:247px;

}
div.snm_store div.themes_item h4
{
	font-size:18px;
	font-weight:normal;
	padding-bottom:7px;
}
div.snm_store div.themes_item .about 
{
	background-color:#f0f9fe;
	padding:10px;
	width:310px;
	color: #777;
}
div.snm_store div.themes_item .owner 
{
	font-size:12px;
}

/* @end Widget Store  */

li#autocomplete-list ul.holder
{
    margin: 0;
    width: 300px;
    height: 27px;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 2px 3px 0;
}

li#autocomplete-list *:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */

li#autocomplete-list ul.holder li
{
    float: left;
    list-style-type: none;
    margin:0 3px 4px 0;
}

li#autocomplete-list ul.holder li.loading
{
		background-position:0 8px;
}

li#autocomplete-list ul.holder li.bit-box, 
li#autocomplete-list ul.holder li.bit-input input
{
    font-size: 11px;
}

li#autocomplete-list ul.holder li.bit-box
{
    border: 1px solid #CAD8F3;
    width: 278px;
    background: #EEEEEE;
    padding: 1px 5px 2px;
    height: 20px;
}

li#autocomplete-list ul.holder li.bit-box-focus
{
    border-color: #598BEC;
    background: #DDDDDD;
    color: #fff;
}

li#autocomplete-list ul.holder li.bit-input input
{
    width: 50px;
    margin: 0;
    border: none;
    outline: 0;
    padding: 3px 0 2px;
}

li#autocomplete-list ul.holder li.bit-input input.loading
{
    padding-left: 0px !important;
    padding-right: 20px !important;
}
 /* no left/right padding here please */
li#autocomplete-list ul.holder li.bit-input input.smallinput
{
    width: 20px;
}
      
li#autocomplete-list form ol
{
    font-size: 11px;
    margin: 0;
    padding: 0;
}

li#autocomplete-list form ol li.input-text label
{
    font-weight: bold;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

li#autocomplete-list form ol li.input-text input
{
    width: 200px;
    padding: 5px 5px 6px;
    font-size: 11px;
    border: 1px solid #999;
}

li#autocomplete-list form ul.holder
{
    width: 200px;
}

li#autocomplete-list ul.holder li.bit-box, #apple-list ul.holder li.bit-box
{
    padding-right: 15px;
    position: relative;
}

li#autocomplete-list ul.holder li.bit-hover
{
    background: #DDDDDD;
    border: 1px solid #CCCCCC;
}
li#autocomplete-list ul.holder li.bit-box-focus
{
    border-color: #CCCCCC;
    background: #DDDDDD;
    color: #FFFFFF;
}

li#autocomplete-list ul.holder li.bit-box a.closebutton
{
    display:block;
    font-size:1px;
    height:22px;
    position:absolute;
    right:0;
    top:-1px;
    width:24px;
}
    
li#autocomplete-list #userlist-box
{
    display: none;
    position: absolute;
    width: 512px;
    background: #eee;
}

li#autocomplete-list #userlist-box .default
{
    padding: 5px 7px;
    font-size: 11px;
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
}

li#autocomplete-list #userlist-box ul
{
    display: none;
    margin: 0;
    padding: 0;
}

li#autocomplete-list #userlist-box ul li
{
    padding: 5px 12px;
    margin: 0;
    list-style-type: none;
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
    font-size: 11px;
}

li#autocomplete-list #userlist-box ul li em
{
    font-weight: bold;
    font-style: normal;
    background: #ccc;
}

li#autocomplete-list #userlist-box ul li.auto-focus
{
    background: #4173CC;
    color: #fff;
}

li#autocomplete-list #userlist-box ul li.auto-focus em
{
    background: none;
}

/* @group Self Clearing Floats */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}
.clearfix { display: inline-block }
.clearfix {	display: block }
.clearer { clear: both; }
/* @end */

div.snm_network-language div.string
{
    padding: 5px;
    font-size: 11px;
    float: left;
    margin-bottom: 5px;
    border-bottom: 1px solid #DDDDDD;
}

div.snm_network-language div.string div.body
{
    font-size: 12px;
}

div.snm_network-language div.string textarea
{
    background: #EFEFEF none repeat scroll 0 0;
    border: 2px solid #CCCCCC;
    font-size: 11px;
    height: 72px;
    padding: 2px;
    width: 300px;
}

div.snm_network-language div.string input
{
    background: #EFEFEF none repeat scroll 0 0;
    border: 2px solid #CCCCCC;
    font-size: 11px;
    padding: 2px;
    width: 300px;
}

div.snm_network-language div.string span
{
    font-weight: bold;
}

div.snm_network-language div.string div.infos
{
    color: gray;
    font-style: italic;
}

div.snm_network-language div.string div.translated
{
   background: #EEEEEE;
   border: 1px solid #CCCCCC;
   padding: 2px;
   margin-left: 5px;
}

div.snm_network-language div.string div.translated.go_translate
{
    cursor: text;
}


div.snm_network-language table.stats
{
    border-spacing: 0;
    font-size: small;
    text-align: left;
    width: 100%;
}

div.snm_network-language td.stats
{
    border: 1px solid #999999;
    font-size: small;
    padding: 1px 2px 3px 4px;
}

div.snm_network-language td.stats-graph
{
    width: 104px;
    padding: 2px;
    border: 1px solid #999999;
}

.loading
{
    background-repeat: no-repeat !important;
    padding-left: 20px;
}


/* TEMP */
div.slider										{ width: 200px; height: 16px; background: #fed746; cursor: pointer; }
div.slider div.knob								{ background: #000; width: 16px; height: 16px; }



div.snm_rating
{
    float: left;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 20px;
    position: relative;	
}
div.snm_rating_box
{
    margin-top:5px;
}

div.snm_rating_box div.snm_rating_text
{
  margin-right: 5px;
}

#snm_rating_votes
{
    float: left;
    font-size: 11px;
    margin-left: 5px;
    margin-top: 1px;
}
div.snm_rating .rate
{
    display: block;
    width: 20px;
    height: 16px;
    text-decoration: none;
    position: absolute;
    padding: 0;
    top: 0px;
    left: 0px;
}
div.snm_rating .rating_bg
{
    z-index: 1;
    width: 80px;
    position: absolute;
    height: 16px;
    top: 0;
    background-repeat: no-repeat;
    background-image: url(http://static.sgcdn.net/icons/custom/stars_default.png);
    _background-image: url(http://static.sgcdn.net/icons/custom/stars_default.gif);
    
}
div.snm_rating .current-rating
{
    position: absolute;
    top: 0px;
    height: 16px;
    display: block;
    z-index: 2;
    background-repeat: no-repeat;
    background-image: url(http://static.sgcdn.net/icons/custom/stars_over.png);
    _background-image: url(http://static.sgcdn.net/icons/custom/stars_over.gif);
}

div.snm_rating a:hover
{
    position: absolute;
    height: 16px;
    top: 0px;
    height: 16px;
    display: block;
    z-index: 3;
    background-repeat: no-repeat;
    background-image: url(http://static.sgcdn.net/icons/custom/stars_over.png);
    _background-image: url(http://static.sgcdn.net/icons/custom/stars_over.gif);
}

.rating_text
{
    font-size: 11px;
    margin-left: 3px;
    line-height: 18px;
}

div.snm_rating canvas#loading 
{
    left: 200px;
}

div.snm_rating a.rating_0
{
    width: 0px !important;
    z-index: 10;
}
div.snm_rating a.rating_1
{
    z-index: 8;
    width: 16px !important;
}
div.snm_rating a.rating_2
{
    z-index: 7;
    width: 32px !important;
}
div.snm_rating a.rating_3
{
    z-index: 6;
    width: 48px !important;
}
div.snm_rating a.rating_4
{
    z-index: 5;
    width: 64px !important;
}	
div.snm_rating a.rating_5
{
    z-index: 4;
    width: 80px !important;
}
div.snm_rating .rate-0
{
    width: 0px !important;
}
div.snm_rating .rate-1
{
    width: 16px !important;
}
div.snm_rating .rate-2
{
    width: 32px !important;
}
div.snm_rating .rate-3
{
    width: 48px !important;
}
div.snm_rating .rate-4
{
    width: 64px !important;
}
div.snm_rating .rate-5
{
    width: 80px !important;
}

div.rating-box div.form-error
{
    width: 220px;
}