﻿/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
DEFAULT styles for all pages in site
version: 1.1
author: Ali Shaded
email: alsheron@gmail.com
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

html {
	overflow-y:scroll;
}
body {
	background-attachment:fixed;
	background-color:#1A2351;
	background-image:url(../site_images/blue_wood.jpg);
	background-position:center top;
	background-repeat:repeat;
	color:#333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
}
a:link {
	color: #FF7111;
}
a:visited {
	color: #FF7111;
}
a:hover {
	color: #FF7111;
}
a:active {
	outline: none;
}
h1#page-title {
	background-position:center;
	background-repeat:no-repeat;
	height:75px;
	width:100%;
}
#toplink {
	font-size:9px;
	font-weight:700;
	height:42px;
	margin-bottom:-10px;
	margin-left:766px;
	position:fixed;
	width:19px;
}
#toplink a {
	outline:none;
}
a.page-top {
	background-image:url(../site_images/arrow_up.png);
	display:block;
	height:42px;
	width:19px;
}
h1#page-title span {
	position: absolute;
	margin-left: -99999px;
}
h1#page-title.sz2 {
	height:100px;
}
h2 {
	color:#48AC2A;
	font-size:1.4em;
	margin:0 0 15px;
	padding:0;
}
h3 {
	color:#485591;
	font-size:1.1em;
	font-weight:700;
	margin-bottom:20px;
	margin-top:20px;
	margin-left: 40px;
}
form h3 {
	margin-top: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #369;
	margin-bottom: 10px;
	margin-left: 31px;
	margin-top: 20px;
}
.larger {
	font-size:18px;
}
.bottom-margin {
	display:block;
	margin-bottom:25px;
}
.bottom-margin-sz1 {
	display:block;
	margin-bottom:15px;
}
.bottom-margin-sz2 {
	margin-bottom:20px;
	text-align:center;
}
p {
	margin:15px 0;
	padding:0;
}
p.collapse {
	margin-top:0;
}
#content p {
	line-height:1.4em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#featured p {
	margin-bottom:0;
}
#content h2 {
	margin-top:15px;/*margin-left: 40px;*/
}

#coin_table h2 {
	margin-left: 41px;	
	
	
	
	}

#wrap {
	margin:0 auto;
	padding-bottom:0;
	padding-left:17px;
	padding-right:17px;
	width:766px;
}
#header-bg {
	background-image:url(../site_images/site_header_bg.gif);
	background-position:center top;
	background-repeat:repeat-x;
}
#header {
	background-image:url(../site_images/site_header_coin4.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:151px;
	margin:0 auto;
	width:800px;
}
#subnav {
	background-image:url(../site_images/nav_bottom.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	height:25px;
	padding-bottom:9px;
	padding-left:54px;
	width:712px;
}
#subnav a.current {
	color:#52A400;
}
#subnav li {
	color:#464646;
	display:block;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:700;
	margin:6px 20px 4px 0;
	padding:0;
}
#subnav a {
	color:#000;
	font-size:.9em;
	margin:0;
	padding:0;
	text-decoration:none;
}
#subnav a:hover {
	color:#000101;
	margin:0;
	padding:0;
	text-decoration:none;
}
#subnav li.first {
	margin-left:30px;
}
#content-bg {
	background-image:url(../site_images/page-bg.png);
	background-repeat:repeat-y;
	position:relative;
	width:800px;
	z-index:1;
}
#content {
	background-color:#FFF;
	float:left;
	width:766px;
}
#coin_table p {
	width:89%;
}
p.updated-on {
	text-align: center;
}
#footer {
	background-image:url(../site_images/footer.png);
	background-position:top;
	background-repeat:no-repeat;
	clear:left;
	font-size:.7em;
	font-weight:700;
	height:76px;
	margin:0 auto;
	text-align:right;
	width:766px;
}
#footer a {
	margin-right:45px;
}
#title-divide {
	background-image:url(../site_images/heading-shadow.jpg);
	background-position:40px center;
	background-repeat:no-repeat;
	height:10px;
	margin-bottom:15px;
	width:100%;
}
#iframe-wrapper {
	margin:0 auto;
 width:550 ];
	width: 700px;
}
.text-block {
	margin:0 auto;
	width:580px;
}
.text-block-wider {
	margin:0 auto;
	width:650px;
}
.empahsis {
	color:#2C85C7;
	font-size:1.5em;
	font-weight:700;
}
.special-text {
	color:#3D3E76;
}
a div.cart-button {
	background-image:url(../site_images/add_to_cart_swap.gif);
	display:block;
	height:28px;
	width:89px;
}
a:hover div.cart-button {
	background-position:-89px 0;
}

