/* @override 
	http://www.hofa-bandshops.de/saltatio-mortis/templates/xt_default/css/stylesheet.css
	https://hofa-bandshops.de/saltatio-mortis/templates/xt_default/css/stylesheet.css
*/

/* THE BIG GUYS */

*, html {
	margin: 0;
	padding: 0;
}

html {
	background-color: #353736;
	background-image: url(../img/gut_hg_kachel.jpg); 
}


body {
	color: #444444;
	width: 100%;
	font: 85%/1.25em Verdana, sans-serif;
}


/* HEADINGS */

h1 {
	font: 90%/1.35em Palatino, Times, serif;
	color: #444444;
	font-size: 22px;
}

#content h1,
#contentfull h1 {
	background: url(../img/gut_kreuzchen.png) no-repeat left top;
	padding-left: 25px;
	line-height: 28px;
}

h2, h3 {
	font: bold 16px/1.35em Palatino, Times, serif;
	margin: 15px 0px 8px 0px;
}

/* LINKS GLOBAL */

a, a:link, a:visited {
	cursor: pointer;
	text-decoration: underline;
	background: transparent;
	color: #444444;
}


#content a:hover,
#content a:active {
	color: maroon;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
}

a img {
	border: none;
}

/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */

input {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 1px;
	-webkit-box-shadow: 1px 1px 4px 0px #333;
-moz-box-shadow: 1px 1px 4px 0px #333;
box-shadow: 1px 1px 4px 0px #333;
}

textarea {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #4E4E4F;
	border-left-color: #4E4E4F;
	border-bottom-color: #AEAEAE;
	border-right-color: #AEAEAE;
	margin-bottom: 5px;
}

select {

}

/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */

input[type=text], input[type=password] {
	border-width: 1px;
	border-style: solid;
	border-top-color: #4E4E4F;
	border-left-color: #4E4E4F;
	border-bottom-color: #AEAEAE;
	border-right-color: #AEAEAE;
}

/* PARAGRAPH GLOBAL */

p {
	margin-bottom: 1em;
}


.float_left {
	float: left;
}

.float_right {
	float: right;
}

.box_small_img {
	margin: 0pt 2px 3px 0pt;
}

/* FAKE HR DIV CAUSE OF IE TROUBLES */

div.hr {
	height: 1px;
	overflow: hidden;
	line-height: 0px;
	background-color: #4E4E4F;
}

div.hrlightgrey {
	height: 1px;
	overflow: hidden;
	line-height: 0px;
	background-color: #d3d3d3;
		margin-top: 3px;
}


div.hrproductpreview {
	height: 1px;
	overflow: hidden;
	line-height: 0px;
	background-image: url(../img/hr_productpreview.gif);
	margin-top: 15px;
	margin-bottom: 7px;
}

/* TABLE GLOBAL */

table td {
	padding-top: 2px;
}

/* WHOLE SITE WRAPPER */

#wrap {
	margin: 0 auto;
	width: 950px;
	min-height: 900px;
	background: #f3f2f3 url(../img/gut_hg_main.jpg) no-repeat left bottom;
}

#socialbookmark img {
	padding: 2px;
}

/* POPUP WINDOWS */

#popupwrap {
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	padding: 0px 0px 0px 10px;
}

#popupheaderwrap {
	background: url(../img/bg_topmenu.gif) repeat-x;
	height: 36px;
}

#popupmenu {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 36px;
	font-size: 13px;
	background: url(../img/bg_topmenu.gif) repeat-x;
}

#popupmenu li {
	height: 36px;
	float: left;
	padding: 0px 25px 0px 25px;
	margin: 0;
	background: url("../img/bg_topmenu_breakline.gif") no-repeat;
	background-position: right;
}

#popupmenu a, #popupmenu a:link, #popupmenu a:visited, #popupmenu a:hover, #popupmenu a:active {
	line-height: 36px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	margin: 0;
	padding: 0;
}

#popupmenu a:hover {
	color: #DB9501;
}

