/* Convert template */

/* Defaults */

	html {
		height:100%	
	}

	body {
		height:100%;
		color: #444; 
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		padding:0;
		margin:0;
		width: 100%;
		font-size:14px;
		line-height:1.8em
	}

	a {
		cursor: pointer;
	}
	
/* Typography ==================================== */
	
	h1, h2, h3, h4, h5, h6 {
		margin:0 0 1em;
		padding:0; 
		font-weight: 300;
		color:#111;
		font-family: 'Open Sans', sans-serif;
	}
	
	h1 { font-size: 3em; line-height:1.2em; margin:0 0 .8em; }
	h2 { font-size: 1.8em; line-height:1.4em; margin:0 0 .8em;  }
	h3 { font-size: 1.4em; line-height:1.4em; }
	h4 { font-size: 1.2em; line-height:1.4em; }
	h5 { font-size: 1.1em; line-height:1.4em; }
	h6 { font-size: 1em; line-height:1.2em; }
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		text-decoration: none
	}	 
	
	p { 
		padding:0 0 1em;
		margin:0;
	}
	
	a {
		color: #333;
	} 
	
	a.btn, a.btn:visited {
		width:100%;
		border: 0;
		padding:1em 1.5em;
		margin:0 1em 0 0;
		font-size:1em;
		line-height:3em; 
		border: solid 1px #06507b; 
		color:#fff; 
		text-shadow: 0px -1px rgba(0, 0, 0, 0.2);
  		-webkit-border-radius: 4px; 
  		-moz-border-radius: 4px; 
  		border-radius: 4px; 	
		text-decoration: none;	
		background-color: #4bb2ec; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#4bb2ec), to(#168cce));
 		background-image: -webkit-linear-gradient(top, #4bb2ec, #168cce);
 		background-image: -moz-linear-gradient(top, #4bb2ec, #168cce);
 		background-image: -ms-linear-gradient(top, #4bb2ec, #168cce);
 		background-image: -o-linear-gradient(top, #4bb2ec, #168cce); 	
	}
	
	a.btn:hover {
		background:#168cce;	
	}
	
	a.btn-secondary { 
		border: solid 1px #fff !important;
		background:  url(../images/trans.png) !important;
	}
	
	a.btn-secondary:hover { 
		border: solid 1px rgba(255,255,255, 0.6) !important; 
	}
	
	img {
		border:0;	
	}

/* icons */
	
	.glyph-item { 
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		line-height: 1; 
		color:#222
	} 
	
	.mega {
		font-size: 3.2em;
	}	

/* Structure and containers */
	
	.container { 
		margin:0 auto;   
		min-width: 50em; /* 300px @ 16px */
		max-width: 81.250em; /* 1140px @ 16px */ 
	}  
	
	.inner {
		margin:0 2em 2em 0;	
	} 	 
	
	.inner-med {
		margin:0 1em 1em 0;	
	} 
	
	.inner-small {
		margin:0 0.5em 0.5em 0;	
	} 	


	#wrapper { 
		background: #333 fixed top center;
		background-size: 100% 100%;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
 	 	background-size: cover;
		height:100%;
		color:#fff; 
	}
	.wrapper-flexi {
		height: auto !important	
	}
	
	.wrapper-page {
		height: auto !important
	}
	
	.wrapper-page .hero {
		padding:1em 0 .5em 1em;	
	}
	
	.wrapper-page .hero h1 {
		text-align: left;
		padding:0;
		margin:0;
		font-size:4em
	}
	
	.wrapper-page .hero h2 {
		text-align: left;
		padding:0;
		margin:.5em 0 0;
		font-size:1.2em;
		color: rgba(255, 255, 255, 0.7) !important;
	}
		
	.row {
		clear:both;
	  	margin:0;
	  	padding:0;
	}  
	
	.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 { 
		float: left; 
	}
	.span12 {
		width:100%;
	}
	.span11 {
		width:91.6666666667%; 
	}
	.span10 {
		width:83.3333333333%;
	}
	.span9 {
		width:75%;
	}
	.span8 {
		width:66.6666666667%;
	}
	.span7 {
		width:58.3333333333%;
	}
	.span6 {
		width:50%;
	}
	.span5 {
		width:41.6666666667%;
	}
	.span4 {
		width:33.3333333333%;
	}
	.span3 {
		width:25%;
	}
	.span2 {
		width:16.6666666667%;
	}
	.span1 {
		width:8.33333333333%
	} 
	
	.clearfix {
		clear: both	
	} 
	
	.align-center {
		text-align: center
	} 
	
	.align-left {
		text-align: left
	} 
	
	.align-right {
		text-align: right
	}
 
 /* content ==================================== */	
 
 	#content .inner {
 		padding:2em 2em 1em 1em;	
 	}
 	
 	.item-box {
 		float: left;
 		width:45%;	 
 	}
 
 /* Strip ==================================== */	
	
	.strip {
		padding-left:1em;
		border-bottom: solid 1px #dce2e5;	
	}
	
	.strip-alt {
		background:#f6f8f9;	
	}
	
	.strip .inner {
		padding:4em 2em 1em 0; 
	}
	
	.highlight h2 {
		font-size:2.2em
	}
	
	.highlight h4 {
		line-height:1.6em;
		color:#777;
		font-size:1.4em
	}
	
	.highlight .inner-text {
		padding:8em 0 4em
	}
	
	img.promoimg {
    display: block;
    max-width:100%; 
    width: auto;
    height: auto;
    margin:0 auto;
	}
	
 /* features ==================================== */		
	
	.features .inner {
		text-align: center
	}
 
	.features .inner .glyph-item {
		font-size: 3em
	}
 
 /* Forms ==================================== */	
	
	form {
		
	}
	
	form a {
		text-decoration: none
	}
	
	form a:hover {
		text-decoration: underline
	}
	
	.form-row {
		margin-bottom:1em; 
	} 
	
	.form-row input.text, .form-row textarea {
		width:92%;
		border: solid 1px #ccc;
		padding:1.0em 4%;
		font-size:1em;
		font-weight: 300;
		font-family: 'Open Sans', Helvetica, sans-serif;		
		background:#fff;
		background:#fff url(../images/form_background.png) repeat-x top left;
		color:#666;  
  		-webkit-border-radius: 4px; 
  		-moz-border-radius: 4px; 
  		border-radius: 4px; 		
  		-moz-box-shadow:    0 1px 0 0 #fff;
  		-webkit-box-shadow: 0 1px 0 0 #fff;
  		box-shadow:         0 1px 0 0 #fff;
	}
	
	.form-row select {   
		width:100%;
		font-size:1em; 
	}  
	
	.form-row input.btn { 
		border: 0;
		padding:1em 1.5em;
		font-size:1em;
		border: solid 1px #06507b; 
		color:#fff;
		text-shadow: 0px -1px rgba(0, 0, 0, 0.2); 		
  		-webkit-border-radius: 4px; 
  		-moz-border-radius: 4px; 
  		border-radius: 4px; 	
		text-decoration: none;	
		background-color: #4bb2ec; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#4bb2ec), to(#168cce));
 		background-image: -webkit-linear-gradient(top, #4bb2ec, #168cce);
 		background-image: -moz-linear-gradient(top, #4bb2ec, #168cce);
 		background-image: -ms-linear-gradient(top, #4bb2ec, #168cce);
 		background-image: -o-linear-gradient(top, #4bb2ec, #168cce); 
	}
	
	.form-row input.btn:hover, .form-row input.btn:focus {
		background:#168cce;
	}
	
	.form-row label { 
		font-size:1.2em;
		color:#111;
		font-weight:300;
		line-height:3em
	} 
	
	.form-row label .glyph-item {
		margin:0 0 0 .5em
	}
	
	.form-row .btn-extrawide {
		margin-right:1em	
	}
	
	.form-row .btn-extrawide {
		margin:0;
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	
	.form-row .inner {
		margin:0 1em 0 0;
		text-align: right
	}


/* Padding */
.with-padding			{ padding: 20px !important;  }
.with-mid-padding		{ padding: 10px !important;  }
.with-small-padding		{ padding: 5px !important; }
.no-padding				{ padding: 0 !important; }

/* Margins */
.large-margin-top		{ margin-top: 30px !important; }
.margin-top				{ margin-top: 16px !important; }
.mid-margin-top			{ margin-top: 8px !important; }
.small-margin-top		{ margin-top: 4px !important; }
.no-margin-top			{ margin-top: 0 !important; }
.large-margin-right		{ margin-right: 30px !important; }
.margin-right			{ margin-right: 16px !important; }
.mid-margin-right		{ margin-right: 8px !important; }
.small-margin-right		{ margin-right: 4px !important; }
.no-margin-right		{ margin-right: 0 !important; }
.large-margin-left		{ margin-left: 30px !important; }
.margin-left			{ margin-left: 16px !important; }
.mid-margin-left		{ margin-left: 8px !important; }
.small-margin-left		{ margin-left: 4px !important; }
.no-margin-left			{ margin-left: 0 !important; }
.large-margin-bottom	{ margin-bottom: 30px !important; }
.margin-bottom			{ margin-bottom: 16px !important; }
.mid-margin-bottom		{ margin-bottom: 8px !important; }
.small-margin-bottom	{ margin-bottom: 4px !important; }
.no-margin-bottom		{ margin-bottom: 0 !important; }


/* Header */
	
	#header {  
		padding:1.2em 0 1.5em 1em;
		position: relative;
		text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3); 
	}  
	
	#header h1 { 
		float: left;	
		margin:0;
		padding:0;
		font-size:1.4em;
		font-weight:400
	}
	
	#header h1 a {
		color:#fff;	
	} 

/* Menu */
	
	#menu {
		margin-right:.5em;
		float: right;	
		display: inline
	}
	
	#menu ul {
		list-style: none;
		padding:0;
		margin:.7em 1em 0 0;
	}
	
	#menu ul li {
		list-style: none;
		padding:0;
		margin:0 .5em 0 0;
		float: left;
	}
	
	#menu ul li a {
		text-decoration: none;
		font-size:.9em
	}
	
	#menu ul li a { 
		color: rgba(255, 255, 255, 0.9);
		padding:.5em 1em
	}
	
	#menu ul li a:hover { 
		color:#fff;
	}
	
	#menu ul li.current a { 
		border: solid 1px rgba(255, 255, 255, 0.3);
  		-webkit-border-radius: 4px; 
  		-moz-border-radius: 4px; 
  		border-radius: 4px; 		
		background:  url(../images/trans.png) !important;  		
	} 
	
	#menu ul li.current a:hover { 
		border-color:#fff;
	}
	
	h2.menulink {
		display: none	
	}

