/* ***** defined $red= (232,88,83 -- 222,8,0 -- 177,6,0 -- 122,4,0) ***** */
/* ***** defined $green= (164,193,83 -- 134,173,25 -- 107,138,20 -- 73,95,13) ***** */
/* ***** defined $amber= (255,215,96 -- 255,192,0 -- 204,153,0 -- 140,105,0) ***** */

/*======= AUTOMATIC CSS BUILD =======*/

/*======= (C) 2012 ARTHUR V. KUHRMEIER =======*/

/*===== RESET & BASICS (Inspired by E. Meyers & Dave Gamache) ===== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*===== HTML, BODY =====*/
html {
	font: x-small sans-serif;
}
body {
	background: #444;
	line-height: 150%;
	color: #333;
}
#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.columns {
	float: left;
	display: inline;
	margin: 0;
}
.columns .c_divide {
	display: inline-block;
	float: left;
	padding-right: 1%;
}
.c_divide.c_1of.c_1parts,
.c_divide.c_2of.c_2parts,
.c_divide.c_3of.c_3parts,
.c_divide.c_4of.c_4parts,
.c_divide.c_5of.c_5parts,
.c_divide.c_6of.c_6parts,
.c_divide.c_7of.c_7parts,
.c_divide.c_8of.c_8parts {
	width: 99%;
}
.c_embed {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.helpanchor {
	display: block;
	position: absolute;
	height: 1px;
	width: 1px;
	visibility: hidden;
}

/*===== BASIC STYLES ===== */
.clearer {
	clear: both;
}
#c_body.redirect .l_list.floatleft,
#c_result.redirect .l_list.floatleft,
.floatleft {
	float: left;
}
.floatright {
	float: right !important;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	height: 0;
}
hr.spacer {
	padding: 0;
}

/*===== CONTAINERS / BOXES =====*/
#c_side {
	width: 100%;
	float: left;
}
#c_side.edit {
	font-size: 110%;
}
#c_side .split {
	float: left;
	display: inline-block;
}
#c_side.help .split {
	padding-left: 2%;
	overflow: hidden;
}
#c_bar {
	position: fixed;
	display: block;
	background: #8F8C87 url(../images/other/transparent.png) no-repeat top center;
	background-size: 100%;
	left: 0;
	top: 5%;
	z-index: 777;
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.6s ease-out;
	box-transition: 0.6s ease-out;
	transition: 0.6s ease-out;
	overflow-x: hidden;
	overflow-y: hidden;
}
#c_bar .s_helpbar {
	display: block;
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.6s ease-out;
	box-transition: 0.6s ease-out;
	transition: 0.6s ease-out;
	visibility: hidden;
}
#c_bar:hover {
	bottom: 5%;
	overflow-y: auto;
}
#c_bar:hover .s_helpbar {
	visibility: visible;
}
#c_bar:after {
	display: block;
	position: fixed;
	top: 8%;
	left: 0;
	width: 1em;
	font: bold 2em/1.2em "Courier New", Courier, monospace;
	color: #fff;
	padding: 5px 0 0 5px;
}
#c_bar:hover:after {
	display: none;
}
#c_bar:hover .speech.common {
	visibility: visible;
}
#c_adhot {
	text-align: center;
}
#c_finalad {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	overflow: hidden;
	z-index: 666;
}
#c_finalad .c_embed {
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	float: left;
}
#c_finalad .c_entry {
	position: absolute;
	top: 0;
}
#c_finalad .c_entry.first {
	left: 0;
}
#c_finalad .c_entry.half {
	left: 50%;
}
#c_finalad .c_entry.wideentry {
	display: inline-block;
}
#c_finalad a.s_headmenu {
	display: block;
	float: none;
}
#c_finalad .c_entry .description {
	line-height: 120%;
}
#c_finalad .c_entry.rectangle {
	width: 99% !important;
}
#c_finalad .c_entry.mobile,
#c_finalad .c_entry.square,
#c_finalad .c_entry.rectangle {
	text-align: center;
}
#c_wait {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.4);
	padding-top: 25%;
	text-align: center;
	z-index: 777;
}
#c_wait img {
	padding: 3px;
	background: #fff;
}
.c_fullback {
	padding: 0 !important;
	background-image: url(../images/other/transparent.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
}
.c_fullback.user {
	height: 640px;
}
.c_righthalf {
	width: 65%;
	float: right;
	overflow: auto;
}
.c_counter {
	display: inline-block;
	margin: 0 1px;
	text-align: center;
}
.c_counter .normal {
	line-height: 95%;
	font-weight: bold;
}
.c_entry {
	line-height: 150%;
}
.c_entry.fullentry {
	font-size: 110%;
	width: 55%;
	float: right;
	overflow: hidden;
}
.c_fullback.user .c_entry.fullentry {
	height: 600px;
	padding: 10px;
	margin: 10px;
	overflow: auto;
}
.c_entry.wideentry {
	font-size: 120%;
	padding: 3%;
	width: 94%;
	overflow: hidden;
}
.c_entry.blog {
	padding-bottom: 0;
}
.c_entry.slideshow {
	font-size: 120%;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.c_camera_html {
	position: absolute;
	width: 90%;
	height: 90%;
	padding: 10% 5.1% 0;
}
.sharethis {
	width: 100%;
	text-align: center;
}
.sharethis.link {
	margin-left: 10%;
}
#c_body.redirect .sharethis {
	font-size: 80%;
	line-height: 120%;
	margin-bottom: 2%;
}
.easyshare {
	width: 98%;
	padding: 1% 1% 0;
}
.javashow {
	display: block;
}
.javainline {
	display: inline-block;
}
.javahide {
	display: none;
}
.c_evenbox {
	margin: 2% 0 -1%;
}
.c_evenmore {
	margin-left: 2px;
	float: right;
}
.c_evenmore a img:hover,
.c_evenmore a img:focus {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.c_halfside {
	-webkit-transition: margin 0.2s linear;
	-moz-transition: margin 0.2s linear;
	box-transition: margin 0.2s linear;
	transition: margin 0.2s linear;
}
.userimprint {
	width: 100%;
	height: 2em;
	overflow: hidden;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	box-transition: 0.2s linear;
	transition: 0.2s linear;
}
.userimprint:hover {
	height: 8em;
}
.c_google {
	width: 100%;
	padding: 2px 2px 0;
	margin: 4px auto 0;
	background: #999;
	text-align: center;
	overflow: hidden;
}
.c_google a, .c_google a:link, .c_google a:visited {
	color: #fff;
}
.c_google a:hover, .c_google a:active {
	color: #000;
}
.c_timeline {
	display: block;
	width: 99%;
	white-space: nowrap;
	overflow: hidden;
}

/*===== BACKGROUNDS =====*/
.b_timeline {
	display: inline-block;
	margin-right: -4px;
}
.b_white {
	background: white;
}
.b_button,
.b_2nd_button,
.b_form {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	box-transition: 0.2s linear;
	transition: 0.2s linear;
}
.b_button,
.b_2nd_button {
	width: 68%;
}

/*===== STYLES =====*/
.s_textcenter {
	display: block;
	width: 100%;
	text-align: center;
}
.s_fontwhite h2,
.s_fontwhite h5,
.s_fontwhite {
	color: #fff !important;
}
.s_fontblack h2,
.s_fontblack h5,
.s_fontblack {
	color: #000 !important;
}
.valign {
	vertical-align: middle;
}
.nomargin {
	margin: 0;
}
.inline {
	display: inline-block;
}
.bigger {
	font-size: 150%;
}
table.s_iconbox {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1%;
}
table.s_iconbox.entry {
	width: 50%;
}
table.s_iconbox.entry.left {
	margin-right: 1%;
	width: 49%;
}
table.s_iconbox.horizontal,
table.s_iconbox.vertical {
	margin-right: 1%;
}
table.s_iconbox.fullsize {
	width: 100%;
	font-size: 100%;
}
table.s_iconbox.fullsize.list {
	width: 99%;
}
table.s_iconbox td {
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}
table.s_iconbox.entry td.text {
	width: 960px;
	width: 91%;
	padding: 0 1%;
}
table.s_iconbox.fullsize td.text {
	width: 94%;
	width: 960px;
	padding: 0 1%;
}
table.s_iconbox.padding td.text {
	padding: 2%;
}
table.s_cart {
	border-collapse: separate;
	width: 99%;
}
table.s_cart.checkout {
	font-size: 110%;
}
table.s_cart td.center,
table.s_cart tr.center td {
	text-align: center;
}
table.s_cart tr.italic td {
	font-style: italic;
}
table.s_cart td.bold,
table.s_cart tr.bold td {
	font-weight: bold;
}
table.s_cart.checkout td {
	vertical-align: middle;
}
table.s_cart td.tight {
	width: 5%;
}
table.s_cart td.edit {
	width: 25%;
}
table.s_cart td.right {
	text-align: right;
}
table.s_table {
	width: 100%;
	line-height: 140%;
	border-collapse: separate;
	table-layout: fixed;
}
table.s_table .first {
	border-top: 0;
	vertical-align: bottom;
}
table.s_table th,
table.s_table td {
	overflow: hidden;
	vertical-align: middle;
}
table.s_table th {
	text-align: left;
}
table.s_table td.data.big {
	text-align: left;
	font-size: 120%;
}
table.s_table td.data.bold {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}
table.s_table .price {
	font-size: 120%;
	line-height: 150%;
}
table.s_table .price a {
	font-size: 120%;
	letter-spacing: 0;
}
table.s_table td .improve {
	display: inline-block;
	font-weight: bold;
	font-size: 110%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	box-transition: 0.2s linear;
	transition: 0.2s linear;
}
table.s_table td .improve span {
	display: inline-block;
	white-space: nowrap;
}

/*===== IMAGES =====*/
.advert.s_cover,
input.image,
img.zoom,
a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	box-transition: 0.2s linear;
	transition: 0.2s linear;
}
a img.png:hover,
a img.png:focus {
	background-color: rgba(0, 0, 0, 0.4);
}
img.left {
	float: left;
}
img.right {
	float: right;
}
.camera_wrap img.bigleft,
img.bigleft {
	float: left;
}
.camera_wrap img.bigright,
img.bigright {
	float: right;
}
img.fixright {
	position: absolute;
}
img.middle {
	vertical-align: middle;
	margin: 2px 0;
}
img.valign-up {
	vertical-align: middle;
}
img.magnify.left {
	position: relative;
}
img.magnify.right {
	position: relative;
}
img.zoom {
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	box-transition: 0.2s linear;
	transition: 0.2s linear;
}
img.zoom:hover {
	z-index: 9;
}
.s_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
input.image.force,
img.force {
	background-color: #eee !important;
}
input.image.round.jpeg,
img.round.jpeg,
img.round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.c_music div {
	display: inline-block;
}
img.counter {
	height: auto;
}
img.badge {
	position: relative;
	float: left;
	z-index: 5;
}
img#helpbutton {
	position: absolute;
	top: 0px;
	margin: 0;
	display: none;
	z-index: 770;
}
img.help {
	position: relative;
}
img.s_themeframe {
	position: absolute;
	margin-left: -10px;
	margin-top: -28px;
}
img.layout {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	box-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 555;
}
img.layout:hover {
	z-index: 560;
}
a img.layout {
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
}
span.stLarge {
	background-size: cover;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	box-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

/*===== LISTS =====*/
.l_common {
	display: block;
}
.l_sharethis {
	text-align: center;
}
.c_entry.fullentry .l_list {
	font-size: 85%;
	line-height: 110%;
}
.c_entry.wideentry .l_list {
	font-size: 80%;
	line-height: 110%;
}
.l_list.social {
	text-align: center;
}
#c_body.redirect .l_list,
#c_result.redirect .l_list {
	margin-right: -1%;
}
#c_body.redirect .c_more h3,
#c_body.redirect .c_more h4 {
	font-weight: normal !important;
}
#c_result.user .l_title,
#c_body.user .l_title {
	font-size: 115%;
	padding: 0 0 1% 4%;
	font-weight: bold;
}
#c_result.user .l_title.big,
#c_body.user .l_title.big {
	font-size: 133%;
	padding-top: 1%;
}
#c_body.redirect .l_title {
	font-size: 115%;
	font-weight: bold;
}
#c_body.redirect .l_title.checkout {
	padding: 0;
}
.l_redirect {
	margin-bottom: 2%;
	padding: 1%;
	font-style: italic;
	text-align: center;
	line-height: 130%;
}
.l_social {
	text-align: center;
}
.l_date {
	text-align: right;
	font-size: 110%;
	font-style: italic;
	margin-bottom: 1%;
}
.l_category {
	margin-bottom: 1%;
}
.l_list.blog .l_common {
	margin-bottom: 2%;
}
.l_list.blog .l_description {
	line-height: 150%;
	font-size: 105%;
}
.adminad.advert img,
.l_list .advert img {
	margin-bottom: 0;
	max-width: 100%;
}
.adminad.advert.s_cover,
.l_list .advert.s_cover {
	overflow: hidden;
}
.adminad.advert .l_description,
.l_list .advert .l_description {
	font-weight: bold;
}
.adminad.advert.leftright h5,
.l_list .advert.leftright h5 {
	width: 39%;
	float: left;
}
.adminad.advert.leftright .l_description,
.l_list .advert.leftright .l_description {
	width: 59%;
	float: right;
	text-align: right;
}
.adminad.advert.leftright.size1 .l_description {
	font-size: 100%;
	line-height: 120%;
}
.adminad.advert.leftright.size2 h5 {
	width: 105%;
	font-size: 120%;
}
.adminad.advert.leftright.size2 .l_description {
	width: 100%;
	line-height: 120%;
	font-size: 95%;
}
.adminad.advert.leftright.s_fontwhite {
	filter: dropshadow(color=#000, offx=0, offy=0);
}
form.userform p.l_edit {
	margin: 0;
}
.l_edit {
	display: block;
	margin: 0;
	padding: 1%;
}
#c_slidelist {
	display: block;
}
#c_slidelist .slidebox {
	display: inline-block;
}
#c_side #c_slidelist .slidebox {
	margin: 0;
}
#c_slidelist div.slide {
	text-align: center;
	overflow: hidden;
}
#c_slidelist img.slide {
	background-image: url(../images/other/transparent.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#c_slidelist img.round {
	z-index: 4;
}
#c_slidelist img.posleft {
	position: absolute;
}
#c_slidelist img.poscenter {
	position: absolute;
}
#c_slidelist img.posright {
	position: absolute;
}

/*===== TEXT STYLES =====*/
h1, h2, h3, h4, h5, h6 {
	line-height: 100%;
	color: #181818;
	font-weight: normal;
}
h4.inline {
	margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
#c_body.redirect .c_link h2 {
	margin-bottom: 3%;
}
#c_body.redirect .c_link h3,
#c_body.redirect .c_gfactor h3 {
	font-size: 130%;
	margin-top: 1%;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
big {
	font-size: 120%;
}
small {
	font-size: 80%;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textbottom {
	vertical-align: text-bottom;
}
.invisible {
	visibility: hidden;
	margin-right: -0.3em;
	height: 0.5em;
}
.display-link {
	letter-spacing: 0;
	text-transform: lowercase;
}
.display-link .http {
	font-size: 80%;
}
.display-link .dash {
	font-size: 80%;
	letter-spacing: -0.2em;
	margin-left: -0.2em;
}
blockquote, blockquote p {
	font-size: 170%;
	line-height: 240%;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 120%;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}

/*===== LINKS =====*/
a {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	box-transition: 0.2s linear;
	transition: 0.2s linear;
}
a, a:link, a:visited {
	text-decoration: none;
	outline: 0;
}
a:hover, a:active {
	color: #000;
}
a.weblink:before {
	content: "\21D2 \0020";
}
a.s_sidemenu,
a.s_headmenu {
	display: inline-block;
}
a.s_sidemenu.wide {
	width: 90%;
}
a.s_sidemenu.big,
a.s_headmenu.big {
	font-size: 110%;
}
a.s_sidemenu.small,
a.s_headmenu.small {
	padding-top: 0;
	padding-bottom: 0;
}
a.s_sidemenu img,
a.s_headmenu img {
	margin-top: -2px;
}
.tooltip {
	position: relative;
	border-bottom: 1px dotted !important;
}
.ttbold,
.ttbold:hover,
.ttbold:active {
	font-weight: bold !important;
}
.tooltip:hover,
.tooltip:active {
	cursor: help;
	font-weight: normal;
	color: #333;
}
a.ttnolink {
	color: #333;
}
.tooltip:after {
	content: attr(tooltip);
	position:absolute;
	bottom: 9999px;
	background: #111;
	padding: 7px;
	font-weight: normal;
	line-height: 110%;
	color: #eee;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	white-space: normal;
	overflow: hidden;
	border-radius: 6px;
	z-index: 444;
}
.tooltip.size0:after {
	width: 18em;
	height: 4em;
}
.tooltip.size1:after {
	width: 20em;
	height: 6em;
}
.tooltip.size2:after {
	width: 24em;
	height: 7em;
}
.tooltip.size3:after {
	width: 26em;
	height: 8em;
}
.tooltip.size4:after {
	width: 28em;
	height: 9.5em;
}
.tooltip:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 9999px;
	width: 0;
	height: 0;
	border-top: 12px solid #111;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 0;
	z-index: 450;
}

/*===== NAVIGATION =====*/
ul#navi {
	display: inline-block;
	padding: 0;
	font-weight: bold;
	text-align: center;
}
ul#navi li {
	display: inline-block;
	margin: 0;
}
ul#navi li.link:hover,
ul#navi li.current {
	background-color: rgba(255, 255, 255, .2);
}
ul#navi li.user {
	position: absolute;
	left: 2%;
}
ul#navi li.develop {
	position: absolute;
	left: 9%;
	z-index: 77;
}
ul#navi li.logo {
	position: absolute;
	left: 2%;
}
ul#navi li.user img,
ul#navi li.logo img {
	width: auto;
	height: 100%;
}
ul#navi li.link.bigfont,
ul#navi li.link.bigfont div {
	font-size: 105%;
}
ul#navi ul.height3 li.link.bigfont,
ul#navi ul.height3 li.link.bigfont div {
	font-size: 110%;
}
ul#navi li.face img,
ul#navi li.bigface img,
ul#navi li.link img {
	width: auto;
	height: 100%;
}
ul#navi li.bigface,
ul#navi li.face {
	position: absolute;
	right: 2%;
}
ul#navi ul.first {
	position: absolute;
	display: block;
	margin-top: 4px;
	height: 0px;
	overflow: hidden;
	text-align: left;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	box-transition: 0.2s linear;
	transition: 0.2s linear;
}
ul#navi ul.slow {
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	box-transition: 0.3s linear;
	transition: 0.3s linear;
}
ul#navi ul.first.ontop {
	z-index: 21;
}
ul#navi ul.first li {
	display: block;
	width: auto;
}
ul#navi ul.first.text li.li1st {
	white-space: nowrap;
}
ul#navi ul.first.text li.li1st .c_level1 {
	overflow: hidden;
}
ul#navi ul.first:hover {
	overflow: visible;
}
ul#navi li.link:hover ul.first {
	z-index: 22;
}
ul#navi ul.second {
	position: relative;
	top: -26px;
	margin-top: 4px;
	height: 0px;
	overflow: hidden;
	text-align: left;
	border: 0px solid black;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	box-transition: 0.2s linear;
	transition: 0.2s linear;
}
ul#navi ul.first.text ul.second {
	top: -8px;
}
ul#navi ul.second li {
	display: block;
	width: auto;
}
ul#navi ul.second.text li.li2nd {
	white-space: nowrap;
}
ul#navi ul.first li:hover ul.second {
	z-index: 24;
}
ul#flag {
	display: inline-block;
	float: right;
	padding: 0;
}
ul#flag li {
	display: inline-block;
	border: none;
}
ul#flag li a {
	padding: 0;
}

/*===== FORMS =====*/
form.orderform .s_paypal {
	background: transparent;
	line-height: 100%;
}
form.orderform .s_checkout {
	line-height: 100%;
	font-weight: normal;
}
form.userform div.c_group {
	padding: 1%;
	margin: 0 0 1em;
}
form.userform span.c_formarray {
	width: 100%;
}
form.userform span.c_formarray span.label,
form.userform span.c_formarray label {
	padding-left: 1%;
	width: 30%;
}
form.userform span.c_formarray img.right {
	margin-bottom: 0;
}
form.userform span,
form.userform label {
	display: inline-block;
	width: 31%;
	vertical-align: top;
}
form.userform input[type="radio"],
form.userform input[type="checkbox"] {
	margin-top: 0;
	width: 2em;
	height: 2em;
}
form.userform span.checkline {
	display: inline-block;
	width: 31%;
}
.courier {
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 120%;
}
form.userform p.s_text,
form.userform p.s_warning {
	margin-bottom: 0;
}
form.userform p.c_layout {
	display: block;
	text-align: right;
}
form.userform p.c_layout span {
	display: inline-block;
	float: left;
	width: auto;
	max-width: 31%;
	text-align: left;
}
form.userform span.label.big,
form.userform label.big {
	font-size: 120%;
}
form.userform p.collapse textarea {
	height: 30px;
}
form.userform p.collapse textarea:hover,
form.userform p.collapse textarea:focus {
	height: 240px;
}
form.userform .checkarray.full {
	width: 98% !important;
}
form.userform textarea.full,
form.userform input.textline.full,
form.userform p.textline.full label {
	width: 98% !important;
}
form.userform span.checkline.wide {
	width: 99%;
}
form.userform .addevenmore {
	display: inline;
}
form.userform p.showevenmore {
	display: block;
}
form.userform p.hideevenmore {
	display: none;
}
form.userform .checkarray {
	height: 3em;
	overflow: hidden;
}
form.userform .checkarray:hover {
	height: 20em;
	overflow-y: auto;
}
.s_warning span {
	padding-bottom: 0 !important;
}
.s_fail span.label a,
.s_fail label a,
.s_fail span.label,
.s_fail label {
	color: red;
}
.s_fail span.label:before,
.s_fail label:before {
	content: '>> ';
}
.b_form {
	width: 65% !important;
}
.b_form.half {
	width: 31.5% !important;
}
.b_form.disabled {
	color: #999;
}
.b_plainform {
	width: 65% !important;
	font-size: 110%;
}
.b_wideform {
	width: 67% !important;
}
.uploadifyQueueItem {
	font-size: 1.0em;
	text-align: left;
}
.uploadifyQueueItem a:link,
.uploadifyQueueItem a:visited,
.uploadifyQueueItem a:hover,
.uploadifyQueueItem a:active {
	background-color: transparent;
}
.uploadifyQueueItem .cancel img {
	float: left;
}
.uploadifyProgress {
	width: 100%;
}
.uploadifyProgressBar {
	width: 1px;
}
fieldset.uploadify object {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
fieldset.uploadify object:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
fieldset.uploadify {
	text-align: center;
}
fieldset.uploadify legend {
	color: #000;
	text-align: right;
}
fieldset.uploadify span,
span.f_remark {
	display: inline-block;
	font-weight: bold;
	min-width: 4em;
	width: auto !important;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	box-transition: 0.2s linear;
	transition: 0.2s linear;
}
form.userform span {
	min-height: 1.7em;
}
img.uploadify {
	max-width: 90%;
}
img.uploadify.grid {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
	outline: none;
	height: 1.7em;
	max-width: 100%;
}
textarea {
	outline: none;
	max-width: 100%;
	min-height: 30px;
}
span.label,
label,
legend {
	font-weight: bold;
	line-height: 110%;
}
input[type="radio"],
input[type="checkbox"] {
	display: inline;
}

/*===== BUTTONS =====*/
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	line-height: 210%;
	border: none;
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/*===== AVAGAR.DE * LEGAR.DE * PAPAGAR.DE * URLGUI.DE =====*/
.speech {
	display: block;
	background: white;
	text-align: center;
	z-index: 25;
}
.speech.limit {
	position: absolute;
	max-width: 30%;
}
.speech.top:after,
.speech.bottom:before {
	content: " ";
	position: relative;
	border-style: solid;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 24;
}
.speech.top.center:after,
.speech.top.right:after {
	left: 20%;
}
.speech.top.left:after {
	left: 55%;
}
.speech.bottom.center:before,
.speech.bottom.right:before {
	left: 20%;
}
.speech.bottom.left:before {
	left: 55%;
}
.speech.top.center:after,
.speech.bottom.center:before {
	left: 45%;
}
.speech.user a,
.speech.common a {
	font-size: 95%;
}
table.speechtable {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	padding: 0 2%;
}
table.speechtable td {
	vertical-align: bottom;
}
.head {
	position: absolute;
	display: block;
	background: transparent;
	z-index: 22;
}
.search {
	position: absolute;
	display: block;
	background: transparent;
	z-index: 22;
}

/*===== THEME IMAGES =====*/
.autow {
	width: auto;
}

/*======= THEME "DEFAULT" =======*/

/*===== HTML, BODY =====*/
body {
	background: #766 url(default/urlgui.de.png) repeat center center;
	font-family: "Trebuchet MS", sans-serif;
}
hr {
	border: solid rgb(229,123,123);
}
#container .side.columns {
	margin: 1%;
}
#container .main.columns {
	margin: 1%;
}
#container .helpside.columns {
	margin: 1%;
}
#container .helpmain.columns {
	margin: 1%;
}
#container .mail.columns {
	width: 77%;
	margin: 1%;
	float: right;
}
#container .full.columns {
	width: 98%;
	margin: 1%;
}

