body  {
    font-size: 70%;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    color:#666666;
    margin: 0;
    padding: 0;
    background: #fff url(/images/body-bg.jpg) repeat-x left top;
    vertical-align: top;
    text-align: center;
    height: 100%;
}



p, h1, h2, h3, h4, h5, h6, ul, ol, li, hr, form, fieldset, legend, table, theah, tbody, blockquote {
    margin: 0;
    padding: 0;
}

.no_padding{
        _margin-bottom: -14px;
}

a, a:link, a:active  {
    text-decoration: underline;
    color:#006633;
}

a:visited {
    color:#006600
}

a:hover {
    color:#333333;
}

a img {
    border: 0;
}

table {
    font-size: 100%;
}
/*
ul {
    list-style-type: none;
}
*/
h1, h2, h3, #logo, #application-menu a, #application-menu strong, .visual, #promo blockquote {
    position: relative;
}

h1 span, h2 span, h3 span, #application-menu span, .visual span, #promo blockquote span, .help-info span, .help-infow span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 100%;
}

.hidden {
    display: none;
}

.break {
    display: block;
}

.screen-hide {
    position: absolute;
      overflow: hidden;
      width: 0;
      height: 0;
}

.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    display: block;
    overflow: hidden;
}

/*--- input, button, select, textarea ---*/

input, select, button {
    vertical-align: middle;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 11px;
    color:#003399;
}

input {
    height: 15px;
    padding-top: 2px;
    padding-left: 2px;
    border: 1px solid #B3B3B3;
    margin-right: 2px;
    /*background: #fff url(/images/input-bg.gif) no-repeat left top;*/
}

textarea {
    border: 1px solid #B3B3B3;
    background: #fff /*url(/images/textarea-bg.gif) no-repeat left top*/;
}

input.button, input[type="file"] {
    height: 30px;
    padding: 0 10px 0 10px;
    /*color: #fff;
    font-weight: bold;
    font-size: 12px;
    border: 0;
    background: #999 url(/images/button.gif) no-repeat left top;
    color:#050;*/
    font: 12px  bold 84% 'trebuchet ms',helvetica,sans-serif;
    background-color:#ddd;
    border: 1px solid;
	border-color: #696 #363 #363 #696;
    cursor: pointer;
}

/*---  |Table styling| on the contact page ---*/
#obsah table {
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #B5B4B4;
    color: #333;
    text-align: left;
}

#obsah th {
    border: 0;
    border-top: 2px solid #B5B4B4;
    border-bottom: 2px solid #B5B4B4;
    padding: 9px 12px 9px 12px;
}

#obsah td {
    border: 0;
    border-bottom: 1px solid #B5B4B4;
    padding: 4px 12px 4px 12px;
}

#obsah th.silver {
    padding: 8px 12px 8px 12px;
    font-weight: bold;
    color: #999;
    border-top: 0px solid #B5B4B4;
    text-align:center;
}

#obsah td.txt {
    text-align:center;
}

#obsah th.gray1{
    background-color: #E8E8E8;
}

#obsah th.gray2{
    background-color: #F7F7F7;
}
/*---  end |Table styling| on the contact page ---*/
#container {
    position: relative;
    width: 982px;
    max-width: 970px;
    padding: 0 6px 0 6px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    z-index: 10;
    background: url(/images/page-bg-middle.gif) repeat-y left top;
}

#bck-login-page {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
      width: 982px;
     height: 630px;
    z-index: -1;
}

#bck-login-page {
    background: url(/images/page-bg-middle-login.gif) no-repeat left top;
}

#stin-start, #stin-end {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
      width: 982px;
     height: 630px;
    z-index: -1;
}

#stin-start {
    background: url(/images/page-bg-start.gif) no-repeat left top;
}

#stin-end {
    top: auto;
    bottom: -120px;
    height:250px;
     background: #fff url(/images/page-bg-end.gif) no-repeat left top;
    z-index: 1;
}

body, #stin-start {
    background-position: 0 -222px;
}
#stin-end {
    height: 330px;
}
#small #stin-start {
    background: url(/images/page-small-bg-start.gif) no-repeat 0 -250px;
}
#small #stin-end {
     background: #fff url(/images/page-small-bg-end.gif) no-repeat left top;
    height: 330px;
}

/*--- gradient image behind the logo section ---*/
#header {
    position: relative;
    width: 970px;
    height: 90px;
    background: url(/images/header-bg.jpg) no-repeat left top;
}

/*--- Dog Breeds main - top left ---*/

#logo {
    position: relative;
    top: 17px;
    left: 26px;
    display: block;
    width: 250px;
    height: 51px;
    line-height: 51px;
    font-size: 22px;
    overflow: hidden;
    color:#000099;
}

#logo a {
    color:#000099;
}

#logo strong {
    font-weight: normal;
}

#logo span {
    position: absolute;
    display: none;
    background-position: left top;
    width: 100%;
    height: 100%;
    margin-left:70px;
}

/*****************************/
/*####### Search Bar ########*/

#utilities {
    position: absolute;
    right: 16px;
    top: 0;
    width: 650px;
    text-align: right;
}

#utilities a {
    display: block;
    float: right;
    padding: 12px 12px 7px 12px;
    background: url(/images/header-links-sep.gif) no-repeat right top;
}

#utilities a, #utilities a:visited {
    color: #666;
}

#utilities a:hover {
    color: #000;
}

#util-navigation {
    float: right;
    width: 350px;
    margin-right: 12px;
}

#utilities form {
    float: right;
    padding-top: 10px;
}

#utilities form text {
    color:#FF0000;
}

#utilities .button {
    margin-left: 9px;
}

/*--- Top Menu tabs ---*/

#application-menu {
    position: absolute;
    right: 16px;
    top: 0;
    width: 550px;
    height: 90px;
}

#application-menu ul {
    position: absolute;
    bottom: 0;
    right: 0;
}

#application-menu li {
    float: left;
}

#application-menu a, #application-menu strong {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 16px;
    text-decoration: none;
    background: url(/images/tab.gif) no-repeat left bottom;
    color:#006633;
}

#application-menu strong {
    color: #000;
    font-weight: normal;
    background-image: url(/images/tab-active.gif);
}

#application-menu a:visited {
    color:#006633;
}

#application-menu a:hover {
    margin-top: -10px;
    height: 42px;
    line-height: 42px;
    color: #000;
    background-position: left top;
}

#container #application-menu span {
    right: 0;
    left: auto;
    background-image: url(/images/tab-end.gif);
    background-position: right bottom;
}

* html #container #application-menu span {
    right: -1px;
}

