/* start registration */
.registration {
  display: block;
  background-color:#292929;
}
.registrationBox {
  width: 94%;
  margin:0 auto;
}
.registrationForm {
  position:relative;
  padding-bottom:30px;
}
.registrationForm div {
  padding:3px 0;
}
.registrationForm span {
  display: block;
  color: #888888;
  font-weight:bold;
  line-height: 1.4em;
}
.registrationForm input[type="text"],.registrationForm input[type="password"] {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  display: inline-block;
  width: 60% !important;
  background: rgba(255, 255, 255, 1);
  outline: none;
  color: #555555;
  font-size: 1em;
  border: 1px solid rgb(224, 224, 224);
  -webkit-appearance: none;
}
.registrationFormChild input[type="text"],.registrationFormChild input[type="password"] {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  display: inline-block;
  width: 60% !important;
  background: rgba(255, 255, 255, 1);
  outline: none;
  color: #555555;
  font-size: 1em;
  border: 1px solid rgb(224, 224, 224);
  -webkit-appearance: none;
}
.registrationForm input[type="submit"]{
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  background: #32A2E3;
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  padding: 15px;
  border: none;
  font-size: 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  outline: none;
  cursor: pointer;
  float: right;
  width: 25% !important;
  -webkit-appearance: none;
}
.registrationForm input[type="submit"]:hover{
  background: #228AC6;
}
.registrationForm select {
  margin-top: 1px;
  display: inline-block;
  width: 61% !important;
  padding: 5px;
  font-size: 1em;
  /*border: 1px solid rgb(224, 224, 224);*/
  line-height: 1;
  height: 26px;
  -webkit-appearance: none;
}



/* start registration step two */
.registrationStepTwo {
  display: block;
  background-color:#292929;
}
.registrationStepTwoBox {
  width: 94%;
  margin:0 auto;
}
.registrationStepTwoForm {
  position:relative;
  padding-bottom:30px;
}
.registrationStepTwoForm div {
  padding:3px 0;
}
.registrationStepTwoForm span {
  display: block;
  color: #888888;
  font-weight:bold;
  line-height: 1.4em;
}
.registrationStepTwoForm input[type="text"],.registrationStepTwoForm input[type="password"] {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  display: inline-block;
  width: 50% !important;
  background: rgba(255, 255, 255, 1);
  outline: none;
  color: #555555;
  font-size: 1em;
  border: 1px solid rgb(224, 224, 224);
  -webkit-appearance: none;
}
.registrationStepTwoForm input[type="submit"]{
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  background: #32A2E3;
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  padding: 15px;
  border: none;
  font-size: 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  outline: none;
  cursor: pointer;
  float: right;
  width: 25% !important;
  -webkit-appearance: none;
}
.registrationStepTwoForm input[type="submit"]:hover{
  background: #228AC6;
}
.registrationStepTwoForm select {
  margin-top: 1px;
  display: inline-block;
  width: 51% !important;
  padding: 5px;
  font-size: 1em;
  /*border: 1px solid rgb(224, 224, 224);*/
  line-height: 1;
  height: 26px;
  -webkit-appearance: none;
}



/* start login */
.login {
  display: block;
  background-color:#292929;
}
.loginBox {
  width: 94%;
  margin:0 auto;
}
.loginForm {
  position:relative;
  padding-bottom:30px;
}
.loginForm div {
  padding:3px 0;
}
.loginForm span {
  display: block;
  color: #888888;
  font-weight:bold;
  line-height: 1.4em;
}
.loginForm input[type="text"],.loginForm input[type="password"] {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  display: inline-block;
  width: 50% !important;
  background: rgba(255, 255, 255, 1);
  outline: none;
  color: #555555;
  font-size: 1em;
  border: 1px solid rgb(224, 224, 224);
  -webkit-appearance: none;
}
.loginForm input[type="submit"]{
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  background: #32A2E3;
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  padding: 15px;
  border: none;
  font-size: 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  outline: none;
  cursor: pointer;
  float: right;
  width: 25% !important;
  -webkit-appearance: none;
}
.loginForm input[type="submit"]:hover{
  background: #228AC6;
}



