/* @override http://wattbike.com/uk?css=site/_css.v.1276086431 */

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ul {
	list-style: none;
}

ol {
	margin-left: 40px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Tools */

.hidden {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.noborder {
	border: none!important;
}

/* @end */

/* @group Overall */

@font-face {
	font-family: 'Micro';
	src: url('/assets/fonts/MicroFLF.eot');
	src: local('MicroFLF Regular'), local('MicroFLF'), url('/assets/fonts/MicroFLF.woff') format('woff'), url('/assets/fonts/MicroFLF.ttf') format('truetype'), url('/assets/fonts/MicroFLF.svg#MicroFLF') format('svg');
}

a {
	color: #c0161d;
}

a:hover {
	color: #ae1921;
}

body,html {
		background-image: url(/assets/images/bg.png);
	font-family: Arial, 
Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

#container {
	width: 980px;
	background-color: #FFF;
	padding: 20px;
	padding-top: 0;
	margin: 0 auto;
	line-height: 24px;
	-moz-box-shadow: 0 0 6px #AAAAAA;
	-webkit-box-shadow: 0 0 6px #AAAAAA;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	margin-bottom: 50px;
}

#content {
	padding: 11px 0;
	width: 758px;
	float: left;
	font-size: 14px;
}

#content.fullwidth {
	width: 100%;
}

h1, h2, h3 {
	color: #c0161d;
	margin: 2px 0 5px;
	font-family: Micro, Arial, Helvetica;
}

h1 {
	font-size: 30px;
	margin-bottom: 12px;
	margin-top: 4px;
}

h2 {
	font-size: 25px;
}

h3 {
	margin: 30px 0 5px 0;
	font-size: 20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	margin-bottom: 20px;
	line-height: 20px;
}

table {
	width: 100%;
	border-spacing: 2px;
}

table th, table td {
	padding: 5px;
}

table th {
	color: #FFF;
	background: #333 url(/assets/images/gradient_overlay.png) repeat-x;
}

table td {
	background-color: #EEE;
}

#content ul {
	padding-left: 15px;
	list-style: disc;
}

.success {
	color: #1c9253;
	border: 1px solid #1c9253;
	background-color: rgba(28,146,83,0.05);
	padding: 7px 20px 7px 15px;
	float: left;
}


blockquote{
	padding: 12px 28px 13px 15px;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.1);
	border: 1px solid #CCC;
	clear: both;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
}

cite{
	float: right;
	clear: both;
	margin-bottom: 14px;
	margin-right: 13px;
	background: url(/assets/images/speech.png) no-repeat right;
	margin-top: -4px;
	padding-right: 62px;
	padding-top: 13px;
	font-size: 12px;
}


/* @end */

/* @group Header */

ul.toptools {
	float: right;
	margin: -30px 21px 0 0;
}

ul.toptools li {
	float: left;
}

ul.toptools li a {
	padding: 12px 15px 8px 15px;
	background-color: #FFF;
	margin-left: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	background-color: #333;
	color: #FFF;
	background-image: url(/assets/images/gradient_overlay.png);
}

ul.loginreg a:hover {
	text-decoration: underline;
	background-image: none;
}

#header {
	padding: 30px 10px 22px 32px;
	border-bottom: 1px solid #FFF;
	background: #f7f7f7 url(/assets/images/header_bg.png) repeat-x 0 bottom;
}

#header a.logo {
	float: left;
}

#header .search {
	float: right;
	clear: right;
	margin-top: 20px;
	margin-right: 10px;
}

#header .search input[type="text"] {
	width: 260px;
}

#header .search input[type="submit"] {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	margin-left: -10px;
	padding: 11px 15px 10px;
}
#header .endorsed{
	float: right;
	margin-top: 32px;
	margin-right: 23px;
}
/* @end */

/* @group Nav */

#nav.main {
	background-image: url(/assets/images/red_gradient.png);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#nav.main ul li {
	float: left;
	border-left: 1px solid #FFFFFF;
}

