/*
Theme Name: Chelsio
Theme URI: http://www.chelsio.com
Author: FastLine Media
Author URI: http://www.fastlinemedia.com/
Description: Chelsio Communications WordPress theme by FastLine Media.
Version: 1.0
License URI: Copyright 2011 Chelsio Communications
*/

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

/* General -------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
}
a {
	color: #000000;
	text-decoration: underline;	
}
a:hover {
	color: #d77700;
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	margin: 0 0 20px;
	color: #d77700;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 0 0 15px;
	color: #4c4c4c;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	margin: 0;
	padding: 0 0 15px;
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	margin: 0;
	padding: 0 0 15px;
	color: #4c4c4c;
	font-size: 12px;
	font-weight: bold;
}
h1 a {
	color: #d77700;
	text-decoration: none;
}
h2 a, h3 a, h4 a {
	color: #4c4c4c;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #d77700;
}
p {
	margin: 0;
	padding: 0 0 15px;
	line-height: 18px;
}
hr {
	margin: 0 0 15px;
}
ul {
	margin: 0;
	padding: 0 0 15px 30px;
	list-style-image: url(images/bullet.png);
}
ul.r {
        margin: 0;
        padding: 8px 0 0 30px;
        list-style: none;
}

ul.r li {
    list-style-type: none;
    background: url(images/bullet-green.png) no-repeat left 6px ;
    margin: 0;
    padding: 0px 0px 8px 10px;
    vertical-align: middle;
}
ol {
	margin: 0;
	padding: 0 0 15px 35px;
}
li {
	padding-bottom: 8px;
	line-height: 17px;
}
ul li ul {
	padding: 12px 0 0 25px;
}

/* Body Wrapper --------------------------------------------------------- */

#body-wrap {
	width: 950px;
	margin: 0 auto;
}

/* Header --------------------------------------------------------------- */

#main-header {
	position: relative;
	padding-top: 10px;
	background: url(images/header-bg.jpg) left top repeat-x;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
}
#main-header-twitter {
	position: absolute;
	bottom: 5px;
	right:6px;
}

/* Language Selector ---------------------------------------------------- */

#lang_sel {
	position: absolute;
	top:20px;
	right: 5px;
	z-index: 1000;
}
#lang_sel ul {
	list-style: none;
}

/* Google Translate ---------------------------------------------------- */

#main-header #google_translate_element {
	position: absolute;
	top:20px;
	right: 10px;
	z-index: 1000;
}

#main-header #MicrosoftTranslatorWidget {
	position: absolute;
	top:20px;
	right: 10px;
	z-index: 1000;
}

/* Nav ------------------------------------------------------------------ */

#main-nav {
	height: 31px;
	padding-left: 10px;
	background: url(images/nav-bg.png) left top no-repeat;
}

/* First Level */
#main-nav ul { 
	margin:0;
	padding:0; 
	list-style-image: none;
}
#main-nav ul li { 
	position:relative; 
	display:block;
	float:left; 
	padding: 0;
	list-style:none;
}
#main-nav ul li a {
	display:block; 
	float:left; 
	padding:6px 8px 8px; 
	color:#666666;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}
/* Added by deepak, as to remove bold from subtitle in dropdown menu*/
#main-nav ul ul ul li a { 
                font-weight: normal;
}
#main-nav ul li a:hover,
#main-nav ul li.hover a { 
	color:#ffffff;
	background: #414141;
}

/* Second Level */
#main-nav ul ul { 
	position: absolute;
	left: -99999px;
	top:31px;
	width:200px;
	padding-bottom: 5px;
	color:#4C4C4C;
	z-index: 99999;
	border:solid 1px #c7c7c7; 
	border-top:solid 5px #414141;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 56%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 56%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 56%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 56%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 56%,#eeeeee 100%); /* W3C */
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5); 
}
#main-nav ul ul li { 
	float: none;
}
#main-nav ul ul li a { 
	float: none;
	background: transparent !important;
	color:#4C4C4C !important;
	font-size: 12px;
}
#main-nav ul ul li a:hover { 
	background: #e5e5e5 !important;
	color: #d77700 !important;
}

/* Third Level */
#main-nav ul ul ul {
	top:-15px;
	margin-left: 185px;
}

