
#order-list
{
	border-width: 0;
	width: 760px;
	background-color: #e4e4e4;
}
#order-list tr, #order-list td
{
	border-width: 0;
	background-color: #f5f5f5;
}

input.order-list-number
{
	width: 50px;
	margin-bottom: 2px;
	margin-top: 2px;
	border: 1px solid #7F9DB9;
}
input.order-list-button
{
	width: auto;
	background: url(submit-bg.gif) repeat-x;
	background-position: 0 5px;
	border: 1px solid gray;
}

#order-form
{
	border-width: 0;
	width: 500px;
}
#order-form tr, #order-form td
{
	border-width: 0;
}

#order-form .text-field
{
	width: 180px;
	margin-bottom: 2px;
	margin-top: 2px;
	border: 1px solid #7F9DB9;
}


img.news
{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.pager
{
	clear: both;
}

.languages
{
	clear: right;
	float: right;
	margin-top: 18px;
	margin-right: 5px;
}
.languages a
{
	color: white;
}
.languages a:hover
{
	color: white;
	text-decoration: none;
}

.basket
{
	margin-top: 34px;
	margin-right: 10px;
	float: right;
	width: 300px;
	height: 40px;
}
.basket-body
{
	overflow: hidden;
	text-align: right;
	font-family:  Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #3777B0;
	background-image: none;
}
.basket-body a, .basket-body a:hover
{
	color: white;
}


body{
	font-family:  Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 11px;
	
	text-align: center;
	margin: 0px;
	padding: 0px;
	
	background: url(body-bg.gif) repeat-x;
	
}

h1, h2, h3, h4, h5, h6{
	margin: 5px;
	margin-left: 0;
}
h1{ font-size: 140%; }
h2{ font-size: 130%; }
h3{ font-size: 120%; }
h4{ font-size: 110%; }
h5{ font-size: 100%; }
h6{ font-size: 100%; }

table{
	font-size: 100%;
	/*
	width: 100%;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	*/
}
td{
	/*
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 3px;
	*/
}

form {
	margin: 0px;
	padding: 0px;
}

p{
	margin: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

a{
	color: #004087;
}

a img, a:link img {
	border: none;
}

a:hover{
	text-decoration: none;
	color: #E67411;
}

ul{

}

/* main */

#main{
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header{
	height: 180px;
	background: url(header-bg.gif) no-repeat;
	position: relative;
	z-index: 1;
}
#header .home-link{
	position: absolute;
	top: 23px;
	width: 450px;
}
#header .home-link a{
	display: block;
	height: 90px;
}
#header .home-link a span{
	visibility: hidden;
}
#header #menu{
	position: absolute;
	right: 0px;
	bottom: 36px;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li{
	display: inline;
}
#menu ul li a{
	display: block;
	float: left;
	color: white;
	
	height: 28px;
	line-height: 19px;
	vertical-align: middle;
	_padding-bottom: 1px;
	
	padding-right: 10px;
	padding-left: 11px;
	text-decoration: none;
	background: url(a-bg.gif) no-repeat;
	
}
#menu ul li a:hover,
#menu ul li a.active{
	background: url(a-hover-bg.gif) repeat-x;
	background-color: #FF9900;
	background-position: -5px bottom;
	border-left: 1px solid white;
	padding-left: 10px;
}


/**/
#content{	
	background: url(content-bg.gif) repeat-y;
	margin: 0px;
	padding: 10px;
	padding-top: 10px;
}
#content .top{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background: url(top-corner.gif) no-repeat;
	background-position: bottom;
	position: relative;
	height: 28px;
	
}
#content .top .page-label{
	padding-left: 16px;
	background: url(ico-arrow.gif) no-repeat;
	background-position: 0 2px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#content .top .page-label h1{
	margin: 0px;
	text-transform: uppercase;
	font-size: 14px;
	color: #004087;
}
#content .top .path{
	position: absolute;
	left: 220px;
	color: #004087;
}
#content .top .path a{ color: #004087; }
#content .top .path a:hover{ color: #E67411; }
#content .top .path a.active{
	color: #E67411;
	text-decoration: none;
}

#content .bottom{

}

#content .left{
	float: left;

	width: 215px;
	overflow: hidden;
}
#content .left.wide{
	width: 520px;
	background: url(content-corner.gif) no-repeat;
	overflow: hidden;
}
#content .right{
	float: right;
	width: 540px;
	background: url(content-corner.gif) no-repeat;
	overflow: hidden;
}
#content .right.narrow{
	width: 215px;
	background: yellow;
	background: url(right-narrow-bg.gif) repeat-y;
	overflow: hidden;
	
}
#content .left .inside,
#content .right .inside{
	padding: 7px;
	padding-left: 20px;
}
#content .right.narrow .inside{
	padding-left: 15px;
	padding-top: 0px;
}
#content .left .title,
#content .right .title{
	color: #004087;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#content .left .title h3,
#content .right .title h3{
	margin: 0px;
	padding: 0px;
}

/* leve menu*/

#cat-menu{
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #004087;
	font-size: 90%;
	line-height: 15px;
}
#cat-menu li{
	padding-left: 12px;
	background: url(cat-menu-li.gif) no-repeat;
	background-position: 0 3px;
	text-transform: uppercase;
}
#cat-menu a{
	color: #004087;
}
#cat-menu a:hover,
#cat-menu a.active{
	color: #E67411;
	text-decoration: none;
}
#cat-menu li ul{
	margin-top: 2px;
	margin-bottom: 5px;
}
#cat-menu li ul li{
	padding: 0px;
	background: none;
	margin-bottom: 0px;
	text-transform: none;
}
#cat-menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/*************/

/**/


/* formularovy div */

.form form input{
	width: 180px;
	margin-bottom: 2px;
	margin-top: 2px;
	border: 1px solid #7F9DB9;
}
.form form input.submit{
	width: auto;
	background: url(submit-bg.gif) repeat-x;
	background-position: 0 5px;
	border: 1px solid gray;
}

/**/

/* novinky */
.news{
	margin-bottom: 10px;
	clear: both;
}
.news .top-line{
	
	
}
.news .top-line .date{
	color: #E67411;
}
.news .perex{
	margin-bottom: 5px;
	margin-top: 5px;
}
.news .more{
	height: 20px;
	line-height: 14px;
	padding-left: 15px;
	background: url(ico-more.gif) no-repeat;
	background-position: 0px 2px;
}


/***********/
/* prosdukt */
.product{
	margin-bottom: 10px;
}
.product table{
	border: none;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.product table td{
	vertical-align: top;
	border: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;

}

.product .code{
	color: #E67411;
	font-weight: bold;
}
.product .label{
	color: #3173AD;
	font-weight: bold;
	
}
.product .description{
	padding-right: 20px;
	
}
.product .img{
	
}

.product .details{
	margin-top: 10px;
}
.product .details td{
	padding: 0px;
}
.product .details .label{
	color: black;
	padding-right: 10px;
	
}
.product .details .label.red{ color: red; }

.form .product-num{
	width: 30px;
}



/**/
#footer{
	background: #3173AD;
	margin: 0px;
	padding: 0px;
	color: white;
	height: 30px;
	line-height: 30px;
	font-size: 90%;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	
}
#footer a{
	color: white;
}
#footer .text{	float: left; }
#footer .copyright{	float: right; }






.cleaner{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	clear: both;
}



















