/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
}
body, div, span, a, img, p, td, tr, table, h1, h2, h3, h4, form, ul, li, dl, dt, dd, label, fieldset {
	margin:0;
	border:0;
	padding:0;
}
body {
	background:white url(headerBg.gif) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	font-size: 11px;
}
input, select, textarea {
	color: #7a7a7a;
}
a {
	color: #7a7a7a;
	text-decoration: none;
}
#backgroundWrapper{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	height:160px;
	width:100%;
	
}
#pageWrapper{
	position: relative;
	margin: 0 auto 0 auto;
	width: 980px;
	padding:0px;
	text-align: center;
}
.hideSubmit {
	position: absolute !important;
	z-index: 0 !important;
	width: 0px !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px solid #000 !important;
}
#mainWrapper{
	position: relative;
	float: left;
	width: 980px;
	text-align: left;
}
/*-------------------------------HEADER-------------------------------------*/
#headerWrapper{
	width:980px;
	height:120px;
	text-align: left;
	overflow: hidden;
	padding-bottom: 5px;
	background-position: center 14px;
	background-repeat: no-repeat;
}
#logoWrapper{
	position: absolute;
	width: 154px;
	height: 61px;
	float: left;
	top: 50px;
	left: 0;
}
#logoWrapper a {
	position: relative;
	float: left;
	width: 154px;
	height: 61px;
	background: url(logo.gif) no-repeat top left;
}
#headerMenu1 {
	position: relative;
	float: left;
	margin-left: 60px;
	color: #4e94c7;
	padding-top: 18px;
}
#headerMenu1 span {
	padding: 5px 0 0 10px;
	background: url(headerMenuSeparatorBg.gif) no-repeat top left;
}
#headerMenu2 {
	position: relative;
	float: right;
	margin-right: 100px;
	color: #fff;
	padding-top: 18px;
}
#headerMenu2 a {
	padding: 5px 0 0 10px;
	background: url(headerMenuSeparatorBg.gif) no-repeat top left;
	color: #fff;
	text-decoration: none;
}
#headerMenu2 a span.print {
	background: url(printIconBg.gif) no-repeat bottom right;
	padding-right: 20px;
}
#searchWrapper{
	position: absolute;
	right: 0;
	top: 60px;
	width: 180px;
	color: #fff;
	font-weight: bold;
}
#searchWrapper input{
	width: 178px;
	font-size: 12px;
	height: 18px;
	border: 1px solid #7e9db9;
	background: #fff;
}
#topMenuWrapper{
	position: absolute;
	left: 200px;
	top: 91px;
}
#topMenuWrapper a {
	position: relative;
	float: left;
	background: url(topMenuMainSeparatorBg.gif) no-repeat bottom left;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 0 5px 5px 10px;
}