/*===== CONTAINERS / BOXES =====*/
#c_side.user .split.first {
	margin-right: -3px;
}
.c_inbox,
#c_header.redirect,
#c_header.home,
#c_header.help,
#c_header.user,
#c_body.redirect,
#c_body.help,
#c_body.home,
#c_result.help,
#c_result.redirect {
	margin-bottom: 2%;
}
#c_body.redirect .c_inbox,
#c_footer.redirect .c_inbox {
	margin: 0;
	padding-left: 0;
	padding-bottom: 0;
}
#c_body.redirect .c_gfactor,
#c_footer.redirect .c_gfactor,
#c_body.redirect .c_link,
#c_footer.redirect .c_link {
	font-size: 125%;
}
#c_bar .b_helpbar {
	background: -moz-linear-gradient(top, rgba( 255,255,255,0.9) 0%, rgba( 242,242,242,0.9) 50%, rgba( 224,224,224,0.9) 51%, rgba( 244,244,244,0.9) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,255,255,0.9)), color-stop(50%, rgba( 242,242,242,0.9)), color-stop(51%, rgba( 224,224,224,0.9)), color-stop(100%, rgba( 244,244,244,0.9)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,255,255,0.9) 0%, rgba( 242,242,242,0.9) 50%, rgba( 224,224,224,0.9) 51%, rgba( 244,244,244,0.9) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,255,255,0.9) 0%, rgba( 242,242,242,0.9) 50%, rgba( 224,224,224,0.9) 51%, rgba( 244,244,244,0.9) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,255,255,0.9) 0%, rgba( 242,242,242,0.9) 50%, rgba( 224,224,224,0.9) 51%, rgba( 244,244,244,0.9) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,255,255,0.9) 0%, rgba( 242,242,242,0.9) 50%, rgba( 224,224,224,0.9) 51%, rgba( 244,244,244,0.9) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ffffff', endColorstr='#e5f4f4f4', GradientType=0);  /* IE6-9 */
}
.c_counter .warn3,
.c_counter .warn4 {
	color: #fff;
}
.c_google {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*===== BACKGROUNDS =====*/
.b_container,
.b_common,
table.s_iconbox td.text {
	background: -moz-linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,255,255,0.75)), color-stop(50%, rgba( 242,242,242,0.75)), color-stop(51%, rgba( 224,224,224,0.75)), color-stop(100%, rgba( 244,244,244,0.75)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfffffff', endColorstr='#bff4f4f4', GradientType=0);  /* IE6-9 */
}
.l_light,
.b_light {
	background: rgb( 242,242,242);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,255,255,1)), color-stop(50%, rgba( 242,242,242,1)), color-stop(51%, rgba( 224,224,224,1)), color-stop(100%, rgba( 244,244,244,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);  /* IE6-9 */
}
.b_dark,
.b_navi {
	background: -moz-linear-gradient(top, rgba( 14,14,14,0.55) 0%, rgba( 13,13,13,0.55) 50%, rgba( 12,12,12,0.55) 51%, rgba( 13,13,13,0.55) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 14,14,14,0.55)), color-stop(50%, rgba( 13,13,13,0.55)), color-stop(51%, rgba( 12,12,12,0.55)), color-stop(100%, rgba( 13,13,13,0.55)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 14,14,14,0.55) 0%, rgba( 13,13,13,0.55) 50%, rgba( 12,12,12,0.55) 51%, rgba( 13,13,13,0.55) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 14,14,14,0.55) 0%, rgba( 13,13,13,0.55) 50%, rgba( 12,12,12,0.55) 51%, rgba( 13,13,13,0.55) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 14,14,14,0.55) 0%, rgba( 13,13,13,0.55) 50%, rgba( 12,12,12,0.55) 51%, rgba( 13,13,13,0.55) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 14,14,14,0.55) 0%, rgba( 13,13,13,0.55) 50%, rgba( 12,12,12,0.55) 51%, rgba( 13,13,13,0.55) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c0e0e0e', endColorstr='#8c0d0d0d', GradientType=0);  /* IE6-9 */
	color: #eee;
}
.b_camera {
	background: rgb( 155,183,78);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 164,193,83,1)), color-stop(50%, rgba( 155,183,78,1)), color-stop(51%, rgba( 144,169,73,1)), color-stop(100%, rgba( 157,185,79,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4c153', endColorstr='#9db94f', GradientType=0);  /* IE6-9 */
}
.b_button {
	background: rgb( 127,164,23);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 134,173,25,1)), color-stop(50%, rgba( 127,164,23,1)), color-stop(51%, rgba( 117,152,22,1)), color-stop(100%, rgba( 128,166,24,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86ad19', endColorstr='#80a618', GradientType=0);  /* IE6-9 */
	color: #000 !important;
}
.b_button:hover {
	background: rgb( 101,131,19);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 107,138,20,1) 0%, rgba( 101,131,19,1) 50%, rgba( 94,121,17,1) 51%, rgba( 102,132,19,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 107,138,20,1)), color-stop(50%, rgba( 101,131,19,1)), color-stop(51%, rgba( 94,121,17,1)), color-stop(100%, rgba( 102,132,19,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 107,138,20,1) 0%, rgba( 101,131,19,1) 50%, rgba( 94,121,17,1) 51%, rgba( 102,132,19,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 107,138,20,1) 0%, rgba( 101,131,19,1) 50%, rgba( 94,121,17,1) 51%, rgba( 102,132,19,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 107,138,20,1) 0%, rgba( 101,131,19,1) 50%, rgba( 94,121,17,1) 51%, rgba( 102,132,19,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 107,138,20,1) 0%, rgba( 101,131,19,1) 50%, rgba( 94,121,17,1) 51%, rgba( 102,132,19,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b8a14', endColorstr='#668413', GradientType=0);  /* IE6-9 */
	color: #fff !important;
}
.b_button:active {
	background: rgb( 69,90,12);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 73,95,13,1) 0%, rgba( 69,90,12,1) 50%, rgba( 64,83,11,1) 51%, rgba( 70,91,12,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 73,95,13,1)), color-stop(50%, rgba( 69,90,12,1)), color-stop(51%, rgba( 64,83,11,1)), color-stop(100%, rgba( 70,91,12,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 73,95,13,1) 0%, rgba( 69,90,12,1) 50%, rgba( 64,83,11,1) 51%, rgba( 70,91,12,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 73,95,13,1) 0%, rgba( 69,90,12,1) 50%, rgba( 64,83,11,1) 51%, rgba( 70,91,12,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 73,95,13,1) 0%, rgba( 69,90,12,1) 50%, rgba( 64,83,11,1) 51%, rgba( 70,91,12,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 73,95,13,1) 0%, rgba( 69,90,12,1) 50%, rgba( 64,83,11,1) 51%, rgba( 70,91,12,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#495f0d', endColorstr='#465b0c', GradientType=0);  /* IE6-9 */
	color: #fff !important;
}
.b_2nd_button {
	background: rgb( 210,7,0);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 222,8,0,1)), color-stop(50%, rgba( 210,7,0,1)), color-stop(51%, rgba( 195,7,0,1)), color-stop(100%, rgba( 213,7,0,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de0800', endColorstr='#d50700', GradientType=0);  /* IE6-9 */
	color: #eee !important;
}
.b_2nd_button:hover {
	background: rgb( 168,5,0);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 177,6,0,1) 0%, rgba( 168,5,0,1) 50%, rgba( 155,5,0,1) 51%, rgba( 169,5,0,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 177,6,0,1)), color-stop(50%, rgba( 168,5,0,1)), color-stop(51%, rgba( 155,5,0,1)), color-stop(100%, rgba( 169,5,0,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 177,6,0,1) 0%, rgba( 168,5,0,1) 50%, rgba( 155,5,0,1) 51%, rgba( 169,5,0,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 177,6,0,1) 0%, rgba( 168,5,0,1) 50%, rgba( 155,5,0,1) 51%, rgba( 169,5,0,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 177,6,0,1) 0%, rgba( 168,5,0,1) 50%, rgba( 155,5,0,1) 51%, rgba( 169,5,0,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 177,6,0,1) 0%, rgba( 168,5,0,1) 50%, rgba( 155,5,0,1) 51%, rgba( 169,5,0,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b10600', endColorstr='#a90500', GradientType=0);  /* IE6-9 */
	color: #fff !important;
}
.b_2nd_button:active {
	background: rgb( 115,3,0);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 122,4,0,1) 0%, rgba( 115,3,0,1) 50%, rgba( 107,3,0,1) 51%, rgba( 117,3,0,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 122,4,0,1)), color-stop(50%, rgba( 115,3,0,1)), color-stop(51%, rgba( 107,3,0,1)), color-stop(100%, rgba( 117,3,0,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 122,4,0,1) 0%, rgba( 115,3,0,1) 50%, rgba( 107,3,0,1) 51%, rgba( 117,3,0,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 122,4,0,1) 0%, rgba( 115,3,0,1) 50%, rgba( 107,3,0,1) 51%, rgba( 117,3,0,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 122,4,0,1) 0%, rgba( 115,3,0,1) 50%, rgba( 107,3,0,1) 51%, rgba( 117,3,0,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 122,4,0,1) 0%, rgba( 115,3,0,1) 50%, rgba( 107,3,0,1) 51%, rgba( 117,3,0,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a0400', endColorstr='#750300', GradientType=0);  /* IE6-9 */
	color: #fff !important;
}
.b_form {
	background: rgb( 242,242,242);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,255,255,1)), color-stop(50%, rgba( 242,242,242,1)), color-stop(51%, rgba( 224,224,224,1)), color-stop(100%, rgba( 244,244,244,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);  /* IE6-9 */
	border: none;
}
.b_disabled,
.b_color,
.b_form:hover {
	background: rgb( 242,204,91);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,215,96,1)), color-stop(50%, rgba( 242,204,91,1)), color-stop(51%, rgba( 224,189,84,1)), color-stop(100%, rgba( 244,206,92,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd760', endColorstr='#f4ce5c', GradientType=0);  /* IE6-9 */
}
.b_form:focus {
	background: rgb(255,240,192);
}
.b_plainform {
	border: none;
}
.b_timeline.passed {
	background: rgb( 193,145,0);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 204,153,0,1) 0%, rgba( 193,145,0,1) 50%, rgba( 179,134,0,1) 51%, rgba( 195,146,0,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 204,153,0,1)), color-stop(50%, rgba( 193,145,0,1)), color-stop(51%, rgba( 179,134,0,1)), color-stop(100%, rgba( 195,146,0,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 204,153,0,1) 0%, rgba( 193,145,0,1) 50%, rgba( 179,134,0,1) 51%, rgba( 195,146,0,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 204,153,0,1) 0%, rgba( 193,145,0,1) 50%, rgba( 179,134,0,1) 51%, rgba( 195,146,0,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 204,153,0,1) 0%, rgba( 193,145,0,1) 50%, rgba( 179,134,0,1) 51%, rgba( 195,146,0,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 204,153,0,1) 0%, rgba( 193,145,0,1) 50%, rgba( 179,134,0,1) 51%, rgba( 195,146,0,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc9900', endColorstr='#c39200', GradientType=0);  /* IE6-9 */
}
.b_timeline.month0.valid,
.b_timeline.month2.valid,
.b_timeline.month4.valid {
	background: rgb( 242,182,0);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,192,0,1)), color-stop(50%, rgba( 242,182,0,1)), color-stop(51%, rgba( 224,168,0,1)), color-stop(100%, rgba( 244,184,0,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc000', endColorstr='#f4b800', GradientType=0);  /* IE6-9 */
}
.b_timeline.month1.valid,
.b_timeline.month3.valid,
.b_timeline.month5.valid {
	background: rgb( 127,164,23);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 134,173,25,1)), color-stop(50%, rgba( 127,164,23,1)), color-stop(51%, rgba( 117,152,22,1)), color-stop(100%, rgba( 128,166,24,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86ad19', endColorstr='#80a618', GradientType=0);  /* IE6-9 */
}
.b_timeline.month0.due,
.b_timeline.month2.due,
.b_timeline.month4.due {
	background: rgb( 242,239,222);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,252,234,1) 0%, rgba( 242,239,222,1) 50%, rgba( 224,221,205,1) 51%, rgba( 244,241,224,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,252,234,1)), color-stop(50%, rgba( 242,239,222,1)), color-stop(51%, rgba( 224,221,205,1)), color-stop(100%, rgba( 244,241,224,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,252,234,1) 0%, rgba( 242,239,222,1) 50%, rgba( 224,221,205,1) 51%, rgba( 244,241,224,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,252,234,1) 0%, rgba( 242,239,222,1) 50%, rgba( 224,221,205,1) 51%, rgba( 244,241,224,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,252,234,1) 0%, rgba( 242,239,222,1) 50%, rgba( 224,221,205,1) 51%, rgba( 244,241,224,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,252,234,1) 0%, rgba( 242,239,222,1) 50%, rgba( 224,221,205,1) 51%, rgba( 244,241,224,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcea', endColorstr='#f4f1e0', GradientType=0);  /* IE6-9 */
}
.b_timeline.month1.due,
.b_timeline.month3.due,
.b_timeline.month5.due {
	background: rgb( 213,232,201);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 225,245,212,1) 0%, rgba( 213,232,201,1) 50%, rgba( 198,215,186,1) 51%, rgba( 216,235,203,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 225,245,212,1)), color-stop(50%, rgba( 213,232,201,1)), color-stop(51%, rgba( 198,215,186,1)), color-stop(100%, rgba( 216,235,203,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 225,245,212,1) 0%, rgba( 213,232,201,1) 50%, rgba( 198,215,186,1) 51%, rgba( 216,235,203,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 225,245,212,1) 0%, rgba( 213,232,201,1) 50%, rgba( 198,215,186,1) 51%, rgba( 216,235,203,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 225,245,212,1) 0%, rgba( 213,232,201,1) 50%, rgba( 198,215,186,1) 51%, rgba( 216,235,203,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 225,245,212,1) 0%, rgba( 213,232,201,1) 50%, rgba( 198,215,186,1) 51%, rgba( 216,235,203,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f5d4', endColorstr='#d8ebcb', GradientType=0);  /* IE6-9 */
}
.b_timeline.passederr {
	background: rgb( 168,5,0);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 177,6,0,1) 0%, rgba( 168,5,0,1) 50%, rgba( 155,5,0,1) 51%, rgba( 169,5,0,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 177,6,0,1)), color-stop(50%, rgba( 168,5,0,1)), color-stop(51%, rgba( 155,5,0,1)), color-stop(100%, rgba( 169,5,0,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 177,6,0,1) 0%, rgba( 168,5,0,1) 50%, rgba( 155,5,0,1) 51%, rgba( 169,5,0,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 177,6,0,1) 0%, rgba( 168,5,0,1) 50%, rgba( 155,5,0,1) 51%, rgba( 169,5,0,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 177,6,0,1) 0%, rgba( 168,5,0,1) 50%, rgba( 155,5,0,1) 51%, rgba( 169,5,0,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 177,6,0,1) 0%, rgba( 168,5,0,1) 50%, rgba( 155,5,0,1) 51%, rgba( 169,5,0,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b10600', endColorstr='#a90500', GradientType=0);  /* IE6-9 */
}
.b_timeline.validerr,
.b_timeline.dueerr {
	background: rgb( 220,83,78);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 232,88,83,1) 0%, rgba( 220,83,78,1) 50%, rgba( 204,77,73,1) 51%, rgba( 222,84,79,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 232,88,83,1)), color-stop(50%, rgba( 220,83,78,1)), color-stop(51%, rgba( 204,77,73,1)), color-stop(100%, rgba( 222,84,79,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 232,88,83,1) 0%, rgba( 220,83,78,1) 50%, rgba( 204,77,73,1) 51%, rgba( 222,84,79,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 232,88,83,1) 0%, rgba( 220,83,78,1) 50%, rgba( 204,77,73,1) 51%, rgba( 222,84,79,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 232,88,83,1) 0%, rgba( 220,83,78,1) 50%, rgba( 204,77,73,1) 51%, rgba( 222,84,79,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 232,88,83,1) 0%, rgba( 220,83,78,1) 50%, rgba( 204,77,73,1) 51%, rgba( 222,84,79,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e85853', endColorstr='#de544f', GradientType=0);  /* IE6-9 */
}

/*===== STYLES =====*/
.s_warning span,
em.s_warning {
	color: rgb(222,8,0);
	font-weight: bold;
	font-style: normal;
}
a.s_sidemenu,
a.s_headmenu {
	color: #333 !important;
	background: -moz-linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,255,255,0.75)), color-stop(50%, rgba( 242,242,242,0.75)), color-stop(51%, rgba( 224,224,224,0.75)), color-stop(100%, rgba( 244,244,244,0.75)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfffffff', endColorstr='#bff4f4f4', GradientType=0);  /* IE6-9 */
}
a.s_sidemenu:hover,
a.s_sidemenu:active,
a.s_headmenu:hover,
a.s_headmenu:active {
	color: #000 !important;
	background: rgb( 242,242,242);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,255,255,1)), color-stop(50%, rgba( 242,242,242,1)), color-stop(51%, rgba( 224,224,224,1)), color-stop(100%, rgba( 244,244,244,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);  /* IE6-9 */
}
table.s_iconbox td.text.deadlink,
table.s_iconbox td.text.link,
a.s_sidemenu.alt,
a.s_headmenu.alt {
	background: rgb( 242,204,91);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,215,96,1)), color-stop(50%, rgba( 242,204,91,1)), color-stop(51%, rgba( 224,189,84,1)), color-stop(100%, rgba( 244,206,92,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd760', endColorstr='#f4ce5c', GradientType=0);  /* IE6-9 */
}
table.s_iconbox td.text.force:hover,
table.s_iconbox td.text.force:active,
table.s_iconbox td.text.link:hover,
table.s_iconbox td.text.link:active,
a.s_sidemenu.force:hover,
a.s_sidemenu.force:active,
a.s_sidemenu.alt:hover,
a.s_sidemenu.alt:active,
a.s_headmenu.alt:hover,
a.s_headmenu.alt:active {
	background: rgb( 242,182,0);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,192,0,1)), color-stop(50%, rgba( 242,182,0,1)), color-stop(51%, rgba( 224,168,0,1)), color-stop(100%, rgba( 244,184,0,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc000', endColorstr='#f4b800', GradientType=0);  /* IE6-9 */
}
a.s_sidemenu.color,
a.s_headmenu.color {
	background: rgb( 155,183,78);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 164,193,83,1)), color-stop(50%, rgba( 155,183,78,1)), color-stop(51%, rgba( 144,169,73,1)), color-stop(100%, rgba( 157,185,79,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4c153', endColorstr='#9db94f', GradientType=0);  /* IE6-9 */
}
a.s_sidemenu.color:hover,
a.s_sidemenu.color:active,
a.s_headmenu.color:hover,
a.s_headmenu.color:active {
	background: rgb( 127,164,23);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 134,173,25,1)), color-stop(50%, rgba( 127,164,23,1)), color-stop(51%, rgba( 117,152,22,1)), color-stop(100%, rgba( 128,166,24,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86ad19', endColorstr='#80a618', GradientType=0);  /* IE6-9 */
}
table.s_cart td.white {
	background: -moz-linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,255,255,0.75)), color-stop(50%, rgba( 242,242,242,0.75)), color-stop(51%, rgba( 224,224,224,0.75)), color-stop(100%, rgba( 244,244,244,0.75)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,255,255,0.75) 0%, rgba( 242,242,242,0.75) 50%, rgba( 224,224,224,0.75) 51%, rgba( 244,244,244,0.75) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfffffff', endColorstr='#bff4f4f4', GradientType=0);  /* IE6-9 */
}
table.s_cart td.light {
	background: rgb( 242,204,91);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,215,96,1)), color-stop(50%, rgba( 242,204,91,1)), color-stop(51%, rgba( 224,189,84,1)), color-stop(100%, rgba( 244,206,92,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd760', endColorstr='#f4ce5c', GradientType=0);  /* IE6-9 */
}
table.s_cart td.dark {
	background: rgb( 155,183,78);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 164,193,83,1)), color-stop(50%, rgba( 155,183,78,1)), color-stop(51%, rgba( 144,169,73,1)), color-stop(100%, rgba( 157,185,79,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4c153', endColorstr='#9db94f', GradientType=0);  /* IE6-9 */
}
table.s_cart td.xdark {
	background: rgb( 127,164,23);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 134,173,25,1)), color-stop(50%, rgba( 127,164,23,1)), color-stop(51%, rgba( 117,152,22,1)), color-stop(100%, rgba( 128,166,24,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86ad19', endColorstr='#80a618', GradientType=0);  /* IE6-9 */
}
table.s_table {
	font-family: Dosis, "Arial Narrow", "Helvetica Condensed", Impact, sans-serif;;
}
table.s_table .headline,
table.s_table .level {
	border-top: 2px solid #eee;
	background: rgb( 210,7,0);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 222,8,0,1)), color-stop(50%, rgba( 210,7,0,1)), color-stop(51%, rgba( 195,7,0,1)), color-stop(100%, rgba( 213,7,0,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de0800', endColorstr='#d50700', GradientType=0);  /* IE6-9 */
}
table.s_table .price h3,
table.s_table .headline h3,
table.s_table .level h3 {
	color: #eee;
	font-weight: normal;
}
table.s_table .level h3 a {
	color: rgb(255,192,0);
}
table.s_table .level h3 a:hover,
table.s_table .level h3 a:active {
	color: #eee;
}
table.s_table th.title.light {
	background: rgb( 242,204,91);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,215,96,1)), color-stop(50%, rgba( 242,204,91,1)), color-stop(51%, rgba( 224,189,84,1)), color-stop(100%, rgba( 244,206,92,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd760', endColorstr='#f4ce5c', GradientType=0);  /* IE6-9 */
}
table.s_table th.title.dark {
	background: rgb( 242,182,0);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,192,0,1)), color-stop(50%, rgba( 242,182,0,1)), color-stop(51%, rgba( 224,168,0,1)), color-stop(100%, rgba( 244,184,0,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc000', endColorstr='#f4b800', GradientType=0);  /* IE6-9 */
}
table.s_table th.title h6 {
	font-weight: normal;
	color: #222;
	font-size: 130%;
}
table.s_table td.data.light {
	background: rgb( 242,242,242);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,255,255,1)), color-stop(50%, rgba( 242,242,242,1)), color-stop(51%, rgba( 224,224,224,1)), color-stop(100%, rgba( 244,244,244,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);  /* IE6-9 */
}
table.s_table td.data.dark {
	background: rgb( 212,212,212);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 224,224,224,1) 0%, rgba( 212,212,212,1) 50%, rgba( 197,197,197,1) 51%, rgba( 215,215,215,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 224,224,224,1)), color-stop(50%, rgba( 212,212,212,1)), color-stop(51%, rgba( 197,197,197,1)), color-stop(100%, rgba( 215,215,215,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 224,224,224,1) 0%, rgba( 212,212,212,1) 50%, rgba( 197,197,197,1) 51%, rgba( 215,215,215,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 224,224,224,1) 0%, rgba( 212,212,212,1) 50%, rgba( 197,197,197,1) 51%, rgba( 215,215,215,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 224,224,224,1) 0%, rgba( 212,212,212,1) 50%, rgba( 197,197,197,1) 51%, rgba( 215,215,215,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 224,224,224,1) 0%, rgba( 212,212,212,1) 50%, rgba( 197,197,197,1) 51%, rgba( 215,215,215,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#d7d7d7', GradientType=0);  /* IE6-9 */
}
table.s_table td.data.light.great {
	background: rgb( 242,204,91);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,215,96,1)), color-stop(50%, rgba( 242,204,91,1)), color-stop(51%, rgba( 224,189,84,1)), color-stop(100%, rgba( 244,206,92,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd760', endColorstr='#f4ce5c', GradientType=0);  /* IE6-9 */
}
table.s_table td.data.dark.great {
	background: rgb( 242,182,0);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,192,0,1)), color-stop(50%, rgba( 242,182,0,1)), color-stop(51%, rgba( 224,168,0,1)), color-stop(100%, rgba( 244,184,0,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc000', endColorstr='#f4b800', GradientType=0);  /* IE6-9 */
}
table.s_table .price {
	border-top: 2px solid #eee;
	background: rgb( 101,131,19);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 107,138,20,1) 0%, rgba( 101,131,19,1) 50%, rgba( 94,121,17,1) 51%, rgba( 102,132,19,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 107,138,20,1)), color-stop(50%, rgba( 101,131,19,1)), color-stop(51%, rgba( 94,121,17,1)), color-stop(100%, rgba( 102,132,19,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 107,138,20,1) 0%, rgba( 101,131,19,1) 50%, rgba( 94,121,17,1) 51%, rgba( 102,132,19,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 107,138,20,1) 0%, rgba( 101,131,19,1) 50%, rgba( 94,121,17,1) 51%, rgba( 102,132,19,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 107,138,20,1) 0%, rgba( 101,131,19,1) 50%, rgba( 94,121,17,1) 51%, rgba( 102,132,19,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 107,138,20,1) 0%, rgba( 101,131,19,1) 50%, rgba( 94,121,17,1) 51%, rgba( 102,132,19,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b8a14', endColorstr='#668413', GradientType=0);  /* IE6-9 */
	color: #eee;
}

/*===== IMAGES =====*/

/*===== LISTS =====*/
.l_hide {
	background: rgb( 220,83,78);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 232,88,83,1) 0%, rgba( 220,83,78,1) 50%, rgba( 204,77,73,1) 51%, rgba( 222,84,79,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 232,88,83,1)), color-stop(50%, rgba( 220,83,78,1)), color-stop(51%, rgba( 204,77,73,1)), color-stop(100%, rgba( 222,84,79,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 232,88,83,1) 0%, rgba( 220,83,78,1) 50%, rgba( 204,77,73,1) 51%, rgba( 222,84,79,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 232,88,83,1) 0%, rgba( 220,83,78,1) 50%, rgba( 204,77,73,1) 51%, rgba( 222,84,79,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 232,88,83,1) 0%, rgba( 220,83,78,1) 50%, rgba( 204,77,73,1) 51%, rgba( 222,84,79,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 232,88,83,1) 0%, rgba( 220,83,78,1) 50%, rgba( 204,77,73,1) 51%, rgba( 222,84,79,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e85853', endColorstr='#de544f', GradientType=0);  /* IE6-9 */
}
.l_dark {
	background: rgb( 155,183,78);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 164,193,83,1)), color-stop(50%, rgba( 155,183,78,1)), color-stop(51%, rgba( 144,169,73,1)), color-stop(100%, rgba( 157,185,79,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 164,193,83,1) 0%, rgba( 155,183,78,1) 50%, rgba( 144,169,73,1) 51%, rgba( 157,185,79,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4c153', endColorstr='#9db94f', GradientType=0);  /* IE6-9 */
}
.l_social,
.l_social1,
.l_sharethis {
	background: rgb( 242,204,91);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,215,96,1)), color-stop(50%, rgba( 242,204,91,1)), color-stop(51%, rgba( 224,189,84,1)), color-stop(100%, rgba( 244,206,92,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd760', endColorstr='#f4ce5c', GradientType=0);  /* IE6-9 */
}
.l_advert {
	background: rgb( 242,182,0);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,192,0,1)), color-stop(50%, rgba( 242,182,0,1)), color-stop(51%, rgba( 224,168,0,1)), color-stop(100%, rgba( 244,184,0,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,192,0,1) 0%, rgba( 242,182,0,1) 50%, rgba( 224,168,0,1) 51%, rgba( 244,184,0,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc000', endColorstr='#f4b800', GradientType=0);  /* IE6-9 */
}
.sharethis hr,
.l_sharethis hr {
	border-color: #eee;
}
.l_off {
	background: rgba(0,0,0, 0.35);
}
.l_off .l_redirect a,
.l_off .l_redirect a:link,
.l_off .l_redirect a:visited {
	color: #bbb !important;
}
.l_off .l_redirect a:hover,
.l_off .l_redirect a:active {
	color: #999 !important;
}
.l_redirect {
	background: rgba(0,0,0, 0.35);
}
.l_redirect a,
.l_redirect a:link,
.l_redirect a:visited {
	color: #eee !important;
}
.l_redirect a:hover,
.l_redirect a:active {
	color: #222 !important;
}

/*===== TEXT STYLES =====*/
button, input {
	font-family: "Trebuchet MS", sans-serif;
}
form.orderform .s_checkout,
.camera_caption.cover,
h1, h2, h3, h4, h5, h6 {
	font-family: Dosis, "Arial Narrow", "Helvetica Condensed", Impact, sans-serif;;
}
h1 {
	text-transform: uppercase;
	letter-spacing: -0.05em;
	color: rgb(177,6,0);
}
h2 {
	text-transform: uppercase;
	letter-spacing: -0.05em;
}
h3,
form.orderform .s_checkout {
	text-transform: uppercase;
	letter-spacing: -0.05em;
}
h4 {
	font-weight: bold;
}
h5 {
	font-weight: bold;
}
h6 {
	font-weight: bold;
}
.camera_caption.cover {
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #fc9;
}
#c_body.redirect .c_link h2 {
	text-transform: none;
	font-weight: bold;
	letter-spacing: 0;
}
#c_body.redirect .c_link h3,
#c_body.redirect .c_gfactor h3 {
	text-transform: none;
	font-weight: bold;
	letter-spacing: 0;
}

/*===== LINKS =====*/
a, a:visited {
	color: rgb(177,6,0);
	font-weight: bold;
}
a:hover, a:focus {
	color: #111;
}

/*===== NAVIGATION =====*/
ul#navi {
	width: 98%;
	margin: 0 1% 1%;
}
ul#navi ul.first {
	background: -moz-linear-gradient(top, rgba( 14,14,14,0.75) 0%, rgba( 13,13,13,0.75) 50%, rgba( 12,12,12,0.75) 51%, rgba( 13,13,13,0.75) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 14,14,14,0.75)), color-stop(50%, rgba( 13,13,13,0.75)), color-stop(51%, rgba( 12,12,12,0.75)), color-stop(100%, rgba( 13,13,13,0.75)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 14,14,14,0.75) 0%, rgba( 13,13,13,0.75) 50%, rgba( 12,12,12,0.75) 51%, rgba( 13,13,13,0.75) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 14,14,14,0.75) 0%, rgba( 13,13,13,0.75) 50%, rgba( 12,12,12,0.75) 51%, rgba( 13,13,13,0.75) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 14,14,14,0.75) 0%, rgba( 13,13,13,0.75) 50%, rgba( 12,12,12,0.75) 51%, rgba( 13,13,13,0.75) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 14,14,14,0.75) 0%, rgba( 13,13,13,0.75) 50%, rgba( 12,12,12,0.75) 51%, rgba( 13,13,13,0.75) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf0e0e0e', endColorstr='#bf0d0d0d', GradientType=0);  /* IE6-9 */
}
ul#navi ul.second {
	background: rgb( 13,13,13);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 14,14,14,1) 0%, rgba( 13,13,13,1) 50%, rgba( 12,12,12,1) 51%, rgba( 13,13,13,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 14,14,14,1)), color-stop(50%, rgba( 13,13,13,1)), color-stop(51%, rgba( 12,12,12,1)), color-stop(100%, rgba( 13,13,13,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 14,14,14,1) 0%, rgba( 13,13,13,1) 50%, rgba( 12,12,12,1) 51%, rgba( 13,13,13,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 14,14,14,1) 0%, rgba( 13,13,13,1) 50%, rgba( 12,12,12,1) 51%, rgba( 13,13,13,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 14,14,14,1) 0%, rgba( 13,13,13,1) 50%, rgba( 12,12,12,1) 51%, rgba( 13,13,13,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 14,14,14,1) 0%, rgba( 13,13,13,1) 50%, rgba( 12,12,12,1) 51%, rgba( 13,13,13,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0e0e', endColorstr='#0d0d0d', GradientType=0);  /* IE6-9 */
}
ul#navi ul li.chosen {
	background: -moz-linear-gradient(top, rgba( 127,127,127,0.85) 0%, rgba( 120,120,120,0.85) 50%, rgba( 111,111,111,0.85) 51%, rgba( 121,121,121,0.85) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 127,127,127,0.85)), color-stop(50%, rgba( 120,120,120,0.85)), color-stop(51%, rgba( 111,111,111,0.85)), color-stop(100%, rgba( 121,121,121,0.85)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 127,127,127,0.85) 0%, rgba( 120,120,120,0.85) 50%, rgba( 111,111,111,0.85) 51%, rgba( 121,121,121,0.85) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 127,127,127,0.85) 0%, rgba( 120,120,120,0.85) 50%, rgba( 111,111,111,0.85) 51%, rgba( 121,121,121,0.85) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 127,127,127,0.85) 0%, rgba( 120,120,120,0.85) 50%, rgba( 111,111,111,0.85) 51%, rgba( 121,121,121,0.85) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 127,127,127,0.85) 0%, rgba( 120,120,120,0.85) 50%, rgba( 111,111,111,0.85) 51%, rgba( 121,121,121,0.85) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d87f7f7f', endColorstr='#d8797979', GradientType=0);  /* IE6-9 */
}
ul#navi ul.first li:hover ul.second {
	border: 2px solid #eee;
}
ul#navi ul.first li:hover {
	background: -moz-linear-gradient(top, rgba( 240,240,240,0.75) 0%, rgba( 228,228,228,0.75) 50%, rgba( 211,211,211,0.75) 51%, rgba( 230,230,230,0.75) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 240,240,240,0.75)), color-stop(50%, rgba( 228,228,228,0.75)), color-stop(51%, rgba( 211,211,211,0.75)), color-stop(100%, rgba( 230,230,230,0.75)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 240,240,240,0.75) 0%, rgba( 228,228,228,0.75) 50%, rgba( 211,211,211,0.75) 51%, rgba( 230,230,230,0.75) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 240,240,240,0.75) 0%, rgba( 228,228,228,0.75) 50%, rgba( 211,211,211,0.75) 51%, rgba( 230,230,230,0.75) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 240,240,240,0.75) 0%, rgba( 228,228,228,0.75) 50%, rgba( 211,211,211,0.75) 51%, rgba( 230,230,230,0.75) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 240,240,240,0.75) 0%, rgba( 228,228,228,0.75) 50%, rgba( 211,211,211,0.75) 51%, rgba( 230,230,230,0.75) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bff0f0f0', endColorstr='#bfe6e6e6', GradientType=0);  /* IE6-9 */
}
ul#navi ul.second li:hover {
	background: -moz-linear-gradient(top, rgba( 240,240,240,0.85) 0%, rgba( 228,228,228,0.85) 50%, rgba( 211,211,211,0.85) 51%, rgba( 230,230,230,0.85) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 240,240,240,0.85)), color-stop(50%, rgba( 228,228,228,0.85)), color-stop(51%, rgba( 211,211,211,0.85)), color-stop(100%, rgba( 230,230,230,0.85)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 240,240,240,0.85) 0%, rgba( 228,228,228,0.85) 50%, rgba( 211,211,211,0.85) 51%, rgba( 230,230,230,0.85) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 240,240,240,0.85) 0%, rgba( 228,228,228,0.85) 50%, rgba( 211,211,211,0.85) 51%, rgba( 230,230,230,0.85) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 240,240,240,0.85) 0%, rgba( 228,228,228,0.85) 50%, rgba( 211,211,211,0.85) 51%, rgba( 230,230,230,0.85) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 240,240,240,0.85) 0%, rgba( 228,228,228,0.85) 50%, rgba( 211,211,211,0.85) 51%, rgba( 230,230,230,0.85) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8f0f0f0', endColorstr='#d8e6e6e6', GradientType=0);  /* IE6-9 */
}
ul#navi ul.first a h6 {
	color: #eee;
}
ul#navi ul.second a h6 {
	color: #fff;
}

/*===== FORMS =====*/
form.userform span.c_formarray {
	background: rgba(128,128,128, 0.2);
}
form.userform span.checkline:hover,
form.userform span.checkline:focus {
	background: rgb( 242,242,242);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,255,255,1)), color-stop(50%, rgba( 242,242,242,1)), color-stop(51%, rgba( 224,224,224,1)), color-stop(100%, rgba( 244,244,244,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);  /* IE6-9 */
	color: #111;
}
.l_outofstock,
form.userform .checkarray {
	background: rgb( 193,145,0);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 204,153,0,1) 0%, rgba( 193,145,0,1) 50%, rgba( 179,134,0,1) 51%, rgba( 195,146,0,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 204,153,0,1)), color-stop(50%, rgba( 193,145,0,1)), color-stop(51%, rgba( 179,134,0,1)), color-stop(100%, rgba( 195,146,0,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 204,153,0,1) 0%, rgba( 193,145,0,1) 50%, rgba( 179,134,0,1) 51%, rgba( 195,146,0,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 204,153,0,1) 0%, rgba( 193,145,0,1) 50%, rgba( 179,134,0,1) 51%, rgba( 195,146,0,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 204,153,0,1) 0%, rgba( 193,145,0,1) 50%, rgba( 179,134,0,1) 51%, rgba( 195,146,0,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 204,153,0,1) 0%, rgba( 193,145,0,1) 50%, rgba( 179,134,0,1) 51%, rgba( 195,146,0,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc9900', endColorstr='#c39200', GradientType=0);  /* IE6-9 */
	color: #eee;
}
form.userform .checkarray:hover,
form.userform span.checkline:focus {
	background: rgb( 242,204,91);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,215,96,1)), color-stop(50%, rgba( 242,204,91,1)), color-stop(51%, rgba( 224,189,84,1)), color-stop(100%, rgba( 244,206,92,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd760', endColorstr='#f4ce5c', GradientType=0);  /* IE6-9 */
	color: #222;
}
.uploadifyQueueItem {
	background: rgb( 127,164,23);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 134,173,25,1)), color-stop(50%, rgba( 127,164,23,1)), color-stop(51%, rgba( 117,152,22,1)), color-stop(100%, rgba( 128,166,24,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 134,173,25,1) 0%, rgba( 127,164,23,1) 50%, rgba( 117,152,22,1) 51%, rgba( 128,166,24,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86ad19', endColorstr='#80a618', GradientType=0);  /* IE6-9 */
}
.uploadifyError {
	background: rgb( 210,7,0);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 222,8,0,1)), color-stop(50%, rgba( 210,7,0,1)), color-stop(51%, rgba( 195,7,0,1)), color-stop(100%, rgba( 213,7,0,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 222,8,0,1) 0%, rgba( 210,7,0,1) 50%, rgba( 195,7,0,1) 51%, rgba( 213,7,0,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de0800', endColorstr='#d50700', GradientType=0);  /* IE6-9 */
}
.uploadifyProgress {
	background: rgb( 242,242,242);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,255,255,1)), color-stop(50%, rgba( 242,242,242,1)), color-stop(51%, rgba( 224,224,224,1)), color-stop(100%, rgba( 244,244,244,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);  /* IE6-9 */
}
.uploadifyProgressBar {
	background-color: #a00;
}
fieldset.uploadify {
	border: none;
}
fieldset.uploadify:hover {
	background: rgb( 242,204,91);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,215,96,1)), color-stop(50%, rgba( 242,204,91,1)), color-stop(51%, rgba( 224,189,84,1)), color-stop(100%, rgba( 244,206,92,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,215,96,1) 0%, rgba( 242,204,91,1) 50%, rgba( 224,189,84,1) 51%, rgba( 244,206,92,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd760', endColorstr='#f4ce5c', GradientType=0);  /* IE6-9 */
}
span.f_remark,
fieldset.uploadify span,
fieldset.uploadify legend {
	border: none;
	background: -moz-linear-gradient(top, rgba( 14,14,14,0.55) 0%, rgba( 13,13,13,0.55) 50%, rgba( 12,12,12,0.55) 51%, rgba( 13,13,13,0.55) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 14,14,14,0.55)), color-stop(50%, rgba( 13,13,13,0.55)), color-stop(51%, rgba( 12,12,12,0.55)), color-stop(100%, rgba( 13,13,13,0.55)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 14,14,14,0.55) 0%, rgba( 13,13,13,0.55) 50%, rgba( 12,12,12,0.55) 51%, rgba( 13,13,13,0.55) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 14,14,14,0.55) 0%, rgba( 13,13,13,0.55) 50%, rgba( 12,12,12,0.55) 51%, rgba( 13,13,13,0.55) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 14,14,14,0.55) 0%, rgba( 13,13,13,0.55) 50%, rgba( 12,12,12,0.55) 51%, rgba( 13,13,13,0.55) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 14,14,14,0.55) 0%, rgba( 13,13,13,0.55) 50%, rgba( 12,12,12,0.55) 51%, rgba( 13,13,13,0.55) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c0e0e0e', endColorstr='#8c0d0d0d', GradientType=0);  /* IE6-9 */
	color: #eee;
}

