/* Minification failed. Returning unminified contents.
(482,12): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(828,24): run-time error CSS1031: Expected selector, found ';'
(828,24): run-time error CSS1025: Expected comma or open brace, found ';'
(11606,262): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: ignoreMe
 */
/*********** CSS RESET ***********/

* {
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
	opacity: 0.99;
}
a:hover img {
	opacity: 0.9;
}
a:active {
	outline: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0;
}
input[type="submit"], 
input[type="reset"], 
input[type="button"], 
input[type="text"], 
input[type="password"], 
textarea {
    -webkit-appearance: none;
}
html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

/*********** GLOBAL STYLES ***********/

body {
	overflow-x: hidden;
	background: #fff url(/Themes/Jewelry/Content/img/background.jpg) center top repeat-x;
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #666;
}
@font-face {
    font-family: 'kepler_b';
    src: url(/Themes/Jewelry/Content/CSS/keplerstd-bold-webfont.eot);
    src: url(/Themes/Jewelry/Content/CSS/keplerstd-bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(/Themes/Jewelry/Content/CSS/keplerstd-bold-webfont.woff) format('woff'),
         url(/Themes/Jewelry/Content/CSS/keplerstd-bold-webfont.ttf) format('truetype'),
         url(/Themes/Jewelry/Content/CSS/keplerstd-bold-webfont.svg#KeplerStdBold) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kepler_eid';
    src: url(/Themes/Jewelry/Content/CSS/keplerstd-extitdisp-webfont.eot);
    src: url(/Themes/Jewelry/Content/CSS/keplerstd-extitdisp-webfont.eot?#iefix) format('embedded-opentype'),
         url(/Themes/Jewelry/Content/CSS/keplerstd-extitdisp-webfont.woff) format('woff'),
         url(/Themes/Jewelry/Content/CSS/keplerstd-extitdisp-webfont.ttf) format('truetype'),
         url(/Themes/Jewelry/Content/CSS/keplerstd-extitdisp-webfont.svg#KeplerStdExtDispItalic) format('svg');
    font-weight: normal;
    font-style: normal;
}
a {
	color: #b68c65;
	cursor: pointer;
}
h1,h2,h3,h4,h5,h6 {
	color: #b68c65;
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover,
button:hover, .button-1:hover, .button-2:hover {
	background-position: bottom !important;
}
input[type="text"], input[type="password"], textarea {
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #fff;
	box-shadow: inset 0 0 10px #ddd;
	padding: 7px;
	color: #333;
}
select {
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #fff;
	box-shadow: inset 0 0 10px #ddd;
	padding: 5px;
	color: #333;
}
script {
    display: none !important;
}
img {
    max-width: 100%;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	border: 1px solid #999;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}
.required, .message-error,
.field-validation-error,
.not-available-status {
	font-size: 11px;
	color: #c00;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.news-body ul {
	margin: 12px 0;
	padding-left: 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.news-body ol {
	margin: 12px 0;
	padding-left: 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p {
	margin: 10px 0;
}
.category-description img,
.manufacturer-description img,
.full-description img,
.topic-html-content img,
.topic-page img,
.post-body img,
.news-body img {
	max-width: 100%;
    height: auto;
}
.admin-header-links {
	position: absolute;
	z-index: 1003;
	left: 0;
	top: 0;
}
.admin-header-links a {
	display: inline-block;
	margin: 1px;
	background: #666;
	padding: 0 12px;
	line-height: 33px;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px 0 #666;
}
.admin-header-links a:hover {
	background: #777;
}

.bar-notification {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	box-shadow: 0 1px 2px #666;
	line-height: 30px;
	color: #fff;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.bar-notification.success {
	background: #9b0;
	border-bottom: 1px solid #bd2;
}
.bar-notification.error {
	background: #f00;
	border-bottom: 1px solid #f55;
}
.bar-notification > * {
	float: left;
}
.bar-notification .content {
	margin-left: 10px;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	float: right;
	width: 16px;
	height: 16px;
	margin: 6px;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url(/Themes/Jewelry/Content/img/close.png) center no-repeat;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.bar-notification .close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*Jquery popups start*/
.ui-dialog {
	z-index: 1003;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
}
.ui-dialog-titlebar {
	border-bottom: 1px solid #aaa;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	background: #ccc url(/Themes/Jewelry/Content/img/boxpad4.png) repeat-x top;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
	color: #333;
	text-shadow: 1px 1px #eee;
}
.ui-dialog-titlebar span {
	float: left;
	line-height: 18px;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	float: right;
	width: 16px;
	height: 16px;
	border: 1px solid #666;
	overflow: hidden;
	background: #fff url(/Themes/Jewelry/Content/img/close.png) center no-repeat;
	box-shadow: inset 0 0 1px #999;
	text-indent: -9999px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.ui-dialog-titlebar button:hover {
	background-position: center !important;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 18px;
}
.ui-dialog-content .topic-html-content {
    margin: 10px 0;
}
.ui-dialog-content .topic-html-content-body {
    max-height: 200px;
    overflow-y: scroll;
}
.ui-dialog-content .topic-html-content p {
    margin: 0;
}
.ui-dialog-buttonset {
	margin-top: -10px;
    padding: 10px;
    text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow: hidden;
	background: url(/Themes/Jewelry/Content/img/button5.png) repeat-x top;
	box-shadow: inset 0 1px 0 #fff;
	padding: 3px 5px;
	color: #333;
	text-shadow: 1px 1px #eee;
}

.eu-cookie-bar-notification {
	position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1002;
	width: 450px;
	max-width: 95%;
	height: 180px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px 0 0 -225px;
    border: 1px solid #ccc;
	border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px 0;
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button2.png) top repeat-x;
	box-shadow: 0 0 5px #000 inset;
	padding: 5px;
	font-size: 14px;
	font: normal 20px 'kepler_b';
	color: #b68c65;
}
.eu-cookie-bar-notification button:hover {
	background-position: bottom;
}
.eu-cookie-bar-notification a {
	display: block;
	text-decoration: underline;
}
.captcha-box {
    line-height: 15px;
}
.please-wait {
	background: url(/Themes/Jewelry/Content/img/ajax_loader_small.gif) no-repeat;
	padding-left: 20px;
    display: inline-block;
    line-height: 18px;
}



/*********** GLOBAL FORMS & GLOBAL TABLES ***********/




.fieldset, .section {
	margin-bottom: 20px;
}
.fieldset .title,
.section .title {
	margin-bottom: 10px;
	color: #444;
}
.inputs {
	margin: 7px 0;
	overflow: hidden;
}
.inputs label {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
	color: #444;
    vertical-align: middle;
}
.inputs input[type="text"],
.inputs input[type="password"] {
	width: 300px;
	font: normal 12px Tahoma, Geneva, sans-serif;
    vertical-align: middle;
}
.inputs select {
	font: normal 12px Tahoma, Geneva, sans-serif;
    vertical-align: middle;
}
.inputs textarea {
	width: 300px;
	height: 150px;
    vertical-align: middle;
}
.inputs .field-validation-valid {
	font-size: 11px;
	color: #b68c65;
}
.option-list {
    vertical-align: middle;
}
.option-list label {
	width: auto !important;
	vertical-align: middle;
}



/*********** HEADER, NAVIGATION, FOOTER ***********/




.master-wrapper-page {
	margin: 0 0 80px;
}
.master-wrapper-content {
	width: 980px;
	margin: 0 auto;
}

.header-line {
	position: relative;
    z-index: 1002;
}
.header-line .center {
	width: 980px;
	margin: 0 auto;
}
.header-line .center:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;        
}
.header-contacts {
	float: left;
	margin-right: 30px;
	font: bold 12px/35px Arial, Helvetica, sans-serif;
	color: #999;
}
.header-contacts .phone {
	float: left;
	background: url(/Themes/Jewelry/Content/img/icon1.png) left center no-repeat;
	padding-left: 18px;
}
.header-contacts .mail {
	float: left;
	margin-left: 13px;
}
.header-contacts .mail a {
	display: block;
	background: url(/Themes/Jewelry/Content/img/icon2_new.png) left top no-repeat;
	padding-left: 20px;
	color: #999;
}
.header-contacts .mail a:hover {
	background-position: left bottom;
	color: #b68c65;
}
.header-links-wrapper {
	position: relative;
	float: right;
}
.header-links li {
	float: left;
	margin-left: 10px;
        color:#999
	/*font: italic 12px/35px Arial, Helvetica, sans-serif;*/
  
   
       font: bold 12px/35px Arial, Helvetica, sans-serif;
}
.header-links a {
	color: #999;
}
.header-links a.account {
	color: #b68c65;
}
.header-links a:hover {
	color: #c79d76;
}
.header-selectors-wrapper {
	float: left;
	margin-top: 8px;
}
.header-selectors-wrapper > div {
	float: left;
	margin-right: 10px;
}

.language-list {
	vertical-align: middle;
    line-height: 0;
    max-width: 455px;
}
.language-list li {
    display: inline-block;
    margin: 0 2px;
}
.language-list a {
    position: relative;
	display: block;
    width: 19px;
    height: 19px;
    line-height: 0;
}
.language-list img {
    position: absolute;
	width: 18px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -6px;
}

/*custom select start*/
.new_select {
	width: 100px !important;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/select1.png) repeat-x;
}
.new_select .passiveSelect,
.new_select .activeSelect {
	display: block;
	height: 19px;
	overflow: hidden;
	background: url(/Themes/Jewelry/Content/img/select_btn1.png) no-repeat right top;
	padding: 0 24px 0 4px;
	font: italic 13px/20px 'kepler_b';
	color: #444;
	white-space: nowrap;
	cursor: pointer;	
}		
.new_select .passiveSelect:hover,
.new_select .activeSelect:hover {
	background-position: right bottom;	
}
.new_select .styleSelect_item{
	top: 27px !important;
}	
.new_select .styleSelect_item_content {
	width: auto !important;
	min-width: 100px;
	border: 1px solid #888;
	border-top: none;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 1px 3px #666;
	background: #fff;
}	
.jspContainer, .jspPane {
	width: auto !important;
	height: auto !important;
}	
.new_select ul {
	background: #fff;
	padding: 2px;
	cursor: pointer;	
}
.new_select li {
	border-top: 1px dotted #ddd;
	padding: 3px 8px;
	font-weight: normal;
	color: #333;
	white-space: nowrap;
}
.new_select li:first-child {
	border-top: none;
}
.new_select li:hover {
	background: #eee;
	color: #b68c65;
}
.new_select .selected {
	color: #b68c65;
}
/*custom select end*/

.flyout-cart {
	display: none;
	position: absolute;
	z-index: 99999;
	top: 30px;
	right: 0;
	width: 300px;
	min-height: 50px;
}
.flyout-cart.active {
	display: block;
}
.mini-shopping-cart {
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 10px #000;
	background: #292929;
	padding: 10px;
}
.mini-shopping-cart .count {
	margin-bottom: 10px;
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #999;
}
.mini-shopping-cart .count a {
	box-shadow: none;
	background: none;
	padding: 0 2px;
	color: #b68c65;
}
.mini-shopping-cart .items {
	margin-bottom: 10px;
	background: #fff;
	box-shadow: inset 0 0 10px #999;
	padding: 0 5px;
}
.mini-shopping-cart .item {
	border-top: 1px dotted #ccc;
	overflow: hidden;
	padding: 10px 5px;
}
.mini-shopping-cart .picture {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.mini-shopping-cart .picture a {
	display: block;
	line-height: 0;
}
.mini-shopping-cart .product {
	margin-left: 70px;
}
.mini-shopping-cart .name {
	margin-bottom: 5px;
	color: #b68c65;
}
.mini-shopping-cart .name a:hover {
	text-decoration: underline;
}
.mini-shopping-cart .attributes {
	margin: 0;
	border: none;
	font-size: 11px;
}
.mini-shopping-cart .price {
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #444;
}
.mini-shopping-cart .quantity {
	font-size: 11px;
}
.mini-shopping-cart .totals {
	margin-bottom: 10px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
}
.mini-shopping-cart .totals strong {
	color: #b68c65;
}
.mini-shopping-cart .buttons {
	text-align: right;
}
.mini-shopping-cart .button-1 {
	margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/button5.png) top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 5px 10px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}

.header {
	position: relative;
	z-index: 2;
	clear: both;
	min-height: 110px;
	overflow: hidden;
	padding: 15px 0;
}
.header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.header-logo {
	float: left;
        padding-left: 20px;
}
.header-logo a {
	display: block;
}

/*--EW - Header Social Links--*/
.headersocial {
  margin-left:300px;
  float:left;
  padding-bottom:10px;
}
.headersocial a {
	display: inline-block;
    width: 30px;
    height: 30px;
	margin-left: 5px;
}
.headersocial a.linkedin {
	background: url(/Themes/Jewelry/Content/img/soc_linkedin_32.png) no-repeat;
}
.headersocial a.facebook {
	background: url(/Themes/Jewelry/Content/img/soc_facebook_32.png) no-repeat;
}
.headersocial a.twitter {
    background: url(/Themes/Jewelry/Content/img/soc_twitter_32.png) no-repeat;
}
.headersocial a.youtube {
    background: url(/Themes/Jewelry/Content/img/soc_youtube_32.png) no-repeat;
}
.headersocial a.pinterest {
    background: url(/Themes/Jewelry/Content/img/soc_pinterest_32.png) no-repeat;
}
.headersocial a.google-plus {
    background: url(/Themes/Jewelry/Content/img/soc_google_32.png) no-repeat;
}
.headersocial a.rss {
    background: url(/Themes/Jewelry/Content/img/social3.png) no-repeat;
}
/*--------------------------*/

.search-box {
	position: absolute;
	top: 60px;
	right: 10px;
}
.search-box form:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
input.search-box-text {
	float: left;
	width: 370px;
	height: 31px;
	border: 1px solid #999;
	border-radius: 5px 0 0 5px;
	background: #fff url(/Themes/Jewelry/Content/img/input1.png) top repeat-x;
	padding: 0 10px;
	font: italic 15px/31px "Times New Roman", Times, serif;
	color: #666;
}
input.search-box-text.ui-autocomplete-loading {
	background:
	url(/Themes/Jewelry/Content/img/ajax_loader_small.gif) right center no-repeat,
	#fff url(/Themes/Jewelry/Content/img/input1.png) top repeat-x;
}
input.search-box-text:focus {
	border: 1px solid #333;
	color: #333;
}
#instant-search-categories {
	float: left;
	width: 120px;
    height: 33px;
    margin: 0 0 0 -1px;
	border: 1px solid #999;
	border-radius: 0;
	background: #fff url(/Themes/Jewelry/Content/img/input1.png) repeat-x top;
    padding: 6px;
	font: italic 15px "Times New Roman", Times, serif;
	color: #666;
}
#instant-search-categories:focus {
	border-color: #333;
}
.search-box-button {
	float: left;
	width: 33px;
	height: 33px;
	border: none;
	border-radius: 0 5px 5px 0;
	background: url(/Themes/Jewelry/Content/img/button1.png) top no-repeat;
    text-indent: -99999px;
}

/*Default Autocomplete start*/
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	z-index: 1002 !important;
    width: 390px !important;
	margin-top: -1px;
    border: 1px solid #bbb;
    border-top: 1px dotted #ccc;
	border-radius: 5px 0 5px 5px;
	overflow: hidden;
	background: #fff;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
	display: block;
	padding: 8px;
	font-size: 11px;
	color: #666;
}
.ui-autocomplete.ui-0px;.ui-widget.ui-widget-content a:hover,
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content .ui-state-focus {
	background: #ececec;
	color: #333;
	text-shadow: 1px 1px 0 #f6f6f6;
	cursor: pointer;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	vertical-align: middle;
	margin-right: 5px;
}
/*Default Autocomplete end*/

.header-basket {
	position: absolute;
	top: 80px;
	right: 0;
	background: url(/Themes/Jewelry/Content/img/icon4.png) left center no-repeat;
	padding: 8px 0 2px 45px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
}
.header-basket a {
	font-weight: bold;
}
.header-basket a:hover {
	text-decoration: underline;
}
.header {
   background: rgba(0,0,0,0.5);
    padding: 10;
    border: 2px solid #292929;
    border-top: 2px solid #999;
	box-shadow: inset 0 0 100px rgba(0,5,5,.3), 0 0 10px #000;
    }
.header-menu {
	position: relative;
	z-index: 1001;
	background: url(/Themes/Jewelry/Content/img/navpad.png) top repeat-x;
	margin-bottom: 0px;
	border-radius: 0px 0px 5px 5px;
}
.header-menu > ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.menu-title {
	display: none;
}
.header-menu > ul > li {
	float: left;
	background: url(/Themes/Jewelry/Content/img/separator1.png) right no-repeat;
	padding-right: 2px;
}
.header-menu > ul > li:first-child > a {
	border-radius: 5px 0 0 5px;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
    display: block;
    padding: 14px 20px;
    font: normal 14px Tahoma, Geneva, sans-serif;
    color: #bbb;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #000;
}
.header-menu > ul > li:hover > a,
.header-menu > ul > li:hover > span {
	background: url(/Themes/Jewelry/Content/img/navpad.png) bottom repeat-x;
	color: #b68c65;
    cursor: pointer;
}

.header-menu .sublist {
    display: none;
    position: absolute;
	z-index: 1001;
	min-width: 200px;
	background: #4e4e4e;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 3px #666;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header-menu .sublist.active {
	display: block;
}
.header-menu .sublist li {
    position: relative;
	background: #fff;
}
.header-menu .sublist li:first-child,
.header-menu .sublist li:first-child a {
	border-radius: 3px 3px 0 0;
}
.header-menu .sublist li:last-child,
.header-menu .sublist li:last-child a {
	border-radius: 0 0 3px 3px;
}
.header-menu .sublist li a {
    display: block;
	border: 1px solid #fff;
    padding: 8px 10px;
	font-size: 12px;
    color: #666!important;
}
.header-menu .sublist li:hover > a {
    background: #f6f6f6;
    /*box-shadow: inset 0 0 10px #ddd;*/
    color: #c79d76!important;
}
.header-menu .sublist .sublist {
	top: -5px;
	left: 100%;
}



.slider {
	overflow: hidden;
	margin-bottom: 10px;
}
.slider .nivoSlider {
	overflow: hidden;
	margin-bottom: 0 !important;
	border-radius: 5px;
}
.slider img {
	border-radius: 5px;
}
.slider .shadow {
	height: 14px;
	background: url(/Themes/Jewelry/Content/img/shadow1.png) center top no-repeat;
}

.footer {
	min-height: 200px;
	background: #000 url(/Themes/Jewelry/Content/img/footer.png) top repeat-x;
	padding: 25px 0;
}
.footer .center {
	width: 980px;
	margin: 0 auto;
}
.footer .upper-area {
	margin-bottom: 25px;
	overflow: hidden;
	background: url(/Themes/Jewelry/Content/img/separator3.png) bottom repeat-x;
	padding-bottom: 15px;
}
.footer .footlist {
	float: left;
	width: 216px;
	margin-left: 38px;
}
.footer .footlist:first-child {
	margin-left: 0;
}
.footer .footlist .title {
	margin-bottom: 10px;
	background: url(/Themes/Jewelry/Content/img/separator2.png) left bottom repeat-x;
	padding: 5px 0 15px;
	font: normal 16px 'kepler_eid';
	color: #b68c65;
	text-shadow: -1px -1px 0 #111;
	text-transform: uppercase;
}
.footer .footlist li {
	margin-bottom: 5px;
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	color: #999;
}
.footer .footlist img {
	vertical-align: middle;
	margin-right: 10px;
}
.footer .footlist a {
	background: url(/Themes/Jewelry/Content/img/arrow1.png) left center no-repeat;
	padding-left: 10px;
	color: #999;
}
.footer .footlist a:hover {
	background: url(/Themes/Jewelry/Content/img/arrow2.png) left center no-repeat;
	color: #b68c65;
}
.footer-contacts li {
	padding-left: 27px;
}
.footer-contacts .phone{
    background: url(/Themes/Jewelry/Content/img/footer_icon1.png) no-repeat left center;
}
.footer-contacts .mobile{
    background: url(/Themes/Jewelry/Content/img/footer_icon2.png) no-repeat left center;
}
.footer-contacts .email{
    background: url(/Themes/Jewelry/Content/img/footer_icon3.png) no-repeat left center;
}
.footer-contacts a {
	background: none !important;
	padding-left: 0 !important;
}
.footer .lower-area {
	overflow: hidden;
}
.footer .footbox {
	float: left;
}
.footer .footbox .title {
	margin-bottom: 10px;
	font: normal 14px 'kepler_eid';
	text-transform: uppercase;
	color: #a97f58;
	text-shadow: -1px -1px 0 #000;
}
.footer .footbox.newsletter {
	width: 365px;
	margin-right: 10px;
}
.newsletter-subscribe-block {
	overflow: hidden;
}
.newsletter-subscribe-block input[type="button"]{
	text-indent: -9999px;
}

input.newsletter-text {
	float: left;
	width: 250px;
	height: 30px;
	border: none;
	border-radius: 0;
	background: url(/Themes/Jewelry/Content/img/input2.png) no-repeat;
	box-shadow: none;
	padding: 0 10px;
	font: italic 15px/31px "Times New Roman", Times, serif;
	text-transform: lowercase;
	color: #666;
}
input.newsletter-text:focus {
	border: none;
	color: #333;
}
.newsletter-subscribe-button {
	float: left;
	width: 30px;
	height: 30px;
	border: none;
	background: url(/Themes/Jewelry/Content/img/button3.png) top no-repeat;
}
.newsletter-subscribe-block .please-wait {
	float: left;
	margin: 3px 0 0 5px;
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #666;
}
.newsletter-result-block {
	display: block;
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: lowercase;
}
.footer .footbox.pay-options img {
	margin-right: 5px;
}
.footer .footbox.social {
	float: right;
}
.footer .footbox.social a {
	display: inline-block;
    width: 30px;
    height: 30px;
	margin-left: 5px;
}
.footer .footbox.social a.facebook {
	background: url(/Themes/Jewelry/Content/img/social1.png) no-repeat;
}
.footer .footbox.social a.twitter {
    background: url(/Themes/Jewelry/Content/img/social2.png) no-repeat;
}
.footer .footbox.social a.youtube {
    background: url(/Themes/Jewelry/Content/img/social4.png) no-repeat;
}
.footer .footbox.social a.pinterest {
    background: url(/Themes/Jewelry/Content/img/social5.png) no-repeat;
}
.footer .footbox.social a.google-plus {
    background: url(/Themes/Jewelry/Content/img/social6.png) no-repeat;
}
.footer .footbox.social a.rss {
    background: url(/Themes/Jewelry/Content/img/social3.png) no-repeat;
}

.bottomline {
    position: relative;
	height: 35px;
	background: url(/Themes/Jewelry/Content/img/bottom.png) repeat-x;
	font: normal 11px/36px Tahoma, Geneva, sans-serif;
	color: #888;
	text-align: center;
	border-bottom: 1px solid #555;
    box-shadow: 0 0 3px #000;
}
.bottomline .center {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.footer-disclaimer {
	position: absolute;
	left: 0;
}
.footer-poweredby {
	position: absolute;
	right: 0;
}
.footer-poweredby a {
	color: #999;
	text-decoration: underline;
}
.footer-poweredby a:hover {
	color: #bbb;
}
.footer-storetheme {
	display: inline-block;
}
.footer-storetheme select {
	border: none;
	border-radius: 2px;
	background: #333;
	box-shadow: 0 0 1px #000 inset;
	padding: 2px;
	color: #999;
}
.footer-tax-shipping {
	padding: 8px;
	text-align: center;
    font-size: 10px;
}



/*********** LEFT&RIGHT COLUMNS ***********/




.master-wrapper-main:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.side-2 {
	float: left;
	width: 215px;
}
.center-2, .center-1 {
	float: right;
	width: 730px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff url(/Themes/Jewelry/Content/img/boxpad2.png) top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
}
.center-2 {
    overflow:hidden;
}
.center-1 {
	float: none;
	width: auto;
}
.block {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff url(/Themes/Jewelry/Content/img/boxpad2.png) top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
}
.block .title {
	border-width: 1px;
	border-style: solid;
	border-color: #d3d3d3 #ddd #ddd;
	border-radius: 5px 5px 0 0;
	background: #f0f0f0 url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	box-shadow: inset 0 1px 0 #f6f6f6;
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #b68c65;
	text-shadow: 1px 1px 0 #fff;
}
.block .title strong {
	font-weight: normal;
}
.block .list > li {
	border-top: 1px solid #fff;
	border-bottom: 1px dotted #ddd;
	color: #333;
}
.block .list > li:last-child {
	border-bottom: none;
}
.block .list li a {
	display: block;
	background: url(/Themes/Jewelry/Content/img/arrow3.png) 5px center no-repeat;
	padding: 8px 8px 8px 20px;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.block .list li:hover > a,
.block .list li.active > a,
.block .list li > a.active {
	background: #eee url(/Themes/Jewelry/Content/img/arrow2.png) 6px center no-repeat;
	color: #b68c65;
}
.block .sublist {
	margin: 5px 0 5px 15px;
}
.block .sublist a {
	font-size: 11px;
	color: #666;
}
.block .sublist li:hover > a {
	background-color: transparent;
}
.block .sublist li.active:hover > a {
    background-color: #eee;
}

.block-popular-tags ul,
.block-popular-blogtags ul {
	overflow: hidden;
	padding: 5px;
}
.block-popular-tags li,
.block-popular-blogtags li {
	display: inline-block;
}
.block-popular-tags a,
.block-popular-blogtags a {
	display: inline-block;
	line-height: 20px;
	color: #666;
}
.block-popular-tags a:hover,
.block-popular-blogtags a:hover {
	color: #b68c65;
}

.block .view-all {
	border-top: 1px dotted #ddd;
	padding: 5px 0 0;
	text-align: right;
}
.block .view-all a {
    text-transform: none;
    color: #333;
    display: inline-block;
    line-height: 24px;
}
.block .view-all a:hover {
	color: #b68c65;
}

.poll-display-text {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: none !important;
	padding: 10px !important;
	font-weight: bold;
	color: #333;
}
.poll-options {
	margin-bottom: 10px;
	border-radius: 3px;
	background: #f6f6f6;
	padding: 10px;
}
.poll-options .answer {
	padding: 2px;
}
.poll-options .answer:hover {
	color: #b68c65;
}
.poll .buttons {
	text-align: right;
}
.vote-poll-button {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/button5.png) top repeat-x;
	box-shadow: inset 0 1px 0 #f6f6f6;
	padding: 5px 20px;
	font-size: 11px;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.poll-results {
	padding: 0 10px 10px;
}
.poll-results li {
	margin-bottom: 5px;
}
.poll-total-votes {
	display: block;
	border-top: 1px dotted #ddd;
	padding: 5px 0 0;
	text-align: right;
	color: #333;
}

.block-recently-viewed-products .separator {
	display: none;
}



/********** CATEGORIES & MANUFACTURERS **********/




.page-title {
	margin-bottom: 10px;
}
.page-title:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.page-title h1 {
	float: left;
	background: url(/Themes/Jewelry/Content/img/bullet1.png) 5px center no-repeat;
	padding-left: 40px;
	font: normal 36px 'kepler_eid';
	color: #b68c65;
	text-shadow: -1px -1px 0 #fff;
}
.link-rss {
	float: right;
	width: 24px;
    height: 24px;
	margin: 10px 5px 0 0;
	overflow: hidden;
	background: url(/Themes/Jewelry/Content/img/icon_rss.png);
	text-indent: 24px;
}
.link-rss a {
    display: block;
    width: 24px;
    height: 24px;
}
.breadcrumb {
	overflow: hidden;
	margin-bottom: 5px;
	padding: 5px 0;
}
.breadcrumb li {
	float: left;
	margin-right: 5px;
	font-style: italic;
	color: #666;
}
.breadcrumb li a {
	color: #666;
}
.breadcrumb li a:hover {
	color: #b68c65;
}
.breadcrumb li strong {
	color: #444;
}

.product-selectors {
	margin-bottom: 5px;
	padding: 5px 0;
}
.product-selectors:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.product-selectors > div {
	float: left;
	margin-right: 20px;
}
.product-selectors > div > span {
	font-style: italic;
}
.product-selectors select {
	margin-left: 5px;
	border: 1px solid #999;
	background: url(/Themes/Jewelry/Content/img/input1.png) repeat-x;
	padding: 2px;
	text-transform: lowercase;
	color: #444;
}
.product-viewmode select {
	min-width: 80px;
}
.product-page-size select {
	min-width: 60px;
}

.product-filters {
	margin-bottom: 10px;
    overflow: hidden;
}
.product-filters .title,
.product-filters .filter-title {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px;
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #333;
}
.product-filters .available-items,
.product-filters .filter-content {
	overflow: hidden;
}
.product-filters ul {
	float: left;
	margin: 0 0 1% 1%;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #eee;
	padding: 10px;
    width: 19.2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .product-filters ul:nth-child(5n+1) {
        margin: 0 0 1% !important;
        clear: both;
    }

.product-filters li {
	padding: 3px 0;
}
.product-filters li.title {
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #b68c65;
	cursor: default;
}
.product-filters li a {
	color: #444;
}
.product-filters li a:hover {
	color: #b68c65;
}
.already-filtered-items .item,
.selected-price-range {
	margin-bottom: 10px;
	color: #b68c65;
}
.remove-filter a {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/button5.png) top repeat-x;
	box-shadow: inset 0 1px 0 #f6f6f6;
	padding: 5px 20px;
	font-size: 11px;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.remove-filter a:hover {
	background-position: bottom;
}

.item-grid {
	margin-bottom: 20px;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #ddd;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x,
				url(/Themes/Jewelry/Content/img/boxpad6.png) bottom repeat-x;
	background-color: #f0f0f0;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px 5px 0;
}
.item-grid:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.item-box {
	float: left;
    width: 230px;
    margin: 0 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
	padding: 10px;
    box-shadow: inset 0 0 10px #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item-box .picture {
	height: 200px;
	margin: 0 4px 10px;
	overflow: hidden;
    text-align: center;
}
.item-box .picture a {
	display: block;
	height: 100%;
	position: relative;
	text-align: center;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
    max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.item-box .product-title {
    height: 39px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 5px;
    font: italic bold 18px/1.1 "Times New Roman", Times, serif;
}
.item-box .product-title a {
	color: #444;
}
.item-box .product-title a:hover {
	color: #b68c65;
}
.item-box .description {
	height: 40px;
    line-height: 1.2;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 5px;
	font-size: 11px;
}
.item-box .prices {
	height: 35px;
	margin-bottom: 10px;
}
.item-box .old-price {
	margin-right: 5px;
	font: normal 14px "Times New Roman", Times, serif;
	color: #999;
	text-decoration: line-through;
}
.item-box .actual-price {
	font: bold 18px "Times New Roman", Times, serif;
	color: #b68c65;
}
.item-box input[type="button"],
.item-box .buynow-button {
	display: block;
	width: 100%;
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button2.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 6px 0;
	text-align: center;
	font: normal 14px 'kepler_b';
	text-transform: uppercase;
	color: #b68c65;
	text-shadow: -1px -1px 0px #111;
}
.rating{
    height:16px;
    width:80px;
    background:url(/Themes/Jewelry/Content/img/star-x-inactive.png) 0 0 repeat-x;
    margin-bottom: 5px;
}
.rating div{
    float:left;
    height:16px;
    background:url(/Themes/Jewelry/Content/img/star-x-active.png) 0 0 repeat-x;
}
.category-title,
.grid-title,
.vendor-title {
	margin-bottom: 10px;
}
.category-title .title, 
.grid-title strong,
.vendor-title h2 {
	background: url(/Themes/Jewelry/Content/img/bullet1.png) 5px center no-repeat;
	padding-left: 40px;
	font: normal 36px 'kepler_eid';
	color: #b68c65;
}

.home-page-category-grid {
	overflow: hidden;
}
.home-page-category-grid .item-grid {
	border-width: 1px;
}
.home-page-category-grid .item-box {
	width: 200px;
}
.home-page-category-grid .picture,
.sub-category-grid .picture,
.manufacturer-grid .picture {
	margin: 0 4px;
}
.home-page-category-grid .picture img,
.sub-category-grid .picture img,
.manufacturer-grid .picture img {
	border-radius: 0 0 5px 5px;
}
.home-page-category-grid .title,
.sub-category-grid .title,
.manufacturer-grid .title {
	margin-bottom: 10px;
	background: #f0f0f0 url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	font: italic bold 18px/20px "Times New Roman", Times, serif;
	border-bottom: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
}
.home-page-category-grid .title a,
.sub-category-grid .title a,
.manufacturer-grid .title a {
	display: block;
	padding: 10px;
	font: bold 13px "Times New Roman", Times, serif;
	color: #333;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
}
.home-page-category-grid .title a:hover,
.sub-category-grid .title a:hover,
.manufacturer-grid .title a:hover {
	color: #b68c65;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin-bottom: 10px;
	padding: 5px 0;
	text-align: justify;
	font-size: 11px;
	line-height: 15px;
	color: #666;
}

.home-page-product-grid .item-grid {
	padding: 15px 10px 5px;
}
.home-page-product-grid .item-box {
    width: 200px;
}
.home-page-product-grid .picture {
	margin: 5px 5px 5px;
    height: 150px;
}
.home-page-product-grid .picture a {
    width: 150px;
}
.home-page-product-grid .product-title {
	height: 44px;
	line-height: normal;
}
.home-page-product-grid .description {
	height: 27px;
}
.home-page-product-grid .actual-price {
	font-size: 20px;
}
.home-page-product-grid input[type="button"] {
	font-size: 16px;
}

.product-grid + .product-grid {
    margin-top: 10px;
}
.product-grid .title {
	margin-bottom: 10px;
	background: url(/Themes/Jewelry/Content/img/bullet1.png) 5px center no-repeat;
	padding-left: 40px;
	font: normal 36px 'kepler_eid';
	color: #b68c65;
}
.product-grid .title strong {
    font-weight: normal;
}
.product-grid .item-grid,
.product-list .item-grid {
	border-radius: 5px 5px 0 5px;
}
.related-products-grid .item-grid,
.also-purchased-products-grid .item-grid {
    border-radius: 5px !important;
}
.center-2 .related-products-grid .item-grid,
.center-2 .also-purchased-products-grid .item-grid {
    margin-bottom: 0;
}
.product-list .item-box {
	float: none;
	width: auto;
	margin: 0 5px 10px;
    width: 98.6%;
}
.product-list .item-box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.product-list .item-box:first-child {
	margin-top: 0;
}
.product-list .picture {
	float: left;
	width: 200px;
}
.product-list .details {
	margin-left: 215px;
}
.product-list input[type="button"] {
	width: 100px;
}


.bestsellers .title strong {
	font-weight: normal;
}
.product-grid.bestsellers .item-grid {
    padding: 10px 6px 0;
    border-radius: 5px !important;
}
.bestsellers .item-box {
    width: 232px;
}

.pager {
	margin-top: -20px;
	overflow: hidden;
}
.pager div {
	float: right;
	height: 32px;
	background: #dadada;
	padding-right: 12px;
	border-radius: 0 0 5px 0;
}
.pager div.corner {
	float: right;
	width: 43px;
	height: 32px;
	border-radius: 0;
	background: url(/Themes/Jewelry/Content/img/corner.png) no-repeat;
	padding: 0;
}
.pager ul {
    overflow: hidden;
}
.pager li {
	float: left;
    margin-left: 6px;
}
.pager li:first-child {
	margin: 0;
}
.pager a, .pager span {
	display: inline-block;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/paging.png) top repeat-x;
	padding: 4px 8px;
	font-size: 11px;
	color: #ddd;
}
.pager span {
	background-position: bottom;
	color: #b68c65;
	box-shadow: inset 0 0 5px #000;
	cursor: default;
}
.pager a:hover {
	background-position: bottom;
	box-shadow: inset 0 0 5px #000;
	color: #b68c65;
}



/*********** PRODUCT PAGE ***********/




.product-details-page {
	margin-bottom: 20px;
	padding-top: 3px;
}
.product-essential:after {
    content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.gallery {
	float: left;
	width: 312px;
	margin-bottom: 20px;
}
.gallery .picture {
	width: 310px;
    border: 1px solid #ddd;
	overflow: hidden;
	text-align: center;
    position: relative;
}
    .gallery .picture:before {
        content: " ";
        display: block;
        padding-top: 100%;
    }
    .gallery .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
    }
.gallery .picture-thumbs {
	overflow: hidden;
}
.gallery .picture-thumbs a {
	float: left;
	width: 92px;
	height: 92px;
	overflow: hidden;
	margin: 10px 10px 0 0;
	text-align: center;
	line-height: 90px;
	border: 1px solid #ddd;
}
.gallery .picture-thumbs a img {
	vertical-align: middle;
}

/*Default Zoom start*/
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(/Themes/Jewelry/Content/img/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: url(/Themes/Jewelry/Content/img/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: url(/Themes/Jewelry/Content/img/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: url(/Themes/Jewelry/Content/img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 70px;
}
#lbCaption {
	font-weight: bold;
}
#fancybox-wrap {
    z-index: 10010 !important;
}
/*Default Zoom end*/

.product-details-page .overview {
	position: relative; /*Cloud Zoom position*/
	float: right;
	width: 400px;
	margin: 0 10px 20px 0;
}
.product-details-page .product-name {
    margin-bottom: 10px;
}
.product-details-page .product-name h1,
.product-details-page .variant-name {
	background: url(/Themes/Jewelry/Content/img/bullet1.png) left center no-repeat;
	padding-left: 35px;
	font: normal 36px 'kepler_eid';
	color: #b68c65;
}
.product-details-page .short-description,
.product-details-page .variant-description {
	margin-bottom: 10px;
	font: italic 12px/18px Tahoma, Geneva, sans-serif;
	color: #666;
}
.back-in-stock-subscription {
	margin-bottom: 10px;
}
.back-in-stock-subscription .subscribe-button {
	margin-right: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/button5.png) top repeat-x;
	box-shadow: inset 0 1px 0 #f6f6f6;
	padding: 5px 10px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.product-details-page .manufacturers {
	margin-bottom: 10px;
}
.product-details-page .manufacturers a {
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
.product-details-page .manufacturers a:hover {
	text-decoration: underline;
}
.product-no-reviews,
.product-reviews-overview {
	margin-bottom: 15px;
}
.product-no-reviews a {
	font-size: 11px;
}
.product-no-reviews a:hover,
.product-review-links a:hover {
	text-decoration: underline;
}
.product-review-box {
	margin-bottom: 5px;
}
.download-sample {
	margin-bottom: 15px;
}
.download-sample-button a {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.product-details-page .add-info {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding-bottom: 15px;
}
.product-details-page .add-info > * {
	float: left;
	margin-right: 10px;
}
.add-to-wishlist-button,
.add-to-compare-list-button {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/button5.png) top repeat-x;
	box-shadow: inset 0 1px 0 #f6f6f6;
	padding: 6px 10px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.email-a-friend-button {
	height: 27px;
	border: none;
	background: none;
	font: normal 11px/27px Tahoma, Geneva, sans-serif;
	color: #b68c65;
}
.email-a-friend-button:hover {
	text-decoration: underline;
}
.product-details-page .sku,
.product-details-page .gtin,
.product-details-page .free-shipping,
.product-details-page .product-vendor {
	margin: 8px 0;
}
.product-details-page .stock {
	margin-bottom: 15px;
}
.product-details-page .stock .value {
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
.product-details-page .free-shipping {
	width: 100px;
    height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/Themes/Jewelry/Content/img/free-shipping.png) no-repeat;
	padding: 25px 5px 5px;
	text-align: center;
    font-size: 16px;
	color: #fff; 
	cursor: default;  
}
.product-vendor a:hover {
	text-decoration: underline;
}
.product-details-page .tax-shipping-info {
    float: none !important;
    clear: both;
    line-height: 1.4;
}

.buy-panel {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
.attributes {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding-bottom: 10px;
}
.attributes dl {
	line-height: 18px;
}
.attributes dt {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
.attributes dd {
	margin-bottom: 8px;
}
.attributes input {
	vertical-align: middle;
}
.attributes select {
	min-width: 100px;
	border: 1px solid #999;
	padding: 2px;
	font-size: 11px;
	color: #666;
}
.color-squares li {
    display: inline-block;
	position: relative;
}
.color-squares .color-container {
    display: inline-block;
	border: solid 1px #999;
    padding: 1px;
	cursor: pointer;
    border-radius: 5px;
}
.color-squares .selected-value .color-container {
    border: 2px solid #075899;
    padding: 0;
}
.color-squares .color {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 5px;
}
.color-squares input {
	position: absolute;
	z-index: -1;
	top: 20%;
	left: 20%;
}
.order-line {
	overflow: hidden;
    width:100%;
}
.order-line > * {
	float: left;
}
.order-line .prices {
	overflow: hidden;
	line-height: 38px;
}
.order-line .prices > * {
	float: left;
}
.order-line .product-price {
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #c00;
}
.order-line .old-product-price {
	margin-right: 10px;
	color: #999;
	text-decoration: line-through;
}
.customer-entered-price {
	clear: both;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
	background: #f3f3f3;
	padding: 10px;
}
.customer-entered-price label {
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
.customer-entered-price input {
	width: 100px;
	margin-bottom: 5px;
	box-shadow: inset 0 0 5px #ccc;
	padding: 5px;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.customer-entered-price .price-range {
	clear: both;
	color: #b68c65;
}
.add-to-cart .quantity {
	float: left;
	margin-right: 10px;
}
.add-to-cart .qty-label {
	float: left;
	margin-right: 8px;
	font: bold 11px/38px Tahoma, Geneva, sans-serif;
	color: #666;
}
.add-to-cart .qty-input {
	float: left;
	width: 36px;
	box-shadow: inset 0 0 5px #ccc;
	padding: 7px;
	text-align: center;
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #333;
}
.add-to-cart .add-to-cart-button {
	float: left;
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button2.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 6px 28px;
	text-align: center;
	font: normal 20px 'kepler_b';
	text-transform: uppercase;
	color: #b68c65;
	text-shadow: -1px -1px 0px #111;
}
.add-to-cart .add-to-wishlist-button {
    display: none;
}

.product-details-page .full-description {
	clear: both;
	margin-bottom: 20px;
	line-height: 18px;
}

.product-specs-box {
	clear: both;
	margin-bottom: 20px;
}
.product-specs-box .title {
	margin-bottom: 10px;
	font: italic bold 18px/20px "Times New Roman",Times,serif;
	color: #444;
}
.product-specs-box .odd td {
	background: #eee;
}
.product-specs-box .even td {
	background: #fff;
}
.product-specs-box td:first-child {
	width: 200px;
	text-align: left;
}

/*Jquery Tabs start*/
.ui-tabs {
	clear: both;
	margin: 10px 10px 20px 0;
}
.ui-tabs .ui-tabs-nav {
	float: left;
	background: url(/Themes/Jewelry/Content/img/navpad.png) top repeat-x;
	border-radius: 5px 5px 0 0;
}
.ui-tabs .ui-tabs-nav li {
	float: left;
	background: url(/Themes/Jewelry/Content/img/separator1.png) left no-repeat;
	padding-left: 2px;
}
.ui-tabs .ui-tabs-nav li:first-child {
	background: none;
	padding-left: 0;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
	height: 30px;
	background: url(/Themes/Jewelry/Content/img/navpad.png) top repeat-x;
	padding: 0 15px;
	text-align: center;
	font: normal 11px/30px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #bbb;
	text-shadow: -1px -1px 0px #111;
}
.ui-tabs .ui-tabs-nav li a:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a {
    background-position: bottom;
	color: #b68c65;
}
.ui-tabs .ui-tabs-nav li:first-child a {
	border-radius: 5px 0 0 0;
}
.ui-tabs .ui-tabs-nav li:last-child a {
	border-radius: 0 5px 0 0;
}
.ui-tabs .ui-tabs-panel {
	clear: both;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	line-height: 18px;
    overflow:hidden;
}
.ui-tabs .full-description {
	margin-bottom: 0;
}
.ui-tabs .product-specs-box {
	margin: 10px 0;
}
.ui-tabs .product-specs-box td {
	border: 1px dotted #ccc;
	text-align: left;
}
.ui-tabs .write-review .form-fields {
	background: #f6f6f6;
	padding: 10px 15px 15px;
}
/*Jquery Tabs end*/

.product-variant-line {
	margin-bottom: 20px;
}
.product-variant-line:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.product-variant-line .variant-picture {
	float: left;
	width: 170px;
	min-height: 170px;
	margin-right: 20px;
	border: 1px solid #ddd;
	overflow: hidden;
	text-align: center;
}
.product-variant-line .variant-picture + .variant-overview {
	float: left;
	width: 530px;
}
.product-variant-line .variant-name {
    margin-bottom: 10px;
	font-size: 32px;
}
.product-variant-line .stock {
	margin: 0 15px 0 0;
	line-height: 26px;
}
.product-variant-line .order-line {
	background: #f6f6f6;
	padding: 7px;
    border-radius: 5px;
}


.tier-prices {
	margin-bottom: 20px;
}
.tier-prices .prices-header {
	margin-bottom: 5px;
	font: italic bold 15px "Times New Roman", Times, serif;
	color: #444;
}
.tier-prices td {
	border: 1px solid #ccc;
	background: #f6f6f6;
	padding: 3px;
}
.tier-prices .item-price {
	color: #b68c65;
}

.product-tags-box {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
.product-tags-box .title {
	font: italic bold 18px "Times New Roman",Times,serif;
	color: #444;
}
.product-tags-list {
	overflow: hidden;
	line-height: 20px;
}
.product-tags-list ul {
	overflow: hidden;
}
.product-tags-list li {
	float: left;
	color: #999;
}
.product-tags-list li.separator {
	margin-right: 8px;
}
.product-tags-list li a {
	color: #b68c65;
}
.product-tags-list li a:hover {
	text-decoration: underline;
}
.product-tags-all-page ul,
.vendor-list {
	margin-bottom: 10px;
	border: none;
	background: #f6f6f6;
	padding: 10px;
	border-radius: 5px;
    overflow: hidden;
}
.product-tags-all-page li,
.vendor-list li {
	margin-right: 10px;
	line-height: 24px;
}
.vendor-list li {
	display: inline-block;
	color: #999;
}
.product-tags-all-page li a,
.vendor-list li a {
	color: #444;
}
.vendor-list li a {
	display: block;
	padding: 0 12px;
	font-size: 14px;
	text-transform: uppercase;
}
.vendor-list li a:hover {
	color: #B68C65;
}

.giftcard {
	clear: both;
	margin-bottom: 20px;
	background: #f6f6f6;
	padding: 10px 15px;
	border-radius: 5px;
}
.giftcard > div {
	margin: 10px 0;
}
.giftcard label {
	display: inline-block;
	width: 120px;
	font-size: 11px;
	font-weight: bold;
	color: #555;
}
.giftcard input[type="text"],
.giftcard textarea {
	width: 250px;
	vertical-align: middle;
	padding: 5px;
	font-size: 12px;
}
.giftcard textarea {
	height: 100px;
}



/*********** PRODUCT-REVIEWS ***********/




.product-reviews-page h1 a {
	color: #444;
}
.product-reviews-page h1 a:hover {
	color: #b68c65;
}
.product-reviews-page .page-body {
	padding: 10px;
}
.product-reviews-page .title {
	margin-bottom: 15px;
	font: italic bold 18px/20px "Times New Roman", Times, serif;
	color: #333;
}
.write-review {
	margin-bottom: 20px;
}
.write-review form {
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #eee;
	box-shadow: inset 0 1px 0 #fff;
	padding: 15px;
}
.write-review .form-fields {
	margin-bottom: 15px;
}
.write-review label {
    width: 90px;
}
.write-review input[type="text"],
.write-review textarea {
	width: 428px !important;
	vertical-align: middle;
}
.review-rating {
	overflow: hidden;
}
.review-rating > label {
	float: left;
	margin-right: 20px;
	color: #333;
}
.review-rating ul {
	display: inline-block;
	width: 440px;
	text-align: center;
}
.review-rating li {
	display: inline;
	margin: 0 3px;
	color: #b68c65; 
}
.write-review .buttons {
	text-align: right;
}
.write-review .button-1 {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/button5.png) top repeat-x;
	box-shadow: inset 0 1px 0 #f6f6f6;
	padding: 8px 12px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}

.product-review-item {
	margin-bottom: 20px;
}
.review-item-head {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	background: #f0f0f0 url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	padding: 10px;
	text-shadow: 1px 1px 0 #fff;
}
.review-item-head .review-title {
	float: left;
	max-width: 580px;
	font-size: 14px;
	text-transform: capitalize;
	color: #b68c65;	
}
.review-item-head .review-title strong {
	font-weight: normal;	
}
.review-item-head .product-review-box {
    float: right;
	margin: 3px 0 0;
}
.product-review-item .review-text {
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 18px;
}
.product-review-item .review-info {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}
.product-review-item .review-info a:hover,
.product-review-helpfulness .vote:hover {
	text-decoration: underline;
}
.product-review-helpfulness .vote {
    color: #b68c65;
    cursor: pointer;
}



/*********** WISHLIST & COMPARE LIST ***********/




.wishlist-content,
.order-summary-content {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/boxpad2.png) top repeat-x;
	background: url(/Themes/Jewelry/Content/img/boxpad2.png) top repeat-x,
				url(/Themes/Jewelry/Content/img/boxpad5.png) bottom repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
	line-height: 18px;   
}
.checkout-page .order-summary-content,
.checkout-page .order-summary-body {
    margin-bottom: 0;
}
.wishlist-page .buttons,
.checkout-page .common-buttons {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-top-color: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 1px 0 #fff;
	background: #f0f0f0 url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	padding: 8px 10px;
	text-align: right;	
}
.wishlist-page .buttons input[type="button"],
.wishlist-page .buttons input[type="submit"],
.checkout-page .common-buttons input[type="submit"] {
	margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/button5.png) top repeat-x;
	box-shadow: inset 0 1px 0 #f6f6f6;
	padding: 5px 10px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.wishlist-page .share-info {
	padding: 10px;
}
.wishlist-page .share-info span {
	display: block;
	margin-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
}
.wishlist-page .share-info a:hover {
	text-decoration: underline;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page .clear-list {
	position: absolute;
	top: 8px;
	right: 3px;
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button4.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 5px 10px;
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #b68c65;
	text-shadow: -1px -1px 0px #111;
}
.compare-products-page .clear-list:hover {
	background-position: bottom;
}
.compare-products-page .page-body {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x,
				url(/Themes/Jewelry/Content/img/boxpad6.png) bottom repeat-x;
	background-color: #f0f0f0;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
	line-height: 18px;
}


/*********** TOPICS ***********/




.topic-html-content {
	margin-bottom: 20px;
}
.topic-html-content-title {
	margin-bottom: 10px;
}
.topic-html-content-header {
	background: url(/Themes/Jewelry/Content/img/bullet1.png) 5px center no-repeat;
	padding-left: 40px;
	font: normal 36px 'kepler_eid';
	color: #b68c65;
}
.topic-html-content-body {
	margin-left: 10px;
	line-height: 20px;
}
.home-page .topic-html-content-body {
	margin-left: 40px;
}
.topic-page .page-body {
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x,
				url(/Themes/Jewelry/Content/img/boxpad6.png) bottom repeat-x;
	background-color: #f0f0f0;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
}
.topic-page .page-body > div {
	margin-bottom: 2px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 0 #f6f6f6, inset 0 0 10px #ddd;
	background: #fff;
	padding: 10px;
	line-height: 18px;
}
.topic-html-content a,
.topic-page a {
	font-weight: bold;
}
.topic-html-content a:hover,
.topic-page a:hover {
	text-decoration: underline;
}
.topic-html-content strong,
.topic-page strong {
	color: #444;
}

.enter-password-title {
	padding: 5px;
	font: italic bold 16px "Times New Roman", Times, serif;
	color: #c00;
}
.enter-password-form {
	overflow: hidden;
	padding: 5px;
}
.enter-password-form input[type="password"] {
	float: left;
	width: 250px;
	margin-right: 5px;
	padding: 5px;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	border: 1px solid #ccc !important;
	border-radius: 3px !important;
	background: url(/Themes/Jewelry/Content/img/button5.png) top repeat-x !important;
	box-shadow: inset 0 1px 0 #f6f6f6 !important;
	padding: 6px 18px !important;
	font: normal 12px Tahoma, Geneva, sans-serif !important;
	color: #333 !important;
	text-shadow: 1px 1px 0 #fff !important;
}
.enter-password-form input[type="submit"]:hover {
	background-position: bottom !important;
}
.password-error {
	margin-bottom: 10px;
	padding: 5px;
	font: italic 11px Tahoma, Geneva, sans-serif;
	color: #c00;
}



/*********** CONTACT & EMAIL A FRIEND ***********/




.contact-page .page-body,
.email-a-friend-page .page-body {
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x,
				url(/Themes/Jewelry/Content/img/boxpad6.png) bottom repeat-x;
	background-color: #f0f0f0;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
}
.contact-page .page-body > form,
.email-a-friend-page .page-body > form {
	margin-bottom: 2px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 0 #f6f6f6, inset 0 0 10px #ddd;
	background: #fff;
	padding: 10px;
	line-height: 18px;
}
.contact-page .inputs,
.email-a-friend-page .inputs {
	padding: 3px;
}
.contact-page label,
.email-a-friend-page label {
	float: left;
	width: 75px;
	font: italic bold 11px/30px Tahoma, Geneva, sans-serif;
}
.contact-page .input-box {
	float: left;
	margin-right: 10px;
}
.contact-page textarea {
	width: 485px;
}
.contact-page .buttons {
	padding: 5px 5px 10px 88px;
}
.contact-page input[type="submit"],
.email-a-friend-page input[type="submit"] {
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button2.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 6px 20px;
	text-align: center;
	font: normal 20px 'kepler_b';
	text-transform: uppercase;
	color: #b68c65;
	text-shadow: -1px -1px 0px #111;
}
.email-a-friend-page .title {
	margin-bottom: 20px;
}
.email-a-friend-page .title a {
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #b68c65;
}
.email-a-friend-page .title a:hover {
	text-decoration: underline;
}
.email-a-friend-page label {
	width: 120px;
}
.email-a-friend-page textarea {
	width: 400px;
}
.email-a-friend-page .buttons {
	 padding: 5px 5px 10px 132px;
}



/*********** BLOG & NEWS ***********/




.year strong {
	display: block;
	background: #eee url(/Themes/Jewelry/Content/img/arrow3.png) 6px center no-repeat;
	padding: 8px 8px 8px 20px;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	cursor: default;
}

.blog-page .page-body,
.blogpost-page .page-body,
.news-list-page .page-body,
.news-item-page .page-body {
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x,
				url(/Themes/Jewelry/Content/img/boxpad6.png) bottom repeat-x;
	background-color: #f0f0f0;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
}
.blog-page .post,
.blogpost-page .post,
.blogpost-page .comment-list-body,
.news-list-page .news-items,
.news-item-page .page-body-content {
	margin-bottom: 2px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 0 #f6f6f6, inset 0 0 10px #ddd;
	background: #fff;
	padding: 10px;
	line-height: 18px;
}
.post-head {
	border-bottom: 1px dotted #ccc;
	padding: 5px 5px 12px;
}
.post-title {
	margin-right: 5px;
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #444;
}
.post-title:hover,
.news-title:hover {
	color: #b68c65 !important;
}
.post-date,.news-date {
	color: #444;
	font-style: italic;
}
.post-body {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}
.blog-page .pager {
    margin-top: -2px;
}
.blog-footer {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 5px;
}
.blog-footer .tags {
	float: left;
	max-width: 580px;
	color: #666;
}
.blog-footer label {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}
.blog-footer .tags ul {
	float: left;
}
.blog-footer .tags li {
	float: left;
	margin-right: 5px;
}
.blog-page .blog-details {
	float: right;
}
.blog-footer a:hover {
	text-decoration: underline;
}

.blogpost-page .post {
	margin: 10px 0;
}
.blogpost-page .title,
.news-item-page .title {
	margin-bottom: 10px;
	padding: 0 5px;
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #444;
}
.blogpost-page .new-comment {
	margin-top: 20px;
}
.blogpost-page .result {
	padding: 0 5px;
	color: #b68c65;
}
.blogpost-page .field-validation-error {
	display: block;
	margin-top: 5px;
	text-align: center;
}
.blogpost-page .inputs label {
	display: none;
}
.blogpost-page textarea {
	width: 686px;
	height: 200px;
	border: 1px solid #ddd;
	padding: 10px;
}
.blogpost-page textarea:focus {
	border: 1px solid #bbb;
}
.blogpost-page .buttons {
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
}
.blogpost-page input[type="submit"],
.news-item-page input[type="submit"] {
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button2.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 6px 20px;
	text-align: center;
	font: normal 20px 'kepler_b';
	color: #b68c65;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px #111;
}

.blogpost-page .comment-list,
.news-item-page .comment-list {
	margin-bottom: 10px;
}
.blog-comment,.news-comment {
	margin-bottom: 10px;
	padding: 5px 5px 10px;
	border-bottom: 1px dotted #ddd;
}
.blog-comment:after,
.news-comment:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.blog-comment .comment-info,
.news-comment .comment-info {
	float: left;
	width: 100px;
}
.blog-comment .avatar,
.news-comment .avatar {
	display: block;
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
	box-shadow: 0 0 10px #ddd;
	overflow: hidden;
	background: #fff;
}
.blog-comment .avatar img,
.news-comment .avatar img {
	width: 100px;
}
.blog-comment .username,
.news-comment .username {
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	color: #b68c65;
	text-transform: capitalize;
}
.blog-comment .comment-content,
.news-comment .comment-content {
	margin-left: 115px;
}
.blog-comment .comment-time {
	margin-bottom: 10px;
	padding: 3px 0;
}
.blog-comment .comment-time * {
	margin-right: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #444;
}
.blog-comment .comment-body,
.blog-comment .comment-body p,
.news-comment .comment-body,
.news-comment .comment-body p {
	line-height: 16px;
}

.news-list-page .item {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 5px 5px 10px;
}
.news-list-page .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.news-list-page .news-head,
.news-list-homepage .news-head {
	margin-bottom: 5px;
}
.news-list-page .news-title,
.news-list-homepage .news-title {
	margin-right: 5px;
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #b68c65;
}
.news-list-page .news-title:hover,
.news-list-homepage .news-title:hover {
	text-decoration: underline;
}
.news-list-page .news-date/*restyle*/,
.news-list-homepage .news-date {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #444;
}
.news-list-page .news-details,
.news-list-homepage .news-details {
	padding: 5px;
	line-height: 18px;
}
.news-list-page .read-more,
.news-list-homepage .read-more {
	float: right;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/button5.png) top repeat-x;
	box-shadow: inset 0 1px 0 #f6f6f6;
	padding: 5px 10px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-transform: capitalize;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.news-list-page .read-more:hover,
.news-list-homepage .read-more:hover {
	background-position: bottom;
}
.news-list-page .pager {
	margin-top: 10px;
}
.news-list-page .pager ul {
	float: right;
}

.news-item-page .news-content {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding: 5px 5px 20px;
}
.news-item-page .news-date {
	margin-bottom: 10px;
}
.news-item-page textarea {
	width: 460px;
	height: 200px;
	vertical-align: top;
}
.news-item-page .fieldset {
	margin-bottom: 20px;
}
.news-item-page .form-fields {
	padding: 10px;
}
.news-item-page .inputs label {
	width: 86px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
.news-item-page .buttons {
	padding-left: 110px;
}
.news-comment .comment-time {
	margin-bottom: 5px;
}
.news-comment .comment-time * {
	margin-right: 5px;
	font-size: 11px;
}
.news-comment .comment-title {
	margin-bottom: 10px;
	padding: 3px 0;
	color: #333;
}

.news-list-homepage .title {
	margin-bottom: 10px;
	background: url(/Themes/Jewelry/Content/img/bullet1.png) 5px center no-repeat;
	padding-left: 40px;
	font: normal 36px 'kepler_eid';
	color: #b68c65;
}
.news-list-homepage .title strong {
	font-weight: normal;
}
.news-list-homepage .item {
	margin: 0 10px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 10px;
}
.news-list-homepage .item:first-child {
	border-top: 1px dotted #ccc;
}
.news-list-homepage .view-all {
	overflow: hidden;
	padding: 20px;
	text-align: right;
}
.news-list-homepage .view-all a {
	font-size: 11px;
	font-weight: bold;
	color: #444;
}
.news-list-homepage .view-all a:hover {
	color: #b68c65;
}



/*********** REGISTRATION, LOGIN, ACCOUNT PAGES ***********/




.registration-page form,
.registration-result-page .page-body,
.login-page .page-body,
.account-page .page-body,
.password-recovery-page .page-body,
.return-request-page .page-body {
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x,
				url(/Themes/Jewelry/Content/img/boxpad6.png) bottom repeat-x;
	background-color: #f0f0f0;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
}
.registration-page .page-body,
.registration-result-page .result,
.login-page .customer-blocks,
.account-page .page-body-content,
.password-recovery-page form,
.return-request-page form {
	margin-bottom: 2px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 0 #f6f6f6, inset 0 0 10px #ddd;
	background: #fff;
	padding: 10px;
	line-height: 18px;
}
.registration-page .title,
.login-page .title,
.account-page .title,
.return-request-page .title {
	padding: 5px 0;
	font: italic bold 18px "Times New Roman", Times, serif;
}
.registration-page .fieldset,
.registration-page .accept-privacy-policy,
.account-page .fieldset,
.account-page .section {
	margin-bottom: 20px;
	padding: 5px 5px 20px;
	border-bottom: 1px dotted #ccc;
}
.registration-page .inputs,
.login-page .inputs,
.account-page .inputs {
	padding: 3px;
}
.account-page .vat-note {
	display: block;
    margin: 5px 0;
}
.registration-page .inputs > ul,
.account-page .inputs > ul {
	display: inline-block;
}
.registration-page .inputs label,
.account-page .inputs label {
	width: 110px;
	font-style: italic;
}
.registration-page .gender,
.account-page .gender {
    display: inline-block;
}
.registration-page .gender,
.account-page .gender > * {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    margin-bottom: 0 !important;
}
.registration-page select,
.account-page select {
	min-width: 76px;
	margin-right: 6px;
}
#check-availability-button {
	width: auto;
	height: auto;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/button5.png) top repeat-x;
	box-shadow: inset 0 1px 0 #f6f6f6;
	padding: 5px 8px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
#username-availabilty {
	float: right;
	width: 80px;
	overflow: hidden;
	color: #333;
}
.registration-page .buttons,
.registration-result-page .buttons,
.login-page .buttons,
.account-page .buttons,
.account-page .add-button {
	margin-bottom: 10px;
	text-align: right;
}
.registration-page input[type="submit"],
.registration-result-page input[type="button"],
.login-page input[type="submit"],
.login-page input[type="button"],
.account-page .button-1,
.password-recovery-page .button-1 {
	width: 180px;
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button2.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 6px 10px;
	text-align: center;
	font: normal 20px 'kepler_b';
	text-transform: uppercase;
	color: #b68c65;
	text-shadow: -1px -1px 0px #111;
}

.registration-result-page .page-body {
	position: relative;
}
.registration-result-page .result {
	padding: 20px 10px;
}
.registration-result-page .buttons {
	position: absolute;
	top: 22px;
	right: 22px;
}

.login-page .customer-blocks {
	padding: 10px 20px;
}
.login-page .new-wrapper {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
.login-page .new-wrapper .text {
	padding: 5px;
}
.login-page .inputs.reversed {
	padding-left: 120px;
}
.login-page .forgot-password a:hover {
	text-decoration: underline;
}
.login-page input.checkout-as-guest-button {
	float: left;
	width: auto;
}
.login-page > .topic-html-content {
	margin-top: 20px;
}

.external-authentication {
    overflow: hidden;
}
    fieldset.facebook-login-block {
        border: 0;
        float: right !important;
    }
    fieldset.facebook-login-block legend {
        display: none !important;
    }
        fieldset.facebook-login-block a {
            margin: 0 !important;
        }

.password-recovery-page .tooltip {
	margin-bottom: 10px;
	padding: 10px;
}
.password-recovery-page .fieldset {
	margin: 10px;
	background: #f6f6f6;
	padding: 10px;
}
.password-recovery-page label {
	width: 160px !important;
	text-align: right;
}
.password-recovery-page .buttons {
	padding: 10px;
	text-align: right;
}

.account-page textarea {
	vertical-align: middle;
}
.account-page .address-item {
	overflow: hidden;
}
.account-page .address-item .info,
.account-page .order-item .info {
	float: left;
}
.account-page .address-item .buttons,
.account-page .order-item .buttons {
	float: right;
}
.account-page .button-2 {
	min-width: 70px;
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button6.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 5px 15px;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #b68c65;
	text-shadow: -1px -1px 0px #111;
}
.account-page .edit-address,
.checkout-data .edit-address {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding: 10px 15px 20px;
}
.account-page .order-item {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 5px 5px 20px;
}
.account-page .order-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 5px;
}

.account-page .no-data {
	min-height: 50px;
}
.change-password-page .button-1, .forum-subscriptions-page .button-1, .subscription-list .button-2 {
    width: auto;
    background: url(/Themes/Jewelry/Content/img/button6.png) top repeat-x;
}
.avatar-page .page-body-content {
	overflow: hidden;
}
.avatar-page .fieldset {
	margin-bottom: 10px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
.avatar-page .image {
	float: right;
	margin-right: 10px;
}
.avatar-page .info {
	float: left;
	line-height: 30px;
}
.avatar-page .buttons {
	float: right;
}
.avatar-page .button-1,
.avatar-page .button-2 {
	min-width: 70px;
	max-width: 120px;
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button6.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 5px 15px;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #b68c65;
	text-shadow: -1px -1px 0px #111;
}
.account-page .description {
	font-style: italic;
}

.return-request-page th,
.return-request-page td {
	text-align: left !important;
}
.return-request-page td:last-child {
	text-align: center !important;
}
.return-request-page td select {
	min-width: 50px;
}
.return-request-page .form-fields {
	margin-bottom: 10px;
	background: #f6f6f6;
	padding: 15px;
}
.return-request-page .inputs label {
	width: 90px;
}
.return-request-page .inputs select {
	width: 300px;
}
.return-request-page textarea {
	width: 500px;
	vertical-align: middle;
	padding: 5px;
}
.return-request-page .buttons {
	margin-bottom: 10px;
	text-align: right;
}
.return-request-page .button-1 {
	border: 2px solid #999;
	border-radius: 5px;
	box-shadow: inset 0 0 5px #000;
	background: url(/Themes/Jewelry/Content/img/button2.png) top repeat-x;
	padding: 6px 15px;
	text-align: center;
	font: normal 20px 'kepler_b';
	text-transform: uppercase;
	color: #b68c65;
	text-shadow: -1px -1px 0px #111;
}

.return-request-list-page a:hover {
	text-decoration: underline;
}



/*********** CHECKOUT ***********/




.order-progress {
	margin-bottom: 10px;
}
.order-progress ul {
	overflow: hidden;
	text-align: center;
}
.order-progress li {
	display: inline-block;
	width: 120px;
	text-align: center;
}
.order-progress li.active-step a {
	background: url(/Themes/Jewelry/Content/img/bullet2.png) center top no-repeat;
	color: #b68c65;
	text-shadow: 0 0 1px #fff;
	cursor: pointer;
}
.order-progress li.inactive-step a {
	background: url(/Themes/Jewelry/Content/img/bullet3.png) center top no-repeat;
	color: #999;
	cursor: default;
}
.order-progress li.active-step a:hover {
	text-decoration: underline;
}
.order-progress a {
	display: inline-block;
	padding-top: 25px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


.edit-item a {
    display: inline-block;
    margin: 7px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: url(/Themes/Jewelry/Content/img/button5.png) top repeat-x;
    box-shadow: inset 0 1px 0 #f6f6f6;
    padding: 5px 10px;
    font: normal 12px Tahoma, Geneva, sans-serif !important;
    text-transform: uppercase;
    color: #333 !important;
    text-shadow: 1px 1px 0 #fff;
}
    .edit-item a:hover {
        background-position: bottom !important;
    }

.checkout-attributes {
	overflow: hidden;
	margin-top: 10px;
}
.checkout-attributes dl {
    overflow: hidden;
    margin: 0 0 15px;
}
.checkout-attributes dl > * {
    float: left;
    margin: 0 15px 10px 0;
}
.checkout-attributes dl dt {
    clear: left;
}
.checkout-attributes dl label {
    display: inline-block;
}

.selected-checkout-attributes {
	float: left;
    margin: 10px 0;
}

.cart-footer {
	overflow: hidden;
}
.cart-footer .totals {
	float: right;
	width: 280px;
}
.cart-footer .total-info,
.cart-footer .terms-of-service {
	padding: 10px;
}
.cart-total td {
	padding: 3px;
}
.cart-total td:first-child {
	max-width: 110px;
}
.cart-total .product-price {
	color: #b68c65;
}
.cart-total .order-total {
	font-size: 18px;
	color: #c00;
}
.cart-total .remove-discount-button,
.cart-total .remove-gift-card-button {
	width: 16px;
	height: 16px;
	border: none;
	background: url(/Themes/Jewelry/Content/img/remove.png) no-repeat;
	padding: 0;
}
.cart-total .remove-discount-button:hover,
.cart-total .remove-gift-card-button:hover,
.cart-collaterals .remove-discount-button:hover,
.cart-collaterals .remove-gift-card-button:hover {
	opacity: 0.7;
}
.cart-footer .checkout-buttons {
	overflow: hidden;
	padding: 10px;
}
.cart-footer .checkout-button {
	width: 200px;
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button2.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 5px 10px;
	text-align: center;
	font: normal 20px 'kepler_b';
	text-transform: uppercase;
	color: #b68c65;
	text-shadow: -1px -1px 0px #111;
}
.addon-buttons>*{
    margin:5px 0;
}
.cart-collaterals {
	float: left;
	width: 620px;
}
.cart-collaterals .deals {
	float: left;
	width: 280px;
	margin-right: 15px;
}
.cart-collaterals .coupon-box,
.cart-collaterals .giftcard-box,
.cart-collaterals .shipping {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 0 #fff, inset 0 1px 0 #fff;
	background: #f0f0f0 url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	padding: 10px;
}
.cart-collaterals .title {
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.cart-collaterals .hint {
	margin-bottom: 3px;
	font-size: 11px;
}
.cart-collaterals input[type="text"] {
	width: 130px;
	padding: 4px;
	font: normal 12px Tahoma, Geneva, sans-serif;
}
.cart-collaterals input[type="submit"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/button5.png) top repeat-x;
	padding: 4px 10px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.cart-collaterals input[type="submit"]:hover {
	box-shadow: inset 0 1px 0 #fff;
}
.cart-collaterals .current-code {
	margin-top: 5px;
	color: #000;
}
.cart-collaterals .message-error {
	margin-top: 5px;
}
.cart-collaterals .remove-discount-button,
.cart-collaterals .remove-gift-card-button {
	width: 16px;
	height: 16px;
	background: url(/Themes/Jewelry/Content/img/remove.png) no-repeat !important;
	margin-left: 5px;
	padding: 0 !important;
	border: none !important;
	cursor: pointer;
}

.cart-collaterals .shipping {
	float: left;
	width: 300px;
}
.cart-collaterals .shipping-options .inputs {
	margin: 10px 0 0;
}
.cart-collaterals .shipping-options label {
	display: inline-block;
	width: 90px;
	font: italic bold 11px Tahoma, Geneva, sans-serif;
	text-shadow: 1px 1px 0 #fff;
	white-space: nowrap;
}
.cart-collaterals .shipping-options select {
    width: 186px;
    padding: 4px;
}
.cart-collaterals .shipping-options .zip-input {
    width: 176px !important;
}
.cart-collaterals .estimate-shipping-button {
	float: right;
	margin-top: 5px;
}
.cart-collaterals .shipping-results {
	background: #fff;
	margin-top: 10px;
	padding: 10px;
	border: 1px dotted #ccc;
	font-size: 11px;
	font-style: italic;
}
.cart-collaterals .shipping-results strong {
	display: block;
	color: #444;
}
.cross-sells {
    clear: both;
}
.cross-sells .item-box {
    width: 298px;
}

.order-summary-content .addon-buttons {
    text-align: left;
    float: right;
    width: 270px;
}
.order-summary-content .addon-buttons .error {
    color: red;
}

.checkout-data {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x,
				url(/Themes/Jewelry/Content/img/boxpad6.png) bottom repeat-x;
	background-color: #f0f0f0;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
}
.checkout-data .section:first-child,
.checkout-data > form:first-child {
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 0 #f6f6f6, inset 0 0 10px #ddd;
	background: #fff;
	padding: 10px;
	line-height: 18px;
}
.checkout-data .section .title {
	margin: 0;
	padding: 10px;
	font: italic bold 18px "Times New Roman",Times,serif;
	color: #444;
}
.checkout-data .buttons {
	text-align: right;
}
.checkout-data input[type="submit"],
.checkout-data input[type="button"] {
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button2.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 6px 15px;
	text-align: center;
	font: normal 20px 'kepler_b';
	text-transform: uppercase;
	color: #b68c65;
	text-shadow: -1px -1px 0px #111;
}

.address-grid {
	overflow: hidden;
}
.address-grid .address-item {
	float: left;
	width: 280px;
	padding: 10px;
}
.address-grid .address-box {
	margin-bottom: 10px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background: #f6f6f6;
	padding: 10px;
}
.address-grid .address-box strong {
	display: block;
	margin-bottom: 5px;
	color: #333;
}
.select-billing-address-button,
.select-shipping-address-button {
	width: 100%;
}
.order-summary-body > .title {
	margin: 10px 0;
	padding: 10px 15px;
	font: italic bold 18px "Times New Roman",Times,serif;
	color: #444;
}
ul.method-list {
	margin-bottom: 10px;
}
ul.method-list li {
    padding: 12px 8px;
    border-bottom: 1px dotted #ccc;
}
ul.method-list li .method-name {
	overflow: hidden;
}
.method-name > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
ul.method-list li .method-name input {
	float: left;
	margin: 2px 5px 0 0;
}
ul.method-list li .method-name label {
	float: left;
	line-height: 17px;
	font-weight: bold;
	color: #333;
}
.checkout-data.payment-info .info {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}
.checkout-data.confirm-order .buttons {
    padding: 10px;
	text-align: center;
}
    .section.confirm-order .min-order-warning, 
    .section.confirm-order .message-error {
        display: block;
        text-align: left;
    }
.order-review-data {
	overflow: hidden;
	margin-bottom: 30px;
}
.order-review-data ul {
	float: left;
	padding: 0 10px;
}
.order-review-data li.title {
	margin-top: 10px;
	color: #444;
}

.order-completed strong {
	text-transform: uppercase;
}
.order-completed ul {
	padding: 0 10px;
	color: #444;
}
.order-completed a {
	color: #333;
	text-decoration: underline;
}
.order-completed a:hover {
	color: #b68c65;
}
.order-completed .buttons {
	padding: 10px;
}

.opc {
	margin-bottom: 10px;
}
.opc .active {
	margin: 20px 0;
}
.opc li:first-child {
	margin-top: 10px;
}
.opc .step-title {
	margin-bottom: 1px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	padding: 5px 10px;
	cursor: default;
}
.opc .step-title * {
	float: left;
	margin-right: 10px;
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #444;
}
.opc .active .step-title {
	padding: 10px;
}
.opc .active .step-title * {
	font: normal 30px 'kepler_eid';
	color: #b68c65;
}
.opc .allow .step-title:hover * {
	color: #b68c65;
}
.opc .checkout-data, /*reset*/
.opc .checkout-data .section {
	margin: 0;
	border: none;
	background: none;
	box-shadow: none;
	padding: 0;
}
.opc .checkout-data,
.opc .buttons {
	margin-bottom: 1px;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
}
.opc .back-link {
	display: inline;
	margin-bottom: 5px;
}
.opc .back-link a:hover {
	font-weight: bold;
}
.opc input[type="button"] {
	margin-left: 5px;
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button6.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 5px 15px;
	text-align: center;
	font: normal 16px 'kepler_b';
	color: #b68c65;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px #111;
}
.opc .method-list li:first-child {
	margin-top: 0;
}
.opc .method-list li:last-child {
	border: none;
	padding-bottom: 0;
}



/*********** ORDER DETAILS PAGE ***********/



.order-details-page .page-title {
    position: relative;
}
.order-details-page .button-2 {
    display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/button5.png) top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
    padding: 7px 20px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.order-details-page .print-order-button, 
.order-details-page .pdf-order-button {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0px;
}
.order-details-page .print-order-button {
    right: 115px;
}
.order-details-page .order-overview {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	line-height: 18px;
}
.order-details-page .order-number {
	margin-bottom: 5px;
	text-transform: uppercase;
}
.order-details-page strong {
	color: #333;
}
.order-details-area {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}
.order-details-area td {
	float: left;
	padding: 10px;
	vertical-align: top;
}
.order-details-area ul {
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #f6f6f6;
	padding: 10px;
	line-height: 18px;
}
.order-details-page .products .title {
	display: none;
}
.order-details-page .products th,
.order-details-page .products td {
	border-left: 1px dotted #ccc;
}
.order-details-page .actions {
	margin: 10px 0;
	text-align: right;
}
.order-details-page .button-1 {
	display: inline-block;
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button6.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 5px 20px;
	text-align: center;
	font: normal 16px 'kepler_b';
	text-transform: uppercase;
	color: #b68c65;
	text-shadow: -1px -1px 0px #111;
}
.order-details-page .actions input[type=button] {
    vertical-align: middle;
}
.order-details-page .total-info {
	overflow: hidden;
}
.order-details-page .cart-total-left {
	width: 100%;
	padding: 5px;
	text-align: right;
	font-weight: bold;
	color: #333;
}
.order-details-page .cart-total-right {
	padding: 5px;
	text-align: right;
	white-space: nowrap;
}
.order-details-page .cart-total-right strong {
	color: #c00;
}

.shipment-overview {
    overflow: hidden;
    margin: 0 0 15px;
    font-size: 0;
}
.shipment-overview ul {
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    margin: 0 .5%;
    border: 1px solid #DDD;
    border-radius: 5px;
    background: #F6F6F6;
    line-height: 18px;
    min-height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 260px;
    text-align: left;
    font-size: 12px;
}



/*********** SEARCH PAGE ***********/




.search-page form,
.forum-search-page .search-input {
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x,
				url(/Themes/Jewelry/Content/img/boxpad6.png) bottom repeat-x;
	background-color: #f0f0f0;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
}
.search-page .search-input,
.forum-search-page form {
	margin-bottom: 2px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 0 #f6f6f6, inset 0 0 10px #ddd;
	background: #fff;
	padding: 15px;
	line-height: 18px;
}

.basic-search {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.basic-search input[type="text"] {
	width: 400px;
}

.search-input .inputs label {
	width: 110px;
	text-align: right;
}
.search-input .inputs.reversed {
	padding: 0;
	text-align: center;
}
.search-input .inputs.reversed label {
	width: auto;
}

.advanced-search {
	margin-bottom: 15px;
	background: #f6f6f6;
	padding: 10px;
	border-radius: 5px;
}
.advanced-search .inputs {
	margin-bottom: 15px;
	padding-left: 70px;
}
.advanced-search .inputs label {
	font-style: italic;
}
.advanced-search .inputs select {
	width: 260px;
}
.advanced-search .price-range {
	font-size: 11px;
}
.advanced-search input[type="text"] {
	width: 80px;
	margin-left: 3px;
	padding: 5px;
}

.search-input .buttons {
	text-align: center;
}
.search-input input[type="submit"] {
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button2.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 6px 30px;
	text-align: center;
	font: normal 20px 'kepler_b';
	text-transform: uppercase;
	color: #b68c65;
	text-shadow: -1px -1px 0px #111;
}

.search-input .warning {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin-top: 10px;
}
.search-results .result {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
	color: #c00;
}
.search-results .item-grid {
    padding: 10px 5px;
}
.search-results .item-box {
    margin: 10px 5px 0;
}



/*********** FORUMS ***********/




.subcontent-wrapper,
.active-discussions-page,
.forum-search-page .search-results,
.forum-edit-page .page-body,
.move-topic-page .page-body {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 5px;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x,
				url(/Themes/Jewelry/Content/img/boxpad6.png) bottom repeat-x;
	background-color: #f0f0f0;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
}
.forums-main-header,
.forums-table-section,
.forum-post,
.forum-edit-page .form-fields,
.move-topic-page form {
	margin: 3px 2px 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 0 #f6f6f6, inset 0 0 10px #ddd;
	background: #fff;
	padding: 15px;
	line-height: 18px;	
}
.forums-main-header {
	margin-bottom: 12px;
}
.forums-main-header .current-time {
	margin-bottom: 10px;
	font: italic bold 11px Tahoma, Geneva, sans-serif;
	color: #444;
}
.forums-main-header .forum-search-box {
	margin: 0 !important;
}
.forum-search-box {
	margin-bottom: 20px;
	overflow: hidden;
}
.forum-search-box div {
	float: left;
	margin-right: 10px;
}
input.forum-search-box-text,
input.forum-search-text {
	float: left;
	width: 370px;
	height: 28px;
	border-radius: 5px 0 0 5px;
	background: #fff url(/Themes/Jewelry/Content/img/input1.png) repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 0 10px;
	font: italic 15px/28px "Times New Roman", Times, serif;
	color: #666;
}
input[type="submit"].forum-search-box-button,
input[type="submit"].forum-search-button {
	height: 30px;
	border: none;
	border-radius: 0 5px 5px 0;
	background: url(/Themes/Jewelry/Content/img/button6.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 0 20px;
	text-align: center;
	font: normal 16px/30px 'kepler_b';
	text-transform: uppercase;
	color: #b68c65;
	text-shadow: -1px -1px 0px #111;
}
.forum-search-box a {
	line-height: 30px;
}
.forum-search-box a:hover {
	text-decoration: underline;
}

.forum-search-page .basic-search {
	border: none;
	overflow: hidden;
}
.forum-search-page .basic-search > div {
	float: left;
	margin-right: 10px;
	line-height: 30px;
}
.forum-search-page .advanced-search {
	margin-bottom: 0;
}
.forum-search-page .advanced-search .inputs {
	padding-left: 0;
}
.forum-search-page .advanced-search label {
	width: 140px;
}

.forums-table-section-title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #444;
	border-bottom: 1px dotted #ccc;
}
.forums-table-section-title a {
	color: #444;
}
.forums-table-section-title .link-rss {
	margin: -5px 0 0 10px;
}
.forums-table-section table {
	margin-bottom: 15px;
}
.forums-table-section table a:hover {
	text-decoration: underline;
}
.forums-table-section th {
	background: url(/Themes/Jewelry/Content/img/navpad.png) top repeat-x;
	padding: 5px 10px;
	font-weight: bold;
	color: #ccc;
}
.forums-table-section td {
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px;
}
.forums-table-section th:first-child,
.forums-table-section td:first-child {
	border-radius: 4px 0 0 4px;
	text-align: left;
}
.forums-table-section th:last-child,
.forums-table-section td:last-child {
	border-radius: 0 4px 4px 0;
}
.forums-table-section td.image {
	width: 5%;
}
.forums-table-section td.topics,
.forums-table-section td.posts,
.forums-table-section td.replies,
.forums-table-section td.views {
	width: 10%;
	text-align: center;
}
.forums-table-section td.last-post {
	width: 25%;
	text-align: center;
}
.forums-table-section td.image div {
	width: 40px;
	height: 40px;
	margin: auto;
	background: url(/Themes/Jewelry/Content/img/icon5.png) center no-repeat;
}
.forums-table-section td.image div.poststicky {
	background: url(/Themes/Jewelry/Content/img/icon6.png) center no-repeat;
}
.forums-table-section td.image div.post-annoucement {
	background: url(/Themes/Jewelry/Content/img/icon7.png) center no-repeat;
}
.forum-post{
    overflow: hidden;
}

.active-discussions {
	margin-top: 12px;
}
.active-discussions .view-all {
	float: right;
	margin-top: 3px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #444;
}
.active-discussions .view-all:hover {
	text-decoration: underline;
}

.forum-page {
	position: relative;
}
.forum-page .forum-info {
	margin-bottom: 20px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	background: url(/Themes/Jewelry/Content/img/bullet1.png) 5px 15px no-repeat;
	padding: 0 0 10px 40px;
	font: normal 30px 'kepler_eid';
	color: #b68c65;
}
.forum-page .forum-name:first-letter,
.forum-topic-page .topic-name:first-letter {
	text-transform: uppercase;
}
.forum-page .link-rss {
	position: absolute;
	top: 0;
	right: 0;
}
.forum-page .actions > div {
	margin-bottom: 20px;
}
.forum-page .actions div:first-child a {
	margin-right: 10px;
	padding-left: 20px;
	color: #444;
}
.forum-page a.newtopic {
	background: url(/Themes/Jewelry/Content/img/forum_icon4.png) left center no-repeat;	
}
.forum-page a.watch-forum {
	background: url(/Themes/Jewelry/Content/img/forum_icon5.png) left center no-repeat;
}
.forum-page .actions a:hover {
	text-decoration: underline;
}

.pager.upper {
	display: none;
}
.pager.lower {
	margin-top: -10px;
}

.forum-topic-page .manage {
	float: right;
}
.forum-topic-page .manage,
.topic-options {
	margin-bottom: 15px;
	padding-left: 5px;
}
.forum-topic-page .manage a,
.topic-options a {
	margin-right: 15px;
	padding-left: 20px;
	line-height: 16px;
	color: #444;
}
.forum-topic-page .manage a:hover,
.topic-options a:hover {
	color: #b68c65;
	text-decoration: underline;
}
.edit-topic-link-button {
	background: url(/Themes/Jewelry/Content/img/forum_icon1.png) left center no-repeat;
}
.delete-topic-link-button {
	background: url(/Themes/Jewelry/Content/img/forum_icon2.png) left center no-repeat;
}
.move-topic-link-button {
	background: url(/Themes/Jewelry/Content/img/forum_icon3.png) left center no-repeat;
}
.reply-topic-link-button {
	background: url(/Themes/Jewelry/Content/img/forum_icon4.png) left center no-repeat;
}
.watch-topic-link-button {
	background: url(/Themes/Jewelry/Content/img/forum_icon5.png) left center no-repeat;
}

.post-info {
	width: 170px;
	float: left;
}
.post-info .manage {
	float: none;
	margin-bottom: 5px;
	padding: 3px 0;
	line-height: 20px;
}
.post-info .manage a {
	margin-right: 0;
}
.post-info .manage a:first-child {
	margin-right: 10px;
}
.edit-post-link-button {
	background: url(/Themes/Jewelry/Content/img/forum_icon1.png) left center no-repeat;
}
.delete-post-link-button {
	background: url(/Themes/Jewelry/Content/img/forum_icon2.png) left center no-repeat;
}
.post-info a:hover {
	text-decoration: underline;
}
.post-info .username {
	margin-bottom: 5px;
	font-weight: bold;
}
.post-info .avatar {
	margin: 5px 0;
	box-shadow: 0 0 10px #ddd;
	overflow: hidden;
	background: #fff;
	text-align: center;
}
.post-info .user-stats {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #444;
}
.post-content {
	margin-left: 180px;
	line-height: 20px;
}
.post-content .posttime {
	padding: 3px;
	font-weight: bold;
	color: #444;
}
.post-content .posttime span {
	font-weight: normal;
	font-style: italic;
}
.post-content .posttime a {
	margin-left: 5px;
	color: #b68c65;
	text-decoration: underline;
}
.post-content .post-body {
	margin: 0;
	border: none;
	padding: 3px;
}
.post-content .post-body a {
	text-decoration: underline;
}
.post-content .quote,
.profile-page .quote {
	border: 1px dashed #999;
	padding: 10px;
}
.post-content .signature {
	margin-top: 10px;
	border: 1px solid #ddd;
	padding: 10px;
	font-style: italic;
}

.topic-footer:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.topic-footer .topic-options {
	float: left;
	padding-left: 5px;
}
.topic-footer .pager {
	float: right;
	margin-top: -10px;
}

.forum-edit-page .inputs,
.private-message-send-page .inputs {
	padding: 0 5px 10px;
}
.forum-edit-page .inputs:nth-child(3),
.private-message-send-page .inputs:nth-child(3) {
	margin-bottom: 15px;
	background: #f6f6f6;
	padding: 10px 5px 15px;
}
.forum-edit-page label,
.private-message-send-page label {
	width: 90px;
	font-weight: bold;
	font-style: italic;
}
.forum-edit-page strong,
.private-message-send-page a {
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #b68c65;
}
.forum-edit-page .toolbar,
.forum-edit-page textarea,
.private-message-send-page .toolbar,
.private-message-send-page textarea {
	margin-left: 104px;
}
.forum-edit-page textarea,
.move-topic-page textarea,
.private-message-send-page textarea {
	width: 500px;
}
.forum-edit-page select {
	width: 313px;
}
.forum-edit-page .buttons,
.private-message-send-page .options,
.private-messages-page .buttons {
	margin: 10px 0;
	padding: 2px;
	text-align: right;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-message-send-page .options input,
.private-messages-page .buttons input,
.private-message-view-page .options input {
	min-width: 70px;
	border: 2px solid #999;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/button6.png) top repeat-x;
	box-shadow: inset 0 0 5px #000;
	padding: 5px 15px;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #b68c65;
	text-shadow: -1px -1px 0px #111;
}
.form-fields .inputs.message{
    background: none;
}

.move-topic-page .inputs {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	background: #f6f6f6;
	padding: 15px;
}
.move-topic-page label {
	display: block;
	width: auto;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.move-topic-page select {
	display: block;
	width: 260px;
	margin: auto;
}
.move-topic-page .buttons {
	text-align: center;
}



/************* PROFILE & INBOX *************/




.profile-page .page-title {
	background: url(/Themes/Jewelry/Content/img/bullet1.png) 5px center no-repeat;
	padding-left: 40px;
	font: normal 36px 'kepler_eid';
	color: #b68c65;
	text-shadow: -1px -1px 0 #fff;
}
.profile-page .ui-tabs-nav,
.private-messages-page .ui-tabs-nav {
	margin-bottom: 10px;
	border-radius: 5px;
}
.profile-page .ui-tabs-nav li:first-child a,
.private-messages-page .ui-tabs-nav li:first-child a {
	border-radius: 5px 0 0 5px;
}
.profile-page .ui-tabs-nav li:last-child a,
.private-messages-page .ui-tabs-nav li:last-child a {
	border-radius: 0 5px 5px 0;
}
.profile-page .ui-tabs-panel,
.private-messages-page .ui-tabs-panel,
.private-message-send-page .page-body,
.private-message-view-page .page-body {
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x,
				url(/Themes/Jewelry/Content/img/boxpad6.png) bottom repeat-x;
	background-color: #f0f0f0;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
}
.profile-info-box,
.user-last-posts,
.private-message-send-page .fieldset,
.private-message-view-page .view-message {
	margin: 3px 2px 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 0 #f6f6f6, inset 0 0 10px #ddd;
	overflow: hidden;
	background: #fff;
	padding: 15px;
	line-height: 18px;	
}
.profile-info-box .user-details {
	position: relative;
	float: left;
	margin-right: 15px;
}
.profile-info-box .avatar {
	width: 100px;
	height: 100px;
	box-shadow: 0 0 10px #ddd;
	overflow: hidden;
	background: #fff;
	text-align: center;
}
.profile-info-box .pm-link-button {
	position: absolute;
	top: 80px;
	left: 115px;
	font-weight: bold;
}
.profile-info-box .pm-link-button:hover {
	text-decoration: underline;
}
.profile-info-box .title {
	margin-bottom: 10px;
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #333;
}
.ui-tabs .topic {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
.ui-tabs .topic:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.ui-tabs .topic-title {
	margin-bottom: 10px;
	padding: 5px 0;
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #444;
}
.ui-tabs .topic-title a:hover {
	text-decoration: underline;
}
.profile-page .pager ul {
	float: right;
	margin-top: 10px;
	line-height: normal;
}

.private-messages-page table {
	margin-bottom: 5px;
}
.private-messages-page th {
	text-align: left;
}
.private-messages-page th:first-child {
	text-align: center;
}
.private-messages-page td:last-child {
	width: 20%;
}
.private-messages-page .pager {
	margin: 0;
}

.private-message-view-page label {
	font-weight: bold;
	color: #333;
}
.private-message-view-page .message {
	margin: 15px 0;
	border: 1px dotted #ccc;
	padding: 15px;
}
.private-message-view-page .options {
	overflow: hidden;
}
.back-pm-button {
	float: right;
	text-transform: capitalize !important;
}

.private-message-send-page .message label {
	float: left;
}



/*********** SITEMAP ***********/




.sitemap-page .entity {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	background: url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x,
				url(/Themes/Jewelry/Content/img/boxpad6.png) bottom repeat-x;
	background-color: #f0f0f0;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
}
.sitemap-page .entity > * {
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 0 #f6f6f6, inset 0 0 10px #ddd;
	background: #fff;
	padding: 15px;
	line-height: 18px;
}
.sitemap-page h2 {
    font: italic bold 18px "Times New Roman", Times, serif;
	color: #444;
}
.sitemap-page a {
	padding-left: 10px;
	background: url(/Themes/Jewelry/Content/img/arrow2.png) left center no-repeat;
}
.sitemap-page a:hover {
	background: url(/Themes/Jewelry/Content/img/arrow3.png) 1px center no-repeat;
	color: #444;
}

/* RE-CAPTCHA */

    .recaptchatable #recaptcha_response_field {
        height: auto !important;
    }

/*RESPONSIVE CAPTCHA*/
@media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float:left !important;
    }
    .recaptchatable #recaptcha_image img {
        max-width:100%;
    }
    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}

.cart, .data-table {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.cart th, .data-table th {
	border-top: 1px solid #ddd;
	background: #f0f0f0 url(/Themes/Jewelry/Content/img/boxpad3.png) top repeat-x;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	white-space: nowrap;
}
.data-table th {
	padding: 5px 10px;
}
.cart td, .data-table td {
	border: 1px dotted #ccc;
	border-right: none;
	padding: 5px 10px;
}
.cart .cart-item-row {
    text-align: center;
}
.cart .cart-item-row .product{
    text-align: initial;
}
.cart td:first-child,
.data-table td:first-child {
	border-left: none;
	text-align: center;
}
.cart .attributes,
.data-table .attributes {
	margin: 0;
	border: none;
    word-break: break-all;
}
.data-table .price,
.data-table .total {
    white-space: nowrap;
}
.data-table a:hover {
	text-decoration: underline;
}

.cart td.add-to-cart {
	text-align: center;
}
.cart td img {
	width: 80px;
    max-width: none;
}
.cart td.product a {
	font: italic bold 15px "Times New Roman", Times, serif;
	color: #333;
}
.cart td.product a:hover {
	color: #b68c65;
}
.cart input[type="text"] {
	width: 30px;
	padding: 5px;
    text-align: center;
}
.cart .product-unit-price {
	font-weight: bold;
	color: #b68c65;
    white-space: nowrap;
}
.cart .product-subtotal {
	font-weight: bold;
	color: #c30;
    white-space: nowrap;
}
    .cart .sku {
        word-break: break-all;
    }
.order-notes .data-table th, 
.order-notes .data-table td {
    text-align: left !important;
}

.forum-subscriptions-page .data-table,
.subscription-list .data-table {
	margin: 10px 0;
}
.selected-shipping-method {
    display: block;
}
.order-details span{
    display: block;
}
.order-details-page .quantity,
.order-details-page .total,
.order-details-page .price {
    text-align: center;
}
.compare-products-table-mobile{
    text-align: center;
}
.go-to-page {
    display: inline-block !important;
    padding: 6px 0;
    font-size: 13px !important;
    min-width: 92px;
}

/* COMPARE PRODUCTS DESKTOP VERSION */

    .compare-products-page table input[type="button"] {
	    display: block;
	    margin-bottom: 10px;
	    border: 1px solid #ccc;
	    border-radius: 3px;
	    background: url(/Themes/Jewelry/Content/img/button5.png) top repeat-x;
	    box-shadow: inset 0 1px 0 #f6f6f6;
	    padding: 5px 10px;
	    font: normal 11px Tahoma, Geneva, sans-serif;
	    color: #333;
	    text-shadow: 1px 1px 0 #fff;
    }

@media all and (max-width: 980px) {

    .compare-products-table {
        display: none;
    }

}

@media all and (min-width: 981px) {

    .compare-products-table-mobile {
        display: none;
    }

    .compare-products-table {
	    border: 1px solid #ddd;
	    background: #fff;
	    box-shadow: inset 0 0 10px #ddd;
        display: table;
    }
    .compare-products-table td {
	    padding: 5px 10px;
	    vertical-align: top;
	    border-left: 1px dotted #ccc;
    }
    .compare-products-table td:first-child {
	    border-left: none;
	    font-size: 11px;
	    font-weight: bold;
	    color: #333 !important;
    }
    .compare-products-table tr:first-child td {
	    background: #f3f3f3;
	    padding: 10px;
	    border-bottom: 1px dotted #ddd;
    }
    .compare-products-table td img {
	    width: 150px;
	    border: 1px solid #ddd;
        max-width: 100%;
        max-height: 100%;
    }
    .compare-products-table .product-name td {
	    border-bottom: 1px dotted #ddd;
	    padding: 10px;
    }
    .compare-products-table .product-name a {
	    font: italic bold 15px "Times New Roman", Times, serif;
	    color: #333;
    }
    .compare-products-table .product-name a:hover,
    .compare-products-table .product-price td {
	    color: #b68c65;
    }

}



/*==== RESPONSIVE ====*/

@media all and (max-width: 360px) {

    .section.shipments .data-table th {
        font-size: 11px;
    }

}

    /* footable custom css */

    .footable-row-detail {
        text-align: left;
    }
    .footable-first-column {
    }
    .footable-first-column > div,
    .footable-first-column .item-count {
        font-size: 12px !important;
        vertical-align: middle;
    }
     div.footable-row-detail-row {
        display: table-row;
    }
    div.footable-row-detail-name {
        padding: 5px 15px 10px 0;
        display: table-cell;
    }
    div.footable-row-detail-value {
        display: table-cell;
    }
    .footable-row-detail-cell {
        text-align: left !important;
    }
    table.footable.breakpoint > tbody > tr > td > span.footable-toggle {
        min-width: 16px;
        height: 16px;
        padding-right: 0;
        overflow: hidden;
        display: block;
    }

/* toggle style change */

    .footable-toggle {
        background: url(/Themes/Jewelry/Content/img/table-plus.png) no-repeat center;
        vertical-align: middle;
    }
        .footable-detail-show .footable-toggle {
            background: url(/Themes/Jewelry/Content/img/table-minus.png) no-repeat center;
        }
    .footable-toggle:before {
        display: none !important;
    }



/* hidding item counter in different tables */

    .downloadable-products-page .data-table .item-count {
        display: none;
    }

@media all and (max-width: 980px) {

    .compare-products-table-mobile .item-count,
    .order-summary-content .cart .item-count,
    .order-details-page .data-table .item-count,
    .wishlist-page .cart .item-count,
    .section.shipments .data-table .item-count {
        display: none;
    }

}

@media all and (max-width: 735px) {

    .return-request-page .data-table .item-count {
        display: none;
    }

}

@media all and (max-width: 686px) {

    .section.products .data-table .item-count {
        display: none;
    }

}

@media all and (max-width: 598px) {

    .reward-points-history .data-table .item-count {
	    display: none;
    }

}
/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media all and (max-width: 480px) {
	
input[type="text"], input[type="password"] {
	padding: 5px;
	height: 32px;
	line-height: 20px;
}

.inputs {
	text-align: center;
	position: relative;
	display: inline-block;
	overflow: visible;
	width: 100%;
	max-width: 300px;
	padding: 0 !important;
}
.inputs label {
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
}
.inputs select {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 5px;
}
input[type="text"], input[type="password"], textarea,
.inputs input[type="text"], .inputs input[type="password"], .inputs textarea {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	width: 100% !important;
	max-width: 300px;
}
.inputs .required {
	position: absolute;
	top: 25px;
	right: -3%;
}
select {
	height: 32px;
	padding: 6px !important;
}

.data-table a {
	display: inline-block;
	line-height: 24px;
}
.admin-header-links {
	position: static;
	left: inherit;
	top: inherit;
}
.admin-header-links a {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 1px 0;
}

.eu-cookie-bar-notification {
    width: 300px;
    max-width: 300px;
    margin-left: -150px;
}

.master-wrapper-content,
.footer .center,
.bottomline .center {
	width: 90%;
}
.master-wrapper-content {
	position: relative;
}
.side-2, .center-2 {
	width: auto;
	float: none;
	margin-left: 0;
	margin-right: 0;
}
.home-page,
.login-page,
.account-page,
.checkout-page,
.wishlist-page,
.password-recovery-page,
.compare-products-page,
.product-reviews-page,
.contact-page,
.email-a-friend-page,
.sitemap-page,
.category-page,
.product-details-page,
.order-details-page,
.search-page,
.registration-page,
.news-list-page,
.news-item-page,
.vendor-list-page {
	text-align: center;
}
.page-title {
	text-align: center;
	position: relative;
	padding: 0 0 32px;
}
.page-title .title {
	display: inline-block;
}
.page-title h1,
.topic-html-content-header {
	float: none;
	font-size: 28px;
	display: inline;
}
.home-page .topic-html-content-body {
	margin-left: 0;
}

/* BAR NOTIFICATION */

.bar-notification {
	height: 37px;
	line-height: 37px;
}
.bar-notification .close {
	width: 32px;
	height: 32px;
	margin: 2px 5px;
}
.bar-notification a {
	display: inline-block;
	line-height: 32px;
}
.bar-notification .content {
	font-size: 11px;
}

/* HEADER */

.header-line {
	background: url(/Themes/Jewelry/Content/img/responsive-headerline.png) repeat-x bottom;
	padding: 0 0 55px;
}
.header-line .center {
	width: 100%;
}
.header-line .center > div {
	display: inline-block;
	width: 100%;
}
.header-contacts {
	float: none;
	margin-right: 0;
	text-align: center;
	background: #404040;
}
.header-contacts .phone {
	float: none;
}
.header-contacts .mail {
	display: inline-block;
	float: none;
}
.header-contacts .mail a {
	display: inline-block;
	background-position: left 0;
}
.header-contacts .mail a:hover {
	background-position: left -35px;
}
.header-links-wrapper {
	float: none;
	background: #404040;
}
.header-links ul {
	text-align: center;
}
.header-links ul li:first-child {
	margin: 0;
}
.header-links li {
	display: inline-block;
	float: none;
	margin-left: 5px;
}
.header-links li a {
	display: inline-block;
}

.flyout-cart,
.header-basket {
	display: none !important;
}

.header-selectors-wrapper {
	display: block !important;
	float: none;
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin-top: 5px;
}
.header-selectors-wrapper > div {
	display: inline-block;
	float: none;
	margin: 10px 3px 0;
	vertical-align: middle;
}
.header-selectors-wrapper > div > div {
	display: inline-block;
}

.language-list li,
.language-list li:first-child {
	margin: 0;
}
.language-list a {
	width: 32px;
	height: 32px;
}

.new_select {
	width: 150px !important;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/responsive-select1.png) repeat-x;
}
.new_select .passiveSelect,
.new_select .activeSelect {
	height: 25px;
	background: url(/Themes/Jewelry/Content/img/responsive-select_btn1.png) right top no-repeat;
	padding: 0 30px 0 5px;
	font: italic 15px/25px 'kepler_b';	
}
.new_select .styleSelect_item_content {
	min-width: 148px;
	border-radius: 0 5px 5px 5px;
}
.new_select .styleSelect_item {
	top: 25px !important;
}

.header {
	overflow: visible;
	padding: 15px 0;
	text-align: center;
}
.header-logo {
	float: none;
	margin-bottom: 15px;
	text-align: center;
}
.header-logo a {
	display: inline-block;
	width: 100%;
}
.header-logo a img {
	max-width: 100%;
}
.search-box {
	position: static;
	display:inline-block;
}
input.search-box-text {
	width: 220px !important;
	height: 33px;
}
.search-box-button {
	margin: 0;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 218px !important;
	border-radius: 5px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	display: none;
}

/* HEADER MENU */

.header-menu {
    background: #222;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 25px;
}
.menu-title {
    display: block;
    background: url(/Themes/Jewelry/Content/img/responsive-navpad.png) top repeat-x;
    border-radius: 5px;
}
.header-menu > ul,
.header-menu > ul > li .dropdown {
	display: none;
}

.menu-title span {
	background: url(/Themes/Jewelry/Content/img/responsive-nav-icon.png) no-repeat 97% center;
	color: #BBBBBB;
	display: block;
	font: 24px/50px Tahoma,Geneva,sans-serif;
	text-transform: uppercase;
	padding: 0 0 0 3%;
	cursor: pointer;
}

.header-menu > ul > li {
	 float: none;
	 border-top: 1px solid #2f2f2f;
	 background: #1f1f1f;
	 padding-right: 0;
     position: relative;
}
.header-menu > ul > li:last-child {
	border-radius: 0 0 5px 5px;
}

.header-menu > ul > li > a,
.header-menu > ul > li > span {
    background: url(/Themes/Jewelry/Content/img/responsive-navpad.png) top repeat-x !important;
    font-size: 16px !important;
    padding: 14px 24px;
    text-align: left;
    color: #bbb !important;
}

.header-menu > ul .plus-button {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #2f2f2f;
    cursor: pointer;
    width: 53px;
    height: 47px;
    background: url(/Themes/Jewelry/Content/img/responsive-plus.png) no-repeat center;
}
.header-menu > ul .plus-button:active {
	background: url(/Themes/Jewelry/Content/img/responsive-plus.png) no-repeat center;
}
.header-menu > ul .plus-button.close,
.header-menu > ul .plus-button.close:active {
	background: url(/Themes/Jewelry/Content/img/responsive-minus.png) no-repeat center;
}

.header-menu .sublist {
	position: relative;
	top: 0;
	padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.header-menu .sublist li {
    background: none;
}
.header-menu .sublist li a {
	border: none;
    border-bottom: 1px solid #464646;
	padding: 14px 20px;
	font-size: 16px;
    color: #bbb !important;
}
.header-menu .sublist .sublist {
	top: 0;
	left: 0;
	border-radius: 0;
	box-shadow: none;
	background: #eee;
}

.dropdown,
.inner-dropdown {
    display: none;
    background: #4e4e4e;
    padding: 10px; 
}
    .inner-dropdown {
        background: #eee;
    }
.dropdown > ul > li,
.inner-dropdown > ul > li {
	border-top: 1px solid #ddd;
	background-color: #fff;
    position: relative;
}
.dropdown > ul > li:first-child,
.inner-dropdown > ul > li:first-child {
	border-radius: 3px 3px 0 0;
	border-top: 0;
}
.dropdown > ul > li:last-child,
.inner-dropdown > ul > li:last-child {
	border-radius: 0 0 3px 3px;
}
.dropdown > ul > li > a, .inner-dropdown > ul > li > a {
    font: normal normal 16px Tahoma, Geneva, sans-serif;
    padding: 13px 14px 12px 24px;
    display: block;
    color: #666 !important;
    text-transform: uppercase;
}

/* ITEM GRID & CATEGORY PAGE */

.breadcrumb {
	padding: 0;
}
.breadcrumb li a,
.breadcrumb li strong {
	display: inline-block;
	padding: 7px 3px;
	font-size: 13px;
}

.product-viewmode,
.product-page-size {
	display: none;
}
.product-selectors > div {
	margin: 0 0 10px;
	float: none;
	text-align: center;
}
.product-selectors > div > span {
	line-height: 32px;
	float: none;
}
.product-selectors select {
	margin-left: 0;
}
.product-filters ul,
.product-filters ul:nth-child(5n+1) {
	margin: 0 0 1% 1%;
	width: 49.5%;
	padding: 10px 10px 0;
	text-align: center;
}
	.product-filters ul:nth-child(2n+1) {
		margin: 0 0 2% !important;
		clear: both;
	}
.product-filters li.title {
	margin:0;
	border-bottom: 0;
}
.product-filters li.item {
	padding: 0;
	border-top: 1px dotted #ccc;
}
.product-filters li.item a {
	display: block;
	padding: 9px 0;
}
.remove-filter a {
	padding: 9px 20px;
}

.product-grid {
	text-align: center;
}
.product-grid .item-grid,
.product-list .item-grid {
	border-radius: 5px 5px 0 0;
}
.product-grid .item-box {
	max-height: 434px;
	height: auto;
}
.category-title, .grid-title, .vendor-title {
	text-align: center;
}
.category-title .title,
.grid-title strong,
.vendor-title h2 {
	font-size: 28px;
	display: inline;
}
.item-box,
.cross-sells .item-box,
.product-list .item-box {
	float: none !important;
	width: auto;
	margin: 0 0 2.5% !important;
	padding: 3%;
	text-align:center;
}
.item-box input[type="button"],
.item-box .buynow-button {
	padding: 10px 0;
}
.item-box .rating {
	margin: 0 auto 10px;
}
.item-box .rating,
.item-box .description{
	display: none;
	margin:0;
}
.bestsellers .item-box, 
.home-page-product-grid .item-box {
	width: auto;
}
.home-page-product-grid .picture a {
	width: 100%;
	max-width: 278px;
}
.sub-category-grid .item-box,
.home-page-category-grid .item-box {
	width: auto;
	margin: 0 0 10px;
	padding: 2%;
}
.sub-category-grid .title,
.home-page-category-grid .title {
	margin: 0;
	border-radius: 5px;
}
.sub-category-grid .title a,
.home-page-category-grid .title a {
	padding: 13px 12px 10px;
	text-align: center;
}
.sub-category-grid .picture,
.home-page-category-grid .picture {
	display: none;
}
.pager div {
	float: none;
	height: auto;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	padding: 5px 5px 0;
}
.pager div.corner {
	display: none;
}
.pager ul {
	float: right;
}
.pager li,
.pager li:first-child {
	margin: 0 5px 10px;
}
.pager a, .pager span {
	font-size: 14px;
	padding: 7px 12px 8px;
}


/* BLOCKS */

.block {
	position: relative;
	padding: 0;
}
.block-category-navigation {
	clear: both;
}
.block .title {
	border-width: 0;
	border-radius: 5px 5px 0 0;
	background: none;
	box-shadow: 0;
	padding: 0;
}
.block .title strong,
.block .title a.toggleControl {
	display: block;
	width: 100%;
	border: none;
	box-shadow: none;
	padding: 15px;
	font-size: 13px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/Themes/Jewelry/Content/img/responsive-toggle.png) no-repeat 97% center;
}
.block .listbox {
	display: none;
	border-top: 1px solid #eee;
	margin: 0 15px 15px;
}
.block .list li a {
	padding: 12px 0 12px 20px;
}
.block-popular-tags a,
.block-popular-blogtags a {
	line-height: 28px;
}
.block .view-all {
	text-align: center;
}
.vote-poll-button {
	padding: 8px 23px;
}

/* PRODUCT PAGE */

.gallery {
	float: none;
	width: auto;
	text-align: center;
}
.gallery .picture {
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
}
.gallery .picture-thumbs {
	width: 100%;
	max-width: 336px;
	margin: 0 auto;
}
.gallery .picture-thumbs a {
	display: inline-block;
	float: none;
	width: 73px;
	height: 73px;
	margin: 10px 4px 0 4px;
}
.gallery .picture-thumbs a img {
	max-width: 100%;
}
.product-details-page .overview {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.product-details-page .product-name h1, 
.product-details-page .variant-name,
.product-grid .title {
	font-size: 28px;
	display: inline-block;
}
.product-review-box .rating {
	margin: 0 auto 5px;
}
.product-review-links a,
.product-no-reviews a {
	display:inline-block;
	line-height: 32px;
}
.product-details-page .manufacturers {
	line-height: 32px;
}
.product-details-page .add-info > * {
	float: none;
	margin: 0 0 10px;
}
.product-details-page .free-shipping {
    margin: auto;
}
.add-to-wishlist-button,
.add-to-compare-list-button {
	padding: 8px 12px;
	font-size: 12px;
}
	.email-a-friend-button {
		height: 32px;
	}
.order-line > *,
.order-line .prices > * {
	float: none;
	text-align: center;
}
.order-line .prices {
	margin: 0 0 10px;
	line-height: 24px;
}
	.order-line .product-price {
		margin: 0;
	}
.add-to-cart * {
	float: none !important;
}
.add-to-cart .quantity {
	float: none;
	margin: 0 0 10px;
	text-align: center;
}
.add-to-cart .add-to-cart-button {
	padding: 10px 32px;
}
.add-to-cart .qty-label {
	margin: 0 5px 0 0;
	font-size: 12px;
	line-height: 45px;
}
.add-to-cart .qty-input {
	padding: 10px;
	height: 46px;
	margin: 0;
	width: 46px !important;
}
.product-variant-line .variant-picture {
	float: none;
	margin: 0 auto 10px;
}
.product-variant-line .variant-overview {
	width: 100%;
}
.product-variant-line .variant-picture + .variant-overview {
	width: auto;
	float: none;
}
.variant-picture + .variant-overview {
	clear: both;
}

.product-tags-list li {
	float: none;
	margin: 0 5px 5px;
	display: inline-block;
}
.product-tags-list li,
.product-tags-list li a {
	line-height: 32px;
	display:inline-block;
}

/* QUICK TABS */

.ui-tabs .ui-tabs-nav {
	float: none;
	background: none;
}
.ui-tabs .ui-tabs-nav li {
	 float: none;
	 border-top: 1px solid #2f2f2f;
	 background: #1f1f1f;
	 padding: 0;
	 border-radius: 0;
	 overflow: hidden;
}
	.ui-tabs .ui-tabs-nav li:first-child {
		background: #1f1f1f;
		border-radius: 5px 5px 0 0;
	}
.ui-tabs .ui-tabs-nav li a {
	background: url(/Themes/Jewelry/Content/img/responsive-navpad.png) top repeat-x;
	text-align: center;
	display: block;
	height: auto;
	line-height: 42px;
	-webkit-transition: color .07s ease-in-out;
	-moz-transition: color .07s ease-in-out;
	-o-transition: color .07s ease-in-out;
	transition: color .07s ease-in-out;
	border-radius: 0 !important;
}
.ui-tabs .ui-tabs-nav li a:hover {
	background: url(/Themes/Jewelry/Content/img/responsive-navpad.png) bottom repeat-x;
}

.ui-tabs .ui-tabs-panel {
	border-top: 0;
}
.ui-tabs .ui-tabs-nav li:last-child,
.ui-tabs .ui-tabs-nav li:last-child a {
	border-radius: 0 0 5px 5px;
}

/* ATTRIBUTES & COLOR SQUARES */

.attributes select {
	max-width: 100%;
}
.attributes label {
	display: inline-block;
	line-height: 32px;
	cursor: pointer;
}
	.color-squares li {
		margin-left: 3px;
	}
	.color-squares li:first-child {
		margin-left: 0;
	}
	.color-squares label {
		line-height: 28px;
	}
	.color-squares .color {
		width: 28px;
		height: 28px;
		border-radius: 3px;
	}

/* SEARCH PAGE */

.basic-search input[type="text"] {
	width: 80%;
}
.search-input .inputs label {
	margin: 0 0 5px;
	text-align: center;
}
.search-input .inputs.reversed label {
	display: inline-block;
	line-height: 33px;
}
.advanced-search .inputs {
	padding-left: 0;
}
.advanced-search .inputs select {
	max-width: 100%;
	width: 100%;
}
.search-input input[type="submit"] {
	padding: 12px 36px;
}
.search-page .product-list .picture {
	float: none;
	width: auto;
}
.search-page .product-list .details {
	margin: 0;
}
.advanced-search .price-range > * {
	margin: 0 0 5px;
}
.product-list input[type="button"] {
	width: 100%;
}

/* GIFTCARD */

.giftcard label {
	line-height: 32px;
	float: none;
}
.giftcard input[type="text"],
.giftcard textarea {
	padding: 3px;
	line-height: 24px;
	max-width: 95%;
}
.giftcard input[type="text"] {
	height: 24px;
}

/* REGISTRATION PAGE */

.registration-page .title, 
.login-page .title, 
.account-page .title, 
.return-request-page .title {
	text-align: center;
}
.registration-result-page {
	text-align: center;
}
	.registration-result-page .result {
		padding: 20px 10px 71px;
	}
	.registration-result-page .buttons {
		bottom: 12px;
		top: inherit;
		right: 50%;
		margin-right: -62px;
	}
.gender {
	margin: 0 5px;
}

/* LOGIN PAGE */

.registration-page .buttons,
.registration-result-page .buttons,
.login-page .buttons,
.account-page .buttons,
.account-page .add-button {
	margin-top: 10px;
	text-align: center;
}
.login-page input[type="button"].checkout-as-guest-button {
	margin-bottom: 10px;
	float: none;
}
.login-page .inputs.reversed {
	padding-left: 3px;
}
.login-page input[type=text],
.login-page input[type="password"] {
	width: 90%;
	max-width: 300px;
}
.registration-page input[type="submit"], 
.registration-result-page input[type="button"], 
.login-page input[type="submit"], 
.login-page input[type="button"], 
.account-page .button-1, 
.password-recovery-page .button-1 {
	padding: 12px;
	font-size: 16px;
	width: 100%;
	max-width: 190px;
}
.forgot-password {
	display: block;
	margin: 5px 0;
	text-align: center;
}
.external-authentication fieldset.facebook-login-block {
	float: none !important;
}

/* MY ACCOUNT */

#check-availability-button {
	margin: 10px 0 0;
	padding: 10px;
}
.registration-page .inputs label, .account-page .inputs label {
	width: 100%;
}
.account-page .button-2 {
	padding: 10px 20px;
	font-size: 14px;
	display: block;
	margin: 0 auto;
	min-width: 120px;
}
	.account-page .button-2:first-child {
		margin-bottom: 10px;
	}
.account-page input[type=file] {
	padding: 10px;
}
.account-page .address-item .info, .account-page .order-item .info,
.account-page .address-item .buttons, .account-page .order-item .buttons {
	float: none;
}

/* SHOPPING CART */

.order-progress li {
	width: 32%;
	margin-bottom: 5px;
}
	.order-progress li a {
		font-size: 11px;
	}
.wishlist-page .buttons,
.checkout-page .common-buttons {
	text-align: center;
}
.wishlist-page .buttons input[type="button"],
.wishlist-page .buttons input[type="submit"],
.checkout-page .common-buttons input[type="submit"] {
	margin: 10px 0;
	padding: 10px;
}
.cart input[type="text"] {
	width: 32px !important;
	text-align: center;
}
.cart-footer {
	text-align: center;
}
.cart-footer .totals {
	width: 100%;
	max-width: 220px;
	float: none;
	display: inline-block;
}
.cart-footer .checkout-button {
	padding: 14px 10px;
	width: 170px;
}
.cart-collaterals {
	width: auto;
	display: inline-block;
	float: none;
}
.cart-collaterals .deals {
	float: none;
	width: 90%;
	margin-right: 0;
	display: inline-block;
}
	.cart-collaterals .coupon-box,
	.cart-collaterals .giftcard-box,
	.cart-collaterals .shipping {
		padding: 3% 6%;
	}
.cart-collaterals .shipping {
	float: none;
	width: auto;
}
.cart-collaterals input[type="text"] {
	margin: 5px 0;
}
	.cart-collaterals input[type="submit"] {
		padding: 8px 10px;
	}
.cart-collaterals .shipping-options select,
.cart-collaterals .shipping-options .zip-input {
	width: 100% !important;
}
	.cart-collaterals .estimate-shipping-button {
		float: none;
	}

.order-summary-content .addon-buttons {
	text-align: center;
	margin: 0;
	float: none;
	width: auto;
}

/* CHECKOUT PAGE */

.checkout-attributes dl > * {
	display: block;
	float: none;
	margin: 5px;
	text-align: center;
}
.checkout-attributes li {
	padding: 5px 0;
}
.selected-checkout-attributes {
	float: none;
	text-align: center;
}
.address-grid .address-item {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.checkout-data input[type="submit"],
.checkout-data input[type="button"] {
	padding: 10px;
	font-size: 13px;
}
.checkout-data input[name=nextstep] {
	padding: 10px 25px !important;
}
.checkout-page select {
	max-width: 300px;
	width: 100%;
}
ul.method-list li .method-name input[type=radio],
ul.method-list li .method-name label {
	float: none;
}
.method-name .payment-logo {
	display: block;
}
.order-review-data {
	text-align: center;
}
.order-review-data ul {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #f6f6f6;
	margin: 0 0 5px;
	padding: 10px;
}
.order-review-data li.title {
	margin: 0;
}
.checkout-data .section .title {
	font-size: 16px;
}
.order-completed a {
	line-height: 32px;
}
.checkout-data .buttons {
	text-align: center;
	padding: 20px 10px;
}
.order-details-page .actions {
	text-align: center;
	margin: 15px 0;
}
.order-details-page .button-1 {
	padding: 10px;
}
.order-details-page .page-title {
	text-align: center;
	width: 100%;
}
.order-details-page .page-title h1 {
	display: inline-block;
	float: none;
	margin: 0 0 40px;
}
.order-details-page .print-order-button, 
.order-details-page .pdf-order-button {
	top: auto;
	right: auto !important;
	left: 50%;
	bottom: -10px;
	margin-left: -5px;
}
.order-details-page .print-order-button {
	margin-left: -80px;
}

.order-details-page .actions input[type=button] {
	padding: 9px 12px;
	vertical-align: middle;
	float: none;
	display: block;
	margin: 0 auto;
}
.order-details-page .total-info {
	margin: 0 0 15px;
}

.order-details-area td {
	display: block;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.order-details-page .cart-total {
	width: 170px;
	margin: 0 auto;
}
.order-details-page .cart-total-left {
	width: auto;
}
.order-details-page .cart-total-right {
	text-align: left;
}

.shipment-details-page {
	text-align: center;
}
.shipment-overview ul {
	width: 100%;
	float: none;
	margin: 0 0 15px;
	text-align: center;
}

/* OPC */

.opc .step-title {
	padding: 10px;
}
.opc .step-title * {
	float: none;
	margin: 0;
	display: inline-block;
}
.opc .active .step-title * {
	font-size: 24px;
}
.opc .checkout-data, .opc .buttons {
	padding: 2%;
}

/* EU COOKIE LAW */

[aria-describedby="dialog-eu-cookie-law"] {
	width: 100% !important;
	left: 0 !important;
	margin-left: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
[aria-describedby="dialog-eu-cookie-law"] button {
	padding: 7px 21px;
}
[aria-describedby="dialog-eu-cookie-law"] .ui-dialog-titlebar button {
	padding: 12px;
}

/* COMPARE LIST */

.compare-products-page .page-title {
	margin-bottom: 50px;
}
.compare-products-page .page-body {
	position: relative;
}
.compare-products-page .clear-list {
	padding: 7px 14px;
	top: -40px;
	right: 50%;
	margin-right: -40px;
}
.compare-products-page input[type="button"] {
	padding: 9px 18px;
}

/* WISHLIST PAGE */

.share-info a {
	word-break: break-all;
	overflow-wrap: break-word;
	display: block;
}

/* PASSWORD RECOVERY */

.password-recovery-page label {
	text-align: center;
	width: 100% !important;
}
.password-recovery-page .buttons {
	text-align: center;
}

/* FANCYBOX (+TERMS&CONDITIONS) */

[aria-describedby="terms-of-service-warning-box"] {
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#fancybox-wrap {
	width: 100% !important;
	left: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#fancybox-outer,
#fancybox-content {
	width: auto !important;
}

/* PRODUCT REVIEWS PAGE */

.write-review input[type="text"],
.write-review textarea {
	width: 90% !important;
	max-width: 428px;
}
.review-rating > label {
	margin-bottom: 5px;
	width: 100%;        
}
.review-rating ul {
	width: auto;
	text-align: left;
	font-size: 11px;
}
.write-review .buttons {
	text-align: center;
}

/* CONTACT PAGE */

.contact-page .inputs, 
.email-a-friend-page .inputs,
.contact-page .buttons,
.email-a-friend-page .buttons {
	padding: .3% 0;
}
.contact-page input[type="submit"],
.email-a-friend-page input[type="submit"] {
	padding: 10px 24px;
}
.contact-page .input-box,
.contact-page label,
.email-a-friend-page .input-box, 
.email-a-friend-page label {
	float: none;
}
.contact-page .input-box,
.email-a-friend-page .input-box {
	margin-right: 0;
}
.contact-page textarea,
.email-a-friend-page textarea {
	width: 100%;
	max-width: 485px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* RETURN REQUEST PAGE */

.return-request-page td:last-child {
	text-align: left !important;
}
.return-request-page .inputs label {
	width: 100%;
	margin-bottom: 5px;
}
.return-request-page textarea {
	width: 100%;
	max-width: 485px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;    
}
.return-request-page .buttons {
	text-align: center;
}
.return-request-page .button-1 {
	max-width: 185px;
	width: 100%;
	padding: 10px 5px;
	font-size: 14px;
}

/* SITEMAP */

.sitemap-page .entity > * {
	padding: 10px;
}
.sitemap-page li {
	padding-left: 10px;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}
.sitemap-page a {
	line-height: 32px;
	display: block;
	text-align: left;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}
.sitemap-page li:active,
.sitemap-page li:hover {
	background: #eee;
}

/* BAR NOTIFICATION */

.bar-notification {
	height: auto;
}

/* NEWS */

.news-list-page .page-title {
	position: relative;
	padding-bottom: 30px;
	display: block;
}
.link-rss {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: 0;
}

.news-items .item:first-child {
	margin-top:0;
}
.news-list-page .item, .news-list-homepage .item {
	padding: 10px;
	margin: 15px 0 0;
}
.news-list-page .news-title, .news-list-homepage .news-title {
	display: block;
	margin: 0;
}
.news-list-page .news-details, .news-list-homepage .news-details {
	margin-bottom: 10px;
}
.news-list-page .read-more, .news-list-homepage .read-more {
	padding: 8px 16px;
	float: none;
	display: inline-block;
}

.news-item-page .new-comment label {
	margin: 0 0 8px;
	width: 100%;
	text-align: center;
}
.news-item-page .buttons {
	padding: 0;
}

.news-list-homepage .title {
	display: inline-block;
}
.news-list-homepage .view-all a {
	display: inline-block;
	line-height: 32px;
}

/* VENDORS */

.vendor-list li a {
	padding: 4px 12px;
}

/* FOOTER */

.footer .footlist {
	float: none;
	width: 60%;
	margin: 0 auto 15px !important;
	text-align: center;
}
.footer .footlist li {
	background: none;
	font-size: 12px;
	padding: 0;
}
.footer .footlist a {
	display: inline-block;
	padding: 7px 0 7px 10px;
	font-size: 12px;
	line-height: 13px;
}
.footer-contacts li {
	padding: 4px 0 3px 27px
} 
.footer .footbox {
	float: none !important;
	margin: 0 auto 15px !important;
}
.footer .footbox.newsletter {
	width: 100%;
	text-align: center;
}
input.newsletter-text {
	width: 180px !important;
	height: 30px;
}
.newsletter-subscribe-block {
	display: inline-block;
	min-width: 218px;
}
.footer .footbox.pay-options {
	width: 100%;
	text-align: center;
}
.footer .footbox.pay-options img {
	width: 14%;
	max-width: 48px;
	margin-right: 3px;
}
.footer .footbox.social {
	width: 100%;
	text-align: center;
}
.footer .footbox h3 {
	text-align: center;
}
.bottomline {
	height: auto;
	max-height: 115px;
	background: url(/Themes/Jewelry/Content/img/responsive-bottom.png) top repeat-x;
	text-align: center;
	color: #bbb;
}
.footer-poweredby {
	display: block;
	position: static;
	line-height: normal;
    margin-bottom: 10px;
}
.footer-disclaimer {
	display: block;
	position: static;
}
.footer-storetheme {
	margin-bottom: 10px;
}
.footer-storetheme select {
	color: #ccc;
}


}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (max-width: 768px) and (min-width: 481px) {

input[type="text"], input[type="password"] {
	padding: 5px;
	height: 20px;
	line-height: 20px;
}
select {
	height: 32px;
	max-width: 100%;
	padding: 6px !important;
}
.data-table a {
	display: inline-block;
	line-height: 24px;
}
.admin-header-links {
	position: static;
	left: inherit;
	top: inherit;
}
.admin-header-links a {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 1px 0;
}
.master-wrapper-content,
.footer .center,
.bottomline .center {
	width: 90%;
}
.master-wrapper-content {
	position: relative;
}
.center-2, .side-2 {
	float: none;
	width: auto;
}
.side-2:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}
.page-title h1,
.topic-html-content-header {
	font-size: 32px;
}
.topic-html-content-header {
	float: none;
}

/* Fix for Error and validation messages */

.inputs .message-error,
.inputs .field-validation-error,
.inputs .not-available-status,
.inputs .password-error {
	display: block;
}

/* BAR NOTIFICATION */

.bar-notification {
	height: 37px;
	line-height: 37px;
}
.bar-notification .close {
	width: 32px;
	height: 32px;
	margin: 2px 5px;
}
.bar-notification a {
	display: inline-block;
	line-height: 32px;
}

/* HEADER */

.header-line {
	background: url(/Themes/Jewelry/Content/img/responsive-headerline.png) repeat-x left -86px;
}
	.header-line .center {
		width: 100%;
	}
.header-line,
.header-line .center,
.header-line .header-selectors-wrapper {
	border: 0 !important;
}
.header-line .center > div {
	display: inline-block;
	width: 100%;
}
	.header-links-wrapper {
		margin-bottom: 10px;
		float: none;
	}
.header-contacts {
	float: none;
	margin-right: 0;
	font: italic 12px/35px Arial, Helvetica, sans-serif;
	text-align: center;
}
.header-contacts .phone {
	float: none;
}
.header-contacts .mail {
	display: inline-block;
	float: none;
}
.header-contacts .mail a {
	display: inline-block;
	background-position: left 0;
}
.header-contacts .mail a:hover {
	background-position: left -35px;
}
	.header-links ul {
		text-align: center;
	}
.header-links ul li:first-child {
	margin: 0;
}
.header-links li {
	display: inline-block;
	float: none;
	margin-left: 5px;
}
.header-links li a {
	display: inline-block;
}

.flyout-cart,
.header-basket {
	display: none !important;
}

.header-selectors-wrapper {
	display: block !important;
	float: none;
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin-top: 0;
}
.header-selectors-wrapper > div {
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.header-selectors-wrapper > div:last-child {
	margin: 0;
}

.language-list li,
.language-list li:first-child {
	margin: 0;
}
.language-list a {
	width: 32px;
	height: 32px;
}

.new_select {
	width: 150px !important;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/responsive-select1.png) repeat-x;
}
.new_select .passiveSelect,
.new_select .activeSelect {
	height: 25px;
	background: url(/Themes/Jewelry/Content/img/responsive-select_btn1.png) right top no-repeat;
	padding: 0 30px 0 5px;
	font: italic 15px/25px 'kepler_b';	
}
.new_select .styleSelect_item_content {
	min-width: 148px;
	border-radius: 0 5px 5px 5px;
}
.new_select .styleSelect_item {
	top: 25px !important;
}

.header {
	overflow: visible;
	padding: 25px 0 15px;
	text-align: center;
}

.header-logo {
	float: none;
	margin-bottom: 15px;
	text-align: center;
}
.header-logo a {
	display: inline-block;
}

.search-box {
	display: inline-block;
	position: static;
}
input.search-box-text {
	width: 334px;
	height: 21px;
}
	.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
		width: 344px !important;
		border-radius: 5px;
	}

/* HEADER MENU */

.header-menu {
	background: #222;
	border-radius: 5px;
	overflow: hidden;
	width: 70%;
	min-width: 418px;
	margin: 0 auto 25px;
}
.menu-title {
	display: block;
	background: url(/Themes/Jewelry/Content/img/responsive-navpad.png) top repeat-x;
	border-radius: 5px;
}
.header-menu > ul,
.header-menu > ul > li .dropdown {
	display: none;
}

.menu-title span {
	background: url(/Themes/Jewelry/Content/img/responsive-nav-icon.png) no-repeat 97% center;
	color: #BBBBBB;
	display: block;
	font: 24px/50px Tahoma,Geneva,sans-serif;
	text-transform: uppercase;
	padding: 0 0 0 3%;
	cursor: pointer;
}

.header-menu > ul > li {
	 float: none;
	 border-top: 1px solid #2f2f2f;
	 background: #1f1f1f;
	 padding-right: 0;
     position: relative;
}
.header-menu > ul > li:last-child {
	border-radius: 0 0 5px 5px;
}

.header-menu > ul > li > a,
.header-menu > ul > li > span {
    background: url(/Themes/Jewelry/Content/img/responsive-navpad.png) top repeat-x !important;
    font-size: 16px !important;
    padding: 14px 24px;
    text-align: left;
    color: #bbb !important;
}

.header-menu > ul .plus-button {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #2f2f2f;
    cursor: pointer;
    width: 53px;
    height: 47px;
    background: url(/Themes/Jewelry/Content/img/responsive-plus.png) no-repeat center;
}
.header-menu > ul .plus-button:active {
	background: url(/Themes/Jewelry/Content/img/responsive-plus.png) no-repeat center;
}
.header-menu > ul .plus-button.close,
.header-menu > ul .plus-button.close:active {
	background: url(/Themes/Jewelry/Content/img/responsive-minus.png) no-repeat center;
}

.header-menu .sublist {
	position: relative;
	top: 0;
	padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.header-menu .sublist li {
    background: none;
}
.header-menu .sublist li a {
	border: none;
    border-bottom: 1px solid #464646;
	padding: 14px 20px;
	font-size: 16px;
    color: #bbb !important;
}
.header-menu .sublist .sublist {
	top: 0;
	left: 0;
	border-radius: 0;
	box-shadow: none;
	background: #eee;
}

.dropdown,
.inner-dropdown {
    display: none;
    background: #4e4e4e;
    padding: 10px; 
}
.inner-dropdown {
	background: #eee;
}
.dropdown > ul > li,
.inner-dropdown > ul > li {
	border-top: 1px solid #ddd;
	background-color: #fff;
    position: relative;
}
.dropdown > ul > li:first-child,
.inner-dropdown > ul > li:first-child {
	border-radius: 3px 3px 0 0;
	border-top: 0;
}
.dropdown > ul > li:last-child,
.inner-dropdown > ul > li:last-child {
	border-radius: 0 0 3px 3px;
}
.dropdown > ul > li > a, .inner-dropdown > ul > li > a {
    font: normal normal 16px Tahoma, Geneva, sans-serif;
    padding: 13px 14px 12px 24px;
    display: block;
    color: #666 !important;
    text-transform: uppercase;
}

/* ITEM GRID & CATEGORY PAGE */

.breadcrumb {
	padding: 0;
}
.breadcrumb li a, 
.breadcrumb li strong {
	display: inline-block;
	padding: 7px 3px;
	font-size: 13px;
}

.product-selectors > div {
	width: 50%;
	margin: 0;
	text-align: center;
}
.product-selectors > div > span {
	line-height: 32px;
	float: none;
	display: inline-block;
}
.product-page-size select {
	float: none;
}
	.product-viewmode {
		display: none;
	}
	.product-filters ul,
	.product-filters ul:nth-child(5n+1) {
		margin: 0 0 2% 2%;
		width: 32%;
		padding: 10px 10px 0;
		text-align: center;
	}
		.product-filters ul:nth-child(3n+1) {
			margin: 0 0 2% !important;
			clear: both;
		}
.product-filters li.title {
	margin:0;
	border-bottom: 0;
}
.product-filters li.item {
	padding: 0;
	border-top: 1px dotted #ccc;
}
.product-filters li.item a {
	display: block;
	padding: 9px 0;
}
.remove-filter a {
	padding: 9px 20px;
}

.product-grid .item-box {
	max-height: 470px;
}
.item-box,
.cross-sells .item-box {
	width: 47.5%;
	margin: 0 .75% 1.5%;
	padding: 1.5%;
}
	.item-box .picture a {
		width: 100%;
		max-width: 200px;
	}
.item-box input[type="button"],
.item-box .buynow-button {
	padding: 10px 0;
}
.home-page-product-grid .item-box .picture{
    height: 270px;
}
.home-page-product-grid .picture a {
	width: 100%;
	max-width: 278px;
}
.bestsellers .item-box,
.home-page-product-grid .item-box,
.sub-category-grid .item-box,
.home-page-category-grid .item-box {
	width: 48.5%;
}
.sub-category-grid .title,
.home-page-category-grid .title {
	margin: 0;
	border-radius: 5px;
}
.sub-category-grid .title a,
.home-page-category-grid .title a {
	padding: 10px 10px 7px;
}
.sub-category-grid .picture,
.home-page-category-grid .picture {
	display: none;
}
.product-list .details {
	text-align: left;
}

.pager div,
.pager div.corner {
	height: 44px;
}
.pager div.corner {
	width: 49px;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
.pager a, .pager span {
	font-size: 14px;
	padding: 7px 12px 8px;
}

/* BLOCKS */

.block {
	position: relative;
	float: left;
	width: 49.3%;
	margin: 0 0 1.4%;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.block:nth-of-type(2n+1) {
	clear: both;
	margin: 0 1.4% 1.4% 0;
}
.block-category-navigation {
	clear: both;
}
.block .title {
	border-width: 0;
	border-radius: 5px 5px 0 0;
	background: none;
	box-shadow: 0;
	padding: 0;
}
.block .title strong,
.block .title a.toggleControl {
	display: block;
	width: 100%;
	border: none;
	box-shadow: none;
	padding: 15px;
	font-size: 13px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/Themes/Jewelry/Content/img/responsive-toggle.png) no-repeat 97% center;
}
.block .listbox {
	display: none;
	border-top: 1px solid #eee;
	margin: 0 15px 15px;
}
.block .list li a {
	padding: 12px 2.69360269360269% 12px 6.73400673400673%;
}
.block .sublist {
	margin: 5px 0 5px 5.05050505050505%;
}
.poll-display-text,
.poll-options {
	padding: 10px 3.36700336700337%;
}
.poll-options .answer {
	padding: 2px 0.72202166064982%;
}
.block-popular-tags ul,
.block-popular-blogtags ul {
	padding: 5px 1.68350168350168%;
}
.block-popular-tags a,
.block-popular-blogtags a {
	line-height: 28px;
}
.vote-poll-button {
	padding: 8px 23px;
}

/* PRODUCT PAGE */

.gallery {
	float: none;
	width: auto;
	text-align: center;
}
.gallery .picture {
	display: inline-block;
}
.gallery .picture-thumbs {
	width: 336px;
	margin: 0 auto;
}
.gallery .picture-thumbs a {
	margin: 10px 9px 0 9px;
}

.product-details-page .overview {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.product-details-page .product-name h1,
.product-details-page .variant-name, 
.product-grid .title,
.category-title .title, 
.grid-title strong {
	font-size: 32px;
}
.product-review-links a,
.product-no-reviews a {
	display:inline-block;
	line-height: 32px;
}
.product-details-page .manufacturers {
	line-height: 32px;
}
.add-to-wishlist-button,
.add-to-compare-list-button {
	padding: 8px 12px;
	font-size: 12px;
}
	.email-a-friend-button {
		height: 32px;
	}
.order-line .prices {
	line-height: 45px;
}
	.order-line .prices > * {
		margin: 0 15px 10px 0;
	}
.add-to-cart .add-to-cart-button {
	padding: 10px 32px;
}
.add-to-cart .qty-input {
	padding: 10px;
	height: 24px;
	margin-top: 0;
}
.add-to-cart .qty-label {
	font-size: 12px;
	line-height: 45px;
}
    .order-line > * {
        float:none;
    }
.order-line .add-to-cart {
    float: none;
}
.product-variant-line .variant-picture {
	margin: 0 auto 10px;
}
.product-variant-line .variant-overview,
.product-variant-line .variant-picture + .variant-overview {
	width: auto;
	float: none;
}
.product-variant-line .variant-picture + .variant-overview {
	clear: both;
}

.product-tags-list li,
.product-tags-list li a {
	line-height: 32px;
	display:inline-block;
}

/* QUICK TABS */

.ui-tabs .ui-tabs-nav {
	float: none;
	background: none;
}
.ui-tabs .ui-tabs-nav li {
	 float: none;
	 border-top: 1px solid #2f2f2f;
	 background: #1f1f1f;
	 padding: 0;
	 border-radius: 0;
	 overflow: hidden;
}
	.ui-tabs .ui-tabs-nav li:first-child {
		background: #1f1f1f;
		border-radius: 5px 5px 0 0;
	}
	.ui-tabs .ui-tabs-nav li:last-child,
	.ui-tabs .ui-tabs-nav li:last-child a {
		border-radius: 0 0 5px 5px;
	}
.ui-tabs .ui-tabs-nav li a {
	background: url(/Themes/Jewelry/Content/img/responsive-navpad.png) top repeat-x;
	text-align: center;
	display: block;
	height: auto;
	line-height: 42px;
	-webkit-transition: color .07s ease-in-out;
	-moz-transition: color .07s ease-in-out;
	-o-transition: color .07s ease-in-out;
	transition: color .07s ease-in-out;
	border-radius: 0 !important;
}
.ui-tabs .ui-tabs-nav li a:hover {
	background: url(/Themes/Jewelry/Content/img/responsive-navpad.png) bottom repeat-x;
}

.ui-tabs .ui-tabs-panel {
	border-top: 0;
}

/* ATTRIBUTES & COLOR SQUARES */

.attributes label {
	display: inline-block;
	line-height: 32px;
	cursor: pointer;
}
.color-squares li {
	margin-left: 3px;
}
.color-squares li:first-child {
	margin-left: 0;
}
.color-squares label {
	line-height: 28px;
}
.color-squares .color {
	width: 28px;
	height: 28px;
	border-radius: 3px;
}

/* SEARCH PAGE */

.search-page {
	text-align: center;
}
.search-input .inputs label {
	width: 100%;
	text-align: center;
}
.search-page .rating {
	display: inline-block;
}
.basic-search input[type="text"] {
	width: 60%;
}
.search-input .inputs.reversed label {
	display: inline-block;
	line-height: 33px;
}
.advanced-search .inputs {
	padding-left: 0;
}
.advanced-search input[type="text"] {
	height: 18px;
}
.search-input input[type="submit"] {
	padding: 12px 36px;
}

/* GIFTCARD */

.giftcard label {
	line-height: 32px;
}
.giftcard input[type="text"], .giftcard textarea {
	padding: 3px;
	line-height: 24px;
}
.giftcard input[type="text"] {
	height: 24px;
}

/* REGISTRATION PAGE */

.registration-result-page .buttons {
	top: 7px;
	right: 17px;
}

/* LOGIN PAGE */

.login-page .inputs.reversed {
	padding: 0;
}
.registration-page .buttons, .registration-result-page .buttons, .login-page .buttons, .account-page .buttons, .account-page .add-button {
	margin-top: 10px;
	overflow: hidden;
}
.login-page .inputs label {
	width: 100px;
}
.forgot-password {
	display: inline-block;
}
.checkout-as-guest-button {
	float: left;
	margin-bottom: 10px;
}
.register-button,
.login-button {
	clear: both;
	float: left;
}
fieldset.facebook-login-block {
	float: left !important;
}

/* MY ACCOUNT */

#check-availability-button {
	margin: 10px 0 0;
	padding: 10px;
}
.registration-page .inputs label, .account-page .inputs label {
	margin-bottom: 5px;
	width: 100%;
}
.registration-page input[type="submit"], .registration-result-page input[type="button"], .login-page input[type="submit"], .login-page input[type="button"], .account-page .button-1, .password-recovery-page .button-1 {
	padding: 10px 20px;
}
.account-page .button-2 {
	padding: 10px 20px;
	font-size: 14px;
}
.account-page input[type=file] {
	padding: 10px;
}
.registration-page select, .account-page select {
	min-width: inherit;
	margin: 0 0 5px;
	width: 90%;
	max-width: 312px;
}

.block.block-account-navigation {
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 420px;
}

/* SHOPPING CART */

.order-progress li {
	width: 15.8573%;
}
.cart-footer .totals {
	float: none;
	margin: 0 auto;
	width: auto;
	text-align: center;
}
.cart-footer .total-info {
	display: inline-block;
}
.cart-footer .cart-total {
	text-align: left;
}
.cart-total td:first-child {
	min-width: 70px;
}
.cart-collaterals {
	width: auto;
	float: none !important;
}
.cart-collaterals .deals {
	float: none;
	max-width: 280px;
	margin: 0 auto;
}
.cart-collaterals .shipping {
	float: none;
	width: 300px;
	margin: 0 auto;
}
.cart-collaterals input[type="submit"] {
	padding: 8px 10px;
}
.cart-footer .checkout-button {
	padding: 10px;
}
.addon-buttons {
	text-align: center;
}

/* EXTERNAL PAYMENT */

.order-summary-content .addon-buttons {
	text-align: center;
	margin: 0;
	float: none;
	width: auto;
}
.order-summary-content .totals {
	float: right;
}

/* CHECKOUT PAGE */

.checkout-attributes dl > * {
	display: block;
	float: none;
	margin: 5px;
	text-align: center;
}
.checkout-attributes li {
	padding: 5px 0;
}
.address-grid .address-item {
	width: 50%;
	padding: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.address-grid .address-box {
	min-height: 220px;
}
.checkout-data input[type="submit"], .checkout-data input[type="button"] {
	padding: 10px;
	font-size: 14px;
}
.checkout-data input[name=nextstep] {
	padding: 10px 25px !important;
}
.inputs label {
	margin-bottom: 5px;
	width: 100%;
}

.order-details-page .page-title {
	margin-bottom: 40px;
}
.order-details-page .page-title a {
	padding: 8px 12px;
}
.order-details-page .print-order-button, 
.order-details-page .pdf-order-button {
	top: auto;
	right: auto !important;
	left: 0;
	bottom: -40px;
}
.order-details-page .print-order-button {
	left: 100px;
}

.order-details-page .actions input[type=button] {
	padding: 9px 12px;
	vertical-align: middle;
	float: none;
}

.shipment-overview ul {
	width: 49%;
}

/* EU COOKIE LAW */

[aria-describedby="dialog-eu-cookie-law"] {
	width: 380px !important;
	margin-left: -190px !important;
}
[aria-describedby="dialog-eu-cookie-law"] button {
	padding: 7px 21px;
}
[aria-describedby="dialog-eu-cookie-law"] .ui-dialog-titlebar button {
	padding: 12px;
}

/* WISHLIST */

.wishlist-page .buttons input[type="button"], 
.wishlist-page .buttons input[type="submit"], 
.checkout-page .common-buttons input[type="submit"] {
	padding: 10px;
}

/* COMPARE LIST */

.compare-products-page .clear-list {
	padding: 7px 14px;
}
.compare-products-page input[type="button"] {
	padding: 9px 18px;
}

/* PASSWORD RECOVERY */

.password-recovery-page label {
	text-align: left;
	width: 100% !important;
}

/* FANCYBOX (TERMS&CONDITIONS) */

#fancybox-wrap {
	width: 390px !important;
}
#fancybox-outer {
	width: 87%;
}
#fancybox-content {
	width: 320px !important;
}

/* PRODUCT REVIEWS PAGE */

.write-review input[type="text"],
.write-review textarea {
	width: 95% !important;
}
.write-review label {
	width: 100%;
	margin: 0 0 5px;
	text-align: center;        
}
.review-rating ul {
	display: block;
	width: auto;
}
.write-review .buttons {
	text-align: center;
}

/* CONTACT PAGE */

.contact-page .inputs, 
.email-a-friend-page .inputs,
.contact-page .buttons,
.email-a-friend-page .buttons {
	padding: 0;
}
.contact-page input[type="submit"],
.email-a-friend-page input[type="submit"] {
	padding: 10px 24px;
}
.contact-page .input-box,
.contact-page label,
.email-a-friend-page .input-box, 
.email-a-friend-page label {
	float: none;
}
.contact-page textarea,
.email-a-friend-page textarea {
	display: block;
	width: 100%;
	max-width: 485px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* RETURN REQUEST PAGE */

.return-request-page td:last-child {
	text-align: left !important;
}
.return-request-page .inputs label {
	width: 100%;
	margin-bottom: 5px;
}
.return-request-page textarea {
	width: 100%;
	max-width: 485px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;    
}
.return-request-page .buttons {
	text-align: left;
}

/* SITEMAP */

.sitemap-page .entity > * {
	padding: 10px;
}
.sitemap-page li {
	padding-left: 10px;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}
.sitemap-page a {
	line-height: 32px;
	display: block;
	text-align: left;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}
.sitemap-page li:active,
.sitemap-page li:hover {
	background: #eee;
}

/* NEWS */

.news-list-page .read-more, .news-list-homepage .read-more {
	padding: 8px 16px;
}

.news-item-page .new-comment label {
	margin: 0 0 8px;
	width: 100%;
	text-align: left;
}
.news-item-page textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
}
.news-item-page .buttons {
	padding: 0 10px;
	text-align: right;
}

.news-list-homepage .view-all a {
	display: inline-block;
	line-height: 32px;
}

/* VENDORS */

.vendor-list li a {
	padding: 4px 12px;
}

/* FOOTER */

.footer .footlist,
.footer .footlist:first-child {
	width: 38.92908827785818%;
	margin: 0 5.49927641099855% 3.71747211895911%;
}
.footer .footlist .title {
	background-repeat: no-repeat;
	max-width: 216px;
	font-size: 14px;
}
.footer .footlist li {
	font-size: 12px;
}
.footer .footlist a {
	display: inline-block;
	padding: 7px 0 7px 10px;
	line-height: 13px;
	font-size: 12px;
}
.footer-contacts li {
	padding: 4px 0 3px 27px
} 
.footer .footbox {
	float: none !important;
	margin: 0 auto 15px !important;
}
.footer .footbox.newsletter {
	width: 300px;
}
.footer .footbox.pay-options {
	width: 326px;
}
.footer .footbox.pay-options img {
	margin-right: 3px;
}
.footer .footbox.social {
	width: 230px;
	text-align: center;
}
.footer .footbox h3 {
	text-align: center;
}

.bottomline {
	height: auto;
	max-height: 115px;
	background: url(/Themes/Jewelry/Content/img/responsive-bottom.png) top repeat-x;
	text-align: center;
	color: #bbb;
}
.footer-poweredby {
	display: block;
	position: static;
	line-height: normal;
    margin-bottom: 10px;
}
.footer-disclaimer {
	display: block;
	position: static;
}
.footer-storetheme {
	margin-bottom: 10px;
}
.footer-storetheme select {
	color: #ccc;
}

}

@media all and (max-width: 680px) and (min-width: 481px) {
    .home-page-product-grid .item-box .picture {
        height: 250px;
    }
}
@media all and (max-width: 580px) and (min-width: 481px) {
    .home-page-product-grid .item-box .picture {
        height: 210px;
    }
}
/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (max-width: 980px) and (min-width: 769px) {

input[type="text"], input[type="password"] {
	padding: 5px;
	height: 20px;
	line-height: 20px;
}
select {
	height: 32px;
	padding: 6px !important;
}
.data-table a {
	display: inline-block;
	line-height: 24px;
}
.admin-header-links {
	position: static;
	left: inherit;
	top: inherit;
}
.admin-header-links a {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 1px 0;
}

.master-wrapper-content,
.header-line .center,
.footer .center,
.bottomline .center {
	width: 768px;
}

.side-2 {
	width: 21.93877551020408%;
}
.center-2 {
	width: 73.48979591836735%;
}

/* BAR NOTIFICATION */

.bar-notification {
	height: 37px;
	line-height: 37px;
}
.bar-notification .close {
	width: 32px;
	height: 32px;
	margin: 2px 5px;
}
.bar-notification a {
	display: inline-block;
	line-height: 32px;
}

/* HEADER */

.header-logo {
    width: 380px;
}
.header-logo img {
    max-width: 100%;
}

.header-line {
	background: url(/Themes/Jewelry/Content/img/responsive-headerline.png) repeat-x left -120px;
}

.header-links a {
	display: inline-block;
	margin-bottom: 18px;
}

.header-selectors-wrapper {
	display: block !important;
	float: none;
	clear: both;
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.header-selectors-wrapper > div {
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.header-selectors-wrapper > div:last-child {
	margin: 0;
}

.language-list li,
.language-list li:first-child {
	margin: 0;
}
.language-list a {
	width: 32px;
	height: 32px;
}

.new_select {
	width: 150px !important;
	border-radius: 3px;
	background: url(/Themes/Jewelry/Content/img/responsive-select1.png) repeat-x;
}
.new_select .passiveSelect,
.new_select .activeSelect {
	height: 25px;
	background: url(/Themes/Jewelry/Content/img/responsive-select_btn1.png) right top no-repeat;
	padding: 0 30px 0 5px;
	font: italic 15px/25px 'kepler_b';	
}
.new_select .styleSelect_item_content {
	min-width: 148px;
	border-radius: 0 5px 5px 5px;
}
.new_select .styleSelect_item {
	top: 25px !important;
}

input.search-box-text {
	width: 270px;
	height: 21px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 280px !important;
	border-radius: 5px;
}
.flyout-cart {
	display: none !important;
}

/* HEADER MENU */

.header-menu {
	background: #222;
	border-radius: 5px;
	overflow: hidden;
	width: 70%;
	margin: 0 auto 25px;
}
.menu-title {
	display: block;
	background: url(/Themes/Jewelry/Content/img/responsive-navpad.png) top repeat-x;
	border-radius: 5px;
}
.header-menu > ul,
.header-menu > ul > li .dropdown {
	display: none;
}

.menu-title span {
	background: url(/Themes/Jewelry/Content/img/responsive-nav-icon.png) no-repeat 97% center;
	color: #BBBBBB;
	display: block;
	font: 24px/50px Tahoma,Geneva,sans-serif;
	text-transform: uppercase;
	padding: 0 0 0 3%;
	cursor: pointer;
}

.header-menu > ul > li {
	 float: none;
	 border-top: 1px solid #2f2f2f;
	 background: #1f1f1f;
	 padding-right: 0;
     position: relative;
}
.header-menu > ul > li:last-child {
	border-radius: 0 0 5px 5px;
}

.header-menu .sublist li a {
	border: none;
	border-bottom: 1px solid #464646;
	padding: 14px 20px;
	font-size: 16px;
    color: #bbb !important;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
    background: url(/Themes/Jewelry/Content/img/responsive-navpad.png) top repeat-x !important;
    font-size: 16px !important;
    text-align: left;
}

.header-menu > ul .plus-button {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #2f2f2f;
    cursor: pointer;
    width: 53px;
    height: 47px;
    background: url(/Themes/Jewelry/Content/img/responsive-plus.png) no-repeat center;
}
.header-menu > ul .plus-button:active {
	background: url(/Themes/Jewelry/Content/img/responsive-plus.png) no-repeat center;
}
.header-menu > ul .plus-button.close,
.header-menu > ul .plus-button.close:active {
	background: url(/Themes/Jewelry/Content/img/responsive-minus.png) no-repeat center;
}

.header-menu .sublist {
	position: static;
	top: 0;
    padding: 0;
    min-width: 0;
    border-radius: 0;
    box-shadow: none;
}
.header-menu .sublist li {
    background: none;
    border-radius: 0 !important;
}
.header-menu .sublist .sublist {
	top: 0;
	left: 0;
	border-radius: 0;
	box-shadow: none;
	background: #eee;
}

.dropdown,
.inner-dropdown {
    display: none;
    background: #4e4e4e;
    padding: 10px; 
}
    .inner-dropdown {
        background: #eee;
    }
.dropdown > ul > li,
.inner-dropdown > ul > li {
	border-top: 1px solid #ddd;
	background-color: #fff;
    position: relative;
}
.dropdown > ul > li:first-child,
.inner-dropdown > ul > li:first-child {
	border-radius: 3px 3px 0 0;
	border-top: 0;
}
.dropdown > ul > li:last-child,
.inner-dropdown > ul > li:last-child {
	border-radius: 0 0 3px 3px;
}
.dropdown > ul > li > a, .inner-dropdown > ul > li > a {
    font: normal normal 16px Tahoma, Geneva, sans-serif;
    padding: 13px 14px 12px 24px;
    display: block;
    color: #666 !important;
    text-transform: uppercase;
}

/* ITEM GRID & CATEGORY PAGE */

.breadcrumb {
	padding: 0;
}
.breadcrumb li a,
.breadcrumb li strong {
	display: inline-block;
	padding: 7px 3px;
	font-size: 13px;
}

.product-selectors > div > span {
	line-height: 32px;
}
.product-filters ul,
.product-filters ul:nth-child(5n+1) {
	margin: 0 0 1% 1%;
	width: 24.25%;
	padding: 10px 10px 0;
	text-align: center;
}
	.product-filters ul:nth-child(4n+1) {
		margin: 0 0 1% !important;
		clear: both;
	}
.product-filters li.title {
	margin:0;
	border-bottom: 0;
}
.product-filters li.item {
	padding: 0;
	border-top: 1px dotted #ccc;
}
.product-filters li.item a {
	display: block;
	padding: 9px 0;
}
.remove-filter a {
	padding: 9px 20px;
}

.home-page .bestsellers {
	overflow: hidden;
}
.product-grid .title,
.category-title .title, 
.grid-title strong {
	font-size: 32px;
}

.item-box {
	width: 267px;
}
.home-page-product-grid .item-box {
	width: 239px;
}
.home-page-product-grid .item-box .picture {
        height: 210px;
    }
.bestsellers .item-box,
.home-page-category-grid .item-box {
	width: 242px;
}
.item-box input[type="button"],
.item-box .buynow-button {
	padding: 10px 0;
}
.home-page-product-grid .picture a {
	width: 100%;
	max-width: 278px;
}

.pager div,
.pager div.corner {
	height: 44px;
}
.pager div.corner {
	width: 49px;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
.pager a, .pager span {
	font-size: 14px;
	padding: 7px 12px 8px;
}

/* BLOCKS */

.block .title {
	cursor: pointer;
}
.block .list li a {
	padding: 12px 8px 12px 15px;
}
.block-popular-tags a,
.block-popular-blogtags a {
	line-height: 28px;
}
.vote-poll-button {
	padding: 8px 23px;
}

/* PRODUCT PAGE */

.gallery {
	float: none;
	width: auto;
	text-align: center;
}
.gallery .picture {
	display: inline-block;
}
.gallery .picture-thumbs {
	text-align: center;
}
.gallery .picture-thumbs a {
	display: inline-block;
	float: none;
	margin: 8px 4px 0 4px;
}

.product-details-page .overview {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
	.product-details-page .product-name h1,
	.product-details-page .variant-name {
		font-size: 30px;
	}
.product-review-links a,
.product-no-reviews a {
	display:inline-block;
	line-height: 32px;
}
.product-details-page .manufacturers {
	line-height: 32px;
}
.add-to-wishlist-button,
.add-to-compare-list-button {
	padding: 8px 12px;
	font-size: 12px;
}
	.email-a-friend-button {
		height: 32px;
	}
.order-line .prices {
	line-height: 45px;
}
	.order-line .prices > * {
		margin-right: 15px;
	}
.add-to-cart .add-to-cart-button {
	padding: 10px 32px;
}
.add-to-cart .qty-input {
	padding: 10px;
	height: 24px;
	margin-top: 0;
}
.add-to-cart .qty-label {
	font-size: 12px;
	line-height: 45px;
}

.product-variant-line .variant-overview,  
.product-variant-line .variant-picture + .variant-overview {
	width: auto;
	float: none;
}
.variant-picture + .variant-overview {
	margin: 0 0 0 185px;
}

.product-tags-list li,
.product-tags-list li a {
	line-height: 32px;
	display:inline-block;
}

/* REVIEW PAGE */

.write-review input[type="text"],
.write-review textarea {
	width: 300px !important;
}
.review-rating ul {
	width: 300px;
}

/* QUICK TABS */

.ui-tabs .ui-tabs-nav {
	float: none;
	background: none;
}
.ui-tabs .ui-tabs-nav li {
	 background-color: #1f1f1f;
	 overflow: hidden;
}
.ui-tabs .ui-tabs-nav li:first-child {
	background: #1f1f1f;
	border-radius: 5px 0 0 0;
}
.ui-tabs .ui-tabs-nav li:last-child {
	border-radius: 0 5px 0 0;
}
.ui-tabs .ui-tabs-nav li a {
	background: url(/Themes/Jewelry/Content/img/responsive-navpad.png) top repeat-x;
	text-align: center;
	display: block;
	height: auto;
	line-height: 42px;
	-webkit-transition: color .07s ease-in-out;
	-moz-transition: color .07s ease-in-out;
	-o-transition: color .07s ease-in-out;
	transition: color .07s ease-in-out;
	border-radius: 0 !important;
}
.ui-tabs .ui-tabs-nav li a:hover {
	background: url(/Themes/Jewelry/Content/img/responsive-navpad.png) bottom repeat-x;
}

/* ATTRIBUTES & COLOR SQUARES */

.attributes label {
	display: inline-block;
	line-height: 32px;
	cursor: pointer;
}
.color-squares li {
	margin-left: 3px;
}
.color-squares li:first-child {
	margin-left: 0;
}
.color-squares label {
	line-height: 28px;
}
.color-squares .color {
	width: 28px;
	height: 28px;
	border-radius: 3px;
}

/* SEARCH PAGE */

.basic-search input[type="text"] {
	width: 300px;
}
.search-input .inputs.reversed label {
	display: inline-block;
	line-height: 33px;
}
.advanced-search .inputs {
	padding-left: 30px;
}
.advanced-search input[type="text"] {
	height: 18px;
}
.search-input input[type="submit"] {
	padding: 12px 36px;
}

/* GIFTCARD */

.giftcard label {
	line-height: 32px;
}
.giftcard input[type="text"], .giftcard textarea {
	padding: 3px;
	line-height: 24px;
}
.giftcard input[type="text"] {
	height: 24px;
}

/* REGISTRATION PAGE */

.registration-result-page .buttons {
	top: 17px;
}

/* MY ACCOUNT */

#check-availability-button {
	margin: 10px 0 0;
	padding: 10px;
}
.registration-page .inputs label, .account-page .inputs label {
	margin-bottom: 5px;
}
.registration-page input[type="submit"], .registration-result-page input[type="button"], .login-page input[type="submit"], .login-page input[type="button"], .account-page .button-1, .password-recovery-page .button-1 {
	padding: 10px 20px;
}
.account-page .button-2 {
	padding: 10px 20px;
	font-size: 14px;
}
.account-page input[type=file] {
	padding: 10px;
}

/* SHOPPING CART */

.cross-sells .item-box {
	width: 228px;
}

.order-summary-content .addon-buttons {
	margin: 0;
	width: 210px;
}
.addon-buttons > img {
    display: block;
    margin: 5px auto 10px;
}

/* SHOPPING CART */

.cart-footer .totals {
	width: 220px;
}
.cart-collaterals {
	width: auto;
}
.cart-collaterals .deals {
	width: auto;
	margin-right: 10px;
}
.cart-collaterals .coupon-box,
.cart-collaterals .giftcard-box {
	width: 144px;
}
.cart-collaterals input[type="submit"] {
	padding: 8px 10px;
	display: block;
	margin-top: 5px;
}
.cart-footer .checkout-button {
	padding: 10px;
}

/* CHECKOUT PAGE */

.address-grid .address-item {
	width: 33.33%;
	padding: 0.8%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	.address-grid .address-box {
		min-height: 220px;
	}
	.checkout-data input[type="submit"], .checkout-data input[type="button"] {
		padding: 10px;
		font-size: 14px;
	}
	.checkout-data input[name=nextstep] {
		padding: 10px 25px !important;
	}
.order-details-page .page-title a {
	padding: 8px 12px;
}
.order-details-page .print-order-button {
	right: 100px;
}

.order-details-page .actions input[type=button] {
	padding: 9px 12px;
	float: none;
}

/* EU COOKIE LAW */

[aria-describedby="dialog-eu-cookie-law"] button {
	padding: 7px 21px;
}
[aria-describedby="dialog-eu-cookie-law"] .ui-dialog-titlebar button {
	padding: 12px;
}

/* WISHLIST */

.wishlist-page .buttons input[type="button"], 
.wishlist-page .buttons input[type="submit"], 
.checkout-page .common-buttons input[type="submit"] {
	padding: 10px;
}

/* COMPARE LIST */

.compare-products-page .clear-list {
	padding: 7px 14px;
}
.compare-products-page input[type="button"] {
	padding: 9px 18px;
}

/* PASSWORD RECOVERY */

.password-recovery-page label {
	text-align: left;
	width: 100% !important;
	margin-bottom: 5px;
}

/* CONTACT PAGE */

.contact-page .inputs, 
.email-a-friend-page .inputs {
	padding: 0;
}
.contact-page .buttons,
.email-a-friend-page .buttons {
	padding: 0 0 0 84px;
}
.contact-page input[type="submit"],
.email-a-friend-page input[type="submit"] {
	padding: 10px 24px;
}
.contact-page textarea {
	width: 385px;
}

/* SITEMAP */

.sitemap-page .entity > * {
	padding: 10px;
}
.sitemap-page li {
	padding-left: 10px;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}
.sitemap-page a {
	line-height: 32px;
	display: block;
	text-align: left;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
}
.sitemap-page li:active,
.sitemap-page li:hover {
	background: #eee;
}

/* NEWS */

.news-list-page .read-more, .news-list-homepage .read-more {
	padding: 8px 16px;
}

.news-item-page .new-comment label {
	margin: 0 0 8px;
	width: 100%;
	text-align: left;
}
.news-item-page textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
}
.news-item-page .buttons {
	padding: 0 10px;
	text-align: right;
}

.news-list-homepage .view-all a {
	display: inline-block;
	line-height: 32px;
}

/* VENDORS */

.vendor-list li a {
	padding: 4px 12px;
}

/* FOOTER */

.footer .footlist {
	width: 181px;
	margin-left: 14px;
}
.footer .footlist li {
	font-size: 12px;
}
.footer .footlist .title {
	font-size: 14px;
}
.footer .footlist a {
	display: inline-block;
	padding: 7px 0 7px 10px;
	font-size: 12px;
	line-height: 13px;
}
.footer-contacts li {
	padding: 4px 0 3px 27px
} 
.footer .footbox.newsletter {
	width: 177px;
}
.footer input.newsletter-text {
	width: 130px;
}
.footer .footbox.pay-options img {
	margin-right: 3px;
}

.bottomline {
	height: auto;
	background: url(/Themes/Jewelry/Content/img/responsive-bottom.png) top repeat-x;
}
.footer-storetheme {
	padding-top: 2px;
}
.footer-storetheme select {
	height: auto;
}

}
/*
* Copyright 2012 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ajaxFilters {
    border-radius: 5px;
}
.filtersTitlePanel {
	display: none;
}
.clearFilterOptionsAll {
	float: right;
	cursor: pointer;
}
.filter-block a.toggleControl {
	cursor: pointer;
}
.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter {
	float: right;
	font: normal 11px/18px Tahoma, Geneva, sans-serif;
	text-transform: lowercase;
	color: #000;
	cursor: pointer;
}
.filter-block a.clearFilterOptions:hover {
	color: #b68c65;
}
.filtersGroupPanel {
	padding: 10px 0 0;
	line-height: 16px;
}

/* PRICE RANGE SLIDER */

.priceRangeMinMaxPanel {
	height: 30px;
    overflow: hidden;	
    padding: 0 10px;
    font: normal 11px Tahoma, Geneva, sans-serif;
    color: #666;
}
.priceRangeMinPanel {
    float: left;
}
.priceRangeMaxPanel {
    float: right;
}
.ui-slider {
	position: relative;
	height: 5px;
	margin: 0 10px 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa #d2d2d2 #e3e3e3;
	border-radius: 3px;
    background: #ccc;   
}
.ui-slider-range {
	height: 5px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Jewelry/Content/images/filter_foreground.png) repeat-x;
    padding: 0;
    position: absolute;
}
.ui-slider-handle {
	position: absolute;
    top: -8px !important;
	width: 22px !important;
	height: 22px !important;
	margin-left: -11px !important;
	border: none !important;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Jewelry/Content/images/scale_knob.png) no-repeat !important;
	cursor: pointer !important;
    padding: 0 !important;
}
.priceRangeCurrentPricesPanel {
	overflow: hidden;
	font: bold 12px Tahoma, Geneva, sans-serif;
    color: #555;
}
.priceRangeCurrentPricesPanel .currentMinPrice {
    float: left;
}
.priceRangeCurrentPricesPanel .currentMaxPrice {
    float: right;
}

/* CHECKBOX MODE */

    .filtersGroupPanel ul,
    .filtersGroupPanel li {
        padding: 0;
    }
    .filtersGroupPanel li {
        margin-top: 2px;
    }
        .filtersGroupPanel li:first-child {
            margin-top: 0;
        }
    .filtersGroupPanel li a {
        display: block;
        padding: 5px 0 5px 26px;
        line-height: 1.2;
        position: relative;
        font-size: 12px !important;
    }
    .filtersGroupPanel li a:before {
        content: " ";
        display: inline-block;
        width: 8px;
        height: 8px;
        border: 1px solid #333;
        position: absolute;
        top: 50%;
        left: 8px;
        margin: -5px 0 0;
    }
    .filtersGroupPanel li a.filterItemSelected {
        background: #f6f6f6;
    }
        a.filterItemSelected:before {
            background:url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/selected.png) no-repeat center;
        }
    a.filterItemSelectedDisabled:before {
        background:url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/selected.png) no-repeat center;
    }
    a.filterItemDisabled,
    a.filterItemSelectedDisabled {
        opacity: 0.4;      
        cursor: default !important;  
    }

/* COLOR SQUARE ATTRIBUTES */

.colorOptions .color-container {
    position: absolute;
    top: 50%;
    margin: -4px 0 0;
    left: 9px;
    overflow: hidden;
    width: 8px;
    height: 8px;
}
    .colorOptions .color {
        width: 8px;
        height: 8px;
        display: block;
    }
.colorOptions a.filterItemSelected .color {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/selected.png) center no-repeat;
}
.colorOptions a.filterItemDisabled,
.colorOptions a.filterItemSelectedDisabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.colorOptions .defaultColor {
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #000000), color-stop(100%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* IE10+ */
	background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* NO RESULTS POPUP */

.ajaxFilters.k-window {
	position: absolute;
	z-index: 10001;
	height: auto !important;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px #ccc;
	background: #fff;
	padding: 1px !important;
}
.ajaxFilters .k-window-titlebar {
	margin: 0 !important;
	border-bottom: 1px solid #999;
	background: #bbb url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Jewelry/Content/images/button1.png) top repeat-x;
	padding: 8px;
}
.ajaxFilters .k-window-titlebar span {
	font-size: 16px;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}
.ajaxFilters .k-window-actions {
	position: absolute;
	top: 10px;
	right: 10px;
}
.ajaxFilters .k-window-actions a {
	display: block;
}
.ajaxFilters .k-window-actions .k-icon {
	display: block;
    width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	border-radius: 9px;
	background: #333 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/button-close-hover.png) no-repeat center;
    box-shadow: 0 0 1px #999 inset;
	font-size: 0;
}
.ajaxFilters .k-window-actions .k-icon:hover {
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/button-close.png) no-repeat center;
}
.ajaxFilters .k-window-content {
	min-width: inherit !important;
	min-height: inherit !important;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/separator.png) top repeat-x;
	padding: 15px;
	line-height: 18px;
	color: #555;
}

/* PRODUCT GRID SELECTORS */

.jDropDown {
	position: relative;
	float: left;
	border: 1px solid #bbb;
	border-bottom: 1px solid #ccc;
	border-radius: 3px;
	margin: 0 10px;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Jewelry/Content/images/input1.png) repeat-x;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #444;
	cursor: pointer;
}
.product-viewmode .jDropDown {
	width: 90px;
}
.product-sorting .jDropDown {
	width: 130px;
}
.product-page-size .jDropDown {
	width: 50px;
}
.jDropDown > div {
	background:url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Jewelry/Content/images/arrowDown.png) right center no-repeat;
	padding: 4px 30px 4px 4px;
}
.jDropDown ul {
	display: none;
	position: absolute;
	z-index: 100;
	top: 20px;
	left: -1px;
	width: 100%;
	border: 1px solid #bbb;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background: #fff;
	padding: 3px 0;
}
.jDropDown li:hover,
.jDropDown li.selected {
	background: #eee;
	color: #333;
}
.jDropDown li {
	border-top: 1px dotted #ccc;
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #666;
	cursor: pointer;
}
.jDropDown li.selected a {
}
.jDropDown li > * {
	display: block;
	padding: 4px;
	color: #555;
    cursor: pointer;
}

/* DROPDOWN MODE */

.filter-block .jDropDown {
	width: 160px;
}
.grid-display-options .filtersDropDownPanel {
    margin-left: 95px;
    margin-right: 0;
}
.grid-display-options .filtersDropDownPanel:first-child {
    margin-left: 0;
}
.filtersDropDownPanel > span {
	float: left;
	line-height: 25px;
}
.filtersDropDown.jDropDown {
	float: none;
	width: 99%;
    margin: 0;
}
.filtersDropDown li {
	margin-top: 0px;
}
.filtersDropDown.jDropDown li a {
	padding: 5px;
}
.filtersDropDown a.filterItemDisabled,
.filtersDropDown a.filterItemDisabledSelected {
	display: none;
}

.filtersGroupPanel.filtersDropDownPanel li a:before {
    display: none;
}
    
/* AJAX LOADER */

.productPanelAjaxBusy {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/images/ajaxLoader.gif) no-repeat 50% 50%;
    filter: Alpha(opacity = 70);
    opacity: 0.7;
    z-index: 2;
}

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (max-width: 980px) and (min-width: 769px) {

    .product-selectors > div > span {
        line-height: 32px;
    }
    .product-viewmode .jDropDown {
        height: 30px;
    }
    .jDropDown > div {
        height: 22px;
        line-height: 22px;
    }
    .jDropDown ul {
        top: 28px;
    }
    .jDropDown li > * {
        padding: 9px 5px;
    }

    .priceRangeMinMaxPanel {
        height: 20px;
        padding: 0 5px;
    }
    .ui-slider {
        margin: 15px 10px;
    }
    .ui-slider-handle {
        top: -13px !important;
        height: 32px !important;
        background-position: left center !important;
    }

    .block .title {
        position: relative;
    }
    
    .filter-block a.clearFilterOptions,
    .filter-block a.clearPriceRangeFilter {
        position: absolute;
        right: 0;
        top: 0;
        padding: 12px 5px;
    }

    .filtersGroupPanel li a {
        padding: 9px 0 9px 30px;
    }
    .filtersGroupPanel li a:before {
        width: 13px;
        height: 13px;
        left: 8px;
        margin: -8px 0 0;
    }

    .filtersDropDown.jDropDown li a {
	    padding: 9px;
    }

/* COLOR SQUARES */

    .colorOptions .color-container {
        margin: -7px 0 0;
        left: 9px;
        width: 13px;
        height: 13px;
    }
    .colorOptions .color {
        width: 13px;
        height: 13px;
    }

}



/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (max-width: 768px) and (min-width: 481px) {

    .filtersPanel {
        display: block !important;
    }
    .filtersGroupPanel {
        padding: 0 15px 45px;
        display: none;
    }
    .filter-block a.clearPriceRangeFilter, .filter-block a.clearFilterOptions {
        position: absolute;
        bottom: 10px;
        right: 50%;
        margin-right: -27px;
        line-height: 13px;
        text-transform: uppercase;
        float: none;
        border-top: 1px dotted #ddd;
        padding: 5px 8px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 3px;
        background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Jewelry/Content/images/button5.png) top repeat-x;
        box-shadow: inset 0 1px 0 #f6f6f6;
        color: #333;
        text-shadow: 1px 1px 0 #fff;
    }
        .filter-block a.clearPriceRangeFilter:active,
        .filter-block a.clearFilterOptions:active {
            background-position: bottom;
        }
    .nopAjaxFilters7Spikes .block .title a.toggleControl {
        background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Jewelry/Content/images/filter_icon.png) no-repeat 97% center;
    }

    .product-selectors > div > span {
        line-height: 32px;
    }
    .jDropDown {
        display: inline-block;
        float: none !important;
    }
    .product-viewmode .jDropDown {
        height: 30px;
    }
    .jDropDown > div {
        height: 22px;
        line-height: 22px;
    }
    .jDropDown ul {
        top: 28px;
    }
    .jDropDown li > * {
        padding: 9px 5px;
    }

    .priceRangeMinMaxPanel {
        height: 20px;
        padding: 0 5px;
    }
    .ui-slider {
        margin: 15px 10px;
    }
    .ui-slider-handle {
        top: -13px !important;
        height: 32px !important;
        background-position: left center !important;
    }

    .filtersGroupPanel li a {
        padding: 9px 0 9px 30px;
    }
    .filtersGroupPanel li a:before {
        width: 13px;
        height: 13px;
        left: 8px;
        margin: -8px 0 0;
    }

    .filtersDropDown.jDropDown li a {
	    padding: 9px;
    }

/* COLOR SQUARES */

    .colorOptions .color-container {
        margin: -7px 0 0;
        left: 9px;
        width: 13px;
        height: 13px;
    }
    .colorOptions .color {
        width: 13px;
        height: 13px;
    }

/* THEME SPECIFIC */

    .side-2 > .block:nth-of-type(2n) {
        clear: both;
        margin: 0 1.4% 1.4% 0;
    }
    .side-2 > .block:nth-of-type(2n+1) {
        clear: none;
        margin: 0 0 1.4%;
    }

}



/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media all and (max-width: 768px) {

.nopAjaxFilters7Spikes {
	overflow: hidden;
	margin: 30px 0 24px;
}
}

@media all and (max-width: 480px) {

    .filtersPanel {
        display: block !important;
    }
    .filtersGroupPanel {
        padding: 0 15px 45px;
        display: none;
    }
    .filter-block a.clearPriceRangeFilter,
	.filter-block a.clearFilterOptions {
        position: absolute;
        bottom: 10px;
        right: 50%;
        margin-right: -27px;
        line-height: 13px;
        text-transform: uppercase;
        float: none;
        border-top: 1px dotted #ddd;
        padding: 5px 8px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 3px;
        background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Jewelry/Content/images/button5.png) top repeat-x;
        box-shadow: inset 0 1px 0 #f6f6f6;
        color: #333;
        text-shadow: 1px 1px 0 #fff;
    }
        .filter-block a.clearPriceRangeFilter:active,
        .filter-block a.clearFilterOptions:active {
            background-position: bottom;
        }
    .nopAjaxFilters7Spikes .block .title a.toggleControl {
        background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Jewelry/Content/images/filter_icon.png) no-repeat 97% center;
    }

    .product-selectors > div > span {
        line-height: 32px;
    }
    .product-sorting .jDropDown {
        float: none;
        display: inline-block;
    }
    .product-viewmode .jDropDown {
        height: 30px;
    }
    .jDropDown > div {
        height: 22px;
        line-height: 22px;
    }
    .jDropDown ul {
        top: 28px;
    }
    .jDropDown li > * {
        padding: 9px 5px;
    }

    .priceRangeMinMaxPanel {
        height: 20px;
        padding: 0 5px;
    }
    .ui-slider {
        margin: 15px 10px;
    }
    .ui-slider-handle {
        top: -13px !important;
        height: 32px !important;
        background-position: left center !important;
    }

    .filtersGroupPanel li a {
        padding: 9px 0 9px 30px;
    }
    .filtersGroupPanel li a:before {
        width: 13px;
        height: 13px;
        left: 8px;
        margin: -8px 0 0;
    }

    .filtersDropDown.jDropDown li a {
	    padding: 9px;
    }

/* COLOR SQUARES */

    .colorOptions .color-container {
        margin: -7px 0 0;
        left: 9px;
        width: 13px;
        height: 13px;
    }
    .colorOptions .color {
        width: 13px;
        height: 13px;
    }

}
/*
* Copyright 2012 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

span.search-box-text {
	float: left;
	border-radius: 5px 0 0 5px;
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/Themes/Jewelry/Content/images/input1.png) top repeat-x;
}
input.search-box-text {
    width: 370px !important;
	background: none;
}
input.instant-search-busy {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif) 365px center no-repeat !important;
}
input.search-box-text.narrow {
	width: 240px !important;
}
input.instant-search-busy.narrow {
	background-position: 238px center !important;
}

/* AUTOCOMPLETE */

.instantSearch {
    width: 370px !important;
	height: auto !important;
	margin-top: -4px;
	border: 1px solid #333;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background: #f6f6f6;
	padding: 10px !important;
}
.instantSearch.resize {
	width: 392px !important;
	margin-top: 0;
	border-radius: 5px;
}
.instantSearch .k-list-container {
	position: static !important;
	width: auto !important;
    height: auto !important;
}
.instant-search-item {
	margin-top: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow: hidden;
    background: #e6e6e6;
	box-shadow: inset 0 0 10px #d6d6d6;
    padding: 10px;
    cursor: pointer;
}
li:first-child .instant-search-item {
	margin-top: 0;
}
.instantSearch .k-state-hover .instant-search-item, 
.instantSearch .k-state-focused .instant-search-item {
	border-color: #bbb;
    background: #e0e0e0;
}
.instant-search-item .img-block {
	float: left;
    width: 70px;
    height: 70px;
	border: 1px solid #ccc;
	overflow: hidden;
	background: #fff;
}
.instant-search-item .detail {
    margin-left: 80px;
	text-shadow: 1px 1px 0 #eee;
    line-height: 17px;
}
.instant-search-item .detail .title {
	margin-bottom: 5px;
	font: normal 16px "Times New Roman", Times, serif;
	color: #b68c65;
}
.instant-search-item .detail .price {
	font-size: 14px;
	color: #444;
}



/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (max-width: 980px) and (min-width: 769px) {

    input.search-box-text {
        width: 270px !important;
    }
	input.search-box-text.narrow {
		width: 200px !important;
	}
	input.instant-search-busy.narrow {
		background-position: 188px center !important;
	}
    .instantSearch {
        width: 260px !important;
    }
	.instantSearch.resize {
		width: 342px !important;
	}

}



/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (max-width: 768px) and (min-width: 481px) {

    input.search-box-text {
        width: 334px !important;
    }
	input.instant-search-busy.narrow {
		background-position: 228px center !important;
	}
    .instantSearch {
        width: 324px !important;
    }
	.instantSearch.resize {
		width: 382px !important;
	}

}



/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media all and (max-width: 480px) {

    .search-box {
        display: inline-block;
        width: auto !important;
        margin: 0 !important;
    }
    input.search-box-text {
        width: 235px !important;
    }
	input.search-box-text.narrow {
		width: 200px !important;
	}
	input.instant-search-busy.narrow {
		background-position: 176px center !important;
	}
	#instant-search-categories {
		width: 35px;
	}
    .instantSearch {
        width: 213px !important;
    }
	.instantSearch.resize {
		width: 245px !important;
	}
	.instantSearch .img-block {
		display: none;
	}
	.instantSearch .detail {
		margin: 0;
	}
    .instant-search-item .detail .title {
        font-size: 14px;
    }
    .instant-search-item .detail .price {
        font-size: 12px;
    }

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.mega-menu-responsive,
.back-button {
    display: none;
}

/* DROPDOWN */

    .mega-menu .dropdown {
        display: none;
        position: absolute;
        background: #4e4e4e;
        overflow: hidden;
        padding: 10px 5px;
        border-radius: 0 5px 5px 5px;
        box-shadow: 0 3px 3px #666;
        z-index: 1001;
    }
        .mega-menu .dropdown.fullWidth {
            left: 0;
            width: 970px;
            border-radius: 5px;
        }
    .mega-menu > li:first-child .dropdown {
        border-radius: 5px;
    }
    .mega-menu .dropdown.fullWidth > div {
        background: #fff;
        margin: 0 5px;
        border-radius: 5px;
        border: 1px solid #ddd;
        box-shadow: inset 0 0 5px #ddd;
    }

/* ROWS AND BOXES */

.mega-menu .row {
    overflow: hidden;
}
.mega-menu .box {
    float: left;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0 0 5px #ddd;
}
.mega-menu .categories .box,
.mega-menu .topic-wrapper .box {
    width: 215px;
    margin: 0 0 0 5px;
}
.mega-menu .categories .box:first-child,
.mega-menu .topic-wrapper .box:first-child {
    margin: 0;
}
.mega-menu .manufacturers .box {
    width: 215px;
}
.mega-menu .manufacturers.fullWidth .box {
    width: 139px;
}
.mega-menu .fullWidth .box {
    background: none;
    border: none;
    box-shadow: none;
}
.mega-menu .title {
    display: block;
    background: #f0f0f0 url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Jewelry/Content/images/boxhead1.png) repeat-x;
    margin-bottom: 10px;
    padding: 5px 10px;
    font: italic normal 18px/20px "Times New Roman",Times,serif;
    color: #b68c65;
    text-shadow: 1px 1px 0 #fff;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
}
    .mega-menu .title strong {
        font-weight: normal;
    }
    .mega-menu .title a {
        display: block;
        color: #b68c65;
    }
.mega-menu .picture {
    float: left;
}
    .mega-menu .picture a {
        display: block;
        width: 90px;
        height: 90px;
        overflow: hidden;
    }
.mega-menu .box .subcategories {
    margin: 0 0 0 100px;
}
.mega-menu .box li:hover {
    background: #f6f6f6;
}
.mega-menu .box li a {
    display: block;
    padding: 5px 5px 5px 10px;
    font: normal normal 12px Tahoma, Geneva, sans-serif;
    color: #666 !important;
}
    .mega-menu .box li:hover a {
        color: #c79d76 !important;
    }
.mega-menu a.view-all {
    color: #eee !important;
    font-weight: bold !important;
    background: none;
}
.mega-menu .manufacturer span {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}
.mega-menu li a.manufacturer {
    text-align: center;
}
.mega-menu .topic-wrapper p {
    margin-bottom: 10px;
    font: normal normal 11px/18px Tahoma, Geneva, sans-serif;
}
.mega-menu .topic-wrapper strong {
    display: block;
    background: #f0f0f0 url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Jewelry/Content/images/boxhead1.png) repeat-x;
    margin-bottom: -4px;
    padding: 5px 10px;
    font: italic normal 18px/20px "Times New Roman",Times,serif;
    color: #b68c65;
    text-shadow: 1px 1px 0 #fff;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
}


/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (max-width: 980px) and (min-width: 769px) {

    .mega-menu {
        display: none;
    }

}


/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (max-width: 768px) and (min-width: 481px) {

    .mega-menu {
        display: none;
    }

}


/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media all and (max-width: 480px) {

    .mega-menu {
        display: none;
    }

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.productQuantityTextBox {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.ajaxCart {
    position: absolute;
    z-index: 10002;
    padding: 1px !important;
    background: #fff;
    box-shadow: 0 1px 3px #666;
}
    .ajaxCart li {
        list-style: none;
    }

    .ajaxCart .k-window-titlebar.k-header {
        margin: 0 !important;
        padding: 10px;
        border-bottom: 1px solid #999;
        background: #bbb url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button1.png) top repeat-x;
    }

        .ajaxCart .k-window-titlebar.k-header .k-window-actions {
            position: absolute;
            top: 9px;
            right: 10px;
            font-size: 0;
            z-index: 1;
        }

            .ajaxCart .k-window-titlebar.k-header .k-window-actions a {
                display: block;
                width: 16px;
                height: 16px;
                border: 1px solid #ccc;
                background: #333 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close-hover.png) center no-repeat;
                box-shadow: 0 0 1px #999 inset;
                font-size: 0;
            }

                .ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover {
                    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close.png) center no-repeat;
                }

.productAddedToCartWindow, .miniProductDetailsView {
    padding: 15px 10px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/separator.png) 0 -1px repeat-x;
    color: #555;
    line-height: 18px;
}

/* PRODUCT ADDED TO CART WINDOW */

.productAddedToCartWindowTitle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #eee;
}

.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0;
    width: 120px;
    text-align: center;
}

    .productAddedToCartWindowImage a {
        display: block;
        overflow: hidden;
        line-height: 0;
    }
    .productAddedToCartWindowImage img {
        max-width: 100%;
    }

.productAddedToCartWindowDescription {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}

    .productAddedToCartWindowDescription h1 {
        margin: 0 0 10px;
        color: #333;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
    }

        .productAddedToCartWindowDescription h1 a {
            color: #333;
        }

    .productAddedToCartWindowDescription strong {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .productAddedToCartWindowDescription span {
        display: block;
        margin-bottom: 3px;
        color: #666;
    }

.productAddedToCartWindowSummary {
    clear: both;
    padding: 10px;
    border-top: 1px dotted #ccc;
    text-align: center;
}

    .productAddedToCartWindowSummary a {
        display: block;
		font-size: 14px;
        text-transform: uppercase;
    }

    .productAddedToCartWindowSummary div {
        margin-top: 10px;
    }

.ajaxCart .addProductToCartErrors {
    padding: 10px;
}

/* MINI PRODUCT DETAILS VIEW */

.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView {
    background-color: #f6f6f6;
}

    .miniProductDetailsView h1 {
        margin-bottom: 10px;
        color: #333;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        text-shadow: 1px 1px 0 #eee;
    }

    .miniProductDetailsView .product-name {
        position: absolute;
        top: 9px;
        left: 15px;
        width: 260px;
        height: 17px;
        overflow: hidden;
    }

    .miniProductDetailsView .product-essential {
        margin: 0;
        overflow: hidden;
    }

    .miniProductDetailsView .short-description {
        margin-bottom: 10px;
        padding-top: 0;
        border-top: none;
        width: 250px;
    }

    .miniProductDetailsView .product-essential .gallery {
        margin: 0 20px 0 0;
        width: auto !important;
        float: left;
        overflow: hidden;
    }

    .miniProductDetailsView .product-essential .picture {
        overflow: hidden;
        width: auto !important;
        height: auto !important;
        line-height: normal !important;
    }

        .miniProductDetailsView .product-essential .picture img {
            z-index: 0 !important;
        }

    .miniProductDetailsView .product-variant-line {
        margin: 0;
    }

    .miniProductDetailsView .prices {
        margin-bottom: 10px;
    }

    .miniProductDetailsView .customer-entered-price {
        margin-bottom: 10px;
    }

    .miniProductDetailsView .enter-price-input {
        padding: 4px;
        width: 69px;
    }

    .miniProductDetailsView .giftcard {
        padding: 10px 15px;
        background: #fff;
        margin: 0;
    }
    .miniProductDetailsView .product-collateral {
        margin-top: 10px;
    }

    .miniProductDetailsView .message-error {
        display: block;
        float: right;
        clear: both;
        margin: 10px 0 0 0;
        color: #c00;
        font-weight: bold;
        font-size: 14px;
    }

    .miniProductDetailsView .message-error li {
        margin: 5px 0;
    }

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    /*filter: alpha(opacity=50);*/
}

.nopAjaxCartPanelAjaxBusy, .miniProductDetailsPanelAjaxBusy {
    position: absolute;
    z-index: 1003;
    width: auto;
    height: auto;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/loader.gif) no-repeat fixed 50% 50%;
    opacity: 0.7;
    /*filter: Alpha(opacity = 70);*/
}

.addProductVariantToCartErrors {
    color: #c00;
}
    .addProductVariantToCartErrors ul {
        margin: 20px;
    }
.addProductVariantToCartErrors li {
    margin: 0 0 10px 0;
}
.item-box input.productQuantityTextBox {
    width: 24px;
    margin: 0 8px 0 0;
    border-radius: 5px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Jewelry/Content/img/input1.png) top repeat-x;
    padding: 6px 3px;
    font: normal 16px Verdana, Geneva, sans-serif;
    color: #444;
    height: 16px;
}
.item-box input.nopAjaxCartProductListAddToCartButton {
    width: 100px !important;
    float: left;
}

.bestsellers .item-box input.nopAjaxCartProductListAddToCartButton {
    width: 100px !important;
    float: left;
}
.home-page-product-grid input.productQuantityTextBox {
    height: 21px;
}
.home-page-product-grid .item-box input.nopAjaxCartProductListAddToCartButton {
    width: 100px !important;
}
.cross-sells .item-box input.nopAjaxCartProductListAddToCartButton {
    width: 100px !important;
}
.ajaxCart {
    border-radius: 5px;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
    border-radius: 9px;
}
.ajaxCart div.k-window-content {
    padding: 15px;
}
.ajaxCart .product-details-page {
    margin-bottom: 0;
    padding-top: 0;
}

.ajaxCart .product-essential .gallery .picture:before {
    display: none;
}
.ajaxCart .product-essential .gallery .picture img {
    position: static;
}

.ajaxCart .product-details-page .overview {
    width: inherit;
    margin: 0;
}
.ajaxCart .product-details-page .add-info {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.ajaxCart .order-line .product-price,
.productAddedToCartWindowDescription strong{
    color:#b68c65;
}
.productAddedToCartWindowDescription strong {
    font: italic bold 18px "Times New Roman", Times, serif;
}
.productAddedToCartWindowSummary a {
    color: #333;
}
.productAddedToCartWindowSummary a:hover {
	color: #b68c65;
}
.productAddedToCartWindowCheckout {
    height: 42px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Jewelry/Content/img/button2.png) top repeat-x;
    text-align: center;
    font: normal normal 20px/38px 'kepler_b';
    color: #b68c65;
    text-transform: uppercase;
    text-shadow: -1px -1px 0px #111;
    border: 2px solid #999;
    border-radius: 5px;
    box-shadow: inset 0 0 5px #000;
    cursor: pointer;
    padding: 0 32px;
}
.productAddedToCartWindowCheckout:hover {
	background-position: bottom;
}

/*.miniProductDetailsView .product-variant-name {
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Jewelry/Content/img/bullet1.png) left center no-repeat;
	padding-left: 30px;
	font: normal 24px 'kepler_eid';
	color: #B68C65;
}*/ /*this is the theme style for titles, to be implemented later*/

.miniProductDetailsView input[type="text"] {
	padding: 9px 7px;
    font: normal bold 13px Verdana, Geneva, sans-serif;
}
.miniProductDetailsView .add-to-cart {
    overflow: hidden;
}
.miniProductDetailsView .add-to-cart > * {
    margin-right: 5px;
}
.miniProductDetailsView .prices {
    margin-bottom: 10px;
}
.miniProductDetailsView .product-price {
	font: italic bold 18px "Times New Roman", Times, serif;
    color: #b68c65;
}


/**** Added by Ivan ****/

.ajax-cart-button-wrapper {
    display: inline-block;
}

/* RELATED AND CROSS SELL */

.ajaxCart .product-grid {
    text-align: center;
    background: #f6f6f4;
    box-shadow: 0 2px 2px 0 #ccc;
    width: 400px;
    margin: 10px 0 0;
}

.ajaxCart .product-grid .title {
    margin: 0;
    padding: 10px;
    background: none;
    font: normal 18px 'kepler_eid';
    text-align: center;
}
    .ajaxCart .product-grid .title strong {
        display: block;
    }

.ajaxCart .product-grid .item-grid {
    padding: 0 5px;
    margin: 0;
    background: none;
    border: none;
}
.ajaxCart .product-grid .item-box {
    margin: 0 5px 10px;
    text-align: center;
    height: 140px;
    min-height: 0;
    width: 120px;
    padding: 0;
    overflow: hidden;
}
    
.ajaxCart .product-grid .item-box .picture a {
	width: 85px;
	height: 85px;
	margin: 0 auto;
}

.ajaxCart .product-grid .product-item .description,
.ajaxCart .product-grid .product-item .product-rating-box {
	display: none;
}
.ajaxCart .product-grid .product-item .picture {
	height: 85px;
	margin: 10px 0;
}
.ajaxCart .product-grid .picture img {
    vertical-align: inherit;
}
.ajaxCart .also-purchased-products-grid .item-box {
    margin-left: 6px;
}

.ajaxCart .product-grid .item-box .product-title {
	padding: 0 5px;
	font-size: 11px;
	line-height: 1.2;
	height: 27px;
}
    .ajaxCart .product-grid .item-box .product-title a {
	    display: block;
    }

.ajaxCart .product-grid .product-item .add-info {
    display: none;
}

.ajaxCart .product-grid .product-item .add-info .prices {
	position: relative;
	text-align: center;
	top: 0;
	left: 0;
	margin: 6px 0;
}
.ajaxCart .product-grid .product-item .add-info .buttons {
	position: relative;
	text-align: center;
	top: 0;
	left: 0;
}
.ajaxCart .product-grid .product-item .add-info .buttons * {
	float: none;
}
.ajaxCart .product-grid .grid-header {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ajaxCart .item-box .quick-view-button {
    display: none !important;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}

.product-list .ribbon-wrapper {
    float: left;
}

    /* ribbon positioning */

        .ribbon-position {
            font-size: 0;
            line-height: 0;
            position: absolute;
            z-index: 1;
            -webkit-transition: all .15s ease-in-out;
            -moz-transition: all .15s ease-in-out;
            -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
        }

        .ribbon-position.top-left {
            top: 0;
            left: 0;
        }
        .ribbon-position.top-right {
            top: 0;
            right: 0;
        }
        .ribbon-position.bottom-left {
            bottom: 0;
            left: 0;
        }
        .ribbon-position.bottom-right {
            bottom: 0;
            right: 0;
        }
        .ribbon-position.top-middle {
            top: 0;
            left: 0;
            right: 0;
            text-align: center;
        }
        .ribbon-position.right-middle,
        .ribbon-position.left-middle {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            text-align: right;
        }
        .ribbon-position.bottom-middle {
            bottom: 0;
            left: 0;
            right: 0;
            text-align: center;
        }
        .ribbon-position.left-middle {
            text-align: left;
        }
        .ribbon-position.center {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            text-align: center;
        }
        .ribbon-position.right-middle:before,
        .ribbon-position.left-middle:before,
        .ribbon-position.center:before {
            content: " ";
            display: inline-block;
            height: 100%;
            width: 0;
            vertical-align: middle;
        }

    /* ribbon wrapping element */

        .product-ribbon {
            display: inline-block;
            vertical-align: middle;
            position: relative;
        }

    /* ribbon label without image*/

        .ribbon-text {
            font-size: 12px;
            line-height: normal;
        }

    /* ribbon label with image */

        .ribbon-image-text {
            font-size: 12px;
            line-height: normal;
            position: absolute;
            top: 0;
            left: 0;
        }
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 980px) {

    .product-details-page .ribbon-wrapper {
        display: inline-block;
        max-width: 100%;
    }

}

@media all and (max-width: 480px) {

    .product-list .ribbon-wrapper {
        float: none;
    }

}


/********* START BUTTON *********/



.quick-view-button {
    position: absolute;
	z-index: 2;
}
.quick-view-button a {
    display: block;
	padding: 6px 12px;
    text-align: center;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: inherit;
    cursor: pointer;
}
.quickViewData {
    display: none;
}


/********* SCREEN OVERLAY & DATA LOADER *********/



.k-overlay {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  /*filter: alpha(opacity=50);*/
}
.quickView .k-loading-mask {
	position: absolute;
	top: 0;
	left: 0;
}
.quickView .k-loading-image {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -15px;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/loading-image.gif) center no-repeat;
}


/********** MAIN QUICKVIEW WINDOW *********/



.quickView {
    position: absolute;
    z-index: 10001;
    padding-top: 0 !important;
    box-shadow: 0 0 15px #444;
    background: #fff;  
}
.quickViewWindow {
    z-index: 100;
    width: 700px;
}
.quickViewWindow input[type=button],
.quickViewWindow a {
    cursor: pointer;
}
/*close button start*/
.quickView .k-window-titlebar.k-header {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0 !important;
	background: none !important;
}
.quickView .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: 9999px;
}
.quickView .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	background: #ccc url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/button-close.png) center no-repeat;
}
.quickView .k-window-titlebar.k-header .k-window-actions a:hover {
	border-color: #aaa;
	background-color: #fff;
} /*close button end*/

.quickViewWindow .product-essential {
	float: none;
	width: auto;
	border: 0;
    margin: 0;
    overflow: visible;
	padding: 15px;
}
.quickViewWindow .product-essential:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .popup-header {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	background: #eee;
	padding: 0 40px;
}
.quickViewWindow .product-name {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}


/********** GALLERY *********/



.quickViewWindow .gallery {
	float: left;
    width: 252px;
	margin-bottom: 0;
    overflow: visible;
}
.quickViewWindow .gallery .picture {
	float: none;
    width: 250px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	background: #fff;
	line-height: 0;
}
.quickViewWindow .gallery .picture a {
	width: 250px;
	height: 250px;
	border: none;
	overflow: hidden;
}
.quickViewWindow .gallery .picture img,
.quickViewWindow .related-products-grid .picture img, 
.quickViewWindow .also-purchased-products-grid .picture img {
	z-index: 0 !important;
}
.quickViewWindow .gallery .thumbnails {
    overflow: hidden;
    margin-top: 15px;
	background: #eee;
    padding: 10px 6px 2px;
}
.quickViewWindow .gallery .thumbnails a,
.quickViewWindow .gallery .thumbnails > img {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0 4px 8px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	overflow: hidden;
	background: #fff;
}
.quickViewWindow .gallery .thumbnails a img:hover {
	opacity: 0.7; /*cloud zoom only*/
}
.quickViewWindow .links-panel {
    margin-top: 15px;
	padding: 10px 0;
}
.quickViewWindow .links-panel a {
    display: block;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/bullet-right.png) left center no-repeat;
	padding-left: 15px;
    text-align: left;
    font-size: 14px;
	text-transform: uppercase;
	color: #333;
}
.quickViewWindow .links-panel a:hover {
    text-decoration: underline;
}


