﻿body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

form,h1,h2,h3,h4,h5,h6{
	margin-top:0px;
	margin-bottom:0px;
}

A {
	COLOR: #000000;
	text-decoration: underline;
}

#pagewrapper{
	width: 780px;
}

#shoppingbarwrapper{
	width: 780px;
	background-color: #cc0000;
}

#shoppingbarpadding{
	padding: 4px;
}

#shoppingbar{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	background-color: #cc0000;
	width: auto;
}

#shoppingbar li{
	padding: 0;
	margin: 0px;
	display: inline;
	background-color: #cc0000;
}

#shoppingbar li a{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #cc0000;
	text-decoration: none;
	padding: 3px 20px;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0px;
}

#shoppingbar li a:hover{
	background-color: #cc0000;
	color: #F9F26F;
}

.clearfloat{
	height: 0px;
	line-height: 0px;
	font-size: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#footerwapper{
	width: 780px;
	background-color: #cc0000;
}

#footerpadding{
	padding: 4px;
	text-align: center;
	background-color: #cc0000;
}

.footer{
	color: white;
	text-decoration: none;
	font-size: 0.6em;	
}

.footer a{
	color: white;
	text-decoration: none;
	font-weight: bolder;
}

.footer a:hover{
	color: #F9F26F;
	text-decoration: none;
	font-weight: bolder;
}

.today{
	font-size:0.8em;
}

.productbox{
	margin:20px;
	border:1px solid black;
	padding:20px;
}

.producttitle{
	font-size:2em;
	font-weight:bold;
	color:#CC0000;
}

.producttitle a{
	font-weight:bold;
	color:#CC0000;
}

.productsubtitle{
	font-size:1.5em;
	color:#CC0000;
	font-weight: normal;
}

.baskettext {
	font-size: 0.7em;
	color:#000000;
}

.rule{
	background-color: #CCCCCC;
	height: 1px;
	line-height: 0px;
	font-size: 1px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.price{
	font-weight: bold;
	color:#CC0000;
}

.oldprice{
	text-decoration: line-through;
}

.saleprice{
	font-weight:bold;
	color:#CC0000;
}

.txt{
	font-size:0.8em;
}

.errorMessage {
	FONT-WEIGHT: bold;
	COLOR: red;
}