* {
	font-size: 100%;
	margin: 0;
}

body {
	background: #FFF;
	font: 82% Arial, sans-serif;
	color: #464646;
	/text-align: center;
}

a:link {color: #046D87;}
a:visited {color: #758E97;}
a:hover {color: #C03;}

a.java:link, a.java:visited {
	color: #046D87;
	text-decoration: none;
	border-bottom: 1px dotted #046D87;
}

a.java:hover {
	color: #C03;
	border-bottom-color: #C03;
}

img {border: none; vertical-align: middle;}
table {border-collapse: collapse;}
table td {padding: 0;}
.nowrap {white-space: nowrap;}
span.order {margin-left: 0.2em;}
abbr {border: none;}
.hidden {display: none;}

.contents {
	width: 960px;
	margin: 0 auto;
	/text-align: left;
}











.header {
	background: #F2F2F2;
}

.header .contents {
	padding: 12px 0 18px 0;
}

.header .logo img {
	width: 240px;
	height: 57px;
}






.sections {
	background: #717171 url(/images/sections.gif);
}

.sections ul {
	height: 40px;
	white-space: nowrap;
	padding: 0;
}

.sections ul li {
	display: inline;
	font-weight: bold;
	margin-right: 2.16em;
}

.sections a:link, .sections a:visited {
	color: #FFF;
	line-height: 36px;
	padding: 8px 0 10px 0;
}

.sections a:hover {color: #AFEEEE;}
.sections a.current:link, .sections a.current:visited {color: #AFEEEE; text-decoration: none;}
.sections a.current:hover {text-decoration: underline;}










.content .contents {
	padding: 2em 0 3em 0;
}

.content .body {
	float: right;
	width: 690px;
}

.content .service {
	width: 200px;
	background: url(/images/service.gif) repeat-y;
	padding: 0 19px;
	margin: -2px 0 1em 0;
	/margin-bottom: 4em;
}

.content .service .top, .content .service .bottom {
	height: 7px;
	background: url(/images/service.gif) 476px 0;
	margin: 0 -19px;
	/font-size: 0;
}

.content .service .bottom {
	background-position: 238px 0;
}

.content .clear {
	clear: both;
	/margin-top: -3em;
}










h1, h2, h3 {
	font-size: 215%;
	line-height: 125%;
	margin-bottom: 0.75em;
}

h1 .rss, h2 .rss {
	position: relative;
	top: -0.4em;
	margin-left: 0.2em;
}

h1 .rss img, h2 .rss img {
	width: 16px;
	height: 16px;
}

h2 {
	font-size: 154%;
	line-height: 130%;
	margin: 1.25em 0 0.375em 0;
}

h3 {
	font-size: 123%;
	margin: 1.25em 0 0.375em 0;
}

.content p {
	line-height: 21px;
	margin-bottom: 1em;
}

.content ul, .content ol {
	padding: 0 2.5em;
	margin-bottom: 1.31em;
}

.content ul {
	list-style: square;
}

.content li {
	line-height: 19px;
	margin-bottom: 0.23em;
}

.content .image {
	margin: 2em 0;
}

.content .image img {
	padding: 4px;
	border: 1px solid #EEE;
}

.content .image .sign {
	display: block;
	font-style: italic;
	line-height: 19px;
	text-align: center;
	margin-top: 0.5em;
}

.content .float-left {
	float: left;
	margin: 0.15em 2em 2em 0;
}

.content .float-right {
	float: right;
	margin: 0.15em 0 2em 2em;
}

.content .no-border img {
	padding: 0;
	border: none;
}

.content .breadcrumbs {
	padding: 0 0 0.7em 0;
	border-bottom: 1px dotted #C1C1C1;
	margin-bottom: 0.85em;
}

.breadcrumbs li {
	display: inline;
	font-style: italic;
}

.breadcrumbs span {
	font-style: italic;
	margin: 0 0.5em;
}

.content .switch {
	line-height: 200%;
	padding: 0;
	margin: -0.31em -0.62em 1.5em -0.62em;
}

.switch span {
	white-space: nowrap;
	padding: 0.46em 0.62em;
}

.switch .current {
	background-color: #EEE;
}

.content .paginator {
	font-size: 123%;
	padding: 0.5em 0;
	list-style: none;
	margin: 2em 0 0.82em 0;
}

.paginator li {
	display: inline;
}

.paginator li a, .paginator .current {
	padding: 0.5em 0.75em;
}

.paginator .current {
	background: #EEE;
}

blockquote {
	font-style: italic;
	margin: 2em 4em 1.5em 2em;
}

blockquote .quotation {
	position: relative;
	line-height: 150%;
	padding: 0 2em 0 3em;
}

blockquote .quote {
	position: absolute;
	font-size: 400%;
	line-height: 80%;
	margin-top: -0.32em;
	/margin-top: -1.25em;
}

blockquote .left {
	left: 0;
	/left: -0.75em;
}

blockquote .right {
	right: 0;
	/right: -0.25em;
}

blockquote .author {
	text-align: right;
	margin: 0.5em 4em 0 0;
}

.table {
	margin: 1.5em 0;
}

.table td {
	line-height: 19px;
	border: 1px solid #E5E5E5;
	padding: 0.75em 1em;
}

.table .head {
	background: #F9F9F9;
	font-weight: bold;
}

.file {
	width: auto;
	margin-bottom: 1em;
}

.file td {
	vertical-align: middle;
}

.file .icon {
	vertical-align: top;
	padding: 2px 6px 2px 0;
}

.file img {
	width: 32px;
	height: 32px;
}

.file p, .content .file p {
	margin: 0;
}

.content .columns2 {
	margin-left: -60px;
}

.content .columns3 {
	margin-left: -45px;
}

.content .columns2 div, .content .columns3 div {
	width: 450px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	margin: 0 -0.31em 0 60px;
	/display: inline;
	/zoom: 1;
	/margin-right: 0;
}

.content .columns3 div {
	width: 290px;
	margin-left: 45px;
}

.spec {
	margin-bottom: 1.77em;
}

.spec td {
	line-height: 139%;
	padding: 0.77em 0 0 3px;
	vertical-align: bottom;
}

.spec td.feature {
	font-weight: bold;
	background: url(/images/dots.gif) repeat-x bottom;
	padding: 0.77em 4em 0 0;
}

.spec td.feature span {
	padding-right: 3px;
	background: #FFF;
}

.rounded  {
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	background: #E6F0FA;
	padding: 18px;
	margin-top: 2em;
}

.rounded input {
	font-size: 16px;
	padding: 3px;
}

.rounded .corner {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(/images/rounded.gif);
}

.rounded .tl {
	top: 0;
	left: 0;
}

.rounded .tr {
	top: 0;
	right: 0;
	background-position: 10px 0;
}

.rounded .bl {
	bottom: 0;
	left: 0;
	background-position: 0 10px;
}

.rounded .br {
	bottom: 0;
	right: 0;
	background-position: 10px 10px;
}



















.footer .contents {
	border-top: 1px dotted #C1C1C1;
	padding: 0.77em 0 3em 0;
}

.footer .copyright {
	line-height: 200%;
}

.footer .copyright span {
	display: block;
	max-width: 26em;
	/width: 26em;
	line-height: 131%;
	margin-left: 1.08em;
}

.footer ul {
	float: right;
	margin-top: 0.31em;
}

.footer ul li {
	display: inline;
}

.footer ul span {
	font-weight: bold;
	margin: 0 0.5em;
}

.footer .share {
	float: right;
	margin: 5px 80px 0 0;
}

















.subscribe {
	position: relative;
	float: right;
	z-index: 1;
	margin-top: 0.85em;
}

.subscribe img {
	position: absolute;
	width: 16px;
	height: 16px;
	margin: 3px 0 0 -21px;
	/margin-top: 1px;
}





















#index .rd {
	border-top: 1px solid #333;
	margin-top: -3px;
	height: 500px;
	overflow-x: hidden;
	display: none;
}

#index .rd .elastic-contents {
	position: relative;
	margin: 0 auto;
	height: 400px;
	width: 100%;
	min-width: 960px;
}

#index .rd .parallax a {
	position: absolute;
}

#index .rd .detectors {
	position: relative;
	margin: 0 auto;
	height: 400px;
	z-index: 9;
}

#index .rd .detectors img {
	margin-top: 80px;
}

