/*  
  Styly pro vnitrni prvky - tabulky, prezentace, data atd.
*/

.TextCenter {
  text-align: center !important;
}

.TextLeft {
  text-align: left !important;
}

.TextRight {
  text-align: right !important;
}

.TextJustify {
  text-align: justify !important;
}

.cleaner {
	clear: both;
	width:1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background: none transparent scroll repeat 0% 0%;
	border: none;
}

.BlockCenterHoriz {
  margin: 0 auto;
}

.BlockCenterVert {
  margin: auto 0;
}

.VertSpace {
  margin-top: 0.5em !important;
}

.VertSpaceAfter {
  margin-bottom: 0.5em !important;
}

.HorizSpace {
  margin-left: 0.5em !important;
}

.HorizSpaceAfter {
  margin-right: 0.5em !important;
}

.WrapText {
  white-space: normal !important;
}

.NoWrapText {
  white-space: nowrap !important;
}

.NoBorder {
  border-width: 0px !important;
  border-collapse: collapse;
}

.NoBorder td {
  border-width: 0px !important;
  border-collapse: collapse;
}

.BorderBottom {
  border-bottom: 1px dotted #a0a0a0;
  border-collapse: collapse;
}

.BorderBottom td {
  border-bottom: 1px dotted #a0a0a0;
  border-collapse: collapse;
}

.PanelHeader {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2px 5px;
  background-color: #636262;
  color: #ffffff;
  cursor: hand;
  cursor: pointer;
  border: none;
  border-radius: 2px;
}

.PanelHeaderText {
  float: left;
  width: 75%;
  margin: 0;
  padding: 0;
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: 14pt;
  text-align: center;
}

.PanelHeaderButton {
  float: right;
  width: auto;
  min-width: 8em;
  margin: 0;
  padding: 0 0.2em;
  text-align: right;
  font-size: 11pt;
}

.PanelHeaderButton img {
  vertical-align: middle;
}

.PanelHeaderButton input[type="image"] {
  vertical-align: middle;
}

.PanelBody {
  margin: 0 auto;
  padding: 0.2em;
  border: solid 1px silver;
}

.cart-link-box {
  width: auto;
  height: 100%;
  margin: 0px 0 0 0;
  padding: 0;
  vertical-align: middle;
}

.cart-link-box td {
  height: 100%;
  vertical-align: middle;
}

.cart-link {
  display: table-cell;
  width: auto;
  /*height: 50px;*/
  margin: auto 0;
  padding: 5px 10px;
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: 12pt;
  text-align: center;
  text-decoration: none;
  border: none;
  background: rgb( 144, 226, 1 );
  background: rgba( 144, 226, 1, 1 );
  color: #ffffff !important;
  border-radius: 5px;
}

.BoxOutline {
  margin: 0 auto;
  padding: 0px;
  background-color: #F7F7FD;
  border: solid 1px darkgray; /*white-space: nowrap;*/
  border-radius: 5px;
}

.BoxTitle {
  /*width: 100%;*/
  /*height: 1.3em;*/
  margin: 0px;
  padding: 3px 5px;
  background-color: #636262;
  color: #ffffff;
  font-size: 12pt;
  text-align: center;
}

