/* CSS Document */
* {
	font-family: "Verdana";
	font-size: 12px;
	border-collapse: collapse;
}

img {
	border: none;
}

body {
	margin: 5px 0 0 0;
}

form {
	margin: 1px 1px 1px 1px;
}

input,textarea,select {
	margin: 1px 1px 1px 1px;
	border: 1px solid #6699CC;
	background: #FFFFFF;
	color: #6699CC;
}

a,a:visited,a:link {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: red;
}

.link {cursor:pointer; cursor:hand; color: #555555;}

.lu {
	width: 10px;
	height: 22px;
	background: url(image/corner_orange_l.gif) no-repeat;
    vertical-align:middle;
}

.ru {
	width: 11px;
	height: 22px;
	background: url(image/corner_orange_r.gif) no-repeat;
    vertical-align:middle;
}

.top {
	height: 22px;
	/* background: url(image/t_red.gif) repeat-x; */
	background-color: #ff9900;
	text-align: left;
	color: white;
    vertical-align:middle;
}

.lc {
	width: 9px;
	border-left: 1px solid gray;
}

.rc {
	width: 10px;
	border-right: 1px solid gray;
}

.layout_table {
	width:990px;
}
.content {
	width: auto;
	text-align: left;
	vertical-align: top;
}

.lb {
	width: 10px;
	height: 14px;
	background: url(image/greylinecorner_l.gif) no-repeat;
}

.rb {
	width: 11px;
	height: 14px;
	background: url(image/greylinecorner_r.gif) no-repeat;
}

.bottom {
	background: url(image/bg_line_grey.gif) repeat-x;
	vertical-align: top;
	text-align: right;
}

.productimg
{
	display: none;
}

