/*html { overflow: -moz-scrollbars-vertical; }*/
html { overflow-x: auto; }
body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    color: #292929;
    background: #eeeff0;	
}

.higher-screen {
    width:100%; 
    overflow:hidden; 
    margin:0 auto;
    border:0;
    background-color: #fff;     
}

.lbutton{ cursor:pointer; display: block; margin-right: 5px; height: 16px;padding: 6px 15px 3px; width: 33px; background: #0C5A93; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; font-size: 11px; text-align: center; color:#ffffff;  font-weight: normal;}




.search_textbox {
    margin:auto; 
    width:191px; 
    padding:3px; 
    color: #fff; 
    background: #b7b7b7 url('/images/search_arrow.png') no-repeat right center; 
    border:1px #b7b7b7 solid; 
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; 
}


.search_button {border:none; cursor:pointer; margin-left:-35px; margin-top:0px; width:30px; height:25px; font-size: 19px;font-weight: normal; color:#8a8a8a;
                background: rgba(255,255,255,.01);} 

.search_button::-moz-focus-inner { border: 0; padding: 0; margin:0; }

.description {
    font-size:  11px;
    line-height: 20px;
    color: #777777;
}

a, a:link {
    color: #171717;
}
a:hover {
    color: #0D3984;
}

.clear {
    clear: both;
}
#header {
    height: 98px;
    width: 970px;
    /*margin: 0 auto;*/
}

#header .logo {
    width:330px;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
	border:0px red solid;
}
#header .user {
    width: 600px;
    float: right;
    height: 98px;
    padding-right: 15px;
	border:0px red solid;
}
.user .logged {
    padding-top: 33px;
    padding-left: 33px;
    
}
.logged #lStatus {
    float: right;
    width: 250px;
    text-align: right;
    padding-top: 5px;
}
.logged #lDashboard {
    display: block;
    float: right;
    margin-left: 5px;
    color: #fff;
    text-decoration: none;
    height: 16px;
    padding: 6px 15px 3px;
    width: 60px;
    background: #bfc7c8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 11px;
    text-align: center;
}
.logged #lLogout {
    display: block;
    float: right;
    margin-left: 5px;
    height: 16px;
    padding: 6px 15px 3px;
    width: 30px;
    background: #5e523f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

#container {overflow:hidden;}
#menuWrapper {overflow:hidden;
    float: left;
    width: 243px;   font-size: 11px;
}

#menuWrapper {overflow:hidden;
    font-size: 11px;
}
#menuWrapper .menu { 
    padding: 15px 15px 5px;
}
#menuWrapper .menu .menuHeader {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px; font-weight:bold;
    color: #88c74b;
    text-transform: uppercase;
    padding-bottom: 15px;
}
#menuWrapper .menu .menuHeader1 { border-top:1px #939eb3 dashed; border-bottom:1px #939eb3 dashed; 
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px; font-weight:bold; line-height:23px;
    color: #182d74;
    text-transform: uppercase;
    margin: 15px 0px 15px 0px;
}

