body 
{
    font-family: sans-serif;
    font-size:10px;
    background: url("../images/body_bg.gif") repeat-x #E8F1F9;
    padding: 0;
    margin:0;
    height: 100%;
}

html, body {
    height: 100%;
}

h1
{
    font-size:16px;
    color: #000000;
    margin:0;
}

h2
{
    font-size:15px;
    color: #000000;
    margin:0;
}

h3
{
    font-size:14px;
    color: #000000;
    margin:0;
}

h4
{
    font-size:13px;
    color: #000000;
    margin:0;
}

h5
{
    font-size:12px;
    color: #000000;
    margin:0;
}

h6
{
    font-size:11px;
    color: #000000;
    margin:0;
}

ul, ol, p, li, span, address, a, img
{
    margin:0;
    padding:0;
}

img
{
    border:none;
}

a
{
    text-decoration:underline;
    color: #8B2F50;
}

a:hover
{
    text-decoration:none;
}

table, tr, td, th
{
    border-color:#D6D6D6;
    border-style:solid;
    border-width:1px;
    border-collapse:collapse;
    margin:0;
    padding:0;
}

fieldset, form
{
    border:none;
    margin:0;
    padding:0;
}

.clear {
	clear: both;
}

/*******************************************************************************************************/

/* Print only */
#PrintBox
{
    display: none;
}

#shell
{
    width:100%;
    min-height:100%;
    height:100%;
    position: relative;
}

body > #shell
{
    height:auto;
}

#page
{
    height:100%;
    background: url("../images/page_bg.jpg") no-repeat;
    width:983px;
    margin:0 auto;
    padding:0 0 170px 0;
}

#main
{
    position: relative;
    width:903px;
    margin:0 auto;
    min-height:200px;
}

/* HLAVICKA */
#head
{
    position: relative;
    height:125px
}
/* hlavicka - HORNI MENU */
#menu_top
{
    position: absolute;
    display: none;
}

#menu_top li
{
    float: left;
}

/* hlavicka - HORNI BOX */
#top_box
{
    position: absolute;
    right:17px;
    top:9px;
    width:35%;
}

#top_box #user_top
{
    color: #FFF;
    font-size: 12px;
    margin:0 10px 0 0;
    float: left;
    display: block;
   width:40%;
}

#top_box #basket_top
{
   float: right;
   width:50%;
   display: block;
}

#top_box #basket_top a
{
    padding:0 90px 0 0;
    text-decoration: none;
    color: #FFF;
    background:url("../images/baskettop_bg.gif") right no-repeat;
    font-size: 12px;
    display: block;
    float: right;
}

#top_box a:hover
{
    text-decoration: none;
    color: #CCDBEA !important;
}

/* hlavicka - LOGO */
#logo
{
    left:147px;
    top:60px;
    margin:0;
    padding:0;
    position:absolute;
    width:221px;
    height:66px;
    overflow:hidden;
}

#logo span
{
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
    width:221px;
    height:66px;
    margin:0;
    padding:0;
    background:url("../images/head_h1.gif") top left no-repeat;
}

/* hlavicka - VYHLEDAVANi */
#search_form
{
    position: absolute;
    left:430px;
    top:104px;
}

#search_form input
{
    vertical-align: middle;
    width:148px;
    border:1px solid #A36283;
    font-size: 12px;
    margin:0 6px 0 0;
}

#search_form input.button
{
    width:70px;
    background:url("../images/search_button.gif") #872E4F no-repeat;
    font-size: 14px;
    color: #FFF;
    padding:1px 0;
    border:none;
    cursor:pointer;
}

/* OBSAH LEVA */
#content_left
{
    float: left;
    width:193px;
    position: relative;
}

#content_left #menu_change
{
    margin:0;
    padding:0;
    position:relative;
    width:193px;
    height:32px;
    overflow:hidden;
}