/*===== AVAGAR.DE * LEGAR.DE * PAPAGAR.DE * URLGUI.DE =====*/
.speech {
	background: rgb( 242,242,242);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 255,255,255,1)), color-stop(50%, rgba( 242,242,242,1)), color-stop(51%, rgba( 224,224,224,1)), color-stop(100%, rgba( 244,244,244,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 255,255,255,1) 0%, rgba( 242,242,242,1) 50%, rgba( 224,224,224,1) 51%, rgba( 244,244,244,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);  /* IE6-9 */
}
.speech.top:after {
	border-color: #F5F5F5 transparent;
}
.speech.bottom:before {
	border-color: #fefefe transparent;
}
.speech.user {
	background: rgb( 115,3,0);  /* old browsers */
	background: -moz-linear-gradient(top, rgba( 122,4,0,1) 0%, rgba( 115,3,0,1) 50%, rgba( 107,3,0,1) 51%, rgba( 117,3,0,1) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba( 122,4,0,1)), color-stop(50%, rgba( 115,3,0,1)), color-stop(51%, rgba( 107,3,0,1)), color-stop(100%, rgba( 117,3,0,1)));  /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba( 122,4,0,1) 0%, rgba( 115,3,0,1) 50%, rgba( 107,3,0,1) 51%, rgba( 117,3,0,1) 100%);  /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, rgba( 122,4,0,1) 0%, rgba( 115,3,0,1) 50%, rgba( 107,3,0,1) 51%, rgba( 117,3,0,1) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba( 122,4,0,1) 0%, rgba( 115,3,0,1) 50%, rgba( 107,3,0,1) 51%, rgba( 117,3,0,1) 100%);  /* IE10+ */
	background: linear-gradient(top, rgba( 122,4,0,1) 0%, rgba( 115,3,0,1) 50%, rgba( 107,3,0,1) 51%, rgba( 117,3,0,1) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a0400', endColorstr='#750300', GradientType=0);  /* IE6-9 */
	color: #fff;
}
.speech.user a:link,
.speech.user a:visited {
	color: #eee;
}
.speech.user a:hover,
.speech.user a:active {
	color: #111;
}
.speech.user.top:after {
	border-color: #992018 transparent;
}
.speech.user.bottom:before {
	border-color: #992018 transparent;
}




/*======= FOR MEDIA "SCREEN" =======*/

/*------- AUTOMATIC CSS BUILD -------*/

/*------- (C) 2012 ARTHUR V. KUHRMEIER -------*/

/*----- RESET & BASICS (Inspired by E. Meyers & Dave Gamache) ----- */

/*----- HTML, BODY -----*/
body {
	font-size: 125%;
}
#container {
	width: 960px;
}
.c_divide.c_1of.c_2parts,
.c_divide.c_2of.c_4parts,
.c_divide.c_3of.c_6parts,
.c_divide.c_4of.c_8parts {
	width: 49%;
}
.c_divide.c_1of.c_3parts,
.c_divide.c_2of.c_6parts {
	width: 32.3%;
}
.c_divide.c_2of.c_3parts,
.c_divide.c_4of.c_6parts {
	width: 65.6%;
}
.c_divide.c_1of.c_4parts,
.c_divide.c_2of.c_8parts {
	width: 24%;
}
.c_divide.c_3of.c_4parts,
.c_divide.c_6of.c_8parts {
	width: 74%;
}
.c_divide.c_1of.c_5parts {
	width: 19%;
}
.c_divide.c_2of.c_5parts {
	width: 39%;
}
.c_divide.c_3of.c_5parts {
	width: 59%;
}
.c_divide.c_4of.c_5parts {
	width: 79%;
}
.c_divide.c_1of.c_6parts {
	width: 15.6%;
}
.c_divide.c_5of.c_6parts {
	width: 82.3%;
}
.c_divide.c_1of.c_7parts {
	width: 13.2%;
}
.c_divide.c_2of.c_7parts {
	width: 27.5%;
}
.c_divide.c_3of.c_7parts {
	width: 41.8%;
}
.c_divide.c_4of.c_7parts {
	width: 56.1%;
}
.c_divide.c_5of.c_7parts {
	width: 70.4%;
}
.c_divide.c_6of.c_7parts {
	width: 84.7%;
}
.c_divide.c_1of.c_8parts {
	width: 11.5%;
}
.c_divide.c_3of.c_8parts {
	width: 36.5%;
}
.c_divide.c_5of.c_8parts {
	width: 61.5%;
}
.c_divide.c_7of.c_8parts {
	width: 86.5%;
}
.c_embed {
	height: 490px;
}
.fullentry .c_embed {
	height: 360px;
}

/*----- BASIC STYLES ----- */
.spacer {
	padding-top: 5px;
	padding-bottom: 5px;
}
#c_body.redirect .l_list.floatleft,
#c_result.redirect .l_list.floatleft,
.floatleft {
	margin-right: 10px;
}
#c_body.redirect .l_list.floatright,
#c_result.redirect .l_list.floatright {
	margin-bottom: 10px;
}
.floatright {
	margin-left: 10px;
}
hr {
	margin: 5px 0;
}
hr.spacer {
	margin: 15px 0 10px;
}

/*----- CONTAINERS / BOXES -----*/
#c_side {
	padding: 5% 0;
}
#c_side.mail {
	padding: 10px;
}
#c_side .split {
	width: 90%;
	padding: 0 5%;
}
#c_side.help .split {
	width: 93%;
}
#c_bar {
	bottom: 50%;
	width: 25px;
}
#c_bar .s_helpbar {
	padding: 15px;
	margin-left: 200px;
	margin-bottom: 30px;
	width: 235px;
}
#c_bar:hover {
	width: 480px;
}
#c_bar.en:after {
	content: "H E L P";
}
#c_bar.fr:after {
	content: "A I D E";
}
#c_bar.de:after {
	content: "H I L F E";
}
#c_bar.es:after {
	content: "A Y U D A";
}
#c_bar .speech.common {
	margin: 20px 0 30px 50px;
	width: 340px;
	font-size: 30px;
	line-height: 36px;
}
#c_header {
	padding: 10px;
}
#c_body {
	padding: 10px;
}
#c_result {
	padding: 10px;
}
#c_adhot {
	padding: 10px 20px;
	margin-bottom: 20px;
}
#c_footer {
	padding: 10px;
	margin-bottom: 150px;
}
#c_finalad {
	height: 130px;
}
#c_finalad .c_embed {
	width: 195px;
	height: 120px;
}
#c_finalad .c_entry {
	padding: 10px 1% 0;
}
#c_finalad .c_entry.half {
	display: block;
}
#c_finalad .c_entry.wideentry {
	width: 49%;
	height: 120px;
}
#c_finalad a.s_headmenu {
	padding: 4px 8px;
}
.c_inbox {
	padding: 10px;
}
.c_fullback {
	height: 640px;
}
.c_righthalf {
	padding: 10px;
	margin: 10px;
	height: 600px;
}
.c_counter {
	width: 48px;
	height: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.c_counter .normal {
	padding-top: 5px;
}
.c_counter .warn4 {
	padding-left: 5px;
}
.c_legend {
	margin-top: 10px;
	line-height: 120%;
}
.c_entry.fullentry {
	padding: 10px;
	margin: 10px;
	height: 600px;
}
.c_entry.slideshow {
	margin-bottom: -16px;
}
.c_entry.link .description {
	line-height: 200%;
}
.c_evenbox {
	padding: 10px;
}
.c_evenmore {
	height: 550px;
	width: 70px;
}
.c_halfside {
	display: block;
	margin-bottom: -52px;
}
.c_halfside:hover {
	margin-top: 50px;
	margin-bottom: -3px;
}
.c_halfside.first:hover {
	margin: 0 0 -3px 0;
}
.c_timeline {
	height: 20px;
	margin-bottom: 4px;
}

/*----- BACKGROUNDS -----*/
.b_timeline {
	height: 20px;
}
.b_timeline.margin.textleft {
	margin-left: -8px;
}
.b_timeline.margin.textright {
	margin-left: 8px;
}

/*----- STYLES -----*/
.marginleft {
	margin-left: 10px;
}
.marginright {
	margin-right: 10px;
}
.margintop {
	margin-top: 10px;
}
.marginbottom {
	margin-bottom: 10px;
}
table.s_iconbox td.text img {
	margin: 4px 2px 4px 0;
}
table.s_iconbox td.icon {
	padding: 4px;
}
table.s_cart.mini {
	border-spacing: 2px;
}
table.s_cart.checkout {
	border-spacing: 4px;
}
table.s_cart.mini td {
	padding: 2px 4px 0;
}
table.s_cart.checkout td {
	padding: 4px 6px 0;
}
table.s_table {
	font-size: 100%;
	border-spacing: 8px 0;
	margin: 4px 0 8px;
}
table.s_table th,
table.s_table td {
	padding: 4px 8px;
}
table.s_table .price {
	padding-bottom: 10px;
}
table.s_table td .improve {
	width: 140px;
}
table.s_table td .improve:hover {
	width: 200px;
}
table.s_table td .improve span {
	width: 140px;
}
table.s_table td .improve span.small {
	width: 60px;
}

/*----- IMAGES -----*/
.advert.s_cover:hover,
.advert.s_cover:focus,
input.image:hover,
a img.small:hover,
a img:hover,
a img:focus {
	-webkit-box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.6);
}
a img.tiny:hover,
a img.tiny:focus {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
}
a img.png:hover,
a img.png:focus {
	-webkit-box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.4);
}
img.left {
	margin-right: 10px;
	margin-bottom: 6px;
}
img.right {
	margin-left: 10px;
	margin-bottom: 6px;
}
.camera_wrap img.bigleft,
img.bigleft {
	margin-right: 20px;
	margin-bottom: 12px;
}
.camera_wrap img.bigright,
img.bigright {
	margin-left: 20px;
	margin-bottom: 12px;
}
img.fixright {
	right: 20px;
	margin-left: 10px;
}
img.valign-up {
	margin-bottom: 3px;
}
img.magnify.left {
	margin-left: -26px;
}
img.magnify.right {
	margin-right: -26px;
}
img.zoom {
	cursor: url(../images/other/search.png) , auto;
}
img.zoom.left:hover {
	margin-right: -230px;
	margin-bottom: -154px;
}
img.zoom.right:hover {
	margin-left: -230px;
	margin-bottom: -154px;
}
img.zoom.fullw240:hover {
	width: 480px;
}
img.zoom.fullh160:hover {
	height: 320px;
}
.c_music.lines {
	height: 74px;
	background: url(../images/jingle/notelines.png) repeat center center;
}
.c_music div {
	height: 74px;
}
.c_music .bar {
	width: 6px;
	background: url(../images/jingle/bar.png) no-repeat center center;
	margin-right: 0px;
}
.c_music .eighth {
	width: 12px;
	background: url(../images/jingle/eighthnote.png) no-repeat top center;
}
.c_music .eighth.dur1st {
	margin-right: -3px;
}
.c_music .eighth.dur2nd {
	margin-right: 2px;
}
.c_music .eighth.tone10 {
	background-position: 0 0px;
}
.c_music .eighth.tone9 {
	background-position: 0 5px;
}
.c_music .eighth.tone8 {
	background-position: 0 10px;
}
.c_music .eighth.tone7 {
	background-position: 0 15px;
}
.c_music .eighth.tone6 {
	background-position: 0 20px;
}
.c_music .eighth.tone5 {
	background-position: 0 25px;
}
.c_music .eighth.tone4 {
	background-position: 0 30px;
}
.c_music .eighth.tone3 {
	background-position: 0 35px;
}
.c_music .eighth.tone2 {
	background-position: 0 40px;
}
.c_music .eighth.tone1 {
	background-position: 0 45px;
}
.c_music .eighth.tone0 {
	background-position: 0 50px;
}
img.counter {
	width: 16px;
}
img.counter.big {
	width: 24px;
}
img.max {
	margin: 0 10%;
	width: 80%;
	height: auto;
}
img.badge {
	margin-left: -38px;
	margin-top: 36px;
}
img.badge.gallery {
	margin-left: -4px;
	margin-top: -28px;
}
img.badge.blog {
	margin-top: 100px;
}
img#helpbutton {
	right: 100px;
}
img.help {
	top: 4px;
	margin-top: -2px;
}
img.layout {
	width: 36px;
	height: 26px;
	margin: 244px 0 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
img.layout.selected {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.8);
}
img.layout:hover {
	width: 360px;
	height: 260px;
	margin: 0 -30px 10px -274px;
	-webkit-border-radius: 47px;
	-moz-border-radius: 47px;
	border-radius: 47px;
}
img.layout.selected:hover {
	-webkit-box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.6);
}
span.stButton {
	margin: 0;
}

/*----- LISTS -----*/
.l_common {
	padding: 8px;
}
.sharethis hr,
.l_sharethis hr {
	margin-bottom: 10px;
}
#c_body.redirect .l_title {
	padding-bottom: 6px;
}
.l_redirect .weblink img {
	margin-bottom: 4px;
}
.adminad.advert.leftright.s_fontwhite {
	text-shadow: 0px 0px 5px #000;
}
#c_side #c_slidelist {
	margin-left: -3px;
	margin-top: 6px;
}
#c_slidelist .slidebox {
	width: 164px;
	margin: 6px;
}
#c_slidelist .slide {
	width: 160px;
	height: 120px;
}
#c_slidelist .helpbar {
	width: 144px;
	height: 192px;
}
#c_slidelist div.slide h2 {
	margin: 8px 0 0;
}
#c_slidelist div.slide h4 {
	margin-bottom: 4px;
}
#c_slidelist img.posleft {
	margin-left: -4px;
}
#c_slidelist img.poscenter {
	margin-left: 64px;
}
#c_slidelist img.posright {
	margin-left: 132px;
}
#c_slidelist img.postop {
	margin-top: -130px;
}
#c_slidelist img.posmiddle {
	margin-top: -84px;
}
#c_slidelist img.posbottom {
	margin-top: -34px;
}

/*----- TEXT STYLES -----*/
#c_body.redirect .c_link h2 {
	font-size: 260%;
}

/*----- LINKS -----*/
a.s_sidemenu,
a.s_headmenu {
	padding: 4px 8px;
}
a.s_headmenu {
	margin: 0 3px 6px;
}
a.s_sidemenu {
	margin: 0 0 4px;
}
a.s_sidemenu.first {
	margin: 8px 0 4px;
}
.ttleft:after {
	left: -2em;
}
.ttright:after {
	right: 2em;
}
.tooltip:after {
	font-size: small;
}
.tooltip:hover:after,
.tooltip:active:after {
	bottom: 45px;
}
.tooltip:hover:before,
.tooltip:active:before {
	bottom: 35px;
}

/*----- NAVIGATION -----*/
ul#navi {
	height: 64px;
}
ul#navi li {
	height: 64px;
}
ul#navi li.user {
	width: 64px;
	top: 6px;
}
ul#navi li.develop {
	top: 38px;
}
ul#navi li.logo {
	width: 120px;
}
.forscreen,
ul#navi li.logo img.logo {
	display: block;
}
.formobile,
ul#navi li.logo img.icon {
	display: none;
}
ul#navi li.face {
	width: 56px;
	height: 56px;
	padding: 4px;
}
ul#navi li.bigface {
	width: 72px;
	height: 72px;
	padding: 4px;
}
ul#navi li.link {
	width: 52px;
	height: 52px;
	padding: 6px;
}
ul#navi ul.first.text.height1 li.li1st,
ul#navi ul.second.text.height1 li.li2nd {
	height: 14px;
}
ul#navi ul.first.thumb.height1 li.li1st,
ul#navi ul.second.thumb.height1 li.li2nd {
	height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
}
ul#navi ul.first.height2 li.li1st,
ul#navi ul.second.height2 li.li2nd {
	height: 40px;
}
ul#navi ul.first.height3 li.li1st,
ul#navi ul.second.height3 li.li2nd {
	height: 66px;
}
ul#navi ul.first {
	left: 30%;
	width: 40%;
}
ul#navi ul.second {
	left: 56px;
	width: 100%;
}
ul#navi li.link:hover ul.first.drops1,
ul#navi ul.first li:hover ul.second.drops1 {
	height: 26px;
}
ul#navi li.link:hover ul.first.drops2,
ul#navi ul.first li:hover ul.second.drops2 {
	height: 52px;
}
ul#navi li.link:hover ul.first.drops3,
ul#navi ul.first li:hover ul.second.drops3 {
	height: 78px;
}
ul#navi li.link:hover ul.first.drops4,
ul#navi ul.first li:hover ul.second.drops4 {
	height: 104px;
}
ul#navi li.link:hover ul.first.drops5,
ul#navi ul.first li:hover ul.second.drops5 {
	height: 130px;
}
ul#navi li.link:hover ul.first.drops6,
ul#navi ul.first li:hover ul.second.drops6 {
	height: 156px;
}
ul#navi li.link:hover ul.first.drops7,
ul#navi ul.first li:hover ul.second.drops7 {
	height: 182px;
}
ul#navi li.link:hover ul.first.drops8,
ul#navi ul.first li:hover ul.second.drops8 {
	height: 208px;
}
ul#navi li.link:hover ul.first.drops9,
ul#navi ul.first li:hover ul.second.drops9 {
	height: 234px;
}
ul#navi li.link:hover ul.first.drops10,
ul#navi ul.first li:hover ul.second.drops10 {
	height: 260px;
}
ul#navi li.link:hover ul.first.drops11,
ul#navi ul.first li:hover ul.second.drops11 {
	height: 286px;
}
ul#navi li.link:hover ul.first.drops12,
ul#navi ul.first li:hover ul.second.drops12 {
	height: 312px;
}
ul#navi li.link:hover ul.first.drops13,
ul#navi ul.first li:hover ul.second.drops13 {
	height: 338px;
}
ul#navi li.link:hover ul.first.drops14,
ul#navi ul.first li:hover ul.second.drops14 {
	height: 364px;
}
ul#navi li.link:hover ul.first.drops15,
ul#navi ul.first li:hover ul.second.drops15 {
	height: 390px;
}
ul#navi li.link:hover ul.first.drops16,
ul#navi ul.first li:hover ul.second.drops16 {
	height: 416px;
}
ul#navi li.link:hover ul.first.drops17,
ul#navi ul.first li:hover ul.second.drops17 {
	height: 442px;
}
ul#navi li.link:hover ul.first.drops18,
ul#navi ul.first li:hover ul.second.drops18 {
	height: 468px;
}

/*----- FORMS -----*/
form.orderform .s_checkout {
	padding: 4px 8px 8px;
}
form.userform {
	margin: 10px 0 20px;
}
form.userform span.c_formarray {
	padding-bottom: 4px;
	margin: 4px 0 10px;
}
form.userform span.c_formarray p {
	margin-bottom: 4px;
}
form.userform span,
form.userform label {
	padding-top: 6px;
}
form.userform span img,
form.userform label img {
	margin-top: -6px;
}
form.userform span.checkline {
	padding-top: 2px;
	margin-bottom: -2px;
}
form.userform p {
	margin-bottom: 10px;
}
form.userform p.s_button {
	margin-bottom: 4px;
}
form.userform p.c_layout {
	margin: -240px 20px 10px 0;
}
form.userform p.c_layout span {
	margin-top: 240px;
}
form.userform .checkarray.full {
	margin: 7px 0;
}
form.userform span.checkline.tight {
	width: 23%;
}
form.userform span.checkline.full {
	width: 31%;
}
form.userform span.checkline.half {
	width: 49%;
}
form.userform textarea.full,
form.userform input.textline.full,
form.userform p.textline.full label {
	margin-top: 4px;
}
form.userform p.showevenmore {
	margin-bottom: 5px;
}
form.userform p.hideevenmore {
	margin-bottom: 5px;
}
select.b_form {
	height: 32px;
}
.b_form {
	padding: 6px;
	font-size: 110%;
}
.uploadifyQueueItem {
	margin-top: 5px;
	padding: 10px;
}
.uploadifyQueueItem .cancel img {
	margin-right: 6px;
	padding: 6px;
}
.uploadifyProgress {
	height: 13px;
	margin-top: 10px;
}
.uploadifyProgressBar {
	height: 13px;
}
fieldset.uploadify {
	padding: 0 10px;
	margin: 10px 0;
}
fieldset.uploadify legend {
	padding: 4px 8px;
}
div.f_uploadbuttons {
	padding: 10px 0 5px;
}
fieldset.uploadify span,
span.f_remark {
	padding: 4px 8px;
	margin-right: 10px;
}

/*----- BUTTONS -----*/
a.button {
	margin-right: 3px;
}

/*----- AVAGAR.DE * LEGAR.DE * PAPAGAR.DE * URLGUI.DE -----*/
.speech {
	padding: 8px 8px 0;
	margin: 4px;
	font-size: 30px;
	line-height: 36px;
	-webkit-border-radius: 25px / 50px;
	-moz-border-radius: 25px / 50px;
	border-radius: 25px / 50px;
}
.speech.bottom {
	padding: 0 8px 8px;
}
.speech.top.center:after,
.speech.top.right:after {
	bottom: -14px;
	border-width: 15px 40px 0 10px;
}
.speech.top.left:after {
	bottom: -14px;
	border-width: 15px 10px 0 40px;
}
.speech.bottom.center:before,
.speech.bottom.right:before {
	top: -14px;
	border-width: 0 40px 15px 10px;
}
.speech.bottom.left:before {
	top: -14px;
	border-width: 0 10px 15px 40px;
}
.speech.user,
.speech.common {
	font-size: 27px;
	line-height: 30px;
}
table.speechtable td {
	height: 630px;
}
table.speechtable td span.speech {
	padding-bottom: 16px;
}
.head {
	width: 96px;
	height: 60px;
	cursor: url(../images/other/speech.png) , auto;
}
.search {
	width: 48px;
	height: 30px;
	cursor: url(../images/other/search.png) , auto;
}

/*----- THEME IMAGES -----*/
.fullw16 {
	width: 16px;
}
.boxw16 {
	width: 16px;
}
.fullw18 {
	width: 18px;
}
.boxw18 {
	width: 18px;
}
.fullw20 {
	width: 20px;
}
.boxw20 {
	width: 20px;
}
.fullw22 {
	width: 22px;
}
.boxw22 {
	width: 22px;
}
.fullw24 {
	width: 24px;
}
.boxw24 {
	width: 24px;
}
.fullw26 {
	width: 26px;
}
.boxw26 {
	width: 26px;
}
.fullw28 {
	width: 28px;
}
.boxw28 {
	width: 28px;
}
.fullw30 {
	width: 30px;
}
.boxw30 {
	width: 30px;
}
.fullw32 {
	width: 32px;
}
.boxw32 {
	width: 32px;
}
.fullw34 {
	width: 34px;
}
.boxw34 {
	width: 34px;
}
.fullw36 {
	width: 36px;
}
.boxw36 {
	width: 36px;
}
.fullw38 {
	width: 38px;
}
.boxw38 {
	width: 38px;
}
.fullw40 {
	width: 40px;
}
.boxw40 {
	width: 40px;
}
.fullw42 {
	width: 42px;
}
.boxw42 {
	width: 42px;
}
.fullw44 {
	width: 44px;
}
.boxw44 {
	width: 44px;
}
.fullw46 {
	width: 46px;
}
.boxw46 {
	width: 46px;
}
.fullw48 {
	width: 48px;
}
.boxw48 {
	width: 48px;
}
.fullw50 {
	width: 50px;
}
.boxw50 {
	width: 50px;
}
.fullw52 {
	width: 52px;
}
.boxw52 {
	width: 52px;
}
.fullw54 {
	width: 54px;
}
.boxw54 {
	width: 54px;
}
.fullw56 {
	width: 56px;
}
.boxw56 {
	width: 56px;
}
.fullw58 {
	width: 58px;
}
.boxw58 {
	width: 58px;
}
.fullw60 {
	width: 60px;
}
.boxw60 {
	width: 60px;
}
.fullw62 {
	width: 63px;
}
.boxw62 {
	width: 63px;
}
.fullw64 {
	width: 64px;
}
.boxw64 {
	width: 64px;
}
.fullw68 {
	width: 68px;
}
.boxw68 {
	width: 68px;
}
.fullw72 {
	width: 72px;
}
.boxw72 {
	width: 72px;
}
.fullw76 {
	width: 76px;
}
.boxw76 {
	width: 76px;
}
.fullw80 {
	width: 80px;
}
.boxw80 {
	width: 80px;
}
.fullw84 {
	width: 84px;
}
.boxw84 {
	width: 84px;
}
.fullw88 {
	width: 88px;
}
.boxw88 {
	width: 88px;
}
.fullw92 {
	width: 92px;
}
.boxw92 {
	width: 92px;
}
.fullw96 {
	width: 96px;
}
.boxw96 {
	width: 96px;
}
.fullw100 {
	width: 100px;
}
.boxw100 {
	width: 100px;
}
.fullw104 {
	width: 104px;
}
.boxw104 {
	width: 104px;
}
.fullw108 {
	width: 108px;
}
.boxw108 {
	width: 108px;
}
.fullw112 {
	width: 112px;
}
.boxw112 {
	width: 112px;
}
.fullw116 {
	width: 116px;
}
.boxw116 {
	width: 116px;
}
.fullw120 {
	width: 120px;
}
.boxw120 {
	width: 120px;
}
.fullw124 {
	width: 125px;
}
.boxw124 {
	width: 125px;
}
.fullw128 {
	width: 128px;
}
.boxw128 {
	width: 128px;
}
.fullw136 {
	width: 136px;
}
.boxw136 {
	width: 136px;
}
.fullw144 {
	width: 144px;
}
.boxw144 {
	width: 144px;
}
.fullw152 {
	width: 152px;
}
.boxw152 {
	width: 152px;
}
.fullw160 {
	width: 160px;
}
.boxw160 {
	width: 160px;
}
.fullw168 {
	width: 168px;
}
.boxw168 {
	width: 168px;
}
.fullw176 {
	width: 176px;
}
.boxw176 {
	width: 176px;
}
.fullw184 {
	width: 184px;
}
.boxw184 {
	width: 184px;
}
.fullw192 {
	width: 192px;
}
.boxw192 {
	width: 192px;
}
.fullw200 {
	width: 200px;
}
.boxw200 {
	width: 200px;
}
.fullw208 {
	width: 208px;
}
.boxw208 {
	width: 208px;
}
.fullw216 {
	width: 216px;
}
.boxw216 {
	width: 216px;
}
.fullw224 {
	width: 224px;
}
.boxw224 {
	width: 224px;
}
.fullw232 {
	width: 232px;
}
.boxw232 {
	width: 232px;
}
.fullw240 {
	width: 240px;
}
.boxw240 {
	width: 240px;
}
.fullw248 {
	width: 249px;
}
.boxw248 {
	width: 249px;
}
.fullw256 {
	width: 256px;
}
.boxw256 {
	width: 256px;
}
.fullw320 {
	width: 320px;
}
.boxw320 {
	width: 320px;
}
.fullw360 {
	width: 360px;
}
.boxw360 {
	width: 360px;
}
.fullw480 {
	width: 480px;
}
.boxw480 {
	width: 480px;
}
.fullw512 {
	width: 512px;
}
.boxw512 {
	width: 512px;
}
.fullh16 {
	height: 16px;
}
.boxh16 {
	height: 16px;
}
.fullh24 {
	height: 24px;
}
.boxh24 {
	height: 24px;
}
.fullh32 {
	height: 32px;
}
.boxh32 {
	height: 32px;
}
.fullh48 {
	height: 48px;
}
.boxh48 {
	height: 48px;
}
.fullh64 {
	height: 64px;
}
.boxh64 {
	height: 64px;
}
.fullh96 {
	height: 96px;
}
.boxh96 {
	height: 96px;
}
.fullh128 {
	height: 128px;
}
.boxh128 {
	height: 128px;
}
.fullh160 {
	height: 160px;
}
.boxh160 {
	height: 160px;
}
.fullh192 {
	height: 192px;
}
.boxh192 {
	height: 192px;
}
.fullh224 {
	height: 224px;
}
.boxh224 {
	height: 224px;
}
.fullh256 {
	height: 256px;
}
.boxh256 {
	height: 256px;
}
.fullh320 {
	height: 320px;
}
.boxh320 {
	height: 320px;
}
.top15 {
	margin-top: 15px;
}
.top30 {
	margin-top: 30px;
}
.top45 {
	margin-top: 45px;
}
.top60 {
	margin-top: 60px;
}
.top75 {
	margin-top: 75px;
}
.top90 {
	margin-top: 90px;
}
.top105 {
	margin-top: 105px;
}
.top120 {
	margin-top: 120px;
}
.top135 {
	margin-top: 135px;
}
.top150 {
	margin-top: 150px;
}
.top165 {
	margin-top: 165px;
}
.top180 {
	margin-top: 180px;
}
.top195 {
	margin-top: 195px;
}
.top210 {
	margin-top: 210px;
}
.top225 {
	margin-top: 225px;
}
.top240 {
	margin-top: 240px;
}
.top255 {
	margin-top: 255px;
}
.top270 {
	margin-top: 270px;
}
.top285 {
	margin-top: 285px;
}
.top300 {
	margin-top: 300px;
}
.top315 {
	margin-top: 315px;
}
.top330 {
	margin-top: 330px;
}
.top345 {
	margin-top: 345px;
}
.top360 {
	margin-top: 360px;
}
.top375 {
	margin-top: 375px;
}
.top390 {
	margin-top: 390px;
}
.top405 {
	margin-top: 405px;
}
.top420 {
	margin-top: 420px;
}
.top435 {
	margin-top: 435px;
}
.top450 {
	margin-top: 450px;
}
.top465 {
	margin-top: 465px;
}
.top480 {
	margin-top: 480px;
}
.top495 {
	margin-top: 495px;
}
.top510 {
	margin-top: 510px;
}
.top525 {
	margin-top: 525px;
}
.top540 {
	margin-top: 540px;
}
.top555 {
	margin-top: 555px;
}
.top570 {
	margin-top: 570px;
}
.top585 {
	margin-top: 585px;
}
.top600 {
	margin-top: 600px;
}

