﻿/**
 * GC Base CSS v.1.1.0
 * Copyright 2013 GoldenComm.com All Rights Reserved
 * http://goldencomm.com
 */
 
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block;}
audio,canvas,video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
object {
  display: block !important;
}
/* ==========================================================================
   Base
   ========================================================================== */
html {
    font-family: sans-serif;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: 'Lato';
	font-size: 14px;
	line-height: 22px;
  color: #424242;
}
.left {	float:left; }
.right { float:right; }
.clear:after, .row:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clear, * html .row{	zoom: 1;}
*:first-child+html .clear, *:first-child+html .row {zoom: 1;}

/* ==========================================================================
   Links
   ========================================================================== */
a {
	color: #007f9d;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
    text-decoration: underline;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
    margin: 0 0 0.6em 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    /* Sometimes anchors within a heading need different styling */
}
/*h1 { font-size: 4em; }*/
h2 { font-size: 2em; }
h3 { font-size: 1.78em; }
h4 { font-size: 1.42em; }
h5 { font-size: 1.28em; }
h6 { font-size: 1em; }

.styliHeading h1,
.styliHeading h2,
.styliHeading h3,
.styliHeading h4,
.styliHeading h5,
.styliHeading h6 {
  font-family: 'Lily Script One';
}
p{
    margin: 0 0 1.5em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display:block;
	height:0px;
	border:0px;
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(255,255,255,0.2);
	margin:30px 0px;
}
hr.thin{
    margin: 1em 0;
}
cite, address{
    font-style: normal;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: Consolas, monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Text alignment classes */
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
/* Text emphasis classes */
.text-warning, .warning{
    color: #e99f00;
}
.text-error, .error{
    color: #e30000;
}
.text-info, .info{
    color: #3765ae;
}
.text-success, .success{
    color: #5a9917;
}
/* Blockquotes */
q:before, q:after, blockquote:before, blockquote:after{
    content: "";
}
blockquote{
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #002247;
    font-style: italic;
}
blockquote.right{
    float: right;
    padding: 0 15px 0 0;
    border-right: 5px solid #002247;
    border-left: 0;
    text-align: right;
}
blockquote p{
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.25;
}
blockquote small{
    display: block;
    line-height: 20px;
    color: #999;
    font-style: normal;
}
blockquote small:before{
    content: "— \00A0";
}
address {
    margin-bottom: 1.5em;
    line-height: 20px;
    display: block;
    padding-left: 5px;
    font-size: 12px;  
}
/* Lists */
ul, ol, dt, li{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.bullets,
ol.numbered,
ul.bullets ul,
ol.numbered ol{
    margin: 0 0 10px 25px;
}
ul.bullets li, ol.numbered li{
    line-height: 20px;
}
ul.bullets li, ul.bullets ol.numbered li{
    list-style: disc;
}
ul.bullets li li,
ul.bullets ol.numbered li li{
    list-style: circle;
}
ul.bullets li li li,
ul.bullets ol.numbered li li li{
    list-style: square;
}
ol.numbered li,
ul.bullets ol.numbered li{
    list-style: decimal;
}
ol.numbered li li,
ul.bullets ol.numbered li li{
    list-style: lower-alpha;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a{
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Grids
   ========================================================================== */
.container{
	margin:0 auto;
	width:1012px;
	position:relative;
	/*z-index:1;*/
}

.row{
	margin-left: -20px;
}

.span1, .span2, .span3, .span4, .span5, .span6,
.span7, .span8, .span9, .span10, .span11, .span12{
	margin-left:20px;
	display:block;
	float:left;
}

.span1 {width: 66px;}
.span2 {width: 152px;}
.span3 {width: 238px;}
.span4 {width: 324px;}
.span5 {width: 410px;}
.span6 {width: 496px;}
.span7 {width: 582px;}
.span8 {width: 668px;}
.span9 {width: 754px;}
.span10{width: 840px;}
.span11{width: 926px;}
.span12{width: 1012px;}

.offset11{margin-left: 986px}
.offset10{margin-left: 880px}
.offset9 {margin-left: 794px}
.offset8 {margin-left: 688px}
.offset7 {margin-left: 622px}
.offset6 {margin-left: 536px}
.offset5 {margin-left: 450px}
.offset4 {margin-left: 364px}
.offset3 {margin-left: 278px;}
.offset2 {margin-left: 192px;}
.offset1 {margin-left: 106px;}
   
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Forms
   ========================================================================== */
form{
    margin:0;
    padding:0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
legend{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label{
    display: block;
    margin: 5px
}
/* reset to defaults */
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, textarea, .uneditable-input {
    width: 206px;
}
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"]{
    cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"]{
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 1;
    color: #555555;
    background-color: #fdfdfd;
    border: 1px solid #cccccc;
    vertical-align: middle;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus{
    background: #ffffff;
    border-color: #002347;
    outline: 0;
}
input[type="radio"],
input[type="checkbox"]{
    margin: 4px 0 0;
    line-height: normal;
    width: auto;
}
textarea {
    height: auto;
}
select {
    width: 190px;
     background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2RlZGNkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #ffffff 0%, #dedcde 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#dedcde)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#dedcde 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedcde',GradientType=0 ); /* IE6-8 */
    border: 1px solid #cccccc;
       -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}

select, input[type="file"] {
    height: 30px;
    line-height: 28px;
}
.checkbox,
.radio{
    padding-left: 20px;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"]{
    float: left;
    margin-left: -20px;
}
/* input sizing */
.input-tiny{
    width: 40px
}
.input-small{
    width: 90px;
}
.input-medium{
    width: 180px;
}
.input-large{
    width: 320px;
}
.input-xlarge{
    width: 500px;
}
.input-xxlarge{
    width: 650px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
label[class*="span"],
.uneditable-input[class*="span"]{
    float: none;
    margin-left: 0;
    display: block;
}
.form-row{
	margin-bottom: 10px;
}
.form-row:before, .form-row:after{
    display: table;
    line-height: 0;
    content: "";
}
.form-row:after{
    clear: both;
}
.form-row [class*="span"]{
    float: left;
}
.form-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
}
input.span1, textarea.span1  {width: 52px}
input.span2, textarea.span2  {width: 138px}
input.span3, textarea.span3  {width: 224px;}
input.span4, textarea.span4  {width: 310px;}
input.span5, textarea.span5  {width: 396px;}
input.span6, textarea.span6  {width: 482px;}
input.span7, textarea.span7  {width: 568px;}
input.span8, textarea.span8  {width: 654px;}
input.span9, textarea.span9  {width: 740px;}
input.span10, textarea.span10{width: 826px;}
input.span11, textarea.span11{width: 912px;}
input.span12, textarea.span12{width: 998px;}

/* validation states */
input.warning, textarea.warning,
input.warning:focus, textarea.warning:focus,
.warning input, .warning input:focus,
.warning textarea, .warning textarea:focus{
	border-color: #e99f00;
	color: #e99f00;
}
input.error, textarea.error,
input.error:focus, textarea.error:focus,
.error input, .error input:focus,
.error textarea, .error textarea:focus{
	border-color: #e30000;
	color: #e30000;
}
input.info, textarea.info,
input.info:focus, textarea.info:focus,
.info input, .info input:focus,
.info textarea, .info textarea:focus{
	border-color: #3765ae;
	color: #3765ae;
}
input.success, textarea.success,
input.success:focus, textarea.success:focus,
.success input, .success input:focus,
.success textarea, .success textarea:focus{
	border-color: #5a9917;
	color: #5a9917;
}
/* ==========================================================================
   Buttons
   ========================================================================== */
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	margin: 0;
}
.button, .primary-button, .secondary-button, .btm-buttonpanel-r input[type="submit"], 
#ctl00_PageContent_divRecalcShipping input[type="submit"],
 #walletAddPaymentWrap input[type="submit"], input[type="button"].walletButton {
	font-family: inherit;
	display: inline-block;
	zoom: 1;
	white-space: nowrap;
	vertical-align: baseline;
	text-align: center;
	cursor: pointer;

	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	width: auto;
	
	font-size: 100%;
	padding: .5em 1.5em;
	
	color: #444;
	color: rgba(0,0,0,.8);
	
	border: 1px solid #999;
	border: 0 rgba(0,0,0,0);

	background-color: #E6E6E6;
	text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0,0,1,.75);
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: .1s linear -webkit-box-shadow;
	-moz-transition: .1s linear -moz-box-shadow;
	-ms-transition: .1s linear box-shadow;
	-o-transition: .1s linear box-shadow;
	transition: .1s linear box-shadow;
}
.button:hover{

}
.button:hover, .primary-button:hover, .secondary-button:hover{
  background-image: -webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
  background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));
  background-image: -ms-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
  background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}
.primary-button, .btm-buttonpanel-r input[type="submit"], input[type="button"].walletButton{
	background: #fc0000; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fc0000 0%, #a90000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc0000), color-stop(100%,#a90000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fc0000 0%,#a90000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fc0000 0%,#a90000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fc0000 0%,#a90000 100%); /* IE10+ */
background: linear-gradient(to bottom, #fc0000 0%,#a90000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0000', endColorstr='#a90000',GradientType=0 ); /* IE6-8 */
    color: #fff;

}
.primary-button:hover, .btm-buttonpanel-r input[type="submit"]:hover,
input[type="button"].walletButton:hover {
  background: #a90000; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMSUiIHN0b3AtY29sb3I9IiNhOTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiNmYzAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #a90000 11%, #fc0000 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,#a90000), color-stop(98%,#fc0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a90000 11%,#fc0000 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a90000 11%,#fc0000 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a90000 11%,#fc0000 98%); /* IE10+ */
background: linear-gradient(to bottom, #a90000 11%,#fc0000 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90000', endColorstr='#fc0000',GradientType=0 ); /* IE6-8 */
}
.secondary-button, #ctl00_PageContent_divRecalcShipping input[type="submit"],
#walletAddPaymentWrap input[type="submit"] {
    background: #223e6d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyM2U2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzE2Mjk0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #223e6d 0%, #162947 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#223e6d), color-stop(98%,#162947)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #223e6d 0%,#162947 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #223e6d 0%,#162947 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #223e6d 0%,#162947 98%); /* IE10+ */
background: linear-gradient(to bottom, #223e6d 0%,#162947 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223e6d', endColorstr='#162947',GradientType=0 ); /* IE6-8 */
    color: #fff;
}
.secondary-button:hover, #ctl00_PageContent_divRecalcShipping input[type="submit"]:hover,
#walletAddPaymentWrap input[type="submit"]:hover {
  background: #162947; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzE2Mjk0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjNlNmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #162947 3%, #223e6d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#162947), color-stop(100%,#223e6d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #162947 3%,#223e6d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #162947 3%,#223e6d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #162947 3%,#223e6d 100%); /* IE10+ */
background: linear-gradient(to bottom, #162947 3%,#223e6d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162947', endColorstr='#223e6d',GradientType=0 ); /* IE6-8 */
}
#ctl00_PageContent_divRecalcShipping input[type="submit"] {
  border: none;
}

.button:hover, .primary-button:hover, .secondary-button:hover,
.button:focus, .primary-button:focus, .secondary-button:focus{
	text-decoration: none;
    outline: 0;
}
.button:active, .primary-button:active, .secondary-button:active{
	box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
}
.button-tiny,
.button.button-tiny{
	font-size: .7em;
	padding: .2em .7em;
}
.button-small,
.button.button-small{
	font-size: .85em;
	padding: 0.4em 1em;
}
.button-large,
.button.button-large{
	font-size: 1.1em;
	padding: 0.7em 2em;
}
.button-xlarge,
.button.button-xlarge{
	font-size: 1.25em;
	padding: 0.85em 2em;
}

input[type=text] + .button{
	margin: 0
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table{
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #002347;
}
.table.skyBlueTable {
    border: 1px solid #009fb7;
}
.table thead{
    background: #002347;
    color: #fff;
    text-align: left;
    vertical-align: bottom;
    white-space: nowrap;
}
.table.skyBlueTable thead{
    background: #009fb7;
}
.table td:first-child, .table th:first-child {
    border-left-width: 0;
}
.table td, .table th{
    border-left: 1px solid #002347;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 6px 12px;
}
.table.skyBlueTable td, .table.skyBlueTable th{
    border-left: 1px solid #009fb7;
}
.table td{
    background: transparent;
}
.table-bordered td, .table-bordered th{
    border-bottom: 1px solid #002347;
}
.table-bordered.skyBlueTable td, .table-bordered.skyBlueTable th{
    border-bottom: 1px solid #009fb7;
}
.table-horizontal td, .table-horizontal th{
    border-width: 0 0 1px;
    border-bottom: 1px solid #002347
}
.table-horizontal.skyBlueTable td, .table-horizontal.skyBlueTable th{
    border-bottom: 1px solid #009fb7
}
.table-striped tr:nth-child(odd) td{
    background: #e7f0f8;
}
.table-striped.skyBlueTable tr:nth-child(odd) td{
    background: #e0eef0;
}

/* ==========================================================================
   Titles and Boxes
   ========================================================================== */

/* this affects all the title classes */
.title1, .title2, .title3, .title4{
	padding: 0;
	margin: 0 0 .83em;
}
.title1{
  font-family: 'Open Sans', sans-serif;
}
.title2{
	color: #1b1b1b;
  font-family: 'PT Sans Caption';
  border-bottom: 1px solid #a1a0a0;
  padding: 0 0 10px;
}
.title3{
	font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #424242;
  margin-bottom: 5px;
  min-height: 40px;
  max-height: 40px;
}
.title4{
	 color: #023871;
  font-family: 'Lily Script One';
}
[class*="box"] .title4{
	margin-left: -20px;
}
.title1[class*="span"],
.title2[class*="span"],
.title3[class*="span"],
.title4[class*="span"]{
	float: none;
}

.box1, .box2, .box3, .box4{
	padding: 20px;
}
.box1{
  padding: 0;
}
.featuredProducts {
    margin-bottom: 30px;
}
.box1 .imgHolder { 
  border: 1px solid #bdbcbd;
  height: 142px;
}
.imgHolder img {
 opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
   max-width: 100%;
   display: block;
   margin: 0 auto;
   max-height: 100%;
}

.imgHolder img:hover {
 opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.box1 .productText {
  padding: 15px;  
}
a.readMore {
  color: #002247;
  font-size: 11px;
}

.box1 .productText p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  min-height: 30px;
  max-height: 30px;
}
.box2{
	background: #0da7bb;
	color: #fff;
	border: 1px solid rgba(0,0,0,0.3);
}
.box3{
	/*background: #cbc9c9;*/
  color: #424242;
  padding: 0;
}
.box3 .title2 {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.blog p, .blogEntry { 
  font-size: 13px;
  line-height: 16px;
}
.blogEntry {
  border-bottom: 1px solid #a1a0a0;
  padding: 15px 10px 0;
}
.blog p.firstChild {
  border-top: none;
}
.blog span.date, .blog  span.entry-date {
  display: block;
  line-height: 14px;
  margin-bottom: 5px;
  font-style: italic;
  font-size: 12px;
  font-weight: 300;
}
.blog span {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
}

.box4{
    background: #002b58; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMmI1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDFiMzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #002b58 0%, #001b36 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002b58), color-stop(100%,#001b36)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #002b58 0%,#001b36 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #002b58 0%,#001b36 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #002b58 0%,#001b36 100%); /* IE10+ */
background: linear-gradient(to bottom, #002b58 0%,#001b36 100%); /* W3C */
padding:0;
  color: #fff;
}

.no-rgba .box4{
  background: #002b58;
}

/* adds box sizing property for boxes using grid system */
.box1[class*="span"],
.box2[class*="span"],
.box3[class*="span"],
.box4[class*="span"]{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/* ==========================================================================
   Wordpress Core Classes
   ========================================================================== */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* ==========================================================================
   Site Styling
   ========================================================================== */

   header.box4 {
    padding: 20px 0 0;
    color: #fff;
    position:relative;
    z-index:999;
   }
   .topNav {
      padding-bottom: 15px;
   }
   header a {
    color: #fff;
   }
   .mainLogo {
      margin-left: 40px;
      display: block;
   }
    .tagLine  {
      font-size: 12px;
      text-align: center;
      padding-left: 12px;
    }
   .number {
      font-family: 'Cinzel';
      font-weight: 900;
      text-align: right;
      font-size: 1.30em;
   }
   .number a {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        display: block;
   }
   .headerNav {
      float: right;
      padding-top: 10px;
   }
   .headerNav li {
      float: left;
      font-weight: 400;      
   }
   .headerNav li a {
      border-left: 1px solid #7f90a3;
      padding: 0 20px;
      margin-top: 5px;
      float: left;
   }
    .headerNav li a i {
        margin-right: 10px;
    }
    .headerNav li a:hover {
      text-decoration: none;
    }
   .headerNav li a i{
      font-size: 17px;
   }
   .headerNav li:first-child a {
      border-left: none;
   }   
   .headerNav li .miniCart {
      background: #fff;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      /*border: 1px solid #a2a1a2;*/
      color: #000;
      padding: 0 10px;
      height: 32px;
   }
   .headerNav li .miniCart a {
      border: none;
      font-size: 10px;
      color: #000;
      float: right;
      margin-left: 10px;
      padding: 0;
      margin-top: 0;
   }
   .headerNav li .miniCart a i {
      font-size: 16px;
   }
      .headerNav li .miniCart  span {
        float: left;
      }
   .headerNav li .miniCart .itemNum {
      border-radius: 10px;
      -moz-order-radius: 10px;
      -webkit-border-radius: 10px;
      border: 1px solid #000;
      line-height: 15px;
      text-align: center;
      float: left;
      font-size: 10px;
      padding: 0 5px;
      margin-top: 3px;
   }
   .amount {
      margin-left: 5px;
   }
   .mainNav {
      background: #ffffff; /* Old browsers */
 /*     float: left;
      width: 100%;*/
      background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #e0dede 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0dede)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e0dede 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e0dede 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e0dede 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#e0dede 100%); /* W3C */
      border-bottom: 1px solid #bbb;
   }
   .no-rgba .mainNav{
  background: #e3e1e1;
}
    .mainNav ul {
        /*position: relative; */
    }
   .mainNav li {
      float: left;
      position: relative;
      display: block;
      overflow: visible;
   }
   .mainNav li a {
      color: #000;
      border-right: 1px solid #878788;
      padding: 0 25px;
      font-size: 13px;
      line-height: 54px;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-shadow: 1px 2px 2px #fff;
   } 

    .mainNav li a i {
        margin-right:5px;
    }
   .mainNav li a:hover {
      color: #002347;
      text-decoration: none;
   }
  .mainNav li:first-child a {
      border-left: none;
      margin-left: 20px;
   }
   .sub-menu, .topchildren {
      background: #fff;
      box-shadow: 0 5px 5px rgba(0,0,0,0.4);
      display: none;
      position: absolute;
      padding: 20px 10px 40px 19px;
      left:0;
      width: 984px;
      top: 54px;
   }
.no-boxshadow .sub-menu {
  border: 1px solid #ccc;
  border-top: none;
}
   .categoryMenu .sub-menu {
      /*width: 740px;*/
      left: -161px;
   }
   .weddingMenu .sub-menu {
      left: -308px;
   }
   .informMenu .sub-menu {
      left: -553px;
   }
   .serviceMenu .sub-menu {
      width: 200px;
   }
   .policyMenu .sub-menu {
      width: 500px;
      left: -179px;
   }
   .menuListing {
      border-left: 1px solid #bfbfbf;
      float: left;
      width: 200px;
      padding: 0 20px 20px 25px;
      min-height: 115px;
   }
   .informMenu .sub-menu .menuListing {
      min-height: 235px;
   }
   .sub-menu .menuListing:first-child {
      border-left: none;
   }
    .menuListing span {
      font-weight: bold;
      color: #000;
      margin-bottom: 5px;
      display: block;
    }
    .mainNav li .menuListing li {
      display: block;
      float: none;
    }
   .mainNav li .menuListing a {
      border-right: none;
      line-height: 22px;
      padding: 0;
      color: #007f9d;
   }
   .mainNav li .menuListing a:hover {
      text-decoration: none;
      color: #000;
   }
   .mainNav li .menuListing li:first-child a, .mainNav li:first-child .menuListing a {
      margin: 0;
   }
   .closeMenu {
      background: url(../images/menu-close-arrow.png) 0 0 no-repeat;
      width: 52px;
      height: 26px;
      display: block;
      position: absolute;
      bottom: -1px;
   }
   .mainNav li:first-child a.closeMenu,   .mainNav li a.closeMenu {
      border-right: none;
      margin-left: -26px;
      padding: 0;
      left: 50%
   }
   
   .searchBar {
	   margin-right: 15px;
   }	
   .mainNav li.searchBar {
      position: relative;
	max-width: 180px;
      float: right;
      padding: 12px 0 0;
   }
   .gsc-input-box {
    height: 30px !important;
   }
   .searchBar input[type="text"] {
      border-radius: 20px !important;
      -moz-border-radius: 20px !important;
      -webkit-border-radius: 20px !important;
      padding-right: 30px !important;
      padding-left: 10px !important;
      width: 155px !important;
      line-height: 20px !important;
      padding: 4px 35px 4px 10px !important;
      height: 22px !important;
   }
   .searchBar button, .searchBar input[type="image"] {
      background: none;
      position: absolute;
      z-index: 99;
      top: 57px;  
      border: none;
	  margin-left: 170px;    
   }
   .gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
  border: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: inset none !important;
}

   .gsib_a {
      padding: 0 !important;
   }
   .searchBar input[type="image"], .gsib_b {
      display: none;
   }
   .searchBar button i {
      color: #969697;
      font-size: 16px;
   }
   .gsc-input-box {
      border: none;
      background: none;
      height: auto;
   }
   .searchBar button:hover {
      background: none;
   }
   .gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover, .gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus  {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
   .homepageSlider {
      margin-bottom: 30px;
      color: #fff;
      position: relative;
      z-index: 1;
   }
   .slideContent {
      position: absolute;
      top: 70px;
      left: 100px;
   }
   .prev, .next {
      position: absolute;
      top: 0;     
      display: block;
      z-index: 999; 
      padding: 0 10px;
      height: 100%;
      width: 50px;
   }
    .homepageSlider:hover .prev, .homepageSlider:hover .next {
        background:url(../images/transparant-bg.png) repeat;
    }
   .prev {
      left: 20px;
   }
    .prev span, .next span {
      width: 51px;
      height: 51px;
      display: block;
      top: 50%;
      position: absolute;
     margin-top: -24px;
    }
   .prev span {
       background: url(../images/slider-arrow-prev.png) 0 0 no-repeat;
    }
   .prev:hover span {
      background: url(../images/slider-arrow-prev-hover.png) 0 0 no-repeat;
   }
    .next {
        right: 20px;
    }
   .next span {
      background: url(../images/slider-arrow-next.png) 0 0 no-repeat;      
   }
   .next:hover span{
      background: url(../images/slider-arrow-next-hover.png) 0 0 no-repeat;
   }
   .contentHolder {
      margin-bottom: 20px;
      position: relative;
      z-index: 9;
   }
   .productPanel {
      padding: 0 20px;
   }
   .boxContent {
      /*margin-bottom: 20px;*/
      padding: 0 10px;
      margin-top: 15px;
   }
   .boxContent a {
      /*display: block;*/
   }
   .boxContent .primary-button {
      text-transform: uppercase;
      font-weight: bold;
   }
   .title2 {
      font-size: 1.57em;
      line-height: 25px;
      padding: 0 10px;
   }
   .title2 span {
      display: block;
      font-weight: 400;
      font-size: 18px;
      line-height: 26px;
   }
.featuredProduct {
    margin-bottom: 30px;
}
   .innerContainer {
      padding-top: 20px;
   }
   .headingSidebar {
      -webkit-box-shadow: 0 1px 1px rgba(0,0,1,.5);
      -moz-box-shadow: 0 1px 1px rgba(0,0,1,.5);
      box-shadow: 0 1px 1px rgba(0,0,1,.5);
      background: #ffffff; /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #ffffff 0%, #dededc 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dededc)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #ffffff 0%,#dededc 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #ffffff 0%,#dededc 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #ffffff 0%,#dededc 100%); /* IE10+ */
      background: linear-gradient(to bottom, #ffffff 0%,#dededc 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dededc',GradientType=0 ); /* IE6-8 */
      padding-left: 20px;
      line-height: 50px;
      color: #000;
      text-transform: uppercase;
      font-family: 'Lato';
      font-weight: 700;
      display: block;
      margin-bottom: 15px;
   }
   .headingSidebar:hover {
      text-decoration: none;
   }
   .sideBar span.heading{
      text-transform: uppercase;
      color: #000002;
      display: block;
      padding-left: 20px;
      font-weight: 600;
   }
   .leftNav {
      padding-left: 20px;
      margin-bottom: 20px;
   }
   .leftNav a {
      color: #007f9d
   }
   .leftNav a:hover {
      text-decoration: none;
      color: #000;
   }
   .leftNav a i {
      font-size: 10px;
      margin-right: 5px;
   }
   .categoryHeader {
      padding: 0 0 30px;
   }
   .categoryHeader h5 {
      font-family: 'Lato' !important;
      font-style: normal;
      font-weight: 400;
      color: #000002;      
   }
   .categoryHeader select {
      width: 140px;
      border-radius: 0;
      height: 30px;
      margin-right: 5px;
      background: #ffffff; /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #ffffff 0%, #dededc 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dededc)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #ffffff 0%,#dededc 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #ffffff 0%,#dededc 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #ffffff 0%,#dededc 100%); /* IE10+ */
      background: linear-gradient(to bottom, #ffffff 0%,#dededc 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dededc',GradientType=0 ); /* IE6-8 */
   }
   .sortSection {
      text-align: right;
      color: #007f9d;
   }
   .sortSection a {
      color: #007f9d;
      margin-left: 25px;
   }
   .pagination {
       color: #007f9d;
       border-top: 1px solid #c3c3c3;
       border-bottom: 1px solid #c3c3c3;
       padding: 3px 0;
       margin-top: 20px;
   }
   .pager {
      margin: 0 auto;
      width: 200px;
   }
   .prevProduct {
    float: left;
   }
   .nextProduct {
    float: right;
   }
   .pager li {
    float: left;
   }
   .pager li:first-child {
    margin-right: 10px;
   }
   .pager li a {
      color: #007f9d;
      margin: 0 3px;
   }
   .productHolder {
      float: left;
      width: 170px;
      margin-left: 20px;
      text-align: center;
      height: 215px;
      position: relative;
      margin-bottom: 40px;
   }
   .productHolder.leftsearch {
      height: 250px;
   }
   .proBottom a {
      font-size: 14px;
   }
   .productHolder:hover .proBottom a {
      color: #fff;
   }

   .proImg {
      border: 1px solid #c3c3c3;
      display: block;
      padding: 0px 0;
      height: 158px;
   }
   .proImg img {
      display: block;
      max-width: 100%;
      margin: 0 auto;
      max-height: 100%;
   }
   .priceHold {
      font-size: 18px;
      font-family: 'Lato';
      padding: 0px 0 0;
   }
   .priceHold br {
      display: none;
   }
   .priceHold p {
    margin-bottom: 5px;
   }
   .priceHold span{
      /*text-decoration:line-through;*/
      font-size: 14px;
      display: block;
   }
   .priceHold span.salePrice {
      color: #ff0000;
      text-decoration: none;
      display: inline;   
      font-size: 18px; 
   }
   .proHover {
      /*display: none;*/
      background: url(../images/pro-hover-bg.png) 0 0 repeat;
      left: 0;
      position: absolute;
      width: 170px;
      height: 165px;
      bottom: 50px;
      color: #fff;
      overflow: hidden;
   }
  .productHolder.leftsearch .proHover {
      bottom: 85px;
   }
   .productHolder.leftsearch .priceHold {
      padding: 10px 0;
   }
   .proHover p {
      padding: 20px;
   }
    .proHover p a {
      color: #fff;
    }
   .productHolder:hover .priceHold {
      background: #001a36;
      color: #fff;
      -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
   }
   .categoryProfooter .pagination {
      margin-top: 0;
      margin-bottom: 10px;
   }
    .categoryProfooter .row {
        margin-bottom: 40px;
    }
   .productContainer {
      margin-bottom: 20px;
   }
   .proContent  {
    color: #000;
    font-family: 'Lato';
   }
   .proContent span {
      color: #007f9d;
   }
   .product-image {
      border: 1px solid #c7c8ca;
      text-align: center;
      padding: 15px;
   }
   .prodImage {
      width: 378px;
      height: 260px;
      display: table-cell;
      vertical-align: middle;
   }
   .prodImage a {
      display: block;
      width: 225px;
      margin: 0 auto;
      z-index: 1;
      position: relative;
   }
   .prodImage a img {
      /*max-width: 100%;
      max-height: 220px;*/
      display: block;
      margin: 0 auto;
   }
   .prodImage .medium {
      display: none;
      width: 225px;
      margin: 0px auto;
      position: relative;
  }
   .thumbsLists {
      margin-bottom: 25px;
   }
   .thumbsLists li {
      float: left;
      width: 90px;
   }
  .thumbsLists li a img {
      max-width: 100%;
      max-height: 100%;
    }
   .skuHold {
      color: #000;
   }
   .skuHold span {
      font-weight: bold;
   }  
    .proHead {
        border-bottom: 1px solid #bfbfbf;
        color: #000;
        font-size: 1.92em;
        font-weight: 300;
        line-height: 32px;
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
    .sharePanel {
        margin-top: 20px;
        padding-left: 30px;
    }
   .shareIcons {
      float: left;
      margin-right: 20px;
   }
   .productDetails .priceHold {
      font-size: 24px;
   }
   .productDetails .priceHold span {
      font-size: 20px;
      margin-bottom: 5px;
      text-decoration: line-through;
   }
   .productDetails .priceHold span.salePrice {
      font-size: 24px;
      text-decoration: none;
   }
   .productDetails .priceHold .onSaleText {
       color: #ff0000;
   }
   .productDetails .priceHold span.PercentOff {
    text-decoration: none;
    font-size: 14px;
   }
   .productDetails .priceHold span.RegularPrice {
      float: left;
   }

   .regText {
    float: left;
     font-size: 20px;
     margin-right: 5px;
   }
   .prosize {
      /*margin-bottom: 20px;*/
      margin:10px 0;
   }
   .prosize label {
      float: left;
      font-size: 16px;
   }
   .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 20px;
}
   .rating span.star {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
  }
  .quickInfo {
    position: fixed;
    right: 0;
  }
  .quickLink {
    width: 31px;
    float: left;
    background: url(../images/quick-info-btn.jpg) left top no-repeat;
    height: 145px;
  }
  .quickLink.active {
    background: url(../images/quick-info-btn.jpg) right top no-repeat;
  }
  .quickDetails {
    border: 1px solid #bfbfbf;
    background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2RlZGNkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #ffffff 0%, #dedcde 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#dedcde)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#dedcde 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedcde',GradientType=0 ); /* IE6-8 */
  padding: 20px;
  float: left;
width: 108px;
margin-left: 31px;
margin-top: -145px;
  }
  .quickDetails li {
    display: block;
  }
   .quickDetails li a {
      color: #424242;
      font-size: 12px;
   }
    .proText {
        border-bottom: 1px solid #bfbfbf;
        border-top: 1px solid #bfbfbf;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px 0;
    }
   .productDetails a.secondary-button {
      margin-right: 12px;
   }
   .productDetails a.secondary-button, .productDetails a.primary-button,
   .productDetails input[type="button"] {
      width: 205px;
      padding: .5em 0;
      float: left;
   }
   .relatedProducts {
      border-bottom: 1px solid #bfbfbf;
      padding-bottom: 10px;
   }
   .relatedProducts h5 {
      border-bottom: 1px solid #bfbfbf;
      padding: 0 0 10px 10px;
   }
   .tabContent.engraving {
       margin-top: 20px;
   }
   .tabMenu {
    position: relative;
    z-index: 99;
   }
    .engraving .tabMenu {
        z-index: 0;
    }
 .tabMenu ul li {
    float: left;
    padding: 0;
  }
   .tabMenu ul li a, .engraveHead {
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border: 1px solid #bfbfbf;
      border-bottom: 1px solid #bfbfbf;
      border-left: none;
      text-shadow: 0 1px #fff;
      padding: 10px 20px;
      float: left;
      text-transform: uppercase;
      color: #000;
      font-size: 12px;
      font-weight: 700;
     background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2RlZGNkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #ffffff 0%, #dedcde 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#dedcde)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#dedcde 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedcde',GradientType=0 ); /* IE6-8 */
   }
   .tabMenu ul li:first-child a {
      border-left: 1px solid #bfbfbf;
   }
   .tabMenu ul li.active a {
      border-bottom: 1px solid #fff;
      background: #fff;
   }
   .tabsHolder {
    border: 1px solid #bfbfbf;
    padding: 20px 0;
    width: 100%;
    min-height: 240px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    position: relative;
    top: -1px;
    z-index: 1;
   }
    .engraving .tabsHolder {
        z-index: 0;
    }
   .tabs {
    display: none;
    padding: 0 20px;
   }
   .slideHolder {
      margin-top: 43px;
   }
   .slideHolder .tabsHolder {
      overflow: visible;
   }
   .sliderRight {
      position: relative;
      padding: 20px 50px;
   }
   .sliderRight span.engraveHead {
      position: absolute;
      top: -63px;
      border-left: 1px solid #bfbfbf;
      left: -1px;
      border-bottom: 1px solid #fff;
   }
   .sliderRight li {
      width: 100%;
      text-align: center;
   }
   .leftSlide, .rightSlide {
      font-size: 30px;
      color: #b1b1b1;
      position: absolute;
      top: 50%;
      margin-top: -12px;
      font-weight: 700;
   }
   .leftSlide:hover, .rightSlide:hover {
      color: #000;
      text-decoration: none;
   }
   .sliderRight .leftSlide {      
      left: 30px;
   }
   .sliderRight .rightSlide {      
      right: 30px;
   }
   .relatedProBox {
      text-align: center;
      padding: 10px 40px;
   }
   .relatedImg {
      vertical-align: middle;
      display: table-cell;
      text-align: center;
      width: 324px;
      height: 150px;
   }
   .relatedImg img {
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: 0 auto;
   }
   .relatedProBox a {
      font-size: 15px;
      color: #424242;
      line-height: 18px;
   }
   #fancyPopContent {
      display: none;
      width: 700px;
      height: 500px;
   }

    #fancyPopContentSecond {
      display: none;
      width: 700px;
      height: 500px;
   }

   .imgPopup {
    width: 120px;
    float: left;
    text-align: center;
   }
   .contentPopup {
    float: left;
    width: 560px;
    padding-left: 20px;
   }
   .review {
      margin: 20px 0;
   }
   .review input[type="text"], .review textarea {
    display: block;
    margin-bottom: 15px;
   }
   .review label {
      float: left;
   }
    .engraverDiv label {
        float: left;
        margin-right: 20px;
    }
   .symbolIcon {
      border: 1px solid #bbb;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      padding: 3px;
      margin-right: 5px;
   } 
   #symbolImg {
      margin: 0 0 10px;
      position: relative;
   }
   .toolTip {
      display: none;
      z-index: 2147483647;
      position: absolute;      
      margin: 2px;
      border-radius: 3px;
      top: 48px !important;
      background: #fff;
  }
   .weship {
    border: 1px solid #ccc;
    padding: 10px;
    margin-right: 10px;
  }
  .weship td select {
    margin-bottom: 10px;
    margin-left: 10px;
    width: 240px;
  }
  .ShoppingCartItem {
    display: block;
  }
  .cartProductName textarea {
    height: 60px !important;
    position: absolute;
    width: 600px !important;
  }
  .weship .secondary-button {
    margin-left: 10px;
  }
  .cartProductQuantity input[type="text"] {
    width: 40px;
    text-align: center;
  }
  .cartLineItemNotesCell {
    height: 165px;
    vertical-align: top;
  }
  .ShoppingCartHeader {
    margin-top: 15px;
  } 
.accntcontactinfo-blk-mid td {
  padding: 20px 15px 20px 0;
}
.accntcontactinfo-blk-mid #ctl00_PageContent_trShippingOptions td {
  padding: 0;
}
#ctl00_PageContent_shippingselect_gif {
  display: none;
}
#ctl00_PageContent_tdShipingInfo, #ctl00_PageContent_tdBillingInfo,
 #ctl00_PageContent_ctrlCreditCardPanel {
  border: 1px solid #ddd;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /*background: #f5f7f8;*/
  padding: 15px;
}
.ctl00_PageContent_tdShipingInfo {
  position: relative;
}
.chckoutaddr-blk-top {
  /*position: absolute;
  top: -15px;*/
}
.accntcontactinfo-blk-mid input[type="text"], 
.accntcontactinfo-blk-mid input[type="password"] {
  width: 160px;
}
.accntcontactinfo-blk-mid select  {
  width: 173px;
  margin-right: 0;
}
.chckoutaddr-blk-content .required {
  color: #ff0000;
  margin-left: 3px;
}
.chckoutaddr-blk-content tr {
  margin-bottom: 10px;
  display: block;
}
.chckoutaddr-blk-content td {
  padding: 0;
}
.addressLabel {
  width: 120px;
}
.chckoutaddr-blk-content td.addressInput {
  padding-left: 10px;
}
#ctl00_PageContent_trShippingOptions {
  border-bottom: 1px solid #ddd;
}
#ctl00_PageContent_ctrlPaymentMethod input[type="radio"]{
  float: left;
  margin: 10px 5px 0 0;
}
#ctl00_PageContent_paymentPanes tr td, 
#ctl00_PageContent_ctrlCreditCardPanel  tr td {
  padding-bottom: 10px;
}
#ctl00_PageContent_paymentPanes input, 
#ctl00_PageContent_ctrlCreditCardPanel input {
  margin-left: 10px;
}
#ctl00_PageContent_paymentPanes  select,
#ctl00_PageContent_ctrlCreditCardPanel select {
  width: 168px;
  margin-left: 10px;
}
#ctl00_PageContent_ctrlCreditCardPanel select {
  float: left;
  width: 60%;
}
#ctl00_PageContent_ctrlPaymentMethod td {
  min-width: 100px; 
}
.btm-buttonpanel-l {
  float: left;
}
.btm-buttonpanel-r {
  float: right;
}
#ctl00_PageContent_ctrlCreditCardPanel_ddlCCExpMonth {
  margin-bottom: 10px;
}
#ctl00_PageContent_ctrlShippingMethods p {
  margin: 0;
}
#ctl00_PageContent_pnlContent .product-pricing-wrapper {
    padding-top: 20px;
}
#ctl00_PageContent_pnlContent .product-pricing-wrapper #divProductPricing {
    border: 1px solid #bfbfbf;
    border-top-width: 0;
    display: block;
    padding: 10px;
}
#ctl00_PageContent_pnlContent .product-pricing-wrapper .ui-accordion-header {
    color: #000000;
    cursor: pointer;
    padding: 8px 0;
}
#ctl00_PageContent_pnlContent .product-pricing-wrapper .ui-accordion-header.ui-state-hover,
#ctl00_PageContent_pnlContent .product-pricing-wrapper .ui-accordion-header.ui-state-focus {
    background: #f6f6f6 url('images/ui-bg_glass_100_f6f6f6_1x400.png') 50% 50% repeat-x;
    border: 1px solid #d3d3d3;
}
#ctl00_PageContent_pnlContent .product-pricing-wrapper .ui-accordion-header.ui-state-active {
    background: #f6f6f6 url('images/ui-bg_glass_100_f6f6f6_1x400.png') 50% 50% repeat-x;
    font-size: 13px;
}
#ctl00_PageContent_pnlContent .product-pricing-wrapper .ui-icon {
    background-image: url('themes/ui-lightness/images/ui-icons_222222_256x240.png');
    position: relative;
    top: 2px;
}
#ctl00_PageContent_pnlContent .product-pricing-wrapper .ui-icon.ui-icon-triangle-1-e,
#ctl00_PageContent_pnlContent .product-pricing-wrapper .ui-icon.ui-icon-triangle-1-s {
    display: inline-block;
}
#ctl00_PageContent_pnlContent .product-pricing-wrapper div[id^='AddToCartButton_'] {
    margin: 20px auto 0;
    width: 204px;
}
#ctl00_PageContent_pnlContent .product-pricing-wrapper input[id^='AddToCartButton_'] {
    width: 100%;
}
.accntcontactinfo-blk-mid #ctl00_PageContent_ctrlShippingMethods td {
  padding: 0;
}
#ctl00_PageContent_ctrlShippingMethods_ctrlShippingMethods input[type="radio"] {
  float: left;
  margin: 10px 5px 0 0;
}
#ctl00_PageContent_ctrlShippingMethods_ctrlShippingMethods label {
  float: left;
}
.BillingCheckbox input[type="checkbox"] {
  float: left;
  margin-right: 5px;
}
#offers {
position: relative;
width: 670px;
height: 231px;
background-repeat: no-repeat;
background-image: url('../images/10reasons/fall-kiss-final1.gif');
background-color: white;
margin: 0 0 20px;
padding: 0px;
}

