/* CSS Document */
html{
	margin:0;
	padding:0;
	overflow-y: scroll;
}
body{
	margin: 0;
	padding: 0;
	background-color: #000;
}
div.shadow{
	width: 1012px;
	background-image: url(../img/bg_mid.jpg);
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
}
#topspace{
	margin-top: 20px;
}
div.contentholder{
	float: left;
	width: 735px;
}
.hover{
	cursor: pointer;
}
/* Top
----------------------------------------------------------------------------------------------------*/
div.topshade{
	background-image: url(../img/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left:auto;
	margin-right:auto;
	font-size: 5px;
	height: 14px;
}
div.decologo a{
	display: block;
	height: 110px;
	background-image: url(../img/decochange_logo.png);
}
/* Middle Home
----------------------------------------------------------------------------------------------------*/
div.empty_118{
	height: 118px;
	margin-bottom: 14px;
}
div.empty_169{
	height: 169px;
	margin-bottom: 14px;
}
div.title_blue,
div.title_green,
div.title_orange,
div.title_purple{
	font-size: 19px;
	font-weight: bold;
	line-height: 19px;
	text-align: left;
	margin-bottom: 10px;
}
div.title_blue{
	color: #0070b3;
}
div.title_green{
	color: #bed63a;
}
div.title_orange{
	color: #fcba63;
}
div.title_purple{
	color: #b8529e;
}
div.imgcontainer_blue,
div.imgcontainer_green,
div.imgcontainer_orange,
div.imgcontainer_purple{
	margin-top: 220px;
	height: 199px;
}
div.imgcontainer_blue{
	background-color: #0070b3;
}
div.imgcontainer_green{
	background-color: #bed63a;
}
div.imgcontainer_orange{
	background-color: #fcba63;
}
div.imgcontainer_purple{
	background-color: #b8529e;
}
div.caption{
	height: 30px;
	color: #fff;
	line-height: 30px;
	font-size: 19px;
	font-weight: bold;
	margin-top: -2px;
	padding-top: 0;
	padding-left: 10px;
}
/* Middle Etalage/Detail
----------------------------------------------------------------------------------------------------*/
div.txtblock_80{
	height: 80px;
	margin-bottom: 14px;
}
div.txtblock_100{
	height: 100px;
	margin-bottom: 14px;
}
div.txtblock_120{
	height: 120px;
	margin-bottom: 14px;
}
div.txtblock_169{
	height: 169px;
	margin-bottom: 14px;
}
div.txtblock_200{
	height: 200px;
	margin-bottom: 14px;
}
div.txtblock_350{
	height: 350px;
	margin-bottom: 14px;
}
div.imgblock_79 img{
	float: left;
	margin-bottom: 11px;
}
div.imgblock_169{
	margin-bottom: 14px;
}
div.imgblock_350{
	margin-bottom: 14px;
}
div.spacer_11{
	float: left;
	width: 11px;
}
/* Bot
----------------------------------------------------------------------------------------------------*/
div.bot_40{
	height: 40px;
}
div.bot_60{
	height: 60px;
}
div.bot_80{
	height: 80px;
}
div.bot_100{
	height: 100px;
}
div.bot_135{
	height: 135px;
}
div.botshade{
	background-image: url(../img/bg_bot.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left:auto;
	margin-right:auto;
	font-size: 5px;
	height: 14px;
}


.frm .even,
.details .even{
	/* background-color: #fff; */
}
.frm .odd,
.details .odd{
	background-color: #76d2f7;
}
.error{
	color: red;
}
.frm{
}
.frm .row{
	padding: 5px 0 5px 0;
}
.frm .row .info{
	padding: 0 5px 0 5px;
	color: #333;
}
.frm .row .key{
	float: left;
	width: 164px;
}
.frm .row .key label{
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
}
.frm .row .value{
	float: left;
	width: 300px;
}
.frm .info{
	padding: 0 5px 0 5px;
}
.formtext,
.frm_text{
	width: 290px;
	height: 20px;
	border: 1px solid #ccc;
	line-height: 20px;
}
.formtextarea{
	width: 290px;
	height: 200px;
	border: 1px solid #ccc;
}
.frm_select{
	width: 290px;
}
.formselect{
	height: 22px;
	width: 290px;
}
.radio_lbl{
	margin-right: 5px;
}
.frm_textarea{
	width: 290px;
	height: 160px;
}
.submitbutton{
	width: 290px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #999;
}
.submitbutton span,
.submitbutton a{
	color: #fff;
	font-weight: bold;
	text-align: right;
	margin: 0 0 0 10px;
	text-decoration: none;
	font-size: 12px;
}
#errormessage{
	display: none;
	margin-top: 5px;
	border: 1px solid red;
	padding: 5px; 
	color: red;
	text-align: center;
}
.item_radio{
	float: left;
	margin-right: 10px;
}
.item_radio label{
	margin-right: 10px;
}
.item_radio input{
}

