#contentBtm {
  position: relaive;
}

#returnTo {
  margin: 5px 0px;
}

#returnTo a {
  color: black;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  text-transform: uppercase;
}

#returnTo a:hover {
  text-decoration: underline;
}

#returnTo a img {
  height: 1em;
  width: 1em;
  margin-right: 3px;
}

#contArticleImg {
  float: right;
  width: 300px;
  text-align: center;
  background-color: #E1E1E1;
  margin: 0px 0px 5px 5px;
  position: relative;
}

#contArticleImg #articleImgCaption {
  font-size: 80%;
  font-weight: bold;
  background-color: white;
}

#imgCanvas {
  border-top: 1px dotted red;
  position: relative;
}

.imgOverlay {
  cursor: pointer;
  height: 8em;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 8em;
  z-index: 3;
}

.imgDispBox {
  position: fixed;
  top: 40px;
  z-index: 100;
}

#imgDispHdrBar {
  background-color: white;
  padding: 8px;
  padding-bottom: 0px;
  width: 400px;
}

#contDisplay {
  background-color: white;
  width: 400px;
  padding: 8px;
  padding-top: 0px;
}

#imgDispContImg {
  background-color: #C0C0C0;
  position: relative;
  width: 400px;
  height: 400px;
}

#contImg {
  position: absolute;
  z-index: 1;
}

.imgDispContX {
  float: right;
  border: 1px solid white;
  width: 60px;
  font-weight: bold;
  cursor: pointer;
}

imgDispContX:hover {
  border: 1px outset #C0C0C0;
}

.imgDispX {
  float: right;
  margin-left: 3px;
  width: 1em;
  height: 1em;
}

.imgDispSpanX {
  float: right;
}

.imgDispSpanX img {
  height: 1.2em;
  width: 1.2em;
}

.btnPrevNext {
  background-color: white;
  color: #C0C0C0;
  font-weight: bold;
  padding: 7px 5px;
  text-transform: uppercase;
  width: 45px;
  position: absolute;
  opacity:0.8;
  /*filter:alpha(opacity=80);*/
}

.IPNRight, .IPNLeft {
  border: 1px outset #C0C0C0;
  position: absolute;
  top: 30px;
  background-color: #EEEEEE;
  width: 38px;
  opacity:0.8;
  /*filter:alpha(opacity=80);*/
  padding: 3px;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}

.IPNRight {
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-right-width: 0px;
  right: 0px;
  text-align: right;
}

.IPNLeft {
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left-width: 0px;
  left: 0px;
  text-align: left;
}

form input[type="text"], form input[type="password"], form textarea {
  background-color: #DBDBDB;
  border-color: #AF151E;
  border-style: inset;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

form div.buyImgRow input[type="text"] {
  text-align: right;
}

#buyPanel form input[type="text"][disabled='true'], #buyPanel form input[type="password"][disabled='true'], #buyPanel form textarea[disabled='true'] {
  background-color: #E9E9E9;
  border-color: #DF656E;
}

.buyImgCart {
  height: 110px;
  overflow: hidden;
  border: 1px inset #AF151E;
  margin: 10px auto auto;
  width: 453px;
}

.buyImgCart .buyImgHdr {
  height: 13px;
  white-space: nowrap;
  border-bottom: 1px solid black;
  /*background-color: red;*/
  background-image: url(/components/com_sngevents/views/event/tmpl/images/cart_hdr_bg.png);
  background-repeat: repeat-x;
}

.buyImgCart .buyImgHdr span.hdrLabel {
  display: inline-block;
  border: 1px outset black;
  border-bottom-width: 0px;
  border-top-width: 0px;
  text-align: center;
  padding: 0px 3px;
  color: white;
  /*font-weight: bold;*/
  font-size: 11px;
  cursor: default;
  overflow: hidden;
  width: 85px;
}

.buyImgCart .buyImgHdr span.buyImgHdrQty, .buyImgCart div.contBuyImgCartList div.contImgOrder span.ordElQty {
  width: 55px;
}

.buyImgCart .buyImgHdr span.buyImgHdrSize, .buyImgCart div.contBuyImgCartList div.contImgOrder span.ordElSize {
  width: 110px;
}

