/***************************/
/* TextPic                 */
/***************************/
.csc-textpic-imagewrap {
padding-left:20px;
}


/***************************/
/* General element styles: */
/***************************/
.csc-linkToTop {
font-size:11px;
text-align:right;

}

H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT {
 font-family: arial, helvetica; color: #000000;
 text-decoration: none;
 color: #000000;
}
PRE { font-family: monospace; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 12px; }
INPUT, TEXTAREA, SELECT {  }

/******************/
/* Headers, plain */
/******************/
/* 
H1,H2,H3,H4,H5 {
font-size: 16px;
background-image: url(../images/bullet.gif);
background-repeat:no-repeat;
background-position:0px 4px;
padding-left:18px;
display: inline;
}
*/

.csc-header{
padding-bottom:0px;
padding-top:0px;
font-size: 13pt;
font-weight: bold; 
margin:0px;
}


H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

H1.csc-firstHeader {
font-size: 13pt;
font-weight: bold; 
margin:0px;
padding-top:0px;
padding-bottom:0px;
}
.csc-header H1,.csc-header H2,.csc-header H3,.csc-header H4{
font-size: 13pt;
font-weight: bold; 
margin:0px;
padding-top:0px;
padding-bottom:0px;
}

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #000000; text-decoration: none; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { color: #C75B2C;text-decoration: none; }

/* Header date */
P.csc-header-date {
font-size: 10px;
color: #000000;
font-weight:bold;
padding-left:19px;
}

/* Subheader, general */
P.csc-subheader { font-style: italic; background-color: #EDEBF1; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #186900; }
P.csc-subheader-2 { color: #10007B; }
P.csc-subheader-3 { color: #8A0020; }


/*******************/
/* RTE / Bodytext: */
/*******************/

/* RTE / Bulletlists */
UL { 
margin-top: 0px; 
list-style-image: url(../images/arrow_red.gif);
 }
.tt_products_item_single_display UL  {margin-bottom:0px;}
UL UL LI { font-size: 12px; }
OL {
margin-top: 0px;
 }
LI { margin-top: 2px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / Table styling #F1F4F8*/
TABLE.contenttable { border: 0px #333333 solid; margin: 0px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 3px 3px 3px 3px; }
TABLE.contenttable TR TD  { font-size: 11px; }
TABLE.contenttable TR { background-color: #FFFFFF; }


/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 17px; font-style: italic; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }

/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 12px; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #000000; 
list-style-image: url(../images/arrow_red.gif);

}

/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { 
margin-left:0px;
width:70%;
 }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 12px; }
TABLE.csc-uploads TR TD {
 height:23px;vertical-align : middle;
border-top:4px #FFFFFF solid;
border-bottom:4px #FFFFFF solid;

 }
TABLE.csc-uploads TR.tr-even { background-color: #F1F4F8; }
TABLE.csc-uploads TR.tr-odd { background-color: #F1F4F8; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName {
 background-image: url(../images/fade.gif);
background-repeat:no-repeat;
background-position:right;
 width: 80%;
 padding-left: 5px; 
 }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;

}
TABLE.csc-uploads TD.csc-uploads-fileSize {

}
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
 font-style: italic; 
 }
TABLE.csc-uploads TR TD.csc-uploads-fileSize p{
white-space: nowrap; padding-left: 10px; padding-right: 6px;
color:#a6a6a6;
font-size:12px;

  }

/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
.csc-menu { }
.csc-menu P {background-color: #F1F4F8; font-size: 12px; font-weight: bold; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; background-color: #EDEBF1; }
.csc-menu P A { border-bottom:thick #FFFFFF 30px;background-color: #F1F4F8; color: #000000; text-decoration: none; }
.csc-menu P A:hover {background-color: #F1F4F8; color: #660000; text-decoration: underline; }
.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
.csc-menu-def LI{
background-image: url(../images/fade.gif);
background-repeat:no-repeat;
background-position:right;
width: 80%;
padding-left: 5px; 
background-color: #F1F4F8;
list-style-image:url(../images/doc.gif);
margin-top:7px;
margin-bottom:7px;
padding-left:10px;
  }

.csc-menu-def UL{
background-color: #F1F4F8;
color: #F1F4F8;
  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
.csc-menu-1 LI{
/*background-image: url(../images/fade.gif);*/
background-repeat:no-repeat;
background-position:right;
width: 100%;
background-color: #F1F4F8;
/*list-style-image:url(../images/doc.gif);*/
list-style-image:url(../images/arrow_red.gif);
margin-top:7px;
margin-left:0px;
margin-bottom:7px;
padding:5px;
  }

.csc-menu-1 UL{
background-color: #F1F4F8;
color: #F1F4F8;
  }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
.csc-menu-7 UL{
color: #F1F4F8;

}

.csc-menu-7 LI{
list-style-image:url(../images/doc.gif);
}

.csc-section LI{
/*list-style-image: url(../images/arrow_red.gif);*/
}

.csc-section{
.csc-section{
background-image: url(../images/fade.gif);
background-repeat:no-repeat;
background-position:right;
width: 80%;
background-color: #F1F4F8;
padding-left: 5px; 
background-color: #F1F4F8;
/*list-style-image:url(../images/arrow_red.gif);*/
margin-top:7px;
margin-bottom:7px;
padding-left:10px;
  }


/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 20px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 40px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 80px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #000000; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #186900; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #10007B; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #8A0020; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A { color: #186900; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top: 2px; }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0px; padding: 0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }



/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally:
FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
 */
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: #D8D7DC; }
FORM TABLE TR TD.csc-form-fieldcell { background-color: #EDEBF1; }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 0px solid #333333; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

.shopcat {
background-color:#F1F4F8;
padding:5px;
margin-bottom:5px;
}

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  {
 background-color: #D8D7DC;
 }


#content #colNormal #mailform .csc-mailform .csc-mailform-field label {
	padding-top:5px;
	padding-bottom:5px;


} 
.csc-mailform-submit {
	margin-top:5px;
	margin-bottom:5px;
}



/* Search form, specifically */
FORM TABLE.csc-searchform { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 100%; }

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 70%; }#content #colNormal #mailform .csc-mailform .csc-mailform-field label {
}


