#wsManager
{
    /*padding: 10px;*/
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    margin: 4px;
	margin-bottom: 0;
    position: fixed;
    left: 0px;
    bottom: 0px;
    /*height: 30px;*/
    width: 100%;
    z-index: 999999;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 20px;
    /*-webkit-border-bottom-right-radius: 30px;*/
    -webkit-border-bottom-left-radius: 0;
}
#wsManager .template
{
    /*padding-top:9px !important;*/
	padding-top: 0;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    margin: 4px;
	margin-bottom: 0;
    /*position: fixed;*/
    left: 0px;
    bottom: 0px;
    height: 50px;
    width: 100%;
    z-index: 999999;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 0;/*30px;*/
    -webkit-border-bottom-left-radius: 0;
    padding: 10px;
	padding-top: 0;
	height: auto;
}
#wsManager>.template.row {
	margin-right: 4px;
	font-size: 14.44444465637207px;
	font-family: Arial, sans-serif;
}

.template.row * {
	font: inherit;
}
#wsManager input
{
    text-transform: none;
    font-weight: bold;
}

.round5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.round5.head {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.newemail>.round5.head {
	border: 0;
	display: inline-block;
}
.newemail>.head,.newemail>.body,.newemail>.footer {
	background: #eee;
	padding: 5px 0 10px;
}
.newemail>.body>.header,.newemail>.head,.newemail>.body .desc {
	padding-left: 10px;
	padding-right: 10px;
}
.newemail>.head {
	font-size: 18px;
	margin-bottom: 0;
}
.newemail>.round5.body {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
}
.newemail>.body .desc {
	height: auto;
	background-color: inherit;
}
.newemail>.body>.header {
	font-weight: bolder;
	background: #ddd;
}
.newemail ul.desc,.newemail ul.desc>li,.newemail .desc>ul,.newemail .desc>ul>li {
	list-style: none;
	position: static;
	width: auto;
}
.newemail li.moq {
	text-align: left;
}
.newemail .col-md-6 {
	width: 50%;
	float: left;
}
.newemail .body ul.bottom {
	margin-top: 0;
	margin-bottom: 10px;
}
.clearfix {
	float: none;
	clear: both;
}

.searchresult .desc {
	word-wrap:break-word
}

@media (max-width: 1175px) {
	#wsManager .template .col-md-7,#wsManager .template .col-md-5 {
		width: 100%!important;
		max-width: none;
	}
}
.proddetail{word-wrap: break-word}

.round5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.panelbox {
	border: 1px #ddd solid;
	padding: 5px 20px;
}

.floater-menu {
	font-size: 25px;
	color: blue;
	position: fixed;
	z-index: 999;
	right: 5px;
	top: 110px;
	list-style: none;
	background: white;

	border: 1px solid rgb(189, 210, 255);
	border-right: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: -3px 5px 2px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: -3px 5px 2px 1px rgba(0,0,0,0.5);
	box-shadow: -3px 5px 2px 1px rgba(0,0,0,0.5);
}
.floater-menu>li,.floater-menu>div {
	list-style: none;
	border-bottom: 1px rgb(189, 210, 255) dashed;
}
.floater-menu>li>a,.floater-menu>div>a {
	padding: 15px;
	display: block
}
.nocart {
	border: 3px solid #87cefa;
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-style: dashed;
	background: #eee;
	
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices  {
    height: auto !important;
}