body {
	margin: 0;
	padding: 0;
	font: 85% arial, helvetica, sans-serif;
	text-align: left;
	color: #666;
	background-color: #F7F7F7;
}

a:link {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #666;
	text-decoration: none;
}

h2 {
	color: #666;
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h3 {
	color: #666;
	font-size: 105%;
	font-weight: bold;
	margin-top: 0;
}

#container {
	margin: 0em auto;
	width: 750px;
	text-align: left;
	background-color: #fff;
	border-left: 2px solid #F7F7F7;
	border-right: 2px solid #F7F7F7;
}

#header {
	height: 88px;
	width: 100%;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 3px solid #F7F7F7;
	position: relative;
}

#menu {
	background-color: #666666;
	color: #F7F7F7;
	padding: 1px 0;
	margin-bottom: 22px;
	font-weight: bold;
}

#menu li {
	display: inline;
	padding: 0 10px;
}

#menu li a {
	text-decoration: none;
	color: #F7F7F7;
}

#menu li a:hover {
	text-decoration: none;
	color: #28FF00;
}

#rightcol {
	float: right;
	width: 165px;
	border-left: 1px solid #AAA;
	padding-left: 15px;
}

#rightcol ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 165%;
}

#contents {
	margin: 0 200px 40px 20px;
}

#contents p {
	line-height: 120%;
	text-align: justify;
}

.imagefloat {
	float: right;
	padding: 2px;
	border: 1px solid #AAA;
	margin: 0 0 10px 10px;
}

.image {
	border: 1px solid #AAA;
	margin: 0 0 0 0;
	padding: 2px;
}

#footer {
	clear: both;
	color: #F7F7F7;
	text-align: right;
	background-color: #666666;
	border-bottom: 2px solid #fff;
	padding: 5px;
	font-size: 90%;
}

#footer a:link {
	color: #F7F7F7;
	text-decoration: none;
}

#footer a:visited {
	color: #F7F7F7;
	text-decoration: none;
}

#footer a:hover, a:active {
	color: #F7F7F7;
	text-decoration: underline;
}

#price {
	background-color: #F7F7F7;
	color: #666;
	width: 40%;
	padding: 10px 10px 10px 10px;
	border: 1px solid #28FF00;
}

.blinkingText {
	text-decoration: blink;
}

#breadcrumb {
	margin: 0 200px 20px 20px;
	font-size: 84%;
}

.field {
	font: 100% arial, helvetica, sans-serif;
	color: #666;
}

.tableLine {
	background-color: #F5CDF9;
}

.line {
	border-bottom: 1px dotted #A6BC95;
}

.promotionprice {
	font-weight: bold;
	color: #FF52FF;
}

.normalprice {
	text-decoration: line-through;
}

.productlist {
	height: 150px;
}

.important {
	color: #E15C51;
	font-weight: bold;
}

.tresimportant {
	font-size: 150%;
	color: #E15C51;
	font-weight: bold;
}

.linkImportant a:link {
	color: #E15C51;
	font-weight: bold;
	text-decoration: underline;
}

.linkImportant a:visited {
	color: #E15C51;
	font-weight: bold;
	text-decoration: underline;
}

.linkImportant a:hover {
	color: #E15C51;
	font-weight: bold;
	text-decoration: none;
}

.linkImportant a:active {
	color: #E15C51;
	font-weight: bold;
	text-decoration: none;
}

.promotext {
	border:5px solid #A6020F;
	background-color:#FC1F30;
	padding:10px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
}
