.div {
	border: 1px solid #FF0000;
}

img {
	border-width: 0;
}

/* General link style - appears for all links that doesn't have an class specifide */
a:link		{ color: #D2222A; text-decoration: none;}
a:visited	{ color: #D2222A; text-decoration: none }
a:active	{ color: #D2222A; text-decoration: none }
a:hover		{ color: #333333; text-decoration: none }

a.baglink		{ color: #666666; text-decoration: none;}
a.baglink:hover		{ color: #D2222A; text-decoration: none }


/* Main Menu link style */
a.menu {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 14px;
	letter-spacing: 2px;
	color: #D2222A;
	text-decoration: none;
	font-weight: normal;
}

/* Main Menu Active link style */
a.menu_active {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 14px;
	letter-spacing: 2px;
	color: #D2222A;
	text-decoration: underline;
	font-weight: normal;
}

/* Sub Menu link style */
a.submenu {
	font-family: 'Trebuchet MS', Verdana; 
	font-size: 12px;
	color: #666666; 
	text-decoration: none;
	font-weight: normal;
}

/* Sub Menu Active link style */
a.submenu_active { 
	font-family: 'Trebuchet MS', Verdana;
	font-size: 12px;
	color: #666666; 
	text-decoration: underline;
	font-weight: normal;
}


/* Links with class="none" */
a.none:link		{ color: #666666; text-decoration: none;}
a.none:visited	{ color: #666666; text-decoration: none }
a.none:active	{ color: #666666; text-decoration: none }
a.none:hover	{ color: #v; text-decoration: none }

/* Links with class="white" */
a.white:link	{ color: #FFFFFF; text-decoration: none;}
a.white:visited	{ color: #FFFFFF; text-decoration: none }
a.white:active	{ color: #FFFFFF; text-decoration: none }
a.white:hover	{ color: #FFFFFF; text-decoration: none }





/* Body style - Defines general style for the hole page. There is also styles defined for the page directly in Body-tag in colour_default.jsp. This is because this css-file is effecting the editor in UNITY-admin. */
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	color: 666666;
background-color: #F0F0F0;
background-image: url(../include/img/background_faxma3.png);
background-repeat: repeat-y;
background-position: center;

}

/* H1, H2 and H3 is general fonts that is used in UNITY-editor */

H1 {
	color:#666666;
	font-size:20px;
	font-family: 'Trebuchet MS', Arial, Verdana;
	text-decoration: none;
	font-weight: bold;
}

H2 {
	color:#666666;
	font-size:14px;
	font-family: 'Trebuchet MS', Arial, Verdana;
	text-decoration: none;
	font-weight: bold;
}

H3 {
	color:#666666;
	font-size:12px;
	font-family: 'Trebuchet MS', Arial, Verdana;
	text-decoration: none;
	font-weight: normal;
}


/* A fix to make sure that margin and padding around form is zero. Internet Explorer (IE) is having margin as default*/
form {
	padding:0px;
	margin:0px;
}

/* General style for all type of input-fields, e.g. comments, sign in and forms */
input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	font-size:11px;
}

/* General style for all type of select-fields. */
select {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	font-size:11px;
}

/* Div including top-picture, change height to fit picture */
#top {
	background-repeat:no-repeat;
	width: 920px; 
	height:130px;
	margin-right: 170px;
}



/* Div wrapping around search. Change margin to give search another position */
#search {
	padding:0px;
	margin-left:0px;
	margin-top:13px;
	float:left;
}

.searchBottom {
	vertical-align:bottom;
}

/* Styles for search Field */
.inputTop {
	width:200px;
	height:15px;
	margin-bottom:0px;
	margin-right:2px;
	margin-top:2px;
	padding-left:4px;
}


/* Div wrapping around main menu. */
.wrap_mainMenu {
	float:left;
	width:740px;
	margin-left: 200px;
	padding:0px;
	padding-bottom: 0px;
	font-weight: normal;
	
}

/* Styles for main menu. Here you can set how much margin you want to have between the menus */
.mainMenuLink {
	margin: 0 30px 0 0px;
	float:left;
}

/* Div wrapping around sub menu. */
.wrap_subMenu {
	float:left;
	width:180px;
	padding: 35px 0 0 20px;
	font-weight: normal;
	margin-top: 30px;
}

/* Styles for sub menu. Here you can set how much margin you want to have between the menus */
.subMenuLink {
	margin:0 10px 12px 0; 
}


/* Div that wraps around flag, sitemap and print */
.wrap_tools {
	float:right;
	width:130px;
	padding-right:5px;
	text-align:right;
	padding-bottom:1px;
}




/* Content */

#wrap_content {
	float:left;
	width:800;
}

/* Left colum */
#contentLeft {
	float: left;
	width: 735px;
	padding: 0px 0 0px 0;
	font-size: 11px;
	color: 666666;

}



/* Right colum */ 
#Right {
	float:left;
	width:177px;
	padding:0px;
	font-size:11px;
	color: 666666;

}

/* Styles for login fields */ 
.inputStart {
	width:120px;
	height:15px;
	margin-bottom:4px;
	margin-top:1px;
}

.rightHead {
	margin-bottom:5px;
}

.userName {
	font-size:14px;
	font-weight:bold;
	color:#881c1c;
	margin-top:2px;
	margin-bottom:10px;
}

.dayEntryHeader {
	font-size:12px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:0px;
}

.dayEntryText {
	font-size:11px;
	font-weight:normal;
	margin-top:2px;
	margin-bottom:10px;
}

#bannerRight {
	float:left;
	margin-top:15px;
	width:100%;
	text-align:center;
}



/* News list */
#wrap_news {
	float:left;
	padding-bottom:10px;
	clear:both;
	width:180px;
}

.newsTitle {
	font-size:12px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:0px;
}

.news {
	padding-left:7px;
	background-image: url(../bilder/mallar/colour/news_dot.gif);
	background-repeat: no-repeat;	
}

.newsDate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	color:#666666;
}

.newsHead {
	font-size:14px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:0px;
}

.newsText {
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:7px;
}


/* Calender List */
#wrap_cal {
	float:left;
	width:170px;
	padding-top:20px;
}

.cal {
	margin:0px;
	margin-bottom:5px;
	padding-left:7px;
	
}

.calDate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	color:#666666;
}

.calHead {
	font-size:14px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:0px;
}

.calText {
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:7px;
}


 





/* Comments */

#wrap_comments {
	padding-top:0px;
	margin:0px;
	width:100%;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
}

.commentInput {
	font-size:11px;
	margin-top:6px;
	
}

.inputText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100px;
	width:250px;
}

