@charset "utf-8";
/* Vereinsexpress start CSS */
body {
	background:#fff;
}

h1 {
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding: 0;
}

h2 {
	font-size:14px;
	font-weight:bold;
	padding:0 0 15px 0;
	color:#000;
}

h3 {
	font-size:18px;
	font-weight:bold;
	margin:0;
    padding:0 0 15px 0;
	line-height: 24px;
	color:#4b588e;
}

#sidebar ul li ul li,
#sidebar ul li.cat-item {
	padding-left:15px;
	padding-bottom:4px;
}

.header {
	width:100%;
	background: url(../images/headerBg.png) repeat-x;
}

.headerInner {
	margin:0 auto; 
	width:1000px;
}

.topMenue {
	height:27px;
}

.headerContent {
	height:92px;
}

.mainMenue {
	height:33px;
}

#mainContainer {
	margin:0 auto; 
	width:1000px;
}

.mainContent {
	background:transparent;
	padding:35px 0 35px 0;
}

.mainContent * {
	font-size:14px;
	line-height:18px;
}

/* LINKER INHALTSBEREICH */

.leftContent {
	width:205px;
	padding: 0;
}

/* RECHTER INHALTSBEREICH */

.rightContent {
	width:780px;
	padding:0 15px 0 0;
}

.entry a,
.entry a:visited {
	color:#2B4D92;
}

.buttonContent {
	padding: 20px 0 0 0;
}

/* LOGO */
.logo {
	padding:29px 0 0 10px;
}
.logo center {
	background: url(../images/sloganBg.png) no-repeat center center;
	text-transform:uppercase;
	color:#000;
	font-size:10px;
	font-weight:bold;
}


/* SHOPPING CART */
.cart {
	padding:22px 0 0 30px;
}

.cart a,
.cart a:visited {
	display:block;
	width:57px;
	height:52px;
	padding:3px 0 0 0;
	background: url(../images/cartButton.png) no-repeat;
}

.cart center {
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

/* MAINCONTENT BOXEN */
.mainBox {
	width:200px;
	height:200px;
	padding:0 20px 20px 0;
}

.mainBoxLast {
	width:200px;
	height:200px;
	padding:0 0 20px 0;
}

/* LEFTCONTENT BOXEN */
.leftBox {
	padding-bottom:25px;
}

/* RSS BLOGNEWS */
a.blogRss, a.blogRss:visited {
	padding:10px 0 10px 12px;
	display:block;
	border-bottom: 1px solid #b9b9b9;
	background: url(../images/redArrow.png) no-repeat left 15px;
}

/* NEWSLETTER REGISTRATION */
#nlRegText {
	border: 2px solid #aeb8c7;
	width:216px;
	height:16px;
}
#nlRegSubmit {
	border:none;
	width:92px;
	height:30px;
	margin-left:8px;
	background: url(../images/button90.png) no-repeat left bottom;
	padding:0;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
/* HEADER FLEXCONTENT (right) */
.flexContent {
	width:429px;
}

.search {
	padding:36px 0 0 0;
}
#searchText {
	border: 2px solid #aeb8c7;
	width:231px;
	height:16px;
}

#searchText {
	border: 2px solid #aeb8c7;
	width:231px;
	height:16px;
}

#searchSubmit {
	border:none;
	width:92px;
	height:30px;
	margin-left:8px;
	background: url(../images/button80.png) no-repeat left bottom;
	padding:0;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}

/* FOOTER MENUE AND FEATURES */


/* TOPMENUE */

.topMenue ul li  {
	padding:8px 4px 0 3px;
}

.topMenue ul li a,
.topMenue ul li a:visited {
	text-align:center;
	display:block;
	width:82px;
	height:17px;
	line-height:17px;
	background: url(../images/topMenueButtons.png) no-repeat;
	color:#2b4d92;
	padding: 2px 0 0 0;
}

.topMenue ul li a:hover {
	text-align:center;
	display:block;
	width:82px;
	height:17px;
	line-height:17px;
	background: url(../images/topMenueButtons.png) no-repeat;
	color:#2b4d92;
	padding: 2px 0 0 0;
}

