/*
Author: elphnet.cz
Struktura:
        display | 
		  position | 
		  float | 
		  overflow | 
		  width | 
		  height | 
		  border | 
		  margin | 
		  padding | 
		  background | 
		  align | 
		  font
*/

/* Elements*/

body {	
	margin: 0;
	padding: 0;	
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #cccccc;
}
h1, h2, h3, h4, h5 {
	border:0; 
	margin:10px 0px 5px 0px; 
	padding:0; 
	font-weight: bold;
}
p {
	margin:5px 0;
}


table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;	
}
ul, ol {
	display:block; 
	border:0; 
	margin:0px 0px 0px 10px; 
	padding:0;
}
form {
	margin: 0;
	padding: 0;
}
/* Floating */
.floatLeft, .left {
	float: left;
}
.floatRight, .right {
	float: right;
}
.nofloat {
	float: none;
}

/* Text align */
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}

.clearer {
	clear: both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.noscreen {
	display: none;
}
a img {
	border: 0;
}
.noborder {
	border-bottom:0px solid white;
}

.relative {
	position: relative;
}
div.dot {
	height:1px; 
	background:url(../img/dot.gif) top left repeat-x;
	margin:1em 0;
}

.box {
  background: #f2f6e8 url('../img/box-bg.png') no-repeat 0 bottom;
  padding-bottom: 5px;
  width: 225px;
  margin-bottom: 5px;
}

/*_________________________________________________________*/

#wrapper2 {
  background: url('../img/wrapper2-bg.png') repeat-y 50% 0;
}

#wrapper {
  background: url('../img/wrapper-bg.png') no-repeat 50% 0;
}

#null {
	width:996px;	
	margin:auto;
	text-align:left;
	background: #fff;
}

/*__________________ Rozlozeni stranky_____________________*/
#container {	
}
#content {
	/*background-image: url(../img/bg_content.gif);
	background-repeat: repeat-y;*/

}

#mainLeft {
	float: left;
	width: 763px;	
}

#mainLeft .con {
  padding-left: 5px;
}

#mainRight {
	float:right;
	width:230px;
}
#mainRight .con {
  padding-right: 5px;
}

#mainRight .con .purple {
	background-image: url(../img/cont_title_purple.png);
}

#mainLeft .con .green {
	background-image: url(../img/cont_title_green.png);
}

.con .title {
	width:225px;
	height:33px;
	background-image: url(../img/cont_title.png);
	background-repeat: no-repeat;
}
.con .basket {
  height: 39px;
  background: url(../img/basket-title.png) no-repeat 0 0;
}
.con .title h2 {
	padding: 2px 10px;
	font-size:14px;
	margin:0px;
	color:#fff;
}
.con .basket h2 {
  font-size: 18px;
  padding-top: 8px;
}
.con .title h2 span {
  font-size: 10px;
  font-weight: normal;
}
.con form {
	margin-left:15px;
}
.con form input {
	border:1px solid silver;
}
/*___________________Pravy sloupec___________________*/

#colLeft {
	float:left;
	width:230px;

}
#colRight {
	float:right;
	width:525px;
}

#mainRight .potize {
  background: #fbebf4 url('../img/potize.png') no-repeat 0 bottom;
}
#mainRight .potize ul {
  list-style: none;
  padding: 8px 0;
  _padding: 0;
  margin: 0;
}
#mainRight .potize ul li {
  padding: 0 10px;
  _display: inline;
}
#mainRight .potize ul li a {
  display: block;
  _margin: 0 10px;
  padding: 3px 10px 3px 30px;
  background: url('../img/potize-li.jpg') no-repeat 0 5px;
  border-bottom: 1px solid #f2bbd9;
  color: #000;
  /*font-size: 20px;*/
  text-decoration: none;
}
#mainRight .potize ul li.active a, #mainRight .potize ul li a:hover {
	color:#cc3385;
}

#mainRight .favourite ul {
  padding: 8px 0 8px 30px;
  margin: 0;
}
#mainRight .favourite ul li {
  padding: 0;
  list-style-type: disc;
}
#mainRight .favourite ul li a {
  display: block;
  _display: inline;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
#mainRight .favourite ul li a:hover {
  text-decoration: underline;
}

