@CHARSET "UTF-8";


/* layout-box tabs */
.layout-box #tabs {
    border: medium none !important;
    margin-bottom: 10px;
    clear:both;
}

.layout-box .ui-widget-content{
   background:none;
}

.layout-box #tabs ul,.layout-box #tabs ul li {
	background: none !important;
	border: none !important;
}

.layout-box #tabs ul li {
	margin: 0px 20px 0px 0px !important;
}

.layout-box #tabs ul li a {
	margin: 0px !important;
	padding: 0px !important;
	width: 46px;
	height: 46px;
  font-size:0px;
  outline: 0;
}

.layout-box #tabs ul li:nth-child(1) a {
	background: url("../img/payment_tab.png") no-repeat;
}

.layout-box #tabs ul li:nth-child(2) a {
	background: url("../img/delivery_tab.png") no-repeat;
}

.layout-box #tabs ul li:nth-child(3) a {
	background: url("../img/return_tab.png") no-repeat;
}

.layout-box #tabs ul li:nth-child(1).ui-state-active a,.layout-box #tabs ul li:nth-child(1).ui-state-hover a
	{
	background: url("../img/payment_tab_active.png") no-repeat;
}

.layout-box #tabs ul li:nth-child(2).ui-state-active a,.layout-box #tabs ul li:nth-child(2).ui-state-hover a
	{
	background: url("../img/delivery_tab_active.png") no-repeat;
}

.layout-box #tabs ul li:nth-child(3).ui-state-active a,.layout-box #tabs ul li:nth-child(3).ui-state-hover a
	{
	background: url("../img/return_tab_active.png") no-repeat;
}


.layout-box #tabs>div {
	border: 2px solid #bebebe;
	border-radius: 0 0 0 0 !important;
/*	font-size: 11px !important;  */
}
.layout-box .ui-tabs-panel{
    height: 310px;
    overflow-y: auto;
    padding-right: 0 !important;
}
.layout-box #tabs>div>p {

}

.layout-box #tabs>div,.layout-box #tabs>div p {
	color: #B9B9B9 !important;
  background-color:#fff;
}

.layout-box #tabs .pointer {
	clear: both;
	display: block;
	margin-left: 98px;
  height:16px;
}