body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	background-color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 1px;
	word-spacing: 1px;
	color: #000000;
}
.smalltitle_black {
	font-weight: bold;
	color: #000000;
}
.smalltitle_orange {
	font-weight: bold;
	color: #FF8C13;
}
.smalltitle_lightblue {
	font-weight: bold;
	color: #B7CEDF;
}
a {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #000099;
}
h1 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
.bgpic {  
	background-attachment: fixed; 
	background-color: #FFFFFF; 
	background-image: url(../images/misc/background_logo.gif); 
	background-repeat: no-repeat; 
	background-position: center center
}
.BorderedBox {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	background-image: url(../images/misc/BorderedBoxGradientBackground.gif);
	background-repeat: repeat-x;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.MotMBorderedBox {
	background-color: #B7CEDF;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.smalltitle_white {
	font-weight: bold;
	color: #FFFFFF;
}
.largetitle_black {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}
.largetitle_orange {
	font-size: 14px;
	font-weight: bold;
	color: #FF8C13;
	line-height: 18px;
}
.MotMBorderedPhoto {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	border: 2px solid #FF8C13;
}
.smalltitle_red {
	font-weight: bold;
	color: #FF0000;
}
#openingHoursPanel {
	text-align: center;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 100px;
	border: 1px solid #FF8C13;
}
.stocklistGrid {
    border: solid 1px #FF9900;
    border-left-color: #fff;
    border-right-color: #fff;
    background-color: #fff;
}
.stocklistGridAltRow {
    background-color: #B7CEDF;
    border-left-color: #B7CEDF;
    border-right-color: #B7CEDF;
}
.stocklistGridHeader 
{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.imageviewgallery {
    margin: 5px auto;
    width: 400px;
    border: 2px solid #ccc;
    clear: both;
}
.slideshowgallery {
    margin: 5px auto;
    width: 800px;
    border: 2px solid #ccc;
    clear: both;
}
.imageviewthumbs, .slideshowthumbs {
    text-align: center;
}
.imageviewthumbs a img, .slideshowthumbs a img {
    border: 1px solid #000;
    margin: 1px;
}
.imageviewthumbs a.active, .imageviewthumbs a:hover, .slideshowthumbs a.active, .slideshowthumbs a:hover {
    outline: none;
}
.imageviewthumbs a.active img, .imageviewthumbs a:hover img, .slideshowthumbs a.active img, .slideshowthumbs a:hover img {
    border: 1px solid #ccc;
}