@charset "utf-8";

#tab-container{
	margin: 0 auto;
	margin-top: 0px;
	width: 934px;
	height: 83px;
	overflow: hidden;
}
.tab-choice{
	float: left;
	width: 116px;
	height: 35px;
	background-repeat: no-repeat;	
	cursor: pointer;
}
.tab-choice-active{
	float: left;
	width: 116px;
	height: 88px;
	background-repeat: no-repeat;	
	cursor: pointer;
}
#tab-all-recipes{
	margin-top: 48px;
	background-image: url(../images/0111/recipes/menu.png);
	background-position: 0 -85px;
}
#tab-trymasak-recipes{
	margin-top: 48px;
	background-image: url(../images/0111/recipes/menu.png);
	background-position: -116px -85px;
}
#tab-members-recipes{
	margin-top: 48px;
	background-image: url(../images/0111/recipes/menu.png);
	background-position: -232px -85px;
	width: 116px;
}
#tab-advertisers-recipes{
	margin-top: 48px;
	background-image: url(../images/0111/recipes/menu.png);
	background-position: -348px -85px;
}
#tab-partners-recipes{
	margin-top: 48px;
	background-image: url(../images/0111/recipes/menu.png);
	background-position: -464px -85px;
}
#tab-chefs-recipes{
	margin-top: 48px;
	background-image: url(../images/0111/recipes/menu.png);
	background-position: -580px -85px;
}
#tab-celebrity-recipes{
	margin-top: 48px;
	background-image: url(../images/0111/recipes/menu.png);
	background-position: -696px -85px;
}
#tab-more-recipes{
	margin-top: 48px;
	background-image: url(../images/0111/recipes/menu.png);
	background-position: -812px -85px;
}
#tab-all-recipes-active{
	background-image: url(../images/0111/recipes/menu.png);
	background-position: 0 -1px;
}
#tab-trymasak-recipes-active{
	background-image: url(../images/0111/recipes/menu.png);
	background-position: -116px -1px;
}
#tab-members-recipes-active{
	background-image: url(../images/0111/recipes/menu.png);
	background-position: -232px -1px;;
}
#tab-advertisers-recipes-active{
	background-image: url(../images/0111/recipes/menu.png);
	background-position: -348px -1px;
}
#tab-partners-recipes-active{
	background-image: url(../images/0111/recipes/menu.png);
	background-position: -464px -1px;
}
#tab-chefs-recipes-active{
	background-image: url(../images/0111/recipes/menu.png);
	background-position: -580px -1px;
}
#tab-celebrity-recipes-active{
	background-image: url(../images/0111/recipes/menu.png);
	background-position: -696px -1px;
}
#tab-more-recipes-active{
	background-image: url(../images/0111/recipes/menu.png);
	background-position: -812px -1px;
}
#content-container{
	margin: 0 auto;
	margin-top: 0px;
	padding-top: 15px;
	width: 935px;
	background-color: #ffffff;
}
#search-container{
	margin: 0 auto;
	margin-top: 0px;
	width: 890px;
	height: 120px;
	padding: 0px;
	border: 1px solid #84ae2e;
	-moz-border-radius:3px;
    -webkit-border-radius:3px;
	background-color: #e1f5c1;
}
#search-vertical-label{
	width: 75px;
	height: 120px;
	background-color: #6e9816;
	float: left;
}
#search-input-container{
	float: left;
	width: 420px;
	height: 70px;
	padding-top: 35px;	
	padding-left: 20px;
}
#search-input-container input[type=text]{
    display:block;
    border:1px solid #afafaa;
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma;
    font-size:16px;
	color: #000000;
    float: left;
    padding:5px;
}
#search-input-container input[type=text]:hover{
    border:1px solid #000000;
}
#search-input-container input[type=button]{
    display:block;
    border:1px solid #afafaa;
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma;
    font-size:16px;
	color: #ffffff;
    float: left;
    padding:3px;
	margin-left: 5px;
	height: 31px;
	width: 60px;
	text-align: center;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
	background-color: #993366;
}
#search-input-container input[type=button]:hover{
	color: #000000;
	background-color: #f77615;
	cursor: pointer;
}
#search-advanced-container{
	float: left;
	width: 360px;
	height: 50px;
}
#search-advanced-box{
	float: left;
	height: 48px;
	width: 110px;
	overflow: hidden;
}
#search-advanced-box select{
	width: 100px;
	overflow: hidden;
}
#search-advanced-label{
	float: left;
	height: 20px;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
    font-size:16px;
	color: #666666;
	padding-top: 5px;
	width: 100px;
}
.advanced-select{
	border: 1px solid #afafaa;
	overflow: hidden;
	height: 20px;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.advanced-select:hover{
	border: 1px solid #000000;
}
#showing-sort-container{
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 890px;
	height: 50px;
}
#showing-sort-holder{
	float: left; 
	width: 450px; 
	height: 50px; 
}
#members-showing-holder{
	float: left; 
	width: 330px; 
	height: 50px;
}
#trymasak-sort-holder{
	float: left; 
	width: 380px; 
	padding-left: 150px;
	padding-top: 20px;
	height: 30px;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
