body
{
padding:0px;
margin: 0px;
}
a
{outline:none;
}
#container
{
position:relative;
padding:0px;
margin: 0px;
padding-top:150px;
min-width:1000px;
}

#logotip
{position:absolute;width:134px;
height:123px;top:10px;
left:30px;
z-index:3;
}
#dog-cat
{position:absolute;
width:431px;
height:154px;
top:1px;
right:0px;
z-index:3;
}
#dog-cat2
{
position:absolute;
width:47px;
height:8px;
top:155px;
right:384px;
z-index:3;
}
#dog-cat3
{
position:absolute;
width:223px;
height:62px;
top:155px;
right:0px;
z-index:3;
}
#dog
{
position:absolute;
width:139px;
height:131px;
bottom:0px;
left:0px;
z-index:3;
}
.menutop
{
position:relative;
width: 100%;
height: 35px;
}
#menu
{height: 35px;
margin:0px;
padding:0px;
background:url("graphics/menu-bg.gif") repeat-x left top;
}
#menu ul
{
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration:none;
line-height:normal;
margin:0px;
padding:0px;
padding-left:40px;
}
#menu li {
display:inline;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
#menu li span.sep {
display:block;
float:left;
width:12px;
margin: 18px 0px 0px 0px;
padding:0px 0px 0px 0px;
background:url("graphics/menu-sep.jpg") no-repeat left top;
}
#menu a {
float:left;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 10px;
text-decoration:none;
}
#menu a span {
float:left;
display:block;
margin: 0px 0px 0px 0px;
padding:13px 20px 8px 2px;
color:#000;
text-decoration:none;
}
/* Hack  \*/
#menu a span {float:none;}
/* End hack */
#menu a:hover {
	background:url("graphics/menu-left-hover.gif") no-repeat left top;
}
#menu a:hover span {
	color:#fff;
	text-decoration: none;
	background:url("graphics/menu-right-hover.gif") no-repeat right top;
}
#menu #current a {
	background:url("graphics/menu-left-hover.gif") no-repeat left top;
}
#menu #current a span {
	color:#fff;
	text-decoration: none;
	background:url("graphics/menu-right-hover.gif") no-repeat right top;
}
#menuleft
{position:absolute;
top:0px;
left:0px;
width: 39px;
height: 35px;
display:inline;
z-index:2;
background:url("graphics/menu-left.gif") no-repeat left top;
}
#menuright
{position:absolute;
top:0px;
right:0px;
width: 191px;
height: 35px;
display:inline;
z-index:2;
background:url("graphics/menu-right.gif") repeat-x left top;
}


.contentwrapper{
background:#ffa10d url("graphics/bg.gif") repeat-x left top;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn
{
margin: 0 230px 0 260px; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
}

#leftcolumn{
float: left;
width: 260px; /*Width of left column in percentage*/
margin-left: -100%;
padding-right:20px;
}

#rightcolumn{
float: left;
width: 230px; /*Width of right column in pixels*/
margin-left: -230px; /*Set margin to -(RightColumnWidth)*/
}

#contentcolumn .innertube
{
padding-right:20px;
}

.category-title
{font-family: Tahoma, Arial, sans-serif;
font-size: 15px;
color:#fff;
font-style: normal;
font-weight: normal;
text-decoration:none;
line-height:normal;
padding:38px 22px 8px 22px
}

.dog-title
{
background:url("graphics/dog_category.png") no-repeat left top;
}
.cat-title
{
background:url("graphics/cat_category.png") no-repeat left top;
}
.catdog-title
{
background:url("graphics/catdog_category.png") no-repeat left top;
}
.none-title
{
background:url("graphics/none_category.png") no-repeat left top;
}

