body {
	padding: 0;
	margin: 10px 0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 9pt;
	background: #040404;
	line-height: 120%;
}
/* HTML elements */
legend {
	color: #CCCCCC;
}
fieldset {
	border: 1px solid #333333;
}
blockquote {
	border-left: 3px solid #666666;
	padding: 3px 3px 3px 6px;
	margin-left: 20px;
}
form {
	margin: 0;
}
textarea {
	font-size: 9pt;
	padding: 6px 3px 3px;
}
input, select, textarea {
	font-family: Verdana;
	vertical-align: middle;
}
a {
	color: #FECE2C;
	text-decoration: underline;
}
a:visited {
	color: #FFDE2C;
}
a:hover {
	color: #FFB500;
	text-decoration: none;
}
a img {
	border: 0;
}
h1, h2, h3, h4 {
	color: #FECE2C;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	font-size: 18pt;
	line-height: 21pt;
	font-weight: normal;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
}
h2 {
	font-size: 15pt;
	line-height: 17pt;
	color: #696969;
}
h3 {
	font-weight: bold;
	line-height: 15pt;
	font-size: 11pt;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
	color: #565656;
}

/* Main website */
#container {
	text-align: left;
	max-width: 822px;
	/* I hate MSIE */
    width: expression(document.body.clientWidth > 822 ? "822px" : "auto");
	margin-left: auto;
	margin-right: auto;
}
#title {
	margin-top: 12px;
	margin-bottom: 13px;
}
#breadcrumbs {
	padding: 0 0 4px 3px;
	margin-bottom: 16px;
	border-bottom: 1px solid #1B1B1B;
}
#breadcrumbs a {
	text-decoration: none;
}
#blocks {
	background: #333333 url(../images/blocks.gif) no-repeat;
	height: 35px;
	border-bottom: 1px solid #303030;
	width: 100%;
	margin-top: 14px;
}

#menu td {
	padding-left: 1px;
	padding-right: 0;
}
#menu {
	font-size: 9pt;
	margin-bottom: 22px;
	background: url(../images/menu_border.gif) repeat-x top;
	width: 100%;
}
#menu a {
	width: 100%;
	text-align: center;
	background: url(../images/menu_bk.gif) repeat-x;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
}
#menu_1:hover {
	background-image: url(../images/menu_bk_hover1.gif);
	color: #FECE2C;
}
#menu_2:hover {
	background-image: url(../images/menu_bk_hover2.gif);
	color: #FF0000;
}
#menu_3:hover {
	background-image: url(../images/menu_bk_hover3.gif);
	color: #FFF009;
}
#menu_4:hover {
	background-image: url(../images/menu_bk_hover4.gif);
	color: #A1D356;
}
#menu_5:hover {
	background-image: url(../images/menu_bk_hover5.gif);
	color: #00B7B9;
}
#menu_6:hover {
	background-image: url(../images/menu_bk_hover6.gif);
	color: #9CA68E;
}
#menu_7:hover {
	background-image: url(../images/menu_bk_hover7.gif);
	color: #6CC279;
}
#menu_8:hover {
	background-image: url(../images/menu_bk_hover8.gif);
	color: #1887BC;
}
#menu_9:hover {
	background-image: url(../images/menu_bk_hover9.gif);
	color: #A172B8;
}
#end_menu {
	font-size: 0px;
	padding: 0;
}

.side_sub_block, .sub_menu {
	background-image: url(../images/side_sub_bk.gif);
	background-repeat: repeat-x;
	background-color: #1C1C1C;
	border-bottom: 1px solid #5A5A5A;
	border-top: 1px solid #6D6D6D;
	margin-bottom: 8px;
	padding: 10px;
}

#left_side {
	width: 175px;
	float: left;
}
#right_side {
	margin-left: 193px;
}

