@import url("dailypicks.css");

p {
  margin: 0px;
}

/*LEADSPOT, WEBFEATURE and FEATUREPOLL
---------------------------------------*/

#containerA {
	width: 628px;
	margin: 4px 0 0 4px;
	background: url('../global/overflow.gif') no-repeat bottom left;
    height: 360px;
}

/*LEADSPOT
---------------------------------------*/

#leadspot {
	width: 334px;
    float: left;

}

#leadspot img.lead {
    border: 2px dotted #d9727e;
    width: 328px;
}

#leadspot-content {
    background: #E83B78 url('../global/ls_bg.gif') no-repeat top left;
    padding: 6px 6px 12px 6px;
}


#leadspot ul {
    text-align: right;
}

#leadspot li {
	display: inline;
    padding: 0 2px;
}

#leadspot h2 {
    padding-top: 6px;
}


#leadspot-content a {
	 text-decoration: none;
	 color: #ffffff;
     font-weight: bold;
}

#leadspot-content a:hover.dek {
	border-bottom: solid white 1px;
}

/*WEBFEATURE
---------------------------------------*/

#webfeature {
   width: 290px;
   float: left;
   background-color: #ffd8df;
   margin: 0 0 0 4px;
   text-align: right;
}

#webfeature p {
    float: left;
    width: 110px;
    font-size: 12px;
    color: #ed116e;
	text-align: right;
    padding: 4px 4px 4px 4px;
}

#webfeature img {
    float: right;
}

#featurepoll {
    background-color: #dbebec;
}

#featurepoll p {
    background: url('../global/pbg_ho.gif');
}


#optional {
  width: 628px;
  margin-left: 2px;
}



/*WIN and DAILYPICKS
---------------------------------------*/

#containerB {
    background: url('../global/ho_horizontal1.gif') no-repeat;
    clear: both;
    width: 630px;
    padding: 25px 0 0 0;
    margin: 4px;
    height: 125px;
}


/*win
---------------------------------------*/

#win {
	background: #4aa1a0;
	text-align: left;
	padding: 0 0 2px 10px;
	margin: 0 0 0 0;
	width: 146px;
	float: left;
    height: 124px;
}


/*WEBEXCLUSIVES, BOX AD and MORE STUFF
---------------------------------------*/

#containerC {
    background: url('../global/ho_horizontal3.gif') no-repeat;
    clear: both;
    width: 630px;
    padding: 25px 0 0 0;
	margin: 4px 4px 4px 4px;
}


/*webexclusive
---------------------------------------*/
#webexclusive {
	float: left;
	width: 308px;
    margin-right: 22px;
    color: #d8185e;
}

#webexclusive img {
	float: left;
}

#webexclusive a, #optional a, #webfeature a {
  text-decoration: none;
  color: #d8185e;
}

#webexclusive a:hover, #optional a:hover, #webfeature a:hover {
  text-decoration: none;
  border-bottom: 1px solid #d8185e;
}

#webexclusive ul {
  float: right;
  margin-top: 8px;
  padding-left: 16px;
  width: 45%;
}


#webexclusive li{
    font: 12px Verdana, Arial, Helvetica, Sans-Serif;
    padding: 4px 0;
    text-align: left;
}

#webexclusive #boxad {
  margin-top: 15px;
}


/*morestuff
---------------------------------------*/

#morestuff {
  width: 300px;
  float: left;
  background-color: #ffeeea;
}


#morestuff p {
  padding: 16px;
  border-bottom: 1px dotted #fb8958;
}

#morestuff a {
  text-decoration: none;
  border-bottom: 1px solid #333333;
  color: #333333;
}

/*day
---------------------------------------*/

#day {
  width: 300px;
  background: url('../global/bg_quote.gif');
  float: right;/*was left*/
  color: #333333;
  padding: 16px 0;
}

#quote {
  background: url('../global/bg_ho_quote.gif') no-repeat 0 20%;
  padding: 0px 12px 16px 36px;
}

#tip {
  background: url('../global/bg_ho_question.gif') no-repeat 0 20%;
  padding: 0px 12px 0px 36px;
}


#day p.button {
  font-weight: bold;
  margin-top: 12px;
  padding-left: 30px;
  background: url('../global/arrow_ho_quote.gif') no-repeat 0 50%;
}


#day a {
  text-decoration: none;
  color: #333333;
}

#day a:hover {
  text-decoration: none;
  border-bottom: 1px solid #333333;
}