a.popuplink {
	padding-left: 20px;
	background: url(../img/printer.png) no-repeat center left;
}

/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */

#header {
	height: 115px;
	background: url(../img/gut_head2.jpg) no-repeat left top;
}

#header	#logo {
	width: 670px;
	padding-left: 0px;
	float: left
}


#header	#logo  img{
	
}

#header #search {
	height: 55px;
	float: right;
	color: #fff;
	margin-top: 5px;
	margin-right: 85px;
}

#header #search a {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	text-shadow: 2px 0px 2px #000000;
filter: dropshadow(color=#000000, offx=2, offy=0);
}

#header #search table tbody tr td strong {
	display: none;
}

#header td {
	padding-top: 1px;
	padding-right: 4px;
}

/* BREADCRUMB PATH AS LIST */

#breadcrumb {
	clear: both;
	height: 26px;
	font-size: 11px;
	background: url(../img/gut_breadcrump.jpg) no-repeat left top;
}

#breadcrumb a,
#breadcrumb a:link, 
#breadcrumb a:visited {
	text-decoration: none;
	color: #444444;
	background: url(../img/gut_bk_arrow.gif) no-repeat left center;
	padding-left: 5px;
	margin-right: 2px;
}

#breadcrumb a:hover, 
#breadcrumb a:active {
	color: maroon;
}

#breadcrumb ul li {
	display: inline;
}

#breadcrumb ul {
	list-style-image: url(../img/bg_breadcrumbarrow.gif);
	padding-left: 10px;
	padding-top: 2px;
	font-weight: bold;
}

/* TOPMENU AS LIST */

#topmenuwrap {
	background: url(../img/gut_hg_navi2.jpg) repeat-y left top;
	float: left;
	width: 100%;
}

ul#topmenu {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 36px;
	font-size: 13px;
}

ul#topmenu li {
	float: left;
	background: url(../img/gut_navi_breakline.gif) no-repeat right;
}

#topmenu a, 
#topmenu a:link, 
#topmenu a:visited, 
#topmenu a:hover, 
#topmenu a:active {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	padding: 0px 25px 0px 25px;
	display: inline-block;
	height: 36px;
	line-height: 33px;
	text-shadow: 1px 0px 2px #000000;
filter: dropshadow(color=#000000, offx=1, offy=0);
}

#topmenu a:hover, #topmenu a:active {
	text-shadow: 1px 0px 2px #ffffff;
filter: dropshadow(color=#ffffff, offx=1, offy=0);
}

#topmenu a:hover {
	color: #000;
	background: url(../img/gut_navi_hover.png) left top;
}

/* LANGUAGE SELECTION IN TOPMENU LIST */

#languages {
	text-align: right;
	height: 26px;
	font-size: 13px;
}

/* currency SELECTION IN TOPMENU LIST */

#currencies {
	float: right;
	text-align: right;
	height: 15px;
	font-size: 13px;
	width: 15px;
}

/* CONTENT WRAPPER */

#contentwrap {
	clear: both;
	width: 950px;
	padding: 0;
	min-height: 650px;
	float: left;
}

/* LEFT COLUMN */

#leftcol {
	float: left;
	width: 210px;
	padding: 0px 0px 15px 0px;
	background: url(../img/gut_leftcol_hg.png) no-repeat left bottom;
}

#leftcol div.boxbody p.center span.price {
	color: white;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 5px;
}

/* RIGHT COLUMN */

#rightcol {
	float: right;
	width: 210px;
	background: url(../img/gut_rightcol_hg.png) no-repeat right bottom;
	padding: 0px 0px 26px 5px;
}

/* MAIN CONTENT */

#content {
	float: left;
	width:510px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 5px;
}

#content h3 {
	margin-top: 0;
	margin-bottom: 0;
}

#contentfull {
	width: 890px;
	padding: 0px 30px 0px 30px;
	margin-bottom: 15px;
}

/* CATEGORY MENU */

