/* **************
	 CSS VdSchoot
	 27-06-2006
	 E-Force
	************** */

body {
	padding						: 0px 0px 0px 0px;
	margin						: 0px 0px 0px 0px;
	font-family					: Verdana;
	font-size					: 11px;
}

/* LAYERS */

div.Container {
	width							: 1003px;
	margin-left					: auto;
	margin-right				: auto;
}

div.Header {
	width								: 100%;
	height							: 208px;
	background-image				: url(../Images/Header.jpg);
	background-repeat				: no-repeat;
	background-size				: 100px;
	clear								: both;
}

div.MenuContainer {
	width								: 100%;
	clear								: both;
	position							: relative;
	top								: 0px;
	z-index							: 4;
}

div.Menu {
	height							: 16px;
	background-color				: #FF6600;
	float								: right;
	font-size						: 10px;
	color								: white;
	margin-right					: 10px;
	_margin-right					: 6px;
	height							: 16px;
	background-image				: url(../Images/MenuBgRight.gif);
	background-position			: right;
	background-repeat				: no-repeat;
	padding-right					: 20px;
	margin-bottom					: 10px;
}
ul.MenuHidden {
	display:none;
}

div.MenuLeft {
	float								: left;
	background-image				: url(../Images/MenuBgLeft.gif);
	background-repeat				: no-repeat;
	background-position			: left;
	height							: 16px;
	width								: 20px;
}

div.Main {
	width								: 979px;
	clear								: both;
	margin-left						: auto;
	margin-right					: auto;
	background-image				: url(../Images/ContentBg.gif);
	background-position			: left;
	background-repeat				: repeat-y;
}

div.ContentHeader {
	background-image				: url(../Images/ContentHeaderBg.gif);
	background-repeat				: no-repeat;
	width								: 100%;
	height							: 35px;
	clear								: both;
}

div.Content {
	width								: 780px;
	float								: left;
	padding-left					: 20px;
	z-index							: 1;
	position							: relative;
	top								: -20px;
	min-height						: 280px;
	_height							: 280px;
}

div.ContentBottom {
	clear								: both;
	width								: 100% -40px;
	height							: 26px;
	background-image				: url(../Images/ContentBottomBg.gif);
	background-repeat				: no-repeat;
	background-position			: bottom;
	color								: #FF6600;
	font-size						: 12px;
	padding-left					: 40px;
	padding-top						: 9px;
	font-family						: Comic Sans MS, Verdana;
	position							: relative;
}


div.ShoppingCart {
	width								: 161px;
	float								: right;
	background-image				: url(../Images/ShoppingCartBg.gif);
	background-repeat				: repeat-y;
	position							: relative;
	top								: -35px;
	z-index							: 2;
}

div.ShoppingCartTop {
	width								: 100%;
	background-image				: url(../Images/ShoppingCartTop.gif);
	background-repeat				: no-repeat;
	height							: 55px;
	clear								: both;
}

div.ShoppingCartBody {
	width							: 100% -10px;
	clear							: both;
	font-size					: 10px;
	font-family					: Verdana;
	padding-left				: 6px;
	padding-right				: 4px;
}

div.ShoppingCartBottom {
	width								: 100% -8px;
	clear								: both;
	background-image				: url(../Images/ShoppingCartBottom.gif);
	background-repeat				: no-repeat;
	background-position			: bottom;
	height							: 24px;
	text-align						: right;
	padding-right					: 8px;
}

div.BlockProducten {
	width								: 126px;
	float								: right;
	position							: relative;
	top								: 10px;
	right								: 20px;
}

div.BlockProductenTop {
	width								: 100%;
	background-image				: url(../Images/BlockProductenTop.gif);
	background-repeat				: no-repeat;
	height							: 23px;
	clear								: both;
}

div.Block {
	width								: 161px;
	float								: right;
	background-image				: url(../Images/ShoppingCartBg.gif);
	background-repeat				: repeat-y;
	position							: relative;
	top								: -18px;
}

