body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html {
	height: 100%;
}

body {
	background: #fff url(../img/bg.png) repeat-x;
    font: 100% Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em,  var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input {
    font-family: Arial, Helvetica, sans-serif;
}

.clear:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.page, .footer-inner {
    width: 78%;
    min-width: 1000px;
    margin: 0 auto;
    
}

.page {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.header {
	background: url(../img/flowers.png) no-repeat 50% 33px;
}

.logo {
	float: left;
	padding: 50px 0 24px 5%;
	height: 40px;
}

.logo a {
	text-decoration: none;
}

.logo h1 {
	font: bolder 235% Arial, Helvetica, sans-serif;
	line-height: 80%;
}

.logo .b {
	color: #444;
}

.logo .g {
	color: #8bb13d;
}

.logo p {
	line-height: 45%;
}

.logo p a {
	text-transform: uppercase;
	font-size: 56.25%;
	color: #80807d;
}

.tel {
	float: right;
	padding: 50px 5% 0 0;
	font-size: 200%;
	font-family: Georgia, serif;
	color: #444;
position:relative;
}

.icq {
font-size:12px!important;
position:absolute;
top:70px;
left:-40px;
}

.tel .code {
	font-size: 40%;
	position: absolute;
	margin: 10px 0 0 -40px;
	color: #8bb13d;
}

.nav {
	clear: both;
	position: relative;
	width: 100%;
}

.nav div {
	position: relative;
	right: 50%;
	float: right;
}

.nav ul {
	position: relative;
	z-index: 1;
	right: -50%;
	border-left: 1px solid #a6cb4e;
}

.nav li {
	float: left;
	border-right: 1px solid #a6cb4e;
}

.nav a, .nav span {
	float: left;
	height: 30px;
	padding: 13px 25px 0;
	font-size: 75%;
	font-weight: bolder;
	color: #fff;
}

.nav .select a,.nav .select span {
	color: #444;
}

.content {
	width: 25%;
}

.content .more {
    color:#559400;
    text-decoration:underline;
}

.text {
    width:100%;
    padding:10px 40px;
    font-size:13px;
}

.text h1 {
    font:17px tahoma;
    margin-bottom:10px;
}
.text p {
    margin-bottom:10px;
}

.drugs {
	padding: 25px 0 35px;
	width: 400%;
}

.drugs li {
	float: left;
	width: 23%;
	padding-right: 2%;
}

.title {
	font-size: 87.5%;
	font-weight: bolder;
	margin-bottom: 8px;
}

.title a {
     color: #000;
text-decoration:underline;
}

.image {
	border: 1px solid #d4d8cb;
	padding: 4px;
}

.desc {
	font-size: 75%;
	line-height: 130%;
	color: #1f1f1f;
	margin: 8px 0;
}

.add {
    font-size:13px;
}

.drugs .left {
	float: left;
	width: 55%;
	padding-left: 5%;
}

.drugs .right {
	float: left;
	padding-left: 5%;
}

.drugs2 .left {
	float: left;
	width: 55%;
	padding-left: 5%;
}

.drugs2 .right {
	float: left;
	padding-left: 5%;
}

.price {
	font-size: 68.75%;
}

.price .r, .price .b {
	color: #e70f03;
	font-size: 150%;
	font-weight: bolder;
	margin-left: 5px;
}

.price .b {
	color: #000;
}

.buy {
	float: left;
	background: url(../img/b-l.png) no-repeat;
	padding-left: 3px;
	margin: 7px 0 0 10%;
}

.buy div {
	background: url(../img/b-r.png) no-repeat 100% 0;
	padding-right: 4px;
}

.buy a {
	display: block;
	padding: 3px 8px 4px; 
	background: url(../img/b-c.png) repeat-x;
	font-size: 68.75%;
	font-weight: bolder;
	color: #fff;
}

.buy a:hover {
	text-decoration: none;
}

.comment {
	font-size: 75%;
	position: relative;
	border: 2px solid #d4d4d6;
	margin-top: 30px;
	padding: 10px;
	margin-bottom: 30px;
}

.comment .t-l {
	position: absolute;
	z-index: 1;
	width: 7px;
	height: 6px;
	left: -2px;
	top: -2px;
	background: url(../img/l-t.png) no-repeat;
}

.comment .t-r {
	position: absolute;
	z-index: 1;
	width: 7px;
	height: 6px;
	right: -2px;
	top: -2px;
	background: url(../img/r-t.png) no-repeat;
}

.comment .b-l {
	position: absolute;
	z-index: 1;
	width: 7px;
	height: 6px;
	left: -2px;
	bottom: -2px;
	background: url(../img/l-b.png) no-repeat;
}

.comment .b-r {
	position: absolute;
	z-index: 1;
	width: 7px;
	height: 6px;
	right: -2px;
	bottom: -2px;
	background: url(../img/r-b.png) no-repeat;
}

.comment .tail {
	position: absolute;
	z-index: 1;
	width: 71px;
	height: 28px;
	left: 30%;
	bottom: -28px;
	background: url(../img/tail.png) no-repeat;
}

.empty {
	height: 94px;
}

.footer {
	background: #e1e1e1;
	border-bottom: 2px solid #fff;
	height: 94px;
	margin-top: -94px;
	font-size: 68.75%;
}

.footer .left {
	float: left;
	width: 27%;
	padding-top: 25px;
	text-align: center;
}

.footer .right {
	float: right;
	width: 72%;
}

.footer .right li {
	float: left;
	padding: 0 12px;
	border-left: 1px solid #90bee1;
	border-right: 1px solid #d0a970;
}

.footer .right .first {
	border-left: 0 none;
	padding-left: 0;
}

.footer .right .last {
	border-right: 0 none;
	padding-right: 0;
}

.footer .links {
	margin-top: 30px;
}

.footer .links a {
	text-transform: uppercase;
	color: #3c3c3c;
}

.copyright {
	float: left;
	color: #8d8c8c;
	margin: 5px 12px 0 0;
}

.copyright a {
	color: #4e2b2b;
}

.terms {
	float: left;
	margin-top: 5px;
}

.terms a {
	color: #8d8c8c;
}

.basket {
    width:100%;
}
.cat {
    padding-left:20px;
}

#nbook {
    position:absolute;
    right:45px;
    top:0px;
    background:url(../img/basket.gif) no-repeat 0 0 #fff;
    width:200px;
    height:50px;
    border:3px solid #88B814;
    border-top:0;
}
#nbook p {
    font-size:12px;
    padding:3px 10px 0 57px;
}
#nbook a {
	color: #e70f03;
	text-decoration:underline;
}
.header {

}
#cart_count {
	font-weight:bold;
}
#totSum {
	color: #e70f03;
	font-weight:bold;
}
.page {
    position:relative;
}
#wasAdded {
    display:none; 
    position:absolute; 
    top:40%; 
    left:0; 
    width:100%; 
    z-index:2;
}
#wasAdded p {
    margin:auto; 
    width:300px; 
    padding:25px 0; 
    text-align:center; 
    background:#eee; 
    border:3px solid #ccc;
    font:bold 13px tahoma;
}
.in_the_cart {
    margin-bottom:10px;
}

