/* Main CSS Start */
/*importing reset stylesheet start*/
@import "reset.css";
/*importing reset stylesheet end*/


.arrowlistmenu{
	width: 225px; /*width of accordion menu*/
	float: left;
  margin-left: 20px;
  margin-right: 20px;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size:12px;
background:url(/gif/new/col-1-heading.gif) no-repeat;
width:215px;
height:21px;
color:#fff;
font-weight:normal;
text-transform:uppercase;
padding:5px 0 0 10px;
text-shadow:1px 1px 1px #878787;
}

td {
	font-size:12px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background:url(/gif/new/col-1-heading.gif) no-repeat;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
padding: 0;
border-right:#f0f0f0 solid 1px;
border-bottom:#f0f0f0 solid 1px;
border-left:#f0f0f0 solid 1px;
}

.arrowlistmenu ul li{
	width:215px;
	padding:0 0 0 8px;
}

.number h3{
color: #777 !important;
background:url(/gif/new/cnct-bg.gif) no-repeat left bottom;
width:215px;
padding:0 0 0 8px;
text-shadow: 0px 0px 0px #878787 !important;
}

.number{
background:url(/gif/new/cnct-bg.gif) no-repeat left bottom;
	width:215px;
	border-right:#f0f0f0 solid 1px;
	border-bottom:#f0f0f0 solid 1px;
	border-left:#f0f0f0 solid 1px;
	padding:0 0 0 8px;
	text-shadow:0px 0px 0px #878787;
	color: #555;
}

.arrowlistmenu a{
color: black;
}

.arrowlistmenu ul li a{
	font-size:13px;
	color:#666;
	text-decoration:none;
	line-height:25px;
	padding: 0 0 0 17px;
}

.arrowlistmenu ul li a:visited{
color: #666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
font: normal Arial bold 13px;
color: #000;
}

.blabla a{
width: 100%;
}

.blabla {
color: #A70303;
background: url(/gif/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 100%;
margin: 0 15px 0 15px;
}

.blabla a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

#page 		{ width:1005px; margin:0 auto; }
#page2 		{ width:1005px; margin:0 auto; }

body {
	/*background:url(/wp-content/themes/cellip_rokad/images/body.gif) repeat;*/
	background-color:#fff;
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #666;
		/* center everything for ie*/
        text-align:center;
}
				/*--------Generally css-------*/
				p img {
					padding: 0;
					max-width: 100%;
					}
				
				img.centered {
					display: block;
					margin-left: auto;
					margin-right: auto;
					}
				a:hover{
					text-decoration:none !important;
				}
				img.alignright {
					padding: 0px;
					margin: 5px 0px 0px 15px;
					display: inline;
					}
				
				img.alignleft {
					padding: 0px;
					margin: 5px 15px 0px 0;
					display: inline;
					}
					
				img.aligncenter {
					display: block;
					padding: 0px;
					margin:0 0 10px 0;
					}
				.alignright{
					float: right;
				}
				.alignleft{
					float: left;
				}
				h1{
					font-size:28px;
					padding-bottom:15px;
					color:#000;
				}
				h2{
					font-size:18px;
					color:#333333;
					font-weight:bold;
				}
				h3{
					font-size:18px;
					color:#333333;
					font-weight:normal;
					padding:0 0 15px 0;
					text-transform:uppercase;
				}
				h4{
					font-size:12px;
					background:url(/gif/new/col-1-heading.gif) no-repeat;
					width:215px;
					height:21px;
					color:#fff;
					font-weight:normal;
					text-transform:uppercase;
					padding:5px 0 0 10px;
					text-shadow:1px 1px 1px #878787;
				}

				h5{
					font-size:16px;
					padding-bottom:15px;
					color:#000;
				}
				h6{
					font-size:14px;
					padding-bottom:15px;
					color:#000;
				}
				ol{
					padding-bottom:15px;
					list-style:decimal!important;
				}
				p{
					font-size:12px;
					color:#000;
					padding-bottom:15px;
					line-height:15px;
				}
				a{
					color:#000;
					text-decoration:none;
				}
				a:hover{
					text-decoration:underline;
				}
				span{
					display:inline-block;
				}
				/*--------Generally css-------*/

#outer-warpper{
	text-align:left;
	width:1005px;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	padding-top:60px;
}
#wrapper{
	overflow:hidden;
	position:relative;
	top:-3px;
	z-index:1;

}
.wrapper-top{
	position:relative;
	/*background:url(/gif/new/container-top.png) no-repeat top;*/
	width:1006px;
	height:7px;
	line-height:0;
	font-size:0;
}
.wrapper-center{
	/*background:url(/gif/new/container-center.png) repeat-y;*/
	width:1006px;
}
.wrapper-btm{
	/*background:url(/gif/new/container-bottom.png) no-repeat bottom;*/
	width:1006px;
	height:7px;
	line-height:0;
	font-size:0;
}
.nav{
	padding:10px 20px 0 0;	
	overflow:hidden;
}
.tabs {
	float:left;
	position:relative;
	z-index:999;
}

