/***********************************************************************************************************/
/* HipHopShopy @ amedio.cz, 2008 */
/*	display;
	position;
	float;
	overflow;
	width;
	height;
	min-width;
	max-width;
	min-height;
	max-height;
	margin;
	padding;
	border;
	background;
	color:
	font;
	text;
/***********************************************************************************************************/

* {margin: 0; padding: 0;}

body {
	height: 100%;
}

html {
	height: 100%;
	font-family: "Arial", sans-serif;
	background: #c7dcff;
}

img {
	border: 0;
}

fieldset {
	border: 0;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/***********************************************************************************************************/
/* Layout */
/***********************************************************************************************************/

/****************************************************** header *****************************************************/

#header {
	text-align: center;
	background: #ff0066 url('img/header-pattern-pink.jpg') no-repeat center top;
	height: 150px;
}

#header h1, #header p {
	display: none;
}

#header div.content {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	text-align: left;
}

#header div#logo {
	width: 735px;
	height: 150px;
	cursor: pointer;
	float: left;
}

#header div#searching {
	width: 220px;
	height: 150px;
	float: right;
	position: relative;
}

#header div#searching form legend {
	display: none;
}

#header div#searching form {
	width: 150px;
	height: 20px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

#header div#searching form input.text {
	width: 100px;
	padding: 2px 5px 3px 5px;
	color: #666666;
	border: 1px solid #bdb49f;
	float: left;	
	font-size: .7em;
}

#header div#searching form input.image {
	float: right;	
}

/****************************************************** window *****************************************************/

#window {
}

#window .content {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
}

/****************************************************** advise *****************************************************/

#advise { 
	background: url('img/links-pattern.jpg') no-repeat left top;
	margin: 0 20px 0 20px;
	padding: 0 0 50px 0;
}

#advise ul { 
	list-style-type: none;
	margin: 0 0 0 619px; 
	padding: 35px 0 0 0;
}

#advise ul li { 
	font-size: 1.25em;
	line-height: 1.8em;
	letter-spacing: -1px;
}

#advise ul li a { 
	color: #000;
	text-decoration: underline;	
}

#advise ul li a:hover { 
	text-decoration: none;	
}

/****************************************************** foot *****************************************************/

#foot {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

#foot .left {
	width: 300px;
	float: left;
	margin: 25px 0 0 28px;
	color: #6482b5;
	font-size: .85em;
	line-height: 1.35em;
}

#foot .left span {
	font-size: 10px;
}

#foot .left a {
	color: #6482b5;
	text-decoration: underline;
}

#foot .left a:hover {
	text-decoration: none;
}

#foot .right {
	width: 570px;
	float: right;
	margin: 30px 13px 0 0;
}

#foot .right ul {
	list-style-type: none;
	font-size: .65em;
	text-transform: uppercase;
	float: right;
}

#foot .right ul li {
	float: left;
	margin: 0 4px 0 4px;
	color: #6482b5;
}

#foot .right ul li a {
	color: #6482b5;
	padding: 3px 5px 3px 5px;
}

#foot .right ul li a:hover {
	color: #fff;
	background-color: #ff0066;
	text-decoration: none;
}

/****************************************************** homepage *****************************************************/

#homepage { 
	padding: 20px 0 0 0;
}

#homepage .pagerWrapper { 
	margin: 0 0 0 20px;
}

/****************************************************** homepage > left, homepage > detail *****************************************************/

#homepage .left, #homepage .detail { 
	width: 500px;
	float: left;	
	overflow: hidden;
}

/****************************************************** homepage > left > infoBox *****************************************************/

#homepage .infoBox { 
	margin: 0 0 0 20px;	
}

#homepage .infoBox h1 { 
	background: #ff0066;
	color: #fff;	
	font-size: 2.5em;
	letter-spacing: -2px;
	margin: 0;
	padding: 9px 15px 5px 24px;
}

