@import url("viewerDialogue.css");

.custom-combobox-toggle
{
  height: 27px;
}
/* BEGIN NEW CSS */

.side-bar-section
{
  float: left;
  width: 200px;
}

.side-bar-section a
{
  float: left;
  width: 192px;
  padding: 2px;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:80%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #494949;
}

.side-bar-section a:hover
{
  color: #858585;
}

.side-bar-section a:active
{
  color: #AAAAAA;
}

.artist-name-sb
{
  float: left;
  width: 190px;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:80%;
  font-weight: bold;
  text-align: center;
  color: #0C0D0F;
  margin: 0px 3px 0px 3px;
}

.artist-media-sb
{
  float: left;
  width: 190px;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:80%;
  font-weight: bold;
  text-align: center;
  color: #0C0D0F;
  margin: 0px 3px 0px 3px;
}

.section-header
{
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:90%;
  font-weight: bold;
  text-align: center;
  color: #0C0D0F;
  margin: 3px 0;
}

.artists-text-section
{
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.text-controls
{
  float: right;
  margin: 8px 10px 0px 0px;
}

.text-label
{
  float: left;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:80%;
  font-weight: bold;
  margin-top: 8px;
  color: #0C0D0F;
}

.artist-textareas
{
  float: left;
  width: 890px;
  height: 400px;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:90%;
  font-weight: bold;
  color: #CCCCCC;
  border: solid #494949 1px;
  border-radius: 8px;
  margin: 0 5px;
  padding: 10px;
  resize: none;
}

#cat-desc-textarea
{
  height: 100px;
}

.text-chk-span
{
  float: left;
  margin: 6px 10px 0px 4px;
}

.text-chk-span input[type=checkbox], #itemVis, #itemMain, #price, #add-new-chk, #new-user-select, #new-image-tile, #new-artist-form, .artist-tile img, .artist-link, .stock-name-link, .existing-artist-chk-span input[type=checkbox],
.tile-image, .artist-item-form, .stock-item-form, .check-all
{
  float: left;
}

.text-chk-span input[type=hidden]
{
  float: left;
  width: 0px;
  height: 0px;
}

.artists-button, #uplItem
{
  float: right;
}

.artist-table
{
  float: left;
	width:100%;
  border: none;
  border-collapse: collapse;
  margin: 10px 0;
  table-layout: fixed;
}

tr
{
  max-height: 10px;
  border: solid #494949 1px;
}

th, td
{
  padding: 5px;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #555555;
  border: solid #494949 1px;
}

th, tfoot td
{
  text-align: center;
}

th
{
  font-size: 90%;
  color: #0C0D0F;
  white-space: nowrap;
}

td
{
  font-size: 80%
}

.check-rows
{
  width: 80px;
}

.check-all-icon
{
  float: left;
  margin-top: 2px;
}
.ui-autocomplete-loading
{
  background: white url('../jquery-ui-1.10.3.custom/css/custom-theme/images/ajax-loader.gif') right center no-repeat;
}
.custom-combobox
{
  position: relative;
  display: inline-block;
	margin: 0!important;
}

.custom-combobox-toggle
{
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
  height: 30px;
  /* support: IE7 */
  *height: 1.7em;
  *top: 0.1em;
}

.custom-combobox-input
{
  width: 170px;
  margin: 0;
  padding: 0.3em;
}

ul.ui-autocomplete
{
  z-index: 1100;
}

.ui-autocomplete
{
  max-height: 300px;
}

.ui-autocomplete li a
{
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:90%;
  color: #0C0D0F;
}

.ui-autocomplete li:first-child a
{
  font-weight: bold;
}

.toolbar
{
  float: left;
  width: 100%;
  height: 34px;
  margin: 5px 0;
  padding: 2px;
}

.scaled-toolbar
{
}

.toolbar-button
{
  float:left;
  font-size: 100%;
	height:27px;
}

.custom-combobox button, .custom-combobox input
{
	margin-top:0!important;
	height:27px;
}

.toolbar-divider
{
  float: left;
  margin: 4px -3px 0;
}

.toolbar-title
{
  float: right;
  color: #0C0D0F;
  margin: 3px 10px 0 0;
}

.table-header
{
  float: left;
  width: 910px;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:90%;
  font-weight: bold;
  text-align: center;
}

.artist-tile-label, .stock-tile-label
{
  float: left;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:70%;
  font-weight: bold;
  margin: 6px 2px 0 4px;
  color: #0C0D0F;
}

.artist-item-container, .stock-item-container
{
  float: left;
  width: 148px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 15px;
  border: solid #CCCCCC 1px;
  border-radius: 2px;
  background-color: #F4F4F4;
}

.existing-tile
{
  float: left;
  width: 140px;
  height: 140px;
  margin: 4px;
}

.tile-image-file
{
  float: left;
  width: 0px;
  height: 0px;
}

.artist-name
{
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-weight:bold;font-size:70%;line-height:190%;
  text-align: center;
  color: #0C0D0F;
  float: left;
  width: 140px;
  height: 22px;
  margin: 6px 2px;
}

.artist-name span
{
  text-align: initial;
  margin-left: 2px;
}

.artist-media
{
  float: left;
  width: 140px;
  height: 22px;
  margin: 3px 2px;
}

.controls
{
  float: right;
  height: 25px;
  width: 146px;
}

.existing-artist-chk-span
{
  float: left;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: 8px;
}

.existing-artist-chk-span input[type=hidden]
{
  float: left;
  width: 0px;
  height: 0px;
}

.confirm-delete
{
  float: left;
  display: none;
}

.artist-container, .stock-container
{
  float: left;
  width: 148px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 15px;
  border: solid #CCCCCC 1px;
  border-radius: 2px;
  background-color: #F4F4F4;
}

.artist-tile, .stock-tile
{
  float: left;
  width: 140px;
  height: 140px;
  margin: 4px;
}

.artist-name-link, .artist-media-link, .stock-name-link, .stock-media-link
{
  float: left;
  width: 140px;
  height: 22px;
  color: #494949;
  text-decoration: none;
  line-height: 130%;
  text-align: center;
  margin: 4px 2px;
}

#dialogue-artist-name, #e-dialogue-artist-name
{
  float: left;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-weight:bold;font-size:80%;line-height:150%;
  font-weight: bold;
  text-align: center;
  width: 590px;
}

#quota-link
{
  color: #494949;
  text-decoration: none;
}

.artist-name-link:hover, .artist-media-link:hover, .stock-name-link:active, .stock-media-link:hover, #quota-link:hover
{
  color: #858585;
}

.artist-name-link:active, .artist-media-link:active, .stock-name-link:active, .stock-media-link:active, #quota-link:active
{
  color: #AAAAAA;
}

.artist-quote
{
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-weight:bold;font-size:80%;line-height:150%;
  color: #0C0D0F;
  margin: 15px;
  font-style: italic;
}

.open-quote, .close-quote
{
  float: left;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-weight:bold;font-size:100%;line-height:150%;
  margin: 2px;
}

#artist-side-bar
{
  float: right;
  margin: 5px 0 0 25px;
}

#artist-profile
{
  float: left;
  width: 200px;
  height: 200px;
  margin-bottom: 5px;
  cursor: pointer;
}

#artist-profile-file
{
  display: none;
}

#location-map
{
  margin: 0 100px 0 185px;
}

#simple-search
{
  float: left;
  height: 27px!important;
  width: 250px;
  color: #CCCCCC;
  font-weight: bold;
  border: 1px solid #494949;
  border-radius: 3px;
  padding-left: 5px;
}

#order-search-results-container
{
  float:left;
}

.custom-order-search-results
{
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:80%;
  font-weight: bold;
  width: 200px;
}

#order-search-results option
{
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:80%;
  text-align: center;
  color: #0C0D0F;
}

#choose-organisation
{
  font-weight: bold;
}

#cartMessage
{
  float: left;
  display: none;
}

#galleryFull
{
  float: left;
  display: none;
}

/* Gallery Viewer */
#galleryViewer
{
  float: left;
  width: 915px;
  margin-top: 10px;
}

#leftGal
{
  float: left;
  min-width: 630px;
  max-width: 660px;
}

#mainFrame
{
  float: left;
  padding: 5px;
}

#artist
{
  float: left;
  width: 400px;
  height: 15px;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:80%;
  font-weight: bold;
  text-align: center;
  color: #0C0D0F;
  margin: 5px 25px 5px 180px;
  visibility: hidden;
}

#mainImage
{
  float: left;
  width: 400px;
  height: 400px;
  margin: 5px 25px 5px 180px;
}

#mainImage img
{
  float: left;
  cursor: pointer;
}

#galleryText
{
  float: left;
  min-height: 50px;
  margin: 5px 25px 5px 180px;
  min-width: 400px;
}

.private-view-text, .stock-item-text
{
  display: none;
}

#title, #medium
{
  float: left;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:80%;
  font-weight: bold;
  text-align: left;
  color: #0C0D0F;
  height: 20px;
  margin: 2px;
}

#title
{
  width: 345px;
}

#medium
{
  width: 260px;
}

#title a
{
  color: #494949;
  text-decoration: none;
}

#title a:hover
{
  color: #858585;
}

#title a:active
{
  color: #AAAAAA;
}

#date, #dimensions
{
  float: left;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:80%;
  font-weight: bold;
  text-align: right;
  color: #0C0D0F;
  height: 20px;
  margin: 2px 0 0 15px;;
}

#date
{
  min-width: 40px;
}

#dimensions
{
  min-width: 125px;
}

#medium, #dimensions
{
  color: #0C0D0F;
}

.p-status
{
  color: #901E1E;
}

#galleryControls, #publicControls
{
  float: left;
  width: 420px;
  margin: 0px 0px 5px 180px;
  visibility: hidden;
}

#delItem, #ediItem
{
  float: left;
  margin: 0px 3px 0px 3px;
}

#itemVisSpan, #itemMainSpan
{
  float: left;
  margin: 5px 3px 0px 0px;
}

#hidItemVis, #hidItemMain
{
  float: left;
  width: 0px;
  height: 0px;
}

.visLabel, .mainLabel
{
  float: left;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:80%;
  font-weight: bold;
  text-align: right;
  color: #0C0D0F;
  padding: 6px 5px 2px 0px;
}

.mainLabel
{
  padding: 2px 5px 2px 0px;
}

#main-text
{
  float: left;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:80%;
  font-weight: bold;
  text-align: right;
  color: #858585;
  padding-left: 5px;
}

#priceL
{
  float: right;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:80%;
  font-weight: bold;
  text-align: right;
  color: #0C0D0F;
  padding: 6px 5px 2px 0px;
  margin-right: 5px;
}

.amount
{
  color: #494949;
  font-size: 110%;
}

.cartSymb
{
  float: left;
  width: 27px;
  height: 16px;
}

#thumbBar
{
  float: left;
  width: 100px;
  height: 500px;
  margin: 30px 0px 0px 25px;
  display: none;
}

#thumbnails
{
  float: left;
  width: 100px;
  height: 440px;
  overflow: hidden;
}

#thumbnails img
{
  position: relative;
  width: 100px;
  height: 100px;
  margin: 5px 0px 5px 0px;
  cursor: pointer;
}

#up, #down
{
  float: left;
  width: 100px;
  height: 30px;
}

#sortArea
{
  display: none;
}

.sortBox
{
  float: left;
  list-style-type:none;
  width: calc(100% - 200px);
  background-color: #EEEEEE;
  border: solid #0C0D0F 1px;
  min-height: 110px;
  margin-top: 10px;
}

.sortBox li
{
  float: left;
  width:100px;
  height:100px;
  margin: 2px;
  border:solid #0C0D0F 1px;
  border-radius: 5px;
  overflow: hidden;
}

.sortBox li img
{
  border-radius: 5px;
}

.ui-state-highlight .sort-place
{
  width: 100px;
  height: 100px;
}

#cart-desc
{
  float: left;
  width: 100%;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:100%;
  font-weight: bold;
  text-align: center;
  color: #858585;
  margin-bottom: 10px;
}

#cart-thumb
{
  float: left;
  width: 100px;
  height: 100px;
}

#cart-info
{
  float: left;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:80%;
  font-weight: bold;
  line-height: 160%;
  color: #0C0D0F;
  margin-left: 20px;
}

#si-qmax-dialogue, #si-main-image-error
{
  float: left;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-size:90%;
  font-weight: bold;
  color: #0C0D0F;
  margin: 20px 0 0 20px;
}

#artist-quotes
{
  float: left;
  width: 915px;
}

#item-desc-progress
{
  width: calc(100% - 200px);
}