/* -------------------------------------------------------------- 
	Resets default browser CSS
	http://meyerweb.com/eric/tools/css/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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Alisa: so the centered page wouldn't shift if the content is shorter than viewport */
html {
	overflow: scroll;
}
/* -------------------------------------------------------------- 
   typography
-------------------------------------------------------------- */
body {
	font-size: 62.5%;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.3;
	color: #626262;
}
h2, h3, h4, h5, h6, p, ul, ol, img {
	margin: 0px 20px 10px 20px;
}
h2 {
	font-size: 2.2em;
	margin-bottom: .3em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
p, ol, ul, dl, table {
	font-size: 1.1em;
}
ol, ul, dl {
	margin-left: 25px;
}
img {
	vertical-align: bottom;
}
p img {
	float: left;
	margin-left: 0;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	margin-bottom: 5px;
}
dt {
	font-weight: bold;
}
a {
	color:#626262;
	text-decoration: none;
}
a:focus, a:hover {
	color: #626262;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* -------------------------------------------------------------- 
 Some default classes
-------------------------------------------------------------- */
.small {
	font-size: .8em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.first {
	margin-top: 15px;
}
.clear {
	clear: both;
}
.padding {
	padding: 10px 0;
}
.sub {
	font-size: 50%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.hide {
	position:absolute;
	left:-9990px;
	top:0px;
	width:1px;
	height:1px;
	overflow:hidden;
}
div.divider {
	clear: both;
	height: 5px;
	background: #f6f6f6;
	margin-bottom: 10px;
}
div.divider2 {
	clear: both;
	height: 2px;
	background: #f6f6f6;
	margin-bottom: 10px;
}
div.divider hr, div.divider2 hr {
	display: none;
}
.column {
	float:left;
	display: inline;
	margin-bottom:0;
	width: 50%;
}
.hidden {
	display: none;
}
.visible {
	display: block;
}
/* --------------------------------------------------------------  
	=Layout 
-------------------------------------------------------------- */
.container {
	width: 870px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.content {
	float: left;
	width: 900px;
	margin-bottom: 25px;
}
.maincontent {
	width: 375px;
	float: left;
	margin-left: 450px;
	display: inline;
}
.sidecontent {
	width: 450px;
	float: left;
	margin-left: -825px; /* -(maincontent width + maincontent left margin - sidecontent left margin) */
	display:  inline;
}
.sidebar {
	display: none;
}
/* =onecolumn 
-------------------------------------------------------------- */
.onecolumn .content {
	width: 900px;
	background: none;
	margin-top: 0;
}
.onecolumn .maincontent {
	width: 850px;
	margin-left: 0px;
	margin-right: 0px;
}
.onecolumn .sidecontent {
	display: none;
}
.onecolumn .sidebar {
	display: none;
}
/* =header 
-------------------------------------------------------------- */
.header {
	float: left;
	width: 100%;
	height: 100px;
}
.logo {
	position: absolute;
	left:322px;
	top: 36px;
	*top: 26px; /* IE6 IE7 */
	margin-left: 35px;
}
.logo img {
	margin: 0;
}
/* =nav 
-------------------------------------------------------------- */
#navcontainer {
	height: 9px;
	width: 870px;
	position: relative;
	top: 50px;
}
#nav {
	position:relative;
	z-index: 80;
	margin-left: 36px;
	margin-right: 0;
}
#nav li {
	float:left;
	list-style: none;
}
#nav li a {
	position: absolute;
	top:0;
	display:block;
	height:9px;
	background:url(/images/nav.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1%;
}
li#nav1 a {	width:126px;	left:0;}
li#nav2 a {	width:85px;	left:147px;	background-position:-147px top;}
li#nav3 a {	width:39px;	left:252px;	background-position:-252px top;}
li#nav4 a {	width:136px; left:530px; background-position:-530px top;}
li#nav5 a {	width:31px;	left:687px;	background-position:-687px top;}
li#nav6 a {	width:54px;	left:739px;	background-position:-739px top;}
/* hover states */
li#nav1 a:hover {	background-position:0 bottom;}
li#nav2 a:hover {	background-position:-147px bottom;}
li#nav3 a:hover {	background-position:-252px bottom;}
li#nav4 a:hover {	background-position:-530px bottom;}
li#nav5 a:hover {	background-position:-687px bottom;}
li#nav6 a:hover {	background-position:-739px bottom;}
/* you-are-here navigation marker */
li#nav1.current a {	background-position:0 bottom;}
li#nav2.current a {	background-position:-147px bottom;}
li#nav3.current a {	background-position:-252px bottom;}
li#nav4.current a {	background-position:-530px bottom;}
li#nav5.current a {	background-position:-687px bottom;}
li#nav6.current a {	background-position:-739px bottom;}
/* utility nav */
.header {
	position: relative;
}
.utilitynav {
	text-transform: uppercase;
	color: #818181;
	position:absolute;
	right: 3px;
	top: 0;
	margin: 0;
}
.utilitynav li {
	list-style: none;
	float: left;
	padding: 9px 12px 8px 12px;
	margin-left: 8px;
	display: inline;
	background: url(/images/utility_bg.gif);
	font-weight: bold;
}
.utilitynav li.cartnav a {
	background: url(/images/cart_icon.gif) left center no-repeat;
	padding-left: 20px;
}
.utilitynav a {
	color: #818181;
}
.logout {
	float: right;
	margin-top: -5px;
	margin-bottom: 0;
	margin-right: 30px;
}
.logout a {
	color: #0400ff;
	text-decoration: underline;
	font-weight: bold;
}
.logout a:hover {
	text-decoration: none;
}
/* =footer
-------------------------------------------------------------- */

.footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 20px;
}
.footer p {
	margin-bottom: 0px;
}
.footer p img {
	float: none;
	margin: 0;
}
.footer a {
	padding: 0 10px;
}
/* -------------------------------------------------------------- 
 =forms
-------------------------------------------------------------- */
form fieldset {
	margin: 10px 10px 10px 27px;
}
form fieldset.submit {
	border-top: 5px solid #f6f6f6;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}
form fieldset.msg {
	border-top: 5px solid #f6f6f6;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}
form legend {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}
form ol {
	margin: 0;
}
form li {
	margin-bottom: 5px;
	list-style: none;
	clear: both;
}
form .addresses li {
	clear: none;
}
form p {
	margin: 0;
}
label {
	font-size: 1.1em;
}
.label {
	display: block;
	float: left;
	width: 104px;
	text-align: right;
	margin-right: 5px;
	display: inline;
}
.checkboxlabel {
	margin-bottom: 10px;
	font-size: 1.1em;
}
input.text, select, textarea {
	border: 1px solid #c7c7c7;
	color: #888888;
	margin-right: 5px;
}
input.text, .select, .textarea {
	width: 190px;
}
input.largetext, .largeselect, .largetextarea {
	width: 250px;
}
input.mediumtext, .mediumtextarea {
	width: 118px;
}
.mediumselect {
	width: 100px;
}
.smallselect {
	width: 85px;
}
input.smalltext {
	width:40px;
	text-align: center;
}
input.ziptext {
	width: 59px;
}
.textarea {
	height: 50px;
}
input.button {
	padding: 0;
}
img.button {
	padding: 0;
	margin: 0;
}
form .options {
	width: 30%;
	margin-left: 30px;
	overflow: hidden;
}
form .options li {
	float: left;
	margin-right: 10px;
	display: inline;
}
.checkbox, .radio {
	margin: 0 0 -2px 0;
}
label.checkboxlabel, label.radiolabel {
	display: inline;
	margin-right: 0;
}
.selectform {
	border: 5px solid #f6f6f6;
	margin-left: 20px;
	margin-bottom: 25px;
}
.selectform fieldset {
	margin-left: 0;
	margin-right: 0;
}
.selectform li {
	clear: both;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.selectform a {
	color: #0400ff;
	text-decoration: underline;
	font-weight: bold;
}
.box .button {
	margin-left: 27px;
}
.box li.submit .button {
	margin-left: 230px;
	margin-top: 10px;
}
.box a {
	color: #0400ff;
	text-decoration: underline;
	font-weight: bold;
}
.box a.remove {
	background: url(/images/x.gif) left center no-repeat;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 10px;
}

.box a.remove_cart {
	font-size: 10px;
}

.selectform fieldset.submit {
	text-align: center;
}
.selectform .label {
	width: 84px;
	font-weight: bold;
	font-size: 1em;
}
.selectform .value {
	float: left;
}
.selectform .select {
	width: 140px;
}
.selectform .smalltext {
	width: 40px;
	text-align: center;
}
/* -------------------------------------------------------------- 
 =tables
-------------------------------------------------------------- */
table, table.box {
	margin: 2px 20px 10px 20px;
	width: 96%;
	font-size: 1.2em;
}
caption {
	font-size: 1.1em;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
thead {
	background: url(/images/heading_bg.gif) repeat;
	border-bottom: 5px solid #f6f6f6;
}
th {
	padding: 5px 10px;
	text-align: center;
	font-size: .9em;
}
td {
	line-height: normal;
	padding: 15px 10px;
	border-bottom: 2px solid #f6f6f6;
	text-align: center;
	vertical-align: middle;
}
.align {
	text-align: left;
}
tfoot td {
	font-size: 1.6em;
	text-align: right;
	border-top: 5px solid #f6f6f6;
}
tfoot strong {
	float: left;
	text-align: right;
	width: 84%;
	padding-right: 5px;
}
/* -------------------------------------------------------------- 
	=Elements 
-------------------------------------------------------------- */
.productlist {
	margin-left: 86px;
	margin-right: 0;
	margin-top: 42px;
}
.productlist li {
	list-style: none;
	float: left;
	margin-right: 25px;
	display: inline;
	height: 225px;
	width: 164px;
}
.productlist h2 {
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 1em;
}
.productlist p {
	margin-left: 10px;
	font-size: 1em;
}
.productlist img {
	margin-bottom: 0;
}
/* product pages */
.specs {
	font-size: 1.4em;
	margin-bottom: 15px;
}
.sidecontent .productphoto {
	float: right;
	margin: 0;
}
/* account pages */
.pagetitle {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top: -10px;
 *position: relative;
}
.box {
	border: 5px solid #f6f6f6;
	margin-top: 20px;
	margin-bottom: 25px;
	overflow: hidden;
	width: 98%;
}
.box fieldset.column {
	width: 38%;
	display: inline;
}
.box h4 {
	font-size: 1.7em;
	margin-bottom: 20px;
	margin-left: 25px;
	color: #4c4c4c;
}
.heading {
	background: url(/images/heading_bg.gif) repeat;
	overflow: hidden;
	width: 100%;
	border-bottom: 5px solid #f6f6f6;
	margin-bottom: 15px;
}
.heading h3 {
	float: left;
	margin: 5px 0px 5px 20px;
	text-transform: uppercase;
	font-size: 1.1em;
}
.heading h3 a {
	color: #626262;
	text-decoration: underline;
}
.heading h3.current {
	background: url(/images/down_arrow.gif) left 3px no-repeat;
	padding-left: 14px;
}
#steps {
	position:relative;
	z-index: 100;
	margin: 0px 27px 0px 27px;
	height:24px;
}
#steps li {
	float:left;
	list-style: none;
}
#steps li a {
	position: absolute;
	top:0;
	display:block;
	height:24px;
	background: url(/images/account_steps.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1%;
}
li#step1 a {
	width:162px;
	left:0;
}
li#step2 a {
	width:162px;
	left:162px;
	background-position:-162px top;
}
li#step3 a {
	width:120px;
	left:324px;
	background-position:-324px top;
}
li#step4 a {
	width:148px;
	left:444px;
	background-position:-444px top;
}
/* hover states */
li#step1 a:hover {
	background-position:0 bottom;
}
li#step2 a:hover {
	background-position:-162px bottom;
}
li#step3 a:hover {
	background-position:-324px bottom;
}
li#step4 a:hover {
	background-position:-444px bottom;
}
/* you-are-here navigation marker */
li#step1.current a {
	background-position:0 bottom;
}
li#step2.current a {
	background-position:-162px bottom;
}
li#step3.current a {
	background-position:-324px bottom;
}
li#step4.current a {
	background-position:-444px bottom;
}
.addresses {
	margin-top: 15px;
}
.addresses li {
	float: left;
	width: 150px;
	margin-right: 73px;
	display: inline;
	height: 150px;
}
.addresses h3 {
	margin: 0 0 5px 0;
	font-size: 1.2em;
	color: #4c4c4c;
}
.addresses p {
	margin: 0 0 5px 0;
	font-size: 1.1em;
}
.addresses .change {
	font-size: 1em;
}
.addresses p {
	margin-bottom: 8px;
}
.printbutton {
	float: right;
	margin-top: 10px;
}
/* checkout pages */
#ordernumber {
	width: 20%;
}
#orderdate, #orderamount, #orderstatus {
	width: 17%;
}
table.orderhistory {
	width: 85%;
}
#detailquantity {
	width: 15%;
}
#detailproduct {
	width: 25%;
}
#detailropeclasp, #detailwrist, #detailprice {
	width: 20%;
}
.smproduct {
	margin: 0;
	float: left;
}
.productname {
	font-size: 1em;
	margin: 10px 0 0 50px;
}
.cartform table.box {
	margin: 25px 0 10px 0;
	width: 100%;
}
.cartform td, .cartform th {
	text-align: left;
}
.cartform tfoot td {
	text-align: right;
	padding-right: 15px;
}
.shopoptions {
	background: url(/images/heading_bg.gif) repeat;
	font-size: 1em;
	vertical-align: top;
	padding: 8px 10px;
}
.shopoptions .button {
	margin: 0;
	float: right;
}
.shopoptions span {
	margin: 10px 10px 0px 10px;
	float: right;
}
#cartquantity {
	width: 5%;
}
#cartproduct {
	width: 20%;
}
#cartclasp, #cartrope, #cartprice {
	width: 20%;
}
#cartremove {
	width: 5%;
}
#cartwrist {
	width: 33px;
}
/* customer info*/
.customerinfo {
	border-right: 2px solid #F6F6F6;
	float: left;
	width: 43%;
	padding-bottom: 30px;
}

