﻿/* =======================================================================================


								Majenka - http://www.majenka.com


======================================================================================== */

body 
{
	margin-top:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	font-family: Microsoft Sans Serif; /* Trebuchet MS; */	
}

/* ================================== standard controls ================================ */

.Label
{
	font-weight:normal;
	font-size: 14px;
}

.Button
{
	width:100px;
}

.TextBox
{
	
}

.Validator
{
	color:Red;
	font-size:11px;
}


/* ===================================================================================== */


/* ====================================  Headings  ===================================== */

/* heading 1 */
h1
{
	margin:0px;
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #1F5BA4;
}

/* heading 2 */
h2
{
	margin:0px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #1F5BA4;
}

/* heading 3 */
h3
{
	margin:0px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #1F5BA4;
}

/* heading 4 */
h4
{
	margin:0px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #1F5BA4;
}

/* heading 5 */
h5
{
	margin:0px;
	font-size: 8px;
	font-weight: normal;
	text-decoration: none;
	color: #1F5BA4;
}

/* heading 6 */
h6
{
	margin:0px;
	font-size: 6px;
	font-weight: normal;
	text-decoration: none;
	color: #1F5BA4;
}


/* Hierarchy HyperLinks */
A.HierarchyLink:Link
{
	font-size: 11px;
	text-decoration: none;
	color: #1F5BA4;
}

A.HierarchyLink:visited
{
	font-size: 11px;
	text-decoration: none;
	color: Purple;
}

A.HierarchyLink:active
{
	font-size: 11px;
	text-decoration: none;
	color: #1F5BA4;
}

A.HierarchyLink:hover
{
	font-size: 11px;
	text-decoration: none;
	color: Red;
}

/* hierarchy arrow label */
.LabelHierarchyArrow
{
	font-size:11px;
	color: #1F5BA4;
}


/* ========================================================================================= */


/* ====================================== Header =========================================== */

/* hyperlink Header */
A.Header:Link
{
	font-size: 11px;
	text-decoration: none;
	color: #1F5BA4;
}

A.Header:visited
{
	font-size: 11px;
	text-decoration: none;
	color: Purple;
}

A.Header:active
{
	font-size: 11px;
	text-decoration: none;
	color: #1F5BA4;
}

A.Header:hover
{
	font-size: 11px;
	text-decoration: none;
	color: Red;	
}

/* Header Table */
.HeaderTable
{
	/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#1F5BA4', endColorStr='White', gradientType='0');*/
	height: 16px;
}

/* user welcome label */
.WelcomeLabel
{
	font-size: 11px; 
	color: Black;
}


/* search label on the header */
.HeaderSearchLabel
{
	font-size: 12px;
	color: Green;
}

