@font-face {
    font-family: 'HelveticaNeue';
    src: local('HelveticaNeue'), url('../fonts/helvetica-neue-lt-com-67-medium-condensed.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0px;
    /*background-color: #E2EBCF;*/
    /* background-image:url(../images/coupons_background.png); */
    background-color:#f8f8f8;
    /*background-color:#EBEBEB;*/
}
a {
    color: #82a90b;
}

/*
.recipename-field-row {
	display: none;
}
*/

.wrapper-accept {
    width: 100%;
    margin-top: 0px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    /* padding-bottom:5px;
    height: 375px; */
}

.content-accept {
    background: none;
    background-repeat: no-repeat;
    text-align: left;
    width: 100%;
    padding:0 0 0 0;
    margin:0 0 0 0;
    /* background-color:#d0d0d0;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;*/
}

.recipe-content {
    width:95%;
    margin-left:2.5%;
    margin-right:2.5%;
    margin-bottom: 8px;
/*    width:310px;
    margin-left:5px;    */
    overflow: hidden;
}

.recipe-content-ipad {
    width:70%;
    margin-left:15%;
    margin-right:15%;
    margin-bottom: 8px;
/*    width:310px;
    margin-left:5px;    */
    overflow: hidden;
}

.recepie-inner {
    background-color: white;
    /*border:1px solid #9d9e9d;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
    
    padding:5px 5px 5px 5px;
    text-align: center;
    font: bold 1em helvetica;
}
.recipe-details {
    /*background-color: aqua; */
    margin-top:3px;
}

.title-row{
    clear: both;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    margin-top: 8px;
}
#title-label {
    text-align: center;
    /* border: 1px solid black;  */
    background-color: white;
    font-size: 1.1em;
}
/*#get-image-button {
    text-align: left;
    padding-left: 5px;
    margin-bottom: 5px;
} */
#image-placeholder {
    /* border:1px solid black;    */
}

.image-field-label{
    text-align: center;
    /* border: 1px solid black;  */
    background-color: white;
    margin-bottom: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.image-field-value {
    font-size: 0.95em;
}
.image-field-row {
    margin-bottom: 10px;
    padding-left: 150px;
    /*padding-right: 5px; */
    clear: right;
}
#prepTimeNHours, #prepTimeNMinutes, #cookTimeNHours, #cookTimeNMinutes {
    width:3.5em;
}

#prepTimeNHours{
    margin-left: -3px;
}

#cookTimeNHours{
    margin-left: -3px;
}

.details-field-row {
    clear: both;
    /* padding-left: 3px; */
    /* padding-right: 3px; */
    /*margin-top: -8px; */
}
.details-field-label{
    float:left;
    clear:left;
    width: 55px;
    /* border: 1px solid black;  */
    background-color: white;
    margin-bottom: 3px;
    padding-left: 3px;
    height:30px;
    line-height:30px;
}
.details-field-value{
    padding-left:65px;
}
.details-select-value {
    margin-bottom: 0px;
}
#countryN, #cuisineN {
    /* width: 224px; */
    width: 140px;
    /* clear:right; */
}
#servesN {
    /* margin-right:13px;  */
    /*width: 83px;*/
    width: 125px;
}
#isPublicN {
    clear: both;
    margin-left: -4px;
}
.instructions-row{
    clear: both;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 10px;
}
#instructions-label{
    text-align: center;
    /* border: 1px solid black;  */
    background-color: white;
}
select {
    height:30px;
    font-size: 1em;
    font-weight: bold;
}
.timeN {
    width:55px;
}
#instructionsN_dep{
    width:100%;
    font-size: 1.1em;
}
.instructionsN-disabled{
    width:100%;
    color: gray;
    background: #D3D3D3;
    font-size: 1.1em;
}
.source-row{
    clear: both;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 10px;
}
#source-label{
    text-align: center;
    /* border: 1px solid black;  */
    background-color: white;
}
#recipeUrlN_dep{
    width:100%;
    font-size: 1.1em;
}
.recipeUrlN-disabled{
    width:100%;
    color: gray;
    background: #D3D3D3;
    font-size: 1.1em;
}
.submit-row {
    background-color: silver;
    height:32px;
    padding: 8px;
    margin-bottom:8px;
}
.submit-row-bottom {
    clear: both;
    text-align: center;
    background-color: silver;
    height:32px;
    padding: 8px;
}
.submit-row, .cancel-row {
    clear: both;
    text-align: center;
}
.submit-button {
   /* background:url(../images/bluebutton.png); */
    color: white;
    border: none;
    background-repeat: no-repeat;
    /*
    width: 200;
    height: 32px;
    line-height:32px;
    */
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 1px;
}
.close-button {
    background:url(../images/middle_size_button.png);
    color: white;
    border: none;
    background-repeat: no-repeat;
    width: 79px;
    height: 46px;
    line-height:30px;
    font-size: 0.8em;
    padding-bottom:5px;
    /* font-weight: bold; */
}

