body {
	margin:0px;
	padding: 0px;
	background: #EEEEF0;
	font-family: Tahoma;
	font-size: 11px;
	color: #161616;
}

table {
	margin:0px;
	padding: 0px;
	/*background: #FFFFFF;*/
	font-family: Tahoma;
	font-size: 11px;
}

.price_table {
	padding: 5px;
	vertical-align:top;
}

.price_table h2 {
	margin-bottom:0;
}

/* SUM(column_1.widht + column_2.widht + column_3.widht +) = content_table.width*/
.content_table {
	width: 760px; /* DEFAULT: 600px */
}

.column_1 {
	width: 320px;
}
.column_2 {
	width: 20px;
}
.column_3 {
	width: 215px;
}

/* ----------------------------------------- */


.red_line {
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #CC3300;
}	
.bottom_line_red {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #9F0034;
	padding-bottom: 5px;
}
.bottom_line_gray {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #9EA1A2;
	padding-bottom: 5px;
}
.gray_text {
	font-weight: bold;
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
}
.black_text {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}

/* ----------------------------------------- */

.h1_main {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}

h2 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12.5px;
}

/* ----------------------------------------- */

a{
	color: #000000;
	font-family:  Tahoma;
	TEXT-DECORATION: underline
}
a:visited {
	TEXT-DECORATION: underline
}
a:hover {
	TEXT-DECORATION: none
}
a:active {
	TEXT-DECORATION: none
}

a.bottommenu{
	color: #666666;
	font-family:  Tahoma;
	font-size: 12px;
	TEXT-DECORATION: none;
}
a.bottommenu:visited {
	TEXT-DECORATION: none;
}
a.bottommenu:hover {
	color: #BE6254;
	TEXT-DECORATION: underline;
}
a.bottommenu:active {
	color: #BE6254;
	TEXT-DECORATION:underline;
}

a.mainmenu{
	color: #CC3300;
	font-family:  Tahoma;
	font-size: 13px;
	TEXT-DECORATION: underline;
}
a.mainmenu:visited {
	TEXT-DECORATION: underline;
}
a.mainmenu:hover {
	TEXT-DECORATION: none;
}
a.mainmenu:active {
	TEXT-DECORATION: none;
}

a.topmenu{
	color: #5F5F5F;
	font-family:  Tahoma;
	font-size: 13px;
	font-weight: bold;
	TEXT-DECORATION: none;
}
a.topmenu:visited {
	TEXT-DECORATION: none;
}
a.topmenu:hover {
	TEXT-DECORATION: none;
}
a.topmenu:active {
	TEXT-DECORATION: none;
}
/* ----------------------------------------- */

.left_top_right {
	background-image: url(./img/bg_s/left1_1.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.left_middle_right{
	background-image: url(./img/bg_s/left1_2.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.left_bottom_right {
	background-image: url(./img/bg_s/left1_4.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.left_top_center {
	background-image: url(./img/bg_s/left2_1.gif);
	background-repeat: repeat;
}
.left_middle_center {
	background-image: url(./img/bg_s/left2_2.gif);
	background-repeat: repeat;
}
.left_bottom_center {
	background-image: url(./img/bg_s/left2_4.gif);
	background-repeat: repeat;
}
.right_top_left{
	background-image: url(./img/bg_s/right1_1.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.right_middle_left {
	background-image: url(./img/bg_s/right1_2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.right_bottom_left {
	background-image: url(./img/bg_s/right1_4.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.right_top_center {
	background-image: url(./img/bg_s/right2_1.gif);
	background-repeat: repeat;
	
}
.right_middle_center {
	background-image: url(./img/bg_s/right2_2.gif);
	background-repeat: repeat;
}
.right_bottom_center {
	background-image: url(./img/bg_s/right2_4.gif);
	background-repeat: repeat;
}

h1
{
        font-family: Tahoma;
        font-weight: bold;
        font-size: 14.5px;

}
h3
{
        font-family: Tahoma;
        font-weight: bold;
        font-size: 11px;
}
p{
	font-family: Tahoma;
}
.botmenu{
color:#BE6254;
font-size:12px;
}

img {
 border: 0;
}

#cont_lId {
  position: absolute;
  left: 0px;
  width: 80px;
  
  z-index: 100;
}
#cont_rId {
  position: absolute;
  right: 0px;
  width: 80px;
  
  z-index: 100;
}
