html{font-size: 12px;}
body, textarea {font-family: 'Cabin', Arial, Verdana, Helvetica; font-size: 70%;}
form { margin: 0px; padding: 0px; }
h3{font-size: 3em; color: black;}
.bold, .errMsg { font-weight: bold; }
.notBold { font-weight: normal; }
.text9 { font-size: 0.75em; }
.text10 { font-size: 0.83333em; }
.text11 { font-size: 0.916666em; }
.text12 { font-size: 1em; }
.text13 { font-size: 1.08333em; }
.text14 { font-size: 1.16666em; }
.right { text-align: right; }
.center, .errMsg { text-align: center; }
.left { text-align: left; }
.top { vertical-align: top; }
a { text-decoration: none; }
a:HOVER { text-decoration: underline; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.grey { color: #4C4C4C; }
.blue { color: #0000FF; }
.noBorder { border: 0px; }
input, textarea, select { 
	border-type: solid; padding: 0px; border-width: 0.166666em; /*border-color: #DBDBDB;
	/*border-color: black;*/
}
.hand { cursor: pointer; }
.width50 { width: 50px; }
.width100 { width: 100px; }
.width200 { width: 200px; }
.width300 { width: 300px; }
.width400 { width: 400px; }
.width150 { width: 150px; }
.width250 { width: 250px; }
.width350 { width: 350px; }
.width450 { width: 450px; }
.errMsg { color: #FF0000; padding: 0.83333em;}
.noUnderline:HOVER { text-decoration: none; }
.underline { text-decoration: underline; }
.verdana { font-family: Verdana; }

.hidden { display: none; }
.visible { display: block; }

body
{
	/*color: #787878;*/
	color: black;
	position: relative;
	width: 100%;
	padding-bottom: 3em;
}
/*#sortBy select {
	box-sizing: none;
	color: black;
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.5em;
	height: 3.5em;
	padding: 0.83334em;
	vertical-align: center;
	width: 90%;
	margin-left: 1em;
}*/

#sortOptions, #ringSizeDrop  {
	font-family: Arial, Helvetica, Verdana;
	vertical-align: center;
    border: 1px solid black;
    width: 95%;
    border-radius: 2px;
	color: black;
    overflow: hidden;  
	/*background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;*/
	background:#fff url("/images/mobile/icons/arrowdown.gif") no-repeat 98% 50%;
	font-weight: bold;
	font-size: 1.5em;
	/*height:3.5em;*/
}
#ringSizeDrop {
	margin-left: 0.5em;
}
#ringSizeDrop, #sortOptions {
	width: 93% !important;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#sortOptions select, #ringSizeDrop select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
}
#sortOptions select:focus, #ringSizeDrop select:focus {
    outline: none;
}
#itemsList >div:nth-last-child(1) > span {
	border-bottom: none;	
}
#m_SubTotal {
	padding: 0 3em;	
	font-size: 18px;
	color: black;
	margin-bottom: 3em !important;
}
#m_SubTotal > .title {
	float: left;
	text-transform: uppercase;
	
}
#m_SubTotal>.amount {
	float: right;
}

.grayProductInformation {
	background-color: #E7E7E7;
	color: #000000;
	font-weight: bold;
	font-size: 16px !important;
	margin-top: 30px;
	padding: 15px 0 !important;
	text-align: center;
	font-family: 'Cabin', Arial, Verdana, Helvetica;
	letter-spacing: 2px;
}
#parameters {
    color: #000000;
    float: left;
    font-size: 14px;
    margin: 9px 0px 9px 18px;
    /*padding-right: 60px;*/
    
}
#parameters .redTitle {
    /*padding: 3px 0px;*/
}

.grayBtn  {
	background-color: black;
	color: white;
	padding: 0.8em 4em;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
#parameters > div {
	line-height: 130%;
}
.promoCodeError {
	font-size: 12px !important;	
}
#parametersContainer .parametersTypeTitle {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    margin: 13px 0 5px;
    padding-bottom: 5px;
	text-transform: uppercase;
	margin-top: 3em !important;
}
.redTitle {
    color: #000000 !important;
    font-size: 16px;
    font-weight: bold;
}
.redTitle >.productDescription {
	margin-right: 20px;
	
	/*float: left;*/
}
.redTitle > .moreInfo {
    color: #000000;
    font-size: 13px;
	/*float: right;*/
    font-weight: normal;
    padding-top: 20px;	
    text-align: right;    
    text-decoration: underline;
	letter-spacing: 1px;
	display: inline-block;	
}

