/*
 Theme Name: Picture Perfect
 Theme URI: http://themes.agentevolution.com/shop/picture-perfect
 Description: Genesis child theme by Agent Evolution
 Author: AgentEvolution
 Author URI: http://themes.agentevolution.com
 Version: 1.5
 Tags: real estate, html5, css3, responsive, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-colors, custom-header, theme-options, full-width-template
 Template: genesis
 Template Version: 1.9.1
 */

/* =Defaults
 ------------------------------------------------------------ */
 .listing-wrap .more-link, div.gform_footer input.button, input[type="button"], .enews #subbutton, .reply a, .reply a:visited, .searchsubmit, #submit, .btn {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 0;
    padding: 4px 14px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
[class^="icon-"], [class*=" icon-"] {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
}
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    display: inline-block;
    text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
}
.icon-large:before {
    font-size: 1.33333em;
    vertical-align: -10%;
}
.btn [class^="icon-"], .nav [class^="icon-"], .btn [class*=" icon-"], .nav [class*=" icon-"] {
    display: inline;
}
.btn .icon-large[class^="icon-"], .nav .icon-large[class^="icon-"], .btn .icon-large[class*=" icon-"], .nav .icon-large[class*=" icon-"] {
    line-height: 0.9em;
}
.btn .icon-spin[class^="icon-"], .nav .icon-spin[class^="icon-"], .btn .icon-spin[class*=" icon-"], .nav .icon-spin[class*=" icon-"] {
    display: inline-block;
}
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"] {
}
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs .icon-large[class^="icon-"], .nav-pills .icon-large[class^="icon-"], .nav-tabs .icon-large[class*=" icon-"], .nav-pills .icon-large[class*=" icon-"] {
    line-height: 0.9em;
}

 
 
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.hidden {
	display: none;
	visibility: hidden;
}
.image-replacement {
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.image-border {
	border: 1px solid #111111;
	padding: 4px;
	background: #fff;
}
.text-color {
	color: #111111;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
article, aside, details, figcaption, figure, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height:100%!important;
}
body, button, input, select, textarea, p {
	font-family:arial, sans-serif;
	color: #111111;
	width: 100%;
	margin: 0 auto;
	height:100%;
}
.divBacgroundContener img {
	/*background: url(../../images/image1.jpg);*/
	background-size: cover;
	z-index: -1;
	height: 100%;
	width: 100%;
	position: fixed;
	top:0px;
}

body, figure, form, blockquote, button, input, textarea, dd, h1, h2, h3, h4, h5, h6, ol, ul, fieldset {
	margin: 0 auto !important;
}
ul, ol, button::-moz-focus-inner, input::-moz-focus-inner, fieldset, input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
img, legend, button::-moz-focus-inner, input::-moz-focus-inner, fieldset {
	border: 0;
}
img {
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
a img {
	border: none;
}
h1 {
	font-size: 2em;
}

ol, ul {
	list-style-type: none;
	padding: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn, em {
	font-style: italic;
}
small, sub, sup {
	font-size: 75%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
mark {
	background: #ff0;
	color: #000;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
	border-color:#447a92;
}
nav ul, nav ol, .widget ol, .widget ul, .comment-list {
	list-style: none;
	list-style-image: none;
}
legend {
	*margin-left: -7px;
}
input, select {
	/*   font-size: 100%;*/
	vertical-align: baseline;
	*vertical-align: middle;
	border: 1px solid #A3A3A3;
	font-size: 12px;
	height: 22px;
	width: 100%;
	color:#a3a3a3;
}
/*.textarea {
 font-size: 100%;
	vertical-align: baseline;
	*vertical-align: middle;
	/*border: 1px solid #3a3a3a;*/
	/*font-size: 12px;*/
	/*color: #000;*/
/*	width:98%;
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
    color: #A8A3A3;

	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
	
	
	
}*/
.textarea {
    -moz-box-sizing:border-box;
    border: 1px solid #A3A3A3;
    border-radius: 0;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
    color:#A8A3A3;
    font-size: 100%;
    padding-left: 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    width:75%%;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"],  {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.wp-smiley, .wp-wink {
	margin: 0 !important;
	max-height: 1em;
}

/*#header-wrapper
{background: url(../../images/image1.jpg) no-repeat center top;
	background-size: cover;
}*/
body {
	background-color: #c3c3c3;
/*	background: url(../../images/image1.jpg);*/
	font-family: arial, sans-serif;
	font-size: 16px;
	line-height: 1;
}
select, input, textarea {
	background: #fff;
	color: #979797;
}
.wrap {
	*zoom: 1;
	width: 1140px;
	margin: 0 auto;
}
.wrap:before, .wrap:after {
	display: table;
	content: "";
	line-height: 0;
	width: 100%;
	margin-top:6px;
}
.wrap:after {
	clear: both;
}
.site-container {
	background-color: transparent;
}

::-moz-selection {
	background-color: #333333;
	color: #ffffff;
}
::selection {
	background-color: #333333;
	color: #ffffff;
}

.loginagrement{
margin-left:76px;
padding-left:76px;
text-align:center;
}
.welcometo{
width:302px;
height:48px;
background-color:#64646c;
color:#FFFFFF;
padding:8px;
margin-left:222px;
}
.loginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior:url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.loginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior: url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size:18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.agrmentbtn{
 float:left;
margin-top:-4px;
width: 240px;
}
.textareabox{
width:80%;
padding:14px;
background-color:#FFFFFF;
border:1px solid #63636b;
}
.loginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior:url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.loginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior: url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size:18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.welcometohead{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
}
.plansearch-padding{
padding-left:176px;
}
.vendorsearch{
padding-left:430px;
}
.inpTxt0 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:54%;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}
.headermenu{
width:32%; 
float:left;
}
.headerright{
float:left; 
width:60%; 
margin-left:21px;
}
#search-box {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    float: right;
    height: 26px;
    margin-top: 0px;
    padding: 0px 1px 0px 0px;
    width:200px;
	border-radius:4px;
}
#search-box input[name="search"] {
/*    background-color: #F5F5F5;*/
    border: medium none;
    color: #888888;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 15px;
    padding-left: 2%;
    width:154px;
}
#search-box input[name="search-btn"] {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../images/search_icon.png);
    border: medium none;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    margin-right: 2%;
    margin-top: 2px;
    width: 24px;
}
#search-box {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    float: right;
    height: 26px;
    margin-top: 0px;
    padding: 0px 1px 0px 0px;
    width:200px;
	border-radius:4px;
}
#search-box input[name="search"] {
/*    background-color: #F5F5F5;*/
    border: medium none;
    color: #888888;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 15px;
    padding-left: 2%;
    width:154px;
}
#search-box input[name="search-btn"] {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../images/search_icon.png);
    border: medium none;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    margin-right: 2%;
    margin-top: 2px;
    width: 24px;
}

.contact_form select {
    border: 1px solid #A3A3A3;
    color: #919191;
    height: 22px;
    width: 74%;
}
.inpTxt1 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width: 20%;
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
	    border: 1px solid #ADACA8 !important;
}
.inpTxtbox1 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width: 46%;
	
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
}
.contact-border{
border-right: 2px solid #447A92;

}

.map-width{
width:400px;
height:170px;
}
.mapwidth{
width:400px;
}

.descreption{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
line-height:20px;
padding:10px;
}
.rfq-nametext{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
line-height:20px;

}

.rfqleft{
float:left;
width:47%;
padding:5px;
margin-top:10px;
margin-bottom:10px;


}
.rfqname{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
font-weight:bold;
}
.rfqitemcode{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
font-weight:bold;
color:#ff1200;
}
.rfqright{
float:left;
width:47%;
margin-left:10px;
border-left:1px solid #cccccc;
padding:5px 5px 5px 12px;
margin-top:10px;
margin-bottom:10px;
}

.rfqloginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:5px 10px 5px 10px ;
		text-align: center;
		width:70px;
		font-family:arial, sans-serif;
		font-size: 14px;
		font-weight:bold;
		cursor: pointer;
		
}
.rfqloginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:5px 10px 5px 10px ;
		text-align: center;
		width:70px;
		font-family:arial, sans-serif;
		font-size:14px;
		cursor: pointer;
	
}
.urqs {
    background-color: #2684CA;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.rfqleft {
    border-right: 6px solid #2A2A2A;
    float: left;
    margin-bottom: 10px;
    margin-top: -5px;
    padding: 5px;
    width: 97%;
}
.dasbordpage_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 75%;
	padding-bottom:30px;
}

.rfqleftscroll {
    background: none repeat scroll 0 0 #F2F2F2;
    box-shadow: 5px 0 6px #000000;
    height: 200px;
    margin-top: 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 6px;
}
.rfqitemprice{
font-family:Arial, Helvetica, sans-serif!important;
font-size:14px!important;
font-weight:bold;
color:#6fa73a;
}
.clearbtn{
	display: inline-block; 
	align:left; 
	padding-left:430px;
	
	}
	.conformbtn{
	display: inline-block; 
	align:left; 
	padding-left:18px;
	}
	.searchbtn{
		width:auto;
		height:auto;
		}
	.membermail-border{
border:1px solid #424242;

}
.searchbtn{
	width:81px;
	height:23px;
	}
.dasbord_left {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #797979;
    float: left;
    margin: 34px 0 0 28px!important;
    padding: 20px 2px;
    width: 212px;
	display:block;
}
.input-large {
	width: 380px;
}
.menu-btn{
	display:block;
	
	}
	
	.medium_box{
float:left;
	width:270px;
	height:210px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.medium_box img{
	width:270px;
	height:170px;
}
.large_box{
float:left;
	width:420px;
	height:320px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.large_box img{
	width:420px;
	height:280px;
}

.xl_box{
	float:left;
	width:100%;
/*	height:210px;*/
	margin:10px 6px 10px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.xl_box img{
	width:100%;
}
.xl_box_left{
	/*float:left;*/
	width:100%;
	}
	.xl_box_right{
	/*float:left;*/
	width:95%;
	margin-left:0px;
	margin-top:10px;
	padding-bottom: 20px;
	}
	.xl_box_text {
		font-size:12px;
		padding-left:6px;
	}
	.xl_box_contenttext{
		font-size:12px;
		padding-left:10px;
		padding-top:10px;
		line-height:18px;
		
	}
	.xl_box_question {
		font-size:12px;
		padding:6px;
		float:left;
		width:17%;
		text-align:center;
		border-top:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #CCC;
	}
	.xl_box_space{
	margin-left:10px;

	}
.errorclass{
float: left;
padding-top: 10px;
width: 22px;
	}
	
	
.btn-width{
	width:200px!important;
	margin-left:20px!important;
	}
		
	.inventory-input{
		height:15px; 
		width: 100% !important;
	}
	.inventory-textarea{
		width: 100% !important;
	}
.member-text{
	font-size:14px!important;

	}
	
.payment-information-text{
	font-size:13px!important;
	}
	
	.paymentinfor-text{
		padding-right:0px;
		}
		
		.input-select{
			margin-top:7px;
			margin-left:7px;
			
			}
			.hidecarttd{
				display:block;
				}
	.buttonspace{
		text-decoration:none;
	
		}
		.buttonspace input{
			margin:6px!important;
			
			}
			
			
		.searchplan-btn{
		text-decoration:none;
	
		}
		.searchplan-btn input{
			margin:6px!important;
			
			}
			
			
			
	
@media (max-width: 9000px) {
	select, input, iframe, img {
		max-width: 100%;
	}
}
p {
	padding-bottom: 0px;/* line-height: 150%;*/
	font-family:Georgia, "Times New Roman", Times, serif
-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-epub-hyphens: auto;
	hyphens: auto;
	margin: 0;
}
a, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:focus {
	color: #fff;
	text-decoration: none;
}
a i, a:hover i {
	text-decoration: none;
}
/* =Structure
 ------------------------------------------------------------ */
.site-inner {
	padding: 0;
	margin: 30px auto 30px auto;
	*zoom: 1;
	background:url(../../images/white-transprent.bg.png) repeat;
	/*background: rgba(229, 229, 229, 0.8);
	/*	background: rgba(255, 255, 255, 0.9);*/
	width: 1140px;
	margin-bottom: 80px;
}
.site-inner:before, .site-inner:after {
	display: table;
	content: "";
	line-height: 0;
	margin-top:100px;
}
.site-inner:after {
	clear: both;
}
.content-sidebar-wrap {
	*zoom: 1;
	padding: 20px;
}
.content-sidebar-wrap:before, .content-sidebar-wrap:after {
	display: table;
	content: "";
	line-height: 0;
}
.content-sidebar-wrap:after {
	clear: both;
}
.content {
	float: left;
	width: 75%;
	padding-bottom: 15px;
}
.full-width-content .content {
	width: 100%;
}
.sidebar-content .content {
	float: right;
}
/* =Header
 ------------------------------------------------------------ */
.site-title {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 20px;
	width: 180px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../images/logo.jpg) no-repeat center top;
	background-size: contain;
	padding-bottom: 0;
}
.site-title a {
	height: 100%;
	display: block;
	color: #111111;
}
p.site-description {
	text-align: center;
	font-style: italic;
	font-size: 18px;
	width: 80%;
	margin: 0 auto;
}
.title-type-text .site-title, .title-type-text .site-title a {
	background: transparent;
	text-indent: 0;
	width: auto;
	height: auto;
	font-size: 30px;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
.title-type-text .site-title a:hover {
	text-decoration: none;
}
.content-sidebar-wrap > .site-title-description-container {
	display: none;
}
.full-width-content .content-sidebar-wrap > .site-title-description-container {
	display: block;
}
.custom-home-page .content-sidebar-wrap > .site-title-description-container {
	display: none;
}
/* =Navigation
 ------------------------------------------------------------ */
.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}
.genesis-nav-menu a {
	display: block;
	padding: 24px 20px;
	padding: 1.5 rem 1.25 rem;
	position: relative;
}
.genesis-nav-menu a:hover {
	text-decoration: none;
}
.genesis-nav-menu ul {
	float: left;
	width: 100%;
}
.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}
.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25 rem;
}
.genesis-nav-menu li li a, .genesis-nav-menu li li a:link, .genesis-nav-menu li li a:visited {
	border-top: none;
	padding: 20px;
	padding: 1.25 rem;
	position: relative;
	width: 170px;
}
.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}
.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}
.genesis-nav-menu li:hover, .genesis-nav-menu li.sfHover {
	position: static;
}
.genesis-nav-menu li:hover ul ul, .genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}
.site-header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}
.genesis-nav-menu li:hover, .genesis-nav-menu li.sfHover {
	position: static;
}
ul.genesis-nav-menu li:hover > ul, ul.genesis-nav-menu li.sfHover ul, .site-header .genesis-nav-menu li:hover > ul, .site-header .genesis-nav-menu li.sfHover ul {
	left: auto;
}
.genesis-nav-menu li a .sf-sub-indicator, .genesis-nav-menu li li a .sf-sub-indicator, .genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}
#wpadminbar li:hover ul ul {
	left: 0;
}
.pagination {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}
.pagination li {
	display: inline;
}
.pagination li a, .pagination li.disabled, .pagination li a:hover, .pagination li.active a {
	border: 1px solid #111111;
	padding: 5px 8px;
}
.pagination li a:hover, .pagination li.active a {
	background-color: transparent;
}
.primary {

	padding:0px 0 6px 50px;
}
.primary li a {
	color: #ffffff;
	/*font-size: 18px;*/
	padding: 1px 13px 13px;
}
.primary li:last-child a {
	border-right: 0;
}
.primary li:first-child a {
	border-left: 0;
}
.primary li a:hover, .primary li a:active, .primary li .current_page_item a, .primary li .current-cat a, .primary li .current-menu-item a {
	color: #ffffff;
}
.primary li li a, .primary li li a:link, .primary li li a:visited {
	background: transparent;
	border: 0;
	padding: 8px 13px;
	font-size: 16px;
	width: 176px;
}
.primary li li a:after {
	content: "";
	width: 176px;
	margin: 3px 0 0;
	display: block;
	height: 1px;
	background: #fff;
}
.primary li ul {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	padding: 10px 0px 2px;
	width: 200px;
}
.primary li ul ul {
	padding-top: 5px;
	margin: -41px 0 0 200px;
}
.primary .right {
	float: right;
}
.primary .search {
	margin-right: 17px;
	position: relative !important;
}
.primary .search .icon-search {
	color: #9b9b9b;
	font-size: 16px;
	left: 6px;
	top: 5px;
	position: absolute;
	display: inline-block;
}
.primary .search .search-input {
	background: #383631;
	color: #9b9b9b;
	border: 1px solid #000;
	border-radius: 10px;
	margin: 0;
	box-shadow: inset 0 0 4px #141414;
	text-shadow: 1px 1px #171717;
	font-size: 14px;
	padding-left: 30px;
}
.primary .search .searchsubmit {
	display: none;
}
.primary .date {
	color: #fff;
	font-size: 18px;
}
.primary .rss a {
	display: inline-block;
}
/* =Homepage
 ------------------------------------------------------------ */

.home .site-inner {
	background: transparent;
	margin: 0 auto;
}
.home .content-sidebar-wrap {
	padding: 0;
}
.home .home-right {
	width: 232px;
	float: right;
	margin: 80px 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 10px;
}
.home .home-right .menu li a {
	color: #454545;
	border-top: 2px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
}
.home .home-right .menu li a:hover {
	color: #6e9ad7;
}
.home .home-right .menu li a.active {
	color: #6e9ad7;
}
.home .home-right .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.home .home-right .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top: 14px;
	padding-left: 26px;
}
.blog-home-page .site-inner {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	margin: 50px auto 33px;
}
.blog-home-page .content-sidebar-wrap {
	padding: 20px;
}
/* =Images
 ------------------------------------------------------------ */
img {
	height: auto;
	overflow: hidden;
}
.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}
.post-image {
	margin: 0 10px 10px 0;
}
.comment-list li .avatar {
	float: right;
	margin: 0 5px 0 10px;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
}
img.alignnone {
	display: inline;
	margin: 0 0 10px;
}
img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.wp-caption {
	padding: 5px;
	text-align: center;
}
p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}
.wp-smiley, .wp-wink {
	border: none;
	float: none;
}
/* =Headings
 ------------------------------------------------------------ */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	margin: 0 0 10px;
	line-height: 100%;
}
h1, .h1 {
	font-size: 24px;
}
h2, h2 a, .h2, .taxonomy-description h1 {
	font-size: 22px;
}
h2 a:hover {
	text-decoration: none;
}
h3, .h3 {
	font-size: 20px;
}
h4, .h4 {
	font-size: 18px;
	line-height:50px;
}
h5, .h5 {
	font-size: 16px;
}
.entry-title {
	margin-bottom: 15px;
}
.post h2.entry-title a, h1.entry-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
	color: #447a92;
}
/* =Social Icons and shortcodes
 ------------------------------------------------------------ */
.agent-social-icons {
	font-size: 24px;
}
.agent-social-icons a, .agent-social-icons a:visited {
	margin-right: 10px;
	color: #000000;
}
.agent-social-icons a:hover {
	color: #4d4d4d;
	text-decoration: none;
}
.agent-phone {
	display: inline-block;
	margin-bottom: 10px;
}
/* =Post content
 ------------------------------------------------------------ */
.entry-content ol, .entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}
.archive-page ul li, .entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}
.entry-content ol li {
	margin: 0 0 0 35px;
}
.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
	padding: 0;
}
.sidebar ul li, .sidebar ol li {
	line-height: 150%;
}
.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}
.sticky {
	margin: 0 0 40px;
	padding: 20px;
}
.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}
.entry-meta-categories, .entry-meta-comments, .entry-header .entry-meta .author, .time, .entry-meta-tags {
	margin: 0 0 0 10px;
}
.entry-header .entry-meta {
	margin: 10px 0;
}
.entry-header .entry-meta .time, .entry-footer .entry-meta .entry-meta-categories {
	margin-left: 0;
}
.entry-footer .entry-meta {
	border-top: 3px solid #111111;
	clear: both;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 20px;
	padding: 10px 0 0;
	width: 100%;
}
.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 18px;
	background: transparent;
}
.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}
blockquote {
	font-style: italic;
	margin: 0;
	padding: 0;
	line-height: 150%;
}
.content blockquote {
	margin: 5px 15px 20px;
}
.post {
	margin: 0 0 40px;
}
.entry-content {
	overflow: hidden;
	line-height: 106%;
}
.entry-content iframe {
	margin-bottom: 30px;
}
.entry-content > a+ p {
	clear: left;
}
p.subscribe-to-comments {
	padding: 20px 0 10px;
}
.clear {
	clear: both;
}
.clear-line {
	border-bottom: 1px solid #111111;
	clear: both;
	margin: 0 0 15px;
}
.entry-content .gform_wrapper ul li {
	padding: 0;
	margin: 0;
}
/* =Comments
 ------------------------------------------------------------ */
.entry-comments, #respond {
/*	line-height: 1.5;*/
/*	overflow: hidden;*/
}
.entry-comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}
#author, #email, #url {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	width: 50%;
}
#url {
	margin-bottom: 0;
}
#comment {
	margin: 16px 0;
	margin: 1rem 0;
}
label {
	margin-left: 12px;
	margin-left: 0.75 rem;
}
.ping-list {
	margin-bottom: 48px;
	margin-bottom: 4rem;
}
.comment-list li, .ping-list li {
	list-style-type: none;
	margin: 24px 0 0;
	margin: 1.5 rem 0 0;
	padding: 32px;
	padding: 2rem;
}
.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}
.comment-header {
	overflow: hidden;
}
.comment-list cite, .ping-list cite {
	font-style: normal;
}
.commentmetadata {
	margin-bottom: 12px;
	margin-bottom: 0.75 rem;
}
.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5 rem;
}
.entry-comments .navigation {
	display: block;
}
/* =Sidebars
 ------------------------------------------------------------ */
.sidebar {
	float: right;
	font-size: 16px;
	width: 20%;
	overflow: hidden;
}
.sidebar p {
	font-size: 16px;
	line-height: 150%;
}
.sidebar-alt {
	float: left;
	width: 15.625%;
}
.sidebar-content .sidebar {
	float: left;
}
.widget-area ol, .widget-area ul {
	margin: 10px 0 0 25px;
}
.widget-area ol ol, .widget-area ul ul {
	margin: 0 0 0 15px;
}
.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}
.widget_tag_cloud div div {
	padding: 5px 10px 0;
}
#cat, .widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0 0;
	padding: 3px;
}
.featuredpage, .featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}
.featuredpage .page, .featuredpost .post {
	border-bottom: 4px solid #111111;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 0px 10px;
}
.more-from-category {
	padding: 5px 10px 0;
}
.user-profile {
	overflow: hidden;
}
.user-profile p {
	padding: 10px 10px 0;
}
.user-profile .posts_link {
	padding: 0 10px;
}
.site-header .searchform {
	float: right;
	padding: 30px 0 0;
}
.sidebar .searchform {
	padding: 5px 0 0 10px;
}
.s {
	font-size: 12px;
	margin: 5px 2px 10px 0;
	padding: 4px 5px;
	width: 90%;
}
.sidebar .gform_footer {
	padding: 0 !important;
}
.sidebar .gform_wrapper {
	margin-bottom: 0 !important;
}
.widget_calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}
.widget_calendar td {
	padding: 5px;
}
.searchform .icon-search {
	display: none;
}
.sidebar .featuredpost .post {
	border-bottom: 0;
}
.sidebar .featuredpost .more-from-category {
	text-align: right;
	padding-top: 0;
}
.sidebar .featuredpost a img, .sidebar .featuredpage a img {
	margin-bottom: 12px;
}
.sidebar .menu {
	margin-left: 0;
	margin-top: 0;
}
.sidebar .menu li.has-icon:first-child a {
	border-top: 0;
	padding-top: 0;
}
.sidebar .menu li.has-icon a {
	color: #000;
	border-top: 3px solid #000;
	display: block;
	padding: 10px 0 10px;
	font-size: 20px;
	font-weight: bold;
	list-style: none;
}
.sidebar .menu li.has-icon a i {
	font-size: 40px;
	font-weight: normal;
}
.sidebar .menu li.has-icon a span {
	vertical-align: top;
	display: inline-block;
	padding-top: 10px;
	padding-left: 26px;
}
.latest-tweets ul {
	margin-left: 0;
	list-style: none;
}
.latest-tweets li {
	margin-bottom: 15px;
}
.sidebar .site-title-description-container {
	border-bottom: 4px solid #111111;
	margin-bottom: 8px;
}
.sidebar .widget {
	border-bottom: 4px solid #111111;
	margin: 0 0 25px;
	padding: 0 0 10px;
	*zoom: 1;
}
.sidebar .widget:before, .sidebar .widget:after {
	display: table;
	content: "";
	line-height: 0;
}
.sidebar .widget:after {
	clear: both;
}
.sidebar .widget:last-child {
	border-bottom: 0;
}
.sidebar .widgettitle {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
/* =Columns
 ------------------------------------------------------------ */
.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	margin-left: 4.166666666%;
	margin-bottom: 20px;
}
.one-half, .three-sixths, .two-fourths {
	width: 47.9166666666%;
}
.one-third, .two-sixths {
	width: 30.555555555%;
}
.four-sixths, .two-thirds {
	width: 65.277777777%;
}
.one-fourth {
	width: 21.875%;
}
.three-fourths {
	width: 73.958333333%;
}
.one-fifth {
	width: 16.666666666%;
}
.two-fifths {
	width: 37.5%;
}
.three-fifths {
	width: 58.333333333%;
}
.four-fifths {
	width: 79.166666666%;
}
.one-sixth {
	width: 13.194444444%;
}
.five-sixths {
	width: 82.638888888%;
}
.first {
	margin-left: 0;
}
/* =Buttons
 ------------------------------------------------------------ */
