/*------------------*/
/*	GENERAL
/*------------------------------------------------------*/

/* ----------- Logo ----------- */
#logo {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 250px;
	height: 90px;
}

.site_logo {
	padding: 0px 0px 0px 0px;
	margin: 31px 0px 0px 0px;
	float: left;
}

.site_logo h1, .site_logo .h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float: left;
	line-height: 27px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 34px;
	color: #25aae2;
}

.site_logo h1 i, .site_logo .h1 i {
	color: #454545;
	font-style: normal;
	font-weight: normal;
}

/*------------------*/
/*	SITE STRUCTURE
/*------------------------------------------------------*/
#site_wrapper {
	width: 100%;
	margin: auto auto auto auto;
}

#page_wrapper_full {
	width: 100%;
	margin: auto auto auto auto;
}

.container_full {
	width: 100%;
	margin: auto auto auto auto;
}

.container {
	width: 1000px;
	margin: auto auto auto auto;
}

/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth,
	.one_fifth {
	position: relative;
	margin-right: 3%;
	float: left;
}

.one_full {
	width: 100%;
}

.one_half {
	width: 48.500%;
}

.one_third {
	width: 31.330%;
}

.one_fourth {
	width: 22.750%;
}

.one_fifth {
	width: 17.600%;
}

.two_third {
	width: 65.660%;
}

.three_fourth {
	width: 74.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

/*------------------*/
/*	MENU
/*------------------------------------------------------*/
#access .menu {
	list-style: none;
	font-weight: normal;
	position: relative;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	width: 750px;
	margin-top: 0px;
}

#access .menu select {
	border: 2px solid #eee;
	padding: 10px 10px 10px 10px;
	background-color: #f9f9f9;
	color: #333;
}

#access .menu ul {
	margin: 0px;
	list-style-type: none;
	position: relative;
	text-align: left;
	z-index: 1001;
	height: 90px;
	margin: 0;
	float: right;
}

#access .menu ul li {
	position: relative;
	display: inline-block;
	padding: 0;
	z-index: 101;
	margin: 0px 1px 0px 1px;
	float: left;
	background: url(../images/menu-divedar.png) no-repeat right bottom;
}

#access .menu ul li a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	color: #333;
	margin: 0;
	padding: 40px 13px 34px 13px;
	text-align: center;
	background: url(../images/spacer.gif) no-repeat center top;
}

#access .menu ul li a:hover {
	color: #25aae2;
	padding: 40px 13px 34px 13px;
	background: url(../images/menu-arrow.png) no-repeat center top;
}

#access .menu ul li a.active {
	color: #25aae2;
	padding: 40px 13px 34px 13px;
	background: url(../images/menu-arrow.png) no-repeat center top;
}

#access .menu ul li ul {
	position: absolute;
	left: 0;
	height: auto;
	display: none;
	visibility: hidden;
	width: 180px;
	padding: 0;
	text-align: left;
	border-top: 3px solid #25aae2;
}

#access .menu ul li ul li {
	display: list-item;
	float: none;
	background: none;
	padding: 0;
	margin: 0;
	height: auto;
}

#access .menu ul li ul li ul {
	top: 0;
}

#access .menu ul li ul li a {
	margin: 0;
	border: none;
	display: block;
	padding: 13px 12px 13px 12px;
	font-size: 11px;
	color: #fff;
	background: #454545 url(../images/spacer.gif) no-repeat center bottom;
	width: 155px;
	text-align: left;
	border-top: none;
	border-bottom: 1px solid #555;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#access .menu ul li ul li a:hover, #access .menu ul li ul li.active a,
	#access .menu ul li ul li a.selected {
	background: #25aae2 url(../images/spacer.gif) no-repeat center bottom;
	border-bottom: 1px solid #454545;
	border-top: none;
	color: #fff;
	padding: 13px 12px 13px 12px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#access .menu ul li ul li:last-child {
	border: none;
}

* html #access .menu {
	height: 1%;
}

.selectnav {
	display: none;
	width: 440px;
	margin-left: 20px;
}

/*------------------*/
/*	PAGES
/*------------------------------------------------------*/

/* top section */
.top_links {
	width: 100%;
	min-height: 30px;
	background-color: #454545;
}

.date_wrap {
	float: left;
	width: 25%;
}

.date, .order-head .date {
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 10px;
}


.top_contact_info {
	float: left;
	width: 75%;
}

ul.tci_list {
	float: right;
	padding: 0px;
	margin: 4px 0px 0px 0px;
}

.tci_list li {
	float: left;
	padding: 0px;
	margin: 3px 5px 0px 0px;
	font-size: 11px;
	color: #999;
}

.tci_list li img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.tci_list li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.tci_list li a {
	font-size: 11px;
	color: #999;
}

.tci_list li a:hover {
	font-size: 11px;
	color: #eee;
}

.tci_list li.email {
	float: left;
	padding: 0px 0px 0px 22px;
	margin: 0px 10px 0px 0px;
	background: url(../images/email-icon.png) no-repeat left 3px;
}

.tci_list li.phone {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px 10px 0px 0px;
	background: url(../images/phone-icon.png) no-repeat left 4px;
}

.tci_list li.chat {
	float: left;
	padding: 0px 0px 0px 21px;
	margin: 0px 10px 0px 0px;
	background: url(../images/live-chat-icon.png) no-repeat left 3px;
}

.tci_list li.country {
	margin: 0;
	padding: 0px 5px 0 10px;
	float: left;
}

.tci_list li.country1 {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px 10px 0px 0px;
	background: url(../images/globe-3-16.png) no-repeat left 3px;
}

.tci_list li.country_select {
	float: left;
	width: 99px;
}

.tci_list li.country_select select {
	float: left;
	font-size: 10px;
	width: 99px;
	padding: 0;
	margin: 0px;
	border: 1px solid #333;
	color: #a9a9a9;
	background-color: #666;
}

.top_section {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 90px;
	background: #f8f8f8 url(../images/menu-bg.png) repeat-x left top;
}

.top_shadow {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 20px;
	z-index: 998;
	background: url(../images/top-shadow.png) repeat-x left top;
}

.slider_button1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	float: left;
	padding: 0px;
	width: 160px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	line-height: 47px;
	background: url(../images/sbut-01.png) no-repeat center top;
}

.slider_button1:hover {
	color: #333;
}

.slider_button2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	float: left;
	padding: 0px;
	width: 160px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	line-height: 47px;
	background: url(../images/sbut-02.png) no-repeat center top;
}

.slider_button2:hover {
	color: #333;
}

.slider_gray {
	float: left;
	width: 100%;
	background: url(../images/gray-bg2.jpg) repeat left top;
	margin-top: -20px;
	padding: 40px 0px 30px 0px;
}

/* hosting plans */
.hosting_plans {
	float: left;
	width: 100%;
	padding: 30px 0px 25px 0px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	background: url(../images/gray-bg2.jpg) repeat left top;
}

.hosting_plans .title_text {
	float: left;
	width: 30px;
}

.hosting_plans .hostplan {
	float: left;
	width: 22.7%;
	margin-right: 20px;
}

.hostplan .title {
	float: left;
	width: 100%;
	height: 62px;
	border-top: 2px solid #2196d0;
	background: url(../images/hostplan-title-bg.png) no-repeat left top;
}

.hostplan .title b {
	float: left;
	width: 72px;
	height: 50px;
	padding-top: 17px;
	line-height: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.hostplan .title b i {
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
}

.hostplan .title strong {
	float: left;
	width: 59%;
	height: 57px;
	padding-left: 15px;
	padding-top: 10px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
}

.hostplan ul {
	float: left;
	padding: 9% 0 10% 13%;
	margin: 0px 0px 0px 0px;
	width: 86.2%;
	background: #fff url(../images/down-arrow.png) no-repeat center top;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.hostplan li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 27px;
	background: url(../images/arrow-04.png) no-repeat left 12px;
}

.hostplan li.noarrow {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
}

.hostplan .shadow {
	float: left;
	width: 100%;
	height: 7px;
	background: url(../images/host-planbox-bottom.png) no-repeat center top;
}

.hostplan.last {
	margin-right: 0px;
}

.hostplan ul:hover {
	background: #fafafa url(../images/down-arrow.png) no-repeat center top;
}

.hosting_plans.slider {
	margin-top: -20px;
}

/* We take care section */
.home_aboutarea {
	float: left;
	width: 61.5%;
	padding: 14px 20px 0px 20px;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
	background-color: #fff;
}

.home_aboutarea h2, .home_aboutarea .h2 {
	font-size: 18px;
	color: #454545;
	margin-bottom: 10px;
}

.home_aboutarea .left {
	float: left;
	width: 210px;
}

.home_aboutarea .left img {
	float: left;
}

.home_aboutarea .right {
	float: right;
	width: 63%;
	padding: 5px 0px 0px 0px;
}

.accrodation {
	float: right;
	width: 31.3%;
}

/* home titles */
.home_title1 {
	float: left;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 27px;
	line-height: 27px;
	color: #454545;
	text-align: center;
	background: url(../images/title-bgline1.png) no-repeat center 13px;
}

.home_title1 i {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	color: #727272;
	text-align: center;
}

.home_title2 {
	float: left;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 27px;
	line-height: 27px;
	color: #454545;
	text-align: center;
	background: url(../images/title-bgline2.png) no-repeat center 13px;
}

.home_title2 i {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	color: #727272;
	text-align: center;
}

.home_title3 {
	float: left;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
	color: #454545;
	text-align: center;
	margin: 30px 0px 0px 0px;
}

.home_title3 i {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	color: #727272;
	text-align: center;
}

/* why choose us */
.whyus {
	float: left;
	width: 46%;
}

.whyus h2, .whyus .h2 {
	margin-bottom: 10px;
}

.whyus_box {
	float: left;
	width: 94%;
	padding: 25px 25px 5px 25px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

ul.whyus_list {
	float: left;
	padding: 0px;
	margin: 0px 30px 0px 0px;
	width: 46%;
}

.whyus_list li {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.whyus_list li img {
	float: left;
	padding: 0px 16px 0px 0px;
	margin: 0px;
}

.whyus_list li h4 {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	text-transform: none;
}

ul.whyus_list.last {
	padding: 0px;
	margin: 0px;
}

/* hosting includes */
.features_section_two {
	float: left;
	width: 100%;
}

.features_section_two .sections {
	float: left;
	width: 26.3%;
	padding: 20px 25px 11px 25px;
	margin-right: 30px;
	background-color: #f9f9f9;
	border-top: 3px solid #eee;
	border-bottom: 1px solid #eee;
}

.features_section_two .sections.last {
	float: right;
	width: 31.3%;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
}

ul.hosting_includes_list {
	float: left;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 100%;
}

.hosting_includes_list li {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	width: 100%;
}

.hosting_includes_list li img {
	float: left;
	margin: 0px 18px 0px 0px;
}

.hosting_includes_list li h4 {
	font-size: 13px;
	text-transform: none;
	margin: 2px 0px 0px 0px;
	color: #333;
}

/* create new website */
ul.creating_newwebstie_list {
	float: left;
	padding: 0px;
	margin: 18px 0px 17px 0px;
	width: 100%;
}

.creating_newwebstie_list li {
	float: left;
	padding: 0px 0px 0px 13px;
	margin: 0px;
	line-height: 25px;
	width: 100%;
	font-size: 13px;
	text-transform: none;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	background: url(../images/arrow-07.png) no-repeat left 9px;
}

/* ad one */
.rad_one {
	float: left;
	width: 97%;
	min-height: 180px;
	background: url(../images/rad-one-bg.png) repeat left top;
	border: 5px solid #eee;
}

.rad_one h2, .rad_one .h2 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	color: #454545;
	margin: 18px 0px 0px 0px;
}

.rad_one h1, .rad_one .h1 {
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #25aae2;
	margin: 10px 0px -10px 0px;
}

.rad_one .but {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: url(../images/gray-but-bg.png) repeat-x left top;
	border-radius: 20px;
	padding: 7px 20px;
	margin-top: 20px;
	display: block;
	width: 40%;
	margin-left: 25%;
	text-align: center;
}

.rad_one .but:hover {
	color: #999;
}

.rad_one .carve {
	position: absolute;
	width: 308px;
	margin-top: -5px;
	height: 47px;
	background: url(../images/rad-right-carve.png) no-repeat right top;
}

.rad_two {
	float: left;
	width: 97%;
	min-height: 110px;
	background: #f0f0f0 url(../images/rad-two-bg.png) no-repeat left top;
	border: 5px solid #eee;
}

.rad_two h2, .rad_two .h2 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	color: #454545;
	margin: 13px 0px 0px 0px;
}

.rad_two h2 i, .rad_two .h2 i {
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	color: #454545;
}

.rad_two h1, .rad_two .h1 {
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #25aae2;
	margin: 4px 0px 0px 0px;
}

.rad_two h1 i, .rad_two .h1 i {
	font-size: 9px;
	font-weight: bold;
	color: #454545;
	font-style: normal;
}

.rad_two .carve {
	position: absolute;
	width: 308px;
	margin-top: -5px;
	height: 47px;
	background: url(../images/rad-right-carve.png) no-repeat right top;
}

.rad_two h5, .rad_two .h5 {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #454545;
	margin: 0px;
}

.rad_two h5 i, .rad_two .h5 i {
	background-color: #454545;
	padding: 2px 5px;
	font-style: normal;
	color: #fff;
	font-weight: normal;
}

/* bottom sections */
.bottom_sections {
	float: left;
	width: 100%;
	padding: 25px 0px 30px 0px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	background: url(../images/gray-bg2.jpg) repeat left top;
}

/* features section */
.features_section {
	float: left;
	width: 65.8%;
}

.features_section .sections {
	float: left;
	width: 47.4%;
	padding: 0px;
	margin-right: 29px;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
	background-color: #fff;
}

.features_section .sections .left {
	float: left;
	width: 22%;
	padding: 14px 20px;
	background: #f6f6f6;
}

.features_section .sections .right {
	float: left;
	width: 58%;
	padding: 10px 0px 0px 20px;
	background: url(../images/gray-arrow.png) no-repeat left 40px;
}

.features_section .sections img {
	float: left;
	margin-right: 20px;
}

.features_section h2, .features_section .h2 {
	font-size: 18px;
	color: #454545;
	margin-bottom: 20px;
}

.features_section h2 i, .features_section .h2 i {
	font-size: 12px;
	color: #999;
	margin: 2px 0px 0px 0px;
	font-style: normal;
	text-transform: none;
	display: block;
}

.features_section h4 {
	font-size: 14px;
	font-weight: 600;
	color: #454545;
	margin-bottom: 4px;
}

.features_section .sections.last {
	margin-right: 0px;
	float: left;
}

.features_section .sections:hover {
	border-bottom: 2px solid #25aae2;
}

/* whats new */
.whats_new {
	float: right;
	width: 31.3%;
}

.whats_new h2, .whats_new .h2 {
	font-size: 18px;
	color: #454545;
	margin-bottom: 20px;
}

.whats_new h2 i, .whats_new .h2 i {
	font-size: 12px;
	color: #999;
	margin: 2px 0px 0px 0px;
	font-style: normal;
	text-transform: none;
	display: block;
}

.whats_new h4 {
	font-size: 14px;
	font-weight: 600;
	color: #454545;
	margin-bottom: 4px;
}

.whats_new .contarea {
	float: left;
	width: 88%;
	padding: 14px 18px 14px 18px;
	margin-right: 29px;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
	background-color: #f9f9f9;
}

.whats_new .sections {
	float: left;
	width: 100%;
}

.whats_new .sections img {
	float: left;
	margin-right: 10px;
}

/* hosting features */
ul.hosting_features_list {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.hosting_features_list li {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	width: 50%;
}

.hosting_features_list li img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}

.hosting_features_list li strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #454545;
	display: block;
}

.hosting_features_list li.last {
	margin: 0px 0px 0px 0px;
}

/* what people say�s */
.people_says_main {
	float: right;
	width: 48%;
}

.people_says_main h2 {
	margin-bottom: 10px;
}

.people_says {
	float: left;
	width: 100%;
	padding: 10px 0px 5px 0px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.people_says .who_pic {
	float: left;
	width: 100%;
	height: 100px;
	margin-top: 8px;
}

.people_says .who_pic .name {
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 40%;
	float: left;
}

.people_says .who_pic .picture {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 40%;
	float: left;
}

/*------------------*/
/*	CONTENT
/*------------------------------------------------------*/
.content_left {
	float: left;
	width: 74%;
	padding: 40px 0px 30px 0px;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 40px 0px 0px 0px;
}

.right_sidebar {
	float: right;
	width: 22%;
	padding: 40px 0px 30px 0px;
}

.left_sidebar {
	float: left;
	width: 22%;
	padding: 40px 0px 30px 0px;
}

.content_right {
	float: right;
	width: 74%;
	padding: 40px 0px 30px 0px;
}

/* page title */
.page_title {
	width: 100%;
	min-height: 50px;
	padding-top: 20px;
	background: url(../images/sliders/revolution/slider-bg.jpg) no-repeat
		center top;
	margin: -20px 0px 0px 0px;
}

.page_title .leaft_title {
	width: 68%;
	display: block;
	float: left;
	text-align: left;
	margin: 0px 0 0 0px;
}

.page_title .leaft_title h1 {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.page_title .reght_pagenation {
	float: right;
	width: 28%;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	font-weight: 600;
	color: #fff;
	margin: 0px 0 0 0px;
	padding: 7px 0 0px 0px;
}

.page_title .reght_pagenation i {
	color: #eee;
	margin: 0px 2px 0px 2px;
}

.page_title .reght_pagenation a {
	padding: 0px 0px 0px 0px;
	color: #eee;
}

.page_title .reght_pagenation a:hover {
	color: #fff;
}

/* hosting plan */
.hosting_page_plan_main {
	position: relative;
	float: left;
}

.hosting_page_plan.first {
	position: relative;
	float: left;
	width: 39.4%;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.hosting_page_plan.first .title {
	float: left;
	width: 100%;
	height: 27px;
	padding: 13px 0 10px 0;
	background: url(../images/gray-bg.jpg) repeat left top;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-top: 3px solid #4e4e4e;
	border-bottom: 1px solid #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.hosting_page_plan {
	position: relative;
	float: left;
	width: 20%;
	border-right: 1px solid #eee;
}

.hosting_page_plan .title {
	float: left;
	width: 100%;
	height: 27px;
	padding: 13px 0 10px 0;
	background: url(../images/gray-bg.jpg) repeat left top;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-top: 3px solid #4e4e4e;
	border-bottom: 1px solid #818181;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.hosting_page_plan .price {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 30px;
	color: #25aae2;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.hosting_page_plan .price i {
	font-size: 14px;
	color: #25aae2;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}

.hosting_page_plan .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	background-color: #fff;
	text-align: center;
	color: #727272;
}

.hosting_page_plan .cont-list ul {
	margin: 0;
	padding: 0;
}

.hosting_page_plan .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #eee;
}

.hosting_page_plan .cont-list li.last {
	border: none;
}

.hosting_page_plan .ordernow {
	float: left;
	width: 100%;
	height: 90px;
	padding: 18px 0 0px 0;
	background-color: #f9f9f9;
	border-bottom: 1px solid #eee;
	text-align: center;
	color: #fff;
}

.hosting_page_plan .ordernow h4 {
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #25aae2;
}

/* our team */
.our_team_box {
	width: 100%;
	float: left;
}

.our_team_box ul {
	margin: 0;
	padding: 7px 0 0 0px;
	float: left;
	width: 170px;
}

.our_team_box li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
	color: #a9a9a9;
}

.our_team_box li a {
	margin: 7px 5px 0 0;
	padding: 0;
	float: left;
}

.our_team_box  img.teammempic {
	width: 90%;
	margin: 0px;
	padding: 0;
	border: 5px solid #f3f3f3;
}

.our_team_box  img.teammempic:hover {
	width: 90%;
	margin: 0px;
	padding: 0;
	border: 5px solid #e3e3e3;
}

.our_team_box li a img:hover {
	margin: 0px;
	padding: 0;
	opacity: 0.7;
	filter: alpha(opacity =   10);
}

.our_team_box li strong {
	font-size: 13px;
	color: #454545;
	display: block;
}

.our_team_box li strong i {
	color: #999;
	font-size: 11px;
	font-style: normal;
}

.our_team_box .boxleft {
	width: 170px;
	float: left;
	margin: 0px 20px 0 0;
}

.our_team_box .cont-area {
	float: left;
	font-size: 10px;
	color: #727272;
	width: 100%;
	margin-bottom: 10px;
}

.our_team_box .boxright {
	width: 170px;
	float: right;
	margin: 0px;
}

/* ----------- our products ----------- */
.our_products {
	width: 100%;
	float: left;
}

.our_products ul {
	width: 100%;
	float: left;
}

.our_products li {
	width: 47.8%;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
}

.our_products li h5 {
	font-size: 14px;
	color: #25aae2;
	margin-top: 5px;
	margin-bottom: 10px;
}

.our_products li h3 {
	color: #25aae2;
	margin-top: 10px;
	margin-bottom: 10px;
}

.our_products li.last {
	width: 47.8%;
	float: left;
	margin-top: 20px;
}

.our_products.big {
	margin-top: -25px;
}

/* ----------- our support ----------- */
.our_support {
	width: 41%;
	padding: 10px 20px 10px 20px;
	float: left;
	border-radius: 5px;
	border: 5px solid #f9f9f9;
}

.our_support.last {
	padding: 10px 20px 10px 20px;
	float: right;
}

.our_support h3 {
	color: #272727;
	border-bottom: 1px solid #eee;
	padding: 5px 0px;
	margin-bottom: 20px;
}

.our_support h5 {
	color: #25aae2;
	margin-bottom: 3px;
	font-size: 14px;
}

.our_support h5 img {
	margin-right: 10px;
	float: left;
}

.our_support a {
	color: #454545;
}

.address-info {
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	padding: 15px 15px 10px 15px;
	width: 90%;
	margin-bottom: 40px;
}

.address-info a {
	color: #25aae2;
}

/*------------------*/
/*	RIGHT SIDEBAR
/*------------------------------------------------------*/

/* site search */
.site-search-area {
	margin: 0px;
	padding: 0px;
}

#site-searchform {
	margin: 0;
	padding: 0;
}

