﻿.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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.OrderSummaryContent
{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
	color: #555;
}

.OrderSummaryContent .CouponBox
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	float:left;
	width:858px;
	font-size: 11px;
	color: #555;
	background: background: rgb(247, 245, 232);
	margin-bottom: 10px;
	border: dotted 1px #d3d3d3;
}

.OrderSummaryContent .CouponBox .BtnHolder
{ 
    float:left;
}

.OrderSummaryContent .CouponBox .CouponBoxTextBox
{ 
    margin-right:5px;
    float:left;
}

.OrderSummaryContent .CouponBox .CouponBoxTextBox input
{ 
    float:left;
}

.OrderSummaryContent .CouponBox .CouponBoxText
{
    margin-right:5px;
    float:left;
}

.OrderSummaryContent .cart
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}

.OrderSummaryContent .cart td
{
	padding: 3px 0 3px 0;
}

.OrderSummaryContent .cart .cart-header-row
{
	font-weight: bold;
}

.OrderSummaryContent .cart .cart-header-row td
{
	background: url('images/cart-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
}

.OrderSummaryContent .cart .cart-header-row td.picture
{
	border: none;
}

.OrderSummaryContent .cart .cart-header-row td.end
{
	text-align: right;
	padding-right: 5px;
}

/*.OrderSummaryContent .cart .cart-item-row
{

}*/

.OrderSummaryContent .cart .cart-item-row td
{
	border-bottom: 1px solid #c5c5c5;
	vertical-align: middle;
	line-height: 30px;
}

.OrderSummaryContent .cart .cart-item-row td.first
{
}

.OrderSummaryContent .cart .cart-item-row td.productpicture
{
}

.OrderSummaryContent .cart .cart-item-row td.product
{
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.OrderSummaryContent .cart .cart-item-row td.product a
{
	font-weight: bold;
}

.OrderSummaryContent .cart .cart-item-row td.price
{
    /*color: #FFD63F;*/
    color:#000;
}

.OrderSummaryContent .cart .cart-item-row td.amount input
{
    text-align:center;
}

.OrderSummaryContent .cart .cart-item-row td.end
{
    /*background:#000 url(images/bg_header-links.gif) repeat;*/
	text-align: right;
	font-weight: bold;
	color:#000;
	padding-right: 10px;
}

.OrderSummaryContent .cart-footer
{
	width: 100%;
	background: url('images/cart-footer-bg.gif') repeat-x bottom;
}

.OrderSummaryContent .TotalInfo
{
	margin: 0px;
	padding: 10px 5px 10px 0px;
	font-size: 12px;
}

.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: 5px;
}

.OrderSummaryContent .Buttons
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	float: left;
}

