body {
	font: 11px Arial, "Times New Roman", Times, serif;
	margin: 0;
	background:#fff url(../images/bg-body.jpg) no-repeat 50% 0;
	min-width:1001px;
}
form, fieldset {
	padding: 0;
	margin: 0;
	border:0;
}
a {
	text-decoration: none;
	color:#9ACFC9;
}
a:hover {text-decoration: none;}


img {border-style: none;}
.w1{
	width:100%;
	overflow:hidden;
	position:relative;
}
.w2{
	width:1007px;
	position:relative;
	float:left;
	left:50%;
}
#wrapper {
	width:1007px;
	position:relative;
	float:left;
	left:-50%;
}
#header {
	height:130px;
	position:absolute;
	top:0;
	left:0;
	width:1001px;
	z-index:100;
	/*background: url(../images/bg-header.gif) no-repeat 0 100%;*/
}
.logo {
	width: 314px;
	height: 85px;
	display:block;
	position:absolute;
	top:30px;
	left:1px;
}
.logo a {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
}
.navigation {
	width:100%;
	position:absolute;
	top:85px;
	right:130px;
}
.navigation1 {
	width:100%;
	position:absolute;
	top:85px;
	right:-7px;
}

.topmenu-right-1{
	width:208px;
}
#nav{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#nav li{
	float:left;
	padding-right:10px;
	margin-left:-10px;
	width:auto;
	display:inline;
}
#nav li:first-child{
	margin-left:0;
}

#nav li a{
	float:left;
	color:#555;
	font-size:14px;
	position:relative;
	z-index:100;
	line-height:16px;
	
}
#nav li a.mark1{
	background:url(../images/ico01.png) no-repeat;
	padding:2px 18px 4px 29px;
	display:inherit;
	overflow:hidden;
}

.mark3{
	background:url(../images/ico03.png) no-repeat;
	padding:2px 18px 4px 29px;
}

#nav li:hover .mark3,
#nav li.hover .mark3,
#nav li:hover .mark1,
#nav li.hover .mark1 {
	background:url(../images/ico01-rollover.png) no-repeat;
	color:#c9c356;
}

#nav li:hover .mark3{
	background:url(../images/ico03-rollover.png) no-repeat;
	color:#c9c356;
}

.mark2{
	background:url(../images/ico02.png) no-repeat;
	padding:2px 18px 4px 32px;
}
#nav li:hover .mark2,
#nav li.hover .mark2 {
	background:url(../images/ico02-rollover.png) no-repeat;
	color:#c9c356;
}
.mark4{
	background:url(../images/ico04.png) no-repeat;
	padding:2px 18px 4px 33px;
}
#nav li:hover .mark4,
#nav li.hover .mark4 {
	background:url(../images/ico04-rollover.png) no-repeat;
	color:#c9c356;
}
/*
 .mark4{
	background:url(../images/ico04.gif) no-repeat;
	padding:2px 18px 4px 32px;
}
#nav li:hover .mark4,
#nav li.hover .mark4 {
	background:url(../images/ico04-rollover.gif) no-repeat;
	color:#c9c356;
}
*/
#nav li:hover .mark4,
#nav li.hover .mark4 {
	background:url(../images/ico04-rollover.png) no-repeat;
	color:#c9c356;
}
#nav .drop{
	display:none;
	position:absolute;
	top:-10px;
	left:-11px;
	width:100%;
	z-index:12;
	background:url(../images/none.gif);
}
#nav li .drop{display:none;}
#nav li:hover,#nav li.over,
#nav li.hover {position:relative;}
#nav li:hover .drop,#nav li.over .drop,
#nav li.hover .drop{display:block;}
#nav .t{
	height: 12px;
	margin:0 16px 0 9px;
	background:url(../images/bg-drop-t-c.gif) repeat-x;
}
#nav .t div{
	overflow:hidden;
	height:12px;
	position:relative;
}
#nav .t .bg-tl {
	float:left;
	width:9px;
	margin-left:-9px;
	background:url(../images/bg-drop-t-l.png) no-repeat;
}
#nav .t .bg-tr {
	float:right;
	margin-right:-16px;
	background:url(../images/bg-drop-t-r.png) no-repeat;
	width: 16px;
}
#nav .bg-b {
	background: url(../images/bg-drop-b-c.png) repeat-x;
	margin-left: 9px;
	margin-right: 16px;
	height: 17px;
	z-index:90;
}
#nav .bg-b div {
	background-repeat: no-repeat;
	position: relative;;
	height: 17px;
	overflow: hidden;
	z-index:10;
}
#nav .bg-bl {
	background:url(../images/bg-drop-b-l.png) no-repeat;
	margin-left: -9px;
	width:9px;
	float: left;
}
#nav .bg-br {
	background: url(../images/bg-drop-b-r.png) no-repeat;
	margin-right: -16px;
	width:16px;
	float: right;
}
#nav .bg-left {
	background: url(../images/bg-drop-c-l.gif) repeat-y;
	height:1%;
}
#nav .bg-right {
	background: url(../images/bg-drop-c-r.png) repeat-y 100% 0;
	padding: 0 13px 0 3px;
}
* html #nav .bg-right {
	background-image: none;
}
#nav .window-inner {
	background: #fff;
	padding:27px 0 0;
	
}
#nav .window-inner:after{
	content:'';
	display:block;
	clear:both;
}