#content_left #menu_change  span
{
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
    width:193px;
    height:32px;
    margin:0;
    padding:0;
    background:url("../images/ch_menu.gif") top left no-repeat;
}

#content_left #dog_size
{
    background:url("../images/dogselect_bg.gif") top left repeat-x;
    padding:10px 6px 11px 6px;
}

#content_left #dog_size li
{
    display: inline;
    font-size: 12px;
    color: #FFF;
    margin:0 3px;
}

#content_left #dog_size li a
{
    font-size: 12px;
    color: #FFF;
    
}

#content_left #menu_left
{
    padding:0 0 7px 0;
    background:url("../images/menuleft_bottom.gif") no-repeat bottom;
}

#content_left #menu_left li
{
    list-style-type: none;
    background:url("../images/menuleft_li.gif") repeat-y;
}

#content_left #menu_left li.special
{
    list-style-type: none;
    background: #8B2F50;
}

#content_left #menu_left li a
{
    font-size: 12px;
    color: #E8F1F9;
    text-decoration: none;
    padding:4px 0 4px 12px;
    display: block;
}

#content_left #menu_left li.special a
{
    padding:10px 0 11px 12px;
}

#content_left #menu_left li.selected a
{
    color: #562438;
    background:url("../images/menu_hover.gif") no-repeat 0 50%;
}

#content_left #menu_left li a:hover
{
    color: #8E3557;
    background:url("../images/menu_selected.gif") #FFF no-repeat 0 50%;
}

#content_left #menu_left li ul
{
    padding:0 1px 0 11px;
    background: #FFF;
}

#content_left #menu_left li li
{
    border:none;
    background:#EEF4FA;
    border-bottom:1px solid #DBE7F1;
}

#content_left #menu_left li li.odd
{
    border:none;
    background:#FFFFFF;
    border-bottom:1px solid #E8EEF5;
}

#content_left #menu_left li li a
{
    font-size: 11px;
    color: #4A1A2C;
}

/* LEVA - Novinky */
#content_left #home_news
{
    padding:0 0 2px 0;
    background:url("../images/home_news_bottom.jpg") #CADBEB no-repeat bottom;
}

#content_left #home_news .inner
{
    margin:7px 0 0 0;
    padding:0 15px 10px 15px;
    background:url("../images/home_news_bg.jpg") no-repeat;
    font-size: 11px;
    color: #4A1A2C;
}

#content_left #home_news .inner h2
{
    text-align: right;
    color: #944A6B;
    margin:9px -6px 10px 0;
    float: right;
}

#content_left #home_news .news_item
{
    clear: right;
    margin:10px 0 5px 0;
    text-align: justify;
}

/* OBSAH PRAVA */
#content_right
{
    top:75px;
    position: relative;
    float: right;
    width:230px;
}

#content_right #customer_box
{
    padding:28px 6px 6px 6px;
    position: relative;
    background:url("../images/login_bg.gif") no-repeat;
}

#content_right #customer_box ul
{
    list-style-type: none;
}

#content_right #customer_box a
{
    font-size: 12px;
    color: #FFF;
}

#content_right #login_form #login_change
{
    margin:0;
    padding:0;
    top:5px;
    right:16px;
    position:absolute;
    width:139px;
    height:17px;
    overflow:hidden;
}

#content_right #login_form #login_change  span
{
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
    width:139px;
    height:17px;
    margin:0;
    padding:0;
    background:url("../images/ch_login.gif") top left no-repeat;
}

#content_right #login_form label
{
    font-size: 11px;
    color: #FFF;
    text-align: right;
    width:42px;
    margin:2px 11px 0 0;
    float: left;
}

#content_right #login_form input
{
    margin:0 0 9px 0;
    width:153px;
    border:1px solid #89576B;
    float: left;
}

#content_right #login_form a.reg
{
    font-size: 12px;
    color: #FFF;
    float: left;
}

#content_right #login_form input.button
{
    float: right;
    height:21px;
    color: #FFF;
    width:79px;
    border:none;
    background:url("../images/login_button.gif")  no-repeat;
}