/* Hero */
	
	.hero {
		padding:1em 3em 0 3em;
		text-align: center;
		text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3); 
		display: none
	}
	
	.hero-narrrow {
		padding-left:20%;
		padding-right:20%;	
	}
	
	.hero h1 {
		font-size:2.7em;
		margin:0 0 .5em;
		font-weight:300
	}
	
	.hero h2 {
		font-size:1.1em;
		color: rgba(255, 255, 255, 0.9) !important;
		margin-bottom:2em;
	}
	
	.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6,
	.hero h1 a, .hero h2 a, .hero h3 a, .hero h4 a, .hero h5 a, .hero h6 a {
		color:#fff;	
	} 
	
	.icons {
		margin-top:1em;
		text-align: center
	}
	
	.icons a .glyph-item {
		color:#fff;
		font-size:2em	
	}
	
	.icons a:hover .glyph-item {
		color:#fff;
		font-size:2em;
		color: rgba(255, 255, 255, 0.5) !important;
	}
	
	.icons .glyph-item {
		color:#fff; 	
	}
 	
	/* intro */
	
	.intro {
		color:#fff;	
		padding:0;
		margin:4em 0 2em 0;
		text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3); 
	}
	
	.intro h1 {
		color:#fff;	
	}
	
	.intro h1 span {
		border: solid 1px #fff;	
		background:  url(../images/trans.png) !important;
		padding:0em .3em .15em;
  		-webkit-border-radius: 8px; 
  		-moz-border-radius: 8px; 
  		border-radius: 8px; 	
	}
	
	.intro h2 {
		color:#fff;	
		color: rgba(255, 255, 255, 0.8);
		font-size:1.4em;
		margin:0;
		padding:0;
	}
	
	.intro-padded {

	}
 	
	/* featured */
	
	.featured img { 
		margin-bottom:-6px
	}
 	
	/* subscribe */
	
	.subscribe {  
		background:  url(../images/trans.png) !important;
		border: solid 1px rgba(255,255,255, 0.8);
		padding:1em;
		margin:2em 0 4em;
		text-align: center;
  		-webkit-border-radius: 4px; 
  		-moz-border-radius: 4px; 
  		border-radius: 4px; 
	}
	
	.subscribe .form-row {
  		-webkit-border-radius: 4px; 
  		-moz-border-radius: 4px; 
  		border-radius: 4px; 			
		padding:0;
		margin:0;
		background:#fff;
	}
	
	.subscribe .form-row input.text {
		width:50%;
		padding:1em 5%;
		float: left;
		border:0;
		margin:0; 
	}
	
	.subscribe .form-row .btn {
		width:40%;
		padding:1.1em 5%;
		float: right;
		margin:0;
		border:0;
		-webkit-border-top-left-radius: 0; 
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-topleft: 0; 
		-moz-border-radius-bottomleft: 0;
		border-top-left-radius: 0; 
		border-bottom-left-radius: 0;		
	}

