   /* CSS Document */
body { 
font-family			: futura, helvetica, arial, verdana, sans-serif; 
padding-top			: 0px;
margin				: 0px;
}
td, tr, p, div {
  font-family       : futura, helvetica, arial, sans-serif;
  font-size         : 12px;
  color             : #CBD9E4;
}
hr {
  color             : #DADDD0;
  height            : 1px;
  width             : 100%;
}
.main { 
  float             : left; 
  width             : 100%;
  margin            : 0px; 
  padding           : 0px;
}
.contentdescription { 
  width             : auto !important;
  display           : block;
} 

.button {
  font-size         : 12px;
  color             : #34A3F2;
  background-color	: #FFF;
  border            : 1px solid #A0A399;
  margin-bottom     : 0px; 
  padding           : 1px;
  background-image  : url(../images/but.gif); 
 }

 .button2 {
  font-size         : 12px;
  color             : #646885;
  background-color	: #FFF;
  border            : 1px solid #A0A399;
  margin-bottom     : 0px; 
  padding           : 1px;
  /* background-image  : url(../images/but.gif); */
    background-color  : #E2F4F4;
 }

.inputbox {
  border            : 1px solid #CCCCCC;
/*  background	    : transparent url(../images/back.gif); */
  background-color  : #F3F3F3;

  color			    : #666666;
}
.smalltext {
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: left;
    text-transform: lowercase;
        letter-spacing: .05em;
}

.forceUpperCase {
	text-transform: UPPERCASE;

}
 a.whiteLink:link, a.whiteLink:visited{
	color: #FFFFFF;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

a.whiteLink:hover, a.whiteLink:active{
	color: #BDDBE2;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.plainText {
	color: #6C6C6C;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.pinkNormal a:link, .pinkNormal a:visited {
  font-size         : 14px;
  color             : #EC28A3;
  text-decoration   : underline;
  font-weight       : normal;
}
.pinkNormal a:hover {
  font-size         : 14px;
  color             : #FFF;
  text-decoration   : underline;
  font-weight       : normal;
}

 a.ltGray:link, a.ltGray:visited{
	color: #eeeeee;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.ltGray:hover, a.ltGray:active{
	color: #D6E5FF;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

a.imghighlite:hover img {
	filter: alpha(opacity=84);
	moz-opacity: .84;
	opacity: .84;
}
/* makes image transparent till rolled over */
a.imghighliteReverse:link img {
	filter: alpha(opacity=70);
	moz-opacity: .70;
		opacity: .70;
	/* border-top: 1px solid #111111;  */
}
a.imghighliteReverse:visited img {
	filter: alpha(opacity=70);
	moz-opacity: .70;
		opacity: .70;
	/* border-top: 1px solid #111111;  */ 
}


a.imghighliteReverse:hover img {
	filter: alpha(opacity=99);
	moz-opacity: .99;
	opacity: .99;
 border-top: 1px solid #222222; 
}

.error {
 color: #BA0051;
 font-size: 11pt;
 padding-top: 4px;
 }

.flash {
 padding-top: 0px;
 padding-bottom: 0px;
 float: left;
 z-index: 1;
 }
.nounder {
	text-decoration: none;
	border: 0;
	width: 400px;
	height: 30px;
}

table.collect_toolmenu {
	background-color: #000000;
	padding-bottom: 2px;
	/* border-bottom: 1px solid #333333; */
	padding-left: 1px; /* CONTROLS THE ADJUST ON THIS DONT TOUCH*/
	padding-right: 4px;
	/* background: url(../css/theme_black/toolbar_gradient.jpg) 100% 100% repeat-x; */
}

div#collect_toolmenu ul {
	margin-right: 0;
	float: right;
	border: 0px solid #333333;
}

div#collect_toolmenu li {
	float:  left;
	list-style: none;
	margin-right: 20px;  /* CONTROLS THE MARGIN ON THIS DONT TOUCH WILL BREAK OUT OF 800px width*/
	padding-top: 0px; 

}

div#collect_toolmenu li img {
	float:  left;
	vertical-align: middle;
}

a:link.collect_toolbar,
a:visited.collect_toolbar{
	font-size: 8pt;
	text-decoration: none;
	color: #BDBDBD;
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 8px;
	letter-spacing: .1em;
	text-shadow: 1px 1px 1px #4F4F4F;
	
}

a:hover.collect_toolbar {
	color: #FFFFFF;
}



div#top a.mainlevel {
	display:  block;
	float:  left;
	background: none;
	
	padding: 0 5px;
	font-weight:  none;
}



