@import url("reset.css");

body {
	background-color: #fff; 
	margin: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 12px;
	text-align: left;
	line-height: 15px;
	padding: 0px;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #ff0000;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	color: #cbcfd5;
    text-decoration: none;
	cursor: pointer;
}
h1 {
	color:#6b6868;
	font-size:14px;
	padding-bottom:5px;
}

h2 {
	color: #6b6868;
	font-size: 12px;
	padding-bottom: 5px;
}

h3 {
	color: #ff0000;
	font-size: 12px;
}

h4 {
	color: #6b6868;
	font-size: 11px;
}

h5 {
	color: #6b6868;
	font-size: 10px;
	font-weight: bold;
}

h6 {
	color: #6b6868;
	font-size: 10px;
	font-weight: bold;
}

p {
	margin-bottom: 10px;

}

#header {
	height: 50px;
    margin: 0
	position: absolute;
    background:url(../images/menu_fonto.jpg) repeat-x;
}

#header .logo {
	width: 110px;
	height: 31px;
	position: absolute;
	top: 5px;
	left: 30px;
}

#header .logo a:link,
#header .logo a:active,
#header .logo a:visited {
	font-size: 18px;
	color: #c0180f;
}
#header .language {
	position:relative;
	top: 10px;
	left: 98%;		
}
#header .nav {
	margin: 0
    width: px;
	position: absolute;
	top: 23px;
	left: 200px;
         
}
#header .nav ul {
	float: left;
}
#header .nav ul li {
	float: left;
	height: 50px;   
	display: block;
	margin-left: 0px;
	text-align: left; 
    padding-right: 15px;
    padding-left: 15px;
}

#container {
	padding-bottom:0px;
}

#container #leftCol {
	width: 200px;
    height: 806px;
	float: left;
    background: #5810a9;
    border-right: 1px solid #ff0000; 
}

#leftCol .module {
	margin-bottom: 19px;
    margin-top: 50px;
	padding-bottom: 11px;

	}

#leftCol .module div div div {
	font-size: 13px;
	color: #fefeff;
	text-align: right;
    text-decoration: none;
	width: 186px;
    padding: 2px 0px;
	}
	
#leftCol .module a:link, #leftCol .module a:active, #leftCol .module a:visited {
	font-size: 13px;
	color: #fefeff;
	text-align: right;
    text-decoration: bold;
	width: 186px;
    padding: 2px 0px;
	display: block;
}

#leftCol .module a:hover{
	background: #fefeff;
	color: #6b6868;
	text-decoration: none;
}

#leftCol .module div div, 
#leftCol .module div div div div {
	background-image: none;
	padding: 0;
	min-height: 0;
	height: auto;
}
#leftCol .module h3 {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fefeff;
	padding-bottom: 7px;
}

#leftCol .module span, #leftCol .module br {
	display: none;
}

#leftCol .module img {
	margin-top: 5px;
	border: 0px solid #fefeff;
}

#contentCol #contentRepeat {
	width: 560px;
	float: left;
	margin-top: 20px;
	margin-right:0px;
	margin-left:20px;
}



.contentheading, .componentheading {
	font-size: 13px;
	color: #ff0000;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 15px;
    text-align: left; 
}

.componentheading {
	padding-bottom: 25px;
}


h2.contentheading a:link, h2.contentheading a:active, h2.contentheading a:visited {
	color: #fff;
	text-decoration: none;
}

h2.contentheading a:hover {
	text-decoration: none;
}

#content .article_row h2.contentheading a:link, #content .article_row h2.contentheading a:active, #content .article_row h2.contentheading a:visited {
	color:#0B4578;
	text-decoration: underline;
}

#content .article_row h2.contentheading a:hover {
	text-decoration: none;
}

.small, .createdate, .modifydate {
	color: #0b4578;
	font-size: x-small;
}

#contentCol #content p.buttonheading {
	display: none;
}



/*------------ Listing Page Css -----------------*/


#content .articleTitle {
	background: url(../images/content_top.jpg) no-repeat left top;
	line-height: 25px;
	width: 560px;
	height: 25px;
	padding: 4px 0 0 0;
}

