 @charset "utf-8";

body {
	margin:0;
	padding:0;
	width:100%;
	font:normal 12px/1.8em Verdana, Arial, Helvetica, sans-serif;
}
html{
	padding:0;
	margin:0;
	background: #e6e6e6 url(http://www.procad.cz/_css/images/5/all_bg.png) repeat-x top;
}

a:link, a:visited {
  color: #2c31bd;
}

a:hover {
  color: rgb(0, 0, 255);
}

img{
	border: 0;
}

#main {
	padding: 0;
	margin: 0;
}
/*
h1, h2, h3, h4, h5, h6{
  color: rgb(0, 0, 255);
}
*/

#top {
	padding: 0;
	margin: 0;
	height: 164px;  /*320*/
	background: _url(http://www.procad.cz/_css/images/5/top_bg.png) no-repeat center center;
}

#top_resize {
	padding: 0;
	margin: 0px auto;
	width: 980px;
	overflow: hidden;
}

/* hlavní bloky */

#logo_procad{
}

#logo_procad .logo, #logo_procad .slogan, #logo_procad .separator{
  margin: 4px 0px;
  float: left;
}

#logo_procad .logo h1{
  font-size: 12pt;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#logo_procad .slogan{
  font-size: 12pt;
}

#logo_procad .separator{
  width: 10px;
}

#logo_procad a{
  text-decoration: none;
  color: white;
}

/* menu */

#top_menu{
  /* background: url(http://www.procad.cz/_css/images/5/menu_bg.png) repeat-x center; */
  background: #353535;
  text-align: center;
  border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#top_menu ul {
  position:relative;
  top:0;
  left: 90px;
  margin:0 auto;
  padding:0;
	list-style:none;
}

#top_menu li{
  float:left;
  display:block;
  background: url(http://www.procad.cz/_css/images/5/menu_separator.png) no-repeat right center;
}

#top_menu li#last{
  background: none;
}

#top_menu li a span{
  margin-right: 3px;
  float: left;
  display: block;
  padding: 8px 25px;
  cursor: hand;
}


#top_menu li a span.active{
  background: url(http://www.procad.cz/_css/images/5/menu_span_bg.png) repeat-x center;
  color: #141414;
}
#top_menu li a:hover span{
  background: url(http://www.procad.cz/_css/images/5/menu_span_bg.png) repeat-x center;
}

#top_menu li a {
  font-weight:bold;
  text-transform:uppercase;
  text-decoration: none;
  color: whitesmoke;
  font-size:10pt;
}

#top_menu li a:hover {
  color: #141414;
}

/* !menu */

#bottom {
	padding: 0;
	margin: 0;
	_background: #e6e6e6 url(http://www.procad.cz/_css/images/5/bottom_bg.png) repeat-x top;
}

#bottom_resize {
	padding: 0;
	margin: 0px auto;
	width: 980px;
}

#products_top {
	padding: 0;
	margin: 0px auto;
	margin-top: 8px;
  position: relative;
}

#central{
	padding: 0;
	margin: 0px auto;
	margin-top: 12px;
}

#products_bottom {
	padding: 0;
	margin: 0px auto;
	margin-top: 12px;
	min-height: 100px;
	background: #353535;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#footer{
	padding: 10px;
	margin: 0px auto;
	background: #353535;
  border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
  font-size: 8pt;
  color: whitesmoke;
  text-align: center;
}

#footer a{
  font-size: 8pt;
  color: whitesmoke;
}

/* !hlavní bloky */



/* levá část */

.left{
  float: left;
	padding: 0;
	margin: 0;
	width: 700px;
	margin-bottom: 12px;
}

.left_resize{
	margin: 0px 6px 0px 0px;
  background: #353535;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#hlavni {
	padding: 6px;
	margin: 0px 2px 0px 0px;
	min-height: 400px;
	background: whitesmoke;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* !levá část */

/* pravá část */

.right{
  float: right;
	padding: 0;
	margin: 0;
	width: 280px;
}

.right_resize{
	margin: 0px 0px 0px 6px;
  min-height: 400px;
}

/* !pravá část */

.gadget{
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
  background: #353535;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.gadget_separator{
	padding: 0;
	margin: 0;
  height: 12px;
}




/* vyhledávání */

#formsearch {
  height: 42px;
}