/*------- THEME "DEFAULT" -------*/

/*----- HTML, BODY -----*/
hr {
	border-width: 4px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#container .side.columns {
	width: 18%;
}
#container .main.columns {
	width: 78%;
}
#container .helpside.columns {
	width: 23%;
}
#container .helpmain.columns {
	width: 73%;
}

/*----- CONTAINERS / BOXES -----*/
#c_body.redirect .c_gfactor,
#c_footer.redirect .c_gfactor,
#c_body.redirect .c_link,
#c_footer.redirect .c_link {
	line-height: 200%;
}
#c_bar {
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	-webkit-box-shadow: 4px 0 7px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: 4px 0 7px 0 rgba(0, 0, 0, .6);
	box-shadow: 4px 0 7px 0 rgba(0, 0, 0, .6);
}
#c_bar .s_helpbar {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
	box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
}

/*----- BACKGROUNDS -----*/
.c_timeline {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
	box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
}

/*----- STYLES -----*/
.s_container,
.s_common {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
	box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
}
.s_navi {
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 0px 7px 7px -4px rgba(0,0,0, 0.8);
	-moz-box-shadow: 0px 7px 7px -4px rgba(0,0,0, 0.8);
	box-shadow: 0px 7px 7px -4px rgba(0,0,0, 0.8);
}
a.s_sidemenu,
a.s_headmenu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
table.s_iconbox td.text {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
table.s_cart.mini td {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.s_cart.checkout td {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
table.s_table .first {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
table.s_table .price {
	letter-spacing: 0.1em;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
	box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
}

/*----- IMAGES -----*/
img.jpeg {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
}
img.jpeg.small {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
}
img.jpeg.tiny {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
}
a img.png:hover,
a img.png:focus {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
img.round.soft {
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
}

/*----- LISTS -----*/
.l_redirect {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.l_edit {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#c_slidelist .slide {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*----- TEXT STYLES -----*/
h1 {
	font-size: 420%;
	margin-bottom: 6px;
}
h2 {
	font-size: 300%;
	margin-bottom: 5px;
}
h3,
form.orderform .s_checkout {
	font-size: 210%;
	margin-bottom: 4px;
}
h4 {
	font-size: 160%;
	margin-bottom: 12px;
}
h5 {
	font-size: 140%;
	margin-bottom: 10px;
}
h6 {
	font-size: 120%;
	margin-bottom: 8px;
}
.camera_caption.cover {
	font-size: 140%;
}

/*----- LINKS -----*/

/*----- NAVIGATION -----*/
ul#navi li.link:hover,
ul#navi li.link.current {
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
ul#navi ul.first {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul#navi ul.second {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
ul#navi ul li.chosen {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul#navi ul.first li:hover {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul#navi ul.second li:hover {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*----- FORMS -----*/
form.orderform .s_checkout {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
form.userform span.c_formarray {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
form.userform span.checkline:hover,
form.userform span.checkline:focus {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.uploadifyQueueItem {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.uploadifyProgress {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
}
.uploadifyProgressBar {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
span.f_remark,
fieldset.uploadify span,
fieldset.uploadify legend {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
}

/*----- AVAGAR.DE * LEGAR.DE * PAPAGAR.DE * URLGUI.DE -----*/
.speech {
	-webkit-box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
	box-shadow: 0px 7px 7px -4px rgba(0, 0, 0, .6);
}




/*======= FOR MEDIA "LAPTOP" =======*/
@media only screen and (min-width: 800px) and (max-width: 960px) {


/*------- AUTOMATIC CSS BUILD -------*/

/*------- (C) 2012 ARTHUR V. KUHRMEIER -------*/

/*----- RESET & BASICS (Inspired by E. Meyers & Dave Gamache) ----- */

/*----- HTML, BODY -----*/
body {
	font-size: 125%;
}
#container {
	width: 800px;
}
.c_divide.c_1of.c_2parts,
.c_divide.c_2of.c_4parts,
.c_divide.c_3of.c_6parts,
.c_divide.c_4of.c_8parts {
	width: 49%;
}
.c_divide.c_1of.c_3parts,
.c_divide.c_2of.c_6parts {
	width: 32.3%;
}
.c_divide.c_2of.c_3parts,
.c_divide.c_4of.c_6parts {
	width: 65.6%;
}
.c_divide.c_1of.c_4parts,
.c_divide.c_2of.c_8parts {
	width: 24%;
}
.c_divide.c_3of.c_4parts,
.c_divide.c_6of.c_8parts {
	width: 74%;
}
.c_divide.c_1of.c_5parts {
	width: 19%;
}
.c_divide.c_2of.c_5parts {
	width: 39%;
}
.c_divide.c_3of.c_5parts {
	width: 59%;
}
.c_divide.c_4of.c_5parts {
	width: 79%;
}
.c_divide.c_1of.c_6parts {
	width: 15.6%;
}
.c_divide.c_5of.c_6parts {
	width: 82.3%;
}
.c_divide.c_1of.c_7parts {
	width: 13.2%;
}
.c_divide.c_2of.c_7parts {
	width: 27.5%;
}
.c_divide.c_3of.c_7parts {
	width: 41.8%;
}
.c_divide.c_4of.c_7parts {
	width: 56.1%;
}
.c_divide.c_5of.c_7parts {
	width: 70.4%;
}
.c_divide.c_6of.c_7parts {
	width: 84.7%;
}
.c_divide.c_1of.c_8parts {
	width: 11.5%;
}
.c_divide.c_3of.c_8parts {
	width: 36.5%;
}
.c_divide.c_5of.c_8parts {
	width: 61.5%;
}
.c_divide.c_7of.c_8parts {
	width: 86.5%;
}
.c_embed {
	height: 409px;
}
.fullentry .c_embed {
	height: 300px;
}

/*----- BASIC STYLES ----- */
.spacer {
	padding-top: 5px;
	padding-bottom: 5px;
}
#c_body.redirect .l_list.floatleft,
#c_result.redirect .l_list.floatleft,
.floatleft {
	margin-right: 9px;
}
#c_body.redirect .l_list.floatright,
#c_result.redirect .l_list.floatright {
	margin-bottom: 9px;
}
.floatright {
	margin-left: 9px;
}
hr {
	margin: 5px 0;
}
hr.spacer {
	margin: 13px 0 9px;
}

/*----- CONTAINERS / BOXES -----*/
#c_side {
	padding: 5% 0;
}
#c_side.mail {
	padding: 9px;
}
#c_side .split {
	width: 90%;
	padding: 0 5%;
}
#c_side.help .split {
	width: 93%;
}
#c_bar {
	bottom: 50%;
	width: 25px;
}
#c_bar .s_helpbar {
	padding: 15px;
	margin-left: 200px;
	margin-bottom: 25px;
	width: 235px;
}
#c_bar:hover {
	width: 480px;
}
#c_bar.en:after {
	content: "H E L P";
}
#c_bar.fr:after {
	content: "A I D E";
}
#c_bar.de:after {
	content: "H I L F E";
}
#c_bar.es:after {
	content: "A Y U D A";
}
#c_bar .speech.common {
	margin: 17px 0 25px 42px;
	width: 340px;
	font-size: 30px;
	line-height: 36px;
}
#c_header {
	padding: 9px;
}
#c_body {
	padding: 9px;
}
#c_result {
	padding: 9px;
}
#c_adhot {
	padding: 9px 17px;
	margin-bottom: 17px;
}
#c_footer {
	padding: 9px;
	margin-bottom: 125px;
}
#c_finalad {
	height: 130px;
}
#c_finalad .c_embed {
	width: 195px;
	height: 120px;
}
#c_finalad .c_entry {
	padding: 10px 1% 0;
}
#c_finalad .c_entry.half {
	display: block;
}
#c_finalad .c_entry.wideentry {
	width: 49%;
	height: 120px;
}
#c_finalad a.s_headmenu {
	padding: 4px 7px;
}
.c_inbox {
	padding: 9px;
}
.c_fullback {
	height: 534px;
}
.c_righthalf {
	padding: 9px;
	margin: 9px;
	height: 500px;
}
.c_counter {
	width: 40px;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.c_counter .normal {
	padding-top: 4px;
}
.c_counter .warn4 {
	padding-left: 5px;
}
.c_legend {
	margin-top: 9px;
	line-height: 120%;
}
.c_entry.fullentry {
	padding: 9px;
	margin: 9px;
	height: 500px;
}
.c_entry.slideshow {
	margin-bottom: -14px;
}
.c_entry.link .description {
	line-height: 200%;
}
.c_evenbox {
	padding: 9px;
}
.c_evenmore {
	height: 460px;
	width: 59px;
}
.c_halfside {
	display: block;
	margin-bottom: -44px;
}
.c_halfside:hover {
	margin-top: 42px;
	margin-bottom: -3px;
}
.c_halfside.first:hover {
	margin: 0 0 -3px 0;
}
.c_timeline {
	height: 17px;
	margin-bottom: 4px;
}

/*----- BACKGROUNDS -----*/
.b_timeline {
	height: 17px;
}
.b_timeline.margin.textleft {
	margin-left: -7px;
}
.b_timeline.margin.textright {
	margin-left: 7px;
}

/*----- STYLES -----*/
.marginleft {
	margin-left: 9px;
}
.marginright {
	margin-right: 9px;
}
.margintop {
	margin-top: 9px;
}
.marginbottom {
	margin-bottom: 9px;
}
table.s_iconbox td.text img {
	margin: 4px 2px 4px 0;
}
table.s_iconbox td.icon {
	padding: 4px;
}
table.s_cart.mini {
	border-spacing: 2px;
}
table.s_cart.checkout {
	border-spacing: 4px;
}
table.s_cart.mini td {
	padding: 2px 4px 0;
}
table.s_cart.checkout td {
	padding: 4px 5px 0;
}
table.s_table {
	font-size: 100%;
	border-spacing: 7px 0;
	margin: 4px 0 7px;
}
table.s_table th,
table.s_table td {
	padding: 4px 7px;
}
table.s_table .price {
	padding-bottom: 9px;
}
table.s_table td .improve {
	width: 117px;
}
table.s_table td .improve:hover {
	width: 167px;
}
table.s_table td .improve span {
	width: 117px;
}
table.s_table td .improve span.small {
	width: 50px;
}

/*----- IMAGES -----*/
.advert.s_cover:hover,
.advert.s_cover:focus,
input.image:hover,
a img.small:hover,
a img:hover,
a img:focus {
	-webkit-box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.6);
}
a img.tiny:hover,
a img.tiny:focus {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
}
a img.png:hover,
a img.png:focus {
	-webkit-box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, 0.4);
}
img.left {
	margin-right: 9px;
	margin-bottom: 5px;
}
img.right {
	margin-left: 9px;
	margin-bottom: 5px;
}
.camera_wrap img.bigleft,
img.bigleft {
	margin-right: 17px;
	margin-bottom: 10px;
}
.camera_wrap img.bigright,
img.bigright {
	margin-left: 17px;
	margin-bottom: 10px;
}
img.fixright {
	right: 17px;
	margin-left: 9px;
}
img.valign-up {
	margin-bottom: 3px;
}
img.magnify.left {
	margin-left: -22px;
}
img.magnify.right {
	margin-right: -22px;
}
img.zoom {
	cursor: url(../images/other/search.png) , auto;
}
img.zoom.left:hover {
	margin-right: -192px;
	margin-bottom: -129px;
}
img.zoom.right:hover {
	margin-left: -192px;
	margin-bottom: -129px;
}
img.zoom.fullw240:hover {
	width: 400px;
}
img.zoom.fullh160:hover {
	height: 267px;
}
.c_music.lines {
	height: 74px;
	background: url(../images/jingle/notelines.png) repeat center center;
}
.c_music div {
	height: 74px;
}
.c_music .bar {
	width: 6px;
	background: url(../images/jingle/bar.png) no-repeat center center;
	margin-right: 0px;
}
.c_music .eighth {
	width: 12px;
	background: url(../images/jingle/eighthnote.png) no-repeat top center;
}
.c_music .eighth.dur1st {
	margin-right: -4px;
}
.c_music .eighth.dur2nd {
	margin-right: 1px;
}
.c_music .eighth.tone10 {
	background-position: 0 0px;
}
.c_music .eighth.tone9 {
	background-position: 0 5px;
}
.c_music .eighth.tone8 {
	background-position: 0 10px;
}
.c_music .eighth.tone7 {
	background-position: 0 15px;
}
.c_music .eighth.tone6 {
	background-position: 0 20px;
}
.c_music .eighth.tone5 {
	background-position: 0 25px;
}
.c_music .eighth.tone4 {
	background-position: 0 30px;
}
.c_music .eighth.tone3 {
	background-position: 0 35px;
}
.c_music .eighth.tone2 {
	background-position: 0 40px;
}
.c_music .eighth.tone1 {
	background-position: 0 45px;
}
.c_music .eighth.tone0 {
	background-position: 0 50px;
}
img.counter {
	width: 16px;
}
img.counter.big {
	width: 24px;
}
img.max {
	margin: 0 10%;
	width: 80%;
	height: auto;
}
img.badge {
	margin-left: -32px;
	margin-top: 30px;
}
img.badge.gallery {
	margin-left: -4px;
	margin-top: -24px;
}
img.badge.blog {
	margin-top: 84px;
}
img#helpbutton {
	right: 100px;
}
img.help {
	top: 4px;
	margin-top: -2px;
}
img.layout {
	width: 30px;
	height: 22px;
	margin: 204px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
img.layout.selected {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.8);
}
img.layout:hover {
	width: 300px;
	height: 217px;
	margin: 0 -25px 9px -229px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
img.layout.selected:hover {
	-webkit-box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.6);
}
span.stButton {
	margin: 0;
}

/*----- LISTS -----*/
.l_common {
	padding: 7px;
}
.sharethis hr,
.l_sharethis hr {
	margin-bottom: 9px;
}
#c_body.redirect .l_title {
	padding-bottom: 5px;
}
.l_redirect .weblink img {
	margin-bottom: 4px;
}
.adminad.advert.leftright.s_fontwhite {
	text-shadow: 0px 0px 5px #000;
}
#c_side #c_slidelist {
	margin-left: -3px;
	margin-top: 6px;
}
#c_slidelist .slidebox {
	width: 137px;
	margin: 5px;
}
#c_slidelist .slide {
	width: 134px;
	height: 100px;
}
#c_slidelist .helpbar {
	width: 120px;
	height: 160px;
}
#c_slidelist div.slide h2 {
	margin: 7px 0 0;
}
#c_slidelist div.slide h4 {
	margin-bottom: 4px;
}
#c_slidelist img.posleft {
	margin-left: -4px;
}
#c_slidelist img.poscenter {
	margin-left: 54px;
}
#c_slidelist img.posright {
	margin-left: 111px;
}
#c_slidelist img.postop {
	margin-top: -109px;
}
#c_slidelist img.posmiddle {
	margin-top: -70px;
}
#c_slidelist img.posbottom {
	margin-top: -29px;
}

/*----- TEXT STYLES -----*/
#c_body.redirect .c_link h2 {
	font-size: 260%;
}

/*----- LINKS -----*/
a.s_sidemenu,
a.s_headmenu {
	padding: 4px 7px;
}
a.s_headmenu {
	margin: 0 3px 5px;
}
a.s_sidemenu {
	margin: 0 0 4px;
}
a.s_sidemenu.first {
	margin: 7px 0 4px;
}
.ttleft:after {
	left: -2em;
}
.ttright:after {
	right: 2em;
}
.tooltip:after {
	font-size: small;
}
.tooltip:hover:after,
.tooltip:active:after {
	bottom: 38px;
}
.tooltip:hover:before,
.tooltip:active:before {
	bottom: 30px;
}

/*----- NAVIGATION -----*/
ul#navi {
	height: 64px;
}
ul#navi li {
	height: 64px;
}
ul#navi li.user {
	width: 64px;
	top: 6px;
}
ul#navi li.develop {
	top: 38px;
}
ul#navi li.logo {
	width: 120px;
}
.forscreen,
ul#navi li.logo img.logo {
	display: block;
}
.formobile,
ul#navi li.logo img.icon {
	display: none;
}
ul#navi li.face {
	width: 56px;
	height: 56px;
	padding: 4px;
}
ul#navi li.bigface {
	width: 72px;
	height: 72px;
	padding: 4px;
}
ul#navi li.link {
	width: 52px;
	height: 52px;
	padding: 6px;
}
ul#navi ul.first.text.height1 li.li1st,
ul#navi ul.second.text.height1 li.li2nd {
	height: 14px;
}
ul#navi ul.first.thumb.height1 li.li1st,
ul#navi ul.second.thumb.height1 li.li2nd {
	height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
}
ul#navi ul.first.height2 li.li1st,
ul#navi ul.second.height2 li.li2nd {
	height: 40px;
}
ul#navi ul.first.height3 li.li1st,
ul#navi ul.second.height3 li.li2nd {
	height: 66px;
}
ul#navi ul.first {
	left: 30%;
	width: 40%;
}
ul#navi ul.second {
	left: 56px;
	width: 100%;
}
ul#navi li.link:hover ul.first.drops1,
ul#navi ul.first li:hover ul.second.drops1 {
	height: 26px;
}
ul#navi li.link:hover ul.first.drops2,
ul#navi ul.first li:hover ul.second.drops2 {
	height: 52px;
}
ul#navi li.link:hover ul.first.drops3,
ul#navi ul.first li:hover ul.second.drops3 {
	height: 78px;
}
ul#navi li.link:hover ul.first.drops4,
ul#navi ul.first li:hover ul.second.drops4 {
	height: 104px;
}
ul#navi li.link:hover ul.first.drops5,
ul#navi ul.first li:hover ul.second.drops5 {
	height: 130px;
}
ul#navi li.link:hover ul.first.drops6,
ul#navi ul.first li:hover ul.second.drops6 {
	height: 156px;
}
ul#navi li.link:hover ul.first.drops7,
ul#navi ul.first li:hover ul.second.drops7 {
	height: 182px;
}
ul#navi li.link:hover ul.first.drops8,
ul#navi ul.first li:hover ul.second.drops8 {
	height: 208px;
}
ul#navi li.link:hover ul.first.drops9,
ul#navi ul.first li:hover ul.second.drops9 {
	height: 234px;
}
ul#navi li.link:hover ul.first.drops10,
ul#navi ul.first li:hover ul.second.drops10 {
	height: 260px;
}
ul#navi li.link:hover ul.first.drops11,
ul#navi ul.first li:hover ul.second.drops11 {
	height: 286px;
}
ul#navi li.link:hover ul.first.drops12,
ul#navi ul.first li:hover ul.second.drops12 {
	height: 312px;
}
ul#navi li.link:hover ul.first.drops13,
ul#navi ul.first li:hover ul.second.drops13 {
	height: 338px;
}
ul#navi li.link:hover ul.first.drops14,
ul#navi ul.first li:hover ul.second.drops14 {
	height: 364px;
}
ul#navi li.link:hover ul.first.drops15,
ul#navi ul.first li:hover ul.second.drops15 {
	height: 390px;
}
ul#navi li.link:hover ul.first.drops16,
ul#navi ul.first li:hover ul.second.drops16 {
	height: 416px;
}
ul#navi li.link:hover ul.first.drops17,
ul#navi ul.first li:hover ul.second.drops17 {
	height: 442px;
}
ul#navi li.link:hover ul.first.drops18,
ul#navi ul.first li:hover ul.second.drops18 {
	height: 468px;
}

/*----- FORMS -----*/
form.orderform .s_checkout {
	padding: 4px 7px 7px;
}
form.userform {
	margin: 9px 0 17px;
}
form.userform span.c_formarray {
	padding-bottom: 4px;
	margin: 4px 0 9px;
}
form.userform span.c_formarray p {
	margin-bottom: 4px;
}
form.userform span,
form.userform label {
	padding-top: 5px;
}
form.userform span img,
form.userform label img {
	margin-top: -5px;
}
form.userform span.checkline {
	padding-top: 2px;
	margin-bottom: -2px;
}
form.userform p {
	margin-bottom: 9px;
}
form.userform p.s_button {
	margin-bottom: 4px;
}
form.userform p.c_layout {
	margin: -200px 17px 9px 0;
}
form.userform p.c_layout span {
	margin-top: 200px;
}
form.userform .checkarray.full {
	margin: 6px 0;
}
form.userform span.checkline.tight {
	width: 23%;
}
form.userform span.checkline.full {
	width: 31%;
}
form.userform span.checkline.half {
	width: 49%;
}
form.userform textarea.full,
form.userform input.textline.full,
form.userform p.textline.full label {
	margin-top: 4px;
}
form.userform p.showevenmore {
	margin-bottom: 5px;
}
form.userform p.hideevenmore {
	margin-bottom: 5px;
}
select.b_form {
	height: 27px;
}
.b_form {
	padding: 5px;
	font-size: 110%;
}
.uploadifyQueueItem {
	margin-top: 5px;
	padding: 9px;
}
.uploadifyQueueItem .cancel img {
	margin-right: 5px;
	padding: 5px;
}
.uploadifyProgress {
	height: 13px;
	margin-top: 9px;
}
.uploadifyProgressBar {
	height: 13px;
}
fieldset.uploadify {
	padding: 0 9px;
	margin: 9px 0;
}
fieldset.uploadify legend {
	padding: 4px 7px;
}
div.f_uploadbuttons {
	padding: 9px 0 5px;
}
fieldset.uploadify span,
span.f_remark {
	padding: 4px 7px;
	margin-right: 9px;
}

/*----- BUTTONS -----*/
a.button {
	margin-right: 3px;
}

/*----- AVAGAR.DE * LEGAR.DE * PAPAGAR.DE * URLGUI.DE -----*/
.speech {
	padding: 7px 7px 0;
	margin: 4px;
	font-size: 30px;
	line-height: 30px;
	-webkit-border-radius: 21px / 42px;
	-moz-border-radius: 21px / 42px;
	border-radius: 21px / 42px;
}
.speech.bottom {
	padding: 0 7px 7px;
}
.speech.top.center:after,
.speech.top.right:after {
	bottom: -12px;
	border-width: 13px 34px 0 9px;
}
.speech.top.left:after {
	bottom: -12px;
	border-width: 13px 9px 0 34px;
}
.speech.bottom.center:before,
.speech.bottom.right:before {
	top: -12px;
	border-width: 0 34px 13px 9px;
}
.speech.bottom.left:before {
	top: -12px;
	border-width: 0 9px 13px 34px;
}
.speech.user,
.speech.common {
	font-size: 27px;
	line-height: 25px;
}
table.speechtable td {
	height: 525px;
}
table.speechtable td span.speech {
	padding-bottom: 14px;
}
.head {
	width: 80px;
	height: 50px;
	cursor: url(../images/other/speech.png) , auto;
}
.search {
	width: 40px;
	height: 25px;
	cursor: url(../images/other/search.png) , auto;
}

/*----- THEME IMAGES -----*/
.fullw16 {
	width: 14px;
}
.boxw16 {
	width: 14px;
}
.fullw18 {
	width: 15px;
}
.boxw18 {
	width: 15px;
}
.fullw20 {
	width: 17px;
}
.boxw20 {
	width: 17px;
}
.fullw22 {
	width: 19px;
}
.boxw22 {
	width: 19px;
}
.fullw24 {
	width: 20px;
}
.boxw24 {
	width: 20px;
}
.fullw26 {
	width: 22px;
}
.boxw26 {
	width: 22px;
}
.fullw28 {
	width: 24px;
}
.boxw28 {
	width: 24px;
}
.fullw30 {
	width: 25px;
}
.boxw30 {
	width: 25px;
}
.fullw32 {
	width: 27px;
}
.boxw32 {
	width: 27px;
}
.fullw34 {
	width: 29px;
}
.boxw34 {
	width: 29px;
}
.fullw36 {
	width: 30px;
}
.boxw36 {
	width: 30px;
}
.fullw38 {
	width: 32px;
}
.boxw38 {
	width: 32px;
}
.fullw40 {
	width: 34px;
}
.boxw40 {
	width: 34px;
}
.fullw42 {
	width: 35px;
}
.boxw42 {
	width: 35px;
}
.fullw44 {
	width: 37px;
}
.boxw44 {
	width: 37px;
}
.fullw46 {
	width: 39px;
}
.boxw46 {
	width: 39px;
}
.fullw48 {
	width: 40px;
}
.boxw48 {
	width: 40px;
}
.fullw50 {
	width: 42px;
}
.boxw50 {
	width: 42px;
}
.fullw52 {
	width: 44px;
}
.boxw52 {
	width: 44px;
}
.fullw54 {
	width: 45px;
}
.boxw54 {
	width: 45px;
}
.fullw56 {
	width: 47px;
}
.boxw56 {
	width: 47px;
}
.fullw58 {
	width: 49px;
}
.boxw58 {
	width: 49px;
}
.fullw60 {
	width: 50px;
}
.boxw60 {
	width: 50px;
}
.fullw62 {
	width: 52px;
}
.boxw62 {
	width: 52px;
}
.fullw64 {
	width: 54px;
}
.boxw64 {
	width: 54px;
}
.fullw68 {
	width: 57px;
}
.boxw68 {
	width: 57px;
}
.fullw72 {
	width: 60px;
}
.boxw72 {
	width: 60px;
}
.fullw76 {
	width: 64px;
}
.boxw76 {
	width: 64px;
}
.fullw80 {
	width: 67px;
}
.boxw80 {
	width: 67px;
}
.fullw84 {
	width: 70px;
}
.boxw84 {
	width: 70px;
}
.fullw88 {
	width: 74px;
}
.boxw88 {
	width: 74px;
}
.fullw92 {
	width: 77px;
}
.boxw92 {
	width: 77px;
}
.fullw96 {
	width: 80px;
}
.boxw96 {
	width: 80px;
}
.fullw100 {
	width: 84px;
}
.boxw100 {
	width: 84px;
}
.fullw104 {
	width: 87px;
}
.boxw104 {
	width: 87px;
}
.fullw108 {
	width: 90px;
}
.boxw108 {
	width: 90px;
}
.fullw112 {
	width: 94px;
}
.boxw112 {
	width: 94px;
}
.fullw116 {
	width: 97px;
}
.boxw116 {
	width: 97px;
}
.fullw120 {
	width: 100px;
}
.boxw120 {
	width: 100px;
}
.fullw124 {
	width: 104px;
}
.boxw124 {
	width: 104px;
}
.fullw128 {
	width: 107px;
}
.boxw128 {
	width: 107px;
}
.fullw136 {
	width: 114px;
}
.boxw136 {
	width: 114px;
}
.fullw144 {
	width: 120px;
}
.boxw144 {
	width: 120px;
}
.fullw152 {
	width: 127px;
}
.boxw152 {
	width: 127px;
}
.fullw160 {
	width: 134px;
}
.boxw160 {
	width: 134px;
}
.fullw168 {
	width: 140px;
}
.boxw168 {
	width: 140px;
}
.fullw176 {
	width: 147px;
}
.boxw176 {
	width: 147px;
}
.fullw184 {
	width: 154px;
}
.boxw184 {
	width: 154px;
}
.fullw192 {
	width: 160px;
}
.boxw192 {
	width: 160px;
}
.fullw200 {
	width: 167px;
}
.boxw200 {
	width: 167px;
}
.fullw208 {
	width: 174px;
}
.boxw208 {
	width: 174px;
}
.fullw216 {
	width: 180px;
}
.boxw216 {
	width: 180px;
}
.fullw224 {
	width: 187px;
}
.boxw224 {
	width: 187px;
}
.fullw232 {
	width: 194px;
}
.boxw232 {
	width: 194px;
}
.fullw240 {
	width: 200px;
}
.boxw240 {
	width: 200px;
}
.fullw248 {
	width: 207px;
}
.boxw248 {
	width: 207px;
}
.fullw256 {
	width: 214px;
}
.boxw256 {
	width: 214px;
}
.fullw320 {
	width: 267px;
}
.boxw320 {
	width: 267px;
}
.fullw360 {
	width: 300px;
}
.boxw360 {
	width: 300px;
}
.fullw480 {
	width: 400px;
}
.boxw480 {
	width: 400px;
}
.fullw512 {
	width: 427px;
}
.boxw512 {
	width: 427px;
}
.fullh16 {
	height: 14px;
}
.boxh16 {
	height: 14px;
}
.fullh24 {
	height: 20px;
}
.boxh24 {
	height: 20px;
}
.fullh32 {
	height: 27px;
}
.boxh32 {
	height: 27px;
}
.fullh48 {
	height: 40px;
}
.boxh48 {
	height: 40px;
}
.fullh64 {
	height: 54px;
}
.boxh64 {
	height: 54px;
}
.fullh96 {
	height: 80px;
}
.boxh96 {
	height: 80px;
}
.fullh128 {
	height: 107px;
}
.boxh128 {
	height: 107px;
}
.fullh160 {
	height: 134px;
}
.boxh160 {
	height: 134px;
}
.fullh192 {
	height: 160px;
}
.boxh192 {
	height: 160px;
}
.fullh224 {
	height: 187px;
}
.boxh224 {
	height: 187px;
}
.fullh256 {
	height: 214px;
}
.boxh256 {
	height: 214px;
}
.fullh320 {
	height: 267px;
}
.boxh320 {
	height: 267px;
}
.top15 {
	margin-top: 13px;
}
.top30 {
	margin-top: 25px;
}
.top45 {
	margin-top: 38px;
}
.top60 {
	margin-top: 50px;
}
.top75 {
	margin-top: 63px;
}
.top90 {
	margin-top: 75px;
}
.top105 {
	margin-top: 88px;
}
.top120 {
	margin-top: 100px;
}
.top135 {
	margin-top: 113px;
}
.top150 {
	margin-top: 125px;
}
.top165 {
	margin-top: 138px;
}
.top180 {
	margin-top: 150px;
}
.top195 {
	margin-top: 163px;
}
.top210 {
	margin-top: 175px;
}
.top225 {
	margin-top: 188px;
}
.top240 {
	margin-top: 200px;
}
.top255 {
	margin-top: 213px;
}
.top270 {
	margin-top: 225px;
}
.top285 {
	margin-top: 238px;
}
.top300 {
	margin-top: 250px;
}
.top315 {
	margin-top: 263px;
}
.top330 {
	margin-top: 275px;
}
.top345 {
	margin-top: 288px;
}
.top360 {
	margin-top: 300px;
}
.top375 {
	margin-top: 313px;
}
.top390 {
	margin-top: 325px;
}
.top405 {
	margin-top: 338px;
}
.top420 {
	margin-top: 350px;
}
.top435 {
	margin-top: 363px;
}
.top450 {
	margin-top: 375px;
}
.top465 {
	margin-top: 388px;
}
.top480 {
	margin-top: 400px;
}
.top495 {
	margin-top: 413px;
}
.top510 {
	margin-top: 425px;
}
.top525 {
	margin-top: 438px;
}
.top540 {
	margin-top: 450px;
}
.top555 {
	margin-top: 463px;
}
.top570 {
	margin-top: 475px;
}
.top585 {
	margin-top: 488px;
}
.top600 {
	margin-top: 500px;
}

/*------- THEME "DEFAULT" -------*/

/*----- HTML, BODY -----*/
hr {
	border-width: 4px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#container .side.columns {
	width: 18%;
}
#container .main.columns {
	width: 78%;
}
#container .helpside.columns {
	width: 23%;
}
#container .helpmain.columns {
	width: 73%;
}

