body
{
    scrollbar-face-color: #F6C0CE;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #5A0000;
    scrollbar-3dlight-color: #5A0000;
    scrollbar-arrow-color: #ffffff;
    scrollbar-track-color: #ffcccc;
    scrollbar-darkshadow-color: #5A0000
}

.main {
	font-family: Arial; 
	font-size: 9pt; 
	color: #6F2011; 
	font-weight:normal;
}
.note{
	font-family: Arial; 
	font-size: 8pt; 
	color: #6F2011; 
	font-weight:normal;
}
.white{
	font-family: Arial; 
	font-size: 8pt; 
	color: #000000; 
	font-weight:normal;
}
.footer {
	font-family: Arial ; 
	font-size: 7pt; 
	color: #6F2011; 
	font-weight: normal;
}
a.footer {
	text-decoration: none;
}
.sku {
	font-family: Arial; 
	font-size: 9pt; 
	color: #BD847E; 
	font-weight: normal;
}
.bar1 {
	background-color: #5A0000;
}
.bar2 {
	background-color: #F6C0CE;
}
.bar3 {
	background-color: #F9DB03;
}
.bar4 {
	background-color: #FBC3C4;
}

a{
	color: #BD847E;
}
.term {
	font-family: Arial; 
	font-size: 10pt; 
	color: #6F2011; 
	font-weight:normal;
}
.termBold {
	font-family: Arial; 
	font-size: 12pt; 
	color: #6F2011; 
	font-weight:bold;
}
a.term {
	text-decoration: none;
}
.collect {
	font-family: Arial; 
	font-size: 7.5pt; 
	color: #6F2011; 
	background-color:#F4C6DA;
	font-weight:normal;
	line-height:20px;
}
a.collect {
	text-decoration: none;
}
.collectOn {
	font-family: Arial; 
	font-size: 7.5pt; 
	color: #6F2011; 
	background-color:#F9DBD3;
	font-weight:normal;
	line-height:20px;
}
a.collectOn {
	text-decoration: none;
}
.mag {
	font-family: Arial; 
	font-size: 9pt; 
	color: #BD847E;
}
.title{
	font-family: Arial; 
	font-size: 7pt; 
	color: #6F2011; 
	font-weight:normal;
}

.awd{
	font-family: Arial; 
	font-size: 8pt; 
	color: #DE9C5A; 
	font-weight:normal;
}
img {border:0px;}

#main{
    width: 1155px;
    position: relative;
    /*margin: 0 auto;*/
}

.promotionOverFlash{
    display: block;
    background: url('../image/black-friday-750x523.jpg') no-repeat;
	background-color: white;
    height: 523px;
    width: 750px;
    position: absolute;
    top: 67px;
    left: 200px;
    z-index: 2222;
}

/*css for main-nav-bar*/
.headerMenu *{
    margin: 0;
    padding: 0;
}

div.headerMenu{
    position: absolute;
    top: 44px;
	left: 200px;
    z-index: 3333;
}
.headerMenu > .menus{
    background-color: #F6C0CE;
    width: 950px;
    border-bottom: 2px solid #5A0000;
}
.headerMenu .menus > li{
    float: left;
    list-style: none;
    height: 21px;
    position: relative;
    cursor: pointer;
    margin-left: 35px;
}
.headerMenu .menus .collections{
    background: url('../image/main-nav-bar/COLLECTIONS-103x21-DEFAULT.jpg') no-repeat;
    width: 103px;
    margin-left: 5px;
}
.headerMenu .menus > .theDesigner{
    background: url('../image/main-nav-bar/THE DESIGNER-113x21-DEFAULT.jpg') no-repeat;
    width: 113px;
}
.headerMenu .menus > .press{
    background: url('../image/main-nav-bar/PRESS-61x21-DEFAULT.jpg') no-repeat;
    width: 61px;
}
.headerMenu .menus > .newsAndEvents{
    background: url('../image/main-nav-bar/News-Events-142x21.jpg') no-repeat;
    width: 142px;
}
.headerMenu .menus > .contactUs{
    background: url('../image/main-nav-bar/CONTACT US-99x21-DEFAULT.jpg') no-repeat;
    width: 99px;
}


/*hover for header menu*/

