* {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
}

.full {
	width: 100% !important;
}

button {
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}

form input, form button {
	vertical-align: middle;
}

dl {
	overflow: hidden;
}

dt {
	float: left;
	width: 80px;
	color: #666666;
}

dd {
	margin-left: 80px;
	margin-bottom: 4px;
	color: #000000;
	font-weight: bold;
}

input[type="text"], select, textarea {
	border: 1px solid #abadb3;
	padding: 2px 4px;
}

select {
	padding: 0;
}

.sliderContainer {
	margin: 0 auto;
}

.sliderContainer span {
	width: 60px;
	font-weight: bold;
}

.sliderContainer span.to {
	text-align: right;
}

.slider {
	display: inline-block;
	position: relative;
	height: 27px;
}

.sliderContainer span, .sliderContainer .slider {
	vertical-align: middle;
}

.slider .track {
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 12px;
	background: url(../image/default/slider_track.png) 0 0 repeat-x;
}

.slider .handle {
	position: absolute;
	top: 0;
	width: 21px;
	height: 27px;
	background: url(../image/default/handle.png) 0 0 no-repeat;
	text-align: center;
	cursor: pointer;
}

.slider .handle:hover strong {
	text-decoration: underline;
}

.slider .handle.from {
	left: 0;
}

.slider .handle.to {
	right: 0;
}

.slider .handle strong {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	padding-top: 6px;
	cursor: pointer;
}

.magnifyButton {
	width: 56px;
	height: 30px;
	background: url(../image/default/magnifybutton.png) 0 0 no-repeat;
}

.numberOfItems {
	width: 20px;
}

.container {
	width: 900px;
	position: relative;
	margin: 0 auto;
}

.hidden {
	display: none;
}

span, strong, em {
	display: inline-block;
	font-style: normal;
}

li a, h1 a {
	display: inline-block;
	text-decoration: none;
}

a:hover, a:hover strong, a.active, a.active strong, .active a, .active a strong, button:hover, button:hover strong {
	text-decoration: underline !important;
}

.actionButton, .actionButton strong {
	text-decoration: none !important;
	cursor: pointer;
}

.menuButton:hover {
	text-decoration: none !important;
}

.menuButton.active {
	text-decoration: none !important;
}

.menuButton.active strong {
	text-decoration: underline !important;
}

.arrowHeader {
	color: #42A7FF !important;
	font-size: 14px !important;
	font-weight: normal !important;
	padding: 8px 0 8px 35px !important;
	min-height: 15px !important;
	overflow: auto;
	background: url(../image/default/arrowright.png) 0 0 no-repeat !important;
	margin: 0 !important;
}

.arrowHeader a {
	text-decoration: none;
	color: #42A7FF !important;
}

.arrowHeader a:hover {
	text-decoration: underline;
}

.arrowHeader + p, .arrowHeader + ul, .arrowHeader + ol, .arrowHeader + div {
	margin-left: 35px;
}

.arrowHeader.small + p, .arrowHeader.small + ul, .arrowHeader.small + ol, .arrowHeader.small + div {
	margin-left: 23px;
}

.arrowHeader.small {
	color: #666666 !important;
	font-size: 12px !important;
	padding: 3px 0 3px 23px !important;
	min-height: 12px !important;
	background: url(../image/default/arrowheader_small.png) 0 0 no-repeat !important;
	margin: 0 !important;
}

.arrowHeader.small a {
	text-decoration: none;
	color: #666666 !important;
}

.arrowHeader.small a:hover {
	text-decoration: underline;
}

.bubble {
	display: inline-block;
}

.bubble .content {
	padding: 10px;
}

.bubble.small .content {
	background: #858585;
	height: 82px;
	overflow: hidden;
}

#breadCrumbs {
	overflow: hidden;
	margin-bottom: 10px;
}

#breadCrumbs .container {
	width: auto;
	display: inline-block;
	overflow: hidden;
	padding-left: 10px;
	text-align: right;
}

#breadCrumbs .deco {
	width: 20px;
	height: 30px;
}

#breadCrumbs strong {
	padding-top: 7px;
	height: 23px;
	text-decoration: underline !important;
	font-weight: normal;
}