/* start lost */
.lost{
  display: block;
  background-color:#292929;
}
.lostBox {
  width: 94%;
  margin:0 auto;
}
.lostBox h3{
  margin-bottom: 2%;
  text-transform: capitalize;
  font-size: 1.5em;
  color: #252525;
  font-weight: 100;
}
.lostForm{
  position:relative;
  padding-bottom:30px;
}
.lostForm div{
  padding:3px 0;
}
.lostForm span{
  display: block;
  color: #888888;
  font-weight:bold;
  line-height: 1.4em;
}
.lostForm input[type="text"]{
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  display: inline-block;
  width: 99% !important;
  background: rgba(255, 255, 255, 1);
  outline: none;
  color: #555555;
  font-size: 1em;
  border: 1px solid rgb(224, 224, 224);
  -webkit-appearance: none;
}
.lostForm input[type="submit"]{
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  background: #32A2E3;
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  padding: 15px;
  border: none;
  font-size: 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  outline: none;
  cursor: pointer;
  float: right;
  width: 25% !important;
  -webkit-appearance: none;
}
.lostForm input[type="submit"]:hover{
  background: #228AC6;
}



/* start reset */
.reset {
  display: block;
  background-color:#292929;
}
.resetBox {
  width: 94%;
  margin:0 auto;
}
.resetForm {
  position:relative;
  padding-bottom:30px;
}
.resetForm div {
  padding:3px 0;
}
.resetForm span {
  display: block;
  color: #888888;
  font-weight:bold;
  line-height: 1.4em;
}
.resetForm input[type="text"],.registrationStepTwoForm input[type="password"] {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  display: inline-block;
  width: 50% !important;
  background: rgba(255, 255, 255, 1);
  outline: none;
  color: #555555;
  font-size: 1em;
  border: 1px solid rgb(224, 224, 224);
  -webkit-appearance: none;
}
.resetFormChild input[type="text"],.resetFormChild input[type="password"] {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  display: inline-block;
  width: 60% !important;
  background: rgba(255, 255, 255, 1);
  outline: none;
  color: #555555;
  font-size: 1em;
  border: 1px solid rgb(224, 224, 224);
  -webkit-appearance: none;
}
.resetForm input[type="submit"]{
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  background: #32A2E3;
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  padding: 15px;
  border: none;
  font-size: 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  outline: none;
  cursor: pointer;
  float: right;
  width: 25% !important;
  -webkit-appearance: none;
}
.resetForm input[type="submit"]:hover{
  background: #228AC6;
}



/* start ticket */
.ticket{
  display: block;
  background-color: #292929;
  padding:0 10px 0 10px;
  margin-top:30px;
}
.ticketBox {
  width: 94%;
  margin:0 auto;
}
.ticketBox h3{
  margin-bottom: 2%;
  text-transform: capitalize;
  /*font-size: 1.5em;*/
  font-size: 1.3em;
  letter-spacing:-1px;
  /*color: #252525;*/
  /*font-weight: 100;*/
  font-weight: bold;
}
.ticketForm{
  position:relative;
  padding-top:10px;
  padding-bottom:30px;
}
.ticketForm div{
  padding:3px 0;
}
.ticketForm span{
  display: block;
  color: #888888;
  font-weight:bold;
  line-height: 1.4em;
}
.ticketForm span.contactVisualConfirmation {
  display: inline-block;
  color: #888888;
  font-weight:bold;
  line-height: 1.5em;
}
.ticketForm input[type="text"],.ticketForm textarea{
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  display: inline-block;
  width: 99% !important;
  background: rgba(255, 255, 255, 1);
  outline: none;
  color: #555555;
  font-size: 1em;
  border: 1px solid rgb(224, 224, 224);
  -webkit-appearance: none;
}
.ticketForm textarea{
  resize:none;
  height:120px;		
}
.ticketForm input[type="submit"]{
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  background: #32A2E3;
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  padding: 15px;
  border: none;
  font-size: 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  outline: none;
  cursor: pointer;
  float: right;
  width: 25% !important;
  -webkit-appearance: none;
}
.ticketForm input[type="submit"]:hover{
  background: #228AC6;
}
.ticketForm select {
  margin-top: 1px;
  display: block;
  width: 50% !important;
  padding: 5px;
  font-size: 1em;
  line-height: 1;
  height: 26px;
  -webkit-appearance: none;
}



