body{
	background: black;
	padding: 0;
	margin: 0;
	text-align:center;
	font-family: arial; verdana;

  /*
	scrollbar-face-color: #dd0000;
	scrollbar-highlight-color: #cc5555;
	scrollbar-3dlight-color: #dd6666;
	scrollbar-darkshadow-color: #330000; 
	scrollbar-shadow-color: #990000; 
	scrollbar-arrow-color: white;
	scrollbar-track-color: #660000;
   */
}

/* ------------------------- */
/*	DEFAULT					 */
/* ------------------------- */


img
{
	border: 0;
}


/* ------------------------- */
/*	HEADER					 */
/* ------------------------- */


#redline{
	border-bottom: 1px solid red; 
}


#popUps{
	 color: white; 
	 background: black;
}

#popUps img{
	 margin-top: 7px;
	 border: 0px;
}


#header{ 
	padding-top: 10px;
	line-height: 18px;
}

#myMenuID
{

}

#myMenuID img
{
	/*
	padding-top: 4px;
	_padding-top: 0px;
	*/
}


#myMenuID h2{
	margin: 0;
	padding: 0;
	color: white;
	width: 400px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px; 
}


/* ------------------------- */
/*	 POPUPS					 */
/* ------------------------- */

#loginPopup{
	position: absolute;
	top: 10px;
	width: 200px;
	height: 70px;
	background: white; 
	background: url("../imgs/transparent.png");
	filter:alpha(opacity=70);

	font-family: arial;
	font-size: 11px;
	font-weight: bolder;
	color: black;
	text-align: center;
}

#loginPopup form{
	margin: 0;
	padding: 0;
	margin-top: 4px;
}

#loginPopup input{
	border: 1px solid red;
	background: none;
	font-size: 11px;
	font-weight: bolder;
	width: 80px;
	height: 15px;
}

#loginPopup .popupSubmit{
	width: 55px;
	border: 1px solid red;
	height: 18px; 
}

#loginPopup a{
	color: black;
	text-decoration: none;
}


/* ---------- */

#searchPopup{
	position: absolute;
	top: 10px;
	width: 200px;
	height: 34px;
	background: white; 
	background: url("../imgs/transparent.png");
	filter:alpha(opacity=70);

	font-family: arial;
	font-size: 11px;
	font-weight: bolder;
	color: black;
	text-align: center;
}

#searchPopup form{
	margin: 0;
	padding: 0;
	margin-top: 8px;
}

#searchPopup input{
	border: 1px solid red;
	background: none;
	font-size: 11px;
	font-weight: bolder;
	width: 100px;
	height: 15px;
}

#searchPopup .popupSubmit{
	width: 55px;
	margin-left: 7px;
	border: 1px solid red;
	height: 18px;
}

/* ---------------------------- */ 
/*  SUBMENU						*/ 
/* ---------------------------- */ 



#submenu{
	width: 780px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	background: red;
	text-align: left;
	color: white;

	font-size: 11px;
	line-height: 17px;
}

#submenu a{
	text-decoration: none;
	color: white;
	display: block;
	float: left;
	padding: 0 10px;
	height: 16px;
}

#submenu a:hover{
	color: black;	
}



#submenu .selected{
	color: black;
}




/* ---------------------------- */ 
/*  FOOTER						*/ 
/* ---------------------------- */ 

#footer{
	clear: both;

	width: 780px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background: black;
	text-align: center;
	color: white;
	line-height: 20px;

	font-family: arial;
	font-size: 10px;
	color: gray;
}


/* ---------------------------- */ 
/*  PRICE                       */ 
/* ---------------------------- */ 

/* !!! nemenit velkost pisma, lebo sa pouziva na viacerych strankach */

.priceOld
{
	text-decoration: line-through;
}

.priceDiscount
{
	color: red;
	font-weight: bold;
}


/* ---------------------------- */ 
/*  MISC						*/ 
/* ---------------------------- */ 



.noborder{
	border: 0;
}

.left{
	float: left;
}

.tleft{
	text-align: left;
}

.tright{
	text-align: right;
}


.right{
	float: right;
}


.p10{
	padding-left: 10px;
}

.pr10{
	padding-right: 10px;
}


.margin10{
	margin-left: 10px;
}

.margin20{
	margin-left: 20px;
}

.center{
	margin-left: auto;
	margin-right: auto; 
}


.center780
{
	margin-left: auto;
	margin-right: auto; 
	width: 780px;
	text-align: left;
}


.bgw
{
	background-color: white;
}


.blacklink a
{
	color: black;
}

.blacklink a:hover
{
	text-decoration: underline;
}


.fs11
{
	font-size: 11px;
}

.fs12
{
	font-size: 12px;
}

.clearer
{
	clear: both;
}


#dev{
	xdisplay: none;
	position: absolute;
	top: 50px;
	left: 10px;
	width: 300px;
	height: 300px;
	background: white;
	color: black;
	border: 1px solid red;
	text-align: left;
	font-size: 11px;
	overflow: auto;
}
