body, h1, h2, h3, h4, h5, h6, form, ul {
	margin: 0;
	padding: 0;
}
body {
	font-size: 90%;
	font-family: 'Arial', sans-serif;
	margin-bottom: 300px;
}
h1 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
select, input, textarea {
	font-size: 100%;
	font-family: 'Arial', sans-serif;
}
a:link {
	color: #0000EE;
}
a:visited {
	color: #551A8B;
}
a:active {
	color: #EE0000;
}
.one_cell_dummy_table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
.one_cell_dummy_table td{
	vertical-align: middle;
	text-align: center;
	padding: 0;
}

/**********************************************************************************/

body#error404 {
	color: black;
	background: white;
	margin: 2em 1em;
}

#wrap {
	margin: 0 auto;
	min-width: 800px;
	max-width: 1100px;
	_width: expression((document.body.clientWidth > 1100)
		? '1100px'
			: (document.body.clientWidth <= 800)
				? '800px'
					: 'auto');
	position: relative;
	zoom: expression(1);
	color: black;
	background: white;
}

#header {
	height: 108px;
	background: url('images/ambu-slice.png') rgb(194,2,6); /* red */
	position: relative;
}
#header a {
	display: block;
	width: 282px;
	heigth: 108px;
}
#header a img {
	display: block;
	border: none;
}
#header-i {
	position: absolute;
	width: 128px;
	height: 108px;
	right: 0;
	bottom: 0;
	background: url('images/ambu-right.png') right top no-repeat;
}

#inner-wrap {
	border-left: 1px solid rgb(194,2,6);
	border-right: 1px solid rgb(194,2,6);
	padding: 10px 0;
	/*
	overflow: hidden;
	_overflow: visible;
	_zoom: 1;
	*/
	min-height: 550px;
	_height: 550px;
}

#footer {
	font-size: 0.9em;
	position: relative;
	color: white;
	background: rgb(194,2,6);
	text-align: center;
	padding: 4px;
	zoom: 1; /* otherwise we cannot position absolutely within the footer */
}
#footer a {
	color: white;
}

/******* within header ************************************************************/

#banner {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
}

/******* inner-wrap ***************************************************************/

#left {
	float: left;
	width: 200px;
	color: white;
	/* background: rgb(194,2,6); /* brown red */
	_margin-right: -3px;
}
#center {
	overflow: hidden;
	_zoom: 1;
	_overflow: visible;
}
#right {
	float: right;
	width: 200px;
	_margin-left: -3px;
}
.error {
	margin: 1em 2em;
	padding: 1em;
	border: 2px solid red;
	color: brown;
	background: rgb(255,225,225);
}
.attention {
	margin: 1em 2em;
	padding: 1em;
	border: 2px solid #FFD234; /* dark yellow */
	color: black;
	background: #FEFFB3; /* light yellow */
}
/******** within footer ***********************************************************/

#gkrsolutions {
	position: absolute;
	right: 0;
	bottom: -1.8em;
	color: black;
	background: white;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	
}
#gkrsolutions a {
	color: black;
	background: white;
	text-decoration: none;
}
#gkrsolutions img{
	border: none;
	vertical-align: -3px;
}

/*** within center ****************************************************************/

.inner-center {
	padding: 0 1em 5em;
}
.inner-center h1 {
	background: white;
	color: black;
	xpadding: 0.3em;
}
.inner-center h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.inner-center h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-style: italic;
}
.inner-center ul, .inner-center ol {
	margin-left: 2em;
	padding-left: 0;
}
.inner-center .error h2 {
	border: none;
	margin: 0;
}
.inner-center .error ul {
	list-style: none;
	margin-left: 2em;
}
.inner-center .thanks {
	margin: 1em 2em;
	padding: 1em;
	border: 2px solid green;
	color: black;
	background: #C5FFB6; /* bright green */
}
.inner-center .thanks h2 {
	border: none;
	margin: 0;
}
.inner-center .attention h2 {
	border: none;
	margin: 0;
}

/****within inner-center***********************************************************/

#breadcrumb {
	font-size: 0.9em;
	padding-bottom: 0.9em;
	text-align: left;
}
#breadcrumb span {
	font-weight: bold;
}

