/*========================================================================================*/
/*  1. StoreFront Modules- Category Menu, Proudct List, Shopping Cart and Your Account    */
/*========================================================================================*/     
     
/* 1.1  Standard Category Menu Template */

#StandardCategoryMenuTemplate ul { padding:0 0 0 0 ; margin:1px 1px 1px 1px; line-height:150%;}
#StandardCategoryMenuTemplate li { padding: 0px 0px 0px 5px; margin:1px 1px 1px 1px; border:5px; list-style:none;}
#StandardCategoryMenuTemplate li a { text-decoration:none; font-style: italic; color: #6b6653; }
#StandardCategoryMenuTemplate li a:hover { color: #000000; }
#StandardCategoryMenuTemplate li.CurrentCategory { color: #bc5528; }


/* 1.2.1 Detail List Category Template */

#DetailedListCategoryTemplate .Product { margin: 5px 5px 15px 5px; padding: 10px; border: 1px solid #8b856f; }
#DetailedListCategoryTemplate .ProductHead {float: left;  width:15%; text-align: right; padding:0 5px 0 0;}
#DetailedListCategoryTemplate .ProductNormal { text-align: left;}
#DetailedListCategoryTemplate .ProductImage { padding: 0 5px 5px 5px; float: right; margin:10px;}
#DetailedListCategoryTemplate .ProductName {font-size: 1.2em;}
#DetailedListCategoryTemplate .ProductSKU {margin-bottom:10px;}
#DetailedListCategoryTemplate .ProductShortDesc { width: 100%; margin-bottom: 10px; color: #8b856f;}
#DetailedListCategoryTemplate .OrderQuantity {margin: 10px 0px;}
#DetailedListCategoryTemplate .ProductStorePrice,
#DetailedListCategoryTemplate .ProductSavedPrice { color:Green; font-size:12px; font-weight:bold;}

/* 1.2.2 Grid List Category Template */

#GridListCategoryTemplate .Product { margin: 10px 0 0 0; width: 180px; text-align: center; vertical-align: top;}

/* 1.2.3 Grid With Subs Category Template */

#GridWithSubsCategoryTemplate .Category { margin: 10px 0 0 0; width: 180px; text-align: center; vertical-align:top;}
#GridWithSubsCategoryTemplate .Product { margin: 10px 0 0 0; width: 180px; text-align: center; vertical-align: top;
}

/* 1.2.4 Simple List Category Template */

#SimpleListCategoryTemplate .ProductImage, 
#SimpleListCategoryTemplate .ProductName, 
#SimpleListCategoryTemplate .ProductSKU, 
#SimpleListCategoryTemplate .ProductStorePrice {float: left; text-align: right;}

#SimpleListCategoryTemplate .ProductName, 
#SimpleListCategoryTemplate .ProductSKU, 
#SimpleListCategoryTemplate .ProductStorePrice { margin: 30px 0 0 10px;}

#SimpleListCategoryTemplate .Product { margin:10px 0  0 0; border-style:inherit;}
#SimpleListCategoryTemplate .ProductName { width:35%; text-align:left;}
#SimpleListCategoryTemplate .ProductSKU { width:20%; text-align:left;}
#SimpleListCategoryTemplate .ProductStorePrice { width:10%; text-align:left;}

/* 1.2.5 Shared styles for All Category Template */

.ProductListRow { clear:both; }
.EULA_Bar { clear:both; vertical-align:middle; text-align:center; display:none;}



/* 1.3  Standard Product Template */

#StandardProductTemplate .Product { padding: 10px 10px 0 20px; margin-top: 10px;border: 1px solid #8b856f; clear: both;}
#StandardProductTemplate .ProductHead { float: left; width:25%; text-align: right; padding:0 5px 0 0;}
#StandardProductTemplate .ProductNormal { text-align: left;}
#StandardProductTemplate .ProductImage { padding: 0 10px 10px 10px; float: right; }
#StandardProductTemplate .ProductName {font-size: 1.2em; color:#8b856f; font-weight: bold;}
#StandardProductTemplate .ProductShortDesc { width: 100%;}

#StandardProductTemplate .ProductStorePrice,
#StandardProductTemplate .ProductSavedPrice { color:Green; font-size:12px; font-weight:bold;}
#StandardProductTemplate .GridView { width:40%;}


/* 1.4  Shopping Cart and Standard Checkout*/

#CartHeadRow,
#CartContentRow,
#CartSubTotalRow,
#PayPalExpressButtonRow { padding:2px 0 2px 0;}

#CartTopButtonRow_Left,
#CartBottomButtonRow_Left{ float:left;}

#CartTopButtonRow_Right,
#CartBottomButtonRow_Right,
#PayPalExpressButtonRow { float:right;}