.tabs a.toplogin {
	color: #eee;
	font-weight:bold;
	line-height:30px;
	font-size:12px;
	margin-right:10px;
}

.tabs a.toplogin:hover {
	text-decoration:underline;
}

.tabs ul {
	float:left;
}
.tabs li {
	float:left;
	list-style:none;
	/*background:url(images/tab-right.png) no-repeat right top;*/
	height:30px;
	text-align:center;
	width:101px;
}
.tabs ul li a:hover {
	/*background:url(images/nymeny/header-foretag-flik-foretag.png) no-repeat;*/
	color:#fff;
	text-decoration:underline !important;
}
.tabs li.active {
	background:url(/wp-content/themes/cellip_rokad/images/nymeny/header-foretag-flik-foretag.png) no-repeat;
}
.tabs li a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
	/*background:url(images/tab-left.png) no-repeat left top;*/
	width:100%; height:100%;
	display:inline-block;
	line-height:30px;
}
.tabs li a:hover {
	color:#00617A;
}
.tabs li.active a {
	color:#00617A;
}
.tabs li.active a:hover {
	color:#00617A;
}
.nav-right {
	float:right;
}
.nav-right ul {
	float:left;
}
.nav-right ul li {
	float:left;
	list-style:none;
	padding:0 10 0 10px;
}
.login{
	background:url(/gif/new/log-in.png) no-repeat;
	width:122px;
	height:25px;
	display:block;	
}
.search-bar{
	background:url(/gif/new/input-field.png) no-repeat;
	width:127px;
	height:21px;
	border:none;
	padding:0 0 0 8px;
	font-size:11px;
	color:#666666;
	line-height:21px;
}
input[type=submit].sbmt{
	margin-top:0px;
	background:url(/wp-content/themes/cellip_rokad/images/knapp-logga-in-21px.png) no-repeat;
	width:66px;
	height:21px;
	border:none;
	cursor:pointer;
}

input[type=submit].sbmt1{
	margin-top:0px;
	background:url(/wp-content/themes/cellip_rokad/images/knapp-logga-in-21px.png) no-repeat;
	width:66px;
	height:21px;
	border:none;
	cursor:pointer;
}

.bg-seprt{
	background:url(/gif/new/seprater.gif) no-repeat;
	width:2px;
	height:27px;
	display:inline-block;	
}
#logo {
	width:200px;
	height:55px;
	float:left;
}
#logo a {
	background:url(/gif/images/logo.gif) no-repeat;
	width:200px;
	height:55px;
	float:left;
	text-indent:-9999px;
}

.contct {
	float:right;
	margin-right:20px;
	line-height:47px;
	color:#eee;
	margin-top:7px;
}
.ctnc-text-1 {
	font-size:13px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	width:169;
	line-height:20px;
	/*margin-left:-25px;*/ /* hack for IE */
}
.ctnc-txt-2 {
	font-size:25px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
	font-weight:bold;
	line-height:23px;
	width:169;
	/*margin-left:-25px;*/ /* hack for IE */
}
/* Main CSS End */


/* Header CSS Start */
#header {
	padding:20px 20px 10px 20px;
	width:962px;
	overflow:hidden;
	height:60px; 
	height:100px\9;
}



/* Header CSS End */


/* Menu CSS Start */
#menu {
	height: 63px;
	background:url(/wp-content/themes/cellip_rokad/images/nymeny/meny-1.png) repeat-x;
	overflow:hidden;
	display:block;
	width:1007px;
	margin:0 auto;
	line-height:63px;
}

#menu2 {
	position:relative;
	margin-top:-14px;
	padding-top:24px;
	background:url(/wp-content/themes/cellip_rokad/images/nymeny/meny-2.png) repeat-x bottom;
	background-position:top;
	font-size:14px;
	font-weight:none;
	height:29px;
	width:1007px;
	z-index:28;
}