.BoxHeader {
  width: auto;
  height: auto;
  margin: 0;
  padding: 5px 5px;
  /*background-color: #4a9b00;*/
	background: #0e05b3 /*{b-bar-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#73a7ce), to(#527faf));
	background-image: -webkit-linear-gradient(#73a7ce, #527faf);
	background-image: linear-gradient( #73a7ce /*{b-bar-background-start}*/, #527faf /*{b-bar-background-end}*/);
  color: #ffffff;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
	text-shadow: 1px 1px 1px #000080;
	vertical-align: middle;
}

.BoxFooter {
  width: auto;
  height: auto;
  margin: 0;
  padding: 5px 10px;
  background-color: #4a9b00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.BoxBody {
  /*margin: 0px;*/
  padding: 5px;
  border: solid 0px gray;
  vertical-align: top;
  color: #636262;
  text-align: left;
}

.BoxBody > td, .BoxBody > th {
  margin: 0px;
  padding: 0.1em 0.2em;
  /*vertical-align: middle;*/
}

.BoxGrid > td, .BoxGrid > th {
  border-bottom: solid 1px silver;
  border-right: dotted 1px #CACACA;
}

.VerticalMiddle > td {
  vertical-align: middle;
}

.FilterHeader {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2px 5px;
  border: none;
  border-radius: 5px;
  background-image: url(img/bg_shadow_lightgreen.png);
  background-color: #808080;
  color: black;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  cursor: hand;
  cursor: pointer;
}

.FilterHeaderText {
  float: left;
  width: 75%;
  font-size: 11pt;
  text-align: center;
}

.FilterHeaderButton {
  float: right;
  width: 8em;
  min-width: 8em;
  margin: 0;
  padding: 0 0.2em;
  text-align: right;
  vertical-align: middle;
  font-size: 9pt;
}

.FilterHeaderButton img {
  vertical-align: top;
}

.FilterHeaderButton input[type="image"] {
  vertical-align: bottom;
}

.FilterBody {
  border-collapse: collapse;
  /*border: solid 1px lightgray;*/
  border: none;
  border-top: none;
  margin: 0px auto 0px auto;
  padding: 2px 5px;
  width: auto;
  text-align: left;
}

.FilterBody td {
  border-collapse: collapse;
  border: dotted 1px silver;
  border-bottom: solid 1px silver;
  padding: 2px 5px;
}

.SearchBox, .SearchBoxSmall {
  /*border-collapse: separate;
  border: none;*/
  width: auto;
  margin: 0.5em auto 0 auto;
  padding: 1px;
  background-color: #ffffff;
  color: #ffffff;
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: 12pt;
  text-align: justify;
  border-collapse: separate !important;
  border: 0px solid blue;
  border-spacing: 2px;
  border-radius: 5px;
}

.SearchBox td {
  padding: 10px;
  background-color: #636262;
  color: #ffffff;
  border: none;
  border-radius: 0 0 0 0;
}

.SearchBoxSmall td {
  padding: 10px;
  background-color: #90e201;
  color: #ffffff;
  border: none;
  border-radius: 0 0 0 0;
}

.SearchBox thead td:first-child {
  -moz-border-radius: 5px 0 0 5px;
  /*-webkit-border-radius: 5px 0 0 5px;*/
  /*border-radius: 5px 0 0 5px;*/
  border-top-left-radius: 5px;
}

.SearchBox thead td:last-child {
  -moz-border-radius: 0 5px 5px 0;
  /*-webkit-border-radius: 0 5px 5px 0;*/
  border-top-right-radius: 5px;
}

.SearchBox tfoot td:first-child {
  -moz-border-radius: 5px 0 0 5px;
  /*-webkit-border-radius: 5px 0 0 5px;*/
  /*border-radius: 5px 0 0 5px;*/
  border-bottom-left-radius: 5px;
}

.SearchBox tfoot td:last-child {
  -moz-border-radius: 0 5px 5px 0;
  /*-webkit-border-radius: 0 5px 5px 0;*/
  border-bottom-right-radius: 5px;
}

.SearchBoxSmall td:first-child {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  /*border-radius: 5px 0 0 5px;*/
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
}

.SearchBoxSmall td:last-child {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  /*border-radius: 5px 0 0 5px;*/
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
}

/*
.SearchBox td:last-child {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

.SearchBox td:first-child {
  border: solid 1px red;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
*/

.SearchBoxLeftCell {
  background-color: #636262 !important;
  color: #ffffff;
  padding: 10px;
}

.SearchBoxRightCell {
  /*border-collapse: collapse;*/
  border: dotted 1px silver;
  border-left: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.SearchBox input[type="text"] {
  min-width: 5em;
  width: 8em;
}

.SearchBox select {
  min-width: 20em;
}

.Label {
  white-space: nowrap;
}

.Notice {
  font-size: 8pt;
}

.LabelImportant{
  color: red;
  background-color: Transparent;
  height: 1.3em;
  margin: 0;
  font-size: medium;
  font-weight: bold;
}

.MyText {
  height: 1.3em;
  padding: 2px;
  background-color: #fafad2;
  color: navy;
  border: solid gray 1px;
  border-radius: 5px;
}

.MyText2 {
  width: 10em;
  height: 1.3em;
  padding: 2px;
  background-color: #fafad2;
  color: navy;
  border: solid gray 1px;
  font-size: 11pt;
  border-radius: 5px;
}

.MyTextReadOnly {
  border: solid silver 1px;
  color: black;
  background-color:Transparent;
  height: 1.3em;
}

.MyButton {
  background-color: LightSkyBlue;
  border-style: solid;
  border-width: 2px;
  border-left-color: lightgrey;
  border-top-color: lightgrey;
  border-bottom-color: gray;
  border-right-color: gray;
  height: auto;
/*  padding: 2px 4px;*/
  cursor: pointer;
  border-radius: 3px;
}

.MyButtonSmall {
  margin: 0px;
  padding: 3px 6px;
  background-color: #636262;
  color: #ffffff;
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: 12pt;
  border: none !important;
  border-radius: 3px;
  cursor: pointer;
}

.button-cart {
  background-color: #ffffff;
  color: #000000;
  border-style: solid;
  border-width: 1px;
  border-left-color: lightgrey;
  border-top-color: lightgrey;
  border-bottom-color: gray;
  border-right-color: gray;
  border-radius: 3px;
  padding: 3px;
  margin: 3px;
  font-size: 9pt;
  cursor: pointer;
}

.MyButtonSubMenu {
  margin-top: 4px;
  width: 100%;
}

.MyButton3 {
  background-color: palegreen;
  border-width: 2px;
  border-left-color: lightgrey;
  border-top-color: lightgrey;
  border-bottom-color: gray;
  border-right-color: gray;
  height:auto;
  border-radius: 3px;
  cursor: pointer;
}

.LargeButton {
  height: auto;
  padding: 10px 50px;
  border: none;
  font-family: MyriadProBold, MyriadProBoldIE, Microsoft Sans Serif;
  font-size: 18pt;
  text-transform: uppercase;
  background-color: #90e201;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}

.LargeButtonHover {
  background-color: #990033;
}

.SmallButton {
  height: auto;
  padding: 5px 20px;
  border: none;
  font-family: MyriadProBol, Microsoft Sans Serif;
  font-size: 14pt;
  text-transform: uppercase;
  background-color: #636262;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}

.SmallButtonHover {
  /*background-color: #90e201;*/
  background-color: #990033;
}

.MyCheckBox {
  height: 12pt;
  margin: 0px;
  padding: 0px;
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: small;
  border: 0;
  color: navy;
  background-color: #fafad2;
}

.MyCheckBox td {
  margin: 0px;
  padding: 0px 2px;
}

.MyLink {
/*
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: small;
  height: 1.3em;
*/
}

.MyList {
  border: outset 1px blue !important;
  /*border: solid 1px gray;*/
  /*border: none;*/
  color: navy;
  /*background-color: #fafad2;*/
  /*height: 16pt;*/
  padding: 3px;
  /*font-weight: bold;*/
  font-size: 11pt;
  vertical-align: middle;
  border-radius: 4px;
  cursor: pointer;
}

.MyComboBox {
  font-weight: normal;
  /*border: outset thin gray;
  color: navy;*/
  /*background-color: #fafad2;*/
  /*height: 16pt;*/
}

.MyOpt {
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: small;
  font-weight: normal;
  border: none;
  color: navy;
  margin: 0;
  padding: 0;
}

.RequiredBox {
  border: solid 2px red !important;
/*
  font-weight: bold;
  color: Red;
*/
}

.RequiredText {
  font-weight: bold;
  color: Red;
}

.TimePresetSelected {
  background-color: maroon;
  color: white;
}

.ajax__calendar_container {
  z-index: 1000009;
}

.ajax__calendar {
  position: relative;
  /*left: 0px !important;*/
  /*top: 0px !important;*/
  visibility: visible;
  display: block;
  z-index: 1000001;
}
.ajax__calendar iframe {
  /*left: 0px !important;*/
  /*top: 0px !important;*/
  z-index: 1000002;
}

.ColOrder {
  margin: 0px;
  padding: 0px;
  width: auto;
  text-align: center;
}

/*Modal Popup*/
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-color: rgba( 128, 128, 128, 0.5 );
}

.modalPopup {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
  border-radius: 5px;
}

.modalPopupDrag {
  cursor: move;
}

.updateProgressContent {
  position: relative;
  width: 100%;
  height: 56px;
  margin: 22px 0;
}

.updateProgressImage {
  vertical-align: middle;
  background-color: #ffffff;
}

.updateProgressText {
  height: 1em;
  font-size: medium;
  font-weight: bold;
  color: #FFFF99;
}        

.hr {
  width: auto;
  height: 1px;
  line-height: 1px;
  background-color: gray;
  margin: 0;
  padding: 0;
}

#news {
  width: 800px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 15px;
  background-color: #D2FFD2;
  color: #000000;
  text-align: left;
}

#news ul {
  margin: 0;
}

#news table {
  margin: 0 auto;
}

#news td {
	border:dotted 1px #999999;
	padding: 5px 10px;
}