#site-searchform #s {
	border: 1px solid #eee;
	background-color: #fff;
	width: 67%;
	height: 30px;
	padding: 5px 10px 0px 10px;
	color: #999;
	float: left;
	font: normal 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#site-searchform #searchsubmit {
	float: left;
	width: 50px;
	height: 36px;
	cursor: pointer;
	text-indent: -5555em;
	line-height: 100;
	overflow: hidden;
	background: #25aae2 url(../images/site-search-icon.png) no-repeat center
		9px;
	border: 0;
}

#site-searchform #searchsubmit:hover {
	float: left;
	width: 50px;
	height: 36px;
	cursor: pointer;
	text-indent: -5555em;
	line-height: 100;
	overflow: hidden;
	background: #454545 url(../images/site-search-icon.png) no-repeat center
		9px;
	border: 0;
}

.sidebar_widget {
	float: left;
	width: 100%;
	padding: 0px 0px;
	margin: 0px;
}

.sidebar_widget ul.arrows_list1 li a:hover {
	color: #25aae2;
}

.sidebar_widget h3 {
	display: block;
	margin-bottom: 18px;
	padding-bottom: 7px;
	color: #333;
	border-bottom: 1px solid #f3f3f3;
}

/* recent posts */
ul.recent_posts_list {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	width: 100%;
	float: left;
}

.recent_posts_list li {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 13px 0px;
	list-style-type: none;
	border-bottom: 1px solid #f5f6f6;
	float: left;
	width: 100%;
}

.recent_posts_list li a {
	text-decoration: none;
	line-height: 16px;
	display: block;
	color: #999;
}

.recent_posts_list li a:hover {
	color: #25aae2;
}

.recent_posts_list li span {
	float: left;
	margin-right: 15px;
}

.recent_posts_list li span img {
	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.recent_posts_list li span img:hover {
	float: left;
	margin-right: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.recent_posts_list li i {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	display: block;
	font-size: 10px;
	font-style: normal;
	color: #c9c9c9;
}

.recent_posts_list li.last {
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #f5f6f6;
}

/* Advertisements */
ul.adsbanner-list {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.adsbanner-list li {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	width: 105px;
	height: 105px;
	list-style-type: none;
}

.adsbanner-list li img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 105px;
	height: 105px;
	list-style-type: none;
}

.adsbanner-list li.last {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 105px;
	height: 105px;
	list-style-type: none;
}

/* ----------- flickr ----------- */
#flickr_badge_wrapper img {
	width: 60px;
	height: 60px;
	margin-right: 9px;
	margin-bottom: 5px;
	border: 2px solid #454545 !important;
}

#flickr_www {
	display: block;
	padding: 0 10px 0 10px !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #3993ff !important;
}

#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link,
	#flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited
	{
	text-decoration: none !important;
	background: inherit !important;
	color: #3993ff;
}

#flickr_badge_wrapper {
	margin-top: 27px;
}

#flickr_badge_source {
	padding: 0 !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #666666 !important;
}

/* portfolio single image */
.portfolio_area {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
}

.portfolio_area_left {
	padding: 0px;
	margin: 0px;
	width: 75%;
	float: left;
}

.portfolio_area_left img {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.portfolio_area_right {
	padding: 0px;
	margin: 0px 0px 0px 3%;
	width: 22%;
	float: left;
}

.project_details {
	padding: 0px;
	margin: 40px 0px 0px 0px;
}

.project_details span {
	padding: 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #454545;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
}

.project_details strong {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #727272;
	float: left;
	width: 40%;
}

.project_details i {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	float: left;
	width: 60%;
}

.project_details span a {
	padding: 3px 10px;
	margin: 0px 0px 0px 3px;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	background-color: #e3e3e3;
	border-radius: 3px;
}

.project_details span a:hover {
	padding: 3px 10px;
	margin: 0px 0px 0px 3px;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	color: #727272;
	background-color: #ddd;
	border-radius: 3px;
}

.addto_favorites {
	padding: 3px 10px 5px 30px;
	margin: 20px 0px 0px 0px;
	width: 115px;
	display: block;
	border-radius: 3px;
	font-size: 13px;
	color: #999;
	background: #e3e3e3 url(../images/elements/icon-heart.png) no-repeat
		10px 10px;
}

.addto_favorites:hover {
	background: #ddd url(../images/elements/icon-heart.png) no-repeat 10px
		10px;
}

ul.small_social_links {
	padding: 0px;
	margin: 9px 0 25px 0px;
}

.small_social_links li {
	padding: 0px;
	margin: 0px 9px 0px 0px;
	float: left;
	width: 18px;
	height: 18px;
}

.small_social_links li a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.small_social_links li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* ----------- blog ----------- */
.blog_post {
	float: left;
	width: 100%;
}

.blog_post h3 {
	float: left;
	font-size: 20px;
	text-align: left;
	text-transform: none;
	font-weight: normal;
	color: #454545;
	width: 85%;
	line-height: 25px;
}

.blog_post h3 a {
	color: #454545;
	text-decoration: none;
	float: left;
	margin-top: 3px;
	text-transform: none;
}

.blog_post h3 a:hover {
	color: #25aae2;
	text-decoration: none;
	float: left;
	margin-top: 3px;
}

.post_info_content {
	padding: 0px;
	margin: -5px 0 0 13%;
	width: 87%;
	float: left;
}

ul.post_meta_links, ul.order-stat {
	float: left;
	margin: -12px 0px 0px -6px;
	padding: 0px 0px 0px 0px;
	width: 80%;
}

ul.order-stat {
	margin-top: 0;
	margin-left: 0;
	float: none;
	display: block;
	width: inherit;
}

.active.order-head  ul.order-stat{
	display: none;
}

ul.order-stat li {
	float: none;
	display: inline;
}

.post_meta_links li, .order-stat li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	list-style-type: none;
	color: #999;
}

.post_meta_links li.post_by {
	padding: 0px 0px 0px 25px;
	background: url(../images/blog/icon-by-user.png) no-repeat 5px 5px;
}

.post_meta_links li.post_categoty {
	padding: 0px 0px 0px 22px;
	background: url(../images/blog/icon-category.png) no-repeat 2px 6px;
}

.post_meta_links li.post_comments {
	padding: 0px 0px 0px 22px;
	background: url(../images/blog/icon-comments.png) no-repeat 2px 5px;
}

.post_meta_links li a, .order-stat li {
	color: #a1a1a1;
	padding: 0px 18px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}

.post_meta_links li a:hover, .order-stat li:hover {
	color: #727272;
	text-decoration: none;
}

.order-stat li:hover {
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}

.blog_postcontent {
	float: left;
	width: 100%;
}

.blog_postcontent .image_frame {
	float: left;
	width: 98%;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .image_frame:hover {
	border: 7px solid #f9f9f9;
}

.blog_postcontent .image_frame img {
	float: left;
	width: 99.7%;
	border: 1px solid #fff;
}

.blog_postcontent .video_frame iframe {
	float: left;
	width: 98%;
	height: 300px;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .video_frame iframe:hover {
	border: 7px solid #f9f9f9;
}

/* blog small */
.blog_post h3 {
	width: 74%;
}

.blog_postcontent .image_frame.small {
	float: left;
	width: 43%;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .image_frame.small:hover {
	border: 7px solid #f9f9f9;
}

.blog_postcontent .image_frame img {
	float: left;
	width: 99.7%;
	border: 1px solid #fff;
}

.blog_postcontent .video_frame.small iframe {
	float: left;
	width: 43%;
	height: 140px;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .video_frame iframe:hover {
	border: 7px solid #f9f9f9;
}

.post_info_content_small {
	padding: 0px;
	margin: 0 0 0 4%;
	width: 50%;
	float: left;
}

ul.post_meta_links_small {
	float: left;
	margin: -15px 0px 12px 80px;
	padding: 0px 0px 0px 0px;
	width: 80%;
}

.post_meta_links_small li.post_by {
	float: left;
	padding: 0px 0px 0px 18px;
	background: url(../images/blog/icon-by-user.png) no-repeat 0px 5px;
}

.post_meta_links_small li.post_categoty {
	float: left;
	padding: 0px 0px 0px 26px;
	background: url(../images/blog/icon-category.png) no-repeat 9px 6px;
}

.post_meta_links_small li.post_comments {
	float: left;
	padding: 0px 0px 0px 26px;
	background: url(../images/blog/icon-comments.png) no-repeat 9px 5px;
}

.post_meta_links_small li a {
	color: #a1a1a1;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}

.post_meta_links_small li a:hover {
	color: #727272;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
	font-size: 11px;
}

.blog_post a.date, .order-head .date {
	padding: 10px 5px 0px 0px;
	text-decoration: none;
	width: 55px;
	height: 55px;
	text-align: center;
	background: #fefefe;
	display: block;
	margin-right: 20px;
	float: left;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.blog_post a.date strong, .order-head .date strong {
	color: #25aae2;
	font-size: 27px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}

.blog_post a.date i, .order-head .date i {
	color: #fff;
	font-size: 11px;
	font-style: normal;
	padding: 0px 10px;
	display: block;
	border-top: 1px solid #f3f3f3;
	width: 40px;
	background-color: #25aae2;
}
.order-head .date i {
	border: none;
}

.post_readmore:link, .post_readmore:visited {
	float: right;
	height: 27px;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
	background: url(../images/skin01/but_post_readmore.jpg) no-repeat left
		top;
}

.post_readmore:hover {
	float: right;
	height: 27px;
	width: 185px;
	text-align: center;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
	background: url(../images/skin01/but_post_readmore_hover.jpg) no-repeat
		left top;
}

.sharepost {
	float: left;
	width: 80%;
	margin-bottom: 30px;
}

.sharepost ul {
	margin: 0px;
	padding: 0px;
}

.sharepost li {
	margin: 0px;
	padding: 0 9px 0 0;
	float: left;
	list-style-type: none;
}

.about_author {
	float: left;
	width: 93%;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
}

.about_author img {
	float: left;
	margin-right: 20px;
}

.about_author a:hover {
	color: #454545;
}

/* pagination */
.pagination {
	clear: both;
	padding: 10px 0;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}

.pagination b {
	float: left;
	margin: 0px 5px 2px 0;
	padding: 0px 10px;
	font-weight: normal;
	color: #999;
}

.pagination a.navlinks {
	font-size: 12px;
	color: #454545;
	background-color: #eee;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 10px;
	border-radius: 3px;
}

.pagination a.navlinks:hover {
	color: #fff;
	background-color: #454545;
}

.pagination a.current {
	color: #fff;
	background-color: #454545;
}

/* comment form */
.comment_form {
	float: left;
	width: 90%;
	margin-top: 30px;
}

.comment_form label {
	float: left;
	width: 90px;
	height: 15px;
	padding: 7px 10px;
	margin-bottom: 20px;
}

.comment_input_bg {
	float: left;
	width: 70%;
	height: 25px;
	padding: 7px 10px 0px 10px;
	border-top: 2px solid #e3e3e3;
	border-left: 2px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.comment_textarea_bg {
	float: left;
	width: 90%;
	height: 235px;
	padding: 7px 10px 0px 10px;
	margin-bottom: 20px;
	border-top: 2px solid #e3e3e3;
	border-left: 2px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.comment_checkbox {
	float: left;
	display: block;
	width: 90%;
	margin-top: 10px;
}

.comment_submit {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 9px 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 4px;
	color: #333;
}

.comment_submit:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}

/* comments */
.comment_wrap {
	padding: 20px 20px 20px 0px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.comment_wrap.chaild {
	border-bottom: 1px solid #eee;
	margin: 10px 20px 10px 50px;
	overflow: hidden;
}

.gravatar {
	float: left;
}

.comment_content {
	overflow: hidden;
	padding-left: 20px;
	position: relative;
	min-height: 80px;
}

.comment_content .comment_meta {
	position: relative;
}

.comment_content .comment_meta .comment_author {
	display: inline;
	font-size: 14px;
	font-style: normal;
}

.comment_content .comment_meta .comment_author i {
	display: inline;
	font-size: 11px;
	font-style: italic;
}

.comment_content .comment_text {
	clear: both;
	padding-top: 0px;
	overflow: hidden;
}

.comment_content .comment_text a {
	color: #d3d3d3;
	margin-top: 5px;
	float: left;
}

.comment_content .comment_text a:hover {
	color: #727272;
	margin-top: 5px;
	float: left;
}

#comments_section li ul li {
	margin-left: 30px;
}

/* ---------- contact form ---------- */
.comment_form {
	float: left;
	width: 690px;
	margin-top: 30px;
}

.blocklabel {
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
}

.comment_form label {
	float: left;
	width: 90px;
	height: 15px;
	padding: 7px 10px;
	margin-bottom: 20px;
}

.input_bg {
	float: left;
	width: 70%;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	border-top: 2px solid #e1e1e1;
	border-left: 2px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.textarea_bg {
	float: left;
	width: 90%;
	height: 235px;
	padding: 7px 10px 0px 10px;
	margin-bottom: 20px;
	border-top: 2px solid #e1e1e1;
	border-left: 2px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
}

.address-info {
	float: left;
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
	padding: 20px 20px 10px 20px;
	width: 90%;
	margin-bottom: 40px;
}

.address-info a {
	color: #25aae2;
}

.address-info a:hover {
	color: #454545;
}

.google-map {
	width: 99%;
	height: 350px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/*------------------*/
/*	FOOTER
/*------------------------------------------------------*/

/* twitter feeds */
.twitter_feed {
	float: left;
	width: 100%;
	height: 65px;
	background: url(../images/tweets-bg.png) no-repeat center top;
	border-top: 1px solid #191919;
	z-index: 2;
	position: relative;
}

.twitter_feed .tweets {
	float: right;
	width: 89%;
	height: 48px;
	padding: 10px 0px 0px 0px;
	color: #fff;
	overflow: hidden;
	line-height: 20px;
}

.twitter_feed .tweets a {
	color: #fff;
}

.twitter_feed .tweets a:hover {
	color: #fff;
	text-decoration: underline;
}

.twitter_feed .tweets ul {
	float: left;
	padding: 0px;
	margin: 0px;
}

.twitter_feed .tweets li {
	float: left;
	padding: 0px 13px 0px 5px;
	margin: 0px;
	background: url(../images/white-dot.png) no-repeat left 11px;
}

.twitter_feed .tweets li a {
	font-size: 10px;
}

#footer {
	float: left;
	width: 100%;
	padding: 35px 0px 0px 0px;
	margin-top: -7px;
	background: url(../images/footer-bg.jpg) repeat left top;
	z-index: 1;
	position: relative;
	color: #999;
}

#footer .column {
	float: left;
	width: 16%;
	margin-right: 2.2%;
	padding-right: 2.2%;
	background: url(../images/v-line.jpg) repeat-y right top;
}

#footer .column.last {
	float: left;
	width: 16%;
	margin-right: 0%;
	padding-right: 0%;
	background: none;
}

#footer h2 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

#footer h3 {
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

#footer ul.recent_blogs {
	padding: 0px 0px 0 0px;
	margin: -6px 0 0 0;
}

#footer .recent_blogs li {
	padding: 13px 0 10px 0px;
	margin: 0;
	float: left;
	line-height: 18px;
	border-bottom: 1px solid #212121;
}

#footer .recent_blogs li.last {
	border-bottom: none;
}

#footer .recent_blogs li img {
	float: left;
	margin-right: 15px;
}

#footer .recent_blogs li i {
	font-style: normal;
	color: #727272;
	font-size: 11px;
}

#footer .recent_blogs li a {
	color: #999;
	font-weight: bold;
	line-height: 18px;
}

#footer .recent_blogs li a:hover {
	color: #eee;
}

#footer .column ul.list {
	float: left;
	padding: 0px;
	margin: -3px 0px 0px 0px;
}

#footer .column .list li {
	padding: 0px 0px 0px 11px;
	margin: 0px;
	line-height: 30px;
	background: url(../images/arrow-05.png) no-repeat left 12px;
}

#footer .column .list li a {
	color: #999;
}

#footer .column .list li a:hover {
	color: #eee;
}

/* footer address */
#footer ul.address-liste {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#footer .address-liste li {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
	color: #999;
	font-style: normal;
}

#footer .address-liste li.icon1 {
	margin: 0px;
	list-style-type: none;
	background: url(../images/address-icon-footer.png) no-repeat left 5px;
}

#footer .address-liste li.icon2 {
	margin: 10px 0px 0px 0px;
	padding-left: 20px;
	list-style-type: none;
	background: url(../images/phone-icon-footer.png) no-repeat left 5px;
}

