body {
	width: 1016px;
	margin: auto;
	background-image: url(../images/bg2_sk.png);
	background-position: center top;
	background-color: #ffffff;
	background-repeat: repeat-x;
}
h1.index-h1{
	display: none;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: normal;
}

#ram {
	float: left;
	width: 1016px;
	height: auto;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.top {
	float: left;
	width: 1005px;
	height: 85px;
	position: relative;
}
.top .phone{
   background-image: url("../images/phone.png");
    background-position: 113px center;
    background-repeat: no-repeat;
    color: white;
    padding: 10px 201px 10px 0;
    position: absolute;
    right: 0;
    top: 45px;
    width: 177px;
}
.top .email {
	right: 0;
	top: 45px;
	padding: 10px 50px 10px 0px;
	position: absolute;
	background-image: url('../images/emailBG.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.top .email a {
	color: white;
    font: 15px Arial;
    text-decoration: none;
}

.logo {
	float: left;
	width: 300px;
	height: 70px;
}

.logo a img {
	border: 0;
}

.kosik {
	float: right;
	width: 196px;
	height: 27px;
	background-image: url(../images/kosikbg.png);
	background-repeat: no-repeat;
	margin-right: 26px;
	color: #c30174;
	font-size: 13px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 8px 0 0 34px;
}
#kosik .poznamka {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #353535;
	border-bottom: 1px solid #D9DBDE;
	padding: 20px 0 20px 0;
	float: left;
	width: 752px;
}


.langs {
	float: right;
	background-image: url(../images/langsbg.png);
	background-repeat: no-repeat;
	margin-right: 26px;
	color: #999999;
	font-size: 11px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 11px 3px 15px 9px;
}

.langs a {
	padding-right: 5px;
	color: #999999;
	font-size: 11px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
}

.langs a:hover {
	color: #666666;
}

.langs a img {
	border: none;
}

.prihlas {
	float: right;
	width: 168px;
	height: 27px;
	background-image: url(../images/prihlasbg.png);
	background-repeat: no-repeat;
	color: #c30174;
	font-size: 13px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 8px 0 0 34px;
}

.prihlaseny {
	float: right;
	width: 344px;
	height: 34px;
	background-image: url(../images/prihlasenybg.png);
	background-repeat: no-repeat;
	color: #171819;
	font-size: 13px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 8px 0 0 0px;
}
.prihlaseny p{
  margin-left: 30px;
}
.kosik a,.prihlas a,.prihlaseny a {
	color: #c30174;
	font-size: 13px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
}

.kosik a:hover,.prihlas a:hover,.prihlaseny a:hover {
	text-decoration: underline;
}

.odel {
	color: #4a4c4e;
	padding: 0 4px 0 4px;
}

.kosik .cierne {
	color: #4a4c4e;
	font-size: 11px;
}

.kosik strong {
	color: #4a4c4e;
	font-size: 13px;
}

#menu {
	float: left;
	width: 1005px;
	height: 59px;
	background:  url(../images/menubg.png) bottom left no-repeat;
}
#menu ul{
	margin: 2px 0 0 -9px;
}
#menu ul li{
	display: block;
	float: left;
	list-style: none;
}
#menu a.menu-home {
	color: #ffffff;
	display: block;
	height: 59px;
	line-height: 59px;
	text-decoration: none;
	padding: 0 24px 0 24px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	float: left;
}
#menu a:hover.menu-home {
	color: #ffffff;
	text-decoration: underline;


}
#menu a.menu {
	color: #ffffff;
	display: block;
	height: 59px;
	line-height: 59px;
	text-decoration: none;
	padding: 0 24px 0 24px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	float: left;
}

#menu a:hover.menu {
	color: #ffffff;
	background-image: url(../images/menubg2.png);
	background-repeat: repeat-x;
}

.search {
    background-image: url("../images/searchbg.png");
    background-repeat: no-repeat;
    float: right;
    height: 30px;
    margin: 40px 10px 0 0;
    width: 231px;
}
.search-login{
  margin: 10px 121px 0 0;
}
.search a.hladaj {
	display: block;
	width: 26px;
	height: 28px;
	border: 0px solid black;
	float: right;
}

.search input {
	color: #ffffff;
	background-color: transparent;
	padding: 4px 0 0 20px;
	_padding: 0px 0 0 20px;
	width: 180px;
	height: 30px;
	line-height: 30px;
	vertical-align: center;
	border: 0;
	font-size: 12px;
	float: left;
}

#menu a.cervena {
	color: #ff53a4;
}

#menu a:hover.cervena {
	color: #ffffff;
}

#left {
	float: left;
	width: 180px;
	color: #ffffff;
	background-image: url(../images/bgleft.png);
	background-repeat: repeat-y;
	border-top: 1px solid #d0d0d1;
}

#left .menu {
	border-bottom: 1px solid #d0d0d1;
	padding-bottom: 12px;
}
#left .menu ul{
	list-style: none;
	margin-left: -37px;
}
#left .menu ul li{
	list-style: none;	
}
#left .menu .nadpis {
	color: #171819;
	font-size: 13px;
	font-weight: bold;
	padding: 14px 0 14px 22px;
}

#left .menu .polozka {
	padding: 2px 0 0px 22px;
}

#left .menu .polozka a {
	color: #171819;
	font-size: 13px;
	text-decoration: none;
}

#left .menu .polozka a:hover {
	color: #c30174;
	font-weight: bold;
}

#left a.vsetko {
	color: #c30174;
	text-decoration: none;
	font-size: 15px;
	display: block;
	width: 158px;
	height: 37px;
	line-height: 37px;
	padding-left: 22px;
	background-image: url(../images/vsetkybg.png);
	background-repeat: no-repeat;
}

#left .newsletter {
	background-image: url(../images/bgnewsletter.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

#left .newsletter .nadpis {
	background-image: url(../images/newsletter.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	display: block;
	width: 107px;
	height: 21px;
	padding: 10px 0 0 10px;
}

#left .newsletter .text {
	color: white;
	font-size: 12px;
	padding: 12px 0 10px 14px;
}

#left .newsletter .btn {
	padding: 12px 0 0 10px;
}

