*{
    border:0px;
    padding:0px;
    margin:0px;
}
body{
    background-color:#ab0722;
    font-family:"Trebuchet MS";
    font-size:12px;
    color:#666;
}
.side .loading{
	width:42px;
	height:42px;
	float:left;
	background:#fff url(load1.gif) no-repeat top left;
	margin:170px 0px 0px 80px;
}
.pagination .loading{
	width:16px;
	height:11px;
	float:left;
	background:#fff url(load2.gif) no-repeat top left;
	margin:8px 0px 0px 99px;
}
.pagination .nomore{
	width:100px;
	float:left;
	color:#AB0722;
	margin:5px 0 0 65px;
}
a{
    color:#666;
    text-decoration:none;
    font-weight:bold;
    outline:none;
}
.insearch{
    width: 215px;
    height:25px;
    margin-bottom:5px;
    padding:3px 0px 3px 5px;
    font-size:18px;
    color:#898989;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
}
.pagination{
    width:218px;
    margin-top:5px;
    height:30px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    background-color:#fff;
    float:left;
}
.more{
    width:30px;
    height:30px;
    background:#ab0722 url(more.png) no-repeat center center;
    cursor:pointer;
    margin:0px 0px 0px 95px;
    float:left;
}
.inactive{
    background-color:#f0f0f0;
    cursor:default;
}
a:hover{
    color:#ab0722;
}

.main{
    width:960px;
    height:500px;
    margin: 0 auto;
}
.header{
    margin-top:10px;
    height:72px;
    width:100%;
    background:transparent url(logo.png) no-repeat top center;
}
.sidewrapper{
    height:450px;
    width:230px;
    float:left;
}
.side{
   width:215px;
    height:400px;
    float:left;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    padding:5px 0px 5px 5px;
    background-color:#fff;  
}
.left{  
    overflow-y:scroll;
}
.right{  
	overflow-y:scroll;
}
.plate{
    width:498px;
    height:495px;
    float:left;
    background:transparent url(plate.png) no-repeat center center;
}
.recipe{
    margin:4px;
    width:181px;
    border:1px solid #ccc;
    padding:4px;
    background-color:#f0f0f0;
	 -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
}
.recipe span a{
	width:180px;
}
ol{
	margin-bottom: 20px;
}
ul.ing{
    list-style-type:none;
}
ul.ing li, div.ing{
    height:64px;
    width:180px;
	overflow:hidden;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    background-color:#fff;
    border:1px solid #ccc;
    margin:4px;
    float:left;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /*this and next two rules control opacity of buttons before hover*/
    opacity: 0.8;
    -moz-opacity: 0.8;
	cursor: move;
}
.ing img{
    float:left;
    margin:2px 5px 2px 5px;
}
.ing span{
    float:left;
    width:100px;
    margin-top:20px;	    
}
.platecontainer{
    width:330px;
    height:310px;
    margin:90px 0px 0px 85px;
	overflow-y:auto;
}
.platecontainer .w{
    float:left;
	/*width:0px;
	height:0px;*/
	
}
.platecontainer .w span{
    background:transparent url(cancel.png) no-repeat top right;
    cursor:pointer;
    width:16px;
    height:16px;
    position:absolute;
    margin:1px 0px 0px -16px;
}
.platecontainer .w img{
    opacity: 0.8;
    -moz-opacity: 0.8;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    height:64px;
    width:64px;
    border:1px solid #ccc;
    margin:4px;
    float:left;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    padding:3px;
    background-color:#fff;
}
.about{
    width:950px;
    clear:both;
    color:#fff;
    height:570px;
    margin:0 auto;
    text-align:justify;
    font-size:medium;
}
.about .text h2{
    margin-top:10px;
}
.about .text ol{
   margin-left:30px;
}
.text{
   margin:10px auto;
   color:#666;
   background-color:#fff;
   -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
	padding:20px;
}
.footer{
    text-align:center;
    color:#fff;
    font-size:medium;
}
.footer a{
    color:#f0f0f0;
}
.footer a:hover{
    color:#fff;   
}
.ad_horizontal{
width:100%;
height:30px;
}
.ad{
margin-left: 100px;
}