﻿body{ 
    width: 1000px;
    margin:30px auto auto auto;
}

.content {
    width: 1000px;
    position: relative;
    margin: auto auto auto auto;
    min-height:300px;
}

.contentAdmin {
    width: 1000px;
    position: relative;
    margin: auto auto auto auto;
    min-height:150px;
}

.header {
  width: 1000px;
  min-height:100px;
  position: relative;
  margin: auto auto auto auto;
}

.footer {
  width: 1000px;
  min-height:100px;
  position: relative;
  margin: auto auto auto auto;
  display:block;
}

.siteDescription {
  width: 990px;
  min-height:80px;
  height:auto !important;
  position: relative;
  margin: auto auto auto auto;
  padding:5px 5px 5px 5px;
  display:block;
}

.sitemap {
  width: 990px;
  height:auto !important;
  position: relative;
  margin: auto auto auto auto;
  padding-left:5px;
  padding-right:5px;
  display:block;
}

.AddItem
{
    background: url('../../Images/add.png') no-repeat center;
}

.RemoveItem
{
    background: url('../../Images/remove.png') no-repeat center;
}

.message
{
    padding: 2px;
    color: #fff;
}


.clearButton
{
    margin: 5px 0 0 110px;
}

.red
{
    border: 1px solid red;
}

div.RadRotator .rrClipRegion
{ 
    border-radius: 5px;
    /*border: 0;*/
    border: 1px solid #CCCCCC; 
}

.rrClipRegion {
    border: 0 none !important;
}

.jewelryImage 
{
	height: 250px;
	width: 150px;	
	float: left;
}

.jewelryRightPane 
{
	height: 290px;
	width:95%;
	float: left;
    border:solid 2px red;
}

.jewelryDescription 
{
	height: 170px;
	width: 500px;
    /*border:solid 2px blue;*/
	/*background-image: url(../Images/descriptionBg.gif);*/
}

.jewelryDescription_Text 
{
    position:absolute;
	font: normal 14px Arial, Verdana, Helvetica;
	/*color: #b0b098;*/
	/*margin-left: 10px;
	padding-top: 80px;
	margin-right: 10px;
    top:100px;
    left:100px;*/
    /*border:solid 2px yellow;*/
}

.jewelryName
{
	height: 35px;
	width: 250px;
}

.addToCart 
{
    position:absolute;
    /*position:relative;*/
	/*height: 45px;
	width: 250px;
	background-image: url(../Images/shoppingCartBg.gif);*/	
}


.butLink
{
    position:absolute;
    /*position:relative;*/
	/*height: 45px;
	width: 250px;
	background-image: url(../Images/shoppingCartBg.gif);*/	
}


.LoginBox
{
    text-align: left; 
    /*border:1px outset #ffffff;
    border-collapse:collapse;*/
    background-color:#e7e8f0;
    width: 100%;
    background-color:#ffffff;
    /*background-image:url("../images/v-grayfade.jpg");
    background-position:left bottom;
    background-repeat:repeat-x;*/
}

.LoginButton
{
    background-color:#f5f5f5;
    font:normal 0.9em arial;
    width: 100px;    
    cursor:pointer;
}

.LoginOuterBox
{
    text-align: left; 
    /*border:1px outset #f0f0f0;
    border-collapse:collapse;*/
    background-color:#ffffff;
    /*background-image:url("../images/v-grayfade-reverse.jpg");
    background-position:left top;
    background-repeat:repeat-x;*/
}

#LoginIntro
{
    font: normal 1em tahoma;
    padding-right: 20px;
}

#LoginIntro h2
{
    font: bold 1.1 em arial; 
    color: Black;
    padding: 0;
    margin:0;
}

.user-details {
    position:fixed;
    top: 1px;
    height:30px;
    width:1000px;
    z-index:90001;
    font-family: "Verdana";
    font-size: 8pt;
}
.user-details a:link {
    font-family: "Verdana";
    font-size: 8pt;
}

.user-details a:hover {
    font-family: "Verdana";
    font-size: 8pt;
}
.user-details a:visited {
    font-family: "Verdana";
    font-size: 8pt;
}
.user-details a:active {
    font-family: "Verdana";
    font-size: 8pt;
}


.layout {
    font-family: "Segoe UI" ,Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-collapse: collapse;
    color: #000;
    text-align: left;
}
.layout td {
    padding: 6px 6px 6px 10px;
    border: 1px solid #ddd;
}
.layout tr {
    background-color: #fff;
}
.layout tr.dark {
    background-color: #efefef;
}
.layout tr:hover {
    background-color: #FDFEE3;
}
.layout tr.head {
    border: 0;
    background: transparent;
}
.layout tr.head:hover {
    background: none;
}
.layout tr.head td {
    border: 0;
}
.layout .rborder {
    border-right: 3px solid #ddd;
    padding-right: 10px;
}

