/* ************************************************ 
 * ------------------------------------------------
 *	Common setting
 * ------------------------------------------------
 * ************************************************ */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background-color:#FFFFFF;
	background-image:none;
	color:#000000;
	font:10px Verdana,Arial;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: none;
}
a:active {
	color:#666666;
	text-decoration: none;
}

.about_text {
	color:#333333;
	font:11px Verdana,Arial;
	line-height: 150%;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {float: right;}
.alignleft {float: left}

.smallfont { font-family: "Verdana", "Geneva", "Arial", "Helvetica", "san-serif"; font-size: 10px; font-style: normal; color: #333333}

.tm { vertical-align: super; font-size: 7px}

.breadcrumbs { font-family: "Verdana", "Geneva", "Arial", "Helvetica", "san-serif"; font-size: 10px; font-style: normal; color: #999999}

select.ringsize {
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "san-serif";
	font-size: 11px;
	font-style: normal;
	color: #333333;
}

select.ringsize:focus {
	background-color: #CCCCFF;
}

input.addtocart {
	width: 110px;
	height: 30px;
	background-color: #CCCCFF;
	border-top: 1px #CCCCFF solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCFF solid;
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", "san-serif";
	font-size: 10px;
	font-style: normal;
	color: #333333;
}

.helpsubtitle {font-family: "Geneva", "Verdana","Arial", "Helvetica", "san-serif"; font-size: 11px; font-weight: bold; font-style: normal; color: #666666}

.topofpage { font-family: "Geneva", "Verdana", "Arial", "Helvetica", "san-serif"; font-size: 10px; font-style: normal; color: #6699CC}



/* ************************************************ 
 *	Header
 * ************************************************ */

.topmenu {
	position: relative; 
	width: 750px;
	background-color:#FFFFFF;
}


/* ************************************************ 
 *	Footer
 * ************************************************ */

.push {
	height: 70px; /* .push must be the same height as .footer */
}

.footerwrapper {
	position: relative;
	width: 955px;
	height: auto;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}

.footer {
	position: relative; 
	width: 750px;
	background-color:#FFFFFF;
	height: 70px; /* .push must be the same height as .footer */
}

.copyright {
font-family: "Geneva", "Verdana", "Arial", "Helvetica", "san-serif"; font-size: 9px; font-style: normal; color: #999999
	
}

/* ************************************************ 
 *	Main
 * ************************************************ */

.wrapper {
	position: relative;
	width: 955px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}

.solidunderline {
	border-bottom: 1px #CCCCCC solid;
}

.solidbordertop {
	border-top: 1px #CCCCCC solid;
}

.dashedbordertop {
	border-top: 1px #666666 dashed;
}