h2.categoryheader {
	background-image: url(../img/bg_boxheader.gif);
	height: 28px;
	font-size: 11px;
	padding: 2px 8px 0px 8px;
	margin: 0;
	line-height: 28px;
	vertical-align: middle;
}

h2.categoryheader a {
	text-decoration: none;
	color: #fff
}

ul#categorymenu .active,
ul#categorymenu .active a {
	color: white;
	text-shadow: none;
		filter: none;
	background-image: url(../img/gut_subnavi_hover.png);
	font-weight: bold;
}

ul#categorymenu a:hover {
	color: #cfcdc2;
	text-shadow: none;
	filter: none;
	background-image: url(../img/gut_subnavi_hover.png);
}



ul#categorymenu li {
	list-style-type: none;
}

ul#categorymenu li.level1 a {
	text-decoration: none;
	color: #fff;
	padding: 4px 0px 4px 15px;
	font-size: 1.0em;
	text-shadow: 1px 0px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=0);
	display: block;
	width: 190px;
	border-bottom: 1px solid #322f2c;
	border-top: 1px solid #524d49;
}

ul#categorymenu {
	list-style-type: none;
	margin-bottom: 15px;
	background: #4d4844 url(../img/gut_leftrightcol.jpg) repeat-y right top;
}

/* 1st TIER */

ul#categorymenu li.level1 {

}

/* 2nd TIER */

ul#categorymenu li.level2 {
	margin-left: 15px;
}

ul#categorymenu li.level2 a:link,
ul#categorymenu li.level2 a:visited {
	font-size: 90%;
	color: #cfcdc2;
	line-height: 24px;
	text-decoration: none;
	padding-left: 22px;
	height: 24px;
	text-shadow: 1px 0px 2px #000000;
filter: dropshadow(color=#000000, offx=1, offy=0);
	display: inline-block;
	width: 182px;
	background: url(../img/gut_arrow.gif) no-repeat left center;
}

ul#categorymenu li.level2 a:hover,
ul#categorymenu li.level2 a:active,
ul#categorymenu li.level2.active a {
	color: #fff;
}

ul#categorymenu li.level2.active  {
	background-image: none;
	border-bottom: 1px solid #2c2c2c;
	margin-left: 0;
	padding-left: 13px;
	width: 190px;
}


/* 3rd TIER */

ul#categorymenu li.level3 {
	background-color: #580208;
	padding: 4px 0px 4px 40px;
	font-size: 0.8em;
}

/* BOXES GLOBAL DEFINITION */

h2.boxheader {
	height: 28px;
	color: #FFFFFF;
	margin: 0;
	line-height: 30px;
	vertical-align: middle;
	background: #6c000a url(../img/gut_rot.jpg) no-repeat left top;
	font-weight: normal;
	font-style: normal;
	width: 178px;
	padding: 2px 2px 1px 30px;
	border-bottom: 1px solid #2c2c2c;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration: none;
	color: #ffffff
}

#leftcol .boxbody {
	margin-bottom: 15px;
	background: #4d4844 url(../img/gut_leftrightcol.jpg) repeat-y right top;
	color: #cfcdc2;
	padding-top: 5px;
}

#rightcol .boxbody {
	margin-bottom: 15px;
	background: #4d4844 url(../img/gut_leftrightcol.jpg) repeat-y left top;
	color: #cfcdc2;
}

#rightcol .boxbody table {
	padding-bottom: 5px;
	padding-left: 13px;
}


#rightcol .boxbody input {
	-webkit-box-shadow: 1px 1px 4px 0px #000;
-moz-box-shadow: 1px 1px 4px 0px #000;
box-shadow: 1px 1px 4px 0px #000;
}

#rightcol .boxbody table table {
	padding-left: 0;
}

.boxbody h3, .boxbody h3 a {
	font-size: 11px
}

.boxbody h3.center, .boxbody h3.center a {
	font-size: 11px;
	text-align: center;
}

.boxbody p {
	color: #000000;
	font-size: 11px;
	margin: 6px 0px 6px 0px;
}