#colLeft .contact {
  padding: 10px;
}
#colLeft .poll {
  padding: 10px 10px 10px 0;
}
#colLeft .poll input {
  border: 0;
}
#colLeft .poll .submit {
  text-align: right;
}
#colLeft .poll .submit input {
  border: 0;
  background: url('../img/poll-submit.png') no-repeat 0 0;
  width: 51px;
  height: 18px;
  font-size: 11px;
  color: #fff;
}

#colLeft .news {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 10px;
  margin-bottom: 10px;
}
#colLeft .news .item {
  margin-top: 10px;
}
#colLeft .news .item a.obr {
	display: block;
	border: 1px solid red !important;
	width:102px;
}
#colLeft .news .item div.img {
  border: 1px solid #cfe533; 
  float: left;
  width:100px;
  text-align: center;
  margin-right: 10px;
}
#colLeft .news .item div.img img.resize {
	 width:100px;
}
#colLeft .news h2 {
  color: #000;
  font-size: 12px;
  font-weight: normal;
}
#colLeft .news h2 a {
  color: #000;
  text-decoration: none;
}
#colLeft .news h2 a:hover {
  text-decoration: underline;
}
#colLeft .news strong {
  color: #db398f;
  font-size: 14px;
}



/*___________________HEAD___________________________*/
#top_list {
	height:34px;
	background-image: url(../img/top_lista.jpg);
	background-repeat: repeat-x;
	color:white;
}
#top_list div {
	float: left;
	text-align: center;
	padding:5px 30px 2px 30px;
	background-image: url(../img/top_lista_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#top_list div a {
	color:white;
	text-decoration: none;
}
#top_list div a:hover {
	text-decoration: underline;
}
#top_list div span {
	font-size: 10px;
}

#head {
	position:relative;
	width:996px;
	height:270px;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;	
	margin-bottom: 5px;
}


a#logo {
	position: absolute;
	top:32px;
	left:10px;
	width:214px;
	height:79px;
}
#head #search {
	position:absolute;
	bottom:65px;
	_bottom: 60px;
	left:20px;
	color:white;
	font-size:10px;
	width: 200px;
}
#head #search input {
  border: 1px solid #999;
  color: #666;
  width: 185px;
  padding: 0 3px;
}
#head #search .button {
  background: #e25fa4;
  color: #fff;
  border: 0 !important;
  float: right;
  width: auto;
}
#head .info {
	position:absolute;
	top:35px;
	right:0px;
	color:white;
	font-size:12px;
	width: 210px;
}
#head #login {
	/*position:absolute;
	top:20px;
	right:4px;*/
	color:black;
	font-size:10px;
	margin-top:15px;

}
#head #login p {
	margin:0px 0px 2px 0px;
}
#head #login div {
	margin-left:10px;
}
#head #login h2 {
  font-size: 14px;
}
#head #login a {
	color:white;
	text-decoration:none;
}
#head #login a:hover {
	text-decoration: underline;
}
#head #login .title {
  padding-left: 5px;
}
#head #login form {
  padding: 0px;
  height: 60px;
  margin: 0px;
}
#head #login input {
  border: 1px solid #999;
  color: #666;
  width: 120px;

}
#head #login .button {
  color: #fff;
  border: 0 !important;
  width: 60px;
	background-image: url(../img/btn_prihlasit.jpg);
	background-repeat: no-repeat;
	font-size:10px;
	padding:4px 0px 4px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
#head #login #log_reg {
	padding:15px 0px 0px 10px;
	text-shadow: #6374AB 1px 1px 1px;
	font-size:12px;

}



#topMenu {
	position:absolute;
	bottom:0px;
	left:6px;
	height: 30px;
	width: 983px;
	background: url('../img/topmenu-bg.png') no-repeat 0 0;
}
#topMenu ul {
	list-style: none;
	padding: 0;
	margin:0;	
	font-size: 12px;
}
#topMenu ul li {
	display: block;
	float:left;
	margin-left:5px;
	font-size:14px;
}
#topMenu ul li a{
	display:block;
	color: white;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#topMenu ul li a:hover{
	text-decoration: underline;
}

/*_________________MENU_________________*/
#menuTitle {
	width:225px;
	height:33px;
	background-image: url(../img/cont_title_purple.png);
	background-repeat: no-repeat;
	margin-left: 5px;
}
#menuTitle h2 {
	padding: 2px 10px;
	font-size:14px;
	margin-top:0px;
	color:#fff;
}
#menuTitle h2 span {
  font-size: 10px;
  font-weight: normal;
}

