@charset "utf-8";
/************************************
*********** CSS by SteM@X ***********
************************************/
html, body{
	background-color: #484745;
	background-image: url(img/body_bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
a{
	color: #000;
}
a:hover, a:focus{
	text-decoration: none;
}

/************************** boxes **************************/
#boxScreen{
	position: relative;
	text-align: center;
	width: 956px;
	margin: 0 auto 0;
	padding-top: 90px;
}
#boxHeader{
	position: relative;
	border: 5px solid #F5F5F0;
	background-color: #F5F5F0;
	background-image: url(img/boxHeader_bg.jpg);
	background-position: left 43px;
	background-repeat: no-repeat;
	height: 195px;
	width: 946px;
}
#boxContainer{
	float: left;
	position: relative;
	background-color: #F5F5F0;
	width: 946px;
	margin-top: 7px;
	padding: 5px;
}
#boxLeftSide{
	float: left;
	position: relative;
	width: 190px;
}
#boxContent{
	float: left;
	position: relative;
	width: 550px;
	margin: 0 4px;
}
#boxRightSide{
	float: right;
	position: relative;
	width: 190px;
}
#boxMenu{
	position: absolute;
	top: 95px;
	left: 5px;
	background-color: #F86C05;
	background-image: url(img/boxMenu_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 5px solid #F5F5F0;
	height: 38px;
	width: 926px;
	padding-left: 20px;
}
#boxFooter{
	clear: both;
	background-image: url(img/logo.png);
	background-position: 818px 10px;
	background-repeat: no-repeat;
	color: #FDFDFD;
	font-size: .7em;
	text-align: right;
	height: 31px;	
	width: auto;
	padding-right: 150px;
	padding-top: 5px;
}
/************************** boxHeader **************************/
h1{
	font-size: 3.1em;
	text-align: left;
	margin: 80px 0 0 30px;
}
#boxHeader a{
	position: absolute;
	display: block;
	top: 43px;
	left: 0;
	background-color: transparent;
	background-image: url(img/boxHeader_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 152px;
	width: 946px;
}
#boxHeader img{
	position: absolute;
	display: block;
	top: -135px;
	left: -10px;
	border: 0;
	height: 84px;
	width: 264px;
}
/************************** boxMenu **************************/
#boxMenu ul{
	position: relative;
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
*+html #boxMenu ul{
	position: relative;
	top: 0;
	width: 980px;
}
#boxMenu ul li{
	display: block;
	float: left;
	color: #FFF;
	font-size: .8em;
	font-weight: bold;
}
#boxMenu ul li.open, #boxMenu ul li a{
	color: #000;
	padding: 12px 20px 20px;
}
#boxMenu ul li.open span{
	visibility: hidden;
}
#boxMenu ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
}
#boxMenu ul li a:hover, #boxMenu ul li a:focus{
	color: #000;
}
#boxMenu ul li a:active{
	color: #333;
}
/************************** boxContainer **************************/
#boxContent div{
	clear: none;
	float: left;
	position: relative;
	background-color: transparent;
	color: #000;
	width: 100%;
	margin-bottom: 4px;
	padding: 2px;
	padding-bottom: 20px;
}
#boxLeftSide #boxCategories, #boxLeftSide #boxLastVisited{
	clear: both;
	position: relative;
	background-color: #CE5400;
	background-position: 9px 7px;
	background-repeat: no-repeat;
	color: #000;
	margin-bottom: 4px;
	padding: 2px;
	padding-bottom: 20px;
}
#boxRightSide #boxLogin, #boxRightSide #boxBasket{
	clear: both;
	position: relative;
	background-color: #EF9433;
	background-position: 9px 7px;
	background-repeat: no-repeat;
	color: #000;
	margin-bottom: 4px;
	padding: 2px;
	padding-bottom: 20px;
}
#message, #error{
	display: block;
	position: relative;
	left: 120px;
	top: 0;
	border: 0;
	background-color: #00CA00;
	color: #FFF;
	text-align: center;
	width: 300px;
	padding: 10px 15px;
	z-index: 100;
}
#error{
	background-color: #E00;
