/* Default Reset some Elements */
/* =================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

:focus {
	outline:0;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:collapse;;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

/* Default Element Styling --- you can start editing here */
/* =================================================================== */

* {
	font-family:"Trebuchet MS", Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color:#1F3F5F;
}

body {
	background:#365A7E url(img/body_bg.png) repeat-x;
}

a {
text-decoration:none;
font-family:inherit;
font-size:inherit;
}

a:hover {
text-decoration:underline;
color:#39c;
}

abbr[title] {
border-bottom:1px dotted #888 !important;
cursor:help;
}

a abbr {
cursor:pointer !important;
}

input[type=submit], button {
	cursor:pointer;
	height:20px;
}

input:focus, textarea:focus, select:focus {
}
input[type=button], input[type=reset]{
	border-top:1px solid #7591AF;
	border-left:1px solid #7591AF;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background:url(bg_button.gif) repeat-x;
	color:#FFFFFF;
	padding:4px 6px 3px 6px;
}
input[type=text], input[type=password]{
	border:1px solid #7591AF;
	font-size:12px;
	padding:1px 2px;
	height:16px;
	color:#666666;
}

/* default margin bottom such as default line-height */
p, h1, h2, h3, h4, h5, h6, 
table, ul, ol, blockquote, pre {
margin-bottom:16px;
}

h1, h2, h3, h4, h5, h6 {
font-family:Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
}

/* Container Layout */
/* =================================================================== */

#container, #header,
#footer{
position:relative;
}

#outer {
	width:1097px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

#container {
margin:0 53px;
overflow:hidden;
}

#header {
height:145px;
background:#365A7E url(img/inner_top_bg.jpg) no-repeat;
}

#homelogo {
width:135px;
height:95px;
float:left;
}

#breadcrumb {
position:absolute;
top:128px;
left:60px;
width:900px;
color:#FFF;
}

#breadcrumb a{
color:#FFF;
}

#accountLinks {
position:absolute;
top:3px;
right:10px;
width:400px;
text-align:right;
color:#FFF;
line-height:16px;
}

#accountLinks a {
color:#FFF;
}

#directLinks{
position:absolute;
top:106px;
right:10px;
width:400px;
text-align:right;
color:#FFF;
line-height:16px;
}

#directLinks a {
color:#FFF;
padding:1px 16px;
line-height:20px;
font-size:14px;
color:#000;
border:1px solid #000000;
background:url(img/nav_head_bg.gif) repeat-x;
margin-left:10px;
}

#directLinks a:hover {
background:url(img/nav_head_act_bg.gif) repeat-x;
text-decoration:none;
}

#maincontainer {
padding:0px;
background:#FFFFFF;
}

#boxesLeft, #boxesRight {
width:210px;
background:#FFFFFF;
padding-bottom:40px;
}

#boxesLeft {
float:left;
}

#boxesRight {
float:right;
}

.clearer{
	height:0px;
	overflow:hidden;
	clear:both;
}

#contentcontainer {
	margin:0;
	padding:0;
	float:left;
	width:571px;
}

#content {
	background:#fff;
	padding:20px 8px 20px 7px;
	height:auto !important;
	height:600px;
}

#footer {
border-top:2px solid #666;
height:29px;
background:#ccc;
}

#left_shadow{
	background:url(img/left_top_shadow.gif) no-repeat;
	min-height:500px;
	left:0;
}

#right_shadow{
	background:url(img/right_top_shadow.gif) no-repeat;
	min-height:500px;
	right:0;
}

#left_shadow, #right_shadow{
	position:absolute;
	top:0;
	width:53px;
}


/* Header and Footer Stuff */
/* =================================================================== */

#footer .box {
width:auto;
background:none;
}

#footer .box h2 {
display:none;
}

#footer .box p {
margin:0;
text-align:right;
padding:6px 10px 0 0;
}

#footer a {
margin:0 20px;
}

#boxContent {
	margin:0;
}

.module{
	margin-bottom:10px;
}




/* Default Content Elements */
/* =================================================================== */

#content .moduleContent h2, #content .moduleContent h1, #content .moduleContent h3, #content .moduleContent h4{
	font-size:100%;
	color:#3399CC;
	margin:0 0 10px 0;
	background:transparent;
	background-image:none;
}

