#showWindow {
	width:630px;
	margin-left:210px;
	background-color:gray;
	height:251px;	
	position: relative;		
}
.anonymousMidblock_wrapper #showWindow {
	width:840px;
}
#showWindow .showWindowBlock {
	position: absolute;
	overflow:hidden;
	background-color:#999999;
}
#showWindow .img_block {
	margin-left:1px;
	margin-bottom:1px;
	overflow:hidden;
	position:relative;
}
#showWindow .img_block .subImageBox {
	position:absolute;
	overflow:hidden;
}
#showWindow .showWindowBlock img{
	z-index:100;
}
#showWindow .showWindowBlock .shadowBlock{	
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:black;
	opacity:0.5;
	filter:Alpha(opacity=50);	
	cursor:pointer;		
	z-index:101;
}
#showWindow .showWindowBlock .shadowBlock.lightOn{	
	opacity:0;
	filter:Alpha(opacity=0);
}
#showWindow .descriptBlock {
	position:relative;
	display:none;
	z-index:102;
	line-height:15px;
}
/* Description block displayed right */
#showWindow .descriptBlock.right {
	width:188px; 
	height:63px;	
}	
#showWindow .descriptBlock.right.demo {
	width:176px; 	
}
#showWindow .descriptBlock .description_left{	
	background-repeat:no-repeat;
	background-position:left 5px;	
	position:relative;
	left:2px;
	width:8px;	
	height:100%;
	float:left;	
}
#showWindow .descriptBlock .description_left.black{	
	background-image:url('../image/bases/midblock_descript_arrow_black.png');
}
#showWindow .descriptBlock .description_left.white{	
	background-image:url('../image/bases/midblock_descript_arrow_white.png');
}
#showWindow .descriptBlock .description_right{
	border-left:2px solid #78797c;
	background-color:#78797c;	
	width:176px;
	height:59px;
	padding:2px 2px 2px 0px;
	float:left;
}
#showWindow .descriptBlock .description_right.demo{
	width:164px;
}
#showWindow .descriptBlock .description_right .description{	
	width:166px;
	height:53px;
	font-size:11px;	
	padding:3px 5px 3px 5px;
}
#showWindow .descriptBlock .description_right .description.demo{	
	width:154px;
}
#showWindow .descriptBlock .description_right .description.black{	
	background-color:black;
	color:white;
}
#showWindow .descriptBlock .description_right .description.white{	
	background-color:white;
	color:black;
}
/* Description block displayed bottom */
#showWindow .descriptBlock.bottom {
	width:180px; 
	height:71px;	
}
#showWindow .descriptBlock.bottom.demo{
	width:168px;
}
#showWindow .descriptBlock .description_top{	
	background-repeat:no-repeat;	
	position:relative;
	top:2px;
	height:8px;				
}
#showWindow .descriptBlock .description_top.arrow_left{		
	background-position:5px top;	
}
#showWindow .descriptBlock .description_top.arrow_right{		
	background-position:163px top;	
}
#showWindow .descriptBlock .description_top.arrow_right.demo{		
	background-position:151px top;	
}
#showWindow .descriptBlock .description_top.black{	
	background-image:url('../image/bases/midblock_descript_arrow_top_black.png');
}
#showWindow .descriptBlock .description_top.white{	
	background-image:url('../image/bases/midblock_descript_arrow_top_white.png');
}
#showWindow .descriptBlock .description_bottom{
	border-top:2px solid #78797c;
	background-color:#78797c;			
	height:59px;
	padding:0px 2px 2px 2px;		
}
#showWindow .descriptBlock .description_bottom .description{	
	width:166px;
	height:53px;
	font-size:11px;	
	padding:3px 5px 3px 5px;
}
#showWindow .descriptBlock .description_bottom .description.demo{	
	width:154px;
}
#showWindow .descriptBlock .description_bottom .description.black{	
	background-color:black;
	color:white;
}
#showWindow .descriptBlock .description_bottom .description.white{	
	background-color:white;
	color:black;
}

/* Content viewer */
#showwindow_content_viewer {
	margin: 30px 0px 10px 0px;
	position: absolute;
	z-index: 1000;
	width:660px;	
}
#showwindow_content_viewer .anchor {
	position: absolute;
	width: 59px;
	height: 30px;
	background-image: url(../image/clothes/anchor.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	top: -29px; left: 22px;
}
#showwindow_content_viewer .contents{
	background-color: white;
	border: 1px solid #AAA;
}
#showwindow_content_viewer .contents.clothes{
	padding: 20px 10px 10px;
}
#showwindow_content_viewer .contents.magazine{
	padding-bottom:20px;
}
.showwindow_content_viewer_wrapper {
	width:100%;height:100%;
	background-color:rgba(0, 0, 0, 0.5);
	filter:alpha(opacity=50);
	position:fixed;
	top:0px; left:0px;
	cursor:pointer;
	z-index:999
}
/*just for magazine feeds by newsfeed*/
.showwindow_content_viewer_wrapper_newfeed {
	width:100%;height:100%;
	background-color:rgba(0, 0, 0, 0);
	filter:alpha(opacity=50);
	position:fixed;
	top:0px; left:0px;
	cursor:pointer;
	z-index:999
}
.ie .showwindow_content_viewer_wrapper {
	background-color:rgb(0, 0, 0);
}