.dispage {
 background-color  : #F9F9F9;
}

 table.disconmenu th {
  background		: #F9F9F9;
  color             : #35949B;
  font-size         : 13px;
  font-weight       : normal;
  text-transform    : normal;
  text-align		: left;
  padding-left      : 10px;
  padding-right     : 18px;
  padding-top	    : 4px;
  padding-bottom    : 4px;

}
table.disconmenu td {
/*  text-align: left; */
  background-color  : #F9F9F9;
  color				: #3C4144;
  text-transform    : normal;
  font-size         : 11px;
  padding-left      : 10px;
  padding-right     : 10px;
  padding-top	    : 6px;
  padding-bottom    : 6px;
}


.buttonStoreFinder {
  font-size         : 9pt;
  color             : #eeeeee;
  text-shadow: 1px 2px 1px #111111;
  background-color	: #000000;
  border            : 0px solid #000000; 
  padding-bottom:  5px;
  width : 110px;
  height: 22px;
  background  : url(../images/storefinder_btndk.jpg) 100% 100%; 
  background-repeat:no-repeat;
 /* background-image  : url(../images/but.gif); */
 padding-left: 10px;
 }
 
  
 .storeHeaderImg{
  background-color: #000000;
  background: url(../images/storefinder_header3.jpg) no-repeat;
  background-position: center center;

 }
 .storeSeperator {
  background-color  : #282828;
  border-bottom: 1px solid #111;
 }
  
 .searchBar td {
  color             : #bbbbbb;
  font-size         : 8pt;
  font-weight       : normal;
  text-transform    : uppercase;
  padding			: 2px;
  background-color  : #010101;
  letter-spacing: .07em;
 
 }
  table.storesSearch {
 background-color  : #282828; 
 padding-bottom: 6px;
 
 }
 table.storesSearch th {
  background		: #282828;
  color             : #D3DFE2;
  font-size         : 10pt;
  font-weight       : normal;
  text-transform    : normal;
  text-align		: left;
  padding-left      : 10px;
  padding-right     : 18px;
  padding-top	    : 4px;
  padding-bottom    : 4px;
  letter-spacing: .07em;
   text-shadow: 1px 2px 1px #111111;

}
table.storesSearch td {
/*  text-align: left; */
  background-color  : #282828;
  color				: #FFFFFF;
  text-transform: UPPERCASE;
  font-size         : 8pt;
  padding-left      : 6px;
  padding-right     : 2px;
  padding-top	    : 2px;
  padding-bottom    : 4px;
  letter-spacing: .06em;

  
}
 a.radio:link, a.radio:visited { 
  color				: #B5CBE2;
  text-transform: UPPERCASE;
  font-size         : 8pt;
  vertical-align: center;
    padding-top	    : 10px;
  letter-spacing: .06em;
  text-decoration	: underline;
 }
  a.radio:hover {
  color				: #ffffff;
  }
 table.storesCollect {
  background-color  : #000000;
 }
 table.storesCollect th {
  background-color  : #000000;
  color             : #D3DFE2;
  font-size         : 12px;
  font-weight       : normal;
  text-transform    : normal;
  text-align		: left;
  padding-left      : 10px;
  padding-right     : 16px;
  padding-top	    : 8px;
  padding-bottom    : 8px;
  	letter-spacing: .06em;
	text-shadow: 1px 1px 1px #4F4F4F;

}
table.storesCollect td {
/*  text-align: left; */
  background-color  : #000000;
  color				: #aaaaaa;
  text-transform	: UPPERCASE;
  font-size         : 11px;
  padding-left      : 6px;
  padding-right     : 2px;
  padding-top	    : 2px;
  padding-bottom    : 2px;
    	letter-spacing: .06em;

}

/* STORE FINDER RESULTS */
table.storesResults {
  background-color  : #000000;

}
table.storesResults th {
 text-align: left;
  font-size         : 12px;
  color             : #909DA3;
  padding-left      : 10px;
  padding-right     : 10px;
  padding-top	    : 2px;
  padding-bottom    : 2px;
  margin-left		: 6px;
  letter-spacing: .06em;
  text-shadow: 1px 1px 1px #4F4F4F;
/*  border-bottom: 1px solid #B0E0F1; */
}
table.storesResults td {
/*  text-align: left; */
  color             : #909DA3;
  padding-left      : 10px;
  padding-right     : 10px;
  padding-top	    : 8px;
  padding-bottom    : 8px;
  margin-left		: 6px;
  border-bottom		: 1px solid #222222; /* div content */
      	letter-spacing: .06em;
	/* text-shadow: 1px 1px 1px #4F4F4F; */
}