#content h1, #content h2 {
	height:19px;
	background:url(img/center_container_top.gif) no-repeat;
	margin:0;
}

#content h1 span, #content h2 span, #content h1 span, #content h2 span a{
	font-size:12px;
	line-height:19px;
	color:#FFFFFF;
}

#content div {

}

#content h2, #content h3, #content h4, #content h5, #content h6 {
font-size:12px;
}

/* Default Tables and all other Formtables... */
/* =================================================================== */

#content table {
width:100%;
border:1px dotted #666;
}

#content table .odd {
background:#fff;
}

#content table .even {
background:#e5e5e5;
}

#content td.label {
width:140px;
padding:4px;
}

#content td.field {
padding:4px;
}

/* no border for the still generated XTCommerce-TableShit */

#content div.pageNavigation table {
border:none;
}

.error, .error *, .error span, .messageStackError,
.info, .reqInfo {
color:#ff4e00 !important;
font-weight:bold;
}

#content p.error table {
border:none;
}



/* Buttons Default */
/* =================================================================== */

div.buttonDelete {
margin-bottom:16px;
}

div.buttonNewAccount {
clear:both;
margin-bottom:16px;
}

div.buttonLogin, div.buttonEdit, div.buttonBack,
div.buttonCheckout, div.buttonReload {
float:left;
margin-bottom:5px;
}

div.buttonContinue, div.buttonSubmit,
div.buttonSend, div.buttonCheckout, div.buttonNew,
div.buttonUpdate, div.buttonWrite {
float:right;
margin-bottom:8px;
}

div.buttonBuyNow {
float:right;
margin-left:16px;
}


/* Those Element Clear Floating */
/* =================================================================== */

#checkoutProgressBar, #categorieListing h3, 
#content img.productImage, .productDetails,
#content div.pageNavigation, #productsReviews,
#productInfo #alsoPurchased h2, #newProducts, 
.alsoPurchasedModule, .clear {
	clear:both;
}

#newProducts .moduleContent, #upcomingProducts .moduleContent{
	padding:0;
}





/* Box Styling */
/* =================================================================== */

#boxesLeft .box {
	overflow:hidden;
	width:200px;
}

#boxesRight .box {
	overflow:hidden;
	width:200px;
	float:right;
}

#boxesLeft .boxContent {
	border-right:1px solid #7591AF;
	border-bottom:1px solid #7591AF;
	overflow:hidden;
	margin:0;
	padding:8px 10px 8px 14px;
	min-width:175px;
}

#boxesRight .boxContent {
	border-left:1px solid #7591AF;
	border-bottom:1px solid #7591AF;
	overflow:hidden;
	float:right;
	clear:left;
	margin:0;
	padding:8px 10px 8px 13px;
	width:176px;
	min-width:176px;
}

#boxesRight .box h2, #boxesLeft .box  h2 {
	margin:0;
	padding:0 10px 0 10px;
}

