@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	width:100%;

}

body {
	text-align:center;
	margin:auto;
	padding:0;
	min-height: 100%;
    height: 100%;
	min-width: 100%;
    width: 100%;
}
table {
border-collapse:collapse;
margin:0;
padding:0;
}
img{
border:none;
} 
#wrapper {
	text-align:center;
	width:900px;
	margin:auto;
	padding-top:80px;
}
#wrappercenter{
	width:800px;
	text-align:center;
	margin:auto;
}
#languageselection{
	width:754px;
	text-align:right;
	margin:auto;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: #000000;
}
#languageselection a:link {
	text-decoration:none;
	color: #000000;
}
#languageselection a:visited {
	text-decoration:none;
	color: #000000;
}
#languageselection a:hover {
	text-decoration:none;
	color: #000000;
}
.line{
	width:400px;
	border-top:1px solid #999;
}
#line-top {
	background-image:url(images/login-line-top.jpg);
	background-repeat:no-repeat;
	width:754px;
	height:14px;
	margin:auto;
}
#line-btm {
	background-image:url(images/login-line-btm.jpg);
	background-repeat:no-repeat;
	width:754px;
	height:14px;
	margin:auto;
}
#logo {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:190px;
	height:90px;
	margin:auto;
}
#title {
	margin:auto;
	padding-top:8px;
	font-family:arial;
	font-size:18px;
	width:280px;
}
#info {
	text-align:left;
	margin:auto;
	font-family:arial;
	font-size:13px;
	padding-top:5px;
	padding-bottom:30px;
	width:270px;
	color:#808080;
}
	
#loginform {
	width:400px;
	margin:auto;
	text-align:left;
	height:150px;
	background-color:#E6E6E6;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}
#typeform{
	width:330px;
	height:80px;
	padding-top:10px;
	padding-left:55px;
}
.inputtype {
	width:100px;
	border:1px solid #0196BA;
	font-weight:bold;
}
.inputtypeFocus {
	width:100px;
	border:1px solid #0196BA;
	background-color: #e0f0f0;
	color:orange;
	font-weight:bold;
}
.inputbutton {
	width:70px;
	background-color: #F5F5F0;
	border:1px solid #0196BA;
}
input[readonly] {
	color:grey;
}
input[disabled] {
	color:grey;
}
.selectlist {
	width:150px;
}
#background{
	/*background-image:url("images/left_bg.jpg");
	background-repeat:repeat-x repeat-y;
	background-color:#F2F2F2;*/
	padding-bottom:40px;
	margin-bottom:0;
	text-align:left;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}
.clr{
	clear:both;
}
#copyright{
	font-family:arial;
	font-size:11px;
	color:#808080;
}

/*///////////////////////////////////////////////////////////
///////STYLE FÖR HEADERN BÖRJAR HÄR//////////////////
///////////////////////////////////////////////////////////*/


#header{
	padding-top:13px;
	padding-left:30px;
	font-family:arial;
	width:95%;
	height:65px;
	text-align:left;
	min-width:900px;
	background-color: #FFFFFF;
}
#headerpart1{
	float:left;
}
#welcometag{
	font-weight:bold;
	color:#000000;
	font-size:14px;
}
#ur{
	font-weight:bold;
	font-style:italic;
	color:#666666;
	padding-top:20px;
}
#headerpart2{
	float:left;
	padding-left:100px;
}
#mplogo{	
	font-size:30px;
	color:#2E31FF;
	font-style:italic;
}
#headerpart3{
	float:left;
	padding-left:150px;
	text-align:right;
}
.logoutbtn {
	background-image:url("images/logout1.jpg");
	background-repeat:no-repeat;
	width:113px;
	height:34px;
	padding-left:10px;
	padding-top: 12px;
	cursor:pointer;
	text-align:center;
}
.logoutbtn:hover{
	color:red;
}
.logoutbtn2 {
	background-image:url("images/logout2.jpg");
	background-repeat:no-repeat;
	width:113px;
	height:34px;
	padding-left:10px;
	padding-top: 12px;
	cursor:pointer;
	text-align:center;
	color:red;
}
#languageselection2{
	text-align:right;
	margin:auto;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	padding-right:10px;
}
#languageselection2 a:link {
	text-decoration:none;
	color: #000000;
}
#languageselection2 a:visited {
	text-decoration:none;
	color: #000000;
}
#languageselection2 a:hover {
	text-decoration:none;
	color: #000000;
}

