/* #FILE - mod-ui-frame */



/* ----- mod-frame GMX ----- */



/* #MOD ----- Auxiliary ----- */


div#main, div#searchbox-btm {
	background: #E3EDFA url(../images/common/bg-main.gif) 8px 0 repeat-y;
	padding-left: 8px;
	position: relative;
	width: 815px;
	z-index: 0;
}

div#searchbox-btm {
	position: static;
	width: 790px;
}

#nav-skip {
	text-align: right;
}

#nav-skip a {
	color: #FFF;
	font-size: 11px;
	height: 1px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -500em;
	width: 1px;
}

#nav-skip a:active, #nav-skip a:focus {
	left: 615px;
	height: auto;
	top: 22px;
	width: 150px;
}



/* #MOD ----- Navigation Top ----- */


#nav-top {
	background: url(../images/common/nav/top/bg.gif) left top no-repeat;
	height: 114px;
	position: relative;
	width: 823px;
}

#nav-top ul {
	list-style-type: none;
}

#nav-top li {
	float: left;
}

/* #DOC - Logo */
#nav-top #logo {
	background: url(../images/common/logo.gif) left top no-repeat;
	display: block;
	height: 34px;
	left: 32px;
	overflow: hidden;
	position: absolute;
	text-indent: -1000px;
	top: 29px;
	width: 106px;
}

/* #DOC - Search */
#nav-top #nt-search {
	top: 11px;
	left: 195px;
	position: absolute;
}

#nav-top #nt-search legend {
	display: none;
}

#nav-top #nt-search #nt-search-options li {
	color: #C5D6B8;
	margin-right: 4px;
}

#nav-top #nt-search #nt-search-options a {
	color: #FFF;
	padding: 0 4px 2px;
}

#nav-top #nt-search #nt-search-options .ntso-focus a {
	background-color: #7FA63B;
	font-weight: 700;
}

#nav-top #nt-search-input {
	border: 1px solid #C5D6B8;
	clear: both;
	float: left;
	margin-top: 5px;
	padding: 2px 3px 3px;
}

#nav-top #nt-search-input #search {
	border: 0;
	height: 14px;
	padding: 5px;
	vertical-align: bottom;
	width: 280px;
}

#nav-top #nt-search-input #search.def {
	background: #FFF url(../images/icons/img-search-wm.gif) left 2px no-repeat;
}

#nav-top #nt-search-input #nt-btn-search {
	background: url(../images/common/nav/top/btn-search.gif) left top no-repeat;
	border: 0;
	color: #FFF;
	height: 25px;
	font-size: 12px;
	font-weight: 700;
	padding: 0 0 3px;
	width: 78px;
}

/* #DOC - Navigation */
#nav-top #nt-nav {
	bottom: 0;
	left: 121px;
	position: absolute;
}

#nav-top #nt-nav a {
	background: url(../images/common/nav/top/bg-set-tab.gif) left top no-repeat;
	color: #114DA1;
	display: block;
	font: 700 13px/17px arial,verdana,sans-serif;
	padding: 11px 9px 7px 12px;
}

#nav-top #nt-nav .nt-nav-first a {
	background-position: left -45px;
	padding-left: 9px;
}

#nav-top #nt-nav .nt-nav-last {
	background: url(../images/common/nav/top/bg-set-tab.gif) left top no-repeat;
}

#nav-top #nt-nav .nt-nav-last a {
	background: url(../images/common/nav/top/bg-set-tab.gif) right -90px no-repeat;
	margin-left: 3px;
	padding-right: 11px;
	padding-left: 9px; /* #DOC - this value depends on padding-left of #nav-top #nt-nav a{} (always minus 3px, because of margin-left!) */
}

#nav-top #nt-nav a:hover {
	background-position: left -145px;
}

#nav-top #nt-nav .nt-nav-first a:hover {
	background-position: left -190px;
}