#menuWrapper .menu a, #menuWrapper .menu a:link, #menuWrapper .menu a:visited {
    color: #7f7f7f;
    text-decoration: none;
}
#menuWrapper .menu a:hover, #menuWrapper .menu a.active {
    color: #4284A7; font-weight:bold;
}
#menuWrapper .menu ul > li {
    padding-bottom: 10px;
}
#menuWrapper .menu .off {
    background: url(../images/off.png) top left no-repeat;

}
#menuWrapper .menu .off a {
    padding-left: 15px;
    display: block;
}
#menuWrapper .menu .on {
    background: url(../images/on.png) top left no-repeat;

}
#menuWrapper .menu .on a {
    padding-left: 15px;
    display: block;
}
#menuWrapper .menu ul > ul {
    padding-left: 10px;
}
#menuWrapper .menuPrev {
    padding-bottom: 10px;
}
/* USER AND SOCIAL LINKS */
ul.usersocial {
    margin: 5px 68px 5px 0;
    list-style: none;
    color: #b7b7b7;
    line-height: 24px;
    height: 24px;
}
ul.usersocial li {
    display: inline-block;
}
li.socialicon {
    float:right;
    margin: 0 5px;
}
li.socialicon.twitter {
    margin-right: 0;
}
li.useraction {
    float: left;
    margin: 0 12px;
}
li.search {
    margin: -5px 10px 0 0;
}
li.circle {
    float: left;
}
li.useraction:first-child {
    margin-left:0;
}
li.search {
    float: right;
}
ul.usersocial a, ul.usersocial a:hover, ul.usersocial a:active, ul.usersocial a:visited{
    color:#b7b7b7;
    text-decoration: none;
}
/* WEBSITE MENU */
ul.websitemenu {
    clear: both;
    margin: 25px 0;  
    list-style: none;
    width: 100%;
    height: 25px;
    border-bottom: 4px solid #b7b7b7;    
}
ul.websitemenu li {
    display:inline-block;     
    float:left;
    margin: 0 1px;
    background-color: #fff;
    width: 131px;
    text-align: center;
    height: 25px;
    line-height: 25px;
}
ul.websitemenu li:first-child {margin-left: 0;}
ul.websitemenu li:last-child {margin-right: 0; width: 132px;}
ul.websitemenu li a {
    font-size: 10pt;
    font-weight: bold;
    color: #b7b7b7;
    text-decoration: none;
    text-transform: uppercase;    
}
ul.websitemenu li.newproducts:hover {border-bottom: 4px solid #8CC63F;}
ul.websitemenu li.adexproducts:hover  {border-bottom: 4px solid #B1A085;}
ul.websitemenu li.newprojects:hover  {border-bottom: 4px solid #0F7AC2;}
ul.websitemenu li.adexprojects:hover  {border-bottom: 4px solid #D7CAAF;}
ul.websitemenu li.industrynews:hover  {border-bottom: 4px solid #0C5A93;}
ul.websitemenu li.people:hover  {border-bottom: 0px solid #ffffff;}
/* START OF ALL TOP LEVEL MENU ITEMS CLASSES TODO: needed at all? */
#sectionWrapper {clear:both;}

	#sectionMenu {}

	#sectionMenu a {
		width: 120px;
		height: 29px;
		display: block;
		padding-top: 16px;
		color: #fff;
		text-align: center;
		float: left;
		font-family: 'Nunito Sans', sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		text-decoration: none;
	}

			/*8CC63F 4B94BB*/

	#wrapper.djmproducts #sectionMenu {/*background: url(../images/bgm-newrelease.png) no-repeat;*/}
	.djmproducts:active, .djmproducts:link {}
	#djmproducts-active { width: 120px; height: 6px;  position: absolute; right: 610px; top: -6px;}


	#wrapper.adexproducts #sectionMenu {background: url(../images/bgm-adex.png) no-repeat;}
	.adexproducts:active, .adexproducts:link {background: #B1A085;}
	#adexproducts-active {background: #B1A085; width: 120px; height: 6px;  position: absolute; right: 491px; top: -6px;}

	#wrapper.djmprojects #sectionMenu {background: url(../images/bgm-projects.png) no-repeat;}
	.djmprojects:active, .djmprojects:link {background: #0F7AC2;}
	#djmprojects-active {background: #0F7AC2; width: 120px; height: 6px;  position: absolute; right: 370px; top: -6px;}


	#wrapper.adexprojects #sectionMenu {background: url(../images/bgm-projects.png) no-repeat;}
	/*.adexprojects:active,*/  .adexprojects:link{background: #D7CAAF;}
	#adexprojects-active {background: #D7CAAF; width: 120px; height: 6px;  position: absolute; right: 249px; top: -6px;}

	#wrapper.archinterious #sectionMenu {background: url(../images/bgm-themag.png) no-repeat; }
	.archinterious:active, .archinterious:link {background: #0C5A93; }
	#archinterious-active {background: #0C5A93; width: 120px; height: 6px; position: absolute; right: 130px; top: -6px; }

	#wrapper.people #sectionMenu {background: url(../images/bgm-people.png) no-repeat;}
	.people:active, .people:link  {background: #F0BD65;}
	#people-active {background: #F0BD65; width: 120px; height: 6px;  position: absolute; right: 10px; top: -6px;}

/******.people #sectionMenu a.people, ************** END OF TOP MENU CLASSES *********************************/
#containerWrapper {
	overflow:hidden;
    width: 1040px;
    padding-top:5px;    
}
#contentWrapper {
    float: left;
    width: 797px;
    background-color:#fff;
}
#productBrowser .productItem {
    width: 200px;
    padding: 20px 21px 10px 27px;
    height: 400px;
    position: relative;
    float: left;
}
#productBrowser .productItem .photo {
    padding: 5px 0 0 5px;
    width: 186px;
    height: 210px;
    background: url(../images/productFrame.png) top left no-repeat;
}
#productBrowser .productItem .action {
    height: 24px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-align: center;
    padding-left: 10px;
}
#productBrowser .productItem .company, #productBrowser .productItem .company a {
    color: #4284A7;
    font-size: 10px;
    font-style: italic;
    text-decoration: none;
}
#productBrowser .productItem .title {
    color: #4284A7;
    font-size: 12px;
	font-weight:700;
}
#productBrowser .productItem .city {
    color: #4284A7;
    font-size: 12px;
}
#productBrowser .productItem .description {
    padding-top: 10px;
    font-size: 10px;
    height: 90px;
    line-height: 16px;
}
#productBrowser .productItem:nth-child(3n+1), #productBrowser .productItem:nth-child(3n+2) {
    border-right: 1px dashed #a9a9a9;
}
#productBreadcrumb {
    padding: 20px 0 10px 20px;
}
#productBreadcrumb a, #productBreadcrumb a:link, #productBreadcrumb a:visited {
    color: #4284A7;
    text-decoration: none; font-weight:bold;
}
#productBreadcrumb a:hover {
    color: #435594;
}
#productPagination {
    height: 48px;
    background: url(../images/pagingBg.png);
    margin-top: 20px;
}
#productPagination a {
    display: block;
    text-decoration: none;
    color: #223e9d;
    font-size: 11px;
    float: left;
}
#productPagination a.previous {
    background: url(../images/pagingPrev.png) 50px 22px no-repeat;
    width: 65px;
    height: 26px;
    padding-top: 22px;
}
#productPagination a.pagenum {
    height: 26px;
    padding-top: 22px;
    width:27px;
    text-align: center;

}
#productPagination a.currentPageLink {
    height: 26px;
    padding-top: 22px;
    width:27px;
    text-align: center;
    background: url(../images/pagingOn.png);
    color: #fff;
}
#productPagination a.next {
    background: url(../images/pagingNext.png) 4px 22px no-repeat;
    width: 65px;
    height: 26px;
    padding-top: 22px;
    padding-left: 25px;
}
#productPagination span {
    display: block;
    height: 26px;
    padding-top: 22px;
    width: 27px;
    color: #223e9d;
    font-size: 11px;
    float: left;
    text-align: center;
}

