/* 10:08 24/05/2012 */

#FreeFormatPage {
    width: 1000px;
    margin: 0;
    padding: 10px 0;
}


#FreeformatPage main h4, main h5, main h6, main p, main li, main th, main td, main dt, main dd {
font-size: 1em;
}


#FreeFormatPage img {
    display: block;
    margin: 0;
    padding: 0;
}

#FreeFormatPage img.example-ad {
    clear: both;
    margin: 10px auto;
}

#FreeFormatPage p, #FreeFormatPage p a {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 1em;
}

#FreeFormatPage p {
    padding: 0;
}

#FreeFormatPage h1 {
    font-size: 1.5em;
    margin: 0 0 1em;
}

#FreeFormatPage h2 {
    font-size: 1.33em;
    margin: .75em 0 1em;
}

#FreeFormatPage h3 {
    font-size: 1.16em;
    margin: 1em 0 0;
}

#FreeFormatPage h3.browser-icon {
    line-height: 32px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    padding: 0 0 0 38px;
}

.browser-ie {
	background-image: url(http://images2.drct2u.com/content/images/freeformat/1205SS_ALL_cookies_page_ie_32.png);
}

.browser-chrome {
	background-image: url(http://images2.drct2u.com/content/images/freeformat/1205SS_ALL_cookies_page_chrome_32.png);
}

.browser-firefox {
	background-image: url(http://images2.drct2u.com/content/images/freeformat/1205SS_ALL_cookies_page_firefox_32.png);
}

.browser-safari {
	background-image: url(http://images2.drct2u.com/content/images/freeformat/1205SS_ALL_cookies_page_safari_32.png);
}

.tabNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabNavigation li {
    display: inline;
}

.tabNavigation li a {
    padding: 4px;
    background-color: #ccc;
    color: #000;
    text-decoration: none;
	display: inline-block;
	margin: 0;
}

.tabNavigation li a.selected,.tabNavigation li a:hover {
    background-color: #333;
    color: #fff;
}

div.tabs > div {
    padding: 8px;
    border: 1px solid #CCC;
}

div.tabs > div ul,div.tabs > div ol {
    margin: 1em 0;
    padding: 0 0 0 16px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0000);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#FreeFormatPage table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 18px;
}

#FreeFormatPage table th,#FreeFormatPage table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ccc;
}

#FreeFormatPage table th {
    font-weight: 700;
    width: 15%;
    word-wrap: break-word;
}

#FreeFormatPage table thead th {
    vertical-align: bottom;
}

#FreeFormatPage table tbody + tbody {
    border-top: 2px solid #ccc;
}

#FreeFormatPage .table-bordered {
    border: 1px solid #ccc;
    border-collapse: separate;
    border-collapse: collapsed;
    border-left: 0;
}

#FreeFormatPage .table-bordered th,#FreeFormatPage .table-bordered td {
    border-left: 1px solid #ccc;
}
