﻿    .HideHeader{
        display: none;
    }
    
    .RecipeBoxDynamicItem{
        border: 0px;
        background: url(/recipes/images/NavBlank.gif) no-repeat top;
        width: 145px;
        height: 19px;
        padding-left: 0px;
        margin-left: 0px;
        padding-top: 5px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    
    .RecipeBoxDynamicItem A {
      
        margin-left: 30px;
    }
    
    .RecipeBoxDynamicItem A:visited {
      
        margin-left: 30px;
    }
    
    .RecipeBoxDynamicItem A:hover {
        
        margin-left: 30px;
    }
    
    .RecipeBoxDynamicItems {
        margin-top: -1px;
}
	
.dropDownValidator{
	display: inline;
}

ul.prizeList{width: 350px;  margin: 0; padding: 0; list-style: none;}
/*IE6\*/
* html ul.prizeList{width: 370px;  margin: 0 0 0 -30px; padding: 0; list-style: none;}
/*IE6*/
ul.prizeList a{font-weight: bold; color: #0000ff;}
ul.prizeList li.floated{float: left; width: 150px; position:relative; z-index:999;}
p.grandprize{position: relative; top: 25px;}
p.secondprize{position: relative; top: 35px;}
p.thirdprize{margin: 0; padding: 0; position: relative; top: 35px; }
.nopaddingMargin{margin: 0; padding: 0;}

/*IE7*/
*:first-child+html p.grandprize{left: 20px;}

/*IE7*/
*:first-child+html p.secondprize{left: 20px;}

/*IE7*/
*:first-child+html p.thirdprize{left: 20px;}
		

/*Safari*/
body:last-child:not(:root:root) p.grandprize{left: 20px;}

/*Safari*/
body:last-child:not(:root:root) p.secondprize{left: 20px;}

/*Safari*/
body:last-child:not(:root:root) p.thirdprize{left: 20px;}

html>/**/body p.grandprize, x:-moz-any-link, x:default {left: 20px; } /* Only FireFox 3 */
html>/**/body p.secondprize, x:-moz-any-link, x:default {left: 20px; } /* Only FireFox 3 */
html>/**/body p.thirdprize, x:-moz-any-link, x:default {left: 20px; } /* Only FireFox 3 */