
/********extra*********************************/
address{
    display:inline;
}
.service-desc p{
    font-size:14px;
}
.ico{
    float:left;
    margin:0 20px;
}
.title{

}
.breadcrumb > li + li:before {
    font-size: 9px;
    float:left;
    color: #CCCCCC;
    content: "/ ";
    padding: 0 5px;
}
.map iframe {
width: 100%;
height: 450px;
border: none;
}
.panel-heading{
background-color: #343434;
color: white;
}

.hrLogin li{
float:left;
list-style: none;
padding:0 5px;
}
.hrLogin input{
width :150px;
}
.txwhite{
color:white;
}

.txgrey{
color:grey;
}
.login_section{
    float:left;
    display:inline-block;
}
.flt{
    float:left;
}
.call_us{
    vertical-align: middle;
     color:#ffba00;
}
#login_section{
    padding:5px;
    min-width:450px;
}
.recent li img{
    margin-right:10px;
}
.recent li {
    padding:10px;
}
.top_info .bggreen{
    background-color: green;
}
.top_info{
    padding:5px;

  background: none;
;
}
.icon_block img{
    margin:33px;
}

.carousel-control.right{
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.0001)));
background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.left{
right: auto;
left: 0;
background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.0001)));
background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.input-md{
width:200px;
float:left;

}
p{

}

body{background:white;}
.pad10{
    padding:10px;
}
.bco{
	background:orange;
}
.bg-lcyan{
	background:lightcyan;
}
.bg-pblue{
	background:powderblue;
}
.bg-pale{
	background:paleturquoise;
}
.bg-sblue{
	background:skyblue;
}

.txtcenter{
	text-align:center;
}
.txtbar{
	text-align:center;
	font-weight:bold;
}
.bordered td{
	border:1px solid grey;
}
.bordered  th{
	border:1px solid grey;
	text-align:center;
}

.border{
	border:1px solid #cdcdcd;
}
.font08{
font-size:0.8em;
}
.font09{
font-size:0.9em;
}
.font10{
font-size:1.0em;
}

.font11{
font-size:1.2em;
}

.w100p{
	width:100%;
}
.sDiv2{
float:left;
}
.nomp{
margin:0px;
padding:0px;
}

.ullist label{
display:inline-block;
width:100px;
text-align:right;
font-size:0.8em;
padding-right:5px;
}



.ullist li{
float:left;
list-style:none;
/*margin:2px 10px;*/
}
.ullist .li1x input{
width:130px;
}
.ullist .li2x input{
width:250px;
}
.ullist .li3x input{
width:380px;
}
.ullist input[type=file]{
	display: inline
}
.ullist .li4x input{
width:550px;
}

.ln1x{
    width:160px;
}
.ln2x{
    width:260px;
}
.ln3x{
    width:390px;
}
.clb{
clear:both;
}
.w100p{
	width:100%;
}
.li1x{
	width:250px;
}
.li2x{
	width:400px;
}
.li3x{
	width:500px;
}
.li4x{
	width:650px;
}
.li8x{
	width:1050px;
}
.flt{
	float:left;
}
.frt{
	float:right;
}
.ullist{
margin-top:10px;


}
.pad10{
padding:10px;

}
.uploadend{
	font-size: 12px;
	margin:10px;
}
.uploadend td{
	border:1px solid grey;
	border-collapse: collapse;;
	padding:3px;
}
.tblscanit{
	width:100%;
	margin:0px 20px;
}
.one-post
{
position: relative;
width: 100%;
min-height: 100px;

}
.side-title a{
	color:#454545;
	text-decoration :none;
	font-weight: bold;
}
.ico{
	float:left;;
	margin:0px 10px;
}
.err{
    position:absolute;
    margin-left:300px;
    margin-top:-25px;
display:inline-block;
	border:1px solid red;
	color :red;
	padding:0 10px;
	font-size: 12px;
	width:300px;


}
.faqlist dt{
margin-top:20px;
}
.faqlist i{
	padding:0 10px;
	font-size:20px;
	color:#FFC600;
}
.faqlist dd{
margin-left:60px;
}
.faqlist .faqtitle{
margin-left:40px;
}
/*DL, DT, DD TAGS LIST DATA*/
dl {
    margin-bottom:50px;
}

dl.dblue dt {
    background:#5f9be3;
    color:#fff;
    float:left;
    font-weight:bold;
    margin-right:10px;
    padding:5px;
    width:100px;
}