/* form-box */
	
	.form-box {
		padding:0;
		margin:2em 0 0;
		background:#f9f9f9;
		border: solid 1px rgba(0, 0, 0, 0.5);
  		-moz-box-shadow:    0 0 2px 2px rgba(0, 0, 0, 0.1);
  		-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  		box-shadow:         0 0 2px 2px rgba(0, 0, 0, 0.1);		
  		color:#666;
  		display: none
	}
	
	.form-box .top {
		background:#fff;
		padding:1.5em;
		border-bottom: solid 1px #dce2e5;
	}
	
	.form-box .top h1 {
		color:#222;	
		font-weight: 300;
		margin:0;
		padding:0
	}
	
	.form-box .top h1 span {
		font-weight: 400; 
	}
	
	.form-box .top h2 {
		color:#222;	
		font-weight: 400;
		margin:0 0 .2em;
		padding:0
	}
	
	.form-box .top h3 {
		margin:0;
		padding:0;
	}
	
	.form-box .top p {
		padding:0;
		margin:0;
	}
	
	.form-box .bottom {
		background:#efefef;
		padding:1.5em	
	}
	
	.shadow {
		background: url(../images/shadow.png) no-repeat top center;
		height:20px;	
		display: none
	}

/* footer */ 
	
	#footer { 
		text-align: center;
		color:#fff;
		opacity: 0.2;
		padding:0em
	}
	
	#footer a .glyph-item {
		color:#999;
		font-size:2em	
	}
	
	#footer a:hover .glyph-item {
		color:#222; 
	}
	
 /* Pricing */		
 
 	.pricing {
 		text-align: center	
 	}
 	
 	.pricing .blocks {
 		padding:4em 4em 1em	6em
 	}
 	
 	.pricing .blocks .inner {
 		padding:0;	
 	}
 	
 	.pricing .blocks .inner ul, .pricing .blocks .inner ul li {
 		list-style: none;
 		padding:0;
 		margin:0
 	}
 	
 	.pricing .blocks .inner ul {
		border: solid 1px #dce2e5;
		border-bottom:0;
		margin-bottom:1em
 	}
 	
 	.pricing .blocks .inner ul li {
		border-bottom: solid 1px #dce2e5;
		background:#fff;
		padding:.8em 0;
 	}
 	
 	.pricing .blocks .inner ul li h2 {
 		margin:0;
 		padding:0;
 	}
 	
 	.pricing .blocks .inner.primary ul li h2 {
 		padding:1em 0;
 		font-weight: 400
 	}
 	
 	.pricing .blocks .inner.secondary {
		margin-top:2em;

 	}
 	 
 	
 	.pricing .blocks .inner ul li.price {
 		background:#333;	
 	}
 	
 	.pricing .blocks .inner ul li h1 {
 		margin:.2em 0 0;
 		line-height:1em;
 		padding:0; 
 	}
 	
 	.pricing .blocks .inner ul li h1 span {
 		font-size:.8em; 
 		color:#fff;
 	}
 	
 	.pricing .blocks .inner ul li h1 strong {
 		font-weight: 400;
 		color:#fff;
 	}
 	
 	.pricing .blocks .inner ul li h1 small {
 		font-size: .4em;
		color: rgba(255, 255, 255, 0.7);
 	}
 	
 	.pricing .blocks .inner a.btn {
		line-height:5em
 	}
 	