#menu3 {
	position:absolute;
	background:url(/wp-content/themes/cellip_rokad/images/nymeny/meny-3.png) bottom;
	margin-top:-12px;
	padding:15px 0 5px 0;
	max-height:70px;
	min-height:55px;
	width:1007px;
	z-index:27;
	color: #333;
}

#menu3 ul li, #menu3 ul li ul, #menu ul li ul li {
	display:inline-block;
	font-size:12px;
}

#menu3 ul li, #menu3 ul li ul li {
	margin-left:35px;
	width:180px;
	font-size:12px;
}

#menu3 ul li a, #menu3 ul li ul li a {
	color:#333;
}

#menu2 h6 {
	font-size:12px;
	font-weight:normal;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left:35px;
	cursor:pointer;
	min-width:32px;
}
#menu2 h6:hover {
	text-decoration:underline;
}
#menu ul {
	padding:0px 0 0 0;
	display:inline-block;
	float:left;
}
#menu ul li {
	list-style:none;
	/*background:url(images/nymeny/meny-1-avdelare.png) no-repeat right;*/
	width:160px;
	/*padding: 0 20px 0 27px;*/
	margin-left:0px;
	float:left;
	display:block;
}
#menu ul li.no-bg {
	background:none;
}
#menu ul li a {
	position:relative;
	/*margin-top:-3px;*/
	margin-left:0px;
	font-size:12px;
	color:#eee;
	text-decoration:none;
	/*padding:0 5px 0 0;*/
	height:63px;
	display:inline-block;
	width:162px;
	text-align:center;
	z-index:39;
}
.first-li {
	padding:0 5px 0 55px !important;
}
.tittle {
	display:inline-block;	
}

.tittle a:hover {
	text-decoration:underline;
}

#menu ul li a:hover, #menu ul li.current-menu-item a {
	position:relative;
	cursor:pointer;
	color: #00617A;
	z-index:39;
}

#menu ul li.current-menu-item a {
	background:url(/wp-content/themes/cellip_rokad/images/nymeny/meny-2-flik.png) no-repeat center bottom;
}

#menu ul li.current-menu-item-2 a {
	margin-top:2px;
	background:url(/wp-content/themes/cellip_rokad/images/nymeny/meny-2-flik-kundservice.png) no-repeat center bottom;
	color: #3261a3;
}

#menu ul li a:hover span, #menu ul li.current-menu-item a span {
	/*background:url(images/menu-hover-rpt.png) no-repeat left top;*/
}

li#menu-item-20.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-9.current_page_item.menu-item-20 {
	
}
ul.discription li.page_item a:hover {
	text-decoration:underline;
}
ul.discription li.page_item li a:hover{
	text-decoration:underline;
}
#menu ul li a span {
	display:inline-block;
	/*padding:2px 3px 2px 8px;*/
	height:20px;
	line-height:63px;
}
#menu ul li a:hover {
}
.web-imges{
	float:right;
	padding:5px 20px 0 0;	
	overflow:hidden;
	display:block;
}
.web-imges ul{
	float:right;
	padding:0 0 10px 0;
}
.web-imges ul li{
	float:left;
	list-style:none;
	padding:0 3px 0 0;
}
/* Menu CSS End */


/* Content CSS Start */
#content {
	padding:0px 20px 50px 25px;
}
#col-1 {
	width: 225px;
	float: left;
}
.contact-detail{
	padding: 0 0 0 0;
	margin-bottom:20px;
}
.contact-detail li{
	list-style:none;
	background:url(/gif/new/cnct-bg.gif) no-repeat left bottom;
	width:215px;
	border-right:#f0f0f0 solid 1px;
	border-bottom:#f0f0f0 solid 1px;
	border-left:#f0f0f0 solid 1px;
	padding:0 0 0 8px;
}
.contact-detail li a{
	font-size:13px;
	color:#666;
	text-decoration:none;
	line-height:25px;
	padding: 0 0 0 17px;
	font-weight:bold;
}
.contact-detail li a.active-txt{
	color:#333333;
	font-weight:bold !important;
}
.contact-detail li ul{
	padding:0 0 0 0;
}
.contact-detail li ul li{
	background:none;
	border:0;
	padding:0;
}

