/*html{font-size:100.01%;}*/
body{
	margin:0;
	font:12px/14px Georgia,times,serif;
	color:#000;
	background:url(../img/bg-body.gif) repeat 0 0;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
}
form,fieldset,img{
	margin:0;
	padding:0;
	border:0;
	display:block;
}
.textwidget ul li {
	list-style:none;
}
/*page*/
#page{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
}

#header{
	width:100%;
	overflow:hidden;
}
#header h1{
	float:left;
	margin:8px 0 0;
	padding:0 9px 8px;
}
#header h1 a{
	float:left;
	width:305px;
	height:45px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/logo.gif) no-repeat 0 0;
}
#header .menu ul{
	margin:14px 0 0;
	padding:0 31px 0 5px;
	float:right;
	overflow:hidden;
	list-style:none;
	background:#000;
}
#header .menu ul li{
	float:left;
	height:35px;
	padding:0 30px;
}
#header .menu ul li a{
	font-weight:bold;
	color:#fff;
	line-height:35px;
}
#header .menu ul li a:hover{
	color:#f09;
}
#header .menu ul li.current_page_item a{
	color:#f09;
}
#header div.main-banner {
	width:950px;
	height:350px;
	border:5px solid #ccc;
	overflow:hidden;
}

#main{
	width:100%;
	margin:10px 0 0;
	overflow:hidden;
}
#main h1{
	padding:0 0 20px;
	margin:0;
	font-size:2em;/*24px;*/
	line-height:1.2917em;/*31px;*/
}
#main h2{
	padding:0 0 15px;
	margin:0;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	color:#f09;
}
#main h2 a{
	color:#f09;
}
#main h3{
	padding:0 0 12px;
	margin:0;
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	color:#fff;
}
#main h4{
	padding:0 0 10px;
	margin:0;
	font-size:12px;
	color:#000;
}
#main h5{
	padding:0 0 8px;
	margin:0;
	font-weight:normal;	
}
#main h6{
	padding:0 0 5px;
	margin:0;
	font-size:10px;	
}

/*breadcrumb*/
#breadcrump{
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
	float:left;
}
#breadcrump p{
	padding:6px 0 0 8px;
	margin:0;
}
#breadcrump p a{
	font-weight:bold;
	color:#ff0099;
}
#breadcrump div.searchform{
	width:280px;
	float:right;
	height:26px;
	padding:0 0 1px;
}
#breadcrump #searchform{
	margin:0;
	padding:0;
	width:auto;;
	text-align:left;
}
#searchform{
	width:100%;
	overflow:hidden;
}
#searchform label,
 div.searchform  label{
	display:none;
}
#searchform #s,
div.searchform #s{
	float:left;
	width:240px;
	height:18px;
	padding:6px 7px 2px;
	margin:0;
	border:0;
	color:#fff;
	background:#000;
	outline:none;
}
#searchform #searchsubmit,
div.searchform #searchsubmit{
	float:right;
	display:inline;
	width:26px;
	height:26px;
	padding:0;
	margin:0;
	border:0;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
	background:url(../img/bg-search-btn.gif) no-repeat 0 0;
}
#searchform #searchsubmit{
	float:left;
}

#content{
	width:630px;
	margin:0;
	padding:0px 0px 0 10px;
	float:left;
}


#content div.post{
	margin:0 0 10px;
	border:1px solid #171717;
	overflow:hidden;
}
#content div.post h2 {
	padding:0 15px 0 10px;
	min-height:38px;
	line-height:39px;
	border-bottom:1px solid #171717;
	background:#010101 url(../img/bg-top-post.gif) repeat-x 0 0;
}
#content div.post div.post-content{
	
	margin:16px 0 0;
	padding:0 10px 13px;
}



/* START CSS som styre alle sub-pages, ID har fået tilføjet (ny) */

#contentny{
	width:430px;
	margin:0;
	padding:0 10px;
	float:left;
}

#contentny div.post{
	width:628px;
	margin:0 0 10px;
	border:1px solid #171717;
	overflow:hidden;
}
#contentny div.post h2 {
	width:603px;
	padding:0 15px 0 10px;
	min-height:38px;
	line-height:39px;
	border-bottom:1px solid #171717;
	background:#010101 url(../img/bg-top-post.gif) repeat-x 0 0;
}
#contentny div.post div.post-content{
	width:608px;
	margin:16px 0 0;
	padding:0 10px 13px;
}


/*SLUT*/


















#content div.post div.post-content .teaser{
	height:1%;
	padding:0;
	overflow:hidden;
	background:transparent url(../img/grey-dash.gif) repeat-x scroll 0 100%;
}
#content .content div.post div.post-content .teaser{
	background:none;
	
}
/*#content div.post div.post-content .teaser p a{
	float:left;
}*/

#content div.post div.post-content img.alignleft{
	float:left;
	margin:0 10px 0 0;
}
#content div.post div.post-content img.alignright{
	float:right;
	margin:0 0 0 10px;
}
#content div.post div.post-content img.aligncenter{
	margin:0 auto;
	float:none;
	display:block;
}

