/******************************************** MARES ******************************************/
.block {
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	clear: right;
	width: 100%;
	padding-bottom: 10px;
}
.block_footer {
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	clear: right;
	height: 40px;
	padding: 5px 10px 0px 0px;
	text-align: right;
	font-size: 10px;
}
.block_header {
	padding: 0px 10px 5px 0px;
	margin-left: 20px;
	text-align: right;
	font-size: 10px;
}
.block_footer a {
	color: #000000;
}
.block p a {
	color: #333;
	font-weight: 700;
	text-decoration: none;
}
.block a: hover, .gallerylist_block a: hover {
	text-decoration: underline;
}

.block_heading, .gallerylist_heading, .block th {
	color: #262628;
	font-size: 11px;
	font-weight: 700;
	padding: 10px 0px 3px 0px;
	text-transform: capitalize;
	text-align: left;
}
.block_body, .gallerylist_body, .block td {
	color: #343434;
	font-size: 10px;
	padding: 3px 0px 3px 0px;
	border-top: solid 1px #EEEEEE;
}
/********************************************       ******************************************/
/******************************************* PROFILE *****************************************/
#profile {
width: 753px; /* Default page width - SHOULD be set in site-specific CSS if this isnt right */
margin-bottom: 10px;
}
	td#block-image {
	width: 242px;
	vertical-align: top;
	}
	td#block-image img {
	border: solid 1px #CCCCCC;
	}
	td#block-bio {
	vertical-align: top;
	padding: 0px 15px 0px 15px;
	}
	td#block-bio h1,
	td#block-bio p {
		margin-left: 0px;
	}
	td#block-bio div.sale {
		width: 98%;
		padding: 3px;
		background-color: #F1B430;
	}
		td#block-bio div.sale h3 {
		color: #FFFFFF;
		margin: 0px;
		margin: 0px 5px 0px 5px;
		}
		td#block-bio div.sale p {
		color: #FFFFFF;
		font-size: 10px;
		margin: 0px 5px 0px 5px;
		}
	td#block-spec {
	width: 180px;
	vertical-align: top;
	}
	td#block-spec table {
		width: 180px;
		border: solid 1px #CCCCCC;
		text-align: left;
		font-size: 10px;
	}
	td#block-spec table tr,
	td#block-spec table td,
	td#block-spec table th {
		border-bottom: solid 1px #CCCCCC;
	}
	td#block-spec table th {
		width: 60px;
		padding-left: 4px;
	}
	
#profile .block-strip {
	width: 100%;
	clear: both;
	margin: 30px 0px 10px 0px;
}
	#profile .block-strip h2 {
	border-top: solid 1px #DDDDDD;
	padding-top: 4px;
	display: block;
	width: 100%;
	margin: 0px;
	}
	#profile .block-strip table {
 	width: 100%;
	font-size: 9px;
	}
	#profile .block-strip table th {
		font-weight: bold;
		text-align: left;
		padding: 4px;
		font-size: 11px;
	}
	#profile .block-strip table td {
		padding: 5px;
		vertical-align: top;
	}
	#profile .block-strip table tr.alt {
		background-color: #ECECEC;
	}
/*******************************************         *****************************************/