#productDetailWrapper {
    padding: 0 20px;
}
#companyDetailWrapper {
    padding: 0 20px; 
}
.blockTitle {
    height: 30px;
    padding: 10px 0 0 15px;
    /*    background: #a23c3c;*/
    /*    border-top: 1px dashed #d3a2a2;*/
    /*    border-bottom: 1px dashed #d3a2a2;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
   font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    /*    color: #fff;*/
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.blockTitle2 {
    height: 30px;
    padding: 10px 0 0 15px;
    background: #b1a085;
    border-top: 1px dashed #d3a2a2;
    border-bottom: 1px dashed #d3a2a2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
#productDetailWrapper #productPhoto {
    width: 295px;
    padding-left: 10px;
    float: left;
    position: relative;
}
#productDetailWrapper #productFrame {
    width: 254px;
    height: 267px;
    padding-left: 6px;
    padding-top: 6px;
    background: url(../images/productDetailFrame.png) top left no-repeat;
}
#productDetailWrapper #productMeta {
    margin-left: 305px;
}
#productDetailWrapper #productInfo {
    padding-bottom: 10px;
}
#productDetailWrapper #productDescription {
    line-height: 18px;
    padding-right: 15px;
}
#companyDetail  {
}
#companyDetail #companyDescription {
    line-height: 18px;
    padding: 0 15px;
}
#companyDetail #companyMeta {
    width: 435px;
    float: left;
}
#companyDetail #companyInfo {
    padding: 0 15px 15px 15px;
}
#companyDetail #companyMeta .title {
    font-weight: bold;
    width: 100px;
}
#companyDetail #companyMeta td {
    padding: 3px;
}
#companyDetail #companyMap {
    width: 316px;
    height: 186px;
    margin-left: 435px;
    margin-top: 15px;
    padding: 5px 0 0 5px;
    background: url(../images/companyMapBg.png) no-repeat;
}
#productComments .pleaselogin {
    margin: 0 15px 15px;
    padding: 10px;
    border: 1px solid #b1a085;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#productComments .nocomments {
    padding: 0 15px 15px;
}
#productComments .commentform {
    padding: 0 15px 15px;
}
#productComments .commentform textarea {
    width: 675px;
    height: 100px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-bottom: 15px;
}
#productComments #commentSubmit {
    display: block;
    margin-top: 5px;
    float: right;
    height: 16px;
    padding: 6px 15px 3px;
    width: 40px;
    background: #5e523f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
#productComments .commentWrapper {
    padding: 0 15px 15px;
}
#productComments .commentWrapper .comments {
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #ffffff;
}
#productComments .comments .comment {
    width: 677px;
    overflow: hidden;
}

#productComments .comments .poster {
    border-top: 1px solid #7f7f7f;
    padding-top: 5px;
    margin-top: 7px;
    color: #5e523f;
    font-size: 11px;
}
#productImageBrowser {
    padding-top: 8px;
}
#productInfo .productImageThumbs {
    float: left;
    width: 46px;
    height: 46px;
    background: url(../images/productThumbBg.png) top left no-repeat;
}
#productInfo #productTitle2 {
    padding: 5px 0;
    font-size: 14px;
}
#productInfo #productTitle2 span {
    color: #4284A7;
}
#productInfo #productRating {
    padding-bottom: 2px;
}

