﻿*
{
	margin: 0;
	padding: 0;
	border: 0;
}

/* common */
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {/*display:inline-table;*/}

div#flash
{
	position:absolute;
	z-index:999;
}

div.flashVideo
{
	margin-bottom:10px;
}

div#ph_image
{
	position:absolute;
	right:20px;
}

div#ph_image img#side_image
{
	margin-top:8px;
}

div#popup_container
{
	display:none;
	width:100%;
	height:100%;
}

div#popup_container div#blackpanel
{
	background-color:#fff;
	position:absolute;
	overflow:auto;
	text-align:center;
	margin-left:0;
	padding-left:0;
	z-index:999;
	width:100%;
	height:100%;
	/* alpha */
	/*filter:alpha(opacity=75);*/
	-moz-opacity:.75;
	opacity:.75;	
}

div#popup_container div#popup_close
{
	position:absolute;
	z-index:1001;
	top:10px;
	right:10px;
}

div#popup_container div#container_popup_image
{
	position:absolute;
	margin-top:8px;
	width:100%;
	height:100%;
	z-index:1000;
}

div#popup_container div#container_popup_image a
{
	color:#AA0000;
	text-decoration:none;
}

div#popup_container div#container_popup_image img.popup_image
{
	padding:10px;
	background-color:#FFFFFF;
	border:solid 1px #000000;
}

body
{
	height:100%;
	background-color:#FFFFFF;
	color:#333333;
	font-family:Verdana, Arial;
	margin:0;
	font-size:10px;
	overflow:hidden;
}

div#top
{
	background-color:#FFFFFF;
}

div#center
{
	background-color:#FFFFFF;
	overflow:auto;
}

div#bottom
{
	position:absolute;
	background-color:#FFFFFF;
	width:100%;
	bottom:0px;
}

div.linkedProduct
{
	float:left;
	display:inline;
	width:80px;
	height:100px;
	border-left:solid 1px #666;
	padding-left:4px;
	margin:0 23px 20px 0;
	cursor:pointer;
}

div.linkedProduct:hover
{
	border-left:solid 1px #f00;
	color:#f00;
}

div.linkedProduct span
{
	font-weight:bold;
	text-transform:uppercase;
}

div.linkedProduct table
{
	margin-top:30px;
	width:45px;
	height:45px;
}

div.linkedProduct table td
{
	text-align:center;
}

div.linkedProduct img
{
	vertical-align:bottom;
}

div#products, div#paragraphs
{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:200px;
	/* defined inline width:600px;*/
}

div#products div.grey_line
{
	background-color:#666;
	width:100%;
}

div#paragraphs div.grey_line
{
	background-color:#666666;
	width:100%;
	margin-bottom:26px;
}

div#products div.product
{
	min-height:160px;
	overflow:visible;
	margin-left:58px;
	margin-top:14px;
	margin-bottom:10px;
}

div#paragraphs div.paragraph
{
	margin-left:58px;
	margin-top:0px;
	margin-bottom:0px;
}

div#paragraphs div.paragraph div.content
{
	margin-bottom:10px;
}

div#paragraphs div.agent
{
	margin-left:58px;
	margin-top:0px;
	margin-bottom:0px;
	height:140px;
}

div#paragraphs div.agent a
{
	color:#000;
	text-decoration:none;
}

div#paragraphs div.agent a:hover
{
	color:#333;
	text-decoration:underline;
}

div#paragraphs div.color
{
	height:30px;
}

div#paragraphs div.color span
{
	text-transform:uppercase;
	font-weight:bold;
}

div#products div.product div.tags
{
	float:left;
	margin-top:115px;
	margin-right:20px;
}

div#products div.product div.tags div
{
	width:200px;
	text-align:right;
	height:20px;
}

div#products div.product div.name, div#paragraphs div.paragraph div.name
{
	text-transform:uppercase;
	font-weight:bold;
}

div#paragraphs div.paragraph div.name
{
	margin-bottom:10px;
}

div#paragraphs div.paragraph div.documents
{
	margin-top:10px;
	margin-bottom:10px;
}

