/* product desc */
/* primary_block ***************************************************************************** */
#primary_block {
	margin-top:15px;
}

/* pb-right-column ***************************************************************************** */
#pb-right-column {
	float:left;
	width:592px;
}

#pb-right-column #image-block {
	position:relative;
}

#pb-right-column #image-block img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#pb-right-column #image-block #view_full_size {
	display:block;
	cursor:pointer;
}

#pb-right-column #image-block #view_full_size .span_link {
	position:absolute;
    bottom: 32px;
    right: 14px;
	display:block;
background: url("../images/plusko.png") no-repeat 0 -25px;
    width: 25px;
    height: 25px;
}
#pb-right-column #image-block #view_full_size .span_link:hover {
     background: url("../images/plusko.png") no-repeat 0 0;
}
#pb-right-column #image-block #view_full_size .span_link img {
	position:relative;
	top:3px;
	left:-3px;
	border:none;
	padding-right:2px;
}

/* miniatures */
#pb-right-column #views_block {
    margin-top: 10px;
    width: 592px;
    background: #f0f0f0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 122px;
}
@media screen and (min-width: 640px) {
	#thumbs_list {
		float: left;
		overflow: hidden;

		width: 525px;
		/*width:310px;*/
	}
}
/*úprava pro mobilní verzi*/
@media screen and (max-width: 640px) {
	#thumbs_list {
		float:left;
		overflow:hidden;
		/*width: 80%;*/
		width: calc(100% - 55px);
	}

}


#thumbs_list ul#thumbs_list_frame {
	list-style-type:none;
	padding-left:0;
}

#thumbs_list li {
	float:left;
    height: 95px;
    width: 124px;
	cursor:pointer;
    padding: 5px;
    margin-top: 8px;
}

#thumbs_list li img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

span.view_scroll_spacer {
	float:left;
	height:16px;

    width: 31px;
}

#view_scroll_left,#view_scroll_right {
	float:left;
    margin-left: 10px;
	padding:0px;
	height:35px;
	width:11px;
	color: transparent;
    margin-top: 45px;
	background:url(../images/thumbsipka.png) no-repeat 0 0;
}

#view_scroll_left {
	margin-left:15px;
    background:url(../images/thumbsipka.png) no-repeat 0 0;
    behavior:url(-ms-transform.htc);
    /* Firefox */
    -moz-transform:rotate(180deg);
    /* Safari and Chrome */
    -webkit-transform:rotate(180deg);
    /* Opera */
    -o-transform:rotate(180deg);
    /* IE9 */
    -ms-transform:rotate(180deg);
    /* IE6,IE7 */
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";

}




.resetimg {
	padding:10px 0 0;
}

/* link list */
#usefull_link_block {
	list-style-type:none;
	margin-top:20px;
}

#usefull_link_block li {
	padding:2px 0;
}

#usefull_link_block li.print {
	padding-left:20px;
	background:url(../img/icon/print.gif) no-repeat 0 0;
}

#usefull_link_block li.sendtofriend {
	padding-left:20px;
	background:url(../img/icon/send_friend.gif) no-repeat 0 0;
}

#usefull_link_block li#left_share_fb {
	padding-left:20px;
	background:url(../img/icon/picto_fb.png) no-repeat 0 0;
}

/* pb-left-column ****************************************************************************** */
#pb-left-column {
    float: left;
    margin-left: 33px;
    width: 355px;
}
.fs15{
    font-size: 15px;
}

.specifikace{
    font-size: 15px;
/* margin: 17px; */
    clear: both;
    position: relative;
/* padding-top: 10px; */
    top: 20px;
    font-weight: bold;
    margin-bottom: 50px;
}
#pb-left-column h1 {
	padding-bottom:20px;

}

#pb-left-column #short_description_block {

}

#pb-left-column #short_description_block .buttons_bottom_block {
	display:none;
}

/* form */
#pb-left-column #buy_block {
    margin-top: 35px;
    background: url("../images/cenabg.jpg") no-repeat;
  clear: both;
    padding: 10px;
}
.potahy{
    width: 355px;
    clear: both;
}
#buy_block p {
	padding-bottom:10px;
    padding-left: 10px;
}

