﻿/*
 * Global IE fixes
 */
.row {
   height: 1%;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: rgb(255,255,255);
    font: 11px Arial, Helvetica, Sans-Serif;
}
.spacer {
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    clear: left;
}

/*
 * Page Styles: Banner Placement
 */
.bannerTypes {
    width: 650px;
    margin: 10px;
}
.bannerTypes .row {
    text-align: center;
    margin-bottom: 20px;
}
.bannerTypes .item {
    float: left;
    width: 210px;
}
.bannerTypes .item .note {
    padding-top: 5px;
    font-weight: bold;
}
.bannerTypes .row2 .item {
    width: 315px;
}


/*
 * Page Styles: Banner Examples
 */
.bannerExample {
    /*width: 650px;*/
    width: 100%;
    margin: 10px;
}
.bannerExample .header {
    font-size: 14px;
    font-weight: bold;
}
.bannerExample .row {
    text-align: center;
    margin-bottom: 20px;
}
.bannerExample .item {
    /*float: left;
    width: 210px;*/
}
.bannerExample .item .note {
    padding-top: 5px;
    font-weight: bold;
}
.type2 .item {
    float: none;
    /*width: 478px;*/
    margin-bottom: 20px;
}
.type3 .item {
    float: none;
    /*width: 244px;*/
    margin-bottom: 20px;
}
.type4 .item {
	float: left;
    /*width: 214px;*/
    width: 50%;
    margin-bottom: 20px;
}
.type5 .item {
	float: left;
    /*width: 210px;*/
    width: 50%;
    margin-bottom: 20px;
}
.type6 .item {
    float: none;
   /* width: 738px;*/
    margin-bottom: 20px;
}