
/* General Shop Styles here please */

.addtocart_form {
	width: 100%;
	display: inline;
	white-space: nowrap;
}

/* The quantity box beneath the "add to cart" button  */
.quantity_box {	
	vertical-align: middle;
}

.next_page {
	padding-right: 30px;
	line-height: 20px;
	float: right;
	width: auto;
}
.previous_page {
	padding-left: 30px;
	line-height: 20px;
	float: left;
	width: auto;
}

/* This is the text box informing customers about your returns policy */
.legalinfo {
	background: #d3d3d3;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
}

div.pathway {
	margin-bottom: 1em;
}

div.pathway img {
	padding: 0 2px;
}

.productPrice {
	white-space: nowrap;
}
.product-Old-Price {
	color:red;
	text-decoration:line-through;
}
/** BROWSE PRODUCTS STYLES **/


/*
General Form Styling
*/


#agreed_div {
	white-space: normal;
}

.missing {
	color:red;
	font-weight:bold;
}

/**
* Administration Styles
*/
.adminListHeader {
	float:left; height: 48px; background-repeat: no-repeat;
	text-align: left; font-size: 18px; font-weight: bold;
	padding-left: 80px;	
}

.labelcell {
	margin-left: auto;
	font-weight: bold;
	vertical-align: top;
	width: 30%;
}
table.adminform td.labelcell {
	text-align: right;
}
.iconcell {
	vertical-align: top;
	width: 5%;
}
.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip {
	background-color:#FAFAD2;
	background-position:left 5px;
	background-repeat:no-repeat;
	border-color:#AACCAA;
	border-style:dotted none;
	border-width:1px 0pt;
	font-weight: 900;
	margin:1pt 1pt 1em 1em;
	padding:0.5em 1em 1.5em 48px;
}
.shop_error {
	background-image: url( "themes/dibennardo/images/error.gif" );
}
.shop_warning {
	background-image: url( "themes/dibennardo/images/warning.png" );
}
.shop_info, .shop_tip {
  	background-image: url( "themes/dibennardo/images/info.png" );
}

.shop_debug {
	background-image: url( "themes/dibennardo/images/log_debug.png" );

}
.shop_critical {
	font-weight: bold;
	background-image: url( "themes/dibennardo/images/log_critical.png" );
}
/**
* Addtocart detail Styles
*/
.vmCartContainer { /* Cart Container */
	width: 240px;
	float: left;
}

.vmCartChildHeading { /* Header for the cart */
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
}

.vmCartChild { /* Container for the Child Product */
	float: left;
	vertical-align: middle;
	height: 15px;
	padding: 3px;
	border: 2px solid #D9DADB;	
	margin-right: 6px;
}

.vmChildDetail { /* Child Detail, description , attributes ,price, quantity etc */
	vertical-align: middle;
	margin-top: 6px;
}

.vmCartChildElement { /* Individual element styling */
	width: 100%;
	vertical-align: middle ;
	height: 25px;
	text-align: left;
	
}

.vmCartAttributes { /* Attributes Div*/
	padding: 0;
	margin: 0;
	width:100%;
}

.vmAttribChildDetail {  /* Product Attributes Styling */
	float: left;
	border: none;
	display: block;
	outline: none;
}
	

.vmMultiple {
	height:35px;
}



.vmChildType { /* Product type div*/

width: 100%;
}

.vmClearDetail { /*Clear the divs afer child types*/
	clear: both;
}

.vmClearAttribs { /*Clear the divs before the attributes*/
	clear:both;
}
.vmRowOne { /* Odd Row One styling */
	background: #d3d3d3;	
}

.vmRowTwo { /* Even Row Styling */
	background: white;
}

/* Link Details for link to child*/
.vmChildDetail a, .vmChildDetail a:link {
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmChildDetail a:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}
/* Styling for the form elements to enable correct Line Up  */


.inputboxattrib {
	float: left;
	margin-top: 0px;
	vertical-align: middle;
	margin-bottom: 2px;
}

.quantitycheckbox {
	margin-top: 6px;
	vertical-align: middle;
}	

