@import url('/Css/shadow.css');
/*---------------*/
#formDetail{
	margin-top:10px;
}
#formDetail > #addImg + div{
	width:335px;
	float:right;
}
#formDetail > div > table{
	width:335px;
	background-color:#F1F1F1;
	border-spacing:0px;
	font-weight:bold;
	border:solid 15px #F1F1F1;
}
#formDetail table tr td:first-child{
	font-weight:normal;
	white-space:nowrap;
}
#formDetail div.trLink{
	height:1px;
	background-color:#D9D9D9;
	margin-top:7px;
	margin-bottom:7px;
	&margin-top:3px;
	&margin-bottom:3px;
}
#formDetail table td{
	padding:4px;
}
#formDetail input[type="text"]{
	width:25px;
	border-left:solid 1px #3C3C3C;
	border-top:solid 1px #3C3C3C;
	border-right:solid 1px #C2C2C2;
	border-bottom:solid 1px #C2C2C2;
	margin:0px;
	margin-right:0px;
	text-align:center;
	padding:3px;
}
#formDetail input[type="image"]{
	vertical-align:-6px;
	&vertical-align:-2px;
}
#formDetail ul{
	padding-left:30px;
	list-style-image: url('/Design/bodLi.png');
}
#formDetail ul li a{
	color:#b10403;
}
#priceShow{
	color:#b10403;
	font-size:18px;
	font-weight:bold;
}
#priceVatShow{
	color:#555555;
	font-size:14px;
	font-weight:bold;
}
#priceCatShow{
	color:#555555;
	font-size:14px;
	font-weight:bold;
	display:inline;
	vertical-align:2px;
}
#priceCatShow img{
	vertical-align:-3px;
	cursor:help;
}
/*---obrazky----*/
#formDetail #addImg{
	width:295px;
	margin-left:30px;
	min-height:380px;
	float:left;
}
#formDetail #addImg img{
	border:solid 1px #DFDFDF;
	float:left;
	margin:1px;
	margin-left:0px;
	margin-top:10px;
}
/*----zobrazeni velkeho obrazku---*/
#showImg{padding:10px;background-color:#ffffff;}
#showImg div:first-child{background-color:#ffffff;color:#ffffff;text-align:right;padding:8px;cursor:move;}
#showImg p{min-height:550px;min-width:550px;&height:550px;&width:550px;text-align:center;float:left;}
#showImg #addImg{width:110px;text-align:center;float:right;}
#showImg #addImg img{margin:13px;border:solid 1px #C7C7C7;}
#showImg p img{margin:auto;border:solid 1px #C7C7C7;}
#showImg #srcImg{cursor:pointer;}
#showImg div:first-child a{font-weight:bold;font-size:14px;color:#B10300;}

/*---parametry----------*/
#formDetail #paramTab{
	border-spacing:0px;
}
#formDetail #paramTab td{
	font-weight:bold;
	border-bottom:solid 1px #DFDFDF;
}
#formDetail #paramTab tr td:first-child{
	text-align:right;
	font-weight:normal;
}
#formDetail #paramTab select{
	min-width:150px;
}
/*--zalozky-------------*/
#detBook {
	width: 722px;
	background-image: url(/Design/back_detBook_head.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	float:left;
	margin-top:10px;
}
#detBook > ul {
	float: left;
	width: 722px;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#detBook > ul li {
	width:146px;
	padding-top:7px;
	height:20px;
	float: left;
	color: #494949;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin-right:3px;
	text-decoration:underline;
	background-image: url(/Design/back_detBook.png);
	background-repeat: no-repeat;
}
#detBook > ul li span {
	color: #DF0043;
}
#detBook > ul li:first-child {
	border-left: none;
}
#detBook > ul li.bookActive {
	text-decoration:none;
	background-image: url(/Design/back_detBook_activ.png);
	background-repeat: no-repeat;
	color: #ffffff;
}
#detBook > ul li.bookActive span {
	color: #ffffff;
}
#detBook > div {
	display: none;
	padding:9px;
	border-top: solid 3px #747474;
	color:#58585a;
}
#detBook > div.bookActive {
	display: block;
}
#formDetail img.imgIcon{
	margin-left:-293px;
}
#formDetail img.imgIcon2{
	margin-left:-293px;
}