/*------------------------------------------LEFT & RIGHT MENU-----------------------------------------*/
#leftMenuWrapper {
	position: relative;
	float: left;
	width: 180px;
	padding-right: 10px;
}
#rightMenuWrapper {
	position: relative;
	float: right;
	width: 180px;
}
.menuCustomContainer {
	position: relative;
	float: left;
	width: 180px;
	margin-bottom: 10px;
}
.menuCustomContainer img, .menuCustomContainer object {
	position: relative;
	float: left;
	width: 180px;
}
.menuOutterBox {
	position: relative;
	float: left;
	width: 174px;
	border: 1px solid #9a9a9a;
	padding: 2px;
	margin-bottom: 10px;
	background: #fff;
}
.menuOutterBox .title {
	position: relative;
	float: left;
	width: 157px;
	padding: 4px 2px 4px 15px;
	background: #004e96;
	overflow: hidden;
	margin-bottom: 2px;
	color: #fff;
	font-weight: bold;
}
.menuOutterBox .title a {
	color: #fff;
}
.menuOutterBox .title a:hover {
	color: #7cbce8;
}
.menuInnerBox {
	position: relative;
	float: left;
	width: 174px;
	background: url(menuBg.jpg) no-repeat top left #fff;
	overflow: hidden;
}
.menuInnerBox ul {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.menuInnerBox ul li {
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
    list-style: none;
}
.menuInnerBox ul li a {
	display: block;
	background: url(menuListDotBg.gif) no-repeat 5px 6px;
	padding: 2px 0 2px 15px
}
.menuInnerBox ul li a.active, .menuInnerBox ul li a:hover {
	background: url(menuListDotBg.gif) no-repeat 5px 6px #e5e5e5;
}
.menuInnerBox ul li a.selectedFilter {
	background: url(menuFilterSelected.gif) no-repeat 3px 4px !important;
	padding-left: 20px !important;
}
.menuInnerBox ul li a.selectedFilter:hover {
	background: url(menuFilterSelected.gif) no-repeat 3px 4px #e5e5e5!important;
}
.menuInnerBox .separator {
	position: relative;
	float: left;
	width: 100%;
	height: 10px;
	background: url(menuSeparator.gif) no-repeat center center;
}
.menuInnerBox .separator1 {
	position: relative;
	float: left;
	width: 100%;
	height: 4px;
	background: url(menuSeparator1.gif) no-repeat center center;
}
.menuInnerBox span {
	position: relative;
	float: left;
	font-size: 9px;
	padding: 3px 0 3px 5px;
}
.menuInnerBox span.basket {
	font-size: 12px;
}
.menuInnerBox span.basket a {
	background: url(menuBasketBg.gif) no-repeat top left;
	padding: 3px 0 0 25px;
	display: block;
}
.menuInnerBox span.toBasket {
	font-size: 12px;
	width: 100%;
}
.menuInnerBox span.toBasket a {
	background: url(menutoBasket.gif) no-repeat top left;
	padding: 3px 0 0 25px;
	display: block;
}
.menuInnerBox span.value {
	position: relative;
	float: right;
	padding-right: 5px;
	white-space: nowrap;
}
.menuInnerBox span.caption {
	position: relative;
	float: left;
	padding-left: 5px;
	font-size: 12px;
}
.menuInnerBox .full_text {
	font-size: 10px;
}
.menuInnerBox .inputField {
	position: relative;
	float: left;
	border: 1px solid #9a9a9a;
	font-size: 10px;
	padding: 3px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 155px;
}
.menuInnerBox .button {
	position: relative;
	float: right;
	margin-right: 6px;
	background: #fff;
	padding: 2px;
	border: 1px solid #9a9a9a;
	font-size: 11px;
	margin-bottom: 5px;
}
.menuInnerBox .button span {
	position: relative;
	float: left;
	background: #004e96;
	color: #fff;
	padding: 3px 5px 2px 5px;
	cursor: pointer;
}
.menuInnerBox .message {
	color: #ff0000;
	font-size: 11px;
}
.menuOutterBox.filterMenu .title {
	background: #7cbce8;
}

.menuOutterBox.filterMenu .menuInnerBox .title {
	padding: 5px 2px 2px 15px;
	background: none;
	overflow: hidden;
	color: #7cbce8;
}


.menuOutterBox.filterMenu .menuInnerBox ul li a {
	display: block;
	background: url(menuListDotFilterBg.gif) no-repeat 5px 6px;
	padding: 2px 0 2px 15px
}
.menuOutterBox.filterMenu .menuInnerBox ul li a.active, .menuOutterBox.filterMenu .menuInnerBox ul li a:hover {
	background: url(menuListDotFilterBg.gif) no-repeat 5px 6px #e5e5e5;;
}
/*------------------------------------------BREADCRUMBS-----------------------------------------*/
#breadcrumsWrapper{
	position: relative;
	float: left;
	width: 590px;
	padding: 2px 5px;
	background: #d9d9d9;
	margin-bottom: 5px;
}

