.product_main_area {
  width:710px;
  margin-top:10px; 
  padding: 0px 33px 10px 0px;
  float:left;
  border-right: 2px solid #c3c3c3;
  /* background-color:aliceblue; */
} 

.product_main_area ul {
  padding: 4px 24px 10px 18px;
}

.product_main_area li {

  margin-left:8px;
  padding-bottom:4px;
  padding-top:4px;

  list-style-type: disc;
  list-style-position:outside;    
  
  line-height: 120%;  
}


.product_side_bar {
  
  margin-top:10px; 
  width: 198px; 
  padding: 0px 25px 0 25px;
  font-size:13px;
  float:right;
/*   border:1px solid grey  */
}  

.product_link_title {
  font-weight: bold;
  font-size:14px;
}

.product_link_box {
  width:199px; border:none; margin:0 0 20px 0;
}

.product_link_box_hdr_img {
  border-bottom: 1px solid #bfbfbf;
}

.product_links_ul {
  margin: 8px 0 8px 15px; 
  /* background-image: url(img/products/dropdown_arrow.png); */
} 

.product_links_ul li {
  margin-bottom: 6px; 
}

.product_sidebar_text {
  margin:15px 0; 
}
  /* Dropdown control */
.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: solid 1px #BBB;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #F2F2F2;
    background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(../js/jquery-selectBox/jquery.selectBox-arrow.gif) 50% center no-repeat;
    border-left: solid 1px #BBB;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 300px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #B8E1F6;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 20px 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
    
}

.selectBox-options LI:first-child {
  font-weight: bold
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

/*
.sc_div {
  margin: 0 0 10px -22px; 
  padding: 0 0 16px 22px; 
  width:993px;
  background-color:black
} 
.sc_main_table {
  border: 2px solid #3c3c3c;
  background-color: black; 
}

#sc_col_tn {
  border-right: 2px solid #3c3c3c;
}

.sc_column_3 {
  background-color: black;
  
}

.sc_div3_scroll {
  color: #AAAAAA;
  border-left: 2px solid #3c3c3c;
  padding: 4px 0 0 10px;  
}

.sc_column_3_title {
  padding: 6px 0 0 10px;  
  height:  23px;
  color: white;
  background-color: #606060;
  font-size: 14px;
  font-family: open_sans_text, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.sc_studio {
  line-height: 140%;
  margin-top: 0;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sc_studio_name {
  color: white;
}

.sc_studio_location {
  color: #C0C0C0;
}

.scdiv_caption {
  color: white;
  margin: 4px 0 0 4px;
  font-size: 14px;
  font-family: open_sans_text, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  clear: both;
}

.sc_big_div {
  background-color: black;
}

.sc_big_img {
  border:2px solid white;
  margin:0px;
}

.scdiv_caption a {
  color:white;
  
}

.sc_tn_active {
  border: 2px solid white;
}

.sc_tn_inactive {
  border: 1px solid #828282;
}


*/

#scdiv {
  margin: 0 0 20px 0; 
  padding: 0 0 16px 0; 
  width:993px;
  background-color:white
}


.sc_main_table {
  border: 1px solid #c3c3c3;
  background-color: white; 
}

#sc_col_tn {
  border-right: 1px solid #c3c3c3;
  background-color: #ebebeb;
}

.sc_column_3 {
  background-color: white;
}

.sc_div3_scroll {
  color: #AAAAAA;
  border-left: 1px solid #c3c3c3;
  padding: 4px 0 0 10px;  
}

.sc_column_3_title {
  padding: 6px 0 0 10px;  
  height:  22px;
  color: black;
  background-color: white;
  font-size: 14px;
  font-family: open_sans_text, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-left: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}

.sc_studio {
  line-height: 140%;
  margin-top: 0;
  font-size: 13px;
  font-family: open_sans_text, Verdana, Arial, Helvetica, sans-serif;
}

/* sc_studio_name can apply to "a" or "span" tags */
a.sc_studio_name, span.sc_studio_name {
  color: black;
}

/* hover only applies to linked sc_studio_name "a" elements */
a.sc_studio_name:hover {
  color: black;
  text-decoration: underline;
  cursor: pointer;
}


.sc_studio_location {
  color: #8a8a8a;
}

.scdiv_caption {
  color: black;
  margin: 4px 0 0 4px;
  font-size: 14px;
  font-family: open_sans_text, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  clear: both;
}

.sc_big_div {
  background-color: white;
}

.sc_big_img {
  border:2px solid black;
  margin:0px;
}

.scdiv_caption a {
  color:black;
  
}

.sc_tn_active {
  
  border-width: 3px 9px;
  border-color: #4db4e7;
  border-style: solid;
  left: 2px;
  
}

.sc_tn_inactive {
  border: 1px solid #888888;
  left: 10px;
}

.sch_main_div {
  border: 1px solid #c3c3c3; 
  padding: 13px 0px 0px 0px;
  margin-bottom:30px;
  width: 991px;
}