/* Header Table */
.Table_Search
{
	border-color: #54CE43;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

/* search textbox */
.TextBox_Search
{
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}


/* header search radio buttons */
.HeaderSearchRadioButton
{
	color: Black;
	font-size: 12px;
}

/* Header Menu Table */
.HeaderMenuTable
{
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
	
	background-image: url(Resources/WebSiteResources/Images/HeaderMenuBG.bmp);
	
	/*
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='Light#1F5BA4', endColorStr='White', gradientType='0');

*/
}

/* Header Menu Cell */
.HeaderMenuCell
{
	border-right-color: #dddddd;
	border-right-style: solid;
	border-right-width: 1px;
}

/* hyperlink Main Menu Header */
A.HeaderMainMenu:Link
{
	font-size: 12px;
	text-decoration: none;
	color: #1F5BA4;
}

A.HeaderMainMenu:visited
{
	font-size: 12px;
	text-decoration: none;
	color: Purple;
}

A.HeaderMainMenu:active
{
	font-size: 12px;
	text-decoration: none;
	color: #1F5BA4;
}

A.HeaderMainMenu:hover
{
	font-size: 12px;
	text-decoration: none;
	color: Red;
}


/* ------------------------------------ Footer --------------------------------- */

/* hyperlink of Footer */
A.Footer:Link
{
	font-size: 10px;
	text-decoration: none;
	color: Blue;
}

A.Footer:visited
{
	font-size: 10px;
	text-decoration: none;
	color: Blue;
}

A.Footer:active
{
	font-size: 10px;
	text-decoration: none;
	color: Blue;
}

A.Footer:hover
{
	font-size: 10px;
	text-decoration: none;
	color: Red;
}

/* Footer Table */
.FooterTable
{
	background-color: White;
	
	/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#E6F3F7', endColorStr='White', gradientType='0');*/
}


/* copyright notice on the footer */
.CopyRight
{
	font-size: 10px;
	color: Black;
}

/* page stats */
.LabelPageStats
{
	font-size: 9px;
	color: Gray;
}


/* -------------------------- Forum ------------------------------ */

/* Info label of forum posts */
.LabelPostInfo
{
	color: Green;
	font-size: 13px;
}

/* label of post you are currently viewing */
.LabelPostTitle
{
	color: Black;
	font-size: 13px;
}

/* label of post views number */
.LabelForumViews
{
	color: Green;
	font-size: 10px;
}

/* forum content cell */
.ForumContentCell
{
	background-color: #f7f7FF;
	/*border-color: #C0C0FF;
	border-style: solid;
	border-width: 1px;*/
}

/* reply hyperlink of the forum */
A.PostReply:Link
{
	font-size:11px;
	padding:3px;
    color:#1F5BA4;
}

A.PostReply:visited
{
	font-size:11px;
	padding:3px;
    color: Purple;
}

A.PostReply:active
{
	font-size:11px;
	padding:3px;
    color:#1F5BA4;
}

A.PostReply:hover
{
	font-size:11px;
	padding:3px;
    color:Red;
    text-decoration: none;
}

/* -------------------------  page menu ------------------------- */

/* hyperlink of the page menu */
A.PageMenuLink:Link
{
	font-size:13px;
	padding:3px;
    color:#1F5BA4;
}

A.PageMenuLink:visited
{
	font-size:13px;
	padding:3px;
    color: Purple;
}

A.PageMenuLink:active
{
	font-size:13px;
	padding:3px;
    color:#1F5BA4;
}

A.PageMenuLink:hover
{
	font-size:13px;
	padding:3px;
    color: Red;
    text-decoration: none;
}

/* table of the page menu */
.PageMenuTable
{
	width:130px;
	background-color: #FAFCFD;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='Light#1F5BA4', endColorStr='White', gradientType='1');*/
	padding:5px;
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;
}

/* hyperlink of the page menu */
A.SubPageMenuLink:Link
{
	font-size:10px;
	padding:3px;
    color:#1FA45B;
}

A.SubPageMenuLink:visited
{
	font-size:10px;
	padding:3px;
    color: Purple;
}

A.SubPageMenuLink:active
{
	font-size:10px;
	padding:3px;
    color:#1FA45B;
}

A.SubPageMenuLink:hover
{
	font-size:10px;
	padding:3px;
    color:Red;
    text-decoration: none;
}

/* -------------------------  page tool box ------------------------- */

/* hyperlink of the page tool box */
A.PageToolBox:Link
{
	font-size:10px;
	padding:3px;
    color:#1F5BA4;
}

A.PageToolBox:visited
{
	font-size:10px;
	padding:3px;
    color: Purple;
}

A.PageToolBox:active
{
	font-size:10px;
	padding:3px;
    color:#1F5BA4;
}

A.PageToolBox:hover
{
	font-size:10px;
	padding:3px;
    color:Red;
    text-decoration: none;
}

/* table of the page tool box */
.PageToolBoxTable
{
	background-color:White;
}



/* -------------------------------- search results ---------------------------------- */

/* hyperlink of the search results */
A.SearchResultsTitleLink:Link
{
	font-size:14px;
    color: #1F5BA4;
}

A.SearchResultsTitleLink:visited
{
	font-size:14px;
    color: Purple;
}

A.SearchResultsTitleLink:active
{
	font-size:14px;
    color: #1F5BA4;
}

A.SearchResultsTitleLink:hover
{
	font-size:14px;
    color: Red;
    text-decoration: none;
}

/* table of the small search results */
.SmallSearchResultTable
{
	width:130px;
	padding:5px;
	border-color: #C0C0FF;
	border-style: solid;
	border-width: 1px;
}

/* hyperlink of the small search results */
A.SmallSearchResultsTitleLink:Link
{
	font-size:10px;
    color: #1F5BA4;
}

A.SmallSearchResultsTitleLink:visited
{
	font-size:10px;
    color: Purple;
}

A.SmallSearchResultsTitleLink:active
{
	font-size:10px;
    color: #1F5BA4;
}

A.SmallSearchResultsTitleLink:hover
{
	font-size:10px;
    color: Red;
    text-decoration: none;
}

/* label of the snippet cell */
.LabelSearchSnippet
{
	font-size:12px;
	color: #000000;
}

/* label of the details cell */
.LabelSearchDetail
{
	font-size:12px;
	color: Green;
}

/* label of the info cell */
.LabelSearchInfo
{
	font-size: 12px;
	color: #1F5BA4;
}


/* label of the small info cell */
.LabelSmallSearchInfo
{
	font-size: 8px;
	color: #1F5BA4;
}


/* --------------------------------------- Article --------------------------------- */

/* hyperlink of the article */
A.ArticleTitleLink:Link
{
	font-size: 14px;
    color: #1F5BA4;
}

A.ArticleTitleLink:visited
{
	font-size: 14px;
    color: Purple;
}

A.ArticleTitleLink:active
{
	font-size: 14px;
    color: #1F5BA4;
}

A.ArticleTitleLink:hover
{
	font-size: 14px;
    color: Red;
    text-decoration: none;
}

/* hyperlink of the article RSS */
A.ArticleTitleLinkRSS:Link
{
	font-size: 14px;
    color: #808080;
}

A.ArticleTitleLinkRSS:visited
{
	font-size: 14px;
    color: #808080;
}

A.ArticleTitleLinkRSS:active
{
	font-size: 14px;
    color: #808080;
}

A.ArticleTitleLinkRSS:hover
{
	font-size:14px;
    color: Red;
    text-decoration: none;
}

/* table of the Article */
.ArticleTable
{
	width:130px;
	background-color:White;
	padding:5px;
}


/* ------------------------------------- basket ------------------------------------- */

/* hyperlink of basket  */
A.BasketLink:Link
{
	font-size: 12px;
	text-decoration: none;
	color: #1F5BA4;
}

A.BasketLink:visited
{
	font-size: 12px;
	text-decoration: none;
	color: Purple;
}

A.BasketLink:active
{
	font-size: 12px;
	text-decoration: none;
	color: #1F5BA4;
}

A.BasketLink:hover
{
	font-size: 12px;
	text-decoration: none;
	color: Red;
	text-decoration: none;
}

/* BasketHeader */
.BasketHeader
{
	border-bottom-color: #1F5BA4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	Color: Black;
	font-size:13px;
}

/* basket totals table */
.BasketTotalsTable
{
	color:Black;
	background-color:#FFFFFF;
	font-size:12px;
}

/* basket totals header label */
.BasketTotalsHeaderLabel
{
	color:Black;
	background-color:#FFFFFF;
	font-size:12px;
}


/* basket totals label */
.BasketTotalsLabel
{
	color:Black;
	background-color:#FFFFFF;
	font-size:12px;
}


/* --------------------------- mini basket -------------------------- */

/* hyperlink of the items in the mini basket */
A.Link_MiniBasketItem:Link
{	
	font-size:10px;
	text-decoration: none;
	color: #1F5BA4;
}

A.Link_MiniBasketItem:Active
{
	font-size:10px;
	text-decoration: none;
	color: #1F5BA4;
}

A.Link_MiniBasketItem:Visited
{
	font-size:10px;
	text-decoration: none;
	color: Purple;
	
}

A.Link_MiniBasketItem:hover
{
	font-size:10px;
	text-decoration: none;
	color: Red;
}

.MiniBasketTopCell
{
	background-color:Purple;
	color:White;
}	

.MiniBasketTable
{
	
}

.Label_MiniBasketTotal
{
	font-size:10px;
}

.Label_MiniBasketGrandTotal
{
	font-size:10px;
	font-weight:bold;
}


/* ------------------------------------ Product Review Boxes --------------------------- */


/* top cell of review box */
.ReviewBoxHeaderCell
{
	color:#808080;
	font-style: italic;
	font-size: 12px;
}

/* MemoLog cell of review box */
.ReviewBoxMemoLogCell
{
	color:#505050;
	font-size: 12px;
}

/* set height of gap between review list boxes */
.ReviewListHoriGapCell
{
	height: 4px;
}

/* top edge cell of Product review */
.ProductreviewTopEdgeCell
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d0d0d0;	
}

