﻿*
{
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
body
{
	background-color: Black;
	margin: 0px;
}
img
{
	border: 0;
}
#superWrapper
{
	position: relative;
	color: Silver;
}
#wrapper
{
	position: relative;
	width: 905px;
	background: Black url("Images/background.jpg") top left repeat-x;
	margin: 0 auto;
}
#topWrapper
{
	position: relative;
	height: 271px; /*background:url("Images/header.jpg") top left no-repeat;*/
}
.logoBox
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 270px;
	width: 225px;
	background: url("Images/logo.jpg") top left no-repeat;
}
.headerBox
{
	position: absolute;
	top: 0px;
	left: 226px;
	height: 270px;
	width: 269px;
	background: url("Images/header_graphic.jpg") top left no-repeat;
}
.blueLineLeft
{
	position: absolute;
	top: 0px;
	right: 408px;
	height: 270px;
	width: 2px;
	background: url("Images/blueLine_vertical.png") top left no-repeat;
}
.shoppingBagEmptyBox
{
	position: absolute;
	top: 0px;
	right: 206px;
	height: 270px;
	width: 199px;
	background: url("Images/cartPanel_empty.jpg") top left no-repeat;
}
.shoppingBagFullBox
{
	position: absolute;
	top: 0px;
	right: 206px;
	height: 270px;
	width: 199px;
	background: url("Images/cartPanel_full.jpg") top left no-repeat;
}
.blueLineCenter
{
	position: absolute;
	top: 0px;
	right: 203px;
	height: 270px;
	width: 2px;
	background: url("Images/blueLine_vertical.png") top left no-repeat;
}
.accountBox
{
	position: absolute;
	top: 0px;
	right: 3px;
	height: 270px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background: url("Images/userPanel_loggedIn.jpg") top left no-repeat;
}
.languageSelection
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 31px;
	width: 200px;
	padding-left: 5px;
}
.languageSelection a
{
	color: silver;
	font-weight: bold;
}
.blueLineRight
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 270px;
	width: 2px;
	background: url("Images/blueLine_vertical.png") top left no-repeat;
}
.blueLineBottom
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 2px;
	width: 900px;
	background: url("Images/blueLine_Horizontal_header.png") top left no-repeat;
}
#leftWrapper
{
	position: relative;
	width: 225px;
	float: left;
}
#rightWrapper
{
	position: relative;
	width: 680px;
	float: right;
	margin-left: -250px;
}
#bottomWrapper
{
	position: relative;
	clear: both;
}


