#content_path{
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px 0;
	border: 1px solid #ebe9e6;
}

#content_path .arrows {
	display: block;
	width: 100%; 
	height: 40px;
	margin-bottom: 10px;
	position: relative;
}

#content_path .arrows .icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 19px;
	line-height: 40px;
	font-weight: bold;
	border-radius: 20px;
	background: #ebe9e6;
	
	position: relative;
	z-index: 3;
}

#content_path .active .arrows .icon {
	background: #303347;
	color: white;
}

#content_path .arrows .line_left {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 19px;
	width: 50%;
	border-top: 3px dotted #b9b8b4;
}

#content_path .arrows .line_right {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 19px;
	width: 50%;
	border-top: 3px dotted #b9b8b4;
}

.content_border_path{
	overflow:hidden;
}

.content_path_step{
	text-align: center;	
	float: left;
	padding: 5px 0;
}

.content_path_step.active{
	font-weight: bold;
}

.tl_rborder{
	background-position:0 -1082px;
	width:5px;
	height:5px;
	position:absolute;
	top:-1px;
	left:-1px;	
}

.tr_rborder{
	background-position:-4px -1082px;
	width:5px;
	height:5px;
	position:absolute;
	top:-1px;
	right:-1px;	
}

.bl_rborder{
	background-position:0 -1087px;
	width:5px;
	height:5px;
	position:absolute;
	bottom:-1px;
	left:-1px;
}

.br_rborder{
	background-position:-4px -1087px;
	width:5px;
	height:5px;
	position:absolute;
	bottom:-1px;
	right:-1px;	
}

#content_path.two .content_path_step{
	width:479px;
	text-align:center;
	float:left;
	padding:3px 0;
}




#step_nav_wrapper{
	overflow:hidden;
	position:relative;
	z-index:0;
}

.step_back_button{
	float:left;	
}

.step_next_button{
	float:right;	
}

.step_info{
	text-align:center;
	display:inline-block;
	margin-left:10px;
	vertical-align:top;
	text-decoration: none;
	font-style:italic;
}



#upload_wrapper{
	margin:0 0px;
}

#upload_info{
	margin:0 0 40px 0;
}

#upload_button_wrapper{
	text-align:center;
	margin-top:30px;
}

.upload_help{
	margin-top:5px;	
}

#upload{
	width:960px;
	margin:0 auto 40px;
	overflow:hidden;
	background:#f8f8f9;	
}



/* button */

.button_wrapper{
	display:inline-block;
	position:relative
}

.button_flash{
	position:absolute;
	top:0;
	left:0;
	z-index:999;
}

.button_wrapper_right{
	display:inline-block;
	float:right;
}

.button{
	text-align:center;
	position:relative;
	float:left;
	color:#0d0214;
	line-height:27px;
	height:26px;
	font-size:12px;
	overflow:hidden;
	cursor:pointer;
	z-index:1;
}

.big_button{
	text-align:center;
	position:relative;
	float:left;
	color:#0d0214;
	line-height:35px;
	height:35px;
	font-size:18px;
	overflow:hidden;
	cursor:pointer;
	z-index:1;
}

.medium_button{
	text-align:center;
	position:relative;
	float:left;
	color:#0d0214;
	line-height:30px;
	height:30px;
	font-size:14px;
	overflow:hidden;
	cursor:pointer;
	z-index:1;
}

.button>span{
	padding:0 10px;
	position:relative;
	display:inline-block;
}

.medium_button>span{
	padding:0 15px;
	position:relative;
	display:inline-block;
}

.big_button>span{
	padding:0 20px;
	position:relative;
	display:inline-block;
}

.button .button_border{
	display:block;
	background:url(/img/button.png) repeat-x;
	width:100%;
	height:26px;
	position:absolute;
	left:-6px;
	top:-7px;
}

.medium_button .button_border{
	display:block;
	background:url(/img/button.png) repeat-x;
	width:100%;
	height:30px;
	position:absolute;
	left:-6px;
	top:-7px;
}

.big_button .button_border{
	display:block;
	background:url(/img/button.png) repeat-x;
	width:100%;
	height:35px;
	position:absolute;
	left:-6px;
	top:-7px;
}

.button.disable .button_border{
	background-position:0 -300px;	
}

.button.hover .button_border{
	background-position:0 -100px;	
}

.button.press{
	line-height:26px;
}

.button.press .button_border{
	background-position:0 -200px;	
}

.medium_button.disable .button_border{
	background-position:0 -300px;	
}

.medium_button.hover .button_border{
	background-position:0 -100px;	
}

.medium_button.press{
	line-height:30px;
}

.medium_button.press .button_border{
	background-position:0 -200px;	
}

.big_button.disable .button_border{
	background-position:0 -300px;	
}