.customerinfo h3 {
	margin-top: 15px;
}

.customerinfo p {
	margin-left: 27px;
}

.addresses p {
	margin-left: 0px;
}

.cartinfo {
	float: left;
	width: 56%;
}
.retcustomer legend {
	color:#4C4C4C;
	font-size:1.7em;
	margin-bottom:20px;
	margin-left:25px;
}
.retcustomer {
	border-bottom: 2px solid #F6F6F6;
	margin-bottom: 10px;
}
.retcustomer label {
	width: 80px;
}
.retcustomer li.submit .button {
	margin-left: 207px;
}

li.first {
	margin-bottom: 15px;
	margin-top: 0;
}
.cartinfo table.box {
	margin: 10px 0px 0px 12px;
	border-top: 5px solid #F6F6F6;
	width: 450px;
}
.cartinfo table.box td {
	padding: 5px 2px;
}
.cartinfo table.box tfoot td {
	padding-right: 20px;
	font-size: 1.3em;
}
.cartinfo table.box tfoot td label {
	font-size: .8em;
	font-weight: bold;
}
.cartinfo tfoot strong {
	width: 74%;
}
.cartinfo tfoot .total {

	margin-top: 0;
}
.total {
	clear: both;
	margin-top: 15px;
	padding-top: 10px;
	border-top: 2px solid #F6F6F6;
}