.listing-wrap .more-link, div.enews #subbutton, .reply a, .reply a:visited, .searchsubmit, #submit, .btn {
	display: inline-block;
	*display: inline;
	padding: 4px 14px;
	margin-bottom: 0;
	*margin-left: .3em;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 100%;
	font-weight: bold;
}
.btn-nil {
	color: #333 !important;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-nil:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn-nil:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn-large {
	padding: 9px 14px;
	font-size: 16px;
	line-height: normal;
}
.btn-small {
	padding: 3px 9px;
	font-size: 12px;
	line-height: 18px;
}
.btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 17px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block+ .btn-block {
	margin-top: 5px;
}
div.gform_footer .listing-wrap .more-link,  .enews #subbutton, .reply a, .reply a:visited, .searchsubmit, #submit, .btn-primary, .btn-primary:visited {
	color: #ffffff;
	background: #b31414;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #7b1e1e;
	text-shadow: 1px 1px #571616;
}
input.btn-alt, .btn-alt, .btn-alt:visited {
	color: #ffffff;
	background: #555;
	border: 1px solid #000;
	text-shadow: 1px 1px #000;
}
.btn-alt, a.btn-alt, input.btn-alt:hover {
	color: #ffffff;
}
div.gform_footer input.button:hover,  .enews #subbutton:hover, .reply a:hover, .searchsubmit:hover, #submit:hover, .btn-alt:hover, .btn-primary:hover {
	text-decoration: none;
}
/* =Footer widgets
 ------------------------------------------------------------ */
.footer-widgets {
	overflow: hidden;
	width: 100%;
	padding-top: 22px;
	border-top: 4px solid #000;
}
.footer-widgets .widget {
	background: transparent;
	border: 0;
	padding: 0;
}
.footer-widgets .textwidget {
	padding: 0;
}
.footer-widgets .widget-area {
	float: left;
	padding-left: 3%;
	width: 31.33%;
}
.footer-widgets .widgettitle {
	font-size: 24px;
	font-weight: bold;
}
.footer-widgets .footer-widgets-1 {
	padding-left: 0;
}
/* =Footer
 ------------------------------------------------------------ */

.menu li a .link-title {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}
.site-footer {
background-color:#3b3b3b;
	background-image:url(../../images/footer_bg.jpg)!important;
	background-repeat:repeat-x!important;

/*    overflow: hidden;*/
    padding: 10px 0;
   /* position: fixed;*/
    width: 100%;
   margin-top:20px;
   font-family: Georgia, "Times New Roman", Times, serif !important;
}
.site-footer .one-half {
	margin-bottom: 0;
}
.site-footer p, .site-footer a {
	color: #9e9e9e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:16px;
}
.site-footer .agent-social-icons {
	display: inline-block;
}
.site-footer .agent-social-icons a, .site-footer .agent-social-icons a:visited {
	color: #fff;
}
.site-footer .footer-left .copyright {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.site-footer .footer-right {
	padding-top: 4px;
}
.site-footer .footer-right .credits {
	float: right;
	padding: 0;
	text-align: right;
}
.site-footer .footer-disclaimer {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
}
/* =Footer inner
 ------------------------------------------------------------ */

.site-footerinner {
	background:url(../../images/footer_bg.jpg) repeat-x top left;
	color: #fff;
    bottom: 0;
    overflow: hidden;
    padding: 19px 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.site-footerinner .one-half {
	margin-bottom: 0;
}
.site-footerinner p, .site-footer a {
	color: #9e9e9e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.site-footerinner .agent-social-icons {
	display: inline-block;
}
.site-footerinner .agent-social-icons a, .site-footerinner .agent-social-icons a:visited {
	color: #fff;
}
.site-footerinner .footer-left .copyright {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.site-footerinner .footer-right {
	padding-top: 4px;
}
.site-footerinner .footer-right .credits {
	float: right;
	padding: 0;
	text-align: right;
}
.site-footerinner .footer-disclaimer {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
}

.accountdetails-back{
	background-color: #7cb9e5;
	background-image: linear-gradient(to bottom, #7cb9e5, #a0cdec);
	background-repeat: repeat-x;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border-radius:10px 10px 0px 0px;
	font-size:14px;
	padding:10px 0px 0px 10px;
	width:99%;
}

.loginagrement{
margin-left:76px!important;
padding-left:76px!important;
text-align:center!important;
}
.welcometo{
width:302px;
height:48px;
background-color:#64646c;
color:#FFFFFF;
padding:8px;
margin-left:222px;
}
.agrmentbtn{
 float:left;
margin-top:-4px;
width: 240px;
}
.textareabox{
width:80%;
padding:14px;
background-color:#FFFFFF;
border:1px solid #63636b;
}
.loginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior:url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.loginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior: url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size:18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.welcometohead{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
}
.plansearch-padding{
padding-left:176px;
}
.vendorsearch{
padding-left:430px;
}
.request-inptbox {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:320px;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}
.inpTxt0 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:54%;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}
.headermenu{
width:32%; 
float:left;
}
.headerright{
float:left; 
width:60%; 
margin-left:21px;
}
#search-box {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    float: right;
    height: 26px;
    margin-top: 0px;
    padding: 0px 1px 0px 0px;
    width:200px;
	border-radius:4px;
}
#search-box input[name="search"] {
/*    background-color: #F5F5F5;*/
    border: medium none;
    color: #888888;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 15px;
    padding-left: 2%;
    width:154px;
}
#search-box input[name="search-btn"] {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../images/search_icon.png);
    border: medium none;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    margin-right: 2%;
    margin-top: 2px;
    width: 24px;
}
.adds_div {
    float: left;
    margin-left: 30px;
    margin-right:26px;
    width:250px;
}

.contact_form select {
    border: 1px solid #A3A3A3;
    color: #919191;
    height: 22px;
    width: 74%;
}
.inpTxt1 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width: 20%;
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
	    border: 1px solid #ADACA8 !important;
}
.inpTxtbox1 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width: 46%;
	
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
}
.contact-border{
border-right: 2px solid #447A92;

}
.map-width{
width:400px;
height:170px;
}
.mapwidth{
width:400px;
}

.descreption{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
line-height:20px;
padding:10px;
}
.rfq-nametext{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
line-height:20px;

}

.rfqleft{
float:left;
width:47%;
padding:5px;
margin-top:10px;
margin-bottom:10px;


}
.rfqname{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
font-weight:bold;
}
.rfqitemcode{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
font-weight:bold;
color:#ff1200;
}
.rfqright{
float:left;
width:47%;
margin-left:10px;
border-left:1px solid #cccccc;
padding:5px 5px 5px 12px;
margin-top:10px;
margin-bottom:10px;
}

.rfqloginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:5px 10px 5px 10px ;
		text-align: center;
		width:70px;
		font-family:arial, sans-serif;
		font-size: 14px;
		font-weight:bold;
		cursor: pointer;
		
}
.rfqloginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:5px 10px 5px 10px ;
		text-align: center;
		width:70px;
		font-family:arial, sans-serif;
		font-size:14px;
		cursor: pointer;
	
}
.dasbordpage_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 75%;
	padding-bottom:30px;
}
.rfqleftscroll {
    background: none repeat scroll 0 0 #F2F2F2;
    box-shadow: 5px 0 6px #000000;
    height: 300px;
    margin-top: 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 6px;
}
.rfqitemprice{
font-family:Arial, Helvetica, sans-serif!important;
font-size:14px!important;
font-weight:bold;
color:#6fa73a;
}

.clearbtn{
	display: inline-block; 
	align:left; 
	padding-left:430px;
	
	}
		.conformbtn{
	display: inline-block; 
	align:left; 
	padding-left:18px;
	}
	.searchbtn{
		width:auto;
		height:auto;
		}
		.membermail-border{
border:1px solid #424242;
width:105%;
}
.searchbtn{
	width:81px;
	height:23px;
	}
.dasbord_left {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #797979;
    float: left;
    margin: 34px 0 0 28px!important;
    padding: 20px 2px;
    width: 212px;
	display:block;
}
.input-large {
	width: 380px;
}
.menu-btn{
	display:block;
	
	}
.mobile-logo{
	float:left; 
	width:200px; 
	text-align:left; 
	padding-left:8px;
	display:none;
	}
		.toggleright{
	float:right; width:200px;	
	}
	
	.mainmenu-div-home{
		float:right!important;
		margin: 190px 80px 0px 0px!important;
		padding: 20px 2px!important;
		width: 205px!important;
		}
		
	.home_right {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	float: right;
	margin:0px;
	padding: 20px 2px;
	width: 205px;
	display:block;
	
}
.home_right .menu li a {
	color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
	text-align:center;
}
.home_right .menu li a:hover {
	color: #6e9ad7;
}
.home_right .menu li a.active {
	color: #6e9ad7;
}
.home_right .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.home_right .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top: 0px;
	padding-left: 26px;
}
.medium_box{
float:left;
	width:270px;
	height:210px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.medium_box img{
	width:270px;
	height:170px;
}
.large_box{
float:left;
	width:420px;
	height:320px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.large_box img{
	width:420px;
	height:280px;
}

.xl_box{
	float:left;
	width:100%;
/*	height:210px;*/
	margin:10px 6px 10px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.xl_box img{
	width:100%;
}
/*.xl_box_left{
	float:left;
	width:50%;
	}*/
	.xl_box_right{
	/*float:left;*/
	width:95%;
	margin-left:0px;
	margin-top:10px;
	padding-bottom: 20px;
	}
	.xl_box_text {
		font-size:12px;
		padding-left:6px;
	}
	.xl_box_contenttext{
		font-size:12px;
		padding-left:10px;
		padding-top:10px;
		line-height:18px;
		
	}
	.xl_box_question {
		font-size:12px;
		padding:6px;
		float:left;
		width:17%;
		text-align:center;
		border-top:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #CCC;
	}
	.xl_box_space{
	margin-left:10px;

	}
	#respond textarea {
	resize: vertical;
	width: 92%;
}
.leftbtnpadding{
	padding-left:230px;
	}
	.plancart-bynow{
		float:left; width:72%; 
		text-align:right; 
		margin-top:20px; 
		font-size:13px;
		}
.header-back{
/*background-color:#acdaff;*/
background:url(../../images/tab-header.jpg) repeat-x left top;
font-size:13px;
font-weight:bold;
text-transform: uppercase;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
Height:30px;
}
.btn-width{
	width:200px!important;
	margin-left:20px!important;
	}
	.inventory-input{
		height:15px; 
		width: 100% !important;
	}
	.inventory-textarea{
		width: 100% !important;
	}
.member-text{
	font-size:14px!important;

	}
	.paymentinfor-text{
		padding-right:12px;
		}
		
	
	.hidecarttd{
				display:block;
				}
	.input-select{
			margin-top:7px;
			margin-left:7px;
			
			}
	.continewshopping-btn{
	margin-bottom:10px;
	margin-left:674px; 
	width: 200px;  
	margin-top:6px;
	}
	.after-reviewing{
float:left; width:40%; margin-left:10px;
		
		}
		
		.review-membership{
		float:left; margin-left:30px; width:50%; margin-top:9px;
		}
	.agree-btn{
	margin-bottom:10px;
	margin-left:72px; 
width:240px;  
	margin-top:-4px;
	}
		.agree-btn:hover{
	margin-bottom:10px;
	margin-left:6px; 
	width:240px; 
	margin-top:-4px;
	}
.maincontener {
	height:100%;
	width: 100%;
}
	
/* =Responsive design
 ------------------------------------------------------------ */

@media only screen and (min-width: 1200px) {
	.wrap, .site-inner {
		width:1224px;
	}
	.mainmenu-div-home{
		float:right!important;
		margin: 190px 80px 100px 0px!important;
		padding: 20px 2px!important;
		width: 205px!important;
		}
		.home_right {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	float: right;
	margin:0px;
	padding: 20px 2px;
	width: 205px;
	display:block;
}
.home_right .menu li a {
	color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
	text-align:center;
}
.home_right .menu li a:hover {
	color: #6e9ad7;
}
.home_right .menu li a.active {
	color: #6e9ad7;
}
.home_right .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.home_right .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top: 0px;
	padding-left: 26px;
}
.faq{
float:right;
width:40%; 
font-family:Georgia; 
font-style:italic; 
color:#9E9E9E!important;
}


.membership_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 75%;
	padding-bottom:30px;
}
.dasbordpage_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 75%;
	padding-bottom:30px;
}

.rfqleftscroll {
    background: none repeat scroll 0 0 #F2F2F2;
    box-shadow: 5px 0 6px #000000;
    height: 200px;
    margin-top: 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 6px;
}
.rfqitemprice{
font-family:Arial, Helvetica, sans-serif!important;
font-size:14px!important;
font-weight:bold;
color:#6fa73a;
}
.membership_right .headtext {
	font-family:arial, sans-serif;
	font-size: 41px;
	color: #4b4b4b;
	word-spacing: 10%;
	letter-spacing: 18px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}
.divbutton{
float:left; 
width:40%; 
margin-top:10px;
margin-bottom:10px;
margin-left:72px; 
margin-top: -4px;
}
.reviwermember{
float:left; 
margin-left:30px; 
width:50%; 
margin-top:10px;
}

.pointer {
    background: url("../../images/pointer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    margin-left: 274px;
    position: absolute;
    width: 22px;
}
.freelisting{
float:left; 
width:75%;
}
.makepaymentbtn{
float:left;
margin-top:0px; 
width:24%;
}
.makepaymentbtninner{
margin-bottom:10px;
margin-left:10px; 
margin-right:58px; 
margin-top:-4px; 
width:100%;
}
.home_leftmenu {
	float: left;
	width:242px;
}
.home_leftmenu2 {
	float: left;
	margin:0px 0 100px 30px;
	width:214px;
}

.home_leftmenu2 .imgheight{
	width:216px;
	height:512px;
	}
	.home_leftmenu2 .imgheight img{
	width:216px;
	height:512px;
	}
	
	
	
.dasbord_left {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #797979;
    float: left;
    margin: 34px 0 0 30px;
    padding: 20px 2px;
    width: 212px;
}
.dasbord_left .menu li{
height:36px;
line-height:36px;
padding-left:0px;
font-size:15px;
color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
}
.dasbord_left .menu li a {
	/*color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
	font-size: 15px;*/
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
  padding-left:15px;
  font-size:15px;
}
.dasbord_left .menu li a:hover {
	/*color: #6e9ad7;*/
	 background: #78b7e4;
  background: -moz-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b7e4 ), color-stop(100%, #a5d0ee));
  background: -webkit-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: linear-gradient(#78b7e4 0%, #a5d0ee 100%);
  color: #fff
  text-decoration: none;
}
.dasbord_left .menu li a.active {
 background: #78b7e4;
  background: -moz-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b7e4 ), color-stop(100%, #a5d0ee));
  background: -webkit-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: linear-gradient(#78b7e4 0%, #a5d0ee 100%);
  color: #fff
  text-decoration: none;
	
}
.home_left .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.dasbord_left .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top:0px;
	padding-left: 26px;
}


.sidebar .sidebar-item {
    color: #1D1D1D;
    display: block;
    line-height: 1.25;
    position: relative;
    z-index: 0;
}
/*.home_leftmenu2 {
	float: left;
	margin:34px 0 100px 30px;
	width:212px;
}*/
.sidebar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	
}
.sidebar .sidebar-header {
    background: none repeat scroll 0 0 #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    border-radius: 1px 1px 0 0;
    color: #1D1D1D;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 8px;
}
.sidebar .sidebar-body ul, .sidebar .sidebar-body ol {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.sidebar .sidebar-item.selected:before {
    border-left: 4px solid #494949;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.sidebar .sidebar-item.selected {
    color: #000000;
    font-weight: bold;
    z-index: 1;
}
.sidebar .sidebar-item {
    color: #1D1D1D;
    display: block;
    line-height: 1.25;
    position: relative;
    z-index: 0;
}

.sidebar .sidebar-item .sidebar-item-label {
    display: block;
    padding: 4px 8px;
}
.sidebar .sidebar-item > a {
    color: inherit;
}

.sidebar .sidebar-item .sidebar-item-label {
    display: block;
    padding: 4px 8px;
}
.sidebar .sidebar-item.hidden {
    display: none;
}
.sidebar .sidebar-item:hover {
    background-color: #E7E7E7;
}
.sidebar .sidebar-item:hover .sidebar-icon.clear {
    display: block;
}
.sidebar .sidebar-item:hover .sidebar-icon.info-icon {
    display: block;
}
.sidebar .sidebar-item:hover i {
    background-position: -90px 0;
}
.sidebar .sidebar-item > a {
    color: inherit;
	text-decoration:none;
}
.sidebar .sidebar-item > a:hover {
    text-decoration: none;
}
.sidebar .sidebar-item.selected {
    color: #000000;
    font-weight: bold;
    z-index: 1;
}
.sidebar .sidebar-item.selected .sidebar-item-label i {
    background-position: -77px 0;
    margin-top: 1px;
}

button, input, select, textarea {
	margin: 0;
	vertical-align: middle;
}
button, input {
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
input[type="search"] {
	-moz-box-sizing: content-box;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.input-block-level {
	-moz-box-sizing: border-box;
	display: block;
	min-height: 28px;
	width: 100%;
}
label input, label textarea, label select {
	display: block;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}
input[type="image"] {
	border: 0 none;
}
input[type="file"] {
	background-color: initial;
	border: initial;
	box-shadow: none;
	line-height: initial;
	padding: initial;
	width: auto;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	height: auto;
	width: auto;
}
select {
	background-color: #FFFFFF;
	width: 220px;
}
.contactlist-select {
	background-color: #FFFFFF;
	width: 220px;
}
select[multiple], select[size] {
	height: auto;
}
input[type="image"] {
	box-shadow: none;
}
textarea {
	height: auto;
}
input[type="hidden"] {
	display: none;
}
.radio, .checkbox {
	padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 5px;
	vertical-align: middle;
}
input, textarea {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075) inset, 0 1px 4px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	box-shadow: none;
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 380px;
}
.menu-btn{
	display:block;
	
	}

.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
	float: none;
	margin-left: 0;
}
input, textarea, .uneditable-input {
	margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width: 910px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
	width: 830px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
	width: 750px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
	width: 670px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
	width: 590px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
	width: 510px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
	width: 430px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
	width: 350px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
	width: 270px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width: 190px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width: 110px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
	width: 30px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: #EEEEEE;
	border-color: #DDDDDD;
	cursor: not-allowed;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
	color: #C09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	border-color: #C09853;
	color: #C09853;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
	border-color: #A47E3C;
	box-shadow: 0 0 6px #DBC59E;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
	background-color: #FCF8E3;
	border-color: #C09853;
	color: #C09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
	color: #B94A48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color: #953B39;
	box-shadow: 0 0 6px #D59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	background-color: #F2DEDE;
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
	color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
	border-color: #468847;
	color: #468847;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
	border-color: #356635;
	box-shadow: 0 0 6px #7ABA7B;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	background-color: #DFF0D8;
	border-color: #468847;
	color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
	border-color: #EE5F5B;
	color: #B94A48;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
	border-color: #E9322D;
	box-shadow: 0 0 6px #F8B9B7;
}
.icon-user {
	background-position: -168px 0;
}
.icon-inbox {
	background-position: -168px -24px;
}
.icon-text-width {
	background-position: -240px -48px;
}
.icon-picture {
	background-position: -456px -48px;
}
.icon-pencil {
	background-position: 0 -72px;
}
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color:#a3a3a3;
    position: absolute;
    /*left: 40px;*/
 /*   top:132px;*/
 margin-top:13px;
	width: 30px;
	padding-top:18px;

}


.input_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    font-size: 1em;
    height: 42px;
    padding: 5px 30px 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	font-size:14px;
	color:#a8a3a3;
}

.selzect_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    padding: 10px 0 5px;
    height: 42px;

}
.textarea {
    -moz-box-sizing:border-box;
    border: 1px solid #A3A3A3;
    border-radius: 0;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
    color:#A8A3A3;
    font-size: 100%;
    padding-left: 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    width:76%;
}
.dasbord_left {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #797979;
    float: left;
    margin: 34px 0 0 28px!important;
    padding: 20px 2px;
    width: 212px;
	display:block;
}
.input-large {
	width: 380px;
}
.menu-btn{
	display:none!important;
	
	}
	.mobile-logo{
	float:left; 
	width:200px; 
	text-align:left; 
	padding-left:8px;
	display:none;
	}
		.toggleright{
	float:right; width:200px;	
	}
	
	.medium_box{
float:left;
	width:270px;
	height:210px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.medium_box img{
	width:270px;
	height:170px;
}
.large_box{
float:left;
	width:420px;
	height:320px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.large_box img{
	width:420px;
	height:280px;
}

.xl_box{
	float:left;
	width:100%;
/*	height:210px;*/
	margin:10px 6px 10px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.xl_box img{
	width:100%;
}

	.xl_box_right{
	/*float:left;*/
	width:95%;
	margin-left:0px;
	margin-top:10px;
	padding-bottom: 20px;
	}
	.xl_box_text {
		font-size:12px;
		padding-left:6px;
	}
	.xl_box_contenttext{
		font-size:12px;
		padding-left:10px;
		padding-top:10px;
		line-height:18px;
		
	}
	.xl_box_question {
		font-size:12px;
		padding:6px;
		float:left;
		width:17%;
		text-align:center;
		border-top:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #CCC;
	}
	.xl_box_space{
	margin-left:10px;

	}
	.errorclass{
float: left;
padding-top: 10px;
width: 22px;
	}
	#respond textarea {
	resize: vertical;
	width: 92%;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 .textarea{
		   width:75%;
	}
}
.textarea_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    color: #333333;
	vertical-align: middle;
    padding: 10px 0 5px;
    height: 72px;
    width: 220px;
}
.contact_right {
	margin: 30px 9px 0px 30px!important;
	float: left!important;
	height: auto!important;
	width: 27%!important;
}
.contact_right .text {
	font-family:arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.contact_right h2 {
	color: #A33214;
	display: inline;
	font-family:arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.contact_form {
	margin:20px 0 0 24px;
	float: left;
	height: auto;
	width: 48%;
}
/* Viewer Regestration Page*/
.membership_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 75%;
	padding-bottom:30px;
}
.dasbordpage_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 75%;
	padding-bottom:30px;
}

.membership_right .headtext {
	font-family:arial, sans-serif;
	font-size: 41px;
	color: #4b4b4b;
	word-spacing: 10%;
	letter-spacing: 18px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}

.divbutton {
    float: left;
    margin-bottom: 10px;
    margin-left: 623px;
    margin-top: -44px;
    width: 30%;
}
.reviwermember{
float:left; 
margin-left:30px; 
width:50%; 
margin-top:10px;
}

.pointer {
    background: url("../../images/pointer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    margin-left: 274px;
    position: absolute;
    width: 22px;
}
.freelisting{
float:left; 
width:75%;
}
.makepaymentbtn{
float:left;
margin-top:0px; 
width:24%;
}
.makepaymentbtninner{
margin-bottom:10px;
margin-left:10px; 
margin-right:58px; 
margin-top:-4px; 
width:100%;
}
.accountdetails-back{
	background-color: #7cb9e5;
	background-image: linear-gradient(to bottom, #7cb9e5, #a0cdec);
	background-repeat: repeat-x;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border-radius:10px 10px 0px 0px;
	font-size:14px;
	padding:10px 0px 0px 10px;
	width:99%;
}
.loginagrement{
margin-left:76px!important;
padding-left:76px!important;
text-align:center!important;
}
.welcometo{
width:302px;
height:48px;
background-color:#64646c;
color:#FFFFFF;
padding:8px;
margin-left:160px!important;
}
.agrmentbtn{
 float:left;
margin-top:-22px;
width: 260px;
}
.textareabox{
width:80%;
padding:14px;
background-color:#FFFFFF;
border:1px solid #63636b;
}
.loginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior:url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.loginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior: url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size:18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.welcometohead{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
}

.plansearch-padding{
padding-left:176px;
}
.vendorsearch{
padding-left:430px;
}
.request-inptbox {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:320px;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}
.inpTxt0 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:76%;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
	

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .inpTxt0{width:74%;
	height:20px;
	
	
	}

}

.headermenu{
width:32%; 
float:left;
}
.headerright{
float:left; 
width:60%; 
margin-left:0px;
}
#search-box {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    float: right;
    height: 26px;
    margin-top: 0px;
    padding: 0px 1px 0px 0px;
    width:200px;
	border-radius:4px;
}
#search-box input[name="search"] {
/*    background-color: #F5F5F5;*/
    border: medium none;
    color: #888888;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 15px;
    padding-left: 2%;
    width:154px;
}
#search-box input[name="search-btn"] {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../images/search_icon.png);
    border: medium none;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    margin-right: 2%;
    margin-top: 2px;
    width: 24px;
}
.adds_div {
    float: left;
    margin-left: 30px;
    margin-right:26px;
    width:366px;
}

