﻿@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
@font-face {
    font-family: 'GravurCond-Regular';
    src: url('../fonts/GravurCond-Regular.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/GravurCond-Regular.otf')  format('opentype'),
	     url('../fonts/GravurCond-Regular.woff') format('woff'), 
		 url('../fonts/GravurCond-Regular.ttf')  format('truetype'), 
		 url('../fonts/GravurCond-Regular.svg#GravurCondProRegRCone-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
    padding-top: 0px;
    left: auto;
    padding-bottom: 0px;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
  url('../fonts/HelveticaNeue.woff') format('woff'), 
  url('../fonts/HelveticaNeue.ttf')  format('truetype'), 
  url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url('../fonts/HelveticaLTStd-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/HelveticaLTStd-Bold.otf')  format('opentype'),
  url('../fonts/HelveticaLTStd-Bold.woff') format('woff'), 
  url('../fonts/HelveticaLTStd-Bold.ttf')  format('truetype'), 
  url('../fonts/HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
	font-family: 'AKKURATSTD';
	src: url('fonts/AKKURATSTD-LIGHT.eot');
	src: local('☺'), 
	url('../fonts/Akkurat.woff') format('woff'), 
	url('../fonts/Akkurat.ttf') format('truetype'), 
	url('../fonts/Akkurat.svg') format('svg'),
	url('../fonts/Akkurat.eot') format('eot');
	
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'AKKURATSTD-LIGHT';
  src: url('../fonts/AKKURATSTD-LIGHT.eot?#iefix') format('embedded-opentype'),  
	   url('../fonts/AKKURATSTD-LIGHT.woff') format('woff'), 
	   url('../fonts/AKKURATSTD-LIGHT.ttf')  format('truetype'), 
	   url('../fonts/AKKURATSTD-LIGHT.svg#AKKURATSTD-LIGHT') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * orderexpress.net.au
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2015
 */

@font-face {
    font-family: "GravurCondensed-Regular";
    src:url("../fonts/lineto-gravurcondensed-regular.eot");
    src:url("../fonts/lineto-gravurcondensed-regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/lineto-gravurcondensed-regular.woff") format("woff"),
        url("../fonts/lineto-gravurcondensed-regular.ttf") format("truetype"),
        url("../fonts/lineto-gravurcondensed-regular.svg#lineto-gravurcondensed-regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=099bd8d2-19c8-4862-93b5-a3c7d0e058c0&fontids=694015");*/
@font-face{
	font-family: "Helvetica Neue";
	src: url("../694015/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot");
	src: url("../694015/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot") format("eot"),
		 url("../694015/7732d6de-bd05-4c17-ae43-99e9a02edf31.woff2") format("woff2"),
         url("../694015/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"),
         url("../694015/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"),
         url("../694015/48d599a6-92b5-4d43-a4ac-8959f6971853.svg") format("svg");
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
with any questions regarding Web Fonts:  http://www.linotype.com
*/
html {
	max-height:1000000px;
	height: 100%;
	}

body {
	margin: 0;
	font-size: 12px;
	font-family: "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 

	color: #333333;
	background-color: #f4f4f4;
	height: 100%;
}
.page-wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -100px;
	float: left;
	width: 100%;
	padding-bottom: 100px;
}

.site-footer, .page-wrap:after {
	height: 100px;
}
.site-footer {
	float: left;
	width: 100%;
}
img, object, embed, video {
	
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	width: 100%;
	float: left;
	display: block;
	padding-top: 0%;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.shop-Text{

	}
.headerM  {
	width: 100%;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 8px center;
	min-width: 250px;
	max-width: 1012px;
	float: none;
	/* [disabled]border-left: 1px solid #3B3B3B; */
	color: #FFFFFF;
	line-height: 25px;
}
.headerM a{
	color: #333;
	line-height: 40px;
	text-decoration: none;
	height: 40px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;

}
.headerM a:hover{
	color: #FFFFFF;
	line-height: 40px;
	text-decoration: none;
	height: 40px;
	background-color: #949494;

}
.headerM .logo   {
	width: 32px;
	height: 32px;
	margin-left: 6px;
	float: left;
}
.headerM .logname   {
	width: 150px;
	height: 28px;
	float: left;
	background-color: #00b6f1;
	margin-top: 4px;
	/* [disabled]font-family: "Gotham-Book", Helvetica, Arial, sans-serif; */
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 29px;
	background-image: url(../images/ico-user.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 32px;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis
}
 
.headerM .logname a   {
	text-decoration: none;
	color:#FFFFFF
}
.headerM .logname a:hover   {
	text-decoration: none;
	color: #E6C5ED
}
.headerM .log-box {
	float: left;
	margin-top: 4px;
}
input[type="text"][disabled] {
	color: #767676;
	border: 1px solid #EFEFEF;
}
input[type="select"][disabled] {
	color: #C3C3C3;
	border: 1px solid #EFEFEF;
	background-color: #F4F4F4;
}
input[type="text"],input[type="password"]{
    border-radius: 0px;
    background-color: #FFFFFF;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    border: 1px solid #dddddd;
    max-width: 220px; 
    text-align: left;
    padding-left: 18px;
    color: #767676;
    padding-top: px;
    padding-right: 18px;
    line-height: 20px;
    height: 39px;
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{
	border: 1px solid #a5a5a5;
	color: #767676;
}
input[type=text]::-ms-clear {
    display: none;
}
/*select box*/
.select-style {
    padding-top: 5px;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 5px;
    margin-left: 3px;
    margin-bottom: 5px;
    border: 1px solid #dddddd;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url(../images/select-arrow.png);
    padding-bottom: 5px;
    color: #767676;
    background-position: right 50%;
    height: 39px;
    max-width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-style select:disabled {
	padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	color:#d3d3d3;
}
.select-style select {
    padding-top: 5px;
    padding-right: 25px;
    padding-left: 8px;
    padding-bottom: 5px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.select-style select:focus {
	outline: none;
	color: #1E1E1E;
}


table {table-layout: fixed;}

table tr td   {
    padding-left: 8px;
    /* white-space: pre-wrap;       CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    padding-right: 8px;
    /*word-wrap: break-word;*/
}

.msg {
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #FFFFFF;

	height: 40px;
	-webkit-box-shadow: 0px 3px 3px #CBCBCB;
	box-shadow: 0px 3px 3px #CBCBCB;
	font-size: 17px;
	text-align: center;
	line-height: 40px;
	padding-left: 5%;
}

.success {
	background-color: #79B414;
	color: #FFFFFF;
	background-image: url(../images/correct-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.unsuccess {
	background-color: #E51D1D;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/incorrect-icon.png);
}
.warning {
	background-color: #FF9E00;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/incorrect-icon.png);
	text-align: left;
}
.cont-button {
	display: block!important;
}

textarea {
	border-radius: 0px;
	background-color: #FFFFFF;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #dddddd;
	max-width: 220px;
	text-align: left;
	padding-left: 18px;
	color: #767676;
	padding-top: px;
	padding-right: 18px;
	line-height: 20px;
}

input[type="file"] {
    border-radius: 3px;
    background-color: #f1f1f1;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 0.90em;
    border: 1px solid #e4e4e4;
    max-width: 220px;
    text-align: center;
}

.menucircle   {
	width: 18px;
	height: 18px;
	color: #0099cc;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
.search {
	background-color: #eeeeee;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	color: #3A3A3A;
	width: 75%;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	height: 22px;
	border: none;
	font-size: 16px;
	max-width: 350px;
    }
select {
	border-radius: 1px;
	width: 100%;
	height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #E4E4E4;
	background-color: #FFFFFF;
;
	margin-top: 1px;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}
select options{
	
	}
.fluid.controls a {
	color: #FFFFFF;
	text-decoration: none;
}
.fluid.controls a:hover {
	color: #C2B9D9;
	text-decoration: none;
}


.bigText {
	font-size: 1.5em;
	font-family: "GravurCondensed-Regular", Verdana, sans-serif;
}

.bigText2 {
	font-size: 20px;
	font-family: "GravurCondensed-Regular", Verdana, sans-serif;
	text-align: center;
}

.bigText3 {
	font-size: 14px;
	font-style: italic;
	font-family: "UbuntuCondensed-Regular", "Trebuchet MS", Verdana, sans-serif;
	line-height: 12px;
	text-align: left;
	margin-left: 55px;
}

.bigText4 {
	text-align: left;
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 10px;
}
 .bigText4 ul {
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.bigText4 li {
	text-indent: -1.7em;
	margin-left: -15px;
}

.bigText4 li:before {
/*    content: "• ";*/
    color: #0099cc; /* or whatever color you prefer */
}

.invoice-circle    {
	width: 116px;
	height: 102px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	background-color: #729343;
	border-radius: 58px;
	padding-top: 14px;
}
.invoice-circle_in    {
	width: 88px;
	height: 88px;
	background-color: #FFFFFF;
	border-radius: 44px;
	color: #B0DB2C;
	font-size: 60px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	line-height: 85px;
	text-align: center;
}
.invoice-text {
	margin-top: 25px;
	color: #565656;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	height: 40px;
}
.appr-list-Num {
	width: 60px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-radius: 33px;
	background-color: #0096C8;
	border: 3px solid #ECECEC;
	-webkit-box-shadow: 0px 2px 3px #B4B4B4;
	box-shadow: 0px 2px 3px #B4B4B4;
	color: #FFFFFF;
	font-size: 35px;
	font-weight: bold;
	line-height: 55px;
	margin-bottom: 10px;
}

.ad-circle {
	width: 80px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	/* [disabled]background-image: url(../../images/ico-organisa.png); */
	margin-top: 20px;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
}
.ad-circle-org {
	background-image: url(../images/ico-organisa.png);
	background-size: 100% auto;
}
.ad-circle-org:hover {
	-webkit-box-shadow: 0px 0px 15px #6994B3;
	box-shadow: 0px 0px 15px #6994B3;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
}
.ad-circle-ord {
	background-image: url(../images/ico-order.png);
}
.ad-circle-ord:hover {
	-webkit-box-shadow: 0px 0px 15px #936EAF;
	box-shadow: 0px 0px 15px #936EAF;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
}
.ad-circle-prd {
	background-image: url(../images/ico-products.png);
	background-size: 100% auto;
}
.ad-circle-prd:hover {
	-webkit-box-shadow: 0px 0px 15px #D96459;
	box-shadow: 0px 0px 15px #D96459;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
}
.ad-circle-rep {
	background-image: url(../images/ico-reports.png);
	background-size: 100% auto;
}
.ad-circle-rep:hover {
	-webkit-box-shadow: 0px 0px 15px #8C4646;
	box-shadow: 0px 0px 15px #8C4646;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
}
.ad-circle-sup {
	background-image: url(../images/ico-support.png);
}
.ad-circle-sup:hover {
	-webkit-box-shadow: 0px 0px 15px #D77C32;
	box-shadow: 0px 0px 15px #D77C32;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
}
.ad-circle-cat {
	background-image: url(../images/ico-catalogs.png);
	background-size: 100% auto;
}
.ad-circle-cat:hover {
	-webkit-box-shadow: 0px 0px 15px #8AAE5C;
	box-shadow: 0px 0px 15px #8AAE5C;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
}
.ad-circle-usr {
	background-image: url(../images/ico-users.png);
	background-size: 100% auto;
}
.ad-circle-usr:hover {
	-webkit-box-shadow: 0px 0px 15px #26AB9D;
	box-shadow: 0px 0px 15px #26AB9D;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
}
.ad-circle-ugp {
	background-image: url(../images/ico-usergroups.png);
}
.ad-circle-ugp:hover {
	-webkit-box-shadow: 0px 0px 15px #A29589;
	box-shadow: 0px 0px 15px #A29589;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
}
.ad-circle-dep {
	background-image: url(../images/ico-departments.png);
}
.ad-circle-dep:hover {
	-webkit-box-shadow: 0px 0px 15px #B4B53B;
	box-shadow: 0px 0px 15px #B4B53B;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
}



.ad-circle-txt-org {
	font-size: 20px;
	font-family: 'UbuntuCondensed-Regular', Helvetica, Arial, sans-serif;
	color: #6994B3;
	text-decoration: none;
}
.ad-circle-txt-org:hover {
	color: #5B849E;
	}

.ad-circle-txt-ord {
	font-size: 25px;
	font-family: 'UbuntuCondensed-Regular', Helvetica, Arial, sans-serif;
	color: #936EAF;
	text-decoration: none;
}
.ad-circle-txt-ord:hover {
	color: #845CA3;
	}
.ad-circle-txt-prd {
	font-size: 20px;
	font-family: 'UbuntuCondensed-Regular', Helvetica, Arial, sans-serif;
	color: #D96459;
	text-decoration: none;
}
.ad-circle-txt-prd:hover {
	color: #C75146;
	}
.ad-circle-txt-rep {
	font-size: 20px;
	font-family: 'UbuntuCondensed-Regular', Helvetica, Arial, sans-serif;
	color: #8C4646;
	text-decoration: none;
}
.ad-circle-txt-rep:hover {
	color: #783A3A;
	}
.ad-circle-txt-sup {
	font-size: 25px;
	font-family: 'UbuntuCondensed-Regular', Helvetica, Arial, sans-serif;
	color: #D77C32;
	text-decoration: none;
}
.ad-circle-txt-sup:hover {
	color: #C06D29;
}
.ad-circle-txt-cat {
	font-size: 20px;
	font-family: 'UbuntuCondensed-Regular', Helvetica, Arial, sans-serif;
	color: #8AAE5C;
	text-decoration: none;
}
.ad-circle-txt-cat:hover {
	color: #779A4A;
}
.ad-circle-txt-usr {
	font-size: 20px;
	font-family: 'UbuntuCondensed-Regular', Helvetica, Arial, sans-serif;
	color: #26AB9D;
	text-decoration: none;
}
.ad-circle-txt-usr:hover {
	color: #198F83;
}
.ad-circle-txt-ugp {
	font-size: 25px;
	font-family: 'UbuntuCondensed-Regular', Helvetica, Arial, sans-serif;
	color: #A29589;
	text-decoration: none;
}
.ad-circle-txt-ugp:hover {
	color: #867769;
}
.ad-circle-txt-dep {
	font-size: 25px;
	font-family: 'UbuntuCondensed-Regular', Helvetica, Arial, sans-serif;
	color: #B4B53B;
	text-decoration: none;
}
.ad-circle-txt-dep:hover {
	color: #898A25;
}


/* Mobile Layout: 480px and below. */
  
.search{
	width: 88%;
	}
  
.gridContainer {
	width: 100%;
	/* [disabled]background-color: #f4f4f4; */
}
#div1 {
	width: 100%;
	height: 40px;
	position: static;
	background-repeat: repeat-x;
	background-color: #DADADA;
	/* [disabled]background-image: url(../images/cstop-bar01.png); */
	float: none;
}
#mainlogo-out {
	background-color: #FFFFFF;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: 0% center;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
.inner-banner {
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #AAAAAA;
	clear: left;
	border-top: 1px dotted #AAAAAA;
	margin-top: 2px;
	float: left;
}
.inner-banner .inner-banner-text {
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/banner-line.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #F1F1F1;
	font-size: 28px;
	line-height: 37px;
	text-shadow: 0px 0px 10px #333333;
	font-style: normal;
}
.inner-banner .inner-banner-text_1 {
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	color: #434343;
	font-size: 25px;
	line-height: 30px;
	font-style: normal;
	width: 100%;
	max-width: 1170px;
	font-family: "GravurCondensed-Regular",Helvetica,Arial,sans-serif;
}
.username {
	height: 60px;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
}
.password {
	height: auto;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 14px;
	color: #666666;
}
.highBack-login {
	width: 96%;
	/* [disabled]-webkit-box-shadow: inset 0px 0px 60px #CDCDCD; */
	/* [disabled]box-shadow: inset 0px 0px 60px #CDCDCD; */
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	background-color: #FFFFFF;
	float: left;
	margin-left: 2%;
	height: auto;
}
.forgot {
	clear: left;
	height: auto;
	text-align: left;
	font-size: 13px;
	border-bottom: 1px solid hsla(0,0%,0%,0.10);
	float: left;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5px;
	padding-bottom: 21px;
	margin-bottom: 0px;
	color: #767676;
}
.forgot a{
	color: #767676;
	text-decoration: underline;

}
.forgot a:hover{
	color: #676767;
}
.btn_holder{
	padding-top: 15px;
	/* [disabled]padding-right: 5px; */
	padding-bottom: 15px;
	padding-left: 5%;
	float: left;
	width: 100%;
	text-align: left;
	}



.mainlogo{
	}

.mainlogoOut{
	width: 73.6842%;
	margin-left: 10%;
	position: static;
	height: 22px;
	/* [disabled]background-image: url(../images/logo.png); */
	background-repeat: no-repeat;
	background-position: left 13px;
	/* [disabled]font-weight: bold; */
	padding-top: 18px;
}

.main_menu{
	width: 100%;
	clear: both;
	position: static;
	height: auto;
	text-align: center;
}

.searchDiv{
	height: 32px;
	line-height: 25px;
	width: 99%;
	padding-top: 5px;
	margin-left: 1%;
	clear: both;
	text-align: center;
	}

.border{
	height: 1px;
	/* [disabled]background-color: #CCCCCC; */
	margin-top: 6px;
	float: none;
	visibility: hidden;
	}

.news{
	width: 100%;
	height: auto;
	float: left;
	background-image: url(../images/news_back.png);
	-webkit-box-shadow: inset 0px 1px 10px #EAE3D6;
	box-shadow: inset 0px 1px 10px #EAE3D6;
	margin-top: 20px;
	font-family: "UbuntuCondensed-Regular", "Trebuchet MS", Verdana, sans-serif;
	padding-bottom: 10px;
	}
.footer{
	background-color: #282828;
	width: 90%;
	color: #CFCFCF;
	line-height: 30px;
	text-align: center;
	height: auto;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 11px;
	}
.footcolum{
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	}
.footcolum .header {
	color: #EFEFEF;
	font-size: 18px;
	line-height: 40px;
}
.copy {
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	padding-right: 10px;
}
.copy span {
	float: right;
	width: 49%;
	text-align: right;
	font-size: 11px;
	clear: right;
	color: #333333;
}
.footCont {

}
.NewsHead {
	background-color: #CDC4B1;
	color: #FFFFFF;
	text-align: center;
}

.news .news-cont {
	font-size: 14px;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #333333;
	}

.news .news-cont .headNews {
	font-size: 17px;
	text-align: center;
	width: 100%;
}

.aniOut {
	background-image: url(../images/ani-back_1.png), url(../images/ani_1.png);
	box-shadow: 0 4px 4px #dedede inset;
	height: 1px;
	
}

.prodcutOut {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0% 12px;
	margin-left: 0%;
	margin-right: 0%;
	height: auto;
	margin-bottom: 20px;
	color: #252525;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-top: 20px;
}

.productHead {
	background-repeat: no-repeat;
	background-position: 0% center;
	width: 100%;
	background-color: #414141;
	text-align: center;
	color: #F0F0F0;
	font-size: 1.2em;
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
	border-top-width: 3px;
	border-top-color: #464646;
	margin-bottom: 2px;
}

.productCont {
	width: 96%;
	border: 0px solid #CFCFCF;
	margin-bottom: 2px;
	float: left;
	margin-top: 0px;
	margin-left: 2%;
}

.contBack {
	text-align: center;
	background-color: #F5F5F5;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow:0 1px 50px #d0d0d0 inset;
}

.controls {
	background-color: #444444;
	height: 30px;
	color: #E8E8E8;
}

.productConText {
	width: 98%;
	padding-left: 2%;
	height: auto;
	margin-bottom: 0px;
}

.handOuter {
	width: 100%;
	height: auto;
	background-image: url(../images/head_separater.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 10px;
}

.aniImg{
	visibility:hidden;	 
	}
.controls img {
	background-color: #4C9AB1;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 10px;
}
.orderBtn{
	width: auto;
	background-image: url(../images/ico-rightArrow.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: right center;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 30px;
	font-size: 1.1em;
	cursor:pointer;
	}
.viewBtn{
	clear: right;
	padding-left: 10px;
	background-image: url(../images/ico-magnify.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 1.1em;
	}
.productConText span {
	color: #e51c89;
	font-weight: 300;
	font-size: 1.2em;
}
.RateOut {
	margin-bottom: 2px;
	background-color: #f5f5f5;
}
.RateTop {
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	color: #252525;
	font-size: 14px;
}
.RateTop .Text1 {
	line-height: 30px;
	font-size: 16px;
	color: #252525;
	font-weight: bold;
	}
	.RateTop .Text2 {
	color: #001e82;
	/* [disabled]font-family: "open_sanssemibold", Helvetica, Arial, sans-serif; */
	font-size: 15px;
	}
.RateTop .text3 {
	color: #757575;
	line-height: 14px;
	font-size: 11px;
	width: 100%;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	}

.moreProduct {
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 12px;
	background-color: #ecebe7;
	width: 98px;
	height: 32px;
	background-image: url(../images/icoMoreArrow.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 30px;
	clear: left;
	margin-left: 1%;
	margin-top: 2px;
	font-size: 1.2em;
	line-height: 30px;
}
.bigText_1 {
	font-size: 1.9em;
	font-family: "Impact", "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	line-height: 36px;
}
.bigText2_1 {
	font-size: 0.9em;
	font-family: "UbuntuCondensed-Regular", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	color: #0099CC;
	line-height: 5px;
}
.bigText3_1 {
	font-size: 14px;
	font-family: "UbuntuCondensed-Regular", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	color: #39B7EC;
	line-height: 14px;
}
.bigText4 {
	text-align: center;
	margin-left: 15px;
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #757575;
	font-size: 12px;
}
 .bigText4 ul {
    list-style: none;
    padding:0;
    margin:0;
}
 .left_column {
	width: 99%;
	height: auto;
	margin-left: 0.5%;
	margin-right: 0.5%;
	background-color: #EAEAEA;
	clear: none;
}
 .right_column {
	clear: left;
	width: 99%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	height: auto;
	background-color: #f1f1f1;
}
 .l_m_box {
	width: 96%;
	margin-top: 5px;
	margin-bottom: 0px;
	float: left;
	border: 0px solid #E6E6E6;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 2%;
	color: #787878;
	padding-bottom: 0px;
}
 .l_m_box ul {
	list-style-type: none;
	margin-left: 0px;
	font-size: 12px;
	margin-top: 5px;
	float: left;
 }
 .l_m_box ul li{
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	 
	 }
.l_m_box ul li.box{
	border: 1px solid #e4e4e4; line-height: 25px; height: 35px;
}
.l_m_box ul li.box div{	
	line-height: 13px; color: #222222; padding-top: 7px; padding-bottom: 7px; padding-right: 10px; padding-left: 10px; font-size: 13px; width: 78%; float: left;
}
.l_m_box ul li.box .edit{
	font-size: 10px; color: #0C63CD; text-decoration: underline; padding-left: 10px; float: right; padding-right: 10px;
}

   .l_m_box ul a:hover{
	   }
 .R_b_box {
	width: 90%;
	margin-left: 5%;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0px 0px 10px #CCCCCC;
	box-shadow: inset 0px 0px 10px #CCCCCC;
	padding-bottom: 10px;
}
.R_b_box_1 {
	width: 90%;
	margin-left: 5%;

	border: 1px solid #FFFFFF;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0px 0px 10px #CCCCCC;
	box-shadow: inset 0px 0px 10px #CCCCCC;
	padding-bottom: 10px;
	text-align: center;
}
.R_b_box_2 {
	width: 90%;
	margin-left: 5%;

	border: 1px solid #FFFFFF;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0px 0px 10px #CCCCCC;
	box-shadow: inset 0px 0px 10px #CCCCCC;
	padding-bottom: 10px;
	text-align: center;
}
.R_b_box_3 {
	width: 90%;
	margin-left: 5%;

	border: 1px solid #FFFFFF;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0px 0px 10px #CCCCCC;
	box-shadow: inset 0px 0px 10px #CCCCCC;
	padding-bottom: 10px;
	text-align: center;
}
.R_b_box_4 {
	width: 90%;
	margin-left: 5%;

	border: 1px solid #FFFFFF;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0px 0px 10px #CCCCCC;
	box-shadow: inset 0px 0px 10px #CCCCCC;
	padding-bottom: 10px;
	text-align: center;
}
.fluid.R_b_box .header {
	width: 100%;
	height: auto;
	color: #3F3F3F;
	font-style: normal;
	font-size: 1.1em;
	text-align: center;
	margin-top: 10px;
	line-height: 1.1em;
}
.fluid.R_b_box_1 .header {
	width: 100%;
	height: auto;
	color: #3F3F3F;
	font-style: normal;
	font-size: 1.1em;
	text-align: center;
	margin-top: 10px;
	line-height: 1.1em;
}
.fluid.R_b_box_2 .header {
	width: 100%;
	height: auto;
	color: #3F3F3F;
	font-style: normal;
	font-size: 1.1em;
	text-align: center;
	margin-top: 10px;
	line-height: 1.1em;
}
.fluid.R_b_box_3 .header {
	width: 100%;
	height: auto;
	color: #3F3F3F;
	font-style: normal;
	font-size: 1.1em;
	text-align: center;
	margin-top: 10px;
	line-height: 1.1em;
}
.fluid.R_b_box_4 .header {
	width: 100%;
	height: auto;
	color: #3F3F3F;
	font-style: normal;
	font-size: 1.1em;
	text-align: center;
	margin-top: 10px;
	line-height: 1.1em;
}
.fluid.R_b_box .content {
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
}
.InBody {
	margin-top: 2px;
}
.MenuHeader {
	/* [disabled]height: 40px; */
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.SearchOut {
	width: 99.5%;
	margin-left: 0.5%;
	margin-right: auto;
	float: none;
	background-color: #FFFFFF;
	height: auto;
}
.TopMenuOut {
}
.l_m_box .list {
	font-size: 12px;

}
.leftMenu {
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 11px;
	/*border-radius: 3px;*/
}
.SubMenuOut {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background-image: none;
}
.SmenuLeft {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	border-width: 0px;
	border-style: none;
	float: left;
	text-align: left;
}
.SmenuLeft a{ padding-left: px}
.SubMnCell {
	color: #FFFFFF;
	list-style-type: none;
	background-color: #E16E70;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 5.2631%;
	clear: none;
}
.SubMnCell li {
	width: 100%;
	display: inline-block;
	background-color: #925051;
	float: left;
	text-align: left;
	border-bottom: 1px solid #C9C9C9;
	text-indent: 5px;
}
.inBodyWrap {
	/* [disabled]border-top: 2px solid #cfcfcf; */
	width: 100%;
	padding-bottom: 0px;
	float: left;
}
.RightBody {
	width: 100%;
	/* [disabled]background-color: #EAEAEA; */
}
.PhnBoxOut {
	width: 100%;
}
.PhnBox {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 10px;
	height: auto;
	float: left;
	clear: both;
	border: 0px solid #dadada;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #000000;
	word-wrap: break-word;
	/* [disabled]font-family: "open_sansregular",Helvetica,Arial,sans-serif; */
	margin-top: 0px;
	text-align: center;
}
.fluid.PhnBox img {
	clear: both;
	/* [disabled]padding-right: 2%; */
	margin-left: auto;
	margin-right: auto;
	/* [disabled]width: 90px; */
	margin-bottom: 11px;
	text-align: center;
}
.phonDetails {
	width: 45%;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #757575;
	text-shadow: 0px 1px #FFFFFF;
	font-size: 13px;
	height: 150px;
}
.phonDetails .text1{
	line-height: 20px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	
	}
			.main-content {
	margin-bottom: 5px;
}
	.main-content li{
	width: 100%;
	margin-left: 0px;
	margin-right: 0%;
	padding-top: 3%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	min-width: 250px;
	text-align: center;
	clear: right;
	margin-bottom: 20px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1px 96%;
	background-color: #FFFFFF;
	display: inline-block;
		}
		.main-content li:first-child{
	margin-top: 0px;
			}
	.main-content li img{
	margin-bottom: 11px;
	max-height: 175px;
	max-width: 175px;
		}
		.img-outer{
    width: 100%;
    height: 190px;
			}
.main-content-2 {
	margin-bottom: 5px;
}
.main-content-2 li{
	width: 100%;
	margin-left: 0px;
	margin-right: 0%;
	padding-top: 3%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	min-width: 250px;
	text-align: center;
	clear: right;
	margin-bottom: 20px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1px 96%;
	background-color: #FFFFFF;
	display: inline-block;
		}

.main-content-2 li:nth-of-type(2n){
		background-image: none;
		}
.main-content-2 li img{
	margin-bottom: 11px;
	max-height: 175px;
	max-width: 175px;
		}

.text2{
    color: #333333;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    font-family: 'GravurCondensed-Regular',Helvetica,Arial,sans-serif;
    font-weight: bold;
    float: none;
	}
	.text3,.text3-1{
	color: #1964c8;
	font-family: 'GravurCondensed-Regular',Helvetica,Arial,sans-serif;
	font-size: 12px;
	letter-spacing: -2px;
	float: none;
	text-align: center;
	font-weight: normal;
	line-height: 30px;
	}
	.text3-3{
    color: #535353;
    font-family: 'GravurCondensed-Regular',Helvetica,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: -2px;
    float: none;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
	}
.text3-3 span{
    font-size: 23px;
    margin-right: 4px;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
.text3-3 sup{
	font-size: 14px;
	/*font-weight: bold;*/
	top: -5px;
	margin-right: 0px;
	/* [disabled]margin-left: 14px; */
}
.text3 sup,.text3-1 sup{
	font-size: 20px;
	/*font-weight: bold;*/
	top: -12px;
	margin-right: 0px;
	/* [disabled]margin-left: 14px; */
}
.text3 span,.text3-1 span{
	font-size: 40px;
	margin-right: 4px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.text3 .subtext{
	font-size: 12px;
	float: left;
	line-height: 20px;
	color: #333;
	font-weight: bold;
	letter-spacing: normal;
}
.text3 .subtext2{
	font-size: 12px;
	float: left;
	line-height: 15px;
	color: #333;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	width: 80%;
	margin-left: 10%;
}
.text2 sub{
	font-family: 'GravurCondensed-Regular',Helvetica,Arial,sans-serif;
	color: #0061D6;
	width: 20px;
	margin-left: 0px;
	font-weight: 400;
	bottom: 0;
	top: auto;
	letter-spacing: 0;
	text-wrap: normal;
	display: inline-block;
	line-height: 12px;
	text-align: left;
	text-transform: uppercase;
}
.text2 div{
	font-family: 'GravurCondensed-Regular',Helvetica,Arial,sans-serif;
	color: #333;
	display: inline-block;
	line-height: 12px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	float: none;
	margin-left: 0px;
	
}
.TabDetails {
	width: 80%;
	clear: right;
	font-size: 1em;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #252525;
	text-shadow: 0px 1px #FFFFFF;
}
.BotButtons {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 2%;
	/* [disabled]max-width: 250px; */
}
.tableBanner {
	width: 100%;
	height: 25px;
	float: none;
	color: #252525;
	text-align: center;
}
.tbSearchLine {
	background-color: #252525;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.TblWrapper {
	/* [disabled]font-size: 0.9em; */
}
.FilterBox {
	background-color: #252525;
	text-align: center;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	width: 99%;
	padding-left: 0.5%;
	padding-right: 0.5%;
}
.Filter2 {
	background-color: #4c769c;
	border-radius: 3px;
	width: 98%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	padding-right: 1%;
	padding-left: 1%;
	height: auto;
	font-size: 0.8em;
}
.textDeco {
	color: #C6D5E3;
	font-size: 1em;
}
.resultDiv {
	width: 99%;
	padding-top: 0.5%;
	padding-right: 0.5%;
	padding-bottom: 0.5%;
	padding-left: 0.5%;
}
.DateRange {
	width: 100%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	text-align: center;
	clear: both;
	float: none;
}
.ComDevDiv {
	padding-top: 0.5%;
	padding-right: 0.5%;
	padding-bottom: 0.5%;
	padding-left: 0.5%;
	width: 100%;
	clear: none;
	float: left;
	margin-top: 2px;
	text-align: center;
}
.FindTopDiv {
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	width: 98%;
}
.dateRMain {
	width: 33%;
	text-align: center;
}
.dateRout {
}
.SearchDivOut {
}
.FilteDiv {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
}
.SrchDiv {
	padding-top: 2px;
	padding-bottom: 2px;

}
.SrchBtnDiv {
	padding-top: 1%;
	padding-bottom: 1%;
}
.detailImg {
	text-align: center;
	width: 98%;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 1%;
}
.detailText{
	text-align: center;
	width: 85%;
	/* [disabled]padding-top: 2%; */
	/* [disabled]padding-right: 1%; */
	/* [disabled]padding-bottom: 2%; */
	/* [disabled]padding-left: 1%; */
	color: #626262;
	margin-left: 8%;
	margin-right: auto;
	clear: both;
	font-size: 1em;
}
.detailTopic {
	color: #252525;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	width: 96%;
	font-size: 1em;
	line-height: 1em;
}
.proDetalDiv {
	color: #636363;
	font-size: 13px;
	margin-left: 1%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
.prodDetils {
	margin-bottom: 10px;
	margin-top: 10px;

}
.prodDetils li {
	line-height: 1.5em;
	margin-left: 3px;
	font-size: 13px;
}

.prodDetils li:last-child   {
	/* [disabled]list-style-image: none; */
	/* [disabled]list-style-type: none; */
	line-height: 1.5em;
	/* [disabled]padding-top: 20px; */
}

.HighBackDiv   {
	color: #252525;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 100%;
}
.topic a {
	color: #516A7F;
	text-decoration: none;
}
.tabImg {
}
.log-topic {
	color: #1964c8;
	font-size: 24px;
	text-align: left;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
}
.index-header {
	background-image: url(../images/banner-iwanttobuy.png) , url(../images/banner-welcome.png);
	background-position: 25px bottom,left top;
	background-repeat: no-repeat;
	width: 100%;
	height: 180px;
	margin-top: 10px;
}
.big-icon {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
	background-image: url(../images/subfooterBg.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	padding-bottom: 15px;
	background-position: 0% bottom;
}
.subFooter {
	background-image: url(../images/subfooterBg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: auto;
	background-position: center bottom;
}
.mainIcoOut {
	padding-bottom: 10px;
	float: left;
}
.index-back {
	float: left;
	background-position: 0% bottom;
}
.cont-box, .cont-box-40, .cont-box-60 ,.cont-box-45,.cont-box-55 {
	width: 100%;
	margin-bottom: 10px;
}
.cont-box ul{
    margin-left: 0px;
    color: #747474;
    margin-bottom: 10px;
    margin-right: 15px;
	
	}
.cont-box ul li a:first-child{
	list-style-type: none;
	cursor: pointer;
	/*border-bottom: 1px solid #A8A8A8;*/
	/*color: #0C63CD;
	font-size: 12px;
	font-family: "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;*/
	line-height: 25px;
	}
	.cont-box ul li:nth-child(2) {
	list-style-type: none;
	font-size: 12px;
	line-height: 15px;
	/* [disabled]font-family: "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif; */
	}
	.cont-box ul li{
	list-style-type: none;
	font-size: 11px;
	line-height: 15px;
	margin-left: 0px;
	}
.otherProduct {
	width: 50%;
	float: left;
	clear: right;
	font-size: 11px;
	color: #666666;
}
.dash-col_1 {
	background-color: #f1f1f1;
	border-radius: 3px;
	float: left;
	width: 98%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-bottom: 10px;
}
.dash-col_2 {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.dash-sum {
	width: 100%;
	/* [disabled]border: 1px solid #D1D1D1; */
	-webkit-box-shadow: 0px 0px 2px #DBDBDB;
	box-shadow: 0px 0px 2px #DBDBDB;
	border-radius: 2px;
	background-color: #FFFFFF;
	height: auto;
}
.dash-sum-col {
}
.dash-sum ul {
	display: inline;
}
.fluid.dash-sum ul li {
	display: inline;
	width: 25%;
	float: left;
	background-color: #FFFFFF;
	height: 90px;
	text-align: center;
	margin-left: 0px;
	color: #838383;
	line-height: 25px;
	margin-top: 35px;
	padding-top: 0px;
}
.fluid.dash-sum ul li:last-child {
	display: inline;
	width: 25%;
	float: left;
	background-color: #FFFFFF;
	height: 90px;
	text-align: center;
	padding-top: 0px;
	margin-left: 0px;
	color: #838383;
	margin-top: 30px;
}
.dash-col-1-out {
	margin-top: 10px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.dash-col-2-out {
}
.store-top {
}
.dashTable {
	/* [disabled]border: 1px solid #E8E8E8; */
}
.dashTable tr:hover  {
	border: 1px solid #E8E8E8;
	background-color: #F5F5F5;
}
.dashTable tr th {
	height: 55px;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	background-color: #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
}
.dashTable tr th font {
	color: #2D8AB1;
	font-size: 10px;
	line-height: 5px;
}
.dashTable tr td {
	color: #474747;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 1px solid #E9E9E9;
	line-height: 22px;
}
.Dash-lcon-box {
	width: 100%;
	text-align: center;
}
.button-normal {
	/* [disabled]border-radius: 2px; */
	border: 1px solid #0061d6;
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	padding-right: 35px;
	width: auto;
	/* [disabled]font-weight: bold; */
	/* [disabled]font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
	/* [disabled]-webkit-box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]text-shadow: 0px 1px 3px #FCFCFC; */
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow.png);
	background-color: #0061d6;
	text-align: left;
	padding-left: 10px;	/*border-radius: 3px;*/
	float: right;
	margin-left: 1px;
}
.button-normal-big{
	border: 0px solid #0061d6;
	color: #FFFFFF;
	font-size: 14px;
	height: 44px;
	padding-right: 60px;
	width: auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow-big.png);
	background-color: #1964c8;
	text-align: left;
	padding-left: 19px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;

}
.button-normal-noBgI{
	border: 0px solid #dadada;
	color: #4f4f4f;
	font-size: 14px;
	height: 44px;
	padding-right: 15px;
	width: auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #dadada;
	text-align: left;
	padding-left: 15px;
	float: left;
	margin-left: 0px;
	margin-right: 5px;
}
.button-normal-noBgI-des{
	border: 0px solid #dadada;
	color: #8A8A8A;
	font-size: 14px;
	height: 44px;
	padding-right: 15px;
	width: auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #dadada;
	text-align: left;
	padding-left: 15px;
	float: left;
	margin-left: 0px;
	margin-right: 5px;
	opacity: 0.4;
}
.button-normal-description{
    border: 1px solid #DBDBDB;
    color: #252525;
    font-size: 14px;
    height: 44px;
    padding-right: 15px;
    /* [disabled]width: 150px; */
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 15px;
    float: left;
    margin-left: 0px;
    margin-right: 5px;
    /* [disabled]opacity: 0.4; */
}
.button-normal-description:hover{
    border: 1px solid #1964c8;
    color: #252525;
    font-size: 14px;
    height: 44px;
    padding-right: 15px;
    /* [disabled]width: 150px; */
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 15px;
    float: left;
    margin-left: 0px;
    margin-right: 5px;
    /* [disabled]opacity: 0.4; */
    -webkit-box-shadow: inset 0px 2px #1964c8;
    box-shadow: inset 0px 2px #1964c8;
}
.button-normal-description-sel{
    border: 1px solid #1964c8;
    color: #252525;
    font-size: 14px;
    height: 44px;
    padding-right: 15px;
    /* [disabled]width: 150px; */
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 15px;
    float: left;
    margin-left: 0px;
    margin-right: 5px;
    /* [disabled]opacity: 0.4; */
    -webkit-box-shadow: inset 0px 2px #1964c8;
    box-shadow: inset 0px 2px #1964c8;
}
.button-normal-noBgI-sel{
    border: 0px solid #0061d6;
    color: #FFFFFF;
    font-size: 14px;
    height: 44px;
    padding-right: 15px;
    width: auto;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #0061d6;
    text-align: left;
    padding-left: 15px;
    float: left;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: px;
}
.button-normal-noBgI:hover{
	border: 0px solid #4f4f4f;
	color: #FFFFFF;
	font-size: 14px;
	height: 44px;
	padding-right: 15px;
	width: auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #4f4f4f;
	text-align: left;
	padding-left: 15px;
	float: left;
	margin-left: 0px;
	margin-right: 5px;
}
.button-normal-big:hover{
	border: 0px solid #001e82;
	color: #FFFFFF;
	font-size: 14px;
	height: 44px;
	padding-right: 60px;
	width: auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow-big.png);
	background-color: #00aaf3;
	text-align: left;
	padding-left: 19px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;

}
.button-normal-big-red{
	border: 0px solid #bb2914;
	color: #FFFFFF;
	font-size: 14px;
	height: 44px;
	padding-right: 60px;
	width: auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow-big.png);
	background-color: #bb2914;
	text-align: left;
	padding-left: 19px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;

}
.button-normal-big-red:hover{
	border: 0px solid #e83319;
	color: #FFFFFF;
	font-size: 14px;
	height: 44px;
	padding-right: 60px;
	width: auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow-big.png);
	background-color: #e83319;
	text-align: left;
	padding-left: 19px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;

}

.button-normal-big-purple{
    border: 0px solid #bb2914;
    color: #FFFFFF;
    font-size: 14px;
    height: 44px;
    padding-right: 60px;
    width: auto;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/button-arrow-big.png);
    background-color: #9e053e;
    text-align: left;
    padding-left: 19px;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
}
.button-normal-big-purple:hover{
    border: 0px solid #e83319;
    color: #FFFFFF;
    font-size: 14px;
    height: 44px;
    padding-right: 60px;
    width: auto;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/button-arrow-big.png);
    background-color: #B0164F;
    text-align: left;
    padding-left: 19px;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
}

.button-normal-big-white{
    border: 0px solid #bb2914;
    color: #570066;
    font-size: 14px;
    height: 44px;
    padding-right: 60px;
    width: auto;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/button-arrow-big-purple.png);
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 19px;
    float: right;
    margin-left: 5px;
    margin-right: 5px;

}
.button-normal-big-white:hover{
    border: 0px solid #e83319;
    color: #570066;
    font-size: 14px;
    height: 44px;
    padding-right: 60px;
    width: auto;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/button-arrow-big-purple.png);
    background-color: #FFEEEB;
    text-align: left;
    padding-left: 19px;
    float: right;
    margin-left: 5px;
    margin-right: 5px;

}
.button-shed-big{
    border: 0px solid #0061d6;
    color: #FFFFFF;
    font-size: 14px;
    height: 44px;
    padding-right: 50px;
    width: auto;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/ico-timer.png);
    background-color: #1964c8;
    text-align: left;
    padding-left: 19px;
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    /* [disabled]background-size: auto 25px; */
}
.button-shed-big:hover{
    border: 0px solid #001e82;
    color: #FFFFFF;
    font-size: 14px;
    height: 44px;
    padding-right: 50px;
    width: auto;
    background-repeat: no-repeat;
    background-image: url(../images/ico-timer.png);
    background-color: #00aaf3;
    text-align: left;
    padding-left: 19px;
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    background-position: right center;

}
.button-timer-inverse{
    border: 1px solid #d7d7d7;
    color: #FFFFFF;
    font-size: 14px;
    height: 44px;
    padding-right: 40px;
    width: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/shedule-1.png);
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 10px;
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    /* [disabled]background-size: auto 25px; */
}
.button-timer-inverse:hover{
    border: 1px solid #1964c8;
    color: #FFFFFF;
    font-size: 14px;
    height: 44px;
    padding-right: 40px;
    width: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/shedule-2.png);
    background-color: #1964c8;
    text-align: left;
    padding-left: 10px;
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    /* [disabled]background-size: auto 25px; */
}
.button-normal-big-b{
	border: 0px solid #0061d6;
	color: #FFFFFF;
	font-size: 14px;
	height: 44px;
	padding-right: 60px;
	width: auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow-big-b.png);
	background-color: #0061d6;
	text-align: left;
	padding-left: 20px;
	float: right;
	margin-left: 1px;

}
.button-normal-dis {
	border: 1px solid #d1d1d1;
	color: #333333;
	font-size: 12px;
	height: 25px;
	padding-right: 35px;
	width: auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow-dis.png);
	background-color: #d1d1d1;
	text-align: left;
	padding-left: 10px;	
	float: right;
	margin-left: 1px;

}
.button-normal-big-dis{
	border: 0px solid #d1d1d1;
	color: #333333;
	font-size: 14px;
	height: 44px;
	padding-right: 60px;
	width: auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow-big-dis.png);
	background-color: #d1d1d1;
	text-align: left;
	padding-left: 19px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;

}
.button-normal-big-dis:hover{
	border: 0px solid #4f4f4f;
	color: #fff;
	font-size: 14px;
	height: 44px;
	padding-right: 60px;
	width: auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow-big.png);
	background-color: #4f4f4f;
	text-align: left;
	padding-left: 19px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;

}
.button-gray-big{
	border: 0px solid #d1d1d1;
	color: #333333;
	font-size: 14px;
	height: 44px;
	padding-right: 19px;
	width: auto;
	background-color: #d1d1d1;
	text-align: left;
	padding-left: 19px;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	line-height:43px

}
.button-gray-big:hover, .selected{
	border: 0px solid #0061d6;
	color: #ffffff;
	/*font-size: 14px;
	height: 44px;*/
	padding-right: 19px;
	/* [disabled]width: 100%; */
	background-color: #0061d6;
	text-align: left;
	padding-left: 19px;
/*	float: right;
margin-left: 5px;
	margin-right: 5px;*/

}
.button-normal-back-big-dis{
	border: 0px solid #d1d1d1;
	color: #333333;
	font-size: 14px;
	height: 44px;
	padding-right: 19px;
	width: auto;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow-big-b-dis.png);
	background-color: #d1d1d1;
	text-align: left;
	padding-left: 60px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;

}
.button-normal-back-big-dis:hover{
	border: 0px solid #4f4f4f;
	color: #fff;
	font-size: 14px;
	height: 44px;
	padding-right: 19px;
	width: auto;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow-big-b.png);
	background-color: #4f4f4f;
	text-align: left;
	padding-left: 60px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;

}
.button-normal-padlock {
	border: 1px solid #0099f8;
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	padding-right: 35px;
	width: auto;
	background-position: right center, 5px center;
	background-repeat: no-repeat;
	background-size: auto, 10%;
	background-image: url(../images/button-arrow.png), url(../images/shop-cart-padlock.png);
	background-color: #0099f8;
	text-align: left;
	padding-left: 24px;
	float: right;
	margin-left: 1px;
}
.button-normal-padlock:hover {
	border: 1px solid #001e82;
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	padding-right: 35px;
	width: auto;
	background-position: right center, 5px center;
	background-repeat: no-repeat;
	background-size: auto, 10%;
	background-image: url(../images/button-arrow.png), url(../images/shop-cart-padlock.png);
	background-color: #001e82;
	text-align: left;
	padding-left: 24px;
	float: right;
	margin-left: 1px;
}
.button-normal-back {
	/* [disabled]border-radius: 2px; */
	border: 1px solid #0099f8;
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	padding-right: 35px;
	width: auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow-b.png);
	background-color: #0099f8;
	text-align: left;
	padding-left: 10px;
	float: right;
}
.button-normal-back-dis {
	/* [disabled]border-radius: 2px; */
	border: 1px solid #d1d1d1;
	color: #333333;
	font-size: 12px;
	height: 25px;
	padding-right: 35px;
	width: auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow-b-dis.png);
	background-color: #d1d1d1;
	text-align: left;
	padding-left: 10px;
	float: right;
}
.view-details{
	float: none;
	padding-right: 0px;
	margin-bottom: 0px;
	height: 30px;
	/* [disabled]padding-top: 10px; */
	color: #757575;
	/* [disabled]font-weight: bold; */
	text-align: center;
	width: 68px;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #E2E2E2;
	padding-left: 0px;
	clear: both;
	}
	.view-details:hover{
	color: #0064d2;
	text-decoration: none;
	border-bottom-color: #0064D2;
		}
.button-half {
	border: 1px solid #0099f8;
	height: 45px;
	width: 44px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/half-btn-arrow.png);
	background-color: #0099f8;
	float: left;
}
.button-half:hover {
	border: 1px solid #001E82;
	height: 45px;
	width: 44px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/half-btn-arrow.png);
	background-color: #001E82;
	float: left;
}
.button-normal-1 {
	/* [disabled]border-radius: 2px; */
	border: 1px solid #99ca3c;
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	padding-right: 35px;
	width: auto;
	/* [disabled]font-weight: bold; */
	/* [disabled]-webkit-box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]text-shadow: 0px 1px 3px #FCFCFC; */
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow.png);
	background-color: #99ca3c;
	text-align: left;
	padding-left: 10px;
	/*border-radius: 3px;*/
}
.button-normal-1:hover{
	text-shadow: 0px 0px 0px;
	/* [disabled]-webkit-box-shadow: 0px 0px #C8C8C8; */
	/* [disabled]box-shadow: 0px 0px #C8C8C8; */
	background-image: url(../images/button-arrow.png);
	background-color: #006a44;
	border-color: #006a44;
	}
.button-normal-2 {
	/* [disabled]border-radius: 2px; */
	border: 1px solid #918bc3;
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	padding-right: 35px;
	width: auto;
	/* [disabled]font-weight: bold; */
	font-family: Verdana, sans-serif;
	/* [disabled]-webkit-box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]text-shadow: 0px 1px 3px #FCFCFC; */
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow.png);
	background-color: #918bc3;
	text-align: left;
	padding-left: 10px;
	/*border-radius: 3px;*/
}
.button-normal-2:hover{
	text-shadow: 0px 0px 0px;
	/* [disabled]-webkit-box-shadow: 0px 0px #C8C8C8; */
	/* [disabled]box-shadow: 0px 0px #C8C8C8; */
	background-image: url(../images/button-arrow.png);
	background-color: #482f92;
	border-color: #482f92;
	}