#menu {	
	padding-left: 5px;
	margin-bottom: 10px;
  /*width:185px;	*/
	/*background-color: #EDF0F4;*/
}

#menu ul#main {
	list-style: none;
	padding: 0;
	margin:0;	
	font-size: 12px;
	font-weight: 400;	
}
#menu ul#main ul {
  margin: 0 3px 2px;
  background: #fef7fa;
}
#menu ul li {
  list-style-type: none;
  margin-bottom: 1px;
  _display: inline;
}
#menu ul#main li a{
	display:block;
	background: url(../img/menu_li.png) no-repeat 0 0;
	height:22px;
	_height: 28px;
	color: #000;
	padding: 6px 0px 0px 40px;
	text-decoration: none;
}
#menu ul#main li a:hover, #menu ul#main li.active a {
	background-position: 0 bottom;
	color: #cc3384;
}
#menu ul#main ul li a {
  width: auto;
  height: auto;
  background: url(../img/menu_li_li.png) no-repeat 3px 5px;
  border-bottom: 1px dashed #e77bb4;
  padding: 3px 5px 2px 25px;
  margin: 0 10px;
}
#menu ul#main ul li.active a,
#menu ul#main ul li.active a {
  background-position: 3px 5px;
  font-weight: bold;
}
#menu ul#main ul li a:hover {
  background: url(../img/menu_li_li.png) no-repeat 3px 5px;
}
#menu ul#main li li li a {
  background: url(../img/menu_li_li_li.png) no-repeat 3px 5px;
  padding: 3px 5px 2px 20px;
  margin: 0 8px 0 20px;
}
#menu ul#main li li li a:hover {
  background: url(../img/menu_li_li_li.png) no-repeat 3px 5px;
}

/*________________Text content____________________*/

#textContent {
	text-align: justify;
	font-size:12px;
	color:#424242;
	line-height: 145%;
}
#textContent h1 {
	padding: 0px 0px 2px 0px;
	font-size:19px;
	font-weight: 400;
	margin: 10px 0px 10px 0px;
}

#textContent h2 {
	margin:10px 0;	
	font-size:18px;
	font-weight: 700;
}
#textContent a {
	
	text-decoration:underline;
}
#textContent a:hover {
	text-decoration:none;
}

#textContent h3, #textContent h4{
	margin:10px 0;	
	font-size:12px;
	font-weight: 700;
}
#textContent ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#textContent ul li {
	background-image: url(../img/c_ul.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding-left:14px;
	margin-top:1px;
}

#textContent img {
	margin:5px;
}
/*____nastaveni barev ___*/
#textContent h1, #textContent h2, #textContent a{
	color:#000;
}

.homepage {
	background-color:	#931C5E;
	background-image: url(../img/podklad.jpg);
	background-repeat: no-repeat;
	color:white !important;
	padding:10px;
}

.homepage h1, .homepage h2, .homepage h3 {
	color:white !important;
}
.homepage a, .homepage a:hover {
	color:white !important;
}
a.slevy img {
	margin:0px !important;
	padding:5px 0px 5px 0px;
}
/*________KATALOG________*/
#katalog {
}
.couple {
	margin-bottom:1px;
}
.couple .item {
	width:162px;
	_width: 174px;
	padding: 5px;
	border:1px solid #999;
	margin-right: 1px;
}

.couple .item .upper {
	border:1px solid #ccc;	
	text-align: center;
	height: 110px;
	overflow: hidden;
}
#textContent #katalog .couple .item h2 {
	text-align:left;
	font-size:12px;
}
#textContent #katalog .couple .item a img {
	max-width:100px;
}
#textContent #katalog .couple .item a {
	display: block;
}
#textContent #katalog .couple .item h2 a {	
	color:#000;
	text-decoration: none;
	font-weight: normal;
}
#textContent #katalog .couple .item h2 a:hover {	
	text-decoration: underline;
}
#textContent #katalog .couple .item .price {
  font-size: 12px;
 margin-top: 15px;
}

#textContent #katalog .couple .item .price p {
  text-align: right;
  font-size:10px;
  	line-height: 10px;
}

