body {
	width: 700px;
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
	font-family:Trebuchet MS,Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #666666;
}

/*****************************************************************************/
/* CSS enclose float hack to make floats enclose within the container div */
/*****************************************************************************/
.floatFix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Which float to clear, left or right, both is automatic */
.floatFix-left:after{ clear: left; }
.floatFix-right:after{ clear: right; }
.floatFix{ display: inline-table; } /* Mark Hadley's fix for IE Mac */
/* Back Mac Hack, Hides this css from Mac IE (this back slash-->) \*/
.floatFix{ display: block; }
/* End of Back Mac Hack */
/* End of CSS enclose float hack */

.hbox{
	float: left;
}
.hbox-right{
	float: right;
}

img{	border: 0; }

textarea{
	font-family:Trebuchet MS,Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
}

#splashScreen{
	border: 0;
	margin-bottom: 30px;
	z-index: 1;
}

#selectCountry{
	padding: 15px 5px 5px 5px;
	background-image: url("../images/speech.gif");
	background-repeat: no-repeat;
	z-index: 100;
	display: block;
	position: absolute;
	right: -20px;
	bottom: 40px;
	width: 170px;
	height: 120px;
}

#selectCountry .question{
	text-align: center;
	color: #CC0000;
}

#selectCountry .buttonContainer{
	margin-left: 15px;
}

#selectCountry .buttonContainer .button{
	margin: 15px 5px 5px 20px;
	text-align: center;
	color: #666666;
}

.languageButton{
	padding-left: 5px;
}
.languageButton a{
	text-decoration: none;
}

.welcomeTitle{
	margin: 20px 0;
}

.welcomeDivider{
	width: 100%;
	height: 1px;
	border-top: 1px solid #999999;
	margin: 30px 0;
}
.welcomeText{
	text-align: justify;
}

.signupTitle{
	margin: 20px 0;
}

.signupText{
	width: 450px;
	text-align: justify;
}

.loginButton{
	margin-top: 39px;
}

