﻿/*
    Projekt: E-Shop Paramo
    URL: http://shop.paramo.cz

    Výstupní zařízení: all

    Autor: Roman Štěrba
*/

* {
	font-family: Tahoma, Trebuchet MS,  Arial, sans-serif;
	font-size: 100%;
}

p,form,ul,ol,li,h1,h2,h3,h4,h5,h6,td {
	padding: 0px;
    margin: 0px;
}

html, body {
	height: 100%;
}

body {
	background-color: #3B3F44;
	color: #666;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

a, img {
	border: 0px;
}

a {
	color: #37A8D3; /*#7788AA*/
}
a:hover {
	color: #222;
}

strong {
	color: #333;
}

h1 {
	font-family: Trebuchet MS, Arial;
	color: #48528C;	/*#77BB33;*/
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 15px;
}


h2 {
	padding: 7px 10px;
	border: 1px solid #273d5f;
	margin-bottom: 1px;
	background: #273d5f url("../images/h3_back.gif") repeat-x;
	color: #fff;
	font-weight: bold;
}

h3 {
	border-bottom: 2px solid #48528C;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #48528C;
	font-size: 110%;
}

h4 {
	color: #48528C;
	font-size: 100%;
	margin-bottom: 10px;
}


hr {
	font-size: 0;
	overflow: hidden;
	border-width: 0;
	height: 1px;
	margin: 15px 0;
	background-color: #e0e0e0;
	_color: #e0e0e0;
}


p, ul {
	line-height: 18px;
	list-style-type: none;
}


fieldset  {
	border: 1px solid #ccc; 
	padding: 10px;
	padding-left: 20px;
	margin: 0; 
	clear: both; 
}
legend {
	color: #48528C;
	font-weight: bold;
	padding: 0px 10px;
	_margin-bottom: 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}


/*
	definice layoutu
*/
#page {
	background: #fff url("../images/page_back.gif") repeat-y;
	text-align: left;
	margin: auto;
	width: 920px;
/*	m/in-height: 800px; _h/eight: 800px;*/
}
#page-end {
	height: 10px;
	_margin-top: -3px;
	background: url("../images/page_end.gif") no-repeat 0 100%;
}

#hlavicka {
	background: url("../images/h_back.jpg") no-repeat;
	height: 150px;
	margin: 0 10px;
}
#hlavicka a {
	font-weight: bold;
}
#hlavicka a:hover {
	color: #fff;
}
#hlavicka .homepage {
	float: left;
	width: 400px;
	height: 100%;
}
#hlavicka .info {
	color: #eee;
	line-height: 20px;
	float: right;
	text-align: right;
	padding: 30px 30px 0 0;
	width: 250px;
}
#hlavicka .info #kosik {
	margin-top: 10px;
	padding: 10px 15px;
	text-align: left;
	border: 1px solid #334968;
	background-color: #192d4b;
}
#hlavicka .info #kosik a {
	padding: 2px 0 2px 20px;
	background: url("../images/h_kosik.gif") no-repeat 0 +1px;
}
#hlavicka .info #kosik p {
	margin-top: 10px;
}

/* box pro prihlaseni zakaznika */
#customerlogin-box {
	width: 220px;
	padding: 10px;
	padding-left: 20px;
	border: 1px solid #555;
	margin-top: 10px;
	position:absolute;
	text-align: left;
	background-color: #ecebeb;
	color: #666;
	display: none;
	z-index: 1000;
}
#customerlogin-box a {
	color: #37A8D3;
	font-weight: normal;
}
#customerlogin-box a:hover {
	color: #222;
}
#customerlogin-box .close {
	float: right;
	cursor: pointer;
	position: relative;
	top: -2px;
	left: +2px;
}
#customerlogin-box .chyba {
	margin: 10px 0;
	line-height: 15px;
}
#customerlogin-box .button {
	margin: 15px 0;
}
/* box pro prihlaseni zakaznika - end */


#grad-top {
	background: url("../images/grad_top.gif") repeat-x ;
	margin: 0px 10px;
}


