* {
	margin: 0px;
	padding:0px;
	outline: none;
}
a, input { outline: none; }
body {
	font-family: Arial;
	color: #000;
	font-size: 12px;
	background: #fff url('/images/bg.jpg') repeat-x;
	text-align: center;
}
img {border: 0px;}
table th { text-align: left;}
.center {text-align:center;}
#text table {width: 100%; border-collapse: collapse;}
.button, a{ cursor:pointer;}
h3{font-size: 120%;}
.clear {clear:both;}
ul{padding-left: 20px;}
a {
	color: #c60e19;    /* BARVA3 */
	text-decoration: underline;
}
a:hover {
    color: #747474;    /* BARVA4 */
	text-decoration: none;
}
/* ----------------------- */
#bgall {
}
#main {
	width: 950px;
	margin: 0px auto;
	text-align:left;
}
#top {
}
#top .topin{
	background: #a5a4a5 url('/images/headover.png') no-repeat;  /* BARVA1 */
	height: 200px;
	position: relative;
	overflow:hidden;
}
* html #top .topin{
	background: none;
	background-color: #a5a4a5;  /* BARVA1 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/headover.png');
}
#top .topshadow{
	background: transparent url('/images/headundershadow.png') no-repeat;
	height: 30px;
}
* html #top .topshadow{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/headundershadow.png');
}
#top .sbpanel{
	height: 70px;
	position: absolute;
	bottom: 0px;
	width: 950px;
	background: #9e0d16 url('/images/headover.png') 0% 100% no-repeat;  /* BARVA2 */
}
* html #top .sbpanel{
	background: none;
	background-color: #9e0d16;  /* BARVA2 */
	position: absolute;
	top: 130px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/sbpanel-ie6.png');
}
/* ----------------------- */
#top .loginpanel{
	position:absolute;
	right: 0px;
	width: 200px;
	height: 200px;
	overflow:hidden;
	top: 0px;
}
#top .loginpanel, #top .loginpanel a{
	color: #9e0d16; /*  BARVA13    */
}
#top .loginpanel .loginname, #top .loginpanel .loginpass{
	border: 0px;
	color: #000;
	background: none;
	background-color: transparent;
	/*padding: 3px 0px 4px 25px;*/
	margin: 3px 5px 9px 25px;
	=margin: 3px 5px 7px 25px;
	_margin: 0px 5px 4px 0px;
	width: 140px;
}
#top .login .lname {
    background: transparent url('/images/name.png') no-repeat;
    width: 172px;
}
* html #top .login .lname {
	background: none;
	background-color: transparent;
}
* html #top .loginpanel .loginname{
	background: none;
	padding: 2px 0px 0px 25px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/name.png');
}
#top .login .lpass {
	width: 172px;
    background: transparent url('/images/pass.png') no-repeat;
}
* html #top .login .lpass {
	background: none;
	background-color: transparent;
}
* html #top .loginpanel .loginpass{
	background: none;
	padding: 2px 0px 0px 25px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/pass.png');
}
#top .loginpanel .button{
	background: transparent url('/images/btn.png') no-repeat;
	width: 172px;
	border: 0px;
	color: #fff;
	text-align: center;
	padding: 3px 0px 4px 0px;
	=padding: 1px 0px 6px 0px;
	margin-top: 4px;
}
* html #top .loginpanel .button{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn.png');
}
#top .loginpanel h3 {
	margin: 11px 0px 8px 0px;
	color: #9e0d16; /* BARVA13 */
}
#top .sbpanel .basket .boxin {
	padding: 40px 0px 0px 25px;
	width: 680px;
}
#top .sbpanel .basket .boxin h3{
	display:inline;
	color: #ffffff; /* BARVA5 */
}
#top .sbpanel .basket .boxin h3 span{
    background: url('/images/basketicon.png') no-repeat;
    display: block;
    height: 22px;
    width: 22px;
    float:left;
}
* html #top .sbpanel .basket .boxin h3 span{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/basketicon.png');
}
#top .sbpanel .basket .boxin .basketinfo{
	height: 22px;
	float: left;
	padding-top: 2px;
	color: #ffffff; /* BARVA5 */
}
#top .sbpanel .basket .boxin a{
	background: transparent url('/images/button-100.png') no-repeat;
	color: #fff;
	text-align: center;
	width: 100px;
	padding: 3px 0px 4px 0px;
	text-decoration: none;
	display:block;
	float: left;
	margin: 0px 0px 0px 8px;
}
* html #top .sbpanel .basket .boxin a{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/button-100.png');
}
/* ----------------------- */