#formsearch span {
	display:block;
	margin: 8px;
	padding:0 5px 0 5px !important;
	float:left;
	width:190px;
	background: #454545;
}
#formsearch input.editbox_search {
	margin:0;
	padding:5px 0;
	float:left;
	width:190px;
	height:16px;
	border:none;
	background:none;
	font:normal 13px/20px Arial, Helvetica, sans-serif;
	color:#a8acb2;
}
#formsearch input.button_search {
	margin: 8px;
	padding:0;
	border:none;
	float:right;
}

.article span.search-result{
  background: #FFBC73;
  padding: 0 1px 0 1px;
}

/* !vyhledávání */

/* novinky, hotline, školení, kalendář, produkt info */

#novinky_resize, #hotline_resize, #vzdaleny_pristup_resize, #skoleni_resize, #kalendar_resize, .product_info_resize {
  margin: 0px 2px 0px 0px;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#novinky_resize {
	background: whitesmoke url(http://www.procad.cz/_css/images/5/news_bg.png) no-repeat top right;
	min-height: 80px;
}

#hotline_resize {
	background: whitesmoke url(http://www.procad.cz/_css/images/5/hotline_bg.png) no-repeat top right;
	min-height: 80px;
}

#vzdaleny_pristup_resize {
	background: whitesmoke url(http://www.procad.cz/_css/images/5/kalendar_bg.png) no-repeat top right;
}

#vzdaleny_pristup_resize p{
	margin:0;
	padding:0;
}

#skoleni_resize {
	background: whitesmoke url(http://www.procad.cz/_css/images/5/skoleni_bg.png) no-repeat top right;
	min-height: 80px;
}

#kalendar_resize {
	background: whitesmoke url(http://www.procad.cz/_css/images/5/kalendar_bg.png) no-repeat top right;
	min-height: 100px;
}

.product_info_resize {
	background: whitesmoke url(http://www.procad.cz/_css/images/5/kalendar_bg.png) no-repeat top right;
	min-height: 100px;
}
#novinky_inner, #hotline_inner, #vzdaleny_pristup_inner, #skoleni_inner, #kalendar_inner, .product_info_inner{
  padding: 10px 10px 10px 10px;
}


#novinky_inner h3, #hotline_inner h3, #vzdaleny_pristup h3, #skoleni_inner h3, #kalendar_inner h3, .product_info_inner h3{
	margin:0;
	padding:0;
	color: rgb(0, 0, 255);
}

#kalendar_inner h3{
	float: right;
}

#novinky_inner h2, #hotline_inner h2, #vzdaleny_pristup h2, #skoleni_inner h2, #kalendar_inner h2, .product_info_inner h2{
  margin: 0;
  padding: 0px;
  padding-bottom: 8px;
  color: rgb(0, 0, 255);
}

#novinky_inner .article .news-ico{
	margin:0;
	padding:0;
	position: relative;
	top: 2px;
	right: 2px;
}

#novinky_inner .article .admin_info{
	display: none;
}

#novinky_inner .article p{
	margin:0;
	padding:0;
	font-size: 10px;
}

.product_info_inner p{
	margin:0;
	padding:0;
}

/* !novinky, hotline, školení, kalendář */

/*------- šablony kalendáře ------------------------------------------------------------------------------*/

#diary_head{
 border: 0px;
 margin: 0px;
}

#diary_head img{
 display: none;
}

#diary_head .right_arrow, #diary_head .left_arrow{
 display: none;
 height: 16px;
 width: 16px;
 border: 0px;
 margin: 0px;
 padding: 0px 0px 8px 0px; 
}

#diary_head .left_arrow{
  background: url(http://www.procad.cz/_css/images/5/diary_left.png) no-repeat 50% 50%;
  float: left;
}

#diary_head .right_arrow{
  background: url(http://www.procad.cz/_css/images/5/diary_right.png) no-repeat 50% 50%;
  float: right;
}

#diary_table {
}

#diary_table caption {
	display: none;
}

