/* GENERAL */

body
{
	text-align:center;
	behavior: url(scripts/css/csshover2.htc);	
}

html, body 
{	
	margin:0;
	padding:0;
}
html#fullhtml
{
	background-image:none;
	background-color:#FFF;
	behavior: url(scripts/css/min-width.htc);
}
html#fullhtml div#content
{
	width:98% !important;
}

input.smallinput
{
	width:40px;
}
body, td, th, input, textarea, select
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #222;
}
input, select, textarea 
{
	background-color: #fff;
	border:solid 1px #d7d7d7;
	padding-left: 2px;
	color:#444;
}

p.searchbutton
{
	
}

div
{
	margin:0px;
	padding:0px;
}

h1
{
	font-size:15px;
	font-weight:bold;
	padding-left: 30px;
}
hr
{
	background-color:#fff;
	border: dotted #F2EBEB 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;
}

form
{
	margin:0;
	padding:0;
}
.button, .buttons input, .ncol, .smallbutton,.largebutton
{
	background-color:#ddd;
	text-align:center;
	border:1px solid #222;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
	font-family:Arial;
	letter-spacing:1px;
	color:#555;
	padding:0px 3px;
	margin:0;
	
}
input.dateinput
{
	width:80px;
}
.imgbutton
{
	background-color:Transparent;
	cursor:pointer;
	cursor:hand;
	margin:0;
	padding:2px;
}
.buttonactive
{	
	border:1px outset #F1D260;
	padding:0;
	margin:0;
}
.noborder, .noborder *
{
	border-width:0;
	background-color:Transparent;
}
.largebutton
{
	width:250px !important;
	width:250px;
}
/*	----------------------------------------	*/

/* CONTAINER */
div#Container
{
	text-align:left;
	position:relative;
	width:997;
	background-color:#FFF;
	margin:0 auto;
	padding:0;
}

table#middle
{
	width:995;
	margin-top:15px;
}

table#middle td
{
	vertical-align:top;	
	
}

table#middle td#leftcol, table#middle td#rightcol
{
	
}
table#middle td#leftcol
{
	width:30%;
	padding-left:7px;
}
table#middle td#rightcol
{
	width:30%;

}

div#AuthorList a
{
	color:#333333;
}

div#AuthorList a:hover
{
	text-decoration:none;
	color:#cc262a;
}