.Help {
  font-size: 80%;
  font-style: italic;
}

.SupplierHeaderBox {
  width: 500px;
  margin: 0px auto 20px auto;
  padding: 0px;
  background-color: #f8f8f8;
  text-align: center; 
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 5px 5px 10px 0px #c0c0c0;
  box-shadow: 5px 5px 10px 0px #c0c0c0;
}

.SupplierHeaderTitle {
  margin: 0;
  padding: 3px 4px 3px 4px;
  text-align: center;
  background-color: #90e201;
  color: #ffffff;
  border-radius: 3px 3px 0 0;
}

.SupplierHeaderTitle a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.SupplierHeaderTitleText {
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: 14pt;
  color: #ffffff;
}

.SupplierHeaderBody {
  margin: 5px 10px;
  padding: 0;
  text-align:left; 
  vertical-align:middle;
}

.SupplierHeaderDivText {
  float:left;
  width:300px;
  margin: 0;
  padding: 0;
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif, Sans-Serif;
  font-size: 10pt;
  color: #636262;
}

.SupplierHeaderMotto {
  margin: 0px 0px 4px 0px;
  font-family: MyriadProBold, MyriadProBoldIE, Microsoft Sans Serif;
  font-size: 12pt;
  color: #636262;
}

.SupplierHeaderLabel {
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: 10pt;
}

