﻿body {
    
    padding: 0px;
    margin: 0px;
}

.MainStore {
    width: 100%;
    text-align: center;
}

    .MainStore .TopHeader {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
        background-color: #0066FF;
        
        display: inline-block;
        color: #FFFFFF;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 12px;
    }

    .MainStore .StoreHeader {
    width: 100%;
    background-color: #FFFFFF;
    display: inline-block;
    border-bottom: 1px solid #666666;
    
}
.AlwaysOnTopHeader {
    position: fixed;
    display: inline-block;
     width: 100%;
    top: 0px;
    left: 0px;
    z-index:1000;
    background-color: #FFFFFF;
}
.AlwaysOnBottomFooter {
    position: fixed;
    display: inline-block;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    background-color: #666666;
    color: #FFFFFF;
    
}
.AlwaysOnBottomFooter a {
    color: #FFFFFF;
    text-decoration: none;
}
.AlwaysOnBottomFooter a:hover {
    color: #57ABFF;
    text-decoration: none;
}

        .MainStore .StoreHeader .Cart {
            background-image: url('../images/cart_40.png');
            background-repeat: no-repeat;
            background-position: left top;
            height: 50px;
            padding-left: 45px;
            padding-top: 5px;
            text-align: center;
        }

            .MainStore .StoreHeader .Cart:hover {
                background-image: url('../images/cart_red_40.png');
                background-repeat: no-repeat;
                background-position: left top;
                color: red;
            }

        .MainStore .StoreHeader .Invoice {
            background-repeat: no-repeat;
            background-position: left top;
            height: 50px;
            padding-left: 28px;
            padding-top: 5px;
            text-align: left;
            background-image: url('../images/invoice_40.png');
        }

            .MainStore .StoreHeader .Invoice:hover {
                background-image: url('../images/invoice_red_40.png');
                background-repeat: no-repeat;
                background-position: left top;
                color: red;
            }

    .MainStore .StoreContent {
        background-color: #EFEFEF;
        display: inline-block;
        width: 100%;
    }

    .MainStore .StoreFooter {
    border-top: 1px solid #666666;
    display: inline-block;
    width: 100%;
   padding:3px;
}

.CategoryMenu {
    text-align: left;
    width: 215px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}

    .CategoryMenu .Header {
        width: 100%;
        font-weight: bold;
        background-color: #C0C0C0;
    }

    .CategoryMenu .Content {
        width: 100%;
    }

.ListFilterCategorySpecification {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}

    .ListFilterCategorySpecification .SpecificationName {
        font-weight: bold;
        padding: 5px;
        background-color: #C0C0C0;
        cursor: pointer;
    }

    .ListFilterCategorySpecification .SpecificationItemDetail {
        max-height: 200px;
        overflow: auto;
    }

.ListInvoice {
    width: 100%;
    font-family: Verdana;
    background-color: white;
}

    .ListInvoice .Header {
        text-align: left;
        font-size: 24px;
        padding: 5px;
        border-bottom: 1px solid grey;
    }

    .ListInvoice .Content {
        padding: 5px;
    }