.boxbody p.center {
	color: #000000;
	font-size: 11px;
	text-align: center;
	margin: 0 0px 6px;
	
}



.boxbody td {
	font-size: 11px;
	margin: 6px 0px 6px 0px;
}

.boxbody .productOldPrice {
	font-size: 11px;
	color: #FF0000;
}

.boxbody div.hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.boxbody div.hrlightgrey {
	margin-top: 5px;
	margin-bottom: 5px;
}



.boxbody a:link,
.boxbody a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #97968e;
}

.boxbody a:hover,
.boxbody a:visited {
	color: white;
	text-decoration: none;
	border-bottom:  none;
}

.boxbody .productboximage {
	border: solid 1px #999999;
}

/* INFO BOX */

.infoboxbody ul.contentlist {
	margin-bottom: 15px;
	background: #4d4844 url(../img/gut_leftrightcol.jpg) repeat-y right top;
	color: #cfcdc2;
	font-size: 80%;
}

.infoboxbody ul.contentlist li {
	list-style-type: none;
	border: solid #313131;
	border-width: 1px 0px 0px 0px;
	color: #000;
}

.infoboxbody ul.contentlist li a {
	text-decoration: none;
	color: #fff;
	padding: 4px 0px 4px 15px;
	text-shadow: 1px 0px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=0);
	display: block;
	width: 190px;
	border-bottom: 1px solid #322f2c;
	border-top: 1px solid #524d49;
}

.infoboxbody ul.contentlist li a:hover {
	color: #cfcdc2;
	text-shadow: none;
	filter: none;
	background-image: url(../img/gut_subnavi_hover.png);
}

#leftcol img.productImageBorder {
	border: solid 1px #999999;
	-webkit-box-shadow: 1px 1px 4px 0px #333;
-moz-box-shadow: 1px 1px 4px 0px #333;
box-shadow: 1px 1px 4px 0px #333;
}



/* 1st TIER */

.infoboxbody ul.contentlist li.level1 {
	border-top-style: none;
}

/* 2nd TIER */

.infoboxbody ul.contentlist li.level2 {
	background-color: #666666;
	padding: 4px 0px 4px 24px;
	font-size: 0.9em;
	color: #fff;
}

/* 3rd TIER */

.infoboxbody ul.contentlist li.level3 {
	background-color: #666666;
	padding: 4px 0px 4px 40px;
	font-size: 0.8em;
	color: #fff;
}

/* DISCOUNTPRICE */

.discountprice {
	font-size: 11px;
	color: #FF0000;
}

/* CART BOX */

h2.boxcartheader {
	height: 28px;
	color: #FFFFFF;
	padding: 2px 8px 0px 34px;
	margin: 0;
	vertical-align: middle;
	background: #6c000a url(../img/gut_rot.jpg) no-repeat left bottom;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
		-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	border-bottom: 1px solid #2c2c2c;
}

h2.boxcartheader a {
	text-decoration: none;
	color: #fff;
}

.boxcartbody {
	padding: 4px 8px 4px 15px;
	margin-bottom: 15px;
	color: #cfcdc2;
	background: #4d4844 url(../img/gut_leftrightcol.jpg) repeat-y left top;
}

.boxcartbody p {
	font-size: 11px;
	margin-bottom: 2px;
}

.boxcartbody p strong {
	font-size: 11px;
	margin-bottom: 2px;
	color: white;
}

.boxcartbody a:link,
.boxcartbody a:visited {
	color: white;
	border-bottom: 1px solid #888780;
	text-decoration: none;
}

.boxcartbody a:hover,
.boxcartbody a:active {
	color: #cfcdc2;
	border-bottom: 1px solid #cfcdc2;
}


/* MANUFACTURER BOX */

h2.boxmanufacturerheader {
	background-image: url(../img/bg_boxheader.gif);
	height: 28px;
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px 8px 0px 8px;
	margin: 0;
	line-height: 28px;
	vertical-align: middle;
}

h2.boxmanufacturerheader a {
	text-decoration: none;
	color: #fff;
}

