/*  Common tags  */
BODY {
    font-size: 0.69em;
    font-family: Arial, Helvetica, sans-serif;
    background: #323232 url("images/bgbody.jpg") repeat-x left top;
    width: 1000px;
    margin: 10px;
    padding: 0px;
}
A {
	color: #191919;
	text-decoration: none;
}
A:HOVER {
	color: Blue;
	text-decoration: none;
}
FORM {
    padding: 0px;
    margin: 0px;
}
IMG {
    border: 0;
}

/*  Core classes  */
#root, .frame-bottom {
    min-width: 800px;
	    width: 1000px;
}

#root {
    width: 1000px;
    background: url("images/frame-l.jpg") repeat-y left top;
}
.relaxator {
    clear: both;
    display: block;
    width: 100%;
    line-height: 0px;
    font-size: 0px;
    margin: 0;
    padding: 0;
    height: 1px;
}

/*  Shadow frame  */
.frame-r { background: url("images/frame-r.jpg") repeat-y right top; }
.frame-ls {
    background: url("images/frame-ls.jpg") no-repeat left top;
    padding: 4px;
}
.frame-rs { background: url("images/frame-rs.jpg") no-repeat right top; }
.frame-t { background: url("images/frame-t.jpg") repeat-x left top; }
.frame-b, .frame-lb, .frame-rb {
    font-size: 0px;
    line-height: 0px;
    height: 4px;
    float: left;
}
.frame-b {
    background: url("images/frame-b.png") repeat-x left bottom;
    width: 1000px;
}
.frame-lb {
    width: 1%;
    background: url("images/frame-lb.png") no-repeat left top;
}
.frame-rb {
    width: 1%;
    background: url("images/frame-rb.png") no-repeat right top;
    clear: right;
}

/*   Header  */
#header {
    height: 73px;
	width: 1000px;
    border-bottom: 1px solid #B5B6B6;
    background: #010101 url("images/header.jpg") no-repeat left top;
}
#header .right {
    float: right;
    color: #FFFFFF;
}

/*  Logotype  */
#header .logo {
    width: 246px;
    height: 30px;
    margin-top: 20px;
    margin-left: 21px;
    float: left;
}

/*  Top Right Navigational Bar  */
#header .right .top-navbar {
    font-size: 0.82em;
    float: left;
    margin-top: 8px;
    margin-right: 11px;
}
#header .right .top-navbar A {
    color: #FFFFFF;
    text-decoration: none;
}
#header .right .top-navbar A:HOVER { text-decoration: underline; }


/*  Phone number  */
#header .right .support-phone {
    clear: both;
    float: right;
    color: #C8C8C8;
    font-size: 1.8em;
    margin-top: 6px;
    padding-left: 27px;
    margin-right: 21px;
}
#header .right .support-no-phone {
    clear: both;
    float: right;
    color: #C8C8C8;
    font-size: 1.89em;
    margin-top: 6px;
    padding-left: 27px;
    margin-right: 21px;
}
#header .right .support-award-winning {
    clear: both;
    float: right;
    margin-right: 21px;
    font-style: italic;
    font-size: 1.09em;
    padding-left: 27px;
    margin-top: -2px;
}

/*  Main menu  */
#main-menu {
    float: left;
    width: 1000px;
    background: #F2F5FC url("../images/bgmenu.jpg") repeat-x left top;
    border-bottom: 1px solid #A5A5A5;
}
#main-menu UL {
    margin: 0;
    padding: 1px 0px 0px 5px;
    list-style: none;
    font-weight: bold;
}
#main-menu LI {
    float: left;
    margin: 0px 0px 0px 2px;
    padding: 0px 0px 0px 0px;
    background: url("images/menu-separator.jpg") no-repeat right top;
	font-size: 0.9em;

}
#main-menu A {
    display: block;
    text-decoration: none;
    color: #565656;
    padding: 5px 7px 7px 7px;
}
#main-menu A:HOVER {
	color: Blue;
}
#main-menu LI#last {
    background: none;
}
#main-menu LI#cart {
    background: none;
    margin-top: -4px;
}
#main-menu LI:HOVER#cart {
    background: none;
    margin-top: -4px;
}
#main-menu LI#selected { margin-right: 4px; margin-left: 4px; }
#main-menu LI#selected {
    margin-top: 1px;
    background: #A0A0A0 url("images/menu-rc.gif") no-repeat right top;
    margin-left: -3px;
    margin-right: 5px;
}
/*#main-menu LI:HOVER A:HOVER, #main-menu LI:HOVER, #main-menu LI:HOVER#last {
    color: #FFFFFF;
    background: url("images/menu-lc.gif") no-repeat left top;
}
*/
#main-menu #selected A {
    color: #FFFFFF;
    background: url("images/menu-lc.gif") no-repeat left top;
}

