#phone-selector-control-left, #phone-selector-control-right {
	float:left;
	cursor:default;
	width:48%;
	text-align:center;
	padding-top:5px;
}
#phone-selector-control-left.disabled, #phone-selector-control-right.disabled {
	color:#ccc;
}
#phone-selector-control-left.enabled, #phone-selector-control-right.enabled {
	color:#000;
}

#phoneselector tr { display:none; }
#phoneselector tr.first { display:block; }
#phoneselector .phone {
	width:137px;
}
#phoneselector .phone img {
	padding-left:25px;
}
#phoneselector .package {
	width:137px;
}
#select-phone-scroll-window {
	overflow-x:auto;
	overflow-y:hidden;
	width:740px;
	height:240px;
	text-align:center;
}
#select-phone-scroll-panel {
	text-align:center;
	height:230px;
}
.select-phone-handset {
	width:121px;
	height:230px;
	margin:0 5px 0 5px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:50% 0;
	float:left;
	cursor:pointer;
}
.select-phone-handset-name {
	margin:200px 0 0 0;
	height:20px;
	width:121px;
}
#user-manuals-iframe {
	width:740px;
	height:425px;
}

#select-phone-head-brand {
	background:#f0f0f0 url(../images/phoneselector/bg_corner_topleft.gif) 0 0 no-repeat;
	color:#333;
	width:170px;
}
#select-phone-head-brand-tr {
	background:url(../images/phoneselector/bg_corner_topright.gif) 100% 0 no-repeat;
}
#select-phone-head-brand-br {
	background:url(../images/phoneselector/bg_corner_bottomright.gif) 100% 100% no-repeat;
}
#select-phone-head-brand-bl {
	background:url(../images/phoneselector/bg_corner_bottomleft.gif) 0 100% no-repeat;
	height:48px;
	h\eight:41px;
	padding:7px 7px 0 7px;
}

#select-phone-head-brand select {
	margin:5px 0 0 0;
}

.displayNone {
	display:none;
}
.displayBlock {
	display:block;
}
