#CSSeshop .productList {
	position: relative;
	float: left;
	display: inline;
	width: 588px;
	margin: 0 -10px 40px -10px; /* bottom margin = listLink height */
	line-height: 0; /* svine svinuta 6 a 7 */
	border-left: 1px solid #dc9304;
	border-right: 1px solid #dc9304;
}
#CSSeshop .listLink,
#CSSeshop .productList .bkg {
	float: left;
	display: inline;
	position: relative;
	width: 588px;
	margin: -2px -1px -2px -1px;
	padding: 2px 1px;
  color:#fff;
	background: url('../img/layout/product_list_top.gif') no-repeat left top;
}
#CSSeshop .listLink {
	width: 590px;
	margin: 0 -1px -40px -1px;
	padding: 10px  0 0 0;
	background: url('../img/layout/product_list_bottom.gif') no-repeat left top;
}

/* shop menu *****************************************************************/

#CSSeshop .shopMenu {
	position: relative;
	height: 30px;
	margin: 15px -10px 17px -10px;
	background: #df9504 url('../img/layout/shop_menu_bkg.gif') repeat-x bottom;
}
#CSSeshop .shopMenu fieldset {
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 5px 0 5px 10px;
	position: relative;
	background: url('../img/layout/shop_menu_left.gif') no-repeat left top;
}
#CSSeshop .shopMenu select {
	/*float: left;*/
	width: 125px;
	margin: 0 8px 0 0;
	border: 1px solid #ffffff;
}

#CSSeshop .shopMenu a {
	color: #000000;
	float: left;
	text-decoration: none;
}
#CSSeshop .shopMenu a:hover {
	font-weight: bold;
}
#CSSeshop .shopMenu .sort {
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	margin: -5px 0;
	text-indent: -9999px;
}
#CSSeshop .shopMenu .sort.asc { background: url('../img/layout/ico_asc.gif') no-repeat left top; }
#CSSeshop .shopMenu .sort.desc { background: url('../img/layout/ico_desc.gif') no-repeat left top; }


#CSSeshop .shopMenu .categoryName,
#CSSeshop .shopMenu .nameAsc,
#CSSeshop .shopMenu .nameDesc,
#CSSeshop .shopMenu .nameAscActive,
#CSSeshop .shopMenu .nameDescActive,
#CSSeshop .shopMenu .priceAsc,
#CSSeshop .shopMenu .priceDesc,
#CSSeshop .shopMenu .priceAscActive,
#CSSeshop .shopMenu .priceDescActive {
	float: right;
	display: inline;
	width: 90px;
	margin: 0 2px 0 10px;
	padding: 5px 0px 5px 10px;
	height: 15px;
}
#CSSeshop .shopMenu .nameAsc,
#CSSeshop .shopMenu .priceAsc {
	background: url('../img/layout/shop_menu_asc.png') no-repeat left center;
}
#CSSeshop .shopMenu .nameDesc,
#CSSeshop .shopMenu .priceDesc {
	background: url('../img/layout/shop_menu_desc.png') no-repeat left center;
}
#CSSeshop .shopMenu .nameAscActive,
#CSSeshop .shopMenu .priceAscActive {
	background: url('../img/layout/shop_menu_asc_active.png') no-repeat left center;
}
#CSSeshop .shopMenu .nameDescActive,
#CSSeshop .shopMenu .priceDescActive {
	color: #ffffff;
	background: url('../img/layout/shop_menu_desc_active.png') no-repeat left center;
}

#CSSeshop .shopMenu .nameAsc:hover,
#CSSeshop .shopMenu .priceAsc:hover {
	background: url('../img/layout/shop_menu_asc_hover.png') no-repeat left center;
}
#CSSeshop .shopMenu .nameDesc:hover,
#CSSeshop .shopMenu .priceDesc:hover {
	background: url('../img/layout/shop_menu_desc_hover.png') no-repeat left center;
}
#CSSeshop .shopMenu .nameAscActive:hover,
#CSSeshop .shopMenu .priceAscActive:hover {
	background: url('../img/layout/shop_menu_desc_active_hover.png') no-repeat left center;
}
#CSSeshop .shopMenu .nameDescActive:hover,
#CSSeshop .shopMenu .priceDescActive:hover {
	background: url('../img/layout/shop_menu_asc_active_hover.png') no-repeat left center;
}