/*------------------------------------------CONTENT-----------------------------------------*/
#contentWrapper {
	position: relative;
	float: left;
	width: 600px;
	padding-bottom: 10px;
}
.categoryImage {
	position: relative;
	float: left;
	width: 600px;
	padding-bottom: 10px;
}
#contentWrapper #banner {
	position: relative;
	float: left;
	width: 600px;
	margin-bottom: 10px;
	overflow: hidden;
}
#contentWrapper #banner .activeLink {
	cursor: pointer;
}
#contentWrapper .nav {
	position: relative;
	float: left;
	padding-bottom: 10px;
}
#contentWrapper .nav ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
#contentWrapper .nav ul li {
	position: relative;
	float: left;
	margin-right: 3px;
	border: 1px solid #9a9a9a;
}
#contentWrapper .nav ul li a {
	display: block;
	padding: 1px 3px;
}
#contentWrapper .nav ul li a:hover {
	background: #e8e8e8;
}
#contentWrapper .nav ul li.sldShowButtonActive {
	background: #e8e8e8;
}
#contentWrapper .bannerNoImages {
	background: url(categoryImage.jpg) top left no-repeat;
}
#contentWrapper #banner img {
	position: relative;
	float: left;
	width: 600px;
}
#contentWrapper table {
	position: relative;
	float: left;
	width: 600px;
}
#contentWrapper table .row1 {
	background: #e8e8e8;
}
#contentWrapper table td {
	padding: 2px 0 2px 10px;
}
#contentWrapper table td.right {
	text-align: right;
	padding-right: 10px;
}
.item {
	position: relative;
	float: left;
	width: 100%;
}
.item h1 {
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	background: url(itemHeaderBg.gif) repeat-x bottom left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	color: #3174ab;
}
.item h2 {
	position: relative;
	font-size: 12px;
	margin: 10px 0;
	color: #3174ab;
}
.item .content {
	position: relative;
	float: left;
	width: 100%;
}
.item .content ul {
	padding-left: 20px;
}
.item .imgs {
	position: relative;
	float: right;
	width: 100px;
	margin: 0 0 5px 15px; 
}
.item .content img {
	position: relative;
	float: right;
}
.item .content a {
	color: #ff7200;
	text-decoration: underline;
}
.item .content a:hover {
	color: #d40000;
	text-decoration: none;
}
.item .files {
	position: relative;
	float: left;
	margin: 0;
	padding:0;
	padding-left: 20px;
	list-style-type: disc;
}
.item .files a {
	color: #ff6500;
}
.itemListHeader {
	position: relative;
	float: left;
	width: 100%;
	background: #d9d9d9;
	margin-bottom: 5px;
}
.itemListHeader span {
	position: relative;
	float: left;
	padding: 4px 5px 0 5px;
	font-weight: bold;
}
.itemListHeader select {
	position: relative;
	float: right;
	padding: 0;
	border: 1px solid #9a9a9a;
	font-size: 10px;
	margin: 3px 5px;
}
.itemListContainer {
	position: relative;
	float: left;
	width: 100%;
	background: url(listItemBg.gif) repeat-x;
	margin-bottom: 5px;
}
.itemListImage {
	position: relative;
	float: left;
	width: 90px !important;
	height: 90px !important;
	margin: 10px;
	overflow: hidden;
	border: 1px solid #9a9a9a;
	background: #fff;
	cursor: pointer;
}
.itemNoImage {
	width: 88px;
	height: 88px;
	background: url(itemNoImage.jpg) no-repeat left top;
}
.itemListImageMultiple {
	margin: 0 10px 10px 0;
}
.itemListImage td {
	vrtical-align: middle;
	padding: 0 !important;
	text-align: center;
}
.itemListInfoContainer {
	position: relative;
	float: left;
	width: 318px;
	padding: 10px 10px 10px 0;
}
.itemListInfoContainerCategory {
	width: 580px;
	padding: 10px;
}
.itemListInfoContainer h1 {
	position: relative;
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
}
.itemListInfoContainer h1 a {
	color: #3174ab;
}
.itemListInfoContainer .characteristics {
	position: relative;
	float: left;
	width: 100% !important;
	height: 20px;
	color: #3174ab;
	font-size: 12px;
}
.itemListInfoContainer .characteristics td {
	padding: 0 !important;
	margin: 0 !important;
}
.itemListInfoContainer .special {
	position: relative;
	float: left;
	width: 100% !important;
}
.itemListInfoContainer .special td {
	padding: 0 !important;
	margin: 0 !important;
}
.itemListInfoContainer .special td.offer {
	height: 23px;
	padding-bottom: 5px !important;
	vertical-align: bottom;
	color: #a308bd;
	font-size: 10px;
}
.itemListInfoContainer .special td.offer .discount20, .itemListInfoContainer .special td.offer .new, .itemListInfoContainer .special td.offer .gift {
	position: relative;
	float: left;
	width: 23px;
	height: 23px;
	padding-right: 5px;
}
.itemListInfoContainer .special td.offer span {
	position: relative;
	float: left;
	height: 10px;
	padding-right: 30px;
	padding-top: 5px;
	background: url(itemListDiscount.gif) top right no-repeat;
}
.itemListInfoContainer .special td.offer .discount20 {
	background: url(itemListDiscount20.gif) no-repeat;
}
.itemListInfoContainer .special td.offer .new {
	background: url(itemListNew.gif) no-repeat;
}
.itemListInfoContainer .special td.offer .gift {
	background: url(itemListGift.gif) no-repeat;
}
.itemListInfoContainer .special td.info {
	padding-top: 5px !important;
	padding-left: 5px !important;
	border-top: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	font-size: 10px;
}
.itemListInfoContainer .special td.last {
	border-right: none;
}
.itemListInfoContainer .special td.infodesc {
	padding-top: 5px !important;
	padding-left: 5px !important;
	font-size: 10px;
	color: #3174ab;
}
.itemListInfoContainer .special td.infodesc .star {
	position: relative;
	float: left;
	width: 8px;
	height: 8px;
	padding-right: 2px;
	margin-top: 2px;
	background: url(listItemInfoStar.gif) no-repeat top left;
}
.itemListInfoContainer .special td.infodesc .fullstar {
	background: url(listItemInfoFullStar.gif) no-repeat top left;
}
.itemListInfoContainer .special td.infodesc .halfstar {
	background: url(listItemInfoHalfStar.gif) no-repeat top left;
}
.itemListInfoContainer .special td.info a, .itemListInfoContainerCategory a {
	background: url(listItemLinkBg.gif) no-repeat center left;
	padding-left: 8px;
	color: #3174ab;
}
.itemListPrice {
	position: relative;
	float: right;
	width: 150px;
	padding: 10px 10px 10px 0;
}
.itemListPrice .priceRow {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #9a9a9a;
	padding: 3px 0;
}
.itemListPrice .noborder {
	border-bottom: none;
}
.itemListPrice .priceRow span {
	position: relative;
	float: left;
	color: #7a7a7a;
}
.itemListPrice .priceRow span.price {
	float: right;
	padding-right: 5px;
}
.itemListPrice .priceRow span.special {
	color: #3174ab;
	font-weight: bold;
}
.newsContainer {
	position: relative;
	float: left;
	width: 560px;
	background: #e5e5e5;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.newsContainer h1 {
	position: relative;
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.newsContainer h2 {
	position: relative;
	float: left;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #3174ab;
}
.newsContainer h2 a {
	color: #3174ab;
}
.newsContainer .item {
	position: relative;
	float: left;
	width: 170px;
	height: 122px;
	margin-bottom: 10px;
	overflow: hidden;
}
.newsContainer .item img {
	position: relative;
	border: 1px solid #9a9a9a;
	background: #fff;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.newsContainer .more {
	position: relative;
	float: right;
}
.newsContainer .delimiter {
	position: relative;
	float: left;
	width: 1px;
	height: 122px;
	background: #9a9a9a;
	margin: 0 10px;
	overflow: hidden;
}
.pager {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	border-top: 1px solid #9a9a9a;
	padding-top: 5px;
	font-size: 12px;
}
.pager a {
	color: #3174ab;
}
.pager img {
	vertical-align: middle;
}
.pager .first {
	width: 16px;
	height: 15px;
	background: url(navigationFirst.jpg) no-repeat left top;
}
.sitemapUL {
	padding-left: 20px;
}
.sitemapUL a {
	color: #3174ab;
}
.nagradnaigra {
	margin-top: 10px;
}
.nagradnaigra .name {
	width: 150px !important;
}
.nagradnaigra .text {
	width: 300px !important;
}
/*------------------------------------------ITEM-----------------------------------------*/
#itemContainer {
	position: relative;
	float: left;
	width: 590px;
	padding: 5px;
	background: url(itemBg.jpg) repeat-x top left;
}
#itemContainer .itemPrice {
	position: relative;
	float: right;
	width: 165px;
}
#itemContainer .itemPrice .priceRow {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #9a9a9a;
	padding: 3px 0;
}
#itemContainer .itemPrice .noborder {
	border-bottom: none;
}
#itemContainer .itemPrice .specialoffer {
	text-align: center;
	color: #a308bd;
}
#itemContainer .itemPrice .specialoffer .offer {
	height: 10px;
	padding-right: 30px;
	padding-top: 5px;
	background: url(itemListDiscount.gif) top right no-repeat;
}
#itemContainer .itemPrice .priceRow span {
	position: relative;
	float: left;
	color: #7a7a7a;
}
#itemContainer .itemPrice .priceRow span.price {
	float: right;
	padding-right: 5px;
}
#itemContainer .itemPrice .priceRow span.specialprice {
	color: #3174ab;
	font-weight: bold;
}
#itemContainer .itemPrice .priceRow span.message {
	float: right;
	padding-right: 5px;
	color: #3174ab;
	font-weight: bold;
}
#itemContainer .itemPrice .addToCart {
	position: relative;
	float: right;
	width: 151px;
	height: 34px;
	background: url(itemAddToCartBg.jpg);
}
#itemContainer .itemContent {
	position: relative;
	float: left;
	width: 420px;
}
#itemContainer .itemContent h1 {
	position: relative;
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #3174ab;
	padding-bottom: 10px;
}
#itemContainer .itemContent .content {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
#itemContainer .itemContent .content a {
	color: #3174ab;
}
#itemContainer .itemContent .itemImgs {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
#itemContainer .itemContent .itemImgs a {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 90px;
	height: 85px;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #9a9a9a;
	background: #fff;
}
#itemContainer .infoDiv {
	position: relative;
	float: left;
	width: 100%;
	background: url(itemInfoBg.gif) no-repeat top left;
	font-size: 9px;
	padding-bottom: 20px;
}
#itemContainer .infoDiv div {
	position: relative;
	float: left;
	padding-top: 5px;
}
#itemContainer .infoDiv span {
	padding-bottom: 0px;
}
#itemContainer .infoDiv .text {
	color: #3174ab;
	padding-top: 0px;
}
#itemContainer .infoDiv .rating {
	width: 77px;
}
#itemContainer .infoDiv .star {
	position: relative;
	float: left;
	width: 8px;
	height: 8px;
	padding-right: 2px;
	margin-top: 2px;
	background: url(listItemInfoStar.gif) no-repeat top left;
}
#itemContainer .infoDiv .fullstar {
	background: url(listItemInfoFullStar.gif) no-repeat top left;
}
#itemContainer .infoDiv .halfstar {
	background: url(listItemInfoHalfStar.gif) no-repeat top left;
}
#itemContainer .infoDiv .supply {
	width: 88px;
	padding-left: 3px;
}
#itemContainer .infoDiv .warning {
	width: 110px;
	padding-left: 6px;
}
#itemContainer .technicalSheet {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#itemContainer .technicalSheet td {
	padding: 2px 5px;
}
#itemContainer .technicalSheet .caption {
	font-weight: bold;
	color: #3174ab;
	padding: 5px;
}
#itemContainer .technicalSheet tr.row1 {
	background: #e8e8e8;
}
#itemContainer .special {
	position: relative;
	float: left;
	width: 100% !important;
	padding-bottom: 20px;
}
#itemContainer .special td {
	padding: 0 !important;
	margin: 0 !important;
	width: 1%;
	white-space: nowrap;
}
#itemContainer .special td.offer {
	height: 23px;
	padding-bottom: 5px !important;
	vertical-align: bottom;
	color: #a308bd;
	font-size: 10px;
}
#itemContainer .special td.offer .discount20, #itemContainer .special td.offer .new, #itemContainer .special td.offer .gift {
	position: relative;
	float: left;
	width: 23px;
	height: 23px;
	padding-right: 5px;
}
#itemContainer .special td.offer span {
	position: relative;
	float: left;
	height: 10px;
	padding-right: 30px;
	padding-top: 5px;
	background: url(itemListDiscount.gif) top right no-repeat;
}
#itemContainer .special td.offer .discount20 {
	background: url(itemListDiscount20.gif) no-repeat;
}
#itemContainer .special td.offer .new {
	background: url(itemListNew.gif) no-repeat;
}
#itemContainer .special td.offer .gift {
	background: url(itemListGift.gif) no-repeat;
}
#itemContainer .special td.info {
	padding-top: 5px !important;
	padding-left: 5px !important;
	border-top: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	font-size: 10px;
}
#itemContainer .special td.last {
	border-right: none;
}
#itemContainer .special td.infodesc {
	padding-top: 5px !important;
	padding-left: 5px !important;
	font-size: 10px;
	color: #3174ab;
}
#itemContainer .special td.infodesc .star {
	position: relative;
	float: left;
	width: 8px;
	height: 8px;
	padding-right: 2px;
	margin-top: 2px;
	background: url(listItemInfoStar.gif) no-repeat top left;
}
#itemContainer .special td.infodesc .fullstar {
	background: url(listItemInfoFullStar.gif) no-repeat top left;
}
#itemContainer .special td.infodesc .halfstar {
	background: url(listItemInfoHalfStar.gif) no-repeat top left;
}
#itemContainer .special td.info a {
	background: url(listItemLinkBg.gif) no-repeat center left;
	padding-left: 8px;
	color: #3174ab;
}
.itemRelatedContainer {
	position: relative;
	float: left;
	width: 196px;
	padding-bottom: 30px;
}
.itemRelatedContainer h1 {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #9a9a9a;
	font-size: 12px;
	color: #3174ab;
	text-align: center;
	font-weight: bold;
}
.itemRelatedContainer .spacer {
	position: relative;
	float: left;
	width: 195px;
	height: 10px;
	border-left: 1px solid #9a9a9a;
}
.itemRelatedContainer .spacer.last {
	width: 194px;
	border-right: 1px solid #9a9a9a;
}
.itemRelatedContainer .content {
	position: relative;
	float: left;
	width: 176px;
	height: 120px;
	padding: 0 10px;
	word-wrap: break-word;
	overflow: hidden;
}
.itemRelatedContainer h2 {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	font-size: 11px;
	color: #3174ab;
	font-weight: normal;
}
.itemRelatedContainer img {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.itemRelatedContainer .more {
	position: relative;
	float: left;
	width: 176px;
	padding: 0 10px;
}
.itemRelatedContainer .more .delimiter {
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #9a9a9a;
}
.itemRelatedContainer .more a {
	position: relative;
	float: left;
	color: #3174ab;
	font-weight: bold;
}
.itemRelatedContainer .more .spaced {
	margin-top: 5px;
	margin-left: 5px;
}
.itemRelatedContainer .price {
	position: relative;
	float: left;
	width: 176px;
	padding: 0 10px;
}
.itemRelatedContainer .priceContainer {
	position: relative;
	float: left;
	width: 176px;
	padding: 0 10px;
}
.itemRelatedContainer .priceContainer .price {
	position: relative;
	float: left;
	width: 166px;
	padding: 5px;
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}
.itemRelatedContainer .priceContainer .price span {
	position: relative;
	float: left;
	color: #3174ab;
	font-weight: bold;
}
.itemRelatedContainer .priceContainer .price .value {
	float: right;
}
/*------------------------------------CART CONTENT-----------------------------------------*/
#cartContainer {
	position: relative;
	float: left;
	width: 590px;
	padding: 5px;
	background: url(cartContainerBg.jpg) repeat-x top left #fff;
	overflow: hidden;
}
#cartHeader {
	position: relative;
	float: left;
	width: 590px;
	height: 70px;
}
.cartIcon {
	position: relative;
	float: left;
	left: 15px;
	top: 10px;
	width: 150px;
	height: 50px;
} 
.cartIcon span {
	position: relative;
	float: left;
	color: #3174ab;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
}
.cartIconcart {
	background: url(cart_step_1.gif) 0px 20px no-repeat;
}
.cartIconpayment {
	background: url(cart_step_2.gif) 0px 20px no-repeat;
}
.cartIconshipping {
	background: url(cart_step_3.gif) 0px 20px no-repeat;
}
.cartIconorder {
	background: url(cart_step_4.gif) 0px 20px no-repeat;
}
.cartIconcheckout {
}
.cartNavigation {
	position: relative;
	float: right;
	top: 30px;
	right: 30px;
	padding: 0;
}
.cartNavigation a {
	position: relative;
	float: right;
	width: 160px;
	height: 22px;
	text-align: center;
	padding-top: 6px;
	background: url(cartButtonBg.jpg) no-repeat top left;
	margin-left: 10px;
	color: #fff;
}
.cartNavigationPayPal {
	float: left;
	margin: 15px 0;
	padding: 0;
	width: 100%;
	text-align: right;
}
.cartNavigationPayPalButton {
	padding-right: 15px;
}
#cartContainer .fullSeparator {
	position: relative;
	float: left;
	left: 10px;
	width: 570px;
	height: 1px;
	background: #9a9a9a;
	overflow: hidden; 
}
.cartItemContainer {
	position: relative;
	float: left;
	width: 550px;
	padding: 20px;
}
.cartItemContainer h1 {
	position: relative;
	float: left;
	width: 100%;
	color: #3174ab;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}
.cartItemContainer .fullSeparator {
	position: relative;
	float: left;
	left: 10px;
	width: 530px;
	height: 1px;
	background: #9a9a9a;
	overflow: hidden;
	margin: 10px 0; 
}
.cartItemContainer a.image {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 90px;
	height: 85px;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #9a9a9a;
	background: #fff;
}
.cartItemContainer .prices {
	position: relative;
	float: left;
	width: 145px;
	margin-right: 10px;
}
.cartItemContainer .prices .priceRow {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #9a9a9a;
	padding: 3px 0;
}
.cartItemContainer .prices .noborder {
	border-bottom: none;
}
.cartItemContainer .prices .priceRow span {
	position: relative;
	float: left;
	color: #7a7a7a;
}
.cartItemContainer .prices .priceRow span.price {
	float: right;
	padding-right: 5px;
}
.cartItemContainer .prices .priceRow span.special {
	color: #3174ab;
}
.cartItemContainer .quantity {
	position: relative;
	float: left;
	width: 50px;
	margin-right: 10px;
}
.cartItemContainer .quantity span, .cartItemContainer .quantity input {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 4px;
	text-align: center;
}
.cartItemContainer .quantity input {
	border: 1px solid #9a9a9a;
}
.cartItemContainer .finalPrice {
	position: relative;
	float: right;
	width: 220px;
	margin-right: 10px;
}
.cartItemContainer .finalPrice .priceRow {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #9a9a9a;
	padding: 3px 0;
}
.cartItemContainer .finalPrice .noborder {
	border-bottom: none;
}
.cartItemContainer .finalPrice .priceRow span {
	position: relative;
	float: left;
	color: #7a7a7a;
}
.cartItemContainer .finalPrice .priceRow span.price {
	float: right;
	padding-right: 5px;
}
.cartItemContainer .finalPrice .priceRow span.special {
	color: #3174ab;
}
.cartItemContainer .paymentInfo, .cartItemContainer .shippingInfo {
	position: relative;
	float: left;
	width: 300px;
}
.cartItemContainer .paymentInfo h1, .cartItemContainer .shippingInfo h1 {
	border-bottom: 1px solid #9a9a9a;
}
.cartItemContainer .paymentInfo .row, .cartItemContainer .shippingInfo .row {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 5px;
}
.cartItemContainer .paymentInfo span, .cartItemContainer .shippingInfo span {
	position: relative;
	float: left;
	width: 120px;
	text-align: right;
	padding-top: 3px;
}
.cartItemContainer .paymentInfo span.highlight, .cartItemContainer .shippingInfo span.highlight {
	color: #ff0000;
	font-weight: bold;
}
.cartItemContainer .paymentInfo input, .cartItemContainer .paymentInfo select, .cartItemContainer .shippingInfo input, .cartItemContainer .shippingInfo select {
	position: relative;
	float: right;
	width: 160px;
	border: 1px solid #fff;
	background: url(cartInputBg.gif) no-repeat top left #fff;
	color: #3174ab;
	margin-right: 10px;
}
.cartItemContainer .paymentMethod, .cartItemContainer .shippingMethod {
	position: relative;
	float: right;
	width: 230px;
}
.cartItemContainer .paymentMethod h1, .cartItemContainer .shippingMethod h1 {
	border-bottom: 1px solid #9a9a9a;
}
.cartItemContainer .paymentMethod .row, .cartItemContainer .shippingMethod .row {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 5px;
}
.cartItemContainer .paymentMethod input, .cartItemContainer .shippingMethod input {
	position: relative;
	float: left;
	margin: 0 10px
}
.cartItemContainer .paymentMethod label, .cartItemContainer .shippingMethod label {
	position: relative;
	float: left;
}
.cartItemContainer .paymentSummary, .cartItemContainer .shippingSummary {
	position: relative;
	float: left;
	width: 265px;
}
.cartItemContainer .shippingSummary {
	float: right;
}
.cartItemContainer .paymentSummary h1, .cartItemContainer .shippingSummary h1 {
	border-bottom: 1px solid #9a9a9a;
}
.cartItemContainer .paymentSummary .row, .cartItemContainer .shippingSummary .row {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 0px;
}
.cartItemContainer .paymentSummary span, .cartItemContainer .shippingSummary span {
	position: relative;
	float: left;
	width: 130px;
	text-align: right;
}
.cartItemContainer .paymentSummary .value, .cartItemContainer .shippingSummary .value {
	float: right;
	text-align: left;
}
.cartItemContainer .paymentSummary .caption, .cartItemContainer .shippingSummary span.caption {
	font-size: 12px;
	font-weight: bold;
	color: #3174ab;
	padding: 10px 0 5px 0;
}
.cartItemContainer .itemsSummary {
	position: relative;
	float: left;
	width: 100%;
}
.cartItemContainer .itemsSummary h1 {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #9a9a9a;
	margin-bottom: 10px;
}
.cartItemContainer .itemsSummary .count {
	position: relative;
	float: left;
	width: 30px;
}
.cartItemContainer .itemsSummary .description {
	position: relative;
	float: left;
	width: 520px;
}
.cartItemContainer .itemsSummary .finalPrice {
	position: relative;
	float: left;
	width: 220px;
	margin-right: 10px;
}
.cartItemContainer .itemsSummary .total {
	font-weight: bold;
	border-bottom: none;
}
.cartItemContainer .checkoutInfo {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #9a9a9a;
	padding-bottom: 10px;
}
.cartItemContainer .checkoutInfo span {
	position: relative;
	float: left;
	width: 100%;
	font-weight: bold;
	color: #3174ab;
	padding-bottom: 5px;
}
.cartItemContainer .message {
	position: relative;
	float: left;
	width: 100%;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}
/*------------------------------------LOGIN FORM-----------------------------------------*/
#loginContainer {
	float: left;
	width: 580px;
	background: url(loginContainerBg.gif) top left repeat-x #fff;
	padding: 20px 10px;
}
#loginFormLeft, #loginFormRight {
	float: left;
	width: 270px;
	padding: 0 10px;
}
#loginFormLeft {
	width: 269px;
	border-right: 1px solid #9a9a9a;
}
#loginFormLeft h1, #loginFormRight h1 {
	position: relative;
	float: left;
	width: 100%;
	color: #3174ab;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}
