@charset "utf-8";
/* CSS Document */

/*display layouts*/
.prodCatListDisplay {
	width:400px;
	padding:10px;
}
.prodCatListDisplay .pagenav {
	margin-top:2em;
}
.prodCatListDisplay .prodCat {
	padding:10px;
}

.prodSubCatListDisplay {
	width:400px;
	padding:10px;
}
.prodSubCatListDisplay .pagenav {
	margin-top:2em;
}
.prodSubCatListDisplay .prodCatEven {
	padding:5px;
	font-size:12px;
	background-color:#FFFFFF;
	font-weight:bold;
}
.prodSubCatListDisplay .prodCatOdd {
	padding:5px;
	font-size:12px;
	background-color:#739DB6;
}

.prodListDisplay {
	width:400px;
	padding:10px;
}
.prodListDisplay .prodEven {
	padding:5px;
	font-size:12px;
	background-color:#FFFFFF;
	margin-bottom:10px;
}
.prodListDisplay .prodOdd {
	padding:5px;
	font-size:12px;
	background-color:#739DB6;
	margin-bottom:10px;
}
.prodListDisplay .pic {
	padding:5px;
	float:left;
}
.prodListDisplay .detail {
	padding:5px;
	float:left;
}

.albums {}
.albums .albumRowEven {
	padding:5px;
}
.albums .albumRowOdd {
	padding:5px;
}
.photos {
	border: 1px solid #CCCCCC;
}
.photos .photo {
	border:1px solid #EEEEEE;
	padding:5px;
}
.photos .caption {
	text-align:center;
	font-size:10px;
}

.albumBox { }
.albumBox div img { border:1px solid #FDB813; padding:2px; }
.albumBox h4 { font-size:15px; color:#88898B; font-weight:normal; }
.albumBox div a { color:#0F9CD4; }

.posts {}
.posts .postsRow {
	background-color:#739DB6;
	margin-bottom:10px;
	padding:5px;
}
.posts .title {
	padding: 5px 0px;
	background-color:#FFFFFF;
}
.posts .middle {
	background-color:#FFFFFF;
}
.posts .bottom {
	padding: 5px 0px;
}

.comments {}
.comments .commentsRow {
	margin-bottom:10px;
}
.comments .commentsRow .detail {
	border:1px solid #3B425F;
	margin-bottom:2px;
	padding:5px;
}
.comments .commentsRow .by {
	font-size: 10px;
	text-align:right;
}

.profile-list { padding:5px; }
.profile-list img { border:0; }
.profile-list h2 { color:#FDB913; font-size:18px; }
.profile-list b { color:#222222; }

.profile-view { padding:10px; }
.profile-view h1 { color:#FDB913; font-size:22px; }

.even { background-color:#FFFFFF; border:1px dashed #CCCCCC; }
.odd { background-color:#DCF5FC; border:1px dashed #00BFF6;}

.profile-joblist { border-bottom:1px dashed #CCCCCC; margin-bottom:10px; padding-bottom:5px;}
.profile-joblist h1 { color:#666666; font-size:15px; margin:0; padding:0; }

.table-listing {  }
.table-listing th { background:#F7F7F7; padding:4px; border:1px solid #DDDDDD; font-weight:bold; }
.table-listing td { padding:4px; border:1px solid #DDDDDD; }
.table-listing td img { padding:2px; border:1px solid #CCCCCC; width:50px; }

.highlight { background:#FF9900; padding:1px; color:#FFFFFF;}

.forms { color:#999999; font-size:11px; }