.block-title
{
font-family: Tahoma, Arial, sans-serif;
font-size: 15px;
color:#fff;
font-style: normal;
font-weight: normal;
text-decoration:none;
line-height:normal;
background:url("graphics/category.png") no-repeat left top;
padding:5px 22px 8px 22px
}
.block-basket
{font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
padding-left:27px;
padding-top:3px;
}
.block-basket b
{font-size: 13px;
}
.block-authorisation
{
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
padding-left:27px;
}
.block-authorisation p
{	padding:0px;
	margin:0px;
	margin-top:3px;
	padding-top:3px;
	padding-bottom:2px;
}
.block-authorisation a, .block-authorisation a:hover
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal; color:#000;
}
.block-authorisation a:hover
{	color:#fff;
}
.category
{
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
color:#000;
font-style: normal;
font-weight: normal;
text-decoration:none;
line-height:normal;
}

.category ul
{
	margin:0px;
	padding:0px;
	padding-left:27px;
	margin-bottom:10px;
	list-style:none;
}
.category ul ul
{
	margin-bottom:0px;
}
.category li
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.category a
{
background:url("graphics/li.gif") no-repeat left 11px;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
display:block;
text-decoration:none;
}
.category a span
{
display:block;
margin: 0px 0px 0px 0px;
padding:8px 0px 0px 12px;
color:#000;
text-decoration:none;
}
/* Hack  \*/
.category a span {float:none;}
/* End hack */
.category a:hover {
	/*background:url("graphics/menu_bg1_act.jpg") no-repeat left top; */
}
.category a:hover span {
color:#fff;
text-decoration: none;
}
.category #current a {
/*background-position:100% -26px; */
}
.category #current a span {
color:#fff;
}


.button
{	margin-top:3px;
	margin-bottom:5px;
}
.button a, .button a:hover {
	background: transparent url("graphics/but-left.png") no-repeat left top;
	display: block;
	float: left;
	padding: 0px 0px 0px 8px; /* sliding doors padding */
	margin: 0px;
	text-decoration: none;
}
.button a:hover
{
	color: #000;
}
.button a span, .button a:hover span
{
	background: transparent url("graphics/but-right.png") no-repeat right top;
	color: #fff;
	padding: 4px 16px 6px 10px;
	font-weight: normal;
	line-height: 13px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
}
.block-basket .button
{	margin-left:82px;
}
.block-authorisation .button
{
	margin-left:130px;
	padding-top:5px;
}

.brands
{
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
color:#000;
font-style: normal;
font-weight: normal;
text-decoration:none;
line-height:normal;
padding-bottom:20px;
}

.brands ul
{
	margin:0px;
	padding:0px;
	padding-left:27px;
	margin-bottom:10px;
	list-style:none;
}

.brands li
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
.brands a
{
background:url("graphics/li.gif") no-repeat left 9px;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
display:block;
text-decoration:none;
}
.brands a small
{font-size: 9px;
padding-left:5px;
color:#a8630d;
}
.brands a span
{
display:block;
margin: 0px 0px 0px 0px;
padding:6px 0px 0px 12px;
color:#000;
text-decoration:none;
}
/* Hack  \*/
.brands a span {float:none;}
/* End hack */
.brands a:hover {
	/*background:url("graphics/menu_bg1_act.jpg") no-repeat left top; */
}
.brands a:hover span {
color:#fff;
text-decoration: none;
}
.brands #current a {
/*background-position:100% -26px; */
}
.brands #current a span {
color:#fff;
}
.title h2, h3.breedfeed
{
padding:0px;
margin:0px;
font-family: Tahoma, Arial, sans-serif;
font-size: 24px;
color:#de0303;
font-style: normal;
font-weight: normal;
text-decoration:none;
line-height:normal;
margin-bottom:5px;
}
.title h1, h2.breedfeed, .title h2.tit
{padding:0px;
margin:0px;
font-family: Tahoma, Arial, sans-serif;
font-size: 28px;
color:#fff;
font-style: normal;
font-weight: normal;
text-decoration:none;
line-height:normal;
margin-bottom:5px;
}
.title
{margin-bottom:15px;
}