#sub_basket {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	text-align: center;
}
#your_basket {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 10px;
}
.item .quantity, .item .price {
	font-weight: bold;
}
.remove_item {
	text-align: right;
}
.remove_item a:hover {
	background-image: url(../images/remove_iconh.gif);
	color: #999999;
}
.remove_item a {
	color: #444444;
	background: url(../images/remove_icon.gif) no-repeat right 1px;
	line-height: 13px;
	padding-right: 20px;
	text-decoration: none;
}
.item {
	font-size: 8pt;
	margin: 0 10px;
	text-align: left;
	font-weight: none;
	background: url(../images/sub_break.gif) repeat-x 0px 92%;
	padding: 6px 0 12px;
}
#basket_total {
	padding-right: 7px;
	text-align: right;
	font-size: 8pt;
	color: #FFAB1A;
}
#side_total {
	font-weight: bold;
}
#basket_buttons_side {
	text-align: center;
	margin-top: 6px;
	background-color: #313131;
	padding: 6px;
}
.sub_menu a:hover, .sub_menu .selected {
	color: #FF8B0A;
	background-image: url(../images/submenu_over.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.sub_menu a {
	display: block;
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
	color: #575757;
	text-decoration: none;
}
*html .sub_menu a, *html .sub_menu a:link {
	width: 145px;
}
.sub_menu p {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	font-size: 11pt;
	font-weight: bold;
}
.sub_menu {
	padding-right: 0;
	text-align: right;
	line-height: 200%;
}
#findoutmore {
	text-align: right;
}
#header {
	padding-left: 12px;
	padding-top: 10px;
}
#left_header {
	text-align: left;
}
#logo {
	margin-right: 26px;
}
#slogan {
	margin-left: 17px;
}

#header img {
	vertical-align: middle;
}
#payment_methods {
	text-align: center;
}
#payment_methods img {
	vertical-align: middle;
}

/* Header login */
#top_login {
	float: right;
	height: 50px;
}
#top_password_input, #top_username_input {
	width: 125px;
	margin-right: 10px;
}
#top_username a {
	margin-left: 2px;
	line-height: 23px;
}
#top_password a, #top_username a {
	color: #CCCCCC;
}
#top_password, #top_username {
	font-family: Arial;
	color: #CCCCCC;
	line-height: 17px;
	float: left;
	font-size: 7pt;
}
#login_wrap {
	text-align: right;
}
#login_wrap .button_small {
	margin: 4px 11px 0 0;
}
#main_content {
	margin-right: 298px;
}
#right_column {
	float: right;
	width: 280px;
}

#resources_sidebar {
	margin-top: 20px;
	padding: 0 9px 0 9px;
	border: 1px solid #393939;
	background: #161616;
}
#resources_sidebar ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
#resources_sidebar li {
	/*background: url(../images/link_bullet.gif) no-repeat left center;*/
	padding: 0px;
	margin: 0px;
}
#featured_name {
	margin: 59px 16px 0 0;
}
#featured_price {
	margin: 0 12px 0;
	font-size: 13pt;
	padding: 0 4px 4px;
	color: #FFFFFF;
	line-height: 24px;
}
#featured_price a {
	color: #FFFFFF;
	text-decoration: none;
}
#featured_price a:hover {
	color: #DDDDDD;
}
#featured_skin_outer {
	border: 1px solid #242424;
	margin-bottom: 16px;
	padding: 0;
}
#featured_skin {
	margin: 0;
	text-align: right;
	height: 114px;
	border: 1px solid #000000;
	background: url(../previews/featured.jpg) no-repeat bottom right;
}

/* Product page */
#features li {
	line-height: 140%;
	margin-top: 10px;
}

/* Category page */
.big, .small, .buy_button, .details_button {
	background: url(../images/button_big.gif) no-repeat;
	height: 20px;
	padding-bottom: 3px;
	line-height: 20px;
	margin: 0 4px;
	border: 0;
	font-size: 8pt;
	color: #333333;
	width: 69px;
}
.small {
	background-image: url(../images/button_small.gif);
	width: 53px;
}
.buy_button, .details_button {
	display: block;
	float: left;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	width: 69px;
}
.buy_button {
	line-height: 19px;
}
.buy_button:hover, .details_button:hover {
	color: #000000;
}
.buy_button:visited, .details_button:visited {
	color: #333333;
}