/**
* Addtocart detail Styles for placing attributes beside product_types
*/
.vmCartContainer_2up { /* Cart Container */
	width: 100%;
	float: left;
	border: 1px solid #000;
	padding: 3px;
}

.vmCartChildHeading_2up { /* Header for the cart */
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
}

.vmCartChild_2up { /* Container for the Child Product */
	
	vertical-align: middle;
	border: 1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	
	margin-bottom: 2px;
	float:left;	
}

.vmChildDetail_2up { /* Child Detail, description , attributes ,price, quantity etc */
	vertical-align: middle;
	margin-top: 6px;
}

.vmCartChildElement_2up { /* Individual element styling */
	width: 100%;
	vertical-align: middle ;
	height: 25px;
	text-align: left;
	
}

.vmCartAttributes_2up { /* Attributes Div*/
	float: left;
	padding: 0px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
	width:50%;
}

.vmAttribChildDetail_2up {  /* Product Attributes Styling */
	
}
	
.vmMultiple {
	height:35px;
}

.vmChildType_2up { /* Product type div*/
	padding: 0px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
	float: left;
	width: 40%;
	border: 1px solid #000;
}

.vmClearDetail_2up { /*Clear the divs afer child types*/
	
}

.vmClearAttribs_2up { /*Clear the divs before the attributes*/
	clear:both;
}
.vmRowOne_2up { /* Odd Row One styling */
	background: #d3d3d3;	
}

.vmRowTwo_2up { /* Even Row Styling */
	background: white;
}

/* Link Details for link to child*/
.vmChildDetail_2up a, .vmChildDetail_2up a:link {
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmChildDetail_2up a:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}

.vmCartModuleList  {
  cursor : pointer;
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmCartModuleList:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}
.vmquote {
	margin: 4px;
	border: 1px solid #cccccc;
	padding: 10px;
	font-size: 12px;
	color: #254D78;
}
.editable {
	cursor: pointer;
}
ul.pagination li {
	padding: 2px 1px;
	display: inline;
	background: none;
}
.clr { clear: both; overflow:hidden; }

/* Custom styles by Thomas Sturm */
/* Browse Categories*/
#content {
	float: left; 
	position: relative;
	width: 384px;
	height: 454px;
	overflow: auto;
	font-size: 1.1em;
}

#shopcontent {
 	float: right; 
 	position: relative;
	width: 449px;
	height: 454px;
	overflow: auto;
	font-size: 1.1em;
}

.browseProductContainer {
	float: left;
	width: 130px;
	height: 150px;
	margin-top: 25px;
	margin-right: 13px;
}
.browseProductContainer img {
	width: 120px;
	height: 120px;
	padding: 3px 3px;
	border: 2px solid #D9DADB;
}
.browseProductContainer a {
	text-decoration: none;
	font-size: 1em;
	font-style: italic;
	color: #6B6B6B;
}
.browseProductContainer a:hover img, .browseProductContainer a:active img, .browseProductContainer a:focus img {
	border: 2px solid #A57500;
}
.browseProductContainer a:hover, .browseProductContainer a:active, .browseProductContainer a:focus {
	color: #A57500;
}
.browseProductContainer span.browse_desc {
	font-size: 10.5px;
}


/* Product Details pages */
#flypage_left {
	float: left;
	width: 384px;
	heigth: 451px;
}
#flypage_left h4 {
	margin-top: 5px;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

#flypage_image {
	width: 445px;
	height: 445px;
	border: 2px solid #D9DADB;
	border-top: 0;
}
#slideshow {
	width: 436px;
	height: 436px;
	padding: 4px 4px;
}
.flypage_manufacturer {
	padding-top: 10px;
	font-style: italic;
font-size: 14px;
font-weight: 200;
color: #6B6B6B;
height: 15px;
display: block;
}
/* Überschrift Artikel */
#flypage_left h3 {
	padding-top: 1px;
	padding-bottom: 73px;
	border-bottom: 1px solid #D9D3CB;
