@charset "utf-8";
/* CSS Document */



#floatCart
{
	position			:	absolute;
	z-index				:	666666;
	/*top					:	100px;
	left				:	200px;
	display				:	none;*/

}

#floatCartBody
{
	position			:	relative;	
	width				:	380px;
	height				:	742px;
}

#floatCartContent{
	position			:	relative;	
	width				:	320px;
	height				:	480px;
	left				:	30px;
	top					:	135px;
}

#floatCartCloser
{
	position			:	absolute;
	right				:	5px;
	top					:	8px;
	
	height				:	37px;
	width				:	37px;
	cursor				:	pointer;
}

#floatCartOpener
{
	width:10px;
	height:10px;
	background-color:#000;
	cursor:pointer;
	position			:	absolute;
	top					:	5px;
	right				:	5px;		
}
#colors{
	bottom: -24px;
    height: 14px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.close{
	visibility:hidden !important;
}