.contact_form select {
    border: 1px solid #A3A3A3;
    color: #919191;
    height: 22px;
    width: 76%;
}
.inpTxt1 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width: 24%;
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
	border: 1px solid #ADACA8 !important;
	
   
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .inpTxt1{
		   width:22%;
			height:22px;
	
	
	}
}

.inpTxtbox1 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width: 46%;
	
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
}
.contact-border{
border-right: 2px solid #447A92;

}
.mapwidth{
width:400px;
}

.clearbtn{
	display: inline-block; 
	align:left; 
	padding-left:468px;
	
	}
		.conformbtn{
	display: inline-block; 
	align:left; 
	padding-left:18px;
	}
	.searchbtn{
		width:auto;
		height:auto;
		}
		.membermail-border{
border:1px solid #424242;
width:100%;
}
.searchbtn{
	width:81px;
	height:23px;
	}
.primary {

	padding:0px 0 6px 50px;
}
.medium_box{
float:left;
	width:270px;
	height:210px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.medium_box_custom {margin:5px 6px 91px 5px;}
.medium_box img{
	width:270px;
	height:170px;
}
.large_box{
float:left;
	width:300px;
	height:320px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.large_box img{
	width:420px;
	height:280px;
}

.xl_box{
	float:left;
	width:100%;
/*	height:210px;*/
	margin:10px 6px 10px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.xl_box img{
	width:100%;
}
/*.xl_box_left{
	float:left;
	width:50%;
	}*/
	.xl_box_right{
	/*float:left;*/
	width:95%;
	margin-left:0px;
	margin-top:10px;
	padding-bottom: 20px;
	}
	.xl_box_text {
		font-size:12px;
		padding-left:6px;
	}
	.xl_box_contenttext{
		font-size:12px;
		padding-left:10px;
		padding-top:10px;
		line-height:18px;
		
	}
	.xl_box_question {
		font-size:12px;
		padding:6px;
		float:left;
		width:17%;
		text-align:center;
		border-top:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #CCC;
	}
	.xl_box_space{
	margin-left:10px;

	}
	.errorclass{
float: left;
padding-top: 10px;
width: 22px;
	}
#respond textarea {
	resize: vertical;
	width: 92%;
}
.leftbtnpadding{
	padding-left:230px;
	}
.plancart-bynow{
		float:left; width:70%; 
		text-align:right; 
		margin-top:20px; 
		font-size:13px;
		}
		
		.header-back{
/*background-color:#acdaff;*/
background:url(../../images/tab-header.jpg) repeat-x left top;
font-size:13px;
font-weight:bold;
text-transform: uppercase;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
Height:30x;
}

	.btn-width{
	width:200px!important;
	margin-left:20px!important;
	}
	
	.inventory-input{
		height:15px; 
		width: 100% !important;
	}
	.inventory-textarea{
		width: 100% !important;
	}
.member-text{
	font-size:14px!important;

	}
	.paymentinfor-text{
		padding-right:12px;
		}
		.hidecarttd{
				display:block;
				border:none!important
				}
		.input-select{
			margin-top:7px;
			margin-left:7px;
			
			}
	.tdhide{
	display:block;
		}
	.buildingleft-padding{
		padding-left:140px;
		}
	.backhome-padding{
			padding-left:350px;
			}
			.continuebtn{
			margin-bottom:10px;
			margin-left:10px; 
			
			}
			.continewshopping-btn{
	margin-bottom:10px;
	margin-left:674px; 
	width: 200px;  
	margin-top:6px;
	}
	.after-reviewing{
float:left; width:40%; margin-left:10px;
		
		}
		.review-membership{
		float:left; margin-left:30px; width:50%; margin-top:9px;
		}
		.agree-btn{
	margin-bottom:10px;
	margin-left:72px; 
width:240px;  
	margin-top:-4px;
	}
		.agree-btn:hover{
	margin-bottom:10px;
	margin-left:72px; 
	width:240px; 
	margin-top:-4px;
	}
	
	.makepayment{
	float:right; 
	margin-right:80px;
	}
	.homemenubtn{
		position:absolute; 
		margin-top: -47px; 
		margin-left:140px;
		display:none!important;
		}
		
		.hideandshow{
			display:block;
			}
				.buttonspace{
		text-decoration:none;
	
		}
		.buttonspace input{
			margin:6px!important;
			
			}
			.searchplan-btn{
		text-decoration:none;
	
		}
		.searchplan-btn input{
			margin:6px!important;
			
			}
}


@media only screen and (min-width: 979px) and (max-width: 1200px) {
		.maincontener {
	height:100%;
	width: 100%;/*background: #fff;
	 background: rgba(255, 255, 255, 0.8);*/
}
	.wrap, .site-inner {
		width: 960px;
	}
	.mainmenu-div-home{
		float:right!important;
		margin: 190px 80px 100px 0px!important;
		padding: 20px 2px!important;
		width: 205px!important;
		}
	.home .home_right{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	float: right;
	margin:0px;
	padding: 20px 2px;
	width: 205px;
	display:block;
}
.home .home_right .menu li a {
	color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
	text-align:center;
}
.home .home_right .menu li a:hover {
	color: #6e9ad7;
}
.home .home_right .menu li a.active {
	color: #6e9ad7;
}
.home .home_right .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.home .home_right .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top: 0px;
	padding-left: 26px;
}
.faq{
float:right;
width:40%; 
font-family:Georgia; 
font-style:italic; 
color:#9E9E9E!important;
}


.membership_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 70%;
	padding-bottom:30px;
}
.dasbordpage_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 60%;
	padding-bottom:30px;
}

.rfqleftscroll {
    background: none repeat scroll 0 0 #F2F2F2;
    box-shadow: 5px 0 6px #000000;
    height: 300px;
    margin-top: 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 6px;
}
.rfqitemprice{
font-family:Arial, Helvetica, sans-serif!important;
font-size:14px!important;
font-weight:bold;
color:#6fa73a;
}
.membership_right .headtext {
	font-family:arial, sans-serif;
	font-size: 41px;
	color: #4b4b4b;
	word-spacing: 10%;
	letter-spacing: 18px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}

.divbutton{
float:left; 
width:40%; 
margin-top:10px;
margin-bottom:10px;
margin-left:72px; 
margin-top: -4px;
}
.reviwermember{
float:left; 
margin-left:30px; 
width:50%; 
margin-top:10px;
}

.pointer {
    background: url("../../images/pointer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    margin-left: 274px;
    position: absolute;
    width: 22px;
}

.freelisting{
float:left; 
width:75%;
}

.makepaymentbtn{
float:left;
margin-top:0px; 
width:24%;
}
.makepaymentbtninner{
margin-bottom:10px;
margin-left:10px; 
margin-right:58px; 
margin-top:-4px; 
width:100%;
}
.home_leftmenu {
	float: left;
	width:100%;
}
.home_leftmenu2 {
	float: left;
	margin:34px 0 100px 30px;
	width:212px;
}
.dasbord_left {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #797979;
    float: left;
    margin: 34px 0 0 30px;
    padding: 20px 2px;
    width: 212px;
}
.dasbord_left .menu li{
height:36px;
line-height:36px;
padding-left:0px;
font-size:15px;
color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
}
.dasbord_left .menu li a {
	/*color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
	font-size: 15px;*/
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
  padding-left:15px;
  font-size:15px;
}
.dasbord_left .menu li a:hover {
	/*color: #6e9ad7;*/
	 background: #78b7e4;
  background: -moz-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b7e4 ), color-stop(100%, #a5d0ee));
  background: -webkit-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: linear-gradient(#78b7e4 0%, #a5d0ee 100%);
  color: #fff
  text-decoration: none;
}
.dasbord_left .menu li a.active {
 background: #78b7e4;
  background: -moz-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b7e4 ), color-stop(100%, #a5d0ee));
  background: -webkit-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: linear-gradient(#78b7e4 0%, #a5d0ee 100%);
  color: #fff
  text-decoration: none;
	
}
.home_left .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.dasbord_left .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top:0px;
	padding-left: 26px;
}


.sidebar .sidebar-item {
    color: #1D1D1D;
    display: block;
    line-height: 1.25;
    position: relative;
    z-index: 0;
}
.home_leftmenu2 {
	float: left;
	margin:34px 0 100px 30px;
	width:212px;
	display:none;
}
.sidebar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	
}
.sidebar .sidebar-header {
    background: none repeat scroll 0 0 #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    border-radius: 1px 1px 0 0;
    color: #1D1D1D;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 8px;
}
.sidebar .sidebar-body ul, .sidebar .sidebar-body ol {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.sidebar .sidebar-item.selected:before {
    border-left: 4px solid #494949;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.sidebar .sidebar-item.selected {
    color: #000000;
    font-weight: bold;
    z-index: 1;
}
.sidebar .sidebar-item {
    color: #1D1D1D;
    display: block;
    line-height: 1.25;
    position: relative;
    z-index: 0;
}

.sidebar .sidebar-item .sidebar-item-label {
    display: block;
    padding: 4px 8px;
}
.sidebar .sidebar-item > a {
    color: inherit;
}

.sidebar .sidebar-item .sidebar-item-label {
    display: block;
    padding: 4px 8px;
}
.sidebar .sidebar-item.hidden {
    display: none;
}
.sidebar .sidebar-item:hover {
    background-color: #E7E7E7;
}
.sidebar .sidebar-item:hover .sidebar-icon.clear {
    display: block;
}
.sidebar .sidebar-item:hover .sidebar-icon.info-icon {
    display: block;
}
.sidebar .sidebar-item:hover i {
    background-position: -90px 0;
}
.sidebar .sidebar-item > a {
    color: inherit;
	text-decoration:none;
}
.sidebar .sidebar-item > a:hover {
    text-decoration: none;
}
.sidebar .sidebar-item.selected {
    color: #000000;
    font-weight: bold;
    z-index: 1;
}
.sidebar .sidebar-item.selected .sidebar-item-label i {
    background-position: -77px 0;
    margin-top: 1px;
}

button, input, select, textarea {
	margin: 0;
	vertical-align: middle;
}
button, input {
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
input[type="search"] {
	-moz-box-sizing: content-box;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.input-block-level {
	-moz-box-sizing: border-box;
	display: block;
	min-height: 28px;
	width: 100%;
}
label input, label textarea, label select {
	display: block;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}
input[type="image"] {
	border: 0 none;
}
input[type="file"] {
	background-color: initial;
	border: initial;
	box-shadow: none;
	line-height: initial;
	padding: initial;
	width: auto;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	height: auto;
	width: auto;
}
select {
	background-color: #FFFFFF;
	width: 220px;
}
.contactlist-select {
	background-color: #FFFFFF;
	width: 220px;
}
select[multiple], select[size] {
	height: auto;
}
input[type="image"] {
	box-shadow: none;
}
textarea {
	height: auto;
}
input[type="hidden"] {
	display: none;
}
.radio, .checkbox {
	padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 5px;
	vertical-align: middle;
}
input, textarea {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075) inset, 0 1px 4px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	box-shadow: none;
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width:99%;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
	float: none;
	margin-left: 0;
}
input, textarea, .uneditable-input {
	margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width: 910px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
	width: 830px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
	width: 750px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
	width: 670px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
	width: 590px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
	width: 510px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
	width: 430px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
	width: 350px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
	width: 270px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width: 190px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width: 110px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
	width: 30px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: #EEEEEE;
	border-color: #DDDDDD;
	cursor: not-allowed;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
	color: #C09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	border-color: #C09853;
	color: #C09853;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
	border-color: #A47E3C;
	box-shadow: 0 0 6px #DBC59E;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
	background-color: #FCF8E3;
	border-color: #C09853;
	color: #C09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
	color: #B94A48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color: #953B39;
	box-shadow: 0 0 6px #D59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	background-color: #F2DEDE;
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
	color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
	border-color: #468847;
	color: #468847;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
	border-color: #356635;
	box-shadow: 0 0 6px #7ABA7B;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	background-color: #DFF0D8;
	border-color: #468847;
	color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
	border-color: #EE5F5B;
	color: #B94A48;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
	border-color: #E9322D;
	box-shadow: 0 0 6px #F8B9B7;
}
.icon-user {
	background-position: -168px 0;
}
.icon-inbox {
	background-position: -168px -24px;
}
.icon-text-width {
	background-position: -240px -48px;
}
.icon-picture {
	background-position: -456px -48px;
}
.icon-pencil {
	background-position: 0 -72px;
}
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color:#a3a3a3;
    position: absolute;
    /*left: 40px;*/
 /*   top:132px;*/
 margin-top:30px;
	width: 30px;

}


.input_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    font-size: 1em;
    height: 42px;
    padding: 5px 30px 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	font-size:14px;
	color:#a8a3a3;
}

.selzect_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    padding: 10px 0 5px;
    height: 42px;

}
.textarea {
    -moz-box-sizing:border-box;
    border: 1px solid #A3A3A3;
    border-radius: 0;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
    color:#A8A3A3;
    font-size: 100%;
    padding-left: 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    width:99%;
}
.textarea_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    color: #333333;
	vertical-align: middle;
    padding: 10px 0 5px;
    height: 72px;
    width: 220px;
}
.contact_right {
	margin: 30px 0px 0px 30px!important;
	float: left!important;
	height: auto!important;
	width: 95%!important;
}
.contact_right .text {
	font-family:arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.contact_right h2 {
	color: #A56554;
	display: inline;
	font-family:arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.contact_form {
	margin:0px 0 20px 14px;
	float: left;
	height: auto;
	width: 48%;
}
/* Viewer Regestration Page*/
.membership_right {
	margin: 30px 0px 0px 30px!important;
	float: left!important;
	height: auto!important;
	width: 94%!important;
	padding-bottom:30px;
}
.dasbordpage_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 91%;
	padding-bottom:30px;
}

.membership_right .headtext {
	font-family:arial, sans-serif;
	font-size: 41px;
	color: #4b4b4b;
	word-spacing: 10%;
	letter-spacing: 18px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}
.divbutton{
float:left; 
width:40%; 
margin-top:10px;
margin-bottom:10px;
margin-left:390px; 
margin-top: -50px;
}
.reviwermember{
float:left; 
margin-left:-10px; 
width:50%; 
margin-top:10px;
}

.pointer {
    background: url("../../images/pointer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    margin-left: 274px;
    position: absolute;
    width: 22px;
}

.freelisting{
float:left; 
width:75%;
}

.makepaymentbtn{
float:left;
margin-top:0px; 
width:24%;
}

.makepaymentbtninner{
margin-bottom:10px;
margin-left:10px; 
margin-right:58px; 
margin-top:-4px; 
width:100%;
}
.accountdetails-back{
	background-color: #7cb9e5;
	background-image: linear-gradient(to bottom, #7cb9e5, #a0cdec);
	background-repeat: repeat-x;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border-radius:10px 10px 0px 0px;
	font-size:14px;
	padding:10px 0px 0px 10px;
	width:99%;
}
.loginagrement{
margin-left:0px!important;
padding-left:56px!important;
text-align:center!important;
}
.welcometo{
width:302px;
height:48px;
background-color:#64646c;
color:#FFFFFF;
padding:8px;
margin-left:92px;
}
.welcometohead{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
}
.agrmentbtn{
 float:left;
margin-top:-22px;
width: 260px;
}
.textareabox{
width:80%;
padding:14px;
background-color:#FFFFFF;
border:1px solid #63636b;
}
.loginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior:url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.loginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior: url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size:18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.plansearch-padding{
padding-left:124px;
}
.vendorsearch{
padding-left:300px;
}
.request-inptbox {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:320px;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}
.inpTxt0 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:99%;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}
.headermenu{
width:36%; 
float:left;
}
.headerright{
float:left; 
width:61%; 
margin-left:21px;
}
#search-box {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    float: right;
    height: 26px;
    margin-top: 0px;
    padding: 0px 1px 0px 0px;
    width:190px;
	border-radius:4px;
}
#search-box input[name="search"] {
/*    background-color: #F5F5F5;*/
    border: medium none;
    color: #888888;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 15px;
    padding-left: 2%;
    width:154px;
}
#search-box input[name="search-btn"] {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../images/search_icon.png);
    border: medium none;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    margin-right: 2%;
    margin-top: 2px;
    width: 24px;
}
.adds_div {
    float: left;
    margin-left: 30px;
    margin-right:26px;
    width:250px;
}

.contact_form select {
    border: 1px solid #A3A3A3;
    color: #919191;
    height: 22px;
    width: 99%;
}
.inpTxt1 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	    border: 1px solid #ADACA8 !important;
	width: 20%;
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
}
.inpTxtbox1 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width: 46%;
	
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
}
.contact-border{
border-right: 2px solid #447A92;

}
.map-width{
width:400px;
height:170px;
}
.mapwidth{
width:340px;
}

.descreption{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
line-height:20px;
padding:10px;
}
.rfq-nametext{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
line-height:20px;

}

.rfqleft{
float:left;
width:97%;
padding:5px;
margin-top:10px;
margin-bottom:10px;


}
.rfqname{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
font-weight:bold;
}
.rfqitemcode{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
font-weight:bold;
color:#ff1200;
}
.rfqright{
float:left;
width:47%;
margin-left:10px;
border-left:1px solid #cccccc;
padding:5px 5px 5px 12px;
margin-top:10px;
margin-bottom:10px;
}

.rfqloginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:5px 10px 5px 10px ;
		text-align: center;
		width:70px;
		font-family:arial, sans-serif;
		font-size: 14px;
		font-weight:bold;
		cursor: pointer;
		
}
.rfqloginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:5px 10px 5px 10px ;
		text-align: center;
		width:70px;
		font-family:arial, sans-serif;
		font-size:14px;
		cursor: pointer;
	
}
.clearbtn{
	display: inline-block; 
	align:left; 
	padding-left:330px;
	
	}
		.conformbtn{
	display: inline-block; 
	align:left; 
	padding-left:18px;
	}
	.searchbtn{
		width:auto;
		height:auto;
		}
		.membermail-border{
border:1px solid #424242;
width:105%;
}
.searchbtn{
	width:81px;
	height:23px;
	}
.dasbord_left {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #797979;
    float: left;
    margin: 34px 0 0 28px!important;
    padding: 20px 2px;
    width: 212px;
	display:none;
}


.medium_box{
float:left;
	width:270px;
	height:210px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.medium_box img{
	width:270px;
	height:170px;
}
.large_box{
float:left;
	width:420px;
	height:320px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.large_box img{
	width:420px;
	height:280px;
}

.xl_box{
	float:left;
	width:100%;
/*	height:210px;*/
	margin:10px 6px 10px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.xl_box img{
	width:100%;
}
.xl_box_left{
	/*float:left;*/
	width:50%;
	}
	.xl_box_right{
	/*float:left;*/
	width:95%;
	margin-left:0px;
	margin-top:10px;
	padding-bottom: 20px;
	}
	.xl_box_text {
		font-size:12px;
		padding-left:6px;
	}
	.xl_box_contenttext{
		font-size:12px;
		padding-left:10px;
		padding-top:10px;
		line-height:18px;
		
	}
	.xl_box_question {
		font-size:12px;
		padding:6px;
		float:left;
		width:17%;
		text-align:center;
		border-top:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #CCC;
	}
	.xl_box_space{
	margin-left:10px;

	}
	.errorclass{
float: left;
padding-top: 10px;
width: 22px;
	}
	.error{color:#FF0000; font-weight:bold; font-size: 12px;}

#respond textarea {
	resize: vertical;
	width: 92%;
}
.leftbtnpadding{
	padding-left:230px;
	}
	.plancart-bynow{
		float:left; width:72%; 
		text-align:right; 
		margin-top:20px; 
		font-size:13px;
		}
		.header-back{
/*background-color:#acdaff;*/
background:url(../../images/tab-header.jpg) repeat-x left top;
font-size:13px;
font-weight:bold;
text-transform: uppercase;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
Height:36px;
}
.btn-width{
	width:200px!important;
	margin-left:20px!important;
	}
	.inventory-input{
		height:15px; 
		width: 100% !important;
	}
	.inventory-textarea{
		width: 100% !important;
	}
.member-text{
	font-size:14px!important;

	}
	.paymentinfor-text{
		padding-right:12px;
		}
		.hidecarttd{
				display:block;
				}
		.input-select{
			margin-top:7px;
			margin-left:7px;
			
			}
	.tdhide{
	display:block;
		}
		.buildingleft-padding{
		padding-left:140px;
		}
		.backhome-padding{
			padding-left:350px;
			}
			.continuebtn{
			margin-bottom:10px;
			margin-left:10px; 
			width: 200px;  
			margin-top:-4px;
			}
			.after-reviewing{
float:left; width:40%; margin-left:10px;
		
		}
.review-membership{
		float:left; margin-left:30px; width:50%; margin-top:9px;
		}
		.agree-btn{
	margin-bottom:10px;
	margin-left:72px; 
	width:240px; 
	margin-top:-4px;
	}
		.agree-btn:hover{
	margin-bottom:10px;
	margin-left:6px; 
	width:240px; 
	margin-top:-4px;
	}
		.makepayment{
	float:right; 
	margin-right:80px;
	}
	.homemenubtn{
		position:absolute; 
		margin-top:-47px; 
		margin-left:140px;
		display:block!important;
		}
		.hideandshow{
			display:block;
			}
			
				.buttonspace{
		text-decoration:none;
	
		}
		.buttonspace input{
			margin:6px!important;
			
			}
			.searchplan-btn{
		text-decoration:none;
	
		}
		.searchplan-btn input{
			margin:6px!important;
			
			}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.maincontener {
	height:100%;
	width: 100%;/*background: #fff;
	 background: rgba(255, 255, 255, 0.8);*/
}
	.wrap, .site-inner {
		width: 724px;
	}
	.site-title {
		background-size: 100%;
		width: 100%;
		margin-bottom: 0;
	}
	.full-width-content .site-title {
		width: 194px;
		display: block;
	}
	.title-type-text.full-width-content .site-title {
		width: auto;
	}
	.header-image .home-right .site-title {
		margin-bottom: 15px;
	}
	.title-type-text.content-sidebar .site-title a, .title-type-text.sidebar-content .site-title a {
		font-size: 15px;
		display: block;
	}
	p.site-description {
		font-size: 20px;
		width: 100%;
	}
	nav.primary ul li a {
		border: 0;
	}
	nav.primary .search {
		float: none;
		margin-top: 4px;
		margin-bottom: 5px;
		margin-left: 6px;
	}
	.site-footer{
		margin: 8px 0 10px 0px;
	}
	.site-footer {
		text-align: left;
	}
	.sidebar .menu li.has-icon a {
		font-size: 18px;
	}
	.sidebar .menu li.has-icon a i {
		font-size: 36px;
	}
	.sidebar .menu li.has-icon a span {
		padding-top: 8px;
	}
	.mainmenu-div-home{
		float:right!important;
		margin: 190px 80px 100px 0px!important;
		padding: 20px 2px!important;
		width: 205px!important;
		}
	
.home_right {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	float: right;
	margin:-80px 0px 0px -10px !important;
	padding: 20px 2px;
	width: 205px;
	display:block;
}
.home_right .menu li a {
	color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
	text-align:center;
}
.home_right .menu li a:hover {
	color: #6e9ad7;
}
.home_right .menu li a.active {
	color: #6e9ad7;
}
.home_right .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.home_right .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top: 0px;
	padding-left: 26px;
}
.faq{
float:right;
width:40%; 
font-family:Georgia; 
font-style:italic; 
color:#9E9E9E!important;
}


.membership_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 60%;
	padding-bottom:30px;
}
.dasbordpage_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 58%;
	padding-bottom:30px;
}

.rfqleftscroll {
    background: none repeat scroll 0 0 #F2F2F2;
    box-shadow: 5px 0 6px #000000;
    height: 300px;
    margin-top: 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 6px;
}
.rfqitemprice{
font-family:Arial, Helvetica, sans-serif!important;
font-size:14px!important;
font-weight:bold;
color:#6fa73a;
}
.membership_right .headtext {
	font-family:arial, sans-serif;
	font-size: 41px;
	color: #4b4b4b;
	word-spacing: 10%;
	letter-spacing: 18px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}

.divbutton{
float:left; 
width:40%; 
margin-top:10px;
margin-bottom:10px;
margin-left:72px; 
margin-top: -4px;
}
.reviwermember{
float:left; 
margin-left:30px; 
width:50%; 
margin-top:10px;
}