.OrderSummaryContent .Buttons .CommonButtons
{
	float: left;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

.OrderSummaryContent .Buttons .AddonButtons
{
	float: right;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	text-align: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SHOPPING CART

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.shoppingcart
{
	margin:0px 10px 10px 10px;
	padding:0px 0px 0px 0px;
}

.shoppingcart .title
{
	padding: 5px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.shoppingcart .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
}

.shoppingcart .BtnHolder
{
    margin-right:5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	WISHLIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.WishlistContent
{
	margin: 0px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.WishlistContent .cart
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
}

.WishlistContent .cart td
{
	padding: 3px 0 3px 0;
}

.WishlistContent .cart .cart-header-row
{
	font-weight: bold;
}

.WishlistContent .cart .cart-header-row td
{
	background: url('images/cart-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
}

.WishlistContent .cart .cart-header-row td.picture
{
	border: none;
}

.WishlistContent .cart .cart-header-row td.end
{
	text-align: right;
	padding-right: 5px;
}

.WishlistContent .cart .cart-item-row td
{
	border-bottom: 1px solid #c5c5c5;
	vertical-align: middle;
	line-height: 30px;
}

.WishlistContent .cart .cart-item-row td input
{
    text-align:center;
}

.WishlistContent .cart .cart-item-row td.product
{
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.WishlistContent .cart .cart-item-row td.product a
{
	font-weight: bold;
}

.WishlistContent .cart .cart-item-row td.end
{
	text-align: right;
	font-weight: bold;
	color: Black;
	padding-right: 5px;
}

.WishlistContent .WarningBox .WarningText
{
	color: Red;
}

.wishlist
{
	margin-bottom: 15px;
	padding: 0px 10px 5px 10px;
}

.wishlist .title
{
	padding: 5px 10px 15px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.wishlist .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
}

.wishlist .shareinfo
{
	background: url('images/cart-footer-bg.gif') repeat-x bottom;
	font-size: 1.2em;
	height: 50px;
	padding: 0 0 5px 5px;
}

.wishlist .shareinfo .sharelabel
{
	font-weight: bold;
}

.wishlist .shareinfo .sharelink
{
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CHECKOUT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutPage
{
	margin-bottom: 15px;
	padding:0px 10px 5px 10px;
}
.CheckoutPage .title
{
	padding: 5px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}
.CheckoutPage .CheckoutData
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.CheckoutData .OrderSummaryTitle
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}
.CheckoutData .OrderSummaryBody
{
	text-align: center;
	border: 1px solid #d7d7d7;
	height: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADDRESSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .SelectAddressTitle
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}

.CheckoutData .AddressGrid
{
	margin-bottom: 15px;
	padding: 0px;
}

.CheckoutData .AddressGrid .ItemBox
{
	padding:0px 10px 10px 0px;
	text-align: center;
	vertical-align: text-top;
}

.CheckoutData .AddressGrid .AddressItem
{
    padding:10px;
	text-align: center;
	border: 1px solid #d7d7d7;
	height: auto;
}

.CheckoutData .AddressGrid .AddressItem .BtnHolder
{
}

.CheckoutData .AddressGrid .AddressItem .AddressBox
{
    float:none;
    margin-top:10px;
	text-align: left;
}

.CheckoutData .AddressGrid .AddressItem .AddressBox td
{
    padding:0 !important;
}

.CheckoutData .EnterAddressTitle
{
	padding: 5px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}

.CheckoutData .EnterAddress
{
    margin-bottom:10px;
	text-align: center;
	border: 1px solid #d7d7d7;
	height: 100%;
}

.CheckoutData .EnterAddress .EnterAddressBody
{
	text-align: left;
	margin: 10px 10px 10px 10px;
}

.CheckoutData .EnterAddress .EnterAddressBody .ItemName
{
    width:160px;
    height:24px;
}

.CheckoutData .EnterAddress .EnterAddressBody .ItemValue
{
    width:700px;
    height:24px;
    padding-top:1px;
}

.CheckoutData .EnterAddress .EnterAddressBody .ItemValue input
{
    width:125px;
}

.CheckoutData .EnterAddress .EnterAddressBody .ItemValue select
{
    width:131px;
}

.CheckoutData .EnterAddress .BtnHolder
{
    display:inline;
    float:left;
	margin: 0px 10px 10px 10px;
}

.CheckoutData .EnterAddress .TheSameAddress .BtnHolder
{
    margin: 0px;
}

.CheckoutData .EnterAddress .TheSameAddress
{
	text-align: left;
	margin: 10px 10px 10px 10px;
}

.CheckoutData .EnterAddress .ErrorBlock
{
	margin: 10px 10px 10px 10px;
	text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SHIPPING OPTIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .ShippingOptions
{
    margin-bottom:10px;
    padding:10px;
	text-align: left;
	margin: 0px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.CheckoutData .ShippingOptions .ShippingOptionItem
{
	text-align: left;
	vertical-align: text-top;
	padding: 5px 0 0 5px;
}

.CheckoutData .ShippingOptions .ShippingOptionItem .OptionName
{
	font-weight: bold;
}

.CheckoutData .ShippingOptions .ShippingOptionItem .OptionName input
{
    width:13px;
    height:13px;
    margin:0;
    padding:0;
    text-align:left;
    vertical-align:top;
}

.CheckoutData .ShippingOptions .ShippingOptionItem .OptionDescription
{
	padding: 5px 0 5px 16px;
}

.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
{
	text-align: left;
	padding:10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.CheckoutData .PaymentMethods .PaymentMethodItem
{
	padding: 0px 0px 10px 0px;
	text-align: left;
	vertical-align: text-top;
}

.CheckoutData .PaymentMethods .PaymentMethodItem input
{
    text-align: left;
    padding:0;
    margin:0;
    width:13px;
    height:13px;
	vertical-align: 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
{
	text-align: left;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.CheckoutData .PaymentInfo .Body
{
	text-align: left;
	vertical-align: text-top;
}

.CheckoutData .PaymentInfo .Body .htmlcontent
{
    padding:0;
}

.CheckoutData .PaymentInfo .Body p
{
    margin:0;
}

.CheckoutData .PaymentInfo .Body .ItemName
{
    width:160px;   
}

.CheckoutData .PaymentInfo .Body .ItemValue input
{
    width:125px;
}

.CheckoutData .PaymentInfo .Body .ItemValue select
{
    width:131px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONFIRM ORDER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .ConfirmOrder
{
    margin-bottom:10px;
    padding: 10px;
	text-align: left;
	border: 1px solid #d7d7d7;
	height: auto;
}

.CheckoutData .ConfirmOrder .ErrorBlock
{
	margin: 10px 10px 10px 10px;
	text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COMPLETED

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .OrderCompleted
{
    padding: 10px;
	text-align: left;
	border: 1px solid #d7d7d7;
	height: auto;
}

.CheckoutData .OrderCompleted .Body
{
    margin-bottom:10px;
	text-align: left;
	vertical-align: text-top;
}

.CheckoutData .OrderCompleted p
{
    margin:0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.OrderDetails
{
	margin-bottom: 15px;
	padding:0px 10px 0px 10px;
}
.OrderDetails .BtnHolder .BtnMiddle
{
    padding-top:2px;
    height:17px;
    *padding-top:0px;
    *height:19px;
}
.OrderDetails .BtnHolder .BtnMiddle a
,.OrderDetails .BtnHolder .BtnMiddle a:hover
{
    color:#3A3A3A
}
.OrderDetails .title
{
	padding: 5px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}
.OrderDetails .info
{
	border: 1px solid #d7d7d7;
	padding: 10px;
}
.OrderDetails .SectionTitle
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}
.OrderDetails .OrderOverview
{
	text-align: left;
	padding-bottom: 10px;
}
.OrderDetails .ShippingBox
{
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}
.OrderDetails .BillingBox
{
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}
.OrderDetails .table2BillingBox tr td
{
    padding-bottom:5px;
}
.OrderDetails .ProductsBox
{
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER PROGRESS CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.OrderProgress
{
    margin: 0px auto;
    width:510px;
    padding:0px 0px 0px 0px;
	text-align: center;
}

.OrderProgress ul
{
	padding: 0;
	margin: 0;
}

.OrderProgress ul li
{
	list-style: none;
	float:left;

	text-align:left;
	padding: 5px 0px 0 0px;
}

.OrderProgress ul li .ActiveStep
,.OrderProgress ul li .StepOn
,.OrderProgress ul li .StepOff
,.OrderProgress ul li .StepOffEnd
,.OrderProgress ul li .ActiveStepEnd
{
    width:85px;
	background: url('images/progress-steps.gif') no-repeat 0px 50% ;
	padding-bottom: 30px;
	display:inline-block;
}

.OrderProgress ul li .StepOn
{
    color:#999;
	background: url('images/progress-steps.gif') no-repeat -172px 50%;
}

.OrderProgress ul li .StepOff
{
    color:#e8e7e7;
	background: url('images/progress-steps.gif') no-repeat -86px 50%;
}

.OrderProgress ul li .StepOffEnd
{
    color:#e8e7e7;
	background: url('images/progress-steps.gif') no-repeat -344px 50%;
}

.OrderProgress ul li .ActiveStepEnd
{
    color:#999;
	background: url('images/progress-steps.gif') no-repeat -258px 50%;
}
