body {
	background-color: #f4f4f4;
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida pre Mac, Tahoma pre PCs */
	font-size: 11px;
}

/* WELCOME */
#ram {
	margin: 60px auto auto auto;
	padding: 25px;
	border: 1px solid #ccc;
	background: #ffffff url(img/back_uvod.jpg) no-repeat right bottom;
	width: 500px;
	height: 380px;
}

#ram p {
	width: 440px;
	text-align: justify;
}


/* CONTAINER */

#container {
	width: 1000px;
	margin: 10px auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida pre Mac, Tahoma pre PCs */
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
}

/* GENERAL */

h1 {
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
}

h2 {
	color: #666666;
	font-size: 15px;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	margin: 2px;
}

h3 {
	color: #e56666;
	font-size: 13px;
	font-weight: bold;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
}

.small {
	font-size: 0.9em;
}

a {
	color:#ba0000;
	text-decoration: none;
}

a:hover {
	color:#e56666;
	text-decoration: underline;
}


input {
	background-color: #FFF;
	color: #5a5a5a;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 3px;
	margin-top: 1px;
}

.potvrd_submit { 
	color:#ba0000; 
	font-weight: bold;
}

select {
	background-color: #FFF;
	color: #5a5a5a;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 2px;
	margin-right: 1px;
}

.button_vlozit {
	padding: 2px;
	color:#ba0000;
	border-color:#ba0000;
	font-weight: bold;
}

.button_obj {
	color:#ba0000;
	border-color:#ba0000;
}

.button {
	padding: 2px;
}


#search_form {
	margin-right: 2px;
	float: right;
}

#search_input {
	padding: 2px;
	border: 1px solid #ffffff;
	background-color:#ba0000;
	color:#ffffff;
	font-size: 11px;
}

#search_button {
	margin-right: 2px;
	padding: 1px;
	border: 0;
	background-color: #ba0000;
	color:#ffffff;
	font-weight: bold;
} 

.radio, .checkbox { border: 0px; }

textarea {
	background-color: #FFF;
	color: #5a5a5a;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 3px;
	margin-top: 1px;
}

/* HEADER */

#header {
	padding: 0;
	clear: both;
	width: 999px;
}

#logo {
	margin-left: 5px;
	float: left;
}

#logo .slogan {
	margin-left: 45px;
	color: #e56666;
	font-size: 13px;
	font-weight: bold;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
}


#kosik {
	padding: 0;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #ba0000;
}

#kosik .user {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	margin: 0;
	background-color: #e56666;
}

#kosik .kos {
	color: #ffffff;
	font-size: 11px;
	padding: 1px 2px 1px 2px;
	margin: 0;
	background-color: #ba0000;
}

#kosik a {color:#ffffff; text-decoration: none;}
#kosik a:hover {color:#F7F9F7; text-decoration: underline;}


#kosik .spolu {
	padding: 1px 2px 1px 2px;
}


.euro {
	font-size: 0.9em;
	text-align: right;
}

#banner {
	overflow: hidden;	
	width: 400px;
	height: 62px;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	border: 0px dotted #000000;
}


/* HORNA NAVIGACIA */

#navigation{
	height:2.2em;
	line-height:2.2em;
	width: 999px;
	background:#ba0000;
	color:#ffffff;
	margin: 0;
	pading: 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li{
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	margin: 0;
	white-space:nowrap;
}

#navigation li a{
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	color: #ffffff;
}

#navigation .selected,#navigation a:hover{
	background:#e56666;
	color:#ffffff;
	text-decoration:none;
}

/* MENU */

#menu {
	margin-left: 0;
	padding-left: 0;
	float: left;
	width: 140px;
	background-color: #ffffff;
}

#menu ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;			
}

#menu li a {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCC;
}

#menu li a:link, #menulist li a:visited {
	color:#ba0000;
	text-decoration: none;
}

#menu li a:hover {
	background: #F5F5F5 url(img/arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color: #e56666;
}

/* LOGIN.NEWSLETTER.OSTATNE */

#menu .p {
	margin: 0px 5px 10px 5px;
	width: 140px;
	height: auto;
	padding: 5px;
	color: #505050;
	background-color: #F7F9F7;
}

#menu .p1 {
	overflow: hidden;
	margin: 0px 5px 10px 5px;
	width: 140px;
	padding: 0;
	color: #505050;
	background-color: #FFFFFF;
	border: 0px dotted #000000;
}


/* CONTENT */

#content {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #FBFBFB;
	border-right: 1px solid #FBFBFB;
	padding: 5px;
}

#content p {
	padding: 5px;
}

/* CONTENT.UVOD */
.uvodbig {
	float: left;
	width: 638px;
	border: 0px dotted #ccc;
	padding: 0;
	overflow: hidden;
	margin:0px 10px 10px 0px;
}

.uvodsmall {
	float: left;
	margin:0px 10px 10px 0px;
	width: 313px;
	height: 200px;
	border: 0px dotted #ccc;
	padding: 0;
	overflow: hidden;
}


/* CONTENT.TOVAR*/
.akcia {
	margin:0px 10px 0px 0px;
	float: left;
	width: 270px;
	height: 390px;
	padding: 0;
}

