/* -----------------------------------------------------------------------------
   standard.css 2009-03-10 10:00:00 Z mz $
   Achilles Cascading Style Sheets | Â© 2009 by Achilles
   http://www.achilles-werbung.de
------------------------------------------------------------------------------*/

/* --- ACHILLES WERBUNG Standard Konfiguration --- */

/* BODY / HTML */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
  background: #59656a url('../images/back/achilles_werbung_background.jpg') top left repeat-x;
	font-size: 62.5%; /* 1em gleich 10px */
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
  text-align: center;
	color: #333;
}

/* --- ACHILLES WERBUNG Container --- */

#ac_page {
	margin: 0 auto;
	padding: 0 0 0px 0;
	position: relative;
	width: 1000px;
	background: transparent;
	text-align: left;
}

#ac_container {
    background: #59656a url('../images/back/achilles_werbung_content_background.jpg') top left repeat-y;
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	color: #696969;
}

/* --- ACHILLES WERBUNG Header --- */

#ac_header {
	height: 168px;
}

#ac_header_top {
    background: #59656a url('../images/back/achilles_werbung_header_top_background.jpg') top left no-repeat;
    height: 58px;
}

#ac_header_sub {
    background: transparent;
    height: 32px;
}

/* Header Login */

#ac_header_login {
	float: right;
	margin: 8px 20px 0 0;
	display: inline;
	color: #fff;
	font-size: 1.2em;
}

#ac_header_login a {
	color: #fff;
	text-decoration: underline;
}

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

#ac_header_login_text {
     padding: 4px 0 0 0;
     font-weight: bold;
     margin: 0 4px 0 0;
}

.ac_header_login_input {
    background: transparent url('../images/back/achilles_werbung_header_input.gif') top left no-repeat;
    width: 110px;
    height: 17px;
    margin: 0 6px 0 0;
    color: #6e6f70;
    font-size: 1em;
    padding: 3px 0 0 3px;
}

#ac_header_login_links {
	text-align: right;
	font-size: 0.9em;
	margin: 2px 0 0 0;
	padding: 0 28px 0 0;
}

#ac_header_login_links a {
	color: #fff;
	text-decoration: underline;
}

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

/* Header Logo */

#ac_header_logo {
    background: #59656a url('../images/back/achilles_werbung_header_logo_background.jpg') top left no-repeat;
    height: 78px;
    font-size: 0;
}

/* Header Slogan */

#ac_header_slogan {
    background: #59656a url('../images/mixed/achilles_werbung_header_slogan.gif') top left no-repeat;
	float: left;
	height: 32px;
	width: 122px;
	margin: 0 0 0 20px;
	font-size: 0;
	display: inline;
}

/* --- ACHILLES WERBUNG Content --- */

#ac_content {
    background: #fff url('../images/content/achilles_werbung_content_background_top.jpg') top left repeat-x;
    margin: 0 20px 0 20px;
    padding: 32px 0px 0px 0px;
    width: 960px;
    font-size: 1.2em;
}

#ac_content a {
    color: #767676;
    text-decoration: underline;
}

#ac_content a:hover {
    color: #767676;
    text-decoration: none;
}

#ac_content_inhalt {
	background: transparent;
	padding: 0 0 30px 0;
	line-height: 20px;
}

#ac_content_inhalt_1spaltig {
	padding: 0 20px 30px 20px;
	line-height: 20px;
	margin: 0;
}

#ac_content_inhalt_startseite {
	/*padding: 0 20px 30px 20px;*/
	line-height: 20px;
	margin: 0;
}

button {
    background: transparent;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


/* Content Links */

#ac_content_left {
    background: transparent;
	float: left;
	width: 180px;
	display: inline;
}

#ac_container_checkout #ac_content #ac_content_left {
	background: transparent;
	float: left;
	width: 740px;
	display: inline;
	text-align: left;
}

/* Content Rechts */

#ac_content_right {
    background: transparent;
	float: right;
	margin: 0 20px 0 0;
	width: 740px;
	display: inline;
}

#ac_container_checkout #ac_content #ac_content_right {
    background: transparent;
	float: right;
	margin: 0 10px 0 0;
	width: 200px;
	display: inline;
	text-align: left;
}

/* Content Breadcrumb */

#ac_content_breadcrumb {
	font-size: 0.9em;
	margin: 0 0 20px 0;
}

/* --- ACHILLES WERBUNG Footer --- */