.title h1 a, .title h1 a:hover
{color:#fffdc8;
font-size: 20px;
}
.title h1 a:hover
{
color:#5e2222;
}
.title h2 span
{font-size: 16px;
}
h2.title
{padding:0px;
margin:0px;
font-family: Tahoma, Arial, sans-serif;
font-size: 24px;
color:#5e2222;
font-style: normal;
font-weight: normal;
text-decoration:none;
line-height:normal;
margin-bottom:10px;
}
.catitems
{	position:relative;
	width:140px;
	padding:0px;
	margin:0px;
	background:#813e27;
	float:left;
	margin-left:12px;
	margin-top:12px;
}
.venderopis .catitems
{
	margin:0px;
	margin-right:12px;
	margin-bottom:12px;
}
.venderopis a.ofice, .venderopis a.ofice:hover
{
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
color:#000;
}
.venderopis a.ofice:hover
{color:#de0303;
}
.venderopis
{font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
color:#5e2222;
}
.catitems .top_left
{	position:absolute;
	z-index:3;
	top:0px;
	left:0px;
	width:10px;
	height:10px;
	background:url("graphics/cat_top.gif") no-repeat left top;
}
.catitems .mid_right
{
	position:absolute;
	z-index:3;
	top:128px;
	right:0px;
	width:10px;
	height:10px;
	background:url("graphics/cat_mid.gif") no-repeat left top;
}
.catitems .bot_right
{
	position:absolute;
	z-index:3;
	bottom:0px;
	right:0px;
	width:10px;
	height:10px;
	background:url("graphics/cat_bot.gif") no-repeat left top;
}
.catitems img
{	margin:9px 9px 9px 9px;
}
.catitems h2
{margin:0px;
height:29px;padding:4px 3px 4px 4px;font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
font-weight:normal;
color:#fff;
background:#d13600;
}
.catitems h2 a, .catitems h2 a:hover
{	text-decoration:none;
	color:#fff;
}
.catitems h2 a:hover
{
	text-decoration:underline;
	color:#fee87f;
}

.botbg
{
	background:url("graphics/bg-bot.jpg") repeat-x left bottom;
	clear:both;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8px;
	line-height:9px;
	color:#a05f0b;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	padding:5px;
}
.botbg a, .botbg a:hover
{	font-family: Tahoma, Arial, sans-serif;
	font-size: 8px;
	color:#bb6f0e;
	font-style: normal;
	font-weight: normal;
}
.botbg a:hover
{
	color:#995b0d;
}

#bottoms
{	clear:both;
	position:relative;
	height:88px;
}
#bottoms .copyr
{	position:absolute;
	z-index:3;
	width:345px;
	height:13px;
	top:68px;
	left:131px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color:#919191;
	font-style: normal;
	font-weight: normal;
}
#bottoms .coord
{
	position:absolute;
	z-index:3;
	width:275px;
	height:60px;
	top:15px;
	left:152px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color:#000;
	font-style: normal;
	font-weight: normal;
}
#bottoms .coord div
{	 padding-left:18px;
	 padding-bottom:3px;
}
#bottoms .coord .tel
{
	background:url("graphics/tel.gif") no-repeat 1px top;
}
#bottoms .coord .icq
{
	background:url("graphics/icq.gif") no-repeat left top;
}
#bottoms .coord .email
{
	background:url("graphics/email.gif") no-repeat 2px 2px;
}
#bottoms .copyr2
{
	position:absolute;
	z-index:3;
	width:165px;
	height:42px;
	bottom:4px;
	right:3px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color:#715128;
	font-style: normal;
	font-weight: normal;
	text-align:right;
}
#bottoms .copyr3
{
	position:absolute;
	z-index:3;
	width:88px;
	height:15px;
	top:15px;
	right:3px;
}
#bottoms .copyr2 a, #bottoms .copyr2 a:hover
{
	display:block;
	padding-right:46px;
	padding-top:17px;
	background:url("graphics/webskill.gif") no-repeat right top;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color:#715128;
	text-decoration:none;
}
#bottoms .copyr2 a:hover
{
	color:#d13600;
	text-decoration:underline;
}
.skidka, .recom
{margin-left:20px;
}
.blockitems
{
	position:relative;
	width:160px;
	padding:0px;
	margin:0px;
	background:#813e27;
	float:left;
	margin-left:12px;
	margin-top:12px;
}
.blockitems .top_left
{
	position:absolute;
	z-index:3;
	top:0px;
	left:0px;
	width:10px;
	height:10px;
	background:url("graphics/cat_top.gif") no-repeat left top;
}
.blockitems .mid_right
{
	position:absolute;
	z-index:3;
	top:139px;
	right:0px;
	width:10px;
	height:10px;
	background:url("graphics/cat_mid.gif") no-repeat left top;
}