/* product card **************************************************************/

#CSSeshop .productList .item {
	float: left;
	display: inline;
	width: 192px;
  height: 250px; 
	margin: 2px 2px;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	background: #fcfcfc url('../img/layout/product_card_bkg.png') no-repeat left top;
}
#CSSeshop .productList .item:hover {
	background: url('../img/layout/product_card_hover_bkg.png') no-repeat left top;
}

#CSSeshop .productList .item .header {
	clear: both;
	margin: 0;
	padding: 10px 5px 1px 5px;
	height: 50px;
	line-height: 17px;
	color: #000000;
	font-size: 1em;
	text-align: center;
	font-family:arial, tahoma, sans-serif;
}
#CSSeshop .productList .item .header a {color:#000; text-decoration:none;}

#CSSeshop .productList .item .code {
  display:inline;
	color: #666666;
	text-align: center;
	width:100px;
	margin:0;
	padding:0;
}
#CSSeshop .productList .item .image {
  height:120px; 
	float: none;
	clear: both;
}
#CSSeshop .productList .item .price {
  position:relative; 
  top:5px; 
  height:30px; 
  padding: 0;
	line-height: 14px;
	text-align: center;
	width: 49%;
	color:#EAAF04;
;
}
#CSSeshop .productList .item .price strong {
	color: #545454;
}
#CSSeshop .productList .item .price.msrp {float:right; background: url('../img/layout/product_card_price_bkg.gif') no-repeat 0% 50%; }
#CSSeshop .productList .item .price.msrp strong {
	font-weight: normal;
	color: #808080;
}
#CSSeshop .productList .item .buy {
	clear: both;
  position:relative; 
  top:5px; 
  height:30px;
}

#CSSeshop .buy fieldset ul li a {text-decoration:none; color:#000;}

#CSSeshop .productList .item .buy .qty {
	
	background: url('../img/layout/product_card_input.png')  no-repeat scroll -4px top transparent;
    height: 17px;
    margin: 4px 0 0 10px;
    padding: 5px 35px 3px 6px;
    width: 40px;

}

#CSSeshop .productList .item .buy .mj {
    color: #797979;
    margin-left: -35px;
}

#CSSeshop .productList .item .buy .button {
	height: 30px;
	font-weight: bold;
	color: #333333;
	background: transparent;
  float:right;
}
#CSSeshop .productList .item .buy .button:hover { color: #eb7105; }

/* product card wide *********************************************************/

#CSSeshop .productList.wide .item {
	float: none;
	display: block;
	width: 584px;
	height: 110px;
	background: #fcfcfc url('../img/layout/product_card_wide_bkg.png') no-repeat left top;
}
#CSSeshop .productList.wide .item:hover { background: #fcfcfc url('../img/layout/product_card_wide_hover_bkg.png') no-repeat left top; }
#CSSeshop .productList.wide .item .header {
	padding: 5px 5px 0px 5px;
	height: 20px;
	line-height: 17px;
	float: left;
}
#CSSeshop .productList.wide .item .code {
	height: 15px;
	color: #666666;
	text-align: center;
}

#CSSeshop .productList.wide .item .code_siroke_nahledy {
	position: relative;
	top: -16px;
    margin: 0 0 0 490px;
	height: 15px;
	color: #666666;
	}

#CSSeshop .productList.wide .item .image { height: 50px; }
#CSSeshop .productList.wide .item .price {
  height:15px;
	padding: 0 10px;
  width:220px; 
  display: inline;

}
#CSSeshop .productList.wide .item .price strong {
	display: inline;
}

#CSSeshop .productList.wide .item .msrp {float:left;width:auto;padding:0 10px; border-right:1px solid #dedede;}

#CSSeshop .productList.wide .item .buy fieldset,
#CSSeshop .productList.wide .item .buy {
	width: 200px;
	height: 30px;
	float: right;
	clear: none;
  position:relative; top:0px; 
}
#CSSeshop .productList.wide .item .buy .qty { margin-top: 3px; }
#CSSeshop .productList.wide .item .buy .button{
 width: 100px;
 height: 30px;
}

/* product detail ************************************************************/