/********** OVERVIEW *********/



.quickViewWindow .overview {
    float: right;
    width: 400px;
	margin-bottom: 0;
}
.quickViewWindow #accordion > h3 {
	position: relative;
    margin: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	background: #eee;
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;  
}
.quickViewWindow #accordion > h3 span {
    position: absolute;
    top: 50%;
    right: 11px;
    left: inherit;
    width: 16px;
    height: 16px;
	margin: -8px 0 0;
    cursor: pointer;  
}
.quickViewWindow #accordion .product-details {
	position: relative;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #999 transparent #eee;
    border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	padding: 10px;   
}
.quickViewWindow .overview .left {
    float: left;
	max-width: 60%;
	margin-bottom: 5px;
    text-align: left;
}
.quickViewWindow .overview .right {
    float: right;
	margin-bottom: 5px;
    text-align: right;
}
.quickViewWindow .overview .left > *,
.quickViewWindow .overview .right > * {
    margin-bottom: 5px;
	overflow: hidden;
}
.quickViewWindow .overview .tier-prices {
    clear: both;
}
.quickViewWindow .overview .attributes {
	clear: both;
    margin: 0;
	border: none;
    padding: 0;
}
.quickViewWindow .overview .attributes dl:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .overview .attributes dl > * {
    float: left;
}
.quickViewWindow .overview .attributes dt {
    clear: left;
	width: 100px;
    margin: 0 10px 5px 0;
    text-align: left;
}
.quickViewWindow .overview .attributes dd {
    margin-bottom: 10px;
}
.quickViewWindow .overview .purchase-area {
	clear: both;
    margin-top: 10px;
	border-top: 1px dashed #999;
	overflow: hidden;
    padding: 10px 0 0;
}
.quickViewWindow .overview .title,
.quickViewWindow .overview .add-info,
.quickViewWindow .overview .description {
    display: none;
}


