#oneBox .type1box h2 {
	margin: 0px 0px 20px 0px;
}
/* ------------------------------
   TableDesign
------------------------------ */
.products {
	margin: 0px;
	border-collapse: collapse;
	clear:both;
}
.products th {
	padding: 5px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background-image: url(../images/line_gray3px.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.products td {
	padding: 5px;
	text-align: left;
	background-image: url(../images/line_gray3px.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.products .item {
	border-left: 0px;
	width: 205px;
}
.products td img {
	padding-bottom: 3px;
}

.buy {
	margin: 10px 0px;
    border-collapse: collapse;
    border-spacing: 0;
    border:1px #666666 solid;
	clear:both;
}
.buy th {
    padding: 5px;
    background: #F9E1CC;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    white-space: nowrap; 
	width: 10%;
}
.buy td {
    padding: 5px;
    background: #F9E1CC;
}
.stock {
	margin: 0px 15px;
	color: #CC0000;
	text-align: right;
    white-space: nowrap; 
}
.price {
	font-weight: bold;
	font-size: 120%;
}
/* ------------------------------
    local_link
------------------------------ */
#local_link {
	margin: 20px 0px 20px 0px;
}
#local_link a {
	background-image: url(../images/icon_link.gif);
	background-repeat: no-repeat;
	padding: 0px 15px 0px 23px;
}
.local_returntop {
	text-align: right;
	margin-top: -15px;
	padding: 0px 10px 15px 0px !important;
    clear: both; 
}

