@CHARSET "UTF-8";

* {
	font-family: Tahoma, Helvetica, Verdana, Arial, sans serif;
}

/* General styles */
body {
	margin: 0;
	padding: 0;
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 600px;
	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 90%;
}

h1 {
	font-size: 18px;	
}

h2 {
	font-size: 16px;	
}

h3 {
	font-size: 16px;	
}

a {
	color: #ff9500;
	font-weight: bold;
}

a:hover {
	color: #ffe600;
	background: #606fb3;
	text-decoration: none;
}

h1,h2,h3 {
	margin: .8em 0 .2em 0;
	padding: 0;
}

p {
	margin: .4em 0 .8em 0;
	padding: 0;
}

img {
	margin: 10px 0 5px;
}

/* Header styles */
#header {
	clear: both;
	float: left;
	width: 100%;
	background-color: #002b80;
	color: #FFFFFF;
}

#header {
	border-bottom: 1px solid #000;
}

#hleft a {
	color: white;
	text-decoration: none;	
}

#hleft {
	float: left;
	font-weight: bold;
	padding: 2px 0 2px 5px;
}

#lleft {
	float: left;
	padding-top: 2px;	
}

#lright {
	float: right;	
}

#hright {
	float: right;	
	padding: 2px 5px 2px 0;
	font-style: italic;
}

#header p,#header h1,#header h2 {
	padding: .4em 15px 0 15px;
	margin: 0;
}

/*
#header ul {
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#header ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li a {
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	text-align: center;
	background: #eee;
	color: #000;
	text-decoration: none;
	position: relative;
	left: 15px;
	line-height: 1.3em;
}

#header ul li a:hover {
	background: #369;
	color: #fff;
}

#header ul li a.active,#header ul li a.active:hover {
	color: #fff;
	background: #000;
	font-weight: bold;
}

#header ul li a span {
	display: block;
}
*/

/* 'widths' sub menu */
#layoutdims {
	clear: both;
	background-color: #3d4e9c;
	border-top: 2px solid #000;
	margin: 0;
	padding: 6px 15px !important;
	height: 25px;
	/*text-align:right;*/
}

#layoutdims h1,
#layoutdims h2,
#layoutdims h3,
#layoutdims h4,
#layoutdims h5,
#layoutdims h6 {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 12px;	
}

/* column container */
.colmask {
	position: relative;
	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}

/* holy grail 3 column settings */
.holygrail {
	background: #606fb3; /* Right column background colour */
}

.holygrail .colmid {
	float: left;
	width: 200%;
	margin-left: -330px; /* Width of right column */
	position: relative;
	right: 100%;
	background: #fff; /* Centre column background colour */
}

.holygrail .colleft {
	float: left;
	width: 100%;
	margin-left: -50%;
	position: relative;
	left: 530px; /* Left column width + right column width */
	background: #606fb3; /* Left column background colour */
}

.holygrail .col1wrap {
	float: left;
	width: 50%;
	position: relative;
	right: 330px; /* Width of left column */
	padding-bottom: 1em;
	/* Centre column bottom padding. Leave it out if it's zero */
}

.holygrail .col1 {
	margin: 0 215px 0 345px; /* Centre column side padding:
                           	Left padding = left column width + centre column left padding width
                           	Right padding = right column width + centre column right padding width */
	position: relative;
	left: 200%;
	overflow: hidden;
}

.holygrail .col2 {
	float: left;
	float: right; /* This overrides the float:left above */
	width: 170px;
	/* Width of left column content (left column width minus left and right padding) */
	position: relative;
	right: 15px;
	/* Width of the left-had side padding on the left column */
}

.holygrail .col3 {
	float: left;
	float: right; /* This overrides the float:left above */
	width: 300px;
	/* Width of right column content (right column width minus left and right padding) */
	margin-right: 45px;
	/* Width of right column right-hand padding + left column left and right padding */
	position: relative;
	left: 50%;
}

/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
}

#footer p {
	padding: 10px;
	margin: 0;
}

/*************/
/* home page */
/*************/
.bzCatSet {
	width: 45%;
	border: 1px solid #606fb3;
	margin: 5px;
	font-size: 12px;
}

.bzCatSet h1 {
	padding: 0px;
	margin: 0px;
	background-color: #3d4e9c;
	color: white;	
}

.bzCatSet h1 a {
	font-size: 14px;
	color: #ffffff;
	margin-left: 10px;	
}

.left {
	clear: both;
	float: left;
	margin-left: 2%;
}

.right {
	float: right;
	margin-right: 2%;
}

fieldset#bzStartNewest {
	margin: 10px 0 10px 0;
	padding: 5px;	
}

#bzStartNewest ul {
	margin: 0 0 0 15px;
	padding: 0;
	font-size: smaller;
}

/**********************/
/* Category list page */
/**********************/

fieldset#bzCatListNewest {
	margin: 30px 0 5px 0;
	padding: 0;	
}

#bzCatListNewest ul, #bzCatListNewest li {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#bzCatListNewest li {
	clear: both;	
	margin-bottom: 10px;
}

#bzCatListNewest li.odd {
	background-color: #DDDDDD;
	padding: 5px 0 5px 0;	
}

.bZNewestLeft {
	float: left;	
	vertical-align: top;
	padding: 0 5px 0 5px;
}

/*****************/
/* Category page */
/*****************/
.paging {
	height: 20px;
	display: table-row;
}

.leftPaging {
	float: left;
	width: 10em;
}

.rightPaging {
	float: right;
	width: 15em;
	text-align: right;
	display: table-cell;
}

.rightPaging a {
	font-size: smaller;	
}

.middlePaging {
	margin: 0 15em 0 10em;
	min-width: 5em;	
}

.bzCatsSet {
	border: 1px solid #606fb3;
	margin: 5px;
	font-size: 12px;
	padding: 5px;
}

.bzCatsSet h1 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.bzCatsImg {
	float: left;
	margin-right: 5px;
}

.bzCatsTxt {

}

.bzCatsLnk {
	clear: both;
	text-align: right;
}

/* Article page */
.bzComm {
	border: 1px solid #dddddd;
	margin-bottom: 5px;
	padding: 5px;
}

.bzComm h4 {
	margin: 0;
	padding: 0;
}

#detImg {
	float: left;
}

#detDets {
	clear: both;
}

#detRght {
	margin-left: 250px;	
	margin-top: 15px;
}

#detPrc {
	background-image: url('/img/system/pricebg.png');
	width: 130px;
	height: 45px;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 12px 0 0 13px;
}

#detErhaelt {
	
}

#detDirLnk {
	margin-top: 5px;
}

#detDirLnk a {
	font-size: 16px;
	color: #ffe600;
	background: #606fb3;
	padding: 3px;
}

.amaRghtSm {
	font-size: smaller;
}

.small {
	font-size: smaller;
}

ul#sameArts {
	font-size: smaller;
	margin: 0;	
}

/* Left column */
.col2 h2 {
	font-size: smaller;	
}

/* Right column */
.col3 h2 {
	font-size: smaller;	
}

.col3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.col3 ul li a {
	font-size: smaller;
}