#content #productDeatils .articleTitle {
	padding: 4px 0px 0px 0px;
	line-height: 25px;
	width: 560px;
	height: 25px;
}

#content .articleTitle h3,
#content #productDeatils .articleTitle h3{
	font-size: 11px;
	font-weight: bold;
	color:#FFF;
	line-height: normal;
	text-align: center;
}

#content .articleTitle .product,
#content .articleRow .product,
#content #productDeatils .articleTitle .product,
#content #productDeatils .articleRow .product {
	width: 185px;
	float: right;
	text-align:center;
}

#content .articleRow .product img {
	border: 0px solid #bababa;
	float: center;
	position: inherit;
	left:590px;
	margin: 10px 0px 10px 0px;
}

#content .articleTitle .productdescription,
#content #productDeatils .articleTitle .productdescription{
	width: 300px;
	height: 25px;
	float: left;
	text-align: left;
}

#content .articleTitle .productselect,
#content .articleRow .productselect,
#content #productDeatils .articleTitle .productselect,
#content #productDeatils .articleRow .productselect{
	width: 45px;
	height: 25px;
	float: left;
	text-align: center;
}

#content #product_list .articleRow {
	padding: 0px 0 0px 0;
	border-bottom: 1px solid #F00; 
}

#content .articleRow {
	padding: 0px 0 0px 0;
}

#content .articleRow.none {
	border-bottom: none;
}

#content .articleRow .productdescription {
	width: 300px;
	float: left;
	margin: 10px 0px 0 20px;
	
}

#content #productDeatils .articleRow .productdescription {
	padding: 0px 0px 0 0px;
	width: 300px;
	float: left;
	padding-left: 0px;
}


#content .articleRow .productdescription h4 {
	padding-bottom: 0px;
}

#content .articleRow .productdescription h4 a:link,
#content .articleRow .productdescription h4 a:active,
#content .articleRow .productdescription h4 a:visited {
	font-size: 12px;
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}

#content .articleRow .productdescription h4 a:hover {
	text-decoration: none;
	color: #666;
}

#content .articleRow .productselect .checkbox {
	margin-top: 20px;
}

#content .inquerybutton, #content .button {
	background: url(../images/content_top.jpg) no-repeat left bottom;
	width: 560px;
	height: 30px;
	font-size: 13px;
	color: #fefeff;
	border:none;
	cursor:pointer;
	margin-right: 20px;
	/*margin-top: 8px;*/
	padding-bottom: 1px !important;
}

#content button.button {
	background: url(../images/button2.jpg) no-repeat left top;
}

#content ul {
	padding-bottom: 15px;
	padding-left: 30px;
}

#content ul.pagination {
	padding-bottom: 10px;
	padding-top: 10px;
}

#content ul li {
	color: #000;
	list-style: disc;
	margin-bottom: 3px;
}

#container #contentCol #rightCol {
	width: 152px;	
	float: right;
	margin-top: 47px;
}

#rightCol .module-blue {
	background: url(../images/rightmod_blue_repeat.jpg) repeat-y left top;	
	font-size: 10px;
	color: #fefefe;
	line-height: 14px;
	margin-bottom: 15px;
}

#rightCol .module-blue div {
	background: url(../images/rightmod_blue_bottom.jpg) no-repeat left bottom;
	padding-bottom: 15px;
}

#rightCol .module-blue div div div {
	background: url(../images/rightmod_blue_top.jpg) no-repeat left top;
	padding: 4px 12px 0 8px;
}

#rightCol .module-blue div div, 
#rightCol .module-blue div div div div {
	background-image: none;
	padding: 0;
	min-height: 0;
	height: auto;
}

#rightCol .module-blue h3 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fefeff;
	padding-bottom: 16px;
}

#rightCol .module-blue a:link,
#rightCol .module-blue a:active,
#rightCol .module-blue a:visited {
	font-size: 10px;
	color: #fefefe;
	text-decoration: none;
}

#rightCol .module-blue a:hover {
	text-decoration: underline;
}

#rightCol .module div div, 
#rightCol .module div div div div {
	background-image: none;
	padding: 0;
	min-height: 0;
	height: auto;
}

