@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: 746px;
	margin: 0 0 0 1em;
}

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

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

.productInfo p { height: 2em; margin: 0;padding:0; }

.singleProduct {
	float: left;
	width: 200px;
	height: 210px;
	display: block;
	margin: 1em 4.4em 0 0;
}

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

.title a:visited { color: #63a0dc; }

p.readmore {
	padding: 1em 0 0 0;
	text-align: right;
}

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: 0 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 img { border: 0; }

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

/*
 * 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; }

        div#paging.bottomPaging { margin-top: 2em; }
/* //
 * // 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.productAddInfo {
	float: left;
	margin-top: 1em;
	margin-left: 1em;
}
div.productAddInfo table, div.productAddInfo tr, div.productAddInfo td {
	border: 0;
}

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

div.productAddInfo td {
	width: 20px;
}

div.productAddInfo tr {
	margin-left: 1em;
}