#content .boxContent {
	border-top:1px solid #FFFFFF;
	border-left:1px solid #7591AF;
	border-right:1px solid #7591AF;
	border-bottom:1px solid #7591AF;
	min-height:55px;
	padding:8px;
	margin:0;
	overflow:hidden;
}
.moduleContent#productList .productDetails{
	border:1px solid #BFCBD7;
	margin:10px 0 0 0;
	padding:0 14px;
}
.moduleContent#productList {
	border-style:none;
	padding:0;
	margin:0;
}
#content .textFrame h3 {
	color:#3399CC;
	margin:0 0 9px 0;
	overflow:hidden;
	font-size:13px;
	line-height:16px;
}
#content .textFrame h3  a{
	line-height:16px;
}
.productsDescription {
	margin-top:5px;
	height:54px;
	margin-bottom:12px;
	overflow:hidden;
}
.productsPriceInfo {
	margin-bottom:0;
}
.moduleContent#productList .productDetails  .picFrame{
	float:left;
	width:82px;
	height:118px;
	border:1px solid #c2ccd5;
	overflow:hidden;
	margin:14px 0;
	position:relative;
}
#productInfo .moduleContent .productDetails  .picFrame{
	float:left;
	width:82px;
	height:118px;
	border:1px solid #c2ccd5;
	overflow:hidden;
	margin:14px 0 14px 14px;
	position:relative;
}
#productInfo .moduleContent .productDetails  .picFrame img{
	height:118px;
	position:absolute;
	right:0;
}
#productInfo .moduleContent .productDetails .textFrame{
	float:right;
	width:425px;
	height:120px;
	margin:14px 14px 14px 0;
}
#productInfo .moduleContent .productDetails .textFrame .productsDescription {
	height:54px;
	margin-bottom:12px;
	margin-top:5px;
	overflow:hidden;
}
.moduleContent .productDetails  .picFrame{
	float:left;
	width:82px;
	height:118px;
	border:1px solid #c2ccd5;
	overflow:hidden;
	margin:14px 0 14px 14px;
	position:relative;
}
.moduleContent .productDetails  .picFrame img{
	height:118px;
	position:absolute;
	right:0;
}
.moduleContent .productDetails .textFrame{
	float:right;
	width:425px;
	margin:14px 14px 14px 0;
}
.moduleContent#productList .productDetails .textFrame{
	float:right;
	width:425px;
	margin:14px 4px 14px 0;
}
.moduleContent .productDetails .textFrame h3 a{
	color:#3399CC;
}
#content .box {
	overflow:hidden;
	min-height:55px;
	margin:0 0 20px 0;
}

#content .box  h1, #content .box  h2, #content .module  h1, #content .module  h2{
	margin:0px;
	padding:0 0 0 10px;
}

.box {
	background:#FFFFFF;
	margin-top:20px;
}

#boxAdmin img {
	margin:0;
}

.box input, .box select {
	max-width:120px;
}

#boxesLeft .box h2, #boxesRight .box h2 {
	background:url(img/bg_box_head.gif) no-repeat;
	height:18px !important;
	padding-left:5px;
	margin:0;
	line-height:16px;
}

#boxesLeft .box h2 span, #boxesLeft .box h2 span a, #boxesRight .box h2 span, #boxesRight .box h2 span a {
	display:block;
	width:200px;
	font-size:12px;
	text-align:left;
	color:#fff;
	line-height:18px;
}
#boxesRight .boxContent, #boxesLeft .boxContent{
	background:url(img/container_bg.png) repeat-y;
}

#boxesRight .box h2 span, #boxesLeft .box h2 span{
	margin-left:10px;
}

/* Special Box Categories and Information */
.boxContent  ul {
	margin:0;
}
.boxContent  ul  li{
	margin:2px 0;
}

.boxContent  p {
	margin:2px 0;
}

#boxCategories li a.current {
	font-weight:bold;
}

#boxCategories li a.currentParent {
	font-style:italic;
}

.box .boxSearchForm {
	margin-bottom:0;
}

.box .boxAddAQuickieForm td.field input, .box .boxSearchForm td.field input {
	width:100px;
}

#loginbox input[type=text]{
	width:120px;
	margin-bottom:4px;
}

#loginbox input[type=password]{
	width:120px;
	margin-bottom:6px;
}

#loginbox input[type=submit]{
	margin-left:4px;
}

#navigationBox{
	padding:8px 0 !important;
}

#CatNavi li{
	padding:0;	
}

#CatNavi li a{
	padding:0 0 0 14px;	
	line-height:20px;
	display:block;
}

a.currentParent, a.current, #CatNavi .Current{
	color:#FF0000;
	background-color:#FFFFFF;
}

.CatLevel2 a{
	margin-left:10px;
}

.CatLevel2 .current{
	list-style-type:disc;
	margin-left:10px;
}

.CatLevel1 a:hover{
	color:#c94444;
}

.CatLevel1 ul, .CatLevel1 ul li{
	background-color:#FFF;
}

/* =================================================================== */
/* Module Styling */
/* =================================================================== */





/* Modul categorie_listing */
/* =================================================================== */

#categorieListing .categoryImage {
	float:right;
	margin:0 0 16px;
	max-height:200px;
}

#categorieListing .moduleContent h3 {
	margin-bottom:12px !important;
}

#categorieListing .subcategory {
	float:left;
	height:6px;
	margin:0 16px 16px 5px;
	width:45%;
}