#homepage .infoBox p { 
	margin: 10px 0 0 0;
	line-height: 1.6em;
	font-size: 1em;
}

#homepage .infoBox p a { 
	font-weight: bold;
	color: #ff0066;
	text-decoration: underline;
}

#homepage .infoBox p a:hover { 
	text-decoration: none;
}

#homepage .infoBox div.note { 
	margin: 10px 0 0 0;
	line-height: 1.6em;
	font-size: .75em;
	color: #666;
}

/****************************************************** homepage > right *****************************************************/

#homepage .right { 
	width: 420px;
	float: right;
	margin: 0 20px 0 0;	
}

/****************************************************** homepage > right > top *****************************************************/

#homepage .right .top { 
	position: relative;
	width: 420px;
	height: 330px;
}

#homepage .right .top .queens1 { 
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 250px;
	height: 250px;
}

#homepage .right .top .queens2 { 
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 420px;
	height: 60px;
}

#homepage .right .top .skatebeast { 
	position: absolute;
	right: 0;
	bottom: 80px;
	display: block;
	display: block;
	width: 150px;
	height: 150px;
}

#homepage .right .top form.category { 
	position: absolute;
	right: 0;
	top: 0;
}

#homepage .right .top form.category legend { 
	display: none;
}

#homepage .right .top form.category select { 
	width: 150px;
	display: block;
	margin: 0 0 9px 0;
}

/****************************************************** homepage > right > tag *****************************************************/

#homepage .right .tag { 
	margin: 20px 0 0 0;
}

/****************************************************** homepage > right > banners *****************************************************/

#homepage .right .banners { 
	margin: 30px 0 0 0;
}

#homepage .right .banners .item { 
	width: 125px;
	height: 125px;
	margin: 0 22px 20px 0;
	float: left;
	overflow: hidden;
	display: block;
}

#homepage .right .banners a.item { 
	text-indent: -100px;
}

#homepage .right .banners .last { 
	margin: 0 0 20px 0 !important;
}

#homepage .right .banners .empty { 
	background: url('img/empty-area.jpg') no-repeat left top;
	background-position: 0 0;
}

#homepage .right .banners .empty:hover { 
	background-position: -125px 0;
}

/****************************************************** homepage > right > guide *****************************************************/

#homepage .right h3.guide { 
	text-indent: -20000px;
	width: 420px;
	height: 60px;
	background: url('img/shopping-guide.jpg') no-repeat left top;
}

#homepage .right div.guide { 
	margin: 20px 0 0 0;
}

#homepage .right div.guide .item { 
	float: left;
	margin: 0 20px 20px 0;
}

#homepage .right div.guide .last { 
	margin: 0 0 20px 0 !important;
}

/****************************************************** homepage > right > corner *****************************************************/

#homepage .right h3.corner { 
	text-indent: -20000px;
	width: 420px;
	height: 60px;
	background: url('img/music-corner.jpg') no-repeat left top;
}

#homepage .right div.corner { 
	margin: 0;
}

/****************************************************** homepage > right > bigBanner *****************************************************/

#homepage .bigBanner { 
	margin: 20px 0 0 20px;
	padding: 0;
	width: 920px;
	height: 250px;
}

/****************************************************** homepage > topArticles *****************************************************/

#homepage .topArticles { 
	margin: 20px 20px 0 40px;
}

#homepage .topArticles h3 { 
	font-family: 'Georgia', serif;
	font-size: .7em;
	color: #f9211c;
	font-weight: normal; 
}

#homepage .topArticles table { 
	border-collapse: collapse;
	margin: 20px 0 0 0;
}

#homepage .topArticles table .item { 
	border-right: 20px solid white; 
	border-bottom: 20px solid white;
	vertical-align: top;
}

#homepage .topArticles table .item img { 
	cursor: pointer;
}

#homepage .topArticles table .last { 
	border-right: 0 solid white !important; 
	border-bottom: 20px solid white !important;
}

