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

html {
	background: #18224c;	
}

body {
	background: #18224c;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #fff;
}

br.clear {
	clear: both;
}

a {
	color: #fff;
}

a:hover {
	color: #ccc;
}

p {
	line-height: 1.4em;
	margin-bottom: 20px;
}

h1 {
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 5px;
}

img.middle {
	vertical-align: middle;
}

span.small {
	font-size: 11px;
	color: #eee;
}

/* outer wrapper */

#outer_wrapper {
	float: left;
	width: 100%;
	background: url('/_grafix/bg_outer_wrapper.gif') top center no-repeat;
}

#wrapper {
	width: 925px;
	margin: auto;
}

/* container */

#container {
	float: left;
	width: 925px;
}

/* header */

#header {
	float: left;
	width: 925px;
	height: 160px;
}

#header img {
	float: right;
	width: 375px;
	height: 160px;
}

/* main */

#main_wrapper {
	float: left;
	width: 925px;
	background: url('/_grafix/bg_main_wrapper.gif') top left repeat-y;
}

#main {
	float: left;
	width: 925px;
	background: url('/_grafix/bg_main.png') top left no-repeat;
}

#main_gutter {
	float: left;
	width: 875px;
	padding: 25px 25px 0 25px;
}

/* navigation */ 

#navigation {
	float: left;
	width: 775px;
	height: 55px;
}

#navigation ul {
	float: left;
	list-style-type: none;
}

#navigation li {
	float: left;
	vertical-align: top;
	height: 55px;
	padding-right: 1px;
	background: url('/_grafix/bg_navigation_item.png') center right no-repeat;
}

#navigation li a {
	float: left;
	display: block;
	vertical-align: top;
	height: 55px;
}

#navigation li a:hover { 
	background-position: 0 -55px; 
}

#navigation li a.selected { 
	background-position: 0 -55px; 
}

#navigation li a.selected:hover { 
	background-position: 0 -55px; 
}

#navigation span {
	display: none;
}

/* cart link */

#cart_link {
	float: right;
	width: 90px;
	height: 55px;
	font-size: 15px;
	color: #fff;
}

#cart_link .gutter {
	float: left;
	padding: 5px;
}

#cart_link img {
	vertical-align: middle;
}

#cart_link a {
	color: #fff;
}

/* content */

#image {
	float: left;
	width: 375px;
	height: 650px;
}

#image.home {
	width: 500px;
}

#content {
	float: left;
	width: 500px;
}

#content.home {
	float: left;
	width: 375px;
}

#content.webshop {
	float: left;
	width: 875px;
}

#content .content_gutter {
	float: left;
	width: 440px;
	padding: 30px 25px 0 35px;
}

#content ul {
	list-style-type: disc;
	margin-bottom: 18px;
	padding-left: 22px;
}

#content ul li {
 	padding: 0 0 3px 0;
	line-height: 1.4em;
}

/* news */

ul.news {
	float: left;
	width: 440px;
	list-style-type: none !important;
	padding-left: 0 !important;
}

ul.news li {
	float: left;
	width: 440px;
}

ul.news li strong {
	float: left;
	display: block;
	width: 440px;
	font-size: 14px;
}

span.date {
	font-size: 11px;
	color: #000828;
}

/* products */

div.product {
	float: left;
	width: 150px;
	height: 225px;
	cursor: pointer;
	margin-right: 15px;
	margin-bottom: 15px;
}

div.product_title {
	float: left;
	width: 150px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
	overflow: hidden;
	background: #777e99;
}

div.product_image {
	float: left;
	width: 150px;
	height: 150px;
	background: #fff;
	text-align: center;
}

div.product_image img {
	line-height: 1em;
	margin: 8px 8px 7px 7px;
}