#nav-top #nt-nav .nt-nav-last a:hover {
	background-position: right -235px;
}

/* #DOC - Binary */
#nav-top #nt-bin {
	background: url(../images/common/nav/top/bg-set-login.gif) left top no-repeat;
	color: #84A5CF;
	height: 25px;
	right: 3px;
	top: 0;
	position: absolute;
}

#nav-top #nt-bin li {
	line-height: 23px;
}

#nav-top #nt-bin a {
	color: #1C449B;
	display: inline-block;
	height: 23px;
	padding: 0 7px 2px;
	vertical-align: middle;
}

#nav-top #nt-bin #nt-bin-login {
	font-size: 12px;
	font-weight: 700;
	height: 25px;
}

#nav-top #nt-bin #nt-bin-login a {
	background: #2269C3 url(../images/common/nav/top/bg-set-login.gif) left bottom no-repeat;
	color: #FFF;
	padding-left: 13px;
	vertical-align: top;
}

#nav-top #nt-bin #nt-bin-login span {
	background: url(../images/common/nav/top/bg-set-login.gif) right bottom no-repeat;
	display: inline-block;
	height: 25px;
	width: 3px;
}

#nav-top #nt-bin #nt-bin-login a span {
	background: url(../images/common/nav/top/ico-login-arrow.gif) left top no-repeat;
	height: 9px;
	margin-right: -2px;
	vertical-align: middle;
	width: 7px;
}

/* #DOC - Binary - extra for pages with login-link only (Shopping, Enterprise) */
#nav-top.extra #nt-bin #nt-bin-login span {
	display: none;
}

#nav-top.extra #nt-bin #nt-bin-login a span {
	display: inline-block;
}

/* #DOC - Auxiliary */
#nav-top #nt-aux {
	background-color: #114DA1;
	bottom: 4px;
	color: #FFF;
	right: 12px;
	position: absolute;
}

#nav-top #nt-aux a {
	color: #FFF;
}



/* #MOD ----- Navigation Sub ----- */


#nav-sub {
	float: left;
	position: relative;
	height: 100%;
	margin-left: 12px;
	width: 150px;
	z-index: 10;
}

#nav-sub div div {
	padding: 0;
}

#nav-sub div div div {
	padding: 0;
}

#nav-sub ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-sub li {
	background-color: #FFF;
	background-repeat: no-repeat;
	font-size: 11px;
	width: 150px;
}

#nav-sub a, #nav-sub strong {
	background-repeat: no-repeat;
	color: #000;
	display: block;
	font-size: 11px;
}

#nav-sub a:visited {
	color: #000;
}

#nav-sub a:hover {
	text-decoration: underline;
}

#nav-sub .l1 {
	background-color: #FFF;
	margin-bottom: 10px;
}

#nav-sub strong {
	font-weight: 700;
}

#nav-sub .focus strong {
	font-weight: 400;
}

#nav-sub .l1 img {
	padding-top: 4px;
	padding-left: 5px;
	position: absolute;
}

#nav-sub img.icon-left {
	float: left;
	height: 16px;
	padding-right: 3px;
	padding-left: 0;
	position: static;
	width: 16px;
}

/* #DOC - Level 1-5 Padding + Border */
#nav-sub .l1 a {
	border-bottom: 1px solid #CED4DA;
	line-height: 23px;
	padding-left: 5px;
}

#nav-sub .l1 .focus a {
	font-weight: 700;
}

#nav-sub .l2 {
	border-top: 1px solid #CED4DA;
	margin-top: 4px;
}

#nav-sub .l2 a, #nav-sub .focus .l2 a {
	border-bottom: 1px solid #CED4DA;
	font-weight: 400;
	padding-left: 15px;
}

#nav-sub .l2 .open a {
	font-weight: 700;
	padding-left: 5px;
}

#nav-sub .l2 .l3 a {
	border-bottom: 1px solid #CED4DA;
	font-weight: 400 !important;
	padding-left: 15px;
}

