﻿/*
This file is embedded on all footer articles to rejig a few of the elements
    - partners, terms, contact us and so on
*/
#generic 
{
    background:none;
    padding-right: 50px;
}

div#day-navigation div 
{
    width: 485px;
}

div#day-navigation div div
{
    width:465px !important;
    padding-left:20px;
}

#generic .contentBlock 
{
	height: auto;
}

#generic h1 {
    margin-top: 40px;
    *margin-top: 50px;
}

#generic h1 a
{
    display:block;
    height:109px;
    left:-50px;
    margin-top: 25px;
    overflow:hidden;
    position:relative;
    width:460px;
}


#generic h2 
{
   margin-bottom:45px;
   display:block
}
#generic h2 span 
{
   display:none
}
#generic h2.genericPageTitle
{
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 80px;
}
#generic h3 
{
   font: bold 14px "Georgia";
   text-transform:none
} 
#generic div#col
{
    width:520px
}
#generic div.bodyText  ul  
{
    font: normal 14px "Georgia";
    float:left
}
#generic div.contactInfo  
{
    font: normal 14px "Georgia";
    width:250px;
    margin-right:14px;
    float:left
}
#generic div.bodyText ul li 
{
    margin-bottom:22px;
    margin-left:14px;    
    padding-left:20px
}
#generic div.bodyText ul.contactInfo li 
{
    margin-left:0;
    padding-left:0
}
#generic div.bodyText  p 
{
    font: normal 14px "Georgia";
    margin:6px 0 17px;
    line-height:20px;
    clear:both
}   

#generic div.bodyText a 
{
    color:#ff9c00;
    text-decoration:none;
    font-style:italic;
    /*display:block;*/
}
#generic div#googleMap 
{
    float:left;
    background:transparent url(/assets/css/img/bg-auction.gif) no-repeat scroll 0 0;
    width:324px;
    height:357px
 }
/* CSS for partners page */ 
#generic ul#partnersInfo
{
    width:392px;
    margin-right:66px;
    float: left;
}
#generic ul#partnersInfo li
{
    list-style:none;
    padding-left:0;
    margin:0 8px 8px 0    
}
.js #generic ul#partnersInfo li
{
    width: 188px;
    float:left;
}
#generic ul#partnersInfo li a 
{
    display: block;
}
.js #generic ul#partnersInfo li a 
{
    position: relative;
}
#generic ul#partnersInfo .gauze 
{
    background: #ebebeb;
    position: absolute;
    top: 0;
    left: 0;
    display:none;
    width: 188px;
    height: 86px;
    opacity: 0.7;
    filter: "alpha(opacity=70)";   /* IE 8 */
    filter: alpha(opacity=70);     /* IE 4-7 */
}
.js #partnersInfo h3,
.js #partnersInfo div 
{
    display: none;
}

.js #generic div#partnerDesciption 
{
    float:right;
    width:460px;
}
#generic div#partnerDesciption img 
{
    padding-top: 7px;
}
#generic div#partnerDesciption a
{
    display:inline;
}