#nav .drop .drop .window-inner{padding:0;}
#nav .drop .drop{
	display:none !important;
	left:100%;
	padding-left:5px;
	width:205px;
}
* html #nav .drop .drop{
	left:90% !important;
	margin-left:-5px;
}
#nav .drop li:hover .drop,
#nav .drop li.hover .drop{display:block !important;}
#nav .drop ul{
	margin:0;
	padding:8px 0 10px 6px;
	list-style:none;
	background:url(../images/border-drop.gif) no-repeat 14px 0;
}
#nav .drop ul:first-child{
	background:none;
	padding-top:0;
}
#nav .drop li{
	float:left;
	margin:0;
	width:100%;
	vertical-align:top;
	padding:0;
}
#nav .drop li li{float:none; display:block;}
#nav .drop li.for_kids{
	border-bottom: 1px solid #C9C356; 
	padding-bottom: 5px !important; 
	margin-bottom: 4px  !important;
	margin-right:4px !important;
}

#nav .drop a{
	float:none;
	padding:0 0 0 8px;
	color:#c9c356;
	line-height:18px;
	background:none;
}
#nav .drop a:hover{color:#555;}
#main{
	width:1007px;
	padding:130px 0 0;
}
#main:after{
	content:'';
	display:block;
	clear:both;
}
/* content dm start */
#content .box,#footer .box{
	width:100%;
	overflow:hidden;
	position:relative;
}
#content .box .t,#footer .box .t{
	background:url(../images/bg-box-t.png) no-repeat;
	width:100%;
	height:374px;
	overflow:hidden;
}
#content .box .c{
	background:url(../images/bg-box-c.png) repeat-y;
	height:1%;
	padding:0 7px 0 1px;
}
#footer .box .c{
	background:url(../images/bg-box-c-footer.png) repeat-y;
	height:100%;
	padding:0 7px 0 1px;
}
#content .box .c:after,#footer .box .c:after{
	content:"";
	display:block;
	clear:both;
}
#content .box .c .container,#footer .box .c .container{
	width:100%;
	float:left;
	margin:-373px 0 -9px;
	/*background:url(../images/bg-image.gif) no-repeat 190px 0;*/
	overflow:hidden;
	position:relative;
	padding:0 0 0px;
}
.inner #content .container{
	background:none !important;
	width:auto !important;
	padding:0 30px 30px 19px !important;
}
#content .box .b,#footer .box .b{
	background:url(../images/bg-box-b.png) no-repeat;
	width:100%;
	height:17px;
	overflow:hidden;
}
#footer .box .b{
	background:url(../images/bg-box-b-footer.png) no-repeat;
	width:100%;
	height:17px;
	overflow:hidden;
}

#content .box .primary{
	width:320px;
	float:left;
	padding:0 0 0 19px;
	color:#707070;
	font-size:14px;
}
#content .box .primary{}
#content .box .primary .hm-detail-p{ padding-right:25px;	}

.breadcrumbs{
	list-style:none;
	margin:18px 0 0 1px;
	padding:0;
	height:1%;
	overflow:hidden;
	text-transform:lowercase;
	font-size: 14px;
}
.breadcrumbs li{
	background:url(../images/arrow-right.gif) no-repeat 100% 6px;
	float:left;
	padding:0 15px 0 11px;
	color:#707070;
}
.breadcrumbs li:first-child{
	padding-left:0;
}
.breadcrumbs li a{
	background:url(../images/arrow-right-rollover.gif) no-repeat 100% 6px !important;
	color:#c9c356;
	float:left;
}
.breadcrumbs li a:hover{text-decoration:underline;}
#content .box h1{
	font-size:48px;
	color:#8db9ac;
	margin:16px 0 0;
	font-weight:normal;
	letter-spacing:-1px;
}
#content .box .primary p{
	margin:8px 0 0;
	line-height:18px;
}
#content .box .primary .link-list{
	list-style:none;
	margin:12px 0 0;
	padding:0;
}
#content .box .primary .link-list li a{
	color:#c9c356;
	font-size:12px;
}
#content .box .primary .link-list li a:hover{text-decoration:underline;}
#content .box .primary .shop-loops{
	position:absolute;
	left:530px;
	bottom:20px;
	color:#000;
	font-size:14px;
	white-space:nowrap;
	z-index:100;
}
#content .box .aside{
	float:right;
	width:235px;
	margin:19px 0 0;
}
#content .box .aside .discs{
	width:196px;
	height:171px;
	padding:0 0px 0 20px;
	background:url(../images/bg-discs.gif) no-repeat;
	font-size:12px;
	color:#7d7d7d;
	overflow:hidden;
}
#content .box .aside .discs p{
	padding:139px 0 0px 20px;
	padding:145px 0 0px 20px \9;
	margin:0px;
	color:#000;
	float:left;
	width:80px;
}
#content .box .aside .discs p a{
	color:#000;
	text-decoration:none;
}
#content .box .aside .discs p a:hover{text-decoration:underline;}
#content .box .aside .discs .title{
	margin:130px 0 0 -2px;
	*margin:135px 0 0 -2px;
	font-size:35px;
	color:#92bfb2;
	float:left;
}
#content .box .aside .tall{
	width:136px;
	height:171px;
	padding:0 60px 0 20px;
	margin:19px 0 0;
	background:url(../images/bg-tall.gif) no-repeat;
	font-size:12px;
	color:#7d7d7d;
	overflow:hidden;
}

#content .box .aside .hiptipone {
	background:url(../images/hip_tip_1.jpg) no-repeat !important;
}

#content .box .aside .hiptiptwo {
	background:url(../images/hip_tip_2.jpg) no-repeat !important;
}

#content .box .aside .hiptipthree {
	background:url(../images/hip_tip_3.jpg) no-repeat !important;
}

#content .box .aside .hiptipfour {
	background:url(../images/hip_tip_4.jpg) no-repeat !important;
}