#newmsg a:link{text-decoration:none; color: blue;}

#newmsg a:visited{text-decoration:none; color: blue}

/*///////////////////////////////////////////////////////////
///////STYLE FÖR HEADERN SLUTAR HÄR//////////////////
///////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////
///////STYLE FÖR NAVBAREN BÖRJAR HÄR//////////////////
///////////////////////////////////////////////////////////*/

#navbar{
	border-bottom:2px solid blue;
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	height:38px;
	padding-top:3px;
	min-width:900px;
}
/*#menulist{
	width:85px;
	height:25px;
	list-style-type:none;
}
#menulist li{
	display: inline;
	list-style-type: none;
}

#menulist a{
	display: block;
	width: auto;
	height: 25px;
	background:url("images/navbtn.jpg") no-repeat;
	text-decoration: none;
}
*/
.navbtnleft{
	background:url("images/navbtnleft.jpg") no-repeat;
	width:7px;
	height:34px;
	float:left;
}
.navbtnmiddle{
	background:url("images/navbtnmiddle.jpg") repeat-x;
	height:34px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	min-width:60px;
}
.navbtnright{
	background:url("images/navbtnright.jpg") no-repeat;
	width:8px;
	height:34px;
	float:left;
}
#menulist{margin: 0px; text-align:center; padding-left: 27px; padding-top:3px; list-style-type: none; font-size: 13px;}

#menulist li{display:block; float:left; text-decoration:none; padding-left:5px;}

#menulist a{display:block; text-decoration:none; padding-top:6px; height: 25px;}


#menulist a:link{color: #000000;}
#menulist a:visited{color: #000000;}
#menulist a:hover{color: orange;}


.listclass {
	color: #FFFFFF;
}

/*///////////////////////////////////////////////////////////
///////STYLE FÖR NAVBAREN SLUTAR HÄR//////////////////
///////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////
///////STYLE FÖR INNEHÅLLET BÖRJAR HÄR///////////////
///////////////////////////////////////////////////////////*/

#content{
	width:95%;
	padding-left: 30px;
	padding-top: 20px;
	min-width:900px;
}
.blocker{
	position:absolute;
	width:100%;
	height:100%;
	background-color: #EEE; /* pale weak blue */
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

/*///////////////////////////////////////////////////////////
///////STYLE FÖR INNEHÅLLET SLUTAR HÄR///////////////
///////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////
///////STYLE FÖR USER - site BÖRJAR HÄR/////////////////////
///////////////////////////////////////////////////////////*/
.userbtns{
	background:url("images/navbtn.jpg") no-repeat;
	width:86px;
	height:28px;
	text-align:center;
}

.usersinfo{
	font-style:italic;
	width:100px;
	border-bottom:1px dotted #000000;
}
.usersinfo2{
	font-style:italic;
	width:200px;
	border-bottom:1px dotted #000000;
}

.prevadd{
	font-style:italic;
	min-width:200px;
	border-bottom:1px dotted #000000;
}


/*///////////////////////////////////////////////////////////
///////STYLE FÖR USER - site SLUTAR HÄR////////////////////
///////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////
///////STYLE FÖR PRODUCTS - site börjar HÄR//////////////////
///////////////////////////////////////////////////////////*/

.searchbox{
	width:400px;
	background-color: #E4E9F4;
	border: 1px solid #E3E3E3;
}
.classareaselect{
	width:100px;
	border: 1px solid #0196BA;
}
.searchlist:hover  TD{
	background: yellow;
	cursor:pointer;
}

/*//// STYLE FÖR ADD PRODUCTS RUTAN BÖRJAR HÄR ///////////*/
#addPop {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 300px;background: #EFECE0;
  height: 230px;
  z-index:2;
  opacity: 0.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  border:1px solid #000000;
}
#addPWrapper {
	display:none;
}
#addP {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 300px;
  height: 230px;
  z-index:3;
}
#addPtitle{
	width:260px;
	padding:5px;
	float: left;
}
#addPclose{
	width: 18px;
	height: 20px;
	border:1px solid #000000;
	padding: 4px 0 0 10px;
	background: orange;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	float: left;
}

