/*Zoom*/
.jqzoom
{
	/*border: 1px solid transparent;*/
	border: none;
	float: left;
	position: relative;
	padding: 0px;
	cursor: pointer;
	display: none;
}
.jqzoom img
{
	float: left;
}
div.zoomdiv
{
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 347px;
	height: 347px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.jqZoomPup
{
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(Opacity=100);
	border: 1px solid #c1c1c1;
	cursor: move;
}
/*Select*/
#General
{
	margin: 0px auto;
}
#Original
{
	width: 100%;
	clear: left;
	cursor: pointer;
	text-align: center;
	display: table;
	margin: 10px auto 10px auto;
}
#Thumbnail
{
	width: 100%; /*margin: 0px auto; 	text-align: center;*/
	padding: auto;
	margin-bottom: 15px;
}
.selectT, .overT
{
	border: 2px solid #659e2e;
	cursor: pointer;
	padding: 1px;
	width: 38px;
	height: 51px;
}
.unselectT, .outT
{
	width: 38px;
	height: 51px;
	margin: 1px;
	padding: 1px;
	border: 1px solid #659e2e;
	opacity: 0.4;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	filter: alpha(opacity=40,finishopacity=80,style=1,startx=0, starty=0,finishx=140,finishy=270);
}
/*Color*/
.selectColor
{
	width: 20px;
	height: 20px;
	border: 2px solid #8C947B;
	padding: 1px;
	cursor: pointer;
}
.unselectColor
{
	width: 20px;
	height: 20px;
	margin: 1px;
	padding: 1px;
	border: 1px solid #B5BD9C;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
}
#CurrColor
{
	font-weight: bold;
}
#GoodsColor
{
	clear: both;
	line-height: 20px;
}
.paste
{
	float: right;
	background: url(/App_Themes/Theme/Images/Goods/Envelop.gif) no-repeat 0px 7px;
}
.paste A:link, .paste A:visited
{
	text-decoration: underline;
	color: #05173d;
	padding-left: 25px;
}
.paste A:hover
{
	text-decoration: none;
}
/*Size*/
.selectSize
{
	color: #689D2C;
	float: left;
	border: 2px solid #6B9D2C;
	background-color: #E7F3D7;
	margin: 0px 3px 3px 0px;
	padding: 2px 16px;
	*padding: 2px 15px;
	cursor:pointer;
	line-height:16px;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
.unselectSize
{
	color: #669B36;
	float: left;
	border: 1px solid #6B9D2C;
	background-color: #FFF;
	margin: 1px 4px 4px 1px;
	padding: 2px 16px;
	*padding: 2px 15px;
	cursor:pointer;
	line-height:16px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
#GoodsSize
{
	clear: none;
	display: block;
	min-height: 26px;
	max-height: 50px;
	padding: 2px 0px;
}
#SizeChart
{
	float: right;
}
#CurrSize
{
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