/* photo_inner (photo-select) */
#content_center .photo-select {
	width: 458px;
	margin-left: 8px;
}
#content_center .photo-inner {
	width: 200px;
	height: 175px;
	text-align: center;
	background: #e5eff7;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#content_center .photo-inner img {
	margin-top: 1px;
	border:0;
}
#content_center .photo-inner a {
	text-decoration: none;
}
#content_center .photo-inner a span {
	clear: both;
	display: block;
	height: 25px;
	line-height: 25px;
	text-decoration: underline;
}
#content_center .photo-inner a:hover span {
	text-decoration: none;
}



/* OBSAH STRED */
#content_center
{
    width:466px;
    float:left;
    top:32px;
    position: relative;
    margin:0 0 0 7px;
}

#content_center #menu
{
    height:36px;
    margin:0 0 7px 0;
}

#content_center #menu li
{
    list-style-type: none;
    float:left;
    padding: 10px 18px 10px 10px;
    background:url("../images/menu_li.gif") right 50% no-repeat;
}

#content_center #menu li.last
{
    background:none;
}

#content_center #menu li a
{
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
}

#content_center #menu li a:hover
{
    text-decoration: underline;
}

#content_center #product_box
{
    margin:5px 0 0 0;
    padding:0 0 4px 0;
    background: url("../images/productbox_bottom.gif") #FFF no-repeat bottom;
}

#content_center #product_box_in
{
    _height:1px;
    padding:11px 8px;
    background: url("../images/productbox_top.gif") #FFF no-repeat top;
    position: relative;
}

#content_center #product_box_in h1
{
    color: #602C42;
    font-size: 24px;
}

#content_center #product_box_in h2
{
    color: #602C42;
    font-size: 16px;
    margin:10px 0 5px 0;
}

#content_center #product_box_in #category_description
{
    padding: 5px;
    background-color: #CEDFEF;
    border-color:#B3CEE9;
    color:#4A1A2C;
    font-size: 12px;
}

#content_center #product_box_in #catalog_producers
{
    margin:15px 3px;
}

#content_center #product_box_in #catalog_producers a
{
    padding: 4px 8px;
    border:1px solid #602C42;
    background-color: #E983AA;
    text-decoration: none;
    color: #602C42;
}

#content_center #product_box_in #catalog_producers a:hover {
    background-color: #C15F85;
}

#content_center #product_box #recommend_change
{
    margin:0;
    padding:0;
    position:absolute;
    width:118px;
    height:16px;
    overflow:hidden;
    right:16px;
}

#content_center #product_box #recommend_change  span
{
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
    width:118px;
    height:16px;
    margin:0;
    padding:0;
    background:url("../images/ch_recommend.gif") top left no-repeat;
}

#content_center .product_item
{
    margin:10px 0;
    float: left;
    width:218px;
    position: relative;
}

#content_center .product_item .new_badge
{
    position: absolute;
    right:9px;
    top:0;
}

#content_center .product_item.left
{
    margin-right:14px;
}

#content_center .product_item img
{
    margin:0 0 0 9px;
}

#content_center .product_item h3 a
{
    font-size: 12px;
    color: #E983AA;
    margin:0 0 0 9px;
}

#content_center .product_item h3 strong
{
    font-size: 11px;
    color: #FF5555;
}

#content_center .product_item p
{
    font-size: 11px;
    color: #63768A;
    margin:0 0 0 9px;
}

#content_center .product_item .price_box
{
    margin:10px 0 0 0;
    background: url("../images/pricebox_bg.gif") no-repeat;
    padding:9px 6px 6px 9px;
    position: relative;
}


#content_center .product_item .price_box span.price_with
{
    font-size: 11px;
    color: #4A1A2C;
}

#content_center .product_item .price_box span.price_with strong
{
    font-size: 14px;
    color: #E983AA;
}