/*----- CONTAINERS / BOXES -----*/
#c_body.redirect .c_gfactor,
#c_footer.redirect .c_gfactor,
#c_body.redirect .c_link,
#c_footer.redirect .c_link {
	line-height: 200%;
}
#c_bar {
	-webkit-border-radius: 0 9px 9px 0;
	-moz-border-radius: 0 9px 9px 0;
	border-radius: 0 9px 9px 0;
	-webkit-box-shadow: 4px 0 6px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: 4px 0 6px 0 rgba(0, 0, 0, .6);
	box-shadow: 4px 0 6px 0 rgba(0, 0, 0, .6);
}
#c_bar .s_helpbar {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
	box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
}

/*----- BACKGROUNDS -----*/
.c_timeline {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
	box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
}

/*----- STYLES -----*/
.s_container,
.s_common {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
	box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
}
.s_navi {
	-webkit-border-radius: 0px 0px 9px 9px;
	-moz-border-radius: 0px 0px 9px 9px;
	border-radius: 0px 0px 9px 9px;
	-webkit-box-shadow: 0px 6px 6px -4px rgba(0,0,0, 0.8);
	-moz-box-shadow: 0px 6px 6px -4px rgba(0,0,0, 0.8);
	box-shadow: 0px 6px 6px -4px rgba(0,0,0, 0.8);
}
a.s_sidemenu,
a.s_headmenu {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table.s_iconbox td.text {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
table.s_cart.mini td {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.s_cart.checkout td {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table.s_table .first {
	-webkit-border-radius: 9px 9px 0 0;
	-moz-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
}
table.s_table .price {
	letter-spacing: 0.1em;
	-webkit-border-radius: 0 0 9px 9px;
	-moz-border-radius: 0 0 9px 9px;
	border-radius: 0 0 9px 9px;
	-webkit-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
	box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
}

/*----- IMAGES -----*/
img.jpeg {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
}
img.jpeg.small {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
}
img.jpeg.tiny {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
}
a img.png:hover,
a img.png:focus {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
img.round.soft {
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
}

/*----- LISTS -----*/
.l_redirect {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.l_edit {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
#c_slidelist .slide {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

/*----- TEXT STYLES -----*/
h1 {
	font-size: 420%;
	margin-bottom: 5px;
}
h2 {
	font-size: 300%;
	margin-bottom: 5px;
}
h3,
form.orderform .s_checkout {
	font-size: 210%;
	margin-bottom: 4px;
}
h4 {
	font-size: 160%;
	margin-bottom: 10px;
}
h5 {
	font-size: 140%;
	margin-bottom: 9px;
}
h6 {
	font-size: 120%;
	margin-bottom: 7px;
}
.camera_caption.cover {
	font-size: 140%;
}

/*----- LINKS -----*/

/*----- NAVIGATION -----*/
ul#navi li.link:hover,
ul#navi li.link.current {
	-webkit-border-radius: 0px 0px 9px 9px;
	-moz-border-radius: 0px 0px 9px 9px;
	border-radius: 0px 0px 9px 9px;
}
ul#navi ul.first {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
ul#navi ul.second {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul#navi ul li.chosen {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
ul#navi ul.first li:hover {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
ul#navi ul.second li:hover {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

/*----- FORMS -----*/
form.orderform .s_checkout {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
form.userform span.c_formarray {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
form.userform span.checkline:hover,
form.userform span.checkline:focus {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.uploadifyQueueItem {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.uploadifyProgress {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
}
.uploadifyProgressBar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
span.f_remark,
fieldset.uploadify span,
fieldset.uploadify legend {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
}

/*----- AVAGAR.DE * LEGAR.DE * PAPAGAR.DE * URLGUI.DE -----*/
.speech {
	-webkit-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
	box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, .6);
}

}  /* END LAPTOP */





/*======= FOR MEDIA "TABLET" =======*/
@media only screen and (min-width: 640px) and (max-width: 800px) {


/*------- AUTOMATIC CSS BUILD -------*/

/*------- (C) 2012 ARTHUR V. KUHRMEIER -------*/

/*----- RESET & BASICS (Inspired by E. Meyers & Dave Gamache) ----- */

/*----- HTML, BODY -----*/
body {
	font-size: 120%;
}
#container {
	width: 640px;
}
.c_divide.c_1of.c_2parts,
.c_divide.c_2of.c_4parts,
.c_divide.c_3of.c_6parts,
.c_divide.c_4of.c_8parts {
	width: 49%;
}
.c_divide.c_1of.c_3parts,
.c_divide.c_2of.c_6parts {
	width: 32.3%;
}
.c_divide.c_2of.c_3parts,
.c_divide.c_4of.c_6parts {
	width: 65.6%;
}
.c_divide.c_1of.c_4parts,
.c_divide.c_2of.c_8parts {
	width: 24%;
}
.c_divide.c_3of.c_4parts,
.c_divide.c_6of.c_8parts {
	width: 74%;
}
.c_divide.c_1of.c_5parts {
	width: 19%;
}
.c_divide.c_2of.c_5parts {
	width: 39%;
}
.c_divide.c_3of.c_5parts {
	width: 59%;
}
.c_divide.c_4of.c_5parts {
	width: 79%;
}
.c_divide.c_1of.c_6parts {
	width: 15.6%;
}
.c_divide.c_5of.c_6parts {
	width: 82.3%;
}
.c_divide.c_1of.c_7parts {
	width: 13.2%;
}
.c_divide.c_2of.c_7parts {
	width: 27.5%;
}
.c_divide.c_3of.c_7parts {
	width: 41.8%;
}
.c_divide.c_4of.c_7parts {
	width: 56.1%;
}
.c_divide.c_5of.c_7parts {
	width: 70.4%;
}
.c_divide.c_6of.c_7parts {
	width: 84.7%;
}
.c_divide.c_1of.c_8parts {
	width: 11.5%;
}
.c_divide.c_3of.c_8parts {
	width: 36.5%;
}
.c_divide.c_5of.c_8parts {
	width: 61.5%;
}
.c_divide.c_7of.c_8parts {
	width: 86.5%;
}
.c_embed {
	height: 327px;
}
.fullentry .c_embed {
	height: 240px;
}

/*----- BASIC STYLES ----- */
.spacer {
	padding-top: 4px;
	padding-bottom: 4px;
}
#c_body.redirect .l_list.floatleft,
#c_result.redirect .l_list.floatleft,
.floatleft {
	margin-right: 7px;
}
#c_body.redirect .l_list.floatright,
#c_result.redirect .l_list.floatright {
	margin-bottom: 7px;
}
.floatright {
	margin-left: 7px;
}
hr {
	margin: 4px 0;
}
hr.spacer {
	margin: 10px 0 7px;
}

/*----- CONTAINERS / BOXES -----*/
#c_side {
	padding: 5% 0;
}
#c_side.mail {
	padding: 7px;
}
#c_side .split {
	width: 90%;
	padding: 0 5%;
}
#c_side.help .split {
	width: 93%;
}
#c_bar {
	bottom: 70%;
	width: 6px;
}
#c_bar .s_helpbar {
	padding: 10px;
	margin-left: 130px;
	margin-bottom: 20px;
	width: 180px;
}
#c_bar:hover {
	width: 340px;
}
#c_bar.en:after {
	content: " ";
}
#c_bar.fr:after {
	content: " ";
}
#c_bar.de:after {
	content: " ";
}
#c_bar.es:after {
	content: " ";
}
#c_bar .speech.common {
	margin: 14px 0 20px 34px;
	width: 240px;
	font-size: 21px;
	line-height: 25px;
}
#c_header {
	padding: 7px;
}
#c_body {
	padding: 7px;
}
#c_result {
	padding: 7px;
}
#c_adhot {
	padding: 7px 14px;
	margin-bottom: 14px;
}
#c_footer {
	padding: 7px;
	margin-bottom: 100px;
}
#c_finalad {
	height: 130px;
}
#c_finalad .c_embed {
	width: 195px;
	height: 120px;
}
#c_finalad .c_entry {
	padding: 10px 1% 0;
}
#c_finalad .c_entry.half {
	display: block;
}
#c_finalad .c_entry.wideentry {
	width: 49%;
	height: 120px;
}
#c_finalad a.s_headmenu {
	padding: 3px 6px;
}
.c_inbox {
	padding: 7px;
}
.c_fullback {
	height: 427px;
}
.c_righthalf {
	padding: 7px;
	margin: 7px;
	height: 400px;
}
.c_counter {
	width: 32px;
	height: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.c_counter .normal {
	padding-top: 3px;
}
.c_counter .warn4 {
	padding-left: 4px;
}
.c_legend {
	margin-top: 7px;
	line-height: 110%;
}
.c_entry.fullentry {
	padding: 7px;
	margin: 7px;
	height: 400px;
}
.c_entry.slideshow {
	margin-bottom: -11px;
}
.c_entry.link .description {
	line-height: 160%;
}
.c_evenbox {
	padding: 7px;
}
.c_evenmore {
	height: 400px;
	width: 47px;
}
.c_halfside {
	display: block;
	margin-bottom: -35px;
}
.c_halfside:hover {
	margin-top: 34px;
	margin-bottom: -2px;
}
.c_halfside.first:hover {
	margin: 0 0 -2px 0;
}
.c_timeline {
	height: 14px;
	margin-bottom: 3px;
}

/*----- BACKGROUNDS -----*/
.b_timeline {
	height: 14px;
}
.b_timeline.margin.textleft {
	margin-left: -6px;
}
.b_timeline.margin.textright {
	margin-left: 6px;
}

/*----- STYLES -----*/
.marginleft {
	margin-left: 7px;
}
.marginright {
	margin-right: 7px;
}
.margintop {
	margin-top: 7px;
}
.marginbottom {
	margin-bottom: 7px;
}
table.s_iconbox td.text img {
	margin: 3px 2px 3px 0;
}
table.s_iconbox td.icon {
	padding: 3px;
}
table.s_cart.mini {
	border-spacing: 2px;
}
table.s_cart.checkout {
	border-spacing: 3px;
}
table.s_cart.mini td {
	padding: 2px 3px 0;
}
table.s_cart.checkout td {
	padding: 3px 4px 0;
}
table.s_table {
	font-size: 95%;
	border-spacing: 6px 0;
	margin: 3px 0 6px;
}
table.s_table th,
table.s_table td {
	padding: 3px 6px;
}
table.s_table .price {
	padding-bottom: 7px;
}
table.s_table td .improve {
	width: 94px;
}
table.s_table td .improve:hover {
	width: 134px;
}
table.s_table td .improve span {
	width: 94px;
}
table.s_table td .improve span.small {
	width: 40px;
}

/*----- IMAGES -----*/
.advert.s_cover:hover,
.advert.s_cover:focus,
input.image:hover,
a img.small:hover,
a img:hover,
a img:focus {
	-webkit-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.6);
}
a img.tiny:hover,
a img.tiny:focus {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
}
a img.png:hover,
a img.png:focus {
	-webkit-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.4);
}
img.left {
	margin-right: 7px;
	margin-bottom: 4px;
}
img.right {
	margin-left: 7px;
	margin-bottom: 4px;
}
.camera_wrap img.bigleft,
img.bigleft {
	margin-right: 14px;
	margin-bottom: 8px;
}
.camera_wrap img.bigright,
img.bigright {
	margin-left: 14px;
	margin-bottom: 8px;
}
img.fixright {
	right: 14px;
	margin-left: 7px;
}
img.valign-up {
	margin-bottom: 2px;
}
img.magnify.left {
	margin-left: -18px;
}
img.magnify.right {
	margin-right: -18px;
}
img.zoom {
	cursor: url(../images/other/search.png) , auto;
}
img.zoom.left:hover {
	margin-right: -154px;
	margin-bottom: -103px;
}
img.zoom.right:hover {
	margin-left: -154px;
	margin-bottom: -103px;
}
img.zoom.fullw240:hover {
	width: 320px;
}
img.zoom.fullh160:hover {
	height: 214px;
}
.c_music.lines {
	height: 37px;
	background: url(../images2/jingle/notelines.png) repeat center center;
}
.c_music div {
	height: 37px;
}
.c_music .bar {
	width: 3px;
	background: url(../images2/jingle/bar.png) no-repeat center center;
	margin-right: -2px;
}
.c_music .eighth {
	width: 6px;
	background: url(../images2/jingle/eighthnote.png) no-repeat top center;
}
.c_music .eighth.dur1st {
	margin-right: -3px;
}
.c_music .eighth.dur2nd {
	margin-right: 0px;
}
.c_music .eighth.tone10 {
	background-position: 0 0px;
}
.c_music .eighth.tone9 {
	background-position: 0 2px;
}
.c_music .eighth.tone8 {
	background-position: 0 5px;
}
.c_music .eighth.tone7 {
	background-position: 0 7px;
}
.c_music .eighth.tone6 {
	background-position: 0 10px;
}
.c_music .eighth.tone5 {
	background-position: 0 12px;
}
.c_music .eighth.tone4 {
	background-position: 0 15px;
}
.c_music .eighth.tone3 {
	background-position: 0 17px;
}
.c_music .eighth.tone2 {
	background-position: 0 20px;
}
.c_music .eighth.tone1 {
	background-position: 0 22px;
}
.c_music .eighth.tone0 {
	background-position: 0 25px;
}
img.counter {
	width: 14px;
}
img.counter.big {
	width: 20px;
}
img.max {
	margin: 0 10%;
	width: 80%;
	height: auto;
}
img.badge {
	margin-left: -26px;
	margin-top: 24px;
}
img.badge.gallery {
	margin-left: -3px;
	margin-top: -19px;
}
img.badge.blog {
	margin-top: 67px;
}
img#helpbutton {
	right: 50px;
}
img.help {
	top: 2px;
	margin-top: -1px;
}
img.layout {
	width: 24px;
	height: 18px;
	margin: 163px 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
img.layout.selected {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.8);
}
img.layout:hover {
	width: 240px;
	height: 174px;
	margin: 0 -20px 7px -183px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
}
img.layout.selected:hover {
	-webkit-box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.6);
}
span.stButton {
	margin: 0;
}
span.stLarge {
	width: 24px !important;
	height: 24px !important;
}
span.stLarge:hover {
	background-position: -24px !important;
}

/*----- LISTS -----*/
.l_common {
	padding: 6px;
}
.sharethis hr,
.l_sharethis hr {
	margin-bottom: 7px;
}
#c_body.redirect .l_title {
	padding-bottom: 4px;
}
.l_redirect .weblink img {
	margin-bottom: 3px;
}
.adminad.advert.leftright.s_fontwhite {
	text-shadow: 0px 0px 4px #000;
}
#c_side #c_slidelist {
	margin-left: -3px;
	margin-top: 6px;
}
#c_slidelist .slidebox {
	width: 110px;
	margin: 4px;
}
#c_slidelist .slide {
	width: 107px;
	height: 80px;
}
#c_slidelist .helpbar {
	width: 96px;
	height: 128px;
}
#c_slidelist div.slide h2 {
	margin: 6px 0 0;
}
#c_slidelist div.slide h4 {
	margin-bottom: 3px;
}
#c_slidelist img.posleft {
	margin-left: -3px;
}
#c_slidelist img.poscenter {
	margin-left: 43px;
}
#c_slidelist img.posright {
	margin-left: 88px;
}
#c_slidelist img.postop {
	margin-top: -87px;
}
#c_slidelist img.posmiddle {
	margin-top: -56px;
}
#c_slidelist img.posbottom {
	margin-top: -23px;
}

/*----- TEXT STYLES -----*/
#c_body.redirect .c_link h2 {
	font-size: 260%;
}

/*----- LINKS -----*/
a.s_sidemenu,
a.s_headmenu {
	padding: 3px 6px;
}
a.s_headmenu {
	margin: 0 2px 4px;
}
a.s_sidemenu {
	margin: 0 0 3px;
}
a.s_sidemenu.first {
	margin: 6px 0 3px;
}
.ttleft:after {
	left: -2em;
}
.ttright:after {
	right: 2em;
}
.tooltip:after {
	font-size: x-small;
}
.tooltip:hover:after,
.tooltip:active:after {
	bottom: 30px;
}
.tooltip:hover:before,
.tooltip:active:before {
	bottom: 24px;
}

/*----- NAVIGATION -----*/
ul#navi {
	height: 52px;
}
ul#navi li {
	height: 52px;
}
ul#navi li.user {
	width: 52px;
	top: 4px;
}
ul#navi li.develop {
	top: 34px;
}
ul#navi li.logo {
	width: 120px;
}
.forscreen,
ul#navi li.logo img.logo {
	display: block;
}
.formobile,
ul#navi li.logo img.icon {
	display: none;
}
ul#navi li.face {
	width: 46px;
	height: 46px;
	padding: 3px;
}
ul#navi li.bigface {
	width: 60px;
	height: 60px;
	padding: 3px;
}
ul#navi li.link {
	width: 44px;
	height: 44px;
	padding: 4px;
}
ul#navi ul.first.text.height1 li.li1st,
ul#navi ul.second.text.height1 li.li2nd {
	height: 13px;
}
ul#navi ul.first.thumb.height1 li.li1st,
ul#navi ul.second.thumb.height1 li.li2nd {
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul#navi ul.first.height2 li.li1st,
ul#navi ul.second.height2 li.li2nd {
	height: 34px;
}
ul#navi ul.first.height3 li.li1st,
ul#navi ul.second.height3 li.li2nd {
	height: 55px;
}
ul#navi ul.first {
	left: 20%;
	width: 60%;
}
ul#navi ul.second {
	left: 46px;
	width: 95%;
}
ul#navi li.link:hover ul.first.drops1,
ul#navi ul.first li:hover ul.second.drops1 {
	height: 18px;
}
ul#navi li.link:hover ul.first.drops2,
ul#navi ul.first li:hover ul.second.drops2 {
	height: 32px;
}
ul#navi li.link:hover ul.first.drops3,
ul#navi ul.first li:hover ul.second.drops3 {
	height: 46px;
}
ul#navi li.link:hover ul.first.drops4,
ul#navi ul.first li:hover ul.second.drops4 {
	height: 60px;
}
ul#navi li.link:hover ul.first.drops5,
ul#navi ul.first li:hover ul.second.drops5 {
	height: 74px;
}
ul#navi li.link:hover ul.first.drops6,
ul#navi ul.first li:hover ul.second.drops6 {
	height: 88px;
}
ul#navi li.link:hover ul.first.drops7,
ul#navi ul.first li:hover ul.second.drops7 {
	height: 102px;
}
ul#navi li.link:hover ul.first.drops8,
ul#navi ul.first li:hover ul.second.drops8 {
	height: 116px;
}
ul#navi li.link:hover ul.first.drops9,
ul#navi ul.first li:hover ul.second.drops9 {
	height: 130px;
}
ul#navi li.link:hover ul.first.drops10,
ul#navi ul.first li:hover ul.second.drops10 {
	height: 144px;
}
ul#navi li.link:hover ul.first.drops11,
ul#navi ul.first li:hover ul.second.drops11 {
	height: 158px;
}
ul#navi li.link:hover ul.first.drops12,
ul#navi ul.first li:hover ul.second.drops12 {
	height: 172px;
}
ul#navi li.link:hover ul.first.drops13,
ul#navi ul.first li:hover ul.second.drops13 {
	height: 186px;
}
ul#navi li.link:hover ul.first.drops14,
ul#navi ul.first li:hover ul.second.drops14 {
	height: 200px;
}
ul#navi li.link:hover ul.first.drops15,
ul#navi ul.first li:hover ul.second.drops15 {
	height: 214px;
}
ul#navi li.link:hover ul.first.drops16,
ul#navi ul.first li:hover ul.second.drops16 {
	height: 228px;
}
ul#navi li.link:hover ul.first.drops17,
ul#navi ul.first li:hover ul.second.drops17 {
	height: 242px;
}
ul#navi li.link:hover ul.first.drops18,
ul#navi ul.first li:hover ul.second.drops18 {
	height: 256px;
}

/*----- FORMS -----*/
form.orderform .s_checkout {
	padding: 3px 6px 6px;
}
form.userform {
	margin: 7px 0 14px;
}
form.userform span.c_formarray {
	padding-bottom: 3px;
	margin: 3px 0 7px;
}
form.userform span.c_formarray p {
	margin-bottom: 3px;
}
form.userform span,
form.userform label {
	padding-top: 4px;
}
form.userform span img,
form.userform label img {
	margin-top: -4px;
}
form.userform span.checkline {
	padding-top: 2px;
	margin-bottom: -2px;
}
form.userform p {
	margin-bottom: 7px;
}
form.userform p.s_button {
	margin-bottom: 3px;
}
form.userform p.c_layout {
	margin: -160px 14px 7px 0;
}
form.userform p.c_layout span {
	margin-top: 160px;
}
form.userform .checkarray.full {
	margin: 5px 0;
}
form.userform span.checkline.tight {
	width: 23%;
}
form.userform span.checkline.full {
	width: 31%;
}
form.userform span.checkline.half {
	width: 49%;
}
form.userform textarea.full,
form.userform input.textline.full,
form.userform p.textline.full label {
	margin-top: 3px;
}
form.userform p.showevenmore {
	margin-bottom: 4px;
}
form.userform p.hideevenmore {
	margin-bottom: 4px;
}
select.b_form {
	height: 22px;
}
.b_form {
	padding: 4px;
	font-size: 110%;
}
.uploadifyQueueItem {
	margin-top: 4px;
	padding: 7px;
}
.uploadifyQueueItem .cancel img {
	margin-right: 4px;
	padding: 4px;
}
.uploadifyProgress {
	height: 13px;
	margin-top: 7px;
}
.uploadifyProgressBar {
	height: 13px;
}
fieldset.uploadify {
	padding: 0 7px;
	margin: 7px 0;
}
fieldset.uploadify legend {
	padding: 3px 6px;
}
div.f_uploadbuttons {
	padding: 7px 0 4px;
}
fieldset.uploadify span,
span.f_remark {
	padding: 3px 6px;
	margin-right: 7px;
}

/*----- BUTTONS -----*/
a.button {
	margin-right: 2px;
}

/*----- AVAGAR.DE * LEGAR.DE * PAPAGAR.DE * URLGUI.DE -----*/
.speech {
	padding: 6px 6px 0;
	margin: 3px;
	font-size: 16px;
	line-height: 24px;
	-webkit-border-radius: 17px / 34px;
	-moz-border-radius: 17px / 34px;
	border-radius: 17px / 34px;
}
.speech.bottom {
	padding: 0 6px 6px;
}
.speech.top.center:after,
.speech.top.right:after {
	bottom: -10px;
	border-width: 10px 27px 0 7px;
}
.speech.top.left:after {
	bottom: -10px;
	border-width: 10px 7px 0 27px;
}
.speech.bottom.center:before,
.speech.bottom.right:before {
	top: -10px;
	border-width: 0 27px 10px 7px;
}
.speech.bottom.left:before {
	top: -10px;
	border-width: 0 7px 10px 27px;
}
.speech.user,
.speech.common {
	font-size: 14px;
	line-height: 20px;
}
table.speechtable td {
	height: 420px;
}
table.speechtable td span.speech {
	padding-bottom: 11px;
}
.head {
	width: 64px;
	height: 40px;
	cursor: url(../images/other/speech.png) , auto;
}
.search {
	width: 32px;
	height: 20px;
	cursor: url(../images/other/search.png) , auto;
}

/*----- THEME IMAGES -----*/
.fullw16 {
	width: 11px;
}
.boxw16 {
	width: 11px;
}
.fullw18 {
	width: 12px;
}
.boxw18 {
	width: 12px;
}
.fullw20 {
	width: 14px;
}
.boxw20 {
	width: 14px;
}
.fullw22 {
	width: 15px;
}
.boxw22 {
	width: 15px;
}
.fullw24 {
	width: 16px;
}
.boxw24 {
	width: 16px;
}
.fullw26 {
	width: 18px;
}
.boxw26 {
	width: 18px;
}
.fullw28 {
	width: 19px;
}
.boxw28 {
	width: 19px;
}
.fullw30 {
	width: 20px;
}
.boxw30 {
	width: 20px;
}
.fullw32 {
	width: 22px;
}
.boxw32 {
	width: 22px;
}
.fullw34 {
	width: 23px;
}
.boxw34 {
	width: 23px;
}
.fullw36 {
	width: 24px;
}
.boxw36 {
	width: 24px;
}
.fullw38 {
	width: 26px;
}
.boxw38 {
	width: 26px;
}
.fullw40 {
	width: 27px;
}
.boxw40 {
	width: 27px;
}
.fullw42 {
	width: 28px;
}
.boxw42 {
	width: 28px;
}
.fullw44 {
	width: 30px;
}
.boxw44 {
	width: 30px;
}
.fullw46 {
	width: 31px;
}
.boxw46 {
	width: 31px;
}
.fullw48 {
	width: 32px;
}
.boxw48 {
	width: 32px;
}
.fullw50 {
	width: 34px;
}
.boxw50 {
	width: 34px;
}
.fullw52 {
	width: 35px;
}
.boxw52 {
	width: 35px;
}
.fullw54 {
	width: 36px;
}
.boxw54 {
	width: 36px;
}
.fullw56 {
	width: 38px;
}
.boxw56 {
	width: 38px;
}
.fullw58 {
	width: 39px;
}
.boxw58 {
	width: 39px;
}
.fullw60 {
	width: 40px;
}
.boxw60 {
	width: 40px;
}
.fullw62 {
	width: 42px;
}
.boxw62 {
	width: 42px;
}
.fullw64 {
	width: 43px;
}
.boxw64 {
	width: 43px;
}
.fullw68 {
	width: 46px;
}
.boxw68 {
	width: 46px;
}
.fullw72 {
	width: 48px;
}
.boxw72 {
	width: 48px;
}
.fullw76 {
	width: 51px;
}
.boxw76 {
	width: 51px;
}
.fullw80 {
	width: 54px;
}
.boxw80 {
	width: 54px;
}
.fullw84 {
	width: 56px;
}
.boxw84 {
	width: 56px;
}
.fullw88 {
	width: 59px;
}
.boxw88 {
	width: 59px;
}
.fullw92 {
	width: 62px;
}
.boxw92 {
	width: 62px;
}
.fullw96 {
	width: 64px;
}
.boxw96 {
	width: 64px;
}
.fullw100 {
	width: 67px;
}
.boxw100 {
	width: 67px;
}
.fullw104 {
	width: 70px;
}
.boxw104 {
	width: 70px;
}
.fullw108 {
	width: 72px;
}
.boxw108 {
	width: 72px;
}
.fullw112 {
	width: 75px;
}
.boxw112 {
	width: 75px;
}
.fullw116 {
	width: 78px;
}
.boxw116 {
	width: 78px;
}
.fullw120 {
	width: 80px;
}
.boxw120 {
	width: 80px;
}
.fullw124 {
	width: 83px;
}
.boxw124 {
	width: 83px;
}
.fullw128 {
	width: 86px;
}
.boxw128 {
	width: 86px;
}
.fullw136 {
	width: 91px;
}
.boxw136 {
	width: 91px;
}
.fullw144 {
	width: 96px;
}
.boxw144 {
	width: 96px;
}
.fullw152 {
	width: 102px;
}
.boxw152 {
	width: 102px;
}
.fullw160 {
	width: 107px;
}
.boxw160 {
	width: 107px;
}
.fullw168 {
	width: 112px;
}
.boxw168 {
	width: 112px;
}
.fullw176 {
	width: 118px;
}
.boxw176 {
	width: 118px;
}
.fullw184 {
	width: 123px;
}
.boxw184 {
	width: 123px;
}
.fullw192 {
	width: 128px;
}
.boxw192 {
	width: 128px;
}
.fullw200 {
	width: 134px;
}
.boxw200 {
	width: 134px;
}
.fullw208 {
	width: 139px;
}
.boxw208 {
	width: 139px;
}
.fullw216 {
	width: 144px;
}
.boxw216 {
	width: 144px;
}
.fullw224 {
	width: 150px;
}
.boxw224 {
	width: 150px;
}
.fullw232 {
	width: 155px;
}
.boxw232 {
	width: 155px;
}
.fullw240 {
	width: 160px;
}
.boxw240 {
	width: 160px;
}
.fullw248 {
	width: 166px;
}
.boxw248 {
	width: 166px;
}
.fullw256 {
	width: 171px;
}
.boxw256 {
	width: 171px;
}
.fullw320 {
	width: 214px;
}
.boxw320 {
	width: 214px;
}
.fullw360 {
	width: 240px;
}
.boxw360 {
	width: 240px;
}
.fullw480 {
	width: 320px;
}
.boxw480 {
	width: 320px;
}
.fullw512 {
	width: 342px;
}
.boxw512 {
	width: 342px;
}
.fullh16 {
	height: 11px;
}
.boxh16 {
	height: 11px;
}
.fullh24 {
	height: 16px;
}
.boxh24 {
	height: 16px;
}
.fullh32 {
	height: 22px;
}
.boxh32 {
	height: 22px;
}
.fullh48 {
	height: 32px;
}
.boxh48 {
	height: 32px;
}
.fullh64 {
	height: 43px;
}
.boxh64 {
	height: 43px;
}
.fullh96 {
	height: 64px;
}
.boxh96 {
	height: 64px;
}
.fullh128 {
	height: 86px;
}
.boxh128 {
	height: 86px;
}
.fullh160 {
	height: 107px;
}
.boxh160 {
	height: 107px;
}
.fullh192 {
	height: 128px;
}
.boxh192 {
	height: 128px;
}
.fullh224 {
	height: 150px;
}
.boxh224 {
	height: 150px;
}
.fullh256 {
	height: 171px;
}
.boxh256 {
	height: 171px;
}
.fullh320 {
	height: 214px;
}
.boxh320 {
	height: 214px;
}
.top15 {
	margin-top: 10px;
}
.top30 {
	margin-top: 20px;
}
.top45 {
	margin-top: 30px;
}
.top60 {
	margin-top: 40px;
}
.top75 {
	margin-top: 50px;
}
.top90 {
	margin-top: 60px;
}
.top105 {
	margin-top: 70px;
}
.top120 {
	margin-top: 80px;
}
.top135 {
	margin-top: 90px;
}
.top150 {
	margin-top: 100px;
}
.top165 {
	margin-top: 110px;
}
.top180 {
	margin-top: 120px;
}
.top195 {
	margin-top: 130px;
}
.top210 {
	margin-top: 140px;
}
.top225 {
	margin-top: 150px;
}
.top240 {
	margin-top: 160px;
}
.top255 {
	margin-top: 170px;
}
.top270 {
	margin-top: 180px;
}
.top285 {
	margin-top: 190px;
}
.top300 {
	margin-top: 200px;
}
.top315 {
	margin-top: 210px;
}
.top330 {
	margin-top: 220px;
}
.top345 {
	margin-top: 230px;
}
.top360 {
	margin-top: 240px;
}
.top375 {
	margin-top: 250px;
}
.top390 {
	margin-top: 260px;
}
.top405 {
	margin-top: 270px;
}
.top420 {
	margin-top: 280px;
}
.top435 {
	margin-top: 290px;
}
.top450 {
	margin-top: 300px;
}
.top465 {
	margin-top: 310px;
}
.top480 {
	margin-top: 320px;
}
.top495 {
	margin-top: 330px;
}
.top510 {
	margin-top: 340px;
}
.top525 {
	margin-top: 350px;
}
.top540 {
	margin-top: 360px;
}
.top555 {
	margin-top: 370px;
}
.top570 {
	margin-top: 380px;
}
.top585 {
	margin-top: 390px;
}
.top600 {
	margin-top: 400px;
}

/*------- THEME "DEFAULT" -------*/

/*----- HTML, BODY -----*/
hr {
	border-width: 3px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#container .side.columns {
	width: 18%;
}
#container .main.columns {
	width: 78%;
}
#container .helpside.columns {
	width: 23%;
}
#container .helpmain.columns {
	width: 73%;
}