font-style: italic;
font-weight: normal;
font-size: 29px;
color: #000;
}
#flypage_s_desc {
	color: #6B6B6B;
	font-style: italic;
	font-size: 14px;
	margin-top: -71px;
	display: block;
	height: 15px;
}
#flypage_price {
	margin-top: 64px;
	height: 50px;
	border-bottom: 1px solid #D9DADB;
}
#flypage_price_box {
	text-align: center;
	margin-top: 10px;
	width: 108px;
	height: 26px;
	line-height: 24px;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	background: url( "themes/dibennardo/images/price_background.jpg" ) no-repeat 0 0;
}
#flypage_description {
	margin-top: 5px;
}
#flypage_right {
	float: right;
	width: 449px;
	height: 528px;
	overflow: hidden;
	font-size: 1.2em;
}
#flypage_bottom {
	width: 449px;
	height: 32px;
	margin-top: 10px;
}
.inputboxquantity {
	float: left;
	vertical-align: middle;
	height: 15px;
	border: 2px solid #D9DADB;
	text-align: center;
	font-size: 13px;
	padding: 3px;
}
.addtocart_button {
	float: left;
	margin-left: 6px;
	text-align:center;
	vertical-align: middle;
	width:90px;height:25px;
	cursor:pointer;
	font-style: italic;
	font-size: 11px;
	font-family:inherit;
	color: #6B6B6B;
	overflow:hidden;
	background: #FCF7EE;
	border: 2px solid #D9DADB;
}
.prev, .next {
	display: block;
	float:right;
	vertical-align: middle;
	width: 20px;
	border: 2px solid #D9DADB;
	text-decoration: none;
	height: 15px;
	font-size: 13px;
	color: #6B6B6B;
	padding: 3px 5px;
}
.prev {
 	margin-right: 6px;
}
.next {
	text-align: right;
	margin-left: 6px;
}
.overview {
	float: right;
	border: 2px solid #D9DADB;
	height: 13px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-style: italic;
	color: #6B6B6B;
	padding: 4px;
}
.addtocart_button:hover, .prev:hover, .next:hover, .overview:hover {
	color: #A57500;
	border: 2px solid #A57500;
	background: #FFF;
}

.shop_info {
	display: none;
}