div#paragraphs div.paragraph div.documents a
{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

div#paragraphs div.paragraph div.documents a:hover
{
	text-decoration:underline;
	color:#f00;
}

div#paragraphs div.paragraph div.image img
{
	margin:0 0 10px 0;
}

div#products div.product div.description
{
	margin-bottom:10px;
}

div#products div.product div.notes
{
	font-style:italic;
}

div#products div.product div.imagecontaner
{
	float:right;
}

div#products table.finishings
{
	margin-top:15px;
}

div#products table.finishings td
{
	font-weight:bold;
}

div#products table.finishings td.header
{
	font-weight:normal;
}

/* MAIN MENU */
ul#main_menu
{
	position:absolute;
	margin-top:67px;
	margin-left:10px;
	text-transform:lowercase;
	font-size:12px;
	color:#000;
	font-family:Verdana;
}

ul#main_menu li span
{
	float:left;
	color:#999999;
	margin-right:10px;
}

ul#main_menu li
{
	list-style:none;
	float:left;
	margin-right:10px;
}

ul#main_menu li a
{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}

ul#main_menu li a:hover, ul#main_menu li a.selected
{
	color:#FF0000;
	text-decoration:none;
}

/* SUBMENUS */
div#top div#submenus
{
	position:absolute;
	margin-top:93px;
	margin-left:10px;
}

div#top div#submenus ul span.parent
{
	color:#FF0000;
	font-weight:bold;
	float:left;
	margin-right:20px;
	cursor:pointer;
}

div#top div#submenus ul
{
	text-transform:lowercase;
	font-size:11px;
	color:#000;
	font-family:Verdana;
}

div#top div#submenus ul li
{
	list-style:none;
	float:left;
	margin-right:35px;
	/*min-width:70px;*/
}

div#top div#submenus ul li div.icon
{
	height:45px;
	line-height:45px;
	float:left;
	width:45px;
	/*background-color:#f00;*/
}

div#top div#submenus ul li div.icon img
{
	vertical-align:bottom;
}

div#top div#submenus ul li a
{
	color:#999999;
	text-decoration:none;
	cursor:pointer;
}

/*
div#top div#submenus ul li a.selected
{
	color:#000000;
}
*/

div#top div#submenus ul li a:hover, div#top div#submenus ul li a.selected
{
	color:#000000;
	text-decoration:none;
}

/* LANGUAGE */
div#top span#language
{
	position:absolute;
	margin-top:14px;
	margin-left:15px;
}

div#top span#language a
{
	text-decoration:none;
	color:#999999;
}

/* FULL LINE */
div.full_line
{
	position:absolute;
	background-color:#999999;
	width:100%;
	height:1px;
	margin-left:0px;
}

div#top div#right
{
	float:right;
	margin-top:10px;
	margin-right:10px;
	float:right;
	width:430px;
}

div#top div#right div.hide_ul ul li
{
	display:none;
}

div#top div#right div#logo_container
{
	height:60px;
}

div#top div#right div#logo_container img
{
	float:right;
}

div#top div#right div#icons
{
	float:right;
	margin-right:0px;
}

div#top div#right div#icons img
{
	vertical-align:bottom;
	border:none;
	margin-left:30px;
	margin-right:0px;
}

div#top div#right ul#other_menu
{
	margin-top:24px;
	margin-left:-55px;
	background-color:#f00;
}

div#top div#right ul#other_menu li
{
	list-style:none;
	float:left;
	margin-right:15px;
}

div#top div#right ul#other_menu li a
{
	text-decoration:none;
	color:#000000;
}

div#top div#right ul#other_menu li a:hover
{
	text-decoration:none;
	color:#FF0000;
}

div#top div#right ul#other_menu img
{
	vertical-align:middle;
}

/* BOTTOM */
div#bottom span.red_text
{
	color:#FF0000;
}

div#bottom div#bottom_right
{
	float:right;
	margin-top:7px;
	margin-right:5px;
	color:#999999;
}

div#bottom div#bottom_right a
{
	text-decoration:none;
	color:#000000;
}

div#bottom div#bottom_right a:hover
{
	color:#FF0000;
}

div#bottom div#bottom_left
{
	margin-top:7px;
	margin-left:10px;
	font-weight:bold;
}

/* HTML CONTENT */
div#center div.html_content
{
	margin:16px 20px 0 20px;
}

div#center div.html_content h2
{
	font-size:13px;
	font-weight:bold;
}


/* VIP */
.vip_color
{
	color:#B69167;
}

div.logo_vip
{
	margin:60px 0 0 370px;
}