/*----- CONTAINERS / BOXES -----*/
#c_body.redirect .c_gfactor,
#c_footer.redirect .c_gfactor,
#c_body.redirect .c_link,
#c_footer.redirect .c_link {
	line-height: 200%;
}
#c_bar {
	-webkit-border-radius: 0 7px 7px 0;
	-moz-border-radius: 0 7px 7px 0;
	border-radius: 0 7px 7px 0;
	-webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, .6);
	box-shadow: 3px 0 5px 0 rgba(0, 0, 0, .6);
}
#c_bar .s_helpbar {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
}

/*----- BACKGROUNDS -----*/
.c_timeline {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
}

/*----- STYLES -----*/
.s_container,
.s_common {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
}
.s_navi {
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0, 0.8);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0, 0.8);
	box-shadow: 0px 5px 5px -3px rgba(0,0,0, 0.8);
}
a.s_sidemenu,
a.s_headmenu {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.s_iconbox td.text {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
table.s_cart.mini td {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
table.s_cart.checkout td {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.s_table .first {
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}
table.s_table .price {
	letter-spacing: 0.1em;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
}

/*----- IMAGES -----*/
img.jpeg {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
}
img.jpeg.small {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, .6);
}
img.jpeg.tiny {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, .6);
}
a img.png:hover,
a img.png:focus {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
img.round.soft {
	-webkit-box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, .6);
}

/*----- LISTS -----*/
.l_redirect {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.l_edit {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#c_slidelist .slide {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/*----- TEXT STYLES -----*/
h1 {
	font-size: 420%;
	margin-bottom: 4px;
}
h2 {
	font-size: 300%;
	margin-bottom: 4px;
}
h3,
form.orderform .s_checkout {
	font-size: 180%;
	margin-bottom: 3px;
}
h4 {
	font-size: 160%;
	margin-bottom: 8px;
}
h5 {
	font-size: 140%;
	margin-bottom: 7px;
}
h6 {
	font-size: 120%;
	margin-bottom: 6px;
}
.camera_caption.cover {
	font-size: 140%;
}

/*----- LINKS -----*/

/*----- NAVIGATION -----*/
ul#navi li.link:hover,
ul#navi li.link.current {
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
}
ul#navi ul.first {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
ul#navi ul.second {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
ul#navi ul li.chosen {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
ul#navi ul.first li:hover {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
ul#navi ul.second li:hover {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/*----- FORMS -----*/
form.orderform .s_checkout {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
form.userform span.c_formarray {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
form.userform span.checkline:hover,
form.userform span.checkline:focus {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.uploadifyQueueItem {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.uploadifyProgress {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
}
.uploadifyProgressBar {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
span.f_remark,
fieldset.uploadify span,
fieldset.uploadify legend {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
}

/*----- AVAGAR.DE * LEGAR.DE * PAPAGAR.DE * URLGUI.DE -----*/
.speech {
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .6);
}

}  /* END TABLET */





/*======= FOR MEDIA "SMARTPHONE" =======*/
@media only screen and (min-width: 480px) and (max-width: 640px) {


/*------- AUTOMATIC CSS BUILD -------*/

/*------- (C) 2012 ARTHUR V. KUHRMEIER -------*/

/*----- RESET & BASICS (Inspired by E. Meyers & Dave Gamache) ----- */

/*----- HTML, BODY -----*/
body {
	font-size: 120%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
#container {
	width: 480px;
}
.c_divide.c_1of.c_2parts,
.c_divide.c_2of.c_4parts,
.c_divide.c_3of.c_6parts,
.c_divide.c_4of.c_8parts {
	width: 99%;
}
.c_divide.c_1of.c_3parts,
.c_divide.c_2of.c_6parts {
	width: 99%;
}
.c_divide.c_2of.c_3parts,
.c_divide.c_4of.c_6parts {
	width: 99%;
}
.c_divide.c_1of.c_4parts,
.c_divide.c_2of.c_8parts {
	width: 99%;
}
.c_divide.c_3of.c_4parts,
.c_divide.c_6of.c_8parts {
	width: 99%;
}
.c_divide.c_1of.c_5parts {
	width: 99%;
}
.c_divide.c_2of.c_5parts {
	width: 99%;
}
.c_divide.c_3of.c_5parts {
	width: 99%;
}
.c_divide.c_4of.c_5parts {
	width: 99%;
}
.c_divide.c_1of.c_6parts {
	width: 99%;
}
.c_divide.c_5of.c_6parts {
	width: 99%;
}
.c_divide.c_1of.c_7parts {
	width: 99%;
}
.c_divide.c_2of.c_7parts {
	width: 99%;
}
.c_divide.c_3of.c_7parts {
	width: 99%;
}
.c_divide.c_4of.c_7parts {
	width: 99%;
}
.c_divide.c_5of.c_7parts {
	width: 99%;
}
.c_divide.c_6of.c_7parts {
	width: 99%;
}
.c_divide.c_1of.c_8parts {
	width: 99%;
}
.c_divide.c_3of.c_8parts {
	width: 99%;
}
.c_divide.c_5of.c_8parts {
	width: 99%;
}
.c_divide.c_7of.c_8parts {
	width: 99%;
}
.c_embed {
	height: 245px;
}
.fullentry .c_embed {
	height: 180px;
}

/*----- BASIC STYLES ----- */
.spacer {
	padding-top: 3px;
	padding-bottom: 3px;
}
.optional.clearer {
	clear: none;
}
.optional.spacer {
	padding: 0;
}
#c_body.redirect .l_list.floatleft,
#c_result.redirect .l_list.floatleft,
.floatleft {
	margin-right: 5px;
}
#c_body.redirect .l_list.floatright,
#c_result.redirect .l_list.floatright {
	margin-bottom: 5px;
}
.floatright {
	margin-left: 5px;
}
hr {
	margin: 3px 0;
	visibility: hidden;
	margin-bottom: 0;
}
hr.spacer {
	margin: 8px 0 5px;
	margin: 3px 0;
}

/*----- CONTAINERS / BOXES -----*/
#c_side {
	padding: 2% 0;
}
#c_side.mail {
	padding: 5px;
}
#c_side .split {
	width: 46%;
	padding: 0 2%;
}
#c_side.help .split {
	width: 46%;
}
#c_bar {
	bottom: 70%;
	width: 6px;
}
#c_bar .s_helpbar {
	padding: 10px;
	margin-left: 130px;
	margin-bottom: 15px;
	width: 180px;
}
#c_bar:hover {
	width: 340px;
}
#c_bar.en:after {
	content: " ";
}
#c_bar.fr:after {
	content: " ";
}
#c_bar.de:after {
	content: " ";
}
#c_bar.es:after {
	content: " ";
}
#c_bar .speech.common {
	margin: 10px 0 15px 25px;
	width: 240px;
	font-size: 21px;
	line-height: 25px;
}
#c_header {
	padding: 5px;
}
#c_body {
	padding: 5px;
}
#c_result {
	padding: 5px;
}
#c_adhot {
	padding: 5px 10px;
	margin-bottom: 10px;
}
#c_footer {
	padding: 5px;
	margin-bottom: 75px;
}
#c_finalad {
	height: 100px;
}
#c_finalad .c_embed {
	width: 155px;
	height: 95px;
}
#c_finalad .c_entry {
	padding: 5px 1% 0;
}
#c_finalad .c_entry.half {
	display: none;
}
#c_finalad .c_entry.wideentry {
	width: 99%;
	height: 95px;
}
#c_finalad a.s_headmenu {
	padding: 2px 4px;
}
.c_inbox {
	padding: 5px;
}
.c_fullback {
	height: 320px;
}
.c_righthalf {
	padding: 5px;
	margin: 5px;
	height: 300px;
}
.c_counter {
	width: 36px;
	height: 18px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.c_counter .normal {
	padding-top: 3px;
}
.c_counter .warn4 {
	padding-left: 3px;
}
.c_legend {
	margin-top: 5px;
	line-height: 110%;
}
.c_entry.fullentry {
	padding: 5px;
	margin: 5px;
	height: 300px;
}
.c_entry.slideshow {
	margin-bottom: -8px;
}
.c_entry.link .description {
	line-height: 160%;
}
.easyshare {
	margin-bottom: 2%;
}
.c_evenbox {
	padding: 5px;
}
.c_evenmore {
	height: 54px;
	margin-top: 3px;
	width: 98%;
}
.c_halfside {
	display: inline-block;
	margin-bottom: 0;
	margin-right: -36px;
}
.c_halfside:hover {
	margin: 0 -3px 0 -36px;
}
.c_halfside.first:hover {
	margin: 0 -3px 0 0;
}
.c_timeline {
	height: 10px;
	margin-bottom: 2px;
}

/*----- BACKGROUNDS -----*/
.b_timeline {
	height: 10px;
}
.b_timeline.margin.textleft {
	margin-left: -6px;
}
.b_timeline.margin.textright {
	margin-left: 6px;
}

/*----- STYLES -----*/
.marginleft {
	margin-left: 5px;
}
.marginright {
	margin-right: 5px;
}
.margintop {
	margin-top: 5px;
}
.marginbottom {
	margin-bottom: 5px;
}
table.s_iconbox td.text img {
	margin: 2px 1px 2px 0;
}
table.s_iconbox td.icon {
	padding: 2px;
}
table.s_cart.mini {
	border-spacing: 1px;
}
table.s_cart.checkout {
	border-spacing: 2px;
}
table.s_cart.mini td {
	padding: 1px 2px 0;
}
table.s_cart.checkout td {
	padding: 2px 3px 0;
}
table.s_table {
	font-size: 95%;
	border-spacing: 4px 0;
	margin: 2px 0 4px;
}
table.s_table th,
table.s_table td {
	padding: 2px 4px;
}
table.s_table .price {
	padding-bottom: 5px;
}
table.s_table td .improve {
	width: 70px;
}
table.s_table td .improve:hover {
	width: 100px;
}
table.s_table td .improve span {
	width: 70px;
}
table.s_table td .improve span.small {
	width: 30px;
}

/*----- IMAGES -----*/
.advert.s_cover:hover,
.advert.s_cover:focus,
input.image:hover,
a img.small:hover,
a img:hover,
a img:focus {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
}
a img.tiny:hover,
a img.tiny:focus {
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.6);
}
a img.png:hover,
a img.png:focus {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
}
img.left {
	margin-right: 5px;
	margin-bottom: 3px;
}
img.right {
	margin-left: 5px;
	margin-bottom: 3px;
}
.camera_wrap img.bigleft,
img.bigleft {
	margin-right: 10px;
	margin-bottom: 6px;
}
.camera_wrap img.bigright,
img.bigright {
	margin-left: 10px;
	margin-bottom: 6px;
}
img.fixright {
	right: 10px;
	margin-left: 5px;
}
img.valign-up {
	margin-bottom: 2px;
}
img.magnify.left {
	margin-left: -13px;
}
img.magnify.right {
	margin-right: -13px;
}
img.zoom {
	cursor: url(../images2/other/search.png) , auto;
}
img.zoom.left:hover {
	margin-right: -115px;
	margin-bottom: -77px;
}
img.zoom.right:hover {
	margin-left: -115px;
	margin-bottom: -77px;
}
img.zoom.fullw240:hover {
	width: 240px;
}
img.zoom.fullh160:hover {
	height: 160px;
}
.c_music.lines {
	height: 37px;
	background: url(../images2/jingle/notelines.png) repeat center center;
}
.c_music div {
	height: 37px;
}
.c_music .bar {
	width: 3px;
	background: url(../images2/jingle/bar.png) no-repeat center center;
	margin-right: -2px;
}
.c_music .eighth {
	width: 6px;
	background: url(../images2/jingle/eighthnote.png) no-repeat top center;
}
.c_music .eighth.dur1st {
	margin-right: -3px;
}
.c_music .eighth.dur2nd {
	margin-right: 0px;
}
.c_music .eighth.tone10 {
	background-position: 0 0px;
}
.c_music .eighth.tone9 {
	background-position: 0 2px;
}
.c_music .eighth.tone8 {
	background-position: 0 5px;
}
.c_music .eighth.tone7 {
	background-position: 0 7px;
}
.c_music .eighth.tone6 {
	background-position: 0 10px;
}
.c_music .eighth.tone5 {
	background-position: 0 12px;
}
.c_music .eighth.tone4 {
	background-position: 0 15px;
}
.c_music .eighth.tone3 {
	background-position: 0 17px;
}
.c_music .eighth.tone2 {
	background-position: 0 20px;
}
.c_music .eighth.tone1 {
	background-position: 0 22px;
}
.c_music .eighth.tone0 {
	background-position: 0 25px;
}
img.counter {
	width: 14px;
}
img.counter.big {
	width: 20px;
}
img.badge {
	margin-left: -29px;
	margin-top: 27px;
}
img.badge.gallery {
	margin-left: -2px;
	margin-top: -21px;
}
img.badge.blog {
	margin-top: 75px;
}
img#helpbutton {
	right: 50px;
}
img.help {
	top: 2px;
	margin-top: -1px;
}
img.layout {
	margin: 122px 0 0;
	width: 23px;
	height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
img.layout.selected {
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.8);
}
img.layout:hover {
	width: 180px;
	height: 130px;
	margin: 0 -15px 5px -137px;
	margin-right: -12px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
img.layout.selected:hover {
	-webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.6);
}
span.stButton {
	margin: 1px !important;
	line-height: 12px !important;
}
span.stLarge {
	width: 24px !important;
	height: 24px !important;
}
span.stLarge:hover {
	background-position: -24px !important;
}

/*----- LISTS -----*/
.l_common {
	padding: 4px;
}
.sharethis hr,
.l_sharethis hr {
	margin-bottom: 5px;
}
#c_body.redirect .l_title {
	padding-bottom: 3px;
}
.l_redirect .weblink img {
	margin-bottom: 2px;
}
.l_social img {
	float: left;
	margin-right: 5px;
}
.l_social h6,
.l_social .l_title {
	display:none;
}
.adminad.advert.leftright.s_fontwhite {
	text-shadow: 0px 0px 3px #000;
}
#c_slidelist .slidebox {
	width: 98px;
	margin: 3px;
}
#c_slidelist .slide {
	width: 96px;
	height: 72px;
}
#c_slidelist .helpbar {
	width: 86px;
	height: 115px;
}
#c_slidelist div.slide h2 {
	margin: 4px 0 0;
}
#c_slidelist div.slide h4 {
	margin-bottom: 2px;
}
#c_slidelist img.posleft {
	margin-left: -3px;
}
#c_slidelist img.poscenter {
	margin-left: 38px;
}
#c_slidelist img.posright {
	margin-left: 79px;
}
#c_slidelist img.postop {
	margin-top: -78px;
}
#c_slidelist img.posmiddle {
	margin-top: -50px;
}
#c_slidelist img.posbottom {
	margin-top: -20px;
}

/*----- TEXT STYLES -----*/
#c_body.redirect .c_link h2 {
	font-size: 240%;
}

/*----- LINKS -----*/
a.s_sidemenu,
a.s_headmenu {
	padding: 2px 4px;
}
a.s_headmenu {
	margin: 0 2px 3px;
}
a.s_sidemenu {
	margin: 0 0 2px;
}
a.s_sidemenu.first {
	margin: 4px 0 2px;
}
.ttleft:after {
	left: -10em;
}
.ttright:after {
	right: -10em;
}
.tooltip:after {
	font-size: x-small;
}
.tooltip:hover:after,
.tooltip:active:after {
	bottom: 23px;
}
.tooltip:hover:before,
.tooltip:active:before {
	bottom: 18px;
}

/*----- NAVIGATION -----*/
ul#navi {
	height: 52px;
}
ul#navi li {
	height: 52px;
}
ul#navi li.user {
	width: 52px;
	top: 4px;
}
ul#navi li.develop {
	top: 34px;
}
ul#navi li.logo {
	width: 52px;
}
.forscreen,
ul#navi li.logo img.logo {
	display: none;
}
.formobile,
ul#navi li.logo img.icon {
	display: block;
}
ul#navi li.face {
	width: 46px;
	height: 46px;
	padding: 3px;
}
ul#navi li.bigface {
	width: 60px;
	height: 60px;
	padding: 3px;
}
ul#navi li.link {
	width: 44px;
	height: 44px;
	padding: 4px;
}
ul#navi ul.first.text.height1 li.li1st,
ul#navi ul.second.text.height1 li.li2nd {
	height: 13px;
}
ul#navi ul.first.thumb.height1 li.li1st,
ul#navi ul.second.thumb.height1 li.li2nd {
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul#navi ul.first.height2 li.li1st,
ul#navi ul.second.height2 li.li2nd {
	height: 34px;
}
ul#navi ul.first.height3 li.li1st,
ul#navi ul.second.height3 li.li2nd {
	height: 55px;
}
ul#navi ul.first {
	left: 20%;
	width: 60%;
}
ul#navi ul.second {
	left: 46px;
	width: 95%;
}
ul#navi li.link:hover ul.first.drops1,
ul#navi ul.first li:hover ul.second.drops1 {
	height: 18px;
}
ul#navi li.link:hover ul.first.drops2,
ul#navi ul.first li:hover ul.second.drops2 {
	height: 32px;
}
ul#navi li.link:hover ul.first.drops3,
ul#navi ul.first li:hover ul.second.drops3 {
	height: 46px;
}
ul#navi li.link:hover ul.first.drops4,
ul#navi ul.first li:hover ul.second.drops4 {
	height: 60px;
}
ul#navi li.link:hover ul.first.drops5,
ul#navi ul.first li:hover ul.second.drops5 {
	height: 74px;
}
ul#navi li.link:hover ul.first.drops6,
ul#navi ul.first li:hover ul.second.drops6 {
	height: 88px;
}
ul#navi li.link:hover ul.first.drops7,
ul#navi ul.first li:hover ul.second.drops7 {
	height: 102px;
}
ul#navi li.link:hover ul.first.drops8,
ul#navi ul.first li:hover ul.second.drops8 {
	height: 116px;
}
ul#navi li.link:hover ul.first.drops9,
ul#navi ul.first li:hover ul.second.drops9 {
	height: 130px;
}
ul#navi li.link:hover ul.first.drops10,
ul#navi ul.first li:hover ul.second.drops10 {
	height: 144px;
}
ul#navi li.link:hover ul.first.drops11,
ul#navi ul.first li:hover ul.second.drops11 {
	height: 158px;
}
ul#navi li.link:hover ul.first.drops12,
ul#navi ul.first li:hover ul.second.drops12 {
	height: 172px;
}
ul#navi li.link:hover ul.first.drops13,
ul#navi ul.first li:hover ul.second.drops13 {
	height: 186px;
}
ul#navi li.link:hover ul.first.drops14,
ul#navi ul.first li:hover ul.second.drops14 {
	height: 200px;
}
ul#navi li.link:hover ul.first.drops15,
ul#navi ul.first li:hover ul.second.drops15 {
	height: 214px;
}
ul#navi li.link:hover ul.first.drops16,
ul#navi ul.first li:hover ul.second.drops16 {
	height: 228px;
}
ul#navi li.link:hover ul.first.drops17,
ul#navi ul.first li:hover ul.second.drops17 {
	height: 242px;
}
ul#navi li.link:hover ul.first.drops18,
ul#navi ul.first li:hover ul.second.drops18 {
	height: 256px;
}

/*----- FORMS -----*/
form.orderform .s_checkout {
	padding: 2px 4px 4px;
}
form.userform {
	margin: 5px 0 10px;
}
form.userform span.c_formarray {
	padding-bottom: 2px;
	margin: 2px 0 5px;
}
form.userform span.c_formarray p {
	margin-bottom: 2px;
}
form.userform span,
form.userform label {
	padding-top: 3px;
}
form.userform span img,
form.userform label img {
	margin-top: -3px;
}
form.userform span.checkline {
	padding-top: 1px;
	margin-bottom: -1px;
}
form.userform p {
	margin-bottom: 5px;
}
form.userform p.s_button {
	margin-bottom: 2px;
}
form.userform p.c_layout {
	margin: -120px 10px 5px 0;
}
form.userform p.c_layout span {
	margin-top: 120px;
}
form.userform .checkarray.full {
	margin: 4px 0;
}
form.userform span.checkline.tight {
	width: 49%;
}
form.userform span.checkline.full {
	width: 49%;
}
form.userform span.checkline.half {
	width: 99%;
}
form.userform textarea.full,
form.userform input.textline.full,
form.userform p.textline.full label {
	margin-top: 2px;
}
form.userform p.showevenmore {
	margin-bottom: 3px;
}
form.userform p.hideevenmore {
	margin-bottom: 3px;
}
select.b_form {
	height: 16px;
}
.b_form {
	padding: 3px;
	font-size: 100%;
}
.uploadifyQueueItem {
	margin-top: 3px;
	padding: 5px;
}
.uploadifyQueueItem .cancel img {
	margin-right: 3px;
	padding: 3px;
}
.uploadifyProgress {
	height: 10px;
	margin-top: 5px;
}
.uploadifyProgressBar {
	height: 10px;
}
fieldset.uploadify {
	padding: 0 5px;
	margin: 5px 0;
}
fieldset.uploadify legend {
	padding: 2px 4px;
}
div.f_uploadbuttons {
	padding: 5px 0 3px;
}
fieldset.uploadify span,
span.f_remark {
	padding: 2px 4px;
	margin-right: 5px;
}

/*----- BUTTONS -----*/
a.button {
	margin-right: 2px;
}

/*----- AVAGAR.DE * LEGAR.DE * PAPAGAR.DE * URLGUI.DE -----*/
.speech {
	padding: 4px 4px 0;
	margin: 2px;
	font-size: 16px;
	line-height: 18px;
	-webkit-border-radius: 13px / 25px;
	-moz-border-radius: 13px / 25px;
	border-radius: 13px / 25px;
}
.speech.bottom {
	padding: 0 4px 4px;
}
.speech.top.center:after,
.speech.top.right:after {
	bottom: -7px;
	border-width: 8px 20px 0 5px;
}
.speech.top.left:after {
	bottom: -7px;
	border-width: 8px 5px 0 20px;
}
.speech.bottom.center:before,
.speech.bottom.right:before {
	top: -7px;
	border-width: 0 20px 8px 5px;
}
.speech.bottom.left:before {
	top: -7px;
	border-width: 0 5px 8px 20px;
}
.speech.user,
.speech.common {
	font-size: 14px;
	line-height: 15px;
}
table.speechtable td {
	height: 315px;
}
table.speechtable td span.speech {
	padding-bottom: 8px;
}
.head {
	width: 48px;
	height: 30px;
	cursor: url(../images2/other/speech.png) , auto;
}
.search {
	width: 24px;
	height: 15px;
	cursor: url(../images2/other/search.png) , auto;
}

/*----- THEME IMAGES -----*/
.fullw16 {
	width: 8px;
}
.boxw16 {
	width: 12px;
}
.fullw18 {
	width: 9px;
}
.boxw18 {
	width: 14px;
}
.fullw20 {
	width: 10px;
}
.boxw20 {
	width: 15px;
}
.fullw22 {
	width: 11px;
}
.boxw22 {
	width: 17px;
}
.fullw24 {
	width: 12px;
}
.boxw24 {
	width: 18px;
}
.fullw26 {
	width: 13px;
}
.boxw26 {
	width: 20px;
}
.fullw28 {
	width: 14px;
}
.boxw28 {
	width: 21px;
}
.fullw30 {
	width: 15px;
}
.boxw30 {
	width: 23px;
}
.fullw32 {
	width: 16px;
}
.boxw32 {
	width: 24px;
}
.fullw34 {
	width: 17px;
}
.boxw34 {
	width: 26px;
}
.fullw36 {
	width: 18px;
}
.boxw36 {
	width: 27px;
}
.fullw38 {
	width: 19px;
}
.boxw38 {
	width: 29px;
}
.fullw40 {
	width: 20px;
}
.boxw40 {
	width: 30px;
}
.fullw42 {
	width: 21px;
}
.boxw42 {
	width: 32px;
}
.fullw44 {
	width: 22px;
}
.boxw44 {
	width: 33px;
}
.fullw46 {
	width: 23px;
}
.boxw46 {
	width: 35px;
}
.fullw48 {
	width: 24px;
}
.boxw48 {
	width: 36px;
}
.fullw50 {
	width: 25px;
}
.boxw50 {
	width: 38px;
}
.fullw52 {
	width: 26px;
}
.boxw52 {
	width: 39px;
}
.fullw54 {
	width: 27px;
}
.boxw54 {
	width: 41px;
}
.fullw56 {
	width: 28px;
}
.boxw56 {
	width: 42px;
}
.fullw58 {
	width: 29px;
}
.boxw58 {
	width: 44px;
}
.fullw60 {
	width: 30px;
}
.boxw60 {
	width: 45px;
}
.fullw62 {
	width: 32px;
}
.boxw62 {
	width: 47px;
}
.fullw64 {
	width: 32px;
}
.boxw64 {
	width: 48px;
}
.fullw68 {
	width: 34px;
}
.boxw68 {
	width: 51px;
}
.fullw72 {
	width: 36px;
}
.boxw72 {
	width: 54px;
}
.fullw76 {
	width: 38px;
}
.boxw76 {
	width: 57px;
}
.fullw80 {
	width: 40px;
}
.boxw80 {
	width: 60px;
}
.fullw84 {
	width: 42px;
}
.boxw84 {
	width: 63px;
}
.fullw88 {
	width: 44px;
}
.boxw88 {
	width: 66px;
}
.fullw92 {
	width: 46px;
}
.boxw92 {
	width: 69px;
}
.fullw96 {
	width: 48px;
}
.boxw96 {
	width: 72px;
}
.fullw100 {
	width: 50px;
}
.boxw100 {
	width: 75px;
}
.fullw104 {
	width: 52px;
}
.boxw104 {
	width: 78px;
}
.fullw108 {
	width: 54px;
}
.boxw108 {
	width: 81px;
}
.fullw112 {
	width: 56px;
}
.boxw112 {
	width: 84px;
}
.fullw116 {
	width: 58px;
}
.boxw116 {
	width: 87px;
}
.fullw120 {
	width: 60px;
}
.boxw120 {
	width: 90px;
}
.fullw124 {
	width: 63px;
}
.boxw124 {
	width: 93px;
}
.fullw128 {
	width: 64px;
}
.boxw128 {
	width: 96px;
}
.fullw136 {
	width: 68px;
}
.boxw136 {
	width: 102px;
}
.fullw144 {
	width: 72px;
}
.boxw144 {
	width: 108px;
}
.fullw152 {
	width: 76px;
}
.boxw152 {
	width: 114px;
}
.fullw160 {
	width: 80px;
}
.boxw160 {
	width: 120px;
}
.fullw168 {
	width: 84px;
}
.boxw168 {
	width: 126px;
}
.fullw176 {
	width: 88px;
}
.boxw176 {
	width: 132px;
}
.fullw184 {
	width: 92px;
}
.boxw184 {
	width: 138px;
}
.fullw192 {
	width: 96px;
}
.boxw192 {
	width: 144px;
}
.fullw200 {
	width: 100px;
}
.boxw200 {
	width: 150px;
}
.fullw208 {
	width: 104px;
}
.boxw208 {
	width: 156px;
}
.fullw216 {
	width: 108px;
}
.boxw216 {
	width: 162px;
}
.fullw224 {
	width: 112px;
}
.boxw224 {
	width: 168px;
}
.fullw232 {
	width: 116px;
}
.boxw232 {
	width: 174px;
}
.fullw240 {
	width: 120px;
}
.boxw240 {
	width: 180px;
}
.fullw248 {
	width: 125px;
}
.boxw248 {
	width: 186px;
}
.fullw256 {
	width: 128px;
}
.boxw256 {
	width: 192px;
}
.fullw320 {
	width: 160px;
}
.boxw320 {
	width: 240px;
}
.fullw360 {
	width: 180px;
}
.boxw360 {
	width: 270px;
}
.fullw480 {
	width: 240px;
}
.boxw480 {
	width: 360px;
}
.fullw512 {
	width: 256px;
}
.boxw512 {
	width: 384px;
}
.fullh16 {
	height: 8px;
}
.boxh16 {
	height: 12px;
}
.fullh24 {
	height: 12px;
}
.boxh24 {
	height: 18px;
}
.fullh32 {
	height: 16px;
}
.boxh32 {
	height: 24px;
}
.fullh48 {
	height: 24px;
}
.boxh48 {
	height: 36px;
}
.fullh64 {
	height: 32px;
}
.boxh64 {
	height: 48px;
}
.fullh96 {
	height: 48px;
}
.boxh96 {
	height: 72px;
}
.fullh128 {
	height: 64px;
}
.boxh128 {
	height: 96px;
}
.fullh160 {
	height: 80px;
}
.boxh160 {
	height: 120px;
}
.fullh192 {
	height: 96px;
}
.boxh192 {
	height: 144px;
}
.fullh224 {
	height: 112px;
}
.boxh224 {
	height: 168px;
}
.fullh256 {
	height: 128px;
}
.boxh256 {
	height: 192px;
}
.fullh320 {
	height: 160px;
}
.boxh320 {
	height: 240px;
}
.top15 {
	margin-top: 8px;
}
.top30 {
	margin-top: 15px;
}
.top45 {
	margin-top: 23px;
}
.top60 {
	margin-top: 30px;
}
.top75 {
	margin-top: 38px;
}
.top90 {
	margin-top: 45px;
}
.top105 {
	margin-top: 53px;
}
.top120 {
	margin-top: 60px;
}
.top135 {
	margin-top: 68px;
}
.top150 {
	margin-top: 75px;
}
.top165 {
	margin-top: 83px;
}
.top180 {
	margin-top: 90px;
}
.top195 {
	margin-top: 98px;
}
.top210 {
	margin-top: 105px;
}
.top225 {
	margin-top: 113px;
}
.top240 {
	margin-top: 120px;
}
.top255 {
	margin-top: 128px;
}
.top270 {
	margin-top: 135px;
}
.top285 {
	margin-top: 143px;
}
.top300 {
	margin-top: 150px;
}
.top315 {
	margin-top: 158px;
}
.top330 {
	margin-top: 165px;
}
.top345 {
	margin-top: 173px;
}
.top360 {
	margin-top: 180px;
}
.top375 {
	margin-top: 188px;
}
.top390 {
	margin-top: 195px;
}
.top405 {
	margin-top: 203px;
}
.top420 {
	margin-top: 210px;
}
.top435 {
	margin-top: 218px;
}
.top450 {
	margin-top: 225px;
}
.top465 {
	margin-top: 233px;
}
.top480 {
	margin-top: 240px;
}
.top495 {
	margin-top: 248px;
}
.top510 {
	margin-top: 255px;
}
.top525 {
	margin-top: 263px;
}
.top540 {
	margin-top: 270px;
}
.top555 {
	margin-top: 278px;
}
.top570 {
	margin-top: 285px;
}
.top585 {
	margin-top: 293px;
}
.top600 {
	margin-top: 300px;
}

/*------- THEME "DEFAULT" -------*/

/*----- HTML, BODY -----*/
hr {
	border-width: 2px 0 0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
#container .side.columns {
	width: 98%;
}
#container .main.columns {
	width: 98%;
}
#container .helpside.columns {
	width: 98%;
}
#container .helpmain.columns {
	width: 98%;
}

/*----- CONTAINERS / BOXES -----*/
#c_side.user .split.first {
	border-right: 2px solid rgba(255,255,255,0.45);
}
#c_body.redirect .c_gfactor,
#c_footer.redirect .c_gfactor,
#c_body.redirect .c_link,
#c_footer.redirect .c_link {
	line-height: 175%;
}
#c_bar {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 2px 0 4px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: 2px 0 4px 0 rgba(0, 0, 0, .6);
	box-shadow: 2px 0 4px 0 rgba(0, 0, 0, .6);
}
#c_bar .s_helpbar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
}

/*----- BACKGROUNDS -----*/
.c_timeline {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
}

