﻿/* CSS Document */

/*   Common    */
body.main-category {
	background: url(../img/product-back.jpg) repeat-x;
}

.products-splash, .keepsake-splash, .cool-splash, .desk-splash, .gifts-splash, .planning-splash {
	height: 232px;
	background: transparent url(../img/products-splash.jpg) no-repeat 0px 40px;
}

.sub-nav {
	font-size: 13px;
	float: right;
	display: inline;
}

.sub-nav .secondary {
	margin: 0;
	margin-right: 4px;
	padding: 0;
	list-style: none;
}
.sub-nav .nav-level {
	margin: 0;
	padding: 0;
}

.sub-nav .nav-level h4 {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.secondary .nav-level a {
	color: #777;
	text-decoration: none;
}

.secondary:hover .nav-level a, .sec-nav-on .nav-level a {
	color: #000;
}

.secondary:hover .nav-level a:hover, .sec-nav-on .nav-level a:hover {
	text-decoration: underline;
}

.panel, .panel-lite {
	float: left;
	margin: 0;
	padding: 0 40px 5px 0;
	display: inline;
}

.panel a {
	text-decoration: none;
	color: #999;
}

.panel:hover a, .panel-lite a {
	color: #333;
	text-decoration: none;
}

.panel a:hover, .panel:hover a:hover, .panel-lite a:hover {
	color: #AFD91B;
	text-decoration: underline;
}
.panel ul, .panel-lite ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

.panel li, .panel-lite li {
	margin: 0;
	margin-top: 3px;
}

/**    End Common   **/

/**    Begin product specific pages    **/

.prod-navi {
	float: right;
	display: inline;
	width: 285px;
}

.prod-disp {
	width: 450px;
}

.instructions {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

.instructions span, .gallery h4 span {
	float: right;
	display: inline;
	font-weight: normal;
}

.gallery h4 span {
	font-size: 11px;
	padding-top: 5px;
}

.ttl {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 15px;
}

.ttl .ttl-sub {
	font-size: 15px;
	font-weight: bold;
	color: #777;
}

.prod-navi .ttl, .prod-disp .ttl, .allcal .ttl {
	border-bottom: 1px dotted #8a8a8a;
}

.descript-pr {
	margin-top: 15px;
	font-size: .8em;
}

.descript-pr .desc-left {
	float: left;
	display: inline;
	width: 250px;
}

.descript-pr .desc-right {
	margin-left: 265px;
}

.descript-pr h4, .gallery h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: .4em;
}

.descript-pr p {
	margin: 0;
	padding: 0;
	text-indent: 1em;
	text-align: justify;
}

.descript-pr p img {
	margin: 5px 10px 0 10px;
	padding: 0;
}

.descript-pr ul {
	margin: 0;
	padding: 0;
}

.descript-pr li {
	margin: 0 0 4px 1.5em;
	padding: 0;
	list-style-position: outside;
}

.gallery {
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px dotted #aaa;
	font-size: 11px;
}

.gallery a.smallpix {
	float: left;
	margin: 0 1px;
	display: inline;
	text-decoration: none;
	color: #555;
}

.smallpix p {
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

.smallpix img {
	display: block;
}

a.smallpix:hover {
	color: #000;
	background: #F5FFD2;
	text-decoration: underline;
}

.category-products {
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-products .product-item {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

.product-item a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.details-pr, .availability-pr {
	margin: 25px 0;
}

.details-pr h3, .availability-pr h3 {
	margin: 0;
	margin-bottom: .4em;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

.availability-pr h4 {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

.availability-pr a img {
	display: block;
	margin: 5px 0 10px 0;
	margin-left: 30px;
}

.availability-pr h4.where-to-buy {
	margin-top: 1em;
	font-size: 14px;
	color: #E6088E
}

.availability-pr p.where-to-buy {
	margin: 0;
	margin-top: 5px;
	margin-left: 15px;
	padding: 0;
	text-indent: 15px;
	font-size: 12px;
}

.availability-pr .where-to-buy a {
	font-weight: bold;
	color: #94B717;
	text-decoration: none;
}

.availability-pr .where-to-buy a:hover {
	text-decoration: underline;
	color: #444;
}

.item-details {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 11px;
	width: 100%;
	background: transparent;
	border-spacing: 0;
	border-collapse: collapse;
}

.item-details td {
	font-family: Helvetica, Arial, sans-serif;
}

.item-details .odd {
	background-color: #f7f7f7;
}

.item-details .key {
	padding: 3px 0;
	padding-left: 10px;
	font-weight: bold;
	vertical-align: top;
}

.item-details .val {
	padding: 3px 0;
	padding-left: 10px;
	vertical-align: top;
}

.item-details .spacer {
	padding: 15px 0;
}

.item-details .spacer hr {
	width: 80%;
	height: 0;
	border: none;
	border-bottom: 1px dashed #bbb;
}

.prlink .primg {
	margin-left: 10px;
	padding: 0;
	opacity: .65;
	filter: alpha(opacity=65);  /* yeah, that's right, opacity property still not supported in IE7 */
}

.prlink:hover .primg {
	opacity: 1;
	filter: alpha(opacity=100);
}

a.prlink {
	text-decoration: none;
	color: #999;
}

a.prlink:hover {
	color: #94B717;
}

a.prlink:hover h4 {
	color: #000;
}

a.prlink:hover span {
	text-decoration: underline;
}


a.prlink:hover .prdsc {
	background: url(../img/pr-item-on.jpg);
	border-color: #AFD91B;
}

.prdsc {
	float: right;
	display: inline;
	border: 1px dotted #cecece;
	width: 176px;
	height: 58px;
	margin-right: 10px;
	padding: 2px;
	text-decoration: none;
	background: url(../img/pr-item-bg.jpg);
}

.prdsc h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}

.prdsc span {
	font-size: 11px;
}

/*    begin main spec   */

.gift-year {
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -113px;
	z-index: 2;
}

.prmenu {
	height: 290px;
	width: 100%;
	position: absolute;
	top: 87px;
	z-index: 4;
}

.menuheader {
	margin: 0 auto;
	margin-bottom: 8px;
	width: 775px;
	padding: 0 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #cecece;
}

.menubottomborder {
	margin: 0 auto;
	margin-top: 8px;
	padding: 0 10px;
	width: 775px;
	height: 0;
	border-bottom: 1px solid #cecece;
	overflow: hidden;
}

.menubloc {
	margin: 0 auto;
	width: 774px;
	height: 245px;
}

.faderlnk {
	float: left;
	display: inline;
	padding-right: 1px;
}

.fader {
}

.m-01 {
	background: transparent url(../img/plan-bg.jpg) no-repeat 0 0;
}

.m-02 {
	background: transparent url(../img/cool-bg.jpg) no-repeat 0 0;
}

.m-03 {
	background: transparent url(../img/keepsake-bg.jpg) no-repeat 0 0;
}

.m-04 {
	background: transparent url(../img/desk-bg.jpg) no-repeat 0 0;
}

.m-05 {
	background: transparent url(../img/gifts-bg.jpg) no-repeat 0 0;
}

.menubloc .m-06 {
	background: transparent url(../img/all-bg.jpg) no-repeat 0 0;
	padding-right: 0;
}

.featured {
	margin-top: 322px;
}

.featured-left {
	width: 415px;
	text-align: justify;
}

.featured-right {
	float: right;
	display: inline;
	width: 345px;
	padding-top: 5px;
}
.featured-left p {
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
	font-size: .8em;
	font-family: Helvetica, Arial, sans-serif;
	text-indent: 1em;
}

.feat-ttl {
	font-size: 23px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	padding: 25px 0 0 0;
	color: #E6088E;
	font-family: arial, helvetica, sans-serif;
}

/*********end of main spec**********/

/*    all calendars  */

.allcal {
	width: 250px;
	float: left;
	display: inline;
	margin-right: 8px;
	margin-bottom: 15px;
}

.allcal .product-item {
	margin-bottom: 10px;
}

.allcal .prdsc {
	width: 151px;
	margin-right: 0;
}

.prlink * {
/* bloody IE! */
	cursor: pointer;
}

/**************************** Splash Page *************************/

.clouds {
	position: relative;
	top: 0;
	height: 150px;
	width: 100%;
	background: url(../img/white-fade.png) repeat-x;
	z-index: 900;
}

.splash-main {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -354px;
	width: 708px;
	padding: 0;
	z-index: 0;
}

.splash-main * {
	cursor: pointer;
}

.splash-main img {
	display: block;
	border: none;
	padding: 0;
}

.sun {
	position: absolute;
	top: 105px;
	right: 199px;
	z-index: 4;
}

.moon {
	position: absolute;
	top: 166px;
	left: 226px;
	background: transparent url(../img/luna/moon.gif) no-repeat 0 0;
	width: 150px;
	height: 150px;
	z-index: 4;
}

.luna-faerie {
	position: absolute;
	top: 69px;
	right: 0;
	z-index: 5;
}

.luna-fleurs {
	position: absolute;
	top: 298px;
	left: 233px;
	background: transparent url(../img/luna/luna-sun-text.gif) no-repeat 1px 9px;
	width: 249px;
	height: 67px;
	z-index: 3;
}

.luna-fleurs img {
	position: absolute;
	z-index: 4;
}

.luna-fleurs .rdfl {
	bottom: 0;
	right: 114px;
}

.luna-fleurs .prfl {
	top: 0;
	left: 0;
}

.luna-fleurs .orfl {
	top: 1px;
	right: 60px;
}

.luna-characters, .luna-splotz {
	position: absolute;
	top: 235px;
	height: 239px;
	width: 708px;
}

.luna-characters {
	background: transparent url(../img/luna/luna-characters.jpg) no-repeat;
	z-index: 1;
}

.luna-splotz {
	z-index: 4;
}

.splotz {
	position: absolute;
	bottom: 62px;
	right: 201px;
}