.letter {
 padding: 3px;
/* font-size: +2; */
}

#letter_row {
 color: #08A6EC;
 text-align: center;
 padding-top: 20px;
 padding-bottom: 20px;
}

.brand_name {
 text-decoration: underline;
 float: left;
}

#male, #female {
 clear: both;
 padding: 10px;
}

.prod {
 padding: 5px;
}

.prod th {
 text-align: left;
 font-size: 18px;
 font-weight: bold;
 color: #08A6EC;
 padding: 5px;
  border-bottom: 2px solid #08A6EC;
}

.prod td {
 text-align: left;
 vertical-align: top;
 font-size: 12px;
 font-weight: normal;
 color: #000000;
 padding-left: 15px;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
}

.prod td p {
 text-indent: 20px;
}

pre {
 font-family:"Bitstream Vera Sans Mono","Courier New",monospace;
 font-size:1.1em;
}

.default_price,.old_price ,.red_price
{
  font-weight: 900;
}
.default_price{
	font-size: 20pt;
}
.old_price {
 text-decoration: line-through;
 color: #000000;
 font-size: 16pt;
}
.red_price {
 color: #dd0000;
 font-size: 20pt;
}
.price_div
{
  width: 100%;
  height: 30px;
}
.price_div_red
{
  width: 100%;
  padding-bottom: 5px;
}
.offer
{
	width: 300px;
	float: left;
	height: 150px;
}
#qmenu {
	display: block;
	width: 200px;
	border: 1px solid #08a6ec;
	background-color: #fff;
	z-index: 10;
	position: fixed;
	top: 20%;
	left: 100%;
	margin-left: -202px;
	font-size: 11px;
	overflow: auto;
	max-height: 75%;
}

#qmenu ul {
	list-style-type: none;
}

#qmenu .mini_title {
 font-weight: bold;
 padding: 5px;
}

#qmenu a:hover {
 text-decoration: none;
}

.close {
 text-align: center;
 font-size: 10px;
 color: #999999;
 display: block;
 width: 100%;
 cursor: pointer;
}

.cost {
 border-width: 0px;
}

.itog {
 border-width: 0px;
 font-weight: bold;
}

.empty_basket {
 border: 2px solid #770000;
 display: block;
 padding: 5px;
 margin-top: 10px;
 color: #770000;
}

#tbl_orders {
 font-size: 10px;
}

#tbl_orders th, #tbl_orders td {
 padding: 3px;
}

#news_short_stat th {
	padding: 5px;
	text-align: left;
	border: 1px solid #000;
	 background-color: #effaff;
}

#news_short_stat td {
	padding: 5px;
	text-align: center;
	border: 1px solid #000;
}

#news {
	width: 75%;
}

#news #n_title {
	text-align: left;
	padding: 0px;
	padding-bottom: 5px;
}

#news #n_descr {
	padding: 0px;
}

#news #n_date {
	padding: 2px;
	padding-bottom: 15px;
	text-align: right;
	font-size: 10px;
	color: #aaaaaa;
}

.label {
	font-size: 10px;
	padding: 2px;
	color: #888888;
	text-decoration: underline;
}

.news_img {
	width: 150px;
	height: 150px;
	float: left;
	padding: 10px;
}
a.menuA1{
	padding: 1px 0px;
	font-size: 1.1em;
	font-weight: normal;
	display: block;
}
.menuA1:hover{
	color: #74d1fa;
}
.content ul li{
	margin-bottom: 5px;
}

#table_new_position{
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}
#table_new_position th, #table_new_position td{
	border: solid 1px silver;
	padding: 4px;
	margin: 0;
}
#table_new_position th{
	text-align: center;
}
#table_new_position td{
	text-align: center;
}
.div_descr{
	width: 100%;
	float: left;
}
.div_descr p{
	text-align:justify;
	padding-right: 200px;
}
.div_red_price_small{
	float: left;
	height: 90px;
	width: auto;
	padding: 5px 10px 1px 10px;
	margin-right: 20px;
	cursor: pointer;
}
a.a_red_price{text-decoration: none;}
a.a_red_price:hover .div_red_price_small{
	background-color: #f9f9f9;
	border: 1px solid #08a6ec;
	padding: 4px 9px 0px 9px;
}
.div_red_price_small_area{
	float: left;
	text-align: left;
	padding-top: 15px;
	margin-left: 10px;
}
.div_red_price_small_area span{
	color: red;
	font-size: 14pt;
	font-weight: bold;
}
.div_red_price_small_area span.new{
	color: blue;
	font-size: 14pt;
	font-weight: bold;
}
.div_red_price_small_area span span{
	color: black;
	font-size: 8pt;
	font-weight: normal;
}
.div_brand_name{
	border-bottom: solid 2px #08A6EC;
	padding: 2px;
	color: #08a6ec;
}
.bname, .pname{
	color: #08a6ec;
	font-size: 12pt;
	font-weight: bold;
}
a.bname{
	text-decoration: none;
	margin-right: 5px;
}
a.pname{
	text-decoration: none;
	margin-left: 5px;
}