#ContentTop .sectionTitle .code {
	font-size: .7em;
}

#CSSeshop .productFull {
	position: relative;
	width: 590px;
	margin: 0 -10px;
	padding: 0 0 3px 0;
	border-top: #ebebeb 1px solid;
	background: #fbfbfb url('../img/layout/product_full_bkg.gif') no-repeat left bottom;
}
#CSSeshop .productFull .productImages {
	position: relative;
	float: left;
	width: 300px;
	background: #ffffff;
}
#CSSeshop .productFull .image	{
	float: left;
	width: 300px;
	background: url('../img/layout/product_full_image_bkg.png') no-repeat left top;	
}

#CSSeshop .productFull .image-main	{
    text-align:center;
}

#CSSeshop .productFull .gallery {
	float: left;
}
#CSSeshop .productFull .gallery .image	{
	margin: 10px 0 0 10px; 
	width: 50px;
	height: 50px;
	border: #ebebeb 1px solid;
}

#CSSeshop .productFull .info {
	float: right;
	width: 289px;
	height: 270px;
	padding: 0 0 0 0;
	border-left: #ebebeb 1px solid;
}
#CSSeshop .productFull .info ul {
	list-style: none;
	margin: 10px 20px;
	padding: 0;
	height: 210px;
}
#CSSeshop .productFull .info ul li {
	padding: 5px 0;
	color: #5b5b5b;
	border-bottom: #f6f6f6 1px solid;
}
#CSSeshop .productFull .info ul li label,
#CSSeshop .productFull .info ul li strong {
	font-weight: normal;
	float: left;
	width: 100px;
}
#CSSeshop .productFull .info ul li .price {
	font-weight: bold;
	color: #000000;
}

#CSSeshop .productFull .description {
	clear: both;
	margin: 0;
	padding: 10px 10px;
	background: #f8f8f8 url('../img/layout/product_full_description_bkg.gif') repeat-x left top;
}

#CSSeshop .productFull .buy .qty {
	background: url('../img/layout/product_card_input.png') no-repeat scroll -4px top transparent;
    margin: 2px 10px 0 15px;
    padding: 5px 35px 3px 5px;
    width: 40px;

}

#CSSeshop .productFull .buy .mj {
   color: #797979;
margin-left: -44px;
margin-right: 10px;

}

#CSSeshop .productFull .buy .button {
	width: 170px;
	height: 26px;
	font-weight: bold;
	color: #333333;
	background: #f2c204 url('../img/layout/product_full_submit.gif') no-repeat left top;
}
#CSSeshop .productFull .buy .button:hover { color: #ffffff; }

/* product detail wide *******************************************************/

#CSSeshop .productFull.wide .productImages {
	width: 100%;
}
#CSSeshop .productFull.wide .productImages .image {
	width: 100%;
	height: 70px;
}
#CSSeshop .productFull.wide .productImages .gallery .image {
	width: 50px;
	height: 50px;
}
#CSSeshop .productFull.wide .info {
	border: 0 none;
	width: 100%;
	/*height: 80px;*/
	height: auto;
	padding: 0px 0 10px 0;
	border-top:1px solid #eee;
	margin:10px 0 15px 0;
}
#CSSeshop .productFull.wide .info ul {
	float: left;
	display: inline;
	margin: 0;
	padding: 10px 5% 0px 5%;
	width: 39%;
	height: auto;
}
#CSSeshop .productFull.wide .submit {
	width: 50%;
	float: right;
}

#CSSeshop .productFull.wide p {padding:0 10px;}

/* cart **********************************************************************/

#CSSeshop .cart {
	position: relative;
	width: 590px;
	margin: 0 -10px;
	padding: 0 0 3px 0;
	border:none;
	background: #ffffff url('../img/layout/product_full_bakg.gif') no-repeat left bottom;
}

#CSSeshop .cart table {
	width: 590px;
	border: 0 none;
	border-collapse: collapse;
}
#CSSeshop .cart table td {
  margin:0;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	height: 50px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

#CSSeshop .doprava table {
  width:570px;
}

#CSSeshop .doprava {padding:0 10px;}

#CSSeshop .doprava table td {
  margin:0;
	vertical-align: middle;
	text-align: left;
	padding: 5px;
	height: auto;
	border: 1px solid #dedede;
}