#index .rd .contents {
	position: relative;
}

#index .rd .brand {
	position: absolute;
	left: 20px;
}

#index .rd .slogan {
	position: absolute;
}

#index .rd .brands {
	position: absolute;
	bottom: -90px;
	left: 75px;
	width: 800px;
	z-index: 3;
}

#index .rd .brands a, #index .rd .brands span {
	display: inline-block;
	background: url(/images/index/brands.png);
	margin-left: 46px; 
}

#index .rd .brands .stinger {
	width: 136px;
	height: 66px;
	margin-left: -46px; 
	background-position: 0 -8px;
}

#index .rd .brands .crunch {
	width: 178px;
	height: 23px;
	margin-bottom: 23px;
	background-position: -140px -18px;
}

#index .rd .brands .star {
	width: 177px;
	height: 53px;
	margin-bottom: 10px;
	background-position: -330px -9px;
}

#index .rd .brands .sq {
	width: 82px;
	height: 46px;
	background-position: -516px -18px;
	margin-bottom: 10px;
}

#index .rd .brands .lkt {
	width: 88px;
	height: 65px;
	margin-bottom: 2px;
	background-position: -604px -9px;
}

#index .rd .brands .stinger:hover {background-position: 0 72px;}
#index .rd .brands .crunch:hover {background-position: -140px 56px;}
#index .rd .brands .star:hover {background-position: -330px 74px;}
#index .rd .brands .sq:hover {background-position: -516px 60px;}
#index .rd .brands .lkt:hover {background-position: -604px 74px;}

#index .rd .bottom {
	position: absolute;
	bottom: -100px;
	height: 100px;
	width: 3000px;
	background: url(/images/index/bottom-bg.png) center;
	z-index: 2;
}

#index .stinger-intro {
	background: #08090B url(/images/index/stinger-intro-bg.jpg) no-repeat top;
	display: block;
}

#index .stinger-intro .parallax a {
	height: 285px;
	top: 100px;
	background-image: url(/images/index/stinger.png);
}

#index .stinger-intro .sunrise {
	width: 250px;
	top: 62px;
	left: 0;
	background-position: -25px -10px;
}

#index .stinger-intro .s650 {
	width: 218px;
	top: 61px;
	left: 252px;
	background-position: -340px -10px;
}

#index .stinger-intro .rx95ustm {
	width: 290px;
	top: 62px;
	left: 472px;
	background-position: -606px -10px;
}

#index .stinger-intro .car-z7 {
	width: 247px;
	top: 62px;
	left: 764px;
	background-position: -926px -10px;
}