#ButtonDiv {
position: absolute;
bottom: 0px;
left: 0px;
margin: 0px;
padding: 0px;
width: 670px;
height: 78px;
background: url('../images/10reasons/entire-button-area.gif')no-repeat;
}

#ButtonTable td {
margin: 0px;
padding: 0px;
text-align: center;
}
#ctl00_PageContent_ctl00_pnlContactForm tr {
  /*padding-bottom: 10px;*/
  display: block;
}
#ctl00_PageContent_ctl00_pnlContactForm tr td.first,
#ctl00_PageContent_ctl00_pnlContactForm tr td:first-child {
  width: 120px;
}
#ctl00_PageContent_ctl00_pnlContactForm tr td:first-child.Second {
  width: auto;
}
#ctl00_PageContent_ctl00_pnlContactForm input,
#ctl00_PageContent_ctl00_pnlContactForm textarea
 {
  margin-left: 10px;
  margin-top:10px;
}
.Second span {
    margin-left:10px;
    display:block;
}
#ctl00_PageContent_ctl00_pnlContactForm img {
  margin-left: 10px;
}
#ctl00_PageContent_ctl00_pnlContactForm input#ctl00_PageContent_ctl00_txtCaptchaText {
  /*margin-left: 130px;*/
}
.Second img {
    display:block;
    margin-top:10px;
}
.newaccountdisplay {
  margin-top: 20px;
}
.fieldRow, .fieldRowRequest {
  display: block;
}
.fieldRowRequest {
  margin-bottom:  20px;
}
.fieldRowRequest input {
  margin-left: 10px;
}
.fieldRow td {
  
  display: inline-block;
}
.MediumCell input {
    margin-top: 10px;
}
.MediumCell input.requestPass {
    margin-left:10px;
}
.labelText {
    padding-right: 10px;
    width: 180px;
}
.wedding-rings ul {
    padding-right:20px;
}

