/** 
* (c) Copyright 2006 Delanet / www.delanet.fi / Ilkka Vauhkonen
*
* HT-Collection.fi CSS
*
*/

BODY {
	background-color: #323232;
	color: #787878;
	background-image: url('img/backfade.gif');
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
	font-size: 11px;
}

TD {
	vertical-align: top;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #4A4A4A;;
}

/* Sivuston päätaulukko */
TABLE.main {
	width: 783px;
	height: 100%;
}

/* Sivun yläosa (logo, ihmiset) */
TD.main_top {
	height: 136px;
	background-image: url('img/top_logo.gif');
	background-repeat: no-repeat;
}

/* Solu, jossa painikerivistö sijaitsee */
TD.main_semi_top {
	height: 51px;
	text-align: center;
	vertical-align: middle;
	background-image: url('img/top_back.gif');
	background-repeat: repeat-x;
	border-left: 1px solid #161616;
	border-right: 1px solid #161616;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 6px;
	padding-right: 6px;
}

/* Navi-painikerivistön taulukko */
TABLE.navi {
	width: 100%;
	height: 29px;
}

/* Navi-painikerivistön tausta */
TD.navi_back {
	background-image: url('img/top_navi_back.gif');
	background-repeat: repeat-x;
	vertical-align: middle;
}

/* Navi-painikerivistön vasen pääty */
TD.navi_end_left {
	width: 2px;
	background-image: url('img/navi_end_left.gif');
	background-repeat: no-repeat;
}

/* Navi-painikerivistön oikea pääty */
TD.navi_end_right {
	width: 2px;
	background-image: url('img/navi_end_right.gif');
	background-repeat: no-repeat;
}

/* Aputaulukko, jossa varsinaiset painiketekstit sijaitsevat */
TABLE.navi_button_table {
	width: 100%;
	height: 25px;
}

/* Varsinaiset navipaikinneet */
TD.navi_button {
	width: 92px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #5D5D5D;
	border-right: 1px solid #000000;
	vertical-align: middle;
	text-align: center;
	color: #D3D3D3;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	cursor: pointer;
	white-space: nowrap;
}

/* Varsinaiset navipaikinneet :: MOUSEOVER ::*/
TD.navi_button_ro {
	background-image: url('img/top_navi_back_ro.gif');
	background-repeat: repeat-x;
	background-position: 0 -2;
	width: 92px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #5D5D5D;
	border-right: 1px solid #000000;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	cursor: pointer;
	white-space: nowrap;
}

/* Varsinaiset navipaikinneet :: AKTIIVINEN ::*/
TD.navi_button_active {
	background-image: url('img/top_navi_back_act.gif');
	background-repeat: repeat-x;
	background-position: 0 -2;
	background-color: #680F0F;
	width: 92px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #820D0D;
	border-right: 1px solid #000000;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	cursor: pointer;
	white-space: nowrap;
}

/* Solu, jossa liput */
TD.navi_fill {
	border-left: 1px solid #5D5D5D;
	vertical-align: middle;
	text-align: right;
	padding-right: 6px;
}

/* Tuotenavitaulukko (apureunat) */
DIV.product_navi_table_borders {
	width: 172px;
	padding: 0;
	border-right: 1px solid #606060;
	border-left: 1px solid #606060;
	border-bottom: 1px solid #5B5B5B;
}

/* Tuotenavitaulukko */
TABLE.product_navi_table {
	width: 100%;
	border: 1px solid black;
	border-bottom: none;
}

/* Tuotevalikon painike - päätaso */
TD.p_button_main {
	height: 23px;
	background-image: url('img/p_button_big.gif');
	background-repeat: no-repeat;
	background-color: #505050;
	color: #D3D3D3;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 4px;
	cursor: pointer;
	border-bottom: 1px solid #1F1F1F;
}

/* Tuotevalikon painike - alempi taso */
TD.p_button_minor {
	height: 19px;
	background-color: #222222;
	color: #D3D3D3;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 4px;
	cursor: pointer;
	border-bottom: 1px solid #171717;
}

/* Tuotevalikon painike - alempi taso ::MOUSEOVER:: */
TD.p_button_minor_ro {
	height: 19px;
	background-color: #363636;
	color: white;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 4px;
	cursor: pointer;
	border-bottom: 1px solid #171717;
}

/* Tuotevalikon painike - alempi taso ::AKTIIVINEN:: */
TD.p_button_minor_act {
	height: 19px;
	background-color: #550000;
	color: white;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 4px;
	cursor: pointer;
	border-bottom: 1px solid #171717;
}

/* Sisältöalueiden ylärima -vasen */
TD.content_top_1st {
	height: 4px;
	width: 2px;
	background-color: #424242;
	background-image: url('img/top_left_1st.gif');
	background-repeat: no-repeat;
	border-left: 1px solid #161616;
}

/* Sisältöalueiden ylärima 2. vasemmalta */
TD.content_top_2nd {
	width: 173px;
	background-color: #424242;
	background-image: url('img/top_left_2nd.gif');
	background-repeat: repeat-x;
}

/* Sisältöalueiden ylärima 3. vasemmalta */
TD.content_top_3rd {
	width: 1px;
	background-color: #424242;
}

/* Sisältöalueiden ylärima 4. vasemmalta */
TD.content_top_4th {
	width: 601px;
	background-color: #424242;
	background-image: url('img/top_left_2nd.gif');
	background-repeat: repeat-x;
}

/* Sisältöalueiden ylärima 5. vasemmalta */
TD.content_top_5th {
	width: 7px;
	background-color: #424242;
	background-image: url('img/top_left_5th.gif');
	background-repeat: no-repeat;
	border-right: 1px solid #161616;
}