#index .stinger-intro .rx85st {
	width: 284px;
	top: 61px;
	left: 1013px;
	background-position: -1206px -10px;
}


#index .stinger-intro .c707 {
	width: 253px;
	top: 61px;
	left: 1299px;
	background-position: -1522px -10px;
}

#index .stinger-intro .gx77 {
	width: 290px;
	top: 61px;
	left: 1554px;
	background-position: -1803px -10px;
}

#index .stinger-intro .sunrise:hover {background-position: -25px -310px;}
#index .stinger-intro .s650:hover {background-position: -340px -310px;}
#index .stinger-intro .rx95ustm:hover {background-position: -606px -310px;}
#index .stinger-intro .car-z7:hover {background-position: -926px -310px;}
#index .stinger-intro .rx85st:hover {background-position: -1206px -310px;}
#index .stinger-intro .c707:hover {background-position: -1522px -310px;}
#index .stinger-intro .gx77:hover {background-position: -1803px -310px;}


/*

#index .stinger-intro .contents .brand {
	top: -362px;
}

#index .stinger-intro .contents .slogan {
	top: -361px;
	left: 320px;
}

*/


#index .stinger-intro .contents .medals {
	position: absolute;
	top: -365px;
	left: -89px;
	z-index: 8;
}

#index .stinger-intro .detectors {width: 1850px;}
#index .stinger-intro .contents .brands .stinger {background-position: 0 72px;}
#index .stinger-intro .bottom {left: -1395px;}

#index .crunch-intro {
	background: #08090B url(/images/index/crunch-intro-bg.jpg) no-repeat top;
}

#index .crunch-intro .parallax a {
	height: 285px;
	top: 115px;
	background-image: url(/images/index/crunch.png);
}

#index .crunch-intro .crunch214b {
	width: 230px;
	top: 72px;
	left: -1px;
	background-position: -78px 5px;
}

#index .crunch-intro .crunch229b {
	top: 72px;
	left: 231px;
	width: 242px;
	background-position: -322px 5px;
}

#index .crunch-intro .q85 {
	top: 71px;
	left: 473px;
	width: 280px;
	background-position: -567px 5px;
}

#index .crunch-intro .crunch2110 {
	top: 71px;
	left: 753px;
	width: 237px;
	background-position: -843px 5px;
}

#index .crunch-intro .crunch2210 {
	top: 71px;
	left: 991px;
	width: 233px;
	background-position: -1078px 5px;
}

#index .crunch-intro .crunch3130 {
	top: 71px;
	left: 1225px;
	width: 298px;
	background-position: -1310px 5px;
}

#index .crunch-intro .crunch214b:hover {background-position: -76px -285px;}
#index .crunch-intro .crunch229b:hover {background-position: -322px -285px;}
#index .crunch-intro .q85:hover {background-position: -567px -285px;}
#index .crunch-intro .crunch2110:hover {background-position: -843px -285px;}
#index .crunch-intro .crunch2210:hover {background-position: -1078px -285px;}
#index .crunch-intro .crunch3130:hover {background-position: -1310px -285px;}

#index .crunch-intro .brand {
	top: -367px;
}

#index .crunch-intro .slogan {
	top: -368px;
	left: 315px;
}

#index .crunch-intro .detectors {width: 1550px;}
#index .crunch-intro .brands .crunch {background-position: -140px 56px;}
#index .crunch-intro .bottom {left: -1200px;}

#index .star-intro {
	background: #08090B url(/images/index/star-intro-bg.jpg) no-repeat top;
}

#index .star-intro .parallax a {
	height: 295px;
	top: 102px;
	background-image: url(/images/index/star.png);
}

#index .star-intro .pro40 {
	width: 268px;
	top: 72px;
	left: -1px;
	background-position: -3px -5px;
}

#index .star-intro .x41 {
	top: 72px;
	left: 269px;
	width: 280px;
	background-position: -272px -5px;
}

#index .star-intro .x61 {
	top: 71px;
	left: 556px;
	width: 280px;
	background-position: -553px -5px;
}

#index .star-intro .star2045 {
	top: 71px;
	left: 838px;
	width: 286px;
	background-position: -845px -5px;
}

#index .star-intro .pro40:hover {background-position: -3px -296px;}
#index .star-intro .x41:hover {background-position: -272px -296px;}
#index .star-intro .x61:hover {background-position: -553px -296px;}
#index .star-intro .star2045:hover {background-position: -845px -296px;}

#index .star-intro .brand {
	top: -368px;
}

#index .star-intro .slogan {
	top: -367px;
	left: 215px;
}

#index .star-intro .detectors {width: 1134px;}
#index .star-intro .brands .star {background-position: -330px 74px;}
#index .star-intro .bottom {left: -970px;}

#index .sq-intro {
	background: #08090B url(/images/index/sq-intro-bg.jpg) no-repeat top;
}

#index .sq-intro .parallax a {
	height: 295px;
	top: 103px;
	background-image: url(/images/index/sq.png);
}

#index .sq-intro .sq220 {
	width: 265px;
	top: 72px;
	left: -1px;
	background-position: -74px -12px;
}

#index .sq-intro .sq320 {
	top: 72px;
	left: 266px;
	width: 264px;
	background-position: -344px -12px;
}

#index .sq-intro .sq420 {
	top: 71px;
	left: 532px;
	width: 270px;
	background-position: -610px -12px;
}

#index .sq-intro .sq520 {
	top: 71px;
	left: 804px;
	width: 279px;
	background-position: -881px -12px;
}

