
/* ## SRC: skins/default/css/menu.css ## */

#obsah .obalobsahu .napln .vlevo li .editMenu
{ 
	position: absolute;
	top: 1px;
	left: -28px;
	overflow: hidden;
	margin: 0px;
	padding: 2px 0px 1px 1px;
	white-space:nowrap;
	#width:70px;
	background-color: white;
	border: 1px solid #AAA;
	z-index: 10;
}
#obsah .obalobsahu .napln .vlevo li .editMenuVisiblity
{
	position: absolute;
	top: 1px;
	left: -28px;
	overflow: hidden;
	margin: 0px;
	padding: 1px;
	white-space:nowrap;
	background-color: white;
	border: 1px solid #AAA;
	#width:37px;
	z-index: 10;
}

#obsah .obalobsahu .napln .vlevo ul li .editMenu a,
#obsah .obalobsahu .napln .vlevo ul li ul li .editMenu a,
#obsah .obalobsahu .napln .vlevo ul li .editMenuVisiblity a
{
	background-image: none;
	width: auto;
	height: auto;
	float: right;
	padding: 0px;
	margin: 0px 2px;
	text-decoration: none;
	background-color: white;
}

#obsah .obalobsahu .napln .vlevo li .editMenu img 
#obsah .obalobsahu .napln .vlevo li .editMenuVisiblity img 
{ 
	border: 1px solid white;
}

#obsah .obalobsahu .napln .vlevo li .editMenu img:hover,
#obsah .obalobsahu .napln .vlevo li .editMenuVisiblity img:hover 
{ 
	border: 1px solid red;
}

/* ## SRC: skins/default/css/thickbox.css ## */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	padding: 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
	white-space: nowrap;
}
#TB_secondLine #TB_next{
	position: absolute;
	z-index: 2001;
	text-align: right;
	top:0;
	right:-43px;
	width:50%;
	display: block;	
	background-color: transparent;
}
#TB_secondLine #TB_next a{
	color:red;
	text-decoration: none;
	display: block;
	width:100%;
	height: 100%;
	background: url("http://www.autoservis-plzen.cz/skins/default/images/ikonky/tb_next2.png") no-repeat center right;
	background-color: transparent;
}
#TB_secondLine #TB_next a:hover{
	color:red;
	text-decoration: none;
	display: block;
	background: url("http://www.autoservis-plzen.cz/skins/default/images/ikonky/tb_next.png") no-repeat center right;
}

#TB_secondLine #TB_prev{
	position: absolute;
	z-index: 2001;
	text-align: left;
	top:0;
	left:-33px;
	width:50%;
	display: block;	
	background-color: transparent;
}

#TB_secondLine #TB_prev a{
	color:red;
	text-decoration: none;
	display: block;
	width:100%;
	height: 100%;
	background: url("http://www.autoservis-plzen.cz/skins/default/images/ikonky/tb_prev2.png") no-repeat center left;
	background-color: transparent;
}
#TB_secondLine #TB_prev a:hover{
	color:red;
	text-decoration: none;
	display: block;
	background: url("http://www.autoservis-plzen.cz/skins/default/images/ikonky/tb_prev.png") no-repeat center left;
}


#TB_closeWindow{
	position: absolute;
	z-index: 2002;
	background-color: transparent;
	text-align: left;
	top:-15px;
	right:-15px;
	width: 42px;
	height: 42px;
	padding:0;
	white-space: nowrap;
}

#TB_closeWindow a{
	text-decoration: none;
	display: block;
	width:100%;
	height: 100%;
	background: url("http://www.autoservis-plzen.cz/skins/default/images/ikonky/tb_close2.jpg") no-repeat center right;
	background-color: transparent;
}
#TB_closeWindow a:hover{
	text-decoration: none;
	display: block;
	background: url("http://www.autoservis-plzen.cz/skins/default/images/ikonky/tb_close.jpg") no-repeat center right;
}







#TB_ImageOff{
	z-index: 2000;
		
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_window #TB_title .red { color: red;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 10px auto 5px auto;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	padding:5px 5px 5px 5px;
	_height: 22px;
	min-height: 22px;
	float:left;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:250px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* ## SRC: skins/default/css/nahled.css ## */
.produktBox{
	overflow: hidden;
}
#obsah .napln .centr .akcninabidka .akce .nahled {
	margin:auto;
	width: 95px;
	position: relative;
	display:table;
	overflow:hidden;
	text-align: center;

}
#obsah .napln .centr .akcninabidka .akce .nahled img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
}
#obsah .napln .centr .seznamproduktu .produkt .nahled {
	margin-right: 5px;
	width: 110px;
	height: 110px;
	background: transparent no-repeat center center;
}
#obsah .napln .centr .seznamproduktu .produkt .nahled a{
	width: 108px;
	height: 108px;
	display:block;
	border: 1px solid #DDD;
}
#obsah .napln .centr .seznamproduktu .produkt .nahled a:hover{
	border: 1px solid #AAA;
}
#obsah .napln .vpravo .blokc  .nahled {
	margin:auto;
	width: 110px;
	height: 110px;
	overflow:hidden;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}
#obsah .napln .vpravo .blokc .nahled a{
	width: 108px;
	height: 108px;
	display:block;
	border: 1px solid #DDD;
}
#obsah .napln .vpravo .blokc .nahled a:hover{
	border: 1px solid #AAA;
}

.produktdetail .pozadi{
}

.produktdetail .obdelnik{
	width: 540px;
	height: 280px; 
}
.produktdetail .ctverec {
	width: 540px;
	height: 540px; 
}
.produktdetail  .pozadi .imgNahled {
	padding: 30px;
	text-align: center;
	margin: 0px auto;
	width: 480px;
	background: transparent no-repeat center center;
}

.produktdetail  .pozadi .imgNahled a{

}

.produktdetail  .pozadi .imgNahled a:hover{

}
.produktdetail .fotodalsi {
	padding-top: 15px;
	width: 300px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
}

.produktdetail .fotodalsi img {
	margin: 5px;
}

.produktdetail .fotodalsi .nahled {
	padding: 0px;
	text-align: center;
	margin: 0px 3px 5px 3px;
	width: 108px;
	height: 108px;
	float: left;
	background: transparent no-repeat center center;
}
.produktdetail .fotodalsi .nahled a{
	width: 106px;
	height: 106px;
	display:block;
	border: 1px solid #DDD;
}
.produktdetail .fotodalsi .nahled a:hover{
	border: 1px solid #AAA;
}
