html, body {
	height: 100%;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	background-color: #fff3e6;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 860px;
	background-image: url('/img/family_1_1/main_bg_eshop.gif');
}

#main {
	background-color: #fff3e6;
	border-bottom: 3px solid #ff0000;
	border-left: 3px solid #ff0000;
	border-right: 3px solid #ff0000;
	border-top: 3px solid #ff0000;
}
#banner {
	background-color: #ff0000;
	background-image: url('/img/family_1_1/banner.png');
	height: 90px;
	position: relative;
	width: 860px;
	z-index: 1;
}
#footer {
	background-color: #ff0000;
	clear: both;
	height: 14px;
	width: 860px;
}
#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
}

#shop-left {
	background-color: #fff3e6;
	border-bottom: 6px solid #ff7f00;
	border-top: 6px solid #ff7f00;
	float: left;
	text-align: left;
	width: 270px;
}
#shop-middle {
	background-color: #ffffff;
	border-bottom: 6px solid #ff7f00;
	border-top: 6px solid #ff7f00;
	float: left;
	overflow: auto;
	text-align: center;
	width: 370px;
}
#shop-middle a {
	color: #000000;
	text-decoration: none;
}
#shop-right {
	background-color: #fff3e6;
	border-bottom: 6px solid #ff7f00;
	border-top: 6px solid #ff7f00;
	float: left;
	text-align: left;
	width: 214px;
}

div.company-name {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

#logo-outer {
	height: 260px;
	overflow: hidden;
	/*position: relative;*/
	text-align: center;
}
#logo-outer[id] {
	display: table;
	position: static;
	text-align: center;
	width: 270px;
}
#logo-middle {
	position: absolute;
	top: 50%;
}
#logo-middle[id] {
	display: table-cell;
	position: static;
	vertical-align: middle;
}
#logo-inner {
	position: relative;
	top: -50%;
	left: -50%;
}
#logo-inner[id] {
	position: static;
}
#logo-inner a {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

div.h-gradient {
	height: 15px;
}

div.link-menu {
	margin-bottom: 14px;
	margin-top: 10px;
}
div.link-menu[class] {
	margin-top: 14px;
}

hr.middle {
	background-color: #ff0000;
	border: none;
	color: #ff0000;
	height: 1px;
	width: 340px;
}

div.middle-header {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 340px;
}

table.middle {
	background-color: #fff3e6;
	font-size: 12px;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 340px;
}
table.middle th {
	background-color: #ff7f00;
	color: #ffffff;
}
table.middle a {
	color: #000000;
	text-decoration: none;
}

p.info-text {
	margin-bottom: 7px;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 340px;
}

p.order {
	margin-bottom: 14px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 340px;
}

.note {
	font-size: 10px;
}

div.company-info {
	width: 100%;
}
table.company-info {
	font-size: 12px;
	margin-bottom: 14px;
	margin-left: 20px;
	margin-top: 14px;
}
div.company-info a {
	color: #000000;
	text-decoration: underline;
}

div.login {
	color: #000000;
	width: 214px;
}
div.login a {
	color: #000000;
	text-decoration: none;
}
table.login {
	background-color: #ffecd9;
	border-collapse: collapse;
	font-size: 12px;
	width: 214px;
}
table.login th {
	background-color: #ff7f00;
	color: #ffffff;
	padding-left: 20px;
}
td.login {
	padding-left: 20px;
}
td.login-button {
	padding-right: 14px;
}
td.login-button[class] {
	padding-right: 12px;
}
.price-discount{
	text-decoration:line-through; 
	font-weight:normal;
}