#rightCol .module h3 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fefeff;
	padding-bottom: 10px;
	padding-top: 5px;
}

#rightCol .module-red {
	background: url(../images/rightmod_modred_repeat.jpg) repeat-y left top;	
	margin-bottom: 10px;
}

#rightCol .module-red div {
	background: url(../images/rightmod_modred_bottom.jpg) no-repeat left bottom;
}

#rightCol .module-red div div div {
	background: url(../images/rightmod_modred_top.jpg) no-repeat left top;
	padding: 5px 0 0 0;
}

#rightCol .module-red div div, 
#rightCol .module-red div div div div {
	background-image: none;
	padding: 0;
	min-height: 0;
	height: auto;
}

#rightCol .module-red h3 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fefeff;
	padding-bottom: 11px;
}

#footer {
	width: 800px;
	margin: 0 auto;

	border-top: 1px solid #9d9d9d;
	text-align: left;
	font-size: 9px;
	color: #6b6868;
}

hr {
	border: medium none;
	display:block;
	height: 1px;
	background-color: #8b8b8b;
}

*html hr {
	border: 1px solid #8b8b8b;
	display:block;
	height: 1px;
	background-color: #8b8b8b;
}

*:first-child+html hr {
	border: 1px solid #8b8b8b;
	display:block;
	height: 1px;
	background-color: #8b8b8b;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

/*---- Joomla Search result css------*/
.searchintro {
	color: #000;
}

.results h3, .search_result h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #666666;
	clear: both;
}

.results ol.list, .results ul {
	margin-left: 0px;
}

.results ul.pagination {
	margin-bottom: 10px;
	float: none;
}

.error {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: Red;
}

.results .small, .results span {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.results ol.list li {
	border-bottom: 1px solid #666666;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.results ol.list li h4,
.results ol.list li h4 a:link,
.results ol.list li h4 a:active,
.results ol.list li h4 a:visited {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #666666;
}

fieldset.word {
	margin-bottom: 4px;
}

fieldset.word label {
	margin-right: 5px;
}

fieldset.phrase legend, .ordering, fieldset.only legend {
	margin-bottom: 5px;
}

fieldset.only {
	margin: 5px 0 6px;
}

/*---------------- Form Css -------------*/

.boxWrap {
}	

.boxWrap .box {
	background: #FFF;
	margin-bottom: 2px;
	padding: 12px 0px 10px 0px;
}

.inputWrap .validation-advice {
	color: red;
	font-size: 11px;
	padding-left: 190px;
	text-align: left;
	margin-top: 2px;
}

.boxWrap .box .inputWrap .label {
	color: #000;
	font-size: 13px;
	width: 180px;
	float: left;
	text-align: right;
	margin-top: 5px;
	padding-top: 2px;
}

.boxWrap span {
	color: #fe0201;
}

.boxWrap .box .inputBox {
	width: 306px;
	margin-top: 5px;
	margin-left: 10px;
	border: 1px solid #000;
	background-color: #fff;
	padding: 2px 0px 2px 3px;
	font-size: 12px;
}

.boxWrap h4 {
	background: url(../images/pro_list.jpg) no-repeat left 2px;
	padding-left: 12px;
	font-size: 13px;
	font-weight: bold;
	color: #303433;
}

.boxWrap ol {
	margin: 10px 20px;

}

.boxWrap ol li {
	list-style: decimal;
	list-style-position: inside;
	padding-bottom: 5px;
}

#content .submitform {
	background: url(../images/button2.jpg) no-repeat left top;
	width: 102px;
	float: right;
	height: 18px;
	font-size: 11px;
	color: #fefeff;
	border: none;
	cursor: pointer;
	margin-right: 8px;
	margin-top: 15px;
	padding-bottom: 3px !important;
}
.BackButton{
	background:transparent url(../images/button.jpg) no-repeat scroll left top;
	border:medium none;
	color:#FEFEFF;
	cursor:pointer;
	float:right;
	font-size:11px;
	height:18px;
	margin-top: 10px;
	margin-right:10px;
	padding-bottom:3px !important;
	width:102px;
}