/* Support page */
.support_left, .rsupport_left {
	background-color: #272727;
	padding: 6px;
	margin: 0 10px;
	float: left;
	display: block;
}
.rsupport_left {
	float: right;
}
.rsupport_right {
	text-align: right;
}

/* Register page */
#register_form h4 {
	margin: 14px 0 2px;
}
#security_image {
	border: 1px solid #999999;
}
#security_caption {
	padding: 0 0 6px;
}
#security input {
	margin: 4px;
}

/* Tooltips */
.curo-tool {
	color: #FFFFFF;
	width: 170px;
	z-index: 13000;
}
.curo-tool .tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 4px 8px 1px;
	background: #343434;
}
.curo-tool .tip-text {
	font-size: 11px;
	padding: 1px 8px 8px;
	background: #343434;
}
.curo-validation {
	margin-left: 5px;
	vertical-align: middle;
}

/* Basket */
#basket_table {
	margin: 10px 0 18px;
}
#basket_table_empty {
	margin: 10px 0;
}
.item_total span,
#subtotal {
	color: #B4E817;
	font-weight: bold;
}
#total span {
	color: #FFAB1A;
	font-weight: bold;
}
#total {
	font-size: 11pt;
	color: #FFFFFF;
	padding-top: 6px;
	border-top: 1px solid #DDDDDD;
}
#basket_table .item_total {
	text-align: right;
}
#basket_table .item_remove {
	width: 18px;
	text-align: right;
}
#basket_table .item_remove a {
	background: none;
}
tr .addons_more {
	text-align: right;
	font-style: italic;
	padding-bottom: 6px;
}

.sub_product {
	margin-left: 10px;
}
.addon_middle_row td {
	border-bottom: 0;
}
#basket_totals_table {
	white-space: nowrap;
	margin-bottom: 10px;
}
#basket_totals_table th {
	padding-right: 20px;
}
#basket_buttons {
	text-align: right;
	padding: 3px 3px 10px 3px;
}
.addons_more {
	/*border-bottom: 1px dotted #555;*/
	background: url(../images/sub_break.gif) repeat-x bottom;
	padding-top: 4px;
}
.basket_product_row td {
	padding-top: 15px;
}
.basket_top_row td {
	padding-top: 0;
}
.error_text {
	color: #975E5E;
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	font-size: 8pt;
	background-position: left center;
	padding-left: 23px;
}

/* Basket addons */
.addon_full {
	background: #040404;
	margin: 10px;
	padding: 8px;
	border: 1px solid #1F1F1F;
	width: 50%;
	vertical-align: top;
}
.addon_title {
	font-weight: bold;
	margin-bottom: 6px;
	color: #FFFFFF;
}
.addon_price {
	margin-top: 18px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
.addon_add {
	margin-top: 18px;
	text-align: right;
}

/* Contact page */
#contact_form textarea {
	width: 80%;
}

/* Tickets area */
#ticket_title {
	width: 260px;
}
#ticket_description {
	width: 580px;
	height: 100px;
}
.ticket_response {
	float: right;
	color: #696969;
	padding-top: 15px;
	padding-right: 3px;
}

/* Invoice status colours */
.inv_status_complete, .inv_status_active {
	color: #5BB416;
}
.inv_status_reversed, .inv_status_failed, .inv_status_inactive {
	color: #FF0000;
}
.inv_status_pending {
	color: #DB9B2C;
}