/* Harmaan keskialueen vasen reuna */
TD.content_middle_1st {
	background-color: #424242;
	background-image: url('img/middle_1st.gif');
	background-repeat: repeat-y;
	border-left: 1px solid #161616;	
}

/* Harmaan keskialue: 2. vasemmalta */
TD.content_middle_2nd {
	background-color: #424242;
}

/* Harmaan keskialue: 3. vasemmalta */
TD.content_middle_3rd {
	background-color: #424242;
}

/* Harmaan keskialue: 4. vasemmalta (Sisältö on tässä) */
TD.content_middle_4th {
	padding: 8px;
	background-color: white;
	background-image: url('img/content_top_fade.gif');
	background-repeat: repeat-x;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: none;
	border-left: 1px solid black;
	color: #4A4A4A;
	font-family: Arial, Tahoma, Arial, Sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	word-spacing: 0.1em;

}

/* Harmaan keskialue: 5. vasemmalta */
TD.content_middle_5th {
	background-color: #424242;
	background-image: url('img/middle_5th.gif');
	background-repeat: repeat-y;
	border-right: 1px solid #161616;
}

/* Harmaan keskialueen oikea reuna */
TD.middle_right {
	width: 607px; /* Sisältö-solun leveys */
	background-color: white;
	border-right: 1px solid #161616;
}

/* Vasemman puolen tumma alaosa (varjostukset) */
TD.content_bottom_left {
	height: 13px;
	background-color: #3B3B3B;
	background-image: url('img/content_bottom_left.gif');
	background-repeat: no-repeat;
	border-left: 1px solid #161616;	
}

/* Vaalea alaosa (sisältöalueen alavarjostukset) */
TD.content_bottom_center {
	height: 13px;
	background-color: #CECECE;
	background-image: url('img/content_bottom_fade.gif');
	background-repeat: repeat-x;
	border-left: 1px solid black;
	border-right: 1px solid black;	
}

/* Oikean puolen vaalea alaosa (sisältöalueen alavarjostukset) */
TD.content_bottom_right {
	height: 13px;
	background-color: #424242;
	background-image: url('img/content_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	border-right: 1px solid #161616;
}

/* Tuotevalikkotable */
TABLE.left_menu_table {
	width: 100%;
	border: 1px solid white;
}

/* Itse sisältö */
DIV.content_area {
	/*width: 598px;*/
	background-color: white;
	border-top: 1px solid black;
}

/* Alapalkki, vasen */
TD.bottom_bar_left {
	height: 28px;
	background-color: #3C3C3C;
	background-image: url('img/bottom_bar_left.gif');
	background-repeat: no-repeat;
	border-left: 1px solid #161616;
	border-bottom: 1px solid #161616;
}

/* Alapalkki, keskiosa */
TD.bottom_bar_center {
	background-color: #3C3C3C;
	background-image: url('img/bottom_bar_center.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #161616;
	padding-left: 8px;
	padding-right: 0;
	color: #8B8B8B;
	vertical-align: middle;
	cursor: default;
}

/* Alapalkki, oikea */
TD.bottom_bar_right {
	background-color: #3C3C3C;
	background-image: url('img/bottom_bar_right.gif');
	background-repeat: no-repeat;
	border-right: 1px solid #161616;
	border-bottom: 1px solid #161616;
}

.img-shadow {
	float:left;
	background: url('img/shadowAlpha.png') no-repeat bottom right !important;
	background: url('img/shadow.gif') no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}



/* TEKSTITYYLIT ALKAA ------------------------------------------------------------------------ */

A {
	color: #AA0000;
}

A.gray {
	text-decoration: underline;
	color: #818181;
}

A.gray:hover {
	color: white;
}

A.main_menu {
	color: #D3D3D3;
	text-decoration: none;
}

A.main_menu:hover {
	color: white;
}

A.product_menu {
	color: #D3D3D3;
	text-decoration: none;
}

A.product_menu:hover {
	color: white;
	text-decoration: underline;
}

A.hugelink {
	font-family: arial,sans-serif,sans-serif;
	color: #727272;
	text-decoration: none;
	margin-bottom: 4px;
}

A.hugelink:hover {
	color: #AA0000;
	text-decoration: underline;
}

p { 
	color: #4A4A4A;
	font-family: Arial, Tahoma, Arial, Sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	word-spacing: 0.1em;
}

.header { 
	border-bottom: 1px solid #D9D9D9;
	background-color: transparent;
	font-family: arial,sans-serif,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #727272;
	text-transform: uppercase;
	margin-bottom: 4px;
}

H1, H2 {
	border-bottom: 1px solid #D9D9D9;
	background-color: transparent;
	font-family: arial,sans-serif,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #727272;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.content { 
	color: #4A4A4A;
	font-family: Arial, Tahoma, Arial, Sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	word-spacing: 0.1em;
}

HR {
	width: 100%;
	height: 1px;
	color: #9D9D9D;
}

FORM {
	padding: 0;
	margin: 0;
}

UL {
	margin-top: -1.5em;
}

LI {
	list-style: square;
}

.inputbox {
	font-family: Arial, Tahoma, Arial, Sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	word-spacing: 0.1em;
	color: #1F1F1F;
	border: 1px solid #9D9D9D;
	width: 400px;
	background-color: #F3F3F3;
	background-image: url('img/form_fade.gif');
	background-repeat: repeat-x;
}

TEXTAREA {
	overflow: auto;
}

SELECT {
	font-family: Arial, Tahoma, Arial, Sans-serif;
	font-size: 11px;
	color: #1F1F1F;
	background: white;
}