.recoms .blockitems .mid_right
{
	position:absolute;
	z-index:3;
	top:128px;
	right:0px;
	width:10px;
	height:10px;
	background:url("graphics/cat_mid.gif") no-repeat left top;
}

.blockitems .bot_right
{
	position:absolute;
	z-index:3;
	bottom:0px;
	right:0px;
	width:10px;
	height:10px;
	background:url("graphics/cat_bot.gif") no-repeat left top;
}
.blockitems img
{
	margin:9px 19px 3px 19px;
}
.recoms .blockitems img
{
	margin:9px 19px 9px 19px;
}
.blockitems h3
{
margin:0px;
padding:4px 3px 4px 4px;
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight:normal;
color:#fff;
background:#d13600;
}
.recoms .blockitems h3
{
margin:0px;
padding:4px 3px 4px 4px;
height:50px;
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight:normal;
color:#fff;
background:#d13600;
}
.blockitems .price
{text-align:right;
padding:0px 9px 4px 4px;
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
font-weight:normal;
color:#fff;
}
.blockitems .price strike
{
color:#d2d2d2;
}
.blockitems .price .new
{
color:#fee87f;
}
.blockitems h3 a, .blockitems h3 a:hover
{
	text-decoration:none;
	color:#fff;
}
.blockitems h3 a:hover
{
	text-decoration:underline;
	color:#fee87f;
}


#carusel
{
position:absolute;
z-index:5;
width:320px;
height:120px;
top:15px;
left:23%;
overflow:hidden;
}
.caruselitem h4.head, .caruselitem  h4.head a, .caruselitem  h4.head a:hover
{
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
font-weight:normal;
text-decoration:underline;
color:#ff6e16;
margin:0px;
padding:0px;
margin-bottom:4px;
padding-left:105px;
}
.caruselitem h4.head a, .caruselitem  h4.head a:hover
{margin:0px;
padding:0px;
}
.caruselitem h4.head a:hover
{color:#de0303;
}
.caruselitem .textbl
{font: 10px Tahoma;
color: #000;
margin:0px;
padding:0px;
margin-bottom:2px;
padding-left:105px;
}
.caruselitem h2.inline, .caruselitem h3.inline, .caruselitem h4.inline
{
	font: normal 10px tahoma;
	color: #000; display:inline; padding:0px; margin:0px;
}
.caruselitem .buy
{margin:0px;
padding:0px;
}
.caruselitem .buy a, .caruselitem .buy a:hover
{
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight:normal;
text-decoration:underline;
color:#000;
}
.caruselitem .buy a:hover
{color:#ff6e16;
}

.newsitem
{	margin-left:10px;
	margin-right:30px;
	margin-top:15px;
}
.newsitem a, .newsitem a:hover, .newsitem a span, .newsitem a:hover span
{
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
font-weight:normal;
text-decoration:normal;
color:#d13600;
background:url("graphics/li.gif") no-repeat left 3px;
}
.newsitem a span, .newsitem a:hover span
{padding-left:9px;
background:none;
}
.newsitem a:hover span, .newsitem a:hover
{color:#fff;
}
.newsitem p
{margin:0px;
padding:0px;
margin-top:3px;
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
font-weight:normal;
color:#000;
}
.history, .history a, .history a:hover
{font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight:normal;
color:#5e2222;
}
.history a:hover
{
color:#fff;
}

#rightcolumn .newsitem
{
	margin-left:30px;
	margin-right:10px;
	margin-top:15px;
}

