/* @group Global Styles */


#wrapper {
	background: #fff;
	margin-top: 20px;
}

#main-column {
	padding: 10px 0;
}

#sub-column {
	background: #fefefe;
	padding: 10px 0;
}

#sub-column ul {
	list-style: none;
}

#sub-column li {
	margin: 0 0 1px;
}

#sub-column li a,
#sub-column li a:link,
#sub-column li a:active,
#sub-column li a:visited
{
	display: block;
	padding: 8px 5px;
	background: #ccc;
	color: #333;
	font-weight: 700;
	text-decoration: none;
}

#sub-column li a:hover {
	background: #999;
}

/* @end */

/* @group Theme Drawer */

#theme-wrapper {
	position: fixed;
	bottom: 0;
	z-index: 900;
	width: 100%;
}

.drawer-toggler {
	background: #213E7A;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	padding: 10px 0;
	width: 140px;
	position: absolute;
	top: -30px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	right: 0;
}

#theme-drawer {
	background: #eee;
	border-top: 5px solid #666;
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 905;
}

#theme-carousel {
	width: 860px;
	margin: 10px auto;
	overflow: hidden;
}

#themes-frame {
	overflow: hidden;
	float: left;
	width:790px;
}

#btn-previous,
#btn-next {
	width: 26px;
	height: 70px;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
	margin: 10px 0;
}

#btn-next {
	float: right;
}

#btn-previous {
	background: url(../img/prev-next-sprite.png) no-repeat left top;
}

#btn-previous:hover {
	background: url(../img/prev-next-sprite.png) no-repeat left bottom;
}

#btn-next {
	background: url(../img/prev-next-sprite.png) no-repeat right top;
}

#btn-next:hover {
	background: url(../img/prev-next-sprite.png) no-repeat right bottom;
}

#theme-drawer ul {
	position: relative;
	padding: 0;
	margin: 10px 0;
	height: 71px;
}

#theme-drawer li {
	list-style: none;
	background: #666;
	display: inline;
	float: left;
	margin-left: 22px;
	width: 126px;
	height: 71px;
}

/* @end */