.Home,.AboutUs,.ContactUs, .Product, .ProductItem, .ShoppingCartStep1, .ShoppingCartStep2, .ShoppingCartStep3, .ShoppingCartStep4 {
    width: 100%;
    font-family: Verdana;
    margin: 0;
    padding: 0;
}

    .Product .Top, .ProductItem .Top {
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 3px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 12px;
    }

        .Product .Top ul, .ProductItem .Top ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .Product .Top li, .ProductItem .Top li {
            float: left;
            padding-right: 3px;
        }

            .Product .Top li a, .ProductItem .Top li a {
                color: #000000;
                text-decoration: underline;
                color: blue;
            }

                .Product .Top li a:hover, .ProductItem .Top li a:hover {
                    color: red;
                }

    .ProductItem .Content, .ShoppingCartStep1 .Content, .ShoppingCartStep2 .Content, .ShoppingCartStep3 .Content, .ShoppingCartStep4 .Content {
        background-color: white;
        padding: 5px;
        text-align: left;
    }

        .ShoppingCartStep2 .Content .Header {
            color: #0094ff;
            padding-bottom: 10px;
            border-bottom: 1px solid grey;
            font-size: 20px;
        }

        .ProductItem .Content .Left {
            /*float: left;*/

            display: table-cell;
            vertical-align: top;
            width: 400px;
            
        }

            .ProductItem .Content .Left .BigPhotoFrame {
    width: 400px;
    height: 400px;
    text-align: left;
    border: 1px solid #C0C0C0;
}

            .ProductItem .Content .Left .SmallPhotoFrame {
                width: 400px;
                overflow-x: auto;
                border: 1px solid #C0C0C0;
                white-space: nowrap;
            }

                .ProductItem .Content .Left .SmallPhotoFrame .SmallPhoto {
                    display: inline-block;
                    border: 2px solid white;
                }

                .ProductItem .Content .Left .SmallPhotoFrame .SmallPhotoHover {
                    display: inline-block;
                    border: 2px solid #ff6a00;
                    cursor: pointer;
                }

        .ProductItem .Content .Right {
            /*padding-left: 5px;
            float: left;
            text-align: left;
            width: 647px;*/

            padding-left: 5px;
            text-align:left;
            width: 100%;
        display: table-cell;
        vertical-align: top;
        background-color: #FFFFFF;
        }

            .ProductItem .Content .Right .ProductName {
                font-size: 20px;
            }

            .ProductItem .Content .Right .ProductId {
                padding-top: 20px;
                padding-bottom: 10px;
                border-bottom: 1px solid grey;
                font-size: 12px;
            }

            .ProductItem .Content .Right .Price {
                padding-bottom: 10px;
                font-size: 14px;
            }

                .ProductItem .Content .Right .Price .HargaBeforeDiskon {
                    color: #666666;
                    font-size: 18px;
                    text-decoration: line-through;
                }

                .ProductItem .Content .Right .Price .Diskon {
                    color: #FF3300;
                    font-size: 10px;
                    font-weight: bold;
                }

                .ProductItem .Content .Right .Price .Harga {
                    color: #E9630A;
                    font-size: 24px;
                    font-weight: bold;
                }

                .ProductItem .Content .Right .Price .Satuan {
                    color: #808080;
                    font-size: 12px;
                    font-weight: normal;
                }

            .ProductItem .Content .Right .GroupProduct {
                font-size: 12px;
            }

                .ProductItem .Content .Right .GroupProduct a {
                    text-decoration: none;
                    color: black;
                }

                .ProductItem .Content .Right .GroupProduct .ItemDetail {
                    display: inline-block;
                    text-align: center;
                    padding: 2px;
                    border: 2px solid #C0C0C0;
                }

                    .ProductItem .Content .Right .GroupProduct .ItemDetail:hover {
                        display: inline-block;
                        text-align: center;
                        padding: 2px;
                        border: 2px solid #ff6a00;
                    }

                .ProductItem .Content .Right .GroupProduct .SelectedItemDetail {
                    border: 2px solid #FF3300;
                    display: inline-block;
                    text-align: center;
                    padding: 2px;
                }

            .ProductItem .Content .Right .QtyAndBuy {
                padding-top: 3px;
                font-size: 14px;
            }

    .Home .LeftSide,.AboutUs .LeftSide,.ContactUs .LeftSide, .Product .LeftSide {
        display: table-cell;
        vertical-align: top;
        width: 215px;
        background-color: #EFEFEF;
    }

    .Home .RightSide,.AboutUs .RightSide,.ContactUs .RightSide, .Product .RightSide {
        width: 100%;
        display: table-cell;
        vertical-align: top;
        background-color: #FFFFFF;
        text-align:left;
    }
    