.contact-detail li ul li a{
	font-weight:normal !important;
}
.contact-detail li a:hover{
	color:#333333;
	font-weight:bold !important;
}
.green{
	background:url(/gif/new/green-box.gif) no-repeat left 4px;
	color:#333 !important;
}
.blue{
	background:url(/gif/new/blue-box.gif) no-repeat left 4px;	
	color:#333 !important;
}
.black{
	background:url(/gif/new/black-box.gif) no-repeat left 4px;
	color:#333 !important;	
}
.box-txt{
	padding:0 0 25px 0;	
}
.box-txt ul li{
	list-style:none;
	background:url(/gif/new/cnct-bg.gif) no-repeat;
	width:223px;
	height:25px;
	border-right:#f0f0f0 solid 1px;
	border-bottom:#f0f0f0 solid 1px;
	border-left:#f0f0f0 solid 1px;
}
.box-txt ul li.blue{
	background:url(/gif/new/blue-box.gif) no-repeat left center;	
}
.box-txt ul li.black{
	background:url(/gif/new/black-box.gif) no-repeat left center;	
}
.box-txt ul li a{
	padding:7px 0 0 13px;
	display:inline-block;
	font-size:13px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
.admin{
	padding:0 0 130px 0;	
}
.admin ul li{
	background:url(/gif/new/cnct-bg.gif) no-repeat;
	width:223px;
	height:25px;
}
.admin ul{
	border-top:#f0f0f0 solid 1px;
	border-left:#f0f0f0 solid 1px;
	border-right:#f0f0f0 solid 1px;
}
.admin ul li a{
	 text-decoration:none;
	 font-size:13px;
	 color:#333333;
	 text-decoration:none;
	 line-height:24px;
	 padding:0 0 0 8px;
}
.admin ul li{
	border-bottom:#f0f0f0 solid 1px;
}
#col-2 {
	width:482px;
	float: left;
	margin: 0 0 0 18px;
}
.col-2-txt{
	font-size:18px;
	color:#cc0000;
	font-weight:normal;
	display:block;
}
.din ul li{
	background:url(/gif/new/din-bg.gif) no-repeat;
	width:460px;
	margin:8px 0 0 0;	
}
.din ul li div.discription{
	padding:20px;
	display:none;
}
.din ul li a{
	font-size:12px;
	color:#333333;
	text-decoration:none;
	line-height:21px;
	background:url(/gif/new/click-arrow.gif) no-repeat left center;
	padding:0 0 0 27px;
	display:block;
}

/* Content CSS End */
.normallink	a{
					display: inline !important;
					color:#666 !important;
					background: none !important;
					text-decoration:none !important;
					padding:0 0 0 0 !important;
					width:auto !important; 
					margin:0 0 0 0;	
}
.normallink a:hover{
					display: inline !important;
					color:#333333 !important;
					text-decoration:underline !important;
					background: none !important;
					padding:0 0 0 0 !important;
					width:auto !important;
					margin:0 0 0 0;	
}

.infotext{
	background-color: #DDDDDD;
	font-size:120%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}	


#col-2a {
	width:682px;
	float: left;
	margin: 0 0 0 18px;
}
.col-2a-txt{
	font-size:18px;
	color:#cc0000;
	font-weight:normal;
	display:block;
}
.dina ul li{
	background:url(/gif/new/dina-bg.gif) no-repeat;
	width:660px;
	margin:8px 0 0 0;	
}
.dina ul li div.discription{
	padding:20px;
	display:none;
}
.dina ul li a{
	font-size:12px;
	color:#333333;
	text-decoration:none;
	line-height:21px;
	background:url(/gif/new/click-arrow.gif) no-repeat left center;
	padding:0 0 0 27px;
	display:block;
}
ul li div.news a {
	display:inline;
	text-decoration:underline;
	color:#000;
	padding:0px;
	background:0;
}
ul li div.news li {
	background:0;
	list-style-type:none;
}
.dinb ul li{
	background:url(/gif/new/dina-bg.gif) no-repeat;
	width:660px;
	margin:8px 0 0 0;	
}
.dinb ul li div.discription{
	padding:20px;
	display:none;
}

.telephn-type{
	background:url(/gif/images/telephn-type.gif) no-repeat;
	width:126px;
	height:21px;
	border:none;
	display:inline-block;
	margin:0;
	padding:0 5px 0 5px;
	color:#333333;
	font-size:12px;
}
.telephn-typelong{
	background:url(/gif/images/telephn-typelong.png) no-repeat;
	width:200px;
	height:21px;
	border:none;
	display:inline-block;
	margin:0;
	padding:0 5px 0 5px;
	color:#333333;
	font-size:12px;
}
.txt-area-bg{
	background:url(/gif/images/telephn-type-2.gif) no-repeat;
	width:332px;
	height:81px;
	border:none;
	display:block;
}