#loginContainer .row {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 5px;
}
#loginContainer span {
	position: relative;
	float: left;
}
#loginContainer .highlight {
	color: #ff0000;
	font-weight: bold;
}
#loginContainer .message {
	position: relative;
	float: left;
	width: 100%;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}
#loginContainer input {
	position: relative;
	float: right;
	width: 160px;
	border: 1px solid #fff;
	background: url(cartInputBg.gif) no-repeat top left #fff;
	color: #3174ab;
	margin-right: 10px;
}
#loginContainer .button {
	position: relative;
	float: right;
	border: 1px solid #9a9a9a;
	padding: 1px;
	background: #fff;
	margin-right: 10px;
	cursor: pointer;
}
#loginContainer .button span {
	background: url(buttonBg.gif) repeat-x top left;
	color: #fff;
	padding: 3px 10px;
	cursor: pointer;
}
/*------------------------------------REGISTER & CUSTOMER EDIT FORM-----------------------------------------*/
#registerContainer {
	float: left;
	width: 580px;
	background: url(cartContainerBg.jpg) top left repeat-x #fff;
	padding: 20px 10px;
}
#registerContainer h1 {
	position: relative;
	float: left;
	width: 100%;
	color: #3174ab;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #9a9a9a;
	margin-bottom: 10px;
}
#registerContainer .row {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 5px;
}
#registerContainer .row a {
	color: #3174ab;
}
#registerContainer .name {
	position: relative;
	float: left;
	width: 250px;
	text-align: right;
	margin-right: 10px;
	padding-top: 3px;
}
#registerContainer .image {
	position: relative;
	float: left;
	margin-right: 10px;
}
#registerContainer .highlight {
	color: #ff0000;
	font-weight: bold;
}
#registerContainer .message {
	position: relative;
	float: left;
	width: 100%;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}
