* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #f5f5f5 url('/_grafix/bg.png') top left repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #339;
}

a:hover {
	color: #c03;
}

h2 {
	margin-bottom: 5px;
}

br.clear {
	clear: both;
}

p {
	line-height: 1.3em;
}

img.middle {
	vertical-align: middle;
}

ul.list {
	list-style-type: none;
}

ul.list li {
	padding: 0 0 5px 15px;
	background: url('/_grafix/list_icon.gif') top left no-repeat;
}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #ccc;
	color: #ccc;
	margin: 15px 0;
}


/* container */

#container {
	width: 850px;
	margin: auto;
}

#wrapper {
	float: left;
	width: 850px;
}


/* top */

#top {
	float: left;
	width: 850px;
	height: 40px;
	color: #fff;
	font-size: 11px;
}

#top .left {
	float: left;
	width: 300px;
	height: 40px;
	background: url('/_grafix/shopping_cart_small.png') top left no-repeat;
}

#top .left_gutter {
	float: left;
	padding: 12px 0 0 34px;
}

#top .left span {
	color: #B8C1CF;
}

#top .right {
	float: right;
	width: 550px;
	text-align: right;
	padding-top: 12px;
}

#top a {
	color: #fff;
}

#top a:hover {
	color: #B8C1CF;
}


/* header */

#header {
	float: left;
	width: 850px;
	height: 160px;
	background: url('/_grafix/bg_header.jpg') top right no-repeat;
}


/* main */

#main {
	float: left;
	width: 850px;
	margin-top: 35px;
}


/* navigation */

#navigation {
	float: left;
	width: 190px;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	float: left;
	vertical-align: top;
	width: 175px;
	height: 20px;
	margin-bottom: 15px;
}

#navigation li a {
	float: left;
	display: block;
	vertical-align: top;
	width: 175px;
	height: 20px;
}

#navigation li a:hover { 
	background-position: 0 -20px; 
}

#navigation li a.selected { 
	background-position: 0 -20px; 
}

#navigation li a.selected:hover { 
	background-position: 0 -20px; 
}

#navigation span {
	display: none;
}


/* content */

#content {
	float: left;
	width: 660px;
	background: url('/_grafix/bg_line.png') top left repeat-y;
}

#content .gutter {
	float: left;
	padding: 0 0 0 60px;
}


/* title */

div.title {
	float: left;
	width: 400px;
	height: 55px;
}


/* lan_switch */

div.lan_switch {
	float: right;
	width: 200px;
	height: 55px;
	text-align: right;
	font-size: 11px;
	color: #888;
}

div.lan_switch a {
	color: #888;
}

div.lan_switch a:hover {
	color: #333;
}


/* text */

div.text {
	float: left;
	width: 600px;
	min-height: 350px;
}


/* homepage */

div.text_home {
	float: left;
	width: 375px;
	min-height: 350px;
}

/* practices button */

div.btn_home {
	float: right;
	width: 200px;
}

div.btn_home a {
	display: block;
	width: 200px;
	height: 65px;
}

div.btn_home a:hover {
	background-position: 0 -65px;
}

div.btn_home span {
	display: none;
}

/* demo btn */

div.btn_demo {
	float: right;
	width: 200px;
	margin-top: 8px;
}

div.btn_demo a {
	display: block;
	width: 200px;
	height: 50px;
}

div.btn_demo a:hover {
	background-position: 0 -50px;
}

div.btn_demo span {
	display: none;
}


/* block navigation */

div.block_navigation {
	float: left;
	width: 600px;
	height: 35px;
	background: #e9e9e9;
	font-size: 11px;
	margin-bottom: 25px;
}

div.block_navigation_gutter {
	float: left;
	width: 570px;
	padding: 10px;
}

div.block_navigation_left {
	float: left;
	width: 240px;
}

div.block_navigation_right {
	float: right;
	width: 330px;
	text-align: right;
}

/* blocks */

#blocks {
	float: left;
	width: 600px;
}

#blocks .block {
	float: left;
	width: 190px;
	height: 170px;
	background: url('/_grafix/bg_block.png') top left no-repeat;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #339;
}

#blocks .block_disabled {
	float: left;
	width: 190px;
	height: 170px;
	background: url('/_grafix/bg_block_disabled.png') top left no-repeat;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #666;
}

#blocks .block_disabled a {
	font-size: 11px;
	color: #666;
}

