﻿#tinymce 
{
	font-size:11px;
	color:#333333;
	font-family: "Lucida Grande", Arial, Helvetica, Arial, sans-serif;
	max-width: 830px;
	line-height:18px;
}

p {
	margin:0;
	padding:0;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}


a, a:link, a:visited {
	text-decoration:none;
	color:#286e86;
}
a:hover {
	text-decoration:none;
	color:#85c7de; 
}



h1 {
	margin:0px 0px 15px 0px;
	color:#999999;
	font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
	font-size:24px;
	text-align:left;
	line-height:25px;
	font-weight:lighter;
	margin-top:10px;
}

h1.gray {
	color:#333333;
} 

h1.welcome 
{
	font-size:40px;
	color:#469fbc;
	margin-bottom:40px;
}


h2 {
	padding:0px;
	margin:0px 0px 5px 0px;
	color:#333333;	
	font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
	font-size:18px;
	text-align:left;
	line-height:20px;
	font-weight:lighter;
}

h2.gray {color:#999999;}
h2.white {color:#ffffff;}
h2.welcome 
{
	color:#469fbc;
	font-style:italic;
	font-size:22px;
	margin-top:20px;
}

h3 {
	padding:0px;
	margin:0px 0px 5px 0px;
	color:#666666;
	font-family: 'Lucida Grande', Arial, Verdana, sans-serif;	
	font-size:16px;
	text-align:left;
	line-height:22px;
	font-weight:normal;
}
h3.blue {color:#7abce6;}
h3.red {color:#c3322d;}
h3.green {color:#8fc752;}
h3.gray {color:#333333;}
h3.white {color:#ffffff;}

h4 {
	padding:0px;
	margin:0px 0px 5px 0px;
	color:#666666;	
	font-size:14px;
	text-align:left;
	font-style:normal;
	line-height:20px;
}

h4.blue {color:#7abce6;}
h4.red {color:#c3322d;}
h4.green {color:#8fc752;}
h4.gray {color:#333333;}
h4.white {color:#ffffff;}

h4.date 
{
	font-size:12px;
	color:#cccccc;	
} 


/**************************************************
*
*	Links
*
**************************************************/


#edit_item_attachments a, #attachments a, a.attachment {
	margin-top:0px;
	padding:0px 0px 3px 25px;
	height:16px;
	background-image:url("/images/btn_attachment.gif"); 
	background-repeat:no-repeat;  
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	overflow:hidden;
	line-height:20px;
	font-size:11px;
} 

#edit_item_attachments a:hover, #attachments a:hover, a.attachment:hover {
	color:#000000;
}

#edit_item_attachments a.pdf, #attachments a.pdf, a.pdf {
	margin-top:0px;
	padding:0px 0px 3px 25px;
	height:16px;
	background-image:url("/images/btn_pdf.gif"); 
	background-repeat:no-repeat;  
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	overflow:hidden;
} 

#edit_item_attachments a.pdf:hover, #attachments a.pdf:hover, a.pdf:hover {
	color:#000000;
}

#edit_item_attachments a.jpg, #attachments a.jpg, a.jpg {
	margin-top:0px;
	padding:0px 0px 3px 25px;
	height:16px;
	background-image:url("/images/btn_img.gif"); 
	background-repeat:no-repeat;  
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	overflow:hidden;
} 

#edit_item_attachments a.jpg:hover, #attachments a.jpg:hover, a.jpg:hover {
	color:#000000;
}

#edit_item_attachments a.doc, #attachments a.doc, a.doc, #edit_item_attachments a.docx, #attachments a.docx, a.docx {
	margin-top:0px;
	padding:0px 0px 3px 25px;
	height:16px;
	background-image:url("/images/btn_doc.gif"); 
	background-repeat:no-repeat;  
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	overflow:hidden;
} 

#edit_item_attachments a.doc:hover, #attachments a.doc:hover, a.doc:hover, #edit_item_attachments a.docx:hover, #attachments a.docx:hover, a.docx:hover {
	color:#000000;
}

#edit_item_attachments a.xls, #attachments a.xls, a.xls, #edit_item_attachments a.xlsx, #attachments a.xlsx, a.xlsx {
	margin-top:0px;
	padding:0px 0px 3px 25px;
	height:16px;
	background-image:url("/images/btn_xls.gif"); 
	background-repeat:no-repeat;  
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	overflow:hidden;
} 

#edit_item_attachments a.xls:hover, #attachments a.xls:hover, a.xls:hover, #edit_item_attachments a.xlsx:hover, #attachments a.xlsx:hover, a.xlsx:hover {
	color:#000000;
}


#edit_item_attachments a.ppt, #attachments a.ppt, a.ppt, #edit_item_attachments a.pptx, #attachments a.pptx, a.pptx {
	margin-top:0px;
	padding:0px 0px 3px 25px;
	height:16px;
	background-image:url("/images/btn_ppt.gif"); 
	background-repeat:no-repeat;  
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	overflow:hidden;
} 

#edit_item_attachments a.ppt:hover, #attachments a.ppt:hover, a.ppt:hover, #edit_item_attachments a.pptx:hover, #attachments a.pptx:hover, a.pptx:hover {
	color:#000000;
}


