body {
	background-color: white;
	font-family: tahoma, geneva, verdana, sans-serif;
}

.shop_area {
	background-color: #e2e1e1;
}

.login_area {
	font-size: 95%;
}

.owner_block {
	background-color: #d6e9f8;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 3px;
	padding: 1px;
}

.product_sku {
	font-size: 90%;
}

.product_name {
	font-size: 100%;
}

.product_weight {
	font-size: 100%;
}

.product_price {
	font-size: 95%;
}

.product_quantity {
	font-size: 95%;
}

.soft_line {
	border-top: 1px solid #d3d3d3;
	margin-top: 3px;
	padding-top: 3px;
}

.address_textfield {
	width: 120px;
}

.email_textfield {
	width: 120px;
}

.address_selectbox {
/* should be more then address_field.width to be usable on iphone */
	width: 132px;
}

.preview_section_header {
	background-color: #e6e6fa;
	font-weight: bold;
	color: #00008b;
	padding: 1px;
}

.default_button_style {
	width: 105px;
}

.error_message {
	color: #950b0b;
}

.xnext-productBrowser-details-optionPanel {
	width: 97%;
	padding-bottom: 12px;
}

/* style for option class label on product details view in ProductBrowser */
.xnext-productBrowser-details-optionClassText {
	text-align: left;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* style for radio button option values on product details view in ProductBrowser */
.xnext-productBrowser-details-optionRadioButton {
	display: block;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 13px;
}

/* style for selectbox option values on product details view in ProductBrowser */
.xnext-productBrowser-details-optionSelectBox {

}

/* style for textfield option values on product details view in ProductBrowser */
.xnext-productBrowser-details-optionTextField {
	width: 97%;
}

/* style for textarea option values on product details view in ProductBrowser */
.xnext-productBrowser-details-optionTextArea {
	width: 97%;
}

/* style for files option values on product details view in ProductBrowser */
.xnext-productBrowser-details-optionClassFiles {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 13px;
}

.ecwid-Button {
	vertical-align: top;
	outline: none;
	border: 1px solid #80b5d0;
	background-color: #e3eef5;
	text-decoration: none;
	font-size: 12px;
	color: #246;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 25px;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	cursor: pointer;
}

