@import "http://www.dgwh.at/shop/templates/xt_dgwh/css/fonts.css";

/* THE BIG GUYS */
* {
	margin: 0;
	padding: 0;
}

BODY {
	font-family: "BreviaRegular",Courier,Arial,Sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background-image: url(../img/background.jpg);
	background-color: #CCC;
}

/* HEADINGS */
H1 {
	color: #000000;
	font-weight: normal;
	font-size: 17px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	width: auto;
}

.hasborder {
	border-bottom: 1px #000 solid;
	padding-bottom: 4px;
}

H2
{
	color: #444;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0px 8px 0px;
}

H3
{
	color: #444;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	margin: 15px 0px 8px 0px;
}

H1, H2, H3, H4, H5, H6, H7
{
	max-width: 575px;
}

P.bodytext { max-width: 575px; }
P.bold { font-weight: bold; }

/* LINKS GLOBAL */
A, A:link,A:hover {
	text-decoration: none;
	cursor: pointer;
}

A,A:link {
	background: transparent;
}

A:link {
	color: #FB0000;
}

A:visited {
	color: #FB0000;
}

A:hover,A:active {
	color: #000000;
}

A img {
	border: none;
}

/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family: "BreviaRegular",Courier,Arial,Sans-serif;
	font-size: 12px;
}

textarea {
	font-family: "BreviaRegular",Courier,Arial,Sans-serif;
	font-size: 12px;
	line-height: 18px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	border-bottom-color: #AEAEAE;
	border-right-color: #AEAEAE;
}

select {
	font-family: "BreviaRegular",Courier,Arial,Sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	border-bottom-color: #AEAEAE;
	border-right-color: #AEAEAE;
}

/* 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-color: #000;
	padding: 2px;
}

/* PARAGRAPH GLOBAL */
p
{
	margin: 0px 0px 18px 0px;
	color: #444;
}

#productinfo_desc {
	padding-top: 10px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.box { margin-top: 10px; }

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

.box LI
{
	list-style-type: none;
	font-size: 13px;
}

.box FORM
{
	display: block;
	margin-top: 10px;
}

.default_option_selected {
	border: 0px solid black;
    padding: 2px 10px;
    background: #FB0000;
    color: white;
    margin: 2px 5px;
}

/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top: 1px;
	height: 0;
	overflow: hidden;
	margin: 0;
	line-height: 0px;
	background-color: #4E4E4F;
}

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

div.hrproductpreview {
	padding-top: 1px;
	overflow: hidden;
	margin: 12px 0px 12px 0px;
	height: 0px;
	line-height: 0px;
	display: block;
	background-image: url(../img/hr_productpreview.gif);
}

/* TABLE GLOBAL */
table td { padding: 2px 2px 2px 0px; }

/* WHOLE SITE WRAPPER */
#wrap {
	margin: 0px auto 100px auto;
	width: 974px;
	background-color: #FFF;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 15px 25px 25px 25px;
	min-height: 900px;
}

#socialbookmark img {
	padding: 2px;
	align: center;
}

/* POPUP WINDOWS */
#popupwrap {
	margin: 0 auto;
	width: 80%;
	background-color: #fff;
	padding: 0px 0px 0px 10px;
}

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

#popupmenu li {
	height: 36px;
	float: left;
	padding: 0px 25px 0px 25px;
	margin: 0;
}

#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: #333333;
}

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

/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	height: 200px;
	width: 790px;
	border-top: 10px solid #FFF;
	float: left;
}

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

#header_right
{
	float: right;
	width: 175px;
	padding: 12px 0px 15px 0px;
	line-height: 18px;
}

#header_right A:link, #header_right A:active, #header_right A:visited
{
	text-decoration: none;
	color: #8A8A8A;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#header_right .active A:link, #header_right .active A:active, #header_right .active A:visited, #header_right A:hover {
	color: #000;
}


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

/* TOPMENU AS LIST */
#topmenuwrap {
	float: left;
}

#topmenu
{
	padding: 0 0 0 0px;
	margin: 0 0 12px 20px;
	list-style-type: none;
	font-size: 13px;
	color: #C9C9C9;
	background-color: #FFF;
	height: 22px;
	letter-spacing: 1px;
}

#topmenu UL {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#topmenu LI {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0;
}

#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	line-height: 20px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 17px;
	font-weight: normal;
	cursor: pointer;
	color: #888;
	margin: 0;
	padding: 0;
	letter-spacing: 0.05em;
}

#topmenu LI.active A:link, #topmenu LI.active A:visited, #topmenu LI.active A:active, #topmenu a:hover {color:#000;}

#topmenu_categories {
	margin-left: 20px;
}

TD.menu2cell {
	width: 175px;
}

