ul.productView {
	height: 95px;
	margin: 0;
	padding: 0 0 0 20px;
	border-bottom: 1px dashed #ccc;
}
ul.productView li {
	float: left;
}
li.col1img {
	width: 150px;
	padding: 10px 0 0 0;
}
li.col2title {
	width: 350px;
	margin: 25px 0 0 20px;
}
li.col3special {
	width: 40px;
	margin: 30px 0 0 50px;
}
li.col4price {
	width: 60px;
	margin: 30px 0 0 30px;
}
li.col5size {
	width: 60px;
	margin: 30px 0 0 30px;
}

tr.productRow {
	height: 225px;
	margin: 0 0 0 20px;
}
td.productImg {
	width: 215px;
	height: 225px;
	background: url("../images/new_site/gallery-bg.png") no-repeat;
}
td.productImg:hover {
	background: url("../images/new_site/gallery-bg-hover.png") no-repeat;
}
td.productImg img {
	max-width: 160px;
	max-height: 123px;
	display: block;
	margin: 18px auto;
}
td.productImg h5 {
	font-family: Georgia, Arial;
	font-size: 0.8em;
	color: #FFF;
	margin: 17px 20px 0 15px;
}
td.productImg h6 {
	font-family: Tahoma, Arial;
	font-size: 0.6em;
	color: #eee;
	margin: 10px 0 0 15px;
}

/* menu */
ul.clientMenu {
	width: 535px;
	height: 28px;
	position: relative;
	list-style: none;
}
ul.clientMenu li {
	float: left;
}
ul.clientMenu li a {
	background-image: url("../images/new_site/client-menu.png");
	background-repeat: no-repeat;
	height: 28px;
	position: absolute;
	top: 0;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}
/* up state */
li.backSearch a {
	left: 0;
	width: 105px;
}
li.clientProfile a {
	left: 106px;
	width: 105px;
	background-position: -106px 0;
}
li.productList a {
	left: 212px;
	width: 105px;
	background-position: -212px 0;
}
li.clientGallery a {
	left: 318px;
	width: 105px;
	background-position: -318px 0;
}
li.clientContact a {
	left: 424px;
	width: 105px;
	background-position: -424px 0;
}
/* hover state */
li.backSearch a:hover {
	background-position: 0 -30px;
}
li.clientProfile a:hover {
	background-position: -106px -30px;
}
li.productList a:hover {
	background-position: -212px -30px;
}
li.clientGallery a:hover {
	background-position: -318px -30px;
}
li.clientContact a:hover {
	background-position: -424px -30px;
}
/* current state */
#clientProfile li.clientProfile a {
	background-position: -106px -60px;
}
#productList li.productList a {
	background-position: -212px -60px;
}
#clientGallery li.clientGallery a {
	background-position: -318px -60px;
}
#clientContact li.clientContact a {
	background-position: -424px -60px;
}
