/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
* {
    background: none !important;
    text-align: left !important;
}

body {
    background: #fff !important;
    font-size: 9pt !important;
    margin: 15px !important;
}

a {
    color: #2976c9 !important;
}

th, td {
    color: #2f2f2f !important;
    border-color: #ccc !important;
}

.erpnotice,
.search-bar,
.col-left,
.quick-access,
.nav-container,
.footer-container,
.pager,
.toolbar,
.actions,
.buttons-set,
.wishlist-index-index h1,
.wishlist-index-index .itabs,
.wishlist-index-index .wishlist_add_list_form,
.wishlist-index-index .data-table button.btn-cart,
.wishlist-index-index .wishlist_add_list_form,
.hide-print,
.service_head,
.service-search,
input.empty {
    display: none !important;
}

.print-right {
    text-align: right !important;
}

.col-main {
    width: 100% ! important;
}

.page-print .data-table .cart-tax-total {
    background-position: 100% -54px;
}

.page-print .data-table .cart-tax-info,
h3.wishlistname-print {
    display: block !important;
}

.wishlist-index-index .data-table textarea,
.wishlist-index-index .data-table input.input-text {
    border: none;
}

.wishlist-index-index .data-table input.input-text {
    font-weight: bold;
    padding: 0;
    text-align: right;
    width: auto;
}

.wishlist-index-index .merchant-address input {
    font-size: 16px;
    line-height: 22px;
    border: none;
}

.wishlist-index-index .a-right .merchant-address {
    text-align: right ! important;
    margin-right: 65px;
}

.wishlist-index-index .ui-tabs-nav,
.wishlist-index-index a.selectBox i.icon-sort-down{
    display: none;
}

.wishlist-index-index a.selectBox {
    border: none;
}

.wishlist-index-index input.input-text.price-input {
    width: 50px ! important;
    padding: 6px 0 ! important;
    text-align: center ! important;
    margin: 0 ! important;
}

.wishlist-index-index .price-currency {
    margin-left: 0px;
}

.wishlist-index-index #wishlist-table .btn-trash {
    display: none;
}

.product-view .content .technical_data td {
    font-size: 18px;
}
.product-view .detail_right {
    float: left;
    width: 500px;
}

.product-view .detail_left {
    width: 500px;
}

.product-view .product-essential {
    padding-top: 30px;
    margin-left: 0px;
    float: none;
    clear: both;
    min-height: inherit;
}

.product-view #alternatives-container, .product-view #xsell-container {
    float: none;
}

.jcarousel .product-name a, .product_details li a {
    color: black !important;
}

.ui-widget-content {
    border: none !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.product-view {
    width: 100%;
}

.saleshistory-index-view .ui-tabs-nav,
.invoicehistory-index-view .ui-tabs-nav,
.creditmemohistory-index-view .ui-tabs-nav,
.shipmenthistory-index-view .ui-tabs-nav
{
    display: none;
}

.saleshistory-index-view .messages,
.invoicehistory-index-view .messages,
.creditmemohistory-index-view .messages,
.shipmenthistory-index-view .messages,
.only-print
{
    display: block !important;
}

.saleshistory-index-view .page,
.invoicehistory-index-view .page,
.creditmemohistory-index-view .page,
.shipmenthistory-index-view .page{
    width: 100% !important;
}

#wishlist-table .a-right *,
#wishlist-table-extra .a-right *,
#wishlist-table-total .a-right *,
#wishlist-table-total-sub1 .a-right *{
    text-align: right !important;
}

.row-price-padding-misc td input.qty, .row-price-padding-misc td input.price-input, .row-price-padding-misc td strong.price-currency, .row-price-padding-misc td p.price-box {
    margin-top: 0;
    margin-left: 0px;
}

#wishlist-table .item-row {
    border-top: 1px solid #ddd;
}

#wishlist-table .item-row.first {
    border-top: none;
}

.wishlist-index-index .ui-tabs-panel {
    width: 1000px;
}

.wishlist-index-index input.input-text.price-input {
    padding: 4px 0 !important;
}
