/** global **/
* 
{
	margin: 0px;
	padding: 0px;	
	/*font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif; */
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/** end global **/


/**    define alias     **/
.floatLeft
{
	display: block;
	float: left;
}

.floatRight
{
	display: block;
	float: right;
}

.cleaner
{
	display: block;
	clear:both;
	float:none;
	font-size:1px;
	line-height: 1px;
	height: 1px;
	margin-bottom: -1px;
	_margin-bottom: 0px;
	_height: 0px;
	overflow: hidden;
}

.space15 {
	margin-top: 14px;
	height: 1px;
	overflow: hidden;
}
.space20 {
	margin-top: 19px;
	height: 1px;
	overflow: hidden;
}
.space25 {
	margin-top: 24px;
	height: 1px;
	overflow: hidden;
}
.space35 {
	margin-top: 34px;
	height: 1px;
	overflow: hidden;
}
.space10 {
	margin-top: 9px;
	height: 1px;
	overflow: hidden;
}
.space5 {
	margin-top: 4px;
	height: 1px;
	overflow: hidden;
}
.fontSize11 {
	font-size: 0.677em;
}
.leftSpace10 {
	margin-left: 10px;
}
.rightSpace10 {
	margin-right: 10px;
}
.centerAlign {
	text-align: center;
}
.hidden 
{
	visibility: hidden;
	display: none;
}
.textAlignRight
{
	text-align: right;
}

.replace
{
   position: relative;
   overflow: hidden;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	cursor: hand;
}

.replace span
{
   display: block;
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 1;
   background-repeat: no-repeat;		
}
/**     end define alias     **/

/** main  ***/
.mainObal
{
	text-align: center;
	background: #000000;
}

.main
{
	text-align: left;
	margin: 0px auto 0px auto;
	width: 945px;
	padding-top: 20px;	
}

.footer
{
	text-align: center;
	color: #ffffff;
	font-size: 0.7em;
	padding: 15px 0px 2px 0px;
	background: #000000;
}

.footerCopy
{
	color: #5A5A5A;
	margin-top: 15px;
	margin-bottom: 25px;
}

.footMenu a
{
	color: #ffffff;
	text-decoration: none;
}

.footMenu a:hover
{	
	text-decoration: underline;
}

.contentLeftObal
{
	float: left;
	width: 140px;
	padding-top: 30px;
	padding-left: 5px;
}

.content
{
	float: left;
	min-height: 570px;
	_height: 570px;
	width: 710px;	
	border: 1px solid #4B4B4B;
	margin-top: 30px;
	background: url('../img/contentBG.gif') top repeat-x #37495A;
	color: #ffffff;
}

.margin
{
	margin: 10px 15px 10px 15px;
	font-size: 0.8em;
}

.margin h4
{
	margin-bottom: 15px;
	font-size: 1.2em;
}

.margin p
{
	margin-bottom: 10px;
}

.margin ul
{
	margin-bottom: 15px;
}

.margin li
{
	margin-left: 15px;
}
.margin a
{
	color: #ffffff;
	text-decoration: underline;
}


.content h1
{
	font-size: 1.2em;
	margin-bottom: 15px;
}

.content p
{
	
}

.contentObal
{
	background: url('../img/mainBG.gif') top repeat-y;	
	background: #000000;
}

/*** header  ****/
.header
{
	
}

#topLogo, #topLogo span
{
	width: 309px;
	height: 37px;
	background: url('../img/topLogo.gif');	
}
#topLogo
{
	margin-top: 7px;
}
#Logo
{
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.menuInner
{
	/*width: 850px;*/
	width: 950px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding-left: 150px;
}

.menuStrip
{
	height: 27px;
	overflow: hidden;
	background: url('../img/menuStripBG.gif') top repeat-x;
	font-size: 1em;
	color: #ffffff;
	/*padding: 2px 10px 0px 10px;	*/
}

.menuStrip input
{
	font-size: 0.9em;
	padding-left: 2px;
}

.loginLoged, .menuLeft
{
	float: left;
	padding-top: 3px;
}

.menuStrip a
{
	color: #ffffff;
	display: block;
	float: left;	
	font-size: 0.9em;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 4px;
}

.headTop
{	
	background: url('../img/headerTopBG.gif') top repeat-x;
	height: 44px;
	overflow: hidden;
}

.headLogin .AspNet-Login
{
	color: #ffffff;
}

.loginLoged
{
	color: #ffffff;
	margin-top: 4px;
	/*width: 550px;*/
	width: 500px;
	font-size: 0.9em;
}

.loginLoged a
{
	color: #ffffff;
}

.menuStrip .AspNet-Login em, .login .AspNet-Login em
{
	font-style: normal;
}

.menuStrip .AspNet-Login div
{
	float: left;
	margin-top: 4px;
	margin-left: 3px;	
}

.menuStrip .AspNet-Login-PasswordPanel
{
	width: 208px;
}

.menuStrip .AspNet-Login-UserPanel input, .menuStrip .AspNet-Login-PasswordPanel input
{
	border: 1px solid #BDBDBD;
	font-size: 0.9em;
}

.menuStrip .AspNet-Login-UserPanel label, .menuStrip .AspNet-Login-PasswordPanel label
{
	font-size: 0.9em;
}


.login .AspNet-Login-UserPanel, .login .AspNet-Login-PasswordPanel
{
	height: 25px;	
}

.login .AspNet-Login-UserPanel input, .login .AspNet-Login-PasswordPanel input
{
	border: 1px solid #BDBDBD;
	font-size: 1em;
	padding: 1px 3px 1px 3px;
	display: block;
	float: left;
}

.login .AspNet-Login-UserPanel label, .login .AspNet-Login-PasswordPanel label 
{
	width: 100px;
	display: block;
	float: left;	
}

.login .AspNet-Login-SubmitPanel
{
	margin-top: 20px;
	margin-left: 175px;
}

.login .AspNet-Login-FailurePanel
{
	color: #ff0000;
	padding: 5px 0px 5px 0px;
}

/*  treeView  */
.AspNet-TreeView-Show
{
}

.AspNet-TreeView-Hide
{
    display:none;
}


div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
    list-style: none;
}

div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

div.AspNet-TreeView li a
{
    text-decoration: none;    
}

div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 18px;
}