/*//// STYLE FÖR ADD PRODUCTS RUTAN SLUTAR HÄR ///////////*/

/*//// STYLE FÖR ADD PRODUCTS PURCHASES BÖRJAR HÄR ///////////*/
#purPop {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 300px;background: #EFECE0;
  height: 200px;
  z-index:2;
  opacity: 0.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  border:1px solid #000000;
}
#purPWrapper {
	display:none;
}
#purP {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 300px;
  height: 200px;
  z-index:3;
}
#purPtitle{
	width:260px;
	padding:5px;
	float: left;
}
#purPclose{
	width: 18px;
	height: 20px;
	border:1px solid #000000;
	padding: 4px 0 0 10px;
	background: orange;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	float: left;
}

/*//// STYLE FÖR ADD PRODUCTS PURCHASES SLUTAR HÄR ///////////*/

/*//// STYLE FÖR ORDER INTE GODKÄND BÖRJAR HÄR ///////////*/
#appPop {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 300px;background: #EFECE0;
  height: 220px;
  z-index:2;
  opacity: 0.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  border:1px solid #000000;
}
#appPWrapper {
	display:none;
}
#appP {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 300px;
  height: 220px;
  z-index:3;
}
#appPtitle{
	width:260px;
	padding:5px;
	float: left;
}
#appPclose{
	width: 18px;
	height: 20px;
	border:1px solid #000000;
	padding: 4px 0 0 10px;
	background: orange;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	float: left;
}

/*//// STYLE FÖR ORDER INTE GODKÖND SLUTAR HÄR ///////////*/


.livesearch
  {
  margin:0px;
  width:200px;
  font-weight:normal;
  background-color:#CCCCCC;
  position:absolute;
  }
.txtX
  {
  margin:0px;
  }

/*///////////////////////////////////////////////////////////
///////STYLE FÖR PRODUCTS- site SLUTAR HÄR////////////////
///////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////
///////STYLE FÖR MESSAGES BÖRJAR HÄR////////////////
///////////////////////////////////////////////////////////*/

.messagearea {
	width:740px;
	height:300px;
	padding:1px;
	overflow:auto;
}

.bglistitem {
	background: url("images/bglistitem.jpg") repeat-x #E2E5F5;
	cursor:pointer;
}

.bglistitem2 {
	background: url("images/bglistitem.jpg") repeat-x #E2E5F5;
	cursor:default;
}
.bglistitem3 {
	background: #E2E5F5;
	cursor:default;
}

.bglistitemtitle{
	background: url("images/bglistitem-over.jpg") repeat-x #E2E5F5;
	cursor:pointer;
}
.bglistitemOver{
	background: url("images/bglistitemSecond.jpg") repeat-x #ECEFFF;
	cursor:pointer;
}

.bglistitemOver2{
	background: url("images/bglistitemSecond.jpg") repeat-x #ECEFFF;
	cursor:default;
}
.bglistitemOver3{
	background: #ECEFFF;
	cursor:default;
}
.bglistitem2 td a {
	text-decoration:none;
	color:black;
	font-size:14px;
}
.bglistitem2 td a:link {
	text-decoration:none;
}
.bglistitem2 td a:visited {
	text-decoration:none;
}
.bglistitemOver2 td a{
	text-decoration:none;
	color:black;
	font-size:14px;
}
.bglistitemOver2 td a:link{
	text-decoration:none;
}
.bglistitemOver2 td a:visited{
	text-decoration:none;
}