#categorieListing .subcategoryImage { 
	max-width:30px;
	max-height:30px;
	float:left;
	margin:0 16px 16px 0;
}

/* Modul products_listing & new_products & also_purchased 
* & new_products_overview */
/* =================================================================== */

#productListing .productImage {
	float:left;
	margin:0;
	position:absolute;
	right:0px;
}
#productInfo div#productsDetails{
	padding:15px;
}
.tipAFriend{
	margin:21px 0 34px 0;
}
.clearFloat{
	clear:both;
	height:1px;
	overflow:hidden;
}

.newProductModule{
	width:269px;
	float:left;
	height:120px !important;
	overflow:hidden;
	margin-bottom:10px;
}

.newProductImageContainer{
	width:88px;
	height:118px;
	overflow:hidden;
	border:1px solid #c0c9d2;
	float:left;
	display:table-cell;
	position:static;
	vertical-align:middle;
}

#alsoPurchased .moduleContent{
	padding:0;
}

.newProductImageContainer a{
	display:block;
	margin:auto;
	position:relative;
}

.newProductDataContainer{
	width:169px;
	overflow:hidden;
	float:right;
}

.newProductDataContainer .productTitle a{
	font-weight:bold;
	color:#6899cd;
	max-height:62px;
	overflow:hidden;
}

.newProductDataContainer .productPrice{
	height:16px !important;
	overflow:hidden;
	font-weight:bold;
	line-height:16px;
	color:#4c657e;
}
.productsPriceInfo{
	color:#7a92aa;
	margin-bottom:2px;
}
.productsPriceInfo span{
	color:#304d6a;
}
.productTitle, .productsPriceInfo , .productDetailInfo{
	clear:both;
	line-height:19px;
}
.productDetailInfo .lupeIcon, .productDetailInfo .buttonStyle {
	float:left;
}
.moduleContent .productDetails .productDetailInfo{
	width:100px;
	float:left;
	clear:none;
	margin:0;
}
.moduleContent .productDetails {
	margin:0;
	padding:0;
}

.moduleContent .productDetails .productsPriceInfo, .moduleContent .productDetails .insertIntoCart{
	width:250px;
	float:right;
	clear:none;
	text-align:right;
}

.buttonStyle{
	height:16px;
	color:#FFFFFF;
	padding:0 5px;
	line-height:16px;
	border-color:#7591af #7591af #000000 #000000;
	border-width:1px;
	border-style:solid;
	background:url(img/bg_button.gif) repeat;
}

.address .buttonStyle{
	margin-right:5px;
}

.buttonStyle:hover{
	text-decoration:none;
	color:#FFFFFF;
}

.singleCartProduct, .totalCartContainer{
	clear:both;
}

.singleCartQuantity{
	float:left;
}

.singleCartProduct a{
	float:left;
	margin-left:3px;
}

.singleCartPrice{
	float:right;
	margin-bottom:2px;
}

#totalCartText{
	float:left;
	width:125px;
	margin-top:6px;
	text-align:right;
	clear:both;
}

#totalCartPrice{
	float:right;
	width:45px;
	text-align:right;
	border-top:1px dashed #203f5f;
	margin:3px 0 2px 0;
	padding-top:3px;
}

#totalCartLinks{
	padding-top:10px;
	clear:both;
}

#payLink{
	float:right;
}

#cartLink{
	float:left;
}

#boxCart{
	margin-top:0;
}
#cartSymbol{
	margin-bottom:3px;
	background-color:transparent;
	text-align:right;
}

#boxDienstleistungen{
}

#boxDienstleistungen .boxContent{
	background-image:none;
	background-color:#dedede;
}

#boxHotline{

}

#hotlineNumberContainer img {
	float:left;
}

#hotlineNumberContainer {
	clear:both;
}

#hotlineNumberContainer h3 {
	float:right;
	width:78%;
	line-height:25px;
	margin-bottom:5px;
}

#hotlineTextContainer{
	clear:both;
	font-size:11px;
}

/* Modul product_info */
/* =================================================================== */

#productInfo .productsPriceInfo {
	text-align:right;
}

#content #productInfo table.productToCart {
	border:none;
	width:565px;
	float:right;
	margin-bottom:16px;
	margin-left:16px;
}

