@charset "utf-8";
/* CSS Document */

  * {
    margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
  body {
    background: #000;
}
  a:hover {
    color: #f00;
	text-decoration: none;
}
  a img {
    border: 0;
}

  .mainpage {
    margin-top: 35px;
    background: #000 url(images/inc_bg_page.gif) no-repeat;
}
  h3, .dtitle {
    font-size: 18px;
	font-weight: bold;
}
  .dtitle {
    color: #f90;
}

  #navbar {
    color: #555;
}
  .menus a {
    margin: 0 30px;
    color: #999;
	font-size: 14px;
	text-decoration: none;
}
  .mainmenus a {
    margin-left: 10px;
    color: #999;
	text-decoration: none;
}
  #submenus a {
    text-decoration: none;
}
  .language a {
    color: #999;
    text-decoration: none;
}
  #navbar a:hover {
    color: #f90;
}
  .pdmenus {
    padding-left: 20px;
    background: url(images/inc_icon_arrow.gif) 10px 7px no-repeat;
}

  .pdsearch, .pdsearch span {
    padding-left: 10px;
    font-size: 16px;
	font-weight: bold;
	color: #fff;
}
  .pdsearch span {
	color: #9c8369;
}
  .pdshkey {
    margin-left: 10px;
    width: 120px;
	height: 23px;
	border: 1px solid #9c8369;
	line-height: 23px;
}

  #content {
    background:  url(images/strbkgde.gif) repeat-x;
}
  .cont-title {
    padding: 10px 15px;
	height: 20px;
	background: url(images/inc_bg_cont_title.gif) no-repeat;
	white-space: nowrap;
}
  .cont-titleb {
	background: url(images/inc_bg_cont_titleb.gif) 0 5px no-repeat;
}
  .checkit {
    color: #f00;
}
  .product {
    float: left;
}
  .product img	{
}
  .infobox {
    position: relative;
}
  .prdinfo {
    top: -210px;
	left: 20px !important; left: -45px;
	position: absolute;
	padding: 10px;
	width: 176px;
	height: 125px;
	background: url(images/inc_bg_prdinfo.gif) no-repeat ;
	text-align: left;
	line-height: 20px;
	filter: alpha(opacity=80);  /* for IE*/
	-moz-opacity: 0.8;  /* for Firefox*/
	opacity: 0.8;  /* for opera*/
}
  .newdate {
    color: #ccc;
}
  .newslink a {
    text-decoration: none;
}
  .newslink a:hover {
    color: #f60;
}

  #copyright {
    color: #999;
}
.infobox .prdinfo p {
}
