@charset "utf-8";
/* CSS Document */

.ProductBlock {
	display: inline;
	float: left;
	width: 250px;
	height: 190px;
	margin-right: 10px;
}

.ProductHeader {
	font-family: Verdana;
	min-height: 30px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px 5px 5px 10px;
	margin-bottom: 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0px 0px;
	font-weight: bold;
}

.ProductInfo {
	height: 110px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #ececec;
}

.ProductInfo a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
	text-decoration: none;
}

.ProductInfo a:hover {
	background: #C5D2E0;
}

.ProductInfo_Thumbnail {
	height: 90px;
	width: 90px;
	float: left;
	margin: 10px;
	border: 2px dotted #CCCCCC;
}


.ProductBottom {
	height: 23px;
	position: relative;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	padding: 3px;
	margin-top: 0;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 0px 0px 10px 10px;
}



.ProductBlock_Gallery {
	display: inline;
	float: left;
	width: 220px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #ececec;
}

.ProductBlock_Gallery a {
	color: #0033CC;
}


.ProductInfo_Thumbnail_Gallery {
	height: 90px;
	width: 90px;
}

.GalleryPhoto_FloatBlock {
	float: left;
	width: 90px;
	padding: 5px;
}

.GalleryText_FloatBlock {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
}


