H1 {
	font-size : 19px;
	text-transform : uppercase;
	font-weight : bold;
	color : black;
	margin : 0 0 20px 0;
	padding : 0 0 0 8px;
	border-left : 2px solid black;
	position : relative;
	left : -8px;
}
H1 span { color : #BD282F; }

H2 {
	font-size : 13px;
	text-transform : uppercase;
	font-weight : bold;
	color : black;
	margin : 0 0 15px 0;
	padding : 0 0 0 8px;
	border-left : 2px solid black;
	position : relative;
	left : -8px;
}
H2 span { color : #BD282F; }
H2 a { text-transform : none;font-weight : normal;font-size : 12px; }
H2.bighref a { font-size : 13px; }

H3 {
	font-size : 12px;
	font-weight : bold;
	margin : 0 0 15px 0;
}
H3.centered { text-align : center; }
H3 span { color : #BD282F; }

H4 {
	font-size : 12px;
	font-weight : bold;
	margin : 0 0 15px 0;
	color : #BD282F;
}

ul {
	list-style-image : url('/gfx/default/black_dot.gif');
	margin : 0 0 15px 15px;
	padding : 0;
}
ul.justify li { text-align : justify; }

div.car_title {
	margin-top : 15px;
	border-top : 1px solid #EDECEA;
	padding-top : 20px;
	padding-bottom : 5px;
}
div.car_title h2 { position : relative; }
div.car_title img {
	position : absolute;
	left : 519px;
	top : -10px;
}
div.car_title_left { width : 270px;float : left; }
div.car_title_left img { position : static;border : none; }
div.car_title_right { width : 270px;float : right;text-align : right;color : #BE2831; }

p.bold_title { font-size : 12px; }
p.bigger { font-size : 14px; }

input.std_button, input.std_button_disabled {
	background : url('/gfx/default/butt_back.gif');
	height : 21px;
	border : 1px solid #BD282F;
	color : white;
	font-size : 12px;
	font-weight : bold;
}
input.std_button_disabled {
	background : url('/gfx/default/butt_back_dis.gif');
	border : 1px solid #BEBEBE;
}


div.nav { border-bottom : 1px solid #EDECEA;margin-bottom : 20px;font-size : 12px; }
div.nav H1 {
	margin-bottom : 10px;
}
div.nav P {
	margin-bottom : 10px;
}

div.contact_div {
	border-bottom : 1px solid #ECECEC;
	margin-top : 15px;
	clear : both;
}
div.contact_div div.left {
	float : left;
	width : 275px;
}
div.contact_div div.right {
	float : right;
	width : 250px;
	text-align : right;
}
div.contact_div div.right .map_img { position : relative;text-align : right;padding-bottom : 15px; }
div.contact_div div.right .map_img_sub { }
div.contact_div div.right .ico_detail { width : 30px;height : 30px;position : absolute;right : 0;bottom : 15px; }
div.contact_div div.right .ico_detail img { border : none; }
div.contact_div div.right .ico_mapy { width : 30px;height : 30px;position : absolute;right : 35px;bottom : 15px; }
div.contact_div div.right .ico_mapy img { border : none; }

div.map_container { padding-right : 4px; }
div.map_container .map_img { position : relative;text-align : right;padding-bottom : 15px; }
div.map_container .map_img_sub { }
div.map_container .ico_detail { width : 30px;height : 30px;position : absolute;right : 0;bottom : 15px; }
div.map_container .ico_detail img { border : none; }
div.map_container .ico_mapy { width : 30px;height : 30px;position : absolute;right : 35px;bottom : 15px; }
div.map_container .ico_mapy img { border : none; }

div.map_container_simple { height : 30px;position : relative;left : 10px;top : -12px; }
div.map_container_simple .ico_detail { width : 30px;height : 30px;float : left; }
div.map_container_simple .ico_detail img { border : none; }
div.map_container_simple .ico_mapy { width : 30px;height : 30px;float : left; }
div.map_container_simple .ico_mapy img { border : none; }

div.contact_logo_start { padding-bottom : 15px; }
div.contact_logo_start img { vertical-align : middle;margin-right : 10px; }


div.place_div {
	clear : left;
}

table.model_table {
	margin : 0;
	padding : 0;
	border : none;
	width : 100%;
}
table.model_table_std { width : 520px; }
table.model_table_filter_small {  }
table.model_table td {
	background-color : #EFEDEA;
	border-right : 1px solid white;
	border-bottom : 1px solid white;
	padding : 4px 10px 4px 10px;
	text-align : center;
}
table.model_table td.title {
	background-color : #BD282F;
	color : white;
	font-weight : bold;
	border-right : none;
	font-size : 12px;
}
table.model_table td.title a { color : white;text-decoration : none; }
table.model_table td.title img { border : none;white-space : nowrap; }
table.model_table td.control { text-align : left;padding : 2px;width : 165px; }
table.model_table td.control input { width : 98%;font-size : 11px; }
table.model_table td.control select { width : 100%;font-size : 11px; }
table.model_table td.control_small { padding : 2px;width : 50px; }
table.model_table td.control_small input { width : 100%;font-size : 11px; }
table.model_table td.control_small select { width : 100%;font-size : 11px; }
table.model_table td.control_long { padding : 2px;width : 375px; }
table.model_table td.control_long input { width : 375px;font-size : 11px; }
table.model_table td.control_long select { width : 375px;font-size : 11px; }
table.model_table td.title_model { text-align : left; }
table.model_table td.title_price_first { text-align : right;width : 70px; }
table.model_table td.title_price_sec { text-align : right;width : 70px; }
table.model_table td.title_right { text-align : right; }
table.model_table td.title_right_short { text-align : right;width : 80px; }
table.model_table td.title_right_long { text-align : right;width : 70px; }
table.model_table td.modely_field_a { width : 75px;padding : 0 10px 0 5px;text-align : right;white-space : nowrap; }
table.model_table td.modely_field_b { width : 65px;padding : 5px 5px 5px 0;text-align : center;white-space : nowrap; }

table.model_table td.img_box_first { margin : 0;padding : 0;width : 73px; }
table.model_table td.img_box_first div { width : 73px;height : 55px;background-color : #CBCBCB; }
table.model_table td.img_box_first span { display : block;padding : 10px 5px 0 5px;font-size : 9px;text-transform : uppercase; }
table.model_table td.img_box_first img { border : none; }
table.model_table td.img_box_sec { margin : 0;padding : 0;width : 9px;height : 55px; }
table.model_table td.type_col { text-align : left;font-size : 12px;font-weight : bold;vertical-align : top;padding-top : 5px; }
table.model_table td.type_col strong { font-weight : normal;color : #bd282e;font-size : 14px; }
table.model_table td.type_col span { font-weight : normal;font-size : 11px; }
table.model_table td.type_col a { white-space : nowrap; }
table.model_table td.motor_col { white-space : nowrap; }
table.model_table td.motor_col img { margin-left : 10px;margin-bottom : 5px;vertical-align : middle; }
table.model_table td.bonus_col { font-size : 5px; }
table.model_table td.high { background-color : #D6D2C8;text-align : right;font-weight : normal;white-space : nowrap;font-size : 11px;padding : 0 5px 0 5px; }
table.model_table td.price_first { background-color : #D6D2C8;text-align : right;font-weight : bold;white-space : nowrap;font-size : 11px; }
table.model_table td.price_first span { font-weight : normal;font-size : 11px; }
table.model_table td.price_sec { text-align : right;font-weight : bold; }

div.no_vat_block { text-align : right;font-size : 11px;font-style : italic;padding-top : 10px;width : 520px; }

div.catalog_model_block {
	clear : both;
	padding-bottom : 15px;
}
div.catalog_model_block div.sub {
	width : 274px;
	float : left;
}
div.catalog_model_block div.sub div.bl_left { float : left;width : 25px;padding-bottom : 5px; }
div.catalog_model_block div.sub div.bl_right { float : right;width : 245px;padding-top : 3px; }


div.model_simple {
	clear : both;
}
div.model_simple .sub {
	width : 104px;
	float : left;
	margin-right : 7px;
}
div.model_simple .img_box div { width : 104px;height : 55px;background-color : #CBCBCB;text-align : center; }
div.model_simple .img_box span { display : block;padding : 17px 5px 0 5px;text-align : center;font-size : 9px;text-transform : uppercase; }
div.model_simple .img_box img { border : none; }
div.model_simple .sub_box {
	border-top : 1px solid white;
	width : 104px;
	background-color : #DDD8CF;
	text-align : center;
	padding : 3px 0 3px 0;
}


div.model_sub_info {
	padding : 5px 0 20px 0;
}
div.model_sub_info span { color : #BD282F; }
div.model_sub_info .left { float : left;width : 239px;margin : 0;padding : 0;font-size : 11px; }
div.model_sub_info .middle { float : left;width : 165px;margin : 0;padding : 0;font-size : 11px; }
div.model_sub_info .right { float : right;width : 140px;margin : 0;padding : 0;font-size : 11px; }


div.model_left {
	float : left;
	width : 260px;
}
div.model_left .model_info_block {
	border-top : 1px solid #EDECEA;
	padding-top : 15px;
	margin-top : 15px;
	width : 260px;
}
div.model_left .model_info_block h3 { margin-bottom : 5px; }
div.model_left .model_info_block table { margin-bottom : 15px; }
div.model_right {
	float : right;
	width : 275px;
}
.picture_block {
	width : 271px;
	height : 184px;
	border : 1px solid #EDECEA;
}
.picture_block_big {
	width : 546px;
	height : 368px;
}
.picture_block div { width : 265px;height : 178px;background-color : #CBCBCB;margin : 3px 0 0 3px; }
.picture_block_big div { width : 540px;height : 362px; }
.picture_block span { display : block;padding : 75px 0 0 0;text-align : center;font-size : 9px;text-transform : uppercase; }
.picture_block_big span { padding : 185px 0 0 0; }
.picture_sub_container {
	border-bottom : 1px solid #EDECEA;
	height : 42px;

}
.picture_sub_container img { border : none; }
.button_line {
	padding : 1px 0 1px 0;
	width : 273px;
	border-bottom : 1px solid #EFEDEA;
}
.button_line .button_line_div_class {
	background-color : #EFEDEA;
	height : 33px;
}
.picture_list_block_class { 
	display : none; 
	border-left : 1px solid #EDECEA;
	border-right : 1px solid #EDECEA;
	border-bottom : 1px solid #EDECEA;
	width : 271px;
}
.picture_list_block_class_big { width : 545px;background-color : #EDECEA;border : none;padding : 3px 0 3px 3px; }
.picture_list_block_class div.i_inner { width : 88px;height : 62px;float : left; }
.picture_list_block_class div.i_inner img { width : 82px;height : 56px; }
.picture_list_block_class_full {  }
.picture_list_block_class_full div.i_inner { width : 88px;height : 62px;float : left;margin-right : 9px;margin-bottom : 9px;border : 2px solid #ebece7; }
.picture_list_block_class_full div.i_inner img { width : 82px;height : 56px; }
.button_line .nav_left {
	width : 85px;
	float : left;
	text-align : right;
	padding-top : 5px;
}
.button_line .nav_middle {
	padding-top : 5px;
	width : 95px;
	text-align : center;
	font-size : 15px;
	color : #BD282F;
	font-weight : bold;
	float : left;
}
.button_line .nav_middle span { font-size : 20px; }
.button_line .nav_right {
	width : 85px;
	float : right;
	padding-top : 5px;
}
.button_line .nav_info, .button_line .nav_info {
	padding-top : 7px;
	width : 95px;
	text-align : center;
	font-size : 15px;
	color : #BD282F;
	font-weight : bold;
	float : right;
}
.button_line .nav_info a, .button_line .nav_info a { text-decoration : none; }
.button_line .nav_more {
	padding-top : 5px;
	padding-right : 10px;
	float : right;
}

.picture_list_block_print { clear : both;display : none; }

.button_line_big { width : 548px;background-color : #BD282E;height : 22px;position : relative;margin-top : 20px; }
.button_line_big .nav_left { position : absolute;left : 0;top : 0; }
.button_line_big .nav_left input { width : 30px;height : 22px;background : none;border : none;cursor : pointer;text-decoration : underline; }
.button_line_big .nav_right { position : absolute;left : 100px;top : 0; }
.button_line_big .nav_right input { width : 30px;height : 22px;background : none;border : none;cursor : pointer;text-decoration : underline; }
.button_line_big .nav_middle { position : absolute;left : 26px;top : 6px;width : 74px;text-align : center;color : white;font-weight : bold; }
.button_line_big a { display : block;text-decoration : none;color : white;position : absolute;right : 20px;top : 4px;font-weight : bold; }
.button_line_big a span { text-decoration : underline; }

table.contact_table {
	margin : 0 0 15px 0;
	padding : 0;
	border : none;
}
table.contact_table td { border : none;margin : 0;padding : 0 0 3px 0;vertical-align : top; }
table.contact_table td.name { font-weight : bold;width : 150px;padding-right : 5px; }
table.contact_table td.right { text-align : right; }

table.std_table_nopadd td { padding : 4px 0 4px 0 !important; }
table.std_table_contact {
	margin : 0 0 15px 0;
	width : 100%;
}
table.std_table_contact .colA { width : 150px;vertical-align : top; }
table.std_table_contact .colB { width : 150px;vertical-align : top; }
table.std_table_contact .colC { vertical-align : top; }
table.std_table_contact .colD { width : 150px;vertical-align : top; }
table.std_table {
	padding : 0;
	border : none;
}
table.std_table_margin { margin-bottom : 15px; }
table.std_table td {
	background-color : #EFEDEA;
	padding : 4px 10px 4px 10px;
	border-right : 1px solid white;
	border-bottom : 1px solid white;
	font-size : 12px;
	vertical-align : top;
}
table.std_table td.centered { text-align : center; }
table.std_table td.clean { padding-left : 0;padding-right : 0; }
table.std_table td.title { font-weight : bold;color : white;background-color : #BD282F;font-size : 12px; }
table.std_table td.title_blank { color : #BD282F;font-weight : bold;font-size : 12px;background-color : white; }
table.std_table td.title_sub { font-weight : bold;background-color : #D6D2C8; }
table.std_table td.price { font-size : 16px; }
table.std_table td.title_small { font-size : 11px; }
table.std_table td.normal { color : #bd282e; }
table.std_table td.normal_high { color : #BD282F;font-weight : bold;font-size : 12px; }
table.std_table td.normal_bold { font-weight : bold; }
table.std_table td.normal_sub { background-color : #D6D2C8; }
table.std_table td.normal_sub h3 { padding : 5px 0 10px 10px; }
table.std_table td.nopadd { padding : 0; }


div.contact_stuff_block { border : 1px solid black;background-color : #F7F7F7;position : absolute;width : 715px;z-index : 2;display : none; }
div.contact_stuff_block div.padd { padding : 10px !important;position : relative; }
div.contact_stuff_block div.close_href { position : absolute;left : 610px; }
div.contact_stuff_block div.close_img { position : absolute;left : 685px; }
div.contact_stuff_block div.close_img img { border : none; }


div.news_container {
	clear : both;
}
div.news_container .sub { padding-bottom : 15px;margin-bottom : 15px;border-bottom : 1px solid #EDECEA; }
div.news_container .sub h3 { margin : 0; }
div.news_container .sub h2 { margin : 0; }
div.news_container .sub h4 { font-size : 12px;font-weight : normal;font-style : italic;margin : 3px 0 5px 0;  }
div.news_container .sub .sections { float : left;width : 50px;margin : 0;text-align : center; }
div.news_container .sub .sections img { margin-bottom : 10px; }
div.news_container .sub p { float : right;width : 495px;margin : 0; }


ul.mews_list {
	margin : 0 0 0 15px;
	padding : 0;
	list-style-image : url('/gfx/default/red_dot.gif');
}
ul.mews_list li.news_leaf a { font-weight : bold; }


div.sub_list {
	position : relative;
	border-bottom : 1px solid #EDECEA;
	margin-bottom : 15px;
}
div.sub_list h3 { margin : 0 0 5px 0;padding : 0; }
div.sub_list p { margin : 0 0 35px 0;padding : 0; }
div.sub_list div { position : relative; }
div.sub_list div input { position : absolute;top : -30px;left : 428px; }


div.error_info {
	text-align : center;
	padding-top : 50px;
	padding-bottom : 50px;
}
div.error_info p { text-align : center;margin-bottom : 10px; }
div.error_info div { text-align : center; }
div.error_info div span { color : #E5343C; }


div.error_block { margin : 25px 0 25px 0;padding : 0; }
div.error_block p { color : #BD282F;font-weight : bold;margin : 0;padding : 0; }
div.error_block span { font-weight : normal; }

p.error_center { color : #BD282F;text-align : center;font-weight : bold; }


div.car_container {
	clear : both;
}
div.car_container .car_sub {
	width : 170px;
	float : left;
	margin : 0 17px 33px 0;
}
div.car_container .car_sub div.top {
	width : 170px;
	height : 88px;
	background-color : silver;
}
div.car_container .car_sub div.top img { border : none; }
div.car_container .car_sub div.top span { display : block;padding : 37px 20px 0 20px;font-size : 9px;text-transform : uppercase;text-align : center; }
div.car_container .car_sub div.foot {
	border-top : 1px solid white;
	background-color : #DDD8CF;
	width : 170px;
	height : 30px;
}
div.car_container .car_sub div.foot p {
	padding : 6px 10px 0 0;
	text-align : right;
	font-size : 12px;
	font-weight : bold;
}
div.car_container .car_sub div.foot a { color : #BD282F; }
div.car_container .car_sub div.foot span { color : #BD282F; }

div.car_image_list {
	clear : both;
	padding-bottom : 10px;
}
div.car_image_list div.car_image_item {
	width : 265px;
	height : 178px;
	float : left;
	padding : 2px;
	border : 1px solid #EEEDEB;
	margin : 0 6px 6px 0;
}

div.arrow_info {
	height : 42px;
	position : relative;
	width : 190px;
	float : left;
	white-space: nowrap;
}
div.arrow_info div { position : absolute;left : 0;top : 0; }
div.arrow_info p { position : absolute;left : 42px;top : 6px;font-size : 13px;font-weight : bold; }

h3.demo { background-color : #BD282F;color : white;text-transform : uppercase;font-size : 13px;padding : 8px 0 8px 30px;margin : 20px 0 0 0; }

div.demo_area { background-color : #EFEDEA; }
div.blank_area { background-color : white; }
div.area_left {
	width : 270px;
	float : left;
	margin : 20px 0 20px 30px;
}
div.area_right {
	width : 210px;
	float : right;
	margin : 20px 30px 0 0;
	position : relative;
	height : 275px;
}
div.area_left_nopadd { margin-left : 0; }
div.area_right_nopadd { margin-right : 0;width : 240px; }
div.demo_area .area_inner { padding : 70px 0 70px 0;text-align : center; }
div.demo_area .area_inner p { text-align : center; }
div.demo_area .area_inner p span { color : #BD282F; }
div.demo_area .area_right p.top { font-weight : bold;color : #BD282F;text-align : center;position : absolute;left : 0;top : 115px;width : 210px; }
div.demo_area .area_right p.bottom { text-align : center;position : absolute;margin : 0;left : 0;bottom : 0;width : 210px; }

div.area_right p.area_top { font-weight : bold;color : #BD282F;width : 210px; }
div.area_right p.arae_bottom { text-align : center;margin : 0;width : 210px; }

div.button_area {
	text-align : right;
	padding : 20px 0 20px 0;
}

table.form_table { }
table.form_table input, table.form_table select, table.form_table textarea { font-family : Arial;font-size : 12px;border : 1px solid #7F9DB9; }
table.form_table td { padding-bottom : 5px; }
table.form_table td.righted { text-align : right; }
table.form_table td.first { width : 110px; }
table.form_table td.first em { font-size : 11px; }
table.form_table td.first_long { width : 150px; }
table.form_table td.first span { color : #BD282F;font-weight : bold;font-size : 14px; }
table.form_table td.sec { font-weight : bold; }
table.form_table td.leaf { text-align : right;vertical-align : top;padding-right : 10px; }
table.form_table td.leaf input{ border : none; }
table.form_table td.datepick a { position : relative;left : -15px; }
table.form_table td.in input { width : 120px; }
table.form_table td.in select { width : 122px; }
table.form_table td.bt { padding-top : 15px; }
table.form_table td.tp { vertical-align : top;padding-top : 2px; }

div.search_block {
	clear : both;
}
div.search_block span.high { color : red;font-weight : bold; }
div.search_block div.sub_block { border-bottom : 1px solid #EDECEA;padding-bottom : 15px;margin-bottom : 15px; }
div.search_block div.sub_block h3 { margin : 0;padding : 0; }
div.search_block div.sub_block div { font-size : 12px;font-style : italic;padding-bottom : 5px; }
div.search_block div.sub_block p { margin : 0;padding : 0; }

div.list_nav span { color : #BD282F; }

div.browse_list_std { width : 520px; }
div.browse_list { clear : both;border-top : 1px solid #EDECEA;padding-top : 10px;margin-top : 10px;height : 40px; }
div.browse_list div.go_left { float : left;margin-right : 20px;width : 90px; }
div.browse_list div.go_right { float : right;width : 90px;text-align : right; }
div.browse_list div.node { float : left;width : 20px;text-align : center; }
div.browse_list_top { border-top : none;margin-top : 0;height : 25px; }

div.filter_block { clear : both;margin-bottom : 20px; }
div.filter_block div.filter_inner { float : left; }
div.filter_block div.text { padding : 3px 5px 0 5px; }
div.filter_block div.filter_inner select { width : 100px;font-size : 10px; }
div.filter_block div.short select { width : 65px;font-size : 10px; }
div.filter_block table.model_table td.price_first { font-weight : normal !important;width : 85px; }

.filter_href { font-weight : bold;font-size : 13px; }

div.section_big_logo { text-align : center; }

div.picture_display_class { 
	border : 1px solid black;
	background-color : silver;
	position : absolute;
	display : none;
}
div.picture_display_class p {
	text-align : center;
	font-style : italic;
}

div.filter_block { width : 220px;background-color : white;border : 1px solid #D6D2C8;padding : 4px; }

div.filter_open_href { width : 250px;position : relative; }
div.filter_open_href p { padding : 0;margin : 0;text-align : right;position : absolute;left : 0;top : -17px; }
div.filter_open_href span.info { position : absolute;left : 0;top : -17px;font-weight : bold; }

div.filter_sub_line { border-top : 1px solid #d6d2c8;padding-top : 8px;margin-top : 8px;text-align : right;position : relative;height : 30px; }
div.filter_sub_line a.f_left { display : block;position : absolute;left : 0;top : 12px;font-size : 11px; }
div.filter_sub_line input { width : 65px;font-size : 11px; }

div.sell_ref_container { background-color : #FFFFE1;border : 1px solid black;color : black;padding : 2px 10px 2px 10px;position : absolute;display : none;z-index : 10; }

div.pre_banner { position : relative;z-index : 20; }
div.banner { width : 482px;height : 255px;position : absolute;background-color : silver;left : 230px;top : 200px;z-index : 20;border : 1px solid black; }
div.banner a.main { display : block;width : 482px;height : 255px;background-color : silver;z-index : 21;position : relative; }
div.banner a.main span { display : block;position : absolute;left : 0;top : 0;width : 482px;height : 255px;cursor : pointer; }
div.banner a.close { display : block;width : 130px;height : 12px;line-height : 12px;position : absolute;right : -1px;bottom : -14px;z-index : 22;text-decoration : none;border-left : 1px solid silver;border-bottom : 1px solid silver;border-right : 1px solid silver;background-color : #FAFAFA;text-align : center;font-size : 10px; }

p.gallery_title { font-weight : bold;font-size : 12px;margin : 0 0 10px 0; }
p.gallery_comment { margin : 0 0 10px 0; }

div.gallery_container { margin : 0 0 25px 0; }
div.gallery_container img { border : 1px solid #BD282F;margin-right : 15px;margin-bottom : 15px; }

div.sky_craper { padding-left : 35px;padding-top : 35px;padding-bottom : 25px; }

div.prompter_base { background-color : white;border-left : 1px solid #822124;border-top : 1px solid #822124;border-right : 1px solid #610D10;border-bottom : 1px solid #610D10; }
div.prompter_base div.prompter_sub { cursor : pointer;padding : 2px 10px 2px 10px;width : 250px;overflow : hidden;font-size : 10px;border-bottom : 1px solid #D6D2C8; }
div.prompter_base div.prompter_sub_active { background-color : #EFEDEA; }

#pre_std_banner { position : relative;z-index : 20; }
a.std_banner { display : block;width : 450px;height : 135px;position : absolute;left : 60px;top : -55px; }
a.std_banner_close { display : block;width : 22px;height : 23px;position : absolute;left : 475px;top : -46px;z-index : 22;text-decoration : none; }

div.adv_generic_banner { display : block; }
div.adv_generic_banner img { border : none; }
div.adv_generic_banner p.adv_term { display : none; }

div.adv_right { margin-left : 20px;margin-bottom : 15px; }
