/* CSS Document */

.closed_shop {
	background-color:yellow;
	border:1px solid #FF0000;
	font-weight:bold;
	color:#FF0000;
	padding:5px;
	font-size:1.2em;
	margin-bottom:10px;
	display:none;
	}
	
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: arial;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#container {
	position: relative;
	min-height: 100%;
}
* html #container {
	height: 100%;
}
#mast-head {
	background-image:  url(/images/mast-middle.gif);
	height: 94px;
	background-repeat: repeat-x;
}
#mast-left {
	float: left;
	width: 130px;
	height: 94px;
	background-image:  url(/images/mast-left.gif);
}
/* There should be a 1x1 transparent gif in the left mast. It will be resized
to dimesions the same as the left-mast cell. It can then by hyperlinked to "home"*/
#mast-left img {
	width: 130px;
	height: 94px;
}
#mast-right {
	float: right;
	width: 235px;
	height: 94px;
	background-image:  url(/images/mast-right.gif);
}

/* Navigation related styling */
#left-site-navigation  {
	float: left;
	width: 140px;
}
#left-site-navigation ul {
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left-site-navigation li {
	list-style-type: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#left-site-navigation a {
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	color: #000033;
	font-size: 12px;
	display: block;
	padding-bottom: 3px;
	padding-left: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
#left-site-navigation a:hover {
	background-color: #CECEFF;
}

/* Styles applying to main content div of pages */
#main-content {
	width: 580px;
	float: left;
	padding: 0.4em;

}
#main-content h1,h2,h3 {
	font-weight: bold;
	color: #0033CC;
}
#main-content h1 {
	font-size: 16px;
	background-color: #E5ECF9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#main-content h2 {
	font-size: 14px;
	background-color: #E5ECF9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#main-content h3 {
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
}
#main-content p {
	font-size: 12px;
	color: #000033;
	margin-right: 10px;
	margin-left: 10px;
}
#main-content li {
	font-family: arial;
	font-size: 12px;
	list-style-type: square;
	color: #000033;

}
#sidebar-weather {
	float:left;
	display:inline;
	padding: 13px 0 0 10px;
}
/* General styling */
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.right-picture {
	float: right;
	border: 1px solid #666666;
	margin-left: 10px;
	display: block;
}
#featured-product {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033FF;
	height: 230px;
}
#product-list ul {
	margin: 0px;
	padding: 0px;
}
#product-list li {
	display: block;
	list-style-type: none;
	text-align: center;
	width: 170px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 2px 8px;
	padding: 0px;
	float: left;
}
#product-list {
	text-align: center;
}
#product-list img {
	border: none;
}
#product-list a {
	color: #000033;
	text-decoration: none;
}
#product-list a:hover {
	color: #0000CC;

}
#knowledge-base-list li {
	list-style-type: disc;
}
td {
	font-size: 12px;
}
#small-list {
	font-size: 9px;
	color: #999999;
	clear: both;
}
#footer-spacer {
	float: left;
	clear: both;
	height: 2em;
	width: 100%;
}
#footer {
	clear: both;
	margin-top: -1.8em;
	height: 1.8em;
	position: relative;
	padding: 2px;
	display: block;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0033FE;
}
#footer a:link,
#footer a:hover,
#footer a:active,
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
img.listing-image-left {
	float: left;
	display: inline;
	border: 1px solid #333333;
	margin-right: 5px;
}
img.article-image-right {
	float: right;
	display: inline;
	border: 1px solid #333333;
	margin-left: 5px;

}
img.article-image-left {
	float: left;
	display: inline;
	border: 1px solid #333333;
	margin-right: 5px;

}
img.listing-image-right {
	float: right;
	display: inline;
	border: 1px solid #333333;
	margin-left: 5px;

}
span.our-price {
	font-weight: bold;
	color: #009900;
}
a.order-now:link, a.order-now:hover, a.order-now:active, a.order-now:visited {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#main-content #left-column {
	float: left;
	width: 210px;
	text-align: center;


}
#main-content #right-column {
	float: left;
	clear: right;
	width: 370px;


}
div.buy-box-form {

	margin-right: 10px;
	margin-left: 10px;
}
#left-column img {
	margin: 2px;
	clear: both;
	border: 1px solid #666666;
}
a.order-now:active { text-align: right }

form {
	display: inline;
}
td.form-label {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 125px;
}
td.form-label-error {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 125px;
	color: red;
}
.form-field {
	width: 200px;
}
.form-textarea {
	height: 100px;
	width: 200px;
}
.error-colour {
	color: #FF0000;
}
#errornotification {
	border: 3px solid red;
	background-color: #00C0C0;
	background-image: url(../images/error_cross.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	color: #FFFFFF;
	display: none;
	min-height: 60px;
	padding-left: 70px;
}
#errornotification-prop {
	float: left;
	height: 50px;
	width: 1px;
}
#error-list {
	margin: 0px 0px 3px 10px;
	padding: 0px;
	list-style-position: inside;
	color: #FFFFFF;
}
div.product-info-next-to-pic {
	float: left;
	width: 400px;
}
div.product-info-pic {
	float: left;
	width: 160px;
	margin-left: 10px;
}
#breadcrumbs {
	font-style: italic;
	font-weight: bold;
	clear: both;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#breadcrumbs a:link,
#breadcrumbs a:hover,
#breadcrumbs a:active,
#breadcrumbs a:visited {
	text-decoration: none;
}
#pay-by-cc-notification,
#pay-by-cc-notification a:link,
#pay-by-cc-notification a:hover,
#pay-by-cc-notification a:active,
#pay-by-cc-notification a:visited {
	font-family: arial;
	font-size: 9px;
	text-align: center;
	margin-top: 10px;
	clear: both;
}