.big_button.hover .button_border{
	background-position:0 -100px;	
}

.big_button.press{
	line-height:35px;
}

.big_button.press .button_border{
	background-position:0 -200px;	
}

.button .button_border.top_right,
.button .button_border.bottom_right,
.button .button_border_hover.top_right,
.button .button_border_hover.bottom_right{
	margin-left:100%;
}

.button .button_border.bottom_left,
.button .button_border.bottom_right,
.button .button_border_hover.bottom_left,
.button .button_border_hover.bottom_right{
	margin-top:26px;
}

.medium_button .button_border.top_right,
.medium_button .button_border.bottom_right,
.medium_button .button_border_hover.top_right,
.medium_button .button_border_hover.bottom_right{
	margin-left:100%;
}

.medium_button .button_border.bottom_left,
.medium_button .button_border.bottom_right,
.medium_button .button_border_hover.bottom_left,
.medium_button .button_border_hover.bottom_right{
	margin-top:30px;
}

.big_button .button_border.top_right,
.big_button .button_border.bottom_right,
.big_button .button_border_hover.top_right,
.big_button .button_border_hover.bottom_right{
	margin-left:100%;
}

.big_button .button_border.bottom_left,
.big_button .button_border.bottom_right,
.big_button .button_border_hover.bottom_left,
.big_button .button_border_hover.bottom_right{
	margin-top:35px;
}

/* content bg orange */

.content_block_bg{
	position:relative;
	background:#ffecc7;
	z-index:0;
}

.content_bg_wrapper{
	padding:20px 20px 10px;	
}

.content_block_bg .tl_bg{
	background-position:0 -1064px;
	width:4px;
	height:4px;
	position:absolute;
	top:0;
	left:0;	
}

.content_block_bg .tr_bg{
	background-position:-4px -1064px;
	width:4px;
	height:4px;
	position:absolute;
	top:0;
	right:0;	
}

.content_block_bg .bl_bg{
	background-position:0 -1068px;
	width:4px;
	height:4px;
	position:absolute;
	bottom:0;
	left:0;
}

.content_block_bg .br_bg{
	background-position:-4px -1068px;
	width:4px;
	height:4px;
	position:absolute;
	bottom:0;
	right:0;	
}

/* content bg grey */

.content_block_bg_grey{
	position:relative;
	background:#f8f8f9;
}

.content_bg_grey{
	padding:20px 20px 10px;
}

.tl_bg_grey{
	background-position:-18px -1064px;
	width:4px;
	height:4px;
	position:absolute;
	top:0;
	left:0;	
}

.tr_bg_grey{
	background-position:-22px -1064px;
	width:4px;
	height:4px;
	position:absolute;
	top:0;
	right:0;	
}

.bl_bg_grey{
	background-position:-18px -1068px;
	width:4px;
	height:4px;
	position:absolute;
	bottom:0;
	left:0;
}

.br_bg_grey{
	background-position:-22px -1068px;
	width:4px;
	height:4px;
	position:absolute;
	bottom:0;
	right:0;	
}

.disp_none {
	display: none;
}

#upload_info{
	margin:0 0 40px 0;
}

#upload_button_wrapper{
	text-align:center;
	margin-top:30px;
}

.upload_help{
	margin-top:5px;	
}

#upload{
	width:960px;
	margin:0 auto 40px;
	overflow:hidden;
}

.col440{
	width:440px;
	float:left;
}

.one_margin_right40{
	margin-right:40px;	
}

.clear{
	clear:both;
}

.paperDiv {
	padding: 20px 20px;
}



.icon_del {
	background-position:0 -1359px;
	width: 21px;
	height: 21px;
	display: inline-block;
	cursor: pointer;
}

.icon_del:hover {
	background-position:-31px -1359px;
}

.icon_del:active {
	background-position:-62px -1359px;
}

.cart_product_edit{
	background-position:0 -1390px;
	width:26px;
	height:18px;
	display:inline-block;
	margin-left: 0px;
	margin-top: 20px;
	cursor:pointer;
	border-bottom:none !important;
}

.cart_product_view{
	background-position:0 -1418px;
	width:26px;
	height:13px;
	display:inline-block;
	margin-left: 0px;
	margin-top: 10px;
	cursor:pointer;
	border-bottom:none !important;
}

.show_friend {
	text-decoration: none;
}

.show_friend .show_friend_icon {
	background-position: 0 -872px;
	width: 25px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
}

.show_friend:hover .show_friend_icon {
	background-position: 0 -908px;
}

.show_friend:active .show_friend_icon {
	background-position: 0 -944px;
}

.icon_close {
	background-position: 0px -204px;
	height:26px;
    width:27px;
	cursor:pointer;
}

.icon_close:hover {
	background-position: 0px -240px;
}

.icon_close:active {
	background-position: 0px -276px;
}