﻿body
{
	margin: 0;
	font-size: 75%;
	line-height: 1.4em; /* 12px */
	color: #000;
	background-color: White;
}
div, span, p, img, table, td, h1, h2, h3, h4, h5, h6, ul, ol, a, form
{
	margin: 0;
	padding: 0;
	font-family: Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
}

p
{
	padding: 10px 0 5px 0;
}


.clear
{
	width: 0;
	height: 0;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

h1
{
	padding: 10px 0 10px 0;
}

li
{
	list-style-image: url('/App_Themes/SwarovskySperky/img/listIcon.gif');
}
input, textarea, select
{
	font-size: 1em;
	line-height: 1.2em;
	color: #000;
	font-family: Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
}

/*hlavni zony*/

#page
{
	position: relative;
	width: 1005px;
	margin: 0 auto;
	border: solid #FFF 1px;
	border-top: none;
}

#zoneHeader
{
	width: 1005px; /*float: left;*/
}
#zoneTopContent
{
	width: 1005px;
	float: left;
	margin-bottom: 10px;
	z-index: 0;
}



#zoneBlockLeft
{
	width: 230px;
	float: left;
	z-index: 0;
}

#zoneBlockContent
{
	width: 768px;
	float: left;
}

#zoneFooter
{
	background: url(/App_Themes/SwarovskySperky/img/Footer.gif) no-repeat top left;
	width: 1005px;
	float: left;
	height: 44px;
}




#zoneHeader img
{
	float: left;
}


/* Rounded left box */
div.leftBackground
{
	z-index: 0;
	width: 226px;
	margin-bottom: 20px;
	float: left;
	background-color: #EDEBEE;
	background-image: url(/App_Themes/SwarovskySperky/img/leftMidleNoColor.gif);
	background-repeat: repeat-y;
}
div.leftStart
{
	background-image: url(/App_Themes/SwarovskySperky/img/leftTopRounded.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.leftEnd
{
	padding: 17px 0 15px 0;
	background-image: url(/App_Themes/SwarovskySperky/img/leftDownRounded.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}



div.leftEnd .leftContentPart
{
	background-image: url(/App_Themes/SwarovskySperky/img/leftMiddleColored.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}

div.leftTitle
{
	padding: 10px 10px 10px 10px;
	color: #0b8d92;
	font-size: 18px;
	text-transform: uppercase;
}

div.leftContent
{
	padding: 10px 10px 10px 10px;
}

div.leftEnd .leftPadding10
{
	padding: 0 10px 0 10px;
}


/*roundes snake box*/

div.snakeBackground
{
	width: 768px;
	margin-bottom: 20px;
	float: left;
	background-image: url(/App_Themes/SwarovskySperky/img/mainContentSideLines.gif);
	background-repeat: repeat-y;
}
div.snakeStart
{
	background-image: url(/App_Themes/SwarovskySperky/img/snakeTopBackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.snakeEnd
{
	padding: 0px 0 15px 0;
	background-image: url(/App_Themes/SwarovskySperky/img/mainDownRouded.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.snakeEnd ul
{
	padding-left: 30px;
}

div.snakePadding10
{
	padding: 0px 10px 10px 10px;
}

div.snakeEnd h1
{
	font-size: 17px;
	color: #0b8d92;
	padding: 10px 0 10px 0;
}

div.snakeEnd h2
{
	font-size: 15px;
	color: #0b8d92;
	padding: 10px 0 5px 0;
}

div.snakeEnd a
{
	color: #0b8d92;
}
div.snakeEnd a:hover
{
	color: #0b8d92;
	text-decoration: none;
}

div.snakeContent
{
	padding: 0px 10px 10px 10px;
}




/* Rounded main box */

div.mainBackground
{
	width: 768px;
	margin-bottom: 20px;
	float: left;
	background-image: url(/App_Themes/SwarovskySperky/img/mainContentSideLines.gif);
	background-repeat: repeat-y;
}
div.mainStart
{
	background-image: url(/App_Themes/SwarovskySperky/img/mainTopRouded.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.mainEnd
{
	padding: 17px 0 15px 0;
	background-image: url(/App_Themes/SwarovskySperky/img/mainDownRouded.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.mainPadding10
{
	padding: 0px 10px 10px 10px;
}

div.mainEnd h1
{
	font-size: 17px;
	color: #0b8d92;
	padding: 10px 0 10px 0;
}

div.mainEnd h2
{
	font-size: 15px;
	color: #0b8d92;
	padding: 10px 0 5px 0;
}

div.mainEnd a
{
	color: #0b8d92;
}
div.mainEnd a:hover
{
	color: #0b8d92;
	text-decoration: none;
}

div.mainContent
{
	padding: 0px 10px 10px 10px;
}

div.mainEnd ul
{
	padding-left: 25px;
}

/* Rounded center box */

div.uvodCenterContent
{
	width: 550px;
	float: left;
	margin-right: 3px;
}

div.centerBackground
{
	width: 550px;
	margin-bottom: 20px;
	float: left;
	background-image: url(/App_Themes/SwarovskySperky/img/uvodCenterMiddle.gif);
	background-repeat: repeat-y;
}
div.centerStart
{
	background-image: url(/App_Themes/SwarovskySperky/img/uvodCenterTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.centerEnd
{
	padding: 17px 0 15px 0;
	background-image: url(/App_Themes/SwarovskySperky/img/uvodCenterDown.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.centerEnd ul
{
	padding-left: 40px;
}

div.centerEnd ol
{
	padding-left: 40px;
}

div.centerEnd a
{
	color: #0b8d92;
	text-decoration: none;
}

div.centerEnd a:hover
{
	text-decoration: underline;
}

div.centerEnd .centerPadding10
{
	padding: 0 10px 0 10px;
}

div.centerEnd h1
{
	font-size: 17px;
	color: #0b8d92;
}

div.centerEnd h2
{
	font-size: 17px;
	color: #0b8d92;
	line-height: 20px;
}

div.ceterEnd ul
{
	padding-left: 30px;
}
div.centerEnd table th
{
	height: 40px;
	padding: 5px,0,5px,0;
	text-align: center;
	font-size: 17px;
	color: #0b8d92;
}
/* Rounded right box */

div.uvodRightContent
{
	width: 280px;
	float: right;
}
div.rightBackground
{
	width: 211px;
	margin-bottom: 20px;
	float: left;
	background-image: url(/App_Themes/SwarovskySperky/img/uvodRightMiddle.gif);
	background-repeat: repeat-y;
}
div.rightStart
{
	background-image: url(/App_Themes/SwarovskySperky/img/uvodRightTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.rightEnd
{
	padding: 17px 0 15px 0;
	background-image: url(/App_Themes/SwarovskySperky/img/uvodRightDown.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.rightEnd .centerPadding10
{
	padding: 0 10px 0 10px;
}




/*search box*/
.padding100px
{
	padding: 0 0 0 90px;
}
.width200px
{
	width: 150;
}
.paddingLeft10px
{
	padding-left: 10px;
}


/*Left menu*/
.leftMenuCMSListMenuUL
{
	list-style: none;
	padding: 0px 0px 0px 10px;
	margin-left: 17px;
}

.leftMenuCMSListMenuUL ul
{
	margin: 0;
	padding-left: 3px;
}
.leftMenuCMSListMenuUL li
{
	padding-top: 3px;
}



.leftMenuCMSListMenuLink, .leftMenuCMSListMenuLinkHighlighted
{
	color: #be9400;
	text-decoration: none;
}
.leftMenuCMSListMenuLink:hover
{
	text-decoration: underline;
}
.leftMenuCMSListMenuUL .leftMenuCMSListMenuLI
{
	background: url(../App_Themes/EcommerceSite/Images/arrow_left.gif) no-repeat center left;
	padding-left: 3px;
	height: 13px;
	line-height: 13px;
	margin: 4px 0px;
}
.leftMenuCMSListMenuUL .leftMenuCMSListMenuHighlightedLI
{
	background: url(../App_Themes/EcommerceSite/Images/arrow_left_active.gif) no-repeat 0px 2px;
	padding-left: 3px; /*height: 11px;*/
	line-height: 13px;
	margin: 4px 0px;
	font-weight: bold;
}

.leftMenuCMSListMenuUL .leftMenuCMSListMenuLI .leftMenuCMSListMenuUL
{
	display: none;
}
.leftMenuCMSListMenuUL .leftMenuCMSListMenuHighlightedLI .leftMenuCMSListMenuUL
{
	display: block;
}

.leftMenuCMSListMenuUL .leftMenuCMSListMenuHighlightedLI .leftMenuCMSListMenuUL .leftMenuCMSListMenuLI, .leftMenuCMSListMenuUL .leftMenuCMSListMenuHighlightedLI .leftMenuCMSListMenuUL .leftMenuCMSListMenuHighlightedLI
{
	font-weight: normal;
	line-height: 13px;
}

/*Buttons*/

.buttonSearch
{
	border: 0px none #c3c3c3;
	margin-left: 80px;
	padding: 0px 0px 5px 0px;
	color: #fff;
	background: url(/App_Themes/SwarovskySperky/img/searchButton.gif) repeat-x top left;
	font-size: 12px;
	width: 102px;
	height: 45px;
	cursor: pointer;
}

.buttonSearchOver
{
	border: 0px none #c3c3c3;
	margin-left: 80px;
	padding: 0px 0px 5px 0px;
	color: #fff;
	background: url(/App_Themes/SwarovskySperky/img/searchButtonOver.gif) repeat-x top left;
	font-size: 12px;
	width: 102px;
	height: 45px;
	cursor: pointer;
}

.buttonShopingCart
{
	border: 0px none #c3c3c3;
	margin-left: 80px;
	padding: 0px 0px 0px 0px;
	color: #fff; 
	 background-color:White;
	background-position: 2px 2px; 
	background-image: url('/App_Themes/SwarovskySperky/img/searchButton.gif');
	background-repeat: no-repeat;
	
	font-size: 12px;
	width: 102px;
	height: 45px;
	cursor: pointer;
	line-height:12px;
}

.buttonShopingCartOver
{
	border: 0px none #c3c3c3;
	margin-left: 80px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	background-color:White;
	background-position: 2px 2px;
	background-image: url('/App_Themes/SwarovskySperky/img/searchButtonOver.gif');
	background-repeat: no-repeat;
	
	font-size: 12px;
	width: 102px;
	height: 45px;
	cursor: pointer;
	line-height:12px;
}



.buttonNewsleters
{
	border: 0px none #c3c3c3;
	padding: 0px 0px 5px 0px;
	color: #fff;
	background: url(/App_Themes/SwarovskySperky/img/searchButton.gif) repeat-x top left;
	font-size: 12px;
	width: 102px;
	height: 45px;
	cursor: pointer;
}


/*Polls*/
.PollControl
{
	padding: 0 3px 0px 10px;
}

.PollTitle
{
	font-weight: bold;
	display: none;
	margin-bottom: 10px;
}

.PollAnswers
{
	font-size: 10px;
}

.PollGraph
{
	height: 8px; /*	border: 1px solid #b0b0b0;*/
	padding-bottom: 10px;
}


.PollGraph div
{
	height: 8px;
	background: url(/App_Themes/EcommerceSite/Images/poll03.gif) 100% 0% repeat-x;
	line-height: 0px;
	font-size: 0px;
	float: left;
	color: Green;
}

/*.PollAnswerText
{
	padding-top: 10px;
	display: block;
	height:20px;
	border: 1px solid #b0b0b0;
	float:left;
}*/
/*
.PollGraph div
{
height: 15px;
	background: url(/App_Themes/SwarovskySperky/img/pool1.gif) 100% 0% repeat-x;
	line-height: 0px;
	font-size: 0px;
}
*/

.PollQuestion
{
	font-size: 12px;
	font-weight: bold;
}

.PollCount
{
	text-align: right;
}

.PollFooter
{
	margin-top: 10px;
}


/*Zone footer content classes*/
.Copyright
{
	color: #be9400;
	padding: 16px 0 0 20px;
}
.Copyright a
{
	text-align: center;
	color: #0b8d92;
	text-decoration: underline;
}
.Copyright a:hover
{
	text-decoration: none;
}

/*Recomendet products*/
.recomendsProducts
{
	padding-left: 10px;
	color: #0b8d92;
}
.recomendsProducts a
{
	font-size: 16px;
	color: #0b8d92;
	text-decoration: none;
}
.recomendsProducts a:hover
{
	text-decoration: underline;
}

/*Basket home page*/
div.basketBackground
{
	width: 211px;
	margin-bottom: 0px;
	background-image: url(/App_Themes/SwarovskySperky/img/basketMiddle.gif);
	background-repeat: repeat-y;
}
div.basketStart
{
	background-image: url(/App_Themes/SwarovskySperky/img/basketTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.basketEnd
{
	padding: 17px 0 15px 0;
	background-image: url(/App_Themes/SwarovskySperky/img/basketBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.basketEnd a
{
	color: #be9400;
}

div.basketEnd a:hover
{
	text-decoration: none;
}

div.basketEnd .padding10
{
	padding: 0 10px 0 10px;
}

div.basketEnd h1
{
	font-size: 17px;
	color: #0b8d92;
}

.basketTitle
{
	font-size: 17px;
	color: #be9400;
	display: block;
	padding-top: 20px;
	margin-bottom: 20px;
}

.basketTextDescription
{
	color: #0b8d92;
}
.basketTextValue
{
	font-size: 15px;
	color: #0b8d92;
	font-weight: bold;
}


/*New products right block*/
.newProductPart
{
	margin-right: 10px;
	width: 193px;
	border: solid #c0e2ee 1px;
}

.newProductPartTitle
{
	font-size: 17px;
	color: #be9400;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
}
.newProductPartContent
{
	padding: 10px 10px 10px 10px;
}

.newProductSeparator
{
	background: url(/App_Themes/SwarovskySperky/img/separatorLine.gif) no-repeat top left;
	height: 3px;
	width: 180px;
	display: block;
}

/*Products category*/
div.productCathegoryContent
{
	padding: 10px 0 15px 0;
	background-image: url(/App_Themes/SwarovskySperky/img/productsSeparator.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.productCathegoryContent ul
{
}



/* Right submenu*/

div.RightSubmenu
{
	float: right;
	width: 170px;
	height: 150px;
	margin: 20px 0px 5px 25px;
	padding: 10px 10px 10px 10px;
}

div.RightSubmenu a
{
	color: #be9400;
	text-decoration: none;
}

div.RightSubmenu a:hover
{
	color: Black;
	text-decoration: underline;
}
.userMenuTitle
{
	font-size: 17px;
	color: #0b8d92;
	display: block;
	padding-top: 10px;
	margin-bottom: 10px;
}

.userMenuItemsInBasket
{
	color: #0b8d92;
}


div.RightSubmenu ul
{
	padding-left: 15px;
}
div.RightSubmenu li
{
	margin-bottom: 5px;
}



/*product filter*/
.ProductFilter
{
	margin: 10px 0 0px 0;
}

/*Product preview*/

.ProductPreview
{
	width: 250px;
	height: 280px;
	display: block;
	float: left;
}

.ProductName
{
	padding: 0 5px 0 5px;
	font-size: 15px;
	text-align: center;
	height: 35px;
}

.ProductName a
{
	text-align: center;
	color: #0b8d92;
	text-decoration: none;
}
.ProductName a:hover
{
	text-align: center;
	color: #0b8d92;
	text-decoration: underline;
}

.ProductImage
{
	height: 170px;
	text-align: center;
}

.ProductPrice
{
	text-align: center;
	color: #0b8d92;
	font-size: 15px;
}

.ProductAddToCart
{
	text-align: center;
}


/*Svatek home page*/
div.svatekBackground
{
	width: 211px;
	margin-bottom: 10px;
	background-image: url(/App_Themes/SwarovskySperky/img/basketMiddle.gif);
	background-repeat: repeat-y;
}
div.svatekStart
{
	background-image: url(/App_Themes/SwarovskySperky/img/svatekTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.svatekEnd
{
	padding: 17px 0 15px 0;
	background-image: url(/App_Themes/SwarovskySperky/img/basketBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.svatekEnd .padding10
{
	padding: 0 10px 0 10px;
}

.svatekName
{
	color: #0b8d92;
	font-size: 15PX;
	font-weight: bold;
}

.svatekTitle
{
	font-size: 17px;
	color: #be9400;
	display: block;
	padding-top: 20px;
}

.svatekDesc
{
	color: #be9400;
}



/*ShoppingCart*/
.subContent .shoppingCart
{
	padding: 10px 10px;
}

.IE6 .subContent .shoppingCart
{
	padding-right: 0;
}

.ShoppingCartStepImage
{
	border: none;
	margin-top: 10px;
	padding: 0px;
	vertical-align: middle;
}

.ShoppingCartStepSeparator
{
	border: none;
	margin-top: 10px;
	padding: 0 20px;
	vertical-align: middle;
}

.CartStepHeader
{
	background-color: #0b8d92;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	margin-bottom: 5px;
}

.CartStepTable th
{
	background-color: #0b8d92;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
}

.CartStepTable
{
	border-bottom: 1px solid #0b8d92;
	border-collapse: collapse;
	width: 740px;
}

.CartStepPanel
{
	padding: 5px;
}

.CartContentTable td
{
	border: 1px solid #dddddd;
	background-color: #ffffff;
	padding: 4px;
}



.CartContentTable th
{
	border: 1px solid #dddddd;
	font-family: Arial;
	font-size: 11px;
}

.ErrorLabel
{
	color: red;
	font-weight: bold;
}

.LineErrorLabel
{
	color: #ff0000;
	text-align: left;
}


.BlockTitle
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin: 15px 5px;
	display: block;
}

.PricePanel
{
	float: right;
}

.ItemsNotAvailable
{
	color: red;
}

.MyCredit, .MyOrders, .MyAddresses
{
	padding: 0px 6px;
}

.UniGridHead
{
	text-align: left;
}

.shoppingCart input[type=submit]
{
	padding: 0px 15px;
}
.UnitsTextBox
{
	width: 40px;
}
.TextboxField, .TextBoxField
{
	width: 280px;
}
.DropDownField
{
	width: 285px;
}

.galleryPreview
{
	width: 120px;
	height: 120px;
	float: left;
	border: 1px solid #c4dbe7;
	text-align: center;
	margin: 5px;
}

.IE6 .galleryPreview
{
	margin: 4px;
}

.DesignMode .galleryPreview
{
	margin: 4px;
}

.galleryImage
{
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: 120px;
}

.IE6.galleryImage
{
	height: 123px;
}

.hotOffers
{
	float: left;
	border: 1px solid silver;
	margin: 2px;
	background: #297dae;
}

.hotOffers img
{
	border: none;
}

.hotImage
{
	height: 200px;
	line-height: 200px;
	width: 268px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background: white url(../App_Themes/EcommerceSite/Images/product_top_bg.gif) repeat-x;
}

.IE6 .hotImage img
{
	padding-top: 20px;
}
.PagePlaceholderBorder .hotImage
{
	width: 266px;
}

.hotPrice
{
	margin-bottom: 2px;
	background-color: #fff;
	padding: 0px 0px 5px;
}
.hotPrice span
{
	width: 140px;
	padding: 5px 15px;
	display: block;
	background: url(../App_Themes/EcommerceSite/Images/priceBackground.gif) no-repeat top left;
	font-weight: bold;
}
.hotLink
{
	height: 30px;
	width: 266px;
}

.hotText
{
	text-align: center;
	height: 30px;
	width: 266px;
	display: table-cell;
	vertical-align: middle;
	line-height: 25px;
}



.hotText a
{
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.hotOffersBox
{
	padding: 4px 0px 1px 2px;
}


.PagerNumberArea
{
	text-align: center;
	background: #f0f0f0;
	font-weight: bold;
}

.SelectedPrev
{
	padding: 0px 2px;
}



.PagerNumberArea
{
	padding-bottom: 2px;
}

.PagerNumberArea a
{
	border: 1px solid #f0f0f0;
	padding: 0px 1px;
}

.PagerNumberArea a:hover
{
	text-decoration: none;
	border: 1px solid gray;
	background: #e0e0e0;
	color: black;
}

table.productDetailInfo td
{
	vertical-align: top;
}

table.productDetail td
{
	vertical-align: top;
}

.NewsReleaseTitle
{
	width: 165px;
	padding-left: 10px;
}

.panelOptions
{
	background-color: red;
}

.TextRight
{
	text-align: right;
}

/*search result page*/

.ResultDescription
{
	background-color: #eeeeee;
	padding: 2px;
}
.SearchResult
{
	padding-top: 15px;
}

.ResultTitle a
{
	color: #0b8d92;
}

/* Language Panel*/

.LanguagePanel
{
	position: absolute;
	left: 950px;
	top: 285px;
}

.LanguagePanel img
{
	border-style: none;
}

/*Registration*/
.NewRegistration
{
	position: absolute;
	left: 710px;
	top: 378px;
}
.NewRegistrationTitle
{
	position: absolute;
	left: 705px;
	top: 345px;
}


/* Sign In Panel*/

.SignInPanel
{
	position: absolute;
	left: 750px;
	top: 274px;
}

.buttonSignIn
{
	border: 0px none #c3c3c3;
	margin-left: 80px;
	padding: 0px 0px 10px 0px;
	color: #fff;
	background: url(/App_Themes/SwarovskySperky/img/prihlaseni.gif) repeat-x top left;
	font-size: 12px;
	width: 102px;
	height: 45px;
	cursor: pointer;
}

.buttonSignInOver
{
	border: 0px none #c3c3c3;
	margin-left: 80px;
	padding: 0px 0px 10px 0px;
	color: #fff;
	background: url(/App_Themes/SwarovskySperky/img/prihlaseniOver.gif) repeat-x top left;
	font-size: 12px;
	width: 102px;
	height: 45px;
	cursor: pointer;
}

/*aythenticated user info*/
.colorGray
{
	color: #be9400;
}
.ColorPurple
{
	color: #0b8d92;
}

/*Newest product*/
.imageLinkContent
{
	margin: 10px 10px 10px 10px;
}

.randomProductWithStatusRightBlock
{
	position: relative;
	margin: 10px 10px 10px 10px;
	height: 120px;
}

.randomProductWithStatusRightBlock a
{
	color: #0b8d92;
	font-size: 15px;
	text-decoration: none;
}


.randomProductWithStatusRightBlock a:hover
{
	color: #0b8d92;
	text-decoration: underline;
}

.randomProductLeftBlock
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 110px;
}

.randomProductRightImageBlock
{
	position: absolute;
	top: 0px;
	left: 80px;
	width: 55px;
	height: 90px;
}

randomProductRightImageBlock img
{
	border: 0;
}
.randomProductRightMoreInfo
{
	position: absolute;
	top: 80px;
	left: 85px;
	width: 55px;
	height: 30px;
}

.randomProductRight
{
	padding-top: 20px;
}

/*Product detail content*/
#ProductDetailContent
{
	position: relative;
	width: 530px;
	height: 400px;
}

#ProductDetailContentTitleAndCode
{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 530px;
	height: 30px;
}


#ProductDetailContentTitleAndCode .ProductName
{
	font-weight: bold;
	font-size: 19px;
	color: #0b8d92;
	float: left;
}

#ProductDetailContentTitleAndCode .ProductCode
{
	font-size: 12px;
	color: #0b8d92;
	padding: 2px 0 0px 10px;
	float: left;
}


#ProductDetailImage
{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 268px;
	height: 268px;
}

#productAllInformation
{
	position: absolute;
	top: 30px;
	left: 280px;
	width: 250px;
}


#ProductDetailInfo
{
	float: left;
	width: 250px;
}
.dProductDescription
{
	width: 250px;
	font-size: 12px;
	color: #0b8d92;
	padding-bottom: 10px;
	padding-top: 10px;
}

.dProductText
{
	font-size: 12px;
	color: #be9400;
	width: 70px;
}
.dProductData
{
	font-size: 12px;
	color: #0b8d92;
}

#ProductDetailSale
{
	float: left;
	width: 250px;
}

/*ProductBreadcrumbs*/
.ProductBreadcrumbs
{
	height: 30px;
}

.ProductBreadcrumbs a
{
	color: #0b8d92;
}

/* Back button CSS*/

.LinkCSS
{
	background-image: url(/App_Themes/SwarovskySperky/img/backImg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 54px;
	height: 21px;
	display: block;
	padding: 3px 0 0 20px;
	text-decoration: none;
	color: White !important;
}

/*pager control*/
.PagerResults
{
	display: none;
	text-align: center;
}

.PagerControl
{
	padding: 20px 0px; /*background: url(/App_Themes/EcommerceSite/Images/product_top_bg.gif) repeat-x;*/
}

.PagerNumberArea
{
	text-align: center; /* background-color:White;*/
	font-weight: bold;
	height: 18px;
	padding-top: 3px;
}

.SelectedPrev
{
	padding: 0px 2px;
}

.SelectedPage
{
	background: #e0e0e0;
	padding: 0px 1px;
	border: 1px solid gray;
}

.PagerNumberArea
{
	padding-bottom: 2px;
}

.PagerNumberArea a
{
	border: 1px solid #f0f0f0;
	padding: 0px 1px;
}

.PagerNumberArea a:hover
{
	text-decoration: none;
	border: 1px solid gray;
	background: #e0e0e0;
	color: black;
}


/*LightBox*/

#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
}
#lightbox img
{
	width: auto;
	height: auto;
}
#lightbox a img
{
	border: none;
}

#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer
{
	padding: 10px;
}

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 900;
}
#imageContainer > #hoverNav
{
	left: 0;
}
#hoverNav a
{
	outline: none;
}

#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink
{
	left: 0;
	float: left;
}
#nextLink
{
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover
{
	background: url(/App_Themes/SwarovskySperky/LightBox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
	background: url(/App_Themes/SwarovskySperky/LightBox/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData
{
	padding: 0 10px;
	color: #666;
}
#imageData #imageDetails
{
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption
{
	font-weight: bold;
}
#imageData #numberDisplay
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose
{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/*tabControl*/
/*#Tab menu#*/
.myAccMenu
{
	background: url(../App_Themes/EcommerceSite/Images/myAccMenuBackground.gif) no-repeat top left;
	margin-left: -7px;
	width: 754px;
	min-height: 38px;
}
.IE6 .myAccMenu
{
	height: 38px;
}
.myAccMenu .TabsHeader
{
	/*background: url(../App_Themes/EcommerceSite/Images/myAccMenuRight.gif) no-repeat top right;*/
}
.myAccMenu .TabControl
{
	height: 35px;
}

.TabControlTable
{
	margin-left: 3px;
}


.myAccMenu .TabControlSelectedLeft
{
	background: url(../App_Themes/EcommerceSite/Images/myAccMenuActiveLeft.gif) 100% 0% no-repeat;
}

.myAccMenu .TabControlSelectedRight
{
	background: url(../App_Themes/EcommerceSite/Images/myAccMenuActiveRight.gif) left top no-repeat;
}

.myAccMenu .TabControlSelected
{
	z-index: 0;
	background: url(../App_Themes/EcommerceSite/Images/myAccMenuActive.gif) repeat-x;
}
.myAccMenu .TabControlSelected a
{
	color: #000;
}

table.Grid
{
	width: 100%;
	padding: 0px 10px;
}

.TabsHeader a
{
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	text-align: center;
}

.TabsHeader a:hover
{
	display: block;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	text-align: center;
}

/*#Tab menu/Sub menu#*/

.TabsContent
{
	margin-top: 10px;
}
.TabsContent .TabControlTable
{
	background: none;
	width: 350px;
	height: 26px;
}
.TabsContent .TabsHeader
{
	background: none;
	background-color: #c4dbe7;
	height: 28px;
	margin-top: 1px;
	margin-bottom: 10px;
}
.TabsContent .TabControlSelectedLeft
{
	background: none;
	width: 4px;
	height: 26px;
	font-size: 1px;
	float: left;
}

.TabsContent .TabControlSelectedRight
{
	background: none;
	width: 4px;
	height: 26px;
	font-size: 1px;
	float: left;
}

.TabsContent .TabControl
{
	height: 26px;
}

.TabsContent .TabControlSelected
{
	background: white;
}
.TabsContent .TabControlSelected a
{
	color: #000;
}


.GeneralActions
{
	background-color: #eeeeee;
	padding: 2px 5px;
}


/*horizontal*/

.toplistmenu
{
	position: relative;
	background: url(/App_Themes/SwarovskySperky/img/MenuTopBackground.gif) 0px 0px no-repeat;
	height: 40px;
	padding-left: 2px;
}

.horizontalCMSMenu
{
	position: relative;
	height: 40px;
	padding: 3px;
	margin-left: 30px;
}

.horizontalsubCMSMenu
{
	background: white;
	color: #ffffff;
	border: 1px solid #d9ced0;
	z-index: 0;
}

.horizontalsubCMSMenu tr
{
	background: white;
	color: Black;
}

.horizontalsubCMSMenuItem
{
	background-image: url(/App_Themes/SwarovskySperky/img/submenuoddelovac.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	white-space: nowrap;
	display: block;
}

.horizontalsubCMSMenuItem, .horizontalsubCMSMenuItemMouseOver, .horizontalsubCMSMenuItemMouseDown, .horizontalsubCMSMenuHighlightedMenuItem, .horizontalsubCMSMenuHighlightedMenuItemMouseOver, .horizontalsubCMSMenuHighlightedMenuItemMouseDown
{
	padding: 5px 3px;
	min-width: 90px;
	white-space: nowrap;
	display: block;
}

.horizontalsubCMSMenuHighlightedMenuItem, .horizontalsubCMSMenuHighlightedMenuItemMouseOver, .horizontalsubCMSMenuHighlightedMenuItemMouseDown, .horizontalsubCMSMenuItemMouseOver
{
	color: #0b8d92;
}

.horizontalCMSMenuItem, .horizontalCMSMenuItemMouseOver, .horizontalCMSMenuItemMouseDown, .horizontalCMSMenuHighlightedMenuItem, .horizontalCMSMenuHighlightedMenuItemMouseOver, .horizontalCMSMenuHighlightedMenuItemMouseDown, .horizontalCMSMenuItemMouseUp, .horizontalCMSMenuHighlightedMenuItemMouseUp
{
	font-weight: bold;
	color: #414141;
	font-size: 12px;
	padding: 0px 15px;
	z-index: 0;
	background: url(/App_Themes/SwarovskySperky/img/itemNotSelectedBackground.jpg) no-repeat top right;
}

.horizontalCMSMenuItemMouseOver, .horizontalCMSMenuHighlightedMenuItem, .horizontalCMSMenuHighlightedMenuItemMouseOver, .horizontalCMSMenuHighlightedMenuItemMouseDown
{
	padding: 0px 15px;
	background: url(/App_Themes/SwarovskySperky/img/itemSelectedBackground.gif) no-repeat top right;
}


/*WishList*/
.SendWishListToFriend
{
}

.wishlist
{
	position: relative;
	margin-top: 10px;
	background: gray;
}
.wishlist .ProductImage
{
	width: 100px;
	text-align: center;
}
.wishlist .ProductDetail
{
	margin-top: 15px;
	border: 1px solid #d9ced0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wishlist .ProductPrice
{
	width: 140px;
	padding: 5px 15px;
	height: 26px;
	display: block;
	font-weight: bold;
	margin: 5px 0px 0px;
}
.btnContinue
{
	text-align: right;
	padding: 10px 0px;
}
td.ProductImageWishlist
{
	padding-top: 30px;
	vertical-align: top;
	width: 100px;
	text-align: center;
}


td.ProductImageWishlist img
{
	border: none;
}

.ProductData h2
{
	font-size: 16px;
}

.watermark
{
	color: Gray;
	font-style: italic;
}


/*nahled detailu*/
.P_Content
{
	margin-top: 10px;
	float: left;
}
.P_Image
{
	float: left;
}

.P_InformationAndLogic
{
	padding-left: 10px;
	float: left;
}

