@charset "windows-1251";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
	background-color: #e0e2e4;
	font-family: Arial, sans-serif, "Minion Pro SmBd", "Arial Black";
	font-size: 13px;
	color: #424f6e;
}

table {
	font-family: Arial, sans-serif, "Minion Pro SmBd", "Arial Black";
	font-size: 12px;
}

img {
	padding:0;
	margin:0;
}

a {
	color:#306090;
}

#main {
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
a img {
	border: 0 none;
}
h1    {
	font-size: 18px;
	font-weight: bold;
	color: #424f6e;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;

}
p {
	font-size: 13px;
	color: #424f6e;
}

img.fl {
	display:block;
	float: left;
	padding:0;
	margin:0;
}
img.fr {
	float: right;
}


#header {
	background-image: url(/themes/pharm/img/header_bg.gif);
	height: 295px;
	position: relative;
	background-color: #FFFFFF;
}


#header_pic {
	background-image: url(/themes/pharm/img/header_pic.jpg);
	background-repeat: no-repeat;
	width: 239px;
	height: 237px;
	position: absolute;
	top: 0px;
	left: 49px;
}


#weaccept {
	position: absolute;
	top: 12px;
	right: 376px;
}

#cart {
	position: absolute;
	top: 45px;
	left: auto;
	color: #fffefe;
	bottom: auto;
	right: 16px;
	background-image: url(/themes/pharm/img/cartline_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 370px;
	line-height: 32px;
}
#cart .checkout img {
	margin-left: 30px;
	vertical-align: middle;
}
#cart  span  {
	color: #67d4fc;

}
#currency {
	position: absolute;
	top: 77px;
	background-color: #eff0f0;
	right: 350px;
	height: 29px;
	line-height: 29px;
	bottom: auto;
	left: auto;
	width: 263px;
}

#currency span {
	font-size: 12px;
	font-weight: bold;
	color: #188fea;
	padding-right: 10px;
}
#currency  a {
	font-size: 9px;
	font-weight: bold;
	color: #929090;
	padding: 3px;
	padding-left: 1px;
	text-decoration: none;
}
#currency  a:hover {
	color: #fefefe;
	background-color: #9ba2b1;
}
#currency   a.active, #currency   a.active:hover {
	color: #FFFFFF;
	background-color: #475472;
}




#categories {
	background-image: url(/themes/pharm/img/categories_bg.gif);
	height: 201px;
	width: 335px;
	position: absolute;
	top: 7px;
	right: 22px;
	padding: 7px;
}
#categories a {
	float: left;
	padding-left: 10px;
	width: 145px;
	background-image: url(/themes/pharm/img/cat_links_mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 10px;
	color: #454f65;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	line-height: 17px;
}


#categories a:hover {
	text-decoration: underline;
	background-image: url(/themes/pharm/img/cat_links_mark_hover.gif);
}

#categories span {
	float: left;
	padding-left: 10px;
	width: 145px;
	background-image: url(/themes/pharm/img/cat_links_mark_hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 10px;
	color: #EE0000;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	line-height: 17px;
}

#mline {
	background-image: url(/themes/pharm/img/mline_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 59px;
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#search {
	color: #FFFFFF;
	font-size: 11px;
	float: left;
	padding-top: 4px;
}
#search   input.text {
	vertical-align: middle;
	margin: 0 5px;
	border: 1px solid #3b4762;
	width: 120px;
}

#search  input.image {
	vertical-align: middle;
}
#top_navigation {
	float: right;
	padding-top: 10px;
	/*padding: 9px 10px 0 0;*/

}
#top_navigation,
#top_navigation a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
#top_navigation a:hover {
	text-decoration: underline;
}
#logo {
	position: absolute;
	top: auto;
	left: 284px;
	bottom: 32px;
}
#content {
	background-color: #FFFFFF;
	margin: 0 16px;
	padding-top: 15px;
#	#overflow: hidden;
#	height:100%;
#	min-height:100%;
}
#leftcolumn {
	width: 280px;
	float: left;
	background-color: #FFFFFF;
}
#leftcolumn .blocktitle {
	background-image: url(/themes/pharm/img/h1.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 32px;
	margin-bottom: 15px;
}
#leftcolumn .blocktitle h1 {
	font-size: 14px;
	font-weight: bold;
	color: #eff0f0;
	background-image: url(/themes/pharm/img/h1_marker.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 32px;
	float: left;
	padding: 0;
	margin: 0;
	padding-left: 25px;
	margin-left: 9px;
}
#leftcolumn .blocktitle img {
	float: right;
}
#leftcolumn .tips {
	padding: 0 14px;
}
#bodycontent {
	width:550px;
	padding: 0 6px 0 30px;
	float:left;
	background-color: #FFF;
