/* Product detail, cart, registration and forms CSS */


/***************** PRODUCT DETAIL *************/

a.zpet {
	padding-left: 18px;
}

div#product table#product_detail td.doleva td {
	border-bottom: 1px solid #aaaaaa;
}

div#product table#product_detail td.doleva tr:hover {
	background: #fafafa;
}

div#product table#product_detail td.doleva td h3 {
	font-size: 13px;
}

div#product table#product_detail tr td {
  padding: 7px 5px;
  white-space: nowrap;
}

div#product table#product_detail .prod_img {
	
	padding: 5px;
	
}

div#product table#product_detail tr td.photo {
  padding: 1px;
  border: 1px solid #999999;
}

div#product table#product_detail tr td p {
  white-space: normal;
}

div#product table#product_detail input#ks0 {
  width: 40px;
  float: right;
  margin: 0 5px 0 0;
  text-align: center;
}

div#product table#product_detail input#idbuy {
  float: right;
}

div#product table#product_detail span.pocet_ks {
  display:block;
  float:right;
  padding:3px;
}

fieldset.popis_produktu {
  border: 1px solid #999999;
  padding: 0;
  margin: 17px;
}

fieldset.popis_produktu p {
	padding: 15px;
}

fieldset legend.legenda {
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}


div#product a {
  color: #EA6C0C;
}

ul.seznamzaz {
  margin: 15px;
}

ul.seznamzaz li {
  list-style-position: inside;
  list-style-type: circle;
}


/**************** FORMS (registration) ****************/

div#registrace fieldset {
  border: 1px dotted #5E5E5E;
  margin: 0 0 40px 0;
  padding: 20px;
}

div#registrace legend {
 	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #2B73AC;
	background-color: white;
  
}

div#registrace fieldset p {
	line-height:17px;
	margin:0 0 15px;
}

div#registrace fieldset label {
	display: block;
}


div#registrace fieldset input {
  	width: 250px;
  	border: 2px solid #C6C6C6;
  	padding: 2px;
  	margin: 0;
  	font-size: 8pt;
  	/* -moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
	border-radius: 6px; */
}

div#registrace fieldset textarea, fieldset.reg textarea {
  	/* border: 2px solid #C6C6C6; */
  	padding: 3px;
  	margin: 0;
  	/* -moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
	border-radius: 6px; */
}

div#registrace fieldset textarea:focus, fieldset.reg textarea:focus {
	/* border: 2px solid #2B73AC; */
	background-color: #FFFFDD;
}


fieldset.reg td {
	padding:2px 5px;
}


div#registrace fieldset input:focus, div#registrace fieldset textarea:focus {
	/* border: 2px solid #2B73AC; */
	background-color: #FFFFDD;
}

div#registrace fieldset#loginy input {
  margin: 0 0 10px 0;
  width: 120px;
}

div.mezirka {
	&height: 15px;
}

.regsucc, .regact {
	color: #008800;
	font-weight: bold;
	padding: 0 0 5px 22px;
	background: transparent url(/images/ico_ok.gif) no-repeat left -1px;
}

.regsucc span {
	
}

.regact {
	color: #2B73AC;
	background: transparent url(/images/ico_act.gif) no-repeat left 0px;
	padding-top: 1px;
}

.regerr {
	color: #880000;
	font-weight: bold;
	padding: 0 0 5px 22px;
	background: transparent url(/images/ico_err.gif) no-repeat left -1px;
}

table#cart td img {
	/* float: left; */
	border: 0;
	margin: 0;
}

div#content table#cart label {
	cursor:pointer;
	display:block;
	height:25px;
	padding: 12px 0 0 0;
}

div#content table.table1 p {
	margin: 0;
}


.onew, .oin, .oout, .ook {
	/*display: block;*/
	/*width: 120px;*/
	height: 16px;
	padding: 0 20px 0 22px;
	float: left;
}

.ook {
	background: transparent url(/images/order_ok.gif) no-repeat left 0px;
}

.oin {
	background: transparent url(/images/order_in.gif) no-repeat left 0px;
}

.oout {
	background: transparent url(/images/order_out.gif) no-repeat left 0px;
}	

.onew {
	background: transparent url(/images/order_new.gif) no-repeat left 0px;
}

/**************** KOSIK ****************/

