﻿body {
	background:url(../image/bg.jpg) repeat-x;
}
.menu {
	height: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.menu ul {
	list-style: none;
	margin: 10px 0 0 0;
}
.menu ul li {
}
.menu li:last-child {
	border-right: 0px;
}
.menu a {
	text-decoration: none;
}
.header {
	height: 100px;
	background: #ffd200;
}
.headleft {
}
.headright {
	float: right;
}
.headright a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0598dc;
	text-decoration: none;
}
.mainframe {
	/* height: 20px; */
	height: 400px;
	background:#b9b4b8;
}
.endmainframe {
	height: 17px;
	background: #ffd200 url(../image/bg2.jpg) repeat-x 0 bottom;
}
.leftsideup {
	height: 26px;
	background: #1755ac url('../img/leftsideup.png') no-repeat ;
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:4px;
	text-align: center;
}
.leftsidemenu {
}
.leftsidemenu ul {
	padding: 0 0 0 10px;
	margin: 0 0 0 18px;
}
.leftsidemenu ul li {
	/* list-style: none; */
	list-style-image: url('../img/list-m.png');
	border-bottom: thin #1a5ab0 solid;
	padding: 7px 0 0 0;
}
.leftsidemenu a {
	text-decoration: none;
	color: #20405b;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.leftside {
	width: 200px;
}
.mainside {
	width: 730px;
}
.mainsideup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0 0;
}
.products-list {
	margin: 10px 0 0 2px;
}
.product {
	height: 220px;
	width: 220px;
	background-color: #9193C9;
	text-align: center;
	padding: 5px;
	border-bottom: thick #fff solid; /* solid track */
}
.product img {
	margin: 5px 0 0 0;
}
.productname {
	color: #20405b;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.productname a {
	color: #20405b;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.productdesc {
	color: #1F3F5B;
}
.logo {
	margin-top:12px;
}
.footer {
	height: 17px;
	background: #ffd135 url('../img/endmainframe.png') repeat-x;
	margin: 80px 0 0 0;
}
.price {
	background: black url('../img/pricebg.png') repeat-x;
	font-size: 22px;
	color: #FFD200;
	font-weight: bold;
	float: right;
	margin: -5px 0px 0 115px;
	padding: 0 5px 0 5px;
	position: absolute;
	z-index: 100;
	
	width: 100px;
	/* -5px; // 143px */
	/*display: inline;*/
}
.slideshow {

}
.button, .tabs a {
	cursor: pointer;
}
.button_add_small, a.button_add_small:visited {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}