/* =================================================
              CSS STYLES FOR ELLDEX SHOP
   =================================================

 =================================================
                   Menu Styles
 =================================================  */

/* EShop Main Menu */   		   
 				.leftnav_adminmenu a,
				.leftnav_adminmenu a:visited,
				.leftnav_adminmenu a:hover,
				a.linkCategory,
				a.linkCategory:visited,
				a.linkCategory:hover
				{
					display: block;
					width: 200px;
					padding-left: 10px;
					background-color: Transparent;
					color: #666666;
					text-align: left;
					border-bottom-width: 1px;
					border-bottom-style: solid;
					border-bottom-color: #CCCCCC;
					font-family: Arial;
					font-size: 11px;
					line-height: 22px;
}

/* EShop Main Menu Hover state */

				a.linkCategory:hover,
				.leftnav_adminmenu a:hover
				{
					text-decoration: none;
}

/* Sub Menu Outer Box Background */

				div.menu div.options {	
					margin: 0px 1px 0px 1px;
					border: solid 0px ;
					background-color: Transparent;
}

/* Sub Menu Buttons */

				div.options,
				div.options a,	
				div.options a:visited,
				div.options a:active
				{
					padding: 6px 3px 6px 3px;
					font: 11px Arial;
					color:#666666;
					display:block;
					border-bottom: solid 1px #FFFFFF;
					text-decoration:none;
					background-color: #D2D2D2;
				}
				div.options a:hover {
					background-color: #666666;
					color:#FFFFFF;
}

/* =================================================
                     Mini cart 
   =================================================  */
   
/* Mini Cart Table*/

				table.MiniCart
				{
					border: 1px solid #666666;
					width: 200px;
}

/* Mini Cart Centre Strip (Total:$)*/

				table.minicart td.total
				{
					text-align: center;
					background: #EFEFEF;
					font: 12px Arial;
					height: 24px;
}

/* Mini Cart Top Strip (Product Amount)*/

				table.minicart td.cartline
				{
					width: 50%;
					background: #EFEFEF;
					font: 11px Arial;
					height: 26px;
					padding-left: 16px;
}
				td.viewcart
				{
					border-width: 0px;
}

/* Mini Cart Bottom Strip(View cart button)*/

				table.minicart a.viewcart
				{
					padding: 8px;
					text-align: center;
					background: #98C64A url(/dnn/DesktopModules/EShop/images/btn_mccart.gif) no-repeat 5px 5px;
					width: auto;
					display: block;
					color: #FFFFFF;
					font-family: Arial;
					font-size: 12px;
					font-weight: bold;
}

/* Mini Cart (View cart button Hover state)*/
				table.minicart a.viewcart:hover
				{
					background: #FFFFFF url(/dnn/DesktopModules/EShop/images/btn_mccart_f2.gif) no-repeat 5px 5px;
					color: #112044;
					text-decoration: none;
	}

/* =================================================  */
/*                   Breadcrumbs                      */
/* =================================================  */

				div.breadcrumbs
				{
					font: bold 11px Arial;
					color: #808080;
}
				div.breadcrumbs a,
				div.breadcrumbs a:visited
				{
					color: #4F5344;
					font-weight: normal;
}

/* Breadcrumbs text hover link colour  */

				div.breadcrumbs a:hover
				{
					color: #FF5555;
}
				a.back,
				a.back:visited,
				a.back:hover
				{
					color: #808080;
					padding: 5px 0;
					display: inline;
					font: bold 12px Arial;

}

/* =================================================  */
/*                                                    */
/* =================================================  */


div.description
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.details
{
    color: #333333;
    font: 11px Arial;
}
div.shop_productdetails_body
{
    border: solid 0px #4F5344;
}
div.shop_productdetails_body,
div.shop_productdetails_body td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* =================================================  */
/*                  Checkout Table                    */ 
/* =================================================  */

/*  Shopping cart(checkout)table header Background colour */

table.shop_shoppingcart
				{
					width: 100%;
					background-color: #FFFFFF;
}

/* Shopping cart table header Background colour */

table.shop_shoppingcart th
				{
					background: #666666;
					padding: 5px;
					font: bold 12px Arial;
					color: #FFFFFF;
}

/* Shopping cart table content background colour */

table.shop_shoppingcart th a,
table.shop_shoppingcart th a:visited,
table.shop_shoppingcart th a:hover
				{
					color: #EFEFEF;
}

/* Shopping cart table content background colour */

table.shop_shoppingcart td
{
					background: #EFEFEF;
					padding: 1px 3px;
					color: #666666;
					font: 11px Arial;
					text-align:center;
}
table.shop_shoppingcart td a,
table.shop_shoppingcart td a:visited,
table.shop_shoppingcart td a:hover
{
    color: #000000;
}
 fieldset
{
    padding: 20px 0 20px 0px;
    margin: 3px;
    width: auto;
    border: solid 1px #4F5344;
}
fieldset label
{
    font: 11px Arial;
}
legend
{
    margin-left: 0px;
    font:bold 12px Arial;
    color: #666666;
}
div.fielditem label
{
    display: block;
    width: 120px;
    float:left;
    text-align:right;
    padding-right: 5px;
    white-space:nowrap;
    font: 11px Arial;
}
fieldset.checkout label
{
    width: 200px;
}
div.fielditem div
{
    display: block;
    float: left;
    empty-cells: show;
}
div.fielditem
{
    display: block;
    clear: both;
    padding: 2px 0 2px 10px;
    font: 11px Arial;
}
div.fielditem input,
div.fielditem textarea,
div.fielditem select
{
    width: 200px;
    font: 11px Arial;
}
span.cb input
{
    width: auto;
}
div.listitem a
{
    display: list-item;
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 40px;
    font: 12px Arial;
}

