﻿.foo
{
}
/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER SUMMARY

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.checkoutButton
{
    visibility: hidden;
    padding: 1px 7px 1px 7px;
    background: #fff url(images/cssimages/buttonBG.gif) repeat-x left center;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #E4E9ED;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    color: #003B6E;
    text-align: center;
    font-size: 1.4em;
    line-height: 15px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
    cursor: pointer;
    overflow: visible;
    vertical-align: middle;
}

.checkoutButton:hover
{
    background-image: url(images/cssimages/buttonBG.gif);
    border-color: #FFFF4D #FFD94D #FFD94D #FFFF4D;
    border-width: 2px;
    color: #003B6E;
}

.javascript .checkoutButton
{
    visibility: visible;
}

.javascript .shoppingcartquantitytext
{
}

.OrderSummaryContent
{
    margin: 0px;
}

.OrderSummaryContent .CouponBox
{
    float: left;
}

.OrderSummaryContent .CouponBox label
{
    display: block;
    margin-bottom: 7px;
}

.OrderSummaryContent .cart
{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}

.OrderSummaryContent .cart td
{
    padding: 10px 0;
}

.OrderSummaryContent .cart .cart-header-row
{
    font-weight: bold;
}

.OrderSummaryContent .cart .cart-header-row th
{
    font-weight: normal;
    clear: both;
    font-size: 1.8em;
    margin-bottom: 10px;
    color: #003B6E;
    font-style: italic;
    line-height: 1.6em;
    border-right: 1px solid #ECECEC;
    padding: 5px 15px;
}

.OrderSummaryContent .cart .cart-header-row .product
{
    text-align: left;
    padding-left: 10px;
}

.OrderSummaryContent .cart .cart-header-row .remove
{
    font-size: 1.2em;
}

.OrderSummaryContent .cart .cart-header-row .end
{
    border-right: none;
}

.OrderSummaryContent .cart .cart-item-row
{
    background: #F9F9F8;
}

.OrderSummaryContent .cart .oddRow
{
    background: #F5F5F4;
}

.OrderSummaryContent .cart .cart-item-row td
{
    border-top: 1px solid #ECECEC;
    vertical-align: middle;
}

.OrderSummaryContent .cart .cart-item-row td.product
{
    text-align: left;
    padding: 10px;
    font-size: 1.4em;
}

.OrderSummaryContent .cart .cart-item-row td.productpicture
{
    padding: 10px;
}

.OrderSummaryContent .cart .cart-item-row td.productpicture span.picture
{
    margin: 0;
}

.OrderSummaryContent .cart .cart-item-row td.product a
{
    font-weight: bold;
}

.OrderSummaryContent .cart .cart-item-row td.end
{
    text-align: right;
    font-weight: bold;
    padding-right: 15px;
}

.OrderSummaryContent .cart .cart-item-row .Label, .OrderSummaryContent .cart .productPrice
{
    font-style: italic;
    color: #000;
    font-size: 1.6em;
}


.OrderSummaryContent .cart .cart-item-row td.end .productPrice
{
    font-weight: bold;
}

.OrderSummaryContent .cart-footer
{
    width: 100%;
    float: left;
    margin: 15px 0;
}

.OrderSummaryContent .TotalInfo
{
    font-size: 1.4em;
}

.OrderSummaryContent .WarningBox .WarningText
{
    color: Red;
}

.cart_total_left
{
    width: 100%;
    text-align: right;
    vertical-align: middle;
    height: 21px;
    font-weight: bold;
    color: #353434;
}

.cart_total_right
{
    text-align: right;
    vertical-align: middle;
    padding-left: 30px;
}

.orderSubTotal .cart_total_right
{
}

.orderTotal .cart_total_left, .orderTotal .cart_total_right
{
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 10px;
}

.orderTotal .cart_total_right
{
}

.CheckoutActionButtons
{
    clear: both;
    background: url(images/cssimages/sep_hoz_mainContent.gif) no-repeat center top;
    padding-top: 25px;
    margin-top: 20px;
    padding-bottom: 15px;
    text-align: left;
}

