/***********************************
*	public.products.view
***********************************/


/* products index.view ; product view */


.index_view .textboxes .box {
    border: 1px solid #C1E9FF;
    background-color: white;
    font-size: 12px;
    margin-top: 6px;
    width: 277px;
    float: left;
    padding: 4px 9px;
}
.tags_bg{
    background: transparent url(/img/view/products/tagi.jpg) no-repeat scroll left top;
    color: #124673;
    font: bold 11px/25px arial;
    padding: 0 3px 5px 20px;
    float: left;
}
.tag_li a{
    color: #707070;
    font: normal 11px/25px arial ;
}
div.index_view .textboxes .right {
    float: right;
    text-align: center;
}
div.index_view .textboxes  .details{
    padding:2px 9px;
}
div.index_view .textboxes .tags, div.product_view .tags {
    float: none;
    clear: both;
    font-size: 11px;
    padding: 4px 0px 4px 6px;
    width: auto;
    margin: 0;
}
.index_view{
    position: relative;
}
div.index_view  img.thumbnail{
    border: 0 none;
}
.index_view .liderProductView{
    position:absolute;
    right:-17px;
    top:-17px;
}
.bottomCenter .liderProductView{
    position:absolute;
    right:11px;
    top:17px;
}
div.index_view .textboxes .tags .tag_bg, div.product_view .tags .tag_bg {
    width: 524px;
}

div div.product_view .tags .tag_bg {
    width: 436px;
}

.index_view .textboxes div.cena {
    background-color: #EBFAFF;
    margin-bottom: 6px;
}

.product_view .description {
    padding: 3px 6px 6px 10px;
    width: 400px;
    min-height: 98px;
    float: left;
    background-color: white;
    font: normal 12px/14px tahoma;
    text-align:justify;
    width: 425px;
}
.product_view .cena{
    text-align: center;
}
.product_view .gdzieKupisz{
    text-align: center;
    color: #707070;
    font: normal 12px/20px arial, sans-serif;
    float: left;
    width: 200px;
}
.product_view .gdzieKupisz a{
    color: #ed008c;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

.product_view  .rightCena{
    float: right;
    width: 200px;
    font: normal 12px/30px arial, sans-serif;
    color: #707070;
    text-align: center;
}
.product_view .rightCena span{
    font-size: 24px;
    color: #ed008c;
}
.product_view .gdzieKupisz a:hover{
    text-decoration: underline;
}
.product_view .leftTagiRegion{
    float: left;
    width: 425px;
    padding-bottom: 10px;
}
.product_view .leftTagiRegion .tags.view_tags{
    padding:  0 10px 0 20px;
    font: normal 12px/22px arial, sans-serif;
    background: no-repeat left 5px url('/img/view/products/tagi.png');
}
.product_view .leftTagiRegion .tags.view_tags a{
    color: #707070;
}
.product_view .leftTagiRegion .regions{
    font: normal 12px/22px arial, sans-serif;
    color: #707070;
    padding-left: 20px;
    background: no-repeat left 5px url('/img/view/products/region.png');
}
.product_view .cena span{
    color: #707070;
    font: bold 12px/14px tahoma;
}
.product_view .cena .pln{
    color: #94559a;
    font: bold 12px/13px tahoma;
}
.product_view .cena .product_price{
    color: #ed008c;
    font: bold 30px/32px verdana;
}
div .product_view_promoted .description {
    border-color: #F7C3F9;
}

.product_view .description h3 {
    color: #6F6F6F;
    padding-bottom: 3px;
}

.product_view .description h3, .product_view .description p {
    font-size: 12px;
    margin: 0;
}

.product_view .tools {
    float: right;
    width: 120px;
    font-size: 11px;
    padding-bottom: 12px;
}

.product_view .tools div {
    padding: 2px 0 0 0;
}

.product_view .tools a {

}

.product_view .tools img {
    vertical-align: middle;
    padding-bottom: 3px;
}

#photoContainer .thumbs {
    cursor: default;
    text-align: left;
}

#photoContainer .thumbs .thumb {
    background-color: white;
    padding: 12px 20px 3px 3px;
    float: left;
}

#photoContainer .thumbs .selected_thumb {
    padding: 9px 17px 0 0;
    background-image: url('/img/layout/default/products/up_arrow.png');
    background-position: center top;
    background-repeat: no-repeat;
}

#photoContainer .thumbs .selected_thumb img {
    border: 3px solid #3c9fdb;
}

#photoContainer .thumbs img.selected {
    background-color: white;
    padding: 12px 20px 1px 3px;
}



#photoContainer .download_photo {
    float: right;
    width: 150px;
    text-align: right;
    padding-top: 20px;
}

#photoContainer .download_photo img {
    vertical-align: middle;
}
#photoContainer object{
    display: block;
    margin: 0 auto;
}
#details {
   
}