#pb-left-column #buy_block label {
  display: inline-block;
  float: left;

  text-align: right;
  width: 22px;
}
#pb-left-column #buy_block label.attribute_label {
    display: inline-block;
    text-align: left;
    line-height: 21px;
}
/* short description pack */
.short_description_pack {
	display:none;
}

/* color_picker */
#pb-left-column #color_picker p {
	padding-bottom:5px;
	font-weight:700;
}

#attributes fieldset {
	padding-bottom:10px;
}

#attributes fieldset label {
	vertical-align:top;
}

#attributes .attribute_list {
	display:inline-block;
}

.attribute_list #color_to_pick_list {
	list-style-type:none;
	width:125px;
}

.attribute_list #color_to_pick_list li {
	float:left;
	margin:0 8px 8px 0;
	padding:1px;
	border:1px solid #ccc;
}

.attribute_list #color_to_pick_list li.selected {
	border:1px solid #000;
}

.attribute_list #color_to_pick_list a.color_pick {
	display:block;
	height:15px;
	width:15px;
}

.product_attributes {
    padding: 10px 0 0 10px;
    position: relative;
}

/* attributes */
#attributes select {
	margin-left: 10px;
}

/* quantity_wanted */
#quantity_wanted_p input {
    width: 35px;
    text-align: center;
    background: url("../images/quan.png");
    height: 29px;
    border: none;
    margin-left: 2px;
}

/* availability_statut */
#availability_statut {
	margin: 10px 0 0 0;
}

#availability_statut span#availability_label {
	display:inline-block;
	width:125px;
	font-weight:700;
	font-size:12px;
	text-align:right;
}

#availability_statut #availability_value {
		background-color:green;
		color:#ffffff;
		text-shadow:none;
		padding:0 10px;
		text-transform: uppercase;
		font-size:10px;
		font-weight: bold;
		display:inline;
}

#availability_statut #availability_value.warning_inline {
	background-color:#9B0000;
}

/* prices */

.content_prices {


	text-align:right;
}

#buy_block p.price {
	padding:0;
}

.discount {
	display:none;
}

#buy_block p#old_price {
	padding-bottom:15px;
	font-size:14px;
	text-decoration:line-through;
}

#our_price_display {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    width: 149px;
    height: 39px;
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 170px;
}
.our_price_display {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    margin-top: 2px;
}
p.usetrite {
    margin-bottom: 10px;
    clear: both;
    color: #8e8e8e !important;
    font-size: 16px !important;
    position: relative;
}
 .our_price_display .cenalabel{
     float: left;

     padding-bottom:10px;

     font-size:20px;
     line-height: 37px

 }
#reduction_percent,#reduction_amount {
	display:block;
	float:right;
	margin-left:10px;
	padding:0 0 0 10px;
	font-weight:700;
	font-size:12px;
	color:#fff;
	background:url(../img/bg_reduction.png) no-repeat 0 0 transparent;
}

#reduction_percent span,#reduction_amount span {
	display:block;
	padding:1px 5px 1px 0;
	background:url(../img/bg_reduction.png) no-repeat 100% 0 transparent;
}

/* online_only */
#buy_block p.online_only {
	font-weight:700;
	font-size:11px;
	color:#900;
	text-align:left;
	text-transform:uppercase;
}

/* add_to_cart */
.content_prices #add_to_cart {
    float: left;
    left: 10px;
    padding: 0;
    position: relative;

    top: 0;
    /* clear: both; */
    margin-bottom: 40px;
}

.content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled {
	height: 26px;
    padding: 5px 7px 5px 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*hack Chrome and Safari */
 
    .content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled {
		padding:6px 7px 4px 15px;
	}

}

.ie9 .content_prices #add_to_cart .exclusive, .ie9 .content_prices #add_to_cart .exclusive_disabled,
.ie8 .content_prices #add_to_cart .exclusive, .ie8 .content_prices #add_to_cart .exclusive_disabled,
.ie7 .content_prices #add_to_cart .exclusive, .ie7 .content_prices #add_to_cart .exclusive_disabled {
		padding:8px 7px 4px 15px;
		line-height:12px;
	}

:first-child+html .content_prices #add_to_cart .exclusive {
	padding:4px 3px 4px 11px;
}

