/** begin ifportfolio style **/ /**
This is an example css file for the ifportfolio component.
It provides classes for each of the ifportfolio units.
The default classname is used to prefix each element.
**/ /* This class is applied to the Portfolio Page */
.fashion_div {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: middle;
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;
}

/* This class is applied to the Portfolio TABLE */
.fashion {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: ;
	width: 565px;
}

/* This class is applied to the TABLE Title TD */
.fashion_title {
	background-color: #660000;
	color: #FFFFFF;
	height: 35px;
	padding-left: 20px;
}

.fashion_title a {
	color: white;
	text-decoration: none;
}

.fashion_title a:visited {
	color: white;
	text-decoration: none;
}

.fashion_title a:hover {
	color: #E7A3B7;
	text-decoration: none;
}

/* This class is applied to the description TABLE TD */
.fashion_description_cell {
	padding: 8px;
	background-color: #000000;
	color: #FFFFFF;
	width: 200px;
}

/* This class is applied to the TABLE Description TD DIV*/
.fashion_description {
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: ;
	color: #FFFFFF;
}

/* This class is applied to the TABLE image TD*/
.fashion_image {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin: 10px;
}

/* This class is applied to the TABLE TD Left attribute titles TD */
.fashion_general_title {
	background-color: #660000;
	color: #FFFFFF;
	width: 80px;
	height: 35px;
	padding: 2px;
	padding-right: 10px;
	text-align: right;
}

/* This class is applied to the TABLE TD right attribute values */
.fashion_general_desc {
	background-color: #000000;
	color: #FFFFFF;
	width: 150px;
	height: 35px;
	padding: 2px;
	padding-left: 10px;
	text-align: left;
}

.fashion_paging {
	border-bottom: 1px solid #B81644;
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 10px;
	margin-bottom: 5px;
}

.fashion_paging a {
	color: #B81644;
	text-decoration: none;
}

.fashion_paging a:visited {
	color: #B81644;
	text-decoration: none;
}

.fashion_paging a:hover {
	color: #E496AC;
	text-decoration: none;
}
/** end ifportfolio style **/
