/*========================================================================================*/
/*  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:1 1 1 1; line-height:150%;}
#StandardCategoryMenuTemplate li { padding: 0 0 0 11px; margin:1 1 1 1; border:5px; list-style:none;}
#StandardCategoryMenuTemplate li a { text-decoration:none; font-family: Tahoma, Arial, Helvetica; font-size:  12px;}


/* 1.2.1 Detail List Category Template */

#DetailedListCategoryTemplate .Product { margin: 5px 5px 15px 5px }
#DetailedListCategoryTemplate .ProductHead {float: left;  width:12%; text-align: right; padding:0 5px 0 0;}
#DetailedListCategoryTemplate .ProductNormal { text-align: left;}
#DetailedListCategoryTemplate .ProductImage { padding: 0 5px 5px 5px; float: right; width: 50%;}
#DetailedListCategoryTemplate .ProductShortDesc { width: 100%;}

#DetailedListCategoryTemplate .ProductSavedPrice { color:#774790; 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; color: #774790; font-size: 12px; }
#SimpleListCategoryTemplate .ProductSKU { width:20%; text-align:left; visibility: hidden; }
#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;}

.ProductListRow .ProductSKU { visibility: hidden; }

/* 1.3  Standard Product Template */

#StandardProductTemplate .Product { padding: 10px 10px 0 20px;}
#StandardProductTemplate .ProductHead { float: left; width:25%; text-align: right; padding:0 5px 0 0; font-size: 12px; }
#StandardProductTemplate .ProductNormal { text-align: left; font-size: 12px; }
#StandardProductTemplate .ProductImage { padding: 0 10px 10px 10px; float: right; width: 40%;}
#StandardProductTemplate .ProductShortDesc { width: 100%;}

#StandardProductTemplate .ProductSavedPrice { color:#774790; 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:1 1 1 1; line-height:150%}
.YourAccountLeft li { padding: 0 0 0 11px; margin:1 1 1 1; 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:#007B7B; 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;}
.PagerBar { float:left;}
.SorterBar { background-color:#8ED2D2; padding:0 0 2px 0; text-align: right; height:1.8em;}
.SorterHead { font-weight: bold;}
.ProductSorter { }

/* 2.3  Pager Control */

.PagerContainerTable {font: 11px arial; background-color: #007B7B; color:White;}
.PagerInfoCell { font: 11px arial;}
.PagerCurrentPageCell { }
.PagerOtherPageCells { }
.PagerHyperlink { color:#D1F0F0; }

A.PagerHyperlink:link  
{
	color:#D1F0F0; 
	text-decoration: underline;
}

A.PagerHyperlink:hover {
	color:#D1F0F0; 
}

A.PagerHyperlink:active    {
	color:#D1F0F0; 
}

A.PagerHyperlink:visited
{
	color:#D1F0F0; 
}


/* 2.4  Navigation menus in Store Admin Module and Your Account modules */

.TopMenu { }
.TopMenuClicked { font-size:12px;}


/* 2.5  Override styles from DNN */

.Head 
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #088484;
}

.SubHead
{
	color: #088484;
}



/* 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:1 1 1 1; line-height:150%}
#StoreAdminMenu li { padding: 0 0 0 11px; margin:1 1 1 1; 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; font-size: 12px; }
#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;}



A:link,
A:hover,
A:active,
A:visited
{
	color:#774790;
	font-weight: bold;
}

H1 
{
	color:#774790;
}