.searchbox {
	display: block;
	position: relative;
	top: 0;
}
.sendtof { display: block }
.price203{
	display: none;
}
 .good_message {
 	background-color: #AAFFAB;
	color: #006600;
 }
  .bad_message {
 	background-color: #FFC8C8;
	color: #CC0000;
 }
/* Client Registration Styles */

.crdiv {
	position: relative;
	top: 0px;
	left: 0%;
	z-index: 1000;
}
.crtable td, .crtable a ,#crmenu {
	font-family: verdana, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	height: 20px;
	white-space: nowrap;
	padding: 2px 8px 2px 8px;
	color: #FFCC00;
} 
.crtable{
	border: 1px solid #7B8AA5;
	background: #4A517B;
	color: #FFCC00;
	width: 175px;
	z-index: 100;

}
.crdiv input { background-color: #ebebeb;
 }
.sinput  { background-image: none }


/* Shopping Cart Styles */
.scdiv {
	position: absolute;
	top: 5px;
	left: 70%;
	z-index: 1000;
	clear: both;
}
.sc_button { background-image: none }

.sctable{ background-image: none;
 }

.headsctable, .headsctable td, .headsctable a {
	background: #ebebeb;
	color: #CC0000;
	white-space: nowrap;
	height: 20px;
	padding: 2px 8px 2px 8px;
} 
.headsctable {
	border: 1px solid #666666;
	z-index: 100;
}
/* END OF Shopping Cart AND Custome Registration Styles */


.submit,.submit a {
font:11px verdana,arial,sans-serif;
padding:2px 2px;
height:20px;
color: #275969;
 background: #003366 url('http://www.absite.com/generic/buttons/bg_buttons/lilac_bg_dbl.gif');
}
.submitr {color:#FFFFFF;
font:11px verdana,arial,sans-serif;
padding:3px 4px 1px 4px;
height:20px;
 background: #003366 url('http://www.absite.com/generic/buttons/bg_buttons/red_dark2_bg_sgl.gif');
}
.bglight { background-color: #9DCF9C;
  color: #274F00 !important;}

  
#adminuserlist { border: 1px solid #cccccc;
font-size: 10px !important; 
background-color: #ffffff !important;
color: #000000 !important}
#adminuserlist th {  border:1px solid #cccccc }
#adminuserlist td  {
	border: 1px solid #cccccc;
	border-bottom-width: 1px;
	color: #000000 !important;
}
#admin-menu,#admin-menu td,#admin-menu a:link, #admin-menu,#admin-menu a:active,#admin-menu a:hover,a#admin-menu:link,#admin-menu a:visited {
	color: #444444 !important;
	background: #FFFFFF;
	text-transform: none;
	white-space: nowrap;
	font: 11px/16px bold verdana, helvetica, sans-serif;
}
#s2fslot { border: 1px #ebebeb solid;
padding: 3px }

#ImageBoxOuterContainer, #ImageBoxOverlay,ImageBoxContainer { z-index: 2000;
 }

		#ImageBoxOverlay
		{
			background-color: #000;
		}
		#ImageBoxCaption
		{
			background-color: #F4F4EC;
		}
		#ImageBoxContainer
		{
			width: 250px;
			height: 250px;
			background-color: #F4F4EC;
		}
		#ImageBoxClose img{
		border-width: 0px;
		}
		#ImageBoxCaptionText
		{
			font-weight: bold;
			padding-bottom: 5px;
			font-size: 13px;
			color: #000;
		}
		#ImageBoxCaptionImages
		{
			margin: 0;
		}
		#ImageBoxNextImage
		{
			background-image: url(/generic/arrows/sqar_black.gif);
			background-repeat:	no-repeat;
			background-position: right bottom;
			background-color: transparent;
		}
		#ImageBoxPrevImage
		{
			background-image: url(/generic/arrows/sqar_black_l.gif);
			background-repeat:	no-repeat;
			background-color: transparent;
			background-position: left bottom;
}
		#ImageBoxNextImage:hover
		{
			background-image: url(/generic/arrows/sqar_red.gif);
			background-repeat:	no-repeat;
			background-position: right bottom;
		}
		#ImageBoxPrevImage:hover
		{
			background-image: url(/generic/arrows/sqar_red_l.gif);
			background-repeat:	no-repeat;
			background-position: left bottom;
		}
		h2,
		h4,
		p
		{
			padding-left: 0px;
		}

/* last seen items */
#lsi { position: relative;
top: 0px }
#lsi td {
border: 1px dashed #7B8AA5;
border-width: 0px 1px 1px 1px 
}
#lsi th { border-width: 0px }

