body 
{
  background-color: #EAFCFE;
  font-family: Verdana, Arial;
  font-size: 12px;
  color: Teal;
  border: 0;
  margin: 0;
}

.copyright
{
	font-size: 10px;
}

.inputTeal
{
	border: 1px solid Teal;
	height:14px;
	font-size: 12px;
	color: Teal;
	font-family: Verdana, Arial;
}

.inputNoBorder
{
	height:14px;
	font-size: 12px;
	color: Teal;
}

.inputPurple
{
	border: 1px solid Purple;
	height:14px;
	font-size: 12px;
	color: Purple;
	font-family: Verdana, Arial;
}

.description
{
	font-family: Verdana, Arial;
	font-size:12px;
}

.description a
{
	font-family: Verdana, Arial;
	font-size:12px;
}

.topbg
{
  background: url(images/bg.jpg) repeat-x;
  height:100px;
  color: Teal;
}

.popup
{
  background: #EAFCFE;
}

legend
{
	color:Teal;
}

.nomargin
{
  border: 0;
  margin: 0;
}

.footerImage
{
  height: 150px;  
  width: 150px;
  position:absolute;
  top:0;
  left: 0;
  z-index: 2000;
  border: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
}

.label 
{
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	color: Teal;
}

.labelTeal
{
	font-size: 12px;
	color: Teal;
}

.labelSize
{
	font-size: 10px;
	color: #6699ff;
}

.labelBlue
{
	font-size: 12px;
	color: #6699ff;
}

.linkBlue a:link
{
	color: #6699ff;
	text-decoration: underline;
}

.linkBlue a:visited
{
	color: #6699ff;
	text-decoration: underline;
}

.catalogManName
{
	font-size: 12px;
	color: #6699ff;
}

.catalogManName a
{
	font-size: 12px;
	color: #6699ff;
}

.catalogManName a: link
{
	font-size: 12px;
	color: #6699ff;
}

.catalogManName a:visited
{
	font-size: 12px;
	color: #6699ff;
}


.labelPurple
{
	font-size: 12px;
	color: Purple;
	text-transform:uppercase;
}


.labelPurpleSmall
{
	font-size: 12px;
	color: Purple;
}

.labelRed
{
	font-size: 12px;
	color: Yellow;
	font-weight:bold;
}

.labelGreen
{
	font-weight:bold;
	font-size: 12px;
	color: Green;
}

.labelOlive
{
	font-weight:bold;
	font-size: 12px;
	color: Olive;
}

.labelOrange
{
	font-weight:bold;
	font-size: 12px;
	color: Orange;
}

.labelWhite
{
	font-size: 12px;
	color: White;
	padding-right:5px;
}
.textbox {
	font-size: 12px;
}

.hyperlink {
  font-size: 12px;
  color:Teal;
}

.smalltextbox {
	font-size: 10px;
  width: 20px;  
}

.multilinetextbox {
  width: 188px;
  height: 80px;  
}

.largemultilinetextbox {
	width: 350px;
	height: 150px;  
	color: #6699ff; 
	border: 1px Solid #6699ff; 
}

.longmultilinetextbox {
  width: 350px;
  height: 75px;  
}

.longtextbox {
	font-size: 12px;
	width: 325px;
	color: #6699ff; 
	border: 1px Solid #6699ff; 
}

.dropdownlist {
  font-size: 12px;
  color: #5C5C5C;
}

.checkbox {
  font-size: 12px;
  color: #5C5C5C;
}

.fwdropdownlist {
  font-size: 12px;
  font-family: Courier New;
}