.button-normal-3{
	/* [disabled]border-radius: 2px; */
	border: 1px solid #ed2891;
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	padding-right: 35px;
	width: auto;
	/* [disabled]font-weight: bold; */
	font-family: Verdana, sans-serif;
	/* [disabled]-webkit-box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]text-shadow: 0px 1px 3px #FCFCFC; */
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow.png);
	background-color: #ed2891;
	text-align: left;
	padding-left: 10px;
	/*border-radius: 3px;*/
}
.button-normal-3:hover{
	text-shadow: 0px 0px 0px;
	/* [disabled]-webkit-box-shadow: 0px 0px #C8C8C8; */
	/* [disabled]box-shadow: 0px 0px #C8C8C8; */
	background-image: url(../images/button-arrow.png);
	background-color: #62136d;
	border-color: #62136d;
	}
.button-normal-4{
	/* [disabled]border-radius: 2px; */
	border: 1px solid #09b89d;
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	padding-right: 35px;
	width: auto;
	/* [disabled]font-weight: bold; */
	font-family: Verdana, sans-serif;
	/* [disabled]-webkit-box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]text-shadow: 0px 1px 3px #FCFCFC; */
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow.png);
	background-color: #09b89d;
	text-align: left;
	padding-left: 10px;
	/*border-radius: 3px;*/
}
.button-normal-4:hover{
	text-shadow: 0px 0px 0px;
	/* [disabled]-webkit-box-shadow: 0px 0px #C8C8C8; */
	/* [disabled]box-shadow: 0px 0px #C8C8C8; */
	background-image: url(../images/button-arrow.png);
	background-color: #005956;
	border-color: #005956;
	}