.pointer {
    background: url("../../images/pointer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    margin-left: 274px;
    position: absolute;
    width: 22px;
}
.freelisting{
float:left; 
width:75%;
}

.makepaymentbtn{
float:left;
margin-top:0px; 
width:24%;
}

.makepaymentbtninner{
margin-bottom:10px;
margin-left:10px; 
margin-right:58px; 
margin-top:-4px; 
width:100%;
}

.home_leftmenu {
	float: left;
	width:100%;
}
.home_leftmenu2 {
	float: left;
	margin:34px 0 100px 30px;
	width:212px;
}
.dasbord_left {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #797979;
    float: left;
    margin: 34px 0 0 30px;
    padding: 20px 2px;
    width: 212px;
}
.dasbord_left .menu li{
height:36px;
line-height:36px;
padding-left:0px;
font-size:15px;
color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
}
.dasbord_left .menu li a {
	/*color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
	font-size: 15px;*/
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
  padding-left:15px;
  font-size:15px;
}
.dasbord_left .menu li a:hover {
	/*color: #6e9ad7;*/
	 background: #78b7e4;
  background: -moz-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b7e4 ), color-stop(100%, #a5d0ee));
  background: -webkit-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: linear-gradient(#78b7e4 0%, #a5d0ee 100%);
  color: #fff
  text-decoration: none;
}
.dasbord_left .menu li a.active {
 background: #78b7e4;
  background: -moz-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b7e4 ), color-stop(100%, #a5d0ee));
  background: -webkit-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: linear-gradient(#78b7e4 0%, #a5d0ee 100%);
  color: #fff
  text-decoration: none;
	
}
.home_left .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.dasbord_left .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top:0px;
	padding-left: 26px;
}


.sidebar .sidebar-item {
    color: #1D1D1D;
    display: block;
    line-height: 1.25;
    position: relative;
    z-index: 0;
}
.home_leftmenu2 {
	float: left;
	margin:34px 0 100px 30px;
	width:212px;
		display:none;
}
.sidebar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	
}
.sidebar .sidebar-header {
    background: none repeat scroll 0 0 #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    border-radius: 1px 1px 0 0;
    color: #1D1D1D;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 8px;
}
.sidebar .sidebar-body ul, .sidebar .sidebar-body ol {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.sidebar .sidebar-item.selected:before {
    border-left: 4px solid #494949;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.sidebar .sidebar-item.selected {
    color: #000000;
    font-weight: bold;
    z-index: 1;
}
.sidebar .sidebar-item {
    color: #1D1D1D;
    display: block;
    line-height: 1.25;
    position: relative;
    z-index: 0;
}

.sidebar .sidebar-item .sidebar-item-label {
    display: block;
    padding: 4px 8px;
}
.sidebar .sidebar-item > a {
    color: inherit;
}

.sidebar .sidebar-item .sidebar-item-label {
    display: block;
    padding: 4px 8px;
}
.sidebar .sidebar-item.hidden {
    display: none;
}
.sidebar .sidebar-item:hover {
    background-color: #E7E7E7;
}
.sidebar .sidebar-item:hover .sidebar-icon.clear {
    display: block;
}
.sidebar .sidebar-item:hover .sidebar-icon.info-icon {
    display: block;
}
.sidebar .sidebar-item:hover i {
    background-position: -90px 0;
}
.sidebar .sidebar-item > a {
    color: inherit;
	text-decoration:none;
}
.sidebar .sidebar-item > a:hover {
    text-decoration: none;
}
.sidebar .sidebar-item.selected {
    color: #000000;
    font-weight: bold;
    z-index: 1;
}
.sidebar .sidebar-item.selected .sidebar-item-label i {
    background-position: -77px 0;
    margin-top: 1px;
}


button, input, select, textarea {
	margin: 0;
	vertical-align: middle;
}
button, input {
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
input[type="search"] {
	-moz-box-sizing: content-box;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.input-block-level {
	-moz-box-sizing: border-box;
	display: block;
	min-height: 28px;
	width: 100%;
}
label input, label textarea, label select {
	display: block;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}
input[type="image"] {
	border: 0 none;
}
input[type="file"] {
	background-color: initial;
	border: initial;
	box-shadow: none;
	line-height: initial;
	padding: initial;
	width: auto;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	height: auto;
	width: auto;
}
select {
	background-color: #FFFFFF;
	width: 220px;
}
.contactlist-select {
	background-color: #FFFFFF;
	width: 220px;
}
select[multiple], select[size] {
	height: auto;
}
input[type="image"] {
	box-shadow: none;
}
textarea {
	height: auto;
}
input[type="hidden"] {
	display: none;
}
.radio, .checkbox {
	padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 5px;
	vertical-align: middle;
}
input, textarea {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075) inset, 0 1px 4px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	box-shadow: none;
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 380px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
	float: none;
	margin-left: 0;
}
input, textarea, .uneditable-input {
	margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width: 910px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
	width: 830px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
	width: 750px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
	width: 670px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
	width: 590px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
	width: 510px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
	width: 430px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
	width: 350px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
	width: 270px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width: 190px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width: 110px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
	width: 30px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: #EEEEEE;
	border-color: #DDDDDD;
	cursor: not-allowed;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
	color: #C09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	border-color: #C09853;
	color: #C09853;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
	border-color: #A47E3C;
	box-shadow: 0 0 6px #DBC59E;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
	background-color: #FCF8E3;
	border-color: #C09853;
	color: #C09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
	color: #B94A48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color: #953B39;
	box-shadow: 0 0 6px #D59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	background-color: #F2DEDE;
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
	color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
	border-color: #468847;
	color: #468847;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
	border-color: #356635;
	box-shadow: 0 0 6px #7ABA7B;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	background-color: #DFF0D8;
	border-color: #468847;
	color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
	border-color: #EE5F5B;
	color: #B94A48;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
	border-color: #E9322D;
	box-shadow: 0 0 6px #F8B9B7;
}
.icon-user {
	background-position: -168px 0;
}
.icon-inbox {
	background-position: -168px -24px;
}
.icon-text-width {
	background-position: -240px -48px;
}
.icon-picture {
	background-position: -456px -48px;
}
.icon-pencil {
	background-position: 0 -72px;
}
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color:#a3a3a3;
    position: absolute;
    /*left: 40px;*/
 /*   top:132px;*/
 margin-top:32px;
	width: 30px;

}

.input_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    font-size: 1em;
    height: 42px;
    padding: 5px 30px 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	font-size:14px;
	color:#a8a3a3;
}

.selzect_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    padding: 10px 0 5px;
    height: 42px;

}
.textarea {
    -moz-box-sizing:border-box;
    border: 1px solid #A3A3A3;
    border-radius: 0;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
    color:#A8A3A3;
    font-size: 100%;
    padding-left: 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    width:75%;
}
.textarea_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    color: #333333;
	vertical-align: middle;
    padding: 10px 0 5px;
    height: 72px;
    width: 220px;
}


button, input, select, textarea {
	margin: 0;
	vertical-align: middle;
}
button, input {
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
input[type="search"] {
	-moz-box-sizing: content-box;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.input-block-level {
	-moz-box-sizing: border-box;
	display: block;
	min-height: 28px;
	width: 100%;
}
label input, label textarea, label select {
	display: block;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}
input[type="image"] {
	border: 0 none;
}
input[type="file"] {
	background-color: initial;
	border: initial;
	box-shadow: none;
	line-height: initial;
	padding: initial;
	width: auto;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	height: auto;
	width: auto;
}
select {
	background-color: #FFFFFF;
	width: 220px;
}
.contactlist-select {
	background-color: #FFFFFF;
	width: 220px;
}
select[multiple], select[size] {
	height: auto;
}
input[type="image"] {
	box-shadow: none;
}
textarea {
	height: auto;
}
input[type="hidden"] {
	display: none;
}
.radio, .checkbox {
	padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 5px;
	vertical-align: middle;
}
input, textarea {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075) inset, 0 1px 4px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	box-shadow: none;
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 380px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
	float: none;
	margin-left: 0;
}
input, textarea, .uneditable-input {
	margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width: 910px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
	width: 830px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
	width: 750px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
	width: 670px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
	width: 590px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
	width: 510px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
	width: 430px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
	width: 350px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
	width: 270px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width: 190px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width: 110px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
	width: 30px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: #EEEEEE;
	border-color: #DDDDDD;
	cursor: not-allowed;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
	color: #C09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	border-color: #C09853;
	color: #C09853;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
	border-color: #A47E3C;
	box-shadow: 0 0 6px #DBC59E;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
	background-color: #FCF8E3;
	border-color: #C09853;
	color: #C09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
	color: #B94A48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color: #953B39;
	box-shadow: 0 0 6px #D59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	background-color: #F2DEDE;
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
	color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
	border-color: #468847;
	color: #468847;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
	border-color: #356635;
	box-shadow: 0 0 6px #7ABA7B;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	background-color: #DFF0D8;
	border-color: #468847;
	color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
	border-color: #EE5F5B;
	color: #B94A48;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
	border-color: #E9322D;
	box-shadow: 0 0 6px #F8B9B7;
}
.icon-user {
	background-position: -168px 0;
}
.icon-inbox {
	background-position: -168px -24px;
}
.icon-text-width {
	background-position: -240px -48px;
}
.icon-picture {
	background-position: -456px -48px;
}
.icon-pencil {
	background-position: 0 -72px;
}
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color:#a3a3a3;
    position: absolute;
    /*left: 40px;*/
 /*   top:132px;*/
 margin-top:30px;
	width: 30px;

}
.input_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    font-size: 1em;
    height: 42px;
    padding: 5px 30px 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	font-size:14px;
	color:#a8a3a3;
}

.selzect_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    padding: 10px 0 5px;
    height: 42px;

}
.textarea {
    -moz-box-sizing:border-box;
    border: 1px solid #A3A3A3;
    border-radius: 0;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
    color:#A8A3A3;
    font-size: 100%;
    padding-left: 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    width:100%;
}
.textarea_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    color: #333333;
	vertical-align: middle;
    padding: 10px 0 5px;
    height: 72px;
    width: 220px;
}

.contact_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 93%;
}
.contact_right .text {
	font-family:arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.contact_right h2 {
	color: #A56554;
	display: inline;
	font-family:arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.contact_form {
	margin:0 0px 20px 15px;
	float: left;
	height: auto;
	width: 60%;
}
/* Viewer Regestration Page*/
.membership_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 92%;
	padding-bottom:30px;
}
.dasbordpage_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 88%;
	padding-bottom:30px;
}

.rfqleftscroll {
    background: none repeat scroll 0 0 #F2F2F2;
    box-shadow: 5px 0 6px #000000;
    height: 300px;
    margin-top: 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 6px;
}
.rfqitemprice{
font-family:Arial, Helvetica, sans-serif!important;
font-size:14px!important;
font-weight:bold;
color:#6fa73a;
}
.membership_right .headtext {
	font-family:arial, sans-serif;
	font-size: 41px;
	color: #4b4b4b;
	word-spacing: 10%;
	letter-spacing: 18px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}
.divbutton{
float:left; 
width:40%; 
margin-top:10px;
margin-bottom:10px;
margin-left:266px; 
margin-top: -55px;
}
.reviwermember{
float:left; 
margin-left:-30px; 
width:62%; 
margin-top:10px;
}

.pointer {
    background: url("../../images/pointer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    margin-left: 274px;
    position: absolute;
    width: 22px;
}

.freelisting{
float:left; 
width:75%;
}

.makepaymentbtn{
float:left;
margin-top:0px; 
width:24%;
}
.makepaymentbtninner{
margin-bottom:10px;
margin-left:10px; 
margin-right:58px; 
margin-top:-4px; 
width:100%;
}
.accountdetails-back{
	background-color: #7cb9e5;
	background-image: linear-gradient(to bottom, #7cb9e5, #a0cdec);
	background-repeat: repeat-x;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border-radius:10px 10px 0px 0px;
	font-size:14px;
	padding:10px 0px 0px 10px;
	width:99%;
}
.loginagrement{
margin-left:0px!important;
padding-left:0px!important;
text-align:center!important;
}
.welcometo{
 background-color: #64646C;
    color: #FFFFFF;
    height: 48px;
    margin-left:90px;
    padding: 8px;
    width: 240px;
}
.welcometohead{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
}
.agrmentbtn{
 float:left;
margin-top:-28px;
width:170px;
}
.textareabox{
width:93%;
padding:14px;
background-color:#FFFFFF;
border:1px solid #63636b;
}
.loginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior:url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.loginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior: url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size:18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.plansearch-padding{
padding-left:76px;
}
.vendorsearch{
padding-left:180px;
}
.request-inptbox {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:320px;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}
.inpTxt0 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:100%;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}
.headermenu{
width:32%; 
float:left;
}
.headerright{
float:left; 
width:60%; 
margin-left:21px;
}
#search-box {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    float: right;
    height: 26px;
    margin-top: 0px;
    padding: 0px 1px 0px 0px;
    width:200px;
	border-radius:4px;
}
#search-box input[name="search"] {
/*    background-color: #F5F5F5;*/
    border: medium none;
    color: #888888;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 15px;
    padding-left: 2%;
    width:154px;
}
#search-box input[name="search-btn"] {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../images/search_icon.png);
    border: medium none;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    margin-right: 2%;
    margin-top: 2px;
    width: 24px;
}
.adds_div {
    float: left;
    margin-left: 30px;
    margin-right:26px;
    width:250px;
}

.contact_form select {
    border: 1px solid #A3A3A3;
    color: #919191;
    height: 22px;
    width: 100%;
}
.inpTxt1 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width: 31%;
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
	    border: 1px solid #ADACA8 !important;
}
.inpTxtbox1 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width: 46%;
	
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
}
.contact-border{
border-right:none!important;
border-bottom: 2px solid #447A92;
padding-bottom:20px;

}
.map-width{
width:400px;
height:170px;
}
.mapwidth{
width:306px;
}

.descreption{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
line-height:20px;
padding:10px;
}
.rfq-nametext{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
line-height:20px;

}

.rfqleft{
float:left;
width:98%;
padding:5px;
margin-top:10px;
margin-bottom:10px;


}
.rfqname{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
font-weight:bold;
}
.rfqitemcode{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
font-weight:bold;
color:#ff1200;
}
.rfqright{
float:left;
width:47%;
margin-left:10px;
border-left:1px solid #cccccc;
padding:5px 5px 5px 12px;
margin-top:10px;
margin-bottom:10px;
}

.rfqloginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:5px 10px 5px 10px ;
		text-align: center;
		width:64px;
		font-family:arial, sans-serif;
		font-size: 14px;
		font-weight:bold;
		cursor: pointer;
		
}
.rfqloginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:5px 10px 5px 10px ;
		text-align: center;
		width:64px;
		font-family:arial, sans-serif;
		font-size:14px;
		cursor: pointer;
	
}
.clearbtn{
	display: inline-block; 
	align:left; 
	padding-left:112px;
	
	}
		.conformbtn{
	display: inline-block; 
	align:left; 
	padding-left:18px;
	}
.searchbtn{
		width:auto;
		height:auto;
		}
		.membermail-border{
border:1px solid #424242;
width:100%;
}
.searchbtn{
	width:81px;
	height:23px;
	}
.dasbord_left {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #797979;
    float: left;
    margin: 34px 0 0 28px!important;
    padding: 20px 2px;
    width: 212px;
	display:none;
}
.input-large {
	width: 99%;
}
.menu-btn{
	display:block;
	
	}
.mobile-logo{
	float:left; 
	width:200px; 
	text-align:left; 
	padding-left:0px;
	display:block;
	}
		.toggleright{
	float:right; width:200px;	
	}
	.primary {

	padding:0px 0 6px 8px;
}


.medium_box{
float:left;
	width:270px;
	height:210px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.medium_box img{
	width:270px;
	height:170px;
}
.large_box{
float:left;
	width:420px;
	height:320px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.large_box img{
	width:420px;
	height:280px;
}

.xl_box{
	float:left;
	width:100%;
/*	height:210px;*/
	margin:10px 6px 10px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.xl_box img{
	width:100%;
}
.xl_box_left{
	/*float:left;*/
	width:100%;
	}
	.xl_box_right{
	/*float:left;*/
	width:95%;
	margin-left:0px;
	margin-top:10px;
	padding-bottom: 20px;
	}
	.xl_box_text {
		font-size:12px;
		padding-left:6px;
	}
	.xl_box_contenttext{
		font-size:12px;
		padding-left:10px;
		padding-top:10px;
		line-height:18px;
		
	}
	.xl_box_question {
		font-size:12px;
		padding:6px;
		float:left;
		width:17%;
		text-align:center;
		border-top:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #CCC;
	}
	.xl_box_space{
	margin-left:10px;

	}
	.errorclass{
float: left;
padding-top: 10px;
width: 22px;
	}
#respond textarea {
	resize: vertical;
	width: 92%;
}
.leftbtnpadding{
	padding-left:120px;
	}
	.plancart-bynow{
		float:left; 
		width:60%; 
		text-align:right; 
		margin-top:20px; 
		font-size:13px;
		}
		.header-back{
/*background-color:#acdaff;*/
background:#328ED7 url(../../images/tab-header.jpg) repeat-x left top;
font-size:13px;
font-weight:bold;
text-transform: uppercase;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
Height:36px;
}
.btn-width{
	width:200px!important;
	margin-left:20px!important;
	}
	.inventory-input{
		height:15px; 
		width: 100% !important;
	}
	.inventory-textarea{
		width: 100% !important;
	}
.member-text{
	font-size:14px!important;

	}
	.paymentinfor-text{
		padding-right:12px;
		}
		.hidecarttd{
				display:block;
				}
		.input-select{
			margin-top:7px;
			margin-left:7px;
			
			}
	.tdhide{
	display:none;
		}
		.buildingleft-padding{
		padding-left:12px;
		}
		.backhome-padding{
			padding-left:212px;
			}
			.continuebtn{
			margin-bottom:10px;
			margin-left:230px; 
			}
			.after-reviewing{
float:left; width:40%; margin-left:10px;
		
		}
		.review-membership{
		float:left; margin-left:30px; width:50%; margin-top:9px;
		}
		.agree-btn{
	margin-bottom:10px;
	margin-left:-14px; 
width:240px; 
	margin-top:-4px;
	}
		.agree-btn:hover{
	margin-bottom:10px;
		margin-left:-14px;  
	width:240px; 
	margin-top:-4px;
	}
		.makepayment{
	float:right; 
	margin-right:80px;
	}
	.homemenubtn{
		position:absolute; 
		margin-top: -120px; 
		margin-left:135px;
		display:block!important;
		}
		.hideandshow{
			display:none;
			}
				.buttonspace{
		text-decoration:none;
	
		}
		.buttonspace input{
			margin:6px!important;
			
			}
			.searchplan-btn{
		text-decoration:none;
	
		}
		.searchplan-btn input{
			margin:6px 6px 6px 16px !important;
			
			}
}
@media only screen and (max-width: 767px) {
	.maincontener {
	height:88%;
	width: 100%;}
	
	body {
		width: 100%;
		margin: 0 auto;
	}
	.archive-page, .content-sidebar .content, .sidebar-content .content, .full-width-content .content,  .widget-area, .sidebar, .site-container {
		width: 100%;
	}
	.wrap, .site-inner {
		width: 96%;
	}
	.site-description{
		float: none;
		text-align: center;
	}
	.content-sidebar-wrap > .site-title-description-container {
		display: block;
	}
	.sidebar .site-title-description-container {
		display: none;
	}
	.title-type-text .site-title-description-container {
		padding-bottom: 20px;
	}
	.title-type-text .home-right .site-title-description-container {
		padding-bottom: 0;
	}
	nav.primary .search {
		float: none;
		margin: 4px 0 5px 6px;
	}
	.content {
		padding-bottom: 30px;
	}
	.breadcrumb, .navigation, .sidebar .widget, .taxonomy-description {
		margin: 0 0px 20px;
	}
	.featuredpage .page img, .featuredpost .post img {
		margin: 0 0 10px;
	}
	.author-box {
		margin: 0 20px 40px;
	}
	.post-image {
		width: 96%;
	}
	.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.footer-widgets .widget-area {
		padding-left: 0;
	}
	.site-footer .footer-left, .site-footer .footer-left p, .site-footer .footer-right, .site-footer .footer-right p, .site-footer {
		text-align: center;
	}
	.site-footer {
		display: block;
		margin: 5px 0;
	}
	.site-footer  {
		float: none;
	}
	.mainmenu-div-home{
		float:right!important;
		margin:190px 80px 0px 0px !important;
		padding: 20px 2px!important;
		width: 205px!important;
		}	
	.home_right {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	float: right;
	margin:-80px -40px 0px 0px;
	padding: 20px 2px;
	width: 205px;
	display:block;
}
.home_right .menu li a {
	color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
	text-align:center;
}
.home_right .menu li a:hover {
	color: #6e9ad7;
}
.home_right .menu li a.active {
	color: #6e9ad7;
}
.home_right .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.home_right .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top: 0px;
	padding-left: 26px;
}
.faq{
float:right;
width:40%; 
font-family:Georgia; 
font-style:italic; 
color:#9E9E9E!important;
}

.membership_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 88%;
	padding-bottom:30px;
}
.dasbordpage_right {
	margin: 30px 0px 0px 14px;
	float: left;
	height: auto;
	width: 80%;
	padding-bottom:30px;
}

.rfqleftscroll {
    background: none repeat scroll 0 0 #F2F2F2;
    box-shadow: 5px 0 6px #000000;
    height: 300px;
    margin-top: 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 6px;
}
.rfqitemprice{
font-family:Arial, Helvetica, sans-serif!important;
font-size:14px!important;
font-weight:bold;
color:#6fa73a;
}
.membership_right .headtext {
	font-family:arial, sans-serif;
	font-size: 41px;
	color: #4b4b4b;
	word-spacing: 10%;
	letter-spacing: 18px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}
.divbutton{
float:left; 
width:40%; 
margin-top:10px;
margin-bottom:10px;
margin-left:72px; 
margin-top: -4px;
}
.reviwermember{
float:left; 
margin-left:30px; 
width:50%; 
margin-top:10px;
}
.pointer {
    background: url("../../images/pointer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    margin-left: 274px;
    position: absolute;
    width: 22px;
}

.freelisting{
float:left; 
width:75%;
}

.makepaymentbtn{
float:left;
margin-top:0px; 
width:24%;
}

.makepaymentbtninner{
margin-bottom:10px;
margin-left:10px; 
margin-right:58px; 
margin-top:-4px; 
width:100%;
}

.home_leftmenu {
	float: left;
	width:100%;
}
.home_leftmenu2 {
	float: left;
	margin:34px 0 100px 30px;
	width:212px;
}
.dasbord_left {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #797979;
    float: left;
    margin: 34px 0 0 30px;
    padding: 20px 2px;
    width: 212px;
}
.dasbord_left .menu li{
height:36px;
line-height:36px;
padding-left:0px;
font-size:15px;
color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
}
.dasbord_left .menu li a {
	/*color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
	font-size: 15px;*/
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
  padding-left:15px;
  font-size:15px;
}
.dasbord_left .menu li a:hover {
	/*color: #6e9ad7;*/
	 background: #78b7e4;
  background: -moz-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b7e4 ), color-stop(100%, #a5d0ee));
  background: -webkit-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: linear-gradient(#78b7e4 0%, #a5d0ee 100%);
  color: #fff
  text-decoration: none;
}
.dasbord_left .menu li a.active {
 background: #78b7e4;
  background: -moz-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b7e4 ), color-stop(100%, #a5d0ee));
  background: -webkit-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: linear-gradient(#78b7e4 0%, #a5d0ee 100%);
  color: #fff
  text-decoration: none;
	
}
.home_left .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.dasbord_left .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top:0px;
	padding-left: 26px;
}


.sidebar .sidebar-item {
    color: #1D1D1D;
    display: block;
    line-height: 1.25;
    position: relative;
    z-index: 0;
}
.home_leftmenu2 {
	float: left;
	margin:34px 0 100px 30px;
	width:212px;
		display:none;
}
.sidebar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	
}
.sidebar .sidebar-header {
    background: none repeat scroll 0 0 #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    border-radius: 1px 1px 0 0;
    color: #1D1D1D;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 8px;
}
.sidebar .sidebar-body ul, .sidebar .sidebar-body ol {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.sidebar .sidebar-item.selected:before {
    border-left: 4px solid #494949;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.sidebar .sidebar-item.selected {
    color: #000000;
    font-weight: bold;
    z-index: 1;
}
.sidebar .sidebar-item {
    color: #1D1D1D;
    display: block;
    line-height: 1.25;
    position: relative;
    z-index: 0;
}

.sidebar .sidebar-item .sidebar-item-label {
    display: block;
    padding: 4px 8px;
}
.sidebar .sidebar-item > a {
    color: inherit;
}

.sidebar .sidebar-item .sidebar-item-label {
    display: block;
    padding: 4px 8px;
}
.sidebar .sidebar-item.hidden {
    display: none;
}
.sidebar .sidebar-item:hover {
    background-color: #E7E7E7;
}
.sidebar .sidebar-item:hover .sidebar-icon.clear {
    display: block;
}
.sidebar .sidebar-item:hover .sidebar-icon.info-icon {
    display: block;
}
.sidebar .sidebar-item:hover i {
    background-position: -90px 0;
}
.sidebar .sidebar-item > a {
    color: inherit;
	text-decoration:none;
}
.sidebar .sidebar-item > a:hover {
    text-decoration: none;
}
.sidebar .sidebar-item.selected {
    color: #000000;
    font-weight: bold;
    z-index: 1;
}
.sidebar .sidebar-item.selected .sidebar-item-label i {
    background-position: -77px 0;
    margin-top: 1px;
}
button, input, select, textarea {
	margin: 0;
	vertical-align: middle;
}
button, input {
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
input[type="search"] {
	-moz-box-sizing: content-box;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.input-block-level {
	-moz-box-sizing: border-box;
	display: block;
	min-height: 28px;
	width: 100%;
}
label input, label textarea, label select {
	display: block;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}
input[type="image"] {
	border: 0 none;
}
input[type="file"] {
	background-color: initial;
	border: initial;
	box-shadow: none;
	line-height: initial;
	padding: initial;
	width: auto;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	height: auto;
	width: auto;
}
select {
	background-color: #FFFFFF;
	width: 220px;
}
.contactlist-select {
	background-color: #FFFFFF;
	width: 220px;
}
select[multiple], select[size] {
	height: auto;
}
input[type="image"] {
	box-shadow: none;
}
textarea {
	height: auto;
}
input[type="hidden"] {
	display: none;
}
.radio, .checkbox {
	padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 5px;
	vertical-align: middle;
}
input, textarea {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075) inset, 0 1px 4px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	box-shadow: none;
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 380px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
	float: none;
	margin-left: 0;
}
input, textarea, .uneditable-input {
	margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width: 910px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
	width: 830px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
	width: 750px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
	width: 670px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
	width: 590px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
	width: 510px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
	width: 430px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
	width: 350px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
	width: 270px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width: 190px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width: 110px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
	width: 30px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: #EEEEEE;
	border-color: #DDDDDD;
	cursor: not-allowed;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
	color: #C09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	border-color: #C09853;
	color: #C09853;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
	border-color: #A47E3C;
	box-shadow: 0 0 6px #DBC59E;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
	background-color: #FCF8E3;
	border-color: #C09853;
	color: #C09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
	color: #B94A48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color: #953B39;
	box-shadow: 0 0 6px #D59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	background-color: #F2DEDE;
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
	color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
	border-color: #468847;
	color: #468847;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
	border-color: #356635;
	box-shadow: 0 0 6px #7ABA7B;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	background-color: #DFF0D8;
	border-color: #468847;
	color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
	border-color: #EE5F5B;
	color: #B94A48;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
	border-color: #E9322D;
	box-shadow: 0 0 6px #F8B9B7;
}
.icon-user {
	background-position: -168px 0;
}
.icon-inbox {
	background-position: -168px -24px;
}
.icon-text-width {
	background-position: -240px -48px;
}
.icon-picture {
	background-position: -456px -48px;
}
.icon-pencil {
	background-position: 0 -72px;
}
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color:#a3a3a3;
    position: absolute;
    /*left: 40px;*/
 /*   top:132px;*/
 margin-top:32px;
	width: 30px;

}


.input_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    font-size: 1em;
    height: 42px;
    padding: 5px 30px 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	font-size:14px;
	color:#a8a3a3;
}

.selzect_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    padding: 10px 0 5px;
    height: 42px;

}
.textarea {
    -moz-box-sizing:border-box;
    border: 1px solid #A3A3A3;
    border-radius: 0;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
    color:#A8A3A3;
    font-size: 100%;
    padding-left: 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    width:75%;
}
.textarea_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    color: #333333;
	vertical-align: middle;
    padding: 10px 0 5px;
    height: 72px;
    width: 220px;
}


