

/*  ##############################################
   ### MySource ------------------------------###
  ##- Site Design Xtra --- CSS ---------------##
 #-- Copyright Squiz.net ---------------------#
##############################################
## This file is subject to version 1.0 of the
## MySource License, that is bundled with
## this package in the file LICENSE, and is
## available at through the world-wide-web at
## http://mysource.squiz.net/
## If you did not receive a copy of the MySource
## license and are unable to obtain it through
## the world-wide-web, please contact us at
## mysource@squiz.net so we can mail you a copy
## immediately.
##
## $Source: /home/cvsroot/mysource/web/__lib/css/general.css,v $
## $Revision: 2.1 $
## $Author: agland $
## $Date: 2002/03/17 22:38:26 $
#######################################################################
*/
body,p,td{
	Color : #333333;
	Font-Family : Arial, Helvetica, Verdana, sans-serif;
	Font-Size : 13px;
}

input,select,textarea{
	Color : Black;
	Font-Family : Verdana,  Arial, Geneva,Helvetica, sans-serif;
	Font-Size : 12px;
	border : 1px solid #999999;
	background : #DDDDDD;
}

.plain .bold{
	Color : #333333;
	Font-Weight : bold;
	}

.smallprint{
	Color : #333333;
	Font-Size : 11px;
	}

.fineprint{
	Color : #666666;
	font-size : 10px;
}
	
.search_highlighted{
	Color : White;
	background : Blue;
}

.mainheading{
	font-size : 13px;
	font-weight : bold;
	}

.heading{
	font-size : 13px;
	font-weight : bold;
	}

.subheading{
	font-size : 13px;
	font-weight : bold;
	}

.field{
	font-weight : bold;
	}

.data{
	font-family : courier, courier new, fixed-width;
	}

.bodycopy{
	Color : #333333;
	Font-Family :  Arial, Helvetica, Verdana, sans-serif;
	Font-Size : 12px;
}

.error{
	color : #FF0000;
	font-weight : bold;
}

A{
	Color : #0033CC;
	Text-Decoration : none;
}

A:hover{
	Color : #333333;
	Text-Decoration : underline;
	}

.stalks{
	Font-Size : 11px;
	Line-Height : 1.5;
	}

.stalks_current{
	Color : #333333;
	Font-Size : 11px;
	Font-Weight : bold;
	Line-Height : 1.5;
	}

.menu_current{
	Color : #333333;
	Font-Weight : bold;
	}
	
ul,li {
	list-style-image : url("http://mada.meister-abrasives.ch/__data/page/652/bullet.gif");
	margin-left : 15px;
	line-height : 20px;
}