
/* Global */

body {
	margin: 0;
	font: normal 400 14px/22px 'Lato', Arial, Sans-Serif;
	color: #616161;
	background-color: #fff;
}

a {
	color: #3f788c;
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}

p {
	margin: 20px 0;
}

blockquote {
	margin: 20px 0;
	font-style: italic;
}

ul, ol {
	margin: 20px 0;
}

table {
	
}

table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select, button {
	outline: 0;
	margin: 0;
	font: normal 400 14px 'Lato', Arial, Sans-Serif;
}

input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
}

textarea {
	line-height: 22px;
	resize: none;
}


/* Clear */

.clear {
	clear: both;
}

.clearfix {
	display: block;
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
}


/* Button Styles */

a.button {
	display: block;
	width: 93px;
	height: 36px;
	color: #272727;
	font-size: 13px;
	line-height: 36px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: url("../img/buttons.png") no-repeat 0 0;
}

a.button:hover {
	color: #fff;
	background-position: 0 -36px;
}

a.button-inactive,
a.button-inactive:hover {
	color: #969695;
	background-position: 0 -72px;
}

a.button-closed,
a.button-closed:hover {
	color: #912a12;
	background-position: 0 -108px;
}


/* Form Elements */

.form-item-input {
	
}

.form-item-input input {
	padding: 0 12px;
	width: 286px;
	height: 33px;
	border: 1px solid #b9bcbe;
	font-style: italic;
	font-size: 16px;
	color: #666666;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	-webkit-box-shadow: 0 0 0 4px #f3f7f8, inset 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0 0 0 4px #f3f7f8, inset 0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow:         0 0 0 4px #f3f7f8, inset 0 1px 4px rgba(0, 0, 0, 0.15);
}

.user-info-register .form-item-input input,
.user-info-login .form-item-input input{
	float: left;
}

.form-item-input textarea {
    padding: 0 12px;
    width: 286px;
    height: 150px;
    border: 1px solid #b9bcbe;
    font-style: italic;
    font-size: 16px;
    color: #666666;
    -webkit-border-radius: 2px;
    -moz-border-radius:    2px;
    border-radius:         2px;
    -webkit-box-shadow: 0 0 0 4px #f3f7f8, inset 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:    0 0 0 4px #f3f7f8, inset 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow:         0 0 0 4px #f3f7f8, inset 0 1px 4px rgba(0, 0, 0, 0.15);
}


.form-item-input-small input {
	width: 45px;
	text-align: center;
}

.form-item-input input:focus {
	border-color: #7dc6dd;
	-webkit-box-shadow: 0 0 0 4px #f3f9fe, inset 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0 0 0 4px #f3f9fe, inset 0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow:         0 0 0 4px #f3f9fe, inset 0 1px 4px rgba(0, 0, 0, 0.15);
}

.form-item-checkbox {
	
}

.form-item-checkbox label {
	display: block;
	padding: 0 0 0 20px;
	height: 20px;
	line-height: 20px;
	color: #565555;
	cursor: pointer;
	background: url("../img/form_checkbox.png") no-repeat left top;
}

.form-item-checkbox label.ui-state-active {
	background-position: left bottom;
}

.form-item-radio {
	
}

.form-item-radio label {
	display: block;
	padding: 0 0 0 24px;
	height: 20px;
	line-height: 20px;
	color: #565555;
	cursor: pointer;
	background: url("../img/form_radio.png") no-repeat left top;
}

.form-item-radio label.ui-state-active {
	background-position: left bottom;
}

.form-item-button {
	
}

.form-item-button button {
	width: 93px;
	height: 36px;
	border: 0;
	color: #272727;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: url("../img/buttons.png") no-repeat 0 0;
	cursor: pointer;
}

.form-item-button button:hover,
.form-item-button button:active {
	color: #fff;
	background-position: 0 -36px;
}

.form-item-button button.button-yellow, a.button-yellow {
	padding: 1px 2px 3px 1px;
	width: 95px;
	height: 38px;
	color: #916c27;
	font-weight: 700;
	background: url("../img/button_yellow.png") no-repeat;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	float: right;
}

a.button-yellow {
	text-align: center;
	line-height: 34px;
}

.form-item-button button.button-yellow-105 {
	width: 105px;
	background: url("../img/button_yellow_105.png") no-repeat;
}

.form-item-button button.button-white {
	float: right;
	margin-right: 10px;
	font-size: smaller;
}


/* Messages */

p.msg {
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 55px;
	border: 1px solid;
	line-height: 18px;
	font-style: italic;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.29), inset 0 0 0 1px rgba(255, 228, 228, 0.23);
	-moz-box-shadow:    0 0 4px rgba(0, 0, 0, 0.29), inset 0 0 0 1px rgba(255, 228, 228, 0.23);
	box-shadow:         0 0 4px rgba(0, 0, 0, 0.29), inset 0 0 0 1px rgba(255, 228, 228, 0.23);
}

p.msg span {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../img/msg_icons.png") no-repeat;
}

p.msg-alert {
	border-color: #b32b29;
	color: #fff;
	text-shadow: 1px 1px 0 #f56a68;
	background-color: #ef403d;
}

p.msg-alert span { background-position: 0 0; }

p.msg-success {
	border-color: #82b968;
	color: #3a6028;
	text-shadow: 1px 1px 0 #b6f797;
	background-color: #95db7b;
}

p.msg-success span { background-position: 0 -20px; }


/* Cart Items Sticker */

span.cart-items-sticker {
	display: block;
	padding: 0 3px 2px 0;
	width: 19px;
	height: 19px;
	line-height: 19px;
	font-size: 11px;
	color: #1e1d1d;
	text-align: center;
	font-family: "Myriad Pro", Arial, Sans-Serif;
	background: url("../img/cart_items_sticker.png") no-repeat;
}


/* Page */

.page {
	margin: 0 auto;
	width: 990px;
}

