body {
/*	background: #ddd url('webshop/bkg.jpg') repeat-x left top; */
/*	margin: 0 8px; */
	margin: 0;
	text-align: center;
	background: #f7f7f7;
	background: #000;
}
body, table {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

img {
	border-style: none;
}
#header-wrapper-container {
	background: #fff;
	width: 100%;
	display: inline-block;
}
#header-wrapper
{
	 margin: 0 auto;
	 width: 995px;
	 height: 100px;
	 position: relative;
}
#header-wrapper #logo
{
	width: 283px;
	height: 60px;
	position: relative;
	top: 15px;
	left: 0;
	text-align: left;
}
#header-wrapper #brand_logo
{
	width: 125px;
	height: 23px;
	position: absolute;
	top: 3px;
	right: 0px;
}
#header-wrapper #quicksearch
{
	width: 300px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 30px;
	left: 350px;
	text-align: right;
}

#header-wrapper #quicksearch input[type='text'], input[type='password'] {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	background-color: #fff;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(top, #ffffff 70%, #f0f0f0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#ffffff), color-stop(100%,#f0f0f0));
	background-image: -webkit-linear-gradient(top, #ffffff 70%,#f0f0f0 100%);
	background-image: -o-linear-gradient(top, #ffffff 70%,#f0f0f0 100%);
	background-image: -ms-linear-gradient(top, #ffffff 70%,#f0f0f0 100%);
	background-image: linear-gradient(to bottom, #ffffff 70%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 10px;
}
#header-wrapper #quicksearch input[type='submit'], input[type='button'], input[type='reset'], input[type="submit"] {
	background: #2d2d2d;
	border: 1px solid #464646;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	padding: 0;
	margin: 0;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
	width: 45px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-shadow: 0 1px 1px #000;
}
input[type="submit"].red
{
	background-color: #d6032a;
}
input[type="submit"].green
{
	background-color: #96d001;
	color: #333;
	text-shadow: none;
}
.top_menu {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	list-style: none;
	background: #e2e2e2;
}
.top_menu  li {
	display: inline-block;
	padding: 8px 0;
	text-align: center;
}
.top_menu  li a {
	font-weight: bold;
	color: #555;
	text-decoration: none;
}
.top_menu  li a.selected {
	text-decoration: underline;
}

.makes_menu {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	list-style: none;
	background: #def4ff;
}
.makes_menu  li {
	display: inline-block;
	padding: 8px 0;
	text-align: center;
}
.makes_menu  li a {
	font-weight: bold;
	color: #555;
	text-decoration: none;
}
.makes_menu  li a.selected {
	text-decoration: underline;
}

.green_button
{
	background: #96d001;
	border: 1px solid #464646;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333 !important;
	text-shadow: 0px 0px 1px #999;
	padding: 0;
	margin: 0;
	margin-left: 6px;
	cursor: pointer;
	width: 55px;
	height: 36px;
	line-height: 15px;
	text-align: center;
	position: absolute;
	top: 25px;
	right: 10px;
}
#shoppingbasket {
	width: 200px;
	height: 56px;
	position: absolute; 
	bottom:7px;
	right: 0px;
	background-color: #def4ff;
	font-size: 11px;
	padding: 3px 8px 5px;
	text-align: left;
	border-radius: 5px;
	
}
#shoppingbasketContent {
/*	margin-bottom: 10px; */
}
#shoppingbasket h3 
{
	margin-bottom: 12px;
}
#shoppingbasket a {
	color: #000;
	text-decoration: none;
	padding-top: 2px;
}

.placeholder {color: #999;}
#navigation_bar
{
	width: 100%;
	height: 30px;
	background: #0092c8;
	color: #fff;
}
#navigation_bar #main_navigation
{
	 margin: 0 auto;
	 width: 995px;
	 height: 100px;
	 position: relative;
}
#navigation_bar #main_navigation ul
{
	 margin: 0;
	 padding: 0;
	 list-style: none;
}

#navigation_bar #main_navigation ul li
{
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	position: relative;

}
#navigation_bar #main_navigation ul li a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;
}
#navigation_bar #main_navigation ul li a.home
{
	height: 30px;
	/*width: 25px;
	padding-left: 25px;*/
	display: block;
	background: url(/css/site/img/nav-home-btn_sprite.png) 0px -30px no-repeat;
}
#pageWrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 995px;
	background: #fff;
}