#content_center .product_item .price_box span.price_without
{
    font-size: 10px;
    color: #BB547C;
}

#content_center .product_item .price_box a
{
    padding:3px 4px 2px 25px;
    top:5px;
    right:7px;
    position: absolute;
    font-size: 14px;
    color: #E8F1F9;
    text-decoration: none;
    background: url("../images/productitem_button.gif") #872E4F no-repeat;
}

/* Detail produkut */
#content_center #product_detail {
    background-color: #FFF;
    padding: 10px;
}

#content_center #product_detail h1 {
    color: #E983AA;
}

#content_center #product_detail h2 {
    font-weight: normal;
    margin:5px 0;
}

#content_center #product_detail h3 {
    font-weight: normal;
    margin:0 0 10px 0;
}

#content_center #product_detail img {
    border:2px solid #E983AA;
    padding:3px;
    float: left;
    margin:0 10px 0 0;
}

#content_center #product_detail a:hover img {
    border:2px solid #8F3759;
}

#content_center #product_detail p {
    font-size: 11px;
    color: #63768A;
}

#content_center #product_detail .price_box
{
    margin:10px 0 0 0;
    background: url("../images/pricebox_bg.gif") no-repeat;
    padding:9px 6px 6px 9px;
    position: relative;
}

#content_center #product_detail .price_box input
{
    position: absolute;
    left:125px;
    top:5px;
}

#content_center #product_detail .price_box span.price_with
{
    font-size: 11px;
    color: #4A1A2C;
}

#content_center #product_detail .price_box span.price_with strong
{
    font-size: 14px;
    color: #E983AA;
}

#content_center #product_detail .price_box span.price_without
{
    font-size: 10px;
    color: #BB547C;
}

#content_center #product_detail .price_box a
{
    padding:3px 4px 2px 25px;
    top:17px;
    right:7px;
    position: absolute;
    font-size: 14px;
    color: #E8F1F9;
    text-decoration: none;
    background: url("../images/productitem_button.gif") #872E4F no-repeat;
}

/* Kosik */
#cart_notice {
    width:100%;
    z-index: 100;
    position: fixed;
    top:0;
    text-align: center;
    left:0;
    font-size: 12px;
    padding:10px;
    color: #FFF;
    background-color: #A2395A;
    border:1px solid #9B3452;
}

#hover_basket {
    position: absolute;
    z-index: 100;
    text-align: center;
    top:20px;
    right:0;
    font-size: 12px;
    padding:5px 10px;
    color: #FFF;
    background-color: #BB547C;
    border:1px solid #9B3452;
    text-align: left;
}

#hover_basket ul li {
    list-style-type: none;
    margin:5px 0;
}

#hover_basket a {
    background:none !important;
    padding:0 !important;
    margin:0 !important;
}

/* Kosik detail */
#basket_detail {
    padding: 10px;
    background-color: #FFF;
}

#basket_detail table {
    width:100%;
    font-size: 11px;
}

#basket_detail table a{
    color: #4A1A2C;
}

#basket_detail table th {
    padding:5px;
    background-color: #8E3557;
    color: #FFF;
    border:none;
}

#basket_detail table td{
    border:none;
    padding:5px;
}

#basket_detail table tr.even td{
    background-color: #EEF4FA;
}

#basket_detail table tr.odd td{
    background-color: #FFFFFF;
}

#basket_detail table tr.final td{
    background-color: #8E3557;
    color: #FFF;
    font-weight: bold;
}

#cart_actions {
    font-size: 11px;
}

.facebook {
	position: relative;
	width:100%;
	height:100px;
	padding: 0px;
	display: block;
	border: none;
	margin: 0 auto;
}

/* PATICKA */
#footer
{
    height:74px;
    background: url("../images/footer_bg.gif") repeat-x bottom;
    position: absolute;
    bottom:0;
    overflow: hidden;
    width:100%;
    z-index: 1;
}