.akcia a { }
.akcia h1  {float:left; font-size:14px; text-align:center; height:16px; width:270px; overflow:hidden; margin: 0px; }
.akcia .foot .cena    { display:inline; line-height:11px; color:#ffffff; width:75px; float:right; font-size:10px; text-align: right; margin-top:16px; padding:1px; height:25px; overflow:hidden; white-space:nowrap; }
.akcia .foot .link   	{ float:left; width:180px; font-size: 11px; color:#ffffff; height:25px; margin-top:16px; padding:2px; }
.akcia .foot a	{ float:left; display: block; text-align:left; height:25px; color:#ffffff; text-decoration: underline; }
.akcia .foot a:hover  {text-decoration: none;}
.akcia img {height:330px; display: block; margin-left: auto; margin-right: auto;}

.akcia .img {
	float:left;
	width:268px;
	height:330px;
	overflow:hidden;
	border: 1px solid #000000;
}

.akcia .foot {
	float:left;
	height: 60px;
	width:270px;
	margin:0px;
	overflow: hidden;
	color: #ffffff;
	background-color: #ba0000;
}

.tovar {
	margin:0px 10px 10px 0px;
	float: left;
	width: 130px;
	height: 190px;
	padding: 0px;
}

.tovar a { }
.tovar .foot h1        { display:inline; float:left; font-size:11px; text-align:center;height:14px; width:130px; overflow:hidden; margin:0; pading:0; }
.tovar .foot .cena    { display:inline; line-height:11px; color:#ffffff; width:75px; float:right; font-size:10px; text-align: right; margin-top:16px; padding:1px; height:25px; overflow:hidden; white-space:nowrap; }
.tovar .foot .link   	{ float:left; width:48px; font-size: 11px; color:#ffffff; height:25px; margin-top:16px; padding:2px; }
.tovar .foot a	{ float:left; display: block; text-align:left; height:25px; color:#ffffff; text-decoration: underline; }
.tovar .foot a:hover  {text-decoration: none;}
.tovar .foot {
	float: left;
	height: 60px;
	width:130px;
	overflow: hidden;
	color: #ffffff;
	margin:0px;
	background-color: #ba0000;
}

.tovar .img {
	float:left;
	width:128px;
	height:130px;
	overflow:hidden;
	border:1px solid #000000;
}

.tovar img {height: 130px; display: block; margin-left: auto; margin-right: auto;}

.obrazky {float:left; width: 280px;}
.hlavnyimg {height:330px; width: 250px; border: 1px solid #cccccc; overflow: hidden;}
.hlavnyimg img {height: 330px; display: block; margin-left: auto; margin-right: auto;}
.maleimg {float:left; height:90px; width: 80px; border: 1px solid #cccccc; overflow: hidden; margin-right: 2px;margin-bottom:2px;}
.maleimg img {height: 90px; display: block; margin-left: auto; margin-right: auto;}
.popis {float:right; width: 360px; margin-left: 5px;}
.varianty {text-align: center; padding: 2px; border: 1px solid #ccc;}

.tovarnavigacia {
	float: left;
	width: 640px;
	margin-bottom: 5px;
	border: 0px solid black;
	padding-top: 4px;
}

.tovarnavigacia .tovarstranka {
	float:right;
	text-align:right;
	width:auto;
	border: 0px solid black;
}

.tovarnavigacia .tovarnav {
	float:left;
	text-align:left;
	width:auto;
	border: 0px solid black;
}


.tovarnavigacia a {
	color: #000000;
	text-decoration: underline;
}

#objkroky {
	float:left;
	border-bottom: 1px dotted #ba0000;
	border-top: 1px dotted #ba0000;
	padding: 3px;
	width: 620px;
	color: #ccc;
	vertical-align: middle;
}

#objkroky .selected { font-size: 13px; font-weight: bold; color: #ba0000; }

#objkroky .vybavene { color: #ba0000; }

.objtable { border: 0px; width: 630px; }
.objtable tr { padding: 0px; margin-bottom: 0px; }
.objtable td { padding: 1px 2px 1px 2px; }
.objtable .tr1 { background-color: #ba0000; color: #ffffff; font-weight: bold; }

/* SIDEBAR.TOP 10 */

#sidebar {
	float: right;
	width: 150px;
	background-color: #FFFFFF;
	clear: right;
	margin: 0;
	padding: 5px;
}

.top10 {
	background-color: #F7F9F7;
	padding: 5px;
	width: 130px;
}

.pp1 {
	overflow: hidden;
	width: 130px;
	padding: 0;
	color: #505050;
	background-color: #FFFFFF;
	border: 0px dotted #000000;
	margin-bottom: 5px;
}

/* FOOTER */

#footer {
	width: 940px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	fong-size: 0.9em;
	border-top: 3px solid #e56666;
	padding: 0px 5px 0px 5px;
}

#footer p {
	color:#89817f;
	padding: 4px 5px 8px 5px;
	text-align: center;
}

#footer p a {
	color: #999999;
	border-bottom: 1px dotted #999999;
}

#footer p a:hover {
	color: #e56666;
	border-bottom: 1px dotted #e56666;
	text-decoration: none;
}