#breadcrumbs {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	line-height: 29px;
	padding: 0 14px;
	white-space: nowrap;
}
#breadcrumbs a {
	color: #3f3b3c;
	font-weight: bold;
	text-transform: uppercase;
}

#helpMenu {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-left-radius: 4px; /* Konqueror */
	-khtml-border-bottom-right-radius: 4px; /* Konqueror */
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;

	/*background: #f0f0f0 url('webshop/helpmenu-corner-left.gif') no-repeat left bottom;*/
	background: #f0f0f0 none no-repeat left bottom;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1001;
}
#helpmenu ul.menu-horizontal {
	/*background: transparent url('webshop/helpmenu-corner-right.gif') no-repeat right bottom;*/
	background: transparent none no-repeat right bottom;
}
#helpMenu table,
#helpMenu table td {
	border-style: none;
	margin: 0;
	padding: 0;
}

ul.menu-horizontal {
	font-size: 9px;
	height: 29px;
	line-height: 27px;
	list-style-type: none;
	margin: 0;
	padding: 0 9px;
	white-space: nowrap;
}
ul.menu-horizontal li {
	float: left;
	height: 30px;
	margin: 0;
	padding: 0 9px;
}
ul.menu-horizontal li a {
	color: #006cbb;
	font-weight: bold;
	text-decoration: none;
}

#pageContent {
	
}
#pageContent .header {
	height: 63px;
	position: relative;
	z-index: 20;
}
#pageContent .header h1 {
	color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0 0 0 214px;
	padding-top: 10px;
	text-transform: uppercase;
}
#pageContent .header .logo {
	-moz-border-radius-topleft: 11px;
	-webkit-border-top-left-radius: 11px;
	-khtml-border-top-left-radius: 11px; /* Konqueror */
	border-top-left-radius: 11px;
	height: 63px;
	left: 0;
	position: absolute;
	top: 0;
	width: 168px;
}
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}

b.corner,
b.corner b {
	background-color: #666;
	border: 1px none #666;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
}
b.corner b { top: 1px; width: 3px; }
b.corner b b { width: 2px; }
b.corner b b b { width: 1px; }
b.corner b b b b { overflow: hidden; width: 1px; }

b.corner-tl { }
b.corner-tr, b.corner-tr b { left: auto; right: 0; }

#mainmenu ul {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	left: 190px;
	line-height: 26px;
	list-style-type: none;
	margin: 0 0 0 -2px;
	padding: 0;
	position: absolute;
	top: 37px;
}
#mainmenu ul li {
	background-color: #C2C0C1;
	float: left;
	margin: 0 2px;
	position: relative;
	text-align: center;
	width: 104px;
}
#mainmenu ul li a {
	color: #333;
}
#mainmenu ul li.selected {
	background: transparent url('webshop/mainmenu-selected.gif') no-repeat center top;
	font-size: 13px;
	height: 55px;
	line-height: 43px;
	margin: 0;
	width: 141px;
}
#mainmenu ul li.selected a {
	color: #006ac2;
	text-decoration: none;
	text-transform: uppercase;
}
#mainmenu ul li.selected b.corner-tl {
	left: 2px;
}
#mainmenu ul li.selected b.corner-tr {
	right: 2px;
}
.bullet_menu {
  list-style: none url('/css/site/img/bullet_ak.png');
  margin: 0;
  padding: 0;
  padding-left: 16px;
}

.menu_right
{
	/*
	background: #fbfbfb;
	background: url('/css/site/img/bkg_blue.png') bottom left repeat-x #faffff;
	-moz-box-shadow: 0px 2px 5px #bbb;
	-webkit-box-shadow: 0px 2px 5px #bbb;
	box-shadow: 0px 2px 5px #bbb;
	*/
	display: block;
/*	float: left;
	xxmargin: 10px; */
	position: relative;
	margin-bottom: 20px;
}
.menu_content
{
	padding: 6px;
	padding-bottom: 14px;
	font-size: 12px;
}
.menu_content h3
{
	color: #5a5a5a;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 2px 4px 4px;
/*	background: transparent url('/css/site/img/menu-title.png') no-repeat right bottom; */

}
.column-1 {
	float: left;
	position: relative;
	width: 168px;
	z-index: 19;
}
.column-2 {
	background-color: #ddd;
	margin-left: 168px;
	position: relative;
	z-index: 19;
}