#registerContainer input, #registerContainer textarea {
	position: relative;
	float: left;
	width: 160px;
	border: 1px solid #fff;
	background: url(cartInputBg.gif) no-repeat top left #fff;
	color: #3174ab;
	margin-right: 10px;
}
.registerContainerPanda input {
	width: 240px !important;
}
.registerContainerPandaPodpora input, .registerContainerPandaPodpora textarea {
	width: 195px !important;
}
.registerContainerPandaCheckBox input {
	width: 15px !important;
}
#registerContainer select {
	position: relative;
	float: left;
	border: 1px solid #fff;
	background: url(cartInputBg.gif) no-repeat top left #fff;
	color: #3174ab;
	margin-right: 10px;
}
#registerContainer textarea {
	background: #fff;
	height: 100px;
}
#registerContainer .button {
	position: relative;
	float: right;
	border: 1px solid #9a9a9a;
	padding: 1px;
	background: #fff;
	margin-right: 10px;
	cursor: pointer;
}
#registerContainer .left {
	float: left;
}
#registerContainer .button span {
	position: relative;
	float: left;
	background: url(buttonBg.gif) repeat-x top left;
	color: #fff;
	padding: 3px 10px;
	cursor: pointer;
}
#registerContainer table {
	position: relative;
	float: left;
	width: 100%;
	background: #9a9a9a;
}
#registerContainer table td, #registerContainer table th {
	background: #fff;
	padding: 3px;
}
#registerContainer table th {
	text-align: center;
}
#registerContainer table .minNowrap {
	width: 1%;
	white-space:nowrap;
}
/*------------------------------------FOOTER CONTENT-----------------------------------------*/
#footerWrapper {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	background: url(footerBg.gif) repeat-x;
	padding-bottom: 30px;
	margin-top: 30px;
}
#footerContent {
	position: relative;
	margin: 0 auto 0 auto;
	width: 600px;
	padding: 0px;
	padding-top: 1px;
}
#footerMenuWrapper {
	position: relative;
	float: left;
	height: 152px;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
}
#footerContent ul {
	position: relative;
	float: left;
	height: 140px;
	padding-top: 10px;
	background: url(footerMenuBg.gif) repeat-x top left;
}
#footerContent ul li {
	position: relative;
	float: left;
	list-style: none;
	width: 185px;
	padding-left: 15px;
}
#footerContent ul li.caption {
	width: 170px;
	padding: 10px 0 5px 30px;
	font-size: 12px;
	font-weight: bold;
}
#footerContent ul li a {
	display: block;
	background: url(footerMenuListDotBg.gif) no-repeat 5px 6px;
	padding: 2px 0 2px 15px
}
#footerContent ul li a:hover {
	background-color: #dbdbdb;
}
.companyInfoLeft {
	position: relative;
	float: left;
	width: 290px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 9px;
}
.companyInfoRight {
	position: relative;
	float: right;
	width: 290px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 9px;
}
.companyLogoInfo {
	position: relative;
	float: right;
	width: 100%;
	text-align: center;
	font-size: 9px;
}
/*------------------------------------IMAGE POPUP-----------------------------------------*/
#fullImageContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 200 !important;
	opacity: 0.50;
	filter: alpha(opacity=50);
}
#fullImageContainer iframe {
	border: 0;
	width: 100%;
	height: 100%;
}
#fullImageContent {
	position: absolute;
	background: #fff !important;
	z-index: 300 !important;
	text-align: center;
	overflow: hidden;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