#left .newsletter .btn input.email {
	background-image: url(../images/newsinput.png);
	background-repeat: no-repeat;
	padding: 4px 0 0 14px;
	width: 112px;
	height: 26px;
	line-height: 30px;
	border: 0;
	font-size: 11px;
	font-family: Tahoma, Geneva, Verdana;
	color: #292929;
	position: relative;
	top: -2px;
}

#left .newsletter .btn input.submit {
	background-image: url(../images/newssubmit.png);
	background-repeat: no-repeat;
	width: 36px;
	height: 32px;
	border: 0;
}

#left .info {
	background-image: url(../images/infobg.png);
	background-repeat: repeat-y;
	
	border-top: 1px solid #787779;
}
#left .info ul{
	margin-left:-37px;
	list-style: none;
}
#left .info ul li{
	list-style: none;
}
#left .info .hore {
	background-image: url(../images/infohorebg.png);
	background-repeat: no-repeat;
	height: 18px;
}

#left .info .nadpis {
	color: #3e4043;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 10px 14px;
}

#left .info .polozka {
	padding: 0 0 4px 14px;
}

#left .info .polozka a {
	color: #c30174;
	font-size: 12px;
	text-decoration: none;
}

#left .info .polozka a:hover {
	text-decoration: underline;
}

#left .info .images {
	text-align: center;
	margin: 10px 0 0 0;
}

#left .info .images img {
	margin: 10px 0 0 0;
}

#stred {
	float: left;
	width: 645px;
	background-color: white;
}

#stred img {
	margin: 5px;
}

#stred .bigbanner img {
	margin: 0px;
	border: none;
}

#stred .box {
	float: left;
	width: 280px;
	padding: 14px 0 0 30px;
}

#stred .box .nadpis {
	font-size: 18px;
	color: #2f2f31;
	margin-bottom: 12px;
}

#stred .box .nadpis2 {
	font-size: 18px;
	color: #3d3d3f;
	margin-bottom: 12px;
}

#stred .box .text {
	font-size: 13px;
	color: #414447;
	line-height: 1.7;
}

#right {
	float: left;
	width: 191px;
	background-image: url(../images/rightbg.png);
	background-repeat: repeat-y;
}

#rightbg {
	float: left;
	width: 191px;
	/*background-image: url(../images/righthorebg.png) ;
	background-repeat: no-repeat;  */
}

#right .nadpis {
	font-size: 13px;
	color: #2f2f31;
	line-height: 1.7;
	font-weight: bold;
	padding: 10px 0px 0 24px;
	margin: 10px 0 10px 0;
}

#right .polozka {
	padding: 0 0 0 16px;
}

#right .polozka a {
	display: block;
	width: 142px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #d1d1d1;
	font-size: 13px;
	color: #2f2f31;
	text-decoration: none;
	padding: 0 0 0 8px;
}

#right .polozka a:hover {
	color: #c30174;
	font-weight: bold;
}

#right a.dalsie {
	width: 160px;
	height: 37px;
	background-image: url(../images/dalsiebg.png);
	background-repeat: no-repeat;
	display: block;
	line-height: 37px;
	padding: 0 0 0 20px;
	color: #c30174;
	text-decoration: none;
	font-size: 15px;
}

#right a:hover.dalsie {
	text-decoration: underline;
}

#iproducts {
	float: left;
	width: 825px;
}

#iproducts .nadpis {
	float: left;
	width: 832px;
	height: 73px;
	background-image: url(../images/produktynadbg.png);
	background-repeat: no-repeat;
}

#iproducts .nadpiskat {
	float: left;
	width: 832px;
	height: 73px;
	background-image: url(../images/katalognad.png);
	background-repeat: no-repeat;
}

#iproducts .nadpis .left,#iproducts .nadpiskat .left {
	float: left;
	color: #5b5b60;
	font-size: 18px;
	padding: 17px 0 0 30px;
}

#iproducts .nadpis .right,#iproducts .nadpiskat .right {
	float: right;
	padding: 24px 30px 0 0;
}

#iproducts .nadpiskat .cierna {
	color: #2f2f31;
}
#iproducts .nadpiskat  h1{
display: inline;
}
#iproducts .nadpiskat .cierna a {
	color: #2f2f31;
}

#iproducts .nadpiskat .seda {
	color: #929198;
	font-size: 18px;
}

#iproducts .nadpiskat .vsetky {
	color: #191a1b;
	font-size: 15px;
	font-weight: bold;
}

#iproducts .nadpis .right a {
	color: #e52781;
	font-size: 12px;
	font-weight: bold;
}

#iproducts .nadpis .right a:hover {
	text-decoration: none;
}
.zoradenie{
   margin-top: 5px;
    font-size: 14px;
   
}
.zoradenie a {
     color: #C30174;
}
#iproducts  .boxproducts {
	float: left;
	width: 835px;
	min-height: 540px;
	_height: 540px;
	background-image: url(../images/prbg.png);
	background-repeat: repeat-y;
	background-position: right top;
}

#iproducts .boxproducts .box {
	border-top: 1px solid #d8d7d7;
	border-right: 1px solid #d8d7d7;
	border-bottom: 1px solid #d8d7d7;
	float: left;
	width: 205px;
}

#iproducts .boxproducts .box .image {
	text-align: center;
	height: 160px;
}

#iproducts .boxproducts .box .image a img {
	border: 0;
}

#iproducts .boxproducts .box .nazov {
	text-align: center;
	padding: 4px;
	height: 40px;
}

#iproducts .boxproducts .box .nazov a {
	color: #c30174;
	font-size: 13px;
	text-decoration: none;
	height: 20px;
}

#iproducts .boxproducts .box .vyrobca a {
	color: #2f2f31;
	font-size: 11px;
	text-decoration: none;
}

#iproducts .boxproducts .box .vyrobca a:hover,#iproducts .boxproducts .box .nazov a:hover
	{
	text-decoration: underline;
}

#iproducts .boxproducts .box .vyrobca {
	text-align: center;
	padding: 4px;
}

#iproducts .boxproducts .box .cena {
	font-size: 13px;
	color: #505050;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background-image: url(../images/cenabg.png);
	background-repeat: repeat-x;
}

#iproducts .boxproducts .box .cena strong {
	color: #121212;
}