#productInfo .productOptions {
	clear:both;
}

/* Modul product_reviews */
/* =================================================================== */

#productsReviews {
	margin-top:48px;
}

#productsReviews div.productsReviewsModule {
	border:1px solid #666;
	padding:10px;
	background:#eee;
	margin-bottom:5px;
}


/* Modul shopping_cart */
/* =================================================================== */

#shoppingCart .cartDetailsTotal {
	text-align:right;
}

/* Modul order_details & checkout_confirmation products_block */
/* =================================================================== */

#orderDetails, #checkoutConfirmation .productsBlock,
#accountHistoryInfo #accountHistoryInfoTable {
	width:100%;
}

#orderDetails thead, #checkoutConfirmation .productsBlock thead,
#accountHistoryInfo #accountHistoryInfoTable thead {
	background:#39c;
}

#orderDetails th, #checkoutConfirmation .productsBlock th,
#accountHistoryInfo #accountHistoryInfoTable th {
	color:#fff;
	padding:8px;
	font-weight:bold;
	text-align:center;
}

#orderDetails td, #accountHistoryInfo #accountHistoryInfoTable td {
	padding:8px;
	text-align:center;
}

#orderDetails .article, #checkoutConfirmation .productsBlock .article,
#accountHistoryInfo #accountHistoryInfoTable .article {
	text-align:left;
}
#orderDetails .article .picFrame{
	width:30%;
	height:70px;
	float:left;
	overflow:hidden;
	position:relative;
}
#orderDetails .article .picFrame img{
	position:absolute;
	right:0;
}
#orderDetails .article .textFrame{
	width:65%;
	float:left;
	margin-left:8px;
	overflow:hidden;
}

#orderDetails .cartDetailsTotal {
	border-top:1px solid #666;
}

#orderDetails .cartDetailsTotal td,
#orderDetails .total,
#checkoutConfirmation .productsBlock .price,
#accountHistoryInfo #accountHistoryInfoTable .price,
#accountHistoryInfo p.summe {
	text-align:right;
	padding-right:8px;
}

#orderDetails td.remove {
	width:25px;
}

#orderDetails img.productImage {
	margin-bottom:0;
}



/* Modul error_message */
/* =================================================================== */

#content table.errorMessageFormTable {
border:none;
width:auto;
margin-bottom:16px;
}


/* Modul account */
/* =================================================================== */

#account div.recentlyViewed {
float:left;
width:50%;
}

#account h2, #account p.clear {
clear:both;
border-bottom:1px dotted #666;
}

/* Modul checkout_shipping */
/* =================================================================== */

#checkoutShipping .shippingModule {
border:1px dotted #666;
padding:8px;
margin-bottom:8px;
}

#checkoutShipping .shippingModule p {
margin-bottom:0;
}

#checkoutShipping .shippingModule p.shippingInfo, #checkoutConfirmation span.shippingInfo {
	margin:4px 0 0 24px;
	font-style:italic;
}

#checkoutShippingInfo {
	width:400px;
	float:left;
}

/* Modul checkout_payment */
/* =================================================================== */

#checkoutPayment textarea {
margin-bottom:16px;
width:100%;
}

/* Modul checkout_confirmation */
/* =================================================================== */

#checkoutConfirmation h2 {
border-bottom:1px dotted #666;
}

#checkoutConfirmation p {
padding-left:16px;
}

#checkoutConfirmation .info {
padding:0;
color:#666 !important;
font-weight:normal;
border:none;
}

#checkoutConfirmation .info  #green{
color:green;
}

#checkoutConfirmation .info  b{
color:#666 !important;
font-weight:bold;
}

#content #checkoutConfirmation table td {
padding:0 8px;
}

#content #checkoutConfirmation table.productsBlock td {
padding:8px;
}

#content #checkoutConfirmation table .main{
	width:120px;
}


/* =================================================================== */
/* End Module styling */ 
/* =================================================================== */





/* Order Progressbarthingie */ 
/* =================================================================== */

#checkoutProgressBar {
margin:20px auto 0 auto;
padding-bottom:12px;
}