#footer_in
{
    background: url("../images/footerin_bg.gif") no-repeat bottom;
    width:933px;
    height:45px;
    margin:30px auto 0 auto;
}

#footer #menu_bottom
{
    float: left;
    margin:16px 0 0 0;
}

#footer #menu_bottom li
{
    float: left;
    font-size: 11px;
    color: #8E3557;
    list-style-type: none;
    margin:0 5px;
}

#footer #menu_bottom li a
{
    font-size: 11px;
    color: #FFFFFF;
}

#footer #relization
{
    font-size: 11px;
    color: #4A1A2C;
    float: left;
    margin:16px 0 0 255px;
}

#footer #relization span.none-link
{
	display: none;
}

#footer #relization a
{
    font-size: 11px;
    color: #FFFFFF;
}

#footer #copy
{
    font-size: 11px;
    color: #4A1A2C;
    float: right;
    margin:16px 0 0 0;
}

#footer #copy em
{
    font-size: 11px;
    color: #FFFFFF;
    font-style: normal;
}

/*******************************************************************************************************/

.correct
{
    clear: both;
    width: 1px;
    height: 1px;
    visibility: hidden;
    _display: inline;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.t_center {
    text-align: center;
}

.t_right {
    text-align: right;
}

.text_page {
    padding: 10px;
    background-color: #FFF;
}

.text_page address{
    font-size: 11px;
    font-style: normal;
}

.text_page h1{
    color: #602C42;
}

.text_page h2{
    color: #C26388;
    margin:15px 0 0 0;
}

.text_page p{
    font-size: 11px;
    padding:5px;
}

.text_page ul{
    font-size: 11px;
    padding:5px 0 5px 20px;
}

#notice {
    padding: 5px;
    border:1px solid #C55C84;
    background-color: #E983AA;
    font-size: 16px;
    color: #FFFFFF;
}

/* Drobek */
#drobek {
    margin: 0  0 10px 0;
    color: #E983AA;
    font-size: 11px;
}

#drobek a{
    color: #8F3759;
    margin:0 5px;
}

#drobek span{
    color: #E983AA;
    margin:0 5px;
}

/* Strankovani */
.pagination  {
    margin:5px 3px 5px 3px;
}

.pagination span, .pagination a {
    padding: 4px 8px;
    border:1px solid #602C42;
    background-color: #E983AA;
}

.pagination span {
    color: #FFF;
}

.pagination a {
    text-decoration: none;
    color: #602C42;
}

.pagination a:hover, .pagination span.current {
    background-color: #C15F85;
}

/* Objednavka */
form#checkout {
    background-color: #F0B0C8;
    padding:10px;
    margin:10px;
    border:1px solid #B65274;
}

form#checkout legend span {
    font-size: 14px;
    color: #662A43;
}

form#checkout p label{
    width:80px;
    float: left;
    text-align: right;
    margin:5px 10px 0 0;
    font-size: 11px;
}

form#checkout p {
    margin:5px 0;
}

form#checkout table {
    width:100%;
    font-size: 11px;
}

form#checkout table a{
    color: #00A651;
}

form#checkout table th {
    padding:5px;
    background-color: #C0E9D4;
    color: #000;
    border:none;
}

form#checkout table td{
    border:none;
    padding:5px;
    background-color: #FFFADB;
}

form#checkout table tr.even td{
    background-color: #EEF4FA;
}

form#checkout table tr.odd td{
    background-color: #FFFFFF;
}

form#checkout table tr.final td{
    background-color: #C0E9D4;
    color: #000;
    font-weight: bold;
}

form#checkout #cart_actions{
    margin:0 0 0 10px;
}

form#checkout #cart_actions a{
    color: #00A651;
}

form#checkout #cart_actions p {
    margin:0;
}

form#checkout a.more {
    margin:5px 0 0 0;
    font-size: 11px;
}

/* Objednavka */
form#checkout {
    background-color: #F0B0C8;
    padding:10px;
    margin:10px;
    border:1px solid #B65274;
}