.text {
      
}


.text  a {
      	color: #e70f03;
}
.text h2 {
    font-size:15px;
    font-weight:bold;
    margin-bottom:9px;
}
.text ul {
    list-style:disc;
    margin:5px;
}
.text ul li {
    margin-left:20px;
}
.orderForm {
   
}
.text textarea {
   font:12px tahoma;
}

.right_block {
   width:250px;
   float:right;
   text-align:left;

}
.left_block {
   margin-right:270px;

}

.right_block ul {
   list-style:none;
   margin:0;
   width:auto;
}
.right_block ul li {
   clear:right;
   padding-bottom:10px;
   width:auto;
}
.data {
   float:right;
   width:150px;
   text-align:right;
   padding-left:20px;
}
.data   a{
   font-size:11px !important;
      	color: #e70f03;
   
}
.right_block h2 a {
   		color:#559400;
}
.data .price {
   margin:0 !important;
   font-size:12px;
}
.data .price .b {
   font-size:12px;
}


/*********************************/
.cart_items {  }
.cart_items li { padding-bottom:5px; border-bottom:1px solid #cecece; margin-bottom:5px; }


.add { padding-left:30px;  }
.add p { font-size:100%; }
.add .left {
	float: left;
	width: 55%;
	padding-left: 5%;
}

.add .right {
	float: left;
	padding-left: 5%;
}

.add .buy a {
    font-size:12px;
}

/* form */
.value input, .value textarea {
   width:250px;
}
.review {
    padding-top:10px;
    
    border-bottom:1px dashed #cecece;
}
.review p {
   font-size:11px;
}



.other {}
.other  h2 a { color:#559400 !important; }
.other ul { list-style:none; padding:0; margin:0; }
.other ul li { float:left; width:30%; margin:0 1%; }
.other .data { width:auto; }

.go_link img {
    vertical-align:middle;
}

.button {
    padding:4px 10px;
}

.full a {
   color:#fff;
}

.in h3 {
   font:bold 15px tahoma;
}
.total {
   padding-top:15px;
}

#nbook {
   z-index:1000;
}

.index1 {
   margin-top:-20px;
}
.index1 p {
   float:none;
   width:auto;
   font-size:11px;
   margin-bottom:10px;
}

#text1 p { font-size:12px; }

.nc_file_list .nc_row { padding-bottom:15px; }
.nc_file_list .description, .nc_file_list  .nc_item, .nc_file_list  .nc_more { font-size:11px; }

#right-menu { padding-bottom:15px; }
#right-menu li { border-bottom:1px solid #ececec; margin-bottom:5px; padding-bottom:5px;  }

.html-text , .html-text p{ font-size:12px; line-height:15px; }