/* left edge cell of Product review */
.ProductreviewleftEdgeCell
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d0d0d0;	
}

/* right edge cell of Product review */
.ProductreviewRightEdgeCell
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #d0d0d0;	
}

/* bottom edge cell of Product review */
.ProductreviewbottomEdgeCell
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d0d0d0;	
}



/* ------------------------------ Printer Friendly Order --------------------------- */

/* Printer Friendly Order Heading */
.PrinterFriendlyOrderHeading
{
	font-size: 24px;
}

/* Printer Friendly Order Info */
.PrinterFriendlyOrderInfo
{
	font-size: 12px;
}


/* ------------------------------------ Product List Boxes --------------------------- */

/* hyperlink of Product List Product Name - Product Code */
A.ProductListProductName:Link
{
	font-size: 12px;
	text-decoration: none;
	color: #1F5BA4;
}

A.ProductListProductName:visited
{
	font-size: 12px;
	text-decoration: none;
	color: #1F5BA4;
}

A.ProductListProductName:active
{
	font-size: 12px;
	text-decoration: none;
	color: #1F5BA4;
}

A.ProductListProductName:hover
{
	font-size: 12px;
	text-decoration: none;
	color: Red;
}


/* hyperlink of paging */
A.Paging:Link
{
	font-size: 16px;
	text-decoration: none;
	color: #0000C0;
}