/********** RELATED/ALSO-PURCHASED PRODUCTS *********/



.quickViewWindow .product-grid {  
	margin: 10px 0 0;
    overflow: hidden;
    background: #eee;
}
.quickViewWindow .product-grid .title {
	display: block;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.quickViewWindow .product-grid .item-box {
    width: 111px;
    margin: 0 11px;
}
.quickViewWindow .product-grid .item-box .picture {
    height: 85px;
}
.quickViewWindow .product-grid .item-box .picture a {
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	border: none;
	overflow: hidden;
	line-height: 0;
}
.quickViewWindow .product-grid .item-box .product-title {
	height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-size: 10px;
}
.quickViewWindow .product-grid .item-box .product-title a {
	display: inline;
}


/********* GROUPED PRODUCTS ********/



.quickViewWindow #accordion .variants-in-grid {
	padding: 10px 6px;
}
.quickViewWindow .product-variant-list {
    margin: 0;
	overflow: hidden;
	padding: 0;
    text-align: left;
}
.quickViewWindow .product-variant-list .item-row {
	overflow: hidden;
	margin-bottom: 10px;
}
.quickViewWindow .variant-grid-info {
	border-top: 1px dashed #999;
    overflow: hidden;
    padding-top: 10px;
}
.quickViewWindow .product-variant {
	display: inline-block;
    position: relative;
    float: left;
    width: 124px;
    height: 124px;
	margin: 0 0 0 5px;
	overflow: hidden;
    text-align: center;
}
.quickViewWindow .product-variant:nth-child(3n+1) {
	margin-left: 2px;
}
.quickViewWindow .variant-picture {
    width: 124px;
    height: 124px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0 0 5px;
	border: 1px solid #ddd;
	overflow: hidden;
	line-height: normal !important;
}
.quickViewWindow .moreInfoHover {
    position: absolute;
	left: 0;
    bottom: 0;
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 3px;
    text-align: center;
    font-size: 10px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.quickViewWindow .variant-info {
    position: absolute;
    left: -126px;
    bottom: 0;
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 5px 10px;
    text-align: center;
    font-size: 11px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.quickViewWindow .product-variant:hover .moreInfoHover {
	left: 136px;
}
.quickViewWindow .product-variant:hover .variant-info {
	left: 0;
}

.quickViewWindow .variant-info .variant-name {
	max-height: 28px;
    overflow: hidden;
}
.quickViewWindow .variant-info .variant-name a {
    color: #fff;
}
.quickViewWindow .variant-info .prices {
    float: none;
    margin: 0 !important;
}
.quickViewWindow .variant-info .prices > * {
	float: none;
}
.quickViewWindow .product-variant .prices label {
    display: none;
}
.quickViewWindow .variant-grid-info .manufacturers {
    float: left;
}
.quickViewWindow .variant-grid-info .compare-products {
    float: right;
}


/********* COLOR SQUARES *********/



.quickViewWindow .color-squares li {
    display: inline;
}
.quickViewWindow .color-container {
	display: inline-block;
    position: relative;
    margin-bottom: 5px;
    padding: 1px;
    border: 1px solid #999;
}
.quickViewWindow .selected-value .color-container {
    border: 2px solid #075899;
	padding: 0;
}
.quickViewWindow .color-squares .color {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.quickViewWindow .color-squares label {
    position: relative;
    cursor: pointer;
}
.quickViewWindow .color-squares input {
    position: absolute;
    z-index: -10000;
    float: none;
	height: 0;
    overflow: hidden;
}


/********* GIFTCARD *********/



.quickView .giftcard {
    clear: both;
}
.quickView .giftcard > div {
    overflow: hidden;
    margin-bottom: 5px;
}
.quickView .giftcard > div > * {
	float: left;
}
.quickView .giftcard label {
    display: block;
    width: 120px;
    margin-right: 10px;
}
.quickView .giftcard input[type=text] {
    width: 200px;
}
.quickView .giftcard textarea {
	width: 200px;
    resize: none;
}

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (max-width: 980px) {

    .quickViewWindow .color-squares .color {
        width: 30px;
        height: 30px;
    }
    .quickViewWindow .links-panel a {
        padding: 10px 0 10px 15px;
    }

}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/



/*********************************** JEWELRY *********************************/



/********** START BUTTON *********/

.quick-view-button {
	top: 25%;
    left: 50%;
	width: 120px;
	margin-left: -60px;
    border: 1px solid #ccc;
    border-radius: 5px;
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    opacity: 0;
    transition: all .15s ease-in-out;
}
.quick-view-button:hover {
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
}
.quick-view-button a {
    color: #b68c65 !important;
}
.product-list .quick-view-button {
	top: 45%;
	left: 100px;
}

.item-box:hover .quick-view-button {
    opacity: 1;
}

/********** END BUTTON *********/

/********** START GALLERY *********/

.quickViewWindow .gallery .picture:before {
    display: none !important;
}

.quickViewWindow .gallery .links-panel a {
    color: #b68c65;
}

/********** END GALLERY *********/

/********** START PRODUCT ESSENTIAL *********/

.quickViewWindow .overview #accordion > h3 span.ui-icon-circle-arrow-s {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Jewelry/Content/images/minus.png) no-repeat center;
}
.quickViewWindow .overview #accordion > h3 span.ui-icon-circle-arrow-e {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Jewelry/Content/images/plus.png) no-repeat center;
}
.quickViewWindow .overview .left,
.quickViewWindow .overview .right {
    margin-bottom: 10px;
}
    .quickViewWindow .left .stock {
        line-height: 26px;
    }
.quickViewWindow .left .back-in-stock-subscription {
        margin-bottom: 10px;
        font-size: 11px;
}
    .quickViewWindow .left .back-in-stock-subscription .subscribe-button {
        margin: 0;
        padding: 3px 6px;
        font: normal normal 11px/16px Tahoma, Geneva, sans-serif;
        text-shadow: 1px 1px 0 #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    .quickViewWindow .left .back-in-stock-subscription .subscribe-button:hover {
        text-decoration: none;
    }
    .quickViewWindow .left .download-sample-button {
        line-height: 26px;
    }
    .quickViewWindow .left .download-sample-button a,
    .quickViewWindow .left .manufacturers a {
        font: normal bold 11px Tahoma, Geneva, sans-serif;
        color: #b68c65;
    }
    .quickViewWindow .left .download-sample-button a:hover,
    .quickViewWindow .left .manufacturers a:hover {
        text-decoration: underline;
    }
    .quickViewWindow .overview .email-a-friend input,
    .quickViewWindow .overview .compare-products input {
        margin: 0;
    }
    .quickViewWindow .overview .add-to-wishlist-button {
        margin: 0;
        float: none;
        display: inline;
        height: 24px;
        padding: 0 10px;
        font: normal normal 11px/24px Tahoma, Geneva, sans-serif;
        color: #333;
        text-shadow: 1px 1px 0 #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
        cursor: pointer;
    }
.quickViewWindow .overview .add-to-wishlist-button,
.quickViewWindow .overview .subscribe-button {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Jewelry/Content/images/button5.png) top repeat-x;
}
.quickViewWindow .overview .add-to-wishlist-button:hover,
.quickViewWindow .overview .subscribe-button:hover {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Jewelry/Content/images/button5.png) bottom repeat-x;
}
.quickViewWindow .overview .attributes select {
    max-width: 270px;
}
.quickViewWindow .giftcard {
    border-top: 1px dashed #999;
    overflow:hidden;
    padding: 5px 0 0;
    margin: 0;
    border-radius: 0;
}
.quickViewWindow .overview #accordion .purchase-area {
    border-top: 1px dashed #999;
    overflow:hidden;
    padding: 10px 0 0;
    margin-top: 10px;
    width: inherit;
    float: none;
    clear: both;
}
    .quickViewWindow .overview #accordion .purchase-area .prices{
        float: left;
        margin: 0;
        line-height: 38px;
    }
    .quickViewWindow .overview #accordion .purchase-area .prices .old-product-price,
    .quickViewWindow .overview #accordion .purchase-area .prices .product-price{
        display: block;
    }
        .quickViewWindow .overview #accordion .purchase-area .prices .old-product-price        {
            color: #999;
            font-size: 14px;
            text-decoration: line-through;
        }
        .quickViewWindow .overview #accordion .purchase-area .prices .product-price {
            color: #b68c65;
            font-size: 18px;
        }

        .quickViewWindow .overview #accordion .purchase-area .prices .old-product-price,
        .quickViewWindow .overview #accordion .purchase-area .variant-info .old-product-price {
            font: normal normal 12px/38px Tahoma, Geneva, sans-serif;
            color: #999;
            text-decoration: line-through;
        }
        .quickViewWindow .overview #accordion .variant-info .prices .product-price {
            font: normal bold 15px/38px Tahoma, Geneva, sans-serif;
            color: #b68c65;
        }
