img
{
	behavior: url(/style/iepngfix.htc);
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

a, a:hover, a:visited
 {
    font-weight: normal;
    color: #FF2983;
}

#previewInfo
{
	border:1px solid #c5cfce;
	background-color:#f3fdfc;
	font-size:13px;
	font-weight:bold;
	padding:8px 0 5px 5px;
	margin-top:8px;
}

#previewInfo a, #previewInfo a:hover, #previewInfo a:visited
{
    color: #FF2983;
}

#previewInfo a:hover
{
	text-decoration: underline;
}

.preViewBox
{
	border:1px solid #c5cfce;
	background-color:white;
	font-size:10px;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	position:absolute;
	left:10px;
	top:8px;
}

#systemWorking
{
	position: absolute;
	top:0;
	right:0;
	padding:2px 4px 2px 4px;
	width:60px;
	background-color:#FF4C4C;
}

#shoppingCart
{
	position: absolute;
	top:-250px;
	left:50px;
	padding:4px 20px 0 20px;
	width:300px;
	background-color:white;
	border:3px solid #c5cfce;
	text-align:left;
    z-index:1;
}

#sizeChart
{
	position: absolute;
	top:-280px;
	left:30px;
	width:390px;
	background-color:white;
	text-align:left;
	border:1px solid black;
    z-index:2;
}

#measureChart
{
	position: absolute;
	top:-455px;
	left:25px;
	width:400px;
	background-color:white;
	text-align:left;
	border:1px solid black;
    z-index:1;
}

#uploadDiv
{
    top:-75px;
    left:-340px;
    position:absolute;
    z-index:1;
    width:330px;
    background:white;
    border:solid 1px black;
    text-align:left;
}