#nav-sub .l2 .l3 .open a {
	border-bottom: 0;
	font-weight: 400;
	padding-left: 15px;
}

#nav-sub .l4 {
	background: #FFF;
	border-bottom: 1px solid #CED4DA;
	padding-bottom: 1px;
}

#nav-sub .l4 a {
	border-bottom: 0;
	line-height: 19px;
	padding-bottom: 1px;
	padding-left: 15px !important;
}

#nav-sub .l5 a {
	padding-left: 27px !important;
}

/* #DOC - Backgrounds */
#nav-sub .focus a, #nav-sub .open.focus {
	background-color: #ECEFF2;
}

#nav-sub .l1 .focus {
	background-color: #FFF;
}

#nav-sub .l2 .focus {
	background-color: #ECEFF2;
}

#nav-sub .l2 a {
	background: url(../images/common/nav/sub/set-default.gif) 6px -51px no-repeat;
}

#nav-sub .l2 .open a {
	background: none;
}

#nav-sub .l2 .l3 a {
	background: url(../images/common/nav/sub/set-default.gif) 6px -51px no-repeat;
}

#nav-sub .l2 .l3 .open a {
	background: url(../images/common/nav/sub/set-default.gif) 5px -86px no-repeat;
}

#nav-sub .l2 .l3 .l4 .focus a {
	background-color: #ECEFF2 !important;
}

#nav-sub .l2 .l3 .l4 a, #nav-sub .l2 .l3 .l4 .open a {
	background: none !important;
}

#nav-sub .l2 .l3 .l4 .l5 a {
	background: url(../images/common/nav/sub/set-channel.gif) 20px -107px no-repeat !important;
}

#nav-sub .l2 .l3 .l4 .l5 .focus a {
	background-color: #ECEFF2 !important;
}

/* #DOC - Backgrounds Topic */
#nav-sub .topic .focus a, #nav-sub .topic .open.focus {
	background-color: #FDE7D2;
}

#nav-sub .topic.l1 .focus {
	background-color: #FFF;
}

#nav-sub .topic .l2 .focus {
	background-color: #FDE7D2;
}

#nav-sub .topic .l2 a {
	background: url(../images/common/nav/sub/set-topic.gif) 6px -51px no-repeat;
}

#nav-sub .topic .l2 .open a {
	background: none;
}

#nav-sub .topic .l2 .l3 a {
	background: url(../images/common/nav/sub/set-topic.gif) 6px -51px no-repeat;
}

#nav-sub .topic .l2 .l3 .open a {
	background: url(../images/common/nav/sub/set-topic.gif) 5px -86px no-repeat;
}

#nav-sub .topic .l2 .l3 .l4 .focus a {
	background-color: #FDE7D2 !important;
}

#nav-sub .topic .l2 .l3 .l4 a, #nav-sub .topic .l2 .l3 .l4 .open a {
	background: none !important;
}

#nav-sub .topic .l2 .l3 .l4 .l5 a {
	background: url(../images/common/nav/sub/set-channel.gif) 20px -107px no-repeat !important;
}

#nav-sub .topic .l2 .l3 .l4 .l5 .focus a {
	background-color: #FDE7D2 !important;
}

/* #DOC - Backgrounds Shopping */
#nav-sub .shopping .focus a, #nav-sub .shopping .open.focus {
	background-color: #E8F0D9;
}

#nav-sub .shopping.l1 .focus {
	background-color: #FFF;
}

#nav-sub .shopping .l2 .focus {
	background-color: #E8F0D9;
}

#nav-sub .shopping .l2 a {
	background: url(../images/common/nav/sub/set-shopping.gif) 6px -51px no-repeat;
}

#nav-sub .shopping .l2 .open a {
	background: none;
}

#nav-sub .shopping .l2 .l3 a {
	background: url(../images/common/nav/sub/set-shopping.gif) 6px -51px no-repeat;
}

