body {
    margin: 0px;
    min-height: 356px;
    font-family: Helvetica;
    font-weight: normal;
    color: #000;
    font-size: 16px;
    background: url(Images/backgroundStripes.png) repeat;
    list-style-type: none;
}

a, a:visited {
	text-decoration: none;
	font-weight: bold;
}

.checkboxbutton {
    width: 80px;
    font-family: HelveticaNeue;
    font-size: 10pt;
    position: relative;
    margin-left: 66px;
}

input.textfield {
    width: 85px;
    font-size: 10pt;
    position: relative;
    display: block;
}

select {
    width: 85px;
    -webkit-appearance: menulist-button;
    position: relative;
    display: block;
    font-size: 10pt;
}

#footer {
    position: relative;
    font-size: 10pt;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgb(76, 86, 108);
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    margin: 10px auto;
    width: 156px;
}

#content {
    position: relative;
    width: auto;
    min-height: 326px;
    height: auto;
    margin: 0px;
}

#browser {
    position: relative;
    width: auto;
    margin: 0px;
    min-height: 144px;
    height: auto;
}

#header {
    position: relative;
    top: 0px;
    left: 0px;
    height: 35px;
    font-size: 16pt;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
    border: 1px solid #000;
    border-top: 0px;
    background: #FFF url(Images/header.png) repeat-x fixed top left;
    width: auto;
    margin: 0px;
    padding: 9px 0px 0px 0px;
}

#editbutton {
    position: absolute;
    right: 0px;
    font-size: 11px;
    top: 5px;
    right: 5px;
}

.backbutton_template {
    position: absolute;
    width: 35px;
    height: 30px;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: transparent url(Images/backbutton.png) no-repeat fixed 5px 5px;
    top: 5px;
    right: auto;
    bottom: auto;
    left: 5px;
    padding: 8px 0px 0px 2px;
}

.backbutton_template a {
	color: #FFF;
}

#explanations {
    position: relative;
    font-size: 10pt;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgb(76, 86, 108);
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    margin: 10px auto;
    width: 156px;
}

#stackLayout {
    position: relative;
    left: 0px;
    top: 0px;
    width: auto;
    overflow: hidden;
    z-index: 0;
    min-height: 230px;
    height: auto;
}

.listRowTemplate_template {
    position: relative;
    height: 43px;
    width: auto;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid rgb(172, 172, 172);
}

.listRowTemplate_template a {
	color: #000;
}

.listRowFirst {
	border: 0px;
}

.label_template {
    position: absolute;
    left: 9px;
    top: 11px;
    color: black;
    font-weight: bold;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    right: 30px;
    width: auto;
    height: auto;
}

.arrow_template {
    position: absolute;
    width: 8px;
    height: 13px;
    right: 10px;
    top: 15px;
    background-image: url(Images/chevron.png);
    background-repeat: no-repeat;
}

.articles_checkbox {
    position: absolute;
    right: 10px;
    top: 10px;
}

#mainView {
    width: 100%;
    min-height: 100px;
    position: relative;
}

#entryMenu {
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 17px 9px;
    background-color: white;
    width: auto;
    border: 1px solid rgb(172, 172, 172);
    -webkit-margin-bottom-collapse: separate;
    -webkit-border-top-right-radius: 8px 8px;
    -webkit-border-top-left-radius: 8px 8px;
    -webkit-border-bottom-left-radius: 8px 8px;
    -webkit-border-bottom-right-radius: 8px 8px;
    -webkit-margin-top-collapse: separate;
}

#shopDetailView, #articleDetailView, #recipeDetailView, #loginDetailView, #profileDetailView {
    width: 100%;
    position: relative;
    min-height: 230px;
    height: auto;
}

#shopAddressBox {
    padding: 8px;
    border: 1px solid rgb(172, 172, 172);
    background-color: #FFF;
    position: relative;
    margin: 17px 9px 0px 9px;
    -webkit-border-top-right-radius: 8px 8px;
    -webkit-border-top-left-radius: 8px 8px;
    -webkit-border-bottom-left-radius: 8px 8px;
    -webkit-border-bottom-right-radius: 8px 8px;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    width: auto;
    min-height: 30px;
    height: auto;
}

