body
{
	padding: 0;
	margin: 0;
	font: normal 11px Arial;
	text-align: center;
}
a
{
	color: #101010;
}
a:hover
{
	text-decoration: none;
}
#site
{
	margin: 0 auto;
	width: 972px;
	text-align: left;
	margin-top: 15px;
}

#header
{
	margin: 0 auto;
	width: 972px;
	height: 202px;
	background: url('../images/page/header_new.gif');
}

#container
{
	background: url('../images/page/container_background.gif') repeat-y;
	width: 972px;
	padding-bottom: 30px;
}

#leftColumn
{
	float: left;
	width: 200px;
}

#contentColumn
{
	width: 588px;
	float: left;
}

#rightColumn
{
	width: 183px;
	float: left;
}

#footer
{
	background-color: #EBEAE9;
	width: 970px;
	height: 30px;
	border-left: solid 1px #FDC0B6;
	border-right: solid 1px #FDB8A4;
}


#header .logo a
{
	position: absolute;
	width: 222px;
	height: 66px;
	margin-left: 10px;
	margin-top: 10px;
	background: url('../images/page/optita_logo.gif');
	display: block;
}
#header .topMenu
{
	position: absolute;
	margin-left: 300px;
	margin-top: 30px;
	width: 640px;
	border-bottom: 2px solid #F92E0E;
}
#header .topMenu .item a
{
	color: #F92E0E;
	padding-right: 13px;
	padding-left: 13px;
	border-right: 1px solid #F92E0E;
	float: left;
	text-decoration: none;
}
#header .topMenu .item a:hover
{
	color: #DF0023;
}
#header .topMenu .item a.last
{
	border-right: none;
}
#header .home
{
	position: absolute;
	margin-top: 95px;
	margin-left: 17px;
	background: url('../images/page/red_dot.gif') no-repeat 10px;
	padding-left: 22px;
}
#header .home a
{
	text-decoration: none;
	color: #FFFFFF;
	font: bold 11px Arial;
}
#header .home a:hover
{
	text-decoration: underline;
}
#header .secondItem
{
	position: absolute;
	margin-top: 114px;
	margin-left: 17px;
	background: url('../images/page/red_dot.gif') no-repeat 10px;
	padding-left: 22px;
}
#header .secondItem a
{
	text-decoration: none;
	color: #FFFFFF;
	font: bold 11px Arial;
}
#header .secondItem a:hover
{
	text-decoration: underline;
}
#header .thirdItem
{
	position: absolute;
	margin-top: 133px;
	margin-left: 17px;
	background: url('../images/page/red_dot.gif') no-repeat 10px;
	padding-left: 22px;
}
#header .thirdItem a
{
	text-decoration: none;
	color: #FFFFFF;
	font: bold 11px Arial;
}
#header .thirdItem a:hover
{
	text-decoration: underline;
}
#header .basketTitle
{
	position: absolute;
	margin-left: 810px;
	margin-top: 57px;
	font: bold 11px Arial;
	color: #FFFFFF;
}
#header .basket
{
	position: absolute;
	margin-left: 810px;
	margin-top: 80px;
}
#header .catalogTitle
{
	position: absolute;
	margin-top: 176px;
	margin-left: 3px;
	color: #FFFFFF;
	font: bold 11px Arial;
	width: 190px;
	text-align: center;
}
#header .search
{
	position: absolute;
	margin-top: 176px;
	margin-left: 210px;
	font-weight: bold;
	color: #646260;
}
#header .login
{
	position: absolute;
	margin-left: 789px;
	margin-top: 173px;
	background: url('../images/page/login-bg.gif');
	width: 162px;
	height: 16px;
	padding-left: 12px;
	padding-top: 2px;
}
#header .login a
{
	font: bold 11px Arial;
	color: #FFFFFF;
	text-decoration: none;
}
#header .login a:hover
{
	text-decoration: underline;
}



#leftColumn .item a
{
	margin-left: 1px;
	border-top: 1px solid #E1E1E1;
	display: block;
	padding-left: 30px;
	padding-top: 1px;
	background: url('../images/page/categoryitem_dot.gif') no-repeat 17px 6px;
	line-height: 16px;
	text-decoration: none;
	color: #10100F;
}
#leftColumn .item .selected
{
	background-color: #E1E1E1;
}
#leftColumn .item a:hover
{
	background: #E1E1E1 url('../images/page/categoryitem_dot.gif') no-repeat 17px 6px;
}
#leftColumn .item .sub
{
	padding-left: 50px;
	background: url('../images/page/categoryitem_dot.gif') no-repeat 37px 6px;
}
#leftColumn .item .sub_selected
{
	padding-left: 50px;
	background: #E1E1E1 url('../images/page/categoryitem_dot.gif') no-repeat 37px 6px;
}
#leftColumn .item .sub:hover
{
	background: #E1E1E1 url('../images/page/categoryitem_dot.gif') no-repeat 37px 6px;
}
#leftColumn .item .sub_selected:hover
{
	background: #E1E1E1 url('../images/page/categoryitem_dot.gif') no-repeat 37px 6px;
}
#leftColumn .item .sub2
{
	padding-left: 70px;
	background: url('../images/page/categoryitem_dot.gif') no-repeat 57px 6px;
}
#leftColumn .item .sub2_selected
{
	padding-left: 70px;
	background: #E1E1E1 url('../images/page/categoryitem_dot.gif') no-repeat 57px 6px;
}
#leftColumn .item .sub2:hover
{
	background: #E1E1E1 url('../images/page/categoryitem_dot.gif') no-repeat 57px 6px;
}
#leftColumn .item .sub2_selected:hover
{
	background: #E1E1E1 url('../images/page/categoryitem_dot.gif') no-repeat 57px 6px;
}