.topMenue ul li a.logoutTop,
.topMenue ul li a:visited.logoutTop,
.topMenue ul li a:hover.logoutTop {
	text-align:center;
	display:block;
	width:84px;
	height:17px;
	line-height:17px;
	background: url(../images/logoutButton.png) no-repeat;
	color:#fff;
	padding: 2px 0 0 0;
}

.topMenue ul li span {
	display:block;
	height:17px;
	line-height:17px;
	background: url(../images/loggedInBg.png) bottom repeat-x;
	padding: 2px 0 0 0;
}

.topMenue ul li.first {
	background: url(../images/loggedInLeft.png) no-repeat left bottom;
	padding-left:7px;
}

/**
 * Kategorie Submenu
 */
.subMenueActiveTitle {
	font-family:tahoma;
	display:block;
	height:26px;
	padding: 15px 0 0 14px;
	line-height:26px;
	background: url(../images/catActBg.png) repeat-x;
	margin-bottom:10px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

.subcat_menu a,
.subcat_menu a:visited {
	font-weight:normal;
}

div#test-accordion{
    margin: 10px;
    border: 1px solid #aaa;
}

div.accordion {
    position: relative; /* required for bounding--works around a "peculiarity" in Prototype */
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
    background: #fff;   /* required for effect--can be anything except "transparent" */
    cursor: pointer;
}

div.accordion-toggle-active{
    background: #fff;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #aaa;
}

.subcat_menu * {margin:0; padding:0;}
.subcat_menu ul#drow-acc-lvl0 {list-style:none; margin:0 auto 30px;}
.subcat_menu .acc-section {padding-left: 5px; overflow: hidden;}

.subcat_menu .accordion-toggle .btn-toggle {
	float:left;
	width:15px;
	text-align:center;
	cursor:pointer;
	background:url(../images/arrow.png) no-repeat center center;
}

.subcat_menu .acc-section .accordion-toggle .btn-toggle {
	float:left;
	width:15px;
	text-align:center;
	cursor:pointer;
	background:url(../images/arrow-second.png) no-repeat center center;
}

.subcat_menu .accordion-toggle-active a,
.subcat_menu .accordion-toggle-active a:visited {
	color: #ffffff;
	font-weight: bold;
}

.subcat_menu .accordion-toggle-active .btn-toggle {
	float:left;
	width:15px;
	text-align:center;
	cursor:pointer;
	background:url(../images/arrow-down.png) no-repeat center center;
}

.subcat_menu  .acc-section .accordion-toggle-active .btn-toggle {
	float:left;
	width:15px;
	text-align:center;
	cursor:pointer;
	background:url(../images/arrow-down-second.png) no-repeat center center;
}

.accordion-toggle-active {
	background: url(../images/subMenueActive.png) repeat-x;
	line-height:21px;
	color:#fff;
	padding: 0 0 5px 15px;
}

.subcat_menu .acc-section .accordion-toggle-active {
	background: none;
}

.subcat_menu .accordion-toggle-active a,
.subcat_menu .accordion-toggle-active a:visited {
	color:#ffffff !important;
}

.subcat_menu .acc-section .accordion-toggle-active a,
.subcat_menu .acc-section .accordion-toggle-active a:visited {
	color:#28599d !important;
	
}

.subcat_menu .btn-toggle-hide {float:left;width:15px;}