ul#manufacturerslist {
	margin-left: 5px;
	margin-right: 0;
	padding: 0;
}

ul#manufacturerslist li {
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
}

/* PRODUCT PREVIEW */

.productPreview {

}

.productPreview p {
	margin-bottom: 3px;
}

.productPreviewContent {
	vertical-align: top;
	width: 100%;
	font-size: 80%;
	line-height: 1.45em;
}

.productPreviewContent h2 {
	padding: 0;
	margin: 0px 0px 5px 0px;
}

.productPreviewContent h2 a:link{
	font-size: 14px;
	font-weight: bold;
	color: maroon;
}

.productPreviewContent h2 a:visited {
	color: #444444;
}

.productPreviewContent h2 a:hover,
.productPreviewContent h2 a:active {
	text-decoration: none;
}

.productPreviewImage {
	vertical-align: top;
	padding: 3px 15px 0px 0px;
}

.productPreviewImage img {
	border: solid 1px #999999;
	-webkit-box-shadow: 1px 1px 4px 0px #666;
	-moz-box-shadow: 1px 1px 4px 0px #666;
	box-shadow: 1px 1px 4px 0px #666;
}

.productPreviewContent .price {
	font-size: 14px;
	font-weight: bold;

}

.productPreviewContent .taxandshippinginfo {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.productPreviewContent .vpe {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.productPreviewContent .shippingtime {
	font-size: 11px;
	color: #999999;
}

.productPreviewContent .stockimage {
	margin: 0;
	padding: 0;
}

.productPreviewContent .stockimagetext {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

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

.productPreviewContent .taxandshippinginfo a {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

/* CROSS SELLING */

.productCrossSell {
	padding: 0;
	margin: 0;
}

.productCrossSellContent {
	vertical-align: top;
	width: 100%;
}

.productCrossSellContent h2 {
	padding: 0;
	margin: 0px 0px 5px 0px;
}

.productCrossSellContent h2 a {
	font-size: 14px;
	font-weight: bold;
}

.productCrossSellImage {
	vertical-align: top;
	padding: 3px 15px 0px 0px;
}

.productCrossSellImage img {
	border: solid 1px #999999;
}

.productCrossSellContent .price {
	font-size: 16px;
	font-weight: bold;
}

/* PRODUCT INFO / PRODUCT DETAILS */

#productinfowrap {
	display: table;
	width: 100%;
}

#productinfowrap form {
	float: left;
}

#productinfoimages {
	float: left;
	text-align: center;
	padding: 3px 15px 0px 0px;
}

#productinfoimages img {
border: solid 1px #999999;
	-webkit-box-shadow: 1px 1px 4px 0px #666;
	-moz-box-shadow: 1px 1px 4px 0px #666;
	box-shadow: 1px 1px 4px 0px #666;
	margin-right: 10px;
	margin-bottom: 15px;
}



#productinfoimages .productimage {
	border: solid 1px #999999;
}

#productinfoimages .hrlightgrey {
	margin-top: 6px;
	margin-bottom: 6px;
}

#productinfoimages li {
	list-style-type: none;
	min-height: 120px;
	min-width: 120px;
}

/* min-height & min-width define for firefox */

#productinfo_desc, #productinfo_media, #productinfo_reviews {
	clear: both;
	color: black;
	font-size: 12px;
}

#productinfo_desc h2 {
	margin-top: 0;
	margin-bottom: 0;
}

#productinfopricewithimages {

	font-size: 10px;
}

#productinfopricewithimages img {
	cursor: pointer;
}

#productinfopricewithoutimages {
	width: 100%;
}

#productinfopricewithoutimages img {
	cursor: pointer;
}

#productinfoprice {
	padding: 5px;
}

#productinfoprice p {
	margin-bottom: 2px;
}



#productinfoprice .productprice {
	font-size: 16px;
	font-weight: bold;
	color: #8a000d;
	margin-bottom: 0;
}

#productinfoprice .productOldPrice {
	color: #FF0000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#productinfoprice .taxandshippinginfo {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