div.BlockTop {
	width								: 100%;
	background-image				: url(../Images/BlockTop.gif);
	background-repeat				: no-repeat;
	height							: 23px;
	clear								: both;
}

div.BlockBody {
	width								: 100% -10px;
	clear								: both;
	font-size						: 10px;
	font-family						: Verdana;
	padding-left					: 6px;
	padding-right					: 4px;
}

div.BlockProductBody {
	width								: 100% -10px;
	clear								: both;
	font-size						: 10px;
	font-family						: Verdana;
	padding-left					: 6px;
	padding-right					: 4px;
}

div.ImgMask {
	width								: 100%;
	position							: relative;
	top								: -98px;
}

div.BlockBottom {
	width								: 100% -8px;
	clear								: both;
	background-image				: url(../Images/ShoppingCartBottom.gif);
	background-repeat				: no-repeat;
	background-position			: bottom;
	height							: 24px;
	text-align						: right;
	padding-right					: 8px;
}

div.LittleLogo {
	position							: relative;
	top								: 198px;
	margin-left						: 240px;
	width								: 160px;
}

div.Product {
	width								: 158px;
	height							: 194px;
	margin							: 2px;

}

div.ProductImage {
	width								: 100%;
	height							: 170px;
}

div.ProductTitle {
	width								: 100%;
	clear								: both;
	height							: 26px;
	text-align						: center;
	word-wrap						: break-word;
	position							: relative;
	top								: -2px;
}

div.ProductTitle a:link {
	text-decoration				: none;
	color								: white;
	font-size						: 9px;
}

div.ProductTitle a:visited {
	text-decoration				: none;
	color								: white;
	font-size						: 9px;
}

div.ProductTitle a:hover {
	text-decoration				: underline;
	color								: white;
	font-size						: 9px;
}

div.LargeArticleImg {
	height							: 152px;
	width								: 218px;
}

div.Article {
	width								: 112px;
	height							: 152px;
	float								: right;
}

div.ArticleTop {
	text-align						: center;
	word-wrap						: line-break;
	width								: 100% -8px;
	height							: 29px;
	padding-left					: 4px;
	padding-right					: 4px;
	padding-top						: 2px;
}

div.ArticleImg {
	width								: 100%;
	height							: 95px;
}

div.ArticleBottom {
	width								: 100%;
	height							: 24px;
	color								: white;
	font-size						: 10px;
}

div.ArticlePrice {
	position							: relative;
	width								: 40px;
	float								: right;
	top								: -2px;
	_top								: -8px;
	color								: black;
	font-family						: Comic Sans MS, Verdana;
	font-size						: 11px;
	font-weight						: bold;
	left								: -4px;
	text-align						: center;
}

div.ArticleSerial {
	position							: relative;
	top								: 4px;
	left								: 8px;
	float								: left;
	font-size						: 8px;
	width								: 40px;
}

div.ArticleTop a:link {
	text-decoration				: none;
	color								: white;
	font-size						: 9px;
}

div.ArticleTop a:visited {
	text-decoration				: none;
	color								: white;
	font-size						: 9px;
}

div.ArticleTop a:hover {
	text-decoration			: underline;
	color							: white;
	font-size					: 9px;
}

div.NewsIntro {
	width								: 100%;
}

div.NewsIntroHeader {
	width									: 100% -10px;
	background-image			: url(../Images/NewsHeaderBg.gif);
	background-position		: bottom left;
	_background-position		: 25px left;
	background-repeat			: no-repeat;
	height								: 28px;
	_height								: 8px;
	clear									: both;
	font-size							: 14px;
	color									: #FF6600;
	padding-top						: 0px;
	_padding-top					: 6px;
	padding-left					: 10px;
}

div.NewsIntroDate {
	position						: relative;
	left							: 618px;
	font-size					: 9px;
	width							: 100px;
	text-align					: right;
	top							: -10px;
}

