body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: #c1001f;
  font-family: Tahoma;
  color: #fff;
}

td,th,div,p { margin: 0; padding: 0; border: none; vertical-align: top; }
img      { border: none; border-width:0px; }

a       { color: #fff; text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }

FORM {padding:0;margin:0;}


* .clear {	height: 0;
	font-size: 0;
	clear: both;}

* .hide {	display: none;}


.flash_container {
  text-align: center;
}

#prices_info {	position: absolute;
	top: 3px;
	left: 83px;
	color: #fff;
	font-size: 11px;}



#logo {
  width: 55px;
  height: 55px;

  float: left;
  margin-right: -55px;

  background: url('/images/logo.gif') no-repeat right center;
}






.top {
  height: 95px;
  padding-left: 15px;
  vertical-align: middle;
}





.topmenu {
  text-align:left;
  height: 95px;
}

.topmenu td {
  vertical-align: bottom;
  padding: 0 1.5em 10px 0;
}
.topmenu .active {
  white-space: nowrap;
  vertical-align: middle;
}
.topmenu img {
  margin-bottom: -5px;
}
.topmenu span, .topmenu a {
  padding-left: 3px;
  white-space: nowrap;
  font: normal 100% Tahoma;
}





.search {
  padding: 5px 10px 0 0;
  background: url('/images/delimiter_h.gif') repeat-y right top;
}

.search .delimiter {
  margin-top: 7px;
}

#search {
  width: 100%;
}
#search td {
  font-size: 70%;
  text-align: right;
  vertical-align: top;
}
#search input {
  width: 100%;
  font: normal 100% Tahoma;
  text-align: right;
  border: #d66f66 solid 1px;
}
#search #button {
  height: 20px;
  cursor: pointer;
  border: none;
  background: url('/images/search.gif') no-repeat center center;
}





#leftmenu {
  margin: 5px 0 20px 0;
  padding-left: 35px;
}
#leftmenu ul {
  list-style: square outside none;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
#leftmenu li {
  font: bold 95% Tahoma;
  line-height: 110%;
  padding: 2px 0;
  color: #fff;
}
#leftmenu li.active {
  color: #f00;
  list-style: square outside url('/images/list_img_small.gif');
}
#leftmenu a {
  font: normal 90% Tahoma;
  line-height: 100%;
}
#leftmenu a.active {
  font-weight: bold;
}





#lang {
  width: 110px;
  height: 55px;
  margin-left: 55px;
  margin-right: 35px;
  padding-top: 5px;
}
#lang td {
  font: bold 90% Arial;
  text-align: center;
  vertical-align: middle;
}
#lang a {
  font: normal 90% Arial;
}
#lang img {
  vertical-align: top;
}





.content {
  padding: 25px 0 0 35px;
}
.flowers {
  padding-top: 25px;
  vertical-align: bottom;
}

#content h1 {
  font: normal 150% Tahoma;
  margin: 0 0 10px 0;
  padding: 0;
}

#content td,
#content div,
#content p { font-size: 14px; }
#content a { text-decoration: none; }
#content a:hover { text-decoration: underline; }
#content ul  {
  list-style: square outside none;
  margin-left: 15px;
}
#content li {
  font: normal 14px Tahoma;
  vertical-align: middle;
}





#content .cat td {
  width: 30%;
  white-space: nowrap;
  padding-bottom: 35px;
}
#content .cat a {
  text-decoration: none;
  font: normal 85% Arial;
}
#content .cat a:hover {
  text-decoration: underline;
}
#content .cat img, #content .cat a {
  vertical-align: middle;
}
#content .cat a.title {
  font: normal 100% Tahoma;
}
#content .cat span {
  color: #ff8c36;
  font: normal 70% Arial;
}
#content .cat div.list {
  margin: 10px 0 0 38px;
}
#content .cat div.hidden {
  display: none;
}





.path {
  vertical-align: middle;
}

#path {
  float: left;
}
#path span { font-size: 140%; }
#path a    { font-size: 100%; font-weight: bold; text-decoration: none; }
#path a:hover { text-decoration: underline; }






.footer {
  padding: 5px 0 100px 0;
  text-align: center;
  font-size: 70%;
  background: url('/images/bg_bottom.gif') repeat-x left bottom;
}





#delimiter, .delimiter {
  width: auto;
  height: 5px;

  font-size: 0.1em;
  background: url('/images/delimiter.gif') repeat-x left top;
}










/* Catalog styles */

#item {
  width: 159px;
  height: 150px;
  float: left;
  display: block;
  margin: 0 10px 8px 0px;
  text-align: center;
}
#item #name {
  margin-top: 5px;
  font-size:80%;
  height:35px;
}

#image img {
  width: 155px;
  height: 104px;
  padding: 0 2px;
  margin: 0;
}

#image a {
  width: 100%;
  height: 106px;
  display: block;
  padding: 2px 1px 0 1px;
  _padding: 2px 2px 0 2px;
  border: #c94f3a solid 1px;
}
#image a:hover {
  border: #fff solid 1px;
}





/* Catalog item styles */

#currentitem h1 {
  font-size: 125%;
}

#currentitem #picture {
  float: left;
  padding: 2px;
  margin: 0 10px 10px 0;
  border: #c94f3a solid 1px;
  font-size:.1em;
}

#picture img {
  margin: 0;
  padding: 0;
}

.description {
  margin-bottom: 10px;
  text-align: center;
}
.description th {
  padding: 0 10px 5px 10px;
  font-size: 13px;
}
.description td {  font-size: 12px;}
.description td,th {
  border: #c94f3a solid 1px;
}
.description span {
  font-size: 65%;
}

#description .count {
	width: 40px;
}

