/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @category  Symmetrics
 * @package   Symmetrics_Einsparshop
 * @author    symmetrics gmbh <info@symmetrics.de>
 * @author    Eric Reiche <er@symmetrics.de>
 * @author    Alexander Kovalenko <alexander.kovalenko@symmetrics.de>
 * @author    Dmytro Lypovetskiy <dmytro.lypovetskiy@symmetrics.de>
 * @copyright 2010 symmetrics gmbh
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */

/* Main ===================================================================== */

html {
    background-color: #ff9e1c;
    background-image:url('../images/bg_bottom.jpg');
    background-repeat:repeat-y;
    background-position: center top; 
    width:100%;
    height:100%;
}
body {
    width:100%;
    height:100%;
    background:transparent url('../images/bg_top.jpg') no-repeat scroll center top;
}

.wrapper { 
    background: #FFF;
    width: 950px;
    margin: 0 auto;
} 

.header-container {
    padding: 5px;
    height:110px;
    background: #FFF;
    padding-bottom:0;
    margin-bottom:0;
} 

.header {
    background: url('../images/main/up_background.jpg') #ffa62e;
    height: 110px;
    position: relative;
}

.header .logo {
    margin:0px;
    margin-left:20px;
}

.pager {
    background: #fcf4ea;
}
.sorter {
    background: #fcf4ea;
}

#nav span.current {
    background: #f4e7d6;
}

#nav span.current, #nav a, #nav a:hover  {
    color: #583200;
}
#nav a:hover  {
    background: #f4e7d6;
}
#nav ul li span.current, #nav ul li a, #nav ul li a:hover {
    color: #583200;
}

.product-collateral h3 {
    color: #4b4b4b;
    background: #fcf4ea;
}

.header .links {
    margin-top:5px;
}

.header .welcome-msg {
    padding-top:55px;
    padding-right:20px;
    color: #583200;
}

.regular-price .price {
    color:#6d6d6d;
}

.block-account ul li a {
    color: #583200;
}

.category-image {
    border: 1px solid #b76900;
}

#nav span.current, #nav a, #nav a:hover {
    height:auto;
}

.success-msg {
    background:#fcf4ea;
}
.data-table thead tr {
    background:#fcf4ea;
}

.discount, .shipping {
    background:#fcf4ea;
}


.cart-price {
    text-align: right;
}

/* Foot ===================================================================== */
.footer {
    background: url('../images/main/footer_bg.jpg') #ffa62e repeat-x;
    height:41px;
    padding: 5px;
}

.footer_up {
    padding:auto;
    margin:auto;
    margin-left: 55px;
    margin-top: -40px;
    float:left;
}
.footer_down {
margin-top:0;
}


/* Home ===================================================================== */


input.input-text, select, textarea  {
    border-color: #b76900;
}

a {
    font-weight:bold;
}

.start-title { position: absolute; top: 0; left: 36px; }
.start-title .breadcrumbs { margin-bottom: 8px; }

.cms-home .col-main h1 {
    height: 25px;
        background: #fcf4ea;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 7px;
    margin: 15px 0 15px 0;
}

.home_block_up.last {
    margin-top: 9px;
}

.home_block_dn h2,
.home_block_up h2 {
    float: left;
    margin-right: 8px; 
}
.home_block_dn h2.last,
.home_block_up h2.last { margin-right: 0; } 

.home_block_dn h2 a,
.home_block_up h2 a {
    display: block;
    width: 153px;
    height: 133px;
    text-indent:-999em;
    overflow: hidden;
}

.home_block_dn,
.home_block_up {
    clear: both;
    overflow: hidden; 
}


.home_block_dn h2 {
    margin-right: 0; 
}

.home_block_dn h2 a {
    width: 158px;
    height: 142px;
}

/* Blocks */
.block .block-content {
    border-color: #b76900;
    background-color: #fcf4ea;
}

.block-customer-card {
    text-align:center;
}


.block .block-content .icon_phone {
    margin: 13px 6px 0 10px;
}
.block .block-content p.up {
    font-weight: bold;
    padding-top: 3px;
}
.block .block-content p.more {
    text-align: right;
}

.block .block-content p a {
    font-weight: normal;
}


/* -- Blocks: customer_service -- */

.block-customer_service .block-content img { margin: -10px 0 0 -10px; }
.block .block-content .phone { font-size: 18px; margin: 8px; }
.icon_phone { float: left; }