#content .box .aside .tall .title{
	font-size:36px;
	line-height:36px;
	margin:25px 0 0;
	color:#fff;
	display:block;
}
#content .box .aside .tall .title .cufon {
	margin:-6px 0 0;
}
#content .box .aside .tall p{
	font-size:12px;
	color:#000;
	margin:35px 0 0;
}
#content .box .aside .tall p a{
	color:#000;
	text-decoration:underline;
}
#content .box .aside .tall p a:hover{text-decoration:none;}
.three-column{
	width:100%;
	overflow:hidden;
	padding:12px 0 0;
}
.box2{
	background:url(../images/bg-box1.png) no-repeat;
	width: 244px;
	height: 154px;
	float:left;
}
.box2 p,
.box3 p{
	width:80px;
	margin:0;
	line-height:14px;
	font-size:12px;
	color:#7d7d7d;
}
.box2 p a,
.box3 p a{
	text-decoration:underline;
	color:#7D7D7D;
}
.box2 p a{ text-decoration:none;}

.box2 h2,
.box3 h2{
	margin:0;
	font-size:36px;
	line-height:40px;
	color:#c9c356;
	width:90px;
}
.box2 p a:hover{ text-decoration:underline;}
.box3{
	background:url(../images/bg-box2.png) no-repeat;
	width:450px;
	height:137px;
	float:left;
	margin:0 10px 0 12px;
	display:inline;
	padding:16px 27px 0 20px;
}
.box-holder-mom{
	padding:16px 0 0 20px;
	height:138px;
	background:url(../images/img02.gif) no-repeat 1px 0px;
}
.box-holder-mom p{
	padding:0 0 20px;
}
.box3 p{
	width:190px;
	color:#000;
}
.box3 p a{color:#000;}
.box3 p a:hover{text-decoration:none;}
.box3 h2 {
	color:#fff;
	font-size:48px;
	line-height: 50px;
	text-align:right;
	width:100%;
	margin:47px 0 0;
}
.box-holder-dad{
	background:url(../images/img01.gif) no-repeat 139px 1px;
	padding:13px 0 0 20px;
	height:141px;
}
.box-holder-dad p{
	width:100px;
	padding:14px 0 0;
}
.inner #content .container h1{margin-bottom:-12px;}
.inner #content .container h2{
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:27px 0 11px;
	color:#c9c356;
}
.inner #content .container p{
	margin:0;
	color:#707070;
	font-size:14px;
	line-height:18px;
}
.product-page #content .box .c .container{background:none;}
.product-page #content .box .statick-image{
	position:absolute;
	left:401px;
	top:0;
}
.product-page .shop-loops{
	bottom:161px !important;
	white-space:normal !important;
	width:100px !important;
	left:638px !important;
}
.product-page .discs{
	background:url(../images/bg-box3.gif) no-repeat !important;
	position:relative;
}
.product-page .tall{
	background:url(../images/bg-box4.gif) no-repeat !important;
	position:relative;
}
.product-page .discs .title{
	font-size:18px !important;
	white-space:nowrap;
	position:absolute;
	top:147px;
	left:19px;
	margin:0 !important;
}
.product-page .discs a{
	color:#9acfc9;
	font-size:14px;
	text-decoration:underline;
	position:absolute;
	top:147px;
	left:173px;
}
.product-page .discs a:hover{text-decoration:none;}
.product-page .tall .title {
	font-size:18px !important;
	line-height:18px !important;
	position:absolute;
	top:126px;
	left:19px;
	margin:0 !important;
}
.product-page .tall .title cufon{
	margin:0 !important;
}
.product-page .tall a{
	font-size:14px;
	color:#787878;
	position:absolute;
	top:146px;
	left:173px;
	text-decoration:underline;
}
.product-page .tall a:hover{text-decoration:none;}
.product-catalog-holder{
	width:100%;
	overflow:hidden;
	padding:12px 0 0;
}
.product-catalog-holder .product-box{
	width:242px;
	float:left;
	margin: 0 0 0 13px;
	overflow:hidden;
}
.product-catalog-holder .product-box:first-child{margin-left:0;}
.product-box .t{
	background:url(../images/bg-product-box-t.png) no-repeat;
	height: 166px;
	width:100%;
	overflow:hidden;
}
.product-box .c{
	background:url(../images/bg-product-box-c.png) repeat-y;
	width:234px !important;
	padding:0 7px 0 1px;
}
* html .product-box .c{overflow:hidden;}
.product-box .c:after{
	content:"";
	display:block;
	clear:both;
}
.product-box .c .product-container{
	width:202px;
	float:left;
	margin:-165px 0 -8px;
	overflow:hidden;
	position:relative;
	padding:0 14px 20px 20px;
}
.product-box .c .product-container img{display:block;}
.product-box .c .product-container .image-link{float:left;}
.product-box .c .product1 .image-link{margin:0 0 -5px 80px;}
.product-box .c .product2 .image-link{margin:0 0 -5px 54px;}
.product-box .b{
	background:url(../images/bg-product-box-b.png) no-repeat;
	width:100%;
	height:17px;
	overflow:hidden;
}
/*.product1{background:url(../images/bg-img-product-box.gif) no-repeat 95px 1px;}
.product2{background:url(../images/bg-img2-product-box.gif) no-repeat 69px 1px;}*/
.product-container .title{
	margin:0;
	font-size:34px;
	color:#c9c356;
	font-weight:normal;
	text-decoration:none;
	height:60px;
	display: block;
	float:left;
	width:200px;
	
}
.product-container p{
	margin:3px 0 0;
	font-size:12px;
	color:#707070;
}
.product-container p a{
	color:#9acfc9;
	text-decoration:underline;
}
.product-container p a:hover{text-decoration:none;}
/*--sub-categories page--*/
.subc .container{
	background:none !important;
	margin-top:-139px !important;
}
.subc .t{height:140px !important;}
.subc .c{background:url(../images/bg-box-c-2.png) repeat-y !important;}
.subc .b{background:url(../images/bg-box-b-2.png) no-repeat !important;}
#content .c-area .primary{
	width:330px;
	padding:0 0 0 19px;
}
#content .c-area .aside{
	width:566px;
	margin:0 58px 0 0;
	padding:13px 0 0;
	display:inline;
}
.c-area .aside p{
	margin:0;
	font-size:14px;
	line-height:18px;
	color:#707070;
}
.sub-categories{
	width:100%;
	overflow:hidden;
	padding:12px 0 12px 12px;
}
.sub-categories .inner-box{
	float:left;
	display:inline;
	margin:0 0 0 -26px;
}
.sub-categories .block{
	width:192px;
	float:left;
	display:inline;
	overflow:hidden;
	margin:0 0 0 13px;
}
.sub-categories .t,
.sub-categories .b{
	width:100%;
	overflow:hidden;
	height:20px;
}
.sub-categories .t{background:url(../images/bg-subc-box-t.png) no-repeat;}
.sub-categories .b{background:url(../images/bg-subc-box-b.png) no-repeat;}
.sub-categories .c{
	background:url(../images/bg-subc-box-c.png) repeat-y;
	height:250px;
	padding:0 7px 0 2px;
}
.sub-categories .c:after{
	content:"";
	display:block;
	clear:both;
}
.sub-categories .sub-content{
	float:left;
	position:relative;
	z-index:2;
	margin:-19px 0 -10px;
	padding:0 0 0 9px;
	overflow:hidden;
	width:170px;
}
.sub-content-holder {
	width:100%;
	overflow:hidden;
}
.sub-categories .illustration{
	display:block;
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:0 0 32px;
}
.sub-categories .illustration a{
	cursor:pointer;
	display:inline-block;
}
.sub-categories .illustration a img{display:block;}
.sub-categories h2{
	color:#959595;
	font-size:27px;
	margin:0 0 6px 2px;
	padding:5px 0 0;
	line-height: 34px;
}
.sub-categories h2 a{color:#959595; display:block;
height:67px;
}
.sub-categories .more{
	padding:0 16px 0 0;
	/*white-space:nowrap;*/
	color:#7d7d7d;
	font-size:12px;
	line-height:14px;
	background:url(../images/bul-sub-box.gif) no-repeat 100% 65%;
}
.sub-categories .price{
	display:block;
/*	padding:11px 0 0;*/
	color:#9cccbe;
	font-size:14px;
	line-height:16px;
}
/* conetnt end */
/*product-area*/
#content .product-area{
	background: none !important;
	padding: 0 0 0 20px !important;
	width:979px !important;
}
.heading-ttl {
	font-size:24px;
	color:#8db9ac;
	display:block;
}
.product-content{
	width:964px;
	overflow:hidden;
	padding:18px 0 0;
}
.product-content .aside{
	width:450px !important;
}
/*product-form*/
.product-form fieldset{
	width:100%;
	overflow:hidden;
	font-size: 14px;
	color:#707070;
}
.product-form h2{
	font-size: 24px;
	font-weight: normal;
	color:#8db9ac;
	margin:0 0 14px;
}
.disc-section{
	overflow:hidden;
	background: url(../images/bg-disc-section-c.gif) repeat-y;
	margin: 0 0 17px;
}
.disc-section .holder{background:url(../images/bg-disc-section-t.gif) no-repeat;}
.disc-section .frame{
	height:1%;
	overflow:hidden;
	padding: 10px 19px 10px 21px;
	background:url(../images/bg-disc-section-b.gif) no-repeat 0 100%;
}
.disc-section select{width:72px;}
.product-form label,
.product-form .label{
	float:left;
	text-align: right;
	line-height: 21px;
	width:119px;
	margin:0 11px 0 0;
}
.product-form .radio-label{
	width:auto;
	text-align: left;
	margin:0 28px 0 0;
	display: inline;
}
.product-form .radio-section .radio-label{
	width:80px;
	font-size:12px !important;
}
.product-form .row,
.description-block .buttons{
	height:1%;
	overflow:hidden;
}
.product-form .row{margin:0 0 11px;}
.product-form input.text{
	width:243px;
	height:18px;
	padding: 1px 16px 0;
}
.product-form textarea,
.product-form input.text{border:1px solid #ccc;}
.product-form input.radio,
.product-form input.checkbox{
	width:15px;
	height:15px;
	float:left;
	margin:5px 7px 0 0;
}
.product-form input,
.product-form textarea,
.product-form select{
	font:14px Courier, "Times New Roman", Times, serif;
	vertical-align:middle;
	color:#707070;
}
/*radio-section*/
.radio-section{
	height:1%;
	overflow:hidden;
}
.product-form .radio-section .radio{margin:28px 10px 0 0;}
.rounded-img{
	width:69px;
	height:69px;
	/*background: url(../images/img-border.gif) no-repeat;*/
	display: block;
	padding: 1px 0 0 1px;
	margin:0 auto 5px;
}
.rounded-img img{display:block;}
.product-form .caption{
	display: block;
	text-align: center;
	font-style: normal;
}
.product-form textarea{
	width:283px;
	height:78px;
	overflow: auto;
	padding: 0 0 0 16px;
}
.product-form .select-length{width:299px;}
.invisible{display: none;}
.btn-add{
	width:129px;
	height:33px;
	background: url(../images/btn-add.gif) no-repeat;
	float:right;
	color:#fff;
	padding: 0 6px 0 0;
	text-align: center;
	line-height: 25px;
	margin:10px 12px 0 0;
	display: inline;
}
/*description-block*/
.description-block{
	width:400px;
	float:left;
	font-size: 14px;
	line-height: 18px;
}
/*gallery-block*/
.gallery-block{
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
}
.gallery-block .visual{
	width:235px;
	height:230px;
	float:left;
	padding:1px 0 0 1px;
	position:relative;
	background:url(../images/bg-image03.gif) no-repeat;
}
.bg-gallery{
	position:absolute;
	top:0;
	left:0;
}
.gallery-block .gallery{
	float:right;
	width:164px;
}
.gallery-block .gallery .rounded-img{
	width:70px;
	height:70px;
	position:relative;
	margin:0 0 9px;
}
.bg-gallery-item{
	position:absolute;
	top:0;
	left:0;
}
.gallery-block .gallery .col{
	width:71px;
	float:left;
	margin:0 0 0 11px;
	display: inline;
}
.description-block p{
	color:#707070;
	margin:0;
}
/*bullet-list*/
.bullet-list{
	margin:0 0 10px;
	padding:0;
	list-style:none;
}
.bullet-list li{
	padding:0 0 0 18px;
	background: url(../images/ico-bullet.gif) no-repeat 3px 5px;
}
.bullet-list li a{color:#707070;}
.description-block .price{
	color:#9acfc9;
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin:0 0 15px;
}
.btn-print,
.btn-email{
	float:left;
	text-align: center;
	margin:0 14px 0 0;
	height:25px;
	font-size: 14px;
	line-height: 25px;
}
.btn-print{
	width:76px;
	background: url(../images/btn-print.gif) no-repeat;
	color:#c9c356;
	padding-bottom:25px;
}
.btn-email{
	width:80px;
	background: url(../images/btn-email.gif) no-repeat;
	color:#fff;
}
#footer {
	width:100%;
	overflow:hidden;
	/*padding:9px 0 50px 15px;*/
	padding:12px 0px 50px 0px;
}
#footer ul{
	margin:0;
	padding:0 0 4px;
	list-style:none;
	width:100%;
	overflow:hidden;
}
#footer li{
	float:left;
	background:url(../images/separator-footer-nav.gif) no-repeat 0 2px;
	padding:0 10px 0 10px;
}
#footer li:first-child{
	background:none;
	padding-left:0;
}
#footer li a{
	float:left;
	color:#c9c356;
	font-size:14px;
}
#footer li a:hover{text-decoration:underline;}
#footer p{
	color:#c9c356;
	margin:0;
	font-size:14px;
}
.sub-categories h2{
margin:0 0 6px;
}

