/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin : 0;
	padding : 0;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
fieldset, img {
	border : 0;
}
address, caption, cite, code, dfn, th, var {
	font-style : normal;
	font-weight : normal;
}
strong {
	font-style : normal;
	font-weight : bold;
}
em {
	font-style : italic;
	font-weight : normal;
}
ol, ul {
	list-style : none;
}
caption, th {
	text-align : left;
}
h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
	font-weight : normal;
}
q:before, q:after {
	content : '';
}
abbr, acronym {
	border : 0;
	font-variant : normal;
}
sup {
	vertical-align : text-top;
}
sub {
	vertical-align : text-bottom;
}
input, textarea, select {
	font-family : inherit;
	font-size : inherit;
	font-weight : inherit;
}
legend {
	color : #000;
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
/* -------- */

/* font-face */

/* általános beállítások */
body {
	background: #efefef;
	font-family: Arial;
	color: #363636;
	font-size: 13px;
}
.wrap {
	width: 980px;
	margin: 0 auto;
}
/* header */
.header {
	padding: 6px 0 10px 30px;
}
.logo {
	width: 249px;
	height: 47px;
	display: block;
	float: left;
	margin-top: 15px;
}
.logo img {
	display: block;
}
/* menü */
.menu {
	position: relative;
	display: table;
	float: right;
	*+margin-bottom: 10px;
}
.menu ul {
	display: table-row;
	*+display: block;
}
.menu li {
	display: block;
	float: left;
	font-size: 16px;
	color: #fff;
	background: #a63232 url(../images/menu_bg_default.png);
	margin: 0 0 0 6px;
	box-shadow: 0 0 10px #777;
}
.menu li a span {
	*+display: block;
}
.menu li a {
	display: table-cell;
	*+display: block;
	color: #fff;
	background: transparent;
	vertical-align: middle;
	text-align: center;
	height: 70px;
	width: 130px;
	transition: background 0.3s linear 0s;
}
.menu li a:hover, .menu li.current a {
	background: #25aae1;
}
.menu li.alternative_style a {
	width: 130px;
	text-align: left;
	padding: 0 24px;
}
.menu li.alternative_style {
	margin-right: 0;
}
/* body */
.body_content {
	background: #fff;
	box-shadow: 0 0 14px #aaa;
	padding: 60px 60px 84px;
	position: relative;
	z-index: 4;
	margin-bottom: 25px;
}
.body_bottom_cover {
	position: absolute;
	left: -88px;
	bottom: -40px;
	width: 1156px;
	height: 124px;
	background: url(../images/bottom_cover2.png) no-repeat;
	z-index: 1;
}

.index_main {
	position: relative;
	width: 885px;
	left: -20px;
}

.index_big {
	margin: 20px 0;
	
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

	cursor: default;
}

.index_big:hover {
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}
.index_big .inner_box {
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.index_big .inner_box strong {
	font-size: 18px;
	color: #363636;
}

.index_big .inner_box h2, 
.index_big .inner_box h1 {
	margin: 0px;
	padding: 0px;
	font-weight: 700;
}

.index_big .inner_box h1 {
	height: 31px;
}

.index_big .inner_box h2 {
	height: 28px;
}

.index_big .inner_box {
	border: 1px solid #f7f7f7;
	border-bottom: 0;
}

.index_boxes { 
	display: table;
	font-size: 13px;
	width: 100%;
	margin-top: 50px;
}
.index_boxes .row {
	display: table-row;
}
.index_boxes .cell {
	display: table-cell;
	width: 50%;
	padding: 5px 0;
}
.index_boxes h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #363636;
}
.index_boxes .boxtext {
	display: block;
	float: left;
	width: 250px;
	line-height: 25px;
	text-align: justify;
}
.index_boxes .imgframe {
	padding: 4px;
	border-radius: 5px;
	display: inline-block;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	top: -7px;
}


.index_boxes .imgframe.index_box_3,
.index_boxes .imgframe.index_box_4 {
	float: right;
	margin: 0 50px 0 0;
}

.index_boxes .imgframe img {
	display: block;
}

.index_boxes .imgframe .index_box_3 {
	float: right;
}

.index_description {
	margin: 50px 0 0;
	text-align: justify;
	line-height: 22px;
	color: #666666;
}
.watch_movie {
	margin: 0 -55px;
	overflow: hidden;
}
.watch_movie .monitor_text {
	float: right;
	padding: 75px 40px 0 0;
	position: relative;
}

.watch_movie .monitor {
	position: relative;
	width: 667px;
	height: 379px;
	background: url(../images/monitor_big.png) no-repeat;
	/*margin: 20px 0 0 -20px;*/
	left: -20px;
	float: left;
	z-index: 1;
	*z-index:2;
	cursor: pointer;
	overflow: hidden;
}

#gray_overlay {
	display: block;
	position: absolute;
	z-index: 2;
	width: 559px;
	height: 315px;
	top: 10px;
	left: 43px;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	cursor: pointer;
}



