/* -----------------------------------------------------------------------------------------------------------------
	common
----------------------------------------------------------------------------------------------------------------- */	
	
/* some nice to have resets */
/* * { padding: 0; margin: 0; } */
a img{ border: none; }
hr { background: #ddd; color: #ddd; clear: both; float: none; width: 100%; height: 1px; margin: 0 0 1.45em; border: none; }
a { color: inherit; }
h1 a, h2 a, h3 a { text-decoration: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Regular clearing
apply to column that should drop below previous ones. */
.clear { clear: both; }

/* -----------------------------------------------------------------------------------------------------------------
	global layout
----------------------------------------------------------------------------------------------------------------- */

body {
	margin: 0px 0px 15px 10px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #697178;
	font-size: 13px;

}

a, a:link, a:active, a:visited {
	color: #697178;	
	text-decoration: underline;
}        

a:hover {
	color: #f66014;
	text-decoration: underline;
}

h1 {
	color: #f66014;
	font-size: 28px;
	font-weight: normal;
	margin-top: 10px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 25px;
	border-bottom: 1px dotted #697178;
}

/****** columns *******/
div.colmask {
	clear: both;
	width: 100%;
	overflow: hidden;		/* This chops off any overhanging divs */
}

div.colmask div.col1, div.colmask div.col2, div.colmask div.col3 { 
	float: left;
}

div.content_col1, div.content_col2, div.content_col3 {
  padding: 10px; /* This fixes the problem that width definitions don't work on empty columns */
}

div.col_width_p_50 { width: 50%; }
div.col_width_p_33 { width: 33%; }
div.col_width_p_66 { width: 66%; }
div.col_width_p_20 { width: 20%; }
div.col_width_p_80 { width: 80%; }

div.content {
	margin: 10px; 
}

div#wrap {
  width: 1275px;
  margin: 0 auto;
  background: transparent url("../img/main_background_right.png") repeat-y top right;
  z-index:0;
}

div#main_container {
  width: 1031px;
  float: left;
  z-index:500;
}

div#woman {
  padding-top: 0px;
  position:absolute;
  margin-left:940px;
  z-index:0;

}


div#we-guarantee {
  padding-top: 50px;
}

div#header {
	line-height: 0;
}

/*     |              200px               |              710px               |              99px                |   */	
div#main_menu_col {
	width: 200px;
}	

div#content_col {
	width: 710px;
	min-height: 550px;
	padding: 0px 10px 10px 10px;
	border-left: 1px solid #afb9c2;
	border-right: 1px solid #afb9c2;
}

div#secondary_menu_col {
	width: 99px;
}

div#footer {
	background: url("../img/footer_background.png") repeat-y top left;
        text-align: left;
	font-size: 11px;
	padding-top:2px;
	padding-left: 20px;
	padding-right: 99px;
	padding-bottom: 2px;
}

/* -----------------------------------------------------------------------------------------------------------------
	menus
----------------------------------------------------------------------------------------------------------------- */

div#main_menu img, div#secondary_menu img {
	display: block;
}

div#main_menu {
	margin-top: 95px;
}

div#secondary_menu {
       position:relative;
	margin-top: 42px;
	margin-left: 9px;
	z-index:500;
}

div#cart_link {
  margin-top: 140px;
  margin-left: 9px;
}

/* -----------------------------------------------------------------------------------------------------------------
	layout of content elements
----------------------------------------------------------------------------------------------------------------- */

/****** webshop ******/

div.shop-article-overview {
  margin-bottom: 30px;
}

div.shop-article-overview-name {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
}

div.shop-article-overview-image {
  text-align: center;
}

div.shop-article-overview-fields {
  width: 160px;
  padding: 10px;
  border: 1px solid #afb9c2;
}

div.shop-article-overview-description {
  min-height: 80px;
  margin-top: 7px;
  padding-top: 10px;
  margin-bottom: 20px;
  border-top: 1px solid #afb9c2;
}

div.shop-article-overview-details-link {
  float: left;
}

div.shop-article-overview-addToCart-link {
  text-align: right;
}

div.shop-article-details-addToCart-quantity {
  display: inline;
    float: left;
}

div.shop-article-details-addToCart-button {
  display: inline;
  padding-left: 10px;
}

/****** Extension wt_repeater_assistant ******/

