/* -----------------------------------------------------    
                  UNIVERSAL STYLES 
------------------------------------------------------*/

html {
	margin:0;
	padding:0;
  	font-size: 100%;
  		-webkit-text-size-adjust: 100%;
     	-ms-text-size-adjust: 100%;
}
body {
    position:relative;
    /* background-color: #ffffff; */
	/* background: #009 url('/images/css/body-background3.jpg'); */
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto 15px auto;
	padding:0;
	color:black;
/*	width:960px;
*/}
#m {
        border:1px solid white;
        border-width:1px 0;
        background:white;
	margin:0 0 0 0;
	padding:0 0 0 0;
    width: 960px;
    margin: 0 auto;

}
#m #middle {
        background:white;
        overflow: hidden;
        width: 100%;
        z-index:1;
	width:940px;
	margin:0;
	padding:10px 10px 10px 10px;}
#lmr {
	margin:0 0 0 0;
	padding:0 0 0 0;}
#mr {
	margin:0 0 0 0;
	padding:0 3px 0 0;
	position:relative;}
#lm {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../images/rma/graybar.gif) repeat-y;}
#lm #l {
	margin:20px 0 20px 0;
	padding:0 0 0 0;
	float:left;}
#lm #m {
	margin:0 0 0 161px;
	padding:0 0 0 0;}


