/* DEFAULT STYLES */
BODY {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px;
	background-image:  url(images/background.jpg);
}
P, BLOCKQUOTE, SPAN, DIV, TABLE, TR, TD, TH {
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
}
/* LINKS */
a {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
.strong {
	font-weight: bold;
}
.strong-highlight {
	font-weight: bold;
	color: #0000FF;
}
.smaller {
font-size: 12px;
font-weight:normal;
color:#0000FF;
}
.emphasis {
	font-style: italic;
}
.strong-emphasis {
	font-weight: bold;
	font-style: italic;
}
.headline {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	text-transform: uppercase;
}
.headline-small {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	text-transform: uppercase;
}
.headline-light {
	font-size: 14px;
	font-style: italic;
	color: #FF0000;
	text-transform: uppercase;
	font-weight: normal;
}
.highlight {
	font-size: 16px;
	font-weight: bold;
}
.menu {
	font-style: italic;
	font-weight: bold;
}
.order {
	background-color: #FFFFFF;
	background-image: none;
}
.headline-float,  .headline-float-blue {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	float: right;
	margin-right: 3px;
	margin-left: 3px;
}
.headline-float {
	color: #FF0000;
}
.headline-float-blue {
	color: #0000FF;
}
.headline-float2 {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	float: right;
	margin-right: 3px;
	margin-left: 3px;
}
.headline-float-blue2 {
	color: #0000FF;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	float: right;
	margin-right: 3px;
	margin-left: 3px;
}

a.cart-bth {
    border: 1px solid #939393;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    padding: 3px 6px;
    background: #DFDFDF;
	font-size:12px;
}
a.cart-bth:hover {
    color: #F00;
}