@charset "utf-8";

body {
	background-image: url(/images/background_main.png);
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
	background-color:#fff; 
	color:#333; 
} 
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* TYPE */
a { color: #2971a7; }
strong, b { font-weight:bold; }
em, i { font-style:italic; }
sup { padding-left:1px; font-size:10px !important; font-weight:normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color:#76797c; _position:static !important; }
.sosumi { font-size: 10px !important; color:#76797c; }

fieldset {
	border:none;
}

.hiddenPic {
	display:none;
}
/* fix png transparency in IE 5.5+ */
.headerImg {
 	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/main_layout_header.png);
	background-repeat:no-repeat;
	height:75px;
}
.table_footerImg {
	background-image:url(/images/main_layout_tablefooter.png);
	background-repeat:no-repeat;
}
.tableTile {
	background-image: url(/images/main_layout_bodytile.png);
}
.mm {
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	background-image:url(/images/mm_tile.jpg);
}
.headerLoginShop {
	margin-left:200px;
	margin-top:4px; 
	margin-bottom:4px;
	margin-right:10px;
	font-size:10px;
	float:right;
}
.headerLoginForm {
	font-size:10px;
	margin-top:0; 
	margin-right:10px;
	text-align:right;
}
.headerLoginFormFeilds {
	font-size:10px;
	margin-top:10px; 
	margin-right:10px;
}
div.float {
	float: left;
  }
  
div.float p {
	text-align: center;
   }
div.spacer {
	clear: both;
  }
div.container {
	background-image:url(/images/background_main.png);
	border: 1px;
	border-color:#CCCCCC;
	border-style:double;
	background-color: #eeeeee;
	position:relative;
	height:100%;
	padding:5px;
	width:85%;
	text-decoration:blink;
  }
li {
	list-style: none;
}
.tableBoarderSolid {
	border:solid;
	border-color: #CCCCCC;
	border-width:0.01em;
	}
.tableBoarder {
	border:dotted;
	border-color:#666666;
	border-width:0.01em;
	}
.tableBoarderLib {
	border:dotted;
	border-color:#666666;
	border-width:0.01em;
	width:900px;
	text-align:left;
	}
.videoTitle {
	font-size: 12px !important; 
	color: #0066CC;
	}
.headerOverlay {
 	behavior: url(/css/iepngfix.htc);
	background-image: url(/images/header_imgs/overlay.png);
	background-repeat:no-repeat;
	height:225px;
	width:958px;
	margin-left:5px;
	}
.quote {
	margin-top:0px;
	margin-right:0px;
	margin-left:150px;
	font-size:10px;
	text-align:left;
	color:#C2021B;
	left:0px;
	top:25px;
	width:580px;
	height:5px;
	float:left;
	}
.compSlide {
	padding-left:15px;
	padding-right:15px;
	width:94%;
	font-weight:bold;
	background-image: url(/images/mm_tile.jpg);
	height:27px;
	padding-top:8px;
}

#sminimize_left {
	position:absolute;
	padding-bottom:0px;
	left: 1100px;
}
#featuresContainer {
	margin-left:7px;
}
.features {
	border:1px solid #e2e2e2;
	margin-left:-1px;
	vertical-align:middle;
	text-align:left;
	width:16%;
	padding:10px;
	height:270px;
	_height:270px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

input.pop {
	color:#a3a3a3;
}