/*  Search  */
.search {
    float: right;
    width: 14%;
    margin: 5px 6px 3px 5px;
    background: #E8E8E8 url("images/search-bg.jpg") repeat-x left top;
}
.search .ltc{ background: url("images/search-ltc.gif") no-repeat left top; }
.search .rtc{ background: url("images/search-rtc.gif") no-repeat right top; }
.search .lbc{ background: url("images/search-lbc.gif") no-repeat left bottom; }
.search .rbc{ background: url("images/search-rbc.gif") no-repeat right bottom; }
.search .rbc{
    background: url("images/search-rbc.gif") no-repeat right bottom;
    padding: 1px;
}
.search .t{ background: url("images/search-c.gif") repeat-x left top; }
.search .l{ background: url("images/search-c.gif") repeat-y left top; }
.search .b{ background: url("images/search-c.gif") repeat-x left bottom; }
.search .r{ background: url("images/search-c.gif") repeat-y right top; }
.search INPUT {
    color: #575757;
    float: left;
    width: 75%;
    border: 0px;
    padding-left: 16px;
    background: url("images/search-icon.gif") no-repeat left center;
    margin-left: 3px;
    font-size: 0.95em;
}
.search DIV.go {
    display: block;
    float: right;
    width: 22px;
    height: 13px;
    margin: 0;
    padding: 0;
    margin-top: 2px;
    margin-right: 2px;
}
.search DIV.go A {
    font-size: 1px;
    line-height: 1px;
    width: 22px;
    height: 13px;
    background: url("images/search-go.gif") no-repeat left top;
}
.search DIV.go A:HOVER {
    background: url("images/search-go-hover.gif") no-repeat left top;
}




/*  Content area  */
.content {
    background: #FFFFFF url("images/bgcontent.jpg") repeat-x left top;
    width: 1000px;
}
.content .left, .content .right {
    margin-top: 9px;
    margin-bottom: 9px;
}
.content .left {
    margin-left: 7px;
    float: left;
    width: 70%;
    overflow: hidden;
}
.content .right {
    margin-right: 20px;
    overflow: hidden;
    float: right;
    width: 21%;
}
.content .info-block {
    margin-top: 9px;
    padding-bottom: 20px;
}
.content H1 {
    color: #032FA3;
    font-size: 1.36em;
    font-weight: normal;
    display: block;
    // width: 99.5%;
    margin: 0;
    padding: 0 0 3px 4px;
    background: url("images/bginfoblock.jpg") repeat-x left bottom;
    border-bottom: 1px dashed #AEAEAE;
}
.content H1 SPAN {
    display: block;
    background: url("images/infoblock-icon.gif") no-repeat left center;
    padding-left: 20px;
}
.content H2 {
    font-weight: normal;
    color: #747474;
    font-size: 1.09em;
    background: url("images/infoblock-icon-1-gray.gif") no-repeat left center;
}
.content .blue {
    background: url("images/infoblock-icon-1-blue.gif") no-repeat left center;
}
.content H2 SPAN{
    display: block;
    margin-left: 16px;
    padding-bottom: 2px;
    border-bottom: 1px solid #E2E2E2;
}
.content H3, .content H4 {
    margin: 0;
    padding: 0;
    color: #191919;
}
.content H3 {
    margin-top: 12px;
    font-size: 1.27em;
}
.content H4 {
    font-size: 1.09em;
}
.content .info-block {
    margin-bottom: 15px;
}
.content .info-block UL {
    margin: 12px 0 10px 0;
    padding: 0;
}
.content .info-block LI {
    margin-left: 17px;
    color: #3E3E3E;
    padding-bottom: 7px;
    list-style-image: url("images/arrow-bullet.gif");
}
.content .more {
    float: left;
    font-weight: bold;
}
.content .right .more {
    float: right;
}
.content .more A {
    display: block;
    padding-right: 16px;
    background: url("images/more-icon.gif") no-repeat right center;
}
.content .banner {
    clear: both;
    margin: auto;
    padding-bottom: 10px;
    text-align: center;
}
.content .info-frame {
    margin-top: 21px;
    padding: 4px 2px 21px 3px;
    border: 1px solid #F1F1F1;
    background: #FFFFFF url("images/bginfoframe.jpg") repeat-x left bottom;
}
.content .wbanner {
    text-align: center;
}
.content .fblock1, .content .fblock2, .content .fblock3 {
    width: 30%;
    float: left;
    //padding-top: 7px;
}
.content .fblock1 {
    margin-left: 6px;
}
.content .fblock2 {
    margin-left: 3%;
    margin-right: 3%;
}
.content .fblock3 {
    margin-right: 6px;
}
.content DIV.fblock {
    color: #3E3E3E;
    margin: 3px 0 0px 3px;
    padding: 0;
    background: url("images/arrow-bullet.gif") no-repeat left center;
    padding-left: 17px;
    float: left;
    clear: both;
    width: 91%;
}
.content H2 .dots { 
	background: url("images/3dots.gif") no-repeat right center; 
	padding-left: 2px;
}
.content .blocksbg {
    float: left;
    width: 100%;
    background: url("images/bginfoblock-1ff.jpg") repeat-x left top;
    //background: url("images/bginfoblock-1.jpg") repeat-x left top;
}
.content DIV.star {
    background: url("images/star.gif") no-repeat left center;
}
.content DIV.fblock DIV.name{
    float: left;
}
.content DIV.fblock DIV.points{
    float: right;
}
.content .nobg { background: none; }
.content .noborder { border: none; }
.content .hseparator {
    clear: both;
    width: 100%;
    height: 23px;
}
.content H4.iblock, .content P.iblock {
    padding: 0;
    margin: 0;
}
.content H4.iblock {
    margin-top: 8px;
}
.content P.iblock {
    margin-bottom: 20px;
}
.content .lshift {
    margin-left: 7px;
}