#ac_footer {
    background: #59656a url('../images/back/achilles_werbung_content_footer.jpg') top left no-repeat;
	height: 18px;
	width: 960px;
	color: #fff;
	padding: 20px 20px 10px 20px;
	font-size: 1.1em;
	text-align: left;
	margin: 0 auto;
}

/* --- ACHILLES WERBUNG Floats --- */

.left {
    float: left;
}

.right {
    float: right;
}

.clearit {
    clear: both;
    font-size: 0;
}

/* --- ACHILLES WERBUNG Headline --- */

h1 {
   font-size: 1.5em;
   color: #d30706;
   font-weight: normal;
   margin: 0 0 10px 0;
}

h2 {
   font-size: 1.2em;
   color: #767676;
   font-weight: normal;
}

h2.breadcrumb {
    font-size: 1.05em;
    display: inline;
}

h3 {
   font-size: 1.1em;
   color: #d30706;
}

h4 {
   font-size: 1em;
   color: #696969;
}

.red {
	color: #d30706;
}

.h2_faq {
    margin-top: 8px; 
	color: #d30706;
    font-size: 1.2em;
}

.question {
	border: 1px solid; 
	border-color: #FFFFFF #D9DDE3 #D9DDE3;
	background-color: #eeeded;
	padding: 0px; 
	padding-left: 5px;
	cursor: pointer; 
	margin: 0px; 
	margin-top: 1px; 
}

.answer {
	border: 1px solid #bebcb7;
	background-color: #f8f7f5;
	padding: 8px; 
	margin:0px; 
	border-top: 0px; 
}

/* --- ACHILLES WERBUNG Sonstiges --- */

input {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

ul {
	margin: 0 0 0 0;
	padding: 0;
}

.ac_start_product_left {
	float: left;
	height: 266px;
	width: 300px;
}

.ac_start_product_right {
	float: right;
	height: 266px;
	width: 300px;
	margin: 0 0 0 18px;
}

.ac_start_product_title {
	background: transparent url('../images/catalog/product/startbox/achilles_product_start_title.jpg') top left no-repeat;
	height: 25px;
	width: 292px;
	color: #fff;
	font-weight: bold;
	padding: 3px 0 0 8px;
}

.ac_start_product_title_long {
	background: transparent url('../images/catalog/product/startbox/achilles_product_start_title_long.jpg') top left no-repeat;
	height: 25px;
	width: 592px;
	color: #fff;
	font-weight: bold;
	padding: 3px 0 0 8px;
}


.ac_start_product_image {
    background: transparent url('../images/catalog/product/startbox/achilles_product_start_image.jpg') top left no-repeat;
	height: 192px;
	width: 303px;
	border: none;
}

.ac_start_product_image_long {
    background: transparent url('../images/catalog/product/startbox/achilles_product_start_image.jpg') top left no-repeat;
	height: 192px;
	width: 603px;
	border: none;
}

.ac_start_product_image img {
	height: 192px;
	width: 300px;
}

.ac_start_product_info {
    background: transparent url('../images/catalog/product/startbox/achilles_product_start_info.jpg') bottom left no-repeat;
	width: 300px;
	height: 62px !important;
}

.ac_start_product_info_long {
    background: transparent url('../images/catalog/product/startbox/achilles_product_start_info_long.jpg') bottom left no-repeat;
	width: 600px;
	height: 62px !important;
}

.ac_start_product_price {
	float: left;
	padding: 2px 0 0 8px;
	font-size: 1em;
	width: 150px !important;
	font-weight: bold;
}

.ac_start_product_details {
    float: right;
    width: 120px;
    padding: 0px 4px 0 0;
}

/** Darstellung der Kategorieübersicht */

.ac_listing_special_list{
	padding: 0px;
	padding-top: 0;	
	margin-left: 0px;
	height: 400px;
}

.ac_category_listing_module {
	float: left; 
	width: 550px;
	margin-bottom: 20px;
}

.ac_category_listing_left {
	float: left;
	width: 250px;
}

.ac_category_listing_right {
	float: right;
	width: 250px;
}

.ac_category_listing_title {
	background: transparent url('../images/catalog/product/startbox/achilles_product_start_title.jpg') top left no-repeat;
	height: 25px;
	width: 245px;
	color: #fff;
	font-weight: bold;
	padding: 3px 0 0 8px;
	line-height: 22px;
}

.ac_category_listing_image {
    background: transparent url('../images/catalog/product/startbox/achilles_product_start_image.jpg') top left no-repeat;
	height: 150px;
	width: 249px;
	border: none;
}

.ac_category_listing_image img {
	height: 150px;
	width: 249px;
}

.ac_category_listing_info {
    background: transparent url('../images/catalog/product/startbox/achilles_product_start_info.jpg') top left no-repeat;
	height: 49px;
	width: 250px;
}

.ac_category_listing_name {
	float: left;
	padding: 12px 0 0 8px;
	font-size: 1.4em;
	font-weight: bold;
}

.ac_category_listing_details {
    float: right;
    padding: 0px 4px 0 0;
}

#ac_start_product_carousel {
    width: 620px;
	margin: 20px 0 20px 0;
	height: 160px;
}

