﻿.ctrlLeft
{
  position:relative;
  float:left;
  clear:both;
}

.ctrlRight
{
  position:relative;
  float:right;
}

.item
{
  width:340px;  /*400*/
  padding:0px 3px 0px 3px;
  margin:2px 2px;
}

.item .vice
{
  text-align:right;
}

.item a.vice
{
  display:inline-block;
  position:static;
  
  width:70px;
  color:White;
  font-weight:bold;
  text-decoration:none;
  text-transform:lowercase;
  text-align:center;
}

.item .img, .itemDetail .imgTitle img
{
  margin-left:4px;
  margin-right:10px;
  margin-top:10px;
  /*width:90px;*/
  float:left;
}

.itemDetail
{
  min-height:600px;
}

.itemDetail .imgTitle img
{
  height: 50px;
}

.itemDetail
{
  width:700px; /*800 */
  padding:0px 5px 0px 5px;
  margin:10px 0px 0px 0px;
  border-bottom-width: 8px;
  border-top-width: 8px;
}