.wedding-rings ul li {
    background:url(../images/list-circle.png) 0 10px no-repeat;
    padding-left:10px;
}
.wedding-rings th {
    font-size:16px;
}
.accountFormHold {
  display: block;
  padding: 15px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ddd !important;
}
.accountFormHold td {
  margin-bottom: 10px;
  display: inline-block;
}
.accountFormHold tr td input, .accountFormHold tr td select {
  margin-left: 10px;
}
input[type="submit"].UpdateAccountButton  {
  margin-top: 20px;
}
#ctl00_PageContent_ctrlAccount_rbOKToEmailYes, 
#ctl00_PageContent_ctrlAccount_rbOKToEmailNo {
  float: left;
    margin: 10px 5px 0 10px;
}
#ctl00_PageContent_ctrlAccount_rbOKToEmailNo {
  margin-top: 5px;
}
#walletAddPaymentWrap span {
  width: 160px;
  display: block;
}
input[type="button"].walletButton {
  margin-left: 172px;
}
#toolTip_1, #toolTip_2, #toolTip_3, #toolTip_4, #toolTip_5, #toolTip_6, 
#toolTip_7, #toolTip_8, #toolTip_9, #toolTip_10, #toolTip_11 {
  top: 50px !important;
  left: 8px !important;
  border: solid 2px #000;
}
#engraving-tabs-1 input[type="radio"],
#engraving-tabs-2 input[type="radio"],
#engraving-tabs-3 input[type="radio"],
#engraving-tabs-4 input[type="radio"] {
    margin-right: 8px;
}
#engraving-tabs-1 input[type="radio"] + input[type="radio"],
#engraving-tabs-2 #divHandwrittenPosition a + input[type="radio"],
#engraving-tabs-3 #divFingerprintPosition a + input[type="radio"],
#engraving-tabs-4 #divCustomPosition a + input[type="radio"] {
    margin-left: 20px;
}
#engraving-tabs-2 #divHandwrittenPosition,
#engraving-tabs-3 #divFingerprintPosition {
    margin-bottom: 10px;
}
#toolTip_2 {
  left: 38px !important;
}
#toolTip_3 {
  left: 38px !important;
}
#toolTip_4 {
  left: 68px !important;
}
#toolTip_5 {
  left: 100px !important;
}
#toolTip_6 {
  left: 165px !important;
}
#toolTip_7 {
  left: 135px !important;
}
#toolTip_8 {
  left: 225px !important;
}
#toolTip_9 {
  left: 145px !important;
}
#toolTip_10 {
  left: 195px !important;
}
#toolTip_11 {
  left: 255px !important;
}

