#prodattr{
	position:relative;
}
.attribute{
	position:relative;
	float:left;
	margin:1px;
}
.attributeItem img{
	margin:2px;
}
.attributeItem img:hover{
	margin:0px;
	border:solid 2px #000;
}
.Material .attributePrompt, .Font .attributePrompt, .Graphic .attributePrompt{
	font-size:11px;
}

.Preview{
	clear:left;
	margin:7px 0px;
	width:99%;
	height:30px;
}
.Verify{
	margin-top:7px;
	height:28px;
	padding:5px 5px 5px 35px;
}
.Verify input{
	position:absolute;
	left:8px;
	top:10px;
}
.Preview .ui-icon{
position:absolute;
left:5px;
}
.Preview .ui-button-text img{position:relative;height:28px;width:100%
}

.Text{
	margin-top:7px;
	width:98%;
	cursor:auto;
	height:40px;
}
.Text .attributePrompt,.Verify .attributePrompt{	font-size:10px;}
.Text input{
	width:90%;
	margin:auto;
}

.Style{
	width:77%;
	height:28px;
}
.Material{
	width:21%;
	height:28px;
}
.Material .selected,.Symbol .selected,.Style .selected,.Graphic .selected{width:100%;height:100%;}
.Material .selected img,.Symbol .selected img,.Style .selected img,.Graphic .selected img{
	background:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:absolute;
	left:3px;
	top:3px;
	width:20px;
	height:20px;
}

.Symbol,.Graphic{
	width:77%;
	height:28px;
}
.Symbol .selected .prompt,.Graphic .selected .prompt{
	position:absolute;
	left:30px;
	top:3px;
	width:120px;
	height:20px;
	line-height:20px;
}
.Symbol .selected img,.Graphic .selected img{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
	left:2px;
	top:2px;
	width:20px;
	height:20px;
}
.Font{
	width:77%;
	height:28px;
}
.Font .selected{width:100%;height:100%;}
.Font .selected img{
	position:absolute;
	left:3px;
	top:3px;
	height:20px;
	width:150px;
}
.attributeItemWrap{
	position:absolute;
	width:325px;
	left:0px;
	top:28px;
	display:block;
	z-index:999999 !important;
	background-color:#FFF;
}
.Material .attributeItemWrap{
	width:260px;
}
.attributeItemWrap .attributeItem{
	display:inline;
}
.Symbol .attributeItemWrap .attributeItem img,.Graphic .attributeItemWrap .attributeItem img{
	width:50px;
	height:50px;
}
.Style .attributeItemWrap .attributeItem img{
	width:50px;
	height:50px;
}
#imageTabs .ui-icon-image{margin:5px;}