dl.dblue dd {
	background:#E1FFFC;
    margin:2px 0;
    padding:5px 0;
}

dl.dorange dt {
    background:#FF9400;
    color:#fff;
    float:left;
    font-weight:bold;
    margin-right:10px;
    padding:5px;
    width:100px;
}

dl.dorange dd {
    background:#FFF2A8;
    margin:2px 0;
    padding:5px 0;
}
dl.dorwhite dt {
    background:#FF9400;
    color:#fff;
    float:left;
    font-weight:bold;
    margin-right:10px;
    padding:5px;
    width:100px;
}

dl.dorwhite dd {
	background:#FFF;
    margin:2px 0;
    padding:5px 0;
}
input[type=checkbox], input[type=radio]{
	width:15px;
	height:15px;
	border:1px solid black;
	color:black;
}
.sidemenu a{
	display: inline-block;
	width: 100%;
}
.sidemenu i{
	margin:5px;
}
/*<ol class="rounded-list"><li><a href=></a></li><ol>*/
ol{
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */

    padding: 0;
    margin-bottom: 1em;
    text-shadow: 0 1px 0 rgba(255,255,255,0.1);
}

ol ol {
    margin: 0 0 0.5em 2em; /* Add some left margin for inner lists */
}
.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #f5f5f5;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}

.rounded-list a:hover{
    background: #eee;
}

.rounded-list a:hover:before{
    transform: rotate(360deg);
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #FFCF00;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}
/*rec list*/
.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
}

.rectangle-list a:hover{
    background: #eee;
}

.rectangle-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fa8072;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list a:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #fa8072;
}
/*clist*/
.circle-list li{
    padding: 2.5em;
    border-bottom: 1px dashed #ccc;
}

.circle-list h2{
    position: relative;
    margin: 0;
}

.circle-list p{
    margin: 0;
}

.circle-list h2:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    z-index: -1;
    left: -1.3em;
    top: -.8em;
    background: #f5f5f5;
    height: 1.5em;
    width: 1.5em;
    border: .1em solid rgba(0,0,0,.05);
    text-align: center;
    font: italic bold 1em/1.5em Georgia, Serif;
    color: #ccc;
    border-radius: 1.5em;
    transition: all .2s ease-out;
}

.circle-list li:hover h2:before{
    background-color: #ffd797;
    border-color: rgba(0,0,0,.08);
    border-width: .2em;
    color: #444;
    transform: scale(1.5);
}
/*ullist it

<ul class='ullist'>
    <li class="orange"><a href="#">Download</a></li>
    <li class="blue"><a href="#">Download</a></li>
    <li class="green"><a href="#">Download</a></li>
    <li class="purple"><a href="#">Download</a></li>
    <li class="gold"><a href="#">Download</a></li>
</ul>
*/
.ullistit {
    margin-bottom: 14px;
    list-style: none;

}
.ullistit li {
    width: 100%; height: 30px;  margin: 0 0 7px 0;
 }
 .ullistit li a {
    display: block;

height: 30px;
margin: 0 0 7px 0;
background: #F7F5F2 url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAcCAYAAACQ0cTtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAcVJREFUSEvtVtFNxDAM7QiMwAiMwAiMwAhs4PZSic8bgRFuhI5wI3QERjjyYjuJrnaagoSExElRT4njZzvPLxmG/99vVIBofhrHcB6neYnjM46bfBfME4XnH8cBJwIA5zoAqKOaD+u3QSUTdjaGD6LTixU95rGeg4mZHsqybO6PNpV6ClcNrguQpjBylOFKRA9dm8QI9hVgO0OOjg/fA6LT/IqA8LXLWgCbZ6hkaBlVhFm8rIVYCNq2IXp/lKxcJ3DeAyZ2F/hDtTZB0TS/pUWnPLqhFyyxFP5iyTdgykBk2CKFBeadr1spdWIB1cy8B1MGOvtW89zaYKUVarCa6jYYK822jCxBN2eTyBKaVhqX7RMJGvugowYYC63JHpCm0sZaJ9N/i1ScdQrksmWjOAQrzWZ1AE22RQcaoOmvRBJWt1mzlMkNEAXYsy0C4bA709/JLjWrKnwDSHsMtm4bSXY41KiNRuer4DYaX/RVfLR7dshR7QDaIpyEPN3ke0qU99fs8whwDyZydwxInUiG8t4Iq/XWgLozSFzXq2lHW5tnKJepgOZ3yKbX+Omwc0Yt0a3XkKkAQzWSDKVLFPMHb/RezL9l9wWuQAy9JbrovAAAAABJRU5ErkJggg==) 97% center no-repeat;
font-size: 18px;
color: #333;
padding: 5px 0 0 20px;
text-decoration: none;
}

