@charset "utf-8";
/* CSS Document */
h1{
    color: #003366;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
h2{
	color: #003366;
}
/*widget catalog wizard changes*/

*+html .xp-b-right { 
    margin-bottom:8px!important;
}
#widgetcatalogWizard .outer {
    border: none!important;
}
.bannerFooter{display:block!important;}
.default {
    background: none repeat scroll 0 0 #D4E9EE !important;
	height:auto!important;
	padding: 1px 0 7px 5px !important;
}
.default h4 {
    margin-top: 8px!important;
	font-size: 12px;
    font-weight: bolder;
}
.default h5 {
    margin-top: 5px!important;
    font-weight: bolder!important;
}
.xp-b-submit2 {
	padding: 4px 10px 7px 7px!important;
}
/*table css changes*/
#cookie_table {
	margin-top: 10px;
}
#cookie_table th {
    font-size: 14px;
    font-weight: normal;
	padding: 6px 10px;
    text-align: left;
}
#cookie_table thead th {
    background-color: #D4E9EE;
    border-right: 1px solid #fff;
	color: #006699;
    text-align: left;
}
#cookie_table tbody th {
	border-bottom: 1px solid #D4E9EE;
	width: 250px;
}
#cookie_table td {
	border-bottom: 1px solid #D4E9EE;
	padding: 6px 10px;
}
#cookie_table p {
    margin: 10px 0;
}