/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Rajkumar Aggarwal
Author URI: http://bharatsoftech.com/
Date: June 2010

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/   
.countdown {
	text-align:left;
	vertical-align:middle;
}

.countdown div {
	font:2em Arial, Helvetica, sans-serif;color:#666;font-weight:700;letter-spacing:-1px;line-height:120%;margin:2px 0;
}

.countdown div.head {
	font-weight:700;
	float:left;
	width:30px
}

.highlighttimmer {
	color:#00FF00;
	background-color:#CCCCCC;
}

.boxes {
	min-height:250px;
}

img {
	border:none;
}

.featuredbox {
	border:solid 1px #eeeeee;
	background-image: url(themes/ultra/images/gradient_bg.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	min-height:300px;
	text-align:center;
}

.featuredbox img {
	border:none;
}

.featuredbox b {
	font-size:12px;
	font-weight:700;
	color:#000;
}

.featuredbox td {
	font-size:11px;
}

.featuredbox a:link, .featuredbox a:visited {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#2e2e2e;
}

.featuredbox a:hover, .featuredbox a:active {
	text-decoration:underline;
	color:#3c8e99;
}

a.morebutton {
    background: transparent url(img/more.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 22px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
}

a.morebutton span {
    background: transparent url(img/morespan.gif) no-repeat top left;
    display: block;
    padding: 4px 8px 3px 18px;
} 

a.morebutton:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.morebutton:hover span {
    background-position: bottom left;
    padding: 4px 8px 3px 18px; /* push text down 1px */
}