/*********************************************************************
* Copyright 2008 Amblique :: www.amblique.com :: All Rights Reserved *
**********************************************************************
* PRINT STYLE SHEETS
*********************************************************************/
/***** CSS Default *****/
body {color: #333; font: normal 12px/1.5em Arial, Tahoma, Verdana, Helvetica, sans-serif;}

p {margin: 0.5em 0 1em 0;}

.hide {display: none!important;}

.contentText a:link:after,
.contentText a:visited:after,
.contentText a:hover:after,
.contentText a:active:after {
    content: " (" attr(href) ") ";
    color: grey;
    font-style: italic;
    font-weight: normal;
}

/***** Ordered & Unordered Lists *****/
.contentText ul, .contentRandom ul, .contentSitemap ul {margin: 0 0 0.5em 0; padding: 0 0 0 15px; list-style: disc outside;}
.contentText ul li, .contentRandom ul li, .contentSitemap ul li {margin: 0.1em 0;}
.contentText ul li li, .contentRandom ul li li, .contentSitemap ul li li {list-style-type: circle;}

.contentText ol, .contentRandom ol {margin: 0 0 0.5em 0; padding: 0 0 0 15px; list-style: decimal outside;}
.contentText ol li, .contentRandom ol li {margin: 0.1em 0;}

/***** Definition Lists *****/
.contentText dl {margin: 0 0 1em 0;}
	.contentText dl dt {font-weight: bold;}
	.contentText dl dd {margin: 0 0 0 10px;}

/**********************************
* Layout Styles
**********************************/
.moduleBreadcrumbs,
.contentTitle,
.contentText,
.contentContact,
.contentNews,
.contentNews dl,
.contentSitemap {margin: 0 0 1em 0;}

.contentTitle {font-size: 1.25em;}


/**********************************
* SIRCA
**********************************/

/***** Headings *****/
h1 {font-size: 2em;}
h2 {margin: 0 0 0.75em 0; font-size: 1.5em; color: #333;}
h3 {margin: 0 0 0.5em 0; font-size: 1.25em; color: #333;}
h4 {margin: 0 0 0.4em 0; font-size: 1.2em; color: #f28e00; text-transform:uppercase;}
h5 {margin: 0 0 0.25em 0; font-size: 1em; color: #f28e00;}
h6 {margin: 0 0 0.1em 0; font-size: 0.9em; color: #333;}

#popuptools h2.contentTitle {
	border-left:30px solid #15807E; 
	background-color:#fff!important;
	color:#15807E;
	font-size:14px !important;
	font-weight:bold;
	text-transform:uppercase;
	line-height:normal;
	clear:both;
	margin:0px !important;
	
	padding: 6px 0 6px 18px;}

.ProductScroll ul,
.ProductScroll li {margin: 0; padding: 0; list-style: none;}


.contentText {margin: 0 0 20px 0;}

#header,
.moduleTools,
.moduleBreadcrumbs,
#footer,
.form-popuptools,
#content .contentRandom1,
#content .contentRandom2


{display: none!important;}