.ullistit li a:hover { background-color: #EFEFEF; }

.ullistit .orange { border-left: 5px solid #F5876E; }

.ullistit .blue{ border-left: 5px solid #61A8DC; }

.ullistit .green{ border-left: 5px solid #8EBD40; }

.ullistit .purple { border-left: 5px solid #988CC3; }

.ullistit .gold { border-left: 5px solid #D8C86E; }
.x3{
	width:300px;
}
.padded{
    padding:20px;
}
.padded10{
    padding:10px;
}
.padded5{
    padding:5px;
}
.carousel{
    margin:20px 0px;
}

.carousel-caption{

     padding-bottom: 5px;
     padding-top: 5px;
right: 10%;
left: 10%;
    background:rgba(255,255,255,0.7);
bottom:0px;
}
.oknono{
    background-image: url("/api/images/no.png");
    width:20px;
    height:20px;
}
.oknook{
    background-image: url("/api/images/ok.png");
    width:20px;
    height:20px;
}
.oknowarn{
    background-image: url("/api/images/warning.png");
    width:20px;
    height:20px;
}

.tblscanit{
    width:100%;
}
.margined{
    margin:5px;
}
.ht101{
    height:100px;
}
.tbllist{
    width:100%;
}
.tbllist td{
    padding:2px;
}


/***************************************************/
.VeeTbl {
    padding: 0;
    margin: 0;
}

.VeeTbl caption {
    padding: 0 0 5px 0;
    width: 700px;
    font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
}

.VeeTbl th {
    font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #CAE8EA url(/api/images/veri/bg_header.jpg) no-repeat;
}

.VeeTbl th.nobg {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #C1DAD7;
    background: none;
}

.VeeTbl td {
font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
}


.VeeTbl td.alt {
    background: #F5FAFA;
    color: #797268;
}

.VeeTbl th.spec {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #fff url(/api/images/veri/bullet1.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.VeeTbl th.specalt {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #f5fafa url(/api/images/veri/bullet2.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #797268;
}
.box32 {
   padding: 10px 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Dotum;
   text-decoration: none;
   vertical-align: middle;
min-width:80px;
   float :left;
   margin:1px;
   }
.box32:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.box32:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

.bluegrad{
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e409c), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e409c, #65a9d7);
   background: -moz-linear-gradient(top, #3e409c, #65a9d7);
   background: -ms-linear-gradient(top, #3e409c, #65a9d7);
   background: -o-linear-gradient(top, #3e409c, #65a9d7);


}

.greygrad{
   border-top: 1px solid #96d1f8;
   background: #cccccc;
   background: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#cccccc));
   background: -webkit-linear-gradient(top, #4c4c4c, #cccccc);
   background: -moz-linear-gradient(top, #4c4c4c, #cccccc);
   background: -ms-linear-gradient(top, #4c4c4c, #cccccc);
   background: -o-linear-gradient(top, #4c4c4c, #cccccc);


}

#itemTable{
    width:100%;
}
.itemName{
    width:120px;
}
.itemCate{
    width:120px;
}
.itemQty{
    width:60px;
}
.itemPrice{
    width:60px;
}
.itemBrand{
    width:100px;
}
.itemCode{
    width:100px;
}

        .breadarrow {
            list-style: none;
            overflow: hidden;
            font: 12px Helvetica, Arial, Sans-Serif;
        }
        .breadarrow li {
            float: left;
        }
        .breadarrow li a {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 50px;
            background: brown;                   /* fallback color */
            background: hsla(34,85%,35%,1);
            position: relative;
            display: block;
            float: left;
        }
        .breadarrow li a:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
            border-bottom: 50px solid transparent;
            border-left: 30px solid hsla(34,85%,35%,1);
            position: absolute;
            top: 50%;
            margin-top: -50px;
            left: 100%;
            z-index: 2;
        }
        .breadarrow li a:before {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
            border-bottom: 50px solid transparent;
            border-left: 30px solid white;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            margin-left: 1px;
            left: 100%;
            z-index: 1;
        }
        .breadarrow li:first-child a {
            padding-left: 10px;
        }
        /*
        .breadarrow li:nth-child(2) a       { background:        hsla(34,85%,35%,1); }
        .breadarrow li:nth-child(2) a:after { border-left-color: hsla(34,85%,35%,1); }

        .breadarrow li:nth-child(3) a       { background:        hsla(34,85%,45%,1); }
        .breadarrow li:nth-child(3) a:after { border-left-color: hsla(34,85%,45%,1); }

        .breadarrow li:nth-child(4) a       { background:        hsla(34,85%,55%,1); }
        .breadarrow li:nth-child(4) a:after { border-left-color: hsla(34,85%,55%,1); }

        .breadarrow li:nth-child(5) a       { background:        hsla(34,85%,65%,1); }
        .breadarrow li:nth-child(5) a:after { border-left-color: hsla(34,85%,65%,1); }

        .breadarrow li:nth-child(6) a       { background:        hsla(34,85%,75%,1); }
        .breadarrow li:nth-child(6) a:after { border-left-color: hsla(34,85%,75%,1); }

        .breadarrow li:nth-child(7) a       { background:        hsla(34,85%,85%,1); }
        .breadarrow li:nth-child(7) a:after { border-left-color: hsla(34,85%,85%,1); }
*/
      .breadarrow li a       { background:        hsla(34,85%,35%,1); }
        .breadarrow li a:after { border-left-color: hsla(34,85%,35%,1); }

       .breadarrow li:last-child a       { background:        hsla(34,85%,85%,1); }
        .breadarrow li:last-child a:after { border-left-color: hsla(34,85%,85%,1); }

        .breadarrow li:last-child a {
            color: red;
            pointer-events: none;
            cursor: default;
            font-weight:bold;
            padding-right: 20px;
        }


        .breadarrow li a:hover { background: hsla(34,85%,25%,1); }
        .breadarrow li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }

        .subheader {
  background-image: -webkit-linear-gradient(top,#ffe84f 0,#fc0 100%);
  background-image: -o-linear-gradient(top,#ffe84f 0,#fc0 100%);
  background-image: linear-gradient(to bottom,#ffe84f 0,#fc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe84f', endColorstr='#ffffcc00', GradientType=0);
  border-bottom: 2px solid #900;
}


.tblyellow {
  border-collapse: collapse;
}
.tblyellow caption, .tblyellow th, .tblyellow td {
  padding: .2em .8em;
  border: 1px solid #fff;
}
.tblyellow caption {
  background: #dbb768;
  font-weight: bold;
  font-size: 1.1em;
  margin-left: -1px; /* Fix FF 1px issue */
}
.tblyellow html:first-child caption { /* Opera only */
 margin-left: 0;
}
.tblyellow th {
  font-weight: bold;
  background: #fc0;
}
.tblyellow td {
  background: #ffea97;
}
/********bar box**********/
.bar {

    float: left;
    margin-right: 25px;
}

.bar .title {
    display: block;
     width: 300px;
    padding: 14px 0 15px 0;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 10px;
    border-bottom: 2px solid;
}

.bar ul {
    color: #666;
    list-style:square;
    padding: 0;
    margin-left: 20px;
    font-size: 12px;
}
.lborder li{
    margin: 2px 0;
}
.bar:after{
    content:"";
}
.bar li{
  list-style: none;

}
.orange { color: #F5876E; }

.blue{ color: #61A8DC; }

.green{ color: #8EBD40; }

.purple { color: #988CC3; }

.gold { color: #D8C86E; }

.lborder li a:hover { background-color: #EFEFEF; }

.lborder.orange> li { border-left: 5px solid #F5876E; }

.lborder.blue li{ border-left: 5px solid #61A8DC; }

.lborder.green li{ border-left: 5px solid #8EBD40; }

.lborder.purple li { border-left: 5px solid #988CC3; }

.lborder.gold  li{ border-left: 5px solid #D8C86E; }

.flex_caption1{
    font-size :1.5em;
}
.boardcontent{
    border: 1px solid gray;
    width:500px;
    height:400px;
}
.boardbar{
    border: 1px solid gray;
    width:500px;
    height:30px;
}
.colorred{
color:red;

}
.coloryellow{
color:yellow;

}
.colorblue{
color:blue;

}
.colorgreen{
color:green;

}
.colorcyan{
color:cyan;

}
.readonly{
    color:orange;
}
