/*****************************/
/*        PAGE LAYOUT        */
/*                           */

/*
/* This file containes styles for main layout blocks.
/* Sub-elements described in "elements.css"
 */

body {
	background: #ffcc66;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#subcontainer {
	position: relative;
	border: 5px solid #E9A502;
	border-width: 0 5px;
	background-color: #fbeed0;
}

#container #section-main {
	position: relative;
	float: right;
	width: 753px;
	margin: 0;
	padding: 0;
}

/* HEADER */
#container #section-main #section-head {
	position: relative;
	background: #eaa809 url("/img/design/bg-top-section.jpg") 0px 0px repeat-x;
	/* height: 385px; */
	height: 391px;
	width: 753px;
	margin: 0;
	padding: 0;
}
/*
#section-head #vetlek-logo {
	position: absolute;
	top: 0px;
	left: -237px;
	z-index: 20;
}
*/
#section-head #vetlek-paper {
	position: absolute;
	top: 0px;
	left: -232px;
	z-index: 20;
}

#section-head #vetlek-logo {
	position: absolute;
	top: 20px;
	left: -180px;
	z-index: 20;
}


/* Cart */
#section-head #cart {
	position: absolute;
	left: -5px;
	top: 0px;
	z-index: 1;
	width: 139px;
	height: 312px;
	background: #1c6404 url(/img/design/cart-bg.jpg) 0px 0px no-repeat;
}
div#cart p.ico {
	text-align: left;
	margin: 145px 0px 0px 25px;
}
div#cart p.caption {
	text-align: center;
	text-transform: uppercase;
	height: 20px;
	margin: 0px 9px 0px 5px;
	font-weight: bold;
}
div#cart p.caption a {
	color: #fff;
}
div#cart p {
	text-align: center;
	position: relative;
	margin: 0px 9px 0px 5px;
	padding: 8px 0px 0px 0px;
	color: #fff;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

#section-head #navig-site {
	position: absolute;
	top: 0px;
	left: 134px;
	width: 619px;
	height: 330px;
	z-index: 30;
	background: transparent url(/img/design/animals.jpg) 100% 0px no-repeat;
}
#section-head #navig-site div {
	width: 550px;
}
#section-head #navig-site div.chat {
	margin: 5px 15px 15px 0;
	padding: 5px 0 7px 0;
	width: 168px;
	overflow: hidden;
	float: left;
	clear: left;
	list-style: none;
	font-size: 11px;
	background: transparent url(/img/design/bg_menu.gif) 0px 0px no-repeat;
}
#ajaxChatChatList {
	height: 100px;
	width: 160px !important;
	margin: 0 !important;
	padding: 0;
	font-size: 9px;
	overflow: auto;
}
#ajaxChatChatList .rowOdd,
#ajaxChatChatList .rowEven {
	font-size: 9px;
	margin: 0 0 0 10px;
	padding: 2px 0;
	width: 123px !important;
	border-top: 1px solid #333;
}
#ajaxChatChatList span {
	font-weight: bold;
}
#ajaxChatChatList span.dateTime {
	display: none;
	font-size: 8px;
	font-weight: normal;
}
#ajaxChatChatList span.action {
}
#section-head #navig-site div.chat p.login {
	margin: 0;
	padding: 5px 0 12px 10px;
}
#section-head #navig-site div.chat a {
	color: #039;
	font-weight: bold;
}
#section-head #navig-site div.chat a:hover {
	color: #900;
}
#section-head #navig-site ul {
	margin: 5px 15px 15px 0;
	padding: 5px 0 7px 0;
	width: 168px;
	float: left;
	list-style: none;
	background: transparent url(/img/design/bg_menu.gif) 0px 0px no-repeat;
}
#section-head #navig-site ul li {
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 11px;
	line-height: 17px;
}
#section-head #navig-site ul li a {
	color: #186A02;
}
#section-head #navig-site ul li a:hover,
#section-head #navig-site ul li a:hover strong {
	color: #900;
}
#section-head #navig-site ul li a strong {
	color: #039;
	font-weight: bold;
}
#section-head #navig-site ul li sup {
	font-weight: bold;
	vertical-align: middle;
	position: relative;
	top: -6px;
	color: #900;
}

#section-head p.important {
	position: absolute;
	top: 331px; 
	/* top: 360px; */
	left: 0px;
	background-color: #FCEED1;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
}
#section-head p.important img {
	margin: 0 2px 0 0;
}

#section-head #site-search-new {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 240px;
	height: 80px;
	z-index: 100;
}
#section-head #site-search-new dl {
	margin: 0;
	padding: 0;
	background-color: #ffcc66;
	position: relative;
	width: 240px;
	height: 70px;
}
#section-head #site-search-new dd {
	background-color: #fceed1;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 236px;
	height: 36px;
	margin: 0;
	padding: 0;
}
#section-head #site-search-new dt {
	position: absolute;
	top: 42px;
	left: 2px;
	width: 70px;
	height: 26px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}