/* start contact */
.contact{
  display: block;
  background-color:#292929;
}
.contactBox {
  width: 94%;
  margin:0 auto;
}
.contactBox h3{
  margin-bottom: 2%;
  text-transform: capitalize;
  font-size: 1.5em;
  color: #252525;
  font-weight: 100;
}
.contactForm{
  position:relative;
  padding-bottom:30px;
}
.contactForm div{
  padding:3px 0;
}
.contactForm span{
  display: block;
  color: #888888;
  font-weight:bold;
  line-height: 1.4em;
}
.contactForm span.contactVisualConfirmation {
  display: inline-block;
  color: #888888;
  font-weight:bold;
  line-height: 1.5em;
}
.contactForm input[type="text"],.contactForm textarea{
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  display: inline-block;
  width: 99% !important;
  background: rgba(255, 255, 255, 1);
  outline: none;
  color: #555555;
  font-size: 1em;
  border: 1px solid rgb(224, 224, 224);
  -webkit-appearance: none;
}
.contactForm textarea{
  resize:none;
  height:120px;		
}
.contactForm input[type="submit"]{
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  background: #32A2E3;
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  padding: 15px;
  border: none;
  font-size: 1em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  outline: none;
  cursor: pointer;
  float: right;
  width: 25% !important;
  -webkit-appearance: none;
}
.contactForm input[type="submit"]:hover{
  background: #228AC6;
}
.contactForm select {
  margin-top: 1px;
  display: block;
  width: 50% !important;
  padding: 5px;
  font-size: 1em;
  line-height: 1;
  height: 26px;
  -webkit-appearance: none;
}


/* --( OUTLINE )-- */
#containerLogoLOx {
  position:relative;
  display:block;
  z-index: 1;
  vertical-align:text-top;
  width:100%;
  font: 10pt Arial, Helvetica, Sans-serif;
  background:#323232; 
  color: #888888;
  padding: 20px 0px 20px 0px;
  margin:0 auto;
}
  
#containerLogoLO {
  position:relative;
  z-index: 0;
  vertical-align:text-top;
  font: 10pt Arial, Helvetica, Sans-serif;
  background:#323232; 
  color: #888888;
  margin:0 auto;
}
  
#containerLogoLO a {
  text-decoration:none;
  color: #FFFFFF;
}

#containerLogoLO a:hover {
  text-decoration:none;
  color: #888888;
}

#container {
  width:1074px;
  font: 10pt Arial, Helvetica, Sans-serif;
  margin: 0 auto;
}

#containerMainLO {
  z-index: 0;
  width:54%;
  font: 10pt Arial, Helvetica, Sans-serif;
  position: relative;
  margin: 2% auto;
}

#containerMainLeftLO {
  float:left;
  z-index: 0;
  width:22%;
  color: #888888;
  margin-top:5%;
}

#containerMainCenterLO {
  float:left;
  z-index: 0;
  width:60%;
  background:rgba(32,32,32, 0.9);
  margin-top:5%;
}

#containerMainRightLO {
  float:left;
  width:16%;
  margin-top:5%;
}

#containerMainSplitLeftLO {
  float:left;
  z-index: 0;
  width:1%;
  margin-top:5%;
}

#containerMainSplitRightLO {
  float:left;
  z-index: 0;
  width:1%;
  margin-top:5%;
}

#containerFooterLO {
  z-index: 0;
  font: 10pt Arial, Helvetica, Sans-serif;
  line-height: 1em; 
  position: fixed; 
  bottom: 0;
  width:100%;
  text-align: left;
  background:#323232; 
  /*padding: 10px 20px 10px 20px;*/
}

#containerFooterLOxx {
  z-index: 1;
  font: 10pt Arial, Helvetica, Sans-serif;
  line-height: 1em; 
  width:100%;
  text-align: left;
  background:#323232; 
}
#containerFooterLOx {
  background:#323232; 
    position: absolute;
    left: 0;
    bottom: 0;
  line-height: 1em; 
    width: 100%;
  text-align: left;
    overflow:hidden;
}








#top_bar {
  width:100%;
  padding:4px 2px 0px 2px;
  margin-left:10px;
}