#nav.main ul li:first-child {
	border: none;
}

#nav.main ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	width: 184px;
	float: left;
	clear: both;
	margin: 0;
	padding: 0 0 0 11px;
	text-shadow: 1px 1px 1px #444444;
}

#nav.main ul li a:hover {
	background-color: #b71a23;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
}

#nav.main ul li span.title {
	clear: both;
	float: left;
	font-weight: bold;
	margin-top: 6px;
}

#nav.main ul li span.subtext {
	clear: both;
	float: left;
	font-size: 10px;
	padding: 0;
	margin-top: -7px;
	margin-bottom: 3px;
}

#nav.main ul ul {
	display: none;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	background: #CCC url(/assets/images/gradient_overlay.png) repeat-x top;
	padding: 20px;
	float: left;
	width: 940px;
	margin-top: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#footer img{
	border:none!important;
}

#footer h3 {
	margin-bottom: 10px;
	margin-top:10px;
}

#footer .footersections{
	float: right;
	width: 476px;
}

#footer .section {
	width: 110px;
	min-height: 160px;
	float: left;
	border-right: 1px dotted #DDD;
	margin-right: 10px;
	padding-left: 17px;
}

#footer .section.last {
	border: none;
	margin: 0;
}

#footer .section.brochure {
	width: 119px;
}

#footer .logo {
	float: left;
	margin-top: 52px;
	margin-left: 34px;
}

#footer .section.logo a {
	border: none;
}

#footer .section.logo a img {
	margin-top: 33px;
	padding: 10px;
	margin-left: 23px;
	border: none;
}

#footer .section.social p {
	font-size: 13px;
	color: #424242;
	line-height: 15px;
}

#footer .section.social ul {
	padding: 0;
	list-style: none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

#footer .section.social ul li {
	float: left;
}

#footer .section.social ul li a,
#footer .section.social ul li a img {
	border: none;
	margin: 0;
	padding: 0;
}

#footer .section.social ul li a {
	display: block;
	padding: 3px;
	height: 32px;
	margin-right: 3px;
}

#footer .forum_latest ul {
	list-style: disc;
	padding-left: 24px;
	line-height: 20px;
	list-style-type: disc;
	color: #424242;
}

#footer .forum_latest ul a {
	font-size: 13px;
	color: #424242;
	text-decoration: none;
}

#footer .forum_latest ul a:hover {
	text-decoration: underline;
}

#footer .contact {
	color: #444;
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 0 17px;
	width: 169px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
}


/* @end */

/* @group Form */

form label {
	padding: 0 0 10px;
	font-weight: bold;
}

form label.checkbox {
	display: inline;
}

form fieldset legend {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

form p small {
	font-size: 0.75em;
	color: #777;
}

form input,
form select,
form textarea,
form .wysiwyg {
	padding: 6px;
	font-size: 13px;
	background: #fff url(/assets/images/formfield_bg.gif) top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #444;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

form input.example,
form select.example,
form textarea.example,
form .wysiwyg.example {
	color: #AAA;
}

form textarea {
	width: 97.5% !important;
	font-family: Arial, Helvetica, sans-serif;
}

form select {
	padding: 4px;
	background: #fff;
}

form input[type="checkbox"],
form input[type="radio"] {
	padding: 0;
	background: none;
	border: 0;
}

form input[type="submit"], a.button, a.printbutton {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(/assets/images/red_gradient.png);
	background-position: top;
	text-shadow: 0 1px 2px #555;
	border: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
	padding: 9px 12px 8px;
	line-height: 9px;
	text-decoration: none;
}

 a.printbutton {
	font-size: 15px;
	padding: 10px 15px;
	float: right;
	margin-top: -3px;

}

a.cta, form input.cta {
	padding: 13px 25px;
	font-size: 16px;
	margin: 15px;
}

form input[type="submit"]:hover {
	cursor: pointer;
	text-shadow: 0 0px 2px #DDD;
	background-position: bottom;
}

/* @end */

/* @group Page */

#contentholder.pages img {
	padding: 5px;
	margin: 10px;
	border: 1px solid #DDD;
}

/* @end */

/* @group Shop */

#crumbs {
	height: 32px;
	border: 1px solid #dedede;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 10px 0;
}