.quickViewWindow .overview .purchase-area .add-to-cart {
    float: right;
}
.quickViewWindow .overview .purchase-area .add-to-cart > * {
    float: left;
}
.quickViewWindow .overview .purchase-area .add-to-cart .add-to-wishlist-button {
    display: none;
}
.quickViewWindow .overview .full-description {
    border: none;
}
.quickViewWindow .overview .product-specs-box .title {
    display: none;
}

/********** END PRODUCT ESSENTIAL *********/    

/********** START RELATED/ALSO-PURCHASED PRODUCTS *********/

.quickViewWindow .product-grid {
    overflow: hidden;
    float: right;
    background: #f6f6f4;
    box-shadow: 0 2px 2px 0 #ccc;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
    text-align:center;
    padding-bottom: 5px;
    height: 183px;
}
    .quickViewWindow .product-grid .item-grid {
        margin: 0;
        padding: 0;
        height: 145px;
        background: none;
        box-shadow: none;
        border-style: none;
        overflow: hidden;
    }
.quickViewWindow .product-grid .item-box {
    text-align: center;
    min-height: 0;
    width: 108px;
    padding: 0;
    height: 145px;
    overflow: hidden;
}
.quickViewWindow .product-grid .item-box .product-item{
    width: auto;
    height: auto;
    text-align: inherit;
}
.quickViewWindow .product-grid .product-item .picture {
    width: 85px;
    overflow: hidden;
    margin: 10px auto;
}
.quickViewWindow .product-grid .product-item {
    border: none;
}
    .quickViewWindow .product-grid .product-item .description {
        display: none;
    }
    .quickViewWindow .product-grid .product-item .add-info {
        clear: both;
        height: auto;
        background: none;
        display: none;
    }