#index .sq-intro .sq220:hover {background-position: -74px -322px;}
#index .sq-intro .sq320:hover {background-position: -344px -322px;}
#index .sq-intro .sq420:hover {background-position: -610px -322px;}
#index .sq-intro .sq520:hover {background-position: -881px -322px;}

#index .sq-intro .brand {
	top: -372px;
}

#index .sq-intro .slogan {
	top: -375px;
	left: 460px;
}

#index .sq-intro .detectors {width: 1084px;}
#index .sq-intro .brands .sq {background-position: -516px 60px;}
#index .sq-intro .bottom {left: -800px;}

#index .lkt-intro {
	background: #08090B url(/images/index/lkt-intro-bg.jpg) no-repeat top;
}

#index .lkt-intro .parallax a {
	height: 307px;
	top: 90px;
	background-image: url(/images/index/lkt.png);
}

#index .lkt-intro .rd10 {
	width: 280px;
	top: 72px;
	left: -1px;
	background-position: -78px 0;
}

#index .lkt-intro .rd15 {
	top: 72px;
	left: 281px;
	width: 275px;
	background-position: -354px 0;
}

#index .lkt-intro .rd20 {
	top: 71px;
	left: 561px;
	width: 275px;
	background-position: -627px 0;
}

#index .lkt-intro .rd25 {
	top: 71px;
	left: 838px;
	width: 275px;
	background-position: -909px 0;
}

#index .lkt-intro .rd10:hover {background-position: -78px -309px;}
#index .lkt-intro .rd15:hover {background-position: -354px -309px;}
#index .lkt-intro .rd20:hover {background-position: -627px -309px;}
#index .lkt-intro .rd25:hover {background-position: -909px -309px;}

#index .lkt-intro .brand {
	top: -378px;
}

#index .lkt-intro .slogan {
	top: -379px;
	left: 170px;
}

#index .lkt-intro .detectors {width: 1130px;}
#index .lkt-intro .brands .lkt {background-position: -604px 74px;}
#index .lkt-intro .bottom {left: -658px;}

#index .content .contents {
	padding: 2em 0;
}

#index h1 {
	font-size: 200%;
	text-align: center;
	background: url(/images/dots.gif) 0 60% repeat-x;
}

#index h1 .background {
	padding: 0 10px 0 10px;
	background: #FFF;
}

#index .news {
	margin: 0 0 0.575em -32px;
}

#index .news div {
	width: 216px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	margin-left: 32px;
	/display: inline;
	/zoom: 1;
}

#index .news h2 {
	position: relative;
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 0.77em 0;
}

#index .news h2 img {
	width: 180px;
	height: 120px;
	margin-bottom: 0.77em;
}

#index .news h2 .play {
	position: absolute;
	top: 35px;
	left: 65px;
	width: 48px;
	height: 48px;
	background: url(/images/index/play.png) top;
}

#index .news h2 a:hover .play {
	background-position: bottom;
}

#index .news p {
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 0.5em;
}

#index .news .date {
	font-size: 85%;
	font-style: italic;
	color: #999;
	margin-bottom: 1em;
}

#index .partners h1 {
	font-size: 150%;
}

#index .partners p {
	margin-left: -47px;
	padding-bottom: 1em;
}

#index .partners a {
	margin-left: 47px;
}

#index h1 .subscribe {
	position: relative;
	top: -0.4em;
	margin-right: 0.275em;
	float: none;
}

#index h1 .subscribe img {
	position: static;
	width: 16px;
	height: 16px;
	margin: 0;
}








#professional-warranty {
	background: url(/images/offers/shadow.png) no-repeat bottom;
	padding-bottom: 70px;
	margin: 1.5em 0 0.75em 0;
}

#professional-warranty div {
	height: 300px;
	background: #87CEFA;
}

#professional-warranty div {
	background: url(/images/offers/stinger.jpg);
}

#professional-warranty a {
	display: block;
	position: relative;
	top: 220px;
	left: 355px;
	width: 390px;
	height: 43px;
	background: url(/images/offers/stinger.png);
}

#professional-warranty a:hover {
	background-position: 0 43px;
}










#press h1 {
	margin: 0;
}

.content .press-date {
	font-style: italic;
	margin: -1em 0 0.75em 0;
}

#press .clear {
	margin-bottom: 0;
}

#news {
	margin-left: -30px;
}

#news div {
	width: 300px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	/display: inline;
	/zoom: 1;
}

#news h2 {
	font-size: 15px;
	line-height: 20px;
	margin: 2em 0 0.75em 0;
}

#news h2 img {
	width: 240px;
	height: 160px;
	margin-bottom: 0.77em;
}

#news p {
	line-height: 146%;
	margin-bottom: 0.5em;
}

#news .date {
	font-size: 85%;
	font-style: italic;
	color: #999;
	margin-bottom: 1em;
}

.content .latest-news {
 	margin: 1.5em 0 -0.175em 0;
	font-size: 24px;
}































#production ul {
	list-style: none;
	padding: 0 13px;
}

#production ul li {
	line-height: normal;
	white-space: nowrap;
	margin: 0;
}

#production h4 {
	font-size: 19px;
	padding: 5px 9px;
	margin: 11px -9px -5px -9px;
}

#production ul li.current h4 {
	margin: 13px -9px -1px -9px;
}

#production h5 {
	font-size: 17px;
	padding: 5px 8px;
	margin: 13px -8px -2px -8px;
}

