html, body {
	width: 100%;
	height: 100%;
}
body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}

/* ZOOM IMAGE --------------------------------------------------------------- */

#zoomImageDiv {
	position: absolute;
	z-index: 100;
	padding: 1px;
	border: 1px solid #999;
	background-color: #FFF;
	cursor: pointer;
}
#zoomImageDiv .close {
	position: absolute;
	top: 10px;
	right: 10px;
}

#expressOrderDiv {
	position: absolute;
	z-index: 110;
	padding: 10px;
	border: 2px solid #eab15c;
	background-color: #fff;
}
#expressOrderDiv .close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

a.page {
	text-decoration: none;
	font-weight: bold;
	font-size: 125%;
}
a.page:hover {
	text-decoration: underline;
	font-weight: bold;
}
a.page_active {
	text-decoration: none;
	font-weight: bold;
	font-size: 125%;
	color: #C00;
}

#add_button{
	cursor: pointer;
}
#shopbasket {
}
#shopbasket_goods {
	font-weight: bold;
    color: #090;
}
#shopbasket_price {
	font-weight: bold;
    color: #C00;
}

.separator	{
	background: #E6E6E6;
	width: 100%;
	height: 1px;
	overflow: hidden;
	position: relative;
	margin: 2px 0 2px 0;
}
.va_middle, .va_middle img {
	vertical-align: middle;
}
.required {
	color: #F00;
	text-transform: capitalize;
}
.empty_field {
	border: 2px solid #FAA;
	background-color: #FFF6F6;
}
.listTitle {
	color: #666666;
}
.hidden {
	display: none;
}