.searchResultsBar {
  color: #555555;
  font-size: 7pt;
  text-transform: UPPERCASE;
  letter-spacing: .06em; 
  
}

.searchResultsTxt {
  color: #B1B1B1;
  font-size: 8pt;
  text-transform: UPPERCASE;
  
}

.searchResultsColl {
  color: #C2CED6;
  font-size: 8pt;
  text-transform: UPPERCASE;
  
}


.downMenuBar {

  background: url(theme_black/toolbar_gradient.jpg) no-repeat;
  background-position: top left;
  border-bottom: 1px solid #111111;
}
.pageTitle {
	color: #bbbbbb;
	font-size		: 11pt;
	font-weight		: normal;
	text-decoration	: none;
	text-transform  : uppercase;
	padding-top		: 2px;
	padding-bottom	: 4px;
	padding-left	: 6px;
	text-align		: left;
	letter-spacing  : 1pt;
}
.downloadTitleTable {
	border-bottom: 1px solid #666666;
	}
.downSubTitleMenu {
	color	 : #eeeeee;
	font-size: 10pt;
	padding-right: 30px;
	letter-spacing  : 1pt;
	}
 a.downSubTitleMenu:link, a.downSubTitleMenu:visited{
	color: #eeeeee;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
}

a.downSubTitleMenu:hover, a.downSubTitleMenu:active{
	text-decoration: underline;
}


.downMainPicCell {
	padding: 10px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 6px;
	}

#downMainPicInfo h1 {
	text-align: right;
	padding-right: 20px;
	font-size: 10pt;
	color: #666666
	;
	text-transform: uppercase;
	font-weight: normal;
}

#downMainPicInfo h2 {
	text-align: left;
	padding: 0px;
	padding-left: 30px;
	font-size: 11pt;
	color: #dddddd;
	text-transform: normal;
	font-weight: bold;
	
	
	}
#downMainPicInfo p {
	text-align: right;
	padding-right: 30px;
}

#downloadResolutions {
	text-align: center;
	padding: 2px;
	padding-right: 22px;

	}
#downloadResolutions img{
	vertical-align: bottom;
	padding-left: 4px;
	padding-right: 4px;
	}
a.downResolution:link, a.downResolution:visited{
	color: #4EA5AB;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: normal;
}

a.downResolution:hover, a.downResolution:active{
	color: #62D0D7;

}


/* pics */
.downThumbTable {
	padding: 8px;
	padding-top: 16px;
	}
.downThumbTip {
	text-align: center;
	padding: 4px;
	padding-bottom: 10px;
	font-size: 10pt;
	color: #eeeeee;
}

#downInstructions {
   border-top: 1px solid #555555;
   }
   
   
#downInstructions h1 {
	text-align: center;
	padding: 4px;
	font-size: 11pt;
	color: #dddddd;
	text-transform: uppercase;
}
#downInstructions strong {
	text-align: left;
	padding: 4px;
	font-size: 10pt;
	color: #aaaaaa;
}

#downInstructions p{
	text-align: left;
	padding: 2px;
	font-size: 9pt;
	color: #979797;
}


.emailList_Head {
	color: #2DA3F3;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: Normal;
	text-decoration: none;
}

.emailList_mainTable {
	color: #2DA3F3;
	font-family : futura, helvetica, arial, verdana, sans-serif;
	font-size	: 14px;
	font-weight : Normal;
	text-decoration: normal;
	text-transform    : uppercase;
	padding-right: 26px;
}

.emalList_background {
	background:  url(../images/emaillist2.jpg) no-repeat;
	background-position: absolute center;
	background-color: #F5F6F6;
}
.emalList_formTxt {
	text-align: right;
}


.faqSectionCell {
	color: #2DA3F3;
	font-size   : 12pt;
	letter-spacing: .05em;
/*	text-indent : 6px; */
	text-decoration: normal;
	text-transform    : uppercase;
    background-color  : #49C6D1;
      letter-spacing: .05em;
	
}
.faqQuestion {
	color: #C4D3E1;
/*	text-indent       : 5px;  */
	font-size   : 10pt;
	font-weight: Normal;
	text-transform    : uppercase;
	text-decoration: normal;	
	letter-spacing: .05em;

}
 .faqHead {
	color: #49C6D1;
	font-size: 10pt;
	font-weight: Normal;
	text-decoration: none;
	text-indent: 6px;
	letter-spacing: .05em;
}
p.faqAnswer {
  text-indent       : 5px;     
  color             : #8996A2;
  text-align		: left;
  font-weight       : normal;
  letter-spacing: .05em;
  line-spacing: .05em;
 } 
 