#login-area {
    margin: 20px auto 0;
    width: 630px;
    height: 270px;
    border: 5px solid #FFF;
    background: #f4f0e9;
    border-radius: 5px;
}
#login-area .head-t {
    position: relative;
    height: 34px;
    padding: 15px 0 0 16px;
    font: bold 18px arial,sans-serif;
    color: #5e523f;
    text-transform: uppercase;
    background: url(../images/bg-head-login.gif) left top repeat-x;
}
.forgotPass {
    position: absolute;
    right: 10px; top: 20px;
    width: 200px;
    height: 20px;
    color: #313131;
    font: 12px arial,sans-serif;
    text-transform: lowercase;
}
.forgotPass a {
    color: #a23c3c;
}
.forgotPass a:hover {
    text-decoration: underline;
}
.inside-log {
    padding: 24px 16px 0;
}
.inside-log input.txt-log {
    width: 200px;
    height: 26px;
    padding: 0 5px;
    background: #FFF url(../images/shadow-input.gif) left top repeat-x;
    border: 3px solid #b1a085;
    border-radius: 5px;
    font: bold 18px arial,sans-serif;
    color: #96928d;
    float: left;
    margin: 0 20px 0 0;
}
.btn-login {
    float: left;
    border: none;
    cursor: pointer;
    font: bold 18px arial,sans-serif;
    color: #FFF;
    background: #5e523f;
    border-radius: 5px;
    padding: 6px 16px;
}
.rememberMe {
    margin: 9px 0 0 10px;
    float: left;
    width: 138px;
    height: 30px;
    font: 14px arial,sans-serif;
    color: #5e523f;
}
.boxReg {
    margin: 20px 0 0 0;
    height: 40px;
    border: 3px solid #b1a085;
    background: #FFF;
    padding: 10px;
    font: bold 18px arial,sans-serif;
    color: #5e523f;
}
.boxReg a {
    color: #a23c3c;
    font: 12px arial,sans-serif;
}
.boxReg a:hover {
    text-decoration: underline;
}



#rregister .bar-signup {
    background-color: #a7a191;
    height: 27px;
    width: 700px;
    padding-left: 10px;
    padding-top: 9px;
    margin: 0 auto;
    margin-bottom: 25px;
    border-radius: 5px;
    font: 16px arial,sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

/* no table */

#rregister dl {
    margin: 10px 0 10px 25px;
}

#rregister .field, #rregister .value {
    padding: 4px 2px;
}

#rregister dt.field {
    width: 150px;
    float: left;
    font: 13px arial,sans-serif;
    font-weight: bold;
    color: #707070;
    padding: 8px 0 0 0;
}

#rregister dd.value input {
    background-color: #d9d1c7;
    border-radius:5px;
    padding: 2px 8px;
    font: 12px arial,sans-serif;
    color: #fff;
    border: none;
    height: 20px;
    width: 314px;
}

#rregister dd.value input:focus {
    background-color: #a7a191;
    border-radius:5px ;
    padding: 2px 8px;
    font: 12px arial,sans-serif;
    color: #fff;
    border: none;
    height: 20px;
    width: 314px;
}

#rregister dd.value select {
    background-color: #d9d1c7;
    border-radius:5px;
    padding: 2px 8px;
    font: 12px arial,sans-serif;
    color: #fff;
    border: none;
    height: 24px;
    width: 330px;
}

#rregister dd.value select:focus {
    background-color: #a7a191;
}

#rregister dd.value textarea {
    background-color: #d9d1c7;
    border-radius:5px ;
    padding: 2px 8px;
    font: 12px arial,sans-serif;
    color: #fff;
    border: none;
    height: 80px;
    width: 314px;
}

#rregister dd.value textarea:focus {
    background-color: #a7a191;
    border-radius:5px ;
    padding: 2px 8px;
    font: 12px arial,sans-serif;
    color: #fff;
    border: none;
    height: 80px;
    width: 314px;
}

#rregister dd.value input.submit {
    background-color: #5e523f;
    border-radius: 5px;
    padding: 4px 8px;
    font: 12px arial,sans-serif;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 30px;
    width: 80px;
    margin-top: 10px;
}

/* warning */

#rregister .warning1 {
    font: 14px arial,sans-serif;
    font-weight: bold;
    color: #707070;
    margin: 20px 0 0;
}

#rregister .warning2 {
    font: 12px arial,sans-serif;
    font-weight: normal;
    color: #707070;
    margin: 5px 0 10px;
}




.mititle {
    padding: 5px 0 10px 15px;
}

#mainBanner {
    padding: 5px 0 0 5px;
}