.watch_movie .btn_play {
	position: absolute;
	width: 59px;
	height: 60px;
	top: 199px;
	left: 307px;
	background: url(/media/images/play.png) no-repeat;
	background-position: right;
	cursor: pointer;
	transition: all 0.6s ease 0s;
}

.watch_movie .youtube {
	position: relative;
	z-index: 2;
}

.watch_movie .btn_play:hover {
	background-position: left;
}

.bluebox {
	display: block;
	background: #25aae1;
	color: #fff;
	font-size: 24px;
	padding: 17px 15px;
	margin: 20px 0;
	display: inline-block;
	transition: background 0.3s;
}

.bluebox span {
	display: block;
}

.bluebox:hover {
	background: #67c4ea;
	transition: background 0.3s;
}
.bluebox .basket {
	width: 27px;
	height: 41px;
	background: url(../images/szatyor.png) no-repeat;
	float: left;
	margin-right: 8px;
}
/* aloldal */
h1, h2, h3 {
	color: #25aae1;
	font-weight: bold;
}
h1 {
	font-size: 30px;
	margin: 0 0 25px;
}
h2 {
	font-size: 24px;
	margin: 45px 0 25px;
}
h2:first-child {
	margin: 0px 0 10px;
}
h5 {
	color: #363636;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-bottom: 15px;
}
.subpage p {
	margin-bottom: 25px;
}
.subpage.smallwidth {
	width: 600px;
	min-height: 1040px;
}
input[type="text"] {
	height: 28px;
	line-height: 28px;
	border: 1px solid #bababa;
	padding: 0 9px;
	color: #363636;
	width: 210px;
	margin: 3px 0 13px;
}
input[type="submit"] {
	padding: 0 20px;
	height: 47px;
	line-height: 47px;
	background: #25aae1;
	border: 0;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	margin: 20px 0;
	transition: background 0.3s;
/*	transition: all 0.3s linear 0s;*/
}
input[type="submit"]:hover {
	background: #67c4ea;
}


/** placeholder BEGIN **/
::-webkit-input-placeholder {
	color: #363636;
}
:-moz-placeholder {
	color: #363636;
}
::-moz-placeholder {
	color: #363636;
}
:-ms-input-placeholder {
	color: #363636;
}

.placeholder {
	color: #363636 !important;
}
input:focus::-webkit-input-placeholder {
    color: #ccc;
}
input:focus:-moz-placeholder {
    color: #ccc;
}
/** placeholder END **/


