* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 76%;
	font-family: Arial;
}

img {
	border: none;
}

#main {
}
#main_background {
}

* html #main_background {
}

#header {
	display: none;
}

#container {
	overflow: hidden;
	width: 100%;
}
* html #container {

}
#left {
	display: none;
}

#center {
}
#center_breadcrumbs {
	display: none;
}

#content {
}
#content h1 {
	margin-top: 0.5em;
	margin-bottom: 1.2em;
	font-family: Verdana;
	color: #FE0000;
	font-size: 1.25em;
}
#content h2 {
	margin-top: 0.3em;
	margin-bottom: 1.0em;
	font-family: Verdana;
	color: #951415;
	font-size: 1.15em;
}
#content h1 a, #content h2 a {
	color: #951415;
	text-decoration: none;
}
#content h1 a:hover, #content h2 a:hover {
	text-decoration: underline;
}
#content p {
	margin-bottom: 1em;
}


#right {
	display: none;
}


#centerright {
}


#main_bottom {
	display: none;
}


/* --------------- Shop --------------- */

.listitem {
	border: 1px solid #BB0F13;
	overflow: hidden;
	margin-bottom: 20px;
	*width: 99%;
}
.listitem h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 1em;
	font-family: Verdana;
	color: #FFFFFF;
	background-image: url(/fileadmin/templates/images/right_h2_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E20916;
}
#center .listitem h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
#center .listitem h3 a:hover {
	text-decoration: underline;
}
.tt_products_item_single_display {
	overflow: hidden;
}
.product_image {
	padding: 5px;
	margin-right: 10px;
	float: left;
}
.product_info {
	background-color: #F0F0F0;
	padding: 5px;
	margin-left: 10px;
	float: right;
}
.product_note {
	padding: 5px;
}
.link {
	margin: 5px;
}
.order_form {
	margin: 5px;
}
.form_control {
	margin-top: 10px;
}
.order_button input {
	border: 1px solid #BB0F13;
	background-color: #E20916;
	color: #FFFFFF;
}

.product_right {
	overflow: hidden;
	margin-bottom: 25px;
}

.summary dt {
	float: left;
	width: 80px;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #E0E0E0;
}
.summary dd {
	margin-left: 95px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #F0F0F0;
}
.summary dd ul {
	clear: left;
	list-style-image: url(/fileadmin/templates/images/list_bullet_right.gif);
	list-style-position: 0px 0px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.summary dd ul li {
	margin-bottom: 5px;
}
.list_link {
	text-align: right;
}
.list_link a {
	color: #E20916;
	text-align: right;
	text-decoration: none;
}
.list_link a:hover {
  text-decoration: underline;
}

.basket_items {
	width: 100%;
}
.basket_items caption {
	padding: 3px;
}
.basket_items th, .basket_items td {
	padding: 3px;
	border: 1px solid #BB0F13;
}
.basket_items th {
	color: #FFFFFF;
	background-color: #BB0F13;
}
.basket_items .listitem {
	overflow: visible;
}
.delivery label {
	width: 100px;
}
.tt_products_basket ul {
	clear: left;
	list-style-image: url(/fileadmin/templates/images/list_bullet_right.gif);
	list-style-position: 0px 0px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.tt_products_basket ul li {
	margin-bottom: 5px;
}

.tt_products_basket_info fieldset {
	padding: 10px;
	border: 1px solid #BB0F13;
	margin-bottom: 1em;
}
.tt_products_basket_info legend {
	padding: 2px 10px;
	background-color: #E20916;
	border: 1px solid #BB0F13;
	color: #FFFFFF;
	font-weight: bold;
}

.billing_address label, .delivery_address label, .notes label {
	float: left;
	width: 30%;
}
.billing_address_row, .delivery_address_row {
	overflow: hidden;
	margin-bottom: 1em;
}

.tt_products_basket_payment dl, .tt_products_order_confirmation dl {
}
.tt_products_basket_payment dt, .tt_products_order_confirmation dt {
	width: 30%;
	float: left;
}
.tt_products_basket_payment dd, .tt_products_order_confirmation dd {
	margin-left:30%;
}

/* --------- News --------- */
.news-list-date {
	background-color:#FFFFFF;
	color:#000000;
	float:right;
	font-size: 0.7em;
	text-decoration: oblique;
	font-weight:normal;
	text-align:right;
	width:180px;
}
.news-list-morelink {
	display: none;
}