/* Common elements */
.table_inner_left,
.table_inner_right,
.table_inner {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #040404;
	border-top: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
}
.table_inner_left {
	border-left: 1px solid #1F1F1F;
}
.table_inner_right {
	padding-right: 5px;
	border-right: 1px solid #1F1F1F;
}
.table_outer {
	padding: 6px;
	background-color: #040404;
	border: 1px solid #1F1F1F;
	margin-top: 2px;
	margin-bottom: 6px;
}
.table_main {
	width: 100%;
}
.table_main thead {
	background: url(../images/sub_break_padding.gif) repeat-x bottom;
	color: #FFF;
}
.table_main th {
	padding-bottom: 8px;
	padding-top: 0;
}
.main_link {
	text-align: right;
	margin-bottom: 10px;
}
.main_link a, .main_link a:visited {

	font-weight: bold;
	text-decoration: none;
}
.no_results {
	font-style: italic;
	padding-left: 8px;
}
.table_label {
	float: left;
	width: 160px;
	padding: 4px;
	display: block;
}
.table_label_full {
	display: block;
	padding: 8px 0 0 4px;
}
.table_field {
	padding: 4px;
}
.table_field_full {
	padding: 0 0 0 4px;
}
.button_small {
	background: url(../images/button_smallest.gif);
	border: 0;
	padding: 0 0 3px 0;
	font-size: 8pt;
	color: #333333;
	height: 18px;
	line-height: 16px;
	width: 48px;
}
.main_block {
	margin-bottom: 20px;
	background: #0F0F0F url(../images/main_bk.gif) repeat-x;
	border-top: 1px solid #5E5E5E;
	border-bottom: 1px solid #323232;
	padding: 0 9px 0;
}
.p_fix {
	margin-bottom: -1em;
}
.clear {
	clear: both;
	font-size: 1px;
}
.clear_left {
	clear: left;
	font-size: 1px;
}
.clear_right {
	clear: right;
	font-size: 1px;
}
.error {
	margin: 10px;
	background: #383535 url(../images/error.gif) no-repeat 6px center;
	line-height: 130%;
	border: 1px solid #4A4A4A;
	padding: 6px 6px 6px 28px;
	color: #FF5959;
}
.error, .error a {
	color: #FF5959;
}
.error ul, .error ol {
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.heading {
	margin-top: 20px;
	margin-bottom: 0;
}
.input {
	height: 14px;
	padding: 3px;
	color: #000000;
	font-size: 9pt;
	border: 1px solid #000000;
}
.input_dark {
	background: url(../images/input_bk_dark.gif) repeat-x;
	height: 14px;
	border: 1px solid #999999;
	padding: 1px 3px;
	font-size: 8pt;
	color: #FFFFFF;
}

/*** Crap divide ***/

#basket_buttons {
	margin-top: 10px;
	text-align: right;
}

/* Right hand news */
#news_right {
	padding: 4px 6px 12px;
	border: 1px solid #393939;
	background: #272727;
}
#news_right h3 {
	background: url(../images/tridots.gif) no-repeat left center;
	padding-left: 22px;
}
.news_top, #news_right .post, .news_comments {
	background: url(../images/main_break.gif) repeat-x top;
}
#news_right p, .post {
	margin: 0;
	padding: 5px 5px 5px 10px;
	font-size: 8pt;
}

.news_top a {
	color: #DFECD5;
	text-decoration: none;
}
.news_top {
	height: 10px;
	margin-bottom: 11px;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 8pt;
	color: #9EA891;
	font-weight: bold;
	padding-right: 3px;
}
.news_comments {
	text-align: right;
	padding: 3px 3px 0 0;
	margin-bottom: 20px;
}
.news_comments a {
	background: url(../images/comment_icon.gif) no-repeat left center;
	padding-left: 15px;
	text-decoration: none;
}
#older_news {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 10px;
}

.indent {
	padding-left: 5px;
}

#shoppingb {
	color: #999999;
	font-size: 7pt;
	text-align: right;
	padding-top: 4px;
}
#shoppingb a {
	color: #999999;
}
#logoutlink {
	color: #989898;
}
#logoutlink a {
	text-decoration: none;
	color: #808080;
}
#logoutlink a:hover {
	color: #989898;
}

.main_break {
	background: url(../images/main_break.gif) repeat-x;
	height: 1px;
	font-size: 0pt;
	margin: 5px 6px 16px;
}

#announcement {
	border-left: 5px solid #FF0000;
	margin-bottom: 30px;
}