#breadCrumbs em {
	padding: 7px 20px 0 20px;
	height: 23px;
}

#breadCrumbs a, #breadCrumbs em {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	margin-left: -12px;
	position: relative;
	text-decoration: none !important;
}

#breadCrumbs span, #breadCrumbs strong {
	vertical-align: top;
}

#breadCrumbs .first .deco.left {
	background: url(../image/default/breadcrumbs_first_left.png) 0 0 no-repeat;
}

#breadCrumbs .first .deco.right {
	background: url(../image/default/breadcrumbs_first_right.png) 0 0 no-repeat;
}

#breadCrumbs .second .deco.left {
	background: url(../image/default/breadcrumbs_second_left.png) 0 0 no-repeat;
}

#breadCrumbs .second .deco.right {
	background: url(../image/default/breadcrumbs_second_right.png) 0 0 no-repeat;
}

#breadCrumbs .first strong {
	background: url(../image/default/breadcrumbs_first_center.png) 0 0 repeat-x;
}

#breadCrumbs .second strong {
	background: url(../image/default/breadcrumbs_second_center.png) 0 0 repeat-x;
}

#breadCrumbs em {
	background: url(../image/default/breadcrumbs_noactive.png) 0 0 repeat-x;
}

.separator.vertical {
	width: 0px !important;
	height: 100%;
	float: left;
	margin: 0 20px;
	border-left: 1px solid #c3c3c3 !important;
	border-right: 1px solid #f6f6f6 !important;
}

.separator.horizontal {
	width: auto !important;
	height: 0px !important;
	margin: 0 15px;
	border-top: 1px solid #bfbfbf !important;
	border-bottom: 1px solid #ffffff !important;
}

.info h3 {
	font-size: 14px;
	font-weight: bold;
	max-height: 48px;
	overflow: hidden;
}

.info h3 a {
	color: #42A7FF;
}

.info em {
	color: #666666;
}

.info p, .info form {
	margin-top: 5px;
}

.info p {
	max-height: 45px;
	overflow: auto;
}

.info p, .info strong {
	color: #000000;
}

.carouselItem .info h3 {
	max-height: 32px;
}

.carouselItem .info p {
	max-height: 15px;
	overflow: auto;
}

.carouselItem .info {
	width: 213px !important;
	margin-right: 5px;
}

.item.detail .info h2 {
	max-height: auto;
	font-size: 14px;
	font-weight: bold;
	color: #42A7FF;
}

.item.detail .info h2 a {
	color: #42A7FF;
}

.item.detail .info p {
	max-height: auto;
}

.actionButton span {
	vertical-align: top;
}

.actionButton .deco, .actionButton .textContainer {
	height: 24px !important;
}

.actionButton .deco.left {
	width: 5px !important;
}

.actionButton .deco.right {
	width: 16px !important;
}

.actionButton .textContainer strong {
	color: #ffffff;
	font-weight: normal;
	padding: 4px 5px 0 5px;
}

.actionButton.red .deco.left {
	background: url("../image/default/actionButton_red_deco_left.png") no-repeat scroll 0 0 transparent !important;
}

.actionButton.red .deco.right {
	background: url("../image/default/actionButton_red_deco_right.png") no-repeat scroll 0 0 transparent !important;
}

.actionButton.red .textContainer {
	background: url("../image/default/actionButton_red_content.png") repeat-x scroll 0 0 transparent !important;
}

.actionButton.blue .deco.left {
	background: url("../image/default/actionButton_blue_deco_left.png") no-repeat scroll 0 0 transparent !important;
}

.actionButton.blue .deco.right {
	background: url("../image/default/actionButton_blue_deco_right.png") no-repeat scroll 0 0 transparent !important;
}

.actionButton.blue.delete .deco.right {
	background: url("../image/default/actionButton_blue_deco_right.png") no-repeat scroll 0 0 transparent !important;
}

.actionButton.blue .textContainer {
	background: url("../image/default/actionButton_blue_content.png") repeat-x scroll 0 0 transparent !important;
}

.smallContainer {
	margin-bottom: 20px;
}

.smallContainer .content {
	background: #f9f9f9 url(../image/default/universal_content.png) 0 0 repeat-x !important;
	text-align: center;
}