.RegisterMember {
    font-family: Verdana;
    text-align: left;
    padding: 10px;
}

    .RegisterMember .Header {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 2px solid #808080;
    }

    .RegisterMember .Content {
        font-size: 14px;
        padding-top: 20px;
        padding-left: 10px;
    }

        .RegisterMember .Content .Field {
            padding-bottom: 10px;
        }

.Activation {
    font-family: Verdana;
    text-align: left;
    padding: 10px;
}

    .Activation .Header {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 2px solid #808080;
    }

    .Activation .Content {
        font-size: 14px;
        padding-top: 20px;
        padding-left: 10px;
    }

.SignIn, .LupaPassword, .ResetPassword, .ResendActivationCode {
    font-family: Verdana;
    text-align: left;
    padding: 10px;
}

    .SignIn .Header, .LupaPassword .Header, .ResetPassword .Header, .ResendActivationCode .Header {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 2px solid #808080;
    }

    .SignIn .Content, .LupaPassword .Content, .ResetPassword .Content, .ResendActivationCode .Content {
        font-size: 14px;
        padding: 20px;
    }

        .SignIn .Content .BoxSignIn {
            float: left;
            border: 1px solid #808080;
            padding-left: 20px;
            padding-right: 20px;
            background-color: #DFDFDF;
        }

            .SignIn .Content .BoxSignIn .Header {
                text-align: center;
                padding-top: 10px;
                padding-bottom: 10px;
                border-bottom: 1px solid #808080;
                font-size: 26px;
                font-weight: bold;
            }

            .SignIn .Content .BoxSignIn .Field {
                padding-bottom: 10px;
            }

        .LupaPassword .Content .Field, .ResetPassword .Content .Field, .ResendActivationCode .Content .Field {
            padding-bottom: 10px;
        }

.ModalPopUpSignIn {
    border: 2px solid black;
    background-color: #FFFFFF;
}

    .ModalPopUpSignIn .Header {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #808080;
        font-size: 26px;
        font-weight: bold;
    }

    .ModalPopUpSignIn .Close {
        float: right;
        font-size: 16px;
        border-bottom-style: solid;
        border-left-style: solid;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-bottom-color: #000000;
        border-left-color: #000000;
    }

    .ModalPopUpSignIn .Field {
        padding-bottom: 10px;
    }

.Account {
    width: 100%;
    font-family: Verdana;
    font-size: 13px;
}

    .Account .LeftSide {
        /*float: left;
        width: 20%;
        background-color: #EFEFEF;*/
        display: table-cell;
        vertical-align: top;
        width: 215px;
        background-color: #EFEFEF;
    }

    .Account .RightSide {
        /*width: 80%;
        border: 0px solid #000000;
        float: left;
        background-color: #FFFAF0;*/
        width: 100%;
        display: table-cell;
        vertical-align: top;
        background-color: #FFFAF0;
    }

.Profile, .ChangePassword {
    width: 97%;
    font-family: Verdana;
    text-align: left;
    padding: 10px;
}

    .Profile .Header, .ChangePassword .Header {
        font-size: 20px;
        border-bottom: 1px ridge #C0C0C0;
    }

    .Profile .Content, .ChangePassword .Content {
        padding-top: 10px;
    }

        .Profile .Content .Field, .ChangePassword .Content .Field {
            padding-bottom: 10px;
        }


