.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.
/* 
/* 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.
/* 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER SUMMARY

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.OrderSummaryContent
{
}

.OrderSummaryContent .CouponBox
{
}

.OrderSummaryContent .cart
{
padding-top: 10px;
}

.OrderSummaryContent .cart td
{
}

.OrderSummaryContent .cart .cart-header-row
{
position:relative;
font-size:16px;
border-top: 1px dashed #555;
border-bottom: 1px dashed #555;
background:transparent url(images/bg-box.png) repeat scroll 0 0 !important;
margin-bottom:10px;
}

.OrderSummaryContent .cart .cart-header-row td
{
padding: 5px 5px 5px 5px;
}

.OrderSummaryContent .cart .cart-header-row td.picture
{
}

.OrderSummaryContent .cart .cart-header-row td.end
{
}

.OrderSummaryContent .cart .cart-item-row
{
height:100px;
background:transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
}

.OrderSummaryContent .cart .cart-item-row td
{
border-bottom:1px dashed #555;
line-height:30px;
vertical-align:middle;
padding:5px;
}

.OrderSummaryContent .cart .cart-item-row td.productpicture
{
margin: 10px 10px 10px 10px;
padding: 10px 10px 10px 10px;
border-right: 1px dashed #555;
height: 90px;
}

.OrderSummaryContent .cart .cart-item-row td.product
{
border-right: 1px dashed #555;
}

.OrderSummaryContent .cart .cart-item-row td.end
{
border-left: 1px dashed #555;
}

.OrderSummaryContent .TotalInfo
{
}

.OrderSummaryContent .WarningBox .WarningText
{
}

.cart_total_left
{
color:#bbb;
font-weight:bold;
height:21px;
font-size:14px;
text-align:right;
vertical-align:middle;
width:100%;
}

.cart_total_right
{
font-weight:normal;
padding-left:5px;
text-align:right;
vertical-align:middle;
}

.OrderSummaryContent .Buttons
{
float:left;
margin:0;
padding:10px;
}

.OrderSummaryContent .Buttons .CommonButtons
{
}

.OrderSummaryContent .Buttons .AddonButtons
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SHOPPING CART

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.shoppingcart
{
position:relative;
top:60px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
background:transparent url(images/bg-box.png) repeat scroll 0 0 !important;
}

.shoppingcart .title
{
color:#ffffdd;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:22px;
margin:10px 5px 5px 5px;
padding:10px 5px 5px 5px;
}

.shoppingcart .body
{
padding:10px 5px 5px 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	WISHLIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.wishlist
{
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
background:transparent url(images/bg-box.png) repeat scroll 0 0 !important;
position:relative;
top:60px;
}

.wishlist .title
{
color:#ffffdd;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:22px;
margin:10px 5px 5px 5px;
padding:10px 5px 5px 5px;
}

.wishlist .body
{
padding:10px 5px 5px 5px;
}

.wishlist .body .shareinfo
{
border-top:1px dashed #fff;
padding-top:10px;
}

.wishlist .body .shareinfo .sharelabel
{
color:#ffffdd;
font-size:14px;
}

.WishlistContent
{
padding-bottom:10px;
}

.WishlistContent .cart
{
}

.WishlistContent .cart td
{
}

.WishlistContent .cart .cart-header-row
{
position:relative;
font-size:16px;
font-weight:bold;
border-top: 1px dashed #555;
border-bottom: 1px dashed #555;
background:transparent url(images/bg-box.png) repeat scroll 0 0 !important;
margin-bottom:10px;
}

.WishlistContent .cart .cart-header-row td
{
padding: 5px 5px 5px 5px;
}

.WishlistContent .cart .cart-header-row td.picture
{
}

.WishlistContent .cart .cart-header-row td.end
{
}

.WishlistContent .cart .cart-item-row
{
background:transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
height:100px;
}

.WishlistContent .cart .cart-item-row td
{
border-bottom:1px dashed #555555;
line-height:30px;
padding:5px;
vertical-align:middle;
}

.WishlistContent .cart .cart-item-row td.product
{
border-right:1px dashed #555555;
}

.WishlistContent .cart .cart-item-row td.productpicture
{
border-left:1px dashed #555555;
border-right:1px dashed #555555;
height:90px;
margin:10px;
padding:10px;
}

.WishlistContent .cart .cart-item-row td.end
{
border-left:1px dashed #555555;
}

.WishlistContent .WarningBox .WarningText
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CHECKOUT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutPage
{
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
background:transparent url(images/bg-box.png) repeat scroll 0 0 !important;
margin:10px;
padding:10px;
position:relative;
top:60px
}

.CheckoutPage .title
{
color:#ffffdd;
font-size:22px;
margin-bottom:10px;
padding-bottom:10px;
padding-top:10px
}

.CheckoutPage .CheckoutData
{
}

.CheckoutData .OrderSummaryTitle
{
border-top: 1px dashed #fff;
color:#ffffdd;
padding:20px 10px 20px 10px;
font-size:22px;
margin-top:20px;
}

.CheckoutData .OrderSummaryBody
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADDRESSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .SelectAddressTitle
{
border-top: 1px dashed #fff;
color:#ffffdd;
padding:10px 10px 10px 10px;
font-size:16px;
}

.CheckoutData .AddressGrid
{
}

.CheckoutData .AddressGrid .ItemBox
{
}

.CheckoutData .AddressGrid .AddressItem
{
border-bottom:1px dashed #fff;
font-size:14px;
}

.CheckoutData .AddressGrid .AddressItem .SelectButton
{
}

.CheckoutData .AddressGrid .AddressItem .AddressBox
{
margin-top: 10px;
border-top:1px dashed #555;
padding-top:20px;
padding-left:40px;
border-bottom:1px dashed #555;
background:transparent url(images/bg-box.png) repeat scroll 0 0 !important;
font-style:italic;
}

.CheckoutData .EnterAddressTitle
{
color:#ffffdd;
padding:10px 10px 10px 10px;
font-size:16px;
}

.CheckoutData .EnterAddress
{
}

.CheckoutData .EnterAddress .EnterAddressBody
{
padding-top:3px;
padding-left: 20px;
position:relative;
vertical-align:middle;
white-space:nowrap;
margin:auto;
}

.CheckoutData .EnterAddress .EnterAddressBody input 
{
width:133px;
margin-left: 50px;
}

.CheckoutData .EnterAddress .EnterAddressBody select 
{
width:auto;
margin-left: 50px;
}

.CheckoutData .EnterAddress .Button
{
}

.CheckoutData .EnterAddress .TheSameAddress
{
}

.CheckoutData .EnterAddress .ErrorBlock
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SHIPPING OPTIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .ShippingOptions
{
}

.CheckoutData .ShippingOptions .ShippingOptionItem
{
border-top:1px dashed #555;
border-bottom:1px dashed #555;
padding:5px 5px 5px 5px;
background:transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
}

.CheckoutData .ShippingOptions .ShippingOptionItem .OptionName
{
font-size:14px;
font-weight:bold;
color:#ffffdd;
}

.CheckoutData .ShippingOptions .ShippingOptionItem .OptionDescription
{
font-style:italic;
}

.CheckoutData .ShippingOptions .SelectButton
{
}

.CheckoutData .ShippingOptions .ErrorBlock
{
}

.CheckoutData .ShippingNotAllowed
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAYMENT METHODS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .PaymentMethods
{

}

.CheckoutData .PaymentMethods .PaymentMethodItem
{
border-top:1px dashed #555;
border-bottom:1px dashed #555;
padding:5px 5px 5px 5px;
background:transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
font-size:14px;
font-weight:bold;
color:#ffffdd;
}

.CheckoutData .PaymentMethods .SelectButton
{
}

.CheckoutData .NoPaymentMethods
{
}


.CheckoutData .PaymentInfo
{
border-top:1px dashed #555;
border-bottom:1px dashed #555;
padding:5px 5px 5px 5px;
background:transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
font-size:14px;
}

.CheckoutData .PaymentInfo .Body span
{
font-style:italic;
background:transparent url(images/bg-box.png) repeat scroll 0 0 !important;
}

.CheckoutData .PaymentInfo .Body td select
{
width:auto;
margin:auto;
left:2px;
position:relative;
}

.CheckoutData .PaymentInfo .SelectButton
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONFIRM ORDER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .ConfirmOrder
{
}

.CheckoutData .ConfirmOrder .SelectButton
{
}

.CheckoutData .ConfirmOrder .ErrorBlock
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COMPLETED

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .OrderCompleted
{
border-top:1px dashed #555;
border-bottom:1px dashed #555;
padding:5px 5px 5px 5px;
background:transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
font-size:14px;
font-style:italic;
}

.CheckoutData .OrderCompleted .Body
{
}

.CheckoutData .OrderCompleted .SelectButton
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.OrderDetails
{
}
.OrderDetails .title
{
color:#ffffdd;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:22px;
margin:10px 5px 5px 5px;
padding:10px 5px 5px 5px;
}
.OrderDetails .info
{
}
.OrderDetails .SectionTitle
{
position:relative;
color:#ffffdd;
margin-bottom:5px;
font-family:Georgia,"Times New Roman",Times,serif;
padding-bottom:5px;
margin-bottom:5px;
border-bottom: 1px dashed #fff;
}
.OrderDetails .OrderOverview
{
}
.OrderDetails .ShippingBox
{
}
.OrderDetails .BillingBox
{
}
.OrderDetails .ProductsBox
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER PROGRESS CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.OrderProgress
{
position:relative;
top:60px;
border-top:1px dashed #fff;
border-bottom:1px dashed #fff;
height:40px;
margin:auto;
padding:5px 5px 5px 5px;
text-align:center;
line-height:20px;
}

.OrderProgress ul
{
}

.OrderProgress ul li
{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
display:inline;
padding: 20px;
}

.OrderProgress ul li .ActiveStep
{
background:transparent url(images/progress-step-active.gif) no-repeat scroll 50% 50%;
color:#fff;
font-family:Georgia,"Times New Roman",Times,serif;
font-weight:bold;
padding-bottom:40px;
padding-right:1px;
margin:auto;
}

.OrderProgress ul li .InactiveStep
{
background:transparent url(images/progress-step-inactive.gif) no-repeat scroll 50% 50%;
color:#253F48;
font-family:Georgia,"Times New Roman",Times,serif;
padding-bottom:40px;
padding-right:1px;
margin:auto;
}
