@charset "utf-8";
/* CSS Document */
* {padding: 0; margin: 0;}

html { height: 100%; }

body {
	margin: 0px;
	color:black;
	line-height:16px;
	padding: 0px;
	height: 100%;
	font-family:Tahoma;
	font-size:11px;
	width:100%;
	background:#000000;
}
img { border:0px; }

div.clearer {
  font-size: 0px;
  height: 0px;
  width: 100%;
  display: block;
  clear: both;
}

div.clearerBig {
  font-size: 0px;
  height: 25px;
  width: 100%;
  display: block;
  clear: both;
  border:0px solid red;
}

div.clearRight {
  float:left;
  display:inline;
  clear:both;
  height:20px;
  padding-right:10px;
}

#mainContainer {
  width:100%;
}

#topContainer {
	width:860px;
	margin:auto;		
	height:64px;
	margin-top:1px;
}
	
	#topLeftContainer{
		margin-top:10px;
		float:left;
		height:54px;
		width:200px;
	}
	#topRightContainer {
		width:495px;
		float:right;
		margin-left:20px;
		height:64px;
	}
	div.topNavItem {
		height:40px;
		min-width:30px;
		width:auto;
		float:left;
		padding-left:13px;
		padding-top:30px;
		border-left:1px dashed #4d4d4d;
		display:inline;
		text-align:right;
		
		
	}
	div.topNavItem:hover{
		position:relative;
		height:40px;
		float:left;
		padding-left:13px;
		padding-top:30px;
		background:#1f1f1f;
		display:inline;		
	}

span.imageMid {font-size: 22px}

#midContainer {
	width:860px;
	margin:auto;		
	margin-top:42px;
}
	/*mainpage*/
	div.mainMidContainer{
		width:200px;
		float:left;
		margin-right:20px;
		height:378px;
		background-color:#FFFFFF;
	}
		
		div.mainMidImage{
			width:190px;
			height:253px;
			margin:5px;
		}
		div.mainMidInfo{
			margin-top:5px;
			padding-left:5px;
			width:195px;	
			height:90px;
		}	
		
		div.mainMidInfoLink{
			margin-top:5px;
			width:200px;
			vertical-align:middle;
			float:left;
			height:28px;
			background-color:#990000;
			text-align:right;
		}
		div.mainMidInfoLink img{
			margin-right:6px;
		}
	/*detail page*/
	div.detailMidContainer{
		width:860px;
		height:380px;
		float:left;
		background-color:#FFFFFF;
	}
		div.detailMidLeft{
			float:left;
			width:256px;
			text-align:left;
			border:0px solid blue;
		}

			div.detailMidLeft img{
				margin:5px;
			}
		div.detailMidRight{
			padding-left:19px;
			margin-top:5px;
			margin-bottom:5px;
			width:580px;
			height: 370px;
			float:left;
		}
			div.detailMidHeader{
				margin-top:10px;
				margin-bottom:5px;
				width:500px;
				text-align:left;
				clear:right;
				float:left;
				display:block;
			}
			#detailMidContent{
				width:580px;
				height:335px;
				clear:both;
				display:block;
				overflow:auto;
				overflow-x:hidden;
			}

			#detailMidContent a{
				color:black;
				font-size:11px;
				text-decoration:none;
			}

			#detailMidContent a:hover{
				color:black;
				font-size:11px;
				text-decoration:underline;
			}

			#detailMidListerContent{
				width:580px;
				height:335px;
				clear:both;
				display:block;
				overflow:auto;
				overflow-x:hidden;
			}

			#detailMidListerContent a{
				color:black;
				font-size:11px;
				text-decoration:none;
			}

			#detailMidListerContent a:hover{
				color:black;
				font-size:11px;
				text-decoration:underline;
			}

				div.detailMidInfoLink img{
					margin-top:7px;
				}
			div.detailMidLinks{
				position:relative;
				top:-35px;
				right:5px;
				text-align:right;
				height: 28px;
			}

				div.detailMidInfoLink{
					margin-left:5px;
					width:200px;
					vertical-align:middle;
					float:right;
					height:28px;
					background-color:#990000;
					text-align:right;
				}			
		
	

	/*main page*/
