body {
	background:#e9e9dd none repeat scroll 0 0;
}

#main {
	padding-bottom:40px
}

#mainHeader .seo {
	color: #999999;
}
#mainHeader .nav {
	margin-bottom: 20px;
}
#breadcrumb {
	padding: 0 10px;
	margin-bottom: 5px;
	font-size: 10px;
}
#headerImg {
	margin-bottom: 15px;
}
#searchDescription {
	padding: 5px;
	color: #000000;
	font-size: 14px;
}
#searchDescription strong{
	font-size: 22px;
	font-weight: bold;
}


.requestArea {
	width:789px;
	height:50px;
	background-image:url(../imgs/bg-requestarea.gif);
	background-repeat:no-repeat;
	position: relative;
	zoom:1;/*for IE 5.5-7*/
 }
.requestArea:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.requestArea .btn {
	float:left;
	padding-top:9px;
}
.requestArea .checkbox-all {
	float:left;
	padding:0 25px 0 20px;
}

.requestArea .checkbox-all table td {
	height:50px;
}

#center .box {
	width: 389px;
	background-image:url(../imgs/bg-content-bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
}
#center .boxInnerTop {
	background-image:url(../imgs/bg-content-top.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:10px;
}
#center .boxInnerBottom {
	padding:0 10px 10px;
	_padding:0 8px 10px;
	background:#ffffff;
}

.box .image-btns {
	margin-bottom:20px;
	zoom:1;/*for IE 5.5-7*/
}
.box .image-btns:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.box .image-btns .image {
	float:left;
	width:145px;
	height:110px;
}

.box .image-btns .btns {
	float:left;
	width:224px;
}

.box .image-btns .btns .name {
	width:100%;
	margin-bottom:10px;
}

.box .image-btns .btns .name th {
	width:25px;
	height:50px;
	background-image:url(../imgs/checkbox-bg.gif);
	background-repeat:no-repeat;
	text-align:center;
}

.box .image-btns .btns .name td {
	padding-left:5px;
	color: #151c6f;
	font-size: 10px;
}
.box .image-btns .btns table.small-text td {
	font-size:9px;
}
.box .image-btns .btns table.medium-text td {
	font-size:10px;
}
.box .image-btns .btns table.large-text td {
	font-size:12px;
}

.box .image-btns .btns .name td a {
	text-decoration:none;
}
.box .image-btns .btns .name td a:hover {
	text-decoration:underline;
}

.box .image-btns .btns .name td strong {
	font-weight: bold;
	font-size: 12px;
}
.box .image-btns .btns table.small-text td strong {
	font-size:10px;
}
.box .image-btns .btns table.medium-text td strong {
	font-size:12px;
}
.box .image-btns .btns table.large-text td strong {
	font-size:14px;
}

.box .image-btns .btns ul {
	position:relative;
	width:224px;
	height:49px;
}

.box .image-btns .btns ul .site {
	position:absolute;
	top:0;
	left:0;
}

.box .image-btns .btns ul .outline {
	position:absolute;
	top:27px;
	left:0;
}

.box .image-btns .btns ul .request {
	position:absolute;
	top:0;
	right:0;
}

.specs {
	width:100%;
	margin:0;
}

.specs th,
.specs td {
	vertical-align:top;
	line-height:140%;
}

.specs th {
	width:70px;
	font-weight: normal;
	color: #999999;
}

* html .small-text th,
* html .small-text td { /* IE6 */
    font-size: 9px;
}
*:first-child+html .small-text th,
*:first-child+html .small-text td { /* IE7 */
    font-size: 9px;
}
html>/**/body .small-text th,
html>/**/body .small-text td { /* IE8 */
    font-size: 9px;
}
html:not(:target) .small-text th,
html:not(:target) .small-text td {
    font-size: 10px;
}
.medium-text th,
.medium-text td {
	font-size:12px;
}
.large-text th,
.large-text td {
	font-size:14px;
}


.icons {
	width:369px;
	height:76px;
	margin:15px 0 10px 0;
	padding: 6px 0 0 6px;
	background-image:url(../imgs/icon-bg.gif);
	background-repeat:no-repeat;
	zoom:1;/*for IE 5.5-7*/
}
.icons:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.icons li {
	float:left;
	margin-right:6px;
	_margin-right:3px;
}