/*
 * PRODUCT PAGE MARKUP GOES HERE
*/
#product-page #divEngraveShipping {
    border: 1px solid #bfbfbf;
    border-bottom-style: none;
    padding: 10px 20px;
}
#product-page #divIsEngraving label,
#product-page #divEngraveShipping > a:first-child,
#product-page #divEngraveShipping label {
    display: inline-block;
}
#product-page #divEngraveShipping > a:first-child,
#product-page #divIsEngraving label input[type="radio"],
#product-page #divEngraveShipping label input[type="radio"] {
    margin-right: 6px;
}
#product-page .buffer-right {
    margin-right: 10px;
}
#product-page .tabMenu a {
    font-size: 14px;
}
#product-page .tabMenu a span {
    font-size: 10px;
    position: relative;
    top: 4px;
}
#product-page .tabMenu li {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2RlZGNkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ffffff 0%, #dedcde 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(99%, #dedcde)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #dedcde 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #dedcde 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #dedcde 99%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #dedcde 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedcde', GradientType=0); /* IE6-8 */
}
#product-page .tabMenu li.active {
    background-color: #002954;
    background-image: none;
}
#product-page #tabContainer {
    height: 100%;
    width: 100%;
    position: relative;
}
#product-page #tabContainer #overlayContainer {
    background-color: white;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}