button, input, select, textarea {
	margin: 0;
	vertical-align: middle;
}
button, input {
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
input[type="search"] {
	-moz-box-sizing: content-box;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.input-block-level {
	-moz-box-sizing: border-box;
	display: block;
	min-height: 28px;
	width: 100%;
}
label input, label textarea, label select {
	display: block;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}
input[type="image"] {
	border: 0 none;
}
input[type="file"] {
	background-color: initial;
	border: initial;
	box-shadow: none;
	line-height: initial;
	padding: initial;
	width: auto;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	height: auto;
	width: auto;
}
select {
	background-color: #FFFFFF;
	width: 220px;
}
.contactlist-select {
	background-color: #FFFFFF;
	width: 220px;
}
.contactlist-select {
	background-color: #FFFFFF;
	width:180px;
}
select[multiple], select[size] {
	height: auto;
}
input[type="image"] {
	box-shadow: none;
}
textarea {
	height: auto;
}
input[type="hidden"] {
	display: none;
}
.radio, .checkbox {
	padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 5px;
	vertical-align: middle;
}
input, textarea {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075) inset, 0 1px 4px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	box-shadow: none;
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width:98%!important;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
	float: none;
	margin-left: 0;
}
input, textarea, .uneditable-input {
	margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width: 910px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
	width: 830px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
	width: 750px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
	width: 670px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
	width: 590px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
	width: 510px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
	width: 430px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
	width: 350px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
	width: 270px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width: 190px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width: 110px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
	width: 30px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: #EEEEEE;
	border-color: #DDDDDD;
	cursor: not-allowed;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
	color: #C09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	border-color: #C09853;
	color: #C09853;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
	border-color: #A47E3C;
	box-shadow: 0 0 6px #DBC59E;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
	background-color: #FCF8E3;
	border-color: #C09853;
	color: #C09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
	color: #B94A48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color: #953B39;
	box-shadow: 0 0 6px #D59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	background-color: #F2DEDE;
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
	color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
	border-color: #468847;
	color: #468847;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
	border-color: #356635;
	box-shadow: 0 0 6px #7ABA7B;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	background-color: #DFF0D8;
	border-color: #468847;
	color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
	border-color: #EE5F5B;
	color: #B94A48;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
	border-color: #E9322D;
	box-shadow: 0 0 6px #F8B9B7;
}
.icon-user {
	background-position: -168px 0;
}
.icon-inbox {
	background-position: -168px -24px;
}
.icon-text-width {
	background-position: -240px -48px;
}
.icon-picture {
	background-position: -456px -48px;
}
.icon-pencil {
	background-position: 0 -72px;
}
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color:#a3a3a3;
    position: absolute;
    /*left: 40px;*/
 /*   top:132px;*/
 margin-top:30px;
	width: 30px;

}


.input_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    font-size: 1em;
    height: 42px;
    padding: 5px 30px 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	font-size:14px;
	color:#a8a3a3;
}

.selzect_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    padding: 10px 0 5px;
    height: 42px;

}
.textarea {
    -moz-box-sizing:border-box;
    border: 1px solid #A3A3A3;
    border-radius: 0;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
    color:#A8A3A3;
    font-size: 100%;
    padding-left: 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    width:100%;
}
.textarea_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    color: #333333;
	vertical-align: middle;
    padding: 10px 0 5px;
    height: 72px;
    width: 220px;
}

.contact_right {
	margin: 30px 0px 0px 16px!important;
	float: left!important;
	height: auto!important;
	width: 94%!important;
}
.contact_right .text {
	font-family:arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.contact_right h2 {
	color: #A56554;
	display: inline;
	font-family:arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.contact_form {
	margin:0px 0 20px 10px;
	float: left;
	height: auto;
	width: 76%;
}

/* Viewer Regestration Page*/
.membership_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 88%;
	padding-bottom:30px;
}
.dasbordpage_right {
	margin: 30px 0px 0px 14px;
	float: left;
	height: auto;
	width: 88%;
	padding-bottom:30px;
}

.rfqleftscroll {
    background: none repeat scroll 0 0 #F2F2F2;
    box-shadow: 5px 0 6px #000000;
    height: 300px;
    margin-top: 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 6px;
}
.rfqitemprice{
font-family:Arial, Helvetica, sans-serif!important;
font-size:14px!important;
font-weight:bold;
color:#6fa73a;
}
.membership_right .headtext {
	font-family:arial, sans-serif;
	font-size: 41px;
	color: #4b4b4b;
	word-spacing: 10%;
	letter-spacing: 18px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}
.divbutton{
float:left; 
width:40%; 
margin-top:10px;
margin-bottom:10px;
margin-left:248px; 
margin-top: -54px;
}

.reviwermember{
float:left; 
margin-left:-33px; 
width:64%; 
margin-top:10px;
}
.freelisting{
float:left; 
width:75%;
}

.makepaymentbtn{
float:left;
margin-top:0px; 
width:24%;
}

.makepaymentbtninner{
margin-bottom:10px;
margin-left:10px; 
margin-right:58px; 
margin-top:-4px; 
width:100%;
}

.accountdetails-back{
	background-color: #7cb9e5;
	background-image: linear-gradient(to bottom, #7cb9e5, #a0cdec);
	background-repeat: repeat-x;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border-radius:10px 10px 0px 0px;
	font-size:14px;
	padding:10px 0px 0px 10px;
	width:98%;
}
.loginagrement{
margin-left:0px!important;
padding-left:0px!important;
text-align:center!important;
}
.welcometo{
width:302px;
height:48px;
background-color:#64646c;
color:#FFFFFF;
padding:8px;
margin-left:50px!important;
}
.welcometohead{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
}
.agrmentbtn{
 float:left;
margin-top:-28px;
width:176px;
}
.textareabox{
width:93%;
padding:14px;
background-color:#FFFFFF;
border:1px solid #63636b;
}
.loginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior:url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.loginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior: url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size:18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.plansearch-padding{
padding-left:64px;
}
.vendorsearch{
padding-left:86px;
}
.request-inptbox {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:320px;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}
.inpTxt0 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:100%;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}
.headermenu{
width:32%; 
float:left;
}
.headerright{
float:left; 
width:60%; 
margin-left:21px;
}
#search-box {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    float: right;
    height: 26px;
    margin-top: 0px;
    padding: 0px 1px 0px 0px;
    width:200px;
	border-radius:4px;
}
#search-box input[name="search"] {
/*    background-color: #F5F5F5;*/
    border: medium none;
    color: #888888;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 15px;
    padding-left: 2%;
    width:154px;
}
#search-box input[name="search-btn"] {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../images/search_icon.png);
    border: medium none;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    margin-right: 2%;
    margin-top: 2px;
    width: 24px;
}
.adds_div {
    float: left;
    margin-left: 30px;
    margin-right:26px;
    width:250px;
}

.contact_form select {
    border: 1px solid #A3A3A3;
    color: #919191;
    height: 22px;
    width: 74%;
}
.inpTxt1 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width: 20%;
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
	    border: 1px solid #ADACA8 !important;
}
.inpTxtbox1 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width: 46%;
	
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
}
.contact-border{
border-right:none!important;
border-bottom: 2px solid #447A92;
padding-bottom:20px;
}
.map-width{
width:400px;
height:170px;
}
.mapwidth{
width:350px;
}

.descreption{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
line-height:20px;
padding:10px;
}
.rfq-nametext{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
line-height:20px;

}

.rfqleft{
float:left;
width:97%;
padding:5px;
margin-top:10px;
margin-bottom:10px;


}
.rfqname{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
font-weight:bold;
}
.rfqitemcode{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
font-weight:bold;
color:#ff1200;
}
.rfqright{
float:left;
width:47%;
margin-left:10px;
border-left:1px solid #cccccc;
padding:5px 5px 5px 12px;
margin-top:10px;
margin-bottom:10px;
}

.rfqloginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:5px 10px 5px 10px ;
		text-align: center;
		width:52px;
		font-family:arial, sans-serif;
		font-size: 14px;
		font-weight:bold;
		cursor: pointer;
		
}
.rfqloginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:5px 10px 5px 10px ;
		text-align: center;
		width:52px;
		font-family:arial, sans-serif;
		font-size:14px;
		cursor: pointer;
	
}
.clearbtn{
	display: inline-block; 
	align:left; 
	padding-left:84px;
	
	}
		.conformbtn{
	display: inline-block; 
	align:left; 
	padding-left:18px;
	}
	.searchbtn{
		width:auto;
		height:auto;
		}
		.membermail-border{
border:1px solid #424242;
width:100%;
}
.searchbtn{
	width:81px;
	height:23px;
	}
.dasbord_left {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #797979;
    float: left;
    margin: 34px 0 0 28px!important;
    padding: 20px 2px;
    width: 212px;
	display:none;
}
.menu-btn{
	display:block;
	
	}
	.mobile-logo{
	float:left; 
	width:200px; 
	text-align:left; 
	padding-left:0px;
	display:block;
	}
		.toggleright{
	float:right; width:200px;	
	}
.primary {

	padding:0px 0 6px 8px;
}

.medium_box{
float:left;
	width:270px;
	height:210px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.medium_box img{
	width:270px;
	height:170px;
}
.large_box{
float:left;
	width:360px;
	height:320px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.large_box img{
	width:420px;
	height:280px;
}

.xl_box{
	float:left;
	width:100%;
/*	height:210px;*/
	margin:10px 6px 10px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.xl_box img{
	width:100%;
}
.xl_box_left{
	/*float:left;*/
	width:100%;
	}
	.xl_box_right{
	/*float:left;*/
	width:95%;
	margin-left:0px;
	margin-top:10px;
	padding-bottom: 20px;
	}
	.xl_box_text {
		font-size:12px;
		padding-left:6px;
	}
	.xl_box_contenttext{
		font-size:12px;
		padding-left:10px;
		padding-top:10px;
		line-height:18px;
		
	}
	.xl_box_question {
		font-size:12px;
		padding:6px;
		float:left;
		width:17%;
		text-align:center;
		border-top:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #CCC;
	}
	.xl_box_space{
	margin-left:10px;

	}
	.errorclass{
float: left;
padding-top: 10px;
width: 22px;
	}
#respond textarea {
	resize: vertical;
	width: 92%;
}
.leftbtnpadding{
	padding-left:100px;
	}
	.plancart-bynow{
		float:left; width:36%; 
		text-align:right; 
		margin-top:20px; 
		font-size:13px;
		}
		.header-back{
/*background-color:#acdaff;*/
background:#328ed7 url(../../images/tab-header.jpg) repeat-x left top;
font-size:13px;
font-weight:bold;
text-transform: uppercase;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
Height:36px;
}
.btn-width{
	width:200px!important;
	margin-left:20px!important;
	}
	.inventory-input{
		height:15px; 
		width: 100% !important;
	}
	.inventory-textarea{
		width: 100% !important;
	}
.member-text{
	font-size:13px!important;

	}
	.paymentinfor-text{
		padding-right:6px;
		}
		.input-select{
			margin-top:7px;
			margin-left:7px;
			
			}
			.hidecarttd{
				display:none;
				}
	.tdhide{
	display:none;
		}
		.buildingleft-padding{
		padding-left:12px;
		}
		.backhome-padding{
			padding-left:80px;
			}
			.continuebtn{
			margin-bottom:10px;
			margin-left:90px; 
			}
			.after-reviewing{
float:left; width:92%; margin-left:10px;
		
		}
		.review-membership{
		float:left; margin-left:-90px; width:100%; margin-top:9px;
		}
		.agree-btn{
	margin-bottom:10px;
	margin-left:72px; 
width:240px; 
	margin-top:-4px;
	}
		.agree-btn:hover{
	margin-bottom:10px;
	margin-left:72px;  
	width:240px; 
	margin-top:-4px;
	}
		.makepayment{
	float:right; 
	margin-right:130px;
	}
	.homemenubtn{
		position:absolute; 
		margin-top:-125px; 
		margin-left:176px;
		display:block!important;
		}
		.hideandshow{
			display:none;
			}
			.buttonspace{
		text-decoration:none;
	
		}
		.buttonspace input{
			margin:6px!important;
			
			}	
			.searchplan-btn{
		text-decoration:none;
	
		}
		.searchplan-btn input{
			margin:6px 6px 6px 16px !important;
			
			}
}
@media only screen and (max-width: 480px) {
   /*  .home-right {
		float: none;
		margin: 50px auto 0;
		width: 96%;
		padding: 6% 2% 3%;
	}*/
	.maincontener {
	height:91%;
	width: 100%;}
	
	.mainmenu-div-home{
		float:right!important;
		margin:190px 80px 0px 0px !important;
		padding: 20px 2px!important;
		width: 205px!important;
		}
		.home_right {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	float: right;
	margin:-94px -42px 0px 0px !important;
	padding: 20px 2px 4px 2px;
	width: 205px;
	display:block;
}
.home_right .menu li a {
	color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0px 0px 0px;
	font-size: 18px;
	text-align:center;
}
.home_right .menu li a:hover {
	color: #6e9ad7;
}
.home_right .menu li a.active {
	color: #6e9ad7;
}
.home_right .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.home_right .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top: 0px;
	padding-left: 26px;
}
	.site-title {
		width: 100%;
	}
	p.site-description {
		width: 90%;
	}
	.primary .search {
		float: left;
		margin: 10px auto;
		width: 90%;
		margin-left: 5%;
	}
	.faq{
float:right;
width:40%; 
font-family:Georgia; 
font-style:italic; 
color:#9E9E9E!important;
}


/* Viewer Regestration Page*/
.membership_right {
	margin: 30px 0px 0px 16px;
	float: left;
	height: auto;
	width: 90%;
	padding-bottom:30px;
}
.dasbordpage_right {
	margin: 30px 0px 0px 6px;
	float: left;
	height: auto;
	width: 88%;
	padding-bottom:30px;
}

.rfqleftscroll {
    background: none repeat scroll 0 0 #F2F2F2;
    box-shadow: 5px 0 6px #000000;
    height: 300px;
    margin-top: 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 6px;
}
.rfqitemprice{
font-family:Arial, Helvetica, sans-serif!important;
font-size:14px!important;
font-weight:bold;
color:#6fa73a;
}
.membership_right .headtext {
	font-family:arial, sans-serif;
	font-size: 41px;
	color: #4b4b4b;
	word-spacing: 10%;
	letter-spacing: 18px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}
.divbutton{
float:left; 
width:100%; 
margin-top:10px;
margin-bottom:10px;
margin-left:10px; 
margin-top: -4px;
}
.reviwermember{
float:left; 
margin-left:-40px; 
width:66%; 
margin-top:18px;
}
.pointer {
    background: url("../../images/pointer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    margin-left: 274px;
    position: absolute;
    width: 22px;
}
.freelisting{
float:left; 
width:75%;
}

.makepaymentbtn{
float:left;
margin-top:0px; 
width:24%;
}

.makepaymentbtninner{
margin-bottom:10px;
margin-left:10px; 
margin-right:58px; 
margin-top:-4px; 
width:100%;
}
.home_leftmenu {
	float: left;
	width:100%;
}
.home_leftmenu2 {
	float: left;
	margin:34px 0 100px 30px;
	width:212px;
}
.dasbord_left {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #797979;
    float: left;
    margin: 34px 0 0 30px;
    padding: 20px 2px;
    width: 212px;
}
.dasbord_left .menu li{
height:36px;
line-height:36px;
padding-left:0px;
font-size:15px;
color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
}
.dasbord_left .menu li a {
	/*color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
	font-size: 15px;*/
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
  padding-left:15px;
  font-size:15px;
}
.dasbord_left .menu li a:hover {
	/*color: #6e9ad7;*/
	 background: #78b7e4;
  background: -moz-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b7e4 ), color-stop(100%, #a5d0ee));
  background: -webkit-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: linear-gradient(#78b7e4 0%, #a5d0ee 100%);
  color: #fff
  text-decoration: none;
}
.dasbord_left .menu li a.active {
 background: #78b7e4;
  background: -moz-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b7e4 ), color-stop(100%, #a5d0ee));
  background: -webkit-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: linear-gradient(#78b7e4 0%, #a5d0ee 100%);
  color: #fff
  text-decoration: none;
	
}
.home_left .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.dasbord_left .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top:0px;
	padding-left: 26px;
}


.sidebar .sidebar-item {
    color: #1D1D1D;
    display: block;
    line-height: 1.25;
    position: relative;
    z-index: 0;
}
.home_leftmenu2 {
	float: left;
	margin:34px 0 100px 30px;
	width:212px;
		display:none;
}
.sidebar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	
}
.sidebar .sidebar-header {
    background: none repeat scroll 0 0 #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    border-radius: 1px 1px 0 0;
    color: #1D1D1D;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 8px;
}
.sidebar .sidebar-body ul, .sidebar .sidebar-body ol {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.sidebar .sidebar-item.selected:before {
    border-left: 4px solid #494949;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.sidebar .sidebar-item.selected {
    color: #000000;
    font-weight: bold;
    z-index: 1;
}
.sidebar .sidebar-item {
    color: #1D1D1D;
    display: block;
    line-height: 1.25;
    position: relative;
    z-index: 0;
}

.sidebar .sidebar-item .sidebar-item-label {
    display: block;
    padding: 4px 8px;
}
.sidebar .sidebar-item > a {
    color: inherit;
}

.sidebar .sidebar-item .sidebar-item-label {
    display: block;
    padding: 4px 8px;
}
.sidebar .sidebar-item.hidden {
    display: none;
}
.sidebar .sidebar-item:hover {
    background-color: #E7E7E7;
}
.sidebar .sidebar-item:hover .sidebar-icon.clear {
    display: block;
}
.sidebar .sidebar-item:hover .sidebar-icon.info-icon {
    display: block;
}
.sidebar .sidebar-item:hover i {
    background-position: -90px 0;
}
.sidebar .sidebar-item > a {
    color: inherit;
	text-decoration:none;
}
.sidebar .sidebar-item > a:hover {
    text-decoration: none;
}
.sidebar .sidebar-item.selected {
    color: #000000;
    font-weight: bold;
    z-index: 1;
}
.sidebar .sidebar-item.selected .sidebar-item-label i {
    background-position: -77px 0;
    margin-top: 1px;
}



button, input, select, textarea {
	margin: 0;
	vertical-align: middle;
}
button, input {
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
input[type="search"] {
	-moz-box-sizing: content-box;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.input-block-level {
	-moz-box-sizing: border-box;
	display: block;
	min-height: 28px;
	width: 100%;
}
label input, label textarea, label select {
	display: block;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}
input[type="image"] {
	border: 0 none;
}
input[type="file"] {
	background-color: initial;
	border: initial;
	box-shadow: none;
	line-height: initial;
	padding: initial;
	width: auto;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	height: auto;
	width: auto;
}
select {
	background-color: #FFFFFF;
	width: 220px;
}
.contactlist-select {
	background-color: #FFFFFF;
	width: 220px;
}
select[multiple], select[size] {
	height: auto;
}
input[type="image"] {
	box-shadow: none;
}
textarea {
	height: auto;
}
input[type="hidden"] {
	display: none;
}
.radio, .checkbox {
	padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 5px;
	vertical-align: middle;
}
input, textarea {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075) inset, 0 1px 4px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	box-shadow: none;
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 380px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
	float: none;
	margin-left: 0;
}
input, textarea, .uneditable-input {
	margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width: 910px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
	width: 830px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
	width: 750px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
	width: 670px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
	width: 590px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
	width: 510px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
	width: 430px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
	width: 350px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
	width: 270px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width: 190px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width: 110px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
	width: 30px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: #EEEEEE;
	border-color: #DDDDDD;
	cursor: not-allowed;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
	color: #C09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	border-color: #C09853;
	color: #C09853;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
	border-color: #A47E3C;
	box-shadow: 0 0 6px #DBC59E;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
	background-color: #FCF8E3;
	border-color: #C09853;
	color: #C09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
	color: #B94A48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color: #953B39;
	box-shadow: 0 0 6px #D59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	background-color: #F2DEDE;
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
	color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
	border-color: #468847;
	color: #468847;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
	border-color: #356635;
	box-shadow: 0 0 6px #7ABA7B;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	background-color: #DFF0D8;
	border-color: #468847;
	color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
	border-color: #EE5F5B;
	color: #B94A48;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
	border-color: #E9322D;
	box-shadow: 0 0 6px #F8B9B7;
}
.icon-user {
	background-position: -168px 0;
}
.icon-inbox {
	background-position: -168px -24px;
}
.icon-text-width {
	background-position: -240px -48px;
}
.icon-picture {
	background-position: -456px -48px;
}
.icon-pencil {
	background-position: 0 -72px;
}
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color:#a3a3a3;
    position: absolute;
    /*left: 40px;*/
 /*   top:132px;*/
 margin-top:32px;
	width: 30px;

}


.input_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    font-size: 1em;
    height: 42px;
    padding: 5px 30px 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	font-size:14px;
	color:#a8a3a3;
}

.selzect_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    padding: 10px 0 5px;
    height: 42px;

}
.textarea {
    -moz-box-sizing:border-box;
    border: 1px solid #A3A3A3;
    border-radius: 0;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
    color:#A8A3A3;
    font-size: 100%;
    padding-left: 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    width:100%;
}
.textarea_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    color: #333333;
	vertical-align: middle;
    padding: 10px 0 5px;
    height: 72px;
    width: 220px;
}