.btnSearch
{
	background-color:Transparent;
	border:0;
	margin:0;
	color:White;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.button 
{
	background: url(images/dcAdminNav_purple.gif) repeat-x;
	border:0;
	margin:0;
	color:White;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	height: 30px;
}

.rightbutton {
	font-size: 12px;
	height: 20px;
	font-weight: bold;
  float: right;
}

.menuItem {
  color: #fff;
}

.menuItem a {
  cursor: pointer;  
}

.menuItem #left{
  width: 5px;
  display: inline;
  background: url(images/blue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItem #mid {
  display: inline;
  background: url(images/blue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItem #mid #text {
  position: relative;
  top: 5px;
  color: #FFF;
}

.menuItem #right {
  width: 5px;
  display: inline;
  background: url(images/blue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected {
  color: #fff;
}

.menuItemSelected a {
  cursor: pointer;  
}

.menuItemSelected #left {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected #mid {
  display: inline;
  background: url(images/lightblue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItemSelected #right {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.allContent 
{
/*	background-color: #F3FDF2;*/
/*	width: 961px;*/
	width: 100%;
	margin: 0px auto;
}

#headerRegion {
  margin-bottom: 15px;  
}

#mainContentRegion {
  display: block; 
  clear: both;
}

.sectionHeader {
  font-size: 12px;
  padding-bottom: 5px;
}

.navigationRule {
  border: 2px solid #024A76;
  position: relative;
  top: -8px; 
}

.defaultTable {
  width: 700px;  
	/*border: 1px solid blue;*/
}

.verticalalign img {
  vertical-align: middle;
}

.verticalalign span {
  vertical-align: middle;
}

.verticalalign input {
  vertical-align: middle;
}

.showAll {
  float: right;
}


.modalbutton {
	font-size: .7em;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	float: right;
}

hr {
  border-bottom: 1px solid #CCC;
  color: #FFF;  
}

a:link {
  color: #0066A6;
  text-decoration: none;
}

a:hover{
  color: #0066A6;
  font-weight: bold;  
  text-decoration: none;
}

a:visited {
  color: #0066A6;
  text-decoration: none;
}

.smallleft {
  float: left;
}

.smallright {
  float: right;  
}

.dynamicMenuStyle {
  /*background-image: url(images/icons/savedstar.gif) repeat;
  z-index: 100;  */
}

.ddlExtSearch 
{
  width: 150px;
  font-size: 12px;
  color: Purple;
  background-color: #ffffff;
  height: 20px;
  border: 1px Solid Purple;
}

/*
#footer {
  text-decoration: none;
  font-size: .7em;
  color: #C0C0C0;
}

#footer a {
}

#footer a:visited {
  color: #C0C0C0;
}

#footer a:hover {
  color: #0066A6;
}
*/

.news_header
{
  background: url(images/yellow_bg_nav.gif) repeat-x;
  width:96%;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  text-align:center;
  color:#FFF;
}

.news_header_right
{
  background: url(images/blue_news_right.gif) no-repeat;
  width:5px;
  font-size: 8px;
  height: 30px;
}

.news_header_left
{
  background: url(images/blue_news_left.gif) no-repeat;
  width:5px;
  font-size: 8px;
  height: 30px;
}

.news
{
	/*border: 1px solid green;*/
	width: 100%;
}

.news_text
{
	border: 1px Dotted #6699ff;
	font-size:12px;
	color: Teal;
}

.news_list 
{
	list-style-image: url(images/icons/flower_2.gif);
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#contacts {
	position:relative;
	left:180px;
	color:#336699;
	font-size: 20px;
	text-align:left;
	vertical-align:middle;
	float:left;
	width:250px;
}
#contacts a {
font-size:11px;
}
#contacts a, .search a, #authentication a, .linkButtonWhite a
{
	color:#336699;
	text-decoration: none;
	font-weight:bold;
}

#contacts a:link, .search a:link, #authentication a:link, .linkButtonWhite a:link
{
	color:#336699;
	text-decoration: none;
}

#contacts a:visited, .search a:visited, #authentication a:visited, .linkButtonWhite a:visited
{
	color:#336699;
	text-decoration: none;
}

#contacts a:hover, .search a:hover, #authentication a:hover, .linkButtonWhite a:hover
{
	color: #330099;
	text-decoration: none;
	font-weight:bold;
}

#authentication
{
	width: 135px;
	color:#336699;
	font-size: 11px;
	text-align:left;
	vertical-align:middle;
	padding-left: 100px;
}
#ctl00_loginView_dcAuthenticatedUser_lblWelcome {
color:#336699 !important;
}
#authentication a
{
	font-size: 11px;
}


.linkButtonWhite a:link
{
	color: White;
	font-weight: normal;
	text-decoration: underline;
}

.linkButtonWhite a:hover
{
	color: White;
	font-weight: bold;	
}

.linkButtonWhite a:visited
{
	color: White;
	font-weight: normal;
}


.linkButtonRed a:link
{
	color: Red;
	font-weight: normal;
	text-decoration:underline;
}

.linkButtonRed a:hover
{
	color: Red;
	font-weight: bold;	
	text-decoration:underline;
}

.linkButtonRed a:visited
{
	color: Red;
	font-weight: normal;
	text-decoration:underline;
}
table.search, table.topbg, table.contentMenu, table.footer, table.copyrite, table#maincontent, table#default, #footer {
width:1270px;
}
table.categoryLevel2 tr td {
padding:0 20px 0 10px;
white-space: normal !important;
}
table.categoryLevel2 tr td a{
    background: url("images/list.gif") no-repeat left 4px;
    margin-left: 0 !important;
    padding-left: 7px;
	font-weight:bold;
}
.widget a.hyperlink {
background: url(images/arrow.gif) no-repeat left 4px;
padding-left:11px;
float:left;
}
.productImageContainer td a {
    border-style: outset !important;
    border-width: 6px !important;
}
.RightContent, .MainContent, .productBox, .widget a, .widget legend {
text-align:left;
}
#col-1 {
width:197px;
}