#crumbs li {
	float: left;
	line-height: 2.3em;
	color: #777;
	background: url(/assets/images/crumbs.gif) no-repeat right center;
	display: block;
	padding: 0 62px 0 48px;
}

#crumbs li a {
	text-decoration: none;
}

#crumbs li a:hover {
	text-decoration: underline;	
}

#crumbs li.current {
	color: #c8122e;
	font-weight: bold;
}

.checkout .half.first {
	border: none!important;
}

.checkout form {
	padding: 20px;
	margin-top: 20px;
	background: #EEE url(/assets/images/gradient_overlay.png) repeat-x top;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contentholder .half {
	float: left;
	width: 49%;
}

#contentholder .half.first {
	float: left;
	width: 45%;
	border-right: 1px dotted #EEE;
	margin-right: 4%;
}

div#contentholder.addresses.clearfix p label {
	float: left;
	width: 100%;
}

div#contentholder.addresses.clearfix h2 {
	margin-bottom: 10px;
}

#contentholder.products #content .products h1 {
	color: #c8122e;
	font-size: 27px;
	margin-top: 9px;
}

#contentholder #content .products .images {
	float: left;
	border: 1px solid #c8122e;
	margin-right: 17px;
	padding: 9px;
	width: 150px;
	overflow: hidden;
	height: 151px;
}

#contentholder #content .products table.items {
	float: right;
	margin-top: -2px;
	margin-bottom: 10px;
	width: 570px;
}

#contentholder.products #content table.items td.name {
	padding-left: 8px;
}

#contentholder.products #content table.items td.price {
	font-weight: bold;
	text-align: right;
	padding: 6px;
}

#contentholder.products #content table.items td.buy {
	text-align: right;
}

#contentholder table#cart_items tfoot td.label {
	font-weight: bold;
	text-align: right;
}

#contentholder .products .description {
	clear: both;
	margin: 20px 0 12px;
	float: left;
}

#contentholder.categories .category .description {
	margin: 17px 0 12px;
}

#contentholder.categories .category .products .product a {
	float: left;
	width: 200px;
	display: block;
	border: 1px solid #DDD;
	text-align: center;
	text-decoration: none;
	margin: 11px;
	padding: 10px;
}

table#cart_items span.options {
	font-style: italic;
}

p.order_number{
	font-size: 20px;
	border: 1px solid #CCC;
	padding: 10px;	
}

p.order_number span{
	font-weight: bold;	
}

.wattbikeprice{
	color: #c8122e;
	font-size: 18px;
	font-weight: bold;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: left;
	width: 203px;
	margin-right: 12px;
	margin-top: 10px;
	font-size: 15px;
}

#sidebar h2 {
	display: block;
	padding: 5px 10px 6px;
	text-decoration: none;
	font-size: 20px;
	margin-top: 15px;
}

#sidebar h2:first-child {
	margin-top: 0;
}

#sidebar ul li a {
	color: #333;
	border-bottom: 1px dotted #CCC;
	display: block;
	padding: 5px 10px 6px;
	text-decoration: none;
}

#nav_sub li:first-child a{
	text-transform:capitalize;
}

#sidebar ul li a:hover {
	background-color: #f7f7f7;
	color: #222;
}

#sidebar ul ul li a {
	padding-left: 25px;
}

#sidebar ul ul li a:before {
	content: " - ";
}

#sidebar ul ul ul li a {
	padding-left: 50px;
}

#sidebar ul li.here a {
	font-weight: bold;
	background-color: #e4e4e4;
}

#sidebar ul li.here ul li a {
	font-weight: normal;
	background-color: #FFF;
}

/* @end */

/* @group Blog */