/* #sidebar */

	#sidebar {
		margin-top:1em	
	}

 	#sidebar ul {
 		list-style: none;
 		padding:0;
 		margin:0;	
 	}
 	
 	#sidebar ul li {
 		list-style: none;
 		padding:0 0 1em;
 		margin:0 0 2em;
		border-bottom: solid 1px #dce2e5;		
 	}
 	
 	#sidebar ul li h3 {
 		margin:0 0 .8em;
 		
 	}
	
/* Responsive options */
	
@media screen and (max-width: 50em) { 

	body { 
	}
	
	.container {
		min-width: 100%;
		max-width: 100% 
	}
	
	#header {
		padding:1em	
	}
	
	#header h1 {
		margin-left:.2em	
	}
	
	#menu { 
		position: absolute; 
		top:0em;
		left:1em;
		right:3.8em;	 
  		-moz-box-shadow:    5px 5px 5px rgba(0, 0, 0, 0.1);
  		-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  		box-shadow:         5px 5px 5px rgba(0, 0, 0, 0.1);		
		text-shadow: none;
		display: none;
	}
	
	#menu ul {
		margin:0;	
	}
	
	#menu li {
		display: block;
		width:100%;
		float: none;
		margin:0;
		clear: both;	
	}
	
	#menu li a {
		display: block; 
		float: none; 
		clear: both;	
	    background: #fff; 
	    color:#333 !important;
		padding:1em !important;
		border-bottom: solid 1px #dce2e5;	
	}  
	
	#menu ul li.current a { 
		border: 0;
  		-webkit-border-radius: 0; 
  		-moz-border-radius: 0; 
  		border-radius: 0; 		
		float: none; 
		clear: both;	
	    background: #fff !important; 
	    color:#333 !important;
		padding:1em !important;
	} 	
	
	h2.menulink {
	    float: right;
	    display: inline;
	    width: 30px;
	    height: 30px;
	    border: 0;
	    margin: 0;
	}
	
	h2.menulink a {
	    display: block;
	    width: 30px;
	    height: 30px;
	    text-indent: -1000px;
	    background: url(../images/menu_btn_background.png) no-repeat center center; 
	    overflow: hidden;
	    border: 0;
	}	
	
	.hero {
		padding:4em 1em;	
		margin:0 0 2em;	
	}
	
	.form-box {
		margin:0 1em	
	}
	
	.shadow {
		display: none	
	}
	
	.strip { 
	}
	.strip .inner {
		padding:1em; 
	}
 	
 	.pricing .blocks {
 		padding:1em 1em 1em	1em
 	}
 	
 	.form-row label {
 		line-height:1em	
 	}
 	
 	.form-row label .glyph-item {
 		display: none	
 	}
	
	.form-row .inner {
		margin:0 0 0 0;
		text-align: left
	}
 	
	.intro {
		padding:1em	
	}
	
	.intro h1 {
		font-size:2em	
	}
	
	.intro h2 {
		font-size:1.2em	
	} 	 
	
	#wrapper {   
		height: auto !important	
	}
	
	.padded {
		padding:1.5em	
	}
	
	.features {
		padding-top:3em	
	}
	
}

/*styles for 800px and down @ 16px!*/
@media screen and (max-width: 45em) { 
	body { 
	}
	.container {
		min-width: 100%;
		max-width: 100% 
	}
		
	.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {  
  		width:100%  
	}
	
	.inner {
		margin:0 0 1em 0;	
	}
	
	#container_main{
		margin:0; 
	}
	
	#container_sidebar{
		float: none;
		clear: both;
		width: 100%;   
	} 
	
	#wrapper { 
	}
	
	#header {
		margin-bottom:10px;
		padding-left:10px;
	}
}
 	
	
@media screen and (min-width: 50em) { 
	#menu { 
		display: block !important
	} 
}
 
 
 

/********************************************************/
/*                      17. Buttons                     */
/********************************************************/

