/* CSS Document */


#main .category-title-wrap{
	border-bottom:1px solid #CCC;
}
@media screen and (max-width: 640px) {
#main .category-title-wrap{
	padding:0 0 10px;
}

#main #category-title{
	padding:0 0 0 !important;
}
}

	#tech-outline .box-series{
		padding:30px 0;
	}
		@media screen and (max-width: 1000px) {
		#tech-outline .box-series{
			margin:0 10px;
		}
		}
		@media screen and (max-width: 640px) {
		#tech-outline .box-series{
			margin:0;
		}
		}
		
		#tech-outline .box-series h3{
			padding:0 0 30px;
		}
		
		#tech-outline .box-series .box-col2{
			padding:0 0 20px;
		}
		#tech-outline .box-series .box-col2.border-bottom{
			border-bottom:1px dotted #CCC;
			margin:0 0 20px;
		}
		@media screen and (max-width: 640px) {
		#tech-outline .box-series .box-col2.border-bottom{
			margin:0 0 30px;
		}
		}
			#tech-outline .box-series .box-col2 .pic{
				width:205px;
				padding:0 37px 0 0;
				text-align:center;
				position:relative;
				float:left;
			}
				#tech-outline .box-series .box-col2 .pic span{
					display:block;
					width:100%;
					text-align:center;
					
					position:absolute;
					top:50%;
					margin:-10px 0 0;
				}
				#tech-outline .box-series .box-col2 .pic img{
					width:auto;
					height:20px;
				}
			@media screen and (max-width: 640px) {
			#tech-outline .box-series .box-col2 .pic{
				width:100%;
				padding:0 0 10px 0;
				text-align:left;
				height:auto !important;
				float:none;
			}
				#tech-outline .box-series .box-col2 .pic span{
					display:block;
					width:100%;
					text-align:left;
					
					position:static;
					margin:0 0 0;
				}
				#tech-outline .box-series .box-col2 .pic img{
					width:auto;
					height:20px;
				}
			}
			#tech-outline .box-series .box-col2 .boxR{
				float:none;
				overflow:hidden;
				width:auto;
				height:auto !important;
			}
			@media screen and (max-width: 640px) {
			#tech-outline .box-series .box-col2 .boxR{
				padding:0 0 10px;
			}
			}