#production ul ul li.current h5 {
	margin: 17px -8px 2px -8px;
}

#production ul ul ul {
	margin: 0 -8px;
}

#production h6 {
	font-style: italic;
	font-weight: normal;
	padding: 4px 8px 4px 8px;
}

#production ul ul ul li.current h6 {
	margin: 4px 0 2px 0;
}

#production ul ul ul li ul {
	display: none;
	list-style: square inside;
	padding: 0 15px;
	margin: 0 -8px 13px -8px;
}

#production ul ul ul li.visible ul {
	display: block;
}

#production ul ul ul li.visible ul li {
	padding: 4px 8px 4px 8px;
	margin: 0;
}

#production ul ul ul li.visible ul li.current {
	margin: 2px -26px 0 0;
}

#production ul li.current h4, #production ul ul li.current h5, #production ul ul ul li.current h6, #production ul ul ul li.visible ul li.current,
#company ul li.current h4, #company ul ul li.current, #caraudio .service ul ul li.current {
	background: #EEE;
}

#company ul {
	list-style: none;
	padding: 0;
}

#company ul ul {
	padding: 0 9px;
}

#company ul li {
	margin: 0;
}

#company h4 {
	font-size: 17px;
	padding: 5px 9px;
	margin: 11px 0 3px 0;
}

#company ul li.current h4 {
	margin: 15px 0 7px 0;
}

#company ul ul li {
	padding: 4px 9px;
	margin: 0;
}

#company ul ul li.current {
	margin: 3px 0;
}













#goods .columns2 {
	position: relative;
	text-align: center;
	margin-left: -58px;
}

#goods .columns2 .radar-detectors {
	width: 535px;
	margin-left: 58px;
}

#goods .columns2 .radar-detectors img {
	margin-top: -42px;
}

#goods .columns2 .radar-detectors span {
	position: relative;
	text-decoration: underline;
	left: 80px;
}

#goods .columns2 .caraudio {
	width: 367px;
	margin-left: 58px;
}

#goods h2 {
	font-size: 170%;
	line-height: 56px;
	margin: 0 0 1em 0;
}
















#detectors .columns2 {
	margin-left: -30px;
	width: 770px;
}

#detectors .columns2 div {
	width: 376px;
	height: 280px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	margin: 7px 0 20px 0;
	/display: inline;
	/zoom: 1;
	/margin-right: 0;
	text-align: center;
	position: relative;
}

#detectors .columns2 div a, #detectors .columns2 div span {
	font: 13px Arial;
	position: absolute;
}

#detectors .columns2 .stinger, #detectors .columns2 .crunch, #detectors .columns2 .sound-quest, #detectors .columns2 .star, #detectors .columns2 .whistler, #detectors .columns2 .lkt {
	position: static;
}

#detectors .sunrise {
	left: 29px;
	bottom: 47px;
	padding: 108px 72px 0 0;
}

#detectors .rx95u {
	left: 146px;
	bottom: 29px;
	padding: 124px 20px 0 22px;
}

#detectors .car-z7 {
	right: 20px;
	bottom: 61px;
	padding: 91px 0 0 80px;
}

#detectors .columns2 .crunch img {
	margin: 25px 0 30px 0;
}

#detectors .q85 {
	left: 31px;
	bottom: 52px;
	padding: 107px 87px 0 0;
}

#detectors .crunch214b {
	left: 143px;
	bottom: 41px;
	padding: 112px 22px 0 28px;
}

#detectors .crunch2180 {
	right: 36px;
	bottom: 56px;
	padding: 103px 0 0 86px;
}

#detectors .columns2 .sound-quest img {
	margin-top: 20px;
}

#detectors .sq320 {
	left: 24px;
	bottom: 39px;
	padding: 111px 69px 0 0;
}

#detectors .sq520 {
	left: 138px;
	bottom: 28px;
	padding: 120px 22px 0 22px;
}

#detectors .sq420 {
	right: 19px;
	bottom: 45px;
	padding: 106px 0 0 85px;
}

#detectors .columns2 .star img {
	margin: 10px 0 5px 0;
}

#detectors .x61 {
	left: 33px;
	bottom: 50px;
	padding: 101px 80px 0 8px;
}

#detectors .pro40 {
	left: 143px;
	bottom: 35px;
	padding: 114px 26px 0 27px;
}

#detectors .star2039 {
	right: 30px;
	bottom: 50px;
	padding: 98px 5px 0 76px;
}

#detectors .columns2 .whistler img {
	margin: 27px 0 27px 0;
}

#detectors .pro58 {
	left: 27px;
	bottom: 24px;
	padding: 114px 75px 0 0;
}

#detectors .pro78se {
	left: 141px;
	bottom: 5px;
	padding: 129px 14px 0 17px;
}

#detectors .xtr265 {
	right: 14px;
	bottom: 26px;
	padding: 113px 0 0 83px;
}

#detectors .columns2 .lkt {
	display: block;
	width: 125px;
	margin: 10px 0 0 110px;
}

#detectors .rd10 {
	left: 25px;
	bottom: 25px;
	padding: 116px 75px 0 0;
}

#detectors .rd20 {
	left: 137px;
	bottom: 2px;
	padding: 127px 28px 0 26px;
}

#detectors .rd25 {
	right: 28px;
	bottom: 22px;
	padding: 119px 9px 0 73px;
}














#brand .content .float-right img {
	padding: 0;
	border: none;
	margin-top: 0.5em;
}

#brand .content .body p {
	line-height: 177%;
}

