.collapsePanelHeader{
    width: 190px;
    height: 26px;
    color: Yellow;
    background-color: #3366CC;
    float: left;
    cursor: pointer;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: White;
    text-align: left;
}
.collapsePanel{
    width: 190px;
    height: 0px;
    background-color: white;
    overflow: hidden;
    vertical-align: top;
    float: left;
    margin-bottom: 4px;
}
.slidertable
{
    width: 100%;
}
.slidercategory
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000080;
    background-color: #99CCFF;
    height: 12px;
    padding: 2px;
    text-align: center;
}
.fromto
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    height: 12px;
    background-color: #99CCFF;
    text-align: center;
}
.sliders
{
    background-color: #FFFFFF;
    width: 90px;
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 2px;
}
.valueboxes
{
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    background-color: #E6F2FF;
    text-align: center;
    width: 60px;
}
.menu2{
font-family: verdana; width:160px; height:180px; position:relative; font-size:11px; margin:30px 0; z-index:100;
text-align:left;
}
.menu2 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #eee;
    width: 160px;
    height: 180px;
    border: 1px solid #3366FF;
}
.menu2 ul li {
float:left;
}
.menu2 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:100px;
}
        .line
        {
            font-family: Verdana;
            text-align: left;
            font-size: 14px;
            font-weight: bold;
            font-style: italic;
        }
        .datalabels
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            padding: 2px 2px 2px 6px;
            width: 80px;
            color: #3366CC;
        }
        .tabledata
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            padding: 4px;
        }
        .categorylabel
        {
            font-family: Verdana;
            font-size: 11px;
            color: #000080;
            background-color: #FFFF99;
        }
        .shipamenities
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            padding: 2px;
            width: 600px;
        }

.gallery a:link {
	border: 1px solid #DFF4FF;
	display: block;
	text-decoration: none;
	vertical-align: middle;
	color: #000000;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.gallery a:visited 
{
	background-color: #66FF99;
}
.gallery a:hover 
{
	background-color: #E6F2FF;
}
.gallery a:focus 
{
	background-color: #0066CC;	
}
.gallery a:active 
{
	background-color: #0066CC;	
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	cursor: pointer;
	background-color: #006699;
}

#thumbBox .footerbar{
	/*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Verdana;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #006699;
}

#thumbLoading{
	/*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
	visibility: hidden;
	border: medium solid #3366FF;
	background-color: #FFFFFF;
	padding: 5px;
	z-index: 5;
	font-family: Verdana;
	color: #3366FF;
}

#th {
	border: medium solid #66FF00;
}

#th a:link {
	display: block;
	padding: 4px;
	margin: 4px;
	
}
#th a:hover {
	border: medium solid #FF0000;
}
.textboxcomment
        {
	margin: 4px;
	width: 160px;
}
.commentbox 
{
	padding: 2px;
	width: 587px;
	height: 120px;
}
.btns a:hover {
	background-color:Purple;
}