/* general reset */
body
{
    margin: 0;
    font: 11px Arial, Helvetica, sans-serif;
    min-width: 970px;
    width: auto !important;
}
a
{
    color: #000;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
img
{
    border-style: none;
}
input, textarea, select
{
    font: 100% Arial,Helvetica, sans-serif;
    vertical-align: middle;
}
form, fieldset
{
    margin: 0;
    padding: 0;
    border-style: none;
}
fieldset label
{
    display: block;
    padding: 4px 0 0 0;
}
/* Utility Classes */
.ib-block
{
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
}
* html .ib-block
{
    /* IE 6 */
    zoom: 1;
    display: inline;
}
* + html .ib-block
{
    /* IE 7 */
    zoom: 1;
    display: inline;
}
.ib-container .ib-block
{
    letter-spacing: normal;
    word-spacing: normal;
}
.ib-container, .ib-container.ib-block
{
    letter-spacing: -.25em;
    word-spacing: -1em;
}
/* wrapper */
#wrapper
{
    overflow: hidden;
    width: 100%;
    position: relative;
}
/* w1 */
.w1
{
    width: 1600px;
    position: relative;
}
.product-page .w2
{
    background: #bebebe;
}
/* w2 */
.w2
{
    background: #000;
}
/* bg */
.bg
{
    position: absolute !important;
    top: 0;
    left: 23px;
    z-index: 0;
}
.bg.active
{
    z-index: 1;
}
.bg.next
{
    z-index: 2;
}
/* logo */
.logo
{
    position: absolute;
    z-index: 9;
    top: 25px;
    left: 50px;
    margin: 0;
    text-indent: -9999px;
    width: 90px;
    height: 384px;
}
.logo a
{
    display: block;
    height: 100%;
    overflow: hidden;
    background: url(../images/bg-logo.png);
}
/* main */
#main
{
    padding: 0 0 0 23px;
    min-height: 717px;
    position: relative;
    z-index: 2;
    background: url(../images/bg-main.gif) repeat-y;
}
* html #main
{
    height: 717px;
}
.gallery-page #main
{
    min-height: 747px;
}
.gallery-page .w2
{
    background: #FFFFFF;
}

* html .gallery-page #main
{
    height: 747px;
}
.collection-page #main
{
    min-height: 839px;
}
.product_detail #main
{
    min-height: 816px;
    padding-bottom: 40px;
}

.product_detail .promo
{
    margin-top: 15px;
}

#classic_id #main
{
    min-height: 1050px;
    height: auto !important;
    height: 1050px;
}

* html .collection-page #main
{
    height: 839px;
}

.single_item_collection #main
{
    height: 816px;
}

/*  BEGIN Saks Fifth Ave Promo  */
#style-trial-nav
{
    margin: 0 0 4px;
    padding: 0px 5px 0px 0px;
    position: relative;
    float: right;
    z-index: 10;
    height: 25px;
    width: 287px;
    font: 12px/25px Arial, Helvetica, sans-serif;
}

.open
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    display: none;
    width: 287px;
    height: 183px;
}

/*
#style-trial-nav:hover .open {
	display: block;
}
*/

#style-trial-text p
{
    position: absolute;
    top: 86px;
    left: 110px;
}

#style-trial-text a, #style-trial-text p
{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
}

.styletrial-box
{
    background: url(../images/bg-promo-box.png) repeat;
    margin: 15px 0 32px;
    padding: 24px 78px 0 0;
    height: 311px;
    border-top: 1px solid #fff;
}

.style-trial-box img
{
    float: right;
    margin: -35px 0px 0px 21px;
    position: relative;
}

.saks-one-day-infinite-style
{
    display: block;
    background: url(../images/styletrial/header_register.png) no-repeat; /*width:343px; 	height:134px;*/
    width: 408px;
    height: 148px;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden;
}

#styletrial-header
{
    color: #fff;
    text-transform: uppercase;
    width: 255px;
    position: relative;
    padding: 12px 0 0 185px;
}

#styletrial-header a
{
    color: #fff;
}

.styletrial-content-body
{
    text-transform: uppercase;
    font-size: 11px;
    color: #656565;
    width: 100%;
    margin: 0 0 78px;
    padding: 20px;
    background: url(../images/bg-products-list-box.png) repeat;
}

#styletrial-registration-form
{
    margin-top: 25px;
    width: 500px;
}

.styletrial-form-element
{
    float: left;
    text-transform: none;
    padding-right: 23px;
    margin-bottom: 10px;
    width: 226px;
    height: 34px;
}

.styletrial-form-element p, .styletrial-form-element input
{
    padding: 0;
    margin: 0;
    width: 226px;
}

.styletrial-form-element input
{
    height: 18px;
    margin-top: 4px;
    background: none;
    border: 1px solid #a9a9a9;
}

.styletrial-form-element select
{
    width: 226px;
    height: 18px;
}

.errors p
{
    color: #c07373;
}

