@CHARSET "ISO-8859-1";

.products_overview {
	float:left;
	position:relative;
	border: 3px solid #d0dbef;
	width: 585px;
	height: auto;
	padding: 5px;
	margin-bottom: -3px;
	font-family: Arial;
	font-size: 14px;
	color: black;
}

.product_image a {
	font-style: 'arial';
}
.product_image a:hover {
	font-style: 'arial';
}
.product_moreInfo_lnk_box {
	position:absolute;
	left: 450px;
	top: 90px;
}
.product_attachment_box {
	position:absolute;
	left: 150px;
	top: 90px;
}


.product_basketbox {
	position:absolute;
	left: 560px;
	top: 22px;
}

/*

global

*/

#shop_footer {
	position:relative;
	width: 596px;
	border: 1px solid #D0DBEF;
	background-color: #e6ebf6;
	height:20px;
	margin-top:5px;
	padding:5px 0;
}
#buy_again {
	float:left;
	width: 285px;
	text-align: left;
	padding: 2px 5px;
}
#basket_link {
	float:left;
	width:285px;
	text-align: right;
	padding: 2px 5px;
}
#empty_box {
	float:left;
	width: 285px;
}
#payment {
	float:left;
	width:285px;
	text-align: center;
	padding: 2px 5px;
}

a.footer_link {
	color: #5a7bb8;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
a.footer_link:visited {
	color: #5a7bb8;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
a.footer_link:hover {
	color: #5a7bb8;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

/*

product list

*/

.product{
	position: relative;
	border-left: 3px solid #D0DBEF;
	border-right: 3px solid #D0DBEF;
	border-bottom: 3px solid #D0DBEF;
	width: 582px;
	padding: 5px;
	height: auto;
	font-family: Arial;
	font-size: 14px;
}
.product_image{
	position:relative;
	float: left;
	margin-right: 10px;
}
.product_title{
	position: relative;
	float: left;
	width: 450px;
}
.product_title_link {
	color: #5a7bb8;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.product_description{
	position: relative;
	float: left;
	width: 450px;
}
.product_price {
	font-weight: bold;
}
.more_information{
	text-align: right;
}
.more_information_link {
	border: 1px solid #D0DBEF;
	color: #5a7bb8;
	background-color: #e6ebf6;
	padding: 2px 5px;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
}

/*
product details
*/

.product_detail{
	position: relative;
	border: 3px solid #D0DBEF;
	width: 582px;
	padding: 5px;
	height: auto;
	font-family: Arial;
	font-size: 14px;
}
.product_detail_image {
	position:relative;
	float: left;
	margin-right: 10px;
}
.product_detail_title{
	position: relative;
	float: left;
	width: 319px;
	color: #5a7bb8;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.product_detail_order{
	position: relative;
	float: left;
	width: 124px;
}
.product_detail_description{
	position: relative;
	float: left;
	width: 450px;
}
.product_detail_price {
	position:relative;
	float:left;
	font-weight: bold;
}
.product_detail_longdescription {
	position: relative;
	float: left;
	width: 570px;
}
.product_detail_attachment {
	position: relative;
	float: left;
	width: 570px;
	font-style: 'arial';
}
.product_detail_attachment_title {
	font-weight: bold;
}
.product_attachment_link a {
	text-decoration: none;
}
.product_attachment_link a:hover {
	text-decoration: underline;
}
/*

basket

*/

#basket_productlist {
	width: 600px;
	border: 1px solid blue;
}

.baskettables {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
}
.basket_tbl_top {
	border-top: 1px solid #d0dbef;
}
.basket_tbl_right {
	border-right: 1px solid #d0dbef;
}
.basket_tbl_bottom {
	border-bottom: 1px solid #d0dbef;
}
.basket_tbl_left {
	border-left: 1px solid #d0dbef;
}
.basket_tbl_header {
	border: 1px solid #d0dbef;
	background-color: #d0dbef;
	height: 20px;
	padding-left: 5px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
.basket_tbl_subheader {
	border: 1px solid #d0dbef;
	background-color: #d0dbef;
	height: 20px;
	padding-left: 5px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
.basketfield {
	border: 1px solid #d0dbef;
	background-color: #f6f9fd;
	width: 150px;
	height: 15px;
	margin: 1px;
	font-family: arial;
	font-size: 12px;
}
.basketdropdown {
	border: 1px solid #d0dbef;
	background-color: #f6f9fd;
	width: 150px;
	height: 20px;
	margin: 1px;
	font-family: arial;
	font-size: 12px;
}
.basketbuttons {
	border: 1px solid #9eb4dc;
	background-color: #b5c6e5;
	width: auto;
	height: auto;
	margin: 1px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
}
.agb_link{
	font-family: arial;
	text-decoration:underline;
}

#fields{
	display: none;
}
#fields_error{
	display: table-row;
}

.basketpadding {
	padding: 0 4px 0 4px;
}