.sub-categories h2 a cufon{
margin-top:-10px !important;
}
.title{
    font-size:34px;
    color:#c9c356;
    line-height:36px;
    font-weight:normal;
    text-decoration:none;
}
.product-container a{margin:10px 0 !important;display:block;}

.bg-gallery-lt{
	position:absolute;
	top:-1px;
	left:-1px;
	z-index:10;
}
.bg-gallery-rt{
	position:absolute;
	top:-1px;
	right:-1px;
	z-index:10;
}
.bg-gallery-lb{
	position:absolute;
	bottom:-1px;
	left:-1px;
	z-index: 10;
}
* html .bg-gallery-lb{bottom:-2px;}
* html .bg-gallery-rb{bottom:-2px;}
.bg-gallery-rb{
	position:absolute;
	bottom:-1px;
	right:-1px;
	z-index: 10;
}



.btns-holder{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	right:3px;
	height: 32px;
}
.btns-holder li{
	float:left;
}
.btn-sign-in {margin:0 9px 0 0;}
.btn-sign-in a{
	background:url(../images/btn-sign-in.gif) no-repeat;
	width: 96px;
	height: 24px;
	text-align:center;
	font-size:14px;
	color:#9cccbe;
	padding:7px 0 0;
	display:block;
}
.btn-cart {margin:0 4px 0 0;}
.btn-cart a{
	background:url(../images/btn-cart-left.png) no-repeat;
	float:left;
	height: 31px;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	padding:7px 4px 0 13px;
}
.btn-cart strong{
	float:left;
	background:url(../images/btn-cart-right.png) no-repeat;
	width: 15px;
	height: 38px;
}
.btn-cart a span{color:#555;}
.btns-holder .btn-checkout{background:none;}
.btns-holder .btn-checkout a{
	background:url(../images/btn-checkout.png) no-repeat;
	width: 104px;
	height: 32px;
	text-align:center;
	font-size:14px;
	color:#fff;
	padding:7px 0 0;
	display:block;
	cursor:pointer;
}
.page-head-alt h3 {
	color:#8db9ac;
	margin:16px 0 0;
	font-weight:normal;
}
.title-bullets a {
	color:#C9C356;
	font-size:12px;
}

.title-bullets a:hover {
	text-decoration:underline;
}

#content .box .productconfig {
	margin-top:0 !important;
}