#homepage .topArticles table td h2 { 
	font-size: 1.4em;
	line-height: 1.05em;
	letter-spacing: -1px;
	margin: 13px 0 0 0;
}

#homepage .topArticles table td h2 a { 
	color: #666;
}

#homepage .topArticles table td h2 a.active { 
	color: #fe3532;
}

#homepage .topArticles table td h2 a:hover { 
	color: #fe3532;
	text-decoration: none;
}

/****************************************************** homepage > categoryArticles *****************************************************/

#homepage .categoryArticles { 
	margin: 20px 20px 0 20px;
	background: #000 url('img/sneakers-pattern.jpg') no-repeat left top;
	padding: 270px 0 10px 0;
	position: relative;
}

#homepage .categoryArticles .logo { 
	width: 350px;
	height: 100px;
	position: absolute;
	top: 80px;
	right: 50px;
	cursor: pointer;
}

#homepage .categoryArticles h3 { 
	display: none 
}

#homepage .categoryArticles table { 
	border-collapse: collapse;
	margin: 0 20px 0 20px;
}

#homepage .categoryArticles table .item { 
	border-right: 20px solid black; 
	border-bottom: 20px solid black;
	vertical-align: top;
}

#homepage .categoryArticles table .item img { 
	cursor: pointer;
}

#homepage .categoryArticles table .last { 
	border-right: 0 solid black !important; 
	border-bottom: 20px solid black !important;
}

#homepage .categoryArticles table td h2 { 
	font-size: 1.45em;
	line-height: 1.05em;
	letter-spacing: -2px;
	margin: 13px 0 0 0;
}

#homepage .categoryArticles table td h2 a { 
	color: #fff;
}

#homepage .categoryArticles table td h2 a.active { 
	color: #fe3532;
}

#homepage .categoryArticles table td h2 a:hover { 
	color: #fe3532;
	text-decoration: none;
}

/****************************************************** homepage > boxes *****************************************************/

#homepage .boxes { 
	margin: 20px 20px 0 20px;
}

#homepage .boxes table { 
	border-collapse: collapse;
	margin: 20px 0 0 10px;
}

#homepage .boxes table td { 
	vertical-align: top;
	border-bottom: 20px solid white;
	padding: 0 0 20px 0;
}

#homepage .boxes table td.item1 { 
	border-right: 1px solid #e4e4e4;
	width: 297px;
}

#homepage .boxes table td.item1 div { 
	margin: 0 17px 0 0;	
}

#homepage .boxes table td.item2 { 
	border-right: 1px solid #e4e4e4;
	width: 314px; 
}

#homepage .boxes table td.item2 div { 
	margin: 0 17px 0 17px; 
}

#homepage .boxes table td.item3 {
	width: 297px; 
}

#homepage .boxes table td.item3 div { 
	margin: 0 0 0 17px; 
}

#homepage .boxes table td div { 
	cursor: pointer; 
}

#homepage .boxes table td h2 { 
	font-size: 1.45em;
	line-height: 1.05em;
	letter-spacing: -2px;
	margin: 13px 0 0 0;
}

#homepage .boxes table td h2 a { 
	color: #000;
}

#homepage .boxes table td h2 a.active { 
	color: #fe3532;
}

#homepage .boxes table td h2 a:hover { 
	color: #fe3532;
	text-decoration: none;
}

#homepage .boxes table td p { 
	font-size: .7em;
	line-height: 1.8em;
	margin: 15px 0 0 0;
	font-style: oblique;
	color: #999;
}

/****************************************************** homepage > boxes *****************************************************/

#homepage .tags { 
	margin: 20px 20px 50px 20px;
}

#homepage .tags p { 
	font-size: .75em;
	line-height: 1.6em;
	margin: 0;
}

#homepage .tags p a { 
	text-decoration: underline;
}

#homepage .tags p a:hover { 
	color: #ff0066;
	text-decoration: none;
}