.SupplierHeaderLocality {
  font-family: MyriadProBold, MyriadProBoldIE, Microsoft Sans Serif;
  font-size: 14pt;
}


.SupplierHeaderDivLogo {
  float: left;
  width: 120px;
  /*height: 140px;*/
  margin: 0px;
  padding: 0;
}

.SupplierHeaderLogo {
  /*width: 100px;*/
  min-width: 100px;
  max-width: 100px;
  min-height: 80px;
  max-height: 80px;
  border: solid 0px black;
  vertical-align: bottom;
  border-radius: 2px;
}

.SupplierCardTitleText {
  font-family: MyriadProBold, MyriadProBoldIE, Microsoft Sans Serif;
  font-size: 26pt;
  color: #90e201;
}

.SupplierCardMotto {
  font-family: MyriadProBold, MyriadProBoldIE, Microsoft Sans Serif;
  font-size: 14pt;
  font-style: italic;
  color: #636262;
}

.SupplierCardButtons {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 10px;
  border: none;
}

.SupplierMainLogo img {
  vertical-align: top;
  height: auto;
  margin-right: 0px;
  padding: 0;
}

.SupplierMainLogo img {
  min-width: 200px;
  max-width: 300px;
  border: none !important;
}

.SupplierCalendar {
  width:250px;
  height:auto;
  margin: 2px;
  background-color: #ffffff;
  color: #000000;
  border-collapse: separate;
  border: solid 1px #000000 !important;
}

/*
.SupplierCalendar table {
  border-collapse: collapse !important;
  border: solid 1px red !important;
}
*/

.SupplierCalendar td {
  border-collapse: collapse;
  border: solid 1px #ffffff;
}

.SupplierCalendarDay {
  display: block;
  padding: 2px;
  font-size: 9pt;
}

.SupplierCalendarDay a {
  display: block;
  width:100%;
  height:100%;
}

.SupplierCalendarTitleStyle {
  padding: 3px 10px;
  font-size: 9pt;
  font-weight: bold;
  font-style: normal;
  background-color: #ffffff;
  color: #333399;
}

.SupplierCalendarTitleStyle td {
  padding: 3px 10px;
}

/*
.SupplierCalendarNextPrev {
  padding: 2px 10px;
  font-size: 8pt;
  font-weight: bold;
  font-style: normal;
  color: #333333;
  vertical-align: bottom;
}
*/

