/* Defined Styles */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 140%;
}

p {
	margin: 10px 0 0 0;
}

/* Predefined Styles */

.left {
	background-image: url(/image/left_bg.png);
	background-repeat: repeat-y;
}

.lefttab {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AB0000;
	border-bottom-color: #DEDEDE;
	margin: 5px 0 0 0;

}

.leftnav {
	width: 150px;
	height: 19px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DEDEDE;
	border-bottom-color: #AB0000;
}

.leftnav a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 140px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px
}

.leftnav a:hover {
  background-color: #FFCC00;
  color: #000;
}

.left img {
	padding: 10px 0 0 0;
}

.top {
	background-image: url(/image/top_bg.png);
	background-repeat: repeat-x;
	color: #000;
}

.top ul {
	margin: 0;

}

.top li {
	display: inline;
	background-image: url(/image/top_spacer.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 10px 0 10px;
}

.top a {
	color: #000;
	text-decoration: none;
}

.top a:hover {
	text-decoration: none;
	color: #000;
}

.logo {
	background-image: url(/image/logo_bg.png);
	background-repeat: repeat-x;
}

.right {
	background-image: url(/image/right_bg.png);
	background-repeat: repeat-y;
}

.right img {
	padding: 0 0 5px 5px;
}

.thumbnail {
	height: 220px;
}

.thumbs {
	width: 180px; 
	float:left; 
	margin: 10px 12px 0 0;
	height: 240px;
}

.thumbpic {
	width: 180px;
	height: 180px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.minibanners {
	width: 100%;
	height:auto;
}

.minibanners img {
	padding: 0 5px 5px 0;

}

.shopping {
	width: 168px;
	height: auto;
	border: 1px solid #3C4B61;
	background-image: url(image/sidebanners/shoppingbasket.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 5px 0 5px 5px;
	background-color: #fff;
}

.shopping2 {
	padding: 25px 5px 5px 5px;
}

.shopping2 .boxTitleRight {
	display: none;
}

.mailinglist {
	width: 158px;
	height: auto;
	border: 1px solid #3C4B61;
	margin: 5px 0 5px 5px;
	background-color: #fff;
    padding: 5px;
}

.registering {
	color: #fff;
}

.registering a{
	color: #fff;
	text-decoration: none;
}