.standard-form .form-section {
	overflow: hidden;
	_zoom: 1;
	_overflow: visible;
	padding-bottom: 1em;
}
.standard-form .form-sub-section {
	margin-left: 3em;
}
.standard-form label {
	display: block;
}
.standard-form .sublabel {
	display: block;
}
.standard-form .checkbox_field label{
	display: inline;
}
.standard-form .field, .standard-form .checkbox_field {
	padding: 0.5em 0;
}
.standard-form .field_group .field {
	float: left;
	margin-right: 0.5em;
}
.standard-form #submit_field {
	border-top: 2px solid gray;
}
.standard-form .submit_field {
	border-top: 2px solid gray;
	padding: 0.5em 0;
}


/**** within search.php, productcat.php, registration.php *****************************/

#infobar {
	padding: 0.2em;
}
#infobar #results {
	  float: left;
	  padding: 0.2em;
	  text-align: right;
}
#infobar #results .no {
	font-weight: bold;
}
#infobar h1 {
	display: inline;
}
#num {
	text-align: right;
	padding: 0.2em;
	font-size: 0.9em;
}
#pagenumbers {
	text-align: center;
	margin-top: 1em;
}
#pagenumbers-current {
	color: brown;
	font-size: 1.2em;
	margin-right: 0.2em;
}
#pagenumbers #previous {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1em;
}
#pagenumbers #next {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 1em;
}
#pagenumbers .page {
	color: black;
	text-decoration: underline;
	font-size: 1.2em;
	margin-right: 0.2em;
}

/**** account.php **********************************************/
#account ul {
	margin: 1em 2em;
}
#account li {
	margin: 0.2em 0;
}

/**** account-password.php *************************************/

/**** account-email.php ****/

/**** account-data.php *****************************************/
#account-data ul {
	margin: 1em 2em;
}

/**** basket.php **********************************************/

#basket table {
	margin-top: 1em;
}
#basket table th {
	border-bottom: 2px solid black;
	vertical-align: bottom;
}
#basket table td {
	vertical-align: top;
}

#basket table .product-number,
#basket table .articles {
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
}
#basket table .product-name {
	text-align: left;
	vertical-align: top;
}
#basket table .product-name img {
	border: none;
	float: left;
}
#basket table .quantity,
#basket table .price,
#basket table .total-quantity,
#basket table .total-price {
	text-align: right;
}
#basket table .quantity {
	white-space: nowrap;
}

#basket table .deleteButton {
	width: 16px;
	height: 16px;
}
#basket .checkout-link img {
	margin-left: 0.5em;
	border: none;
}
/**** business-sign-up.php **********************************************/

#business-sign-up h1.success {
	background: green;
	color: white;
}
#business-sign-up h1.failure {
	background: red;
	color: white;
}
#business-sign-up h3 {
	margin-top: 0.5em;
	font-style: italic;
}

/**** checkout-signin.php **********************************************/
#checkout-signin #error {
	margin: 1em 2em;
	padding: 1em;
	border: 2px solid red;
	color: brown;
	background: bisque;
}
#checkout-signin #new-yes-wrap, #checkout-signin #new-no-wrap {
	margin: 0.5em 0 0.5em 9em;
}
#checkout-signin #pw-wrap, #checkout-signin #submit-wrap {
	margin-left: 12em;
}
#checkout-signin #submit-wrap {
	margin-top: 1em;
}

/**** contact.php ***********************************************************/
#contact_form #message{
	width: 95%;
	height: 10em;
}

/**** delivery.php **********************************************/

/**** fileList.php ***********************************************************/

#filevol ul li {
	margin: 0.2em 0;
}

/**** forgotten.php ***********************************************************/


/*** multimedia ***/
#multimedia ul li {
	margin: 0.2em 0;
}


/**** news.php **********************************************/

#news img {
	float: right;
}

/***** within page.php *****************************************/

#page ul li {
	margin: 0.2em 0;
}

/**** within productvol.php **********************************************/

#productList h1 {
	display: none;
}
#productList ul {
	list-style: none;
	margin-left: 0;
}
#productList ul li {
	margin-bottom: 1em;
}
#productList ul li a {
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	border: 1px solid rgb(194,2,6);
	max-width: 600px;
}
#productList img {
	border: none;
	display: block;
	margin: 0 auto;
}

/**** within productcat.php **********************************************/

#productcat h1 {
	display: none;
}
#productcat #infobar {
	border-top: 1px solid rgb(194,2,6);
}

#productcat ul#subcats {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	overflow: hidden;
	_zoom: 1;
	
}
#productcat ul#subcats li {
	float: left;
	width: 46%;
	padding-right: 3%;
	padding-bottom: 0.5em;
}
#productcat ul#subcats li a {
}
#productcat ul#subcats li a span {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 5px;
}
#productcat ul#subcats li a span img {
	border: none;
	display: block;
	margin: 0 auto;
	cursor: pointer; /* IE6 bug */
}