#nav-sub .shopping .l2 .l3 .open a {
	background: url(../images/common/nav/sub/set-shopping.gif) 5px -86px no-repeat;
}

#nav-sub .shopping .l2 .l3 .l4 .focus a {
	background-color: #E8F0D9 !important;
}

#nav-sub .shopping .l2 .l3 .l4 a, #nav-sub .shopping .l2 .l3 .l4 .open a {
	background: none !important;
}

#nav-sub .shopping .l2 .l3 .l4 .l5 a {
	background: url(../images/common/nav/sub/set-channel.gif) 20px -107px no-repeat !important;
}

#nav-sub .shopping .l2 .l3 .l4 .l5 .focus a {
	background-color: #E8F0D9 !important;
}

/* #DOC - Backgrounds Entertainment */
#nav-sub .entertainment .focus a, #nav-sub .entertainment .open.focus {
	background-color: #FDEEC4;
}

#nav-sub .entertainment.l1 .focus {
	background-color: #FFF;
}

#nav-sub .entertainment .l2 .focus {
	background-color: #FDEEC4;
}

#nav-sub .entertainment .l2 a {
	background: url(../images/common/nav/sub/set-entertainment.gif) 6px -51px no-repeat;
}

#nav-sub .entertainment .l2 .open a {
	background: none;
}

#nav-sub .entertainment .l2 .l3 a {
	background: url(../images/common/nav/sub/set-entertainment.gif) 6px -51px no-repeat;
}

#nav-sub .entertainment .l2 .l3 .open a {
	background: url(../images/common/nav/sub/set-entertainment.gif) 5px -86px no-repeat;
}

#nav-sub .entertainment .l2 .l3 .l4 .focus a {
	background-color: #FDEEC4 !important;
}

#nav-sub .entertainment .l2 .l3 .l4 a, #nav-sub .entertainment .l2 .l3 .l4 .open a {
	background: none !important;
}

#nav-sub .entertainment .l2 .l3 .l4 .l5 a {
	background: url(../images/common/nav/sub/set-channel.gif) 20px -107px no-repeat !important;
}

#nav-sub .entertainment .l2 .l3 .l4 .l5 .focus a {
	background-color: #FDEEC4 !important;
}

/* #DOC - Backgrounds Enterprise - should look like Product */
#nav-sub .enterprise .focus a, #nav-sub .enterprise .open.focus {
	background-color: #D4E3F8;
}

#nav-sub .enterprise.l1 .focus {
	background-color: #FFF;
}

#nav-sub .enterprise .l2 .focus {
	background-color: #D4E3F8;
}

#nav-sub .enterprise .l2 a {
	background: url(../images/common/nav/sub/set-product.gif) 6px -51px no-repeat;
}

#nav-sub .enterprise .l2 .open a {
	background: none;
}

#nav-sub .enterprise .l2 .l3 a {
	background: url(../images/common/nav/sub/set-product.gif) 6px -51px no-repeat;
}

#nav-sub .enterprise .l2 .l3 .open a {
	background: url(../images/common/nav/sub/set-product.gif) 5px -86px no-repeat;
}

#nav-sub .enterprise .l2 .l3 .l4 .focus a {
	background-color: #D4E3F8 !important;
}

#nav-sub .enterprise .l2 .l3 .l4 a, #nav-sub .enterprise .l2 .l3 .l4 .open a {
	background: none !important;
}

#nav-sub .enterprise .l2 .l3 .l4 .l5 a {
	background: url(../images/common/nav/sub/set-channel.gif) 20px -107px no-repeat !important;
}

#nav-sub .enterprise .l2 .l3 .l4 .l5 .focus a {
	background-color: #D4E3F8 !important;
}

