﻿.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 10px 10px 10px;
	font-size: 11px;
	color: #0066cc;
	direction: rtl;
}

.OrderSummaryContent .CouponBox
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	color: #555;
	background: background: rgb(247, 245, 232);
	margin-bottom: 10px;
	border: dotted 1px #d3d3d3;
}

.OrderSummaryContent .cart
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	background-color: #f1f9fe;
	/*border: 1px solid #d9f1fb;*/
	border:none;
	display:inline;
	overflow:hidden;
}

.shoppingcart-updatebutton
{
    margin-bottom:-10px;
    margin-right:-4px;
}
.OrderSummaryContent .cart .quantitybox
{
    padding-bottom:5px;
}
.OrderSummaryContent .cart .product
{
	text-align: right;
	padding: 5px 10px 0 10px;
	color: #7cb142;
	vertical-align:top;
	font:tahoma !impotant;
	height:75px;
	
}
.OrderSummaryContent .cart .product a
{
    font-weight:bold !important;
    font-size:15px !important;
   
    color:#f2a91b;
    padding-bottom:18px !important;
}
.OrderSummaryContent .cart .price
{
    font-family:Tahoma;
}

.OrderSummaryContent .cart-footer
{
	width: 100%;
	background: url('images/cart-footer-bg.gif') repeat-x bottom;
}

.OrderSummaryContent .TotalInfo
{
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.OrderSummaryContent .WarningBox .WarningText
{
	color: #91244f;
}
/*.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_line_y.gif') repeat-y left;
}
.OrderSummaryContent .cart .cart-header-row td.picture
{
	border: none;
}
.OrderSummaryContent .cart .cart-header-row td.end
{
	background: none;
}

.OrderSummaryContent .cart .cart-item-row
{*/
	/*background: url('images/cart_line_x.gif') repeat-x top; - tr background does not work in ie*/
/*}*/

/*.OrderSummaryContent .cart .cart-item-row
{

}*/
/*
.OrderSummaryContent .cart .cart-item-row td
{
	background: url('images/cart_line_y.gif') repeat-y left;
	border-bottom: 1px solid #c5c5c5;
	vertical-align: middle;
	line-height: 30px;
}

.OrderSummaryContent .cart .cart-item-row td.product
{
	text-align: right;
	padding: 5px 10px 0 10px;
}


.OrderSummaryContent .cart .cart-item-row td.end
{
	padding: 0px 7px 0px 0px;
	border-top: 1px dotted #c5c5c5;
	background: none;
	text-align: right;
	font-weight: bold;
	color: Green;
}*/



.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;
}

.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-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	direction: rtl;
}

.shoppingcart .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	color: #006e12;
}

.shoppingcart .body
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #555;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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: 25px;
}

.WishlistContent .cart td
{
	padding: 5px 5px 5px 5px;
}

.WishlistContent .cart .cart-header-row
{
	font-weight: bold;
}

.WishlistContent .cart .cart-header-row td
{
	background: url('images/cart_line_y.gif') repeat-y right;
}
.WishlistContent .cart .cart-header-row td.picture
{
	border: none;
}
.WishlistContent .cart .cart-header-row td.end
{
	background: none;
}

.WishlistContent .cart .cart-item-row
{
	/*background: url('images/cart_line_x.gif') repeat-x top;*/
}

.WishlistContent .cart .cart-item-row td
{
	background: url('images/cart_line_y.gif') repeat-y right;
	border-top: 1px dotted #c5c5c5;
}

.WishlistContent .cart .cart-item-row td.product
{
	text-align: left;
	padding: 0 10px 0 10px;
}

.WishlistContent .cart .cart-item-row td.product a
{
	font-weight: bold;
}

.WishlistContent .cart .cart-item-row td.end
{
	border-top: 1px dotted #c5c5c5;
	background: none;
	text-align: right;
	font-weight: bold;
	color: Green;
}

.WishlistContent .WarningBox .WarningText
{
	color: Red;
}