ul.bullets{
	list-style:disc;
	padding:15px;
	margin-top:0px;
	padding-top:0px;
	color:#707070;
}

.livechat
{
	margin-right:5px;
}

.follows{padding: 5px 0 15px 0;}

.AuthorizeNetSeal {float:left;}

div.footerlinks{float:left;}


/****** KGN SP [07-09-2010] *****/

.category-loops #content .box .aside{
	float:left;
	width:400px;
	margin:360px 0px 0px 15px;
}
.category-loops #content .box .aside .discs{
	width:100%;
	height:auto;
	padding:0px 0px;
	background:none;
	font-size:12px;
	color:#7d7d7d;
	overflow:hidden;
}
.category-loops .product-page .discs{
	background:none !important;
	position:relative;
}
.category-loops .product-page .discs a {
color:#9ACFC9;
font-size:14px;
position:static;
text-decoration:none;
}
.category-loops .product-page .discs a:hover{ text-decoration:underline;}


.category-loops #content .box .primary { width:300px;}
.category-loops .product-page .statick-image {left:332px;}
.hip_tips .small-tits{ color:#a77734;}

.category-loops #content .box .primary .link-list li a {color:#7AB7B2;font-size:12px;}


.category-loops .breadcrumbs li{
	padding:0 10px 0 8px;
}
.category-loops .breadcrumbs li:first-child {
padding-left:0;
}
.middle-hm{ float:left; width:415px; height:420px; margin:0px 0px; padding:0px; text-align:left; background:url(../images/hm-baner-img.jpg) no-repeat top left; }
.hm-banner,.loopslink{ float:left; width:100%;}
.loopslink a:hover{ text-decoration:underline;}
.hm-banner{ height:390px;}
.hm-banner,.hm-banner a{ text-decoration:none;}
.hm-banner p,.loopslink p{ text-align:left; float:left; width:200px; margin:0px; padding:0px 0px 0px 150px;}

.loopslink p span.shoplink{
color:#555555;
font-size:12px;
}
.cms-index-index #content .box .primary .link-list li a {
color:#9ACFC9;
font-size:12px;
}