button, input, select, textarea {
	margin: 0;
	vertical-align: middle;
}
button, input {
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
input[type="search"] {
	-moz-box-sizing: content-box;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.input-block-level {
	-moz-box-sizing: border-box;
	display: block;
	min-height: 28px;
	width: 100%;
}
label input, label textarea, label select {
	display: block;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}
input[type="image"] {
	border: 0 none;
}
input[type="file"] {
	background-color: initial;
	border: initial;
	box-shadow: none;
	line-height: initial;
	padding: initial;
	width: auto;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	height: auto;
	width: auto;
}
select {
	background-color: #FFFFFF;
	width: 220px;
}
.contactlist-select {
	background-color: #FFFFFF;
	width:60px;
}
select[multiple], select[size] {
	height: auto;
}
input[type="image"] {
	box-shadow: none;
}
textarea {
	height: auto;
}
input[type="hidden"] {
	display: none;
}
.radio, .checkbox {
	padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 5px;
	vertical-align: middle;
}
input, textarea {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075) inset, 0 1px 4px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	box-shadow: none;
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 240px!important;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
	float: none;
	margin-left: 0;
}
input, textarea, .uneditable-input {
	margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width: 910px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
	width: 830px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
	width: 750px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
	width: 670px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
	width: 590px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
	width: 510px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
	width: 430px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
	width: 350px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
	width: 270px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width: 190px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width: 110px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
	width: 30px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: #EEEEEE;
	border-color: #DDDDDD;
	cursor: not-allowed;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
	color: #C09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	border-color: #C09853;
	color: #C09853;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
	border-color: #A47E3C;
	box-shadow: 0 0 6px #DBC59E;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
	background-color: #FCF8E3;
	border-color: #C09853;
	color: #C09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
	color: #B94A48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color: #953B39;
	box-shadow: 0 0 6px #D59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	background-color: #F2DEDE;
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
	color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
	border-color: #468847;
	color: #468847;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
	border-color: #356635;
	box-shadow: 0 0 6px #7ABA7B;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	background-color: #DFF0D8;
	border-color: #468847;
	color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
	border-color: #EE5F5B;
	color: #B94A48;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
	border-color: #E9322D;
	box-shadow: 0 0 6px #F8B9B7;
}
.icon-user {
	background-position: -168px 0;
}
.icon-inbox {
	background-position: -168px -24px;
}
.icon-text-width {
	background-position: -240px -48px;
}
.icon-picture {
	background-position: -456px -48px;
}
.icon-pencil {
	background-position: 0 -72px;
}
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color:#a3a3a3;
    position: absolute;
    /*left: 40px;*/
 /*   top:132px;*/
 margin-top:30px;
	width: 30px;

}


.input_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    font-size: 1em;
    height: 42px;
    padding: 5px 30px 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	font-size:14px;
	color:#a8a3a3;
}

.selzect_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    padding: 10px 0 5px;
    height: 42px;

}

.textarea_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    color: #333333;
	vertical-align: middle;
    padding: 10px 0 5px;
    height: 72px;
    width: 220px;
}
.contact_right {
	margin: 28px 0px 0px 30px!important;
	float: left!important;
	height: auto!important;
	width:82%!important;
}
.contact_right .text {
	font-family:arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.contact_right h2 {
	color: #A56554;
	display: inline;
	font-family:arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.contact_form {
    float: left;
    height: auto;
    margin:0px 0 20px 16px;
    width: 87%;
}
.accountdetails-back{
	background-color: #7cb9e5;
	background-image: linear-gradient(to bottom, #7cb9e5, #a0cdec);
	background-repeat: repeat-x;
	height:34px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border-radius:10px 10px 0px 0px;
	font-size:14px;
	padding:10px 0px 0px 10px;
	width:97%;
}
.loginagrement{
margin-left:0px!important;
padding-left:0px!important;
text-align:center!important;
}
.welcometo{
width:222px;
height:48px;
background-color:#64646c;
color:#FFFFFF;
padding:8px;
margin-left:16px!important;
}
.welcometohead{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
}
.agrmentbtn{
 float:left;
margin-top:-4px;
width:242px;
}
.textareabox{
 background-color: #FFFFFF;
    border: 1px solid #63636B;
    padding: 14px 14px 70px 14px;
    width: 90%;
}
.loginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 10px 7px 10px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior:url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:2px;
}
.loginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
	    padding:7px 10px 7px 10px;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior: url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size:18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:2px;
}
.plansearch-padding{
padding-left:62px;
}
.vendorsearch{
padding-left:84px;
}
.request-inptbox {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:150px!important;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}
.inpTxt0 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:90%;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}
.headermenu{
width:36%; 
float:left;
}
.headerright{
float:left; 
width:60%; 
margin-left:21px;
}
#search-box {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    float: right;
    height: 26px;
    margin-top: 0px;
    padding: 0px 1px 0px 0px;
    width:120px;
	border-radius:4px;
}
#search-box input[name="search"] {
/*    background-color: #F5F5F5;*/
    border: medium none;
    color: #888888;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 15px;
    padding-left:0%;
    width:92px;
	padding-right:0px;
}
#search-box input[name="search-btn"] {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../../images/search_icon.png);
    border: medium none;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    margin-right: 2%;
    margin-top: 2px;
    width: 24px;
}
.adds_div {
    float: left;
    margin-left: 30px;
    margin-right:26px;
    width:250px;
}

.contact_form select {
    border: 1px solid #A3A3A3;
    color: #919191;
    height: 22px;
    width: 100%;
}
.inpTxt1 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width: 20%;
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
	    border: 1px solid #ADACA8 !important;
}
.inpTxtbox1 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width: 46%;
	
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
}
.contact-border{
border-right: 2px solid #447A92;

}
.map-width{
width:266px;
height:170px;
}
.mapwidth{
width:266px;
}

.descreption{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
line-height:20px;
padding:10px;
}
.rfq-nametext{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
line-height:20px;

}

.rfqleft{
float:left;
width:96%;
padding:5px;
margin-top:10px;
margin-bottom:10px;


}
.rfqname{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
font-weight:bold;
}
.rfqitemcode{
font-family:Arial, Helvetica, sans-serif!important;
font-size:13px!important;
font-weight:bold;
color:#ff1200;
}
.rfqright{
float:left;
width:47%;
margin-left:10px;
border-left:1px solid #cccccc;
padding:5px 5px 5px 12px;
margin-top:10px;
margin-bottom:10px;
}

.rfqloginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:5px 10px 5px 10px ;
		text-align: center;
		width:42px;
		font-family:arial, sans-serif;
		font-size: 14px;
		font-weight:bold;
		cursor: pointer;
		
}
.rfqloginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:5px 10px 5px 10px ;
		text-align: center;
		width:42px;
		font-family:arial, sans-serif;
		font-size:14px;
		cursor: pointer;
	
}
.clearbtn{
	display: inline-block; 
	align:left; 
	padding-left:88px;
	
	}
		.conformbtn{
	display: inline-block; 
	align:left; 
	padding-left:12px;
	}
	.searchbtn{
	height:25px;
    width:44px;
		}
		.membermail-border{
border:1px solid #424242;
width:100%;
}
.searchbtn{
	width:50px;
	height:23px;
	}
.dasbord_left {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #797979;
    float: left;
    margin: 34px 0 0 28px!important;
    padding: 20px 2px;
    width: 212px;
	display:none;
}
.menu-btn{
	display:block;
	
	}
	.mobile-logo{
	float:left; 
	width:120px; 
	text-align:left; 
	padding-left:0px;
	display:block;
	}
		.toggleright{
	float:right; width:50px;	
	}
	.primary {

	padding:0px 0 6px 8px;
}
.medium_box{
float:left;
	width:240px;
	height:210px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.medium_box img{
	width:250px;
	height:170px;
}
.large_box{
	float:left;
	width:276px;
	height:320px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.large_box img{
	width:420px;
	height:280px;
}

.xl_box{
	float:left;
	width:100%;
/*	height:210px;*/
	margin:10px 6px 10px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}
.xl_box img{
	width:100%;
}
.xl_box_left{
	/*float:left;*/
	width:100%;
	}
	.xl_box_right{
	/*float:left;*/
	width:95%;
	margin-left:0px;
	margin-top:10px;
	padding-bottom: 20px;
	}
	.xl_box_text {
		font-size:12px;
		padding-left:6px;
	}
	.xl_box_contenttext{
		font-size:12px;
		padding-left:10px;
		padding-top:10px;
		line-height:18px;
		
	}
	.xl_box_question {
		font-size:12px;
		padding:6px;
		float:left;
		width:17%;
		text-align:center;
		border-top:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #CCC;
	}
	.xl_box_space{
	margin-left:10px;

	}
.errorclass{
float: left;
padding-top: 10px;
width: 22px;
	}
#respond textarea {
	resize: vertical;
	width: 92%;
}
.leftbtnpadding{
	padding-left:54px;
	}
	.plancart-bynow{
		float:left; 
		width:44%; 
		text-align:left; 
		margin-top:20px; 
		margin-left:0px; 
		font-size:13px;
		}
		.header-back{
/*background-color:#acdaff;*/
background:#328ed7 url(../../images/tab-header.jpg) repeat-x left top;
font-size:13px;
font-weight:bold;
text-transform: uppercase;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
Height:36px;
}
.btn-width{
	width:124px!important;
	margin-left:0px!important;
	}
	.inventory-input{
		height:15px; 
		width:72% !important;
	}
	.inventory-textarea{
		width: 72% !important;
	}

.member-text{
	font-size:11px!important;

	}
	.paymentinfor-text{
		padding-right:10px;
		}
		.input-select{
			margin-top:7px!important;
			margin-left:12px!important;
			
			}
			.hidecarttd{
				display:none;
				}
	.tdhide{
	display:none;
		}
		.buildingleft-padding{
		padding-left:12px;
		}
		.backhome-padding{
			padding-left:14px;
			}
			.continuebtn{
			margin-bottom:10px;
			margin-left:40px; 
			}
			.after-reviewing{
float:left; width:88%; margin-left:10px;
		
		}
		.review-membership{
		float:left; margin-left:-64px; width:100%; margin-top:9px;
		}
		.agree-btn{
	margin-bottom:10px;
	margin-left:6px; 
	width:240px; 
	margin-top:-4px;
	}
			.agree-btn:hover{
	margin-bottom:10px;
	margin-left:6px; 
	width:240px; 
	margin-top:-4px;
	}
		.makepayment{
	float:right; 
	margin-right:80px;
	}
	.homemenubtn{
		position:absolute; 
		margin-top: -130px; 
		margin-left:180px;
		display:block!important;
		}
		.hideandshow{
			display:none;
			}
				.buttonspace{
		text-decoration:none;
	
		}
		.buttonspace input{
			margin:6px!important;
			
			}
			.searchplan-btn{
		text-decoration:none;
	
		}
		.searchplan-btn input{
			margin:6px!important;
			
			}
}
@media only screen and (max-width: 320px) {
 /*  .home-right {
		float: none;
		margin: 0px auto 0;
		width: 96%;
		padding: 6% 2% 3%;
	}*/
	.maincontener {
	height:100%;
	width: 100%;
	}
	
	.leftbtnpadding{
	padding-left:230px;
	}
	.plancart-bynow{
		float:left; width:72%; 
		text-align:right; 
		margin-top:20px; 
		font-size:13px;
		}
		.mainmenu-div-home{
		float:right!important;
		margin: 190px 80px 100px 0px!important;
		padding: 20px 2px!important;
		width: 205px!important;
		}
		.home_right {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	float: right;
	margin:80px 14px 100px 0px!important;
	padding: 20px 2px;
	width: 205px;
	display:block;
}
.home_right .menu li a {
	color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
	text-align:center;
}
.home_right .menu li a:hover {
	color: #6e9ad7;
}
.home_right .menu li a.active {
	color: #6e9ad7;
}
.home_right .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.home_right .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top: 0px;
	padding-left: 26px;
}
	.site-title {
		width: 100%;
	}
	p.site-description {
		width: 90%;
	}
	.primary .search {
		float: left;
		margin: 10px auto;
		width: 90%;
		margin-left: 5%;
	}
	.faq{
float:right;
width:40%; 
font-family:Georgia; 
font-style:italic; 
color:#9E9E9E!important;
}
#thumb-tray {
    bottom: 0;
    height: 88px;
    left: 0;
    margin-left:30px!important;
    margin-top: -110px;
    overflow: hidden;
    padding-top: 0;
    text-align: center;
    width: 87%;
    z-index: 3;
}
/* Viewer Regestration Page*/
.membership_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 88%;
	padding-bottom:30px;
}
.dasbordpage_right {
	margin: 30px 0px 0px 6px;
	float: left;
	height: auto;
	width: 88%;
	padding-bottom:30px;
}

.rfqleftscroll {
    background: none repeat scroll 0 0 #F2F2F2;
    box-shadow: 5px 0 6px #000000;
    height: 300px;
    margin-top: 6px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 6px;
}
.rfqitemprice{
font-family:Arial, Helvetica, sans-serif!important;
font-size:14px!important;
font-weight:bold;
color:#6fa73a;
}
.membership_right .headtext {
	font-family:arial, sans-serif;
	font-size: 41px;
	color: #4b4b4b;
	word-spacing: 10%;
	letter-spacing: 18px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}
.divbutton{
float:left; 
width:40%; 
margin-top:10px;
margin-bottom:10px;
margin-left:72px; 
margin-top: -4px;
}
.pointer {
    background: url("../../images/pointer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    margin-left: 274px;
    position: absolute;
    width: 22px;
}
.reviwermember{
float:left; 
margin-left:30px; 
width:50%; 
margin-top:10px;
}

.freelisting{
float:left; 
width:75%;
}

.makepaymentbtn{
float:left;
margin-top:0px; 
width:24%;
}

.makepaymentbtninner{
margin-bottom:10px;
margin-left:10px; 
margin-right:58px; 
margin-top:-4px; 
width:100%;
}

.home_leftmenu {
	float: left;
	width:242px;
}
.home_leftmenu2 {
	float: left;
	margin:34px 0 100px 30px;
	width:212px;
}
.dasbord_left {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #797979;
    float: left;
    margin: 34px 0 0 4px!important;
    padding: 20px 2px;
    width: 212px;
}
.dasbord_left .menu li{
height:36px;
line-height:36px;
padding-left:0px;
font-size:15px;
color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
}
.dasbord_left .menu li a {
	/*color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
	font-size: 15px;*/
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
  padding-left:15px;
  font-size:15px;
}
.dasbord_left .menu li a:hover {
	/*color: #6e9ad7;*/
	 background: #78b7e4;
  background: -moz-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b7e4 ), color-stop(100%, #a5d0ee));
  background: -webkit-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: linear-gradient(#78b7e4 0%, #a5d0ee 100%);
  color: #fff
  text-decoration: none;
}
.dasbord_left .menu li a.active {
 background: #78b7e4;
  background: -moz-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b7e4 ), color-stop(100%, #a5d0ee));
  background: -webkit-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: linear-gradient(#78b7e4 0%, #a5d0ee 100%);
  color: #fff
  text-decoration: none;
	
}
.home_left .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.dasbord_left .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top:0px;
	padding-left: 26px;
}


.sidebar .sidebar-item {
    color: #1D1D1D;
    display: block;
    line-height: 1.25;
    position: relative;
    z-index: 0;
}
.home_leftmenu2 {
	float: left;
	margin:34px 0 100px 30px;
	width:212px;
}
.sidebar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	
}
.sidebar .sidebar-header {
    background: none repeat scroll 0 0 #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    border-radius: 1px 1px 0 0;
    color: #1D1D1D;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 8px;
}
.sidebar .sidebar-body ul, .sidebar .sidebar-body ol {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.sidebar .sidebar-item.selected:before {
    border-left: 4px solid #494949;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.sidebar .sidebar-item.selected {
    color: #000000;
    font-weight: bold;
    z-index: 1;
}
.sidebar .sidebar-item {
    color: #1D1D1D;
    display: block;
    line-height: 1.25;
    position: relative;
    z-index: 0;
}

.sidebar .sidebar-item .sidebar-item-label {
    display: block;
    padding: 4px 8px;
}
.sidebar .sidebar-item > a {
    color: inherit;
}

.sidebar .sidebar-item .sidebar-item-label {
    display: block;
    padding: 4px 8px;
}
.sidebar .sidebar-item.hidden {
    display: none;
}
.sidebar .sidebar-item:hover {
    background-color: #E7E7E7;
}
.sidebar .sidebar-item:hover .sidebar-icon.clear {
    display: block;
}
.sidebar .sidebar-item:hover .sidebar-icon.info-icon {
    display: block;
}
.sidebar .sidebar-item:hover i {
    background-position: -90px 0;
}
.sidebar .sidebar-item > a {
    color: inherit;
	text-decoration:none;
}
.sidebar .sidebar-item > a:hover {
    text-decoration: none;
}
.sidebar .sidebar-item.selected {
    color: #000000;
    font-weight: bold;
    z-index: 1;
}
.sidebar .sidebar-item.selected .sidebar-item-label i {
    background-position: -77px 0;
    margin-top: 1px;
}

button, input, select, textarea {
	margin: 0;
	vertical-align: middle;
}
button, input {
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
input[type="search"] {
	-moz-box-sizing: content-box;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.input-block-level {
	-moz-box-sizing: border-box;
	display: block;
	min-height: 28px;
	width: 100%;
}
label input, label textarea, label select {
	display: block;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}
input[type="image"] {
	border: 0 none;
}
input[type="file"] {
	background-color: initial;
	border: initial;
	box-shadow: none;
	line-height: initial;
	padding: initial;
	width: auto;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	height: auto;
	width: auto;
}
select {
	background-color: #FFFFFF;
	width: 220px;
}
.contactlist-select {
	background-color: #FFFFFF;
	width: 220px;
}
select[multiple], select[size] {
	height: auto;
}
input[type="image"] {
	box-shadow: none;
}
textarea {
	height: auto;
}
input[type="hidden"] {
	display: none;
}
.radio, .checkbox {
	padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 5px;
	vertical-align: middle;
}
input, textarea {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075) inset, 0 1px 4px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	box-shadow: none;
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 380px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
	float: none;
	margin-left: 0;
}
input, textarea, .uneditable-input {
	margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width: 910px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
	width: 830px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
	width: 750px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
	width: 670px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
	width: 590px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
	width: 510px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
	width: 430px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
	width: 350px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
	width: 270px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width: 190px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width: 110px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
	width: 30px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: #EEEEEE;
	border-color: #DDDDDD;
	cursor: not-allowed;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
	color: #C09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	border-color: #C09853;
	color: #C09853;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
	border-color: #A47E3C;
	box-shadow: 0 0 6px #DBC59E;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
	background-color: #FCF8E3;
	border-color: #C09853;
	color: #C09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
	color: #B94A48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color: #953B39;
	box-shadow: 0 0 6px #D59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	background-color: #F2DEDE;
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
	color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
	border-color: #468847;
	color: #468847;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
	border-color: #356635;
	box-shadow: 0 0 6px #7ABA7B;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	background-color: #DFF0D8;
	border-color: #468847;
	color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
	border-color: #EE5F5B;
	color: #B94A48;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
	border-color: #E9322D;
	box-shadow: 0 0 6px #F8B9B7;
}
.icon-user {
	background-position: -168px 0;
}
.icon-inbox {
	background-position: -168px -24px;
}
.icon-text-width {
	background-position: -240px -48px;
}
.icon-picture {
	background-position: -456px -48px;
}
.icon-pencil {
	background-position: 0 -72px;
}
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color:#a3a3a3;
    position: absolute;
    /*left: 40px;*/
 /*   top:132px;*/
 margin-top:32px;
	width: 30px;

}


.input_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    font-size: 1em;
    height: 42px;
    padding: 5px 30px 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	font-size:14px;
	color:#a8a3a3;
}

.selzect_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    padding: 10px 0 5px;
    height: 42px;

}

.textarea_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    color: #333333;
	vertical-align: middle;
    padding: 10px 0 5px;
    height: 72px;
    width: 220px;
}

button, input, select, textarea {
	margin: 0;
	vertical-align: middle;
}
button, input {
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
input[type="search"] {
	-moz-box-sizing: content-box;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.input-block-level {
	-moz-box-sizing: border-box;
	display: block;
	min-height: 28px;
	width: 100%;
}
label input, label textarea, label select {
	display: block;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}
input[type="image"] {
	border: 0 none;
}
input[type="file"] {
	background-color: initial;
	border: initial;
	box-shadow: none;
	line-height: initial;
	padding: initial;
	width: auto;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	height: auto;
	width: auto;
}
select {
	background-color: #FFFFFF;
	width: 220px;
}
.contactlist-select {
	background-color: #FFFFFF;
	width: 220px;
}
select[multiple], select[size] {
	height: auto;
}
input[type="image"] {
	box-shadow: none;
}
textarea {
	height: auto;
}
input[type="hidden"] {
	display: none;
}
.radio, .checkbox {
	padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 5px;
	vertical-align: middle;
}
input, textarea {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075) inset, 0 1px 4px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	box-shadow: none;
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 90px;
}
.input-medium {
	width: 150px;
}
.input-large {
	width: 380px;
}
.input-xlarge {
	width: 270px;
}
.input-xxlarge {
	width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
	float: none;
	margin-left: 0;
}
input, textarea, .uneditable-input {
	margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width: 910px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
	width: 830px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
	width: 750px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
	width: 670px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
	width: 590px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
	width: 510px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
	width: 430px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
	width: 350px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
	width: 270px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
	width: 190px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
	width: 110px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
	width: 30px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: #EEEEEE;
	border-color: #DDDDDD;
	cursor: not-allowed;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
	color: #C09853;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	border-color: #C09853;
	color: #C09853;
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
	border-color: #A47E3C;
	box-shadow: 0 0 6px #DBC59E;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
	background-color: #FCF8E3;
	border-color: #C09853;
	color: #C09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
	color: #B94A48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color: #953B39;
	box-shadow: 0 0 6px #D59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	background-color: #F2DEDE;
	border-color: #B94A48;
	color: #B94A48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
	color: #468847;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
	border-color: #468847;
	color: #468847;
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
	border-color: #356635;
	box-shadow: 0 0 6px #7ABA7B;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	background-color: #DFF0D8;
	border-color: #468847;
	color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
	border-color: #EE5F5B;
	color: #B94A48;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
	border-color: #E9322D;
	box-shadow: 0 0 6px #F8B9B7;
}
.icon-user {
	background-position: -168px 0;
}
.icon-inbox {
	background-position: -168px -24px;
}
.icon-text-width {
	background-position: -240px -48px;
}
.icon-picture {
	background-position: -456px -48px;
}
.icon-pencil {
	background-position: 0 -72px;
}
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color:#a3a3a3;
    position: absolute;
    /*left: 40px;*/
 /*   top:132px;*/
 margin-top:13px;
	width: 30px;

}


.input_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    font-size: 1em;
    height: 42px;
    padding: 5px 30px 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	font-size:14px;
	color:#a8a3a3;
}

.selzect_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    box-shadow: 0 0px 0 #F4F4F4, 0 0px 0 #FFFFFF;
    color: #333333;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    padding: 10px 0 5px;
    height: 42px;

}
.textarea {
    -moz-box-sizing:border-box;
    border: 1px solid #A3A3A3;
    border-radius: 0;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
    color:#A8A3A3;
    font-size: 100%;
    padding-left: 0;
    transition: all 0.5s ease-out 0s;
    vertical-align: middle;
    width:75%;
}
.textarea_box_login{
	-moz-box-sizing: border-box;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    color: #333333;
	vertical-align: middle;
    padding: 10px 0 5px;
    height: 72px;
    width: 220px;
}