/* -- Blocks: einspartest -- */

.block-einspartest .block-title h2 a { color: #fff; }
.block-einspartest .block-content img {
    float:right;
}
.block-einspartest .block-content span { display: block; margin-top:15px; }
.block-einspartest .block-content span.up { margin-bottom: 15px; }

/* -- Blocks: shipping -- */

.block-shipping .block-title h2 a { color: #fff; }
.block-shipping .block-content span.up {
    margin-top: -4px;
    padding-top: 0;
    font-size: 16px;
    font-weight: normal;
}
.block-shipping .block-content .img_box { margin-top: 4px; width: 180px; }
.block-shipping .block-content .img { float: left; }
.block-shipping .block-content span { display: block; }
.block-shipping .block-content span:hover { text-decoration: underline; }

/* -- Blocks: search -- */

.block-search input { float: left; width: 120px; }
.block-search button {
    float: right;
    width: 35px;
    height: 22px;
    border: 0;
    background: url(../images/main/button_35.gif);	
}
.block-search button span { color: #fff; padding: 0; margin-top: -2px; line-height: 22px; }

/* -- Blocks: search -- */

.block-security .block-content img { float: left; margin-right: 8px; }


/* -- Blocks: subscribe -- */

#newsletter { width: 166px; }
.block-subscribe { display: none; }


/* -- Blocks: recent -- */

.block-recent { display: none; }

/* -- Blocks: reorder -- */

.block-reorder button {
    width: 132px;
    height: 22px;
    border: 0;
    background: url(../images/main/button_132.gif);	
}
.block-search button span { color: #fff; padding: 0; margin-top: -2px; line-height: 22px; }
.block-reorder .block-title { height: 50px; background-position: 0 -25px; }
.block-reorder .block-title h2 a { margin-top: -5px; display: block; }


/* -- Blocks: related -- */

.block-related input.checkbox { float: none; } 
.block-related .item { margin: 0; }
.block-related div.item { margin-top: 5px; overflow: hidden; }
.block-related .item .product-image { margin-right: 0; }
.block-related .item .product-details { margin-left: 0; }
.block-related .item .product-details h3 { margin-left: 60px; }
.block-related .price-box { margin-top: 10px; margin-bottom: 0; }
.block-related .tax-details { margin-top: 10px; }

/* -- Blocks: wishlist -- */
.block-wishlist .block-title { height: 50px; background-position: 0 -25px; }
.block-wishlist .block-title h2 a { margin-top: -5px; display: block; }
.block-wishlist .product-details { margin-left: 0; }
.block-wishlist .product-details h4 { margin-left: 75px; }

/* -- Blocks: payment methods -- */
.block-payment_methods .block-title h2 a { color: #fff; }

/* -- Blocks: poll -- */
.block-poll button {
    width: 98px;
    height: 22px;
    border: 0;
    background: url(../images/main/button_98.gif);	
}

.block-poll button span {
    text-transform: uppercase; 
}

/* ======================================================================================= */


/* Sofortueberweisung ================================================================================ */
.box.base-mini.mini-su-infobox .head {
    border-left:1px solid #6b8700;
    border-right:1px solid #6b8700;
    height: 25px;
    padding:0 10px;
}
.box.base-mini.mini-su-infobox .head h4 {
    color:#fff;
    font-size:13px;
    line-height:25px;
    background-position: right !important;
    background-repeat: no-repeat !important;
}
.box.base-mini.mini-su-infobox .content,
.box.base-mini.mini-su-infobox .actions {
    background-color: #eff5d6;
    border-left: 1px solid #6b8700;
    border-right: 1px solid #6b8700;
    padding: 8px 8px 0 8px;
}
.box.base-mini.mini-su-infobox .actions {
    border-bottom: 1px solid #6b8700;
    padding: 8px;
}
/* ========================================================================== */

.customer-address-index .col2-set h4 {
    margin-top: 10px;
}

.sales-order-view .col2-set h3 {
    margin-top: 10px;
}


/* Correction ========================================================== */

.tax-details {
    display: block;
    margin-top: 24px;
}

.cart .cart-collaterals { width:500px; }
.cart .cart-collaterals .col2-set {
    width:500px;
    float: left;
}
.cart .cart-collaterals .col-1 { width: auto; }
.cart .cart-collaterals .col-2 { float: left; }

.cms-page-view .col-main h3 { margin-top: 1em; }

.price-box { float: none; }

.cms-page-view .col-main ul li { margin-top: 0.5em; }

.cart .cart-collaterals { margin-top: -65px; }

.success-msg { background-color: #F1F0F1; border-color: #1e1a70; }

#shopping-cart-table tfoot .button { display: block; float: right; clear: both; margin-bottom: 3px; }

#discount-coupon-form .button { margin-top: 5px; }

.discount { width: 155px; margin-bottom: 20px; }
#coupon_code { width: 148px; }


.crosssell ul { width: 850px; }
.crosssell ul.add-to-links { width: auto; }
.crosssell .button { 
    background:transparent url(../images/main/button_145_cart.gif);
    width: 145px;
}
.crosssell .button span {
    font-size: 11px;
    padding-left: 25px;
}

.product-collateral .buttons-set { width: 250px; }
.product-collateral button.button { width: 182px; background: url(../images/main/button_182.gif); }

.dashboard h4 { margin-top: 10px; }

#advanced-search-list .range input.input-text { width: 230px; }

.sp-methods dd { margin-bottom: 20px; }

#product_comparison button.button { width: 132px; background: url(../images/main/button_132.gif); }

/* Specified pages ========================================================== */

.checkout-cart-index .main {
    padding-top: 36px;
}

.review-product-list .main,
.cms-page-view .main,
.catalogsearch-result-index .main,
.catalog-category-view .main {
    padding-top: 0;
}

.contacts-index-index .col-main { width: 521px; }
.contacts-index-index #contactForm p.required { width: 515px; margin-top: 20px; }
 
.wishlist-index-index button.button { width: 182px; background: url(../images/main/button_182.gif); }

.product-gutschein .col-left { margin-right:0; }

.block-progress {
    float: right;
    overflow: hidden;
    margin-right: -51px;
    display: inline;
    position: relative;
}
#checkoutSteps .col2-set, .account-login .col2-set {
    overflow: hidden;
}
#billing-new-address-form li .field {
    float: left;
    width: 260px;
}
#co-billing-form li.control {
    float: left;
    width: 260px;
    clear: none;
}
.advanced-search {
    margin-bottom: 20px;
}

.enter-gift-card-number .form-button { background: url(../images/main/button_162.gif) no-repeat; }
.catalog-product-compare-index .btn-cart { background: url(../images/main/button_132.gif) no-repeat; }
.multiple-checkout button.button { background: url(../images/main/button_310.gif) no-repeat; }

/* ========================================================================== */

/* Start image ========================================================== */

.start_image {
    background: url(../images/home/start_image.jpg);
    width: 475px;
    height: 248px;
}
.start_image_counters {
    position: relative;
    top: 122px;
    left: 159px;
    width: 300px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}



/*-------------------------------------*/

.title-buttons button.button {
    background:transparent url(../images/main/button_162.gif);
    width: 162px;
}

.checkout-types button.button {
    background:transparent url(../images/main/button_80.gif);
    width:80px;
}

/* -- Blocks: citypower_card -- */

.block-citypower_card .block-content img {
    margin:-10px 0 0 -10px;
}
.block-citypower_card .block-content p { margin-top: 10px; }


.opc .step-title, .box.base-mini.mini-su-infobox .head {
    background-image: url('../images/main/box_head_bg.jpg');
    background-repeat: repeat;
}

.block .block-title {
    background: #ffaf44 url('../images/main/box_head_bg.jpg') repeat-x;
    border: 1px solid #b76900;
}

.block-save_potential .block-title {
width:19px;
}


.productquestion-index-index .group-select .input-box {
    float: none;
}

.productquestion-index-index p.required {
    text-align: left;
}

#logo {
cursor:pointer;
}

.block-subscribe {
    visibility: hidden;
    display: none;
}
.products-grid .ratings .amount {
    float: left;
    margin-left: 5px;
}
.products-grid .ratings .rating-links {
    float: left;
}
.products-grid .product-name {
    height: 40px;
}
.products-grid .ratings {
    margin-bottom: -18px;
}
.up-sell .products-grid .ratings {
    position: relative;
}
#checkout-review-table tfoot th {
    white-space: normal;
}

/* Trustedshops ========================================================== */

#trusted-container {
    padding-top: 10px;
}
#trusted-container .trusted-siegel {
    float: left;
    padding-right: 10px;
}
#trusted-container button.button {
    background: transparent url(../images/main/button_310.gif) repeat scroll 0 0 !important;
    width: 310px;
}

