@charset "utf-8";
/* CSS Document */

.page #innerMiddle p {
	width:750px;
}

#links {
	margin-top:10px;
}

#links a {
	display:inline-block;
	background-image:url("../images/private-labels-section-bg.jpg");
	width:646px;
	height:66px;
	font:14px arial;
	padding-left:120px;
	line-height:66px;
	text-decoration:none;
	color:#333;
}

#links a:hover {
	background-position:0px -66px;
	color:#0066cc;
}

#privateLabels .privateLabel {
	width:300px;
	float:left;
	font:bold 12px arial;
	margin:10px 0px;
}

#privateLabels .equals {
	float:left;
	width:50px;
}

#privateLabels .products {
	float:left;
}

#privateLabels a {
	color:#0066cc;
}

#privateLabels .row {
	margin:0px;
	overflow:hidden;
	border-bottom:1px #dedede solid;
	padding:10px 0px;
}

#privateLabels .row:hover {
	background-color:#f9f9f9;
}

#privateLabels a {
	text-decoration:none;
	display:inline-block;
	margin-bottom:10px;
	font:bold 14px arial;
}

#privateLabels a:hover {
	text-decoration:underline;
}

#privateLabels .thumbnail {
	float:left;
}