/* Products */
#main-nav ul li.menu-item-4696 ul {
	width: 370px;
	background: url(images/product-menu-bg-cut.jpg) center bottom no-repeat !important;
	filter:none !important;
}
#main-nav ul li.menu-item-4696 ul li { 
        width: 185px; /* old value is 185px */
	height: 100%;
	float: left;
}
#main-nav ul li.menu-item-4696 ul li a { 
	float: none;
	padding:15px 10px 5px;		/* old values padding:15px 20px 5px; */
	font-size: 13px;
}
#main-nav ul li.menu-item-4696 ul li a:hover { 
	background: transparent !important;
}
#main-nav ul li.menu-item-4696 ul li ul  {
	margin-left: 0;
        padding-bottom: 60px;
	position: static;
	width: 185px;
	background: none repeat scroll 0 0 transparent !important;
	border:solid 0px #ffffff!important; 
	border-top:solid 0px #ffffff!important;	
	filter:none;
	box-shadow: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#main-nav ul li.menu-item-4696 ul li ul li {
	float: none !important;
}
#main-nav ul li.menu-item-4696 ul li ul li a {
	padding:2px 20px;
}

/* OEM Branded */
#oem-branded-menu-2,
#oem-branded-menu {
	display: none;
	clear: both;
	padding: 30px 0 10px 20px;
}
.menu-branded-container {
	float: left;
}
#oem-branded-menu-2 .menu-title,
#oem-branded-menu .menu-title {
	float: left;
	font-weight: bold;
}
#oem-branded-menu-2 ul,
#oem-branded-menu ul {
	float: left;
	width: auto !important;
	margin-left: 0 !important;
	left: auto;
	position: static !important;
	background: none repeat scroll 0 0 transparent;
	filter:none !important;
	border:solid 0px #ffffff!important; 
	border-top:solid 0px #ffffff!important;	
	box-shadow: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#oem-branded-menu-2 ul li,
#oem-branded-menu ul li {
	width: auto !important;
}

/* OEM Branded Menu #2 */
#oem-branded-menu-2 {
	padding: 4px 20px 3px;
}
#oem-branded-menu-2 a { text-decoration: none; color: #666; }
#oem-branded-menu-2 a:hover { color: #D77700; }

#oem-branded-menu-2 h3 {
	float: left;
	margin: 0;
	padding-bottom: 12px;
}
#oem-branded-menu-2 hr {
	border: 0;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	width: 909px;
	margin: 0 auto;

}
#oem-branded-menu-2 ul {
	height: 15px;
	padding: 0px;
}
#oem-branded-menu-2 ul li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	top: 1px;
}
#oem-branded-menu-2 ul li a,
#oem-branded-menu ul li a {
	padding: 0 13px !important;
	border-right: 1px solid #4C4C4C;
}

/* Nav Search --------------------------------------------------------------- */

#main-nav-search {
	float: right;
	padding: 3px 5px 0 0;
}
#main-nav-search-text {
	width:130px;
}
#main-nav-search-button {
	width:18px;
	height: 18px;
	background: url(images/search-button.png) no-repeat;
	border: none;
	cursor: pointer;
}

/* Content Top --------------------------------------------------------------- */

#content-top {
	width: 930px;
	height: 110px;
	margin: 0 auto;
	line-height: 0;
}
#content-top h2 {
	margin: 0;
	padding: 40px;
	color: #ffffff;
}
#content-top.home {
	height: 287px;
}
#content-top.not-found {
	background: url(images/partners-page-header.gif) no-repeat;
}
#content-top.solutions {
	background: url(images/solutions-page-header.gif) no-repeat;
}
#content-top.white-papers {
	background: url(images/white-papers-page-header.gif) no-repeat;
}
#content-top.products {
	background: url(images/products-page-header.gif) no-repeat;
}
#content-top.partners {
	background: url(images/partners-page-header.gif) no-repeat;
}
#content-top.benchmarks {
	background: url(images/support-page-header.gif) no-repeat;
}
#content-top.how-to-buy {
	background: url(images/howtobuy-page-header.gif) no-repeat;
}
#content-top.support {
	background: url(images/support-page-header.gif) no-repeat;
}
#content-top.company {
	background: url(images/white-papers-page-header.gif) no-repeat;
}
#content-top.press-room {
	background: url(images/white-papers-page-header.gif) no-repeat;
}
#content-top.whitepapers {
        background: url(images/white-papers-page-header.gif) no-repeat;
}
#content-top.video {
        background: url(images/products-page-header.gif) no-repeat;
}

/* Content --------------------------------------------------------------- */

