html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    text-align:center;
    background: #ffefdf;
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
}

.mainPhoto {
    width: 150px;
    height: auto;
    max-width:200px;    
    max-height:200px;
    margin: 4px;
    cursor: pointer;
}

.mainPhoto2 {
    width: 50px;
    height: auto;
    max-width:200px;    
    max-height:200px;
    margin: 4px;
    cursor: pointer;
}


.product-panel {
    border-bottom: 1px solid #0000a0;
    border-right: 1px solid #0000a0;
    border-left: 1px solid #0000a0;
    border-top: 1px solid #0000a0;
}

.enlarge {
    cursor: pointer;
}

.mainBuy {
	text-align: center; 
	width:80px;
	height:100px;
	margin-right:15px;
	background-color:#a1c7d4;
	float: left;
}

.mainBuyWider {
	text-align: center; 
	width:100px;
	height:100px;
	margin-right:15px;
	background-color:#a1c7d4;
	float: left;
}

a:link, a:visited, a:hover {
    color: #0000e0;
    font-weight: bold;
} 

h1 {
    color: #007a4d;
    font-weight: bold;
    font-size: 28px;
}

h2 {
    color: #007a4d;
    font-weight: bold;
    font-size: 18px;
}

h3 {
    color: #007a4d;
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px; 
    margin-bottom: 5px;
}

h4 {
    color: #007a4d;
    font-weight: bold;
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 5px;
}


.mainBody {
    margin:auto auto;
    width:765px;
}

.mainContent {
    text-align:left;
}

.header {
    width: 750px;
    background: #ffffff;
    border-bottom: 1px solid #000000;
}
.headerTable td {
    background: #ffffff;
}
.footer {
    width: 750px;
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 10px;
}


.mainTable {
    background: #ffffff;
    border-bottom: 2px solid #0000a0;
    border-right: 2px solid #0000a0;
    border-left: 2px solid #0000a0;
    padding-right:10px;
}

#container {
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%; /*stoopid ie*/
}
#btmenu {
	color: #0000a0;
	background: #ffffff;
	height: 200px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	position: absolute;
	margin-top: 500px;
}

#container #menu {
    position: relative;
    height: auto;
	width: 150px;
	float: left;
}
#container h1 {
	font-size: 16px;
}
#container #menu ul {
	margin-left: 0px;
	padding-left: 0px;
}
#container #menu li {
	display: block;
	list-style-type: none;
}
#container #menu a {
	font-size: 11px;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	text-decoration: none;
	background: url(../images/bg-dark.png) no-repeat left;
	height: 30px;
	width: 100px;
	display: block;
	outline:0;
	margin-bottom: 5px;
}
#container #menu a:hover {
	color: #0000a0;
}
#container #menu .accordion a {
	color: #DFDFFF;
}
#container #menu .accordion a:hover {
	color: #0000c0;
}


.moognifyBorder {
    font-family: lucida grande, lucida sans, lucida sans unicode, arial, sans serif;
    background-color: #000000;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}


#logo {
 float: left;
}

#logo a {
 display: block;
 width: 475px;
 height: 119px;
 background: transparent url(../images/logo.png) no-repeat top center;
 position: relative;
 cursor: pointer;
}

#logo h1 {
 text-indent: -9999px;
 margin: 0;
}
