#productListWrapper {
	padding: 0px 5px 0px 5px;
}

.productBlock {
	border: 1px solid #C6DAE1;
	padding: 3px;
	height: 13.5em;
	background-color: #ECF3FA;
}

.productBlockSidebar {
	border: 1px solid #C6DAE1;
	padding: 3px;
	background-color: #ECF3FA;
	overflow: hidden;
}

.productGridHead {
	background: #fff url(box_back.gif) no-repeat top left; 
	font-weight: bold;
	color: #4D4D4D;
	padding-left: 3px;
	position: static;
	height: 20px; 
	width: 200px;

}

.productImage {
	float: left;
	padding: 0 10px 0 0;
	min-height: 140px;
}

.productImageSidebar {

}

.productLink {
	color: #4D4D4D !important;
	font-weight: bold;
	text-decoration: none;
}

.productLink a:link{
	color: #4D4D4D !important;
	text-decoration: none;
}

.productLink a:visited{
	color: #4D4D4D !important;
	text-decoration: none;
}

.productLink a:active{
	color: #4D4D4D !important;
	text-decoration: none;
}
.productLink a:hover{
	color: red !important;
	text-decoration: underline !important;
}

.productDescription {
	line-height: 1.2em !important;
	height: 70px !important;
	margin-top: 2px;
	color: #4D4D4D;
}

.productPrice {
	color: #579ECC !important;
	font-size: 1.5em !important;
	margin-top: 16px;
	white-space: nowrap;

}

.productPriceStrike {
	color: #579ECC;
	font-size: 1em !important;
	TEXT-DECORATION: line-through;
	text-align: right;
	white-space: nowrap;
}

.productPricePromo {
	color: red;
	font-size: 1.5em !important;
	white-space: nowrap;
}

.productPriceExcl {
	color: #4D4D4D !important;
	font-size: 0.8em !important;
	white-space: nowrap;
}

.productPriceBundleDetail {
	color: #4D4D4D !important;
	font-size: 1em !important;
	font-weight: bold !important;
	white-space: nowrap;
}

.productPricePromoExcl {
	color: red !important;
	font-size: 0.8em !important;
	white-space: nowrap;
}

.productContent {

}


.productSpacer {
	height: 7px !important;
}

.productNavigator {
	text-align: center;
}

.productNoRecords {
	border: 1px solid #C6DAE1;
	text-align: center;
}


.productDetailBlock {
	border: 1px solid #C6DAE1;
	padding: 3px;
	background-color: #ECF3FA;
	color: #4D4D4D;
}

.productDetailDescription {
	/*background-image: url(../../Styles/Freestyle/logoschuin.gif);*/
	line-height: 1em !important;
	padding: 10px;
	background-color: #ECF3FA;

}

.productDetailContent {

}

.productDetailCaption th { 
	font-weight: normal;
	padding: 2px;
	background-image: url('Images/CaptionBg.gif'); color: #4D4D4D;
	white-space: nowrap;
	}

.productDetailCaption td { 
	font-weight: normal;
	padding: 2px;
	background-image: url('Images/CaptionBg.gif'); color: #4D4D4D;
	white-space: nowrap;
	}

.productDetailRow th { 
	font-weight: normal; text-align: left;
	padding: 2px;
	border-top: solid 1px #C6DAE1;
	background-color: #f7f7f7;
	color: #4D4D4D;
	white-space: nowrap;
	}

.productDetailRow td { 
	white-space: nowrap;
	padding: 2px;
	border-top: solid 1px #C6DAE1;
	vertical-align: middle;
	background-color: #f7f7f7; 
	color: #4D4D4D;
	}
.checkout_summary {
	background-color: #D9BFA4;
	border: solid 1px #C6DAE1;
}

.TopBar {margin:0px 20px 0px 20px;padding:5px 5px 5px 0px; width:auto;color:#4D4D4D; background-color: none; border-bottom: dashed 1px #7c7c7c;}

input.search_field {
	background: #FFF url('../../Store/Images/Icons/ico_zoom.gif') no-repeat;
	padding: 2px 1px 1px 21px;
	margin: 0 0 5px 0;
	font-size: 80%;
	width: 172px;
	height:16px;
	margin:0;
	border: solid 1px #000;
	background-color: #ECF3FA;
}