/*
* Basic styling options for the Ultimate Product Catalogue Plugin. There are general
* settings as well as three catalogue types with their own styles. Additionally,
* there are many classes inserted into the catalogue which aren't used in this file.
*/

/* General */
.upcp-clear {
  clear:both;
}
.jquery-hidden {
  display:none;
}
.Hide-Item {
  display:none;
}
.No-Clear {
  clear:none !important;
	padding: 0 !important;
}
.hidden-field {
  display:none;
	opacity: 0;
}
.upcp-no-pointer {
  cursor:default;
}
.no-underline {
  text-decoration:none;
}
.no-underline:hover {
  text-decoration:none;
}

/*** Large Screen ***/
.prod-cat-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.prod-cat-sidebar,
.prod-cat-inner{
    display: inline-block;
    float: left;
}
.prod-cat-sidebar{
    width: 200px;
		margin-left: 12px;
}
.prod-cat-inner,
		.prod-cat {
    width: 790px;
}
.prod-cat-header-padding {
		width:245px;
		height:1px;
		float:left;
}
.upcp-mobile-menu {
  display:none;
}
/*** Screen width 748px-1007px ***/
@media only screen and (min-width: 748px) and (max-width: 1007px) {
    body{
        min-width: 748px;
    }
    .prod-cat-container {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .prod-cat-sidebar,
		.prod-cat-inner,
		.prod-cat {
        display: inline;
        float: left;
        margin-left: 1.3%;
        margin-right: 1.3%;
    }
    .prod-cat-sidebar{
        width: 22.39%;
    }
    .prod-cat-inner,
		.prod-cat {
        width: 72.35%;
    }
}
/*** Screen width under 747px ***/
@media only screen and (max-width: 747px) {
    body{
        min-width: 310px;
    }
		.prod-cat-container{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .prod-cat-sidebar,
		.prod-cat-inner,
		.prod-cat {
        display: inline;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
    .prod-cat-sidebar{
        width: 228px;
		}
		.prod-cat-header-padding {
		    width:0px;
		}
}
@media only screen and (max-width: 664px){
		.prod-cat-inner,
		.prod-cat {
				display: block;
				float: none;
				margin-left: 1%;
				margin-right: 1%;
				overflow: hidden;
				padding-left: 0;
				padding-right: 0;
				width: 98%;
		}
}

/* Product Catalogue */
.prod-cat-container {
  position: relative;
}
.prod-cat-header-div {
	width:100%;
	margin-bottom:15px;
}
.prod-cat-inner {
	position: relative;
	float:right;
	height:100%;
}
.prod-cat-back-link {
  font-size: 1.2em;
	padding-bottom: 8px;
}
.prod-cat-item {
	
}
.prod-cat-category {
	padding-top:12px;
	padding-bottom:8px;
	clear: both;
}
.prod-cat-category-label {
  font-weight:600;
	margin-left:-2px;
	padding-bottom:4px;
}
.prod-cat-title {
}
.prod-cat-thumb-image-div {
}
.prod-cat-thumb-image {
}
.prod-cat-price {
}

/* Colors */
.Blue-prod-cat-header-div {
  border-bottom:5px solid #80bee1;
}
.Black-prod-cat-header-div {
  border-bottom:5px solid #000000;
}
.Grey-prod-cat-header-div {
  border-bottom:5px solid #666666;
}
.Blue-thumb-icon {
  background:url("../images/thumb_icon.png");
}
.Black-thumb-icon {
  background:url("../images/thumb_icon-black.png");
}
.Grey-thumb-icon {
  background:url("../images/thumb_icon-grey.png");
}
.Blue-list-icon {
  background:url("../images/list_icon.png");
}
.Black-list-icon {
  background:url("../images/list_icon-black.png");
}
.Grey-list-icon {
  background:url("../images/list_icon-grey.png");
}
.Blue-details-icon {
  background: url("../images/details_tab_icon.png");
}
.Black-details-icon {
  background: url("../images/details_tab_icon-black.png");
}
.Grey-details-icon {
  background: url("../images/details_tab_icon-grey.png");
}

/* Sidebar */
.prod-cat-sidebar {
  float:left;
}
.highlightBlue {
  background:rgba(128,190,225, 0.5);
	border-radius: 4px;
}
.hightlightBlack,
.hightlightGrey {
  background:rgba(225,225,225, 0.75);
	border-radius: 4px;
}
.prod-cat-sidebar-category,
.prod-cat-sidebar-subcategory,
.prod-cat-sidebar-tag {
  margin-bottom:2px;
  margin-top: 30px;
}
.styled-input {
   width: 190px;
   height: 34px;
   overflow: hidden;
   background: #eee;
   border: 1px solid #ccc;
	 margin-top: 2px;
	 margin-left: 10px;
}
.styled-select {
  background: url(../images/down_arrow_select.jpg) no-repeat right #eee;
}
.styled-input select,
.styled-input input {
   background: transparent;
   width: 198px;
   padding: 5px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
}
.styled-input input {
  margin-bottom:3px;
	padding-left:8px;
	height:26px;
}
.prod-cat-text-search {
  margin-top:8px;
}
.prod-cat-category-div {
  padding-top:1em;
}
.prod-cat-category {
}
.prod-cat-sidebar-category-title {
  margin-top:8px;
}
.prod-cat-subcategory-div {
  padding-top:1em;
}
.prod-cat-subcategory {
}
.prod-cat-sidebar-subcategory-title {
  margin-top:8px;
}
.prod-cat-tag-div {
  padding-top:1em;
}
.prod-cat-tag {
}
.prod-cat-tag-sidebar-title {
  margin-top:8px;
}

.prod-cat-sidebar-category-div {
  margin-left: 20px;
}

/* Thumbnail Display-Specific Styles */
.thumb-display {
  position: absolute; 
	top: 0; 
	left: 0;
	margin: 20px -5px 10px;
  padding: 0;
}
.upcp-thumb-toggle-icon {
	width:40px;
	height:29px;
	float:left;
	margin-right:8px;
}
.upcp-thumb-item {
/*
	border: 1px solid #e0e0e0;
*/
  border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  /*display: inline;*/
  float: left;
  margin: 3px 12px;
  width: 225px!important;
  min-height: 306px;
  /*overflow: hidden;*/
	margin-bottom:32px;
}
.upcp-thumb-title {
	height: 45px;
	padding: 3px 8px 0;
	margin: 0px;
	color: #777;
	border-bottom: 1px solid #e0e0e0;
	overflow:hidden;
}
.upcp-thumb-image-div {
	width: auto;
	height: 215px;
  margin: 8px 0 10px 8px;
  text-align: center;
  background: #fafafa;
}
.upcp-thumb-image-div a {
	line-height: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.upcp-thumb-image {
	margin: 0 auto;
	text-align: center;
	
}
.upcp-thumb-price {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 81px;
	padding: 1px 8px 0;
	margin: 0px;
	color: #2e8f9a;
}
.upcp-thumb-details-link {
/*
	background: url("../images/details_icon.png");
	background-repeat: no-repeat;
	background-position: center right;
	color: #80bee1;
*/
	height: 20px;
	float: right;
}

/* List Display-Specific Styles */
.list-display {
	position: absolute; 
	top: 0; 
	left: 0;
	margin: 20px -5px 10px;
  padding: 0;
}
.upcp-list-toggle-icon {
	width:40px;
	height:29px;
	float:left;
	margin-right:8px;
}
.upcp-list-item {
}
.upcp-list-title {
	width:74%;
	float:left;
	cursor:pointer;
}
.upcp-list-price {
	width:26%;
	float:right;
	color: #2e8f9a;
	cursor: pointer;
}
.upcp-list-details {
  height:210px;
	max-width: 600px;
	margin-top:10px;
	padding-top: 35px;
	padding-bottom: 8px;
}
.upcp-list-image-div {
	width: 210px;
	height: 210px;
	line-height: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	float:left;
	border: 1px solid #e0e0e0;
	background: #fafafa;
}
.upcp-list-image-div a {
  width: 210px;
	height: 210px;
	line-height: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.upcp-list-image {
	max-width:160px !important;
	max-height:160px;
}
.upcp-list-desc {
  float:left;
	height: 170px;
	overflow: hidden;
	max-width: 350px;
	min-width: 200px;
  margin-left: 20px;
}
.upcp-list-details-link {
  background: url("../images/details_icon.png");
	background-repeat: no-repeat;
	background-position: center right;
	color: #50a3d1;
	height: 40px;
	float: right;
	line-height: 40px;
	width: 86px;
	margin-right: 30px;
	padding-left: 100px;
}

/* Details view styles */
.detail-display {
	position: absolute; 
	top: 0; 
	left: 0;
	margin: 20px -5px 10px;
  padding: 0;
}
.upcp-details-toggle-icon {
	width:40px;
	height:29px;
	float:left;
	margin-right:8px;
}
.upcp-detail-item {
  width:726px;
	border: 1px solid #e0e0e0;
	margin-bottom:30px;
}
.upcp-detail-image-div {
	width: 200px;
  height: 200px;
  margin: 8px 8px 10px 8px;
  text-align: center;
  background: #fafafa;
	float:left;
}
.upcp-detail-image-div a {
  width: 200px;
	height: 200px;
	line-height: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.upcp-detail-image {
	max-width:160px !important;
	max-height:160px;
}
.upcp-mid-detail-div{
  float:left;
	width: 307px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	height: 170px;
	padding:24px;
}
.upcp-detail-title {
  font-size: 1.2em;
	color:#80bee1;
}
.upcp-end-detail-div {
  float:left;
	max-width: 125px;
}
.upcp-detail-price {
	float: left;
	height: 60px;
	line-height: 60px;
	/*width: 100%;*/
	font-size: 1.2em;
	padding: 1px 8px 0;
	margin-left: 25px;
	color: #2e8f9a;
}
.upcp-detail-details-link {
  background: url("../images/details_icon.png");
	background-repeat: no-repeat;
	background-position: center right;
	color: #80bee1;
	height: 40px;
	float: right;
	line-height: 40px;
	width: 80px;
	margin-right: 6px;
}

/* FancyBox styles */
.prod-cat-addt-details {
  min-width:680px;
	min-height:520px;
}
/*
.prod-cat-addt-details-thumbs-div {
  width: 190px;
	height: auto;
	min-height:370px; 
	max-height: 520px;
	overflow-x: hidden;
	overflow-y: scroll;
	float: left;
}
*/

.prod-cat-addt-details-thumb {
	margin: 10px;
}

.prod-cat-addt-details-title {
  padding: 5px 0px 10px 40px;
}
.upcp-product-url-icon {
	margin-left:20px;
}
.prod-cat-addt-details-main-div {
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
	float:left;
	border: 1px solid #e0e0e0;
	background: #fafafa;
	margin-left: 40px;
}
.prod-cat-addt-details-main-div a {
	line-height: 0;
	display: table-cell;
	vertical-align: middle;
}
/*
.prod-cat-addt-details-main {
  max-height:310px;
	max-width:340px;
}
*/
.prod-cat-addt-details-desc-div {

}
.prod-cat-addt-details-right-div {

	padding-left:20px;
	overflow:hidden;
}

@media only screen and (max-width: 870px) {
		.upcp-list-desc {
		  min-width:200px;
			max-width:275px;
		}
		.upcp-mid-detail-div{
			width:45%;
		}
		.upcp-detail-item {
  	  width:100%;
		}
}
@media only screen and (max-width: 747px) {
		.upcp-list-image-div {
		  width:160px;
		}
		.upcp-list-image-div a {
		  width:160px;
		}
		.upcp-list-desc {
		  min-width:100px;
			max-width:250px;
		}
}
@media only screen and (max-width: 670px) {
		.upcp-list-details-link {
		  padding-left: 50px;
		}
}

/* Mobile Display */
@media only screen and (max-width: 480px){
  .Blue-thumb-icon,
	.Grey-thumb-icon,
	.Black-thumb-icon, 
	.Blue-list-icon,
	.Grey-list-icon,
	.Black-list-icon,
	.Blue-details-icon,
	.Grey-details-icon,
	.Black-details-icon {
	  display:none;
  }
	.upcp-mobile-menu {
	  display:inline;
	}
	.mobile-search {
	  width: 95%;
	  display: none;
	}
	.upcp-thumb-item {
	  float:none;
		margin:0 6px;
		margin-bottom:16px;
		width:97% !important;
	}
	.upcp-thumb-image-div a {
	  width:200px;
	}
	.upcp-thumb-image {
	  max-width: 200px !important;
	}
	.upcp-thumb-image-div {
	  width:97% !important;
	}
	.prod-cat-sidebar {
	  display:none;
	}
	.prod-cat-category-label {
	  margin-left: 4px;
	}
}