.ListProduct {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}

    .ListProduct .SortPagingTop {
        font-size: 12px;
        padding: 3px;
        border-bottom: 1px solid grey;
        font-weight: bold;
    }
     .ListProduct .SortPagingBottom {
        font-size: 12px;
        padding: 3px;
        border-top: 1px solid grey;
        font-weight: bold;
    }
        .ListProduct .SortPagingTop a, .ListProduct .SortPagingBottom a {
            color: #0000FF;
        }

        .ListProduct .SortPagingTop .CurrPage, .ListProduct .SortPagingBottom .CurrPage {
            text-align: right;
            width: 50px;
            font-weight: bold;
            border: 1px solid grey;
        }

        .ListProduct .SortPagingTop .Keyword {
            width: 250px;
            border: 1px solid grey;
            height: 17px;
        }



    .ListProduct .ListProductFilter {
        border-bottom: 1px solid grey;
        padding-bottom: 5px;
    }

        .ListProduct .ListProductFilter .Header {
            text-align: left;
            padding-left: 3px;
            font-weight: bold;
        }

    .ListProduct .ListViewProduct,
    .ListProductByViewBy {
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 10px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    }

        .ListProduct .ListViewProduct .Item, 
        .ListProductByViewBy .Item {
            float: left;
            width: 193px;
            height: 350px;
            margin-right: 3px;
            margin-bottom: 3px;
        }

            .ListProduct .ListViewProduct .Item .SubItem, 
            .ListProductByViewBy .Item .SubItem {
                width: 183px;
                padding-top: 5px;
                padding-left: 5px;
                padding-right: 5px;
                min-height: 345px;
                max-height: 345px;
                height: 345px;
                overflow: hidden;
                text-align: left;
                position: relative;
                border: 1px solid #FFFFFF;
            }

                .ListProduct .ListViewProduct .Item .SubItem:hover, 
                .ListProductByViewBy .Item .SubItem:hover {
                    cursor: pointer;
                    max-height: none;
                    height: auto;
                    overflow: auto;
                    z-index: 100;
                    position: absolute;
                    border: 1px solid #CCCCCC;
                    box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.3);  
                }

.HelperBuyButton {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0px;
    background-color: white;
    height: 20px;   
}


.ListProduct .ListViewProduct .Item .SubItem:hover .HelperBuyButton, 
.ListProductByViewBy .Item .SubItem:hover .HelperBuyButton {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0px;
    background-color: #999999;
    height: 20px;
   
}

.ListProduct .ListViewProduct .Item .SubItem .HargaBeforeDiskon,
.ListProductByViewBy .Item .SubItem .HargaBeforeDiskon {
    color: #666666;
    font-size: 12px;
    text-decoration: line-through;
}

.ListProduct .ListViewProduct .Item .SubItem .Diskon,
.ListProductByViewBy .Item .SubItem .Diskon {
    color: #FFFFFF;
    padding: 2px;
    font-size: 10px;
    font-weight: bold;
    background-color: #FF0000;
}

.ListProduct .ListViewProduct .Item .SubItem .Harga,
.ListProductByViewBy .Item .SubItem .Harga {
    color: #E9630A;
    font-size: 20px;
    font-weight: bold;
}




.ButtonStyle1 {
    background-color: #7DBEFF;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    padding: 10px !important;
    -moz-box-shadow: 1px 1px 1px #000;
    -webkit-box-shadow: 1px 1px 1px #000;
    box-shadow: 1px 1px 1px #000;
}

    .ButtonStyle1:hover {
        background-color: #2492FF;
        cursor: pointer;
    }
/*end ButtonStyle1*/
.ButtonStyle2 {
    background-color: #FF8040;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    padding: 10px !important;
    border: none;
}

    .ButtonStyle2:hover {
        background-color: #F3771B;
        cursor: pointer;
    }
/*end ButtonStyle2*/
.TextBoxStyle1 {
    padding: 6px 9px 6px 9px;
    border: 2px solid #CCCCCC;
    box-sizing: border-box;
}

.TextBoxStyle2 {
    padding: 3px;
    border: 2px solid #CCCCCC;
    box-sizing: border-box;
    text-align: right;
    background-color: #CCCCCC;
}

.ImageButtonStyle1 {
    padding: 6px 9px 6px 9px;
    background-color: #CCCCCC;
    border: none;
}

.ImageButtonStyle2 {
    padding: 2px 3px 2px 3px;
    background-color: grey;
    border: none;
    height: 16px;
    width: 16px;
}

.DropDownListStyle1 {
    padding: 8px 9px 8px 9px;
    background-color: #CCCCCC;
    border: none;
}