.smallContainer .items {
	padding: 10px;
	text-align: left;
}

.smallContainer .title span {
	vertical-align: top;
}

.smallContainer .title .textContainer {
	height: 46px;
}

.smallContainer .title .textContainer strong {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	padding-top: 11px;
}

.smallContainer.blue .content {
	border-color: #F9F9F9 !important;
}

.smallContainer.blue > .title {
	display: block;
}

.smallContainer.blue .title .textContainer {
	background: #858585 !important;
	padding: 0 10px;
}

.smallContainer.black .content {
	border-color: #F9F9F9 !important;
	padding: 0 0 10px 0;
}

.smallContainer.black > .title {
	display: block;
}

.smallContainer.black .title .textContainer {
	background: #858585;
	padding: 0 10px;
}

body {
	height: 100%;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	list-style: none;
	list-style-position: inside;
}

/*header*/
#header {
	position: relative;
	text-align: right;
}

body#homepage #header {
	height: 430px;
}

#header .languages {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	right: 240px;
	top: 12px;
}

#header .languages li {
	width: 50px;
	height: 30px;
	float: left;
	text-align: center;
	background: #858585;
}

#header .languages li.separator {
	width: auto;
}

#header .languages li a, #header .languages li strong {
	color: #000000;
	margin-top: 7px;
}

#header .languages li.first {
	background: #858585;
}

#header .languages li.last {
	background: #858585;
}

#header .logo {
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 0;
}

#header .logo a {
	display: block;
}

/*basket*/
#basket {
	width: 226px;
}

#basket .info {
	width: 112px;
}

#basket {
	margin: 12px 0;
	text-align: left;
}

#brickStore {
	width: 164px;
	height: 14px;
	padding: 8px 20px;
	margin-bottom: 5px;
	background: url(../image/default/bamstore.png) 0 0 no-repeat;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

#basket .info {
	padding-top: 2px;
	float: left;
}

#basket .info p {
	margin-top: 0;
	margin-bottom: 12px;
}

#basket .info span {
	float: left;
}

#basket .info strong {
	float: right;
}

#basket .basketIcon {
	width: 50px;
	height: 47px;
	float: left;
	background: url(../image/default/basket.png) 0 0 no-repeat;
}

#basket .basketIcon.full {
	width: 50px !important;
	background: url(../image/default/basket_full.png) 0 0 no-repeat;
}

#basket .basketIcon a {
	display: block;
	height: 100%;
}

/*basket*/
/*header*/

/*topMenu*/
#topMenu {
	margin: 20px 0 0 0;
}

body#homepage #topMenu {
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	z-index: 1;
	margin: 0;
}

#topMenu #logosBar {
	background: #F9F9F9;
	padding: 1px 15px;
	text-align: center;
}

#topMenu #logosBar a {
	display: inline-block;
	margin: 0 10px;
}

#topMenu .tabs {
	float: left;
	overflow: hidden;
}

#topMenu .tabsContainer {
	overflow: hidden;
	height: 55px;
}

#topMenu .tabs li {
	float: left;
	margin-right: 6px;
	background: none repeat scroll 0 0 #858585;
}

.menuButton span {
	vertical-align: top;
}

.menuButton .textContainer {
	height: 55px;
 }

.menuButton .textContainer strong {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	padding-top: 13px;
}

.menuButton.active .textContainer strong {
	text-decoration: underline;
}

/*carousel*/
.carousel {
	overflow: hidden;
}

.carousel .arrow {
	width: 31px;
	height: 31px;
	margin-top: 55px;
	display: inline-block;
}

.carousel .arrow.left {
	background: url(../image/default/arrowleft.png) 0 0 no-repeat;
	float: left;
}

.carousel .arrow.right {
	background: url(../image/default/arrowright.png) 0 0 no-repeat;
	float: right;
}

.carousel .itemsContainer {
	width: 780px;
	margin: 0 auto;
	text-align: center;
}

