/* @group reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}

/* @end */

/* @group elements */

body {
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
	font: 12px 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	background: #f6f6f8 url(images/body-bg.png) repeat-x;
}

form {
	display: inline;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
}

TEXTAREA {
	width: 100%;
	font-size: 11px;
}

TD {
	font-size: 11px;
	padding: 3px;
	vertical-align: top;
	color: #666;
}

a {
	color: #4c537c;
}

strong {
	font-weight: bold;
}



/* @end */

/* @group structure */

#container {
	width: 900px;
	text-align: left;
	padding-top: 10px;
	background: #f0f1f3 url(images/container-bg.png) repeat-x;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

#header {
	background-color: white;
	margin-right: 10px;
	margin-left: 10px;
	height: 59px;
}

#navigation {
	background-color: white;
	margin: 10px;
	overflow: hidden;
	clear: both;
}

#main-column {
	width: 604px;
	float: left;
}

#main-column-content {
	background-color: white;
	width: 564px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	overflow: visible;
}

#main-column.wide {
	width:900px;
}

#main-column-content.wide {
	width:850px;
}

#right-column {
	width: 296px;
	float: right;
}

#right-column-content {
	background-color: white;
	margin-right: 10px;
	padding: 10px;
}

#body-container {
	width: 900px;
	background: url(images/body-container.gif) repeat-y;
	overflow: hidden;
}



/* @end */

/* @group header */

#header {
	font-size: 11px;
}

#header strong {
	color: #666699;
	font-size: 12px;
	display: block;
	margin-bottom: 2px;
}

#header span {
	color: #666699;
	font-size: 12px;
	font-weight: bold;
	padding-right: 3px;
}

#header-logo {
	width: 345px;
	float: left;
}

#header-logo h2 {
	margin-left: 14px;
	margin-top: 3px;
	color: #999999;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 3px;
}

#header-address {
	float: left;
	width: 150px;
	margin-top: 6px;
	color: #666666;
	line-height: 15px;
}

#header-sales {
	float: left;
	margin-top: 6px;
	color: #666666;
	line-height: 15px;
}

#header-links {
	float: right;
	font-weight: bold;
	color: #666666;
	margin-right: 9px;
	margin-top: 10px;
}

#header-links a {
	color: #666666;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

#header-links a:hover {
	color: #4c537c;
	text-decoration: underline;
}

#header-search {
	float: right;
	margin-right: 12px;
	margin-top: 8px;
}

#header-search input {
	vertical-align: middle;
}

#header-search-keywords {
	background: url(images/header-search-bg.png) no-repeat;
	border-style: none;
	width: 120px;
	height: 19px;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group navigation */

#navigation ul {
	height: 34px;
	margin-left: 13px;
}

#navigation ul li {
	float: left;
	line-height: 32px;
}

#navigation ul li a {
	color: #999999;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin-right: 2.2em;
}

#navigation ul li.selected a {
	color: #4c537c;
}

#navigation ul li a:hover {
	color: #4c537c;
	text-decoration: underline;
}

#navigation ul li a.last {
	margin-right: 0px;
}

/* @end */

/* @group main */

/* @group product-page */

#product-page-content {
	background-color: white;
	width: 564px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	overflow: visible;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
}

#product-page-content h6 {
	color: #4c537c;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 8px;
}

#product-page-content h5 {
	color: #4c537c;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 8px;
}

#product-page-content h2 {
	margin-bottom: 8px;
}

#product-page-content p {
	margin-bottom: 6px;
}

#product-page-content a {
	text-decoration: none;
}

#product-page-content a:hover {
	text-decoration: underline;
}

#product-page-image {
	float: left;
	width: 260px;
	text-align: left;
}

#product-page-info {
	float: left;
	width: 300px;
}

#product-page-description {
	clear: both;
}

#right-similar {
	margin-top: 5px;
	margin-left: 5px;
}

div.right-similar-item {
	width: 138px;
	height: 138px;
	float: left;
	text-align: center;
}

div.right-similar-item a {
	border: 1px solid #f4f4f4;
	width: 136px;
	height: 136px;
	display: block;
	border-width: 1px;
}

div.right-similar-item a:hover {
	border: 1px solid #9f9fbd;
	display: block;
}

div.product-page-links {
	padding-top: 4px;
}

div.product-page-links a {
	background: url(/images/small-purple-dot.png) no-repeat left center;
	padding-left: 12px;
}




/* @end */

/* @group main intro */

#main-intro h2 {
	margin-left: 305px;
	font-size: 21px;
	font-weight: bold;
	padding-top: 10px;
}

#main-intro p {
	margin-left: 305px;
	font-size: 12px;
	margin-right: 20px;
	margin-top: 8px;
	line-height: 15px;
}

#main-intro {
	background: url(images/main-intro-bg.jpg) no-repeat;
	margin-left: 10px;
	color: white;
	height: 266px;
}