#brand .content .body .file p {
	line-height: 162%;
}
















#series .products {
	margin-left: -15px;
}

#series .products h2 {
	position: relative;
	width: 220px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	font-size: 123%;
	text-align: center;
	margin: 1.25em -0.31em 0.75em 15px;
	/display: inline;
	/zoom: 1;
	/margin-right: 0;
}

#series .products h2 img {
	width: 220px;
	height: 165px;
	margin-top: 0.5em;
}

#series .products h2 .award {
	position: absolute;
	right: 2px;
	bottom: 10px;
	width: 60px;
	height: 60px;
}

#series .products h2 .left {
	left: 2px;
}











#product .content .images {
	float: right;
	width: 320px;
	margin: 1em 0 2.5em 2.5em;
}

#product .content .images img {
	margin-bottom: 1.5em;
}

#product .content .images form {
	text-align: center;
	margin: -0.75em 0 3em 0;
}

#product .content .images form input {
	margin: 0 3px;
	/margin: 0;
}

#product .content .images .retail-price {
	font-size: 32px;
	margin: 24px 0 32px 0;
}

#product .content .images .retail-price .suggested {
	display: block;
	float: left;
	width: 10em;
	font-size: 11px;
	line-height: 15px;
	margin: -5px 0 0 36px;
}

#product .content .images .retail-price .order {
	margin-left: 0.16em;
}

#product .content .images .retail-price .ruble {
	font-size: 18px;
}

#product .images .manual {
	position: relative;
	white-space: nowrap;
	margin: -8px 0 32px 58px;
}

#product .images .manual img {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -24px;
}

#product .images .rounded {
	display: block;
	padding: 12px 8px 12px 42px;
	margin: 0 0 24px 0;
}

#product .images .rounded p {
	line-height: 162%;
	margin: 0;
}

#product .images .rounded img {
	position: absolute;
	top: -16px;
	left: -12px;
	width: 48px;
	height: 48px;
}

#product .content .model {
	color: #F00;
}

#product .content .model span {
	color: #000;
}

#product .content ul .important {
	color: #F00;
}

#product .awards {
	margin: 17px 0 0 -20px;
}

#product .awards h2 {
	margin: 0 0 20px 20px;
}

#product .awards div {
	width: 214px;
	height: 237px;
	background: url(http://sdsound.ru/images/award.png);
	text-align: center;
	padding-top: 22px;
	margin: 0 0 10px 20px;
}

#product .awards img {
	margin-bottom: 14px;
}

#product .awards p {
	margin: 0 17px;
	font: 11px Arial, sans-serif;
	line-height: 155%;
	color: #333;
}





























#accessories .content {
	margin-bottom: -4.5em;
}

#accessories .content h1 {
	margin-bottom: 12px;
}

#accessories .content .production {
	width: 690px;
	float: right;
	margin-bottom: 2.5em;
}

#accessories .content h2 {
	margin-bottom: 10px;
}

#accessories .content .images {
	float: right;
	width: 300px;
	margin: 1.75em 0 0.75em 0.725em;
}

#accessories .content .images .margin {
	margin: 2em 0 0.75em 0.575em;
}

#accessories .content .info {
	width: 306px;
	margin: 2.25em 0 0.25em 0;
}

#accessories .content .info .retail-price {
	font-size: 32px;
	margin: 34px 0 27px 0;
}

#accessories .content .info .retail-price .ruble {
	font-size: 18px;
}

#accessories .content .info .suggested {
	display: block;
	float: left;
	width: 10em;
	font-size: 11px;
	line-height: 15px;
	margin-top: -5px;
}

#accessories .info .rounded {
	display: block;
	white-space: nowrap;
	padding: 12px 8px 12px 42px;
	margin: 0 0 24px 10px;
}

#accessories .info .rounded p {
	line-height: 162%;
	margin: 0;
}

#accessories .info .rounded img {
	position: absolute;
	top: -16px;
	left: -12px;
	width: 48px;
	height: 48px;
}






















#caraudio .service ul {
	list-style: none;
	padding: 0;
}

#caraudio .service ul ul {
	padding: 0 9px;
}

#caraudio .service .top {
	margin-bottom: -10px;
}

#caraudio .service h4 {
	margin: 31px 0 13px 0;
}

#caraudio .service ul ul {
	list-style: square inside;
	margin-bottom: 23px;
}

#caraudio .service ul ul li {
	padding: 4px 9px;
	margin: 0;
}

#caraudio .service ul ul li.current {
	margin: 3px 0;
}

#caraudio .content .contents {
	padding-bottom: 2em;
}

#caraudio h1 {
	margin-bottom: 1.25em;
}

#caraudio h2 {
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1.25em;
}

#caraudio .product {
	min-height: 160px;
	padding-left: 260px;
	margin-bottom: 4em;
}

#caraudio .product h3 {
	font-size: 20px;
	line-height: 140%;
	margin: 0 0 0.375em 0;
}

#caraudio .product h3 .price {
	font-weight: normal;
	font-style: italic;
}

#caraudio .product h3 .price .ruble {
	font-size: 13px;
}

#caraudio .product img {
	position: absolute;
	width: 240px;
	height: 160px;
	margin-left: -260px;
}

#caraudio .product .zoom {
	position: absolute;
	width: 16px;
	height: 16px;
	margin: 144px 0 0 -36px;
}

#caraudio .product .img2 img {margin-top: 180px;}
#caraudio .product .img2 .zoom {margin-top: 324px;}
#caraudio .product .img3 img {margin-top: 360px;}
#caraudio .product .img3 .zoom {margin-top: 504px;}