/* =================================================  */
/*           Admin/Tables/Buttons styles                     */ 
/* =================================================  */

/*   EShop Admin Settings > Header */

.admin th,
tr.adminpager td
{
					background-color: #666666;
					color: #FFFFFF;
					font: bold 12px Arial;
					text-align: left;
}

/*   EShop Admin Settings > Content Box */

.admin td
{
					background-color: #F5F5F5;
					font: 11px Arial;
}

/*  All Buttons Shop Buttons*/

.greenbutton,
a.greenbutton,
a.greenbutton:link,
a.greenbutton:visited,
a.greenbutton:hover
{
					background-color: #EFEFEF;
					color: #666666;
					padding: 0px 5px 0px 5px;
					height: 22px;
					text-transform: uppercase;
					text-decoration: none;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					line-height: 20px;
					font-weight: bold;
					border: 1px solid #ABABAB;
}

/* =================================================
        EShopSpecial, EShopSpecialList Styles
   =================================================   

            Specials Header  */

td.specialheader
				{
					font: bold 13px Arial;
					color: #FFFFFF;
					background-color: #98C64A;
					padding: 3px;
					letter-spacing: 1px;
}
/*   Specials SubHeader (Product Title) */

td.specialtitle
				{
					font: bold 13px Arial;
					color: #FFFFFF;
					background-color: #999999;
					padding: 3px;
}
span.specialcontent
				{
					font: bold 13px Arial;
					color: #666666;
					padding: 3px;
}

/*   Specials Content Box */

td.specialcontent
				{
					background-color: #FFFFFF;
}
a.specialcontent,
a.specialcontent:visited,
a.specialcontent:link,
a.specialcontent:hover
				{
					display: block;
					text-align: right;
					color: #000000;
}
/* =================================================  */
/*     Style Added to Remove Underline in text        */
/* =================================================  */
				
				a,
				a:hover,
				a:visited,
				a:link,
				a:active
				{
					text-decoration: none !important;
}
/* =================================================
        Product details Related product styles
   =================================================   
 

/* Product details/ Related Products box colour */

div.tabview
{
					border: solid 1px #505445;
					border-top-width: 0px;
					empty-cells: show;
					padding: 20px;
					background-color:#FFFFFF;
}
div.tabmenu
{
					height: 29px;
					padding-top: 3px;
}
div.tabmenu a,
div.tabmenu a:visited,
div.tabmenu a:hover
				{
					text-align:center;
					width:130px;
					height:29px;
					line-height:23px;
					padding-top: 6px;
					padding-right: 6px;
					color: #333333;
					font-weight: bold;
					text-decoration: none;
}
div.pname
				{
					color: #666666;
					font: bold 13px Arial;
					display: none;
}
div.noresult
				{
					text-align: center;
}
div.listproduct a,
div.listproduct a:visited,
div.listproduct a:hover,
div.listproduct a:link
				{
					color: #000000;
					text-align:center;
}
span.listproducts
				{
					width: 100%;
}
div.listproduct
				{
					margin:0px 5px 10px 5px;
					padding:10px 5px 10px 5px;
					height:300px;
					float:left;
					width:250px;
					
					display:inline;
					border: solid 1px #FFFFFF;
					text-align: center;
}
td.relatedProducts 
				{
					border: solid 1px #FFFFFF;
					text-align: center;
					padding: 10px 5px;
					vertical-align: bottom;
					empty-cells:hide;
}
td.relatedProducts a,
td.relatedProducts a:visited,
td.relatedProducts a:hover,
td.relatedProducts a:link
				{
					color: #000000;
}


/* =================================================
                  Product list page
   =================================================   

/*  Image   */

img.productimage
				{
					width: 200px;
					border-width: 0px;
					
/* Variation Name*/					
					
}
.productListColumn1 {
					width: 400px;
}

/*       Price  	 */

.productListColumn2 {
					width: 80px;
}

/*   Product amount  */

.productListColumn3 {
					width: 80px;
}

/*   Add to cart     */

.productListColumn4 {
					width: 80px;
	
/*   Product item     */
}
.listproduct {
	background-image: url();
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 2px;
}
/*   Whole List     */

.listproducts {

/*   variation table   */
}
.VariationListTD {

}
table.VariationListTD tr  {

}
table.VariationListTD td {

}
.ConfirmationTtl{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
/*   Product description styles   */
.ProductTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
}

.ProductSubHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	font-weight: bold;
}

.ProductSubNormal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	font-weight: normal;
}

.ProductContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

.ProductNote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AE0F2E;
}
.listproductImage{
	width: 120px; 
}
/* =================================================


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
body, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC Main Titles */
H1  
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
img
{
    border:0px;
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.leftnav_adminmenu
{

