/* CSS Document */
/* stylesheet_kits.css */
/* ONE STICK || TWO STICK - FELTING KITS DETAIL PAGES  */


/* large images */
#imgLarge1, #imgLarge2 {
	float: left;
	padding-right: 1em;
	margin-top: 1.5em;	
	width: 192px;
	height: 288px;
}
#imgLarge2 {
	margin-bottom: 33px;
}

/* BACKGROUND IMAGES (LARGE pics on left)  */
.hat1 {
	background: transparent url(images/kits/hat1_lrg.jpg) no-repeat;
}
.hat2 {
	background: transparent url(images/kits/hat2_lrg.jpg) no-repeat;
}
.wallet1 {
	background: transparent url(images/kits/wallet1_lrg.jpg) no-repeat;
}
.wallet2 {
	background: transparent url(images/kits/wallet2_lrg.jpg) no-repeat;
}
.bracelet1 {
	background: transparent url(images/kits/bracelet1_lrg.jpg) no-repeat;
}
.bracelet2 {
	background: transparent url(images/kits/transparent_lrg.gif) no-repeat;
}
.pouch1 {
	background: transparent url(images/kits/pouch1_lrg.jpg) no-repeat;
}
.pouch2 {
	background: transparent url(images/kits/pouch2_lrg.jpg) no-repeat;
}
.layette1 {
	background: transparent url(images/kits/layette1_lrg.jpg) no-repeat;
}
.layette2 {
	background: transparent url(images/kits/layette2_lrg.jpg) no-repeat;
}
 
.overpic {
	top: 0;
	left: 1em;
	float: left;
	margin-left: 1em;
	padding: .5em;
	background: #5C4242;
	color: #F0EFDA;
}
.caption {
	margin-top: 278px;
}


/* details section */
#details1, #details2 {
	margin-top: 2em;
	margin-left: 210px;	
}

/* "Next" link */
.next {
	float: right;
	text-align: right;
}
.next a {
	border-bottom: 0;
}
.next a:hover, .next a:active, .next a:focus  {
	color: #333;
}

/* "one kit makes..." */
.subtitle {
	margin-top: -1em;
	font-style: italic;
	color: #7F7F7F;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.price {
	font-weight: bold;
	font-size: 110%;
	color: #333;
}


/* for small pics */
.float {
	float: left;
	width: 97px;
	padding: 0 3px;
}
.float a {border: 0;}

.floatHoriz {
	float: left;
	width: 145px;
	padding: 0 3px;
}
.floatHoriz a {border: 0;}