.quickViewWindow .product-grid .item-box .product-title {
    padding: 0 5px;
    font-size: 10px;
    line-height: 1.6;
    height: 30px;
    margin-bottom: 40px;
}
    .quickViewWindow .product-grid .item-box .product-title a {
        display: inline;
        line-height: inherit;
    }
.quickViewWindow .product-grid .product-item .add-info .prices {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    margin: 6px 0;
}
.quickViewWindow .product-grid .product-item .add-info .buttons {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
}
    .quickViewWindow .product-grid .product-item .add-info .buttons * {
        float: none;
    }
.quickViewWindow .product-grid .title,
.quickViewWindow .product-grid .grid-title {
    margin: 0;
    padding: 5px 10px;
    background: none;
    font: normal 18px 'kepler_eid';
    text-align: center;
}
.quickViewWindow .product-grid .grid-title strong {
    padding: 0;
    background: none;
    font-size: inherit;
}
.quickViewWindow .product-grid .grid-header {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/********** END RELATED/ALSO-PURCHASED PRODUCTS *********/

/********** START BOTTOM PANEL *********/

.quickViewWindow .purchase-area {
    float: right;
}

/********** END BOTTOM PANEL *********/

/********* START VARIANTS IN GRID ********/

.quickViewWindow .overview .variants-in-grid .product-variant-list .product-variant .prices .product-price {
    font-size: 12px !important;
    line-height: 14px !important;
    color: #b68c65 !important;
}

/********* END VARIANTS IN GRID ********/

/* This is the main image centered. */

.quickView #cloudZoomImage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* This is the thumbnails centered. */

.quickView .cloud-zoom-gallery {
	position: relative;
}
.quickView .cloud-zoom-gallery img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* This is the overlay element. */

.quickView .cloud-zoom-lens {
	display: none;
	background-color: #444;	
	cursor: crosshair;		
}
.quickView .mousetrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* This is the zoom window. */

.quickView  .cloud-zoom-big {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: none;
	overflow: hidden;
}

/* This is the loading message. */

.quickView  .cloud-zoom-loading {
	background-color: #000;
	padding: 10px;
	color: #fff;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(/Content/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(/Content/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(/Content/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(/Content/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(/Content/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(/Content/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(/Content/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(/Content/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(/Content/fancybox/fancybox.png);
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(/Content/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(/Content/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(/Content/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(/Content/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(/Content/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(/Content/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(/Content/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(/Content/fancybox/fancybox.png) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='content/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='content/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='content/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='content/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='content/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='content/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='content/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='content/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='content/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.2.2
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/ 


/*! fineuploader 2014-01-31 */

.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #DDD;color:#FFF}.qq-upload-button-hover{background:#C00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#FF7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{margin-right:12px;display:inline}.qq-upload-file{}.qq-upload-spinner{display:inline-block;background:url(/Scripts/fineuploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(/Scripts/fineuploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{display:inline}.qq-upload-retry,.qq-upload-delete,.qq-upload-cancel,.qq-upload-pause,.qq-upload-continue{color:#000}.qq-upload-retryable .qq-upload-retry{display:inline}.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFF}.qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFF}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url(/Scripts/fineuploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}INPUT.qq-edit-filename.qq-editing~.qq-upload-cancel{display:none}.qq-hide{display:none}
/*! 2014-01-31 */