#textContent #katalog .couple .item .price .label {
  float: left;
  background: #ccc;
  padding: 3px 5px;
  display: block;
}
#textContent #katalog .couple .item .price-old {
    font-size: 12px;
	 margin-top:0px;
}
#textContent #katalog .couple .item .price-old p {
  text-align: right;
  font-size:10px;
  line-height: 10px;
}
#textContent #katalog .couple .item .price-old p.new {
  text-align: right;
  font-size:11px;
  line-height: 10px;
	color:#629C1D;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#textContent #katalog .couple .item .price-old p.new .label {
  float: left;
  padding: 0px 0px 3px 0px;
  background-color: white;
  display: block;

}
#textContent #katalog .couple .item .price-old p .label {
   float: left;
  background: #ccc;
  padding: 2px 5px 2px 5px;
  display: block;
}
#textContent #katalog .couple .item .price-old p strong.old {
	text-decoration: line-through;
	font-weight: normal;
	color:#999999;
	font-size:12px;
}

#textContent #katalog .couple .item .price p strong {
	font-size:14px;
}
.couple .item .info {
	font-size:10px;
	height: 50px;
	overflow: hidden;
}
.couple .item .info p {
	font-size:10px;
	padding:0px 2px 0px 2px;
	line-height: 10px;
	text-align: left;
}

	
#katalog #item {
	border:1px solid #d7eaff;
	padding:0;
}	
#katalog #item #upper{
	position: relative;
	height:54px;
	background-color: #ECF5FF;	
	
}
#katalog #item #upper h2 {
	padding:5px 200px 0px 10px;
	margin:0;
}
#katalog #item #upper .addCart {
	position:absolute;
	right:0px;
	top:0px;
}
#katalog #item #upper .addCart img {
	margin:2px;
}
#katalog #item #leftPart {
	float:left;
	width:360px;	
	text-align: center;
}
#katalog #item #rightPart {
	float: right;
	width:194px;
}
#katalog #item .price {
	position:relative;
	left:374px;
	width:194px;
	height:49px;
	background-image: url(../img/bg_price.jpg);
	background-repeat: no-repeat;
	color:White;
	font-size:11px;
}
#katalog #item p {
	padding:0px 4px 0px 2px;	
	text-align: left;
}
#katalog #item .price span {
	padding-left:45px;
}
#katalog #item .price strong {
	padding-left:15px;
	font-size:12px;
}
#katalog #item .price p.first {
	color:#424242;
}

#textContent #detail img {
  margin: 0
}
#detail .det-img {
  float: left;
  border-right: 1px solid #ccc;
  margin: 0 10px 10px 0;
  width: 235px;
}
#detail .det-img img {
	max-width:230px;
}

.det-info table {
  border-collapse: collapse;
  width: 270px;
  font-size: 12px;
}
#textContent .det-info h2 {
	font-size:14px;
}
.det-info table td {
  padding: 5px 0;
}
.det-info tr.devide td {
  border-bottom: 1px solid #cc3385;
}
.det-info td.label {
  font-weight: bold;
}
.det-info td.label-price {
  color: #83134d;
}
.det-info td.label-new-price {
	color:#629C1D;
	font-weight: bold;
}
.det-info td.value-price {
  font-weight: bold;
  font-size: 14px;
  text-align: right;
}
.det-info td.value-old-price {
  font-weight: normal;
  font-size: 12px;
  text-align: right;
}

.det-info td.value-pricem {
  font-weight: bold;
  text-align: right;
}
.det-info td.value {
  text-align: right;
  font-size: 11px;
}
#detail .insert {
  background: url('../img/detail-price.png') no-repeat 0 0;
  height: 40px;
}
#detail .details {
  padding: 5px;
}
#detail .det-code {
  float: left;
  width: 230px;
  padding: 15px 0 0 10px;
}
#detail .insert a {
  display: block;
  width: 280px;
  height: 40px;
  float: right;
}
h2.similar {
  background: url('../img/similar.png') no-repeat 0 0;
  height: 24px;
  _height: 32px;
  padding: 8px 0 0 10px;
}

/*________GALLERY________*/
#gallery a, #gallery a:hover {
	text-decoration:none;
	
}
#gallery img {
	border:1px solid silver;
	margin:11px;
}
#gallery img:hover {
	border:1px solid white;
}