/* #DOC - Navigation Label (e.g. "Service Angebote") */
#nav-sub .label {
	border-bottom: 1px solid #CED4DA;
	display: block;
	border-top: 0;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav-sub .label span {
	background: #FFF;
	color: #56738A;
	font-weight: 700;
	padding-left: 5px;
}

#nav-sub .topic .label span {
	color: #F78600;
}

#nav-sub .shopping .label span {
	color: #7FA63B;
}

#nav-sub .entertainment .label span {
	color: #F7B800;
}

#nav-sub .enterprise .label span {
	color: #2269C3;
}

#nav-sub .topic .label .l2 a {
	background: url(../images/common/nav/sub/set-topic.gif) 6px -51px no-repeat;
	color: #000;
}

#nav-sub .shopping .label .l2 a {
	background: url(../images/common/nav/sub/set-shopping.gif) 6px -51px no-repeat;
	color: #000;
}

#nav-sub .entertainment .label .l2 a {
	background: url(../images/common/nav/sub/set-entertainment.gif) 6px -51px no-repeat;
	color: #000;
}

#nav-sub .enterprise .label .l2 a {
	background: url(../images/common/nav/sub/set-product.gif) 6px -51px no-repeat;
	color: #000;
}

/* #DOC - Channels, Marketplace */
#nav-sub .channels, #nav-sub .channels li a, #nav-sub .channels li a:visited, #nav-sub .marketplace, #nav-sub .marketplace li a, #nav-sub .marketplace li a:visited {
	color: #496F9E;
}

#nav-sub .channels {
	margin-top: 40px;
}

#nav-sub .marketplace {
	margin-top: 20px;
}

#nav-sub .channels a, #nav-sub .marketplace span {
	background-image: url(../images/common/nav/sub/set-channel.gif);
	border: 0;
	color: #FFF;
	display: block;
	font-weight: 700;
	line-height: 29px;
	padding-top: 1px;
	padding-left: 9px;
	text-transform: uppercase;
}

#nav-sub .topic .channels a {
	background: url(../images/common/nav/sub/set-topic.gif);
}

#nav-sub .shopping .channels a {
	background: url(../images/common/nav/sub/set-shopping.gif);
}

#nav-sub .entertainment .channels a {
	background: url(../images/common/nav/sub/set-entertainment.gif);
}

#nav-sub .enterprise .channels a {
	background: url(../images/common/nav/sub/set-product.gif);
}

#nav-sub .channels li, #nav-sub .marketplace li {
	background: #F8F9FB url(../images/common/nav/sub/set-channel.gif) left -40px no-repeat;
	height: 25px;
	width: 148px;
}

#nav-sub .channels li a, #nav-sub .marketplace li a {
	background: 0 !important; /* #DOC - must be important, cause of lower specifity */
	border: 0;
	font-weight: 400;
	line-height: 24px;
	padding: 0 0 1px 7px;
	text-transform: none;
}

#nav-sub .channels ul, #nav-sub .marketplace ul {
	border: 1px solid #CED4DA;
	border-bottom: 0;
	margin-top: 0;
}

#nav-sub .channels .end, #nav-sub .marketplace .end {
	background: url(../images/common/nav/sub/set-channel.gif) left -75px no-repeat;
	height: 11px;
}

#nav-sub .channels ul .logo, #nav-sub .marketplace ul .logo {
	padding: 5px 0 0;
}

/* #DOC - Logoff-Page-Treatments */
#nav-sub .logoff .channels {
	margin-top: 10px;
}

#nav-sub .logoff .channels.topic a {
	background: url(../images/common/nav/sub/set-topic.gif);
}

#nav-sub .logoff .channels.shopping a {
	background: url(../images/common/nav/sub/set-shopping.gif);
}

#nav-sub .logoff .channels.shopping li a {
	background: 0;
}

#nav-sub .logoff .product-promo {
	margin-top: 8px;
}

#nav-sub .logoff .product-promo img {
	padding: 0;
	position: static;
}