#description .b {
	width: 100px;
	cursor: pointer;
}

#bottom_description{
  float: left;
  clear: both;
  margin-left:5px;
}

.description .noborder {	border: 0;
	padding-left: 5px;
	vertical-align: middle;
	text-align: left;}

.description input {	border: solid 1px #d66f66;
	font-size: 11px;
	width: 80px;
	background-color: #FFF;
	margin-right: 10px;}



/* Catalog item navigation styles */

#navigation {
  float: right;
  font-size: 140%;
  white-space: nowrap;
  vertical-align: middle;
}

#navigation span {
  font-size: 85%;
  padding: 0 5px;
  vertical-align: middle;
}

#navigation a {
  font-size: 60%;
  vertical-align: middle;
}

/* Login */

#login p {	font-size: 11px;
	padding: 5px 10px 5px 10px;}

#login input {	border: solid 1px #d66f66;
	font-size: 11px;
	width: 160px;
	background-color: #FFF;}

#login .submit input {	width: 120px;
	margin-left: 40px;
	cursor: pointer;}

* .hide {	display: none;}

/* User control panel */

#ucp {
  margin: 5px 0 20px 0;
  padding-left: 35px;
}

#ucp ul {
  list-style: square outside none;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

#ucp li {
  font: bold 95% Tahoma;
  line-height: 110%;
  padding: 2px 0;
  color: #fff;
}

#ucp a {
  font: normal 90% Tahoma;
  line-height: 100%;
}

/* Basket */

#basket {
  margin: 5px 0 20px 0;
  padding-left: 35px;
  font-size: 13px;
}

#cart table {	width: 100%;}

#cart .head td {	font-weight: bold;
	padding-bottom: 10px;}

#cart .count {	border: solid 1px #d66f66;
	font-size: 11px;
	width: 50px;
	background-color: #FFF;}

#cart .drop {	font-weight: bold;}

#cart .ptop td {	padding-top: 10px;
	border: 0;}

#cart .btm {	text-align: right;
	font-weight: bold;
	padding-right: 20px;}

#cart .img {	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url('/images/picture.png');
	float: left;
	margin-right: 3px;}

#cart .cmt {	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url('/images/comment.png');
	float: left;
	margin-right: 3px;}

#cart .img:hover, #cart .cmt:hover {	text-decoration: none;}

#cart .comment {	font-size: 11px;}

#cart .cf {	border: 1px solid #000;
	background-color: #eee;
	padding: 5px;
	position: absolute;
	z-index: 2;}

#cart .cf textarea {	width: 250px;
	height: 80px;
	overflow: auto;
	font-family: Tahoma;
	font-size: 11px;}

#cart .cf p {	text-align: right;}

#cart .cf a {	color: #f00;
	font-size: 11px;
	font-weight: bold;}

#da-comments {	margin-top: -77px;
	width: 60%;}

#da-comments p {	font-size: 11px;
	padding-bottom: 10px;}

#da-comments textarea {	width: 98%;
	height: 80px;
	overflow: auto;
	font-family: Tahoma;
	font-size: 11px;}

#order-print {	position: absolute;
	top: 103px;
	right: 55px;}

#userinfo {	padding-bottom: 20px;}

* a.button {	display: block;
	color: #000;
	width: 160px;
	background-color: #FFF;
	margin: 40px 40px 0 0;
	text-align: center;
	padding: 2px 0;}

* a.button:hover {
	text-decoration: underline;
	color: #000;
}

#next {	float: right;}

#back {
	float: left;
}

#cart td {	border-bottom: solid 1px #c94f3a;
	padding: 3px;}

#currentitem .gobasket {	margin-top: 143px;
	border: 0;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	cursor: pointer;
	padding: 2px 10px;}

/* bla bla other sh*t */

#select-recipients .b {	border: 0;
	background-color: #fff;
	cursor: pointer;
	margin-top: 20px;
	padding: 1px 10px;}

#baskettopmenu {	position: absolute;
	top: 103px;
	left: 216px;}

#baskettopmenu a {	display: block;
	float: left;
	margin-right: 1px;
	padding: 2px 10px;
	font-weight:bold;
	color: #fff;}

#buttons {	text-align: right;
	padding: 40px 0 0 0;}

#buttons .button {	margin: 10px 0 0 0;
}

#buttons .b {	border: 0;
	color: #000;
	padding: 2px 10px;
	font-size: 12px;
	background-color: #fff;
	cursor: pointer;
	margin: 2px;
}

#buttons .t {	border: 0;
	color: #000;
	padding: 2px 1px;
	font-size: 12px;
	background-color: #fff;
	margin: 2px;
	width: 160px;}

#allsumvat, #allsum {	font-weight: bold;}

/* Calendar */

#overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
#calendar { padding: 10px; border: 1px solid #000; height: 170px; position: absolute; background-color: #fff; width: 200px; margin-left: 200px; z-index: 2; }
#calendar, #calendar a, #calendar td { color: #000; font-size: 12px; }
#calendar table { width: 100%; }
#calendar .head td { font-weight: bold; padding-bottom: 10px; }
#calendar td { text-align: center; }
#calendar .active { background-color: #EEE; }
#calendar .prev { display: block; width: 16px; height: 16px; background: url('/images/cal_prev.png'); cursor: pointer; text-decoration: none; }
#calendar .next { display: block; width: 16px; height: 16px; background: url('/images/cal_next.png'); cursor: pointer; text-decoration: none; }
#calendar .all { padding-top: 15px; text-align: center; }

/* Tooltip */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000;
	background-color: #fff;
	padding: 5px;
}
#tooltip h3, #tooltip div {	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 11px;
}