/*********************    LISTS PAGE CSS    *********************/

  /******************* Most popular Artworks Block *******************/
.ArtsDot-Lists-Most_popular_Artworks-Block {
  height: 25vW;
  overflow: inherit!important;
}
  /***************** Most popular Artworks Block END *****************/
  
.ArtsDot-Lists-Most_popular_Artworks-Content {
  position: relative;
  height: auto; /*** 360vW ***/
  z-index: 1;
  overflow: visible!important;
}
  
  /******************* Sidebar Filter Block *******************/
.ArtsDot-Lists-Sidebar-Block {
  position: relative;
  width: 20%;
  float: left;
  text-align: left;
  margin-top: 2vW;
}

.ArtsDot-Lists-Sidebar-Block h3 {
  font-size: 1.2vW;
  font-family: 'Oswald-DemiBold', Arial, Sans-serif;
  text-transform: uppercase;
  color: #ff4703;
}

.ArtsDot-Lists-Sidebar-Block > div {
  position: absolute;
  margin-bottom: 3.5vW;
}

.ArtsDot-Lists-Sidebar-Block > div > ul {
  padding: 1vW 0;
  font-size: 0;
}

.ArtsDot-Lists-Sidebar-Block li {
  height: 1.8vW;
  width: 15vW;
  padding: 0.3vW 0 0.3vW 1.3vW;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ArtsDot-Lists-Sidebar-Block li > a {
  padding: 0; /*** 0.2vW ***/
  font-size: 1vW;
}

.ArtsDot-Lists-Sidebar-Block li > a:hover {
  background-color: orange!important;
}

  /********* Sidebar blocks position **********/
.ArtsDot-Lists-Sidebar-Artists {
  position: relative!important;
  left: -0.7vW;
  padding: 0.7vW;
}

.ArtsDot-Lists-Sidebar-Topics {
  position: relative!important;
  left: -0.7vW;
  padding: 0.7vW;
}

.ArtsDot-Lists-Sidebar-Styles {
  position: relative!important;
  left: -0.7vW;
  padding: 0.7vW;
}

.ArtsDot-Lists-Sidebar-Medias {
  position: relative!important;
  left: -0.7vW;
  padding: 0.7vW;
}

.ArtsDot-Lists-Sidebar-Artists_Initials {
  position: relative!important;
  padding: 0.7vW;
}

.ArtsDot-Lists-Sidebar-Artists ul,
.ArtsDot-Lists-Sidebar-Topics ul,
.ArtsDot-Lists-Sidebar-Styles ul,
.ArtsDot-Lists-Sidebar-Medias ul {
  display: inline-block;
  vertical-align: top;
  width: 16.17vW;
  margin-left: 1.7vW;
}

.ArtsDot-Lists-Sidebar-Artists-Main_List,
.ArtsDot-Lists-Sidebar-Topics-Main_List,
.ArtsDot-Lists-Sidebar-Styles-Main_List,
.ArtsDot-Lists-Sidebar-Medias-Main_List{
  margin-left: 0!important;
}


.ArtsDot-Lists-Sidebar-Artists .ArtsDot-Lists-Sidebar-Artists-Full_List,
.ArtsDot-Lists-Sidebar-Topics .ArtsDot-Lists-Sidebar-Topics-Full_List,
.ArtsDot-Lists-Sidebar-Styles .ArtsDot-Lists-Sidebar-Styles-Full_List,
.ArtsDot-Lists-Sidebar-Medias .ArtsDot-Lists-Sidebar-Medias-Full_List {
  display: none;
}
  /********* Full list settings **********/
.Full {
  background-color: #ededed;
  border-radius: 0.5vW;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  z-index: 1000!important;
}

.Full ul {
  display: inline-block!important;
}
  /******************* Sidebar Show All Button *******************/
.ArtsDot-Lists-Sidebar-Show_full_list-Button {
  position: relative;
  width: 14.5vW;
  padding: 1.25vW 1.5vW;
  background-color: #d9d9d9;
  z-index: 10000;
  cursor: pointer;
}

.ArtsDot-Lists-Sidebar-Show_full_list-Button img {
  float: left;
  height: 1.6vW;
  padding-right: 0.8vW;
  vertical-align: middle;
}

.ArtsDot-Lists-Sidebar-Show_full_list-Button h3 {
  color: #000;
}

.ArtsDot-Lists-Sidebar-Show_full_list-Button-Transparent {
  width: 14.5vW;
  padding: 1.25vW 1.5vW;
  border: 0.12vW solid #000;
  text-align: center;
}

.ArtsDot-Lists-Sidebar-Show_full_list-Button-Transparent h3 {
  color: #000;
}

.ArtsDot-Lists-Sidebar-Artists_Initials-List {
  margin: 1.5vW 0;
  padding: 0.3vW 0 0.3vW 1.3vW; /*** - ***/
  cursor: default; /*** - ***/
}
/*** - ***/
.ArtsDot-Lists-Sidebar-Artists_Initials-List a:hover{
	
background-color: orange!important;

}

.ArtsDot-Lists-Sidebar-Artists_Initials-List,
.ArtsDot-Lists-Sidebar-Artists_Initials-List a {
  font-size: 1vW;
  line-height: 1.5vW;
}
  /******************* Sidebar Filter Block END *******************/
  
  /******************* Lists Content Block *******************/  
.ArtsDot-Lists-Content-Block {
  display: inline-block;
  margin-top: 2.5vW;
	float: left;
	width: 70vW;
	left: 10vW;
  }

.ArtsDot-Lists-Content-Items {
  
  list-style: none;
}

.ArtsDot-Lists-Decor-All-Black li a.ArtsDot-Lists-Content-Artist{

    font-size: 1vW!important;
    font-family: 'Oswald-DemiBold', Arial, Sans-serif!important;	
    color: black!important;
	
}

.ArtsDot-Lists-Content-Items li {
  float: left;
  margin:none;
  text-align: center;
  overflow: hidden;
}

.ArtsDot-Lists-Content-Titles {
    position: relative;
    display: block;
    background-color: white;
    z-index: 2;
    overflow: hidden;
    padding: 10px 0 30px 0;
    wwmax-width: 250px; // related to View image size
}


.ArtsDot-Lists-Content-Items li > a {
  display: inherit;
  overflow: hidden;
}

.ArtsDot-Lists-Content-Artwork_Preview {
}

.ArtsDot-Lists-Content-Artwork_Preview IMG {
  -webkit-box-shadow: 0vW 0.2vW 0.4vW 0.05vW rgba(0,0,0,0.4);
  box-shadow: 0vW 0.2vW 0.4vW 0.05vW rgba(0,0,0,0.4);

}

.ArtsDot-Lists-Content-Artwork {
  height: 1.25vW;
  font-size: 16px;
  font-family: 'Oswald-DemiBold', Arial, Sans-serif;
}

.ArtsDot-Lists-Content-Artist {
  height: 1.25vW;
  font-size: 19px;
  font-family: 'Oswald-Light', Arial, Sans-serif;
  color: #ff2c10;
}

.ArtsDot-Lists-Content-BuyIcon IMG {
	height: 0.75em;
}

  /******************* Lists Content Block END *******************/
  
  /******************* Search Form  *******************/
.ArtsDot-Content-Block-Gray {
  margin-bottom: 0;
}

.ArtsDot-Lists-Advanced_Search-Block {
  width: 88vW;
  padding: 4.5vW 8.3vW;
  margin: 0 auto;
}

.ArtsDot-Lists-Advanced_Search-Block > p {
  height: 3.5vW;
  margin-bottom: 1.4vW;
}

.ArtsDot-Lists-Search input[type="text"] {
  width: 65.7vW;
  height: 3.5vW;
  float: left;
  padding: 1vW;
  font-size: 1.2vW;
  border: 0.1vW inset #000;
}

.ArtsDot-Lists-Search input[type="text"]:focus {
  font-weight: bolder;
  outline-color: #000;
}

.ArtsDot-Lists-Search img {
  padding-left: 1.2vW;
  height: 3.5vW;
}

select {
  height: 3.5vW;
  width: 31.2vW;
  margin: 0 3vW 1.4vW 0;
  padding: 1vW;
  font-size: 1.2vW;
  color: #bfbfbf;
}

.ArtsDot-Lists-Advanced_Search-Block select {
-webkit-appearance: none;
    -moz-appearance: none;
    border: 0.1vW solid #bfbfbf;
    padding: 0 2vW!important;
}
    
  /****** Search form color switch on focus *******/
select:focus {  
  color: #4c4c4c;
}
.ArtsDot-Lists-Search input[type="text"]:focus::-webkit-input-placeholder {
  color: #4c4c4c;
}
.ArtsDot-Lists-Search input[type="text"]:focus::-moz-placeholder {
  color: #4c4c4c;
}
.ArtsDot-Lists-Search input[type="text"]:focus:-moz-placeholder{
  color: #4c4c4c;
}
.ArtsDot-Lists-Search input[type="text"]:focus:-ms-input-placeholder {
  color: #4c4c4c;
}

.ArtsDot-Lists-Search-BoxSearch {
	
	height: 3.5vW;
    width: 31.5vW;
    float: left;
    margin: 0 2.7vW 1.4vW 0;
    padding: 1vW;
    font-size: 1.2vW;
    color: #bfbfbf;
	
}

  /******************* Search Form  *******************/