﻿/* Design & Code (c) Pyramid Semiconductor */

* {
	}

body 
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	background: #fff; 
	text-align: justify;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}	
	
	
.clear { clear: both; }	
	
/* Headings H1-H6 */
h1 { }

h2 { }

h3 { }

h4 
{
    font-size: 13px;
    font-weight: bold;
    display: block;
    padding: 2px;
}

h5 { }

h6 { }


/* Paragraph and Link Styles */
p, li 
{
    font-size: 12px;
    
 }

a img 
{
    border: 0px;
}

#home td 
{
    line-height: 1.4em;
    font-size: 12px;
    font: normal "Arial", "Tahoma", sans-serif;	
}
	
#content 
{
    width: 900px;
    margin-left: 20px;
    margin-top: 55px;
    font: normal "Arial", "Tahoma", sans-serif;	
    
    }	
	
	


/* Tables */

#smdtable { }

    #smdtable {
        border-collapse: collapse;
        font-size: 14px;
        float: left;
        margin-right: 20px;
    }

    #smdtable td {
        border: 1px solid #000000;
    }

    #smdtable .heading {
        width: 250px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #000000;
    }

    #smdtable .tabletitle {
        border: none;
    }

    #smdtable .blankcol {
        border-top: none;
        border-bottom: none;
    }

table.sales 
{
    border-spacing: 20px;
}


.sales td 
{
    border: 1px solid #000000;
    padding: 0px;
    margin: 0px;
}

.sales tr td span.country 
{
    display: block;
    background-color:#696969;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    margin-bottom: 15px;
}

.sales tr td div.address {
    margin-left: 18px;
    margin-bottom: 20px;
    margin-right: 10px;
    font-size: 13px;
 }

table tr th {
text-align: left;
padding: 3px;
}

table tr td {
vertical-align: top;
padding: 3px;
margin: 0px;
}



table.products tr {
height: 25px;
}

table.products tbody tr td {
font: normal 14px/1.5em "Arial", "Tahoma", sans-serif;
background-color: #EDEDED;
vertical-align: middle;
border-width: 0px;
empty-cells: show;
border-collapse: collapse;
border-spacing: 2px;
text-align: center;
}

table.products tbody tr td.desc 
{
    text-align: left;
}

table.products thead tr td {
border-color: #000000;
background-color: #C4C4C4;
color: #000000;
text-align: center;
font-size: 14;
vertical-align: middle;
font-weight: bold;
}

#datasheets { }
    
    #datasheets table 
    {
        border: 1px solid #000000;
        width: 100%;
        margin-bottom: 25px;
        margin-top: 25px;
    }
    
    
    #datasheets table thead td 
    {
        text-align: center;
        font-weight: bold;
        font-size: 16;
    }
        
    #datasheets table td.subhead 
    {
        background-color: #C4C4C4;
        font-weight:bold;
        text-align: center;
        text-transform: uppercase;
        padding: 4px;
        border-bottom: 10px solid #FFFFFF;
    }
    
    #datasheets table td {
        background-color: #FFFFFF;
   }

    #datasheets table td.prod {
        width: 65px;
        text-align: left;
        font-weight: bold;
        }

    #datasheets table td.desc {
        width: auto;
        text-align: left;
        }

    
table.testlocations tr {
height: 25px;
}

table.testlocations tbody tr td {
background-color: #EDEDED;
vertical-align: middle;
border-width: 0px;
empty-cells: show;
border-collapse: collapse;
border-spacing: 2px;
text-align: left;
font-size: 12;
}

table.testlocations thead tr td {
border-color: #000000;
background-color: #C4C4C4;
color: #000000;
text-align: left;
font-size: 14;
vertical-align: middle;
font-weight: bold;
}



/* Forms */

span.required 
{
    color:Red;
    font-weight:bolder;
    font-size:x-large;
}

fieldset 
{
    width: 400px;
}

td.label 
{
    font-size: 11px;
    width: 200px;
}

/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: normal, hover, click */
.TM0o0 {
	background: #8B0000;
	border: 1px solid #FFFFFF;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
}

/* blue grades - sub levels; text properties for states: normal */
.TM1i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #DCDCDC;
	border: 1px solid #FFFFFF;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #8B0000;
	border: 1px solid #FFFFFF;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}