#nav-sub .logoff .product-promo a {
	border-bottom: none;
	padding-left: 0;
}

#nav-sub .logoff .product-promo li {
	margin-bottom: 2px;
}

/* #DOC - Tool */
#nav-sub .tool * {
	font-size: 11px;
	line-height: 14px;
}

#nav-sub .tool p {
	margin-top: 5px;
	margin-bottom: 0;
}

#nav-sub .tool a {
	color: #14C !important; /* #DOC - Mozilla (Linux) and IE6 */
}

#nav-sub .tool form {
	margin-bottom: 10px;
}

#nav-sub .tool input {
	width: 128px;
}

#nav-sub .tool .form-control {
	margin-top: 8px;
	margin-bottom: 5px;
}

#nav-sub .tool .form-control input {
	width: auto;
}

#nav-sub .tool .logout-link {
	background: url(../images/common/ico-logout.gif) top left no-repeat;
	height: 15px;
	margin-top: 12px;
	padding-left: 18px;
}

#nav-sub .tool .index {
	font-weight: 700;
	height: 21px;
	line-height: 21px;
	margin-bottom: 5px;
	padding: 2px 8px 1px;
	overflow: hidden;
}

#nav-sub .tool.y1 {
	background: url(../images/common/bg-tool-whiteend-x2y1.gif) top left no-repeat;
}

#nav-sub .tool.y2 {
	background: url(../images/common/bg-tool-whiteend-x2y2.gif) top left no-repeat;
}

#nav-sub .tool.white.y1 {
	background: url(../images/common/bg-tool-x2y1.gif) top left no-repeat;
}

#nav-sub .tool.white.y2 {
	background: url(../images/common/bg-tool-x2y2.gif) top left no-repeat;
}

#nav-sub .tool .box {
	padding: 5px 8px 0;
}

#nav-sub .tool.y1 .index {
	margin-bottom: 0;
}

#nav-sub .tool.y1 .box {
	height: 64px;
	padding-top: 0;
}

#nav-sub .tool.y2 .box {
	height: 163px;
}



/* #MOD ----- Navigation Sub (Binaries) ----- */


#nav-sub-bin {
	background: #F6F8FA url(../images/common/nav/sub/set-nav-sub-bin.gif) no-repeat left top;
	margin-top: 20px;
	padding-top: 15px;
	text-align: center;
	width: 150px;
}

#nav-sub-bin div.end {
	background: #F6F8FA url(../images/common/nav/sub/set-nav-sub-bin.gif) no-repeat left bottom;
	margin: 0;
	padding: 0 1px 15px;
	width: 148px;
}

#nav-sub-bin div.logos img, #nav-sub-bin .ui, #nav-sub-bin .uitg {
	margin-top: 5px;
	margin-bottom: 5px;
}



/* #MOD ----- Content ----- */


#main-top {
	height: 11px;
	position: relative;
	z-index: 9;
}

div#content-start {
	background-position: 10px 0 !important; /* #DOC - must be !important cause of inline-styles */
	background-repeat: no-repeat !important;
	float: left;
	font-size: 1px;
	height: 10px;
	padding-left: 10px;
	position: relative;
	width: 642px;
	z-index: 1;
}

div.content {
	float: left;
	position: relative;
	width: 642px;
}

div#content-end {
	clear: both;
}

/* #DOC - Breadcrumb */
div.breadcrumb {
	font: 400 10px/12px Verdana, Arial, sans-serif;
	margin: 4px 0 0;
	padding: 1px 0 0 10px;
	width: 632px;
}

div.breadcrumb * {
	padding-right: 4px;
}

div.breadcrumb strong {
	font-weight: 400;
}

div.breadcrumb h1 {
	display: inline;
	font: 400 10px/12px Verdana, Arial, sans-serif;
}



/* #MOD ----- Advertisement ----- */


#adv {
	background: url(../images/bg/set-header-footer.gif) left top no-repeat;
	text-align: center;
	vertical-align: middle;
}

