@charset "utf-8";
div#productCategories {
    float: left;
    width: 220px;
    height: 100%;
    min-height: 520px;
    background: #fafafa;
    margin: 1em 0 2em 0;
}

#productCategories a:link, a:active, a:visited {
    color: #35506b;
    padding: 0;
}

#productCategories a:hover {
	text-decoration: none;
}

/*
#productCategories a span {
	float:left;
	width: 160px;
	min-height: 24px;
	display:block;
	padding: 1em 2.2em 0 1em;
	margin: 0 0 0 1em;
	cursor: pointer;
	border-bottom: 2px solid #94bde6;
	text-transform: capitalize;
	}

#productCategories a:hover span { border-bottom: 2px solid #4a759f; }
*/

#productCategories ul#categories {
	background: #fafafa;
	float: left;
	list-style-type: none;
	margin: 0;
	padding:0;
}

#productCategories #categories li {
	background: transparent;
	width: 160px;
	min-height: 24px;
	display: block;
	clear: right;
    margin: 0 0 0 1em;
    padding: 1em 2.2em 0 1em;
    border-bottom: 2px solid #94bde6;
	}

    #productCategories #categories li.selected {
        background: rgba(0,0,0,0.1);
    }

    #productCategories #categories li.parentCategory {
        border-bottom: 0;
    }

    #productCategories #categories li.subCategory {
        border-bottom: 0;
        margin: 0 0 0 1em;
        padding: 1em 1.2em 0 2em;
    }

    #productCategories #categories li.subCategory.selected {
        background: rgba(0,0,0,0.05);
    }

    #productCategories #categories li.subCategory + li:not(.subCategory) {
        border-top: 2px solid #94bde6;
    }

    #productCategories #categories li.subCategory span.sign,
    #productCategories #categories li.subCategory a {
        font-weight: normal;
    }

#productCategories span.sign {
        float: left;
        display: inline;
        width: 20px;
        font-weight: bold;
}

#productCategories a span {
        display: block;
        clear: right;
        padding: 0 0 .5em 2em;
}


#products {
    float: left;
    width: 476px;
    margin: 0 0 0 1em;
}

.product {
    float: left;
    display: block;
    height: 145px;
    width: 100px;
    margin: 1em 1em 0 0;
}

.productInfo {
    float: left;
    width: 91px;
    height: 50px;
    background: #1688e2;
    color: #fff;
    padding: .1em .5em .2em .4em;
    margin: 8em 0 0 0;
    /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

.productInfo p { margin: 0;padding:0; }

.singleProduct {
    float: left;
    width: 100px;
    height: 180px;
    display: block;
    margin: 1em 1.5em 0 0;
}

.hide {
	display: none;
}

.title {
    float: left;
    height: 22px;
    display: inline;
    font-weight: bold;
    color: #63a0dc;
    padding: 0 0 0em 0;
}

p.readmore {
    float: right;
    padding: 2em 0 0 0;
}

p.readmore a:link, p.readmore a:active, p.readmore a:visited, p.readmore a:hover { color: #fff; }

/**
 * SHOWPRODUCT
 */

#showProduct {
    float: left;
    width: 746px;
    margin: .5em 0 0 1em;
}

#showProduct span {
    float: left;
    display: block;
}

#showProduct span strong {
    font-weight: bold;
}

#showProduct a:link, #showProduct a:active, #showProduct a:visited {
    font-weight: normal;
    color: #6699cc;
}

#showProduct a:link:first-letter, #showProduct a:active:first-letter, #showProduct a:visited:first-letter { text-transform: capitalize; }

#showProduct h2 {
    float: left;
    display: block;
    color: #185d93;
    font-weight: normal;
    margin: 1em 0 1em 0;
}

#showProduct img, #showProduct h3, #showProduct p {
    float: left;
    clear: both;
}

#showProduct p {
    display: block;
    margin: 1em;
}

#showProduct img { border: 1px solid #94bde6; }
/*
 * PRODUCT PAGING ELEMENTS BEGIN
 */
        div#paging {
            float: left;
            width: 100%;
            height: 32px;
            border-bottom: 2px solid #eaeaea;
            margin: 0;
            padding: 0;
        }

        div#paging ul {
            float: left;
            width: 100%;
            list-style-type: none;
            margin: 1em 0 0 0;
            padding: 0;
        }

        div#paging li {
            display: inline;
            background: #f7f7f7;
            margin: 0 1em 0 0;
            border: 0;
        }

        div#paging li a.selected {
            background: #63a0dc;
            color: #fff;
            border: 1px solid #63a0dc;
            padding: .2em .5em;
            font-weight: normal;
        }

        div#paging li a {
            font-weight: normal;
            color: #63a0dc;
            background: #fff;
            border: 1px solid #63a0dc;
            padding: .2em .5em;
        }

        div#paging li.nolink, div#paging li.nextLink a, div#paging li.prevLink a {
            background: #fff;
            border: 0;
            margin: 0;
            padding: 0;
        }

        div#paging li a:hover { text-decoration: none; }

        div#paging li.prevLink, div#paging li.nextLink { background: #fff; }
        div#paging li.prevLink { float: left; padding: 0 1em 0 0; }
        div#paging li.nextLink { float: right; }
/* //
 * // PRODUCT PAGING ELEMENTS END
 * //
 */
 
 label { display: none;}

input {
	float: left;
	display: inline;
	height: 23px;
	width: 144px;
	border: 0;
	background: url('../images/search_box_background_smaller.png') no-repeat left top #efefef;
	color: #bcd0e0;
	font-style: italic;
	font-size: 11px;
	padding: 0 0 0 .3em;
	margin: 2em 0em 0 .7em;
}

input.submit {
	float: left;
	display: inline;
	height: 23px;
	width: 47px;
	border: 0;
	background: url('../images/submit_button_background_smaller.png') no-repeat left top #efefef;
	color: #185d93;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	margin: 2em 0 0 1em;
}

div.productData-top {
	float: left;
	width: 613px;
}

div.productLeft {
	float: left;
	background: transparent;
	width: 120px;
	height: 100px;
	border: 0;
	margin: 0;
}

div.productPrice {
	background: #fafafa;
	width: 100px;
	height: 50px;
	border: 1px solid #f4f4f4;
	margin: 0;
	margin-top: 1.7em;
	margin-left: 1em;
}

div.productPrice span {	padding-left: .5em; }

input.submit-order {
	float: left;
	display: inline;
	height: 23px;
	width: 120%;
	border: 0;
	background: url('../images/submit_button_background.png') no-repeat left top #efefef;
	background-size: 100% 99.5%;
	color: #185d93;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 0 0;
}

input#quantity {
	float: left;
	display: inline;
	height: 23px;
	width: 40px;
	border: 0;
	background: url('../images/search_box_background_checkbox.png') no-repeat left top transparent;
	color: #185d93;
	font-style: normal;
	font-size: 11px;
	padding: 0 0 0 .3em;
	margin: 0 0em 0 0;
}

#showProduct p.order-buttons {
	display: block;
	margin: 0 0 0 1em;
	}

.productAddInfo {
	margin-top: 1em;
        margin-left: 1em;
}
