#my_profile_tabs_area
{
	overflow:hidden;
	height:3vw;
	margin-bottom:1vw;
}
#my_profile_tabs_area a.tab
{
	display:inline-block;
	float:right;
	margin-right:1vw;
	border: 0.2vw solid #98BEC1;
	border-radius:1vw;
	background-color:transparent;
	height:2.6vw;
	line-height:2.6vw;
	padding:0 1vw;
	font-size:2vw;
	color:black;
}
#my_profile_tabs_area a.tab:hover,
#my_profile_tabs_area a.tab.selected
{
	background-color:#98BEC1;
	color:white;
}

#my_profile_orders_area .main_area
{
	overflow:hidden;
	display:block;
	margin-right:1.5vw;
	width:96.5vw;
	border-bottom:0.1vw solid #C3C3C3;
}
#my_profile_orders_area .orders_title
{
	overflow:hidden;
	height:2.4vw;
	line-height:2.4vw;
	font-size:2vw;
	font-weight:bold;
	color:#3BA3CA;
	margin-top:1.2vw;
	border-bottom:0.1vw solid #C3C3C3;
}
#my_profile_orders_area .order_block
{
	float:right;
	width:35vw;
	height:4vw;
	overflow:hidden;
}
#my_profile_orders_area .v_seperator
{
	float:right;
	width:0.1vw;
	height:4vw;
	overflow:hidden;
	background-color:#C3C3C3;
	margin:0 1.8vw;
}
#my_profile_orders_area .h_seperator
{
	float:right;
	height:0.1vw;
	width:96.5vw;
	overflow:hidden;
	background-color:#C3C3C3;
	margin:0;
}

#my_profile_orders_area .order_block .title
{
	float:right;
	display:inline-block;
	width:12.5vw;
	height:3vw;
	margin-top:1vw;
}
#my_profile_orders_area .order_block .title .number_desc
{
	height:1.5vw;
	line-height:1.5vw;
	font-size:1.5vw;
	font-weight:bold;
	color:black;
	overflow:hidden;
}
#my_profile_orders_area .order_block .title .order_date
{
	height:1.5vw;
	line-height:1.5vw;
	font-size:1vw;
	color:#A1A1A1;
	overflow:hidden;
}
#my_profile_orders_area .order_block .price
{
	float:right;
	width:8.4vw;
	overflow:hidden;
	margin-right:3vw;
	margin-top:1vw;
}
#my_profile_orders_area .order_block .price label,
#my_profile_orders_area .order_block .price span
{
	float:right;
	width:3.3vw;
	font-size:1.2vw;
	color:#A1A1A1;
	height:2vw;
	line-height:2vw;
	margin:0;
}
#my_profile_orders_area .order_block .price span
{
	width:auto;
	color:#3C9FC6;
	font-weight:bold;
}
#my_profile_orders_area .order_block .price span.num
{
	font-size:1.5vw;
	margin-top:0px;
}
#my_profile_orders_area .order_block .price span.icon 
{
	margin-right:0.3vw;
	margin-top:0.5vw;
	line-height:1.5vw;
	font-size:1vw;
}

#my_profile_orders_area .order_block a.btn_view
{
	float:right;
	border:0.2vw solid #98BEC1;
	background-color:white;
	color:#98BEC1;
	font-size:1.5vw;
	padding:0 1vw;
	height:2vw;
	line-height:2vw;
	display:inline-block;
	text-align:center;
	margin-top:1vw;
	margin-left:1vw;
}
#my_profile_orders_area .order_block a.btn_view:hover
{
	background-color:#98BEC1;
	color:white;
}

#my_profile_orders_area .order_block .cart_active_mark
{
	float:right;
	border:0.2vw solid lawngreen;
	background-color:white;
	color:lawngreen;
	font-size:1.5vw;
	padding:0 1vw;
	height:2vw;
	line-height:2vw;
	display:inline-block;
	text-align:center;
	margin-top:1vw;
	margin-left:1vw;
}

#content_area.my_profile .edit_profile_area img
{
	float:left;
	width:6vw;
	margin-left:2vw;
}
#content_area.my_profile .edit_profile_area input,
#content_area.my_profile .edit_profile_area .upload_box,
#content_area.my_profile .edit_profile_area .checkbox_box
{
	display:inline-block;
	float:right;
	height:3.6vw;
	line-height:3.6vw;
	font-size:1.5vw;
	background-color:white;
	border:0.1vw solid #D3D3D3;
	color:black;
	text-indent:1.2vw;
	width:29.5vw;
	margin-left:1.2vw;
	margin-bottom:1.8vw;
	overflow:hidden;
}

#content_area.my_profile .edit_profile_area .upload_box input
{
	border:0;
	width:19.3vw;
	margin:0;
}
#content_area.my_profile .edit_profile_area .upload_box span.btn_upload
{
	display:inline-block;
	float:right;
	height:3.6vw;
	line-height:3.6vw;
	font-size:1.5vw;
	background-color:#3BA3C8;
	color:white;
	width:10.2vw;
	text-align:center;
}
#content_area.my_profile .edit_profile_area .upload_box:hover span.btn_upload {background-color:black;}
#content_area.my_profile .edit_profile_area .upload_box input[type=file]
{
	position:relative;
	top:-3.6vw;
	right:19.3vw;
	opacity:0;
	cursor:pointer;
	text-indent:10.2vw;
}

#content_area.my_profile .edit_profile_area input.last_row {margin-bottom:0;}
#content_area.my_profile .edit_profile_area span.must_icon
{
	display:inline-block;
	float:right;
	height:3.6vw;
	line-height:3.6vw;
	font-size:1.5vw;
	color:red;
	
	position:relative;
	right:-29vw;
	
	width:1vw;
	text-align:right;
	margin-left:2.6vw;
}
#content_area.my_profile .edit_profile_area span.must_icon.hidden {opacity:0;}
#content_area.my_profile .edit_profile_area span.must_icon.focus {opacity:0;}

#content_area.my_profile .edit_profile_area .checkbox_box input,
#content_area.my_profile .edit_profile_area .checkbox_box span
{
	display:inline-block;
	float:right;
	height:3.6vw;
	line-height:3.6vw;
	font-size:1.2vw;
	color:black;
	margin:0;
	margin-right:0.5vw;
	text-indent:0;
}
#content_area.my_profile .edit_profile_area .checkbox_box input
{
	height:1vw;
	width:1vw;
	margin-top:1.3vw;
	margin-right:0.5vw;
}

#content_area.my_profile .edit_profile_area input[type=submit]
{
	overflow:hidden;
	float:right;
	clear:both;
	width:30vw;
	margin-right:0;
	margin-bottom:5.7vw;
	display:inline-block;
	height:3.6vw;
	line-height:3.6vw;
	font-size:2.5vw;
	color:white;
	background-color:#00B923;
	border:0;
	font-weight:bold;
	text-align:center;
}
#content_area.my_profile .edit_profile_area input[type=submit]:hover {background-color:black;}