div.NewsIntroBody {
	clear							: both;
	width							: 700px;
	font-size					: 11px;
	color							: black;
	background-image			: url(../Images/NewsBodyBg.gif);
	background-repeat			: repeat-y;
	background-position		: left;
	padding-left				: 20px;
	float							: left;
}

div.NewsIntroBottom {
	width						: 100% -49px;
	clear						: both;
	text-align				: right;
	background-image		: url(../Images/NewsBottomBg.gif);
	background-repeat		: no-repeat;
	background-position	: top left;
	height					: 8px;
	padding-top				: 12px;
	padding-right			: 49px;
}

div.TipsHeader {
	width						: 100%;
	background-image		: url(../Images/TipsHeader.gif);
	background-position	: top;
	background-repeat		: no-repeat;
	height					: 39px;
	clear						: both;
}

div.TipsBody {
	background-color		: #FFD503;
	background-image		: url(../Images/TipsBottom.gif);
	background-position	: bottom;
	background-repeat		: no-repeat;
	padding-bottom			: 20px;
	float						: left;
	width						: 100%;
}

div.ValueBox {
	width						: 129px;
	background-image		: url(../Images/ValueBoxLeft.gif);
	background-position	: left;
	background-repeat		: no-repeat;
	height					: 18px;
	font-family				: Verdana;
	font-size				: 11px;
	text-align				: left;
	float						: left;
	padding-left			: 10px;
	padding-top				: 4px;
}

div.SubMenu {
	width						: 395px;
	height					: 8px;
	background-image		: url(../Images/SubMenuBg.gif);
	background-repeat		: no-repeat;
	background-position	: bottom;
	color						: white;
	position					: relative;
	top						: -5px;
	_top						: -10px;
	left						: 10px;
	float						: right;
	padding-top				: 0px;
	padding-bottom			: 8px;
	_padding-bottom		: 0px;
	z-index					: 5;
}

div.LatestNews {
	width						: 559px;
	background-color		: #FDF6F1;
	float						: right;
	/*margin-right			: 26px;
	_margin-right			: 12px;*/
}

div.LatestNewsTop {
	width						: 100%;
	background-image		: url(../Images/LatestNewsTop.gif);
	background-position	: top right;
	background-repeat		: no-repeat;
	height					: 13px;
	clear						: both;
}

div.LatestNewsBody {
	clear						: both;
	width						: 100%;
	background-color		: #FDF6F1;
	font-size				: 10px;
}

div.LatestNewsBottom {
	width						: 100%;
	background-image		: url(../Images/LatestNewsBottom.gif);
	background-position	: bottom;
	background-repeat		: no-repeat;
	height					: 11px;
	clear						: both;
}

div.BorderFormDiv {
	background-image		: url(../Images/FormBg.gif);
	background-repeat		: no-repeat;
	background-position	: top right;
	width						: 100%;
	min-height 				: 270px;
	_height 					: 270px;
}

div.HeaderSearch {
	position					: absolute;
	margin-top				: 140px;
	margin-left				: 284px;
	height					: 33px;
	width						: 323px;
	background-image		: url(../Images/SearchBg.gif);
	background-position	: top;
	background-repeat		: no-repeat;
	padding-top				: 23px;
	padding-left			: 20px;
}

div.VerySmallText {
	font-size				: 6pt;
	font-family				: Tahoma;
	color						: #DE651C;
	position					: absolute;
	margin-left				: 20px;
}

div.ProductGroupMenu {
	color: #fa6b0f;
	border-bottom: 1px solid #fa6b0f;
	padding-bottom: 4px;
	font-weight: bold;
}


/* TABLES */

td.PhotoCatTop {
	background-image		: url(../Images/PhotoTop.gif);
	background-repeat		: no-repeat;
	background-position	: top;
	background-color		: #FFE8E1;
	color						: #FF6600;
	font-weight				: bold;
	text-align				: left;
	padding-top				: 4px;
	padding-left			: 8px;
	padding-right			: 8px;
}

