body
{
	font-family: Arial, Helvetica, sans-serif;
}

div.goodlist
{
	width: 100%;
}

div.goodlist * img
{
	border-width: 0px;
}

div.goodlist table
{
	border-collapse: collapse;
	width: 100%;
}

div.goodlist * tr
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff8080;
}

div.goodlist * td
{
	padding: 3px 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff8080;
}

div.gooddetail
{
	padding: 0 10px;
}

div.gooddetail *
{
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

div.gooddetail table.header
{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff8080;
}

div.gooddetail * .name
{
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	vertical-align: bottom;
}

div.gooddetail * td
{
	vertical-align: top;
}

div.gooddetail table.main img
{
	margin: 4px;
}

div.gooddetail .description
{
	padding: 0.5em;
}

div.gooddetail .description .thedescription td
{
	border: 1px solid black;
}

div.gooddetail .description td
{
	padding: 0.2em 0.2em;
}

div.gooddetail .versions
{
	font-size: 14px;
	width:600px;
	/*
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	*/
}

div.gooddetail .versions td
{
	padding: 0.3em 1.2em;
	vertical-align: middle;
}

div.gooddetail * .versions thead * td
{
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

div.gooddetail * .versions tbody * td
{
	border-width: 0 0px 1px 0px;
	border-style: solid;
	border-color: #C0C0C0;
}

.techmarks
{
	text-align: center;
}

.techmarks img
{
	vertical-align: middle;
}

.menu img
{
	border: 0px solid red;
}

.menu td
{
	background-image: url(/new/loga-menu/menu-back.png);
	background-repeat: repeat-x;
	background-position: center center;
	vertical-align: middle;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 0;
	border: 0;
	margin: 0;
}
.menu A:link, .menu A:visited
{
	color: #2F4495;
	font-size: 12px;
}
.menu A:hover
{
	color: red;
}
.catname
{
	font-weight: bold;
	font-style: normal;
}
#product_spec {
	width:600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#product_spec h1 {
	font-size: 14px;
	font-weight: bold;
	padding-left:5px;
	margin-top:8px;
	margin-bottom:4px;
	margin-left:0px;
	margin-right:0px;
}
#product_spec ul {
	padding:0px;
	margin:0px;
	list-style-type: none;
	color:#1a1a1a;
}
#product_spec li {
	margin-bottom: 1px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	display:block;
	background-color:#eaeaea;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eaeaea;
	line-height: 1.6em;
}
#product_spec li:hover {
	background-color:#efefef;;
}
#product_spec p {
	margin:0px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	display: block;
	background-color:#eaeaea;
	color:#1a1a1a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eaeaea;
	line-height: 1.6em;
}
#product_spec p:hover {
	background-color:#efefef;
}
#product_spec b {
	color:#000000;
}
