@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------
|	Document			:	CSS
|	WebSite				:	Skyline Coins                  
|	Creator				:	Hariom Baghel
|	Last Updated Date	:	10-02-2012
|--------------------------------------------------*/

body {
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    background: url(../images/repeat1.jpg) repeat-x left -25px;
}

h1, h2, h3, h4, h5, h6, ul, li, p {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

img, input {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

/* Navigation Start */
.navigation {
    min-height: 36px;
    background: #f4ea2d;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #8A8A00;
}

    .navigation ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .navigation ul li {
            float: left;
            height: 36px;
            line-height: 36px;
            padding: 0 5px 0 5px;
            color: #8A8A00;
            background: url(../images/Navbullet.jpg) no-repeat left 16px;
        }

            .navigation ul li a {
                color: #040d46;
                display: block;
            }

                .navigation ul li a:hover {
                    text-decoration: underline;
                }

            .navigation ul li.nobullet {
                background: none;
            }

.shopOnline {
    background: #0c2592;
}

    .shopOnline ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .shopOnline ul li {
            float: left;
            margin: 0 0 0 0;
            font-size: 14px;
            font-family: Verdana, Geneva, sans-serif;
            color: #ccc;
            padding: 0 11px 0 11px;
        }

            .shopOnline ul li a {
                font-weight: bold;
                color: #ccc;
            }

                .shopOnline ul li a:hover {
                    color: #F4EA2D;
                }

.shopOnlineBold {
    color: #F4EA2D;
    font-size: 17px;
    line-height: 17px;
    padding-left: 20px;
    font-weight: bold;
}

    .shopOnlineBold a {
        color: #F4EA2D;
        font-size: 17px;
        line-height: 17px;
        padding-left: 20px;
        font-weight: bold;
    }

        .shopOnlineBold a:hover {
            color: #ccc;
        }
/* Navigation End */

/*Product Box Start*/
.advertisements {
    background: #101938;
    color: #fff;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    padding-left: 20px;
}

.padding2px {
    padding-top: 2px;
}

.padding10px {
    padding: 10px;
}

.productpadding10px {
    padding: 10px 0 10px 10px;
}

.productBox {
    padding: 10px;
    float: left;
    text-align: center;
}

    .productBox a {
        display: block;
        border: #999999 solid 1px;
    }

        .productBox a:hover {
            border: #0c2592 solid 1px;
        }

        .productBox a span {
            background: #0c2592;
            color: #fff;
            display: block;
            margin-bottom: 8px;
            font-size: 13px;
            margin: 0px;
            padding: 5px 3px;
        }

    .productBox td {
        padding: 0px 0px;
        text-align: center;
    }

    .productBox img {
        margin: 5px;
    }

    .productBox a:hover span {
        background: #F4EA2D;
        cursor: pointer;
        color: #000;
    }

.padding-right10px {
    padding-right: 10px;
}
/*Product Box End*/



/*Footer start*/
.footer {
    height: 64px;
    background: #040d45;
    color: #F4EA2D;
    font-size: 14px;
    text-align: center;
}

    .footer ul {
        float: left;
        margin-left: 20px;
    }

        .footer ul li {
            padding-right: 20px;
            float: left;
            font-size: 15px;
        }

            .footer ul li a {
                color: #F4EA2D;
            }

                .footer ul li a:hover {
                    color: #F4EA2D;
                    text-decoration: underline;
                }
/*Footer End*/

/*Product Start*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.product {
    float: left;
    display: block;
    margin: 0 20px 20px 0;
    border: 1px solid #ccc;
    padding: 10px;
}

    .product img {
        border: 1px solid #ccc;
        padding: 5px;
        float: left;
        margin-right: 5px;
    }

.medblacktext {
    font: 12px Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: regular;
    text-decoration: none;
    text-align: left;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------*/

/*Shopping Cart*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.addcart {
    position: absolute;
    visibility: hidden;
    z-index: 2;
}

.addcarttable {
    background-color: #ffffff;
    border: 4px solid #000;
    padding: 5px;
    font-size: 12px;
}

.shoppingcart {
    position: absolute;
    visibility: visible;
    z-index: 100;
    height: 50px;
    top: 10px;
    right: 10px;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/

/*DataGrid*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.gridHeader {
    background-color: #111937;
    color: #F3F355;
    font-weight: bold;
    font-family: arail,Helvetica,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px;
}

    .gridHeader a:link, .gridHeader a:active, .gridHeader a:visited, .gridHeader a:hove {
        background-color: #033504;
        color: #F3F355;
        font-weight: bold;
        font-family: tahoma,geneva,sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: underline;
        padding: 2px;
    }

.rowAlt {
    background-color: #EEE;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: regular;
    text-decoration: none;
    padding: 2px;
}

.rowStd {
    background-color: #CCC;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: regular;
    text-decoration: none;
    padding: 2px;
}

.rowFooter {
    font: 12px Arial, Helvetica, sans-serif;
    background-color: #BFBBBB;
    color: Black;
    text-align: right;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/

.headerlink {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-decoration: underline;
    padding: 2px;
}

    .headerlink a:hover {
        text-decoration: none;
        color: #ffcc00;
        border-bottom: dashed 1px #fff;
    }

.ddcatalogue {
    color: #FFFFFF;
    border: 1px solid #4E4868;
    font-size: 14px;
    background-color: #0D1732;
    font-size: 14px;
}

.section {
    width: 100%;
    height: 200px;
    /*overflow:auto;*/
}

.sectionheader {
    width: 100%;
    background-color: #111937;
}

.sectionheadertext {
    color: White;
    font-weight: bold;
    margin: 10px;
    font: 14px Arial, Helvetica, sans-serif;
}


.icon {
    float: left;
    margin: 2px;
    border: solid 1px #000;
}

.iconheader {
    height: 20px;
    background-color: #ccc;
    color: #000;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
}


.clear {
    clear: both;
    height: 20px;
}

.adminlink a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    line-height: 31px;
    border-bottom: dashed 1px #835637;
    display: block;
}

    .adminlink a:hover {
        text-decoration: none;
        color: #ffcc00;
        border-bottom: dashed 1px #000;
    }

input[type="button"], input[type="submit"], input[type="reset"] {
    border: solid 1px #000 !important;
    background-color: #488BF9;
    color: #fff !important;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 22px;
    line-height: 18px;
    padding: 2px 0 2px 2px;
    margin: 5px;
    width: 120px;
    text-decoration: none;
}

    input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
        background-color: #0055FF;
    }

.error {
    color: #FF0000;
    font-weight: bold;
}

.page {
    page-break-before: always;
}

.searchbox {
    float: right;
    padding: 6px;
    border: none;
    margin-top: 8px;
    margin-right: 16px;
    font-size: 19px;
}

.search-container {
    width: 304px;
    background: #f4ea2d;
    padding-left: 10px;
    padding-bottom: 7px;
}

.searchbox1 {
    padding: 6px;
    margin-top: 8px;
    font-size: 19px;
    border: none;
    border-radius: 8px;
}

.searchbutton:hover {
    background: #f4ea2d;
}

.searchbutton {
   /* float: right;*/
    padding: 6px 10px;
    margin-top: 8px;
   /* margin-right: 16px;*/
    background: #ddd;
    font-size: 22px;
    border: none;
    cursor: pointer;
    height: 22px;
    border-radius: 16px;
}
