html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, dl, dt, dd, ol, ul, li, form, fieldset {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, img, dl, dt, dd, ol, ul, li, form, fieldset {
	border: 0;
}
body {
	background-color:#f7f7f5;
	margin:0;
	font:12px Tahoma, Verdana, sans-serif;
	color:black;
}
a, a:visited {
	text-decoration:underline;
	color:black;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
.fl {
	float:left
}
.fr {
	float:right
}
.cb {
	clear:both;
}
div.header {
	margin:0 20px 0 20px;
}
p.phone {
	margin-bottom:20px;
	font-size:21px;
	font-weight:bold;
}
#logo {
	width:287px;
	text-align:center;
	float:left;
}
#logo p {
	padding-bottom:5px;
}
p.menutitle {
	clear:both;
	font-size:14px;
	padding-bottom:10px;
}
ul.menu {
	list-style:none;
	display:block;
	height:40px;
	padding-bottom:50px;
	min-width:945px;
}
ul.menu li, ul.menu li a {
	display:block;
	line-height:20px;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
}
ul.menu li a:hover, li.active {
	background-color:#222;
	color:#999999;	
}
ul.menu li.special {
	background-color:#adcf43;
}
ul.menu li.special a:hover {
	background-color:#bddbf4;
}
ul.menu li.menusale {
	background-color:#a44;
}
ul.menu li.menusale a:hover {
	background-color:#c00;
}
ul.menu .left {
	width:95px;
	float:left;
}
ul.menu .right, ul.top li {
	width:120px;
	float:right;
}
ul.menu .big {
	width:150px;
}
ul.menu p {
	font-size:12px;
	text-transform:none;
}
ul.top {
	padding:25px 0 0 0;
}
#cart {
	width:150px;
	margin-top:15px;
}
#cart a {
	text-transform:uppercase;
}
#items, #ilovemusic, #defcont, .details, .intro, #main {
	clear:both;
	width:945px;
	margin:0 auto 0 auto;
}
#defcont h1, #defcont h2 {
	text-align:center;
}
#defcont h1, #defcont h2, #defcont h3 {
	font-weight:normal;
}
#defcont h1 {
	font-size:25px;
}
#defcont h2 {
	font-size:16px;
	padding-top:10px;
}
#defcont h3 {
	padding-top:10px;
}
#defcont p, #defcont ul {
	font-size:14px;
	padding-top:10px;
}
#defcont ul {
	list-style-position:inside;
}
#defcont img.fl {
	padding-right:10px;
	padding-top:10px;
}
#defcont img {
	padding-top:10px;
}
#defcont #map {
	padding-top:100px;
	margin: 0 auto 0 auto;
	display:block;
}
#items .ringSize {
	clear:both;
	background-color:#222;
	height:20px;
	line-height:20px;
	width:160px;
	margin-bottom:30px;
	text-align:center;
	color:#999;
}
#items .item {
	width:235px; /* 138px*/
	height:255px;
/*	border:1px solid red;*/
	float:left;
	margin:10px 40px 30px 40px; 
	position:relative;
	display:inline;
/*	background-color:#390;*/
}
#items .item .strike {
	text-decoration:line-through;
}
#items .item div.art {
	position:absolute;
	top:14px;
	font-size:16px;
}
#items .item div.sale  {
	position:absolute;
	right:0;
	color:#C00;
	font-weight:bold;
}
#items .item div.sale .saleprice  {
	font-size:16px;
}
#items .item img {
	margin:35px 5px 0 5px;
}
#items .item img {
	cursor: help;
	cursor: url("/i/zoom.png"), url("/i/zoom.gif"), url("/i/zoom.cur"), help;
}
#items .item .buy {
	position:relative;
}
#items .item .buy span {
	height:20px;
	line-height:20px;
	position:absolute;
	top:0;
	left:0;
/*	padding-bottom:20px;*/
}
#items .item .buy p {
	clear:both;
}
#items .item .buy form {
	display:block;
	float:right;
	width:130px;
}
#items .item .buy select, #items .item .buy button {
	height:20px;
}
#items .item .buy select {
	float:left;
}
#items .item .buy button {
	display:block;
	margin:0;
	padding:0;
	border:0;
	width:60px;
	color:black;
	background:none;
	text-decoration:underline;
	text-align:right;
	cursor:pointer;
}
#items .item .additional {
	position:absolute;
	top:170px;
	right:0;
}