/* Footer CSS Start */
#footer {
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:0;
	bottom:0;
	padding:7px 0 40px 0;
	z-index:9999;
}
#footer-content {
	position:relative;
	width:900px;
	margin:0 auto;
	padding:7px 0 40px 0;
	position:relative;
	z-index:9999;
	text-align:left;
}
#footer-bg {
	/*background: #d5d5d5;
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;*/
	background:url(/wp-content/themes/cellip_rokad/images/footer-top-gradient-5x20.png) #d5d5d5 repeat-x;
	min-width:1007px !important;
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
}
#footer ul li{
	float:left;
	list-style:none;
	padding:0 5px 0 0;
	color:#333333;
	font-size:11px;
}
#footer ul li a{
	font-size:11px;
	color:#333333;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
/* Footer CSS End */
.btn-fler-nummer {
	width:226px;
	height:21px;
	display:block;
	background:url(/gif/new/flernummer.png) no-repeat;
	padding-bottom:10px;
	
}
#help-circle {
	margin-left:20px; 
	width:20px; 
	height:20px; 
	background:url('/gif/new/infoknapp.png') no-repeat;
	display:inline-block;
}
.help-circle {
	margin-right:5px; 
	width:20px; 
	height:20px; 
	background:url('/gif/new/infoknapp.png') no-repeat;
	display:inline-block;
}
#help-box {
	background: url('/gif/new/pratbubbla.png') no-repeat; 
	display:none; 
	position:absolute; 
	left:0; 
	right:0; 
	z-index:9999; 
	width:290px; 
	height:153px; 
	padding:0px;
}
#helptext {
	position:relative;
	top:30px;
	left:10px;
	width:230px;
}
.numbox {
	background-color:#e3e3e3;
	padding:10px;
	display:none;
}
.gray-num-cont {
	font-size: 15px; 
	text-align:left; 
	width:458px; 
	padding:1px; 
	margin:0; 
	height:100%; 
	border:1px solid black; 
	border-radius:5px;
}
td div.gray-num-box {
 position:relative;
 padding:5px;	
 background-color:#fff; 
 margin:0; 
	border:1px solid black; 
	border-radius:5px;
}
#basket-summary {
 font-size: 15px; 
	text-align:left; 
	width:478px; 
	padding:1px; 
	margin:0; 
	height:100%; 
	border:1px solid black; 
	border-radius:5px;
}
#varukorg-prodcont {
	margin: 10px 20px 10px 20px;
}
.varukorg-sing-prodcont {
	width:100%;
	min-height:85px;
	overflow:auto;
}
.varukorg-sing-numcont {
	width:100%;
	min-height:65px;
	overflow:auto;
	padding-bottom:5px;
}
.varukorg-sing-servcont {
	width:100%;
	min-height:125px;
}
.varukorg-sing-subtcont {
	position:relative;
	left:180px;
	min-height:125px;
	width:250px;
	margin-right:40px;
}
.varukorg-prodname {
	width:300px:
	font-size:18px;
	font-weight:bold;
}
.varukorg-servname {
	width:300px:
	font-size:18px;
	font-weight:bold;
}
.varukorg-proddesc {
	margin-left:15px;
	margin-top:20px;
	width:225px;
	max-width:225px;
	float:left;
}
.varukorg-proddesc2 {
	margin-left:15px;
	margin-top:20px;
	width:225px;
	max-width:225px;
  display:inline-block;
}
.varukorg-servdesc {
	position:relative;
	margin-left:15px;
	margin-top:15px;
	width:225px;
	max-width:225px;
	float:left;
}
.varukorg-prodname a {
	font-size:14px;
	font-weight:bold;
}
.varukorg-prodimg {
	float:left;
	width:100px;
	margin-left:45px;
	margin-top:15px;
}
.varukorg-prod-pricebox {
	float:left;
	max-width:125px;
	margin-left:45px;
	margin-top:15px;
}
.varukorg-prod-count {
	float:left;
	max-width:125px;
}
.varukorg-pricebox {
	float:left;
	max-width:150px;
}
.varukorg-serv-pricebox {
	margin-top:15px;
	float:left;
	max-width:150px;
}
#varukorg-service-cont {
	margin: 10px 20px 10px 20px;
}
.varukorg-tabort {
	margin-right:15px;
	margin-top:27px;
	float:right;
	min-height:15px;
}
#varukorg-rubrik-summa {
	font-size:28px;
	font-weight:bold;
}
#varukorg-frakt {
}
.varukorg-tot-pris {
	float:right;
	margin-right:15px;
	font-weight:bold;
}