#CSSeshop .cart table .img {
	text-align: left;
	vertical-align: center;
	background: #ffffff;
  padding:5px;
  width:50px;
}
#CSSeshop .cart table .img .image {
	border: 1px solid #e5e5e5;
}
#CSSeshop .cart table .name {
	text-align: left;
	color: #f2f2f2;
    background: #f2f2f2; 
  padding:5px;
  width:230px;
}
#CSSeshop .cart table .price {
	font-size: .8em;
	text-align: right;
	background: #ffffff;
  width:70px;
}
#CSSeshop .cart table .qty {
  background: #f2f2f2;
  width:30px;
}
#CSSeshop .cart table .qty .text {
	background: url('../img/layout/product_card_input.png') no-repeat scroll left top transparent;
    float: none;
    padding: 5px 16px 3px 12px;
    width: 45px;

}

#CSSeshop .cart table .mj {
    margin-left:-7px;
    position: relative; top:-21px; left: 32px;
    font-size:80%;
	color: #797979;
}
#CSSeshop .cart table .delete { background: #ffffff; 
  width:30px;
}
#CSSeshop .cart table .price.total {
  width:80px;
  background:#f2f2f2;
}
#CSSeshop .cart table .price.total strong {
	font-size: 1.3em;
}

#CSSeshop .cart table .qty .button {
  background: transparent;
  margin-top: -5pxů
}


#CSSeshop .cart table thead td {background:#eee; height:20px;}
#CSSeshop .cart table td.right {text-align:right; padding-right:8px;}

#CSSeshop .cart .row {
	clear: both;
	border-bottom: 1px solid #f9f9f9;
}
#CSSeshop .cart .row h2 {
	margin: 0 0 5px 0;
	padding: 0;
}

#CSSeshop .cart .row.switch {border-bottom:1px solid #eee;}
#CSSeshop .cart .row.switch p {padding:0 15px;}
#CSSeshop .cart .row.switch label {padding:0 15px;}
#CSSeshop .cart .row.switch input {position:relative; top:4px;}

#CSSeshop .cart .row.personal p {padding:0 15px;}
#CSSeshop .cart .row.address2 p {padding:0 15px;}
#CSSeshop .cart .row.address2 p code {font-size:11px; color:red;}
#CSSeshop .cart .row table {margin:0 15px; width:525px;}
#CSSeshop .cart .row table td {margin:0; padding:0; font-size:12px; text-align:left;}
#CSSeshop .cart .row table td strong {font-weight:normal;}
#CSSeshop .cart .row table td input {border:1px solid #dedede;}

#CSSeshop .cart #biglogin table td {vertical-align:top;text-align:left; padding:10px;}
#CSSeshop .cart #biglogin table td.w49 {width:49%;}

#CSSeshop .cart p.center {text-align:center;}
#CSSeshop .cart .required {color:red;}

#biglogin form p input.submit {color:#fff; background:#078231; height:30px;}
#biglogin form p.center {text-align:center;}

p.zprava_chyba {padding:10px; margin:5px 0; background: #FFDFDF; color:red; border:1px solid #FF8F8F;}
p.zprava_ok {padding:10px; margin:5px 0; background: #E0FFAF; color:#3A9805; border:1px solid #A9DF53;}
p.msg_info {width:99%; padding:10px; margin:5px 0; background: #f8f8f8; color:#B1770B; border:1px solid #ddd;}
p.msg_ok {width:99%; padding:10px; margin:5px 0; background: #E0FFAF; color:#3A9805; border:1px solid #A9DF53;}


#CSSeshop .cart .row.totals {
	padding: 10px 6px 0 0;
	text-align: right;
	font-weight: bold;
	color: #7f7f7f;
	font-size:120%;
	border:none;
}
#CSSeshop .cart .row.totals strong {
	display: inline-block;
	font-weight: normal;
	width: 105px;
}
#CSSeshop .cart .row.discount,
#CSSeshop .cart .row.deliveryType { padding: 5px 20px 10px 15px; }
#CSSeshop .cart .row.deliveryType { height: 50px; }

#CSSeshop .cart .row.discount .price,
#CSSeshop .cart .row.deliveryType .price { float: right; }
#CSSeshop .cart .row.discount .price strong,
#CSSeshop .cart .row.deliveryType .price strong { font-size: 1.3em; }
#CSSeshop .cart .row.deliveryType select {
	float: left;
}
#CSSeshop .cart .row.submit {
	height: 80px;
	background: #f8f8f8 url('../img/layout/product_full_description_bkg.gif') repeat-x left top;
	text-align:center;
}