#content-wrap-top {
	height: 10px;
	background: url(images/content-top.jpg) no-repeat;
}
#content-wrap-bottom {
	height: 10px;
	background: url(images/content-bottom.jpg) no-repeat;
}
#content-wrap {
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
}
#content {
	padding: 20px 30px;
}

/* Home --------------------------------------------------------------- */

#content.home {
	padding: 10px;
}
.home-box {
	float: left;
	width:254px;
	height: 443px;
	/*height: 363px;*/
	margin: 0 7px 0 8px;
	padding: 20px;
	background: url(/wp-content/uploads/2013/10/home-box-big.png) no-repeat;     /* Changed to biggr from images/home-box.jpg*/
	background-size: 294px 477px;
}
.home-box h3 {
	padding-bottom: 10px;
	margin: 0;
}
.home-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;	
}
.home-box ul li {
	display: block;
	padding: 4px 0 4px 15px;
	background: url(images/post-bullet.png) left 10px no-repeat;
	border-bottom: 1px solid #efc999;
	font-size: 11px;
}
.home-box ul li a {
	text-decoration: none;
}
.home-box .readmore {
	float: right;
	padding: 10px 15px 10px;
	background: url(images/readmore.png) right center no-repeat;
	text-decoration: none;
}

.home-boxlink {
        float: left;
        width:254px;
        height: 166px;
        margin: 0 7px 0 8px;
        padding: 20px;
        background: url(/wp-content/themes/chelsio/images/home-box-sm1.png) no-repeat;     /* Changed to biggr from images/home-box.jpg*/
}
.home-boxlink h3 {
        padding-bottom: 5px;
        margin: 0;
}
.home-boxlink ul {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-image: none;
}
.home-boxlink ul li {
        display: block;
        padding: 10px 0 4px 15px;
        background: url(images/post-bullet.png) left 10px no-repeat;
        border-bottom: 1px solid #efc999;
        font-size: 11px;
}
.home-boxlink ul li a {
        text-decoration: none;
}
.home-boxlink .readmore {
        float: right;
        padding: 10px 15px 10px;
        background: url(images/readmore.png) right center no-repeat;
        text-decoration: none;
}
.home-boxlink .featreadmore {
        float: right;
        padding: 0px 15px ;
        background: url(images/readmore.png) right center no-repeat;
        text-decoration: none;
}


/* feature box for features list in features page*/
.feature-box {
	float: left;
	width:254px;
	height: 400px;
	margin: 0 7px 0 8px;
	padding: 20px;
	background: url(images/feature-box.jpg) no-repeat;
        background-size: 294px 435px;
}
.feature-box h3 {
	padding-bottom: 10px;
	margin: 0;
}
.feature-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;	
}
.feature-box ul li {
	display: block;
	padding: 4px 0 4px 15px;
	background: url(images/post-bullet.png) left 5px no-repeat;
	border-bottom: 1px solid #efc999;
	font-size: 11px;
}
.feature-box ul li a {
	text-decoration: none;
}
.feature-box .readmore {
	float: right;
	padding: 10px 15px 10px;
	background: url(images/readmore.png) right center no-repeat;
	text-decoration: none;
}


/*half box --------------------------------------------------------------- */

.home-box-half {
	float: left;
	width:254px;
	height: 363px;
	margin: 0 7px 0 8px;
	padding: 20px;
	background: url(/wp-content/uploads/2013/10/home-box-big.png) no-repeat;     /* Changed to biggr from images/home-box.jpg*/
}
.home-box h3 {
	padding-bottom: 10px;
	margin: 0;
}
.home-box-half ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;	
}
.home-box-half ul li {
	display: block;
	padding: 4px 0 4px 15px;
	background: url(images/post-bullet.png) left 10px no-repeat;
	border-bottom: 1px solid #efc999;
	font-size: 11px;
}
.home-box-half ul li a {
	text-decoration: none;
}
.home-box-half .readmore {
	float: right;
	padding: 10px 15px 10px;
	background: url(images/readmore.png) right center no-repeat;
	text-decoration: none;
}

/* Recent Articles -------------------------------------------------------- */

.newsarticle tr {
	border-bottom: 1px solid #d8d8d8;
}
.newsarticle td {
	padding: 27px;
}

.newscover tr {
     /*   border-bottom: 1px solid #ebbb7f;*/
	border-bottom: 1px solid #d8d8d8;
}
.newscover td {
        padding: 27px 10px 27px 10px;
}


/* Category --------------------------------------------------------------- */

