/* 
    Document   : default
    Created on : 8.9.2008, 20:25:08
    Author     : Lukas Pitka
    Description:
        Default color and background styles for www.keepinhead.com. All rights reserved.
*/

body {
}

a {
    color: #ff9900;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h2 {
    font-weight: bold;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

h3 {
    font-weight: bold;
    font-variant: small-caps;
}

h3 {
    font-weight: bold;
}

.note_asterisk {
    color: #ea482c;
    font-weight: bold;
}

.error {
    color: #ea482c;
    font-weight: bold;
}

#page {
    background-color: #ffffff;
}

#inner_page {
    
}

#inner_page_bottom_corners {
    background-image: url(../images/css/default/bottom_line.gif);
}

#header_bottom_corners {
    background-image: url(../images/css/default/header_bottom_corners.gif);
}

#header {
    background-color: #42446e;
    background-repeat: no-repeat;
    color: #8a8787;
}

#page_text form input.button {
    background-image: url(../images/css/default/form_button.gif);
}

#header #header_search #search_field .field {
    color: #8a8787;
}

#header #header_search #word_count {
    color: white;
}

#menu {
    background-color: #42446e;
}

#menu li {
    color: #8a8787;
    background-color: #b3b4c5;
}

#menu li a {
    color: #000000;
}

#menu li a:hover {
    background-color: #ffffff;
}

#menu li.selected {
    background-color: #ffffff;
}

#menu li.selected a {
    color: #000000;
}

#menu li.selected a:hover {
}

#homepage_center_content {
    background-color: #dedede;
}

#myaccount_picture img {
    border: 1px solid #8a8787;
}

#footer {
    color: #8a8787;
}

#footer a {
	font-weight: normal;
	color: #8a8787;
	text-decoration: none;
}

#footer a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #ff9900;
}

.comment {
    border-top-color: #ff9900;
}

.comment_header {
    background-color: #efefef;
}

.comment_number {
    color: #ff9900;
    font-size: 16px;
    font-weight: bold;
}

.gray {
    color: #8a8787;
}

.dbdetail_name {
    font-weight: normal;
}

.paging a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
}

.paging a:hover {
    background: #ff9900;
    color: #ffffff;
    text-decoration: none;
}

.paging a.no_hover:hover {
    color: #ff9900;
    background: #ffffff;
}

.page_selected {
    font-weight: bold;
    color: #ff9900;
    border-bottom-width: 2px;
    border-bottom-color: #ff9900;
    border-bottom-style: solid;
}

.language {
    background-image: url(../images/pages/up_gray.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.language:hover {
    background-image: url(../images/pages/up_orange.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.underline:hover {    
    text-decoration: underline;
}

#ct { text-align: left; width: 100%; clear: left; padding: 10px 0 0px 0; }

#ct ul { margin: 0; padding: 30px 0; list-style: none; }
#ct ul li {  height: 64px; width: 310px; float: left; margin: 0 25px 0 0;  padding: 0; }
#ct ul li.ct_mobile, #ct ul li.en_ct_mobile { margin: 0; }

#ct ul li a span, #ct ul li a {	display: block;	height: 64px;	width: 310px; }


#ct ul li a {	position: relative;	overflow: hidden;	color: #2c2c2c; font-size: 13px;	padding: 0;	text-decoration: underline; }
#ct ul li a span { position: absolute; left: 0; top: 0; cursor: pointer; }

#ct ul li.ct_buy a span {	background: url('http://data.petrhlubina.info/keepinhead/cz-btn-buy.png') no-repeat 0 0px; }
#ct ul li.ct_pc a span {	background: url('http://data.petrhlubina.info/keepinhead/cz-down-pc.png') no-repeat 0 0px; }
#ct ul li.ct_mobile a span {	background: url('http://data.petrhlubina.info/keepinhead/cz-down-mobile.png') no-repeat 0 0px; }
#ct ul li.en_ct_buy a span {	background: url('http://data.petrhlubina.info/keepinhead/btn-buy.png') no-repeat 0 0px; }
#ct ul li.en_ct_pc a span {	background: url('http://data.petrhlubina.info/keepinhead/down-pc.png') no-repeat 0 0px; }
#ct ul li.en_ct_mobile a span {	background: url('http://data.petrhlubina.info/keepinhead/down-mobile.png') no-repeat 0 0px; }

.cl { clear: both; height: 40px;}