.button2
{
	margin-top:3px;
	margin-bottom:5px;
}
.button2 a, .button2 a:hover {
	background: transparent url("graphics/but-bot-left1.gif") no-repeat left top;
	display: block;
	float: left;
	padding: 0px 0px 0px 25px;
	margin: 0px;
	text-decoration: none;
}
.button2 a:hover
{
	color: #000;
}
.button2 a span, .button2 a:hover span
{
	background: transparent url("graphics/but-bot-right.gif") no-repeat right top;
	color: #fff;
	padding: 4px 16px 4px 0px;
	font-weight: normal;
	line-height: 12px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: underline;
}
.button2 a:hover
{
background-position: 0% -20px;
}
.button2 a:hover span
{
background-position: 100% -20px;
color: #fee87f;
}

.button3
{
	margin-top:3px;
	margin-bottom:5px;
}
.button3 a, .button3 a:hover {
	background: transparent url("graphics/but-basket-left.gif") no-repeat left top;
	display: block;
	float: left;
	padding: 0px 0px 0px 25px;
	margin: 0px;
	text-decoration: none;
}
.button3 a:hover
{
	color: #000;
}
.button3 a span, .button3 a:hover span
{
	background: transparent url("graphics/but-basket-right.gif") no-repeat right top;
	color: #fff;
	padding: 4px 16px 5px 0px;
	font-weight: normal;
	line-height: 12px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: underline;
}
.button3 a:hover
{
background-position: 0% -21px;
}
.button3 a:hover span
{
background-position: 100% -21px;
color: #fee87f;
}

.bigitemA
{display:block;
float:left;
width:48%;
margin-right:15px;
}

.items
{position:relative;
margin-top:10px;
padding-bottom:10px;
}