#iproducts .znacky {
	float: left;
	width: 825px;
	height:187px;
	background-image: url(../images/znackybottom.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	
}

#iproducts .znacky .nad {
	line-height: 47px;
	padding: 0 0 0 30px;
	color: #5b5b60;
	font-size: 18px;
}

#iproducts .znacky .jobsah #mycarousel a img {
	border: 0;
}

.pozadie {
	background-image: url(../images/infobg.png);
	background-position: top left;
	background-repeat: repeat-y;
	float: left;
}

.pozadie2 {
	background-image: url(../images/pozadniebg.png);
	background-position: top right;
	background-repeat: repeat-y;
	float: left;
}

#bottom {
	background-image: url(../images/tien.png);
	background-position: top left;
	background-repeat: no-repeat;
	position:relative;
	width: 1011px;
	height: 40px;
	float: left;
	color: #595a5a;
	font-size: 12px;
	padding-top: 14px;
}

#bottom2 { /*	background-image: url(../images/tien.png);
	background-position: top left;
	background-repeat: no-repeat;*/
	background-image: url(../images/spodok.png);
	background-position: -4px top;
	background-repeat: no-repeat;
	width: 1011px;
	height: 40px;
	float: left;
	color: #595a5a;
	font-size: 12px;
	padding-top: 40px;
}

#bottom .left,#bottom2 .left {
	float: left;
}

#bottom .right,#bottom2 .right {
	float: right;
}

#bottom a,#bottom2 a {
	color: #c30174;
	text-decoration: none;
}

#bottom a.media,#bottom2 a.media {
	color: #c30174;
	text-decoration: none;
}

#bottom a.tvorba,#bottom2 a.tvorba {
	color: #595a5a;
}

#bottom a:hover,#bottom2 a:hover {
	color: #c30174;
	text-decoration: underline;
}

#partneri {
	background-color: #1e1f21;
	line-height: 40px;
	text-align: center;
	float: left;
	width: 1005px;
	color: white;
	font-size: 11px;
	word-spacing: 1px;
}
#partneri .left{
float: left;
margin-left: 30px;
}
#partneri .right{
float: right;
margin-right: 30px;
}
#partneri a {
	color: white;
}

#partneri a:hover {
	text-decoration: none;
}

#iproducts .akcia {
	position: absolute;
	background: url(../images/akcia.png) right top no-repeat;
	_background: url(../images/akcia.gif) 18px 0 no-repeat;
	width: 205px;
	height: 56px;
	display: block;
}

#iproducts .akcia-cz {
	position: absolute;
	background: url(../images/akcia-cz.png) right top no-repeat;
	_background: url(../images/akcia.gif) 18px 0 no-repeat;
	width: 205px;
	height: 56px;
	display: block;
}

#iproducts .novinka {
	position: absolute;
	background: url(../images/novinka.png) right top no-repeat;
	_background: url(../images/novinka.gif) 18px 0 no-repeat;
	width: 205px;
	height: 56px;
	display: block;
}


#iproducts .novinka-cz {
	position: absolute;
	background: url(../images/newcz.png) right top no-repeat;
	_background: url(../images/novinka.gif) 18px 0 no-repeat;
	width: 205px;
	height: 56px;
	display: block;
}

#iproducts .vypredaj {
	position: absolute;
	background: url(../images/vypredaj.png) right top no-repeat;
	_background: url(../images/vypredaj.gif) 18px 0 no-repeat;
	width: 205px;
	height: 56px;
	display: block;
}

#iproducts .vypredaj-cz {
	position: absolute;
	background: url(../images/vypredaj-cz.png) right top no-repeat;
	_background: url(../images/vypredaj.gif) 18px 0 no-repeat;
	width: 205px;
	height: 56px;
	display: block;
}

.notopborder {
	border-top: 0;
}

.strankovanie {
	float: left;
	width: 320px;
	position: relative;
	top: 26px;
	left: 180px;
}

.stranky {
	color: #121212;
	font-size: 13px;
	float: left;
	line-height: 30px;
	position: relative;
	top: 26px;
	left: 20px;
}

.strankovanie .left {
	display: block;
	width: 34px;
	height: 27px;
	background: url(../images/strankovanie_left.png) left top no-repeat;
	float: left;
}

.strankovanie .right {
	display: block;
	width: 34px;
	height: 27px;
	background: url(../images/strankovanie_right.png) left top no-repeat;
	float: right;
}

.strankovanie a.cislo {
	text-decoration: none;
	color: #c30174;
	font-size: 13px;
	display: block;
	width: 14px;
	float: left;
	line-height: 30px;
	padding: 0 1px 0 1px;
}

.strankovanie a.acislo {
	color: #121212;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 14px;
	padding: 0 2px 0 2px;
	float: left;
	line-height: 30px;
}

.strankovanie .cisla {
	float: left;
	padding: 0 0 0 20px;
}

#detail {
	float: left;
	width: 1005px;
}

#detail .topdetail {
	float: left;
	width: 1000px;
	background-color: white;
	padding: 26px 0 0 0px;
	/*background-image: url(../images/pozadniebg.png);*/
	background-position: top right;
	background-repeat: repeat-y;
}

#detail .topdetail .left {
	float: left;
	width: 300px;
	text-align: center;
}

#detail .topdetail .left a img {
	border: 0;
}

#detail .topdetail .right {
	float: left;
	width: 570px;
}

#detail .topdetail .zvacsi {
	padding: 8px 0 0px 0;
}

#detail .topdetail .zvacsi a {
	color: #c30174;
	font-size: 11px;
	position: relative;
	top: -10px;
	left: 4px;
	text-decoration: none;
}

#detail .topdetail .zvacsi a:hover {
	text-decoration: underline;
}

#detail .topdetail .right .nadpis {
	color: #171819;
	font-size: 22px;
	padding: 0px 0 10px 0;
	width: 412px;
	float: left;
}

#detail .topdetail .right .ciara {
	display: block;
	width: 541px;
	height: 1px;
	background: url(../images/ciara-detail.png) left top no-repeat;
	clear: left;
}

#detail .topdetail .right .box1 {
	padding: 0 0 6px 0;
	float: left;
}

#detail .topdetail .right .box1 .left2 {
	float: left;
	width: 370px;
}

