@charset "utf-8";

@import url("/menu.css");
* {
	outline: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-image: url(/pics/bg-page.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0;
}

#container-extra {
	width: 100%;
	min-height: 750px;
	background-image: url(/pics/bg-speakers.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 950px;
	margin: 0 auto;
}
#top {
	width: 950px;
	height: 241px;
	background-image: url(/pics/bg-top.jpg);
	background-repeat: no-repeat;
}
#top-left {
	width: 352px;
	float: left;
	padding: 33px 0 0 58px;
}
#top-right {
	width: 540px;
	float: left;
}
#quick-links {
	width: 540px;
	height: 30px;
	padding-top: 30px;
}
#quick-links a {
	margin-right: 10px;
}
#top-promo {
	width: 500px;
	padding: 8px 30px 0 10px;
}
#top-promo .product {
	width: 140px;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
#top-promo .product img {
	border: 2px solid #333;
	padding: 1px;
}
#top-promo h1 {
	width: 350px;
	float: left;
	margin: 20px 0 0 0;
}
#top-promo .arrow-link {
	text-align: right;
	padding-right: 10px;
}
#menu {
	width: 910px;
	height: 38px;
	padding: 11px 0 0 40px;
	clear: left;
	background-image: url(/pics/bg-menu.jpg);
	background-repeat: no-repeat;
}
#search {
	width: 255px;
	float: left;
}
#search #search-wrapper {
	width: 115px;
	height: 23px;
	background-image: url(/pics/bg-search-field.jpg);
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	padding-left: 29px;
	float: left;
}
#search .search-field {
	background-color: transparent;
	width: 110px;
	height: 18px;
	border: none;
	padding: 5px 5px 0 0;
}
#search input {
	vertical-align: middle;
}
#content {
	width: 930px;
	padding: 40px 10px 30px 10px;
	clear: left;
	background-image:url(/pics/bg-content.jpg);
	background-repeat: no-repeat;
}
#bottom {
	width: 930px;
	height: 33px;
	padding: 17px 10px 10px 10px;
	clear: left;
	background-image: url(/pics/bg-bottom.jpg);
	background-repeat: no-repeat;
}
#bottom a {
	color: #000;
}
#bottom a:hover {
	color: #fff;
}
#bottom ul {
	width: 700px;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#bottom ul li {
	float: left;
	margin-right: 13px;
	padding-right: 15px;
	background-image:url(/pics/link-delim.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 17px;
}
#bottom #copyright {
	width: 230px;
	float: left;
	text-align: right;
}



#fp-right {
	width: 600px;
	float: left;
}
#edge {
	width: 196px;
	height: 110px;
	padding: 125px 5px 0 5px;
	float: left;
	background-image: url(/pics/bg-edge.jpg);
	background-repeat: no-repeat;
	margin-right: 20px;
}
#edge p {
	margin: 0 0 15px 0;
}
#btm-promo {
	width: 600px;
	height: 118px;
	background-image: url(/pics/bg-promo-btm.jpg);
	margin-bottom: 20px;
}
#btm-promo .descr {
	width: 360px;
	float: left;
	padding: 0 10px 0 10px;
}
#btm-promo img.product {
	float: left;
}
#btm-promo a {
	color: #000;
}
#btm-promo a:hover {
	color: #fff;
}
#column-left {
	width: 265px;
	float: left;
	margin-right: 20px;
}
#column-right {
	width: 645px;
	float: left;
}