#	height:100%;
#	min-height:100%;
}
#bodycontent  .h {
	background-image: url(/themes/pharm/img/h2_marker.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-color: #eff0f0;
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 45px;
	font-size: 18px;
	font-weight: bold;
	color: #a9a9a9;
	margin-bottom: 15px;

}
.article-block {
	width: 245px;
	float: left;
	padding: 5px;
}
.article-block  img.pic {
	float: right;
}
.article-block p {
	margin: 5px 0 0 0;
}
.article-block h4, .article-block h4 a {
	font-size: 18px;
	color: #383333;
	text-decoration: none;
	margin: 5px 0 0 0;
	font-stretch: ultra-condensed;
}
.article-block h4 a:hover {
	color: #FC0000;
}
.article-block .price {
	margin: 0;
	font-size: 22px;
	color: #fc0000;

}

.price small {
	font-size:12px;
}

.article-block .description {
	font-size: 12px;
	color: #495674;
	text-align: justify;
	clear: both;
}
.article-block .buttons {
	padding: 5px 0 0 3px;
}
.article-block .buttons a {
	margin-right: 13px;
}
#bodycontent  .p  {
	padding: 0 20px 17px 0;
}
#bodycontent   .p p  {
	padding-right: 20px;

}







#footer {
	background-image: url(/themes/pharm/img/footer.gif);
	clear: both;
	height: 41px;
	padding: 17px 25px 0;
	background-repeat: no-repeat;
	background-position: top;
	color: #CCCCCC;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer .links {
	float: left;
}
#footer .copyright {
	float: right;
}

.item {
	float:left;
	padding:10px;
}

h2 .itemtitle {
	padding-bottom:2px;
	float:left;
}

.smalldesc {
	display:block;
	width:65%;
	float:left;
}

#medpart {
	background-color: #FFF;
}


.commentbuttonitem {
	display:block;
	float:left;
	padding:5px;
	white-space:nowrap;
}

.reviewbuttonitem {
	display:block;
	float:left;
	padding:5px;
}

#pricetable {
	width:550px;
	font-size:13px;
}

#pricetable .pricehead {
	font-size:11px;
	font-weight:bolder;
	color:#3C4865;
}

#productdescription {
	padding-top:25px;
}

.catdescription {
	padding:5px;
	padding-left:15px;
}

a.buythis {
	font-weight:bolder;
}

.leftpadding {
	padding-left:20px;
}

.commentbutton {
	display:block;
	float: right;
	clear: both;
	padding:4px;
/*	border:2px solid red;*/
	background-color:#EFF0F0;
	color:#0F3D6E;
	position:relative;
	top:-35px;
}

.commentbutton:hover {
	background-color:#5C6884;
	color:white;
}


.commentname {
/*	clear:both;*/
	float: left;
	font-weight:bolder;
}

a.commentreply {
	display:block;
	float: right;
	padding:4px;
	border-bottom:2px solid red;
	background-color:#EFF0F0;
	color:#0F3D6E;
	cursor:pointer;
}

a.commentreply:hover {
	background-color:#5C6884;
	color:white;
}

.commentmessage {
	border-bottom:1px solid #5C6884;
	clear:both;
	margin-bottom:5px;
	padding-bottom:5px;
}

h5 {
	margin-top:0;
	padding-top:0;
}

div.errmessage {
	width:500px;
	padding:10px;
	margin:10px;
	margin-left:0;
	border:2px solid #FF0000;
	background-color:#FFFAA4;
	text-align:center;
	font-weight:bolder;
	color:#FF0000;
	clear:both;
}

div.goodmessage {
	width:500px;
	padding:10px;
	margin:10px;
	margin-left:0;
	border:2px solid #004272;
	background-color:#FFC073;
	text-align:center;
	font-weight:bolder;
	color:#004272;
	clear:both;
}

.news h3 {
	padding:0;
	padding-top:5px;
}