#detail .topdetail .right .box1 .left2 .top2 {
	font-size: 15px;
	color: #535559;
	float: left;
	width: 370px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

#detail .topdetail .right .box1 .left2 .bottom {
	font-size: 11px;
	color: #171819;
	float: left;
	width: 370px;
	padding: 4px 0 10px 0;
}

#detail .topdetail .right .box1 .left2 .bottom a {
	text-decoration: none;
	font-size: 12px;
	color: #c30174;
	font-weight: bold;
}

#detail .topdetail .right .nadpis2 {
	color: #171819;
	font-size: 12px;
	font-weight: bold;
	padding: 16px 0 16px 0;
	float: left;
	width: 360px;
}

#detail .topdetail .right .text {
	color: #171819;
	font-size: 12px;
	float: left;
	width: 560px;
}

.text-red {
   border: 1px solid #FF0600;
    color: #171819;
    float: left;
    font-size: 16px;
    line-height: 33px;
    margin: 26px 0 0 69px;
    text-align: center;
    width: 766px;
    background: #FFDDDC;
}

#detail .topdetail .right .box1 .left2 .hlava {
	color: #171819;
	font-size: 12px;
	padding: 6px 0 6px 0;
}

#detail .topdetail .right .box1 .left2 .hlava b {
	color: #535559;
	width: 60px;
	display: block;
	float: left;
}

#detail .topdetail .right .box1 .right3 .posta {
	font-size: 11px;
	color: #171819;
	padding-left: 65px;
	margin-left: 25px;
	height: 56px;
	line-height: 16px;
	background: url(../images/posta-ups-detail.png) left top no-repeat;
}

#detail .topdetail .right .box1 .right3 .posta-2 {
	font-size: 11px;
	color: #171819;
	padding-left: 65px;
	margin-left: 25px;
	height: 56px;
	line-height: 16px;
	background: url(../images/posta-ups-detail-cz.png) left top no-repeat;
}


#detail .topdetail .right .box1 .right3 .postaat {
	font-size: 11px;
	color: #171819;
	padding-left: 65px;
	padding-top: 80px;
	height: 56px;
	line-height: 16px;
	background: url(../images/posta-detail.png) left top no-repeat;
}

#detail .topdetail .right .box1 .right2 {
	float: left;
	width: 200px;
}

#detail .topdetail .right .box1 .right3 {
	float: left;
	width: 200px;
	position: relative;
	top: -30px;
}

#detail .topdetail .right .box1 .right2 .tel {
	font-size: 11px;
	color: #535559;
	padding: 10px 0 10px 0;
}

#detail .topdetail .right .box1 .right2 .cislo {
	font-size: 18px;
	color: #3e3f42;
	padding-left: 34px;
	height: 26px;
	line-height: 26px;
	background: url(../images/telefon-detail.png) left top no-repeat;
}

#detail .products {
	margin-left:40px;
	width: 774px;
	float: left;
	margin-top: 24px;

}
.product-datail-new{
	background: white;
	float: left;
    margin-left: 1px;
    margin-right: 4px;
}
.back{
	color: #C30174;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    line-height: 30px;
}
#detail .product {
	background: url(../images/produkt-bg-detail.png) left top no-repeat;
	width: 762px;
	height: 74px;
	float: left;
	margin: 6px 0 0px 26px;
	_margin: 6px 0 0px 12px;
	padding: 0 0 0 12px;
}

#detail .product .nazov {
	float: left;
	height: 62px;
	width: 305px;
	color: #171819;
	font-size: 12px;
	line-height: 16px;
	padding: 12px 0 0 0;
}

#detail .product .cena {
	float: left;
	width: 190px;
	height: 62px;
	color: #121212;
	font-size: 16px;
	line-height: 40px;
	padding: 12px 0 0 0;
}

#detail .product .cena .sk {
	font-size: 12px;
}

#detail .product .ks {
	float: left;
	width: 50px;
	height: 28px;
	padding: 22px 0 0 0;
}

#detail .product .ks input {
	float: left;
	width: 41px;
	height: 20px;
	background: url(../images/ks-detail.png) left top no-repeat;
	border: 0;
	text-align: center;
	padding: 3px 0 0 0;
}

#detail .product .objednat {
	float: left;
	width: 130px;
	height: 50px;
	padding: 21px 0 0 10px;
}
.info-button a {
	display: block;
	background: url(../images/dostupne-balenia.png) left top no-repeat;
	float: left;
	height: 30px;
  width: 113px;
}
.mini-price{
	margin-left:20px;
	line-height: 34px;
	font-weight: bold;
}
#detail .product .objednat a {
	width: 113px;
	height: 23px;
	display: block;
	background: url(../images/objednat-detail.png) left top no-repeat;
}

#detail .product .akcia {
	float: left;
	width: 76px;
	height: 62px;
	background: url(../images/akcia.png) right 2px no-repeat;
	_background: url(../images/akcia.gif) right 2px no-repeat;
}

#detail .product .novinka {
	float: left;
	width: 76px;
	height: 62px;
	background: url(../images/novinka.png) right 2px no-repeat;
	_background: url(../images/novinka.gif) right 2px no-repeat;
}

#detail .product .vypredaj {
	float: left;
	width: 76px;
	height: 62px;
	background: url(../images/vypredaj.png) right 2px no-repeat;
	_background: url(../images/vypredaj.gif) right 2px no-repeat;
}

#detail .boxspodny {
	float: left;
	width: 340px;
	margin: 30px 0 0 12px;
	padding: 0 0 20px 80px;
}

#detail .boxspodny .nadpis {
	color: #535559;
	font-size: 22px;
	padding: 0 0 10px 0;
}

#detail .boxspodny .polozka {
	margin: 4px 0 0 0;
	line-height: 20px;
	padding: 2px 0 0 30px;
	min-height: 18px;
	_height: 18px;
	background: url(../images/fajka-detail.png) left 2px no-repeat;
	color: #171819;
	font-size: 12px;
}

#detail .boxspodny .polozka2 {
	margin: 6px 0 0 0;
	float: left;
}

#detail .boxspodny .polozka2 .left {
	float: left;
	width: 60px;
	color: #3e4043;
	font-size: 12px;
	line-height: 23px;
}