td.package {
	background-color		: #FFE8E1;
	color						: #FF6600;
	text-align				: left;
	padding-top				: 4px;
	padding-left			: 8px;
	padding-right			: 8px;
	border: 1px solid #FF6600;
	font-size:9px;
}

td.PhotoCatMiddle {
	background-color		: #FFE8E1;
	color						: #FF6600;
	padding-left			: 8px;
	padding-right			: 8px;
	text-align				: left;
}

td.PhotoCatBottom {
	background-image		: url(../Images/PhotoBottom.gif);
	background-repeat		: no-repeat;
	background-position	: bottom;
	background-color		: #FFE8E1;
	color						: #FF6600;
	padding-bottom			: 4px;
	padding-right			: 8px;
}

td.PriceLadderHeader {
	border-bottom			: 1px solid #FF6600;
	font-style				: italic;
}

td.PriceLadder {
	border-bottom			: 1px solid #D8D8D8;
}

table.News {
	width						: 100%;
}

td.NewsHeader {
	font-size				: 14px;
	color						: #FF6600;
	border-bottom			: 2px solid #FF6600;
}

td.NewsDate {
	text-align				: right;
	font-size				: 9px;
	font-style				: italic;
}

td.NewsBottom {
	text-align				: right;
	border-top				: 2px solid #FF6600;
}

table.ShoppingOverview {
	width						: 100%;
}

tr.ShoppingOverviewHeader td {
	font-weight				: bold;
	border-bottom			: 3px solid #FF6600;
}

tr.ShoppingOverviewProduct td {
	border-bottom			: 1px dashed #FF6600;
}

td.ShoppingOverviewTotal {
	font-size				: 13px;
	font-weight				: bold;
}

td.ShoppingOverviewPrice {
	font-size				: 14px;
	font-weight				: bold;
	color						: #FF6600;
}

tr.ArticleBar td {
	border-bottom			: 2px solid #FF6600;
	font-weight				: bold;
	font-size				: 12px;
}

tr.ArticleBar2 td {
	border-bottom			: 1px solid #FF6600;
	font-weight				: normal;
	font-size				: 12px;
}

table.RegisterForm td {
	border-bottom			: 1px solid #CCCCCC;
}

tr.RegisterEmpty td {
	border					: 0px;
}


td.PackageCell {
	vertical-align: top;
	height: 94px;
}

td.PackageImg {
	/*vertical-align: bottom;*/
	width: 82px;
	height: 84px;
	background-color: #FF6600;
}

/* LINKS */

a.Menu:link {
	color						: white;
	text-decoration		: none;
	font-size				: 11px;
	margin-right			: 0px;
	font-family				: Comic Sans MS, Verdana;
	padding-bottom			: 1px;
	padding-left			: 4px;
	padding-right			: 4px;
	display					: block;
}

a.Menu:visited {
	color						: white;
	text-decoration		: none;
	font-size				: 11px;
	margin-right			: 0px;
	font-family				: Comic Sans MS, Verdana;
	padding-left			: 4px;
	padding-right			: 4px;
	padding-bottom			: 1px;
	display					: block;
}

a.Menu:hover {
	color						: #FF6600;
	text-decoration		: none;
	font-size				: 11px;
	margin-right			: 0px;
	background-color		: white;
	font-family				: Comic Sans MS, Verdana;
	padding-left			: 4px;
	padding-right			: 4px;
	padding-bottom			: 1px;
	display					: block;
}

a.SubMenu:link {
	color						: #ff6600;
	text-decoration		: none;
	font-size				: 12px;
	font-family				: Comic Sans MS, Verdana;
	padding-bottom			: 1px;
	padding-left			: 8px;
	padding-right			: 8px;
	background-color		: #fdf6f1;
	border-bottom			: 1px solid #ff6600;
}

a.SubMenu:visited {
	color						: #ff6600;
	text-decoration		: none;
	font-size				: 12px;
	font-family				: Comic Sans MS, Verdana;
	padding-left			: 8px;
	padding-right			: 8px;
	padding-bottom			: 1px;
	background-color		: #fdf6f1;
	border-bottom			: 1px solid #ff6600;
}