a.blue, a.blue:link, a.blue:visited {
	float:right;
	margin-top:10px;
	height:20px;
	padding:3px 5px 0px 5px;
	background-image:url("/images/btn_blue.jpg"); 
	border:1px solid #3a98b7;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
	font-style:normal;
	font-size:11px;
	font-weight:bold;
} 

a.blue:hover {
	background-position:0px -25px;
}

a.gray, a.gray:link, a.gray:visited {
	float:right;
	margin-top:10px;
	height:20px;
	padding:3px 5px 0px 5px;
	background-image:url("/images/btn_gray.jpg"); 
	border:1px solid #ccc;
	color:#333333;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
	font-style:normal;
	font-size:11px;
	font-weight:bold;
} 

a.gray:hover {
	background-position:0px -25px;
}

a.children, a.children:link, a.children:visited {
	float:left;
	margin-top:5px;
	height:15px;
	width:auto;
	padding:0px 0px 0px 20px;
	background-image:url("/images/btn_children.png"); 
	background-repeat:no-repeat;
	background-position:0px -15px;  
	color:#999999;
	text-align:left;
	text-decoration:none;
	overflow:hidden;
	font-size:11px;
} 

a.children:hover {
	background-position:0px 0px;
	color:#000000;
}


a.download, a.download:link, a.download:visited {
	
	margin-top:5px;
	height:16px;
	width:auto;
	padding:0px 0px 0px 20px;
	background-image:url("/images/btn_download.png"); 
	background-repeat:no-repeat;
	background-position:0px 0px;  
	color:#999999;
	text-align:left;
	text-decoration:none;
	overflow:hidden;
	font-size:11px;
} 

a.download:hover {
	background-position:0px -16px;
	color:#000000;
}

a.mail, a.mail:link, a.mail:visited {
	float:left;
	margin-top:5px;
	height:16px;
	width:auto;
	padding:0px 0px 0px 20px;
	background-image:url("/images/btn_mail.jpg"); 
	background-repeat:no-repeat;
	background-position:0px 0px;  
	color:#999999;
	text-align:left;
	text-decoration:none;
	overflow:hidden;
	font-size:11px;
} 

a.mail:hover {
	background-position:0px -16px;
	color:#000000;
}

a.black, a.black:link, a.black:visited 
{
	color:#000000;
}

a.black:hover 
{
	color:#999999;
}

/**************************************************
*
*	Lists
*
**************************************************/

.mceEditor li, #content_middle_right li 
{
	margin-left:30px;
}

/**************************************************
*
*	Texts
*
**************************************************/

#content_middle_right
{
	font-size:12px;	
	line-height:18px;
	}
	
/**************************************************
*
*	Lightbox
*
**************************************************/

img.lightbox {
	float:left;
	padding:4px;
	border:1px solid #ededed;
	background:#fff;
	margin-right:20px;
}


/**************************************************
*
*	Produktbeskrivning
*
**************************************************/

a.row_item, a.row_item_blue 
{
	float:left;
	width:560px;
	padding:10px;
	text-decoration:none;
	color:#333;	
}

a.row_item_blue 
{
	background:#ebf6fe;	
}

a.row_item:hover, a.row_item_blue:hover 
{
	background:#d6ecfc;
}

a.row_item span, a.row_item_blue span 
{
	color:#666666;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
}
	
	
#wide_template table td 
{
	vertical-align:top;	
}


 a.trial, a.movie, a.price, a.documentation 
{
	background-repeat:no-repeat;
	height:20px;
	padding:5px 0 0 30px;
	color:#333;
	display:block;
	font-size:13px;
	font-weight:bold;
} 


a.trial 
{
	background-image:url(/images/btn_trial.gif);
}

a.movie
{
	background-image:url(/images/btn_movie.gif);
}

a.price 
{
	background-image:url(/images/btn_price.gif);
}

a.documentation 
{
	background-image:url(/images/btn_product.gif);
}

a.trial:hover, a.movie:hover, a.price:hover, a.documentation:hover 
{
	color:#85c7de;
}