#productcat ul#product-listing {
	list-style: none;
	margin-top: 1em;
}
#productcat ul#product-listing li {
	overflow: hidden;
	_zoom: 1;
	margin-top: 0.4em;
}
#productcat ul#product-listing li a {
	display: block;
	cursor: pointer; /* IE6+7 bug */
}
#productcat ul#product-listing li a span.image-wrap {
	float: left;
	width: 100px;
	margin-right: 0.4em;
}
#productcat ul#product-listing li img {
	border: none;
	display: block;
	margin: 0 auto;
}
#productcat ul#product-listing li a span.product-name {
	display: block;
	overflow: hidden;
	_zoom: 1;
}
#productcat ul#product-listing li span.product-price {
	display: block;
	margin-top: 0.2em;
}


/**** within product.php **********************************************/

#productDetail {
	overflow: auto;
	zoom: 1;
}
#productDetail .product-photo {
	float: left;
	height: 200px;
	margin: 0.4em 0 0 0.2em;
	_display: inline; /* double-float margin */
	clear: left;
}
#productDetail .product-photo table {
	border-collapse: collapse;
	height: 100%;
	width: 200px;
}
#productDetail .product-photo td {
	vertical-align: middle;
	padding: 0;
}
#productDetail .product-photo a {
	display: block;
}
#productDetail .product-photo img {
	border: none;
	display: block;
	margin: 0 auto;
}
#productDetail .section {
	overflow: hidden;
	_zoom: 1;
	_overflow: visible;
	padding-left: 1em;
}
#productDetail #artNo {
	font-style: italic;
	margin-bottom: 1em;
}
#productDetail h1 {
	font-size: 1.5em;
}
#productDetail #info {
	border: 1px solid black;
	padding: 1em;
	margin: 1em;
}
#productDetail #error {
	margin: 1em 2em;
	padding: 1em;
	border: 2px solid red;
	color: brown;
	background: rgb(255,225,225);
}
#productDetail #error h2 {
	border: none;
	margin: 0;
}

/**** within product-photo.php **********************************************/
#product-photo, #product-photo a {
	color: white;
	background: black;
	text-align: center;
}
#product-photo h1 {
	float: left;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
#product-photo ul {
	float: right;
	margin-bottom: 0.5em;
}
#product-photo li {
	display: inline;
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0.5em;
}
#product-photo li span {
	font-weight: bold;
	font-size: 1.2em;
	background: red;
	padding: 0.1em;
}
#product-photo del {
	color: black;
	background: black;
}
#product-photo img {
	clear: both;
	display: block;
	margin: 0 auto;
}

/**** search.php **********************************************/

#search #infobar {
	border-top: 1px solid rgb(194,2,6);
}
#search h1 {
	color: black;
	background: transparent;
	display:none;
}
#search #search_term {
	font-style: italic;
}
#search table {
	margin-top: 1em;
	width: 100%;
}
#search table td {
	vertical-align: top;
}
#search table td.image-cell a {
	display: block;
}
#search table td.image-cell a img {
	display: block;
	margin: 0 auto;
	border: none;
}
#search table .score {
	float: right;
	color: black;
	background: #e5ecf9; /* light blue */
	margin: 0 0 1em 1em;
}
#search table .product-id {
	font-style: italic;
}
#search #modify_search form {
	text-align: center;
	padding: 1em 0;
	background: #e5ecf9; /* light blue */
	border-top: 1px solid rgb(194,2,6);
	border-bottom: 1px solid rgb(194,2,6);
	margin-top: 1em;
}

/**** verify.php **********************************************/

#verify #invoiceAddress {
	padding: 0 5px;
	margin-left: 1em;
}
#verify #deliveryAddress {
	padding: 0 5px;
	margin-left: 1em;
}
#verify #deliveryComments {
	border: 1px solid;
	padding: 5px;
}
#verify table {
	margin-bottom: 1em;
}
#verify th {
	border-bottom: 2px solid black;
	vertical-align: bottom;
}
#verify .product {
	text-align: left;
	min-width: 20em;
}
#verify .no, #verify .price, #verify .quantity, #verify .total {
	text-align: right;
}
#verify .price {
	width: 6em;
}
#verify .quantity {
	width: 6em;
}