/* CSS for the news system goes here */

.n-tab {
	margin-top:-26px;
	float:left;
	z-index:1;
	background-color:#e3e3e3;
	border: 1px solid black;
	min-width:125px;
	height:25px;
	line-height:25px;
}
.n-tab:hover {
	background-color:#eee;
}
.n-activetab {
	margin-top:-26px;
	float:left;
	background-color:#fff;
	border: 1px solid black;
	border-bottom:0px;
	min-width:125px;
	height:26px;
	line-height:25px;
	z-index:3;
}
.n-clear {
	clear:both;
}
.n-addnews {
	height:25px;
	line-height:25px;
	text-align:center;
	font-family:verdana;
	font-size:14px;
}
.n-addnews:hover {
	cursor:pointer;
	background-color:#eee;
}
.n-adding {
	padding-top:7px;
	text-align:center;
	width:95%;
}
#n-content {
	background-color:#fff;
	z-index:2;
}
#n-container {
	overflow:auto;
	padding:1px;
	width:575px;
}
#n-header {
	height:50px;
	line-height:25px;
	text-align:right;
	font-size:24px;
}
#n-tools {
	display:none;
}
.n-newsarticle {
	border-top:1px solid #e3e3e3;
	width:95%;
}
.n-newsheader {
	height:25px;
	line-height:25px;
	font-size:18px;
	font-family:arial;
	font-weight:bold;
	padding-left:15px;
	text-decoration:underline;
}
.n-active {
	float:right;
	font-family:verdana; 
	font-size:12px;
	padding-right:25px;
	font-weight:normal;
}
.n-newscontent {
	padding-top:7px;
	padding-left:23px;
	padding-right:17px;
	padding-bottom:14px;
	width:95%;
	word-wrap:break-word;
}
.n-bottom {
	padding-top:5px;
	border-top:1px solid #eee;
	overflow:auto;
	font-family:verdana;
	font-size:11px;
}
.n-publishedby {
	float:left;
	padding: 0 10px 0 15px;
}
.n-publishedwhen {
	float:left;
	padding: 0 10px 0 15px;
}
.n-publishedcategory {
	float:right;
	padding-right:15px;
}
.n-rubrikinput {
	position:relative;
	margin:0 auto;
	width:90%;
	display:inline-block;
	background-color:#f3f3f3;
	border:1px solid #ccc;
	font-size:24px;
}
.n-contentinput {
	position:relative;
	margin:0 auto;
	width:90%;
	height:300px;
	display:inline-block;
	background-color:#f3f3f3;
	border:1px solid #ccc;
}
.n-hidden {
	display:none;
}

/* news system css ends here */

.timescherub {
	width:61px;
	height:47px;
	line-height:47px;
}
.timescherub div {
	background:url(/gif/new/menu-sep.gif) no-repeat right;
	width:100%;
}
.timeschebg {
	height: 47px;
	background:url(/gif/new/menu-bg.gif) repeat-x;
}
.timescherub div.no-sep {
	background:0;
}

.timescherub div a {
	font-size:12px;
	color:#000;
	text-decoration:none;	
	padding:0 4px 0	 0;
	height:47px;
	text-transform:uppercase;
	display:inline-block;
}

.timescherub div a:hover {
	background:url(/gif/new/menu-hover-2.gif) no-repeat right;
	cursor:pointer;
}
.timescherub div a:hover span {
		background:url(/gif/new/menu-hover-rpt.png) no-repeat left;
}
.timescherub div a span{
	display:inline-block;
	padding:0px 0px 0px 3px;
	height:47px;
	line-height:47px;	
	
}
.tidsruta {
	background-color:#fff;
}
.tidsrowheight {
	height:1px;
	overflow:hidden;
}


.numlink-tid {
	vertical-align:middle;
}

.numlink-tid div a {
	font-size:12px;
	color:#000;
	text-decoration:none;	
	padding:0 4px 0	 0;
	text-transform:uppercase;
	display:inline-block;
}