#trymasak-sort-holder select{
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #663300;
	font-weight: normal;
	background-color: #eeefec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 105px;
}
#trymasak-sort-holder select:hover{
	color: #000000;
}
#members-sort-holder{
	float: left; 
	width: 525px; 
	padding-left: 30px;
	padding-top: 20px;
	height: 30px;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
#members-sort-holder select{
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #663300;
	font-weight: normal;
	background-color: #eeefec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 105px;
}
#members-sort-holder select:hover{
	color: #000000;
}
#showing-sort-box{
	float: left; 
	width: 450px; 
	height: 18px;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	padding-bottom: 5px;
}
#sort-box{
	float: right;
	width: 150px;
	height: 20px;
	padding-top: 25px;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #3e241a;
	font-weight: bold;
}
#top-button-holder{
	float: left;
	width: 900px;
	height: 30px;
}
#recipes-list-container{
	margin: 0 auto;
	margin-top: 10px;
	width: 900px;
	height: 500px;
}
#recipes-row-1{
	width: 900px;
	height: 175px;
	float: left;
	border-bottom: 1px dashed #CCCCCC;
}
#recipes-row-2{
	padding-top: 10px;
	float: left;
	width: 600px;
	height: 175px;
	float: left;
	border-bottom: 1px dashed #CCCCCC;
}
#members-recipes-row-1{
	width: 900px;
	height: 190px;
	float: left;
	border-bottom: 1px dashed #CCCCCC;
}
#members-recipes-row-2{
	padding-top: 20px;
	width: 600px;
	height: 190px;
	float: left;
	border-bottom: 1px dashed #CCCCCC;
}
#members-recipes-row-4{
	padding-top: 10px;
	width: 900px;
	height: 190px;
	float: left;
	border-bottom: 1px dashed #CCCCCC;
}
#members-recipes-row-5{
	padding-top: 10px;
	width: 900px;
	height: 190px;
	float: left;
}
#ad-box-container{
	float: right;
	width: 260px;
	height: 410px;
}
.ad-box{
	float: right;
	width: 270px;
	height: 205px;
	padding: 5px;
}
#recipes-row-4-5{
	width: 900px;
	height: 410px;
	float: left;
}

