/*

This Stylesheet is used with the WYSIWYG Editor
Put any styles that you want to show up in the WYSIWYG editor "Styles" dropdown here

*/

/* ---------------------------------------------------- product sample */
.prodsample {
  padding:10px 15px;
  float: left;
}
.prodsample a img {
  border:1px solid #ccc;
}
.prodsample_txt {
  padding:5px 0;
  text-align:center;
  clear: both;
}
.prodsample_txt a{
  font-weight: bold;
  text-decoration: none;
  color: #e5a812;
  text-align: center;
}

/* ---------------------------------------------------- */
.cblock-gray-000 {
  width:200px;
  background:url(../../../images/styles/cblock-gray-000.jpg) 0px 0px no-repeat;
  float:left;
  padding:10px 0 10px 10px;
  margin:0;
  overflow:hidden;
  font-size:10px;
}