#container #application-menu a:hover span {
    background-position: right top;
}

/*--- Menu Space ---*/

#menu-space {
    width: 970px;
    border-top:solid 1px #dcdbdb;
	background: url(/images/nav-grey-grad-bg.png) /*#DE322E*/ no-repeat right center;
}

#menu-space span {
    display: block;
    float: left;
    width: 29em;
    height: 35px;
    text-transform: uppercase;
    font-weight: bold;
}

#navigation-primary {
    position: absolute;
    top: 91px;
    left: 6px;
    width: 970px;
    margin-top: 0px;
    z-index: 1000;
	background: url(/images/nav-grey-grad-bg.png) /*#DE322E*/ repeat-x right bottom;
	/*border-bottom: 2px solid #CCCCCC;*/
}

#navigation-primary li {
    position: relative;
    float: left;
    color: #333;
    font-size: 110%;
    /*background: url(/images/menu-sep.gif) /*#DE322E no-repeat right center;*/
	background: url(/images/menu-sep-dotted.png) /*#DE322E*/ no-repeat right center; 
    line-height: 100%;
}

#navigation-primary li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 11px 11px 11px 11px;
    /*border-bottom: 1px solid #fff;
	border-right: 1px dotted #CCCCCC;*/
}

#navigation-primary li a:hover {
    color: #fff;
    /*text-decoration: underline;*/
	background: url(/images/nav-bg-hover.png) /*#456AB0*/ repeat-x right top;
	border-bottom: 0px solid #fff;
	padding: 11px 11px 11px 11px;
}

#navigation-primary li li a:hover {
    color: black;
    text-decoration: none;
}

#navigation-primary ul {
    width: 190px;
    margin: 0;
	background: url(/images/nav-grey-grad-bg.png) /*#DE322E*/ no-repeat right center;
}

#navigation-primary ul li {
    position: relative;
    padding: 0;
    float: none !important;
    line-height: 105% !important;
}

#navigation-primary li li {
    font-size: 100%;
}

body.home li#navigation-primary-home a,
body.search_breeder li#navigation-primary-search_breeder a,
body.news li#navigation-primary-news a,
body.download li#navigation-primary-download a,
body.useful-links li#navigation-primary-useful-links a,
body.hints-and-tips li#navigation-primary-hints-and-tips a,
body.faq li#navigation-primary-faq a
{
	background: url(/images/nav-bg-hover.png) /*#456AB0*/ repeat-x right top;
	padding: 12px 11px 11px 11px;
	border-bottom: 0px solid #fff;
	color: #fff;
}


#navigation-primary div {
    position: absolute;
    top: 31px;
    left: -1px;
}

#navigation-primary div div {
    top: auto;
    left: 190px;
    margin-top: -2.15em;
}

#nav-container{
	border: 4px solid black;
}

.menuLeft div div {
  margin-left: -380px;
}

/* Login btn and welcome msg */

#breeder-menu {
    position: absolute;
    top: 91px;
    right: 9px;
    margin-top: px;
    z-index: 1001;
}

#breeder-menu a, #breeder-menu strong {
    /*float: left;
    display: block;
    padding: 10px 11px 10px 6px;
    color: #333;*/
	color: #fff;
	margin-left: 2px;
	font: 16px bold Verdana, Arial, Helvetica, sans-serif
	/*background: url(../images/log-reg-but.png) right top;
	border: 1px solid black;
    background: url(/images/menu-sep.gif) no-repeat left center;*/
}

.but_left{
	float: left;
	background: url(../images/log-reg-but.png) left;
	width: 6px;
	height: 34px;
}

#breeder-menu a:hover {
    color: #F24F00;
}

#content {
    background: #fff url(/images/shadowtile.png) no-repeat left top;
    clear: both;
    padding: 10px;
    text-align: left;
    position: relative;
    z-index: 10;
    width: 970px;
     max-width: 950px;
}

/*--- Contains all the columns within the Main Container ---*/

#rightcontainer {
    float: right;
    position: relative;
    left: 5px;
    width: 750px;
}

#logincontainer {
    float:inherit;
    position: relative;
    width:100%;
}

/*--- Size of the column with the Main Container - 2 smaller columns side by side ---*/

.columnstyle {
    float: left;
    width: 265px;
    max-width: 268px !important;
    margin-left: 2px;
    margin-right: 2px;
    padding: 15px 0px 0px 0px;
    background: url(/images/page-box-top.gif) no-repeat left top;
    overflow: hidden;
    height: 100%;
    border:solid 1px #dcdbdb;
}

.columnstyle h1 {
    width: 265px;
    max-width: 265px;
    height: 50px;
    padding: 0 18px 0 18px;
    margin: -15px 0 3px -10px;
    background: url(/images/filler.jpg) repeat left top;
    font-size: 15px;
    line-height: 50px;
    text-transform: uppercase;
    overflow: hidden;
}

.columnstyle h1 a, .columnstyle h1 a:visited {
    color:#666666;
    text-decoration: none;
}

.columnstyle p {
    position: relative;
    padding-left: 88px;
    padding-top: 15px;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-position: 0pt 5pt;
}

.columnstyle p a {
    display: block;
    color: #000;
    margin-bottom: 4px;
    font-weight: bold;
    line-height: 145%;
}

.columnstyle p a:visited {
    color: #666;
}

:root .columnstyle p a {
    line-height: 135%;
}

.columnstyle p a:hover {
    color:#006633;
}

.columnstyle strong a, .columnstyle strong a:visited {
    display: block;
    font-weight: normal;
    font-size: 100%;
    color:#006633;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 3px;
}

.columnstyle strong a:hover {
    color:#000000;
}

.columnstyle ul a span {
    font-weight: bold;
}



.columnstyle p span.obr {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    margin: 0;
}

* html .columnstyle p span.obr {
    left: -88px;
}



.columnstyle .A-Button {
    position: absolute !important;
    bottom: 17px;
}

/*--- columnstyle-main (Large) centre container for serious content etc---*/

.blok-main {
    float: left;
    width: 532px;
    max-width: 532px !important;
    margin-left: 2px;
    margin-right: 2px;
    padding: 15px 0px 0px 0px;
    background: url(/images/page-box-top.gif) no-repeat left top;
    overflow: hidden;
    height: 100%;
    border:solid 1px #dcdbdb;
}

.blok-main h1 {
    width: 532px;
    max-width: 532px;
    height: 50px;
    padding: 0 18px 0 18px;
    margin: -15px 0 3px -10px;
    background: url(/images/filler.jpg) repeat left top;
    font-size: 15px;
    line-height: 50px;
    text-transform: uppercase;
    overflow: hidden;
}