#mainBanner .content .company {
    padding-left: 10px;
    padding-bottom: 3px;
}
#mainBanner .text {
    width: 260px;
    /*min-height: 327px;*/
    float: left;
}
#mainBanner .text.adex {
    width: 260px;
    /*min-height: 197px;*/
    float: left;
    
}
#mainBanner .text .title {
    color: #694915;
    font-size: 14px;
	font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px 3px;
}
#mainBanner .text .link {
    padding: 10px 10px 0;
}
#mainBanner .text .description {
    padding: 5px 10px;
    overflow: hidden;
    font-size:  11px;
    line-height: 18px;
    color: #484848;
}
#mainBanner .text .description.adex {
    /*height: 160px;*/
}
#mainBanner .image {
    width: 442px;
    height: 327px;
    background: url(../images/bannerBg.png) no-repeat;
    padding: 11px 0 0 11px;
    margin-left: 260px;
}
#mainBanner .image2 {
    width: 442px;
    /*height: 495px;
	margin-left: 140px;
    padding: 0 0 0 0;*/
    height: 400px;
    padding: 11px 0 0 11px;
    margin-left: 260px;
}
#bannerGallery {
    height: 115px;
    background: url(../images/bannerScrollerBg.png);
}
#bannerGallery .prev {
    width: 63px;
    height: 115px;
    display: block;
    float: left;
    background: url(../images/bannerPrev.png) center center no-repeat;
}
#bannerGallery .wrapper {
    width: 621px;
    height: 97px;
    padding-top: 18px;
    position: relative;
    overflow: hidden;
    float: left;
}
#bannerGallery .next {
    width: 63px;
    height: 115px;
    display: block;
    float: left;
    background: url(../images/bannerNext.png) center center no-repeat;
}
#bannerGallery .scroller {
    position: absolute;
    top: 18px;
    left: 0;
    height: 115px;
}
#bannerGallery .image {
    width: 135px;
    padding: 0 9px;
    height: 83px;
    background: url(../images/bannerThumbBg.png) center center no-repeat;
    float: left;
}
#bannerGallery .image a {
    display: block;
    padding: 5px 0 0 5px;
    opacity: 0.5;
    position: relative;
}
#bannerGallery .image a .adex {
    position: absolute;
    left: -10px;
    bottom: -10px;
}
#bannerGallery .image a:hover, #bannerGallery .image a.active {
    opacity: 1;
}
#bannerGallery2 {
    height: 202px;
    background: url(../images/bannerScrollerBg2.png);
}
#bannerGallery2 .prev {
    width: 63px;
    height: 202px;
    display: block;
    float: left;
    background: url(../images/bannerPrev.png) center center no-repeat;
}
#bannerGallery2 .wrapper {
    width: 621px;
    height: 174px;
    padding-top: 18px;
    position: relative;
    overflow: hidden;
    float: left;
}
#bannerGallery2 .next {
    width: 63px;
    height: 202px;
    display: block;
    float: left;
    background: url(../images/bannerNext.png) center center no-repeat;
}
#bannerGallery2 .scroller {
    position: absolute;
    top: 18px;
    left: 0;
    height: 202px;
}
#bannerGallery2 .image {
    width: 135px;
    padding: 0 9px;
    height: 170px;
    background: url(../images/bannerThumbBg2.png) center center no-repeat;
    float: left;
}
#bannerGallery2 .image a {
    display: block;
    padding: 5px 0 0 5px;
    opacity: 0.5;
    position: relative;
}
#bannerGallery2 .image a .adex {
    position: absolute;
    left: -10px;
    bottom: -10px;
}
#bannerGallery2 .image a:hover, #bannerGallery2 .image a.active {
    opacity: 1;
}
.contentWrapper {
    padding: 0 20px;
}
#imageBrowser, #companyUsers, #companyStaff, #userPermission {
    padding: 0 15px 10px;
}
#imageBrowser .list {
    width: 347px;
    float: left;
    height: 250px;
}
#imageBrowser .list select {
    width: 320px;
    height: 250px;
}
#imageBrowser .preview {
    width: 330px;
    float: left;
    height: 250px;
}
#imageBrowser .action {
    padding-top: 5px;
}
#imageUploader {
    height: 200px;
    padding: 0 20px 20px;
    overflow: auto;
}
#companyUsers {
    padding: 0 20px;
}
#companyUsers table td {
    padding: 2px 5px;
}
#companyUsers th {
    color: #fff;
    padding: 2px 5px;
    background: #A23C3C;
}
#companyUsers .new {
    padding-top: 10px;
}

#newProduct {
    padding: 0 20px 10px;
}
#productForm {
    padding: 0px;
    text-align: left;
}
#productForm h5 {
    float:none;
}
#productForm tr {
}
#productForm th {
    width: 300px;
    vertical-align: top;
    padding: 5px 0;
}
#productForm td {
    padding: 5px 0;
}
/*
#productForm textarea {
    width: 371px;
    height: 100px;
}
#productForm input {
    width: 371px;
}
#productForm .submit {
    background: none repeat scroll 0 0 #5E523F;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 11px;
    height: 16px;
    margin-left: 5px;
    padding: 6px 15px 3px;
    text-align: center;
    text-decoration: none;
    width: 50px;
}
#productForm .submit2 {
    background: none repeat scroll 0 0 #5E523F;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 11px;
    height: 16px;
    margin-left: 5px;
    padding: 6px 15px 3px;
    text-align: center;
    text-decoration: none;
    width: 120px;
}
*/
#products {
    padding: 0 20px 10px;
}
#productList {
    padding: 0 15px;
}
#productList table th {
    padding: 4px;
    background: #000000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: auto;
}
#productList table th.active {
    font-weight: 700;
}

#products .nav {
    padding-top: 0px;
    text-align: right;
}
#products .nav input {
    width: 50px;
}
#products .nav a {
    text-decoration: none;
}

#products td {
    padding: 5px;
    vertical-align: middle;
}

#pEdit .tabNav a {
    display: block;
    width: 150px;
    height: 20px;
    margin-right: 5px;
    padding-top: 7px;
    text-decoration: none;
    background-color: #d6d6d6; color: #292929; 
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 11px;
    float: left;
    text-align: center;
}
#pEdit .tabNav a.active {
    background-color: #d6d6d6; color: #292929; 
}
#pEdit .tabNav a.hover {
    background-color: #d6d6d6; color: #292929; font-weight:bold;
}