a.SubMenu:hover {
	color						: #ff6600;
	text-decoration		: underline;
	font-size				: 12px;
	font-family				: Comic Sans MS, Verdana;
	padding-left			: 8px;
	padding-right			: 8px;
	padding-bottom			: 1px;
	background-color		: #ffe1cd;
	border-bottom			: 1px solid #ff6600;
}

a.SubMenu2:link {
	color						: white;
	text-decoration		: none;
	font-size				: 12px;
	font-family				: Comic Sans MS, Verdana;
	padding-bottom			: 1px;
	padding-left			: 8px;
	padding-right			: 8px;
}

a.SubMenu2:visited {
	color						: white;
	text-decoration		: none;
	font-size				: 12px;
	font-family				: Comic Sans MS, Verdana;
	padding-left			: 8px;
	padding-right			: 8px;
	padding-bottom			: 1px;
}

a.SubMenu2:hover {
	color						: white;
	text-decoration		: underline;
	font-size				: 12px;
	font-family				: Comic Sans MS, Verdana;
	padding-left			: 8px;
	padding-right			: 8px;
	padding-bottom			: 1px;
}

a:link {
	text-decoration		: none;
	color						: #FF6600;
}

a:visited {
	text-decoration		: none;
	color						: #FF6600;
}

a:hover {
	text-decoration		: none;
	color						: #FFD503;
}

a.CatLink:link {
	font-size				: 14px;
	font-family				: Comic Sans Ms;
}

a.CatLink:visited {
	font-size				: 14px;
	font-family				: Comic Sans Ms;
}

a.CatLink:hover {
	font-size				: 14px;
	font-family				: Comic Sans Ms;
}

a.ArtLink:link {
	font-size				: 14px;
	font-weight				: bold;
	font-family				: Comic Sans Ms;
}

a.ArtLink:visited {
	font-size				: 14px;
	font-weight				: bold;
	font-family				: Comic Sans Ms;
}

a.ArtLink:hover {
	font-size				: 14px;
	font-weight				: bold;
	font-family				: Comic Sans Ms;
}

a.ProductMenu0:link {
	display					: block;
	padding-bottom 		: 4px;
	padding-top		 		: 4px;
	padding-left			: 20px;
	border-bottom			: 1px solid #ff6600;
	color						: #ff6600;
	text-decoration		: none;
	background-image: url(../Images/ProductMenu0Bg.gif);
	background-repeat: no-repeat;
	background-position: 4px;
}

a.ProductMenu0:visited {
	display					: block;
	padding-bottom 		: 4px;
	padding-top		 		: 4px;
	padding-left			: 20px;
	border-bottom			: 1px solid #ff6600;
	color						: #ff6600;
	text-decoration		: none;
	text-decoration		: none;
	background-image: url(../Images/ProductMenu0Bg.gif);
	background-repeat: no-repeat;
	background-position: 4px;
}

a.ProductMenu0:hover {
	display					: block;
	padding-bottom 		: 4px;
	padding-top		 		: 4px;
	padding-left			: 20px;
	border-bottom			: 1px solid #ff6600;
	color						: black;
	text-decoration		: none;
	text-decoration		: none;
	background-image: url(../Images/ProductMenu0Bg.gif);
	background-repeat: no-repeat;
	background-position: 4px;
}