#diary_table table {
	margin-top: 10px;
  width: 100%;
	border-collapse: collapse;
	_border-right: 1px solid #B7B7B7;
}

#diary_table thead th {
	padding: 1px 0px;
	text-align: center;
	background: url(http://www.procad.cz/_css/images/5/diary_thead_bg.png) repeat-x top;
	_border-top: 1px solid #B7B7B7;
	_border-left: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
	border-top: 1px solid #B7B7B7;
	color: white;
}

#diary_table thead th span{
	color: white;
}

#diary_table tbody {
	_border-bottom: 1px solid #B7B7B7;
}

#diary_table tbody td {
	padding: 3px 0px;
	text-align: center;
	background: url(http://www.procad.cz/_css/images/5/diary_tbody_bg.png) repeat-x top;
	_border-top: 1px solid #B7B7B7;
	_border-left: 1px solid #B7B7B7;
}

#diary_table tbody td span{
	color: #989898;
	font-size: 10pt;
}

#diary_table tfoot td {
	padding: 5px;
}

#diary_table tfoot #prev {
	_border-left: 1px solid #B7B7B7;
}

#diary_table .event {
	background: url(http://www.procad.cz/_css/images/5/diary_tbody_event_bg.png) repeat-x top;
}

#diary_table #today {
	background: url(http://www.procad.cz/_css/images/5/diary_tbody_bg.png) repeat-x top;
  color: #FF6633;
}

#diary_table .pad {
	background: #EEEEEE;
}

#diary_table .transp {
	background: transparent;
}

#diary_table img{
 border: 0px;
 margin: 0px;
 padding: 0px;
 display: none;
}

#diary_table .right_arrow, #diary_table .left_arrow{
 display: block;
 height: 16px;
 width: 16px;
 border: 0px;
 margin: 0px;
 padding: 0px 0px 8px 0px; 
}

#diary_table .left_arrow{
  background: url(http://www.procad.cz/_css/images/5/diary_left.png) no-repeat 50% 50%;
  float: left;
}

#diary_table .right_arrow{
  background: url(http://www.procad.cz/_css/images/5/diary_right.png) no-repeat 50% 50%;
  float: right;
}

/* novinky 2 */

.novinky_resize2{
	margin: 12px 6px 0px 0px;
  background: #353535;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#novinky_inner2{
  margin: 0px 2px 0px 0px;
  padding: 10px 10px 10px 10px;
  min-height: 100px;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: whitesmoke url(http://www.procad.cz/_css/images/5/news_bg_2.png) no-repeat top right;
}

#novinky_inner2 h4, #novinky_inner2 h2{
	margin:0;
	padding:0;
	color: rgb(0, 0, 255);
}

/* !novinky 2 */

/* kontaktní formulář */

.kontakt_resize{
	margin: 12px 6px 0px 0px;
  background: #353535;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#kontakt_inner{
  margin: 0px 2px 0px 0px;
  padding: 10px 10px 10px 10px;
  min-height: 100px;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: whitesmoke url(http://www.procad.cz/_css/images/5/news_bg_2.png) no-repeat top right;
}

#kontakt_inner h4, #kontakt_inner h2{
	margin:0;
	padding:0;
	color: rgb(0, 0, 255);
}

/* !kontaktní formulář */


/* produkty */

.product_table{
  padding: 2px;
}

.product_table h2{
  display: none;
}

.product_table table{
   width: 100%;
   table-layout: fixed;
   margin: 0px auto;
   _border-collapse: collapse;
}

.product_table thead{
}

.product_table tbody{
}

.product_table a{
  text-decoration: none;
}

.product_table thead a{
  color: #336699;
  font-size: 12px;
  font-weight: bolder;
}

.product_table tbody a{
  color: #969696;
  font-size: 12px;
}

.product_table td{
   text-align: right;
   vertical-align: bottom;
   height: 10px;
   padding: 0px 0px 0px 0px;
}

.product_table td span{
   display: block;
   widht: 100%;
   margin: 0px 5px 0px 5px;
}

.product_table thead td span{
   border-bottom: 1px solid #767676;
}

.product_table tbody td span{
   border-bottom: 1px solid #565656;
}

/* !produkty */

