body {
	margin: 0px; 
	padding: 0px;
}
.contacts {
	color: #000000; 
	font-size: small;
}
.categories a {
	text-decoration: none;
	color: #000000;
	display: block;
}
.category-select a {
	text-decoration: none;
	background: #5E8EFB;
	color: #ffffff;
	display: block;
	border: 1px solid #000000;
	padding: 2px;
}
.categories a:hover {
	text-decoration: underline;
}
.photo {
	margin: 5px 5px 0px 0px;
	border: 1px solid #000000;
	background: #ffffff;
}
.addCartButton {
	text-decoration: underline;
	font-size: small;
	color: #000000;
	position: relative;
	top: -20px;
}
.infoButton {
	text-decoration: underline;
	font-size: small;
	color: #000000;
	position: relative; 
	top: -20px;
}
.addCartButton:hover {
	text-decoration: none;
	color: #5E8EFB;
}
.infoButton:hover {
	text-decoration: none;
	color: #5E8EFB;
}
.price {
	padding: 3px 3px;
	border: 1px solid #000000;
	position: relative;
	top: -35px;
	left: 100px;
	background: #E3E843;
	overflow: hidden;
	width: 75px;
	height: 20px;
	text-align: center;
}
.navString {
	border: 1px solid #000000;
	padding: 5px;
	color: #FFFFFF;
	background: url('../images/str_x.gif') repeat;
	line-height: 1.5;
}
.navLink {
	padding: 0px 2px;
	margin: 0px;
	border: 1px solid #000000; 
	background: #E8E8E8; 
	color: #421A1A;
	font-size: 11pt;
	text-decoration: none;
}
.navLink:hover {
	background: #FFFFFF;
	color: #000000;
}
.navCurrentPage {
	padding: 0px 2px; 
	border: 1px solid #000000; 
	background: #000000; 
	color: #FFFFFF;
}
a {
	color: #0000FF;
}
label {
	float: left;
	width: 200px;
}
.serverResponse {
	margin: 10px;
}
.error {
	color: red;
}
.ok {
	color: green;
}
.inputText {
	width: 400px;
	margin-bottom: 10px;
	padding: 3px;	
}
.inputNumber {
	width: 150px;
	margin-bottom: 10px;
	padding: 3px;	
}
textarea {
	width: 400px;
	height: 100px;
	margin-bottom: 10px;
	padding: 3px;	
}
hr.vertical {
	border: 0px;
	margin-left: 10px;
	color: #5E8EFB;
	background: #5E8EFB;
	height: 100px;
	width: 1px;
	text-align: left;
}
.block-on {
	background: url('http://jokes4u.ru/css/images/reg_on.gif') no-repeat;;
}
.block-off {
	background: url('http://jokes4u.ru/css/images/reg_off.gif') no-repeat;
}
.menu-link {
	color: #ffffff;
	text-decoration: none; 
	display:block;
}
.menu-back {
	color: #CBCDC3;
	text-decoration: none;
	display: block;
}
.buttonOFF {
	background: url('../images/reg_off.png') no-repeat;
}
.buttonON {
	background: url('../images/reg_on.png') no-repeat;
}
.productDescriptionTable { padding: 5px 5px 20px 5px; width: 100%; vertical-align: top;}
h1 {	
	font-size: 16pt;
}
a.productCaption {
	color: black; 
	text-decoration: none;
}
a.productCaption:hover {
	text-decoration: underline;
}
.toCartButton {
	font-size: 16pt;
	background: #5E8EFB;
	padding: 6px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid black;
}
.toCartButton:hover {
	text-decoration: underline;
}
.payButton {
	font-size: 12pt;
	background: #5E8EFB;
	padding: 2px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid black;
}
.payButton:hover {
	text-decoration: underline;
}