.menuspace {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	vertical-align: middle;
}

/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
	text-align: right;
	height: 26px;
	font-size: 13px;
	padding: 10px 10px 0px 0px;
	margin: 0;
}

/* currency SELECTION IN TOPMENU LIST */
#currencies {
	float: right;
	text-align: right;
	height: 26px;
	font-size: 13px;
	padding: 10px 10px 0px 10px;
	margin: 0;
}

/* CONTENT WRAPPER */
#contentwrap
{
	clear: both;
	width: 975px;
	padding: 0;
}

/* LEFT COLUMN */
#leftcol
{
	float: left;
	min-width: 175px;
	padding: 0px 0px 15px 0px;
}

/* RIGHT COLUMN */
#rightcol {
	float: right;
	width: 175px;
	padding: 0px 0px 15px 0px;
}

#rightcol #search {
	width: 190px;
	height: auto;
	padding: 5px;
}

#rightcol #search a {
	color: #FB0000;
	font-size: 12px;
}

#rightcol #search input[type=text] {
	width: 100px;
}

/* MAIN CONTENT */
#content
{
	float: left;
	width: 575px;
	padding: 0px 25px 0px 25px;
	margin-bottom: 25px;
    z-index: 89;
	position: relative;
}

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

/* CATEGORY MENU */


h2.categoryheader {
	background-color: #FFF;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 8px 0px 8px;
	margin: 0;
	line-height: 28px;
	vertical-align: middle;
}

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

ul.top_cat .active, ul.top_cat .active a {
	color: #000;
}

ul.top_cat {
	list-style-type: none;
}

ul.top_cat li {
	list-style-type: none;
}

ul.top_cat li a {
	text-decoration: none;
	color: #999;
}

ul.top_cat li a:hover {
	color: #000;
}

ul.top_cat {
	margin-bottom: 15px;
}

/* 1st TIER */
ul.top_cat li.level1 {
	background-color: #FFF;
	padding: 0px 0px 0px 6px;
}

/* 2nd TIER */
ul.top_cat li.level2 {
	background-color: #FFF;
	padding: 0px 0px 0px 6px;
}

/* 3rd TIER */
ul.top_cat li.level3 {
	background-color: #FFF;
	padding: 0px 0px 0px 6px;
}

/* BOXES GLOBAL DEFINITION */
h2.boxheader {
	height: 20px;
	font-size: 12px;
	color: #444;
	padding: 2px 0px 0px 0px;
	margin: 0;
	line-height: 28px;
	vertical-align: middle;
}

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

.boxbody {
	background-color: #FFF;
	padding: 0px;
	margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.boxbody a {
	font-size: 12px;
}

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

/* INFO BOX */
.infoboxbody ul.contentlist {
	background-color: #FFF;
	margin-bottom: 15px;
}

.infoboxbody ul.contentlist li {
	list-style-type: none;
}

.infoboxbody ul.contentlist li a {
	text-decoration: none;
	color: #000;
}

/* 1st TIER */
.infoboxbody ul.contentlist li.level1 {
	padding: 4px 0px 4px 0px;
	font-size: 1.0em;
	color: #000;
}

/* 2nd TIER */
.infoboxbody ul.contentlist li.level2 {
	padding: 4px 0px 4px 18px;
	font-size: 0.9em;
	color: #000;
}

/* 3rd TIER */
.infoboxbody ul.contentlist li.level3 {
	font-size: 0.8em;
	color: #000;
}

/* DISCOUNTPRICE */
.discountprice {
	font-size: 12px;
	color: #FF0000;
}

/* CART BOX */
h2.boxcartheader {
	height: 20px;
	font-size: 12px;
	color: #444;
	padding: 2px 0px 0px 0px;
	margin: 0;
	line-height: 28px;
	vertical-align: middle;
}

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

.boxcartbody
{
	padding: 1px 0px 4px 0px;
	margin-bottom: 15px;
	background-color: #FFF;
	border-style: solid;
	border-color: #CCC;
	border-width: 0px 0px 0px 0px;
}

.boxcartbody p {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

/* MANUFACTURER BOX */
h2.boxmanufacturerheader {
	height: 28px;
	font-size: 12px;
	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 {
	padding: 0;
	margin: 0;
}

.productPreviewContent
{
	vertical-align: top;
	width: 100%;
	font-size: 10px;
}

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

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

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

.productPreviewImage img {
	border: solid 1px #FFF;
}

.productPreviewContent .price {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

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

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

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

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

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

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

.productPreviewContent .taxandshippinginfo a {
	font-size: 12px;
	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 #FFF;
}

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

/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
	display: table;
	width: 100%;
}

#productinfoimages {
	float: left;
	text-align: center;
	padding: 10px 8px 10px 0px;
	margin: 0px 10px 10px 0px;
	border: solid 1px #FFF;
}

#productinfomoreimages {
	width: 289px;
	margin-top: 25px;
	margin-left: -16px;
}

#productinfomoreimages IMG
{
	margin-left: 16px;
	border: 0px #E5E1E4 solid;
	margin-bottom: 10px;
}

#productinfoimages .productimage {
	border: solid 0px #FFF;
}