#productinfoprice .taxandshippinginfo a {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

#productinfoprice .shippingtime {
	font-size: 11px;
	font-weight: normal;

}

#productinfoprice .stockimage {
	margin: 0;
	padding: 0;
}

#productinfoprice .stockimagetext {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

#productinfoprice .reviews_rating {
	margin: 0;
	padding: 0;
}

#productinfoprice .reviews_text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.reviews_rating_light .reviews_rating_dark {
	background: transparent url(../img/review_star.png) repeat-x scroll 0%;
	height: 15px;
	position: relative;
}

.reviews_rating_light {
	background: transparent url(../img/review_star_light.png) repeat-x scroll 0%;
	height: 15px;
	margin-right: 5px;
	position: relative;
	width: 80px;
	float: left;
}

p.productinfoproductadded {
	font-size: 11px;
}

.productoptions {
	background-color: #FFF2CC;
	padding: 6px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #DA9401
}

.addtobasket {
	text-align: right;
}

.addtobasket table {
	width: 330px;
}

.addtobasket input {
	margin-right: 10px;
}

.addtobasketlisting  table {
	width: 70%;
	text-align: center;
}

.addtobasketlisting  table input {
	margin-right: 10px;
}

/* POPUPS PRODUCTINFO */

body.popupproductinfo {
	padding: 15px;
	background: none;
	background-color: #fff
}

/* POPUP print_order.html */

body.popupprintorder {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 13px;
	padding: 15px;
	background: none;
	background-color: #fff;
}

body.popupprintorder .products tr.header td {
	font-weight: bold;
	background-color: #EDEDED;
}

body.popupprintorder .products .total {
	text-align: right;
}

body.popupprintorder .products .quantity {
	vertical-align: top;
}

body.popupprintorder .productname {
	vertical-align: top;
}

body.popupprintorder .model {
	vertical-align: top;
}

body.popupprintorder .singleprice {
	vertical-align: top;
}

body.popupprintorder .totalprice {
	vertical-align: top;
}

/* HIGHLIGHTBOX (BACKGROUND) */

div.highlightbox {
	padding: 15px;
	border: solid #666666 1px;
	margin-bottom: 1.5em;
	font-size: 11px;
	line-height: 1.4em;
}

div.highlightbox table {
	margin-bottom: 10px;
}

div.highlightbox table tr input {
	margin-bottom: 3px;
}

div.highlightbox ul {
	margin-left: 15px;
	padding: 0;
	display: block;
	list-style-type: square;
	line-height: 20px;
}

#content div.highlightbox h1 {
	background-image: none;
	padding-left: 0;
	font: bold 1em Verdana, sans-serif;
}

div.highlightbox h2 {
	margin-top: 0;
}

div.highlightbox div.hr {
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: solid 1px #E9D28F;
}

/* PAYMENT TYPE SELECTION */

table.payment_address {
	border-bottom: 1px solid silver;
}


table.paymentblock {
	background-color: #d2d2d2;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #666666;
	margin-bottom: 5px;
	width: 50%;
}