.carousel .items {
	height: 140px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.carousel .items ul {
	position: absolute;
	width: 9999px;
	overflow: hidden;
}

.carousel li {
	float: left;
	width: 365px;
	height: 120px;
	margin-top: 10px;
	border: 1px solid #d4d4d4;
	background: #ffffff;
}

.carousel li.empty {
	width: 367px;
	border: none;
	background: none;
}

.carousel .separator.vertical {
	height: 100px;
	margin: 20px 22px 0 22px;
}

/*carouselItem*/
.carouselItem {
	height: 100%;
	line-height: 120px;
	overflow: hidden;
}

.carouselItem > a {
	float: left;
	margin-left: 5px;
}

.carouselItem img, .carouselItem .info {
	vertical-align: middle;
}

.carouselItem .info {
	line-height: normal;
	float: right;
	width: 218px;
	margin-top: 10px;
}

/*carouselItem*/

.bullets {
	margin-top: 5px;
	display: inline-block;
}

.bullet {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 2px;
	background: url(../image/default/bullet.png) 0 0 no-repeat;
}

.bullet.active {
	background: url(../image/default/bullet_active.png) 0 0 no-repeat;
}

/*carousel*/

/*viewsContainer*/
.viewsContainer {
	border-top: 6px solid #000000;
}

.views {
	background: #F9F9F9;
	min-height: 145px;
	padding: 0 15px 5px 15px;
}

/*viewsContainer*/
/*topMenu*/

/*contentContainer*/
#contentContainer {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#contentContainer #leftContainer, #contentContainer #middleContainer {
	float: left;
	width: 250px;
}

#contentContainer #middleContainer {
	float: right;
	width: 630px;
	margin-left: 20px;
}

/*contentContainer*/

/*actualities*/
#actualities .item p {
	margin: 5px 0 0 23px;
}

#actualities .item p span {
	width: 100px;
}

#actualities .item {
	margin-bottom: 10px;
}

/*actualities*/

/*mainMenu*/
#mainMenu .items ul a, #siteMap .navigation a {
	color: #666666;
	text-decoration: underline;
}

#mainMenu .items .inner {
	display: none;
	margin: 5px 0 0 0;
}

#siteMap .navigation li ul {
	margin: 5px 0 0 0;
}

#mainMenu .items .inner li {
	background: url(../image/default/mainmenu_inneritem.png) 0 0 no-repeat;
	margin-bottom: 0;
}

#mainMenu .items .inner li.last {
	background: url(../image/default/mainmenu_inneritem_last.png) 0 0 no-repeat;
}

#mainMenu .items li, #siteMap .navigation li {
	padding-left: 25px;
	background: url(../image/default/mainmenu_item.png) 0 0 no-repeat;
	height: 16px;
	margin-bottom: 6px;
}

#siteMap .navigation li {
	min-height: 16px;
	height: auto;
}

#siteMap .navigation li ul li {
	background: none;
}

#mainMenu .items li.expandable {
	cursor: pointer;
	background: url(../image/default/mainmenu_item_expandable.png) 0 0 no-repeat;
	height: auto;
	min-height: 16px;
}

#mainMenu .items li.expandable.expanded .inner {
	display: block;
}

#mainMenu .items .special {
	margin-bottom: 20px;
}

#mainMenu .items .special a {
	color: #42A7FF;
}

#mainMenu .search .whisperer .separator {
	margin-bottom: 5px;
}

#mainMenu .searchButton {
	text-indent: -999px;
	width: 49px;
	height: 44px;
	background: url(../image/default/searchicon.png) 0 0 no-repeat;
}

#mainMenu .search {
	text-align: left;
}

#mainMenu .search form {
	padding-left: 10px;
	overflow: hidden;
	background: #343434 url(../image/default/glamour_background_small.png) 0 0 repeat-x;
}

#mainMenu .search form * {
	vertical-align: middle;
}

#mainMenu .search form input {
	width: 155px;
	padding: 4px 0 3px 0;
	border: 0px solid #cbcbcb;
	border-width: 1px 0;
}

#mainMenu .search .whisperer {
	display: none;
	padding: 0 10px 10px 10px;
}

#mainMenu .whisperer ul {
	margin-left: 35px;
}

#mainMenu .whisperer ul li {
	padding-bottom: 2px;
}

#mainMenu .whisperer a {
	color: #ffffff;
	text-decoration: underline;
}