#fullImageCloseLinkContainer {
	position: relative;
	float: left;
	width: 100%;
	height: 17px;
	padding-top: 3px;
	border-bottom: 1px solid #000;
}
#fullImageCloseLinkContainer a {
	color: #000;
	text-decoration: none;
}
.itemInfoContainer {
	position: relative;
	float: left;
	width: 350px;
	padding: 10px 10px 10px 0;
}
.itemInfoContainer .gift {
	position: relative;
	float: left;
	width: 38px;
	height: 38px;
	padding-right: 5px;
	background: url(itemGift.gif) no-repeat;
}
.itemInfoContainer h1 {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 3px;
}
.itemInfoContainer h1 a {
	color: #a308bd;
}
.itemInfoContainer .special {
	position: relative;
	float: left;
	width: 100% !important;
	margin-top: 10px;
}
.itemInfoContainer .special td {
	padding: 0 !important;
	margin: 0 !important;
}
.itemInfoContainer .special td.offer {
	height: 23px;
	padding-bottom: 5px !important;
	vertical-align: bottom;
	color: #a308bd;
	font-size: 10px;
}
.itemInfoContainer .special td.offer span {
	position: relative;
	float: left;
	height: 10px;
	padding-right: 30px;
	padding-top: 5px;
	background: url(itemListDiscount.gif) top right no-repeat;
}
.itemInfoContainer .special td.info {
	padding-top: 5px !important;
	padding-left: 5px !important;
	border-top: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	font-size: 10px;
}
.itemInfoContainer .special td.last {
	border-right: none;
}
.itemInfoContainer .special td.infodesc {
	padding-top: 5px !important;
	padding-left: 5px !important;
	font-size: 10px;
	color: #3174ab;
}
.itemInfoContainer .special td.infodesc .star {
	position: relative;
	float: left;
	width: 8px;
	height: 8px;
	padding-right: 2px;
	margin-top: 2px;
	background: url(listItemInfoStar.gif) no-repeat top left;
}
.itemInfoContainer .special td.infodesc a {
	background: url(listItemLinkBg.gif) no-repeat center left;
	padding-left: 8px;
	color: #3174ab;
}
/*------------------------------------DIALOG POPUP-----------------------------------------*/
#fullDialogContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 200 !important;
	opacity: 0.50;
	filter: alpha(opacity=50);
}
#fullDialogContainer iframe {
	border: 0;
	width: 100%;
	height: 100%;
}
#fullDialogContent {
	position: absolute;
	width: 70%;
	top: 5%;
	left: 15%;
	background: #fff !important;
	border: 2px solid #000;
	z-index: 300 !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	padding: 10px;
}
#fullDialogContent h1 {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	color: #3174ab;
}
#fullDialogContent textarea {
	position: relative;
	float: left;
	width: 100%;
	height: 300px;
	margin: 10px 0;
	border: 1px solid #9a9a9a;
}
#fullDialogContent .description {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #9a9a9a;
}
#fullDialogContent a {
	position: relative;
	float: left;
	color: #3174ab;
}
#fullDialogContent .close {
	float: right;
}
#fullDialogContent .item {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #9a9a9a;
}