/* [ www.lufood.net ] CSS ------------------------------------------------------------------------------------*/
/* BACKGROUND ----------------------------------------------------------------------------------------------------------------------------*/

.doth{
	background-image:url(img/bg1.gif);
	background-repeat:repeat-x;
}

.dotv{
	background-image:url(img/dotv.gif);
	background-repeat:repeat-y;
}
.bg{
    background-color:#666666;
}

/* LINKS --------------------------------------------------------------------------------------------------------------------------------------*/

a:link{text-decoration:underline; color:#000000;}
a:visited{text-decoration:underline; color:#000000;}
a:hover{text-decoration:underline; color:#ffff00;}

a.link1:link{text-decoration:underline; color:#ffffff; font:bold;}
a.link1:visited{text-decoration:underline; color:#ffffff;font:bold;}
a.link1:hover{text-decoration:underline; color:#ffcc00;font:bold;}

a.link2:link{text-decoration:underline; color:#CC0000;}
a.link2:visited{text-decoration:underline; color:#CC0000;}
a.link2:hover{text-decoration:underline; color:#000000;}
/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/

.css1{
	font-size:16px;
	color:#333333;
}

.css2{
	color:#999999;
}

.css3{
	color:#CCCCCC;
}

.css4{
	color:#FFFFFF;
}
.css5{
	font-size:16px;
	color:#FF0000;
}
.css6{
	font-size:11px;
	color:#000000;
}
}
.css7{
	font-size:14px;
	color:#000000;
}
}
.css8{
	font-size:10px;
	color:#FFFFFF;
}
.head1{
	font-size:15px;
	color:#ff0000;
}
.head2{
	font-size:40px;
	color:#666666;
}

/* MASTER FONTS ------------------------------------------------------------------------------------------------------------------------*/

body,table{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:10px;
	color:#000000;
}
td{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:12px;
	color:#000000;
td.css2{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:14px;
	color:#000000;
}
td.css1{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:14px;
	color:#000000;
}
input{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

select{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

textarea{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

/* MASTER HTML -------------------------------------------------------------------------------------------------------------------------*/

table{
	border:0px;
}

tr{
	vertical-align:top;
}

img{
	border:0px;
}

.border{
	border:1px solid #cccccc;
}

.borderDot{
	border:1px dashed #cccccc;
}

.borderTop{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTopDot{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderBottom{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottomDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderLeft{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderLeftDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderRight{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderRightDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:dashed; 
}

ul{
	list-style:circle;
}