.contact_right {
	margin: 30px 0px 0px 30px;
	float: left;
	height: auto;
	width: 30%;
}
.contact_right .text {
	font-family:arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.contact_right h2 {
	color: #A56554;
	display: inline;
	font-family:arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.contact_form {
	margin:20px 0 0 46px;
	float: left;
	height: auto;
	width: 42%;
}
.loginagrement{
margin-left:76px!important;
padding-left:76px!important;
text-align:center!important;
}
.welcometo{
width:302px;
height:48px;
background-color:#64646c;
color:#FFFFFF;
padding:8px;
margin-left:222px;
}
.welcometohead{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
}
.agrmentbtn{
 float:left;
margin-top:-4px;
width: 240px;
}
.textareabox{
width:80%;
padding:14px;
background-color:#FFFFFF;
border:1px solid #63636b;
}
.loginbtn {
		background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior:url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.loginbtn:hover {
		background-color:#166dac !important;
		background-image: linear-gradient(to bottom, #166dac, #3ca0e8)!important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
		color: #FFFFFF !important;
		height:auto;
		padding:7px 14px 7px 14px ;
		text-align: center;
		margin-top: 10px;
		width:auto;
		-moz-border-radius:16px!important; /* Firefox */
		-webkit-border-radius:16px!important; /* Safari and Chrome */
		border-radius:16px!important;
		 -khtml-border-radius:16px;
		behavior: url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
		font-family:arial, sans-serif;
		font-size:18px;
		font-weight: bold;
		box-shadow: 1px 20 5px #333;
		cursor: pointer;
		margin-right:10px;
}
.request-inptbox {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:320px;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}
.inpTxt0 {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:54%;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}
.menu-btn{
	display:block!important;
	
	}
	.mobile-logo{
	float:left; 
	width:200px; 
	text-align:left; 
	padding-left:8px;
	display:block;
	}
	.toggleright{
	float:right; width:200px;	
	}
	.primary {

	padding:0px 0 6px 50px;
}
.header-back{
/*background-color:#acdaff;*/
background:#328ed7 url(../../images/tab-header.jpg) repeat-x left top;
font-size:13px;
font-weight:bold;
text-transform: uppercase;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
Height:36px;
}
.btn-width{
	width:200px!important;
	margin-left:0px!important;
	}
	.inventory-input{
		height:15px; 
		width: 100% !important;
	}
	.inventory-textarea{
		width: 100% !important;
	}
.member-text{
	font-size:11px!important;
font-weight:bold!important;
	}
	.paymentinfor-text{
		padding-right:12px;
		}
		.input-select{
			margin-top:7px;
			margin-left:7px;
			
			}
			.hidecarttd{
				display:none;
				}
	.tdhide{
	display:block;
		}
		.buildingleft-padding{
		padding-left:12px;
		}
		.backhome-padding{
			padding-left:350px;
			}
			.continuebtn{
			margin-bottom:10px;
			margin-left:10px; 
			width: 200px;  
			margin-top:-4px;
			}
			.after-reviewing{
float:left; width:40%; margin-left:10px;
		
		}
		.review-membership{
		float:left; margin-left:30px; width:50%; margin-top:9px;
		}
		.agree-btn{
	margin-bottom:10px;
	margin-left:72px; 
	width:70%; 
	margin-top:-4px;
	}
		.agree-btn:hover{
	margin-bottom:10px;
	margin-left:6px; 
	width:240px; 
	margin-top:-4px;
	}
	.homemenubtn{
		position:absolute; 
		margin-top:6px; 
		position: absolute; 
		margin-top: -47px; 
		margin-left:140px;
		display:block!important;
		}
		.hideandshow{
			display:none;
			}
		.makepayment{
	float:right; 
	margin-right:80px;
	}
	
}

/* =Icon font (Font Awesome More - http://gregoryloucas.github.io/Font-Awesome-More/)
 ------------------------------------------------------------ */

@font-face {
	font-family: 'FontAwesome';
	src: url('font/fontawesome-webfont.eot?v=3.0.1');
	src: url('font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/** fonts used for the icons **/ 
@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('fonts/fontomas-webfont.eot');
    src: url('fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontomas-webfont.woff') format('woff'),
         url('fonts/fontomas-webfont.ttf') format('truetype'),
         url('fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
	background-image: none;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}
a [class^="icon-"], a [class*=" icon-"] {
	display: inline-block;
}
.icon-large:before {
	vertical-align: -10%;
	font-size: 1.3333333333333333em;
}
.btn [class^="icon-"], .nav [class^="icon-"], .btn [class*=" icon-"], .nav [class*=" icon-"] {
	display: inline;
}
.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
	line-height: .9em;
}
.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
	display: inline-block;
}
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"] {
}
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
	line-height: .9em;
}
li [class^="icon-"], .nav li [class^="icon-"], li [class*=" icon-"], .nav li [class*=" icon-"] {
	display: inline-block;
	width: 1.25em;
	text-align: center;
}
li [class^="icon-"].icon-large, .nav li [class^="icon-"].icon-large, li [class*=" icon-"].icon-large, .nav li [class*=" icon-"].icon-large {
	width: 1.5625em;
}
ul.icons {
	list-style-type: none;
	text-indent: -0.75em;
}
ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
	width: .75em;
}
.icon-muted {
	color: #eeeeee;
}
.icon-border {
	border: solid 1px #eeeeee;
	padding: .2em .25em .15em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.icon-2x {
	font-size: 2em;
}
.icon-2x.icon-border {
	border-width: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.icon-3x {
	font-size: 3em;
}
.icon-3x.icon-border {
	border-width: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.icon-4x {
	font-size: 4em;
}
.icon-4x.icon-border {
	border-width: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
	margin-right: .3em;
}
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
	margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
	margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
	line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
	margin-top: .25em;
}
.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
	margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
	margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
	margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
	margin-left: .2em;
}
.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
@-moz-document url-prefix() {
.icon-spin {
height: .9em;
}
.btn .icon-spin {
height: auto;
}
.icon-spin.icon-large {
height: 1.25em;
}
.btn .icon-spin.icon-large {
height: .75em;
}
}
.icon-glass:before {
	content: "\f000";
}
.icon-music:before {
	content: "\f001";
}
.icon-search:before {
	content: "\f002";
}
.icon-envelope:before {
	content: "\f003";
}
.icon-heart:before {
	content: "\f004";
}
.icon-star:before {
	content: "\f005";
}
.icon-star-empty:before {
	content: "\f006";
}
.icon-user:before {
	content: "\f007";
}
.icon-film:before {
	content: "\f008";
}
.icon-th-large:before {
	content: "\f009";
}
.icon-th:before {
	content: "\f00a";
}
.icon-th-list:before {
	content: "\f00b";
}
.icon-ok:before {
	content: "\f00c";
}
.icon-remove:before {
	content: "\f00d";
}
.icon-zoom-in:before {
	content: "\f00e";
}
.icon-zoom-out:before {
	content: "\f010";
}
.icon-off:before {
	content: "\f011";
}
.icon-signal:before {
	content: "\f012";
}
.icon-cog:before {
	content: "\f013";
}
.icon-trash:before {
	content: "\f014";
}
.icon-home:before {
	content: "\f015";
}
.icon-file:before {
	content: "\f016";
}
.icon-time:before {
	content: "\f017";
}
.icon-road:before {
	content: "\f018";
}
.icon-download-alt:before {
	content: "\f019";
}
.icon-download:before {
	content: "\f01a";
}
.icon-upload:before {
	content: "\f01b";
}
.icon-inbox:before {
	content: "\f01c";
}
.icon-play-circle:before {
	content: "\f01d";
}
.icon-repeat:before {
	content: "\f01e";
}
.icon-refresh:before {
	content: "\f021";
}
.icon-list-alt:before {
	content: "\f022";
}
.icon-lock:before {
	content: "\f023";
}
.icon-flag:before {
	content: "\f024";
}
.icon-headphones:before {
	content: "\f025";
}
.icon-volume-off:before {
	content: "\f026";
}
.icon-volume-down:before {
	content: "\f027";
}
.icon-volume-up:before {
	content: "\f028";
}
.icon-qrcode:before {
	content: "\f029";
}
.icon-barcode:before {
	content: "\f02a";
}
.icon-tag:before {
	content: "\f02b";
}
.icon-tags:before {
	content: "\f02c";
}
.icon-book:before {
	content: "\f02d";
}
.icon-bookmark:before {
	content: "\f02e";
}
.icon-print:before {
	content: "\f02f";
}
.icon-camera:before {
	content: "\f030";
}
.icon-font:before {
	content: "\f031";
}
.icon-bold:before {
	content: "\f032";
}
.icon-italic:before {
	content: "\f033";
}
.icon-text-height:before {
	content: "\f034";
}
.icon-text-width:before {
	content: "\f035";
}
.icon-align-left:before {
	content: "\f036";
}
.icon-align-center:before {
	content: "\f037";
}
.icon-align-right:before {
	content: "\f038";
}
.icon-align-justify:before {
	content: "\f039";
}
.icon-list:before {
	content: "\f03a";
}
.icon-indent-left:before {
	content: "\f03b";
}
.icon-indent-right:before {
	content: "\f03c";
}
.icon-facetime-video:before {
	content: "\f03d";
}
.icon-picture:before {
	content: "\f03e";
}
.icon-pencil:before {
	content: "\f040";
}
.icon-map-marker:before {
	content: "\f041";
}
.icon-adjust:before {
	content: "\f042";
}
.icon-tint:before {
	content: "\f043";
}
.icon-edit:before {
	content: "\f044";
}
.icon-share:before {
	content: "\f045";
}
.icon-check:before {
	content: "\f046";
}
.icon-move:before {
	content: "\f047";
}
.icon-step-backward:before {
	content: "\f048";
}
.icon-fast-backward:before {
	content: "\f049";
}
.icon-backward:before {
	content: "\f04a";
}
.icon-play:before {
	content: "\f04b";
}
.icon-pause:before {
	content: "\f04c";
}
.icon-stop:before {
	content: "\f04d";
}
.icon-forward:before {
	content: "\f04e";
}
.icon-fast-forward:before {
	content: "\f050";
}
.icon-step-forward:before {
	content: "\f051";
}
.icon-eject:before {
	content: "\f052";
}
.icon-chevron-left:before {
	content: "\f053";
}
.icon-chevron-right:before {
	content: "\f054";
}
.icon-plus-sign:before {
	content: "\f055";
}
.icon-minus-sign:before {
	content: "\f056";
}
.icon-remove-sign:before {
	content: "\f057";
}
.icon-ok-sign:before {
	content: "\f058";
}
.icon-question-sign:before {
	content: "\f059";
}
.icon-info-sign:before {
	content: "\f05a";
}
.icon-screenshot:before {
	content: "\f05b";
}
.icon-remove-circle:before {
	content: "\f05c";
}
.icon-ok-circle:before {
	content: "\f05d";
}
.icon-ban-circle:before {
	content: "\f05e";
}
.icon-arrow-left:before {
	content: "\f060";
}
.icon-arrow-right:before {
	content: "\f061";
}
.icon-arrow-up:before {
	content: "\f062";
}
.icon-arrow-down:before {
	content: "\f063";
}
.icon-share-alt:before {
	content: "\f064";
}
.icon-resize-full:before {
	content: "\f065";
}
.icon-resize-small:before {
	content: "\f066";
}
.icon-plus:before {
	content: "\f067";
}
.icon-minus:before {
	content: "\f068";
}
.icon-asterisk:before {
	content: "\f069";
}
.icon-exclamation-sign:before {
	content: "\f06a";
}
.icon-gift:before {
	content: "\f06b";
}
.icon-leaf:before {
	content: "\f06c";
}
.icon-fire:before {
	content: "\f06d";
}
.icon-eye-open:before {
	content: "\f06e";
}
.icon-eye-close:before {
	content: "\f070";
}
.icon-warning-sign:before {
	content: "\f071";
}
.icon-plane:before {
	content: "\f072";
}
.icon-calendar:before {
	content: "\f073";
}
.icon-random:before {
	content: "\f074";
}
.icon-comment:before {
	content: "\f075";
}
.icon-magnet:before {
	content: "\f076";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-chevron-down:before {
	content: "\f078";
}
.icon-retweet:before {
	content: "\f079";
}
.icon-shopping-cart:before {
	content: "\f07a";
}
.icon-folder-close:before {
	content: "\f07b";
}
.icon-folder-open:before {
	content: "\f07c";
}
.icon-resize-vertical:before {
	content: "\f07d";
}
.icon-resize-horizontal:before {
	content: "\f07e";
}
.icon-bar-chart:before {
	content: "\f080";
}
.icon-twitter-sign:before {
	content: "\f081";
}
.icon-facebook-sign:before {
	content: "\f082";
}
.icon-camera-retro:before {
	content: "\f083";
}
.icon-key:before {
	content: "\f084";
}
.icon-cogs:before {
	content: "\f085";
}
.icon-comments:before {
	content: "\f086";
}
.icon-thumbs-up:before {
	content: "\f087";
}
.icon-thumbs-down:before {
	content: "\f088";
}
.icon-star-half:before {
	content: "\f089";
}
.icon-heart-empty:before {
	content: "\f08a";
}
.icon-signout:before {
	content: "\f08b";
}
.icon-linkedin-sign:before {
	content: "\f08c";
}
.icon-pushpin:before {
	content: "\f08d";
}
.icon-external-link:before {
	content: "\f08e";
}
.icon-signin:before {
	content: "\f090";
}
.icon-trophy:before {
	content: "\f091";
}
.icon-github-sign:before {
	content: "\f092";
}
.icon-upload-alt:before {
	content: "\f093";
}
.icon-lemon:before {
	content: "\f094";
}
.icon-phone:before {
	content: "\f095";
}
.icon-check-empty:before {
	content: "\f096";
}
.icon-bookmark-empty:before {
	content: "\f097";
}
.icon-phone-sign:before {
	content: "\f098";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-github:before {
	content: "\f09b";
}
.icon-unlock:before {
	content: "\f09c";
}
.icon-credit-card:before {
	content: "\f09d";
}
.icon-rss:before {
	content: "\f09e";
}
.icon-hdd:before {
	content: "\f0a0";
}
.icon-bullhorn:before {
	content: "\f0a1";
}
.icon-bell:before {
	content: "\f0a2";
}
.icon-certificate:before {
	content: "\f0a3";
}
.icon-hand-right:before {
	content: "\f0a4";
}
.icon-hand-left:before {
	content: "\f0a5";
}
.icon-hand-up:before {
	content: "\f0a6";
}
.icon-hand-down:before {
	content: "\f0a7";
}
.icon-circle-arrow-left:before {
	content: "\f0a8";
}
.icon-circle-arrow-right:before {
	content: "\f0a9";
}
.icon-circle-arrow-up:before {
	content: "\f0aa";
}
.icon-circle-arrow-down:before {
	content: "\f0ab";
}
.icon-globe:before {
	content: "\f0ac";
}
.icon-wrench:before {
	content: "\f0ad";
}
.icon-tasks:before {
	content: "\f0ae";
}
.icon-filter:before {
	content: "\f0b0";
}
.icon-briefcase:before {
	content: "\f0b1";
}
.icon-fullscreen:before {
	content: "\f0b2";
}
.icon-group:before {
	content: "\f0c0";
}
.icon-link:before {
	content: "\f0c1";
}
.icon-cloud:before {
	content: "\f0c2";
}
.icon-beaker:before {
	content: "\f0c3";
}
.icon-cut:before {
	content: "\f0c4";
}
.icon-copy:before {
	content: "\f0c5";
}
.icon-paper-clip:before {
	content: "\f0c6";
}
.icon-save:before {
	content: "\f0c7";
}
.icon-sign-blank:before {
	content: "\f0c8";
}
.icon-reorder:before {
	content: "\f0c9";
}
.icon-list-ul:before {
	content: "\f0ca";
}
.icon-list-ol:before {
	content: "\f0cb";
}
.icon-strikethrough:before {
	content: "\f0cc";
}
.icon-underline:before {
	content: "\f0cd";
}
.icon-table:before {
	content: "\f0ce";
}
.icon-magic:before {
	content: "\f0d0";
}
.icon-truck:before {
	content: "\f0d1";
}
.icon-pinterest:before {
	content: "\f0d2";
}
.icon-pinterest-sign:before {
	content: "\f0d3";
}
.icon-google-plus-sign:before {
	content: "\f0d4";
}
.icon-google-plus:before {
	content: "\f0d5";
}
.icon-money:before {
	content: "\f0d6";
}
.icon-caret-down:before {
	content: "\f0d7";
}
.icon-caret-up:before {
	content: "\f0d8";
}
.icon-caret-left:before {
	content: "\f0d9";
}
.icon-caret-right:before {
	content: "\f0da";
}
.icon-columns:before {
	content: "\f0db";
}
.icon-sort:before {
	content: "\f0dc";
}
.icon-sort-down:before {
	content: "\f0dd";
}
.icon-sort-up:before {
	content: "\f0de";
}
.icon-envelope-alt:before {
	content: "\f0e0";
}
.icon-linkedin:before {
	content: "\f0e1";
}
.icon-undo:before {
	content: "\f0e2";
}
.icon-legal:before {
	content: "\f0e3";
}
.icon-dashboard:before {
	content: "\f0e4";
}
.icon-comment-alt:before {
	content: "\f0e5";
}
.icon-comments-alt:before {
	content: "\f0e6";
}
.icon-bolt:before {
	content: "\f0e7";
}
.icon-sitemap:before {
	content: "\f0e8";
}
.icon-umbrella:before {
	content: "\f0e9";
}
.icon-paste:before {
	content: "\f0ea";
}
.icon-lightbulb:before {
	content: "\f0eb";
}
.icon-exchange:before {
	content: "\f0ec";
}
.icon-cloud-download:before {
	content: "\f0ed";
}
.icon-cloud-upload:before {
	content: "\f0ee";
}
.icon-user-md:before {
	content: "\f0f0";
}
.icon-stethoscope:before {
	content: "\f0f1";
}
.icon-suitcase:before {
	content: "\f0f2";
}
.icon-bell-alt:before {
	content: "\f0f3";
}
.icon-coffee:before {
	content: "\f0f4";
}
.icon-food:before {
	content: "\f0f5";
}
.icon-file-alt:before {
	content: "\f0f6";
}
.icon-building:before {
	content: "\f0f7";
}
.icon-hospital:before {
	content: "\f0f8";
}
.icon-ambulance:before {
	content: "\f0f9";
}
.icon-medkit:before {
	content: "\f0fa";
}
.icon-fighter-jet:before {
	content: "\f0fb";
}
.icon-beer:before {
	content: "\f0fc";
}
.icon-h-sign:before {
	content: "\f0fd";
}
.icon-plus-sign-alt:before {
	content: "\f0fe";
}
.icon-double-angle-left:before {
	content: "\f100";
}
.icon-double-angle-right:before {
	content: "\f101";
}
.icon-double-angle-up:before {
	content: "\f102";
}
.icon-double-angle-down:before {
	content: "\f103";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-up:before {
	content: "\f106";
}
.icon-angle-down:before {
	content: "\f107";
}
.icon-desktop:before {
	content: "\f108";
}
.icon-laptop:before {
	content: "\f109";
}
.icon-tablet:before {
	content: "\f10a";
}
.icon-mobile-phone:before {
	content: "\f10b";
}
.icon-circle-blank:before {
	content: "\f10c";
}
.icon-quote-left:before {
	content: "\f10d";
}
.icon-quote-right:before {
	content: "\f10e";
}
.icon-spinner:before {
	content: "\f110";
}
.icon-circle:before {
	content: "\f111";
}
.icon-reply:before {
	content: "\f112";
}
.icon-github-alt:before {
	content: "\f113";
}
.icon-folder-close-alt:before {
	content: "\f114";
}
.icon-folder-open-alt:before {
	content: "\f115";
}
@font-face {
	font-family: 'Font-Awesome-Social';
	src: url('font/fontawesome-social-webfont.eot');
	src: url('font/fontawesome-social-webfont.eot?#iefix') format('embedded-opentype'), url('font/fontawesome-social-webfont.woff') format('woff'), url('font/fontawesome-social-webfont.ttf') format('truetype'), url('font/fontawesome-social-webfont.svg#Font-Awesome-More') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon-blogger-sign:before, .icon-blogger:before, .icon-delicious:before, .icon-dribbble-sign:before, .icon-dribbble:before, .icon-dropbox:before, .icon-drupal:before, .icon-evernote-sign:before, .icon-evernote:before, .icon-flickr-sign:before, .icon-flickr:before, .icon-forrst-sign:before, .icon-forrst:before, .icon-foursquare-sign:before, .icon-foursquare:before, .icon-git-fork:before, .icon-hacker-news:before, .icon-instagram:before, .icon-lastfm-sign:before, .icon-lastfm:before, .icon-paypal:before, .icon-picasa-sign:before, .icon-picasa:before, .icon-reddit:before, .icon-share-this-sign:before, .icon-share-this:before, .icon-skype:before, .icon-soundcloud:before, .icon-spotify:before, .icon-stack-overflow:before, .icon-tumblr-sign:before, .icon-tumblr:before, .icon-vimeo-sign:before, .icon-vimeo:before, .icon-wordpress-sign:before, .icon-wordpress:before, .icon-yelp-sign:before, .icon-yelp:before, .icon-youtube-sign:before, .icon-youtube:before {
	font-family: 'Font-Awesome-Social';
	speak: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}
.icon-dropbox:before {
	content: "\f300";
}
.icon-drupal:before {
	content: "\f301";
}
.icon-git-fork:before {
	content: "\f302";
}
.icon-instagram:before {
	content: "\f303";
}
.icon-share-this-sign:before {
	content: "\f304";
}
.icon-share-this:before {
	content: "\f305";
}
.icon-foursquare-sign:before {
	content: "\f306";
}
.icon-foursquare:before {
	content: "\f307";
}
.icon-hacker-news:before {
	content: "\f308";
}
.icon-skype:before {
	content: "\f309";
}
.icon-spotify:before {
	content: "\f30a";
}
.icon-soundcloud:before {
	content: "\f30b";
}
.icon-paypal:before {
	content: "\f30c";
}
.icon-youtube-sign:before {
	content: "\f30d";
}
.icon-youtube:before {
	content: "\f30e";
}
.icon-reddit:before {
	content: "\f30f";
}
.icon-blogger-sign:before {
	content: "\f310";
}
.icon-blogger:before {
	content: "\f311";
}
.icon-dribbble-sign:before {
	content: "\f312";
}
.icon-dribbble:before {
	content: "\f313";
}
.icon-evernote-sign:before {
	content: "\f314";
}
.icon-evernote:before {
	content: "\f315";
}
.icon-flickr-sign:before {
	content: "\f316";
}
.icon-flickr:before {
	content: "\f317";
}
.icon-forrst-sign:before {
	content: "\f318";
}
.icon-forrst:before {
	content: "\f319";
}
.icon-delicious:before {
	content: "\f31a";
}
.icon-lastfm-sign:before {
	content: "\f31b";
}
.icon-lastfm:before {
	content: "\f31c";
}
.icon-picasa-sign:before {
	content: "\f31d";
}
.icon-picasa:before {
	content: "\f31e";
}
.icon-stack-overflow:before {
	content: "\f320";
}
.icon-tumblr-sign:before {
	content: "\f321";
}
.icon-tumblr:before {
	content: "\f322";
}
.icon-vimeo-sign:before {
	content: "\f323";
}
.icon-vimeo:before {
	content: "\f324";
}
.icon-wordpress-sign:before {
	content: "\f325";
}
.icon-wordpress:before {
	content: "\f326";
}
.icon-yelp-sign:before {
	content: "\f327";
}
.icon-yelp:before {
	content: "\f328";
}


/* =Print stylesheet
 ------------------------------------------------------------ */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}

.top_nav {
	height: auto;
	background: url(../../images/nav_bg.jpg) repeat-x bottom left;
	color: #fff;
	padding-left: 0px;
/*	padding-top: 14px;*/
	background-color: #252525;
	padding-bottom:6px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}
#navcontainer ul {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	/*  float: left;*/
	width: 100%;
	font-family:arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:normal;
	margin-top: 10px;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	float: left;
}
#navcontainer ul li a:hover {
	color: #6e9ad7;
}
.clrfix {
	clear: both;
}
.search_div {
	float: left;
	margin-right:0px;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left:60px;
	width: 22%;
}
.home_icon {
	float: left;
	height: 20px;
	margin-top: 10px;
	width: 30px;
}
.search_input {
    background:#e5e5e5; /*url(../../images/search_icon.png) no-repeat top right!important*/
	border: 1px solid #ffffff;
	border-radius: 5px;
	color: #330000;
	font-size: 14px;
	margin: 0;
	padding-left: 30px;
	height:16px;
}
.search_icon {
	width: 14px;
	height: 13px;
	display: block;
	margin: 5px 0 0 12px;
	position: absolute;
}
/*
 .heading_tagGlobal4 {
 background: url("../images/S_seet.png") no-repeat scroll right top transparent;
 color: #FFFFFF;
 display: block;
 height:313px;
 margin:-63px 0 0 -216px;
 position: absolute;
 width:224px;
 }*/

.loginbtn {
/*	width: 140px;
	height: 45px;
	padding-top: 14px;
	padding-left:16px;*/
	float: left;
	/*background-color:#3ca0e8!important;
		background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
		background-repeat: repeat-x;
		border: 1px solid #fff;
	-moz-border-radius:20px!important;  Firefox 
		-webkit-border-radius:20px!important;
		 -khtml-border-radius:20px;
		border-radius: 20px!important;
		behavior: url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */
}
/*.dasbord_left {
	 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #797979;
    float: left;
    margin: 34px 0 0 28px!important;
    padding: 20px 2px;
    width: 212px;
	display:block;
}*/
.dasbord_left .menu li{
height:36px;
line-height:36px;
padding-left:0px;
font-size:15px;
color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
}
.dasbord_left .menu li a {
	/*color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
	font-size: 15px;*/
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #6a6b72;
  background: -moz-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a6b72), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#6a6b72 0%, #4c4e53 100%);
  background: linear-gradient(#6a6b72 0%, #4c4e53 100%);
  padding-left:15px;
  font-size:15px;
}
.dasbord_left .menu li a:hover {
	/*color: #6e9ad7;*/
	 background: #78b7e4;
  background: -moz-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b7e4 ), color-stop(100%, #a5d0ee));
  background: -webkit-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: linear-gradient(#78b7e4 0%, #a5d0ee 100%);
  color: #fff
  text-decoration: none;
}
.dasbord_left .menu li a.active {
 background: #78b7e4;
  background: -moz-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78b7e4 ), color-stop(100%, #a5d0ee));
  background: -webkit-linear-gradient(#78b7e4  0%, #a5d0ee 100%);
  background: linear-gradient(#78b7e4 0%, #a5d0ee 100%);
  color: #fff
  text-decoration: none;
	
}
.home_left .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.dasbord_left .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top:0px;
	padding-left: 26px;
}


.home_left {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	border: 1px solid #797979;
	float: left;
	margin: 34px 0 100px 30px;
	padding: 20px 10px;
	width: 192px;
	min-height:220px;
}
.home_left .menu li a {
	color: #454545;
	border-top: 1px solid #706f6d;
	display: block;
	padding: 10px 0;
	font-size: 18px;
}
.home_left .menu li a:hover {
	color: #6e9ad7;
}
.home_left .menu li a.active {
	color: #6e9ad7;
}
.home_left .menu li a i {
	font-size: 30px;
	font-weight: normal;
}
.home_left .menu li a span {
	vertical-align: top;
	display: inline-block;
	padding-top: 0px;
	padding-left: 26px;
}

.search_form {
	/*margin:30px 0px 0px 100px;
	 float:left;*/
	height: auto;
	width: 100%;
}
.search_form .text {
	font-family:arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding: 10px  10px  10px  0px;
}
.search_maindiv {
	width:78%;
}
.search_form .textforname {
	font-family:arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 10px;
}
.contact_form .formtext {
	font-family:arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 21px;
    text-transform: uppercase;
}
.contact_form span {
	color: #FF0000;
}
.pad5px {
	padding:0px;
	font-family:arial, sans-serif;
}

.request-inptbox {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;
	width: 250px;
	color: #000;*/
	-moz-box-sizing: border-box;
    border: 1px solid #ADACA8!important;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
	width:280px;
    height:26px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;

}

.checkbox {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width:0%;
	
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
}

.radio.inline, .checkbox.inline {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 5px;
	vertical-align: middle;
}
input, textarea, select{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, textarea:focus,  select:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075) inset, 0 1px 4px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	box-shadow: none;
	outline: thin dotted #333333;
	outline-offset: -2px;
}
input.button1 {
	width: 36%;
	font-size: 15px;
	background-color: #5fc4f0;
	border: 1px solid #0274a6;
}
input.button1:hover {
	width: 36%;
	font-size: 15px;
	background-color: #6fd3ff;
}

.btnsignup {
	background-color: #65aee6;
	background-image: linear-gradient(to bottom, #65aee6, #2f64a7);
	background-repeat: repeat-x;
	border: 1px solid #fff;
	color: #FFFFFF;
	height: 24px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	margin-top: 10px;
	width: 130px;
	border-radius: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 1px 20 5px #333;
	cursor: pointer;
}
.btnsignupII {
	background-color: #7f9466;
	background-image: linear-gradient(to bottom, #8ea276, #64744a);
	background-repeat: repeat-x;
	border: 1px solid #fff;
	color: #FFFFFF;
	height: 24px;
	text-align: center;
	width: 130px;
	margin-top: 30px;
	vertical-align: middle;
	padding: 5px 0px 0px 0px;
	border-radius: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 1px 20 5px #333;
	cursor: pointer;
}
.a:hover {
	/*margin:0px 0 0 -6px;*/
	box-shadow: 1px 1px 10px #000;
	z-index: 4;
	padding: 10px;
	width: 244px;
	background: url(../../images/membershipgreenbg.jpg) top left repeat-x;
	border: 1px solid #000;
	height: 268px;
}
.b:hover {
	/*margin:0px 0 0 256px;*/
	box-shadow: 1px 1px 10px #000;
	z-index: 5;
	padding: 10px;
	width: 244px;
	border: 1px solid #000;
	background: url(../../images/membershipgreenbg.jpg) top left repeat-x;
	height: 268px;
}
.c:hover {
	/*margin:0px 0 0 536px;*/
	box-shadow: 1px 1px 10px #000;
	z-index: 6;
	padding: 10px;
	width: 244px;
	border: 1px solid #005798;
	background: url(../../images/membershipgreenbg.jpg) top left repeat-x;
	height: 268px;
}
.a {
	background: url(../../images/membershipbluebg.jpg) top left repeat-x;
	/*	position: absolute;*/
	z-index: 0;
	height: 238px;
	border: 1px solid #005798;
	border-radius: 10px;
	width: 244px;
	padding: 10px;
	/*margin:16px 0 0 -6px;*/
	float: left;
}
.b {
	/*position: absolute;
	 margin:16px 0 0 256px;*/
	z-index: 5;
	height: 238px;
	width: 244px;
	padding: 10px;
	background: url(../../images/membershipbluebg.jpg) top left repeat-x;
	background-color: #719dda;
	border: 1px solid #005798;
	border-radius: 10px;
	float: left;
}
.c {
	background: url(../../images/membershipbluebg.jpg) top left repeat-x;
	/*margin:16px 0 0 536px;*/
	/*position: absolute;*/
	z-index: 0;
	height: 238px;
	border: 1px solid #005798;
	border-radius: 10px;
	width: 244px;
	padding: 10px;
	float: left;
}
.viewer {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #343434;
}
.vender {
	font-family:arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #343434;
}
.Per_Year {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 16px;
}
.vewerdes {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 18px;
}
.vewerdes ul {
	text-decoration: none;
}
.vewerdes ul li {
	background: url("../../images/bullate.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	margin-left: 90px;
	padding-left: 14px;
}


.builder {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 18px;
}
.builder ul {
	text-decoration: none;
}
.builder ul li {
	background: url("../../images/bullate.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	margin-left: 92px;
	padding-left: 14px;
}

.builder ul li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	
	}
.vndr {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 18px;
}
.vndr ul {
	text-decoration: none;
}
.vndr ul li {
	background: url("../../images/bullate.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	margin-left: 92px;
	padding-left: 14px;
}
.price_bg {
	background: url("../../images/price_bg.png") repeat-x scroll left top rgba(0, 0, 0, 0);
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	font-weight: bold;
	height: 40px;
	margin: 0 50px;
	padding-top: 4px;
	text-align: center;
}
.vender_bg {
	background: url("../../images/price_bg.png") repeat-x scroll left top rgba(0, 0, 0, 0);
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	font-weight: bold;
	height: 40px;
	margin: 0 50px;
	padding-top: 4px;
	text-align: center;
}
.fbbtn {
	background-color: #4A6BB2;
	background-image: linear-gradient(to bottom, #5D7DC2, #2E5099);
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	font-family:arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	padding: 4px 0 0;
	text-align: center;
	width: 30%;
	margin-top: 20px;
	float: left;
}
.fbbtn:hover {
	background-color: #405C98;
	background-image: linear-gradient(to bottom, #516CA8, #264380);
	background-repeat: repeat-x;
	border: 1px solid #3A4B73;
	color: #FFFFFF;
	height: 36px;
	padding: 4px 0 0;
	text-align: center;
	width: 30%;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
}
.assurance {
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin: 22px 0 0 16px;
	width: 20%;
}
.formtext {
	font-size: 12px;
	line-height: 18px;
	border-bottom: 4px solide #000000 !important;
	height: 40px;
	margin-top: 20px;
}
.email_text {
	font-size: 14px;
	line-height: 30px;
}
.signupErrors {
	color: #B90000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 8px;
	min-height: 14px;
	line-height: 22px;
}
.imtext {
	font-size: 12px;
	line-height: 18px;
	float: left;
	width: 10%;
	padding-top: 2px;
}
.redeiobtn_div {
	float: left;
	width: 90%;
	font-size: 12px;
}
.byclicking {
	float: left;
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
	width: 80%;
}
.sinup_btn {
	float: left;
	font-size: 11px;
	margin-left: 0;
	margin-top: 14px;
	width: 20%;
}

.imagediv_bg {
	padding: 5px;	
	height: auto;
}
.img_div {
float:left;
	width:180px;
	height:181px;
	margin:5px 6px 5px 5px;
	border:2px solid #D6D6D6;
	background-color:#fff;
}

.img_div img{
	width:180px;
	height:141px;
}
.gallery_div {
	float:left;
	/*width:190px;
	height:181px;*/
	margin:5px 6px 5px 5px;
	border:3px solid #D6D6D6;
	background-color:#fff;
	
}
.gallery_div img{
	width:255px;
	height:190px;
}
.gallery_div_star{
	width:50%;
	float:left;
	text-align:left;
		padding-left:4px;
	}
	.gallery_div_right{
	width:48%;
	float:left;
	text-align:right;

	
	}
	.gallery_div_small {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:4px 0 4px 0px;
	text-transform:none!important;
	text-align:left;
	padding-left:5px;
}
.img_div img{
	width:100%;
}

	.table_border{
		border: 1px solid #f0f0f0;
	}
	.progress {
    background:url(../../images/fullstars.png)no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 18px;
    left: 0;
 
}
.clerfix{
	clear:both;
	}
	
.Starlane{
		font-size:20px;
		text-decoration:none;
		color:#000;
		margin:6px 0px 6px 10px;
		}
.Starlane a{
		font-size:20px;
		text-decoration:none;
		color:#000;
		}
		
.Starlane a:hover{
		font-size:20px;
		text-decoration:underline;
		color:#6e9ad7!important;
		}
.image_text {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:4px 0 4px 0px;
}
.image_text_small {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:4px 0 4px 0px;
	text-transform:none!important;
}
.image_text_custom {font-size:17px;font-weight: bold;padding-left:4px;margin:8px 0 4px 0px;text-align: left;}
.size_div {
	border: 1px solid #CCC;
	padding: 6px;
	float: left;
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
	background-repeat: repeat-x;
	width: 14px;
	height: 14px;
	color: #333333;
	text-shadow: none;
	font-family: "Lato", arial, sans-serif;
	font-size: 13px;
}
.size_div:hover {
	border: 1px solid #CCC;
	padding: 6px;
	float: left;
	background-color: #e1e0e0;
	background-image: linear-gradient(to bottom, #e1e0e0, #ffffff);
	background-repeat: repeat-x;
	width: 14px;
	height: 14px;
	color: #333333;
	text-shadow: none;
	font-family: "Lato", arial, sans-serif;
	font-size: 13px;
}

.num_div {
	border: 1px solid #CCC;
	padding: 6px;
	float: left;
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
	background-repeat: repeat-x;
	width: 30px;
	height: 14px;
	color: #333333;
	text-shadow: none;
	font-family: "Lato", arial, sans-serif;
	font-size: 13px;
	text-align: center;
}
.num_div:hover {
	border: 1px solid #CCC;
	padding: 6px;
	float: left;
	background-color: #e1e0e0;
	background-image: linear-gradient(to bottom, #e1e0e0, #ffffff);
	background-repeat: repeat-x;
	width: 30px;
	height: 14px;
	color: #333333;
	text-shadow: none;
	font-family:arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

.selected {
	border: 1px solid #CCC;
	padding: 6px;
	float: left;
	background-color: #e1e0e0;
	background-image: linear-gradient(to bottom, #e1e0e0, #ffffff);
	background-repeat: repeat-x;
	width: 30px;
	height: 14px;
	color: #333333;
	text-shadow: none;
	font-family:arial, sans-serif;
	font-size: 13px;
	text-align: center;
}
/* Here Start Plane Details Css*/

 h2 {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px dotted #dedede;
  }
  h3 {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding: 0;
  }
  .example {
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  ul {
    list-style-image:url(list-style.gif);
  }
  pre {
    font-family: "Lucida Console", "Courier New", Verdana;
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  code {
    font-family: "Lucida Console", "Courier New", Verdana;
    margin: 0;
    padding: 0;
  }

 /* #gallery {
    padding: 30px;
    background: #e1eef5;
  }*/
  #descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
  }
    #descriptions .ad-image-description {
      position: absolute;
    }
      #descriptions .ad-image-description .ad-description-title {
        display: block;
      }

.plan_number_text{
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	color:#0896ae;
	text-decoration:underline;
    text-align:center;
	padding-top:11px;
	padding-bottom:11px;
	
	}
	.plan_number_text a{
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	color:#0896ae;
	text-decoration:underline;
	
	}
	
	.plan_number{
		padding:4px 0px 4px 32px;
		
		}
	.buynow_box{
		background-color:#cee8f7;
		border:2px solid #dfd6b9;
		padding:5px;
		width:91%;
		margin-top:6px;
		}
	.buynow{
		font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
		}
		
		.buynow_cost{
		font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#008f00;
	text-decoration:none;
	line-height:24px;
		}
		.buynow_link{
		font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
text-decoration:underline;
	
		}
			.buynow_link a{
		font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:22px;
	text-decoration:underline;
	color:#000000;

		}
		
		.plandetail_box{
		background-color:#ebe5d9;
		border:2px solid #dfd6b9;
		padding:5px;
		width:91%;
		margin-top:4px;
		}
		
		.plandetail_link{
		font-size:12px;
	font-family:arial, sans-serif;
		line-height:16px;
	text-decoration:none;
	}
	
	.plandetail_price{
		font-size:13px;
	font-family:Arial;
	font-weight:bold;
	text-align:right;
	width:60%;
		}
		
	/*	.plan_desc{
			 border: 1px solid #000000;
    margin: -78px 50px 10px 612px;
    width: 39%;
	padding:5px;
			
			}*/	
			.plan_desc {
    border: 1px solid #000000;
    margin: 28px 0 0;
    padding: 4px;
    width: 94%;
}
			.plan_desc_text{
	font-size:18px;
	font-family:arial;
	color:#0896ae;
	text-decoration:underline;
padding-bottom:4px;
	
	}
	.plan_desc_text a{
	font-size:18px;
	font-family:arial;
	color:#0896ae;
	text-decoration:underline;
	
	}
	
	.plannum{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
	font-weight:bold;
	}

/*.error{color:#FF0000; font-weight:bold; font-size: 20px; vertical-align:middle}*/

.errortext{color:#FF0000; font-weight:bold; font-size: 12px;}

#frmEmailform input.error {
	
	background-color:#F99898;
}
#frmEmailform select.error {
	
	background-color:#F99898;
}#frmEmailform textarea.error {
	
	background-color:#F99898;
}
.formtext {
	font-size: 12px;
	line-height: 18px;
	border-bottom: 4px solide #000000 !important;
	height: 40px;
	margin-top: 20px;
	color: #000000;
	font-weight: bold;
    text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
.formtext01 {
	font-size: 12px;
	line-height: 18px;
	border-bottom: 4px solide #000000 !important;
	height: 40px;
	margin-top: 20px;
	color: #000000;
	font-weight: bold;
    text-align:left;
	margin-right:114px;
	font-family:Arial, Helvetica, sans-serif;
}

.formtext1 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
       margin-right:166px;
    margin-top: 20px;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}

.formtext2 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right: 101px;
    margin-top: 20px;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
.formtext3 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right: 204px;
    margin-top: 20px;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}

.formtext4 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:42px;
    margin-top: 20px;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
.formtext5 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:101px;
    margin-top: 20px;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
.formtext6 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:103px;
    margin-top: 20px;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
.formtext7 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:116px;
    margin-top: 20px;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
.formtext8 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:104px;
    margin-top: 20px;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
.formtext9 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:34px;
    margin-top: 20px;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
.formtext10 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:166px;
    margin-top: 20px;
    text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}

/*input, select {
    
    font-size: 12px;
    height: 20px;
    margin: 2px 0;
    padding-left: 5px;
    width: calc(100% - 20px - 110px);
}*/
.formtext11 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
       margin-right:117px;
    margin-top: 20px;
    text-align: left;
}
.formtext12 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
       margin-right:136px;
    margin-top: 20px;
    text-align: left;
}
.formtext13 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
       margin-right:72px;
    margin-top: 20px;
    text-align: left;
}
.formtext14 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
       margin-right:72px;
    margin-top: 20px;
    text-align: left;
}
.formtext16 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
       margin-right:72px;
    margin-top: 20px;
    text-align: left;
}
.formtext17 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:124px;
    margin-top: 20px;
    text-align: left;
}
.formtext18 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:56px;
    margin-top: 20px;
    text-align: left;
}
.formtext19 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:96px;
    margin-top: 20px;
    text-align: left;
}
.formtext20 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:126px;
    margin-top: 20px;
    text-align: left;
}
.formtext21{
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:138px;
    margin-top: 20px;
    text-align: left;
}
.formtext22{
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:152px;
    margin-top: 20px;
    text-align: left;
}
.formtext23 {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:138px;
    margin-top: 20px;
    text-align: left;
}
.formtext24{
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:154px;
    margin-top: 20px;
    text-align: left;
}
.formtext25{
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:124px;
    margin-top: 20px;
    text-align: left;
}
.formtext26{
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:136px;
    margin-top: 20px;
    text-align: left;
}
.formtext27{
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:150px;
    margin-top: 20px;
    text-align: left;
}
.formtext28{
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:140px;
    margin-top: 20px;
    text-align: left;
}
.formtext29{
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 18px;
    margin-right:154px;
    margin-top: 20px;
    text-align: left;
}
.email_text {
	font-size: 14px;
	line-height: 30px;
}
.space {
    line-height: 20px;
    margin: 2px 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	 padding: 10px;
}
.inpTxt2 {
	width: 20%;
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:34px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	/*float:right;*/
}
.inpTxt3 {
	width: 30%;
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	/*float:right;*/
}