.subcat_menu .lvl-0 h3,
.subcat_menu .lvl-0 a,
.subcat_menu .lvl-0 a:visited {
	color: #000;
}
.subcat_menu .lvl-0 .acc-section {background-color: #e8f2fe;}
.subcat_menu .lvl-0 .acc-section h3,
.subcat_menu .lvl-0 .acc-section a,
.subcat_menu .lvl-0 .acc-section a:visited {
	color: #000;
}

/* PRODUCT LISTING NEW PRODUCTS */

.catDesc {
	padding-bottom:20px;
}

.newProductsHeader {
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}

.newProductsItem {
	width:185px;
	height: 360px;
	padding:0 13px 13px 0;
	_padding:0 10px 10px 0;
}

.rightContent .last {
	padding:0 !important;
}

.newProductsItem a,
.newProductsItem a:visited {
	position:relative;
	display:block;
	border:1px solid #c6c6c6;
	width:185px;
	height:360px;
	z-index:2;
}

.newProductsItem a:hover {
	position:relative;
	display:block;
	border:1px solid #c6c6c6;
	width:185px;
	height:360px;
	z-index:2;
}

.newProductsItem *{
	z-index:1;
	cursor:pointer;
}

.newProductsImage {
	padding-bottom:10px;
}

.newProductsThumbs {
	border:1px solid #c3c3c3;
}

.newProductsImages {
	display:inline;
}

.newProductsImages {
	display:block;
	padding: 5px 0 0 0;
	height:230px;
	text-align:center;
}

.newProductsTitle {
	display:block;
	height:58px;
	overflow:hidden;
}

.newProductsTitle h1 {
	font-size:14px;
	display:block;
	padding:5px;
	background: #e6f2ff;
	font-weight:bold;
}

.newProductsPriceOld {
	display:block;
	padding:0 5px 0 5px;
	line-height:20px;
}

.newProductsPriceOld span.float_l {
	color:#646464;
}

.newProductsPriceOld span.float_r {
	color:#000;
	text-decoration: line-through;
}

.newProductsPriceNew {
	display:block;
	padding:0 5px 0 5px;
	color:#646464;
	line-height:20px;
}

.newProductsPriceNew span.float_l {
	color:#646464;
	padding: 2px 0 0 0;
}

.newProductsPriceNew span.float_r {
	color:#d40318;
	font-size:18px;
	font-weight:bold;
}

.newProductsTax {
	display:block;
	font-size:11px;
	color:#9a9a9a;
	padding: 10px 5px 0 5px;
}

.newProductsTax span {
	font-size:11px;
	color:#9a9a9a;
}

/* PRODUCT DETAIL */
.productDetailTop {
	padding: 0 0 10px 0;
}

a.productDetailBack,
a:visited.productDetailBack,
a:hover.productDetailBack {
	width:102px;
	height:11px;
	display:block;
	background: url(../images/backLink.png) no-repeat;
}

.productDetailBrand {
	display:block;
}

.productDetailTop h1 {
	padding: 10px 0 0 0;
}

.productDetailArtNr {
	color:#5c5c5c;
}

.productDetailDesc h1 {
	padding: 10px 0 10px 0;
}

.productDetailBody {
	padding: 0 0 4px 0;
}

.productDetailImages {
	width:320px;
	text-align:center;
}

.productDetailOrder {
	width:450px;
	padding: 0 0 0 10px;
}

.productDetailDesc {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #c3c3c3;
}

.productDetailDesc,
.productDetailDesc strong,
.productDetailDesc p,
.productDetailDesc li,
.productDetailDesc a,
.productDetailDesc a:visited {
	font-size:14px;
}

.productDetailBody th {
	color:#2b579e;
	font-weight:bold;
}

.anzahl_eingabefeld {
	border: 1px solid #afafaf;
	width:36px;
}

.anzahl {
	padding-left:8px;
}

.taxNote {
	color:#5e5e5e;
	text-align:right;
}

.productDetailOldPrice {
	color:#2b579e;
	text-decoration: line-through;
}

.productDetailNewPrice {
	font-size:16px;
	font-weight:bold;
}

.productDetailNewPrice span {
	font-size:18px;
	font-weight:bold;
	color:#d40318;
}

.productDetailTaxNoteTop {
	color:#5e5e5e;
}

.productDetailFeature {
	padding-top:15px;
}

.productDetailSizeQuantity {
	padding: 9px 0 5px 0;
}

.productDetailSizeQuantity .price {
	font-size:14px;
}

.productDetailOption  {
	padding: 5px 0 5px 0;
}

.productDetailOption span  {
	display:block;
	width:140px;
	color:#2b579e;
	line-height:20px;
}

.productDetailOption input, 
.productDetailOption select {
	width: 160px;
}

.productDetailOption textarea {
	width: 154px;
	height: 60px;
}

.productDetailOption input.checkbox,
.productDetailOption input.radio {
	width: 32px;
}

.productDetailShipping {
	width:300px;
}

.productDetailShipping span.float_l {
	display:block;
	width:140px;
	color:#2b579e;
	line-height:20px;
	font-size:12px;
}

.productDetailShipping span.shippingTime {
	color:#000;
	font-size:12px;
}

.productDetailShipping {
	width:300px;
}

.productDetailFeatureIcons {
	width:150px;
	padding-top:20px;
}
.productDetailFeatureIcons a,
.productDetailFeatureIcons a:visited,
.productDetailFeatureIcons a:hover {
	cursor:pointer;
	display:block;
	width:33px;
	height:33px;
	float:right;
	margin-left:4px;
	_margin-left:2px;
}

.productDetailCart  {
	padding:0;
}

.productDetailImages img {
	padding:0;
	margin: 0 4px 4px 0;
}

.productDetailPrepaid {
	font-size:14px;
	color:#2B579E;
	padding-top:10px;
}

/* CROSS SELLING */

.productDetailBottom h1 {
	padding: 10px 0 10px 0;
}

.crossSellingItem {
	width:185px;
	height: 190px;
	padding:0 8px 8px 0;
}

.crossSellingItem a,
.crossSellingItem a:visited,
.crossSellingItem a:hover {
	position:relative;
	display:block;
	border:1px solid #c6c6c6;
	width:185px;
	height:190px;
	z-index:2;
}

.crossSellingImages {
	display:block;
	padding: 5px 0 0 0;
	height:65px;
	text-align:center;
}

.crossSellingItem .newProductsTitle {
	height:56px;
}

.crossSellingItem h1 {
	padding:5px;
}

.crossSellingItem .newProductsTax {
	padding: 8px 5px 0 5px;
}

/* PRODUCT LIST */
.productListingTop {
	padding:0 0 10px 0;
}

.productListingTop .smallText,
.productListingTop .float_r {
	color:#5e5e5e;
}

.productListingPageNav {
	padding:10px 0 0 0;
}

a.pageNavPrev,
a:visited.pageNavPrev {
	display:block;
	width:100px;
	height:21px;
	background: url(../images/prev.png) no-repeat;
}

span.pageNavPrev {
	display:block;
	width:100px;
	height:21px;
	background: url(../images/prev.png) no-repeat;
}

a.pageNavNext,
a:visited.pageNavNext {
	display:block;
	width:100px;
	height:21px;
	background: url(../images/next.png) no-repeat;
}

span.pageNavNext {
	display:block;
	width:100px;
	height:21px;
	padding-left:10px;
	background: url(../images/next.png) no-repeat;
}

.pageNavNumbers a,
.pageNavNumbers a:visited {
	color:#27539a;
}

span.pageNavNumbers {
	display:block;
	height:21px;
	background: url(../images/pageNavBg.png) left top no-repeat;
	padding-left:10px;
}

span.pageNavNumbers span {
	display:block;
	height:21px;
	background: url(../images/pageNavBgR.png) right top no-repeat;
	padding-right:10px;
	line-height:21px;
}

.badgePosition {
	height:26px;
	width:62px;
	padding: 18px 0;
	line-height:26px;
	display:block;
	font-size:14px;
	background: url(../images/button_aktion.png) repeat-x;
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	overflow:hidden;
	text-align:center;
	font-weight:bolder;
}

/* SHOPPING CART */

.shoppingCart h1 {
	font-size:18px;
}

.shoppingCartError {
	color:#D40318;
	font-weight:bold;
}

.shoppingCart th {
	padding-bottom:10px;
}

.shoppingCart th div {
	text-align:left;
	font-weight:normal;
}

.shoppingCartLabelArticle {
	width:410px;
	color:#5c5c5c;
}

.shoppingCartLabelQuantity {
	width:80px;
	color:#5c5c5c;
}

.shoppingCartLabelSingleprice {
	width:100px;
	color:#5c5c5c;
}

.shoppingCartLabelPrice {
	width:100px;
	color:#5c5c5c;
}

.shoppingCartLabelRemove {
	width:70px;
	color:#5c5c5c;
	text-align:center !important;
}


.shoppingCartSingleprice {
	font-size:14px;
	font-weight:bold;
}

.shoppingCartPrice {
	font-size:14px;
	font-weight:bold;
	color:#D40318;
}

.shoppingCartAttribute {
	padding: 0 0 3px 10px;
}

a.shoppingCartTitle,
a:visited.shoppingCartTitle {
	font-weight:bold;
	font-size:14px;
	padding: 0 10px 5px 0;
	display:block;
}

.shoppingCartBottom {
	border-top: 1px solid #b9b9b9;
	padding: 10px 0 20px 0;
}

.shoppingCartTotal {
	text-align:right;
}

.shoppingCartInfo {
	text-align:right;
}

.shoppingCartTotal {
	font-size:16px;
	font-weight:bold;
}
.shoppingCartTotal span {
	font-size:16px;
	font-weight:bold;
	color:#D40318;
}

.shoppingCartInfo,
.shoppingCartInfo a,
.shoppingCartInfo a:visited {
	color:#5c5c5c;
}

.shoppingCartReload {
	padding:0 10px 0 0;
}

.shoppingCartReload input {
	padding:0;
}

.shoppingCartFlocking {
	padding:0 10px 0 0;
}

.shoppingCartFlocking a,
.shoppingCartFlocking a:visited {
	display:block;
	padding:0;
}

.shoppingCartCheckout a,
.shoppingCartCheckout a:visited {
	display:block;
	padding:0;
}

.shoppingCartProceedShopping {
	padding:0;
}

/* LOGIN PAGE */

.loginError {
	color:#D40318;
	padding: 0 0 10px 0; 
}

.loginError b{
	color:#D40318;
	padding: 0 0 10px 0; 
}

.loginRegister {
	width:510px;
	padding:0;
}
.loginCustomer {
	width:270px;
}
.loginCustomer label {
	width:40px;
	height:27px;
	display:block;
	float:left;
}

.loginCustomer input {
	width:192px;
	height:27px;
	display:block;
	float:left;
	background: url(../images/loginInputBg.png) no-repeat;
	border:0;
	margin:0 0 15px 0;
	padding:0;
	color:#6f6f6f;
	font-weight:bold;
	vertical-align:center;
	line-height:27px;
}

.loginGuest {
	padding: 20px 0 0 0;
}

.loginGuest p {
	padding: 0 0 15px 0;
}

.loginButton {
	padding-top:10px;
}

.loginButton a,
.loginButton a:visited {
	color:#D40318;
	display:block;
	padding: 5px 0 0 10px;
	float:left;
	font-weight:bold;
}

.loginCustomer h2, .loginRegister h2, .loginGuest h2 {
	padding: 0 0 10px 10px;
	background: url(../images/arrow.png) no-repeat left 4px;
}

.loginCustomer h2 b, .loginRegister h2 b, .loginGuest h2 b {
	color:#1188cc;
	font-weight:bold;
	font-size:14px;
}

.loginRegister p {
	color:#1188cc;
	font-size:14px;
}

.loginCustomer .loginButton input {
	width:92px;
	height:26px;
	background: none;
}

.loginPassword {
	background: url(../images/loginPassword.png) no-repeat;
}

.loginEmail {
	background: url(../images/loginEmail.png) no-repeat;
}

.loginGuest p, .loginGuest p b, .loginRegister li {
	font-size:14px;
}

.loginRegister ul {
	padding: 4px 0 10px 0;
}

.loginRegister li {
	padding: 3px 0 3px 19px;
	background: url(../images/loginList.png) no-repeat left 5px;
}

/* Register Form */

.inputRequirement,
.messageStackError {
	color: #D40318;
}

/* OLD STYLES */
/* ORDER STEPS */
.prozedur_leiste {width: 584px; color: #405675; font-size: 12px; height: 28px; font-weight: bold;
				line-height: 28px; padding-left: 6px; background-image: url('../images/headline_bg_hellblau2.gif'); background-repeat:no-repeat}
.prozedur_linie {width: 564px;}

.prozedur_balken {width: 584px; color: #405675; font-size: 12px; padding-left: 6px; margin-bottom:-15px;}
.prozedur_dot1 {width: 75px; text-align:right;}
.prozedur_dot2 {width: 240px; text-align:right;}
.prozedur_dot3 {width: 400px; text-align:right;}
.prozedur_dot4 {width: 535px; text-align:right;}
.checkoutBarCurrent {color: #c10317; font-size: 12px; font-weight: bold;}

/* BASIC */
.main, .main *, .siteContent, .siteContent *, .content_full, .content_full *, .prozedur_leiste, .prozedur_leiste * {
	font-size:14px;
}

.content_full {
padding-left:2px;
width:560px;
}
.MarkenImage  {border:1px solid #c3c3c3;}
.siteContent td {line-height: 18px;}
.siteContent a, 
.siteContent a:visited, 
.siteContent a:hover,
.main a, 
.main a:visited, 
.main a:hover {
	color:#2B579E;
}

.siteContent a.catLink, 
.siteContent a.catLink:visited {
	font-size:14px;
}

.siteContent a.catLink:hover {
	font-size:14px;
}

.kat_ueberschrift, .kat_ueberschrift, .moduleHeading {
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.kat_ueberschrift {
	padding-bottom:15px;
}

.moduleHeading {
	padding-bottom:15px;
}

.productlist_titel {
	font-size:14px;
	font-weight:bold;
	color:#2B579E;
	display:block;
	padding-bottom:10px;
}

.smallHeading {
	font-size:14px; 
	font-weight:bold;
}

/*
 * Product Sets 
 */
.button_set_startconfig {
	background: url('../buttons/german/button_set-jetzt-zusammenstellen.gif');
	border: 0;
	width: 275px;
	height: 26px;
}

.button_set_changeconfig {
	background: url('../buttons/german/button_konfig_aendern.gif');
	border: 0;
	width: 259px;
	height: 26px;
}

.button_tabs {
	padding-top:15px; 
	border-bottom:1px solid #c3c3c3;
}

.button_set {
	background: url("../buttons/german/productset-tab.png") repeat-x;
	border: 0;
	width: 88px;
	height: 33px;
	text-transform: uppercase;
	font: 14px Tahoma;
	/*font-weight: 600;*/
	color: white;
}

.button_set_active {
	background: url("../buttons/german/productset-tab-active.png") repeat-x;
	border: 0;
	width: 88px;
	height: 33px;
	text-transform: uppercase;
	font: 14px Tahoma;
	/*font-weight: 600;*/
	color: white;
}

#tab_summary {
	width: 127px;
}
/* OLD BUTTONS 
.button_set_trikots {
	background: url("../buttons/german/productset-tab.png") repeat-x;
	border: 0;
	width: 88px;
	height: 33px;
	text-transform: uppercase;
	font: Tahoma 14px;
	color: white;
}

.button_set_shorts {
	background: url("../buttons/german/button_shorts.gif");
	border: 0;
	width: 98px;
	height: 26px;
	text-transform: uppercase;
}

.button_set_stutzen {
	background:url("../buttons/german/button_stutzen.gif");
	border: 0;
	width: 106px;
	height: 26px;
}

.button_set_yourconfig {
	background: url('../buttons/german/button_wunschtrikotset.gif');
	border: 0;
	width: 186px;
	height: 26px;
}
*/
.button_set_next {
	background: url('../buttons/german/button_weiter.gif');
	border: 0;
	width: 98px;
	height: 26px;
}

.button_set_back {
	background: url('../buttons/german/button_zurueck.gif');
	border: 0;
	width: 98px;
	height: 26px;
}

.button_set_rollback {
	background: url('../buttons/german/button_konfig_zurueck.gif');
	border: 0;
	width: 230px;
	height: 26px;
}

.setItemNormal {
	font-weight: 600;
	font-family: Arial;
	font-size: 14px;
	padding: 5px 5px 0 5px;
	width: 450px;
	background-color: #f0f4fa;
}
.setItemNormal .itemType {
	color:#28599d;
}

.setItemFail {
	font-weight: 600;
	font-family: Arial;
	font-size: 14px;
	padding: 5px 5px 0 5px;
	width: 450px;
	background-color: #cb0419;
	color: white;
}
.setItemFail * {
	color: white;
}


.setPriceSummary {
	border-top:1px solid #c3c3c3; 
	margin-top:5px;
	padding-top:5px;
	font-family:Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.setErrorMsg {
	font-size:14px; 
	color:#cb0419; 
	border:0px solid red; 
	padding:40px 0 0 0; 
	margin-top:10px; 
	text-align:left; 
	font-weight:bold;
	height:66px;
}

.setOkMsg {
	font-size:14px; 
	color:black; 
	border:0px solid red; 
	padding:5px 0; 
	margin-top:10px; 
	text-align:left; 
	font-weight:bold;
}

#configsummary * {
    font-size: 14px;
}