/*_____NOVINKY______*/
#news {
	width:200px;
	color:#555555;	
}
#news .title {
	font-size:14px;
	font-weight: 700;
	padding:10px 0px 5px 5px;
}
#news .title span {
	color:#3f6dab;
}


#news .item {
	padding:4px;
	font-size:11px;	
	font-family: Tahoma;
}
#news .item h4 {
	margin:0;
	padding:0px 0px 5px 0px;
	font-size:11px;
	font-weight: 700;
	color: #3f6dab;
}
#news .item img {
	float: left;
	margin:0px 5px 0px 0px;
	width:50px;
	height:50px;
	border:1px solid black;
}
#news .item p {
	margin:0;
	padding:0;
}
#news .item .more {
	text-align: right;
	
}
#news .item .more a {
	color:#3f6dab;
	text-decoration: none;
	
}
#news .item .more a:hover {
	text-decoration: underline;
	
}
/*______________Forum__________________*/
.forumNav {
	background-color: #FAE9F1;
}
.forumNav p {
	padding:5px;
}
#forum {
	background-color: #E6F3B6;
}
#forum .head {
	padding:2px;
	border-top: 1px solid white;
}
#forum p {
	background-color: White;
	padding:5px;
}

/*______________formular__________________*/
form.formular {
	margin-bottom:10px;
}
form.formular input {
	width:300px;	
}
form.formular input.submit {
	width:100px;
	/*border:1px solid #cccccc;*/
}
form.formular textarea {
	width:300px;
	/*border:1px solid #333333;*/
}
form.formular table td {
	text-align: right;
}
form.formular fieldset{background:#e1f2f9;border:0;margin:6px 0;padding:8px 10px}

#rozcestnik {
	text-align: center;
	padding:5px 0px 5px 0px;	
	background-color: white;
	border-bottom: 2px solid #CDCBCE;
}


/*________________footer____________________*/
#footer{
	position: relative;
	/*height: 105px;*/
	width: 996px;
	background-color: #FBEBF4;
	text-align: center;
	padding: 0;	
	
}
#links {
	font-size:7pt;
	color: #333333;
	background-color: white;
	padding:5px 5px 10px 5px;	
	margin-top:10px;
	border-top:4px solid #CDCBCE;
	text-align: left;
}
#links a {
	color: #333333;	
}
#links a:hover {
	color: #6B6B6B;
}

#footer ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
	
}
#footer ul li {
	display: inline;
	padding:0px 5px 0px 5px;
	font-size: 12px;
}
#footer ul li a {
	color:black;
	text-decoration:underline;
}
#footer ul li a:hover {
	text-decoration:none;	
}

#footer div#footerSub ul li {
	display: inline;
	padding:0px 5px 0px 5px;
	font-size: 10px;
}
#copyright {
	text-align:right;
	padding:15px 5px 0px 0px;
	margin:1px 0px 0px 0px;
	font-size: 10px;	
	color:black;
}
#copyright a {
	color:#555555;
}


#copyright a {
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}

/*_______SITEMAP________*/

#sitemap ul {
	margin-left: 5px;
}
#sitemap ul ul li {
	background-image: none;
}
#sitemap ul li h2 {
	font-size: 14px;
}
#sitemap ul ul li h3 a {
	font-size:12px;
	text-decoration: none;
}
#sitemap ul ul li h3 a:hover {
	text-decoration: underline;
}
#sitemap ul ul ul {
	margin-left:15px;
	background-image: none;
}
#sitemap ul ul ul li h4 a {
	color:white;
	font-size: 10px;
	text-decoration: none;
}

#sitemap ul ul ul li h4 a:hover {
	text-decoration:underline;
}
/*_special__*/
img.special {
	position:relative;
	top:0px;
	visibility: collapse;
	visibility: hidden;
}
#welcome {
	background: url(../img/welcome.png) no-repeat 0 0;
	padding: 10px 220px 10px 10px;
	color: #fff;
	height: 352px;
}
#welcome h1 {
  color: #fff;
}

/* pridano kvuli tinyMCE a spravnemu zobrazeni fontu*/
.fontSize1{
	font-size:8px;
}
.fontSize2{
	font-size:10px;
}
.fontSize3{
	font-size:12px;
}
.fontSize4{
	font-size:14px;
}
.fontSize5{
	font-size:18px;
}
.fontSize6{
	font-size:24px;
}
.fontSize7{
	font-size:36px;
}