.blog .post {
	padding: 7px;
}

.blog .post .meta .avatar {
	border: 1px solid #DDD;
	padding: 4px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content div.blog.index div.post img.avatar {
	margin: 0;
	margin-right: 20px;
}

.blog.index .post {
	margin-bottom: 15px;
}

.blog .post .avatar {
	border: 1px solid #DDD;
	padding: 4px;
	float: left;
	margin: 0 15px 0 0;
	height: 52px;
	width: 52px;
}

.blog.index .post .meta .comments a {
	height: 26px;
	width: 71px;
	float: right;
	margin-top: -67px;
	background: url(/assets/images/comment_count_bg.png) no-repeat left bottom;
	text-align: center;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 36px;
	padding-left: 8px;
	font-size: 26px;
}

.blog.index .post .meta .comments a span {
	font-size: 11px;
}

.blog .post .content .content img {
	float: right;
	margin: 10px;
	clear: right;
	border: 1px solid #C5C5CD;
	padding: 3px;
}

.blog .post .meta {
	color: #888;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 8px;
}

.blog .post .meta h2 {
	margin-bottom: 10px;
	line-height: 19px;
	font-size: 22px;
}

.blog .post .comments .count {
	margin-top: 57px;
	margin-bottom: 7px;
}

.blog .post .comments .comment_list .comment {
	background: url(/assets/images/commentbg.png) no-repeat 89px 0;
	min-height: 126px;
}

.blog .post .comments .comment_list .comment .meta {
	padding-top: 23px;
}

.blog .post .comments .comment_list .comment .meta .avatar {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 44px;
	margin-top: -13px;
}

.blog .post .comments .comment_list .comment .meta .author {
	color: #505050;
	font-size: 16px;
}

.blog .post .comments .comment_list .comment .meta .author .date {
	font-style: italic;
	font-size: 13px;
	color: #bdbdbd;
}

.blog .post .comments .comment_list .comment .content {
	float: left;
	width: 580px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 17px;
}

.blog #comment_form .submits {
	text-align: right;
	margin-top: 8px;
	margin-right: 10px;
}

.blog #comment_form .submits p {
	color: #9b9b9b;
	float: right;
	font-size: 13px;
	margin-top: 3px;
	margin-right: 14px;
}

.blog #comment_form .submits input[type="submit"] {
	float: right;
}

p.pagination {
	float: right;
}

p.pagination a, .blog p.pagination strong,
p.pagination b {
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(/assets/images/red_gradient.png);
	background-position: top;
	text-shadow: 0 1px 2px #555;
	border: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
	padding: 8px;
	line-height: 9px;
	text-decoration: none;
}

p.pagination strong, p.pagination b {
	background-color: #424242;
	background-image: url(/assets/images/gradient_overlay.png);
	font-weight: bold;
}

/* @end */

/* @group Landing Page */

#content.landing_page {
	width: 978px;
}

#content.landing_page .row {
	clear: left;
	float: left;
}

/*#content.landing_page .column {
	float: left;
	padding-left: 20px;
	margin-right: 15px;
	border-left: 1px dotted #EEE;
	min-height: 280px;
}*/

#content.landing_page .column:first-child {
	border: none;
}

/*#content.landing_page .column h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

#content.landing_page .size1 .column {
	width: 978px;
}

#content.landing_page .size2 .column {
	width: 450px;
}

#content.landing_page .size3 .column {
	width: 304px;
}

#content.landing_page .size4 .column {
	width: 205px;
}*/

/* @end */

/* @group Login / Register popup */

#loginregister {
	width: 792px;
}

#loginregister .half {
	width: 375px;
	float: left;
	padding: 10px;
}

#loginregister .half label {
	float: left;
	clear: both;
	width: 100%;
}

#loginregister .half.first {
	border-right: 1px dotted #DDD;
}

#loginregister .half h2 {
	text-decoration: underline;
}