form#checkout legend span {
    font-size: 14px;
    color: #662A43;
}

form#checkout p {
    font-size: 12px;
}

form#checkout p label{
    width:80px;
    float: left;
    text-align: right;
    margin:0 10px 0 0;
}

form#checkout table {
    width:100%;
    font-size: 11px;
    border:0;
}

form#checkout table a{
    color: #FFF;
}

form#checkout table th {
    padding:5px;
    background-color: #C36489;
    color: #000;
    border:0;
}

form#checkout table tr {
    border:0;
}

form#checkout table td{
    border:0;
    padding:5px;
    background-color: #CCDDED;
}

form#checkout table tr.even td{
    background-color: #E983AA;
}

form#checkout table tr.odd td{
    background-color: #FFFFFF;
}

form#checkout table tr.final td{
    background-color: #C36489;
    color: #000;
    font-weight: bold;
}

form#checkout #cart_actions{
    margin:0 0 0 10px;
}

form#checkout #cart_actions a{
    color: #00A651;
}

form#checkout #cart_actions p {
    margin:0;
}

/* Zakaznik */ 
table#customer_table {
    width:100%;
    margin:10px 0 0 0;
    font-size: 11px;
}
table#customer_table tr {
    border:none;
}

table#customer_table th {
    padding:5px;
    background-color: #C36489;
    color: #000;
    border:none;
}

table#customer_table td{
    border:none;
    padding:5px;
    background-color: #CCDDED;
}

table#customer_table tr.even td{
    background-color: #E983AA;
}

table#customer_table tr.odd td{
    background-color: #FFFFFF;
}

.errorExplanation {
    border:1px solid #FF5555;
    background-color: #FFDDDD;
    padding: 10px 30px;
    margin:10px 0;
}

.errorExplanation p{
    display: none;
}

.errorExplanation ul li{
    background:none !important;
    color: #FF5555 !important;
    list-style-type: disc !important;
    padding:0 !important;
}

#nove_produkty {
	 margin-top: 10px;
    background-color: #BB547C;
}

#nove_produkty h2{
    text-align: right;
    color: #FFF;
    margin:5px 10px 0px 0;
    float: right;
}

#nove_produkty .product_item
{
    margin:10px 0 10px 6px;
    float: left;
    width:218px;
    position: relative;
}

#nove_produkty .product_item .new_badge
{
    position: absolute;
    right:9px;
    top:0;
}

#nove_produkty .product_item.left
{
    margin-right:14px;
}

#nove_produkty .product_item img
{
    margin:0 0 0 9px;
}

#nove_produkty .product_item h3 a
{
    font-size: 12px;
    color: #FFF;
    margin:0 0 0 9px;
}

#nove_produkty .product_item h3 strong
{
    font-size: 11px;
    color: #FFF;
}

#nove_produkty .product_item p
{
    font-size: 11px;
    color: #E8F1F9;
    margin:0 0 0 9px;
}

#nove_produkty .product_item .price_box
{
    margin:10px 0 0 0;
    background:  #D985AA no-repeat;
    padding:9px 6px 6px 9px;
    position: relative;
}


#nove_produkty .product_item .price_box span.price_with
{
    font-size: 11px;
    color: #4A1A2C;
}

#nove_produkty .product_item .price_box span.price_with strong
{
    font-size: 14px;
    color: #FFF;
}

#nove_produkty .product_item .price_box span.price_without
{
    font-size: 10px;
    color: #BB547C;
}

#nove_produkty .product_item .price_box a
{
    padding:3px 4px 2px 25px;
    top:5px;
    right:7px;
    position: absolute;
    font-size: 14px;
    color: #E8F1F9;
    text-decoration: none;
    background: url("../images/productitem_button.gif") #872E4F no-repeat;
}

#home_text_box {
    background-color: #CADBEB;
    padding:10px;
    
}