/* ------------------------------------------------------
/
/          GENERAL STYLING - BOOTSTRAP
/
------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 27px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
}

/* UPDATED HEADER STYLES TO MATCH XILINX.COM */
h1 {
    font-size: 24px;
    color:#000;
    line-height: 36px;
    font-weight: bold; /* Rebrand 2015 - was normal */
	letter-spacing: 1px;
	font-family: "Aldrich","Open Sans",sans-serif; /* REBRAND 2015 */
  }
  
  .title.section.xilinxTitle h1 {
    color: #000;
    font: 400 32px/44px "Aldrich",sans-serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
h1 small {
    font-size: 18px;}
h2, h6 {
    color: #333; /* Rebrand 2015 - */
    font-size: 18px;
    font-weight:normal;
    line-height: 24px;}
h2 small {
    font-size: 16px;}
h3 {
    font-size: 14px;
    line-height: 24px;}
h3 small {
    font-size: 12px;}
h4,
h5,
h6 {
    line-height: 18px;}
h4 {
    font-size: 12px;}
h4 small {
    font-size: 11px;}
h5 {
    font-size: 11px;}


	
/* -----------------------------------------------------    
                  BREADCRUMBS
------------------------------------------------------*/
.breadcrumbs {
        background:white;
	color:#000;
	font-size: 11px;
        padding:10px 15px 0 10px;
        margin:0;
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}
.breadcrumbs a {
	color:#888;}
.breadcrumbs a:hover {
        text-decoration:none;
	color:#ee3424;}
#lm .breadcrumbs {
	margin-left:170px;}
	
/* -----------------------------------------------------    
                 LINK STYLES 
------------------------------------------------------*/

a {
        color: #4682b4; /* REBRAND 2015 - changed from #0088cc */
	text-decoration:none;
	}
a:hover {
	color:#ee3424;
	text-decoration:underline;
	}
a img {
	border:none;
	}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
/* -----------------------------------------------------    
                  LIST STYLES 
------------------------------------------------------*/

ul,
ol {
  padding: 0;
  margin: 0 0 9px 18px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ol.lower-alpha {list-style-type:lower-alpha;}	

	
/* -----------------------------------------------------    
                  GENERAL STYLES 
------------------------------------------------------*/
p {
        margin:10px 0;}
.delimiter {
	padding:0 5px;
	color:#999;}
.em {
	font-weight:bold;}
.allcaps {
	text-transform:uppercase;}
.small {
	font-size:0.8em;}
.italic {
	font-style:italic;}
.underline {
	text-decoration:underline;}
.center {
	text-align:center;}
.block {
	margin:0 0 25px 0;
	padding:0;}
.indent-block {
        margin-left:20px; }
		
/* .alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
} */

.alert {
        border:1px dotted #ccc;
        border-width:1px 0 1px 0;
        background:#f4f4f4; 
        margin:0 0 0 0;
        padding:8px;
        color:#666;
        font-size:0.9em;} 
.alert h3 {
        color:#ee3424;
        padding:0 0 0 18px;
        font-size:1.1em;
        font-weight:normal;
        margin:0;
        background:url(/images/css/i_alert.gif) 0 0 no-repeat;}
.alert p {
        margin:0 0 5px 0;
        padding:0;}
		
/* alert-success added to give webreg download success page the bootstrap alert-success styles */

.download-success { 

  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  margin-top: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

}
	
/* --------------------------------------------------
             EXPAND AND COLLAPSE MODULES
-------------------------------------------------- */
.ec {
	border:1px solid #aacfe2;
	border-width:1px 0px 0px 0px;
	margin:0;
	padding:5px 5px 10px 5px;
	font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 300;
}
.ecbackground {
	background-color:#f1faff;}
.echover {
	background-color:#f4f4f4;}  /* Rebrand 2015 */
a.eclink {
	cursor:pointer;
	padding:0 0 0 30px;
	display:block;
}
.ec h4 {
	margin:0 0 0 31px;
	padding:0;
	color:#555;}
.ec .ec-content {
	padding:0 0 15px 0;
	margin:20px 0 0 31px;
	display:none;}
.ec .ec-content p {
	margin:0 0 8px 0;
	padding:0;}
.ec .ec-content table {
	border-width:0;}
.ec .ec-content td {
	border:1px dotted #eaeaea;
	border-width:0 0 1px 0;
	padding:5px 3px;}
.showHide {
	margin:10px 0;}
.shortdesc {
	margin:0;
	padding:0;}
.collapse {
	background:url(/images/css/collapse.gif) center left no-repeat;}
.expand {
	background:url(/images/css/expand.gif) center left no-repeat;}
.ecBorderBot {
	border-bottom:1px solid #aacfe2;}
	
/* -----------------------------------------------------    
            ROUNDED BOXES FOR DOCS , QUICK LINKS 
------------------------------------------------------*/

.docbox, .docbox_body, .docbox_head, .docbox_head h2 {
	background: transparent url(/images/css/docs_bknd.png) no-repeat bottom right;}
.docbox {
	width: 220px !important; /* intended total box width - padding-right(next) */
	width: 220px; /* IE Win = width - padding */
	padding-right: 0px; /* the gap on the right edge of the image (not content padding) */
	margin: 0px auto 20px auto; /* use to position the box */
}
/* set the top-right image */ 
.docbox_head {
	background-position: top right;
	margin-right: 0px; /* pull the right image over on top of border */
	padding-right: 40px; /* right-image-gap + right-inside padding */
}
/* set the top-left image */ 
.docbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	/*padding: 25px 0 15px 40px; */ /* padding-left = image gap + interior padding ... no padding-right */ 		
        font-size:14px;
        font-weight:bold;
        line-height:16px;
	margin:0;
	padding:5px 10px;
	height: auto !important;
	height: 1%; /* IE Holly Hack */
}
/* set the lower-left corner image */ 
.docbox_body {
	background-position: bottom left;
	margin-right: 25px; /* interior-padding right */
	padding: 5px 0 15px 15px; /* mirror .cssbox_head right/left */
}
.ctabox, .ctabox_body, .ctabox_head, .ctabox_head h2 {
	background: transparent url(/images/css/cta_bknd.png) no-repeat bottom right;
}
.ctabox {
	width: 220px !important; /* intended total box width - padding-right(next) */
	width: 220px; /* IE Win = width - padding */
	padding-right: 0px; /* the gap on the right edge of the image (not content padding) */
	margin: 0px auto 10px auto; /* use to position the box */
}
/* set the top-right image */ 
.ctabox_head {
	background-position: top right;
	margin-right: 0px; /* pull the right image over on top of border */
	padding-right: 40px; /* right-image-gap + right-inside padding */
}
/* set the top-left image */ 
.ctabox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	/*padding: 25px 0 15px 40px; */ /* padding-left = image gap + interior padding ... no padding-right */ 		
        font-size:14px;
        font-weight:bold;
        line-height:16px;
	margin:0;
	padding:5px 10px;
	height: auto !important;
	height: 1%; /* IE Holly Hack */
}
/* set the lower-left corner image */ 
.ctabox_body {
	background-position: bottom left;
	margin-right: 25px; /* interior-padding right */
	padding: 5px 0 15px 5px; /* mirror .cssbox_head right/left */
}
#cta {
	list-style:none;
	margin:0;
	padding:3px 3px 3px 10px;}
#cta-wrap {
	background:white;
	position:relative;
	margin:0;
	padding:0;}
#cta li {
	list-style-image:none;
	padding:1px 2px 1px 0;}
#cta a {
        display:block;
	padding:0 0 0 20px;
        line-height:14px;
	font-size:12px;} /* modified from 0.9em by todd per Yuki */
#cta a.form {
	background: url(/images/css/i_form.gif) 0 0 no-repeat;}
#cta a.training {
	background: url(/images/css/i_training.gif) 0 0 no-repeat;}
#cta a.key {
	background: url(/images/css/i_key.gif) 0 0 no-repeat;}
#cta a.cart {
	background: url(/images/css/i_cart.gif) 0 0 no-repeat;}
#cta a.video {
	background: url(/images/css/i_video.gif) 0 0 no-repeat;}
#cta a.sales {
	background: url(/images/css/i_sales.gif) 0 0 no-repeat;}
#cta a.support {
	background: url(/images/css/i_support.gif) 0 0 no-repeat;}
#cta a.download {
	background: url(/images/css/i_download.gif) 0 0 no-repeat;}
#cta a.partner {
	background: url(/images/css/i_partner.gif) 0 0 no-repeat;}
#cta a.save {
	background: url(/images/css/i_save.gif) 0 0 no-repeat;}
#cta a.email {
	background: url(/images/css/i_email.gif) 0 0 no-repeat;}
#cta a.rss {
	background: url(/images/css/i_rss.gif) 0 0 no-repeat;}