#mainMenu .search .whisperer {
	background: #343434 url(../image/default/glamour_background.png) 0 0 repeat-x;
}

/*mainMenu*/

/*content*/
#content #contentHeader {
	padding: 10px;
	background: #343434 url(../image/default/glamour_background.png) 0 0 repeat-x;
}

#content #contentHeader .desc {
	margin: 1em 0 0 0;
	padding: 0 1em 0 35px;
	line-height: 1.4;
	color: #d8d8d8;
	background: url(../image/default/arrowright.png) 0 0 no-repeat;
}

#content #contentHeader .desc h2, #content #contentHeader .desc h3 {
	margin: 1em 0 0.5em 0;
}

#content #contentHeader.small {
	background: #343434 url(../image/default/glamour_background_small.png) 0 0 repeat-x;
}

#content #contentHeader .title {
	font-size: 22px;
	color: #ffffff;
	font-weight: normal;
	display: block;
}

#content #contentHeader form {
	overflow: hidden;
}

#contentHeader form input, #contentHeader form label {
	vertical-align: middle;
}

#contentHeader form fieldset {
	margin: 10px 10px 0 0;
	width: 295px;
	float: left;
}

#contentHeader form button {
	margin-left: 35px;
}

#contentHeader form div {
	margin-left: 35px;
}

#contentHeader form input {
	margin-right: 5px;
}

#contentHeader form .buddies {
	display: inline-block;
	margin: 0;
	width: 87px;
	margin-right: 15px;
	overflow: hidden;
	white-space: nowrap;
}

#content .item select {
	width: 210px;
}

#contentHeader form label a {
	color: #ffffff;
	text-decoration: none;
}

#content .items {
	background: #F9F9F9;
	border: solid #ffffff;
	border-width: 0 1px;
	padding: 1px 10px 10px 10px;
	text-align: center;
}

#content .item {
	background: #ffffff;
	overflow: hidden;
	margin-top: 6px;
	text-align: left;
	position: relative;
}

#content .item.list {
	overflow: visible;
}

#content .item .wrap {
	overflow: hidden;
}

#content .item select {
	width: 210px;
}

#content .item.article {
	background: none;
}

#content .item .infoContainer > a {
	display: inline-block;
	float: left;
	margin-left: 5px;
}

#content .item .infoContainer {
	float: left;
	width: 365px;
	overflow: hidden;
	margin: 10px 0;
}

#content .item.list .gallery {
	position: absolute;
	z-index: 15;
	top: 10px;
	left: 130px;
}

#content .item.list .gallery .images {
	padding-bottom: 2px;
}

#content .item.list .gallery img {
	display: inline-block;
	margin-right: 4px;
	border: 1px solid #1988C3;
}

#content .item.list .gallery .wrap {
	background: #cdcdcd;
}

#content .gallery {
	float: left;
	width: 259px;
	padding: 0 5px;
}

#content .gallery img {
	display: block;
	margin: 0;
	padding: 0;
}

#content .gallery .wraper {
	background: #cdcdcd;
	padding: 0 5px 3px 5px;
	text-align: center;
}

#content .gallery h3 {
	font-size: 14px !important;
	padding: 3px 0 5px 8px !important;
	background: #cdcdcd !important;
	margin: 0 !important;
}

#content .gallery a {
	display: inline-block;
	border: 1px solid #1988C3;
	margin: 0;
	padding: 0;
}

#content .gallery .images {
	margin: 5px auto 0 auto;
	width: 244px;
}

#content .gallery .images a {
	margin: 4px 0 0 4px;
}

#content .gallery .images .wraper {
	background: #dcdcdc;
	padding: 0 5px;
	text-align: left;
}

#content .item.detail {
	padding: 10px;
	background: none;
}

#content .item.detail .additionalInfo {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#content .item.detail .additionalInfo p {
	margin-left: 35px;
}

#content .item.detail .buyContainer, #content .item.detail .info {
	width: 310px;
	float: right;
}

#content .item.detail .buyContainer {
	margin-top: 20px;
}

.buyContainer actionButton {
	float: left;
}

.buyContainer .social {
	float: right;
	background: url(../image/default/actionbutton_blue_social.png) no-repeat;
	width: 81px;
	height: 24px;
	overflow: hidden;
}