A.Paging:visited
{
	font-size: 16px;
	text-decoration: none;
	color: Purple;
}

A.Paging:active
{
	font-size: 16px;
	text-decoration: none;
	color: #1F5BA4;
}

A.Paging:hover
{
	font-size: 16px;
	text-decoration: none;
	color: Red;
}

/* cell of current page - paging */
.NoLinkPagingCell
{
	font-size: 18px;
	text-decoration: none;
	color: Green;
}

/* product list box price label */
.ProductListPriceLabel
{
	font-size: 16px;
	color: #68ACF8;
}

/* product list info labels - stock, N/A, product code */
.ProductListInfoLabel
{
	font-size: 12px;
	color: #505050;
}

/* top edge cell of Product List */
.ProductListTopEdgeCell
{
	border-top-color: #d0d0d0;
	border-top-style: solid;
	border-top-width: 1px;
			
}

/* left edge cell of Product List */
.ProductListleftEdgeCell
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d0d0d0;	
}

/* right edge cell of Product List */
.ProductListRightEdgeCell
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #d0d0d0;	
}

/* bottom edge cell of Product List */
.ProductListbottomEdgeCell
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d0d0d0;	
}

/* sort by label */
.SortLabel
{
	margin:0px;
	font-size: 14px;
	text-decoration: none;
	color: #68ACF8;
}


/* -------------------------   hierarchy hyper links ---------------------------------- */


/* hyperlink of Hierarchy */
A.HierarchyHyperLink:Link
{
	font-size: 14px;
	text-decoration: none;
	color: #1F5BA4;
}

A.HierarchyHyperLink:visited
{
	font-size: 14px;
	text-decoration: none;
	color: Purple;
}

A.HierarchyHyperLink:active
{
	font-size: 14px;
	text-decoration: none;
	color: #1F5BA4;
}

A.HierarchyHyperLink:hover
{
	font-size: 14px;
	text-decoration: none;
	color: Red;
}

/* Label of Hierarchy - '>' */
.HierarchyLabel
{
	font-size: 14px;
	text-decoration: none;
	color: #1F5BA4;
}