.blok-main h1 a, .blok-main h1 a:visited {
    color:#666666;
    text-decoration: none;
}

.blok-main p {
    position: relative;
    padding-left: 88px;
    padding-top: 15px;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-position: 0pt 5pt;
}

.blok-main p a {
    display: block;
    color: #000;
    margin-bottom: 4px;
    font-weight: bold;
    line-height: 145%;
}

.blok-main p a:visited {
    color: #666;
}

:root .blok-main p a {
    line-height: 135%;
}

.blok-main p a:hover {
    color:#006633;
}

.blok-main strong a, .blok-main strong a:visited {
    display: block;
    font-weight: normal;
    font-size: 100%;
    color:#006633;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 3px;
}

.blok-main strong a:hover {
    color:#000000;
}

.blok-main ul a span {
    font-weight: bold;
}

.blok-main p span.obr {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    margin: 0;
}

* html .blok-main p span.obr {
    left: -88px;
}



.blok-main .A-Button {
    position: absolute !important;
    bottom: 17px;
}
/*--- End of blok-main ---*/

/*--- contact page - excluding the right side columns that is on other pages ---*/
#obsah {
    width: 710px;
    margin:15px;
}

#contactblock button{
    margin-left:6px;
    margin-right:6px;
    height:70px;
    width:165px;
    /*border:solid 1px #e4e3e3;*/
    float:left;
}

.btn1{width:165px; height:70px; cursor:pointer; background:url(/images/dba_contact.jpg) no-repeat; border:none;color:transparent;}
.btn2{width:165px; height:70px; cursor:pointer; background:url(/images/dba_contact.jpg) no-repeat; border:none;color:transparent;}
.btn3{width:165px; height:70px; cursor:pointer; background:url(/images/forum_contact.jpg) no-repeat; border:none;color:transparent;}
.btn4{width:165px; height:70px; cursor:pointer; background:url(/images/other_contact.jpg) no-repeat; border:none;color:transparent;}

.contactpage {
    /*background: url(/images/filler.jpg) repeat-x left top;*/
    background: url(/images/center-box-tile.gif) repeat-y left top;
    float: left;
    width: 745px;
    max-width: 745px !important;
    margin-left: 2px;
    margin-right: 2px;
    overflow: hidden;
    height: 100%;
    border-top:solid 1px #dcdbdb;
    border-bottom:solid 1px #dcdbdb;
    /*border:solid 1px #dcdbdb;*/

}

.contactpage h1 {
    font-size: 18px;
    text-transform: uppercase;
    color:#666666;
    line-height:1.8em;
}

.contactpage h1 a, .contactpage h1 a:visited {
    color:#666666;
    text-decoration: none;
}

.contactpage h2 {
    font-size: 16px;
    color:#666666;
    line-height:2em;
}

.contactpage p {
    position: relative;
    padding-left: 88px;
    padding-top: 15px;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-position: 0pt 5pt;
}

.contactpage p a {
    display: block;
    color: #000;
    margin-bottom: 4px;
    font-weight: bold;
    line-height: 145%;
}

.contactpage p a:visited {
    color: #666;
}

.contactpage p a:hover {
    color:#006633;
}

.contactpage ul a span {
    font-weight: bold;
}

.blok-main .A-Button {
    position: absolute !important;
    bottom: 17px;
}
/*--- End of contactpage ---*/

/*--- Left and left-side columns in content div ---*/

#leftcolumn {
    float: left;
    width: 268px;
    position: relative;
    margin-left:-2px;
    z-index: 10;
}

#leftcolumn {
    height:415px;
}

#leftcolumn p{
    font-size:11px;
    position: relative;
    padding-left: 10px;
    padding-top: 5px;
    margin-bottom: 2px;
}

/*--- Narrow left column of 200px (Homepage width is 268px) ---*/
#small #leftcolumn {
    float: left;
    width: 200px;
    position: relative;
    z-index: 10;
}

#small #leftcolumn a {
    color: #F24F00;
}

#small #leftcolumn p a {
    display: block;
    margin: 2px 0 15px 0;
}

/*--- All bullet pointed lists ---*/
.c-con {
    padding:5px;
    }

.c-con p, .c-con dl {
    margin:0 0 .7em 0;
    }

.c-con ul, .c-con ol {
    margin: 5px 5px 10px 20px;
    }

#rightcolumn {
    float: right;
    width: 200px;
    position: relative;
    margin-right:5px;
    z-index: 9;
}

#centrecolumn {
    height:415px;
    width:268px;
}

#largecentrecolumn {
    height:100%;
    width:100%;
}

#logincolumn {
    height:300px;
    width:100%;
    border:solid 1px #dcdbdb;
    background-color:#f3f3f3;
}

#logincolumn h1 {
    margin-left: 35px;
    margin-right: 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:34px;
    font-weight:bold;
}

#logincolumn h2 {
    margin-left: 20px;
    margin-right: 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    z-index:30;
}

#logincolumn p {
    margin-left: 20px;
    margin-right: 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px
}

#logincolumn form {
    float:right;
    padding-right:100px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    z-index:1;
}

#logincolumn ul {
    list-style:none;
    padding-left:45px;
    z-index:25;
}

#logincolumn table {
    border:none;
    width:100%;
    height:100%;
}

/*######### Footer ##############*/

#footer {
    margin-top: 5px;
    margin-bottom: 35px;
    width: 100%;
    position: relative;
    z-index: 10;
}

#footer a, #footer a:visited {
    color: #666;
}

#footer a:hover {
    color: #000;
}

#footer-navigation {
    width: 100%;
    margin-bottom: 15px;
    background-color: #F3F3F3;
    border:solid 1px #CCCCCC;
}

#footer-navigation a {
    color: #000;
}

#footer-navigation a:visited {
    color: #737373;
}

#footer-navigations a:hover {
    color: #F24F00;
}

#footer li {
    float: left;
    margin-top: 15px;
    padding: 0 12px 15px 12px;
    border-right: 1px solid #fff;
}

#footer form {
    float: right;
    margin-top: 13px;
    padding-right: 12px;
}

#footer select, #footer input {
    margin-left: 5px;
}

/*--- Copyright etc ---*/
#footer p {
    float: right;
    text-align: right;
}

#footer p#copy {
    float: left;
    width: 970px;
    text-align: right;
}

#copy span {
    padding-left: 3px;
    padding-right: 3px;
}

/*#################################*/
/*###########    Other   ##########*/
/*#################################*/
/*#################################*/

