﻿/*  content:
    ------------------
    LINES
    ARROWS
    ICONS

*/


/* ----- LINES ----- */

div.MssTopLine 
{
	height:1px;
	background-image: url('/sitecore modules/MSS/WebEngine/Images/lines.arrows/dot.gif');
	line-height:1px;
	clear:both;
}

div.MssLine 
{
	height:1px;
	background-image: url('/sitecore modules/MSS/WebEngine/Images/lines.arrows/dot.gif');
	line-height:1px;
	clear:both;
}	

div.MssSectionLine 
{
	height:3px;
	background-image: url('/sitecore modules/MSS/WebEngine/Images/lines.arrows/ddot.gif');
	line-height:1px;
	clear:both;
}	

div.MssBottomLine 
{
	height:3px;
	background-image: url('/sitecore modules/MSS/WebEngine/Images/lines.arrows/ddot.gif');
	line-height:1px;
	clear:both;
}	

.MssListLine
{
	background-image: url('/sitecore modules/MSS/WebEngine/Images//lines.arrows/dot.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}


/* ----- ARROWS ----- */

img.MssListArrow 
{
	height:12px;
	width:17px; 
	background-image: url('/sitecore modules/MSS/WebEngine/Images/Buttons/pointer.gif');
	background-repeat: no-repeat;
	background-position: 8px 3px;
	border:0px;
}

.MssTextLink
{
	display: block;
	background-image: url('/sitecore modules/MSS/WebEngine/Images/Buttons/link.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 14px;
}

/* ----- ICONS ----- */

img.MssIconPDF 
{
	height:16px;
	width:16px; 
	background-image: url('/sitecore modules/MSS/WebEngine/Images/Lines.Arrows/pdf-icon.gif');
	background-repeat: no-repeat;
	border:0px;
}

img.MssIconWord 
{
	height:16px;
	width:16px; 
	background-image: url('/sitecore modules/MSS/WebEngine/Images/Lines.Arrows/word-icon.gif');
	background-repeat: no-repeat;
	border:0px;
}

img.MssIconImage 
{
	height:16px;
	width:16px; 
	background-image: url('/sitecore/client/images/mediaimage.gif');
	background-repeat: no-repeat;
	border:0px;
}