/*----- STYLES -----*/
.s_container,
.s_common {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
}
.s_navi {
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 0px 4px 4px -2px rgba(0,0,0, 0.8);
	-moz-box-shadow: 0px 4px 4px -2px rgba(0,0,0, 0.8);
	box-shadow: 0px 4px 4px -2px rgba(0,0,0, 0.8);
}
a.s_sidemenu,
a.s_headmenu {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
table.s_iconbox td.text {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table.s_cart.mini td {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
table.s_cart.checkout td {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
table.s_table .first {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
table.s_table .price {
	letter-spacing: 0em;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
}
table.s_table h3,
table.s_table h6 {
	letter-spacing: -0.1em;
}

/*----- IMAGES -----*/
img.jpeg {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
}
img.jpeg.small {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
}
img.jpeg.tiny {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
}
a img.png:hover,
a img.png:focus {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
img.round.soft {
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
}

/*----- LISTS -----*/
.l_redirect {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.l_edit {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#c_slidelist .slide {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*----- TEXT STYLES -----*/
h1 {
	font-size: 320%;
	margin-bottom: 3px;
}
h2 {
	font-size: 210%;
	margin-bottom: 3px;
}
h3,
form.orderform .s_checkout {
	font-size: 180%;
	margin-bottom: 2px;
}
h4 {
	font-size: 140%;
	margin-bottom: 6px;
}
h5 {
	font-size: 120%;
	margin-bottom: 5px;
}
h6 {
	font-size: 110%;
	margin-bottom: 4px;
}
.camera_caption.cover {
	font-size: 120%;
}

/*----- LINKS -----*/

/*----- NAVIGATION -----*/
ul#navi li.link:hover,
ul#navi li.link.current {
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
ul#navi ul.first {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul#navi ul.second {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
ul#navi ul li.chosen {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul#navi ul.first li:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul#navi ul.second li:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*----- FORMS -----*/
form.orderform .s_checkout {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form.userform span.c_formarray {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form.userform span.checkline:hover,
form.userform span.checkline:focus {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.uploadifyQueueItem {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.uploadifyProgress {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
}
.uploadifyProgressBar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
span.f_remark,
fieldset.uploadify span,
fieldset.uploadify legend {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
}

/*----- AVAGAR.DE * LEGAR.DE * PAPAGAR.DE * URLGUI.DE -----*/
.speech {
	-webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .6);
}

}  /* END SMARTPHONE */





/*======= FOR MEDIA "CELLPHONE" =======*/
@media only screen and (min-width: 320px) and (max-width: 480px) {


/*------- AUTOMATIC CSS BUILD -------*/

/*------- (C) 2012 ARTHUR V. KUHRMEIER -------*/

/*----- RESET & BASICS (Inspired by E. Meyers & Dave Gamache) ----- */

/*----- HTML, BODY -----*/
body {
	font-size: 110%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
#container {
	width: 320px;
}
.c_divide.c_1of.c_2parts,
.c_divide.c_2of.c_4parts,
.c_divide.c_3of.c_6parts,
.c_divide.c_4of.c_8parts {
	width: 99%;
}
.c_divide.c_1of.c_3parts,
.c_divide.c_2of.c_6parts {
	width: 99%;
}
.c_divide.c_2of.c_3parts,
.c_divide.c_4of.c_6parts {
	width: 99%;
}
.c_divide.c_1of.c_4parts,
.c_divide.c_2of.c_8parts {
	width: 99%;
}
.c_divide.c_3of.c_4parts,
.c_divide.c_6of.c_8parts {
	width: 99%;
}
.c_divide.c_1of.c_5parts {
	width: 99%;
}
.c_divide.c_2of.c_5parts {
	width: 99%;
}
.c_divide.c_3of.c_5parts {
	width: 99%;
}
.c_divide.c_4of.c_5parts {
	width: 99%;
}
.c_divide.c_1of.c_6parts {
	width: 99%;
}
.c_divide.c_5of.c_6parts {
	width: 99%;
}
.c_divide.c_1of.c_7parts {
	width: 99%;
}
.c_divide.c_2of.c_7parts {
	width: 99%;
}
.c_divide.c_3of.c_7parts {
	width: 99%;
}
.c_divide.c_4of.c_7parts {
	width: 99%;
}
.c_divide.c_5of.c_7parts {
	width: 99%;
}
.c_divide.c_6of.c_7parts {
	width: 99%;
}
.c_divide.c_1of.c_8parts {
	width: 99%;
}
.c_divide.c_3of.c_8parts {
	width: 99%;
}
.c_divide.c_5of.c_8parts {
	width: 99%;
}
.c_divide.c_7of.c_8parts {
	width: 99%;
}
.c_embed {
	height: 164px;
}
.fullentry .c_embed {
	height: 120px;
}

/*----- BASIC STYLES ----- */
.spacer {
	padding-top: 2px;
	padding-bottom: 2px;
}
.optional.clearer {
	clear: none;
}
.optional.spacer {
	padding: 0;
}
#c_body.redirect .l_list.floatleft,
#c_result.redirect .l_list.floatleft,
.floatleft {
	margin-right: 4px;
}
#c_body.redirect .l_list.floatright,
#c_result.redirect .l_list.floatright {
	margin-bottom: 4px;
}
.floatright {
	margin-left: 4px;
}
hr {
	margin: 2px 0;
	visibility: hidden;
	margin-bottom: 0;
}
hr.spacer {
	margin: 5px 0 4px;
	margin: 2px 0;
}

/*----- CONTAINERS / BOXES -----*/
#c_side {
	padding: 2% 0;
}
#c_side.mail {
	padding: 4px;
}
#c_side .split {
	width: 46%;
	padding: 0 2%;
}
#c_side.help .split {
	width: 46%;
}
#c_bar {
	bottom: 80%;
	width: 6px;
}
#c_bar .s_helpbar {
	padding: 5px;
	margin-left: 85px;
	margin-bottom: 10px;
	width: 120px;
}
#c_bar:hover {
	width: 220px;
}
#c_bar.en:after {
	content: " ";
}
#c_bar.fr:after {
	content: " ";
}
#c_bar.de:after {
	content: " ";
}
#c_bar.es:after {
	content: " ";
}
#c_bar .speech.common {
	margin: 7px 0 10px 17px;
	width: 155px;
	font-size: 14px;
	line-height: 17px;
}
#c_header {
	padding: 4px;
}
#c_body {
	padding: 4px;
}
#c_result {
	padding: 4px;
}
#c_adhot {
	padding: 4px 7px;
	margin-bottom: 7px;
}
#c_footer {
	padding: 4px;
	margin-bottom: 50px;
}
#c_finalad {
	height: 100px;
}
#c_finalad .c_embed {
	width: 155px;
	height: 95px;
}
#c_finalad .c_entry {
	padding: 5px 1% 0;
}
#c_finalad .c_entry.half {
	display: none;
}
#c_finalad .c_entry.wideentry {
	width: 99%;
	height: 95px;
}
#c_finalad a.s_headmenu {
	padding: 2px 3px;
}
.c_inbox {
	padding: 4px;
}
.c_fullback {
	height: 214px;
}
.c_righthalf {
	padding: 4px;
	margin: 4px;
	height: 200px;
}
.c_counter {
	width: 24px;
	height: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.c_counter .normal {
	padding-top: 1px;
}
.c_counter .warn4 {
	padding-left: 2px;
}
.c_legend {
	margin-top: 4px;
	line-height: 100%;
}
.c_entry.fullentry {
	padding: 4px;
	margin: 4px;
	height: 200px;
}
.c_entry.slideshow {
	margin-bottom: -6px;
}
.c_entry.link .description {
	line-height: 140%;
}
.easyshare {
	margin-bottom: 2%;
}
.c_evenbox {
	padding: 4px;
}
.c_evenmore {
	height: 36px;
	margin-top: 3px;
	width: 98%;
}
.c_halfside {
	display: inline-block;
	margin-bottom: 0;
	margin-right: -25px;
}
.c_halfside:hover {
	margin: 0 -2px 0 -24px;
}
.c_halfside.first:hover {
	margin: 0 -2px 0 0;
}
.c_timeline {
	height: 7px;
	margin-bottom: 2px;
}

/*----- BACKGROUNDS -----*/
.b_timeline {
	height: 7px;
}
.b_timeline.margin.textleft {
	margin-left: -4px;
}
.b_timeline.margin.textright {
	margin-left: 4px;
}

/*----- STYLES -----*/
.marginleft {
	margin-left: 4px;
}
.marginright {
	margin-right: 4px;
}
.margintop {
	margin-top: 4px;
}
.marginbottom {
	margin-bottom: 4px;
}
table.s_iconbox td.text img {
	margin: 2px 1px 2px 0;
}
table.s_iconbox td.icon {
	padding: 2px;
}
table.s_cart.mini {
	border-spacing: 1px;
}
table.s_cart.checkout {
	border-spacing: 2px;
}
table.s_cart.mini td {
	padding: 1px 2px 0;
}
table.s_cart.checkout td {
	padding: 2px 2px 0;
}
table.s_cart td.icons img {
	float:right;
}
table.s_table {
	font-size: 85%;
	border-spacing: 3px 0;
	margin: 2px 0 3px;
}
table.s_table th,
table.s_table td {
	padding: 2px 3px;
}
table.s_table .price {
	padding-bottom: 4px;
}
table.s_table td .improve {
	width: 47px;
}
table.s_table td .improve:hover {
	width: 67px;
}
table.s_table td .improve span {
	width: 47px;
}
table.s_table td .improve span.small {
	width: 20px;
}

/*----- IMAGES -----*/
.advert.s_cover:hover,
.advert.s_cover:focus,
input.image:hover,
a img.small:hover,
a img:hover,
a img:focus {
	-webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.6);
}
a img.tiny:hover,
a img.tiny:focus {
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.6);
}
a img.png:hover,
a img.png:focus {
	-webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.4);
}
img.left {
	margin-right: 4px;
	margin-bottom: 2px;
}
img.right {
	margin-left: 4px;
	margin-bottom: 2px;
}
.camera_wrap img.bigleft,
img.bigleft {
	margin-right: 7px;
	margin-bottom: 4px;
}
.camera_wrap img.bigright,
img.bigright {
	margin-left: 7px;
	margin-bottom: 4px;
}
img.fixright {
	right: 7px;
	margin-left: 4px;
}
img.valign-up {
	margin-bottom: 2px;
}
img.magnify.left {
	margin-left: -9px;
}
img.magnify.right {
	margin-right: -9px;
}
img.zoom {
	cursor: url(../images2/other/search.png) , auto;
}
img.zoom.left:hover {
	margin-right: -77px;
	margin-bottom: -52px;
}
img.zoom.right:hover {
	margin-left: -77px;
	margin-bottom: -52px;
}
img.zoom.fullw240:hover {
	width: 160px;
}
img.zoom.fullh160:hover {
	height: 107px;
}
.c_music.lines {
	height: 37px;
	background: url(../images2/jingle/notelines.png) repeat center center;
}
.c_music div {
	height: 37px;
}
.c_music .bar {
	width: 3px;
	background: url(../images2/jingle/bar.png) no-repeat center center;
	margin-right: -3px;
}
.c_music .eighth {
	width: 6px;
	background: url(../images2/jingle/eighthnote.png) no-repeat top center;
}
.c_music .eighth.dur1st {
	margin-right: -4px;
}
.c_music .eighth.dur2nd {
	margin-right: -2px;
}
.c_music .eighth.tone10 {
	background-position: 0 0px;
}
.c_music .eighth.tone9 {
	background-position: 0 2px;
}
.c_music .eighth.tone8 {
	background-position: 0 5px;
}
.c_music .eighth.tone7 {
	background-position: 0 7px;
}
.c_music .eighth.tone6 {
	background-position: 0 10px;
}
.c_music .eighth.tone5 {
	background-position: 0 12px;
}
.c_music .eighth.tone4 {
	background-position: 0 15px;
}
.c_music .eighth.tone3 {
	background-position: 0 17px;
}
.c_music .eighth.tone2 {
	background-position: 0 20px;
}
.c_music .eighth.tone1 {
	background-position: 0 22px;
}
.c_music .eighth.tone0 {
	background-position: 0 25px;
}
img.counter {
	width: 12px;
}
img.counter.big {
	width: 16px;
}
img.badge {
	margin-left: -19px;
	margin-top: 18px;
}
img.badge.gallery {
	margin-left: -2px;
	margin-top: -14px;
}
img.badge.blog {
	margin-top: 50px;
}
img#helpbutton {
	right: 5px;
}
img.help {
	top: 0px;
	margin-top: 0px;
}
img.layout {
	margin: 82px 0 0;
	width: 15px;
	height: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
img.layout.selected {
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.8);
}
img.layout:hover {
	width: 120px;
	height: 87px;
	margin: 0 -10px 4px -92px;
	margin-right: -8px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
img.layout.selected:hover {
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.6);
}
span.stButton {
	margin: 1px !important;
	line-height: 12px !important;
}
span.stLarge {
	width: 24px !important;
	height: 24px !important;
}
span.stLarge:hover {
	background-position: -24px !important;
}

/*----- LISTS -----*/
.l_common {
	padding: 3px;
}
.sharethis hr,
.l_sharethis hr {
	margin-bottom: 4px;
}
#c_body.redirect .l_title {
	padding-bottom: 2px;
}
.l_redirect .weblink img {
	margin-bottom: 2px;
}
.l_social img {
	float: left;
	margin-right: 4px;
}
.l_social h6,
.l_social .l_title {
	display:none;
}
.adminad.advert.leftright.s_fontwhite {
	text-shadow: 0px 0px 2px #000;
}
#c_slidelist .slidebox {
	width: 66px;
	margin: 2px;
}
#c_slidelist .slide {
	width: 64px;
	height: 48px;
}
#c_slidelist .helpbar {
	width: 58px;
	height: 77px;
}
#c_slidelist div.slide h2 {
	margin: 3px 0 0;
}
#c_slidelist div.slide h4 {
	margin-bottom: 2px;
}
#c_slidelist img.posleft {
	margin-left: -2px;
}
#c_slidelist img.poscenter {
	margin-left: 26px;
}
#c_slidelist img.posright {
	margin-left: 53px;
}
#c_slidelist img.postop {
	margin-top: -52px;
}
#c_slidelist img.posmiddle {
	margin-top: -34px;
}
#c_slidelist img.posbottom {
	margin-top: -14px;
}

/*----- TEXT STYLES -----*/
#c_body.redirect .c_link h2 {
	font-size: 240%;
}

/*----- LINKS -----*/
a.s_sidemenu,
a.s_headmenu {
	padding: 2px 3px;
}
a.s_headmenu {
	margin: 0 1px 2px;
}
a.s_sidemenu {
	margin: 0 0 2px;
}
a.s_sidemenu.first {
	margin: 3px 0 2px;
}
.ttleft:after {
	left: -10em;
}
.ttright:after {
	right: -10em;
}
.tooltip:after {
	font-size: x-small;
}
.tooltip:hover:after,
.tooltip:active:after {
	bottom: 15px;
}
.tooltip:hover:before,
.tooltip:active:before {
	bottom: 12px;
}

/*----- NAVIGATION -----*/
ul#navi {
	height: 40px;
}
ul#navi li {
	height: 40px;
}
ul#navi li.user {
	width: 40px;
	top: 2px;
}
ul#navi li.user.smalloff,
ul#navi li.face.smalloff {
	display: none;
}
ul#navi li.develop {
	top: 30px;
}
ul#navi li.logo {
	width: 40px;
}
.forscreen,
ul#navi li.logo img.logo {
	display: none;
}
.formobile,
ul#navi li.logo img.icon {
	display: block;
}
ul#navi li.face {
	width: 36px;
	height: 36px;
	padding: 2px;
}
ul#navi li.bigface {
	width: 46px;
	height: 46px;
	padding: 2px;
}
ul#navi li.link {
	width: 36px;
	height: 36px;
	padding: 2px;
}
ul#navi ul.first.text.height1 li.li1st,
ul#navi ul.second.text.height1 li.li2nd {
	height: 12px;
}
ul#navi ul.first.thumb.height1 li.li1st,
ul#navi ul.second.thumb.height1 li.li2nd {
	height: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul#navi ul.first.height2 li.li1st,
ul#navi ul.second.height2 li.li2nd {
	height: 28px;
}
ul#navi ul.first.height3 li.li1st,
ul#navi ul.second.height3 li.li2nd {
	height: 44px;
}
ul#navi ul.first {
	left: 5%;
	width: 90%;
}
ul#navi ul.second {
	left: 36px;
	width: 90%;
}
ul#navi li.link:hover ul.first.drops1,
ul#navi ul.first li:hover ul.second.drops1 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops2,
ul#navi ul.first li:hover ul.second.drops2 {
	height: 60px;
}
ul#navi li.link:hover ul.first.drops3,
ul#navi ul.first li:hover ul.second.drops3 {
	height: 90px;
}
ul#navi li.link:hover ul.first.drops4,
ul#navi ul.first li:hover ul.second.drops4 {
	height: 120px;
}
ul#navi li.link:hover ul.first.drops5,
ul#navi ul.first li:hover ul.second.drops5 {
	height: 150px;
}
ul#navi li.link:hover ul.first.drops6,
ul#navi ul.first li:hover ul.second.drops6 {
	height: 180px;
}
ul#navi li.link:hover ul.first.drops7,
ul#navi ul.first li:hover ul.second.drops7 {
	height: 210px;
}
ul#navi li.link:hover ul.first.drops8,
ul#navi ul.first li:hover ul.second.drops8 {
	height: 240px;
}
ul#navi li.link:hover ul.first.drops9,
ul#navi ul.first li:hover ul.second.drops9 {
	height: 240px;
}
ul#navi li.link:hover ul.first.drops10,
ul#navi ul.first li:hover ul.second.drops10 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops11,
ul#navi ul.first li:hover ul.second.drops11 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops12,
ul#navi ul.first li:hover ul.second.drops12 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops13,
ul#navi ul.first li:hover ul.second.drops13 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops14,
ul#navi ul.first li:hover ul.second.drops14 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops15,
ul#navi ul.first li:hover ul.second.drops15 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops16,
ul#navi ul.first li:hover ul.second.drops16 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops17,
ul#navi ul.first li:hover ul.second.drops17 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops18,
ul#navi ul.first li:hover ul.second.drops18 {
	height: 30px;
}

/*----- FORMS -----*/
form.orderform .s_checkout {
	padding: 2px 3px 3px;
}
form.userform {
	margin: 4px 0 7px;
}
form.userform span.c_formarray {
	padding-bottom: 2px;
	margin: 2px 0 4px;
}
form.userform span.c_formarray p {
	margin-bottom: 2px;
}
form.userform span,
form.userform label {
	padding-top: 2px;
}
form.userform span img,
form.userform label img {
	margin-top: -2px;
}
form.userform span.checkline {
	padding-top: 1px;
	margin-bottom: -1px;
}
form.userform p {
	margin-bottom: 4px;
}
form.userform p.s_button {
	margin-bottom: 2px;
}
form.userform p.c_layout {
	margin: -80px 7px 4px 0;
}
form.userform p.c_layout span {
	margin-top: 80px;
}
form.userform .checkarray.full {
	margin: 3px 0;
}
form.userform span.checkline.tight {
	width: 49%;
}
form.userform span.checkline.full {
	width: 49%;
}
form.userform span.checkline.half {
	width: 99%;
}
form.userform textarea.full,
form.userform input.textline.full,
form.userform p.textline.full label {
	margin-top: 2px;
}
form.userform p.showevenmore {
	margin-bottom: 2px;
}
form.userform p.hideevenmore {
	margin-bottom: 2px;
}
select.b_form {
	height: 11px;
}
.b_form {
	padding: 2px;
	font-size: 100%;
}
.uploadifyQueueItem {
	margin-top: 2px;
	padding: 4px;
}
.uploadifyQueueItem .cancel img {
	margin-right: 2px;
	padding: 2px;
}
.uploadifyProgress {
	height: 10px;
	margin-top: 4px;
}
.uploadifyProgressBar {
	height: 10px;
}
fieldset.uploadify {
	padding: 0 4px;
	margin: 4px 0;
}
fieldset.uploadify legend {
	padding: 2px 3px;
}
div.f_uploadbuttons {
	padding: 4px 0 2px;
}
fieldset.uploadify span,
span.f_remark {
	padding: 2px 3px;
	margin-right: 4px;
}

/*----- BUTTONS -----*/
a.button {
	margin-right: 1px;
}

/*----- AVAGAR.DE * LEGAR.DE * PAPAGAR.DE * URLGUI.DE -----*/
.speech {
	padding: 3px 3px 0;
	margin: 2px;
	font-size: 10px;
	line-height: 12px;
	-webkit-border-radius: 9px / 17px;
	-moz-border-radius: 9px / 17px;
	border-radius: 9px / 17px;
}
.speech.bottom {
	padding: 0 3px 3px;
}
.speech.top.center:after,
.speech.top.right:after {
	bottom: -5px;
	border-width: 5px 14px 0 4px;
}
.speech.top.left:after {
	bottom: -5px;
	border-width: 5px 4px 0 14px;
}
.speech.bottom.center:before,
.speech.bottom.right:before {
	top: -5px;
	border-width: 0 14px 5px 4px;
}
.speech.bottom.left:before {
	top: -5px;
	border-width: 0 4px 5px 14px;
}
.speech.user,
.speech.common {
	font-size: 9px;
	line-height: 10px;
}
table.speechtable td {
	height: 210px;
}
table.speechtable td span.speech {
	padding-bottom: 6px;
}
.head {
	width: 32px;
	height: 20px;
	cursor: url(../images2/other/speech.png) , auto;
}
.search {
	width: 16px;
	height: 10px;
	cursor: url(../images2/other/search.png) , auto;
}

/*----- THEME IMAGES -----*/
.fullw16 {
	width: 6px;
}
.boxw16 {
	width: 8px;
}
.fullw18 {
	width: 6px;
}
.boxw18 {
	width: 9px;
}
.fullw20 {
	width: 7px;
}
.boxw20 {
	width: 10px;
}
.fullw22 {
	width: 8px;
}
.boxw22 {
	width: 11px;
}
.fullw24 {
	width: 8px;
}
.boxw24 {
	width: 12px;
}
.fullw26 {
	width: 9px;
}
.boxw26 {
	width: 13px;
}
.fullw28 {
	width: 10px;
}
.boxw28 {
	width: 14px;
}
.fullw30 {
	width: 10px;
}
.boxw30 {
	width: 15px;
}
.fullw32 {
	width: 11px;
}
.boxw32 {
	width: 16px;
}
.fullw34 {
	width: 12px;
}
.boxw34 {
	width: 17px;
}
.fullw36 {
	width: 12px;
}
.boxw36 {
	width: 18px;
}
.fullw38 {
	width: 13px;
}
.boxw38 {
	width: 19px;
}
.fullw40 {
	width: 14px;
}
.boxw40 {
	width: 20px;
}
.fullw42 {
	width: 14px;
}
.boxw42 {
	width: 21px;
}
.fullw44 {
	width: 15px;
}
.boxw44 {
	width: 22px;
}
.fullw46 {
	width: 16px;
}
.boxw46 {
	width: 23px;
}
.fullw48 {
	width: 16px;
}
.boxw48 {
	width: 24px;
}
.fullw50 {
	width: 17px;
}
.boxw50 {
	width: 25px;
}
.fullw52 {
	width: 18px;
}
.boxw52 {
	width: 26px;
}
.fullw54 {
	width: 18px;
}
.boxw54 {
	width: 27px;
}
.fullw56 {
	width: 19px;
}
.boxw56 {
	width: 28px;
}
.fullw58 {
	width: 20px;
}
.boxw58 {
	width: 29px;
}
.fullw60 {
	width: 20px;
}
.boxw60 {
	width: 30px;
}
.fullw62 {
	width: 21px;
}
.boxw62 {
	width: 31px;
}
.fullw64 {
	width: 22px;
}
.boxw64 {
	width: 32px;
}
.fullw68 {
	width: 23px;
}
.boxw68 {
	width: 34px;
}
.fullw72 {
	width: 24px;
}
.boxw72 {
	width: 36px;
}
.fullw76 {
	width: 26px;
}
.boxw76 {
	width: 38px;
}
.fullw80 {
	width: 27px;
}
.boxw80 {
	width: 40px;
}
.fullw84 {
	width: 28px;
}
.boxw84 {
	width: 42px;
}
.fullw88 {
	width: 30px;
}
.boxw88 {
	width: 44px;
}
.fullw92 {
	width: 31px;
}
.boxw92 {
	width: 46px;
}
.fullw96 {
	width: 32px;
}
.boxw96 {
	width: 48px;
}
.fullw100 {
	width: 34px;
}
.boxw100 {
	width: 50px;
}
.fullw104 {
	width: 35px;
}
.boxw104 {
	width: 52px;
}
.fullw108 {
	width: 36px;
}
.boxw108 {
	width: 54px;
}
.fullw112 {
	width: 38px;
}
.boxw112 {
	width: 56px;
}
.fullw116 {
	width: 39px;
}
.boxw116 {
	width: 58px;
}
.fullw120 {
	width: 40px;
}
.boxw120 {
	width: 60px;
}
.fullw124 {
	width: 42px;
}
.boxw124 {
	width: 62px;
}
.fullw128 {
	width: 43px;
}
.boxw128 {
	width: 64px;
}
.fullw136 {
	width: 46px;
}
.boxw136 {
	width: 68px;
}
.fullw144 {
	width: 48px;
}
.boxw144 {
	width: 72px;
}
.fullw152 {
	width: 51px;
}
.boxw152 {
	width: 76px;
}
.fullw160 {
	width: 54px;
}
.boxw160 {
	width: 80px;
}
.fullw168 {
	width: 56px;
}
.boxw168 {
	width: 84px;
}
.fullw176 {
	width: 59px;
}
.boxw176 {
	width: 88px;
}
.fullw184 {
	width: 62px;
}
.boxw184 {
	width: 92px;
}
.fullw192 {
	width: 64px;
}
.boxw192 {
	width: 96px;
}
.fullw200 {
	width: 67px;
}
.boxw200 {
	width: 100px;
}
.fullw208 {
	width: 70px;
}
.boxw208 {
	width: 104px;
}
.fullw216 {
	width: 72px;
}
.boxw216 {
	width: 108px;
}
.fullw224 {
	width: 75px;
}
.boxw224 {
	width: 112px;
}
.fullw232 {
	width: 78px;
}
.boxw232 {
	width: 116px;
}
.fullw240 {
	width: 80px;
}
.boxw240 {
	width: 120px;
}
.fullw248 {
	width: 83px;
}
.boxw248 {
	width: 124px;
}
.fullw256 {
	width: 86px;
}
.boxw256 {
	width: 128px;
}
.fullw320 {
	width: 107px;
}
.boxw320 {
	width: 160px;
}
.fullw360 {
	width: 120px;
}
.boxw360 {
	width: 180px;
}
.fullw480 {
	width: 160px;
}
.boxw480 {
	width: 240px;
}
.fullw512 {
	width: 171px;
}
.boxw512 {
	width: 256px;
}
.fullh16 {
	height: 6px;
}
.boxh16 {
	height: 8px;
}
.fullh24 {
	height: 8px;
}
.boxh24 {
	height: 12px;
}
.fullh32 {
	height: 11px;
}
.boxh32 {
	height: 16px;
}
.fullh48 {
	height: 16px;
}
.boxh48 {
	height: 24px;
}
.fullh64 {
	height: 22px;
}
.boxh64 {
	height: 32px;
}
.fullh96 {
	height: 32px;
}
.boxh96 {
	height: 48px;
}
.fullh128 {
	height: 43px;
}
.boxh128 {
	height: 64px;
}
.fullh160 {
	height: 54px;
}
.boxh160 {
	height: 80px;
}
.fullh192 {
	height: 64px;
}
.boxh192 {
	height: 96px;
}
.fullh224 {
	height: 75px;
}
.boxh224 {
	height: 112px;
}
.fullh256 {
	height: 86px;
}
.boxh256 {
	height: 128px;
}
.fullh320 {
	height: 107px;
}
.boxh320 {
	height: 160px;
}
.top15 {
	margin-top: 5px;
}
.top30 {
	margin-top: 10px;
}
.top45 {
	margin-top: 15px;
}
.top60 {
	margin-top: 20px;
}
.top75 {
	margin-top: 25px;
}
.top90 {
	margin-top: 30px;
}
.top105 {
	margin-top: 35px;
}
.top120 {
	margin-top: 40px;
}
.top135 {
	margin-top: 45px;
}
.top150 {
	margin-top: 50px;
}
.top165 {
	margin-top: 55px;
}
.top180 {
	margin-top: 60px;
}
.top195 {
	margin-top: 65px;
}
.top210 {
	margin-top: 70px;
}
.top225 {
	margin-top: 75px;
}
.top240 {
	margin-top: 80px;
}
.top255 {
	margin-top: 85px;
}
.top270 {
	margin-top: 90px;
}
.top285 {
	margin-top: 95px;
}
.top300 {
	margin-top: 100px;
}
.top315 {
	margin-top: 105px;
}
.top330 {
	margin-top: 110px;
}
.top345 {
	margin-top: 115px;
}
.top360 {
	margin-top: 120px;
}
.top375 {
	margin-top: 125px;
}
.top390 {
	margin-top: 130px;
}
.top405 {
	margin-top: 135px;
}
.top420 {
	margin-top: 140px;
}
.top435 {
	margin-top: 145px;
}
.top450 {
	margin-top: 150px;
}
.top465 {
	margin-top: 155px;
}
.top480 {
	margin-top: 160px;
}
.top495 {
	margin-top: 165px;
}
.top510 {
	margin-top: 170px;
}
.top525 {
	margin-top: 175px;
}
.top540 {
	margin-top: 180px;
}
.top555 {
	margin-top: 185px;
}
.top570 {
	margin-top: 190px;
}
.top585 {
	margin-top: 195px;
}
.top600 {
	margin-top: 200px;
}

/*------- THEME "DEFAULT" -------*/

/*----- HTML, BODY -----*/
hr {
	border-width: 2px 0 0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
#container .side.columns {
	width: 98%;
}
#container .main.columns {
	width: 98%;
}
#container .helpside.columns {
	width: 98%;
}
#container .helpmain.columns {
	width: 98%;
}

/*----- CONTAINERS / BOXES -----*/
#c_side.user .split.first {
	border-right: 2px solid rgba(255,255,255,0.45);
}
#c_body.redirect .c_gfactor,
#c_footer.redirect .c_gfactor,
#c_body.redirect .c_link,
#c_footer.redirect .c_link {
	line-height: 175%;
}
#c_bar {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	-webkit-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .6);
	box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .6);
}
#c_bar .s_helpbar {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
}

/*----- BACKGROUNDS -----*/
.c_timeline {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
}