div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(../img/collapse.gif) -2px -0px no-repeat;
    width: 17px;
    float:left;
    cursor: pointer;
}

div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(../img/expand.gif) -2px -0px no-repeat;
    width: 17px;
    float:left;
    cursor: pointer;
}

div.AspNet-TreeView li.AspNet-TreeView-Selected
{
    font-weight: bold;
}

div.AspNet-TreeView li.AspNet-TreeView-Selected li
{
    font-weight: normal;
}
/* end treeView  */

.contentLeftObal div.AspNet-TreeView a
{
	font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
}

.contentLeftObal div.AspNet-TreeView ul li
{
	text-align: right;
	padding-right: 40px;
}

.contentLeftObal h5
{
	margin: 5px 0px 5px 10px;
	font-size: 1em;
}

.katVypis thead
{
	background: #BFBABA;	
}

.katVypis table
{
	width: 100%;
	margin-top: 5px;
}

.katVypis thead th
{
	border-left: 1x solid #808080;
	text-align: center;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
}

.katVypis tbody td
{
	border-right: 1px solid #DCDCDC;	
	vertical-align: middle;
	padding: 3px 8px 3px 8px;
}

.katVypis tbody td a
{
	color: #000000;
}

.katPartNumberCol
{
	width: 80px;
	text-align: center;
}

.katNazevCol
{
	width: 270px;
}

.katCenaCol
{
	width: 100px;
	text-align: center;
}

.katNahledCol
{
	width: 100px;
	text-align: center;
	border-right: none !important;
}

.productImage, .product2
{
	float: left;
}

.productImage
{
	padding-bottom: 5px;
}

.productImage a
{
	color: #3F6689;
	font-size: 0.9em;
}

.product2
{
	width: 220;
	margin-left: 30px;
	min-height: 1px;
}

