@charset "utf-8";
/* PRODUCT LIST ELEMENTS */

.dPagination a, .dPagination a:link { padding:2px 5px; height:18px; color:#656565; font-weight:normal; text-decoration:none; width:auto; }
.dPagination a:hover { background-color:#b3d44e; color:#fff; }

.dProductListItem a, .dProductListItem:link { text-decoration:none; }

.dPagination {
	height:25px;
	font-size:11px;
	/*border-bottom:1px dotted #a5a5a5;*/
	margin-right:0px;
	float:left;
	width:512px;
}

#dProductCONTENTS {
	width:512px;
	height:auto;
	float:left;
}

#dProductListLeft {
	width:255px;
    height:auto;
	border-right:1px dotted #a5a5a5;
	float:left;
}

#dProductListRight {
	width:256px;
    height:auto;
	float:left;
}

.dProductListItem {
    border-top:1px dotted #a5a5a5;
	padding:6px;
	width:244px;
    height:auto;
	float:left;
}

.fProductListDesc {
	font-size:11px;
	line-height:14px;
}
.dProduct_title {
	width:244px;
	height:auto;
	float:left;
    padding:0px 0px 0px 0px;
	font-size:11px;
}
.dProduct_shortDesc {
	width:144px;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
}
.dProduct_Img {
	width:100px;
	height:auto;
	float:right;
	text-align:center;
    padding:0px 0px 0px 0px;
}
.dProduct_BTN {
	width:144px;
	height:auto;
	float:left;
    padding:10px 0px 0px 0px;
}