#cta a.print {
	background: url(/images/css/i_print.gif) 0 0 no-repeat;}

/* --------------------------------------------------
                    TABLE STYLES
-------------------------------------------------- */   
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th,
.table td,
.stripeMe th,
.stripeMe td {
  padding: 8px;
  line-height: 18px;
	text-align:left;
  vertical-align: top;
  border-top: 1px solid #ccc; /* REBRAND 2015 */
}
.table th,
.stripeMe th {
        font-weight:bold;
}
.table thead th
.stripeMe thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tr:hover td,
.table tr:hover th {
  background-color: #f5f5f5;
}
.featureTable td,
.stripeMe td,
.stripeMe th {
  padding:3px 8px;
  border:1px solid #ccc; /* REBRAND 2015 */}
.featureTable td.thBorder,
.stripeMe td.thBorder {
	border-bottom:1px solid #ccc; /* REBRAND 2015 */}
.featureTable .firstColumn {
	margin:0;
	padding:2px 2px 5px 2px;
	text-align:left;
	font-size:0.9em;
	width:60%;}
.featureTable ul {
	list-style-image:url(/images/css/square.gif);
	width:300px;
	margin:0 0 0 15px;}
.featureTable ul li {
	margin: 0;
	padding:0;}
.featureTable p {
	margin:0 0 0 15px;
	padding:0; }
.featureTable h4{
	color:#4169E1;
	font-weight:normal; }
.featureTable thead tr .header {
	background-image: url(../images/css/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer; }
.featureTable tbody tr.odd td {
	background-color:#f4f4f4; }
.featureTable thead tr .headerSortUp {
	background-image: url(../images/css/asc.gif); }
.featureTable thead tr .headerSortDown {
	background-image: url(../images/css/desc.gif); }
.featureTable thead tr .headerSortDown, 
.featureTable thead tr .headerSortUp {
	background-color: #e9eaa6;}
.stripe,
.odd {
        background-color:#f4f4f4;} /* REBRAND 2015 */

.hiliteFeatureRow {
	background-color:#fffdde;}
.hiliteColumn {
	background-color:#ddeaf2;}
.hiliteFeatureRowColumn {
	background-color:#e3ebd4;}
.ck {
        background:url(/images/css/checkmark.gif) 50% 50% no-repeat;}
.rowHeader {
  font-weight: bold;
        background-color:white;
        border-top:1px solid #eaeaea;
        border-bottom:1px solid #eaeaea;
        padding:10px;
        color:#b20838;}
/* --------------------------------------------------
 ACCORDION STYLES
-------------------------------------------------- */   
.accord  {
  text-align:left;
        width:220px;
        margin:0 0 25px 0; /* added 25px bottom for bk gallery page */
        padding:0;}
.accord a {
   color:#245cce;
   text-decoration:none;}
.accord a:hover {
   color:#be0000; 
   text-decoration:underline;}
.accord div.accordOuter {
        background:transparent url(/images/css/galleryAccordOuter220.gif) bottom left no-repeat;
        margin:-2px 0px 2px 0;
        padding:0;}
.accord div.accordInner {
        background:transparent url(/images/css/galleryAccordInner220.gif) 0 0 no-repeat;
        z-index:500;
        margin:0;
        padding:10px;
        height:165px;
        overflow:auto;}
.accord a.acTitle {
        background:transparent url(/images/css/galleryAccord220.jpg) no-repeat;        
        color:#245cce;
	cursor:pointer;
	display:block;
	padding:5px;
        margin:0 0 2px 0;
	text-decoration: none;}
.accord a.acTitle:hover {
        text-decoration:underline;}
.accord p {
        margin:0 0 5px 0;}
	
/* -----------------------------------------------------    
                 CLEAR
------------------------------------------------------*/
div.clearer {
	clear: both;
	line-height: 1px;
	height: 0;}
div.bot-clear {
	margin: 0 0 10px 0;
	padding: 0;}
div.goto-top {
	position: relative;
	margin: 10px 0 7px 89%;
	padding: 0;} /* anchor style taken from universal.css*/
	
/* -------------------------------------------------
            Online Store
------------------------------------------------- */
.store{
     list-style:none;
	margin:0;
	padding:3px 3px 3px 10px;}
}
.store h4{
	font-weight:bold;
	color:#000;
}
.store li {
	list-style-image:none;
	padding:3px 2px 3px 0;}
.store a {
        display:block;
	padding:3px 0 3px 30px;
	font-size:0.9em;}
.store a.cart{  
       line-height:22px;
       background: url(/images/css/i_cart.gif) 0px 0px no-repeat;}
.store a.ask{  
       line-height:22px;
       background: url(/images/css/i_info.gif) 0px 0px no-repeat;}	
.store span {
    padding: 0 0 0 28px;
    font-weight:bold;
}
#survey_link {
     position: fixed;
     right: 5px;
     bottom: 5px;
     display: block;
     width: 216px; 
     height: 63px;
     text-indent: -10000px;
     background-image: url(/images/home_page/take-survey.png);
     overflow: hidden;
	 z-index:100;
}
