/* CSS for web: usaction             */
/* Author: Vladimir Šoustal, e-mail:magixx@post.cz         */
#body {
	margin: 0px;
	background-color: #101010;
	font-family: geneva, verdana, arial, sans-serif;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: geneva, verdana, arial, sans-serif;
}
form {
   padding:0px;
   margin:0px;
}
img {
	bordeR: none;
}
#container {
	background-color: #1360C9;
	font-size: 12px;
	clear: both;
	background-image: url(img/containerbg.gif);
	background-repeat: repeat-y;
}
#head {
	height: 200px;
	background: #FFFFFF  url(/img/header_bg.gif) repeat-x;
	display:none;
}
#logo {
	background: #FFFFFF  url(/img/head_03.jpg) no-repeat;
	width: 939px;
	height: 200px;
}
#logo a{
 /* float:left;*/
}
.banner {
  float:left;
  width:347px;
  left:512px;
  height:155px;
  position:relative;
  top:23px;
}
#left {
	width: 250px;
	height:100%;
	background-color: #1360C9;
	float: left;
	clear: both;
	display:none;
}
#right {
	margin-left: 250px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
}
#loginsearch {
	height: 140px;
	background: #1360C9 url(/img/leftmenubg.gif) repeat-x;
	padding-left: 8px;
	padding-top: 10px;
}
#login {
}
#search {
}
#wave {
	height: 48px;
	width: 250px;
	background: #1360C9 url(/img/leftmenuwave.gif) no-repeat;
}
#category {
   height:200px;
}
#producer {
   height:200px;
}
.menu {
	background: #0779D9 url("/img/menubg.gif") repeat-x;
	height: 34px;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
   display:none;

}
.menufloat {
	float: left;
	height: 34px;
	width: 900px;
	margin-left: 115px;
	white-space: nowrap;
}
html>body .menufloat {
	float: left;
	height: 34px;
	width: 900px;
	margin-left: 230px;
	white-space: nowrap;
}
.menu .menufloat .menuDIVmenu {
	height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(/img/menuseparator.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 9px;
}
.menu a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
.menu .menufloat .basket {
	height: 27px;
	float: left;
	padding-top: 7px;
	padding-right: 9px;
	background-image: url(/img/menubasket.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
.menu .menufloat .basket-full {
	height: 27px;
	float: left;
	padding-top: 7px;
	padding-right: 9px;
	background-image: url(/img/menubasket_full.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
.menu .menufloat .basket input ,.menu .menufloat .basket-full input {
	font-sizE: 11px;
	font-weight: bold;
	color: #000000;
	widtH: 123px;
	text-align: right;
	padding-right: 5px;
	margin-left: 40px;
}
.separator {
	background-image: url(/img/menuseparator.gif);
	width: 2px;
	height: 34px;
}
#search, #login {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
#search span,#loginsearch span ,.leftmenu span{
	color: #FFFFFF;
	background: url(/img/arrowleft.gif) no-repeat left;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding-left:15px;
	padding-right:4px;
}
.Lister a{
	color: #FFFFFF;
	background: url(/img/arrowleft.gif) no-repeat left;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding-left:15px;
	padding-right:4px;
}
.Lister .right{
	color: #FFFFFF;
	background: url(/img/arrowright.gif) no-repeat left;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding-left:15px;
	padding-right:4px;
}

#search,#loginsearch, #search a, #login a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding-right: 3px;
	vertical-align:middle;
	/*padding-left: 3px;*/
}
#search a:hover, #login a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	vertical-align:middle;
}
#search input, #login input {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	margin-top: 3px;
	margin-right: 5px;
   width:150px;
}
.searchsubmitred {
	border: none;
	background: url(/img/redarrow.gif) no-repeat;
	width: 21px !important;
	height: 21px;
	vertical-align: top;
	cursor:pointer;
}
.deletebutton {
	border: none;
	background: #FFFFFF url(/img/delete.gif) no-repeat;
	width: 21px !important;
	height: 21px;
	vertical-align: top;
	cursor:pointer;
	padding-left:60px;
}

.searchsubmitgreen {
	border: none;
	background:url(/img/greenarrow.gif) no-repeat;
	width: 21px !important;
	height: 21px;
	margin-left: 0px;
	vertical-align: top;
	cursor:pointer;
}
.leftmenu {
	background: #0779D9 url(/img/leftmenu.gif) repeat-x;
	height: 42px;
}
.menuDIVleft {
	height: 27px;
	float: left;
	width: 115px;
	background-image: url(/img/menuseparator.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 12px;
	padding-left: 10px;
}
.leftmenu a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 3px;
}
.leftmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
#category .menuDIV {
	height: 15px;
	/*padding-top: 5px;*/
	margin-left:10px;
}
#category a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 5px;
}
#category a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
#producer .menuDIV {
	height: 15px;
	/*padding-top: 5px;*/
	margin-left:10px;
}
#producer a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 5px;
}
#producer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
#navbar {
	border: 1px solid #CFCFCF;
	height: 34px;
	background: #0779D9 url(/img/leftmenubg.gif) repeat-x;
}
.menuDIVhead {
	height: 26px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/img/menuseparator.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.menuDIVhead IMG {
	vertical-align:middle;
}
.menuDIVheadBack {
	height: 26px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/img/menuseparator.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 7px;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	margin-top:5px;
}
.menuDIVheadBack a{
	background-image: url(/img/back.gif);
	background-repeat: no-repeat;
	background-position:middle;
   padding-left:25px !important;
   line-height:20px;
   padding-top:4px;
   padding-bottom:5px;
}
.menuDIVheadBack IMG {
	vertical-align:middle;
}
#navbar .menudivnobg {
	height: 27px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
}
#navbar .menudiv img, #navbar .menudivnobg img {
	vertical-align: middle;
}
#navbar .menuDIVhead a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
}
#navbar .menuDIVhead a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
#navbar .menuDIVRight {
	height: 26px;
	float: right;
	font-size: 12px;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/img/menuseparator.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.menuDIVorder {
	height: 26px;
	width: 400px;
	text-align: center;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/img/menuseparator.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.navbar .menudivnobg {
	height: 27px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
}
.navbar .menudiv img, .navbar .menudivnobg img {
	vertical-align: middle;
}
.navbar a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 5px;
}
.navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
.navbar .menuDIVRight {
	height: 26px;
	float: right;
	font-size: 12px;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/img/menuseparator.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.menuDIVRight IMG {
	padding-right: 5px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}
.navbar {
	border: 1px solid #CFCFCF;
	height: 34px;
	background: #0779D9 url(/img/leftmenubg.gif) repeat-x;
}
.navbar .menudiv {
	height: 26px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/img/menuseparator.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.navbar .menudivnobg {
	height: 27px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
}
.navbar .menudiv img, .navbar .menudivnobg img {
	vertical-align: middle;
}
.navbar a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 5px;
}
.navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
.navbar .menudivright {
	height: 26px;
	float: right;
	font-size: 10px;
	padding-top: 9px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/img/menuseparator.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.navbar .menudivright img {
	padding-right: 5px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}
.table {
	width: 99%;
}
.thead {
	border: 1px solid #CFCFCF;
	height: 34px;
	background: #0779D9 url(/img/leftmenubg.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
}
.thead td {
	padding-left: 10px;
	padding-right: 10px;
}
.modralinka {
  background:#0791E9;
  color:white;
	font-weight: bold;
	font-size: 11px;
}
.modralinka a,.modralinka a:hover{
	color: white;
	font-weight: bold;
	font-size: 11px;
	background-color: #FFFFFF;
	text-decoration:none;
  background:#0791E9;
}
.modralinkanormal {
  background:#0791E9;
  color:white;
}
.modralinkanormal a,.modralinkanormal a:hover{
	color: white;
	background-color: #FFFFFF;
	text-decoration:none;
  background:#0791E9;
}
.bilalinka {
	font-size: 11px;
	color: black;
  font-weight: bold;
  background:white;
}
.bilalinka a,.bilalinka a:hover {
	font-weight: bold;
	font-size: 11px;
	color: black;
  background:white;
  text-decoration:none;
}
.bilalinkanormal {
	color: black;
  background:white;
}
.bilalinkanormal a,.bilalinkanormal a:hover {
	color: blue;
  background:white;
  text-decoration:none;
}
.modralinka .cena {
  color:white;
}
.bilalinka .cena {
  color:#1360C9;
}
.cena {
  color:#1360C9;
}
.cell a, .cell a:hover, .cell {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	background-color: #FFFFFF;
	color: black;
	text-decoration:none;
}
.hoverCell,.hoverCell a {
	background-color: #1360C9;
	text-decoration:none;
	color: white;
	font-weight:bold;
	font-size: 11px;
}
.cell:hover, .cell:hover a, .cell:hover a:hover {
	background-color: #1360C9;
	color: white;
	text-decoration:inderline;
}
.cell:Hover, .cell:Hover a, .cell:Hover a:hover {
	background-color: #1360C9;
	color: white;
	text-decoration:inderline;
}
.cell.hover, .cell.hover a, .cell.hover a:hover {
	background-color: #1360C9;
	color: white;
}
.cell.Hover, .cell.Hover a, .cell.Hover a:hover {
	background-color: #1360C9;
	color: white;
}
.cell {
	behavior: url("hover.htc");
}
.table_navbar {
	text-align: right;
}
.table_navbar img {
	vertical-align: middle;
}
.table_navbar a {
	color: #1360C9;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.table_navbar a:hover {
	color: #1360C9;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.selectedpage a {
	color: #000000 !important;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.selectedpage a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.register {
	width: 500px;
	margin-top: 20px;
	margin-left: 20px;
}
.register td {
	width: 25%;
	white-space: nowrap;
	height: 30px;
	padding-right: 5px;
}
.register input {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	margin-top: 3px;
}
.need {
	color: #1360C9;
	font-weight: bold;
}
#invoice {
	background: #FFFFFF;
	width: 940px;
}
.title {
	text-align: right;
	padding-top: 10px;
	width: 500px;
	float: left;
}
.info {
	text-align: right;
	padding-top: 10px;
	float: right;
	width: 300px;
	padding-right: 10px;
}
.logo {
	width: 930px;
	clear: both;
	/*float: left;
*/
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
	height: 73px;
}
.tableslide {
	clear: both;
	color: #000000;
/*	font-weight: bold;*/
	font-size: 12px;
	background: #FFFFFF;
}
.tableslideRT {
	background: #FFF url(/img/tableRT.gif) repeat-x;
	height: 12px;
	font-size:1px;
	width: 11px;
}
.tableslideLT {
	background: #FFF url(/img/tableLT.gif) repeat-x;
	height: 12px;
	font-size:1px;
	width: 11px;
}
.tableslideLB {
	background: #FFF url(/img/tableLB.gif) repeat-x;
	height: 12px;
	width: 11px;
}
.tableslideRB {
	background: #FFF url(/img/tableRB.gif) repeat-x;
	height: 12px;
	width: 11px;
}
.tableslideMT {
	background: #FFF url(/img/tableMT.gif) repeat-x;
	height: 12px;
	font-size:1px;
}
.tableslideMB {
	background: #FFF url(/img/tableMB.gif) repeat-x;
	height: 12px;
}
.tableslideML {
	background: #FFF url(/img/tableML.gif) repeat-y;
	width: 11px;
}
.tableslideMR {
	background: #FFF url(/img/tableMR.gif) repeat-y;
	width: 11px;
}
.obj-left {
	background: #FFF url(/img/obj-left.gif) no-repeat;
	width: 14px;
	height:26px;
}
.obj-middle {
	background: #FFF url(/img/obj-middle.gif) repeat-x;
	height: 26px;
	padding-left:4px;
	padding-right:4px;
}
.obj-right {
	background: #FFF url(/img/obj-right.gif) no-repeat;
	width: 15px;
	height:26px;
}
.td {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	background-color: #FFFFFF;
	color: black;
	padding-right: 15px;
	text-align: right;
}
.tableinvoice {
	width: 100%;
}
.tableinvoice .thead {
	padding-right: 15px;
	text-align: right;
	border: 1px solid #CFCFCF;
	height: 34px;
	background: #0779D9 url(/img/leftmenubg.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.tdfoot {
	text-align: right;
	font-size: 11px;
	text-decoration: underline;
	padding-right: 15px;
}
.tdother {
	padding-top: 30px;
	padding-left: 25px;
	height: 300px;
	text-decoration: underline;
	text-align: left;
	font-size: 11px;
}
.signature {
	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 11px;
}
.input {
	font-sizE: 11px;
	font-weight: bold;
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
}
.ordertable {
	font-size: 11px;
	/*width:100%;*/
}
.theadorder {
	border: 1px solid #CFCFCF;
	height: 34px;
	background: #0779D9 url(/img/leftmenubg.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	padding-top:3px;
}
.ordertable td a {
   color:black;
   text-decoration:none;
   font-weight:bold;
   text-align:left !important;
}
.ordertable td a:hover{
   color:black;
   text-decoration:underline;
   font-weight:bold;
   text-align:left !important;
}
.ordertable select {
	font-size: 11px
}
.ordertable td {
	padding-bottom: 5px;
	text-align: right;
	padding-left: 5px;
}
.ordertable textarea, .ordertable select {
	margin-left: 5px;
}
.img {
	text-align: left;
	border: 2px solid blue;
	vertical-align: middle;
}
.blue, .blue a, .blue a:hover {
	color: #1460D3;
	font-weight: bold;
}
.screenshots img {
	padding-right: 10px;
	padding-bottom: 10px;
}
#intro {
	width:732px;
	height:517px;
	position:relative;
	background:#FFF url(/img/intro.gif) no-repeat;
}
.profil {
   position:absolute;
   left:407px;
   top:230px;
}
.profil a,.velkoobchod a,.spoluprace a{
   text-decoration:none;
   font-family:tahoma,arial;
   font-size:11px;
   color:black;
   font-weight:bold;
}
.profil a:hover,.velkoobchod a:hover,.spoluprace a:hover{
   text-decoration:none;
   font-family:tahoma,arial
   color:black;
   font-size:11px;
   font-weight:bold;
}
.velkoobchod {
   position:absolute;
   left:407px;
   top:400px;
}
.spoluprace {
   position:absolute;
   left:498px;
   top:317px;
}
.CategoryProduct{
   border:1px solid red;
}
.CategoryImage {
   height:130px;
   text-align:center;
}
.CategoryName {
   height:32px;
   text-align:center;
   margin-bottom:10px;
}
.CategoryName a {
   font-size:11px;
   font-family:Arial;
   font-weight:bold;
}
.CategoryPrice {
   font-size:11px;
   color:#FF6C00;
   font-family:Arial;
   font-weight:bold;
}
.clear {
   clear:both;
}
.SubCategory a{
   color:black;
   font-weihgt:bold;
   text-decoration:none;
   background:url("/img/arrowleft.gif") no-repeat left;
   padding-left:18px;
}
.SubCategory a:hover{
   color:black;
   font-weigth:bold;
   text-decoration:underline;
}
.choise {
   border:1px solid red;
   float:left;
/*	height: 34px;*/
}
.bar {
   border:1px solid red;
   float:right;
/*	height: 34px;*/
}
.submitbuy {
   border:none;
   color:#1460D3;
   font-weight:bold;
   background:transparent;
}
.text {
   color:black;
}
.text a{
   color:#2566C4;
   text-decoration:none;
}
.text a:hover{
   color:#2566C4;
   text-decoration:underline;
}
.no-found {
   height:113px;
   background:url("/img/error-bg.gif") repeat-x;
}
.data-ulozena {
   background:url("/img/data-ulozena.gif") no-repeat center left;
   margin-left:15px;
   height:113px;
}
.ucet-pridan {
   background:url("/img/ucet-pridan.gif") no-repeat center left;
   margin-left:15px;
   height:113px;
}
.odberatel-pridan {
   background:url("/img/odberatel-pridan.gif") no-repeat center left;
   margin-left:15px;
   height:113px;
}
.adresa-pridana {
   background:url("/img/adresa-pridana.gif") no-repeat center left;
   margin-left:15px;
   height:113px;
}
.no-found .div-error{
   background:url("/img/no-search.gif") no-repeat center left;
   margin-left:15px;
   height:113px;
}
.no-found .div-error-basket{
   background:url("/img/no-basket.gif") no-repeat center left;
   margin-left:15px;
   height:113px;
}
.no-found .div-error-warning{
   background:url("/img/warning.gif") no-repeat center left;
   margin-left:15px;
   height:113px;
}
.no-found .div-error-order{
   background:url("/img/no-order.gif") no-repeat center left;
   margin-left:15px;
   height:113px;
}
.no-found .div-error-registration{
   background:url("/img/no-register.gif") no-repeat center left;
   margin-left:15px;
   height:113px;
}
.no-found .div-error-registration a{
   color:red;
   text-decoration:none;
}
.no-found .div-error-registration a:hover{
   color:red;
   text-decoration:underline;
}
.no-found .text{
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
   padding-top:45px;
   padding-left:95px;
}
.buyOne {
   background:url(/img/insert.gif) no-repeat center left;
   border:none;
   width:21px;
   height:16px;
   /*padding-left:25px;*/

}
.buyOneWhite {
   background:url(/img/insert-white.gif) no-repeat center left;
   border:none;
   width:21px;
   height:16px;
   /*padding-left:25px;*/

}
.orderPrint {
   width:99%;
}
.signature {
}
.AKCE {
  float:left;
  width:100%;
}
.info-table a,.info-table a:hover{
  color:#1460D3;
}

.deliverylist {
  background:url(/img/deliverylist.gif) no-repeat center left;
  width:834px;
  height:50px;
  color:black;
  font-size:18px;
  font-weight:bold;
  padding-top:5px;
  padding-left:200px;
  position:relative;
}
.deliverylist div{
  position:absolute;
  left:200px;
  top:5px;
}

.selected {
   color:white !important;
}
.normal {
   color:black !important;
}
.countitem {
   color:#64E660 !important;
}