#checkoutProgressBar span {
display:block;
float:left;
width:24%;
text-align:center;
padding:10px 0;
border:1px dotted #666;
}

#checkoutProgressBar span.checkoutProgressBarActive {
background:#39c;
font-weight:bold;
color:#fff;
border:1px solid #666;
}

/* Copyright Hinweis */ 
/* =================================================================== */

#content div.pageNavigation {
	margin:20px 0 10px 0;
	padding:0;
}
#content div.pageNavigation  .pageLinkList {
	color:#92b9e2;
	font-size:14px;
}
#content div.pageNavigation  .pageLinkList a{
	margin-left:5px;
}
#content div.pageNavigation  .pageLinkList b{
	color:#92b9e2;
	padding:1px 6px;
}
#content div.pageNavigation  .pageLinkList b .act{
	padding:1px 6px;
	color:#FFFFFF;
	background-color:#92b9e2;
}

/* Copyright Hinweis */ 
/* =================================================================== */

.parseTime {
display:none;
}

.copyright, .copyright a {
color:#ddd;
}

.copyright {
width:400px;
margin:5px auto;
font-size:12px;
}


/* =================================================================== */
/* Other Stuff */
/* =================================================================== */



/* Popup Windows (shipping and stuff) */
/* =================================================================== */

#popupContainer {
padding:20px;
}

/* Slimbox Styles */
/* =================================================================== */

#lbOverlay {
	position:absolute;
	left:0;
	width:100%;
	background-color:#000;
	cursor:pointer;
}

#lbCenter, #lbBottomContainer {
	position:absolute;
	left:50%;
	overflow:hidden;
	background-color:#fff;
}

.lbLoading {
	background:#fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat;
}

#lbPrevLink, #lbNextLink {
	display:block;
	position:absolute;
	top:0;
	width:50%;
	outline:none;
}

#lbPrevLink {
	left:0;
}

#lbPrevLink:hover {
	background:transparent url(img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right:0;
}

#lbNextLink:hover {
	background:transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	border:10px solid #fff;
	border-top-style:none;
}

#lbCloseLink {
	display:block;
	float:right;
	width:66px;
	height:22px;
	background:transparent url(img/closelabel.gif) no-repeat center;
	margin:5px 0;
}

#lbCaption, #lbNumber {
	margin-right:71px;
}

#lbCaption {
	font-weight:bold;
}

#boxPaypal img {
	margin-left:14px;
}
.productContainer{
	clear:both;
	margin-bottom:10px;
}
.specialModule .productTitle a {
	color:#6899CD;
	font-weight:bold;
	max-height:62px;
	overflow:hidden;
	font-size:12px !important;
	
}

.specialModule{
	width:180px;
	float:left;
	min-height:70px;
	overflow:hidden;
	margin-bottom:10px;
}
/*
#boxSpecials .picFrame{
	float:left;
	width:88px;
	height:118px;
	overflow:hidden;
	border:1px solid #C9CDD0;
	margin-bottom:10px;
}
#boxSpecials .picFrame img{
	height:118px;	
}
*/
#boxSpecials .picFrame{
	float:left;
	width:33px;
	height:48px;
	overflow:hidden;
	border:1px solid #FFFFFF;
	margin-bottom:10px;
	position:relative;
}
#boxSpecials .picFrame img{
	height:48px;
	position:absolute;
	right:0;
}

/*
#boxSpecials .textFrame{
	float:right;
	width:169px;
	font-size:10px;
}
*/
#boxSpecials .textFrame{
	margin-left: 12px;
	float:left;
	width:130px;
	font-size:10px;
}
#boxSpecials .textFrame a{
	font-size:10px;
}

