/* TITANIUM */

body {
	margin-top: 0;
	padding-top: 0;
	font: 10pt Verdana, "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	background-color: #ccc;
	color: #444;
}
#page {
	margin-left: auto;
	margin-right: auto;
	width: 992px;
}
a, a:hover, a:visited {
	color: #0085cf;
}
#head {
	clear: both;
	width: 992px;
	background-color:#231F20;
	height:142px;
	font-size:12px;
	padding:0;
}
/*------------------- globalsettings/colors ------------------------*/
.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.center {text-align: center; }
.underline { text-decoration: underline !important;  }
.red {color:#c33;}
.black {color:Black;}
hr, .grey {color:#666;}
.clear {clear:both;}
.no_padding {padding:0;}
/* header import from confidential Site.css start */
.eetimes_logo
{
    background: transparent url(sprite-master.png) no-repeat;
    background-position: -512px -38px; 
    width:130px; height:52px; 
    float:left;   
    margin:14px 0 0 14px;
}
.confidential_logo
{
    background: url(sprite-master.png) no-repeat;
    background-position: 0 -38px;
    width:512px; height:105px;    
    float:left;
    margin: 0 0 0 25px;
}
.divider {
    background-color:#d0d0d0;
    height:1px;
    clear:both;
}
.header_info 
{    
    padding:0 50px 0 0;
    float:right;
}
.header_info span a
{  
    padding:0 0 0 15px;
    color:white;
    font-family: Georgia, serif;
    background-color:transparent;
}
input.searchbutton {
    color: White;
    height: 24px;
    margin-top: 0;
    padding: 1px 6px;
    overflow: visible;
    margin-left:15px;    
    border-color: black;
    background-image: url(nav-sprite.png);
	background-position: 0 -24px;
    background-repeat: repeat-x;    
    cursor: pointer;
    background-color:transparent;
}
#Confidential_Search_Text {
    border-color: black;
    height: 18px;
    width: 180px;
    padding: 1px 0;
    float:left;    
}
/*------------------- nav ------------------------*/
#head ul 
{
    margin:0px;	
	padding:0px;
	height: 36px;	
	font-size:1em;
	font-family: Arial,Verdana,Sans-Serif;
	float:left;	
	width:100%;
	background-image: url(nav-sprite.png);
	background-position: 0 0;
    background-repeat: repeat-x;        
}
li#Home, li#Extra, li#Big_Idea, li#EET_QA, li#Lay_Land, li#VC_Watch, li#Maret_Data, li#Company_Teardown {
	background-image: url(nav-sprite.png);
	background-position: 0 -36px;
    background-repeat: repeat-x;           	
}
#head ul li {	
	float: left;
    height: 36px;
    list-style: none outside none;
    position: relative;    
	}	
#head ul li a {
    background-color:transparent;
	color:white;
	text-decoration:none;
	line-height:36px;
	padding:0;
	display:block;
	text-align:center;
	font-weight:bold;	
	}	
#head ul li.home a { margin-left:7px;}
#head ul li a:hover {
	background-image: url(nav-sprite.png);
	background-position: 0 -72px;
    background-repeat: repeat-x;    
	color:#cc0000;		
}
li#Home { width:65px;}
li#Extra { width:65px;}
li#Big_Idea { width:93px;}
li#EET_QA { width:107px;}
li#Lay_Land { width:111px;}
li#VC_Watch { width:77px;}
li#Maret_Data { width:91px;}
li#Company_Teardown { width:134px;}
li#Special_Reports { width:113px;}
li#Events { width:59px;}
li#Archives { width:70px;}
.hide-textindent 
{
    display: block;
    overflow: hidden;
    text-decoration: none;
    text-indent: -999em;
}
/* footer */
#footer {       
    clear:both;     
    background-color: #E8E8E8;
    float: left;
    padding: 18px 0;
    position: relative;
    width: 992px;  
	text-align:center;
}
#footer a {
	color:#444;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;	
}
#footer-info {
	float:left;	
	padding: 15px 0 0 24px;
}
/* end import */
#content {
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	padding: 10px 0px;
}
#content-inner {
	margin-left:auto;
	margin-right:auto;
	width:730px;	
}
#head-security {
	/*text-align: right;
	padding-right: 1em;
	background-image: url(fs_secure-ordering.png) no-repeat left;
	background-position: 400px 20px;
	*/
	    background: url(fs_secure-ordering.png) no-repeat;
    width:168px; height:48px;    
    float:left;
    margin: 16px 0 0 25px;
}
/**
 * Switches
 */

/* No security info */
.ns #head-security {
	display:none;
}
/* No header */
.nh #head {
	display:none;
}
/**
 * Override
 */

.store-order-action-list li {
	white-space: normal !important; /* france length */
}
.core-form-field-required .core-form-field-label {
	font-weight: bold;
}
.core-form-field-group + .core-form-field-group {
	margin-top: 2em;
}
.core-form-field-label {
	margin-bottom: 4px;
}
.core-body-window .core-section {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	margin-top: 2em;
}
.core-body-window .core-section-header {
	background-color:#E8E8E8;
	margin: 0px;
	font-size: 12px;
	padding-left: 10px;
	color: white;
	padding: 10px;
	letter-spacing: 1px;
	color:#c33;
}
.core-body-window .core-section-body {
	padding: 2em;
	border: 1px solid #aaa;
	background: #f8f8f8;
}
.store-footer {
	color: #444;
	margin-bottom: 30px;
	padding: 2em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.store-footer a:link, .store-footer a:visited {
	color: #00bfff;
}
.store-footer a:hover {
	color: #ffa500;
	text-decoration: none;
}
.store-product-detail-description-short {
	margin-left: 1em;
}
.store-product-list-item {
	margin-bottom: 0;
}
.store-product-list-item-title {
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px #ddd;
}
.store-product-list-item-description {
	margin-top: 1em;
}
.store-product-detail {
	line-height: 1.4em;
}
.store-product-detail-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-right: 1em;
	text-shadow: 2px 2px 2px #ddd;
	letter-spacing: 1px;
}
.core-form-field-group-header, .store-product-list-item-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 1em;
}
.store-page-navigation {
	border-top: 1px dotted #ddd;
}
.store-product-detail-quantity {
	margin-top: 10px;
}
.store-product-detail-description, .store-product-list-item-description {
/*	text-align: justify;*/
	margin-bottom: 1em;
}
.store-product-option-groups {
	padding-left: 1em;
	padding-right: 1em;
}
.core-form-field-body-note {
	font-size: 10px;
	margin-top: 4px;
	color: #666;
}