/* only for earrings section */
/*#items.earrings {
	width:900px;
}
#items.earrings .item{
	width:450px;
	height:320px;
	float:left;
	margin:10px 0 60px 0; 
	position:relative;
	display:inline;
}
#items.earrings .item img {
	margin:0px;
}
#items.earrings .item .buy {
	position:relative;
	margin:-45px auto 0 auto;
	width:350px;
}
#items.earrings .item .buy span {
	font-size:24px;
	height:24px;
}
#items.earrings .item .buy select, #items.earrings .item .buy button {
	height:30px;
	font-size:24px;
}
#items.earrings .item .buy button {
	width:85px;
}
#items.earrings .item div.art {
	left:50px;
}
#items.earrings .item div.sale  {
	top:235px;
	left:50px;
}
#items.earrings .item div.sale .saleprice {
	font-size:18px;
	font-weight:normal;
}
#items.earrings .item div.sale .saletext {
	display:none;
}
#items.earrings .item .additional {
	font-size:16px;
	top:230px;
	right:52px;
}*/

/* eof earrings section */
#ilovemusic .description button {
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0;
	height:20px;
	width:60px;
	color:black;
	background:none;
	text-decoration:underline;
	text-align:right;
	cursor:pointer;
}
.details {
/*	height:300px;*/
/*	background-color:#06F;*/
}
.details .itemself {
	width:450px;
/*	text-align:center;*/
}
.details .diffcolor {
	font-size:16px;
	text-align:center;
	width:100%;
	display:block;
}
.details img {
/*	margin-right:80px;*/
}
.details div.description {
/*	height:100%;*/
	width:495px;
/*	background-color:#9C3;*/
}
.details div.description p {
	font-size:16px;
}
.details div.description p.name {
	font-size:24px;
	padding-bottom:20px;
}
.details div.description p {
	padding-bottom:10px;
}
.details div.description div.buy {
	height:30px;
	width:485px;
/*	width:100%;*/
	margin-top:10px;
	background-color:#222;
	font-size:20px;
	line-height:30px;
	padding-left:10px;
	color:white;
}
.details div.description div.buy form {
	display:block;
	float:right;
	width:200px;
}
.details div.description div.buy select, .details div.description div.buy button {
	font-size:20px;
	height:30px;
}
.details div.description div.buy select {
	float:left;
}
.details div.description div.buy button {
	display:block;
	margin:0;
	padding:0;
	border:0;
	width:80px;
	color:white;
	background:none;
	text-decoration:underline;
	text-align:center;
	cursor:pointer;
}
#checkout {
	clear:both;
	width:1001px;
	margin-left:auto;
	margin-right:auto;
}
#checkout p#title {
	text-align:center;
	font-size:24px;
	padding-bottom:30px;
}
#checkout p#nothing {
	text-align:center;
	font-size:24px;
	padding-bottom:150px;
}
#cartmain {
	width:691px;
}
#cartmain .cartitem {
	clear:both;
	width:100%;
	margin-bottom:20px;
}
#cartmain .cartitem img {
	display:block;
}
#cartmain .cartitem .nes_img {
	width:120px;
	height:180px;
	padding-left:52px;
	padding-right:53px;
	display:block;
	float:left;
}

#cartmain .cartitem .descr {
	margin-left:20px;
	width:246px;
}
#cartmain .cartitem .descr p.name {
	font-size:14px;
	padding-bottom:10px;	
}
#cartmain .cartitem .price {
	width:100px;
	margin-left:0px;
	text-align:right;
	font-size:18px;
	margin-top:20px;
}
#cartmain .cartitem .delete {
	margin-left:0px;
	margin-top:26px;	
	width:100px;
	display:block;
}
#cartmain .cartitem button {
	display:inline;
	margin:25px 0 0 0;
	padding:0 0 0 15px;
	border:0;
	height:100%;
	width:80px;
	color:black;
	font-size:12px;
	background:url(../i/delete.gif) no-repeat;
	text-decoration:underline;
	text-align:center;
	cursor:pointer;
}
#cartmain .total {
	clear:both;
	text-align:right;
	font-size:18px;
	margin-right:120px;
}

#cartorder form {
	width:300px;
}
.phone, .email, .address {
	margin-top:12px;
}
#cartorder .input input, #cartorder .address textarea {
	line-height:20px;
	color:white;
	margin-top:2px;
	border:none;
	background-color:#222;
	width:100%;
}
#cartorder .input input {
	height:20px;
}
#cartorder .address textarea {
	height:160px;
	scrollbar-base-color:#222;
}
#cartorder form .submitBtn {
	float:right;
}
#cartorder p.error {
 	color:red;
	width:100%;
	text-align:right;
	
}
#notfound {
	clear:both;
	height:200px;
	padding:50px 0 30px 50px;
}
#notfound .error {
	font-size:120px;
	padding-right:50px;
}
#notfound .title {
	font-size:40px;
	padding-top:50px;
}
#thanks {
	clear:both;
	width:100%;
	height:200px;
	padding:50px 0 100px 0;
	text-align:center;
}
#thanks span {
	font-size:24px;
}
.allsmall {
	text-transform:lowercase;
}
.howto {
	font-size:20px;
	padding-bottom:30px;
}
#offline {
	clear:both;
	width:600px;
	margin:0 auto;
}
#offline h1, #about h1 {
	text-align:center;
	font-weight:normal;
	font-size:40px;
	padding-top:20px;
	padding-bottom:20px;
}
#offline .title {
	font-size:18px;
	line-height:35px;
	padding-top:20px;
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
#offline ul {
}
#offline li {
	list-style:none;
	display:inline;
}
#offline dt, #offline dd {
	display:inline-block;
	float:left;
	text-align:left;
	font-size:12px;
}
#offline dt, #offline dd {
	width:250px;
}
#offline .ph {
	width:100px;
	text-align:right;
}
#footer {
	clear:both;
	width:100%;
	padding-top:30px;
