/* CSS RESET ---------------------------------------------------------------------------------------------*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN LAYOUT ----------------------------------------------------------------------------*/

body {
    background-color: #FFF;
    font-family: Times New Roman;
    font-size: 14px;
    color: #74766a;
}

#body0 {
	text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

#body1 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
    width: 950px;
    height: 124px;
    background-image: url('./img/design/header_background.jpg');
    background-color: #f1efe7;
}
.clear {
    clear: both;
    visibility: hidden;
}
#header #logo {
    width: 332px;
    height: 54px;
    background-image: url('./img/design/logo.jpg');
    background-repeat: no-repeat;
    margin-top: 46px;
    margin-left: 23px;
    float: left;
    display: inline;
}
#header #horizontal_menu {
    height: 37px;
    width: 570px;
    float: right;
    margin-top: 87px;
    font-size: 16px;
    text-transform: uppercase;
}
#header #horizontal_menu a {
    text-decoration: none;
}
#header #horizontal_menu .tab {
    float: left;
    padding-left: 17px;
    padding-right: 17px;
    color: #74766a;
    height: 33px;
    text-decoration: none;
    padding-top: 4px;
}
#header #horizontal_menu .active_tab {
    float: left;
    padding-left: 17px;
    padding-right: 17px;
    color: #80a812;
    height: 33px;
    text-decoration: none;
    background-image: url('./img/design/active_tab_background.jpg');
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 4px;
}
#header #horizontal_menu .tab_separator {
    width: 1px;
    background-image: url('./img/design/menu_tab_separator.jpg');
    height: 37px;
    float: left;
}
#top_links {
    margin-bottom: 5px;
}
#top_links a {
    color: #5e544a;
    text-decoration: none;
}
h1 {
    font-size: 24px;
    font-weight: lighter;
}
h2 {
    color: #80a812;
    font-size: 20px;
    font-weight: lighter;
}
.left {
    float: left;
}
.right {
    float: right;
}
#footer {
    margin-top: 10px;
    background-color: #efe6de;
    width: 950px;
    height: 104px;
}
#footer #action_panel {
    width: 930px;
    height: 47px;
    background-image: url('./img/design/action_panel_background.jpg');
    background-repeat: no-repeat;
    font-size: 14px;
    padding-top: 23px;
    padding-left: 20px;
    color: #fff;
}
#footer #action_panel .right {
    margin-right: 30px;
    padding-top: 5px;
}
#footer #action_panel a {
    font-size: 14px;
    font-family: Times New Roman;
    color: #fff;
    text-decoration: none;
}
#footer label {
    margin-right: 5px;
}
#footer button {
    margin-left: 5px;
}
#footer #bottom_links {
    color: #5e544a;
    margin-top: 10px;
    width: 900px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 12px;
}
#footer #bottom_links a {
    color: #5e544a;
    text-decoration: none;
}
#content_0 { /*879 vnitrni sirka */
    width: 914px;
    background-image: url('./img/design/content_0_background.jpg');
    background-repeat: repeat-x;
    background-position: top;
    border: 1px solid #e7dfd6;
    border-top: 0px;
    padding-left: 35px;
}
#content_1 {
    margin-top: 10px;
    width: 948px;
    border: 1px solid #e7dfd6;
}
#content_1 .user_content {
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
#content_1 .box {
    width: 290px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 28px;
    background-image: url('./img/design/box_separator.jpg');
    background-repeat: no-repeat;
    background-position: center left;
    padding-bottom: 20px;
}
#content_1 .box h2 {
    margin-left: 10px;
}
#content_1 .box p {
    margin-bottom: 10px;
}
#content_1 .box .img {
    width: 125px;
    float: left;
    padding-top: 15px;
}
#content_1 .first {
    background-image: none;
}
#result {
    margin-top: 10px;
    margin-bottom: 6px;
}
.attribute {
    color: #7d7f74;
    font-size: 18px;
    font-family: Times New Roman;
}
.value, .value a {
    color: #80a812;
    font-size: 20px;
    font-family: Times New Roman;
    text-decoration: none;
}
#content_0 .left_index {
    width: 425px;
    padding-bottom: 20px;
    padding-top: 40px;
    float: left;
}
#content_0 .right_index {
    width: 488px;
    float: right;
}
#content_0 #main_content {
    width: 844px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#content_0 #main_content h3, .left_standart h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #80a812;
}

#content_0 #main_content p {
    margin-top: 10px;
    margin-bottom: 10px;
}
#content_0 .left_index p {
    width: 400px;
    margin-bottom: 10px;
}
#content_0 .left_standart, #content_0 .right_standart {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}
#content_0 .left_standart {
    width: 549px;
    float: left;
}
#content_0 .right_standart {
    width: 285px;
    float: right;
    padding-left: 30px;
    border-left: 1px solid #e4dad0;
    padding-right: 15px;
}
.left_standart p, .right_standart p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.right_standart a {
    color: #5E544A;
}
.left_standart ul, .right_standart ul, .left_standart label, .right_standart label {
    list-style-type: none;
    color: #000;
    margin-right: 10px;
}
.left_standart ul li, .right_standart ul li {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 3px;
}
.left_standart ul label, .right_standart ul label {
    width: 80px;
    display: block;
    float: left;
    padding-top: 4px;
}
.left_standart #login ul label, .right_standart #login ul label {
    width: auto;
}
.left_standart form {
    margin-top: 0px;
    margin-bottom: 0px;
}
.right_standart form {
    margin-top: 0px;
    margin-bottom: 15px;
}
.standart form p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #aaaaaa;
}
.left_standart form input, .right_standart form input {
    width: 160px;
    border: 1px solid #e4dad0;
    padding: 3px;
}
.right_standart form label {
    width: 120px;
}
.right_standart form input {
    width: 135px;
}