.cms-index-index #content .box .aside .tall{
	width:136px;
	height:171px;
	padding:0 60px 0 20px;
	margin:19px 0 0;
	background:url(../images/bg-tall.gif) no-repeat;
	font-size:12px;
	color:#7d7d7d;
	overflow:hidden;
}
/***** main gallery page ******/
.category-swank-gallery #content .c-area .aside,.category-posh-gallery #content .c-area .aside{display:inline; float:left; margin:0 0px 0px 13px; padding:13px 0 0;width:760px;}
.category-swank-gallery .short-disc,.category-posh-gallery .short-disc{ padding-left:7px;}
.category-swank-gallery  li.box2,.category-posh-gallery li.box2{ height:100%;}
.category-swank-gallery  li.box2 p,.category-posh-gallery li.box2 p{ width:100%; word-spacing:-3px; float:left;}
.gallery-main-page{ float:left; width:100%; margin:0px; padding:0px;}
.gallery-list{ float:left; width:100%; margin:0px; padding:15px 0px;}
.gallery-list li{ float:left; width:244px; margin:0px 10px 0px 0px; padding:0px;}
.gallery-list li.last{ margin:0px;}
.gallery-list li .gly-detail{ float:left; width:230px; padding:0px 0px 0px 10px; margin:0px;}
.gallery-list li .gly-detail h2 { color:#C9C356; float:left; width:230px; padding:10px 0px; margin:0px;}
.gallery-list li .gly-detail h2 a{ color:#C9C356;}
.gallery-list li .gly-detail p a{ color:#9ACFC9;}/*
.category-loops #content .box .primary .link-list li a {color:#7AB7B2;font-size:12px;}


.category-loops .breadcrumbs li{
	padding:0 10px 0 8px;
}
.category-loops .breadcrumbs li:first-child {
padding-left:0;
}
.middle-hm{ float:left; width:385px; margin:0px 20px; padding:0px; text-align:left;}
.hm-banner,.loopslink{ float:left; width:100%;}
.hm-banner,.loopslink a:hover{ text-decoration:underline;}
.hm-banner p,.loopslink p{ text-align:left; float:left; width:200px; white-space:nowrap; margin:0px; padding:0px 0px 0px 150px;}
.loopslink p.shoplink a {
color:#C9C356;
font-size:12px;
}
.cms-index-index #content .box .primary .link-list li a {
color:#9ACFC9;
font-size:12px;
}

.cms-index-index #content .box .aside .tall{
	width:136px;
	height:171px;
	padding:0 60px 0 20px;
	margin:19px 0 0;
	background:url(../images/bg-tall.gif) no-repeat;
	font-size:12px;
	color:#7d7d7d;
	overflow:hidden;
}
*/
/* Sitemap */
.catalog-seo-sitemap-category #content .box .c .container {float:left;margin:-373px 0 -9px;overflow:hidden;padding:0 0 14px;position:relative;width:95% !important;}
.links { text-align:right; margin:0 8px -22px 0; }
.links a { text-decoration:none; position:relative; }
.links a:hover { text-decoration:underline; }
.sitemap { margin:12px 0px; }
.sitemap a { color:#707070; font-size:14px; }
.sitemap li { margin:3px 0; }
.sitemap li.level-0 { margin:10px 0 0; font-weight:normal; }
.sitemap li.level-0 a {}

.sitemap li.level-1 { /*margin:10px 0 0;*/ font-weight:bold; font-size:14px; }
.sitemap li.level-2{background:url(../images/sb-catli-arrow.gif) 45px 7px no-repeat; padding-left:60px !important;}

.sitemap li.level-2 ul.product{ margin-left:0px;}

.sitemap li ul.product li.level-1-chiild { font-weight:normal; background:url(../images/sb-catli-arrow.gif) 5px 7px no-repeat; }

.sitemap li ul.product li.level-2-chiild{ font-weight:normal; background:url(../images/sb-sb-catli-arrow.gif) 22px 7px no-repeat;}
.sitemap li.level-3{ font-weight:normal; background:url(../images/sb-sb-catli-arrow.gif) 82px 7px no-repeat; padding-left:100px !important;}

.sitemap li  li.level-3-chiild { font-weight:normal;}
.sitemap li  li.level-3-chiild ul.product{ font-weight:normal; margin-left:0px;}
.sitemap li ul.product { margin:0 0 10px 20px; font-weight:bold; }
.sitemap li ul.product li.level-0-chiild a {  font-weight:normal;}
.sitemap li ul.product li.level-0-chiild { font-weight:normal; }

.cms-posh-jewelry #content .box .c .container{ width:95% !important;}


/**** Media CMS ***/

.media-content{ display:block;  width:100%; margin:0px; padding:15px 0px 0px;}
.inner #content .container .media-content h2{
	font-size:35px;
	font-weight:normal;
	margin:0;
	padding:27px 0 11px;
	color:#c9c356;
}
.media-content p {  width:100%; margin:0px; padding:0px 0px 10px; font-size:12px;}
.media-content p.welcome-media{  width:795px; margin:0px; padding:0px 0px 10px;}
.media-content ul,.media-content ul.media-list{ float:left; width:100%; margin:0px; padding:0px 0px 10px; font-size:12px;}
.media-list-container{ float:left; width:100%; margin:0px; padding:0px 0px 10px;}
.media-content ul.media-list li{ float:left; width:190px; min-height:250px; text-align:left; margin:0px; padding:0px 0px 10px; font-size:12px;}

.inner #content .container .media-content ul.media-list li p,.inner #content .container .media-content ul.media-list li p a{ color:#838383; font-size:10px; text-decoration:none; line-height:15px;}
.inner #content .container  .media-content ul.media-list li p a:hover{ text-decoration:underline;}

/** testimonials **/
.testimonials-outer{ float:left; width:955px; margin:0px; padding:0px; background:url(../images/testimonials_bg.gif) left top no-repeat; min-height:600px;}
.inner #content .container .testimonials-outer h1{ float:left; width:100%; margin: padding:0px;}
.testimonials-outer .tstmnl-boxes{ float:left; width:100%; margin:0px; padding:0px;}
.testimonials-outer .tstmnl-boxes ul{ float:left; width:100%; margin:0px; padding:0px; position:relative; height:580px;}
.inner #content .container .testimonials-outer h2{ float:left; width:100%; padding:10px 0px 27px;}
.testimonials-outer .tstmnl-boxes ul li.my-testi-1{ float:left; width:357px; height:259px; position:absolute; top:-75px; right:155px; background:url(../images/testimonials-1.gif) left top no-repeat;}
.testimonials-outer .tstmnl-boxes ul li.my-testi-1:hover{ background-position:left bottom;}

.testimonials-outer .tstmnl-boxes ul li.my-testi-2{ float:left; width:374px; height:371px; position:absolute; top:0px; left:70px; background:url(../images/testimonials-2.gif) left top no-repeat;}
.testimonials-outer .tstmnl-boxes ul li.my-testi-2:hover{ background-position:left bottom;}

.testimonials-outer .tstmnl-boxes ul li.my-testi-3{ float:left; width:265px; height:243px; position:absolute; top:195px; left:428px; background:url(../images/testimonials-3.gif) left top no-repeat;}
.testimonials-outer .tstmnl-boxes ul li.my-testi-3:hover{ background-position:left bottom;}

.testimonials-outer .tstmnl-boxes ul li.my-testi-4{ float:left; width:281px; height:238px; position:absolute; top:180px; right:-25px; background:url(../images/testimonials-4.gif) left top no-repeat;}
.testimonials-outer .tstmnl-boxes ul li.my-testi-4:hover{ background-position:left bottom;}

.testimonials-outer .tstmnl-boxes ul li.my-testi-5{ float:left; width:211px; height:203px; position:absolute; top:340px; left:0px; background:url(../images/testimonials-5.gif) left top no-repeat;}
.testimonials-outer .tstmnl-boxes ul li.my-testi-5:hover{ background-position:left bottom;}
.inner #content .container .testi-list p{ color:#4d8093; font-size:14px; line-height:20px; }

.inner #content .container .testi-list p.customer-name{ font-weight:bold; font-style:normal; float:left; width:98%; padding:0px 0px 0px 15px; background:url(../images/testi-li-bulet.gif) left 10px no-repeat;}
.inner #content .container  ul.testi-list { float:left; width:100%; margin:0px;padding:0px;}
.inner #content .container  ul.testi-list li{ margin:0px; padding:0px 0px 30px; float:left; width:100%; }

/***** Footer new ******/

#footer .box .t{background:url(../images/bg-box-t-footer.png) no-repeat;} 
#footer .box .footer-content{ float:left;width:998px; margin:0px; padding:0px;} 
#footer .box .footer-box-l{ float:left; width:590px; margin:0px; padding:0px;} 
#footer .box .footer-box-r{ float:right; width:385px; margin: 0px 10px 0px 0px; padding:0px;} 
.footer-top-box{ float:left; width:570px; margin:0px; padding:20px 10px 20px 20px; *padding:20px 10px 10px 20px;}
.footer-links-title{ /*color:#688691;*/color:#5a8e89; font-size:12px; font-weight:bold; margin:0px 0px 10px; padding:0px; padding-top:10px;}
.footer-links-list{ float:left; width:100%; margin:0px; padding:0px;}
.footer-top-links dd{ float:left; width:175px; margin:0px 10px 0px 0px; padding:0px;}
#footer .footer-top-links{ float:left; width:100%; margin:0px; padding:0px;}
#footer .footer-top-links dd ul{ margin:0px; padding:0px; width:100%;}
#footer .footer-top-links dd ul li{margin:0px; padding:2px 0px 3px; width:100%; background:none;}
#footer a,#footer li a{ color:#707070;}
.footer-mid-box{ float:left; width:100%; margin:0px; padding:0px;}
#footer .footer-mid-box .box-s{	width:100%;	overflow:hidden; position:relative;}
#footer .footer-mid-box .box-s .t{	background:url(../images/bg-box-t-sm.jpg) 100% 0% no-repeat;width:100%; height:140px; overflow:hidden;}
#footer .footer-mid-box .box-s .c{background:url(../images/bg-box-c-sm.jpg) 100% 100% repeat-y; height:1%; padding:0 7px 0 1px;}
#footer .footer-mid-box .box-s .c:after{content:"";display:block;clear:both;}
#footer .footer-mid-box .box-s .c .container-ft{width:96%; float:left; margin:-144px 0 -9px; /*background:url(../images/bg-image.gif) no-repeat 190px 0;*/overflow:hidden; position:relative; padding:5px 0px 14px 18px ; padding:5px 0px 0px 18px \9;}
#footer .footer-mid-box .box-s .b{background:url(../images/bg-box-b-sm.jpg) 100% 100% no-repeat; width:100%; height:17px; overflow:hidden;}

.footer-news-letter input{ border:1px solid #c9c356; margin:0px; padding:3px; font-size:14px; color:#555; font-family:Courier,"Times New Roman",Times,serif;}
.footer-news-letter .newsltr-btn{ border:none; background:none; margin:8px 0px 0px; padding:0px; color:#c9c356; font-size:14px;font-family:Courier,"Times New Roman",Times,serif; cursor:pointer; text-align:left; width:79px; width:72px \9; cursor:pointer;}

.footer-bottom-box{ float:left; width:570px; margin:0px; padding:8px 2px 10px 18px;}
.footer-bottom-box .footer-bottom-left{ float:left; width:450px; }
.follows-links{ float:left; width:100%; margin:0px; padding:25px 0px 0px;}
.footer-bottom-box .follows-links{ padding-bottom:10px;}
#footer .footer-bottom-left p{ width:325px; line-height:20px;}
#footer .footer-bottom-left p,#footer .footer-bottom-left p a{ color:#7d7d7d; text-decoration:none;}
#footer .footer-bottom-left p a:hover{text-decoration:underline;}
.footer-bottom-box .footer-bottom-right{ float:left; width:100px; }
.follows-links .footer-links-title{ float:left; width:100%; margin:0px; padding:3px 0px; }
.follows-links .footer-links-txt{ float:left; width:98%; padding:3px 3px; }
.follows-links .footer-links-txt a{ float:left; width:16px; margin-right:5px;} 
.face-book-block{ padding:18px 0px; }


.other-logos,#footer .other-logos ul{ float:left; width:100%; margin:0px; padding:0px;}
#footer .other-logos ul li{ margin:0px; padding:0px; border:none; background:none; height:35px; margin:0px 5px 6px 0px}

.footer-con{ padding:0px 15px; float:left; width:965px;}
.footer-con .footer-bottom-left{padding:20px 0px 0px;  float:left; width:450px; }
.footer-con div.AuthorizeNetSeal{ padding:10px 15px 0px 0px;  float:right; }
#primary
{
    line-height: 20px;
}
#primary, #secondary {
font-family: Arial,Tahoma,Verdana;
    float: right;
    overflow: hidden;
    width:311px;
/*	margin-top: -184px;*/
 margin-right: 18px;
    margin-top: 472px;
}
.hentry {
    margin: 0 0 48px;
}

#wpcontent, #wpcontent input, #wpcontent textarea {
font-family: Arial,Tahoma,Verdana;

    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

#wpcontent {
    margin-bottom: 36px;

}

#wpcontent {
    margin:0 400px 0 20px;
}


#primary .widget-container {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #E9E2D7;
    margin: 0 0 10px;
    padding: 5px 10px;
}