/* @end */

/* @group main featured */

#main-featured {
	margin-left: 10px;
	margin-right: 10px;
}

#main-featured table {
	background: white url(images/main-featured-bg.png) no-repeat;
	overflow: auto;
	height: 143px;
	width: 100%
}

#main-featured table td {
	width: 194px;
	text-align: center;
	vertical-align: middle;
}

#main-featured h2 {
	color: #666699;
	font-size: 16px;
	font-weight: bold;
	height: 36px;
	line-height: 34px;
	margin-left: 3px;
}



/* @end */

/* @group main-column */

#main-column-header {
	background-color: #eff0f2;
	padding-left: 10px;
	padding-bottom: 10px;
}

#main-column-header h1 {
	color: #4c537c;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}


#main-column-content h1 {
	color: #4c537c;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 12px;
}

#main-column-content h2 {
	color: #4c537c;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 8px;
}

#main-column-content h3 {
	color: #4c537c;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 8px;
}

#main-column-content h1 a {
	text-decoration: none;
}

#main-column-content h1 a:hover {
	text-decoration: underline;
}

#main-column-content p {
	margin-bottom: 12px;
}



/* @end */

/* @group main-category-list */

#main-category {
	margin-left: 10px;
	height: 444px;
}

#main-category-list {
	overflow: hidden;
	margin-left: 10px;
	margin-top: 10px;
}

div.main-category-list-item {
	width: 141px;
	height: 141px;
	float: left;
	text-align: center;
}

div.main-category-list-item a {
	border: 1px solid #f4f4f4;
	width: 139px;
	height: 139px;
	display: block;
	border-width: 1px;
}

div.main-category-list-item a:hover {
	border: 1px solid #9f9fbd;
	display: block;
}

#main-category-footer {
	clear: both;
	color: #333;
	background-color: #eff0f2;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

#main-category-footer-links {
	float: right;
}

#main-category-footer-display {
	
}

#right-category-header {
	background-color: #eff0f2;
	padding-bottom: 10px;
}

#right-category-header h6 {
	color: #4c537c;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

#right-category-item {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 11px;
}

#right-category-item a {
	text-decoration: none;
}

#right-category-item h3 {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
}

#right-category-image {
	text-align: center;
	margin: 10px 0;
}

#NavFilter {
	float: right;
	margin-right: 15px;
}

div.categories-description {
	color:#666666;
	font-size:11px;
	margin: 10px 20px 0;
}


/* @end */



/* @end */

/* @group right */

#right-column h2 {
	color: #4c537c;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

#right-column ul {
	margin-left: 10px;
	margin-top: 8px;
}

#right-column ul li {
	
}

#right-column ul li a {
	text-decoration: none;
}

#right-column ul li a:hover {
	text-decoration: underline;
}

#right-engagement, #right-wedding, #right-gift {
	margin-right: 10px;
	height: 141px;
	border-bottom: 10px solid #f0f1f3;
}

#right-engagement h2, #right-wedding h2, #right-gift h2 {
	padding-top: 13px;
	padding-left: 14px;
}


#right-engagement p, #right-wedding p, #right-gift p {
	font-size: 11px;
	line-height: 16px;
	padding-top: 4px;
	padding-left: 14px;
	color: #666666;
}

#right-engagement a, #right-wedding a, #right-gift  a {
	text-decoration: none;
}

#right-engagement a:hover, #right-wedding a:hover, #right-gift  a:hover {
	text-decoration: underline;
}

#right-engagement {
	padding-right: 155px;
	background: white url(images/right-engagement-bg.jpg) no-repeat right;
	cursor: pointer;
}

#right-engagement h2 {
	color: #e22a4a;
}

#right-wedding {
	background: white url(images/right-wedding-bg.jpg) no-repeat right;
	cursor: pointer;
}

#right-wedding h2 {
	color: #e79e07;
}

#right-wedding p {
	padding-right: 170px;
}

#right-gift {
	padding-right: 20px;
	background: white url(images/right-gift-box.jpg) no-repeat right top;
	cursor: pointer;
}

#right-gift h2 {
	color: #ff3c76;
	padding-left: 140px;
}

#right-gift p {
	padding-left: 140px;
}
div.info-box {
	margin-bottom: 12px;
}


/* @end */

/* @group lower boxes */

#lower-boxes {
	margin-top: 10px;
	clear: both;
	overflow: hidden;
}

#lower-boxes div {
	width: 212px;
	margin-left: 10px;
	float: left;
	height: 166px;
	background: url(images/lower-boxes-bg.png) right top;
	line-height: 16px;
	display: inline;
}

#lower-boxes h3 {
	color: #666699;
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 14px;
	line-height: 18px;
}

#lower-boxes p {
	margin-left: 15px;
	color: #666666;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 5px;
}