.social a {
	display: inline-block;
	margin: 0 4px 0 2px;
	height: 24px;
}

.buyContainer fieldset {
	overflow: auto;
}

#content .item .info {
	width: 218px;
	float: right;
}

#content .item .buyContainer {
	float: left;
	width: 215px;
	margin: 10px 0;
}

#content .buyContainer fieldset {
	margin-bottom: 6px;
}

#content .buyContainer fieldset label {
	display: inline-block;
	width: 70px;
}

#content .separator.vertical {
	float: left;
	margin: 10px 10px;
	height: 110px;
	border-right: 1px solid #f6f6f6 !important;
}

#content .separator.horizontal {
	margin-top: 5px;
}

#content .item button {
	margin-right: 10px;
}

#paging {
	display: inline-block;
	margin-top: 10px;
}

#paging a, #paging em {
	color: #1b6c99;
}

#paging span {
	margin: 0 10px;
}

#paging .fullarrow.left {
	padding-left: 22px;
	background: url(../image/default/paging_arrowfull_left.png) 0 0 no-repeat;
}

#paging .fullarrow.right {
	padding-right: 22px;
	background: url(../image/default/paging_arrowfull_right.png) right top no-repeat;
}

#paging .simplearrow.left {
	padding-left: 15px;
	background: url(../image/default/paging_arrowsimple_left.png) 0 0 no-repeat;
}

#paging .simplearrow.right {
	padding-right: 15px;
	background: url(../image/default/paging_arrowsimple_right.png) right top no-repeat;
}

#paging .noact {
	color: #666666;
}

/*priceSlider*/
#priceSlider {
	overflow: hidden;
	height: 40px;
}

#priceSlider .sliderContainer {
	width: 326px;
	margin: 6px auto;
	float: right;
}

#priceSlider .slider {
	width: 200px;
}

#priceSlider .title {
	float: left;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	margin: 9px 0 0 18px;
}

/*priceSlider*/

/*sort*/
#sorter {
	text-align: left;
	padding: 0 18px;
}

#sorter select, #sorter button {
	margin-right: 10px;
	vertical-align: middle;
}

#sorter label {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

/*sort*/

/*forms*/
.commonForm {
	text-align: left;
	margin-top: 20px;
}

.commonForm h1 {
	overflow: hidden;
	margin-bottom: 10px;
}

.commonForm h1 strong {
	font-size: 22px;
	color: #42A7FF;
	float: left;
}

.commonForm h1 span strong {
	color: red;
	font-weight: bold;
}

.commonForm h1 span {
	font-size: 14px;
	padding-top: 6px;
	color: #666666;
	float: right;
}

.commonForm form fieldset {
	margin-bottom: 10px;
}

.commonForm form legend {
	display: block;
	font-size: 16px;
	color: #000000;
	padding-bottom: 5px;
}

.commonForm form label em {
	width: 418px;
}

.commonForm form label strong {
	display: inline-block;
	width: 150px;
	text-align: right;
}

.commonForm form fieldset div {
	margin: 0 0 8px 20px;
}

.commonForm input {
	margin-right: 5px;
}

.commonForm input, .commonForm label {
	vertical-align: middle;
}

.commonForm fieldset p {
	margin-top: 2px;
	padding-top: 4px;
	border-top: 1px solid #dfdfdf;
	color: #666666;
}

p.error {
	color: #ffffff !important;
	padding: 2px 5px !important;
	border: 4px solid #155c85 !important;
	background: #1d6996 !important;
}

.contactDetails label {
	width: 150px;
	display: inline-block;
}

.contactDetails label strong {
	font-weight: bold;
	color: red;
}

.payment {
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.payment legend {
	position: absolute;
	left: 0;
	top: 3px;
}

/*forms*/

/*articles*/
.article h1 {
	font-size: 24px;
	color: #42A7FF;
	margin: 5px 0 8px 0;
}

.article h2 {
	font-size: 18px;
	color: #343434;
	font-style: italic;
	margin: 5px 0 8px 0;
}

.article h3 {
	font-size: 16px;
	color: #42A7FF;
	text-decoration: underline;
	margin: 5px 0 8px 0;
}

.article h4 {
	font-size: 14px;
	color: #343434;
	text-decoration: underline;
	font-style: italic;
	margin: 5px 0 8px 0;
}

.article em {
	font-style: italic;
}

.article strong {
	font-style: italic;
}

#content table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

#content table caption {
	font-size: 18px;
	color: #42A7FF;
}