.wishlist
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.wishlist .title
{
	border-bottom: 1px solid #006E12;
	padding: 10px 10px 3px 10px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	font-size: 1.1em;
	color: #006e12;
	direction: rtl;
	text-align:right;
}

.wishlist .body
{
	margin: 0px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 11px;
	color: #0066CC;
	direction: rtl;
	text-align: right;
}
.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-bottom: 5px;
	padding-left: 0;
	direction: rtl;
}
.CheckoutPage .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	color: #006e12;
}
.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;
	color: #0066cc;
}
.CheckoutData .OrderSummaryBody
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	border: 1px solid #d7d7d7;
	height: auto;
	background-color: #FBFBFB;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ADDRESSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .SelectAddressTitle
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	color: #0066cc;
}

.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: 10px 10px 10px 10px;
	border: 1px solid #d7d7d7;
	width: 200px;
	height: auto;
	background-color: #F5FBFE;
}

.CheckoutData .AddressGrid .AddressItem .SelectButton
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

.CheckoutData .AddressGrid .AddressItem .AddressBox
{
	text-align: right;
	background-color: #f1f9fe;
	border: 1px solid #d9f1fb;
	color: #0066cc;
}

.CheckoutData .EnterAddressTitle
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	color: #0066cc;
}

.CheckoutData .EnterAddress
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	background-color: #f1f9fe;
	border: 1px solid #d9f1fb;
	height: auto;
}

.CheckoutData .EnterAddress .EnterAddressBody
{
	text-align: right;
	margin: 10px 10px 10px 10px;
}

.CheckoutData .EnterAddress .Button
{
	margin: 10px 10px 10px 10px;
	text-align: right;
}

.CheckoutData .EnterAddress .TheSameAddress
{
	text-align: right;
	margin: 10px 10px 10px 10px;
}

.CheckoutData .EnterAddress .ErrorBlock
{
	margin: 10px 10px 10px 10px;
	text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SHIPPING OPTIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .ShippingOptions
{
	text-align: right;
	margin: 10px 10px 10px 10px;
	background-color: #f1f9fe;
	border: 1px solid #d9f1fb;
	color: #0066cc;
	direction: rtl;
	height: auto;
}

.CheckoutData .ShippingOptions .ShippingOptionItem
{
	text-align: right;
	vertical-align: text-top;
	padding: 5px 5px 0 5px;
}

.CheckoutData .ShippingOptions .ShippingOptionItem .OptionName
{
	font-weight: bold;
}

.CheckoutData .ShippingOptions .ShippingOptionItem .OptionDescription
{
	padding: 5px 16px 5px 0px;
	font-weight: normal;
}

.CheckoutData .ShippingOptions .SelectButton
{
	margin: 10px 10px 10px 10px;
	text-align: right;
}

.CheckoutData .ShippingOptions .ErrorBlock
{
	margin: 10px 10px 10px 10px;
	text-align: right;
}

.CheckoutData .ShippingNotAllowed
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAYMENT METHODS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .PaymentMethods
{
	text-align: right;
	margin: 10px 10px 10px 10px;
	background-color: #f1f9fe;
	border: 1px solid #d9f1fb;
	color: #0066cc;
	height: auto;
	direction: rtl;
}

.CheckoutData .PaymentMethods .PaymentMethodItem
{
	text-align: right;
	vertical-align: text-top;
	padding: 5px 5px 0 5px;
}
/*.CheckoutData .PaymentMethods .PaymentMethodItem .OptionName
{
	font-weight: bold;
}

.CheckoutData .PaymentMethods .PaymentMethodItem .OptionDescription
{
	padding: 5px 16px 5px 0px;
	font-weight: normal;
}*/
.CheckoutData .PaymentMethods .SelectButton
{
	margin: 10px 10px 10px 10px;
	text-align: right;
}

.CheckoutData .NoPaymentMethods
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}


.CheckoutData .PaymentInfo
{
	direction: rtl;
	text-align: right;
	background-color: #f1f9fe;
	border: 1px solid #d9f1fb;
	color: #0066cc;
	height: auto;
}