.faqHR {
  color: #49C6D1;
  height: .5px;
  width: 100%;
  }

 table.faqTable {
  padding-bottom: 10px;
 }
 table.faqTable th {
  color             : #CCE3E3;
  font-size         : 16pt;
  font-weight       : normal;
  text-transform    : uppercase;
  text-align		: left;
  padding-left      : 10px;
  padding-right     : 10px;
  padding-top	    : 2px;
  padding-bottom    : 2px;
  margin-left		: 6px;
  border-bottom: 1px solid #222222;
    letter-spacing: .05em;
}
table.faqTable td {
/*  text-align: left; 
  background-color  : #000000;*/
  padding-left      : 14px;
  padding-right     : 20px;
  padding-top	    : 12px;
  padding-bottom    : 2px;
  margin-left		: 6px;
    letter-spacing: .05em;
}
table.faqTableQA th {
 text-align: left;
  /*background-color  : #000000;*/
  font-size         : 12pt;
  color             : #96A7A7;
  padding-left      : 20px;
  padding-right     : 20px;
  padding-top	    : 2px;
  padding-bottom    : 2px;
  margin-left		: 6px;
  font-weight : normal;
  border-bottom: 1px solid #3E4545; 
    letter-spacing: .05em;
}
table.faqTableQA td {
/*  text-align: left; 
  background-color  : #111111;*/
  padding-left      : 20px;
  padding-right     : 20px;
  padding-top	    : 8px;
  padding-bottom    : 8px;
  margin-left		: 6px;
    letter-spacing: .05em;

/*  border-bottom: 1px solid #B0E0F1; */
}


a.faqTOPLink:link, a.faqTOPLink:visited {
  font-size         : 10pt;
  color             : #D7ECFF;
  text-decoration   : underline;
  font-weight       : normal;
    letter-spacing: .08em;
}
a.faqTOPLink:hover {
  color             : #FFFFFF;

}

a.faqPlainLink:link, a.faqPlainLink:visited {
  font-size         : 10pt;
  color             : #35949B;
  text-decoration   : none;
  font-weight       : normal;
    letter-spacing: .05em;
}
a.faqPlainLink:hover {
  color             : #FFFFFF;

}


p.simple {

  text-indent       : 5px;     
  font-size         : 11pt;
  color             : #FAF6F6;
  text-align		: left;
 } 
  
table.eventDetailTable th {
  color             : #DBD8D8;
  /*background-color  : #C5DFEE; */
  font-size         : 11pt;
  font-weight       : normal;
  text-transform    : uppercase;
  text-align		: left;
  border-bottom: 1px solid #E50086;
}
table.eventDetailTable td {
/*  text-align: left; */
  background-color  : #111;
    color             : #DBD8D8;
    letter-spacing: .1em;
 /* padding-left      : 12px;
  padding-right     : 10px;
  padding-top	    : 6px;
  padding-bottom    : 6px;
  margin-left		: 20px; */
/*  border-bottom: 1px solid #B0E0F1; */
}

.eventHead {
	color: #A5A4A6;
	font-size: 11pt;
	font-weight: Normal;
	text-decoration: none;
	letter-spacing: .2em;
}