#styletrial-confirmation-user-information
{
    margin-top: 35px;
    text-transform: none;
}

#styletrial-confirmation-user-information p
{
    font-size: 12px;
    margin-top: 25px;
}

#styletrial-confirmation-footer
{
    text-transform: none;
    margin-top: 70px;
}


/*  END Saks Fifth Ave Promo  */

/* nav */
#nav
{
    margin: 0 0 4px;
    padding: 0;
    position: relative;
    float: right;
    z-index: 10;
    list-style: none;
    background-color: #e8e8e8;
    height: 25px;
    width: 1149px;
    border-left: 7px solid #6f8cc0;
    font: 12px/25px Arial, Helvetica, sans-serif;
}
#nav li
{
    float: left;
}
#nav li:hover, #nav li.hover
{
    position: relative;
}
#nav a
{
    font-weight: bold;
    display: block;
    padding: 0 11px;
}
#nav a:hover, #nav li:hover a, #nav li.hover a
{
    text-decoration: none;
    color: #fff;
    background-color: #000;
}
/* drop */
.drop
{
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 100;
    width: 430px;
    color: #fff;
    display: none;
    font: bold 11px/12px Arial, Helvetica, sans-serif;
}

.drop.drop2
{
    width: 265px;
}
.drop.drop3
{
    width: 200px;
}
.drop strong
{
    display: block;
    padding: 0 12px;
    color: #fff;
    font-weight: normal;
}
#nav li:hover .drop, #nav li.hover .drop
{
    display: block;
}
#nav li:hover .drop a, #nav li.hover .drop a
{
    color: #fff;
    font-weight: normal;
    background: none;
    float: none;
    padding: 0 12px;
    display: block;
}
#nav li:hover .drop a:hover, #nav li.hover .drop a:hover
{
    background-color: #fff;
    color: #000;
}
.drop .holder
{
    overflow: hidden;
    height: 1%;
    background: url(../images/bg-drop.png);
    padding: 12px 0 30px;
}
.drop ul
{
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.drop li
{
    float: left;
    width: 215px;
}
.drop li ul
{
    margin: 15px 0 0;
}
.drop li li
{
    font-weight: normal;
    margin: 3px 0 0;
}
.drop .all
{
    overflow: hidden;
    height: 1%;
    padding: 15px 0 0 215px;
    font-weight: normal;
    position: relative;
}
.drop .all a
{
    float: left;
}
/* add-nav */
.add-nav
{
    margin: 0;
    line-height: 12px;
    padding: 0;
    font-size: 9px;
    list-style: none;
    text-align: right;
}
.add-nav li a
{
    color: #fff;
}

.gallery-page .add-nav li a, .gallery-page .back2, .product_detail .add-nav li a, .product_detail .back2, .single_item_collection .add-nav li a, .single_item_collection .back2
{
    color: #000;
}
/* footer */
#footer
{
    border-top: 1px solid #DCDCDC;
    clear: both;
    color: #AEAEAE;
    font-size: 10px;
    overflow: hidden;
    padding: 8px 0 23px 139px;
    width: 830px;
}
/* nav1 */
.nav1
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    overflow: hidden;
}
.nav1 li
{
    float: left;
    display: inline;
    background: url(../images/separator-nav1.gif) no-repeat 0 50%;
    padding: 0 6px 0 7px;
    margin: 0 7px 0 -7px;
}
.nav1 a.facebook
{
    padding: 0 14px 0 0;
    background: url(../images/ico-facebook.gif) no-repeat 100% 50%;
}
.nav1 a.twitter 
{
	padding: 0 14px 0 0;
	background: url(../images/ico-twitter.png) no-repeat 100% 50%;
}
/* footer content */
#footer .content
{
    float: right;
    width: 410px;
    padding: 0 9px 0 0;
    text-align: right;
}
/* nav2 */
.nav2
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    overflow: hidden;
    width: 400px;
}
.nav2 li
{
    float: left;
    display: inline;
    padding: 0 7px 0 6px;
    margin: 0 -7px 0 7px;
    background: url(../images/separator-nav2.gif) no-repeat 100% 50%;
}
.nav2 a
{
    color: #757575;
}
.copyright
{
    margin: -1px 0 0;
    clear: both;
}
/* by */
#footer .by
{
    float: right;
}