.items .itemtitle
{
background:url("graphics/item-title.png") no-repeat left top;
padding-left:10px;
}
.items .itemtitle h2
{background:#9b4315;
font-family: Tahoma, Arial, sans-serif;
font-size: 16px;
font-weight:normal;
color:#fee87f;
margin:0px;
padding:15px 15px 13px 0px;
}
.items .itemtitle h2 a, .items .itemtitle h2 a:hover
{font-family: Tahoma, Arial, sans-serif;
font-size: 16px;
font-weight:normal;
color:#fee87f;
text-decoration:none;
}
.items .itemtitle h2 a:hover
{color:#ffdb33;
text-decoration:underline;
}
.items .itemcontent a
{	color:#000;
}
.items .itemcontent a:hover
{
	color:#fff;
}
.items .itemcontent
{padding:16px 12px 0px 12px;
background:#dc692c url("graphics/item-bottom.gif") no-repeat right bottom;
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
font-weight:normal;
color:#000;
}
.items form
{
margin:0px;
padding:0px;
}
.items .itemimg
{position:relative;
float:left;
width:145px;
height:130px;
}
.items .itemimg a img, .items .itemimg a:hover img
{
border:0px;
}
.items .smitemimg
{
position:relative;
float:left;
width:105px;
height:95px;
margin-top:10px;
}
.items .bigimg
{position:relative;
float:left;
width:215px;
padding-bottom:15px;
}
.items .bigimg .itemimg
{width:215px;
height:200px;
}
.items h3, .items h4
{
font-family: Tahoma, Arial, sans-serif;
font-size: 15px;
font-weight:bold;
color:#fee87f;
text-decoration:none;
}
.items h4
{color:#400000;font-weight:normal;
font-size: 14px;
}
.items .itemimg .itemimgcorner
{
position:absolute;
width:130px;
height:130px;
top:0px;
left:0px;
z-index:3;
background:url("graphics/image-cornerl.png") no-repeat left top;
}
.items .itemimg .corner-tl, .smitemimg .corner-tl
{
position:absolute;
width:10px;
height:9px;
top:0px;
left:0px;
z-index:3;
background:url("graphics/image-tl.png") no-repeat left top;
}
.items .itemimg .corner-tr, .smitemimg .corner-tr
{
position:absolute;
width:10px;
height:8px;
top:0px;
right:15px;
z-index:3;
background:url("graphics/image-tr.png") no-repeat left top;
}
.items .itemimg .corner-bl, .smitemimg .corner-bl
{
position:absolute;
width:8px;
height:9px;
bottom:0px;
left:0px;
z-index:3;
background:url("graphics/image-bl.png") no-repeat left top;
}
.items .itemimg .corner-br, .smitemimg .corner-br
{
position:absolute;
width:7px;
height:9px;
bottom:0px;
right:15px;
z-index:3;
background:url("graphics/image-br.png") no-repeat left top;
}
.smitemimg .corner-tr, .smitemimg .corner-br
{right:10px;
}
.items .itemimg .sale
{
position:absolute;
width:51px;
height:51px;
top:0px;
left:0px;
z-index:2;
background:url("graphics/sale.gif") no-repeat left top;
}
.items .itemimg .recomend
{
position:absolute;
width:79px;
height:14px;
bottom:0px;
right:15px;
z-index:2;
background:url("graphics/recomend.png") no-repeat left top;
}
.items .bigcomplectations
{
	width:100%;
}
.items .complectations
{	margin:0px;
	margin-top:7px;
	padding-bottom:7px;
	float:left;
	background:#b74e18 url("graphics/complect-bot.gif") no-repeat right bottom;
}
.items .bigcomplectations .complectations
{
	float:none;
	margin-left:215px;
	margin-bottom:7px;
}
.items .bigcomplectations .complectations2
{
	float:none;
	margin-left:0px;
	margin-bottom:7px;
}
.items .complectations ul
{margin:0px;
padding:7px;
padding-bottom:0px;background:#b74e18 url("graphics/complect-top.gif") no-repeat left top;list-style:none;
}
.items .complectations label
{color:#fee87f;
font-size: 13px;
}
.items .complectations .hint
{font-size: 13px;
color:#fff;
}
.items .complectations .price
{
font-size: 14px;
font-weight:bold;
color:#fff;
}
.items .priceblock
{position:absolute;
width:131px;
height:17px;
bottom:10px;
left:0px;
z-index:4;
background:#9b4315 url("graphics/item-price.gif") no-repeat right top;
padding:3px 0 0 12px;
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
font-weight:normal;
color:#fff;
}
.items .price
{margin-top:7px;font-family: Tahoma, Arial, sans-serif;
font-size: 13px;
font-weight:normal;
color:#fee87f;
}
.items .tobasket
{
position:absolute;
width:158px;
height:20px;
bottom:13px;
right:15px;
z-index:4;
}
.bigitemA .items .rating
{font-family: Tahoma, Arial, sans-serif;
font-size: 13px;
font-weight:bold;
}
.bigitemA .items .rating .txt
{
float:left;
}
.bigitemA .items .rating .starsbg
{float:left;
width:108px;
height:18px;
background: url("graphics/starsbig.png") repeat-x left top;
}
.bigitemA .items .rating .stars
{
width:0px;
height:18px;
background: url("graphics/starsbig.png") repeat-x left top;
background-position:100% -18px;
}
.items .more
{
position:absolute;
width:105px;
height:20px;
bottom:13px;
right:183px;
z-index:4;
}
.items .more .button2 a, .items .more .button2 a:hover
{
	background: transparent url("graphics/but-bot-left2.gif") no-repeat left top;
}
.items .more .button2 a:hover
{
background-position: 0% -20px;
}
.searchblock
{	margin-top:15px;
	margin-left:20px;
}
.searchblock .button
{	margin-top:5px;
	margin-left:125px;
}
.filter_left
{background: transparent url("graphics/filter_left.png") no-repeat left top;
}
.filter_right
{
background: transparent url("graphics/filter_right.png") no-repeat left bottom;
}
.filter_table
{background: #813e27;
}
.filter_tablet
{padding-top:3px;
font-family: Tahoma, Arial, sans-serif;
font-size: 13px;
font-weight:normal;
color:#fee87f;
}
.filter_table
{
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
}
.cascade-loading
{
	background: transparent url("graphics/indicator.gif") no-repeat center;
}
.filter form
{margin:0px;
padding:0px;
margin-top:11px;
}
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {

}
.highslide:hover img {

}
.highslide-active-anchor img {

}
.highslide-gallery .highslide-active-anchor img {

	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}