/*height-inside-page*/
#content .content div.post div.post-content{
	min-height:661px;
	height:auto!important;
	height:661px;
}

#content div.post div.post-content .teaser p{
	padding:0 0 17px;
	margin:0;
}
#content div.post div.post-content a.more-link{
	color:#858585;
	font-style:italic;
	cursor:pointer;
}
#content div.post div.post-content p.commentes {
	width:100%;
	overflow:hidden;
	color:#f09;
	font-size:11px;
	line-height:12px;
	margin:0;
	padding:12px 0 0;
}
#content div.post div.post-content p.commentes a{
	color:#FF0099;
}
#sidebar-left{
	float:left;
	overflow:hidden;
	border:1px solid #fc66c0; /*NY LEFT SIDEBAR*/
}


body.page-id-173 a.babytojnav, body.page-id-196 a.badetojnav, body.page-id-201 a.barnebuksernav, body.page-id-244 a.dametojnav, body.page-id-241  a.drengejakkenav, body.page-id-211  a.gummistovlernav, body.page-id-237  a.lingerinav, body.page-id-210  a.regnjakkenav, body.page-id-234  a.pigejakkenav, body.page-id-231  a.pigekjolenav, body.page-id-228  a.pigershortsnav, body.page-id-221  a.pigetopnav, body.page-id-188  a.trussenav{

	font-weight:	bold;
	color:			#FF0066

}
 

/* config af sidebar-right*/
#sidebar-right{
	float:left;
	background:white;
	border: 0px;
	margin:0px;
	width:180px;
	
}
#main div.sidebar{

	overflow:hidden;
}
#main div.sidebar  span{
	color:#f09;
	font-weight:bold;
}
#main div.sidebar div.title {
	width:271px;
	margin:5px 0 0;
	padding:0 0 7px 7px;
}
#main div.sidebar div.box-widgets{
	
	width:100%;
	margin:0px;
	padding:0 0 13px;
	overflow:hidden;
}
#main div.sidebar div.widget_text {
	width:278px;
/*	border:1px solid #fc66c0; */
	margin:0 0 10px;
}
#main div.sidebar div.box-widgets h3 {
	width:246px;
	height:38px;
	padding:0 15px 0 19px;
	line-height:40px;
	border-bottom:1px solid #fc66c0;
	background:#ff15a1 url(../img/bg-vidgetes.gif) repeat-x 0 0;
}
#main div.sidebar div.box-widgets ul,
#main div.sidebar #text-3 .textwidget ul{
	width:246px;
	padding:0 15px 0 19px;
	margin:5px 0 -2px;
	float:left;
	overflow:hidden;
}
#main div.sidebar #text-3 ul{
	margin:0;
	padding:0;
	width:auto;
}
#main div.sidebar #text-3 ul li{
	height:auto;
	padding:0;
	margin:0;
	background:none;
}
#main div.sidebar #text-3 ul li a{
	margin:0;
	padding:0;
}

/*links*/
#main div.sidebar #linkcat-3{
	padding:0;
}
#main div.sidebar #linkcat-3 h3{
	display:none;
}
#main div.sidebar #linkcat-3 ul{
	margin:0;
	padding:0;
	width:auto;
}
#main div.sidebar #linkcat-3 ul li{
	margin:0;
	padding:0;
	height:auto;
}
#main div.sidebar #linkcat-3 ul li a{
	margin:0;
	padding:0;
}

#main div.sidebar div.box-widgets ul li,
#main div.sidebar #text-3 .textwidget ul li{
	width:100%;
	height:22px;
	padding:1px 0 2px;
	float:left;
	background:url(../img/bg-dash.gif) repeat-x 0 100%;
}
#main div.sidebar div.box-widgets ul li a{
	line-height:19px;
	padding:0 4px;
}
#main div.sidebar div.box-widgets ul li span.date{
	display:block;
	font-weight:normal;
}
#main div.sidebar div.box-widgets ul li span.link a{
	color:#454545;
	font-weight:normal;
}
#main div.sidebar div.box-widgets ul li.last,
#main div.sidebar #text-3 .textwidget ul li.last{
	background:none;
}
#sidebar-left ul.sidebar-banner {
	width:280px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#sidebar-left ul.sidebar-banner li{
	width:280px;
	float:left;
	overflow:hidden;
}