/*	margin-left:auto;
	margin-right:auto;*/
}
#footer .phonefooter {
	font-size:16px;
	padding-bottom:10px;
}
#footer p {
	text-align:center;
}
#ilovemusic {
	padding-top:50px;
	font-size:14px;
}
#ilovemusic p {
	padding-bottom:20px;
}
#ilovemusic .item {
	width:auto;
	padding:80px 0 80px 0;
}
#ilovemusic h2 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding-bottom:30px;
}
#ilovemusic .imgcontainer, #ilovemusic .description, #ilovemusic .thumbnail span {
	height:400px
}
#ilovemusic .imgcontainer, #ilovemusic .thumbnail span {
	width:450px;
}
#ilovemusic .imgcontainer {
	float:left;
}
#ilovemusic .description {
	width:465px;
	margin-left:30px;
	float:right;
	position:relative;
}
#ilovemusic .description form {
	position:absolute;
	height:70px;
	bottom:0;
}
#ilovemusic .description fieldset label {
	padding-left:20px;
}
#ilovemusic .description button, #ilovemusic .description .price {
	font-size:30px;
	margin-top:10px;
}
#ilovemusic .description button {
	width:200px;
	height:40px;
}
#ilovemusic .tumbs {
/*	background-color:#0033CC;*/
	width:auto;
	height:152px;
	clear:both;
	position: relative;
	padding-top:0px;
}
#ilovemusic .thumbnail img{
	border: 1px solid white;
}
#ilovemusic .thumbnail:hover{
	background-color: transparent;
}
#ilovemusic .thumbnail:hover img{
	border: 1px solid transparent;
}
#ilovemusic .thumbnail span{
	position: absolute;
	visibility: hidden;
	background-color:#f7f7f5;
	left:-1000px;
}
#ilovemusic .thumbnail:hover span img{
	border:0;
}
#ilovemusic .thumbnail:hover span{
	visibility: visible;
	top: -400px;
	left: 0;
	z-index: 50;
}
#defcont .post h2 {
	text-align:left;
}
.postcontent {
	padding: 10px 0 10px 10px;
	font-size:14px;
}
.postcontent ul ol {
	list-style-type:decimal;
	list-style-position:inside;
}
.readall {
	padding-top:10px;

}
.postinfo {
	text-align:right;
	width:100%;
}
.prohibited {
	text-align:center;
	padding-top:10px;
	font-size:14px;
}
.introtext {
	text-align:center;
}
.ringssizes, .goldcolors {
	list-style:none;
	display:block;
	padding-top:10px;
	text-align:center;
}
.ringssizes li, .goldcolors li {
	display:inline;
	padding:0 10px 0 10px;
}
#maincont {
	width:650px;
	float:left;
}
.section {
	width:100%;
	clear:both;
}
.section img {
	float:left;
}
.section h2, .section p {
	padding-left:340px;
}
.section h2 {
	font-size:34px;
	font-weight:normal;
	padding-top:10px;
}
.section a, .section a:visited {
	text-decoration:none;
}
.section a h2, .section a:visited h2 {
	text-decoration:underline;
}
.sidebar {
	float:right;
	width:250px;
}
.sidebar h2 {
	font-size:20px;
	font-weight:normal;
	padding-bottom:5px;
}
.sidebar h3 {
	font-size:18px;
	font-weight:normal;
	padding:5px 0 5px 0;
}
.sidebar p {
	padding-bottom:5px;
}
div.banner {
	width:100%;
	height:121px;
	background-image:url(/i/autumn_banner_bg.gif);
	margin-bottom:50px;
	position:relative;
}
div.banner .bannerself {
	width:100%;
	height:121px;
	margin:0 auto 0 auto;
	background-image:url(/i/autumn_banner.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.counter {
	color:#f8e815;
	text-align:right;
	font-size:24px;
	width:40px;
	margin:-36px auto 0 auto;
	padding-left:220px;
}
