.jui{
	font-size: 62.5%;
	/*font-size: 9px;*/
}

.blockdiv a{
	text-decoration:none;
	color:#333;
}

.inputbutton, .inputsubmit{
	background-color:#3B5998;
	border-color:#D9DFEA rgb(14, 31, 91) rgb(14, 31, 91) rgb(217, 223, 234);
	border-style:solid;
	border-width:1px;
	color:#FFF;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	padding:2px;
	text-align:center;
	margin-right:4px;
	cursor:pointer;
}

.grid_xx{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.prefix_xx{padding-left: 0px;}
.suffix_xx{padding-right: 0px;}
.alpha{margin-left: 0;}
.omega{margin-right: 0;}


/*side menu  ===>*/
a{cursor: pointer;}
.side-menu{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.side-menu li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.side-menu li a{
	text-decoration: none;
	display: block;
	height: 36px;
	background: url(../images/sidemenu/nav.png) 0 -36px;
	color: #333;
	font-weight: bold;
	line-height: 36px;
	padding: 0 10px;
}
.side-menu li.current a,
.side-menu li.current a:hover{
	background-position: -440px -36px;
	color: #fff;
	cursor: default;
}
.side-menu li.first a{ 
	background-position: 0 0;
	height: 37px;
	cursor: default;
}
.side-menu li.last a{ 
	background-position: 0 -104px;
	height: 37px;
	cursor: default;
}

.side-menu li.first.current a{
	background-position: -440px 0;
	color: #fff;
}
.side-menu li.last.current a{
	background-position: -440px -104px;
	color: #fff;
}

.side-menu li.first a:hover{
	background-position: -220px 0;
	color: #ddd;
}
.side-menu li a:hover{
	background-position: -220px -36px;
	color: #ddd;
}
.side-menu li.last a:hover{
	background-position: -220px -104px;
	color: #ddd;
}

.side-menu li.first.current a:hover{ 
	background-position: -440px 0 !important;
	color: #ddd;
	cursor: default;
}
.side-menu li.last.current a:hover{ 
	background-position: -440px -104px !important;
	color: #ddd;
	cursor: default;
}
.side-menu li.current .first{
	background-position: -440px 0;
}
.side-menu li.current .others{
	background-position: -440px -36px;
}
.side-menu li.current .last{
	background-position: -440px -104px;
}
/*<=== side menu*/

.product-sample-header{
	height:30px;
}
.product-sample-header .view-more{
	float:right;
	width:100px;
	height:18px;
	color:#555;
}.product-sample-list{
	height:240px;
}
.product-sample-footer{
	height:30px;
}

.product-sample-footer .view-more{
	float:right;
	width:100px;
	height:18px;
	color:#555;
}
.product-sample-item{
	border:1px solid #CCC;
	float:left;
	margin:8px !important;
	margin:5px;
	padding:2px;
	position:relative;
	width:150px;
}

.product-list{
	font-size:11px;
}

.product-sample-item .toolbar{
	padding:2px;
}
.product-sample-item .toolbar .item{
	float:left;
	height:16px;
	width:16px;
	cursor:pointer;
	border:1px solid #FFFFFF;
	opacity:0.8;
}
.product-sample-item .toolbar .zoom{
	background-image:url(../images/styleSelector/zoom-icon.gif);
}
.product-sample-item .toolbar .choose{
	width:64px; 
	float:right;
}