#blocks .block_gutter {
	float: left;
	width: 170px;
	padding: 15px 10px 10px 10px;
	text-align: center;
}

#blocks .block_gutter img {
	border: 1px solid #ccc;
	margin: 8px 0 5px 0;
}

#blocks .checkbox {
	float: left;
	width: 50px;
}

#blocks .price {
	float: right;
	width: 100px;
}

#blocks .price img {
	border: 0;
	margin: 0;
}


/* currency selector */

div.currency_selector {
	float: left;
	font-size: 12px;
	color: #339;
	margin-top: 5px;
}

div.currency_selector b {
	float: left;
	background: #339;
	color: #fff;
	padding: 4px;
	font-weight: normal;
}

div.currency_selector span {
	float: left;
	display: block;
	margin: 3px;
}

div.currency_selector a {
	float: left;
	padding: 4px;
}

div.currency_selector a:hover {
	color: #fff;
	background: #339;
}


/* shopping cart */

#shopping_cart {
	float: left;
	width: 600px;
	min-height: 350px;
}

#shopping_cart table {
	width: 600px;
	background: #ededed;
	color: #339;
}

#shopping_cart tr.color, 
#shopping_cart tr.costs {
	background: #f5f5f5;
}

#shopping_cart tr.total {
	background: #e0e0e0;
}

#shopping_cart td {
	padding: 15px;
}

#shopping_cart td.reduction {
	font-size: 14px;
	color: #339;
	font-weight: bold;
	border-top: 1px solid #99c;
}

#shopping_cart td.total {
	font-size: 16px;
	font-weight: bold;
	color: #c03;
	border-top: 1px solid #339;
}

span.form_options {
	float: right;
	display: block;
	margin-top: 12px;
}


/* file overview */

#file_overview {
	float: left;
	width: 600px;
}

#file_overview table {
	width: 600px;
	background: #ededed;
	color: #339;
}

#file_overview tr.color {
	background: #f5f5f5;
}

#file_overview td {
	padding: 15px;
}


/* feedback */

#feedback {
	float: left;
	width: 600px;
	background: #cc0033;
	color: #fff;
	margin-bottom: 15px;
}

#feedback .gutter {
	float: left;
	padding: 6px;
}

#feedback a {
	color: #fff;
}

#feedback a:hover {
	color: #eee;
}


/* form buttons */

#form_buttons {
	float: left;
	width: 600px;
	margin-top: 25px;
}


/* login */

div.login_left {
	float: left;
	width: 300px;
	background: url('/_grafix/bg_line.png') top right repeat-y;
}

div.login_right {
	float: right;
	width: 300px;
}

#login_form {
	width: 232px;
	margin-top: 18px;
}

#login_form td {
	padding-bottom: 8px;
}

#login_form td.label {
	color: #339;
	font-weight: bold;
	font-size: 12px;
}

#login_form td.err_label {
	color: #c03;
	font-weight: bold;
	font-size: 12px;
}

#login_form td.button {
	text-align: right;
}

input.form_text {
	width: 230px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 15px;
	font-family: Verdana;
}

input.button {
	font-size: 14px;
	color: #fff;
	background: #339;
	font-weight: bold;
	padding: 8px;
	cursor: pointer;
	margin-top: 5px;
}


/* forms */ 

#form {
	width: 400px;
}

#form td {
	padding-bottom: 5px;
}

#form td.label {
	width: 110px;
}

#form td.label_err {
	width: 110px;
	color: #c03;
}

#form select {
	width: 244px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 15px;
	font-family: Verdana;
}

#error_feedback {
	float: left;
	width: 400px;
	background: #c03;
	color: #fff;
	font-weight: solid;
	margin-bottom: 15px;
}

#error_feedback .gutter {
	float: left;
	padding: 10px;
}

#error_feedback a {
	color: #fff;
}


/* footer */

#footer {
	float: left;
	color: #888;
	font-size: 11px;
}
	
#footer .gutter {
	float: left;
	padding: 50px 0 20px 0;
}

#footer a {
	color: #888;
}

#footer a:hover {
	color: #333;
}


/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}


/* sIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-active h1 {
	visibility: hidden;
  	font-family: Verdana;
  	line-height: 1em;
}

.sIFR-active h2 {
	visibility: hidden;
  	font-family: Verdana;
  	line-height: 1em;
}