/****** COMMON ******/
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
}
body {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #333;
	background-color: #fff;
}
a {
	color: #095ba6;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	margin-left: 10px;
}
img {
	border: 0;
}
/****** TITLE ******/
#counters {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}
#title {
	position: relative;
	background: #095ba6;
	height: 100px;
	padding-left: 10px;
}
#title h3 {
	position: absolute;
	top: 10px;
	border: 0;
	font-size: 24px;
}
#title h3 a {
	color: #fff;
	text-decoration: none;
}
#title h4 {
	position: absolute;
	font-size: 10px;
	top: 76px;
	border: 0;
}
#title h4 a {
	color: #cddeed;
	text-decoration: none;
}
#cart-sm {
	position: absolute;
	top: 50px;
	right: 10px;
	color: #fff;
}

/****** HEADER ******/
#header {
	position: relative;
	background: url(/img/header-bg.jpg) 20px 0 no-repeat #fff;
	height: 140px;
	padding-left: 10px;
	border-bottom: 5px solid #095ba6;
}
#address {
	position: absolute;
	width: 420px;
	height: 30px;
	top: 10px;
	left: 340px;
	font-size: 9pt;
}
#address h1 {
	font-size: 18px;
	color: #095ba6;
}
#omron {
	position: absolute;
	width: 146px;
	height: 30px;
	top: 10px;
	right: 10px;
	background: url(/img/omron.gif) no-repeat;
}
#speidel-keller {
	position: absolute;
	width: 77px;
	height: 60px;
	top: 50px;
	right: 10px;
	background: url(/img/speidel-keller.gif) no-repeat;
}

/****** BREADCRUMBS ******/
ul#breadcrumbs {
	border-bottom: 1px solid #095ba6;
	padding: 5px 0;
}
ul#breadcrumbs li {
	display: inline;
	padding: 0 0 0 10px;
	background: url(/img/li.gif) no-repeat left;
	font-weight: bold;
	height: 16px;
	overflow: hidden;
}
ul#breadcrumbs li:first-child {
	background: none;
}

/****** MAIN MENU ******/
#menu {
	position: absolute;
	top: 80px;
	right: 20px;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
	padding-left: 10px;
	margin-left: 5px;
	border-left: 1px solid #cddeed;
}
#menu li.first {
	border: 0;
	margin-left: 0;
	padding-left: 0;
}
#menu li a {
	color: #fff;
	padding: 2px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#menu li a:hover {
	text-decoration: underline;
}

/****** CONTENT ******/
#content p {
	margin: 10px 0;
}
#content h1, h2, h3, h4 {
	color: #555;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
#content h1 {
	font-size: 12pt;
}
#content h2 {
	font-size: 11pt;
}
#content h3 {
	font-size: 10pt;
}
#content h4 {
	font-size: 10pt;
}

/****** MAIN CONTENT ******/
#content-main {
	padding: 10px;
}
#products {
	list-style-type: none;
}
.cart {
	border-collapse: collapse;
	width: 100%;
}
.cart th {
	font-weight: bold;
	padding: 5px;
}
.cart td {
	padding: 5px;
	border-right: solid 1px #fff;
}
.cart tr.head {
	color: #fff;
	background: #095ba6;
	border-right: solid 1px #fff;
}
.cart tr.even {
	background: url(/img/tr-even-bg.gif) top left repeat-x #f8f8f8;
	border-top: solid 1px #fff;
	color: inherit;
}
.cart tr.odd {
	background: url(/img/tr-odd-bg.gif) top left repeat-x #fdfdfd;
	border-top: solid 1px #fff;
	color: inherit;
}
.cart table td {
	padding: 0;
	border: none;
}
.data {
	border-collapse: collapse;
}
.data th {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #999;
}
.data td {
	padding: 5px;
	border: 1px solid #999;
}


/****** LEFT CONTENT ******/
#content-left {
	background: url(/img/left-bg.gif) top right repeat-y #fff;
	padding: 10px;
}
#search {
	border-bottom: 1px solid #ddd;
}
#content-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content-left li {
	margin: 0;
	padding: 4px 0;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
#content-left li a {
	text-decoration: none;
}

/****** RIGHT CONTENT ******/
#content-right {
	background: url(/img/right-bg.gif) top left repeat-y #fff;
	padding: 10px;
}

/****** FOOTER ******/
#footer {
	position: relative;
	z-index: 1;
	border-top: 1px solid #ddd;
	padding: 5px;
	text-align: center;
}

/****** CLASSES ******/
div.inner {
	padding: 10px;
}
.clear {
	clear: both;
}
.right {
	text-align: right;
}
a.current {
	color: #666;
}
.error {
	text-align: center;
	border: 1px solid red;
	margin: 5px 0;
	padding: 10px;
}
.ok {
	text-align: center;
	border: 1px solid #080;
	margin: 5px 0;
	padding: 10px;
}
/****** PRODUCTS ******/
#prod-table {
	border-collapse: collapse;
}
#prod-table td {
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 2px solid #bbb;
	padding: 10px;
}
.prod-item {
/*	margin: 5px;*/
}
.prod-title {
	padding: 5px;
	color: #095ba6;
	border: none;
}
.prod-title a {
	color: #095ba6;
}
.prod-image {
	float: left;
	padding: 0 10px 10px 0;
}
.prod-desc {
	padding: 10px;
}
.prod-buy {
	text-align: right;
	font-size: 10pt;
	padding: 5px;
}
.prod-price {
	text-align: right;
	font-size: 11pt;
	font-weight: bold;
	color: #095ba6;
}
.prod-price img {
	margin-bottom: -5px;
}
.rounded-corners {
	background: #fff;
	padding: 10px;
	border: 1px solid #095ba6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/border-radius.htc);
	text-align: center;
	vertical-align: top;
}