form.wra-main label, p.wra-recommendations-header {
  display: block;
  font-size: 12px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

form.wra-main p.wra-remark {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  color: #f29400;
  font-weight: bold; 
}

form.wra-main select {
  margin-left: 15px;
  width: 150px;
}

form.wra-main input.wra-submit {
  margin-left: 10px;
}

ul.wra-results li {
  margin-bottom: 10px;
}

form.wra-restart {
  margin-top: 35px;
  margin-left: 15px;
  border-top: 1px dotted #697178;
}

/****** Extension wt_simple_cart ******/

/********* Cart items table ********/
table.wsc-items-table-header, table.wsc-items-table-item {
  width: 100%;
  border-collapse: collapse;
}

table.wsc-items-table-header {
  margin-top: 20px;
}

table.wsc-items-table-header td {
  border: 1px solid #697178;
  background-color: #FFCF86;
  padding: 4px;
  font-weight: bold;
}

form.wsc-items-table-item-form {
  margin: 0px;
  padding: 0px;
  display: inline;
}

table.wsc-items-table-item td {
  border-left: 1px solid #697178;
  border-right: 1px solid #697178;
  border-bottom: 1px solid #697178;
  padding: 4px;
}

table.wsc-items-table-header td.wsc-quantity, table.wsc-items-table-item td.wsc-quantity {
  width: 10%; 
}

table.wsc-items-table-header td.wsc-name, table.wsc-items-table-item td.wsc-name {
  width: 40%; 
}

table.wsc-items-table-header td.wsc-total-price, table.wsc-items-table-item td.wsc-total-price {
  width: 20%;
}

table.wsc-items-table-header td.wsc-action, table.wsc-items-table-item td.wsc-action {
  width: 30%;
}

div.wsc-order-overview table.wsc-items-table-header td.wsc-quantity, div.wsc-order-overview table.wsc-items-table-item td.wsc-quantity {
  width: 10%; 
}

div.wsc-order-overview table.wsc-items-table-header td.wsc-name, div.wsc-order-overview table.wsc-items-table-item td.wsc-name {
  width: 40%; 
}

div.wsc-order-overview table.wsc-items-table-header td.wsc-total-price, div.wsc-order-overview table.wsc-items-table-item td.wsc-total-price {
  width: 20%;
}

table.wsc-items-table-item td.wsc-even {
  background-color: #F5F5F5;
}

table.wsc-items-table-item td.wsc-odd {
  background-color: #E3E3E3;
}

form.wsc-items-table-item-form input.wsc-remove-item-button,
form.wsc-items-table-item-form input.wsc-update-item-quantity-button {
  margin-left: 6px;
}

table.wsc-items-table-footer {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  margin-top: 15px;
}

table.wsc-items-table-footer td {
  padding-right: 10px;
  padding-top: 10px;
  width: 50%;
}

table.wsc-items-table-footer td.wsc-mailing-expenses-label {
  text-align: right;
}

table.wsc-items-table-footer td.wsc-total-price-label {
  text-align: right;
  font-weight: bold;
}

table.wsc-items-table-footer td.wsc-total-price-value {
  font-weight: bold;
}

table.wsc-items-table-footer td.wsc-vat-amount-label {
  text-align: right;
}

div.wsc-start-order-button {
  text-align: center;
  margin-top: 50px;
}

/******* Customer data form ********/

form.wsc-customer-data-form label {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
}

form.wsc-customer-data-form p {
  margin-top: 10px;
  margin-bottom: 0px;
}

form.wsc-customer-data-form div.wsc-continue-order-button {
  text-align: center;
  margin-top: 45px;
}

div.wsc-customer-data-invalid-message {
  font-weight: bold;
  color: #f29400;
  margin-top: 20px;
}

div.wsc-field-invalid-message {
  font-size: 11px;
  margin-top: 6px;
  color: #f29400;
  font-weight: bold;  
}

div.wsc-field-remark {
  font-size: 11px;
}

/******* Order overview ********/

div.wsc-order-overview div.wsc-label {
    margin-top: 13px;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: bold;
}

div.wsc-order-overview div.wsc-value {
  margin-left: 8px;
}

form.wsc-execute-order-form div.wsc-execute-order-button {
  text-align: center;
  margin-top: 45px;
}

/* Cart items table */
table.wsc-items-table-header, table.wsc-items-table-item {
  width: 100%;
  border-collapse: collapse;
}

table.wsc-items-table-header {
  margin-top: 20px;
}

table.wsc-items-table-header td {
  border: 1px solid #697178;
  background-color: #FFCF86;
  padding: 4px;
  font-weight: bold;
}

form.wsc-items-table-item-form {
  margin: 0px;
  padding: 0px;
  display: inline;
}

table.wsc-items-table-item td {
  border-left: 1px solid #697178;
  border-right: 1px solid #697178;
  border-bottom: 1px solid #697178;
  padding: 4px;
}
