#departmentsNav {
	margin-right: 5px;
}

.focusNavRow {
	
}

.focusNavRow td {
	padding: 5px 0px 3px 3px;
	color: #333333;
	font-weight: bold;
	border: 1px solid #333333;
	font-size: 108%;
}	

.focusNavRow td:hover {
	text-decoration: underline;
	cursor: pointer;
}

#departmentsNav table {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #333333;
}


#departmentsNav h3 {
	margin-bottom: 0px;
	padding: 3px;
	padding-left: 5px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	background-color: #bdd0ee;
	color: #FFFFFF;
	margin-left: -1px;
	margin-right: -1px;
}


#focusPiecesContainer{
	min-height: 400px;
	border: 1px solid #333333;
}

#focusPiecesContainer h4 {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #333333;
	color: #FFFFFF;
}

#noPieces {
	font-weight: bold;
	text-align: center;
	padding-top: 100px;
}

.focusPiece {
	border: 1px solid #333333;
	margin: 10px;
	height: 130px;
	padding: 5px;
}

.focusPiece .yui-g {
	/*width: 50%;*/
}

.focusPiece .photo img {
	width: 75px;
	height: 75px;
}

.focusPiece .data {
	font-weight: bold;	
	font-size: 123.1%;
}

.focusPiece .price {
	color: blue;
}

.focusPiece .additional_price {
	height: 15px;
	text-align: center;
	color: red;
	font-style: italic;
	font-size: 85%;
}

.focusPiece .add_to_cart {
	text-align: center;
	position: relative;
	top: 15px;
}

.classicList {
	padding-left: 30px;
	margin-top: 50px;
}

.classicList li {
	color: red;
}

.classicList li a {
	font-weight: bold;
}