#detail .boxspodny .polozka2 .right {
	float: left;
	width: 280px;
}

#detail .boxspodny .polozka2 .right input.text {
	background: url(../images/input-detail.png) left top no-repeat;
	width: 210px;
	height: 20px;
	padding: 3px 4px 0 4px;
	border: 0;
	font-size: 12px;
}

#detail .boxspodny .polozka2 input.odosli {
	background: url(../images/odoslat-detail.png) left top no-repeat;
	width: 113px;
	height: 23px;
	border: 0;
	display: block;
	margin: 8px 0 0 60px;
	_margin: 8px 0 0 30px;
}

#detail .boxspodny .polozka2 .right textarea {
	background: url(../images/select-detail.png) left top no-repeat;
	width: 210px;
	height: 75px;
	padding: 3px 4px 3px 4px;
	border: 0;
	font-size: 12px;
}

#obsah {
	float: left;
	width: 825px;
}

#obsah .nadpisznacky {
	color: #535559;
	font-size: 22px;
	padding: 20px 0 12px 0px;
	border-bottom: 1px solid #d8d7d7;
	float: left;
	width: 764px;
	margin: 0 30px 0 30px;
	_margin: 0 30px 0 0px;
	_position: relative;
	_left: 30px;
}

#obsah .znacka {
	padding: 14px 0 12px 0px;
	border-bottom: 1px solid #d8d7d7;
	margin: 0 30px 0 30px;
	_margin: 0 30px 0 0px;
	_position: relative;
	_left: 30px;
	float: left;
	width: 764px;
}

#obsah .znacka .pismeno {
	width: 50px;
	float: left;
	height: 33px;
	background: url(../images/pismeno.png) left 6px no-repeat;
	font-size: 22px;
	color: white;
	padding: 11px 0 0 10px;
}

#obsah .znacka .nazovznaciek {
	float: left;
	width: 704px;
}

#obsah .znacka .nazovznacky {
	width: 164px;
	float: left;
	color: #c30174;
	font-size: 12px;
	background: url(../images/sipka.png) left 10px no-repeat;
	padding-left: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px solid #efefef;
}

#obsah .znacka .nazovznacky a,#obsah .znacka .nazovznacky-posledna a {
	color: #c30174;
	font-size: 12px;
	text-decoration: none;
}

#obsah .znacka .nazovznacky a:hover,#obsah .znacka .nazovznacky-posledna a:hover
	{
	text-decoration: underline;
}

#obsah .znacka .nazovznacky-posledna {
	width: 164px;
	float: left;
	color: #c30174;
	font-size: 12px;
	background: url(../images/sipka.png) left 10px no-repeat;
	padding-left: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
}

#obsah .kosiknav {
	float: left;
	width: 770px;
	border: 0px solid black;
	height: 40px;
	padding: 10px 0px 10px 30px;
	font-size: 13px;
	/*color: #c30174;  */
	color: #4a4c4e;
	font-weight: bold;
	text-align: center;
}

#obsah .kosiknav .aktive {
	font-size: 22px;
	/*color: #4a4c4e; */
	color: #c30174;
	float: left;
	font-weight: normal;
	padding: 20px 0 0 0;
}

#obsah .kosiknav .normal {
	float: left;
	padding: 26px 0 0 0;
}

#obsah .kosiknav .hotovo {
	float: left;
	padding: 26px 0 0 0;
	background: url(../images/fajka-detail.png) center top no-repeat;
}

#obsah .kosiknav .oddelovac {
	background: url(../images/kosik_dalsie.png) no-repeat;
	float: left;
	width: 13px;
	height: 12px;
	margin: 28px 30px 0 30px;
	_margin: 28px 36px 0 15px;
}

#obsah .skontrolujte {
	float: left;
	width: 750px;
	min-height: 42px;
	background-color: #f1f1f1;
	margin: 10px 0 0 30px;
	_margin: 10px 0 0 12px;
	padding: 10px;
	color: #3e4043;
	font-size: 12px;
	line-height: 20px;
}

#obsah .skontrolujte2 {
	float: left;
	width: 750px;
	height: 42px;
	background-color: #f1f1f1;
	margin: 10px 0 0 30px;
	_margin: 10px 0 0 12px;
	padding: 10px;
	color: #3e4043;
	font-size: 12px;
	line-height: 42px;
}

#obsah .skontrolujte3 {
	float: left;
	width: 750px;
	height: 42px;
	background-color: #e2d6f2;
	margin: 30px 0 0 30px;
	_margin: 30px 0 0 12px;
	padding: 10px;
	color: #3e4043;
	font-size: 12px;
	line-height: 20px;
}

#obsah .produktytop {
	float: left;
	width: 750px;
	height: 24px;
	background-color: #f1f1f1;
	margin: 24px 0 0 30px;
	_margin: 24px 0 0 12px;
	padding: 10px 10px 0px 10px;
	color: #71757a;
	font-size: 12px;
}

#obsah .c1 {
	width: 140px;
	float: left;
}

#obsah .c2 {
	width: 230px;
	float: left;
}

#obsah .c3 {
	width: 100px;
	float: left;
}

#obsah .c4 {
	width: 100px;
	float: left;
}

#obsah .c5 {
	width: 100px;
	float: left;
}

#obsah .c6 {
	width: 80px;
	float: left;
	text-align: center;
}

#obsah .produkt {
	float: left;
	width: 750px;
	height: 64px;
	margin: 4px 0 0 30px;
	_margin: 4px 0 0 12px;
	background-color: #f1f1f1;
	padding: 6px 10px 10px 10px;
	color: #404040;
	font-size: 12px;
	background: url(../images/kosik_ciara.png) left bottom no-repeat;
}
#obsah .produkt-zlava{
  height: 32px !important;
}
#obsah .produkt a {
	color: #c30174;
	font-size: 12px;
}

#obsah .produkt a:hover {
	text-decoration: none;
}

#obsah .cx {
	padding: 20px 0 0 0;
}

#obsah .produkt .dph {
	font-size: 11px;
	color: #a4a4a4;
}

#obsah .produkt .dph2 {
	font-size: 11px;
	color: #a4a4a4;
}

#obsah .produkt .size {
	font-size: 10px;
}