#commentList {
	padding-top:10px;
	margin:0px;
	width:100%;
	float:left;	
}

.comment {
	padding-top:0px;
	padding-bottom:5px;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
	width:300px;
}

.commentTitle {
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	color:#333333;
}

.commentInfo {
	font-size:11px;
	font-weight:normal;
	padding-top:6px;
	color:#881c1c;
}

.commentUser {
	font-weight:bold;
	font-size:11px;
}


.commentText {
	padding-top:2px;
}




/* Sitemap */

#wrap_sitemap {
	padding:35px;
	margin:0px;
	float:left;
}

.sitemapMain {
	padding-left:8px;
	margin-top:10px;
	margin-left:5px;
	font-weight:bold;
	font-size:14px;
	background-image: url(../bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}

.sitemapSub {
	padding-left:8px;
	margin-top:5px;
	margin-left:35px;
	font-weight:bold;
	font-size:12px;
	background-image: url(../bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
	
}
.sitemapSub2 {
	padding-left:8px;
	margin-left:65px;
	font-weight:normal;
	font-size:12px;
	background-image: url(../bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;	
}

.sitemapSub3 {
	padding-left:8px;
	margin-left:95px;
	font-weight:normal;
	font-size:12px;
	background-image: url(../bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}

.sitemapSub4 {
	padding-left:8px;
	margin-left:125px;
	font-weight:normal;
	font-size:12px;
	background-image: url(../bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}




/* Print */

#wrap_print {
	width:500px;
	padding:20px;
	float:left;
}

#printTop {
	padding:0px;
	margin:0px;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width:100%;	
}

#printLogo {
	padding-left:10px;
	float:left;
}

#printSource {
	padding:0px;
	margin:0px;
	float:left;	
	margin-top:50px;
	margin-left:15px;	
}


#printContent {
	padding:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin:0px;
	float:left;	
}



