.customer-orders thead td{
	background:#ece4f3;
	border-bottom:2px solid #dacbe9;
	line-height:24px;
	font-size:16px;
	font-weight:bold;
}

.customer-orders tbody td {
	font-size:13px;
	border-bottom:1px solid #ece4f3;
}



.listing thead td{
	background:#ece4f3;
	border-bottom:2px solid #dacbe9;
	line-height:24px;
	font-size:16px;
	font-weight:bold;
}

.listing tbody td {
	font-size:13px;
	border-bottom:1px solid #ece4f3;
}

ul.listing {
		margin:0px;
		padding:0px;
		list-style-position:inside;
		font-size:13px;
		background:#cbc8e0;
		margin:3px 10px 0px 0px;
		padding-right:4px;
		padding-left:4px;
	}
	
ul.listing li {
		margin-bottom:10px;
	}
	
ul.x {
	margin:0px;
	padding:4px;
	list-style:none;
	border:1px solid #cbc8e0;
}

ul.x li {
	margin:0px 0px 3px 0px;
	padding:0px;
}

ul.x li a {
	font-size:12px;
}

ul.x li a:hover {
	border-bottom:1px solid #ccc;
}

/*
 * breadcrumb
 */
.breadcrumb {

	margin-bottom:0px;
	font-family:Verdana;
	line-height:28px;
	font-size:12px;
	font-weight:bold;
}


/*
 * product browsing
 */
.category-products {
   }
.category-products ul {
   list-style:none;
   margin: 0px;
   padding: 0px;
}

.category-products ul li {
   list-style: none;
   display: inline-block;
   width:170px;
   margin-bottom: 25px;
   margin-right: 15px;
}

.category-products p {
   font-size: 12px;
   color:#333;
}

.category-products a {
	color:#333;
}

.products-table {
   width: 100%;
   border:0px;
}

.products-table td {
   width:25%;
	border-bottom:1px dotted #ccc;
   padding-bottom: 10px;
	padding-top:10px;
	padding-right:4px;
}

.products-table p {
	padding:0px;
	margin:0px;
	margin-bottom:3px;
}

.products-table a {

}

.attribute-list {
	font-size:13px;
	
}

.category-list {
	font-size:14px;
	line-height:22px;
}

.category-list table td {
	padding-bottom:20px;
}

.category-list h5 a {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #cc0066;
}
.category-list a {
}

