html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #5caef1;
	color: #333;
}
img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}
a {
	color: #660;
}


/* ZOOM IMAGE --------------------------------------------------------------- */

#zoomImageDiv {
	position: absolute;
	z-index: 100;
	padding: 1px;
	border: 2px solid #5baef2;
	background-color: #FFF;
	cursor: pointer;
}
#zoomImageDiv .close {
	position: absolute;
	top: 10px;
	right: 10px;
}

#shopbasket {
}
#shopbasket_goods {
	font-weight: bold;
    color: #090;
}
#shopbasket_price {
	font-weight: bold;
    color: #C00;
}

a.page {
	display: block;
	width: 25px;
	height: 18px;
	border: 1px solid #fff;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a.page:hover {
	background-color: #eff7fe;
	border: 1px dotted #fff;
}
a.page_active {
	display: block;
	width: 25px;
	height: 18px;
	background-color: #5eadf2;
	border: 1px solid #fff;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.list_issue, .list_brand{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	line-height: 14px;
}
.list_issue_active, .list_brand_active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	line-height: 14px;
}
.list_issue:hover, .list_brand:hover{
	text-decoration: underline;
	color: #000;
}

a.delete {
	color: #e96812;
	text-decoration: none;
	font-weight: bold;
}
a.delete:hover {
	color: #f42900;
}

.messages_true {
	padding: 5px;
    text-align: center;
	font-weight: bold;
	background-color: #99FF66;
	border: 1px dotted #009933;
	color: #006633;
}
.messages_false {
	padding: 5px;
    text-align: center;
	font-weight: bold;
	background-color: #FFCACA;
	border: 1px dotted #FF6666;
	color: #CC0000;
}
.navy, .navy a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.navy a:hover {
    text-decoration: underline;
}
.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;
}