/* Text style definitions. */
h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #3e647e;
	overflow:hidden;
}
h2 {
	font: italic bold 15px Arial, Helvetica, sans-serif;
	color: #3e647e;
	border-bottom: thin solid #3e647e;
	background: #E6E6E6;
	padding: 2px;
	margin-top: 5px;
	overflow:hidden;
}
h3 {
	font: italic bold 15px Arial, Helvetica, sans-serif;
	color: #3E647E;
	border-bottom: 1px solid #CCCCCC;
	overflow:hidden;
}
.h3Drop {
	margin-bottom: -15px;
}
h4 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #3e647e;
	line-height: 16px;
}
h5 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
h6 {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #3e647e;
}
p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #3e647e;
}
.open {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #3e647e;
	line-height: 0.6cm;
}
.SmTxt {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #3e647e;
}
.SmRedTxt {
	color:red; 
	font-size:10px;	
}
.TextAlertRed {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.BigTxt {
	font: bold 16px Arial, Helvetica, sans-serif;
	font-size: 16px; !important
	color: #3e647e;
}

img  { 
       image-rendering: optimizeQuality;  /* Firefox 3.6 */
       -ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0+ */
     }
	 
	 /* applies to GIF and PNG images */

img[src$=".gif"], img[src$=".png"] {

                   image-rendering: -moz-crisp-edges;         /* Firefox 3.6 */
                   -ms-interpolation-mode: nearest-neighbor;  /* IE 7+ */
                 }
				 

/* Hyper link colors*/
a:link {color: #003c79; font-weight:bold; text-decoration:none; !important}
a:visited {color: #3e647e; font-weight:bold; text-decoration: none; !important}
a:hover {color: #0067c5; font-weight:bold; text-decoration: underline; !important}
a:active {color: #5998c8; font-weight:bold; text-decoration: underline; !important}

.button a:link {
	background: #3E647E url(../images/BTN2-BkgUP.png) repeat-x;
	height: 16px;
	padding: 3px 10px;
	margin: 0px 5px;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-top: 2px #588BAD solid;
	border-bottom: 3px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 3px #4D7D9D solid;
}
.button a:visited {
	background: #3E647E url(../images/BTN2-BkgUP.png) repeat-x;
	padding: 3px 10px;
	margin: 0px 5px;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-top: 2px #588BAD solid;
	border-bottom: 3px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 3px #4D7D9D solid;
}
.button a:hover {
	background: #236998 url(../images/BTN2-BkgHV.png) repeat-x;
	padding: 3px 10px;
	margin: 0px 5px 0px 5px;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-top: 2px #588BAD solid;
	border-bottom: 3px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 3px #4D7D9D solid;
}
.button a:active {
	background: #1B4F72 url(../images/BTN2-BkgDN.png) repeat-x;
	padding: 2px 10px 4px 10px;
	margin: 0px 4px 0px 6px;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-top: 3px #588BAD solid;
	border-bottom: 2px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 3px #4D7D9D solid;
}

.button2 a:link {
	background: #3E647E url(../images/BTN2-BkgUP.png) repeat-x;
	padding: 1px 10px;
	margin: 2px 5px;
	height:16px;
	display: inline-block;
	color:#FFFFFF !important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none!important;
	border-top: 2px #588BAD solid;
	border-bottom: 3px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 3px #4D7D9D solid;
}
.button2 a:visited {
	background: #3E647E url(../images/BTN2-BkgUP.png) repeat-x;
	padding: 1px 10px;
	margin: 2px 5px;
	height:16px;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none!important;
	border-top: 2px #588BAD solid;
	border-bottom: 3px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 3px #4D7D9D solid;
}
.button2 a:hover {
	background: #236998 url(../images/BTN2-BkgHV.png) repeat-x;
	padding: 0px 10px 2px 10px;
	margin: 2px 5px;
	height:16px;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none!important;
	border-top: 2px #588BAD solid;
	border-bottom: 3px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 3px #4D7D9D solid;
}
.button2 a:active {
	background: #1B4F72 url(../images/BTN2-BkgDN.png) repeat-x;
	padding: 1px 10px 1px 10px;
	margin: 2px 5px 2px 5px;
	height:16px;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none!important;
	border-top: 3px #588BAD solid;
	border-bottom: 2px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 3px #4D7D9D solid;
}

.button3 a:link {
	background: #3E647E url(../images/BTN2-BkgUP.png) repeat-x;
	padding: 1px 10px;
	margin: 1px 5px;
	height: 15px;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-top: 2px #588BAD solid;
	border-bottom: 2px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 2px #4D7D9D solid;
	overflow:hidden;
}
.button3 a:visited {
	background: #3E647E url(../images/BTN2-BkgUP.png) repeat-x;
	padding: 1px 10px;
	margin: 1px 5px;
	height: 15px;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-top: 2px #588BAD solid;
	border-bottom: 2px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 2px #4D7D9D solid;
}
.button3 a:active {
	background: #1B4F72 url(../images/BTN2-BkgDN.png) repeat-x;
	padding: 1px 10px 1px 10px;
	margin: 1px 5px 1px 5px;
	height: 15px;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-top: 1px #588BAD solid;
	border-bottom: 2px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 2px #4D7D9D solid;
}
.button3 a:hover {
	background: #236998 url(../images/BTN2-BkgHV.png) repeat-x;
	padding: 0px 10px 2px 10px;
	margin: 2px 5px 0px 5px;
	height: 16px;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-top: 2px #588BAD solid;
	border-bottom: 2px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 2px #4D7D9D solid;
}

.button4 a:link {
	background: #3E647E url(../images/BTN2-BkgUP.png) repeat-x;
	padding: 1px 10px;
	margin: 2px 5px;
	height:22px;
	display: inline-block;
	color:#FFFFFF !important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none!important;
	border-top: 2px #588BAD solid;
	border-bottom: 3px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 3px #4D7D9D solid;
}
.button4 a:visited {
	background: #3E647E url(../images/BTN2-BkgUP.png) repeat-x;
	padding: 1px 10px;
	margin: 2px 5px;
	height: inherit;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none!important;
	border-top: 2px #588BAD solid;
	border-bottom: 3px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 3px #4D7D9D solid;
}
.button4 a:hover {
	background: #236998 url(../images/BTN2-BkgHV.png) repeat-x;
	padding: 0px 10px 2px 10px;
	margin: 2px 5px;
	height: inherit;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none!important;
	border-top: 2px #588BAD solid;
	border-bottom: 3px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 3px #4D7D9D solid;
}
.button4 a:active {
	background: #1B4F72 url(../images/BTN2-BkgDN.png) repeat-x;
	padding: 1px 10px 1px 10px;
	margin: 2px 5px 2px 5px;
	height: inherit;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none!important;
	border-top: 3px #588BAD solid;
	border-bottom: 2px #315064 solid;
	border-right: 2px #385A72 solid;
	border-left: 3px #4D7D9D solid;
}
.button4 p {
	margin: 0px;
}


/* Wrapper Styles */
body {
	background: #3e647e url(../images/bkg-border-all.gif) repeat-y center top;
	margin: 0px;
	padding:0px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3e647e;

}
body.wrapper{
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	left: auto;
	right: auto;
	top: 0px;
	bottom: 0px;
	/*height: 100%;*/
} 
.banner {
	align: center;
	left: auto;
	top: 0px;
	right: auto;
	margin: 0px;
	padding: 0px;
}
.zipclip-1 {
	z-index: -1;
	margin-bottom: 30px;
}
.zipclip-1full {
	z-index: -1;
	margin-bottom: 15px;
	margin-top: 15px;
}
#leftcol{
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 30px;
	float: left;
	width: 520px;
	/*border: 1px #555555 solid;*/
	overflow: visible;	
} 
#rightcol{
	position: relative;
	padding: 0px 0px 10px 0px;
	min-height: 350px;
	float: right;
	width: 250px;
	top: 10px;
	font: 12px Arial, Helvetica, sans-serif;
}
.rightcol {
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
	float: right;
	width: 250px;
	font: 12px Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.RightColDiv {
	float:left;
	clear:left;
	overflow:hidden;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 5px 0px;
}
#fullpage{
	float:left;
	width: 770px;
	height: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px 65px 0px 65px;
	clear: both;
	overflow: hidden;
}
.fullpageDiv {

	width: 770px;
	padding: 0px 0px 35px 0px;
	margin: 0px;
	overflow: visible;
}
.PressReleaseDiv {
	padding: 35px 0px 0px 0px;
	width:100%;
	float:left;
	clear: both;
	overflow:visible;
}

/* Hyper link colors*/
.PressReleaseDiv p a:link {color: #003c79; font-weight:bold; text-decoration:none; !important}
.PressReleaseDiv p a:visited {color: #3e647e; font-weight:bold; text-decoration:none !important;}
.PressReleaseDiv p a:hover {color: #0067c5; font-weight:bold; text-decoration: underline; !important}
.PressReleaseDiv p a:active {color: #5998c8; font-weight:bold; text-decoration: underline; !important}


.RHpadding{
	margin-top: 10px;
	margin-bottom: 5px;
}
.floatR{
	float: right;
	margin: 3px 0px 10px 10px;
}
.floatL{
	float: left;
	margin: 0px 10px 10px 0px;
}	

.current {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #3e647e;
	line-height: 0.6cm;
	clear: left;
}

.NavBar {
	width: 900px; 
	height: 26px; 
	padding: 0px; 
	margin: 0px; 
	background-image: url(http://www.fhl.org/images/fhl-navBarBKG.gif);
	overflow: hidden;
}
.NavImg {
	padding: 0px; 
	margin: 0px;
	border: none;
	outline: none;	
}
.footer {
	margin: 20px auto 20px auto;
	padding: 10px 5px 5px 5px;
	overflow: visible;
	width: 770px;
	text-align: center;
	border-top: 1px #3e647e solid;
	clear: both;

}
.NoDeco {
	text-decoration: none;
	font-weight: bold;
}

.NewsFlashes {
	margin: 0px 0px 0px 0px;
	padding: 21px 0px 0px 25px;
	float: left; 
	width: 240px;
	height: auto;
	position: relative;
	overflow: visible;
}
.HomeNewsFlash {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 215px;
	height: 120px;
	float: left;
	clear: left;
	/*border: 1px solid #3E647E;*/
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #3e647e;
	line-height: 0.4cm;
	overflow: visible;
	position: relative;
}
.HomeNewsImg {
	width: 85px; 
	height:70px; 
	overflow: hidden; 
	float: left; 
	margin: 2px 5px 0px 0px;
	border: 1px #3E647E solid;
}
.HomeNewsFlashText {
	font: italic bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #3e647e;
	/*background-image:url(../images/BTN2-BkgUP.png);
	background-repeat: repeat-x;*/
	border-bottom: 4px solid #E6E6E6;
	padding: 3px 3px 4px 4px;
	margin: 0px 0px 5px 0px;
	clear:left;
}
.HomeNewsFlashText a:link {
	text-decoration:none;
	color:#FFF;
}
.HomeNewsFlashText a:visited {
	text-decoration:none;
	color:#FFF;
}
.HomeNewsFlashText a:hover {
	text-decoration:none;
	color: #D2E9FF;
}

.MiddleCol {
	padding: 0px 20px 0px 20px;
	margin: 20px 0px 10px 0px;
	width: 310px;
	height: auto; 
	float: left;
	border: 1px solid #CCCCCC;
	border-top: none;
	border-bottom: none;
	position: relative;
	overflow: visible;
}
.colapse {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}
.alertcolumnL {
	width: 350px; 
	padding: 0px 0px 25px 0px; 
	margin: 0px 0px 0px 0px; 
	float: left;
	clear: left;
}
.alertcolumnR {
	width: 350px; 
	padding: 0px 0px 25px 0px; 
	margin: 0px 0px 0px 0px; 
	float: right;
	clear: right;
}
.TreasureIMG {
	float: right;
	border: 2px #3e647e solid;
	margin: 0px 0px 20px 15px;
	clear: right;
}
.TreasureTN {
	border: 2px #3e647e solid;
	float: right;
	clear: right;
	margin: -15px 10px 0px 10px;
}
.TreasureTNCON {
	border: 2px #3e647e solid;
	float: right;
	clear: right;
	margin: -15px 10px 0px 10px;
	width: 75px;
	height:60px;
	overflow:hidden;
}
.TreasureNAV {
	padding: 15px 0px 10px 0px;
	margin: 0px 0px 0px 10px;
	height: 50px;
}
.TreasureGAL {
	margin: 7px 0px 0px 7px;
	border: 2px #3e647e solid;
}
.TreasureGALDiv {
	padding: 0px;
	float: left;
}
.TreasureGALLg {
	border: 2px #3e647e solid;
}

.PresAlertSect {
	float: left; 
	clear: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.BlueBorderFL {
	border: 1px #3E647E solid;
	margin: 0px 10px 5px 0px;
	float: left;
}
.BlueBorderFR {
	border: 1px #3E647E solid;
	margin: 0px 0px 5px 10px;
	float: right;
}
.ThumbImgCon {
	overflow: hidden;
	width: 90px; 
	height:70px; 
	float: left; 
	margin: 5px 5px 0px 0px;
	border: 1px #3E647E solid;
}

.FullPageDoubleCol {
	width:350px;
	float:left;
	clear: none;
	margin: 10px 35px 0px 0px;
}
.MemberBoxes {
	width:250px; 
	float: left; 
	clear: left; 
	border: 1px #3E647E solid;
	line-height: 150%;
	margin: -1px 0px 0px 0px;
}

.GalleryCon {
	border: 1px #CCCCCC solid; 
	width: 200px;
	height: 532px;  
	float: left; 
	overflow: hidden;
	background-color: #EEEEEE; 
	margin: 0px 20px 30px 0px;
	padding: 0px 0px 8px 0px;
}
.GalleryThumbDiv a {
	float:left;
	margin: 5px 0px 0px 5px;
	border: 2px #3e647e solid;
	height: 30px;
	width: 30px;
	overflow: hidden;
}

.GalleryThumbDiv a:hover {
	border: 2px #F60 solid;
}
.GalleryThumbDiv a:focus {
	border: 2px #F90 solid;
}
.GalleryThumbDiv a:active {
	border: 2px #F90 solid;
}
.GalleryThumb40 {
	margin: -5px 0px 0px -5px;
}
.GalleryThumb40Lg {
	margin: -5px 0px 0px -5px;
	vertical-align:middle;
	}
.GalleryDis {
	margin: 0px 0px 30px 0px; 
	border: 1px #CCCCCC solid; 
	width: 540px;
	height: 540px; 
	float: left;
	vertical-align:middle;
	background-color: #EEEEEE;
	vertical-align: middle;
	text-align: center;
}
.GalleryDis div span img * {
	vertical-align:middle; !important
}
.IMGLg {
	max-height:480px;
	max-width:480px;
}
.SchedL {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 20px;
	border-top: 1px #CCCCCC solid;
	font-weight: bold;
	float:left;
	width:80px;
	clear:left;
}
.SchedR{
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	float:left;
	width:600px;
	clear:none;
}
.SchedCon {
	float: left;
	clear: both;
	width: 722px;
	margin: 0px 0px 0px 20px;
	background-color: #DDDDDD;
	border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	overflow:hidden;
}


.HotLinks {
	font: italic bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #3e647e;
	background-image:url(../images/BTN2-BkgUP.png);
	/*background-repeat: repeat-x;*/
	border-bottom: 4px solid #E6E6E6;
	padding: 3px 3px 4px 10px;
	margin: 0px 0px 0px 0px;
}
.HotLinksSec {
	padding: 0px 0px 5px 5px; 
	line-height: 18px; 
	background-color:#FFFFFF;
	display:none;
	overflow:scroll;
	overflow-x: hidden;
	height: 300px;
}
.HotLinksSecSM {
	padding: 0px 0px 5px 5px; 
	line-height: 18px; 
	background-color:#FFFFFF;
	display:none;
	overflow:scroll;
	overflow-x: hidden;
	height: 100px;
}
.BTNColapse {
	float:right;
	margin: -1px 0px -2px 0px;
	padding: 0px;
}

.HotLinksCon2L {
	width: 370px; 
	float: left; 
	clear: none; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px #3e647e solid; 
	text-align:left;
	overflow:hidden;
}
.HotLinksCon2R {
	width: 370px; 
	float: right; 
	clear: none; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px #3e647e solid; 
	text-align:left;
	overflow:hidden;
}

.HotLinks2 {
	font: italic bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #3e647e;
	background-image:url(../images/BTN2-BkgUP.png);
	border-bottom: 4px solid #E6E6E6;
	padding: 3px 3px 4px 10px;
	margin: 0px 0px 0px 0px;
}
.HotLinksSec2 {
	padding: 10px 0px 5px 15px; 
	line-height: 18px; 
	background-color:#FFFFFF;
	/*overflow:scroll;*/
	overflow-x: hidden;
	height: 520px;
}
.BTNColapse2 {
	float:right;
	margin: -1px 0px -2px 0px;
	padding: 0px;
	display: none;
}
.EventPhotoTitle {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	border-bottom: 1px #3e647e solid;
	width: 320px;
	float:left;
	clear:left;
	overflow:hidden;
}
.EventPhotoSEC {
	overflow:hidden;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	clear:left;
}
.EventPhotoCON {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	clear:left;
	overflow: hidden;
	text-decoration: none;
}
.EventPhotoTN {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px #3e647e solid;
	float: left;
	overflow: hidden;
	width:30px;
	height:30px;
	text-decoration: none;
}
.EventPhotoDate {
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 9px;
	overflow: hidden;
}

/*///////////////////////////////////Shop Styles ///////////////////////////////////////*/
.fullpageShop {
	width: 780px;
	padding: 0px 0px 35px 0px;
	margin: 0px auto;
	overflow: visible;
}

.ShopTitle {
	background: #3e647e;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding: 3px 0px 3px 10px;
	margin: 0px 8px 0px 5px;
	border-bottom: 2px #CCC solid;
}
.ShopTNCon {
	width:185px; 
	float:left; 
	margin: 0px 0px 0px -5px;
	overflow:hidden;
}
.ShopTNMask {
	float:left;
	overflow:hidden;
	height:50px;
	width:50px;
	margin: 0px 0px 5px 5px;
	border: 2px #3e647e solid;	
}
a:link .ShopTNMask  {
	border: 2px #3e647e solid;	
}
a:focus .ShopTNMask  {
	border: 2px #36F solid;	
}
a:hover .ShopTNMask  {
	border: 2px #F90 solid;	
}
.ShopTN {
	height: 50px;
	border: 0px;
}
.ShopDetTitle {
	background: #3e647e;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding: 3px 0px 3px 10px;
	margin: 0px 6px 0px 10px;
	border-bottom: 2px #CCC solid;
	overflow:hidden;
	display:block;
}

.ShopDetCon {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	display: block;

}
.ShopDetIMG {
	border: 1px #3e647e solid;
	width: 592px;
	height: 406px;
}
.ShopDetDesc {
	margin: 0px 6px 0px 5px; 
	padding: 5px 10px; 
	text-align:left;
	line-height:150%;
	display:block;
	overflow:hidden;
	border: 1px #3E647E solid;
	border-top-width:10px;
	min-height:40px;
}
.ShopPrice {
	line-height:normal;
	overflow:hidden;
	text-align:right;
	display:inline;
	font-weight:bold;
	float:right;
	padding: 0px 0px 0px auto;
}


/*//////////////////////// Containers ////////////////////////////////*/
/*//////////////////////// Containers ////////////////////////////////*/
/*//////////////////////// Containers ////////////////////////////////*/

.Con-DivWrapper {
	margin: 20px 25px 0px 25px;
}

.Con-DivL {
	float:left; 
	overflow:hidden; 
	display:block;
	margin: 0px 25px 0px 0px;
	width: 200px;
}
.Con-DivR { 
	float:right;
	overflow:hidden;
	display:block;
	margin: 0px 0px 0px 25px;
	clear:none;
	width: 200px;
}
.Con-DivM { 
	overflow:hidden;
	display: inline;
	margin: 0px 0px 0px 0px;
	clear:none;
}
.Con-DivMCon { 
	overflow:hidden;
	display: block;
	margin: 0px 0px 0px 0px;
	clear:none;
	width:auto;
}
.Con-Header {
	background:url(../images/Con-BKGHeader.png) repeat-x; 
	font-size:12px; 
	color:#FFF; 
	font-weight:bold; 
	padding: 4px 0px 0px 0px; 
	overflow:hidden;
}
.Con-HeaderImgR {
	float:right; 
	margin: -4px 0px 0px 0px;
}
.Con-HeaderImgL {
	float:left; 
	margin: -4px 3px 0px 0px;
}
.Con-Body {
	margin: 0px; 
	padding: 8px 8px 0px 8px; 
	border: 1px #999 solid; 
	border-top: 0px; 
	border-bottom:0px;
	overflow:hidden;
}
.Con-BodySect {
	margin: 0px 0px 5px 0px; 
	padding: 0px 0px 5px 0px; 
	border-bottom: 1px #DDD solid; 
	overflow:hidden;
	font-size:11px;
	color:#999;
}
.Con-BodySectB {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	overflow:hidden;
	font-size:11px;
	color:#999;
}
.Con-BodySectB p {
	font-size:12px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.Con-BodySectTitle { 
	font-weight: bold;
	font-size:12px;
}
.Con-BodySectTitle2 { 
	font-weight: bold;
	font-size:12px;
	color: #003c79;
}
.Con-BodyThumbCon {
	height:50px;
	width:42px;
	border: 1px #3e647e solid;
	overflow: hidden;
	float:left;
	margin: 0px 5px 0px 0px;
}
.Con-BodyThumbCon a:link { border: 1px #003c79 solid;}
.Con-BodyThumbCon a:visited { border: 1px #3e647e solid;}
.Con-BodyThumbCon a:hover { border: 2px #F90 solid;}
.Con-BodyThumbCon a:active { border: 1px #5998c8 solid;}

.Con-Bottom {
	border: 1px #999 solid; 
	border-top: 0px; 
	height:10px;
	margin: -5px 0px 10px 0px;
	overflow: visible;
}
.Con-BottomImg {
	float:left;
	margin: 1px 0px -1px -1px;
}

.Con-Body a:link {color: #003c79; text-decoration:none; !important font-weight:bold;}
.Con-Body a:visited {color: #3e647e; text-decoration:none; !important font-weight:bold}
.Con-Body a:hover {color: #0067c5; text-decoration: underline; !important font-weight:bold}
.Con-Body a:active {color: #5998c8; text-decoration: underline; !important font-weight:bold}

.ArticleDiv {
	overflow:visible;
}