#adv.bigad {
	background: url(../images/bg/set-header-footer-bigad.png) left -2px no-repeat;
}

#adv #adv-aux {
	padding: 8px 3px;
	z-index: 9;
}

#adv table {
	height: 90px;
}

#adv.bigad table {
	height: 250px;
}

#adv table td {
	vertical-align: middle;
}

#adv table div {
	margin: auto;
}

#adv-content {
	clear: both;
	color: #888;
	font-size: 11px;
	margin: 10px 0;
	text-align: center;
}

.x6 #adv-content {
	width: 470px;
}

#adv-content div {
	margin: auto;
	text-align: left;
}

#contentad {
	margin-bottom: 10px;
}

#adv-sky {
	left: 825px;
	position: absolute;
	top: 6px;
}

#adv-extra {
	margin: 10px 11px 0;
}



/* #MOD ----- Linkbox ----- */


#linkbox-spacer { /* #DOC - if there is no Linkbox */
	height: 10px;
}

#linkbox {
	background: #FFF url(../images/bg/linkbox.gif) bottom left repeat-x;
	clear: both;
	margin: 0 12px;
	overflow: hidden;
	padding: 0 0 17px;
}

#linkbox .spacer {
	background: #FFF;
	height: 20px;
}

#linkbox #lb-main {
	clear: both;
	float: left;
	left: 395px;
	position: relative;
}

#linkbox ul {
	left: -50%;
	padding-left: 15px;
	position: relative;
}

#linkbox ul ul {
	padding: 0;
	position: static;
}

#linkbox li {
	float: left;
	font-size: 10px;
	list-style: none;
	line-height: 16px;
	letter-spacing: 0.03em;
	margin: 15px 20px 0 0;
}

#linkbox li a {
	color: #496F9E;
	display: block;
}

#linkbox li li {
	float: none;
	margin: 0;
}

#linkbox .headline {
	font-weight: 700;
	color: #666;
}

#linkbox .breadcrumb {
	border-top: solid 1px #DEE3E7;
	border-bottom: solid 1px #DEE3E7;
	float: none; /* #DOC - overwriting the value in .content */
	margin: 0;
	padding: 4px 15px;
	position: static; /* #DOC - overwriting the value in .content */
	width: 760px;
}



/* #MOD ----- Footer ----- */


#footer {
	background: #E3EDFA url(../images/bg/set-header-footer.gif) 8px -116px no-repeat;
	color: #244E7E;
	font-size: 11px;
	padding: 14px 13px 10px 19px;
	height: 29px;
	width: 791px;
}

#footer ul {
	float: left;
}

#footer li {
	display: inline;
}

ul#footer-aux {
	float: right;
}



/* #MOD ----- Search Box Bottom ----- */


#searchbox-btm {
	padding-right: 13px;
	padding-left: 20px !important;
}

#searchbox-btm form {
	background-color: #FFF;
	border-top: solid 1px #CFD6DC;
	height: 35px;
	padding-top: 13px;
	padding-left: 160px;
}

#searchbox-btm p {
	font: bold 11px/11px verdana,arial,helvetica,sans-serif;
	margin-bottom: 9px;
}

#searchbox-btm p a {
	color: #90979A;
	margin-right: 10px;
}

#searchbox-btm p span {
	display: none;
}

#searchbox-btm #search-btm {
	border: 1px solid #D7DBE1;
	font: normal 13px/18px verdana,arial,helvetica,sans-serif;
	float: left;
	height: 18px;
	width: 383px;
}

#searchbox-btm #search-btm.def {
	background: #FFF url(../images/icons/img-search-wm.gif) top left no-repeat;
}

#searchbox-btm .img-btn {
	float: left;
	margin-left: 8px;
	margin-top: -1px;
}

#searchbox-btm img.img-btn {
	cursor: pointer;
	margin-top: 0;
}