#footer .address-liste li.icon3 {
	margin: 5px 0px 0px 0px;
	padding-left: 20px;
	list-style-type: none;
	background: url(../images/fax-icon-footer.png) no-repeat left 5px;
}

#footer .address-liste li.icon4 {
	margin: 5px 0px 0px 0px;
	padding-left: 20px;
	list-style-type: none;
	background: url(../images/email-icon-footer.png) no-repeat left 5px;
}

#footer .address-liste li a {
	color: #999;
}

#footer .address-liste li a:hover {
	color: #eee;
}

#footer ul.social_list {
	float: left;
	padding: 0px;
	margin: 0px;
}

#footer .social_list li {
	float: left;
	padding: 0px;
	margin: 0px 4px 10px 0px;
}

#footer .social_list li a {
	padding: 0px;
	margin: 0px;
	width: 36px;
	height: 36px;
	background-color: #727272;
	border-radius: 36px;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 46px;
}

#footer .social_list li a:hover {
	background-color: #25aae2;
}

#footer .live_chat {
	float: left;
	width: 84%;
	padding: 8% 8% 0 8%;
	margin-top: 18px;
	min-height: 35px;
	border-radius: 4px;
	background-color: #3d3d3d;
}

#footer .live_chat:hover {
	background-color: #454545;
}

#footer .live_chat img {
	float: left;
	margin-right: 10px;
}

#footer .h_column_area {
	float: left;
	width: 100%;
	padding: 20px 0px 20px 0px;
	background: url(../images/h-line.png) repeat-x left top;
}

#footer .newsletter {
	float: left;
	width: 50%;
}

#footer .newsletter input.enter_email_input {
	float: left;
	padding: 3px 0px 0px 10px;
	height: 30px;
	width: 200px;
	margin: 5px 0 0 20px;
	background-color: #272727;
	border: 1px solid #3c3c3c;
	font: normal 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #727272;
}

#footer .newsletter .input_submit {
	float: left;
	padding: 8px 10px;
	margin: 5px 0 0 5px;
	background-color: #25aae2;
	border: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}

#footer .newsletter .input_submit:hover {
	color: #fff;
	cursor: pointer;
	background-color: #2dbaf7;
}

#footer .clients {
	float: left;
	width: 46%;
	margin-left: 4%;
}

#footer ul.clients_list {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 78%;
}

#footer .clients_list li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

/* copyrights */
.copyright_info {
	float: left;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color: #272727;
	color: #727272;
	border-top: 2px solid #222222;
}

.copyright_info b {
	float: right;
	font-size: 12px;
	color: #727272;
	font-style: normal;
	font-weight: normal;
}

.copyright_info b sup {
	font-size: 8px;
}

.copyright_info span {
	float: left;
}

.copyright_info a {
	margin-top: 10px;
	font-size: 12px;
	color: #727272;
	text-align: right;
}

.copyright_info a:hover {
	color: #999;
}

/*------------------*/
/* TYPOGRAPHY ELEMENTS
/*------------------------------------------------------*/
a.but_goback, a.but_ok_2, a.but_wifi, a.but_warning_sign, a.but_user, a.but_tag,
	a.but_table, a.but_star, a.but_search, a.but_phone, a.but_pencil, a.but_new_window,
	a.but_music, a.but_hand_right, a.but_thumbs_down, a.but_thumbs_up, a.but_globe,
	a.but_hospital, a.but_coffe_cup, a.but_settings, a.but_chat, a.but_play_button,
	a.but_remove_2, a.but_lock, a.but_shopping_cart, a.but_exclamation_mark,
	a.but_info, a.but_question_mark, a.but_minus, a.but_plus, a.but_folder_open,
	a.but_file, a.but_envelope, a.but_edit, a.but_cogwheel, a.but_check, a.but_camera,
	a.but_calendar, a.but_bookmark, a.but_book, a.but_download, a.but_pdf,
	a.but_word_doc, a.but_woman {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.but_goback {
	padding: 13px 25px 13px 45px;
	margin: 0px 0px 0px 50px;
	background: #25aae2 url(../images/arrow_left.png) no-repeat 18px 13px;
	border-bottom: 1px solid #cc7a00;
}

a.but_goback:hover {
	background-color: #23b7f6;
}

a.but_ok_2 {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #ff9900 url(../images/elements/ok_2.png) no-repeat 16px 13px;
	border-bottom: 1px solid #909090;
}

a.but_ok_2:hover {
	background-color: #ffb200;
}

a.but_wifi {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #0099cc url(../images/elements/wifi.png) no-repeat 16px 13px;
	border-bottom: 1px solid #909090;
}

a.but_wifi:hover {
	background-color: #00abde;
}

a.but_warning_sign {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #e5cc19 url(../images/elements/warning_sign.png) no-repeat
		16px 12px;
	border-bottom: 1px solid #909090;
}

a.but_warning_sign:hover {
	background-color: #efda1b;
}

a.but_user {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #007f99 url(../images/elements/user.png) no-repeat 16px 13px;
	border-bottom: 1px solid #909090;
}

a.but_user:hover {
	background-color: #0090ad;
}

a.but_tag {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #e59919 url(../images/elements/tag.png) no-repeat 16px 13px;
	border-bottom: 1px solid #909090;
}

a.but_tag:hover {
	background-color: #efa61b;
}

a.but_table {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #4c6699 url(../images/elements/table.png) no-repeat 16px
		12px;
	border-bottom: 1px solid #909090;
}

a.but_table:hover {
	background-color: #5674ad;
}

a.but_star {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #99cc4c url(../images/elements/star.png) no-repeat 16px 11px;
	border-bottom: 1px solid #909090;
}

a.but_star:hover {
	background-color: #a6da52;
}

a.but_search {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #66667f url(../images/elements/search.png) no-repeat 16px
		11px;
	border-bottom: 1px solid #909090;
}

a.but_search:hover {
	background-color: #747490;
}

a.but_phone {
	padding: 10px 20px 10px 40px;
	margin: 0px 0px 0px 0px;
	background: #e56619 url(../images/elements/phone.png) no-repeat 16px
		11px;
	border-bottom: 1px solid #909090;
}

a.but_phone:hover {
	background-color: #ef6f1b;
}

a.but_pencil {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #cc4c19 url(../images/elements/pencil.png) no-repeat 16px
		11px;
	border-bottom: 1px solid #909090;
}

a.but_pencil:hover {
	background-color: #da521b;
}

a.but_new_window {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #001900 url(../images/elements/new_window.png) no-repeat
		16px 11px;
	border-bottom: 1px solid #909090;
}

a.but_new_window:hover {
	background-color: #333333;
}

a.but_music {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #cccc7f url(../images/elements/music.png) no-repeat 16px
		11px;
	border-bottom: 1px solid #909090;
}

a.but_music:hover {
	background-color: #dada8a;
}

a.but_hand_right {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #25aae2 url(../images/elements/hand_right.png) no-repeat
		16px 12px;
	border-bottom: 1px solid #909090;
}

a.but_hand_right:hover {
	background-color: #23b7f6;
}

a.but_thumbs_down {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #9999cc url(../images/elements/thumbs_down.png) no-repeat
		16px 12px;
	border-bottom: 1px solid #909090;
}

a.but_thumbs_down:hover {
	background-color: #a6a6da;
}

a.but_thumbs_up {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #00cce5 url(../images/elements/thumbs_up.png) no-repeat 16px
		12px;
	border-bottom: 1px solid #909090;
}

a.but_thumbs_up:hover {
	background-color: #00daef;
}

a.but_globe {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #669999 url(../images/elements/globe.png) no-repeat 16px
		11px;
	border-bottom: 1px solid #909090;
}

a.but_globe:hover {
	background-color: #6fa6a6;
}

a.but_hospital {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #196666 url(../images/elements/hospital.png) no-repeat 16px
		11px;
	border-bottom: 1px solid #909090;
}

a.but_hospital:hover {
	background-color: #1b6f6f;
}

a.but_coffe_cup {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #7f994c url(../images/elements/coffe_cup.png) no-repeat 16px
		13px;
	border-bottom: 1px solid #909090;
}

a.but_coffe_cup:hover {
	background-color: #8aa652;
}

a.but_settings {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #997f4c url(../images/elements/settings.png) no-repeat 16px
		11px;
	border-bottom: 1px solid #909090;
}

a.but_settings:hover {
	background-color: #a68a52;
}

a.but_chat {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #7f9919 url(../images/elements/chat.png) no-repeat 16px 13px;
	border-bottom: 1px solid #909090;
}

a.but_chat:hover {
	background-color: #8aa61b;
}

a.but_play_button {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #4c664c url(../images/elements/play_button.png) no-repeat
		16px 11px;
	border-bottom: 1px solid #909090;
}

a.but_play_button:hover {
	background-color: #567456;
}

a.but_remove_2 {
	padding: 10px 22px 10px 40px;
	margin: 0px 0px 0px 0px;
	background: #e59966 url(../images/elements/remove_2.png) no-repeat 16px
		13px;
	border-bottom: 1px solid #909090;
}

a.but_remove_2:hover {
	background-color: #efa66f;
}

a.but_lock {
	padding: 10px 22px 10px 40px;
	margin: 0px 0px 0px 0px;
	background: #994c19 url(../images/elements/lock.png) no-repeat 16px 12px;
	border-bottom: 1px solid #909090;
}

a.but_lock:hover {
	background-color: #a6521b;
}

a.but_shopping_cart {
	padding: 10px 22px 10px 40px;
	margin: 0px 0px 0px 0px;
	background: #cc7f4c url(../images/elements/shopping_cart.png) no-repeat
		16px 12px;
	border-bottom: 1px solid #909090;
}

a.but_shopping_cart:hover {
	background-color: #da8a52;
}

a.but_exclamation_mark {
	padding: 10px 22px 10px 40px;
	margin: 0px 0px 0px 0px;
	background: #4c7f7f url(../images/elements/exclamation_mark.png)
		no-repeat 16px 12px;
	border-bottom: 1px solid #909090;
}

a.but_exclamation_mark:hover {
	background-color: #528a8a;
}

a.but_info {
	padding: 10px 22px 10px 40px;
	margin: 0px 0px 0px 0px;
	background: #667fcc url(../images/elements/info.png) no-repeat 16px 12px;
	border-bottom: 1px solid #909090;
}

a.but_info:hover {
	background-color: #6f8ada;
}

a.but_question_mark {
	padding: 10px 22px 10px 40px;
	margin: 0px 0px 0px 0px;
	background: #4c0019 url(../images/elements/question_mark.png) no-repeat
		16px 12px;
	border-bottom: 1px solid #909090;
}

a.but_question_mark:hover {
	background-color: #620020;
}

a.but_minus {
	padding: 10px 22px 10px 40px;
	margin: 0px 0px 0px 0px;
	background: #666666 url(../images/elements/minus.png) no-repeat 16px
		12px;
	border-bottom: 1px solid #909090;
}

a.but_minus:hover {
	background-color: #747474;
}

a.but_plus {
	padding: 10px 22px 10px 40px;
	margin: 0px 0px 0px 0px;
	background: #333333 url(../images/elements/plus.png) no-repeat 16px 12px;
	border-bottom: 1px solid #909090;
}

a.but_plus:hover {
	background-color: #444444;
}

a.but_folder_open {
	padding: 10px 22px 10px 40px;
	margin: 0px 0px 0px 0px;
	background: #99cc99 url(../images/elements/folder_open.png) no-repeat
		16px 14px;
	border-bottom: 1px solid #909090;
}

a.but_folder_open:hover {
	background-color: #a6daa6;
}

a.but_file {
	padding: 10px 22px 10px 40px;
	margin: 0px 0px 0px 0px;
	background: #999999 url(../images/elements/file.png) no-repeat 16px 12px;
	border-bottom: 1px solid #909090;
}

a.but_file:hover {
	background-color: #a6a6a6;
}

a.but_envelope {
	padding: 10px 22px 10px 45px;
	margin: 0px 0px 0px 0px;
	background: #727272 url(../images/elements/envelope.png) no-repeat 16px
		14px;
	border-bottom: 1px solid #909090;
}

a.but_envelope:hover {
	background-color: #7c7c7c;
}

a.but_edit {
	padding: 10px 22px 10px 43px;
	margin: 0px 0px 0px 0px;
	background: #e5cc7f url(../images/elements/edit.png) no-repeat 16px 12px;
	border-bottom: 1px solid #909090;
}

a.but_edit:hover {
	background-color: #efda8a;
}

a.but_cogwheel {
	padding: 10px 22px 10px 43px;
	margin: 0px 0px 0px 0px;
	background: #194c7f url(../images/elements/cogwheel.png) no-repeat 16px
		12px;
	border-bottom: 1px solid #909090;
}

a.but_cogwheel:hover {
	background-color: #1e5c99;
}

a.but_check {
	padding: 10px 22px 10px 43px;
	margin: 0px 0px 0px 0px;
	background: #004c4c url(../images/elements/check.png) no-repeat 16px
		13px;
	border-bottom: 1px solid #909090;
}

a.but_check:hover {
	background-color: #005c5c;
}

a.but_camera {
	padding: 10px 22px 10px 43px;
	margin: 0px 0px 0px 0px;
	background: #007fcc url(../images/elements/camera.png) no-repeat 16px
		13px;
	border-bottom: 1px solid #909090;
}

a.but_camera:hover {
	background-color: #008ada;
}

a.but_calendar {
	padding: 10px 22px 10px 43px;
	margin: 0px 0px 0px 0px;
	background: #4c99e5 url(../images/elements/calendar.png) no-repeat 16px
		11px;
	border-bottom: 1px solid #909090;
}

a.but_calendar:hover {
	background-color: #52a6ef;
}

a.but_bookmark {
	padding: 10px 22px 10px 38px;
	margin: 0px 0px 0px 0px;
	background: #990000 url(../images/elements/bookmark.png) no-repeat 16px
		13px;
	border-bottom: 1px solid #909090;
}

a.but_bookmark:hover {
	background-color: #b60000;
}

a.but_book {
	padding: 10px 22px 10px 43px;
	margin: 0px 0px 0px 0px;
	background: #7f9999 url(../images/elements/book.png) no-repeat 16px 13px;
	border-bottom: 1px solid #909090;
}

a.but_book:hover {
	background-color: #8aa6a6;
}

a.but_download {
	padding: 10px 22px 10px 43px;
	margin: 0px 0px 0px 0px;
	background: #ff9900 url(../images/elements/download.png) no-repeat 16px
		12px;
	border-bottom: 1px solid #909090;
}

a.but_download:hover {
	background-color: #ffb200;
}

a.but_pdf {
	padding: 10px 22px 10px 40px;
	margin: 0px 0px 0px 0px;
	background: #ff9900 url(../images/elements/pdf.png) no-repeat 13px 11px;
	border-bottom: 1px solid #909090;
}

a.but_pdf:hover {
	background-color: #ffb200;
}

a.but_word_doc {
	padding: 10px 22px 10px 40px;
	margin: 0px 0px 0px 0px;
	background: #ff9900 url(../images/elements/word_doc.png) no-repeat 13px
		11px;
	border-bottom: 1px solid #909090;
}

a.but_word_doc:hover {
	background-color: #ffb200;
}

a.but_woman {
	padding: 10px 22px 10px 43px;
	margin: 0px 0px 0px 0px;
	background: #ff9900 url(../images/elements/woman.png) no-repeat 16px
		12px;
	border-bottom: 1px solid #909090;
}

a.but_woman:hover {
	background-color: #ffb200;
}

/* dropcaps */
.dropcap1, .dropcap2, .dropcap3 {
	float: left;
	text-align: center;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.dropcap1 {
	width: 53px;
	height: 58px;
	line-height: 50px;
	background: url(../images/elements/dropcap_gray.png) no-repeat scroll
		0px 0px transparent;
	color: #999;
	margin: 0 8px -4px 0;
	font-size: 32px;
}

.dropcap1.gray {
	background-image: url(../images/elements/dropcap_gray.png);
}

.dropcap2 {
	background: url(../images/elements/dropcap_gray.png) no-repeat scroll 0
		-108px transparent;
	color: #999;
	line-height: 47px;
	height: 56px;
	width: 53px;
	margin: 0 8px -4px 0;
	font-size: 32px;
}

.dropcap2.gray {
	background-image: url(../images/elements/dropcap_gray.png);
}

.dropcap3 {
	font-size: 40px;
	line-height: 40px;
	width: 44px;
	height: 44px;
	margin: 0 0 -4px 0;
}

.dropcap3.gray {
	color: #999;
}

/* styled lists */
ul.list1, ul.list2, ul.list3, ul.list4, ul.list5, ul.list6, ul.list7, ul.list8,
	ul.list9, ul.list10 {
	list-style-type: none;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	text-align: left;
}

ul.list1 li, ul.list2 li, ul.list3 li, ul.list4 li, ul.list5 li, ul.list6 li,
	ul.list7 li, ul.list8 li, ul.list9 li, ul.list10 li {
	padding-left: 18px;
	margin: 3px 0;
}

ul.list1 li {
	background: url(../images/elements/icon-heart.png) no-repeat left 5px;
}

ul.list2 li {
	background: url(../images/elements/icon-ok.png) no-repeat left 5px;
}

ul.list3 li {
	background: url(../images/elements/icon-right-arrow.png) no-repeat left
		5px;
}

ul.list4 li {
	background: url(../images/elements/icon-star.png) no-repeat left 4px;
}

ul.list5 li {
	background: url(../images/elements/icon-chevron-right.png) no-repeat
		left 5px;
}

ul.list6 li {
	background: url(../images/elements/icon-chat.png) no-repeat left 5px;
}

ul.list7 li {
	background: url(../images/elements/icon-play-button.png) no-repeat left
		5px;
}

ul.list8 li {
	background: url(../images/elements/icon-remove.png) no-repeat left 5px;
}

ul.list9 li {
	background: url(../images/elements/icon-cart.png) no-repeat left 5px;
}

ul.list10 li {
	background: url(../images/elements/icon-user.png) no-repeat left 4px;
}

/* highlight colors */
.highlight {
	color: #fff;
	padding: 2px 5px;
	background: #000;
	border-radius: 3px;
}

.highlight.black {
	background: #000;
	border-radius: 3px;
}

.highlight.red {
	background: #ff0000;
	border-radius: 3px;
}

.highlight.gray {
	background: #aaa;
}

.highlight.yellow {
	background: #fff000;
}

.highlight.blue {
	background: #0099cc;
}

.highlight.pink {
	background: #e826b4;
}

.highlight.green {
	background: #48b02b;
}

.highlight.orange {
	background: #ffcc00;
}

.highlight.magenta {
	background: #9325ea;
}

/* buttons */
.button, button {
	text-decoration: none;
	text-align: center;
	color: #585656;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 32px;
	line-height: 32px;
	padding: 0px 15px;
	position: relative;
	outline: none;
	overflow: hidden; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #dcdcdc; /* IE */
	border: rgba(0, 0, 0, .2) 1px solid; /* Saf4+, Chrome, FF3.6 */
	border-bottom: rgba(0, 0, 0, .4) 1px solid;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	background: -moz-linear-gradient(center top, rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%); /* FF3.6 */
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255,
		255, .1)), to(rgba(0, 0, 0, .1))); /* Saf4+, Chrome */
	background-color: white;
}

.button::-moz-focus-inner {
	border: none; /* overrides extra padding in Firefox */
}

