/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */

#container, .container {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#left_menu {
	position: absolute;
	width: 170px;
	top: 115px;
    _top: 121px;
	left: 0;
	padding-left: 7px;
	z-index: 2;
	}

#right_menu {
	position: absolute;
	width: 170px;
	top: 115px;
    _top: 121px;
	right: 0;
	padding-right: 7px;
	z-index: 1;
	overflow: hidden;
	clear: both;
}

#content {
	position: relative;
	height: 100%;
	z-index: 3;
	top: 115px;
	margin: 0px 186px 180px 185px;
	_margin-left: 183px;
	_margin-bottom: 100px;
	_height: 2050px;
	min-height: 2080px;
	text-align: left;
}

#header {
	position: absolute;
	left: 0;
	top: 0px;
}

#footer {
	width:100%;
	clear:both;
	text-align:center;
	position:relative;
	padding-top: 10px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	HTML TAGS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
FORM {
	padding: 0px;
	margin: 2px;
}

BODY {
	font-size: 75%;
	line-height: 18px;
	background-color: #FFFDEC;
	margin: 0px; padding: 0px;

}
SELECT,INPUT,TEXTAREA {
	border: 1px solid #333333;
	font-size: 0.8em;
}
#content LI {
	list-style-type: square;
	color: #000000;
}

TABLE {
	padding: 0px; margin: 0px;
	font-size: 100%;
}
.TDfix {
	padding: 5px; margin: 0px;
	font-size: 11px;
	display: inline;
}
HR {
	border-bottom: 1px dashed #CCCCCC;
	border-top: 0px;
}

.bold {
	font-weight: bold;
}

H1,H2,H3,H4 {
	font-size: 110%;
	display: inline;
	color:#FF0066;	
}
H5,H6 {
	font-size: 100%;
	display: inline;
	color:#000000;	
}

H3 {

}

PRE {
	font-size: larger;
}

.black {
	color: black;
}
INPUT {
	background-color:#FFFBFD;
	font-size:90%;
	border: 1px solid #FF0066;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	TABLE MIMIC
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.table {
	width: 100%;
}
.table_auto {
	width: auto;
}

.table .tr {
}
.table .tr2 {
	margin: 5px;
}
.tr3 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.table .th {
	/*font-weight: bold;*/
}
.td {
	float: left;
	width: auto;
	height: auto;
	margin-bottom: 0px;
	vertical-align: bottom;
}
.td2 {
	float: left;
	width: auto;
	height: auto;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: bottom;
	text-align:center;
}
.td3 {
	float: left;
	width: auto;
	height: auto;
	margin-left: 10px;
	vertical-align: bottom;
	text-align:left;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	HEADER
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#head_container {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #5B5B5B;
	background-color: #FFFFFF;	
	height: 103px;
}

#head_container span {
	position: relative;
	width: auto;
	top: 0;
	left: 0;
}

#logo {
	float: left;
	padding: 0px;
	background-image: url(http://www.kosmetika-zdravi.cz/skin1/images/logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 80px;
	width: 750px;
}
#logo A {
	display: block;
	height: 80px;
	width: 750px;
}

#top_menu {
	right: 0px;
	top: 0px;
		border-bottom: 1px solid #5B5B5B;
}

#head_bar {
	padding: 0.4em 0.4em;
	height: 30px;
	vertical-align: middle;
}

#search_bar {
	float: right;
	clear: right;
	position: absolute;
	z-index: 1000;
	margin: 0 48px 0 0;
	top: 82px;
	right: 0px;
	width:260px;
	vertical-align: middle;
	}
#search_bar a { font-size: 10px}
#search_bar img {
	margin: 0 5px 0 0;
	float:left;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	HEADER SPEED BAR
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#navcontainer ul {
	padding: 0;
	margin: 0;
	background-color: #E94756;
	color: White;
	float: left;
	width: 100%;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #E94756;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFFFFF;
}

#navcontainer ul li a:hover {
	background-color: #EFEFEF;
	color: #000000;
}

#navnumber {
	padding: 0.2em 1em;
	text-align: right;
	color: #FFFFFF;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	FOOTER
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#footer_bar {
	width: auto;
	clear: both;
	border-bottom: 1px solid #5B5B5B;
	vertical-align: middle;
	margin-top: 10px;
	_margin-top: 0px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	DIALOG
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.dialog, #dialog {
	position: relative;
	min-width: 300px;
	color: #2D4504;
	border: 0px solid #E94756;
	padding-bottom:7px;
	float:left;
	width: 100%;
	_width: 100%;
}

.dialog_title, #dialog_title {
	color: #2D4504;
}