.CheckoutData .PaymentInfo .Body
{
	padding: 10px;
	text-align: right;
	vertical-align: text-top;
}

.CheckoutData .PaymentInfo .SelectButton
{
	margin: 10px 10px 10px 10px;
	text-align: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONFIRM ORDER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .ConfirmOrder
{
	direction: rtl;
	text-align: right;
	background-color: #f1f9fe;
	border: 1px solid #d9f1fb;
	color: #0066cc;
	height: auto;
}

.CheckoutData .ConfirmOrder .SelectButton
{
	margin: 10px 10px 10px 10px;
	text-align: right;
}

.CheckoutData .ConfirmOrder .ErrorBlock
{
	margin: 10px 10px 10px 10px;
	text-align: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COMPLETED

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CheckoutData .OrderCompleted
{
	text-align: right;
	margin: 10px 10px 10px 10px;
	background-color: #f1f9fe;
	border: 1px solid #d9f1fb;
	color: #0066cc;
	height: auto;
	direction: rtl;
}

.CheckoutData .OrderCompleted .Body
{
	padding: 10px;
	text-align: right;
	vertical-align: text-top;
}

.CheckoutData .OrderCompleted .SelectButton
{
	margin: 10px 10px 10px 10px;
	text-align: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.OrderDetails
{
	margin-bottom: 15px;
	padding: 0px;
	direction: rtl;
}
.OrderDetails .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	color: #006e12;
}
.OrderDetails .info
{
	/*border: 1px solid #d7d7d7;*/
	border: 1px solid #d9f1fb;
	background-color: #f1f9fe;
	padding: 10px;
}
.OrderDetails .SectionTitle
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	color: #00ae1d;
}
.OrderDetails .OrderOverview
{
	text-align: right;
	padding-bottom: 10px;
}
.OrderDetails .ShippingBox
{
	text-align: right;
	padding: 10px;
	border: 1px solid #d9f1fb;
	background-color: #F5FBFE;
	height: auto;
	color: #0066cc;
}
.OrderDetails .BillingBox
{
	text-align: right;
	padding: 10px;
	border: 1px solid #d9f1fb;
	background-color: #F5FBFE;
	height: auto;
	color: #0066cc;
}
.OrderDetails .ProductsBox
{
	text-align: right;
	padding: 10px;
	border: 1px solid #d9f1fb;
	background-color: #F5FBFE;
	height: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ORDER PROGRESS CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.OrderProgress
{
	height: 55px;
	margin: 0 auto;
	text-align: center;
	border-bottom: solid 2px #f3f3f3;
	direction:rtl;
}

.OrderProgress ul
{
	padding: 0;
	margin: 0;
}

.OrderProgress ul li
{
	list-style: none;
	display: inline;
	padding: 5px 20px 0 20px;
}

.OrderProgress ul li .ActiveStep
{
	color: #6a6a6a;
	background: url('images/progress-active.png') no-repeat 50% 50%;
	padding-bottom: 60px;
	padding-right: 10px;
}

.OrderProgress ul li .InactiveStep
{
	color: #d7d7d7;
	background: url('images/progress-inactive.png') no-repeat 50% 50%;
	padding-bottom: 60px;
	padding-right: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SHOPPING CART POLICY INFO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #scpolicyinfo
    {
        padding-top:20px;
    }
    #scpolicyinfo .col
    {
        float: right;
        padding-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        width: 200px;
        height:90px;
        border-right-width:1px;
        border-right-style:dashed;
        border-right-color:#d7d7d7;
    }
    #scpolicyinfo .col:hover
    {
        cursor:pointer;
        background-color:#f0f0f0;        
    }
    #scpolicyinfo .col:hover h1
    {
        color:#91244e
    }
    #scpolicyinfo .col h1:hover
    {
        color:#e26528
    }
    #scpolicyinfo .col p
    {
        text-align:justify;
        direction:rtl;
    }
    
    #scpolicyinfo h1
    {
        font-size:12pt;
    }
    .rtWrapperContent p
    {
        font-family:Tahoma;
                text-align:justify;
        direction:rtl;
    }