.eventDetailTextLeft {
	color: #444;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	padding: 20px;
}
.eventHR {
  color: #aaa;
  height: .5px;
  width: 100%;
  
}
table.eventTableIntro th {
  border-bottom: 1px solid #aaa;
}
table.eventTableIntro td {  
  text-align        :center;
  padding-left      : 6px;
  padding-right     : 6px;
  padding-top	    : 20px;
  padding-bottom    : 8px;
  margin-left		: 0px;

}
table.eventTable th {
  border-bottom: 1px solid #aaa;
}
table.eventTable td {
	color           : #eeeeee; 
	text-align      : center;
	
  padding-left      : 6px;
  padding-right     : 0px;
  padding-top	    : 6px;
  padding-bottom    : 6px;
  margin-left		: 0px;
  border-bottom: 1px solid #555;
}
table.eventTable span { color: #bbb; padding: 10px; }

 a.plainLink:link, a.plainLink:visited{
	color: #6C6C6C;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.plainLink:hover, a.plainLink:active{
	color: #596567;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.plainText {
	color: #6C6C6C;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: .05em;
}

.emailDressBody {
/*	background-image: url(images/bridal_dressBG.jpg);
	background-repeat: repeat; */
	background-color: #000000;
}

.emailDressHeader {
	font-family: helvetica, futura, arial, verdana, sans-serif;
  font-size         : 14pt;
  color             : #ccc;
  font-weight       : normal;
  letter-spacing: .05em;
  text-transform: upppercase;
}
.emailDressSubHeader {
  font-size         : 11pt;
  color             : #ddd;
  letter-spacing: .05em;
}
.mandatoryText {
  font-size         : 12pt;
  color             : #86ACC8;
  padding: 1px;
}

.favoriteCategoryHead {
	color: #CBD9E4;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;	
}

.favoriteHead {
	color: #CBD9E4;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;	
}


 a.favUnderLink:link{
	color: #F9F3FA;
	font-size: 11px;
		font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}
a.favUnderLink:visited{
	color: #F9F3FA;
	font-size: 11px;
		font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}
a.favUnderLink:hover, a.favUnderLink:active{
	color: #BDCBD4;

}

.favoritePlainText {
	color: #ccc;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.favPlainx{
	color:#ffffff !important;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

 a.favPlainx:link, a.favPlainx:visited{
	color:#ffffff !important;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

a.favPlainx:hover, a.favPlainx:active{
	color: #BDCBD4;

}

.orderCatPageColor {
/* background : url(../images/ordercat_bggradient.png) repeat-x; */
/* background-color: #000000; */
}

.orderCatIMG {
	border: 2px solid #333;
}

.orderCatTableBar {
/* background : transparent url(../images/blue_roundbar.png) no-repeat; */
}

.orderCatPageTitle {
  color: #fff;
  font-weight: normal;
  font-size: 16pt;
  text-transform: uppercase;
  padding-top: 20px;
  
}

.orderCatTableIntro {
/* background : url(../images/ordercat_insidetable.png) repeat; */
/*	background-color: #9FADBE; */
	border-bottom: 1px solid #FFD2F3;	
	
}

.orderCatTableIntroTxt {
    font-size: 11pt;
    color: #aaa;
    letter-spacing: .05em;
}

.orderCatItemTable {
/*  background : url(theme_black/circles_blck.jpg) repeat; */
	/* background-color: #000000; */
	border-bottom: 1px solid #000000;
	text-align: left;
}
.orderCatItemTableSubmit {
/* background : url(../images/ordercat_insidetable.png) repeat;  */
	/* background-color: #0F0F10; */
	padding: 10px;
	padding-right: 80px;
}
.orderCatTitle {
	color: #eee;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	text-shadow: 1px 2px 1px #111111;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;	
	padding-left: 20px;
	padding-right: 22px;
}
.orderCatDesc {
	color: #ccc;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	margin: 20px;
	padding-bottom: 30px;
}

.orderCatTXT2 {
	color: #ddd;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;	
	padding-left: 20px;
	padding-right: 30px;
	
}


.orderCatNormal {
	color: #EFF2F2;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 30px;
}
.orderCatHead {
	color: #EFF2F2;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;	
	padding-left: 20px;
	padding-right: 20px;
}

 .buttonOrderCat {
  font-size         : 11pt;
  color             : #eeeeee;
  text-shadow: 1px 2px 1px #111111;
  background-color	: #000000;
  border            : 0px solid #000000; 
  /* margin-bottom     : 0px; 
  padding           : 1px;*/
  width : 138px;
  height: 25px;
  background  : url(../images/btn_ordercat.jpg) 100% 100%; 
  background-repeat:no-repeat;
 /* background-image  : url(../images/but.gif); */
 padding-left: 10px;
 }
 

 }


.dressSearchBG {
	background-color: #111111;
	background : url(theme_black/circles_blck.jpg) repeat; 
}
.dressSearchCategoryHead {
	color: #cccccc;
	font-size: 13pt;
	font-weight: normal;
	text-decoration: none;	
	letter-spacing: .08em;
	text-shadow: 1px 1px 1px #4F4F4F;
}

.dressSearchResults {
	color: RED;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;	
}

.dressHR {
  color: #3DAAB3;
  height: 1px;
  width: 90%;
  
}

 a.dressSearchLink:link, a.dressSearchLink:visited{
	color: #383838;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

a.dressSearchLink:hover, a.dressSearchLink:active{
	color: #383838;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.dressSearchPlainText {
	color: #6C6C6C;
	font-family: helvetica, futura, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

table.moduletable {
/*  width		    : 155px;
  table-layout	    : fixed;
*/
    width		    : 80%;
  table-layout	    : auto;

}
table.moduletable th {
  font-size         : 11px;
  font-weight       : bold;
  text-transform    : uppercase;
  text-align        : left;
  height            : 22px;
  line-height       : 22px;
  text-indent       : 8px;
  letter-spacing    : 1px;
  color             : #FFF;
  background-image  : url(../images/modul.jpg);  
}
table.moduletable td {
  padding-left      : 0px;
  padding-right     : 0px;
  padding-top	    : 0px;
  padding- bottom   : 0px;
  margin			: 4px;
}

table.moduletable-gray {
     width		    : 80%;
  table-layout	    : auto;

}
table.moduletable-gray th {
  font-size         : 11px;
  font-weight       : bold;
  text-transform    : uppercase;
  text-align        : center;
  height            : 22px;
  line-height       : 22px;
  text-indent       : 8px;
  letter-spacing    : 1px;
 /* color             : #000;
  background-image  : url(../images/moduletop-gray.png);  
*/
}
table.moduletable-gray td {
  padding-left      : 0px;
  padding-right     : 0px;
  padding-top	    : 0px;
  padding- bottom   : 0px;
  margin			: 4px;
}
/* END MODULE SELECTION */

.back_button {
  color             : #996600;
  font-family       : Tahoma, Verdana, helvetica, futura, arial, verdana, sans-serif;
  font-size         : 11px;
  background        : url(../images/but.gif);
  white-space       : normal;
  font-weight       : normal;
  border            : 1px solid #DADDD0;
  padding-bottom    : 4px;
  padding-left      : 10px;
  padding-right     : 10px;
  padding-top       : 4px;
  margin-right      : 4px;
  float             : right;
  font-weight       : normal;
  line-height       : 10px;
  text-decoration   : none; 
}

.sectiontableheader {
  font-size         : 12px;
  font-weight       : bold;
  text-transform    : uppercase;
  letter-spacing    : 1px;
  color             : #FFFFFF;
  background        : #FBFBF9;
  background-image	: url(../images/modul.jpg);
  padding           : 3px;
}
.sectiontableentry1 {
  padding           : 3px;
  margin			: 3px;
  background        : #F3F3F3;
  border-top        : 1px solid #FFFFFF;
  border-bottom     : 1px solid #DADDD0;
}
.sectiontableentry2 {
  padding           : 3px;
  margin			: 3px;
  border-top        : 1px solid #FFFFFF;
  border-bottom     : 1px solid #DADDD0;
}

a.mainlevel {
  margin-top        : 1px;
  padding-top       : 0px;
  font-size         : 12px;
  width             : 180px;
  text-indent       : 10px;
}
a.mainlevel:link {
  padding           : 0px 0px 0px 0px;
  font-size         : 12px;
  width             : 180px;
  text-indent       : 10px;
}
a.mainlevel:link, a.mainlevel:visited {
  display           : block;
  font-size         : 12px;
  font-weight       : normal;
  padding           : 2px 0px 2px 0px;
  color             : #282828;
  width             : 180px;
  text-indent       : 10px;
  background-color  : #F3F3F3;
}
a.mainlevel:hover {
  font-size         : 12px;
  background-color  : #FBFBF9;  
  color             : #000000;
  font-weight       : normal;
  text-decoration   : none;
  text-indent       : 10px;
}


a.mainlevel-gray {
  margin-top        : 1px;
  padding-top       : 0px;
  font-size         : 12px;
  width             : 155px;
  text-indent       : 10px;
}
a.mainlevel-gray:link {
  padding           : 0px 0px 0px 0px;
  font-size         : 12px;
  width             : 155px;
  text-indent       : 10px;
}
a.mainlevel-gray:link, a.mainlevel-gray:visited {
  display           : block;
  font-size         : 12px;
  font-weight       : normal;
  padding           : 2px 0px 2px 0px;
  color             : #333333;
  width             : 155px;
  text-indent       : 10px;
 /* background-color  : #E2ECEE;
*/
}
a.mainlevel-gray:hover {
  font-size         : 12px;
  background-color  : #FBFBF9;  
  color             : #000000;
  font-weight       : normal;
  text-decoration   : none;
  text-indent       : 10px;
}

#active_menu {
  color             : #333333;
  font-weight       : normal;
  background-color  : #FBFBF9;
}
a#active_menu:hover {
  color             : #333333;
  background-color  : #FBFBF9;
}
a:link, a:visited {
  font-size         : 9pt;
  color             : #aaa;
  text-decoration   : none;
  font-weight       : normal;
}
a:hover {
  color             : #bbb;
  text-decoration   : none;
  
}
a.category:link, a.category:visited {
  font-weight       : bold;
}
a.readon:link, a.readon:visited {
  color             : #000000;
  font-family       : Tahoma, Verdana, helvetica, futura, arial, verdana, sans-serif;
  font-size         : 11px;
  background        : url(../images/but.gif);
  white-space       : normal;
  font-weight       : normal;
  border            : 1px solid #DADDD0;
  padding-bottom    : 3px;
  padding-left      : 4px;
  padding-right     : 4px;
  padding-top       : 2px;
  float             : left;
  line-height       : 10px;
  text-decoration   : none; 
}
a.readon:hover {
  color             : #333333;
  font-family       : Tahoma, Verdana, helvetica, futura, arial, verdana, sans-serif;
  font-size         : 11px;
  background        : url(../images/but.gif);
  white-space       : normal;
  font-weight       : normal;
  border            : 1px solid #DADDD0;
  padding-bottom    : 3px;
  padding-left      : 4px;
  padding-right     : 4px;
  padding-top       : 2px;
  float             : left;
  line-height       : 10px;
  text-decoration   : none; 
}
ul {
  margin            : 2px;
  padding-left      : 10px;
  list-style        : none;
}

table.contenttoc {
  border: 1px solid #FFF;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
    color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
.pagenavcounter {
  font-size         : 10px;
  color             : #666666;
}
.pagenavbar {
  border-top        : 1px solid #999999;
  padding           : 2px;
}
.pagenav {
  font-weight       : bold;
  color             : #CCCCCC;
}
a.pagenav:link, a.pagenav:visited {
  text-decoration   : none;
}
a.pagenav:hover {
  text-decoration   : none;
}
.date {
  font-size         : 10px;
  color             : #C2C2C2;
  padding-top		: 15px;
}
.small {
  font-size         : 10px;
  color             : #666666;
}
.postedby {
  font-size         : 10px;
  color             : #CCCCCC;
}
.smalldark {
  font-size         : 10px;
  color             : #666666;
}
.createdate, .modifydate {
  font-size         : 10px;
  color             : #CCCCCC;
}
.content_vote {
  font-size         : 10px;
  height            : 22px;
  padding-top       : 2px;
  padding-bottom    : 2px;
}
.content_rating {
  font-size         : 10px;
  color             : #666666;
}
/* nav pathway */
.pathway {
  font-size         : 10px;
  color             : #484848;
  font-weight       : normal;
  text-transform: lowercase;
  padding-top       : 1px;
}
a.pathway:link, a.pathway:visited {
  font-size         : 10px;
  color				: #484848;
  font-weight       : normal;
}
a.pathway:hover {
  font-size         : 10px;
  font-weight       : normal;

  color				: #FFF;
}
table.content{
  width             : 100%;
  padding           : 0px;
  border-collapse   : collapse;
  border-spacing    : 0px;
  margin-bottom     : 10px;
}
table.contentpane {
  width             : 100%;
  padding     		: 5px;
  border-spacing    : 0px;
  margin-bottom     : 5px;
}
table.contentpaneopen {
  width             : 100%;
  padding-left      : 0px;
  padding-right     : 0px;
  border-spacing    : 0px;
  margin-bottom     : 0px;
}
.pollstableborder{
  border-color      : #666666;
}
.contentheading {
  font-family       : helvetica, futura, arial, verdana, sans-serif;
  font-size         : 16px;
  font-weight       : bold;
  font-style        : inherit;
  text-transform    : uppercase;
  text-align        : left;
  color             : #333333;
  width             : 100%;
  background-image	: url(../images/headline.gif);
}
.componentheading {
  font-family       : helvetica, futura, arial, verdana, sans-serif;
  font-size         : 16px;
  font-weight       : bold;
  text-transform    : uppercase;
  text-align        : left;
  line-height       : 21px;
  color             : #333333;
  width             : 100%;
  background-image	: url(../images/headline.gif);
}
.contentpagetitle {
  font-family       : helvetica, futura, arial, verdana, sans-serif;
  font-size         : 16px;
  font-weight       : bold;
  text-transform    : uppercase;
  text-align        : left;
  color             : #333333;
  width             : 100%;
  }
a.contentpagetitle:link, a.contentpagetitle:visited {
  font-size         : 16px;
  color             : #333333;
  text-decoration   : none;
  font-weight       : bold;
}
a.contentpagetitle:hover {
  font-size         : 16px;
  color             : #999999;
  text-decoration   : none;
  font-weight       : bold;
}
.title {
  font-family       : Arial, Verdana, Geneva,  Helvetica, sans-serif;
  font-weight       : bold;
  text-transform    : uppercase;
  font-size         : 20px;
  text-align        : center;
  color             : #FFFFFF;
}
.title a:link, .title a:visited {
  font-weight       : bold;
  text-transform    : uppercase;
  font-size         : 20px;
  color             : #FFFFFF;
}
.title a:hover {
  font-weight       : bold;
  text-transform    : uppercase;
  font-size         : 20px;
  color             : #CCCCCC;
}
ul#mainlevel-nav {
  list-style		: none;
  padding			: 0;
  margin			: 0;
  font-size			: 0.8em;
}
ul#mainlevel-nav li {
  background-image	: none;
  padding-left		: 0px;
  padding-right		: 0px;
  float				: left;
  margin			: 0;
  font-size			: 11px;
  line-height		: 21px;
  white-space		: nowrap;
  border-right:;
}
ul#mainlevel-nav li a {
  display			: block;
  padding-left		: 15px;
  padding-right		: 15px;
  text-decoration	: none;
  color				: #C2C2C2;
  background		: transparent;
}
ul#mainlevel-nav li a:hover {
  color				: #FFFFFF;
}
a#klick {
  position			: absolute;
  left				: 0;
  top				: 0;
  display			: block;
  height			: 100px;
  width				: 100px;
  background		: url(../images/247shock.png) top left no-repeat !important;
  background		: none;
  text-indent		: -999em;
  text-decoration	: none;
  cursor			: hand;
}
/* BOTTOM MENU */
#navcontainer {
  font-family       : helvetica, futura, arial, verdana, sans-serif;
  font-size         : 12px;
  margin            : 0px 0px 0px 0px;
  padding           : 0px 0px 0px 0px;
  width             : auto;
  height            : 24px;
}
#navlist {
  margin            : 0px;
  padding           : 0px 0px 0px 0px;
}
 