#top_bar a {
  padding:0px 2px 0px 2px; 
  font-weight:bold;
  color:#FFFFFF;
  border: 1px solid #777777;
  border-left:2px solid #777777;
  text-transform:uppercase;
  margin-right:0px;
  text-decoration:none;
}

#top_bar a:hover {
  border: 1px solid #777777;
  border-left:2px solid #777777;
  text-decoration:none;
  color:#888888;
  text-decoration:none;
}

#footer_container {
  font: 10pt Arial, Helvetica, Sans-serif;
  height: 1em; 
  position: fixed; 
  bottom: 0;
  width:100%;
  text-align: left;
  background:#323232; 
  padding: 10px 20px 10px 20px;
}

#footnote {
  font-size:8pt;
  padding:15px 0;
  color: #888888;
}

#footnote ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
  
#footnote ul li {
  font-size:8pt;
  padding-bottom:5px;
  border-bottom:dashed 1px #BBBBBB;
  color: #FFFFFF;
}
  
#footnote a {
  text-decoration: none;
  color:#FFFFFF;
}

#footnote a:hover {
  text-decoration: none;
  color:#888888;
}
 
.search {
  background:url('images/search.gif') 0px 0px no-repeat #fff;
  border: solid 1px #aaa;
  padding-left: 22px;
}



/* --( boxes )-- */
/* --( left logged in )-- */
.box_small_top {
  width:224px;
  height:20px;
  margin-top:0px;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:3px;
  padding-left:0px;
  color:#888888;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  letter-spacing:-1px;
  border-bottom: solid 1px #005C00;
}

.box_small_mid
{ width:224px;
  margin-top:3px;
}

.box_small_end {
  width:224px;
  height:10px;
  margin-bottom:0px;
}

/* --( left logged out )-- */
.boxLeftTopLO {
  height:20px;
  padding-top:10px;
  padding-bottom:3px;
  color:#888888;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  letter-spacing:-1px;
  border-bottom: solid 1px #005C00;
}

.boxLeftMidLO {
}

.boxLeftEndLO {
  height:12px;
  margin-bottom:20px;
}

.box_n_small_top {
  height:20px;
  padding-top:10px;
  padding-bottom:3px;
  color:#888888;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  letter-spacing:-1px;
  border-bottom: solid 1px #005C00;
}

.box_n_small_mid {
}

.box_n_small_end {
  height:12px;
  margin-bottom:20px;
}

/* --( center logged in )-- */
.box_med_top {
  width:630px;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:3px;
  /*margin-left:22px;*/
  margin-left:0px;
  color:#888888;
  overflow:hidden;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  letter-spacing:-1px;
  border-bottom: solid 1px #476DBA;
}

.box_med_mid {
  width:640px;
  /*padding:3px 10px 10px 10px;*/
  /*margin-left:12px;*/
  padding:3px 10px 10px 0px;
  margin-left:0px;
  align:center;
}

.box_med_end {
  width:640px;
  height:20px;
  margin-left:12px;
  margin-bottom:0px; 
}

/* --( center logged out )-- */
.boxCenterTopLO {
  padding-bottom:4px;
  color:#888888;
  font:bold 1.35em Arial, Helvetica, Sans-serif;
  letter-spacing:-1px;
  text-size-adjust: auto;
  border-bottom: solid 1px #476DBA;
  margin:8px 12px 0px 12px;
}

.boxCenterMidLO {
  padding-top:8px;
  text-size-adjust: auto;
  margin:0px 12px 8px 12px;
}

.boxCenterEndLO {
  height:20px;
  text-size-adjust: auto;
}

.box_n_med_top { 
  padding-bottom:4px;
  color:#888888;
  font:bold 1.35em Arial, Helvetica, Sans-serif;
  letter-spacing:-1px;
  text-size-adjust: auto;
  border-bottom: solid 1px #476DBA;
  margin:8px 12px 0px 12px;
}

.box_n_med_mid {
  padding-top:8px;
  text-size-adjust: auto;
  margin:0px 12px 8px 12px;
}

.box_n_med_end { 
  height:20px;
  text-size-adjust: auto;
}

