﻿.draggable {
	position: absolute;
	width: 80px;
	height: 40px;
	border: 1px solid #0090DF;
	background-color: #68BFEF;
	padding: 10px;
	text-align: center;
}

#left_panel
{
	height : 524px;
	width : 370px;
	position : relative;
	float : left;
	clear : none;
	margin : 0px;
	padding : 0px;
	background-repeat : no-repeat;
	background-position : center;
	text-align:left;
	font-size : 12px;
	color:#203d58;
	text-decoration : none;
	font-family : Verdana, Tahoma, Arial;
	font-weight:bolder;
}

#side_selector
{
	height : 30px;
	width :150px;
	position : relative;
	float : left;
	clear : none;
	margin : 0 0 0 180px;
	padding : 0px;
	background-repeat : no-repeat;
	background-position : center;
	text-decoration : none;
	font-family : Verdana, Tahoma, Arial;
	font-weight:bolder;
}

#parentElem
{
	width: 140px;
	height: 215px;
	top:55px;
	left: 85px;
	position: absolute;
	overflow: hidden;
	margin: 0px;
}

#parentElemFront
{
	width: 140px;
	height: 215px;
	top:55px;
	left: 85px;
	position: absolute;
	overflow: hidden;
	margin: 0px;
}

#parentElemBack
{
	width: 140px;
	height: 215px;
	top:55px;
	left: 85px;
	position: absolute;
	overflow: hidden;
	margin: 0px;
}

#insideParent
{
	
}

.panelTShirt
{
	height : 296px;
	width : 319px;
	position : relative;
	float : left;
	clear : none;
	margin : 40px 20px 0 20px;
	padding : 0px;
	background-repeat : no-repeat;
	background-position : center;
}

#tools
{
	height : 524px;
	width : 320px;
	float:left;
	clear : none;
	margin : 0px;
	padding : 0px;
	text-align:left;
	font-size : 12px;
	color:#205870;
	text-decoration : none;
	font-family : Verdana, Tahoma, Arial;
	font-weight:bolder;
}

#type_box
{
	width: 100%;
	float:left;
	clear : none;
	margin : 0px;
	padding : 0px;
	
}

 .one_type
 {
 	width : 60px;
 	height : 65px;
 	float : left;
 	clear : none;
 }

.title_tool
{
	width: 100%;
	float:left;
	clear : none;
	margin : 0px;
	padding : 3px 0 0 5px;
	height : 20px;
	background-color:#dee9ef;
	color : #bc3936;
}


#color_box
{
	width: 100%;
	float:left;
	clear : none;
	margin : 0px;
	padding : 0px;
}

#file_box
{
	width: 100%;
	float:left;
	clear : none;
	margin : 0px;
	padding : 0px;
}

#imagesizeBox
{
	width: 100%;
	float:left;
	clear : none;
	margin : 0px;
	padding : 0px;
}

#downSize
{
	width: 24px;
	height:24px;
	float : left;
	clear : none;
	cursor : pointer;
}

#upSize
{
	width: 24px;
	height:24px;
	float : left;
	clear : none;
	cursor : pointer;
}

.noteBox
{
	width: 100%;
	float:left;
	clear : none;
	margin : 0px;
	padding : 0px;
}

.toolbox_row_spacer
{
	width: 100%;
	height:7px;
	float:left;
	clear : none;
	margin : 0px;
	padding : 0px;
}

.select_color_box
{
	width: 70px;
	height:47px;
	float:left;
	clear : none;
	margin : 0px;
	padding : 0px;
}

.select_color_text
{
	width: 250px;
	height:40px;
	float:left;
	clear : none;
	margin : 0px;
	padding : 0px;
	font-weight:normal;
	color:#205870;
}

#shopping_box
{	
	text-align:center;
	font-size : 12px;
	color:#203d58;
	text-decoration : none;
	font-family : Verdana, Tahoma, Arial;
	font-weight:bolder;
	width:350px;
	height:90px;
	clear:none;
	float:left;
	padding-left:10px;
	margin-top:-20px;
}

.tab_active
{
	width: 55px;
	height:24px;
	float : left;
	clear : none;
	cursor : pointer;
	background-image:url(img/tab_active.png);
	background-repeat:no-repeat;
	padding:5px 0px 0px	15px;
	font-family:Verdana, tahoma, Arial;
	font-size:12px;
	font-weight:bolder;
	text-decoration:none;	
	color:#c91f09;
}

.tab_inactive
{
	width: 55px;
	height:24px;
	float : left;
	clear : none;
	cursor : pointer;
	background-image:url(img/tab_inactive.png);
	background-repeat:no-repeat;
	padding:5px 0px 0px	15px;
	font-family:Verdana, tahoma, Arial;
	font-size:12px;
	font-weight:bolder;
	text-decoration:none;
	color:#acaaa9;
}

.btn_correct_shopping
{
	background-image:url(img/save_shopping.png);
	background-repeat:no-repeat;
	display:block;
	width:157px;
	height:32px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}
