﻿* {
    font-family: Verdana;
    font-size: 12px;
}

body {
    background-color: #ffffaa;
	background-image: url(#);
}

.SubCategoriesTable {
    width: 100%;
}

.ProductsTable {
    width: 90%;
    border: 1px solid #eeeeee;
}
.ProductListingRowOdd {
    color: #0033CC;
}
.ProductListingRowEven {
    color: #339900;
}
.ProductListingCell {
    border: 1px solid #eeeeee;
}
.ProductListingCellCategoryName {
    color: #aaaacc;
    font-size: 11px;
}
.ProductListingHeaderCell {
    color: #0033CC;
    font-weight: bold;
    border: 1px solid #eeeeee;
}

.YoureIn_MainCategoryName {
    font-size: 13px;
    color: Yellow;
}

.YoureIn_MainCategoryLink {
    cursor: pointer;
    font-size: 13px;
}
.YoureIn_MainCategoryLink:hover {
    text-decoration: underline;
    color: Yellow;
}
.YoureIn_SubCategoryName {
    font-weight: bold;
    color: Yellow;
    font-size: 13px;
}

.GoToFirstPage{
    cursor: pointer;
    color: Green;
}
.GoToPrevPage{
    cursor: pointer;
    color: Green;
}
.CurrentPage{
    color: Red;
}
.GoToPage{
    cursor: pointer;
    color: Blue
}
.GoToNextPage{
    cursor: pointer;
    color: Green;
}
.GoToLastPage{
    cursor: pointer;
    color: Green;
}

.RemindPasswordLink, .ChangePasswordLink {
    text-decoration: underline;
    cursor: pointer;
    font-size: 11px;
    color: #0066CC;
}
.RemindPasswordLink:hover, .ChangePasswordLink:hover {
    color: orange;
}

.AccCreateAccount {
    width: 75%;
}
.CreateAccountHeaderPane {
    color: white;
    background-color: #0066FF;
    text-align: center;
}
.CreateAccountContentPane {
    background-color: #ffffbb;
    color: black;
}
.CreateAccountHeaderPaneActive {
    color: white;
    background-color: #0099CC;
}

.ConfirmCreateAccountBackground { 
    background-color: #dddddd;
    filter: alpha(opacity=70); 
    opacity: 0.7;
    -moz-opacity: 0.7;
}
.PasswordStrengthInfo {
    background-color:inherit;
    color: #990000;
    font-weight: bold;
}

.Watermark {
    color: Gray;
}

/*
.OLDButton {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-transform: capitalize;
    color: #0033CC;
    padding: 2px;
    cursor: pointer;
    border: 1px solid #0033CC;
}
*/
.Button {
    color: #FFFFDD;
    background-color: #0066FF;
    font-weight: bold;
    font-family: Verdana;
    text-transform: capitalize;
    border-bottom: 2px solid #0033AA;
    border-right: 2px solid #0033AA;
    border-top: 1px solid #BBBBFF;
    border-left: 1px solid #BBBBFF;
    cursor: pointer;
    padding: 3 3 3 3;
    font-size: 11px;
}
.Button:hover {
    background-color: #0099FF;
}

.OrderItemInput {
    width: 35px;
    text-align: right;
    margin-left: 4px;
    margin-right: 4px;
}
.OrderItemInput:hover {
    background-color: #FFFFDD;
}


.SubCategoryImageInListing {
    cursor: pointer;
}

.SubCategoryNameInListing {
    font-weight: bold;
    cursor: pointer;
    color: #003399;
}

.SubCategoryNameInListing:hover {
    text-decoration: underline;
    color: #FF6600;
}

.ProductNameInListing {
    cursor: pointer;
    display: inline;
}

.ProductNameInListing:hover {
    text-decoration: underline;
    color: #FF6600;
}

.ProductImageInListing {
    cursor: pointer;
}

.LoggedInUserName  {
    color: #0033CC;
}

.UserAdded {
    color: #009900;
}

.ErrorSendingMail {
    color: Red;
}

.ToolbarLink {
    color: #FFFFFF;
    background-color: #0099FF;
    border: 1px solid #000080;
    float: left;
    table-layout: fixed;
    cursor: pointer;
    padding: 3 3 3 3;
    font-size: 13px;
}

.ToolbarLink:hover {
    color: #FFFF00;
    text-decoration: underline;
    background-color: #0033FF;
}

.ToolbarPageHeader {
    color: #FFFFDD; 
    font-variant: small-caps;
    font-weight: bold;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    background-image: url(Images/bgHeader.png);
    background-repeat: repeat;
}

#ToolbarPage, #ToolbarPage p {
    font-family: Verdana, sans-serif, Helvetica, sans-serif;
    font-size: 13px;
    color: #110099;
}

