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

#portfolio
{
text-align: center;
margin: 25px 0;
font-size: 12px;
line-height: 14px;
}

#portfolio a:link,
#portfolio a:visited,
#portfolio a:active
{
color: #6a6a6a;
text-decoration: none;
}

#portfolio a:hover
{
color: black;
text-decoration: none;
}


#portfolio ul
{
display: block;
list-style-type: none;
margin: 0 auto;
padding: 0;
width: 921px;
}

#portfolio li
{
display: block;
width: 287px;
height: 250px;
text-align: center;
float: left;
margin: 0 10px 10px 10px;
}

#portfolio li img
{
background: white;
padding: 10px;
border: 1px solid #c8c7c7;
margin: 0 0 5px 0;
width: 265px;
height: 200px;
}

#portfolio .header
{
margin: 0 0 20px 0;
}

#piece img
{
background: white;
padding: 10px;
border: 1px solid #c8c7c7;
margin: 20px 0 5px 0;
text-align: center;
}

#piece
{
text-align: center;
}

.title
{
font-size: 20px;
color: #6a6a6a;
font-weight: normal;
text-align: center;
margin: 0;
padding: 0;
}

.description
{
font-size: 12px;
color: #6a6a6a;
font-weight: normal;
text-align: center;
margin: 0;
padding: 0;
}

.description a:link,
.description a:visited,
.description a:active
{
color: #6a6a6a;
text-decoration: underline;
}

.description a:hover
{
color: #6a6a6a;
text-decoration: none;
}


#portfoliolist
{
width: 921px;
margin: 0 auto;
font-size: 12px;
line-height: 16px;
color: #6a6a6a;
}

#portfoliolist a:link,
#portfoliolist a:visited,
#portfoliolist a:active
{
color: #6a6a6a;
text-decoration: underline;
}

#portfoliolist a:hover
{
color: black;
text-decoration: none;
}

#portfoliolist .forsale
{
color: #d34215;
font-size: 10px;
}

#portfoliolist li
{
list-style-type: square;
}

#portfoliolist i
{
color: #969595;
font-style:normal;
font-size: 11px;
}

.bannersale
{
background: #d34215;
font-size: 12px;
text-align: center;
color: white;
margin: 10px 0;
padding: 5px 0;
}

.bannerprint
{
background: #0b92af;
font-size: 12px;
text-align: center;
color: white;
margin: 10px 0;
padding: 5px 0;
}

.bannerprint a:link,
.bannerprint a:visited,
.bannerprint a:active
{
color: white;
text-decoration: underline;
}

.bannerprint a:hover
{
color: white;
text-decoration: none;
}
