@charset "UTF-8";
#test2 {
	
	color: #fff;
	padding: 10px;
	margin: 20px;
	border: 1px solid #666666;
	width:600px;
	height:300px;
	
	
}



#kwicks_container { 
	background-color: violet;
	height: 100px;
}
#kwicks {
	position: relative;
}
 
#kwicks .kwick {
	float: right;
	display: block;
	width: 74px;
	height:52px;
	overflow:hidden;
	border:1px  #666666 solid;
	margin:2px;
	cursor:pointer;
	
	
}

#kwicks #idKwickVideo{
	background-image:url(../img/default_video.jpg);
	background-repeat:no-repeat;
	overflow:hidden;

}

#kwicks #idKwickVideo p{
	margin:0px;
	padding:0px;
	width:112px;
	height:100%;
	font:tahoma;
	font-size:100%;
	text-align:center;
	margin-top:10px;
	
	margin-left:57px;
	color:#666666;
	text-transform:uppercase;
	
	
	


}


#kwicks #idKwickPdf{
	background-image:url(../img/default_pdf.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	cursor:auto;

}

#kwicks #idKwickPdf p{
	margin:0px;
	padding:0px;
	width:112px;
	height:100%;
	font:tahoma;
	font-size:100%;
	text-align:center;
	margin-top:10px;
	
	margin-left:57px;
	color:#666666;
	text-transform:uppercase;
	
	
	


}


#kwick_red {background-color: red;}
#kwick_orange {background-color: orange;}
#kwick_yellow {background-color: yellow;}
#kwick_green {background-color: green;}
#kwick_blue {background-color: blue;}
#kwick_indigo {background-color: indigo; color: #fff; }
#kwick_violet {background-color: violet;}

.ajax-loading {
	padding: 20px 0;
	background: url(img/ajaxLoading.gif) no-repeat center;
}