/* Basket */
#vmMainPage table {
	border-collapse: collapse
}
#vmMainPage table tr.sectiontableheader {
	height: 25px;
	vertical-align: top;
	font-weight: normal;
}
#vmMainPage table tr.sectiontableheader td {
	padding: 5px 10px;
	font-size: 12px;
	font-style: normal;
	color: #000;
}
#vmMainPage table td {
	text-align: left;
	padding: 10px 10px;
	font-size: 14px;
	font-style: italic;
}
#vmMainPage table td a {
	text-decoration: none;
}
#vmMainPage table td img {
	width: 85px;
	height: 85px;
	padding: 3px 3px;
	border: 2px solid #D9DADB;
}
#vmMainPage table td input.inputbox {
	float: left;
	vertical-align: middle;
	height: 10px;
	width: 13px;
	border: 2px solid #D9DADB;
	text-align: center;
	font-size: 10px;
	padding: 3px;
}
#vmMainPage table td input.button {
	text-align:center;
	vertical-align: middle;
	cursor:pointer;
	font-style: italic;
	font-size: 11px;
	font-family:inherit;
	color: #6B6B6B;
	overflow:hidden;
	background: #FCF7EE;
	border: 2px solid #D9DADB;
}
#vmMainPage table td input.button:hover {
	color: #A57500;
	border: 2px solid #A57500;
	background: #FFF;
}
#vmMainPage table .sectiontableentry1 {
	border-top: 1px dashed #D9DADB;
	border-bottom: 1px dashed #D9DADB;
	background: #F2EEE9;
}
#vmMainPage table .sectiontableprice {
	border-top: 1px dashed #D9DADB;
}
#vmMainPage table .sectiontableprice td.left, #vmMainPage table .sectiontabletax td.left {
	text-align: right;
}
#vmMainPage table .sectiontabletax td {
	font-size: 11px;
	padding-top: 0;
}
#vmMainPage table input.coupon {
	border: 2px solid #D9DADB;
	height: 16px;
}
.cart_footer {
	float: right;
}
.cart_footer a {
	border: 2px solid #D9DADB;
	height: 13px;
	width: 110px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-style: italic;
	color: #6B6B6B;
	padding: 4px;
	margin-left: 5px;
	display: block;
	float: right;
}
.cart_footer a:hover {
	color: #A57500;
	border: 2px solid #A57500;
	background: #FFF;
}	
/*Checkout Bar*/
#vmMainPage .checkout_bar_top {
	height: 24px;
}
#vmMainPage .checkout_bar {
	border: none;
	width: 100%;
}	
#vmMainPage .checkout_bar td {
	font-size: 21px;
	font-style: italic;
	color: #ABAB9E;
	vertical-align: top;
	padding-left: 50px;
	background: url( "themes/dibennardo/images/checkout_bar_arrow.gif" ) no-repeat center left;
}
#vmMainPage .checkout_bar td.checkout_active a {
	color: #000;
}
#vmMainPage .checkout_bar_spacer {
	height: 65px;
	border-bottom: 1px solid #D9DADB;
	margin-bottom: 10px;
}	
/* Registration */
#checkout_userfield {
	width: 800px;
}
#checkout_userfield input.radio label {
	font-size: 11px;
}
#checkout_userfield input.inputbox {
	vertical-align: middle;
	height: 12px;
	width: 150px;
	border: 2px solid #D9DADB;
	text-align: left;
	font-size: 10px;
	padding: 2px;
}
#checkout_userfield select.inputbox {
	height: 19px;
	width: 159px;
	border: 2px solid #D9DADB;
	text-align: left;
	font-size: 10px;
}
#checkout_userfield .field {
	width: 400px;
	float: left;
	margin-top: 8px;
}
#checkout_userfield .field .formLabel {
	width: 150px;
	float: left;
}
#checkout_userfield .field .formField {
	width: 250px;
	float: left;
}
#checkout_userfield table td {
	padding: 0px 5px;
}
#vm_spacer_div, #vm_spacer_input, #vm_space_div, #vm_space_input {
	visibility: hidden;
}
.checkout_heading {
	font-size: 14px;
	font-style: italic;
	color: #000;
}
#addr {
	font-size: 14px;
	margin: 20px;
	font-style: italic;
}
input.button {
	text-align:center;
	align: center;
	vertical-align: middle;
	width:120px;height:22px;
	cursor:pointer;
	font-style: italic;
	font-size: 11px;
	font-family:inherit;
	color: #6B6B6B;
	overflow:hidden;
	background: #FCF7EE;
	border: 2px solid #D9DADB;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
input.button:hover {
	color: #A57500;
	border: 2px solid #A57500;
	background: #FFF;
}
a.button {
	display: inline-block;
	text-align:center;
	vertical-align: middle;
	width:120px;height:17px;
	cursor:pointer;
	font-style: italic;
	font-size: 11px;
	font-family:inherit;
	color: #6B6B6B;
	overflow:hidden;
	background: #FCF7EE;
	border: 2px solid #D9DADB;
}
a.button:hover {
	color: #A57500;
	border: 2px solid #A57500;
	background: #FFF;
}
iframe {
	border: 2px solid #D9DADB;
	background-color: #FFF;
 font-family: Georgia, Palatino, Garamond, serif;
 font-size:12px; 
}
.pathway {
	display: none;
}
table.order {
	padding: 0;
	margin: 0;
	border: 0;
}
.cbOverlay {
	background-color: #000;
}

.cbContainer {
	padding:5px;
	background-color:white;
	border: 2px solid gray;
}
.cbBox h3 {
	font-size:1.4em;
	margin-top:0px;
	padding-top: 3px;
	vertical-align: middle;
	text-align:center;
	background-color:#ccc;
	background-image: url( "js/mootools/header-background.png" );
}
.cbBox p {
	margin:3px;
}
.cbBox, .cbButtons {
	text-align:center;
}
.cbButton {
	margin: 3px;
}
.cbCloseButton {
	background: url( "js/mootools/close.gif" ) no-repeat;
	width: 16px; height: 16px;
	position:absolute;
	top: 9px;
	right:5px;
	cursor: pointer;
}