.buyImgCart .buyImgHdr span.buyImgHdrDel, .buyImgCart div.contBuyImgCartList div.contImgOrder span.ordElDel {
  width: 60px;
}

.buyImgCart div.contBuyImgCartList div.contImgOrder span.ordElHiRez {
  width: 154px;
}

span.ordElDel img.ordDel, span.ordElBorder img.ordBorder {
  cursor: pointer;
  height: 11px;
  width: 11px;
}

.buyImgCart .contBuyImgCartList {
  height: 95px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.contBuyImgCartList .contImgOrder {
  border-bottom: 1px solid black;
}

.contBuyImgCartList .contImgOrder span.ordEl {
  display: inline-block;
  width: 85px;
  border-right: 1px dotted #C0C0C0;
  border-left: 1px solid white;
  height: 13px;
  padding: 1px 3px;
  text-align: center;
  overflow: hidden;
}

#evtVideo {
  margin-top: 5px;
  display:block;
  width:512px;
  height:288px;
  text-align:center;
}

/*************************/
span.outerImg {
  display: inline-block;
  margin: 2px 5px 5px;
  position: relative;
  height: 145px;
  width: 145px;
  background-color: #E1E1E1;
  text-align: center;
}

div.innerImg {
  display: table-cell;
  vertical-align: middle;
  height: 145px;
  width: 145px;
  cursor: pointer;
}

div#contArticleImg div.innerImg {
  display: block;
  vertical-align: baseline;
  height: auto;
  width: auto;
  overflow: visible;
  position: relative;
}

div.bigImgSrc {
  display: none;
}

div.contOptionsPanel {
  position: absolute;
  /*top: 165px;*/
  bottom: -270px;
  left: -15px;
  height: 250px;
  width: 465px;
  z-index: 80;
  background-color: white;
  -moz-box-shadow: 5px 4px 4px #000000;
  -moz-box-shadow: 5px 4px 4px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 5px 4px 4px #000000;
  -webkit-box-shadow: 5px 4px 4px rgba(0, 0, 0, .8);
  box-shadow: 5px 4px 4px #000000;
  /*FILTER: Shadow(Color=#000000, Direction=135);*/
}

div.innerOptionsPanel {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 250px;
  width: 480px;
  border: 1px solid black;
  background-color: white;
}

div.contLargeImage {
  position: absolute;
  left: 0px;
  padding: 7px;
  background-color: white;
  border: 1px solid black;
  -moz-box-shadow: 5px 4px 4px #000000;
  -moz-box-shadow: 5px 4px 4px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 5px 4px 4px #000000;
  -webkit-box-shadow: 5px 4px 4px rgba(0, 0, 0, .8);
  box-shadow: 5px 4px 4px #000000;
  FILTER: Shadow(Color=#000000, Direction=135);
}

div.contLargeImage div.imgConstrainer {
  overflow: hidden;
}

div.contLargeImage img.preloader {
  position: absolute;
  border-width: 0px;
}

div.optionsPanelBtnClose {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, .8);
  border: 1px outset black;
  padding: 2px;
}

div.optionsPanelBtnClose img {
  float: right;
  height: 12px;
  width: 12px;
  margin-top: 1px;
  margin-left: 3px;
}

div.optionsPanelBtnClose span {
  padding-left: 2px;
}

div.bigImgOverlay {
  position: absolute;
  top: 7px;
  left: 7px;
  overflow: hidden;
}

div.contPrev, div.contNext {
  position: absolute;
  top: 0px;
  cursor: pointer;
}

.contPrev {
  left: 0px;
}

.contNext {
  right: 0px;
}

div.captionPanel {
  position: absolute;
  left: 18px;
  padding: 3px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: black;
  background-color: rgba(0, 0, 0, .8);
  /*filter:alpha(opacity=80);*/
  text-align: center;
  font-weight: bold;
  color: white;
}

div.dotdotdot {
  text-align: center;
  cursor: pointer;
}

img.capPanClose {
  height: 10px;
  width: 10px;
  cursor: pointer;
  float: right;
}

div.optionsHeaderBar {
  background-image: url(/components/com_sngevents/views/event/tmpl/images/hdr_bg.png);
  background-repeat: repeat-x;
  height: 25px;
  text-align: left;
}