#CartContentRow,
#PayPalExpressButtonRow { clear:both;}

#PayPalExpressCheckout #ShippingAddress { width:35%;}

#ShoppingCart .Head,
#StandardCheckoutStep1 .Head,
#StandardCheckoutStep2 .Head,
#PayPalExpressCheckout .Head { font-size:13px;font-weight:bold; color:Black;}

#PaymentMethods .SubHead { text-align:left;}

.AddressControl .SubHead { text-align:right;}

#ShippingAddress .AddressControl,
#BillingAddress .AddressControl { border-style:none; border-width:0; width:100%; vertical-align:top;}

#StandardCheckoutStep1 #ShippingAddress { float:left;width:40%;}
#StandardCheckoutStep1 #BillingAddress { float:right; width:55%;}
#StandardCheckoutStep1 .BottomButtons { clear:both;}

#ShoppingCart,
#StandardCheckoutStep1,
#StandardCheckoutStep2,
#PayPalExpressCheckout,
#OrderConfirmation,
#CustomerReceipt{ margin:0 0px 0 40px; width:90%;}

/* 1.5  Your Account Module */


.YourAccountLeft {width:15%; vertical-align:top;}
.YourAccountLeft ul { padding:0 0 0 0 ; margin:1px 1px 1px 1px; line-height:150%;}
.YourAccountLeft li { padding: 0px 0px 0px 5px; margin:1px 1px 1px 1px; border:5px; list-style:none;}
.YourAccountLeft li a { text-decoration:none;}

.YourAccountRight { width:85%;}



/*========================================================================================*/
/*  2. Shared Styles By StoreFront and StoreAdmin         */
/*========================================================================================*/ 
          
/* 2.1  Gridview controls */

.GridView { width:100%;}
.GridViewHeader { background-color:#8b856f; text-align:left; font-weight:bold; font-size:11px;}
.GridViewFooter { font-size:11px;}
.GridViewRow, .GridViewAltRow { font-size:11px;}



/* 2.2  Category Trail Bar, Pager Bar and Sorter Bar */

.CategoryTrailBar { font-weight: bold; text-align: left; vertical-align:middle; margin: 0px;}
.PagerBar { float:left; background-color:#8b856f; padding:5px; text-align: right; height:1.8em; margin: 0px;}
.SorterBar { background-color:#8b856f; padding:5px; text-align: right; height:1.8em;}
.SorterHead { font-weight: bold; color: #ffffff;}
.ProductSorter { }

/* 2.3  Pager Control */

.PagerContainerTable {font: 11px arial; background-color: #8b856f; color:White;}
.PagerInfoCell { font: 11px arial;}
.PagerCurrentPageCell { }
.PagerOtherPageCells { }

/* 2.4  Navigation menus in Store Admin Module and Your Account modules */

.TopMenu { }
.TopMenuClicked { font-size:12px;}


/* 2.5  Override styles from DNN */

.SubHead { text-align:right;}
.Head { color:Black; font-size:12px;}


/* 2.6  Popup Windows */

.PopupNormal { font-family: Arial, Verdana, Sans-Serif; font-size: 11px; color: #555; }
.PopupSubHead { font-family: Arial, Verdana, Sans-Serif; font-size: 11px; font-weight: bold; color: #777; padding: 0; }
.PopupHead { font-size: 11px; color: #777; background: transparent; font-weight: bold; padding: 0;}


/*========================================================================================*/
/* 3. Styles For StoreAdmin Module                        */
/*========================================================================================*/

/* 3.1  Left Admin Menu */

#StoreAdminMenu ul { padding:0 0 0 0 ; margin:1px 1px 1px 1px; line-height:150%;}
#StoreAdminMenu li { padding: 0px 0px 0px 5px; margin:1px 1px 1px 1px; border:5px; list-style:none;}
#StoreAdminMenu li a { text-decoration:none;}
#ProductEditGeneral .Head {	text-align:left;}
#ProductEditShipping .SubHead {	width:20%;}
.StoreAdminLeftPane{ vertical-align:top; width:130px;}
.StoreAdminRightPane { vertical-align:top;}
.CategoryTrail { font-weight: bold;}
#ProductEditGeneral, #ProductEditShipping, .ModuleContainerTable { width:100%; vertical-align:top; text-align:left; padding:0 0 0 0;}

/* 3.2  Horizontal Menu */

.HorizontalMenuBar { text-align: left; background-color: White; }
.HorizontalMenuBar ul {	margin:0 0 5px 0;}
.HorizontalMenuBar li { list-style:none; text-align:left; vertical-align:middle; display:inline; margin: 0 5px 0 0;}

/* 3.3  Others */
.ShippingSettingTable { width:100%;}
.SaveCancelRow { text-align:left;}