/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */


.kwicks p { padding:0px 5px 5px 0px; color:#e55302;}

.kwicks h4 { padding:2px 0px 2px 0px; margin:0px 0px 0px 0px; border-bottom:solid 1px #CCCCCC; cursor:pointer;}



.kwicks a { text-decoration:none;color:#444;}


.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	float:left; padding:0; margin:0px 0px 30px 5px;
	
}
.kwicks2 {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	
}

.kwicks2 h3 { padding:8px 10px 10px 44px;color:#FFFFFF; font-size:0.9em; margin-top:0px; background-image:url(../images/buttonnew.png); background-repeat:repeat-x; background-position:right top;}

.kwicks span {
color:#FF6600;
font-size:1.1em;
position:absolute;
right:5px;
z-index:999;
top:0;
cursor:pointer;
}

.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 580px;
	height: 25px;
	margin:0px 0px 0px 0px;
	padding:0px;
	

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 2px; /*Set to same as spacing option. */	
}

.kwicks vertical2 li { 	margin-bottom: 5px; width:120px; }

#kwick_1 { 
	background-color:#FC5B12;
}
#kwick_2 {
	background-color: #9c0059;
}
#kwick_3 {
	background-color: #00E;
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwickreadlink {
	text-align: right; float:right;
}