#section-head #site-search-new dt.active {
	background-color: #fceed1;
}
#section-head #site-search-new dt.inactive {
	background-color: #ffcc66;
}
#section-head #site-search-new dt span {
	text-decoration: none;
	display: block;
	height: 26px;
	line-height: 26px;
	color: #245a06;
	cursor: pointer;
	cursor: hand;
}
#section-head #site-search-new dt.active span {
	color: #245a06;
}
#section-head #site-search-new dt#site-search-whole {
	width: 72px;
	left: 2px;
}
#section-head #site-search-new dt#site-search-products {
	width: 80px;
	left: 76px;
}
#section-head #site-search-new dt#site-search-reestr {
	width: 80px;
	left: 158px;
}
#section-head #site-search-new form {
	margin: 0;
	padding: 1px 0;
}
#section-head #site-search-new form p {
	margin: 0;
	padding: 0;
	line-height: 30px;
	text-align: center;
}
#section-head #site-search-new input.txt {
	width: 150px;
}
#section-head #site-search-new input.subm {
	width: 70px;
}

/************************/
/* search by item name  */
form.name-search {
	background-color: #FCEED1;
	margin: 0;
	padding: 0;
}
form.name-search p {
	margin: 0 10px 0 0;
	background-color: #FFF9ED;
	border: 1px solid #E9A502;
	padding: 4px 10px 4px 10px;
	text-align: center;
	font-weight: bold;
}
form.name-search p input {
}

#section-meat form.name-search {
	position: relative;
}
#section-meat form.name-search p {
	text-align: left;
	margin-right: 20px;
	padding: 8px 10px;
}
#section-meat form.name-search .txt {
	width: 400px;
}
#section-meat form.name-search .subm {
	width: auto;
}



/* CONTENT PART */
#container #section-main #section-meat {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 50px;
}

#container #section-main #section-meat .content-wrapper {
	padding-right: 20px;
}


/* LEFT MENU */
#container #section-menu {
	float: left;
	width: 214px;
	height: 1%;
	overflow: hidden;
	padding: 170px 0 0 0px;
	margin: 0 0 0 0;
	position: relative;
	left: 7px;
}
#section-menu p,
#section-menu form,
#section-menu dl,
#section-menu dt,
#section-menu dd {
	margin: 0;
	padding: 0;
}
/* search */
#container #section-menu #site-search {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	background: transparent url(/img/design/left-bar-delimiter.jpg) 50% 100% no-repeat;
}
#site-search .txt {
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 100px;
	padding: 0;
	border: 1px solid #333;
	border-color: ThreeDDarkShadow ThreeDLightShadow ThreeDLightShadow ThreeDDarkShadow;
	background-color: #fff;
}
#site-search .subm {
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 60px;
	padding: 0;
	border: 1px solid #333;
	border-color: ThreeDLightShadow ThreeDShadow ThreeDShadow ThreeDLightShadow;
	background-color: ThreeDFace;
	cursor: pointer;
	cursor: hand;
}

#section-menu .caption {
	font-variant: small-caps;
	font-weight: bold;
}
#section-menu .sub-caption {
	font-weight: bold;
}

#section-menu .important {
	font-variant: small-caps;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
}

#section-menu p.alpha-link {
	padding: 0;
	margin: 0 0 20px 0;
}
#section-menu p.alpha-link sup {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: red;
}


/* Main shop navig */
div#section-menu p.alpha-index {
	font-family: Arial, sans-serif;
	padding: 0;
	margin: 6px 2px 2px 2px;
	line-height: 150%;
}
div#section-menu ul {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 5px 0px 30px 0px;
	list-style: none;
	background-color: #fbeed0;
	color: #039;
	font-weight: bold;
}

div#section-menu ul li {
	margin: 0px 0px 15px 0px;

	padding: 0;
}

div#section-menu ul ul {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal;
	color: #186a02;
}

div#section-menu ul ul li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background: transparent url(/img/design/bull-left-submenu.gif) 0px 1.2ex no-repeat;
}
div#section-menu ul ul li li {
	background: transparent url(/img/design/bull-left-subsubmenu.gif) 2px 0.8ex no-repeat;
}

div#section-menu ul a {
	color: #039;
	text-decoration: underline;
}

div#section-menu ul a:hover {
	color: #903;
}

div#section-menu ul ul a {
	color: #186a02;
	text-decoration: none;
}

div#section-menu ul.first {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

div#section-menu ul.delim {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: transparent url(/img/design/left-bar-delimiter.jpg) 50% 100% no-repeat;
}

div#section-menu .teaser {
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
	font-size: 90%;
	background: transparent url(/img/design/left-bar-delimiter.jpg) 50% 100% no-repeat;
}

div#section-menu .no-delim {
	background-image: none;
}

div#section-menu .counters {
	text-align: center;
}


/* FOOTER */
#container #section-footer {
	border-top: 1px solid #E9A502;
	clear: both;
	margin: 0 10px;
}
#section-footer div.shortcuts {
	position: relative;
	top: -50px;
}
#section-footer p.copy {
	margin: 0;
	padding: 5px 0 10px 0;
	text-align: center;
	color: #555;
	font-size: 90%;
}
#section-footer p.counters {
	margin: 0;
	padding: 20px 0px 10px 0px;
	text-align: center;
	color: #555;
	font-size: 90%;
}