.radio.inline, .checkbox.inline {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 5px;
	vertical-align: middle;
}
input, textarea, select{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input:focus, textarea:focus,  select:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075) inset, 0 1px 4px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	box-shadow: none;
	outline: thin dotted #333333;
	outline-offset: -2px;
}
input.button1 {
	width: 36%;
	font-size: 15px;
	background-color: #5fc4f0;
	border: 1px solid #0274a6;
}
input.button1:hover {
	width: 36%;
	font-size: 15px;
	background-color: #6fd3ff;
}

.site-navigation {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
margin-bottom:18px;
}

.site-navigation a { color:#000000; }

/*start here inbox  css*/

.table-td{
border:#999999;
}
.main-head-border{
border: 1px solid #006699;
}
.altrnet-bgcolor{
background-color:#ddf0ff;
height:30px;
}
.altrnet-bgcolor2{
background-color:#ffffff;
height:30px;
}
.bottom{
background-color:#dddddd;
height:30px;
}
.tdpadding{
 padding-left: 8px;
 text-align: left;
}

.test-borde{
	color: #000000 !important;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}

/* viewer registration */

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding:3px 3px 3px 4px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}



/* Comment Form */
#respond {
	/*background: #ddd;
	border: 1px solid #d3d3d3;*/
	/*-moz-border-radius: 3px;
	border-radius: 3px;*/
	/*margin: 0 auto 1.625em;*/
	/*padding: 1.625em;*/
	position: relative;
	width:100%;
}
#respond input[type="text"],#respond input[type="password"],
#respond textarea{
	background: #fff;
	border: 2px solid #eee;
	border-radius: 5px;
	-moz-border-radius:5px; /* Firefox */
 	 -webkit-border-radius:5px; /* Safari and Chrome */
	  -khtml-border-radius:5px;
	 behavior: url(../../images/ie-css3.htc)!important; /* This lets IE know to call the script on all elements which get the 'box' class */-webkit-box-shadow:0 0 1px 0 rgba(204, 204, 204, 0.95) inset;
	-moz-box-shadow: 0 0 1px 0 rgba(204, 204, 204, 0.95) inset;
	box-shadow:0 0 1px 0 rgba(204, 204, 204, 0.95) inset;
	position: relative;
	padding: 10px;
/*	text-indent: 80px;*/
color:000;
font-family: arial;
color:#000;
font-size:12px;

}
#respond select {
	background: #fff;
	border: 2px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	height: 36px;
    padding: 5px;
/*	text-indent: 80px;*/
color:000;
}
#respond select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #EEEEEE;
    border-radius: 5px;
    box-shadow:0 0 1px 0 rgba(204, 204, 204, 0.95) inset;
    color: #000000;
    height: 36px;
    padding: 5px;
    position: relative;
}




#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 68px;
	min-width: 60px;
	padding: 0px 10px;
	position: relative;
	top:30px;
	z-index: 1;
}
#respond input[type="text"]:focus,#respond input[type="password"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
	background: #fff;
	border: 2px solid #a3ceed;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075) inset, 0 1px 4px rgba(82, 168, 236, 0.6);;
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	 outline: 0 none;
}
#respond textarea {
	resize: vertical;
	width: 86%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}

#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#respond label {
	line-height: 2.2em;
}
#respond .inputbox{
	/*display: block;*/
	height:12px;
	width:40%!important;
}
#respond input[type=text]{
	/*display: block;*/
	height:12px;
	width:11%;
}
#respond input[type=password]{
	/*display: block;*/
	height:12px;
	width:11%;
}
#respond select {
   height:38px;
	width:43%;
}
#respond .select {
   height:38px;
	width:21%!important;
}

/*#respond {
		width: auto;
	}
*/


.personaldetails-back{
background-color: #7cb9e5;
	background-image: linear-gradient(to bottom, #7cb9e5, #a0cdec);
	background-repeat: repeat-x;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	border-radius:0px 0px 0px 0px;
	font-size:14px;
	padding:8px 0px 8px 10px;
	/*	width:99%;*/
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
   
	 padding: 5px 0 5px 12px;
    position: relative;
}

#respond p {
    margin: 10px 0;
	 font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9E9E9E;
	font-style: italic;
}
p {
/*margin-bottom: 1.625em;*/
/*color:#9E9E9E;*/
font-family:arial;
}

#respond .redio {
	/*border: 1px solid #3a3a3a;
	font-size: 12px;
	height: 20px;*/
	width:2%;
	
	-moz-box-sizing: border-box;
    border: 1px solid #A3A3A3;
    border-radius:0px;
    box-shadow: 0 0 0 #F4F4F4, 0 0 0 #FFFFFF;
	color:#000000;
    font-size: 14px;
    height:22px;
	transition: all 0.5s ease-out 0s;
    vertical-align: middle;
	padding-left:4px;
}
.pointer{
position:absolute;
width:22px;
height:12px;
margin-left:184px;
background:url(../../images/pointer.png) no-repeat;
}
.acceptbtn {
	background-color: #3ca0e8 !important;
	background-image: linear-gradient(to bottom, #3ca0e8, #166dac) !important;
	background-repeat: repeat-x;
	border: 1px solid #fff;
	color: #FFFFFF !important;
	height: 22px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	margin-top: 10px;
	width:100px;
	border-radius: 20px;
	font-family:arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 1px 20 5px #333;
	cursor: pointer;
}
.acceptbtn:hover {
	background-color: #166dac !important;
	background-image: linear-gradient(to bottom, #166dac, #3ca0e8) !important;
	background-repeat: repeat-x;
	border: 1px solid #fff;
	color: #FFFFFF !important;
	height: 22px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	margin-top: 10px;
	width:100px;
	border-radius: 20px;
	font-family:arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 1px 20 5px #333;
	cursor: pointer;
}


.selectwidth{
width:90%!important;
}

.luxurystockplans{
text-transform:uppercase; 
font-style:italic;
color:#fff;
padding-top:4px;
padding-bottom:6px;
line-height:30px;
}


#add-to-cart,#cart_details img{
/*	background: #eee;*/
/*	position: fixed;
	top: 50%;
	left: 50%;
	border: 0px solid #000;
	width: 150px;
	display: inline;
	padding: 10px;
	margin-left: -75px;
	z-index: 10000;*/
}
#cart_details .link{
	color: #447A92 !important;
}

.padding-left{
padding-left:10px!important;
}
.pi{
font-size:14px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
}
.orderinformation {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
/*.search-icon {
    height: 22px;
    margin-left: 146px;
    margin-top: 1px;
    position: absolute;
    text-align: right;
    width: 23px;
}*/


.table {
    margin-bottom: 20px;
    width: 99%;
}

.table img {
   width:30px;
   height:30px;
}


.table th, .table td {
    border-top: 1px solid #DDDDDD;
/*    line-height: 20px;*/
/*    padding:11px 8px 8px 8px;*/
    text-align:left;
	padding-left:10px;
  /*  vertical-align: top;*/
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #DDDDDD;
}
th {
    color: #000000;
    font-size: 13px !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.widget-title {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F2F2F2 100%) repeat scroll 0 0 #F2F2F2;
    border-bottom: 1px solid #FFFFFF;
    height:32px;
	 font-size: 14px !important;
}

.input-browse{
border:none!important; 
box-shadow:none!important;
width:200px!important;

}
.removeimage{
width:16px!important; 
height:16px!important;
display:inline!important;
}
.button-success {
    background: none repeat scroll 0 0 #87BB33;
}

.button {
    background-color: #3CA0E8 !important;
    background-image: linear-gradient(to bottom, #3CA0E8, #166DAC) !important;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px !important;
    font-weight: bold;
    height: auto;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
    width: auto;
}
.button:hover, .button:focus, .button:active, .button.active, .button.disabled, .button[disabled] {
    background-color: #E6E6E6;
    color: #333333;
}
.error{
	border-color: #F04A01 !important;
}
		.mmail-rightborder{
border-right:1px solid #adaca8;

}
.imge_desc {margin-top: 8px;padding-left:4px;font-size: 13px;}
.vendor_name h2 {border-bottom:none;text-align:center;}
.venter-prev span ,.venter-next span {font-size: 14px;color: #000;border: 1px solid #ccc;/*border-radius: 14px;*/}
.venter-next {float:left!important;}
.back-to-list {float: left;padding: 0px 4px 4px 10px;}
.back-to-list span {color: #000;float:left;font-size: 14px;border: 1px solid #ccc;}
#vpb_pagination_system_displayer {background:#F0F0F0}
#vpb_pagination_system_displayer .imagediv_bg .medium_box {background: none;border: none;}