.charges {
	font-size: .8em;
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	overflow: auto;
}
.price {
	float: left;
}
.cartinfo #detailquantity {
	width: 5%;
}
.cartinfo #detailproduct {
	width: 21%;
}
.cartinfo #detailropeclasp, .cartinfo #detailwrist {
	width: 10%;
}
cartinfo #detailprice {
	width: 14%;
}
.cartinfo .productname {
	margin: 10px 0 0 5px;
	font-size: .9em;
}
.cartinfo .box {
	border-top: none;
	margin: 0px 0px 0 12px;
	width: 440px;
}
.gift_message {
	width: 375px;
	height: 75px;
}

fieldset.shopoptions {
	margin: 0;
	border-top: 5px solid #F6F6F6;
}

.customerinfo .addresses {
	margin: 20px;
}

.customerinfo .addresses li {
	margin-right: 5px;
}

.cartinfo table.box .button {
	float: left;
	margin-left: 20px;
	display: inline;
}

/* signin etc */
.accountpop {
	position: absolute;
	background: #fff;
	z-index: 100;
	left: 334px;
	width: 285px;
	margin: 0;
}

.accountpop legend {
	color:#4C4C4C;
	font-size:1.7em;
	margin-bottom: 0;
	padding: 5px 20px 2px 20px;
}
.accountpop fieldset {
	border-bottom: 2px solid #F6F6F6;
	margin-bottom: 10px;
	margin: 0;
}