#shopAddressText {
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    margin: 0px 0px 0px 80px;
    font-size: 15px;
    font-weight: bold;
    width: auto;
    min-height: 51px;
    height: auto;
}

#shopAddressLabel {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    font-size: 14px;
    color: rgb(86, 114, 152);
    font-weight: bold;
    position: absolute;
    left: 8px;
    top: 8px;
    margin-top: 0px;
    right: 212px;
    width: auto;
    height: auto;
}

#shopPhoneBox, #articlePriceBox, #articleQuantityBox, #articleUnitBox, #articleNameBox, #recipeInfosBox, #recipeNameBox, #recipeStepsBox, #recipeIngredientsBox, #emailBox, #passwordBox, #nicknameBox, #noAccountBox {
    position: relative;
    padding: 8px;
    border: 1px solid rgb(172, 172, 172);
    background-color: #FFF;
    -webkit-border-top-right-radius: 8px 8px;
    -webkit-border-top-left-radius: 8px 8px;
    -webkit-border-bottom-left-radius: 8px 8px;
    -webkit-border-bottom-right-radius: 8px 8px;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    margin: 16px 9px 0px 9px;
    width: auto;
    min-height: 21px;
    height: auto;
}

#shopPhoneLabel, #articlePriceLabel, #articleQuantityLabel, #articleUnitLabel, #articleNameLabel, #recipeInfosLabel, #recipeNameLabel, #recipeIngredientsLabel, #emailLabel, #passwordLabel, #nicknameLabel, #noAccountLabel {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    font-size: 14px;
    color: rgb(86, 114, 152);
    font-weight: bold;
    position: absolute;
    left: 8px;
    top: 8px;
    margin-top: 0px;
    right: 212px;
    width: auto;
    height: auto;
}

#noAccountLabel {
	width: 250px;
}

#noAccountLabel a {
	color: #777;
}

#shopPhoneText, #articlePriceText, #articleQuantityText, #articleUnitText, #articleNameText, #recipeInfosText, #recipeNameText, #recipeIngredientsText, #emailText, #passwordText, #nicknameText {
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
    margin: 0px 0px 0px 80px;
    font-size: 15px;
    font-weight: bold;
    width: auto;
    min-height: 20px;
    height: auto;
}

#articleAddBox_outer, #loginSubmitBox_outer, #profileSubmitBox_outer {
    position: relative;
    padding: 8px;
    margin: 7px 9px 0px 9px;
    width: auto;
    min-height: 21px;
    height: auto;
}

#articleAddBox, #loginSubmitBox, #profileSubmitBox {
	position: absolute;
	right: 0px;
	color: #FFF;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ButtonBegin, .ButtonEnd, .ButtonRedBegin, .ButtonRedEnd, .ButtonGreenBegin, .ButtonGreenEnd {
	float: left;
	width: 5px;
	height: 30px;
	background: url(Images/button_begin.png) no-repeat;
}

.ButtonEnd {
	background-image: url(Images/button_end.png);
}

.ButtonRedBegin {
	background-image: url(Images/button_red_begin.png);
}

.ButtonRedEnd {
	background-image: url(Images/button_red_end.png);
}

.ButtonGreenBegin {
	background-image: url(Images/button_green_begin.png);
}

.ButtonGreenEnd {
	background-image: url(Images/button_green_end.png);
}

.ButtonMiddle, .ButtonRedMiddle, .ButtonGreenMiddle {
	float: left;
	height: 30px;
	background: url(Images/button_middle.png) repeat-x;
	padding-top: 8px;
}

.ButtonRedMiddle {
	background: url(Images/button_red_middle.png) repeat-x;
}

.ButtonGreenMiddle {
	background: url(Images/button_green_middle.png) repeat-x;
}

.ButtonMiddle a, .ButtonRedMiddle a, .ButtonGreenMiddle a {
	color: #FFF;
}
#articlesearch {
    width: 180px;
    position: relative;
    display: block;
    -webkit-margin-top-collapse: separate;
    -webkit-margin-bottom-collapse: separate;
}