.search{
	height: 43px;
	width: 200px;
	position:absolute;
	bottom: 4px;
	right: 0px;
}

.search input{
  width: 140px;
	border: 0px;
	padding: 3px 0px 4px;
	color: #000;
	margin: 0px 0px 1px 0px;
	background: none;
	background-color: transparent;
	padding: 3px 5px 1px 5px;
}
* html .search input{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/searchtext.png');
}
.search .stext{
    background: transparent url('/images/searchtext.png') no-repeat;
    width: 150px;
    height: 22px;
	float:left;
}
* html .search .stext{
	background: none;
}
.search .button{
	width: 22px;
	overflow: hidden;
	height: 22px;
	border: 0px;
	background: none;
	background-color: transparent;
	padding: 50px;
}
* html .search .button{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/searchbutton.png');
	position: relative;
	top: 1px;
}
.search .sbut{
    background: transparent url('/images/searchbutton.png') no-repeat;
	float:left;
	width: 22px;
	height: 22px;
	overflow: hidden;
}
* html .search .sbut{
	background: none;
}

/* ----------------------- */
#menu {
	padding: 15px 0px;
}
ul.AspNet-Menu {
	position: static !important; /*  Adapter CSS IE6 error fix  */
}
#menu a { text-decoration: underline; }
#menu a:hover { text-decoration: none; }
#menu .reg {
	float:right;
}
#menu .reg, #menu .reg li { list-style: none; }
#menu .reg li, #menu .reg a{
	float: left;
	display: block;
	
}
#menu .AspNet-Menu a{
	border-right: 1px solid #fff;
}
#menu .reg a.forgot {
	border-left: 1px solid #fff;
}
#menu .AspNet-Menu a, #menu .AspNet-Menu li {
	float: left;
	display: block;
}
#menu .AspNet-Menu a, #menu .reg a{
	padding: 0px 15px;
}
/* ----------------------- */
#top .logo{
	background: transparent url('/soubory-ve-skladu/grafika/logodarky.png') no-repeat;
	height: 150px;
	width: 715px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	overflow:hidden;
}
* html #top .logo{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/soubory-ve-skladu/grafika/logodarky.png');
}
.logo a:hover, .logo a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 715px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
}
#top h1 {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 0;
	font-size: 12px;
}
#top h1, #top h1 a {
	/*color: #88782A;*/ /* BARVA1 */
}
/* ----------------------- */
#left .box h3, #right .box h3{
	background: #d13c45 url('/images/sideheading.png') no-repeat;  /* BARVA6 */
	color: #fff;
	padding: 12px 15px 8px 15px;
}
* html #left .box h3, * html #right .box h3{
	background: none;
	background-color: #d13c45;  /* BARVA6 */
	width: 200px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/sideheading.png');
}
.column .box .boxin{
	background: url('/images/boxshadow.png') 0% 100% no-repeat;
	padding-bottom: 30px;
}
* html .column .box .boxin{
	background: url('/images/boxshadowie6.gif') 0% 100% no-repeat;
}
.column .boxbody {
	padding: 10px 15px;
	border: 1px solid #d13c45; /* BARVA6 */
	border-top: 0px solid red;
	background: #ffffff;     /* BARVA7  barva pozadi boxu*/
	color: #000000; /* BARVA8  barva pisma ve vsech postranich boxech */
}
* html .column .boxbody {
	overflow: hidden;
	width: 168px;
}
.column .box a{
    color: #c60e19; /*  BARVA9    barva odkazu v vsech boxech*/
}
.column .box a:hover {
    color: #747474; /*  BARVA10    barva odkazu v vsech boxech po najeti*/
}
/* ----------------------- */
.categories {

}
* html .categories li{
	height: 1%;
}
.categories a{
	text-decoration: none;
	font-weight: bold;
	padding: 8px 0px;
	display: block;
	background: transparent url('/images/catseparator.png') 0% 100% repeat-x;   /* ie6 nelze !!! nefunguje podtrzeni  */
}
* html .categories a {
	background: none;
}
.column .categories .AspNet-TreeView-Selected a, .column .categories .AspNet-TreeView-ChildSelected a{
    color: #747474; /*  BARVA10*/
    /*background: none;*/
}
.column .categories ul li.AspNet-TreeView-Selected ul li a, .column .categories ul li.AspNet-TreeView-ChildSelected ul li a {
	color: #c60e19;     /*  BARVA9  */
	font-weight: normal;
	text-decoration: underline;
	padding-left: 25px;
	background: none;
	background: url('/images/subsep.gif') 9px 13px no-repeat;
}
.column .categories ul li.AspNet-TreeView-Selected ul li a:hover,
.column .categories ul li.AspNet-TreeView-ChildSelected ul li a:hover,
.column .categories ul li.AspNet-TreeView-ChildSelected ul li.AspNet-TreeView-Selected a {
	text-decoration: none;
	color: #c60e19; /*  BARVA11      - hover submenu*/
	font-weight: bold;
}
/* ----------------------- */
.topitems .boxbody ul, .topitems .boxbody li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.topitems .boxbody .imgprev{
	text-decoration: none;
	float: left;
	/*height: 60px;
	width: 60px;
	overflow: hidden;*/
	margin-right: 10px;
}
.topitems .boxbody li{
	background: transparent url('/images/catseparator.png') repeat-x 0% 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
* html .topitems .boxbody li{
	background: none;
}
.topitems .boxbody a {
	display: block;
	width: 170px;
}
.topitems .boxbody strong {
    display: block;
	text-align: right;
	padding: 5px 0px 0px;
}
/* ----------------------- */
#text h2.hp {
	color: #fff;
	font-size: 120%;
	background: #a5a4a5 url('/images/hph2.png') no-repeat;    /*  BARVA12  */
	padding: 8px 20px;
	font-weight: bold;
}
* html #text h2.hp {
	background: none;
	width: 510px;
	background-color: #a5a4a5; /*  BARVA12  */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hph2.png');
}
/* ----------------------- */
.product{
	width: 255px;
	height: 250px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	background: #e0b8ba url('/images/productbg.png') 100% 0% no-repeat; /*  BARVA14  */
}
* html .product{
	background: none;
	width: 253px;
	border-top: 1px solid #e0b8ba; /*  BARVA14  */
}
* html .introduction .product{ border: 0px;}
.product .productin{
	padding: 20px 5px 20px 15px;
}
.product .productin h2 {
	padding: 0px;
	text-align: center;
	height: 30px;
}
.product .productin h2 a{
	font-size: 60%;
	font-weight: bold;
}
.product .productin .info {
	float: right;
	width: 125px;
}
.product .productin .info span{
	display: block;
	padding: 5px 0px;
}
.product .productin .info span strong{
	font-size: 120%;
}
.kusy { width: 30px;}
.product .productin .pic {
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.product .productin .button, .productdetail .detailinfo .button {
	border: 0px;
	background: #8b8b8b url('/images/buttonbuy.png') 0% 0% no-repeat;    /* BARVA15    button na vlozeni do kosiku*/
	width: 100px;
	height: 22px;
	overflow: hidden;
	text-align:right;
	color: #fff;
	padding: 0px 8px 1px 0px;      /* 4 8 4 0*/  /* IE ok FF sere*/
	font-size: 90%;
	margin-top: 10px;
}
* html .product .productin .button, * html .productdetail .detailinfo .button {
	background: none;
	background-color: #8b8b8b; /*  BARVA15*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/buttonbuy.png');
}
.product .buymadafaka{
	padding-top: 10px;
}
/* ----------------------- */
.clanek {
	background: #a5a4a5 url('/images/akcebg.png') 0% 0% no-repeat;    /* BARVA12 */
}
* html .clanek {
	background: none;
	background-color: transparent;
}
.clanekin {
	padding:20px 5px 20px 15px;
}
.clanekin h3 {
	font-size: 100%;
	margin-bottom: 20px;
	font-weight: bold;
}
.hppromo, .hpakce {
	text-align: right;
	margin-bottom: 20px;
}
/* ----------------------- */
.pages, .order{
	margin-bottom: 10px;
}
.paging {
    margin-bottom: 20px;
}
.order .button{
	background: #950b14 url('/images/orderbutton.png') 0% 0% no-repeat;    /* BARVA16 */
	color: #fff;
	border: 0px;
	width: 50px;
	height: 22px;
	overflow:hidden;
	text-align: center;
	padding-bottom: 1px;
}
* html .order .button{
	background: none;
	background-color: #950b14; /*  BARVA16  */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/orderbutton.png');
}
/* ----------------------- */
.productdetail {

}
.productdetail .detailpreview{
	float: left;
	width: 140px;
	text-align: center;
}
.productdetail .detailpreview .prieviewimg{
    width: 140px;
    height: 140px;
    =padding-top: 20px;
	=height: 120px;
	overflow:hidden;
}
.productdetail .detailpreview .prieviewimg a{
	display: table-cell;
    width: 140px;
    height: 140px;
	margin: 0px auto;
	vertical-align: middle;
}
.productdetail .detailinfo{
	float: right;
	width: 345px;
}
/* ----------------------- */
.basket1 table
.basket1 table td { color: #666;}
.basket1 table th, .basket1 table td strong { color: #000;}
.basket1 table tr.highlight { background: transparent; }
/* ----------------------- */
.lostpass .button, .useracc .button, .basket1 .button, .wizard .button {
    background: #950b14 url('/images/button-100-white.png') 0% 0% no-repeat;    /* BARVA16      neutralni buttony*/
    color: #fff;
	border: 0px;
	height: 22px;
	width: 100px;
	overflow:hidden;
	text-align: center;
	padding-bottom: 1px;
	margin: 10px 0px;
}
* html .lostpass .button, * html .useracc .button, * html .basket1 .button, * html .wizard .button {
	background: none;
	background-color: #950b14;       /*  BARVA16  */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/button-100-white.png');
}
.useracc th, .useracc td, .wizard th, .wizard td{ padding: 2px 2px 2px 0px;}

.wizard .buttonlong {
    background: #950b14 url('/images/buttonlong.png') 0% 0% no-repeat;    /* BARVA16 */
    color: #fff;
	border: 0px;
	height: 22px;
	width: 200px;
	overflow:hidden;
	text-align: center;
	padding-bottom: 1px;
	cursor: pointer;
	margin-bottom: 10px;
}
* html .wizard .buttonlong {
	background: none;
	background-color: #950b14;       /*  BARVA16  */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/buttonlong.png');
}
.wizard table th { width: 150px;}
/* ----------------------- */
.useracc .seznam, .useracc .seznam li { list-style: none; margin: 0px; padding: 0px; }
.useracc .seznam li a { padding: 5px 10px; display: block; }
/* ----------------------- */
.orderdetail{ line-height: 160%; }
.orderdetail th{
	width: 250px;
	font-weight: normal;
	
}
/* ----------------------- */
.kf{
	border: 1px solid #a5a4a5;
	padding: 2px 4px;
}
.kusy{
	border: 1px solid #8b8b8b;
	padding: 2px 4px;
}
/* ----------------------- */
.subcatlist {
	padding-top: 10px;
}
.subcatlist td{
	vertical-align: top;
	padding-bottom: 10px;
}
a.subcat .catico {
	width: 28px;
	height: 20px;
	display: block;
	background: #c60e19 url('/images/catico.png') no-repeat;
	float:left;
}
* html a.subcat .catico {
	background: none;
	background-color: #c60e19;       /*  BARVA16  */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/catico.png');
}
.subcat:hover .catico {
	background-color: #747474;
}
.subcat span {
	padding: 3px 0px 1px 6px;
	display:block;
	float:left;
	width: 130px;
}
/* ----------------------- */
#levystred {
	width: 730px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#text {
	width: 510px;
	float: right;
}
#text p, #text h2{
    margin-bottom: 15px;
}
#text h2{
	font-weight: normal;
	font-size: 160%;
	color: #9e0d16; /*   BARVA1   */
}
#right {
	width: 200px;
	float: right;
}
#bottom {
	text-align: center;
	padding: 20px 0px;
	clear: both;
	background: #9e0d16; /*     barva2    */
}
#bottom, #bottom a{
	color: #ffffff; /* BARVA5 */
}
/*--------------- HLAVNI CAST --------------*/

form {
	margin: 0px;
	padding: 0px;
}