/***************************/
/****** WEBCAM CHAT ********/
/***************************/

/* ICONS */
.icon-quote-left {
	background: url("../image/icons/16x16/icon-quote.png");
	background-repeat: no-repeat;
	float: left;
	font-family: Arial;
	font-size: 46px;
	height: 24px;
	position: relative;
	top: -1px;
	width: 24px;
}



/* HOME2 */
DIV.WebcamChat2 DIV.Alert {
	padding-bottom: 15px !important;
}

	DIV.WebcamChat2 DIV.Alert SPAN.Icon {
		top: 4px;
	}

	DIV.WebcamChat2 DIV.Alert H3 {
		font-size: 13px;
		margin-bottom: 5px;
		margin-top: 13px;
	}

	DIV.WebcamChat2 DIV.Alert P {
		margin-bottom: 5px;
	}

DIV.WebcamChat2 DIV.SubSection {
}

	DIV.WebcamChat2 DIV.SubSection DIV.Preview {
		float: left;
		width: 100%;
		color: #000;
		background-image: none !important;
	}

		DIV.WebcamChat2 DIV.SubSection DIV.Preview H2 {
			border-bottom: none;
			overflow: hidden;
		}

			DIV.WebcamChat2 DIV.SubSection DIV.Preview H2 A {
				float: left;
			}

				DIV.WebcamChat2 DIV.SubSection DIV.Preview H2 A > SPAN {
					float: none;
				}

			DIV.WebcamChat2 DIV.SubSection DIV.Preview H2 SPAN {
				float: right;
				font-weight: bold;
			}

	DIV.WebcamChat2 DIV.SubSection DIV.Adult H2 SPAN {
		color: #b9081e;
	}

	DIV.WebcamChat2 DIV.SubSection DIV.Social H2 SPAN {
		color: #64b030;
	}

	DIV.WebcamChat2 DIV.SubSection DIV.Preview DIV.Main {
		float: none !important;
		position: relative;
		font-size: 15px;
		width: auto !important;
		margin-bottom: 15px;
		padding: 0 !important;
		overflow: hidden;
	}

		DIV.WebcamChat2 DIV.SubSection DIV.Preview DIV.Main P {
			padding: 0 0 0 90px;
			margin: 0;
			line-height: 105px;
			background-image: url(../image/webcam_chat/bg_CameraRed.jpg);
			background-repeat: no-repeat;
			background-position: 15px center;
		}

	DIV.WebcamChat2 DIV.SubSection DIV.Social DIV.Main P {
		background-image: url(../image/webcam_chat/bg_CameraGreen.jpg);
	}

		DIV.WebcamChat2 DIV.SubSection DIV.Social DIV.Main P SPAN.Rules {
			position: relative;
			cursor: pointer;
			z-index: 99;
		}

			DIV.WebcamChat2 DIV.SubSection DIV.Social DIV.Main P SPAN.Rules SPAN.Popup {
				position: absolute;
				top: 0;
				left: 0;
				width: 200px;
				padding: 15px;
				font-size: 11px;
				visibility: hidden;
				line-height: 15px;
				opacity: 0;
				filter: alpha(opacity=0);
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				background-color: #F4F4F4;
				-moz-box-shadow: 2px 3px 20px #000;
				-webkit-box-shadow: 2px 3px 20px #000;
				box-shadow: 2px 3px 20px #000;
				-webkit-transition: opacity 1s, left .5s;
				-moz-transition: opacity 1s, left .5s;
				-ms-transition: opacity 1s, left .5s;
				-transition: opacity 1s, left .5s;
				z-index: 99;
			}

			DIV.WebcamChat2 DIV.SubSection DIV.Social DIV.Main P SPAN.Rules:HOVER SPAN.Popup {
				visibility: visible;
				left: 70px;
				width: 200px;
				opacity: 0.9;
				filter: alpha(opacity=90);
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
			}

	DIV.WebcamChat2 DIV.SubSection DIV.Preview DIV.Main A.Room {
		color: #FFFFFF;
		display: block;
		float: left;
		height: 125px;
		margin: 0 0 0 15px;
		overflow: hidden;
		position: relative;
		text-decoration: none;
		width: 190px;
	}

		DIV.WebcamChat2 DIV.SubSection DIV.Preview DIV.Main A.Room IMG {
			position: absolute;
			bottom: 0;
			left: 0;
		}

		DIV.WebcamChat2 DIV.SubSection DIV.Preview DIV.Main A.Room SPAN.Count {
			position: absolute;
			top: 3px;
			right: 3px;
			padding: 1px 7px 0 3px;
			line-height: 22px;
			font-size: 13px;
			font-weight: bold;
			background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
		}

			DIV.WebcamChat2 DIV.SubSection DIV.Preview DIV.Main A.Room SPAN.Count IMG {
				position: relative;
				top: 3px;
				margin: 0 6px 0 0;
			}

		DIV.WebcamChat2 DIV.SubSection DIV.Preview DIV.Main A.Room SPAN.Title {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 180px;
			padding: 0 5px;
			font-size: 14px;
			font-weight: bold;
			line-height: 27px;
		}

	DIV.WebcamChat2 DIV.SubSection DIV.Adult DIV.Main A.Room SPAN.Title {
		background: -moz-linear-gradient(top, rgba(185,8,30,0.7) 0%, rgba(185,8,30,0.7) 1%, rgba(185,8,30,0.7) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,8,30,0.7)), color-stop(1%,rgba(185,8,30,0.7)), color-stop(100%,rgba(185,8,30,0.7)));
		background: -webkit-linear-gradient(top, rgba(185,8,30,0.7) 0%,rgba(185,8,30,0.7) 1%,rgba(185,8,30,0.7) 100%);
		background: -o-linear-gradient(top, rgba(185,8,30,0.7) 0%,rgba(185,8,30,0.7) 1%,rgba(185,8,30,0.7) 100%);
		background: -ms-linear-gradient(top, rgba(185,8,30,0.7) 0%,rgba(185,8,30,0.7) 1%,rgba(185,8,30,0.7) 100%);
		background: linear-gradient(top, rgba(185,8,30,0.7) 0%,rgba(185,8,30,0.7) 1%,rgba(185,8,30,0.7) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b9081e', endColorstr='#b3b9081e',GradientType=0 );
	}

	DIV.WebcamChat2 DIV.SubSection DIV.Adult DIV.Main A.Room:HOVER SPAN.Title {
		background: -moz-linear-gradient(top, rgba(185,8,30,.8) 0%, rgba(185,8,30,.8) 1%, rgba(185,8,30,.8) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,8,30,.8)), color-stop(1%,rgba(185,8,30,.8)), color-stop(100%,rgba(185,8,30,.8)));
		background: -webkit-linear-gradient(top, rgba(185,8,30,.8) 0%,rgba(185,8,30,.8) 1%,rgba(185,8,30,.8) 100%);
		background: -o-linear-gradient(top, rgba(185,8,30,.8) 0%,rgba(185,8,30,.8) 1%,rgba(185,8,30,.8) 100%);
		background: -ms-linear-gradient(top, rgba(185,8,30,.8) 0%,rgba(185,8,30,.8) 1%,rgba(185,8,30,.8) 100%);
		background: linear-gradient(top, rgba(185,8,30,.8) 0%,rgba(185,8,30,.8) 1%,rgba(185,8,30,.8) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFb9081e', endColorstr='#FFb9081e',GradientType=0 );
	}

	DIV.WebcamChat2 DIV.SubSection DIV.Social DIV.Main A.Room SPAN.Title {
		background: -moz-linear-gradient(top, rgba(60,148,0,0.7) 0%, rgba(60,148,0,0.7) 1%, rgba(60,148,0,0.7) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,148,0,0.7)), color-stop(1%,rgba(60,148,0,0.7)), color-stop(100%,rgba(60,148,0,0.7)));
		background: -webkit-linear-gradient(top, rgba(60,148,0,0.7) 0%,rgba(60,148,0,0.7) 1%,rgba(60,148,0,0.7) 100%);
		background: -o-linear-gradient(top, rgba(60,148,0,0.7) 0%,rgba(60,148,0,0.7) 1%,rgba(60,148,0,0.7) 100%);
		background: -ms-linear-gradient(top, rgba(60,148,0,0.7) 0%,rgba(60,148,0,0.7) 1%,rgba(60,148,0,0.7) 100%);
		background: linear-gradient(top, rgba(60,148,0,0.7) 0%,rgba(60,148,0,0.7) 1%,rgba(60,148,0,0.7) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33c9400', endColorstr='#b33c9400',GradientType=0 );
	}

	DIV.WebcamChat2 DIV.SubSection DIV.Social DIV.Main A.Room:HOVER SPAN.Title {
		background: -moz-linear-gradient(top, rgba(60,148,0,.8) 0%, rgba(60,148,0,.8) 1%, rgba(60,148,0,.8) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,148,0,.8)), color-stop(1%,rgba(60,148,0,.8)), color-stop(100%,rgba(60,148,0,.8)));
		background: -webkit-linear-gradient(top, rgba(60,148,0,.8) 0%,rgba(60,148,0,.8) 1%,rgba(60,148,0,.8) 100%);
		background: -o-linear-gradient(top, rgba(60,148,0,.8) 0%,rgba(60,148,0,.8) 1%,rgba(60,148,0,.8) 100%);
		background: -ms-linear-gradient(top, rgba(60,148,0,.8) 0%,rgba(60,148,0,.8) 1%,rgba(60,148,0,.8) 100%);
		background: linear-gradient(top, rgba(60,148,0,.8) 0%,rgba(60,148,0,.8) 1%,rgba(60,148,0,.8) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3c9400', endColorstr='#FF3c9400',GradientType=0 );
	}

	DIV.WebcamChat2 DIV.SubSection DIV.Preview DIV.Main A.Room SPAN.Title IMG {
		left: auto;
		bottom: 4px;
		right: 4px;
	}

	DIV.WebcamChat2 DIV.SubSection DIV.Preview DIV.Main IMG.New {
		position: absolute;
		right: 15px;
	}

	DIV.WebcamChat2 DIV.SubSection DIV.Adult DIV.Main IMG.New {
		top: 30px;
	}

	DIV.WebcamChat2 DIV.SubSection DIV.Social DIV.Main IMG.New {
		top: 145px;
	}


	DIV.WebcamChat2 DIV.SubSection DIV.Preview.TextOnly H2 SPAN A {
		background: #2E82CD;
		border: 1px solid #2E82CD !important;
		color: #FFFFFF;
		margin: -5px -13px -6px -6px;
		padding: 5px 15px 6px;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

		DIV.WebcamChat2 DIV.SubSection DIV.Preview.TextOnly H2 SPAN A:HOVER {
			background: #1870BC;
		}

	DIV.WebcamChat2 DIV.SubSection DIV.Preview.TextOnly DIV.Main IMG {
		bottom: auto;
		display: block;
		float: left;
		left: auto;
		margin-left: 13px;
		margin-right: 0;
		margin-top: 28px;
		position: relative;
		right: auto;
		top: auto;
	}

	DIV.WebcamChat2 DIV.SubSection DIV.Preview.TextOnly DIV.Main DIV.Description {
		float: left;
		padding: 20px;
		width: 400px;
	}

		DIV.WebcamChat2 DIV.SubSection DIV.Preview.TextOnly DIV.Main DIV.Description P {
			background: none repeat scroll 0 0 transparent;
			line-height: normal;
			margin-top: 4px;
			padding: 0;
		}




/* HOME2 / COLUMNRIGHT300 */
DIV.WebcamChat2 DIV.ColumnRight300 DIV.Padded {
	padding: 10px 15px 10px 20px;
	width: 263px;
	line-height: 4mm;
}

	DIV.WebcamChat2 DIV.ColumnRight300 DIV.Padded DIV.Row {
		display: block;
		width: 100%;
		color: #000;
		margin: 0 !important;
		/*margin-bottom:		0 !important;*/
	}

	DIV.WebcamChat2 DIV.ColumnRight300 DIV.Padded STRONG {
		font-size: 11px;
		float: none;
		.float: inherit;
		display: inline;
		width: auto;
		color: #666;
		padding: 0 5px 0 0;
	}

DIV.WebcamChat2 DIV.ColumnRight300 .ComponentBanner {
	display: block;
	position: relative;
	width: 298px;
	height: 248px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #000;
	color: #FFF;
	margin: 0 0 15px 0;
	border: 1px solid #CCC;
}

DIV.WebcamChat2 DIV.ColumnRight300 A:HOVER {
	text-decoration: none;
	cursor: pointer;
}

DIV.WebcamChat2 DIV.ColumnRight300 .ComponentBanner P {
	color: #f4ca5e;
	padding: 0 10px;
}

	DIV.WebcamChat2 DIV.ColumnRight300 .ComponentBanner P STRONG {
		color: #adadad;
	}

DIV.WebcamChat2 DIV.ColumnRight300 .Default {
	padding: 170px 0 0 0;
	height: 80px;
}

	DIV.WebcamChat2 DIV.ColumnRight300 .Default P {
		padding: 5px 10px 0 20px;
	}

DIV.WebcamChat2 DIV.ColumnRight300 .ComponentBanner P.RedText {
	position: absolute;
	top: 10px;
	left: 20px;
	padding: 0;
	color: #F00;
	font-weight: bold;
	font-size: 13px;
}

DIV.WebcamChat2 DIV.ColumnRight300 .White {
	padding: 170px 0 0 0;
	height: 80px;
	background-color: #FFF;
}

	DIV.WebcamChat2 DIV.ColumnRight300 .White P {
		color: #000;
	}

/* WEBCAMCHAT3 */

DIV.MainTable DIV.Content.WebcamChat3 DIV.ColumnRight300 {
}

DIV.WebcamChat3 DIV.SubSection DIV.Preview {
	background-image: none;
	border: none;
	display: inline-block;
	margin-bottom: 25px;
	overflow: inherit;
	position: relative;
	width: 102.5%;
	z-index: 1;
}

	DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room {
		cursor: pointer;
		float: left;
		font-size: 12px;
		margin: 20px 20px 0 0;
		min-height: 280px;
		text-decoration: none;
		width: 195px;
	}

		DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room:first-child {
			margin-left: 0;
		}


		DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder {
			border-bottom: 5px solid #E0DEDE;
			color: #666666;
			display: block;
			padding-bottom: 30px;
			position: relative;
			-webkit-transition: all .4s ease-out 0s;
			-moz-transition: all .4s ease-out 0s;
			-o-transition: all .4s ease-out 0s;
			-ms-transition: all .4s ease-out 0s;
			text-align: center;
		}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder:hover {
				border-color: #1e9944;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder H3 {
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder .BoxImageHolder {
				display: block;
				position: relative;
				margin: 0 0 35px;
				text-align: left;
			}

				DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder .BoxImageHolder A {
					position: relative;
					display: block;
				}

				DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder .BoxImageHolder SPAN.BoxImageShadow {
					display: block;
					position: absolute;
					bottom: -11px;
					left: 0;
					width: 100%;
					height: 100%;
					background-image: url(../image/webcam_chat/box_image_shadow.png);
					background-repeat: no-repeat;
					background-position: center bottom;
					background-size: 100% 30px;
					-webkit-background-size: 100% 30px;
					-moz-background-size: 100% 30px;
					-o-background-size: 100% 30px;
					-webkit-transition: all .4s ease-out 0s;
					-moz-transition: all .4s ease-out 0s;
					-o-transition: all .4s ease-out 0s;
					-ms-transition: all .4s ease-out 0s;
				}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder:hover SPAN.BoxImageShadow {
				bottom: -13px;
				opacity: .2;
				filter: alpha(opacity=20);
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder .BoxImageHolder .ImageHolderInner {
				position: relative;
				display: inline-block;
				width: 100%;
				top: 0;
				left: 0;
				-webkit-transition: all .4s ease-out 0s;
				-moz-transition: all .4s ease-out 0s;
				-o-transition: all .4s ease-out 0s;
				-ms-transition: all .4s ease-out 0s;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder:hover .BoxImageHolder .ImageHolderInner {
				top: -15px;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder .BoxImageHolder img {
				width: 100%;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder .BoxImageHolder .ImageHolderInner .Comments {
				display: block;
				position: absolute;
				top: 5px;
				right: 5px;
				padding: 4px 5px 4px 25px;
				border: 20px none;
				color: #FFFFFF;
				font-size: 13px;
				font-weight: bold;
				z-index: 999;
				/* Fallback for web browsers that doesn't support RGBa */
				/* RGBa with 0.7 opacity */
				background-color: rgba(0, 0, 0, 0.7);
				/* For IE 5.5 - 7*/
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
				/* For IE 8*/
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
			}

				DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder .BoxImageHolder .ImageHolderInner .Comments IMG {
					left: 4px;
					position: absolute;
					top: 6px;
					width: auto;
				}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder .BoxImageHolder .BoxIcon {
				background-position: center center;
				background-repeat: no-repeat;
				border-radius: 100px;
				clear: both;
				display: block;
				float: none !important;
				height: 45px;
				left: 76px;
				position: absolute;
				top: 95px;
				width: 45px;
				z-index: 1;
				-webkit-transform: translateZ(0px);
				-moz-transform: translateZ(0px);
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder:HOVER .BoxImageHolder .BoxIcon {
				-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),0 1px 2px rgba(0,0,0,0.1);
				-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),0 1px 2px rgba(0,0,0,0.1);
				box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1),0 1px 2px rgba(0,0,0,0.1);
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxAdult:hover {
				border-bottom: 5px solid #D54038;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxCouple:hover {
				border-bottom: 5px solid #FF6600;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxFetish:hover {
				border-bottom: 5px solid #000000;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxGay:hover {
				border-bottom: 5px solid #7EC34D;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxSocial:hover {
				border-bottom: 5px solid #BA37AA;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxText:hover {
				border-bottom: 5px solid #2E82CD;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxAdult .BoxIcon {
				background-color: #D54038;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxCouple .BoxIcon {
				background-color: #FF6600;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxFetish .BoxIcon {
				background-color: #000000;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxGay .BoxIcon {
				background-color: #7EC34D;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxSocial .BoxIcon {
				background-color: #BA37AA;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxText .BoxIcon {
				background-color: #2E82CD;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder .BoxImageHolder .BoxIcon .BoxIconInner {
				background-repeat: no-repeat;
				background-position: center;
				border-radius: 50%;
				height: 100%;
				position: absolute;
				top: 0;
				width: 100%;

				opacity: 1;
				filter: alpha(opacity=100);
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

				-webkit-transition: all 0.4s;
				-moz-transition: all 0.4s;
				-o-transition: all 0.4s;
				-ms-transition: all 0.4s;
				transition: all 0.4s;
				-webkit-backface-visibility: hidden;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder:HOVER .BoxImageHolder .BoxIcon .BoxIconInner {
				top: -10px;
				opacity: 0;
				filter: alpha(opacity=0);
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxAdult .BoxImageHolder .BoxIcon .BoxIconInner {
				background-image: url(../image/icons/32x32/icon-videochat-white.png);
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxCouple .BoxImageHolder .BoxIcon .BoxIconInner {
				background-image: url(../image/icons/32x32/icon-videochat-white.png);
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxFetish .BoxImageHolder .BoxIcon .BoxIconInner {
				background-image: url(../image/icons/32x32/icon-videochat-white.png);
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxGay .BoxImageHolder .BoxIcon .BoxIconInner {
				background-image: url(../image/icons/32x32/icon-videochat-white.png);
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxSocial .BoxImageHolder .BoxIcon .BoxIconInner {
				background-image: url(../image/icons/32x32/icon-videochat-white.png);
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder.BoxText .BoxImageHolder .BoxIcon .BoxIconInner {
				background-image: url(../image/icons/32x32/icon-more.png);
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder .BoxImageHolder .BoxIcon H3 {
				color: #fff;
				font-size: 11px;
				height: 10px;
				margin: 0 4px;
				padding: 14px 0 0;
				position: relative;
				text-align: center;
				text-transform: uppercase;
				top: 10px;
				opacity: 0;
				filter: alpha(opacity=0);
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				-webkit-transition: all 0.4s;
				-moz-transition: all 0.4s;
				-o-transition: all 0.4s;
				-ms-transition: all 0.4s;
				transition: all 0.4s;
			}

			DIV.WebcamChat3 DIV.SubSection DIV.Preview A.Room .BoxImageBorder:HOVER .BoxImageHolder .BoxIcon H3 {
				top: 0;
				opacity: 1;
				filter: alpha(opacity=100);
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			}

DIV.WebcamChat3 .Etiquette {
	border: 1px solid #CCCCCC;
	display: inline-block;
	float: left;
	width: 100%;
}

	DIV.WebcamChat3 .Etiquette .Inner {
		color: rgb(102, 102, 102);
		display: block;
		overflow: hidden;
		padding: 10px;
	}

		DIV.WebcamChat3 .Etiquette .Inner H2 {
			color: #7EC34D;
			font-size: 14px;
			font-weight: bold;
			line-height: 20px;
			margin-top: 0;
		}

		DIV.WebcamChat3 .Etiquette .Inner .Row STRONG {
			display: inline-block;
			font-weight: normal;
			width: 100px;
		}


DIV.WebcamChat3 DIV.ColumnRight300 DIV.WebCamMembers A.MoreInfo {
	background: url("../IMAGE/icons/ListMarker_blueLeft.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	float: left;
	font-size: 11px;
	padding: 0 10px 0 15px;
	text-align: left;
}

	DIV.WebcamChat3 DIV.ColumnRight300 DIV.WebCamMembers A.MoreInfo.Next {
		background: url("../IMAGE/icons/ListMarker_blueRight.gif");
		background-repeat: no-repeat;
		background-position: right 2px;
		border: none;
		float: right;
		margin-right: 15px;
		padding-left: 10px;
		padding-right: 15px;
	}

	DIV.WebcamChat3 DIV.ColumnRight300 DIV.WebCamMembers A.MoreInfo:hover {
		background-color: transparent !important;
		text-decoration: underline;
	}

	DIV.WebcamChat3 DIV.ColumnRight300 DIV.WebCamMembers A.MoreInfo.Disable {
		cursor: default;
		opacity: 0;
		text-decoration: none;
		visibility: hidden;
	}

		DIV.WebcamChat3 DIV.ColumnRight300 DIV.WebCamMembers A.MoreInfo.Disable:hover {
			text-decoration: none;
		}



/* HOME */
.WebcamChat .SubSection .Preview {
	color: #000;
	background-image: url(../image/webcam_chat/bg_SubSection-Preview.gif);
}

	.WebcamChat .SubSection .Preview P {
		padding: 20px 10px 20px 75px;
		margin: 0;
		line-height: 25px;
		background: url(../image/webcam_chat/bg_CameraRed.jpg) left 50% no-repeat;
	}

.WebcamChat .SubSection .Social P {
	padding: 10px 10px 10px 75px;
	line-height: normal;
	height: 45px;
	background-image: url(../image/webcam_chat/bg_CameraGreen.jpg);
}

.WebcamChat .SubSection .Preview .Main {
	font-family: Arial Narrow, Arial, Tahoma;
	font-size: 15px;
	width: 328px !important;
	text-align: center;
}

.WebcamChat .SubSection .Preview .Video {
	margin: 15px 0 0;
	overflow: hidden;
}

.WebcamChat .SubSection .Social .Video {
	margin: 35px 0 0;
}

* html .WebcamChat .SubSection .Preview .Video {
	height: 1%;
}

	.WebcamChat .SubSection .Preview .Video OBJECT {
		padding: 0;
		margin: 0;
		line-height: 0px;
		height: 115px;
	}

	.WebcamChat .SubSection .Preview .Video .Cams {
		float: left;
		_display: inline;
		height: 110px;
		overflow: hidden;
		padding: 0 1px 0 0;
		margin: 0 5px;
		border: 1px solid #036;
	}

.WebcamChat .SubSection .Preview .Other {
	position: relative;
	width: 249px !important;
}

	.WebcamChat .SubSection .Preview .Other P {
		line-height: normal;
		font-family: Arial Narrow, Arial, Tahoma;
		font-size: 16px;
		text-align: center;
		padding: 30px 10px 40px 135px;
		margin: 0 0 50px 0;
		.margin: 0 0 47px 0;
		background-image: url(../image/webcam_chat/map_Red.gif);
	}

.WebcamChat .SubSection .Social .Other P {
	height: 60px;
	margin: 0;
	background-image: url(../image/webcam_chat/map_Green.gif);
}

.WebcamChat .SubSection .Preview .Other A.Beta,
.WebcamChat .SubSection .Preview .Other SPAN.Beta {
	position: absolute;
	text-decoration: none;
	width: 145px;
}

.WebcamChat .SubSection .Preview .Other A.Beta {
	width: 73px;
	height: 51px;
	bottom: 24px;
	right: 12px;
	background-image: url(../image/webcam_chat/betaBubble.png);
	_background-image: url(../image/webcam_chat/betaBubble.gif);
}

.WebcamChat .SubSection .Preview .Other SPAN.Beta {
	left: 33px;
	bottom: 40px;
	font-size: 9px;
	font-family: Tahoma;
	line-height: 12px;
}

.WebcamChat .SubSection .Preview .Other A.Button {
	float: none;
	border-color: #ee272c;
	margin: 0 auto;
	margin-top: 10px;
	width: 170px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background-image: url(../image/TabBgRed.gif);
}

.WebcamChat .SubSection .Social .Other A.Button {
	border-color: #65b031;
	background-image: url(../image/TabBgGreen.gif);
}

.WebcamChat .SubSection .Social .Other .Row {
	float: none;
	overflow: hidden;
	_height: 1%;
	margin: 0;
	border-bottom: 2px solid #f7f7f7;
	width: 100%;
}

	.WebcamChat .SubSection .Social .Other .Row A,
	.WebcamChat .SubSection .Social .Other .Row SPAN {
		float: left;
		display: block;
		background-color: #e5ebed;
		padding: 2px 2px 2px 5px;
		font-size: 10px;
		height: 14px;
		margin: 0;
		border-color: #f7f7f7;
		border-width: 0 1px 0 1px;
		border-style: solid;
	}

.WebcamChat .SubSection .Social .Other .Light A,
.WebcamChat .SubSection .Social .Other .Light SPAN {
	background-color: #eef1f2;
}

.WebcamChat .SubSection .Social .Other .Row A {
	width: 76px;
	font-weight: bold;
}

.WebcamChat .SubSection .Social .Other .Row SPAN {
	width: 26px;
	border-width: 0 3px 0 1px;
}

.WebcamChat .SubSection .UK .Other P,
.WebcamChat .SubSection .Intl .Other P {
	padding: 40px 10px 75px 135px;
	margin: 0;
}

.WebcamChat .SubSection .UK .Other P {
	background-image: url(../image/webcam_chat/map_Red-UK.gif);
}

.WebcamChat .SubSection .UK .Other A.Button {
	margin: 5px auto 0;
}

.WebcamChat .SubSection .Intl .Other P {
	background-image: url(../image/webcam_chat/map_Red-Intl.gif);
}

.WebcamChat .Cams {
	padding: 15px;
	border: 1px solid #CCC;
	text-align: center;
}

/* HOME / COLUMNRIGHT300 */
DIV.WebcamChat DIV.ColumnRight300 DIV.Padded {
	padding: 10px 15px 10px 20px;
	width: 263px;
	line-height: 4mm;
}

	DIV.WebcamChat DIV.ColumnRight300 DIV.Padded DIV.Row {
		display: block;
		width: 100%;
		color: #000;
		margin: 0 !important;
		/*margin-bottom:		0 !important;*/
	}

	DIV.WebcamChat DIV.ColumnRight300 DIV.Padded STRONG {
		font-size: 11px;
		float: none;
		.float: inherit;
		display: inline;
		width: auto;
		padding: 0 5px 0 0;
	}

DIV.WebcamChat DIV.ColumnRight300 .ComponentBanner {
	display: block;
	position: relative;
	width: 298px;
	height: 248px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #000;
	color: #FFF;
	margin: 0 0 15px 0;
	border: 1px solid #CCC;
}

DIV.WebcamChat DIV.ColumnRight300 A:HOVER {
	text-decoration: none;
	cursor: pointer;
}

DIV.WebcamChat DIV.ColumnRight300 .ComponentBanner P {
	color: #f4ca5e;
	padding: 0 10px;
}

	DIV.WebcamChat DIV.ColumnRight300 .ComponentBanner P STRONG {
		color: #adadad;
	}

DIV.WebcamChat DIV.ColumnRight300 .Default {
	padding: 170px 0 0 0;
	height: 80px;
}

	DIV.WebcamChat DIV.ColumnRight300 .Default P {
		padding: 5px 10px 0 20px;
	}

DIV.WebcamChat DIV.ColumnRight300 .ComponentBanner P.RedText {
	position: absolute;
	top: 10px;
	left: 20px;
	padding: 0;
	color: #F00;
	font-weight: bold;
	font-size: 13px;
}

DIV.WebcamChat DIV.ColumnRight300 .White {
	padding: 170px 0 0 0;
	height: 80px;
	background-color: #FFF;
}

	DIV.WebcamChat DIV.ColumnRight300 .White P {
		color: #000;
	}

/* CHAT PAGE */
DIV.ChatPage {
	width: 945px;
	border: 1px solid #d4d4d4;
	margin: 25px auto 0;
	padding: 0 0 5px 0;
	background-color: #e3e3e3;
}

	DIV.ChatPage DIV {
		margin: 0;
		padding: 0;
	}

	DIV.ChatPage .Nav,
	DIV.ChatPage .Header {
		background: #FFF url(../image/webcam_chat/chatPage/bg_topHeader.jpg) bottom repeat-x !important;
	}

	DIV.ChatPage .Header {
		float: none !important;
		height: 90px;
		padding: 0 10px 10px;
		margin: 0 !important;
		width: auto !important;
		position: relative;
		border-bottom: 1px solid #d4d4d4;
	}

		DIV.ChatPage .Header .Logo {
			display: block;
			padding: 30px 0 0 15px;
			margin: 0;
		}

		DIV.ChatPage .Header H1 {
			position: absolute;
			top: 25px;
			height: 35px;
			width: auto;
			padding: 15px 0 15px 70px;
			right: 20px;
			font-weight: normal;
			font-family: Tahoma;
			font-size: 24px;
			color: #ed292d;
			background: url(../image/webcam_chat/chatPage/cameraRed.gif) left center no-repeat;
		}

			DIV.ChatPage .Header H1.Social {
				color: #7ec34d;
				/*	padding:				10px 0 20px 70px;*/
				min-width: 120px;
				_width: 250px;
				text-align: right;
				background-image: url(../image/webcam_chat/chatPage/cameraGreen.gif);
			}

		DIV.ChatPage .Header H2 {
			position: absolute;
			right: 20px;
			top: 65px;
			font-size: 11px;
			color: #7EC34D;
			margin: 0;
		}

	DIV.ChatPage .Nav {
		height: 32px;
		margin: 0;
		padding: 0 8px;
		background-image: url(../image/webcam_chat/chatPage/bg_midHeader.jpg);
	}

		DIV.ChatPage .Nav .Left A.Back,
		DIV.ChatPage .Nav A.Right {
			display: block;
			height: 15px;
			padding: 12px 0 5px 10px;
			width: 116px;
		}

		DIV.ChatPage .Nav .Left A.Back {
			width: 120px;
		}

			DIV.ChatPage .Nav .Left A.Back STRONG {
				color: #000;
				_display: inline;
			}

			DIV.ChatPage .Nav .Left A.Back:HOVER {
				text-decoration: none;
			}

		DIV.ChatPage .Nav A.Right {
			border-left: 1px solid #d4d4d4;
			color: #959595;
		}

		DIV.ChatPage .Nav UL {
			margin: 0;
			padding: 0;
		}

			DIV.ChatPage .Nav UL LI {
				float: left;
				background-image: none;
				padding: 13px 8px 5px 0;
			}

			DIV.ChatPage .Nav UL LI,
			DIV.ChatPage .Nav .Left UL LI A {
				font-size: 10px;
				color: #666;
			}

		DIV.ChatPage .Nav .Left UL LI A {
			padding: 0;
			height: auto;
		}

			DIV.ChatPage .Nav .Left UL LI A:HOVER {
				text-decoration: underline;
			}

		DIV.ChatPage .Nav UL LI.Active {
			font-weight: bold;
		}

			DIV.ChatPage .Nav UL LI SPAN,
			DIV.ChatPage .Nav UL LI.Active SPAN {
				font-weight: normal;
			}

	DIV.ChatPage .ChatArea {
		min-height: 450px;
		height: auto;
		_height: 450px;
	}

		DIV.ChatPage .ChatArea .Details {
			text-align: left;
			margin: 0 25px;
			border: 1px solid #CCC;
			padding: 15px 20px;
			background-color: #F5F5F5;
		}

			DIV.ChatPage .ChatArea .Details H2 {
				font-size: 16px;
				margin: 0;
				padding: 0;
			}

	DIV.ChatPage .Alert {
		margin: 10px 25px;
		background-position: 7px center;
	}

		DIV.ChatPage .Alert .Padded {
			padding: 10px 10px 10px 50px;
		}

			DIV.ChatPage .Alert .Padded H2 {
				margin: 0;
				padding: 0 0 5px 0;
				font-size: 14px;
			}

DIV.ChatHelp {
	width: 945px;
	margin: 10px auto 15px;
	font-size: 10px;
	line-height: 16px;
}

	DIV.ChatHelp A {
		font-size: 11px;
		text-decoration: underline;
		color: #666;
	}

/* CHAT PAGE / CHAT HELP */
DIV.WebcamChat .ChatGuide .Question OL,
DIV.WebcamChat .ChatGuide DIV OL LI P.Image {
	overflow: hidden;
	_height: 1%;
	_overflow: visible;
}

DIV.WebcamChat .ChatGuide OL LI SMALL {
	position: relative;
	top: -3px;
	font-size: 9px;
}

DIV.WebcamChat .ChatGuide OL LI P {
	padding: 10px 0 0 0;
	text-align: right;
}

DIV.WebcamChat .ChatGuide .Question {
	padding: 0 0 20px 0;
}

	DIV.WebcamChat .ChatGuide .Question OL {
		font-size: 12px;
		margin: 0;
		padding: 10px 0 10px 40px;
	}

		DIV.WebcamChat .ChatGuide .Question OL LI {
			background-image: none;
			padding: 4px 0;
		}

			DIV.WebcamChat .ChatGuide .Question OL LI A {
				font-weight: bold;
			}

	DIV.WebcamChat .ChatGuide .Question .Sub {
		_position: relative;
	}

DIV.WebcamChat .ChatGuide DIV .Sub OL {
	padding: 0 15px 5px 25px;
	background-color: #fafcfd;
	_position: relative;
}

DIV.WebcamChat .ChatGuide .Answer .Sub OL LI {
	padding: 4px 0 10px;
}

DIV.WebcamChat .ChatGuide .Question .Sub OL LI {
	padding: 4px 0;
	_position: relative;
}

DIV.WebcamChat .ChatGuide DIV .Sub OL LI A {
	font-weight: normal;
}

DIV.WebcamChat .ChatGuide DIV .Sub OL LI P {
	padding: 5px 0 0;
}

DIV.WebcamChat .ChatGuide DIV OL LI P.Image {
	text-align: left;
	padding: 10px 0 0;
}

DIV.WebcamChat .ChatGuide DIV OL LI .Image IMG {
	float: left;
	margin: 0 25px 0 0;
}

DIV.WebcamChat .ChatGuide .Answer {
	padding: 20px 0 0;
	border-top: 1px solid #d7d7d7;
}

	DIV.WebcamChat .ChatGuide .Answer OL {
		margin: 0;
	}

		DIV.WebcamChat .ChatGuide .Answer OL LI {
			padding: 4px 0 25px;
			font-size: 11px;
			background-image: none;
		}

			DIV.WebcamChat .ChatGuide .Answer OL LI SPAN {
				font-size: 16px;
			}

				DIV.WebcamChat .ChatGuide .Answer OL LI SPAN > IMG {
					position: relative;
					margin-right: 5px;
					top: 5px;
				}

			DIV.WebcamChat .ChatGuide .Answer OL LI > A {
				float: left;
			}

			DIV.WebcamChat .ChatGuide .Answer OL LI A {
				font-weight: normal;
			}

			DIV.WebcamChat .ChatGuide .Answer OL LI H2 {
				font-size: 13px;
				margin: 0;
				padding: 0 0 5px 0;
			}


	DIV.WebcamChat .ChatGuide .Answer OL {
		counter-reset: li; /* Initiate a counter */
		font: 15px 'trebuchet MS', 'lucida sans';
		margin-bottom: 4em;
		text-shadow: 0 1px 0 rgba(255,255,255,.5);
	}

		DIV.WebcamChat .ChatGuide .Answer OL OL {
			margin: 0 0 0 2em; /* Add some left margin for inner lists */
			overflow: visible;
		}

	DIV.WebcamChat .ChatGuide .Answer .rounded-list li {
		position: relative;
		display: block;
		padding: .4em .4em 1em 2em;
		*padding: .4em;
		margin: 0.5em 0 15px;
		background: #ddd;
		color: #444;
		text-decoration: none;
		border-radius: .3em;
		transition: all .3s ease-out;
	}

		DIV.WebcamChat .ChatGuide .Answer .rounded-list li:hover {
			background: #eee;
		}

			DIV.WebcamChat .ChatGuide .Answer .rounded-list li:hover:before {
				transform: rotate(360deg);
			}

		DIV.WebcamChat .ChatGuide .Answer .rounded-list li:before {
			background: #FF0000;
			border: 5px solid #FFFFFF;
			border-radius: 10px;
			color: #FFFFFF;
			content: counter(li, decimal);
			counter-increment: li;
			font-size: 24px;
			font-weight: normal;
			height: 30px;
			left: -1.3em;
			margin-top: -0.8em;
			position: absolute;
			text-align: center;
			top: 50%;
			transition: all 0.3s ease-out 0s;
			width: 30px;
		}

	DIV.WebcamChat .ChatGuide .Answer .BillCobble IMG {
		position: absolute;
	}

	DIV.WebcamChat .ChatGuide .Answer .BillCobble H2 {
		color: #E12321;
		font-family: tahoma;
		font-size: 41px;
		padding-left: 210px;
	}

	DIV.WebcamChat .ChatGuide .Answer .BillCobble P {
		font-size: 14px;
		margin-bottom: 20px;
		padding-left: 210px;
		text-align: left;
		width: 430px;
	}

/* CHAT PAGE / BETA */
DIV.ChatPageBeta {
	width: auto;
	margin: 10px 5px 0;
}

	DIV.ChatPageBeta,
	DIV.ChatPageBeta .Header,
	DIV.ChatPageBeta .ChatArea {
		border: 0 none;
		background: transparent none !important;
	}

		DIV.ChatPageBeta .Header H1 {
			top: 7px;
		}

		DIV.ChatPageBeta .ChatArea {
			padding: 5px;
			min-height: 0 !important;
			height: auto !important;
		}

/* PRIVATE CHAT REQUEST */
DIV.WebcamChat .ChatRequest .Listing DIV.ButtonContainer {
	bottom: 20px;
	position: absolute;
	right: 20px;
	width: 160px;
}

DIV.WebcamChat .ChatRequest .Listing SELECT,
DIV.WebcamChat .ChatRequest .Listing A.Button {
}

DIV.WebcamChat .ChatRequest .Listing A.Button {
	font-weight: bold;
	height: 15px;
	margin-left: 5px;
}

DIV.WebcamChat .ChatRequest .Listing DIV.ButtonContainer .SelectSpan {
	background-color: #f9f9f9;
	background-image: url("../image/ButtonFlatGreyBg.gif");
	background-position: center bottom;
	background-repeat: repeat-x;
	border: 1px solid #bbb;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	left: 0;
	padding: 5px 5px 5px 13px;
	position: absolute;
	text-align: left;
	width: 60px;
}

	DIV.WebcamChat .ChatRequest .Listing DIV.ButtonContainer .SelectSpan:after {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: #333333 transparent transparent;
		border-image: none;
		border-style: solid;
		border-width: 6px 3px;
		content: "";
		height: 0;
		margin-top: -3px;
		position: absolute;
		right: 11px;
		top: 50%;
		width: 0;
	}

DIV.WebcamChat .ChatRequest .Listing DIV.ButtonContainer .SelectBox {
	cursor: pointer;
	font-size: 12px;
	height: 27px;
	left: 0;
	padding: 4px;
	position: relative;
	width: 80px;
	opacity: 0.01;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity = 1);
}

	DIV.WebcamChat .ChatRequest .Listing DIV.ButtonContainer .SelectBox option {
		padding: 2px 0;
		border: none;
	}







DIV.WebcamChat .ChatRequest .Listing A.Avatar90 {
	margin-right: 15px;
}

DIV.WebcamChat .ChatRequest .Listing A.UserName {
	float: left;
	font-size: 14px;
	margin-top: 5px;
}

DIV.WebcamChat .ChatRequest .Listing .ChatMessage {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 20px;
	padding: 5px 10px;
	position: relative;
}

DIV.WebcamChat .ChatRequest DIV.NoResult {
	background-color: #F9F9F9;
	padding: 200px 0;
	margin: 0 0 15px 0;
	color: #CCC;
	font-weight: bold;
	font-style: italic;
}

DIV.WebcamChat .ChatRequest .ButtonContainer {
	margin: -8px;
}


	DIV.WebcamChat .ChatRequest .ButtonContainer .ButtonAccept {
		background-color: #FFF;
		/*background-image: url("../image/icons/24x24/icon_tick_w.png");*/
		background-position: center 18px;
		background-repeat: no-repeat;
		color: #7ec34d;
		height: 82px;
		text-align: center;
		width: 100%;
	}

		DIV.WebcamChat .ChatRequest .ButtonContainer .ButtonAccept:HOVER {
			background-color: #90D360;
			background-image: url("../image/icons/24x24/icon_tick_w.png");
			color: #FFFFFF;
		}

		DIV.WebcamChat .ChatRequest .ButtonContainer .ButtonAccept SPAN {
			position: relative;
			top: 50px;
		}

	DIV.WebcamChat .ChatRequest .ButtonContainer .ButtonDecline {
		background: #D54038;
		bottom: 0;
		color: #FFFFFF;
		float: left;
		height: 25px;
		margin: 1px 0 0;
		text-align: center;
		width: 100%;
	}

		DIV.WebcamChat .ChatRequest .ButtonContainer .ButtonDecline:HOVER {
			background-color: #EB6A5D;
		}

		DIV.WebcamChat .ChatRequest .ButtonContainer .ButtonDecline SPAN {
			position: relative;
			top: 4px;
		}



/* HOME V02 & V03 */
.WebcamChat-V02 {
}

	.WebcamChat-V02 .Social .Main P,
	.WebcamChat-V03 .Social .Main P {
		background-image: url(../image/webcam_chat/bg_CameraGreen-Text.jpg) !important;
	}

	.WebcamChat-V02 .Social .Other,
	.WebcamChat-V03 .Social .Other {
		height: 225px;
	}

		.WebcamChat-V02 .Social .Other P,
		.WebcamChat-V03 .Social .Other P {
			margin: 30px 0 30px !important;
			background-image: url(../image/webcam_chat/map_Green-text.jpg) !important;
		}

DIV.WebcamChat-V02 DIV.SubSection DIV.Social DIV.Other A.Button,
DIV.WebcamChat-V03 DIV.SubSection DIV.Social DIV.Other A.Button {
	padding: 0;
	width: 200px;
	height: 23px;
	background-image: url(../image/webcam_chat/button_enterSocialBtn.gif);
}

DIV.MainTable DIV.WebcamChat-V02 DIV.ColumnRight300,
DIV.MainTable DIV.WebcamChat-V03 DIV.ColumnRight300 {
	padding: 51px 0 0 0;
}

.WebcamChat-V02 .Footer,
.WebcamChat-V03 .Footer {
	clear: both;
	padding: 10px 15px;
	margin: 0 0 50px;
	text-align: left;
	line-height: 125%;
	width: auto;
	color: #c1c1c1;
	border: 1px solid #d0d0d0;
	background: #fdfdfd url(../image/webcam_chat/bg_FooterText.jpg) bottom repeat-x;
}

.WebcamChat-V03 .Footer {
	margin: 0 0 25px;
}

/* HOME V03 */
.WebcamChat-V03 .Adult .Main P {
	background-image: url(../image/webcam_chat/bg_CameraRed-Text.jpg) !important;
}

/* HOME V02 / COLUMNRIGHT300 */
DIV.ColumnRight300 DIV.RegoBox {
	margin: 0 0 15px !important;
}

DIV.ColumnRight300 .RegoBox H2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 7px 15px;
}

DIV.ColumnRight300 DIV.RegoBox DIV.formComp {
	width: auto;
	padding: 5px 10px;
	position: relative;
	z-index: 1;
}

.WebcamChat-V02 .GreyComponent,
DIV.ColumnRight300 DIV.RegoBox {
	border: 2px solid #64750a;
	background: #def0d3 url(../image/webcam_chat/bg_joinModule.jpg) bottom repeat-x;
}

	.WebcamChat-V02 .GreyComponent H2,
	DIV.ColumnRight300 .RegoBox H2 {
		background: #98be31;
		border-bottom: 1px solid #64750a;
		color: #FFF;
	}

	.WebcamChat-V02 .GreyComponent .Stats,
	DIV.ColumnRight300 .RegoBox .Stats {
		padding: 10px 0 0;
	}

		.WebcamChat-V02 .GreyComponent .Stats SPAN,
		DIV.ColumnRight300 .RegoBox .Stats SPAN {
			float: left;
			font-size: 11px;
			font-weight: bold;
			line-height: 18px;
			padding: 0 0 2px;
			width: 47%;
		}

			.WebcamChat-V02 .GreyComponent .Stats SPAN.RedText,
			DIV.ColumnRight300 .RegoBox .Stats SPAN.RedText {
				font-size: 15px;
				padding: 0 5px 2px 0;
				text-align: right;
			}

DIV.WebcamChat-V02 DIV.GreyComponent DIV.formComp {
	width: auto;
	padding: 5px 10px;
	position: relative;
	z-index: 1;
}

.RegoBox .formComp P,
.WebcamChat-V02 .formComp P,
.RegoBox .formComp LABEL,
.WebcamChat-V02 .formComp LABEL {
	position: relative;
	z-index: 999;
}

.RegoBox .formComp LABEL,
.WebcamChat-V02 .formComp LABEL {
	height: 20px;
}

.RegoBox .formComp .Label,
.WebcamChat-V02 .formComp .Label {
	position: absolute;
	z-index: -20;
	top: 10px;
	left: 22px;
	_left: 12px;
}

.RegoBox .formComp .ButtonArea A.ButtonJoinFree,
.WebcamChat-V02 .formComp .ButtonArea A.ButtonJoinFree {
	overflow: hidden;
	text-indent: -9999px;
	width: 265px;
	height: 50px;
	padding: 0;
	margin: 4px 0 3px 8px;
	border: 0 none !important;
	outline: none;
	background: url(../image/webcam_chat/button_joinNowFree.jpg) center no-repeat;
}

DIV.ColumnRight300 DIV.RegoBox-V01 {
	border-width: 0 0 1px 0;
	border-bottom: 1px solid #D4D4D4;
}

	DIV.ColumnRight300 DIV.RegoBox-V01 H2 {
		border: 1px solid #64B030;
		padding: 4px 0 5px 34px;
		font-size: 11px;
		font-weight: bold;
		background: #7CCB45 url(../image/ComponentToggleGreen.gif) left top no-repeat;
	}

	DIV.ColumnRight300 DIV.RegoBox-V01 .Stats,
	DIV.ColumnRight300 DIV.RegoBox-V01 .formComp {
		border-left: 1px solid #D4D4D4;
		border-right: 1px solid #D4D4D4;
	}

		DIV.ColumnRight300 DIV.RegoBox-V01 .formComp .ButtonArea {
			padding: 9px 0 7px;
		}

			DIV.ColumnRight300 DIV.RegoBox-V01 .formComp .ButtonArea STRONG {
				float: left;
				width: 65px;
				padding: 1px 10px 0 0;
			}

			DIV.ColumnRight300 DIV.RegoBox-V01 .formComp .ButtonArea .Button {
				float: left;
				font-size: 15px;
				text-align: center;
				padding: 5px 0;
				width: 190px;
				border: 1px solid #64B030 !important;
			}



/* COLUMNRIGHT300 / WEB CAM MEMBERS */
DIV.ColumnRight300 DIV.WebCamMembers {
	color: #606060;
	font-size: 13px;
	margin: 0 0 10px;
	padding: 0 0 10px 10px;
	width: 290px;
}

	DIV.ColumnRight300 DIV.WebCamMembers H2 {
		border-bottom: 1px dotted #cccccc;
		color: #606060;
		display: inline-block;
		font-size: 14px;
		font-weight: normal;
		margin: 0;
		overflow: inherit;
		padding: 7px 0 6px;
		width: 100%;
	}

		DIV.ColumnRight300 DIV.WebCamMembers H2 A {
			color: #3f7398;
		}

	DIV.ColumnRight300 DIV.WebCamMembers .WebCamMembersInner {
	}

	DIV.ColumnRight300 DIV.WebCamMembers DIV.Padded {
		padding: 0 10px 10px;
	}

	DIV.ColumnRight300 DIV.WebCamMembers DIV.RefineSearch DIV.SearchFields {
		overflow: hidden;
	}

	DIV.ColumnRight300 DIV.WebCamMembers DIV.MemberList {
		margin-bottom: 20px;
	}

	DIV.ColumnRight300 DIV.WebCamMembers DIV.Result {
		border-bottom: 1px dotted #CCCCCC;
		height: 44px;
		padding: 8px 0;
		margin: 0 5px;
		line-height: 23px;
	}

		DIV.ColumnRight300 DIV.WebCamMembers DIV.Result:last-child {
			border: none;
		}

		DIV.ColumnRight300 DIV.WebCamMembers DIV.Result A {
			font-weight: bold;
		}

		DIV.ColumnRight300 DIV.WebCamMembers DIV.Result IMG.Right {
			margin: 10px 5px 0 0;
		}

		DIV.ColumnRight300 DIV.WebCamMembers DIV.Result A.Avatar40 {
			border: none;
			float: left;
			margin-right: 10px;
		}

			DIV.ColumnRight300 DIV.WebCamMembers DIV.Result A.Avatar40 IMG {
				height: 40px;
				width: 40px;
			}

		DIV.ColumnRight300 DIV.WebCamMembers DIV.Result A.ButtonSmall {
			float: right;
			margin-top: 11px;
		}

		DIV.ColumnRight300 DIV.WebCamMembers DIV.Result > SPAN {
			display: inline-block;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			width: 150px;
		}

DIV.MainTable DIV.Content.WebcamChat2 DIV.ColumnLeft630 {
	z-index: 1;
}

DIV.ColumnRight300 DIV.WebCamMembers DIV.NoResult {
	border: medium none;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: center;
}
	DIV.ColumnRight300 DIV.WebCamMembers DIV.NoResult > IMG {
		cursor: pointer;
		opacity: 0.7;
		vertical-align: bottom;
	}
		DIV.ColumnRight300 DIV.WebCamMembers DIV.NoResult > IMG:hover {
			opacity: 1;
		}

DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim {
	height: 720px;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: relative;
	width: 100%;
}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim:hover {
		left: -320px;
		width: 610px;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI {
		background: none;
		border-bottom: 1px dotted #dddddd;
		margin-left: 0;
		padding: 0;
		position: relative;
		right: 0;
		width: 286px;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim:hover LI {
		margin-left: 320px;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result > A {
		background-position: 235px center;
		background-repeat: no-repeat;
		display: block;
		overflow: hidden;
		padding: 2px 0;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result:hover > A {
		background-color: #F7F7F7;
		background-image: url("../image/icons/32x32/icon-chat-bubbles-dark.png");
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI SPAN.GenderTypeF,
	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI SPAN.GenderTypeM,
	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI SPAN.GenderTypeFM,
	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI SPAN.GenderTypeFF,
	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI SPAN.GenderTypeMM {
		background-position: -4px 4px;
		background-repeat: no-repeat;
		display: inline-block;
		float: right;
		height: 40px;
		position: relative;
		right: 15px;
		width: 26px;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI:hover SPAN.GenderTypeF,
	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI:hover SPAN.GenderTypeM,
	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI:hover SPAN.GenderTypeFM,
	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI:hover SPAN.GenderTypeFF,
	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI:hover SPAN.GenderTypeMM {
		display: none;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI SPAN.GenderTypeF {
		background-image: url("../IMAGE/icons/32x32/icon-f.png");
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI SPAN.GenderTypeM {
		background-image: url("../IMAGE/icons/32x32/icon-m.png");
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI SPAN.GenderTypeFM {
		background-image: url("../IMAGE/icons/32x32/icon-couple.png");
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI SPAN.GenderTypeFF {
		background-image: url("../IMAGE/icons/32x32/icon-ff.png");
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI SPAN.GenderTypeMM {
		background-image: url("../IMAGE/icons/32x32/icon-mm.png");
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI > A IMG {
		float: left;
		margin-right: 10px;
		width: 40px;
		height: 40px;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .Details {
		display: block;
		margin-bottom: 2px;
		margin-top: 2px;
		overflow: hidden;
	}
	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .SubDetails {
		color: #999999;
		display: block;
		font-size: 11px;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .TooltipHover {
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		padding-right: 20px;
		position: absolute;
		right: 293px;
		top: 2px;
		z-index: -10;
		transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result:hover .TooltipHover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		right: 273px;
		z-index: 10;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .TooltipHover .TooltipHoverInner {
		background: #FFFFFF;
		border: 1px solid #D4D4D4;
		height: 90px;
		padding: 10px;
		position: relative;
		width: 260px;
		-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	}
	/* display none alternative, prevents visibility hidden and opacity 0 elements from being clickable */
	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .TooltipHover .TooltipHoverInner {
		margin-top: -10000px;
		transition: margin-top 0s ease 0.2s;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result:hover .TooltipHover .TooltipHoverInner {
		margin-top: 0;
		transition: margin-top 0s ease 0s;
	}



	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .TooltipHover .TooltipHoverInner:after,
	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .TooltipHover .TooltipHoverInner:before {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .TooltipHover .TooltipHoverInner:after {
		border-color: rgba(255, 255, 255, 0);
		border-left-color: #FFFFFF;
		border-width: 7px;
		margin-top: -42px;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .TooltipHover .TooltipHoverInner:before {
		border-color: rgba(212, 212, 212, 0);
		border-left-color: #D4D4D4;
		border-width: 8px;
		margin-top: -43px;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .TooltipHover .TooltipHoverInner A {
		float: left;
		margin-right: 10px;
	}

		DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .TooltipHover .TooltipHoverInner A IMG {
			float: left;
		}


	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .uiTooltipWrap {
		background: url(../image/icons/Activity-v02/hover_miniName-right.gif) 200px top no-repeat;
		border-left: 0 none;
		display: block;
		padding: 0 20px 0 0;
		right: 293px;
		top: 0;
		width: 200px;
		z-index: -10;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result:hover .uiTooltipWrap {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		right: 273px;
		z-index: 10;
	}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .uiTooltipWrap .Padded {
		margin: 0;
		padding: 4px 8px;
	}

		DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .uiTooltipWrap .Padded .Item {
			background: none transparent;
			padding: 1px 0 3px;
			text-align: left;
			color: #999;
		}

			DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .uiTooltipWrap .Padded .Item SPAN,
			DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .uiTooltipWrap .Padded .Item STRONG {
				float: left;
				width: 60px;
			}

			DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .uiTooltipWrap .Padded .Item SPAN {
				width: 120px;
				padding: 0;
				color: #FFF;
				white-space: normal;
			}

			DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .uiTooltipWrap .Padded .Item STRONG.userName {
				float: none;
				width: auto;
				color: #ffb400;
			}

			DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.Result .uiTooltipWrap .Padded .Item:after {
				clear: both;
				content: " ";
				display: block;
				font-size: 0;
				height: 0;
				visibility: hidden;
			}

	DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.ShowMore {
		border: none;
		margin-bottom: 20px;
		margin-top: 15px;
		text-align: center;
	}

		DIV.ColumnRight300 DIV.WebCamMembers UL.MemberListSlim LI.ShowMore > A {
			display: inline-block;
			float: none;
			font-size: 12px;
			font-weight: bold;
			padding: 5px 20px;
		}

DIV.ColumnRight300 DIV.HotMembers A.Button {
	float: none;
	clear: both;
	width: 160px;
	margin: 10px auto 0;
	text-align: center;
	font-weight: bold;
	background-image: url(../image/TabBgRed.gif);
	border-color: #EE272C;
	color: #FFF;
}

DIV.WebCamMembers H2 > DIV {
	cursor: pointer;
	float: right;
	height: 20px;
	position: relative;
	right: 2px;
	text-align: center;
	text-decoration: none;
	top: 2px;
	width: 20px;
}

	DIV.WebCamMembers H2 > DIV SPAN.uiTooltipWrap {
		bottom: 23px;
		left: 0;
		pointer-events: none;
	}

	DIV.WebCamMembers H2 > DIV IMG {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}

	DIV.WebCamMembers H2 > DIV:hover IMG {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

DIV.RefineSearch DIV.SearchFields .RefineSearchPopover {
	background: #FFFFFF;
	border: 1px solid #d4d4d4;
	padding: 15px 10px 10px;
	position: absolute;
	right: 0;
	top: 105px;
	width: 270px !important;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover.OpenPopover {
		top: 71px;
		z-index: 10;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover:after,
	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover:before {
		bottom: 100%;
		left: 55%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #FFFFFF;
		border-width: 7px;
		margin-left: 111px;
	}

	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover:before {
		border-color: rgba(212, 212, 212, 0);
		border-bottom-color: #D4D4D4;
		border-width: 8px;
		margin-left: 110px;
	}

	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover H2 {
		border: none;
		margin-bottom: 15px;
		padding-top: 0;
	}

	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row {
		position: relative;
		width: 100%;
	}

		DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row STRONG {
			float: left;
			font-size: 12px;
			font-weight: normal;
			min-width: 20px;
			padding: 3px 0 0;
			width: 60px;
		}

		DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row.Right {
			margin-right: 0;
		}

		DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row DIV.Location {
			float: none;
			margin: 0;
			text-align: right;
			width: 259px;
		}

			DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row DIV.Location A {
				position: relative;
			}


		DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row > DIV {
			/*	overflow: hidden;*/
		}

			DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row > DIV.Wrapper {
				display: inline-block;
				float: none;
				width: auto;
			}

		DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row > INPUT,
		DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row SELECT.Small,
		DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row SELECT.Medium,
		DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row SELECT.Large {
			border-color: #D9D9D9;
			float: none;
			font-size: 12px;
			margin-bottom: 7px;
			padding: 3px;
			width: 125px;
		}

	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .RefineSearchPopover .Row INPUT {
		border-color: #D9D9D9;
		display: inline;
		float: none;
		font-size: 12px;
		margin-bottom: 7px;
		padding: 3px;
		width: 191px;
	}

	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row SELECT {
		border-color: #D9D9D9;
		margin: 0 0 0 10px;
		padding: 3px;
	}

		DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row SELECT.Large {
			width: 199px;
		}

		DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row SELECT.Medium {
			margin-left: 5px;
			width: 108px;
		}

		DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row SELECT.Small {
			float: left;
			font-size: 11px;
			width: 45px;
		}

	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row SPAN.FromTo {
		display: block;
		float: left;
		margin: 3px 0 0 8px;
	}

	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row .Checkbox {
		float: none;
		font-size: 11px;
		line-height: 22px;
		margin-top: -3px;
	}

		DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row .Checkbox LABEL {
			margin-right: 10px;
		}

		DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row .Checkbox INPUT {
			margin: 1px 5px 0 0 !important;
		}

	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row .ButtonSquare .icon-search {
		background-color: rgba(0, 0, 0, 0);
		background-image: url("../IMAGE/icons/32x32/search.png");
		background-position: 0 center;
		background-repeat: no-repeat;
		display: inline-block;
		height: 32px;
		padding-top: 19px;
		width: 32px;
	}

	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row .Button .icon-arrow-down {
		background-color: rgba(0, 0, 0, 0);
		background-image: url("../image/icons/ListMarker_bottom.gif");
		background-position: 0 9px;
		background-repeat: no-repeat;
		display: inline-block;
		height: 16px;
		width: 7px;
	}

	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row .Button {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		border-width: 1px;
		color: #666666;
		font-size: 12px;
		margin-left: 8px;
		padding: 2px 10px;
	}

		DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row .Button:hover {
			border-width: 1px;
		}

	DIV.RefineSearch DIV.SearchFields .RefineSearchPopover .Row .ButtonSquare {
		margin-top: 2px;
	}


/***************************/