a.ProductMenu0Selected:link {
	display					: block;
	padding-bottom 		: 4px;
	padding-top		 		: 4px;
	padding-left			: 20px;
	border-bottom			: 1px solid #ff6600;
	color						: black;
	text-decoration		: none;
	text-decoration		: none;
	background-image: url(../Images/ProductMenuSelectedBg.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	font-weight: bold;
}

a.ProductMenu0Selected:visited {
	display					: block;
	padding-bottom 		: 4px;
	padding-top		 		: 4px;
	padding-left			: 20px;
	border-bottom			: 1px solid #ff6600;
	color						: black;
	text-decoration		: none;
	text-decoration		: none;
	background-image: url(../Images/ProductMenuSelectedBg.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	font-weight: bold;
}

a.ProductMenu0Selected:hover {
	display					: block;
	padding-bottom 		: 4px;
	padding-top		 		: 4px;
	padding-left			: 20px;
	border-bottom			: 1px solid #ff6600;
	color						: black;
	text-decoration		: none;
	text-decoration		: none;
	background-image: url(../Images/ProductMenuSelectedBg.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	font-weight: bold;
}

a.ProductMenu1:link {
	display					: block;
	padding-bottom 		: 4px;
	padding-top		 		: 4px;
	padding-left			: 36px;
	border-bottom			: 1px solid #ff6600;
	color						: #ff6600;
	text-decoration		: none;
	background-image: url(../Images/ProductMenu1Bg.gif);
	background-repeat: no-repeat;
	background-position: 20px;
}

a.ProductMenu1:visited {
	display					: block;
	padding-bottom 		: 4px;
	padding-top		 		: 4px;
	padding-left			: 36px;
	border-bottom			: 1px solid #ff6600;
	color						: #ff6600;
	text-decoration		: none;
	background-image: url(../Images/ProductMenu1Bg.gif);
	background-repeat: no-repeat;
	background-position: 20px;
}

a.ProductMenu1:hover {
	display					: block;
	padding-bottom 		: 4px;
	padding-top		 		: 4px;
	padding-left			: 36px;
	border-bottom			: 1px solid #ff6600;
	color						: black;
	text-decoration		: none;
	background-image: url(../Images/ProductMenu1Bg.gif);
	background-repeat: no-repeat;
	background-position: 20px;
}

a.ProductMenu1Selected:link {
	display					: block;
	padding-bottom 		: 4px;
	padding-top		 		: 4px;
	padding-left			: 36px;
	border-bottom			: 1px solid #ff6600;
	color						: black;
	text-decoration		: none;
	background-image: url(../Images/ProductMenuSelectedBg.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	font-weight: bold;
}

a.ProductMenu1Selected:visited {
	display					: block;
	padding-bottom 		: 4px;
	padding-top		 		: 4px;
	padding-left			: 36px;
	border-bottom			: 1px solid #ff6600;
	color						: black;
	text-decoration		: none;
	background-image: url(../Images/ProductMenuSelectedBg.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	font-weight: bold;
}

a.ProductMenu1Selected:hover {
	display					: block;
	padding-bottom 		: 4px;
	padding-top		 		: 4px;
	padding-left			: 36px;
	border-bottom			: 1px solid #ff6600;
	color						: black;
	text-decoration		: none;
	background-image: url(../Images/ProductMenuSelectedBg.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	font-weight: bold;
}

a.Package:link {
	font-weight				: bold;
	text-decoration		: underline;
	color						: #FF6600;
}

a.Package:visited {
	font-weight				: bold;
	text-decoration		: underline;
	color						: #FF6600;
}

a.Package:hover {
	font-weight				: bold;
	text-decoration		: underline;
	color						: FF6600;
}

/* FORM */

input.Small {
	width						: 67px;
	height					: 15px;
	background-image		: url(../Images/SmallBtnBg.gif);
	background-repeat		: no-repeat;
	font-size				: 10px;
	color						: white;
	text-align				: center;
	border					: 0px;
	cursor					: pointer;
}

input.Big {
	width						: 110px;
	height					: 15px;
	background-image		: url(../Images/BigBtnBg.gif);
	background-repeat		: no-repeat;
	font-size				: 10px;
	color						: white;
	text-align				: center;
	border					: 0px;
	cursor					: pointer;
}

input.SmallText {
	width						: 31px;
	height					: 21px;
	font-family				: Comic Sans MS, Verdana;
	color						: black;
	font-size				: 11px;
	background-image		: url(../Images/TextBg.gif);
	background-repeat		: no-repeat;
	border					: 0px;
	font-weight				: bold;
	text-align				: center;
	_background-attachment	: fixed;
	padding-left			: 5px;
	padding-right			: 5px;
}

input.Text {
	font-size				: 12px;
	font-weight				: normal;
	font-family				: Verdana;
}

input.Text:disabled {
	font-size				: 12px;
	color						: #FF6600;
	font-weight				: normal;
	border					: 0px;
	border-bottom			: 2px solid #FF6600;
	font-family				: Comic Sans MS, Verdana;
	background-color		: #E9E9E9;
}

input.SmallBox {
	width						: 47px;
	height					: 22px;
	background-image		: url(../Images/ValueBoxRight.gif);
	background-repeat		: no-repeat;
	font-size				: 11px;
	font-family				: Comic Sans MS, Verdana;
	text-align				: center;
	border					: 0px;
	font-weight				: bold;
	float						: left;
	padding-top				: 2px;
}

input.BackBtn {
	width						: 90px;
	height					: 25px;
	background-image		: url(../Images/BackBtn2.gif);
	background-repeat		: no-repeat;
	text-align				: right;
	font-family				: Comic Sans MS, Verdana;
	color						: #FF6500;
	font-size				: 12px;
	font-weight				: bold;
	padding-right			: 4px;
	border					: 0px;
}

textarea.Text {
	font-size				: 11px;
	font-weight				: normal;
	font-family				: Verdana;
}

/* MISC */

hr {
	border-top				: 1px solid #FF6600;
	height					: 1px;
}

h1 {
	font-size				: 15px;
	color						: #FF6600;
	font-family				: Comic Sans MS, Verdana;
	margin-top				: 0px;
	margin-bottom			: 6px;
}

img {
	border					: 0px;
}

FONT.header {
	font-size				: 15px;
	color						: #FF6600;
	font-family				: Comic Sans MS, Verdana;
	font-weight				: bold;
}

FONT.subheader {
	font-size				: 13px;
	color						: #FF6600;
	font-family				: Verdana;
}

form {
	margin					: 0px;
}

/* ############################################### */
/* ############################################### */
/* 					DropDown Style 						*/
/* ############################################### */
/* ############################################### */

.TopMenuUl{
	list-style-type			: none;
	margin						: 0;
	padding						: 0;
	z-index						: 5;
}

.TopMenuLi{
	list-style-type			: none;
	float							: left;
	position						: relative;
	top							: -10px;
	_top							: 0px;
	margin-right				: 12px;
}

.TopMenuTitle{
	display						: block;
	width							: 100px;
}

.SubMenuUl{
	list-style-type			: none;
	position						: absolute;
	top							: 6px;
	_margin-left				: 0px;
	padding-top					: 10px;
	display						: none;
}

.SubMenuLi a{
	display						: block;
	width							: 200px;
	position						: relative;
	left							: -40px;
	_left							: 0px;
}

/* lists nested under hovered list items */
li:hover ul , li.over ul{
	display						: block;
}

#dMenu li>ul {
	top							: auto;
	left							: auto;
}

Span.PackageName
{
	font-size				: 14px;
	font-weight				: bold;
	font-family				: Comic Sans Ms;
}

div.Row {
	width						: 100%;
	background-color		: #FFE8E1;
	color						: #000000;
	text-align				: left;
	/*padding-top				: 4px;*/
	padding-left			: 8px;
	/*padding-right			: 8px;*/
	border: 0px solid #FF6600;
	font-size:9px;
}

/* Sitemap */

ul.Sitemap {
	list-style-type		: none;
}

li.Sitemap0 {
	margin-left			: 0px;
}

li.Sitemap1 {
	margin-left			: 10px;
}

li.Sitemap2 {
	margin-left			: 20px;
}

li.Sitemap3 {
	margin-left			: 30px;
}

li.Sitemap4 {
	margin-left			: 40px;
}
