/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** FOR PRINT ***********************/ 

body {
    line-height: 15px;
    margin: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
	padding: 10px;
}

dd, dt, dl {
	margin: 0;
}

dl.article-info {
    margin: 10px 0;
	font-style: italic;
}

dt.article-info-term {
    font-weight: bold;
}

.article-info dd {
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0;
}

ul.actions li {
	background: none;
	text-align: right;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 5px 0px;
    line-height: 120%;
	font-weight: normal;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 5px 0px;
    padding: 0px;
}

ul {
    margin: 10px 0px;
    padding: 0 0 0 20px;
    list-style: square;
}

ol {
    margin: 10px 0px;
    padding: 0 0 0 20px;
}

ul li, 
ol li,
ol li ul li {
    padding: 0;
    margin: 0;
}

a:link, a:visited {
    text-decoration: underline;
    color: #aaa;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}