div.unsupported-wrapper
{
    padding: 20px;
}
/**
 * @region Cart overview
 */
.toolmio {
    z-index: 91001;
}
#cart-overview-wrapper
{
    width: 1000px;
    height: 1px;
    position: fixed;
    top: 0;
    
    /*left: 0;*/
    /*background-color: #000000;*/
    z-index: 90001; /*show above RadAjaxLoadingPanel*/
}
#cart-overview
{
    width: 1000px;
    height: 250px;
    margin-left: -500px;
    /*color: #ffffff;*/
    /*background-color: #000000;*/
    position: absolute;
    top: -250px;
    left: 50%;
    box-shadow:2px 2px 7px #241d10;
}

#cart-overview .toggler
{
    padding: 0 .5em 0 2em;
    height:20px;
    /*color: #ffffff;*/
    border-top: 1px dotted #393939;
    /*background-color: #000000;*/
    background-image: url('../../icons/ArrowDown4.png');
    background-position:center;
    background-repeat: no-repeat;
    position: absolute;
    top: 100%;
    right: 47%;
    cursor: pointer;
    box-shadow:2px 2px 7px #241d10;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-radius-bottomleft: 3px;
    -khtml-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#cart-overview .toggler:before
{
    padding: 0 .5em 0 2em;
    content: "";
    /*border-top: 2em solid #000000;
    border-left: 3em solid transparent;*/
    display: block;
    position: absolute;
    right: 100%;
    top: -1px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-radius-bottomleft: 3px;
    -khtml-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#cart-overview .item-count
{
    width: 60px;
}
#cart-overview .total-price
{
    width: 80px;
}
#cart-overview .item-count span, #cart-overview .total-price span
{
    font-size: 2em;
    line-height: 1;
    font-weight: 100;
    display: block;
}
#cart-overview-itemspanel
{
    width: 1000px;
    height: 200px;
    padding: 3px 0 0 3px;
    /*float: left;*/
    /*background: url("../icons/cart-overview-items-background.gif");*/
}
#cart-overview-infopanel
{
    width: 1000px;
    height: 50px;
    padding: 5px 10px 5px 10px;
    /*float: left;*/
}
.item-count, .total-price
{
    display: inline-block;
}
#cart-overview-infopanel .buttons
{
    width:980px;   
    height:32px;
    text-align:center;
}
.empty-cart, .buy-cart
{
    text-transform: uppercase !important;
}
.imgButtonPadding {
    padding: 0 5px 0 0;
    box-shadow:2px 2px 7px #241d10;
}

/**
 * end @region Cart overview
 */
.tooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 250px; text-align:left;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}

.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }


.myClass:hover
{
    background-color: #a1da29 !important;
}
.txt
{
    border: 0px !important;
    background: #eeeeee !important;
    color: Black !important;
    margin-left: 25%;
    margin-right: auto;
    width: 100%;
    filter: alpha(opacity=50); /* IE's opacity*/
    opacity: 0.50;
    text-align: center;
}

#list
{
    max-width: 900px;
}

/** Customize the org chart */

html .RadOrgChart .rocItem {
     width: 200px;
     height: 107px;
}

html .RadOrgChart .rocItemTemplate {
     /*height: 58px;*/
     height: 100px;
}

html .RadOrgChart .rocLineDown {
     top: 80px;
}

.TemplateHolder {
     margin: -10px 0 0 -10px;
     padding: 10px;
     width: 100%;
     height: 100%;
     min-height: 0;
     _zoom: 1;
}

.TemplateHolder:after {
     content: "";
     height: 0;
     clear: both;
     display: block;
}

.rocCustomImageWrap {
     margin-right: 12px;
     width: 48px;
     height: 48px;
     float: left;
     display: inline;
     overflow: hidden;
}

.rocCustomTextWrap {
     font-size: 14px;
     line-height: 24px;
     float: left;
}

.rtVisibleCallout {*width: 200px;}

.rtWrapper {*width: 100%;}


.rtCustomTemplate {
     padding: 5px;
     min-width: 150px;
     min-height: 80px;
     color: #797979;
     font-size: 14px;
     line-height: 20px;
}

.rtCustomTemplate .title {
     margin: 0 0 10px;
     color: #333333;
     font-size: 18px;
     font-weight: normal;
}

.rtCustomTemplate .address {
     margin: 10px 0 0;
}

.rtCustomTemplate .phone {
     margin: 10px 0 0;
     color: #227300;
     font-size: 12px;
     text-align: right;
}
.rocRemoveItemButton {
     margin: 0;
     padding: 0;
     width: 41px;
     height: 28px;
     border: 0px inset #999999;
     border-radius: 2px;
     background: #cccccc url("../../icons/vcard.png") center center no-repeat;
     text-indent: -999em;
     overflow: hidden;
     position: absolute;
     top: 90px;
     left: auto;
     right: 6px;
     cursor:pointer;
}