/* DEFINE STYLES RELATED TO THE PINTEREST PAGE */
h1.center{font-size:32px; color:#303030; text-align:center; padding:30px 60px 0;}
#pinterest{padding-bottom: 35px; background-color: #FFFFFF; position: relative;}
#pinterest p{padding-bottom: 0px; line-height: normal;}
#tiles{margin: 0px; list-style-type: none; position: relative;}
#tiles li{padding: 5px; width: 218px; background-color: #FFFFFF; border: 1px solid #DEDEDE; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; display: none; cursor: pointer;}
#tiles li img{width: 218px; display: block;}
#tiles li .title{margin-left: 7px; margin-top: 7px; color: #414141; font-size: 12px;}
#tiles li .desc{margin-left: 7px; color: #818181; font-size: 11px;}
h5{padding-bottom: 20px; font-size:14px; color:#505050;}
#pinterest input[type=button]{width:105px; height:30px; background-color:#ef0074; color:#fff; cursor: pointer;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; font-weight:700;font-family:Arial, Helvetica, sans-serif;}