.SupplierCalendarNextPrev a {
  font-size: 8pt;
  font-weight: bold;
  font-style: normal;
}

.SupplierCalendarDayHeader {
  /*display: none;*/
  font-weight: normal;
  font-size: 8pt;
  background-color: #FFFFCC;
  border-collapse: collapse;
  border: solid 1px #ffffff;
}

.SupplierCalendarToday div {
  font-weight: bold !important;
  text-decoration: underline overline;
  border: solid 1px #a0a0a0;
}

.SupplierCalendarWeekend {
  font-weight: bold;
  text-decoration: underline overline;
  border: solid 1px blue;
}

.SupplierCalendarSelector {
  font-weight: normal;
}

.SupplierCalendarSelectedDay {
  background-color: #333399;
  color: #ffffff;
}

.SupplierCalendarOtherMonthDay {
  background-color: #ffffff;
  color: #ffffff;
  font-weight: normal;
}

.SupplierCalendarOccupied {
  background-color: #ff5050 !important;
  background: rgba( 255, 80, 80, 0.6) !important;
}

.SupplierCalendarReserved {
  background-color:yellow !important;
  background: rgba( 255, 255, 0, 0.7) !important;
}

.SupplierCalendarPartial {
  background-color: #99ccff !important;
}

.SupplierCalendarFree {
  /*background-color:lightgreen !important;*/
  /*background: rgba( 144, 238, 144, 0.3) !important;*/
  background-color:#a0ffa0 !important;
  background: rgba( 128, 255, 128, 0.6) !important;
}

.SupplierCalendarUnavailable {
  background-color: #808080 !important;
  color: #ffffff;
}

.SupplierBriefBox {
  position: relative;
  width: auto;
  height: auto;
  margin: 0px 15px 15px 0px;
  padding: 0px;
  text-align:center; 
  white-space: nowrap;
  border: none;
  background-color: #f8f8f8;
  border-radius: 0px;
  -webkit-box-shadow: 5px 5px 10px 0px #c0c0c0;
  box-shadow: 5px 5px 10px 0px #c0c0c0;
}

.SupplierBriefBoxHover {
  background-color: #FFFF95 !important;
  border: solid 0px gray;
  border-radius: 0px;
}

.SupplierBriefBox a {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-decoration: none;
}

.SupplierBriefTitle {
  /*width: 100%;
  height: auto;*/
  margin: 0;
  padding: 5px 10px 5px 10px;
  text-align: center;
  border-bottom: dotted 0px gray;
  background-color: #90e201;
  color: #ffffff;
  border-radius: 2px;
}

.SupplierBriefTitleText {
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: 18pt;
}

.SupplierBriefBody {
  width: 468px;
  height: 200px;
  margin: 0px;
  padding: 10px;
  text-align:left; 
  vertical-align:middle;
  /*border: solid 1px rgb( 53, 107, 3 );*/
  border: none;
}

.SupplierBriefDivText {
  float: left;
  width: 220px;
  margin: 0px;
  padding: 0;
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif, Sans-Serif;
  font-size: 10pt;
  color: #636262;
}

.SupplierBriefMotto {
  margin: 0px 0px 4px 0px;
  font-family: MyriadProBold, MyriadProBoldIE, Microsoft Sans Serif;
  font-size: 14pt;
  font-style: italic;
  color: #636262;
}

.SupplierBriefLabel {
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: 10pt;
}

.SupplierBriefLocality {
  font-family: MyriadProBold, MyriadProBoldIE, Microsoft Sans Serif;
  font-size: 14pt;
}

.SupplierBriefPrice {
  font-family: MyriadProBold, MyriadProBoldIE, Microsoft Sans Serif;
  font-size: 26pt;
  color: #90e201;
}

.SupplierBriefDivLogo {
  float: left;
  width: 220px;
  height: 140px;
  margin: 0px;
  padding: 0;
}

.SupplierBriefLogo {
  /*
  min-width: 180px;
  min-height: 110px;
  max-width: 260px;
  max-height: 160px;
*/
  min-width: 200px;
  min-height: 120px;
  max-height: 140px;
  border: solid 0px black;
  vertical-align: bottom;
  border-radius: 2px;
}

.SupplierBriefAdmin {
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 100;
}