.CheckoutActionButtons .button
{
    margin-right: 10px;
     display:inline;
}




.CheckoutActionButtons .button
{
    float:left;
   
}

.CheckoutActionButtons .checkoutButtonSpan
{
    float:right;
    margin-bottom:30px;
}

.CheckoutActionButtons .checkoutButtonSpan .button
{
    font-size: 2em;
    font-weight: bold;
}


.CheckoutActionButtons .CheckoutContinue .button
{
    font-size: 2em;
    font-weight: bold;
}

.CheckoutActionButtons .CheckoutContinue 
{
    margin-bottom:40px;
}


.CheckoutActionButtons .AddonButtons
{
    float: left;
    clear: left;
    margin: 0px;
    padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SHOPPING CART

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.shoppingcart
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	WISHLIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.WishlistContent
{
    margin: 0px;
    color: #555;
    background-color: inherit;
}

.WishlistContent .cart
{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #D1D3D4;
    margin: 0 0 10px 0;
}

.WishlistContent .cart td
{
    padding: 10px 0;
    font-size: 1.3em;
}

.WishlistContent .cart .cart-header-row
{
    font-weight: bold;
}

.WishlistContent .cart .cart-header-row td
{
    font-size: 1.4em;
    font-weight: bold;
    color: #231F21;
    background: #F0F0F1 url(images/cssimages/group_title_back.png) repeat-x left bottom;
}

.WishlistContent .cart td.productpicture
{
    padding: 10px;
}

.WishlistContent .cart .cart-header-row td.picture
{
    padding: 10px;
    border: none;
}

.WishlistContent .cart .cart-header-row td.end
{
    text-align: right;
    padding-right: 15px;
}

.WishlistContent .cart .cart-item-row td
{
    vertical-align: middle;
}

.WishlistContent .cart .cart-item-row td.product
{
    text-align: left;
    padding: 10px;
    font-weight: bold;
}

.WishlistContent .cart .cart-item-row td.product a
{
}

.WishlistContent .cart .cart-item-row td.end
{
    text-align: right;
    font-weight: bold;
    color: #750000;
    padding-right: 15px;
}

.WishlistContent .WarningBox .WarningText
{
    color: Red;
}

.wishlist
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.wishlist .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

.wishlist .shareinfo
{
    padding: 10px 0;
    font-weight: bold;
}

.wishlist .shareinfo p a
{
    display: block;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CHECKOUT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutPage
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.CheckoutPage .CheckoutData
{
}

.CheckoutData .OrderSummaryTitle
{
    background: url(images/cssimages/sep_hoz_mainContent.gif) no-repeat center top;
    padding-top: 25px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADDRESSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .SelectAddressTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.CheckoutData .AddressGrid
{
    margin-bottom: 15px;
    padding: 0px;
}

.CheckoutData .AddressGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}

.CheckoutData .AddressGrid .AddressItem
{
    text-align: center;
    margin: 0;
    border: 1px solid #d7d7d7;
    width: 200px;
}

.CheckoutData .AddressGrid .AddressItem .SelectButton
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

.CheckoutData .AddressGrid .AddressItem .AddressBox
{
    text-align: left;
}

.CheckoutData .EnterAddressTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.CheckoutData .EnterAddress
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid #d7d7d7;
    height: auto;
}

.CheckoutData .EnterAddress .EnterAddressBody
{
    text-align: left;
    margin: 10px 10px 10px 10px;
}

.CheckoutData .EnterAddress .Button
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.CheckoutData .EnterAddress .TheSameAddress
{
    text-align: left;
    margin: 10px 10px 10px 10px;
}

.CheckoutData .EnterAddress .ErrorBlock
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.addressTypeSelect
{
    background: url(images/cssimages/sep_hoz_mainContent.gif) no-repeat center bottom;
    padding-bottom: 40px;
}

.addressTypeSelect td
{
    padding-bottom: 3px;
}

.addressTypeSelect label
{
    padding-left: 4px;
}


.AddressGrid, .OrderList
{
    background: #E3E3E6;
    padding: 16px;
    clear: both;
}

.AddressGrid .AddressItem, .CustomerOrders .OrderList .OrderItem
{
    margin: 0 0 16px;
    clear: both;
    padding: 5px 15px; /*width: 650px;*/
    min-height: 1px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

.AddressBox, .OrderInfo
{
    font-size: 1.4em;
    float: left;
    width: 66%;
}

.AddressBox .contacts
{
    font-size: 0.85em;
}

.AddressItem .contacts
{
    float: right;
}

.AddressItem .orderAddress
{
    float: left;
}

.AddressItem .addressControls, .OrderItem .orderControls
{
    float: right;
    padding-left: 30px;
    background: url(images/cssimages/sep_vert_address.gif) no-repeat left center;
    min-height: 118px;
    width: 27%;
}

.AddressBox, .AddressItem .addressControls, .OrderItem .orderControls
{
    padding-top: 5px;
    padding-bottom: 5px;
}


.AddressItem .addressControls .button
{
    margin-bottom: 15px;
}

.AddressItem .addressControls .billingAddressButton, .AddressItem .addressControls .editAddressButton
{
    margin-right: 10px;
}

.AddressItem .addressControls .title
{
    font-weight: bold;
    font-style: italic;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.AddressBox .addressName, .OrderItem .orderName
{
    font-style: italic;
    margin: 0 0 10px;
    width: 100%;
    clear: both;
}

.AddressBox .orderAddress
{
    margin-bottom: 10px;
}

.AddressBox .orderEmail, .AddressBox .orderPhone, .AddressBox .orderFax
{
    margin: 5px 0;
}

.AddressBox .orderEmail span, .AddressBox .orderPhone span, .AddressBox .orderFax span
{
    font-weight: bold;
}

.AddressGrid .orderAddress h3
{
    font-size: 1em;
    margin-bottom: 10px;
}

.AddressBox .orderAddress div
{
    margin: 3px 0;
}

.selectedAddresses
{
    background: url(images/cssimages/sep_hoz_mainContent.gif) no-repeat center bottom;
    padding-bottom: 45px;
    width: 100%;
    float: left;
}

.selectedAddresses h2
{
}

.selectedAddresses .selectedBillAddress, .selectedAddresses .selectedShipAddress
{
    float: left;
    width: 50%;
}

.selectedAddresses .noAddressTitle
{
    font-size: 1.4em;
    margin-bottom: 7px;
}

.selectedAddresses .noAddressSubInfo
{
    color: #868688;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SHIPPING OPTIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .ShippingOptions
{
    margin: 0 0 20px;
}

.CheckoutData .ShippingOptions .ShippingOptionItem
{
}

.CheckoutData .ShippingOptions .ShippingOptionItem .OptionName label
{
    font-style: italic;
    color: #000;
    font-size: 1.8em;
    padding-left: 8px;
}

.CheckoutData .ShippingOptions .ShippingOptionItem .OptionDescription
{
    padding: 12px 0 12px 22px;
    font-size: 1.4em;
    line-height: 1.2em;
}

.CheckoutData .ShippingOptions .SelectButton
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.CheckoutData .ShippingOptions .ErrorBlock
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.CheckoutData .ShippingNotAllowed
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAYMENT METHODS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .PaymentMethods
{
    margin: 0 0 20px;
    border: 1px solid #d7d7d7;
}

.CheckoutData .PaymentMethods .PaymentMethodItem
{
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}

.CheckoutData .PaymentMethods .SelectButton
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.CheckoutData .NoPaymentMethods
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}


.CheckoutData .PaymentInfo
{
    font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.CheckoutPage .PaymentInfo b
{
    font-weight: normal;
}

.CheckoutData .PaymentProviders p
{
    margin: 0;
    padding: 0;
}

.CheckoutData .PaymentProviders img
{
    height: 33px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONFIRM ORDER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .ConfirmOrder
{
    margin: 0 0 10px;
}

.CheckoutData .ConfirmOrder .ErrorBlock
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COMPLETED

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .OrderCompleted
{
    margin: 0 0 20px;
    border: 1px solid #d7d7d7;
}

.CheckoutData .OrderCompleted .Body
{
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}

.CheckoutData .OrderCompleted .SelectButton
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.OrderDetails
{
    margin-bottom: 15px;
    background: url(images/cssimages/sep_hoz_mainContent.gif) no-repeat center 15px;
    padding-top: 40px;
}

.OrderDetails .OrderOverview, .OrderDetails .addressInformation
{
    text-align: left;
    font-size: 1.4em;
}

.OrderDetails .BillingBox table
{
    border-collapse: collapse;
}

.OrderDetails .ProductsBox
{
    margin: 40px 0;
}

.OrderDetails .ProductsBox table th, .OrderDetails .ProductsBox table td
{
    padding: 10px;
    border: solid #ececec;
    border-width: 0 0 2px 0;
    font-size: 1.4em;
}

.OrderDetails .ProductsBox table th
{
    font-style: italic;
    padding-top: 0;
}

.OrderDetails .ProductsBox table .name
{
    padding-left: 0;
    text-align: left;
}

.OrderDetails .ProductsBox table th.name
{
    font-weight: normal;
    clear: both;
    font-size: 1.8em;
    color: #003B6E;
    font-style: italic;
}

.OrderDetails .ShippingBox, .OrderDetails .BillingBox
{
    float: left;
    width: 320px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.mainContent .OrderDetails h3
{
    margin-bottom: 0;
}

.OrderDetails .title
{
    float: left;
}

.OrderDetails .orderdetailsprintbutton
{
    float: right;
    font-style: italic;
    font-weight: bold;
    font-size: 1.4em;
    text-decoration: none;
}

.OrderDetails .info
{
    clear: both;
}

.OrderDetails h4
{
    margin: 17px 0 5px;
    font-style: italic;
    font-weight: bold;
}

.OrderDetails .orderEmail, .OrderDetails .orderPhone, .OrderDetails .orderFax
{
    margin: 5px 0;
}

.OrderDetails .totalTable
{
    padding-top: 17px;
}

.OrderDetails .totalTable table
{
    width: 100%;
}

.OrderDetails .totalTable td, .OrderDetails .totalTable th
{
    padding-bottom: 8px;
}

.OrderDetails .totalTable th
{
    font-weight: normal;
    text-align: left;
}

.OrderDetails .totalTable td
{
    text-align: right;
}

.OrderDetails .totalTable .total th, .OrderDetails .totalTable .total td
{
    padding-top: 10px;
    font-style: italic;
    font-weight: bold;
    font-size: 1.15em;
}

.OrderDetails .orderEmail span, .OrderDetails .orderPhone span, .OrderDetails .orderFax span
{
    font-weight: bold;
    color: #000;
}

.OrderDetails .orderAddress
{
}

.OrderDetails .orderAddress h3
{
    font-size: 1em;
    color: #000;
    margin-bottom: 10px;
}

.OrderDetails .orderAddress div
{
    margin: 3px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER PROGRESS CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.subContent .OrderProgress
{
}

.subContent .OrderProgress ol
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.subContent .OrderProgress ol li
{
}

.subContent .OrderProgress ol li a, .subContent .OrderProgress ol li span
{
    padding-left: 33px;
    line-height: 1;
}

.subContent .OrderProgress ol li .ActiveStep, .subContent .OrderProgress ol li .CompletedStep, .subContent .OrderProgress ol li .InactiveStep
{
    font-weight: normal;
    background-image: url(images/cssimages/progress-step-active.gif);
    background-position: 15px center;
    background-repeat: no-repeat;
}

.subContent .OrderProgress ol li .InactiveStep
{
    background-image: url(images/cssimages/progress-step-inactive.gif);
    color: #ADADAD;
}

.ShoppingCartShippingText
{
    margin-top: 15px;
    font-size: 1.4em;
}