select
{
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	color: #787878;
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.5em;
	height: 3.13333em;
	padding: 0.83334em;
	vertical-align: center;
	width: 100%;
}

input:not([type=image])
{
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	color: #787878;
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.5em;
	height: 3.13333em;
	padding: 0.83334em;
	vertical-align: center;
}

textarea
{
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	color: #787878;
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.5em;
	padding: 0.83334em;
}

table
{
	border-collapse: collapse;
	font-size: inherit;
}

table, td, tr
{
	border: 0;
	margin: 0;
	padding: 0;
}

.clear
{
	clear: both;
}

.container
{
	padding: 1em;
}
#pageHeader.container {
	padding: 0 1em;
}

.redTitle
{
	color: #AD191F;
}

span.blackBtn, span.bigBlackBtn {
	display: inline-block;
}
span.blackBtn>span, span.blackBtn>a, input.blackBtn {
	background-color: #000000;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	padding: 6px;
	text-transform: uppercase;
}

span.bigBlackBtn>span, span.bigBlackBtn>a, input.bigBlackBtn {
	background-color: #000000;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: "Cabin",Arial,Verdana,Helvetica;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 32px;
	text-transform: uppercase;
}

span.bigBlackBtn>span {
	height: 21px;
}
/*
a.button1,
button.button1,
span.button1
{
	background: white;
	border: 0.083334em solid #C47F88;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	color: white;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	padding: 0.166667em;
	position: relative;
}

a.button1 span,
button.button1 span,
span.button1 span
{
	background-color: #EBEBEB;
	background-image: -ms-linear-gradient(top, #9C0000 0, #760000 100%);
	background-image: -moz-linear-gradient(top, #9C0000 0, #760000 100%);
	background-image: -o-linear-gradient(top, #9C0000 0, #760000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9C0000), color-stop(1, #760000));
	background-image: -webkit-linear-gradient(top, #9C0000 0, #760000 100%);
	background-image: linear-gradient(top, #9C0000 0, #760000 100%);
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.75em 2em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

a.button2,
button.button2,
span.button2
{
	background: white;
	border: 0.083334em solid #9F968F;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	color: white;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	padding: 0.166667em;
	position: relative;
}

a.button2 span,
button.button2 span,
span.button2 span
{
	background-color: #9F968F;
	background-image: -ms-linear-gradient(top, #9F968F 0, #827973 100%);
	background-image: -moz-linear-gradient(top, #9F968F 0, #827973 100%);
	background-image: -o-linear-gradient(top, #9F968F 0, #827973 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9F968F), color-stop(1, #827973));
	background-image: -webkit-linear-gradient(top, #9F968F 0, #827973 100%);
	background-image: linear-gradient(top, #9F968F 0, #827973 100%);
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.75em 1em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
*/

a.button3, button.button3, span.button3
{
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	border: 0.166667em solid rgba(255, 255, 255, 0.5);
	color: white;
	display: inline-block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	position: relative;
}

a.button3 span, button.button3 span, span.button3 span
{
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	background-color: rgba(0, 0, 0, 0.3);
	display: inline-block;
	font-size: 1.5em;
	padding: 0.75em 1.5em; /* make hor 2em breaks header in mobile */
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
div.lpContainer
{
	border-bottom: #DBDBDB solid 0.0833em;
	margin: 0 1.5em 0;
	padding: 0 1.5em 1.5em;
}

div.lpContainer h3
{
	font-size: 2em;
}

div.lpContainer > table
{
	font-size: 1.5em !important;
	width: 100% !important;
}

div.lpContainer span
{

}

div.popup .title
{
	font-size: 3em;
}

#checkoutHeader
{
	/*background: transparent url('/images/mobile/background_header_signin.png') center top scroll no-repeat;
	background-size: 100% 100%;
	height: 2em;*/
	font-size: 300%;
	line-height: 2em;
	padding: 0.6666em 1em 0;
	color: black;
	border-bottom: 1px solid #dadada;
	padding-bottom: 0.5em;
}
div.itemRef {
	margin-bottom: 1em !important;
}
div.itemRowQty span {
     line-height: 0em !important;
}
#itemsList{
	color: black;
}
#checkoutHeader span.smaller
{
	font-size: 75%;
}

div.checkoutSubHeader
{
	color: #565656;
	font-size: 175%;
	font-weight: bold;
}



/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px)
{
	body
	{
		font-size: 55%;
	}
}