.flashyButton
{
	background: url(Images/submit_background.jpg) left center repeat-y;
	background-color: #0F4085;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	border: 1px solid Silver;
	cursor: pointer;
}
.flashyPinkButton
{
	background: url(Images/flashyPinkButton.jpg) left center repeat-y;
	background-color: #643F75;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	border: 1px solid Silver;
	cursor: pointer;
}
/*================  MainMenu Header  ====================*/
#headerMenu
{
	display: block;
	width: 225px;
	height: 386px;
	float: left;
	background: #bbc2c5 url(Images/logo.jpg) top center no-repeat;
	padding-top: 10px;
	color: #5d5d5d;
}
#headerMenuLeft, #headerMenuRight
{
	width: 90px;
}
#headerMenuLeft
{
	float: left;
	margin-left: 10px;
}
#headerMenuRight
{
	margin-left: 120px;
}
#headerMenuLeft a, #headerMenuRight a
{
	text-decoration: none;
	color: #5d5d5d;
	font-weight: bold;
}
#headerMenuLeft p, #headerMenuRight p
{
	margin: 0;
	padding: 0;
	font-size: 10px;
}
/*=============    login    ==============*/
.logInPanel
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 210px;
	width: 200px;
	background: url("Images/userPanel_not_loggedIn.jpg") top left no-repeat;
	padding-left: 7px;
}
.accountPanel
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 210px;
	width: 200px;
	background: url("Images/userPanel_loggedIn.jpg") top left no-repeat;
	padding-left: 7px;
}
.login
{
	padding-left: 5px;
	padding-right: 5px;
}
.login h2
{
	color: White;
	text-align: left;
	padding-top: 5px;
}
.login p
{
	margin-top: 2px;
	margin-bottom: 2px;
}
.login input
{
	width: 106px;
	height: 25px;
	padding: 5px 1px 5px 1px;
	border: none;
	background: url(Images/inputField_background.png) top left no-repeat;
	color: white;
}
.login .flashyButton
{
	position: absolute;
	top: 100px;
	right: 15px;
	width: 45px;
	text-align: center;
}
.login a
{
	color: silver;
	display: block;
	margin-bottom: 5px;
	text-align: left;
}
.login div#links
{
	margin-top: 10px;
	margin-top: 25px;
}
.login a.forgot
{
	margin-top: -25px;
}
.login a.register
{
}
/*==================   Shopping Bag         ============*/
#shoppingBagPanel
{
}
#shoppingBagPanel h2
{
	color: White;
	text-align: left;
	padding-left: 1px;
	padding-top: 5px;
}
#shoppingBagPanel p
{
	font-weight: bold;
	text-align: right;
	margin: 0 0 5px 0;
	padding: 0 10px 0px 0px;
}
#shoppingBagPanel p span
{
	width: 80px;
	display: block;
	float: left;
	text-align: left;
	font-weight: normal;
	margin-right: 3px;
	padding-left: 1px;
}
#shoppingBagPanel a.flashyButton
{
	position: absolute;
	top: 178px;
	left: 30px;
	width: 130px;
	text-align:center;
	cursor: pointer;
}
#shoppingBagPanel p#footNote
{
	position: absolute;
	bottom: 16px;
	font-weight: normal;
	margin-left: 5px;
	text-align: left;
}
p#footNote, div.languageSelection
{
	font-size: 11px;
}
div#shoppingBagInfo, div#accountActions
{
	margin-top: 80px;
}
/*=======    Content    ========*/
h1
{
	font-size: 15px;
}
#content
{
	position: absolute;
	left: 0px;
	width: 660px;
	padding: 15px 15px 15px 25px;
	color: Silver;
}
#content h1
{
}
#content h2
{
}
#content a
{
	color: Silver;
}
#content .hr
{
	clear: both;
	height: 2px;
	width: 658px;
	border: 0;
	margin: -10px 0 10px -10px;
	background-image: url(Images/blueLine_Horizontal_content.png);
}
/*====    Shop Items   ======*/
.item
{
	position: relative;
	width: 130px;
	height: 190px;
	float: left;
	margin-right: 35px;
	margin-bottom: 0px;
}
.item a
{
	color: white;
	text-decoration: none;
}
.item .title
{
	font-weight: bold;
}
.item .code
{
	font-style: italic;
}
.code
{
	display: inline;
}
.title
{
	display: block;
}
.item img
{
	border: 0;
	position: absolute;
	bottom: 1.5em;
}
.item .footer
{
	position: absolute;
	bottom: 0px;
	left: 5px;
}
/*=================Floating DIV======( product detail div )===========*/
.floatingDiv
{
	/*margin-left: 50%;*/
	position: absolute;
	z-index: 31339;
	color: White;
	background-color: Black;
	border: 1px solid white;
	width: 600px;
	padding: 0 20px 20px 20px;
	top: 15px;
	margin-left: 45px;
}
.floatingDiv a.closeButton
{
	margin-top: 20px;
	float: right;
	cursor: pointer;
}

.floatingDiv a.closeButton img
{
	border: 0;
	background: url(images/closeButton.jpg);
	width: 29px;
	height: 29px;
}
.floatingDiv h1
{
	text-align: left;
	text-transform: uppercase;
	padding-left: 4px;
}
.floatingDiv #price
{
	font-weight: bold;
	margin-top: 10px;
}
.floatingDiv p#description
{
}
.floatingDiv p#detailCode
{
	font-style: italic;
}
.floatingDiv table
{
	float: left; /*margin-top: 20px;*/
	text-align: center;
}
.floatingDiv table td, div#floatingDiv table th
{
	padding: 5px;
}
.floatingDiv table table td
{
	border-bottom: 1px solid #444444;
}
.floatingDiv table th
{
	color: #CCCCCC;
}
.floatingDiv table input
{
	width: 3em;
	border: none;
}
.floatingDiv #order
{
	display: block;
	clear: both;
	padding-top: 20px;
	padding-left: 14px;
}
div#floatingDiv #order p span
{
	border-bottom: 1px solid #41628c;
}
.floatingDiv div#order a.flashyButton
{
	position: relative;
	top: 20px;
	cursor: pointer;
}
.floatingDiv div#productHeader
{
	float: left;
	padding-left: 20px;
	text-align: left;
	width: 160px;
}
.floatingDiv div#productImage
{
	float: left;
	padding-bottom: 10px;
	padding-left: 4px;
}
.overlay
{
	background: black;
	position: absolute;
	z-index: 2;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}

.variantPanel
{
	position: absolute;
	background-color: White;
	top: 20px;
	margin-left: -400px;
	padding-left: 50%; /*width: 650px;*/ /*overflow: hidden;*/
	z-index: 31338; /*border:thin solid red;*/
}
.variantPanel .productQuantityCell /*class is set inside code*/
{
	text-align: left;
	width: 3em;
}
.overlayfullPanel
{
	position: fixed;
	background-color: Black;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 31337;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}
/*================= webShopBagDetails.css ===========*/
#content table#shoppingDetails
{
	position: relative;
	top: 50px;
	color: white;
	background-color: #212121; /*float:left;*/
	width: 664px;
}