#ac_start_product_carousel_title {
    background: transparent url('../images/catalog/product/startbox/achilles_product_carousel_title.jpg') top left no-repeat;
    width: 612px;
	height: 25px;
	color: #fff;
	padding: 3px 0 0 8px;
}

#ac_start_product_carousel_products {
    background: transparent url('../images/catalog/product/startbox/achilles_product_carousel_back.jpg') top left no-repeat;
    width: 600px;
	height: 139px;
	padding: 0px 10px 8px 10px;
	overflow: hidden;
}

.ac_start_product_carousel_button {
    float: left;
	width: 40px;
	padding: 40px 0 0 0;
}

.ac_start_product_carousel_container {
	width: 520px;
	float: left;
	height: 123px;
}

#ac_start_woman {
	position: relative;
	height: 287px;
	width: 260px;
}

.ac_start_mixedbox {
    background: transparent;
	width: 258px;
	margin: 0 0 10px 0;
}

*html .ac_start_mixedbox {
    background: transparent;
	width: 258px;
	margin: 0 0 0px 0;
}

.ac_start_mixedbox_title {
    background: transparent url('../images/content/startseite/achilles_start_mixedbox_title.jpg') top left no-repeat;
    width: 252px;
	height: 25px;
	color: #fff;
	padding: 3px 0 0 8px;
}

.ac_start_mixedbox_inhalt {
    background: transparent url('../images/content/startseite/achilles_start_mixedbox_inhalt_bg.jpg') top left repeat-y;
	width: 260px;
}

.ac_start_mixedbox_text {
    background: #d3d3d3 url('../images/content/startseite/achilles_start_mixedbox_text_bg.jpg') top left repeat-x;
	width: 256px;
	margin: 0 3px 0 1px
}

.ac_start_mixedbox_footer {
	background: transparent url('../images/content/startseite/achilles_start_mixedbox_footer.jpg') top left no-repeat;
	height: 4px;
	width: 260px;
}

#ac_start_newsletter {
	padding: 3px 8px 6px 8px;
}

.image_box_contact {
    padding: 0 0 0 1px;
    position: absolute;
}

.image_box_award {
    padding: 11px 0 0 0;
    text-align: center;
}

.ac_product_price_start {
	color: grey;
	font-size: 14px
	font-weight: bold;
	margin-right: 5px;
	padding-top: 2px;
}

.ac_start_product_price div div {
  	margin-top: 0px; !important
}

.ac_start_product_price div p.old-price,
.ac_start_product_price div p span.price-label
{
  display: none;
}

.spezial-format-price
{
  /*float: right;*/
  font-size:1.2em; 
  line-height:20px; 
  color:grey; 
  font-weight: normal;
}


.ac_start_product_price div p span.spezial-format-price {
  float: right; 
  line-height:20px; 
  color:grey; 
  font-weight: normal;
  margin-top: -20px;
  font-weight: bold;
  font-size: 1em;
  font-weight: bold;
}

.ac_start_product_price div p.special-price {
  padding-top: 0;
  text-align: left;
}

.ac_start_product_price div p.special-price .spezial-format-price {
  float: left;
}

/** Colorswitcher*/
#ac_color_switcher_wrapper {
	width: 120px; 
	height: 17px;
	cursor: pointer;
	z-index: 90;
    position: absolute;
}

#ac_color_switcher_wrapper a{
	float: left; 
	width: 15px; 
	height: 15px; 
	margin: 0 0 0 2px; 
	border: 2px solid #A8A8A8;
}

#ac_color_switcher_wrapper a:hover  {
	border: 2px solid #d30706;
}

#ac_color_switcher_wrapper a.aktiv  {
	border: 2px solid #d30706;
}

/** ENDE Colorswitcher*/




/**  UPDATE Für WYSIWYG **/

.product-essential form div div ul li {
	list-style-type: square;
}

.carousel_label{
            text-align:center;
            margin-top:-3px;
        }
        .carousel_label a{
            color: #666;
            font-size: 11px;
            font-family: Arial, Vedana;
        }