a img {
	border: none;
}
a {
	color: #5b9eb9;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #fff;
}
h1 {
	font-size: 20px;
	margin: 10px 0;
}
h1.right {
	text-align: right;
}
h2 {
	font-size: 18px;
	margin: 5px 0;
}
p {
	text-align: justify;
	margin: 10px 0;
}
form {
	margin: 0;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
em {
	color: #e63b17;
	font-weight: bold;
	font-style: normal;
}



.thumb {
	margin: 0 10px 10px 0;
	float: left;
	padding: 2px;
	border: 2px solid #23575c;
}
.generic-img {
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 2px solid #23575c;
}
.checkbox {
	background: transparent;
	border: none;
	color: #fff;
}
.button {
	background-image: url(/pics/bg-button.jpg);
	background-repeat: repeat-x;
	height: 21px;
	border: 1px solid #4d1308;
	font-weight: bold;
	color: #fff;
	padding-top: 2px;
}
.textbox {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	padding: 2px;
}
.caption {
	float:left;
	clear:left;
	width: 29%;
	text-align:right;
	margin-right: 1%;
	padding-top: 4px;
	margin-bottom: 3px;
}
.caption1 {
	float:left;
	clear:left;
	width: 29%;
	text-align:right;
	margin-right: 1%;
	font-weight: bold;
}
.field {
	float:left;
	width: 69%;
	margin-bottom: 3px;
}
.field img {
	vertical-align: top;
	cursor: help;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 0;
}
.arrow-link img {
	vertical-align: middle;
}
.nice-announce {
	padding: 3px;
	background-color: #789425;
	border: 1px dotted #CBE4B8;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
}
.nice-announce a {
	color: #CCE18A;
}
.warn-announce {
	padding: 3px;
	background-color: #F8EAE9;
	border: 2px dotted #cc0000;
	color: #cc0000;
	margin: 5px 0;
	clear: left;
}
.box {
	width: 265px;
	background-image: url(/pics/bg-box.jpg);
	margin-bottom: 20px;
}
.box-content {
	width: 255px;
	background-image: url(/pics/bg-box-top.jpg);
	background-repeat: no-repeat;
	padding: 6px 5px 5px 5px;
}
.box-btm {
	width: 265px;
	height: 13px;
	font-size: 1px;
	background-image: url(/pics/bg-box-btm.jpg);
	background-repeat: no-repeat;
}
.box h1 {
	font-size: 16px;
	background-repeat: no-repeat;
	padding: 5px 0 0 50px;
	height: 40px;
	margin: 0;
}
.box h1 span {
	font-size: 14px;
	display: block;
}
.main-cat a {
	color: #fff;
	font-size: 12px;
}
.main-cat a:hover {
	color: #162b35;
}
.main-cat a.title {
	display: block;
	width: 236px;
	height: 20px;
	padding: 5px 0 0 10px;
	font-size: 14px;
	margin-top: 5px;
	text-transform: uppercase;
}
.main-cat a.title:hover, .main-cat a.selected {
	background-image: url(/pics/bg-selector.gif);
	background-repeat: no-repeat;
	color: #162b35;
}
.main-cat ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.main-cat ul li {
	padding: 5px 0 0 30px;
	background-image: url(/pics/bul3.gif);
	background-repeat: no-repeat;
	background-position: 20px 9px;
}
.main-cat ul li.selected a {
	color: #162b35;
}
#sidebar {
	width: 200px;
	margin-left: 30px;
	float: left;
}
#sidebar .side-contact, #sidebar .side-news {
	margin-bottom: 30px;
}
#sidebar .side-contact ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar .side-contact ul li {
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}
#sidebar .side-news ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar .side-news ul li {
	margin-bottom: 15px;
}
ul.list1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.list1 li {
	padding-left: 10px;
}
ul.list2 {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style-type: square;
}
.dest-prod-line {
	width: 395px;
	height: 70px;
	background-image: url(/pics/bg-prod-dest.jpg);
	background-repeat: no-repeat;
	clear: left;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.dest-prod-line .image {
	width: 87px;
	height: 64px;
	float: left;
	padding: 1px;
	border: 2px solid #23575c;
	margin-right: 15px;
}
.dest-prod-line .name {
	font-size: 1.6em;
	margin-bottom: 5px;
	height: 40px;
}
.dest-prod-line .price {
	text-align: right;
	font-size: 1.7em;
	color: #e63b17;
	font-weight: bold;
	margin-top: 5px;
	height: 35px;
}
.dest-prod-line .price .old {
	font-size: .8em;
	color: #666;
	text-decoration: line-through;
	margin-right: 10px;
}
.categ-title .title {
	width: 324px;
	float: left;
}
.categ-title .controls {
	width: 51px;
	float: left;
}
.categ-title .controls .toggle-dest {
	width: 23px;
	height: 23px;
	display: block;
	background-image: url(/pics/bt-togle-dest.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}
.categ-title .controls .cat-open {
	width: 23px;
	height: 23px;
	display: block;
	background-image: url(/pics/bt-open-cat.jpg);
	background-repeat: no-repeat;
	float: left;
}
.categ-title .controls .toggle-dest:hover, .categ-title .controls .cat-open:hover {
	background-position: -23px 0;
}
.destination {
	width: 415px;
	clear: left;
	margin-top: 30px;
}
.destination .image {
	width: 142px;
	height: 95px;
	float: left;
	margin-right: 20px;
}
.destination p {
	margin: 5px 0;
}
span.new {
	background-image:url(/pics/prod-new.gif);
}
.compare-img span.new, .product-line span.new {
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
	right: 0px;
	top: 3px;
	width: 32px;
	height: 13px;
	font-size: 1%;
	text-indent: -5000px;
}
.exp-prod-name {
	background-color: #fff;
	border: 2px solid #2a4c5b;
	padding: 3px;
	width: 251px;
	margin: 10px auto;
}

/* EXPLORE BOXES */
#explore {
	padding-bottom: 20px;
}
#explore-categ, #explore-dest {
	width: 439px;
	height: 210px;
	float: left;
	background-image: url(/pics/bg-explore.jpg);
	background-repeat: no-repeat;
	padding: 9px;
}
#explore-categ {
	margin-right: 16px;
}
#explore-categ h1, #explore-dest h1 {
	background-repeat: no-repeat;
	font-size: 18px;
	padding-left: 50px;
	margin: 0 0 5px 0;
}
#explore-categ h1 {
	background-image: url(/pics/icon-speaker.jpg);
}
#explore-dest h1 {
	background-image: url(/pics/icon-globe.jpg);
}
#explore-categ .explore-categs {
	font-size: 1.1em;
	width: 198px;
	float: left;
}
#explore-categ .explore-categs ul {
	margin: 13px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#explore-categ .explore-categs ul li {
	width: 198px;
	height: 27px;
	text-transform: uppercase;
}
#explore-categ .explore-categs ul a {
	padding: 6px;
	width: 186px;
	height: 15px;
	color: #fff;
	display: block;
}
#explore-categ .explore-categs ul a:hover {
	background-image: url(/pics/bg-categ-link.gif);
	background-repeat: no-repeat;
	color: #000;
}
#explore-categ .explore-subs {
	width: 216px;
	height: 152px;
	padding: 10px 10px 0 15px;
	float: left;
	background-image: url(/pics/bg-subcateg-links.jpg);
	background-repeat: no-repeat;
}
#explore-categ .explore-subs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#explore-categ .explore-subs ul li {
	height: 17px;
	margin-bottom: 2px;
}
#explore-categ .explore-subs ul a {
	color: #286a84;
}
#explore-categ .explore-subs ul a:hover {
	color: #000;
}
#explore-categ .explore-subs div {
	display: none;
}
#explore-categ .exp-categ-sel {
	background-image: url(/pics/bg-categ-link.gif);
	color: #000 !important;
}
#explore-dest #controls {
	margin: 15px 0 0 8px;
}
#explore-dest #controls a#exp-left, #explore-dest #controls a#exp-right {
	float: left;
	display: block;
	width: 38px;
	height: 41px;
	background-repeat: no-repeat;
}
#explore-dest #controls #exp-left {
	background-image: url(/pics/bt-move-left.jpg);
}
#explore-dest #controls #exp-right {
	background-image: url(/pics/bt-move-right.jpg);
}
#explore-dest #controls a#exp-left:hover, #explore-dest #controls a#exp-right:hover {
	background-position: 0 -41px;
}
#explore-dest #controls #dest-title {
	background-image: url(/pics/bg-dest-title.jpg);
	width: 329px;
	height: 31px;
	margin: 5px 10px 0 10px;
	float: left;
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 4px;
	text-align: center;
}
#explore-dest #controls #dest-title a:hover {
	color: #000;
}
#explore-dest #controls #dest-title div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 329px; 
	height: 31px;
	overflow: hidden;
}
#explore-dest #controls #dest-title div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:329px;
	height:31px;
	overflow:hidden;
	float:left;
	text-transform: uppercase;
}
#explore-dest #controls #dest-title div.scroller div.content {
	width: 10000px;
}
#explore-dest #dest-descr {
	margin-top: 5px;
	font-size: 1.1em;
	margin-left: 55px;
}
#explore-dest #dest-descr img {
	float: left;
	margin: 0 10px 10px 0;
}
#explore-dest #dest-descr ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
}