/*bottom*/

.wrap_footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-top:10px;
	margin-bottom:30px;
	width:100%;
	clear:both;
	float:left;
	border-top:solid 1px #CCCCCC;
	margin-top:10px;
	padding-top:5px;
	margin-bottom:10px;
	
}

table.webshop {
	width: 80%;
}

table.webshop tr td.category {
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 4px;
}

table.webshop tr td {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
}

ul.categoryproducts {
	margin: 0;
	padding: 0;
}

ul.categoryproducts li {
	float: left;
	list-style: none;
	width: 200px;
	text-align: left;
	margin-right: 20px;
	height: 300px;
	color: #666666;
}

ul.categoryproducts li strong {
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 10px;
}

ul.categoryproducts li a, ul.categoryproducts li a.left {
	margin: 14px 0 14px 0;
	display: block;
	text-align: left;
}

ul.categoryproducts li a.left {
	text-align: left;
}

ul.categoryproducts li div {
	
	text-align: left;
}

ul.categoryproducts ul {
	margin: 0;
	padding: 0;
}

ul.categoryproducts ul li {
	font-size: 10px;
	color: #666666;
	list-style: none;
	margin: 0;
	height: 1.5em;
}

div.product div {
	float: left;
}

div.product div.left {
	width: 250px;
	text-align: left;
	margin-right: 50px
}

div.product div.left strong {
	color: #D2222A;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	display: block;
	margin-top: 10px;
}

div.product div.left ul {
	padding: 0;
}

div.product div.left ul li {
	list-style: none;
	color: #666666;
	margin-bottom: 10px;
	line-height: 20px;
}

div.product div.left ul li strong {
	color: #666666;
	font-size: 14px;
	letter-spacing: normal;
	text-transform: none;
	display: inline;
	margin-right: 20px;
}

div.product div.left ul li em {
	font-size: 10px;
}

div.product div.right {
	width: 350px;
}

div.product div.right h1 {
	font-weight: normal;
	font-size: 15px;
	margin: 0;
	margin-bottom: 5px;
	color: #D2222A;
}

div.product div.right p {
	margin-top: 0;
	color: #666666;
}

div.product div.right ul {
	color: #666666;
}

div.bag ul {
	padding: 0;
}

div.bag ul li {
	list-style: none;
	margin-bottom: 15px;
}

div.bag ul li strong {
	font-size: 16px;
	display: block;
	background-color: #EEE;
	padding: 3px;
	font-weight: normal;
}

div.bag ul li span.price strong {
	display: inline;
	padding: 0;
	font-size: 14px;
}

div.bag ul li div {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
}

div.bag div.allTotal {
	float: right;
	font-size: 18px;
	font-weight: bold;
}

div.vendors ul {
	padding: 0;
}

div.vendors ul li {
	list-style: none;
	margin-bottom: 20px;
}

div.vendors ul li strong {
	font-size: 14px;
	display: block;
}

div.faktura {
	background-color: #DDDDDD;
	padding: 10px;
	width: 300px;
	display: none;
}

div.faktura span {
	font-size: 12px;
	font-weight: bold;
}

div.bottomlinks {
	text-align: center;
	margin-top: 40px;
}

div.bottomlinks a {
	font-size: 18px;
}

table.bag_confirm {
	width: 700px;
}

table.bag_confirm th {
	text-align: left;
	font-size: 14px;
	padding-right: 30px
}

table.bag_confirm td {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #AAAAAA;
}