div #details .cena {
    float: right;
    background-image: url('/img/layout/default/products/cena_bg.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    padding: 5px 10px 0 18px;
}

#details .box {
    padding: 7px 4px 4px 4px;
}

.block50{
    display: block;
    width: 50px;
    float: left;
}
.floatLeft{
    float: left;
    display: block;
    width: 89%;
}
.promo_box {
    background-image: url('/img/layout/default/products/promo_bg.png');
    padding: 4px 6px 4px 8px;
    margin: 20px 0 0 0;
    width: 460px;
    height: 59px;
}

.promo_box p {
    margin: 2px 30px 2px 75px;
    text-align: center;
}


.more_products {
    background-color: #f9f9f9;
    border-top: 1px dotted #C3C3C3;
    text-align: justify;
    cursor: default;
    margin:0 -6px;
	position:relative;
}
#more_products h3{
    color: #ed008c;
    font: bold 14px/16px arial;
    border-bottom: none 0px;
    padding: 10px 0px 0px 30px;
    
}

#more_products_links {
    position: relative;
    height: 100px;
}

#more_products_div {
    position: absolute;
    top: 0px;
    left: 45px;
    width: 560px;
    height: 100px;
    overflow: hidden; /**/
}

#more_products_div2 {
    position: relative;
    width: 16000px;  
    height: 100px;  
}

#more_products_div .product_thumb {
    float: left;
    text-align: center;
    padding: 0 3px;
    width: 87px;
}
#more_products_div .highlighted img{
    border-color: #F668BB;
}
#more_products_div .product_thumb{
    padding-top: 6px;
}
#more_products_div .see{
    background: url(/img/elements/products/see.png) no-repeat top center;
}
#more_products_div .see img{
    border-color: #ed008c;
}
#more_products_links a.prev, #more_products_links a.next {
    margin: 0;
    display: block;
    position: absolute;
    top: 30px;
    z-index: 30;
}
#more_products_links a.prev {
    left: 15px;
}

#more_products_links a.next {
    right: 20px;
}

#more_products_links a.prev img, #more_products_links a.prev:hover img.blocked {
    background-image: url(/img/elements/products/prev01_fresh.png);
    background-position: top left;
    width: 22px;
    height: 22px;
}

#more_products_links a.next img, #more_products_links a.next:hover img.blocked {
    background-image: url(/img/elements/products/next01_fresh.png);
    background-position: top right;
    width: 22px;
    height: 22px;
}

#more_products_links a.prev:hover img {
    background-position: top right;
}

#more_products_links a.next:hover img {
    background-position: top left;
}


#more_products_links a.prev img.unactive, div #more_products_links a.prev:hover img.unactive {
    background-position: bottom left;
}

#more_products_links a.next img.unactive, div #more_products_links a.next:hover img.unactive {
    background-position: bottom right;
}


#more_products_links img.valign {
    margin: 0;
    height: 56px;
    width: 1px;
}


.more_products span {
    font-size: 4px;
    visibility: hidden;
}
.box span.product_name{
    background: transparent url(/img/view/products/firma_ico.png) no-repeat scroll left center;
    padding-left: 20px;
    padding-right: 30px;
    color: #124673;
    font: bold 14px/25px arial;
}
.box span.product_name a{
    color: #f20587;
    font: bold 14px/16px arial;
    text-decoration: none;

}
.more_products img {
    vertical-align: middle;
}

.more_products .photo_frame {
    background-color: white;
    padding: 2px;
    border: 1px solid #C1E9FF;
}

.more_products .promoted .photo_frame {
    padding: 0px;
    border: 3px solid #FCCBFC;
}

.more_products .this_product .photo_frame {
    padding: 0;
    border-width: 3px;
    border-color: #3C9FDB;
}

.more_products .promoted .this_product .photo_frame {
    padding: 0px;
    border: 3px solid #FCCBFC;
    border-bottom-color: #3C9FDB;
    border-right-color: #3C9FDB;
}

#more_products_div a.video_play {
    width: 22px;
    height: 14px;
    left: 18px;
    top: 21px;
    background-image: url('/img/play_min.png');
    display: none;
}
#main_content.bottomCenter .std_box_bottom{
    display: none;
}
#main_content {
    padding: 20px 30px;
}
#main_content h1{
    color: #ed008c;
    font: bold 18px/30px tahoma;
}

#cluetip .object_box {
    float: none;
    padding: 0 5px 5px 5px;
    width: auto;
    height: auto;
}

#cluetip .object {
    width: auto;
    background-image: none;
    height: auto;
}

#cluetip a.video_play {
    top: 50%;
    margin-top: -21px;
    left: 34px;
    z-index: 100;
}

#cluetip .object_box h3 span.product_name {
    width: 88px;
}
#cluetip .object_box h3.cena span.product_name {
    width: 76px;
}

#cluetip .object_box h3, #cluetip .object_box p {
    padding-left: 0px;
    clear: left;
}