/* NEWS */
#news-titles {
	width: 280px;
	float: left;
	margin-right: 50px;
}
.news-brief {
	margin-bottom: 15px;
}
.news-brief p {
	margin-top: 5px;
}
.news-date {
	color: #b3b3b3;
}


/* CATALOG */
.categ-title {
	width: 385px;
	height: 30px;
	background-image: url(/pics/bg-categ.jpg);
	background-repeat: no-repeat;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px 0 0 30px;
	margin: 20px 0 5px 0;
	color: #000;
}
.breadcrumbs {
	width: 415px;
	margin-bottom: 10px;
}
.subcategs {
	width: 415px;
	margin-top: 5px;
}
ul.list-subcategs {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.list-subcategs li {
	float: left;
}
ul.list-subcategs li a {
	font-weight: bold;
	background-image: url(/pics/bg-subcateg.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	height: 21px;
	margin: 10px 15px 0 0;
	text-align: center;
	padding-top: 9px;
	font-size: 1em;
	color: #fff;
}
ul.list-subcategs li a:hover {
	background-position: 0 -30px;
	color: #333;
}
.cat-products {
	width: 415px;
	float: left;
}
.product-order {
	clear: both;
}
.product-order a {
	margin-left: 10px;
	font-weight: bold;
}
.product-line {
	width: 395px;
	height: 65px;
	background-image: url(/pics/bg-prod.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding: 10px;
}
.product-line .image {
	width: 141px;
	height: 106px;
	float: left;
	padding: 1px;
	border: 2px solid #23575c;
	margin-right: 15px;
	position: relative;
}
.product-line .left {
	width: 250px;
	float: left;
	margin-right: 10px;
}
.product-line .right {
	width: 135px;
	float: left;
}
.product-line .compare {
	width: 135px;
	text-align: right;
}
.product-line .compare input, .product-line .compare img {
	vertical-align: middle;
}
.product-line .price {
	font-size: 1.7em;
	text-align: right;
	color: #e63b17;
	font-weight: bold;
	margin-top: 5px;
	width: 135px;
}
.product-line .price .old {
	font-size: .8em;
	color: #666;
	text-decoration: line-through;
}
.product-line .name {
	font-size: 1.6em;
	margin-bottom: 5px;
}
.product-line .descr {

}
#prod-left {
	width: 415px;
	margin-right: 30px;
	float: left;
}
#prod-right {
	width: 200px;
	float: left;
}
#prod-left .info {
	width: 403px;
	height: 180px;
	padding: 5px;
	border: 1px solid #333;
	background-color: #161616;
}
#prod-left .info .left {
	width: 268px;
	float: left;
	margin-right: 5px;
	position: relative;
	height: 180px;
}
#prod-left .info .right {
	width: 130px;
	float: left;
	text-align: right;
	position: relative;
	height: 180px;
}
#prod-left .info h2 {
	background-image: url(/pics/icon-prod-info.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 0 40px;
	height: 30px;
}
#prod-left .info .left .line {
	margin-bottom: 10px;
}
#prod-left .info .left .bt-order {
	position: absolute;
	bottom: 10px;
}
.prod-price {
	font-weight: bold;
	color: #e63b17;
	font-size: 1.6em;
}
.prod-discount {
	width: 130px;
	height: 100px;
	background-image: url(/pics/bg-discount.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.prod-discount-normal {
	text-decoration: line-through;
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
}
.prod-tva-info {
	position: absolute;
	bottom: 10px;
	right: 0;
}
#prod-right .image, .prod-popup img {
	padding: 1px;
	border: 1px solid #387897;
}
#prod-right img.small, .prod-popup img.small {
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}
.prod-specs {
	width: 645px;
	clear:left;
	margin: 10px 0;
	display: table;
}
.prod-spec-categ {
	margin: 5px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
}
.prod-spec-line-1 {
	background-color: #151515;
	border-bottom: 1px dotted #666;
	clear: left;
	display: table;
	width: 645px;
}
.prod-spec-line-2 {
	background-color: #333;
	border-bottom: 1px dotted #666;
	clear: left;
	display: table;
	width: 645px;
}
.prod-spec-label {
	clear: left;
	float: left;
	width: 176px;
	margin-right: 2px;
	text-align: right;
	font-weight: bold;
	padding: 2px;
}
.prod-spec-value {
	width: 459px;
	padding: 2px;
	float: left;
}
.prod-descr {
	margin: 20px 0;
}
.prod-files {
	width: 200px;
}
.prod-video {
	width: 480px;
	margin:20px auto;
	clear: left;
}
.prod-file-line {
	width: 196px;
	height: 31px;
	margin-bottom: 5px;
	padding: 2px;
	background-image: url(/pics/bg-prod-files.jpg);
	background-repeat: no-repeat;
	color: #333;
}
.prod-file-line a {
	color: #e63b17;
}
.prod-file-icon {
	width: 30px;
	float: left;
	clear: left;
	margin-right: 5px;
	padding: 2px 0 0 5px;
}
.prod-file-name {
	width: 156px;
	height: 27px;
	float: left;
	padding-top: 8px;
}