#navcontainer_db {
        margin: 0;
        padding: 0;
}

#navcontainer_db ul {
	list-style: none;
        border: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
        font: bold 11px tahoma, verdana, lucida, sans-serif;
        color: #000;
}

#navcontainer_db ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0px;
        margin: 0px;
        margin-bottom:2px;
}

#navcontainer_db ul li a {
        background: #813e27;
        width: 15px;
        height: 12px;
        border: 1px solid #000;
        padding: 1px;
        margin: 0px;
        margin-left: 3px;
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
        font: normal 10px tahoma, verdana, lucida, sans-serif;
}

#navcontainer_db ul li a:hover {
        color: #fee87f;
        background: #5e2222;
        border: 1px solid #fee87f;
}

#navcontainer_db a:active {
        background: #de0303;
        color: #fff;
        border: 1px solid #fff;
}

#navcontainer_db li#active a {
        color: #fff;
        background: #de0303;
        border: 1px solid #fff;
}

.textcontent
{	font: normal 11px tahoma, verdana, lucida, sans-serif;
	color: #000;
}
.textcontent h5
{	font: bold 14px tahoma, verdana, lucida, sans-serif;
	color: #de0303;
}
.textcontent h4.inline, .textcontent h1.inline, .textcontent h2.inline, .textcontent h3.inline
{
	font: normal 11px tahoma, verdana, lucida, sans-serif;
	color: #000; display:inline; padding:0px; margin:0px;
}