#cluetip #cluetip-inner img {
    border: 1px solid #C1E9FF;
}

#cluetip #cluetip-inner .promoted img {
    border: 1px solid #FCCBFC;
}

#cluetip .object_box .ProductAudio a img {
    position: static;
    background-image: url('/img/layout/default/products/musicplay.gif');
    background-position: center;
    background-repeat: no-repeat;
    width: 130px;
    height: 78px;
    padding: 11px 2px;
    display: block;
}

#cluetip .object_box .ProductAudio a:hover img {
    background-image: url('/img/layout/default/products/musicplay_sel.gif');
}

#cluetip .object_box .promoted .ProductAudio a img {
    background-image: url('/img/layout/default/products/musicplay_promo.gif');
}
#cluetip .object_box .promoted .ProductAudio a:hover img {
    background-image: url('/img/layout/default/products/musicplay_promo_sel.gif');
}

#cluetip .object_box .ProductAudio a {
    display: block;
}

#viewbox .promoted_view div, .promoted_view .GalleriesPhoto425 img.thumbnail {
    border-color: #FCCBFC;
}


div .promoted_view .textboxes div.cena {
    background-color: #FFF7FF;
}

.noclose #cluetip-close {
    display: none;
}

#cluetip .object {
    text-align: center;
    width: 138px;
    margin: 0;
    padding-bottom: 3px;
}

#cluetip .object img {
    float: none;
    margin: 0;
}

#photoContainer {
    background-color: white;
    text-align: center;
    padding: 8px;
    border-bottom: 1px dotted #C8C8C8;
    margin-bottom:15px;
    padding:8px 8px 25px;
}
.product_view_promoted #photoContainer, .product_view_promoted #details {
    border-color: #F7C3F9;
}

div.product_view_promoted #details .cena {
    background-image: url('/img/layout/default/products/cena_bg_promo.png');
}

.product_view_promoted .ProductViewPhoto {
    border-color: #F7C3F9;
}

.audioPlayer {
    background: url('/img/view/products/muzyka_200x200.png') no-repeat top center;
    padding: 135px 0 50px 0; 
    text-align:center;
}
.audioPlayer .showFile{
    width: 300px;
    margin: auto;
}



/***********************************
*	jquery.lightbox
***********************************/


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/***********************************
*	elements.comments_fresh
***********************************/


.commentsFresh .captcha{
    display: block;
}
.commentsFresh .input input#CommentCaptcha{
    width: 100px;
}
.commentsFresh h3{
    color: #ed008c;
    font: bold 18px/20px tahoma;
}
.std_box_center .commentsFresh .std_box_center h3{
    text-decoration: none;
    border-bottom: none 0;
    color: #ed008c;
    font: bold 18px/30px tahoma;
    padding-left: 35px;
    background: no-repeat url('/img/header_icons/add.png') left center;
    margin: 0;
}
.commentsFresh .captchaIMG{
    float: left;
    padding-left: 20px;
    padding-right: 10px;
}
.commentsFresh div.smallbutton{
    float: right;
    padding-right:20px;
    width: 65px;
}
.commentsFresh ul.comments .avatar img{
    border: solid 3px #F5F5F5;
    margin: 0px 0px 5px 0px;
    
}
.commentsFresh ul.comments .avatar{
    overflow:hidden;
    position:relative;
    width:85px;
}

ul.comments .avatar .login a,ul.comments .avatar .login {
    color: #1ac2ff;
    font: bold 14px "Trebuchet MS";
    text-decoration: none;
    text-align: left;
}
ul.comments .avatar .login{
    color:#A0A0A0;
    font-size:11px;
}
.commentsFresh  ul.comments .hdr{
    border: none 0;
    background: transparent;
    float:right;
    height:16px;
    margin:0;
    padding:0;
}
.commentsFresh  .komentarzBorder{
    float: right;
}
.commentsFresh .textComment{
    float: right;
    width: 547px;
    border-right: 1px solid #BCE9FB;
    border-left: 1px solid #BCE9FB;
    position: relative;
    padding:0 10px;
    
}
.commentsFresh .textComment p{
    color: #606060;
    font: normal 12px tahoma;
    margin: 5px 0;
}
.commentsFresh .textComment span.grey{
    color: #a3a3a3;
    font: normal 11px/13px tahoma;
    text-align: left;
    float: left;
}
.commentsFresh .textComment .komentarzchmurka{
    position: absolute;
    left: -26px;
    top: 0px;
}
.commentsFresh textarea{
    border: 1px solid #CCCCCC;
    width:638px;
    margin: 10px 0;
}
.commentsFresh h3{
    color: #ed008c;
    font: bold 18px/20px tahoma;
    
    
}
.commentsFresh .input{
    float: left;
}
.userNameDiv label{
    font-weight: bold;
    padding-right: 5px;
}
#CommentCaptcha{
    margin: 5px 0px 3px 20px;
}