/****************************************************** .detail *****************************************************/

.detail {

}

.detail .thumbnail {
	width: 500px;
	margin: 0 0 20px 0;	
	position: relative;
	max-height: 370px;
	display: block;
	overflow: hidden;
}

.detail .thumbnail img {
	margin: 0 0 0 20px;
}

.detail .thumbnail .date { 
	position: absolute;
	left: 0;
	top: 20px;
	background-color: #ff0066;
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
	width: 100px;
	height: 36px;
	text-align: right;
	padding: 4px 10px 0 0; 
}

.detail .body {
	margin: 0 0 0 20px;
}

.detail .facebookILike {
	width: 91px;
	float: right;
	margin: 0 0 0 10px;
}

.detail .body h1 {
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 20px 50px 0 0;
	line-height: .85em;
	color: #ff0066;
}

.detail div.text {
	color: #666;
	margin: 20px 0 0 0;
}

.detail div.text h2, .detai div.text h3, .detai div.text h4 {
	margin: 15px 0 15px 0;
	font-weight: normal;
	letter-spacing: -2px;
}

.detail div.text ul {
	margin: 15px 0 15px 20px;
	list-style-type: square;
}

.detail div.text ol {
	margin: 15px 0 15px 20px;
}

.detail div.text img {
	margin: 0 0 15px 0;
}

.detail div.text p {
	font-size: 0.75em;
	color: #666;
	line-height: 1.8em;
	margin-bottom: 15px;
}

.detail div.text p a {
	text-decoration: underline;
}

.detail div.text p a:hover {
	text-decoration: none;
}

.detail p.author {
	font-size: .65em;
	color: #676767;
	width: 460px;
	text-align: right;
	line-height: 1.6em;
}

.detail p.author a {
	color: #676767;
	text-decoration: underline;
}

.detail p.author a:hover {
	text-decoration: none;
}

/****************************************************** .detail > comments *****************************************************/

.detail .comments {
	margin: 10px 0 0 0;
	border-top: 10px solid #eee;
	padding: 15px 0 0 0;
}

/****************************************************** .detail > photos *****************************************************/

.detail .photos {
	margin: 0;
}

.detail .photos table {
	width: 100%;
	margin: 20px 0 0 0;
	border-collapse: collapse;
}

.detail .photos table td {
	border-right: 20px solid white;
	border-bottom: 20px solid white;
	text-align: center;
	vertical-align: middle;
	width: 105px;
	height: 105px;
	overflow: hidden;
}

.detail .photos table td div.image {
	position: relative;
	width: 105px;
	height: 105px;
	overflow: hidden;
	cursor: pointer;
}

.detail .photos table div.hover {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 105px;
	height: 105px;
	background: #fff;
	opacity: 0.5;   
  filter: alpha(opacity=50);   
  -moz-opacity: 0.5;   
  -khtml-opacity: 0.5; 
	cursor: pointer;  
}

.detail .photos table .last {
	border-right: 0 solid white !important;
}

/****************************************************** .detail > links *****************************************************/

.detail .links {
	margin: 15px 0 15px 0;
	padding: 20px 0 0 0;
	border-top: 10px solid #eee;
	font-size: .65em;
	color: #666;
	text-transform: uppercase;
}

.detail .links a {
	color: #666;	
}

.detail .links a.deactive {
	text-decoration: underline;
}

.detail .links a:hover {
	color: #000;
	text-decoration: none;
}

/****************************************************** .detail > tags *****************************************************/

.detail #tag {
	margin: 0;
}

.detail .tags a {
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: underline;
	color: #666;
	line-height: 1.6em;
}

.detail .tags a:hover {
	text-decoration: none;
	color: #ff0066;
}

/****************************************************** .detail > articles *****************************************************/

.detail .articles {
	
}

.detail .articles ul {
	list-style-type: none;
	font-size: .75em;
}

.detail .articles ul li {
	line-height: 2em;
}