/* oldalsó panel */
.sidepanel .titletext {
	font-size: 33px;
}
.sidepanel h2, .order_popup h2 {
	color: #363636;
	font-size: 20px;
	margin: 20px 0 10px;
}
.sidepanel .greybox, .order_popup .greybox {
	border: 3px solid #efefef;
	background: #e5e5e5;
	padding: 12px;
	font-size: 11px;
}
.sidepanel .greybox table, .order_popup .greybox table {
	width: 100%;
}
.sidepanel .greybox td, .order_popup .greybox td {
	padding: 2px 0;
}
.sidepanel .greybox .topborder td, .order_popup .greybox .topborder td {
	border-top: 1px solid #cdcdcd;
	padding: 10px 0;
	font-size: 12px;
}
.sidepanel .greybox th, .order_popup .greybox th {
	padding: 5px 0 10px;
	font-size: 14px;
	border-bottom: 1px solid #cdcdcd;
}
.sidepanel .greybox hr {
	background: #cdcdcd;
	height: 1px;
	border: 0;
}
.sidepanel {
	width: 390px;
	position: absolute;
	top: 36px;
	right: -64px;
}
.sidepanel_inside {
	background: #fff;
	width: 230px;
	margin-left: 40px;
	box-shadow: 0 0 16px #aaa;
	padding: 30px 40px 60px;
	position: relative;
	z-index: 3;
	border: 1px solid #ccc\9;
}
.sidepanel_bottom_cover {
	position: absolute;
	left: 0;
	bottom: -31px;
	width: 390px;
	height: 76px;
	background: url(../images/sidepanel_bottom_cover.png) no-repeat;
	z-index: 3;
}
.sidepanel_inside hr {
	border: 0;
	background: #ebebeb;
	height: 1px;
	margin: 0 -30px;
}
.sidepanel .monitor {
	width: 268px;
	height: 146px;
	background: url(../images/small_monitor_bg.png) no-repeat;
	margin: 20px -18px;
	position: relative;
}

.sidepanel .monitor img {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 4px;
	right: 25px
}

.sidepanel .monitor img.on {
	z-index: 2;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */

}



/* partnerek */
.partner_logos {
	background: #f4f4f4 url(../images/partners_bg.png) repeat-x center center;
	height: 108px;
	margin: 25px 0;
	box-shadow: 0 0 14px #aaa;
	position: relative;
	z-index: 2;
	padding: 20px 40px;
	color: #6c6c6c;
}

/* popup */
.order_popup {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3000;
}
.order_popup .overlay {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 30;
	background: #000;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.order_popup .btn_close {
	position: absolute;
	right: 5px;
	top: 5px;
}

.order_popup h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
.order_popup .popup_window {
	background: #fff;
	display: block;
	margin: 100px auto 0;
	position: relative;
	width: 775px;
	z-index: 35;
	padding: 30px 40px;
	font-size: 14px;
	-webkit-box-shadow: -7px -4px 27px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -7px -4px 27px rgba(50, 50, 50, 0.75);
	box-shadow:         -7px -4px 27px rgba(50, 50, 50, 0.75);
}
.order_popup label {
	display: block;
}
.order_popup input[type="text"] {
	width: 290px;
	font-size: 14px;
	margin: 4px 0 18px;
}
.order_popup .greybox table {
	font-size: 13px;
}
.order_popup .greybox {
	margin-left: 40px;
	margin-top: 30px;
	font-size: 11px;
	padding: 12px 14px 55px;
}
.order_popup .iunologo_popup {
	display: block;
	margin-left: 40px;
	margin-top: 15px;
}
.order_popup .greybox th {
	font-size: 20px;
}
.order_popup .greybox .topborder td {
	font-size: 15px;
	padding: 10px 0 25px;
}
.order_popup .bottomtext {
	font-size: 11px;
	margin: 20px 0;
}