.button-normal-5 {
	/* [disabled]border-radius: 2px; */
	border: 1px solid #f68b1f;
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	padding-right: 35px;
	width: auto;
	/* [disabled]font-weight: bold; */
	font-family: Verdana, sans-serif;
	/* [disabled]-webkit-box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]text-shadow: 0px 1px 3px #FCFCFC; */
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow.png);
	background-color: #f68b1f;
	text-align: left;
	padding-left: 10px;
	/*border-radius: 3px;*/
}
.button-normal-5:hover{
	text-shadow: 0px 0px 0px;
	/* [disabled]-webkit-box-shadow: 0px 0px #C8C8C8; */
	/* [disabled]box-shadow: 0px 0px #C8C8C8; */
	background-image: url(../images/button-arrow.png);
	background-color: #a70e13;
	border-color: #a70e13;
	}

.button-normal:hover{
	text-shadow: 0px 0px 0px;
	/* [disabled]-webkit-box-shadow: 0px 0px #C8C8C8; */
	/* [disabled]box-shadow: 0px 0px #C8C8C8; */
	background-image: url(../images/button-arrow.png);
	background-color: #001e82;
	border-color: #001E82;
	}
	.button-normal-back:hover{
	text-shadow: 0px 0px 0px;
	/* [disabled]-webkit-box-shadow: 0px 0px #C8C8C8; */
	/* [disabled]box-shadow: 0px 0px #C8C8C8; */
	background-image: url(../images/button-arrow-b.png);
	background-color: #001e82;
	border-color: #001E82;
	}
