/* 
	CSS handcoded by Nizam Ahamad | nizam.ahamad-at-gmail.com
	New Media Publishing Dept. | Kumpulan Karangkraf Sdn. Bhd.
	Jun 2009. All Right Reserved. 
	cssCatalog.css
*/
	

body {
	margin: auto;
	background-color: #FFFFFF;
	background-position: center top;
	/* overall font setting */
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #666666;
}

a, a img {
	color: #FF0000;
	border: 0;
	text-decoration: none;
}

ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0 0 5px 0;
	padding: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #CC0000;
	border-bottom: 1px dotted #CCCCCC;
}
p { text-align: left; }
blockquote { margin: 5px 0 0 30px; }
.red { color: #FF0000; }
#wrapper-cat {
	margin: auto;
	padding: 10px;
	line-height: 12px;
/*	border: 1px solid #FF0000; */
}
.listdot {
	list-style-type: none;
	font-size: 12px;
	background-image:url(images/ticked.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 20px;
	line-height: 18px;
}
#footer {
	height: 120px;
	line-height: 120px;
	background-image:url(images/bg-footer2.png);
	background-repeat:no-repeat;
	text-align: center;
	clear: both;
}

/***********************************************/
/* This separated part for landing/others page */
/***********************************************/

#landingsector {
	width: 940px;
	height: 1500px;
	padding: 10px 20px 0 20px;
	/* font setups */
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #666666;
}

#landingsub {
/*	background-color: #EFEFEF; */
	padding: 10px;
}
#landingsub-img {
	border: 1px solid #999999;
	width: 938px;
	height: 250px;
	overflow: hidden;
	margin-bottom: 10px;
	clear: both;
}
#landingsub h1 {
	padding: 0 0 5px 0;
	font-family: "Trebuchet MS", Georgia, Verdana;
	font-size: 24px;
	color: #000000;
}
#landingsub h2, h2 {
	padding: 5px 0 8px 20px;
	font-family: "Trebuchet MS", Georgia, Verdana;
	font-size: 16px;
	color: #CC0000;
	border-bottom: 1px dotted #FFCC66;
	margin-bottom: 5px;
	background-color: #EFEFEF;
}

#landingsub .landingloop {
	padding: 5px;
	background-color: #FFFFFF;
	line-height: 14px;
}
#landingsub .loopinside1 {
	float: left;
	width: 680px;
}
#landingsub .loopinside2 {
	float: right;
	width: 220px;
}
#landingsub .loopinside3 {
	float: left;
}
#landingsub .bookdetail, #landingsub .details, .details {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #666666;
	margin-left: 20px;
	clear: both;
}	
/* landingsub table . this is using list tag */
#landingsub .tablesector {
	margin: 5px 0 0 20px;
	clear: both;
}
.clear-it { clear: both; }

.imgproduct {
	border: 1px solid #999999;
}

.spansmall {
	font-size: 9px;
}

.img-right {
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;	
}
.img-right-noborder {
	float: right;
	padding: 5px;
}


/*preload catalog page */
#prepage {
	position:absolute;
	padding: 10px; 
	font-family:arial; 
	font-size:12px; 
	left:0px; 
	top:0px; 
	background-color: #FFFFFF; 
	layer-background-color: #FFFFFF; 
	height:100%; 
	width:100%;
	text-align:center;
	z-index: 5;
}


