/* CSS Document */

#garmenteditor{
	width:582px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
#avatar{
	position:absolute;
	right:3px;
	bottom:1px;
	border:0px;
}
area{
	cursor:pointer;
}
#thetopbar{
	width:562px;
	padding:10px;
	margin-bottom:2px;
	background-color:#93A7BC;
	color:#FFF;
}
#thetopbar a{
	float:right;
	text-decoration:none;
	font-weight:100;
	color:#FFF;
}
#thetopbar span#chosensport{
	font-weight:bold;
	text-transform:capitalize;
}
#options{
	width:582px;
	height:157px;
	background-color:#D5DDE5;
	margin-bottom:2px;
}

#shirtdetails{
	width:560px;
	padding:10px;
	height:135px;
	background-color:#D5DDE5;
	margin-bottom:2px;
	border:solid 1px #93A7BC;
	position:relative;
}
#shortsdetails{
	width:560px;
	padding:10px;
	height:135px;
	background-color:#D5DDE5;
	margin-bottom:2px;
	border:solid 1px #93A7BC;
	position:relative;
}
#socksdetails{
	width:560px;
	padding:10px;
	height:135px;
	background-color:#D5DDE5;
	margin-bottom:2px;
	border:solid 1px #93A7BC;
	position:relative;
}
div.disabler{
	width:580px;
	height:155px;
	top:0px;
	left:0px;
	position:absolute;
	background-color:#FFF;
}
div.imageholder{
	width:110px;
	height:155px;
	float:right;
	background-color:#FFF;
	text-align:center;
	overflow:hidden;
	margin-top:-10px;
	margin-right:-10px;
	border-left:solid 1px #93A7BC;
	margin-left:10px;
}
input.quantity{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:2px;
	width:144px;
}
*html div.imageholder{
	margin-right:-5px;
}

#shirtname, #shortsname, #socksname{
	font-weight:bold;
}
select{
	font-size:10px;
}

#sexchange{
	position:absolute;
	left:10px;
	top:140px;
	display:none;
}
#sexchange a{
	font-weight:bold;
	text-decoration:none;
	color:#999999;
	display:block;
	padding:2px;
	border:solid 1px #999;
	margin-bottom:2px;
	width:11px;
	background-color:#FEFEFE;
	text-align:center;
}
#sexchange a:hover{
	background-color:#EEE;
}




#options a{
	text-decoration:none;
	color:#999;
}

#options div#stage1{
	text-align:center;
	padding-top:20px;
}
#options div#stage1 a.selectsport{
	font-weight:bold;
	padding:5px;
	font-size:14px;
}
#options div#stage1 a.selectsport:hover{
	color:#000;
}




#options #shirts1{
	overflow:hidden;
	height:155px;
	background-color:#FFF;
	width:500px;
	float:right;
	border:solid 1px #93A7BC;
	position:relative;
}
#gamentslist{
	height:155px
}
#options #garmentslist div.garment{
	width:100px;
	height:155px;
	float:left;
	margin-left:2px;
	margin-right:2px;
	display:inline;
	overflow:hidden;
	cursor:pointer;
}

#options #leftscroller{
	width:30px;
	height:155px;
	position:absolute;
	left:0px;
	top:10px;
	background-image:url(../images/structure/leftscroll.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#options #rightscroller{
	width:30px;
	height:155px;
	position:absolute;
	right:0px;
	top:10px;
	background-image:url(../images/structure/rightscroll.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#options #scrollbox{
	position:absolute;
	right:30px;
	top:0px;
	width:440px;
	height:155px;
	overflow:hidden;
	background-color:#FFF;
}

#typemenu{
	list-style:none;
	margin:0px;
	padding:0px;
	width:80px;
	position:absolute;
	top:40px;
	left:0px;
	display:none;
}
#typemenu li{
	width:80px;
	float:left;
}
#typemenu li a{
	width:60px;
	padding-left:20px;
	display:block;
	color:#333;
	text-decoration:none;
	height:18px;
	padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#typemenu li a:hover{
	background-color:#93A7BC
}

.bits1{
	float:left;	
}
.bits2{
	float:right;
}
div.colourpicker{
	border:solid 1px #000;
	width:20px;
	height:20px;
	display:table;
	background-color:#FFF;
	position:relative;
}

#done{
	width:562px;
	padding:10px;
	margin-bottom:2px;
	background-color:#93A7BC;
	color:#FFF;
	overflow:auto;
}
#done input{
	float:right;
}

div.colorselector{
	border:solid 1px #333;
	overflow:hidden;
	cursor:pointer;
}

#colorchart{
	border:solid 1px black;
	position:absolute;
	padding:1px;
	display:none;
}

input.resetbutton{
	width:100px;
	position:absolute;
	bottom:5px;
	right:120px;
}

div.price{
	position:absolute;
	width:100px;
	text-align:center;
	font-weight:bold;
	color:#C00;
	bottom:30px;
	right:120px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}