.dialog_content, #dialog_content {
	padding: 10px;
	border: solid 1px #E94756;
	background-color:#FFFFFF;
	display:block;
}

.dialog_title h3,.dialog_title h2,.dialog_title h1, #dialog_title {
	color: #FFFFFF;
	font-size: 90%;
	margin: 0px;
	_width: 99%;
	display:block;
	background-color: #E94756;
	letter-spacing:1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	_padding-left: 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image: url(http://www.kosmetika-zdravi.cz/skin1/images/menu-stin2.gif);
	background-repeat: repeat-x;
	background-position:left bottom;
}

#dialog_title h1 {
	color: white;
}

img {
	border: none;
}

.uvodtxt {
font-weight: bold;
}
.uvodtxt span {
color:#FF0066;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	MENUS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.menu_containter {
	background-color: #000000;
	margin: 5px;
	padding: 5px;
	background-image: url(http://www.kosmetika-zdravi.cz/skin1/images/box.gif);
	background-repeat: repeat-x;
	background-position:left bottom;
}

.menu_hdr {
	background-color: #E94756;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-image: url(http://www.kosmetika-zdravi.cz/skin1/images/menu-stin.gif);
	background-repeat: repeat-x;
	background-position:left bottom;
}

.menu_content_inside {
	padding: 5px;
	margin: 0px 3px 3px 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-image: url(http://www.kosmetika-zdravi.cz/skin1/images/box.gif);
	background-repeat: repeat-y;
}

.menu_content {
	background-color: #FEF7C2;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E94756;
	border-right-color: #E94756;
	border-bottom-color: #E94756;
	border-left-color: #E94756;
	background-image: url(http://www.kosmetika-zdravi.cz/skin1/images/box.gif);
	background-repeat: repeat-y;
}
.buttons a {
	color: #000000;
	background-color: #FEF7C2;
	padding-left: 0px;
	margin-left: -2px;
	display: block;
	border-bottom: 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	width: 150px;
	background-image: url(http://www.kosmetika-zdravi.cz/skin1/images/box.gif);
	background-repeat: repeat-y;
}

.buttons a:hover {background-color: #FF0066;
color: #FF0066;
text-decoration: none;}
.buttons a:link {text-decoration: none;}
.buttons a:visited {text-decoration: none;}



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	PRODUCT LISTINGS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#products_details {
	min-width: 200px;
	margin: 5px;
}
#products_thumbnail {
	width: 90px;
	border: 1px solid #CCCCCC;
	float: left;
	text-align: center;
	padding: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	z-index: 1;
}
#products_spacer {
	border-left: 0px solid #CCCCCC;
	padding-left: 0px;
	margin-left: 100px;
	margin-bottom: 0px;
	margin-top: -5px;
}
.products_details {
	min-width: 200px;
	margin: 5px;
}
.products_thumbnail {
	width: 90px;
	border: 1px solid #CCCCCC;
	float: left;
	text-align: center;
	padding: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	z-index: 1;
}
.products_spacer {
	border-left: 0px solid #CCCCCC;
	padding-left: 0px;
	margin-left: 100px;
	margin-bottom: 0px;
	margin-top: -5px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	BUTTONS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
A.buttons {
	white-space:nowrap;
	font-weight: bold;
	cursor: pointer;
	padding: 2px;
	margin: 0px;
	text-decoration: none;
	color: #FFFFFF;
	width: auto;
	height: 18px;
	background-color: #CA3348;
	border-style: solid;
	border-width: 1px;
	border-top-color: #E0E0E0;
	border-left-color: #E0E0E0;
	border-bottom-color: #5C5C5C;
	border-right-color: #5C5C5C;
}

A.buttons:link, A.buttons:Visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CA3348;
	border-style: solid;
	border-width: 1px;
	border-top-color: #E0E0E0;
	border-left-color: #E0E0E0;
	border-bottom-color: #5C5C5C;
	border-right-color: #5C5C5C;
}

A.buttons:Hover{
	color: #000000;
	text-decoration: none;
	background-color: #FFB3D1;
	border-bottom-color: #9FFF00;
	border-right-color: #9FFF00;
	border-top-color: #5B8E05;
	border-left-color: #5B8E05;
}

A.buttons:Active {
	color: #FFFFFF;
	text-decoration: none;
}

.outlined {
	padding: 4px;
	float:left;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	SUB-CATEGORIES
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#subcat_title {
	float: left;
	font-weight: bold;
	margin: 0em 0.6em;
}

#subcat_count {
	float: right;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	MINI-CART
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#minicart {
	top: 11px;
	margin-bottom: 5px;
}

#minicart_img_empty {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
}

#minicart_img_full {
	float: left;
	margin-top: 8px;
	margin-right: 5px;
}