.ui-dialog .ui-dialog-titlebar-close{
    display: none;
}
/*.ui-icon-closethick {
    background-image: url(../images/clear_text.png) !important;
    background-position: left top !important;
    margin: 0 !important;
    background-repeat:no-repeat;
        display:block;
        cursor:pointer; 
}

.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick {
    width: 20px !important;
    height: 20px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none !important;
    border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover {
    padding: 0 !important;
}*/

#totalTimeN {
    text-align: left;
    font-size: 0.875em;
}
/*#dialog_opener {
    width:18px;
    height:18px;
}*/
.ui-dialog-titlebar
{
    background-image:url(../images/dialog-topbar.png);
}
.ui-dialog-titlebar-close{
    display: none;
}
#get-button{
    width:100%;
}



.couponErrorMessage
{
    background-image:url(../images/coupons_descriptionbox.png);
    background-repeat:no-repeat;
    width:302px;
    height:47px;
    margin: auto;
    margin-left:5px;
    font: bold 0.9em helvetica;
    text-align:center;
    padding-top:15px;
}

.activityIndicator
{
    margin:10px 0 0 7px;
    padding:20px 0 0 0;
    position:relative;
}

.innerActivityIndicator
{
    background-color: white;
    border:1px solid #9d9e9d;
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding:5px 5px 5px 5px;
    text-align: left;
    width:291px;
    font: bold 0.9em helvetica;
}
.activityIndicatorImage
{
    width:32px;
    float:left;

    margin: auto;
    height:32px;

    background-image:url(../images/iphone-like-act-ind.gif);
    background-repeat: no-repeat;

    margin-left:20px;
}

.activityIndicatorText
{
    text-align:left;
    width:60%;
    float:left;
    padding-top:7px;
}

.dialog-act-indicator-content
{
    width:180px;
    margin:auto;
    margin-top:20px;
}

.dialog-act-indicator-image
{
    margin-left: 0px;
}

.dialog-act-indicator-text
{
    margin-left:20px;
}

.recipesSearchWrapper
{
    width:98%;
    margin-left: 1%;
    margin-right: 1%;
    text-align:center;
    margin-bottom: 5px;
    font: bold 0.9em helvetica;
    padding-left:3px;
}

.recipesSearchWrapper-wc
{
    width:98%;
    margin-left: 1%;
    margin-right: 1%;
    text-align:center;
    margin-bottom: 5px;
    font: bold 0.9em helvetica;
    padding-left:3px;
}

.recipesSearchBox
{
    width:97%;
    float:right;
    padding-left:10px;
    height:32px;
    font-family: 'HelveticaNeue';
    /*font: 1.2em helvetica;*/
    font-weight: bold;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #e4e4e4;
    border: 1px solid #bfbfbf;
    border-bottom: #e6e6e6;
    outline: none;
}

.recipesSearchBox:focus{
    /* border: 1px solid #3498db; */
}