.box_wl_top {
  //width:1054px;
  height:20px;
  padding-top:10px;
  padding-right:0px;
  padding-bottom:3px;
  padding-left:0px;
  color:#888888;
  overflow:hidden;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  letter-spacing:-1px;
  //background:#323232; 
  border-bottom: solid 1px #476DBA; }

.box_wl_mid
{ //width:1054px;
  padding-top:3px;
  //background:#323232; }

.box_wl_end
{ //width:1054px;
  height:20px;
  //background:#323232; 
  margin-bottom:0px; }



/* --( left column - logged in )-- */
.box_left_top
{ width:216px;
  height:20px;
  margin-top:10px;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:3px;
  padding-left:0px;
  color:#888888;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  letter-spacing:-1px;
  //background:#323232; 
  border-bottom: solid 1px #005C00; }

.box_left_mid
{ width:224px;
  padding-top:3px;
  //background:#323232; }

.box_left_end
{ width:224px;
  height:10px;
  //background:#323232; 
  margin-bottom:0px; }

/* --( left column - not logged in )-- */
.box_n_left_top
{ 
  height:20px;
  padding-top:10px;
  padding-bottom:3px;
  color:#888888;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  letter-spacing:-1px;
  //background:#323232; 
  border-bottom: solid 1px #005C00; }

.box_n_left_mid
{ 
  /*padding-top:3px;*/
}

.box_n_left_end
{ 
  height:10px;
  margin-bottom:20px; }


/* --( right logged in )-- */
.box_right_top
{ width:142px;
  height:20px;
  margin-top:3px;
  padding-top:10px;
  padding-left:0px;
  padding-bottom:3px;
  padding-left:0px;
  color:#888888;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  letter-spacing:-1px;
  //background:#323232; 
  border-bottom: solid 1px #005C00; }

.box_right_mid
{ width:150px;
  padding-top:3px;
  padding-left:10px;
/* --HERE TOP LINE-- */
  //background:#323232; }

.box_right_end
{ width:150px;
  height:10px;
  //background:#323232; 
  margin-bottom:0px; }

/* --( right logged out )-- */
.boxRightTopLO {
  height:20px;
  padding-top:10px;
  padding-bottom:3px;
  color:#888888;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  letter-spacing:-1px;
  border-bottom: solid 1px #005C00;
}

.boxRightMidLO {
}

.boxRightEndLO {
  height:10px;
  margin-bottom:20px;
}

.box_n_right_top
{ 
  height:20px;
  padding-top:10px;
  padding-bottom:3px;
  color:#888888;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  letter-spacing:-1px;
 border-bottom: solid 1px #005C00; }

.box_n_right_mid
{ 
}

.box_n_right_end
{ 
  height:10px;
  margin-bottom:20px; }

.box_n_rightx_top
{ width:142px;
  height:20px;
  padding-top:10px;
  padding-left:10px;
  padding-bottom:3px;
  padding-left:0px;
  color:#888888;
  font:bold 14pt Arial, Helvetica, Sans-serif;
  letter-spacing:-1px;
  border-bottom: solid 1px #005C00; }

.box_n_rightx_mid
{ width:160px;
  padding-top:3px;
}

.box_n_rightx_end
{ width:150px;
  height:10px;
  margin-bottom:20px; }


/* --( input/profile/login )-- */
input.search
{ background:url('images/top_search.png') #FFFFFF 0 0 no-repeat;
  font: 9pt Arial, Helvetica;
  width:97px;
  height:19px;
  border:none;
  padding:2px 35px 0 25px;
  margin:0;}

input.username { 
  background-color: #383838;
  border: 1px #666666 solid;
}

input.password {
  background-color: #383838;
  border: 1px #666666 solid;
}

/* --( category browser )-- */
/* 1. Drill Down */
.category
{ line-height: 1.76;
  color: #333;
  margin-left: 0px;
  padding: 0 0 5px 0px; }

.sub_category
{ color: #333;
  line-height: 1.76; }

.cur_category
{ color: #000;
  font-weight:bold;
  line-height: 1.76; }

.category_num
{ font-size:8pt }
  
/* 2. Tree View */
ul.category_browser , .category_browser ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.category_browser li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(../_common/images/cat.gif) no-repeat left center;
list-style: none;
padding-left: 22px;
margin-bottom: 3px;
}

.category_browser li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../_common/images/list.gif) no-repeat left 1px;
cursor: pointer !important;
}

.category_browser li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.category_browser .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.category_browser_num
{ font-size:8pt; }
/* --( end of browser )-- */ 
 
/* SLIDER 1 -- featured content -- */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/* width: 530px; */ /*width of featured content slider*/
/* height: 150px; */
width: 640px; /*width of featured content slider*/
height: 300px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 640px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
-ms-filter:"progid:DXImageTransform.Microsoft.alpha(opacity=100)";
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 510px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #323232; /* initial color #e3e0e0 */
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D; /* initial color #00007D */
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF; /* initial color #FFFFFF */
background-color: #393939; /* initial color #7d78f0 */
}

.feat_box .title a
{ padding: 5px 0;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  color:#FFFFFF;
  letter-spacing:-1px; }


/* -- ( lightbox )-- */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('../_common/images/1x1t.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('../_common/images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('../_common/images/nextlabel.gif') right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	-ms-filter:"alpha(opacity=60)";
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
ul.account li
{ margin-bottom:20px }


/* --( Password Strength )-- */
#passwordStrength
{	
	font-size:8pt;
	height:13px;
	display:block;
}

.strength0
{
	width:222px;
	background:#323232;
}

.strength1
{
	color:#fff;
	width:100px;
	background:#999999;
}

.strength2
{
	color:#fff;
	width:125px;
	background:#ff0000;
}

.strength3
{
	color:#fff;
	width:150px;	
	background:#ff5f5f;
}

.strength4
{
	color:#fff;
	width:175px;
	background:#56e500;
}

.strength5
{
	color:#fff;
	background:#4dcd00;
	width:200px;
}

.strength6
{
	color:#fff;
	background:#399800;
	width:225px;
}

.rate_code
{ border:solid 1px #000;
  color: green;
  background:#ffc;
  font: 10pt "Courier New", Courier;
  padding:3px;
}


/* --( Cat All List )-- */
.cat_all_top
{ font-size:10pt;
   font-weight: bold;
   /* background:url('images/cat.gif') 0 0 no-repeat; */
   padding-left:10px; }
  
.cat_all_sub
{ font-size:8pt;
  padding-left:25px; }

.cat_all_sub a
{ color: #E2E2E2;
   text-decoration: none }

.cat_all_sub a:hover
{ color: #999999;
   text-decoration: underline }



/* --( Media Queries )-- */
@media only screen and (max-width: 1824px) {
  #containerMainLO {
    width:60%;
  }
  #containerMainLeftLO {
    position: relative;
    margin: 5% auto;
  }
  #containerMainCenterLO {
    position: relative;
    margin: 5% auto;
  }
  #containerMainRightLO {
    position: relative;
    margin: 5% auto;
  }
}
@media only screen and (max-width: 1366px) {
  #containerMainLO {
    width:74%;
  }
}
@media only screen and (max-width: 1280px) {
  #containerMainLO {
    width:84%;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
  #containerMainLO {
    width:90%;
  }
  #containerMainLeftLO {
    float:none;
    width:100%;
  }
  #containerMainCenterLO {
    float:none;
    width:100%;
  }
  #containerMainRightLO {
    float:none;
    display:none;
  }
  #containerMainSplitLeftLO {
    display:none;
  }
  #containerMainSplitRightLO {
    display:none;
  }
  #containerFooterLO {
    font: 7pt Arial, Helvetica, Sans-serif;
    text-align: center;
  }
  .contactForm select {
    width: 100% !important;
  }
  .loginForm input[type="text"],.loginForm input[type="password"] {
    width: 100% !important;
  }
  .lostForm input[type="text"] {
    width: 100% !important;
  }
  .resetForm input[type="text"],.resetForm input[type="password"] {
    width: 98% !important;
  }
  .resetFormChild input[type="text"],.resetFormChild input[type="password"] {
    width: 50% !important;
  }
  .registrationStepTwoForm input[type="text"],.registrationStepTwoForm input[type="password"] {
    width: 100% !important;
  }
  .registrationStepTwoForm select {
    width: 88% !important;
  }
  .registrationForm input[type="text"],.registrationForm input[type="password"] {
    width: 98% !important;
  }
  .registrationFormChild input[type="text"],.registrationFormChild input[type="password"] {
    width: 50% !important;
  }
  .registrationForm select {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 320px) {
}

