﻿body
{
}
#ContentPlace
{
	margin:0;
}
#selectedbox
{
	width: 405px;
	padding: 0 14px;
	margin: 0 auto;
}
#selectedbox #header
{
	width: 395px;
	height: 27px;
	background: url(Images/Wizard/head-blue.gif) no-repeat top right;
	padding: 6px 10px 0 0;
	color: #fff;
}
#selectedbox .content
{
	padding: 10px 5px 0;
	background: url(Images/Wizard/1.gif) repeat-x top right;
	height: 260px;
}
.prevPage, .nextPage
{
	margin: 20px 0 0 0;width: 29px;
	height: 29px;
	cursor:pointer;
}
.prevPage
{
	float: left;
	
	background: url(Images/Wizard/prev.GIF) no-repeat top left;
}
.nextPage
{
	float: right;
	background: url(Images/Wizard/next.GIF) no-repeat top left;
}
.scrollable
{
	width: 337px;
	height:300px;
	float: left;
	position:relative;
	overflow:hidden;
	text-align:right;
}
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
.scrollable .items
{
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable .data
{
	float:left;
	width:337px;
}
.scrollable .data .model
{
	color:#0860A8;
	font-weight: bold;

}
.data li
{
	height:20px;
}
.data .col1
{
	width:100px; float:right;
}
.data .col2
{	width:100px; float:right;
 	margin:0 5px 0 0;
}
.data #dec
{
	margin:5px 0 0 0;
}

.data #link
{
	color:#0860A8;
	padding:0 0 1px 0;
	border-bottom:1px solid #0860A8;
}
	
#pic-img
{
	 text-align:center;
}
#selectedbox p
{
	margin: 10px 0;
	color: #707070;
	font-size: 12px;
}
#list
{
	margin: 20px 0 50px 0;
}
.data-box
{
	width: 960px;
}
.header
{
	background: url(Images/Wizard/header.png) repeat-x top right;
	height: 36px;
	margin: 0 0 1px 0;
	font-family: Times New Roman;
	font-size: 15px;
}
.header .start
{
	background: url(Images/Wizard/corner.jpg) no-repeat 0 -48px;
	width: 11px;
	height: 100%;
	float: right;
}
.header .end
{
	background: url(Images/Wizard/corner.jpg) no-repeat right -100px;
	width: 11px;
	height: 100%;
	float: left;
}
.header .title
{
	width: 60%;
	float: right;
	margin: 8px 5px 0 0;
}
.row
{
	background: url(Images/Wizard/grd.gif) repeat-x 0 0;
	height: 274px; /*width:200px;*/
}
.name,.selectedName
{
	background: url(Images/Wizard/r.jpg) no-repeat 0 0;
	width: 183px;
	height: 24px;
	text-align: center;
	padding: 7px 0 0 0;
	display:block;
}
#name
{
	text-align:center;
	margin:5px 0 0;
}
.item-img
{
	border: 1px solid #D7D7D7 !important;
}
#box-img
{
	width:100%;
		height: 85%;
	overflow: hidden;

}
.cell
{
	width: 185px;
	height: 181px;
	display: block;
	overflow: hidden;
	float: right;
	margin:0 0 0 5px;
}
.cell .first
{
	margin:0;
}
.cell img
{
}
td
{
	padding: 0;
	margin: 0;
}
/*SearchWizard2*/
.column
{
	float: right; /*width: 210px;*/ /*margin: 0 10px 0;*/ /*%*/
	font-family: 'Times New Roman';
}
#method
{
	background: url(Images/Wizard/3.jpg) repeat-x 0 0;
	font-size: 15px;
	width: 100%;
	height: 34px;
	color: #333; /*#FF8C00;*/
	font-weight: bold;
	margin: 0 0 1px 0;
}
#method #corner
{
	background: url(Images/Wizard/corner.jpg) no-repeat 0 0; /*-49px*/
	width: 11px;
	height: 32px;
	float: right;
}
#method #end
{
	background: url(Images/Wizard/2.jpg) no-repeat 0 0;
	width: 5px;
	height: 34px;
	float: left;
}
#method span
{
	margin: 5px 19px 0 0;
	float: right;
}
.param
{
	border: none;
	background: none;
	background: url(Images/Button/simplebtn.png) no-repeat;
	width: 155px;
	height: 30px;
	margin: 0 auto 10px;
	padding: 6px 0 8px 0;
	text-align: center;
	cursor: pointer;
}
.param-Selected
{
	background:  transparent;
	background: url(Images/Button/SelectedBtn2.png) no-repeat;
	width: 155px;
	height: 30px;
	margin: 0 auto 10px;
	padding: 6px 0 8px 0;
	text-align: center;
	cursor: pointer;
}
.param:hover
{
	background: url(Images/Button/simplebtnhover.png) no-repeat;
}

.param-box
{
	border: 1px solid #D7D7D7;
	padding: 10px 0 0;
	background-color: #f2f2f2;
	text-align: center;
}
.remote
{
	width:185px;
	float:left;
}
#center
{
	width:795px;
	float:left;
}
.remote .header .title
{
	margin:10px 10px 0 0;
}
.remote .name
{
	border-right:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
}
.selectedName
{
	border:1px solid #008080;
}
.remote .header
{
	border-left:1px solid #D7D7D7;
}
.row-num
{
	 float:left;
}