/*
    Document   : account
    Created on : 2012-04-18, 18:06:49
    Author     : tech-prog
    Description:
        Purpose of the stylesheet follows.
*/

.gallery-picture {
  width: 180px;
  float: left;
	display: inline-block;
	vertical-align: top;
  margin: 6px;
  -webkit-box-shadow:  2px 2px 3px 0px #000;
  box-shadow:  2px 2px 3px 0px #000;
}
.gallery-picture .image {
  width: 180px;
  height: 135px;
  float: left;
}
.gallery-picture .description {
  font-family: Arial;
  font-size: 10px;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 4px 4px;
  color: #888;
  height: 40px;
  overflow: hidden;
  clear: both;
}
.gallery-picture .description a {
  color: #888;
}
.gallery-picture .title a {
  font-weight: bold;
  font-size: 11px;
  font-style: normal;
  color: black;
}
.gallery-picture .keywords {
  margin-top: 1px;
  font-weight: normal;
  font-style: italic;
}

.cat-content { float: none; clear: both; width: 100%; margin: 4px; overflow: hidden; padding-bottom: 5px; }

.categoryTools { padding: 4px 0; background-color: #564c31; width: 100%; clear: both; overflow:hidden;}
.categoryTools .sort { float: left; margin-left: 12px; }
.categoryTools a { line-height: 31px; height: 100%; }
.categoryTools .sort a.active { font-weight: bold; }
.categoryTools .view { float: right; padding-right: 4px; }
.categoryTools .view a { padding: 0; width: 32px; height: 32px; float: left; margin: 0 4px; border-radius: 4px; }
.categoryTools a.style-1 { background: url('cms/icons/change-view/icon3.png') no-repeat left top; }
.categoryTools a.style-2 { background: url('cms/icons/change-view/icon2.png') no-repeat left top; }
.categoryTools a.style-3 { background: url('cms/icons/change-view/icon4.png') no-repeat left top; }

.category_prev .iRowButtons {background-color: #B9B9B7; margin: 0; border-radius: 0; padding: 10px 0;}

div.arrows {
	width: 0px;
	height: 0px;
	position: absolute;
	right: 0px;
	border-left: 7px solid transparent;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	display: inline-block;
}

div.sort a.desc { position: relative; padding-right: 17px; }
div.sort a.asc { position: relative; padding-right: 17px; }