.detail .articles ul li a {
	color: #666;
	text-decoration: underline;
}

.detail .articles ul li a:hover {
	text-decoration: none;
}

.detail .articles ul li span {
	float: right;
	color: #c0c0c0;
	font-size: .8em;
	margin: 0 0 0 15px;
}

/****************************************************** articleItem *****************************************************/

.articleItem { 
	width: 500px;
	margin: 0 0 20px 0;	
	position: relative;
}

.articleItem .date { 
	position: absolute;
	left: 0;
	top: 20px;
	background-color: #ff0066;
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
	width: 90px;
	height: 36px;
	text-align: right;
	padding: 4px 20px 0 0; 
}

.articleItem .red { 
	background-color: #ff0066;
	color: #fff;
}

.articleItem .white { 
	background-color: #fff !important;
	color: #ff0066 !important;
}

.articleItem .body { 
	margin: 0 0 0 20px; 
	border-bottom: 10px solid #eee;
}

.articleItem .body .img { 
	max-height: 370px;
	overflow: hidden;
	cursor: pointer;
}

.articleItem .body h2 { 
	font-size: 1.85em;
	line-height: .85em;
	letter-spacing: -2px;
	margin: 20px 0 20px 0;
}

.articleItem .body h2 a { 
	color: #666;
}

.articleItem .body h2 a:hover { 
	color: #ff0066;
	text-decoration: none;
}

.articleItem .body h2 a.active { 
	color: #ff0066;
	text-decoration: none;
}

/****************************************************** gallery *****************************************************/

#gallery { 
	padding: 20px 0 0 0;
	margin: 0 40px 0 40px;
}

#gallery h1 { 
	text-align: center;
	color: #ff0066;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 120px 0 120px;
	letter-spacing: -2px;
}

#gallery h1 a { 
	color: #ff0066;
	text-decoration: none;
}

/****************************************************** gallery > back *****************************************************/

#gallery div.back { 
	width: 88px;
	height: 20px;
	margin: 3px 0 0 395px;
	border: 1px solid blue;
}

#gallery a.back {
	display: block; 
	width: 88px;
	height: 20px;
	color: #fff;
	background: url('img/gallery-back.gif') no-repeat left top;
	background-position: 0 0;
	text-decoration: none;
	font-size: .7em;
	padding: 0 0 0 12px;
	line-height: 20px;
	margin: 3px 0 0 395px;
}

#gallery a.back:hover {
	background-position: 0 -20px;
}

/****************************************************** gallery > big *****************************************************/

#gallery div.big { 
	text-align: center;
	margin: 20px 0 0 0;
	position: relative;
}

#gallery div.big a.prev { 
	display: block;
	width: 80px;
	height: 79px;
	background: url('img/gallery-prev.gif') no-repeat left top;
	background-position: 0 -79px;
	position: absolute;
	left: 0;
}

#gallery div.big a.prev:hover { 
	background-position: 0 0;
}

#gallery div.big a.next { 
	display: block;
	width: 80px;
	height: 79px;
	background: url('img/gallery-next.gif') no-repeat left top;
	background-position: 0 -79px;
	position: absolute;
	right: 0;
}

#gallery div.big a.next:hover { 
	background-position: 0 0;
}

#gallery div.big a span { 
	display: none;
}

/****************************************************** gallery > facebookILike *****************************************************/

#gallery div.facebookILike { 
	text-align: center;
	margin: 20px 0 0 0;
}

/****************************************************** gallery > photos *****************************************************/

#gallery .photos {
	margin: 0 0 0 0;
}

#gallery .photos table {
	margin: 10px 0 0 15px;
	border-collapse: collapse;
}

#gallery .photos table td {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

#gallery .photos table td div.focus {
	width: 105px;
	height: 105px;
	overflow: hidden;
}

#gallery .photos table td a {
	z-index: 10;
	display: block;
	width: 105px;
	height: 105px;
}