/* -------------------------------- Product Box --------------------------------- */

/* hyperlink of product thumbnail images */
A.ProductThumbnail:Link
{
	border-width:1px;
	border-style:solid;
	border-color:White;
}

A.ProductThumbnail:visited
{
	border-width:1px;
	border-style:solid;
	border-color:White;
}

A.ProductThumbnail:active
{
	border-width:1px;
	border-style:solid;
	border-color:White;
}

A.ProductThumbnail:hover
{
	border-width:1px;
	border-style:solid;
	border-color:#68ACF8;
}


/* small product links */
A.ProductSmallLink:Link
{
	font-size: 12px;
	color: #1F5BA4;
}

A.ProductSmallLink:visited
{
	font-size: 12px;
	color: Purple;
}

A.ProductSmallLink:active
{
	font-size: 12px;
	color: #1F5BA4;
}

A.ProductSmallLink:hover
{
	font-size: 12px;
	color: Red;
	text-decoration: none;
}


/* Description of Product  */
.ProductDescription
{
	font-size: 12px;
	color: #505050;
}

/* Table of Product Box */
.ProductBoxTable
{
	
}

/* cell of product price label */
.ProductPriceLabel
{
	font-size: 20px;
	color: #68ACF8;
}

/* cell of product weight and no in stock etc label */
.ProductNumbersLabel
{
	font-size: 12px;
	color: #505050;
}


/* ------------------------------------ Sub Categories ----------------------------- */

/* hyperlink of Sub Categories */
A.SubCategories:Link
{
	margin:0px;
	font-size: 13px;
	text-decoration: none;
	color: #1F5BA4;
}

A.SubCategories:visited
{
	margin:0px;
	font-size: 13px;
	text-decoration: none;
	color: Purple;
}

A.SubCategories:active
{
	margin:0px;
	font-size: 13px;
	text-decoration: none;
	color: #1F5BA4;
}

A.SubCategories:hover
{
	margin:0px;
	font-size: 13px;
	text-decoration: none;
	color: Red;
}




/* --------------------------------- content boxes ----------------------------- */


/* Content Table */
.ContentTable
{
	border-color: #C0C0FF;
	border-style: solid;
	border-width: 1px;
}

/* Content Table Header Cell */
.ContentTableHeaderCell
{
	background-color: #f7f7FF;
	font-size: 13px;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='Light#1F5BA4', endColorStr='White', gradientType='0'); 
*/
}


/* ------------------------------------ General --------------------------------- */

.LabelForm
{
	font-weight: Bold;
	font-size:12px;
}

.LabelText
{
	font-size:12px;
}


/* support phone number */
.LabelSupportPhone
{
	margin:0px;
	font-size: 10px;
	text-decoration: none;
	color: #00ff00;
}

/* no rows found */
.LabelNoData
{
	margin:0px;
	font-size: 12px;
	text-decoration: none;
	color: #0000ff;
}

/* paragraph style */
p
{
	margin-left: 0px;
	margin-right: 0px;
	font-size: 13px;
}

/* Lists */
OL
{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 13px;
}

/* Lists */
LI
{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 13px;
}

/* hyperlink of General HyperLinks */
A:Link
{
	font-size: 13px;
	text-decoration: none;
	color: #1F5BA4;
}

A:visited
{
	font-size: 13px;
	text-decoration: none;
	color: Purple;
}

A:active
{
	font-size: 13px;
	text-decoration: none;
	color: #1F5BA4;
}

A:hover
{
	font-size: 13px;
	text-decoration: none;
	color: Red;
}

.StatusLabel
{
	font-size:12px;
	background-color:White;
}


.ContactLabel
{
	font-size: 13px;
	text-decoration: none;
	color: #505050;
}


.DropDownList
{
	border-color:Black;
	border-style:solid;
	border-width:1px;
}


/* ------------------------------------------------------------------------ */



/* Order Heading */
.OrderHeading
{
	color:#808080;
	font-size: 24px;
}

/* Payment form amount */
.PaymentAmount
{
	color:Black;
	font-size:24px;
}

.SmallText
{
	font-size: 12px;
}