/* Set line-height so buttons fit */
.button-height {
	line-height: 34px;
	margin-top: -2px;
	margin-bottom: -2px;
	}
	.button-height.wrapped {
		padding: 8px 10px;
		margin-top: 0;
	}
	p.button-height,
	ul.button-height,
	ol.button-height {
		margin-bottom: 14px;
	}
	p.button-height:last-child,
	ul.button-height:last-child,
	ol.button-height:last-child {
		margin-bottom: -2px;
		}
		/* IE7 */
		p.button-height.last-child,
		ul.button-height.last-child,
		ol.button-height.last-child {
			margin-bottom: -2px;
		}
	.button-height.absolute-left,
	.button-height.absolute-right {
		margin-top: -17px;
		margin-bottom: 0;
	}

/* Disabled elements */
.disabled, .disabled span,
.disabled .input, .disabled input,
.disabled .label, .disabled label,
.disabled .button, .disabled button,
.disabled a,
:disabled {
	cursor: not-allowed !important;
}

.button {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: baseline;
	*vertical-align: middle;
	position: relative;
	text-align: center;
	font-weight: bold;
	text-transform: none;
	padding: 0 11px;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	*line-height: 26px;
	*height: 26px;
	-webkit-background-clip: padding-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	min-width: 6px;
	border-width: 1px;
	border-style: solid;
	-webkit-background-clip: padding-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	background-position: center center !important; /* This is required for glossy gradients image fallbacck*/
	}
	.button::-moz-focus-inner {
		padding: 0;
		border: 0;
	}
	.ie7 button.button {
		line-height: 24px;
		height: 28px;
	}
	.ie7 .button {
		margin-left: 4px;
		}
		.ie7 .button:first-child {
			margin-left: 0;
		}
	.button.full-width {
		width: 100%;
		margin: 0;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
		.no-boxsizing .button.full-width {
			width: 94%;
		}
		.no-boxsizing button.button.full-width {
			width: 100%;
		}
	.button-height .button.float-left,
	.button-height .button.float-right {
		margin-top: 2px;
	}
	.button.absolute-left,
	.button.absolute-right {
		position: absolute;
		margin-top: -15px;
	}
	.button:focus {
		outline: 0;
		-webkit-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75);
		-moz-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75);
		box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75);
	}

	/* Buttons in inputs */
	.input .button {
		margin-top: -1px;
		margin-bottom: -1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		}
		.input .button:first-child {
			margin-left: -9px;
		}
		.ie7 .input .button:first-child {
			margin-left: 0;
			margin-right: 3px;
		}
		.input.large .button,
		.input .button:first-child {
			-webkit-border-bottom-left-radius: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-bottom-left-radius: 3px;
			border-top-left-radius: 3px;
		}
		.input .button:last-child {
			margin-right: -9px;
			}
			/* IE7 */
			.input .button.last-child {
				margin-right: -9px;
			}
		.input.large .button,
		.input .button:last-child {
			-webkit-border-bottom-right-radius: 3px;
			-webkit-border-top-right-radius: 3px;
			-moz-border-radius-topright: 3px;
			-moz-border-radius-bottomright: 3px;
			border-bottom-right-radius: 3px;
			border-top-right-radius: 3px;
			}

	/* Default shadows */
	.button,
	.button-group > .button:first-child,
	.select-value,
	.legend {
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15);
		}
		.button-group > .button,
		.select-arrow {
			-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 1px 0 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15);
			-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 1px 0 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 1px 0 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15);
		}
		.button,
		.select-value,
		.legend {
			-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
			-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
			text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
		}

	/* Custom tones shadows */
	.button.black-gradient, .button-group > .black-gradient:first-child,
	.button.anthracite-gradient, .button-group > .anthracite-gradient:first-child,
	.button.grey-gradient, .button-group > .grey-gradient:first-child,
	.button.blue-gradient, .button-group > .blue-gradient:first-child,
	.button.red-gradient, .button-group > .red-gradient:first-child,
	.button.orange-gradient, .button-group > .orange-gradient:first-child,
	.button.green-gradient, .button-group > .green-gradient:first-child,
	.black-gradient > .select-value, .anthracite-gradient > .select-value,
	.blue-gradient > .select-value, .grey-gradient > .select-value,
	.red-gradient > .select-value, .orange-gradient > .select-value,
	.green-gradient > .select-value {
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.25);
		}
		.button.black-gradient,
		.button.anthracite-gradient,
		.button.grey-gradient,
		.button.blue-gradient,
		.black-gradient > .select-value, .anthracite-gradient > .select-value,
		.blue-gradient > .select-value, .grey-gradient > .select-value {
			-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
			-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
			text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
		}
		.button.red-gradient,
		.button.orange-gradient,
		.button.green-gradient,
		.select.red-gradient > .select-value, .select.orange-gradient > .select-value, .select.green-gradient > .select-value {
			-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
			-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
			text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
		}
	.button-group > .silver-gradient,
	.button-group > .white-gradient,
	.white-gradient > .select-arrow {
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 1px 0 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 1px 0 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 1px 0 0 rgba(255, 255, 255, 0.75), 0 1px 1px rgba(0, 0, 0, 0.15);
	}
	.button-group > .black-gradient,
	.button-group > .anthracite-gradient,
	.button-group > .grey-gradient,
	.button-group > .red-gradient,
	.button-group > .orange-gradient,
	.button-group > .green-gradient,
	.button-group > .blue-gradient,
	.black-gradient > .select-arrow, .anthracite-gradient > .select-arrow,
	.grey-gradient > .select-arrow, .red-gradient > .select-arrow,
	.orange-gradient > .select-arrow, .green-gradient > .select-arrow, .blue-gradient > .select-arrow {
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 1px rgba(0, 0, 0, 0.25);
	}

	/* Active state */
	.button:active, .button.active {
		border: 0;
		padding: 1px 12px;
		-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.75), 0 1px 1px rgba(255, 255, 255, 0.35) !important;
		-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.75), 0 1px 1px rgba(255, 255, 255, 0.35) !important;
		box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.75), 0 1px 1px rgba(255, 255, 255, 0.35) !important;
		}
		.button.silver-active:active, .button.silver-active.active,
		.button.white-active:active, .button.white-active.active {
			-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
			-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
			text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
		}
		.button.black-active:active, .button.black-active.active,
		.button.anthracite-active:active, .button.anthracite-active.active,
		.button.grey-active:active, .button.grey-active.active,
		.button.blue-active:active, .button.blue-active.active {
			-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
			-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
			text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
		}
		.button.red-active:active, .button.red-active.active,
		.button.orange-active:active, .button.orange-active.active,
		.button.green-active:active, .button.green-active.active {
			-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
			-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
			text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
		}

	/* Disabled state */
	.button:disabled, .button.disabled, .disabled .button,
	.disabled .select-value, .disabled .select-arrow {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-text-shadow: none !important;
		-moz-text-shadow: none !important;
		text-shadow: none !important;
		}
		.button:disabled, .button.disabled, .disabled .button {
			border-width: 1px;
			border-style: solid;
			padding: 0 11px;
		}

