/*----------------------------------
		Theme388_Shopping2
		Cat Fashion and Retail
----------------------------------*/

/*------------------------------------
	GENERAL
------------------------------------*/
body{
	margin: 30px 0 20px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}

.sf_outer_wrapper{
	position:relative;
	width: 713px;
	margin: 0 auto 0 auto;
}

.sf_wrapper{	
	margin:0 auto;
	width: 713px;
}

.sf_pagetitle{
	clear: both;
	font-size: .9em;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 9px;
	
}

/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
	position: relative;
}

.sub_header {
	font-size: 0.8em;
	font-weight: bold;
	height: 15px;
	overflow: hidden;
	margin: 0 0 5px 0px;
}

.main_header {
	font-size: 1.1em;
	font-weight: bold;
	height: 15px;
	overflow: hidden;
}

.sf_extra2 {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
}

.sf_extra4 {
	width: 713px;
	height: 169px;
}

/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation_top {
	display: none;
}

.sf_navigation{
	height: auto !important;
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
	float: right;
	height: 16px;
	width: 713px;
}

.sf_navigation ul{
	background-repeat: repeat;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

.sf_navigation ul:after{
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation ul li {
	font-size: 0.8em;
	float: left;
	text-align: center;
	list-style-type: none;
	font-weight: bold;
	height: 16px;
}

.sf_navigation ul li.sf_last_nav_item{
}

.sf_navigation ul li a {
	margin: 0 5px;
	color: #262626;
	display: block;
	text-decoration: none;
	font-size: .8em;
}

.sf_navigation ul li a:visited {
	color: #262626;
}

.sf_navigation ul li a:hover{
	color: #666666;
}

.sf_extra4 {
}

/*------------------------------------
	Dropdown
------------------------------------*/
#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}
.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}

#Nav1, 
#Nav1 ul { /* all lists */
	list-style:none;
}

#Nav1 a {
	display:block;
}

#Nav1 li { /* all list items */
	float:left;
}

#Nav1 li ul { /* second-level lists */
	position:absolute;
	left:-999em;
	width:90px;
	border:0;
	margin:3px 0 0 0;
	background:#ffffff;
	padding:3px 3px 0 3px;
	z-index:1000;
}
#Nav1 li ul li{
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	background:none;
}
#Nav1 li ul li a{
	margin:0 0 3px 0;
	width:70px;
	background:#f1f1f1;
	padding:3px 10px;
	line-height:normal;
	white-space:normal;
	border:none;
	font-size: 1em;
}
#Nav1 li ul li a:hover{
	background:#ffffff;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}

#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

/*------------------------------------
	PAGE TITLE
------------------------------------*/



.sf_extra6{/*--[ bottom of title ]--*/
	height: 5px;
}

.sf_extra7 {
	background-repeat: no-repeat;
	background-position: bottom;
	width: 712px;
	height: 15px;
	padding-top: 20px;
	clear: both;		
}


/*------------------------------------
	PAGE CONTENT
------------------------------------*/

.sf_content{
	font-size: 12px;
	color: #7a7a7a;
	clear: both;
}

/*------------------------------------
	FOOTER
------------------------------------*/

.sf_footer{
	clear:both;
	padding: 5px 0 5px 0;
	font-size: .7em;
	text-align: right;
}

.sf_banner {
	margin: 40px auto 0 auto;
	text-align: center;
}


a:link {
	text-decoration: underline;
}

a:visited {
	
}

a:hover {
	text-decoration: none;
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
