/* Product Picker */
#product-picker ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#product-picker li {
	float: left;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	padding: 0;
}

#product-picker li a {	
	display: block;
	height: 64px;
}

li#notebooks a {
	background: url(../i/white/family/notebooks.png) no-repeat top left;
	width: 213px;
}

li#planners a {
	background: url(../i/white/family/planners.png) no-repeat top left;
	width: 194px;
}

li#city a {
	background: url(../i/white/family/city.png) no-repeat top left;
	width: 135px;
}

li#folio a {
	background: url(../i/white/family/folio.png) no-repeat top left;
	width: 152px;
}

li#notebooks:hover a, li#notebooks.selected a {
	background: url(../i/white/family/notebooks-over.png) no-repeat top left;
}

li#planners:hover a, li#planners.selected a {
	background: url(../i/white/family/planners-over.png) no-repeat top left;
}

li#city:hover a, li#city.selected a {
	background: url(../i/white/family/city-over.png) no-repeat top left;
}

li#folio:hover a, li#folio.selected a {
	background: url(../i/white/family/folio-over.png) no-repeat top left;
}

/* Product Picker Sub Menus */
#product-picker li:hover div.submenu {
	display: block;
}

#product-picker div.submenu {
	position: absolute;
	top: 59px;
	display: none;
	background: #ffffff;
	z-index: 1;
	border: 1px solid #ececec;
	border-top: none;
}

#product-picker div.submenu li{
	min-height: 50px;
	margin: 0;
	text-indent: 0px;
	display: block;
	float: none;
	clear: left;
}

#product-picker li div.submenu li a {
	width: inherit;
	height: inherit;
	background: none;
}

#product-picker li div.submenu li.odd {
	background: #ececec;
}

#product-picker li div.submenu li.hidden {
	opacity: .25;
}

div.submenu p.image {
	float: left;
	margin: 0 10px 0 0;
	height: 41px;
	width: 65px;
	padding-top: 9px;
	padding-left: 15px;
	overflow: hidden;
}

div.submenu div.info {
	float: left;
	margin: 0 40px 0 0;
	padding: 14px 0 0;
}

div.submenu div.info h3 {
	margin: 0;
	font-family: HelveticaNeue-Bold, HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: .81em;
}

div.submenu div.info h3 a {
	color: #3c3c3c;
}

div.submenu div.info p {
	margin: 0;
	font-weight: normal;
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: .63em;
}

div.submenu div.info p a {
	color: #737373;
}

/* Family Category Menus */
#family-cat-menu ul {
	margin: 0;
	padding: 0;
}

#family-cat-menu  li {
	list-style-type: none;
	text-indent: -9999px;
	margin: 0 0 3px;
	padding: 0;
}

#family-cat-menu  li a {
	height: 70px;
	display: block;
	border: 1px solid transparent;
	border-right: none;
}

#family-cat-menu li a.selected,
#family-cat-menu li a:hover {
	border: 1px solid #d2d2d2;
	border-right: none;
}

/* Notebook Picker */
a#cahier {
	background: url(../i/white/family-cats/notebooks/cahier.png) no-repeat top left;
}

a#black {
	background: url(../i/white/family-cats/notebooks/black.png) no-repeat top left;
}

a#red {
	background: url(../i/white/family-cats/notebooks/red.png) no-repeat top left;
}

a#softcover {
	background: url(../i/white/family-cats/notebooks/softcover.png) no-repeat top left;
}

a#reporter {
	background: url(../i/white/family-cats/notebooks/reporter.png) no-repeat top left;
}

a#volant {
	background: url(../i/white/family-cats/notebooks/volant.png) no-repeat top left;
}

a#passions {
	background: url(../i/white/family-cats/notebooks/passions.png) no-repeat top left;
}

a#woodstock {
	background: url(../i/white/family-cats/notebooks/woodstock.png) no-repeat top left;
}

a#cahier:hover, a#cahier.selected {
	background: #ffffff url(../i/white/family-cats/notebooks/cahier-over.png) no-repeat top left;
}

a#black:hover, a#black.selected {
	background: #ffffff url(../i/white/family-cats/notebooks/black-over.png) no-repeat top left;
}

a#red:hover, a#red.selected {
	background: #ffffff url(../i/white/family-cats/notebooks/red-over.png) no-repeat top left;
}

a#softcover:hover, a#softcover.selected {
	background: #ffffff url(../i/white/family-cats/notebooks/softcover-over.png) no-repeat top left;
}

a#reporter:hover, a#reporter.selected {
	background: #ffffff url(../i/white/family-cats/notebooks/reporter-over.png) no-repeat top left;
}

a#volant:hover, a#volant.selected {
	background: #ffffff url(../i/white/family-cats/notebooks/volant-over.png) no-repeat top left;
}

a#passions:hover, a#passions.selected {
	background: #ffffff url(../i/white/family-cats/notebooks/passions-over.png) no-repeat top left;
}

a#woodstock:hover, a#woodstock.selected {
	background: #ffffff url(../i/white/family-cats/notebooks/woodstock-over.png) no-repeat top left;
}

/* Planners Picker */
a#eighteen-month {
	background: url(../i/white/family-cats/planners/eighteen-month.png) no-repeat top left;
}