#product-page #tabRingContainer {
    margin-top: 10px;
}
#product-page .engraving {
    margin-top: 0;
}
#product-page .engraving .tabMenu li.active a,
#product-page #tabRingContainer .active a {
    color: white;
    text-shadow: none;
}
#product-page #tabRingContainer li a {
    background-color: transparent;
    text-transform: capitalize;
}
#product-page .engraving .tabMenu li a {
    min-width: 104px;
    text-transform: none;
}
#product-page #tabRingContainer li a:hover,
#product-page .engraving .tabMenu li a:hover {
    text-decoration: none
}
#product-page .engraving .tabMenu li a {
    background: transparent url("/images/product/icon/icon-text-engraving-inactive.png") 95px center no-repeat;
}
#product-page .engraving .tabMenu li:first-child.active a {
    background-image: url("/images/product/icon/icon-text-engraving-active.png");
}
#product-page .engraving .tabMenu li:nth-child(2) a {
    background-image: url("/images/product/icon/icon-handwritten-engraving-inactive.png");
}
#product-page .engraving .tabMenu li:nth-child(2).active a {
    background-image: url("/images/product/icon/icon-handwritten-engraving-active.png");
}
#product-page .engraving .tabMenu li:nth-child(3) a {
    background-image: url("/images/product/icon/icon-fingerprint-engraving-inactive.png");
}
#product-page .engraving .tabMenu li:nth-child(3).active a {
    background-image: url("/images/product/icon/icon-fingerprint-engraving-active.png");
}
#product-page .engraving .tabMenu li:last-child a {
    background-image: url("/images/product/icon/icon-custom-engraving-inactive.png");
}
#product-page .engraving .tabMenu li:last-child.active a {
    background-image: url("/images/product/icon/icon-custom-engraving-active.png");
}
#product-page #tabRingContainer .active {
    background-color: #002954;
}
#product-page .engraving #messageTextEngraving,
#product-page .engraving #symbolImg .main-txt {
    text-transform: uppercase;
}
#product-page .engraving #messageTextEngraving,
#product-page .engraving #selectSymbolCategory {
    margin-bottom: 8px;
}
#product-page .engraving #symbolImg .main-txt {
    padding-bottom: 8px;
}
#product-page #engraver {
    width: 100%;
}
#product-page #visibleEngraver {
    width: 80%;
}
#product-page .engraverDiv .topper {
    margin-top: 20px;
}
#product-page .engraverDiv td {
    padding-top: 0;
    width: 50%;
}
#product-page .engraverDiv .slim-down {
    width: 90%;
}
#product-page .engraverDiv p.slim-down {
    margin-bottom: 5px;
}
#product-page .engraverDiv p.slim-down + a {
    display: inline-block;
    margin-bottom: 20px;
}
#product-page .engraverDiv .uppercase {
    text-transform: uppercase;
}
#product-page .engraverDiv .modHeight {
    min-height: 200px;
}
#product-page .engraverDiv td.positionEngrave label:first-child {
    margin-top: 0;
}
#product-page .engraverDiv .fontsSelectContainer {
    vertical-align: top;
}
#product-page .engraverDiv .engraverSectionBreak + .engraverSectionBreak {
    padding-top: 0;
}
#product-page .engraverSectionBreak {
    vertical-align: top;
}
#product-page .engraverSectionBreak p.previewSectionBreak {
    margin-top: 20px;
    margin-bottom: 0;
}
#product-page .engraverSectionBreak a strong {
    text-transform: uppercase;
}
#product-page .engraverSectionBreak #visibleEngraver {
    font-size: 12px;
}
#product-page .engraverSectionBreak span {
    font-size: 9px;
}
#product-page #progress {
    background: url("/images/loader.gif") no-repeat center #ffffff;
    border: 1px solid #666666;
    display: none;
    font: normal 16px Tahoma, Geneva, sans-serif;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    overflow: auto;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 100px;
    z-index: 200;
}
#product-page #engraverView {
    border: 1px solid #cccccc;
    border-radius: 4px;
}
#product-page .add-engraving-row .span4 {
    width: 29%;
}
#product-page .add-engraving {
    background: -moz-linear-gradient(top, #223e6d 0%, #162948 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#223e6d), color-stop(100%,#162948)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #223e6d 0%,#162948 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #223e6d 0%,#162948 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #223e6d 0%,#162948 100%); /* IE10+ */
    background: linear-gradient(to bottom, #223e6d 0%,#162948 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223e6d', endColorstr='#162948',GradientType=0 ); /* IE6-8 */
}
#product-page .icon-caret-left:last-child {
    margin-right: 3px;
}
#product-page .icon-caret-right:first-child {
    margin-left: 3px;
}
#product-page #engraving-tabs-1 .position-engrave {
    border-right: 2px solid #ffffff;
    padding-bottom: 5px;
}
#product-page #engraving-tabs-1 .symbol-slider-wrap {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    height: 32px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    width: 214px;
}
#product-page #engraving-tabs-1 .symbol-slider-wrap .nav-button {
    width: 16px;
    height: 32px;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 2;
    background: #feffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #feffff 0%, #f0f0f0 35%, #dddddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(35%, #f0f0f0), color-stop(100%, #dddddd));
    background: -webkit-linear-gradient(top, #feffff 0%, #f0f0f0 35%, #dddddd 100%);
    background: -o-linear-gradient(top, #feffff 0%, #f0f0f0 35%, #dddddd 100%);
    background: -ms-linear-gradient(top, #feffff 0%, #f0f0f0 35%, #dddddd 100%);
    background: linear-gradient(to bottom, #feffff 0%, #f0f0f0 35%, #dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#dddddd',GradientType=0 );
}
#product-page #engraving-tabs-1 .symbol-slider-wrap .nav-button:before {
    position: absolute;
    top: 50%;
    margin-top: -4px;
}
#product-page #engraving-tabs-1 .symbol-slider-wrap .nav-button:active:before {
    opacity: .7;
}
#product-page #engraving-tabs-1 .symbol-slider-wrap .nav-button.next {
    border-left: 1px solid #ddd;
    padding: 0;
    right: 0;
}
#product-page #engraving-tabs-1 .symbol-slider-wrap .nav-button.next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    border-color: transparent transparent transparent black;
    border-left-style: solid;
    right: 2px;
}
#product-page #engraving-tabs-1 .symbol-slider-wrap .nav-button.previous {
    left: 0;
    border-right: 1px solid #ddd;
}
#product-page #engraving-tabs-1 .symbol-slider-wrap .nav-button.previous:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    border-color: transparent black transparent transparent;
    border-right-style: solid;
    left: 2px;
}
#product-page #engraving-tabs-1 .symbol-slider-wrap .nav-button:active {
    background: #dddddd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dddddd 0%, #f0f0f0 65%, #feffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(65%, #f0f0f0), color-stop(100%, #feffff));
    background: -webkit-linear-gradient(top, #dddddd 0%, #f0f0f0 65%, #feffff 100%);
    background: -o-linear-gradient(top, #dddddd 0%, #f0f0f0 65%, #feffff 100%);
    background: -ms-linear-gradient(top, #dddddd 0%, #f0f0f0 65%, #feffff 100%);
    background: linear-gradient(to bottom, #dddddd 0%, #f0f0f0 65%, #feffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#feffff',GradientType=0 );
}
#product-page #engraving-tabs-1 .symbol-slider-wrap .symbol-slider {
    position: relative;
    padding: 1px;
}
#product-page #engraving-tabs-1 .symbol-slider-wrap .symbol-slider:before, #product-page #engraving-tabs-1 .symbol-slider-wrap .symbol-slider:after {
    content: " ";
    display: table;
}
#product-page #engraving-tabs-1 .symbol-slider-wrap .symbol-slider:after {
    clear: both;
}
#product-page #engraving-tabs-1 .symbol-slider-wrap .symbol-slider .symbol {
    cursor: pointer;
    display: block;
    float: left;
}
#product-page #engraving-tabs-1 .symbol-slider-wrap .symbol-slider .symbol  img {
    height: 23px;
    width: 23px;
}
#product-page #engraving-tabs-4 table tr:nth-child(3) td {
    padding-top: 20px;
}
#product-page #divProductPricing:after {
    clear: both;
    content: "";
    display: table;
}
#product-page #divProductPricing [class*='col-'] {
    float: left;
}
#product-page #divProductPricing .col-1-3 {
    width: 33%;
}
#product-page #divProductPricing .col-2-3 {
    width: 66%;
}
#product-page #divProductPricing .col-3-3 {
    width: 100%;
}
#product-page #divProductPricing hr.col-3-3 {
    margin: 12px 0;
}
#product-page #divProductPricing #tblPersonalizationPrice td:first-child {
    width: 66%;
}
#product-page #divProductPricing #tblPersonalizationPrice td:last-child {
    width: 33%;
    text-align: center;
}
#product-page #divProductPriceHold {
    text-align: center;
}
#product-page a.removeText {
    color: #999999;
    font-size: 13px;
}
#product-page select:focus {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2RlZGNkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ffffff 0%, #dedcde 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#dedcde)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dedcde 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedcde',GradientType=0 ); /* IE6-8 */
    border-color: #cccccc;
}
#engraving-success {
    margin-top: 40px;
    text-align: center;
}
/*
    SHOPPING CART PAGE GOES HERE
*/
#shoppingCartContent .cartLineItemDescRowCell.cartLineItemEngraveCell,
#shoppingCartContent .cartLineItemDescRowCell.cartLineItemEngraveCell > div {
    width: 100%;
}
#shoppingCartContent .cartLineItemDescRowCell.cartLineItemEngraveCell p {
    margin-bottom: 5px;
}
#shoppingCartContent .capitalize {
    text-transform: capitalize;
    margin-bottom: 6px;
}
#shoppingCartContent .capitalize span {
    float: right;
}
#shoppingCartContent .cartProductName > span > table > tbody {
    display: block;
    width: 656px;
}
#shoppingCartContent .cartProductName > span > table > tbody > tr:first-child > td:first-child {
    width: 150px;
}
#shoppingCartContent .cartProductName > span > table > tbody > tr:first-child > td:nth-child(2) {
    padding: 0 20px;
    width: 100%;
}
/*
    CHECKOUT PAGE GOES HERE
*/
#checkoutTableContent .ShoppingCartItem > tbody > tr td {
    width: 1012px;
}
#checkoutTableContent .ShoppingCartItem .cartLineItemDescRowCell.cartLineItemEngraveCell p,
#checkoutTableContent .ShoppingCartItem .capitalize {
    margin-bottom: 5px;
}
#checkoutTableContent .ShoppingCartItem .capitalize {
    text-transform: capitalize;
}
#checkoutTableContent .ShoppingCartItem .cartProductName > span > table > tbody > tr:first-child > td:first-child {
    width: 150px;
}
#checkoutTableContent .ShoppingCartItem .cartProductName > span > table > tbody > tr:first-child > td:nth-child(2) {
    padding-left: 20px;
}
#checkoutTableContent .ShoppingCartItem .cartLineItemEngraveCellResult img {
    display: none;
}
/*
    CHECKOUT REVIEW PAGE GOES HERE
*/
#checkoutReviewContent .ShoppingCartItem > tbody > tr td {
    width: 1010px;
}
#checkoutReviewContent .ShoppingCartItem .cartLineItemDescRowCell.cartLineItemEngraveCell p {
    margin-bottom: 5px;
}
#checkoutReviewContent .ShoppingCartItem .cartLineItemEngraveCellResult img {
    display: none;
}
/* ------------------------------ SEARCH PAGE ----------
   ------------------------------------------------- */
   table.gsc-search-box {
      /*width: 217px;*/
   }
   .gsc-search-box-tools .gsc-search-box td.gsc-input {
      padding-right: 0 !important;
   }
   .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
      width: 120px !important;
      height: 120px !important;
   }
   .gs-result a.gs-image {
      border: 1PX solid #ddd;
      display: block;
      margin-right: 10px;
  }
  .gs-result img.gs-image, .gs-result img.gs-promotion-image {
      border: none !important;
      max-width: 100% !important;
      max-height: 100% !important;
  }
  .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, 
  .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b,
  .gsc-results .gsc-cursor-box .gsc-cursor-page, .gs-result .gs-title, .gs-result .gs-title *,
  .gs-result .gs-title, .gs-result .gs-title * {
      color: #007f9d !important;
  }
  .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
      color: #002247 !important;
  }