#prazdnycart span, #prazdnycart2 span {
	display: block;
	padding: 10px;
	background-color: #EFEFEF;
	margin: 0 0 15px 0;
	text-align: center;
	font-weight: bold;
}

div#product table#cart tr.sum td.price {
	border-color: #1B6A9E #1B6A9E;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	text-align: center;
	padding: 10px 5px;
	background-color: #F0F0F0;
	color: #1B6A9E;
}

div#product table#cart {
	/* margin: 0 0 35px 0; */
}

div#product table#cart td {
	border-bottom: 1px dotted #2684BE;
	padding: 5px;
	vertical-align: middle;
	font-size: 8pt;
}

div#product table#cart th {
	padding: 8px 5px;
	background-color: #2684BE;
	color: white;
	font-size: 8pt;
}

div#product table#cart tr.sum td.celkovacena {
	border-bottom: 0;
}

td.celkovacena span, td.price span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #888888;
}


table#cart th.delicka1 {
	height: 2px;
	overflow: hidden;
	background-color: #FFFFFF;
}

table#cart th.delicka2 {
	height: 4px;
	overflow: hidden;
	background-color: #385C6C;
}

table#cart tr:hover {
	background-color: #E6E6E6;
}

table#cart td.item a {
	text-decoration: none;
}

table#cart td.item a:hover {
	text-decoration: underline;
}

table#cart {
	background-color: #F0F0F0;
}

div#product table#cart td.item {
	padding-left: 31px;
	background: transparent url(/images/ico_cart_item.gif) no-repeat 8px center;
}

span.gift {
	/*
	padding-left: 27px;
	background: transparent url(/images/ico_gift.gif) no-repeat 2px center;
	*/
	/* padding-left: 18px; */
}



table.productlist {
	background-color: #F0F0F0;
}

div#content table.productlist th {
	background-color:#385C6C;
	padding:8px 5px;
}

div#content table.productlist td {
	border-bottom:1px dotted #385C6C;
	padding:5px;
	vertical-align:middle;
}

table.productlist tr:hover {
	background-color: #E6E6E6;
}

table.productlist a.go {
	background: transparent url(../../images/ico_icart2.gif) no-repeat scroll left top;
	display: block;
	height: 16px;
	padding: 0 0 0 20px;
	width: 50px;
	text-decoration: underline;
} 

table.productlist a {
	text-decoration: none;
}

table.productlist a:hover {
	text-decoration: underline;
}


div#freedoprava {
	margin: 30px 0;
	padding: 10px;
	border: 2px solid #CCC9C1;
}


div#freedoprava h2 {
	margin: 0;
	text-align: center;
}

div#freedoprava span {
	color: #00BB00;
}

div#konecnacena {
	margin: 0 0 30px 0;
	padding: 10px;
	border: 2px solid #CCC9C1;
	
}

div#konecnacena span.one {
	float: left;
	font-weight: bold;
	color: #000000;
	padding: 4px 0 0 0;
}

div#konecnacena span.two {
	float: right;
	font-weight: bold;
	color: #00BB00;
	font-size: 17px;
}

div#konecnacena span.small {
	font-weight: normal;
	color: #888888;
	font-size: 10px;
	padding: 4px 0 0 0;
}

/**************** FIELDSETY ****************/

fieldset.reg {
  border: 2px #CCC9C1 solid;
  padding: 20px;
  margin:0 0 35px 0;
}

div#product fieldset.noborders input.radio, div#product fieldset.noborders input.radio:focus, div#product fieldset.noborders input.obchpodbox, div#product fieldset.noborders input.obchpodbox:focus {
	border: 0;
}

fieldset.reg legend {
  font-size:12px;
  font-weight:bold;
  padding: 0 10px;
  color: black;
}

fieldset.reg legend span {
  font-size:10px;
  font-weight:normal;
  color: gray;
}

fieldset.reg label {
  display: block;
  width: 110px;
  float: left;
  padding: 2px 0 0 0;
  font-weight: bold; 
}

/* fieldset.reg input:focus, fieldset.reg textarea:focus {
  border: 2px solid #5F0202;
  background-color: #EFEFEF;
} */

span.obchpod {
  padding: 4px 0 0 5px;
  &display: block;
  &padding: 4px 0 0 5px;
}

div#product fieldset.reg input.obchpodbox {
  margin: 0 0 0 0;
  float: left;
}