#loginregister .half form {
	padding: 20px;
	margin-top: 20px;
	min-height: 450px;
	background: #DDD url(/assets/images/gradient_overlay.png) repeat-x top;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#facebox table .footer {
	border: none;
}

/* @end */

/* @group Forum */

div.topBarLinks {
	text-align: right;
	padding: 11px;
}

#forum #topbar {
	float: right;
}

#forum #topbar ul li {
	float: right;
	margin-left: 26px;
}

#forum h1 {
	font-size: 26px;
	margin: 0;
	margin-top: 16px;
}

#forum h2 {
	font-size: 21px;
	margin: 10px 0 5px;
}

#forum h3 {
	font-size: 17px;
	margin: 0;
	margin-top: 16px;
}

#forum table td .meta {
	font-size: 11px;
	line-height: 19px;
	padding-left: 4px;
}

#forum p.description {
	font-size: 14px;
	margin: 0 0 7px;
}

#forum div.stats p {
	line-height: 9px;
	margin-top: 13px;
	font-size: 13px;
}

#forum table th {
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 5px 10px;
	background-color: #333;
	color: #FFF;
	background-image: url(/assets/images/gradient_overlay.png);
}

#forum table td {
	text-align: left;
	vertical-align: middle;
}

#forum table td.middle {
	text-align: center;
	vertical-align: middle;
}

#forum table th.center {
	text-align: center;
	vertical-align: middle;
	padding: 0;
}

#forum table div.forum {
	padding-left: 10px;
}

#forum table {
	font-size: 15px;
	padding: 0;
}

#forum ul.admintools, #forum ul.posttools {
	float: right;
}

#forum ul.admintools li, #forum ul.posttools li {
	float: right;
	margin: 3px;
	font-size: 11px;
}

#forum ul.admintools li a, #forum ul.posttools li a {
	text-decoration: none;
	border: 1px solid #CCC;
	padding: 4px 7px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#forum ul.posttools {
	float: none;
	clear: both;
}

#forum .author {
	margin-bottom: 1px;
}

#forum .avatar {
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #CCC;
	background-color: #FFF;
}

#forum .authorcontainer {
	padding: 10px 0 10px 10px;
}

#forum .authormeta {
	color: #797979;
	line-height: 15px;
	font-size: 12px;
}

#forum .posttime {
	color: #797979;
	line-height: 15px;
	font-size: 13px;
}

#forum .posttime a {
	color: #797979;
	line-height: 15px;
	font-size: 13px;
	text-decoration: none;
}

#forum .posttime a:hover {
	text-decoration: underline;
}

#forum .postcontainer {
	padding-left: 13px;
	padding-top: 10px;
	min-height: 159px;
}

#forum .signature {
	font-size: 13px;
	line-height: 18px;
	margin-top: 16px;
	border-top: 1px solid #FFF;
	padding-top: 3px;
	color: #797979;
}

#forum .authorcell {
	background: #DDD!important;
}

#forum blockquote {
	padding: 10px;
	border: 3px solid #ddd;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 28px 10px 10px;
}

#forum blockquote .quote_author {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #ddd;
	background-color: #FFF;
	float: right;
	font-style: italic;
	font-size: 12px;
	color: #797979;
	padding: 1px 10px 0 8px;
	margin-top: -23px;
}

/* @end */

/* @group Gallery */

#content #gallery .photoset {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #DDD;
	margin: 15px 0;
	padding: 10px;
	background-color: #EEE;
	background-image: url(/assets/images/gradient_overlay.png);
	background-repeat: repeat-x;
}

#content #gallery .photoset a.button {
	position: relative;
}

#content #gallery .photoset .photoset-img a img {
	float: left;
	border: 1px solid #CCC;
	display: block;
	margin-right: 10px;
	padding: 3px;
	background: #FFF;
}

#gallery div.photo a img {
	float: left;
	padding: 5px;
	margin: 5px;
	border: 1px solid #DDD;
}

#gallery p.pagination {
	clear: both;
	margin-top: 10px;
	float: left;
}

