/* CSS Document */

#home {

}

#homeMap {
    width: 495px;
    height: 265px;
    background-color: #000;
    float: left;

}
#homeLogin {
    width: 225px;
    height: 225px;
    background-color: #02444F;
    float: right;
	background-image: url(/css/images/public/home-login.jpg);
padding: 20px;
}
#homeLogin a {
   text-decoration: none;
color: #fff;
}
#homeLogin input {
   display: block;
margin-top: 2px;
width: 200px;
}
#homeLogin label {
   display: block;
   margin: 0 0 10px 0;
color: #fff;
text-transform: lowercase;
font-weight: bold;
}
#homeLogin p {
   margin: 0;
   padding: 0;
}
#submit {
	display: block;
	background-image: url(/css/images/public/home-submit.gif);
	border: none;
	width: 104px !important;
	height: 38px !important;
	background-color: transparent;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#templateNavHome a {
   background-position: 0px 0px !important;
}

#homeFeature {
	width: 454px;
	float: left;
	padding: 20px;
	background-color: #E8E8E8;
	border-right: solid 1px #D2DADC;
	border-bottom: solid 1px #D2DADC;
	background-image: url(/css/images/public/home-bg1.jpg);
}

#homeWhatshot {
   float: right;
   width: 225px;
   background-image: url(/css/images/public/home-bg2.jpg);
   padding: 20px;
}

#homeBestsellers {
   width: 454px;
   float: left;
   padding: 20px;
   border-right: solid 1px #D2DADC;
}
#homeNewtitles {
   float: right;
   width: 225px;
   padding: 20px;
}
#home {
   font-size: 90%;
   background-color: #FFFFFF;
   background-image: url(/css/images/public/home-bg.jpg);
   background-repeat: repeat-y;
   float: left;
}
#home ul {
   margin: 0;
   padding: 0;
}

#home ul li {
   list-style: none;
   margin: 0;
   padding: 0;
}
#homeLogin .header {
	background-image: url(/css/images/public/home-signin.gif);
	text-indent: -5000px;
	height: 45px;
	width: 134px;
margin-left: -5px
}
#homeFeature .header {
	background-image: url(/css/images/public/home-feature.gif);
	text-indent: -5000px;
	height: 37px;
	width: 134px;
margin-left: -7px
}
#homeBestsellers .header {
	background-image: url(/css/images/public/home-bestsellers.gif);
	text-indent: -5000px;
	height: 37px;
	width: 134px;
margin-left: -10px
}
#homeWhatshot .header {
	background-image: url(/css/images/public/home-whatshot.gif);
	text-indent: -5000px;
	height: 37px;
	width: 134px;
margin-left: -10px
}
#homeNewtitles .header {
	background-image: url(/css/images/public/home-newtitles.gif);
	text-indent: -5000px;
	height: 37px;
	width: 134px;
margin-left: -10px
}

#homeFeatureImg {
   float: right;
   margin-left: 10px;
   margin-bottom: 10px;
}

#homeFeature h2 {
   font-weight: normal;
   margin: 0;
   font-size: 160%;
   color: #1F474E;
text-decoration: none;
}
#homeFeature h2 a {
   color: #1F474E;
text-decoration: none;
}
#homeFeature p a {
   color: #000;
text-decoration: none;
}
#homeFeature .frequency {
   margin: 0;
}
#homeFeature .frequency a {
   color: #1F474E;
}
#homeFeature .coverprice {
   margin: 0;
}
#homeFeature .coverprice a {
   color: #1F474E;
}

#homeWhatshot li {
	background-image: url(/css/images/public/home-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
    padding-left: 14px !important;
    margin: 3px 0 !important;
}

#homeWhatshot li a {
   text-decoration: none;
   color: #000;
}
#homeWhatshot li a strong {
   color: #1F474E;

}

#home li a:hover strong {
   color: #7C1602;

}

#homeNewtitles li {
   margin: 5px 0 !important;

}

#homeNewtitles li a {
   text-decoration: none;
   color: #000;
}
#homeNewtitles li a strong {
   display: block;
color: #1F474E;
}

#homeBestsellers li {
   margin: 5px 0 !important;
float: left;
width: 50%;

}

#homeBestsellers li a {
   text-decoration: none;
   color: #000;
}
#homeBestsellers li a strong {
   display: block;
color: #1F474E;
}