/*----- STYLES -----*/
.s_container,
.s_common {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
}
.s_navi {
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0,0,0, 0.8);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0,0,0, 0.8);
	box-shadow: 0px 3px 3px -2px rgba(0,0,0, 0.8);
}
a.s_sidemenu,
a.s_headmenu {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
table.s_iconbox td.text {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
table.s_cart.mini td {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
table.s_cart.checkout td {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
table.s_table .first {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
table.s_table .price {
	letter-spacing: 0em;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
}
table.s_table h3,
table.s_table h6 {
	letter-spacing: -0.1em;
}

/*----- IMAGES -----*/
img.jpeg {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
}
img.jpeg.small {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
}
img.jpeg.tiny {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
}
a img.png:hover,
a img.png:focus {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
img.round.soft {
	-webkit-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
}

/*----- LISTS -----*/
.l_redirect {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.l_edit {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#c_slidelist .slide {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*----- TEXT STYLES -----*/
h1 {
	font-size: 320%;
	margin-bottom: 2px;
}
h2 {
	font-size: 210%;
	margin-bottom: 2px;
}
h3,
form.orderform .s_checkout {
	font-size: 160%;
	margin-bottom: 2px;
}
h4 {
	font-size: 140%;
	margin-bottom: 4px;
}
h5 {
	font-size: 120%;
	margin-bottom: 4px;
}
h6 {
	font-size: 110%;
	margin-bottom: 3px;
}
.camera_caption.cover {
	font-size: 120%;
}

/*----- LINKS -----*/

/*----- NAVIGATION -----*/
ul#navi li.link:hover,
ul#navi li.link.current {
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
ul#navi ul.first {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul#navi ul.second {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul#navi ul li.chosen {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul#navi ul.first li:hover {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul#navi ul.second li:hover {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*----- FORMS -----*/
form.orderform .s_checkout {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
form.userform span.c_formarray {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
form.userform span.checkline:hover,
form.userform span.checkline:focus {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.uploadifyQueueItem {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.uploadifyProgress {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
}
.uploadifyProgressBar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
span.f_remark,
fieldset.uploadify span,
fieldset.uploadify legend {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
}

/*----- AVAGAR.DE * LEGAR.DE * PAPAGAR.DE * URLGUI.DE -----*/
.speech {
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .6);
}

}  /* END CELLPHONE */





/*======= FOR MEDIA "MICROPHONE" =======*/
@media only screen and (min-width: 240px) and (max-width: 320px) {


/*------- AUTOMATIC CSS BUILD -------*/

/*------- (C) 2012 ARTHUR V. KUHRMEIER -------*/

/*----- RESET & BASICS (Inspired by E. Meyers & Dave Gamache) ----- */

/*----- HTML, BODY -----*/
body {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
#container {
	width: 240px;
}
.c_divide.c_1of.c_2parts,
.c_divide.c_2of.c_4parts,
.c_divide.c_3of.c_6parts,
.c_divide.c_4of.c_8parts {
	width: 99%;
}
.c_divide.c_1of.c_3parts,
.c_divide.c_2of.c_6parts {
	width: 99%;
}
.c_divide.c_2of.c_3parts,
.c_divide.c_4of.c_6parts {
	width: 99%;
}
.c_divide.c_1of.c_4parts,
.c_divide.c_2of.c_8parts {
	width: 99%;
}
.c_divide.c_3of.c_4parts,
.c_divide.c_6of.c_8parts {
	width: 99%;
}
.c_divide.c_1of.c_5parts {
	width: 99%;
}
.c_divide.c_2of.c_5parts {
	width: 99%;
}
.c_divide.c_3of.c_5parts {
	width: 99%;
}
.c_divide.c_4of.c_5parts {
	width: 99%;
}
.c_divide.c_1of.c_6parts {
	width: 99%;
}
.c_divide.c_5of.c_6parts {
	width: 99%;
}
.c_divide.c_1of.c_7parts {
	width: 99%;
}
.c_divide.c_2of.c_7parts {
	width: 99%;
}
.c_divide.c_3of.c_7parts {
	width: 99%;
}
.c_divide.c_4of.c_7parts {
	width: 99%;
}
.c_divide.c_5of.c_7parts {
	width: 99%;
}
.c_divide.c_6of.c_7parts {
	width: 99%;
}
.c_divide.c_1of.c_8parts {
	width: 99%;
}
.c_divide.c_3of.c_8parts {
	width: 99%;
}
.c_divide.c_5of.c_8parts {
	width: 99%;
}
.c_divide.c_7of.c_8parts {
	width: 99%;
}
.c_embed {
	height: 123px;
}
.fullentry .c_embed {
	height: 90px;
}

/*----- BASIC STYLES ----- */
.spacer {
	padding-top: 2px;
	padding-bottom: 2px;
}
.optional.clearer {
	clear: none;
}
.optional.spacer {
	padding: 0;
}
#c_body.redirect .l_list.floatleft,
#c_result.redirect .l_list.floatleft,
.floatleft {
	margin-right: 3px;
}
#c_body.redirect .l_list.floatright,
#c_result.redirect .l_list.floatright {
	margin-bottom: 3px;
}
.floatright {
	margin-left: 3px;
}
hr {
	margin: 2px 0;
	visibility: hidden;
	margin-bottom: 0;
}
hr.spacer {
	margin: 4px 0 3px;
	margin: 2px 0;
}

/*----- CONTAINERS / BOXES -----*/
#c_side {
	padding: 2% 0;
}
#c_side.mail {
	padding: 3px;
}
#c_side .split {
	width: 46%;
	padding: 0 2%;
}
#c_side.help .split {
	width: 46%;
}
#c_bar {
	bottom: 80%;
	width: 6px;
}
#c_bar .s_helpbar {
	padding: 5px;
	margin-left: 85px;
	margin-bottom: 8px;
	width: 120px;
}
#c_bar:hover {
	width: 220px;
}
#c_bar.en:after {
	content: " ";
}
#c_bar.fr:after {
	content: " ";
}
#c_bar.de:after {
	content: " ";
}
#c_bar.es:after {
	content: " ";
}
#c_bar .speech.common {
	margin: 5px 0 8px 13px;
	width: 155px;
	font-size: 14px;
	line-height: 17px;
}
#c_header {
	padding: 3px;
}
#c_body {
	padding: 3px;
}
#c_result {
	padding: 3px;
}
#c_adhot {
	padding: 3px 5px;
	margin-bottom: 5px;
}
#c_footer {
	padding: 3px;
	margin-bottom: 38px;
}
#c_finalad {
	height: 100px;
}
#c_finalad .c_embed {
	width: 155px;
	height: 95px;
}
#c_finalad .c_entry {
	padding: 5px 1% 0;
}
#c_finalad .c_entry.half {
	display: none;
}
#c_finalad .c_entry.wideentry {
	width: 99%;
	height: 95px;
}
#c_finalad a.s_headmenu {
	padding: 1px 2px;
}
.c_inbox {
	padding: 3px;
}
.c_fullback {
	height: 160px;
}
.c_righthalf {
	padding: 3px;
	margin: 3px;
	height: 150px;
}
.c_counter {
	width: 18px;
	height: 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.c_counter .normal {
	padding-top: 0px;
}
.c_counter .warn4 {
	padding-left: 2px;
}
.c_legend {
	margin-top: 3px;
	line-height: 100%;
}
.c_entry.fullentry {
	padding: 3px;
	margin: 3px;
	height: 150px;
}
.c_entry.slideshow {
	margin-bottom: -4px;
}
.c_entry.link .description {
	line-height: 140%;
}
.easyshare {
	margin-bottom: 2%;
}
.c_evenbox {
	padding: 3px;
}
.c_evenmore {
	height: 27px;
	margin-top: 3px;
	width: 98%;
}
.c_halfside {
	display: inline-block;
	margin-bottom: 0;
	margin-right: -19px;
}
.c_halfside:hover {
	margin: 0 -2px 0 -18px;
}
.c_halfside.first:hover {
	margin: 0 -2px 0 0;
}
.c_timeline {
	height: 5px;
	margin-bottom: 1px;
}

/*----- BACKGROUNDS -----*/
.b_timeline {
	height: 5px;
}
.b_timeline.margin.textleft {
	margin-left: -3px;
}
.b_timeline.margin.textright {
	margin-left: 3px;
}

/*----- STYLES -----*/
.marginleft {
	margin-left: 3px;
}
.marginright {
	margin-right: 3px;
}
.margintop {
	margin-top: 3px;
}
.marginbottom {
	margin-bottom: 3px;
}
table.s_iconbox td.text img {
	margin: 1px 1px 1px 0;
}
table.s_iconbox td.icon {
	padding: 1px;
}
table.s_iconbox.entry td.text h3 {
	font-size: 130%;
}
table.s_cart.mini {
	border-spacing: 1px;
}
table.s_cart.checkout {
	border-spacing: 1px;
}
table.s_cart.mini td {
	padding: 1px 1px 0;
}
table.s_cart.checkout td {
	padding: 1px 2px 0;
}
table.s_cart td.icons img {
	float:right;
}
table.s_table {
	font-size: 85%;
	border-spacing: 2px 0;
	margin: 1px 0 2px;
}
table.s_table th,
table.s_table td {
	padding: 1px 2px;
}
table.s_table .price {
	padding-bottom: 3px;
}
table.s_table td .improve {
	width: 35px;
}
table.s_table td .improve:hover {
	width: 50px;
}
table.s_table td .improve span {
	width: 35px;
}
table.s_table td .improve span.small {
	width: 15px;
}

/*----- IMAGES -----*/
.advert.s_cover:hover,
.advert.s_cover:focus,
input.image:hover,
a img.small:hover,
a img:hover,
a img:focus {
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.6);
}
a img.tiny:hover,
a img.tiny:focus {
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.6);
}
a img.png:hover,
a img.png:focus {
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
}
img.left {
	margin-right: 3px;
	margin-bottom: 2px;
}
img.right {
	margin-left: 3px;
	margin-bottom: 2px;
}
.camera_wrap img.bigleft,
img.bigleft {
	margin-right: 5px;
	margin-bottom: 3px;
}
.camera_wrap img.bigright,
img.bigright {
	margin-left: 5px;
	margin-bottom: 3px;
}
img.fixright {
	right: 5px;
	margin-left: 3px;
}
img.valign-up {
	margin-bottom: 2px;
}
img.magnify.left {
	margin-left: -7px;
}
img.magnify.right {
	margin-right: -7px;
}
img.zoom {
	cursor: url(../images2/other/search.png) , auto;
}
img.zoom.left:hover {
	margin-right: -58px;
	margin-bottom: -39px;
}
img.zoom.right:hover {
	margin-left: -58px;
	margin-bottom: -39px;
}
img.zoom.fullw240:hover {
	width: 120px;
}
img.zoom.fullh160:hover {
	height: 80px;
}
.c_music.lines {
	height: 37px;
	background: url(../images2/jingle/notelines.png) repeat center center;
}
.c_music div {
	height: 37px;
}
.c_music .bar {
	width: 3px;
	background: url(../images2/jingle/bar.png) no-repeat center center;
	margin-right: -4px;
}
.c_music .eighth {
	width: 6px;
	background: url(../images2/jingle/eighthnote.png) no-repeat top center;
}
.c_music .eighth.dur1st {
	margin-right: -5px;
}
.c_music .eighth.dur2nd {
	margin-right: -3px;
}
.c_music .eighth.tone10 {
	background-position: 0 0px;
}
.c_music .eighth.tone9 {
	background-position: 0 2px;
}
.c_music .eighth.tone8 {
	background-position: 0 5px;
}
.c_music .eighth.tone7 {
	background-position: 0 7px;
}
.c_music .eighth.tone6 {
	background-position: 0 10px;
}
.c_music .eighth.tone5 {
	background-position: 0 12px;
}
.c_music .eighth.tone4 {
	background-position: 0 15px;
}
.c_music .eighth.tone3 {
	background-position: 0 17px;
}
.c_music .eighth.tone2 {
	background-position: 0 20px;
}
.c_music .eighth.tone1 {
	background-position: 0 22px;
}
.c_music .eighth.tone0 {
	background-position: 0 25px;
}
img.counter {
	width: 12px;
}
img.counter.big {
	width: 16px;
}
img.badge {
	margin-left: -15px;
	margin-top: 14px;
}
img.badge.gallery {
	margin-left: -1px;
	margin-top: -11px;
}
img.badge.blog {
	margin-top: 38px;
}
img#helpbutton {
	right: 5px;
}
img.help {
	top: 0px;
	margin-top: 0px;
}
img.layout {
	margin: 61px 0 0;
	width: 12px;
	height: 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
img.layout.selected {
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.8);
}
img.layout:hover {
	width: 90px;
	height: 65px;
	margin: 0 -8px 3px -69px;
	margin-right: -6px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
img.layout.selected:hover {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
}
span.stButton {
	margin: 1px !important;
	line-height: 12px !important;
}
span.stLarge {
	width: 24px !important;
	height: 24px !important;
}
span.stLarge:hover {
	background-position: -24px !important;
}

/*----- LISTS -----*/
.l_common {
	padding: 2px;
}
.sharethis hr,
.l_sharethis hr {
	margin-bottom: 3px;
}
#c_body.redirect .l_title {
	padding-bottom: 2px;
}
.l_redirect .weblink img {
	margin-bottom: 1px;
}
.l_social img {
	float: left;
	margin-right: 3px;
}
.l_social h6,
.l_social .l_title {
	display:none;
}
.adminad.advert.leftright.s_fontwhite {
	text-shadow: 0px 0px 2px #000;
}
#c_slidelist .slidebox {
	width: 49px;
	margin: 2px;
}
#c_slidelist .slide {
	width: 48px;
	height: 36px;
}
#c_slidelist .helpbar {
	width: 43px;
	height: 58px;
}
#c_slidelist div.slide h2 {
	margin: 2px 0 0;
}
#c_slidelist div.slide h4 {
	margin-bottom: 1px;
}
#c_slidelist img.posleft {
	margin-left: -2px;
}
#c_slidelist img.poscenter {
	margin-left: 19px;
}
#c_slidelist img.posright {
	margin-left: 40px;
}
#c_slidelist img.postop {
	margin-top: -39px;
}
#c_slidelist img.posmiddle {
	margin-top: -25px;
}
#c_slidelist img.posbottom {
	margin-top: -10px;
}

/*----- TEXT STYLES -----*/
#c_body.redirect .c_link h2 {
	font-size: 240%;
}

/*----- LINKS -----*/
a.s_sidemenu,
a.s_headmenu {
	padding: 1px 2px;
}
a.s_headmenu {
	margin: 0 1px 2px;
}
a.s_sidemenu {
	margin: 0 0 1px;
}
a.s_sidemenu.first {
	margin: 2px 0 1px;
}
.ttleft:after {
	left: -10em;
}
.ttright:after {
	right: -10em;
}
.tooltip:after {
	font-size: x-small;
}
.tooltip:hover:after,
.tooltip:active:after {
	bottom: 12px;
}
.tooltip:hover:before,
.tooltip:active:before {
	bottom: 9px;
}

/*----- NAVIGATION -----*/
ul#navi {
	height: 40px;
}
ul#navi li {
	height: 40px;
}
ul#navi li.user {
	width: 40px;
	top: 2px;
}
ul#navi li.user.smalloff,
ul#navi li.face.smalloff {
	display: none;
}
ul#navi li.develop {
	top: 30px;
}
ul#navi li.logo {
	width: 40px;
}
.forscreen,
ul#navi li.logo img.logo {
	display: none;
}
.formobile,
ul#navi li.logo img.icon {
	display: block;
}
ul#navi li.face {
	width: 36px;
	height: 36px;
	padding: 2px;
}
ul#navi li.bigface {
	width: 46px;
	height: 46px;
	padding: 2px;
}
ul#navi li.link {
	width: 36px;
	height: 36px;
	padding: 2px;
}
ul#navi ul.first.text.height1 li.li1st,
ul#navi ul.second.text.height1 li.li2nd {
	height: 12px;
}
ul#navi ul.first.thumb.height1 li.li1st,
ul#navi ul.second.thumb.height1 li.li2nd {
	height: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul#navi ul.first.height2 li.li1st,
ul#navi ul.second.height2 li.li2nd {
	height: 28px;
}
ul#navi ul.first.height3 li.li1st,
ul#navi ul.second.height3 li.li2nd {
	height: 44px;
}
ul#navi ul.first {
	left: 5%;
	width: 90%;
}
ul#navi ul.second {
	left: 36px;
	width: 90%;
}
ul#navi li.link:hover ul.first.drops1,
ul#navi ul.first li:hover ul.second.drops1 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops2,
ul#navi ul.first li:hover ul.second.drops2 {
	height: 60px;
}
ul#navi li.link:hover ul.first.drops3,
ul#navi ul.first li:hover ul.second.drops3 {
	height: 90px;
}
ul#navi li.link:hover ul.first.drops4,
ul#navi ul.first li:hover ul.second.drops4 {
	height: 120px;
}
ul#navi li.link:hover ul.first.drops5,
ul#navi ul.first li:hover ul.second.drops5 {
	height: 150px;
}
ul#navi li.link:hover ul.first.drops6,
ul#navi ul.first li:hover ul.second.drops6 {
	height: 180px;
}
ul#navi li.link:hover ul.first.drops7,
ul#navi ul.first li:hover ul.second.drops7 {
	height: 210px;
}
ul#navi li.link:hover ul.first.drops8,
ul#navi ul.first li:hover ul.second.drops8 {
	height: 240px;
}
ul#navi li.link:hover ul.first.drops9,
ul#navi ul.first li:hover ul.second.drops9 {
	height: 240px;
}
ul#navi li.link:hover ul.first.drops10,
ul#navi ul.first li:hover ul.second.drops10 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops11,
ul#navi ul.first li:hover ul.second.drops11 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops12,
ul#navi ul.first li:hover ul.second.drops12 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops13,
ul#navi ul.first li:hover ul.second.drops13 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops14,
ul#navi ul.first li:hover ul.second.drops14 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops15,
ul#navi ul.first li:hover ul.second.drops15 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops16,
ul#navi ul.first li:hover ul.second.drops16 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops17,
ul#navi ul.first li:hover ul.second.drops17 {
	height: 30px;
}
ul#navi li.link:hover ul.first.drops18,
ul#navi ul.first li:hover ul.second.drops18 {
	height: 30px;
}

/*----- FORMS -----*/
form.orderform .s_checkout {
	padding: 1px 2px 2px;
}
form.userform {
	margin: 3px 0 5px;
}
form.userform span.c_formarray {
	padding-bottom: 1px;
	margin: 1px 0 3px;
}
form.userform span.c_formarray p {
	margin-bottom: 1px;
}
form.userform span,
form.userform label {
	padding-top: 2px;
}
form.userform span img,
form.userform label img {
	margin-top: -2px;
}
form.userform span.checkline {
	padding-top: 1px;
	margin-bottom: -1px;
}
form.userform p {
	margin-bottom: 3px;
}
form.userform p.s_button {
	margin-bottom: 1px;
}
form.userform p.c_layout {
	margin: -60px 5px 3px 0;
}
form.userform p.c_layout span {
	margin-top: 60px;
}
form.userform .checkarray.full {
	margin: 2px 0;
}
form.userform span.checkline.tight {
	width: 49%;
}
form.userform span.checkline.full {
	width: 49%;
}
form.userform span.checkline.half {
	width: 99%;
}
form.userform textarea.full,
form.userform input.textline.full,
form.userform p.textline.full label {
	margin-top: 1px;
}
form.userform p.showevenmore {
	margin-bottom: 2px;
}
form.userform p.hideevenmore {
	margin-bottom: 2px;
}
select.b_form {
	height: 8px;
}
.b_form {
	padding: 2px;
	font-size: 100%;
}
.uploadifyQueueItem {
	margin-top: 2px;
	padding: 3px;
}
.uploadifyQueueItem .cancel img {
	margin-right: 2px;
	padding: 2px;
}
.uploadifyProgress {
	height: 10px;
	margin-top: 3px;
}
.uploadifyProgressBar {
	height: 10px;
}
fieldset.uploadify {
	padding: 0 3px;
	margin: 3px 0;
}
fieldset.uploadify legend {
	padding: 1px 2px;
}
div.f_uploadbuttons {
	padding: 3px 0 2px;
}
fieldset.uploadify span,
span.f_remark {
	padding: 1px 2px;
	margin-right: 3px;
}

/*----- BUTTONS -----*/
a.button {
	margin-right: 1px;
}

/*----- AVAGAR.DE * LEGAR.DE * PAPAGAR.DE * URLGUI.DE -----*/
.speech {
	padding: 2px 2px 0;
	margin: 1px;
	font-size: 10px;
	line-height: 9px;
	-webkit-border-radius: 7px / 13px;
	-moz-border-radius: 7px / 13px;
	border-radius: 7px / 13px;
}
.speech.bottom {
	padding: 0 2px 2px;
}
.speech.top.center:after,
.speech.top.right:after {
	bottom: -4px;
	border-width: 4px 10px 0 3px;
}
.speech.top.left:after {
	bottom: -4px;
	border-width: 4px 3px 0 10px;
}
.speech.bottom.center:before,
.speech.bottom.right:before {
	top: -4px;
	border-width: 0 10px 4px 3px;
}
.speech.bottom.left:before {
	top: -4px;
	border-width: 0 3px 4px 10px;
}
.speech.user,
.speech.common {
	font-size: 9px;
	line-height: 8px;
}
table.speechtable td {
	height: 158px;
}
table.speechtable td span.speech {
	padding-bottom: 4px;
}
.head {
	width: 24px;
	height: 15px;
	cursor: url(../images2/other/speech.png) , auto;
}
.search {
	width: 12px;
	height: 8px;
	cursor: url(../images2/other/search.png) , auto;
}

/*----- THEME IMAGES -----*/
.fullw16 {
	width: 4px;
}
.boxw16 {
	width: 6px;
}
.fullw18 {
	width: 5px;
}
.boxw18 {
	width: 7px;
}
.fullw20 {
	width: 5px;
}
.boxw20 {
	width: 8px;
}
.fullw22 {
	width: 6px;
}
.boxw22 {
	width: 9px;
}
.fullw24 {
	width: 6px;
}
.boxw24 {
	width: 9px;
}
.fullw26 {
	width: 7px;
}
.boxw26 {
	width: 10px;
}
.fullw28 {
	width: 7px;
}
.boxw28 {
	width: 11px;
}
.fullw30 {
	width: 8px;
}
.boxw30 {
	width: 12px;
}
.fullw32 {
	width: 8px;
}
.boxw32 {
	width: 12px;
}
.fullw34 {
	width: 9px;
}
.boxw34 {
	width: 13px;
}
.fullw36 {
	width: 9px;
}
.boxw36 {
	width: 14px;
}
.fullw38 {
	width: 10px;
}
.boxw38 {
	width: 15px;
}
.fullw40 {
	width: 10px;
}
.boxw40 {
	width: 15px;
}
.fullw42 {
	width: 11px;
}
.boxw42 {
	width: 16px;
}
.fullw44 {
	width: 11px;
}
.boxw44 {
	width: 17px;
}
.fullw46 {
	width: 12px;
}
.boxw46 {
	width: 18px;
}
.fullw48 {
	width: 12px;
}
.boxw48 {
	width: 18px;
}
.fullw50 {
	width: 13px;
}
.boxw50 {
	width: 19px;
}
.fullw52 {
	width: 13px;
}
.boxw52 {
	width: 20px;
}
.fullw54 {
	width: 14px;
}
.boxw54 {
	width: 21px;
}
.fullw56 {
	width: 14px;
}
.boxw56 {
	width: 21px;
}
.fullw58 {
	width: 15px;
}
.boxw58 {
	width: 22px;
}
.fullw60 {
	width: 15px;
}
.boxw60 {
	width: 23px;
}
.fullw62 {
	width: 16px;
}
.boxw62 {
	width: 24px;
}
.fullw64 {
	width: 16px;
}
.boxw64 {
	width: 24px;
}
.fullw68 {
	width: 17px;
}
.boxw68 {
	width: 26px;
}
.fullw72 {
	width: 18px;
}
.boxw72 {
	width: 27px;
}
.fullw76 {
	width: 19px;
}
.boxw76 {
	width: 29px;
}
.fullw80 {
	width: 20px;
}
.boxw80 {
	width: 30px;
}
.fullw84 {
	width: 21px;
}
.boxw84 {
	width: 32px;
}
.fullw88 {
	width: 22px;
}
.boxw88 {
	width: 33px;
}
.fullw92 {
	width: 23px;
}
.boxw92 {
	width: 35px;
}
.fullw96 {
	width: 24px;
}
.boxw96 {
	width: 36px;
}
.fullw100 {
	width: 25px;
}
.boxw100 {
	width: 38px;
}
.fullw104 {
	width: 26px;
}
.boxw104 {
	width: 39px;
}
.fullw108 {
	width: 27px;
}
.boxw108 {
	width: 41px;
}
.fullw112 {
	width: 28px;
}
.boxw112 {
	width: 42px;
}
.fullw116 {
	width: 29px;
}
.boxw116 {
	width: 44px;
}
.fullw120 {
	width: 30px;
}
.boxw120 {
	width: 45px;
}
.fullw124 {
	width: 32px;
}
.boxw124 {
	width: 47px;
}
.fullw128 {
	width: 32px;
}
.boxw128 {
	width: 48px;
}
.fullw136 {
	width: 34px;
}
.boxw136 {
	width: 51px;
}
.fullw144 {
	width: 36px;
}
.boxw144 {
	width: 54px;
}
.fullw152 {
	width: 38px;
}
.boxw152 {
	width: 57px;
}
.fullw160 {
	width: 40px;
}
.boxw160 {
	width: 60px;
}
.fullw168 {
	width: 42px;
}
.boxw168 {
	width: 63px;
}
.fullw176 {
	width: 44px;
}
.boxw176 {
	width: 66px;
}
.fullw184 {
	width: 46px;
}
.boxw184 {
	width: 69px;
}
.fullw192 {
	width: 48px;
}
.boxw192 {
	width: 72px;
}
.fullw200 {
	width: 50px;
}
.boxw200 {
	width: 75px;
}
.fullw208 {
	width: 52px;
}
.boxw208 {
	width: 78px;
}
.fullw216 {
	width: 54px;
}
.boxw216 {
	width: 81px;
}
.fullw224 {
	width: 56px;
}
.boxw224 {
	width: 84px;
}
.fullw232 {
	width: 58px;
}
.boxw232 {
	width: 87px;
}
.fullw240 {
	width: 60px;
}
.boxw240 {
	width: 90px;
}
.fullw248 {
	width: 63px;
}
.boxw248 {
	width: 93px;
}
.fullw256 {
	width: 64px;
}
.boxw256 {
	width: 96px;
}
.fullw320 {
	width: 80px;
}
.boxw320 {
	width: 120px;
}
.fullw360 {
	width: 90px;
}
.boxw360 {
	width: 135px;
}
.fullw480 {
	width: 120px;
}
.boxw480 {
	width: 180px;
}
.fullw512 {
	width: 128px;
}
.boxw512 {
	width: 192px;
}
.fullh16 {
	height: 4px;
}
.boxh16 {
	height: 6px;
}
.fullh24 {
	height: 6px;
}
.boxh24 {
	height: 9px;
}
.fullh32 {
	height: 8px;
}
.boxh32 {
	height: 12px;
}
.fullh48 {
	height: 12px;
}
.boxh48 {
	height: 18px;
}
.fullh64 {
	height: 16px;
}
.boxh64 {
	height: 24px;
}
.fullh96 {
	height: 24px;
}
.boxh96 {
	height: 36px;
}
.fullh128 {
	height: 32px;
}
.boxh128 {
	height: 48px;
}
.fullh160 {
	height: 40px;
}
.boxh160 {
	height: 60px;
}
.fullh192 {
	height: 48px;
}
.boxh192 {
	height: 72px;
}
.fullh224 {
	height: 56px;
}
.boxh224 {
	height: 84px;
}
.fullh256 {
	height: 64px;
}
.boxh256 {
	height: 96px;
}
.fullh320 {
	height: 80px;
}
.boxh320 {
	height: 120px;
}
.top15 {
	margin-top: 4px;
}
.top30 {
	margin-top: 8px;
}
.top45 {
	margin-top: 12px;
}
.top60 {
	margin-top: 15px;
}
.top75 {
	margin-top: 19px;
}
.top90 {
	margin-top: 23px;
}
.top105 {
	margin-top: 27px;
}
.top120 {
	margin-top: 30px;
}
.top135 {
	margin-top: 34px;
}
.top150 {
	margin-top: 38px;
}
.top165 {
	margin-top: 42px;
}
.top180 {
	margin-top: 45px;
}
.top195 {
	margin-top: 49px;
}
.top210 {
	margin-top: 53px;
}
.top225 {
	margin-top: 57px;
}
.top240 {
	margin-top: 60px;
}
.top255 {
	margin-top: 64px;
}
.top270 {
	margin-top: 68px;
}
.top285 {
	margin-top: 72px;
}
.top300 {
	margin-top: 75px;
}
.top315 {
	margin-top: 79px;
}
.top330 {
	margin-top: 83px;
}
.top345 {
	margin-top: 87px;
}
.top360 {
	margin-top: 90px;
}
.top375 {
	margin-top: 94px;
}
.top390 {
	margin-top: 98px;
}
.top405 {
	margin-top: 102px;
}
.top420 {
	margin-top: 105px;
}
.top435 {
	margin-top: 109px;
}
.top450 {
	margin-top: 113px;
}
.top465 {
	margin-top: 117px;
}
.top480 {
	margin-top: 120px;
}
.top495 {
	margin-top: 124px;
}
.top510 {
	margin-top: 128px;
}
.top525 {
	margin-top: 132px;
}
.top540 {
	margin-top: 135px;
}
.top555 {
	margin-top: 139px;
}
.top570 {
	margin-top: 143px;
}
.top585 {
	margin-top: 147px;
}
.top600 {
	margin-top: 150px;
}

/*------- THEME "DEFAULT" -------*/

/*----- HTML, BODY -----*/
hr {
	border-width: 1px 0 0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
#container .side.columns {
	width: 98%;
}
#container .main.columns {
	width: 98%;
}
#container .helpside.columns {
	width: 98%;
}
#container .helpmain.columns {
	width: 98%;
}

/*----- CONTAINERS / BOXES -----*/
#c_side.user .split.first {
	border-right: 2px solid rgba(255,255,255,0.45);
}
#c_body.redirect .c_gfactor,
#c_footer.redirect .c_gfactor,
#c_body.redirect .c_link,
#c_footer.redirect .c_link {
	line-height: 175%;
}
#c_bar {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .6);
	box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .6);
}
#c_bar .s_helpbar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
}

/*----- BACKGROUNDS -----*/
.c_timeline {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
}

/*----- STYLES -----*/
.s_container,
.s_common {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
}
.s_navi {
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0,0,0, 0.8);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0,0,0, 0.8);
	box-shadow: 0px 2px 2px -1px rgba(0,0,0, 0.8);
}
a.s_sidemenu,
a.s_headmenu {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
table.s_iconbox td.text {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
table.s_cart.mini td {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
table.s_cart.checkout td {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
table.s_table .first {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
table.s_table .price {
	letter-spacing: 0em;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
}
table.s_table h3,
table.s_table h6 {
	letter-spacing: -0.1em;
}

/*----- IMAGES -----*/
img.jpeg {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
}
img.jpeg.small {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
}
img.jpeg.tiny {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
}
a img.png:hover,
a img.png:focus {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
img.round.soft {
	-webkit-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, .6);
}

/*----- LISTS -----*/
.l_redirect {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.l_edit {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#c_slidelist .slide {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*----- TEXT STYLES -----*/
h1 {
	font-size: 320%;
	margin-bottom: 2px;
}
h2 {
	font-size: 210%;
	margin-bottom: 2px;
}
h3,
form.orderform .s_checkout {
	font-size: 160%;
	margin-bottom: 1px;
}
h4 {
	font-size: 140%;
	margin-bottom: 3px;
}
h5 {
	font-size: 120%;
	margin-bottom: 3px;
}
h6 {
	font-size: 110%;
	margin-bottom: 2px;
}
.camera_caption.cover {
	font-size: 120%;
}

/*----- LINKS -----*/

/*----- NAVIGATION -----*/
ul#navi li.link:hover,
ul#navi li.link.current {
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}
ul#navi ul.first {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul#navi ul.second {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul#navi ul li.chosen {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul#navi ul.first li:hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul#navi ul.second li:hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*----- FORMS -----*/
form.orderform .s_checkout {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
form.userform span.c_formarray {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
form.userform span.checkline:hover,
form.userform span.checkline:focus {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.uploadifyQueueItem {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.uploadifyProgress {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
}
.uploadifyProgressBar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
span.f_remark,
fieldset.uploadify span,
fieldset.uploadify legend {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
}

/*----- AVAGAR.DE * LEGAR.DE * PAPAGAR.DE * URLGUI.DE -----*/
.speech {
	-webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .6);
}

}  /* END MICROPHONE */

