/* 
    Document   : store
    Created on : Aug 28, 2011, 2:16:22 PM
    Author     : ths
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#store_items {
  padding: 10px;
}
.store_image_holder {
  width: 100px;
  height: 100px;
  background: #c2c2c2;
  border: 1px solid black;
  margin: 5px;
  float: left;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}
.store_image {
  width: 100px;
  max-height: 100px;
  margin: auto;
  vertical-align: middle;
  display: block;
}
.clear {
  clear: both;
}
.green {
  color: #00ABB7;
}
.bold {
  font-weight: bold;
} 
.font14 {
  font-size: 16px;
}
.gray78 {
  color: #787878;
}
.sidebar_image {
  width: 230px;
  max-height: 230px;
  margin-top: 10px;
  margin-bottom: 40px;
}

#swap {
  margin-top: 10px;
  margin-bottom: 20px;
}

.sidebar_image_holder {
 height: 330px;
}