/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

.tbl_header {
	width: 460px;
	height: 92px;
	vertical-align: bottom;
	padding-bottom: 10px;
	background-image:url("../images/header.jpg");
	background-repeat:no-repeat;
}

.tbl_main {
	padding-top: 10px;
	vertical-align:top;
}

.title {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
}

.price {
	font-size: 11px;
	color:#999999;
	font-style:italic;
}

.mainTbl {
	background-repeat:no-repeat;
	width:550px;
	height:200px;
	border-top:1px solid #666666;
	border-bottom: 1px solid #666666;
	vertical-align:top;
	padding-left: 350px;
	padding-top: 100px;
	padding-right: 20px;
	padding-bottom: 0px;
}

.checkoutTbl {
	width:550px;
	height:200px;
	border-top:1px solid #666666;
	border-bottom: 1px solid #666666;
	vertical-align:top;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.productTbl_left {
	width:300px;
	height:300px;
	border-top:1px solid #666666;
	border-bottom: 1px solid #666666;
	vertical-align:top;
}

.productTbl_right {
	width:200px;
	height:200px;
	border-top:1px solid #666666;
	border-bottom: 1px solid #666666;
	vertical-align:top;
	padding-left: 50px;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 0px;
}

.gap {
	height:20px;
}

.thumbs {
	border-top:1px solid #666666;
	border-bottom: 1px solid #666666;
	vertical-align:top;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}

a {
	color:#669999;
	text-decoration: underline;
}

a:hover {
	color:#999999;
	text-decoration:none;
}