#caraudio .header .enquiries {
	float: right;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	margin-top: 3px;
}

#caraudio .header .enquiries .contacts {
	font-size: 13px;
	line-height: 26px;
}

#caraudio .header .enquiries .contacts .phone {
	font-size: 18px;
}

#caraudio .header .enquiries .contacts .or {
	font-size: 11px;
}

#caraudio .header .file {
	float: right;
	margin: 16px 131px -60px 0;
}



















#sale .description {
	font-style: italic;
	margin-top: -1.31em;
}

#sale .add {
	position: relative;
	font-style: normal;
	float: right;
	white-space: nowrap;
	margin-top: -34px;
}

#sale .add img {
	position: absolute;
	width: 24px;
	height: 24px;
	margin: -1px 0 0 -29px;
}

#sale form {
	margin: 2em 0;
}

#sale form label {
	margin: 0 0.5em 0 36px;
}

#sale form label.production {
	margin-left: 0;
}

#sale form select {
	width: 220px;
}

#sale h2 {
	font-size: 16px;
	line-height: 22px;
	padding-left: 28px;
	margin: 0.75em 0 0.375em 0;
}

#sale h2 img {
	position: absolute;
	width: 22px;
	height: 22px;
	margin: -1px 0 0 -28px;
	/margin-top: -2px;
}

#sale .columns3 ul {
	padding: 0 0 0 28px;
}

#sale .wholesale {
	background: #EEE;
	margin: -1.5em 0 4.5em 0;
}

#sale .wholesale .contents {
	padding: 1.75em 0 1em 0;
}

#sale .wholesale .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#sale #YMapsID {
	width: 960px;
	height: 600px;
	margin: 35px 0 27px 0;
}

#sale .map {
	background: url(/images/sale/map.jpg) no-repeat top;
	margin: -40px 0 80px 0;
}

#sale .map .contents {
	width: 960px;
	height: 738px;
	position: relative;
}

#sale .map a:link, #sale .map a:visited {
	position: absolute;
	background: url(/images/sale/bullet.png) no-repeat;
	height: 16px;
	font-size: 11px;
	color: #274252;
	padding: 1px 0 0 20px;
}

#sale .map .right:link, #sale .map .right:visited {
	background-position: right;
	padding: 1px 20px 0 0px;
}

#sale .map a:hover {
	color: #C03;
}


















#video .video {
	background: #F1F1F1;
	padding: 30px;
}

#video h2 {
	margin: -0.25em 0 1em 0;
}

#video .video ul {
	float: right;
	width: 325px;
	height: 325px;
	background: #FFF;
	padding: 20px 30px 15px 35px;
	overflow-y: scroll;
}

#video .video ul li {
	margin-bottom: 10px;
}

#video .video ul .current {
	color: #CCC;
}














#about blockquote {
	width: 67%;
	margin: 2em;
}

#about blockquote .quotation {
	font-size: 108%;
	line-height: 175%;
}

#about blockquote .quote {
	font-size: 371%;
}













#feedback form table td {
	padding: 0.5em 0 0.75em 0;
}

#feedback form table .margin td {
	padding: 1.75em 0 0.75em 0;
}

#feedback form table .label {
	width: 160px;
	white-space: nowrap;
}

#feedback form table .label .required {
	color: #F00;
}

#feedback form input, #feedback form textarea {
	width: 530px;
	font: 13px Verdana, sans-serif;
	color: #464646;
}

#feedback form select, #feedback form select {
	width: 534px;
	font: 13px Verdana, sans-serif;
	color: #464646;
}

#feedback form textarea {
	height: 10em;
	line-height: 146%;
}

#feedback form .textarea {
	vertical-align: top;
	padding-top: 0.75em;
}

#feedback form .big textarea {
	height: 20em;
	line-height: 146%;
}

#feedback form .submit input {
	width: auto;
	font-size: 16px;
	padding: 0.25em 0.5em;
	margin-top: 0.25em;
}

#feedback form p {
	line-height: 150%;
	margin: -0.25em 0 1.25em 0;
}

#feedback form .error {color: #F00;}
#feedback form .ok {color: #2AB220;}















#faq h1 {
	margin-bottom: -0.125em;
}

#faq h2 {
	padding-top: 0.75em;
	margin: 0.75em 0 0.5em 0;
}

#faq .service ul {
	list-style: none;
	padding: 0 9px;
	margin-bottom: 19px;
}

#faq .service ul ul {
	padding: 0;
}

#faq .service h4 {
	font-size: 17px;
	margin: 17px 0 9px 0;
}

#faq .service ul ul li {
	margin-bottom: 11px;
}

#faq .scheme {
	position: relative;
	margin: 20px 0 20px 0;
}

#faq .zoom {
	position: absolute;
	top: 310px;
	right: 15px;
}

#faq .antiradar {
	top: 276px;
	right: 15px;
}

#faq .map {
	top: 365px;
	right: 0;
}

#faq .columns2 {
	margin: -10px 0 0 -47px;
}

#faq .columns2 p {
	width: 280px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	margin-left: 65px;
	/display: inline;
	/zoom: 1;
	/margin-right: 0;
}

#faq .table .characteristic{
	text-align: center;
}















#service .content h1 {
	margin-bottom: 0.25em;
}

#service .content .table {
	margin: 0;
}

#service .content .file {
	width: auto;
	margin-top: 2em;
}