div.mezirka2 {
&height: 15px;
}

span.star {
  color: red;
  padding: 0 5px;
}

input.requied {
   /*background-color: #FFD0D0;*/
   background-color: #FFFFAA;
  /* background-color: #FFF0C0; */
}

/* fieldset.reg input.requied:focus {
  border: 2px solid #5F0202;
  background-color: #FFD0D0; 
} */

div#product fieldset.reg p {
	padding: 0;
	margin: 0 0 12px 0;
}

/**************** PROFIL ****************/

div#product fieldset {
	border: 1px dotted #5E5E5E;
}


div#product fieldset legend {
	padding: 0 15px;
	font-size: 11pt;
	font-weight: bold;
	color: #2684BE;
}



div#product table#cart td.icoorder {
	background:transparent url(/images/ico_order.gif) no-repeat 8px center;
	padding-left: 31px;
	cursor: pointer;
}

div#product fieldset.profil {
	margin: 0 0 35px 0;
	background: transparent url(/images/bg_profil.gif) no-repeat right 30px;
	padding: 15px;
}

div#product fieldset.links {
	margin: 0 0 35px 0;
	padding: 10px;
	background-color: #F5F5F5;
}


div#product fieldset.profil p {
	
}

div#product fieldset.profil label {
	display: block;
	width: 120px;
}

div#product fieldset.profil input, div#product fieldset.reg input {
	border: 2px solid #C6C6C6;
  	padding: 2px;
  	margin: 0;
  	font-size: 8pt;
  	/* -moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
	border-radius: 6px; */
}

div#product fieldset.profil input:focus, div#product fieldset.reg input:focus {
	border: 2px solid #1B6A9E;
	background-color: #FFFFDD;
}

.aprofil {
	float: right;
	padding: 1px 15px 2px 22px;
	background: transparent url(/images/ico_editprofile.gif) no-repeat left center;
	display: block;
}

.aprofil2 {
	float: right;
	padding: 1px 15px 2px 22px;
	background: transparent url(/images/ico_editprofile2.gif) no-repeat left center;
	display: block;
}

.aorders {
	float: left;
	padding: 1px 15px 2px 22px;
	background: transparent url(/images/ico_order.gif) no-repeat left center;
	display: block;
}


div#product table#cart td table td {
	/* border-bottom: 1px dotted #385C6C; */
	border-bottom: 0;
	padding: 3px;
	vertical-align: middle;
	background-color: #E6E6E6;
}

div#product table#cart table th{
	padding: 8px 5px;
	background-color: #E6E6E6;
	color: #385C6C;
}

div#product table#cart table {
	margin: 0 0 10px 0;
}

/**************** EDIT ****************/

div#product fieldset.edit {
	margin: 0 0 35px 0;
	padding: 15px;
}


div#product fieldset.edit p {
	padding: 3px 15px;
	clear: both;
	margin: 0 0 5px 0;
	height: 25px;
}

div#product fieldset.edit label {
	display: block;
	width: 95px;
	float: left;
	padding: 4px 15px 0 0;
}

div#product fieldset.edit input {
	display: block;
	width: 120px;
	float: left;
	border: 2px solid #C6C6C6;
  	padding: 3px;
  	margin: 0;
  	/* -moz-border-radius: 6px;
  	-webkit-border-radius: 6px;
	border-radius: 6px; */
	
}

div#product fieldset.edit input:focus {
	border: 2px solid #2B73AC;
	background-color: #FFFFDD;
}

/**************** PAGING (STRANKOVANI) ****************/

div.pager {
	/*float: right;*/
	text-align: center;
	padding: 5px 0;
}

div.pager a {
	background: #3786B9;
	border: 3px double #F0F0F0;
	color: #ffffff;
	/*display: block;
	float: left;*/
	color: #ffffff;
	font-size: 10px;
}

div.pager a:hover {
	text-decoration: none;
	background: #17659A;
}

div.pager a .pagingitem {
	color: #3786B9;
	background-color: white;
}

/**************** PRICELISTS ****************/

th.code {
	width: 45px;
}

td.codelst {
	color: gray;
}

th.pocet {
	width: 40px;
}

td.pocetlst input {
	width: 30px;
	text-align: right;
	font-size: 8pt;
	padding: 2px 3px;
}