#login { background-color: #ffffff;margin:0 auto; padding: 5px 5px 5px 5px; }
#login td, #login  a, #login  font { color:#000000 }
.smallt { font: 10px normal  verdana, helvetica, sans-serif; color:#000000 }



/*  CMS MENU STYLES */

.cmsmenu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.cmsmenu ul li{
position: relative;
display: inline;
float: left;
margin: 0px 0px 0px 0px;
z-index: auto;
text-align: left;
}

/*Top level menu link items style*/
.cmsmenu ul li a {
display: block;
/*width: 120px; Width of top level menu link items*/
width: 120px;
/* white-space: nowrap; will overflow in Moz*/
padding: 0px 3px 0px 3px;
text-align: center;
border: 1px solid #202020;
text-decoration: none;
color: black;
font: normal 1em verdana,Tahoma, san-serif;
z-index: auto;
text-transform: uppercase
}
	
/*Sub level menu*/
.cmsmenu ul li ul {
left: 0;
top: 14px;
background-color: #C7E3AC;
margin: 0 auto;
position: absolute;
text-align:left;
visibility: hidden;
z-index: 1000;
}

/*Sub level menu list items*/
.cmsmenu ul li ul li {
margin: 0px 0px 0px 0px ;
float: left;
position: relative;
z-index: 10000;
}


/* Sub level menu links style */
.cmsmenu ul li ul li a {
/* width: 210px;  width of sub menu levels*/
margin: 1px 1px 1px 1px;
display: block;
position: relative;
font: normal 1em verdana,Tahoma, san-serif;
text-align: left;
padding: 1px 2px 1px 2px;
background: #FFFFFF;
border: #666666 1px solid;
border-width: 1px 1px 1px 1px ;
text-transform: capitalize;
}
/*
.cmsmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}
*/

.cmsmenu { text-align: center;border: #666666 0px solid; width: 800px  }
.cmsmenu ul li ul li a:hover{
background: #666666;
color: #ffffff;
border: #666666 1px solid;
display: block;
position: relative;
z-index: 1000
}

.cmsmenu .arrowdiv {
position: absolute;
right: 0;
/*background: transparent url(menuarrow.gif) no-repeat center left;*/
}

/* CMS MENU CHANGES !! */
.cmsmenu ul li a {
	padding-top: 5px;
	border: none;
	background-image: none;
	color: #EDEDED;
	font-size: 13px;
	border-left: none;
	/*border-right: 1px solid #a3cef8;*/
	font-weight: bold;
	/*width: 125px;*/
	padding-left: 2px;
	padding-right: 2px;
	width: auto;
}


.cmsmenu ul li ul li a {
	border: none;
	background-color:#4A517B;
	color: #ffffff;
	font-size: 11px;
}
.cmsmenu ul li a:hover {
	background-image: none;
	color: #ffffff;
	font-size: 13px;
}
.cmsmenu ul li ul li a:hover {
	background-color: #586093;
	border: none;
	font-size: 11px;
}
.cmsmenu ul li ul{
	top: 12px;
	background-color: #ffffff;
}
.cmsmenu {
	width: 746px;
	background-repeat: no-repeat;
	height: 30px;
}

/********************************************************************/




* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .cmsmenu ul li {
float:left;  }

* html .cmsmenu ul li a { text-transform: uppercase }
/* End */

/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


/* GENERAL Tableless 
#wrapper
	#continner
		#header - closed
		#main
		#arealeft
			#navcontainer
				#navlist
				#subnavlist
		#areacenter
			boxleftal...
		#footer - closed
*/

#wrapper { 
	WIDTH: 100%; 

	padding :0px; 
	MARGIN: 0px auto; 
		text-align: center;}

#continner {
	width: 850px;
		MARGIN: 0px auto;  
	padding: 10px 0px 0px 0px;
	text-align: center;

	font-size: 11px;
}
#continner div {
		padding:0px;
	}
#headder {
	width: 850px;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

#flags {
  text-align: left;
}
#promoe {
	margin-left: 40px;	
}
#promoe  table {
border: dotted 1px #cccccc;
	width: 300px;

}
#promoe  table td {
border: dotted 1px #cccccc;
border-width:0 1px 1px 0;

text-align: center;
}
#mainbody {
	MARGIN: 0px auto;  
	display: block;
	border: 0px solid green;
		width: 800px;
}

#arealeft {
	float: left;
	width: 175px;
	display: block;
	text-align: left;
}
#areacenter {

	width: 600px;
	text-align: left;
}
#arearight {
	width: 1px;
	position: relative;
	height: 350px;

	display: none;
}
.cmscathead { display: block;
	margin-left: 175px;
	margin-right: 0px;
	width: 100%;
}
#footer {
width: 850px;
	clear: both;
	margin: 0 auto;
}

#footer, #main, #headder,  #wrapper { border-width: 0px }

.translations tr th {
	background-color: #474747;
	color: #E2E2E2;
}
.title { font-size: 16px; }
.tran_row1 {
	background-color: #F9F9FF;
	color: #000000;
}
.textpaimentcoment {
	display: none
}
.tran_row2 {
	background-color: #EEEFFF;
	color: #000000;
}
.mceContentBody { 	
  background-color: transparent;
}


#linkincms a,#linkincms a:hover,#linkincms  img {
	color: #000000;
	background-color: transparent;
	border: none;
	display: inline;
}

.small_euro {
	font-size: 9px;
}

.selectedCategory {
  display: block !important;
  background-color: #1B8F1A !important;
  border-left-color: #27CF26 !important;
  border-left-width: 6px !important;
  padding-left: 13px !important;
  color: #ffffff !important;
}

.selectedSubcategory {
  padding-left: 16px !important;
  background: transparent url(ressources/tick_16.png) no-repeat 0 0 !important;
}