#content table th, #content table td {
	padding: 5px 8px;
}

#content table.horizontal th {
	margin: 0 4px;
	border-bottom: 2px solid #42A7FF;
	text-align: left;
}

#content table.horizontal td {
	color: #666666;
}

.vzebra-odd {
	background: #7fdbfa;
}

.vzebra-even {
	background: #abe4f6;
}

/*articles*/
/*content*/

/*footer*/
#footer {
	margin-top: 20px;
	height: 244px;
	line-height: 244px;
	text-align: center;
}

#footer .container {
	line-height: normal;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
}

#footer .container .content {
	height: 190px;
	padding: 10px 20px;
	background: #F9F9F9;
}

#footer .footerElement {
	width: 250px;
}

#footer .separator {
	margin: 0 20px !important;
	height: 100%;
}

#footer .footerElement, #footer .separator {
	float: left;
}

#footer .importantLinks ul {
	margin-left: 35px;
	list-style: disc;
	list-style-position: inside;
}

#footer .importantLinks li {
	margin-bottom: 4px;
}

#footer .footerElement a {
	color: #000000;
	text-decoration: underline;
}

#footer .location {
	position: relative;
}

#footer .location div {
	margin-left: 0;
}

#footer .location object {
	width: 190px;
	height: 160px;
	border: 1px solid #ffffff;
}

#footer .magnifyButton {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 32px;
}

#footer .contacts dl {
	margin-left: 35px;

	/* úprava pro skype.com zvýrazňování */
	overflow: visible;
}

#footer .contacts dl.indent {
	margin-left: 50px;
}

#footer .contacts h4 {
	margin: 10px 0 4px 35px;
	font-size: 12px;
}

#mailBubble {
	position: fixed;
	z-index: 20 !important;
	display: none;
	top: 50%;
	left: 50%;
	margin-left: -160px;
	margin-top: -94px;
	width: 320px;
}

#mailBubble fieldset {
	padding-bottom: 5px;
}

#mailBubble label {
	width: 120px;
	display: inline-block;
}

#mailBubble input {
	width: 150px;
}

#mailBubble textarea {
	vertical-align: top;
	height: 80px;
	width: 150px;
}

#mailBubble .content {
	background: #cfcfcf url(../image/default/mailbubble_background.png) 0 0 repeat-x !important;
}

#mapBubble {
	position: absolute;
	z-index: 20 !important;
	top: -460px;
	right: -345px;
	width: 430px;
	display: none;
}

#mapBubble .content {
	background: #cfcfcf url(../image/default/mapbubble_background.png) 0 0 repeat-x !important;
}

#mapBubble .close, #mailBubble .close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: url(../image/default/closebubble.png) 0 0 no-repeat;
	z-index: 25;
	cursor: pointer;
}

#modal {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../image/default/popupbackground.png) 0 0 repeat;
	z-index: 10;
	cursor: pointer;
}

#mapBubble h5, #mailBubble h5 {
	font-size: 18px;
	font-weight: normal;
	color: #42A7FF;
	margin-bottom: 10px;
}

#footer .location #mapBubble .content, #mailBubble .content {
	height: auto;
	border: 0 solid #ffffff;
	border-width: 0 1px 0 1px;
	padding: 0 10px;
}

#footer .location #mapBubble object {
	width: 410px;
	height: 400px;
}

/*footer*/

/* starý internet explorer varování */
#warningOldIE {
	z-index: 10000000;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #F9FFD0;
	height: 35px;
	width: 100%;
	clear: both;
	line-height: 35px;
	color: #000;
	font-size: 13px !important;
	text-align: center;
	overflow: hidden;
}

#warningIE6 strong {
	font-weight: bold;
}

.clean {
	clear: both;
}

.x-slider {
	zoom: 1;
}

.x-slider-inner {
	position: relative;
	left: 0;
	top: 0;
	overflow: visible;
	zoom: 1;
}