.DropDownListStyle2 {
    padding: 3px 0px 3px 3px;
    background-color: #CCCCCC;
    border: none;
}


.GridView1_HeaderStyle {
    color: #FFFFFF;
    background-color: #333333;
    text-align: center;
}

    .GridView1_HeaderStyle a {
        color: #FFFFFF;
    }

.GridView1_Column_Header {
    border: 1px solid #000000;
}

.GridView1_Column_Item {
    border: 1px solid #000000;
}

.GridView1_RowStyle {
    color: #000000;
    background-color: #E9E9E9;
    font-size: 11px;
}

    .GridView1_RowStyle a, .GridView1_AlternatingRowStyle a {
        color: #0060F0;
    }

    .GridView1_RowStyle:hover, .GridView1_AlternatingRowStyle:hover {
        background-color: #FFFFFF;
    }

.GridView1_AlternatingRowStyle {
    color: #000000;
    background-color: #DEE8FE;
    font-size: 11px;
}

.GridView1_PagerStyle {
    background-color: #BCBCBC;
    color: #000000;
    border: 1px solid #000000;
}

.GridView1_SortColumnAsc {
    background-image: url('defaultImages/upArrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
    color: #FFFFFF;
    /*text-decoration: none;*/
}

.GridView1_SortColumnDesc {
    background-image: url('defaultImages/downArrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
    color: #FFFFFF;
    /*text-decoration: none;*/
}

.GridView1_SortColumnNone {
    padding-right: 18px;
    color: #FFFFFF;
    /*text-decoration: none;*/
}
/*end GridView1*/
.GridView2 {
    width: 100%;
    background-color: #626262;
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;*/
}

.GridView2_Header, .GridView2_Footer {
    color: #FFFFFF;
    vertical-align: middle;
    height: 30px;
}

    .GridView2_Header a, .GridView2_Footer a {
        color: #FFFFFF;
    }

.GridView2_Contain {
}

.GridView2_Contain_Cell_Header {
    border-style: solid;
    border-width: 1px;
    border-color: #333333 #626262 #333333 #626262;
}

.GridView2_Contain_Cell_Item {
    border: 1px solid #626262;
}

.GridView2_Contain_Caption {
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}

    .GridView2_Contain_Caption a {
        color: #FFFFFF;
        /*text-decoration: none;*/
    }

.GridView2_CurrPage {
    width: 50px;
    text-align: right;
    background-color: #EAEAEA;
    color: #000000;
    border: 1px solid #999999;
}

.GridView2_SortColumnAsc {
    background-image: url('../../Styles/defaultImages/upArrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
    color: #FFFFFF;
}

.GridView2_SortColumnDesc {
    background-image: url('../../Styles/defaultImages/downArrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
    color: #FFFFFF;
}

.GridView2_SortColumnNone {
    padding-right: 18px;
    color: #FFFFFF;
}

.GridView2_Contain_Item {
    color: #000000;
    background-color: #E9E9E9;
    font-size: 11px;
    /*background-color: #F0F0F0;*/
}

    .GridView2_Contain_Item:hover, .GridView2_Contain_AlternatingItem:hover {
        /*background-color: #FBFBFB;*/
        background-color: #FFFFFF;
    }

    .GridView2_Contain_Item a, .GridView2_Contain_AlternatingItem a {
        color: #0404AE;
    }

.GridView2_Contain_AlternatingItem {
    color: #000000;
    background-color: #DEE8FE;
    font-size: 11px;
    /* background-color: #999999;*/
}

/*end template css gridView2*/

/*Dropdown Button 
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}*/

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
    right: 0;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }


/* The Modal (background) */
.modal {
    font-family: Verdana;
    font-size: 12px;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 45%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


.rightAlignment {
    text-align: right;
}

.copy {
    padding: 3px;
    margin-right:5px;
    background-color: #4267b2;
    font-weight: bold;
    float: left;
    border-radius: 3px;
}
    .copy:hover {
        background-color:#365899;
    }