#gallery p.pagination b, #gallery p.pagination a {
	margin-right: 3px;
}

/* @end */

/* @group Slider */

#slider {
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 980px;
	height: 307px;
	overflow: hidden;
}

ol#controls {
	margin-top: -44px;
	margin-bottom: 39px;
	margin-left: 9px;
}

ol#controls li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	
}

ol#controls li a {
	display: block;
	float: left;
	color: #555;
	padding: 1px 8px 0;
	text-decoration: none;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
}

ol#controls li.current a {
	color: #c0161d;
	font-weight: bold;
}

ol#controls li a:focus {
	outline: none;
}

/* @end */

/* @group Homepage */

.homepage .thirds{
	margin-top: 19px;
	float: left;
	font-size: 13px;
}

.homepage .thirds .third:first-child{
	border: none;
	padding-left: 20px;
}

.homepage .thirds .third{
	float: left;
	width: 268px;
	padding: 10px 10px 10px 30px;
	margin-right: 18px;
	border-left: 1px dotted #CCC;
}

.homepage .thirds .third h2{
	font-size: 20px;
	margin-bottom: 12px;
}

.homepage .thirds .third img{
	margin: 10px 0;
}

.homepage .thirds .third ul{
padding-left: 15px;
margin: 10px 0;
}

.homepage .thirds .third h3{
	color: #000;
	font-size: 16px;
}

.column3, .column2, .column1{
	margin-top: 19px;
	float: left;
	font-size: 13px;
}

column3 .column:first-child{
	border: none;
	padding-left: 20px;
}

.column3 .column{
	float: left;
	width: 267px;
	padding: 10px 10px 10px 30px;
	margin-right: 18px;
	border-left: 1px dotted #CCC;
min-height:250px;
}

.column2 .column {
	float: left;
	width: 268px;
	padding: 10px 10px 10px 30px;
	margin-right: 18px;
	border-left: 1px dotted #CCC;
}

.column h2{
	font-size: 20px;
	margin-bottom: 12px;
}

.column img{
	margin: 10px 0;
}

.column ul{
padding-left: 15px;
margin: 10px 0;
}

.column h3{
	color: #000;
	font-size: 16px;
}

.feedicon{
	float:right;
	margin-top:-35px;
}

.feedicon a img{
margin:0;
padding:0;
}

.feedicon{
	float:right;
	margin-top:-35px;
}

.feedicon img{
	margin: 0!important;
	padding: 0!important;
	padding-right: 10px!important;
}

.feedicon{
	width:110px;
	background: none;
	margin-top: -30px;
}


.sub_level_1{
display:none;
}

.sub_level_0.here .sub_level_1{
display:inline;
}


/* @end */

/* @group Change Distributor */

.changedistribbox{

	width: 154px;
	float: left;
	clear: both;
	margin-top: 3px;
	z-index: 1;
	position: absolute;
	font-size: 12px;
	background-color: #DDD;
	-webkit-border-radius: 10px;
	padding-bottom: 20px;
	padding-left: 17px;
	padding-right: 20px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.4);
	border: 1px solid DDD333;
	height: 84px;
	margin-left: 732px;
}

.distrib_change_arrow{
	float: right;
	margin-top: -21px;
}

.changedistribbox ul{
	margin-top: 0;
	z-index: 1;
	position: absolute;
	padding: 0;
	background: none right bottom;
	width: 184px;
	margin-left: 2px;
}


.changedistribbox ul li a{
	text-decoration: none;
	background-color: #EEE;
	float: left;
	clear: both;
	width: 142px;
	margin-top: 3px;
	-webkit-border-radius: 3px;
	padding-left: 8px;
}

.changedistribbox ul li a:hover{
	background-color: #FFF;
}
.changedistribbox ul li a img{
	margin-right: 6px;
	margin-top: 0;
	margin-bottom: -1px;
}
.toptools .changedistrib{background-color:#CCC; margin-right:10px;}
/* @end */
