/* Main Layout -------------------------
------------------------------------- */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 1em;
}
body {
	background: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Lucida, sans-serif
}
a {
	color: #676767;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.note_sm {
	font-size: .8em;
	font-style: italic;
	color: #676767;
}
table#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border: none;
}
table#container td {
	margin: 0px;
	padding: 0px;
}
td#main-container {
	vertical-align: top;
}
td#footer-container {
	height: 50px;
	vertical-align: bottom;
}
#main {
	margin: 0px auto;
	width: 900px;
	height: 100%;
	position: relative;
}

/* Header ------------------------------
------------------------------------- */
#header {
	width: 900px;
	height: 50px;
	margin-bottom: 20px;
	background: #676767;
	border-bottom: #000 1px solid;
	position: relative;
}
/* following set up right-aligned list objects in both header and footer */
#header-nav, #footer-right {
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 12px;
	color: #fff;
}
#header-nav ul, #footer-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 14px;
}
#header-nav ul li, #footer-right ul li {
	float: left;
	border-left: #fff 1px solid;
	padding: 0px 20px;
}
#header-nav ul li.first, #footer-right ul li.first {
	border: none;
}
#header-nav ul li a, #footer-right ul li a {
	color: #fff;
}
#logo {
	margin-left: 15px;
	border: none;
}

/* Content -----------------------------
------------------------------------- */
#content {
	position: relative;
	font-size: .9em;
}
table{
	font-size: .9em;
}

#content img {
	margin: 0px auto;
	border: #000 1px solid;
}
#content img.noborder {
	border: none;
}

#leftbar {
	float: left;
	width: 200px;
	background: #f9f9f9;
	border: #aeaeae 1px solid;
	margin-right: 40px;
}
#leftbar ul {
	list-style: none;
}
#leftbar h2 {
	margin-left: 20px;
	font-size: 1.1em;
}
#leftbar a {
	color: #676767;
}
#rightbox {
	float: right; 
	width: 655px;
}
#rightbox h2 {
	margin-top: 0px;
	font-size: 1.1em;
}
#rightbox img#itemthumb {
	float: left;
	margin-right: 15px;
}
#rightbox div#itemtext {
	float: left;
	width: 450px;
}
label.search {
	width: 150px;
	display: block;
	float: left;
}

/* Home page specific Content items - */
#prom-link {
	margin: 83px 0px 40px 0px;
	float: left;
	margin-right: 17px;
}
#prom-link img.noborder {
	margin-left: 112px;
}
#bridal-link {
	margin: 66px 0px 40px 0px;
	float: left;
	margin-right: 17px;
}
#bridal-link img.noborder {
	margin-left: 53px;
}
#value-link {
	margin: 83px 0px 40px 0px;
	float: right;
}
#value-link img.noborder {
	margin-left: 67px;
}

/* Footer ------------------------------
------------------------------------- */
#footer {
	margin: 20px auto 0px auto;
	width: 900px;
	height: 50px;
	background: #676767;
	border-top: #000 1px solid;
	position: relative;
}

/* Specific table styles ----------------
-------------------------------------- */
table.control_form th {
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	background: #676767;
	color: #fff;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

table.multiItems {
	margin-top: -2px;
}
table.multiItems td {
	width: 200px;
	height: 230px;
	margin: 10px;
	background: #fff;
	border: #aeaeae 1px solid;
	text-align: center;
	position: relative;
}


div.rightopts {
	float: right;
	width: 200px;
	border: #ccc 1px solid;
	background: #fafafa;
	padding: 5px;
}
div.rightopts h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
div.rightopts h4 {
	font-size: 1.1em;
}
div.rightopts hr {
	margin: 10px 0px;
}

.hideable {
	display: none;
	border: #ccc 1px solid;
	background: #eee;
	padding: 5px;
}


img#type_img {
	position: absolute;
	top: 0px;
	left: 900px;
	border: none;
}