table.frame {
	/*width: 983px;*/
	width: 100%;
	margin: 0px;
	margin: 0 auto;
}

table.strip {
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
}

table.frame td,
table.middletable td,
table.panel_basket td,
table.middlelefttable td,
table.middlecentertable td,
table.rightpanel1 td,
table.rightpanel2 td,
table.menutable td,
table.logintable td,
table.bottomtable td,
table.bottommenu td {
	padding: 0px;
	vertical-align: top;
}

table.frame td.top_left {
	width: 50%;
	height: 180px;
	background-image: url("../images/top_bg.jpg");
	background-repeat: repeat;
	/*background-color: #d1c3a0;*/
}

table.frame td.top_right {
	width: 50%;
	background-image: url("../images/top_bg.jpg");
	background-repeat: repeat;
	/*background-color: #d1c3a0;*/
}

table.frame td.left, table.frame td.right {
	background-image: url("../images/menu_bg.jpg");
	background-repeat: repeat-x;
}

table.frame td.menu {
	height: 41px;
	background-image: url("../images/menu_bg.jpg");
	background-repeat: repeat-x;
}

table.frame td.spacer1 {
	height: 23px;
}

table.frame td.middle {
	height: 458px;
}

table.frame td.spacer2 {
	height: 21px;
}

table.frame td.bottom {
	height: 79px;
	background-image: url("../images/bottom_bg.jpg");
	background-repeat: no-repeat;
}

table.middletable td.middletable_left {
	width: 237px;
	/*background-color: #f8f4e8;*/
	/*background-image: url("../images/leftpanel_bg.jpg");
	height: 455px;*/
}

table.middletable td.shadow_left {
	width: 20px;
	height: 458px;
	background-image: url("../images/shadow_left.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

table.middletable td.middletable_center {
	width: 468px;
	/*background-color: #f8f4e8;
	background-image: url("../images/panel_bottom2.jpg");
	background-repeat: no-repeat;
	background-position: bottom;*/
}

table.middletable td.shadow_right {
	width: 21px;
	background-image: url("../images/shadow_right.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

table.middletable td.middletable_right {
	width: 237px;
}

table.middlelefttable,
table.panel_basket {
	background-image: url("../images/leftpanel_bg.jpg");
	background-repeat: repeat-y;
	margin-bottom: 23px;
}

table.middlelefttable td.middleleft_top, 
table.panel_basket td.basket_top {
	width: 237px;
	height: 33px;
	background-image: url("../images/panel_top1.jpg");
	background-repeat: no-repeat;
}

table.middlelefttable td.middleleft_content, 
table.panel_basket td.basket_middle {
	height: 175px;
	background-image: url("../images/leftcontent_bg.jpg");
	background-repeat: no-repeat;
	padding: 24px 20px 0px 20px;
	text-align: center;
}

table.middlelefttable td.middleleft_bottom, 
table.panel_basket td.basket_bottom {
	background-image: url("../images/panel_bottom1.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 3px;
	background-color: #f8f4e8;
}

table.middlecentertable td.middlecenter_top {
	width: 468px;
	height: 37px;
	background-image: url("../images/panel_top2.jpg");
	background-repeat: repeat-x;
}

table.middlecentertable td.middlecenter_content {
	height: 418px;
	background-image: url("../images/centercontent_bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	padding: 30px; 
	background-color: #f8f4e8;
}

table.middlecentertable td.middlecenter_bottom {
	background-image: url("../images/panel_bottom2.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 3px;
}

table.rightpanel1 {
	margin-bottom: 23px;
}

table.rightpanel1 td.rightpanel1_top {
	width: 237px;
	height: 3px;
	background-image: url("../images/panel_top3.jpg");
	background-repeat: no-repeat;
}

table.rightpanel1 td.rightpanel1_middle {
	height: 79px;
	background-image: url("../images/rightpanel_bg.jpg");
	background-repeat: repeat-y;
}

table.rightpanel1 td.rightpanel1_bottom {
	height: 3px;
	background-image: url("../images/panel_bottom1.jpg");
	background-repeat: no-repeat;
}

table.rightpanel2 {
	margin-bottom: 23px;
	background-image: url("../images/rightpanel_bg2.jpg");
	background-repeat: repeat-y;
}

table.rightpanel2 td.rightpanel2_top {
	width: 237px;
	height: 33px;
	background-image: url("../images/panel_top1.jpg");
	background-repeat: no-repeat;
}

table.rightpanel2 td.rightpanel2_middle {
	/*height: 175px;*/
	background-image: url("../images/rightcontent_bg.jpg");
	background-repeat: no-repeat;
	padding: 20px 30px 14px 30px;
	color: #3f639f;
	font-size: 12px;
	font-weight: bold;
}

table.rightpanel2 td.rightpanel2_bottom {
	height: 3px;
	background-image: url("../images/panel_bottom1.jpg");
	background-repeat: no-repeat;
}

div.title {
	text-transform: uppercase;
	color: #3f639f;
	font-size: 15px;
	font-weight: bold;
	padding: 9px 0px 0px 37px;
	background-image: url("../images/title_bg.jpg");
	background-repeat: no-repeat;
	background-position: 7px 7px;
	height: 24px;
}

a.login_link {
	color: #3f639f;
	font-size: 11px;
	font-weight: normal;
}

a:hover.login_link {
	text-decoration: underline;
}

table.bottomtable td.bottomtable_left {
	vertical-align: middle;
	padding-left: 133px;
	height: 79px;
	color: #656762;
	width: 124px;
}

table.bottomtable {
	width: 100%;
}

table.bottomtable td.bottomtable_right {
	vertical-align: middle;
}


table.bottomtable td.bottomtable_right a {
	color: #fffdfe;
	font-size: 14px;
}

table.bottommenu {
	margin-left: 52px;
}

table.bottommenu td {
	padding: 0px 14px 0px 14px;
}

table.bottommenu td.bottommenu_spacer {
	height: 16px;
	width: 1px;
	background-color: #cccabe;
	padding: 0px;
}

.error
{
	color: #a90000;
	font-weight: bold;
}

/* almenük */

/*mainmenu*/

table.submenutable
{
	margin-top: 20px;
}

table.submenutable td.menucell, 
table.submenutable td.menucell_active {
	width: 231px;
	padding: 0px 2px 0px 2px;
}

table.submenutable td.menucell a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	color: #3f639f;
	padding: 2px 24px 2px 30px;
}

table.submenutable td.menucell a:hover, 
table.submenutable td.menucell_active a:hover {
	background-color: #d8caa7;
	color: #fff;
}

table.submenutable td.menucell_active a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	padding: 2px 24px 2px 30px;
	background-image: url("../images/menu_active.jpg");
	background-repeat: no-repeat;
	background-position: 10px 3px;
}

table.submenutable td.menuspacer {
	height: 4px;
}

/* register table */

table.register 
{
	width: 100%;
}

table.register td,
table.register th
{
	padding: 5px;
}

table.register th
{
	text-align: right;
	width: 100px;
}

table.register td.error
{
	color: #a90000;
	font-weight: bold;
	padding: 0px;
	padding-left: 5px;
}