#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;
}

#productinfopricewithimages {
	float: left;
}

#productinfopricewithimages img {
	cursor: pointer;
}

#productinfopricewithoutimages {
	width: 100%;
}

#productinfopricewithoutimages img {
	cursor: pointer;
}

#productinfoprice {
	padding: 5px;
	width: 269px;
	
}

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

#productinfoprice .productprice {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
}

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

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

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

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

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

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

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

#productinfoprice .reviews_text {
	margin: 0;
	padding: 0;
	font-size: 12px;
	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;
}

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

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

.addtobasket {
	background-color: #FFF;
	padding: 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #000;
	padding-bottom: 10px;
}

.addtobasketlisting {
	padding: 6px;
	margin-top: 6px;
	text-align: right;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #999999;
}

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

/* POPUP print_order.html */
body.popupprintorder {
	font-family: "BreviaRegular",Courier,Arial,Sans-serif;
	font-size: 13px;
	padding: 15px;
	background: none;
	background-color: #fff;
}

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

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 0px 15px 0px;
	background-color: #FFF;
	border: solid #999999 0px;
}

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

div.highlightbox h1 {
	color: #FB0000;
	padding: 0px 0px 10px 0px;
	margin: 0;
	border: none;
	font-size: 16px;
}

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

/* PAYMENT TYPE SELECTION */
table.paymentblock {
	background-color: #FFF;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #999999;
	margin-bottom: 15px;
}

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

/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background-color: #FFF;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #999999;
	margin-bottom: 15px;
}

table.shippingblock tr td.header {
	background-color: #FFF;
	padding: 2px;
	padding-left: 5px;
	color: #000;
	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: #FFF;
	border: solid #999999 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: 12px;
	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: 12px;
}

table.tabledetails tr td { padding: 0px 4px 4px 0px; }

table.tabledetails tr.headerrow td {
	color: #000;
	font-weight: bold;
}

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 {
	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;
}

.old-price {
	color: #ff0000;
	text-decoration: line-through;
}

/* REVIEW LIST */
table.reviewlist {
	font-size: 12px;
	font-weight: normal;
}

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

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

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

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

textarea#review {
	width: 100%;
}

/* MEDIA LIST */
table.medialist {
	background-color: #FFF;
	border-style: solid;
	border-width: 0px;
	border-color: #FB0000;
}

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

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

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

/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width: 1%;
}

/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width: 100%;
}

p.checkoutrescission textarea {
	width: 100%;
}

/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
	margin-left: 170px;
	background-color: #ccc;
	display: block;
}

ul#checkoutnavigation li {
	height: 110px;
	list-style-type: none;
	float: left;
	width: 110px;
	margin-right: 15px;
	border: solid 1px;
	padding: 8px;
}

ul#checkoutnavigation li.active {
	background-color: #FFF;
}

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: 12px;
}

ul#checkoutnavigation li.inactive {
	color: #999999;
	background-color: #FFF;
	border-color: #999999;
}

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: 12px;
}

#checkout_content {
	margin-left: 170px;
	margin-right: 170px;
	margin-top: 50px;
}

/* ERROR MESSAGES */
ul.info_error {
	border: solid 2px #B22020;
	background-color: #FFD6D6;
	padding: 8px;
}

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: 0px 4px;
}

ul.info_warning
{
	border: solid 0px #333;
	background-color: #FFF;
	padding: 8px 8px 8px 0px;
}

ul.info_warning li {
}