.bglistitem:hover TD{
	background: url("images/bglistitem-over.jpg") repeat-x #F7FFBA;
	cursor:pointer;
}
.bglistitem2:hover TD{
	background: url("images/bglistitem-over.jpg") repeat-x #F7FFBA;
	cursor:default;
}
.bglistitem3:hover TD{
	background: #F7FFBA;
	cursor:default;
}
.bglistitemOver:hover TD{
	background: url("images/bglistitem-over.jpg") repeat-x #F7FFBA;
	cursor:pointer;
}
.bglistitemOver2:hover TD{
	background: url("images/bglistitem-over.jpg") repeat-x #F7FFBA;
	cursor:default;
}
.bglistitemOver3:hover TD{
	background: #F7FFBA;
	cursor:default;
}

.tdlistitem {
	border-left: 1px solid #FFF;
	padding-left: 5px; 
	padding-right: 5px;
}
.msg-boxes {
	cursor:pointer;
}
.msgbtn-left {
	float:left;
	background: url("images/msgbtnleft.jpg") no-repeat;
	width: 5px;
	height: 37px;
}
.msgbtn-middle {
	float:left;
	background: url("images/msgbtnmiddle.jpg") repeat-x;
	height: 37px;
	min-width:70px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	vertical-align:middle;
}
.msgbtn-right {
	background: url("images/msgbtnright.jpg") no-repeat;
	width: 5px;
	height: 37px;
	float:left;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 11px;
margin-right: 3px;
border: 1px solid  #CCCCCC;
color: grey;
background: url("images/msgbtnmiddle.jpg") repeat-x;
opacity:0.7;
filter:alpha(opacity=70);
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
opacity:0.9;
filter:alpha(opacity=90);
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
color: #2d2b2b;
opacity:1;
filter:alpha(opacity=100);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/*/////////////DIALOGBOX//////////////////*/
#dialog {
  position: absolute;
  top: 50%;
  left: 40%;
  margin: -150px 0 0 -200px;
  width: 12em;background: #EFECE0;
  height: 300px;
  z-index:2;
  display:none;
}

#dialog-wrapper {
  width: 450px;
  height: 300px;
  margin: 0;
  border: 1px solid #000;
  color: #000;
  background: #F9F9F9;
}

@media screen
{
	div#dialog {
		position: fixed;
	}
	
	* html {
		overflow-y: hidden;
	}
	
	* html body {
		overflow-y: auto;
		height: 100%;
		padding: 0 1em 0 14em;
		font-size: 100%;
	}
	
	* html #dialog {
		position: absolute;  
	}
}

#dialog-content {
	float: left;
	text-align:left;
	width:425px;
	height:180px;
	font-weight:100;
}

#dialog-title {
	width: 410px;
	height: 20px;
	padding: 4px 0 0 10px;
	background: url("images/bglistitem-over.jpg") repeat-x; 
	font-weight: bold;
	text-align:left;
	color: #CC6600;
	float: left;
}

#dialog-close {
	width: 20px;
	height: 20px;
	padding: 4px 0 0 10px;
	background: orange;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	float: left;
}

/* Style för verktygen som visas när man öppnar ett meddelande */
#msgInboxText{
	display:none;
	text-align:left;
	width:425px;
	height:180px;
	overflow:auto;
	padding-left:20px;
}
#msgReplyStatusBar{
	width: 440px;
	height: 40px;
	padding: 4px 0 0 10px;
	background: url("images/bglistitem-over.jpg") repeat-x #F7FFBA; 
	font-weight: bold;
	text-align:left;
	color: #CC6600;
}

