﻿/*#PgCollections .slide {width:170px; height:300px; float:left; margin: 0 10px 10px 0; padding:0px; overflow:hidden; position:relative;}
#PgCollections .slide .c-image {float:left; width:100%;}
#PgCollections .slide .image-panel {height:170px; display:block; position:relative; border:1px solid #dfdfdf; cursor:pointer; }
#PgCollections .slide .image-panel img {position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; max-width:170px; max-height:170px;}
#PgCollections .slide .c-details {width:100%; float:left; margin-left:5px;}
#PgCollections .slide .c-details h2{line-height:1.2em; margin:5px 0 0 0; font-size:16px;}
#PgCollections .slide .c-details .c-description {width:100%; height:100px; float:left; margin-top:5px; font-size:12px; line-height:1.2em; white-space:nowrap; overflow:hidden; -ms-text-overflow:ellipsis; -o-text-overflow:ellipsis; text-overflow:ellipsis;}
#PgCollections .slide .c-buttons {position:absolute; bottom:10px; right:10px;}
#PgCollections .slide .c-buttons a {background-color:silver; padding:2px 5px;}*/

/*#PgCollections .slide .c-details .c-buttons {float:right; margin:5px 5px 0 0;}*/

#PgCollections {width:100%;}
#PgCollections .slide {width:170px; float:left; margin:0 10px 10px 0; padding:4px; border:2px solid transparent; border-bottom:0px solid transparent;position:relative;}

#PgCollections .slide .image-panel {width:100%; height:170px; position:relative; border:1px solid #dfdfdf; display:block; cursor:pointer; background-color:#FCFCFC;}
#PgCollections .slide .image-panel img {position: absolute; top:0; left:0; right:0; bottom:0; margin-left:0px; margin-right:0px; margin:auto; max-width:100%; max-height:100%;}
#PgCollections .slide .c-details {width:100%; height:85px; float:left; overflow:hidden; border:1px solid #dfdfdf; border-top:0px solid transparent; background-color:#FCFCFC;}
#PgCollections .slide .c-buttons {/*height:20px;*/ position:absolute; right:6px; bottom:8px;}
#PgCollections .slide .details-panel {width:100%; height:45px; float:left;overflow:hidden; margin-top:0px;}
#PgCollections .slide h3 {width:97%; height:15px; line-height:13px; margin:4px 1px 0 5px; white-space:nowrap; overflow:hidden; -ms-text-overflow:ellipsis; -o-text-overflow:ellipsis; text-overflow:ellipsis; font-size:14px; font-weight:lighter;}
#PgCollections .slide .c-description {float:left; margin: 4px 3px 0 5px; height:37px; font-size:11px; line-height:12px; color:#9f9f9f; overflow:hidden; }
#PgCollections .slide a.button-view {height:18px; float:right; vertical-align:middle; padding:2px 7px 2px 7px; line-height:12px; font-weight:600; background-color:#eeeeee; border-radius:1px; color:#444444; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
#PgCollections .slide a.button-view:hover {text-decoration:none; background-color:#cccccc;}
#PgCollections .slide.level2,#PgCollections .slide.level2 h3 {font-style:italic;}
#PgCollections .slide.level3,#PgCollections .slide.level3 h3 {font-style:italic; color:blue;}

@media (min-width: 1285px) {
    #PgCollections .slide { margin: 0 9px 9px 0; }
}

/* 960px fixed - TABLET PORTRAIT (green) */
@media (max-width: 959px) {
    #PgCollections .slide { margin: 0 0.2% 0.2% 0; border-width:1px;}
}

/* 760px varable  - MOBILE (blue) */
@media (max-width: 759px) {
    #PgCollections .slide { padding:0.4%;}
}

/* (purple) */
@media (max-width: 600px) {

}

/* (orange) */
@media (max-width: 480px) {
    #PgCollections .slide {padding:0.5%;}
}

@media (max-width: 380px) {
    #PgCollections .slide * {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
    #PgCollections .slide {width:200px; margin:0px auto; float:none; display:block; overflow:auto; margin-bottom:7px;}
    #PgCollections .slide .image-panel {height:200px;}
}