.category article-white {
        border-bottom: 0px solid #ebbb7f;
        padding: 15px 0;
}
.category article {
	border-bottom: 1px solid #ebbb7f;
	padding: 15px 0;
}
.category .entry-thumb {
	float: left;
	width: 250px;
}
.category .pr-entry-content {
	float: left;
}
.category .entry-content {
	float: left;
	width: 610px;
	padding-left: 25px;
}
.category .entry-content h2 {
	margin-top: 0;
}
.category .readmore {
	padding-right: 15px;
	background: url(images/readmore.png) right center no-repeat;
	text-decoration: none;
}

/* Partners Category ---------------------------------------------------- */

.partner .entry-thumb {
	float: left;
	width: 175px;
	text-align: center;
}
.partner .entry-content {
	float: left;
	width: 685px;
	padding-left: 25px;
}

/* Distributors Category ------------------------------------------------- */

.distributor-region {
	padding-bottom: 25px;
}
.distributor-region h2.distributor-region-title {
	margin-bottom: 20px;
	padding: 10px;
	background: #e5e5e5;
	border: 1px solid #cccccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

/* Category Nav --------------------------------------------------------------- */

#cat-nav-bottom {
	padding-top: 20px;
}
.cat-nav-next { 
	float: right; 
}

/* Search --------------------------------------------------------------- */

.search article {
	border-bottom: 1px solid #ebbb7f;
	padding: 10px 0;
}
.search h3.entry-title {
	padding: 0 0 5px;
}
.search .readmore {
	display: inline-block;
	padding: 10px 15px 0 0;
	background: url(images/readmore.png) right bottom no-repeat;
	text-decoration: none;
}

/* Press Room --------------------------------------------------------------- */

.press-room article {
	border-bottom: 1px solid #ebbb7f;
	padding: 10px 0;
}
.press-room .entry-content {
	padding: 0;
}
.press-room .entry-title {
	padding-bottom: 3px;
}
.press-room .entry-date {
	color: #666666;
}

.whitepapers article {
        border-bottom: 1px solid #ebbb7f;
        padding: 10px 0;
}
.whitepapers .entry-content {
        padding: 0;
}
.whitepapers .entry-title {
        padding-bottom: 3px;
}
.whitepapers .entry-date {
        color: #666666;
}

/* Video library --------------------------------------------------------------- */

.video article {
        border-bottom: 1px solid #ebbb7f;
        padding: 10px 0;
}
.video .entry-content {
        padding: 0;
        width: 100%;
}
.video .entry-title {
        padding-bottom: 3px;
}
.video .entry-date {
        color: #666666;
}

.video hr {
        display: block;
        /*color: #efc999;*/
        margin: 0 0 10px;
        height: 1px;
        border: 0;
        border-top: 1px solid #efc999;
}
.video .wpvl_auto_thumb_box {
        height: 85px;
        position: relative;
        width: 120px;
}
.video .video_lightbox_auto_anchor_image {
        height: 85px;
        width: 120px;
}
.video .wpvl_auto_thumb_play {
        left: 45px;
        position: absolute;
        top: 28px;
}


/* Footer --------------------------------------------------------------- */

#main-footer {
	padding: 15px 0;
	color: #808080;
	font-size: 12px;
}
#main-footer-copyright {
	float: right;
}
#main-footer-copyright span {
	padding-right: 5px;
}

/* Footer Nav --------------------------------------------------------------- */

#main-footer-nav {
	float: left;
}
#main-footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-footer-nav ul li { 
	position:relative; 
	display:block;
	float:left;
	padding: 0;
	list-style:none;
}
#main-footer-nav ul li a {
	padding: 0 5px;
	color:#666666;
	font-size:12px;
	text-decoration:none;
}
#main-footer-nav ul li a:hover { 
	color:#000000;
}

/* Tables ------------------------------------------------------------ */