/*	background-image: url(./img/ico_delete.gif);*/
	background-position: 319px -2px;
	background-repeat: no-repeat;
	color: #FFF;
}
/*#message, #error{
	display: none;
	position: absolute;
	top: 100px;
	left: 120px;
	border: 3px outset #00CA00;
	background-color: #00CA00;
	color: #FFF;
	text-align: center;
	width: 300px;
	padding: 15px;
	z-index: 100;
}
#error{
	top: 150px;
	background-image: url(./img/ico_delete.gif);
	background-position: 319px -2px;
	background-repeat: no-repeat;
	background-color: #E00;
	border-color: #F00;
	color: #FFF;
}
*/
#boxContent .productBox{
	clear: none;
	float: left;
	position: relative;
	background-color: #FFF;
	height: 140px;
	width: 31%;
	margin: 10px 3px 0;
	padding: 3px;
}
#boxContent .productBox p{
	float: right;
	font-size: .7em;
	text-align: justify;
	max-height: 2.5em;
	width: 45%;
	padding: 0 3px;
	overflow: hidden;
}
#boxContent .productBox h2{
	line-height: normal;
	max-height: 2.5em;
	padding: 2px 3px;
	overflow: hidden;
}
#boxContent .productBox h2 a{
	color: #000;
	font-size: .8em;
}
#boxContent .productBox .price{
	position: absolute;
	bottom: 35px;
	right: 4px;
	color: #F86C05;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
	width: 75px;
	margin: 0;
	padding: 0;
}
#boxContent .productBox form{
	position: absolute;
	bottom: 4px;
	right: 4px;
	font-size: .8em;
	margin: 0;
	padding: 0;
}
#boxContent .productBox form div{
	background-color: transparent;
	text-align: left;
	width: auto;
	margin: 0;
	padding: 0;
}
#boxContent .productBox form input{
	border-color: #FFDC97;
	border-width: 2px; 
	text-align: right;
	font-size: 1em;
	width: 2em;
	padding: 1px;
	margin: 0;
}
#boxContent .productBox form input.add2Basket{
	float: left;
	border: 0;
	height: auto;
	width: auto;
	margin-top: 5px;
	padding: 0;
}
#boxContent .productBox form a.moreButton{
	display: block;
	float: left;
	background-image: url(img/input_button_more.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 19px;
	width: 58px;
	margin-left: 5px;
	padding-top: 4px;
}
#boxContent .image{
	position: relative;
	float: left;
	line-height: 110px;
	height: 85px;
	width: 50%;
	margin: 5px 0 0;
	padding: 0;
}
#boxContent .image img{
	border: 0;
	margin: 0;
	padding: 0;
}
#boxContent div.content{
	text-align: justify;
	width: 528px;
	padding: 20px 20px 10px;
}
#boxContent div.content h3{
	text-align: left;
	margin: 0;
	padding: 10px 0 0 10px;
}
#boxContent div.contentBox{
	clear: both;
	background-color: #DCF6E5;
	text-align: justify;
	margin: 10px 2px;
	padding: 5px 10px 10px;
}
#boxContent div.contentBox h3{
	position: relative;
	color: #2f7047;
	text-align: left;
	text-decoration: underline;
	margin: 0;
	padding: 0 0 5px;
}
#boxContent div.papers{
	color: #2f7047;
}
#boxContent div.papers strong{
	font-size: 1.1em;
}
#boxContent div.contentBox div.photo{
	clear: both;
	display: inline-block;
	background-color: transparent;
	text-align: center;
	height: 160px;
	width: 160px;
	margin: 0 1px;
	padding: 0;
	overflow: hidden;
}
*+html #boxContent div.contentBox div.photo{
	display: inline;
	margin: 0 3px;
}
#boxContent div.contentBox div.photo img{
	border: none;
	margin: 0;
	padding: 0;
}
#boxContent div h2, #boxLeftSide div h2, #boxRightSide div h2{
	position: relative;
	color: #000;
	font-size: 1em;
	text-align: left;
	margin: 0;
	padding: 0 5px 5px 35px;
	overflow: hidden;
}
/************************** productDetail **************************/
#boxContent #productDetail{
	text-align: left;
	background-color: #FFF;
	width: 550px;
	padding-bottom: 0;
}
#boxContent #productDetail p{
	clear: both;
	float: left;
	font-size: 1em;
	width: 95%;
	padding: 3px;
}
#boxContent #productDetail h2{
	display: none;
	border: 0;
	background-color: transparent;
	background-image: none;
	font-size: 1.2em;
	line-height: normal;
	text-align: left;
	width: auto;
	padding: 3px;
}
#boxContent #productDetail ul{
	float: left;
	border: 1px solid #EF9433;
	list-style-position: inside;
	list-style-type: none;
	width: 350px;
	margin: 5px;
	padding: 0;
}
#boxContent #productDetail li{
	background-color: #F5F5F0;
	padding: 8px;
}
*+html #boxContent #productDetail li{
	padding-left: 0;
}
#boxContent #productDetail li.licha{
	background-color: #FFF;
}
#boxContent #productDetail span{
	float: right;
	font-size: .9em;
	margin: 0;
	padding: 0;
}
*+html #boxContent #productDetail span, *+html #boxContent #productDetail form{
	margin: -30px 0 0;
	padding: 8px;
}
#boxContent #productDetail form{
	float: right;
	font-size: .9em;
	margin: 0;
	padding: 0;
}
#boxContent #productDetail form div{
	background-color: transparent;
	text-align: left;
	width: auto;
	margin: 0;
	padding: 0;
}
#boxContent #productDetail form input{
	border: 1px solid #EF9433;
	text-align: right;
	font-size: 1em;
	width: 2em;
	padding: 1px;
	margin: 0;
}
#boxContent #productDetail form input.add2Basket{
	background-color: #EF9433;
	background-image: url(img/boxContent_h2_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	border: 0;
	color: #000;
	text-align: center;
	height: auto;
	width: auto;
	margin-bottom: 2px;
	padding: 1px;
	cursor: pointer;
}
#boxContent #productDetail a.backButton{
	display: block;
	float: left;
	background-image: url(img/input_button_more.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: .85em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 19px;
	width: 58px;
	padding-top: 4px;
}
#boxContent #productDetail .image{
	float: right;
	position: relative;
	text-align: center;
	width: 150px;
	margin: 5px;
	padding: 0;
}
/************************** boxCategories **************************/
#boxLeftSide #boxCategories{
	background-image: url(img/ico_menu.jpg);
	padding: 4px;
}
#boxCategories a, #boxCategories ul li.open li a, #boxCategories ul li.open li.open li a{
	color: #000;
	font-weight: bold;
}
#boxCategories ul li.open a, #boxCategories ul li.open li.open a{
	color: #CE5400;
}
#boxCategories ul ul li{
	background-image: url(img/boxCategories_li_li_arrow.jpg);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#boxCategories ul{
	background-color: #EF9433;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	margin: 2px;
	padding: 50px 10px 10px;
}
#boxCategories ul ul{
	display: none;
	background-color: #EF9433;
	margin: 0;
	padding: 3px 5px 5px 0;
}
#boxCategories ul li.open ul, #boxCategories ul li.open ul ul{
	display: block;
}
#boxCategories ul ul ul{
	background-color: #EF9433;
}
/************************** boxSearch **************************/
#boxSearch{
	position: absolute;
	top: 37px;
	left: 11px;
	background-color: #7F7D7B;
	background-image: url(img/boxSearch_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #000;
	height: 30px;
	width: 169px;
	padding: 0;
	margin: 0;
}
#boxSearch h2, #boxSearch label{
	display: none;
}
#boxSearch form{
	background-color: #565344;
	margin: 5px;
}
#boxSearch #searchInput{
	float: left;
	border: 1px solid #F5F5F0;
	background-color: #FFF;
	color: #000;
	font-size: 1em;
	text-align: left;
	height: 1em;
	width: 105px;
	margin: 0;
	padding: 2px;
}
#boxSearch #searchButton{
	float: right;
	border: 0;
	background-color: transparent;
	color: #FFF;
	text-decoration: underline;
	cursor: pointer;
	font-size: .9em;
	text-align: center;
	width: auto;
	margin: 0;
	padding: 0;
}
/************************** boxNavigation **************************/
#boxNavigation{
	position: relative;
	background-color: #7F7D7B;
	background-image: url(img/boxNavigation_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: .8em;
	color: #FFF;
	font-size: .9em;
	text-align: left;
	height: 31px;
	width: 100%;
	margin-bottom: 5px;
	padding: 0;
}
*+html #boxNavigation{
	min-width: 250px;
}
#boxNavigation span{
	display: block;
	float: left;
	background-color: #565344;
	background-image: url(img/boxNavigation_span_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: .9em;
	height: 30px;
	line-height: 28px;
	width: 94px;
	padding: 0 0 0 8px;
	margin-right: 5px;
}
#boxNavigation a{
	font-size: .9em;
	color: #FFF;
	line-height: 28px;
	margin: 0 10px;
}
/************************** boxPage **************************/
#boxContent #boxPage{
	position: absolute;
	top: -28px;
	right: -185px;
	font-size: .8em;
	height: auto;
	width: auto;
	padding: 0;
}
#boxContent #boxPage a, #boxContent #boxPage span{
	position: relative;
	color: #FFF;
	margin: 0 2px;
}
#boxContent #boxPage span{
	font-weight: bold;
}
/************************** basket table **************************/
table{
	border-collapse: collapse;
	font-size: .9em;
	width: 100%;
	margin: 10px auto 0;
}
tr.licha{
	background-color: #FFDC97;
}
thead{
	border-bottom: 1px solid #F90;
}
tfoot tr{
	border-top: 1px solid #F90;
}
tfoot td{
	text-align: right;
}
thead th{
	font-size: .8em;
}
tbody th{
	text-align: left;
	padding-left: 5px;
}
tbody th a{
	color: #000;
	font-size: .85em;
}
tbody td{
	text-align: center;
	padding: 1px 3px;
}
input{
	background-color: #FFF;
	border: 1px solid #F90;
	text-align: right;
	width: 3em;
	padding-right: 3px;
}
td.smazat a{
	display: block;
	background-image: url(img/ico_delete.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 13px;
	width: 13px;
	text-align: center;
	margin: 0 auto;
}
td.smazat a span{
	visibility: hidden;
}
#order, #recount, #delete{
	float: none;
	border: 1px solid #F90;
	background-color: #E5E3E2;
/*	background-image: url(img/boxContent_h2_bg.gif);*/
	background-image: url(img/input_button_bg.jpg);
	background-position: top;
	background-repeat: repeat;
	color: #000;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	width: auto;
	margin: 10px 40px;
	padding: 1px 3px;
	cursor: pointer;
}
/************************** boxBasket **************************/
#boxRightSide #boxBasket{
	float: left;
	position: relative;
	background-image: url(img/ico_basket.jpg);
	font-size: .9em;
	width: 180px;
	padding: 5px;
}
#boxBasket ul{
	float: left;
	border-bottom: 1px solid #CE5400;
	list-style-position: inside;
	list-style-type: none;
	font-size: .9em;
	text-align: left;
	width: 98%;
	padding: 3px;
}
#boxBasket li{
	background-color: #ED8204;
	padding: 3px;
}
#boxBasket a.basketButton{
	float: right;
	position: relative;
	background-color: #E5E3E2;
	background-image: url(img/input_button_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: .9em;
	text-decoration: none;
	height: 18px;
	margin: 8px 0 0;
	padding: 5px 10px 0;
}
#boxBasket a.basketButton img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	background-color: #E5E3E2;
	margin: 0;
	padding: 0;
}
#boxBasket a.basketButton img.rightImg{
	left: auto;
	right: 0;
}
/************************** boxLastVisited **************************/
#boxLeftSide #boxLastVisited{
	float: left;
	position: relative;
	background-image: url(img/ico_lastProduct.jpg);
	width: 182px;
	padding: 4px;
}
#boxLastVisited a{
	color: #000;
}
#boxLastVisited ul{
	float: left;
	position: relative;
	list-style-position: outside;
	list-style-type: square;
	font-size: .9em;
	text-align: left;
	width: 157px;
	margin: 5px 5px 5px 20px;
	padding: 0 0 3px 0;
}
#boxLastVisited li{
	background-color: #EF9433;
	margin: 0 0 2px 0;
	padding: 3px;
}
/************************** boxLogin **************************/
#boxRightSide #boxLogin{
	float: left;
	position: relative;
	background-image: url(img/ico_login.jpg);
	width: 180px;
	padding: 5px;
}
#boxRightSide #boxLogin form{
	float: left;
	position: relative;
	margin: 10px 0;
	padding: 0;
}
#boxRightSide #boxLogin div{
	float: left;
	position: relative;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