#video h1 {
}
#video object {
	display: block;
	margin: 0 auto;
}

/**** within right ****************************************************************/

#right .error {
	margin: 0.5em 0.5em;
	padding: 0.5em;
}


.sidebox {
	font-size: 0.9em;
	color: white;
	background: rgb(194,2,6);
	margin-bottom: 0.5em;
	overflow: hidden;
	_zoom: 1;
}
.sidebox a {
	color: white;
	background: rgb(194,2,6);
	text-decoration: none;
}
.sidebox a:hover {
	text-decoration: underline;
}
.sidebox a:visited {
	color: lightgrey;
}
.sidebox a:active {
	color: yellow;
}
.sidebox h2 {
	text-align: center;
	font-style: italic;
	margin-bottom: 0.5em;
}
.sidebox ul {
	list-style-type: none;
}
.sidebox ul ul {
	margin-left: 1em;
	margin-bottom: 0.5em;
	list-style-type: disc;
}
.sidebox-i {
	padding: 0.5em 0.3em 1em;
	_zoom: 1; /* IE6 otherwise corners are out of place */
}
#left .sidebox {
	background-image: url(images/corner-top-right.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#left .sidebox-i {
	background-image: url(images/corner-bottom-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#right .sidebox {
	background-image: url(images/corner-top-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#right #miniBasket.sidebox {
	background-image: none;
}
#right .sidebox-i {
	background-image: url(images/corner-bottom-left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#right #miniBasket .sidebox-i {
	background-image: none;
}

/***** search bar *******************/
#searchbar input.text {
	width: 130px;
}


/**** product navbox ***************/
#product-nav-wrap {
	font-weight: bold;
}
#product-nav-wrap li a {
	display: block;
	zoom: 1;
}

/********** page nav ***************/
.page-nav ul {
	padding-left: 0.5em;
}
.page-nav ul li {
	margin: 0.3em 0;
}

/******** latets news ****************/
#latest_news .date {
	font-size: 0.8em;
	font-style: italic;
}
#latest_news .item {
	margin-bottom: 1em;
	overflow: hidden;
	zoom: 1;
}
#latest_news .imagelink {
	float: left;
	margin-right: 1em;
}
#latest_news .imagelink img {
	display: block;
	border: 1px outset black;
}

/******* customer login box **************/
#customer_box_not_signed_in {
	text-align: center;
}
#customer_box_not_signed_in h2 {
	font-style: italic;
}
#customer_box_not_signed_in #error {
	margin: 1em 0.25em;
	padding: 0.25em;
	border: 2px solid red;
	color: brown;
	background: rgb(255,225,225);
}
#customer_box_not_signed_in .field {
	margin: 0.5em auto;
	width: 160px;
	text-align: left;
}
#customer_box_not_signed_in #remember_field,
#customer_box_not_signed_in #submit_field
{
	text-align: center;
}
#customer_box_not_signed_in input.text {
	font-weight: bold;
	color: black;
	background: lightgrey;
	width: 156px;
	padding: 1px;
}
#customer_box_signed_in {
	text-align: right;
}
#customer_box_signed_in h2 {
	text-align: right;
}
#customer_box_signed_in ul li {
	margin-bottom: 0.5em;
}

/******** mini basket **********************/
#miniBasket {
	border: 1px solid rgb(194,2,6); /* dark red */
	border-right: 0;
	text-align: center;
	color: black;
	background: rgb(255, 245, 217); /* offwhite */
}
#miniBasket a {
	color: #0000EE;
	text-decoration: underline;
	background: rgb(255, 245, 217); /* offwhite */
}
#miniBasket a:visited {
	color: #551A8B;
	background: rgb(255, 245, 217); /* offwhite */
}
#miniBasket a.checkout-link img {
	border: none;
}
#miniBasket h2 img {
	float: left;
	border: 0;
}
#miniBasket #checkout {
	margin-top: 1em;
	margin-bottom: 0.2em;
}
#miniBasket ul {
	text-align: left;
	list-style: none;
}
#miniBasket li {
	clear: left;
	margin-top: 1em;
	overflow: hidden;
	_zoom: 1;
}
#miniBasket ul li a {
	float: left;
	width: 50px
}
#miniBasket ul li a img {
	border: none;
	display: block;
	margin: 0 auto;
}
#miniBasket ul ul {
	margin-left: 60px
}
#miniBasket ul ul li {
	clear: none;
	margin: 0;
}
#miniBasket ul ul li.no {
	font-style: italic;
}