/* PAGE BROWSE */
.page-browser {
	font-size: .9em;
	margin-top: 20px;
	font-size: 1em;
	clear: both;
}
.page-browser a, .page-browser .link {
	display: block;
	height: 12px;
	width: 12px;
	padding: 1px 2px 2px 2px;
	background-color: #333;
	border: 1px solid #666;
	text-align: center;
	float: left;
	margin: 0 1px;
	text-decoration: none;
	color: #fff;
	font-size: .9em;
}
.page-browser .link {
	background-color: #e63b17;
	color: #fff;
	border: 1px solid #ff947e;
}
.page-browser a:hover {
	background-color: #e63b17;
	color: #fff;
	border: 1px solid #ff947e;
}
.page-browser .nolink {
	float: left;
	display: block;
	margin: 0 5px;
	padding-top: 1px;
}
.page-browser img {
	margin: 1px 0 2px 0;
}

/* ERRORS */
.error {
	color: #c33;
	font-weight: bold;
}
.bg-error {
	background-image: url(/pics/bg-error.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	margin: 15px 0px;
}
.error-title {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #e63b17;
}
.error-list {
	margin: 0px;
	list-style-type: none;
	padding-left: 0px;
}
.error-list li {
	background-image:url(/pics/bul-error.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	padding-left: 9px;
	margin-top: 5px;
}


/* COMPARE */
#compare {
	font-size: .9em;
}
#compare table {
	
}
.compare-product {
	margin: 5px 0;
}
.compare-product-name {
	height: 35px;
}
.compare-product-price {
	height: 30px;
}
.compare-spec-categ {
	background-color: #5b9eb9;
	color: #fff;
	margin: 5px 0;
	font-weight: bold;
}
.compare-spec-label {
	margin-right: 10px;
	font-weight: bold;
	font-size: .9em;
	vertical-align: top;
}
.compare-spec-value {
	vertical-align: top;
}
.compare-spec-line-1 {
	background-color: #151515;
}
.compare-spec-line-2 {
	background-color: #333;
}
.compare-img {
	width: 100px;
	height: 66px;
	float: left;
	text-align: center;
	position: relative;
	border: 1px solid #23575c;
	margin-right: 4px;
	padding: 2px;
}

/* PHOTO */
.album-thumb {
	width: 175px;
	height: 180px;
	float: left;
	padding: 10px;
	margin-right: 20px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	background-image: url(/pics/bg-album.jpg);
	background-repeat: no-repeat;
}
.album-thumb .img {
	height: 145px;
}
.album-thumb .title a {
	color: #fff;
}
.album-thumb .title a:hover {
	color: #5b9eb9;
}
.album-photo-no {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 18px;
	height: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	color: #fff;
	font-weight: bold;
}


/* SITEMAP */
.sitemap {

}
.sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sitemap li {
	margin-top: 10px;
	padding-left: 10px;
	background-image: url(/pics/bul4.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.sitemap li.ident1 {
	margin-left: 20px;
	margin-top: 0px;
}
.sitemap li.ident2 {
	margin-left: 40px;
	margin-top: 0px;
}


#credits {
	padding-bottom: 10px;
}
#credits a {
	color: #426BCC;
}