﻿.galInfo
{
    width: 35px;
    height: 71px;
    position: absolute;
    top: 110px;
    right: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 35px 0 0 35px;
    z-index: 15000;
}

.galInfoOpen 
{
	background-color: #32b9ff;
}

.galInfo .galHideInfo 
{
	background-image: url('/App_Themes/default/InfoBox/arrowRight.png') !important;
	background-repeat: no-repeat;
	background-position: 12px 34px;
}

.galInfoContent 
{
	width: 480px;
	height: 500px;
}

/* Info content round button IE6-IE8 hacks */
.galInfoContent .RadButton 
{
	*background-image: url('/App_Themes/default/InfoBox/infoButtonOld.png') !important;
	*background-position: 0 0;
}

.galInfoContent .RadButton:hover
{
	*background-position: -37px 0;
}

.galInfoContent .RadButton.galHideInfo 
{
	*background-image: url('/App_Themes/default/InfoBox/arrowRight.png') !important;
	*background-position: 12px 34px;
}

@media \0screen {
  .galInfoContent .RadButton 
		{
			background-image: url('/App_Themes/default/InfoBox/infoButtonOld.png') !important;
			background-position: 0 0;
		}
   .galInfo .galInfoContent .RadButton:hover
		{
			background-position: -37px 0;
		}
   .galInfoContent .RadButton.galHideInfo 
		{
			background-image: url('/App_Themes/default/InfoBox/arrowRight.png') !important;
			background-position: 12px 34px;
		}
}
/* End Info content round button IE6-IE8 hacks */

.galLinks 
{
	border-top: 1px solid #fff;
	margin: -32px 0 0 40px;
	color: #fff;
}
.galLinks p
{
    font-size: small;
}
.galLinks h2
{
    font-size: 22px;
    font-weight: normal;
}

.galLinks h3 
{
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}

.galLinks a 
{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	width: 150px;
}

.galLinks a:hover 
{
	text-decoration: underline;
}

.galLinks .galSrcCode 
{
	font-size: 30px;
	width: 300px;
	height: 34px;
	line-height: 30px;
	background: url('/App_Themes/default/InfoBox/srcCodeArrowDown.gif') no-repeat 0 0;
	padding-left: 44px;
}