/*
NAME:	COMMON CSS
DESC:	COMMON STYLING FOR QUAFFS MICROSITE
VER:	1 | 100401
AUTHOR: ID
*/

@import url("prettyPhoto.css");

/* -------------------------------- */
/* RESET HTML TAG					*/ 
/* -------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,button{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
img {-ms-interpolation-mode: bicubic;}
fieldset, img { border: 0; }

fieldset, img { border: 0; }
a:focus { outline: none; }

/* -------------------------------- */
/* DEFAULT HTML TAGS STYLING		*/ 
/* -------------------------------- */

body { 
	background: #FFF;
	color: #333;
	font-family: Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-size: 100%;
	line-height: 1;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 1em 0;	
	}
	h1 {
		}
	h2 {
		}
	h3 {
		}
		.htw h3 {
			margin-bottom: 3px;	
			}
	h4 {
		}
	h5 {	
		}
	h6 {
		font-size: 0.833em;
		margin: 0;
		}
p {
	line-height: 1.4;
	margin: 0 0 1.5em;
	}
small {
	font-size: 0.833em;	
	}	
a {
	color: #0072FF;
	cursor: pointer; 
	text-decoration: none;	
	}
a:hover {
	color: #EA0078;
	}
hr {
	clear: both;
	margin: 15px 0 15px 0;
	display: block;
	background: #c8c8c8;
	height: 1px;
	border: none;
	}
ul, ol, dl {
	margin: 10px 0;
	padding-left: 30px
	}
	li {
		margin: 0 0 10px;	
		}
	ul.nobullet, ol.nobullet {
		list-style: none;	
		}
table { 
	border-bottom: 1px solid #ccc; 
	border-left: 1px solid #ccc;
	margin: 1em 0;
	}
	caption {
		font-weight: bold;	
		margin: 0 0 0.5em 0;
		}
	th {
		background: #BBB;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		font-size: 1.2em;
		padding: 10px;
		text-align: left;
		vertical-align: top;
		}
	td {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 10px;
		vertical-align: top;
		}
	tr.odd {
		background: #EBEBEB;
		}
	tr:hover {
		background: #FFF;
		}
		
/* -------------------------------- */
/* MAIN LAYOUT						*/ 
/* -------------------------------- */

#whole {
	font-size: 0.75em; /*12px*/
	}
	#container {
		margin: 0 auto;
		padding: 41px 0 0;
		position: relative; 
		}	
		#logo {
			text-indent: -9999em;
			}
		#footer {
			color: #999;
			font-size: 0.8333em;
			margin: 0 auto;
			padding: 20px 0;
			line-height: 33px;
			}
			#footer p {
				float: left;	
				line-height: 33px;
				}
			a#qpow {
				color: #FFF;
				display: block;
				float: right;
				line-height: 25px;
				opacity: 0.7;
				}
				a#qpow span {
					display: inline-block;
					background:url("../img/qpow2.png") no-repeat;
					margin: 0 0 0 5px;
					text-indent: -9999em;
					width: 25px;
					height: 25px;
					}
				a#qpow:hover {
					opacity: 1;	
					}
			
/* -------------------------------- */
/* CODA SLIDER						*/ 
/* -------------------------------- */

/* Insignificant stuff, for demo purposes */
.panel h2.title { margin-bottom: 10px }
noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */
.coda-slider-wrapper { padding: 20px 0 }
.coda-slider { background: #ebebeb }

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 600px } 

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }

/* Tab nav */
.coda-nav ul li a.current { background: #39c }

/* Panel padding */
.coda-slider .panel-wrapper { padding: 20px }

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
.coda-nav ul li { display: inline }
.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }

/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left; position: relative; }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
/* -------------------------------- */
/* COUNTDOWN						*/ 
/* -------------------------------- */

.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

/* -------------------------------- */
/* POP								*/ 
/* -------------------------------- */

	
/* -------------------------------- */
/* CUSTOM CLASSES					*/ 
/* -------------------------------- */
	
.hidden {display: none;}

.wrap {
	text-indent: -9999em;	
	}
.absolute {
	position: absolute;
	left: 0;
	top: 0;	
	}
	

a.btn, .btn
	{
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999em;
	}

/* ACTION BUTTON */
a.action {
	background-position: center top;
	display: block;
	}
a.action:hover {
	background-position: center bottom;
	}
	
	
/* PICLIST */
.piclist {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	.piclist li {
		display: inline;
		float: left;
		height: 125px;
		margin: 0 1px 2px 0; 
		overflow: hidden;
		text-align: center;
		line-height: 1;
		width: 98px;
		}
		.pic {
			text-align: left;
			background: url(../img/pic.png) no-repeat;	
			height: 98px;
			width: 98px;
			}
			.pic img {
				width: 86px;
				padding: 2px 2px 2px 3px;
				}
	
/* -------------------------------- */
/* CLEARBITCH						*/ 
/* -------------------------------- */

.clearfix:after,
#nav:after,
.panel-wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix,
#nav, 
.panel-wrapper {
	display: inline-block;
	}
* html .clearfix,
* html #nav,
* html .panel-wrapper {
	height: 1%;
	}
.clearfix,
#nav,
.panel-wrapper {
	display: block;
	}
.clear { clear: both; }