#logo {
    margin-bottom: 35pt;
    color: #F24F00;
    font-size: 18pt;
}

#logo a {
    text-decoration: none;
}

#content h1 a, #center h2 a{
text-decoration: none;
color: Black;
}

#center ul{
    list-style: square;
}

#header a{
    color: Black;
    text-decoration: none;
}

#centrecolumn h1 span {
    background-image: url(/images/pece-podpora.gif);
}

/*##########################################*/
/*----------- Left side nav ----------*/
/*================================*/
#left {
    float: left;
    width: 200px;
    position: relative;
}

#content #leftnav li {
    padding: 0;
    margin: 0;
    background-image: none;
    position: relative;
}

#leftnav {
    width:200px;
}

#leftnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
* html #container #leftnav ul {
    position: static;
    overflow: hidden;
    width: 200px;
}
#content #leftnav li {
    background: #979797 url(/images/menu-level1-bg.gif) repeat-y left top;
}
#content #leftnav li li {
    background: #DBDADA url(/images/menu-level2-bg.gif) repeat-y left top;
}
#content #leftnav li li li {
    background: #EBEBEB url(/images/menu-level3-bg.gif) repeat-y left top;
}

#leftnav a    {
    display: block;
    padding: 5px 24px 6px 24px;
    color:#545353;
    border-bottom: 1px solid #B7B7B7;
    background: url(/images/menu-last.gif) 7px 8px no-repeat;
    text-decoration: none;
}
* html #container #leftnav a {
    width: 100%;
}

#left-nav a:hover    {
    background-color:#cacaca;
}
#leftnav ul a    {
    color: #000;
    padding-left: 40px;
    background: url(/images/menu-last2.gif) 23px 8px no-repeat;
}
#leftnav ul a:hover    {
    background-color: #eae9e9;
}
#leftnav ul ul a    {
    padding-left: 57px;
    background-position: 40px 8px;
}
#left-nav ul ul a:hover    {
    background-color: #FAFAFA;
}
#leftnav ul ul ul a    {
    padding-left: 70px;
    background: url(/images/menu-odrazka.gif) 57px 10px no-repeat;
}

#leftnav a#active {
    color:#545353;
    background-image: url(/images/menu-on2.gif);
}
#leftnav ul a#active {
    color:#545353;
    background-image: url(/images/menu-on2.gif);
}

#leftnav li.expanded a.nextLevel{
    background-image: url(/images/menu-on.gif);
}
#leftnav ul li.expanded a.nextLevel{
    background-image: url(/images/menu-minus-gray.gif);
}

#leftnav ul li.notexpanded a.nextLevel{
    background-image: url(/images/menu-plus-gray.gif);
}
#leftnav ul ul ul a#active {
    color:#545353;
    background-image: url(/images/menu-odrazka-activ.gif);
}

#left-nav a.nextLevel {
    background-image: url(/images/menu-plus.gif);
}


#leftnav ul a.nextLevel {
    background-image: url(/images/menu-plus2.gif);
}

#leftnav ul a.nextLevel {
    background-image: url(/images/menu-plus2.gif);
}


#leftnav a.nextLevelActive {
    background-image: url(/images/menu-on.gif);
}
#leftnav ul a.nextLevelActive {
    background-image: url(/images/menu-minus2.gif);
}

#small #leftnav {
  margin-bottom: 10px;
}
#small #leftnav a#active {
    color:#545353;
    border-bottom: 1px solid #B7B7B7;
    background: url(/images/page/menu-odrazka-activ.gif) 7px center no-repeat;
}
/*--- End of left side nav ---*/
/*##########################################*/
/*#############################
        Misc
##############################*/

#obsah {
    width: 600px;
    margin: 19px;
    _height: 200px;
    min-height: 200px;
}

#promo {
    position: relative;
    width: 970px;
    max-width: 970px;
    height: 200px;
    max-height: 263px;
    padding: 5px 0 0 0;
    _padding: 0px 0 0px 0;
    _margin: 0px 0px -10px 0px;
    margin: 0px 0px 0px 0px;
}

#promo .main-banner {
    max-height:200px;
}

#promo span { /* promo img */
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 970px;
    height: 263px;
    background: url(/images/shp/shp_promo2.jpg) no-repeat left bottom;
    z-index: 0;
}
#promo #text {
    left: 719px;
    top: 171px;
    width: 172px;
    height: 36px;
    z-index: 10;
    background: transparent;
}
#promo #text a{
    display: block;
    width: 172px;
    height: 36px;
}

#promo em {
    display: block;
    font-style: normal;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #F24F00;
}
#promo ul {
    color: #333;
}

#centre-column h1 span {
    background-image: url(/images/nadpisy/pece-podpora.gif);
}

#promobox1 {
    background-image: url(/images/puppy1.jpg);
}
#promobox2 {
    background-image: url(/images/puppy2.jpg);
}
#promobox3 {
    background-image: url(/images/puppy3.jpg);
}

.newsroll {
    margin-bottom: 0;
}

/* Side Columns */

.primary-left {
    float: left;
    width: 98%;
    margin: 5px 0 0 5px;
    padding: 5px 5px 5px 5px;
    /*background: url(/images/from-the-wire.gif) no-repeat;*/
    }

.primary-left ul.homepagelist li {
    overflow:  hidden;
    padding: 0 0 14px 0;
    background: url(/images/dots.gif) left bottom repeat-x;
    margin: 0 0 14px 0;
    }
	
.primary-left ul.homepagelist li ul li {
	margin: 0 8px 8px 6px;
	padding: 0px;
	float: left;
	display: inline-block;
	width: 449px;
	min-height: 200px;
	border: 1px solid #999999;
	/*background: url(/images/dots.gif) right bottom no-repeat;*/
}

.primary-left ul.homepagelist li ul li:hover{
	background: url(/images/dots.gif) #EBEBEB right bottom no-repeat;
}

.primary-left ul.homepagelist li ul li a{
	color: inherit;
	text-decoration: none;
}

.primary-left ul.homepagelist li a img {
    float: left;
    margin: 0 10px 0 0;
    }

.primary-left li h3 {
    margin: 0 0 8px 0;
    }

.primary-left li h3 a {
    font-size: 1.1em;
    }

.navigation-secondary {
    float: left;
    width: 220px;
    margin: 5px 0 0 5px;
    padding: 5px 5px 5px 0;
    position: relative;
    margin-left:0;
    z-index: 10;
    background: url(/images/grid.gif) left bottom repeat-x;
    }

.navigation-secondary ul li {
    overflow:  hidden;
    padding: 5px 0 5px 0;
    background: url(/images/dots.gif) left bottom repeat-x;
    }