/*sidebar*/
#main  div.sidebar  div.widget_recent_entries{
	width:278px;
	padding:0;
	margin:0 0 10px;
	border:1px solid #fc66c0;
	overflow:hidden;
	background:#fe9cd7;
}
#main div.sidebar  div.widget_recent_entries ul,
#main div.sidebar  div.post ul {
	width:245px;
	padding:0 12px 12px 22px;
	margin:0;
	float:left;
	font-size:11px;
	line-height:13px;
	overflow:hidden;
}
#main div.sidebar  div.widget_recent_entries ul span,
#main div.sidebar  div.post ul span {
	color:#454545;
	line-height:13px;
}
#main div.sidebar div.widget_recent_entries ul li,
#main div.sidebar div.post ul li {
	width:100%;	
	height:1%;
	padding:14px 0;
	float:left;
	background:none;
}
#main div.sidebar div.widget_recent_entries ul li a,
#main div.sidebar   div.post ul li a {
	line-height:19px;
	padding:0;
	color:#fff;
	line-height:13px;
	font-size:12px;
}
#main div.widget_archive{
	width:280px;
	padding:0;
	border-top:1px solid #999;
	overflow:hidden;
	background:#999;
}
#main div.sidebar div.widget_archive h3 {
	width:246px;
	padding:0 15px 0 19px;
	min-height:38px;
	line-height:38px;
	border-bottom:none;
	background:#676767 url(../img/bg-archive.gif) repeat-x 0 0;
}
#main div.sidebar  div.widget_archive ul {
	width:246px;
	padding:0 15px 0 22px;
	margin:7px 0 0;
	float:left;
	overflow:hidden;
}
#main div.sidebar  div.widget_archive ul li {
	width:100%;
	height:29px;
	padding:4px 0 2px;
	float:left;
	background:url(../img/bg-dash.gif) repeat-x 0 100%;
}
#main div.sidebar  div.widget_archive ul li a {
	line-height:23px;
	padding:0 4px 0 0;
}

/*pre-footer*/
#pre-footer{
	width:950px;
	padding:12px 0 14px 10px;
	overflow:hidden;
}
#pre-footer span.date {
	color:#f09;
	font-size:11px;
}
#pre-footer div.box{
	width:288px;
	float:left;
	margin:0 30px 0 0;
	overflow:hidden;
}
#pre-footer #tweeter{
	width:300px;
	margin:0 0 0 0;
}
#pre-footer div.box h4 {
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	margin:0 0 15px;
	padding:0 0 2px;
	color:#000;
	background:url(../img/grey-dash.gif) repeat-x 0 100%;
}
#pre-footer div.twitter h4{
	margin:0 0 11px;
}
#pre-footer div.box ul{
	margin:0;
	padding:0;
	list-style:none;
}
#pre-footer div.box ul li{
	width:100%;
	overflow:hidden;
	padding:0 0 9px;
}
#pre-footer div.box ul li a img{
	float:left;
	border:none;
	margin:0 11px 0 0;
	padding:2px 0 0 0;
}
#pre-footer div.box ul li .teaser{
	overflow:hidden;
	height:1%;
	padding:0 20px 0 0;
}
#pre-footer div.box ul li .teaser span.date{
	display:block;
}

/*twitter*/
#pre-footer div.box #tweeter_container{
	width:299px;
	overflow:hidden;
	padding:7px 0 0 0;
	background:url(../img/box-update-bg.png) no-repeat 0 0;
}
#pre-footer div.box #tweeter_feed{
	width:100%;
	overflow:hidden;
	padding:0 0 60px 0;
	background:url(../img/box-update-bg-bottom.png) no-repeat 0 100%;
}
#pre-footer div.box #tweeter_feed ul{
	width:275px;
	padding:0 12px 5px;
	overflow:hidden;
	color:#FFF;
	background:url(../img/box-update-bg.png) repeat-y -299px 0;
}
#pre-footer div.box #tweeter_feed ul li{
	line-height:15px;
	margin:0;
	padding:5px 0 0;
}
#pre-footer div.box #tweeter_feed ul li span.tweeter_time{
	color:#FF0099;
	font-size:11px;
}
#pre-footer div.box #tweeter_feed ul li a{
	color:#FFF;
}

/*footer*/
#footer{
	width:100%;
	height:71px;
	overflow:hidden;
	background:#000;
}
#footer p{
	text-align:center;
	margin:0;
	padding:31px 0 0;
	color:#454545;
	font-weight:bold;
}
#footer p a{
	font-weight:bold;
	color:#FFF;
}
#footer p a.home{
	color:#ff0099;
	text-transform:uppercase;
}

.post-content .clear{
	width:100%;
	display:inline-block;
	overflow:hidden;
}

#sidebar-right pre{
	position:absolute;
	background:#FFF;
	width:60%;
	left:20%;
	right:20%;
	top:20%;
}

.logo img{
width:180px;
padding:0px;
margin-left:0px;
background:white;
}

/*  ROLLOVER FUNKTION  */

.cssnav
{
position: relative;
font-weight:bold;
background: url("http://www.supersales.dk/knap_blank.gif") no-repeat;
white-space: nowrap;
display: block;
width: 238px;
height: 36x;
margin: 0;
padding: 0;
}

.cssnav a{
float:right;
display: block;
background: url("http://www.supersales.dk/knap_blank.gif") no-repeat;
color: #000000;
font-size: 14px;
width: 238px;
height: 36px;
display: block;
float: left;
color: black;
text-decoration: none;
padding:10px;
}

.cssnav a:hover{
float:right;
display: block;
background: url("http://www.supersales.dk/knap_blank_over.gif") no-repeat;
color: #000000;
font-size: 14px;
width: 238px;
height: 36px;
display: block;
float: left;
color: black;
text-decoration: none;
padding:10px;
}



.cssnav span
{
position: absolute;
left: 15px;
top: 8px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 


