@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------
  File  :  solar-system.css
-------------------------------------------------*/

#container {
	background-color: #eaeef1;
	padding-top: 20px;
}

#wrap {
	width: 950px;
	margin: 0 auto;
}

* html #wrap {
	position:relative;
}

#content {
	background: url(/products/images/bg_tbl_02.gif) !important;
}

#content p {
	padding-bottom: 0;
}

* html #content {
	position:absolute;
    right:0;
    top:0;
}

#content .item {
	clear: both;
	width: 710px;
	margin: 0 10px 0 10px;
	color: #333333;
	margin-bottom: 20px;
}

* html #content .item {
	margin-bottom: 0px;
}

* html #content .item h3 {
	margin-bottom: 20px;
}

#wrap .radi {
	margin-top: 6px;
	text-align: left;
}

#wrap .radi_e {
	text-align: left;
}

* html #wrap .radi,
*+html #wrap .radi {
	margin-top: -8px;
}

#content .item h2.bg1 {
	background-image: url(/products/images/area.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 690px;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 0 20px;
	color: #333333;
	display: table-cell;
	vertical-align: middle;
}

*+html #content .item h2.bg1 {
	padding-top: 8px;
	height: 27px;
	margin-bottom: 0;
}

* html #content .item h2.bg1 {
	padding: 8px 0 0 20px;
	margin-bottom: 0;
}

#content .item h3 {
	background-image: url(/products/images/area_sub.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 670px;
	line-height: 29px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	margin: 10px 0 20px 0;
	clear: both;
}

#content .item .concept {
	margin: 0 10px 0 10px;
}

#content .item h4 {
	background-image: url(../images/area_sub_h4.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 15px;
	color: #275E72;
	margin-bottom: 15px;
	clear: both;
}

#content .item .concept .comment {
	width: 410px;
	float: left;
}

#content .item .concept .image {
	float: right;
	margin-top: -20px;
	margin-bottom: 20px;
}

/*-------------------------------------------------
  ZoomImage (popup)
-------------------------------------------------*/
#popupView  {
	padding:20px 0;
}

#popupView p {
	text-align:center;
}

#popupView p.zoomImg {
	padding:10px;
	margin-bottom:10px;
}