.navigation-secondary h2  {
    font-size: 1.3em;
    margin: 0 0 10px 0;
    padding: 0 0 8px 10px;
    color:#006600;
    font-weight:bold;
    background: url(/images/dots.gif) left bottom repeat-x;
    }

.navigation-secondary ul li a  {
display:block;
    padding:0 0 0 10px;
    font-size: 1.2em;
    font-weight:bold;
    text-decoration:none;
    color:#666666;
    }

.navigation-secondary ul li:hover {
    background-color:#f0eeee;
}

.navigation-secondary p {
    line-height: 1.4em;
    margin: 0 0 6px 0;
    }


.thumbs {
    float: left;
    height: 55px;
    width: 196px;
    background-repeat: no-repeat;
    clear:both;
    padding:1px;
    border:1px solid #ddd;
    margin:5px 12px 5px 12px;
}

.thumbs a {
    display:block;
    margin-bottom:3px;
    padding: 1px;
    border:1px solid #ddd;
}

.side-left {
    float: left;
    width: 180px;
    margin: 5px 0 0 5px;
    padding: 5px 5px 5px 5px;
    /*background: url(/images/from-the-wire.gif) no-repeat;*/
    }

.side-left ul li {
    overflow:  hidden;
    padding: 0 0 14px 0;
    background: url(/images/dots.gif) left bottom repeat-x;
    margin: 0 0 14px 0;
    }

.side-left li a img {
    float: left;
    margin: 0 10px 0 0;
    }

.side-left li h3 {
    margin: 0 0 8px 0;
    }

.side-left li h3 a {
    font-size: 1.1em;
    }

.primary-right {
    float: left;
    width: 270px;
    margin: 5px 0 0 5px;
    padding: 5px 5px 5px 10px;
    position: relative;
    margin-left:0;
    z-index: 10;
    /*background: url(/images/grid.gif) left bottom repeat-x;*/
    }

.primary-right li {
    margin: 0 0 14px 0;
    }

.primary-right h2  {
    font-size: 1.3em;
    margin: 0 0 0px -4px;
    color:#006600;
    font-weight:bold;
    padding: 3px;
    /*border: 1px solid black;*/
    }

.primary-right ul li a  {
    font-size: 1.2em;
    font-weight:bold;
    text-decoration:none;
    color:#666666;
    }

.primary-right ul li span {
    font-weight:bold;
    color:#999999;
    }

.primary-right p {
    line-height: 1.4em;
    margin: 0 0 6px 0;
    }

.primary-right .more {
    display: block;
    background: url(/images/more.png);
    width: 50px;
    height: 26px;
    text-indent: -9999px;
    }

.more {
    font-weight: bold;
    }

#latest-forum-topics{
    background: url(/images/grid.gif) left bottom repeat-x;
    }

#latest-forum-topics ul{
    background: url(/images/body-bg-blue.jpg) left top repeat-x;
    margin-left: -4px;
    padding: 6px;
    }

#help-advice{
    background: url(/images/grid.gif) left bottom repeat-x;
    }

#help-advice ul{
    background: url(/images/body-bg-red.jpg) left top repeat-x;
    margin-left: -4px;
    padding: 6px;
    }

.secondary-right {
    float: left;
    width: 698px;
    margin: 5px 0 0 5px;
    padding: 5px 5px 5px 5px;
    /*background: url(/images/from-the-wire.gif) no-repeat;*/
    }
/*
.secondary-right ul li {
    overflow:  hidden;
    padding: 0 0 14px 0;
    background: url(/images/dots.gif) left bottom repeat-x;
    margin: 0 0 14px 0;
    }

.secondary-right li a img {
    float: left;
    margin: 0 10px 0 0;
    }

.secondary-right li h3 {
    margin: 0 0 8px 0;
    }

.secondary-right li h3 a {
    font-size: 1.1em;
    }
*/
.next a {
    float: right;
    width: 57px;
    height: 26px;
    display:  block;
    text-indent: -9999px;
    background: url(/images/next.gif);
}

.previous a {
    float: left;
    width: 79px;
    height: 26px;
    display:  block;
    text-indent: -9999px;
    background: url(/images/previous.gif);
    }

.homepage-entry h3 a {
    text-decoration:none;
}

.homepage-entry p strong {
    font-size:1.2em;
}

.homepage-entry ul{
	margin: 0px;
	padding: 0px;
}

.homepage-entry h4{
	/*margin-bottom: 6px;
	border: 1px solid #000000;
	width: 198px;*/
	font-size: 16px;
	padding: 8px 6px 8px 8px; 
	color: #404042;
	background: url(/images/front-snippets-h4.png) left top repeat-x;
}

.homepage-entry ul li{
	margin: 0px;
	padding: 0px;
	/*float: left;*/
	display: inline-block;
	width: 210px;
	min-height: 370px;
	border-right: 1px dotted #CCCCCC;
	/*background: url(/images/header-bg.jpg) right bottom no-repeat;*/
}	

.homepage-entry ul li .snippet-content{
	padding: 10px;
	/*border: 1px solid #000000;*/
	height: 180px;
	background: url(/images/front-snippets-bg.png) left bottom repeat-x;
    position: relative;
	}

.teaser{
     clear: both; 
     position: absolute;
     bottom: 6px;
     background: url(/images/front-snippets-bg.png) left bottom repeat-x;
     width: 100%;
     height: 60px;
     margin-left: -10px;
     padding: 10px;
}

.snippet-content dl{
    margin: 2px 0px 2px 10px;
    ist-style-type:circle;
    list-style-image:url('/images/bullet1.gif');
    }

.snippet-content dl dd{
    display: block;
    margin: 4px;
    }
	
.primary-bottom {
    float: left;
    width:97%;
    margin: 5px 0 0 5px;
    padding: 5px 5px 5px 5px;
    background-color:#F2F2F2;
    border:1px solid #CCCCCC;
    }

#footer-inner { margin: 0 auto; text-align: left; width: 980px; clear:both; }
#footer-news { background: #f9f8f8 /*url(/assets/images/presentation/footer-news.gif) left bottom no-repeat; */}
#footer-articles { background: #f9f8f8 /*url(/assets/images/presentation/footer-articles.gif) left bottom no-repeat;*/ }
#footer-newsletter { background: #f9f8f8 /*url(/assets/images/presentation/footer-newsletter.gif) left bottom no-repeat;*/ }

