@import "nav.css";
@import "cmxform.css";

html {height: 100%; margin-bottom: 1px; }


body 				{  text-align: left; 
						margin: 0;	
						padding:0 0 10px 0;
						background-color: #000000; 
						
						}
						
						
/* -----------------------introduce all text elements ----------------------------------------- */


h1,h2,h3,h4,h5,h6,p,br,a,li,ul,em,blockquote,td { font-size: 10.0pt; color: black; margin: 0;line-height: 1.3em;	 
font-weight: normal;  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; text-align: left; }
	
h1 {	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-style:italic;  font-size: 22px; text-align:left; margin-bottom:0.4em; color: #bababc;}
h2 { 	font-size: 16px; margin-bottom:1em; color:#feeea4; font-style:italic; text-indent: 20px;  }
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-style:italic;  font-size: 20px; text-align:left; margin-bottom:0.5em; color: #9f281d;
}
h4 {	font-weight:bold; font-size: 9pt;}
h5 {	font-weight:bold; font-size: 10pt;}
h6 {	font-weight:bold; font-size: 12pt; color:#aaaaab; margin-bottom:-0.4em;  }
 p {	padding-bottom: 0.8em; color:black; font-size:13px; text-indent:10px; line-height:1.7em;}	
.objtext p {	}

p a {
	font-weight:bold;
	border-bottom: 1px dotted #f47368;
	text-decoration:none;
	color:#f47368
}
p a:hover {
	color:white;
	border-bottom: 1px dotted white;
	text-decoration:none;
}
a.press {
	font-size:15px;
	font-weight:bold;
	color:#f47368;
	text-decoration:none;
}
a:hover.press {
	font-size:15px;
	font-weight:bold;
	color:white;
}

div#wrapper 	{  
	margin:40px auto 0; _margin:40px 0 0 80px;
	width:950px; 
	height:725px; 
}

div#outerwrap 	{ 
	width:100%;  
	margin:0; 
	padding:0; 
	float:left; 
	padding-bottom:5%; 
	background:#000000 
}

div#header	{
	height:150px;
	background-color:#000000;
}

div#content	{

	border:1px solid #afafaf;
}


						


.coltainer	{
	width:948px; *width:946px;
	float:left; 
	background-color:black; 
	border:1px solid #aaaaaa;
	
}

.piccont 	{
	width:384px;

	background-color:#afafaf;	
	padding:5px 0 0 6px; _padding:6px 0 0 6px;
	float:left;
}
		
.picground {
	width:392px; _width:390px; 
	height:574px; _height:578px; 
	background-color:#aaaaaa; 
	float:left
}
	
.coltext	{
	padding:12px 0 0 14px;

	width:376px;
	float:left;
}
		
.textground {
	width:408px; *width:404px; _width:406px;
	height:574px; _height:578px; 
	background-color:#9f281d; 
	position:absolute; 
	margin-left:540px; *margin-left:0px; _margin-left:0px;
}

.menuground {
	width:150px; 
	 
	background-color:black; 
	float:left;
}

.spezi {
	font-size:15px;
	font-weight:normal;
	color:#f47368;
}
.slash {
	color:#f47368;
	font-style:italic;
}




/* ----------------------- Special style bid overlay ------------------------------*/


div#bidwrapper
{
width:400px;

padding:0;

background-color:#9F281D;
border-top: 2px solid #ccc;
border-bottom: 2px solid #ccc;
border-left:8px solid #ccc;
border-right:8px solid #ccc;
}


div#bidcont {
	background: transparent url(/img/icons/border_bidoverlay_mid.png) repeat-y top left  ;
	padding:5px 20px; 
	width:360px;
	
	background-color:#9F281D;
}


 
div#bidbut {
	width:330px;
	background-color: #ddd;
	padding: 10px 15px 10px 30px;
	margin-bottom: 10px;	
	text-align:left !important;
}
div#bidbut.single{
		width:293px;
		padding: 10px 15px 10px 15px;
		margin-left:15px;
}
div#bidbut p {
	padding: 0;
	margin:0 0 0 30px;
}
div#bidbut img {
float:right; margin-right:0;}

/* POPMSG CODE */
#popmsg-overlay{
	display:none;
	background-color:#ccc;
	left:0px;
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	z-index:90;
	opacity: 0.4; 
	filter: alpha(opacity=60);
}
#popmsg-container{
	display:none;
	left:0px;
	position: absolute;
	text-align:center;
	width:100%;
	z-index:100;
	top:100px;
}
#popmsg{
	position: realtive;
	/*
	height:250px;
	min-height:250px;
	*/
	max-height:450px;
	width:400px;
	margin:150px auto;
}
#popmsg div.inner{
}
#popmsg div.inner p.shoplist_text{
	overflow:auto;
	width:370px;
	/*
	height:250px;
	*/
	max-height:250px;
	height:expression(this.scrollHeight>249?"250px":"auto"); 
	padding-right:5px;
}
#popmsgCur{
	background-color:#FFF; 
	width:210px;
	padding:10px 5px 10px 5px;
	border:1px solid #CCCCCC;
	text-align:center;
}


.klose {
	background: transparent url(/img/close.gif) no-repeat; width:60px; height:60px;
	margin-left:327px; position: absolute; color:white; font-style:italic; margin-top:-40px; line-height:8.5em; padding-left:2px;
}
/* END POPMSG CODE */

