.cssDivider {
	padding:5px;
	width:100%;
	margin:auto;
	font-size:12px;
	display: inline-block;
	border-radius:6px;
	background: -moz-linear-gradient(45deg, #c0c0c0 0%, #ffffff 50%, #808080 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #c0c0c0), color-stop(50%, #ffffff), color-stop(100%, #808080)); /* safari4+,chrome */
	background: -webkit-linear-gradient(45deg, #c0c0c0 0%, #ffffff 50%, #808080 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, #c0c0c0 0%, #ffffff 50%, #808080 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(45deg, #c0c0c0 0%, #ffffff 50%, #808080 100%); /* ie10+ */
	background: linear-gradient(45deg, #c0c0c0 0%, #ffffff 50%, #808080 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#c0c0c0',GradientType=1 ); /* ie6-9 */
}
/*~~~~~ For the bars in which content is delivered. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cssGeneral_DivButton_FloatingTitle{
	position: relative;
	top:7px;
	left:2px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
	background: rgb(254, 254, 254, 0.8);
	border-style: solid;
	border-color: #efefef;
	border-width: 1px;
	border-radius: 6px;
}
/*~~~~~ Handy div based image buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cssGeneral_DivButton_Picture_InnerDiv{
	background: #efefef;
	border-style: solid;
	border-color: #efefef;
	border-width: 1px;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center; 
	background-size:90%;
}
.cssGeneral_DivButton_Picture_InnerDiv:hover{
	/* background: #ff0000; */
	opacity: 0.5;
	filter: alpha(opacity=50);
	border-radius: 6px;
}
.cssGeneral_DivButton_OuterDiv{
	text-align:center;
	margin: 2px auto;
	display: inline-block;
	border-radius: 6px;
	line-height: 16px;
}
.cssGeneral_DivButton_OuterDiv:hover{
	border-radius: 6px;
}
.cssGeneral_DivButton_Span{
	text-decoration:none;
	cursor: pointer;
	border-radius: 6px;
	text-align:center;
	margin:0 auto;
	color:#000;
	background: rgb(254, 254, 254, 0.9);
}
.cssGeneral_DivButton_InnerDiv{
    font: normal 14px/1.5 "Montserrat", "Helvetica Neue", sans-serif;
	width:88%;
	min-height:60px;
	background: #efefef;
	border-style: solid;
	border-color: #efefef;
	border-width: 1px;
	border-radius: 6px;
	display:inline-block;
	margin: 0 auto;
}
.cssGeneral_DivButton_InnerDiv:hover{
	background:#ddddff;
}
.cssGeneral_WideDivButton_OuterDiv{
	width:100%;
	text-align:center;
	margin: 2px auto;
	display: inline-block;
	border-radius: 6px;
	line-height: 16px;
}
.cssGeneral_WideDivButton_OuterDiv:hover{
	border-radius: 6px;
}
.cssGeneral_WideDivButton_Span{
	width:100%;
	text-decoration:none;
	cursor: pointer;
	border-radius: 6px;
	text-align:center;
	margin:0 auto;
	color:#000;
	background: rgb(254, 254, 254, 0.9);
}
.cssGeneral_WideDivButton_InnerDiv{
	width:100%;
	height:130px;
	min-height:130px;
	background: #efefef;
	border-style: solid;
	border-color: #efefef;
	border-width: 1px;
	border-radius: 6px;
	display:inline-block;
	margin: 0 auto;
}
.cssGeneral_WideDivButton_InnerDiv:hover{
	background:#ddddff;
}
.cssIconButton_WideSizeAll_Inner{
	height:90px;
	line-height:90px;
	max-width:100%;
	padding:5px;
	overflow:hidden;
	font-size:10px;
	color: #000000;
	background:yellow;
}
.cssIconButton_SizeAll_Outer{
	display:inline-block;
	max-width:40%;
	margin-right:8px;
}
/*~~~~~ Icon based image sizing ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cssIconButton_SizeAll_Inner{
	max-width:40%;
	padding:5px;
	overflow:hidden;
	font-size:10px;
	color: #000000;
}
.cssIconButton_Size1_Inner{
	min-width:80px;
	height:60px;
	padding-top:7px;
}
.cssIconButton_Size2_Inner{
	min-width:100px;
	height:70px;
	padding-top:7px;
	color: #000000;
}
.cssIconButton_Size3_Inner{
	min-width:100px;
	height:70px;
	padding-top:10px;
}
.cssIconButton_Size4_Inner{
	min-width:150px;
	height:100px;
	padding-top:20px;
}
.cssIconButton_Size5_Inner{
	min-width:170px;
	height:110px;
	padding-top:20px;
}
.cssIconButton_Size6_Inner{
	min-width:200px;
	height:140px;
	padding-top:20px;
	font-size:14px;
}

.cssIconButton_SizeAll_Outer{
	display:inline-block;
	max-width:40%;
	margin-right:8px;
}
.cssIconButton_Size1_Outer{
	min-width:80px;
	height:55px;
}
.cssIconButton_Size2_Outer{
	min-width:100px;
	height:70px;
}
.cssIconButton_Size3_Outer{
	min-width:100px;
	height:70px;
}
.cssIconButton_Size4_Outer{
	min-width:150px;
	height:100px;
}
.cssIconButton_Size5_Outer{
	min-width:170px;
	height:110px;
}
.cssIconButton_Size6_Outer{
	min-width:200px;
	height:140px;
}

.cssIconButton_Listing_Inner{
	min-width:80px;
	height:55px;
	padding-top:7px;
}
.cssIconButton_Listing_Outer{
	min-width:80px;
	height:55px;
}