#msgInboxTools{
	width: 450px;
	height: 50px;
	display:none;
	clear:left;
	font-family:verdana; font-size: 12px; font-weight:bold;
	color:#000;
	background:url("images/msgToolsBanner.png") no-repeat #FFFFFF;
}
#msgInboxTools a:link{
	font-family:verdana; font-size: 12px; font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#msgInboxTools a:visited{
	font-family:verdana; font-size: 12px; font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#msgSentTools{
	width: 450px;
	height: 50px;
	display:none;
	clear:left;
	font-family:verdana; font-size: 12px; font-weight:bold;
	color:#000;
	background:url("images/msgToolsBanner.png") no-repeat #FFFFFF;
}
#msgSentTools a:link{
	font-family:verdana; font-size: 12px; font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#msgSentTools a:visited{
	font-family:verdana; font-size: 12px; font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#msgReplyTools{
	display:none;
}
#writeTextTable{
	width:447px; 
	height:129px;
	font-family:verdana; font-size: 12px;
	border: 1px solid #CCCCCC;
	background: #F1F1F1;
}
#writeTextTable2{
	width:447px; 
	height:129px;
	font-family:verdana; font-size: 12px;
	border: 1px solid #CCCCCC;
	background: #F1F1F1;
}
.texteditbtn{
	border: 1px solid #CCCCCC;
	background:#F1F1F1;
	color:#6699ff;
}
.texteditbtnOver{
	border: 1px solid #CCCCCC;
	background:#F1F1F1;
	color:orange;
}

/* SLUT - Style för verktygen som visas när man öppnar ett meddelande */

#dialogR {
  position: absolute;
  top: 60%;
  left: 40%;
  margin: -150px 0 0 -200px;
  width: 12em;background: #EFECE0;
  height: 100px;
  z-index:1;
}

#dialogR-wrapper {
  width: 350px;
  height: 100px;
  margin: 0;
  border: 1px solid #000;
  color: #000;
  background: #F9F9F9;
}

@media screen
{
	div#dialogR {
		position: fixed;
	}
	
	* html {
		overflow-y: hidden;
	}
	
	* html body {
		overflow-y: auto;
		height: 100%;
		padding: 0 1em 0 14em;
		font-size: 100%;
	}
	
	* html #dialogR {
		position: absolute;  
	}
}

#dialogR-content {
	padding: 5px;
	float: left;
}

#dialogR-title {
	width: 310px;
	height: 21px;
	padding: 4px 0 0 10px;
	font-weight: bold;
	color: #FFF;
	float: left;
}

#dialogR-close {
	width: 20px;
	height: 21px;
	padding: 4px 0 0 10px;
	background: #3F3F3F;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	float: left;
}

/*////////////////END DIALOGBOX//////////////////////*/


/*///////////////////////////////////////////////////////////
///////STYLE FÖR MESSAGES SLUTAR HÄR////////////////
///////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////
///////STYLE FÖR ORDERS BÖRJAR HÄR////////////////
///////////////////////////////////////////////////////////*/

.changeaddress{
	background: url("images/showaddress.png") no-repeat;
	width:154px;
	text-align:center;
	padding-left:12px;
	padding-top:5px;
	height:27px;
	cursor:pointer;
}
.addressspace{
	margin:7px;
}
.newOrder_big{
	background: url("images/order_new_back.png") no-repeat;
	border:none;
	width:168px;
	height:62px;
	cursor:pointer;
}
.newOrder_big:hover{
	color:#9ACD32;
}
.newOrder_big a:link{
	text-decoration:none;
	color:black;
}
.newOrder_big a:visited{
	text-decoration:none;
	color:black;
}
.newOrder_big a:hover{
	text-decoration:none;
	color:#9ACD32;
}

/*/// STYLE FÖR KALENDERN BÖRJAR HÄR /////////*/