/* Icon section in a button */
.button > .button-icon {
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	text-align: left;
	font-weight: bold;
	padding: 0 10px;
	line-height: inherit;
	/*line-height:expression(this.parentNode.currentStyle['line-height']);*/
	height: inherit;
	/*height:expression(this.parentNode.currentStyle['height']-2);*/
	min-width: 6px;
	border-width: 1px;
	border-style: solid;
	margin: -1px 9px -1px -12px;
	-webkit-background-clip: padding-box;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
	-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	background-position: center center !important; /* This is required for glossy gradients image fallbacck*/
	}
	.ie7 .button > .button-icon {
		margin: -1px 9px -1px 0;
	}
	@-moz-document url-prefix() {
		.button > .button-icon {
			margin-left: -15px;
		}
	}
	.button.full-width > .button-icon {
		float: left;
	}
	.button > .button-icon.right-side {
		margin: -1px -12px -1px 9px;
		-webkit-border-radius: 0;
		-webkit-border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius: 0 4px 4px 0;
		border-radius: 0 4px 4px 0;
		}
		.ie7 .button > .button-icon.right-side {
			margin: -1px 0 -1px 0;
		}
		@-moz-document url-prefix() {
			.button > .button-icon.right-side {
				margin-right: -15px;
			}
		}
		.button.full-width > .button-icon.right-side {
			float: right;
		}
	:active > .button-icon,
	.active > .button-icon {
		-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.75);
		box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.75);
		}
		:active > .button-icon.black-gradient,
		.active > .button-icon.black-gradient,
		:active > .button-icon.anthracite-gradient,
		.active > .button-icon.anthracite-gradient,
		:active > .button-icon.grey-gradient,
		.active > .button-icon.grey-gradient,
		:active > .button-icon.blue-gradient,
		.active > .button-icon.blue-gradient {
			-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
			-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
			text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
		}
		:active > .button-icon.white-gradient,
		.active > .button-icon.white-gradient {
			-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
			-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
			text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
		}
		:active .button-icon.red-gradient,
		.active .button-icon.red-gradient,
		:active .button-icon.orange-gradient,
		.active .button-icon.orange-gradient,
		:active .button-icon.green-gradient,
		.active .button-icon.green-gradient {
			-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
			-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
			text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
		}
	:disabled > .button-icon,
	.disabled .button-icon {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		text-shadow: none;
	}