/* produktový rotator */

#product_rotator_obal {
	padding: 0;
	margin: 0px auto;
	height: 100px;
}

/* produktové karty */

.product_cards{
  margin: 0px auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.product_card_obal{
  float: right;
}

.product_card{
  margin: 0px auto;
  height: 190px;
  width: 158px;
}

.product_card_inner{
  margin: 0px auto;
  height: 160px;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.product_card_inner_border{
  position: relative;
  margin: 0;
  border: 2px solid transparent;
  padding: 0;
  border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
  background-image: url(http://www.procad.cz/_css/images/5/card_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center; 
}

.product_card_shadow{
  margin: 0;
  padding: 0;
  height: 30px;
  overflow: hidden;
}

.product_card_shadow_border{
  margin: 0;
  margin-top: 10px;
  border: 2px solid #464646;
  padding: 0;
  height: 60px;
  background: #B7B7B7;
  opacity: 0.2;
  border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.product_card_img, .product_card_img_trigger{
  margin: 0px auto;
  height: 106px;
  overflow: hidden;
  text-align: center;
}

.product_card_img img, .product_card_img_trigger img{
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  border: 0;
  height: 90%;
}

.product_card_img_trigger img{
	cursor: pointer;
}
/*
.product_card_perex{
  margin: 0px auto;
  height: 35px;
  width: 90%;
  overflow: hidden;
  text-align: center;
  color: white;
  font-size: 9pt;
}
*/
.product_card_label, .product_card_label_trigger{
  margin: 0px auto;
  height: 50px;
  overflow: hidden;
  text-align: center;
}

.product_card_label a, .product_card_label_trigger a{
  color: white;
  font-size: 11pt;
  font-weight: bolder;
  text-decoration: none;
}

.product_card_subs{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #373737;
  border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	z-index: 10;
}

.product_card_subs_item{
  width: 100%
}

.product_card_subs_item a{
  color: white;
  text-decoration: none;
}

/* !produktové karty */

/* produktový rotator velký */

.product_rotator{
  margin: 0px auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.subproduct_rotator_min, .subproduct_rotator_max{
  float: right;
}

.subproduct_small, .subproduct_big{
  margin: 0px 2px;
  padding: 0;
  height: 190px;
  position: relative;
}

.subproduct_small{
}

.subproduct_small_separator{
  height: 10px;
}

.subproduct_small_inner{
  margin: 0;
  padding: 0;
  background: url(http://www.procad.cz/_css/images/5/product_rotator.png) repeat-x bottom;
  border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
  text-align: center;
}

.subproduct_small_img{
  height: 150px;
  overflow: hidden;
  background: url(http://www.procad.cz/_css/images/5/product_rotator_arrow.png) no-repeat center bottom;
  position: relative;
  text-align: center;
}

.subproduct_small_img img{
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 1;
  position: relative;
  top: 30px;
}

.subproduct_small_label{
  height: 30px;
  background: #A7A7A7;
  text-align: center;
  background: url(http://www.procad.cz/_css/images/5/product_rotator_label.png) repeat-x bottom;
  border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	z-index: 10;
}

.subproduct_small_label span{

}


.subproduct_small_label span a{
  text-decoration:none;
  color: #000033;
  font-size: 12px;
  _font-weight: bolder;
  _text-transform: uppercase;
  position: relative;
  top: 4px;
}



.subproduct_big{
  z-index: 10;
}

.subproduct_big_separator{
  height: 10px;
}

.subproduct_big_inner{
  height: 180px;
  background: url(http://www.procad.cz/_css/images/5/product_rotator.png) repeat-x top;
  border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.subproduct_big_img{
  width: 140px;
  height: 180px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 6px;
}

.subproduct_big_img img{
  margin: 0;
  padding: 0;
  border: 0;
}

.subproduct_big_label{
  width: 240px;
  position: absolute;
  top: 16px;
  right: 6px;
  height: 140px;
  overflow: hidden;
  text-align: center;
}

.subproduct_big_label p{
  margin: 0;
  padding: 0;
}

.subproduct_big_label p.nadpis{
  height: 40px;
  text-align: left;
}

.subproduct_big_label p.nadpis a{
  color: white;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  top: 2px;
}

.subproduct_big_label p.cena{
  _border: 1px solid red;
  height: 34px;
  text-align: left;
  color: white;
}

.subproduct_big_label p.perex{
  _border: 1px solid red;
  height: 66px;
  color: #353535;
  font-size: 12px;
  text-align: left;
}

.subproduct_big_buttons{
  _border: 1px solid red;
  position: absolute;
  text-align: right;
  width: 96%;
  height: 20px;
  bottom: 6px;
  right: 6px;
}

.subproduct_big_buttons a{
  color: #CC6633;
  font-size: 12px;
  text-decoration: none;
}

.subproduct_big_buttons span{
  padding: 4px 10px;
  margin-left: 4px;
  background: url(http://www.procad.cz/_css/images/5/product_rotator_label.png) repeat-x bottom;
  border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* !produktový rotator velký */

/* produktový rotator malý */

#product_small_rotator_obal {
	padding: 0;
	margin: 0px auto;
	height: 1px;
	_border: 1px solid red;
}

.product_small_rotator{
  margin: 0px auto;
  position: absolute;
  bottom: 10px;
  left: 0px;
  _background: green;
  z-index: 1;
}
  
.subproduct_small_rotator_min, .subproduct_small_rotator_max{
  float: right;
}

.subproduct_small_small, .subproduct_small_big{
  margin: 0px 2px;
  padding: 0;
  height: 80px;
  position: relative;
  background: url(http://www.procad.cz/_css/images/5/product_rotator.png) repeat-x bottom;
  border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 2px 2px 2px #6633CC;
  -o-box-shadow: 2px 2px 2px #6633CC;
  -moz-box-shadow: 2px 2px 2px #6633CC;
  -webkit-box-shadow: 2px 2px 2px #6633CC;
}

.subproduct_small_small_inner{
  margin: 0;
  padding: 0;
}

.subproduct_small_small_img{
  height: 50px;
}

.subproduct_small_small_img img{
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  top: -14px;
  left: 4px;
}

.subproduct_small_small_label{
  height: 30px;
  text-align: center;
  background: url(http://www.procad.cz/_css/images/5/product_rotator_label.png) repeat-x bottom;
  border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
}

.subproduct_small_small_label span{
  color: #000033;
  font-size: 12px;
  position: relative;
  top: 4px;
}

.subproduct_small_big{
}

.subproduct_small_big_inner{
  margin: 0;
  padding: 0;
}

.subproduct_small_big_img{
  width: 100px;
  height: 50px;
  float: left;
}

.subproduct_small_big_img img{
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  top: -14px;
  left: 4px;
}

.subproduct_small_big_label{
  float: left;
  height: 50px;
  overflow: hidden;
  text-align: center;
}

.subproduct_small_big_label p{
  margin: 0;
  padding: 0;
  position: relative;
  top: 4px;
}

.subproduct_small_big_label p.nadpis{
  _border: 1px solid red;
  height: 40px;
  text-align: left;

}

.subproduct_small_big_label p.nadpis a{
  color: white;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  top: 2px;
}

.subproduct_small_big_buttons{
  position: absolute;
  text-align: right;
  width: 96%;
  height: 20px;
  bottom: 6px;
  right: 6px;
}

.subproduct_small_big_buttons a{
  color: #CC6633;
  font-size: 12px;
  text-decoration: none;
}

.subproduct_small_big_buttons span{
  padding: 4px 10px;
  margin-left: 4px;
  background: url(http://www.procad.cz/_css/images/5/product_rotator_label.png) repeat-x bottom;
  border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* !produktový rotator malý */

/* produkty a moduly - tlačítka */

.product_button{
  background: url(http://www.procad.cz/_css/images/5/product_rotator_label.png) repeat-x bottom;
  padding: 4px 8px;
  border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.product_button_block{
  background: url(http://www.procad.cz/_css/images/5/product_rotator_label.png) repeat-x bottom;
  padding: 4px 8px;
  margin: 2px;
  display: block;
  border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.product_button a, .product_button_block a{
  text-decoration:none;
  color: #CC6633;
  font-size: 12px;
  _font-weight: bolder;
  _text-transform: uppercase;
}

.product_button img, .product_button_block img{
  position: relative;
  top: 4px;
  left: -4px;
}

.ask_button{
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  height: 50px;
  width: 50px;
  background: url(http://www.procad.cz/_css/images/5/question.png) no-repeat;

}

/* produkty - tlačítka */

/* !produktový rotator */

/* články */

.article{
  position: relative;
  padding: 10px;
  color: #676767;
}

.article .admin_info{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
}

.article h2{
  margin-top: 0px;
}

.article ul li{
 list-style-image: url(http://www.procad.cz/_css/images/5/article_li.png);
}


.article_skoleni, .article_download{
  padding: 0px 10px 10px 10px;
  margin-top: 16px;
  background: #E3E3E3;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* !články */

/*------- šablony formulářů v článku ------------------------------------------------------------------------------*/

.article .form_div{
  margin: 0px auto;
  text-align: center;
  border: 1px solid #C8C8C8;
  padding: 10px;
	border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;	
}

.article .form_div #form_message{
  margin: 4px 0px 4px 0px;
  padding: 2px;
  display: block;
  background: #9999CC;
  color: #993300;
  text-align: center;
	border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;	   
}

.article .form_div table{
   border-collapse: collapse;
   width: 100%;
   margin: 0px auto;
}

.article .form_div td{
  font-size: 11pt;
  border: 0px;
  padding: 2px 6px 2px 6px;
}

.article .form_div .pruhledna{
  background: transparent;
}

.article .form_div .seda{
  background: transparent;
}

.article .form_div .bunka-leva{
  text-align: right;
  padding-left: 10px;
}

.article .form_div .bunka-prava{
  text-align: left;
  padding-right: 10px;
}

.article .form_div .bunka-stred{
  text-align: center;
}

.article .form_div input, .article .form_div textarea, .article .form_div select, .article .form_div submit{
  background: #DDDDFF;
  font-family: Arial;
  font-size: 11pt;
  border: 1px solid #C8C8C8;
  margin: 4px;
  padding-right: 2px;
  padding-left: 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.article .form_div select {
  background: #FFFFCC;
}

.article .form_div input.submit {
  background: url(http://www.procad.cz/_css/images/5/product_rotator_label.png) repeat-x bottom;
  color: #993300;
  font-size: 12pt;
  border: 1px solid #C8C8C8;
  padding-right: 24px;
  padding-left: 24px;
  cursor: pointer;
  _cursor: hand;
  
}

.article .form_div input.radio, .article .form_div input.checkbox{
  position: relative;
  background: transparent;
  border: 1px solid #C8C8C8;
  margin: 4px;
  padding-right: 2px;
  padding-left: 2px;
}

.article .form_div textarea{
  padding: 4px;
  font-size: 10pt;
}

.article .form_div img{
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: relative;
  top: 4px;
}

/*------- !šablony formulářů v článku ------------------------------------------------------------------------------*/


.product_cards{
  width: 980px; right: 0px;
}
        
#product_card_obal_46{
  width: 163px;
}
        
#product_card_inner_border_46{
  background-color: #630460; border-color: #4b0049;
}
        
#product_card_shadow_border_46{
  background: #630460; border-color: #4b0049;
}
        
#product_card_obal_17{
  width: 163px;
}
        
#product_card_inner_border_17{
  background-color: #aba000; border-color: #827b00;
}
        
#product_card_shadow_border_17{
  background: #aba000; border-color: #827b00;
}
        
#product_card_obal_16{
  width: 163px;
}
        
#product_card_inner_border_16{
  background-color: #a0410d; border-color: #7b2e00;
}
        
#product_card_shadow_border_16{
  background: #a0410d; border-color: #7b2e00;
}
        
#product_card_obal_15{
  width: 163px;
}
        
#product_card_inner_border_15{
  background-color: #9e0b0f; border-color: #790000;
}
        
#product_card_subs_15{
  background: #790000;
}
        
#product_card_shadow_border_15{
  background: #9e0b0f; border-color: #790000;
}
        
#product_card_obal_18{
  width: 163px;
}
        
#product_card_inner_border_18{
  background-color: #197b30; border-color: #005e20;
}
        
#product_card_subs_18{
  background: #005e20;
}
        
#product_card_shadow_border_18{
  background: #197b30; border-color: #005e20;
}
        
#product_card_obal_13{
  width: 163px;
}
        
#product_card_inner_border_13{
  background-color: #003471; border-color: #002157;
}
        
#product_card_subs_13{
  background: #002157;
}
        
#product_card_shadow_border_13{
  background: #003471; border-color: #002157;
}
        

/* společná šablona */

.clr{
	clear:both;
	padding:0;
	margin:0;
	width:100%;
	font-size:0;
	line-height:0;
}

.clrr{
	clear:right;
	padding:0;
	margin:0;
	width:100%;
	font-size:0;
	line-height:0;
}

.clrl{
	clear:left;
	padding:0;
	margin:0;
	width:100%;
	font-size:0;
	line-height:0;
}

.container_name{
  position: absolute;
  top: -8px;
  left: 8px;
  font-size: 8pt;
}

.container_edit{
  margin: 2px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; 
  background: transparent;
  float: right;
  position: relative;
  cursor: pointer;
  _cursor: hand;  
}

.container_obsah{
  position: absolute;
  top: 50%;
  left: 50%;
}

.container_obsah span{
  position: absolute;
  top: -8px;
  left: -16px;
  font-size: 8pt;
}

.article .form_div .captcha_img, .captcha_img{
  border: 1px solid #868686;
  position: relative;
  top: 2px;
} 

.ico_span, .ico_span_link {
  height: 18px;
  width: 18px;
  position: relative;
  top: -5px;
  margin: 0px 4px;
  border-top: 1px solid #474747;
	border-left: 1px solid #474747;
	border-right: 1px solid #272727;
	border-bottom: 1px solid #272727;
	background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  padding: 9px;
  font-size: 0px;
  border-radius: 4px;	
  -moz-border-radius: 4px;		
  -webkit-border-radius: 4px;	
  -moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 3px #000;
}

#splash{
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}

#login_to_adm{
  opacity: 0;
  width: 360px;
  z-index: 1000;
  position: absolute;
  text-align: center;
  top: 10px;
  left: 10px;
  overflow: auto;
  border-top: 1px solid #474747;
	border-left: 1px solid #474747;
	border-right: 1px solid #272727;
	border-bottom: 1px solid #272727;
  background: #474747 url('./../webpics/img/login_area.png') 0% 0% no-repeat;
  padding: 4px 6px;
  border-radius: 4px;	
  -moz-border-radius: 4px;		
  -webkit-border-radius: 4px;	
  -moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	color: whitesmoke;
}