.button:hover, .button.hover, .page-numbers:hover {
	background: -moz-linear-gradient(center top, rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%); /* FF3.6 */
	background: -webkit-gradient(linear, center bottom, center top, from(rgba(255, 255,
		255, .1)), to(rgba(255, 255, 255, .2))); /* Saf4+, Chrome */
}

.button:active, .button.active, .page-numbers:active {
	top: 2px;
	background: -moz-linear-gradient(center top, rgba(0, 0, 0, .1) 0%,
		rgba(255, 255, 255, .2) 100%); /* FF3.6 */
	background: -webkit-gradient(linear, center bottom, center top, from(rgba(255, 255,
		255, .2)), to(rgba(0, 0, 0, .1))); /* Saf4+, Chrome */
}

.button.full {
	display: block;
}

.button.small {
	font-size: 13px;
}

.button.medium {
	font-size: 13px;
	height: 40px;
	line-height: 40px;
}

.button.large {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}

.button.small.colorchan {
	color: #fff;
	background-color: #25aae2;
}

/* styled buttons */
.button.red {
	background-color: #ff0000;
	color: #fff;
}

.button.blue {
	background-color: #117ed1;
	color: #fff;
}

.button.lightblue {
	background-color: #0099cc;
	color: #fff;
}

.button.green {
	background-color: #009933;
	color: #fff;
}

.button.black {
	background-color: #333;
	color: #fff;
}

.button.orange {
	background-color: #FF9900;
	color: #fff;
}

.button.darkgray {
	background-color: #818181;
	color: #fff;
}

.button.gray {
	background-color: #f0f0f0;
	color: #000;
}

/* styled boxes */
.info, .error, .notice, .success {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #bbb;
	margin-bottom: 20px;
	font-size: 13px;
}

p.error {
	border: none;
}

.info strong, .error strong, .notice strong, .success strong {
	font-size: 16px;
}

.message-box-wrap {
	/*	
	border: 0px solid #fff;
*/
	padding: 10px;
}

.info-txt {
	color: #4a84bc;
}

.info {
	color: #4a84bc;
	border-color: #c6e3ff;
	background-color: #e6f3ff;
}

.error {
	color: #bd6767;
	border-color: #f1bdbd;
	background-color: #ffdddd;
}

.error-txt {
	color: #bd6767;
}

.notice {
	color: #a79a30;
	border-color: #d7d099;
	background-color: #f6f2d2;
}

.notice-txt {
	color: #a79a30;
}

.success {
	color: #1ea133;
	border-color: #a9ecb4;
	background-color: #dffbe4;
}

.success-txt {
	color: #1ea133;
}

.close-but {
	width: 10px;
	height: 10px;
	float: right;
	border: none;
	margin: 5px;
	background: url(../images/elements/icon-remove.png) no-repeat center top;
}

/* tables */
.table-style {
	float: left;
	width: 100%;
}

.table-list {
	float: left;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	width: 100%;
}

.table-list th {
	padding: 10px;
	background-color: #eee;
}

.table-list td {
	padding: 10px;
	text-align: center;
	background-color: #f5f5f5;
}

.table-list tr:hover td {
	background-color: #f9f9f9;
}

.table-list.bill tr:hover td {
	background-color: #f5f5f5;
}

.table-list.bill tr.odd td {
	background-color: #f9f9f9;
}

/* pricing tables */
.pricing-tables-main {
	position: relative;
	float: left;
	margin-bottom: 25px;
	width: 100%;
}

.pricing-tables {
	position: relative;
	float: left;
	width: 24%;
	border: 1px solid #eee;
}

.pricing-tables .title {
	float: left;
	width: 100%;
	height: 23px;
	padding: 12px 0 10px 0;
	background-color: #454545;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #818181;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.pricing-tables .price {
	float: left;
	width: 100%;
	padding: 30px 0 20px 0;
	background-color: #636363;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.pricing-tables .price i {
	font-size: 14px;
	color: #ccc;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 18px;
}

.pricing-tables .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}

.pricing-tables .cont-list ul {
	margin: 0;
	padding: 0;
}

.pricing-tables .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.pricing-tables .cont-list li.last {
	border: none;
}

.pricing-tables .ordernow {
	float: left;
	width: 100%;
	padding: 15px 0;
	background-color: #e3e3e3;
	text-align: center;
	color: #fff;
}

.pricing-tables-helight {
	position: relative;
	float: left;
	width: 27%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.pricing-tables-helight .title {
	float: left;
	width: 100%;
	height: 40px;
	padding: 20px 0 0 0;
	margin-top: -10px;
	background-color: #19a0d9;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-top: 3px solid #1397cf;
	border-bottom: 1px solid #2cb3ec;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.pricing-tables-helight .price {
	float: left;
	width: 100%;
	padding: 34px 0 20px 0;
	background-color: #25aae2;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.pricing-tables-helight .price i {
	font-size: 14px;
	color: #eee;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 20px;
}

.pricing-tables-helight .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}

.pricing-tables-helight .cont-list ul {
	margin: 0;
	padding: 0;
}

.pricing-tables-helight .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.pricing-tables-helight .cont-list li.last {
	border: none;
}

.pricing-tables-helight .ordernow {
	float: left;
	width: 100%;
	padding: 20px 0 25px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}

.pricing-tables-two {
	position: relative;
	float: left;
	width: 33%;
	border: 1px solid #eee;
}

.pricing-tables-two .title {
	float: left;
	width: 100%;
	height: 27px;
	padding: 14px 0 10px 0;
	background-color: #454545;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #818181;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.pricing-tables-two .price {
	float: left;
	width: 100%;
	padding: 30px 0 20px 0;
	background-color: #636363;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.pricing-tables-two .price i {
	font-size: 14px;
	color: #ccc;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 20px;
}

.pricing-tables-two .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}

.pricing-tables-two .cont-list ul {
	margin: 0;
	padding: 0;
}

.pricing-tables-two .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.pricing-tables-two .cont-list li.last {
	border: none;
}

.pricing-tables-two .ordernow {
	float: left;
	width: 100%;
	padding: 15px 0;
	background-color: #e3e3e3;
	text-align: center;
	color: #fff;
}

.pricing-tables-helight-two {
	position: relative;
	float: left;
	width: 33%;
	z-index: 3;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.pricing-tables-helight-two .title {
	float: left;
	width: 100%;
	height: 40px;
	padding: 20px 0 0 0;
	margin-top: -10px;
	background-color: #19a0d9;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-top: 3px solid #1397cf;
	border-bottom: 1px solid #2cb3ec;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.pricing-tables-helight-two .price {
	float: left;
	width: 100%;
	padding: 35px 0 20px 0;
	background-color: #25aae2;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.pricing-tables-helight-two .price i {
	font-size: 14px;
	color: #eee;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 25px;
}

.pricing-tables-helight-two .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}

.pricing-tables-helight-two .cont-list ul {
	margin: 0;
	padding: 0;
}

.pricing-tables-helight-two .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.pricing-tables-helight-two .cont-list li.last {
	border: none;
}

.pricing-tables-helight-two .ordernow {
	float: left;
	width: 100%;
	padding: 20px 0 25px 0;
	background-color: #eee;
	text-align: center;
	color: #fff;
}

/* columns with box */
.framed-box {
	border: 1px solid #e3e3e3;
	width: 100%;
}

.framed-box.center {
	text-align: center;
}

.framed-box-wrap {
	border: 1px solid #fff;
	background-color: #f9f9f9;
}

.framed-box-wrap .pricing-title {
	background-color: #f1f1f1;
	padding: 20px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.framed-box-wrap .pricing-text-list {
	padding: 15px 20px 20px 20px;
	text-align: center;
}

/* 404 Error Page */
.error_pagenotfound {
	padding: 30px 30px 45px 30px;
	margin: 0 auto;
	width: 67%;
	background-color: #fafafa;
	border: 1px solid #eee;
	border-bottom: 5px solid #eee;
	text-align: center;
}

.error_pagenotfound strong {
	display: block;
	font-size: 145px;
	line-height: 100px;
	color: #e3e3e3;
}

.error_pagenotfound b {
	display: block;
	font-size: 40px;
	line-height: 40px;
	color: #eee;
	margin: 0;
}

.error_pagenotfound i {
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #999;
	margin: 0;
	font-style: normal;
}

/*------------------*/
/*	GLOBAL USE
/*------------------------------------------------------*/
.big_text1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 30px;
	color: #25aae2;
	width: 100%;
	text-align: center;
}

.big_text1 i {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: #727272;
	text-align: center;
}

.big_text2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	color: #999;
	width: 100%;
	text-align: left;
}

.big_text2 i {
	color: #25aae2;
	font-style: normal;
}

.black_button {
	float: left;
	width: 167px;
	height: 37px;
	line-height: 37px;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background: url(../images/black-button.png) no-repeat left top;
}

.black_button:hover {
	color: #999;
}