.numlink-tid div a:hover {
	color:#f00;
}
.allselectors {
	float:right;
}
.allselectors span {
	cursor:pointer;
	display:inline-block;
	width:59px;
	height:20px;
	line-height:20px;
	padding-left:5px;
	color:#fff;
}
.greentidbg {
	background:url(/gif/aktiv_tid.png);
	background-repeat:no-repeat;
}
.redtidbg {
	background:url(/gif/inaktiv_tid.png);
	background-repeat:no-repeat;
}

	/* clearfix */
.clearfix:after, .row:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix, .row {display:inline-block;} /*Those two .clearfix have to be separate!)*/
.clearfix, .row {display:block;}

/* gridframework */
.row {position:relative; margin-left:-20px;}
.row_hr {position:relative; height:50px; padding-top:30px; background:url(images/hr-org.jpg) no-repeat;}
.gu1 .row {width: 225px;}
.gu2 .row {width: 350px;}
.gu3 .row {width: 245px;}
.gu4 .row {width: 180px;}
.gu5 .row {width: 170px;}
.gu6 .row {width: 360px;}
.gu7 .row {width: 470px;}
.gu8 .row {width: 310px;}
.gu9 .row {width: 450px;}


.col_grid {padding-left:20px; float:left; position:relative;}
.gu1{width: 200px;}
.gu2{width: 330px;}
.gu3{width: 225px;}
.gu4{width: 160px; height:250px; background: url(http://193.105.226.82/wp-content/uploads/2012/06/no_product_huvudsida.png) no-repeat;}
.gu5{width: 150px; margin-left:20px;}
.gu6{width: 340px; margin-left:20px;}
.gu7{width: 450px;}
.gu8{width: 290px;}
.gu9{width: 430px;}
	
/* input[type=submit]:hover,
input[type=submit]:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

input[type=submit] { 
	margin-top:0px;
	padding: 5px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% "Helvetica Neue",Helvetica,Arial,sans-serif;
	width: 100px;
	background: #7ec921;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}
	
.submit input, input[type=submit] {
	width: auto;
	margin:0px;
	margin-top:5px;
	padding: 9px 15px;
	background: #7ec921;
	border: 0px thin;
	font-size: 14px;
	color: #FFFFFF;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.submitforie {
	width: auto;
	margin:0px;
	margin-top:5px;
	padding: 9px 15px;
	background: #7ec921;
	border: 0px thin;
	font-size: 14px;
	color: #FFFFFF;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

*/

input[type=submit]:hover,
input[type=submit]:focus { 
 	color: #ffffff;
  	background-color: #51a351;
  	*background-color: #499249;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

input[type=submit] { 
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);

/* standard grön knapp */

	}
	
.submit input, input[type=submit] {
	color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

	}


div#banner-top { 
  position: absolute; 
  top: 0; 
  left: 0; 
	background:url(/wp-content/themes/cellip_rokad/images/nymeny/header-foretag-board.png) repeat-x;
  width: 100%;
  height:36px;
}
div#banner-content { 
	position:relative;
  width: 980px; 
  margin: 0 auto; 
  padding: 5px 10px 10px 10px; 
	color:#FFF;
}
div#banner-split {
	position:absolute;
	top:-1px;
	left:8px;
	/*padding:0 10px 0 10px;*/
	background:url(/wp-content/themes/cellip_rokad/images/nymeny/header-foretag-avdelare.png) top left no-repeat;
	width:100%;
	height:36px;
}
#notch {
	/*background:url(/wp-content/themes/cellip_rokad/images/nymeny/meny-3-pil.png) no-repeat;
	margin:0 auto;
	width: 30px;
	height: 10px;*/
		margin:0 auto;
		width:0;
		height:0;
    border-top: 2px solid transparent;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-bottom: 9px solid #999;
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}
#notch2 {
		margin:0 auto;
		margin-left:-16px;
		margin-top:-1px;
		width:0;
		height:0;
    border-top: 2px solid transparent;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-bottom: 9px solid #f5f5f5;
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}

#till-kassan {
	position:relative;
	background:url(/wp-content/themes/cellip_rokad/images/nymeny/till-kassan-2a.png);
	width:102px;
	height:60px;
	float:right;
	margin-right:-111px;
	margin-top:0px;
	cursor:pointer;
}
#crumbs {
	padding-left:20px;
}
#crumbs a:hover {
	color:#008caa;
}