.productImage
{
	text-align: center;
	width: 216px;
	min-height: 1px;
	border: 1px solid #4B4B4B;
	min-height: 140px;
	_height: 140px;
	background: #EFEFEF;
}

.product1
{
	margin-left: 30px;
}
.product1 span
{
	display: block;
	float: left;
	margin-left: 2px;
}

.product1Span, .firstColProduct
{
	width: 90px;
}

h3.sedy
{
	background: #BFBABA;
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	padding: 2px 0px 2px 0px;
}

.katSort
{
	text-align: right;
	margin: 4px 10px 0px 0px;
}

.katSort select
{
	width: 100px;
	margin-left: 5px;
}

/** Pole 1 **/
div.pole1
{
	background: url(../img/pole1.gif) top repeat-x #779DC2;
	border: 1px solid #3F3F3F;
	border-top: none;
}

div.pole11
{
	background: url(../img/pole1LT.gif) top left no-repeat;
	margin: -1px;
	_margin-bottom: 0px;	
	margin-top: 0px;
}

div.pole12
{
	background: url(../img/pole1LB.gif) bottom left no-repeat;
}

div.pole13
{
	background: url(../img/pole1RT.gif) top right no-repeat;
}

div.pole14
{
	background: url(../img/pole1RB.gif) bottom right no-repeat;
}

div.pole1Content
{
	padding: 11px;
	padding-left: 20px;
	min-height: 630px;
}
/** end Pole 1**/

/* kat vypis */
.KatVypisItem 
{
	margin-bottom: 15px;
}
.katVypisPopisek
{
	font-size: 0.85em !important;
	width: 500px;
	margin-top: 5px;
}
.katVypisImg
{
	float: left;
	width: 150px;
	text-align: center;
	background: url(../img/katVypisL.png) top right no-repeat;
	background-position: right 15px;
	min-height: 65px;
	_height: 65px;
}
.KatVypisItem h3
{
	font-size: 1em;
	float:left;
}
.KatVypisItem h3 a
{
	color: #ffffff;
	text-decoration: none;
}
.KatVypisItem h3 a:hover
{	
	text-decoration: underline;
}
.KatVypisItem .cena
{	
	float: right;	
	text-align: right;
	margin-right: 20px;
	color: #27649C;
	font-weight: bold;	
	font-size: 1.1em;
}
.KatVypisItem1
{
	/*width: 450px;*/
	width: 520px;
	float: left;		
	background: url(../img/katNadpisR.png) top right no-repeat;	
	height: 42px;
	overflow: hidden;
	margin-top: 15px;
}
.KatVypisItem2
{
	background: url(../img/katNadpisBottom.png) bottom repeat-x;	
	/*width: 442px;*/
	width: 512px;
	height: 100%;
}
.KatVypisItem3
{
	background: url(../img/katNadpisTop.png) top repeat-x;
	height: 100%;	
	/*width: 442px;*/
	width: 512px;
}
.KatVypisItem4
{
	float: left;
	height: 23px;
	overflow: hidden;
	padding: 5px 0px 0px 10px;
	margin-top: 7px;
	background: url(../img/katNadpisBG.jpg) top right repeat-y #000000;
	/*width: 432px;*/
	width: 502px;
}
.katVypis .JoskaRepeater-Paging, .katSort
{
	font-size: 0.9em;	
}

.katVypis .JoskaRepeater-Paging a
{
	margin: 0px 3px 0px 3px;
}

.katVypis .JoskaRepeater-Paging a:hover
{
	text-decoration: none;
}

.katVypis .JoskaRepeater-Paging .actual-page
{
	font-weight: bold;
}

.katVypis .JoskaRepeater-Paging
{
	margin-top: 15px;
	margin-right: 15px;
	text-align: right;
}
/* end kat vypis */

/* productDetail */
.productDetail h3
{
	margin-left: 30px;
	margin-bottom: 15px;
	font-size: 1.6em;
}

.productTop
{
	float: left;
	width: 450px;
}

.productTop td, .productKoupit
{
	font-size: 1em;
}