#content {
	margin: 0 30px;
	padding: 30px 0;
	min-height: 450px; _height: 450px;
}

#content .left {
	float: left;
	width: 200px;
	vertical-align: top;
}
#content .right {
	float: right;
	width: 600px;
	padding-left: 40px;
	vertical-align: top;
}

#paticka {
	margin: 0 10px;
	padding: 30px 30px;
	background-color: #111;
}


/*	 definice hlavního menu   */
#menu {
	background-color: #222;
	line-height: 22px;
	list-style-type: none;
	border-top: 1px solid #fff;
	margin: 0px 10px;
	height: 40px;
	position: relative;	
	z-index: 999;
}

#menu li {
	float: left;
	position: relative;
}
#menu li a {
	display: block;
	_float: left;	/*je to pouze kvuli IE v Opere to blbne*/
	padding: 9px 25px;
	color: #eee;
	font-size: 90%;
	font-weight: bold;	
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
#menu li a:hover {
	color: #37A8D3;
}
#menu li.sep {
	color: #fff;
	padding: 0px;
	padding-top: 8px;
}

#menu ul {
	list-style-type: none;
	padding: 10px 0px;
	line-height: 1.3em;
	background-color: #2a2a2a;
	position: absolute;
	top: +40px;
	left: 0px;
	display: none;
	width: 200px;
}
#menu ul li {
	width: 100%;

}
#menu ul li a {
	padding: 5px 25px;
	_width: 190px;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
	
}
/*	 definice hlavního menu end   */




/*   skupiny produktů   */
.skupiny-produktu {
	width: 200px;
}
.skupiny-produktu li {
	padding: 3px 10px;
	border-bottom: 1px solid #fff;
	background-color: #e9e9e9;
	
	background-color: #333;
}
.skupiny-produktu li:hover {
	/*background-color: #ddd;*/
}

.skupiny-produktu li.aktual {
	color: #fff;
	background-color: #333;
	font-weight: bold;
}

.skupiny-produktu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.skupiny-produktu a:hover {
	text-decoration: underline;
}

.skupiny-produktu li.podskupina {
	padding-left: 20px;
	background-color: #eee;
}
.skupiny-produktu li.podskupina:hover {
	background-color: #fff;

}
.skupiny-produktu li.podskupina-aktual  {
	background-color: #ddd; /*d7e4f5,e6f0fd*/
	color: #444;
	font-weight: bold;
}

.skupiny-produktu li.podskupina a {
	color: #666;
	font-weight: normal;
}

.skupiny-produktu span {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	display: block;
}

/*   skupiny produktů end   */



/*
	definice lokálního menu
*/
.LM {
	list-style-type: none;
}
.LM ul {
	display: none;
	margin-left: 20px;
}
.LM a {
	color: #666;
	background: url("../images/li_1_back.gif") repeat-x 0px 100%;	
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 4px 0 3px 2px;
}
.LM a:hover {
	color: #37A8D3;
	text-decoration: none;
}

.LM a.node {
	color: #000;
	font-weight: bold;
}
.LM a.node:hover {
	color: #000;
}
.LM a.node span {
	background: url("../images/li_1.gif") no-repeat 0 +4px;
	padding-left: 8px;
}





/*	 stránkování   */
.strankovani {
	padding: 7px 10px;
	border: 1px solid #e5e5e5;
	text-align: right;
	background-color: #eee;
}

.strankovac {
	font-size: 85%;
}
.strankovac a,.strankovac .act {
	margin-left: 8px;
}
.strankovac .act {
	/*padding: 1px 3px 1px 4px;	background-color: #eee;*/
	font-weight: bold;
}
/*	 stránkování end   */


.sort-asc {
	background: url("../images/sort_asc.gif") no-repeat 0px 1px;
	padding-left: 13px;
}
.sort-desc {
	background: url("../images/sort_desc.gif") no-repeat 0px 1px;
	padding-left: 13px;
}