#recipe-list-box{
	float: left;
	padding: 5px;
	width: 135px;
	height: 185px;
	margin-right: 5px;
}
#members-recipe-list-box{
	float: left;
	padding: 5px;
	width: 135px;
	height: 190px;
	margin-right: 5px;
}
#all-recipes-trymasak-container{
	float: left;
	width: 129px;
	height: 95px;
	background-image: url(../images/0111/recipes/recipes-bg-all-trymasak.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 17px;
	position:relative;
}
#all-recipes-advertiser-container{
	float: left;
	width: 129px;
	height: 95px;
	background-image: url(../images/0111/recipes/recipes-bg-all-advertiser.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 17px;
	position:relative;
}
#all-recipes-partner-container{
	float: left;
	width: 129px;
	height: 95px;
	background-image: url(../images/0111/recipes/recipes-bg-all-partner.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 17px;
	position:relative;
}
#all-recipes-member-container{
	float: left;
	width: 129px;
	height: 95px;
	background-image: url(../images/0111/recipes/recipes-bg-all-member.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 17px;
	position:relative;
}
#all-recipes-chef-container{
	float: left;
	width: 129px;
	height: 95px;
	background-image: url(../images/0111/recipes/recipes-bg-all-chef.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 17px;
	position:relative;
}
#all-recipes-youtube-container{
	float: left;
	width: 129px;
	height: 95px;
	background-image: url(../images/0111/recipes/recipes-bg-all-youtube.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 17px;
	position:relative;
	overflow: hidden;
}
#members-recipe-thumb-container{
	float: left;
	width: 129px;
	height: 113px;
	background-image: url(../images/0111/recipes/recipes-bg-member.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 17px;
	position:relative;
}
#members-recipe-thumb-container #rating-container{
	display: none;
}
#members-recipe-thumb-container:hover #rating-container{
	margin-top: 4px;
	float: left;
	width: 120px;
	height: 80px;
	display:block;
    position:absolute;
    z-index:3;
    left:4px;
    top:17px;
	background-image: url(../images/0111/recipes/rating-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#members-recipe-thumb-container #rating-container #box{
	margin-top: 56px;
	width: 93px;
	height: 15px;
	padding-top: 7px;
	padding-left: 25px;
}
#trymasak-recipe-thumb-container{
	float: left;
	width: 131px;
	height: 112px;
	background-image: url(../images/0111/recipes/recipes-bg-trymasak.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 18px;
	position:relative;
}
#trymasak-recipe-thumb-container #rating-container{
	display: none;
}
#trymasak-recipe-thumb-container:hover #rating-container{
	margin-top: 4px;
	float: left;
	width: 120px;
	height: 84px;
	display:block;
    position:absolute;
    z-index:3;
    left:4px;
    top:17px;
	background-image: url(../images/0111/recipes/rating-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#trymasak-recipe-thumb-container #rating-container #box{
	margin-top: 56px;
	width: 93px;
	height: 15px;
	padding-top: 7px;
	padding-left: 25px;
}
#views-comments-container{
	margin-top: 4px;
	float: left;
	width: 128px;
	height: 21px;
}
.recipe-thumb-holder{
	float: left;
	width: 125px;
	height: 88px;
}
.recipe-thumb{
	width: 118px;
	height: 78px;	
	padding: 5px;
	position:relative;
	z-index:2;
	border: 0px;
}
#recipe-title-box{
	float: left;
	width: 131px;
	height: 20px;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #f94304;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	overflow: hidden;
}
#recipe-title-box a{
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #f94304;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}
#recipe-title-box a:hover{
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#recipe-owner-box{
	float: left;
	width: 131px;
	height: 24px;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	line-height: 24px;
	text-align: center;
}
#recipe-owner-box a{
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#recipe-owner-box a:hover{
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
#recipe-comments-box{
	float: left;
	width: 48px;
	padding-top: 1px;
	height: 15px;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #99906f;
	text-align: left;
}
#recipe-comments-box img{
	vertical-align: top;
}
#recipe-type-box{
	float: right;
	width: 25px;
	padding-top: 1px;
	height: 18px;
}
.small-owner-icon{
	vertical-align: middle;
	border: 0px;
}
#banner-ads-container{
	float: left;
	width: 870px;
	height: 100px;
	padding: 30px;
}
#btn-share-recipe-container{
	float: left;
	width: 145px;
	height: 28px;
}
.btn-share-recipe {
	margin-left: 30px;
	float: left;
	width: 141px;
	height: 25px;
	background-image: url(../images/0111/recipes/btn-kongsi-resepi.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.btn-share-recipe:hover {
	float: left;
	width: 141px;
	height: 25px;
	background-image: url(../images/0111/recipes/btn-kongsi-resepi.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
	cursor: pointer;
}
#pagination-container{
	width: 900px;
	height: 30px;
	float: left;
	text-align: center;
	margin-top: 20px;
}
#pagination-box{
	margin: 0 auto;
	width: 200px;
	height: 30px;
}
/* for partners & advertisers recipes page only */
#partners-list-container{
	width: 600px;
	height: 175px;
	float: left;
}
#partners-ad-container{
	float: left;
	width: 280px;
	height: 450px;
}
.btn-be-partner {
	margin-left: 30px;
	float: right;
	width: 131px;
	height: 25px;
	background-image: url(../images/0111/recipes/btn-be-partner.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.btn-be-partner:hover {
	background-image: url(../images/0111/recipes/btn-be-partner.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
	cursor: pointer;
}
.btn-advertise {
	margin-left: 30px;
	float: right;
	width: 131px;
	height: 25px;
	background-image: url(../images/0111/recipes/btn-advertise.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.btn-advertise:hover {
	background-image: url(../images/0111/recipes/btn-advertise.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
	cursor: pointer;
}
#partners-recipe-list-box{
	float: left;
	padding: 5px;
	width: 135px;
	height: 143px;
	margin-right: 5px;
}
#partners-recipe-thumb-container{
	float: left;
	width: 131px;
	height: 135px;
	background-image: url(../images/0111/recipes/recipes-partners-advertisers-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	position:relative;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #f94304;
	font-weight: bold;
}
#partners-recipe-thumb-container #view-profile-container{
	display: none;
}
#partners-recipe-thumb-container:hover #view-profile-container{
	float: left;
	width: 120px;
	height: 83px;
	display:block;
    position:absolute;
    z-index:3;
    left:3px;
    top:1px;
	background-image: url(../images/0111/recipes/view-profile-partners-advertisers.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.partners-recipe-thumb{
	float: left;
	width: 125px;
	height: 80px;
	text-align: center;	
	vertical-align: middle;	
	padding-top: 5px;
}
.partners-recipe-thumb img{	
	vertical-align: middle;
	line-height: 85px;
	border: 0px;
}
.chef-profile-thumb{
	float: left;
	width: 119px;
	height: 77px;
	text-align: center;	
	vertical-align: middle;	
	padding: 3px;
	overflow: hidden;
}
.chef-profile-thumb img{	
	vertical-align: middle;
	line-height: 85px;
	border: 0px;	
}
.partners-title-container{
	float: left;
	width: 120px;
	height: 40px;
	margin-top: 9px;
	text-align: left;
	padding-left: 5px;
}
/*end of for partners & advertisers recipes page only */

/* pagination */
.btn-previous-page {
	float: left;
	width: 85px;
	height: 22px;
	background-image: url(../images/0111/recipes/btn-previous-page.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.btn-previous-page:hover {
	float: left;
	width: 85px;
	height: 22px;
	background-image: url(../images/0111/recipes/btn-previous-page.png);
	background-repeat: no-repeat;
	background-position: 0 -22px;
	cursor: pointer;
}
.btn-next-page {
	float: left;
	margin-left: 5px;
	width: 54px;
	height: 22px;
	background-image: url(../images/0111/recipes/btn-next-page.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.btn-next-page:hover {
	float: left;
	width: 54px;
	height: 22px;
	background-image: url(../images/0111/recipes/btn-next-page.png);
	background-repeat: no-repeat;
	background-position: 0 -22px;
	cursor: pointer;
}
.pagination{
	margin-left: 5px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	float: left;
	width: 16px;
	height: 16px;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #cc9966;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.pagination:hover{
	background-color: #ffffff;
	border: 1px solid #f77615;
	color: #f77615;
	text-decoration: none;
}
.pagination-current{
	margin-left: 5px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	float: left;
	width: 16px;
	height: 16px;
	padding: 2px;
	background-color: #333333;
	border: 1px solid #000000;
	color: #ffffff;
}
/*end of pagination