.the_content{
/*	padding-left: 95px;
	background-image: url(../images/1.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;*/
}


.content_shipping{
	margin-bottom: 40px;
	position: relative;
}


.content_shipping:before{
	content: '';
    position: absolute;
    width: 2px;
    height: 51px;
    background-color: #f35822;
    bottom: -50px;
    left: 95px;
}


.content_shipping h3{
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	line-height: 34px;
}



.content_shipping:nth-child(1) {
 /*background-color: #f5f5f5;*/
 padding-left: 200px;
 padding-top: 20px;
 padding-bottom: 20px;
 background-image: url(../images/1.png);
 background-repeat: no-repeat;
	background-position: 10px 10px;
}



.content_shipping:nth-child(2) {
 /*background-color: #f5f5f5;*/
 padding-left: 200px;
     padding-top: 8px;
    padding-bottom: 9px;
 background-image: url(../images/2.png);
 background-repeat: no-repeat;
	background-position: 10px 10px;
}

.content_shipping:nth-child(3) {
 /*background-color: #f5f5f5;*/
 padding-left: 200px;
    padding-top: 32px;
    padding-bottom: 32px;
 background-image: url(../images/3.png);
 background-repeat: no-repeat;
	background-position: 10px 10px;
}





.content_shipping:nth-child(4) {
 /*background-color: #f5f5f5;*/
 padding-left: 200px;
 padding-top: 32px;
 padding-bottom: 32px;
 background-image: url(../images/4.png);
 background-repeat: no-repeat;
	background-position: 10px 10px;
}





.content_shipping:nth-child(5) {
 /*background-color: #f5f5f5;*/
 padding-left: 200px;
 padding-top: 20px;
 padding-bottom: 20px;
 background-image: url(../images/5.png);
 background-repeat: no-repeat;
	background-position: 10px 10px;
}

.content_shipping:nth-child(5):before{
	display: none;

}

.content_shipping:nth-child(6) {
 /*background-color: #f5f5f5;*/
 padding-left: 200px;
 padding-top: 20px;
 padding-bottom: 20px;
 background-image: url(../images/6.png);
 background-repeat: no-repeat;
	background-position: 10px 10px;
}






.searchOder {
        /*position: absolute;*/
    /*z-index: 1000;*/
    /*top: 70%;*/
    /*right: 3%;*/
    background: rgba(0,0,0,0.93);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
}


.portlet-borderless-container {
    min-height: 20px;
    position: relative;
}


.portlet-journal-content .journal-content-article {
    clear: right;
}


.panel-search-container {
    padding: 10px 10px 10px;
}



.panel-search-container .panel-heading {
    text-transform: uppercase;
    color: #fff;
}

.panel-search-container .panel-heading .nav {
    margin: 0;
}



.panel-search-container .panel-heading .nav li {
    width: 100%;
    float: left;
    padding: 5px 0;
}

.panel-search-container .panel-heading input[type="radio"] {
    background: url(../images/icUnradio.png) no-repeat center center;
    height: 23px;
    width: 23px;
    margin-right: 10px;
        margin-top: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.panel-search-container .panel-heading input[type="radio"]:checked {
    background: url(../images/icradioed.png) no-repeat center center;
    outline: 0;
}



.panel-search-container .panel-body .input-group .form-control {
    background: #fff;
    /*font: 18px/21px SegoeUI;*/
    padding: 10px;
    float: left;
    width: 170px;
    height: 40px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}


.panel-search-container .panel-body .input-group .btn {
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    text-align: center;
   /* font: 17px/20px SegoeUI;*/
    background: #f26922;
    border: 0;
    width: 80px;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
        display: inline-block;
    height: 40px;
}



.panel-search-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}



.panel{
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading {
     padding: 0px ; 
     border-bottom: none; 
     border-top-left-radius: 0px; 
     border-top-right-radius: 0px; 
}


.panel-body {
     padding: 0px; 
}



.panel-search-container label span{
        display: inline-block;
    vertical-align: top;
}