.PacketPopup {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #4083A4;     
    background-color: White;
    padding: 3px;
    margin: 3px;
    white-space: nowrap; 
    /*width: 200px;*/
}
.PacketPopup:hover {
    color: #FF8400; 
}

.BasketProductsTable {
    color: #6600FF;
}

.BasketCell {
    border: 1px solid #CCCCCC;
}

.AddingToBasketQuantity {
    font-family: Courier;
}

.AddingToBasketQuantity:hover {
    background-color: #FFFF99;
}

.Footer {
    font-size: 11px;
    color: #333333;
}

.OrderComments {
    font-family: Arial CE;
}

.OrderDocumentType {
    cursor: crosshair;
}

.BasketSummaryCell, .InvoiceSummaryCell, .AwaitingOrderSummaryCell, .DeliverySummaryCell, .BoughtProductSummaryCell {
    font-weight: bold;
}

.GoogleTags {
	position: absolute; 
	left: 0px; 
	top: 0px;
	width: 0px; 
	height: 0px; 
	overflow: hidden;
}

.InvoicesTable, .AwaitingOrdersTable, .DeliveriesTable, .BoughtProductsTable {
    color: Maroon;   
}

.EditablePageEditor {
    width: 75%;
    height: 30%;
}

.EditablePagePreview {
    width: 75%;
    height: 30%;
    overflow: auto; 
    text-align: left;
}

.ButtonAsLinkButton {
    color: Blue;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

.OK {
    color: #009900;
}

.ERROR {
    color: #CC0000;
}

.ProductDetailsOrderAmount {
    width: 30px;
}

.SearchProductsList {
    list-style-type: none;
    z-index: 666;
}
.SearchProductsItem {
    width: 400px;
    background-color: White;
    text-align: left;
    font-size: 11px;
    color: #0033CC;
    cursor: pointer;
    position: relative; left: -40px;
}
.SearchProductsItemSelected {
    width: 400px;
    background-color: #FFFFCC;
    border: 1px solid #aaaaaa;
    color: #009900;
    cursor: pointer;
    font-weight: bold;
    text-align: left;   
    position: relative; left: -40px;
}

.LogFileInformation {
    color: #009933;
}
.LogFileError {
    color: #CC3300;
}
.LogFileWarning {
    color: #CC9900;
}

.CurrentDiscount, .CurrentPoints {
    font-weight: bold;
    font-size: 13px;
    color: #3333CC;
}

.UnderscoreInfo {
    font-size: 11px;
    color: #009900;
    font-weight: bold;
}

.SearchLabel, .ProductsPerPageLabel, .PagingLabel, .LabelLogInInfo, .StandardLabel {
    color: #0033CC;
    font-weight: bold;
}
.ProductNameInNewProducts {
    color: #0000FF;
}
.ProductNameInPromotions {
    color: #0033CC;
}
.ProductNameInMostPopular {
    color: #009999;
}
.NewProductDateOnRightArea {
    font-family: Arial Narrow;
    color: #888888;
    font-size: 10px;
}
.ArticleNotAvailable {
    color: Red;
    font-weight: bold;
    font-size: 10px;
}
.SearchInput {
    width: 100px; 
    color: #0033FF; 
    font-family: Arial Narrow;
}
.SearchInputHover {
    background-color: #ffffdd; 
    border: 2px solid blue;
}

.LoginForm {
    width: 27%; 
    border: 1px solid #cccccc; 
    padding: 5px;
    background-color: #ffffee;
}