.footer-column ul { list-style-type: none; float: left; width: 280px; }
.footer-column ul li { display: block; height: 1%; }
.footer-column ul li a { background: url(/images/dots.gif) left bottom repeat-x; display: block; padding: 10px 0 10px 0; width: 280px; }
.footer-column ul li a.more {height:auto; padding-top: 2px; margin-top:10px }
.footer-column li a:hover { background-color: #ecebeb; }
#navigation_footer ul { list-style: none; margin: 0; padding: 0; }
#navigation_footer li { float: left; margin: 0; margin-right: 5px; padding: 0; }
#navigation_footer li.last { margin-right: 0; }
#navigation_footer li a { padding-right: 5px; text-decoration: none; }

.footer-column { border:solid 1px #e5e4e4; float: left; height: 250px; margin: 15px 0 0 13px; width: 280px; padding:10px; }

/*----- General page styling -------*/
.generalpage-entry h1 {
    font-size:1.5em;
    margin-bottom:10px;
}

.generalpage-entry h2 {
    font-size:1.3em;
    margin-bottom:10px;
}

.generalpage-entry h3 {
    font-size:1.2em;
   /* margin-bottom:10px; */
}

.generalpage-entry p strong {
    font-size:1.1em;
}

.generalpage-entry ul.generallist, .generalpage-entry ul.plainlist {
    padding:0 0 0 25px;
    margin:0;
  }

.generalpage-entry ul.generallist li {
    list-style: square;
  }

.generalpage-entry ul.plainlist li {
    list-style:none;
  }

/*#############################*/

/*--Added section at bottom of home page--*/
#mytable {
    width: 280px;
    padding: 0;
    margin: 0;
}

.texta {
    width:95%;
}

caption {
    padding: 0 0 5px 0;
    width: 700px;
    font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
}

#mytable th {
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #CAE8EA url(/images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #C1DAD7;
    background: none;
}

#mytable td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
}

#mytable td.alt {
    background: #F5FAFA;
    color: #797268;
}

#mytable th.spec {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #fff url(/images/bullet1.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #f5fafa url(/images/bullet2.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #797268;
}

.footer-column .more {
    display: block;
    background-image:url(/images/more.gif);
    width: 50px;
    height: 26px;
    text-indent: -9999px;
    float:right;
    }

/**********************************/
/*---Misc2 20Oct08----*/