#gallery .photos table .last {
	border-right: 0 solid white !important;
}

#gallery .photos table td div.image {
	position: relative;
	width: 105px;
	height: 105px;
	overflow: hidden;
	cursor: pointer;
}

#gallery .photos table div.hover {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 105px;
	height: 105px;
	background: #fff;
	opacity: 0.5;   
  filter: alpha(opacity=50);   
  -moz-opacity: 0.5;   
  -khtml-opacity: 0.5; 
	cursor: pointer;  
}

/****************************************************** gallery > banners *****************************************************/

#gallery .banners { 
	margin: 20px 15px 0 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 0;
	height: 125px;
}

#gallery .banners .first { 
	width: 219px;
	height: 125px;
	margin: 0 1px 0 0;
	background: #343434 url('img/gallery-first-banner.gif') no-repeat left top;
	float: left;
	overflow: hidden;
}

#gallery .banners .first span { 
	display: none;
}

#gallery .banners .item { 
	width: 125px;
	height: 125px;
	margin: 0 1px 0 0;
	float: left;
	overflow: hidden;
	display: block;
}

#gallery .banners a.item { 
	text-indent: -100px;
}

#gallery .banners .last { 
	margin: 0 !important;
}

#gallery .banners .empty { 
	background: url('img/empty-area.jpg') no-repeat left top;
	background-position: 0 0;
}

#gallery .banners .empty:hover { 
	background-position: -125px 0;
}

/****************************************************** gallery > topArticles *****************************************************/

#gallery .topArticles { 
	margin: 20px 0 0 15px;
}

#gallery .topArticles table { 
	border-collapse: collapse;
	margin: 20px 0 0 0;
}

#gallery .topArticles table .item { 
	border-right: 20px solid white; 
	border-bottom: 20px solid white;
	vertical-align: top;
}

#gallery .topArticles table .item div { 
	width: 413px;
	height: 220px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#gallery .topArticles table .item div div.arrow { 
	width: 480px;
	height: 79px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 100;
	background: url('img/gallery-top-article-arrow.gif') no-repeat left top;
}

#gallery .topArticles table .item div img { 
	width: 413px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#gallery .topArticles table .item div h2 { 
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 100;
	width: 373px;
	background: #ff0066;
	padding: 5px 10px 5px 10px;
	letter-spacing: -2px;
	line-height: 1.1em;
}

#gallery .topArticles table .item div h2 a { 
	color: #fff;
}

#gallery .topArticles table .item div h2 a:hover { 
	text-decoration: none;
}

#gallery .topArticles table .last { 
	border-right: 0 solid white !important; 
	border-bottom: 20px solid white !important;
}

/****************************************************** page *****************************************************/

#page {
	padding: 38px 0 0 0;	
}

/****************************************************** page > contact *****************************************************/

#page .contact {
	background: url('img/contact-pattern.gif') no-repeat left top;	
	padding: 0 0 23px 0;
}

#page .contact .right {
	width: 285px;
	float: right;
	margin: 0 25px 0 0;	
}

#page .contact p {
	color: #666;
	font-size: .9em;
	line-height: 1.6em;
	margin: 0 0 15px 0;	
}

#page .contact p a {
	color: #666;
	text-decoration: underline;	
}

#page .contact p a:hover {
	text-decoration: none;	
}

/****************************************************** page > friends *****************************************************/

#page .friends {
	background: url('img/friends-pattern.gif') no-repeat left bottom;
	padding: 0 0 175px 0;
}

#page .friends p.sponsor {
	text-align: center;
	font-size: 1em;
	color: #405e90;
	font-family: 'Georgia', sans-serif;
}

#page .friends ul {
	margin: 30px 0 0 300px;
	list-style-type: none;
	font-size: .85em;
}

#page .friends ul li {
	margin: 7px 0 0 0;
	height: 15px;
}