#photo h1 {
	margin-bottom: -0.75em;
}

#photo .content .date {
	font-style: italic;
	margin: 3.31em 0 -1.31em 0;
}

#photo h2 {
	margin: 1em 0;
}

#photo h2 img {
	background: #FFF;
	padding: 4px;
	border: 1px solid #EEE;
	margin-top: 0.5em;
}

#photos .content .contents {
	padding-bottom: 1em;
}

#photos .content .date {
	font-style: italic;
	margin: -1em 0 1.5em 0;
}

#photos .content .image {
	margin: 2em 0 3em 0;
}














#stinger form {
	position: relative;
	margin: 0 -9px;
}

#stinger form .top, #stinger form .bottom, #stinger form .body {
	height: 24px;
	background: url(/images/offers/stinger/background.png);
}

#stinger form .bottom {
	background-position: 978px 0;
}

#stinger form .body {
	float: none;
	width: auto;
	height: auto;
	background-position: -978px 0;
	background-repeat: repeat-y;
	padding: 50px 20px 18px 340px;
	/width: 647px;
}

#stinger form .warranty {
	position: absolute;
	margin-left: -320px;
}

#stinger form table td {
	padding-bottom: 2.25em;
	vertical-align: middle;
}

#stinger form table .label {
	position: relative; 
	width: 240px;
	font-size: 20px;
	white-space: nowrap;
	padding-right: 10px;
}

#stinger form .label label {
	position: absolute;
}

#stinger form input, #stinger form select {
	width: 300px;
	font: 24px Verdana, sans-serif;
}

#stinger form #model {
	width: 304px;
}

#stinger form .number {
	position: absolute;
	margin: -23px 0 0 95px;
}

#stinger form .label .model {
	margin-top: -5px;
}

#stinger form .label .serial {
	margin-top: -4px;
}

#stinger form .label .captcha {
	font-size: 13px;
	margin-top: -17px;
}

#stinger form .border {
	margin: 0 0 29px 0;
	background: url(/images/dots.gif);
	width: 303px;
	height: 1px;
}

#stinger form .submit {
	background: url(/images/offers/reg.png);
	width: 266px;
	height: 42px;
	border: none;
	text-align: left;
	padding:0 0 4px 9px;
	font-size: 20px;
	color: #2C3200;
	font-weight: bold;
	cursor: pointer;
}

#stinger form .submit:hover {
	background-position: 0 -42px;
}

#stinger form .disabled {
	background-position: 0 -84px;
	cursor:	default;
}

#stinger form .disabled:hover {
	background-position: 0 -84px;
}

#stinger form .check {
	background: url(/images/offers/check.png);
	width: 186px;
	height: 42px;
	border: none;
	text-align: left;
	padding:0 0 4px 9px;
	font-size: 20px;
	color: #2C3200;
	font-weight: bold;
	cursor: pointer;
}

#stinger form .check:hover {
	background-position: 0 -42px;
}

#stinger form .message {
	background: url(/images/dots.gif) bottom repeat-x;
	padding-bottom: 14px;
	margin: -34px 0 27px 0;
	font-size: 13px;
	width: 555px;
	display: none;
}

#stinger form .message h2 {
	color: #0E7600;
	font-size: 20px;
	margin-bottom: 0.75em; 
}

#stinger form .error h2 {
	color: #E61010;
}

#stinger form .warning h2 {
	color: #EC8000;
}

#stinger form .tips {
	margin: -8px 0 25px 0;
	width: 555px;
	padding-bottom: 25px;
	color: #E61010;
	background: url(/images/dots.gif) bottom repeat-x;
	display: none;
}














#form {
	padding-left: 5px;
}

#form table td {
	padding: 0.5em 0.25em 0.75em 0;
}

#form table .label {
	width: 160px;
	white-space: nowrap;
}

#form input, #form textarea {
	width: 530px;
	font: 13px Verdana, sans-serif;
}

#form select {
	font: 13px Verdana, sans-serif;
	width: 534px;
		
}

#form table .margin {
	height: 60px;
	vertical-align: top;
}

#form table .message {
	vertical-align: top;
}

#form textarea {
	height: 12em;
	line-height: 146%;
}

#form .submit input {
	width: auto;
	font-size: 16px;
	margin-top: 0.25em;
}

#form p {
	line-height: 150%;
	margin: -0.25em 0 1.25em 0;
}

#form .error {color: #F00;}
#form .ok {color: #2AB220;}














#events .service h4 {
	font-size: 17px;
	margin: 17px 0 9px 0;
}

#events .service ul {
	list-style: none;
	padding: 0 9px;
	margin-bottom: 19px;
}

#events .service ul ul {
	padding: 0;
}

#events .service h4 {
	font-size: 17px;
	margin: 17px 0 9px 0;
}

#events .service ul ul li {
	margin-bottom: 11px;
}

#events h1 {
	position: relative;
	background: #FFF;
	padding-bottom: 1em;
	margin-bottom: -2em;
}

#events h2 {
	padding-top: 1.25em;
	border-top: 1px dotted #C1C1C1;
	margin-top: 1.5em;
}

#events .date {
	font-style: italic;
	margin-bottom: 0.5em;
}

#events .date a:link, #events .date a:visited {
	color: #464646;
	text-decoration: none;
}

#events .date a:hover {
	text-decoration: underline;
}

#events .unsubscribe {
	position: relative;
	background: #FFF;
	padding-bottom: 1em;
	margin: 3.5em 0 -4em 0;
	color: #F00;
}