﻿body
{
	margin: 0px;
	font-size: 14px;
	font-family: Ariel;
}

/* font */
.font_error {font-weight: bold; font-size: 11pt; color: #800000; text-align: center; vertical-align: middle;}
.font_green {font-weight: normal; font-size: 10pt; color: #529603; text-align: center; vertical-align: middle; font-family: Tahoma;}
.font_title {font-weight: bold; font-size: 14pt; color: #375c85; text-align: left; vertical-align: middle;}
.font_pink {font-weight: bold; font-size: 10pt; color: #BA154F; text-align: left; font-family: Tahoma;}


table
{
	font-size: 14px;
	font-family: Ariel;
}

.product_title
{
	font-size:18px;
	color: #990000;
}

.rendeles_sum
{
	font-size: 14px;
	font-family: Ariel;
	font-weight: bold;
	color: Black;
	background-color: #EBE7D0;
	padding: 2px 5px 2px 5px;
}

.menu_bg
{
	background-image: url('images/menu_bg.jpg');
	height: 33px;
	vertical-align: middle;
}

.container_bg
{
	background-image: url('images/container_bg.jpg');
	background-repeat: repeat-y;
    background-position: top left;
}

.bottom_bg
{
	background-image: url('images/bottom_bg.jpg');
	background-repeat: no-repeat;
    background-position: top left;
    height: 100px;
}

.title_bg
{
	background-image: url('images/title_bg.jpg');
	background-repeat: repeat-x;
    background-position: top left;
    font-size: 12pt;
	font-weight: bold;
	color: #446B96;
	text-align: left; 
    height: 36px;
    padding-left: 10px;
}

.title_left
{
	background-image: url('images/title_left.jpg');
	background-repeat: no-repeat;
    background-position: top left;
    width: 10px;
    height: 36px;
}

.title_right
{
	background-image: url('images/title_right.jpg');
	background-repeat: no-repeat;
    background-position: top left;
    width: 10px;
    height: 36px;
}

.title_bg_green
{
	background-image: url('images/title_bg_green.jpg');
	background-repeat: repeat-x;
    background-position: top left;
    font-size: 12pt;
	font-weight: bold;
	color: #446B96;
	text-align: center; 
    height: 36px;
}

.title_left_green
{
	background-image: url('images/title_left_green.jpg');
	background-repeat: no-repeat;
    background-position: top left;
    width: 10px;
    height: 36px;
}

.title_right_green
{
	background-image: url('images/title_right_green.jpg');
	background-repeat: no-repeat;
    background-position: top left;
    width: 10px;
    height: 36px;
}

.toppad
{
	padding-top: 6px;
}

.box_title_blue
{
	background-image: url('images/box_title_blue.jpg');
	background-repeat: no-repeat;
    background-position: top left;
    width: 180px;
    height: 32px;
    text-align:center;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

.box_title_green
{
	background-image: url('images/box_title_green.jpg');
	background-repeat: no-repeat;
    background-position: top left;
    width: 180px;
    height: 32px;
    text-align:center;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

.box_title_pink
{
	background-image: url('images/box_title_pink.jpg');
	background-repeat: no-repeat;
    background-position: top left;
    width: 180px;
    height: 32px;
    text-align:center;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

.box_title_violet
{
	background-image: url('images/box_title_violet.jpg');
	background-repeat: no-repeat;
    background-position: top left;
    width: 180px;
    height: 32px;
    text-align:center;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

.box_title_orange
{
	background-image: url('images/box_title_orange.jpg');
	background-repeat: no-repeat;
    background-position: top left;
    width: 180px;
    height: 32px;
    text-align:center;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

.box_title_orange2
{
	background-image: url('images/box_title_orange2.jpg');
	background-repeat: no-repeat;
    background-position: top left;
    width: 180px;
    height: 32px;
    text-align:center;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

.box_title_yellow
{
	background-image: url('images/box_title_yellow.jpg');
	background-repeat: no-repeat;
    background-position: top left;
    width: 180px;
    height: 32px;
    text-align:center;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
}

.box_cont
{
	background-image: url('images/box_cont.jpg');
	background-repeat: repeat-y;
    background-position: top left;
    width: 180px;
    height: 32px;
    padding-left: 20px;
}

.box_bottom
{
	background-image: url('images/box_bottom.jpg');
	background-repeat: no-repeat;
    background-position: top left;
    width: 180px;
    height: 20px;
}

.separator
{
	background-image: url('images/separator.jpg');
	background-repeat: no-repeat;
    background-position: top left;
    width: 600px;
    height: 26px;
}

.price
{
	border: solid 1px #CCCCCC;
	background-color: #e8ecf0;
}

.box
{
	border: solid 2px #CCCCCC;
	padding: 5px;
	margin-bottom: 5px;
}

.productbox
{
	border: solid 1px #CCCCCC;
	padding: 25px;
	margin-right: 20px;
	background-color: #E8ECF0;
}

/* link */
a:link 
{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	color: #446B96;
	background-color: colorhere;
	border: none;
}

a:visited 
{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	color: #446B96;
	background-color: colorhere;
	border: none;
}

a:hover 
{
	text-decoration: underline;
	color: #BA154F;
	background-color: colorhere;
	border: none;
}

.menu:link 
{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: colorhere;
	border: none;
}

.menu:visited 
{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: colorhere;
	border: none;
}

.menu:hover 
{
	text-decoration: none;
	color: #EE236A;
	background-color: colorhere;
	border: none;
}

.leftmenu:link 
{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	color: #446B96;
	background-color: colorhere;
	border: none;
}

.leftmenu:visited 
{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	color: #446B96;
	background-color: colorhere;
	border: none;
}

.leftmenu:hover 
{
	text-decoration: underline;
	color: #BA154F;
	background-color: colorhere;
	border: none;
}

.abc:link 
{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	color: #529603;
	background-color: colorhere;
	border: none;
}

.abc:visited 
{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	color: #529603;
	background-color: colorhere;
	border: none;
}

.abc:hover 
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #529603;
}

.alist:link 
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #446B96;
	background-color: colorhere;
	border: none;
	cursor: pointer;
}

.alist:visited 
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #446B96;
	background-color: colorhere;
	border: none;
}

.alist:hover 
{
	font-family: Tahoma;
	text-decoration: none;
	color: #EE236A;
	background-color: colorhere;
	border: none;
}