span.widgetContainer {
  display: inline-block;
  margin: 1px 3px;
}

div.widgetStage {
  height: 225px;
  overflow: auto;
  text-align: left;
  position: relative;
}

div.widgetCanvas {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  width: 435px;
}

div.widgetCanvas input[type=radio], div.widgetCanvas input[type=checkbox] {
  border-width: 0px;
  background-color: transparent;
}

div.cartInfoBox {
  width: 90px;
  height: 80px;
  border: 1px solid red;
  background-color: #DBDBDB;
  /*cursor: pointer;*/
  float: right;
  text-align: center;
  margin-right: -9px;
}

div.cartInfo {
  padding: 3px;
  margin-bottom: 8px;
  height: 43px;
}

.payLink {
  color: white;
  display: inline-block;
  padding: 3px;
  text-decoration: none;
  background-color: red;
  border: 1px outset #990000;
  font-weight: bold;
  /*font-style: italic;*/
  font-size: 10px;
  margin: auto;
}

div.widgetStage h3 {
  margin-top: 0px;
}

span.widgetButtonContainer {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  margin-top: 1px;
  margin-left: 1px;
}

span.widgetButtonContainer img {
  width: 20px;
  height: 20px;
  border-width: 0px;
}

span.widgetButtonActive {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 4px;
  border: 1px inset yellow;
}

span.contSizeSelector {
  display: inline-block;
}

span.contQty {
  display: inline-block;
  margin-left: 10px;
}

span.buyTextLabel {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  color: black;
}

span.buyTextLabel_disabled {
  color: #C0C0C0;
}

div.borderFinish {
  margin-top: 8px;
}

span.contFinish {
  margin-left: 8px;
}

span.contAddCart {
  margin-left: 15px;
}

span.shareSpanTweet, span.shareSpanEmail {
  border-top: 1px solid #879AC0;
  display: inline-block;
  padding-right: 6px;
  padding-top: 1px;
  padding-left: 6px;
}

img.shareImgTweet {
  height: 17px;
  width: 17px;
  float: left;
}

span.twitterButtonBox, span.emailButtonBox {
  background-color: #3384AB;
  cursor: pointer;
  display: inline-block;
  height: 17px;
  border: 1px solid black;
  color: white;
  font-weight: bold;
  font-size: 11px;
}

span.emailButtonBox {
  background-color: #888888;
}

span.twitterButtonBox a, span.twitterButtonBox a:hover, span.emailButtonBox a, span.emailButtonBox a:hover {
  text-decoration: none;
}

span.shareSpanTweetText, span.shareSpanShareText, span.shareSpanEmailText {
  margin-left: 8px;
}

span.emailButtonBox {
  background-color: red;
  
}

.shareRow {
  margin-top: 8px;
}

span.loginNote {
  display: inline-block;
  color: black;
  float: right;
}

.contComments, .contEventComments {
  width: 425px;
}

.commentBox0, .commentBox1 {
  padding: 5px;
  width: 435px;
}

.commentBox0 {
  background-color: white;
}

.commentBox1 {
  background-color: #E3E1E2;
}

.commentSubmit {
  background-image: url(/components/com_sngevents/views/event/tmpl/images/submit.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-right: 5px;
  height: 16px;
  width: 16px;
}

.commentPostBtn {
  cursor: pointer;
  display: inline-block;
  color: red;
  font-size: 15px;
  margin-left: 5px;
}

/*div.comCharCount {
  height: 15px;
  border: 1px solid #FF8560;
  -moz-box-shadow: 3px 3px 3px #FF8560;
  -webkit-box-shadow: 3px 3px 3px #FF8560;
  box-shadow: 3px 3px 3px #FF8560;
  FILTER: Shadow(Color=#FF8560, Direction=135);
  color: #FF8560;
  float: right;
  font-weight: bold;
  font-size: 13px;
}*/

.imgCommentField {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #C0C0C0;
  background-color: white;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  float: left;
  height: auto;
  width: auto;
}

.cmntUser {
  font-size: 14px;
  color: red;
}

.contComment {
  font-size: 14px;
  margin-bottom: 7px;
}