.data-table {
	border-collapse: collapse;
    margin: 0 0 15px;
    width: 888px;
}
.data-table th {
	height: 30px;
	padding-left: 20px;
    color: #FFFFFF;
    background: #484848 url(images/th-bg-active.png) repeat-x;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
.data-table th.deactive {
	background: #41693a url(images/th-bg-deactive.png) repeat-x;
}
.data-table td {
	padding: 5px 10px;
	background-color:#f2f2f2;
	border: solid 1px #CCCCCC;
	text-align:center;
	vertical-align: top;
}
.data-table-left td {
	text-align: left;
}



.data1-table {
	border-collapse: collapse;
    margin: 0 0 15px;
    width: 580px;
}
.data1-table th {
	height: 30px;
	padding-left: 20px;
    color: #FFFFFF;
    background: #484848 url(images/th-bg-active.png) repeat-x;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
.data1-table th.deactive {
	background: #41693a url(images/th-bg-deactive.png) repeat-x;
}
.data1-table td {
	padding: 5px 10px;
	background-color:#f2f2f2;
	border: solid 1px #CCCCCC;
	text-align:center;
	vertical-align: top;
}
.data1-table-left td {
	text-align: left;
}



/* Chelsio Form ------------------------------------------------------- */

.chel-form table {
	background: #ededed;
	border-collapse: collapse;
}
.chel-form td {
	padding: 8px 15px;
	border-bottom: 1px solid #cccccc;
}
.chel-form table tr td table td {
	border-bottom: none;
}
.chel-form th {
	padding-top: 15px;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	text-align: left;
}
.chel-form h2 {
	padding-bottom: 5px;
}
.chel-form h3 {
	padding-bottom: 5px;
}
.chel-form p {
	padding-bottom: 5px;
}
.chel-form1 td {
        padding: 0px 10px;
        border-bottom: 1px solid #cccccc;
}
/* Related ------------------------------------------------------------ */

.related {
	margin: 0 0 15px;
	padding: 20px;
	background: #e5e5e5;
	border: 1px solid #cccccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.related h3 {
	margin-top: 0;
}
.related ul {
	padding-bottom: 0;
}


/* Side panel* ---------------------------------------------------------- */

.sidepane {
        display: block;
        float: right;
        padding-left: 5px;
        max-width: 35%;
}

.sideimg {
        display: block;
        float: right;
        padding-left: 5px;
        padding-bottom: 15px;
        max-width: 50%;
}

.sideimgl {
        display: block;
        float: left; 
        padding-bottom: 15px;
        max-width: 50%;
}



/* Alignment ------------------------------------------------------------ */

.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}
/* Misc ------------------------------------------------------------ */

.clear {
	clear:both;
}
.back-to-top {
	padding-left: 15px;
	color: #808080;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
#back-to-faqs {
	position: relative;
	top:-15px;
	text-decoration: none;
}
#back-to-faqs a {
	text-decoration: none;
}
.error {
	color: #ff0000;
}

/* Images ----------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%;
	height: auto;
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}

/* Columns ----------------------------------------------------------- */

.col {
	float:left;
	margin-right: 4%;
}
.col-last {
	margin-right: 0;
}
.col-half {
	width: 48%;
}
.col-third {
	width: 30.66%;
}
.col-two-thirds {
	width: 65.32%;
}
.col-fourth {
	width: 22%;
}

/* Landing Pages ----------------------------------------------------------- */

.landing-callout {
	padding: 25px;
	background: #fbfbfb;
	border: 1px solid #cccccc;
	box-shadow: 0 0 5px #808080;
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
}
.landing-callout .chel-form table {
	background: transparent;
}
.landing-callout .chel-form td {
	padding: 0 15px 25px 0;
	border: none;
}

.landing-callout input[type=text],
.landing-callout input[type=password],
.landing-callout 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 #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #888888;
}
.landing-callout input[type=text]:focus,
.landing-callout textarea:focus {
	color: #373737;
}
.landing-callout input[type=text] {
	padding: 7px;
}
.landing-callout textarea {
	padding-left: 3px;
	width: 98%;
}
.landing-callout input.submit {
	padding: 8px 15px;;
	background: url('images/button.jpg') 0 0 repeat-x;
	border: 1px solid #999999;
	border-radius: 6px;
	cursor: pointer;
	font-size: 13px;
}
.landing-callout input.submit:focus,
.landing-callout input.submit:hover {
	background-position: 0 -38px;
}

/* USS Landing Page ----------------------------------------------------------- */

.post-2589 .entry-header {
	display: none;
}

@-moz-document url-prefix() { 
  #main-nav-search{
     padding: 4px 7px 0 0;
  }
}

/* T4 Legacy Page ----------------------------------------------------------- */
.adapterHeaderGreen{
font-weight:bold;
font-size:14px;
color:#48853c;
}

.adapterText{
text-align:justify;
padding-right:10px;

}

/* T5 adpater individual page ----------------------------------------------------------- */
.t5-adapter-list {
	float: left;
	width:254px;
	height: 310px;
	margin: 0 7px 0 8px;
	padding: 20px;
	background: url(/wp-content/uploads/2013/10/box-t5-adapter.jpg) no-repeat;
        text-align:justify;
}