.SupplierProductBriefBox {
  position: relative;
  width: 480px;
  height: auto;
  margin: 0px 10px 10px 0px;
  padding: 0px;
  text-align:center; 
  white-space: nowrap;
  border: none;
  background-color: #f8f8f8;
  border-radius: 0px;
  /*box-shadow: 5px 5px 10px 0px #c0c0c0;*/
}

.SupplierProductBriefBoxHover {
  background-color: #FFFF95 !important;
  border: solid 0px gray;
  border-radius: 0px;
}

.SupplierProductBriefBox a {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-decoration: none;
}

.SupplierProductBriefTitle {
  /*width: 100%;
  height: auto;*/
  margin: 0;
  padding: 5px 10px 5px 10px;
  text-align: center;
  border-bottom: dotted 0px gray;
  background-color: #90e201;
  color: #ffffff;
  border-radius: 2px;
}

.SupplierProductBriefTitleText {
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: 14pt;
}

.SupplierProductBriefBody {
  min-height: 150px;
  height: auto;
  margin: 0px;
  padding: 5px 5px;
  text-align: justify;
  white-space: normal;
  vertical-align:middle;
  /*border: solid 1px rgb( 53, 107, 3 );*/
  /*border: solid 1px red;*/
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: 10pt;
}

.SupplierProductBriefNumber {
  position: absolute;
  bottom: 10px;    
  left: 5px;
  right: 5px;
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: 10pt;
}

.SupplierProductBriefDivImage {
  float: left;
  width: 150px;
  height: 120px;
  margin: 0px;
  padding: 0;
}

.SupplierProductBriefImage {
  /*
  min-width: 180px;
  min-height: 110px;
  max-width: 260px;
  max-height: 160px;
*/
  min-width: 150px;
  min-height: 120px;
  max-height: 140px;
  border: solid 0px black;
  vertical-align: bottom;
  border-radius: 2px;
}

.SupplierProductBriefDivText {
  float: left;
  width: 220px;
  margin: 0px 0px 0px 20px;
  padding: 0;
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif, Sans-Serif;
  font-size: 10pt;
  color: #636262;
}

.SupplierProductBriefLabel {
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: 10pt;
  white-space: normal;
}

.SupplierProductBriefValue {
  font-family: MyriadProSemibold, MyriadProSemiboldIE, Microsoft Sans Serif;
  font-size: 14pt;
}

.SupplierProductBriefPrice {
  font-family: MyriadProBold, MyriadProBoldIE, Microsoft Sans Serif;
  font-size: 20pt;
  color: #90e201;
}

.SupplierProductBriefAdmin {
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 100;
}

.SupplierProductBox {
  width: auto;
  margin: 0px;
  padding: 0px;
  text-align: center; 
/*  white-space: nowrap;*/
  /*border: dotted 1px gray;*/
  border-bottom: dotted 1px gray;
  /*-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;*/
}

.SupplierProductTitle {
  margin: 0;
  padding: 2px 4px 0px 4px;
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  color: green;
  /*border-bottom: dotted 1px gray;*/
}

.SupplierProductBody {
  margin: 5px 10px;
  padding: 0;
  text-align:left; 
  vertical-align:middle;
}

.SupplierProductDivText {
  float:left;
  width: auto;
  margin: 0;
  padding: 0;
  color: black;
  /*cursor: pointer;*/
}

.SupplierProductText {
  width:auto;
  margin: 0;
  padding: 0;
  text-align:left;
  white-space: normal;
}

.SupplierGalleryBody {
  margin: 5px 5px 5px 0px;
  padding: 0;
  text-align: left; 
  vertical-align: top;
  /*float: left;*/
}

.SupplierGalleryImage {
  max-width: 150px;
  max-height: 100px;
  border: solid 0px black;
  vertical-align: bottom;
  border-radius: 2px;
}

.SupplierGalleryImageTitle {
  font-size: 9pt;
  white-space: normal !important;
}

.btnMsgHide {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: black;
  color: white;
  cursor: pointer;
  font-size: 8pt;
  margin: auto 0;
  padding: 0 3px;
  border: none;
}

img.ImgPassword {
  float: left;
  width: 65px;
  height: 65px;
}

img.ImgRegSuccess {
  float: left;
  width: 65px;
  height: 65px;
}