select {
}
select.jump {
	background-color: #006AC2;
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.asdasd a,
a.asdasd {
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

h3 {
	color: #007DC6;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	margin: 0 0 10px;
	text-decoration: none;
}

table.section {
	border-style: none;
	width: 100%;
}
table.section thead th {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-khtml-border-top-left-radius: 7px; /* Konqueror */
	-khtml-border-top-right-radius: 7px; /* Konqueror */
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-color: #fff;
	color: #007DC6;
	font-family: Verdana;
	font-size: 15pt;
	font-weight: 400;
	padding: 5px 10px;
	text-align: left;
	text-decoration: none;
}
table.section thead td {
	background-color: #007DC6;
	color: #fff;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 8px 10px;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
}
table.section tbody th {
/*	background-color: #eee; */
	font-size: 11px;
	font-weight: normal;
	padding: 4px;
	padding-top: 0px;
	text-align: left;
	vertical-align: top;
}
table.section tbody th a {
	color: #000;
	text-decoration: none;
}
table.section tbody th .selected {
	color: #007DC6;
}
table.section tbody th a:hover {
	color: #007DC6;
	text-decoration: underline;
}
table.section tbody td {
/*	background-color: #eee; */
	padding: 0;
	vertical-align: top;
}

table.section div.menu {
	padding-left: 6px;
	line-height: 20px;
}
table.section div.menu div.menu {
	padding-left: 10px;
}

table.products {
/*	border-left: 1px solid #808080;
	border-right: 1px solid #808080; */
	width: 100%;
}
table.products td,
table.products th,
table.products tbody td,
table.products tbody th {
	font-family: verdana;
	font-size: 10px;
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
}
table.products tbody td {
/*	background-color: #ddd; */
	border-bottom: 1px none #808080;
}
table.products tbody .even td {
	background-color: #eee;
}
table.products tbody tr
{
	padding: 3px;
}
table.products tbody .even td, table.products tbody .odd td {
	background: url('/css/site/img/table-row-bkg.png') bottom left repeat-x #fff;
	background: url('/css/site/img/bkg_blue.png') bottom left repeat-x #faffff;
/*	border-top: 1px #5a5a5a solid; */
	border-bottom: 1px #bbb solid;
	margin: 3px 0;
	padding-top: 5px;
	height: 75px;
}
table.products tfoot th,
table.products tfoot td,
table.products thead th,
table.products tbody th {
	height: 24px;
	line-height: 24px;
/*	background-color: #007DC6; */
	background-color: #dff3ff;
	border-top: 1px #5a5a5a solid;
	border-bottom: 1px #5a5a5a solid;
	padding-left: 15px;
	color: #5a5a5a;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
table.products thead td {
	border-bottom: 1px solid #808080;
	padding-bottom: 9px;
	padding-top: 8px;
}
table.products input {
	font-size: 11px;
}
table.products a {
	color: #007DC6;
	text-decoration: none;
}
table.products a:hover {
	color: #000;
	text-decoration: underline;
}
table.products tfoot th,
table.products tfoot td {
	border-top: 3px double #808080;
	font-weight: normal;
	padding-bottom: 0;
	padding-top: 5px;
}
table.products tfoot td {
	border-top: none;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.product_name
{
	font-weight: bold;
	font-size: 13px;
	color: #5a5a5a;
}
.product_name a {
	color: #000 !important;
}
.info-error {
	background-color: #fee;
	border: 1px solid #c99;
	color: #c00;
	padding: 8px 10px;
}
.info-notice {
	background-color: #ffe;
	border: 1px solid #cc9;
	color: #000;
	padding: 8px 10px;
}

.rounded-corners {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.rounded-corners2 {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}


ul.pages {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.pages li {
	margin: 0;
	padding: 0;
}
ul.pages li {
	background-color: #0092cc;
	border-color: #ccc #777 #777 #f0f0f0;
	border-style: none;
	border-width: 1px;
	border-radius: 2px;
	float: left;
	height: 25px;
	line-height: 25px;
	margin-left: 5px;
	text-align: center;
	width: 25px;
}
ul.pages li.on {
	background-color: #005975;
	border-color: #777 #ccc #ccc #777;
	border-style: none;
	border-width: 1px;
	color: #fff;
	font-weight: bold;
}
ul.pages li a {
	color: #fff;
	text-decoration: none;
}
ul.pages li a:hover
{
	text-decoration: underline;
}

.categories {
	float: left;
	width: 100%;
}
.categories h1 {
	clear: both;
}
.categories .category {
	margin: 0 1% 1% 0;
	float: left;
	width: 18.9%;
}
.categories .category a {
	background-color: #fff;
	color: #000;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
}
.categories .category a:hover {
	background-color: #007DC6;
	color: #fff;
	text-decoration: underline;
}

div.progression {
	margin: 0px;
	padding: 5px 2px 10px;
	text-align: right;
}
div.progression span {
	color: #999;
	margin: 0 20px 0 0;
}
div.progression span.separator {
	color: #999;
}
div.progression span.active {
	color: #596369;
	font-weight: bold;
}
div.progression span.done {
	color: #000;
}

table.wide,
th.wide,
td.wide {
	width: 60%;
}

fieldset {
	background-color: #eee;
	background: url('/css/site/img/bkg_blue.png') bottom left repeat-x #faffff;
	border: 1px solid #808080;
	border-style: solid none none none;
	margin-bottom: 10px;
	padding: 0px 15px 10px;
	-moz-box-shadow: 0px 2px 5px #bbb;
	-webkit-box-shadow: 0px 2px 5px #bbb;
	box-shadow: 0px 2px 5px #bbb;
}
fieldset legend {
	color: #596369;
	font-weight: bold;
	text-transform: uppercase;
}
fieldset label {
	padding-right: 10px;
}
fieldset input.text, input.text {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	background-color: #fff;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(top, #ffffff 70%, #f0f0f0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#ffffff), color-stop(100%,#f0f0f0));
	background-image: -webkit-linear-gradient(top, #ffffff 70%,#f0f0f0 100%);
	background-image: -o-linear-gradient(top, #ffffff 70%,#f0f0f0 100%);
	background-image: -ms-linear-gradient(top, #ffffff 70%,#f0f0f0 100%);
	background-image: linear-gradient(to bottom, #ffffff 70%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 250px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0 10px;
	
}
.quantity {
	text-align: right;
	width: 25px;
}
.notice {
	background-color: #fee;
	border: 1px solid #c99;
	color: #f00;
	margin-bottom: 15px;
	padding: 5px 20px;
}



.monospace,
.monospace th,
.monospace td {
	font-family: monospace;
}
table.monospace {
	border-style: none;
}
table.monospace thead td {
	font-weight: bold;
}
table.monospace th,
table.monospace td {
	border-style: none;
	border-bottom: 1px dotted #ccc;
	padding: 1px 10px 3px 5px;
	vertical-align: top;
}
table.monospace tfoot th {
	border-style: none;
	border-top: 1px dotted #596369;
}
table.monospace tfoot td {
	border-style: none;
	padding-top: 0px;
}
table.noborder,
table.noborder th,
table.noborder td {
	border-style: none;
	padding-top: 0px;
	padding-bottom: 2px;
}

#footer {
	margin: 30px 0;
/*	background: #fff; */
}

.availability
{
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	display: block;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	border: 1px solid #eee;
	border-radius: 2px;
}
.low 
{
	background-color: #f9e73d;
	color: #000;
}
.high 
{
	background-color: #96d001;
}
.none 
{
	background-color: #d6032a;
}
.unavailable 
{
	background-color: blue;
}
.add_to_basket
{
	background: #5a5a5a !important;
	border: 1px solid #464646;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	padding: 0;
	margin: 0;
	margin-left: 6px;
	cursor: pointer;
	width: 75px !important;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-shadow: 0 1px 1px #000;
}
.add_to_basket:hover
{
	background: #2d2d2d;
}
table tbody tr.desc th {
	background: #fbfbfb;
	color: #777;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
	margin: 3px 0;
	padding-top: 5px;
	padding-left: 5px;
}
.products_container
{
	/*background: #fbfbfb;
	background: #fff;
	-moz-box-shadow: 0px 2px 5px #bbb;
	-webkit-box-shadow: 0px 2px 5px #bbb;
	box-shadow: 0px 2px 5px #bbb;
	*/
	display: block;
/*	float: left;
	xxmargin: 10px; */
	position: relative;
	margin-bottom: 20px;
	margin-left: 20px;
}
.products_container h2 
{
	color: #7b7c7f;
	font-size: 20px;
	padding: 10px;
	padding-left: 0;
	margin: 0;
}
.products_container p
{
	padding: 0 10px;
	margin: 0;
}
.price_sale
{
	color: red;
	font-weight: bold;
}

.container {
	clear: both;
}

.container .columns {
	/*display: inline-block;*/
	float: left;
}
.container .sixteen {
	width: 100%;
}
.container .eight {
	width: 50%;
}
