/* SKINBOOK CSS */

@media screen, projection {

	/* Reset */
	* {margin: 0;padding: 0;}

	/* Základní definice */
	body {
		font: 0.75em/1.5em Tahoma, 'Lucida Grande CE', lucida, sans-serif;
		color: #222;
		background: #fff url('http://www.skinbook.cz/images/backg_page.jpg') repeat-x;
		margin-top: 140px;
	}
	
	img {border: 0;}
	
	a {
		color: #0296cc;
		text-decoration: underline;
	}
	
	a:hover {
		color: #222;
		text-decoration: none;
	}
	
	a:visited {
		color: #666;
	}
	
	a:visited:hover {
		color: #222;
	}
	
	a:active {
		color: #222;
	}
	
	a.aa {
		color: #0296cc;
	}
	
	input, textarea, button, select {
		font: 0.97em Tahoma, 'Lucida Grande CE', lucida, sans-serif;
		color: #222;
	}
	
	.print, #style_graphic_trigger {
		display: none;
	}
	
	
	#container {
		width: 960px;
		margin: 0 auto;
	}
	
	#header {
		position: absolute;
		top: 0px;
		width: 960px;
	}
	
	#header_logo {
		position: absolute;
		top: 20px;
		width: 480px;
	}
	
	#header_logo h2 {
		position: absolute;
		left: 218px;
		top: 22px;
		color: #666;
		font-size: 1.2em;
		font-weight: normal;
		width: auto;
	}
	
	#header_menu {
		position: absolute;
		right: 0px;
		top: 5px;
		list-style: none;
	}
	
	#header_menu li {
		float: left;
		padding: 0 0 0 10px;
	}
	
	#header_menu img {
		vertical-align: middle;
	}
	
	#header_cart {
		position: absolute;
		top: 42px;
		right: 0px;
	}
	
	#header_cart ul {
		list-style: none;
	}
	
	#header_cart li {
		float: left;
		padding: 0 0 0 10px;
	}
	
	#header_cart img {
		vertical-align: middle;
		margin-top: -1px;
	}
	
	#menu {
		position: absolute;
		top: 70px;
		width: 960px;
		padding-left: 2px;
		background: url('http://www.skinbook.cz/images/backg_menu.jpg') no-repeat;
	}
	
	#menu ul {
		list-style: none;
	}
	
	#menu li {
		float: left;
		background: url('http://www.skinbook.cz/images/backg_menu.jpg') no-repeat top right;
		padding-right: 2px;
	}
	
	#menu a {
		color: #fff;
		font-size: 1.1em;
		text-decoration: none;
		display: block;
		height: 28px;
		line-height: 28px;
		padding: 0 15px;
		float: left;
	}
	
	#menu a.selected {
		background: #027098 url('http://www.skinbook.cz/images/backg_menu_selected.jpg');
	}
	
	#menu a:hover {
		color: #7eddff;
	}
	
	#menu img {
		vertical-align: top;
		margin: 3px 3px 0 0;
	}
	
	#menu form div {
		float: right;
		margin: 3px 2px 0 0;
		padding-left: 20px;
		background: url('http://www.skinbook.cz/images/search.png') no-repeat 0 3px;
	}
	
	#menu form input {
		height: 14px;
		padding: 1px;
		width: 100px;
	}
	
	#submenu {
		position: absolute;
		top: 105px;
		width: 960px;
		list-style: none;
		margin-left: 17px;
	}
	
	#submenu li {
		float: left;
		padding: 0 15px 0 0;
	}
	
	#submenu li a {
		font-size: 1.1em;
		color: #666;
	}
	
	#submenu li a:hover {
		color: #222;
	}
	
	#submenu li .selected {
		color: #70c4e2;
		text-decoration: none;
	}
	
	#content {
		width: 960px;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
		margin-bottom: 20px;
		background: #fff url('http://www.skinbook.cz/images/backg_content.jpg');
	}
	
	#content.subpage {
		width: 926px;
		padding: 20px 17px;
		background-image: none;
	}
	
	.subpage h3 {
		font-weight: normal;
		font-size: 1.2em;
		padding: 0 0 10px 0;
	}
	
	.subpage h3 span {
		font-size: 0.8em;
		padding-left: 30px;
		color: #666;
	}
	
	.subpage p {
		padding: 5px 0;
	}
	
	.content_end {
		width: 960px;
		display: block;
		clear: both;
		height: 0px;
		margin-top: -1px;
	}
	
	#left {
		float: left;
		width: 640px;
		border-right: 1px solid #fff;
	}
	
	#left h2 {
		font-size: 2em;
		font-weight: normal;
		padding: 5px 0;
	}
	
	#left div {
		height: 125px;
		padding: 10px 20px;
		border-bottom: 1px solid #fff;
	}
	
	#left ul {
		margin: 5px 20px 0px 30px;
	}
	
	.subpage ul {
		margin: 15px 30px;
	}
	
	.subpage ul.gallery, .subpage ul.slider_content {
		margin: 0;
	}
	
	h2.sticker {
		color: #ca232a;
	}
	
	h2.bags {
		color: #ef9f2a;
	}
	
	h2.usb {
		color: #29ad5a;
	}
	
	#left .itemmenu {
		list-style: none;
		float: right;
		margin: 10px 0 0 0;
	}
	
	#left .itemmenu li {
		float: left;
		height: 35px;
		color: #666;
	}
	
	#left h3 {
		font-weight: normal;
		font-size: 1em;
	}
	
	#left a {
		display: block;
		padding: 5px 10px;
		margin: 0 0 0 5px;
		border: 1px solid #fff;
		color: #fff; 
		text-decoration: none;
		font-size: 1.2em;
	}
	
	#left .first {
		background: url('http://www.skinbook.cz/images/backg_sticker.jpg') no-repeat;
		background-position: right top;
	}
	
	#left .second {
		background: url('http://www.skinbook.cz/images/backg_bags.jpg') no-repeat;
		background-position: right top;
	}
	
	#left .third {
		background: url('http://www.skinbook.cz/images/backg_usb.jpg') no-repeat;
		background-position: right top;
	}
	
	#left .third {
		border-bottom: 0px;
	}
	
	#left .first a {		
		background: #ca232a url('http://www.skinbook.cz/images/backg_button_sticker.jpg') repeat-x;
	}
	
	#left .first a:hover {
		color: #ffb9a1;
		border: 1px solid #ffb9a1;
	}
	
	#left .second a {
		background: #ef9f2a url('http://www.skinbook.cz/images/backg_button_bags.jpg') repeat-x;
	}
	
	#left .second a:hover {
		color: #fff18e;
		border: 1px solid #fff18e;
	}
	
	#left .third a {
		background: #29ad5a url('http://www.skinbook.cz/images/backg_button_usb.jpg') repeat-x;
	}
	
	#left .third a:hover {
		color: #9cffbd;
		border: 1px solid #9cffbd;
	}
	
	#right {
		float: left;
		width: 319px;
	}
	
	#right img {
		vertical-align: middle;
	}
	
	#right #actual img {
		vertical-align: middle;
		position: absolute;
	}
	
	#right .box {
		height: 125px;
		padding: 10px 20px;
		border-bottom: 1px solid #fff;
	}
	
	#right h4 {
		font-size: 1.2em;
		font-weight: normal;
		color: #026487;
	}
	
	#actual img {
		padding-top: 7px;
	}
	
	#actual_num {
		list-style: none;
		float: right;
	}
	
	#actual_num li {
		float: left;
		background: #0296cc url('http://www.skinbook.cz/images/backg_banner_num.jpg') no-repeat;
		width: 18px;
		height: 18px;
		margin: 0 3px 0 0;
		text-align: center;
	}
	
	#actual_num .selected {
		background: #666 url('http://www.skinbook.cz/images/backg_banner_num_selected.jpg') no-repeat;
	}
	
	#actual_num a {
		color: #fff;
		display: block;
		text-decoration: none;
	}
	
	#actual_num a:hover {
		color: #70c4e2;
	}
	
	#news h4 {
		margin-bottom: 2px;
	}
	
	.news {
		padding: 5px 0 0 0;
	}
	
	.news h5 {
		font-weight: normal;
		font-size: 1em;
	}
	
	.news .news_text {
		font-size: 0.95em;
	}
	
	.date {
		color: #666;
	}
	
	#news_next {
		margin-top: 7px;
		text-align: right;
	}
	
	#news_next a {
		margin: 0 0 0 10px;
	}
	
	#news_next .img {
		margin: 0;
	}
	
	#contact.box {
		border-bottom: 0;
	}
	
	#contact div {
		padding: 5px 0;
		height: 18px;
	}
	
	#contact span {
		color: #666;
		float: left;
	}
	
	#contact h5 {
		float: right;
		font-size: 1.2em;
		font-weight: normal;
	}
	
	#contact small {
		font-size: 0.95em;
	}
	
	#function {
		height: 70px;
	}
	
	#function div {
		float: left;
	}
	
	#function a img {
		border: 1px solid #70c4e2;
		padding: 2px;
		background-color: #ddd;
		margin: 0 2px 4px 2px;
		vertical-align: middle;
	}
	
	#function a:hover img {
		border-color: #025f81;
	}
	
	#function form {
		float: right;
		text-align: right;
	}
	
	#function input {
		height: 14px;
		padding: 1px;
		width: 100px;
	}
	
	#function label {
		margin-right: 10px;
	}
	
	#link, #payments {
		width: 390px;
		height: 70px;
	}
	
	#link div, #payments div {
		float: left;
	}
	
	#link .title, #payments .title {
		height: 70px;
		padding: 2px 10px 0 0;
	}
	
	#payments {
		width: 300px;
		margin-left: 20px;
	}
	
	#footer {
		border-top: 1px solid #70c4e2;
		background: url('http://www.skinbook.cz/images/backg_footer.jpg') repeat-x;
		float: left;
		width: 100%;
		
	}
	
	#footer_content {
		margin: 0 auto;
		width: 960px;
		padding-top: 20px;
	}
	
	#footer_content ul {
		list-style: none;
	}
	
	#footer_content li {
		float: left;
		padding: 3px 15px 0 0;
	}
	
	#footer_content form div {
		float: right;
	}
	
	#footer_content select {
		height: 19px;
		width: 106px;
		margin-top: -1px;
	}
	
	#changelang {
		
	}
	
	#footer_content #copyright {
		float: left;
		padding: 10px 0 19px 0;
		font-size: 0.95em;
		color: #666;
		width: 960px;
	}
	
	#footer_content #copyright a {
		color: #666;
	}
	
	#footer_content #copyright div {
		float: right;
	}
	
	#footer_content #flag {
		float: right;
		margin-right: 10px;
	}
	
	#footer_content #flag img {
		margin: 0 5px 0 0;
		padding: 2px;
		background-color: #ddd;
		border: 1px solid #70c4e2;
	}
	
	#measure {
		visibility: hidden;
	}
	
	.red {
		color: #ff0000;
	}
	
	.green {
		color: #32cd32;
	}
	
	.help {
		font-size: 0.9em;
	}
	
	.subpage form .fhelp {
		text-align: center;
		border-top: 1px solid #fff;
		font-size: 0.9em;
	}
	
	.half {
		float: left;
		width: 433px;
		padding: 15px;
	}
	
	.subpage form div {
		padding: 10px 20px;
		background-color: #eee;
		height: 20px;
	}
	
	.subpage form div.auto {
		height: auto;
	}
	
	.subpage form div.white {
		background-color: #fff;
	}
	
	.subpage form .half {
		padding: 15px;
		height: auto;
		background-color: #fff;
	}
	
	.subpage form .half div.second {
		height: 19px;
		border-bottom: 1px solid #fff;
	}
	
	.cart div {
		width: 556px;
	}
	
	.subpage form div.content_end {
		padding: 0;
		background-color: #fff;
		height: auto;
	}
	
	.subpage form input, .subpage form select {
		padding: 2px;
	}
	
	.subpage form .second {
		background-color: #70c4e2;
	}
	
	.subpage label {
		width: 50%;
		float: left;
		padding-top: 2px;
	}
	
	.subpage label.nolabel {
		float: none;
		padding-right: 5px;
		width: auto;
	}
	
	.labelhelp {
		cursor: help;
		border-bottom: 1px dotted #222;
	}
	
	.subpage label.small {
		font-size: 0.9em;
		float: none;
		width: auto;
		display: block;
		padding-left: 30px;
	}
	
	.subpage .check {
		height: 35px;
	}
	
	.subpage .check input {
		float: left;
		margin-top: 7px;
	}
	
	.subpage .submit {
		text-align: center;
		background-color: #fff;
	}
	
	.subpage .submit input {
		padding: 5px;
	}
	
	.subpage .textarea {
		height: 75px;
	}
	
	.subpage .textarea textarea {
		height: 70px;
	}
	
	.hr, .hrs {
		background-color: #ddd;
		height: 1px;
		width: 960px;
		margin: 15px 0 15px -15px;
		font-size: 0px;
	}
	
	.hrs {
		width: 480px;
	}
	
	.shelp {
		color: #70c4e2;
		cursor: help;
	}
	
	.helper {
		border-bottom: 1px dotted #222;
		cursor: help;
	}
	
	img.thumb {
		float: left;
		margin-right: 10px;
		border: 1px solid #70c4e2;
		padding: 1px;
		margin-top: -6px;
	}
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.center {
		position: relative;
		text-align: center;
	}
	
	.subpage h4 {
		font-size: 1em;
		margin-top: 20px;
	}
	
	.grey {
		color: #666;
	}
	
	ul.rss {
		list-style: none;
		margin-left: 18px;
	}
	
	ul.rss img {
		vertical-align: middle;
	}
	
	.pl {
		padding-left: 15px;
	}
	
	.ml {
		margin-left: 15px;
	}
	
	.pt {
		padding-top: 15px;
	}
	
	.mr {
		margin-right: 15px;
	}
	
	.lt {
		float: left;
		width: 33%;
	}
	
	.li {
		float: left;
		width: 310px;
		padding-right: 20px;
	}
	
	.ri {
		float: left;
		width: 310px;
	}
	
	.ri .subgallery {
		margin-left: 4px;
	}
	
	#subvarieties, #subvarieties .subgallery {
		margin-left: 0;
		width: 306px;
	}
	
	#goods_params {
		color: #027098;
		text-align: right;
		float: left;
		width: 596px;
	}
	
	#goods_params span {
		float: left;
		color: #222;
	}
	
	#goods_params div {
		padding: 3px 20px;
		border-bottom: 1px solid #efefef;
	}
	
	#goods_params .last {
		border-bottom: 0;
	}
	
	#goods_params .first {
		margin-top: 15px;
	}
	
	.bigger {
		font-size: 1.5em;
		padding: 5px 20px;
		color: #0296cc;
	}
	
	.bigger span {
		font-size: 0.8em;
		color: #222;
	}
	
	#goods_params .hr {
		width: 630px;
		padding: 0;
	}
	
	form.cart {
		float: left;
		width: 590px;
		margin-top: 15px;
	}
	
	#goods_text {
		float: right;
		width: 550px;
		padding: 0 20px;
	}
	
	.gallery {
		width: 930px;
		float: left;
		margin-left: -60px;
	}
	
	.gallery li {
		float: left;
		list-style: none;
		width: 310px;
		height: 263px;
		border-bottom: 1px solid #eee;
	}
	
	.gallery li div {
		padding: 5px 20px 5px 40px;
		text-align: right;
	}
	
	.gallery li div a {
		float: left;
	}
	
	.subgallery h3 {
		padding-left: 10px;
	}
	
	.subgallery ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: 310px;
	}
	
	.subgallery li {
		float: left;
		width: 100px;
		padding: 0 1px;
		margin-top: -2px;
	}
	.subgallery img {
		width: 100px;
	}
	
	.goods_article {
		width: 596px;
		float: left;
		padding-top: 20px;
	}
	
	#how_to_measure {
		height: 250px;
		background-color: #fff;
		text-align: center;
	}
	
	#how_to_measure img {
		display: inline;
		margin-left: 20px;
	}
	#how_to_measure img.first {margin: 0;}
	
	.ne_models_visible, .ne_models {
		width: 175px;
	}
	
	.tright {
		text-align: right;
	}
	
	.m15 {
		margin: 15px;
	}
	
	.ne_postage, .ne_postage_visible {
		float: left;
		margin-top: -19px;
		margin-left: 50%;
		list-style: none;
		width: 300px;
	}
	
	.hc {
		cursor: help;
	}
	
	ul.ohlasy {
		list-style: none;
		width: 100%;
		margin: 0px 0 0 0px;
	}
	
	ul.ohlasy li {
		border-bottom: 1px solid #ddd;
		padding: 15px 0;
	}
	
	ul.ohlasy li.last {
		border-bottom: 0px;
	}
	
	table tr.thead {
		background-color: #ddd;
		color: #036d94;
		line-height: 25px;
	}
	
	table tr.thead td {
		border-top: 1px solid #70c4e2;
		border-bottom: 1px solid #70c4e2;
		height: 25px;
		padding: 0 10px;
	}
	
	table tr.thead .ftd {
		border-left: 1px solid #70c4e2;
	}
	table tr.thead .ltd {
		border-right: 1px solid #70c4e2;
	}
	
	table td {
		padding: 5px 10px;
	}
	
	table tr.second {
		background-color: #eee;
	}
	
	/* Switchbox */
	.subpage form div.switchbox, .subpage form div.switchbox div {
		height: 29px;
		padding: 0;
	}
	
	.switchbox {
		margin: -5px 0 0 40%;
		display: block;
		position: relative;
	}
	.switchbox .scrollarea {
		width: 95px;
		height: 29px;
		background: url('http://www.skinbook.cz/images/track.png') no-repeat;
		position: relative;
		margin: 0;
	}
	.switchbox div.handle {
		width: 42px;
		height: 29px;
		background: url('http://www.skinbook.cz/images/handle.png') center center no-repeat;
		cursor: w-resize;
		position: absolute;
		left: 0;
		top: 0;
	}
	.switchbox div.label {
		font-family: "Helvetica", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #DDD;
		/*text-shadow: 0 -1px 1px #555;*/
		position: absolute;
		top: 0;
		display: block;
		line-height: 29px;
		width: 75px;
		text-align: center;
		cursor: pointer;
	}
	.switchbox div.light_bg {
		color: #555;
		/*text-shadow: 0 1px 1px #FFF;*/
	}
	.switchbox div.right {
		right: 0;
	}
	.clearfix:after {
    	content: ".";
		font-size: 0;
    	display: block;
	    height: 0;
    	clear: both;
	    visibility: hidden;
	}
	.clearfix {
		display: inline-block;
	}
	
	/* Gallery select */
	.skisel ul, .skisel li {margin:0; border:0; padding:0; list-style:none;}
	.skisel {
		float: right;
		width: 250px;
		margin-top: -30px;
	}
	.stable {
		float: none;
		margin-top: 5px;
		width: 310px;
	}
	.skisel label {
		padding: 8px 0 0 10px;
		width: 100px;
	}
	.stable .skisel_select {
		float: right;
		margin-right: 20px;
	}
	.skisel .skisel_select li {
		background: url('http://www.skinbook.cz/images/galsel_lm.png') left top no-repeat;
		height: 30px;
		float: left;
	}
	.skisel .skisel_select li a {
		color: #036d94;
		text-decoration: none;
		padding: 0 10px;
		height: 30px;
		line-height: 30px;
		display: block;
		float: left;
		padding: 0 26px 0 10px;
		background: url('http://www.skinbook.cz/images/galsel_rm.png') right top no-repeat;
	}
	.skisel .skisel_select li a:hover {
		color: #222;
	}
	.skisel ul .skisel_sub_menu {
		border: solid 1px #ddd;
		border-top: 0;
		background: #fff !important;
		position: absolute;
		top: auto;
		margin-top: 32px;
		width: 250px;
		padding: 6px 0;
		z-index: 1500000;
	}
	.stable ul .skisel_sub_menu {
		margin-left: -150px;
	}
	.skisel ul .skisel_sub_menu li {
		background: none;
		display: block;
		float: none;
		margin: 0 6px;
		border: 0;
		height: auto;
		line-height: normal;
	}
	.skisel .skisel_sub_menu li a {
		background: #fff;
		display: block;
		float: none;
		padding: 6px 6px;
		margin: 0;
		border: 0;
		width: 228px;
		height: auto;
		color: #036d94;
		line-height: normal;
		border-top: solid 1px #70c4e2;
	}
	.skisel .skisel_sub_menu li a:hover {
		background: #ddd;
		color: #222;
	}
	
	/* Slider */
	.slider {
		width: 310px;
		height: 219px;
		display: block;
		overflow: hidden;
		position: relative;
	}
	.slider_content {
		width: 310px;
		height: 219px;
		display: block;
		list-style: none;
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;

	}
	.slider_content li {
		display: block;
		width: 310px;
		height: 219px;
		margin: 0;
		padding: 0;
		float: left;
	}
}

@media print {
	body {
		color: #000;
	}

	hr.print {
		display: none;
	}
	
	.print {
		display: inline;
	}
	
	#menu, #submenu, #usability, #header_menu, #header_logo img, #footer ul, #footer form, #footer #flag, #function, #header_cart, #actual {
		display: none;
	}
	
	#container {
		width: 600px;
	}
	
	h1,h3,h4 {font-weight:bold;}   
	h1 {font-size:24px;}
	h2 {font-size:20px;}
	h3 {font-size:16px;border-bottom:1px solid #ccc;padding:0 0 2px 0;margin:0 0 5px 0;}   
	h4 {font-size:13px;margin:0 0 2px 0;}  
	a {text-decoration:underline;}
	a:link:after, a:visited:after {content: " (" attr(href) ") "; font-size: 90%;}  
	
	.hr, .hrs {
		display: none;
	}
}