/* footer */
.footer_bottom {
	padding: 22px 50px;
	margin: 0 0 15px;
	font-size: 10px;
	color: #ababab;
}
.footer_top {
	background: url("../images/footer_bg.png") repeat scroll 0 0 transparent;
	border: 1px solid #d5d5d5;
	box-shadow: 0px 0px 4px #bbb;
	color: #727272;
	margin: 25px 0 0;
	overflow: hidden;
	padding: 22px 50px;
}
.blocks_5 .grid_1 {
	width: 18%;
}
.blocks_5 .grid_2 {
	width: 38%;
}
.blocks_5 .grid_4 {
	width: 98%;
}
.blocks_4 .grid_1 {
	width: 23%;
}
.blocks_4 .grid_2 {
	width: 48%;
}
.blocks_4 .grid_3 {
	width: 72%;
}
.blocks_4 .grid_4 {
	width: 98%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5 {
	display: inline-block;
	float: left;
	margin: 0 1%;
}
.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer li {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 6px 0 0;
	padding: 0;
}
.footer li a {
	color: #797979;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.footer li a:hover {
	text-decoration: underline;
}
.footer p {
	color: #797979;
	float: right;
	font-size: 11px;
	margin: 0;
	line-height: 15px;
}
.footerlogo {
	display: inline-block;
	margin-bottom: 10px;
}
.blocks_5 .grid_5 {
	width: 98%;
}

/**
* 
* 
*/


input.error {
	border: 1px solid red;
	background: #FCCFD0;
}

/* ui-dialog BEGIN */
.ui-dialog {
	border: 1px solid gray;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.ui-dialog .ui-dialog-titlebar {
	border: none;
	background: #a63232 url(../images/menu_bg_default.png);
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.ui-dialog .ui-button {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
/* ui-dialog END */

/** .partners BEGIN **/
.partners ul {
	position: relative;
}

.partners .on_image,
.partners .off_image {
	cursor: pointer;
	position: absolute;
}

.partners a {
	display: block;
	position: absolute;
}

.partners .on_image {
	opacity: 0;
	filter: alpha(opacity = 0);
}

.partners .toshiba {
	left: -2px;
	top: 23px;
}

.partners .cetelem {
	left: 170px;
	top: 5px;
}

.partners .marriott {
	left: 355px;
}

.partners .aldi {
	left: 495px;
}

.partners .hp {
	left: 590px;
}

.partners .european {
	left: 700px;
}

.partners .part_holder {
	position: relative;
	margin-left: 50px;
}

/** .partners END **/

.order_popup_info .greybox {
	margin: 0px;
	padding: 25px;
	margin-top: 10px;
}

.order_popup .btn_close {
	display: block;
	background-image: url(/media/images/close_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 200% 100%;
	display: block;
	width: 23px;
	height: 23px;
}
.order_popup .btn_close:hover{
	background-position: right;
}

.order_popup_info .bottom_info,
.order_popup_info .greybox p {
	font-size: 13px;
	line-height: 20px;
	color: #363636;
	*margin-left: 20px;
	*margin-right: 20px;
}

.order_popup_info .greybox a {
	color: #25aae1;
}

.order_popup_info .bottom_info {
	margin-top: 10px;
	margin-left: 25px;
}

.order_popup_info .greybox h1 {
	color: #363636;
	font-size: 26px;
}

.footer .webdream {
	position: relative;
}

.footer .webdream .img {
	vertical-align: bottom;
}

.footer .webdream span {
	display: block;
	position: absolute;
	bottom:0px;
	left: 27px;
}

.footer a {
	color: gray;
}

#video_player {
	position: absolute;
	background-image: url(/media/images/mainvideo.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	width: 559px;
	height: 315px;
	top: -345px;
	/*bottom: 54px;*/
	left: 43px;
	height: 315px;
}

.monitor_holder {
	position: relative;
	top: 10px;
	width: 657px;
	height: 389px;
	float: left;
	overflow: hidden;
}

#video_player:hover {
	background-position: right top;
}


.orderandvideo .rendelje_meg_up {
	position: absolute;
	bottom: -85px;
	left: 20px;
}

.zoompanel {
	display: block;
	cursor: pointer;
	padding: 10px 0 6px 6px;
	transition: background 0.2s linear 0s;
	color: #363636;
	font-size: 11px;
	margin-bottom: 25px;
}
.zoompanel:hover {
	background: #efefef;
}
.zoompanel .head4 {
	color: #363636;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
	color: #25aae1;
	font-weight: bold;
}
.zoompanel img {
	display: block;
	float: left;
	width: 84px;
	margin-right: 10px;
}
.zoompanel .zoomtext span {
	margin-bottom: 0;
}
.zoompanel .zoomtext {
	display: block;
	float: left;
	width: 182px;
	text-align: justify;
	color: #363636;
	display: block;
}
.zoompanel .intext {
	line-height: 20px;
	display: block;
}
.zoompanel .hrline {
	border: 0;
	height: 1px;
	background: #dddddd;
	display: block;
	margin: 5px 0;
}
.zoompanel .zoombtn {
	color: #b8b8b8;
	font-weight: bold;
	font-size: 13px;
	padding-left: 30px;
	background: url(../images/zoom.png) no-repeat left center;
	min-height: 24px;
	line-height: 24px;
	*height: 24px;
	display: block;
	margin: 5px 0;
}
.importantcontent {
	background: #f1f1f1;
	border: 1px solid #e3e3e3;
	box-shadow: 0 2px 2px #f8f8f8 inset;
	border-radius: 2px;
	color: #25aae1;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 2px 2px #fbfbfb;
	padding: 22px 20px;
	display: block;
	text-align: left;
}
.rendeljemost {
	display: block;
	position: absolute;
	width: 91px;
	height: 68px;
	background: url(../images/rendeljemeg.png) no-repeat center center;
	left: 60px;
	top: 5px;
}
.ismerjemeg {
	display: block;
	position: absolute;
	right: 320px; 
	top: 160px;
	width: 91px;
	height: 48px;
	background: url(../images/ismerjemeg.png) no-repeat center center;
}
.greytable {
	border-width: 0 1px;
	border-style: solid;
	border-color: #d7d7d7;
	min-width: 320px;
	font-size: 12px;
}
.greytable th {
	padding: 10px 16px;
	color: #333333;
	font-weight: bold;
	background: #dcdcdc;
	border-width: 1px 0;
	border-style: solid;
	border-color: #d2d2d2;
}
.greytable td {
	padding: 10px 16px;
	color: #7b7b7b;
	border-width: 1px 0;
	border-style: solid;
	border-color: #fcfcfc #e4e4e4 #e1e1e1;
	background: #f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom,  #f8f8f8 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e9e9e9',GradientType=0 );
}
.greytable td:first-child {
	border: 0;
}
.subpage .contenta {
	color: #25aae1;
}
.subpage .contenta:hover {
	text-decoration: underline;
}


.bubi_blue {
	background: url("../images/bubi_blue_left.png") no-repeat left top;
	display: inline-block;
	*display: block;
	*width: 100px;
	*float: right;
	height: 24px;
	padding-left: 11px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 5px;
}
.bubi_blue span {
	background: url("../images/bubi_blue_right.png") no-repeat right top;
	display: block;
	
	padding-right: 7px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 10px;
}
.bubi_greydown {
	background: url("../images/bubi_greydown_left.png") no-repeat left top;
	display: inline-block;
	height: 40px;
	padding-left: 26px;
	text-decoration: none;
	margin-left: 5px;
	position: absolute;
	right: 20px;
	top: -14px;
}
.bubi_greydown span {
	background: url("../images/bubi_greydown_right.png") no-repeat right top;
	display: block;
	padding-right: 26px;
	text-align: center;
	height: 40px;
	color: #9b2e2e;
	font-size: 11px;
	font-weight: bold;
	line-height: 32px;
}
.bubi_greyup {
	background: url("../images/bubi_greyup_right.png") no-repeat right top;
	display: inline-block;
	height: 41px;
	padding-right: 25px;
	text-decoration: none;
	margin-left: 5px;
	position: absolute;
	right: 35px;
	top: 15px;
}
.bubi_greyup span {
	background: url("../images/bubi_greyup_left.png") no-repeat left top;
	display: block;
	padding-left: 25px;
	text-align: center;
	height: 33px;
	color: #9b2e2e;
	font-size: 11px;
	font-weight: bold;
	line-height: 32px;
	padding-top: 8px;
}
.add_cell {
	padding-right: 7px !important;
	width: 20px;
}
.add_cell a {
	width: 17px;
	height: 17px;
	background: url("../images/btn-add.png") no-repeat right top;
	cursor: pointer;
	display: block;
}
.rightgraphic1 {
	background: url("../images/rightgraphic1.png") no-repeat right top;
	width: 217px;
	height: 174px;
	position: absolute;
	top: 410px;
	right: 210px;
}
.circle_panel {
	width: 84px;
	height: 85px;
	display: block;
	position: absolute;
	right: 330px;
}