.accountpop ol {
	padding: 10px 10px 0px 10px;
	border-top: 2px solid #F6F6F6;
}

.accountpop label {
	width: 70px;
}

.accountpop .text {
	width: 175px;
}
.accountpop .forgot a {
	margin-left: 75px;
}

.accountpop li.submit .button {
	margin-left: 75px;
	margin-top: 3px;
}

.homepage_flash {
	text-align: center;
}

/* how to wear section */
.how_to_wear {
	width: 800px;
	margin: 0 auto;
}

.how_to_wear li {
	width: 150px;
	list-style: none;
	float: left;
	padding: 10px;
	margin: 5px;
}

.how_to_wear p {
	clear: both;
	text-align: center;
}

.how_to_wear img {
	margin: 0;
	padding: 0;
}

.about {
	margin-left: 18px;
	width: 600px;
	float: left;
}

.error_message {
	color: #ff0000;
	font-weight: bold;
}

.contactform {
	margin-left: 40px;
}

.contactform p {
	margin: 5px 0;
}

.contactform label {
	float: left;
	width: 75px;
	margin: 10px 0;
}

.contactform input, .contactform textarea {
	margin: 10px 0;
}

.contact_image {
	margin-right: 30px;
	float:right;
}

.invisible { 
	display:none;
}