#boxRightSide #boxLogin div label{
	display: none;
	float: left;
	position: relative;
	text-align: right;
	width: 5em;
}
#boxRightSide #boxLogin div #login, #boxRightSide #boxLogin div #pass{
	float: left;
	position: relative;
	border: 1px solid #B8B7A5;
	text-align: left;
	width: 175px;
}
#boxRightSide #boxLogin #log{
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
/*#boxRightSide #boxLogin #log input{
	text-align: center;
	width: auto;
	margin: 0;
	padding: 0 3px;
}
*/
#boxLogin a.loginButton, #boxRightSide #boxLogin #log input.loginButton{
	float: left;
	position: relative;
	border: 0;
	background-color: #E5E3E2;
	background-image: url(img/input_button_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: .7em;
	text-decoration: none;
	line-height: 20px;
	width: auto;
	margin: 8px 0 0 0;
	padding: 3px 8px 0;
}
#boxRightSide #boxLogin #log input.loginButton{
	float: right;
	background-image: url(img/login_button.jpg);
	background-repeat: no-repeat;
	font-size: .8em;
	line-height: normal;
	width: 58px;
	padding: 5px 8px 3px;
}
#boxLogin .loginButton img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	background-color: #E5E3E2;
	margin: 0;
	padding: 0;
}
#boxLogin .loginButton img.rightImg{
	left: auto;
	right: 0;
}
#boxRightSide #boxLogin .center{
	margin: 10px 0 0 40px;
}
#boxRightSide #boxLogin #unLog .loginButton{
	float: none;
	margin: 0 auto;
	padding: 6px 10px 5px;
}
/************************** divOrder **************************/
#divOrder{
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#divOrder div{
	margin: 0;
	padding: 0;
}
*+html #divOrder{
	width: 350px;
}
#boxContent #divOrder fieldset{
	float: none;
	position: relative;
	background-color: #FFDC97;
	border: 1px solid #F90;
	text-align: left;
	width: 330px;
	margin: 0 auto 15px;
	padding: 20px 20px 15px;
}
*+html #boxContent #divOrder{
	margin-left: 80px;
}
#divOrder legend{
	font-weight: bold;
}
#divOrder span{
	color: #E60000;
	font-size: .7em;
}
#divOrder br{
	clear: both;
}
#divOrder p{
	font-size: .7em;
	padding: 0 0 10px;
}
#divOrderInfo{
	font-size: .75em;
}
#divOrderInfo span{
	font-size: 1em;
}
#divOrder label{
	float: left;
	text-align: left;
	width: 5em;
}
#divOrder input, #divOrder textarea{
	float: left;
	border: 1px solid #F90;
	text-align: left;
	width: 15em;
	margin: 1px 5px 1px 1px;
	padding-left: 2px;
}
#divOrder textarea{
	width: auto;
}
#divOrder #entry-phone, #divOrder #entry-ICO, #divOrder #entry-DIC, #divOrder #entry-zipCode, #divOrder #entry-termDelivery, #divOrder #entry-zipCodeInvoicing, #divOrder #entry-login, #divOrder #entry-pass, #divOrder #entry-pass2{
	width: 7.5em;
}
input:focus, textarea:focus{
	background-color: #FFFFE8;
}
input, textarea{
	background-color: #FFF;
}
#divOrder #sendOrder{
	float: none;
	border: 1px solid #F90;
	background-color: #E5E3E2;
	background-image: url(img/input_button_bg.jpg);
	background-position: center;
	background-repeat: repeat;
	color: #000;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	width: auto;
	margin: 10px 0 0;
	padding: 1px 5px;
}
/************************** discussion **************************/
/*#boxContent form{
	clear: both;
	margin: 10px 2px 35px;
}
#boxContent form p{
	color: #900;
	margin: 0;
	padding: 0;
}
#boxContent form label, #boxContent form #name, #boxContent form textarea{
	float: left;
	margin-left: 5px;
}
#boxContent form #name, #boxContent form textarea,
#boxContent form #doSave, #boxContent form #sum{
	border: 2px solid #2F7047;
	color: #2F7047;
	margin: 0;
	padding: 0;
}
#boxContent form textarea{
	height: 6em;
	width: 514px;
	margin: 2px 0;
}
#boxContent form #sumLabel, #boxContent form #sum{
	float: right;
	margin: 2px 5px 2px 0;
}
#boxContent form #sum{
	width: 2em;
}
#boxContent form #doSave{
	float: right;
	display: block;
	border-width: 1px;
	background-color: #FFF;
	font-weight: bold;
	margin: 0 10px 10px 0;
	padding: 2px 6px;
}
*/
/************************** boxQuestion **************************/
/*#boxRightSide #boxQuestion div{
	text-align: left;
	margin: 10px auto;
	padding-left: 22px;
	overflow: auto;
}
#boxQuestion h3{
	font-size: 1em;
	text-align: center;
	padding: 0 5px;
}
#boxQuestion label{
	clear: left;
	float: left;
	font-size: .8em;
}
#boxQuestion label a{
	color: #361D16;
}
#boxQuestion label a:focus, #boxQuestion label a:hover{
	text-decoration: none;
}
#boxQuestion img{
	clear: left;
	float: left;
	font-size: 10px;
	margin-top: 5px;
	height: 10px;
}
#boxQuestion div#totalAnswers{
	font-size: .7em;
	text-align: center;
	margin-bottom: 0;
	padding: 0 20px;
}
*/

/************************** boxFooter **************************/
#boxFooter img{
	border: none;
}
#boxFooter a,#boxFooter p{
	color: #FDFDFD;
}
/************************** class **************************/
.textLeft{
	text-align: left;
}
.textCenter{
	text-align: center;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	clear: both;
}
.black{
	color: #000;
}
.hideItem{
	display: none;
}
.submitButton{
	display: block;
	border: 1px solid #F90;
	background-color: #E5E3E2;
	background-image: url(img/input_button_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	color: #000;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	width: 100px;
	margin: 15px auto 0;
	padding: 3px 5px;
	cursor: pointer;
}