#obsah .produkt .ks {
	padding: 5px 0 0 13px;
	width: 30px;
	height: 20px;
	background: url(../images/kosik_ks.png) left bottom no-repeat;
	border: 0;
}

#obsah .produkt .cenaeur {
	width: 60px;
	height: 14px;
	float: left;
	text-align: right;
	border: 0;
	padding: 0 4px 0 0;
}

#obsah .produkt .cenask {
	width: 60px;
	height: 14px;
	float: left;
	text-align: right;
	font-size: 10px;
	border: 0;
	padding: 0 4px 0 0;
}

#obsah .produkt a img {
	border: 0;
}

#obsah .sposob {
	float: left;
	width: 750px;
	height: 24px;
	background-color: #f1f1f1;
	margin: 24px 0 0 30px;
	_margin: 24px 0 0 12px;
	padding: 10px 10px 0px 10px;
	color: #3e4043;
	font-size: 12px;
}

#obsah .sposob .kolonka {
	float: left;
	width: 400px;
	padding-left: 4px;
}

#obsah .sposob .kolonka2 {
	float: left;
	width: 320px;
}

#obsah .platba,#obsah .doprava {
	float: left;
	width: 370px;
	padding: 20px 0 0 30px;
}

#obsah .platbabox,#obsah .dopravabox {
	float: left;
	width: 400px;
}

#obsah .platba .left,#obsah .doprava .left {
	float: left;
	width: 40px;
	text-align: center;
}

#obsah .platba .right,#obsah .doprava .right {
	float: left;
	width: 310px;
	font-size: 12px;
	color: #171819;
	font-weight: bold;
}

#obsah .platba .popis,#obsah .doprava .popis {
	line-height: 1.5;
	font-size: 12px;
	color: #494b4f;
	font-weight: normal;
	padding: 6px 0 0 0;
	float: left;
}

#obsah .doprava {
	float: left;
	width: 370px;
}

#obsah .doprava .cena {
	float: right;
}

#obsah .ciarky {
	float: left;
	border-top: 1px dashed #c6c6c6;
	border-bottom: 1px dashed #c6c6c6;
	padding: 4px 0 4px 0;
	margin: 30px 0 0 30px;
	_margin: 30px 0 0 12px;
}

#obsah .summarytext {
	float: left;
	width: 750px;
	padding: 4px 0 4px 0;
	margin: 20px 0 0 30px;
	font-size: 12px;
}

#obsah .celkom {
	float: left;
	width: 750px;
	height: 44px;
	background-color: #dbccee;
	color: #171819;
	font-size: 17px;
	font-weight: bold;
	line-height: 44px;
	padding: 0 10px 0 10px;
}

#obsah .celkom .cenacelkom {
	border: 0;
	background-color: transparent;
	text-align: right;
	width: 100px;
	font-size: 17px;
	font-weight: bold;
}

#obsah .celkom .cenacelkomsk {
	border: 0;
	background-color: transparent;
	text-align: left;
	width: 80px;
	font-size: 11px;
	font-weight: normal;
}

#obsah .celkom .dph {
	font-size: 11px;
	font-weight: normal;
}

#obsah .celkom .ceny {
	float: right;
	_padding-top: 10px;
}

#obsah .poznamkatext {
	float: left;
	width: 770px;
	font-size: 12px;
	color: #404040;
	padding: 20px 0 5px 30px;
}

#obsah .poznamka {
	width: 761px;
	height: 72px;
	background: url(../images/kosik_poznamka.png) left bottom no-repeat;
	border: 0;
	padding: 5px;
	margin-left: 30px;
	_margin-left: 12px;
	float: left;
}

#obsah .buttons {
	width: 771px;
	height: 72px;
	float: left;
	padding: 30px 0 0 30px;
}

#obsah .buttons a.spatparfemy {
	float: left;
	width: 203px;
	height: 23px;
	background: url(../images/kosik_spatparfemy.png) left bottom no-repeat;
	display: block;
}

#obsah .buttons a.objednatparfemy {
	float: right;
	width: 172px;
	height: 23px;
	background: url(../images/kosik_objednatparfemy.png) left bottom
		no-repeat;
	display: block;
}

#obsah .buttons3 {
	width: 600px;
	height: 72px;
	float: left;
	padding: 60px 0 0 80px;
}

#obsah .buttons3 a.spatparfemy {
	float: left;
	width: 224px;
	height: 23px;
	background: url(../images/kosik_vratitspataupravitudaje.png) left bottom
		no-repeat;
	display: block;
}

#obsah .buttons3 a.objednatparfemy {
	float: right;
	width: 180px;
	height: 23px;
	background: url(../images/kosik_odoslatobjednavku.png) left bottom
		no-repeat;
	display: block;
}

#obsah .poznamka textarea {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #353535;
	width: 575px;
	border: 1px solid #D9DBDE;
}

#obsah .poznamka .lavo {
  margin-top: 15px;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	font-size: 15px;
}
#obsah .poznamka .pravo {
  margin-top: 15px;

}

#obsah .buttons3 a.kosik_nauvod {
	float: right;
	margin-right: 200px;
	width: 180px;
	height: 23px;
	background: url(../images/kosik_nauvod.png) left bottom no-repeat;
	display: block;
}

#obsah .udaje {
	float: left;
	width: 600px;
	min-height: 20px;
	background: url(../images/kosik_ciara.png) left bottom no-repeat;
	margin: 20px 0 0 80px;
	_margin: 20px 0 0 40px;
	padding: 10px 0 20px 0;
	font-size: 12px;
	color: #262626;
}

#obsah .udaje .u1 {
	float: left;
	width: 200px;
	font-weight: bold;
}

#obsah .udaje .u2 {
	float: left;
	width: 400px;
}

#obsah .cnadpis {
	font-size: 20px;
	color: #3e4043;
	border-bottom: 1px solid #d8d7d7;
	margin: 20px 30px 10px 30px;
	padding-bottom: 14px;
	_margin: 20px 30px 10px 12px;
}

#obsah .cnadpis h2{
	font-size: 15px;

}

#obsah .ctext {
	margin: 20px 30px 10px 30px;
	_margin: 20px 30px 10px 12px;
	font-size: 13px;
	color: #171819;
	line-height: 1.7;
}

