@charset "utf-8";
/* CSS Document */

.displayCat { /* category wrapper */
	background-color: #EFEFEF;
	border-bottom: 5px solid #FFFFFF;
}
.displayCat .catInline {
	float:left;
	padding:5px;
	width:220px;
}

.displayCat .catInline .catTitle {
	margin:5px 0;
	font-size:12px;
	margin-bottom:8px;
	display:block;
}
.displayCat .catInline .catDesc {

}
.displayCat .catInline .browse {
	text-align:right;
	padding: 3px 0;
	font-weight: bold;
}
.displayCat .catInline .browse a, .displayCat .catInline .browse a:hover, .displayCat .catInline .browse a:visited {

}
.displayCat .catInline .browse a:hover {

}
.displayCat .catFeatured {
	float:right;
	background-color:#FFFFFF;
	margin:5px;
	width: 200px;
}
.displayCat .catFeatured .itemWrap .photo {
	width: 50px;
}


/* product wrapper */
.productWrapper {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	clear: both;
}
.productWrpA {
	background-color: #FCFCFC;
}
.productWrpB {
	background-color: #EFEFEF;
}

.productWrapper .imgWrapper {
	width: 100px;
	margin: 5px;
	float: left;
	background-color: #CFCFCF;
}
.productWrapper .imgWrapper img {
	border: 1px solid #CCCCCC;
}
.productWrapper .productDesc {
	margin: 5px;
	float: left;
	width: 337px;
}
.productWrapper .productDesc .itemRef {
	padding-bottom:3px;
}
.productWrapper .productDesc .itemTitle {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 7px;
}
.productWrapper .productDesc .itemDesc {
	padding-bottom: 3px;
}
.productWrapper .productDesc .itemDetails {
	float: right;
	margin: 5px;
	margin-top:15px;
}
.productWrapper .productDesc .itemDetails a, .productWrapper .productDesc .itemDetails a:hover, .productWrapper .productDesc .itemDetails a:visited {
	font-weight: bold;
}
.productWrapper .productDesc .itemPricing {
	margin: 5px;
	margin-left: 0;
	float:left;
}

.productWrapper .productDesc .itemOrder {
	float: left;
	margin: 5px;
}

.homeFeatured {
	border: 1px solid #E3E3E3;
	margin-bottom: 10px;
}
.homeFeatured .ftitle {
	background-color: #E3E3E3;
	line-height: 25px;
	font-weight: bold;
	padding-left: 5px;
}
.homeFeatured .itemWrapper {
	padding: 4px;
}

.homeFeatured .itemWrap {
	width: 116px;
	margin: 5px;
	overflow: hidden;
	font-size: 10px;
	color: #666666;
	float: left;
}
.homeFeatured .itemWrap .photo {
	border: 1px solid #B5BEC3;
}
.homeFeatured .itemWrap .itemDetails {
	float:left;
	width:140px;
}

.rboxWrapper {
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 0;
}
.gryBrd {
	border: 3px solid #CFCFCF;
}
.bluBrd {
	border: 3px solid #085689;
}
.bluBox {
	background-color: #DCE5EA;
	padding: 5px;
}
.whiteBox {
	background-color: #FFFFFF;
	padding: 5px;
}
.grblBox {
	background-color: #B5BEC3;
	padding: 5px;
}
.blue {
	color: #085689;
}
.shoppingCartWrapper {
	margin-left:0;
	text-align:left;
	border: 1px solid #006EC5;
	border-left:0px;
	background-color:#B3D4EE;
	margin-right:25px;
	padding-left:10px;
}

.shoppingCartBox {
	font-size: 10px;
	color: #085689;
	padding: 5px;
	font-weight: bold;
	background-image: url(../gui/icon_cart.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.shoppingCartBox .currencyDD {
	width: 130px;
	font-size: 10px;
	color: #345173;
	border: 1px solid #DCE5EA;
}

.shoppingCartBox .items {
	color: #FC0000;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 40px;
}

.shoppingCartBox a.shoppingcartlink, .shoppingCartBox a.shoppingcartlink:hover, .shoppingCartBox a.shoppingcartlink:visited {
	color: #006EC5;
}

.shoppingCartListing {
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	border-right: 0;
	width: 520px;
}
.shoppingCartListing .sclTitle td {
	background-color: #EFEFEF;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #CFCFCF;
}
.shoppingCartListing .sclRow td {
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #CFCFCF;
}
.shoppingCartListing .rowAltA td {
	background-color: #F9F9F9;
}
.shoppingCartListing .rowAltB td {
	background-color: #E6E6E6;
}
.shoppingCartListing .sclRow td.quantity, .shoppingCartListing .sclRow td.totPrice {
	text-align: center;
}

.advancedSearchForm{
	background-color: #E3E3E3;
	border: #C0C0C0;
	padding: 2px;
	margin-bottom: 5px;
}
.advancedSearchForm .txtSearch {
	width: 300px;
	padding: 7px;
	font-size: 15px;
	border: 1px solid #999;
}
.advancedSearchForm .txtB2 {
	width: 140px;
	border: 1px solid #999;
}
.advancedSearchForm .txtB3 {
	width: 300px;
	border: 1px solid #999;
}

a.scart_plus, a.scart_plus:hover, a.scart_plus:visited, a.scart_minus, a.scart_minus:hover, a.scart_minus:visited {
	text-decoration: none;
	padding: 4px 6px;
	background-color:red;
	margin: 3px;
	clear: both;
}
a.scart_plus span, a.scart_plus:hover span, a.scart_plus:visited span {
	color:blue;
	clear:both
}

.formWrapper {
	border: 1px solid #CCC;
	text-align: left;
	margin-bottom: 10px;
}
.formWrapper td {
	border-bottom: 1px solid #E9E9E9;
}
.formWrapper .btnArea {
	background-color: #ECECEC;
}

.accountTxtInput {
	width: 280px;
	border: 1px solid #999;
}
.accountBtnInput {
	padding: 2px;
}
.accountTxtArea {
	width: 280px;
	height: 80px;
	border: 1px solid #999;
}


.guestPageMenu {
	background-color: #ECECEC;
	height: 24px;
	margin-bottom: 10px;
}

.guestPageMenu a, .guestPageMenu a:hover, .guestPageMenu a:visited {
	padding: 0 10px;
	line-height: 24px;
	background-color: #EFEFEF;
	border-left: 1px solid #FEFEFE;
	border-right: 1px solid #D9D9D9;
	float: left;
	text-decoration: none;
	font-weight: bold;
}