a div.offer-button {
	background-image:url(../site_images/make_offer_button.gif);
	display:block;
	height:28px;
	width:89px;
	margin-top: 5px;
}
a:hover div.offer-button {
	background-position:-89px 0;
}


table.stocktable tr.odd {
	background-color:#F9FBFF;
}
table.stocktable tr.even {
	background-color:#F2F8FF;
}
table.stocktable tr.highlight {
	background-color:#FFFFD5;
}
table.stocktable tr.selected {
	background-color:#FFFFC6;
}
table.stocktable td {
	color:#14283D;
	font-size:1em;
	padding:12px 10px;
	text-align:center;
}
table.stocktable td.nogrey {
	background-color:#FFF;
}
table.stocktable td.desc {
	text-align:left;
	width:100%;
}
table.stocktable td.price {
	font-weight:700;
	text-align:right;
}
table.stocktable th {
	background-color:#003E88;
	color:#FFF;
	font-weight:700;
	text-align:center;
}
table.stocktable th.left {
	background-image:url(../site_images/th-left.png);
	background-repeat:no-repeat;
	width:70px;
}
table.stocktable th.right {
	background-image:url(../site_images/th-right.png);
	background-position:100% top;
	background-repeat:no-repeat;
}
table.hoverlink a {
	display:block;
	font-size:18px;
	font-weight:700;
	padding:30px;
}
table.hoverlink a.large:hover {
	background-image:url(../site_images/india_main_linkbg_large.png);
	background-position:center center;
}
table.hoverlink a:hover {
	background-image:url(../site_images/india_main_linkbg.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#039;
	text-decoration:none;
}
table {
	font-size:1.2em;
}
thead th {
	padding:12px 5px;
}
.sold-desc {
	background-color:#FFF;
	border:3px solid #FFE8DD;
	color:#F60;
	display:block;
	font-size:0.8em;
	font-weight:700;
	margin-top:15px;
	padding:3px 5px;
	text-align:center;
	width:130px;
}
.est-up {
	background-color:#FFF;
	border:3px solid #FFE8DD;
	color:#F00;
	display:block;
	font-size:0.8em;
	font-weight:700;
	margin-top:15px;
	padding:3px 5px;
	text-align:center;
	width:130px;
}
.leftAlign {
	text-align:left;
}
.rightAlign {
	text-align:right;
}
.alignMiddle {
	display:block;
	margin:0 auto;
}
.padBottom {
	margin-bottom:15px;
}
#coin_table h3, #coin_table h2, .left-indent {
}
p.center, table.hoverlink td, .centerAlign {
	text-align:center;
}
table.stocktable td.date, .choosereign {
	font-weight:700;
}
.contact-success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6082D2;
	text-align: center;
	line-height: 15px;
	display: block;
	padding-bottom: 50px;
}
.left-icon {
	margin-right: 5px;
	margin-bottom: -6px;
}
.notice {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F60;
}
#jumpMenu {
	margin-bottom: 20px;
	display: inline;
}
#gobutton {
	margin-bottom: 20px;
}
.choosereign {
	margin-bottom: 5px;
	display: block;
}
.Submit input {
	margin-top: 10px;
}
.Foot {
	display: none;
}
#types1881table {
	font-size: 12px;
}
#bid-notice p {
	background-color:#FFF;
	border:3px solid #FFE8DD;
	color:#FF4A4A;
	display:block;
	font-size:14px;
	font-weight:700;
	margin-top:15px;
	padding:6px 6px;
	text-align:center;
	width:490px;
}


/* MODAL STUFF */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}


#boxes #dialog1 {
  width:375px; 
  height:500px;
}

#dialog1 .d-header {
	background-color:#FFC;
  width:375px; 
  height:500px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  width:267px; 
  height:500px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}