/* Look-n = Look Neutral, affects only the size */
.look-n {
font-size:1.2em;
font-weight:bold;
color:#3366cc;
}
.look-me {
font-size:1.2em;
font-weight:bold;
color:#CC0000;
}
.order-n {
font-size:9pt;
font-weight:bold;
color:#FFFFFF;
background: #FF0000 url(../images/shopping-cart-white.gif) left no-repeat;
padding: 1px 2px 1px 32px;
text-decoration:none;
}
.details-n {
font-size:1.1em;
font-weight:bold;
color:#FFFFFF;
background: #003399 url(../images/info-icon.gif) left no-repeat;
padding: 1px 2px 1px 25px;
text-decoration:none;
}
.contact-n {
font-size:1.1em;
font-weight:bold;
color:#FFFFFF;
background: #006633;
padding: 2px 4px 2px 4px;
text-decoration:none;
}
.seminar-n {
font-size:1.1em;
font-weight:bold;
color:#3366cc;
text-decoration:none;
}
/* LAYOUT */
div.blogcell {
width:98%;
float:left;
padding:0 5px 0 8px;
text-align:justify;
}
div.blogcell h1.contentheading {
text-align:left;
}
div.blogrow {
width:100%;
clear:both;
}