td.price1 {
	text-align: right;
}

td.price2 {
	text-align: right;
	font-weight: bold;
}



/**************** CONTROL PAD ****************/

div#control_pad {
  background: #F0F0F0;
  font-size:  8pt;
  font-weight:  bold;
  padding: 3px 2px;
  margin: 0 0 10px 0;
}

div#control_pad label.znacky {
	text-align: center;
	white-space: nowrap;
	width: 68px;
	padding: 0 0 0 0;
	cursor: pointer;
}

div#control_pad div.vyrobce_checkbox {
	width: 140px;
	float: left;
	font-size: 10px;
	font-weight: normal;
}

div#Mark {
	margin: 0 auto;
	width: 574px;
}

div#control_pad label.znacky input {
	 
}

div#control_pad table.control_pad td#radio_txt input {
  float: left;
}

div#control_pad table.control_pad td#radio_txt label {
  float: left;
  padding: 2px 0 0 0px;
}

div#control_pad table tr td {
  vertical-align: middle;
  padding: 2px 5px; 
}

div#control_pad table tr td.letter a {
  background: #999999;
  font-size: 7.5pt;
  margin: 0 0 0 -2px;
  padding: 1px 2px 1px 3px;
  color: #FFFFFF;
}

div#control_pad div#Mark table input {
  float: left;
}

div#control_pad div#Mark table label {
  margin: 2px 0 0 0;
  vertical-align: -13px;
  &vertical-align: -2px;
}




















/* 
  ***************************
   INQUIRY STYLES
  ***************************
*/

div.inquiry {
	padding: 0 0 10px 0;
	margin: 15px 0;
	border-top: 2px solid #63c0eb;
	border-bottom: 2px solid #63c0eb;
	background:#2684be;
	width:65%;
}

div.inquiry div.headline {
padding: 3px 10px 5px 10px;
background:#196ba1;
color:#FFFFFF;
font-weight:bold;
font-size: 9.75pt;
}

div.inquiry div.select{
padding: 3px 10px 2px 10px;
color:#FFFFFF;
}


div.inquiry div.select a{
color:#ffb80d;
font-weight:bold;
}

div.inquiry div.bar {
padding:0 10px 0 10px;
}

div.inquiry div.bar div.line{
height:10px;
font-size:0.75pt;
line-height: 0.75pt;
background:#f5f5f5;
}



div.inquiry img{
	margin:0;
	
}

/* 
  ***************************
   DISCUSSION STYLES
  ***************************
*/

div.discussion {
	padding: 10px 0 0 0;
	margin: 14px 0;
	border-top: 4px solid #2684be;
	
}

div.discussion div.item{
margin: 0 0 10px 0;
border: 1px solid #cccccc;
background: #f9f9f9;
}

div.discussion div.item div.user{
	color: #333333;
	padding: 3px 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #cccccc;
}

div.discussion div.item div.user span{
	margin: 0 0 0 0;
	font-size: 7.5pt;
}

div.discussion div.item div.title{
	color: #333333;
	font-weight: bold;
	padding: 3px 5px;
}

div.discussion div.item div.messagebox{
	color: #333333;
	padding: 3px 5px;
	border-top: 1px solid #cccccc;
}

div.discussion div.item div.reakce{
	padding: 3px 5px;
}
div.discussion div.item div.reakce a{
	padding: 3px 5px 3px 0;
	font-weight: bold;
}

div.discussion input.button {
font-weight: bold;
padding: 2px 7px;
border: 2px solid #fb8900;
background: #fa6e00;
color:#FFFFFF;
cursor:pointer;
cursor:hand;
}

div.discussion input.textinput {
	width: 200px;
	border: 1px solid #cccccc;
}

div.discussion textarea {
	width: 300px;
	height: 75px;
	border: 1px solid #cccccc;
}



span.skoba {
	background: url("../admin/pic/sitemap/bg_skoba.gif") no-repeat;
	display: block;
	height: 13px;
	width: 25px;
	float: left;	
}

/* 
  ***************************
   FORM STYLES
  ***************************
*/

div.formular {
	padding: 10px 5px;
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
}

div.formular table{
}

div.formular table td{
padding: 0 5px 0 0;
vertical-align:middle;
}

div.formular table input{
padding: 1px 4px;
color:#666666;
}




