.left_standart form .checkbox, .left_standart form .select, .right_standart form .checkbox, .right_standart form .select {
    width: auto;
}
.hr {
    width: 95%;
    height: 1px;
    border-top: 1px solid #e4dad0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0px;
}
.left_standart .hr.short {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.gray {
    background-color: #737568;
    background-image: url('content_0_right_gray.jpg');
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 22px;
    padding-bottom: 15px;
    padding-left: 12px;
    color: #fff;
}
.gray a, .gray strong {
    color: #b2e516;
    text-decoration: none;
}
.gray h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
#login {
    padding-top: 15px;
}
#login .left {
    width: 235px;
    padding: 0px;
    margin-right: 5px;
}
#login .left p {
    width: 205px;
    margin-bottom: 8px;
}
#login .right {
    width: 231px;
}
#login form {
    color: #fff;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #749e11;
    background-image: url('./img/design/login_form_background.jpg');
    border: 1px solid #739d13;
    background-repeat: repeat-x;
}
.right_standart #login form {
    width: 250px;
}
#login .right form button {
    float: right;
}
.button, button {
    background-color: #f1ede2;
    border: 0px;
    font-family: Times New Roman;
    font-size: 14px;
    color: #483b23;
    height: 24px;
    text-align: center;
}
.button {
    width: 70px;
    height: 20px;
    padding-top: 4px;
}
#login form h3 {
    margin-top: 3px;
    margin-bottom: 8px;
}
#login form ul,  {
    margin-top: 20px;
}
#login form ul li {
    clear: both;
    height: 25px;
    display: block;
    font-family: Tahoma;
    font-size: 12px;
}
#login form ul li label {
    float: left;
    display: block;
    padding-top: 3px;
    color: #fff;
}
#login form input {
    float: right;
    border: 1px solid #ccc;
    width: 140px;
}
#login form .checkbox {
    width: 14px;
    float: left;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0px;
    margin-right: 6px;
    margin-top: 3px;
    padding: 0px;
    vertical-align: middle;
}
.left_index #akcni_nabidka_img {
    width: 291px;
    text-align: center;
    float: right;
    margin-right: 5px;
    display: inline;
}
.left_index #akcni_nabidka_img img {
    margin-left: auto;
    margin-right: auto;
}
.left_index .price {
    width: 77px;
    float: left;
    margin-top: 40px;
}
.left_index .price .old_price {
    text-decoration: line-through;
}
.left_index .price .actual_price {
    overflow: visible;
    font-size: 30px;
    color: #7ca511;
    text-align: center;
    background-image: url('./img/design/price_background.jpg');
    background-repeat: repeat-x;
    height: 37px;
    padding-top: 6px;
    
}

.error {
    color: red;
    margin-top: 2px;
    margin-bottom: 2px;
}

/*-----------------------------------------------------------
 tabulka produktu
-----------------------------------------------------------*/
.left_standart table {
    border: none;
    border-top: 1px solid #e4dad0;
    width: 100%;
    border-collapse:collapse;
}
.left_standart table tr {
    border: none;
}
.left_standart table td {
    padding-top: 2px;
    padding-bottom: 2px;
    border: none;
    border-bottom: 1px solid #e4dad0;
    vertical-align: middle;
}
.left_standart th {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e4dad0;
}
.left_standart table input {
    width: 50px;
    text-align: right;
}
.left_standart table .description {
    color: #483b23;
    margin-right: 5px;
}
.left_standart table .amount {
    color: #80a812;
}
.left_standart table button {
    color: #483b23;
}
.left_standart table p {
    margin: 4px;
    padding: 0px;
}
.left_standart table .img {
    border: none;
    margin: 3px;
    width: 76px;
    float: left;
}
.left_standart table .content {
    width: 340px;
    padding:  2px;
}
.left_standart table p {
    width: 250px;
}

/*-----------------------------------------------------------
 tabulka doručovací adresy
-----------------------------------------------------------*/
.left_standart #address {
    border: none;
    width: 100%;
    border-collapse:collapse;
}
.left_standart #address tr {
    border: none;
}
.left_standart #address td {
    padding-top: 5px;
    border: none;
    vertical-align: middle;
}

/* pravy sloupec s aktualni obednavkou */
.right_standart table {
    width: 100%;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000000;
    border-collapse:collapse;
}
.right_standart table tr {
    border: none;
}
.right_standart table th {
    color: #98b840;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #e4dad0;
}
.right_standart table td {
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
    border-bottom: 1px solid #e4dad0;
}
.right_standart table a {
    text-decoration: none;
    color: #000;
}
.right_standart table .remove {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}
.right_standart table .price {
    text-align: right;
    padding-left: 2px;
    padding-right: 5px;
    font-weight: bold;
}
.right_standart table .amount {
    text-align: right;
    padding-left: 5px;
    padding-right: 7px;
    color: #98b840;
    font-weight: bold;
}


/*-------------------------------------------
 forgotten password
--------------------------------------------*/
form #antispam img {
	margin-top: 3px;
	float: left;
}
form #antispam input {
	width: 30px;
	float: left;
	margin-left: 10px;
	text-align: right;
	padding-right: 3px;
    margin-right: 10px;
	}
form #antispam #text {
	float: left;
	margin-left: 10px;
}

/*-------------------------------------------
 order comment
--------------------------------------------*/
form #order_comment textarea {
    width: 400px;
    height: 100px;
    border: 1px solid #e4dad0;
    padding: 7px;
    text-align: left;
    vertical-align: top;
    display: block;
}





/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
