table {
	margin		: 0px 0px 0px 0px;
	border		: 0px;
	height		: 0px;
	border-collapse	: collapse;
	border-color	: #ffffff;
}

table.mainTable {
        background-color: #ffffff;
	margin		: 0px 0px 0px 0px;
	border		: 0px;
	border-collapse	: collapse;
	width		: 90%;
}

b {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 11px;
	font-weight     : bold;
}

a.changedFont, a.changedFont:link, a.changedFont:visited, a.changedFont:hover {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 14px;
	font-weight     : bold;
	border-color	: #ffffff;
}

table.menu {
        line-height: 13px;
	margin		: 0px 0px 0px 0px;
	border		: 0px;
	border-collapse	: collapse;
}

table.salesTab {
	margin		: 0px 0px 0px 0px;
	border		: 1px;
	height		: 0px;
	border-color	: #000000;
}

img.oranLine {
	position	: relative;
	bottom		: 10px;
}

.sear {
	font-size	: 10px;
	color		: #ffffff;
	text-decoration	: none;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
}

.categ {
	font-size	: 10px;
	color		: #222222;
	text-decoration	: none;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-weight     : bold;
}

.sales {
	font-size	: 11px;
	color		: #ffffff;
	text-decoration	: none;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
}

a.faqhead, a.faqhead:link, a.faqhead:visited, a.faqhead:hover {
	color		: #000000;
	font-size	: 13px;
	text-decoration	: none;
}

a.oranMen, a.oranMen:link, a.oranMen:visited {
	font-size	: 10px;
	color		: #444444;
	text-decoration	: none;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
}

a.oranMen:hover {
	color		: #777777;
}

a.subOranMen, a.subOranMen:link, a.subOranMen:visited {
	font-size	: 9px;
	color		: #000000;
	text-decoration	: none;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
}

.foot {
	font-size	: 9px;
	color		: #aaaaaa;
	text-decoration	: none;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
}

a.foot:hover {
	color		: #444444;
}

a.foot, a.foot:link, a.foot:visited {
	font-size	: 9px;
	color		: #aaaaaa;
	text-decoration	: none;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
}

a.subOranMen:hover {
	color		: #444444;
}

a.blackMen, a.blackMen:link, a.blackMen:visited {
	font-size	: 10px;
	color		: #ffffff;
	text-decoration	: none;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
}

a.blackMen:hover {
	color		: #dddddd;
}

a.subBlackMen, a.subBlackMen:link, a.subBlackMen:visited {
	font-size	: 9px;
	color		: #111111;
	text-decoration	: none;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
}

a.subBlackMen:hover {
	color		: #444444;
}

td.leftForm {
	font-family	: Verdana;
	font-size	: 10px;
	font-weight	: bold;
	text-align	: right;
	vertical-align	: top;
}

input.changed { 
        color           : #000099;
        border          : 1px solid #666666;
}       
        
input.changed:focus {
        border          : 1px solid #666666;
        color           : #000099;
}
textarea {
        border          : 1px solid #666666;
        color           : #000099;
}       

textarea:focus {
        border          : 1px solid #666666;
        color           : #000099;
}


select {
        border          : 1px solid #666666;
        font-size       : 9pt;
        color           : #000099;
}

select:focus {
        border          : 1px solid #666666;
        font-size       : 9pt;
        color           : #000099;
}

.newsTit {
	font-family	: Arial, Helvetica, sans-serif;
        line-height: 18px;
        font-weight     : bold;
}

.newsTitles {
        line-height: 18px;
        font-weight     : bold;
}

a.mainLink {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
        font-size       : 9pt;
	text-align	: left;
}

.footCont {
        font-size       : 9pt;
	text-align	: justify;
}

a.news {
	font-size       : 9pt;
}

a.normalLinkText {
	font-family	: Arial, Helvetica, sans-serif;
        font-size       : 11px;
	text-align	: justify;
}

p {
	text-align	: justify;
}

.categText {
	color		: #000000;
}
.topSections {
	color		: #000000;
	font-size	: 12px;
}
.topSectionsDesc {
	color		: #000000;
	font-size	: 12px;
}

table.mainTab {
	width	: 97%;
	min-width	: 900px;
	height	: 100%;
	background-image:  url(../img/header.jpg);
	background-repeat:  no-repeat;
	background-position: right top;
        background-color: #ffffff;
	margin		: 0px 0px 0px 0px;
	border		: 0px;
	border-collapse	: collapse;
}

table.mainTabAdm {
	width	: 97%;
	height	: 100%;
	background-image:  url(../img/head2.jpg);
	background-repeat:  no-repeat;
	background-position: right top;
        background-color: #ffffff;
	margin		: 0px 0px 0px 0px;
	border		: 0px;
	border-collapse	: collapse;
}
div#tooltip {
        position        :absolute;
        visibility      :hidden;
        z-index         :100;
        background-color:#FFEEC7;
        border          :1px solid black;
        padding         :0.2em;
        font-size       :0.8em;
}

div#selTooltip {
        display         : none;
        position        : absolute;
        z-index         : 100;
        background-color: #ffeec7;
        border          : 1px solid black;
        padding         : 0.2em;
        font-size       : 0.8em;
}

table.noBorders {
	margin		: 0px 0px 0px 0px;
	border		: 0px;
	border-collapse	: collapse;
}

.linea-sepMen {
	height		: 18px;
	background-image:  url(../img/linea-menu.gif);
	background-repeat:  no-repeat;
	background-position: right bottom;
}

.balckSmall {
	color	: #dddddd;
	font-size       : 10px;
	line-height: 8px;
}

td.tabTop {
        background-color: #dac23c;
        vertical-align  : center;
        text-align      : center;
        cursor          : pointer;
}


tr.tabContSel {
        background-color: #ee9b35;
        vertical-align  : center;
        text-align      : center;
}

tr.tabContSel:hover {
        cursor          : pointer;
        background-color: #ffd571;
        vertical-align  : center;
        text-align      : center;
}


tr.tabCont {
        background-color: #ddcb65;
        vertical-align  : center;
        text-align      : center;
}

tr.tabCont:hover {
        cursor          : pointer;
        background-color: #f7e581;
        vertical-align  : center;
        text-align      : center;
}

.form, .form:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	list-style-type: circle;
	border: 1px solid #A4BAC6;
}

.white_text {
	color: #ffffff;
	font-size: 10px;
}