.recipesSearchBox-wc
{
    width:65%;
    float:left;
    padding-left:10px;
    height:32px;
    font: 1.2em helvetica;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.search-options-wc
{
    float:right;
    margin-right:10px;
}

.outerClear{
    width: 30px;
    height: 30px;
    margin-top:7px;
    margin-left:4px;
    float:left;
}

.outerClear-wc
{
    width: 30px;
    height: 30px;
    margin-top:7px;
    margin-left:4px;
    float:left;
}

.outerClearRecipeURL
{
    width: 30px;
    height: 30px;
    margin-left:4px;
    float:left;
}

.outerClearRecipeInstructions
{
    /*width: 30px;*/
    /*height: 30px;*/
    margin-left:4px;
    float:left;
}

.clearSearchTextButton
{
    width: 24px;
    height: 24px;
    background-image:url(../images/delete_icon.png);
    background-repeat: no-repeat;
    margin-top:0px;
    margin-left:-34px;
    text-align:center;
    vertical-align: middle;
    cursor:pointer;
}

.clearTextButton
{
    width: 12px;
    height: 11px;
    background-image:url(../images/clear_text.png);
    background-repeat: no-repeat;
    margin-top:7px;
    margin-left:-25px;
    text-align:center;
    vertical-align: middle;
    cursor:pointer;
}

.clearInstructionsTextButton
{
    width: 12px;
    height: 11px;
    background-image:url(../images/clear_text.png);
    background-repeat: no-repeat;
    margin-top:-11px;
    margin-left:-3px;
    text-align:center;
    vertical-align: middle;
    cursor:pointer;
}

.innerRecipesSearchWrapper
{
    float:left;
    width:71%;
    margin-top: 3px;
}

.innerRecipesSearchWrapper-wcc
{
    float:left;
    width:71%;
    border:1px solid blue;
}

.noCouponsBox
{
    width:302;
    height:47;
    margin-left:9px;
    padding-top:15px;
    background-image:url(../images/message-box.png);
    background-repeat:no-repeat;
    text-align:center;
}

.separator
{
    height:1px;
    margin-top:10px;
    clear:both;
    background-image:url(../images/coupons_spacer.png);
}

.headerTop
{
    text-align: left;
    width: 320px;
    height: 14px;
    display:block;
    /* background: url(../images/top_bar.png) no-repeat; */
    color: #ffffff;
}

.cancelButton
{
    position: relative;
    text-align: center;
    width: 66px;
    height: 22px;
    background: url(../images/cancel_button.png) no-repeat;
    font-size: 1em;
    font-weight: bold;
    top: 2px;
    padding-top: 2px;
}

.signInButton
{
    margin-top:20px;
    margin-left: 3px;
    margin-right:10px;
    position: relative;
    text-align: center;
    width: 79px;
    height: 46px;
    font: bold 1em helvetica;
    color: White;
    background: url(../images/coupons_back_button.png) no-repeat;
    top: 2px;
    padding-top: 10px;
    float: right;
}

.signInButton a
{
    color:White;
    text-decoration:none;
}


.backButton
{
    position: relative;
    text-align: center;
    width: 66px;
    height: 46px;
    background: url(../images/back.png) no-repeat;
    font: bold 0.8em helvetica;
    color: White;
    background-color:Transparent;
    border-style:none;
    text-decoration:none;
    float:left;
    margin-right:20px;
}

.couponsSignInButton
{
    position: relative;
    text-align: center;
    width: 79px;
    height: 35px;
    background: url(../images/coupons_back_button.png) no-repeat;
    font: bold 0.8em helvetica;
    color: White;
    background-color:Transparent;
    padding-top:11px;
    border-style:none;
    text-decoration:none;
    float:left;
    margin-right:20px;
}

.backButton a
{
    color:White;
    text-decoration:none;
}

.backButtonDiv
{
    margin-left: 5px;
    position: relative;
    text-align: center;
    width: 66px;
    height: 30px;
    background: url(../images/coupons_back_button.png) no-repeat;
    /*font-size: 1em;
    font-weight: bold;*/
    font: bold 0.9em trebuchet ms;
    color: White;
    top: 2px;
    padding-top: 2px;
    background-color:Transparent;
    border-style:none;
}


.content-accept .input input {
    width: 180px;
}

.form {
    text-align: left;
    width: 100%;
}

.label,
.header_title
{
    margin: 0px 0 0px 0;
    font-family: 'HelveticaNeue';
    color: #557343;
    color:#606060;
    text-align: center;
    font-size: medium;
}

.label a
{
    color: #557343;
    color:#606060;
    font-weight: bold;
}

.label_input_middle a
{
    color: #557343;
    color:#606060;
    font-weight: bold;
    text-decoration: none;
}

.header_title
{
    margin-left: 5px;
    padding: 5px 0px 5px 0px;
}



.large_input
{
    border: 0px solid #ffffff;
    text-decoration: none;
    width: 190px;
}

.label_input_large
{
    width: 298px;
    height: 26px;
    display: block;
    background: url(../../images/big_input_bar.png) no-repeat left top;
    display: block;
    font: bold 0.9em trebuchet ms;
    color: #557343;
    color:#606060;
    padding-top: 4px;
}

.label_input_middle
{
    width: 197px;
    height: 26px;
    display: block;
    background: url(../../images/mid_size_input_bar.png) no-repeat left top;
    display: block;
    font: bold 0.9em trebuchet ms;
    color: #557343;
    color:#606060;
    padding-top: 4px;
}

.bottom_bar
{
    display: block;
    width: 320px;
    height: 7px;
    /* background: url(../../images/small_bar.png) no-repeat; */
}

.label a,
.closeWindow a
{
    text-decoration: none;
    color: #557343;
    color:#606060;
    font-weight: bold;
}





.recepiesSearchResultWrapper
{
    width:95%;
    margin:auto;
    margin-top:10px;
    margin-bottom:10px;
    background: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


.recepiesSingleSearchResult
{
    position:relative;
    vertical-align:middle;

    border:1px solid #9d9e9d;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding:10px 10px 10px 10px;
    text-align: left;
}


.recepiesSearchResultTop
{
    position:relative;
    border:1px solid #9d9e9d;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    padding:10px 10px 10px 10px;
    text-align: left;
}

.recepiesSearchResultInner
{
    position:relative;
    vertical-align:middle;

    border:0px solid #9d9e9d;
    border-left:1px solid #9d9e9d;
    border-right:1px solid #9d9e9d;
    border-bottom:1px solid #9d9e9d;
    padding:10px 10px 10px 10px;
    text-align: left;
}
.recepiesSearchResultBottom
{
    position:relative;
    border:0px solid #9d9e9d;
    border-left:1px solid #9d9e9d;
    border-right:1px solid #9d9e9d;
    border-bottom:1px solid #9d9e9d;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    padding:10px 10px 10px 10px;
    text-align: left;
}

.recepiesSearchResultTop:active, .recepiesSearchResultInner:active, .recepiesSingleSearchResult:active, .recepiesSearchResultBottom :active{
    text-decoration: underline;
    color: #3E3E3E;
}

.recepiesSearchResultBottomNextButton
{
    position:relative;
    background-color: white;
    border:0px solid #9d9e9d;
    border-left:1px solid #9d9e9d;
    border-right:1px solid #9d9e9d;
    border-bottom:1px solid #9d9e9d;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    padding:10px 10px 10px 10px;
    text-align: center;
}

.messageWrapper
{
    width:95%;
    margin:auto;
    padding-top:10px;
    padding-bottom:10px;
}

.messageInner
{
    background-color: white;
    border:1px solid #dbdbdb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding:10px 10px 10px 10px;
    text-align: center;
    font: bold 1.1em helvetica;
}


.recepieImageWrapper
{
    float:left;
    width:100px;
    height:86px;
}

.noRecepieImageContent
{
    width:100px;
    height:86px;
    background: url(../images/norecipeimage.png) no-repeat;
}

.recepieDetailsWrapper
{
    float:left;
    margin-left:10px;
    width:60%;

    font: bold 0.8em helvetica;
    word-wrap:break-word;
    /*position: absolute;
    top: 0;
    bottom: 0;
    left:110px;

    padding-top:15px;*/
}

.recepieDetailsWrapper:active
{
    text-decoration:underline;
    color: #3E3E3E;
}

.recepieDetailsWrapper a{
    display: block;
}

.goToTopDiv
{
    display:none;
    text-align: center;
    padding-top:4px;
}

.goToTopDiv2
{
    display:none;
    text-align: center;
    padding-top:4px;
}

.search-header
{
    background-color: silver;
    height:40px;
    padding-top:5px;
    padding-bottom:5px;
    background-color: white;
}

.search-header-wc
{
    background-color: silver;
    height:40px;
    padding-top:5px;
    padding-bottom:5px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

.search-footer{
    background-color: silver;
    height:108px;
    padding: 3px;
}

.search-footer2{
    height:79px;
}

.search-footer-not-featured{
    height:45px;
}

#search-recipe, #create-recipe{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
}

.search-blue-button {
    background:url(../images/bluebutton.png);
    color: white;
    border: none;
    background-repeat: no-repeat;
    width: 200px;
    height: 32px;
    /*line-height:32px;*/
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 1px;
    cursor:pointer;
}

.search-big-blue-button {
    background:url(../images/bigbluebutton.png);
    color: white;
    border: none;
    background-repeat: no-repeat;
    width: 270px;
    height: 32px;
    /*line-height:32px;*/
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 1px;
}

.recepieOptionsWrapper
{
    width:40px;
    float:right;
}

.recepieImage
{
    width:100px;
    height:86px;
}

.recepieImage:active
{
    box-shadow: 0px 0px 12px 4px #888, inset 4px -4px 10px 3px #888;
}

.recepiesDetailsList
{
    position:absolute;
    bottom:15px;
}

.recepiesSearchSubmitButton
{
    text-align: center;
    width: 24px;
    height: 24px;
    padding-top:10px;
    background: url(../images/search_icon.png) no-repeat;
    font: bold 1.1em trebuchet ms;
    color: White;
    margin:auto;
    margin-top:9px;
    float:left;
    cursor:pointer;
}

.recepiesSearchSubmitButton-wc
{
    text-align: center;
    width: 44px;
    height: 42px;
    padding-top:10px;
    background: url(../images/search_button_wc.png) no-repeat;
    font: bold 1.1em trebuchet ms;
    color: White;
    margin:auto;
    float:left;
    cursor:pointer;
    margin-right:5px;
}

.recepiesPlusButton
{
    text-align: center;
    width: 44px;
    height: 42px;
    padding-top:10px;
    background: url(../images/plus_button.png) no-repeat;
    font: bold 1.1em trebuchet ms;
    color: White;
    margin:auto;
    margin-left:3px;
    float:left;
    cursor:pointer;
    margin-right:5px;
}

.recepiesMyRecipesButton
{
    text-align: center;
    width: 142px;
    height: 42px;
    padding-top:7px;
    background: url(../images/my_recipes_button.png) no-repeat;
    font: bold 1.1em helvetica;
    color: White;
    margin:auto;
    margin-left:3px;
    float:left;
    cursor:pointer;
}


.errorMessageWrapper
{
    margin-left:7px;
}

.errorMessageInner
{
    background-color: white;
    border:1px solid #9d9e9d;
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding:10px 10px 10px 10px;
    text-align: center;
    width:282px;
    font: bold 0.9em helvetica;
    margin:auto;
}

.registerLoginButton
{
    position:relative;
    text-align: center;
    padding-top:10px;
    margin-left:15px;
    color:white;
    height: 36px;
    width:250px;
    background-image:url(../images/bigblank2.png);
    background-repeat: no-repeat;
    font-size: 0.9em;
}

.nextPageDivText
{
    padding-top:7px;
    margin-left:5px;
}

.nextPageDivContentWrapper
{
    width:260px;
    margin:auto;
}

.nextPageDivContentWrapperWide
{
    width:280px;
    margin:auto;

    text-align:center;
}

.activityIndicatorImagePlaceholder
{
    width:32px;
    height:32px;
    float:left;
    display:none;
}

.initialSearchingMessageWrapper
{
    width:120px;
    margin:auto;
}

.plusIcon
{
    width:25px;
    height:25px;
    background-image:url(../images/plus_icon.png);
    background-repeat: no-repeat;
    margin-top:-2px;
}

.minusIcon
{
    width:25px;
    height:25px;
    background-image:url(../images/minus_icon.png);
    background-repeat: no-repeat;
    margin-top:-2px;
}

.recipeUrlN
{
    width:87%;
    float:left;
}

.instructionsN
{
    float:left;
    width:87%;
}
.recipeUrlN-ipad
{
    width:93%;
    float:left;
}

.instructionsN-ipad
{
    float:left;
    width:93%;
}

.submit-row-top
{
    background-color: silver;
    height:32px;
    padding: 8px;
    width:100%;
    margin-bottom:10px;
}

.recipesABitBiggerBlueButton
{
    text-align: center;
    width: 100px;
    height: 33px;
    padding-top:7px;
    background: url(../images/abitbiggerbluebutton.png) no-repeat;
    font: bold 1.0em helvetica;
    color: White;
    float:left;
    margin-left:5px;
}


.imageContent
{
    width:145px;
    height:145px;
}


























.serves-ispublic-field-row
{
    clear: both;
    margin-top:10px;
    padding-left:25px;
    padding-right:25px;
}

.serves-field-row
{
    float:left;
}

.serves-label-field-row
{
    float:left;
    margin-top:6px;
    margin-right:10px;
}

.serves-select-field-row
{
    float:left;
    margin-left:1px;
    width:150px;
}

.ispublic-field-row
{
    float:right;
    padding-right: 1em;
    padding-top: 0.2em;
    margin-bottom: 1em;
}

.cuisine-country-field-row
{
    clear: both;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom:8px;
}

.cuisine-label-field-row
{
    float:left;
    margin-top:6px;
    margin-right:10px;
}

.country-label-field-row
{
    float:right;
    margin-top:6px;
    margin-right:10px;
}

.cuisine-select-field-row
{
    float:left;
}

.country-select-field-row
{
    float:right;
}


.rightOfImage
{
    margin-bottom: 10px;
    float: left;
    width:65%;
    margin-right:3%;
}

.preptime-field-label
{
    text-align: left;
    background-color: white;
    margin-bottom: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.preptime-field-value
{
    font-size: 0.95em;
    
}

.cooktime-field-label
{
    text-align: left;
    background-color: white;
    margin-bottom: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.preptime
{
    text-align: left;
    margin-left:8.5em;
}

.cooktime
{
    margin-top:  0.9em;
    text-align:  left;
    margin-left: 8.5em;
}

.totaltime
{
    margin-top:1em;
    text-align: left;
    margin-left: 8.5em;
}

.cooktime-field-value
{
    font-size: 0.95em;
}

.imagePlaceholder
{
    width:7.5em;
    height:7.5em;
    margin-left:1.5625em;
    margin-right:2%;
    margin-bottom:0.75em;

    float:left;
    margin-left: 0.75em;
    background-color: white;
    margin-top: 1.58em;
}

.imagePlaceholder-ipad
{
    width:7.5em;
    height:7.5em;
    margin-left:25px;
    margin-right:2%;
    margin-bottom:12px;

    float:left;
    margin-left: 2px;
    background-color: white;
    margin-left: 10px;
    margin-top: 1.58em;
    
    /* margin-right:-100px;*/
}

.imageContent
{
    width:100%;
    height:100%;
}


.recipename-field-value
{
    min-width: 280px;
}


#recipeNameN1
{
    width:275px;
    font-size: 1.1em;
}

.owner-field-label, .source-field-label, .recipename-field-label, .preptime-cooktime-totaltime-field-row
{
    /* text-align: center; */
    /* border: 1px solid black;  */
    background-color: white;
    margin-bottom: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.owner-field-row, .source-field-row, .recipename-field-row
{
    margin-bottom: 10px;
    padding-left: 150px;
    /*padding-right: 5px; */
    clear: right;
}

#countryN, #cuisineN
{
    width: 96%;
    margin-top: 0.2em;
}

.cuisineN-ipad
{
    /* margin-right:30px; */
}

#servesN
{
    width: 96%;
    margin-top: 0.2em;
}

.servesN-ipad
{
    /*margin-right:80px;*/
}

.intelWindowsStandardDivClear
{
}

.recipe-image-row
{
    text-align:left;
    clear: both;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 10px;
    margin-bottom:10px;

    display:none;
}

.recipe-image-label
{
    float:left;
}

.recipe-image-value
{
    float:left;
}

.main-recipe-search-content
{
    background:white;
}

.main-recipe-search-content-wc
{
    background:white;
    margin-top:10px;

    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}
.clipper-info-icon
{
    background-image:url(../images/info.gif);
    background-repeat: no-repeat;
    width:14px;
    height:14px;
    margin-top:14px;
}
.clipper-link-wrapper
{
    width:230px;
    float:right;
    margin-right:160px;
    margin-top:-40px;
}
#clipper-info-div-content
{
    display:none;
    width:300px;
    height:550px;
    background:#f0f0f0;
    padding-top:30px;

    font-size:14px;
    padding:20px;
    text-align:left;
}
#searchExplanation, #searchExplanation2{
    color: #3498db;
    font-weight: normal;
}
#searchExample{
    color: #333;
}

div.recipe-content { 
    font-family: 'Roboto Condensed', sans-serif;
}

div.recepie-inner input,
div.recepie-inner select{
    color: #777777;
    background-color: #ECF0F1;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    border: none;  
}

div.recepie-inner input {
    padding: 0.625em;
}

div.recepie-inner .clip-from-url-button,
div.recepie-inner input,
div.recepie-inner select {
    height: 1.25em;
}

div.recepie-inner select { 
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    text-indent: 0.01px;
    text-overflow: '';
    background: url(../images/sel-arrow-down.png) no-repeat right #ECF0F1;
    font-size: 0.9em;
    padding-left: 0px;
}


#submit-button-top,
#submit-button-bottom{
    background: none;
    background-color : #3498DB;
    color: white;
    border: none;
    padding: 0.5em 1em 0.5em 1em; 
    font-weight: normal;
    border-radius:0.1em;
    font-family: 'Roboto Condensed', sans-serif;
}

.submit-row-top{
    display: none;
}

#ingredients-label2,
#instructionsN {
    background-color : #ECF0F1;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 94%;
}

.owner-field-label, .source-field-label, .recipename-field-label, .preptime-cooktime-totaltime-field-row {
    /* text-align: right; */
}

#instructions-label {
    text-align: left;
    margin-bottom: 10px;
}

.submit-row-bottom {
    background: none;
}

.submit-row {
    display: none;
}