/* Navigation Bar*/
/*top nav*/

#nav{

	margin:0 auto;
    	text-transform:uppercase;
	height:22px;
        background:#ffffff;
        width:855px;
        padding:0px 0px 0px 0px;
	font-size:10px;
              
}

#nav ul{

	float:left;	

}

#nav ul li{
	float:left;	
	height:22px;
        border-right:1px solid #FFFFFF;
	}
li.navLNK_sep{ width:5px; background:#FFFFFF url(images/SEP.png) no-repeat;}
li.navLNK_home{ width:31px; background:#FFFFFF url(images/HOME.png) no-repeat;}
li.navLNK_jeans{ width:38px; background:#FFFFFF url(images/JEANS.png) no-repeat;}
li.navLNK_tops{ width:32px; background:#FFFFFF url(images/TOPS.png) no-repeat;}
li.navLNK_bags{ width:62px; background:#FFFFFF url(images/BAGS.png) no-repeat;}
li.navLNK_shoes{ width:39px; background:#FFFFFF url(images/SHOES.png) no-repeat;}
li.navLNK_beauty{ width:46px; background:#FFFFFF url(images/BEAUTY.png) no-repeat;}
li.navLNK_living{ width:40px; background:#FFFFFF url(images/LIVING.png) no-repeat;}
li.navLNK_dresses{ width:51px; background:#FFFFFF url(images/DRESSES.png) no-repeat;}

#nav ul li a{
	text-indent:-9999px;
        display:block;
        height:33px;

}

#nav ul li:hover,#nav ul li.nav_active{
	border-right:1px solid #FFFFFF;
	background-color:none;

}

#nav ul li.navPart1:hover,#nav ul li.navPart2:hover{ border-color:#000;}

#nav .search_field{
	border:1px solid #000000;
	float:right;
	margin-top:2px;
	margin-right:0px;
	width:128px;
	height:14px;
	padding-top:2px;
	font:bold 11px Arial, Helvetica, sans-serif;

}

#nav .search_submit{
	width:20px;
     	height:18px;
        float: right;
	background:#ffffff url(images/button_go.png) no-repeat;
        border:0;
        color: #ffffff;
        font:0.0em;
	margin-top:2px;
	text-indent:-9999px;
	cursor:pointer;
       
}
/* Dropdown Menus */		

	
#nav ul li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 168px;
	text-transform:none;
	border:1px solid #ffffff;
	border-top:0;
	background: #000;
	height:30px;
	z-index:100;
	position:relative;
}
#nav ul li li:hover{
	z-index:100;
	position:relative;
}
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 158px;
	float: none;
	margin: 0px;
	padding:0 8px 0 8px;	
	text-indent:0;
	color:#9dc9f0;
	font-size:11px;
	line-height:30px;	
}
	
#page-bar li li a:hover, #page-bar li li a:active {
	
}

#page-bar li ul {
	position: absolute;
	width: 170px;
	left: -999em;
	border-top:1px dotted #ffffff;
	margin-left:-1px;
	margin-top:0px;
	
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
}
/*end top nav*/


/*Linked To Main Blog*/
.topNav{
	margin:0 auto;
	width:1024px;
	background:#000000;
        padding:0px 10px 0px 10px;
        color:#fff;
	font-weight:bold;
	height:23px;
	line-height:22px;
	font-size:10px;
        clear:both;
}
.topNav_left{
	float:left;
	margin-left:10px;
}
.topNav_left img{
	float:left;
	margin-left:10px;
        padding:2px;
}
.topNav_right{
	float:right;
	margin-right:10px;
}


/* postnav */
.postnav {
        margin: -10px;
        margin-top: 10px;
        margin-bottom: 15px;
	padding:15px 10px;
	background: transparent;
        width:855px;
}
.postnav a {
	border: none !important;
	color: #000000 !important;
	font: bold 10px Arial;
	width: 200px;
}
.postnav a:visited {
	border: none !important;
	color: #000000 !important;
}
.postnav a:hover {
	border: none;
	text-decoration: underline !important;
}
.postnav .previous a {
	background: url(images/prev-post.gif) no-repeat left top;
	padding: 12px 0 10px 30px;
	float: left;
}
.postnav .next a {
	background: url(images/next-post.gif) no-repeat right top;
	padding: 12px 30px 10px 0;
	float: right;
	text-align: right;
}

/*AD SPACE*/
#top {
	margin:0 auto;
	padding:5px;
	background:#000000;
	width:855px;
	font-size:0.7em;
        margin-bottom: 15px;
	}

#headline {
	width:550px;
	float:left;
	padding:0px 0px 0px 0px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	background:#000000;
	color:#fff;
	overflow:hidden;
	}
#headline h2 {
	color: #000000;
	}
#feat {
	width:300px;
	float:right;
	padding:2px;
	font-size:1.05em;
        background:#000000;
	}

#feat-ads {
	width:300px;
	float:right;
	padding:2px;
	background:#000000;
	}
#featured .clearfloat {
	margin-top:0px;
	margin-bottom:7px;
	}

/*POPULAR*/
#front-popular {
	font-size:10px;
	color:#fff;
	width: 500px;
	background:#000000;
	margin: 0 auto;
        margin-top: 10px;
	padding:1px;
	}
#front-popular h2 {
       margin: 0 auto;
}
#pop {
        width:500px;
	float:left;
	padding-right:5px;
	border-right:1px dotted #ffffff;
	}
#pop a {
	color:#fff;
	}

#pop ul {
	margin-top:5px;
	}

#pop li {
	list-style:none;
	background:url(images/dots_footer.gif) repeat-x top;
        padding-top:1px;
	}

#pop ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#pop ul li a:hover {
	background:#000000;
	color:#fff;
	}

#pop ul li:first-child {
	background:none;
	}
