/* CSS Document */
@import url("reset.min.css");
/**** INICIAL ****/


	/* FANCAM */
	.sct_fancam_sala{
		width:600px;
		height:30px;
		margin-top:20px;
		float:left;
	}
		.sct_fancam_sala span{						
		}
		.sct_fancam_sala img{
			vertical-align:middle;
			height:30px;
			padding-right:5px;		
		}
		.sct_fancam_sala-start{
			height:25px;
			width:120px;
			background-color:#45A33A;
			color:#FFF;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border:0;
			padding-left:5px;
			margin:2px 0px 10px 0px;
			cursor:pointer;
		}
		.sct_fancam_sala input{
			height:25px;
			width:500px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border:0;
			padding-left:5px;
			margin:2px 0px 10px 0px;
			display:none;
		}
		.sct_fancam_sala-save{
			height:25px;
			width:88px;
			background-color:#45A33A;
			color:#FFF;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border:0;
			padding-left:5px;
			margin:2px 0px 10px 0px;
			display:none;
			cursor:pointer;
		}
		.sct_fancam_sala-close{
			height:25px;
			width:120px;
			background-color:#C9161B;
			color:#FFF;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border:0;
			padding-left:5px;
			margin:2px 0px 10px 0px;
			display:none;
			cursor:pointer;
		}

	.sct_fancam_boxInfo{
		float:right;
		width:242px;
		height:25px;
		margin-top:20px;
		text-align:center;
		font-family:"28DaysLater";
		font-size:20px;
		padding-top:5px;
	}

	.sct_fancam_webcam{
		float:left;
		width:580px;
		height:435px;
		background-color:#323034;
		padding:10px;
		margin-top:10px;		
	}
	.sct_fancam_chatUser-view{
		float:left;
		width:242px;
		height:446px;
		margin-left:30px;
		margin-top:10px;
		padding:4px 4px 4px 4px;
		background-image:
			url("../img/video_izq.png"),
			url("../img/video_der.png"),
			url("../img/video_sup.png"),
			url("../img/video_inf.png");
						
		background-position:
			left top,
			right top,			
			top left,
			bottom left;				
						
		background-repeat:	
			repeat-y,
			repeat-y,
			repeat-x,
			no-repeat;
	}	
		.sct_fancam_chatUser-view ul{
			margin:0;padding:0;list-style:none;
			padding:10px;
			height:423px;
			width:226px;			
			background-color:#323034;			
		}
		
		#sct_fancam_chatView{
			overflow:auto;
			overflow-x:hidden;
			height:423px;
			width:217px;
		}
		.sct_fancam_chatUser-view li{
			margin:0;padding:0;list-style:none;
			width:215px;
			height:100px;
			margin-bottom:10px;
		}
			.sct_fancam_chatUser-view li img{				
				width:120px;
				height:100%;
				float:left;
				cursor:pointer;
			}
			.sct_fancam_chatUser-view li span{				
				width:85px;
				margin-left:10px;
				float:left;
				font-size:12px;
				padding-top:5px;
			}
		
		.sct_fancam_chatUser-view p{
			width:100%;
			font-family:arial;
			font-size:12px;
			margin-bottom:5px;	
		}
			.sct_fancam_chatUser-view h6{				
				font-weight:bold;
				color:#06F;
				float:left;
				margin-right:5px;
				font-family:arial;
				font-size:12px;			
			}
			.sct_fancam_chatUser-view h5{				
				font-weight:normal;
				margin-right:5px;
				font-family:arial;
				font-size:12px;			
			}
			
	
	.sct_fancam_chatAmbkor-view-write{
		float:left;
		width:600px;
		height:120px;
		background-color:blue;
		margin-top:30px;
		display:none;		
	}			
		.sct_fancam_chatAmbkor-write{			
			width:100%;
			height:120px;		
		}
	.sct_fancam_chatUser-write{
		float:right;
		width:250px;
		height:120px;
		margin-left:30px;
		margin-top:30px;
		margin-left:30px;
		display:none;	
	}	
		.sct_fancam_chatUser-write label{
			width:240px;			
			color:#fff;
			font-size:12px;
		}	
		.sct_fancam_chatUser-write textarea{
			height:40px;
			width:240px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border:0;
			padding:5px;
			resize:none;
			outline:none;
			margin-top:5px;
		}
		.sct_fancam_chatUser-write button{
			height:30px;
			width:250px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border:0;
			resize:none;
			outline:none;
			margin-top:5px;
			background-color:#000;
			color:#fff;
		}
		
	/* WALLPAPERS */
	
	.sct_wallpapers{
		width:100%;
		margin-top:20px;		
	}
		.sct_wallpapers ul{
			margin:0; padding:0; list-style:none;	
		}		
		.sct_wallpapers li:nth-child(odd){
			margin:0;padding:0;list-style:none;
			width:270px;
			height:208px;
			background-image:url(../img/wallpapers_item.png);			
			float:left;
			margin:0px 0px 30px 0px;
		}
		.sct_wallpapers li:nth-child(even){
			margin:0;padding:0;list-style:none;
			width:270px;
			height:208px;
			background-image:url(../img/wallpapers_item.png);
			float:left;
			margin:0px 30px 30px 30px;
		}
		.sct_wallpapers_thumb{
			width:270px;			
			height:165px;
			
			display: table-cell;
			vertical-align: middle;
			text-align:center;
		}
		.sct_wallpapers_info{
			width:270px;
			height:43px;
			display: table-cell;
			vertical-align: middle;
			text-align:center;
			color:#000;
			font-weight:bold;						
		}
		
		.sct_wallpaper{
			width:880px;
			height:401px;
			background-image:url(../img/wallpaper_item.png);
			
		}
	
			.sct_wallpaper_image{
				width:540px;
				height:401px;				
				float:left;
			}
				.sct_wallpaper_image_img{
					width:540px;
					height:401px;				
					display: table-cell;
					vertical-align: middle;
					text-align:center;
				}
				.sct_wallpaper_image_img img{
					max-width:520px;
					max-height:380px;
				}
			
			
			.sct_wallpaper_content{
				width:290px;
				float:right;
				padding:25px;				
			}
			
			.sct_wallpaper_content ul{
				list-style:none; margin:0; padding:0;	
				width:100%;
				height:320px;			
				font-family: 'Roboto Condensed', sans-serif;													
			}
			
			.sct_wallpaper_content li{
				list-style:none; margin:0;  margin-bottom:3px;
				width:282px;
				font-size:20px;	
				color:#000;				
			}
				.sct_wallpaper_content li:nth-child(1){
					font-weight:bold;text-align:center;height:25px;font-size:24px; margin-bottom:10px;													
				}
				.sct_wallpaper_content li:nth-child(2){
					background-color:#000;color:#FFF;text-align:center;height:25px;	 margin-bottom:50px;								
				}				
				
				
			.sct_wallpaper_content input{				
				width:285px;height:30px; margin-bottom:10px; background-color:#fff;color:#6e1414;border:none; padding:0px 0px 0px 5px; border:1px solid #6e1414;		
			}
			.sct_wallpaper_content select{
				width:292px;height:30px; margin-bottom:10px; background-color:#6e1414;color:#fff;border:none;
			}
			
			.sct_wallpaper_content button{
				width:290px;
				height:35px;
				margin-left:-5px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
				background-color:#d92128;
				border:#fff solid 2px;
				color:#fff;
				font-family: 'Roboto Condensed', sans-serif; font-size:14px;
				background: -webkit-linear-gradient(#d92128, #6b0b0c);
				background: -moz-linear-gradient(#d92128, #6b0b0c);
				background: -o-linear-gradient(#d92128, #6b0b0c);
				background: linear-gradient(#d92128, #6b0b0c);	
				cursor:pointer;			
				background-color:#d92128;
			}
			.sct_wallpaper_content button img{
				vertical-align: middle; margin-right:10px; margin-top:-4px;
			}
	
	
	
	
	/* PRODUCTS */		
	.sct_products_box{
		padding:30px 35px;	
	}
	
		.sct_products_article{
			width:100%;
			height:530px;
			background-image:url(../img/shop_articleDetailBack.png);
			margin:30px 0px;
						
		}
			
			.sct_products_article_image{
				width:540px;
				height:530px;				
				float:left;
			}
				.sct_products_article_price{
					background:url(../img/shop_price.png) no-repeat;
					width:540px;
					height:153px;
					text-align:center;
					position: absolute;	
								
				}
					.sct_products_article_price p{
						color:#FFF;
						font-family: 'Roboto Condensed', sans-serif;
						font-size:30px;	
						display: table-cell;
						vertical-align: middle;
						text-align:center;
						width:153px;
						height:153px;													
					}
			.sct_products_article_image_img{
				width:540px;
				height:420px;				
				display: table-cell;
				vertical-align: middle;
				text-align:center;
			}
				.sct_products_article_image_img img{
					max-width:500px;
					max-height:380px;
				}
			.sct_products_article_thumbs{
				width:540px;
				height:110px;				
				display: table-cell;
				vertical-align: middle;
				text-align:center;
				background:rgba(0,0,0,.2);
			}
				.sct_products_article_thumbs ul{
					margin:0; padding:0; list-style:none;
					width:100%;					
				}
				.sct_products_article_thumbs li{
					margin:0; padding:0; list-style:none;
					width:100px;
					height:100px;
					float:left;
					background-color:blue;
					opacity:1;
					margin-left:28px;										
				}
				.sct_products_article_thumbs img{
					width:100px;
					height:100px;
					cursor:pointer;					
				}
			
			.sct_products_article_content{
				width:290px;
				float:right;
				padding:25px;				
			}
			
			.sct_products_article_content ul{
				list-style:none; margin:0; padding:0;	
				width:100%;
				height:450px;			
				font-family: 'Roboto Condensed', sans-serif;													
			}
			
			.sct_products_article_content li{
				list-style:none; margin:0;  margin-bottom:3px;
				width:282px;
				font-size:20px;	
				color:#000;				
			}
				.sct_products_article_content li:nth-child(1){
					font-weight:bold;text-align:center;height:25px;font-size:24px; margin-bottom:10px;													
				}
				.sct_products_article_content li:nth-child(2){
					background-color:#000;color:#FFF;text-align:center;height:25px;									
				}
				.sct_products_article_content li:nth-child(3){
					margin-top:10px;text-align:center; margin-bottom:50px; font-size:16px;			
				}
				.sct_products_article_content li:nth-child(4){
					margin-top:10px;				
				}
				
			.sct_products_article_content input{
				/*width:282px;height:30px; margin-bottom:10px; background-color:#fff;color:#6e1414;border:none; border:1px solid #6e1414; font-size:18px; padding-left:5px;		*/
				width:285px;height:30px; margin-bottom:10px; background-color:#fff;color:#6e1414;border:none; padding:0px 0px 0px 5px; border:1px solid #6e1414;		
			}
			.sct_products_article_content select{
				width:292px;height:30px; margin-bottom:10px; background-color:#6e1414;color:#fff;border:none; cursor:pointer;
			}
			
			.sct_products_article_content button{
				width:290px;
				height:35px;
				margin-left:-5px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
				background-color:#d92128;
				border:#fff solid 2px;
				color:#fff;
				font-family: 'Roboto Condensed', sans-serif; font-size:14px;
				background: -webkit-linear-gradient(#d92128, #6b0b0c);
				background: -moz-linear-gradient(#d92128, #6b0b0c);
				background: -o-linear-gradient(#d92128, #6b0b0c);
				background: linear-gradient(#d92128, #6b0b0c);	
				cursor:pointer;				
			}
			.sct_products_article_content button img{
				vertical-align: middle; margin-right:10px; margin-top:-4px;
			}
			
			
	