.top-wrapper { width:960px; height:39px; margin:0 auto; }
.content { padding:12px 15px; }
.breadcrumbs { margin-bottom:17px; border-bottom:1px solid #ccc; }
.breadcrumbs li { float:left; font-size:11px; color:#444; padding:0 0 0 5px; }
.breadcrumbs li.first { padding-left:0; }
.breadcrumbs li a, .breadcrumbs li a:hover, .breadcrumbs li span { color:#888; padding-right:8px; background:transparent url(/images/breadcrumb-arr.gif) no-repeat right; }
.breadcrumbs li a:hover { color:#1980cf; }
.main { min-height:400px; padding-bottom:30px; }
.page-support-overview .page-banner { height:197px; margin-bottom:25px; background:url(/images/banner_support_overview.jpg) no-repeat; }
.page-head          { margin-bottom:16px; color:#002D53; font:28px arial, helvetica; }
.page-head .label    { color:#999; }
.page-head .sub      { color:#555; font-size:.6em; }
#insbanner            { width:697px; height:100px; background:#d4d4d4 url(/images/ins_banner.jpg) no-repeat; }
#insbanner h1        { display:none; }
#insbanner p span    {  color:#ba0101; }
#insbanner p        {  padding: 50px 0 0 20px; font-size: 11px; }

/*************** Moo tips */
.custom-tip {
    background-color:#333333;
    color:#FFFFFF;
    width: 300px;
    z-index: 1000;
}

.custom-title {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    color: #ec4a24;
    padding: 8px 8px 4px;
    background: url(/images/bubble.png) top left;
    text-align:left;
}

.custom-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(/images/bubble.png) bottom right;
    text-align:left;
}

/*-------Mootools accordian toggler added 21Nov08 -----------*/

.toggler {
    color: #222;
    margin: 0;
    padding: 2px 5px;
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    font-size: 11px;
    font-weight: normal;
    font-family: 'Andale Mono', sans-serif;
}

.element {

}

.element p {
    margin: 0;
    padding: 4px;
}

.float-right {
    padding:10px 20px;
    float:right;
}

blockquote {
    text-style:italic;
    padding:5px 0 5px 30px;
}

.heading {
    text-align:center;
    font-size:12px;
    font-weight:bold;
}

/*###################################################*/

/* Table + Columns
*****************************************************/

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }
.col1-set { width:100%; }

/* Col2 */
.col2-set.separator-bg                  { background:url(/images/col2_separator_bg.gif) repeat-y 50% 0; }
.col2-set .col-1, .col2-set .col-2      { width:48%; }
.col2-set .col-1, .col2-set-mod .col1     { float:left; }
.col2-set .col-2, .col2-set-mod .col2     { float:right; }
.col2-set-mod {  }
.col2-set-mod .col1 { width:37%; float:right; }
.col2-set-mod .col2 { width:60%; float:left; }

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; float:left; }
.col2-alt-set .col-2 { width:65%; float:right; }
.col2-set-alt .col-1 { float:left; width:66%; }
.col2-set-alt .col-2 { float:right; width:32%; }

/* Col2-alt 2 */
.col2-set-alt2 .col-1 { float:left; width:32%; }
.col2-set-alt2 .col-2 { float:right; width:65%; }

/* Col2-alt 3 */
.col2-set-alt3 .col-1 { float:left; width:60%; }
.col2-set-alt3 .col-2 { float:right; width:36%; }
.col2-set-alt3.separator-bg                  { background:url(/images/col2_separator_bg.gif) repeat-y 61% 0; }
.col2-set-alt3.separator-bg .col-1 { width:56%; }
.col2-set-alt3.separator-bg .col-2 { width:36%; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:32%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:2%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1,
table .col-2,
table .col-3,
table .col-4                    { float:none !important; margin:0 !important; }
.col3-set td.spacer             { width:3%; }
.col4-set td.spacer             { width:4%; }

/* Lists
*****************************************************/
.generic-link-list li a         { display:block; background:url(/images/generic_link_arrow.gif) no-repeat 0 .3em; padding-left:20px; }
.generic-link-list li a:hover   { background-image:url(/images/generic_link_arrow_over.gif); color:#ee392a !important; }
.generic-link-list li.active a  { background-image:url(/images/generic_link_arrow_active.gif); color:#383838 !important; font-weight:bold; cursor:default; }

/*************************** Partners*/

.partners-chart { width:100%; border-width:0 0 1px 0; border-style:solid; border-color:#ccc; font-size:12px; }
.partners-chart td, .partners-chart th { padding:5px 8px; }
td.platinum, td.gold, td.silver, td.red, td.light-red { width:105px !important; text-align:center; border-left:1px solid #e1e1e1; }
td.silver, td.gold { width:105px !important; text-align:center; border-left:1px solid #e1e1e1; background:#d4d4d4 url(/images/icons/info.png) no-repeat scroll 97% 5px; }
.partners-chart tr                  { background-color:#f6f6f6; padding:5px 5px 5px 5px; }
.partners-chart thead th            { border-left:1px solid #fff; color:#fff; font:bold 12px/1em Arial; text-align:center; vertical-align:middle; }
.partners-chart tbody th            { padding: 5px 8px; text-align: center; color:#05426f; border-left:1px solid #d0d0d0; border-top:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; background:#e0e0e0; }
.partners-chart tbody th.platinum    { border-right:1px solid #d0d0d0; }
.partners-chart .tips               { cursor:help; color:#666666; }
.partners-chart .tips td            { color:#666666; }
.partners-chart .tips td:hover      { color:#000000; }
.partners-chart .tips td.no-tip     { color:#444; }
.partners-chart .tips td.no-tip, .partners-chart .tips td.platinum, .partners-chart .tips td.gold, .partners-chart .tips td.silver, .partners-chart .tips td.red { color:#444; }
.partners-chart td                  { vertical-align:middle; border-bottom:1px solid #ddd; }
.partners-chart tr.even td          { background-color:#fff; }
.partners-chart tr.even td          { font-weight:normal; }
.footer-buttons td                     { padding:0; }
.partners-chart tfoot.support-matrix tr            { background:#e2edf5; }
.partners-chart tfoot td            { padding:5px 10px 5px 5px; vertical-align:top; text-align:right; font-style:italic; font-size:0.8em;}
.partners-chart thead tr            { background:#e2edf5; }
.partners-chart thead td            { padding:5px 10px 5px 5px; vertical-align:top; text-align:right; font-style:normal; font-size:1.1em;}
.partners-chart .last td            { border-bottom:0; }

/*For IE*/
.partners-chart tr td.even          { background-color:#f6f6f6; }
.partners-chart tfoot.support-matrix tr td.first            { background:#e2edf5; }
.partners-chart tfoot.support-matrix tr td.last            { background:#e2edf5; }

.partners-chart thead .simple { background:#ebebeb; }
.partners-chart thead .platinum { background:#9d9c8a; }
.partners-chart thead .gold { background:#ffc334; }
.partners-chart thead .silver { background:#d4d4d4; }
.partners-chart thead .red { background:#f46711; }
.partners-chart thead .light-red { background:#f46711; }
.partners-chart thead .label-community { background:#ec9a64; }
.partners-chart thead .label-silver { background:#9E9E9E; }
.partners-chart thead .label-gold { background:#F7B142; }
.partners-chart thead .label-platinum { background:#D2D2CB; }

.a-left             { text-align:left; }
ul.disc               { margin-bottom:12px; }
ul.disc li                        { list-style-type:disc; margin-left:20px; }
ul.disc ul li                     { list-style-type:circle; }
.generic-dl dd .disc li         { margin-top:3px; margin-bottom:3px; }
.small              { font-size:.95em; line-height:1.35em; }

footer2 {
    background:#c8c8c8 url(/images/footer_bg.gif) repeat-y left top;
    text-align:left;
    padding:18px;
    color:#555;
    line-height:16px;
    margin-top:20px;
    margin-bottom:8px;
}
.footer2 dl dd { float:left; }
.newsletter { width:265px; }
.newsletter h3 {
    font:bold 12px/16px Arial;
    margin:0; padding:0;
    text-transform:uppercase;
    color:#555; border:0;
}
.newsletter span { display:block; margin:7px 0 7px 0; }
.newsletter input.input-topbg { width:170px; }

.foot-menu { margin-left:15px; width:390px; }
.foot-menu ul { float:left; margin-right:5%; width:44%; }
.foot-menu a, .foot-menu a:hover {
    display:block;
    border-bottom:1px solid #d2d2d2;
    color:#666;
    text-decoration:none;
    font-size:12px;
    padding:4px 0;
    background:none;
}
.foot-menu a:hover { color:#000; }
.footer2 .promo { width:238px; float:right !important; }

/*====== Contact table form elements, option list styling & general =========*/

.fValidator-form table .left {
    width:350px;
    text-align:right;
}

.fValidator-form table .right {
    width:350px;
}

.contactform .right .name, .contactform .right .lastname {
    width:120px;
}

.contactform .right .policynumber {
    width:90px;
}

.contactform .right .email {
    width:170px;
}

.contactform .right .msg {

}

.contactform .submitbtn .btn {
    color:#006600;
    float:right;
    height:30px;
    width:70px;
    border:none;
    text-align:center;
    padding-bottom:5px;
    background: url(/images/contactbtn.gif) no-repeat;
    cursor:pointer;
}

#exB_Department option {
    background-color:#FFFFFF;
}

#exB_Department optgroup {
    padding:5px 0 0 0;
    border-top:dashed 1px #666666;
    font-style:normal;
    font-weight:bold;
    color:#666666;
    background-color:#FFFFFF;
}

form div.fValidator-msg {
    text-align:left;
    color:#666666;
}

.title {
    font-weight:bold;
    font-size:12px;
}

/*###############################################*/
/** Page Title */
h2.page-heading {
    color: #006600;
    font-size: 1.5em;
    margin-bottom: 1em;
}


/** Search Breeder Table */
table.search {
    width: 80%;
    margin-top: 2em;
    height: 3em;
    line-height: 3em;
    margin-left: auto;
    margin-right: auto;
    }

table.search thead {
    font-size: 1.1em;
    font-weight: bold;
	color: #FFFFFF;
	/*border-left: 2px solid navy;*/
	background: url(/images/breeder-search-hd.png);
    }
	
/*table.search thead tr{
	
    border-right: 2px solid navy;
    }

table.search thead td{
	/*background: url(/images/breeder-search-hd.png) center;
    }*/

table.search td {
    padding-right: 1em;
    text-align: center;
    }

table.search.breeder {
    }

table.search.breeder thead {
    border-bottom: 1px #CCC solid;
    }

table.search.breeder tbody td {
    border-bottom: 1px #CCC dotted;
    }
	
table.search.breeder .odd{
    /*border-bottom: 1px #CCC dotted;
	background: url(/images/body-bg-blue.jpg) top repeat;*/
	background: #e4e7ed;
	border-top: 1px solid #666666;
	/*color: #FFFFFF;*/
    }
	
table.search.breeder .even{
    /*border-bottom: 1px #CCC dotted;*/
	border-top: 1px solid #666666;
	background: url(/images/breeder-search-even.png) repeat;
	/*background: #55BEE1;
	background: #1b7a98;
	color: #FFFFFF;*/
    }
	
/** document download list **/
.policy_documents{
	padding: 4px;
	}
	
.policy_documents li{
	margin: 4px;
	padding: 4px;
	display: inline;
	float: left;
	text-align: center;
	font-weight: bold;
	/*background-image: url(/images/reader_icon.jpg);
	height: 150px;
	width: 100px;*/
	}

.policy_documents img{

	}

/** Paginator */
ul.pagination {
    width: 80%;
    margin: 2em auto 0 auto;
    }

ul.pagination li {
    background: none;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    }

ul.pagination li.previous {
    float:left;
    }

ul.pagination li.page {
    float: left;
    margin-top: 0.5em;
    margin-left: 33%;
    }

ul.pagination li.next {
    float:right;
    }

/** Form **/
form div.row {
    margin-bottom: 0.6em;
}

form div.row > div.label {
    margin: 0.4em 0 0 0;
    float:left;
    width: 10em;
}

div.button {
    margin: 1.5em 0 3em 0;
}

input[type="text"], input[type="password"], select, textarea {
    padding: 0.4em;
}

input[type="radio"],    input[type="checkbox"] {
    margin: 0 1em;
}

div.row div.element textarea {
    width: 25em;
    height: 10em;
}

form ul.errors {
    width:15em;
    padding: 0.5em 0 1em 0;
    margin-left: 10em;
}

form ul.errors li {
    background: none;
    margin: 0;
    padding: 0;
}

form input[type="text"].x-small, form input[type="password"].x-small, form select.x-small {
    width: 3em;
}

form input[type="text"].small, form input[type="password"].small, form select.small {
    width: 5em;
}

form input[type="text"].medium, form input[type="password"].medium, form select.medium {
    width: 10em;
}

form input[type="text"].large, form input[type="password"].medium, form select.large {
    width: 15em;
}

form input[type="text"].x-large, form input[type="password"].x-medium, form select.x-large {
    width: 20em;
}

/** Development */
div.under-construction {
    background: url(/images/under-development.png) no-repeat;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    padding-left: 30px;
    margin-left: 10em;
}

/** Media */
div.media-archive-navigation,
div.media-record-navigation {
    text-align: center;
    overflow: auto;
    font-size: 1.2em;
    font-weight: bold;
}

div.media-archive-navigation div  {
    width: 33%;
    float:left;
    min-height:1em
}

div.media-record-navigation div {
    float:left;
    width: 50%;
    margin-top: 3em;
    }


div.media-headline {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 1em;
}

div.media-body {

}

div.media-list {
    margin-top: 3em;
}

div.media-list-empty {
    margin: 3em auto 0 auto;
    background-color: #F3F3F3;
    text-align: center;
    width: 50%;
    border: 1px solid #CCC;
    padding: 1em 2em;
    font-size: 1.2em;
    line-height: 1.8em;
}
div.media-list .article {
    border-bottom: dotted 1px #000;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    clear:both;
}

div.media-list .article .headline {
    font-size: 1.1em;
    font-weight: bold;
}

div.media-list .article .headline a {
    text-decoration: none;
    color: #666666;
}

div.media-list .article .date {
    font-style: italic;
    margin-bottom: 0.4em;
}

div.media-list .article .snippet {
}

div.media-list .article .read-more {
    text-align: right;
}



/** Login */
#login-container {
    border: 1px solid #cecece;
    background-color: #f5f5f5;
    padding: 15px;
    width: 920px;
}
#login-column1 h1 {
    font-family:Arial,Helvetica,sans-serif;
    font-size:34px;
    font-weight:bold;
    margin-left:35px;
    margin-right:20px;

}
#login-form-col-form {
    width: 300px;
    float: right;
}
#login-form-col-desc {
    float: left;
    width: 65%
}
.clear-all {
    clear: both;
}

div.breeder-choice-advert {
    margin-bottom: 1.2em;
}

/** Useful Links */
div.useful-link-category {
    margin-bottom: 1em;
    font-size: 1.1em;
    border: 1px solid #CCC;
    background-color: #F3F3F3;
    width: 40%;
    margin-left: 4.9%;
    float: left;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
}

div.useful-link-category a {
    color: #666;
    text-decoration: none;
    display: block;
    padding: 1em;
    font-weight: bold;
}

div.useful-link-block {
    padding: 1.5em 0 1.5em 2em;
    border-bottom: 1px dotted #CCC;
}

div.useful-link-title {
    margin-bottom: 0.2em;
    font-size: 1em;
    font-weight: bold;
}

div.useful-link-title a {

}

div.useful-link-about {
    margin-left: 1em;
}

/** Search */
div.search-result-block {
    margin-bottom: 2em;
}

div.search-category {
    color: #006600;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1em;
}

div.search-result {
    padding-bottom: 1em;
}

div.search-result .headline,
div.search-result .link-title {
    padding-bottom: 0.5em;
}

div.search-result .snippet,
div.search-result .about,
.empty-search-result {
    padding-left: 1em;
}

body.search.breeder input#submit {
    margin-left: 10.3em;
    }
	
#hit_count {
	font-weight: bold;
	font-size: 14px;
    }

body.hints-and-tips .article h3{
	margin-bottom: 6px;
	text-align: center;
}
	
body.hints-and-tips .article p{
	margin-bottom: 6px;
}

body.hints-and-tips .article ul{
	margin-bottom: 8px;
	padding: 0 0 0 16px;
}

body.hints-and-tips .article ul li{
	margin-bottom: 6px;
}

body.hints-and-tips.breeder dl dt,
body.hints-and-tips.owner dl dt{
	margin: 6px;
	font-size:16px;
	text-decoration: none;
}

body.hints-and-tips.breeder dl dd,
body.hints-and-tips.owner dl dd{
	margin: 6px;
}

#tips-list dt{
	margin: 6px;
	font-size:14px;
	text-decoration: none;
}

#tips-list dd{
	margin: 6px 6px 6px 12px;
	background:url(/images/arrow_bullets.png) no-repeat;
	padding-left: 16px;
}

/*****************************/
/*login and register buttons */

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(/images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 5px 5px 10px 15px; margin-bottom: -5px; color: #fff;}
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #003399; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url(/images/shade.png); background-position: bottom; }