#minicart_txt {
	float: left;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	PRODUCT DETAILS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#product {
	clear: both;
}

.product_thumb {
	text-align: center;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	float: left;
}
#save_money {
	text-align: center;
width:45px;
height:45px;
	padding: 5px;
	background-color: #FFFFFF;
color: #FFFFFF;
	float: right;
	background-image: url(http://www.kosmetika-zdravi.cz/skin1/images/save_money.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
}

#product_descr {
	text-align: left;
	width: auto;
}

#product_details {
	text-align: left;
}

#product_price {
	text-align: center;
	color: red;
	margin-top: 15px;
	font-weight: bold;
	font-size:120%;
}

#buy_now_button {
	float: right;
	clear: left;
	text-align: center;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 5px;

}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	NAVIGATION PAGING
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#nav_container {
	float: left;
	position: relative;
	left: 10px;
	top: -90px;
	padding: 0px;
	height: 20px;
}

#nav_form {
	float: left;
	width: 22px;
	height: 17px;
	clear: both;
}

#nav_page {
	padding: 1px;
	text-align: center;
	float: left;
	width: 20px;
	height: 17px;
	padding-right: 3px;
}

#nav_selected_page {
	text-align: center;
	float: left;
	font-weight: bold;
	margin: 1px;
	border: 1px solid #000000;
}

#nav_arrow {
	text-align: center;
	float: left;
	padding-top: 7px;
	width: 17px;
	height: 22px;
}

#nav_page A {
	width: 20px;
}

#nav_selected_page A {
	width: 20px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	TABBED PRODUCT MENU
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#tablist {
	padding: 0 0.1em 0 0;
	margin-left: 0;
	border-bottom: 1px solid #999999;
}

#tablist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#tablist li a {
	padding: 0.3em 0.5em;
	margin-left: 3px;
	border: 1px solid #999999;
	border-bottom: none;
	background: #CCCCCC;
	text-decoration: none;
}

#tablist li a:link {
	color: #000000;
}

#tablist li a:visited {
	color: #000000;
}

#tablist li a:hover {
	color: #CCFF66;
	background: #598E00;
	border-color: #999999;
}

#tablist li a.current {
	background: #FAFAFA;
	color: #000000;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	HIGHLIGHTS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.HightLightEqualRow {
	BACKGROUND-COLOR: #F5F5F5;
}

.SubBG {
	padding: 10px;
	BACKGROUND-COLOR: #F5F5F5;
float:left;
clear:both;
	border:1px solid #000000;
}
.SubBG2 {
	padding: 10px;
	BACKGROUND-COLOR: #F5F5F5;
clear:both;
	border:1px solid #000000;
}
.SubBG3 {
	padding: 10px;
	BACKGROUND-COLOR: #F5F5F5;
float:right;
clear:right;
	border:1px solid #000000;
}
.alttd {
	BACKGROUND-COLOR: #F5F5F5;
}

.rowon {
	BACKGROUND-COLOR: #F5F5F5;
}

.rowoff {
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	CHECKOUT
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.new_customer {
	float:left;
	margin:0;
	width:69%;
	border-right:1px solid #CCCCCC;
}

.return_customer {
	float:right;
	width:30%;
}

#content_checkout {
	position: relative;
	min-width: 300px;
	height: 100%;
	z-index: 3;
	top: 105px;
	margin: 5px 5px 140px;;
	text-align: left;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


	CHECKOUT PROGRESS BAR
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.progress_container {
	background-color:#eeeeee;
	width:100px;
	min-width: 100px;
	border: 1px solid #000000;
	margin:3px;
	font-size: xx-small;
	height: 15px;
}

.zero_percent {
	background-color:#AAAAAA;
	width:1px;
	color: #FFFFFF;
	font-size: xx-small;
	height: 15px;
}

.twentyfive_percent {
	background-color:#AAAAAA;
	width:25px;
	color: #FFFFFF;
	text-align:center;
	font-size: xx-small;
	height: 15px;
}

.fifty_percent {
	background-color:#AAAAAA;
	width:50px;
	color: #FFFFFF;
	text-align:center;
	font-size: xx-small;
	height: 15px;
}

.seventyfive_percent {
	background-color:#AAAAAA;
	width:75px;
	color: #FFFFFF;
	text-align:center;
	font-size: xx-small;
	height: 15px;
}

.hundred_percent {
	background-color:#AAAAAA;
	width:100px;
	color: #FFFFFF;
	text-align:center;
	font-size: xx-small
	}
	
	.specialtmb {
		text-align:center;
	}
	
.submit-setridit {
	position: relative;
	top: -20px;
	left: 260px;
	top: -15px;
	left: 275px;
}	