.button-gray {
	/* [disabled]border-radius: 2px; */
	border: 1px solid #001e82;
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	padding-right: 35px;
	/* [disabled]width: 49%; */
	/* [disabled]font-weight: bold; */
	/* [disabled]-webkit-box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]text-shadow: 0px 1px 3px #FCFCFC; */
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow.png);
	background-color: #001e82;	/*border-radius: 3px;*/
	text-align: left;
	padding-left: 10px;
}
.button-gray:hover{
	ftext-shadow: 0px 0px 0px;
	/* [disabled]-webkit-box-shadow: 0px 0px #C8C8C8; */
	/* [disabled]box-shadow: 0px 0px #C8C8C8; */
	background-image: url(../images/button-arrow.png);
	background-color: #0099f8;
	border-color: #0099f8;
	color: #FFFFFF;
	}
.button-save {
	/* [disabled]border-radius: 2px; */
	border: 1px solid #f15623;
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	padding-right: 35px;
	width: auto;
	/* [disabled]font-weight: bold; */
	font-family: "open_sansregular", Verdana, sans-serif;
	/* [disabled]-webkit-box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]box-shadow: inset 0px 0px 5px #FFFFFF; */
	/* [disabled]text-shadow: 0px 1px 3px #FCFCFC; */
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/button-arrow.png);
	background-color: #f15623;
	text-align: left;
	padding-left: 10px;
}
.button-save:hover{
	text-shadow: 0px 0px 0px;
	/* [disabled]-webkit-box-shadow: 0px 0px #C8C8C8; */
	/* [disabled]box-shadow: 0px 0px #C8C8C8; */
	background-image: url(../images/button-arrow.png);
	background-color: #a70e13;
	border-color: #a70e13;
	color: rgba(255,255,255,1.00);
	}
.button-plain{
	/* [disabled]border-radius: 2px; */
	/* [disabled]border-color: #dadada; */
	border-style: solid;
	border-width: 0px;
	color: #034694;
	font-size: 12px;
	height: 25px;
	padding-right: 2px;
	width: auto;
	/* [disabled]text-shadow: 0px 1px 3px #FCFCFC; */
	text-align: left;
	padding-left: 2px;
	margin-right: 20px;
	background-color: #FFFFFF;
	}