#navlist ul, #navlist li {
  display           : inline;
  list-style-type   : none;
  
}
#navlist a:link, #navlist a:visited {
  border-right      : 1px solid #cccccc;
  padding           : 5px 8px 5px 8px;
  float             : left;
  font-weight       : normal;
  line-height       : 14px;
  margin            : 0px;
  text-decoration   : none;
  color             : #565656;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
  color             : #CC1959;
}
#navlist a:hover {
  color             : #CC1959;
}

#subbox {
  font-family       : helvetica, futura, arial, verdana, sans-serif;
  
  font-size         : 10px;
  height            : 18px;
  width             : auto;
}
#subnavlist {
  margin            : 0px;
  padding           : 0px;
}
#subnavlist ul, #subnavlist li {
  margin            : 0px;
  padding           : 0px;
  display           : inline;
  list-style-type	: none;
}
#subnavlist a:link, #subnavlist a:visited {
  float             : left;
  font-weight       : normal;
  line-height       : 16px;
  padding           : 0px 0px 0px 18px;
  text-decoration   : none;
  color             : #999999;
  background        : url(../images/line.gif) no-repeat 9px 3px;
}
#subnavlist a:link#subcurrent, #subnavlist a:visited#subcurrent, #subnavlist a:hover {
  color             : #FFF;
}
a.sublevel:link, a.sublevel:visited {
  padding-left		: 10px;
  vertical-align	: middle;
  font-size			: 11px;
  font-weight		: bold;
  color				: #333333;
  text-align		: left;
}
a.sublevel:hover {
  color				: #999999;
  text-decoration	: none;

}
/* END BOTTOM MENU */
.footer {
  font-family       : Verdana, Geneva, helvetica, futura, arial, verdana, sans-serif;
  color             : #888888;
  font-size         : 12px;
  font-weight       : normal;
}
.footer a:link, .footer a:visited {
  font-size         : 12px;
  color             : #888888;
  text-decoration   : none;
  font-weight       : normal;
}
.footer a:hover {
  font-size         : 12px;
  color             : #FFF;
  text-decoration   : none;
  font-weight       : normal;
}
.highlight {
  background-color	:#FFFFFF;
}
div.mosimage {
  border			: 1px solid #ccc;
}
.mosimage {
  border			: 1px solid #cccccc;
  margin			: 5px
}
.mosimage_caption {
  margin-top		: 2px;
  background		: #efefef;
  padding			: 1px 2px;
  color				: #666;
  text-transform	: normal;
  font-size			: 10px;
  border-top		: 1px solid #cccccc;
}

table.eventTable tbody tr td {margin-top:10px;}
