@charset "UTF-8";
/* CSS Document */

.left,
.right {
	width:49%;
	width/**/:/**/50%; /* Ignored by IE 5 */
	float:left;
	padding-bottom:1em;
}

/**
====================================================
	--- Product Group list  ---
====================================================
**/
.product_groups {
	margin:0 0.5em;
	padding:0;
}
.product_groups * {
	margin:0;
}
.product_groups ul {
	list-style-type:none;
	width:98%;
}
.product_groups ul li {
	background-image:url(../images/hr_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:0.9em;
	padding:0 0 1px 0;
	display:block;
}
.product_groups ul li:hover {
	background-color:#f5f5f5;
}
.product_groups ul li a {
	display:block;
	padding:0.2em 0 0.2em 1.2em;
	width:95%;
}
.product_groups ul li a:hover {
	background-image:url(/images/marker.gif);
	background-position:center left;
	background-repeat:no-repeat;
}
p.currentSelection {
	background-image: url(/images/marker.gif);
	background-position: left;
	background-repeat: no-repeat;
}
a.currentSelection {
	background-color:#E8E8E8;
	background-image: url(/images/marker.gif);
	background-position: left;
	background-repeat: no-repeat;
}
/**
====================================================
	--- Product Result list  ---
====================================================
**/
div#result div.product {
	background-color:transparent;
	width: 180px;
	float: left;
	margin: 5px 5px 5px 0;
}
div#result div.product h2 {
	text-align: left;
	font-size: 0.85em;
	padding: 5px 10px 4px 8px;
	margin: 0;
	color: #FFFFFF;
	background-image: url(/images/PSpage/plateTop.gif);
}
a.noStyle,
a.noStyle:hover {
	text-decoration:none;
	background-color:transparent;
	display:block;
	width:100%;
	height:100%;
}
div#result div.product div.imageContainer {
	padding-right: 10px;
	background-image: url(/images/PSpage/plateMiddle.gif);
	height: 100px;
}
div#result div.product div.image {
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
div#result div.product div.link {
	padding-right: 10px;
	background-image: url(/images/PSpage/plateBottom.gif);
	background-position: bottom left;
	padding-bottom: 1px;
}
div#result div.product p.link {
	background-color:#E8E8E8;
	font-size: 0.85em;
	font-weight:bold;
	text-align: center;
	margin: 0;
	line-height: 1.5em;
	border: 1px solid #CCCCCC;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	min-height:3em;
	height:3em;
	height:auto;
}
div#result div.product p.link a {
	text-decoration:none;
}
div#result div.product p.link a:hover {
	color:#6699CC;
	color: rgb(0, 88, 177);
}
div#result div.clearLeft {
	clear:left;
}