#CSSeshop .cart .qty .submit {
	color:#fff;
	height:25px;
	line-height:20px;
	padding:0 3px;
	margin:0;
	background: #078231;
}
#CSSeshop .cart .row.discount {
	float: left;
}
#CSSeshop .cart .row.discount p {
	float: left;
	width: 90%;
}

#CSSeshop .cart .row.submit .button {
	margin: 25px 0 0 25px;
	width: 170px;
	height: 34px;
	color: #000000;
	background: #f1c104 url('../img/layout/cart_button.gif') no-repeat left top;
}
#CSSeshop .cart .row.submit .button:hover { color: #ffffff; }
#CSSeshop .cart .row.submit .totals {
	list-style: none;
	float: right;
	padding: 0;
	margin: 12px 20px 0 0;
}
#CSSeshop .cart .row.submit .totals li {
	color: #7f7f7f;
	text-align: right;
	padding: 3px 0; }
#CSSeshop .cart .row.submit .totals li strong {
	display: inline-block;
	width: 120px;
	font-weight: normal;
}
#CSSeshop .cart .row.submit .totals .totalPrice,
#CSSeshop .cart .row.submit .totals .totalPrice * {
	color: #000000;
	font-size: 1.1em;
}

#CSSeshop .cart.register .row {
	float: left;
	padding: 5px 10px;
	width: 570px;
}
#CSSeshop .cart.register .row .description,
#CSSeshop .cart.register .row h2 { padding: 0 10px; }

#CSSeshop .cart.register .row .group {
	float: left;
	width: 265px;
	padding: 0px 10px;
}
#CSSeshop .cart.register .row .group .item {
	float: left;
	margin: 5px 0;
}
#CSSeshop .cart.register .row .item label {
	float: left;
	width: 70px;
	line-height: 28px;
}
#CSSeshop .cart.register .row .item input {
	width: 170px;
	background: url('../img/layout/register_input_bkg.gif') no-repeat right top;
}
#CSSeshop .cart.register .row .item.required input {
	width: 160px;
	padding-left: 20px;
	background: url('../img/layout/register_input_required.gif') no-repeat right top; }
	
.toleft {float:left;}
.lrpad10 {padding-right:10px;}

#watchdog {margin:0 10px; padding:0; border:1px solid #ddd; width:570px;}
#watchdog td {font-size:11px; margin:0; padding:1px; text-align:right;}
#watchdog td input {margin:0; padding:0; border:1px solid #ddd;}
#watchdog td.in input {width:120px;}
#watchdog td input.submitee {width:90px; background:#ddd; border:1px solid #aaa; color:#000; padding:1px 2px; height:20px;}
#watchdog td input.submitok {width:100px;background:#078231; border:1px solid #aaa; color:#fff; padding:1px 2px; height:20px;margin-right:5px;}

#CSSeshop .productFull.wide h3 {font-size:14px; font-family:arial, tahoma, sans-serif; margin:0; padding:0 10px;}
#CSSeshop .productFull.wide h3 a {color:#078231;}

#addcomment fieldset {border:none;}
#addcomment input {padding:1px;}
#detail #addcomment td {font-size:11px; color:#000; background:#f8f8f8; padding:1px 5px; vertical-align:middle;}

#addcomment {margin:0 10px; padding:0; border:1px solid #ddd; width:570px;}
#addcomment td {font-size:11px; margin:0; padding:1px; text-align:right;}
#addcomment td input {margin:0; padding:0; border:1px solid #ddd;}
#addcomment td input.submitok {width:100px;background:#078231; border:1px solid #aaa; color:#fff; padding:1px 2px; height:20px;margin-right:5px;}

.tech-param {margin:0px 10px 15px 10px; padding:0; width:550px;}
.tech-param td {font-size:12px; margin:0; padding:5px; text-align:left; border-top:1px solid #eee;}

