﻿body 
{
    color: #696969;
    font-size: .72em;
    font-family: Century Gothic, Verdana, Helvetica, Sans-Serif;
    line-height: 1.3em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1em;
    color: #000;
    font-family: Century Gothic, Verdana, Helvetica, sans-serif;
}

h1
{
    padding-bottom: 0;
    margin-bottom: 0;
    color:Black;
    text-transform: uppercase;
    color: #862369;
    font-size: 1.4em;
}
h2
{
    padding: 5px 0 0 0;
    margin-top: 15px;
    font-size: 1.1em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

a, a:link, a:hover, a:active,a:visited
{
    color: #026169;
    text-decoration: none;   
}
/*
a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #862369;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}
*/
ul 
{
    margin-left: auto;
    padding-left: 20px;
}
li 
{
    list-style-image: url(Images/listBulletSquare.png);
    list-style-type: square;
    margin-left: 0px;
}

table.specifications 
{
    border: solid 1px black;
    border-collapse: collapse;
}

table.specifications th
{
    padding: 6px 5px;
    background-color: #dec3d6;
    font-weight: normal;
    text-align:left;
    font-size: 1em;
}

table.specifications td
{
  padding: 5px; 
  margin: 5px;  
  /*border: solid 1px #e8eef4;*/
}

.companyName
{
    font-weight: bold;
    color: #026169;
}

.keywordHighlight 
{
    font-weight: bold;
    color: #862369;
}


.productKeywordHighlight 
{
    color: #026169;
}

img 
{
    border: 0;
}

img.productThumbnail 
{
    width:100px;
    position:relative;
    float:left;
    clear:left;
    border: none 0px;
    padding-right: 10px;
}

div.imageWrapper 
{
    padding-bottom: 40px;
}

/* File Link decorations */
/* Compressed archives */
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'] {
background:transparent url(images/icons/zip.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}
/* PDF document links */
a[href$='.pdf'] {
background:transparent url(images/icons/pdf.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}
 
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
background:transparent url(images/icons/excel.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(images/icons/word.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}
 
/* PowerPoint Document Links */
a[href$='.ppt'] {
background:transparent url(images/icons/powerpoint.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
} 

/* Flash Movie Links */
a[href$='.swf'], a[href$='.fla'] {
background:transparent url(images/icons/flash.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}

/* MP3 Audio Links */
a[href$='.mp3'] {
background:transparent url(images/icons/audio.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:18px;
}

/* File Link decorations */
