@import url('common.css');
@import url('layout1.css');
@import url('top-nav1.css');

@import url('styles.css');
@import url('standard.css');
@import url('iris-default.css');

@import url('layout.css');

#hd {
	margin-top: 70px;
	height: 110px;
	margin-bottom: 20px;
}
#hdLeft {
	background: url('../images/top-nav/coochicoo-logo.gif') no-repeat;
	float: left;
	width: 219px;
	height: 97px;
}
#hdRight {
	background: url('../images/top-nav/pink-bear.gif') no-repeat;
	float: right;
	width: 103px;
	height: 116px;
}
body.section_gift #hdRight {
	background: url('../images/top-nav/gift-top.jpg') no-repeat;
}
body.section_kids #hdRight {
	background: url('../images/top-nav/hat.gif') no-repeat;
}
body.section_baby #hdRight {
	background: url('../images/top-nav/dummy.gif') no-repeat;
}
body.section_cuts #hdRight {
	background: url('../images/top-nav/scissors.gif') no-repeat;
}

#topNav {
	background: none;
	text-indent: -999em;
}
#topNav ul {
	background: url('../images/top-nav/nav-bg.jpg') repeat-x;
	float:left;
	height:25px;
	margin-top:58px;
	margin-left: 219px;
	width:438px;
}
.ie #topNav ul {
	margin-left: 109px;
	width: 440px;
}
.ie7 #topNav ul {
	margin-left: 209px;
}
#topNav ul li {
	padding: 0 9.69px;
	background: url('../images/top-nav/nav-line.jpg') center left no-repeat;
}
#topNav ul li.first {
	background: none;
}
#topNav ul li a {
	margin-top: 7px;
	*margin-top: 5px;
	height: 13px;
}
#topNav ul #home a {
	background-image: url(/images/top-nav/home.gif);
	width: 41px;
}
#topNav ul #baby a {
	background-image: url(/images/top-nav/baby.gif);
	width: 37px
}
#topNav ul #kids a {
	background-image: url(/images/top-nav/kids.gif);
	width: 32px;
}
#topNav ul #cuts a {
	background-image: url(/images/top-nav/cuts.gif);
	width: 38px;
}
#topNav ul #gift a {
	background-image: url(/images/top-nav/gift.gif);
	width: 32px;
}
#topNav ul #stores a {
	background-image: url(/images/top-nav/stores.gif);
	width: 56px
}
#topNav ul #contact a {
	background-image: url(/images/top-nav/contact.gif);
	width: 66px;
}
#topNavLeft,
#topNavRight {
	background: none;
}

body#page_cuts_index #lc .bd {
	border-right: 2px solid #E4E4E4;
}
body#page_cuts_index #lc .bd img {
	margin-bottom: 20px;
}