.page h2, .request-invoice {
	padding: 6px 15px;
	border-bottom: 1px solid #e1e1e1;
	color: #478799;
	font-size: 16px;
	line-height: 30px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	background: #fff url("../img/title_bg.png") repeat-x left bottom;
	-webkit-box-shadow: inset 0 -1px 0 #fff;
	-moz-box-shadow:    inset 0 -1px 0 #fff;
	box-shadow:         inset 0 -1px 0 #fff;
}

.request-invoice {
	margin-left: 3px;
	width: 200px;
}


/* Header */

#header {
	border-bottom: 1px solid #e3e3e3;
}

#header .page {
	padding: 12px 0 21px;
	position: relative;
}

/* Logo */

h1#logo {
	width: 421px;
}

h1#logo a {
	display: block;
}

h1#logo a img {
	display: block;
	width: 100%;
}

/* User Control */

.head-uc {
	position: absolute;
	top: 0;
	right: 0;
	width: 265px;
	border: 1px solid #3f8193;
	border-top: 0;
	background: #498b9c url("../img/head_uc.png") repeat-x left bottom;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 100000;
}

/* User Control: Top */

.head-uc-top {

}

.head-uc-left {
	float: left;
	padding: 14px 0 14px 15px;
}

.head-uc-right {
	float: right;
	padding: 14px 20px 14px 0;
}

.head-uc-user {
	float: left;
	padding: 8px;
	width: 129px;
}
.head-uc-user.with-image{
	width: 194px;
}
/* User Control: User Info */

.head-uc-user-photo {
	float: left;
	margin: 0 10px 0 0;
}

.head-uc-user-photo img {
	width: 45px;
	height: 45px;
	border: 1px solid #e6eaeb;
}

.head-uc-user-info {
	float: left;
	width: 134px;
}

.head-uc-user-info h4 {
	color: #fecf65;
	line-height: 20px;
	font-weight: 700;
}

.head-uc-user-info p {
	margin: 0 0;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-style: italic;
}

.head-uc-user-info p a {
	color: #fff;
}

/* User Control: Buttons */

a.head-uc-btn {
	float: left;
	display: block;
	margin: 0 0 0 5px;
	padding: 2px 2px 2px 15px;
	width: 82px;
	height: 30px;
	line-height: 30px;
	color: #272727;
	font-size: 13px;
	text-align: center;
	background: url("../img/uc_buttons_big.png") no-repeat 0 0;
	text-transform: uppercase;
	text-decoration: none;
}

a.head-uc-btn:hover,
a.head-uc-btn.current {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.33);
	background-position: 0 -34px;
}

a.head-uc-btn-cart {
	background-position: -100px 0;
	float: none;
	margin-left: 0;
	padding-left: 24px;
	position: relative;
	width: 74px;
}
a.head-uc-btn-cart.with-image {
	background-position: -200px 0;
	width: 8px;
	text-indent: -9999px;
}

a.head-uc-btn-cart:hover,
a.head-uc-btn-cart.current {
	background-position: -100px -34px;
}
a.head-uc-btn-cart.with-image:hover,
a.head-uc-btn-cart.current.with-image {
	background-position: -200px -34px;
}
a.head-uc-btn-cart span.cart-items-sticker {
	position: absolute;
	right: -10px;
	top: -8px;
	text-indent: 0;
}

/* User Control: Content */

.head-uc-content {

}

/* User Control: Register */

.head-uc-reg {
	display: none;
	padding: 0 22px 10px;
}

.head-uc-reg ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.head-uc-reg ul li {
	padding: 0 0 5px;
	line-height: 38px;
}

.head-uc-reg ul li a {
	display: block;
	padding: 0 0 0 45px;
	color: #414141;
	text-decoration: none;
	background: #fbfbfb url("../img/head_uc_reg.png") no-repeat;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	-webkit-box-shadow: 0 1px 0 #8aacb9;
	-moz-box-shadow:    0 1px 0 #8aacb9;
	box-shadow:         0 1px 0 #8aacb9;
}

.head-uc-reg ul li.head-uc-reg-fb a { background-position: 10px 0; }
.head-uc-reg ul li.head-uc-reg-tw a { background-position: 10px -38px; }
.head-uc-reg ul li.head-uc-reg-gp a { background-position: 10px -76px; }
.head-uc-reg ul li.head-uc-reg-fo a { background-position: 10px -114px; }

/* User Control: Login */

.head-login {
	margin-top: 15px;
}

.head-uc-login {
	display: none;
	padding: 0 22px;
}

.head-login form.form-table, .head-uc-login form.form-table {
	margin: 0;
}

.head-uc-login form.form-table ol li, .head-login form.form-table ol li {
	padding: 0 0 10px;
	border-bottom: 0;
	overflow: hidden;
}

.head-uc-login form.form-table ol li.form-table-checkbox, .head-login form.form-table ol li.form-table-checkbox {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
}

.head-uc-login form.form-table ol li.form-table-note, .head-login form.form-table ol li.form-table-note {
	line-height: 24px;
	font-size: 15px;
	font-weight: 300;
	text-align: right;
    color: orange;
}

.head-uc-login form.form-table ol li.form-table-note a, .head-login form.form-table ol li.form-table-note a {
	color: #fff;
	font-weight: 400;
    color: orange;
}

.head-uc-login form.form-table ol li .form-table-title, .head-login form.form-table ol li .form-table-title {
	padding-left: 0;
	width: 22px;
}

.head-uc-login form.form-table ol li .form-table-title label, .head-login form.form-table ol li .form-table-title label {
	display: block;
	width: 22px;
	height: 32px;
	background: url("../img/head_uc_login_icons.png") no-repeat;
	text-indent: -9999px;
}

.head-uc-login form.form-table ol li .head-uc-login-mail label, .head-login form.form-table ol li .head-uc-login-mail label { background-position: 0 0; }
.head-uc-login form.form-table ol li .head-uc-login-pass label, .head-login form.form-table ol li .head-uc-login-pass label { background-position: 0 -32px; }

