html
{
	overflow: -moz-scrollbars-vertical;
}

body
{
	margin: 0px;
    background: url('../img/bg.gif') repeat-x #f1f1f1;
}

body,
td,
a
{
    font-family: Arial;
    font-size: 13px;
    color: #888;
}

form
{
	margin: 0px;
}

img
{
	border: none;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

a
{
    text-decoration: none;
}

a:hover
{
	color: #d91;
	text-decoration: none;
}

a:hover,
a:active,
a:focus
{
	outline: 13px;
}

.button_text
{
	color: #c80;
}

a.button_text
{
	color: #d91;
}

a.button_text:hover,
.button_text:hover
{
	color: #ea2;
	text-decoration: underline;
}


.button_image
{
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.button_image:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}

hr
{
	border: 0px;
	height: 1px;
	border-bottom: dashed 1px #ccc;
	clear: both;
}

.list_1
{
	background: url('../icons/item.png') no-repeat 0px 4px;
	padding-left: 11px;
	margin-bottom: 5px;
}

.list_2
{
	background: url('../icons/page.png') no-repeat 0px 0px;
	padding-left: 18px;
	margin-bottom: 5px;
}

table
{
	margin: 0px;
	padding: 0px;
	border: none;
}

table td
{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

::selection
{
	background: #fea;
}

::-moz-selection
{
	background: #fea;
}

.marker
{
	background: #ff8;
	display: inline;
}

.image_magnify
{
	position: relative;
	overflow: hidden;
}

.image_magnify .icon
{
	position: absolute;
	float: left;
	top: 3px;
	left: 3px;
	z-index: 1;
	background: url('../icons/magnifier.png') no-repeat;
	width: 20px;
	height: 20px;
}

.image_magnify .image
{
}

#main
{
	position: relative;
	align: center;
	width: 984px;
	margin: 0px auto;
}

#header
{
	position: relative;
	height: 88px;
}

#header_shadow
{
	position: absolute;
	background: url('../img/header_shadow.gif') no-repeat;
	width: 984px;
	height: 10px;
	top: 58px;
}

#header_logo
{
    position: absolute;
    width: 141px;
    height: 66px;
    top: 21px;
    left: 0px;
}

#header_menu
{
	position: absolute;
	top: 31px;
	left: 265px;
}

#header_search
{
	position: absolute;
	float: right;
	top: 30px;
	right: 0px;
}

#header_languages
{
	position: absolute;
	float: right;
	top: 10px;
	right: 0px;
}

#content
{
	background: url('../img/content_bg.gif') no-repeat bottom;
	width: 944px;
	min-height: 250px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}

#content_topright
{
	position: relative;
	float: right;
}

#subfooter
{
	background: url('../img/content_shadow.gif') no-repeat;
	position: relative;
	padding: 20px;
	overflow: auto;
}

#footer
{
	position: relative;
    background: url('../img/footer_bg.gif') no-repeat #c0c0c0;
    width: 944px;
    padding: 20px;
	overflow: hidden;
}

#footer_left
{
	float: left;
}

#footer_right
{
	float: right;
}
.menu_1_selected_content a,
.menu_1_unselected_content a
{
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -0.3px;
}

.menu_1_selected_content
{
	float: left;
	clear: none;
	height: 29px;
	background: url('../img/menu_1_selected_b.gif') repeat-x #fbfbfb;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
}

.menu_1_unselected_content
{
	float: left;
	clear: none;
	height: 29px;
	background: url('../img/menu_1_unselected_b.gif') repeat-x #f1f1f1;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
}.menu_4
{
	font-weight: bold;
	font-size: 14px;
}.button_1
{
	display: block;
	position: relative;
	float: left;
	height: 26px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.button_1 .a
{
	float: left;
	background: url('../img/button_1_1_a.png') no-repeat;
	height: 26px;
	width: 6px;
}

.button_1:hover .a
{
	background: url('../img/button_1_2_a.png') no-repeat;
}

.button_1 .b
{
	float: left;
	background: url('../img/button_1_1_b.png') repeat-x;
	height: 26px;
	padding: 5px;
	color: #fff;
	font-size: 14px;
}

.button_1:hover .b
{
	background: url('../img/button_1_2_b.png') repeat-x;
}

.button_1 .c
{
	float: left;
	background: url('../img/button_1_1_c.png') no-repeat;
	height: 26px;
	width: 6px;
}

.button_1:hover .c
{
	background: url('../img/button_1_2_c.png') no-repeat;
}.block_message
{
	padding: 5px;
	margin: 5px;
	padding-left: 25px;
	margin: 5px;
	color: #fff;
}

.block_message.error
{
	background: url('../icons/error.png') no-repeat 5px 5px #f55;
}

.block_message.warning
{
	background: url('../icons/warning.png') no-repeat 5px 5px #f55;
}

.block_message.info
{
	background: url('../icons/info.png') no-repeat 5px 5px #3bf;
}.form_text
{
	border: solid #ccc 1px;
	background: #f4f4f4;
	color: #999;
}

.form_text
{
	padding: 4px;
	height: 14px;
}

.form_text:hover,
.form_text:focus
{
	background: #fff;
	border: solid #fc0 1px;
	color: #666;
}.header_1,
.header_1 a
{
	font-size: 17px;
	letter-spacing: -0.5px;
	font-weight: bold;
	margin-bottom: 5px;
}

.header_2,
.header_2 a
{
	font-size: 28px;
	letter-spacing: -0.3px;
}.label,
.label_1,
.label_2
{
	position: relative;
}

.label_1
{
	height: 27px;
}

.label_1_a
{
	position: absolute;
	background: url('../img/label_1_a.png') no-repeat;
}

.label_1_b
{
	position: absolute;
	height: 22px;
	padding-top: 5px;
	background: #ffb522;
	color: #fff;
	font-size: 14px;
}

.label_1_c
{
	position: absolute;
	padding: 0px;
	margin: 0px;
	background: url('../img/label_1_c.png') no-repeat;
}

.label_2
{
	height: 27px;
	margin-bottom: 5px;
}

.label_2_a
{
	position: absolute;
	background: url('../img/label_2_a.png') no-repeat;
}

.label_2_b
{
	position: absolute;
	height: 21px;
	padding-top: 6px;
	background: #e1e1e1;
}

.label_2_c
{
	position: absolute;
	padding: 0px;
	margin: 0px;
	background: url('../img/label_2_c.png') no-repeat;
}.popup
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 100;
}

#popup_image
{
	border: solid #fc4 10px;
	background: #fff;
	padding: 0px;
}.pager
{
	margin: 10px;
	overflow: hidden;
	clear: both;
}

.pager_item
{
	width: 24px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top: 4px;
	margin: 2px;
	background: url('../img/pager_bg_unselected.gif') no-repeat;
}

.pager_item.unselected
{
}

.pager_item.selected
{
	background: url('../img/pager_bg_selected.gif') no-repeat;
	color: #fff;
	font-weight: bold;
}
.content_image
{
	margin-bottom: 10px;
}

.content_images_block
{
	clear: both;
	overflow: hidden;
}
.wardrobes_list_item
{
	height: 190px;
	width: 112px;
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
	overflow: hidden;
}

.wardrobes_list_item .image
{
}

.wardrobes_list_item .title
{
	font-size: 11px;
}

.wardrobes_list_item .subtitle
{
	font-size: 11px;
	color: #aaa;
}

.wardrobes_list_item_home
{
	float: left;
	padding-right: 10px;
	overflow: visible;
}

.wardrobes_list_item_home .image
{
}

.wardrobes_list_item_home .title
{
	font-size: 11px;
}

.wardrobes_list_item_home .subtitle
{
	font-size: 11px;
	color: #aaa;
}

.wardrobes_list_item_subhome
{
	border-top: dashed #ddd 1px;
	padding-top: 10px;
	margin-bottom: 10px;
	width: 360px;
	float: left;
	padding-right: 10px;
	overflow: visible;
}

.wardrobes_list_item_subhome .image_container
{
	width: 130px;
	float: left;
	margin-right: 10px;
	text-align: right;
}

.wardrobes_list_item_subhome .image
{
}

.wardrobes_list_item_subhome .title
{
}

.wardrobes_list_item_subhome .subtitle
{
}
.productions_list_item
{
	float: left;
	width: 230px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: 10px;
	overflow: hidden;
}

.productions_list_item .title
{
}

.productions_list_item .subtitle
{
	font-size: 11px;
	color: #aaa;
}

.productions_list_item .image
{
	float: left;
	margin-right: 10px;
}

.production_award
{
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}

.production_award .icon
{
	float: left;
	margin-right: 5px;
}

.production_award .right
{
	float: left;
}

.production_award .title
{
}

.production_award .subtitle
{
	font-size: 11px;
	color: #aaa;
}

.productions_table
{
	empty-cells: show;
	border-collapse: collapse;
}

.productions_table th
{
	font-weight: bold;
	border-bottom: dashed #aaa 1px;
	text-align: left;
	padding-bottom: 5px;
	padding-right: 20px;
}

.productions_table tr:hover td,
.productions_table tr:hover td a
{
	color: #d91;
}

.productions_table td
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: dashed #ddd 1px;
	padding-right: 20px;
}
.content
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.frame
{
	overflow-y: scroll;
	background: #fff;
}

.table_form
{
}

.table_form td
{
	padding: 5px;
}

.twocolumns
{
}

.twocolumns th
{
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	vertical-align: top;
}

.twocolumns th div
{
	border-bottom: dashed #ccc 1px;
	padding-bottom: 5px;
}

.twocolumns td
{
	padding-top: 5px;
	vertical-align: top;
}

.justify
{
	text-align: justify;
}

.image_popable
{
	padding-bottom: 10px;
	float: left;
	clear: both;
}

.image_title
{
	font-weight: bold;
}

.image_description
{
}
.color_1,
a.color_1,
.color_1 a
{
	color: #888;
}

.color_2,
a.color_2,
.color_2 a
{
	color: #d91
}

.color_3,
a.color_3,
.color_3 a
{
	color: #fff;
}