@CHARSET "ISO-8859-1";
.browse-generic
{
	padding: 5px 0 0 0;
    position: relative;
    margin-left:0px;
    width: 100%;
}
.main_accordionPanel
{
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 1px 3px #85B8D7;
}
.browse-generic .accordionPanel
{
	margin: 10px;
	font-size: 12px;
	/*background-image: url(images/generic_name_bg.gif);*/
	background-repeat: no-repeat;
	text-align: 25px;
	color: #333333;
	font-weight: bold;
}
.button
{
	background: url(images/plus.png) no-repeat scroll 0 0;
	color: #43f448;
	outline: none medium;
	width: 30px;
	border: none;
	height: 20px;
	font-size: 1px;
	text-align:center;
	line-height:20px;
	font-weight: bold;
	cursor: hand;
}
.button_close
{
	background: url(images/minus.png) no-repeat scroll 0 0;
	outline: none medium;
	width: 30px;
	border: none;
	height: 20px;
	font-size: 1px;
	text-align:center;
	line-height:20px;
	font-weight: bold;
	color: #ff101a;
	cursor: hand;
}
	
div#tmpSlideshow {
    padding: 5px 0 0 0;
    position: relative;
    margin-left:0px;
    width: 100%;
    /*border: 1px solid rgb(200, 200, 200);*/
}
div.tmpSlide {
    /*position: absolute;
    top: 0;
    left: 0; */
    width: 100%;

    display: none;
}
div.tmpSlide img {
    /*float: right;
    margin: 10px 15px 0 5px;
    width: 560px; */
    
}
div#tmpSlideshowControls {
    margin-left: 0;
    margin-bottom: 0;
    overflow: hidden;
    margin-top: 20px;
}
div.tmpSlideshowControl {
    float: left;
    margin: 0 5px 5px 0;
    width: 25px;
    height: 25px;
    color:#3C3C3C;
    text-align: center;
    cursor: pointer;
	font-weight:bold;
	border:#cccccc 1px solid;
	border-radius:3px;
}
div.tmpSlideshowControl span {
    
    vertical-align: middle;
}
div.tmpSlideshowControlOn {

   background-color:#0c4da2; border:#0c4da2 1px solid; color:#ffffff; text-decoration:none;
}
div.tmpSlideshowControlActive {
  background-color:#0c4da2; border:#0c4da2 1px solid; color:#ffffff; text-decoration:none;
}
div.tmpSlideCopy {
   	padding-top: 10px;
    width: 100%;
}
div.generic-tmpSlideCopy {
	padding-top: 0px;
    width: 100%;
}
div#tmpSlideshow h1 {
    color: #333333;
    font-size:18px;
	line-height:24px;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font-size:14px;
    font-weight:normal;
}
#trade-names {
    border-top: 1px solid #CCCCCC;
    margin: 5px 0 0;
    text-align: center;
}
#generic-trade-names {
    border-top: 1px solid #CCCCCC;
    margin: 5px 40px 10px;
    text-align: center;
}
#generic-trade-names ul {
    list-style: none outside none;
    padding:0;
    overflow: hidden;
}
#generic-trade-names li {
    color: #999999;
    display: block;
    float: left;
    font-size: 11px;
    margin: 0 5px;
    position: relative;
    text-align: left;
    width: 150px;
    z-index: 500;

}
#generic-trade-names li a {
    color: #3C3C3C;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    line-height: 24px;
}
#generic-trade-names li a:hover {
    color: #0C4DA2;
    text-decoration: none;
}
#trade-names ul {
    list-style: none outside none;
    padding: 0;
}
#trade-names li {
    color: #999999;
    display: block;
    float: left;
    font-size: 11px;
    margin: 0 5px;
    position: relative;
    text-align: left;
    width: 150px;
    z-index: 500;

}
#trade-names li a {
    color: #0c4da2;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 24px;
}
#trade-names li a:hover {
    color: #0C4DA2;
    text-decoration: none;
}
