/**
  site file uploader
  */

#uploaderProgressBar
{
  height:20px;
  width:275px;
  border:1px solid slateblue;
}

#uploaderProgressStatus
{
  background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#058cf5), to(#015FE7), color-stop(.1,#058cf5));
  background:-webkit-linear-gradient(0% 100% 90deg,#058cf5, #015fe7, #058cf5 10%);
  background:-moz-linear-gradient(0% 100% 90deg,#058cf5, #015fe7, #058cf5 10%);
  background:-ms-linear-gradient(0% 100% 90deg,#058cf5, #015fe7, #058cf5 10%);
  height:20px;
  width:0px;
}

#uploaderProgressText
{
  margin-top:4px;
}


/**
	product picture editor
	*/

/**
  picture class styles

  selction thumbnail primary caption
  */

.pictureThumb
{
  max-width:75px;
  max-height:60px;
}
 
.pictureRow
{
  min-height:80px;
}
 
.pictureCell.selection
{
  width:30px;
  padding-top:30px;
}
 
.pictureCell.thumbnail
{
  width:100px;
  text-align:center;
}
 
.pictureCell.primary
{
  width:150px;
  text-align:center;
  padding-top:30px; 
}

.pictureCell.caption
{
  text-align:center;
  padding-top:30px; 
  width:150px;
}
 
.pictureCell.type
{
  text-align:center;
  padding-top:30px; 
  width:150px;
}
 
.pictureCell.picname
{
  padding-top:30px;
  width:150px;
  text-align:center;
}
 
.pictureHeader.selection
{
  width:30px;
}
 
.pictureHeader.thumbnail
{
  width:100px;
  text-align:center;
}
 
.pictureHeader.primary
{
  width:150px;
  text-align:center;
}

.pictureHeader.caption
{
  width:150px;
  text-align:center;
}
 
.pictureHeader.type
{
  width:150px;
  text-align:center;
}
 
.pictureHeader.picname
{
  width:150px;
  text-align:center;
}
 
/**
  our custom picture uploading status container
  */

#pictureContainer
{
  text-align:center;
  padding-top:20px; 
}
 
#pictureUploadContainer
{
  width:275px;
  margin-left:auto;
  margin-right:auto;
}

#pictureUploadRow
{
  padding-top:20px;
  text-align:center;
}
 
