body {
	font: 11px Courier, "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:-20px;
}
#nav{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#nav li{
	float:left;
	padding-right:10px;
	margin-left:-10px;
}
#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;
}
.mark1{
	background:url(../images/ico01.png) no-repeat;
	padding:2px 18px 4px 29px;
}

.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:hover,
#nav li.hover {position:relative;}
#nav li:hover .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:none;
	margin:0;
	vertical-align:top;
	padding:0;
}

#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{
	width:100%;
	overflow:hidden;
	position:relative;
}
#content .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;
}
#content .box .c:after{
	content:"";
	display:block;
	clear:both;
}
#content .box .c .container{
	width:100%;
	float:left;
	margin:-373px 0 -9px;
	background:url(../images/bg-image.gif) no-repeat 380px 0;
	overflow:hidden;
	position:relative;
	padding:0 0 14px;
}
.inner #content .container{
	background:none !important;
	width:auto !important;
	padding:0 30px 30px 19px !important;
}
#content .box .b{
	background:url(../images/bg-box-b.png) no-repeat;
	width:100%;
	height:17px;
	overflow:hidden;
}
#content .box .primary{
	width:310px;
	float:left;
	padding:0 0 0 19px;
	color:#707070;
	font-size:14px;
}
.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:595px;
	bottom:14px;
	color:#9acfc9;
	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:106px;
	height:171px;
	padding:0 90px 0 20px;
	background:url(../images/bg-discs.gif) no-repeat;
	font-size:12px;
	color:#7d7d7d;
	overflow:hidden;
}
#content .box .aside .discs p{
	margin:46px 0 0;
}
#content .box .aside .discs p a{
	color:#9cccbe;
	text-decoration:underline;
}
#content .box .aside .discs p a:hover{text-decoration:none;}
#content .box .aside .discs .title{
	display:block;
	margin:32px 0 0 -2px;
	*margin:37px 0 0 -2px;
	font-size:35px;
	color:#92bfb2;
}
#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:#fff;
	margin:35px 0 0;
}
#content .box .aside .tall p a{
	color:#fff;
	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:#9cccbe;
}
.box2 h2,
.box3 h2{
	margin:0;
	font-size:36px;
	line-height:40px;
	color:#c9c356;
	width:90px;
}
.box2 p a:hover{text-decoration:none;}
.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 145px 1px;
}
.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;
}
#footer ul{
	margin:0;
	padding:0 0 7px;
	list-style:none;
	width:100%;
	overflow:hidden;
}
#footer li{
	float:left;
	background:url(../images/separator-footer-nav.gif) no-repeat 0 2px;
	padding:0 12px 0 14px;
}
#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;}