#page .friends ul li a {
	color: #ff0066;
	font-weight: bold;
	width: 205px;
	float: left;	
	text-decoration: underline;
}

#page .friends ul li a:hover {
	text-decoration: none;
}

#page .friends ul li span {
	color: #000;
	font-size: .8em;	
}

/****************************************************** static *****************************************************/

#static {
	padding: 40px;			
}

#static h1 {
	color: #405e90;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 20px 0;			
	font-family: 'Georgia', sans-serif;
}

#static p {
	color: #405e90;
	font-size: .8em;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

#static p a {
	color: #405e90;
	text-decoration: underline;
}

#static p a:hover {
	text-decoration: none;
}

#static h2 {
	color: #405e90;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 20px 0;			
	font-family: 'Georgia', sans-serif;
}

#static h2 {
	color: #405e90;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 20px 0;			
	font-family: 'Georgia', sans-serif;
}

/***********************************************************************************************************/
/* Tagy */
/***********************************************************************************************************/
	
.tag-10 {font-size: 2em !important; }
.tag-9 {font-size: 1.7em !important; }
.tag-8 {font-size: 1.45em !important; }
.tag-7 {font-size: 1.2m !important; }
.tag-6 {font-size: 1.1em !important; }
.tag-5 {font-size: 1em !important; }
.tag-4 {font-size: .95em !important; }
.tag-3 {font-size: .9em !important; }
.tag-2 {font-size: .85em !important; }
.tag-1 {font-size: .8em !important; }


/***********************************************************************************************************/
/* Pager */
/***********************************************************************************************************/
	

.pager {
	margin: 0;
	font-size: .8em;
	height: 30px;
}

.pager a, .pager span {
	padding: 7px 9px 7px 9px; 
	background-color: #eee;
	color: #666;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}

.pager a:hover {
	text-decoration: underline;
}

.pager span.actPage {
	font-size: 1.2em;
	color: #fff;
	background-color: #ff0066;
	padding: 6px 9px 6px 9px !important; 
}

/***********************************************************************************************************/
/* Reklama */
/***********************************************************************************************************/

.reklama {
	overflow: hidden;
}

.reklama img {
	display: block;
}

.adfox-obdelnik {
	padding: 10px 20px 20px 2px;
}

#adfox-l2 {
	font-size: 12px !important;
	margin-bottom: 10px !important;
}

#adfox-l2 h2 {
	font-size: .9em !important;
	margin-bottom: 5px !important;
	background: none !important;
	
}

#adfox-l2 h2 a {
	color: #666666 !important;
	background: none !important;
	padding: 0 !important;
	text-decoration: underline !important;
}

#adfox-l2 h3 {
	font-size: 1em !important;
	margin-bottom: 5px !important;
	background: none !important;
	
}

#adfox-l2 h3 a {
	background: none !important;
	padding: 0 !important;
	text-decoration: underline !important;
	
}

#adfox-l2 h3 a:hover {
	background: #ff0066 !important;
	color: #fff !important;
	text-decoration: none !important;
}

#adfox-l2 a {
	color: #ff0066;
}

#adfox-l2 p {
	font-size: 1em !important;
	margin: 0 !important;
	color: #000 !important;
}

.adfox-box {
	margin-bottom: 10px !important;
}
	
.adfox-box div a {
	font-size: .8em;
	color: #333 !important;
	text-decoration: none;
}
		                
.adfox-box div a:hover {
	color: #000 !important;
}

.fullbaner {
	margin: 0 0 20px 0px;
}

.obdelnik {
	width: 480px;
	height: 300px;
	margin: 0;
}

p.sponzor_link {
	color: #666 !important;
	font-size: .6em !important;
	padding-bottom: 5px !important;
	margin: 10px 0 0 8px !important;
}

/***********************************************************************************************************/
/* Obecne tridy */
/***********************************************************************************************************/

.no {
	display: none !important;
}

.cleaner {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	border: 0 !important;
	font-size: 1px;
}