/*  Footer  */
#footer {
    background: #FFFFFF url("images/bgfooter.jpg") repeat-x left bottom;
    padding-top: 49px;
	    width: 1000px;
}
#footer .fcontent{
    border-top: 1px solid #A5A5A5;
    padding: 5px 7px 5px 5px;
//    padding: 5px 7px 0px 5px;
}
#footer .fcontent .copyright{
    float: left;
    font-size: 0.91em;
    color: #565656;
}
#footer .fcontent .links{
    float: right;
    color: #565656;
}
#footer .fcontent .links A{
    color: #565656;
}
#footer .fcontent .links SPAN{
    padding-left: 3px;
    padding-right: 3px;
}

/*  Repetable elements  */
.content-padding {
    padding-left: 15px;
}
.entires-wbg {}
.entires {}
.entry {
    margin-bottom: 16px;
    padding-right: 15px;
}
.entires .entry DIV.photo, .handicapper .entry DIV.photo {
    float: left;
    width: 50px;
    margin-right: 17px;
}
.handicapper .entry DIV.photo {
    margin-top: -50px;
}
.entires .entry .data, .handicapper .entry .data {
    margin-left: 67px;
}
.entires .entry .data H4 {
    font-size: 1.27em;
}
.entires .entry .data P {
    margin-top: 5px;
}
.entires .entry {
    border-top: 1px solid #B7B7B7;
    padding-top: 12px;
}
.entires .entry .data A {
    background: url("images/more-blue-icon.gif") no-repeat right center;
    padding-right: 15px;

}
.entires-wbg .entry {
    background: #FFFFFF url("images/bgentry.jpg") repeat-x left top;
    margin-left: -15px;
    padding-left: 15px;
}
.entires-wbg .entry H4 {
    border-top: 1px solid #B7B7B7;
    padding-top: 14px;
}
.entry P { font-size: 1.09em; }
.entry A { color: #3E75BB; }
.last P {
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 14px;
}
.entires .last P {
    border: none;
    padding-bottom: 0;
}
.entires .last {
    border-bottom: 1px solid #B7B7B7;
}

/*  Picks  */
.picks {}
.picks .pick {
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 17px;
    padding-top: 17px;
}
.picks .pick .info {
    padding-bottom: 2px;
}
.picks .pick P, .picks * .more, .picks .pick UL {
    font-size: 1.09em;
    clear: both;
}
.picks .pick .info P, .picks .pick .info A {
    color: #307DE4;
}
.picks .pick .info P {
    margin: 0;
    padding: 0;
}
.picks .pick UL {
    margin: 0;
    padding: 0;
    margin-left: -10px;
}
.picks .pick UL LI {
    float: left;
    display: block
    margin-right: 20px;
    list-style-type: none;
    background: url("images/arrow-bullet.gif") no-repeat left center;
}
.picks .pick UL LI A {
    padding-left: 10px;
    padding-right: 13px;
}
.picks .pick H1 {
    font-size: 1.55em;
    font-weight: bold;
    color: #191919;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}
.handicapper {
    margin-top: 15px;
}
.handicapper .entry .data H1 {
    font-size: 1.91em;
    color: #517FDB;
    font-weight: bold;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}
.handicapper .entry .data P {
    margin: 0;
    padding: 0;
    margin-left: 4px;
}
.handicapper .entry {
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 14px;
}
.handicapper UL {
    font-size: 1.09em;
    color: #474747;
    margin-left: -35px;
    //margin-left: 5px;
}
.handicapper UL LI {
    list-style-type: none;
    background: url("images/arrow-dgt.gif") no-repeat left top;
    line-height: 150%;
}
.handicapper UL LI A, .handicapper UL LI P {
    padding-left: 20px;
}
.handicapper UL LI DIV.button-buy {
    margin-left: 20px;
}

.handicapper UL LI UL {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-top: -12px;
    //margin-top: -20px;
    padding-bottom: 19px;
}
.handicapper UL LI UL LI {
    float: left;
    display: block
    margin-right: 20px;
    list-style-type: none;
    background: url("images/arrow-bullet.gif") no-repeat left center;
}
.handicapper UL LI UL LI A {
    padding-left: 10px;
    padding-right: 13px;
    font-weight: bold;
}

.handicapper .banner {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}
.handicapper P {
    clear: both;
    font-size: 1.09em;
}
.handicapper H1 SPAN EM {
    color: #666666;
    font-style: normal;
    font-size: 0.73em;
    display: block;
    padding-top: 3px;
}
.handicapper H1 SPAN STRONG {
    font-weight: normal;
    display: block;
    float: left;
    width: 50%;
}

/*  Buy Now Button  */
.button-buy {
    float: left;
    background: #969696  url("images/buybtn-c.gif") repeat-x left top;
    margin-top: -5px;
    margin-bottom: 15px;
}
.button-buy .l { background: url("images/buybtn-1.gif") repeat-y left top; }
.button-buy .t { background: url("images/buybtn-1.gif") repeat-x left top; }
.button-buy .r { background: url("images/buybtn-1.gif") repeat-y right top; }
.button-buy .b { background: url("images/buybtn-1.gif") repeat-x left bottom ; }
.button-buy .ltc { background: url("images/buybtn-ltc.gif") no-repeat left top; }
.button-buy .rtc { background: url("images/buybtn-rtc.gif") no-repeat right top; }
.button-buy .lbc { background: url("images/buybtn-lbc.gif") no-repeat left bottom; }
.button-buy .rbc { background: url("images/buybtn-rbc.gif") no-repeat right bottom; }

DIV.button-buy A, .handicapper UL LI DIV.button-buy A {
    color: #F0F0F0;
    display: block;
    padding: 2px 16px 3px 10px;
    margin-left: 3px;
    margin-right: 11px;
    background: url("images/buybtn-icon.gif") no-repeat right center;
}
DIV.button-buy A:HOVER, .handicapper UL LI DIV.button-buy A:HOVER {
    color: #FFFFFF;
    text-decoration: none;
    background: url("images/buybtn-icon-hover.gif") no-repeat right center;
}

.button-main		{font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #FFFFFF;background-color:#969696;}
.button-login		{font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000000;background-color:#FFFFFF;}
.button-login-button	{font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000000;background-color:#FFFFFF; margin: -1;
    padding: -10;}
	
#authorbox
{
	padding:4px;
	font-size:11px;
	width: 180px;
         float:right;
	border-left: 1px solid #535353;
         border-bottom: 1px solid #535353;
	background-color: #F8F8F8;
}	

.table { 
font-family:,arial,helvetica,sans-serif ;
font-size:12px;

}


.tdlight {
	background-color:#003366;
font-family:,arial,helvetica,sans-serif ;
	font-size:11px;
	color:#FFFFFF;
}

.tddark	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#000000;
}


a.nav2:link 	{color:000000;text-decoration:none;font-size:11px;font-family:Arial,Helvetica,sans-serif;}
a.nav2:active 	{color:000000;text-decoration:none;font-size:11px;font-family:Arial,Helvetica,sans-serif;}
a.nav2:visited 	{color:000000;text-decoration:none;font-size:11px;font-family:Arial,Helvetica,sans-serif;}
a.nav2:hover 	{color:Blue;text-decoration:none;font-size:11px;font-family:Arial,Helvetica,sans-serif;}

