html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: justify;
}

a:link {                                                                                                                                                                            
    text-decoration:none;                                                                                                                                                           
}                                                                                                                                                                                   
a:visited {                                                                                                                                                                         
    text-decoration:none;                                                                                                                                                           
}                                                                                                                                                                                   
a:active {                                                                                                                                                                          
    text-decoration:none;                                                                                                                                                           
}   

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */

a img { border: none; }

#leftcolumn {
	margin-top: 10px;
	margin-left: 10px;
}

#leftcolumn a:link { color: #CCC; }
#leftcolumn a:visited { color: #CCC; }
#leftcolumn a:hover { /*text-decoration: underline overline;*/ font-weight: bolder; }
#leftcolumn a:active { color: #FFF; font-weight: bolder; }

#leftcolumn li {
	list-style: none;
}
#leftcolumn li.cur {
	font-weight: bolder;
}
#leftcolumn ul li ul {
	text-indent: 10px;
}

body {
	background: #000000 url('images/bg.jpg') top center no-repeat;
	font-family: arial, sans-serif;
	/*line-height: 1.5; */
}

#all {
	width: 1000px; 
	height: 925px;
	margin-left: auto; 
	margin-right: auto; 
}

#main {
	position: absolute;
	top: 50px; 
	background-image: url('images/home4.gif');
	width: 1000px; 
	height: 875px;
}

#banner {
	position: absolute; 
	top: 0px;
	width: 1000px; 
	height: 75px; 
}

#menubar {
	position: absolute; 
	top: 75px; 
	width: 1000px; 
	height: 30px; 
	color: white;
}
#home {
    height: 30px;
    width: 30px;
    float: left;
    background:  url(images/home.png) center no-repeat;
}
#menu {
	position: relative;
	float: left; 
	width: 667px; 
}

#menu ul {
	list-style-type: none;
	line-height: 30px;
}

#menu li {
    float: left;
}

#menu li a {
    color: white;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10pt;
    font-family: "Arial", sans-serif;
}
#menu li a:hover {
	font-weight: bolder;
}
#menu li.highlight a {
	font-weight: bolder;
}

#login {
	position: relative;
	float: right; 
	width: 333px; 
}

#hotitems {
	position: absolute; 
	top: 105px; 
	width: 1000px; 
	height: 192px; 
	z-index:1;
}

#hotitemleft {
	position: relative; 
	float: left; 
	width: 490px; 
	height: 182px;
	padding: 5px;
	/*font-size: smaller;*/
}

#hotitemright {
	position: relative; 
	float: right; 
	width: 490px; 
	height: 182px; 
	padding: 5px;
	/*font-size: smaller;*/
}

#searchbar {
	position: absolute; 
	top: 110px; 
	margin-left: 176px; 
	width: 648px; 
	height: 30px; 
	z-index:2; 
	color: white;
}

#search {
	position: relative;
	float: left;
	width: 324px;
}

#minibasket {
	position: relative;
	float: right;
	margin-right: 10px;
	width: 314px;
}

.article_separator {
	/*border: none 0;*/
	height: 1em;
	margin-top: 1em;
	border-top: 1px dotted #000;
	width: 100%;
	
}

.article_separator_white {
	height: 1em;
	margin-top: 1em;
	border-top: 1px dotted #FFF;
	width: 100%;
	
}


.csc-textpic-text {
	font-size: smaller;
}

.com-basket-qv {
}
.com-basket-qv-value {
	float: left;
}
.com-basket-qv-link {
	float: right;
}
.tx-fesearchintable-pi1 {
	margin-left: 10px;
	font-size: smaller;
}
.tx-fesearchintable-pi1 input {
	margin-left: 5px;
	font-size: xx-small;
}
.tx-fesearchintable-pi1 li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;	
}
.com-basket-qv-link a {
	font-size: 10pt;
	font-family: "Arial", sans-serif;
	color: white; 
	text-decoration: none; 
}
.com-basket-qv-link a:link {
}
.com-basket-qv-link a:visited {
}
.com-basket-qv-link a:hover {
	font-weight: bolder;
}
.com-basket-qv-link a:active {
	font-weight: bolder;
}

#leftcolumn {
	position: absolute; 
	top: 297px; 
	width: 171px; 
	height: 455px; 
	z-index:1;
	color: white;
}

#middlecolumn {
	position: absolute; 
	top: 288px;
	margin-left: 179px; 
	width: 621px; 
	height: 444px; 
	z-index:2;
	padding: 10px;
	overflow: auto;
}

#rightcolumn {
	position: absolute; 
	top: 300px; /*297px; */
	margin-left: 824px; 
	width: 175px; 
	height: 455px; 
	z-index:1;
	color: white;
}

#bottom {
	position: absolute; 
	top: 752px; 
	width: 1000px; 
	height: 105px; 
	z-index:1;
	color: white;
}

.bottompart {
	position: relative; 
	float: left; 
	width: 180px; 
	height: 82px; 
	margin: 10px;
}
.bottompart .bodytext {
	font-size: 10px;
}
.bottompart a:link {
	color: white; 
	text-decoration: none; 
}
.bottompart a:visited {
	color: white; 
	text-decoration: none; 
}
.bottompart a:hover {
	color: white; 
	text-decoration: none; 
}
.bottompart a:active {
	color: white; 
	text-decoration: none; 
}
.bottompart .csc-textpicHeader h1 {
	font-weight: bolder;
}
.bottompart .csc-textpicHeader  {
	height: 30px;
}
.bottompart .spacer-gif {
	display: none;
}

#invisible {
	position: absolute; 
	top: 857px; 
	width: 1000px; 
	height: 102px;
}



/*login*/
.tx-felogin-pi1 {
	color: white;
	float: right;
	font-size: smaller;
	margin-top: 25px;
	margin-right: 10px;
	font-size: smaller;
}

.tx-felogin-pi1 input {
	font-size: xx-small;
}

/* the scroller at the right side: */
#marqueecontainer {
	position: relative;
	width: 165px; /*marquee width    175 - 4 - 10 - reserve  */
	height: 439px; /*marquee height  455 - 6 - 6 */
	/*background-color: white;*/
	overflow: hidden;
	/*border: 3px solid orange;*/
	padding-left: 10px;
	/*padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 6px;
*/
	font-size: smaller;
}

#marqueecontainer a {
	color: white;
	/*text-decoration: none;*/
}

#vmarquee {
	width: 149px;
}

.error {
	color: red;
}

#menulinks {
  position: relative;
  float: right;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}