#primary ul li
{
    list-style-type: none;
	}
	
#primary ul li ul li
{
    background: url(../images/arrow2.gif) no-repeat scroll left top transparent;
    margin: 0;
    padding: 0 0 0 15px;
}

#primary ul ul li a, #primary ul ul li a:visited{
	font-family:Century Gothic,Arial,Tahoma,Verdana;
		font-size:12px;
    color: #333333;
    text-decoration: none;
}
#primary ul ul li a:hover
{
	font-family:Century Gothic,Arial,Tahoma,Verdana;
	font-size:12px;
	color: #0076A3;
	text-decoration: underline;
}
#primary a, #primary a:visited
{
    color: #0076A3;
    text-decoration: none;
}

#primary h3.widget-title{
    color: #333333;
    font-family: Century Gothic,Arial;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0;
}

#searchsubmit {
    -moz-border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 #D7C95D;
    border: 1px solid #D7C95D;
    color: #FFFFFF;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 2px 2px 1px;
    text-decoration: none;
}

h2.entry-title a,h2.entry-title a:hover   {
    border: medium none;
    color: #C9C356;
    text-decoration: none;
}
.brooke
{
color: #7D7D7D;
    font-size: 12px;
    height: 171px;
    overflow: hidden;
    padding: 0 0 0 20px;
    width: 196px;
}
.kyle
{
color: #7D7D7D;
    font-size: 12px;
    height: 171px;
    overflow: hidden;
    padding: 0 0 0 20px;
    width: 196px;
	margin-top:20px;

}