.t5-adapter-list h3 {
	padding-bottom: 10px;
	margin: 0;
}
.t5-adapter-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;	
}
.t5-adapter-list ul li {
	display: block;
	padding: 4px 0 4px 15px;
	background: url(images/post-bullet.png) left 10px no-repeat;
	border-bottom: 1px solid #efc999;
	font-size: 11px;
}
.t5-adapter-list ul li a {
	text-decoration: none;
}
.t5-adapter-list .readmore {
	float: right;
	padding: 10px 15px 10px;
	background: url(images/readmore.png) right center no-repeat;
	text-decoration: none;
}

/*Adapters list ----------------------------------------------------*/

.adapter-box {
        float: left;
        width:254px;
        height: 370px; /* Old value 385px */
        margin: 0 7px 0 8px;
        padding: 20px;
        background: url(/wp-content/uploads/2013/10/box-t5-adapter.jpg) no-repeat;
	background-size: 294px 410px ; /* Old value 359px */
}
.adapter-box h3 {
        padding-bottom: 10px;
        margin: 0;
}
.adapter-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-image: none;
}
.adapter-box ul li {
        display: block;
        padding: 4px 0 4px 15px;
        background: url(images/post-bullet.png) left 4px no-repeat;
        border-bottom: 1px solid #efc999;
        font-size: 11px;
}
.adapter-box ul li a {
        text-decoration: none;
}
.adapter-box .readmore {
        float: right;
        padding: 10px 15px 10px;
        background: url(images/readmore.png) right center no-repeat;
        text-decoration: none;
}

/*T6 Adapters box --------------------------------------------------*/

.t6-adapter-box {
        float: left;
        width:254px;
        height: 278px; /* Old value 385px */
        margin: 0 7px 0 8px;
        padding: 20px;
        background: url(/wp-content/uploads/2013/10/box-t5-adapter.jpg) no-repeat;
        background-size: 294px 307px ;
}
.t6-adapter-box h3 {
        padding-bottom: 10px;
        margin: 0;
}
.t6-adapter-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-image: none;
}
.t6-adapter-box ul li {
        display: block;
        padding: 4px 0 4px 15px;
        background: url(images/post-bullet.png) left 4px no-repeat;
        border-bottom: 1px solid #efc999;
        font-size: 11px;
}
.t6-adapter-box ul li a {
        text-decoration: none;
}
.t6-adapter-box .readmore {
        float: right;
        padding: 10px 15px 10px;
        background: url(images/readmore.png) right center no-repeat;
        text-decoration: none;
}


#crside.t6-crypto {
        background-color: #f2f2f2;
        font-weight: bold;
        text-align: left;
        padding: 5px;
}
#crhead.t6-crypto {
        background-color: #f2f2f2;
        font-weight: bold;
        text-align: center;
        padding: 5px;
}
#crcont.t6-crypto {
        background-color: #fff;
        font-weight: normal;
        text-align: left;
        padding: 5px;
}


.mdtset {
        color: red;
        font-weight: bold;
}

.formbx {
    border: 1px solid #ccc;
    color: #4c4c4c;
    font-weight: bold;
    height: 25px;
    margin: 0 0 5px;
    padding-left: 7px;
    width: 90%;
}

.wbsubmit {
    background-color: #77a96e;
    border: 0 solid #77a96e;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    margin: 15px 5px ;
    padding: 10px 0;
    width: 90%;
    cursor: pointer;
}

.boxed {
    border: 2px solid #a0a0a0;
    height: 94px;
    width: 230px;
    font-size: 12px;
    /*height: 3.2cm;
    width: 7cm;*/
}

.access-table {
        border-collapse: collapse;
    margin: 0 0 15px;
    width: 888px;
}
.access-table th {
        height: 25px;
        padding-left: 15px;
    color: #FFFFFF;
    background: #484848 url(images/th-bg-active.png) repeat-x;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
.access-table th.deactive {
        background: #41693a url(images/th-bg-deactive.png) repeat-x;
}
.access-table td {
        padding: 5px 10px;
        background-color:#f2f2f2;
        border: solid 1px #CCCCCC;
        text-align:center;
        vertical-align: top;
}
.access-table-left td {
        text-align: left;
}

.servsubtitle {
	font-size: 12px;
	color: #f90;
	padding-top: 2px;
}

.readmoreweb {
        float: right;
        padding: 5px 15px ;
        background: url(images/readmore.png) right center no-repeat;
        text-decoration: none;
}