#content table#shoppingDetails th
{
	padding: 8px 4px 8px 4px;
	text-align: left; /*border-right:1px solid black;*/
}
#content table#shoppingDetails td
{
	padding: 2px 4px 2px 4px;
	text-align: left;
	/*border-bottom: 1px solid black;*/
	border:none;
}
#content table#shoppingDetails .small
{
	width: 20px;
	text-align: center;
}
#content table#shoppingDetails .noBorder
{
	border: none;
}
#content table#shoppingDetails .SpecsList
{
	padding-left: 1.5em;
}
#content table#shoppingDetails td#last
{
	text-align: right;
	background: black;
	padding: 0;
}
#content table#shoppingDetails a.flashyPinkButton
{
	width: 60px;
	margin-top: 10px;
	display: block;
	float: right;
	text-align: center;
	padding: 5px;
}
#content table#shoppingDetails td.downUnder
{
	padding: 2px;
	text-align: right;
	background-color: black;
	padding-right: 5px;
}
#content table#shoppingDetails a
{
	color: white;
}
#content input.qt
{
	width: 2.3em;
}
/*====    Ordering Steps   ======*/
.orderingSteps
{
	background: url(Images/shoppingCheckoutBackground.jpg);
	color: white;
	width: 184px;
	padding: 5px;
	height: 195px;
}
.orderingSteps h2
{
	text-transform: uppercase;
}
.orderingSteps ol
{
	color: #CCCCCC;
	padding-top:40px;
}
.orderingSteps ol li
{
	margin-top: 10px;
}
/*.orderingSteps ol li.activeStep
{
    font-weight: bold;
    //margin-left: 0.2em;
    color: white;
}*/
.activeStep
{
	font-weight: bold; /*margin-left: 0.2em;*/
	color: white;
}
.orderingContent
{
	position: relative;
	color: White;
	padding-top: 15px;
	padding-left: 15px;
	width: 660px;
}
.orderingContent .Box
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 500px; /*height:130px;*/ /*background: url(Images/backgroundSchema.jpg) top center repeat-x;*/
	background-color: #202020;
	color: white;
	padding: 15px;
	padding-bottom: 20px;
	border: solid 1px Silver;
}
.orderingContent .Box h3
{
	color: Silver;
}
.orderingContent .Box .newAddress
{
	width: 24em;
}
.orderingContent .Box .newAddress input
{
	width: 22em;
}
.orderingContent .Box .newAddress select
{
	width: 22.2em;
}
.orderingContent .Box .newCommunication .label
{
	width: 22em;
}
.orderingContent .Box .newCommunication input
{
	width: 12em;
}
.orderingContent .Box .newCommunication select
{
	width: 9em;
}
.orderingContent .Box .newCommunication .communicationValidator
{
	display: inline-block;
	width: 1em;
}
.orderingContent .Box .newAddress, .orderingContent .Box .newCommunication
{
	padding-left: 1.5em;
}
.orderingContent .CenterButton
{
	text-align: center;
	position: absolute;
	top: 300px;
	left: 300px;
}
/*====    Registration Steps   ======*/
.startRegisterLogonBox
{
	position: absolute;
	left: 50px;
	top: 20px;
	width: 200px;
	height: 210px;
	border: thin solid Silver;
}
.startRegisterLogonBox p, .startRegisterLogonBox #links
{
}
.startRegisterBox
{
	position: absolute;
	left: 350px;
	top: 20px;
	background: url(Images/backgroundSchema.jpg) top center repeat-x;
	background-color: #2a2627;
	color: white;
	padding: 5px;
	padding-left: 15px;
	padding-bottom: 20px;
	width: 196px;
	border: solid thin Silver; /*height:130px;*/
}
.startRegisterBox .flashyButton
{
}
.registerBox
{
	background-color: #202020;
	width: 26em;
	padding: 15px 15px 20px 15px;
	border: solid 1px Silver;
}
.registerBox table
{
	width: 100%;
}
.registerBox hr
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.registerBox input[type=text]
{
	width: 12em;
}
.registerBox input[type=password]
{
	width: 12em;
}
.registerBox select
{
	width: 12.4em;
}
/*.registerBox */
.label
{
	width: 11em;
	display: inline-block;
	color: Silver;
}
.validationSummary li
{
	list-style-position: inside;
}
.content .ResetPassword, .content .ResetedPassword, .content .ChangePassword, .content .ChangedPassword
{
	position: absolute;
	left: 15px;
	top: 15px;
	background-color: #202020;
	width: 15em;
	padding: 5px;
	border: solid 1px Silver;
}
/*====    /Registration Steps   ======*/
/*====    Gallery   ======*/
.galleryDetailButtons
{
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}
.galleryDetailButtons .previousButton
{
	position: absolute;
	left: 10px;
	top: 0px;
}
.galleryDetailButtons .nextButton
{
	position: absolute;
	right: 10px;
	top: 0px;
}
.galleryDetailImage
{
	text-align: center;
}
/*====    /Gallery   ======*/
/*================         PRODUCT MENU          ====================*/
div#productMenu
{
	background: url(Images/productMenuBackgroundGradient.png) center bottom repeat-x;
	background-color: #141414;
	width: 225px;
	padding-top: 3px;
}
div#productMenu table td
{
	padding: 8px 0 0 25px;
}
div#productMenuFooter
{
	background: url(Images/menu_bottom.jpg) center bottom repeat-x;
	width: 225px;
	height: 247px;
}
div#productMenu div.listHeader
{
	color: #41628c;
	font-weight: bold;
	display: block;
	width: 161px;
	padding-left: 63px;
	background: url(Images/menu_empty.jpg) left top no-repeat;
	padding-top: 13px;
	height: 33px;
}
div#productMenu #sales
{
	background: url(Images/menu_sale.jpg) left top no-repeat;
	padding-top: 13px;
	height: 33px;
}
div#productMenu #piercing_jewellery
{
	background: url(Images/menu_Piercing.png) left top no-repeat;
	padding-top: 10px;
	height: 35px;
}
div#productMenu #jewels
{
	background: url(Images/menu_Jewels.png) left top no-repeat;
	padding-top: 6px;
	height: 43px;
}
div#productMenu #tattoo__medical_supplies
{
	background: url(Images/menu_TattooSupplies.png) left top no-repeat;
	padding-top: 51px;
	height: 85px;
}
div#productMenu #crystal_evolution
{
	background: url(Images/menu_Crystal-Evolution.png) left top no-repeat;
	padding-top: 38px;
	height: 51px;
}
div#productMenu #store
{
	background: url(Images/menu_local_house.jpg) left top no-repeat;
	padding-top: 25px;
	height: 53px;
}
div#productMenu #studio
{
	background: url(Images/menu_local_piercing.jpg) left top no-repeat;
	padding-top: 31px;
	height: 63px;
}
div#productMenu #gallery
{
	background: url(Images/menu_local_gallery.jpg) left top no-repeat;
	padding-top: 38px;
	height: 58px;
}
div#productMenu ul
{
	list-style-type: disc;
	list-style-position: outside; /*margin-left: 30px;*/
	margin-top: -25px;
	color: white;
}
div#productMenu ul li a
{
	color: white;
	text-decoration: none;
}
#collapsibleLabel
{
	cursor: pointer;
}
/*================         /PRODUCT MENU          ====================*/
/*==== ComponentArt Menu ====*/

