/* ######### CSS for collections navigation ######### */

.collection-years {width:386px;margin:0;padding:0;}

.collection-years li {margin:0;padding:0;display:block;float:left;height:18px;}

.collection-years a, .collection-years span {background-image:url(images/nav-years.gif);background-repeat:no-repeat;background-position: 0 0;display:block;float:left;text-indent:-9999px;height:18px;}
.collection-years a:hover {background-image:url(images/nav-years-o.gif);background-repeat:no-repeat;background-position: 0 0;}

.collection-years span {background-image:url(images/nav-years-o.gif);}

.yr-15 a, .yr-15 a:hover, .yr-15 span {width:0;background-image:none;}/*{width:39px;background-position:0 0;}*/
.yr-14 a, .yr-14 a:hover, .yr-14 span {width:0;background-image:none;}/*{width:44px;background-position:-39px 0;}*/
.yr-13 a, .yr-13 a:hover, .yr-13 span {width:0;background-image:none;}/*{width:45px;background-position:-83px 0;}*/
.yr-12 a, .yr-12 a:hover, .yr-12 span {width:44px;background-position:-128px 0;}
.yr-11 a, .yr-11 a:hover, .yr-11 span {width:44px;background-position:-172px 0;}
.yr-10 a, .yr-10 a:hover, .yr-10 span {width:44px;background-position:-216px 0;}
.yr-09 a, .yr-09 a:hover, .yr-09 span {width:45px;background-position:-260px 0;}
.yr-08 a, .yr-08 a:hover, .yr-08 span {width:45px;background-position:-305px 0;}
.yr-07 a, .yr-07 a:hover, .yr-07 span {width:36px;background-position:-350px 0;}


.collection-seasons {margin:6px 0 18px 0;padding:0;float:right;clear:left;}

.collection-seasons li {margin:0;padding:0;display:block;float:left;}

.collection-seasons a, .collection-seasons span {background-image:url(images/nav-seasons.gif);background-repeat:no-repeat;background-position: 0 0;display:block;float:left;text-indent:-9999px;line-height:18px;}
.collection-seasons a:hover {background-image:url(images/nav-seasons-o.gif);background-repeat:no-repeat;background-position: 0 0;}

.collection-seasons span {background-image:url(images/nav-seasons-o.gif);}

.collection-seasons .border {border-right:1px solid #333;}

.pre a, .pre a:hover, .pre span {width:77px;background-position:0 0;}
.spring a, .spring a:hover, .spring span {width:58px;background-position:-77px 0;}
.summer a, .summer a:hover, .summer span {width:69px;background-position:-134px 0;}
.fall a, .fall a:hover, .fall span {width:38px;background-position:-202px 0;}
.holiday a, .holiday a:hover, .holiday span {width:55px;background-position:-239px 0;}




/* ######### CSS for collections tabs ######### */


.collections-tabs {clear:both;}

.collection img {
	padding:2px;
	border: 2px solid #E8DBD3;
}

.collection:hover img{
	border: 2px solid #AA9D94;
	padding:2px;
}

.tabcontent{
	display:none;
	background-image:url(images/collections-frame.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 490px;
	}

.tabcontent img {
	margin: 24px 0px 0px 26px;
}

.collection-name {
	text-align:right;
	margin-top: 25px;
	vertical-align: middle;
	height: 21px;
	font-size: 11px;
	text-transform:lowercase;
}

#collection-rs {
	background-image: url(images/collections-rs.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 13px;
}

@media print {
.tabcontent {
display:block !important;
}
}

