/*** Main page parametrs***/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0 auto;
	/* width: 998px; */
	background: #FFFFFF;
}

/******** Page blocks ********/

div#topnav {
	position: absolute;
	width: 34px;
	height: 134px;
	margin-top: 12px;
	padding-left: 6px;
	padding-top: 40px;
	background: url(/images/bg_vertmenu.png) top left no-repeat;
	z-index: 2;
	/* border: 1px dotted #FF0000; */
}

table#all {
	min-width: 780px;
	min-height: 100%;
	width: 99%;
	height: 100%;
	margin: 0px 5px 0px 5px;
	background-color: #FFFFFF;
}

td#head-top {
	height: 308px;
	background: url(/images/bg1.jpg) left top repeat;
	overflow: hidden;
}

td#menu-top {
background: url("/images/head-fin.jpg") no-repeat scroll bottom right transparent;
    height: 40px;
    width: 250px;
}

td#menu-top1 {
background: url("/images/dog1.png") repeat-x scroll bottom right transparent;
    height: 40px;
    width: 250px;
}

td#menu-content {
	width: 250px;
	background: url(/images/drybone.png) 100% 100% no-repeat;
}

td#main-top {
	width: 100%;
	height: 25px;
	background-color: #ECEBD3;
	background: url(/images/main-top-bg.gif) left top repeat-x;
}

td#main-content {
	width: 100%;
	min-width: 530px;
	padding: 10px 5px;
	background-color: #ECEBD3;
}

td#main-right {
	width: 18px;
	background: url(/images/shadow_main_topleft.png) left top no-repeat;
}

td#main-bot {
	width: 100%;
	height: 25px;
	background-color: #FFFFFF;
	background: url(/images/main-bot-bg.gif) left top repeat-x;
}

td#main {
	min-width: 530px;
}
div#cat {
	background: url("/images/cat1.png") no-repeat scroll left top transparent;
    height: 308px;
    margin: 0;
    position: absolute;
    top: 0;
	left:0;
    width: 500px;
    z-index: 2;
}

div#phones {
 color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
    font-weight: bold;
    height: 150px;
    margin-left: 218px;
    margin-top: 41px;
    position: absolute;
    text-shadow: 1px 1px #362F2D;
    width: 350px;
    z-index: 2;
}

div#phones p {
	margin: 2px;
	color: #fff;
	font-size: 12px;
}
#pappets_bg{
  background: url("/images/puppet.png") repeat scroll 0 0 transparent;
    height: 224px;
    left: 50%;
    margin-left: -318px;
    position: absolute;
    top: 78px;
    width: 595px;
    z-index: 2;
}
div#phones p.tel_num {
	font-size: 24px;
}
.ie8 #head-top > img,.ie9 #head-top > img{
	position:relative;
	top:2px;
}
.ie .serch_text_input{
position:relative;
top:-16px;
padding-top:5px;
height:21px;
}
.ie9 .serch_text_input{
top:-17px;
padding-top:3px;
height:23px;
}
.ie .serch_button{
position:relative;
top:-15px;
}
.chrome .serch_button{
position:relative;
left:-2px;
}
.serch_button{
position:relative;
top:-1px;
height:26px;
}
.serch_text_input{
   background: url("/images/serch_input.png") repeat scroll 0 0 transparent;
    border: medium none;
    height: 26px;
    left: 6px;
    padding: 0 9px;
    position: relative;
    top: -2px;
}
div#menu {
	position: absolute;
	width: 800px;
	height: 60px;
	right: 14px;
	z-index: 2;
	/* border: 1px dotted #000000; */
}

div#menu_bg {
	background: url(/images/bg_menu.png) top left no-repeat;
	width: 800px;
	height: 60px;
	/*border: 1px dotted #000000;*/
}

div#menu_links {
	position: absolute;
	width: 800px;
	height: 60px;
	top:15px;
	right:0;
}
.ie div#menu_links {
	position: absolute;
	width: 810px;
	height: 60px;
	top:15px;
	right:0;
}
div#menu_1st {
	float: left;
	width: 3px;
	/*border: 1px dotted #000000;*/
}
div.menu_item {
	float: left;
	padding: 0px 10px;
}
div.menu_item a:link, div.menu_item a:visited, div.menu_item a:active, div.menu_item a:hover {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
div.menu_delimiter {
	width: 2px;
	float: left;
	background: url(/images/menu_border.gif) center center no-repeat;
}

/*** Text elements   ***/

body, div, p, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

p {
	margin-top: 0px;
}
h1 {
	font-size: 15px;
	color: #839d00;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
h2 {
	color: #839d00;
}
.header {
	color: #839d00;
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.orange {
	color: #d83d18;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #839D00;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 8px;
}

A:link, A:visited, A:active, A:hover {
		text-decoration: none;
		color: #839D00;
}
A:hover {
		text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}

.footercontent {
	font-size: 11px;
	color: #839d00;
}

/*****************************/
/*** CATALOG               ***/
/*****************************/
div.catmenuitem {
}
a.catmenu_active, a.catmenu {
	font-size: 13px;
	font-weight: bold;
}
a.catmenu, a.catmenu:visited {
	color: #686868;
	background: url(/images/bullet.gif) center left no-repeat;
	padding-left: 10px;
}
a.catmenu_active, a.catmenu_active:visited {
	color: #cf4e00;
	text-transform: uppercase;
}
div.catitem {
	margin-top: 10px;
	background: url(/images/rnd_leftup.gif) top left no-repeat;
}
div.catitem div {
	background: url(/images/rnd_rightup.gif) top right no-repeat;
}
div.catitem div div{
	background: url(/images/rnd_leftbot.gif) bottom left no-repeat;
}
div.catitem div div div {
	background: url(/images/rnd_rightbot.gif) bottom right no-repeat;
	/*padding: 10px 10px 12px 10px;*/
}

.prod_pict {
	margin: 5px;
	border: 1px solid #a8a58a;
}

.price {
	font-size: 14px;
	/*font-weight: bold;*/
	color: #686868;
}
.price small {
	font-size: 12px;
}
.subtitle {
	font-weight: bold;
	color: #839d00;
}

img.preview {
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 10px;
    width: 100px;
}
/*Jeka 30.01.12*/
#main-content div p, #main-content div ol,#main-content div ul{
	max-width:900px;
}
td#main-content ul li{
	list-style-image: url("/images/list.jpg");
}
td#main-content td, td#main-content tr, td#main-content table{
	border-color:#C5B58D;
	border-collapse: collapse;
}
