html, body {
	height: 100%;
}

body, b, td, p, select, input, textarea {
	font-family: Tahoma;
	font-size: 8pt;
}

input, textarea, select {
	border-width: 1px;
	border-style: solid;
	border-color: #CC0000;
}

.table {
	border-width: 1px;
	border-color: #8A8A8A;
	border-collapse: collapse;
	border-style: solid;
}

.table td, .table th {
	font-size: 11px;
	border-width: 1px;
	border-color: #8A8A8A;
	border-collapse: collapse;
	border-style: solid;
	padding: 2px;
}

table.sm td, table.sm th {
	font-size: 0.8em;
}

.button {
	font-weight: bold;
	color: white;
	background: #CC0000;
	border-style: solid;
	border-width: 1px;
	border-color: #8A8A8A;
	cursor: hand;
}

.100p {
	width: 100%;
}

.p90 {
	width: 100%;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

a.menu:link {
    font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.menu:visited {
    font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.menu:hover {
    font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}

.but {
	background: #cc0000;
	border: 1px solid #fff;
	padding: 3px 10px 3px 10px;
	color: #fff;
	cursor: pointer;
	font-size: 1.3em;
	font-weight: bold;
}

.gbut {
	background: #666;
	border: 1px solid #222;
	padding: 3px 10px 3px 10px;
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
}

.clear {
	clear: both;
}

table.goods_in_cart {
	width: 100%;
	border-collapse: collapse;
}

table.goods_in_cart td {
	padding: 3px;
	border: 1px solid #222;	
}

table.goods_in_cart th {
	padding: 3px;
	border: 1px solid #222;	
}

table.goods_in_cart .price {
	font-size: 1.1em;
}

table.goods_in_cart .quantity input {
	width: 50px;
}

h1 {
	font-weight: normal;
}

#autorization {
	width: 400px;
}

table.form {
}

table.form td {
	padding: 3px;
}

table.form td.lft {
	width: 30%;
	font-weight: bold;
}

table.form td.rht {
	width: 70%;
}

.w100 {
	width: 100%;
}

.w70 {
	width: 70%;
}

.w50 {
	width: 50%;
}

.w95 {
	width: 95%;
}

.psp-errors {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2em;
}

a.hmenu:link {
    font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a.hmenu:visited {
    font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a.hmenu:hover {
    font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

table.tbl {
	width: 100%;
	border-collapse: collapse;
}

table.tbl td {
	padding: 3px;
	border: 1px solid #222;	
}

table.tbl th {
	padding: 3px;
	border: 1px solid #222;	
}