#calendar
{
	width: 241px;
	height: 165px;
	text-align: center;
	margin: 5px auto;
	border: 1px solid #CCCCCC;
	background-color: #f3f8ff;
	position: absolute;
	z-index:101;
	font: 11px Trebuchet MS;
}

ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}
.months, .emptM, .headDay, .dayNormal, .dayBlank, .dayDisabled, .dayWeekend, .dayCurrent, .yearBrowse, .monthDisabled, .currMonth, #closeBtn  
{
	margin: 1px 0 0 1px;
	padding: 0;
	width: 39px;
	height: 14px;
	line-height: 14px;
	float: left;
	text-align: center;
	background-color: #feefe4;
	color: #000;
	display: inline;
}
.emptM, .dayDisabled, .monthDisabled
{
	color: #d7d6d5;
	background-color: #f2f2f2;
}
.headDay
{
	color: #fff;
	background-color: #48688f;
	width: 33px;
}
.dayNormal, .dayBlank, .dayWeekend, .dayCurrent
{
	color: #fff;
	background-color: #70b0ff;
	width: 33px;
}
.dayBlank{background-color: #f3f8ff}
.dayWeekend{background-color: #ff6161}
.dayCurrent, .currMonth{background-color: #71d45b}
.dayDisabled{width: 33px}
#days{margin-left: 1px; width: 238px;}
#elements{height: 150px;}
.months a, #days a, .currMonth a{color: #000; text-decoration: none; display: block;}
.currMonth a{color: #FFF}
#days a{color: #fff;}
.yearBrowse, #closeBtn {width: 240px; background-color: #FFF; line-height: 14px;}
.yearBrowse a, #closeBtn a{text-decoration: none; color: #f30; font-weight: bold;}
.yearBrowse b{margin: 0 5px}
/*/// STYLE FÖR KALENDERN SLUTAR HÄR /////////*/

#ordersentblock {
  position: absolute;
  top: 200px;
  width: 100%;background: grey;
  height: 100%;
  margin:0;
  z-index:2;
  opacity: 0.3;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  border:1px solid #000000;
}

/*//// STYLE FÖR ADD CUSTOMERS RUTAN BÖRJAR HÄR ///////////*/
#Dcustomer {
  min-width: 400px;
  min-height: 340px;
  color:black;
  font-style:none;
  font-size:12px;
}
#Dcustomtitle{
	width:360px;
	padding:5px;
	float: left;
}

/*//// STYLE FÖR ADD CUSTOMERS RUTAN SLUTAR HÄR ///////////*/

.pagebtn li {
	display:inline;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	border: 1px solid #CCCCCC;
	color:#000000;
}
.pagebtn li:hover{
	background-color:#E2E5F5;
	text-decoration:none;
}
.pagebtn li a:link{
	color:#000000;
	text-decoration:none;
}
.pagebtn li a:visited{
	color:#000000;
	text-decoration:none;
}
.pagebtnselected {
	background-color:#E2E5F5;
}


/*///////////////////////////////////////////////////////////
///////STYLE FÖR ORDERS SLUTAR HÄR////////////////
///////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////
///////STYLE FÖR CUSTOMERS BÖRJAR HÄR////////////////
///////////////////////////////////////////////////////////*/


 fieldset { -moz-border-radius: 8px; border-radius: px; border-color: #CCCCCC } 
 
 
/*///////////////////////////////////////////////////////////
///////STYLE FÖR CUSTOMERS SLUTAR HÄR////////////////
///////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////
///////STYLE FÖR INVOICES BÖRJAR HÄR////////////////
///////////////////////////////////////////////////////////*/


#saveinvoice_form input{
	border: 2px solid blue;
}
#saveinvoice_form textarea{
	border: 2px solid blue;
}
#saveinvoice_form select{
	border: 2px solid blue;
}
 
/*///////////////////////////////////////////////////////////
///////STYLE FÖR INVOICES SLUTAR HÄR////////////////
///////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////
///////STYLE FÖR Storage BÖRJAR HÄR////////////////
///////////////////////////////////////////////////////////*/


.inoutprd{
}
#insert_response{

}
 
 
/*///////////////////////////////////////////////////////////
///////STYLE FÖR Storage SLUTAR HÄR////////////////
///////////////////////////////////////////////////////////*/