#login_to_adm form{
	padding:0;
	margin: 6px auto;
	border: 0;
}

#login_to_adm fieldset{
	padding:0;
	margin:0;
	border: 0;
}

#login_to_adm .adm_head{
  margin: 10px auto;
  font-family: verdana;
}

#login_to_adm .adm_head span{
  border: 1px solid #575757;
  background: #474747;
  padding: 4px;
  border-radius: 4px;	
  -moz-border-radius: 4px;		
  -webkit-border-radius: 4px;	
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#login_to_adm input.text, #login_to_adm input.submit{
  background: #474747 url('./../webpics/img/login_area.png') 0% 0% no-repeat;
  border: 1px solid #C8C8C8;
  margin: 4px;
  padding-right: 2px;
  padding-left: 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  
}

#login_to_adm input.submit{
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: #474747 url('./../webpics/img/form_bg_blue.png') 0% 0% repeat-x;
  padding: 2px 4px;
  color: #333366;
  font-weight: bolder;
  cursor: pointer;
  _cursor: hand;
}

#login_to_adm table{
   border-collapse: collapse;
   width: 100%;
   margin: 0px auto;  
}

#login_to_adm  td{
  border: 0px;
  padding: 2px 6px 2px 6px;
}

#login_to_adm .bunka-leva{
  text-align: right;
  padding-left: 10px;
}

#login_to_adm .bunka-prava{
  text-align: left;
  padding-right: 10px;
}

/* !společná šablona */