#productInfo .picFrame{
	float:left;
	width:193px;
	height:275px;
	overflow:hidden;
	border:1px solid #C9CDD0;
	margin-bottom:10px;
	position:relative;
}
#productInfo .picFrame img{
	height:275px;
	position:absolute;
	right:0px;
}
#productInfo .textFrame h3{
	margin: 0 0 5px !important;
}
#productInfo .textFrame{
	float:right;
	width:315px;
	font-size:10px;
	height:306px;
	overflow:hidden;
}
#productInfo .textFrame p.productDescription{
	height:247px;
	overflow:auto;
}
#productInfo .dataFrameContainer{
	width:100%;
	float:left;
	border-top:1px solid #c0c8d3;
	border-bottom:1px solid #c0c8d3;
	padding:2px 0;
	background-color:#FFFFFF;
	clear:both;
}
#productInfo .orderFrame{
	width:190px;
	float:right;
}
#productInfo .orderFrame .productToCart .quantity{
	width:70px;
	float:left;
}
#productInfo .orderFrame .productToCart .quantity input{
	background-color:#eff0f2;
}
#productInfo .orderFrame .productToCart .submit{
	width:120px;
	float:right;
	text-align:right;
}
.productDatenblatt{
	margin-left:1px;
	float:left;
}
.productDatenblatt img{
	margin-top:2px;
}
#productInfo .orderFrame .productsPriceInfo{
	text-align:left;
	margin-top:5px;
}
#productInfo .orderFrame .productsPriceInfo .price{
	color:#5c7088;
}
#productInfo .orderFrame .productOptions{
	height:105px;
	margin-top:5px;
	overflow:hidden;
}
#productInfo .orderFrame .productOptions p{
	margin:0;
}
#productInfo .orderFrame .productOptions dt.option{
	float:left;
	width:70px;
}
#productInfo .orderFrame .productOptions dt.price{
	float:left;
	margin-left:10px;
	width:90px;
	line-height:23px;
	font-size:14px;
}
#productInfo .orderFrame .productOptions dl{
	clear:both;
}
#productInfo .dataFrame{
	width:322px;
	float:left;
	height:198px;
	background-color:#e7eaf1;
}
#productInfo .picFuncFrame{
}
#productInfo .picFuncFrame  img{
	float:left;
	display:block;
}
#productInfo .picFuncFrame a{
	float:left;
	display:block;
}
#productInfo .dataFrame h3, #productInfo .dataFrame dl, #productInfo .dataFrame p{
	margin:5px 5px 8px 20px !important;
}
#productInfo .dataFrame dl dt{
	float:left;
	width:100px;
	margin-bottom:3px;
}
#productInfo .dataFrame dl dd{
	float:left;
	width:190px;
	margin-bottom:3px;
}
.productOldPrice{
	font-size:12px;
	color:#304d69;
	text-decoration:line-through;
}
.productNewPrice{
	display:block;
	font-size:12px;
	color:#c84c4d !important;
}
#boxLastViewed .productOldPrice{
	font-size:10px;
	color:#304d69;
	text-decoration:line-through;
}
#boxLastViewed .productNewPrice{
	font-size:10px;
	color:#c84c4d !important;
}
#boxSpecials .textFrame a{
	font-size:10px;
}
#boxLastViewed .picFrame{
	float:left;
	width:33px;
	height:48px;
	overflow:hidden;
	border:1px solid #FFFFFF;
	margin-bottom:10px;
	position:relative;
}
#boxLastViewed .picFrame img{
	height:48px;
	position:absolute;
	right:0;
}
#boxLastViewed .textFrame{
	float:right;
	width:130px;
	font-size:10px;
}
#boxLastViewed .textFrame a{
	font-size:10px;
}
#noLastViewed{
	margin:0 auto;
}
.moduleContent{
	margin-top:10px;
	border:1px solid #BFCBD7;
	padding:8px 10px;
}
.module .moduleContent h2,
.module .moduleContent h3{
	margin:0 0 2px 0!important;
	padding:0 !important;
	color:#1F3F5F !important;
	font-weight:bold !important;
}
.productEAN strong{
	width:100px;
	min-width:100px;
}
.productAdditionalList dt{
	font-weight:bold;
}
.productAdditionalList dl{
	font-weight:bold;
}
#orderDetails .total {
	min-width:55px;
}
#orderDetails td {
	padding:3px 5px;
}
#orderDetails .textFrame p {
	margin-bottom:2px;
}
#orderDetails .textFrame .productTitle {
	font-weight:bold;
}
#orderDetails .textFrame .attributes, #orderDetails .textFrame .shippingtime {
	color:#3399CC;
}
.required #agb {
	border:1px solid #999;
	height:250px;
	overflow:auto;
}
.paymentModule p{
	margin-bottom:1em;
}