.graybox {
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2RlZGNkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ffffff 0%, #dedcde 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#dedcde)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dedcde 99%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dedcde 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedcde',GradientType=0 ); /* IE6-8 */
    padding: 20px;
}
.boxleft {
    border-left: 1px solid #bbb;
    float: left;
    text-align: center;
    width: 180px;
}
.boxleft:first-child {
    border-left:none;
}
.boxleft a, .boxleft {
    color:#000;
    font-size:16px;
}
.boxleft a:hover {
    text-decoration:none;
    color:#000;
}
.boxleft a i {
    color:#002b58;
    font-size:18px;
    margin-right:5px;
}
.nextdate {
  color: #ff0000;
}



   
   /* ------------------------------ footer ----------
   ------------------------------------------------- */
   footer.box4 {
      padding: 30px 0;
   }
   footer .innerFooter {
      position: relative;
   }
   footer a {
      color: #fff;
      font-size: 12px;
   }
.navListing h5 {
    margin-bottom: 15px;
}
.navListing li {
      line-height:16px;
}
   .socialLink {
      margin-bottom: 40px;
   }
   .socialLink li {
      float: left;   
       margin-left: 10px;   
   }
   .socialLink li.fabLink a {
      background: #2e589c;
   }
   .socialLink li.twitLink a {
      background: #2ba4dd;
   }
   .socialLink a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;   
    display:block;  
   }
    .socialLink a i {
        line-height: 35px;
    }
   .socialLink a:hover {
    text-decoration: none;
   }
   .rightFooter {
      text-align: right;
      float: right;      
   }
   .copy {
      display: block;
      font-size: 8px;
   }
   .accreditLogo {
      position: absolute;
      right: 15px;
      bottom: 50px;
   }
   .paymentLinks {
      position: absolute;
      right: 15px;
      bottom: 0;
   }
   .paymentLinks li {
      float: left;
      margin-left: 10px;
   }
   footer address a {
    display: inline-block;
   }

