/* GENERAL */

html, body 
{	
	margin:0;
	padding:0;
	background-color:#FFF;
	background-image:url(/images/layout/body_bg.gif);
}

body, td, th, input, textarea, select
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222;
}
input, select, textarea 
{
	background-color: #F8FAF8;
	border-left:solid 1px #999;
	border-right:solid 1px #E6E6E6;
	border-top:solid 1px #999;
	border-bottom:solid 1px #E6E6E6;
	padding-left: 2px;
	color:#444;
}
div
{
	margin:0px;
	padding:0px;
}

h1
{
	font-size:15px;
	font-weight:bold;
}
hr
{
	background-color:#A4DE87;
	border: solid #A4DE87 0px;
	color:#A4DE87;
	height:1px;
}
a img,div#container div#content div#innercontent2 a.ContentLink:hover
{
	border-width:0;
}
/*	GENERAL CLASSES	*/
.Message
{
	color: #DABE4C;
	font-weight:bold;
}
.Error,.Error *
{
	color: #f00;
	font-weight:bold;
}
.center
{
	text-align:center;
}
.right
{
	text-align:right;
}
.hidden
{
	display:none;
}
.visible
{
	display:block;
}
.arrow
{

}
form
{
	margin:0;
	padding:0;
}
.button, .buttons input, .ncol, .smallbutton
{
	background-color:#296321;
	text-align:center;
	border-bottom:1px outset #296331;
	border-right:1px outset #296331;
	border-top:1px outset #6CB35A;
	border-left:1px outset #6CB35A;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
	color:#fff;
	padding:0;
	margin:0;
	background-image:url(/images/layout/footer_left_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.deletebutton
{
	background-image:url(/images/layout/footer_left_bg2.gif);
	background-position:bottom;
	background-repeat:repeat-x;	
}
input.imgbutton
{
	background-color:Transparent;
	border:none;
}
.buttonactive
{
	background-image:url(/images/layout/footer_right_bg.gif);
	border:1px outset #F1D260;
	padding:0;
	margin:0;
}
.noborder, .noborder *
{
	border-width:0;
	background-color:Transparent;
}
/*	----------------------------------------	*/

/* CONTAINER */
div#Container
{
	position:relative;
	width:100%;
	background-color:#FFF;
	margin:0;
	padding:0;
}

/* ADMIN */
div#admin div#chbcategories 
{
	margin-top:30px;
	position:relative;
	width:800px;
}
div#admin div#chbcategories table.chbcategoriesheader
{
	position:absolute;
	right:80px;
	margin-top:-30px;
	font-weight:bold;
	clear:both;
}
div#admin div#chbcategories table.chbcategoriesheader th
{	font-weight:bold;}

div#admin div#chbcategories ul
{
	padding-left:22px;
	list-style-type:none;
	margin:0;
}
div#admin div#chbcategories ul li
{
	list-style-type:none;
	position:relative;
	padding:1px 0;
}


div#admin div#chbcategories div.divcalendars
{
	display:none;
	background-color:#F1D260;
	padding:2px;
	border:1px solid #222;
	
}
div#admin div#chbcategories div.divcalendars table.calend,div#admin div#chbcategories div.divcalendars table.calstart
{
	background-color:#eee;
	border:1px solid #666;
	
}

div#admin div#chbcategories ul li span.dateselector
{
	width:530px;
	position:absolute;	
	right:0;
	top:0px;	
}
div#Admin div#Content h2
{
	margin-left:-15px;
	margin-bottom:10px;
	display:none;
	
}
div#Admin div#Content #translations h2
{display:block;}
div#container div#Admin div#Content table tr td
{
	vertical-align:top;
}
div#Admin div#Content .SmallPhoto
{
	margin: 10px;
	border:solid 1px #444422;
}
div#Admin div#Content .dlPhotos
{
	margin:12px;
}
div#Admin div#Content .Photos
{
	width: 140px;
	vertical-align:bottom;
	padding:5px;
	margin:2px;
	text-align:center;
	background-color: #F8F8F8;
	border:ridge 1px #DAF9F0;
}

div#Admin div#Content .Imagebutton
{
	border-width:0;
	margin-left:7px;
}
div#Admin div#Content #ProductsAdd
{
	width:600px;
	margin:12px;
	padding:5px;
	/*background-color: #FCFCDD;*/
	border:outset 1px #DAF9F0;
}
div#Admin div#Content .edit
{
	text-align:center;
}
div#Admin div#Content .edit input
{
	width:50px;
}
div#Admin div#Content .cblCategories
{
	border:1px solid #DADAD0;
	background-color:#F6F6F6;
	color:#666;
}
div#Admin div#Content .cblCategories label
{
	color:#666;
}
div#Admin div#Content .cblCategories input
{
	border-width:0;
}
div#Admin div#Content .listbox
{
	width:250px;
	overflow:scroll;
	background-color:#F9FFF9;
}

/*	DATAGRIDS	*/

div#Content table, div#Content table td
{
	border-color:#bbb;
	color:#333;
}
div#Content table tr td
{
	padding:2px;
}
div#Content .header td
{
	background-color:#4E9C43;
	color:#FFF;
	border-color:#222;
	font-weight: bold;
}
div#Content .item td
{
	background-color:#F1F1F1;
	color:#333;
}

div#Content .alternate td
{
	background-color:#FEFBEE;
	color:#222;
}
div#Content .footer td
{
	border-width:0;
	background-color:#033250;
	font-weight: bold;
}

/*	SHOP	*/
div#Header
{
	position:relative;
	height:146px;
	background-image:url(/images/layout/header_bg.gif);
	background-color:#F4F4F4;
}
div#header a#hplnkHome
{
	position:absolute;
	top:69px;
	left:40px;
	display:block;
	width:90px;
	height:69px;
	cursor:pointer;
	cursor:hand;
	z-index:10;
	background-image:url(/images/layout/logo.gif);
	background-repeat:no-repeat;
}
div#Header div#Headerclear
{
	clear:both;
	width:779px;
	height:146px;
	right:0;
	position:absolute;
	background-image:url(/images/layout/header.jpg);
}


/*SHOPPINGCART*/
div#Header div#Shoppingcart
{
	position:absolute;
	top:0px;
	right:10px;
	margin:0;
	height:20px;
	padding-left:24px;
	padding-top:3px;
}
div#Header div#Shoppingcart a
{
	color:#FEF6B5;
}
div#Header div#Shoppingcart a:hover
{
	color:#FFFBDC;
}
div#Header div#Shoppingcart a img
{
	border-width:0;
	top:1px;
	left:0;
	position:absolute;
}

div#Header div#quicknav
{
	
	position:absolute;
	top:10px;
	right:0px;
	height:22px;
	width:788px !important;
	width:790px;
}
div#Header div#Languages
{	
	display:none;
	position:absolute;
	top:115px;
	right:10px;
	width:100px;
	z-index:999;
}
div#Header div#Languages span
{
	font-size:10px;
	position:absolute;
	display:inline-block;
	right:-10px;
	width:150px;
	top:-30px;
	color:#8A0000;
}
div#admin div#Header div#Languages
{ 
	display:none;
}
div#loginsmall, div#searchsmall
{
	margin-top:10px;
	padding-top:10px;
	border-top:2px solid #A4DE87;
}

div#loginsmall input.button, div#searchsmall input.button
{
	margin-left:50px;
	width:60px;
}
div#loginsmall input, div#searchsmall input
{
	width:140px;
}
div#loginsmall .button,div#loginsmall input, div#loginsmall .smallbutton,div#loginsmall .smallbuttons *,
div#searchsmall .button, div#searchsmall input
{
	font-size:9px;
	margin:2px 0 2px 15px;
}
div#loginsmall p,div#searchsmall p
{	
	margin:0;
	padding:0;
}
div#loginsmall ul,div#loginsmall li
{
	margin:0;
	padding:0;
}
div#loginsmall p.first
{
	padding-left:4px;
}
div#loginsmall p.item
{
	padding-top:2px;
}
div#loginsmall li
{
	list-style-type:none;
}
div#left
{
	float:left;
	position:relative;
	left:0;
	width:130px;
}

/* NAVIGATION */
table#container2
{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	border-collapse:collapse;
	background-color:#FFF;
}
table#container2 tr, table#container2 tr td
{
	padding:0;
	margin:0;
	border-collapse:collapse;
}
div#Navigation *,div#admin div#Navigation *
{
	z-index:10;
}
div#Navigation
{
}
td.tdnav
{
	background-color:#F1F1F1;
	width:160px;
	vertical-align:top;
	border-right:2px solid #DEDEDE;
}
td.tdcontent
{
	vertical-align:top;
	padding-top:10px;
}
td.tdcontent div#content
{
	margin-top:10px;
}
div#CompanyInfo
{
	font-size:10px;
	line-height:13px;
	color:#666;
	position:absolute;
	left:3px;
	top:3px;
	z-index:50;
}
div#Navigation ul
{
	list-style-type:none;
	margin:4px;
	padding:0;
}
div#Navigation li
{
	background-image:url(/images/layout/li_bg.gif);
	background-repeat:repeat-y;
	margin:3px 0;
	display: block;
	height: auto !important;
	height:15px;
}
div#Navigation a
{ 
	background-image:url(/images/layout/li_nav_bullet.gif);
	background-repeat:no-repeat;
	background-position:5px 50%;
	padding-left:11px;
	color:#999;
	font-size:10px;
	display: block;
	width:150px;
	line-height:15px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#333;
} 
div#Navigation a:hover
{
	color:#88DB0D;
	background-image:url(/images/layout/li_hover.gif);
	background-position:3px 50%;
}
div#Navigation li span.more
{
	color:#88DB0D;
}
div#Navigation ul ul,
div#Navigation ul li:hover ul ul, div#Navigation ul li.myhover ul ul,
div#Navigation ul li:hover ul li:hover ul ul, div#Navigation ul li.myhover ul li.myhover ul ul,
div#Navigation ul li:hover ul li:hover ul li:hover ul li:hover ul ul, div#Navigation ul li.myhover ul li.myhover ul li.myhover ul li.myhover ul ul
{
	background-color:#F1F1F1;
	position:absolute;
	left:-999em;
	border-left:2px solid #DEDEDE;
	display:none;
/*	background-color:#fff;*/
}
div#Navigation ul li:hover ul, div#Navigation ul li.myhover ul,
div#Navigation ul li:hover ul li:hover ul, div#Navigation ul li.myhover ul li.myhover ul,
div#Navigation ul li:hover ul li:hover ul li:hover ul, div#Navigation ul li.myhover ul li.myhover ul li.myhover ul,
div#Navigation ul li:hover ul li:hover ul li:hover ul li:hover ul, div#Navigation ul li.myhover ul li.myhover ul li.myhover ul li.myhover ul
{
	left:140px;	
	margin-top:-18px;
	display:block;
}


/*	CONTENT	*/
div#Shop, div#Admin
{

}
div#shop div#Content
{
}
div#shop div#Content, div#admin div#Content
{
}
div#Content,div#translations
{
	color:#222;

	padding-right:20px;
	padding-left:5px;
	padding-bottom:45px;	
}
div#translations
{
	margin:0;
	border:1px solid #FFEEAB;
	float:none;
	width:650px;
}

div#Content ul
{
	list-style-image:url(/images/layout/li.gif);
}
div#Content .Error ul
{
	padding:5px;
	list-style-position:inside;
	margin:10px;
}
h1.h1trace
{
	/*display:none;*/
	margin:0;
	font-size:10px;
	color:#000;
	position:absolute;
	display:block;
	top:128px;
	right:0px;
	width:550px;
	height:14px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:1;
}
div#container div#Content h2.currentcat, div#Admin div#Content h1 {

	font-size:12px;
	color:#666;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:10px 0 5px 14px;
	padding-left:22px;
	line-height:20px;
	height:20px;
	background-image:url(/images/layout/curcat.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
}

h1.h1trace span.arrow
{
	margin-right:2px;
	height:16px;
	padding-left:10px;
	background-image:url(/images/layout/bullet.gif);
	background-repeat:no-repeat;
	background-position:left 50%;
	z-index:0;
}

div#Content h1.h1trace a
{
	color:#000;
	text-decoration:underline;
}
div#Content h1.h1trace a:hover
{
	color:#222;
	background-color:Transparent;
}

div#Content	a,div#CompanyInfo a
{
	color: #000;
	text-decoration:underline;
}
div#Content a:hover,div#CompanyInfo a:hover
{
	color:#70B60A;
}
div#Content table.forgot, div#Content table.login, 
div#Content table.newcustomer,div#Content table.customer
{
	margin-left:20px;
}
/*headers */
div#container div#Content div#innercontent h1,
div#container div#Content div#innercontent2 h1,
div#container div#admin div#content div#translations h1
{
	padding:2px;
	margin:2px;
	font-weight:bold;
	font-size:15px;
}
div#container div#content h2,
div#container div#content div#innercontent h2,
div#container div#content div#innercontent2 h2,
div#container div#admin div#content div#translations h2
{
	margin:2px;
	font-weight:bold;
	font-size:13px;
	margin:5px 3px;
	padding-left:15px;
	font-size:13px;
	letter-spacing:2px;
	background-image:url(/images/layout/h2.gif);
	background-repeat:no-repeat;
	background-position:2px 3px;
}
div#container div#content h2 span
{
	border-bottom:1px solid #A4DE87;
}
div#container div#Content div#innercontent h3,
div#container div#Content div#innercontent2 h3,
div#container div#admin div#content div#translations h3
{
	position:static;
	padding:2px;
	margin:2px;
	font-weight:bold;
	font-size:12px;
}
div#container div#Content div#innercontent h4,
div#container div#Content div#innercontent2 h4
div#container div#admin div#content div#translations h4
{
	position:static;
	padding:2px;
	margin:2px;
	font-weight:bold;
	font-size:11px;
}
div#Results
{
	margin-top:20px;
	border-top:2px solid #A4DE87;
}
div#innercontent
{
	width:100%;
	padding:10px;
}
div#innercontent2
{
	width:100%;
	height:auto;
	padding:10px;
}

/*	NEWSITEMS	*/
div#NewsItems
{
	margin:5px;
	padding:5px;	
	border:1px solid #ccc;
	background-color:#fcfcfc; 
}
div#NewsItems ul
{
	margin:2px 2px 2px 15px;
	padding:0;
}
div#NewsItems li
{
	margin-bottom:6px;
}
div#NewsItems li a
{
	font-weight:bold;
	text-decoration:none;
}
div#NewsItems span.publishdate
{
	font-style:italic;
}
div#newscontent
{
	padding:5px;
}
/*	PRODUCTBOX	*/

/*	PLETTREE	*/

div#plettree li 
{
	background-image:url(/images/layout/ftv2vertline.gif);
	background-repeat:repeat-y;
	background-position:5px 0;
	list-style-image:none;
	list-style-type:none;
}
div#plettree li.last_item
{
	background-image:url(/images/layout/ftv2lastnode.gif);
	background-repeat:no-repeat;
	background-position:5px 0;
}

div#plettree li a
{
	padding-bottom:0px;
}

div#plettree li.menuopen span.cat_item
{
	background-image:url(/images/layout/mapopen.gif);
}
div#plettree li.menuclosed span.cat_item
{
	background-image:url(/images/layout/mapclosed.gif);
}
div#plettree li.prod_item a.prod_item
{
	background-image:url(/images/layout/prodicon.gif);
}

div#plettree li.cat_item a,
div#plettree li.prod_item a
{
	padding-left:25px;
	line-height:17px;
	padding-bottom:5px;
	background-repeat:no-repeat;
}

div#plettree li.menuopen span.menuimage
{
	background-image:url(/images/layout/expanded.gif);
	background-repeat:no-repeat;
	line-height:17px;
	padding-left:20px;
}
div#plettree li.menuclosed span.menuimage
{
	background-image:url(/images/layout/collapsed.gif);
	background-repeat:no-repeat;
	line-height:17px;
	padding-left:20px;
}

div#plettree li span.emptymenu
{
	background-image:url(/images/layout/empty.gif);
}
div#plettree li span.notempty
{
	cursor:hand;
	cursor:pointer;
}
div#plettree li.menuclosed span.notempty:hover, div#plettree li.menuclosed span.myhover
{
	color:#444;
	text-decoration:underline;
	background-image:url(/images/layout/mapopening.gif);
}
div#plettree li.menuopen span.notempty:hover, div#plettree li.menuopen span.myhover
{
	color:#444;
	text-decoration:underline;
	background-image:url(/images/layout/mapclosing.gif);
}

div#plettree li
{
	padding-left:5px;
	padding-bottom:5px;
	white-space:nowrap;
	margin-top:0 !important;
	margin-top:0;
}

div#plettree ul ul
{
	margin:0px 0 0 10px;
	padding:0;
}
div#plettree ul ul.eerste_ul
{
	margin:6px 0 0 10px;
	padding:0;
}
div#plettree span.liimage
{	padding-left:25px;}
div#plettree span
{
	display:inline-block;
	padding-left:20px;

	width:16px;
	height:20px;
	background-repeat:no-repeat;
	
}
div#plettree span.menuimage
{
	cursor:hand;
	cursor:pointer;
}


	
div#plettree li
{
/*	margin:2px 0;*/
	display: block;
	height: auto !important;
	height:15px;
}
div#plettree li.menuclosed ul,
div#plettree li.menuopen ul li.menuclosed ul
{
	display:none;
}

div#plettree li.menuopen ul
{
	display:block;
}

div#plettree a
{ 
	color:#222;
	line-height:15px;
	height:22px;
	text-decoration:none;
	/*font-weight:bold;*/
} 
div#plettree a:hover
{

	text-decoration:underline;

}
div#plettree a.searchprods
{
	background-image:url(/images/layout/Search.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	margin-left:65px;
	padding:5px;
	padding-left:22px;
	line-height:20px !important;
	line-height:10px;
}
div#plettree a.mostprods
{
	background-image:url(/images/layout/mostviewed.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	margin-left:65px;
	padding:5px;
	padding-left:22px;
	line-height:20px !important;
	line-height:10px;
}
div#plettree a.lastprods
{
	background-image:url(/images/layout/lastchanged.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	margin-left:65px;
	padding:5px;
	padding-left:22px;
	line-height:20px !important;
	line-height:10px;
}
div#plettree a.allprods
{
	background-image:url(/images/layout/treeall.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	margin-left:65px;
	padding:5px;
	padding-left:22px;
	line-height:20px !important;
	line-height:10px;
}

div#plettree input.button
{
	margin-left:65px;
}


/*	PLETTREE	*/

/*	PROMOS	*/

div#Products,div#Promos
{
	margin:0;
	clear:both;
}
.promoleft div.promobox
{
	width:220px;
	height:178px;
	background-color:#eee;
	position:relative;
	margin:10px 5px;
	float:left;
	border:1px solid #666;
}

div.promobox
{
	width:220px;
	height:178px;
	background-color:#eee;
	position:relative;
	margin:10px 5px;
	float:left;
	border:1px solid #666;
}
div.promobox h3.productname
{
	text-align:center;
	font-size:11px;
	background-color:#010066;
	height:22px;
	padding:0;
	padding-right:20px;
	border:1px solid #eee;
	padding-top:2px;
	margin:0;
}
.promoleft div.promobox h3.productname
{
	text-align:center;
	font-size:11px;
	background-color:#f5520d;
	height:22px;
	padding:0;
	padding-right:20px;
	border:1px solid #eee;
	padding-top:2px;
	margin:0;
}

div.promobox h3.productname a
{
	text-decoration:none;
	color:#FFF;
}

div.promobox p.photo
{
	position:absolute;
	top:42px !important;
	top:52px;
	width:110px;
	text-align:center;
	right:auto;
	left:5px;
}
div.promobox p.photo img
{
	border:1px outset #747C7F;
}
div.promobox p.buynow
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:50%;
	text-align:center;
	padding:2px 0;
	background-color:#ddd;
	font-size:12px;
}
div.promobox p.buynow a
{
	
	color:#3451A9;
	font-weight:bold;
}

div.promobox p.price
{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:600;

	width:50%;
	padding:2px 0;
	margin:0;
	
	text-align:center;
	font-size:12px;
	background-color:#ddd;
	color:#222;
}

div.promobox span.readmore
{
	background-image:url(/images/layout/promo_bottom.gif);
	background-repeat:no-repeat;
	text-align:center;
}
div.promobox p.shortdescription
{
	position:absolute;
	width:100px;
	color:#333;
	margin:0;
	padding:15px 5px 5px 5px;
	text-align:center;
	right:0;
}


/*	PRODUCT	*/
div#ProductInfo
{
	padding:8px;
}

div#ProductInfo h3
{
	font-size:13px;
	text-align:center;
}
div#ProductInfo p.Order
{
	text-align:center;
	font-weight:bold;
}
div#ProductInfo input
{
	text-align:center;
}
input.printbutton
{
	text-align:center;
	border:none;
	background-image:none;
	background-color:Transparent;
	margin-left:30px;
}
div#ProductInfo table
{
	margin-left:15px;
	border-collapse:collapse;
}

div#ProductInfo table tr
{
	padding-right:5px;
}

div#ProductInfo table tr td
{
	color:#222;
	vertical-align:top;
	padding:5px;
	white-space:normal;
	border-left:solid 1px #fed563;
	border-right:solid 1px #fed563;
}
div#ProductInfo table tr td.title
{
	font-weight:bold;
	border-left:solid 1px #fed563;
	border-right:solid 1px #fed563;
}
div#ProductInfo table tr td.top
{
	border-top:solid 1px #fed563;
}

div#ProductInfo table tr td.bottom
{
	border-bottom:solid 1px #fed563;
}
div#ProductInfo table tr td.booltrue
{
	background-image:url(/images/layout/togglecollegue1.gif);
	background-repeat:no-repeat;
	background-position:4px 0;
}
div#ProductInfo table tr td.boolfalse
{
	background-image:url(/images/layout/togglecollegue0.gif);
	background-repeat:no-repeat;
	background-position:5px 0;
}

div#Photos
{
	position:relative;
	margin-left:20px;
}
div#Photos div#big
{
	width:430px;
	height:420px;
	border:solid 1px #fed563;
	background-color:#fff;
	margin-bottom:10px;
}
div#Photos div#big table
{
	height:100%;
	width:100%;
}
div#Photos div#big table tr td
{
	text-align:center;
	vertical-align:middle;
}
div#Photos div#big img
{
	margin:5px 10px;
	text-align:center;
}
div#Photos div#thumbs
{
	top:2px !important;
	top:0px;
	position:absolute;
	left:440px;
	width:120px;
}
div#Photos div#thumbs .Photo
{
	border:solid 1px #fed563;
	text-align:center;
	vertical-align:middle;
	cursor:hand;
	cursor:pointer;
	width:120px;
	background-color:#fff;
}
div#Photos div#thumbs .PhotoHover
{
	border:1px solid #fed563;
	text-align:center;
	vertical-align:middle;
	cursor:hand;
	cursor:pointer;
	width:120px;

}
div#Photos div#thumbs img
{
	cursor:hand;
	cursor:pointer;
	margin:3px 5px 2px 5px;
}
div#Photos div#thumbs .hidden
{
	display:none;
}

/*	SHOPPINGCART	*/

div#Content table.OrderItemHead
{
	width:420px;
	margin:20px 0 0 5px;
	background-color: #010066;
	border:solid 1px #E0E0E0;
}
div#Content table.OrderItemHead td
{
	border-color:#E0E0E0;
	font-weight:bold;
	color:#fff;
}
div#Content table.OrderItem, table.OrderItemHover
{
	width:420px;
	margin:0 0 0 5px;
	background-color:#F3F3F3;
	border-bottom:solid 1px #93A8B9;

}
div#Content table.OrderItemHover
{
	background-color:#EDF3FF;
	border-bottom:solid 1px #010066;
}
div#Content table.Total
{
	width:420px;
	margin:1px 0 0 5px;
	background-color:#DCDCDC;
	border-top:solid 1px #333;
	border-bottom:solid 1px #555;
}
div#Content table.Total tr td
{
	vertical-align:bottom;
}
div#Content table.Total .PriceTotal
{
	border-top:1px solid #EF6A6A;
	padding-top:15px;
	vertical-align:bottom;
}
div#Content td.ProductName
{
	width:300px;
}
div#Content td.ProductName a
{
	text-decoration:none;
	font-weight:bold;
	color:#0B275F;
}
div#Content td.ChangeQty
{
	width:120px;
	text-align:center;
}
div#Content td.ChangeQty p
{
	font-weight:bold;
	display:block;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
	width:45px !important;
	width:38px;
}
div#Content td.ChangeQty input
{
	background-color:#EEE;
	border-color:#ddd;
	border-style:outset;
	padding:0;
	margin:0;
	float:left;
}
div#Content td.ChangeQty input.plusbutton
{
	float:right;
}
div#Content td.Price
{
	width:80px;
	text-align:right;
}
div#Content table.OrderItemHead td.Price
{
	width:80px;
	text-align:center;
}
div#Content table.Total td
{
	text-align:right;
}
div#Content td.TotalPrice, div#Content table.OrderItemHead td.TotalPrice, 
div#Content table.Total td.Price, div#Content table.Total td.PriceTotal
{
	width:80px;
	font-weight:bold;
	text-align:right;
}
div#Content table.OrderItemHead td.ChangeQty
{
	text-align:center;
}
div#Content table.Total td.PriceTotal, div#Content span.PriceTotal
{
	color:#0B275F;
	font-size:12px;
}
div#Content table.ContactTypes
{
	width:420px;
	margin:20px 0 0 5px;
	
	background-color:#F3F3F3;
	border-bottom:solid 1px #93A8B9;
}
div#Content table.ContactTypes tr.head td
{
	font-weight:bold;
	background-color: #010066;
	border:solid 1px #E0E0E0;
	text-align:center;
	color:#fff;
}
div#Content table.ContactTypes tr.middle td
{
	padding:10px 30px;
}
div#Content table.ContactTypes td.left
{
	border-left:solid 1px #222;
}
p.pay
{
	margin-left:20px;
}
div.clear
{
	clear:both;
	display:none;
}
div.clear span
{
	visibility:hidden;
}
/*	FOOTER	*/  
div#Footer
{
	clear:both;
	font-size:10px;
	height:21px;
}
div#Footer div.left
{
	background-image:url(/images/layout/footer_left_bg.gif);
	background-repeat:repeat-x;
	height:21px;
	width:180px;
	left:0;
	position:absolute;
	border-bottom:2px solid #124118;
}
div#Footer div.right
{
	background-image:url(/images/layout/footer_right_bg.gif);
	background-repeat:repeat-x;
	height:21px;
	line-height:19px;
	text-align:left;
	margin-left:182px;
	padding-left:10px;
	border-bottom:2px solid #9E8C4A;
}
div#Footer a
{
	color:#111;
}
div.lengthbox
{
	display:inline;
}
div#spageie,div#spagens
{
	background:#F9F9F9; 
	width:180px; 
	height:215px; 
	float:right;
	border-style:solid; 
	border-width:1px; 
	border-color:#AAA;
	overflow:hidden;
	position:relative;
}
div#spageie a.more, div#spagens a.more
{
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana;
	font-size:11px;
}
div#container div#content span.publishdate
{
	font-style:italic;
	margin:0 10px;
	font-size:10px;
	font-weight:normal;
	border:none;
}
div#editpage
{
	margin:15px;
	padding:5px;
	padding-right:30px;
	border:solid 1px #F9A500;
	background-color:#FFFAF0;
	background-image:url(/images/layout/edit_page.gif);
	background-repeat:no-repeat;
	background-position:100%;
	text-align:right;
}
div#editpage a:hover
{
	color:#F9A500;
}
div#container div#Results h3
{
	font-size:12px;
	margin:10px 0 3px 0;
	padding:0;
}
div#container div#Results p
{
	margin:2px 0;
	padding:0;
}
div#container div#Results a.extra
{
	text-decoration:none;
	color:#A4DE87;
	font-style:italic;
}