/* tag styles*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #DCDCDC;
	font-weight: normal;
	font-size: 8pt;
	color: #093859;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}
a:link { color: #093859; text-decoration: none; }
a:hover { color: #3E5A52; text-decoration: none; }
a:visited { color: #093859; text-decoration: none; }
a:active { text-decoration: none; }

img { border: 0px; }
form { margin: 0px; padding: 0px; }
/* end tag styles*/

/* predef styles*/
#header {
/* 	background-color: blue; */
	background-color: #093859;
	text-align: left;
/* 	background-image: url('../images/bg_header.gif'); */
/* 	background-repeat: repeat-x; */
	height: 145px;
	line-height: 105px;
}
#header .logo {
	display: inline;
	margin-right: 100px;
}
#main_menu {
	background-color: #DCDCDC;
/* 	background-image: url('../images/bg_main_menu.jpg'); */
/* 	background-repeat: repeat-x; */
	text-align: left;
	border-top: 1px solid #093859;
	border-bottom: 1px solid #093859;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 9pt;
	font-weight: bold;
	color: #093859;
}
#main_menu a.current { text-decoration: underline; }
#main_menu a { color: #093859; }
#main_menu a:hover { color: #093859; text-decoration: underline; }
#footer {
	background-color: #093859;
	text-align: center;
	border-top: 1px solid #093859;
	border-bottom: 1px solid #093859;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	font-size: 7pt;
	font-weight: normal;
	color: white;
	margin-bottom: 10px;
}
#footer a { color: white; }
#footer a:hover { color: white; text-decoration: underline; }

#left {
	border-right: 1px solid #093859;
}
#left .container {
	margin-left: 8px !important;
	margin-right: 8px !important;
}
#right {
	border-left: 1px solid #093859;
}
#right .container {
	margin-left: 8px !important;
	margin-right: 8px !important;
}
#center {
	text-align: left;
}
#center .container {
	margin-left: 8px !important;
	margin-right: 8px !important;
}

#search {
	margin-bottom: 10px;
}
#search input {
	border: 1px solid #093859;
	background-color: #DCDCDC;
	color: #093859;
	width: 300px;
}
#search .button {
	border: 1px solid #093859;
	background-color: #093859;
	font-weight: bold;
	color: #DCDCDC;
	width: 60px;
}
#search div { margin-top: 8px !important; }

#login {
	line-height: 15px;
	text-align: right;
}
#login div {
	line-height: 20px;
}
#login input {
	border: 1px solid #093859;
	background-color: #DCDCDC;
	color: #093859;
	width: 80px;
	height: 15px;
	line-height: 15px;
	margin-right: 20px;
}
#login .submit {
	border: 1px solid #093859;
	background-color: #093859;
	color: #DCDCDC;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-right: 0px;
}
#login .login_title {
	background-color: #093859;
	color: #DCDCDC;
	text-align: center;
	margin-bottom: 5px;
}
.title_1 {
	background-color: #093859;
	color: #DCDCDC;
	text-align: center;
	line-height: 15px;
	margin-bottom: 5px;
}

.books { margin-bottom: 10px; }
.books .title { font-weight: bold !important; }
.books a { color: #093859 !important; }
.books a:hover { color: white !important; }

.news { margin-bottom: 10px; }
.news .title { font-weight: bold !important; margin-bottom: 5px; }
.news div { margin-bottom: 5px; }

.category_block { margin-bottom: 10px; border: 1px solid #093859;}
.category_block .title { font-weight: bold !important; line-height: 20px; background-color: #093859; padding-left: 10px; color: white; }
.category_block .title a { color: white; }
.category_block .title a:hover { color: white; text-decoration: underline; }
.category_block .image { margin-top: 5px; margin-bottom: 5px; }
.category_block .image_d { float: left; margin: 40px; }
.category_block .sdesc { text-align: justify; margin-top: 5px; margin-right: 5px; }
.category_block .more a { float: right; background-color: #093859; color: white; font-weight: bold; padding:3px; margin-right: 5px; margin-bottom: 5px; }
.category_block .more a:hover { text-decoration: underline; }

.sickness_block { margin-top: 3px; margin-bottom: 3px; }
.sickness_block .title { font-weight: bold !important; color: #093859; }
.sickness_block .title a { color: #093859; }
.sickness_block .title a:hover { color: #093859; text-decoration: underline; }
.sickness_block .image_d { float: left; margin: 20px; }
.sickness_block .sdesc { text-align: justify; }

.product_block { margin-bottom: 10px; border: 1px solid #093859;}
.product_block .title { font-weight: bold !important; line-height: 20px; background-color: #093859; padding-left: 10px; color: white; }
.product_block .title a { color: white; }
.product_block .title a:hover { color: white; text-decoration: underline; }
.product_block .image { margin-top: 5px; margin-bottom: 5px; }
.product_block .image_d { float: left; margin: 20px; }
.product_block .sdesc { text-align: justify; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; }
.product_block .button {
	border: 1px solid #093859;
	background-color: #093859;
	font-weight: bold;
	color: #DCDCDC;
	width: 60px;
}
.product_block .amount {
	border: 1px solid #093859;
	background-color: #DCDCDC;
	color: #093859;
	width: 35px;
}
.product_block .more a { float: right; background-color: #093859; color: white; font-weight: bold; padding:3px; margin-right: 5px; margin-bottom: 5px; }
.product_block .more a:hover { text-decoration: underline; }

.main_title {
	 font-weight: bold !important; margin-bottom: 5px; border-bottom: 1px solid #093859; 
}
.spacer { border-top: 1px solid #093859; font-size: 1px; line-height: normal; margin-top: 4px; margin-bottom: 4px; }

.banners { border:1px solid #093859; margin-top:3px; }
.banners span { display: block; margin-bottom:2px; margin-top:2px; }
.banners span a { color: #093859; }
.banners span a:hover { text-decoration: underline; }
.banners div { background-color:#093859; color: #DCDCDC; }
.banners div a { color: #DCDCDC; }
.banners div a:hover { text-decoration: underline; }

.top_banner {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
.price_list {
}
.price_list .header {
	font-weight: bold;
}
.price_list .category {
	border-bottom: 1px solid #093859;
	border-top: 1px solid #093859;
	font-weight: bold;
}

.shopping_block {}
.shopping_block .header {
	font-weight: bold;
	color: white;
	background-color: #093859;
	line-height: 16px;
}
.shopping_block .amount {
 text-align: right; width: 95%; background-color: #DCDCDC;
	color: #093859; line-height: normal; font-size: 8pt;
}
.shopping_block .total {
	line-height: 30px; border-top: 1px solid #093859; font-weight: bold;
}
.shopping_block .button {
	border: 1px solid #093859;
	background-color: #093859;
	font-weight: bold;
	color: #DCDCDC;
	padding-left: 5px; padding-right: 5px;
}
.shopping_block .order_head {
	line-height: 20px; border-bottom: 1px solid #093859; font-weight: bold;
}

.questions {
	margin-bottom: 10px;
}
.questions .text_field {
	border: 1px solid #093859;
	background-color: #DCDCDC;
	color: #093859;
/*	width: 300px;*/
}
.questions .button {
	border: 1px solid #093859;
	background-color: #093859;
	font-weight: bold;
	color: #DCDCDC;
	width: 60px;
	margin-top: 10px;
}


/* end predef styles*/

/* errors */
.error { text-transform: uppercase; text-align: center; color: #CA5A0E; font-weight: bold; font-size: 13px; }
/* end errors */