#obsah .ctext p{
	margin-bottom: 20px;
}
#obsah .ctext td{
	font-size: 14px;
	padding:5px 20px 5px 0;
}
#obsah .ctext h3 a{
	font-size: 17px;
	color:#C30174;
	font-weight:bold;
	text-decoration:none;
}
/*
	###	Styly pro registraci	###
*/
#content {
	width: 770px;
	padding: 0 1px;
	color: #262626;
	position: relative;
}

#left-column {
	padding-top: 17px;
	padding-left: 70px;
	width: 688px;
	float: left;
	font-size: 12px;
}

#left-column2 {
	padding-top: 17px;
	padding-left: 30px;
	width: 730px;
	float: left;
	font-size: 12px;
}

#regform-bg {
	float: right;
}

#registrace-form h2 {
	font-size: 22px;
	color: #4a4c4e;
}

#obsah hr {
	border: none;
	border-bottom: 1px solid #d8d7d7;
	margin-bottom: 40px;
}

#registrace-form p.popis {
	clear: left;
	line-height: 30px;
}

#registrace-form p {
	clear: left;
}

#registrace-form label {
	float: left;
	width: 110px;
	font-weight: bold;
	padding-top: 5px;
}

#registrace-form .required {
	color: #bd0500;
	margin-left: 8px;
}

#registrace-form p input {
	margin-left: 13px;
	width: 180px;
	height: 22px;
	padding: 3px 5px;
	border: 0px solid #f0e6cf;
	background: url(../images/input-bg.png) 0 0 no-repeat;
}

.zakladni {
	float: left;
	width: 670px;
}

.zakladni p,.dodaci p,.fakturacni p {
	margin: 12px 0 !important;
}

.dodaci {
	margin-top: 10px;
	padding-bottom: 20px;
	float: left;
	width: 51%;
}

.fakturacni {
	padding-bottom: 20px;
	margin-top: 10px;
	float: left;
	width: 49%;
}

.fakturacni span {
	font-size: 90%;
}

#souhlas {
	clear: both;
	width: 626px;
	padding: 17px 15px;
	background: #e2d6f2;
	margin-bottom: 15px;
	margin-right: 34px;
}

#souhlas input {
	width: auto !important;
	float: left;
	position: relative;
	padding: 0;
	border: none;
}

#souhlas label {
	width: auto;
	float: none;
	font-weight: normal;
	display: block;
	margin-left: 40px;
	padding: 0;
}

#zaregistrovat {
	margin-right: 34px;
	float: right;
	padding-top: 25px;
	padding-bottom: 100px;
}

.text-page {
	line-height: 1.6em;
	padding-bottom: 20px;
}

.summary {
	background: url(../images/small-shadow.png) bottom left repeat-x;
	clear: left;
	padding: 20px 0 29px 0;
}

.summary strong {
	float: left;
	width: 140px;
}

.summary p {
	margin: 0 0 0 150px !important;
}

#vratit-zpet {
	float: left;
	padding-top: 25px;
	padding-bottom: 100px;
}

#pokracovat {
	float: right;
	padding-top: 25px;
	padding-bottom: 100px;
}

#pokracovat2 {
	float: right;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 100px;
}

#chcem-prihlasit,#nejsem-reg {
	padding: 0;
	margin: 0 0 0px 0 !important;
	position: relative;
	width: 688px;
	height: 51px;
	overflow: hidden;
	clear: left;
	padding-top: 10px;
	font-size: 20px;
	color: #252525;
}

#chcem-prihlasit span,#nejsem-reg span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 688px;
	height: 51px;
	margin: 0;
	padding: 0;
}

#nejsem-reg span {
	
}

#login-form {
	position: relative;
	width: 688px;
	padding-bottom: 10px;
}

#login-form label {
	float: left;
	padding-left: 0px;
	width: 50px;
	font-weight: bold;
	padding-top: 5px;
}

#login-form p {
	margin: 0 0 10px 0;
}

#login-form input {
	margin-left: 13px;
	width: 180px;
	height: 22px;
	padding: 3px 5px;
	border: 0px solid #f0e6cf;
	background: url(../images/input-bg.png) 0 0 no-repeat;
}

input#chcem-prihlasit-button {
	border: none !important;
	position: absolute !important;
	left: 260px !important;
	top: 16px !important;
	width: auto !important;
	background: none !important;
	margin: 0 !important;
	padding: 0;
	background: none;
	width: 107px;
	height: 23px;
}

.pokracovat-link,.pokracovat-nakup,.seznam-objednavek {
	background: url(../images/na-uvod.gif) 0 0 no-repeat;
	width: 188px;
	height: 25px;
	text-indent: -9999px;
	display: block;
	margin-top: 30px;
}

.pokracovat-nakup {
	background: url(../images/pokracovat-nakup.gif) 0 0 no-repeat;
	width: 191px;
}

.seznam-objednavek {
	background: url(../images/seznam-objednavek.gif) 0 0 no-repeat;
	width: 191px;
}

.confirm {
	background: url(../images/small-shadow.png) bottom left repeat-x;
	padding-bottom: 10px;
}

.confirm p {
	background: url(../images/kosik-krok-hotovo.gif) 3px center no-repeat;
	padding: 10px 10px 10px 40px;
	font-weight: bold;
}

#prihlasit_obsah .nadpispri {
	color: #4a4c4e;
	font-size: 22px;
	line-height: 40px;
}

#prihlasit_obsah .priheslo {
	color: #262626;
	font-size: 12px;
	line-height: 30px;
	padding-bottom: 10px;
}

#prihlasit_obsah .zabudnute {
	padding: 0 0 0 64px;
}

#prihlasit_obsah .zabudnute a {
	color: #c30174;
	font-weight: bold;
	text-decoration: none;
}

#prihlasit_obsah .napoveda {
	padding: 40px 0 0 0;
	color: #262626;
}

#prihlasit_obsah .napoveda b {
	color: #70747a;
	font-size: 12px;
}

#prihlasit_obsah .napoveda a {
	color: #c30174;
	font-weight: bold;
	text-decoration: none;
}

#prihlasit_obsah .odoslatlost {
	background: url(../images/odoslat_lost.jpg) 0 0 no-repeat;
	width: 109px;
	height: 24px;
	border: 0;
}