.logoutButton{
	margin-top: 72px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
.logoutButton:hover{
	text-decoration: underline;
}

.loginEntry{
	width: 170px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	background-image: url("../images/login/campo_fondo.jpg"); 
	background-repeat: repeat-x;
}

.loginTitle{
	font-weight: bold;	
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
}

.loginEntry input{
	width: 80px;
	height: 16px;
	line-height: 15px;
	margin: 5px 2px 0 0;
	border: 0;
	font-weight: bold;
	text-align: center;	
	letter-spacing: 1px;
	padding: 0px;
}

.header{
	background-color: #CC0000;
	margin-bottom: 15px;
}

.header .topMenu{
	height: 25px;
	margin-left: 10px;
	padding-top: 63px;
}

.header .topMenu .button{
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-image: url("../images/boton_menu.gif");
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.header .topMenu .button:hover{
	color: #CC0000;
}
.header .topMenu .selected{
	color: #CC0000;
}
.header .languageLogo{
	margin-top: 5px;
}

.subheader{
	width: 695px;	
	height: 54px;
	background-image: url("../images/sombrita_arriba.jpg");
	background-repeat: repeat-x;
	margin-bottom: 15px;
	margin: 10px 0 15px 10px;
}

.subheader .searchWidget{
	padding-top: 20px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.subheader .searchWidget input, .subheader .searchWidth select{
	margin-right: 10px;
}
.subheader .arrowLink{
	margin-top: 10px;
	text-align: right;
}
.subheader .searchWidget .searchInput{
	color: #999999;
}

.subheader .searchLink{
	font-size: 11px;
	text-decoration: underline;
	margin-right: 0;
	position: relative;
	top: -4px;
}

.searchMenu{
	width: 605px;
	height: 54px;
	margin-left: 100px;
	background-image: url("../images/sombrita_arriba.jpg");
	background-repeat: repeat-x;
}

.searchMenu .button img{
	vertical-align: top;
	margin-right: 5px;
}
.searchMenu .button{
	padding-top: 15px;
	text-decoration: none;	
	font-weight: bold;
	cursor: hand; /**	fix for IE and event bubbling where the cursor hovers over a child of the <a> tag and thinks it's not over the link anymore, stupid IE **/
}
.searchMenu .button div{
	width: 90px;
}
.searchMenu .pharmaButton{
	width: 140px;
}
.searchMenu .foodButton{
	width: 130px;
}
.searchMenu .cosmeticButton{
	width: 170px;
}
.searchMenu .miscButton{
	width: 130px;
}

.pageArea{
	padding-bottom: 30px;
}

.contentArea{
	padding: 0 0 0 20px;
}

.catalogueLeft{
	margin-top: 115px;
	margin-left: 20px;
	margin-right: 100px;
}
.catalogue{}
.catalogue img{
	margin-right: 10px;
}
.catalogue span{
	height: 75px;
	line-height: 75px;
}
.catalogue a{
	text-decoration: none;
	cursor: hand; /**	fix for IE and event bubbling where the cursor hovers over a child of the <a> tag and thinks it's not over the link anymore, stupid IE **/
}

.lastSearches{
	margin: 15px 0;
}
.lastSearches .item{
	margin-left: 40px;
}

.footer{
	width: 100%;
	border-top: 1px solid #CC0000;
	margin-top: 5px;
	padding-top: 5px;
}

.footer div{
	margin-right: 20px;
}
.footer .hbox-right{
	margin: 0;
}
.footer a{
	color: #666666;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}

/**	hides the border on the login page where it's not needed */
.loginFooter{
	border-color: white; 
}

/**	for the desarollo binamic text in the bottom right of each page	*/
.binamicFooter a{
	color: #999999;
	font-size: 10px;
}

/**	Form styles	*/
.accountForm{
	margin-top: 15px;
}
.accountForm label{
	display: -moz-inline-box;	/**	Hack for Mozilla cause they are too stupid to implement inline-block	*/
	display: inline-block;			/**	for all browsers (IE, Safari, Opera) */
	font-size: 12px;
	color: #CC0000;
	width: 100px;
	height: 20px;
	margin: 5px 0;	
}
.accountForm input{
	border: 1px solid #666666;
	height: 20px;
	margin: 5px 0;
	width: 250px;
	padding: 2px;
}
.accountForm .readOnly{
	border: 0;
	padding: 1px;
}

.accountForm .warning{
	margin-left: 105px;
}

.accountForm .fagronSelect{
	margin-top: 20px;
	margin-left: 105px;
}
.accountForm .fagronSelect div{
	color: #CC0000;
}

.contactForm{
	margin-top: 20px;
}
.contactForm .address{
	margin-left: 105px;
	color: #666666;
	margin-bottom: 10px;
}

.contactForm .address p{
	padding: 0;
	border: 0;
	margin: 0;
}
.contactForm label{
	display: -moz-inline-box;	/**	Hack for Mozilla cause they are too stupid to implement inline-block	*/
	display: inline-block;			/**	for all browsers (IE, Safari, Opera) */
	font-size: 12px;
	color: #CC0000;
	width: 100px;
	height: 20px;
	margin: 5px 0;	
	vertical-align: top;
}
.contactForm input{
	width: 190px;
	height: 20px;
	margin: 5px 0;
}
.contactForm input, .contactForm textarea{
	border: 1px solid #666666;
}

.contactForm textarea{
	width: 280px;
	height: 150px;
	margin-bottom: 25px;
}
.contactForm div{
	line-height: 20px;
}
.contactFormSubmit{
	text-align: right;
}

.formSubmit{
	margin: 15px 0;
	margin-left: 105px;
}

/**	Title sizes and colours */
.largeTitle{
	color: #CC0000;
	font-size: 19px;
	font-weight: bold;
}

.mediumTitle{
	color: #CC0000;
	font-size: 15px;
	font-weight: bold;
}

.smallTitle{
	font-size: 11px;
	font-weight: bold;
}

.cosmeticColour{
	color: #FF6699;
}

.foodColour{
	color: #CCCC00;
}

.pharmaColour{
	color: #FF9933;
}

.miscColour{
	color: #333300;
}

.noColour{
	color: #666666;
}

.titleColour{
	color: #CC0000;
}

/**	Search table styes	*/
.resultsHeader{
	font-size: 12px;
	margin: 0 5px;
	border-top: 1px solid #E8E8E8;
	padding-top: 15px;
}
.resultsHeader .pdfLink{
	display: block;
	width: 100px;
	margin: 0 auto;
	text-decoration: none; 
	color: #666666;
}
.resultsHeader .numberResults{
	color: #666666;
}

#searchAnimation{
	width: 700px;
	text-align: center;
	margin: 0 auto;
}
#searchAnimation .searchText{
	padding: 10px;
	margin-top: 20px;
}

.searchTable .blankTable{
	width: 100%;
	height: 200px; 
	line-height: 200px; 
	text-align: center; 
	margin: 20px 0; 
	border: 1px solid #666666;
}

.searchTable{
	display: none;
}
.searchTable table{
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
}
.searchTable td{
	margin: 0;
	border: 0;
	padding: 0 0 0 5px;
	text-align: left;
}
.searchTable th{
	text-align: left;
}
.searchTable tr{
	border-spacing: 0 5px;
	height: 20px;
}

.searchTable .header{
	height: 20px;
	background-color: white;
}

.searchTable th{
	font-size: 11px;
}

/**	Colours for the backgrounds of all the rows	*/
.searchTable .greyRow{
	background-color: #F2F2F2;
}

.searchTable .pharmaRow{
	background-color: #FDEDD3;
}

.searchTable .completeRow{
	background-color: #F5CCCC;
}

.searchTable .foodRow{
	background-color: #F2F1CC;
}

.searchTable .cosmeticRow{
	background-color: #FCECF2;
}

.searchTable .miscRow{
	background-color: #DAD4CD;
}

.searchTable .emptyRow{
	height: 3px;
}

.searchTable .edgeColumn{
	width: 20px;
}

/**	Widths for the search table columns	*/
.searchTable .description{
	width: 225px;
	padding-left: 5px;
}

.searchTable .text{
	width: 220px;
}

.searchTable .textComplete{
	width: 200px;
}

.searchTable .category{
	width: 120px;
}

.searchTable .family{
	width: 140px;
}

.searchTable .type{
	width: 95px;
}

.pageList{
	margin-top: 10px;
	text-align: center;
}

.pageList a{
	color: #666666;
	margin-right: 10px;
	text-align: center;
}
.pageList a:hover{
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
}

.pageList .selected{
	color: #CC0000;
	font-size: 24px;
	font-weight: bold;
}