#rightColumn .title
{
	background: url('../images/page/title-bg.gif');
	height: 17px;
	padding-left: 20px;
	padding-top: 2px;
	font: bold 11px Arial;
	color: #FFFFFF;
	width: 155px;
}
#rightColumn .data
{
	margin-left: 18px;
	margin-top: 8px;
	width: 145px;
}
#rightColumn .pollQuestion
{
	font: bold 11px Arial;
	color: #DF0024;
}
#rightColumn .pollAnswers
{
	padding-top: 8px;
	padding-bottom: 8px;
}
#rightColumn .vote
{
	text-align: right;
	margin-top: 3px;
}
#rightColumn .vote a
{
	color: #000000;
	font-weight: bold;
}
#rightColumn .dataFull
{
	width: 175px;
	margin-top: 10px;
}
#rightColumn .dataFull .item a
{
	margin-left: 1px;
	display: block;
	padding-left: 30px;
	padding-top: 1px;
	background: url('../images/page/categoryitem_dot.gif') no-repeat 15px 7px;
	line-height: 18px;
	text-decoration: none;
	color: #10100F;
}
#rightColumn .dataFull .item a:hover
{
	background: #E1E1E1 url('../images/page/categoryitem_dot.gif') no-repeat 15px 7px;
}




#contentColumn .title
{
	background-color: #FDD196;
	padding-left: 5px;
	font: bold 12px Tahoma;
	color: #FA4C27;
	height: 16px;
	padding-top: 3px;
	width: 564px;
	margin-left: 8px;
}
#contentColumn .content
{
	padding-left: 12px;
	padding-top: 10px;
}




#footer .logo
{
	position: absolute;
	text-align: right;
	width: 180px;
	padding-right: 5px;
	padding-top: 4px;
	height: 26px;
}
#footer .copyright
{
	position: absolute;
	margin-left: 230px;
	margin-top: 8px;
	color: #96928F;
}
#footer .copyright a
{
	color: #96928F;
	text-decoration: none;
}
#footer .copyright a:hover
{
	text-decoration: underline;
}
#footer .extra
{
	position: absolute;
	text-align: right;
	width: 300px;
	margin-left: 660px;
	margin-top: 8px;
	color: #96928F;
}
#footer .extra a
{
	color: #96928F;
	text-decoration: none;
}
#footer .extra a:hover
{
	text-decoration: underline;
}



.orderStepTable
{
	position: relative;
	border: 1px solid #C1BAB2;
	background-color: #FFFFFF;
	width: 118px;
	height: 63px;
	margin-right: 4px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 4px;
	left: 3px;
	float: left;
	padding-left: 15px;
	padding-top: 7px;
}
.orderStepTableSelected
{
	color: #DF0024;
}
.orderStepTable .stepNr
{
	font: bold 18px Arial;
	float: left;
}
.orderStepTable .stepName
{
	font: bold 12px Arial;
	padding-top: 5px;
}
.orderStepTable .stepDescription
{
	font: normal 11px Arial;
	padding-left: 17px;
}
.table_title
{
	background-color: #EBEAE9;
	height: 20px;
	font-weight: bold;
	color: #646260;
	border-bottom: 1px solid #A7A6A5;
	text-align: center;
}
.table_item
{
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
}
.table_item_left
{ 
}
.table_item_right
{
}


.infoTable
{
	position: relative;
	width: 563px;
	margin-top: 5px;
	border: 1px solid #EBE1D5;
}
.infoTable .infoTableHeader
{
	position: relative;
	background-color: #EBEAE9;
	font: normal 12px Arial;
	padding-left: 20px;
	padding-top: 3px;
	padding-right: 5px;
	height: 20px;
	color: #666362;
	border-bottom: 1px solid #A7A6A5;
}
.infoTable .infoTableText
{
	position: relative;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: justify;
	background-color: #FFFFFF;
	color: #666362;
}


.banner
{
	width: 160px;
	height: 170px;
	overflow: hidden;
	margin-left: 8px;
	margin-bottom: 10px;
}


.clear
{
	clear: both;
}
.strong
{
	font-weight: bold;
}
.line
{
	border-top: 1px solid red;
	font: normal 1px Arial;
}
.button
{
	background: url('../images/page/button_background.gif') repeat-x;
	text-align: center;
	height: 17px;
	color: #FFFFFF;
	font: bold 11px Arial;
	padding-top: 2px;
	display: block;
	text-decoration: none;
	border: 0px;
}
.input
{
	border: 1px solid #FB7359;
	font: normal 11px Arial;
	width: 130px;
}
.spacer
{
	margin-top: 15px;
}
.error
{
	color: red;
	font-weight: bold;
}
.logged
{
	color: #101010;
	text-decoration: underline;
	margin-bottom: 3px;
	display: block;
}
.success
{
	color: #078B01;
	font-weight: bold;
	margin-left: 10px;
}