﻿@charset "UTF-8";
/* CSS Document 
Melinda Risk Jewelry
Author: Kevin Meyer
*/
.clear, .clear250 {
	clear: both;
}
.clear250 {
	height: 250px;
}


html, body {
	margin: 0;
}
html {
	background: #9cc9c6 url(/Assets/Images/tileBG.jpg) repeat-x 0 0;
}

body {
	line-height: 1.3;
}

p, h1, h2, h3, h4 {
	margin: 0 15px;
	padding: 10px 0 5px;
}

h2.ProductName {
	font-size: 1.5em;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #009999;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a{color: #009999;}
a:visited {color: #006666;}
a:hover{color: #009999;}

em {font-style: italic;}

#hd {
	background: url(/Assets/Images/MRJBanner.jpg) no-repeat 0 0 ;
	height: 120px;
}

/*Navigation styles*/
#nav {
	height: 30px;
}
#nav .Buttons {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
#nav a {
}

/*End Navigation styles*/

/*Body Content*/
#bd {
	background: url(/Assets/Images/featherTile.jpg) repeat-y 0 0 ;
}

#bd p,#bd ol, #bd ul {
	width: 85%;
	line-height: 1.4;
	
	color: #333;
}

.hidden {
	display: none;
	visibility:hidden;
}

.ContentTop, .ContentBottom {
	display: block;
	padding: 0;
	margin: 0;
	width: 649px;
	position: relative;
	left: -1em;
}

.ContentTop {
	background: url(/Assets/Images/ContentTop.jpg) no-repeat 0 0;
	height: 29px;
}
.Breadcrumb {
	width: 90%;
	margin: 0 10px;
	padding: 4px 0 0;
	font-size: .9em;
	color: #666;
}


.ContentBottom {
	background: url(/Assets/Images/ContentBottom.jpg) no-repeat 0 0;
	height: 27px;
}


/*footer*/
#ft {
	background: url(/Assets/Images/FooterBG.jpg) no-repeat 0 0;
}
#ft p {
	padding-top: 55px;
	margin-left: 5px;
	
	color: #666;
}
.copyright{
	font-size: .9em;
	padding-top: 35px;
	float: left;
	color: #666;
}
.ContactInfo {
	float: right;
	width: 100px;
	font-size: 1em;
	text-align: right;
	padding-top: 35px;
}
/* s3 Slideshow fixes */
#slider ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#slider li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* Jewelry collection panels styles */
a.CollectionPanel {
	width: 175px;
	height: 270px;
	margin: 0 auto;
	padding: 0;
	display: block;
}

.JewelryCollections .yui-u p {
	padding: 5px 0;
	margin: 0 auto;
	display: block;
	width: 170px;
	color: #333;
	font-size: 1em;
	text-align: center;
}
a#Showcase {
	background: url(/Assets/Images/ShowcaseTitle.jpg) no-repeat 0 0;
}
a#JewelBox {
	background: url(/Assets/Images/JewelBoxTitle.jpg) no-repeat 0 0;
}
a#Guenivere {
	background: url(/Assets/Images/GuenivereTitle.jpg) no-repeat 0 0;
}

a#Showcase:hover, a#JewelBox:hover, a#Guenivere:hover {
	background-position: 0 -270px;
}

img.Thumbnail {
	width: 100px;
	margin: 0 auto 10px;
	display: block;
	border: 1px solid #CCC;
}
img.Thumbnail:hover {
	border: 1px solid #009999;
}

ul.JDetails {
	list-style-type: none;
	line-height: 1.2;
	width: 250px;
	margin: 10px 5px 10px 15px;
	padding: 10px 0;
	background: url(/Assets/Images/JDetailBKGD.png) repeat 0 0;
}
ul.JDetails li {
	list-style-type: none;
	width: 160px;
	margin-left: 85px;
	font-size: 1em;
	text-align: left;
	color: #333;
	padding: 5px 0;
}

ul.JDetails li span {
	width: 75px;
	margin-left: -85px;
	margin-right: 7px;
	text-align: right;
	display: inline-block;
	color: #000;
}
#JDetailImage {
	width: 600px;
	display: block;
	margin: 0 auto;
	padding: 20px 0 10px;
}

#SoldOut {
	float: right;
	margin-right: 50px;
}

.Hide {
	display:none;
	visibility:hidden;
}

.Note {
	font-size: .85em;
	float: right;
	color: #666;
	padding: 5px 0;
}

#MedDetail img{
	display: block;
	margin: 0 auto;
	padding: 50px 0;
}

ul.JControls {
	float: left;
	width: 70%;
	padding: 0;
	margin: 0 0 0 50px;
}

ul.JControls li {
	list-style-type: none;
	padding: 5px 15px;
	border-top: 1px solid #CCC;
	/*width: 100%;*/
}
ul.JControls li span {
	width: 30px;
	float: left;
}

ul#PageAdvance {
	padding: 40px 0 0;
	margin: 0 auto;
	display: block;
	clear: both;
	width: 900px;
	text-align: center;
}
ul#PageAdvance li {
	list-style-type: none;
	margin: 2px;
	display: inline-block;
}

ul#PageAdvance li a {
	text-decoration: none;
	padding: 2px 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	}

ul#PageAdvance li a:hover {
	border-color: #009999;
}

#Filter {
	display: block;
	height: 30px;
	width: 80%;
	margin: 0 auto 15px;
	background: #CCCCCC url(../Images/filterBG.jpg) repeat-x 0 0;
}

#Filter .Image {
	float: left;
	width: 200px;
}
#Filter .Options {
	float: left;
	margin-left: 10px;
	padding-top: 7px;
}

#Filter .Options a {
	margin: 0 5px;
}

/*Admin styles*/

.PasswordBlock {
	display: block;
	float: left;
	width: 500px;
	height: 96px;
	margin: 40px 200px;
	padding: 5px 0;
	background-color: #CCC;
	border-bottom: 1px solid #666;
}
.PasswordBlock img {
	float: right;
}

.PasswordBlock input {
	margin: 2px 1px;
}
.PasswordBlock ul {
	float: left;
	width: 300px!important;
	margin: 0;
	padding: 0;
	
}
.PasswordBlock li {
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
}
.PasswordBlock li span {
	width: 80px;
	text-align: right;
	padding-right: 5px;
	display: inline-block;
}

.AdminBlock {
	margin: 0 30px;
	padding: 10px 0;
	width: 500px;
}

.AdminBlock ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.AdminBlock li {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 5px 0;
}
.AdminBlock li label {
	display: block;
	color: #333;
}
.AdminBlock li input {
	width: 25em!important;
}
.AdminBlock li input.textbox {
	width: 25em!important;
}

.AdminBlock li input.button {
	width: 17em!important;
	float: left;
	margin: 10px 10px 10px 0;
}