@charset "utf-8";
/* CSS Document */

/* ---------------------
-- Photo Gallery
----------------------*/

.microSpan2Col{
	padding-bottom:10px;
	width:658px;
	margin:0px;
	float:left;
	display:inline;
	background-color:#fff;
}

/* ---------------------
-- Gallery Nav Sidebar
----------------------*/

#sidebarList {
	width: 186px;
	float: left;
	display:inline;
}

#sidebarList a {
	color:#fdf4e0;
	font-size:12px;
	font-weight:bold;
}

#sidebarList img {
	display:block;
}

#sidebarTop, #sidebarMiddle, #sidebarBottom {
	display:inline;
	width: 186px;
}

#sidebarMiddle #galleryMenu {
	width: 162px;
	margin-left: 14px;
	padding-bottom: 10px;
	background-color: #565252;
}

#sidebarMiddle #galleryMenu div {
	line-height:23px;
	width: 162px;
}

#sidebarMiddle #galleryMenu .link {
	color:#fefeff;
	text-transform:uppercase;
	font-size:12px;
	padding:0 0 2px 20px;
	margin: 0 0 3px 0;
	background: #938C8C url(../images/arrow_opn.gif) no-repeat 3px 3px;
	display:block;
	width:142px;
}

#sidebarMiddle #galleryMenu .link img {display:inline;}

#sidebarMiddle #galleryMenu .collapsedMenu {
	background-image:url(../images/arrow_cls.gif);
}

#sidebarMiddle #galleryMenu a:hover.link{
	text-decoration:none;
}

.menu .subMenu {
	display:none; 
	width: 157px;
}

.menu a {
	padding-left:20px;
	margin-bottom: 5px;
}

.new {
background:url(../images/star.png) no-repeat 3px 4px;
behavior: url(/iepngfix.htc);
}

.fresh {
background:url(../images/diamond.png) no-repeat 3px 4px;
behavior: url(/iepngfix.htc);
}

.menu .subMenu .new, .menu .subMenu .fresh {
	background-position: 3px 6px;
}

#activeGallery a {
 	background: #3d5dae;
	color: #fefeff;
}

#shareButton {
	background-color:#565252;
	width:142px; 
	margin:0 0 0 14px;
	padding:5px 10px;
	}


/* ---------------------
-- Gallery Image Display
----------------------*/

#photoGallery {
	width: 448px;
	display: inline;
	float: left;
	padding: 28px 0 0 12px;
}
#photoGallery li {
	float: left;
	margin: 0 0 10px 0;

	background: url(../images/bgPGThumb.jpg) no-repeat left top;
	text-align: center;
}
#photoGallery li:hover {
	background: url(../images/bgPGThumb.jpg) no-repeat left -170px;	
}
#photoGallery img.rowImage {
	display: block;
	width: 132px;
	margin: 10px auto;
}
#photoGallery li a {
	font-size: 12px;
	color: #000;
}

#photoGallery h2 {
	padding:0 0 0 12px;
	height: 39px;
	width: 436px;
	background-color: #565252;
	font-size:23px;
	color:#fff;
	}
	

#photoContainer {
	width: 448px;
	text-align: center;
	background-color:#565252;
}

#photoDetails {
	background: #565252 url(../images/white.gif) repeat-x 0px 34px;
	margin: 0 0px 2px 0;
	width: 440px;
	padding: 4px;
	}

#photoDetails #photoIndex {
	color: #fff;
	font-size: 1.2em;
	padding: 5px 0 0 5px;
	margin: 0;
	width:100px;
	float:left;
	height:15px;
}

#photoDetails #buttons {
	float:right;
	height:26px;
	width:181px;
}

#photoDetails a {
	float: left;
	height: 26px;
	text-indent: -9999px;
	}

#photoDetails a.previous {
	display: block;
	width: 97px;
	background: url(../images/galleryControls.gif) 0 0 no-repeat;
}

#photoDetails a.previous:hover {
	background: url(../images/galleryControls.gif) 0 -26px no-repeat;
}

#photoDetails a.next {
	display: block;
	width: 84px;
	background: url(../images/galleryControls.gif) -97px 0 no-repeat;
}

#photoDetails a.next:hover {
	background: url(../images/galleryControls.gif) -97px -26px no-repeat;
}

#photoCaption {
	margin: 0 0 5px 0;
	float:left;
	font-size: 15px;
	color: #fff;
	padding:14px 10px 15px 10px;
	font-weight:normal;
	background-color:#565252;
	width: 428px;
}



/* ---------------------
-- Intense Debate comments
----------------------*/
#intenseDebateWrap
{
	width:420px;
}

#idc-container-parent
{
margin-left:10px;
width:100%;
}



/* ---------------------
-- Iframe Ads for photo galleries
----------------------*/

#topAdFrame {
	z-index:2;
}

#rightAdFrame {
	padding:0px; 
	margin:0px;
}

iframe {
	padding:0px; 
	margin:0px;
}

