/* Stylesheet for MS Horizons website */

/* Headings */
H2 {
    color : #00007f;
    font-family : "Palatino Linotype", Palatino, Times, serif }

H3 {
    color : #98cd99;
    font-family : "Palatino Linotype", Palatino, Times, serif }


/* Set border for product images */
img.photo { border: 2px solid #00007f; }


div.productfig {
  padding-left: 10px; 	
  padding-right: 10px; 	
  padding-bottom :20px;
  margin-left: 0.67em auto;
  margin-right: 0.67em auto;

  font-family : "Palatino Linotype", Palatino, Times, serif;
  text-align: center;
  font-size: smaller;
  line-height: 1.1;
}

div.figure img {
  width: 100%;
}


.left { float: left; }

.right { 
float: right; 
clear:right;
}

.clearboth { clear: both; }

/* Contact Us table */
TD.heading { 
    color : #00007f; 
    font-family : "Palatino Linotype", Palatino, Times, serif;
    font-size: large }
    
TD.subheading { 
    color : #00007f; 
    font-family : "Palatino Linotype", Palatino, Times, serif }
    
TD.small_subheading { color : #00007f; font-size : small }

/* Terms & Conditions list */
LI.legal { 
    color : #00007f;
    font-family : "Palatino Linotype", Palatino, Times, serif }
LI.lettered {
    list-style-type : lower-alpha;
    color : #00007f; 
    font-family : "Palatino Linotype", Palatino, Times, serif }
OL.lettered {
    list-style-type : lower-alpha;
    color : #00007f; 
    font-family : "Palatino Linotype", Palatino, Times, serif }
        
/* Menu-related */
TABLE.mainmenu { border : medium solid #00007f }

TABLE.prodmenu { }

SPAN.menuitem { 
    cursor : pointer;
    color : #00007f;
    font-size : large;
    font-weight : bold;
    font-family : "Palatino Linotype", Palatino, Times, serif }
    
/* Paragraph styles */
P { font-family : "Palatino Linotype", Palatino, Times, serif }

P.articleDate { font-size : small; color : gray }
P.legal { color : black }
P.footer { font-size : small }
P.quote { color : blue ; font-size : 90% ; font-style : italic }
ul {font-family : "Palatino Linotype", Palatino, Times, serif; }

B { color : #00007f}


SPAN.warning { color : red }