.head-uc-login .form-item-input input, .head-login .form-item-input input {
	padding: 0 10px;
	width: 172px;
	height: 30px;
	border-color: #dcdcdc;
	font-style: normal;
	font-size: 13px;
	color: #505050;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

.head-uc-login .form-item-input input, .head-login .form-item-input input.error {
    border: 4px solid orange;
}

.head-uc-login .form-item-checkbox label, .head-login .form-item-checkbox label {
	padding-left: 22px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background: url("../img/form_checkbox.png") no-repeat left top;
}

.head-uc-login .form-item-checkbox label.ui-state-active, .head-login .form-item-checkbox label.ui-state-active {
	background-position: left bottom;
}

.head-uc-login .form-item-button button.button-yellow, .head-login .form-item-button button.button-yellow {
	margin-right: -2px;
}

/* User Control: Cart */

.head-uc-cart {
	display: none;
}

.head-uc-cart-title {
	position: relative;
	padding: 0 10px 0 14px;
	height: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 11px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.head-uc-cart-sort {
	position: absolute;
	top: 9px;
	right: 8px;
}

.head-uc-cart-sort a {
	float: left;
	display: block;
	width: 13px;
	height: 8px;
	text-indent: -9999px;
	background: url("../img/head_uc_cart_sort.png") no-repeat;
}

.head-uc-cart-sort a.head-uc-cart-asc  { background-position: 0 0; }
.head-uc-cart-sort a.head-uc-cart-desc { background-position: -13px 0; }

.head-uc-cart-item {
	padding: 10px 10px 10px 14px;
	line-height: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.head-uc-cart-domain {
	float: left;
	margin: 0 3px 0 0;
	width: 135px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.33);
	word-wrap: break-word;
}

.head-uc-cart-value {
	float: left;
	width: 70px;
	font-size: 15px;
	font-weight: 700;
	color: #3a3a39;
	text-align: right;
}

.head-uc-cart-remove {
	float: right;
	width: 21px;
	height: 20px;
}

.head-uc-cart-remove button {
	width: 21px;
	height: 20px;
	border: 0;
	background: url("../img/head_uc_cart_remove.png") no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
}

.head-uc-cart-action {
	padding: 8px 10px 8px 13px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.head-uc-cart-action a.button-yellow {
	float: left;
	display: block;
	padding: 1px 2px 3px 1px;
	width: 92px;
	height: 34px;
	font-size: 13px;
	line-height: 34px;
	color: #916c27;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background: url("../img/button_yellow.png") no-repeat;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.head-uc-cart-action p {
	float: right;
	margin: 0;
	line-height: 17px;
	color: #ededed;
	text-align: right;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.head-uc-cart-action p span {
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.head-uc-cart-action p span strong {
	font-size: 15px;
}

.head-uc-cart-action p a {
	color: #ededed;
	font-size: 13px;
}


/* Categories */

.cats-line {
	padding: 8px 0;
	border-bottom: 1px solid #e3e3e3;
}

.cats-line ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*text-align: justify;*/
	text-align-last: right;
}

.cats-line ul:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.cats-line ul li:first-child {
    padding-left: 0;
}

.cats-line ul li {
	padding: 0 2px;
	font-size: 12px;
	line-height: 26px;
	color: #478799;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
    padding-left: 1em;
}

.cats-line ul li a {
	font-weight: 400;
	font-size: 11px;
	color: #292929;
}

.cats-line ul li a span {
	color: #478799;
	font-weight: 700;
}


/* Tags */

.tag-line {
	border-bottom: 1px solid #e3e3e3;
	background-color: #f8f8f8;
}

.tag-line ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tag-line ul li {
	position: relative;
	float: left;
	margin: 7px 6px 7px 0;
	font-size: 12px;
	line-height: 23px;
	color: #478799;
	font-weight: 700;
}

.tag-line ul li.tag-line-title {
	margin-right: 15px;
	text-transform: uppercase;
}

.tag-line ul li span {
	display: block;
	padding: 0 20px 0 8px;
	border: 1px solid #cdcaca;
	line-height: 21px;
	font-weight: 400;
	font-size: 13px;
	color: #292929;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
}

.tag-line ul li a {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 12px;
	height: 12px;
	background: url("../img/tag_line_close.png") no-repeat center;
	text-indent: -9999px;
}


/* Search Box */

form.search-box {
	margin: 30px auto;
	width: 655px;
}


/* Advanced Search Box */

form.search-adv {
	margin: 15px 0 20px;
}

.search-adv-left {
	float: left;
	padding: 18px;
	background-color: #f9f8f5;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    inset 0 0 6px rgba(0, 0, 0, 0.15);
	box-shadow:         inset 0 0 6px rgba(0, 0, 0, 0.15);
}

.search-adv-check {
	clear: both;
	padding: 16px 0 0;
}

.search-adv-label {
	float: left;
	margin: 0 8px 0 0;
}

.search-adv-right {
	float: right;
	margin: 0 20px 0 0;
	width: 219px;
}

.search-adv-slider {
	position: relative;
	margin: 0 0 15px;
}

.search-adv-slider-title {
	margin: 0 0 6px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
}

.search-adv-slider-title span {
	font-weight: 400;
	text-transform: uppercase;
}

.search-adv-slider-bar {
	width: 219px;
	height: 24px;
	background: url("../img/search_slider_bar.png") no-repeat 0 7px;
}

a.ui-slider-handle {
	position: absolute;
	display: block;
	margin: -1px 0 0 -14px;
	width: 28px;
	height: 28px;
	background: url("../img/search_slider_handle.png") no-repeat;
}

/* Search Elements */

input.search-input {
	float: left;
	padding: 0 25px;
	width: 440px;
	height: 62px;
	border: 1px solid;
	border-color: #75b0bc #7bb3bf #539cab;
	color: #2c2c2c;
	font-weight: 300;
	font-size: 20px;
	background: url("../img/search_input.png") repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

.search-adv input.search-input {
	padding: 0 20px 0 10px;
	width: 550px;
	height: 40px;
	font-size: 15px;
    z-index: 99;
}

button.search-button {
	float: left;
	margin: -1px 0 0 0px;
	padding: 1px 2px 3px;
	width: 155px;
	height: 68px;
	border: 0;
	color: #efefef;
	font-size: 24.5px;
	cursor: pointer;
	text-transform: uppercase;
	background: url("../img/search_button.png") no-repeat 0 0;
}

.search-adv button.search-button {
	width: 103px;
	height: 46px;
	font-size: 17px;
	background-position: 0 -80px;
}


/* Search Page */

.search-page-left {
	float: left;
	width: 645px;
}

.search-page-right {
	float: right;
	width: 325px;
}


/* Price Table */

.price-table {
	margin: 0 0 5px;
	border: 5px solid #f6f5f1;
}

.price-table-head {
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #478799;
	font-weight: 700;
	background: url("../img/price_table_title.png") repeat-x;
}

.price-table ol {
	margin: 0;
	padding: 0 14px 0 6px;
	list-style: none;
}

.price-table-small-left.price-table ol {
	padding: 0;
	background-color: #FDFCFA;
}

.price-table ol li {
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
	font-size: 22px;
	line-height: 36px;
	overflow: hidden;
}

.price-table ol li .price-table-value {
	font-size: 18px;
}

.price-table-small ol li .price-table-value {
	font-size: 16px;
}


.price-table-small-left.price-table ol li{
	font-size: 15px;
	line-height: 24px;
	padding: 7px 10px 7px 15px;
	font-weight: 400;
}

.price-table ol li:last-child {
	border-bottom: 0;
}

.price-table ol li .price-table-title {
	float: left;
	width: 393px;
	font-weight: 300;
	color: #3b4043;
	/*text-transform: uppercase;*/
}

.price-table-small-left.price-table ol li .price-table-title{
	width: auto;
	display: inline-block;
	font-weight: 400;
	text-transform: none;
}

.price-table ol li .price-table-value {
	float: left;
	padding: 0 25px 0 0;
	width: 104px;
	font-weight: 700;
	color: #3a3a39;
	text-align: right;
}
.price-table-small-left.price-table ol li .price-table-value{
	width: auto;
	padding: 0;
	float: right;
}

.price-table ol li .price-table-button {
	float: left;
	width: 93px;
}
.price-table-small-left.price-table ol li .price-table-button {
	width: 100px;
}

.price-table-small {
    margin-bottom: 20px;
}

.price-table-small ol {
	padding: 0;
	background-color: #fdfcfa;
}

.price-table-small ol li {
	padding: 7px 10px 7px 15px;
	border-top: 1px solid #efefed;
	border-bottom: 0;
	font-size: 15px;
	line-height: 24px;
}

.price-table-small ol li .price-table-title {
	padding: 0 10px 0 0;
	width: 200px;
	font-weight: 400;
	color: #616161;
	text-transform: none;
}

.price-table-small ol li .price-table-value {
	padding-right: 0;
	width: 80px;
}


/* Sort Table */

.sort-table {
	margin: 0 0 45px;
	background-color: #f9f8f5;
}

.sort-table ol {
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
	background-color: #f9f8f5;
}

.sort-table ol li {
	margin: 0 5px 1px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 22px;
	line-height: 36px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow:    0 1px 0 #fff;
	box-shadow:         0 1px 0 #fff;
}

.sort-table ol li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow:    0;
	box-shadow:         0;
}

.sort-table ol li.sort-table-head {
	margin: 0;
	border-bottom-color: #fff;
	background: #fff url("../img/title_bg.png") repeat-x left bottom;
}
.cart-table.sort-table ol li.sort-table-head {
	border-top-color: #fff;
	border-bottom: 1px solid #fff !important;
	background: #fff url("../img/title_bg.png") repeat-x left bottom;
}

.sort-table ol li.sort-table-head div {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #478799;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.sort-table ol li.sort-table-head .sort-table-title {
	padding-left: 20px;
	text-align: left;
}

.sort-table ol li.sort-table-head .sort-table-status {
	position: relative;
}

.sort-table ol li.sort-table-head .sort-table-value {
	position: relative;
	padding-right: 0;
	width: 150px;
}

.sort-table ol li.sort-table-head .sort-table-type {
	position: absolute;
	top: 18px;
	right: 10px;
	padding: 0;
}

.sort-table ol li.sort-table-head .sort-table-type a {
	float: left;
	display: block;
	width: 12px;
	height: 7px;
	text-indent: -9999px;
	background: url("../img/sort_table_type.png") no-repeat;
}

.sort-table ol li.sort-table-head .sort-table-type a.sort-table-asc  { background-position: 0 0; }
.sort-table ol li.sort-table-head .sort-table-type a.sort-table-desc { background-position: -12px 0; }

.sort-table ol li.sort-table-status-free       { background-color: #ecf6f0; }
.sort-table ol li.sort-table-status-expiring   { background-color: #f7f8ed; }
.sort-table ol li.sort-table-status-registered { background-color: #f6f0ee; }

.sort-table ol li div {
	float: left;
	padding: 7px 15px;
}

.sort-table ol li .sort-table-title {
	width: 355px;
	border-right: 1px solid #e1e1e1;
	color: #3b4043;
	/*text-transform: uppercase;*/
}

.sort-table ol li .sort-table-status {
	width: 150px;
	border-right: 1px solid #e1e1e1;
	font-style: italic;
	font-weight: 300;
	color: #3a3a39;
}

.sort-table ol li .sort-table-value {
	padding-left: 0;
	padding-right: 45px;
	width: 105px;
	border-right: 1px solid #e1e1e1;
	font-weight: 700;
	color: #3a3a39;
	text-align: right;
}

.sort-table ol li .sort-table-value-text {
	padding-right: 0;
	width: 150px;
	text-align: center;
}

.sort-table ol li .sort-table-value {
	font-size: 18px;
}


.sort-table ol li .sort-table-button {
	padding-left: 22px;
	padding-right: 22px;
	width: 218px;
	overflow: hidden;
}

.sort-table ol li .sort-table-button a {
	float: left;
	margin: 0 8px;
}


/* Form Table */

form.form-table {
	margin: 25px 0;
}

form.form-table ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

form.form-table ol li {
	display: table;
	padding: 14px 0;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	/*overflow: hidden;*/
}

form.form-table ol li.form-table-checkbox,
form.form-table ol li.form-table-button {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0;
}

form.form-table ol li.form-table-checkbox {
	font-size: 13px;
	font-style: italic;
}

form.form-table ol li.form-table-note {
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	text-align: right;
}

form.form-table ol li.form-table-msg {
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	border: 0;
}

form.form-table ol li .form-table-title {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px 0 15px;
	width: 95px;
	font-size: 16px;
	line-height: 17px;
	color: #272727;
}

form.form-table ol li .form-table-title label {
	display: block;
}

form.form-table ol li .form-table-text {
	float: left;
	padding: 0 12px;
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}

form.form-table ol li .form-table-text span {
	font-size: 14px;
	font-style: italic;
}

form.form-table ol li .form-table-text span a {
	color: #5095a5;
}

form.form-table ol li .form-table-item {
	float: left;
}
form.form-table ol.user-info-register li .form-table-item {
	width: 100%;
}
form.form-table ol.user-info-login li .form-table-item {
	width: 150%;
}

form.form-table ol li .form-item-button {
	float: left;
}


/* Login Page */

.login-form {
	float: left;
	width: 485px;
}

.login-form form.form-table ol li {

}

.login-form form.form-table ol li.form-table-checkbox {
	float: left;
	padding-left: 15px;
	width: auto;
}

.login-form form.form-table ol li.form-table-button {
	float: right;
	padding-right: 59px;
	padding-bottom: 3px;
	width: auto;
}

.login-form form.form-table ol li.form-table-note {
	clear: both;
	float: right;
	width: auto;
	padding-right: 59px;
	color: #272727;
	font-size: 13px;
	font-weight: 300;
}

.login-form form.form-table ol li.form-table-note a {
	color: #272727;
	font-weight: 400;
}

.login-form form.form-table ol li.form-table-msg {

}

.login-form form.form-table ol li.form-table-msg p.msg {
	margin-right: 59px;
}

.login-reg {
	float: right;
	margin: 25px 0;
	padding: 0 0 0 10px;
	width: 485px;
	border-left: 1px solid #e1e1e1;
}

ol.login-reg-options, ol.checkout-option {
	margin: 0 0 20px;
	padding: 4px;
	list-style: none;
}

ol.login-reg-options li, ol.checkout-option li {
	float: left;
	margin: 4px;
	width: 230px;
	line-height: 80px;
}

ol.login-reg-options li a, ol.checkout-option li button {
	position: relative;
	display: block;
	padding: 0 0 0 50px;
	width: 180px;
	height: 80px;
	color: #414141;
	font-size: 16px;
	font-style: italic;
	text-decoration: none;
	background: url("../img/login_reg_item.png") no-repeat;
}

ol.checkout-option li button {
	width: 230px;
	padding: 0;
	border: 0;
}

ol.login-reg-options li a span {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 29px;
	height: 40px;
	background: url("../img/login_reg_icons.png") no-repeat;
}

ol.login-reg-options li.login-reg-fb a span { background-position: 0 0; }
ol.login-reg-options li.login-reg-tw a span { background-position: 0 -40px; }
ol.login-reg-options li.login-reg-gp a span { background-position: 0 -80px; }
ol.login-reg-options li.login-reg-fo a span { background-position: 0 -120px; }

ol.login-reg-options li a strong {
	font-weight: 700;
}

.login-reg-why {
	padding: 0 0 0 8px;
}

.login-reg-why h3 {
	margin: 0 0 8px;
	padding: 0 0 0 34px;
	color: #333;
	font-size: 17px;
	line-height: 20px;
	font-style: italic;
	background: url("../img/login_reg_why.png") no-repeat 7px 0;
}

.login-reg-why ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.login-reg-why ul li {
	padding: 11px 11px 11px 32px;
	border-bottom: 1px solid #e1e1e1;
	color: #272727;
	line-height: 20px;
	font-style: italic;
	font-weight: 300;
	background: url("../img/login_reg_why_item.png") no-repeat 9px 15px;
}


/* Login Page */

form.reg-form {
	
}

form.reg-form ol li.form-table-checkbox .form-table-item {
	margin-left: 15px;
}


/* Account Page */

.acc-nav {
	float: left;
	margin: 25px 0;
	width: 260px;
	background-color: #f1efeb;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow:         0 1px 3px rgba(0, 0, 0, 0.4);
}

.acc-nav-info {
	padding: 10px 8px 15px;
}

.acc-nav-photo {
	float: left;
	width: 76px;
}

.acc-nav-photo img {
	display: block;
	width: 72px;
	height: 72px;
	border: 2px solid #e7ebee;
}

.acc-nav-user {
	float: left;
	width: 158px;
	margin-left: 5px;
}

.acc-nav-user h4 {
	margin: 0 0 8px;
	padding: 3px 0;
	color: #272727;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	border-bottom: 1px solid #e2ded7;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow:    0 1px 0 #fff;
	box-shadow:         0 1px 0 #fff;
}

.acc-nav-logout {
	font-size: 13px;
	line-height: 19px;
}

.acc-nav-logout a {
	display: inline-block;
	padding: 0 0 0 15px;
	color: #272727;
	background: url("../img/acc_nav_logout.png") no-repeat left 2px;
}

ul.acc-nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.acc-nav-menu li {
	font-size: 15px;
	line-height: 60px;
}

ul.acc-nav-menu li a {
	position: relative;
	padding: 0 45px 0 48px;
	display: block;
	color: #272727;
	text-decoration: none;
	background: url("../img/acc_nav_menu.png") no-repeat;
}

ul.acc-nav-menu li a span {
	position: absolute;
	top: 20px;
	left: 17px;
	display: block;
	width: 16px;
	height: 22px;
	background: url("../img/acc_nav_menu_items.png") no-repeat;
}

ul.acc-nav-menu li.acc-nav-menu-dom a span { background-position: 0 0; }
ul.acc-nav-menu li.acc-nav-menu-neg a span { background-position: -20px 0; }
ul.acc-nav-menu li.acc-nav-menu-pur a span { background-position: -40px 0; }
ul.acc-nav-menu li.acc-nav-menu-car a span { background-position: -60px 0; }
ul.acc-nav-menu li.acc-nav-menu-inf a span { background-position: -80px 0; }

ul.acc-nav-menu li a i {
	display: inline-block;
	vertical-align: top;
	margin: 21px 0 0 7px;
	padding: 0 3px 2px 0;
	width: 19px;
	height: 19px;
	line-height: 19px;
	font-size: 11px;
	font-style: normal;
	color: #1e1d1d;
	text-align: center;
	font-family: "Myriad Pro", Arial, Sans-Serif;
	background: url("../img/cart_items_sticker.png") no-repeat center;
}

ul.acc-nav-menu li a:hover,
ul.acc-nav-menu li.current a {
	color: #fff;
	background-position: left bottom;
}

ul.acc-nav-menu li.acc-nav-menu-dom a:hover span, ul.acc-nav-menu li.acc-nav-menu-dom.current a span { background-position: 0 -25px; }
ul.acc-nav-menu li.acc-nav-menu-neg a:hover span, ul.acc-nav-menu li.acc-nav-menu-neg.current a span { background-position: -20px -25px; }
ul.acc-nav-menu li.acc-nav-menu-pur a:hover span, ul.acc-nav-menu li.acc-nav-menu-pur.current a span { background-position: -40px -25px; }
ul.acc-nav-menu li.acc-nav-menu-car a:hover span, ul.acc-nav-menu li.acc-nav-menu-car.current a span { background-position: -60px -25px; }
ul.acc-nav-menu li.acc-nav-menu-inf a:hover span, ul.acc-nav-menu li.acc-nav-menu-inf.current a span { background-position: -80px -25px; }

.acc-nav-search {
	padding: 15px 7px;
}

.acc-nav-search input.search-input {
	padding: 0 16px 0 8px;
	width: 182px;
	height: 30px;
	font-size: 13px;
	background: #fff;
}

.acc-nav-search button.search-button {
	padding: 0;
	width: 38px;
	height: 34px;
	background: url("../img/acc_nav_search_button.png") no-repeat;
	text-indent: -9999px;
}

.acc-profile {
	float: right;
	width: 715px;
}

.acc-profile-title {
	float: left;
	margin: 0 5px 0 15px;
	font-size: 16px;
	color: #272727;
	line-height: 20px;
}

.acc-profile-item {
	float: left;
	font-size: 15px;
	color: #999;
	line-height: 20px;
}

.acc-profile form.form-table ol li .form-table-title {
	width: 110px;
}


/* Checkout Page */

.co-page {
	margin: 25px 0;
}

/* Checkout Title */

.co-form h2 {
	overflow: hidden;
}

/* Checkout Table */

ol.co-table {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

ol.co-table li {
	border-bottom: 1px solid #e1e1e1;
	line-height: 20px;
	color: #3b4043;
	overflow: hidden;
}

ol.co-table li.co-table-total {
	text-align: right;
	font-weight: 700 !important;
}

ol.co-table li.co-table-price {
	font-size: 14px !important;
	color: #272727 !important;
}

ol.co-table li.co-table-tax {
	font-size: 14px !important;
	color: #4f4f4f !important;
}

ol.co-table li.co-table-sum {
	font-size: 15px !important;
	color: #272727 !important;
}

ol.co-table li .co-table-item-name {
	float: left;
	padding: 12px 15px;
}

ol.co-table li .co-table-item-domain {
	font-size: 18px;
}

ol.co-table li.co-table-total .co-table-item-name {
	float: none;
	display: inline-block;
	padding-right: 0;
	text-align: right;
	padding-right: 10px;
}

ol.co-table .divider {
	border-color: darkgray;
}

ol.co-table li .co-table-item-value {
	float: right;
	padding: 12px 30px 12px 15px;
	width: 95px;
	border-left: 1px solid #e1e1e1;
	font-size: 15px;
	font-weight: 700;
	text-align: right;
}

.co-table-coupon .co-table-item-value {
	width: auto !important;
	border: 0 !important;
	padding-left: 0 !important;
}

ol.co-table li.co-table-sum .co-table-item-value {
	color: #009900;
}

/* Checkout Navigation */

ul.co-nav {
	float: right;
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

ul.co-nav li {
	float: left;
	margin: 0 0 0 25px;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

ul.co-nav li a {
	display: block;
	padding: 0 0 0 25px;
	color: #3b4043;
	text-decoration: none;
	background: url("../img/co_nav.png") no-repeat;
}

ul.co-nav li.co-nav-active a {
	background-position: left bottom;
}

/* Checkout Tabs */

.co-tab {
	display: none;
	overflow: hidden;
}

.co-tab-active {
	display: block;
}

/* Checkout Form */

.co-form {

}

.co-form form.form-table ol li {
	border-bottom: 0;
}

.co-form form.form-table ol li.co-form-inline {
	float: left;
	width: auto;
	padding-right: 5px;
}

.co-form form.form-table ol li.form-table-button {
	width: 975px;
	padding-right: 0;
}

.co-form form.form-table ol li.form-table-note {
	padding-right: 0;
	color: #a8a8a8;
	font-size: 12px;
	font-style: italic;
}

.co-form form.form-table ol li .form-table-title {
	width: 115px;
}

.co-form form.form-table ol li.co-form-date .form-table-title { width: 130px; }
.co-form form.form-table ol li.co-form-ccv .form-table-title  { width: 55px; }

.co-form form.form-table ol li .form-item-radio {
	margin: 0 15px 0 0;
}

.co-form form.form-table ol li.co-form-cards .form-item-radio label {
	height: 46px;
	background-image: url("../img/form_radio_co_cards.png");
}

.co-form form.form-table ol li .form-item-radio label span,
.co-form form.form-table ol li .form-item-radio label img {
	display: block;
}


/* Card Page */

.card-page-left {
	float: left;
	margin: 25px 0;
	width: 310px;
}

.card-page-right {
	float: right;
	margin: 25px 0;
	width: 670px;
}

/* Card Domain */

.card-domain {
	background-color: #FAFBFB;
	border: 1px solid #F3F3F3;
	padding: 5px 15px;
}

.card-domain-item {
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
	font-size: 18px;
	line-height: 24px;
	color: #333;
}

.card-domain-price {
	border-bottom: 0;
}

.card-domain-item.card-domain-buttons {
	border: none;
}

.card-domain-buttons a {
	float: left;
	margin: 0 8px 0 0;
	color: #272727 !important;
}

.card-domain-buttons a:hover {
	color: #fff !important;
}

.card-domain-item input.search-input {
	padding: 0 16px 0 8px;
	width: 181px;
	height: 30px;
	font-size: 13px;
}

.card-domain-item .form-item-button {
	float: left;
	margin: -1px 0 0 -5px;
}

.card-domain-item h3 {
	font-size: 30px;
	font-weight: 700;
	color: #478799;
}

.card-domain-item p {
	margin: 10px 0 3px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}

.card-domain-item strong {
	font-weight: 700;
}

.card-domain-item a {
	color: #478799;
}

.card-domain-stats {
	border-bottom: 0;
}

.card-domain-stats ul {
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
	width: 295px;
}

.card-domain-stats ul li {
	padding: 4px 0;
	font-size: 13px;
	line-height: 20px;
	color: #1d1d1d;
	overflow: hidden;
}

.card-domain-stats ul li .card-domain-stats-title {
	float: left;
	font-weight: 300;
}

.card-domain-stats ul li .card-domain-stats-value {
	float: right;
	color: #009933;
}

.card-domain-stats ul li .card-domain-stats-value span {
	font-weight: 300;
	color: #1d1d1d;
}

/* Card About */

.card-about {

}

.card-page-right .card-about {
	margin: 10px 0 30px;
}

.card-about-item {
	margin: 0 0 10px;
	color: #333;
}

.card-about-item h4 {
	padding: 0 11px;
}

.card-about-item p {
	margin: 3px 11px 0;
	font-weight: 300;
}

.card-about-item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.card-about-item ul li {
	padding: 11px 10px 11px 45px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 18px;
	font-weight: 300;
	background: url("../img/card_about_list.png") no-repeat 14px 11px;
}

.card-about-co {
	padding: 5px 11px 10px;
	border-bottom: 1px solid #e1e1e1;
}

.card-about-co img {
	float: left;
	margin: 0 15px 0 0;
}

.card-about-co p {
	clear: both;
	margin: 0;
	padding: 3px 0 0;
	font-size: 12px;
	font-weight: 400;
}

.card-about-item ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.card-about-item ol li {
	padding: 11px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 18px;

}

.card-about-item ol li a {
	font-style: italic;
	font-weight: 300;
	color: #478799;
}


/* Pagination */

ol.pagination {
	margin: 0 0 45px;
	padding: 0;
	list-style: none;
	text-align: center;
}

ol.pagination li {
	display: inline-block;
	margin: 0 2px 0;
	line-height: 30px;
	color: #3b4043;
	font-weight: 700;
}

ol.pagination li a {
	display: block;
	width: 30px;
	height: 30px;
	color: #3b4043;
	text-decoration: none;
	background: url("../img/pagination.png") no-repeat 0 0;
    font-size: small;
}

ol.pagination li a.prev,
ol.pagination li a.next {
	width: 60px;
	background-position: 0 -90px;
}

ol.pagination li a:hover {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.33);
	background-position: 0 -30px;
}

ol.pagination li a.prev:hover,
ol.pagination li a.next:hover {
	width: 60px;
	background-position: 0 -120px;
}

ol.pagination li a.disabled:hover {
    display: block;
    width: 30px;
    height: 30px;
    color: #3B4043;
    background: url("../img/pagination.png") no-repeat 0 0px;
    cursor: default;
}

ol.pagination li span {
	display: block;
	width: 30px;
	height: 30px;
	color: #272727;
	background: url("../img/pagination.png") no-repeat 0 -60px;
}


/* Text Page */

.text-page {
	margin: 25px 0;
	color: #272727;
}

.text-page h2 {
	margin-bottom: 20px;
}

.text-page h3 {
	font-weight: 700;
	text-transform: uppercase;
}

.text-page p,
.text-page ul,
.text-page ol {
	margin: 0 0 20px;
}

/* Text Page: Help */

.help-page {
	margin: 25px 0;
}

.help-page h3 {
	margin-bottom: 20px;
	font-size: 20px;
}

.help-page h3 a {
	font-style: italic;
}

.help-page-item {
	padding: 15px 0 15px 25px;
	border-top: 1px solid #e1e1e1;
	font-weight: 300;
}

.help-page-item:last-child { border-bottom: 1px solid #e1e1e1; }

.help-page-item-num {
	float: left;
	margin: 0 0 0 -25px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

.help-page-item h4 {
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
}

.help-page-item p {
	margin: 5px 0 0;
	font-size: 17px;
	line-height: 25px;
}

/* Text Page: How Works */

.how-page {
	margin: 30px 0;
	color: #272727;
}

.how-page-item {
	margin: 0 0 55px;
}

.how-page-photo {
	float: left;
	padding: 30px;
}

.how-page-photo img {
	display: block;
	width: 128px;
	height: 128px;
}

.how-page-text {
	float: right;
	width: 780px;
}

.how-page-text h3 {
	font-size: 53px;
	line-height: 55px;
	font-weight: 700;
}

.how-page-text h3 strong {
	color: #478799;
}

.how-page-text h4 {
	padding: 0 0 10px 55px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 24px;
	line-height: 25px;
	color: #353535;
	font-style: italic;
	font-weight: 300;
}

.how-page-text p {
	margin: 10px 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}

.how-page-go {
	float: right;
	padding: 15px 0;
	width: 845px;
	border-top: 1px solid #e1e1e1;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	text-align: right;
}

.how-page-go a {
	color: #478799;
	font-style: normal;
}


/* Register: How Works */

#reg-how {
	margin: 30px 0 60px;
	background: #f9f9f7 url("../img/reg_how_info.png") repeat-x;
}

.reg-how-item {
	float: left;
	margin: 0 0 0 34px;
	width: 222px;
	text-align: center;
}

.reg-how-item:first-child {
	margin-left: 0;
}

.reg-how-photo {
	padding: 0 0 25px;
}

.reg-how-photo img {
	width: 128px;
	height: 128px;
}

.reg-how-item h3 {
	color: #478799;
	font-size: 26px;
	line-height: 26px;
	font-weight: 900;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.reg-how-item p {
	margin: 10px 0 25px;
	font-weight: 300;
	font-size: 19px;
	line-height: 19px;
	color: #353535;
}

.reg-how-bottom {
	background: url("../img/reg_how_bottom.png") repeat-x left bottom;
}

.reg-how-action {
	margin: 0 auto;
	padding: 7px 6px 4px;
	width: 215px;
	height: 54px;
	background: url("../img/reg_how_action.png") no-repeat;
}

.reg-how-action a {
	display: block;
	padding: 0 2px 3px;
	width: 211px;
	height: 51px;
	line-height: 51px;
	font-size: 25px;
	color: #f4f2ef;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.33);
	background: url("../img/reg_how_button.png") no-repeat;
}


/* Popup */

.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	z-index: 100005;
	background: url("../img/popup_overlay.png");
}

.popup-close {
	position: absolute;
	top: -13px;
	right: -13px;
	width: 26px;
	height: 26px;
	background: url("../img/popup_close.png");
	cursor: pointer;
}

.popup-in {
	position: relative;
	margin: 0 auto;
	padding: 25px 80px;
	width: 685px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

.popup h3 {
	margin: 0 0 10px;
	padding: 0 80px;
	font-size: 22px;
	line-height: 25px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.popup p.popup-desc {
	margin: 0 0 20px;
	padding: 0 80px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #333;
	text-align: center;
}

.popup form.form-table {
	margin: 0 auto;
	width: 425px;
}

.popup form.form-table ol li {
	float: left;
	padding: 14px 4px 9px !important;
	width: auto;
	border-bottom: 0;			
}

.popup form.form-table ol li.form-table-button {
	float: right;
	padding-top: 14px;
}

.popup form.form-table ol li.form-table-note {
	float: none;
	clear: both;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-size: 13px;
	font-style: italic;
	color: #565555;
	text-align: left;
}

.popup p.msg {
	margin-top: 20px;
	font-size: 16px;
	font-style: normal;
}


/* Footer */

#footer {
	margin: 30px 0 0;
	text-align: center;
}

/* Navigation */

.foot-nav {
	padding: 14px 0;
	line-height: 22px;
	background-color: #f8f5f1;
}

.foot-nav .page {
	position: relative;
}

ul.foot-sn {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.foot-sn li {
	float: left;
	margin: 0 0 0 7px;
}

ul.foot-sn li a {
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background: url("../img/foot_sn.png") no-repeat;
}

ul.foot-sn li.foot-sn-fb a  { background-position: 0 0; }
ul.foot-sn li.foot-sn-gp a  { background-position: -22px 0; }
ul.foot-sn li.foot-sn-rss a { background-position: -44px 0; }
ul.foot-sn li.foot-sn-tw a { background-position: -66px 0; }



ul.foot-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.foot-links li {
	display: inline-block;
	padding: 0 8px;
	font-size: 13px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

ul.foot-links li a {
	color: #272727;
}

/* Copyright */

.foot-copy {
	padding: 23px 0;
	color: #fff;
	background-color: #272727;
}
.page_thank_you{
	padding-top: 25px;
}
.popup_small{
	width: 300px;
}
.popup_small p{
	text-align: center;
}
.cart-table{
	color: #3b4043;
}
.cart-table div.sort-table-price{
	float: right !important;
	text-align: center !important;
}
.cart-table-row .sort-table-price{
	padding-right: 12px;
}
.cart-table.sort-table ol li {
	margin: 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 0 !important;
}
.cart-table.sort-table ol li.iva-esclusa {
	border-top-color: darkgray;
}
.pay-form{
	margin-bottom: 50px !important;
}
.pay-form input[type="image"]{
	float: right;
}
.invoice-form{
	width: 44%;
}

.show-on-mobile {
    display: none;
}

.real-table {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

.real-table thead tr {
	color: #478799;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	text-transform: uppercase;
	background: url("../img/title_bg.png") repeat-x scroll left bottom #FFFFFF;
	margin: 0;
}

.real-table thead tr th {
	height: 3em;
	border-bottom: 1px solid #D3D3D3;
	margin: 0;
	padding: 0;
}