/*	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;
}

/*	HEADER	*/
div#Header
{
	position:relative;
	height:156px;
	background-color:#ffffff;
	background-image:url(../../images/layout/logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
div#header a#hplnkHome
{
	position:absolute;
	top:10px;
	left:12px;
	display:block;
	width:80px;
	height:110px;
	cursor:pointer;
	cursor:hand;
	z-index:10;
}

/* SEARCHSMALL */
div#searchsmall
{
	position:absolute;
	top:40px;
	right:33px;
}
div#searchsmall input
{
	background-color:#ddd;
	height:15px;
	font-family:Arial;
	font-size:11px;
	color:#555;
	border:1px solid #fff;
	position:relative;
	bottom:7px;
}
div#searchsmall .button
{
	display:none;
}
div#searchsmall img
{
	margin-top:3px;
	
}

/*SHOPPINGCART*/
div#Shoppingcart
{
	display:block;
	height:auto;
	width:178px;
	_width:210px;	
	padding:30px 16px 30px 16px;	
	background-image:url(../../images/layout/login_body.gif);
	background-repeat:repeat-y;
	position:relative;
	color:#fff;
	font-size:10px;
}
div#Shoppingcart div.head
{
	background-image:url(../../images/layout/login_head.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:210px;
	height:26px;
	position:absolute;
	top:0;
	left:0;
	font-family:Arial,Verdana;
	font-size:11px;
	color:#555;
	text-align:left;
	padding-left:14px;
	line-height:36px;
	font-weight:bold;
}
div#Shoppingcart div.foot
{
	background-image:url(../../images/layout/login_foot.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:210px;
	height:13px;
	position:absolute;
	bottom:0;
	_bottom:-1;
	left:0;
}
div#Shoppingcart table.ItemList
{
	width:100%;
}
div#Shoppingcart table.ItemList tr,
div#Shoppingcart table.ItemList td
{
	color:#eee;
	font-size:10px;
}
div#Shoppingcart a
{
	margin-left:10px;
	color:#ddd;
	font-family:Arial,Verdana;
	font-size:10px;
	text-decoration:underline;
	cursor:pointer;
}
div#Shoppingcart a:hover
{
	text-decoration:none;
}

div#Shoppingcart a img
{
	border-width:0;
	top:8px;
	left:-25px;
	position:absolute;
}
div#Languages
{	
	display:block;
	position:absolute;
	z-index:999;
	bottom:5px;
	right:5px;
}
div#Languages a
{
	margin-right:3px;
}

div#Languages select	
{
	color:#888c6c;
	font-family:Verdana;
	font-size:12;
	font-weight:bold;
}

/* LOGIN SMALL */

div#loginsmall
{
	display:block;
	height:auto;
	width:178px;
	_width:210px;	
	padding:30px 16px 30px 16px;	
	background-image:url(../../images/layout/login_body.gif);
	background-repeat:repeat-y;
	position:relative;
}
div#loginsmall div.head
{
	background-image:url(../../images/layout/login_head.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:210px;
	height:26px;
	position:absolute;
	top:0;
	left:0;
	font-family:Arial,Verdana;
	font-size:11px;
	color:#555;
	text-align:left;
	padding-left:14px;
	line-height:36px;
	font-weight:bold;
}
div#loginsmall div.foot
{
	background-image:url(../../images/layout/login_foot.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:210px;
	height:13px;
	position:absolute;
	bottom:0;
	_bottom:-1;
	left:0;
}
div#loginsmall input
{
	width:170px;
	background-color:#ddd;
	height:15px;
	font-family:Arial;
	font-size:11px;
	color:#555;
	border:1px solid #fff;
	margin-bottom:2px;
}
div#loginsmall input.button
{
	width:auto;
	padding:1px 4px;
	height:21px;
	border:0;
}
div#loginsmall a
{
	margin-left:10px;
	color:#ddd;
	font-family:Arial,Verdana;
	font-size:10px;
}
div#loginsmall a:hover
{
	text-decoration:none;
}
div#loginsmall ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

td.tdcontent
{
	vertical-align:top;
	padding-top:10px;
}
td.tdcontent div#content
{
	margin-top:10px;
}
div#CompanyInfo
{
	font-size:10px;
	line-height:15px;
	color:#666;
	position:absolute;
	left:3px;
	top:3px;
	z-index:50;
}


/* NAVIGATION */
div#Navigation *
{
	z-index:10;
}

div#Navigation
{
	margin-left:130px;
	top:32px;
	height:62px;
	position:relative;
}


div#Navigation ul
{
	list-style-type:none;
	margin:0;
	padding:0;	
	height:100%;
}

div#Navigation li
{
	float:left;
	height:100%;
	line-height:62px;
	padding:0px 22px;
	/*width:100px*/
	border-right:1px solid #999;
}
div#Navigation a
{ 
	font-family:Verdana, Arial, Tahoma, Sans-Serif;
	font-weight:bold;
	color:#ca272b;
	text-transform:uppercase;
	text-decoration:none;
} 
div#Navigation a:hover
{
	color:#555;
}
div#Navigation ul ul
{
	display:none;
}

div#SubNavigation
{
	width:100%;
	height:20px;
	border-bottom:4px solid #d6c7b4;
	background-color:#f1e3d2;
	position:absolute;
	bottom:0;
	line-height:20px;
}
div#SubNavigation ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-left:15px;
}
div#SubNavigation ul li
{
	display:inline;
	margin-left:3px;
	margin-right:7px;
	height:17px;
}
div#SubNavigation ul li a
{
	color:#333;
	font-family:Verdana, Arial, Sans-Serif;
	text-decoration:none;
	font-weight:bold;
}
div#SubNavigation ul li a:hover
{
	text-decoration:underline;
}


/* NavRight */

div#NavRight
{
	/*position:absolute;
	top:160px;
	right:0px*/
}


/*	CONTENT	*/

div#Content,div#translations
{
	color:#222;
	/*position:absolute;
	top:160;
	left:190;*/
	width:auto;
	padding-right:20px;
	padding-left:5px;
	padding-bottom:45px;	
}
div#translations
{
	margin:0;
	border:1px solid #FFEEAB;
	float:none;
	width:600px;
}

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:none;
	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 
{
	font-size:16px;
	color:#ca272b;
	font-weight:bold;
	font-family:Arial, Verdana, sans-serif;
	padding-left:20px;
	height:20px;
	line-height:20px;
	width:100%;
	background-image:url(../../images/Layout/Title_Left.gif);
	background-position:left 25%;
	background-repeat:no-repeat;
	margin-bottom:15px;
	margin-top:0;
	text-transform:uppercase;
	
}

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:#cb262a;
	text-decoration:none;
}
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
{
	padding:2px;
	margin:5px;
	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
{
	margin:2px;
	font-weight:bold;
	font-size:13px;
	margin:5px 3px;
	padding-left:15px;
	font-size:13px;
	background-image:url(../../images/layout/h2.gif);
	background-repeat:no-repeat;
	background-position:2px 3px;
}
div#container div#content h2 span
{
	color:#555;
}

div#container div#Content div#innercontent h3,
div#container div#Content div#innercontent2 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
{
	position:static;
	padding:2px;
	margin:1px;
	font-weight:bold;
	font-size:11px;
}
div#Results
{
	margin-top:20px;
	border-top:2px dotted #f2ebeb;
}
div#innercontent
{
	width:100%;
	padding:5px;
}
div#innercontent2
{
	width:100%;
	height:auto;
	padding:5px;
}

/*	NEWSITEMS	*/
div#NewsItems
{
	position:relative;
	float:left;
	padding-bottom:10px;
	width:250px;
}

div#NewsItems h3
{
	padding-left:20px;
	font-family:Arial;
	font-size:16px;
	margin-top:0;
	color:#ca272b;
	font-weight:bold;
	background-image:url(../../images/Layout/Title_Left.gif);
	background-position:left 25%;
	background-repeat:no-repeat;
	text-transform:uppercase;
}

div#NewsItems ul
{
	width:100%;	
	margin:0;
	padding:0;
	list-style-type:none;	
}

div#NewsItems li
{
	padding-bottom:25px;
	padding-top:25px;	
	font-size:11px;
	border-bottom:1px dashed #888;
}
div#NewsItems ul li.first-child
{
	padding-top:0;
}

div#NewsItems li a
{
	list-style-type:none;
	font-weight:bold;
	text-decoration:none;
	color:#CA272B;
	font-size:12px;
}

div#NewsItems li a:hover
{
	text-decoration:underline;
}
div#NewsItems span.newsdate
{
	font-size:10px;
	color:#888;
	font-style:italic;
}

div#newscontent
{
	position:relative;
	margin-left:260px;
	border-left:1px solid #eee;
	padding-left:8px;
}
div#newscontent h3
{
	margin-bottom:0;
}
div#newscontent span#newsdate
{
	color:#999;
	font-size:10px;
}
div#NewsItems div#NewsItemsPageLinks
{
	margin-top:15px;
	font-size:10px;
}
div#NewsItems div#NewsItemsPageLinks .totalitems
{
	font-style:italic;
	color:#999;
}
div#NewsItems div#NewsItemsPageLinks a
{
	display:inline-block;
	width:15px;
	height:15px;
	border:1px solid #555;
	color:#555;
	text-decoration:none;
	line-height:15px;
	text-align:center;		
	margin-left:1px;
	background-repeat:no-repeat;
	background-position:center center;
}
div#NewsItems div#NewsItemsPageLinks a:hover
{
	background-color:#f1e3d2;
}
div#NewsItems div#NewsItemsPageLinks a.currentpage
{	
	background-color:#cb262a;
	font-weight:bold;
	color:#fff;
}
div#NewsItems div#NewsItemsPageLinks a.firstpage
{
	background-image:url(../../images/Layout/tab_first.png);
}
div#NewsItems div#NewsItemsPageLinks a.lastpage
{
	background-image:url(../../images/Layout/tab_last.png);

}

/*	PRODUCTBOX	*/

div#Products div
{
	padding:0;
	margin:0;
}

div#Products table.productstable
{
	border-collapse:separate;
}

div#Products table td.productcell
{
	border-bottom:1px dotted #999;
}

div#Products table.productbox
{
	width:290px;
	padding-bottom:25px;
	margin-top:25px;
	margin-right:25px;
	
}

div#Products table.productbox td
{
	font-size:11px;
}

div#Products table.productbox td.productphoto
{
	width:50px;
}

div#Products table.productbox span.title
{
	font-size:12px;
	font-weight:bold;
}

div#Products table.productbox div.readmore
{
	float:right;
	margin-top:15px;
}

/*	PROMOS	*/

div#Promos
{
	clear:both;
	position:relative;
	font-size:11px;
}

div#Promos h3
{
	padding-left:20px;
	font-family:Arial;
	font-size:16px;
	margin-top:0;
	color:#ca272b;
	font-weight:bold;
	background-image:url(../../images/Layout/Title_Left.gif);
	background-position:left 25%;
	background-repeat:no-repeat;
	text-transform:uppercase;
}

div#Promos p
{
	margin:0;
	padding:0;
}


div#Promos .promobox
{
	width:297px;
	height:115px;
	/*background-color:#f1e3d2;*/
	position:relative;
}

div#Promos .promobox p.photo
{
	/*position:absolute;
	left:8px;
	top:8px;*/
	float:left;
	margin-right:10px;
	margin-left:8px;
	height:100%;
}
div#Promos .promobox p.photo img
{
	border:1px solid #999;
}
div#Promos .promobox p.shortdescription
{
	/*margin-left:80px;*/
	padding-right:25px;
}

div#Promos .promobox *
{
	background-repeat:no-repeat;
	background-position:top left;
	z-index:99;
}
div#Promos .promobox div.promocontent
{
	background-image:url(../../images/Layout/promocenterleft.gif);
	background-repeat:repeat-y;
	height:102px;
	background-color:#f1e3d2;
}
/*
div#Promos .promobox a.readmore
{
	background-image:url(../../images/Layout/promoreadmore.gif);
	background-position:center center;
	background-color:#d3c4b1;
	position:absolute;
	right:4px;
	top:4px;
	height:97px;
	width:18px;
	display:block;
	z-index:100;
}*/
div#Promos .promobox a.readmore
{
	background-image:url(../../images/Layout/promoreadmore2.gif);
	background-position:right center;
	background-repeat:repeat-y;
	background-color:Transparent;
	position:absolute;
	right:4px;
	_right:3px;
	top:4px;
	_top:10px;
	height:107px;
	_height:101px;
	width:98%;
	display:block;
	z-index:100;
}
div#Promos .promobox a.readmore:hover
{
	background-image:url(../../images/Layout/promoreadmore_hover.gif);
}
div#Promos .promobox div.rightborder
{
	position:absolute;
	right:0;
	_right:-1px;	
	/*top:6px;*/
	display:block;
	width:6px;
	height:102px;
	background-image:url(../../images/Layout/promocenterright.gif);
	background-repeat:repeat-y;
	/*_background-position:1px top;
	background-color:#fff;*/
	
}
div#Promos .promobox div.topborder
{
	background-image:url(../../images/Layout/promotopcenter.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	display:block;
	width:100%;
	height:7px;
}
div#Promos .promobox div.topborder span.left
{
	background-image:url(../../images/Layout/promotopleft.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	display:block;
	height:7px;
	width:5px;
	float:left;
}
div#Promos .promobox div.topborder span.right
{
	background-image:url(../../images/Layout/promotopright.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	display:block;
	height:7px;
	width:6px;
	float:right;
}
div#Promos .promobox div.bottomborder
{
	background-image:url(../../images/Layout/promobottomcenter.gif);
	background-repeat:repeat-x;
	background-position.:bottom;
	display:block;
	width:100%;
	height:6px;
	position:absolute;
	bottom:0;
	_bottom:-1px;
}
div#Promos .promobox div.bottomborder span.left
{
	background-image:url(../../images/Layout/promobottomleft.gif);
	background-position:bottom;
	display:block;
	height:6px;
	width:5px;
	float:left;
}
div#Promos .promobox div.bottomborder span.right
{
	background-image:url(../../images/Layout/promobottomright.jpg);
	background-position:bottom;
	display:block;
	height:6px;
	width:6px;
	float:right;
}
/*	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;
}
div#ProductInfo div.productcontent div.productphoto
{
	float:left;
	margin-right:20px;
}


div#Photos
{
	position:relative;
	margin-left:10px;

}
div#Photos div#big
{
	width:430px;
	height:420px;
	border:solid 1px #666;
	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:0px;
	position:absolute;
	left:440px;
	width:120px;
}
div#Photos div#thumbs .Photo
{
	border:solid 1px #666;
	text-align:center;
	vertical-align:middle;
	cursor:hand;
	cursor:pointer;
	width:120px;
	background-color:#fff;
}
div#Photos div#thumbs .PhotoHover
{
	border:1px solid #222;
	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:500px;
	margin:20px 0 0 5px;
	background-color: #fff;
}
div#Content table.OrderItemHead td
{
	
	font-weight:bold;
	color:#555;
}
div#Content table.OrderItem
{
	width:500px;
	margin:0 0 1px 5px;
	background-color:#dde1ed;
}
div#Content table.OrderItemHover
{
	width:500px;
	margin:0 0 1px 5px;
	background-color:#b9bdc6;
}
div#Content table.Total
{
	width:500px;
	margin:1px 0 0 5px;
	background-color:#DCDCDC;
	border-top:solid 1px #F2EBEB;
	border-bottom:solid 1px #F2EBEB;
}
div#Content table.Total tr td
{
	vertical-align:bottom;
}
div#Content table.Total .PriceTotal
{
	border-top:1px solid #c0918d;
	padding-top:15px;
	vertical-align:bottom;
}
div#Content td.ProductName
{
	width:240px !important;
	width:238px;
}
div#Content td.ProductName a
{
	text-decoration:none;
	font-weight:bold;
	color:#666;
}
div#Content td.ChangeQty
{
	width:80px;
	text-align:center;
	color:#666;
}
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
{
	color:#666;
	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
{
	font-size:12px;
}
div#Content table.ContactTypes
{
	width:80%;
	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;
	text-align:center;
	width:100%;	
	padding:4px;
	margin-bottom:4px;
}
div#Footer a
{
	color:#333;
	text-decoration:none;
}
div#Footer a:hover
{
	text-decoration:underline;
}

div.banner
{
	padding:15 0 15 0;
	text-align:center;
	clear:both;
}

div.lengthbox
{
	display:inline;
}
div#spageie,div#spagens
{
	background:#fff;
	height:215px; 
	border-top:2px dotted #F2EBEB; 
	border-bottom:2px dotted #F2EBEB;
	position:relative;
	overflow:hidden;
}
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;
}


/*GALLERY*/
div#shop .gallery
{
	text-align:center;
	background-color:Transparent;
}
.gallery
{
	border-top:1px dotted #ddd;
	padding:0 15px;
	text-align:left;
	margin-top:15px;
	background-color:#fafafa;	
}
.scrollgallery div.galleryheader,
.gallery div.galleryheader
{
	margin-bottom:10px;
	margin-top:15px;
	text-align:left;
}

.scrollgallery div.galleryheader span.gallerytitle,
.gallery div.galleryheader span.gallerytitle
{
	display:block;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}
.scrollgallery div.galleryheader span.gallerydescription,
.gallery div.galleryheader span.gallerydescription
{
	display:block;
	font-weight:bold;
	font-size:11px;
	font-style:italic;
	padding-left:40px;
}
.gallery .galleryitem
{	
	background-color:#f0eee0;
	border:1px solid #afab8e;
	vertical-align:middle;
	text-align:center;	
}
.scrollgallery #scroller,
.scrollgallery #scroller td
{
	text-align:center;
}
.scrollgallery #scroller .currentimage
{
	background-color:#FDF8D4;
	border:1px dotted #555;
}
.scrollgallery span.refreshphoto
{
	font-weight:bold;
	font-style:italic;
	font-size:10px;
	margin-right:30px;
	
	color:#666;
}
.scrollgallery span.imageindex
{
	float:right;
	font-weight:bold;
	font-style:italic;
	font-size:10px;
	margin-right:30px;
	
	color:#666;
}
.scrollgallery td.largephoto
{
	vertical-align:middle;
	text-align:center;
	border:1px dotted #e3e3e3;
	background-color:#ddd;
}
.scrollgallery .largephoto img
{
	border:1px solid #666;
	margin:0 15px;
	text-align:center;
}
.scrollgallery .scrollimages
{
	overflow:hidden;
}
.scrollgallery .scrollprev,
.scrollgallery .scrollnext
{
	width:50%;
	text-align:center;	
}
.scrollgallery .scrollprev a,
.scrollgallery .scrollnext a
{
	font-weight:bold;
	color:#333;
	font-size:13px;
}
.scrollgallery .scrollitem  
{
	text-align:center;
	vertical-align:middle;
}
.scrollgallery .scollimages
{
	overflow:hidden;
}
.scrollgallery .scrollitem div.thumbimage
{
	background-color:#f0eee0;
}
.scrollgallery .scrollitem div.thumbimage,
.gallery .galleryitem div.thumbimage
{
	display:block;
	margin:4px;
}
.gallery .gallerycontent
{
	margin:0 auto;
	text-align:left;
}
/* PAGETURNVIEW */
.galleryBox
{
	width:100%;
	border-bottom:2px solid #e4e4e4;
}
.galleryBox .galleryHeader
{
	background-color:#f4f4f4;
	height:30px;
	line-height:30px;
}
.galleryBox .galleryHeader .title
{
	float:left;
	display:block;
	padding:0 0 0 5px;
	font-weight:bold;
}
.galleryBox .galleryHeader .fullscreen
{
	display:block;
	float:right;
	padding:0 5px 0 0;
}
.galleryBox .galleryHeader .fullscreen a
{
	font-size:10px;
	color:#999;
}
.galleryBox .galleryHeader .fullscreen a:hover
{
	text-decoration:none;
}
.galleryBox .box
{
	margin:0 auto;
}

/* SEARCH */

div.SearchResults,
div.SearchResults table tr td
{
	color:#555;
	font-size:11px;
}
div.SearchResults p.catsresult
{
}
div.SearchResults p.newsresult
{
}
div.SearchResults p.prodsresult
{
	position:relative;
}
div.SearchResults .newsdate
{
	color:#999;
	font-size:9px;
}

div.SearchResults .title
{
	font-weight:bold;
	cursor:pointer;
}

div.SearchResults .image
{
	height:50;
}


/****************  TABCONTAINER  *******************/
div.SearchResults .ajax__tab_header
{
	margin-bottom:18px;
}

/*** TABS ***/
div.SearchResults .ajax__tab_outer
{
	
}

div.SearchResults .ajax__tab_inner
{
	
}

div.SearchResults .ajax__tab_tab
{
	border:1px solid #896e5d;
	padding:5px 8px;
	margin-right:2px;
	background-color:#f4f4f4;
}

/*** ACTIVE TAB ***/
div.SearchResults .ajax__tab_active .ajax__tab_outer
{
}

div.SearchResults .ajax__tab_active .ajax__tab_inner
{
	
}

div.SearchResults .ajax__tab_active .ajax__tab_tab
{
	font-weight:bold;
	
}

/*** HOVER TAB ***/
div.SearchResults .ajax__tab_hover .ajax__tab_outer
{
}

div.SearchResults .ajax__tab_hover .ajax__tab_inner
{
}

div.SearchResults .ajax__tab_hover .ajax__tab_tab
{
	background-color:#e4e4e4;
	color:#555;
}

/*** BODY ***/
div.SearchResults .ajax__tab_body
{
	/*background-color:#f4f4f4;
	border-style:dashed;
	border-color:#ccc;
	border-width:1px 1px 1px 1px;
	padding:5px;*/
}

/*******************************************/



div#aidk table
{
	border-collapse:collapse;
	border:0;
}
div#aidk table tr td
{
	padding:0;
}

/* boven */
div#aidk table td.lb
{
	width:6px;
	height:8px;
	background-image:url(../../images/layout/aidk/lb.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#aidk table td.rb
{
	width:5px;
	height:8px;
	background-image:url(../../images/layout/aidk/rb.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#aidk table td.mb
{
	width:auto;
	height:8px;
	background-image:url(../../images/layout/aidk/mb.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

/* center */
div#aidk table td.lc
{
	width:6px;
	height:auto;
	background-image:url(../../images/layout/aidk/lc.gif);
	background-repeat:repeat-y;
}
div#aidk table td.mc
{
	background-color:#f1e3d2;
}
div#aidk table td.rc
{
	width:5px;
	height:auto;
	background-image:url(../../images/layout/aidk/rc.gif);
	background-repeat:repeat-y;
}

/* onder */
div#aidk table td.lo
{
	width:6px;
	height:8px;
	background-image:url(../../images/layout/aidk/lo.gif);
	background-repeat:no-repeat;
}
div#aidk table td.mo
{
	width:auto;
	height:8px;
	background-image:url(../../images/layout/aidk/mo.gif);
	background-repeat:repeat-x;
}

div#aidk table td.ro
{
	width:5px;
	height:8px;
	background-image:url(../../images/layout/aidk/ro.gif);
	background-repeat:no-repeat;
}


div#aidk table.content tr td
{
	padding:4px;
}