#pEdit #imageGallery {
    padding: 10px 0 10px 10px;
    height: 100px;
}
#pEdit #imageList {
    width: 557px;
    height: 100px;
    float: left;
    overflow: hidden;
}
#pEdit #imageMain {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    padding: 10px;
    background: #A23C3C;
    float: left;
}
#pEdit .imagePreview {
    width: 80px;
    height: 80px;
    padding: 10px;
    margin-right: 10px;
    float: left;
    background: #96928d;
    position: relative;
}
#pEdit .imagePreview img {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
}
#pEdit .imagePreview a {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    z-index: 2;
}
#pEdit .imagePreview a:hover  {
    background: url(../images/delete.png) center center no-repeat;
}
#thecategory {
    width: 677px;
}
#thecategory2 {
    width: 677px;
    height: 100px;
}
#cInfo {
    padding: 0 0px 0px;
}
#cInfo td {
    vertical-align: top;
    padding: 0px;
}
#cInfo td h5 {
    width: 150px;
}
#cInfo td input, #cInfo td textarea {
    width: 400px;
}
#cInfo td textarea {
    height: 100px;
}
#cInfo .base, #cInfo .extended {
    padding: 0 0px;
}
#cInfo .panel {
    background: #F4F0E9;
    padding: 0px;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
}
#cInfo .menu {
    padding: 0px 0;
}
#cInfo .menu a {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    text-decoration: none;

    background: #5E523F;
    color: #fff;
}
#cInfo .menu a.active {
    background: #F4F0E9;
    color: #5e523f;
}
#cInfo #productForm {
    padding:0px;
}
#productFilter {
    padding: 0 20px 10px;
}
#productFilter div {
    width: 680px;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
}
#productFilter select {
    width: 680px;
}


#rightAd2 {
		
    position: absolute;
    top: 50px;
    width: 190px;
    overflow:auto;
	margin-left: 470px;
	left: 50%;
	float:left; 
	text-align:left;
	border:0px red solid;
	
    /*height: 100%; margin-left: 420px; left: 50%;*/

}


#rightAd {
    overflow:auto;
    text-align:left;
    padding-top:5px; 
    width: 210px; 
    float:left; 
    margin-left:10px; 
    border:0;
    position:absolute;
    /*right:210px;*/
    display:none;
}

#rightAd a {
    padding-bottom: 10px;
    display: block;
}

#rightAd2 a {
    padding-bottom: 10px;
    display: block;
}
#productStatus {
    padding-bottom: 10px;
}
#productStatus .status {
    display: block;
    padding-top: 5px;
}
#addSpecial {
    padding: 0 20px 10px;
}

#addSpecial select {
    width: 700px;
}

option span {
    color: #f00;
    font-weight: bold;
}
#magz-slider {
    height: 140px;
    background: url(../images/gradien_gray.jpg) repeat-x;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}
#featadex {
    background: #FAF6EF;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    height: 120px;
}
#featadex .featuredCompanies {
    float: left;
    width: 393px;
    height: 100px;
    padding-top: 20px;
}
#featadex .separator {
    width: 2px;
    height: 120px;
    float: left;
    background: url(../images/separator.png) center center no-repeat;
}
#featadex .adexlogo {
    float: left;
    padding-top: 42px;
    width: 130px;
    padding-left: 20px;
}
#featadex .aboutAdex {
    float: left;
    padding-top:  40px;
    width: 130px;
    position: relative;
}
#featadex img {
    cursor: pointer;
}
#featadex .menu2 {
    position: absolute;
    left: 0px;
    top: 40px;
    display: none;
}
#featadex .menu2 div {
    width: 179px;
    height: 129px;
    padding-top: 14px;
    padding-left: 16px;
    margin-top:-2px;
    background: url(../images/click-content.png) no-repeat;
}
#featadex .menu2 div a {
    background: url("../images/arrow-click-off.png") no-repeat scroll left center transparent;
    color: #f0effc;
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 9px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 6px;
    text-transform: uppercase;
    text-decoration: none;
}
#featadex .menu2 div a:hover {
    background: url("../images/arrow-click.png") no-repeat scroll left center transparent;
    color: #33ffff;
}













#wt {
    height: 483px;
}
#wt-slider {
    height: 131px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

#wt-slider .wrapper {
    width: 595px;
    margin-top: 7px;
    float: left;
    overflow: hidden;
    position: relative;
    height: 119px;
}
#wt-slider .slider {
    width: 6000px;
    position: absolute;
    left: 0;
    top: 0;
}
#wt-slider .wrapper a {
    width: 103px;
    padding: 5px 0 0 5px;
    margin-right: 5px;
    margin-left: 6px;
    height: 112px;
    display: block;
    float: left;
    background: url(../images/wt-img.jpg) center center no-repeat;
}
#wt-slider .mynav {
    display: block;
    width: 76px;
    height: 131px;
    float: left;
}
#wt-slider .leftbutton {
    background: url(../images/wt-left.jpg) center center no-repeat;
}
#wt-slider .rightbutton {
    background: url(../images/wt-right.jpg) center center no-repeat;
}
#wt-header {
    position: absolute;
    left: 18px;
    top: 60px;
}
.mainwt {
    width: 472px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -236px;
}
.imgwt {
    width: 453px;
    height: 335px;
    background: url(../images/wt-main.jpg) no-repeat;
    padding-top: 18px;
    padding-left: 19px
}

