#container-showroom-top
{
	background-image: url(../images/header-showroom-bg.jpg);
	background-repeat: no-repeat;
	height: 530px;
}
#container-showroom-top .div-btn-home {
	padding-top: 30px;
	padding-left: 60px;
	position: relative;
	z-index: 2;
}

#container-showroom-top .btn-home {
	background-image: url(../images/btn-home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 99px;
	display: block;
}
#container-showroom-top .btn-home:hover {
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container-showroom-top .div-logo {
	padding-top: 5px;
	padding-left: 395px;
	position: relative;
	z-index: 2;
}

#container-showroom-top .div-logo a {
	height: 195px;
	width: 315px;
	display: block;
}
#showroom .featured {

}

#showroom h1
{
	font-weight: bold;
	font-size: 2em;
	margin: 0px;
	padding: 0px;
}
#showroom h2
{
	font-weight: bold;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
}
#showroom h3
{
	font-weight: normal;
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}

#showroom .d-title {
	padding-bottom: 15px;
}
#showroom .d-img {
	height: 230px;
	border: 3px solid #DDDDDD;
	background-repeat: no-repeat;
	background-position: center center;
}
#showroom .d-img:hover {
	border: 3px solid #FF0099;
}

#showroom .d-img a {
	height: 230px;
	display:block;
	width: 725px;
}

#showroom .d-workTitle {
	padding-top: 10px;
}
#showroom .d-artistName {
	padding-bottom: 10px;
}
#showroom .d-statement {
	background-image: url(../images/quotes.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	text-align: justify;
	line-height: 1.2em;
	padding-bottom: 15px;
	font-style: italic;
}
#showroom .d-titleOther {
	padding-top: 25px;
	padding-bottom: 15px;
}

.ShowroomOther
{
	padding-bottom: 25px;
}
#showroom .notFound {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}



.list {
	float: left;
	width: 365px;
}
.list .img {
	height: 115px;
	width: 350px;
	border: 3px solid #DEDEDE;
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
}
.list .img:hover {
	border: 3px solid #FF0099;
}

.list h2{
	font-size: 1.3em !important;
	display:block;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.list h3{
	font-size: 1.2em !important;
}

.list a
{
	display:block;
	width:350px;
	height:115px;
}
.list .workTitle {
	padding-top: 5px;
	padding-bottom: 0px;
}
.list .artName {
	padding-bottom: 25px;
}
#pagination {
	text-align: center;
	padding-bottom: 15px;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pagination a{
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
	display: inline-block;
	background-color: #FFFFFF;
	padding: 3px;
}
#pagination a:hover{
	text-decoration: none;
}
#pagination #current_page{
	color: #000000;
	font-weight: bold;
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	border: 2px solid #BF2391;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