.basketv td
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color:#3E1F00;
}
.basketv td a, .basketv td a:hover
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:underline;
	color:#5e2222;
}
.basketv td a:hover
{
	text-decoration:none;
	color:#FD6500;
}
.basketv td small, .basketv td small a, .basketv td small a:hover
{
	font-size: 10px;
}
.basketv td a.cat, .basketv td a.cat:hover
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
	color:#ffffff;
}
.basketv td a.cat:hover
{
	color:#321111;
}
.input
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.infoheader
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#de0303;
	padding:0px;
	margin:0px;
	margin-left:10px;
}
.infotext
{
	color: #5e2222;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}



.newsitembig
{
	margin-left:10px;
	margin-right:30px;
	margin-top:15px;
}
.newsitembig img
{
	float:left;
    margin-right:10px;
}
.newsitembig h1
{margin:0px;
padding:0px;
font-family: Tahoma, Arial, sans-serif;
font-size: 24px;
font-weight:normal;
text-decoration:normal;
color:#d13600;
margin-bottom:15px;
padding-bottom:0px;
}
.newsitembig a, .newsitembig a:hover, .newsitembig a h1, .newsitembig a:hover h1
{
font-family: Tahoma, Arial, sans-serif;
font-size: 16px;
font-weight:normal;
text-decoration:normal;
color:#d13600;
}
.newsitembig a:hover h1, .newsitembig a:hover
{
color:#fff;
}
.newsitembig .productdescr
{
margin:0px;
padding:0px;
margin-top:3px;
font-family: Tahoma, Arial, sans-serif;
font-size: 13px;
font-weight:normal;
color:#000;
}
.newsitembig .newsdata
{
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
font-weight:normal;
color:#CC5700;
}


h1.inline, h2.inline, h3.inline
{
	font: normal 11px tahoma, verdana, lucida, sans-serif;
	color: #000; display:inline; padding:0px; margin:0px;
}

#content
{	font: normal 14px tahoma, verdana, lucida, sans-serif;
}
#content h1.inline, #content h2.inline, #content h3.inline
{
	font: normal 14px tahoma, verdana, lucida, sans-serif;
	color: #000; display:inline; padding:0px; margin:0px;
}



.zanyatost
{
	position:relative;
	border: 2px solid #de0303;
}

.zanyatost table {
    border: 2px solid #de0303;
	border-collapse: collapse;
	font: normal 11px tahoma, verdana, lucida, sans-serif;
	color: #000;
}
.zanyatost th {
	background: #de0303;
	padding: 5px;
	border: 0px;
	border-right: 1px solid #de0303;
	border-left: 1px solid #de0303;
}
.zanyatost td {
    padding: 5px;
    border-right: 1px solid #de0303;
    border-left: 1px solid #de0303;
}
.zanyatost table.noborders
{
	border: 0px;
}
.zanyatost table.noborders td
{
	border: 0px;
}
form
{
	padding:0px;
	margin:0px;
}
.normalbut .button
{	margin-left:0px;
}
.Error2
{	font-weight:bold;
	color:#9F0000;
}
.banner
{	clear:both;
	margin:15px 0px 0px 10px;
}


#contentwrapperA
{
padding:25px 0px 0px 15px;
}
.items .complectations label .hint3
{
color:#220a02;
}
.items .complectations label .hintw
{
color:#fff;
}
.items .complectations label .hint2
{width:80px;
display:block;
float:left;
}
.items .complectations label .hint2 a
{
color:#fee87f;
font-size: 13px;
}
.items .complectations label .hint2 a:hover
{
color:#fff;
}
.items .complectations label .hint a
{
color:#000;
font-size: 13px;
}
.items .complectations label .hint a:hover
{
color:#3e3e3e;
}

.items .complectations label .hintr a
{
color:#9f004b;
font-size: 13px;
}
.items .complectations label .hintr a:hover
{
color:#ffa3a3;
}

.items .complectations label .hintg a
{
color:#00400b;
font-size: 13px;
}
.items .complectations label .hintg a:hover
{
color:#9cff92;
}

.items .complectations label .hinto a
{
color:#FF9B6A;
font-size: 13px;
}
.items .complectations label .hinto a:hover
{
color:#592D00;
}

.highslide-maincontent
{font: normal 12px tahoma, verdana, lucida, sans-serif;	color:#000;
}
.highslide-maincontent h2
{
font: normal 18px tahoma, verdana, lucida, sans-serif;	color:#000;
margin-top:0px;
}
.highslide-orange h2
{
color:#FF4D00;
}
.highslide-green h2
{
color:#008b10;
}
.highslide-red h2
{
color:#8b0000;
}
.highslide-redall h2
{
color:#F40006;
}
.highslide-redall
{
color:#8b0000;
}
.highslide-greenall h2
{
color:#008b10;
}
.highslide-greenall
{
color:#004000;
}
.items .itemtitle
{
background:url("graphics/item-title.png") no-repeat left top;
padding-left:10px;
}
.items .itemtitle h3
{
background:#9b4315;
font-family: Tahoma, Arial, sans-serif;
font-size: 14px;
font-weight:normal;
color:#fee87f;
margin:0px;
padding:5px 15px 4px 0;
}
.bigitemA .itemcontent
{
padding:10px 12px 0px 12px;
}
a.allergen
{font: bold 14px tahoma, verdana, lucida, sans-serif; color:#BF0005;
margin-top:0px;
text-decoration:none;
}
a.allergen:hover
{
font: bold 14px tahoma, verdana, lucida, sans-serif; color:#000;
margin-top:0px;
text-decoration:underline;
}
a.hallergen
{
font: bold 14px tahoma, verdana, lucida, sans-serif; color:#004000;
margin-top:0px;
text-decoration:none;
}
a.hallergen:hover
{
font: bold 14px tahoma, verdana, lucida, sans-serif; color:#000;
margin-top:0px;
text-decoration:underline;
}

.ingredient, .ingredient:hover
{
font: bold 14px tahoma, verdana, lucida, sans-serif; color:#0079CA;
text-decoration:none;
border-bottom:1px dotted #FFE006;
}
.ingredient:hover
{
color:#069BFF;
border-bottom:1px dotted #FFAE06;
}

.bigitemA .items .complectations2
{
	background:#ca581c url("graphics/complecta-bot.gif") no-repeat right bottom;
}
.bigitemA .items .complectations2 ul
{
background:#ca581c url("graphics/complecta-top.gif") no-repeat left top;
}
.inglist
{font-size: 10px;
}
.inglist sup
{
font-size: 8px;
}
