/* Global Overrides */
#sitemap_content{
	background-color:#F7F7F7;
	padding-bottom:40px;
	padding-top:20px;
}

.article h1 {
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.article h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 36px;
    padding: 5px;
	background:url("/cmsbusiness/images/en/background_search-result-save-1x30.jpg") repeat-x;
	border-top:1px solid #D5D5D5;
	border-bottom:1px solid #D5D5D5;
}

.article h3 {
    margin-top: 12px;
    font-size: 13px;
    margin-bottom: 5px;
	padding: 0 0 0 5px;
}

.article h2 a, .article h2 a:visited, .article h3 a, .article h3 a:visited {
	color:#333;
	text-decoration:none;
}

.article h2 a:active, .article h2 a:hover, .article h3 a:active, .article h3 a:hover {
	color:#CC0000;
	text-decoration:none;
}

.article ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    line-height: 18px;
    padding:0;
    margin:0;
}
.article li {
    margin:0;
    background:none;
    line-height:18px;
    padding:0;
    margin:0;
	padding: 0 0 0 5px;
}

.article ul li a, .article ul li a:visited {
	color:#666666;
	text-decoration:underline;
	font-size:12px;
	}
	
.article ul li a:hover, .article ul li a:active {
	color:#CC0000;
	}

/* Grid Styles*/

.column {
    float: left;
}
.grid1col .grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid3col, .grid3cola, .grid4col, .grid5col, .grid6col {
    width: 100%;
}
.grid2col .column {
    width: 49%;
}
.grid2col .grid2col .column {
    width: 47.8%;
}
.grid3col .grid2col .column {
    width: 46%;
}
.grid4col .grid2col .column {
    width: 45%;
}
.grid2cola .column.first {
    width: 66%;
}
.grid2cola .column.last {
    width: 32%;
}
.grid2colb .column.first {
    width: 74.9%;
}
.grid2colb .column.last {
    width: 23%;
}
.grid2colc .column.first {
    width: 32%;
}
.grid2colc .column.last {
    width: 66%;
}
.grid2cold .column.first {
    width: 23%;
}
.grid2cold .column.last {
    width: 74.9%;
}
.grid2cole .column.first {
    width: 79%;
}
.grid2cole .column.last {
    width: 19%;
}
.grid2colf .column.first {
    width: 19%;
}
.grid2colf .column.last {
    width: 79%;
}
.grid3col .column {
    margin-left: 2%;
    width: 32%;
}
.grid2col .grid3col .column {
    width: 31%;
}
.grid3cola .column {
    margin-left: 2%;
    width: 58%;
}
.grid3cola .column.first, .grid3cola .column.last {
    width: 19%;
}
.grid4col .column {
    margin-left: 3%;
    width: 23%;
}
.grid5col .column {
    margin-left: 2%;
    width: 18.4%;
}
.grid6col .column {
    margin-left: 2%;
    width: 15%;
}
.column.first, .column.last {
    margin-left: 0 !important;
}
.column.last {
    float: right !important;
}

#sitemap_content:after, .grid1col:after, .grid2col:after, .grid2cola:after, .grid2colb:after, .grid2colc:after, .grid2cold:after, .grid2cole:after, .grid2colf:after, .grid3col:after, .grid3cola:after, .grid4col:after, .grid5col:after, .grid6col:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}