@charset "utf-8";
/* CSS Document */

a:link {
	color: #FFF;
	text-decoration: none;
}
	
body {
	font-family:Tahoma, Geneva, sans-serif;
	background-color: #FFF;
	text-align: left;
	margin: 20px;
}
	
html, body {
   background: #FFF;
   color: #000000;
	}

/*  FONTS  */		

p, h1, h2, h3, h4, h5, h6 {
	}
	
h1, h2, h3, h4, h5, h6 {
	text-align: left;
	}
 
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	}
	
.normalfont {
	font-weight: normal;
	}

h2 {
	font-size: 18px;
	font-weight: bold;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	}
	
h4 {
	font-size: 14px;
	font-weight: bold;
	}

h5 {
	font-size: 14px;
	font-weight: normal;
	}

h6 {
	font-size: 14px;
	font-weight: normal;
	}

p   {
	font-size: 12px;
	text-align: justify;
	color: #000;
	}
	
ul 	{
	font-size: 12px;
	}
	
.red {
	color: #F00;
	}
	
.grey {
	color: #666;
	}

/*  IMAGES  */
	
img {
	margin: 0;
	border: none;
	}

.bordered {
	border: 1px solid #999999;
	}
	
.thumbnail {
	border: 1px solid #666;
	margin: 10px;
}

/*  MAIN STRUCTURE  */


#header {
	display: none;
	}
	
#printheader {
	margin-bottom: 25px;
	text-align: left;
	height: 30px;
	font-size: 30px;
	font-weight: bold;
	}
	
#main-container {
	position: relative;
	margin-top: 0px;
	}
	
#left-container {
	display: none;
	}
	
#left-container-latest {
	z-index:10;
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	border-top: 2px solid #F00;
	border-bottom: 2px solid #F00;
	}

.leftpara {
	margin: 0;
	padding: 10px;
}

.lefthead {
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}
.lefttext {
	font-size: 12px;
	color:#FFF;
}
	
#body-container {
	position: relative;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
	}

#footer {
	margin: auto;
	text-align: center;
	padding: 15px 15px 15px 15px;
	height: 60px;
	background-color: #808000;
	font-size: 9px;
	}
	
.centerpara {
	display: none;
	}
	
.headertext {
	font-weight: bold;
	font-size: 24px;
	color: #808000;
	margin-top: 15px;
	}
	
.textpara {
	font-size: 12px;
	}

.noprinttextpara {
	display: none;
	}

.picblocknobackground {
	display: none;
	}
	
.printpic {
	margin-top: 0px;
	margin-bottom: 0px;
	margin: auto;
	text-align: center;
	}
	
.printpictitle {
	color: #800;
	font-size: 12px;
	text-align: center;
	}
	
.nbr_badge {
	text-align: center;
	margin: auto;
	width: 20%;
	}

.smalltextpara {
	display: none;
	}

.textlink {
	display: none;	
	}

.noprint, .paypalpara {
	display: none;
	}

table.products {
	width: 100%;
	font-size: 12px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	}

td,th {
	border: 1px solid #CCC;
	text-align: center;
	}

th.code{
	width: 10%;
	}

th.item{
	width: 60%;	
	}

th.price{
	width: 10%	
	}

th.info{
	width: 20%;
	}

tr.lighter {
	color: #666;	
	}

td.item {
	text-align: left;
	}


	
.picblocknobackground {
	margin-top: 0;
	margin-bottom: 0;
	margin: auto;
	text-align: center;
	font-size: 10px;
	text-align: center;
	}
	
.highslide-caption {
	padding-top: 5px;
	color: #333;
	font-size: 10px;
	}
	
/*  FOR MENU  */
/*  no display  -  killed by left-container display: none;  */


/*  end of file  */