#prihlasit_obsah .inputlost {
	background: url(../images/input_lost.jpg) 0 0 no-repeat;
	width: 187px;
	height: 27px;
	border: 0;
}

#prihlasit_obsah .ciaralost {
	width: 780px;
	height: 1px;
	background-color: #d8d7d7;
	margin: 0 0 20px 0;
}

#info-block {
	width: 1003px;
	background: #c8c8c9;
	border: 1px solid #c8c8c9;
	float: left;
}

#info-block .block {
	margin: 0 0 0 0; 
	width : 240px;
	float: left;
	width: 250px;
	height: 239px;
	
	
}
#info-block .block-bg-1 {
	background:#ffffff url(../images/novy-footer/img-1.png) 190px 6px no-repeat;
}
#info-block .block-bg-2 {
	background:#ffffff url(../images/novy-footer/img-2.png) 180px 15px no-repeat;
}
#info-block .block-bg-3 {
	background:#ffffff url(../images/novy-footer/img-3.png) 162px 13px no-repeat;
}
#info-block .block-bg-4 {
	
	background:#ffffff url(../images/novy-footer/img-4.png) 193px 16px no-repeat;
}
#info-block .block-border-right {
	border-right: 1px solid #e4e4e5;
}
#info-block .block h4 {
	margin:20px 0 10px 30px;
	width:150px;
	font-family: arial;
	font-size: 14px;
	color: black;
  font-weight: bold;	
}
#info-block .block ul{
	margin:0 0 0 -10px;
	*margin:0 0 0 27px;
	
}
#info-block .block ul li{
	margin:0 0 0 0;
	list-style: none;	
}
#info-block .block ul li a {
	font-family: arial;
	font-size: 13px;
	color: #c30174;
	text-decoration: none;
}
#info-block .block ul li a:HOVER {
	color: #c30174;
	text-decoration: underline;
}

img#img_shop_roku{
	border:none;
	margin: 20px 0  10px 30px;
}
img#img_posta{
	margin: 20px 0  10px 30px;
}
img#img_dobierka{
	margin: 20px 0  10px 5px;
}
.coments{
  margin-left: 35px;
  float: left;
}
.coments-title{
  margin-left: 60px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 22px;
  color: #535559;
  
}
.coment-name{
  color: #171819;
  display: block;
  float: left;  
  font-weight: bold;
  font-size: 13px;
  width: 200px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.coment-date{
  color: #171819;
  display: block;
  float: left;
  width: 400px;
  font-weight: bold;
  font-size: 13px;
  width: 100px;
}
.coment-title{
   margin-left: 63px;
   margin-top: 10px;
   float: left;
   width: 800px;
}
.coment-content{
  float: left;
  margin-left: 60px;
  margin-right: 30px;
  margin-bottom: 20px;
  text-align: justify;
  width: 720px;
}
.coment-content{
  font-size: 12px;
}
.coments form {
       float: left;
       margin-top: 30px;
       margin-bottom: 100px;
}
.coment-hr{
  width: 740px;
  color: #dbddde;
  background: #dbddde;
  border: 1px #dbddde;
  height: 1px;
  margin: 0 !important;
}

.coment-input{
 margin-left: 60px ;
 font-size: 12px;
 height: 30px;
  
}
.coment-input p{
   color: #8c9095;
   line-height: 20px;
  
}
.coment-input label{
    display: block;
    float: left;
    margin: 0;
    width: 60px;
  
}
.coment-input input{
  margin: 0 5px 5px 0 ;
  background:#ffffff url(../images/input-coment-small.png) no-repeat;
  border: 0 ; 
  height: 21px;
  width: 218px;
  float: left;
}
.coment-input textarea{
  margin: 0 0 5px 0 ;
  background: url(../images/input-coment-big.png) no-repeat;
  border: 0 ; 
  height: 81px;
  width: 705px; 
}
input.odosli-coment {
    background: url("../images/odoslat-detail.png") no-repeat scroll left top transparent;
    border: 0 none;
    display: block;
    height: 23px;
    margin: 8px 0 0 60px;
    width: 113px;
    position: relative;
    top:50px
}
.form-coment{
  margin-top: 20px;
  float: left;
  width: 800px;
}
.error-message{
  color: red;
  float: left;
  margin-left: 58px;
}
.succes-message{
  color: green;
  float: left;
  margin-left: 58px;
}
.news-index{
  float: left;
  height: 30px;
  width: 245px;
}
.box .second{
  margin-bottom:15px;
}
.index-new{
  color: black;
  line-height: 25px;
  margin-left: 38px;
  text-decoration: none;
}
.index-new:hover{
 text-decoration: underline;
}
.boxImgLeft
{
  position: absolute;
  margin-top: 0px;
  margin-left: 5px;
  width: 31px;
  height: 27px;
  background-image: url(../images/affiliate_left.jpg);
  float:left;
}
#boxText
{
  margin-top: 3px;
  margin-left:40px;
  color:black;
  float:left;
}
.boxImgRight
{
  position: absolute;
  width: 31px;
  height: 17px;
  background-image: url(../images/affiliate_right.jpg);
}
.suhlas{
  margin: 10px 100px 10px 80px;
  height: 50px;
  float: left;
  width: 300px;
  background: #f1f1f1; 

}
.suhlas p{
  margin-top: 13px;
  font-size: 13px;
}
.suhlas p a{
  color:black;
  font-weight: bold;
}

.suhlas2{
  margin: 10px 10px 10px 80px;
  height: 50px;
  float: left;
  width: 600px;
  background: #f1f1f1; 

}
.suhlas2 p{
  margin-top: 13px;
  font-size: 13px;
}
.suhlas2 p a{
  color:black;
  font-weight: bold;
}
.flaglangs{
  position:absolute;
  top:7px;
  left:310px;
  font-size:11px;
  
}
#bottomflags{
  position:absolute;
  top:15px;
  left:430px;
  font-size:11px;
}
.flaglangs a{
  text-decoration:none;
 color: #FFFFFF;
}
#bottomflags a,#bottomflags a:hover{
  text-decoration:none;
 color: #000000;   
}

#black{
width: 1016px;
  margin: 0 auto;
  float: left;
}