#lower-boxes a  {
	text-decoration: none;
}

#lower-boxes a:hover  {
	text-decoration: underline;
}



#lower-boxes-guide {
	background: url(images/lower-boxes-guide.jpg) no-repeat right top !important;
}

#lower-boxes-guide h3, #lower-boxes-guide p {
	padding-right: 95px;
}

#lower-boxes-visit {
}

#lower-boxes-contact {
}

#lower-boxes-contact h4 {
	color: #666699;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#lower-boxes-list h3 {
	margin-bottom: 10px;
}

#lower-boxes-list p {
	text-align: center;
	margin-right: 15px;
}


/* @end */

/* @group footer */

#footer {
	clear: both;
	font-weight: bold;
	line-height: 35px;
	background: url(images/lower-boxes-bg.png) right top;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#footer h3 {
	color: #666699;
	font-size: 16px;
	font-weight: bold;
	padding-left: 3px;
	line-height: 18px;
	padding-bottom: 10px;
	background-color: #f0f1f3;
}

#footer-copy {
	float: right;
	color: #666666;
	margin-right: 15px;
}

#footer-links {
	color: #666666;
	margin-left: 12px;
	vertical-align: middle;
}

#footer-links a {
	color: #666666;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}

#footer-links a:hover {
	color: #4c537c;
	text-decoration: underline;
}

#footer-links img {
	vertical-align: middle;
}

#foot {
	color: #666666;
	margin-top: 20px;
	font-size: 11px;
}

#foot a {
	color: #666666;
	text-decoration: none;
}

#foot-text {
	color: #666666;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #f0f1f3;
	overflow: hidden;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 10px;
}

#foot-text-content {
	margin-left: 10px;
	margin-right: 10px;
	background-color: white;
	padding: 10px;
	font-size: 11px;
}

#foot-text h3 {
	color: #666699;
	font-size: 16px;
	font-weight: bold;
	padding-left: 3px;
	line-height: 18px;
	padding-bottom: 10px;
	background-color: #f0f1f3;
	margin-left: 10px;
}

#foot-links {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #f0f1f3;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#foot-links div {
	width: 180px;
	float: left;
	text-align: left;
}

#foot-links div h4 {
	color:#666699;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	padding-bottom: 6px;
	padding-left: 14px;
}

#foot-links div ul {
	margin-left: 10px;
	font-size: 11px;
	padding-left: 10px;
}

#foot-links div li {
	margin-bottom: 4px;
}

#foot-links div ul li a {
	color: gray;
	text-decoration: none;
	background: url(/images/grey-dot.png) no-repeat 5px 5px;
	padding-left: 14px;
	display: block;
}

#foot-links div ul li a:hover {
	color:#666699;
	text-decoration: underline;
}

/* @end */

/* @group blog */

DIV.blogdate {
	float: left;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 40px;
}

DIV.blogcat {
	float: right;
	font-size: 10px;
	text-align: right;
}

DIV.blogcat a {
	color: #4c537c;
}

DIV.blogcontent {
}

DIV.blogcontent a {
	color: #4c537c;
}

div.blog-archive p {
	color: #666;
	margin: 10px;
	font-size: 11px;
}



/* @end */

/* @group osC */

.inputbox {
	border: 1px solid silver;
}

.inputRequirement {
	color: #c00;
}

.messageStackError, .messageStackWarning {
	background-color: #ffb3b5;
}

.messageStackSuccess {
	background-color: #99ff00;
}

.info-panel {
	border: 1px solid silver;
	padding: 7px;
	margin: 5px 2px;
}

td.productListing-data td, td.productListing-data {
	vertical-align: middle;
}



/* @end */

/* @group tooltip */

a.tt {
	position: relative;
	z-index: 24;
	color: #cc0000;
	font-weight: normal;
}

a.tt span {
	display: none;
}

/*background:; ie hack, something must be changed in a for ie to execute it*/

a.tt:hover {
	z-index: 25;
	color: silver;
	background: ;
}

a.tt:hover span.tooltip {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	padding: 15px 0 0 0;
	width: 200px;
	color: #4C537C;
	text-align: center;
	filter: alpha(opacity:95);
	KHTMLOpacity: 0.95;
	MozOpacity: 0.95;
	opacity: 0.95;
	font-weight: bold;
	text-decoration: none;
}

a.tt:hover span.top {
	display: block;
	margin-top: 5px;
	padding: 30px 8px 0;
	background: url(/images/bubble.gif) no-repeat top;
}

a.tt:hover span.middle {

/* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: url(/images/bubble_filler.gif) repeat bottom;
}

a.tt:hover span.bottom {
	display: block;
	padding: 3px 8px 10px;
	color: #548912;
	background: url(/images/bubble.gif) no-repeat bottom;
}

/* @end */