/* gallery-page */
.gallery
{
    width: 816px;
    overflow: hidden;
    padding: 0 0 0 131px;
}
/* back */
.back
{
    float: left;
    color: #585858;
    font-size: 9px;
    margin: 27px 0 0;
    padding: 0 12px 0 0;
    background: url(../images/bullet01.gif) no-repeat 100% 50%;
    height: 1%;
    position: relative;
}
/* content */
#content
{
    overflow: hidden;
    width: 815px;
    padding: 0 0 0 131px;
    clear: both;
}
.style-page #content
{
    width: 833px;
}
/* add-holder */
.add-holder
{
    overflow: hidden;
    height: 1%;
    margin: 0 0 7px;
}
.style-page .add-holder
{
    padding: 0 16px 0 0;
}
.style-page #main
{
    min-height: 748px;
    height: auto !important;
    height: 748px;
}
/* container */
.container
{
    overflow: hidden;
    height: 1%;
}
/* visual */
.visual
{
    width: 449px;
}
/* image-holder */
.image-holder
{
    position: relative;
    margin: 0 0 22px;
}
.image-holder img
{
    display: block;
}
.image-holder strong
{
    position: absolute;
    top: 83px;
    right: 7px;
    font-size: 40px;
    color: #848484;
    text-indent: -9999px;
    overflow: hidden;
    width: 195px;
    height: 161px;
}
/* media-box */
.media-box
{
    margin: 0 0 18px;
}
.media-box ul
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 1%;
    list-style: none;
}
.media-box ul li
{
    margin: 0 15px 15px 0;
}
.media-box p
{
    margin-top: 15px;
}
.media-box img
{
    display: block;
}
.media-box strong
{
    display: block;
    margin: 0 0 6px;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    color: #333333;
}
/* btn-play */
.btn-play
{
    background: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    right: 2px;
    overflow: hidden;
    text-indent: -9999px;
}
/* photos */
/* events */
.event-description
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5F5F5F;
    text-transform: uppercase;
}
.event-description a:link, .event-description a:visited, .event-description a:active
{
    color: #5F5F5F;
}
/* content */
.content
{
    float: right;
    width: 331px;
    padding: 33px 8px 0 0;
    line-height: 13px;
}
/* content h2 */
.content h2
{
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    color: #848484;
    font-weight: normal;
}
/* content h3 */
.content h3
{
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 15px;
    color: #848484;
    font-weight: normal;
}
.content p
{
    margin: 0 0 8px;
}
/* form-holder */
.form-holder
{
    height: 1%;
    margin: 0 0 34px;
}
.form-holder:after
{
    content: "";
    display: block;
    clear: both;
}
/* share-btn */
.share-btn
{
    float: right;
    color: #808080;
    margin: 0 -4px 0 0;
    position: relative;
    padding: 0 0 4px 20px;
    background: url(../images/ico-share.gif) no-repeat;
}
.shareThis
{
    float: right;
    padding-left: 20px;
}

/* search-form */
.search-form
{
    float: left;
    padding: 0 0 0 5px;
}
.search-form select
{
    width: 168px;
    float: left;
}
/* submit */
.type-form .submit, .search-form .submit
{
    background: url(../images/bg-submit.gif) no-repeat;
    width: 21px;
    border: none;
    height: 16px;
    float: left;
    cursor: pointer;
    margin: 0 0 0 3px;
    padding: 0;
}
/* post */
.post
{
    margin: 0 0 22px;
}
.post a
{
    color: #566FA7;
}
/* contact */
.contact
{
    margin: 0;
    list-style: none;
    padding: 7px 0 0;
}
.contact a
{
    color: #566FA7;
}
.contact dd
{
    overflow: hidden;
    height: 1%;
    margin: 0;
}
/* contact-box */
.contact-box
{
    width: 474px;
    float: right;
    color: #666;
    margin: 1px 0 30px;
    padding: 27px 26px 10px 26px;
    background: url(../images/bg-contact-box.png) repeat;
}
/* contact-box h2 */
.contact-box h2
{
    margin: 0 0 10px;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 38px;
    border-bottom: 1px solid #949494;
    font-weight: normal;
}
/* contact-box h3 */
.contact-box h3
{
    margin: 0;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
}
.contact-box a
{
    color: #666;
}
.contact-box a.arrow
{
    padding-right: 8px;
    background: url(../images/bullet02.gif) no-repeat right center;
}
.contact-box .holder
{
    padding: 0 0 0 3px;
    position: relative; /*overflow:auto;*/ /*height: 600px;*/
}
.contact-box ol
{
    margin-top: 0;
}
.contact-box ul
{
    margin-top: 0;
}
/* info */
.info
{
    margin: 0;
    padding: 0 0 2px;
    list-style: none;
}
.info li
{
    margin: 0 0 10px;
}
.info strong
{
    display: block;
}
/* promo-box */
.promo-box
{
    background: url(../images/bg-promo-box.png) repeat;
    margin: 15px 0 32px;
    height: 282px;
    border-top: 1px solid #fff;
    position: relative;
}
.promo-box:after
{
    content: "";
    display: block;
    clear: both;
}
.promo-box .holder
{
    position: relative;
}
/* index accordion */
.accordion
{
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
    width: 679px;
    overflow: hidden;
    color: #fff;
}
.accordion a
{
    color: #fff;
}
.accordion li
{
    overflow: hidden;
    width: 100%;
    position: relative;
    vertical-align: top;
}
.accordion .opener
{
    display: block;
    border-top: 1px solid #fff;
    height: 28px;
}
.accordion .opener:hover
{
    text-decoration: none;
    color: #000;
}
.accordion .opener:hover span
{
    background: url(../images/bg-opener-hover.png) repeat-x;
    color: #000;
}
.accordion .opener span
{
    display: block;
    background: url(../images/bg-opener.png);
    overflow: hidden;
    padding: 3px 5px 25px;
    height: 25px;
    text-transform: uppercase;
}
.accordion .opener span.blue {
	background: url(../images/bg-opener-blue.png);
}
.accordion li.active .opener
{
    display: none;
}
.accordion .slide
{
    overflow: hidden;
    width: 100%;
    display: none;
}
.accordion li.active .slide
{
    display: block;
}
.accordion .slide img
{
    float: left;
    margin: 12px 0px -1px 224px;
}

