/* !!! ======= Button Styling ========== !!! */
/* Parent Class: ws-btn-profile, main button. */
.ws-btn-profile {}

.ws-btn-profile .ws-wrap-btn {

	background: #5a5a5a url(../../common/assets/case_common/btn_back_minor.png) repeat-x;	
	border-color: #818181 #171717 #101010 #535353;	
}

.ws-btn-profile .ws-wrap-btn span {
	
	border-color: #c1c1c1 #a5a5a5 #818181 #a5a5a5;
}

/* addition */

.wse-xbtn-save .x-btn-left,
.wse-xbtn-save .x-btn-right {
	height: 31px;
}

.wse-xbtn-save .x-btn-center,
.x-panel-btns-ct .x-panel-btns .wse-xbtn-save .x-btn-center {
	padding: 0 10px !important;
}

.wse-xbtn-save button {
	font-size: 13px; 
}


.wse-xbtn-cancel {
	margin-top: 10px;	
}


.wse-xbtn-contshop {
	border-width: 0; margin-top: 50px; position: relative; left: -10px;
}

.wse-xbtn-contshop .x-btn-left,
.wse-xbtn-contshop .x-btn-right {
	display: none;
}

.wse-xbtn-contshop .x-btn-center,
.x-panel-btns-ct .x-panel-btns .wse-xbtn-contshop .x-btn-center {
	border-width: 0; height: 21px; padding-left: 20px !important;
	
	background: transparent url(../../common/assets/case_common/btn_back_simparrw.gif) no-repeat left center;
}

.wse-xbtn-contshop .x-btn-center button {
	text-transform: none; font-weight: bold;
	
	color: #0063be; /* link color */	
}


.wse-xbtn-checkout  {
	border-width: 0; margin-top: 50px; position: relative; left: -10px;
}

.wse-xbtn-checkout .x-btn-left,
.wse-xbtn-checkout .x-btn-right {
	display: none;
}

.wse-xbtn-checkout .x-btn-center,
.x-panel-btns-ct .x-panel-btns .wse-xbtn-checkout .x-btn-center {
	border-width: 0; height: 21px; padding-left: 20px !important;
	
	background: transparent url(../../common/assets/case_common/btn_back_simparrw.gif) no-repeat left center;
}

.wse-xbtn-checkout .x-btn-center button {
	text-transform: none; font-weight: bold;
	
	color: #0063be; /* link color */	
}
/* end addition */
