﻿
/* <Reset> */
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

/* BODY */
body {
	background-color: #000;
	color: #fff;
	font-family: "Verdana", Sans-Serif;
	font-size: 9pt;
	vertical-align: top;
}

/* ------ HTML ------ */
html {
  height: 100.1%;
}

/* ------ Body ------ */
body 
{
	/*background: #000 url("/img/background/bg_fashion-1.jpg");*/	
	background: #000;
}

* body {
	height: 101%
}


/* </Reset> */

/* LINK */
a,
a:hover,
a:link,
a:visited {
	color: #00b3e8;
	cursor: pointer;
	text-decoration: none;
}

a.chevron, span.chevron {
	font-family: Arial;
	font-size: 150%;
	font-weight: bold;
	line-height: 100%;
}


/*		<home>		*/

div.channel_image_skyscraper
{
	position: absolute;
	top: 147px;
	left: 0px;
	width: 100px;
	height: 200px;
	overflow: hidden;
	background: url("/media/system/sectionDescriptors/headline_channels.png") 15px 0 no-repeat;
}

* html div.channel_image_skyscraper
{
	background: url("/media/system/sectionDescriptors/headline_channels-ie6.png") 15px 0 no-repeat;
}

div.sitemap_content
{
	position: relative;
	width: 650px;
	left: 0px;
	top: -3px;
	font-size: 8pt;
	color: #919191;
	font-weight: normal;
}

div.sitemap_content div.header
{
	margin-top: 0px;
}

div.sitemap_content div.header h4
{
	font-size: 9pt;
	color: #00b3e8;
}

div.sitemap_content div.description
{
	margin-top: 5px;
}

div.sitemap_content div.description h5
{
	font-size: 8pt;
	color: #919191;
	font-weight: normal;
}

div.sitemap_content div.content
{
	margin-top: 10px;
}


/*		</home>		*/



/*		<channels>		*/

table.sitemap_content_table
{
}

	table.sitemap_content_table thead
	{
		
	}

	table.sitemap_content_table tbody
	{
	}

		table.sitemap_content_table tbody tr
		{
			height: 75px;
			vertical-align: top;
		}

		table.sitemap_content_table .image
		{
			width: 124px;
		}

		table.sitemap_content_table td img
		{
			padding: 5px;
			width: 108px;
			height: 80px;
		}

		table.sitemap_content_table .text_content
		{
			width: 435px;
		}



		table.sitemap_content_table tr td .item_brand
		{
			color: #00b3e8;
			font-size: 9pt;
			font-weight: bold;
			padding-top: 5px;
			
			padding-right: 5px;
		}

		table.sitemap_content_table tr td .item_title
		{
			margin-top: 5px;
			font-size: 9pt;
			font-weight: bold;
			
			padding-right: 5px;
		}

		table.sitemap_content_table tr td .item_description
		{
			margin-top: 5px;
			font-size: 8pt;
			font-weight: normal;
			
			padding-right: 5px;
		}

		table.sitemap_content_table tr td .item_link
		{
			margin-top: 5px;
			font-size: 8pt;
			font-weight: normal;
			
			padding-right: 5px;
		}

		table.sitemap_content_table tr td .item_link:hover
		{
			font-weight: bold;
		}

		table.sitemap_content_table tr td .item_tags
		{
			margin-top: 5px;
			font-size: 7pt;
			font-weight: normal;
			padding-bottom: 5px;
			
			padding-right: 5px;
		}


	table.sitemap_content_table tfoot
	{
		
	}


/*		<channels>		*/
