/*
	Current version: 1.0
	
	Site: Master
	www: master.atrox.se
	Author: Malin Klingsell, malin.klingsell@atrox.se
	Notes:
*/


@import "common.css";
@import "custom.css";


/* Styles accessed trough TinyMCE */
.imgLeft
{
	margin: 0 5px 0 0;
	display: block;
	float: left; 
}
.imgRight
{
	margin: 0 0 0 5px;
	display: block;
	float: right;
}

.ppt
{
	background:url(../images/custom/ppt.gif) 0 2px no-repeat;
	padding:0 0 0 25px;
}

.pdf
{
	background:url(../images/custom/pdf.gif) 0 2px no-repeat;
	padding:0 0 0 25px;
}

.doc
{
	background:url(../images/custom/doc.gif) 0 2px no-repeat;
	padding:0 0 0 25px;
}

.xls
{
	background:url(../images/custom/xls.gif) 0 2px no-repeat;
	padding:0 0 0 25px;
}