.headerMenu .collections:hover{
    background: url('../image/main-nav-bar/COLLECTIONS-103x21-ROLLOVER.jpg') no-repeat;
}
.headerMenu .theDesigner:hover{
    background: url('../image/main-nav-bar/THE DESIGNER-113x21-ROLLOVER.jpg') no-repeat;
}
.headerMenu .press:hover{
    background: url('../image/main-nav-bar/PRESS-61x21-ROLLOVER.jpg') no-repeat;
}
.headerMenu .newsAndEvents:hover{
    background: url('../image/main-nav-bar/News-Events-142x21-ROLLOVER.jpg') no-repeat;
}
.headerMenu .contactUs:hover{
    background: url('../image/main-nav-bar/CONTACT US-99x21-ROLLOVER.jpg') no-repeat;
}

/*submenu style*/

.headerMenu .menus > li > .subMenus{
    display: none;
    background: url('../image/main-nav-bar/COMPLETE DEFAULT STATE FOR FIRST DROPDOWN NAV.jpg') no-repeat;
    width: 130px;
    position: absolute;
    top: 21px;
}

.headerMenu .menus > li > .subMenus > li{
    height: 18px;
    border-bottom: 1px solid #5A0000;
    list-style: none;
}
.headerMenu .menus li a{
    display: block;
    height: 100%;
}

.headerMenu .collections:hover ul.subMenus{
    display: block;
}

/*submenu hover*/

.headerMenu .subMenus > li.preppy:hover{
    background: url('../image/main-nav-bar/preppy-rollover-130x17.jpg') bottom no-repeat;
}
.headerMenu .subMenus > li.rockCandy:hover{
    background: url('../image/main-nav-bar/rock-candy-rollover-130x18.jpg') no-repeat;
}
.headerMenu .subMenus > li.microMini:hover{
    background: url('../image/main-nav-bar/micro-mini-rollover-130x18.jpg') no-repeat;
}
.headerMenu .subMenus > li.cocktailHour:hover{
    background: url('../image/main-nav-bar/cocktail-hour-rollover-130x18.jpg') no-repeat;
}
.headerMenu .subMenus > li.mafiaPrincess:hover{
    background: url('../image/main-nav-bar/mafia-princess-rollover-130x18.jpg') no-repeat;
}
.headerMenu .subMenus > li.teddyBear:hover{
    background: url('../image/main-nav-bar/teddy-bear-rollover-130x18.jpg') no-repeat;
}
.headerMenu .subMenus > li.chocolate:hover{
    background: url('../image/main-nav-bar/chocoalte-rollover-130x18.jpg') no-repeat;
}
.headerMenu .subMenus > li.charms:hover{
    background: url('../image/main-nav-bar/charms-rollover-130x18.jpg') no-repeat;
}
.headerMenu .subMenus > li.hardHoney:hover{
    background: url('../image/main-nav-bar/hard-honey-rollover-130x18.jpg') no-repeat;
}
.headerMenu .subMenus > li.tinies:hover{
    background: url('../image/main-nav-bar/tinies-rollover-130x18.jpg') no-repeat;
}
.headerMenu .subMenus > li.bridal:hover{
    background: url('../image/main-nav-bar/bridal-rollover-130x18.jpg') no-repeat;
}

.main .sale {
	color: #F00;
}


/* NIVO SLIDER CSS STARTS*/
.nivoSliderContainer{
    position: absolute;
    top: 67px;
	left: 200px;
    z-index: 2222;
    background-color: white;
    height: 563px;
    border-right: 1px solid #5A0000;
}
.nivoSlideContainer img{
    position: absolute;
    top: 0;
    left: 0;
}
.nivoSlider a {
    border:0;
    display:block;
}
#slider .nivo-controlNav {
    position:absolute;
    right:300px;
    bottom: -27px;
    z-index:99;
}
#slider .nivo-controlNav a {
     display:block;
     float:left;
     margin:0 3px 0 0;
     background:url("../image/nivo-images/nivo-buttons.png") -100px -3px no-repeat;
     width:22px;
     height:22px;
     outline:none;
     text-indent:-9999px;
}
#slider .nivo-controlNav a.active {	
    background:url("../image/nivo-images/nivo-buttons.png") -100px -25px no-repeat;
}
.nivo-directionNav a {
    display:block;
    width:50px;
    height:50px;
    text-indent:-9999px;
    border:0;
}
a.nivo-nextNav {
    background:url("../image/nivo-images/nivo-buttons.png") -50px 0px no-repeat;
    right:5px;
/*    display: none;*/
}
a.nivo-prevNav {
    background:url("../image/nivo-images/nivo-buttons.png") left no-repeat;
    left:5px;
/*    display: none;*/
}
.nivo-caption {
    text-shadow:none;
    font-size:12px;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}
.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
/* NIVO SLIDER CSS ENDS */