.content_prices #add_to_cart span {
    z-index: 10;
    display: block;
    position: absolute;
    top: -4px;
    left: 68px;
    height: 19px;
    width: 19px;
    background: url(../img/koupit.png) no-repeat 0 0 transparent;
}

/* */
.buttons_bottom_block {
	clear:both;
	padding-top:20px;
}

.buttons_bottom_block #wishlist_button {
	font-weight:700;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
}

#send_friend_form h2 {
	padding:8px 11px;
	font-size:12px;
	color:#fff;
	text-shadow:0 1px 0 #000;
	text-transform:uppercase;
	background:#383838;
}

#send_friend_form .product {
	margin:20px 10px;
}

#send_friend_form .product img {
	float:left;
	margin:0 10px 0 0;
	border:1px solid #ccc;
}

#send_friend_form .product .product_desc {
	float:left;
	width:380px;
}

#send_friend_form .product .product_desc p {
	padding:0 10px 0 0;
	color:#333;
}

#send_friend_form .product .product_desc p.product_name {
	font-size:12px;
	color:#000;
}

#send_friend_form .send_friend_form_content {
	margin:0 10px 20px;
}

#send_friend_form .form_container {
	padding:10px 15px;
	border:1px solid #ccc;
	background:#eee;
}

#send_friend_form .form_container p.intro_form {
	padding-bottom:14px;
	font-weight:700;
	font-size:13px;
	color:#333;
}

#send_friend_form .form_container p.txt_required {
	padding-bottom:0;
	color:/* SEND TO FRIEND (pop-in) ##################################################################### */
#666;
}

#send_friend_form .form_container .text {
	padding-bottom:10px;
}

#send_friend_form .form_container .text label {
	display:inline-block;
	padding:6px 15px;
	width:180px;
/* 210 */
	font-size:12px;
	text-align:right;
}

#send_friend_form .form_container .text input {
	padding:0 5px;
	height:22px;
	width:260px;
	border:1px solid #ccc;
	font-size:12px;
	color:#666;
}

#send_friend_form .submit {
	margin-top:20px;
	padding-bottom:0;
	text-align:right;
}

/* PACK ##################################################################### */
#blockpack {
	margin-top:20px;
	padding-top:20px;
	border-top:1px dotted #999;
}

/* PERSONNALISATION ##################################################################### */
.customization_block {
}

.customization_block p.infoCustomizable {
	margin:10px 0 20px;
	padding:0 0 0 20px;
	background:url(../img/icon/infos.gif) no-repeat 0 0 transparent;
}

ul#uploadable_files,ul#text_fields {
	list-style-type:none;
}

.customizableProductsFile,.customizableProductsText {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.customizationUploadLine {
	padding-bottom:10px;
}

.customizationUploadLine label {
	display:inline-block;
	width:150px;
	vertical-align:top;
}

.customizationUploadLine textarea {
	height:50px;
	width:300px;
	border:1px solid #ccc;
}

#customizedDatas {
	float:right;
}

.accessories_block div ul li a {
	display:inline-block;
}

.accessories_block div ul li .s_title_block a, .accessories_block div ul li .s_title_block span  {
	font-weight:bold;
}
#idTab1 .product_desc .price{
	font-size: 16px;
	font-weight: 800;
}
#idTab1 .product_desc .block_description a{
	font-weight: 400;
	color: #dd3a40;
	font-size: 16px;
}
#idTab1 .s_title_block {
  height: 30px;
}
#pb-left-column #quantity_wanted_p label {
  float: none;
}
.content_prices.clearfix > p#quantity_wanted_p {
  text-align: left;
}
.content_prices.clearfix > div#stavskaldu {

  padding-left: 11px;
background: url("../images/dokosikulinka.png") no-repeat center bottom;
    margin-bottom: 20px;
    padding-bottom: 15px;
  text-align: left;
    margin-top: 35px;
	clear:both
}
.content_prices.clearfix {
    margin-top: 5px;
  height: 126px;
  margin-bottom: -18px;
}
.beznacena{
    position: absolute;
    left: 170px;
    text-decoration: line-through;
}
#pb-right-column .zoomdiv { left:625px !important}