table.paymentblock tr td.header {
	background-color: #580208;
	padding: 2px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

/* SHIPPING TYPE SELECTION */

table.shippingblock {
	background-color: #580208;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #666666;
	margin-bottom: 15px;
}

table.shippingblock tr td.header {
	background-color: #580208;
	padding: 2px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

table.shippingblock tr td {
	vertical-align: top;
}

table.shippingblock tr td.description {
	width: 100%;
	vertical-align: top;
	padding-left: 6px;
}

table.shippingblock tr td.radiobutton {
	vertical-align: top;
	white-space: nowrap;
	padding: 4px;
}

table.shippingblock tr td.radiobutton input {
	margin: 0;
	padding: 0;
}

table.shippingblock tr td.price {
	vertical-align: top;
	white-space: nowrap;
}

/* MESSAGEBOX ON CONTACT SITE */

textarea.message_body {
	width: 130px;
}

/* DOWNLOAD BOX FOR USER DOWNLOADS */

table.downloadbox {
	padding: 5px;
	background-color: #FFF2CC;
	border: solid #E9D28F 1px;
	margin-bottom: 8px;
}

table.downloadbox tr td.icon {
	padding-right: 15px;
}

table.downloadbox tr td.downloadlink {
	width: 100%;
}

/* TABLE WICH SHOWS GRADUATED PRICES */

table.graduatedprice {
	font-size: 11px;
	text-align: left;
	margin-top: 5px;
}

table.graduatedprice tr td.header {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/* ORDER DETAILS */

table.tabledetails {
	font-size: 11px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #666666;
	margin-bottom: 5px;
}


table.tabledetails tr td {
	padding: 4px
}

table.tabledetails tr.headerrow {

}

table.tabledetails tr.headerrow td {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #4d4844;
}

table.tabledetails tr.headerrow td.left {
	text-align: left
}

table.tabledetails tr.headerrow td.center {
	text-align: center
}

table.tabledetails tr.headerrow td.right {
	text-align: right
}

/* ORDER DETAILS CONTENT ROW 1 */

table.tabledetails tr.contentrow1 td {
	vertical-align: top
}

table.tabledetails tr.contentrow1 td.left {
	text-align: left
}

table.tabledetails tr.contentrow1 td.center {
	text-align: center
}

table.tabledetails tr.contentrow1 td.right {
	text-align: right
}

/* ORDER DETAILS CONTENT ROW 2 */

table.tabledetails tr.contentrow2 td {
	background-color: #d3d3d3;
	vertical-align: top
}

table.tabledetails tr.contentrow2 td.left {
	text-align: left
}

table.tabledetails tr.contentrow2 td.center {
	text-align: center
}

table.tabledetails tr.contentrow2 td.right {
	text-align: right
}

/* ORDER DETAILS SUBTOTAL */

table.tabledetails tr td.subtotal {
	text-align: right;
	border-top: 3px double #2b2b2b;
}

/* REVIEW LIST */

table.reviewlist {
	font-size: 11px;
	font-weight: normal;
}

table.reviewlist tr td {
	padding: 4px;
	white-space: normal
}

table.reviewlist tr.header td {
	background-color: #DA9401;
	color: #FFFFFF;
	font-weight: bold
}

table.reviewlist tr.contentrow1 td {
	background-color: #FFF2CC;
}

table.reviewlist tr.contentrow2 td {
	background-color: #FFEAAB;
}

textarea#review {
	width: 100%;
}

/* MEDIA LIST */

table.medialist {
	background-color: #FFF2CC;
	border-style: solid;
	border-width: 1px;
	border-color: #DA9401;
}

table.medialist tr td {
	padding: 6px;
	white-space: nowrap;
	vertical-align: top
}

table.medialist tr.contentrow1 td {
	background-color: #FFF2CC;
}

table.medialist tr.contentrow2 td {
	background-color: #FFEAAB;
}

/* COMMENTS ON CHECKOUT CONFIRMATION SITE */

p.checkoutcomment textarea {
	width: 100%
}

/* AGB ON CHECKOUT SITE */

p.checkoutagb textarea {
	width: 100%
}

p.checkoutrescission textarea {
	width: 100%
}

/* CHECKOUT NAVIGATION */

ul#checkoutnavigation {
	float: left;
}

ul#checkoutnavigation li {
	height: 70px;
	list-style-type: none;
	float: left;
	width: 185px;
	padding: 8px 20px 8px 8px;
}

ul#checkoutnavigation li.active {
	color: white;
	background: #580208 url(../img/gut_schritte.gif) no-repeat right center;
}

ul#checkoutnavigation li.active .number {
	font-size: 20px;
	font-weight: bold
}

ul#checkoutnavigation li.active .title {
	font-size: 14px;
	font-weight: bold
}

ul#checkoutnavigation li.active .description {
	font-size: 11px
}

ul#checkoutnavigation li.inactive {
	border: 1px solid #888780;
	margin-right: 15px;
	padding-right: 8px;
}