.productMenuSales
{
	color: #41628c;
	font-weight: bold;
	display: block;
	width: 170px;
	background: url(Images/menu_sale.jpg) left top no-repeat;
	padding-top: 16px;
	padding-left: 55px;
	height: 33px;
	cursor: pointer;
	overflow: hidden;
}
.productMenupiercing_jewellery
{
	color: #41628c;
	font-weight: bold;
	display: block;
	width: 170px;
	background: url(Images/menu_piercing_jewellery.jpg) left top no-repeat;
	padding-top: 12px;
	padding-left: 55px;
	height: 39px;
	cursor: pointer;
	overflow: hidden;
}
.productMenucrystal_evolution
{
	color: #41628c;
	font-weight: bold;
	display: block;
	width: 170px;
	background: url(Images/menu_crystal_evolution.jpg) left top no-repeat;
	padding-top: 33px;
	padding-left: 53px;
	height: 41px;
	cursor: pointer;
	overflow: hidden;
}
.productMenujewellery
{
	color: #41628c;
	font-weight: bold;
	display: block;
	width: 170px;
	background: url(Images/menu_steel_accessories.jpg) left top no-repeat;
	padding-top: 33px;
	padding-left: 55px;
	height: 40px;
	cursor: pointer;
	overflow: hidden;
}
.productMenupiercing_tools___display
{
	color: #41628c;
	font-weight: bold;
	display: block;
	width: 170px;
	background: url(Images/menu_piercing_tools_display.jpg) left top no-repeat;
	padding-top: 16px;
	padding-left: 55px;
	height: 60px;
	cursor: pointer;
	overflow: hidden;
}
.productMenu
{
	color: white;
	text-decoration: none;
	cursor: pointer;
	width: 190px;
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	overflow: hidden;
}
.leftWrapper div table tr td img
{
	position: relative;
	right: -20px;
}
.productGroupFooter
{
    width: 100%; 
    padding-top: 1000px; 
    padding-left: 50px;    
}
.productGroupFooter A
{
    text-decoration: none;
    color: #41628c;	
}

/*==== /ComponentArt Menu ====*/