.titlewt a {
    text-decoration: none;
    color: #4f4f4f;
    text-transform: uppercase;

    font-weight: 700;
}
.titlewt {
    padding-top: 15px;
    padding-left: 20px;
}
.companywt {
    padding-left: 20px;
    color: #a4a4a4;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 10px;
}

#myAdex {
    /*background: url(../images/adex.png) top left no-repeat;*/
}
#adexLogo {
    height: 120px;
}



.productItem .photo a {
    position: relative;
}
.productItem .photo a .adex {
    position: absolute;
    left: -10px;
    bottom: 0px;
}
#bnr select {
    width: 700px;
}
#bnr div {
    padding: 5px 0;
}
.basex td {
    padding: 5px;
}
.adexlogox {
    width: 300px;
    height: 100px;
    float: left;
	text-align:left; 
    background: url(../images/adexlogoN.png);
	background-repeat:no-repeat;
	border:0px red solid;
}
.adexlogox a {
    width: 300px;
    height: 100px;
    display: block;
}
.doneeditinglink, .donenext {
        display: block;
    width: 130px;
    height: 20px;
    padding-top: 7px;
    text-decoration: none; 
    color: #151515;
    background-color: #d6d6d6;font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    float:left;
    margin-right: 10px;border:1px #7b8b91 solid;
}
a.doneeditinglink:hover,a.doneeditinglink:active,a.doneeditinglink:visited, a.donenext:hover,a.donenext:active,a.donenext:visited {
    color: #151515;background-color: #d6d6d6;font-weight:bold;border:1px #7b8b91 solid;font-size: 12px;
}
.removeproductlink {
        display: block;
    width: 130px;
    height: 20px;
    padding-top: 7px;
    text-decoration: none;
    color: #151515 !important;
    background: #d6d6d6;
	border:1px #7b8b91 solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    float: left;font-size: 12px;
}

a.removeproductlink:hover,a.removeproductlink:active,a.removeproductlink:visited
{    
color: #151515;background-color: #d6d6d6;font-weight:bold;border:1px #7b8b91 solid;font-size: 12px;
}

.doneediting {
    padding: 0px;
}

.other-link h6 a {
      color: #4284A7;
    font-family: 'Nunito Sans', sans-serif;
    text-decoration: none;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 10px;
    font-size:12px;
}
.awardtitle {
    padding-top: 3px;
    font-size: 10px;
}
#wrapper.usebanner {
    /*padding-right: 160px;*/
}
.bannerData {
    float: left;
    width: 350px;
    padding-bottom: 20px;
}
.bdSample {
    width: 180px;
    float: left;
}
.bdInfo {
    margin-left: 180px;
}
.bdInfo a {
    padding: 3px 5px;
    
    text-decoration: none;
    color: #000;
    background: #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.bdInfo a:hover {
    color: #fff;
    background: #3d3d3d;
}

.adexControl {
    text-align: center;
}

.adexControl a {
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: block;
    padding: 2px 0;
}
#adexLimit {
    font-size: 14px;
    padding-bottom: 10px;
}
#adexLimit span {
    font-weight: 700;
}
a.adexAdd {
    background-color: #d6d6d6; color: #292929;
}
a.adexAdd:hover {
    background-color: #d6d6d6; color: #292929; font-weight:bold;

}
a.adexRemove {
    background-color: #d6d6d6; color: #292929;
}
a.adexRemove:hover {
    background-color: #d6d6d6; color: #292929; font-weight:bold;
}








/* CSS ADDED BY JAY*/