ul.odrazky {
	margin-left: 10px; 
}
ul.odrazky li {
	background: url("../images/li_2.gif") no-repeat 0px 8px;
	padding-left: 15px;
}


.odstavec {
	text-indent: 2em;
}

.odskok {
	margin-left: 15px;
}

.chyba {
	display: block;
	margin-bottom: 25px;
	border: 1px solid #dd1111;
	padding: 5px 10px;
	color: #dd1111;
	background-color: #feebeb;
	font-weight: bold;
}

.poznamka {
	font-size: 90%;
	color: #bbb;
	/*f\ont-style: italic;*/
}

.help {
	background: url("../images/help_back.gif") repeat-x 0 100%;
	cursor: help;
}


.noscreen {
	display: none;
}

.tbox, .tarea {
	height: 16px;
	width: 90px;
	padding: 3px 4px 0px 4px;
	color: #444;
	background: #f9f9f9 url("../images/textbox_back.gif") no-repeat;
	border: 1px solid #ccc;
	
}
.tarea {
	height: 50px;
	overflow: auto;
}

.watermark {
	color: #bbb;
}

.disabled {
	background-color: #eee;
}

/*.tbox_active {_behavior: url("/css/textbox.htc");}*/

.button, .button-next, .button-prev {
	background: url("../images/button.gif") no-repeat;
	width: 90px;
	height: 24px;
	border-width: 0px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	padding-bottom: 2px; _padding-bottom: 0;
}

.button-next {
	background: url("../images/button-next.gif") no-repeat;
	width: 130px;
	text-align: left; 
	padding-left: 10px;
}

.button-prev {
	background: url("../images/button-prev.gif") no-repeat;
	width: 130px;
	text-align: right;
	padding-right: 10px;
}


.oddelovac {
	height: 2px;
	background-color: #d0d0d0;
	margin: 15px 0;
}

select {
	width: 110px;
	padding: 2px;
	padding-left: 4px;
	border: 1px solid #ccc;
	color: #444;
	background: #fff url("../images/textbox_back.gif") no-repeat;
}

table.form td {
	padding: 4px 0;
}


.infobox {
	border: 1px solid #666;
	padding: 15px;
	background-color: #f5f5f5;
}


/*
	statusy objednavky
*/
.status_0, .status_1, .status_2, .status_3, .status_4, .status_5 {
	background: url("../images/status_zapsana.gif") no-repeat left +1px;
	padding-left: 20px;
	padding-bottom: 1px;
}
.status_1 { background-image: url("../images/status_kexpedici.gif"); }
.status_2 { background-image: url("../images/status_expedovana.gif"); }
.status_3 { background-image: url("../images/status_zamitnuta.gif"); }
.status_4 { background-image: url("../images/status_zaplacena.gif"); }
.status_5 { background-image: url("../images/status_neodebrana.gif"); }



/* =========================
		Kalendář 
========================= */
.CalendarButton {
	position: relative;
	top: +3px;
	margin-left: 4px;
}

.Calendar .ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
.Calendar .ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}
.Calendar .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.Calendar .ajax__calendar_container TABLE {font-size:11px;}
.Calendar .ajax__calendar_header {height:20px;width:100%;}
.Calendar .ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url("../images/calendar_prev.gif");}
.Calendar .ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url("../images/calendar_next.gif");}
.Calendar .ajax__calendar_title {cursor:pointer;font-weight:bold;}
.Calendar .ajax__calendar_footer {height:15px;}
.Calendar .ajax__calendar_today {cursor:pointer;padding-top:3px;}
.Calendar .ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.Calendar .ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.Calendar .ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.Calendar .ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.Calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;z-index:100;}
.Calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.Calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.Calendar .ajax__calendar_day {border:1px solid #ffffff;}
.Calendar .ajax__calendar_month {border:1px solid #ffffff;}
.Calendar .ajax__calendar_year {border:1px solid #ffffff;}

.Calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.Calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.Calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.Calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.Calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.Calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.Calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.Calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.Calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.Calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}