.accountFormHold table tr td:first-child {
    width: 35% !important;
}
.accountFormHold table tr:first-child td:first-child {
    width: 100% !important;
}
.accountFormHold table tr td hr {
  display: none;
}
.selectHolder {
    width:136px;
    float:left;
    margin-left:10px;
}
.selectHolder:first-child {
        margin-left:0;
}
.selectHolder select {
    display:block;
    width:100%;
}
.matchingSet .selectHolder {
    width:180px;
     margin-left: 20px;
     margin-bottom:10px;
}
.matchingSet {
    margin-left:-20px;
}
    .matchingSet .selectHolder a {
    margin-top:20px;
    }

.rowLine {
    float:left;
    width:100%;
    margin:10px 20px;
    border-bottom: 1px solid #bfbfbf;
    height:1px;
}
#cartTotalnew {
    width:100%;
    float:left;
}
#productInfoTable {
    margin-bottom:10px;
}
.engraveoptioncenter {
    float: left;
    margin-bottom: 10px;
}   

.cycle-slideshow {
  width: 100%;
}
.cycle-slideshow li {
  width: 100%;
}
.cycle-slideshow li img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#joa {
  display: none;
}
.OrderTotalsTable .CheckoutNowButton {
  float: right;
}
.addressdatalist input[type="image"]
{
    width:auto;
    }
    
.addressdatalist .addressImagebuttons {
    width: 300px;
}
.shoppingcart-navimg{
	text-align:center;
}
	.larsonjewelerscom-isets-back {background: linear-gradient(to bottom, #e0dede 0%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); border-top: 1px solid #bbbbbb;}
	.larsonjewelerscom-isouter {width: 1012px; margin: 0 auto; padding-bottom: 30px; padding-top: 30px;}
	.larsonjewelerscom-set {display: inline-block; width: 33%; text-transform: capitalize; vertical-align: text-top;}
	.larsonjewelerscom-set ul {list-style: none; margin: 0; padding: 0;}
	.larsonjewelerscom-set li a {color: #007f9d; text-decoration: none; font-family: "Lato"; font-size: 14px; line-height: 22px;}
	.larsonjewelerscom-set li a:hover {text-decoration: underline; color: #000000;}
	.larsonjewelerscom-set h5 {font-size: 1.28em; font-family: "Open Sans",sans-serif; font-weight: 300; line-height: 1; color: #000000;}
