* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #fff;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #333;
}

a {
	color: #339;
}

h2 {
	margin-bottom: 5px;
}

br.clear {
	clear: both;
}

p {
	line-height: 1.2em;
}

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 */

#wrapper {
	float: left;
}


/* top */

#top {
	display: none;
}


/* header */

#header {
	float: left;
}


/* main */

#main {
	float: left;
}


/* navigation */

#navigation {
	display: none;
}


/* content */

#content {
	float: left;
}


/* lan_switch */

div.lan_switch {
	display: none;
}


/* text */

div.text {
	float: left;
}


/* homepage */

div.text_home {
	float: left;
}

/* practices button */

div.btn_home {
	display: none;
}

/* demo btn */

div.btn_demo {
	display: none;
}


/* block navigation */

div.block_navigation {
	display: none;
}


/* 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;
}


/* shopping cart */

#shopping_cart {
	float: left;
}

#shopping_cart table {
	width: 600px;
	background: #ededed;
	color: #339;
}

#shopping_cart tr.color, 
#shopping_cart tr.total
#shopping_cart tr.costs {
	background: #f5f5f5;
}

#shopping_cart td {
	padding: 15px;
}

#shopping_cart td.total {
	font-size: 16px;
	font-weight: bold;
	color: #cc0033;
}

#shopping_cart td.costs {
	color: #cc0033;
}

span.form_options {
	display: block;
	float: right;
	margin-top: 12px;
}


/* file overview */

#file_overview {
	float: left;
}

#file_overview table {
	background: #ededed;
	color: #339;
}

#file_overview tr.color {
	background: #f5f5f5;
}

#file_overview td {
	padding: 15px;
}


/* feedback */

#feedback {
	float: left;
}


/* form buttons */

#form_buttons {
	float: right;
	margin-top: 25px;
}


/* login */

div.login_left {
	display: none;
}

div.login_right {
	display: none;
}

#login_form {
	display: none;
}


/* forms */ 

#form {
	display: none;
}


/* footer */

#footer {
	float: left;
	color: #666;
	font-size: 12px;
}


/* quoted */

#quoted {
	display: none;
}


/* sIFR */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}