.yellow {
	color: #FCD800;
}
.orange {
	color: #FFAB1A;
}
.white {
	color: #FFFFFF;
}
.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}
.green {
	color: #B4E817;
}
.dgrey {
	color: #696969;
}
.bold {
	font-weight: bold;
}
.news_main {
	padding: 6px;
	background-color: #040404;
	border: 1px solid #1F1F1F;
	margin-top: 0px;
	margin-bottom: 7px;
}
.glance_link {
	float: left;
	margin-right: 2px;
	margin-top: 2px;
}
.glance_link:hover {
	margin: 0 0 -2px -2px;
	border: 2px solid #FECE2C;
}
#glance {
	overflow: auto;
	width: 466px;
	height: 220px;
}
#glance_inner {
	width: 2000px;
}
#glance.marquee a {
	position: relative;
	display: none;
	overflow: hidden;
}
#glance.marquee {
	width: 466px;
	height: 198px;
	overflow: hidden;
}
.marquee #glance_inner {
	width: 710px;
	padding: 0 2px;
}


.more_link {
	text-align: right;
}

.success {
	margin: 10px;
	background-color: #383535;
	line-height: 130%;
	border: 1px solid #4A4A4A;
	padding: 6px;
	color: #00AA33;
}
.tick {
	vertical-align: bottom;
}
.purchase_line_left, .purchase_line_right {
	white-space: nowrap;
	font-size: 11pt;
	vertical-align: bottom;
	padding-left: 13px;
	font-weight: bold;
	vertical-align: bottom;
	background-color: #040404;
	padding-bottom: 14px;
	padding-top: 5px;
	border-left: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
}
.support_right h1, .rsupport_right h1 {
	font-size: 13pt;
	font-weight: bold;
}
.support_right a, .rsupport_right a {
	color: #FECE2C;
	text-decoration: none;
}
.support_right, .rsupport_right {
	vertical-align: top;
	height: 120px;
	padding-left: 5px;
}
.services_left {
	float: left;
	margin-right: 10px;
}
.services_right {
	height: 153px;
}

.purchase_line_buy_now {
	margin-left: 7px;
}
.purchase_line_right {
	border-left: 0;
	border-right: 1px solid #1F1F1F;
	padding-right: 3px;
	padding-left: 0;
	padding-bottom: 7px;
	text-align: right;
}
.available_for {
	font-size: 9pt;
	background-color: #040404;
	padding-left: 13px;
	margin-bottom: 30px;
	color: #6C6C6C;
}
.product_desc {
	background-color: #040404;
	border: 1px solid #1F1F1F;
	border-bottom: 0;
	padding: 8px;
	padding-top: 11px;
	text-align: justify;
	vertical-align: top;
}
.product_bk img {
	border: 1px solid #282828;
}
.product_bk_spacer {
	width: 10px;
}
.product_bk {
	font-size: 14pt;
	font-weight: none;
	color: #FFFFFF;
	padding: 1px;
	background-color: #000000;
}
.product_title {
	padding: 8px;
	padding-left: 4px;
}
.quantity_controls a {
	text-decoration: none;
}
.accepted {
	font-size: 7pt;
	border: 1px solid #777777;
	color: #555555;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}
body .nounderline {
	text-decoration: none;
}
body .expand_link:hover {
	color: #CCCCCC;
}
body .expand_link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer {
	background-color: #272727;
	padding: 5px;
	border: 1px solid #393939;
	margin-top: 20px;
}
#skins_table {
	margin-left: auto;
	margin-right: auto;
}
#preload_images {
	visibility: hidden;
	position: absolute;
}
#sitemap ul {
	padding: 0;
	margin: 0;
}
#sitemap ul ul {
	padding-left: 50px;
}
#sitemap ul ul ul {
	margin-top: 3px;
	padding-left: 20px;
}
#sitemap li {
	font-size: 10pt;
	padding-bottom: 7px;
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}
#sitemap li li, #sitemap li li li {
	font-size: 9pt;
	list-style-type: disc;
	padding-top: 2px;
	padding-bottom: 0px;
}
#sitemap li li li {
	list-style-type: circle;
}
#sitemap a {
	text-decoration: none;
}
#sitemap_link {
	float: right;
	color: #666666;
	font-size: 8pt;
}
#sitemap_link:hover {
	color: #999999;
}
#discount {
	margin-right: 4px;
	width: 100px;
}
body .inlinl {
	color: #CCCCCC;
	text-decoration: none;
}