.x-slider-focus {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	-moz-outline: 0 none;
	outline: 0 none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: ignore;
	display: block;
	overflow: hidden;
}

/* horiyontální posuvník */
.x-slider-horz {
}

.x-slider-horz .x-slider-end {
	zoom: 1;
}

.x-slider-horz .x-slider-inner {
	background: transparent repeat-x 0 0;
	height: 27px;
}

.x-slider-horz .x-slider-thumb {
	width: 20px;
	height: 27px;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent no-repeat 0 0;
}

.x-slider-horz .x-slider-thumb-over {
}

.x-slider-horz .x-slider-thumb-drag {
}

.x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner {
	background-image: url(../image/default/slider-bg.png);
}

.x-slider-horz .x-slider-thumb {
	background-image: url(../image/default/slider-thumb.png);
}

/* horiyontální posuvník */

/* vertikální posuvník */
.x-slider-vert {
	padding-top: 7px;
	background: transparent no-repeat -44px 0;
	width: 22px;
}

.x-slider-vert .x-slider-end {
	padding-bottom: 7px;
	zoom: 1;
	background: transparent no-repeat -22px bottom;
}

.x-slider-vert .x-slider-inner {
	background: transparent repeat-y 0 0;
}

.x-slider-vert .x-slider-thumb {
	width: 15px;
	height: 14px;
	position: absolute;
	left: 3px;
	bottom: 0;
	background: transparent no-repeat 0 0;
}

.x-slider-vert .x-slider-thumb-over {
	background-position: -15px -14px;
}

.x-slider-vert .x-slider-thumb-drag {
	background-position: -30px -28px;
}

/* vertikální posuvník */

.galleryComponent {
	width: 630px;
	height: 362px;
	background: #F9F9F9;
	margin: 20px 0 10px 0;
}

.galleryComponent .wrap {
	overflow: hidden;
	background: url(../image/default/gallerydock.png) center bottom no-repeat;
}

#gallery {
	width: 500px;
	height: 335px;
	float: left;
	position: relative;
}

#gallery .item {
	display: none;
	position: absolute;
	width: 384px;
	height: 240px;
	border: 2px solid #8a8a8a;
	background: white;
}

#gallery .infoBox {
	position: absolute;
	right: 15px;
	bottom: 15px;
	overflow: hidden;
	width: 202px;
	height: 88px;
	color: white;
}

#gallery .infoBox .content {
	padding: 9px 0;
	width: 178px;
	height: 70px;
	float: left;
	overflow: hidden;
	background: url(../image/default/infoboxcontent.png) repeat-x;
}

#gallery .infoBox .wrap {
	width: 90px;
	background: none;
	display: inline-block;
}

#gallery .infoBox .wrap.full {
	width: 178px;
}

#gallery .infoBox .content img {
	margin-right: 5px;
}

#gallery .infoBox h1 {
	font-size: 14px;
	margin: 0 0 4px 0;
}

#gallery .infoBox p {
	margin: 0 0 9px 0;
	padding: 0;
}

#gallery .item.left {
	display: block;
	z-index: 1;
}

#gallery .item.futureLeft {
	z-index: 1 !important;
	border: 2px solid #8a8a8a !important;
}

#gallery .item.center {
	display: block;
	z-index: 2;
	border: 3px solid #003F75;
	width: 400px;
	height: 250px;
}

#gallery .item.futureCenter {
	z-index: 2 !important;
	border: 3px solid #1988c3 !important;
}

#gallery .item.right {
	display: block;
	z-index: 1;
}

#gallery .item.futureRight {
	z-index: 1 !important;
	border: 2px solid #8a8a8a !important;
}

#galleryPreviousButton {
	width: 50px;
	height: 50px;
	float: left;
	margin-top: 156px;
	padding-left: 15px;
	background: url(../image/default/galleryleftbutton.png) right top no-repeat;
	cursor: pointer;
}

#galleryNextButton {
	width: 50px;
	height: 50px;
	float: left;
	margin-top: 156px;
	padding-right: 15px;
	background: url(../image/default/galleryrightbutton.png) left top no-repeat;
	cursor: pointer;
}