a#twelve-month {
	background: url(../i/white/family-cats/planners/twelve-month.png) no-repeat top left;
}

a#daily {
	background: url(../i/white/family-cats/planners/daily.png) no-repeat top left;
}

a#weekly {
	background: url(../i/white/family-cats/planners/weekly.png) no-repeat top left;
}

a#weekly {
	background: url(../i/white/family-cats/planners/weekly.png) no-repeat top left;
}

a#weekly-18 {
	background: url(../i/white/family-cats/planners/weekly-18.png) no-repeat top left;
}

a#weekly-notebook {
	background: url(../i/white/family-cats/planners/weekly-notebook.png) no-repeat top left;
}

a#weekly-notebook-18 {
	background: url(../i/white/family-cats/planners/weekly-notebook-18.png) no-repeat top left;
}

a#monthly-notebook {
	background: url(../i/white/family-cats/planners/monthly-notebook.png) no-repeat top left;
}

a#limited-edition {
	background: url(../i/white/family-cats/planners/limited-edition.png) no-repeat top left;
}

a#eighteen-month:hover, a#eighteen-month.selected {
	background: #ffffff url(../i/white/family-cats/planners/eighteen-month-over.png) no-repeat top left;
}

a#twelve-month:hover, a#twelve-month.selected {
	background: #ffffff url(../i/white/family-cats/planners/twelve-month-over.png) no-repeat top left;
}

a#daily:hover, a#daily.selected {
	background: #ffffff url(../i/white/family-cats/planners/daily-over.png) no-repeat top left;
}

a#weekly:hover, a#weekly.selected {
	background: #ffffff url(../i/white/family-cats/planners/weekly-over.png) no-repeat top left;
}

a#weekly-18:hover, a#weekly-18.selected {
	background: #ffffff url(../i/white/family-cats/planners/weekly-18-over.png) no-repeat top left;
}

a#weekly-notebook:hover, a#weekly-notebook.selected {
	background: #ffffff url(../i/white/family-cats/planners/weekly-notebook-over.png) no-repeat top left;
}

a#weekly-notebook-18:hover, a#weekly-notebook-18.selected {
	background: #ffffff url(../i/white/family-cats/planners/weekly-notebook-18.png) no-repeat top left;
}

a#monthly-notebook:hover, a#monthly-notebook.selected {
	background: #ffffff url(../i/white/family-cats/planners/monthly-notebook-over.png) no-repeat top left;
}

a#limited-edition:hover, a#limited-edition.selected {
	background: #ffffff url(../i/white/family-cats/planners/limited-edition-over.png) no-repeat top left;
}

/* City Picker */
a#europe {
	background: url(../i/white/family-cats/city/europe.png) no-repeat top left;
}

a#america {
	background: url(../i/white/family-cats/city/america.png) no-repeat top left;
}

a#asia {
	background: url(../i/white/family-cats/city/asia.png) no-repeat top left;
}

a#europe:hover, a#europe.selected {
	background: #ffffff url(../i/white/family-cats/city/europe-over.png) no-repeat top left;
}

a#america:hover, a#america.selected {
	background: #ffffff url(../i/white/family-cats/city/america-over.png) no-repeat top left;
}

a#asia:hover, a#asia.selected {
	background: #ffffff url(../i/white/family-cats/city/asia-over.png) no-repeat top left;
}

/* Folio Picker */
a#writing {
	background: url(../i/white/family-cats/folio/writing.png) no-repeat top left;
}

a#creating {
	background: url(../i/white/family-cats/folio/creating.png) no-repeat top left;
}

a#sketching {
	background: url(../i/white/family-cats/folio/sketching.png) no-repeat top left;
}

a#drawing {
	background: url(../i/white/family-cats/folio/drawing.png) no-repeat top left;
}

a#collecting {
	background: url(../i/white/family-cats/folio/collecting.png) no-repeat top left;
}

a#art {
	background: url(../i/white/family-cats/folio/art.png) no-repeat top left;
}


a#professional {
	background: url(../i/white/family-cats/folio/professional.png) no-repeat top left;
}


a#tools {
	background: url(../i/white/family-cats/folio/tools.png) no-repeat top left;
}


a#writing:hover, a#writing.selected {
	background: #ffffff url(../i/white/family-cats/folio/writing-over.png) no-repeat top left;
}

a#creating:hover, a#creating.selected {
	background: #ffffff url(../i/white/family-cats/folio/creating-over.png) no-repeat top left;
}

a#sketching:hover, a#sketching.selected {
	background: #ffffff url(../i/white/family-cats/folio/sketching-over.png) no-repeat top left;
}

a#drawing:hover, a#drawing.selected {
	background: #ffffff url(../i/white/family-cats/folio/drawing-over.png) no-repeat top left;
}

a#collecting:hover, a#collecting.selected {
	background: #ffffff url(../i/white/family-cats/folio/collecting-over.png) no-repeat top left;
}

a#art:hover, a#art.selected {
	background: #ffffff url(../i/white/family-cats/folio/art-over.png) no-repeat top left;
}

a#professional:hover, a#professional.selected {
	background: #ffffff url(../i/white/family-cats/folio/professional-over.png) no-repeat top left;
}

a#tools:hover, a#tools.selected {
	background: #ffffff url(../i/white/family-cats/folio/tools-over.png) no-repeat top left;
}