div.product_price {
	float: left;
	width: 80px;
	height: 30px;
	padding: 10px 0 0 10px;
	background: #777e99;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

a.add_to_cart {
	float: right;
	width: 60px;
	height: 40px;
	background: url('/_grafix/bg_add_to_cart.png') top left no-repeat;
}

a.add_to_cart:hover {
	background-position: 0 -40px;
}

a.add_to_cart span {
	display: none;
}

/* product fiche */

div.product_fiche {
	float: left;
	width: 255px;
	height: 300px;
	margin: 0 25px 20px 0;
}

div.product_fiche_image {
	float: left;
	width: 255px;
	height: 255px;
	background: #fff;
	text-align: center;
}

div.product_fiche_image img {
	line-height: 1em;
	margin: 10px;
}

div.product_price_large {
	float: left;
	width: 165px;
	height: 35px;
	padding: 10px 0 0 15px;
	background: #777e99;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

a.add_to_cart_large {
	float: right;
	width: 75px;
	height: 45px;
	background: url('/_grafix/bg_add_to_cart_large.png') top left no-repeat;
}

a.add_to_cart_large:hover {
	background-position: 0 -45px;
}

a.add_to_cart_large span {
	display: none;
}

/* shopping cart */

table#shoppingcart {
	width: 815px;
}

table#shoppingcart th {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #fff;
}

table#shoppingcart td {
	padding: 10px;
}

table#shoppingcart td.total {
	padding: 10px;
	font-size: 15px;
	color: #18224c;
}

table#shoppingcart td input {
	font-size: 14px;
	width: 30px;
	padding: 4px;
	border: 1px solid #ccc;
}

/* small shopping cart */

table#shoppingcart_small {
	width: 815px;
}

table#shoppingcart_small th {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #fff;
}

table#shoppingcart_small td {
	padding: 10px;
}

table#shoppingcart_small td.total {
	padding: 5px;
	font-size: 14px;
	color: #18224c;
}

/* error box */

#error_box {
	float: left;
	width: 815px;
	color: #fff;
	background-color: #f33;
	margin-bottom: 25px;
	font-weight: bold;
}

#error_box .gutter {
	float: left;
	width: 795px;
	padding: 10px;
}

/* confirmation box */

#confirmation_box {
	float: left;
	width: 815px;
	color: #090;
	background-color: #e5f5e5;
	border: 1px solid #090;
	font-weight: bold;
}

#confirmation_box .gutter {
	float: left;
	width: 795px;
	padding: 10px;
}

/* form */

#form {
	width: 440px;
}

#form td {
	text-align: left;
	padding-bottom: 6px;
}

td.label {
	width: 150px;
	font-size: 14px;
}

td.label_err {
	width: 150px;
	font-size: 14px;
	color: #f33;
	font-weight: bold;
}

#form input.text {
	width: 276px;
	padding: 6px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#form input.small_text {
	width: 40px;
	padding: 6px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#form input.medium_text {
	width: 60px;
	padding: 6px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#form input.date-pick {
	background: #fff; 
	color: #333; 
	font-family: Arial, sans-serif; 
	padding: 6px;
	font-size: 13px;
}

#form select {
	width: 100px;
	background: #fff; 
	color: #333; 
	font-family: Arial, sans-serif; 
	padding: 3px;
	font-size: 13px;
}

#form textarea {
	width: 276px;
	height: 40px;
	padding: 6px;
	background: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

/* buttons */

.buttons button {
    display: block;
    float: left;
    background-color: #00082d;
    font-family: Arial, sans-serif;
    font-size: 115%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px 5px 7px;
	margin-top: 2px;
}

.buttons button {
    width: auto;
    overflow: visible;
    padding: 5px 10px 5px 7px; /* IE6 */
}

.buttons button[type] {
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
    padding: 4px 10px 3px 7px; /* IE7 */
}

/* button colors */

button:hover, 
.buttons a:hover {
	color: #18224c;
	background-color: #fff;
}

/* bottom */

#bottom {
	float: left;
	width: 925px;
	height: 75px;
	background: url('/_grafix/bg_bottom.gif') top left no-repeat;
}

#bottom .gutter {
	float: left;
	width: 925px;
	padding-top: 35px;
	text-align: center;
	font-size: 11px;
	color: #eee;
}

#bottom a {
	color: #eee;
}

#bottom a:hover {
	color: #ccc;
}

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