/* Tiny button */
.button.tiny, .tiny .button {
	padding: 0 5px;
	line-height: 16px;
	height: 16px;
	*line-height: 14px;
	*height: 14px;
	font-size: 11px;
	min-width: auto;
	font-weight: normal;
	-webkit-background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	.ie7 button.button.tiny,
	.ie7 .tiny button.button {
		line-height: 12px;
		height: 16px;
	}
	p > .button.tiny, p.tiny > .button, .tiny p > .button {
		margin-top: -1px;
		margin-bottom: -1px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.button.tiny.absolute-left, .tiny .button.absolute-left,
	.button.tiny.absolute-right, .tiny .button.absolute-right {
		margin-top: -9px;
	}
	.input .button.tiny:first-child,
	.input.tiny .button:first-child {
		margin-left: -3px;
	}
	.input .button.tiny:last-child,
	.input.tiny .button:last-child {
		margin-right: -3px;
		}
		/* IE7 */
		.input .button.tiny.last-child,
		.input.tiny .button.last-child {
			margin-right: -3px;
		}
	.button.tiny:active, .tiny .button:active,
	.button.tiny.active, .tiny .button.active {
		padding: 1px 6px;
		}
		.button.tiny:disabled, .button.tiny.disabled,
		.tiny .button:disabled, .tiny .button.disabled,
		.tiny.disabled .button, .disabled .tiny .button {
			padding: 0 5px;
		}
	.button-group.tiny, .tiny .button-group {
		line-height: 18px;
		height: 18px;
		margin-top: -2px;
		margin-bottom: 0;
		}
		.button-group.tiny.absolute-left, .tiny .button-group.absolute-left,
		.button-group.tiny.absolute-right, .tiny .button-group.absolute-right {
			margin-top: -9px;
		}

/* Compact button */
.button.compact, .compact .button {
	padding: 0 8px;
	line-height: 22px;
	height: 22px;
	*line-height: 20px;
	*height: 20px;
	}
	.ie7 button.button.compact,
	.ie7 .compact button.button {
		line-height: 18px;
		height: 22px;
	}
	.button.compact.absolute-left, .compact .button.absolute-left,
	.button.compact.absolute-right, .compact .button.absolute-right {
		margin-top: -12px;
	}
	.input .button.compact {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		}
		.input .button.compact:first-child,
		.input.compact .button:first-child {
			margin-left: -6px;
		}
		.input .button.compact:last-child,
		.input.compact .button:last-child {
			margin-right: -6px;
			}
			/* IE7 */
			.input .button.compact.last-child,
			.input.compact .button.last-child {
				margin-right: -6px;
			}
	.button.compact:active, .compact .button:active,
	.button.compact.active, .compact .button.active {
		padding: 1px 9px;
		}
		.button.compact:disabled, .button.compact.disabled,
		.compact .button:disabled, .compact .button.disabled,
		.compact.disabled .button, .disabled .compact .button {
			padding: 0 8px;
		}
	.button-group.compact, .compact .button-group {
		line-height: 24px;
		height: 24px;
		margin-top: -5px;
		margin-bottom: -3px;
		}
		.button-group.compact.absolute-left, .compact .button-group.absolute-left,
		.button-group.compact.absolute-right, .compact .button-group.absolute-right {
			margin-top: -12px;
		}
	.compact > .button-icon {
		margin: -1px 4px -1px -9px;
		padding: 0 6px;
		}
		.compact > .button-icon.right-side {
			margin: -1px -9px -1px 4px;
		}

/* Big button */
.button.big, .big .button {
	padding: 0 12px;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	*line-height: 30px;
	*height: 30px;
	margin-top: 0;
	margin-bottom: 0;
	-webkit-background-clip: padding-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	.ie7 button.button.big,
	.ie7 .big button.button {
		line-height: 28px;
		height: 32px;
	}
	.button.big.absolute-left, .big .button.absolute-left,
	.button.big.absolute-right, .big .button.absolute-right {
		margin-top: -17px;
	}
	.button.big:active, .big .button:active,
	.button.big.active, .big .button.active,
	.button.big:first-child:active, .big .button:first-child:active,
	.button.big.active:first-child, .big .button.active:first-child {
		padding: 1px 13px;
		}
		.button.big:disabled, .button.big.disabled,
		.big .button:disabled, .big .button.disabled,
		.big.disabled .button, .disabled .big .button {
			padding: 0 12px;
		}
	.big > .button-icon {
		margin: -1px 8px -1px -13px;
		padding: 0 11px;
		}
		.big > .button-icon.right-side {
			margin: -1px -13px -1px 8px;
		}

/* Huge button */
.button.huge, .huge .button {
	padding: 0 18px;
	font-size: 18px;
	line-height: 46px;
	height: 46px;
	*line-height: 44px;
	*height: 44px;
	min-width: 10px;
	margin-top: 0;
	margin-bottom: 0;
	-webkit-background-clip: padding-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
	.ie7 button.button.huge,
	.ie7 .huge button.button {
		line-height: 42px;
		height: 46px;
	}
	.button.huge.absolute-left, .huge .button.absolute-left,
	.button.huge.absolute-right, .huge .button.absolute-right {
		margin-top: -24px;
	}
	.button.huge:active, .huge .button:active,
	.button.huge.active, .huge .button.active,
	.button.huge:first-child:active, .huge .button:first-child:active,
	.button.huge.active:first-child, .huge .button.active:first-child {
		padding: 1px 19px;
		}
		.button.huge:disabled, .button.huge.disabled,
		.huge .button:disabled, .huge .button.disabled,
		.huge.disabled .button, .disabled .huge .button {
			padding: 0 18px;
		}
	.huge > .button-icon {
		margin: -1px 15px -1px -19px;
		padding: 0 18px;
		}
		.huge > .button-icon.right-side {
			margin: -1px -19px -1px 15px;
		}

/* Checkable included in a button label */
.js label.button > input[type="checkbox"],
.js label.button > input[type="radio"] {
	display: none;
}

/* Grouped buttons */
.button-group {
	display: inline-block;
	zoom: 1;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	padding-left: 1px;
	}
	.ie7 .button-group {
		display: inline;
		margin-left: 4px;
		}
		.ie7 .button-group:first-child {
			margin-left: 0;
		}
	p > .button-group {
		margin-top: -8px;
		margin-bottom: -6px;
	}
	.button-height .button-group {
		margin-top: -2px;
		margin-bottom: 2px;
	}
	.button-group.absolute-left,
	.button-group.absolute-right {
		margin-top: -15px;
	}
	.button-group > .button,
	.ie7 .button-group > .button {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		float: left;
		margin-left: -1px;
		}
		.button-group > .button:first-child {
			border-left-width: 1px;
			-webkit-border-top-left-radius: 4px;
			-webkit-border-bottom-left-radius: 4px;
			-moz-border-radius-topleft: 4px;
			-moz-border-radius-bottomleft: 4px;
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
		}
		.button-group > .button:last-child {
			-webkit-border-top-right-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
			-moz-border-radius-topright: 4px;
			-moz-border-radius-bottomright: 4px;
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
		}


		.wrapped {
			display: block;
			border-width: 1px;
			border-style: solid;
			padding: 10px;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
		}


		
/* Tags */
.tag {
	padding: 0 4px 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	.ie9 .tag {
		padding: 1px 4px;
	}
	small.tag {
		font-size: 10px;
		line-height: 14px;
		text-transform: uppercase;
		padding: 0 2px;
		vertical-align: 1px;
		border-width: 1px;
		border-style: solid;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}


/********************************************************/
/*         10. List arrows, count & sort handle         */
/********************************************************/

/* Arrows */
.with-left-arrow,
.with-right-arrow,
.tabs > li > a {
	position: relative;
	}
	.with-left-arrow:after,
	.with-right-arrow:after,
	.tabs > li > a:after {
		display: block;
		content: '';
		width: 15px;
		height: 20px;
		position: absolute;
		top: 50%;
		margin: -11px 0 0 0;
		padding: 0;
		border: 0;
		}
		/* IE7 */
		.with-arrow-after {
			display: block;
			width: 15px !important;
			height: 20px !important;
			position: absolute !important;
			top: 50%;
			margin: -11px 0 0 0 !important;
			padding: 0 !important;
			border: 0 !important;
		}
		.with-left-arrow:after {
			left: 7px;
			background: url(../img/standard/sprites.png) no-repeat -209px 0;
			}
			/* IE7 */
			.with-left-arrow > .with-arrow-after {
				left: 7px;
				background: url(../img/standard/sprites.png) no-repeat -209px 0;
			}
		.with-right-arrow:after,
		.tabs > li > a:after {
			right: 7px;
			background: url(../img/standard/sprites.png) no-repeat -224px 0;
			}
			/* IE7 */
			.with-right-arrow > .with-arrow-after,
			.tabs > li > a > .with-arrow-after {
				right: 7px;
				background: url(../img/standard/sprites.png) no-repeat -224px 0;
			}

		/* Variations */
		.with-left-arrow.grey-arrow:after	{ background-position: -209px -20px; }
		.with-left-arrow.black-arrow:after	{ background-position: -209px -40px; }
		.with-right-arrow.grey-arrow:after,
		.tabs > li > a:after				{ background-position: -224px -20px; }
		.with-right-arrow.black-arrow:after	{ background-position: -224px -40px; }
			/* IE7 */
			.with-left-arrow.grey-arrow > .with-arrow-after		{ background-position: -209px -20px; }
			.with-left-arrow.black-arrow > .with-arrow-after	{ background-position: -209px -40px; }
			.with-right-arrow.grey-arrow > .with-arrow-after,
			.tabs > li > a > .with-arrow-after					{ background-position: -224px -20px; }
			.with-right-arrow.black-arrow > .with-arrow-after	{ background-position: -224px -40px; }

		/* Arrow up */
		.arrow-up:after	{
			background-position: -239px 0;
			width: 20px;
			height: 15px;
			margin: -8px -2px 0 -2px;
			}
			.arrow-up.grey-arrow:after	{ background-position: -239px -15px; }
			.arrow-up.black-arrow:after	{ background-position: -239px -30px; }
			/* IE7 */
			.arrow-up > .with-arrow-after	{
				background-position: -239px 0;
				width: 20px !important;
				height: 15px !important;
				margin: -8px -2px 0 -2px !important;
				}
				.arrow-up.grey-arrow > .with-arrow-after	{ background-position: -239px -15px; }
				.arrow-up.black-arrow > .with-arrow-after	{ background-position: -239px -30px; }

		/* Arrow down */
		.arrow-down:after	{
			background-position: -259px 0;
			width: 20px;
			height: 15px;
			margin: -8px -2px 0 -2px;
			}
			.arrow-down.grey-arrow:after	{ background-position: -259px -15px; }
			.arrow-down.black-arrow:after	{ background-position: -259px -30px; }
			/* IE7 */
			.arrow-down > .with-arrow-after	{
				background-position: -259px 0;
				width: 20px !important;
				height: 15px !important;
				margin: -8px -2px 0 -2px !important;
				}
				.arrow-down.grey-arrow > .with-arrow-after	{ background-position: -259px -15px; }
				.arrow-down.black-arrow > .with-arrow-after	{ background-position: -259px -30px; }

/* Count */
.list-count {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	padding: 1px 6px;
	margin: -9px 0;
	min-width: 11px;
	text-align: center;
	background: url(../img/old-browsers/grey20.png);
	background: rgba(128, 128, 128, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	}
	.with-right-arrow > .list-count, .with-right-arrow > a > .list-count, .with-right-arrow > span > .list-count,
	.tabs > li > .list-count, .tabs > li > a > .list-count, .tabs > li > span > .list-count {
		right: 30px;
	}
	.no-boxshadow .list-count {
		padding: 0 6px;
		border: 1px solid white;
	}

/* Sort handle */
.list-sort {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	width: 11px;
	height: 8px;
	background: url(../img/standard/sprites.png) no-repeat -154px 0;
	cursor: move;
}

