table#dlProducts {
	margin: 0 0 20px 20px;
	width: 525px;
	}

table#dlProducts td, th {
	vertical-align: top;
	padding-top: 10px;
	}

table#dlProducts th {
	font-weight: bold;
	}

h1 {
	font-size: 1.2em;
	margin: 50px 0 0 20px;
	}

#textArea>h1 {
	margin: 20px 0 0 20px;
	}

p.pProductName {	
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
	}

/* ************************* */
/* display effect */
/* ************************* */


table#dlProducts td {

	}

.hide { display: none; }

.imgProductThumbnail { 
	 border: 0;
	 }

div.divInfo {
	position: absolute;
	left: 30px;
	margin-top: -200px;
	border: 1px solid #000;
	padding: 0 0 0 0;
	background-color: #fff7b2;
	z-index: 200;
	width: 480px;
	}

div.divInfo table {
	margin: -5px 5px 0 4px;	
	padding: 0;
	}

div.divInfo table td {
	margin: 0 0 0 0;	
	padding: 0 0 0 0;
	}

div.divInfo img {
	display: block;
	margin: 5px 5px 0 4px;	
	border: 1px solid #221a0c;
	}

div.divInfo h1 {
	margin: 0 10px 0 5px;
	font-size: 20px;
	}

div.divInfo p {
	margin: 0 0 5px 5px;	
	font-size: 12px;
	}

a.lnkKapat {
	display: block;
	width: 110px;
	margin: 5px 0 5px 5px;
	border: 1px solid #5e4720;
	padding: 0;
	background-color: #a69661;
	color: #fff7b2;
	text-decoration: none;
	font-size: 12px;
	text-align: center
	}

a.lnkKapat:hover {
	border: 1px solid #a69661;
	background-color: #5e4720;
	color: #fff7b2;
	}

a.lnkKapatX {
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	border-bottom: 1px solid #5e4720;
	border-left: 1px solid #5e4720;
	padding: 0;
	background-color: #fff7b2;
	color: #4f3612;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	text-align: center
	}

a.lnkKapatX:hover {
	border: 1px solid #a69661;
	background-color: #5e4720;
	color: #fff7b2;
	}