ul.info_warning li.infoWarning {
	list-style: none;
	padding: 5px 0px 2px 20px;
	background-image: url(../img/icons/icon_alert.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-color: #FFF;
}

ul.info_success {
	background-color: #FFF;
	padding: 8px 8px 8px 0px;
}

ul.info_success li {
}

ul.info_success li.infoSuccess {
	list-style: none;
	padding: 5px 0px 2px 20px;
	background-image: url(../img/icons/icon_accept.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-color: #FFF;
}

ul.info_info {
	background-color: #FFF;
	padding: 8px 8px 8px 0px;
}

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: #D7F0A4;
}

/* FOOTER */

DIV.page_footer
{
	margin-left: 202px;
	margin-right: 200px;
	position: relative;
}


.footer
{
	clear: both;
	text-align: left;
	font-size: 12px;
	color: #666666;
	margin-bottom: 5px;
	line-height: 18px;
}

.footer a, .copyright a {
	color: #666666;
	text-decoration: underline;
}

/* xt:Commerce COPYRIGHT */
.copyright {
	margin: 0 auto;
	text-align: left;
	color: #666666;
	font-size: 12px;
	padding-bottom: 10px;
}

/* xt:Commerce ParseTime */
.parseTime {
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: center;
	color: #666666;
	font-size: 12px;
}

/* 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 0px;
	vertical-align: middle;
	font-size: 12px;
}

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: 12px;
}

/* PRODUCTS Sorting */
p.products_sort {
	padding: 5px;
	background-color: #FFF;
	border: solid #999999 1px;
	margin-bottom: 8px;
}

.products_sort {
	height: 25px;
	padding: 5px;
	background-color: #FFF;
	border: solid #999999 1px;
	margin-bottom: 8px;
}

.products_sort form {
	float: left;
}

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

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

/* SITEMAP */
.sitemapwrap {
}

.sitemapwrap .sitemapleft {
	background-color: #FFF;
	border-style: solid;
	border-width: 0px;
	border-color: #FFF;
	display: table;
	float: left;
	width: 235px;
	margin-bottom: 15px;
}

.sitemapwrap .sitemapright {
	background-color: #FFF;
	border-style: solid;
	border-width: 0px;
	border-color: #FFF;
	display: table;
	float: right;
	width: 235px;
	margin-bottom: 15px;
}

.sitemapheader {
	padding: 3px;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
}

.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.sitemapcontent {
	padding: 6px;
}

.sitemapcontent li {
	list-style-type: none;
}

/*images_cat_listing styles*/


/*Fix:*/
#cat_listing hr.spacer {
	background: #fff;
	color: #fff;
	border-color: #fff;
	border: 0;
	height: 0;
	width: 495px;
	float: left;
	margin: 5px 0;
	padding: 0;
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

H2.highlighted {
	
}

DIV.backlink {
	margin-left: 0px;
	margin-top: 10px;
}

#NAVIGATION {
	font-weight: bold;
}

.img_wrap {
	margin-bottom: 50px;
}

P.module_data_categories_description
{
	margin-top: 20px;
	margin-bottom: 46px;
	font-size: 14px;
	line-height: 20px;
}

DIV.product_list { margin-top: 12px; }
DIV.standard_content { margin-top: 10px; }
.productPreview H2 A
{
	color: #000;
	font-weight: normal;
	font-size: 17px;
}

IMG.productImageCart
{
	width: 60px;
	height: auto;
	margin-bottom: 20px;
}

.cart_short_desc
{
	font-size: 10px;
}

.contentrow1, contentrow2 { height: 33%; }


DIV.important
{
	background-color: #CCC;
	padding: 10px;
	width: 538px;
}

/* Fix für xt_recaptcha in Kontaktformular: */
#recaptcha_area, #recaptcha_table{float:right;width:318px!important;}
#recaptcha_table tbody tr td div label {line-height:10px}
#recaptcha_widget_div{display:block;float:left}
#recaptcha_area{padding-left: 125px}
 
/* Fix zur Anzeige von Formatierungen auf dem CKEditor / TinyMCE innerhalb der Produkt-Beschreibungen */
.textstyles a{color:#ff7b00}
.textstyles table{border-collapse:collapse}
.textstyles td{border-width:1px solid #cdcdcd}
.textstyles b, .textstyles strong{font-weight:bold}
.textstyles i,.textstyles em{font-style:italic}
.textstyles ul{list-style-type:square;list-style-position:inside;margin-left:1em}
.textstyles ol{list-style-type:decimal;list-style-position:inside;margin-left:1em}
.textstyles ul,.textstyles ol, .textstyles p{margin-top:1em;margin-bottom:1em}
#content .textstyles li{margin:0}
font[size="7"]{font-size:32px}
font[size="6"]{font-size:24px}
font[size="5"]{font-size:18px}
font[size="4"]{font-size:14px}
font[size="3"]{font-size:12px}
font[size="2"]{font-size:10px}
font[size="1"]{font-size:8px}
.textstyles table td,.textstyles table th{border:1px solid #cdcdcd}
.textstyles table th{background:#eaeaea;color:#484848}
 
/* Fix siehe CORE-512 */
.product-listing .product .vpe{color:#888888;text-align:center}       
 
/* Shipping-Preview Box */
#shipping-preview td{padding-left:0}
#shipping-preview select{width: 213px}
#shipping-preview table{margin:0}
.border-L{border-bottom: 1px solid #cdcdcd;}