ul#checkoutnavigation li.inactive .number {
	font-size: 20px;
	font-weight: bold
}

ul#checkoutnavigation li.inactive .title {
	font-size: 14px;
	font-weight: bold
}

ul#checkoutnavigation li.inactive .description {
	font-size: 11px
}

/* ERROR MESSAGES */

ul.info_error {
	color: maroon;
	font-weight: bold;
	margin-bottom: 1em;
}

ul.info_error li {

}

ul.info_error li.infoError {
	list-style: none;
	padding: 5px 0px 2px 20px;
	background-image: url(../img/icons/icon_error.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

ul.info_warning {
	padding-bottom: 5px;
}

ul.info_warning li {

}

ul.info_warning li.infoWarning {
	list-style: none;
	padding: 0px 0px 0px 20px;
	background-image: url(../img/icons/icon_alert.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: maroon;
	font-weight: bold;
}

ul.info_success {
	font-size: 11px;
	margin-bottom: 1em;
}

ul.info_success li {
	
}

ul.info_success li.infoSuccess {
	list-style: none;
	padding: 0px 0px 0px 20px;
	background-image: url(../img/icons/icon_accept.gif);
	background-repeat: no-repeat;
	color: #1c8911;
	font-weight: bold;
	font-size: 12px;
}

ul.info_info {
	border: solid 2px #cccccc;
	background-color: #666666;
	padding: 8px;
}

ul.info_info li {
	
}

ul.info_info li.infoInfo {
	list-style: none;
	padding: 5px 0px 2px 20px;
	background-image: url(../img/icons/icon_info.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-color: #666666;
}

/* FOOTER */

.footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #000;
	padding: 40px 8px 43px;
	margin-bottom: 0;
	background: url(../img/gut_footer.jpg) left bottom;
}

.footer a {
	color: #333;
	margin-right: 15px;
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;
	text-shadow: 1px 0px 2px #ffffff;
filter: dropshadow(color=#ffffff, offx=1, offy=0);
}

/* xt:Commerce COPYRIGHT */

.copyright, .copyright a {
	margin: 0 auto;
	text-align: center;
	color: #6c6c6c;
	font-size: 11px;
	background-image: url(../img/gut_hg_kachel.jpg);
}

/* xt:Commerce ParseTime */

.parseTime {
	margin: 0 auto;
	background-color: #b4b4b4;
	text-align: center;
	color: #000;
	font-size: 11px;
}

/* SITE Navigation */

div#NAVIGATION {
	clear: both;
	vertical-align: middle;
}

div#NAVIGATION .COUNT {
	float: left;
	bottom: 0px;
	height: 20px;
	line-height: 15px;
	margin: 5px 0px 0px 0px;
	padding: 2px 5px 0px 5px;
	vertical-align: middle;
	font-size: 11px;
}

div#NAVIGATION .PAGES {
	float: right;
	bottom: 0px;
	height: 20px;
	line-height: 15px;
	margin: 5px 0px 0px 0px;
	padding: 2px 5px 0px 5px;
	vertical-align: middle;
	font-size: 11px
}

/* PRODUCTS Sorting */

p.products_sort {
	padding: 5px;
	background-color: #580208;
	border: solid #E9D28F 1px;
	margin-bottom: 8px;
}

.products_sort {
	height: 25px;
	padding: 5px;
	
}

.products_sort form {
	float: left;
}

/*AGB*/

div#checkout_agb {
	height: 200px;
	width: 90%;
	overflow: auto;
	padding: 5px;
	border: solid #000000 1px;
	text-align: left;
	font-size: 11px;
}

div#checkout_rescission {
	height: 200px;
	width: 100%;
	overflow: auto;
	padding: 2px;
	border: solid #000000 1px;
	text-align: left;
}



/* gutartig 2011 */

form#create_account291 input {
	-webkit-box-shadow: 1px 1px 4px 0px #000;
-moz-box-shadow: 1px 1px 4px 0px #000;
box-shadow: 1px 1px 4px 0px #000;
}