.hentry {
	margin: 0 0 48px 0;
}

#contentleft
{
display: inline;
    float: left;
    margin: 0 0 15px;
    padding: 10px 0 20px 10px;
    width: 618px;
margin-top:358px;
	}



.wp-paginate {padding:0; margin:0;}

.wp-paginate li {display:inline; list-style:none;}

.wp-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}

.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}

.wp-paginate .title {color:#555; margin-right:4px; display:none;}

.wp-paginate .gap {color:#999; margin-right:4px;}

.wp-paginate .current {color:#fff; background:#5f87ae; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}

.wp-paginate .page {}

.wp-paginate .prev, .wp-paginate .next {}



/* style overrides for comments pagination */

.wp-paginate-comments {}

.wp-paginate-comments li {}

.wp-paginate-comments a {}

.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}

.wp-paginate-comments .title {}

.wp-paginate-comments .gap {}

.wp-paginate-comments .current {}

.wp-paginate-comments .page {}

.wp-paginate-comments .prev, .wp-paginate-comments .next {}






.nav-previous {
	float: left;
	width: 50%;
}
.nav-previous .navigation
{
      position: inherit;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}




#content .entry-title {
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
}

.entry-content, .entry-summary {
    clear: both;
    padding: 12px 0 0;
}

#content, #content input, #content textarea {
   /* color: #333333;
    font-size: 16px;
    line-height: 24px;*/
}
