html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-align: left;
	background-color: #500a0b;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #500a0b;
	border-bottom: 2px #a3a3a3 solid;
	clear: both;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #500a0b;
	clear: both;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #500a0b;
	clear: both;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #500a0b;
	clear: both;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #500a0b;
	clear: both;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	color: #500a0b;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

dl,dt,dd,td,th,div {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

ul, ul ul, ul ul ul, ol ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-indent: 0px;
	list-style-position: outside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	border-width: 0px;
}

ol, ul ol, ul ul ol, ul ol ol {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-indent: 0px;
	list-style-position: outside;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

form,option,select,textarea,input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

button {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #7e1212;
}

.important {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #500a0b;
	text-decoration: underline;
}

/*
	print information
*/
div.print_header {
	display: none;
}

div.print_footer {
	display: none;
}


div.container {
	width: 900px;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #ffffff;
}

div.top {
	width: 900px;
	height: 230px;
	margin: 0px;
	padding: 0px;
	background-color: #7e1212;
}


div.languages {
	float: right;
	display: inline;
	width: 50px;
	height: 100px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

div.language {
	width: 27px;
	height: 16px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

div.logo {
	float: left;
	display: inline;
	width: 338px;
	height: 90px;
	margin: 120px 0px 0px 30px;
	padding: 0px;
}

div.menu {
	width: 900px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-color: #555555;
}

div.body {
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

div.title {
	width: 860px;
	margin: 20px 20px 10px 20px;
	padding: 0px;
}

div.content {
	width: 860px;
	margin: 10px 20px 10px 20px;
	padding: 0px;
}

div.content_left {
	float: left;
	display: inline;
	width: 330px;
	margin: 0px;
	padding: 0px;
}

div.content_middle {
	float: left;
	display: inline;
	width: 250px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

div.content_right {
	float: right;
	display: inline;
	width: 250px;
	margin: 0px;
	padding: 0px;
}

div.content_left50 {
	float: left;
	display: inline;
	width: 400px;
	margin: 0px;
	padding: 0px;
}

div.content_right50 {
	float: right;
	display: inline;
	width: 400px;
	margin: 0px;
	padding: 0px;
}

div.footer_box {
	clear: both;
	width: 860px;
	margin: 30px 20px 20px 20px;
	padding: 0px;
}

/*
	contact page
*/
table.contact {
	border-spacing: 5px;
}

td.contactfield {
	text-align: right;
	vertical-align: top;
	line-height: 16px;
}

td.contact {
	vertical-align: top;
	line-height: 16px;
}

input.contact {
	width: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

textarea.contact {
	width: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

input.checkbox {
	width: 10px;
	height: 10px;
}


div.footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
}


/*
	search box
*/

div.searchtitle {
	width: 330x;
	height: 40px;
	background-color: #500a0b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	margin: 21px 0px 0px 0px;
}

table.search {
	margin: 20px 0px 20px 0px;
	border-spacing: 0px;
}

td.searchfield {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-align: left;
	width: 100px;
	border-bottom: 1px solid #7e1212;
}

td.searcharrow {
	width: 16px;
	background-image: url("/mmp/graphics/common/bg_arrow.gif");
	background-repeat: no-repeat;
}

td.search {

}

/*
	search result table
*/
div.content_result {
	width: 860px;
	margin: 0px 20px 10px 20px;
	padding: 0px;
}

table.result {
	width: 860px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
	empty-cells: show;
}

th.result {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	vertical-align: bottom;
	margin: 0px;
	padding: 2px 2px 2px 2px;
}

td.result {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	vertical-align: bottom;
	margin: 0px;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #636363;
}

td.result_offer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #500a0b;
	vertical-align: bottom;
	margin: 0px;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #636363;
}


td.result_hi {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	vertical-align: bottom;
	margin: 0px;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #636363;
	background-color: #eeeeee;
}

td.result_hi_offer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #500a0b;
	vertical-align: bottom;
	margin: 0px;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #636363;
	background-color: #eeeeee;
}

/*
	shopping cart
*/
table.basket {
	width: 860px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
	empty-cells: show;
}



/*
	offers
*/
div.offerbox {
	width: 230px;
	border: 1px solid #500a0b;
	margin: 10px 0px 0px 0px;
	padding: 10px;
}

div.offertitle {
	width: 230px;
	height: 40px;
	background-color: #500a0b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
}

table.offers {
	width: 100%;
	margin-top: 5px;
}

td.offers-image {
	width: 100px;
	vertical-align: top;
	text-align: center;
}

td.offers-text {
	vertical-align: top;
}

span.offers-name {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

span.offers-special {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

span.offers-price {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #500a0b;
}

span.offers-priceold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: line-through;
}

/*
	shop info box on homepage
*/
div.shopbox {
	width: 240px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
}

div.shoptitle {
	width: 230px;
	height: 40px;
	background-color: #500a0b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
}

div.shopinfo {
	width: 230px;
	margin: 0px;
	padding: 10px 5px 0px 5px;
}

/*
	shipping address
*/
table.shipping {
	margin-left: 50px;
}

td.shippingfield {
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

td.shippingfieldmand {
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

td.shippingvalue {
}

/*
	text styles
*/

.important {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/*
	download list
*/

table.download
{
	width: 90%;
	border: 0;
	margin: 10px auto 0px auto;
	padding: 0px;
	border: 1px solid #7e1212;
}

tr.download
{
}

td.download_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}

td.download
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align:left;
}

td.download_highlighted
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
	vertical-align: top;
	text-align:left;
}

a.download_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
}

a.download_title:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

div.download_filesize {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

div.download_abstract {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}


/*
	edit mode styles
*/

fieldset {
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	background-color: #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 10px;
	width: 700px;
	border-style: ridge;
	border-width: 2px;
	-moz-border-radius:10px;
}

legend {
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}

fieldset.item {
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	background-color: #eeeeee;
	line-height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 5px 10px;
	width: 650px;
}

legend.item {
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}


form,option,select,textarea,input {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

table.item {
	width: 100%;
}

td.item-name {
	width: 20%;
	margin: 0px;
	padding: 5px 5px 2px 5px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

td.item-value {
	margin: 0px;
	padding: 5px 5px 2px 5px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-color: #ffffff;
}