.button-plain2 {
	border-radius: 2px;
	border: 0px solid #dadada;
	color: white;
	font-size: 12px;
	height: 20px;
	padding-right: 4px;
	/* [disabled]width: 49%; */
	font-weight: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	/* [disabled]text-shadow: 0px 1px 3px #FCFCFC; */
	text-align: left;
	padding-left: 4px;
	background-color: #A6318F;
}
.plain-tb {
	background-color: #FFFFFF;
	border-left: 0px none #FFFFFF;
	border-right: 0px none #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.plain-tb tr td {
	border: 0px none #FFFFFF;
	background-color: #FFFFFF;
}
.breadOutter {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
	background-image: url(../images/ani-back.png);
	background-repeat: repeat-x;
	background-position: 0% center;
	float: left;
}
.breadmid {
	width: 16%;
	height: auto;
	text-align: center;
	color: #8f8f8f;
	background-color: #FFFFFF;
	float: left;
	/* [disabled]margin-left: 8%; */
	/* [disabled]margin-right: 12%; */
	padding-bottom: 10px;
}
.breadmid a {
	text-align: center;
	color: #8f8f8f;
	background-color: #FFFFFF;
	text-decoration: none;
}
.breadCircleSel {
	background-color: #0064d2;
	color: #FFFFFF;
	width: 46px;
	height: 46px;
	border-radius: 23px;
	border: 3px solid #d3d3d3;
	font-size: 26px;
	text-align: center;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.breadCircle {
	width: 46px;
	height: 46px;
	border-radius: 23px;
	border: 3px solid #e2e2e2;
	background-color: #D4D4D4;
	color: #FFFFFF;
	font-size: 26px;
	text-align: center;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.plan-box {
	text-align: center;
	background-color: #ECECEC;
	margin-bottom: 10px;
	border: 0px solid #CCCCCC;
	width: 98%;
	float: left;
	border-radius: 5px;
	margin-left: 1%;
	padding-bottom: 5px;
	margin-right: 1%;
	}

.plan-box .text {
	font-size: 15px;
	color: #757575;
	width: 100%;
	background-color: #dadada;
	height: auto;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	
	}
.sim-outter {
	float: left;
	width: 100%;
	margin-top: 10px;
	height: auto;
	/* [disabled]font-family: Gotham-Book, Helvetica, Arial, sans-serif; */
}
.sim-box {
	width: 100%;
	margin-bottom: 5px;
	float: left;
	border-radius: 5px;
	/* [disabled]-webkit-box-shadow: inset 0px 0px 20px #DDDDDD; */
	/* [disabled]box-shadow: inset 0px 0px 20px #DDDDDD; */
	background-color: #FFFFFF;
	border: 0px solid #E0E0E0;
}
.boxtext1 {
	font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
	font-size: 18px;
	color: #414141;
	line-height: 25px;
}
.boxtext2 {
	font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #414141;
	line-height: 25px;
	margin-top: 5px;
	padding-top: 5px;
}
.boxtext1-total {
	font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #3E3E3E;
}
.index_box {
	width: 99%;
	float: left;
	clear: none;
	height: 185px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 20px;
	/* [disabled]font-family: "GravurCondensed-Regular",Helvetica,Arial,sans-serif; */
	color: #001e82;
	border: 1px solid #dadada;
	font-size: 18px;
	padding-top: 4%;
	padding-right: 4%;
	padding-bottom: 1%;
	padding-left: 4%;
	margin-right: 0.5%;
	line-height: 21px;
	margin-left: 0.5%;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto auto;
}
.home_bg{
	background-image: url(../images/v2.1-spectrum-blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 30px;
	background-size: 100% 100%;
	height: auto;
	
	}
.cost-detail {
	float: right;
	text-align: right;
	width: 100%;
	height: 15px;
	color: #707077;
	font-size: 13px;
}
.index_box div img {
	float: left;
	margin-right: 25px;
	width: auto;
	margin-top: 0px;
	margin-left: -14px;
}
.index-topic {
	color: #1964c8;
	/*font-family: 'GravurCond-Regular',Helvetica,Arial,sans-serif;*/
	font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
	font-size: 24px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	line-height: 68px;
	font-weight: normal;

	text-transform: ;
}

.intro-topic {
	color: #003a9d;
	font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
	font-size: 32px;
	margin-left: auto;
	margin-right: auto;
	text-transform: none;
	line-height: 30px;
}

.Tab-Table{
	width: 100%
	}
.index_box_details{
	font-size: 13px;
	color: #666666;
	margin-top: 20px;
	line-height: 14px;
	height: auto;
	width: 100%;
	text-align: left;
	float: left;
	}
.left_col_top{
	font-family: "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	height: auto;
	background-color: #414141;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 100%;
	color: #FFFFFF;
	padding-top: 3%;
	padding-right: 2%;
	padding-left: 4%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 8px;
	clear: both;
	float: right;
	}

.right_col_top {
	height: 23px;
	float: left;
	background-color: #f5f5f5;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	width: 96%;
	color: #F3F3F3;
	padding-top: 4px;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	padding-bottom: 6px;
	}
	/* utility colors */
	.bg-col-purple{background-color: #895c7c;}
	.bg_blue{
	background-color: #00b6f1;
	display: none;
}
	.bg_green{background-color: #99ca3c;}
	.bg_green2{background-color: #09b89d;}
	.bg_purple{background-color: #918bc3;}
	.bg_pink{background-color: #ed2891;}
	.bg_orange{background-color: #f68b1f;}
	/*font colors*/
	.font_cl_blue{
	color: #001e82;
}
	.font_cl_purple{
	color: #0061d6;
}
	.font_cl_orange{
	color: #414141;
}
	.font_cl_purple2{
	color: #757575;
}
	.font_cl_pink{
	color: #4A4A4A;
}
	
	.pop_triger{cursor: pointer; cursor: hand; text-decoration:underline;}
	
	.div_highlight{
	font-size: 16px;
	border-radius: 0px;
	border: 1px solid #E3E3E3;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

	
.page_info{
	color: #757575;
	float: left;
	height: 40px;
	width: 100%;
	font-size: 10px;
	font-style: normal;
	line-height: 40px;
	padding-left: 1%;
	text-align: right;
	padding-right: 1%;
	margin-top: 0px;
	}
.sales_stage1{
	width: 100%;
	float: left;
	margin-top: 10px;
	border-right-style: none;
	border-right-width: 0px;
	border-bottom: 0px solid #E9E9E9;
	border-top-color: #E9E9E9;
	border-top-style: solid;
	height: auto;
	border-top: 1px solid #E9E9E9;
	/* [disabled]padding-left: 10px; */
	/* [disabled]padding-right: 10px; */
}
.top-pad{ padding-top: 150px}

.sales_text1{
    font-size: 17px;
    margin-top: 5px;
    float: left;
    margin-left: 0px;
    width: 100%;
    line-height: 35px;
    font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
}
.shopDiv{
	width: auto;
	margin-top: 10px;
	border-radius: 2px;
	border: 0px solid #DFDFDF;
	background-color: #FFFFFF;
	color: #454545;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	/* [disabled]max-width: 330px; */
}
.shopDiv-1{
	width: 100%;
	float: left;
	padding-top: 11px;
	padding-bottom: 11px;
	z-index: 20;
	margin-left: 0px;
	text-align: center;
	}
.shopDiv-2{
	float: right;
	width: 100%;
	z-index: 10;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-right: 0px;
}
.shopDiv-2:a{ color:#272727}
.shopDiv-2:hover{

}
.shopDiv-3{
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 60px;
	width: 5%;
}
.access-price{
	color: #0CB0E5;
	font-size: 16px;
	line-height: 25px;
	width: 100%;
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.shopInputButton{
	width: 100%;
	height: 40px;
	background-image: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #438BB2;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-width: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-size: 10% auto;
	background-size: 55% auto;
	}
	.shopInputButton:hover{
	background-color: #FF0000;
		}


.shop-btn{
	background-image: url(../images/arrow-blu.png);
	background-position: right center;
	height: 40px;
	border-width: 0px;
	font-family: 'GravurCondensed-Regular',Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	padding-right: 30px;
	padding-left: 10px;
	background-color: #F4F4F4;
	color: #373737;
	}

.shop-btn:hover{
	background-image: url(../images/arrow-red.png);
	background-position: right center;
	height: 40px;
	border-width: 0px;
	font-family: 'GravurCondensed-Regular',Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	padding-right: 30px;
	padding-left: 10px;
	background-color: #F4F4F4;
	color: #F00E5B;
	border-color: #FFFFFF;
	}
.cart-table{
	background-color: #FFFFFF;
	font-size: 14px;
	color: #414141;
	/* [disabled]line-height: 20px; */
	width: 100%;
	padding-top: 10px;
	/* [disabled]padding-bottom: 10px; */
	margin-top: 0px;
}
.cart-table tr td{
    margin-top: 10px;
    margin-bottom: 1px;
    padding-left: 10px;
	}

.access-price{
	color: #0CB0E5;
	font-size: 16px;
	line-height: 25px;
	width: 100%;
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.social-icons{
	margin-left: 0px;
	margin-top: 15px;
	float: left;
	width: 30%;
	height: auto;
	clear: left;
	/* [disabled]padding-top: 10px; */
	}
	.social-icons li{
	display: inline;
	width: 20px;
	margin-right: 20px;
	
	
	
	}

.log-face{
	background-image: url(../images/user_male-20.png);
	background-repeat: no-repeat;
	background-position: left center;
	/* [disabled]margin-right: 21px; */
	float: none;
	width: 100px;
	text-align: right;
	}
.Button-holder{
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: right;
	width: 100%;
	text-align: right;
	}
.main_menu-out{
	width: 100%;
	height: 40px;
	background-color: #FFFFFF
	}
	.main_menu-in{
	max-width: 1012px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	line-height: 40px;
	text-align: left;
	}
	.main_menu-in a, .main_menu-in a:hover {
	color: #000;
		
		}
.unit{
	display: inline-block;
	margin-top: 5px;
	vertical-align: top;
}


input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
	width   : 14px;
	margin-right: 0;
	opacity : 0;
	height: 14px;

}

input[type=checkbox]:not(old) + label
{
	display      : inline-block;
	margin-left  : -14px;
	padding-left : 17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/check-1.png);
	line-height  : 18px;
	cursor: default;
}
input[type=radio   ]:not(old) + label{
	display      : inline-block;
	margin-left  : -14px;
	padding-left : 17px;
	background-repeat: no-repeat;
	background-image: url(../images/radio-1.png);
	line-height  : 18px;
	cursor: default;
}

input[type=checkbox]:not(old):checked + label{
    background-image: url(../images/check-2.png);
    cursor: default;
    /*margin-left: 10px;*/
}

input[type=radio]:not(old):checked + label{
		background-image: url(../images/radio-2.png);
	cursor: default;
}
.sub-topic{
	font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
	width: 100%;
	height: 32px;
	font-size: 17px;
	line-height: 28px;
	border-bottom: 1px solid #D4D4D4;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	float: left;
	}
	.sub-topic_0{
	font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
	width: 100%;
	height: 32px;
	font-size: 17px;
	line-height: 28px;

	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	float: left;
	}

.sub-topic-cart{
	/*font-family: "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;*/
	font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
	height: 40px;
	background-color: #f4f4f4;
	width: 100%;
	float: left;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 40px;
	/* [disabled]padding-top: 15px; */
	color: #333333;
	text-transform: none;
	}
.cart-price-des{
	float: right;
	padding-right: 7px;
	font-family: "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #333333;
	font-size: 18px;
	line-height: 50px;
	text-transform: none;

	}
.cart-price{
	color: #FFFFFF;
	font-size: 23px;
	line-height: 50px;
	font-family: 'GravurCondensed-Regular',Helvetica,Arial,sans-serif;
	}
.font-bold {
	font-family: "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
	}

.confirm-topic {
	font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
	color: #333333;
	font-size: 18px;
	line-height: 45px;
	margin-bottom: 15px;
	text-transform: none;
	}
.btn-plain {
	color: #0061D6;
	border-width: 0px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	}
	.btn-plain:hover{
	text-decoration: underline;
	color: #0C2781;
	}

.product-empty { height: 45px; background-color: #FFFFFF; color: #414141; line-height: 40px; font-size: 14px}


.zeroMargin_mobile {margin-left: 0;}

.hide_mobile {display: none;}

.detail-link{
	color: #0C63CD;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
	}
.detail-link:hover{
	background-color: #FFFFFF;
	color: #0C63CD;
	text-decoration: underline;
	}
.color-selector
 {
	width: 40px;
	height: 70px;
	/* [disabled]box-shadow: inset 0px 0px 5px #000000; */
	/* [disabled]-webkit-box-shadow: inset 0px 0px 5px #000000; */
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
	padding-top: 5px;
	border: 1px solid #DFDFDF;
	padding-left: 5px;
	padding-right: 5px;
}
.color-selector-curl{
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-right: 0px;
	cursor: pointer;
	/* [disabled]-webkit-box-shadow: inset 0px 0px 16px 2px #D3D3D3; */
	/* [disabled]box-shadow: inset 0px 0px 16px 2px #D3D3D3; */
	border: 2px solid #D1D1D1;
	border-radius: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	}
.curl-empty{
	/* [disabled]-webkit-box-shadow: inset 0px 0px 1px 1px #C9C9C9; */
	/* [disabled]box-shadow: inset 0px 0px 1px 1px #C9C9C9; */
	background-color: #FFFFFF;
	background-image: url(../images/empty-color.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	}
	.color-selector-curl:hover, .color-selector-curl-select, #colr1:target, #colr2:target, #colr3:target, #colr4:target, #colr5:target{
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 0px;
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 0px 2px #FFFFFF;
    box-shadow: inset 0px 0px 0px 2px #FFFFFF;
    border: 2px solid #0061d6;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    float: left;
    border-radius: 50%;
	}

.pop-scroll {
	width: 98%;
	margin-left: 1%;
	margin-right: auto;
	margin-top: 5px;
	height: auto;
	margin-bottom: 5px;
	float: left;
	overflow-y: auto;
}
.search-full {
	width: 100%;
	border: 1px solid hsla(0, 0%, 92%, 1.00);
	float: left;
	border-radius: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.country-list {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.add-cart-error {color: red; border: 1px solid #FF0000; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 10px;}
.add-cart-info {
	color: #06e;
	border: 1px solid #06e;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 10px;
	line-height: 18px;
}

.New_Home_boxes{
	width: 100%;
	margin: 0.5%;
	float: left;
	height: 170px;
	}
.New_Home_boxes .image{
	background-position: center top;
	height: 85px;
	background-repeat: no-repeat;
	background-size: 15% auto;
	
	}
	.New_Home_boxes .content{
	height: 55px;
	font-size: 15px;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	line-height: normal;
	color: #2E2E2E;
	text-align: center;
	
	}
.New_Home_boxes .content font {
	color: #6B6B6B;
	font-size: 12px;
	line-height: 12px;
	font-family: "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.list{
	padding-left: 0px;
	margin-left: 0px;
}

.list li {
	margin-left: 0px;
	padding-left: 0px;
}

.cont-box-single{width: 98%; float: right; margin-top: 4px; margin-bottom: 4px;}
.cont-box-single li:nth-child(1) {display: inline-block; width: 35%}
.cont-box-single li:nth-child(2) {
	display: inline-block;
	width: 1%;
	text-align: center;
}
.cont-box-single li:nth-child(3) {display: inline-block; width: 60%}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
.upper-drop-down {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-top: -50px;
	height: 50px;
	float: left;
}
.search-prod-outter{
    width: 100%;
    background-color: #fff;
    height: 110px
}
.search-prod-buttons{
    float: left;
    width: 98%;
    text-align: left;
    padding-left: 0px;
    background-color: #FFFFFF;
    margin-top: 8px;
    margin-left: 2%;
    height: 40px;
    font-size: 17px;
    font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
    color: #777;
}
.search-prod-buttons a{
    color: #A6A6A6;
    text-decoration: none;
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.search-prod-buttons a:hover{
    color: #2266C0;
    text-decoration: none;
    border-bottom: 1px solid #2266C0;
}
.search-prod-buttons .uselect{
    color: #2266C0;
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
	 border-bottom: none!important;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 13px;
}

	.search-prod{
    width: 100%;
    background-color: #fff;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

}

@media only screen and (min-width : 544px ){
.left_col_top{
	font-family: "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	height: auto;
	background-color: #414141;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 100%;
	color: #FFFFFF;
	padding-top: 6%;
	padding-right: 4%;
	padding-left: 8%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 6%;
	clear: both;
	float: right;
	}
.index_box div img {
	float: left;
	margin-right: 25px;
	width: auto;
	margin-top: 10px;
	margin-left: 0px;
}
.boxtext1 {
	/* [disabled]font-size: 13px; */
	/* [disabled]font-family: "open_sanssemibold", Helvetica, Arial, sans-serif; */
	/* [disabled]color: #535353; */
}
.plan-tb {
	background-color: #FFFFFF;
}
.search{	}
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
}
#div1 {
	background-color: #dadada;
	width: 100%;
	position: static;
	height: 40px;
	float: none;
}
#mainlogo-out {
	background-color: #FFFFFF;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: 0% center;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
.highBack-login {
	margin-left: 10%;
	margin-right: auto;
	width: 80%;
	margin-top: 0px;
	margin-bottom: 20px;
	border-radius: 3px;
	/* [disabled]-webkit-box-shadow: inset 0px 0px 60px #CDCDCD; */
	/* [disabled]box-shadow: inset 0px 0px 60px #CDCDCD; */
	padding-top: 40px;
	padding-bottom: 10px;
	float: left;
}
.username {
	height: auto;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	color: #666666;
	line-height: 35px;
}
.password {
	height: auto;
	text-align: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	color: #666666;
	line-height: 35px;
	margin-bottom: 10px;
}
.forgot {

}
.mainlogo {}
.mainlogoOut {
	width: 35%;
	margin-left: 10%;
	position: static;
	height: 32px;
}
.main_menu {
	width: 55%;
	clear: none;
	position: static;
	height: 50px;
	text-align: right;
	margin-left: 0px;
}
.searchDiv {
	margin-left: 22%;
	width: 56%;
	text-align: right;
	height: 32px;
	padding-top: 5px;
	clear: both;
}
.border {
	height: 1px;
	/* [disabled]background-color: #707077; */
	visibility: visible;
}
.news {
	width: 100%;
	height: 140px;
	float: left;
	background-image: url(../images/news_back.png);
	-webkit-box-shadow: inset 0px 1px 10px #EAE3D6;
	box-shadow: inset 0px 1px 10px #EAE3D6;
	margin-top: 20px;
	font-family: "UbuntuCondensed-Regular", "Trebuchet MS", Verdana, sans-serif;
}
.footer{
	background-color: #282828;
	height: auto;
	width: 100%;
	color: #CFCFCF;
	line-height: 40px;
	text-align: center;
	float: left;
	padding-right: 0%;
	padding-left: 0%;
	}
.footcolum{
	clear: right;
	max-width: 170px;
	text-align: center;
	min-width: 150px;

	}
.copy{
	color: #FFFFFF;
	}
.footCont{
	/* [disabled]width: 90%; */
	margin-left: 5%;
	margin-right: 5%;

	}
.NewsHead{	}
.aniOut{
	background-image: url(../images/ani-back_1.png);
	-o-background-size: cover;
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.prodcutOut{
	width: 99%;
	margin-left: 0.5%;
	font-size: 12px;
	margin-right: 0.5%;
	background-color: #FFFFFF;
	}
.productHead{
	width: 15%;
	text-align: center;
	margin-left: 10%;
	margin-right: 75%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
	color: #282828;
	background-color: #FFFFFF;
	}
.productCont{
	width: 48%;
	clear: right;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2px;
	}
.contBack{	}
.controls{
	height: 30px;
	line-height: 30px;
	font-size: 1.1em;
	}
.productConText{
	background-color: #F6F6F6;
	margin-bottom: 0px;
	}
.handOuter{
	background-image: url(../images/head_separater.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	margin-top: 15px;
	margin-bottom: 0px;
	}
.aniImg{ 
	visibility:visible 
	}
.orderBtn{
	width: auto;
	background-image: url(../images/ico-rightArrow.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: right center;
	text-align: left;
	padding-left: 10px;
	padding-right: 30px;
	}
.viewBtn{
	clear: right;
	padding-left: 10px;
	background-image: url(../images/ico-magnify.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	width: auto;
	height: 30px;
	}
.RateOut{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	clear: right;
	text-align: center;
	}
.RateTop{
	padding-top: 1%;
	padding-bottom: 1%;
	color: #252525;
	}
.moreProduct{
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 12px;
	background-color: #ecebe7;
	width: 120px;
	height: 32px;
	background-image: url(../images/icoMoreArrow.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 20px;
	clear: left;
	margin-left: 1%;
	text-align: center;
	font-size: 1.2em;
	line-height: 29px;
	}
.left_column{
	width: 35%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	}
.right_column{
	clear: right;
	width: 61%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	padding-top: 0%;
	padding-right: 1%;
	padding-bottom: 0%;
	padding-left: 1%;
	text-align: center;
	}
.l_m_box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 96%;
	color: #787878;

	}
.R_b_box{
	width: 47.5%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 0.5%;
	margin-left: 1%;
	clear: right;
	height: 250px;
	}
.R_b_box_1{
	width: 47.5%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 0.5%;
	margin-left: 1%;
	clear: right;
	height: 250px;
	}
.R_b_box_2{
	width: 47.5%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 0.5%;
	margin-left: 1%;
	clear: right;
	height: 250px;
	}
.R_b_box_3{
	width: 47%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 0.5%;
	margin-left: 1%;
	clear: right;
	height: 250px;
	}
.R_b_box_4{
	width: 47.5%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 0.5%;
	margin-left: 1%;
	clear: right;
	}
	.InBody{
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 5px;
	}
	.MenuHeader{
	padding-left: 5px;
	padding-right: 5px;
	}
	.SearchOut{
	width: 99.5%;
	margin-left: 0.5%;
	margin-right: auto;
	float: none;
	background-color: #FFFFFF;
	height: auto;
	}
	.TopMenuOut{
	clear: left;
	width: 100%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: 45px;
	}
	.leftMenu{
	width: 35%;
	background-color: #FFFFFF;
	}
	.SubMenuOut{
	width: 100%;
	height: auto;
	/* [disabled]z-index: 10; */
	background-image: none;
	float: none;
	}
	.SmenuLeft{
	width: 100%;
	height: auto;
	color: #FFFFFF;
	text-align: left;
	border-bottom: 0px solid #767676;
	margin-bottom: 0px;
	float: left;
	}
	.SubMnCell{ 
		clear: both;
	margin-left: 0;
}
	.SubMnCell li {
	width: 49%;
	display: inline-block;
	background-color: #925051;
	float: left;
	text-align: left;
	border-bottom: 1px solid #C9C9C9;
	text-indent: 10px;
}
	.inBodyWrap{ 
	}
	.RightBody{
	width: 63%;
	clear: none;
	margin-left: 2%;
	float: right;
	}
	.PhnBoxOut{
	text-align: center;
	}
	.PhnBox{
	width: 100%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	float: left;
	margin-left: 0px;
	margin-bottom: -1px;
	}
			.main-content {
	margin-bottom: 5px;
}
	.main-content li{
	width: 100%;
	margin-left: 0px;
	margin-right: 0%;
	padding-top: 3%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	min-width: 250px;
	text-align: center;
	clear: right;
	margin-bottom: 11px;
	background-image: url(../images/main-sep-line.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1px 96%;
	display: inline-block;
		}
		
		.main-content li:nth-of-type(n){
		background-image: none;			
			}
	.phonDetails{
	float: none;
	width: 57%;
	}
	.BotButtons{ 
	}
	
	.main-content-2 {
	margin-bottom: 5px;
}
	.main-content-2 li{
    width: 100%;
    margin-left: 0px;
    margin-right: 0%;
    padding-top: 3%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    min-width: 250px;
    text-align: center;
    clear: right;
    margin-bottom: 11px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1px 96%;
    display: inline-block;
		}
	.tableBanner{
	text-align: right;
	float: left;
	background-color: #f1f1f1;
	width: 99%;
	padding-right: 1%;
	}
	.tbSearchLine{
	background-color: #252525;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
	}
	.TblWrapper{

	}
	.FilterBox{
	background-color: #252525;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	}
	.Filter2{ 
	}
	.resultDiv{ 
	}
	.DateRange{
	width: 100%;
	float: left;
	clear: left;
	}
	.ComDevDiv{
	width: 48%;
	clear: right;
	float: right;
	text-align: left;
	}
	.FindTopDiv{
	clear: none;
	}
	.dateRMain{ 
	}
	.dateRout{
	width: 48%;
	}
	.SearchDivOut{ 
	}
	.FilteDiv{
	width: 41%;
	}
	.SrchDiv{
	width: 41%;
	clear: right;
	}
	.SrchBtnDiv{
	width: 18%;
	clear: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	.detailImg{
	width: 40%;
	clear: left;
	}
		.detailText{
	width: 100%;
	clear: left;
	}
	.detailTopic{
	width: 56%;
	clear: right;
	float: right;
	margin-top: 2%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	.proDetalDiv{
	width: 99%;
	clear: right;
	float: right;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-left: 1%;
	}
	.HighBackDiv{
	width: 100%;
	}
	.log-topic{

	}
	.index-header{ 
	background-image: url(../images/banner-iwanttobuy.png) , url(../images/banner-welcome.png);
	background-position: 25px bottom,left top;
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
	margin-top: 10px;
	}
	.big-icon{
	width: 32.5%;
	float: left;
	clear: right;
	margin-left: 5px;
	margin-bottom: 5px;
	background-image: none;
	}
	.subFooter{
	background-position: center bottom;
	}
	.mainIcoOut{ 
	}
	.index-back{
	/* [disabled]background-image: url(../images/indexBGimg.jpg); */
	background-position: 100% center;
	background-repeat: no-repeat;
	}
	.cont-box{
	width: 100%;
	margin-bottom: 10px;
	}
	.otherProduct{
	width: 33%;
	float: left;
	clear: right;
	color: #636363;
	font-size: 11px;
	}
	.dash-col_1{ 
	}
	.dash-col_2{ 
	}
	.dash-sum{ 
		width: 100%;
	/* [disabled]border: 1px solid #D1D1D1; */
	-webkit-box-shadow: 0px 0px 2px #DBDBDB;
	box-shadow: 0px 0px 2px #DBDBDB;
	border-radius: 2px;
	background-color: #FFFFFF;
	height: auto;
	}
	.dash-sum-col{ 
	}
	.dash-col-1-out{ 
	}
	.dash-col-2-out{ 
	}
	.store-top{ 
	}
	.Dash-lcon-box{
	width: 50%;
	float: left;
	clear: right;
	}
	.sim-box{
	width: 30%;
	height: 160px;
	border-radius: 5px;
	/* [disabled]-webkit-box-shadow: inset 0px 0px 20px #DDDDDD; */
	/* [disabled]box-shadow: inset 0px 0px 20px #DDDDDD; */
	float: left;
	clear: right;
	margin-left: 5%;
	}
.plan-box {
	text-align: center;
	background-color: #ECECEC;
	margin-bottom: 10px;
	border: 0px solid #CCCCCC;
	width: 49%;
	float: left;
	border-radius: 5px;
	margin-left: 0.5%;
	padding-bottom: 5px;
	height: 120px;
	margin-right: 0.5%;
	}

.plan-box .text {
	font-size: 15px;
	color: #757575;
	width: 100%;
	background-color: #dadada;
	height: auto;
	text-align: center;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	line-height: 25px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
	}

.index_box {
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	width: 49%;
	height: 180px;
	margin-left: 0.5%;
	margin-right: 0.5%;
	}
.home_bg{
	background-image: url(../images/v2.1-spectrum-blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 30px;
	background-size: 100% 100%;
	height: auto;
	
	}

.cost-detail {
	}
	.Tab-Table{
	width: 100%
	}
	.breadOutter {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
	background-image: url(../images/ani-back.png);
	background-repeat: repeat-x;
	background-position: 0% center;
	float: left;
}
	.shopDiv {
	width: 100%;
	margin-top: 10px;
	border-radius: 2px;
	border: 0px solid #DFDFDF;
	background-color: #FFFFFF;
	color: #454545;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	/* [disabled]max-width: 330px; */
	float: right;
}
.shopDiv-1{
	width: 110px;
	float: left;
	padding-top: 11px;
	padding-bottom: 11px;
	z-index: 20;
	margin-left: 0px;
	}
.shopDiv-2{
	float: right;
	width: auto;
	z-index: 10;
	text-align: right;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-right: 10px;
}

	.hide_tablet {
display: none;
}
	.zeroMargin_tablet {
margin-left: 0;
}
.pop-scroll {
	width: 98%;
	margin-left: 1%;
	margin-right: auto;
	margin-top: 5px;
	height: 280px;
	margin-bottom: 5px;
	float: left;
	overflow-y: scroll;
}
.country-list {
}
.country-list li{
	width: 50%;
	float: left;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.New_Home_boxes{
	width: 49%;
	margin: 0.5%;
	float: left;
	height: 170px;
	}
	.New_Home_boxes .image{
	background-position: center top;
	height: 85px;
	background-repeat: no-repeat;
	background-size: 20% auto;
	
	}
	.cont-box-single{width: 98%; float: right; margin-top: 4px; margin-bottom: 4px;}
.cont-box-single li:nth-child(1) {
	display: inline-block;
	width: 35%
}
.cont-box-single li:nth-child(2) {
	display: inline-block;
	width: 1%;
	text-align: center;
}
.cont-box-single li:nth-child(3) {
	display: inline-block;
	width: 60%
}
	
	.upper-drop-down {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-top: -50px;
	height: 50px;
	float: left;
	width: 100%;
	margin-bottom: 0px;
		
}
	.search-prod-outter{
    width: 100%;
    background-color: #fff;
    height: 110px;
}
	.search-prod-buttons{
    float: left;
    width: 98%;
    text-align: left;
    padding-left: 0px;
    background-color: #FFFFFF;
    margin-top: 8px;
    margin-left: 2%;
    height: 40px;
    font-size: 17px;
    font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
    color: #777777;
}
		.search-prod{
    width: 100%;
    background-color: #fff;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.New_Home_boxes{
	width: 24%;
	margin: 0.5%;
	float: left;
	height: 170px;
	}
.New_Home_boxes .image{
	background-position: center top;
	height: 85px;
	background-repeat: no-repeat;
	background-size: 30% auto;
	
	}
.left_col_top{
	font-family: "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	height: auto;
	background-color: #414141;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 100%;
	color: #FFFFFF;
	padding-top: 6%;
	padding-right: 4%;
	padding-left: 8%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 6%;
	clear: both;
	float: right;
	}
.navbar-brand{
	  
	  }
.breadOutter {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
	background-image: url(../images/ani-back.png);
	background-repeat: repeat-x;
	background-position: center 25px;
	float: left;
	margin-top: 15px;
	/* [disabled]padding-left: 15%; */
	/* [disabled]padding-right: 15%; */
}
.search{
	width: 62%;
	height: 20px;
	}
.gridContainer {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	clear: none;
	float: left;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center 80px;
}
#div1 {
	width: 100%;
	position: static;
	float: none;
	background-repeat: repeat-x;
	height: 40px;
}
#mainlogo-out {
	background-color: #FFFFFF;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 50px;
	background-position: 0% center;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
.highBack-login {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	max-width: 460px;
	float: none;
	height: auto;
}
.forgot {
	height: auto;
	text-align: left;
	font-size: 13px;
	border-bottom: 1px solid hsla(0,0%,0%,0.10);
	float: none;
	width: 90%;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 35px;
	color: #767676;
}
.mainlogo {
	width: 80%;
}
.mainlogoOut {
	width: 23.5%;
	position: static;
	height: 32px;
	/* [disabled]background-image: url(../images/logo.png); */
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0%;
	padding-left: 0.5%;
	clear: left;
}
.main_menu {
	width: 60%;
	clear: none;
	margin-left: 1.9%;
	position: static;
	height: 30px;
	text-align: right;
}
.searchDiv {
	width: 19%;
	height: 30px;
	padding-top: 5px;
	margin-left: 0.5%;
	clear: right;
	float: right;
}
.border {
	/* [disabled]background-color: #FFF; */
	height: 1px;
	visibility: visible;
}
.news {
	width: 100%;
	height: 178px;
	float: left;
	background-image: url(../images/news_back.png);
	-webkit-box-shadow: inset 0px 1px 10px #EAE3D6;
	box-shadow: inset 0px 1px 10px #EAE3D6;
	margin-top: 10px;
	font-family: "UbuntuCondensed-Regular", "Trebuchet MS", Verdana, sans-serif;
}
.footer{
	background-color: #282828;
	height: auto;
	width: 100%;
	color: #CFCFCF;
	padding-left: 0%;
	padding-right: 0%;
	line-height: 50px;
	text-align: left;
	float: left;
	background-image: url(../images/colour-bar.png);
	background-repeat: repeat-x;
	background-position: center top;
	bottom: 0px;
	}
.footcolum{
	width: 20%;
	height: 120px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	clear: right;
	max-width: none;
	max-height: none;
	}
.copy{
	max-width: 1012px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	height: 60px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	}
.footCont{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1012px;
	height: 60px;
	float: none;
	}
.NewsHead{
	width: 100%;
	height: 20px;
	background-image: url(../images/news-back.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 12px;
	float: left;
	background-color: rgba(0,0,0,0.00);
	}
.aniOut{
	background-position: center center;
	width: 100%;
	height: auto;
	padding-top: 15px;
	background-image: url(../images/ani-back_1.png);
	box-shadow: 0 4px 4px #dedede inset;
	padding-bottom: 15px;
	text-align: center;
	}
.prodcutOut{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	float: none;
	max-width: 1012px;
	color: #252525;
	font-size: 12px;
	background-color: #FFFFFF;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	}
.productHead{
	width: 10%;
	margin-left: 10%;
	background-color: #FFFFFF;
	margin-right: 80%;
	margin-bottom: 5px;
	font-size: 1.1em;
	color: #282828;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	}
.productCont{
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	clear: right;
	height: auto;
	margin-bottom: 0px;
	}
.contBack{
	text-align: center;
	width: 100%;
	clear: left;

	}
.controls{
	padding-left: 5%;
	width: 95%;
	height: 30px;
	font-size: 1.05em;
	line-height: 30px;
	text-align: left;
	clear: left;
	}
.productConText{
	background-color: #F6F6F6;
	width: 98%;
	height: 55px;
	clear: left;
	margin-bottom: 0px;
	}
.handOuter{
	background-image: url(../images/head_separater.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	margin-top: 10px;
	margin-bottom: 2px;
	height: auto;
	float: left;
	}
.aniImg{
	visibility: visible;
	}
.orderBtn{
	width: auto;
	background-image: url(../images/ico-rightArrow.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: right center;
	text-align: left;
	padding-left: 5px;
	padding-right: 30px;
	}
.viewBtn{
	clear: right;
	padding-left: 10px;
	background-image: url(../images/ico-magnify.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	width: auto;
	}
.RateOut{
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	clear: right;
	height: auto;
	}
.RateTop{
	padding-top: 4%;
	padding-bottom: 4%;
	background-color: #FFFFFF;
	width: 99%;
	height: 315px;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	clear: none;
	color: #252525;
	font-size: 12px;
	}
.moreProduct{
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 12px;
	background-color: #ecebe7;
	width: 120px;
	height: 25px;
	background-image: url(../images/icoMoreArrow.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 15px;
	clear: left;
	margin-left: 1%;
	font-size: 1em;
	line-height: 22px;
	}
.menulift{
	padding-top:5px;
	}
.left_column{
	width: 14%;
	}
.right_column{
	width: 83%;
	clear: right;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
.l_m_box{
	text-decoration: none;
	color: #787878;
	width: 92%;
	margin-left: 4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	}
.R_b_box{
	clear: right;
	width: 12%;
	min-width: 152px;
	height: 290px;
	margin-right: 0.5%;
	margin-left: 0%;
	}
.R_b_box_4{
	clear: right;
	width: 17%;
	text-align: center;
	height: 290px;
	min-width: 206px;
	margin-left: 0%;
	margin-right: 0.5%;
	}
.R_b_box_5{
	clear: right;
	width: 15%;
	text-align: center;
	height: 290px;
	min-width: 206px;
	margin-left: 0%;
	margin-right: 0.5%;
	}
.R_b_box_3{
	clear: right;
	width: 15%;
	text-align: center;
	height: 290px;
	min-width: 177px;
	margin-left: 0%;
	margin-right: 0.5%;
	}
.R_b_box_2{
	clear: right;
	width: 15%;
	text-align: center;
	height: 290px;
	min-width: 177px;
	margin-left: 0%;
	margin-right: 0.5%;
	}
.R_b_box_1{
	clear: right;
	width: 21%;
	text-align: center;
	min-width: 240px;
	height: 290px;
	margin-left: 0%;
	margin-right: 0.5%;
	}
.InBody{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1012px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
	/* [disabled]margin-bottom: 150px; */
	/* [disabled]min-height: 550px; */
	float: none;
	color: #FFFFFF;
	}
.MenuHeader{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1012px;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 5px;
	float: none;
	}
.SearchOut{
	width: 99.5%;
	margin-left: 0.5%;
	height: auto;
	margin-right: 0.5%;
	padding-left: 0px;
	padding-top: 0px;
	float: none;
	background-color: #FFFFFF;
	}
.TopMenuOut{
	width: 75%;
	float: right;
	clear: right;
	height: 50px;
	margin-top: 5px;
	z-index: 999;
	text-align: right;
	}
.leftMenu{
	width: 20%;
	background-color: #FFFFFF;
	float: left;
	}
.SubMenuOut{
    width: 100%;
    height: auto;
    z-index: 1;
    float: none;
	}
.SmenuLeft{
    width: 100%;
    text-align: left;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: left;
    padding-top: 0px;
    background-color: #FFFFFF;
	}
.SubMnCell{
		clear: both;
	margin-left: 0;
}
.inBodyWrap{
    float: none;
    text-align: left;

	}
.RightBody{
	width: 79%;
	margin-left: 1%;
	/* [disabled]background-color: #FFFFFF; */
	}
.PhnBoxOut{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
.PhnBox{
	width: 50%;
	margin-left: 0px;
	margin-right: 0%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	min-width: 250px;
	text-align: center;
	clear: right;
	margin-bottom: -1px;
	background-image: url(../images/main-sep-line.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1px 96%;
	}
.phonDetails{
	width: 100%;
	float: right;
	height: 150px;
	font-size: 12px;
	color: #757575;
	text-align: center;
	background-image: url(url);
	padding-left: 10px;
	padding-right: 10px;
	}
.BotButtons{
	width: 96%;
	float: left;
	margin-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	}
.main-content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.main-content li{
	width: 50%;
	margin-left: -2.9px;
	margin-right: 0%;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	min-width: 250px;
	text-align: center;
	clear: right;
	margin-bottom: 20px;
	background-image: url(../images/main-sep-line.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1px 96%;
	height: auto;
	display: inline-block;
		}
.main-content li:first-child{
			margin-top:0px;
		}
.main-content li:nth-of-type(n){
				margin-top:0px;
		background-image: url(../images/main-sep-line.png);
		}
.main-content li:nth-of-type(2n){
				margin-top:0px;
		background-image: none;
		}
	
	.main-content-2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
	.main-content-2 li{
	width: 50%;
	margin-left: -2.9px;
	margin-right: 0%;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	min-width: 250px;
	text-align: center;
	clear: right;
	margin-bottom: 20px;
	background-image: url(../images/main-sep-line.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1px 96%;
	height: auto;
	display: inline-block;
		}
.tableBanner{
	float: none;
	clear: left;
	width: 100%;
	color: #252525;
	text-align: right;
	height: 50px;
	font-size: 1.2em;
	line-height: 2.5em;
	}
.tbSearchLine{
	float: none;
	background-color: #252525;
	text-align: right;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
.TblWrapper{
	background-color: #FFFFFF;
	border-radius: 1px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	width: 100%;
	/* [disabled]-webkit-box-shadow: 0px 0px 3px #c0c0c0; */
	/* [disabled]box-shadow: 0px 0px 3px #c0c0c0; */
	padding-bottom: 0.75%;
	padding-top: 0.75%;
	border: 1px solid #D1D1D1;
	}
.FilterBox{
	float: left;
	background-color: #252525;
	padding-top: 0.75%;
	padding-right: 0.75%;
	padding-bottom: 0.75%;
	padding-left: 0.75%;
	width: 98.5%;
	border-radius: 3px;
	margin-top: 0.25%;
	text-align: left;
	color: #FFFFFF;
	}
.Filter2{
	border-radius: 3px;
	background-color: #4c769c;
	width: 98%;
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
	}
.resultDiv{
	line-height: 1.1em;
	margin-top: 5px;
	}
.DateRange{
	width: 48%;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 220px;
	}
.ComDevDiv{
	width: 19%;
	clear: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	max-width: 280px;
	float: left;
	margin-top: 13px;
	}
.FindTopDiv{
	width: 13%;
	clear: both;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	max-width: 120px;
	}
.srhCenter{
	width: 595px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	text-align: center;
	}
.dateRMain{
	}
.dateRout{
	width: 30%;
	clear: right;
	float: left;
	}
.SearchDivOut{
	width: 30%;
	height: auto;
	}
.FilteDiv{
	clear: right;
	width: 38%;
	margin-top: 0px;
	}
.SrchDiv{
	width: 36%;
	margin-top: 0px;
	}
.SrchBtnDiv{
	clear: right;
	width: 11%;
	float: right;
	margin-top: 0px;
	height: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.detailImg{	}
.detailText{
	color: #333333;
	width: 48%;
	margin-left: 0px;
}
.detailTopic{
	font-size: 12px;
	padding-right: 10px;
	}
.proDetalDiv{
	color: #525252;
	font-size: 13px;
	width: 56%;
	/* [disabled]margin-left: 0px; */
	/* [disabled]margin-right: 10px; */
	padding-bottom: 0px;
	}
.shopDiv-1{
    width: 120px;
    float: left;
    padding-top: 13px;
    padding-bottom: 10px;
    z-index: 20;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
	}
.shopDiv-2{
	float: right;
	width: auto;
	z-index: 10;
	text-align: right;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-right: 0px;
}
.HighBackDiv{
    width: 100%;
    padding-top: 5px;
    padding-right: 0.75%;
    padding-bottom: 10px;
    padding-left: 0.75%;
	}
.log-topic{
	font-size: 20px;
	text-align: left;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	}
.index-header{
	width: 80%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	height: 210px;
	margin-top: 20px;	
	background-image: url(../images/banner-iwanttobuy.png) , url(../images/banner-welcome.png);
	background-position: 25px bottom,left top;
	background-repeat: no-repeat;
	}
.big-icon{
	width: 20%;
	float: left;
	height: 330px;
	text-align: center;
	clear: right;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	bottom: 0px;
	}
.subFooter{
	height: 340px;
	z-index: 0;
	width: 100%;
	background-image: url(../images/subfooterBg.png);
	background-repeat: repeat-x;
	background-position: center 250px;
	}
.mainIcoOut{
	width: 80%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	height: 330px;
	}
.index-back{
	height: auto;
	background-image: url(../images/indexBGimg.jpg);
	background-position: center 100px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	}
.cont-box{
	float: left;
	height: auto;
	clear: none;
	width: 50%;
	margin-bottom: 0px;
	}
.cont-box--50{
	float: left;
	height: auto;
	clear: none;
	width: 100%;
	margin-bottom: 0px;
	padding-right: 50%;
	}
.cont-box-40{
	float: left;
	height: auto;
	clear: none;
	width: 40%;
	margin-bottom: 0px;
	}
.cont-box-60{
	float: left;
	height: auto;
	clear: none;
	width: 60%;
	margin-bottom: 0px;
	}
.cont-box-45{
    float: left;
    height: auto;
    clear: none;
    width: 45%;
    margin-bottom: 0px;
    background-color: #FFFFFF;
	}
.cont-box-55{
	float: left;
	height: auto;
	clear: none;
	width: 55%;
	margin-bottom: 0px;
	}
.otherProduct{
	width: 15.5%;
	padding-top: 0.5%;
	padding-right: 0.5%;
	padding-bottom: 0.5%;
	padding-left: 0.5%;
	color: #636363;
	font-size: 11px;
	float: left;
	clear: right;
	background-image: url(../images/but-buyNow-1.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
.dash-col_1{
	width: 98%;
	float: left;
	clear: both;
	background-color: #f1f1f1;
	border-radius: 3px;
	margin-bottom: 20px;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	}
.dash-col_2{
	width: 100%;
	float: right;
	clear: right;
	background-color: #f1f1f1;
	border-radius: 3px;
	height: auto;
	margin-bottom: 10px;
	/* [disabled]padding-top: 3%; */
	/* [disabled]padding-right: 3%; */
	/* [disabled]padding-bottom: 3%; */
	/* [disabled]padding-left: 3%; */
	}
.dash-sum{
	width: 100%;
	/* [disabled]border: 1px solid #D1D1D1; */
	-webkit-box-shadow: 0px 0px 2px #DBDBDB;
	box-shadow: 0px 0px 2px #DBDBDB;
	border-radius: 2px;
	background-color: #FFFFFF;
	height: auto;
	}
.dash-sum-col{
	width: 23.8%;
	height: 100px;
	float: left;
	clear: right;
	border: 1px dotted #A8A8A8;
	margin-left: 0.5%;
	margin-right: 0.5%;
	background-color: #FFFFFF;
	}
.dash-col-1-out{
	width: 62%;
	float: left;
	margin-top: 15px;
	}
.dash-col-2-out{
	width: 37%;
	float: right;
	clear: right;
	margin-top: 15px;
	}
.store-top{
	margin-bottom: 10px;
	border-bottom: 1px solid #D8D8D8;
	height: 25px;
	}
.Dash-lcon-box{
	width: 20%;
	text-align: center;
	float: left;
	clear: none;
	min-width: 110px;
	min-height: 160px;
	}
.sim-box{
	width: 20%;
	margin-left: 10%;
	height: auto;
	border-radius: 5px;
	float: left;
	clear: right;
	}
.plan-box {
	text-align: center;
	background-color: #F7F7F7;
	margin-bottom: 10px;
	width: 20.1%;
	float: left;
	border-radius: 0px;
	margin-left: -1px;
	padding-bottom: 0px;
	/* [disabled]min-width: 200px; */
	border: 1px solid #CCCCCC;
	margin-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	}
.plan-box .text {
	    background-color: #dadada;
    color: #757575;
    float: left;
    font-size: 15px;
    height: auto;
    line-height: 25px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 4px 10px;
    text-align: center;
    width: 100%;
	
	}
.index_box {
	width: 32.3%;
	float: left;
	clear: none;
	height: 200px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 20px;
	/* [disabled]font-family: "GravurCondensed-Regular",Helvetica,Arial,sans-serif; */
	color: #001e82;
	border: 1px solid #dadada;
	font-size: 18px;
	padding-top: 20px;
	padding-right: 1%;
	padding-bottom: 20px;
	padding-left: 1%;
	margin-right: 0.5%;
	line-height: 21px;
	margin-left: 0.5%;
	min-width: 150px;
	}
.home_bg{
	background-image: url(../images/v2.1-spectrum-blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 30px;
	background-size: 100% 100%;
	height: auto;
	
	}
.cost-detail {
	width: 100%;
	height: 15px;
	float: right;
	text-align: right;
	color: #707077;
	font-size: 13px;
	}
.index_box div img {
	float: left;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.Tab-Table{
	width: 50%;
	clear: right;
	float: left;
	line-height: 20px;
	}
.shopDiv{
	width: 50%;
	margin-left: 0px;
	margin-top: 0px;
	border-radius: 2px;
	border: 0px solid #DFDFDF;
	background-color: #FFFFFF;
	color: #454545;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	float: right;
	max-width: none;
	margin-right: 0px;
	}
.zeroMargin_desktop{
	margin-left: 0;
	}
.hide_desktop{
	display: none;
	}
.pop-scroll {
	width: 98%;
	margin-left: 1%;
	margin-right: auto;
	margin-top: 5px;
	height: 500px;
	margin-bottom: 5px;
	float: left;
	overflow-y: scroll;
}		
*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.country-list {
	width: 100%;
	float: left;
}
.country-list li{
	width: 33%;
	display: inline-block;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.cont-box-single{width: 98%; float: right; margin-top: 4px; margin-bottom: 4px;}
.cont-box-single li:nth-child(1) {
	display: inline-block;
	width: 16%
}
.cont-box-single li:nth-child(2) {
	display: inline-block;
	width: 1%;
	text-align: center;
}
.cont-box-single li:nth-child(3) {
	display: inline-block;
	width: 82%
}
.search-prod-outter{
    width: 100%;
    background-color: #fff;
    height: 110px;
}

	.search-prod-buttons{
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 0px;
    background-color: #FFFFFF;
    margin-top: 8px;
    margin-left: 0px;
    height: 40px;
    font-size: 17px;
    font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
    color: #777;
}
	.search-prod{
    width: 100%;
    background-color: #fff;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

}
	
}
.pagination_div {
	background-color: #FFFFFF;
	float: right;
	width: 100%;
	text-align: center;
	color: #515151;
	font-size: 11px;
	/* [disabled]border: 1px solid #dadada; */
	line-height: 23px;
	margin-top: 0px;
	/* [disabled]padding-top: 2px; */
	/* [disabled]padding-bottom: 2px; */
	font-weight: normal;
	height: 30px;
	margin-bottom: 5px;
}

.pagination_div input {
	border-radius: 0px;
	border: 1px solid #FFFFFF;
	font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
	margin-left: -1px;
	padding-left: 1px;
	padding-right: 1px;
	margin-right: 5px;
	width: 23px;
	color: #BFBFBF;
	background-color: #FFFFFF;
	margin-top: 0px;
	height: 23px;
}
.pagination_div input:hover{
	color: #3E3E3E;
	border: 1px solid #3E3E3E;
	border-radius: 2px;
}
.POPTable {
	font-size: 12px;
}
.POPTable input[type="text"] {
	text-align: left;
	width: 90%;
	border-style: none;
	border-width: 0px;
	background-color: #ffffff;
}
.Form_error {
    color: #FF0509;
    font-size: 12px;
    font-style: italic;
}
input.error { border: 1px solid red; }
select.error { border: 1px solid red; }
label.error {
    color: red;
    font-style: italic;
    font-size: 12px;
    display: inline-block;
}
input.paginatorCurr, input.paginatorCurr:disabled{
	background-color: #FFFFFF;
	height: 23px;
	margin-top: 2px;
	color: #000000;
	border: 1px solid #3E3E3E;
	border-radius: 2px;
	text-align: center;
	line-height: 23px;
	padding-top: 0px;
}



@media only screen and (min-width: 1050px) {
.left_col_top{
	font-family: "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	height: auto;
	background-color: #414141;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 100%;
	color: #FFFFFF;
	padding-top: 6%;
	padding-right: 4%;
	padding-left: 8%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 6%;
	clear: both;
	float: right;
	}
.index_box div img {
	margin-right: 25px;
	margin-left: 1px;
	margin-top: -11px;
	float: left;
}
.PhnBox{
	width: 33.3%;
	margin-left: 0%;
	margin-right: 0px;
	padding-top: 15px;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	min-width: 250px;
	text-align: center;
	clear: right;
	margin-bottom: 20px;
	/* [disabled]height: auto; */
	background-image: url(../images/main-sep-line.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1px 96%;
	}
.main-content{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	
}

.main-content li{
	width: 33.33%;
	margin-left: 0%;
	margin-right: 0px;
	padding-top: 15px;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 0%;
	min-width: 250px;
	text-align: center;
	margin-bottom: 20px;
	/* [disabled]height: auto; */
	background-image: url(../images/main-sep-line.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1px 96%;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
	float: left;
	}
.main-content li:first-child{
	margin-top: 0px;		
		}
.main-content li:nth-of-type(n){
		background-image: url(../images/main-sep-line.png);
		}
.main-content li:nth-of-type(2n){
		background-image: url(../images/main-sep-line.png);
		}
.main-content li:nth-of-type(3n){
		background-image: none;
		}
	.main-content-2{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	
}
	.main-content-2 li{
    width: 50%;
    margin-left: 0%;
    margin-right: 0px;
    padding-top: 15px;
    padding-right: 0%;
    padding-bottom: 1%;
    padding-left: 0%;
    min-width: 250px;
    text-align: center;
    margin-bottom: 20px;
    /* [disabled]height: auto; */
    background-image: url(../images/main-sep-line.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1px 96%;
    display: inline-block;
    background-color: #FFFFFF;
    margin-top: 0px;
    float: left;
	}
.index_box {
	/* [disabled]font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	width: 31.3%;
	float: left;
	clear: none;
	height: auto;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 20px;
	color: #0041a5;
	border: 1px solid #dadada;
	font-size: 20px;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	margin-right: 2%;
	line-height: 27px;
	margin-left: 0%;
	background-repeat: no-repeat;
	background-position: 0%;
	background-position: right top;
	background-size: 35% auto;
	}
.SearchOut{
	width: 100%;
	margin-left: auto;
	max-width: 1012px;
	/*height: 40px;*/
	margin-right: auto;
	padding-left: 0px;
	float: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	text-align: left;
	}
	
.pop-scroll {
	width: 98%;
	margin-left: 1%;
	margin-right: auto;
	margin-top: 5px;
	height: 500px;
	margin-bottom: 5px;
	float: left;
	overflow-y: auto;
}

.cont-box-single{
	width: 98%;
	float: right;
	margin-top: 4px;
	margin-bottom: 4px;
}
.cont-box-single li:nth-child(1) {
	display: inline-block;
	width: 16%;
	top: 0px;
}
.cont-box-single li:nth-child(2) {
	display: inline-block;
	width: 1%;
	text-align: center;
}
.cont-box-single li:nth-child(3) {
	display: inline-block;
	width: 82%;
	text-align: left;
	padding-top: 0px;
	top: 0px;
}
.search-prod-outter{
    width: 100%;
    background-color: #fff;
    height: 55px;
}
	.search-prod-buttons{
    float: left;
    width: 58%;
    text-align: left;
    padding-left: 0px;
    background-color: #FFFFFF;
    margin-top: 8px;
    margin-left: 15px;
    height: 40px;
    font-size: 16px;
    font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
    color: #777;
}
	.search-prod{
    width: 40%;
    background-color: #fff;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

}

}

/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:transparent; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}	
.disable {
	background-color:#D7282B;
	
	}
	.Button-box{
	width: 12px;
	height: 12px;
	background-image: url(../images/ico-close2.png);
	background-position: center center;
	border-style: none;
	border-width: 0px;
	background-repeat: no-repeat;
		}
		
	input[type="button"][disabled]{
    text-decoration: none;
    color: #DBDBDB;
    background-image: none;
    text-shadow: 0px 0px 0px;
    background-color: #F4F4F4;
	cursor: not-allowed;
}
input[type="button"][disabled]:hover{
    text-decoration: none;
    color: #DBDBDB;
    background-image: none;
    text-shadow: 0px 0px 0px;
    background-color: #F4F4F4;
	
}
.cart-top-div{
	width: auto;
	float: left;
	text-align: left;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	/* [disabled]font-family: 'GravurCondensed-Regular',Helvetica,Arial,sans-serif; */
	color: #A0A0A0;
	margin-top: 13px;
	margin-bottom: 0px;
	text-decoration: none;
	padding-left: 9px;
	}
	.cart-top-div a{
	color: #0064d3;
	text-decoration: none;
	cursor:pointer;
	}
	.cart-top-div a:hover{
	color: #001E82;
	text-decoration: none;
}
.ShopCartDiv{
	width: auto;
	float: right;
	/* [disabled]background-image: url(../images/shop-cart-white.png); */
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 13% auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	/*color: #333;*/
	font-size: 13px;
	margin-top: 0px;
	padding-left: 5px;
	}
.ShopCartDiv span{
	color: #0BC0ED;
	}
.ShopCartDiv a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
.ShopCartDiv a:hover{
	color: #8B8B8B;
	text-decoration: underline
}
.oe{
	background-color: #5a1991; color: #FFFFFF; border-radius: 2px; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; padding-top: 2px;
	}
.airwatch{
	background-color: #08a1de; color: #FFFFFF; border-radius: 2px; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; padding-top: 2px;
	}
.opacity {
	opacity:0.3;
	}
.order-sum-box{
	width: 100%;
	height: 40px;
	float: left;
	margin-top: 15px;
	letter-spacing: 0.5pt;
}
.order-box-1-red {
	width: 270px;
	background-color: #E31C1F;
	height: 40px;
	border-radius: 0px 23.5px 23.5px 0px;
	z-index: 10;
	clear: none;
	position: absolute;
	float: left;
	border: 2px solid #FFFFFF;
	text-align: left;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 13px;
	cursor: pointer;
}
.order-box-1-red .ok{
	width: 33px;
	height: 28px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	border-radius: 3px;
	background-image: url(../images/icon-pending.png);
	background-position: center center;
	background-repeat: no-repeat;
	/* [disabled]border: 1px solid #FFFFFF; */
}
.order-box-1-red .arrow{
	width: 40px;
	height: 36px;
	float: right;
	background-image: url(../images/red-arrows.png);
	background-repeat: no-repeat;
	margin-left: 250px;
	position: absolute;
	background-position: 0% center;
}
.order-box-1-green {
	width: 270px;
	background-color: #9BD239;
	height: 40px;
	border-radius: 0px 23.5px 23.5px 0px;
	z-index: 10;
	clear: none;
	position: absolute;
	float: left;
	border: 2px solid #FFFFFF;
	text-align: left;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 13px;
	cursor: pointer;
}
.order-box-1-green .ok{
	/* [disabled]background-color: #FFFFFF; */
	width: 33px;
	height: 28px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	border-radius: 3px;
	background-image: url(../images/icon-correct.png);
	background-position: center center;
	background-repeat: no-repeat;
	/* [disabled]border: 1px solid #FFFFFF; */
}
.order-box-1-green .arrow{
	width: 40px;
	height: 36px;
	float: right;
	background-image: url(../images/green-arrows.png);
	background-repeat: no-repeat;
	margin-left: 250px;
	position: absolute;
	background-position: 0% center;
}
.order-box-1-amber {
	width: 270px;
	background-color: #ffbe00;
	height: 40px;
	border-radius: 0px 23.5px 23.5px 0px;
	z-index: 10;
	clear: none;
	position: absolute;
	float: left;
	border: 2px solid #FFFFFF;
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 13px;
	cursor: pointer;
}
.order-box-1-amber .shed{
    width: 30px;
    height: 28px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    float: left;
    border-radius: 3px;
    background-image: url(../images/ico-timer.png);
    background-position: left center;
    background-repeat: no-repeat;
    /* [disabled]border: 1px solid #FFFFFF; */
}
.order-box-1-amber .ok{
	width: 33px;
	height: 28px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	border-radius: 3px;
	background-image: url(../images/icon-pending.png);
	background-position: center center;
	background-repeat: no-repeat;
	/* [disabled]border: 1px solid #FFFFFF; */
}
.order-box-1-amber .arrow{
	width: 40px;
	height: 36px;
	float: right;
	background-image: url(../images/amber-arrows.png);
	background-repeat: no-repeat;
	margin-left: 250px;
	position: absolute;
	background-position: 0% center;
}
.order-box-2-gray {
	width: 330px;
	float: left;
	background-color: #cacaca;
	height: 40px;
	border-radius: 0px 23.5px 23.5px 0px;
	z-index: 5;
	margin-left: 230px;
	border: 2px solid #FFFFFF;
	position: absolute;
	color: #FFFFFF;
	text-align: right;
	line-height: 35px;
	font-size: 13px;
	cursor: pointer;
	padding-left: 49px;
}
.order-box-2-gray .arrow{
	width: 40px;
	height: 36px;
	float: right;
	background-image: url(../images/gray-arrows.png);
	background-repeat: no-repeat;
	margin-left: 260px;
	position: absolute;
	background-position: 0% center;
}
.order-box-2-gray .ok{
	width: 33px;
	height: 28px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	border-radius: 3px;
	/* [disabled]background-image: url(../images/icon-pending.png); */
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #cacaca;
	display: block;
}

.order-box-2-green {
	width: 330px;
	float: left;
	background-color: #9BD239;
	height: 40px;
	border-radius: 0px 23.5px 23.5px 0px;
	z-index: 5;
	margin-left: 230px;
	border: 2px solid #FFFFFF;
	position: absolute;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	font-size: 13px;
	cursor: pointer;
	padding-left: 49px;
}
.order-box-2-green .arrow{
	width: 40px;
	height: 36px;
	float: right;
	background-image: url(../images/green-arrows.png);
	background-repeat: no-repeat;
	margin-left: 260px;
	position: absolute;
	background-position: 0% center;
}
.order-box-2-green .ok{
	/* [disabled]background-color: #FFFFFF; */
	width: 33px;
	height: 28px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	border-radius: 3px;
	background-image: url(../images/icon-correct.png);
	background-position: center center;
	background-repeat: no-repeat;
	/* [disabled]border: 1px solid #FFFFFF; */
}
.order-box-2-amber {
	width: 330px;
	float: left;
	background-color: #ffbe00;
	height: 40px;
	border-radius: 0px 23.5px 23.5px 0px;
	z-index: 5;
	margin-left: 230px;
	border: 2px solid #FFFFFF;
	position: absolute;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	font-size: 13px;
	cursor: pointer;
	padding-left: 49px;
}
.order-box-2-amber .arrow{
	width: 40px;
	height: 36px;
	float: right;
	background-image: url(../images/amber-arrows.png);
	background-repeat: no-repeat;
	margin-left: 260px;
	position: absolute;
	background-position: 0% center;
}
.order-box-2-amber .ok{
	width: 33px;
	height: 28px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	border-radius: 3px;
	background-image: url(../images/icon-pending.png);
	background-position: center center;
	background-repeat: no-repeat;
	/* [disabled]border: 1px solid #FFFFFF; */
}

.order-box-2-red {
	width: 330px;
	float: left;
	background-color: #E31C1F;
	height: 40px;
	border-radius: 0px 23.5px 23.5px 0px;
	z-index: 5;
	margin-left: 230px;
	border: 2px solid #FFFFFF;
	position: absolute;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	font-size: 13px;
	cursor: pointer;
	padding-left: 49px;
}
.order-box-2-red .arrow{
	width: 40px;
	height: 36px;
	float: right;
	background-image: url(../images/red-arrows.png);
	background-repeat: no-repeat;
	margin-left: 260px;
	position: absolute;
	background-position: 0% center;
}
.order-box-2-red .ok{
	/* [disabled]background-color: #FFFFFF; */
	width: 33px;
	height: 28px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	border-radius: 3px;
	background-image: url(../images/incorrect-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	/* [disabled]border: 1px solid #FFFFFF; */
}
.order-box-3-gray {
	width: 150px;
	float: left;
	background-color: #cacaca;
	height: 47px;
	border-radius: 0px 23.5px 23.5px 0px;
	margin-left: 380px;
	border: 2px solid #FFFFFF;
	position: absolute;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	padding-left: 62px;
}
.order-box-3-gray .arrow{
	width: 40px;
	height: 43px;
	float: right;
	background-image: url(../images/gray-arrows.png);
	background-repeat: no-repeat;
	margin-left: 60px;
	position: absolute;
}
.order-box-3-green {
	width: 150px;
	float: left;
	background-color: #9BD239;
	height: 47px;
	border-radius: 0px 23.5px 23.5px 0px;
	margin-left: 380px;
	border: 2px solid #FFFFFF;
	position: absolute;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	padding-left: 62px;
}
.order-box-3-green .arrow{
	width: 40px;
	height: 43px;
	float: right;
	background-image: url(../images/green-arrows.png);
	background-repeat: no-repeat;
	margin-left: 60px;
	position: absolute;
}
.order-box-3-amber {
	width: 150px;
	float: left;
	background-color: #ffbe00;
	height: 47px;
	border-radius: 0px 23.5px 23.5px 0px;
	margin-left: 380px;
	border: 2px solid #FFFFFF;
	position: absolute;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	padding-left: 62px;
}
.order-box-3-amber .arrow{
	width: 40px;
	height: 43px;
	float: right;
	background-image: url(../images/amber-arrows.png);
	background-repeat: no-repeat;
	margin-left: 60px;
	position: absolute;
}
.order-sum-details {
	width: 100%;
	height: auto;
	float: left;
	font-size: 13px;
}
.point{
	width: 250px;
	height: 10px;
	background-image: url(../images/poly-triangle.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 25px;
}
.point2{
	width: 420px;
	height: 10px;
	background-image: url(../images/poly-triangle.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 25px;
}
.point3{
	width: 48%;
	height: 10px;
	background-image: url(../images/poly-triangle.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.order-sum-details .content{
    height: auto;
    width: auto;
    border-width: 1px;
    border-right-style: solid;
    border-right-color: #E1E1E1;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    float: left;
    margin-top: 5px;
    white-space: normal;
	overflow-wrap: break-word;
}
.inStock{
	background-image: url(../images/instockS-ico.png);
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: auto;
	padding-left: 30px;
	width: 100%;
	line-height: 15px;
}
.lowStock{
	background-image: url(../images/lowstockS-ico.png);
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: auto;
	padding-left: 30px;
	width: 100%;
	line-height: 15px;
}
.backorder{
	background-image: url(../images/backorderS-ico.png);
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: auto;
	padding-left: 30px;
	width: 100%;
	line-height: 15px;
}
.stockDiv{
    padding-top: 0px;
    padding-bottom: 5px;
    float: left;
    width: 38%;
    border-left: 1px solid #D7D7D7;
    padding-left: 5px;
    margin-left: 2%;
}
.filt-reser{
	font-size: 14px;
	float: right;
	line-height: 18px;
	margin-top: 0px;
	/* [disabled]margin-bottom: 5px; */
	margin-right: 10px;
	}
	.filt-reser a{
		color: #E4E4E4; text-decoration: none; font-size: 11px;
		}

.l_m_box font{
	color: #787878;
	float: left;
	border-bottom: 1px solid #e2e2e2;
	width: 98%;
	font-size: 14px;
	font-style: normal;
	margin-bottom: 8px;
	padding-left: 2%;
	margin-top: 4px;
	height: 40px;
	line-height: 35px;
	}
.input-file{
	width: 100%;
	border: solid 1px #dddddd;
	height: 39px;
	padding-left: 10px;
	float: left;
	line-height: 39px;
	padding-top: 0px;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	min-width: 300px;
	max-width: 350px;
	}
	input[type="file"] {
	width: 220px;
	height: 25px;
	line-height: 20px;
	border-width: 0px;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.error-upolad{
	width: 100%;
	background-color: #F9F2F2;
	color: #FF0004;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	float: left;
	border: 1px solid #EFEFEF;
	margin-bottom: -1px;
	margin-top: 0px;
	text-align: left;
}
.accordion li.open .arrow {
	border-top: 10px solid #00aaf3;
    content: "";
    position: absolute;
    left: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -9px;
    z-index: 1;
    margin-left: -10px;
    display: block;

}
.remid {
	float: left;
	/* [disabled]border: 1px solid #e8e8e8; */
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 5px;
	/* [disabled]padding-right: 10px; */
	padding-bottom: 5px;
	/* [disabled]padding-left: 10px; */
	border-radius: 3px;
	font-size: 13px;
}
.remid p{
	padding-bottom: 0px;
	margin-bottom: 15px;
	color: #747474;
}
.remid strong{
	line-height: 33px;
	font-size: 21px;
	font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
	color: #333333;
	font-weight: normal;	
	
}
.remid span{ color: #0061d6;}
.remid-topic{
	font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
	font-size: 21px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 18px;
}
.remid-step{
	width: 100%;
	height: auto;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 10px;
	border-bottom: 1px solid #d8d8d8;
}
.remid-step span{
	float: left;
	font-size: 14px;
	width: 80%;
	margin-top: 18px;
	margin-left: -18px;
}
.remid-step a{ padding: margin-top: 2px; padding-top: 5px; float: left; }
.remid-step .box{
	width: 30px;
	float: left;
	margin-right: 30px;
}
.remid-step .box .curcle {border-radius: 13px; width: 26px; height: 26px; border: 2px solid #0C63CD; text-align: center; line-height: 22px; font-size: 15px; padding-left: 0px; margin-left: 2px;}
.remid-step ul {

	list-style-image: url(../images/mdm-gray.png);
}
.remid-step ul li{
	padding-bottom: 10px;
}
.remid-help {
	width: 347px;
	height: 215px;
	float: right;
	background-image: url(../images/redial-help.png);
	margin-top: -10px;
	background-repeat: no-repeat;
}
ul { list-style-type: none;
	
	  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	}
.accordion {
	width: 100%;
	/* [disabled]max-width: 360px; */
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	float: left;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #333;
	font-size: 20px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
	background-color: #F4F4F4;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
	padding-right: 20px;
}

.accordion li.open .link {
	color: #FFFFFF;
	background-color: #00aaf3;
}

.accordion li.open i {
	color: #FFFFFF;
}


/**
 * Submenu
 -----------------------------*/


.submenu {
	display: none;
	float: left;
	margin-top: -20px;
	margin-bottom: 20px;
	width: 100%;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-top: 0px solid #dadada;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*-------------Scroll Menu------------*/

.menu-scroll-outter{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	/* [disabled]padding: 5px; */
	height: 40px;
	z-index: 1;
}
.scroller {
	text-align: center;
	cursor: pointer;
	display: none;
	/* [disabled]padding-top: 7px; */
	padding-right: 7px;
	padding-left: 7px;
	/* [disabled]padding-bottom: 7px; */
	/* [disabled]padding-top:11px; */
	white-space: no-wrap;
	vertical-align: middle;
	background-color: #fff;
}

.scroller-right{
  float:right;
}

.scroller-left {
  float:left;
}
	.scroll-menu{
	/* [disabled]width: 900px; */
	float: left;
	position: absolute;
	}
	.scroll-menu li{
	display: table-cell;
	position: relative;
	text-align: center;
	cursor: grab;
	cursor: -webkit-grab;
	color: #efefef;
	vertical-align: middle;
	/* [disabled]padding-top: 15px; */
	padding-right: 15px;
	/* [disabled]padding-bottom: 15px; */
	padding-left: 15px;
	line-height: 40px;
	}

@-moz-document url-prefix() {
.css-select-moz{
	-moz-appearance: none;
     background-image: url('../images/select-arrow2.png');
     background-repeat: no-repeat;
     background-position: right center;
     padding-right: 15px;
  }
} 
.empty-chart{
	background-image: url(../images/no-chart.png);
	background-repeat: no-repeat;
	background-position: center 14px;
	
	
}
.greenText {
	color: #5EB307;
}
.yellowText {
	color: #FDB500;
}

.alert-custom{
	color:#333;	
	background-color:#d9534f;
	}
.alert-custom .close, .alert-custom-dark .close, .alert-blue .close, .alert-success .close, .alert-info .close, .alert-warning .close, .alert-danger .close{
	width: 26px;
	height: 26px;
	text-align: center;
	}
.alert-custom .close, .alert-custom-dark .close{
		background-color:#a02622;
	}
	.alert-custom .close:hover, .alert-custom-dark .close:hover{ background-color:#82322f}
.alert-custom-dark{
	color:#FFFFFF;
	background-color:#d9534f;
	}
	.alert-blue .close{
	background-color: #00aaf3;

		}
	.alert-blue .close:hover{
	background-color: #1964c8;
		}
	.alert-success .close{
	background-color: #5cb85c;

		}
	.alert-success .close:hover{
	background-color: #357935;
		}
	.alert-info .close{
	background-color:#5bc0de;

		}	
	.alert-info .close:hover{
	background-color: #2390b0;
		}
	.alert-warning .close{
	background-color:#f0ad4e;

		}	
	.alert-warning .close:hover{
	background-color: #c77c11;
		}
	
	.alert-danger .close{
	background-color: #d9534f;

		}	
	.alert-danger .close:hover{
	background-color: #a02622;
		}
.sub-topic-in{
	font-size: 20px;
	line-height: 40px;
	height: auto;
	font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
}
.elips {
	white-space: nowrap;
	width: 11em !important;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: auto;
	margin-right: auto;
	height: 42px;
}

.launcher-btn-outter{
	width: 40px;
	height: 35px;
	background-color: #1964c8;
	float: left;
	position: fixed;
	padding-top: 0px;
	padding-bottom: 10px;
	}
.launcher-btn {
	width: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.launcher {
	position: absolute;
	text-align: center;
	z-index: 99999;
	float: left;
}



.app-launcher {
    top: 32px;
    left: 10px;
    position: fixed;
    z-index: 99999;
    display: none;
}

.app-launcher::before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid #666666;
	position: absolute;
	top: 10px;
	left: 2%;
	margin-left: 0px;
	z-index: 1;
}

.apps {
	position: absolute;
	/* [disabled]border: 1px solid #ccc; */
	/* [disabled]border-color: rgba(0,0,0,.2); */
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	-webkit-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out;
	min-height: 158px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 560px;
	height: auto;
	/* [disabled]margin-bottom: 10px; */
	margin-top: 20px;
	background-color: #FFFFFF;
	z-index: 99999;
	margin-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

.launcher .button {
	cursor: pointer;
	width: 40px;
	margin: 0 auto;
	/* [disabled]height: 27px; */
	padding-top: 9px;
	padding-bottom: 9px;
}
.launcher .button:hover{
	background-color: #00aaf3;
}
.hide { display: none; }

.apps ul {
	background: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-left: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	list-style: none;
}

.apps ul li {
	height: 64px;
	width: 255px;
	color: black;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
	background-color: #F8F8F8;
	/* [disabled]margin-right: 10px; */
	margin-bottom: 0px;
	float: left;
	margin-left: 10px;
	/* [disabled]-webkit-box-shadow: 0px 1px 1px 0px #ECECEC; */
	/* [disabled]box-shadow: 0px 1px 1px 0px #ECECEC; */
	padding-right: 0px;
	border: 1px solid #EBEBEB;
	margin-top: 10px;
}
	.apps ul li div{
	width: 62px;
	height: 62px;
	float: left;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	text-align: center;
	/* [disabled]border: 7px solid #FFFFFF; */
	/* [disabled]-webkit-box-shadow: 0px 1px 1px #C4C4C4; */
	/* [disabled]box-shadow: 0px 1px 1px #C4C4C4; */
	background-color: #FFFFFF;
	}
	.apps ul li div img{
	width: 52px;
	height: 52px
	}
	.apps ul li section{
	height: 52px;
	width: 190px;
	float: left;
	text-align: left;
	padding-left: 8px;
	color: #ACACAC;
	line-height: 11px;
	padding-top: 6px;
	padding-right: 8px;
	}
	.apps ul li section a{
	/* [disabled]font-family: "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif; */
	color: #4082D9;
	font-size: 13px;
	line-height: 19px;
	background-color: hsla(0,0%,97%,0.00);
	padding-left: 0px
	}
.apps ul li section a:hover{
	/* [disabled]font-family: "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif; */
	color: #14478A;
	font-size: 13px;
	line-height: 19px;
	background-color: hsla(0,0%,97%,0.00);
	}
.apps .more {
  line-height: 40px;
  text-align: center;
  display: block;
  width: 320px;
  background: #f5f5f5;
  cursor: pointer;
  height: 40px;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  color: #282828;
}

.apps.overflow .more {
  border-bottom: 1px solid #ebebeb;
  left: 28px;
  width: 264px;
  height: 0;
  cursor: default; 
  outline: none;
}
.app-btn-container{
    width: 100%;
    height: 35px;
    background-color: #F4F4F4;
}
.app-topic{
    color: #2266C0;
    font-size: 18px;
    line-height: 31px;
    margin-left: 50px;
    float: left;
}
.app-topic .left-menu{
	 font-size: 13px; padding-left: 30px; margin-top: 0px; line-height: 35px;
}
.app-topic .left-menu a{
	color: #2266C0;
	
}
.app-topic .left-menu .selected{
	text-decoration: underline;
	font-weight: bold;
}
.app-topic .left-menu a:hover{
	text-decoration: underline;
	
}
.app-btn-container .right-menu{
    font-size: 14px;
    margin-top: 0px;
    line-height: 31px;
    float: right;
    color: #555555;
    padding-right: 15px;
    padding-left: 15px;
}
.app-btn-container .right-menu a{
	
}
.app-btn-container .right-menu a:hover{
	text-decoration: underline;
	
}

	
/*  bhoechie tab */
div.bhoechie-tab-container{
	z-index: 10;
	padding: 0 !important;
	/* [disabled]margin-top: 20px; */
	margin-left: 10px;
	/* [disabled]-webkit-box-shadow: 0 6px rgba(0,0,0,.175); */
	/* [disabled]box-shadow: 0 6px rgba(0,0,0,.175); */
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
	width: 83.5%;
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
    background-color: #dadada;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 0px solid #fff;
    border-top: 1px solid #fff;
    font-size: 14px;
    text-align: left;
    padding-right: 30px;
	height: 80px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
	
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
    background-color: #00aaf3;
    color: #ffffff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 0px solid #fff;
    border-top: 1px solid #fff;
    font-weight: normal;
    margin-right: 0px;
    padding-right: 30px;
    height: 80px;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 90%;
    top: 25%;
    /* [disabled]margin-top: -17px; */
    border: 0px 0px 0px 0px;
    font-size: 30px;
}
	div.bhoechie-tab-menu div.list-group>a:after{
		content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 90%;
    top: 25%;
    /* [disabled]margin-top: -17px; */
    border: 0px 0px 0px 0px;
    font-size: 30px;
	}
	

div.bhoechie-tab-content{
    /* [disabled]padding-top: 10px; */
    float: left;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
/*Slider*/
.slide{
	margin-left: 5px;
	float: left;
	margin-right: 5px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	}
	
	.slide img {
	/*max-width:55px;*/
	max-height: 100px;
	float: none;
		}
.slide .text1{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	width: 100%;
	float: none;
}
.slide .text2{
	text-align: left;
	float: left;
	margin-top: 5px;
	width: 100%;
	font-family: "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: hsla(0,0%,39%,1.00);
	font-weight: normal;
	font-size: 13px;
}
.slide .quantity{
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 0px;
	padding-bottom: 8px;
	text-align: left;
	height: 40px;
}
.slide .add-qantity{
	border: 2px solid #438BB2;
	border-radius: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	height: 25px;

}

.search-prod a{
	width: 34px; 
	height: 34px; 
	background-color:#00aaf3; 
	float:right; 
	padding-top: 8px; 
	padding-right: 7px; 
	padding-bottom: 7px; 
	padding-left: 10px;
	cursor: pointer;
}
.search-prod a:hover{
	background-color:#1964C8;
}
.div-term{
    width: 150px;
    height: 60px;
    background-color: #F4F4F4;
    float: left;
    margin-right: 25px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #F4F4F4;
    margin-bottom: 15px;
    font-family: 'AKKURATSTD-LIGHT',Helvetica,Arial,sans-serif;
    font-size: 20px;
    text-align: center;
    color: #252525;
}
.div-term:hover{
    color: #fff;
    /**/background-color: #1964c8;
}


select::-ms-expand {
    display: none;
}
.rem-lease { color: hsla(283,39%,57%,1.00); float: left; text-align: center; width: 100%; margin-top: 2px; line-height: 15px; font-size: 12px;}
.cont-box-header{
    width: 100%;
    float: left;
    padding-left: 15px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    border-width: 0px 0px 1px;
    border-bottom-style: solid;
    border-bottom-color: #E3E3E3;
    font-family: "HelveticaNeue-Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.cont-content{width: 100%; clear: right; float: left; height: auto; text-align: center;}
.accordion-out{
	background-color:#fafafa; padding-top: 20px; padding-right: 10px; padding-left: 10px; padding-bottom: 10px
}
.accordion-out-out-div{
	height: auto; padding-bottom: 5px; display: block; margin-bottom: 10px; float: left;
}
.quantity-input{
    border: 2px solid #438BB2 !important;
    border-radius: 2px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: 33px;
    height: 42px !important;
}
.tooltipbanner{
    margin-top: 15px;
    float: left;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    border-radius: 0px 6px 6px 0px;
    background-color: #b1e0f9;
    font-size: 11px;
    color: #FFFFFF;
    width: 85px;
    text-align: left;
    margin-left: -8px;
}
.orStyle{
    font-size: 11px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #5CC413;
    color: #FFFFFF;
    padding-right: 5px;
    padding-left: 4px;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
    padding-top: 4px;
}
.down-list{
	float: left; margin-top: 25px; margin-left: 25px;
}
.down-list a{
    color: #276FBD !important;
    text-decoration: underline !important;
}

#storageSection{
	float: left;
	width: 60%;
}	

#storageSection .button-normal-noBgI{
	margin-bottom: 5px;

}
.clickupload{
    float: left;
    height: 35px;
    margin-left: 10px;
    width: 150px;
    margin-top: 14px;
}
.clickupload a{
	color: #0CA5E7;
	cursor: pointer;
}
.arrow-plain-link{
    font-size: 13px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #2266C0;
    cursor: pointer;
    background-image: url(../images/arrow-plain-right.png);
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: 0% center;
}
.arrow-plain-link:hover{
	text-decoration: underline;
	color: #2266C0;
	
}
.bell-icon{
    width: 40px;
    float: right;
    height: 40px;
    text-align: left;
    padding-top: 5px;
    cursor: pointer;
}
.bell-icon div{
    width: 22px;
    height: 22px;
    background-color: #BB2914;
    border-radius: 50%;
    position: absolute;
    margin-left: 10px;
    margin-top: 0px;
    text-align: center;
    font-size: 11px;
    line-height: 23px;
    font-family: 'GravurCondensed-Regular',Helvetica,Arial,sans-serif;
}
.notific{
    width: 26px;
    height: 26px;
    background-color: #BB2914;
    border-radius: 50%;
    margin-left: 5px;
    margin-top: 0px;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
    font-family: 'GravurCondensed-Regular',Helvetica,Arial,sans-serif;
    float: right;
    color: #FFFFFF;
}
.noti-table{
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    padding-top: 0px;
    padding-bottom: 8px;
    background-color: #FFFFFF;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 10px;
}
.noti-table .topic{
	 font-size: 14px; color: #3F3F3F; height: 25px; line-height: 25px; padding-left: 8px;
}
.row-col{
    background-color: #EBEBE9
}

.ul-faq{
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 15px;
}
.ul-faq li{
    list-style-image: url(../images/mdm-gray.png);
	
}
.subul-faq {
    margin-left: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.subul-faq li{
    list-style-image: url(../images/in-banner_back.png);
	
}
#foo {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 50px;
    margin-bottom: 10px;
    background-color: #2266C0;
    -webkit-animation: bounce 1s infinite;
    border-radius: 25%;
    text-align: center;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
    padding-top: 5px;
  }
		   
    /*@-webkit-keyframes bounce {
      0%       { bottom:5px; }
      25%, 75% { bottom:15px; }
      50%      { bottom:20px; }
      100%     {bottom:0;}
    }*/
		
		#div-chat{
    width: 380px;
    height: 450px;
    color: #FFFFFF;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #FFFFFF;
    display: none;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: float-up;
    -moz-animation-name: float-up;
    -o-animation-name: float-up;
    animation-name: float-up;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-box-shadow: 0px 1px 4px 2px #C0C0C0;
    box-shadow: 0px 1px 4px 2px #C0C0C0;
    margin-right: 10px;
    margin-bottom: 0px;
}
@-webkit-keyframes float-up {
    0% {bottom:-200px;opacity:0;}
    100% {bottom:0px;opacity:1}
}
@-moz-keyframes float-up {
    0% {bottom:-200px;opacity:0;}
    100% {bottom:0px;opacity:1}
}
@-o-keyframes float-up {
    0% {bottom:-200px;opacity:0;}
    100% {bottom:0px;opacity:1}
}
@-keyframes float-up {
    0% {bottom:-200px;opacity:0;}
    100% {bottom:0px;opacity:1}
}



		#div-chat .header{
    width: 100%;
    height: 50px;
    background-color: #2266C0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
		}
		 #div-chat .header .close{
    width: 50px;
    height: 45px;
    padding-left: 15px;
    padding-top: 10px;
    float: left;
    padding-bottom: 10px;
    margin-top: 5px;
    cursor: pointer;
}
		
		#div-chat .header .title{
    float: left;
    font-size: 15px;
    line-height: 50px;
    margin-left: 20px;
		}
		#div-chat .chat-content{
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    height: 300px;
    color: #252525;
    font-size: 14px;
}
.edit-ico
{
	width: 32px;
	height:32px; 
	display: block;
	cursor: pointer;
	float: right;
	 font-size: 22px !important;
	color: #2266C0;
}
.tooltip.top{
	line-height: 15px!important;
}