.productTop td.firstColProduct, span.blue
{
	color: #A4C1DC;
}

.productCara
{
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #78A0C3;
	margin-bottom: 10px;
}

.productKoupit
{
	text-align: right;
	margin-top: 20px;
	margin-right: 15px;
}

.productKoupitTB
{
	width: 45px;
	border: 1px solid #A2A2A2;
	text-align: right;
}

.button1, .button2
{
	display: block;
	color: #ffffff;	
	background: url(../img/button1.gif) top left no-repeat;	
	width: 74px;
	height: 18px;
	text-align: center;
	padding-top: 2px;
	overflow: hidden;
	font-size: 12px;
	text-decoration: none !important;
}

.button2
{
	background: url(../img/button2.gif) top left no-repeat;	
	width: 153px;	
}

input.button2, input.button1
{
	border: none;
	cursor: pointer;
	height: 20px;
	font-size: 12px;
}

.backBtn
{
	float: left;
}

.productKoupit
{
	float: right;
}

a.button1:hover, a.button2:hover
{
	text-decoration: none;
}

div.popis
{
	font-size: 1em;
}

div.popis p
{
	font-size: 1em;
}

div.popis a
{
	color: #ffffff;
	text-decoration: underline;	
}

.popis h3
{
	font-size: 1.3em;
	margin: 15px 0px 10px 0px;
}

.popis .ImgDiv
{
	text-align: center;
	margin: 15px 0px 15px 0px;
}

.popis li, .mapaStr li
{
	font-size: 1em;
	margin-left: 15px;
}

.mapaStr li
{
	font-size: 1em;
	margin-left: 25px;
	margin-top: 5px;
	
}

.mapaStr a
{
	color: #ffffff;	
	text-decoration: none;
}
.mapaStr a:hover
{	
	text-decoration: underline;
}
/* end productDetail */

/* kosik */
.kosik table
{
	width: 100%;
}

.kosik td, .kosik th, .kosSummary
{
	font-size: 1em;
}

.kosikSum1
{
	width: 120px;
}

.kosik th
{
	color: #78A0C3;
	border-bottom: 1px solid #78A0C3;
	font-weight: normal;
	padding-bottom: 3px;
}

.kosik td
{
	padding-bottom: 4px;
	padding-top: 4px;
}

.kosik td a, .kosSummary span.blueS, span.blueS, span.blueS2
{
	color: #78A0C3;	
}

span.blueS2
{
	font-size: 1.2em;
	font-weight: bold;
}

.textbox1
{
	border: 1px solid #BDBDBD;
	text-align: center;
}

.kosik
{
	background: url(../img/kosik.gif) top left no-repeat;	
}

.kosik h2
{
	padding-top: 15px;	
	margin-left: 60px;
}

.kosSummary
{
	margin-top: 25px;
}

.kosSummary table.sum td
{
	font-size: 1em;
}

.kosSummary table.sum
{
	width: auto;
}
/* end kosik */

/* pokladna */
.pokladna table
{
	width: 100%;
}

.pokladna h2
{
	margin-bottom: 10px;
}

.pokladna span.blueS
{
	font-weight: bold;
}

.pokladnaTop
{
	text-align: center;
	font-size: 0.85em;
	margin-bottom: 15px;
}

/* end pokladna */

/* FrontEditFirstCol */
.frontEditTable td
{
	font-size: 1em;
	padding: 2px 0px 2px 0px;
}

.FrontEditFirstCol
{
	width: 120px;
	color: #78A0C3;
}

.textBox2
{
	border: 1px solid #BDBDBD;
	width: 150px;
	padding: 1px 5px 1px 5px;
}
.poznamkaTB
{
	border: 1px solid #BDBDBD;
	padding: 2px;
	width: 500px;
	height: 100px;
	font-size: 1em;
}
/* end FrontEditFirstCol */

.Message
{
	border: 1px solid #BDBDBD;
	margin: 40px 50px 0px 50px;
	padding: 10px;
}

.messageAction
{
	margin-top: 20px;
}

.spas
{
	float: left;
	width: 40px;
}