@import url(/bitrix/templates/pokupka-lux/reset.css);

body {
	font-family: Tahoma;
	font-size: 13px;
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

a, #content a {
	cursor: pointer;
	cursor: hand;
}

h2, #content h2 {
	margin: 20px 0 10px 0;
	
	font-size: 18px;
}

h3, #content h3 {
	margin: 8px 0 5px 13px;
	font-size: 10pt;
	font-weight:bold;
}

p, #content p {
	margin: 10px 0;
}

a, #content a {
	color: #000;
	text-decoration: underline;
}

	a:hover, #content a:hover {
		text-decoration: none;
	}

ul, #content ul {
	padding: 2px 0 6px 30px;
}

ol, #content ol {
	padding: 2px 0 6px 40px;
}

.hr {
	display: block;
	
	height: 0px;
	overflow: hidden;
	
	margin: 10px 10px 0 10px;
	padding-bottom: 10px;
	
	border-top: 1px dashed #000;
}

input, select, textarea, a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

	a.button, #content a.button, input[type="submit"], input[type="reset"] {
		display: -moz-inline-block;
		display: inline-block;
		
		border: 1px solid #952700;
		background: url(images/bg-button.gif) repeat-x 0 0;
		height:22px;
		padding: 0 3px 3px;
		
		color: #fff;
		font-size: 10pt;
		line-height: 20px;
		text-decoration: none;
	}
	
		#content a.button:hover, a.button:hover, input[type="submit"]:hover, input[type="reset"]:hover {
			background: url(images/bg-button.gif) repeat-x 0 -20px;
		}
	
		#content a.button:active, a.button:active, input[type="submit"]:active, input[type="reset"]:active,
		#content a.button.disabled, a.button.disabled, #content a.button[disabled], a.button[disabled], input[type="submit"][disabled], input[type="reset"][disabled]
		{
			background: url(images/bg-button.gif) repeat-x 0 -2;px
		}
		
		a.button, #content a.button {
			padding: 2px 7px;
		}
		
input.display-as-link, button.display-as-link {
	border: 0;
	background: transparent;
	padding: 0;
	
	text-decoration: underline;
}