.fset {text-align:left;border:1px solid #bfbbb0}
.page_contaniner {margin:8px 15px 15px 15px; font-size:12px; padding:0px 10px 10px 10px;}
.lightbox_pg_container {font-size:12px; font-family: 'Nunito Sans', sans-serif; color:#5c5c5cs; line-height:17px; padding:8px;}
.pg_legend {text-align:left; font-size:12px; font-weight:bold; margin:5px; padding:5px;color:#cc0000; font-weight:bold;}
.lightbox_pg_wrapper {overflow:auto;padding:5px; background-image:url('../images/mainbg.png'); background-repeat:no-repeat;}

#rregister .text {
    font: 12px arial,sans-serif;
    font-weight: normal;
    color: #707070;
    padding: 5px 10px 7px 0;
	text-align:justify;
}

#rregister .head {
    font: 13px arial,sans-serif;
    font-weight: bold;
    color: #707070;
    padding: 18px 10px 0 0;
}

#lForm {
    padding-top: 33px;
    padding-left: 33px;
    width: 472px;
}
#lForm .whiteForm {
    float: left;
    width: 150px;
    height: 20px;
    padding-top: 3px;
    padding-left: 6px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 8px;
}
.searchForm {

    width: 160px;
    height: 20px;
    padding: 5px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 15px;
    background: #fff;color: #ffffff;

}
.searchForm input {
    border: none;
    color: #ffffff;
    width: 160px;
    height: 20px;
}
#lForm .whiteForm input {
    border: none;
    color: #a4a4a4;
}
#lForm #lLogin {
    display: block;
    float: left;
    margin-right: 5px;
    height: 16px;
    padding: 6px 15px 3px;
    width: 30px;
    background: #b1a085;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 11px;
    text-align: center;
}
#lForm #lLogin:link, #lForm #lLogin:visited {
    color: #fff;
    text-decoration: none;
}
#lForm #lRegister {
    display: block;
    float: left;
    margin-right: 5px;
    height: 16px;
    padding: 6px 15px 3px;
    width: 40px;
    background: #5e523f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 11px;
    text-align: center;
}
#lForm #lRegister:link, #lForm #lRegister:visited {
    color: #fff;
    text-decoration: none;
}

#footer .suggest-content {
    padding-top: 20px;
    border-bottom: 1px solid #ffffff;
}

.suggest-content textarea.suggest-text {
    background: url(../images/suggest-text.png) no-repeat;
    width: 360px;
    height: 23px;
    padding: 6px 0 0 10px;
    border: none;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 11px;
    color: #a9a9a9;
    float: left;
    margin-left: 10px;
    display: block;
}

.suggest-content .other-link {
    width: 100px;
    float: left;
}

.other-link a {
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    color: #111111;
}

.suggest-content .mr-right5 {
    margin-right: 25px;
}

#footer .footer-content {
    padding-top: 20px;
    height: 30px;
}

.footer-content span, .footer-content a {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    color: #959595;
    margin: 0 5px;
}
.mr-right {
    margin-right: 10px;
}
.ft-left {
    float: left;
}
.ft-right {
    float: right;
}


#footer {
    width: 100%;
    margin: 0 auto;
	font-family: 'Nunito Sans', sans-serif;
    font-size: 11px;
    color: rgba(0, 0, 0,0.7);
    clear: both;
}

#footer .boxed {
    border-top: 4px solid #e0e9e7;
    /*background: #ececec;*/
    padding: 10px 0 40px;
}
#footer .inner, #footer-inner {
    margin: 0px auto; width:auto;
    width: 1040px;
}
.footerspan {float:left; padding-left:20px;}

.footerspan-left {float:left; padding-left:20px;}

.footerspan-right {border:0px red solid; float:left; padding-left:50px;width:190px;}

.footer-copy {
	font-family: 'Nunito Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
	  text-align:justify;
    margin:auto;
    color: #58777c;}


.footer-header > h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
}

.footer-body ,a.footer-body, .footer-body:active, .footer-body:visited, .footer-body:link {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(0,0,0,0.7);
	text-decoration:none;
	
}
.footer-body:hover {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    color:#0000cc;
	text-decoration:none
	
}

h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    color: #182f9a;
}

h5 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #4284A7;
    padding-top: 5px;
    float: left;
}

h6 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
    line-height: normal;
    color: #4284A7;
    padding-bottom: 10px;
}

@media screen and (max-width: 1339px) and (min-width: 1201px) {

     #wrapper{
        margin-left: 100px!important;
    }

    #menuWrapper{
        width: 220px;
    }

    .space_blank{
        width: 190px!important;
    }
    
    #rightAd{
        margin-left: 0px!important;
        width: 180px!important;
    }

    .res-image{
        width: 160px!important;
    }
    
}

@media screen and (max-width: 1919px) and (min-width: 1560px){

    .higher-screen{
        width: 78%!important;
        margin: 0px auto!important;
    }

    #wrapper{
        margin-left: 0px!important;
    }

    .space_blank{
        width: 210px!important
    }

}

@media screen and (max-width: 2560px) and (min-width: 1920px){

    .higher-screen{
        width: 1040px !important;
        margin: 0px auto!important;
    }
    #wrapper{
        margin-left: 0px!important;
    }
    .space_blank{
        width: 210px!important
    }
}



  .byline { padding:0px 0px 5px 0px; width:680px; border-bottom:1px #c7c7c7 solid; margin-bottom:10px; }
  .subheading { margin:10px 0px 5px 0px;}
  .phototitle { margin:15px 0 5px 0; color:#050641; font-weight:600; }
  .photoimage { margin:5px 0px 5px 0px;}
  .photocaption { margin:5px 0 5px 0; color:#090c75;font-weight:600; font-size:11px;}
  .descriptiontext { margin:10px 0 10px 0; }
  .pullquote { margin:15px 30px 15px 30px; font-style: italic; font-size:14px;}
  .quotestyle { font-size:19px;font-style: italic;}
  .expandCollpase {float:right; width:90%; cursor:pointer;  text-align:right; vertical-align:middle;padding-right:10px;padding-bottom:4px;}
