/* System classes and global styles */
/* Links */
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	text-decoration: none;
}
#login a:link,
#login a:visited,
#login a:active {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
#login a:hover {
	color: #96ddff;
}


/* Headers */
.heading,
h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0077b1;
	clear: both;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #96ddff;
}
#sidebar h2 {
	font-size: 1.1em;
	color: #96ddff;
}
h3 {
	margin-bottom: 2px;
	font-weight: bold;
	color: #000000;
	clear: both;
}
h2.left,
h3.left,
.heading .left {
	text-align: left;
}
h2.right,
h3.right,
.heading .right {
	text-align: right;
}


/* Tables */
td.label {
	padding-right: 20px;
}


/* Messages, Warnings and Errors */
.success,
.message {
	font-size: 0.9em;
	color: black;
	background-color: lightgreen;
	border: 1px solid green;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}
.failure,
.warning {
	color: #000000;
	font-size: 0.9em;
	background-color: #FFB3B5;
	border: 1px solid red;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}
.error {
	color: #FF0000;
	font-size: 0.8em;
	display: block;
	clear: both;
}


/* Breadcrumbs */
.breadcrumb {
	color: #999999;
	margin: 10px 0px 10px 0px;
}
.breadcrumb a {
	color: #006699;
}


/* Forms */
/* Required mark */
.required {
	margin: 0;
	color: #FF0000;
	display: inline;
}

/* Inputs */
input {
	
}

/* Buttons */
.button {
	
}
.buttons {
	border: 1px solid #EEEEEE;
	margin: 10px 0px;
	clear: both;
}
.buttons input {
	height: 20px;
	margin: 3px;
}
table.buttons {
	width: 100%;
}
table.buttons td {
	vertical-align: middle;
}


/* Boxes, Bars and other elements */
.left {
	float: left;
}
.right {
	float: right;
}
.box {
	/*border: 1px solid silver; */
	padding: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.box table {
	border: 1px solid silver;
	width: 100%;
}
.bar {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
}
.bar .left {
	padding-top: 4px;
}
.bar select {
	width: 10em;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 0.9em;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}


/* Content */
.categories,
.products,
.images {
	float: left;
	width: 33.3%;
	text-align: center; 
	height: 140px;
}
.products {
	width: 50%;
}

/* Startpage */
#start_imgs {
	margin: 10px auto;
	text-align: center;
}

/* Products */
.products {
	height: auto;
}
.productimg {
	float: right;
	text-align: center;
}

/* Prices */
.price {
	font-size: 0.8em;
}
.price_old {
	text-decoration: line-through;
}
.price_new {
	color: #FF0000;
}

/* Images */
.images a {
	font-size: 10px;
}
.images img, .categories img {
	border: 0px;
	margin-bottom: 10px;
}
.imglabel {
	font-weight: normal;
	font-size: 0.8em;
}
a .imglabel {
	font-weight: bold;
	font-size: 1em;
}
a img {
	text-decoration: none;
}