#mainbottomContainer {
	width:100%;	
	height:100%;
	margin-top:25px;	
	background:#FCFEFC;
}	
  #scissors{
    width:1090px;
    margin:auto;
    text-align: center;
	position:relative;
	top:-20px;
	left: 30px;
	z-index:1;
  }
    #scissors img{
      margin-right:40px;
		position:relative;
		z-index:1;
    }
 #mainbottomContainerDotDot1 {
	width:100%;	
	height:1px;
	background:#FFFFFF;
	border-bottom:1px dashed #343234;
	margin-top: -23px;
	@margin-top:-20px;
 }
 #mainbottomContainerDotDot2 {
	width:100%;	
	height:1px;
	background:#FFFFFF;
	border-top:1px dashed #343234;
	margin-top: -2px;
 }
	#mainbottomContainerBox{
		height:250px;
		width:860px;
		padding-top:20px;
		padding-bottom:15px;
    	margin:auto;
	}
		
		div.mainbottomContainerSingle{
			width:270px;
			border:0px solid green;
			height:194px;
			display:block;
			float:left;
		}
    div.mainbottomContainerSingleSep{
      width:25px;
      height:100%;
      border:0px solid blue;
      float:left;
      
    }
			div.mainbottomContainerTitle{
				width:270px;
				float:left;
				height:28px;
				background-color:#990000;
				vertical-align:middle;
				text-align:left;
			}
			div.mainbottomContainerTitle img{
				margin-right:6px;
				margin-top:6px;
				margin-left:5px;
			}

			div.mainbottomInfo{
				margin-top:20px;
				float:left;
				width:270px;	
				height:120px;
			}
			div.mainbottomInfo a{
				color:black;
				font-size:11px;
				text-decoration:underline;
			}

			div.mainbottomInfo a:hover{
				color:black;
				font-size:11px;
				text-decoration:underline;
			}			
				div.mainbottomInfoRight{
					width:197px;
					float:left;
					height:118px;
				}
				div.mainbottomInfoLeft{
					width:73px;
					float:left;
					height:118px;
					
				}
	/*detail page*/
#detailbottomContainer {
	width:100%;	
	height:100%;
	margin-top:25px;	
	background:#FCFEFC;
	
}	
	#detailbottomContainerBox{
		height:200px;
		width:860px;
		clear:both;
  		margin:auto;	
  		margin-top:25px;
		display:block;

	}
		div.detailbottomContainerSingle{
			width:200px;
			margin-right:20px;
			height:100%;
			display:block;
			float:left;
		}		
			div.detailbottomContainerTitle{
				width:200px;
				float:left;
				height:28px;
				background-color:#990000;
				vertical-align:middle;
				text-align:left;
			}
				div.detailbottomContainerTitle img{
					margin-top:5px;
					margin-left:6px;
				}

			div.detailbottomInfo{
				margin-top:20px;
				float:left;
				width:200px;	
				height:62px;
			}	
				div.detailbottomInfoRight{
					width:127px;
					float:left;
					height:61px;
				}
				div.detailbottomInfoLeft{
					width:73px;
					float:left;
					height:61px;}
#footer{
	margin-top:26px;
	width:860px;
	margin:auto;		
	background-color:#000000;
}
	#footerLeft{
		width:550px;
		float:left;
		color:#808080;
		font-size:10px !important;
		padding-top:19px;
	}
		span.footerAlt{
			color:#CCCCCC;
		}	
	#footerRight{
		width:235px;
		float:right;
		text-align:right;
		padding-top: 50px;
	}


#newsHeader{
margin-bottom:10px; 
background-color:#990000; 
height:28px; 
padding-left:10px; 
line-height:27px;
}

.newsContentContainer{
margin-top:5px;
}

.newsContentHeader{
text-align:left;
margin-left:15px;
font-weight:bold;
}


.NewsBullet{
	margin-top:5px;
	float:left;
	display:inline;
	overflow:hidden;
	background:url(../img/newsBullet.gif) no-repeat;
	width:5px;
	height:5px;
	}

.newsContent{
text-align:left;
margin-left:15px;
}

.newsContent a{
color:#000;
text-decoration:none;
}

.newsContentHeader{
color:#000;
}

.newsContentHeader a{
color:#000;
text-decoration:none;
}



.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("../img/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid 5px #cecece;
   cursor: url("../img/magminus.cur"), pointer;
} 