.accordion .slide img.flash-static
{
    margin: 12px 0 0 0;
}

.accordion .img-holder
{
    overflow: hidden;
    width: 100%;
}
.accordion .holder
{
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #fff;
    background: url(../images/bg-accordion-holder.png);
    padding: 9px 0 34px 5px;
}
.accordion .title
{
    float: left;
    width: 220px;
    padding: 0 0 0 4px;
    font: 18px/22px Arial, Helvetica, sans-serif;
    position: relative;
    text-transform: uppercase;
}
.accordion .wide-extra
{
    width: 282px;
}
.accordion .wide
{
    width: 250px;
}
.accordion .frame
{
    float: left;
    width: 300px;
    position: relative;
}
.accordion .frame sup {
	font-size:6px;
	line-height: 5px;
}

.accordion .frame p
{
    margin: 0 0 12px;
    text-transform: uppercase;
}

.accordion .more
{
    padding: 0 10px 0 0;
    background: url(../images/bg-more1.gif) no-repeat 100% 50%;
    text-transform: uppercase;
}
/* end index accordion */
/* introducing */
.introducing
{
    display: block;
    background: url(../images/text-introducing.png) no-repeat; /*width:343px; 	height:134px;*/
    width: 508px;
    height: 138px;
    top: 19px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
}
/* text-block */
.text-block
{
    color: #fff;
    text-transform: uppercase;
    width: 249px;
    position: absolute;
    top: 163px;
    left: 185px;
}
.text-block a
{
    padding: 0 12px 0 0;
    color: #fff;
    background: url(../images/bullet02.gif) no-repeat 100% 50%;
}
.text-block p
{
    margin: 0 0 15px;
}
.promo-box img
{
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
/* product-list-box */
.product-list-box
{
    width: 100%;
    margin: 0 0 78px;
    padding: 0 0 20px;
    background: url(../images/bg-products-list-box.png) repeat;
}
.product-list-box:after
{
    content: "";
    display: block;
    clear: both;
}
.hair-color, .hair-care
{
    width: 202px;
    float: left;
    line-height: 12px;
    text-transform: uppercase;
}
/* special-collections */
.special-collections
{
    width: 408px;
    text-transform: uppercase;
    line-height: 12px;
    float: left;
}
.special-collections ul li
{
    width: 186px;
    float: left;
}
.heading a
{
    font-weight: bold;
    line-height: 21px;
    font-size: 11px;
}
/* product-list */
.product-list
{
    margin: -21px 0 0;
    float: left;
    width: 100%;
    position: relative;
}
.product-list h4
{
    margin: 0 0 5px;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
}

.product-list a h4:hover
{
    text-decoration: underline;
}

.product-list ul
{
    display: inline;
    float: left;
    margin: 36px 26px 0;
    padding: 15px 0 0 20px;
    background-color: none;
    color: #5f5f5f;
    list-style: none;
    overflow: hidden;
    width: 180px;
}
.product-list .special-collections ul
{
    padding: 40px 0 0 12px;
    width: 396px;
}
.product-list ul li
{
    float: left;
    padding: 0 10px 0 0;
    min-height: 325px;
}
* html .product-list ul li
{
    height: 325px;
}
.product-list ul li img
{
    display: block;
    margin: 0 0 27px;
}
.product-list p
{
    margin: 0 0 7px;
}

.product-list a p:hover
{
    text-decoration: underline;
}

.product-list ul li a.arrow
{
    color: #5f5f5f;
    padding: 0 11px 0 0;
    background: url(../images/bullet02.gif) no-repeat 100% 50%;
}

.salon-list ul li a.arrow
{
    color: #5f5f5f;
    padding: 0 11px 0 0;
    background: url(../images/bullet02.gif) no-repeat 100% 50%;
}

/* heading */
.product-list .heading
{
    width: 187px;
    overflow: hidden;
    padding: 0 0 0 15px;
}
.hair-care .heading
{
    background: #fff;
}
.hair-care .heading a
{
    color: #000;
}
.hair-color .heading
{
    background: #566fa7;
}
.hair-color .heading a
{
    color: #fff;
}
.special-collections .heading
{
    background: #5b4d97;
}
.special-collections .heading a
{
    color: #fff;
}
/* list-holder */
.list-holder
{
    overflow: hidden;
    height: 1%;
    margin: 0 0 18px;
}
/* products footer */
.products-footer
{
    overflow: hidden;
    width: 742px;
    border: 2px solid #6f8cc0;
    padding: 29px 12px 73px;
    background: #f9f9f9 url(../images/bg-products-footer.jpg) no-repeat 0 100%;
    color: #5f5f5f;
    margin: 0 0 0 22px;
    font: 11px/12px Arial, Helvetica, sans-serif;
}
.products-footer a
{
    color: #5f5f5f;
}
.products-footer .holder
{
    float: right;
    width: 210px;
}
.products-footer .title
{
    display: block;
    font: 14px Arial, Helvetica, sans-serif;
    color: #000;
}
.products-footer p
{
    margin: 5px 0 6px;
}
.products-footer .more
{
    padding: 0 13px 0 0;
    background: url(../images/bg-more2.gif) no-repeat 100% 50%;
}
/* end products footer */
.collection-box
{
    width: 526px;
    float: right;
    padding: 3px 0 26px;
}
/* type-form */
.type-form
{
    width: 212px;
    position: absolute;
    top: 30px;
    right: 6px;
}
.type-form select
{
    width: 188px;
}
/* content-inner */
.content-inner
{
    overflow: hidden;
    width: 833px;
    padding: 22px 0 0;
}
/* frederick-block */
.frederick-block
{
    clear: right;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 0 0 275px;
    overflow: hidden;
}
.frederick-block .holder
{
    padding: 0 0 23px;
}
.frederick-block img
{
    display: block;
    margin: 0 0 0 -27px;
}
.frederick-block a
{
    color: #9F9F9F;
    padding: 0 11px 0 0;
    background: url(../images/bullet04.gif) no-repeat 0 20px;
    padding-bottom: 30px;
}
.frederick-block h2
{
    margin: 0 0 3px;
    font-weight: normal;
    font-size: 16px;
    line-height: 14px;
    color: #9F9F9F;
}
/* back */
.collection-box .back
{
    background: url(../images/bullet1.gif) no-repeat 100% 50%;
    color: #fff;
    float: left;
    font-size: 9px;
    margin: 24px 0 0;
    padding: 0 12px 0 0;
}
/* product-holder */
.product-holder
{
    margin: -2px 0 0;
    height: 1%;
    padding: 42px 0 25px 26px;
    background: url(../images/bg-contact-box.png);
}
/* promobox */
.promobox
{
    border-bottom: 1px solid #bbb;
    position: relative;
    width: 100%;
    margin: 0 0 28px;
}
/* text-holder */
.text-holder
{
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 0 17px;
}
.text-holder h2
{
    margin: 0;
    font-size: 30px;
    line-height: 25px;
    color: #757575;
    letter-spacing: -1px;
    font-weight: normal;
}
.text-holder h2 strong
{
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}
/* text-box */
.text-holder .text-box
{
    width: 240px;
    float: right;
    line-height: 13px;
    padding: 0 12px 0 0;
}
.text-box p
{
    margin: 0 0 13px;
}
.text-box .mark
{
    font-size: 14px;
    line-height: 13px;
    margin: 0 0 13px;
}
.promobox img
{
    display: block;
}
/* allure */
.allure
{
    position: absolute;
    top: 40px;
    left: 207px;
}

.allure_left
{
    position: relative;
    top: 125px;
    left: 70px;
}

/* product-list-holder */
.product-list-holder
{
    width: 476px;
    position: relative;
    font-size: 10px;
    line-height: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background: #fff;
}
.product-list-holder a
{
    color: #757575;
}
.product-list-holder li
{
    float: left;
    width: 99px;
    padding: 15px 0 26px 20px;
}
.product-list-holder li img
{
    display: block;
    margin: 0 0 8px;
}
/* rating-product */
.product-list-holder .rating-product
{
    padding: 2px 0 6px;
    margin: 0;
    list-style: none;
    overflow: hidden;
    height: 1%;
}
.product-list-holder .rating-product li
{
    float: left;
    width: auto;
    padding: 0;
}
.product-list-holder .rating-product li img
{
    margin: 0;
}
/* add */
.product-list-holder .add
{
    font-size: 9px;
    color: #fff;
    padding: 2px 5px;
    line-height: 8px;
    background-color: #566fa7;
}
.product-list-holder .add:hover
{
    text-decoration: none;
}




/* back2 */
.back2
{
    background: url(../images/bullet1.gif) no-repeat 100% 50%;
    color: #fff;
    float: left;
    font-size: 9px;
    margin: 27px 0 0 228px;
    padding: 0 8px 0 0;
}
/* ad-holder */
.ad-holder
{
    width: 664px;
    float: right;
    background: url(../images/bg-ad-holder-b.gif) repeat-y;
}
.ad-holder-c
{
    background: url(../images/world_of_fekkai_box.jpg) no-repeat;
    padding: 23px;
    overflow: hidden;
    height: 1%;
}
/* item1 */
.item1
{
    float: left;
    overflow: hidden;
    margin: 0 7px 0 0;
    width: 428px;
}
#imageloader_noflash, #imageloader_noflash a 
{
    height: 259px;
    width: 428px;
}
#imageloader_noflash a 
{
    display: block;
}
/* ad1 */
.ad1
{
    margin: 0 0 4px;
    overflow: hidden;
    float: left;
}
/* go-backstage */
.go-backstage
{
    display: block;
    background: url(../images/text-go-backstage.png) no-repeat;
    width: 215px;
    height: 66px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 0 3px;
}
.ad1 .holder
{
    left: 7px;
    bottom: 5px;
    position: absolute;
}
/* ad1 more */
.ad1 .more
{
    float: left;
    background: url(../images/bg-more3.gif) no-repeat;
    width: 31px;
    margin: 0 6px 0 0;
    height: 31px;
    text-indent: -9999px;
    overflow: hidden;
}
.ad1 span
{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
/* ad2 */
.ad2
{
    float: left;
    width: 190px;
    height: 139px;
}
.ad2 .holder
{
    position: absolute;
    top: 19px;
    left: 25px;
    padding: 0 13px 0 0;
}
/* use */
.ad2 .use
{
    display: block;
    background: url(../images/text-use.png) no-repeat;
    width: 183px;
    height: 140px;
    text-indent: -9999px;
    margin: 0 0 4px;
    overflow: hidden;
}
.ad2, .item1_3, .item_4 
{
    margin-top: 8px;
}
.item1_3 
{
    float: left;
    height: 139px;
    width: 138px;
}
.item_4 
{
    float: right;
    width: 93px;
}
.item_4 a 
{
    display: block;
    width: 93px;
}
/* signature */
.ad2 .signature
{
    float: right;
    background: url(../images/bg-signature.png) no-repeat;
    width: 85px;
    height: 22px;
    text-indent: -9999px;
    overflow: hidden;
}
/* carusel-holder */
.carusel-holder
{
    width: 189px;
    float: left;
    margin: 0 7px 0 0;
    height: 396px;
    padding: 0 0 10px;
    overflow: hidden;
    position: relative;
    background: url(../images/bg-gallery-holder.gif) no-repeat 0 100%;
}
/* carusel */
.carusel
{
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.carusel li
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.carusel li.active
{
    z-index: 1;
}
.carusel li img
{
    display: block;
}
/* control-box */
.control-box
{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 189px;
    z-index: 5;
}
* html .control-box
{
    bottom: 9px;
}
.control-box .holder
{
    overflow: hidden;
    width: 100%;
    padding: 2px 0 2px;
    line-height: 15px;
    background: url(../images/bg-control-holder.png);
}
/* pager */
.pager
{
    margin: 0;
    position: relative;
    font-size: 10px;
    float: left;
    padding: 0 0 0 6px;
    list-style: none;
    z-index: 10;
}
.pager li
{
    float: left;
    margin: 0 3px 0 0;
}
.pager li a
{
    color: #a1a1a1;
}
.pager .active a, .pager li a:hover
{
    color: #fff;
    text-decoration: none;
}
/* next */
.next
{
    font-size: 9px;
    text-transform: uppercase;
    float: right;
    color: #fff;
    position: relative;
    margin: 0 11px 0 0;
    padding: 0 6px 0 0;
    background: url(../images/bullet03.gif) no-repeat 100% 50%;
}
/* create-this */
.create-this
{
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 8px;
    background: url(../images/text-create-this.png) no-repeat;
    width: 103px;
    height: 100px;
    text-indent: -9999px;
    overflow: hidden;
}
.carusel .more
{
    background: url(../images/bg-more4.png) no-repeat;
    width: 12px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    left: 11px;
    top: 116px;
    text-indent: -9999px;
    overflow: hidden;
}
/* item2 */
.item2
{
    float: right;
    width: 183px;
}
.item1 img, .item2 img
{
    display: block;
}
/* ad3 */
.ad3
{
    width: 100%;
    position: relative;
}
.ad3 .holder
{
    position: absolute;
    top: 10px;
    right: 11px;
    text-align: right;
    width: 75px;
    font-size: 12px;
    line-height: 13px;
    color: #b0b0b0;
    text-transform: uppercase;
}
.holder a span
{
    cursor: pointer;
    text-decoration: none;
}
.ad3 span
{
    color: #fff;
    display: block;
    line-height: 10px;
    margin: 0 0 6px;
}
.ad3 .more
{
    float: right;
    background: url(../images/bg-more6.gif) no-repeat;
    width: 4px;
    height: 8px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}
/* ad4 */
.ad4
{
    position: relative;
    width: 100%;
}
.ad4 .holder
{
    font-size: 12px;
    line-height: 13px;
    color: #767676;
    width: 75px;
    position: absolute;
    left: 8px;
    bottom: 7px;
    text-transform: uppercase;
}
.ad4 .holder span
{
    display: block;
    color: #000;
}
.ad4 .more
{
    display: block;
    cursor: pointer;
    background: url(../images/bg-more5.png) no-repeat;
    width: 4px;
    margin: 3px 0 0 2px;
    height: 8px;
    text-indent: -9999px;
    overflow: hidden;
}
/* ad6 */
.ad6
{
    position: relative;
    margin: 0 0 7px;
    width: 100%;
}
.ad6 .holder
{
    font-size: 12px;
    line-height: 13px;
    color: #767676;
    width: 75px;
    position: absolute;
    right: 8px;
    bottom: 7px;
    text-transform: uppercase;
    text-align: right;
}
.ad6 .holder span
{
    display: block;
    color: #000;
}
.ad6 .more
{
    display: block;
    cursor: pointer;
    background: url(../images/bg-more5.png) no-repeat;
    width: 4px;
    margin: 3px 0 0 2px;
    height: 8px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
}
/* ad5 */
.ad5
{
    background: url(../images/bg-ad5.jpg) no-repeat;
    width: 172px;
    padding: 32px 0 0 11px;
    height: 107px;
    overflow: hidden;
    letter-spacing: -1px;
    color: #29134a;
}
.ad5 .holder
{
    overflow: hidden;
}
.ad5 span
{
    font-size: 20px;
    line-height: 18px;
    display: block;
    word-spacing: -2px;
    text-transform: uppercase;
}
.ad5 strong
{
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    line-height: 20px;
}
/* items */
.ad5 .items
{
    font-size: 17px;
    color: #fff;
    word-spacing: 2px;
    margin: 0 0 5px;
    line-height: 15px;
}
.ad5 .more
{
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background: url(../images/bg-more7.png) no-repeat;
    width: 8px;
    height: 16px;
    cursor: pointer;
}
.ad5
{
    cursor: pointer;
}
/* product */

.product
{
    float: right;
    width: 562px;
    padding: 0 0 30px 26px;
    background: url(../images/bg-product.png) repeat-y;
    position: relative;
}

#classic_id .product
{
    border: 2px solid #566FA7;
    background: url(../images/bg-classic-product.png) repeat-y;
}

.product .text
{
    float: left;
    width: 192px;
    padding: 60px 25px 0 0;
}
.container-box
{
    float: left;
    position: relative;
}
/* rating */
.product .rating-bar
{
    width: 173px;
    overflow: hidden;
}
.product .rating-bar .rating
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.product .rating-bar .rating li
{
    float: left;
    margin: 0 2px 0 0;
    display: inline;
}
.product .rating-bar span
{
    float: right;
    font-size: 10px;
    line-height: 12px;
    color: #757575;
    margin: 3px 0 5px;
    word-spacing: -2px;
}
/* review */
.product .review
{
    width: 100%;
    overflow: hidden;
    margin: 0 0 21px;
    padding: 0;
    list-style: none;
}
.product .review a
{
    display: block;
    font-size: 9px;
    line-height: 14px;
    color: #fff;
    padding: 1px 10px 1px 3px;
    word-spacing: -1px;
}
.product .review .read
{
    background-color: #000;
}
.product .review .write
{
    background-color: #5f5f5f;
}
.product .review li
{
    float: left;
}

.product h2
{
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 20px;
    color: #757575;
    font-weight: normal;
    text-transform: uppercase;
}
.product p
{
    margin: 0 0 12px;
    font-size: 11px;
    line-height: 12px;
}
/* aside */
.product .aside
{
    width: 116px;
    float: right;
}
.product .heading
{
    height: 1%;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 39px 15px 5px 15px;
    background-color: #5f5f5f;
}

#classic_id .product .heading
{
    background-color: #566FA7;
}

#classic_id .product .heading
{
    border-bottom: 1px solid #FFFFFF;
}


.product .heading h3
{
    margin: 0;
    font-size: 9px;
    line-height: 11px;
    color: #fff;
    font-weight: normal;
}
.product .items
{
    width: 86px;
    overflow: hidden;
    margin: 0;
    padding: 0 15px;
    list-style: none;
}
.product .items li
{
    float: left;
    margin: 0 0 33px;
}
.product .items h3
{
    margin: 0;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}
.product .items h3 a
{
    color: #fff;
}
/* thumbnail */
.product .items .thumbnail
{
    width: 100%;
    padding: 0 0 6px;
    overflow: hidden;
}
.product .items .thumbnail img
{
    display: block;
}
.product .items .rating
{
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}
.product .items .rating li
{
    width: auto;
    float: left;
    overflow: visible;
    margin: 0;
}
/* add */
.product .items .add
{
    font-size: 9px;
    line-height: 8px;
    float: left;
    background-color: #eaeaea;
}
.product .items .add:hover
{
    text-decoration: none;
}
/* detail */
.product .detail
{
    width: 229px;
    float: left;
    padding: 34px 0 0;
}
.image img
{
    display: block;
}
/* chart */
.chart
{
    border-color: #BBB;
    border-style: solid;
    border-width: 1px 0;
    overflow: hidden;
    padding: 18px 0 25px 0;
    width: 214px;
}
.chart legend
{
    position: absolute;
    top: -9999px;
    left: -9999px;
    display: none;
}
/* chart table */
.chart table
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
}
.chart th
{
    font-size: 9px;
    line-height: 12px;
    color: #999;
    padding: 0 0 5px;
    font-weight: normal;
    text-align: left;
}
.chart td
{
    vertical-align: top;
}
/* size */
.chart .size
{
    width: 62px;
}
/* price */
.chart .price
{
    width: 40px;
}
.chart td.size, .chart td.price
{
    font-size: 11px;
    color: #757575;
}
.chart td.price
{
    font-weight: bold;
}
.chart .txt
{
    float: left;
    width: 21px;
    border: 0;
    padding: 0 4px;
    color: #4c5400;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    background-color: #e4e4e4;
}
/* submit */
.chart .submit
{
    display: inline;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-size: 9px;
    height: 14px;
    width: 58px;
}
/* counter */
.chart .counter
{
    width: 5px;
    float: left;
    margin: 0 0 0 7px;
    padding: 0;
    list-style: none;
}
.chart .counter li
{
    float: left;
    margin: 0 0 4px;
}
.chart .counter li a
{
    text-indent: -9999px;
    display: block;
    height: 5px;
    width: 5px;
    overflow: hidden;
    position: relative;
}
.chart .counter li a.up
{
    background: url(../images/arrow-up.gif) no-repeat;
}
.chart .counter li a.down
{
    background: url(../images/arrow-down.gif) no-repeat;
}
.fpo
{
    width: 214px;
    overflow: hidden;
    margin: 0 0 10px;
}
.fpo a, .fpo img
{
    display: block;
}
.retailers
{
    color: #757575;
    padding: 0 10px 0 0;
    font-size: 9px;
    line-height: 12px;
    text-transform: uppercase;
}
#classic_id .retailers.hidden
{
    display: none;
}
.style-list
{
    padding: 0px;
    margin: 0px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.style-list li
{
    width: 79px;
    min-height: 50px;
    padding: 0 9px 0 0;
    float: left;
}

.style-list li ul.rating
{
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 15px;
}

.style-list li ul.rating li
{
    float: left;
    margin: 0;
    overflow: visible;
    width: auto;
    padding: 0px;
    margin: 0px;
}


.style-list li h3
{
    color: #848484;
    font-size: 9px;
    min-height: 45px;
    height: auto !important;
    height: 45px;
}

.style-list .submit
{
    display: inline;
    float: left;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-size: 9px;
    height: 14px;
    width: 58px;
}

.product_id, .variant_id, .max_quantity
{
    display: none;
}

/* flash intro styles */
.blue
{
    background-color: #6F8CC0;
}



.hidden
{
    display: none;
}

.lowLogo
{
    z-index: 2;
}


#introoverlay object
{
    z-index: 996;
}

#introoverlay
{
    background-color: #FFF;
    cursor: pointer;
    filter: alpha(opacity=86);
    -khtml-opacity: 0.86;
    -moz-opacity: 0.86;
    opacity: 0.86;
    width: 1600px;
    position: absolute;
    top: 0;
    left: 0;
    height: 800px;
    width: 1600px;
    z-index: 997;
}

#introcontent
{
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 998;
    width: 1135px;
}
#introcontent_wrap 
{
    position: relative;
}
#introsub, #introtop, #introcontent_wrap
{
    height: 505px;
    margin: 0 auto;
    width: 900px;
    z-index: 999;
}
#introsub 
{
    position: absolute;
    height: 505px;
    left: 50%;  
    margin-left: -450px; 
    z-index: 1000;
}
#introtop 
{
    height: 20px;
    overflow: hidden;
}
#introclose 
{
    cursor: pointer;
    display: none;
    float: right;
    height: 20px;
    width: 59px;
}

#introflash
{
    height: 505px;
    width: 900px;
    z-index: 1000;
}



h4
{
    font-size: 11px;
}
.retailers #classic_id, #classic_retailers
{
    color: #757575;
    padding: 0 10px 0 0;
    font-size: 9px;
    line-height: 12px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}


a.addtobag:hover
{
    text-decoration: none;
}

#noLogo #content
{
    width: 898px;
    padding-left: 0;
    margin-left: 48px;
}
#noLogo .add-holder 
{
    padding-right: 0;
}
#noLogo .content-inner 
{
    margin: 0 auto;
    width: 898px;
}

.show, .show *
{
    display: block !important;
}
.unavailable {
	color:#D64D5F;
	font-weight: bold;
}

.quantity {
	color:#717bb8;
	font-size:11px;
}

#plc-bg.w2 {
	background-color: #c4c4c4;
}

#plc-bg #main div.add-holder a {
	color:#000 !important;
}