ul.list_empty {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.list_empty li {
	float: left;
	padding: 0px;
	margin: 0px 20px 35px 0px;
}

/* punchline text */
.punchline_text_box {
	float: left;
	width: 95.400%;
	padding: 20px;
	margin: 0px;
	border: 1px solid #eee;
	border-left: 5px solid #25aae2;
	color: #999;
	background: #f9f9f9;
}

.punchline_text_box strong {
	font-size: 15px;
	color: #454545;
}

.punchline_text_box .left {
	float: left;
	width: 80%;
}

.punchline_text_box .right {
	float: left;
	width: 20%;
}

.punchline_text_box2 {
	float: left;
	width: 93%;
	padding: 20px;
	margin: 0px;
	border: 1px solid #eee;
	border-left: 5px solid #25aae2;
	color: #999;
	background: #f9f9f9;
}

.punchline_text_box2 strong {
	font-size: 15px;
	color: #454545;
}

.punchline_text_box2 .left {
	float: left;
	width: 80%;
}

.punchline_text_box2 .right {
	float: left;
	width: 20%;
}

a.knowmore_but {
	float: right;
	padding: 13px 20px 13px 20px;
	margin: 0px 0px 0px 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #25aae2;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #cc7a00;
}

a.knowmore_but:hover {
	background-color: #2bb5ef;
}

a.ordernow_but {
	padding: 9px 20px 9px 20px;
	margin: 10px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #25aae2;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #454545;
}

a.ordernow_but:hover {
	background-color: #2bb5ef;
}

ul.fullimage_box {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 48%;
}

.fullimage_box li {
	padding: 0px;
	margin: 0px;
}

.fullimage_box li img {
	border: 5px solid #f3f3f3;
	margin-bottom: 8px;
	width: 97%;
}

.fullimage_box li img:hover {
	border: 5px solid #e3e3e3;
}

ul.fullimage_box.last {
	float: left;
	width: 48%;
	margin-left: 4%;
}

ul.fullimage_box2 {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.fullimage_box2 li {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.fullimage_box2 li img {
	margin-bottom: 8px;
}

ul.fullimage_box2.last {
	float: left;
	width: 100%;
	margin-left: 4%;
}

ul.arrows_list1 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.arrows_list1 li {
	margin: 0px;
	padding: 0px 0px 7px 12px;
	list-style-type: none;
	color: #999;
	background: url(../images/arrow-04.png) no-repeat left 8px;
}

.arrows_list1 li a {
	color: #999;
}

.arrows_list1 li a:hover {
	color: #727272;
}

/* testimonials */
.testimonials-5 {
	float: left;
}

.testimonials-5 span {
	float: left;
	line-height: 21px;
	margin-top: 15px;
	padding-left: 40px;
	background: url(../images/quote_subfix.gif) no-repeat left top;
}

.testimonials-4 {
	float: left;
}

.testimonials-4 img {
	float: left;
	margin: 5px 20px 5px 0;
}

.testimonials-4 span {
	float: left;
	height: 34px;
	width: 100%;
	padding: 0px;
	background: url(../images/testi-top-arrow.png) no-repeat 100px 5px;
	position: relative;
	z-index: 999;
	margin-bottom: -1px;
	margin-top: -15px;
}

.testimonials-4 .content {
	float: left;
	line-height: 21px;
	padding: 20px 20px 25px 20px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
	border-radius: 5px;
}

.testimonials-4 .content i {
	font-size: 11px;
	color: #909090;
	text-transform: none;
}

.testimonials-2 {
	float: left;
}

.testimonials-2 span {
	float: left;
	line-height: 21px;
	padding: 20px 30px 20px 50px;
	border: 1px solid #eee;
	background: #f9f9f9 url(../images/quote_subfix.gif) no-repeat 15px 23px;
}

ul.sideimg_list {
	float: left;
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

ul.sideimg_list img {
	float: left;
	display: block;
	margin-right: 18px;
}

.sideimg_list li {
	margin: 0px 40px 0px 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
	float: left;
	max-width: 220px;
	text-align: left;
}

.sideimg_list li a {
	font-size: 14px;
	color: #25aae2;
}

.sideimg_list li a:hover {
	font-size: 14px;
	color: #454545;
}

.sideimg_list li.last {
	margin: 0px 0px 0px 0px;
}

/* scroll up */
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 43px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 999;
}

.no-margin {
	margin: 0px;
}

.no-padding {
	padding: 0px;
}

a.icon-left {
	padding-left: 40px;
	padding-right: 22px;
	background-position: left;
	background-position-x: 16px;
}

a.icon-right {
	padding-left: 22px;
	padding-right: 40px;
	background-position: right 16px top 50%;
}

.left {
	float: left;
}

.right {
	float: right;
}

tr.off {
	display: none;
}

tr.on {
	display: table-row;
}

a.icon-account-login {
	background-image: url(/icons/th_account-login-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-account-logout {
	background-image: url(/icons/th_account-logout-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-action-redo {
	background-image: url(/icons/th_action-redo-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-action-undo {
	background-image: url(/icons/th_action-undo-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-align-center {
	background-image: url(/icons/th_align-center-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-align-left {
	background-image: url(/icons/th_align-left-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-align-right {
	background-image: url(/icons/th_align-right-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-aperture {
	background-image: url(/icons/th_aperture-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-arrow-bottom {
	background-image: url(/icons/th_arrow-bottom-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-arrow-circle-bottom {
	background-image: url(/icons/th_arrow-circle-bottom-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-arrow-circle-left {
	background-image: url(/icons/th_arrow-circle-left-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-arrow-circle-right {
	background-image: url(/icons/th_arrow-circle-right-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-arrow-circle-top {
	background-image: url(/icons/th_arrow-circle-top-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-arrow-left {
	background-image: url(/icons/th_arrow-left-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-arrow-right {
	background-image: url(/icons/th_arrow-right-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-arrow-thick-bottom {
	background-image: url(/icons/th_arrow-thick-bottom-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-arrow-thick-left {
	background-image: url(/icons/th_arrow-thick-left-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-arrow-thick-right {
	background-image: url(/icons/th_arrow-thick-right-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-arrow-thick-top {
	background-image: url(/icons/th_arrow-thick-top-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-arrow-top {
	background-image: url(/icons/th_arrow-top-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-audio {
	background-image: url(/icons/th_audio-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-audio-spectrum {
	background-image: url(/icons/th_audio-spectrum-3x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-badge {
	background-image: url(/icons/th_badge-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ban {
	background-image: url(/icons/th_ban-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-bar-chart {
	background-image: url(/icons/th_bar-chart-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-basket {
	background-image: url(/icons/th_basket-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-battery-empty {
	background-image: url(/icons/th_battery-empty-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-battery-full {
	background-image: url(/icons/th_battery-full-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-beaker {
	background-image: url(/icons/th_beaker-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-bell {
	background-image: url(/icons/th_bell-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-bluetooth {
	background-image: url(/icons/th_bluetooth-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-bold {
	background-image: url(/icons/th_bold-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-bolt {
	background-image: url(/icons/th_bolt-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-book {
	background-image: url(/icons/th_book-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-bookmark {
	background-image: url(/icons/th_bookmark-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-box {
	background-image: url(/icons/th_box-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-briefcase {
	background-image: url(/icons/th_briefcase-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-british-pound {
	background-image: url(/icons/th_british-pound-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-browser {
	background-image: url(/icons/th_browser-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-brush {
	background-image: url(/icons/th_brush-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-bug {
	background-image: url(/icons/th_bug-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-bullhorn {
	background-image: url(/icons/th_bullhorn-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-calculator {
	background-image: url(/icons/th_calculator-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-calendar {
	background-image: url(/icons/th_calendar-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-camera-slr {
	background-image: url(/icons/th_camera-slr-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-caret-bottom {
	background-image: url(/icons/th_caret-bottom-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-caret-left {
	background-image: url(/icons/th_caret-left-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-caret-right {
	background-image: url(/icons/th_caret-right-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-caret-top {
	background-image: url(/icons/th_caret-top-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-cart {
	background-image: url(/icons/th_cart-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-chat {
	background-image: url(/icons/th_chat-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-check {
	background-image: url(/icons/th_check-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-chevron-bottom {
	background-image: url(/icons/th_chevron-bottom-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-chevron-left {
	background-image: url(/icons/th_chevron-left-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-chevron-right {
	background-image: url(/icons/th_chevron-right-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-chevron-top {
	background-image: url(/icons/th_chevron-top-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-circle-check {
	background-image: url(/icons/th_circle-check-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-circle-x {
	background-image: url(/icons/th_circle-x-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-clipboard {
	background-image: url(/icons/th_clipboard-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-clock {
	background-image: url(/icons/th_clock-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-cloud {
	background-image: url(/icons/th_cloud-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-cloud-download {
	background-image: url(/icons/th_cloud-download-3x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-cloud-upload {
	background-image: url(/icons/th_cloud-upload-3x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-cloudy {
	background-image: url(/icons/th_cloudy-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-code {
	background-image: url(/icons/th_code-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-cog {
	background-image: url(/icons/th_cog-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-collapse-down {
	background-image: url(/icons/th_collapse-down-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-collapse-left {
	background-image: url(/icons/th_collapse-left-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-collapse-right {
	background-image: url(/icons/th_collapse-right-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-collapse-up {
	background-image: url(/icons/th_collapse-up-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-command {
	background-image: url(/icons/th_command-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-comment-square {
	background-image: url(/icons/th_comment-square-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-compass {
	background-image: url(/icons/th_compass-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-contrast {
	background-image: url(/icons/th_contrast-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-copywriting {
	background-image: url(/icons/th_copywriting-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-credit-card {
	background-image: url(/icons/th_credit-card-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-crop {
	background-image: url(/icons/th_crop-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-dashboard {
	background-image: url(/icons/th_dashboard-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-data-transfer-download {
	background-image: url(/icons/th_data-transfer-download-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-data-transfer-upload {
	background-image: url(/icons/th_data-transfer-upload-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-delete {
	background-image: url(/icons/th_delete-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-dial {
	background-image: url(/icons/th_dial-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-document {
	background-image: url(/icons/th_document-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-dollar {
	background-image: url(/icons/th_dollar-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-double-quote-sans-left {
	background-image: url(/icons/th_double-quote-sans-left-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-double-quote-sans-right {
	background-image: url(/icons/th_double-quote-sans-right-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-double-quote-serif-left {
	background-image: url(/icons/th_double-quote-serif-left-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-double-quote-serif-right {
	background-image: url(/icons/th_double-quote-serif-right-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-droplet {
	background-image: url(/icons/th_droplet-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-eject {
	background-image: url(/icons/th_eject-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-elevator {
	background-image: url(/icons/th_elevator-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ellipses {
	background-image: url(/icons/th_ellipses-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-envelope-closed {
	background-image: url(/icons/th_envelope-closed-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-envelope-open {
	background-image: url(/icons/th_envelope-open-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-euro {
	background-image: url(/icons/th_euro-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-excerpt {
	background-image: url(/icons/th_excerpt-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

{
background-image
















:

















url
















(/
icons
/th_expand-down-2x
















.png
















);
background-position
















:

















16
px

















center
















;
background-repeat
















:

















no-repeat
















;
padding-left
















:

















45
px
















;
}
a.icon-expand-left {
	background-image: url(/icons/th_expand-left-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-expand-right {
	background-image: url(/icons/th_expand-right-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-expand-up {
	background-image: url(/icons/th_expand-up-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-external-link {
	background-image: url(/icons/th_external-link-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-eye {
	background-image: url(/icons/th_eye-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-eyedropper {
	background-image: url(/icons/th_eyedropper-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-file {
	background-image: url(/icons/th_file-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-fire {
	background-image: url(/icons/th_fire-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-flag {
	background-image: url(/icons/th_flag-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-flash {
	background-image: url(/icons/th_flash-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-folder {
	background-image: url(/icons/th_folder-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-fork {
	background-image: url(/icons/th_fork-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-fullscreen-enter {
	background-image: url(/icons/th_fullscreen-enter-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-fullscreen-exit {
	background-image: url(/icons/th_fullscreen-exit-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-globe {
	background-image: url(/icons/th_globe-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-graph {
	background-image: url(/icons/th_graph-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-grid-four-up {
	background-image: url(/icons/th_grid-four-up-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-grid-three-up {
	background-image: url(/icons/th_grid-three-up-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-grid-two-up {
	background-image: url(/icons/th_grid-two-up-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-hard-drive {
	background-image: url(/icons/th_hard-drive-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-header {
	background-image: url(/icons/th_header-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-headphones {
	background-image: url(/icons/th_headphones-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-heart {
	background-image: url(/icons/th_heart-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-home {
	background-image: url(/icons/th_home-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-image {
	background-image: url(/icons/th_image-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-inbox {
	background-image: url(/icons/th_inbox-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-infinity {
	background-image: url(/icons/th_infinity-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-info {
	background-image: url(/icons/th_info-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-italic {
	background-image: url(/icons/th_italic-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-justify-center {
	background-image: url(/icons/th_justify-center-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-justify-left {
	background-image: url(/icons/th_justify-left-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-justify-right {
	background-image: url(/icons/th_justify-right-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-key {
	background-image: url(/icons/th_key-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-laptop {
	background-image: url(/icons/th_laptop-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-layers {
	background-image: url(/icons/th_layers-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-lightbulb {
	background-image: url(/icons/th_lightbulb-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-link-broken {
	background-image: url(/icons/th_link-broken-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-link-intact {
	background-image: url(/icons/th_link-intact-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-list {
	background-image: url(/icons/th_list-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-list-rich {
	background-image: url(/icons/th_list-rich-3x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-location {
	background-image: url(/icons/th_location-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-lock-locked {
	background-image: url(/icons/th_lock-locked-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-lock-unlocked {
	background-image: url(/icons/th_lock-unlocked-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-loop {
	background-image: url(/icons/th_loop-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-loop-circular {
	background-image: url(/icons/th_loop-circular-3x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-loop-square {
	background-image: url(/icons/th_loop-square-3x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-magnifying-glass {
	background-image: url(/icons/th_magnifying-glass-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-map {
	background-image: url(/icons/th_map-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-map-marker {
	background-image: url(/icons/th_map-marker-3x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-media-pause {
	background-image: url(/icons/th_media-pause-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-media-play {
	background-image: url(/icons/th_media-play-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-media-record {
	background-image: url(/icons/th_media-record-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-media-skip-backward {
	background-image: url(/icons/th_media-skip-backward-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-media-skip-forward {
	background-image: url(/icons/th_media-skip-forward-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-media-step-backward {
	background-image: url(/icons/th_media-step-backward-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-media-step-forward {
	background-image: url(/icons/th_media-step-forward-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-media-stop {
	background-image: url(/icons/th_media-stop-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-medical-cross {
	background-image: url(/icons/th_medical-cross-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-menu {
	background-image: url(/icons/th_menu-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-microphone {
	background-image: url(/icons/th_microphone-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-minus {
	background-image: url(/icons/th_minus-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-monitor {
	background-image: url(/icons/th_monitor-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-moon {
	background-image: url(/icons/th_moon-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-move {
	background-image: url(/icons/th_move-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-musical-note {
	background-image: url(/icons/th_musical-note-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-paperclip {
	background-image: url(/icons/th_paperclip-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-pencil {
	background-image: url(/icons/th_pencil-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-people {
	background-image: url(/icons/th_people-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-person {
	background-image: url(/icons/th_person-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-phone {
	background-image: url(/icons/th_phone-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-pie-chart {
	background-image: url(/icons/th_pie-chart-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-pin {
	background-image: url(/icons/th_pin-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-play-circle {
	background-image: url(/icons/th_play-circle-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-plus {
	background-image: url(/icons/th_plus-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-power-standby {
	background-image: url(/icons/th_power-standby-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-print {
	background-image: url(/icons/th_print-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-project {
	background-image: url(/icons/th_project-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-pulse {
	background-image: url(/icons/th_pulse-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-puzzle-piece {
	background-image: url(/icons/th_puzzle-piece-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-question-mark {
	background-image: url(/icons/th_question-mark-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-rain {
	background-image: url(/icons/th_rain-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-random {
	background-image: url(/icons/th_random-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-reload {
	background-image: url(/icons/th_reload-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-resize-both {
	background-image: url(/icons/th_resize-both-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-resize-height {
	background-image: url(/icons/th_resize-height-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-resize-width {
	background-image: url(/icons/th_resize-width-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-rss {
	background-image: url(/icons/th_rss-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-rss-alt {
	background-image: url(/icons/th_rss-alt-3x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-script {
	background-image: url(/icons/th_script-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-share {
	background-image: url(/icons/th_share-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-share-boxed {
	background-image: url(/icons/th_share-boxed-3x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-shield {
	background-image: url(/icons/th_shield-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-signal {
	background-image: url(/icons/th_signal-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-signpost {
	background-image: url(/icons/th_signpost-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-sort-ascending {
	background-image: url(/icons/th_sort-ascending-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-sort-descending {
	background-image: url(/icons/th_sort-descending-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-spreadsheet {
	background-image: url(/icons/th_spreadsheet-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-star {
	background-image: url(/icons/th_star-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-sun {
	background-image: url(/icons/th_sun-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-tablet {
	background-image: url(/icons/th_tablet-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-tag {
	background-image: url(/icons/th_tag-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-tags {
	background-image: url(/icons/th_tags-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-target {
	background-image: url(/icons/th_target-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-task {
	background-image: url(/icons/th_task-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-terminal {
	background-image: url(/icons/th_terminal-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-text {
	background-image: url(/icons/th_text-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-thumb-down {
	background-image: url(/icons/th_thumb-down-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-thumb-up {
	background-image: url(/icons/th_thumb-up-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-timer {
	background-image: url(/icons/th_timer-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-transfer {
	background-image: url(/icons/th_transfer-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-trash {
	background-image: url(/icons/th_trash-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-underline {
	background-image: url(/icons/th_underline-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-vertical-align-bottom {
	background-image: url(/icons/th_vertical-align-bottom-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-vertical-align-center {
	background-image: url(/icons/th_vertical-align-center-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-vertical-align-top {
	background-image: url(/icons/th_vertical-align-top-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-video {
	background-image: url(/icons/th_video-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-volume-high {
	background-image: url(/icons/th_volume-high-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-volume-low {
	background-image: url(/icons/th_volume-low-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-volume-off {
	background-image: url(/icons/th_volume-off-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-warning {
	background-image: url(/icons/th_warning-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-wifi {
	background-image: url(/icons/th_wifi-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-wrench {
	background-image: url(/icons/th_wrench-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-x {
	background-image: url(/icons/th_x-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-yen {
	background-image: url(/icons/th_yen-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-zoom-in {
	background-image: url(/icons/th_zoom-in-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-zoom-out {
	background-image: url(/icons/th_zoom-out-2x.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-cc-2x2-grid, a.icon-ccb-2x2-grid {
	background-image: url(/icons/cc/2x2_grid_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-2x2-grid {
	background-image: url(/icons/ccb/2x2_grid_icon&16.png);
}

a.icon-cc-3x3-grid-2, a.icon-ccb-3x3-grid-2 {
	background-image: url(/icons/cc/3x3_grid_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-3x3-grid-2 {
	background-image: url(/icons/ccb/3x3_grid_2_icon&16.png);
}

a.icon-cc-3x3-grid, a.icon-ccb-3x3-grid {
	background-image: url(/icons/cc/3x3_grid_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-3x3-grid {
	background-image: url(/icons/ccb/3x3_grid_icon&16.png);
}

a.icon-cc-air-signal, a.icon-ccb-air-signal {
	background-image: url(/icons/cc/air_signal_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-air-signal {
	background-image: url(/icons/ccb/air_signal_icon&16.png);
}

a.icon-cc-align-center, a.icon-ccb-align-center {
	background-image: url(/icons/cc/align_center_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-align-center {
	background-image: url(/icons/ccb/align_center_icon&16.png);
}

a.icon-cc-align-just, a.icon-ccb-align-just {
	background-image: url(/icons/cc/align_just_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-align-just {
	background-image: url(/icons/ccb/align_just_icon&16.png);
}

a.icon-cc-align-left, a.icon-ccb-align-left {
	background-image: url(/icons/cc/align_left_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-align-left {
	background-image: url(/icons/ccb/align_left_icon&16.png);
}

a.icon-cc-align-right, a.icon-ccb-align-right {
	background-image: url(/icons/cc/align_right_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-align-right {
	background-image: url(/icons/ccb/align_right_icon&16.png);
}

a.icon-cc-app-window-black-ico, a.icon-ccb-app-window-black-ico {
	background-image: url(/icons/cc/app_window_black_ico&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-app-window-black-ico {
	background-image: url(/icons/ccb/app_window_black_ico&16.png);
}

a.icon-cc-app-window-black, a.icon-ccb-app-window-black {
	background-image: url(/icons/cc/app_window_black&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-app-window-black {
	background-image: url(/icons/ccb/app_window_black&16.png);
}

a.icon-cc-app-window-cross-ico, a.icon-ccb-app-window-cross-ico {
	background-image: url(/icons/cc/app_window_cross_ico&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-app-window-cross-ico {
	background-image: url(/icons/ccb/app_window_cross_ico&16.png);
}

a.icon-cc-app-window-cross, a.icon-ccb-app-window-cross {
	background-image: url(/icons/cc/app_window_cross&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-app-window-cross {
	background-image: url(/icons/ccb/app_window_cross&16.png);
}

a.icon-cc-app-window-ico, a.icon-ccb-app-window-ico {
	background-image: url(/icons/cc/app_window_ico&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-app-window-ico {
	background-image: url(/icons/ccb/app_window_ico&16.png);
}

a.icon-cc-app-window-shell-ico, a.icon-ccb-app-window-shell-ico {
	background-image: url(/icons/cc/app_window_shell_ico&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-app-window-shell-ico {
	background-image: url(/icons/ccb/app_window_shell_ico&16.png);
}

a.icon-cc-app-window-shell, a.icon-ccb-app-window-shell {
	background-image: url(/icons/cc/app_window_shell&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-app-window-shell {
	background-image: url(/icons/ccb/app_window_shell&16.png);
}

a.icon-cc-app-window, a.icon-ccb-app-window {
	background-image: url(/icons/cc/app_window&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-app-window {
	background-image: url(/icons/ccb/app_window&16.png);
}

a.icon-cc-arrow-bottom, a.icon-ccb-arrow-bottom {
	background-image: url(/icons/cc/arrow_bottom_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-arrow-bottom {
	background-image: url(/icons/ccb/arrow_bottom_icon&16.png);
}

a.icon-cc-arrow-bottom-left, a.icon-ccb-arrow-bottom-left {
	background-image: url(/icons/cc/arrow_bottom_left_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-arrow-bottom-left {
	background-image: url(/icons/ccb/arrow_bottom_left_icon&16.png);
}

a.icon-cc-arrow-bottom-rigth, a.icon-ccb-arrow-bottom-rigth {
	background-image: url(/icons/cc/arrow_bottom_rigth_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-arrow-bottom-rigth {
	background-image: url(/icons/ccb/arrow_bottom_rigth_icon&16.png);
}

a.icon-cc-arrow-l, a.icon-ccb-arrow-l {
	background-image: url(/icons/cc/arrow_l_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-arrow-l {
	background-image: url(/icons/ccb/arrow_l_icon&16.png);
}

a.icon-cc-arrow-left, a.icon-ccb-arrow-left {
	background-image: url(/icons/cc/arrow_left_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-arrow-left {
	background-image: url(/icons/ccb/arrow_left_icon&16.png);
}

a.icon-cc-arrow-r, a.icon-ccb-arrow-r {
	background-image: url(/icons/cc/arrow_r_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-arrow-r {
	background-image: url(/icons/ccb/arrow_r_icon&16.png);
}

a.icon-cc-arrow-right, a.icon-ccb-arrow-right {
	background-image: url(/icons/cc/arrow_right_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-arrow-right {
	background-image: url(/icons/ccb/arrow_right_icon&16.png);
}

a.icon-cc-arrow-top, a.icon-ccb-arrow-top {
	background-image: url(/icons/cc/arrow_top_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-arrow-top {
	background-image: url(/icons/ccb/arrow_top_icon&16.png);
}

a.icon-cc-arrow-top-left, a.icon-ccb-arrow-top-left {
	background-image: url(/icons/cc/arrow_top_left_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-arrow-top-left {
	background-image: url(/icons/ccb/arrow_top_left_icon&16.png);
}

a.icon-cc-arrow-top-right, a.icon-ccb-arrow-top-right {
	background-image: url(/icons/cc/arrow_top_right_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-arrow-top-right {
	background-image: url(/icons/ccb/arrow_top_right_icon&16.png);
}

a.icon-cc-arrow-two-head-2, a.icon-ccb-arrow-two-head-2 {
	background-image: url(/icons/cc/arrow_two_head_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-arrow-two-head-2 {
	background-image: url(/icons/ccb/arrow_two_head_2_icon&16.png);
}

a.icon-cc-arrow-two-head, a.icon-ccb-arrow-two-head {
	background-image: url(/icons/cc/arrow_two_head_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-arrow-two-head {
	background-image: url(/icons/ccb/arrow_two_head_icon&16.png);
}

a.icon-cc-attention, a.icon-ccb-attention {
	background-image: url(/icons/cc/attention_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-attention {
	background-image: url(/icons/ccb/attention_icon&16.png);
}

a.icon-cc-balance, a.icon-ccb-balance {
	background-image: url(/icons/cc/balance_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-balance {
	background-image: url(/icons/ccb/balance_icon&16.png);
}

a.icon-cc-battery, a.icon-ccb-battery {
	background-image: url(/icons/cc/battery_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-battery {
	background-image: url(/icons/ccb/battery_icon&16.png);
}

a.icon-cc-bell, a.icon-ccb-bell {
	background-image: url(/icons/cc/bell_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-bell {
	background-image: url(/icons/ccb/bell_icon&16.png);
}

a.icon-cc-book, a.icon-ccb-book {
	background-image: url(/icons/cc/book_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-book {
	background-image: url(/icons/ccb/book_icon&16.png);
}

a.icon-cc-book-side, a.icon-ccb-book-side {
	background-image: url(/icons/cc/book_side_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-book-side {
	background-image: url(/icons/ccb/book_side_icon&16.png);
}

a.icon-cc-bookmark-1, a.icon-ccb-bookmark-1 {
	background-image: url(/icons/cc/bookmark_1_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-bookmark-1 {
	background-image: url(/icons/ccb/bookmark_1_icon&16.png);
}

a.icon-cc-bookmark-2, a.icon-ccb-bookmark-2 {
	background-image: url(/icons/cc/bookmark_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-bookmark-2 {
	background-image: url(/icons/ccb/bookmark_2_icon&16.png);
}

a.icon-cc-box, a.icon-ccb-box {
	background-image: url(/icons/cc/box_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-box {
	background-image: url(/icons/ccb/box_icon&16.png);
}

a.icon-cc-br-down, a.icon-ccb-br-down {
	background-image: url(/icons/cc/br_down_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-br-down {
	background-image: url(/icons/ccb/br_down_icon&16.png);
}

a.icon-cc-br-next, a.icon-ccb-br-next {
	background-image: url(/icons/cc/br_next_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-br-next {
	background-image: url(/icons/ccb/br_next_icon&16.png);
}

a.icon-cc-br-prev, a.icon-ccb-br-prev {
	background-image: url(/icons/cc/br_prev_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-br-prev {
	background-image: url(/icons/ccb/br_prev_icon&16.png);
}

a.icon-cc-br-up, a.icon-ccb-br-up {
	background-image: url(/icons/cc/br_up_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-br-up {
	background-image: url(/icons/ccb/br_up_icon&16.png);
}

a.icon-cc-brackets, a.icon-ccb-brackets {
	background-image: url(/icons/cc/brackets_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-brackets {
	background-image: url(/icons/ccb/brackets_icon&16.png);
}

a.icon-cc-browser, a.icon-ccb-browser {
	background-image: url(/icons/cc/browser_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-browser {
	background-image: url(/icons/ccb/browser_icon&16.png);
}

a.icon-cc-brush, a.icon-ccb-brush {
	background-image: url(/icons/cc/brush_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-brush {
	background-image: url(/icons/ccb/brush_icon&16.png);
}

a.icon-cc-bug, a.icon-ccb-bug {
	background-image: url(/icons/cc/bug_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-bug {
	background-image: url(/icons/ccb/bug_icon&16.png);
}

a.icon-cc-burst, a.icon-ccb-burst {
	background-image: url(/icons/cc/burst_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-burst {
	background-image: url(/icons/ccb/burst_icon&16.png);
}

a.icon-cc-calc, a.icon-ccb-calc {
	background-image: url(/icons/cc/calc_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-calc {
	background-image: url(/icons/ccb/calc_icon&16.png);
}

a.icon-cc-calendar-1, a.icon-ccb-calendar-1 {
	background-image: url(/icons/cc/calendar_1_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-calendar-1 {
	background-image: url(/icons/ccb/calendar_1_icon&16.png);
}

a.icon-cc-calendar-2, a.icon-ccb-calendar-2 {
	background-image: url(/icons/cc/calendar_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-calendar-2 {
	background-image: url(/icons/ccb/calendar_2_icon&16.png);
}

a.icon-cc-cancel, a.icon-ccb-cancel {
	background-image: url(/icons/cc/cancel_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cancel {
	background-image: url(/icons/ccb/cancel_icon&16.png);
}

a.icon-cc-case, a.icon-ccb-case {
	background-image: url(/icons/cc/case_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-case {
	background-image: url(/icons/ccb/case_icon&16.png);
}

a.icon-cc-cassette, a.icon-ccb-cassette {
	background-image: url(/icons/cc/cassette_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cassette {
	background-image: url(/icons/ccb/cassette_icon&16.png);
}

a.icon-cc-cc, a.icon-ccb-cc {
	background-image: url(/icons/cc/cc_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cc {
	background-image: url(/icons/ccb/cc_icon&16.png);
}

a.icon-cc-cert, a.icon-ccb-cert {
	background-image: url(/icons/cc/cert_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cert {
	background-image: url(/icons/ccb/cert_icon&16.png);
}

a.icon-cc-chart-bar, a.icon-ccb-chart-bar {
	background-image: url(/icons/cc/chart_bar_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-chart-bar {
	background-image: url(/icons/ccb/chart_bar_icon&16.png);
}

a.icon-cc-chart-line-2, a.icon-ccb-chart-line-2 {
	background-image: url(/icons/cc/chart_line_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-chart-line-2 {
	background-image: url(/icons/ccb/chart_line_2_icon&16.png);
}

a.icon-cc-chart-line, a.icon-ccb-chart-line {
	background-image: url(/icons/cc/chart_line_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-chart-line {
	background-image: url(/icons/ccb/chart_line_icon&16.png);
}

a.icon-cc-chart-pie, a.icon-ccb-chart-pie {
	background-image: url(/icons/cc/chart_pie_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-chart-pie {
	background-image: url(/icons/ccb/chart_pie_icon&16.png);
}

a.icon-cc-chat-bubble-message-square, a.icon-ccb-chat-bubble-message-square
	{
	background-image: url(/icons/cc/chat_bubble_message_square_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-chat-bubble-message-square {
	background-image: url(/icons/ccb/chat_bubble_message_square_icon&16.png);
}

a.icon-cc-checkbox-checked, a.icon-ccb-checkbox-checked {
	background-image: url(/icons/cc/checkbox_checked_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-checkbox-checked {
	background-image: url(/icons/ccb/checkbox_checked_icon&16.png);
}

a.icon-cc-checkbox-unchecked, a.icon-ccb-checkbox-unchecked {
	background-image: url(/icons/cc/checkbox_unchecked_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-checkbox-unchecked {
	background-image: url(/icons/ccb/checkbox_unchecked_icon&16.png);
}

a.icon-cc-checkmark, a.icon-ccb-checkmark {
	background-image: url(/icons/cc/checkmark_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-checkmark {
	background-image: url(/icons/ccb/checkmark_icon&16.png);
}

a.icon-cc-clip, a.icon-ccb-clip {
	background-image: url(/icons/cc/clip_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-clip {
	background-image: url(/icons/ccb/clip_icon&16.png);
}

a.icon-cc-clipboard-copy, a.icon-ccb-clipboard-copy {
	background-image: url(/icons/cc/clipboard_copy_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-clipboard-copy {
	background-image: url(/icons/ccb/clipboard_copy_icon&16.png);
}

a.icon-cc-clipboard-cut, a.icon-ccb-clipboard-cut {
	background-image: url(/icons/cc/clipboard_cut_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-clipboard-cut {
	background-image: url(/icons/ccb/clipboard_cut_icon&16.png);
}

a.icon-cc-clipboard-past, a.icon-ccb-clipboard-past {
	background-image: url(/icons/cc/clipboard_past_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-clipboard-past {
	background-image: url(/icons/ccb/clipboard_past_icon&16.png);
}

a.icon-cc-clock, a.icon-ccb-clock {
	background-image: url(/icons/cc/clock_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-clock {
	background-image: url(/icons/ccb/clock_icon&16.png);
}

a.icon-cc-cloud, a.icon-ccb-cloud {
	background-image: url(/icons/cc/cloud_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cloud {
	background-image: url(/icons/ccb/cloud_icon&16.png);
}

a.icon-cc-cloud-rain, a.icon-ccb-cloud-rain {
	background-image: url(/icons/cc/cloud_rain_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cloud-rain {
	background-image: url(/icons/ccb/cloud_rain_icon&16.png);
}

a.icon-cc-coffe-cup, a.icon-ccb-coffe-cup {
	background-image: url(/icons/cc/coffe_cup_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-coffe-cup {
	background-image: url(/icons/ccb/coffe_cup_icon&16.png);
}

a.icon-cc-cog, a.icon-ccb-cog {
	background-image: url(/icons/cc/cog_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cog {
	background-image: url(/icons/ccb/cog_icon&16.png);
}

a.icon-cc-cogs, a.icon-ccb-cogs {
	background-image: url(/icons/cc/cogs_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cogs {
	background-image: url(/icons/ccb/cogs_icon&16.png);
}

a.icon-cc-comp, a.icon-ccb-comp {
	background-image: url(/icons/cc/comp_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-comp {
	background-image: url(/icons/ccb/comp_icon&16.png);
}

a.icon-cc-compass, a.icon-ccb-compass {
	background-image: url(/icons/cc/compass_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-compass {
	background-image: url(/icons/ccb/compass_icon&16.png);
}

a.icon-cc-connect, a.icon-ccb-connect {
	background-image: url(/icons/cc/connect_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-connect {
	background-image: url(/icons/ccb/connect_icon&16.png);
}

a.icon-cc-contact-card, a.icon-ccb-contact-card {
	background-image: url(/icons/cc/contact_card_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-contact-card {
	background-image: url(/icons/ccb/contact_card_icon&16.png);
}

a.icon-cc-contact, a.icon-ccb-contact {
	background-image: url(/icons/cc/contact_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-contact {
	background-image: url(/icons/ccb/contact_icon&16.png);
}

a.icon-cc-cube, a.icon-ccb-cube {
	background-image: url(/icons/cc/cube_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cube {
	background-image: url(/icons/ccb/cube_icon&16.png);
}

a.icon-cc-cur-bp, a.icon-ccb-cur-bp {
	background-image: url(/icons/cc/cur_bp_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cur-bp {
	background-image: url(/icons/ccb/cur_bp_icon&16.png);
}

a.icon-cc-cur-dollar, a.icon-ccb-cur-dollar {
	background-image: url(/icons/cc/cur_dollar_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cur-dollar {
	background-image: url(/icons/ccb/cur_dollar_icon&16.png);
}

a.icon-cc-cur-euro, a.icon-ccb-cur-euro {
	background-image: url(/icons/cc/cur_euro_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cur-euro {
	background-image: url(/icons/ccb/cur_euro_icon&16.png);
}

a.icon-cc-cur-yen, a.icon-ccb-cur-yen {
	background-image: url(/icons/cc/cur_yen_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cur-yen {
	background-image: url(/icons/ccb/cur_yen_icon&16.png);
}

a.icon-cc-cursor-arrow, a.icon-ccb-cursor-arrow {
	background-image: url(/icons/cc/cursor_arrow_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cursor-arrow {
	background-image: url(/icons/ccb/cursor_arrow_icon&16.png);
}

a.icon-cc-cursor-drag-arrow-2, a.icon-ccb-cursor-drag-arrow-2 {
	background-image: url(/icons/cc/cursor_drag_arrow_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cursor-drag-arrow-2 {
	background-image: url(/icons/ccb/cursor_drag_arrow_2_icon&16.png);
}

a.icon-cc-cursor-drag-arrow, a.icon-ccb-cursor-drag-arrow {
	background-image: url(/icons/cc/cursor_drag_arrow_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cursor-drag-arrow {
	background-image: url(/icons/ccb/cursor_drag_arrow_icon&16.png);
}

a.icon-cc-cursor-drag-hand, a.icon-ccb-cursor-drag-hand {
	background-image: url(/icons/cc/cursor_drag_hand_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cursor-drag-hand {
	background-image: url(/icons/ccb/cursor_drag_hand_icon&16.png);
}

a.icon-cc-cursor-H-split, a.icon-ccb-cursor-H-split {
	background-image: url(/icons/cc/cursor_H_split_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cursor-H-split {
	background-image: url(/icons/ccb/cursor_H_split_icon&16.png);
}

a.icon-cc-cursor-hand, a.icon-ccb-cursor-hand {
	background-image: url(/icons/cc/cursor_hand_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cursor-hand {
	background-image: url(/icons/ccb/cursor_hand_icon&16.png);
}

a.icon-cc-cursor-V-split, a.icon-ccb-cursor-V-split {
	background-image: url(/icons/cc/cursor_V_split_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-cursor-V-split {
	background-image: url(/icons/ccb/cursor_V_split_icon&16.png);
}

a.icon-cc-dashboard, a.icon-ccb-dashboard {
	background-image: url(/icons/cc/dashboard_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-dashboard {
	background-image: url(/icons/ccb/dashboard_icon&16.png);
}

a.icon-cc-db, a.icon-ccb-db {
	background-image: url(/icons/cc/db_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-db {
	background-image: url(/icons/ccb/db_icon&16.png);
}

a.icon-cc-delete, a.icon-ccb-delete {
	background-image: url(/icons/cc/delete_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-delete {
	background-image: url(/icons/ccb/delete_icon&16.png);
}

a.icon-cc-delete-server, a.icon-ccb-delete-server {
	background-image: url(/icons/cc/delete_server_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-delete-server {
	background-image: url(/icons/ccb/delete_server_icon&16.png);
}

a.icon-cc-disconnected, a.icon-ccb-disconnected {
	background-image: url(/icons/cc/disconnected_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-disconnected {
	background-image: url(/icons/ccb/disconnected_icon&16.png);
}

a.icon-cc-doc-delete, a.icon-ccb-doc-delete {
	background-image: url(/icons/cc/doc_delete_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-doc-delete {
	background-image: url(/icons/ccb/doc_delete_icon&16.png);
}

a.icon-cc-doc-edit, a.icon-ccb-doc-edit {
	background-image: url(/icons/cc/doc_edit_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-doc-edit {
	background-image: url(/icons/ccb/doc_edit_icon&16.png);
}

a.icon-cc-doc-empty, a.icon-ccb-doc-empty {
	background-image: url(/icons/cc/doc_empty_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-doc-empty {
	background-image: url(/icons/ccb/doc_empty_icon&16.png);
}

a.icon-cc-doc-export, a.icon-ccb-doc-export {
	background-image: url(/icons/cc/doc_export_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-doc-export {
	background-image: url(/icons/ccb/doc_export_icon&16.png);
}

a.icon-cc-doc-import, a.icon-ccb-doc-import {
	background-image: url(/icons/cc/doc_import_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-doc-import {
	background-image: url(/icons/ccb/doc_import_icon&16.png);
}

a.icon-cc-doc-lines, a.icon-ccb-doc-lines {
	background-image: url(/icons/cc/doc_lines_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-doc-lines {
	background-image: url(/icons/ccb/doc_lines_icon&16.png);
}

a.icon-cc-doc-lines-stright, a.icon-ccb-doc-lines-stright {
	background-image: url(/icons/cc/doc_lines_stright_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-doc-lines-stright {
	background-image: url(/icons/ccb/doc_lines_stright_icon&16.png);
}

a.icon-cc-doc-minus, a.icon-ccb-doc-minus {
	background-image: url(/icons/cc/doc_minus_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-doc-minus {
	background-image: url(/icons/ccb/doc_minus_icon&16.png);
}

a.icon-cc-doc-new, a.icon-ccb-doc-new {
	background-image: url(/icons/cc/doc_new_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-doc-new {
	background-image: url(/icons/ccb/doc_new_icon&16.png);
}

a.icon-cc-doc-plus, a.icon-ccb-doc-plus {
	background-image: url(/icons/cc/doc_plus_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-doc-plus {
	background-image: url(/icons/ccb/doc_plus_icon&16.png);
}

a.icon-cc-document, a.icon-ccb-document {
	background-image: url(/icons/cc/document_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-document {
	background-image: url(/icons/ccb/document_icon&16.png);
}

a.icon-cc-download, a.icon-ccb-download {
	background-image: url(/icons/cc/download_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-download {
	background-image: url(/icons/ccb/download_icon&16.png);
}

a.icon-cc-eject, a.icon-ccb-eject {
	background-image: url(/icons/cc/eject_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-eject {
	background-image: url(/icons/ccb/eject_icon&16.png);
}

a.icon-cc-emotion-sad, a.icon-ccb-emotion-sad {
	background-image: url(/icons/cc/emotion_sad_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-emotion-sad {
	background-image: url(/icons/ccb/emotion_sad_icon&16.png);
}

a.icon-cc-emotion-smile, a.icon-ccb-emotion-smile {
	background-image: url(/icons/cc/emotion_smile_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-emotion-smile {
	background-image: url(/icons/ccb/emotion_smile_icon&16.png);
}

a.icon-cc-expand, a.icon-ccb-expand {
	background-image: url(/icons/cc/expand_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-expand {
	background-image: url(/icons/ccb/expand_icon&16.png);
}

a.icon-cc-export, a.icon-ccb-export {
	background-image: url(/icons/cc/export_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-export {
	background-image: url(/icons/ccb/export_icon&16.png);
}

a.icon-cc-eye, a.icon-ccb-eye {
	background-image: url(/icons/cc/eye_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-eye {
	background-image: url(/icons/ccb/eye_icon&16.png);
}

a.icon-cc-eye-inv, a.icon-ccb-eye-inv {
	background-image: url(/icons/cc/eye_inv_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-eye-inv {
	background-image: url(/icons/ccb/eye_inv_icon&16.png);
}

a.icon-cc-facebook, a.icon-ccb-facebook {
	background-image: url(/icons/cc/facebook_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-facebook {
	background-image: url(/icons/ccb/facebook_icon&16.png);
}

a.icon-cc-fastforward-next, a.icon-ccb-fastforward-next {
	background-image: url(/icons/cc/fastforward_next_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-fastforward-next {
	background-image: url(/icons/ccb/fastforward_next_icon&16.png);
}

a.icon-cc-fill, a.icon-ccb-fill {
	background-image: url(/icons/cc/fill_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-fill {
	background-image: url(/icons/ccb/fill_icon&16.png);
}

a.icon-cc-filter, a.icon-ccb-filter {
	background-image: url(/icons/cc/filter_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-filter {
	background-image: url(/icons/ccb/filter_icon&16.png);
}

a.icon-cc-fire, a.icon-ccb-fire {
	background-image: url(/icons/cc/fire_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-fire {
	background-image: url(/icons/ccb/fire_icon&16.png);
}

a.icon-cc-flag-2, a.icon-ccb-flag-2 {
	background-image: url(/icons/cc/flag_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-flag-2 {
	background-image: url(/icons/ccb/flag_2_icon&16.png);
}

a.icon-cc-flag, a.icon-ccb-flag {
	background-image: url(/icons/cc/flag_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-flag {
	background-image: url(/icons/ccb/flag_icon&16.png);
}

a.icon-cc-folder-arrow, a.icon-ccb-folder-arrow {
	background-image: url(/icons/cc/folder_arrow_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-folder-arrow {
	background-image: url(/icons/ccb/folder_arrow_icon&16.png);
}

a.icon-cc-folder-delete, a.icon-ccb-folder-delete {
	background-image: url(/icons/cc/folder_delete_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-folder-delete {
	background-image: url(/icons/ccb/folder_delete_icon&16.png);
}

a.icon-cc-folder, a.icon-ccb-folder {
	background-image: url(/icons/cc/folder_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-folder {
	background-image: url(/icons/ccb/folder_icon&16.png);
}

a.icon-cc-folder-minus, a.icon-ccb-folder-minus {
	background-image: url(/icons/cc/folder_minus_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-folder-minus {
	background-image: url(/icons/ccb/folder_minus_icon&16.png);
}

a.icon-cc-folder-open, a.icon-ccb-folder-open {
	background-image: url(/icons/cc/folder_open_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-folder-open {
	background-image: url(/icons/ccb/folder_open_icon&16.png);
}

a.icon-cc-folder-plus, a.icon-ccb-folder-plus {
	background-image: url(/icons/cc/folder_plus_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-folder-plus {
	background-image: url(/icons/ccb/folder_plus_icon&16.png);
}

a.icon-cc-font-bold, a.icon-ccb-font-bold {
	background-image: url(/icons/cc/font_bold_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-font-bold {
	background-image: url(/icons/ccb/font_bold_icon&16.png);
}

a.icon-cc-font-italic, a.icon-ccb-font-italic {
	background-image: url(/icons/cc/font_italic_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-font-italic {
	background-image: url(/icons/ccb/font_italic_icon&16.png);
}

a.icon-cc-font-size, a.icon-ccb-font-size {
	background-image: url(/icons/cc/font_size_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-font-size {
	background-image: url(/icons/ccb/font_size_icon&16.png);
}

a.icon-cc-font-strokethrough, a.icon-ccb-font-strokethrough {
	background-image: url(/icons/cc/font_strokethrough_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-font-strokethrough {
	background-image: url(/icons/ccb/font_strokethrough_icon&16.png);
}

a.icon-cc-font-underline, a.icon-ccb-font-underline {
	background-image: url(/icons/cc/font_underline_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-font-underline {
	background-image: url(/icons/ccb/font_underline_icon&16.png);
}

a.icon-cc-game-pad, a.icon-ccb-game-pad {
	background-image: url(/icons/cc/game_pad_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-game-pad {
	background-image: url(/icons/ccb/game_pad_icon&16.png);
}

a.icon-cc-glasses, a.icon-ccb-glasses {
	background-image: url(/icons/cc/glasses_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-glasses {
	background-image: url(/icons/ccb/glasses_icon&16.png);
}

a.icon-cc-globe-1, a.icon-ccb-globe-1 {
	background-image: url(/icons/cc/globe_1_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-globe-1 {
	background-image: url(/icons/ccb/globe_1_icon&16.png);
}

a.icon-cc-globe-2, a.icon-ccb-globe-2 {
	background-image: url(/icons/cc/globe_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-globe-2 {
	background-image: url(/icons/ccb/globe_2_icon&16.png);
}

a.icon-cc-globe-3, a.icon-ccb-globe-3 {
	background-image: url(/icons/cc/globe_3_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-globe-3 {
	background-image: url(/icons/ccb/globe_3_icon&16.png);
}

a.icon-cc-google, a.icon-ccb-google {
	background-image: url(/icons/cc/google_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-google {
	background-image: url(/icons/ccb/google_icon&16.png);
}

a.icon-cc-hand-1, a.icon-ccb-hand-1 {
	background-image: url(/icons/cc/hand_1_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-hand-1 {
	background-image: url(/icons/ccb/hand_1_icon&16.png);
}

a.icon-cc-hand-2, a.icon-ccb-hand-2 {
	background-image: url(/icons/cc/hand_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-hand-2 {
	background-image: url(/icons/ccb/hand_2_icon&16.png);
}

a.icon-cc-hand-contra, a.icon-ccb-hand-contra {
	background-image: url(/icons/cc/hand_contra_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-hand-contra {
	background-image: url(/icons/ccb/hand_contra_icon&16.png);
}

a.icon-cc-hand-pro, a.icon-ccb-hand-pro {
	background-image: url(/icons/cc/hand_pro_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-hand-pro {
	background-image: url(/icons/ccb/hand_pro_icon&16.png);
}

a.icon-cc-hanger, a.icon-ccb-hanger {
	background-image: url(/icons/cc/hanger_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-hanger {
	background-image: url(/icons/ccb/hanger_icon&16.png);
}

a.icon-cc-headphones, a.icon-ccb-headphones {
	background-image: url(/icons/cc/headphones_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-headphones {
	background-image: url(/icons/ccb/headphones_icon&16.png);
}

a.icon-cc-heart-empty, a.icon-ccb-heart-empty {
	background-image: url(/icons/cc/heart_empty_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-heart-empty {
	background-image: url(/icons/ccb/heart_empty_icon&16.png);
}

a.icon-cc-heart, a.icon-ccb-heart {
	background-image: url(/icons/cc/heart_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-heart {
	background-image: url(/icons/ccb/heart_icon&16.png);
}

a.icon-cc-home, a.icon-ccb-home {
	background-image: url(/icons/cc/home_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-home {
	background-image: url(/icons/ccb/home_icon&16.png);
}

a.icon-cc-image-text, a.icon-ccb-image-text {
	background-image: url(/icons/cc/image_text_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-image-text {
	background-image: url(/icons/ccb/image_text_icon&16.png);
}

a.icon-cc-import, a.icon-ccb-import {
	background-image: url(/icons/cc/import_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-import {
	background-image: url(/icons/ccb/import_icon&16.png);
}

a.icon-cc-inbox, a.icon-ccb-inbox {
	background-image: url(/icons/cc/inbox_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-inbox {
	background-image: url(/icons/ccb/inbox_icon&16.png);
}

a.icon-cc-indent-decrease, a.icon-ccb-indent-decrease {
	background-image: url(/icons/cc/indent_decrease_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-indent-decrease {
	background-image: url(/icons/ccb/indent_decrease_icon&16.png);
}

a.icon-cc-indent-increase, a.icon-ccb-indent-increase {
	background-image: url(/icons/cc/indent_increase_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-indent-increase {
	background-image: url(/icons/ccb/indent_increase_icon&16.png);
}

a.icon-cc-info, a.icon-ccb-info {
	background-image: url(/icons/cc/info_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-info {
	background-image: url(/icons/ccb/info_icon&16.png);
}

a.icon-cc-inject, a.icon-ccb-inject {
	background-image: url(/icons/cc/inject_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-inject {
	background-image: url(/icons/ccb/inject_icon&16.png);
}

a.icon-cc-invisible-light, a.icon-ccb-invisible-light {
	background-image: url(/icons/cc/invisible_light_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-invisible-light {
	background-image: url(/icons/ccb/invisible_light_icon&16.png);
}

a.icon-cc-invisible-revert, a.icon-ccb-invisible-revert {
	background-image: url(/icons/cc/invisible_revert_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-invisible-revert {
	background-image: url(/icons/ccb/invisible_revert_icon&16.png);
}

a.icon-cc-iphone, a.icon-ccb-iphone {
	background-image: url(/icons/cc/iphone_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-iphone {
	background-image: url(/icons/ccb/iphone_icon&16.png);
}

a.icon-cc-key, a.icon-ccb-key {
	background-image: url(/icons/cc/key_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-key {
	background-image: url(/icons/ccb/key_icon&16.png);
}

a.icon-cc-layers-1, a.icon-ccb-layers-1 {
	background-image: url(/icons/cc/layers_1_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-layers-1 {
	background-image: url(/icons/ccb/layers_1_icon&16.png);
}

a.icon-cc-layers-2, a.icon-ccb-layers-2 {
	background-image: url(/icons/cc/layers_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-layers-2 {
	background-image: url(/icons/ccb/layers_2_icon&16.png);
}

a.icon-cc-lightbulb, a.icon-ccb-lightbulb {
	background-image: url(/icons/cc/lightbulb_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-lightbulb {
	background-image: url(/icons/ccb/lightbulb_icon&16.png);
}

a.icon-cc-lighting, a.icon-ccb-lighting {
	background-image: url(/icons/cc/lighting_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-lighting {
	background-image: url(/icons/ccb/lighting_icon&16.png);
}

a.icon-cc-link, a.icon-ccb-link {
	background-image: url(/icons/cc/link_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-link {
	background-image: url(/icons/ccb/link_icon&16.png);
}

a.icon-cc-list-bullets, a.icon-ccb-list-bullets {
	background-image: url(/icons/cc/list_bullets_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-list-bullets {
	background-image: url(/icons/ccb/list_bullets_icon&16.png);
}

a.icon-cc-list-num, a.icon-ccb-list-num {
	background-image: url(/icons/cc/list_num_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-list-num {
	background-image: url(/icons/ccb/list_num_icon&16.png);
}

a.icon-cc-loading-throbber, a.icon-ccb-loading-throbber {
	background-image: url(/icons/cc/loading_throbber_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-loading-throbber {
	background-image: url(/icons/ccb/loading_throbber_icon&16.png);
}

a.icon-cc-lock-open, a.icon-ccb-lock-open {
	background-image: url(/icons/cc/lock_open_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-lock-open {
	background-image: url(/icons/ccb/lock_open_icon&16.png);
}

a.icon-cc-magic-wand-2, a.icon-ccb-magic-wand-2 {
	background-image: url(/icons/cc/magic_wand_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-magic-wand-2 {
	background-image: url(/icons/ccb/magic_wand_2_icon&16.png);
}

a.icon-cc-magic-wand, a.icon-ccb-magic-wand {
	background-image: url(/icons/cc/magic_wand_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-magic-wand {
	background-image: url(/icons/ccb/magic_wand_icon&16.png);
}

a.icon-cc-mail-2, a.icon-ccb-mail-2 {
	background-image: url(/icons/cc/mail_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-mail-2 {
	background-image: url(/icons/ccb/mail_2_icon&16.png);
}

a.icon-cc-mail, a.icon-ccb-mail {
	background-image: url(/icons/cc/mail_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-mail {
	background-image: url(/icons/ccb/mail_icon&16.png);
}

a.icon-cc-message-attention, a.icon-ccb-message-attention {
	background-image: url(/icons/cc/message_attention_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-message-attention {
	background-image: url(/icons/ccb/message_attention_icon&16.png);
}

a.icon-cc-mic, a.icon-ccb-mic {
	background-image: url(/icons/cc/mic_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-mic {
	background-image: url(/icons/ccb/mic_icon&16.png);
}

a.icon-cc-microphone, a.icon-ccb-microphone {
	background-image: url(/icons/cc/microphone_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-microphone {
	background-image: url(/icons/ccb/microphone_icon&16.png);
}

a.icon-cc-money, a.icon-ccb-money {
	background-image: url(/icons/cc/money_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-money {
	background-image: url(/icons/ccb/money_icon&16.png);
}

a.icon-cc-monitor, a.icon-ccb-monitor {
	background-image: url(/icons/cc/monitor_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-monitor {
	background-image: url(/icons/ccb/monitor_icon&16.png);
}

a.icon-cc-movie, a.icon-ccb-movie {
	background-image: url(/icons/cc/movie_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-movie {
	background-image: url(/icons/ccb/movie_icon&16.png);
}

a.icon-cc-music, a.icon-ccb-music {
	background-image: url(/icons/cc/music_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-music {
	background-image: url(/icons/ccb/music_icon&16.png);
}

a.icon-cc-music-square, a.icon-ccb-music-square {
	background-image: url(/icons/cc/music_square_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-music-square {
	background-image: url(/icons/ccb/music_square_icon&16.png);
}

a.icon-cc-net-comp, a.icon-ccb-net-comp {
	background-image: url(/icons/cc/net_comp_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-net-comp {
	background-image: url(/icons/ccb/net_comp_icon&16.png);
}

a.icon-cc-network, a.icon-ccb-network {
	background-image: url(/icons/cc/network_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-network {
	background-image: url(/icons/ccb/network_icon&16.png);
}

a.icon-cc-not-connected, a.icon-ccb-not-connected {
	background-image: url(/icons/cc/not_connected_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-not-connected {
	background-image: url(/icons/ccb/not_connected_icon&16.png);
}

a.icon-cc-notepad-2, a.icon-ccb-notepad-2 {
	background-image: url(/icons/cc/notepad_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-notepad-2 {
	background-image: url(/icons/ccb/notepad_2_icon&16.png);
}

a.icon-cc-notepad, a.icon-ccb-notepad {
	background-image: url(/icons/cc/notepad_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-notepad {
	background-image: url(/icons/ccb/notepad_icon&16.png);
}

a.icon-cc-off, a.icon-ccb-off {
	background-image: url(/icons/cc/off_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-off {
	background-image: url(/icons/ccb/off_icon&16.png);
}

a.icon-cc-on, a.icon-ccb-on {
	background-image: url(/icons/cc/on_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-on {
	background-image: url(/icons/ccb/on_icon&16.png);
}

a.icon-cc-on-off, a.icon-ccb-on-off {
	background-image: url(/icons/cc/on_off_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-on-off {
	background-image: url(/icons/ccb/on_off_icon&16.png);
}

a.icon-cc-openid, a.icon-ccb-openid {
	background-image: url(/icons/cc/openid_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-openid {
	background-image: url(/icons/ccb/openid_icon&16.png);
}

a.icon-cc-padlock-closed, a.icon-ccb-padlock-closed {
	background-image: url(/icons/cc/padlock_closed_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-padlock-closed {
	background-image: url(/icons/ccb/padlock_closed_icon&16.png);
}

a.icon-cc-padlock-open, a.icon-ccb-padlock-open {
	background-image: url(/icons/cc/padlock_open_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-padlock-open {
	background-image: url(/icons/ccb/padlock_open_icon&16.png);
}

a.icon-cc-page-layout, a.icon-ccb-page-layout {
	background-image: url(/icons/cc/page_layout_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-page-layout {
	background-image: url(/icons/ccb/page_layout_icon&16.png);
}

a.icon-cc-paper-airplane, a.icon-ccb-paper-airplane {
	background-image: url(/icons/cc/paper_airplane_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-paper-airplane {
	background-image: url(/icons/ccb/paper_airplane_icon&16.png);
}

a.icon-cc-paragraph, a.icon-ccb-paragraph {
	background-image: url(/icons/cc/paragraph_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-paragraph {
	background-image: url(/icons/ccb/paragraph_icon&16.png);
}

a.icon-cc-pencil, a.icon-ccb-pencil {
	background-image: url(/icons/cc/pencil_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-pencil {
	background-image: url(/icons/ccb/pencil_icon&16.png);
}

a.icon-cc-phone-1, a.icon-ccb-phone-1 {
	background-image: url(/icons/cc/phone_1_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-phone-1 {
	background-image: url(/icons/ccb/phone_1_icon&16.png);
}

a.icon-cc-phone-2, a.icon-ccb-phone-2 {
	background-image: url(/icons/cc/phone_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-phone-2 {
	background-image: url(/icons/ccb/phone_2_icon&16.png);
}

a.icon-cc-phone, a.icon-ccb-phone {
	background-image: url(/icons/cc/phone_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-phone {
	background-image: url(/icons/ccb/phone_icon&16.png);
}

a.icon-cc-phone-touch, a.icon-ccb-phone-touch {
	background-image: url(/icons/cc/phone_touch_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-phone-touch {
	background-image: url(/icons/ccb/phone_touch_icon&16.png);
}

a.icon-cc-photo, a.icon-ccb-photo {
	background-image: url(/icons/cc/photo_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-photo {
	background-image: url(/icons/ccb/photo_icon&16.png);
}

a.icon-cc-picture, a.icon-ccb-picture {
	background-image: url(/icons/cc/picture_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-picture {
	background-image: url(/icons/ccb/picture_icon&16.png);
}

a.icon-cc-pin-2, a.icon-ccb-pin-2 {
	background-image: url(/icons/cc/pin_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-pin-2 {
	background-image: url(/icons/ccb/pin_2_icon&16.png);
}

a.icon-cc-pin, a.icon-ccb-pin {
	background-image: url(/icons/cc/pin_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-pin {
	background-image: url(/icons/ccb/pin_icon&16.png);
}

a.icon-cc-pin-map-down, a.icon-ccb-pin-map-down {
	background-image: url(/icons/cc/pin_map_down_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-pin-map-down {
	background-image: url(/icons/ccb/pin_map_down_icon&16.png);
}

a.icon-cc-pin-map, a.icon-ccb-pin-map {
	background-image: url(/icons/cc/pin_map_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-pin-map {
	background-image: url(/icons/ccb/pin_map_icon&16.png);
}

a.icon-cc-pin-map-left, a.icon-ccb-pin-map-left {
	background-image: url(/icons/cc/pin_map_left_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-pin-map-left {
	background-image: url(/icons/ccb/pin_map_left_icon&16.png);
}

a.icon-cc-pin-map-right, a.icon-ccb-pin-map-right {
	background-image: url(/icons/cc/pin_map_right_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-pin-map-right {
	background-image: url(/icons/ccb/pin_map_right_icon&16.png);
}

a.icon-cc-pin-map-top, a.icon-ccb-pin-map-top {
	background-image: url(/icons/cc/pin_map_top_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-pin-map-top {
	background-image: url(/icons/ccb/pin_map_top_icon&16.png);
}

a.icon-cc-pin-sq-down, a.icon-ccb-pin-sq-down {
	background-image: url(/icons/cc/pin_sq_down_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-pin-sq-down {
	background-image: url(/icons/ccb/pin_sq_down_icon&16.png);
}

a.icon-cc-pin-sq-left, a.icon-ccb-pin-sq-left {
	background-image: url(/icons/cc/pin_sq_left_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-pin-sq-left {
	background-image: url(/icons/ccb/pin_sq_left_icon&16.png);
}

a.icon-cc-pin-sq-right, a.icon-ccb-pin-sq-right {
	background-image: url(/icons/cc/pin_sq_right_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-pin-sq-right {
	background-image: url(/icons/ccb/pin_sq_right_icon&16.png);
}

a.icon-cc-pin-sq-top, a.icon-ccb-pin-sq-top {
	background-image: url(/icons/cc/pin_sq_top_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-pin-sq-top {
	background-image: url(/icons/ccb/pin_sq_top_icon&16.png);
}

a.icon-cc-playback-ff, a.icon-ccb-playback-ff {
	background-image: url(/icons/cc/playback_ff_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-playback-ff {
	background-image: url(/icons/ccb/playback_ff_icon&16.png);
}

a.icon-cc-playback-next, a.icon-ccb-playback-next {
	background-image: url(/icons/cc/playback_next_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-playback-next {
	background-image: url(/icons/ccb/playback_next_icon&16.png);
}

a.icon-cc-playback-pause, a.icon-ccb-playback-pause {
	background-image: url(/icons/cc/playback_pause_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-playback-pause {
	background-image: url(/icons/ccb/playback_pause_icon&16.png);
}

a.icon-cc-playback-play, a.icon-ccb-playback-play {
	background-image: url(/icons/cc/playback_play_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-playback-play {
	background-image: url(/icons/ccb/playback_play_icon&16.png);
}

a.icon-cc-playback-prev, a.icon-ccb-playback-prev {
	background-image: url(/icons/cc/playback_prev_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-playback-prev {
	background-image: url(/icons/ccb/playback_prev_icon&16.png);
}

a.icon-cc-playback-rec, a.icon-ccb-playback-rec {
	background-image: url(/icons/cc/playback_rec_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-playback-rec {
	background-image: url(/icons/ccb/playback_rec_icon&16.png);
}

a.icon-cc-playback-reload, a.icon-ccb-playback-reload {
	background-image: url(/icons/cc/playback_reload_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-playback-reload {
	background-image: url(/icons/ccb/playback_reload_icon&16.png);
}

a.icon-cc-playback-rew, a.icon-ccb-playback-rew {
	background-image: url(/icons/cc/playback_rew_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-playback-rew {
	background-image: url(/icons/ccb/playback_rew_icon&16.png);
}

a.icon-cc-playback-stop, a.icon-ccb-playback-stop {
	background-image: url(/icons/cc/playback_stop_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-playback-stop {
	background-image: url(/icons/ccb/playback_stop_icon&16.png);
}

a.icon-cc-podcast, a.icon-ccb-podcast {
	background-image: url(/icons/cc/podcast_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-podcast {
	background-image: url(/icons/ccb/podcast_icon&16.png);
}

a.icon-cc-preso, a.icon-ccb-preso {
	background-image: url(/icons/cc/preso_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-preso {
	background-image: url(/icons/ccb/preso_icon&16.png);
}

a.icon-cc-print, a.icon-ccb-print {
	background-image: url(/icons/cc/print_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-print {
	background-image: url(/icons/ccb/print_icon&16.png);
}

a.icon-cc-push-pin, a.icon-ccb-push-pin {
	background-image: url(/icons/cc/push_pin_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-push-pin {
	background-image: url(/icons/ccb/push_pin_icon&16.png);
}

a.icon-cc-redo, a.icon-ccb-redo {
	background-image: url(/icons/cc/redo_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-redo {
	background-image: url(/icons/ccb/redo_icon&16.png);
}

a.icon-cc-refresh, a.icon-ccb-refresh {
	background-image: url(/icons/cc/refresh_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-refresh {
	background-image: url(/icons/ccb/refresh_icon&16.png);
}

a.icon-cc-reload, a.icon-ccb-reload {
	background-image: url(/icons/cc/reload_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-reload {
	background-image: url(/icons/ccb/reload_icon&16.png);
}

a.icon-cc-rewind-previous, a.icon-ccb-rewind-previous {
	background-image: url(/icons/cc/rewind_previous_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-rewind-previous {
	background-image: url(/icons/ccb/rewind_previous_icon&16.png);
}

a.icon-cc-rnd-br-down, a.icon-ccb-rnd-br-down {
	background-image: url(/icons/cc/rnd_br_down_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-rnd-br-down {
	background-image: url(/icons/ccb/rnd_br_down_icon&16.png);
}

a.icon-cc-rnd-br-first, a.icon-ccb-rnd-br-first {
	background-image: url(/icons/cc/rnd_br_first_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-rnd-br-first {
	background-image: url(/icons/ccb/rnd_br_first_icon&16.png);
}

a.icon-cc-rnd-br-last, a.icon-ccb-rnd-br-last {
	background-image: url(/icons/cc/rnd_br_last_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-rnd-br-last {
	background-image: url(/icons/ccb/rnd_br_last_icon&16.png);
}

a.icon-cc-rnd-br-next, a.icon-ccb-rnd-br-next {
	background-image: url(/icons/cc/rnd_br_next_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-rnd-br-next {
	background-image: url(/icons/ccb/rnd_br_next_icon&16.png);
}

a.icon-cc-rnd-br-prev {
	background-image: url(/icons/cc/rnd_br_prev_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-rnd-br-prev {
	background-image: url(/icons/ccb/rnd_br_prev_icon&16.png);
}

a.icon-cc-rnd-br-up, a.icon-ccb-rnd-br-up {
	background-image: url(/icons/cc/rnd_br_up_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-rnd-br-up {
	background-image: url(/icons/ccb/rnd_br_up_icon&16.png);
}

a.icon-cc-round-and-up, a.icon-ccb-round-and-up {
	background-image: url(/icons/cc/round_and_up_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-round-and-up {
	background-image: url(/icons/ccb/round_and_up_icon&16.png);
}

a.icon-cc-round-arrow-left, a.icon-ccb-round-arrow-left {
	background-image: url(/icons/cc/round_arrow_left_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-round-arrow-left {
	background-image: url(/icons/ccb/round_arrow_left_icon&16.png);
}

a.icon-cc-round-arrow-right, a.icon-ccb-round-arrow-right {
	background-image: url(/icons/cc/round_arrow_right_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-round-arrow-right {
	background-image: url(/icons/ccb/round_arrow_right_icon&16.png);
}

a.icon-cc-round-checkmark, a.icon-ccb-round-checkmark {
	background-image: url(/icons/cc/round_checkmark_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-round-checkmark {
	background-image: url(/icons/ccb/round_checkmark_icon&16.png);
}

a.icon-cc-round-delete, a.icon-ccb-round-delete {
	background-image: url(/icons/cc/round_delete_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-round-delete {
	background-image: url(/icons/ccb/round_delete_icon&16.png);
}

a.icon-cc-round, a.icon-ccb-round {
	background-image: url(/icons/cc/round_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-round {
	background-image: url(/icons/ccb/round_icon&16.png);
}

a.icon-cc-round-minus, a.icon-ccb-round-minus {
	background-image: url(/icons/cc/round_minus_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-round-minus {
	background-image: url(/icons/ccb/round_minus_icon&16.png);
}

a.icon-cc-round-plus, a.icon-ccb-round-plus {
	background-image: url(/icons/cc/round_plus_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-round-plus {
	background-image: url(/icons/ccb/round_plus_icon&16.png);
}

a.icon-cc-rss, a.icon-ccb-rss {
	background-image: url(/icons/cc/rss_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-rss {
	background-image: url(/icons/ccb/rss_icon&16.png);
}

a.icon-cc-rss-sq, a.icon-ccb-rss-sq {
	background-image: url(/icons/cc/rss_sq_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-rss-sq {
	background-image: url(/icons/ccb/rss_sq_icon&16.png);
}

a.icon-cc-sand, a.icon-ccb-sand {
	background-image: url(/icons/cc/sand_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sand {
	background-image: url(/icons/ccb/sand_icon&16.png);
}

a.icon-cc-sat-dish, a.icon-ccb-sat-dish {
	background-image: url(/icons/cc/sat_dish_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sat-dish {
	background-image: url(/icons/ccb/sat_dish_icon&16.png);
}

a.icon-cc-save, a.icon-ccb-save {
	background-image: url(/icons/cc/save_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-save {
	background-image: url(/icons/ccb/save_icon&16.png);
}

a.icon-cc-server, a.icon-ccb-server {
	background-image: url(/icons/cc/server_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-server {
	background-image: url(/icons/ccb/server_icon&16.png);
}

a.icon-cc-shapes, a.icon-ccb-shapes {
	background-image: url(/icons/cc/shapes_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-shapes {
	background-image: url(/icons/ccb/shapes_icon&16.png);
}

a.icon-cc-share-2, a.icon-ccb-share-2 {
	background-image: url(/icons/cc/share_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-share-2 {
	background-image: url(/icons/ccb/share_2_icon&16.png);
}

a.icon-cc-share, a.icon-ccb-share {
	background-image: url(/icons/cc/share_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-share {
	background-image: url(/icons/ccb/share_icon&16.png);
}

a.icon-cc-shield-2, a.icon-ccb-shield-2 {
	background-image: url(/icons/cc/shield_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-shield-2 {
	background-image: url(/icons/ccb/shield_2_icon&16.png);
}

a.icon-cc-shield, a.icon-ccb-shield {
	background-image: url(/icons/cc/shield_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-shield {
	background-image: url(/icons/ccb/shield_icon&16.png);
}

a.icon-cc-shop-cart, a.icon-ccb-shop-cart {
	background-image: url(/icons/cc/shop_cart_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-shop-cart {
	background-image: url(/icons/ccb/shop_cart_icon&16.png);
}

a.icon-cc-shopping-bag-dollar, a.icon-ccb-shopping-bag-dollar {
	background-image: url(/icons/cc/shopping_bag_dollar_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-shopping-bag-dollar {
	background-image: url(/icons/ccb/shopping_bag_dollar_icon&16.png);
}

a.icon-cc-shopping-bag, a.icon-ccb-shopping-bag {
	background-image: url(/icons/cc/shopping_bag_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-shopping-bag {
	background-image: url(/icons/ccb/shopping_bag_icon&16.png);
}

a.icon-cc-sound-high, a.icon-ccb-sound-high {
	background-image: url(/icons/cc/sound_high_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sound-high {
	background-image: url(/icons/ccb/sound_high_icon&16.png);
}

a.icon-cc-sound-low, a.icon-ccb-sound-low {
	background-image: url(/icons/cc/sound_low_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sound-low {
	background-image: url(/icons/ccb/sound_low_icon&16.png);
}

a.icon-cc-sound-mute, a.icon-ccb-sound-mute {
	background-image: url(/icons/cc/sound_mute_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sound-mute {
	background-image: url(/icons/ccb/sound_mute_icon&16.png);
}

a.icon-cc-spechbubble-2, a.icon-ccb-spechbubble-2 {
	background-image: url(/icons/cc/spechbubble_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-spechbubble-2 {
	background-image: url(/icons/ccb/spechbubble_2_icon&16.png);
}

a.icon-cc-spechbubble, a.icon-ccb-spechbubble {
	background-image: url(/icons/cc/spechbubble_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-spechbubble {
	background-image: url(/icons/ccb/spechbubble_icon&16.png);
}

a.icon-cc-spechbubble-sq, a.icon-ccb-spechbubble-sq {
	background-image: url(/icons/cc/spechbubble_sq_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-spechbubble-sq {
	background-image: url(/icons/ccb/spechbubble_sq_icon&16.png);
}

a.icon-cc-spechbubble-sq-line, a.icon-ccb-spechbubble-sq-line {
	background-image: url(/icons/cc/spechbubble_sq_line_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-spechbubble-sq-line {
	background-image: url(/icons/ccb/spechbubble_sq_line_icon&16.png);
}

a.icon-cc-sq-br-down, a.icon-ccb-sq-br-down {
	background-image: url(/icons/cc/sq_br_down_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sq-br-down {
	background-image: url(/icons/ccb/sq_br_down_icon&16.png);
}

a.icon-cc-sq-br-first, a.icon-ccb-sq-br-first {
	background-image: url(/icons/cc/sq_br_first_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sq-br-first {
	background-image: url(/icons/ccb/sq_br_first_icon&16.png);
}

a.icon-cc-sq-br-last, a.icon-ccb-sq-br-last {
	background-image: url(/icons/cc/sq_br_last_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sq-br-last {
	background-image: url(/icons/ccb/sq_br_last_icon&16.png);
}

a.icon-cc-sq-br-next, a.icon-ccb-sq-br-next {
	background-image: url(/icons/cc/sq_br_next_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sq-br-next {
	background-image: url(/icons/ccb/sq_br_next_icon&16.png);
}

a.icon-cc-sq-br-prev, a.icon-ccb-sq-br-prev {
	background-image: url(/icons/cc/sq_br_prev_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sq-br-prev {
	background-image: url(/icons/ccb/sq_br_prev_icon&16.png);
}

a.icon-cc-sq-br-up, a.icon-ccb-sq-br-up {
	background-image: url(/icons/cc/sq_br_up_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sq-br-up {
	background-image: url(/icons/ccb/sq_br_up_icon&16.png);
}

a.icon-cc-sq-down, a.icon-ccb-sq-down {
	background-image: url(/icons/cc/sq_down_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sq-down {
	background-image: url(/icons/ccb/sq_down_icon&16.png);
}

a.icon-cc-sq-minus, a.icon-ccb-sq-minus {
	background-image: url(/icons/cc/sq_minus_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sq-minus {
	background-image: url(/icons/ccb/sq_minus_icon&16.png);
}

a.icon-cc-sq-next, a.icon-ccb-sq-next {
	background-image: url(/icons/cc/sq_next_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sq-next {
	background-image: url(/icons/ccb/sq_next_icon&16.png);
}

a.icon-cc-sq-plus, a.icon-ccb-sq-plus {
	background-image: url(/icons/cc/sq_plus_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sq-plus {
	background-image: url(/icons/ccb/sq_plus_icon&16.png);
}

a.icon-cc-sq-prev, a.icon-ccb-sq-prev {
	background-image: url(/icons/cc/sq_prev_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sq-prev {
	background-image: url(/icons/ccb/sq_prev_icon&16.png);
}

a.icon-cc-sq-up, a.icon-ccb-sq-up {
	background-image: url(/icons/cc/sq_up_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sq-up {
	background-image: url(/icons/ccb/sq_up_icon&16.png);
}

a.icon-cc-square-shape, a.icon-ccb-square-shape {
	background-image: url(/icons/cc/square_shape_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-square-shape {
	background-image: url(/icons/ccb/square_shape_icon&16.png);
}

a.icon-cc-stairs-down, a.icon-ccb-stairs-down {
	background-image: url(/icons/cc/stairs_down_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-stairs-down {
	background-image: url(/icons/ccb/stairs_down_icon&16.png);
}

a.icon-cc-stairs-up, a.icon-ccb-stairs-up {
	background-image: url(/icons/cc/stairs_up_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-stairs-up {
	background-image: url(/icons/ccb/stairs_up_icon&16.png);
}

a.icon-cc-star-fav-empty, a.icon-ccb-star-fav-empty {
	background-image: url(/icons/cc/star_fav_empty_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-star-fav-empty {
	background-image: url(/icons/ccb/star_fav_empty_icon&16.png);
}

a.icon-cc-star-fav, a.icon-ccb-star-fav {
	background-image: url(/icons/cc/star_fav_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-star-fav {
	background-image: url(/icons/ccb/star_fav_icon&16.png);
}

a.icon-cc-star, a.icon-ccb-star {
	background-image: url(/icons/cc/star_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-star {
	background-image: url(/icons/ccb/star_icon&16.png);
}

a.icon-cc-stop-watch, a.icon-ccb-stop-watch {
	background-image: url(/icons/cc/stop_watch_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-stop-watch {
	background-image: url(/icons/ccb/stop_watch_icon&16.png);
}

a.icon-cc-sun, a.icon-ccb-sun {
	background-image: url(/icons/cc/sun_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-sun {
	background-image: url(/icons/ccb/sun_icon&16.png);
}

a.icon-cc-tag, a.icon-ccb-tag {
	background-image: url(/icons/cc/tag_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-tag {
	background-image: url(/icons/ccb/tag_icon&16.png);
}

a.icon-cc-tape, a.icon-ccb-tape {
	background-image: url(/icons/cc/tape_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-tape {
	background-image: url(/icons/ccb/tape_icon&16.png);
}

a.icon-cc-target, a.icon-ccb-target {
	background-image: url(/icons/cc/target_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-target {
	background-image: url(/icons/ccb/target_icon&16.png);
}

a.icon-cc-text-curstor, a.icon-ccb-text-curstor {
	background-image: url(/icons/cc/text_curstor_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-text-curstor {
	background-image: url(/icons/ccb/text_curstor_icon&16.png);
}

a.icon-cc-text-letter-t, a.icon-ccb-text-letter-t {
	background-image: url(/icons/cc/text_letter_t_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-text-letter-t {
	background-image: url(/icons/ccb/text_letter_t_icon&16.png);
}

a.icon-cc-top-right-expand, a.icon-ccb-top-right-expand {
	background-image: url(/icons/cc/top_right_expand_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-top-right-expand {
	background-image: url(/icons/ccb/top_right_expand_icon&16.png);
}

a.icon-cc-track, a.icon-ccb-track {
	background-image: url(/icons/cc/track_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-track {
	background-image: url(/icons/ccb/track_icon&16.png);
}

a.icon-cc-trash, a.icon-ccb-trash {
	background-image: url(/icons/cc/trash_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-trash {
	background-image: url(/icons/ccb/trash_icon&16.png);
}

a.icon-cc-twitter-2, a.icon-ccb-twitter-2 {
	background-image: url(/icons/cc/twitter_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-twitter-2 {
	background-image: url(/icons/ccb/twitter_2_icon&16.png);
}

a.icon-cc-twitter, a.icon-ccb-twitter {
	background-image: url(/icons/cc/twitter_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-twitter {
	background-image: url(/icons/ccb/twitter_icon&16.png);
}

a.icon-cc-undo, a.icon-ccb-undo {
	background-image: url(/icons/cc/undo_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-undo {
	background-image: url(/icons/ccb/undo_icon&16.png);
}

a.icon-cc-user, a.icon-ccb-user {
	background-image: url(/icons/cc/user_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-user {
	background-image: url(/icons/ccb/user_icon&16.png);
}

a.icon-cc-users, a.icon-ccb-users {
	background-image: url(/icons/cc/users_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-users {
	background-image: url(/icons/ccb/users_icon&16.png);
}

a.icon-cc-vault, a.icon-ccb-vault {
	background-image: url(/icons/cc/vault_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-vault {
	background-image: url(/icons/ccb/vault_icon&16.png);
}

a.icon-cc-wallet, a.icon-ccb-wallet {
	background-image: url(/icons/cc/wallet_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-wallet {
	background-image: url(/icons/ccb/wallet_icon&16.png);
}

a.icon-cc-wifi-router, a.icon-ccb-wifi-router {
	background-image: url(/icons/cc/wifi_router_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-wifi-router {
	background-image: url(/icons/ccb/wifi_router_icon&16.png);
}

a.icon-cc-wireless-signal, a.icon-ccb-wireless-signal {
	background-image: url(/icons/cc/wireless_signal_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-wireless-signal {
	background-image: url(/icons/ccb/wireless_signal_icon&16.png);
}

a.icon-cc-wrench, a.icon-ccb-wrench {
	background-image: url(/icons/cc/wrench_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-wrench {
	background-image: url(/icons/ccb/wrench_icon&16.png);
}

a.icon-cc-wrench-plus-2, a.icon-ccb-wrench-plus-2 {
	background-image: url(/icons/cc/wrench_plus_2_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-wrench-plus-2 {
	background-image: url(/icons/ccb/wrench_plus_2_icon&16.png);
}

a.icon-cc-wrench-plus, a.icon-ccb-wrench-plus {
	background-image: url(/icons/cc/wrench_plus_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-wrench-plus {
	background-image: url(/icons/ccb/wrench_plus_icon&16.png);
}

a.icon-cc-youtube, a.icon-ccb-youtube {
	background-image: url(/icons/cc/youtube_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-youtube {
	background-image: url(/icons/ccb/youtube_icon&16.png);
}

a.icon-cc-zoom, a.icon-ccb-zoom {
	background-image: url(/icons/cc/zoom_icon&16.png);
	background-position: 16px center;
	background-repeat: no-repeat;
	padding-left: 45px;
}

a.icon-ccb-zoom {
	background-image: url(/icons/ccb/zoom_icon&16.png);
}

a.inlbtn {
	display: inline-block;
	margin: 5px;
}

.no-wrap {
	white-space: nowrap;
}

.blog_post.ticket a.date, .order-head  .date {
	padding-top: 0px;
	width: 85px;
}

.blog_post.ticket a.date strong, .order-head  .date  strong {
	font-size: 16px;
	margin-bottom: 0;
}

.blog_post.ticket a.date i, .order-head  .date  i {
	width: 70px;
}

.blog_post.ticket h3 {
	font-size: 14px;
}

.comment_text.ticket a, .comment_text.ticket a:HOVER {
	color: inherit;
	float: none;
	margin-top: inherit;
}

.ticket ul.post_meta_links_small {
	margin-left: 110px;
}

.post_meta_links_small li.simple {
	float: left;
}

form label.highlignht {
	color: red;
}

img.tooltip {
	vertical-align: text-bottom;
}

.ui-tooltip.aox-tooltip {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

select.like-input {
	box-sizing: content-box;
}

table.left-head th {
	text-align: left;
}

p.radio {
	float: left;
	width: 100%;
}

.article p {
	margin-bottom: 10px;
}

a.icon-none {
	background: none;
	padding-left: 22px;
}

ul.list_empty.slim li {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 39px;
}

a.icon-only {
	font-size: 0;
	padding-right: 0;
}

ol#passlist {
	font-family: monospace;
	list-style-type: none; /* Убираем исходные маркеры */
	counter-reset: item; /* Обнуляем счетчик списка */
}

ol#passlist li {
	margin-left: 2em;
	position: relative;
}

ol#passlist li:BEFORE {
	position: absolute;
	left: -2em;
	top: 0;
	content: counter(item) '. ';
	counter-increment: item; /* Задаём имя счетчика */
}

.button.rp, select.input_bg.rp {
	box-sizing: content-box;
}

.button.rp {
	height: 33px;
}

.button.rp.inline {
	margin-left: 1em;
}

.radio.rp input[type='radio'] {
	vertical-align: text-bottom;
}

input.inline {
	display: inline;
	width: inherit;
	float: none;
}

h2.margin-top {
	margin-top: 18px;
}

ul.no-margin-bottom {
	margin-bottom: 0;
}

.margin-bottom {
	margin-bottom: 20px;
}

.content iframe, .content image, .content [data-ce-tag=img], .content img,
	.content video {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.content .align-left {
	clear: initial;
	float: left;
	margin-right: 0.5em;
}

.content .align-right {
	clear: initial;
	float: right;
	margin-left: 0.5em;
}

.content .text-center {
	text-align: center;
}

.content .text-left {
	text-align: left;
}

.acc-trigger .date {
	-webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.1);
	margin-left: 1px;
	background: none;
	width: 85px;
	height: 60px;
	padding: 0;
}

.order-head .date {
	margin-left: 0;
	width: 90px;

}

.order-head.active .date {
	margin-bottom: 10px;
s}

.acc-trigger .status {
	float: left;
	width: 24px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 20px;
}
.order-desc h5{
	color: #727272;
	margin-top: 10px;
}

.acc-trigger.order-head{
	border-bottom-width: 0;
	min-height: 61px;
}
.acc-trigger.order-head.last{
	border-bottom-width: 1px;
}

.acc-container.order-desc .content {
	overflow: inherit;
	padding-left: 15px;
}

.acc-trigger.order-head:HOVER{
	border-bottom: none;
}

.acc-trigger.order-head .date i {
	padding: 0;
	width: 90px;
}

.order-info dl {
	display: inline;
}

.order-info dt:before {
	content: "\00a0";
	font-size: 14px;
	/*color: black;*/
}

.order-info dt.first:before {
	content: "";
}

.order-info dd:after, .order-info dd:before {
	content: "\00a0";
}

.order-info dt {
	color: #a1a1a1;
	font-size: 14px;
}

.order-info dd {
	font-size: 14px;
	color: #727272 /* font-weight: bold; */
}

.order-info dt, .order-info dd {
	white-space: nowrap;
	display: inline;
	margin: 0;
	padding: 0;
}

.order-info .list_empty {
	margin-top: 20px;
	float: right;
}

.order-info .list_empty li {
	float: right;
}

.order-info .check-list {
	/*
	font-size: 14px;
	*/
	text-align: right;
}

.content .text-right {
	text-align: right;
}

.order-info p.info-group, .order-info p.info-text {
	color: #a1a1a1;
	font-size: 14px;
	text-align: right;
}

.order-info p.info-text{
	text-align: left;
	padding-left: 20px;
}

p.info-group span.group {
	white-space: nowrap;
	margin-right: 9px;
}

ul.actions {
	text-align: right;
	line-height: 51px;
	display: block;
	margin: 0;
	paddding:0;
	width: 100%;
	list-style: none;
}
ul.actions li{
	padding: 0px;
	margin: 0px 20px 35px 0px;
	white-space: nowrap;
	display: inline;
}

p.info-group span.group b {
	font-weight: normal;
	color: #727272;
}

span.info, span.error, span.notice, span.success {
	padding-left: 3px;
	padding-right: 3px;
	border-radius: 3px;
	font-size: inherit;
}


ul.inline li{
	display: inline;
}

.info-group.marked span{
	background: url(../images/elements/icon-ok.png) no-repeat left 5px;
	padding-left: 18px;
}