@import url("reset.css");
@import url("bootstrap.min.css");
@import url("bootstrap-responsive.min.css");
@import url("global.css");
@import url("bootstrap-modal.css");
@import url("bootstrap-modalbox.css");
@import url("imagebox.css");
@import url("nadavi.css");
@import url("compare.css");
@import url("tools.css");

/* Общие стили */

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	position: relative;
	min-width: 1200px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
        font-size: 0.8em;
	color: #434648;
        margin:0;
}
body::before {
	content: "";
	position: absolute;
	top: 0px;
	display: block;
	width: 100%;
	height: 5px;
	background: #4585f3;
        z-index: 1;
}

a, a:hover {
	color: #434648;
}

.grad-finish {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 40px;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.mtop5 {
	margin-top: 5px;
}

.mtop10 {
	margin-top: 10px;
}

.mtop20 {
	margin-top: 20px;
}

img.dict {
	vertical-align: top;
	cursor: pointer;
}

/* Ссылка */

.my-link {
	text-decoration: none;
    margin: 0 10px;
}

.my-link:hover {
	text-decoration: none;
}

.my-link.black {
	color: #393939;
	border-bottom-color: #393939;
}

.my-link.red {
	color: #d03c29;
	border-bottom-color: #d03c29;
}

.my-link.gray {
	color: #7c7c7c;
	border-bottom-color: #7c7c7c;
}

.my-link.blue {
	color: #2c5299;
	border-bottom-color: #2c5299;
}

.my-link.solid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.my-link.dashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.login-link,
.reg-link {
	color: #2c5299;
}

/* Кнопка */

a.my-btn {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    padding: 4px 8px;
	border-radius: 5px;
    text-decoration: none !important;
}

/* Голубая кнопка */

a.my-btn.blue-btn {
	background-color: #4585F3;
}
a.my-btn.blue-btn:hover {
	background-color: #0C62F5;
}
a.my-btn.blue-btn:active{
	background-color: #2352A3;
}

/* Черная кнопка */

a.my-btn.black-btn {
    background-color: #363636;
}
a.my-btn.black-btn:hover {
    background-color: #1D1B1B;
}
a.my-btn.black-btn:active {
    background-color: #5A5A5A;
}

/* Чекбоксы */

.mycheckbox {
    cursor: pointer;
}

.mycheckbox span {
    width: 10px;
    height: 10px;
    border: 1px solid #D5D7D9;
    text-decoration: none;
}

.mycheckbox i {
    position: relative;
    font-style: normal;
    top: -1px;
    left: 5px;
    font-size: 13px;

}

.mycheckbox.checked span {
    background: url(/img/checked_bg.png) center center no-repeat;
}

.mycheckbox.disabled span {
    background: url(/img/checked_off_bg.png) center center no-repeat;
}

/* Стиль хинта */

div.hint {
    position: absolute;
    top: 1px;
    background-color: #c3c3c3;
    color: #fff;
    //border: 1px solid #E7E7E7;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 3px 17px 3px 17px;
    z-index: 1000;
}

div.hint span.tr {
    display: block;
    position: absolute;
    top: 73%;
    left: 43%;
    font-size: 15px;
    color: #C3C3C3
}

/* Рейтинг */

.rating {
	font-size: 11px;
	font-weight: bold;
	color: #4585f2;
}

/* Конец общих стилей ***********************************************************************/

/* Главная обертка */

#main-container {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
}

#main-wrap {
	width: 1200px;
	margin: 0 auto;
}

/* Шапка сайта */

#main-head {
	overflow: auto;
        padding-top: 20px;
}

#main-head .banner {
	width: 728px;
	margin: 0 auto;
        overflow: hidden;
}

#main-head .banner:empty {
        display: none;
} 

#main-head .banner>*>* {
	margin: 0px auto;
}

#main-head .top {
	height: 70px;
	position: relative;
}

/* Шапка сайта. Логотип */

.top .logo {
	position: absolute;
	top: 5px;
	left: 0px;
}

/* Шапка сайта. Социальные сети */

.top .social {
	position: absolute;
	bottom: 0px;
	right: 338px;
	font-size: 0px;
}

.top .social a {
	margin-left: 8px;
}

/* Шапка сайта. Форма поиска */

.top .line2{
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px;
}

.basket {
    background: #ededed url("/img/icons/cart0.png") no-repeat scroll 8px 2px;
    border: 1px solid #5c94f4;
    border-radius: 5px;
    float: left;
    padding: 5px 10px 4px 60px;
    position: relative;
}

.basket .cart-qty {
    background: rgba(0, 0, 0, 0) url("/img/icons/cart_qty.png") no-repeat scroll 0 10px;
    color: #fff;
    font-size: 10px;
    height: 27px;
    left: 37px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 16px;
}
.basket .cart-info {
    padding-left: 5px;
    border-left: 1px solid #c5c5c5;
}

.basket .qty {
    color: #5c94f4;
    font-weight: bold;
}

.top .search-form {
	margin: 0px 35px 0 0;
        float: left;
}

.top .search-form .search-input {
	width: 278px;
	height: 36px;
	margin: 0 -5px 0 0;
	padding: 2px 5px;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	box-shadow: inset 0px 3px 8px rgba(80, 80, 80, 0.22);
	transition: none;
        height: 35px;
}

.top .search-form .search-input:focus {
	border: 1px solid #c2c2c2;
	box-shadow: inset 0px 1px 3px rgba(80, 80, 80, 0.22);
}

input.search-submit {
    background: #4987f2 url("/img/icons/search_ru.png") no-repeat scroll -14px 0px;
    border-radius: 0 5px 5px 0px;
    height: 41px;
    width: 100px;
    border: 0 none;
    float: right;
}

/* Шапка сайта. Авторизация */

.top .line1 {
	position: absolute;
	top: 5px;
	right: 0px;
}

.top .line1 a {
	display: inline-block;
}

.top .line1 .login {
       	color: #fff;
        font-weight: bold;
        padding: 0 10px;
        background: #4987f2;
        border-radius: 0 0px 5px 5px;
        float: left;
}

.top .line1 .login a {
       	color: #fff;
        font-weight: bold;
}

.top .line1 .logout {
       	float: left;
}

.top .line1 a.logout-link {
	display: inline-block;
	background: url("/img/icons/logout.png");
	margin-left: 5px;
	width: 19px;
	height: 20px;
	vertical-align: middle;
}

.top .line1 a.logout-link:hover {
	background: url("/img/icons/logout_hover.png");
}

.top .line1 a img {
	margin-left: 5px;
}

/* Шапка сайта. Меню сайта */

#main-head .menu {
	position: relative;
	margin: 10px 0px 0px;
	white-space: nowrap;
        overflow: hidden;
}

#main-head .menu li {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #c2c2c2;
	border-left-color: #ffffff;
	border-right-color: #b2bbbe;
	background: #ededed;
	position: relative;
	margin-right: -4px;
}

#main-head .menu li::before  {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 1px;
	background: #ffffff;
}

#main-head .menu li:first-child {
	border-left-color: #c2c2c2;
}

#main-head .menu li:last-child {
	width: 223px;
	border-right-color: #c2c2c2;
        margin-right: 0px;
}
 
#main-head .menu li a,
#main-head .menu li span {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: 0px 39px;
        font-size: 18px;
}

/* #main-head .menu li:first-child a {
	padding: 0px 29px;
} */

#main-head .menu li:last-child a {
        width: 100%;
        padding: 0px;
}

#main-head .menu li:hover a {
	background-color: #ddd;
}

#main-head .menu li.active {
	position: relative;
	background: #dddddd;
}

#main-head .menu li:not(:last-child):hover::after,
#main-head .menu li.active::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0px;
	right: 0px;
	height: 3px;
	background: #4585f2;
}

ul.small-menu {
       	float: left;
margin-top: -2px;
}

ul.small-menu li {
       	float: left;
        padding: 0 15px;
        font-weight: bold;
}

ul.small-menu li:last-child {
        padding-right: 30px;
}

/* Шапка сайта. Хлебные крошки */

.breadcrumbs {
border-bottom: 1px solid #c2c2c2;
	float: left;
    margin-left: 20px;
    padding: 23px 0 10px;
    width: 930px;
    position: relative;
}

.breadcrumbs,
.breadcrumbs a {
	font-size: 11px;
	color: #7c8082;
}


/* Меню слева */

#left-menu, #cat-crumbs {
	float: left;
	width: 250px;
}

#cat-crumbs {
        margin: 15px 0 5px 0;
}

#left-menu .title, #cat-crumbs h3 {
	position: relative;
	background: #ededed url("/img/icons/map.png") no-repeat scroll 10px center;
	border: 1px solid #c2c2c2;
        margin: auto 0;
	text-align: center;
}

#left-menu .title-filter {
	background: #ededed url("/img/icons/filter.png") no-repeat scroll 10px center;
}

#left-menu .title>h3 {
	padding: 0px;
    font-size: 18px;
    line-height: 50px;
        font-weight: normal;
    margin: auto 0;
    padding: 0;
    position: relative;
}

#cat-crumbs h3 {
        line-height: 30px;
        font-size: 16px;
        font-weight: normal;
        border-radius: 4px;
        border-bottom-width: 3px;
        background:  #ededed url("/img/icons/arrow_right_2.png") no-repeat 95% -13px;
}

#cat-crumbs .title:hover h3 {
        background: #376cc6 url("/img/icons/arrow_right_2.png") no-repeat 95% 12px;
        border-radius: 4px 4px 0 0;
        box-shadow: 2px 0 1px rgba(0, 0, 0, 0.33);
}

#cat-crumbs .title>h3>a {
        color: #5e5e5e;
        display: block;
        text-decoration: dashed;
}

#cat-crumbs .title:hover>h3>a {
        text-decoration: none;
        color: #ffffff;
}

#left-menu .title + .title {
	margin-top: 10px;
}


#left-menu .title::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	display: block;
	background: #ffffff;
}

#left-menu .title:hover::before {
	display: none;
}

#left-menu .title-cats {
	background: #4585f2;
        margin: auto 0;
        height: 30px;
}

#left-menu .title-cats h3{
	line-height: 30px;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
}

#left-menu .content {
	background-color: #fafafa;
	border: 1px solid #e7e7e7;
	padding: 10px;
        margin-bottom: 10px;
    position: relative;
}

#left-menu .actions {
        background: url(/sm/site/fileslibrary/img/actions.png);
        width: 250px;
        height: 50px;
}

#left-menu .actions:hover {
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}

#left-menu .actions a {
        display: block;
        width: 100%;
        height: 50px;
}

#left-menu .title>h3>a {
	display: block;
	margin: -1px;
	text-decoration: none;
}

#left-menu .title:hover>h3>a { 
	background: 
		url("/img/icons/map.png") no-repeat,
		url("/img/icons/arrow_right.png") no-repeat,
		url("/img/icons/arrow_right.png") no-repeat,
		#4585f2;
	background-position:
		11px center,
		90% 50%,
		95% 50%;
	color: #ffffff;
}

#cat-crumbs .title ul {
	position: absolute;
/*	top: 280px;*/
	width: 249px;
	margin: -5px 0 0;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.33);
	z-index: 1000;
    visibility:hidden;
    -webkit-transition-property: visibility;
    -webkit-transition-duration: 0.3s;
    -moz-transition-property: visibility;
    -moz-transition-duration: 0.3s;
    -o-transition-property: visibility;
    -o-transition-duration: 0.3s;
    transition-property: visibility;
    transition-duration: 0.3s;
}

#cat-crumbs .title:hover>ul,
#cat-crumbs .title>ul>li:hover>ul,
#cat-crumbs .title>ul>li>ul>li:hover>ul,
#left-menu .catalog>li:hover>ul,
#left-menu .catalog>li>ul>li:hover>ul {
	display: block;
    visibility:visible;
}

#cat-crumbs .title ul>li>:first-child,
#cat-crumbs .title ul>li>ul>li:first-child,
#cat-crumbs .title ul>li>ul>li>ul>li:first-child
#left-menu .catalog>li:first-child,
#left-menu .catalog>li>ul>li:first-child,
#left-menu .catalog>li>ul>li>ul>li:first-child {
	border-top: none;
}

#left-menu .catalog>li.has-children>a {
	background-image: url("/img/icons/arrow_right_1.png");
	background-repeat: no-repeat;
	background-position: 95% -11px;
}

#cat-crumbs .title ul>li>ul  {
	left: 249px;
}

#left-menu .catalog {
	margin: -10px;
	padding: 0px;
}

#left-menu .catalog>li {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #e7e7e7;
}

#left-menu .catalog>li>a,
#left-menu .catalog>li>span.not-a {
	display: block;
	margin: 0px -1px;
	padding: 5px 30px 5px 10px;
}

#left-menu .catalog>li:hover>a,
#left-menu .catalog>li:hover>span.not-a {
	color: #ffffff;
	text-decoration: none;
	background-color: #4585f2;
}

#cat-crumbs .title ul>li>ul,
#cat-crumbs .title ul>li>ul>li>ul,
#left-menu .catalog>li>ul,
#left-menu .catalog>li>ul>li>ul {
	position: absolute;
	top: 0px;
	left: 249px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.33);
	z-index: 20;
    visibility:hidden;
	-webkit-transition-property: visibility;
	-webkit-transition-duration: 0.3s;
	-moz-transition-property: visibility;
	-moz-transition-duration: 0.3s;
	-o-transition-property: visibility;
	-o-transition-duration: 0.3s;
	transition-property: visibility;
	transition-duration: 0.3s;
}

#cat-crumbs .title ul>li,
#cat-crumbs .title ul>li>ul>li,
#cat-crumbs .title ul>li>ul>li>ul>li,
#left-menu .catalog>li>ul>li,
#left-menu .catalog>li>ul>li>ul>li {
	position: relative;
        display: block;
	margin: 0px 0px 0px 1px;
	border-top: 1px solid #2f5ead;
}

#cat-crumbs .title ul>li>a,
#cat-crumbs .title ul>li>span.not-a {
	display: block;
	margin: 0px;
	padding: 5px 20px;
	text-decoration: none;
	color: #ffffff;
	background-color: #4585f2;
}

#cat-crumbs .title ul>li>ul>li>a,
#cat-crumbs .title ul>li>ul>li>span.not-a,
#cat-crumbs .title ul>li>ul>li>ul>li>a,
#cat-crumbs .title ul>li>ul>li>ul>li>span.not-a,
#left-menu .catalog>li>ul>li>a,
#left-menu .catalog>li>ul>li>span.not-a,
#left-menu .catalog>li>ul>li>ul>li>a,
#left-menu .catalog>li>ul>li>ul>li>span.not-a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #ffffff;
	background-color: #4585f2;
}

#cat-crumbs .title ul>li:hover>a,
#cat-crumbs .title ul>li:hover>span.not-a,
#cat-crumbs .title ul>li>ul>li:hover>a,
#cat-crumbs .title ul>li>ul>li:hover>span.not-a,
#cat-crumbs .title ul>li>ul>li>ul>li:hover>a,
#cat-crumbs .title ul>li>ul>li>ul>li:hover>span.not-a,
#left-menu .catalog>li>ul>li:hover>a,
#left-menu .catalog>li>ul>li:hover>span.not-a,
#left-menu .catalog>li>ul>li>ul>li:hover>a,
#left-menu .catalog>li>ul>li>ul>li:hover>span.not-a {
	background: #376cc6;
}

#cat-crumbs .title ul>li.has-children>a,
#cat-crumbs .title ul>li.has-children>span.not-a,
#cat-crumbs .title ul>li.has-children:hover>a,
#cat-crumbs .title ul>li.has-children:hover>span.not-a,
#cat-crumbs .title ul>li>ul>li.has-children>a,
#cat-crumbs .title ul>li>ul>li.has-children:hover>a,
#cat-crumbs .title ul>li>ul>li.has-children:hover>span.not-a,
#left-menu .catalog>li.has-children:hover>a,
#left-menu .catalog>li.has-children:hover>span.not-a,
#left-menu .catalog>li>ul>li.has-children:hover>a,
#left-menu .catalog>li>ul>li.has-children:hover>span.not-a,
#left-menu .catalog>li>ul>li.has-children>a {
	background-image: url("/img/icons/arrow_right_1.png");
	background-repeat: no-repeat;
	background-position: 95% 9px;
}

#left-menu .filters-area,
#left-menu .filters-area a {
}

#left-menu .filters-area span {
    font-weight: bold;
    display: inline-block;
}

#left-menu .filters-area ul {
	margin: 0px;
}

#left-menu .filters-area ul li.non-base {
	display: none;
}

#left-menu .filters-area a.show-all-values {
	display: block;
	text-decoration: underline;
	margin-bottom: 5px;
}

#left-menu .filters-area ul.catalogs li {
    padding-left: 10px;
}

#left-menu .filters-area ul.catalogs li a {
    width: 200px;
}

#left-menu .filters-area ul.catalogs li.is-category {
    background: url(/img/catagory-tr.png) 0 5px no-repeat;
    font-weight: bold;
}

#left-menu .filters-area ul.sub-cats > li {
    font-weight: normal;
}

#left-menu div.price-input {
    margin-top: 10px;
}

#left-menu div.price-input > input {
    width: 82px;
    position: relative;
    top: 5px;
}

#left-menu .banner,
#right-menu .banner {
	text-align: center;
}

/* Контентая часть */

#main-content {
	margin: 10px 0 15px;
    position: relative;
}

#content {
	width: 1200px;
	float: right;
    position: relative;
}

#content h1 {
	margin-top: 0px;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}

/* Контентая часть. Главная страница */

/* Контентая часть. Слайдер */

#content .slider {
	width: 926px;
	height: 200px;
}

.multibanner {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

.multibanner .banners {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.multibanner .banner {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.multibanner .banner img {
	width: 100%;
	height: 100%;
}

.multibanner .switch {
	bottom: 18px;
	position: relative;
	text-align: left;
	z-index: 10;
}

.multibanner .switch span {
	display: inline-block;
	cursor: pointer;
	width: 11px;
	height: 10px;
	margin: 0 5px;
	background: url("/img/icons/multibanner-switch.png") no-repeat -11px 0;
}

.multibanner .switch span.checked {
	cursor: default;
	background: url("/img/icons/multibanner-switch.png") no-repeat 0 0;
}

/* Контентая часть. Главная. Блоки */

.content-block>.title {
	line-height: 24px;
	font-weight: bold;
	color: #d03c29;
	border-bottom: 2px solid #e3e3e3;
        font-size: 16px;
}

.content-block>.title span {
	padding-bottom: 2px;
	/*border-bottom: 2px solid #d03c29;*/
}

/* Главная. Популярные статьи */

.content-block .articles {
	position: relative;
	margin: 8px -24px 0px 0px;
	overflow: visible;
}

.content-block .articles .article {
	position: relative;
	float: left;
	width: 439px;
	height: 100px;
	margin: 0px 24px 24px 0px;
	padding: 5px;
	border: 1px solid #e7e7e7;
}

.content-block .articles .article:hover {
	border-color: transparent;
	box-shadow: 0px 0px 5px #4585f2;
}

.content-block .articles .article:hover::after {
	content: "";
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background: #4585f2;
}

.content-block .articles .article .thumb {
	float: left;
	margin-right: 30px;
	width: 100px;
	height: 100px;
}

.content-block .articles .article .title {
	display: block;
	max-height: 30px;
	font-weight: bold;
	text-decoration: underline;
	overflow: hidden;
}

.content-block .articles .article .excerpt {
	margin-top: 10px;
	display: block;
	height: 47px;
	overflow: hidden;
}

.content-block .articles .article .more {
	position: absolute;
	bottom: 5px;
	left: 135px;
	font-size: 11px;
	text-decoration: underline;
}

.content-block .articles .journal-link {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 24px;
	text-decoration: underline;
}

/* Главная. Популярные товары */

.content-block .goods {
	position: relative;
	width: 100%;
	height: 174px;
	overflow: hidden;
}

.content-block .art {
    position: relative;
    width: 1145px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
}

.content-block .goods .scroll-left,
.content-block .goods .scroll-right {
	position: absolute;
	width: 24px;
	top: 7px;
	bottom: 1px;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ffffff;
}

.content-block .goods .scroll-left:hover,
.content-block .goods .scroll-right:hover {
	position: absolute;
	cursor: pointer;
	background-color: #e6e6e6;
}

.content-block .goods .scroll-left {
	left: 0px;
	background-image: url("/img/icons/big_arrow_left.png");
}

.content-block .goods .scroll-left:hover {
	background-image: url("/img/icons/big_arrow_left_hover.png");
}

.content-block .goods .scroll-right {
	right: 0px;
	background-image: url("/img/icons/big_arrow_right.png");
}

.content-block .goods .scroll-right:hover {
	background-image: url("/img/icons/big_arrow_right_hover.png");
}

.content-block .goods .goods-container {
	position: absolute;
	top: 7px;
	bottom: 7px;
	left: 24px;
	width: 2220px;
	height: 160px;
	z-index: 1;
}

.content-block .goods .goods-container .good, .content-block .goods .goods-container .article  {
	position: relative;
	float: left;
	left: 0px;
	width: 200px;
	height: 164px;
	margin: 0px 8.75px;
	border: 1px solid #e7e7e7;
}
.content-block .goods .goods-container .article {
    height: 290px;
	overflow: hidden;
}
.content-block .goods .goods-container .good:hover, .content-block .goods .goods-container .article:hover {
	border-color: transparent;
	box-shadow: 0px 0px 5px #4585f2;
}

.content-block .goods .goods-container .good:hover::after, .content-block .goods .goods-container .article:hover::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	height: 2px;
	background: #4585f2;
}

.content-block .goods .goods-container .good .title  {
	position: absolute;
	top: 4px;
	left: 8px;
	font-weight: bold;
        font-size: 12px;
}
.content-block .goods .goods-container .article .title {
    font-weight: bold;
    font-size: 12px;
    display: block;
    padding: 11px;
}
.content-block .goods .goods-container .good .thumb  {
	position: absolute;
	top: 36px;
	left: 64px;
	width: 70px;
	height: 70px;
}
.content-block .goods .goods-container .article .thumb {
    /*top: 14px;*/
    /*margin-left: 27px;*/
    /*width: 135px;*/
	margin-left: 20%;
	width: 135px;
}

.content-block .goods .goods-container .good .category {
	position: absolute;
	bottom: 32px;
	left: 8px;
	font-size: 11px;
}
div.excerpt {
    overflow: hidden;
    padding: 0px 10px;
	font-size: 11px;
}
.content-block .goods .goods-container .good .category span {
	font-weight: bold;
}

.content-block .goods .goods-container .good .category a {
	text-decoration: underline;
}

.content-block .goods .goods-container .good .rating {
	position: absolute;
	bottom: 6px;
	left: 8px;
}

.content-block .goods .goods-container .good .comments {
	position: absolute;
	bottom: 6px;
	right: 8px;
	text-decoration: underline;
}

/* Главная. Лучшие фото */

.content-block .photos {
    margin: 8px auto 0 50px;
    overflow: auto;
    width: 1118px;
}

.content-block .photos .photo {
	position: relative;
	float: left;
	width: 165px;
	height: 129px;
	overflow: hidden;
	margin: 0 9px 18px;
	cursor: pointer;
}

.content-block .photos .photo>img {
	width: 100%;
	height: 100%;
}
.content-block .photos .photo:hover::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(69, 133, 242, 0.75);
}

.content-block .photos .photo .info {
	display: none;
}

.content-block .photos .photo:hover .info {
	display: block;
}

.content-block .photos .photo .info .name {
	position: absolute;
	top: 5px;
	left: 8px;
	width: 150px;
	font-size: 12px;
	color: #ffffff;
	z-index: 10;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.content-block .photos .photo .info .name:hover {
	text-decoration: underline;
}

.content-block .photos .photo .info .author {
	position: absolute;
	top: 20px;
	left: 8px;
	z-index: 10;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.content-block .photos .photo .info .camera {
	position: absolute;
	bottom: 4px;
	left: 8px;
	padding: 10px 20px 10px 40px;
	background: url("/img/icons/camera.png") no-repeat;
	background-position: left center;
	z-index: 5;
	display: block;
	color: #ffffff;
	font-size: 11px;
}

/* Карта каталога */

.content-block .catalog-map {
	width: 974px;
	margin: -16px -24px -10px;
	border-collapse: separate;
	border-spacing: 24px;
}

.content-block .catalog-map td {
	position: relative;
	width: 166px;
	vertical-align: top;
	border: 1px solid #e7e7e7;
}

.content-block .catalog-map td:hover {
	border-color: transparent;
	box-shadow: 0px 0px 5px #4585f2;
}

.content-block .catalog-map td:hover::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	height: 2px;
	background: #4585f2;
}

.content-block .catalog-map td img {
	width: 160px;
	height: 160px;
}

.content-block .catalog-map td .title {
	margin-top: 10px;
	text-align: center;
}

.content-block .catalog-map td .title a {
	font-weight: bold;
}

.content-block .catalog-map td ul {
	margin: 8px;
}

.content-block .catalog-map td ul>li>a {
	text-decoration: underline;
}

.content-block .catalog-map td ul>li>a:hover {
	color: #4585f2;
}

/* Контентая часть. Текст */

#content .seotext {
color:#b2b2b2;
font-size: 11px;
}

#content .seotext  a{
color:#b2b2b2;
font-weight: bold;
}

/* Контентая часть. Плашка сортировок и добавить в избранное */

#content .sort-area{
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 10px;
}

#content .sort-area div.sort-and-view {
    float: left;
    margin-right: 90px;
}

#content .sort-area div.sort-and-view a {
    display: inline-block;
    width: 20px;
    height: 17px;
}

#content .sort-area div.sort-and-view a.name-sort {
	background: url(/img/sprites/name-sort.png) no-repeat;
	position: relative;
	top: 4px;
	width: 20px;
}

#content .sort-area div.sort-and-view a.rating-sort {
	background: url(/img/sprites/rating-sort.png) no-repeat;
	position: relative;
	top: 4px;
	width: 20px;
}
#content .sort-area div.sort-and-view a.price-sort {
	background: url(/img/sprites/price-sort.png) no-repeat;
	position: relative;
	top: 4px;
	width: 20px;
}

#content .sort-area div.sort-and-view a.tile-view {
    background: url(/img/sprites/tile-view.png) no-repeat;
    position: relative;
    top: 4px;
    width: 16px;
}

#content .sort-area div.sort-and-view a.line-view {
    background: url(/img/sprites/line-view.png) no-repeat;
    position: relative;
    top: 4px;
    width: 16px;
}

#content div.line-view > .title {
    color:#d03c29;
    margin: 10px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

#content .sort-area div.sort-and-view a.name-sort.checked,
#content .sort-area div.sort-and-view a.rating-sort.checked,
#content .sort-area div.sort-and-view a.price-sort.checked,
#content .sort-area div.sort-and-view a.tile-view.checked,
#content .sort-area div.sort-and-view a.line-view.checked {
	background-position: 0px -17px;
}

.sort-area a.compare,
.sort-area a.fav {
    cursor: pointer;
	display: block;
	float: right;
	font-weight: bold;
	font-size: 16px;
	line-height: 17px;
	padding-left: 21px;
}

.sort-area a.compare {
	margin-right: 20px;
        background: url("/img/icons/scale_on.png") no-repeat scroll 0 0;
}

.sort-area a.fav {
	background: url("/img/fav-sprite.png") no-repeat;
}

/* Просмотр плиткой */

#content div.mg-tile-view {
    margin-left: -20px;
}

#content div.tile-view-wrapper {
	width: 213px;
	height: 409px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 20px;
	padding-bottom: 21px;
}

#content div.tile-view-wrapper:last-child {
	margin-right: 0px;
}

#content div.tile-view {
	width: 210px;
	height: 407px;
	overflow: visible!important;
	position: absolute;
	border: 1px solid #E7E7E7;
	background: #ffffff;
        padding: 7px;
}

#left-menu + #content div.tile-view:nth-child(4n) {
	margin-right: 0px;
}

#content div.tile-view h3,
#content div.tile-view h2 {
	line-height: 1.2em;
    font-weight: normal;
    margin: 0px;
}
#content div.tile-view h2 {
    font-weight: bold;
	height: 36px;
	overflow: hidden;
font-size: 13px;
}

/* Общие стили просмотра товаров для поитки и линии *************************************************************************/

img.loader {
	display: block;
	width: 100px;
	height: 100px;
	margin: 40px auto;
	clear: both;
}

div.shop-block-list {
        width: 210px;
        font-size: 12px;
}

div.shop-block-list .good-price{
    color: #000;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
}

div.shop-block-list input.pay-button{
    width: 100%;
    font-size: 18px;
}

/* Строчка со звездочками */

.raiting-area {
    margin: 10px 0 5px 0;
}

.raiting-area span.star {
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url(/img/stars-sprite.png) 0 0 no-repeat;
}

.raiting-area span.star.grey {
    background: url(/img/stars-sprite.png) 0 -23px no-repeat;
}

.raiting-area span.count {
    position: relative;
    top: -2px;
    font-size: 12px;
}

.raiting-area .rating {
	display: inline;
}

.raiting-area .rating-date {
	margin: 5px 0px;
	font-size: 11px;
	color: #7c8082;
}

.raiting-area .rating-date:empty {
        display: none;
}

form.review .raiting-area span.star:hover {
	cursor: pointer;
}

/* Изображение */

#content div.line-view div.img,
#content div.tile-view div.img {
    text-align: center;
}

#content div.tile-view div.img {
    margin-top: 10px;
}

#content div.line-view div.img img.goods-img,
#content div.tile-view div.img img.goods-img {
	max-width: 160px;
}

#content div.line-view div.reviews,
#content div.tile-view div.reviews,
div.compare-view div.reviews
 {
	float: right;
}

#content div.line-view div.meta,
#content div.tile-view div.meta {
	text-align: left;
	overflow: auto;
}

/** Конец опщих стилей для просмотра ****************************************************************************/

/* Просмотр одной линией */

#content div.line-view {
	display: table;
	position: relative;
	width: 100%;
	border: 1px solid #E7E7E7;
	margin-bottom: 24px;
}

#content div.line-view>div {
	display: table-cell;
	vertical-align: top;
}

/* Просмотр одной линией. Блок с рисунком техники */

#content .product-face {
    position: relative;
    width: 200px;
    padding: 10px;
    display: table-cell;
}
.product-face >a>img {
	display: block;
	margin: 0 auto;
	max-width: 200px;
}
#content div.line-view .product-face .meta>a,
#content div.line-view .product-face .meta>span {
	display: inline-block;
	margin-right: 16px;
	float: right;
}

#content div.line-view div.meta a,
#content div.tile-view div.meta a,
div.compare-view div.meta a {
	text-decoration: underline;
}

/* Просмотр одной линией. Блок описание техники */

#content div.line-view .describe {
	padding-left: 21px;
	padding-bottom: 8px;
	border-right: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
        display: table-cell;
}

#content div.line-view .describe h2,
#content div.line-view .describe h3,
#content div.line-view .describe p,
#content div.line-view .describe ul {
    font-size: 12px;
    color: #737272;
    line-height: 17px;
    padding: 10px 0 0;
}

#content div.line-view .describe h2,
#content div.line-view .describe h3 {
    margin: 0px;
}

#content div.line-view .describe h2 {
    color: #4d4d4d;
    font-size: 14px;
}

#content div.line-view .describe ul li {
    list-style: square;
}

/* Просмотр одной линией. Блок информации о товари */

#content div.line-view .info {
	width: 210px;
        padding: 10px;
}

#content div.line-view .info .btn-area{
    text-align: center;
    margin-top: 8px;
}

#content div.line-view .info span.grey-bg {
	background-color: #E7E7E7;
	padding: 8px 25px 8px 25px;
	border-radius: 8px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 20px;
}

#content div.line-view .info a.width-f {
    padding: 8px 51px 8px 54px;
}

#content div.line-view .info p {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    line-height: 21px;
}

#content div.tile-view .good-code,
#content div.line-view .good-code {
    text-align: left;
    font-style: italic;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
}

#content div.line-view div.shop-block-list .good-price{
    font-size: 25px;
    line-height: 40px;
}

#content div.line-view .info p a {
    text-decoration: underline;
}
#content div.line-view .info p a:hover {
    text-decoration: none;
}

/* Отзывы, Предложения, Цена */

#content div.tile-view p {
    font-size: 12px;
}

#content div.tile-view p a {
    text-decoration: underline;
}

#content div.tile-view p a:hover {
    text-decoration: none;
}

#content div.tile-view a.center{
    display: block;
    width: 100px;
    margin: 10px auto;
}

/* Кнопка смотреть ещё */

#content div.tile-view div.see-more{
    clear: both;
}

#content div.see-more a.my-btn.black-btn.center {
    padding: 9px 29px 9px 42px;
    display: block;
    width: 100px;
    margin: 0 auto;
}

/* Блок описание раздела */

#content .describe {

}
#content  .describe p,
#content  .describe h3 {
    font-size: 14px;
}

#content .describe h3 {
    font-weight: bold;
    font-size: 16px;
}

/* Карточка товара */

#good-card .toolbar {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
    border-top: 5px solid #4585f3;
}

#good-card .toolbar .toolbar_container {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 5px #ccc;
    position: relative;
    z-index: 1;
    padding: 5px 0;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    line-height: 40px;
}

#good-card .toolbar .toolbar_container div {
    float: left;
    font-size: 12px;
}

#good-card .toolbar .toolbar_container .text{
    line-height: 20px;
    overflow: hidden;
    width: 435px;
    white-space: nowrap;
}
#good-card .toolbar .toolbar_container img {
    width: 40px;
    margin-right: 20px;
    margin-left: 10px;
}

#good-card .toolbar .toolbar_container .favcomp-block {
   margin: 0 140px 0 10px;
}

#good-card .toolbar .toolbar_container .good-price{
    font-size: 25px;
    margin: 0 20px 0 60px;
}

#good-card .toolbar .toolbar_container input.pay-button {
    width: auto;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
}

/* Карточка товара. Вкладки */

#good-card .good-menu li {
	margin-bottom: 0px;
        width: 100%;
        font-weight: bold;
        background: #ededed;
}

#good-card .good-menu a {
	margin-right: 0px;
	font-size: 14px;
	line-height: 14px;
	border: none;
	color: #707070;
        border-radius: 0;
        border-bottom: 2px solid #fff;
}

#good-card .good-menu a:hover {
	background: none;
	color: #4585f3;
}

#good-card .good-menu li.active a {
	color: #ffffff;
	background-color: #4585f3;
}

/* Карточка товара. Контейнер */

#good-card .content {
	width: 1200px;
	overflow: visible;
	font-size: 12px;
}

/* Карточка товара. Основная информация */

/* Карточка товара. Основная информация. Левая колонка */

#good-card #general .left-col {
	float: left;
	width: 300px;
	margin-top: 10px;
}

.fixed {
        position: fixed;
        top: 50px; /*здесь указываем отступ сверху*/
        z-index: 900;
}

/* Карточка товара. Основная информация. Фото товара. */

#good-card #general .product-images {
	position: relative;
	width: 300px;
	height: 315px;
}

#good-card #general .product-images:before {
	content: "";
	position: absolute;
	left: -13px;
	top: 0px;
	width: 329px;
	height: 315px;
	background: url("/img/good-image-bg.png") no-repeat;
}

#good-card #general #images-preview {
	position: absolute;
	left: 50px;
	top: 50px;
}

#good-card #general #images-list {
	margin: 0px;
	margin-right: -12px;
	padding: 0px;
}

#good-card #general #images-list li {
	float: left;
	width: 48px;
	height: 48px;
	margin: 0px 12px 12px 0px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
}

#good-card #general #images-list img {
	width: 40px;
	height: 40px;
	margin: 4px;
}

/* Карточка товара. Общая информация. Публикации */

#good-card #general .articles {
}

#good-card #general .article {
    margin-bottom: 15px;
    overflow: hidden;
}

#good-card #general .article img {
    border: 1px solid #cccccc;
    float: left;
    height: 80px;
    margin-right: 9px;
    padding: 5px;
    width: 80px;
}

#good-card #general .article a{
        color: #4987f2;
}

#good-card #general .article a.title{
	font-weight: bold;
}

#good-card #general .article .excerpt {
	max-height: 30px;
	margin: 5px 0px;
	overflow: hidden;
}

#good-card #general .article .more {
	font-size: 11px;
}

#good-card #general .articles .journal-link{
        color: #4987f2;
}

/* Карточка товара. Общая информация. Контент */

#good-card #general .center-col {
	width: 870px;
	margin-left: 330px;
    overflow: hidden;
}

.center-col .shop-blocks{
        float: left;
    width: 45%;
}

.center-col .shop-blocks .shop-block{
        background: #ededed;
        overflow: hidden;
        padding: 10px;
        text-align: center;
}

.shop-block .good-code{
        float: left;
        margin-left: 15px;
        font-style: italic;
}

.toolbar_container .good-code {
        font-style: italic;
        font-size: 10x;
}

.shop-block .status-yes,
.shop-block .status-no,
.shop-block-list .status-yes,
.shop-block-list .status-no,
.toolbar_container .status-yes,
.toolbar_container .status-no {
        font-style: italic;
        font-weight: bold;
}

.shop-block-list .status-yes,
.shop-block-list .status-no {
        text-align: center;
        line-height: 20px;
}

.shop-block .status-yes,
.shop-block .status-no {
        float: right;
        margin-right: 15px;
}

.shop-block .status-yes,
.shop-block-list .status-yes,
.toolbar_container .status-yes {
        color: #658b3f;
}

.shop-block .status-no,
.shop-block-list .status-no,
.toolbar_container .status-no {
        color: #d03c29;
}

.shop-block .good-price{
    color: #000;
    font-size: 45px;
    line-height: 70px;
    padding: 25px 0;
}

.shop-block .pay-types{
    text-align: center;
    clear: both;
    margin: 10px 0;
}

.shop-block .pay-types div.title{
    text-decoration: underline;
    text-align: center;
}

.shop-block .pay-types span.type {
    color: #000;
    font-weight: bold;
    padding: 0 15px;
    line-height: 27px;
    margin: 5px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url("/img/icons/select_no.png") no-repeat scroll 0 2px;
}

.shop-block .pay-types span.type:last-child {
    padding-right: 0;
}

.shop-block .pay-types span.type.checked{
    background: rgba(0, 0, 0, 0) url("/img/icons/select_yes.png") no-repeat scroll 0 2px;
}

input.pay-button {
    background: #4987f2;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding: 5px;
    width: 70%;
}

.favcomp-block {
        margin: 10px 0;
}

.favcomp-block-fr {
        margin: 3px;
        float: right;
}

.favcomp-block a {
        color: #4987f2;
        padding: 0 20px;
        text-align: left;
        cursor: pointer;
}

.favcomp-block a:last-child {
        padding-right: 0;
}

.favcomp-block a.fav {
	width: 95px;
        background: rgba(0, 0, 0, 0) url("/img/icons/fav.png") no-repeat scroll 0 0;
}

.favcomp-block a.fav:hover, .favcomp-block a.fav.active {
	width: 95px;
        background: rgba(0, 0, 0, 0) url("/img/icons/fav_on.png") no-repeat scroll 0 0;
}

.favcomp-block a.compare-checkbox {
 	width: 95px;
        background: rgba(0, 0, 0, 0) url("/img/icons/scale.png") no-repeat scroll 0 0;
}

.favcomp-block a.compare-checkbox:hover, .favcomp-block a.compare-checkbox.checked, .favcomp-block a.compare {
 	width: 95px;
        background: rgba(0, 0, 0, 0) url("/img/icons/scale_on.png") no-repeat scroll 0 0;
}

.delivery-block {
        float: left;
        width: 40%;
    margin-left: 100px;
}

.delivery-block div {
        padding-left: 22px;
}

.delivery-block .delivery {
        background: url(/img/icons/delivery.png) no-repeat;
}

.delivery-block .pay{
        background: url(/img/icons/pay.png) no-repeat 10px 0;
}

.delivery-block div .title {
        font-weight: bold;
        font-size: 18px;
    padding-bottom: 5px;
}

.delivery-block div .subtitle {
        font-weight: bold;
        font-size: 15px;
}

.delivery-block div .text{
        font-size: 12px;
    padding-bottom: 10px;
}

.reviews {
    padding-top: 10px;
}

#good-card h1 {
	margin: 10px 0px;
	line-height: 1.2em;
	font-size: 16px;
}

#good-card #general .raiting-area {
	float: left;
	margin: 0px;
}

#good-card #general .reviews>* {
	margin-left: 10px;
}

#good-card #general .share .yashare-auto-init {
	display: inline-block;
}

/* Карточка товара. Вкладки */

#good-card .tab-header {
	display: none;
	margin-top: 20px;
	overflow: auto;
}

/* Карточка товара. Вкладки. Левая колонка */

#good-card .tab-header .left-col {
	float: left;
	width: 140px;
}

/* Карточка товара. Вкладки. Изображение товара */

#good-card .tab-header .good-image {
	position: relative;
	width: 138px;
	height: 138px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
}

#good-card .tab-header .good-image img {
	position: absolute;
	left: 29px;
	top: 29px;
	width: 80px;
	height: 80px;
}

/* Карточка товара. Вкладки. Средняя колонка */

#good-card .tab-header .center-col {
	float: left;
	width: 770px;
	margin-left: 20px;
}

#good-card .tab-header .center-col h1 {
	margin: 0px 0px 10px;
	line-height: 1.2em;
	font-size: 16px;
}

#good-card .tab-header .reviews>* {
	margin-right: 10px;
}

#good-card .tab-header .compare,
#good-card .tab-header .share {
	margin: 10px 0px;
}

/* Горизонтальный блок Nadavi */

#good-card .nadavi>table {
	margin-top: 10px;
	border-collapse: separate;
}

#good-card .nadavi img {
	max-width: none;
}

#good-card #nadaviSpanTab {
	float: right;
	width: 576px;
}

/* Блоки */

#good-card .block-title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    position: relative;
	margin-top: 50px;
}

#good-card .block-title-text {
    background: #fff none repeat scroll 0 0;
    margin: 0 10px;
    padding: 0 4px;
    position: absolute;
    top: 11px;
}

#good-card .block-title-line {
    border-top: 2px solid #bebebe;
}

/* Блок описания */

#good-card .desc-short {
     color: #bebebe;
    padding: 10px 0;
}

#good-card .desc {
	overflow: hidden;
        line-height: 16px;
}

#good-card .desc li {
	list-style: circle;
        line-height: 16px;
}

#good-card .desc h3 {
	font-size: 16px;
        line-height: 20px;
}

#good-card .desc p {
        line-height: 16px;
}

#good-card #desc-read-less {
	display: none;
}

/* Блок характеристик */

#good-card .props {
	width: 100%;
}

#good-card .props td {
	vertical-align: top;
}

#good-card .props td:first-child {
	width: 50%;
	padding: 3px 0;
	font-weight: bold;
	color: #7c7c7c;
	background-image: url("/img/dot.png");
	background-repeat: repeat-x;
	background-position: left 15px;
}

#good-card .props td.sep:first-child span {
	background: none;
}

#good-card .props td:first-child span {
	background: #ffffff;
    padding: 0 10px;
}

#good-card .props td:last-child {
	padding: 3px 10px 3px 5px;
}

#good-card .props td.sep {
    background: #ededed none repeat scroll 0 0;
    color: #4987f2;
    padding: 3px 0;
}

/* Блок галереи */

#good-card .photos {
	margin: 10px 0px 0px 0px;
}

#good-card .photos .photo {
	margin: 0px 11px 0px 0px;
	width: 113px;
	height: 88px;
}

#good-card .photos .photo .info .name,
#good-card .photos .photo .info .author {
	width: 97px;
}

#good-card .photos .photo:last-child {
	margin-right: 0px;
}

/* Карточка товара. Вкладки. Галерея */

#good-card #gallery a:hover {
	color: #ff0000;
}

#good-card #gallery .block-photo {
	margin-left: -33px;
}

#good-card #gallery .photo {
	float: left;
	margin: 0 0px 0px 33px;
}

#good-card #gallery .photo-block {
	display: table;
	border: 1px solid #cccccc;
}

#good-card #gallery .photo-container {
	display: table-cell;
	width: 190px;
	height: 190px;
	text-align: center;
	vertical-align: middle;
}

#good-card #gallery .photo .author {
	margin: 8px 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #bcbec0;
}

#good-card #gallery .photo .rel {
	height: 40px;
}

/* Карточка товара. Отзывы */

#good-card .review {
	overflow: auto;
	margin: 25px 0px;
}

#good-card .review .left {
	width: 163px;
	float: left;
	text-align: center;
}

#good-card .review .author-image {
	width: 72px;
	border: 1px solid #ebebeb;
}

#good-card .review .right {
	margin-left: 163px;
}

#good-card .review .author-name {
	position: relative;
	padding: 0px 10px;
	line-height: 35px;
	border: 1px solid #c2c2c2;
	background-color: #ededed;
}

#good-card .review .author-name .time {
	float: right;
}

#good-card .review .author-name:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 1px;
	background-color: #ffffff;
}

#good-card .review .raiting-area {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

#good-card .review .pros-cons-in-use td {
	padding: 5px 10px 5px 0px;
}

#good-card .review .pros-cons-in-use td:nth-child(2) {
	font-weight: bold;
	color: #707070;
	
}

/* Карточка товара. Правая колонка */

#good-card .right-col {
	float: right;
	width: 250px;
}

/*** Футер сайта */

#main-clear {
	clear: both;
}

#main-footer {
	position: absolute;
	left: 0px;
	right: 0px;
	height: 214px;
	overflow: hidden;
	line-height: 1.1em;
	border-top: 2px solid #cd3b29;
	background: #202020;
	text-align: center;
}

#main-footer .social {
        width: 1200px;
        margin: 10px auto;
}

#main-footer .social .icn{
        padding: 0px 5px;
        float: right;
}

#main-footer .menu {
	width: 1200px;
	margin: 32px auto;
	text-align: left;
}

#main-footer .counter {
	width: 1200px;
	margin: 0px auto;
	text-align: right;
        clear: both;
        padding: 10px 0;
}

#main-footer .menu a,
#main-footer .menu span.not-a {
	color: #cfcfcf;
}

#main-footer .menu>li {
	float: left;
	width: 170px;
	margin-right: 30px;
}

#main-footer .menu>li>a,
#main-footer .menu>li>span.not-a {
	font-weight: bold;
	text-decoration: underline;
}

#main-footer .menu>li>ul {
	margin: 10px 0px 0px;
	padding: 0px;
}

#main-footer .menu>li>ul>li {
	line-height: 1.3em;
}

#main-footer .menu>li>ul a,
#main-footer .menu>li>ul span.not-a {
}

/*
** Стилизация для плагинов jquery
**********************************************************************************/

/*
**  Слайдер цены
*/

/* Ширина слайдера */
#slider {
    width: 238px;
}
/* Контейнер слайдера */
.ui-slider {
    position: relative;
}
/* Ползунок */
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 13px;
    height: 13px;
    background-color: #1F5DFF;
    cursor: pointer;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}
/* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
.ui-slider-horizontal {
     height: 3px; /* задаем высоту согласно дизайна */
}
/* позиционируем ползунки */
.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    margin-left: -6px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 4.75);
       -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 4.75);
            box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 4.75);
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
/* оформление полосы по которой ходит ползунок */
.ui-widget-content {
    background: #B5B5B5;
    height: 1px;
}
/* оформление активного участка (между двумя ползунками) */
.ui-widget-header {
    border: 1px solid #D4D4D4;
    background: #131212;
}
/* скругление для полосы слайдера */
.ui-corner-all {

}

/*
** Стилизация изображений на карточке товара
*/

div.img-box {
    width: 502px;
}

div.img-box > div.main-img {
    width: 429px;
    height: 352px;
    text-align: center;
    padding: 10px;
    border: 1px solid #C2C2C2;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #FFF;
}

div.img-box > div.main-img img {
    width: 400px;
    height: 352px;
}

ul.miniature {
    margin: 0;
}

ul.miniature li {
    width: 77px;
    height: 65px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    border: 1px solid #C2C2C2;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin-right: 14px;
    margin-top: 15px;
}

ul.miniature li.active {
    border: 1px solid #4585f3;
}

ul.miniature li:hover{
    border: 1px solid #4585f3;
}

ul.miniature li a img {
    width: 64px;
    height: 61px;
}

/*
** Стили диалогового окна
*/

#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    opacity: 0.9;
    display:none;
}

#modal-window .dialog {
    position:absolute;
    left:0;
    top:0;
    display:none;
    z-index:9999;
    overflow: auto;
}

#modal-window #window {
    padding:10px;
    background: transparent url(/img/opacity-bg.png);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

#modal-window #window .close {
    float: right;
    position: relative;
    top: -4px;
    right: -2px;
    cursor: pointer;
}

#modal-window div.img-box {
    width: auto;
    position: relative;
    margin: 19px 5px 17px 19px;
}

#modal-window span.text-label {
    position: absolute;
    top: -23px;
    font-weight: bold;
}

#modal-window div.img-box > div.main-img {
    height: 526px;
    width: 832px;
    background-color: #fff;
    overflow: hidden;
}

#modal-window div.img-box > div.main-img img {
    height: auto;
    width: auto;
}

#modal-window ul.miniature {
    width: 868px;
}

#modal-window ul.miniature li {
    background-color: #FFF;
    width: 160px;
    height: 115px;
    padding-top: 16px;
    margin-right: 11px;
}

#modal-window ul.miniature li a img {
    width: 98px;
    height: 82px;
}

#modal-window div.img-box a.next,
#modal-window div.img-box a.prev {
    display: inline-block;
    position: absolute;
    background: url(/img/arrow-sprite.png) 0 0 no-repeat;
    width: 62px;
    height: 66px;
}

#modal-window div.img-box a.prev {
    top: 38%;
    left: 30px;
    background-position: 0 -142px;
}

#modal-window div.img-box a.prev:hover {
    background-position: 0 -209px;
}

#modal-window div.img-box a.next {
    top: 38%;
    right: 35px;
}
#modal-window div.img-box a.next:hover {
    background-position: 0 -68px;
}

/*
** Cтили для табов
*/

div.tabs {

}

div.tabs ul {
    margin: 0;
    padding: 0;
}

div.tabs ul li {
    display: inline-block;
    text-align: center;
    height: 31px;
    background-color: #EDEDED;
    padding-left: 35px;
    padding-right: 35px;
    border: 1px solid #C2C2C2;
    border-left: none;
    margin-right: -2px;
    cursor: pointer;
}

div.tabs ul li a {
    text-decoration: none;
}

div.tabs ul li.active {
    background-color: #4585f3;
}

div.tabs ul li.active a {
    color: #fff;
}

div.tabs ul li:first-child {
    border-left: 1px solid #C2C2C2;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
       -moz-border-radius-topleft: 5px;
       -moz-border-radius-bottomleft: 5px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
}

div.tabs ul li:last-child {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
       -moz-border-radius-topright: 5px;
       -moz-border-radius-bottomright: 5px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
}



div.tabs div.content-tab {
    display: none;
}
div.tabs div.content-tab.show {
    display: block;
}

/*
** Стили для модального окно
*/
.modal-open {
    margin-right: 1px;
}

.hover-box:hover {
	box-shadow: 0px 0px 5px #4585f2;
}

.hover-box:hover::after {
	content: "";
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background: #4585f2;
}

/* Pagination */

.pagination {
	text-align: center;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	display: inline-block;
	margin: 0px 5px;
	padding: 0px 5px;
	border: 1px solid #e7e7e7;
}

.pagination li a.current {
	font-weight: bold;
	background: #f0f0f0;
}

img.hide-image {display: none;}

/* POPUP */

.popup-box {
    display:block;
    position:relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #555 0px 2px 13px;
    -moz-box-shadow: #555 0px 2px 13px;
    box-shadow: #555 0px 2px 13px;
    behavior: url(/css/PIE.htc);
    min-width:100px;
    min-height:100px;
    background-color:#FFF;
    border: 1px solid #8e8f91;
    max-width: 916px;
    z-index: 1;
}

.popup-box {
    background: url(/img/popup-box-gradient.png) repeat-x #ffffff;
}

.popup-box-popup-images-box {
    background: #FFF;
}

.popup-box-error {
    background:#FFF7F7;
    -webkit-box-shadow: #b81f00 0px 2px 13px;
    -moz-box-shadow: #b81f00 0px 2px 13px;
    box-shadow: #b81f00 0px 2px 13px;
    border:1px solid #b81f00;
}

.popup-box .x {
    position:absolute;
    top:10px;
    right:10px;
    font-family:'Arial Black';
    font-size:14px;
    font-weight:normal;
    color:#555;
    text-decoration:none;
    display:block;
}

.popup-box-error .x {
    color: #F00;
}
.error_field{
    border: 1px solid red!important;
}
.valid_field {
    border: 1px solid green;
}
.popup-box .content {
    padding:10px;
    outline: none;
}

.popup-overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1900;
}

.popup-box .page-title h2, .popup-box>h2 {
    font-weight:normal;
    font-size:1.3em;
    margin:0;
    padding: 10px 51px;
    text-align:center;
    color:#EC2527;
}
.popup-box table {table-layout: fixed;}
.popup-box-container {
    position: relative;
    height: 100%;
}

.popup-box-wrapper {
    padding: 2% 0;
    bottom: 0;
    display: block;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
}

.small_descr {
    font-size: 10px;
    font-weight: normal;
    color: #595959;
    text-transform: uppercase;
    padding-top: 7px;
    overflow: hidden;
    height: 50px;
}
.price_total {
    top: 14px;
    position: relative;
    left: -12px;
}
#lang ul li {
    display: inline;
}
.popup-box-container:after {
    display: inline-block;
    width:  0;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.popup-box {
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
}

.loading-overlay-local,
.loading-overlay {
    z-index: 20000;
    background: url(/img/loading-overlay.gif) no-repeat center center #000;
    background-color: rgba(0, 0, 0, 0.3);
    background-attachment: fixed;
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.loading-overlay-local {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    background-attachment: scroll;
}

/* Popup Images */

/* popup-images */

.small-photos {
    height: 215px;
    overflow: hidden;
    position: relative;
    margin-left: -15px;
}

.small-photos .o {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0px;

    background-image: linear-gradient(bottom, #FFFFFF 50%, rgba(255,255,255, 0) 100%);
    background-image: -o-linear-gradient(bottom, #FFFFFF 50%, rgba(255,255,255, 0) 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 50%, rgba(255,255,255, 0) 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, rgba(255,255,255, 0) 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 50%, rgba(255,255,255, 0) 100%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, #FFFFFF),
            color-stop(0.5, rgba(255,255,255, 0))
    );
}

.small-photos ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.small-photos li {
    list-style: none;
}

.small-photos a img {
    width: 50px;
    height: 50px;
    display: inline-block;
}

img.hide-image {
    display: none;
}

ul.popup-images-box-list {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

ul.popup-images-box-list li {
    display: inline;
}

.popup-images-box-list a img {
    width: 50px;
    height: 50px;
}

.popup-images-box {
    text-align: center;
    vertical-align: middle;
}
#lang {
    float: right;
    margin-top: -65px;
}
.popup-images-image-show img {
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

.popup-images-image-show-loading {
    clear: left;
    width: 100%;
    height: 100%;
    background: url("/img/image-loading.gif") no-repeat center center #FFFFFF;
}

.popup-images-box-prev,
.popup-images-box-next {
    background: url("/img/icons/images-popup-arrows.png") no-repeat right top;
    height: 60px;
    display: block;
}

.popup-images-box-prev,
.popup-images-box-next,
.popup-images-box-header tr td.nx,
.popup-images-box-header tr td.pr {
    width: 33px;
}

.popup-images-box-prev {
    background-position: left top;
}

.popup-images-box-prev:hover {
    background-position: left -76px;
}

.popup-images-box-next:hover {
    background-position: right -76px;
}

.popup-images-box-prev-disabled {
    background-position: left -144px;
}

.popup-images-box-next-disabled {
    background-position: right -144px;
}

.popup-images-box-header {
    width: 100%;
}

.popup-images-box-header tr td {
    vertical-align: top;
}

.popup-images-box-header tr td.cn {
    text-align: center;
}

.popup-images-box-list li a {
    text-decoration: none;
}

.popup-images-box-list li a img{
    margin-bottom: 3px;
}

.popup-images-box-list li a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.popup-images-box-list li.active a img{
    border-bottom: 3px solid #f5a65f;
    margin-bottom: 0px;
}

.popup-images-image-show {
    min-width: 600px;
}

.properties-table td {
    padding: 5px;
    vertical-align: top;
}

.properties-table .row2 {
    background: #e2e3e5;
}

.properties-table .prop {
    border-right: 2px solid #fff;
    padding-left: 33px;
    font-weight: bold;
}

.properties-table .val {
    padding-left: 15px;
}

.properties-table .val p {
    padding: 0;
}

.big-photo .lightbox {
    position: relative;
}

.big-photo .lightbox em {
    background: url("/img/zoom.png") no-repeat scroll 0 0 transparent;
    bottom: -2px;
    height: 21px;
    position: absolute;
    right: -3px;
    width: 24px;
}

.good-info {
    margin-bottom: 20px;
    padding-top: 30px;
    display: block;
}

.good-info-header,
.good-info-number {
    position: absolute;
    top: 20px;
}

.good-info-header {
    margin-top: 0px;
    left: 100px;
}

.good-info-number-t22,
.good-info-number {
    padding: 2px 0px;
    text-align: center;
    width: 93px;
    white-space: nowrap;
    overflow: hidden;

    background-color: #eee;
    background-image: linear-gradient(bottom, #e2e2e2 0%, #F2F2F2 100%);
    background-image: -o-linear-gradient(bottom, #e2e2e2 0%, #F2F2F2 100%);
    background-image: -moz-linear-gradient(bottom, #e2e2e2 0%, #F2F2F2 100%);
    background-image: -webkit-linear-gradient(bottom, #e2e2e2 0%, #F2F2F2 100%);
    background-image: -ms-linear-gradient(bottom, #e2e2e2 0%, #F2F2F2 100%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, #e2e2e2),
            color-stop(1, #F2F2F2)
    );
}

.item-descr-small {
    height: 235px;
    vertical-align: middle;
}

.item-descr-small-content {
    display: inline-block;
    vertical-align: middle;
    width: 53%;
}

.item-descr-small:after {
    display: inline-block;
    width:  0;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.cat-item .exclusive,
.item-descr-small .exclusive {
    background: url(/img/shop-style/voblers/exclusive.png) no-repeat;
    width: 100px;
    height: 30px;
    display: inline-block;
}

.cat-item .topsale,
.item-descr-small .topsale {
    background: url(/img/shop-style/voblers/hit.png) no-repeat;
    width: 100px;
    height: 30px;
    display: inline-block;
}

.cat-item .novelty,
.item-descr-small .novelty {
    background: url(/img/shop-style/voblers/new.png) no-repeat;
    width: 100px;
    height: 30px;
    display: inline-block;
}

.cat-item .spec,
.item-descr-small .spec {
    background: url(/img/shop-style/voblers/spec.png) no-repeat;
    width: 100px;
    height: 30px;
    display: inline-block;
}

.content .item-descr-small ul {
    padding-top: 0;
}

.block-photos {
    margin: 15px 15px 15px 0;
}

.big-photo,
.small-photos {
    float: left;
    margin: 0 30px 0 0;
}

.big-photo a,
.small-photos a {
    display:block;
}


.big-photo img {
    display: block;
    width: 200px;
    height: 200px;
}

.small-photos a {
    margin: 0 0 8px;
    padding: 5px;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
ul.ui-autocomplete li.ui-menu-item {text-align:left;}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    /* support: IE10, see #8844 */
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0; /* support: IE7 */
    font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
    cursor: default;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("/skin/frontend/aristos/olympusv1/css/jquery-ui/smoothness/images/animated-overlay.gif");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}
.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(/img/ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(/img/ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(/img/ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url(/img/ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(/img/ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(/skin/frontend/aristos/olympusv1/css/jquery-ui/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(/skin/frontend/aristos/olympusv1/css/jquery-ui/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/img/icons/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
    background-image: url(/img/icons/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
    background-image: url(/img/icons/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(/img/icons/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
    background-image: url(/img/icons/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
    background-image: url(/skin/frontend/aristos/olympusv1/css/jquery-ui/smoothness/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/skin/frontend/aristos/olympusv1/css/jquery-ui/smoothness/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url(/img/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(/img/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

/* jQuery Countdown styles 1.6.3. */
.hasCountdown {}
.countdown_rtl {}
.countdown_holding span {}
.countdown_row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}
.countdown_show1 .countdown_section {
    width: 98%;
}
.countdown_show2 .countdown_section {
    width: 48%;
}
.countdown_show3 .countdown_section {
    width: 32.5%;
}
.countdown_show4 .countdown_section {
    /*width: 24.5%;*/
}
.countdown_show5 .countdown_section {
    width: 19.5%;
}
.countdown_show6 .countdown_section {
    width: 16.25%;
}
.countdown_show7 .countdown_section {
    width: 14%;
}
.countdown_section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}
.countdown_amount {
    font-size: 200%;
}
.countdown_descr {
    display: block;
    width: 100%;
}

@font-face {
    font-family: 'pf_square_sans_prothin';
    src: url('/skin/frontend/aristos/olympusv1/fonts/pfsquaresanspro-thin-webfont.eot');
    src: url('/skin/frontend/aristos/olympusv1/fonts/pfsquaresanspro-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('/skin/frontend/aristos/olympusv1/fonts/pfsquaresanspro-thin-webfont.woff') format('woff'),
    url('/skin/frontend/aristos/olympusv1/fonts/pfsquaresanspro-thin-webfont.ttf') format('truetype'),
    url('/skin/frontend/aristos/olympusv1/fonts/pfsquaresanspro-thin-webfont.svg#pf_square_sans_prothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

#martasaleCountdown.hasCountdown {
    font-family: 'pf_square_sans_prothin', Arial;
    width: 485px;
    height: 120px;
    color: #ffffff;
 }

#martasaleCountdown .countdown_section {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    margin-right: 10px;
    padding: 0 15px;
}

#martasaleCountdown .countdown_section:first-child {
    padding-left: 0;
}

#martasaleCountdown .countdown_section:last-child {
    overflow: hidden;
}

#martasaleCountdown .countdown_amount:after {
    position: absolute;
    right: -10px;
    top: -7px;
    content: ':';
}

#martasaleCountdown .countdown_amount {
    font-size: 70px;
    line-height: 70px;
}

/*-----------------------------------------------------------------------------

	-	Revolution Slider 1.5.3 -

		Screen Stylesheet

version:   	2.1
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------

	-	Revolution Slider 2.0 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}

.tp-caption { z-index:1;}
.tp-caption.big_white{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    padding: 3px 4px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:#000;
    letter-spacing: 0px;
}

.tp-caption.big_orange{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    font-family: Arial;
    padding: 0px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:#fb7354;
    letter-spacing: -1.5px;
}

.tp-caption.big_black{
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    padding: 0px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:#fff;
    letter-spacing: -1.5px;
}

.tp-caption.medium_grey{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    padding: 2px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:#888;
    white-space:nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.tp-caption.small_text{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.tp-caption.medium_text{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.tp-caption.large_text{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.tp-caption.large_black_text{
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 42px;
    line-height: 42px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
}

.tp-caption.very_large_text{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 0px;
}
.tp-caption.very_large_black_text{
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 72px;
    line-height: 72px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
}
.tp-caption.bold_red_text{
    position: absolute;
    color: #d31e00;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
}
.tp-caption.bold_brown_text{
    position: absolute;
    color: #a04606;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
}
.tp-caption.bold_green_text{
    position: absolute;
    color: #5b9830;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
}

.tp-caption.very_big_white{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
    padding: 3px 4px;
    padding-top: 1px;
    background-color:#7e8e96;
}

.tp-caption.very_big_black{
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
    padding: 0px 4px;
    padding-top: 1px;
    background-color:#fff;
}


.tp-caption.modern_medium_fat{
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
}
.tp-caption.modern_medium_fat_white{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
}
.tp-caption.modern_medium_light{
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
}
.tp-caption.modern_big_bluebg{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    padding: 3px 10px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:#4e5b6c;
    letter-spacing: 0;
}
.tp-caption.modern_big_redbg{
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    padding: 3px 10px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:#de543e;
    letter-spacing: 0;
}
.tp-caption.modern_small_text_dark{
    position: absolute;
    color: #555;
    text-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space:nowrap;
}





.tp-caption.boxshadow{
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black{
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans', sans;
}

.tp-caption.noshadow {
    text-shadow: none;
}

.tp-caption a {
    color: #ff7302; text-shadow: none;	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
    color: #ffa902;
}


.tp_inner_padding	{	box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    max-height:none !important;	}


.tp-caption .frontcorner		{
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;left:-40px;top:0px;
}

.tp-caption .backcorner		{
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;right:0px;top:0px;
}

.tp-caption .frontcornertop		{
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;left:-40px;top:0px;
}

.tp-caption .backcornertop		{
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;right:0px;top:0px;
}


/******************************
	-	BUTTONS	-
*******************************/
/*
.button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
						cursor:pointer;
						color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height: normal;
						background:url(/skin/frontend/aristos/olympusv1/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
					}

.button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(/skin/frontend/aristos/olympusv1/images/gradient/g40.png) repeat-x top;}


.purchase:hover,
.button:hover,
.button.big:hover		{	background-position:bottom, 15px 11px;}



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	BUTTON COLORS	*/


/*
.button.green, .button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.button.blue, .button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.button.red, .button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.button.orange, .button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.button.darkgrey,.button.grey,
.button:hover.darkgrey,.button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.button.lightgrey, .button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}
*/


/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute; visibility: hidden;

}

.tp-simpleresponsive img	{	max-width:none;}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
    filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
    position:absolute;

    margin-left:auto;
    margin-right:auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-bannershadow.tp-shadow1 {	background:url(/skin/frontend/aristos/olympusv1/assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:60px; bottom:-60px;}
.tp-bannershadow.tp-shadow2 {	background:url(/skin/frontend/aristos/olympusv1/assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(/skin/frontend/aristos/olympusv1/assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both;}


.tp-bullets								{	z-index:1000; position:absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
}
.tp-bullets.hidebullets					{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(/skin/frontend/aristos/olympusv1/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(/skin/frontend/aristos/olympusv1/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:-10px; margin-left:3px;}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;

}
.tparrows.hidearrows									{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:-7px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:-7px;}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(/skin/frontend/aristos/olympusv1/assets/large_right.png) no-Repeat 0 0;	width:40px;	height:40px;

}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
    width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
    margin-top:-50px;
}


.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
    overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
    cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;

    -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.tp-thumbs img								{	width:100%; }


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(/img/assets/timer.png);position:absolute; z-index:200;top:0px;}
.tp-bannertimer.tp-bottom					{	bottom:0px;height:5px; top:auto;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/


@media only screen and (min-width: 768px) and (max-width: 959px) {

}



@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs				{	width:300px !important; height:30px !important;}
    .responsive .tp-bullets.tp-thumbs .tp-mask		{	width:300px !important; height:30px !important;}
    .responsive .tp-bullets.tp-thumbs .bullet		{	width:60px !important;height:30px !important;}

}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets	{	display:none}
    .responsive .tparrows	{	display:none;}
}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none;}

.tp-simpleresponsive ul {
    list-style:none;
    padding:0;
    margin:0;
}

.tp-simpleresponsive >ul >li{
    list-stye:none;
    position:absolute;
    visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(/skin/frontend/aristos/olympusv1/assets/coloredbg.png) repeat;}

.tp-loader 	{	background:url(/img/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.tp-transparentimg {	content:"url(/skin/frontend/aristos/olympusv1/assets/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
}


/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */


/* Layout ================================================================================ */
.wrapper { background:#fff; padding-bottom:20px; }
.page { width:940px; margin:0 auto; text-align:center; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.main { margin:0 0 14px; min-height:350px; background-image:url(/img/bg/bkg_cols.gif); background-color:#fff; background-repeat:repeat-y; border:1px solid #cfcfcf; text-align:left; }
.sidebar { min-height:350px; }

/* Base Columns */
.col-left { float:left; width:182px; padding:0 0 0; margin:0 0 -1px; }
.col-main { float:left; width:715px; padding:0 20px 20px; }
.col-right { float:right; width:182px; padding:0 0 0; margin:0 0 -1px; }

/* 1 Column Layout */
.col1-layout { background-position:-1000px 0; }
.col1-layout .breadcrumbs { margin-bottom:0 !important; }

/* 2 Columns Layout */
.col2-left-layout { background-position:-573px 0; }
.col2-left-layout .col-main { float:right; }
.col2-right-layout { background-position:573px 0; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout { background-position:0 0; }
.col3-layout .col-main { width:532px; margin-left:1px; display:inline; }
.col3-layout .col-wrapper { float:left; width:755px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */

/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#444; }
input.input-text,select,textarea { background:#fff; border:1px solid #c7c7c7; background:#fff url(/skin/frontend/aristos/default/images/bkg_input.gif) 0 0 repeat-x; }
input.input-text,textarea { padding:2px 2px; background:#fff url(/skin/frontend/aristos/default/images/bkg_input.gif) 0 0 repeat-x; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { padding:2px 2px; border-bottom:1px solid #bbb; }
select.multiselect option:last-child { border-top:0; }
textarea { overflow:auto; resize:vertical; }
input.radio,
input.checkbox { margin-right:3px; font-size:11px !important; margin-top:2px; vertical-align:top; }
input.radio { font-size:10px !important; }
input.qty { width:2.5em !important; }
input.disabled { background:#f6f6f6 !important; color:#bbb !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */

button.button { border:0; padding:0; margin:0; background:transparent; /* line-height:21px; */ overflow:visible; cursor:pointer; vertical-align:middle; float:right;}

a.button,
button.button span,
a.button span,
button.button span span { background-color:transparent; background-image:url(/skin/frontend/aristos/default/images/bkg_btn.gif); background-repeat:no-repeat; }

a.button,
button.button span { border:0; padding:0 0 0 10px; margin:0; cursor:pointer; background-position:0 0; display:-moz-inline-stack; display:inline-block; color:#c73615; height:21px; text-decoration:none; }
a.button span,
button.button span span { padding:0 15px 1px 5px; color:#c73615; background-position:100% 0; display:-moz-inline-block; display:inline-block; white-space:nowrap; text-transform:uppercase; font:bold 11px/20px Arial, Helvetica, sans-serif; height:20px; }
a.button { line-height:21px; }
a.button { line-height:20px; }
.button:active { bottom:-1px; right:-1px; position:relative; z-index:2; }
button.button:active span span { margin:0; }
button.btn-small span { font-size:11px; line-height:14px; padding:1px 9px 0; }
button.disabled { cursor:default !important; bottom:0 !important; right:0 !important; }
button.disabled span { cursor:default !important; color:#bbb !important; }

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form Validation */
.validation-advice { clear:both; font-size:11px !important; padding:3px 0 0 !important; color:#d91a00 !important; }
.product-options .validation-error .options-list,
.validation-failed { border:1px solid #f47d4e !important; background:#fff7f5 !important; }
input.input-text.validation-failed,
textarea.validation-failed { background:#fff7f5 url(/skin/frontend/aristos/default/images/bkg_input-failed.gif) 0 0 repeat-x !important; }
span.validation-passed,
div.validation-passed { background:url(/skin/frontend/aristos/default/images/icon_ok.gif) 100% 2px no-repeat; padding-right:20px; }
span.validation-error,
div.validation-error { background:url(/skin/frontend/aristos/default/images/icon_error.gif) 100% 2px no-repeat; padding-right:20px; }
.required em { color:#f15c22; margin-right:4px; }
p.required { margin:0; padding:5px 0 7px; text-align:right; width:675px; font-size:11px; color:#f02800; }
.form-list .validation-advice { width:250px; margin-right:-250px; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Fieldset */
.fieldset { font-size:12px; margin:0 0 16px; }
.fieldset p { margin:0 0 1.5em; }
.fieldset h2.legend { margin:0 0 1.5em; color:#000; }

/* Form lists */
.form-list {}

.form-list li { margin:0 0 9px; vertical-align:top; }
.form-list label { float:left; width:225px; padding:2px 15px 0 0; font-size:12px; font-weight:bold; color:#444; text-align:right; }
.form-list .value { float:left; padding:2px 0 0; }
.form-list .note { clear:both; font-size:11px; width:380px; margin:0; padding:3px 0 0 240px; }
.form-list span.label { font-weight:normal; }
.form-list .input-box { float:left; }
.form-list .input-box a { font-size:11px; margin-top:4px; }
.form-list input.input-text,
.form-list textarea { float:left; width:374px; vertical-align:top; }
.form-list textarea { width:374px; height:90px; }
.form-list select { float:left; width:380px; vertical-align:top; }
.form-list p { margin:0; padding:0 0 0 240px; }
ul.add-row,
.form-list li.add-row { background:url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-x 0 0; margin-top:15px; }
ul.add-row .btn-remove,
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; margin:0; text-align:right; }
.form-list .range input.input-text { float:none; width:64px; vertical-align:middle; }

.form-list .add-field .input-box { margin-left:240px }
.form-list .control { position:relative; vertical-align:top; z-index:1; } /* row with checkbox or radio button */
.form-list .control label { line-height:16px; }
.form-list .control .input-box { position:absolute; left:0; margin-left:240px; line-height:16px; padding-top:1px; }
.form-list .control input.radio { margin-top:3px; }

.form-alt label { float:none; display:inline; width:auto; }
.form-alt li { margin:0 0 5px; line-height:16px; }
.form-alt select { width:496px; }
.form-alt .input-box { width:496px; margin-top:5px; padding-bottom:11px; }
.form-alt .input-text { width:480px; }

.form-list-narrow label { width:105px; }
.form-list-narrow select { width:290px; }
.form-list-narrow input.input-text,
.form-list-narrow textarea { width:285px; }
.form-list-narrow .wide { width:auto; }
.form-list-narrow .add-field .input-box { margin-left:120px; }
.form-list-narrow .control .input-box { margin-left:120px; }

.inner-form { margin:10px 0 5px; padding:10px 0 0; border:1px dashed #d1d1d1; border-width:1px; background:#f7f7f7; }
.inner-form .form-alt label { padding-left:5px; }

/* Date Of Birth */
.form-list .customer-dob label { float:none; width:auto; padding:0; font-size:11px; font-weight:normal; color:#777; }
.form-list .customer-dob .input-box { float:left; width:auto; margin-right:8px; }
.form-list .customer-dob .input-box .validation-advice { display:none !important; }
.form-list .customer-dob input.input-text { float:none; display:block; margin-bottom:2px; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year { float:left; margin-right:8px; padding-right:0 !important; background:none !important; }
.form-list .customer-dob .dob-day .validation-advice,
.form-list .customer-dob .dob-month .validation-advice,
.form-list .customer-dob .dob-year .validation-advice { display:none; }
.form-list .customer-dob .dob-day input.input-text { width:104px; }
.form-list .customer-dob .dob-month input.input-text { width:104px; }
.form-list .customer-dob .dob-year { margin-right:0; }
.form-list .customer-dob .dob-year input.input-text { width:138px; }

/* Combination of fields */
.form-list li.fields { margin:0; }
.form-list li.fields .field { clear:left; padding:0 0 9px; }

/* Buttons */
.buttons-set { clear:both; margin:15px 0; } /* general for button containing block */
.buttons-set p.back-link { float:left; padding:2px 15px 0 0; text-align:right; margin:0; }
a.back-link { color:#999; }
.buttons-set p.back-link a { color:#999; }
.buttons-set a.button,
.buttons-set button.button { float:right; margin-left:7px; }
.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; background-color:#ededed; text-align:right; }

.form-buttons { margin:0; width:676px; } /* for button containing block under the general form */
.form-buttons .button { float:right; }
.form-buttons .button { margin-left:15px; }
.form-buttons p.back-link { float:left; width:225px; padding:2px 15px 0 0; text-align:right; }

/* Overrides for 3columns */
.col3-layout .form-list .note { padding-left:165px; width:280px; }
.col3-layout .form-buttons p.back-link,
.col3-layout .form-list label { width:150px; }
.col3-layout .form-list input.input-text,
.col3-layout .form-list textarea { width:274px; }
.col3-layout .form-list select { width:280px; }
.col3-layout .form-list .control .input-box { margin-left:165px; }
.col3-layout .form-list .customer-dob .dob-day input.input-text { width:74px; }
.col3-layout .form-list .customer-dob .dob-month input.input-text { width:74px; }
.col3-layout .form-list .customer-dob .dob-year { margin-right:0; }
.col3-layout .form-list .customer-dob .dob-year input.input-text { width:98px; }
.col3-layout p.required,
.col3-layout .form-buttons { width:445px; }

/* Global Messages */
.messages { width:100%; overflow:hidden; text-align:left; margin-top:10px; }
.messages li { margin:0 0 10px; padding:0; word-wrap:break-word; }
.messages ul { padding:10px 17px 18px; margin:0 0 -11px; background-position:35px 100%; background-repeat:no-repeat; position:relative; }
.messages ul li { margin:0; padding:0 0 3px; }
.messages a { text-decoration:underline; }
.messages a:hover { text-decoration:none; }
.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg { border-style:solid !important; border-width:1px !important; font-size:12px !important; }
p.error-msg { border-style:solid !important; padding:10px; border-width:1px !important; font-size:12px !important; margin:10px 0; }
/* Error Message */
.messages li.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
.messages li.error-msg a { color:#d91a00; }
p.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
/* Success Message */
.messages li.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.messages li.success-msg a { color:#3d6611; }
/* Notification Message */
.messages li.note-msg,
.messages li.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }
.messages li.note-msg a,
.messages li.notice-msg a { color:#3d6611; }
.messages li.note-msg ul,

/* std class reset */
.std .messages { margin-top:0; }
.std .messages { width:auto; list-style:none !important; padding:0 !important; margin-bottom:0 !important; }
.std .messages ul { list-style:none !important; padding-left:17px !important; margin:0 0 -11px !important; }

/* BreadCrumbs
.breadcrumbs li { display:inline; }
.breadcrumbs li span,
.breadcrumbs a { color:#888; text-decoration:none; }
.breadcrumbs a:hover { text-decoration:underline; }
 */

/* Page Heading */
.page-title { margin-bottom:20px; padding:23px 20px 11px; background:#f6f6f6 url(/skin/frontend/aristos/default/images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.page-title .link-rss { float:right; margin-top:8px; }
.page-title h1,
.page-title h2 { font:normal 22px/27px Arial, Helvetica, sans-serif; color:#d12c01; }

.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-buttons .link-print { float:right; margin-top:4px; }

.subtitle { clear:both; padding:10px 0; font-size:18px; color:#d12c01; }

.page-popup .page-title,
.col-main .page-title { margin-left:-20px; margin-right:-20px; }
.col1-layout .col-main .page-title { margin-top:-20px; }

.sub-title { font-size:16px; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }
.sub-title .separator { font-weight:normal; }
.sub-title a { font-size:11px; font-weight:normal; text-transform:lowercase; }
.section-title { font-size:14px; font-weight:normal; color:#151515; margin:0 0 5px; }

/* Pager */
.pager { margin:15px 0; font-size:11px; padding:3px 20px; background:#f5f5f5 url(/skin/frontend/aristos/default/images/bkg_pager.gif) repeat-x 0 0; border:1px solid #ddd; color:#333; }
.pager p { margin:0 !important; }
.pager select { padding:0; margin-bottom:1px; }
.pager .amount { float:left; line-height:20px; }
.pager .amount strong { font-weight:normal; }
.pager .limiter { float:right; line-height:20px; }
.pager .pages { margin:0 135px; text-align:center; color:#333; line-height:20px; }
.pager .pages a { color:#8c8c8c; text-decoration:underline; }
.pager .pages a:hover { color:#8c8c8c; text-decoration:none; }
.pager .pages ol,
.pager .pages li { display:inline; padding:0 2px; }
.pager .pages .current { font-weight:bold; }
.pager .pages .i-previous,
.pager .pages .i-next { text-decoration:none !important; vertical-align:middle; }
.pager-only { clear:both; }
.pager-only .pages { margin:0; }

/* Sorter */
.sorter { font-size:11px; margin:0 0 0; padding:3px 20px; background:#f5f5f5 url(/skin/frontend/aristos/default/images/bkg_pager.gif) repeat-x 0 0; border-top:1px solid #ddd; color:#333; }
.sorter p { margin:0; }
.sorter select { padding:0; margin-bottom:1px; }
.sorter .view-mode { float:left; line-height:20px; white-space:nowrap; }
.sorter .view-mode label { float:left; margin:0 5px 0 0; }
.sorter .view-mode a.list-fix,
.sorter .view-mode a.list,
.sorter .view-mode strong.list-fix,
.sorter .view-mode strong.list,
.sorter .view-mode a.grid-fix,
.sorter .view-mode a.grid,
.sorter .view-mode strong.grid-fix,
.sorter .view-mode strong.grid { background:url(/skin/frontend/aristos/default/images/bkg_viewmode.gif) no-repeat 0 0; float:left; width:24px; height:17px; text-align:left; text-indent:-999em; overflow:hidden; margin:2px 0 0; }
.sorter .view-mode a.list { background-position:-24px 0; }
.sorter .view-mode strong.list { background-position:-24px -29px; }
.sorter .view-mode a.grid { background-position:0 0; }
.sorter .view-mode strong.grid { background-position:0 -29px; }

.sorter .view-mode a.list-fix { background-position:0 -58px; }
.sorter .view-mode strong.list-fix { background-position:0 -87px; }
.sorter .view-mode a.grid-fix { background-position:-24px -58px; }
.sorter .view-mode strong.grid-fix { background-position:-24px -87px;; }

.sorter .sort-by { float:right; line-height:20px; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { margin-top:-1px; }
.toolbar .pager { margin:0 0 0; border-width:1px 0; }

/* Data Table */
.table-caption { border:1px solid #ddd; border-bottom:0; margin:-1px 0 0; background:#fff url(/img/bg/bkg_block-title.gif) 0 100% repeat-x; font:14px/1.25 Arial, Helvetica, sans-serif; padding:3px 7px 4px; color:#444; }
.table-caption a { font-size:11px; text-transform:lowercase; }
.data-table { border:1px solid #d9d9d9; border-bottom:0; width:100%; border-collapse:separate; }
.data-table th { padding:5px 12px; color:#2d2d2d; border-bottom:1px solid #d9d9d9; font-weight:normal; text-transform:uppercase; white-space:nowrap; }
.data-table td { padding:5px 12px; }
.data-table thead { background:#e8e8e8 url(/skin/frontend/aristos/default/images/bkg_thead.gif) repeat-x 0 0; font-size:11px; }
.data-table tbody {}
.data-table tfoot { background-color:#ededed; }
.data-table tfoot td { padding:5px 12px; }
.data-table tfoot th { border:none; text-transform:none; }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.last th,
.data-table tr.last td { border-bottom:1px solid #d9d9d9; }
.data-table tr:last-child td,
.data-table tr:last-child th { border-bottom:1px solid #d9d9d9; }
.data-table tbody tr:nth-child(odd),
.data-table tr.odd { background-color:#fff; }
.data-table tbody tr:nth-child(even),
.data-table tr.even { background-color:#fafafa; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f5f5f5; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; white-space: normal }

.data-table td h3 {white-space: normal;}

.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; text-transform:none; border-color:#fff; background-color:#f7f7f7; }
.data-table td.value { float:none !important; }
.data-table .link-rss { display:block; }

.page-popup .data-table td,
.page-popup .data-table th { border-bottom:1px solid #d9d9d9; }
.page-popup .buttons-set .button { float:right; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(/skin/frontend/aristos/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { background-color:#ede9e6; font-size:12px; padding:5px !important; }
tr.summary-details-first td {}
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { display:block; padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(/skin/frontend/aristos/default/images/bkg_collapse.gif) 100% 3px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -54px; }

/* Links */
ul.links,
ul.links li { display:inline; }
ul.links li .separator { margin:0 2px 0 5px; font-size:10px; color:#8f8f8f; }
ul.links li.last .separator { display:none; }

/* Reward Points */
.rewards { margin:-10px 0 20px; }
.reward-message { display:block; margin:5px -15px 5px -15px; background:#d55721 url(/skin/frontend/aristos/default/images/bkg_rewards.gif) 5px 3px no-repeat; padding:3px 5px 3px 32px; font:normal 12px/20px Arial, Helvetica, sans-serif; color:#fff; }
.reward-message p { display:inline; margin:0 !important; }
.reward-message .limit { display:block; font-size:11px; line-height:1.15; }
.reward-message a { color:#ffe6dc; text-decoration:underline; }
.reward-message a:hover { color:#ffe6dc; text-decoration:none; }
.reward-message .price { font-size:1em; font-weight:normal; }
/* Reward Points types rewrites */
.reward-review,
.reward-tag,
.reward-checkout { margin:0; }

/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote,
.std table { margin-bottom:1em; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std hr { margin:1.5em 0; color:#d9d9d9; }
.std table { width:100%; }
.std table thead { background:#e8e8e8; }
.std table th { background:#f7f7f7; font-weight:bold; }
.std table thead th { background:#e8e8e8; font-weight:bold; }
.std table th,
.std table td { padding:5px 10px; border:1px solid #d9d9d9; }
.std table[border="0"] { border-width:0; }
.std table[border="0"] th,
.std table[border="0"] td { border-width:0; }

ul.disc li { padding-left:10px; background:url(/skin/frontend/aristos/default/images/bkg_bulletsm.gif) no-repeat 0 0.5em; }
.std ul.disc li { padding-left:0; background:none; }

/* Misc */
.link-rss { background:url(/skin/frontend/aristos/default/images/icon_rss.gif) 100% 1px no-repeat; padding-right:18px; white-space:nowrap; }
.link-rss:hover { color:#f58550; }
.link-print { background:url(/skin/frontend/aristos/default/images/icon_printer.gif) 0 1px no-repeat; padding:2px 0 2px 25px; white-space:nowrap; }
.link-cart { font-size:11px; font-weight:bold; color:#c73615; text-decoration:underline; }
.link-cart:hover { color:#c73615; text-decoration:none; }

.data-table .btn-remove { display:block; margin:0 auto; width:13px; height:12px; font-size:0; line-height:0; background:url(/img/icons/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer; }
.data-table .btn-remove2 {}

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.divider { margin:16px 0; background:#e7e7e7; font-size:0; line-height:0; height:1px; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(/skin/frontend/aristos/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */

/* Header ================================================================================ */
.branding { position:absolute; left:0; margin:-29px 0 0; top:50%; height:56px; }
.logo { float:left; }
.free-shipping { float:left; margin:15px 0 0 10px; display:inline; }

.header-container { margin:0 0 13px; text-align:left; }
.header { padding:8px 0 9px; min-height:56px; position:relative; z-index:5; width:940px; }
.header .logo { text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo {}
.header .quick-access { width:410px; float:right; padding:10px 0 0; }
.header .quick-access .links { float:right; line-height:18px; white-space:nowrap; }
.header .quick-access .links li { padding:0 7px 0 4px; background:url(/skin/frontend/aristos/default/images/bkg_sep.gif) no-repeat 100% 4px; }
.header .quick-access .links li a { color:#1e75b4; text-transform:uppercase; text-decoration:none; }
.header .quick-access .links li a:hover { color:#d33911; }
.header .quick-access .checkout-link li { font-weight:bold; padding:0 0 0 12px; background-position:6px 4px; }
.header .quick-access .cart-link li { font-weight:bold; padding:0 0 0 0px; background:none; }


#invitation-send-link { background:url(/skin/frontend/aristos/default/images/bkg_sep.gif) no-repeat 100% 50%; padding:0 6px 0 0; margin:0 4px 0 0; font-weight:bold; }
#invitation-send-link a { background:url(/skin/frontend/aristos/default/images/bkg_invitation-link.gif) no-repeat 3px 6px; padding-left:23px; display:inline-block; }

#invitation-send-link a, x:-moz-any-link { background-position:3px -2px; }/* FireFox 2 fix */
#invitation-send-link a, x:-moz-any-link, x:default { background-position:3px 6px; }/* FireFox 3 restore */

.header-panel { text-align:center; z-index:994; background:#fff url(/skin/frontend/aristos/default/images/bkg_header-panel-bg.gif) repeat-x 0 100%; line-height:28px; padding:0 0 0 11px; }
.header-panel .welcome-msg { font-weight:bold; display:inline; float:left; line-height:28px; margin-right:5px; }
.header-panel .links { float:left; line-height:28px; margin-right:11px; white-space:nowrap; }
.header-panel .links li a { color:#1e75b4; }
.header-panel .links li a:hover { color:#d33911; }

.switches { float:right; background:#fff url(/skin/frontend/aristos/default/images/bkg_header-panel-bg.gif) repeat-x 0 100%; padding:0 0 1px 0; }

.switch { line-height:28px; margin-left:-1px; margin-right:0; background:url(/skin/frontend/aristos/default/images/bkg_header-panel.gif) no-repeat 0 -29px; padding-left:13px; }
.switch label { font-weight:normal; margin-right:0; float:left; }
.switch .switch-wrapper { float:left; position:relative; z-index:1; padding-left:7px; padding-right:11px; }
.switch strong.current { font-weight:normal; }
.switch .separator { margin:0 2px; font-size:10px; color:#8f8f8f; }
.switch .switcher { color:#1e75b4; cursor:pointer; background:url(/skin/frontend/aristos/default/images/bkg_header-panel.gif) no-repeat 100% -73px; padding:0 10px 0 0; margin:0 3px 0 1px; }
.switch ul { position:absolute; min-width:100%; text-align:left; top:0; left:0; float:left; line-height:16px; padding:0 0 0 0; border-top:0; }
.switch ul li { vertical-align:top; display:block; white-space:nowrap; border:1px solid #c8c8c8; border-top:0; }
.switch ul li a { white-space:nowrap; display:block; background:#f2f2f2; padding:4px 6px; color:#1e75b4; text-decoration:none; }
.switch ul li a:hover { color:#d33911; background:#f8f8f8; }
.switch ul .current { line-height:28px; border:0; cursor:default; padding:0 7px; visibility:hidden;}
.switch ul .current span { padding-right:20px; background:url(/skin/frontend/aristos/default/images/bkg_close.gif) no-repeat 100% 1px; }
.switch .faded { color:#8f8f8f; }
.switch .faded li { border-color:#e6e6e6; background-color:#f6f6f6; }
.switch .faded a { color:#9ac1dd; }

.switch ul, x:-moz-any-link { width:100%; }/* FireFox 2 fix */
.switch ul, x:-moz-any-link, x:default { width:auto; }/* FireFox 3 restore */

.list-opened { background-position:100% -129px !important; color:#d33911 !important; }

.header .form-search { float:right; clear:right; padding:5px 0 0; white-space:nowrap; }
.header .form-search label { display:none; }
.header .form-search input.input-text { background:#fff url(/skin/frontend/aristos/default/images/bkg_search-input.gif) no-repeat 0 0; padding-left:23px; width:185px; }
.header .form-search a { display:none; }
.header .form-search button.button { margin:0 0 0 2px; }
.header .form-search .search-autocomplete { z-index:999; position:relative!important; top:0 !important; left:0 !important; height:0 !important; overflow:visible !important; }
.header .form-search .search-autocomplete ul { border:1px solid #c7c7c7; border-top:0; padding-left:0; width:210px; background-color:#fcf8f4; position:absolute; top:-1px; }
.header .form-search .search-autocomplete li { padding:4px 6px 4px 24px; border-bottom:1px solid #fff; font-size:12px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-search .search-autocomplete li.last { border-bottom:0; }

/********** < Navigation */
.nav-container { background:url(/skin/frontend/aristos/default/images/bkg_nav.gif) 0 100% no-repeat; padding-bottom:3px; margin-bottom:-1px; position:relative; z-index:4; }

#nav { width:932px; min-height:28px; background:#dedede url(/skin/frontend/aristos/default/images/bkg_nav.gif) 0 0 no-repeat; text-align:left; padding:0 4px 0; }

/* All Levels */
#nav li.over { z-index:990 !important; }
#nav li.parent { position:relative; }
#nav li a span { cursor:pointer; }

/* 1st Level (Top Level) */
#nav li.level-top { float:left; height:28px; position:relative; z-index:1; }
#nav a.level-top { float:left; height:28px; background:url(/skin/frontend/aristos/default/images/bkg_nav-item-border.gif) 100% 0 no-repeat; font-weight:bold; font-size:13px; line-height:28px; padding:0 0 0 17px; border-top:1px solid #c0c0c0; text-decoration:none !important; color:#333; }
#nav a.level-top span { float:left; background:url(/skin/frontend/aristos/default/images/bkg_nav-item-border.gif) 100% 0 no-repeat; padding:0 19px 0 0; white-space:nowrap; }

#nav li.over a.level-top,
#nav li.active a.level-top { height:29px; background-position:0 -60px; margin-left:-1px; border:0; padding:0 0 0 18px; }
#nav li.over a.level-top { height:31px; line-height:30px; position:relative; z-index:2; }

#nav li.over a.level-top span,
#nav li.active a.level-top span { background-position:100% -60px; padding:1px 19px 0 0; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:13.5em; top:30px; left:-10000px; background:#fbfbfb; padding:5px 11px 10px; border:1px solid #aeaeae; border-top:0; }
#nav div ul { position:static; width:auto; background:none; padding:0; border:0 !important; }

#nav ul li { float:none; height:auto; display:block; border-bottom:1px solid #e2e2e2; }
#nav ul li.last { border-bottom:0; }
#nav ul li.parent { background:url(/skin/frontend/aristos/default/images/bkg_parent.gif) 100% 50% no-repeat; }
#nav ul li a { display:block; font-size:12px; line-height:1.2; padding:5px 4px; text-decoration:none !important; color:#444; }
#nav ul li.last > a { padding-bottom:0; }
#nav ul li a:hover { color:#d02600; }
#nav ul li a span {}
#nav ul li.over a.over { color:#d02600; }
#nav ul li.active > a { color:#d02600; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:7px; border-top:1px solid #aeaeae; }

/* Show Menu */
#nav li .shown-sub { left:-1px; z-index:991; }
#nav li .shown-sub .shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */

/* Block: Events */
.event { background-color:#fbf4de; border-bottom:1px solid #e2d4c7; width:182px; position:static; height:144px; text-align:center; }
.event .status { font-weight:normal; font-size:16px; display:block; padding:19px 0 0; margin:0 0 0; text-align:center; color:#cf3a00; }
.event .event-ticker { color:#cf3a00; height:55px; }
.event .event-ticker span { font-size:32px; line-height:40px; height:40px; padding-bottom:10px; background-image:url(/skin/frontend/aristos/default/images/bkg_ticker.gif); background-repeat:no-repeat; display:inline-block; }

.event .event-ticker span, x:-moz-any-link { padding-bottom:13px; }/* FireFox 2 fix */
.event .event-ticker span, x:-moz-any-link, x:default { padding-bottom:10px; }/* FireFox 3 restore */

.event .event-ticker span.days { background-position:50% 3px; }
.event .event-ticker span.hour { background-position:50% -56px; }
.event .event-ticker span.minute { background-position:50% -115px; }
.event .event-ticker span.second { background-position:50% -174px; }
.event .event-ticker span.delimiter { background:none; }
.event .event-dates { font-size:14px; color:#555; height:51px; padding-top:4px; }
.event .event-dates .date-part { font-weight:bold; }
.event .event-dates .time-part { font-size:12px; }

.col-main .event .event-button { background:url(/skin/frontend/aristos/default/images/bkg_btn-co.gif) 0 50% no-repeat; line-height:27px !important; height:27px !important; padding:0 0 0 13px !important; vertical-align:middle; }
.col-main .event .event-button span { width:121px; text-align:center; background:url(/skin/frontend/aristos/default/images/bkg_btn-co.gif) 100% 50% no-repeat; padding:0 13px 0 0 !important; color:#fff; font:bold 15px/27px Arial, Helvetica, sans-serif !important; height:27px !important; text-transform:none; }

.event p a { color:#666; font-size:11px; }

.event .event-bottom { background:url(/skin/frontend/aristos/default/images/bkg_slider-events.gif) no-repeat 50% 0; position:absolute; z-index:2; height:12px; width:23px; left:50%; margin-left:-11px; bottom:-12px; }

.open .event-button span {}

.upcoming { background:#f6f6f6; }
.upcoming .status { color:#333; }
.closed .event-button,
.col-main .closed .event-button,
.col-main .upcoming .event-button,
.upcoming .event-button,
.closed .event-button span,
.col-main .closed .event-button span,
.col-main .upcoming .event-button span,
.upcoming .event-button span { line-height:27px !important; font-size:12px !important; color:#7c7b7b !important; background:none !important; padding:0 !important; width:auto !important; display:inline !important; text-transform:capitalize; }
.upcoming .event-button { text-decoration:underline !important; }
.upcoming .event-button:hover { text-decoration:none !important; }
.upcoming p a { color:#666; }
.upcoming .event-bottom { background-position:50% -187px; }

.closed { background:#494949; }
.closed .status,
.closed .event-dates { color:#e2d4c7 }
.closed .event-button {}

.event-container { clear:both; border:1px solid #d0af83; position:relative; z-index:2; border-width:1px 1px; margin-top:7px; margin-bottom:-5px; height:59px; }
.event-container .event { background-color:transparent; background-repeat:no-repeat; background-position:50% 100%; padding-bottom:18px; margin-bottom:-18px; padding-top:5px; height:52px; line-height:50px; text-align:center; width:auto; position:relative; z-index:2; border-bottom:0 !important; }
.event-container .container { display:inline; margin:0; padding:0; background:none; }
.event-container .status { display:inline; margin:0 10px 0 0; background:none; font-size:22px; }
.event-container .event-ticker { display:inline; font-size:28px; height:auto; }
.event-container .event-ticker span { line-height:50px; height:50px; padding:0; }

.event-container .event-ticker span , x:-moz-any-link { padding:5px 0 5px; }/* FireFox 2 fix */
.event-container .event-ticker span , x:-moz-any-link, x:default { padding:0; }/* FireFox 3 restore */

.event-container .event .event-ticker span.days { background-position:50% 4px; }
.event-container .event .event-ticker span.hour { background-position:50% -55px; }
.event-container .event .event-ticker span.minute { background-position:50% -114px; }
.event-container .event .event-ticker span.second { background-position:50% -173px; }

.event-container .event-dates { display:inline; font-size:22px; height:auto; }
.event-container .event-dates .time-part { font-size:14px; }
.event-container .event-dates div,
.event-container .event-dates p { display:inline; }

.container-open { background:#f7d4b6 url(/skin/frontend/aristos/default/images/bkg_event-container-open.gif) repeat-x 0 0; }
.container-open .open { background-image:url(/skin/frontend/aristos/default/images/bkg_event-container-open.gif); padding-top:3px; height:54px; }

.container-upcoming { border-color:#d0d0d0; background:#eeeeee url(/skin/frontend/aristos/default/images/bkg_event-container-upcoming.gif) repeat-x 0 0; }
.container-upcoming .upcoming { background-image:url(/skin/frontend/aristos/default/images/bkg_event-container-upcoming.gif); }

.container-closed { background:#9f958c }

/* Block: Events Lister */
.col3-layout .col-main .widget-events { margin:0 -20px 1px; position:relative; z-index:1; }
.widget-events { padding:11px; background:#f0eae3; }
.col1-layout .col-main .widget-events { padding:12px; }
.events-slider { position:relative; clear:both; margin:0 0 0; border:1px solid #d0c2b6; z-index:2; }
.events-slider .slider-panel,
.events-slider ul.slider li.slider-item,
.events-slider .slide-button { float:left; display:inline; }
.events-slider .event { position:relative; z-index:1; }

.events-slider .slider-panel { position:relative; overflow:hidden; background:#d0c2b6; z-index:1; width:0; }
.events-slider ul.slider { width:200000px; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)" !important; }
.events-slider ul.slider li.slider-item { overflow:hidden; width:182px; height:386px; border-right:1px solid #d0c2b6; background:#f5f5f5 url(/skin/frontend/aristos/default/images/bkg_block.gif) repeat-x 0 0; padding-left:0; }
.events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:80px 10px 0; }
.events-slider ul.slider li.slider-item .category-show { width:182px; height:241px; background:#fff url(/skin/frontend/aristos/default/images/bkg_category-info.gif) repeat-x 0 100%; overflow:hidden; text-align:center; display:block; text-decoration:none; }
.events-slider ul.slider li.slider-item .no-event { height:401px; }

.events-slider .slide-button { background:url(/skin/frontend/aristos/default/images/bkg_slide-button.gif) no-repeat 0 0; position:absolute; text-indent:-999em; cursor:pointer; top:17px; width:28px; height:28px; z-index:2; overflow:hidden; }
.events-slider .backward { left:-11px; }
.events-slider .forward { right:-11px; background-position:0 -40px; }
.events-slider .inactive { cursor:default; display:none; }

.sidebar .widget-events { background:none; padding:0; }
.sidebar .events-slider { border:1px solid #cfcfcf; margin:-1px -1px 0; background:#fff; padding:0; }
.sidebar .events-slider .event { height:115px; }
.sidebar .events-slider ul.slider li.slider-item { width:182px; height:300px; margin:0; border-color:#cfcfcf; border-width:0 1px 0 0; }
.sidebar .events-slider ul.slider .status { padding-top:10px; padding-bottom:5px; }
.sidebar .events-slider ul.slider .event-dates { height:40px; }
.sidebar .events-slider ul.slider li.slider-item .category-name { font-size:16px; font-weight:normal; color:#454343; display:block; padding:50px 10px 0; }
.sidebar .events-slider ul.slider li.slider-item .category-show { height:241px; background:#fff url(/skin/frontend/aristos/default/images/bkg_category-info.gif) repeat-x 0 100%; }

.sidebar .events-slider { margin-top:-1px; }
.sidebar .events-slider .backward { left:3px; top:6px; }
.sidebar .events-slider .forward { right:3px; top:6px; }

.sidebar .events-slider .event-ticker { height:45px; }
.sidebar .events-slider .event-ticker span { font-size:22px; line-height:28px; height:28px; padding-bottom:10px; background-image:url(/skin/frontend/aristos/default/images/bkg_ticker1.gif); background-repeat:no-repeat; display:inline-block; }
.sidebar .events-slider .event-ticker span.days { background-position:50% -10px; }
.sidebar .events-slider .event-ticker span.hour { background-position:50% -69px; }
.sidebar .events-slider .event-ticker span.minute { background-position:50% -128px; }
.sidebar .events-slider .event-ticker span.second { background-position:50% -185px; }

/* Sidebar =============================================================================== */
.sidebar .callout { display:block; margin:10px 0; }

/* Generic Block */
.sidebar .block { border-bottom:1px solid #cfcfcf; background:#f5f5f5 url(/skin/frontend/aristos/default/images/bkg_block.gif) repeat-x 0 0; }
.sidebar .block .block-title { padding:17px 17px 0 17px; }
.sidebar .block .block-title strong { display:block; font:14px/1.25 Arial, Helvetica, sans-serif; padding:0; color:#222; }
.sidebar .block .block-title strong span {}
.sidebar .block .block-title strong small { font-size:12px; color:#777; }
.sidebar .block .block-subtitle,
.sidebar .block h3 { font-size:1em; font-weight:bold; color:#555; }
.sidebar .block .block-content { padding:10px 17px 17px; color:#555; }
.sidebar .block .btn-remove { color:#222; margin-right:3px; }
.sidebar .block .btn-remove a { color:#222 !important; text-decoration:none !important; }
.sidebar .block .actions { margin:8px 0 0; text-align:right; }
.sidebar .block .actions a { float:left; color:#999; margin-top:3px; }
.sidebar .block .actions button.button { float:right; }

.sidebar .block li a.btn-previous,
.sidebar .block li a.btn-remove { float:right; width:13px; height:0; padding-top:12px; margin-top:3px; overflow:hidden; background:url(/img/icons/btn_remove.gif) no-repeat 0 0; }
.sidebar .block li a.btn-previous { background:url(/skin/frontend/aristos/default/images/bkg_icon-back.png) no-repeat 0 0; }

.col-main .block { background:#fff; }
.col-main .block .block-title { background:#e7e7e7 url(/img/bg/bkg_block-title.gif) repeat-x 0 0; border:1px solid #e1e1e1; padding:5px 20px 5px; margin:0 -1px; }
.col-main .block .block-title h2,
.col-main .block .block-title h3 { font-size:14px; line-height:1.2; color:#000333; font-weight:bold; }
.col-main .block .block-content { padding:20px; }

/* Generic box */
.info-box { border:1px solid #cfcfcf; margin-top:-1px; background:#f5f5f5 url(/skin/frontend/aristos/default/images/bkg_block.gif) repeat-x 0 0; position:relative; z-index:1; }
.info-box .box-title { margin:17px 17px 0 17px; font:14px/1.25 Arial, Helvetica, sans-serif; padding:0; color:#222; }
.info-box .box-title a { font-size:11px; text-transform:lowercase; }
.info-box .box-content { padding:10px 17px 17px; color:#555; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Block: Account */
.sidebar .block-account { background:#f5f5f5 url(/skin/frontend/aristos/default/images/bkg_block.gif) repeat-x 0 0; }
.sidebar .block-account .block-title { padding:26px 17px 12px; border-bottom:1px solid #d1d1d1; }
.sidebar .block-account .block-title strong { font-size:18px; line-height:23px; color:#111; }
.sidebar .block-account .block-content { padding:0; }
.sidebar .block-account li { background:url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-x 0 100%; font-size:12px; padding-bottom:1px; }
.sidebar .block-account li a { color:#666; text-decoration:none; display:block; padding:5px 13px 4px; }
.sidebar .block-account li a:hover { color:#d63200; background-color:#f7eedb; color:#000; text-decoration:none; }
.sidebar .block-account li.current { font-weight:bold; background:#fff; border:1px solid #d1d1d1; border-width:1px 0; color:#000; padding:5px 13px 4px 14px; margin:-1px -1px 0 0; }
.sidebar .block-account li.last { border-bottom:0; background-image:none; }

/* Block: Layered Navigation */
.sidebar .block-layered-nav { background:none; }
.sidebar .block-layered-nav .block-title { padding:26px 17px 12px;  }
.sidebar .block-layered-nav .block-title h2 { font-size:18px; color:#111; }
.sidebar .block-layered-nav .block-subtitle { display:none; }
.sidebar .block-layered-nav .block-content { padding:0; }
.sidebar .block-layered-nav dl { padding:10px 14px 17px 17px; }
.sidebar .block-layered-nav dt { margin:2px 0 0; font-weight:bold; font-size:12px; color:#222; }
.sidebar .block-layered-nav dd { margin:0 0 13px; color:#666; }
.sidebar .block-layered-nav dd.last { margin:0; }
.sidebar .block-layered-nav dd li { margin:2px 0; }
.sidebar .block-layered-nav dd a { color:#222; text-decoration:none; }
.sidebar .block-layered-nav dd a:hover { text-decoration:underline; }
.sidebar .block-layered-nav .currently { border:1px solid #d1d1d1; border-width:1px 0; padding:10px 10px 10px 17px; margin-bottom:-1px; background:#f4f4f4 url(/skin/frontend/aristos/default/images/bkg_currently.gif) repeat-x 0 -20px; }
.sidebar .block-layered-nav .currently .block-subtitle { display:block; margin-bottom:5px; }
.sidebar .block-layered-nav .currently li { padding:5px 26px 5px 0; color:#444; position:relative; z-index:1; }
.sidebar .block-layered-nav .currently li .btn-remove { position:absolute; right:-7px; top:4px; }
.sidebar .block-layered-nav .currently li .btn-previous { position:absolute; right:12px; top:4px; }
.sidebar .block-layered-nav .currently .label { font-weight:bold; color:#d33911; font-size:12px; display:inline-block; }
.sidebar .block-layered-nav .currently .value { display:inline-block; }
.sidebar .block-layered-nav .actions { text-align:right; padding:5px 7px; margin:1px 0 -1px; background:#f4f4f4; border-bottom:1px solid #d1d1d1; }
.sidebar .block-layered-nav .actions a { float:none; }

/* Block: Cart */
.sidebar .block-cart .block-title { background:#363636; padding:7px 17px; }
.sidebar .block-cart .block-title strong { font-weight:bold; color:#fff; }
.sidebar .block-cart .summary { margin:0 -17px; padding:0 12px 5px; background:#363636; color:#fff; text-align:center; position:relative; z-index:1; }
.sidebar .block-cart .summary a { font-weight:bold; color:#fff; }
.sidebar .block-cart .summary .subtotal { margin:3px 0 0; }
.sidebar .block-cart .summary .subtotal .price { font-weight:bold; }
.sidebar .block-cart .actions { margin:8px 0 13px; text-align:center; }
.sidebar .block-cart .actions button.button { float:none; }
.sidebar .block-cart .block-content { padding-top:0; }
.sidebar .block-cart .block-content table { margin:5px 0 0 0; }
.sidebar .block-cart .block-content table th { padding:1px 5px 1px 0; color:#8f8f8f; text-align:right; }
.sidebar .block-cart .block-content table td { text-align:left; padding:1px 0; }
.sidebar .block-cart  li a.btn-remove { float:none; background:none; margin:0; padding:0; width:auto; height:auto; overflow:visible; }

.mini-products-list li.item { padding:5px 0; border-bottom:1px solid #cfcfcf; }
.mini-products-list li.last { border:none; }
.mini-products-list .product-image { float:left; width:50px; margin-right:-50px; }
.mini-products-list .product-details { margin-left:65px; }
.sidebar .mini-products-list .product-details { margin-left:57px; }
.mini-products-list .product-details .product-name { font-size:11px; }
.mini-products-list .product-details .price-box { margin:5px 0; }
.mini-products-list .product-details h4 {}
.mini-products-list .product-details .btn-remove { font-size:11px; }

.sidebar .mini-products-images-list li.item { float:left; padding:5px; text-align:center; }

.block-products .mini-products-list .product-details { margin-left:65px; }

/* Top Shopping Cart */
.top-cart { float:right; position:relative; padding-left:7px; }
.top-cart .block-title { white-space:nowrap; cursor:pointer; background:#fff url(/skin/frontend/aristos/default/images/bkg_topcart.gif) 0 3px no-repeat; color:#1e75b4; font-weight:bold; font-size:11px; text-transform:uppercase; padding:0 0 0 18px; line-height:18px; height:18px; }
.top-cart .block-title strong { display:block; padding-right:10px; background:url(/skin/frontend/aristos/default/images/bkg_header-panel.gif) 100% -71px no-repeat; font-size:11px; color:#1e75b4; font-weight:bold; text-decoration:none; }
.top-cart .block-title.expanded { background-position:0 3px !important; }
.top-cart .block-title.expanded strong { background-position:100% -126px !important; color:#d33911; }
.top-cart .block-content { position:absolute; right:0; top:20px; width:267px; background:#fdfdfd; }
.top-cart .inner-wrapper { border:1px solid #c1c1c1; }

.top-cart .block-content .block-subtitle { font-size:10px; color:#d12c01; font-weight:bold; text-transform:uppercase; background:url(/skin/frontend/aristos/default/images/bkg_header-panel.gif) repeat-x 0 -8px; line-height:12px; padding:3px 10px 4px; }
.top-cart .block-content .block-subtitle .close-btn { float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(/skin/frontend/aristos/default/images/bkg_close.gif) no-repeat 0 0; position:relative; z-index:1; }
.top-cart .cart-empty .close-btn { float:right; width:13px; height:0; padding-top:12px; text-align:left; overflow:hidden; cursor:pointer; background:url(/skin/frontend/aristos/default/images/bkg_close.gif) no-repeat 0 0; position:relative; z-index:1; }
.top-cart .cart-empty { padding:10px 10px 10px 20px; }
.top-cart .block-content ol { padding-bottom:7px; }
.top-cart .block-content .item { padding:8px 5px 8px 11px; }
.top-cart .block-content .item .product-name { font-size:11px; line-height:14px; }
.top-cart .block-content .item .product-name a { font-size:11px; text-decoration:none; color:#444; }
.top-cart .block-content table { margin:5px 0 0 0; }
.top-cart .block-content table th { padding:1px 8px; color:#8f8f8f; text-align:right; }
.top-cart .block-content table td { text-align:left; padding:1px 0; }
.top-cart .block-content .subtotal { background:#fff url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-x 0 0; padding:2px 5px; text-align:center; }

.top-cart .actions { background:#e3e3e3 url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-x 0 -1px; text-align:center; padding:5px 11px; text-align:right; }
.top-cart .actions a { float:left; line-height:23px; }
.top-cart .actions button { float:none; }
.top-cart .actions button.button span,
.top-cart .actions button.button span span { background-image:url(/skin/frontend/aristos/default/images/bkg_btn-onbg.gif); background-repeat:no-repeat; }
.top-cart .paypal-logo a { float:right; }
.top-cart .paypal-logo .paypal-or { clear:both; display:block; margin: 5px 33px 5px 0px; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Compare Products */
.block-compare li {}

/* Block: List */
.block-list .block-content ol { margin:-5px -13px; }
.block-list li.item { padding:5px 10px 5px 13px; }
.block-list .actions { padding:5px 0 0; }
.sidebar .block-list .product-name { font:normal 11px/1.25 Arial, Helvetica, sans-serif; color:#444; }
.sidebar .block-list .product-name a { color:#444; }

/* Block: Poll */
.block-poll li { margin:5px 0; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; vertical-align:top; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { float:right; font-weight:bold; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; font-size:11px; font-weight:normal; }

/* Block: Banner */
.block-banner { border:0; margin:10px 0; }
.block-banner .block-content { border-top:0; padding:0; background:#cbcbcb; text-align:center; }
.top-container .block-banner { background:#d0d0d0; margin:0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.paypal-review-order .legend { font-size:14px; font-weight:normal; margin:0 0 6px; }
.paypal-review-order .col2-set .legend { font-weight:bold; }
.paypal-review-order .paypal-shipping-method { padding-left:120px; }
.paypal-review-order .paypal-shipping-method .box-title { margin:0 0 6px; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-view { margin:0 -20px -20px; }

.category-title { margin-bottom:0; border:1px solid #cfcfcf; border-bottom:0; text-align:left; }
.category-title .rss-feed { float:right; margin:7px 0 0; padding-left:17px; line-height:12px; background:url(/skin/frontend/aristos/default/images/icon_rss.gif) 0 0 no-repeat; white-space:nowrap; text-decoration:none; }
.category-title .rss-feed:hover { text-decoration:underline; }

.category-view .note-msg,
.category-description { padding:20px; }

.results-view { margin:0 -20px -20px; }
.results-view .recommendations { padding:20px 20px 0; }
.catalogsearch-result-index .page-title { margin-bottom:0; }
.catalogsearch-result-index .note-msg { margin:20px 0; }

.sidebar .category-title { margin:0; }
.category-image { text-align:center; margin:0 0 1px; }
.category-image img { display:block; margin:0 auto; }

.category-products { padding:25px 0 0; }
.category-products .price-box { font-size:12px; }

/* View Type: Grid */
.products-grid { padding:0 0 0 20px; margin:0 0 40px 0; }
.products-grid li.item { float:left; width:164px; margin-right:20px; }
.products-grid li.last { margin-right:0; }
.products-grid .actions {}
.products-grid .product-image { display:block; text-decoration:none !important; margin:0 auto 10px; position:relative; width:135px; }
.products-grid .product-name { margin-bottom:7px; word-wrap:break-word; }
.products-grid .ratings { text-align:left; line-height:13px; }
.products-grid .rating-links { display:block; padding:2px 0 0; clear:both; }
.products-grid .price-box { margin:5px 0 10px; clear:both; }

/* View Type: List */
.products-list li.item { margin:0 0 20px 0; padding:0 20px 20px 20px; background:url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-x 0 100%; }
.products-list li.last { background-image:none; }
.products-list .product-image { float:left; margin-right:-186px; text-decoration:none !important; position:relative; }
.products-list .product-shop { margin-left:186px; }
.products-list .product-name { margin-bottom:5px; }
.products-list .price-box { margin:5px 0 10px; }
.products-list .desc { margin:5px 0 10px; font-size:12px; }
.products-list .desc .link-learn { white-space:nowrap; }

.products-grid .special-price,
.products-list .special-price { display: block; font-size:12px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.catalog-product-view .col1-layout .col-main { padding-top:0; }

.col2-left-layout .product-view,
.col2-right-layout .product-view { background:none; width:755px; }
.col2-left-layout .product-view .product-shop,
.col2-left-layout .product-view .product-collateral,
.col2-right-layout .product-view .product-shop,
.col2-right-layout .product-view .product-collateral { float:none; width:695px; }
.col2-left-layout .product-view .product-img-box,
.col2-right-layout .product-view .product-img-box { float:none; width:auto; }
.col2-left-layout .product-view .product-img-box .product-image,
.col2-right-layout .product-view .product-img-box .product-image { margin:0 auto; }

.col3-layout .product-view { background:none; width:572px; }
.col3-layout .product-view .product-shop,
.col3-layout .product-view .product-collateral { float:none; width:512px; }
.col3-layout .product-view .product-img-box { float:none; width:auto; }
.col3-layout .product-view .product-img-box .product-image { margin:0 auto; }

.product-view { background:#fff url(/img/bg/bkg_cols.gif) repeat-y 279px 0; border-top:1px solid #cfcfcf; margin:-1px -20px -20px; float:left; width:938px; }
#messages_product_view { margin:0 -20px; position:relative; z-index:1; }
#messages_product_view .messages { margin:0 0 1px; }
#messages_product_view .messages li { margin:0; position:relative; z-index:1; }

.product-essential {}

.product-collateral { float:right; clear:right; width:416px; padding:30px; }
.product-collateral .emailto-link { font-size:11px; margin:0; background:url(/img/icons/bkg_arrow-bullet.gif) no-repeat 0 4px; padding-left:12px; }

.box-collateral { background:#fff; }
.box-collateral .box-title { background:#e7e7e7 url(/img/bg/bkg_block-title.gif) repeat-x 0 0; border:1px solid #e1e1e1; padding:5px 20px 5px; margin:0 -1px; }
.box-collateral .box-title h2 { font-size:14px; line-height:1.2; color:#000333; font-weight:bold; }
.box-collateral .box-content { padding:20px; }

.tab-list { position:relative; }
.tab-list .tab { float:left; cursor:pointer; }
.tab-list .last {}
.tab-list .active { cursor:default }
.tab-list .tab-container { position:absolute; left:0; width:100%; }
.tab-list .tab-content {}

.collateral-tabs { padding-bottom:20px; margin:0; }
.collateral-tabs .tab { position:relative; z-index:2; margin-right:3px; background:#dedede url(/img/bg/bkg_collateral-tabs.gif) no-repeat 0 -39px; color:#222; padding:0 0 0 17px; font-size:12px; }
.collateral-tabs .tab span { background:url(/img/bg/bkg_collateral-tabs.gif) no-repeat 100% -39px; padding:0 17px 0 0; line-height:24px; float:left; }
.collateral-tabs .last {}
.collateral-tabs .active { color:#000; font-weight:bold; z-index:3; border-bottom:0; background:#fff url(/img/bg/bkg_collateral-tabs.gif) 0 0 no-repeat; }
.collateral-tabs .active span { background-position:100% 0; padding-bottom:1px; }
.collateral-tabs .tab-container { z-index:1; top:24px; background:#fff; }
.collateral-tabs .tab-content { padding:30px 25px; background:#fff; border:1px solid #c4c4c4; font-size:12px; }
.collateral-tabs .tab-content object,
.collateral-tabs .tab-content embed { width:100% !important; height:auto !important; }

/* Product Images */
.product-view .product-img-box { float:left; width:370px; padding:26px 46px 26px 45px; }
.product-view .product-img-box .product-image img { background:#fff; } /*IE8 PNG Fix */
.product-view .product-img-box p.notice { text-align:center; padding:5px 0; font-size:11px; }
.product-view .product-img-box .product-image { position:relative; width:370px; height:370px; overflow:hidden; z-index:3; }
.product-view .product-img-box .product-image-zoom { position:relative; width:370px; height:370px; overflow:hidden; z-index:3; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(/skin/frontend/aristos/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(/skin/frontend/aristos/default/images/magnifier_handle.gif) 0 0 no-repeat; }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views { margin:10px 0 0; padding:0 0 0; }
.product-view .product-img-box .more-views h2 { display:none; }
.product-view .product-img-box .more-views ul {}
.product-view .product-img-box .more-views li { float:left; border:1px solid #ddd; margin:0 6px 6px 0; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { clear:none; line-height:28px; margin:0 0 10px; float:right; width:150px; text-align:right; }
.product-image-popup .buttons-set .button { vertical-align:middle; float:none; }
.product-image-popup .image { display:block; clear:both; margin:15px auto 15px; }
.product-image-popup .image-label { font-size:14px; text-align:left; clear:both; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }

.product-image-popup .nav { text-align:center; margin:0 auto; width:120px; }
.product-image-popup .nav .prev,
.product-image-popup .nav .next { margin:0 15px; display:inline; background:url(/skin/frontend/aristos/default/images/bkg_slide-button.gif) no-repeat 0 0; text-indent:-999em; cursor:pointer; width:28px; height:28px; z-index:2; overflow:hidden; float:left; }
.product-image-popup .nav .prev { left:-19px; float:left; }
.product-image-popup .nav .next { right:-19px; float:right; background-position:0 -40px; }


/* jQzoom */
div.jqZoomTitle { z-index:5000; text-align:center; position:absolute; top:0; left:0; width:100%; color:#fff; background:#999; }
.jqZoomPup { overflow:hidden; background-color:#fff; z-index:10; border-color:#fff; border-style:solid; cursor:crosshair !important;}
a.product-image { cursor:pointer !important; }
p.product-image { cursor:default !important; }
.zoom-activated {}
.jqZoomPup img { border:0; }
.preload { text-decoration:none; border:1px solid #ccc; padding:8px; text-align:center; background:#fff url(/skin/frontend/aristos/default/images/zoomloader.gif) no-repeat 43px 30px; width:90px; height:43px; z-index:10; position:absolute; top:3px; left:3px; -moz-opacity:0.8; opacity:0.8; filter:alpha(opacity=80); }
.jqZoomWindow { border:1px solid #ccc; background-color:#fff; }

/* Product Shop */
.product-view .product-shop { float:right; width:416px; padding:0 30px; }
.product-view .product-shop .product-main-info { margin:0 -30px 30px; padding:20px 30px 5px; background:#f6f6f6 url(/skin/frontend/aristos/default/images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.product-view .product-shop p,
.product-view .product-shop .ratings { margin:10px 0; }
.product-view .product-shop .ratings p { margin:0; }
.product-view .product-shop .product-ids { margin:4px 0 10px; color:#999; display:none; }
.product-view .product-shop .availability { font-size:12px; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .price-box .price-label { font-size:11px; }
.product-view .product-shop .price-box .price-as-configured .price-label { font-size:12px; }
.product-view .product-shop .price-box .price-as-configured .price { color:#e55100; font-size:14px; }
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-shop .price-box .regular-price .price { color:#111; font-size:14px; }
.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .special-price .price { font-size:14px; color:#c73615; }
.product-view .product-shop .price-box .price-as-configured .price-including-tax .price { color:#e55100; }
.product-view .product-shop .price-box .price-as-configured .price-excluding-tax .price { color:#222; font-size:11px; }
.product-view .product-shop .price-box p { margin:4px 0; }
.product-view .product-shop .add-to-links { float:left; margin:10px 0; }

.product-view .product-name h1 { font-size:22px; line-height:1.2; color:#d12c01; font-weight:normal; }
.product-view .product-ids { text-transform:uppercase; }
.product-view .short-description { padding:10px 0; clear:both; font-size:12px; display:none; }
.product-view .short-description h2 { margin:0 0 5px; font-size:13px; }
.product-view .product-shop .add-to-cart { float:left; padding:2px 15px 10px 0; }

/* Rating */
.rating-box { width:65px; height:13px; font-size:0; line-height:0; background:url(/skin/frontend/aristos/default/images/bkg_rating.gif) 0 100% repeat-x; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(/skin/frontend/aristos/default/images/bkg_rating.gif) 0 0 repeat-x; }
.ratings { margin:5px 0; }
.ratings .rating-box { float:left; margin-right:5px; }
.ratings .amount { font-size:12px; }
.ratings .rating-links { margin:0; font-size:11px; }
.ratings .rating-links a { text-decoration:underline; }
.ratings .rating-links a:hover { text-decoration:none; }
.ratings .rating-links .separator { margin:0 3px; }
.ratings dt {}
.ratings dd {}

/* Availability */
.availability { font-weight:bold; }
.availability.in-stock { color:#1b6800; }
.availability.out-of-stock { color:#cf3a00; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(/skin/frontend/aristos/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(/skin/frontend/aristos/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat ; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#d12c01; }

.availability-only-details { margin:0 0 7px; border:1px solid #d9d9d9; }
.availability-only-details thead { background:url(/skin/frontend/aristos/default/images/bkg_thead.gif) repeat-x scroll 0 0 #e8e8e8; }
.availability-only-details th,
.availability-only-details td { padding:2px 8px; }
.availability-only-details th { border-bottom:1px solid #d9d9d9; font-size:10px; text-transform:uppercase; }
.availability-only-details td { background:#fff; font-size:11px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price { text-decoration:line-through; color:#989696; }
.old-price .price-label { white-space:nowrap; color:#989696; }
.old-price .price { font-weight:normal; text-decoration:line-through; color:#989696; }
.sidebar .old-price .price-label { display:none !important; }

/* Special price */
.special-price {}
.special-price .price-label { white-space:nowrap; color:#c73615; font-weight:bold; }
.special-price .price { font-weight:bold; color:#c73615; }
.sidebar .special-price .price-label { display:none !important; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { white-space:nowrap; }

.minimal-price-link { display:block; margin:5px 0; text-decoration:none; }
a.minimal-price-link:hover { text-decoration:underline; }
.minimal-price-link .label { font-weight:bold; }
.minimal-price-link .price { font-weight:bold; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; }
.weee .price { font-size:11px; font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { white-space:nowrap; }
.price-from .price { white-space:nowrap; }
.price-to {}
.price-to .price { white-space:nowrap; }
.price-to .price-label { white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label {white-space:nowrap; }
.price-as-configured .price { font-size:14px; color:#e55100; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing { background:#fbf4de; border:1px solid #e2d4c7; padding:8px; margin:20px 0; }
.product-pricing li { line-height:1.35; margin:2px 0; }
.product-pricing li .price { font-weight:bold; }
.product-pricing li .benefit { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:5px 0 0; font-size:11px; }
.add-to-links li { margin:2px 0; }
.add-to-links a { color:#999; }
.add-to-links a:hover {}
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart {}
.add-to-cart label { font-size:12px; vertical-align:middle; font-weight:bold; margin-right:5px; text-transform:capitalize; }
.add-to-cart .qty { vertical-align:middle; margin-right:10px; width:60px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.add-to-cart-alt { white-space:nowrap; padding:5px 0; }
.add-to-cart-alt .qty { margin-right:5px; }
.add-to-cart-alt .qty,
.add-to-cart-alt .button { vertical-align:middle; }

button.btn-cart span {}

/* On product view */
.product-view .product-essential button.btn-cart span,
.add-to-cart button.btn-cart span { background-image:url(/skin/frontend/aristos/default/images/bkg_btn-co.gif); padding:0 0 0 13px !important; height:27px!important; }
.product-view .product-essential button.btn-cart span span,
.add-to-cart button.btn-cart span span { border:0; background-image:url(/skin/frontend/aristos/default/images/bkg_btn-co.gif); padding:1px 32px 0 19px !important; color:#fff; font:bold 15px/26px Arial, Helvetica, sans-serif !important; height:26px; text-transform:none; }
.product-view .product-essential button.btn-gr span span,
.add-to-cart button.btn-gr span span { font-size:14px !important; padding:1px 18px 0 10px !important; }
.product-view .add-to-cart .paypal-logo { margin:0; }


/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart {}
.add-to-box .add-to-links { margin:0 !important; }
.add-to-box .add-to-links li { margin:0 0 2px; }

/* Product Options */
.product-options { margin:10px 0 0; }
.product-options dt label { font-weight:bold; font-size:12px; }
.product-options dt .required em { margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:5px 0 15px; padding:0 0 12px; border-bottom:1px solid #e7e7e7; }
.product-options dl.last dd.last {}
.product-options dd .input-box { display:block; padding-right:20px; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd .time-picker select { vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list li { vertical-align:middle; margin:0; padding:2px 0; line-height:1.315; }
.product-options .options-list input.radio { float:left; margin:2px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:2px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options .validation-error .options-list,
.product-options ul.validation-failed { padding:2px 1px !important; position:relative; z-index:2; top:-3px; left:-2px; margin-right:-2px; }
.options-container-small .product-options .validation-error .options-list,
.options-container-small .product-options ul.validation-failed { padding:0 1px !important; position:relative; z-index:2; top:-1px; left:-2px; margin-right:-2px; }
.product-options li { margin:3px 0; }

.product-options-bottom .product-pricing { clear:both; }
.product-view .product-options-bottom { padding:0; margin:0 0 5px; }
.product-view .product-options-bottom .add-to-cart { float:left; padding-right:15px; padding-bottom:20px; }
.product-view .product-options-bottom .price-box { margin:0 !important; float:right; }
.product-view .product-options-bottom p.required { padding:5px 0 0; clear:both; text-align:right; width:auto; }

/* Options in product info column */
.options-container-small { margin:20px 0 0; }
.options-container-small .product-options-bottom { float:left; }
.options-container-small .product-pricing { display:none; }
.options-container-small .price-box { display:none; }
.options-container-small .add-to-cart { padding:13px 15px 0 0 !important; }
.options-container-small .product-options-bottom p.required { padding:0 0 0 90px; width:auto; float:left; clear:left; text-align:left; }
.options-container-small dt { clear:left; float:left; line-height:1.2; width:10em; padding:3px 5px 3px 0; margin:0 0 8px; }
.options-container-small dd { float:left; width:275px; border-bottom:0; padding:0; margin:0 0 8px; }
.options-container-small .product-options { margin:0 0 0; }

/* Options after product info column */
.options-container-big { clear:both; background:#fff; padding:20px; border-top:1px solid #cfcfcf; border-width:1px 0; }

/* Bundle product - alternative view */
#customizeTitle { margin:0; }
.bundleProduct {}
.product-options .bundle-summary { font-size:11px; }
.bundleProduct .product-options { font-size:12px; margin-top:0; }
.bundleProduct .product-options-bottom { padding:0; font-size:12px; margin:0 0 5px; line-height:27px; }
.bundleProduct .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
.bundleProduct .product-options-bottom .price-box { margin:0; float:right; }
.bundleProduct .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.with-bundle { position:relative; z-index:1; background:#fff url(/img/bg/bkg_cols.gif) 460px 0 repeat-y; }

/**/
#bundle-product-wrapper { margin:-1px -20px -21px; border-top:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; float:left; width:938px; overflow:hidden; position:relative; z-index:1; }
#bundleProduct { width:1877px; background:#fff url(/img/bg/bkg_cols.gif) repeat-y 279px 0; z-index:1; position:relative; }
#productView { margin:0; position:static; border:0; }
#options-container { min-height:510px; width:938px; position:relative; z-index:2; float:right; border-left:1px solid #cfcfcf; background:#fff url(/img/bg/bkg_cols.gif) repeat-y 460px 0; left:-1px; }
#options-container h1 { text-align:left; }

#bundleProduct .add-to-links { float:none; }

/* Bundle Product 2 column design */
.col2-left-layout  #bundle-product-wrapper,
.col2-right-layout #bundle-product-wrapper { width:755px; }
.col2-left-layout  #bundleProduct,
.col2-right-layout #bundleProduct { background-position:574px 0; width:1511px; }
.col2-left-layout  #options-container,
.col2-right-layout #options-container { background-position:277px 0; left:-1px; width:755px; }

.col2-left-layout  #options-container .product-options,
.col2-right-layout #options-container .product-options { width:459px; }
.col2-left-layout  #options-container .product-options-bottom,
.col2-right-layout #options-container .product-options-bottom { width:429px; }

.col2-left-layout  .bundle-summary,
.col2-right-layout .bundle-summary { left:460px; }

/* Bundle Product 3 column design */
.col3-layout #bundle-product-wrapper,
.col3-layout #options-container { width:572px; }
.col3-layout #bundleProduct { background-position:390px 0; width:1144px; }
.col3-layout #options-container { background-position:94px 0; }
.col3-layout #productView { margin-right:-10px; }

.col3-layout #options-container .product-options { width:276px; }
.col3-layout #options-container .product-options-bottom { width:246px; }
.col3-layout #options-container .product-options-bottom .price-box { float:none; }

.col3-layout .bundle-summary { left:277px; }

#options-container .product-options { font-size:12px; margin-top:0; font-size:11px; z-index:1; margin:0; width:600px; padding:20px 20px 0; clear:both; position:relative; z-index:1; }
#options-container .product-options-bottom { padding:0 20px 20px; width:600px; margin:0 0 5px; }
#options-container .product-options-bottom .add-to-cart { float:right; margin:0 0 0 20px; }
#options-container .product-options-bottom .price-box { margin:0 0 15px; float:right; }
#options-container .product-options-bottom p.required { padding:5px 0 0; width:auto; clear:both; text-align:right; }
.moving-now {}

.bundle-summary { background:#fff; position:absolute; z-index:2; left:643px; margin-top:0; padding:20px; width:256px; }
.bundle-summary .product { background:#fff; border-bottom:1px solid #ddd; margin-bottom:10px; padding:10px 8px; -webkit-box-shadow:0px 0px 5px #999; -moz-box-shadow:0px 0px 5px #999; box-shadow:0px 0px 5px #999; }
.bundle-summary .product .block-title { background:none; border:solid #e6e6e6; border-width:0 0 1px; margin:0 0 10px; padding:5px 0; position:relative; }
.bundle-summary .product .block-title h2 { color:#5a5a5a; font-weight:normal; padding-left:5px; }
.bundle-summary .product-image { border:1px solid #d6d6d6; float:left; margin:0 -60px 0 0; }
.bundle-summary .product-details {}
.bundle-summary .product-details p.availability { font-weight:bold; font-size:11px; margin:28px 0 0; position:relative; }
.bundle-summary .price-box { margin-bottom:35px; }
.bundle-summary .price-box .price-as-configured .price { font-weight:normal; }
.bundle-summary .price-box .price-as-configured .price-label { color:#010101; font-size:14px; font-weight:normal; margin-right:10px; }
.bundle-summary .product-name { font-size:16px; color:#111; }
.bundle-summary .product .add-to-links { border-top:1px solid #e6e6e6; margin-top:10px; padding:7px 0 2px 5px; }
.bundle-summary .product .add-to-links .clickable > strong,
.bundle-summary .product .add-to-links a { color:#ef5d24; font-weight:bold; }
.bundle-summary .product .add-to-links li { display:inline-block; }
.bundle-summary .product .add-to-links li:first-child { margin-right:15px; }
.bundle-summary .summary { padding:10px 8px !important; -webkit-box-shadow:0px 0px 5px #999; -moz-box-shadow:0px 0px 5px #999; box-shadow:0px 0px 5px #999; }
.bundle-summary .summary h4 { border-bottom:1px solid #e6e6e6; color:#5a5a5a; font-size:14px; font-weight:normal; padding:0 0 5px 5px; }
.bundle-summary .summary ul { margin:6px 0 10px; }
.bundle-summary .summary li { background:url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-x bottom; margin:0; padding:11px 0 7px; }
.bundle-summary .summary .last { background:none; padding-bottom:0; }

.bundle-summary button.btn-cart span,
.bundle-summary button.btn-cart span span { background-image:url(/skin/frontend/aristos/default/images/bg_bundle_btn.gif); font-weight:normal !important; height:23px !important; line-height:23px !important; padding:0 0 0 18px !important; }
.bundle-summary button.btn-cart span span { padding:0 18px 0 0 !important; }
.bundle-summary .add-to-cart .qty { margin-right:80px; }
.bundle-summary .add-to-cart button { margin:10px 0 0; }
.bundle-summary .add-to-cart .paypal-logo { text-align:left; }
.bundle-summary .add-to-cart .paypal-or { margin:5px 0 5px 42px; }

#bundleProduct .page-title a { color:#ef5d24; position:relative; text-decoration:none; top:4px; }
#bundleProduct .page-title a:hover { text-decoration:underline; }
#bundleProduct .page-title a small { font-size:14px; font-weight:bold; }
#bundleProduct .product-options { padding:0; width:642px; }
#bundleProduct .product-options dt,
#bundleProduct .product-options dd { background:url(/skin/frontend/aristos/default/images/bg_bundle_options.png) repeat-x; }
#bundleProduct .product-options dd { background-position:0 -33px; border-bottom:1px solid #bfbfbf; margin:0; padding:20px 10px 20px 30px; }
#bundleProduct .product-options dt { border-bottom:1px solid #e6e6e6; color:#010101; line-height:32px; padding:0 10px 0 30px; }
#bundleProduct .product-options dl.last .last { border-bottom:none; }
#bundleProduct .product-options p.required { padding:0; position:absolute; right:10px; top:10px; }

#bundleProduct .product-options-bottom { background:url(/skin/frontend/aristos/default/images/bg_bundle_options_bottom.png) repeat-x 0 0; padding:11px 15px 0; width:612px; }
#bundleProduct .product-options-bottom a { color:#ef5d24; font-size:11px; font-weight:bold; text-decoration:none; }
#bundleProduct .product-options-bottom a:hover { text-decoration:underline; }
#bundleProduct .product-options-bottom a small { font-size:14px; }
#bundleProduct .product-options-bottom .price-as-configured { font-size:11px; }
#bundleProduct .product-options-bottom .price-as-configured .price { font-size:12px; vertical-align:baseline; }
#bundleProduct .product-options-bottom .price-as-configured .price-label { color:#010101; font-weight:bold; margin-right:15px; }

/* Grouped Product */
.groped-product-type { position:relative; z-index:2; margin:20px -30px -20px; background:#fff; border-top:1px solid #cfcfcf; padding:20px 30px 0; }
.grouped-items td { vertical-align:middle; padding:5px 10px; }

/* Gift Card product */
.giftcard-form {}
.giftcard-amount-form { margin:0 0 10px; }
.giftcard-amount-form label { width:120px; text-align:left; padding-right:5px; }
.giftcard-amount-form .form-list .input-text { width:70px; }
.giftcard-amount-form .form-list select { width:150px; }
.giftcard-amount-form .form-list .input-box { padding-right:20px; margin-right:9px; }
.giftcard-amount-form .form-list .input-box .v-fix { white-space:nowrap; }
.giftcard-amount-form .form-list .input-box p.notice { float:left; padding:0; clear:left; width:55px; margin:5px -100px 0 0; white-space:nowrap; font-size:11px; position:relative; z-index:1; }
.giftcard-amount-form .form-list .input-box p.notice span { margin-right:5px; display:block; }
.giftcard-send-form { background:#fff; z-index:2; position:relative; border-top:1px solid #ddd; padding:30px 30px 10px; margin:0 -30px -30px; }
.giftcard-send-form label { width:120px; text-align:left; padding-right:5px; padding-bottom:5px; }
.giftcard-send-form .field label { padding-bottom:0; }
.giftcard-send-form .field .input-text { width:249px !important; }

/* Block: Related */
.product-view .box-related { font-size:11px; }
.product-view .box-related p { margin:0; }
.product-view .box-related .product-name { font-size:12px; }
.product-view .box-related .price-box { margin:8px 0; }
.product-view .box-related .note { padding:5px 20px; margin:0; font-size:12px; background:#f7edda; }
.product-view .box-related .note,
.product-view .box-related .note a { color:#d02600; }
.product-view .box-related input.checkbox { position:absolute; margin:3px 0 0 105px; }
.product-view .box-related ol { padding:20px 0 20px 20px !important; }
.product-view .box-related li.item .item-info { margin-right:20px; }
.product-view .box-related li.item { width:31.5%; float:left; margin-right:1%; }
.product-view .box-related li.item p a { color:#999; }
.product-view .box-related li.item .product-image { float:left; margin-right:-100px; width:100px; }
.product-view .box-related li.item .product-details { margin-left:125px; }

/* 3 Column Block: Related */
.col3-layout .product-view .box-related li.item .product-image { display:block; float:none; margin:0 auto; }
.col3-layout .product-view .box-related li.item .product-details { margin-left:0; }
.col3-layout .product-view .box-related input.checkbox { margin-left:135px; }

/* Block: Upsell */
.product-view .box-up-sell .products-grid { padding:30px 0 10px 61px; margin:0; }
.product-view .box-up-sell .products-grid li { width:176px; margin-right:40px; display:inline; }

/* 2 Column Block: Upsell */
.col2-left-layout  .product-view .box-up-sell .products-grid,
.col2-right-layout .product-view .box-up-sell .products-grid { padding:30px 0 10px 30px; margin-right:0; }
.col2-left-layout  .product-view .box-up-sell .products-grid li,
.col2-right-layout .product-view .box-up-sell .products-grid li { display:inline; width:140px; }

/* 3 Column Block: Upsell */
.col3-layout .product-view .box-up-sell .products-grid { padding:30px 0 10px 15px; margin:0; }
.col3-layout .product-view .box-up-sell .products-grid li { width:135px; margin-right:2px; display:inline; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags h3 { font-size:12px; font-weight:normal; }
.product-view .box-tags .form-add-tags { padding:5px 0 0 0; }
.product-view .box-tags .form-add-tags label { margin:0; font-weight:bold; font-size:12px; padding:2px 15px 0 0; height:4em; float:left; }
.product-view .box-tags .form-add-tags .input-box { margin:0; display:inline-block; }
.product-view .box-tags .form-add-tags div.validation-passed,
.product-view .box-tags .form-add-tags div.validation-error { padding-right:17px; }
.product-view .box-tags .form-add-tags input.input-text { width:300px; }
.product-view .box-tags .form-add-tags button.button { margin-left:5px; vertical-align:top; }
.product-view .box-tags .form-add-tags p { padding:5px 0; font-size:11px; }
.product-view .box-tags .tags-list { margin:15px 0; line-height:1.5em; }
.product-view .box-tags .tags-list li { display:inline; font-size:10px; margin:0 5px 0 0; }
.product-view .box-tags .tags-list li a { text-decoration:none; font-size:12px; margin:0; padding:3px; background:#fffcf0; }
.product-view .box-tags .tags-list li a:hover { text-decoration:underline; }

.product-view .box-tags .form-add-tags .input-box , x:-moz-any-link { float:left; }/* FireFox 2 fix */
.product-view .box-tags .form-add-tags .button , x:-moz-any-link { margin-bottom:15px; }/* FireFox 2 fix */
.product-view .box-tags .form-add-tags .input-box , x:-moz-any-link, x:default { float:none; }/* FireFox 3 restore */
.product-view .box-tags .form-add-tags .button , x:-moz-any-link, x:default { margin-bottom:0; }/* FireFox 3 restore */

/* Block: Reviews */
.product-view .product-main-info .review-summary-table { margin:10px 0; }
.review-summary-table { border:0; margin:0 0 10px; }
.review-summary-table th,
.review-summary-table td { padding:2px 5px; }
.review-summary-table tr.last td { border:0; }
.review-summary-table th.label,
.review-summary-table td.label { width:1px; white-space:nowrap; padding-left:0; background:none; }

.product-view .box-reviews .pager { border-width:1px 0; margin:0; }
.product-view .box-reviews dt { margin:10px 0; font-style:italic; }
.product-view .box-reviews dt a { font-weight:bold; font-style:normal; margin-right:10px; }
.product-view .box-reviews dd { margin:10px 0 20px; padding:0 0 10px; background:url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-x 0 100%; }
.product-view .box-reviews dd p { margin:0 0 10px; }
.product-view .box-reviews dd .date { margin:0 0 10px; font-style:italic; }
.product-view .box-reviews dd.last { background:none; margin-bottom:0; }
/* Add Review Form */
.product-view .box-reviews .product-name { font-weight:normal; margin-bottom:20px; }
.product-view .box-reviews .product-name span { font-weight:bold; }
.product-view .box-reviews .form-list { margin:15px 0; }
.product-view .box-reviews .form-list .input-box {}

.product-view .box-reviews .form-list .review-summary-table thead { background:none; }
.product-view .box-reviews .form-list .review-summary-table thead th { background:none; border:0; }
.product-view .box-reviews .form-list .review-summary-table .value { text-align:center; }
/* ======================================================================================= */


/* Product Review ======================================================================== */
.review-product-list .col-main { padding-top:0; }

.product-review {}
.product-review .product-img-box { float:left; width:285px; }
.product-review .product-img-box .product-image { display:block; margin:0 0 15px; }
.product-review .details { float:right; width:400px; }

.product-review .details .product-name { font-size:15px; font-weight:bold; color:#151515; line-height:19px; margin:0 0 10px; }
.product-review .details p.date { font-size:12px; font-style:italic; }
.product-review .details p { margin:10px 0; }
.product-review .details .review-summary-table { margin:10px 0; }
.product-review .buttons-set { clear:both; padding:25px 0 0; }

.review-product-view .col-main { background:#fff url(/img/bg/bkg_cols.gif) repeat-y -430px 0; padding:0; }
.review-product-view .col-main .page-title { margin-left:0; margin-right:0; }
.review-product-view .product-review .product-img-box { padding:0 0 20px 20px; }
.review-product-view .product-review .details { width:570px; padding:0 20px 20px 0; }
.review-product-view .product-review .buttons-set { border-top:1px solid #d1d1d1; background:#fff; margin:0; padding:15px 20px; }
/* ======================================================================================= */


/* CMS ============================================================================= */
.cms-home .col1-layout,
.cms-index-index .col1-layout { border:0; }
.cms-home .top-callout,
.cms-index-index .top-callout { margin-bottom:6px; }
.cms-home .col1-layout .col-main,
.cms-index-index .col1-layout .col-main { padding:0; }

.cms-index-index .col2-set {}
.cms-home .col2-set .col-1,
.cms-index-index .col2-set .col-1 { width:705px; }
.cms-home .col2-set .col-2,
.cms-index-index .col2-set .col-2 { width:244px; border:1px solid #d9d7ca; border-left:0; margin-left:-244px; }
.cms-home .col2-set .col-2 img,
.cms-index-index .col2-set .col-2 img { display:block; margin:6px auto; }

.cms-home .col1-layout .category-view,
.cms-index-index .col1-layout .category-view { margin:0 0 20px; }
.cms-home .col1-layout .page-title,
.cms-index-index .col1-layout .page-title { margin:3px 0 0; }
.cms-home .col1-layout .products-grid,
.cms-index-index .col1-layout .products-grid { margin:0; border:1px solid #cbc0b2; padding-top:20px; padding-bottom:20px; }
.cms-home .col1-layout .products-list,
.cms-index-index .col1-layout .products-list { margin:0; border:1px solid #cbc0b2; padding-top:20px; }

.cms-hp-touchsmart-iq506-has-arrived .col-main { padding:0; }
.cms-hp-touchsmart-iq506-has-arrived .main { margin-top:0; }
.cms-hp-touchsmart-iq506-has-arrived .breadcrumbs { display:none; }
.new-product-spotlight { border:1px solid #cfcfcf; border-top:0; background:url(/skin/frontend/aristos/default/images/callouts/electronics/new_computer_bg.jpg) no-repeat; height:519px; position:relative; }
.new-product-spotlight .link { position:absolute; top:95px; left:318px; }
.new-product-spotlight .more-new-positioning { position:absolute; top:42px; right:70px; width:207px; }
.new-product-spotlight .more-new-positioning h3 { margin-bottom:5px; font-size:11px; text-transform:uppercase; font-weight:bold; }
.new-product-spotlight .more-new { position:relative; height:335px; }
.new-product-spotlight .more-new .arrow-up { position:absolute; top:0; left:0; height:20px; width:207px; background:url(/skin/frontend/aristos/default/images/callouts/electronics/more_new_arrow.gif) no-repeat; text-indent:-999em; }
.new-product-spotlight .more-new .arrow-down { position:absolute; bottom:0; left:0; height:20px; width:207px; background:url(/skin/frontend/aristos/default/images/callouts/electronics/more_new_arrow.gif) no-repeat 0 100%; text-indent:-999em; }
.new-product-spotlight .more-new .content { position:absolute; top:20px; left:0; width:205px; height:295px; border-width:0 1px; border-style:solid; border-color:#dcdcdc; background:#fff; }
.new-product-spotlight .more-new ol { margin:10px 15px; padding-left:0; list-style-type:none; }
.new-product-spotlight .more-new .item { padding:10px 0 10px 85px; border-bottom:1px solid #d2d2d2; }
.new-product-spotlight .more-new .item.top {padding-top:0; }
.new-product-spotlight .more-new .item.last { border-bottom:0; padding-bottom:0; }
.new-product-spotlight .more-new .item img { float:left; margin-left:-85px; position:relative; }
.new-product-spotlight .more-new a { font-weight:bold; }

.cms-menu { padding:15px; border-bottom:1px solid #d1d1d1; background:#fff url(/skin/frontend/aristos/default/images/bkg_cms-menu.gif) 0 0 repeat-x; font-size:12px; list-style-position:inside; }
.col-main .cms-menu { float:left; width:240px; border:1px solid #d1d1d1; margin:0 10px 5px 0; }
.cms-menu li { color:#999; margin:3px 0; }
/*.cms-menu li span { color:#444; }*/
.cms-menu li.parent > a,
.cms-menu li.parent > strong { background:url(/skin/frontend/aristos/default/images/bkg_cms-menu-arrow-down.gif) 100% 50% no-repeat; padding-right:13px; }
.cms-menu li strong { font-size:13px; font-weight:bold; color:#333; }
.cms-menu li ul,
.cms-menu li ol { padding-left:15px; margin-bottom:7px; list-style-position:inside; }
/* CMS Menu Types */
ol.cms-menu.type-1 { list-style-type:decimal; }
ol.cms-menu.type-1 ol { list-style-type:decimal; }
ol.cms-menu.type-a { list-style-type:lower-alpha; }
ol.cms-menu.type-a ol { list-style-type:lower-alpha; }
ol.cms-menu.type-A { list-style-type:upper-alpha; }
ol.cms-menu.type-A ol { list-style-type:upper-alpha; }
ol.cms-menu.type-i { list-style-type:lower-roman; }
ol.cms-menu.type-i ol { list-style-type:lower-roman; }
ol.cms-menu.type-I { list-style-type:upper-roman; }
ol.cms-menu.type-I ol { list-style-type:upper-roman; }

ul.cms-menu.type-circle { list-style-type:circle; }
ul.cms-menu.type-circle ul { list-style-type:circle; }
ul.cms-menu.type-disc { list-style-type:disc; }
ul.cms-menu.type-disc ul { list-style-type:disc; }
ul.cms-menu.type-square { list-style-type:square; }
ul.cms-menu.type-square ul { list-style-type:square; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:12px; font-weight:bold; color:#333; }
.product-name a { color:#333; text-decoration:underline; }
.product-name a:hover { color:#333; text-decoration:none; }

/* Product Tags */
.tags-list { margin:5px 0; }
.tags-list li { display:inline; font-size:12px; }
.tags-list li a { text-decoration:none; margin:0 2px 0 0; }
.tags-list li a:hover { text-decoration:underline; }

/* Advanced Search */
.search-summary { padding:10px 10px 0; margin:10px 0 0; font-size:12px; background:url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-x 0 0; }
.search-summary li { margin:2px 0; }

/* Sitemap */
.page-sitemap .links { display:block; text-align:right; margin:0 20px -36px 0; }
.page-sitemap .links a { position:relative; }
.page-sitemap .sitemap { padding:0 20px; margin:15px 0; font-size:12px; }
.page-sitemap .sitemap li { margin:3px 0; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.checkout-cart-index .col-main { padding:0; width: 100% }
.checkout-cart-index .col-main .page-title { margin:0; }
.cart-empty { padding:20px; background:#fff; }
.cart .title-buttons { padding-right:15px; }
.cart .messages,
.cart .messages li { margin:0; }
.cart .checkout-types { float:right; text-align:center; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .checkout-types fieldset { display:inline; }
.cart .checkout-types .btn-proceed-checkout span { background-image:url(/skin/frontend/aristos/default/images/bkg_btn-co.gif); height:27px !important; padding:0 0 0 13px !important; }
.cart .checkout-types .btn-proceed-checkout span span { border:0; background-image:url(/skin/frontend/aristos/default/images/bkg_btn-co.gif); padding:1px 32px 0 19px !important; color:#fff; font:bold 15px/26px Arial, Helvetica, sans-serif !important; height:26px; text-transform:none; margin:0 !important; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }

/* Shopping Cart Table */
.cart-table { border-width:1px 0; }
.cart-table .item-msg { font-size:10px; }
.cart-table thead th { vertical-align:bottom; }
.cart-table tbody td { padding:12px; font-size: 14px;}
.cart-table .btn-continue { float:left; background:none; border:none; }
.cart-table .btn-continue span { background:none; border:none; text-transform:none; color:#444; text-decoration:underline; font-weight:normal; padding:0; }
.cart-table .btn-update { float:right; margin-left:5px; }
.cart-table .btn-empty { float:right; }
.cart-table {background-color: #ffffff;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { width:630px; padding:20px 0 10px; }
.cart .cross-inside { background:url(/skin/frontend/aristos/default/images/bkg_crosssell.gif) repeat-y 0 0; }
.cart .cart-collaterals h2 { color:#000; font-weight:normal; margin:0 0 5px; }
.cart .deals { float:left; width:280px; display:inline; margin:0 0 0 30px; font-size:12px; }
.cart .deals p,
.cart .deals label { margin:0 0 7px; display:block; }
.cart .deals .input-text { width:140px; margin:0 5px 3px 0; float:left; }
.cart .deals .widget-sku { display:block; margin:0 0 20px; width:264px; }
.cart .deals .widget-sku .block-title { background:inherit; border:inherit; color:#000; font-size:16px; margin:0 0 5px; padding:0; }
.cart .deals .widget-sku .block-title strong { font-weight:normal; }
.cart .deals .widget-sku .block-content { padding:0; }
.cart .deals .widget-sku .sku-table td input { width:98%; }
.cart .giftcard { position:relative; z-index:1; }
.cart .giftcard button.check-gc-status { clear:both; }
.cart .giftcard button.check-gc-status span { padding:0 !important; background:none !important; line-height:1.3 !important; color:#444 !important; height:auto !important; font-weight:normal !important; text-transform:none !important; }
.cart .giftcard button.check-gc-status span span { text-decoration:underline; font-size:12px !important; }
.cart .giftcard,
.cart .discount { margin:0 0 20px 0; }
.cart .cancel-btn { margin:5px 30px 0 0; clear:left; }
.cart .shipping { float:left; margin:0 0 0 30px; display:inline; font-size:12px; width:280px; }
.cart .shipping select { width:256px; }
.cart .shipping .input-text { width:250px; }
.cart .shipping p { margin:0 0 15px; }
.cart .shipping .buttons-set { width:256px; }
.cart .shipping .form-list label { float:none; width:auto; text-align:left; padding:0; }
.cart .shipping .form-list .input-text,
.cart .shipping .form-list select { display:block; float:none; }

.cart .crosssell { float:left; min-height:400px; width:260px; padding:0 20px 15px 30px; border:1px solid #d9d9d9; border-width:0 1px 0 0; background:#fbf3f0; }
.cart .crosssell h2 { font-size:11px; color:#cd3800; font-weight:bold; text-transform:uppercase; }
.cart .crosssell .item { padding:17px 0 0 ; }
.cart .crosssell .product-image { float:left; margin:3px -90px 0 0; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .crosssell .product-name,
.cart .crosssell .price-box,
.cart .crosssell p,
.cart .crosssell .add-to-links { margin:0 0 5px; }
.cart .crosssell .add-to-links li { margin:0; }

/* Shopping Cart Totals */
.cart .totals { float:right; padding: 0 12px 0 0; width: 350px; font-size:14px; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:0 5px 5px; }
.cart .totals table tfoot strong { font-weight:normal; font-size:18px; color:#cd3800; display:block; margin:10px 0 15px; }
.cart .totals table tfoot .summary-total td { padding:0 0 20px; }
.cart .totals table tfoot th strong { margin:0; }
.cart .totals table tfoot td .price { font-weight:bold; }
.cart .totals .btn-remove { vertical-align:middle; }
.cart .totals .btn-remove img { vertical-align:baseline; }
.cart .totals .checkout-types li { margin:0 0 15px; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding-top:8px; line-height:1.0; font-size:11px; }

.failed-products { border:1px solid #E9581F;   }
.failed-products .sub-title { background:#FFF5F3 url(/skin/frontend/aristos/default/images/icon_error.gif) no-repeat 10px 50%; color:#D91A00; margin:0; padding:10px 10px 10px 30px; border-bottom:1px solid #E9581F; }
.failed-products .item-msg.error { background:url(/skin/frontend/aristos/default/images/icon_error.gif) no-repeat left; font-size:11px; color:#D91A00; padding:5px 0 5px 20px; }
/* Empty Cart Add by SKU */

.cart-empty .failed-products { clear:both; z-index:1; position:relative; margin:40px -20px -21px; }

/* Options Tool Tip */
.item-options p { font-size:11px; font-weight:bold; text-transform:uppercase; padding:10px 12px 0 12px; }
.item-options dt { font-weight:bold; padding:7px 0 7px ; }
.item-options dd { padding-bottom:5px; }
.truncated { cursor:help; margin:5px 0 0; position:relative; z-index:1; width:110px; }
.truncated:hover { z-index:2; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; text-decoration:none; background:url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-x 0 100%; color:#514f4f; }
.truncated .truncated_full_value {}
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; padding:0; width:190px; border:1px solid #c8c8c8; border-bottom:1px solid #919191; background-color:#fff; }
.truncated .truncated_full_value .item-options dl { margin-right:-9px; position:relative; z-index:9999; padding:0px 21px 10px 12px; background:url(/skin/frontend/aristos/default/images/bkg_truncated.gif) no-repeat 100% 38px; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
.top-cart .truncated .show .item-options { top:-60px; left:-206px; }
.block-cart .truncated .show .item-options { top:-60px; left:-206px; }

/* Item options in the cart */
.data-table .item-options dt { padding:3px 0 0 10px; background:url(/skin/frontend/aristos/default/images/bkg_bulletsm.gif) 0 .8em no-repeat; }
.data-table .item-options dd { padding:0 0 3px 10px; }
.data-table .item-options dd .price { font-weight:bold; margin-left:5px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .col-main { padding:20px 0 0; }

.opc-wrapper { background:url(/img/bg/bkg_cols.gif) repeat-y -573px 0; }
.opc-wrapper .page-title { margin:0; position:relative; z-index:1; }
.opc-wrapper .page-title .callout { position:absolute; top:7px; right:20px; z-index:1; }

/* Block: Checkout Progress */
.opc-progress-container { float:left; width:182px; }
.opc-progress-container .opc-block-progress { background:#fff; }
.opc-progress-container .opc-block-progress .block-title { padding:17px 11px 10px 17px; background:none; border:0; border-bottom:1px solid #cfcfcf; }
.opc-progress-container .opc-block-progress .block-title strong { font:18px/1.1 Arial, Helvetica, sans-serif; padding:0; color:#111; }
.opc-progress-container .opc-block-progress .block-content { padding:17px 11px 17px 17px; }
.opc-progress-container .opc-block-progress dt { font-weight:bold; margin:2px 0 8px; }
.opc-progress-container .opc-block-progress dt.complete { font-weight:bold; margin:2px 0 4px; }
.opc-progress-container .opc-block-progress dt.complete a { font-weight:normal; text-transform:lowercase; }
.opc-progress-container .opc-block-progress dd.complete { margin:5px 0 8px; padding:5px; }
.opc-progress-container .block-progress .cards-list dd { padding:0; }
.opc-progress-container .block-progress .cards-list .info-table th { font-weight:normal; }

.opc li.section { position:relative; }
.opc .step-title { margin:0 0 1px; }
.opc .step-title .number { display:none; }
.opc .step-title h2 { background-color:#e6e6e6; color:#686868; font-size:11px; line-height:22px; padding:0 14px; font-weight:bold; text-transform:uppercase; }
.opc .allow .step-title {}
.opc .allow .step-title h2 { background-color:#656565; color:#fff; cursor:pointer; }
.opc .active {}
.opc .active .step-title { margin:0 0 0; padding:0 0 0 0; }
.opc .active .step-title h2 { background:#d12c01 url(/skin/frontend/aristos/default/images/bkg_active-step.gif) repeat-x 0 0; color:#fff; text-transform:capitalize; font-weight:normal; border-bottom:1px solid #cfcfcf; cursor:default; font-size:16px; padding:5px 20px 2px; line-height:24px; height:24px; }
.opc .step { padding:20px; min-height:300px; font-size:12px; background:#fcfcfc; border-top:0; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc .order-review .authentication { margin:0 auto; width:570px; }
.opc .order-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Steps */
.opc .form-alt .input-box { width:695px; }
.opc .form-alt .input-box select { width:695px; }

#checkout-step-login { height:auto !important; min-height:0 !important; padding:0; }
#checkout-step-login .col2-set { padding:20px 20px 30px; background:#fcfcfc url(/img/bg/bkg_cols.gif) repeat-y 195px 0; height:auto !important; min-height:0 !important; }
#checkout-step-login .login-only { background-image:none; }
#checkout-step-login h4 { font-size:16px; color:#000; font-weight:normal; margin:0 0 15px; }
#checkout-step-login .col2-set .col-1 {}
#checkout-step-login .col2-set .col-2 { width:338px; }
#checkout-step-login .col2-set .col-2 .radio { margin-right:5px; }
#checkout-step-login .col2-set .col-2 li { padding-left:10px; background:url(/skin/frontend/aristos/default/images/bkg_bulletsm.gif) no-repeat 0 0.5em; }
#checkout-step-login .col2-set .col-2 .form-list li { background:none; padding-left:0; }
#checkout-step-login .form-list label,
#checkout-step-login .form-list .label { width:90px; }
#checkout-step-login .btn-only { padding:0 0 0 105px; text-align:left; width:214px; }
#checkout-step-login .btn-only .button { float:right; }
#checkout-step-login p { margin:0 0 15px; }
#checkout-step-login .form-list p { padding-left:105px; margin:0; }
#checkout-step-login .form-list .input-text { width:210px; }

#checkout-step-login .form-list li.note { float:left; padding-left:105px; margin:0 0 9px; width:auto; clear:left; }
#checkout-step-login .form-list li.control { float:left; clear:left; }
#checkout-step-login .form-list li.control .input-box { margin-left:105px; }
#checkout-step-login .form-list li.buttons-set { float:right; clear:none; padding-right:30px; padding-top:2px; }


.opc .buttons-set
.opc .form-buttons { width:auto; text-align:right; }
.opc .buttons-set p.back-link { text-align:left; }
.opc .form-buttons { width:auto; text-align:right; }
.opc .buttons-set .button,
.opc .form-buttons .button { float:right; margin:0; }
.opc p.required { text-align:right; width:auto; padding-left:0; }

.checkout-onepage-payment-additional-customerbalance { margin-bottom:5px; }
.checkout-onepage-payment-additional-customerbalance .checkbox { margin-left:0; }

#checkout-step-review { padding:0; }
#checkout-step-review .data-table { border:0; font-size:12px; }
#checkout-step-review .data-table .item-options { font-size:11px; }
#checkout-step-review .data-table thead th { vertical-align:bottom; font-size:11px; }
#checkout-step-review .data-table .product-name { font-size:12px; }
#checkout-step-review .data-table tfoot tr.last strong { font-size:14px; }

#checkout-step-review .buttons-set { padding:15px 20px; margin:0; }

.opc .checkout-agreements { margin:20px; }

/* Multiple Addresses Checkout */
.checkout-progress,
.checkout-progress li.first span,
.checkout-progress li.last span { background-image:url(/skin/frontend/aristos/default/images/bkg_crumbs.gif); background-repeat:no-repeat; }
.checkout-progress { padding:0 0 0 0; border-bottom:1px solid #cfcfcf; background-color:#ededed; text-align:center; margin:-21px -21px 5px; font-size:11px; font-weight:bold; text-transform:uppercase; width:940px; position:relative; z-index:2; }
.checkout-progress li { float:left; width:20%; text-align:center; color:#888; line-height:20px; }
.checkout-progress li span { display:block; text-align:center; border-right:1px solid #cfcfcf; }
.checkout-progress li.first span { background-position:0 0; }
.checkout-progress li.last span { background-position:100% 0; border:0; }
.checkout-progress li.active span { color:#fff; background-color:#d12c01; }

.multiple-checkout { position:relative; z-index:1; }
.multiple-checkout .data-table thead th { vertical-align:bottom; }
.multiple-checkout .col3-set .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.multiple-checkout .col3-set address { padding:10px; clear:both; }
.multiple-checkout .col3-set,
.multiple-checkout .col2-set { margin:0 0 15px; }
.multiple-checkout .buttons-set { padding:15px 0; clear:both; width:auto; }
.multiple-checkout .buttons-set .button { float:right; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-weight:normal; font-size:18px; color:#cd3800; text-align:right; display:block; margin:10px 0 15px; }
.multiple-checkout .grand-total .price-label { font-weight:normal; }
.multiple-checkout .grand-total .price { font-weight:bold; }
.multiple-checkout .sp-methods { font-size:12px; }
.multiple-checkout .checkout-multishipping-payment-customerbalance { font-size:12px; margin-bottom:7px; }
.multiple-checkout .fieldset label { font-size:11px; }
.multiple-checkout .gift-item .fieldset { font-size:11px; width:380px; }

/* Review Details */
#checkout-step-review .data-table .btn-remove,
.checkout-multishipping-overview .data-table .btn-remove,
#details-table .btn-remove { display:-moz-inline-stack; display:inline-block; vertical-align:middle; }

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; margin-bottom:5px; }
.sp-methods dd { margin:0 0 7px; }
.sp-methods dd li { margin:5px 0; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; margin:15px 0; }
.sp-methods .form-list .input-text { width:250px; }
.sp-methods .form-list select { width:256px; }
.sp-methods .form-list label { width:155px; }

.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .input-box { line-height:21px; }
.sp-methods .radio,
.sp-methods .checkbox {}
.sp-methods .v-fix .validation-advice { margin-right:-250px; position:relative; z-index:1; width:250px; }
.sp-methods .adv-container { padding-left:170px; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:1.5em 0 2em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.checkmo-list li { margin:0 0 4px; }
.checkmo-list label { padding-top:0; }
.checkmo-list address { float:left; }

.please-wait { position:absolute; z-index:99; top:50%; left:50%; margin:-34px 0 0 -90px; border:5px solid #f3b66f; font-size:12px; color:#f18200; font-weight:bold; background:#fff; padding:20px; white-space:nowrap; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Payment Bridge */
.pbridge-reload { display:block; text-align:right; }
.pbridge-reload a { color:#1e75b4; font-size:11px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message { padding:20px 15px; }
.add-gift-message h3 { font-size:16px; font-weight:normal; color:#000; line-height:19px; margin:0 0 10px; }
.add-gift-message p { margin:10px 0; padding: 0 15px; }

.gift-message-form { border:1px solid #d1d1d1; background:#f5f5f5 url(/skin/frontend/aristos/default/images/bkg_block.gif) repeat-x 0 0; }
.gift-message-form .fieldset { padding:10px 0 10px; }
.gift-message-form .fieldset .input-text,
.gift-message-form .fieldset textarea { width:200px; }
.gift-message-form .fieldset textarea { width:200px; height:8em; }
.gift-message-form .inner-box { padding:0; height:300px; overflow:auto; }
.gift-message-form .inner-box h5,
.gift-message-form .inner-box h4 { font:14px/1.25 Arial, Helvetica, sans-serif; padding:0 20px; color:#222; margin:17px 0; }
.gift-message-form .inner-box p { margin:10px 0; padding:0 20px; }
.gift-message-form .gift-item { padding:5px 0 0; background:url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-x 0 100%; }
.gift-message-form .gift-item .number { padding:5px 20px 5px; margin-bottom:0; background:url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-x 0 100%; color:#adadad; font-weight:bold; }
.gift-message-form .gift-item .product-img-box { background:url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-y 100% 0; float:left; width:150px; padding-right:15px; }
.gift-message-form .gift-item .product-image { text-align:center; margin:20px; }
.gift-message-form .gift-item .product-name { font-size:12px; margin:20px 0 5px; text-align:center; }
.gift-message-form .gift-item .fieldset { float:left; background:url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-y 0 0; padding:20px 0 10px 10px; margin:0 0 0 -2px; }
.gift-message-form .gift-item .fieldset label { width:80px; }
.gift-message-form .gift-item .gift-wrapping-form { padding:0 20px; }

.gift-options-for-order { padding:0 40px; }
.gift-options-for-order .fieldset { padding:0; }
.gift-options-for-order .fieldset p { padding:0; }
.gift-options-for-order .fieldset label { width:80px; }
.gift-options-for-order .fieldset .input-text,
.gift-options-for-order .fieldset textarea { width:340px; }

.gift-wrapping-form { padding:0 0 10px; }
.gift-wrapping-form img { border:1px solid #ccc; float:left; margin-right:10px; }
.gift-wrapping-form label { margin-right:10px; vertical-align:middle; }
.gift-wrapping-form .gift-wrapping-design { overflow:hidden; padding:10px 0 0; width:100%; }

.gift-message-link { display:block; background:url(/skin/frontend/aristos/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; width:13px; height:12px; background:url(/skin/frontend/aristos/default/images/gift-message-close.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #d8cea8; font-size:11px; background-color:#fffdef; padding:15px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:10px 0; font-size:12px; font-weight:bold; }
.checkout-agreements .agree .checkbox { margin-right:5px; }

/* Centinel */
.centinel { margin:10px 0; }
.centinel p { margin:0 0 10px; }
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { margin:0; padding:20px; }

/* Checkout Success */
.checkout-onepage-success .col-main { font-size:12px; }
.checkout-onepage-success .col-main p { margin:0 0 10px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */

/* Invitation page ======================================================================= */
#invitationForm p.required { padding-bottom:20px; }

/* Compare popup ========================================================================= */
.catalog-product-compare-index tr.last a,
.catalog-product-compare-index tr.first a { color:#999; }
.catalog-product-compare-index tr.last p,
.catalog-product-compare-index tr.first p { margin:10px 0; }
.catalog-product-compare-index tr.first .product-name a { color:#333; }


/* Account Login/Create Pages ============================================================ */
.my-account {}

.account-login { position:relative; font-size:12px; background:url(/img/bg/bkg_cols.gif) repeat-y 266px 0; min-height:350px; margin-bottom:-20px; }

.login-only { background:none; }
.login-only .registered-users { float:none; margin:0 auto; }

.account-login .new-users,
.account-login .registered-users { width:381px; padding:30px 32px 30px; }
.account-login .registered-users p { margin-bottom:1.5em; }
.account-login .spacer { position:absolute; top:100%; left:447px; margin-top:-1px; width:16px; height:3px; font-size:0; line-height:0; background:#fff; overflow:hidden; }
.account-login .fieldset { margin:0; }
.account-login .fieldset h2 { margin-bottom:.5em; }
.account-login .form-list label,
.account-login .form-list span.label { width:98px; }
.account-login p.required,
.account-login .btn-only { padding-left:113px; width:230px; text-align:right; }
.account-login .btn-only a { float:left; white-space:nowrap; }
.account-login .form-list input.input-text { width:224px; }
.account-login .form-list p { padding:0 0 0 110px; }
.account-login .form-list li.note { float:left; padding-left:113px; margin:0 0 9px; width:auto; clear:left; }
.account-login .form-list li.note a { font-size:12px; }
.account-login .form-list li.control { float:left; clear:left; }
li#remember-me-box.control { white-space:nowrap; }
li#remember-me-box.control label { margin-right:20px; white-space:normal; }
.account-login .form-list li.control .input-box { margin-left:113px; }
li#remember-me-box.control .link-tip { display:inline-block; font-size:11px; line-height:16px; padding-top:2px; white-space:normal; }
.account-login .form-list li.buttons-set { float:right; clear:none; padding-right:38px; padding-top:2px; }

.account-create {}



/* Popup Dialog Block */
.window-overlay { background:#000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
.window-overlay { position:absolute; top:0; left:0; min-height:100%; background:#000; opacity:0.5; width:100%; z-index:990; display:none; }
.window-overlay.active { display:block; }
.popup-block { border:1px solid #cfcfcf; left:50%; top:40%; position:absolute; margin:-85px 0 0 -250px; width:500px; text-align:left; -moz-box-shadow:0 0 6px #000; -webkit-box-shadow:0 0 6px #000; box-shadow:0 0 6px #000; z-index:1000; position:fixed; display:none; }
.popup-block.active { display:block; }
.popup-block .block-title { background:url(/skin/frontend/aristos/default/images/bkg_page-title.gif) repeat-x scroll 0 0 #F6F6F6; border-bottom:1px solid #CFCFCF; padding:17px 17px 10px; }
.popup-block div.btn-close { background:url(/skin/frontend/aristos/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:19px; right:17px; height:15px; width:15px; text-indent:-9999em; cursor:pointer; }
.popup-block .block-title strong { color:#D12C01; font-size:16px; font-weight:normal; }
.popup-block .block-content { padding:17px 17px 25px; background:url(/skin/frontend/aristos/default/images/bkg_block.gif) repeat-x 0 100% #fff; font-size:12px;  }
.popup-block .block-content .form-list label { width:180px; }
.popup-block .block-content .form-list .input-text { width:230px; }
.popup-block .block-content .form-list .control .input-box { margin-left:195px; }
.popup-block .block-content .form-buttons { width:auto; padding-left:188px; padding-top:10px; }
.popup-block .block-content .form-buttons .button { float:left; }
.popup-block.loading .block-content * { text-align:left; text-indent:-99999em; overflow:hidden; position:relative; margin-left:-9999em; }
.popup-block.loading .block-content:before { content:''; display:block; background:url(/skin/frontend/aristos/default/images/opc-ajax-loader.gif) no-repeat 0 50%; position:absolute; z-index:99; top:50%; left:50%; line-height:16px; padding:16px; text-indent:0!important; }

/* My Account ============================================================================= */

/* Captcha */
.captcha-note  { clear:left; padding-top:5px;}
.captcha-image { float:left; margin:0 0 0 240px; position:relative; width:228px; }
.captcha-image .captcha-img { border:1px solid #c7c7c7; vertical-align:bottom; width:100%; }
.registered-users .captcha-image    { margin:-12px 0 0 113px; }
#checkout-step-login .captcha-image { margin:-24px 0 0 105px; width:214px; }
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
#checkout-step-login #advice-required-entry-captcha_user_login { min-height: 30px; }
.registered-users #advice-required-entry-captcha_user_login { margin-bottom: 5px; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg,
.dashboard .col2-set,
.dashboard .recent-orders { padding:0 0 20px; }

/* Block: Tags */
.dashboard .tags { padding:0 0 20px; }
.dashboard .tags p { display:inline; }
.dashboard .tags .product-name { margin:0 0 3px; font-size:11px; line-height:17px; }
.dashboard .tags li { margin:0 0 8px; }
.dashboard .tags .number { float:left; border:1px solid #ddd; text-align:center; line-height:17px; width:15px; margin-right:-20px; }
.dashboard .tags .details { margin-left:25px; }

/* Block: Reviews */
.dashboard .reviews { padding:0 0 20px; }
.dashboard .reviews .product-name { margin:0 0 3px; font-size:11px; line-height:17px; }
.dashboard .reviews p { float:left; margin-right:5px; }
.dashboard .reviews li { margin:0 0 5px; }
.dashboard .reviews .number { float:left; border:1px solid #ddd; text-align:center; line-height:17px; width:15px; margin-right:-20px; }
.dashboard .reviews .details { margin-left:25px; }

/********** Dashboard > */

/* Adress Book */
.addresses-list .box-content { font-size:12px; }
.addresses-list .col-2 li { padding:0 0 10px; }
.addresses-list .col-2 li .actions { border:1px solid #e4e4e4; padding:3px 9px 4px; float:left; }
.addresses-list .col-2 li address { padding:10px; clear:both; }

/* Order View */
.my-account .order-date {margin: 20px 20px 0px;}

.order-page {}
.order-page .order-date { margin:0 0 20px; color:#6c6c6c; font-size:11px; }
.order-page .col2-set { padding-bottom:20px; }

.order-details .link-print { background:none; padding:0; }
.order-details .order-additional,
.order-details .data-table { margin-bottom:20px; }
.order-details .order-additional dt { font-weight:bold; background:url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-x 0 100%; padding:0 0 5px; margin:0 0 5px; }
.order-details .order-additional dd { padding:10px; margin:0 0 10px; }

.order-details dl.gift-message { margin:0 20px; }
.order-details .gift-message dt { margin:1px 0; padding:2px 10px; background:#e6e6e6; }
.order-details .gift-message dd { border:1px solid #c7c7c7; background:#fff; padding:10px; margin:0 0 10px; white-space:pre-wrap; word-wrap:break-word }

.order-links { margin:0 0 10px; text-align:right; padding-bottom:5px; background:url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-x 0 100%; text-align:right; }
.order-info { margin: 5px 0px; border-bottom:1px solid #c4c4c4; }
.order-info dt { padding:6px 20px 0 10px; color:#6c6c6c; float:left; }
.order-info dd { float:left; }
.order-info ul { float:left; }
.order-info li { float:left; position:relative; z-index:2; margin-right:3px; background:#dedede url(/img/bg/bkg_collateral-tabs.gif) no-repeat 0 -39px; color:#222; padding:0 0 0 17px; font-size:12px; }
.order-info li strong,
.order-info li a { text-decoration:none; background:url(/img/bg/bkg_collateral-tabs.gif) no-repeat 100% -39px; padding:0 17px 0 0; line-height:24px; float:left; }
.order-info li.current {
    margin-bottom: -1px;
    color: #000;
    font-weight: bold;
    z-index: 3;
    border-bottom: 0;
    background: url(/img/bg/bkg_collateral-tabs.gif) no-repeat;
    background-size: 100% 41px;
    width: 150px;
}
.order-info li.current strong { background-position:100% 0; padding-bottom:1px; }
.order-info dt { font-weight:bold; }

/* Manage Newsletter Subscription */
.newsletter-manage-index .form-buttons .button { float:left; margin:0; }

/* Split Button */
.split-button { display:inline-block; z-index:1; position:relative; max-width:300px; white-space:nowrap;}
.split-button.clickable:active { left:1px; top:1px; }
.split-button { background:url(/skin/frontend/aristos/default/images/bkg_btn.gif) no-repeat 0 0; height:21px; padding:0 0 0 10px; margin:0; }
.split-button.active { z-index:100; }
.split-button strong { cursor:default; font-weight:bold; text-transform:uppercase; font-size:11px; background:url(/skin/frontend/aristos/default/images/bkg_btn.gif) no-repeat 100% 0; height:19px; padding:3px 30px 0 5px; margin:0; display:block; overflow-x:hidden; white-space:nowrap; text-overflow:ellipsis; }
.split-button.clickable > strong,
.split-button strong[onclick] { text-transform:uppercase; font-size:11px; color:#C73615; text-transform:uppercase; cursor:pointer; }
.split-button .change { display:inline-block; border:1px solid; border-color:transparent transparent transparent #999; background:url(/skin/frontend/aristos/default/images/bkg_btn-split-change.png) 5px 50% no-repeat; text-indent:-999em; overflow:hidden; width:15px; cursor:pointer; height:11px; margin-left:8px; vertical-align:middle; }
.split-button .change { position:absolute; right:5px; top:0px; height:19px; border-left-color:#ccc; }

.split-button.light { background:none; height:auto; padding:0; }
.split-button.light.clickable:active { top:auto; left:auto; }
.split-button.light strong { display:inline-block; font-size:11px; text-transform:none; background:none; font-weight:normal; padding:0; height:auto; overflow:visible; white-space:normal; text-overflow:visible; }
.split-button.light.clickable > strong,
.split-button.light strong[onclick] { text-transform:none; text-decoration:underline; color:#999; }
.split-button.light.clickable > strong:hover,
.split-button.light strong[onclick]:hover { text-decoration:none; }
.split-button.light .change { position:static; right:auto; top:auto; height:11px; border-left-color:#999; }

.split-button.active .change,
.split-button .change:hover { background-position:-995px 50%; }
.split-button .list-container { position:absolute; display:none; right:0; top:100%; padding:0; min-width:100%; max-width:300px; float:left; }
.split-button.active .list-container { display:block; }
.split-button .list-container ul { background:#fff; border:1px solid rgba(0,0,0,0.1); position:relative; }
.split-button .list-container ul > li { white-space:nowrap; background:url(/skin/frontend/aristos/default/images/bkg_btn-split-item.png) no-repeat -10000px -10000px; border:1px solid #c1c1c1; border-top-width:0; margin:0; display:block!important; margin:0!important; }
.split-button .list-container ul > li:first-child { border-top-width:1px; }
.split-button .list-container li a,
.split-button .list-container li span { display:block; line-height:1.2!important; cursor:pointer; padding:5px 18px 5px 18px; color:#999; font-size:11px; text-transform:none; text-decoration:none; text-align:left; text-overflow:ellipsis; overflow:hidden; }
.split-button .list-container li:hover a,
.split-button .list-container li:hover span,
.split-button .list-container li:hover { color:#fff; text-decoration:none; }
.split-button .list-container li:hover { background-color:#999; background-position:5px -984px; }
.split-button .list-container li.new { color:#d33911; background-color:#eee; background-position:5px 7px; }
.split-button .list-container li.new:hover { background-color:#999; background-position:5px -485px; }

/* Wishlist */
.my-wishlist textarea { width:99%; height:3.9em; resize:vertical; line-height:1.3em; overflow:auto; }
#wishlist-table .price-box { margin:3px 0; }
#wishlist-table td .description { margin:10px 0; max-height:3.9em; line-height:1.3em; overflow:hidden; word-wrap:break-word; max-width:345px; }
#wishlist-table td .description .inner { overflow:hidden; }
#wishlist-table td { padding:15px 10px; }
#wishlist-table th:first-child,
#wishlist-table td:first-child { padding-left:10px; padding-right:0; }
#wishlist-table td p { margin:5px 0 15px; }
#wishlist-table td.last { padding:4px 2px; width:1px; }
#wishlist-table td .price-box { font-size:12px; }
#wishlist-table td .price-box p { margin:0 0 5px; }
#wishlist-table td .truncated { float:left; width:auto; margin-right:10px; line-height:18px; }
#wishlist-table td .truncated .show .item-options { top:-40px; right:100%; left:auto; margin-right:15px; line-height:1.2; }
#wishlist-table td .truncated .truncated_full_value .item-options dl { background-position:100% 0; }
#wishlist-table .item-manage { margin:0 0 0 0; float:left; }
#wishlist-table .item-manage .split-button { margin:10px 9px 0 0; }
#wishlist-table .item-manage .split-button .change { margin-left:2px; }
#wishlist-table .item-manage .split-button:last-child { margin-right:0; }
.wishlist-empty { font-size:12px; padding:15px 10px; text-align:center; }
p.wishlist-empty {border:1px solid #d0d0d0;}
/* Multiple Wishlist */

.link-edit { padding-left:18px; line-height:18px; background:url(/skin/frontend/aristos/default/images/bkg_link-edit.png) no-repeat 0 0; display:inline-block; }
.wishlist-management .link-edit { width:16px; padding:0; margin:0 5px; height:16px; text-indent:-999em; overflow:hidden; vertical-align:middle; }
.wishlist-management .btn-create { float:right; margin-bottom:10px; }
.wishlist-management .sub-title { float:left;  max-width:100%; }
.wishlist-management .sub-title h2 { word-wrap:break-word; }
.wishlist-management .note-msg { clear:both; margin:0 0 10px; padding:10px; border-style:solid !important; border-width:1px !important; font-size:12px !important; border-color:#fcd344; background-color:#fafaec; color:#3d6611; }
.wishlist-management .msg-private { background:url(/skin/frontend/aristos/default/images/bkg_lock.png) no-repeat 10px 10px #fafaec; padding-left:30px; }
.wishlist-management .table-caption .label { font-size:12px; float:left; line-height:21px; }
#wishlists-move { float:right; margin-left:10px; }
#wishlists-copy { float:right; }

#wishlists-select { background:none; padding-left:0; white-space:nowrap; float:left; max-width:220px; }
#wishlists-select strong { background:none; padding-right:0; padding-left:7px; font-weight:normal; font-size:12px; text-transform:none; }
#wishlists-select strong span { font-weight:bold; }
#wishlists-select .change { text-indent:0; width:auto; background:none; margin-left:4px; border:0; right:auto; left:100%; text-decoration:none; line-height:19px; margin-top:1px; }
#wishlists-select .change span { color:#1e75b4; text-transform:none; background:url(/skin/frontend/aristos/default/images/bkg_header-panel.gif) no-repeat scroll 100% -74px transparent; padding-right:10px; }
#wishlists-select.active .change span { color:#d33911; background-position:100% -130px; }
#wishlists-select .list-container { right:auto; left:0; margin-top:4px; }
#wishlists-select .list-container ul { background:#e7e7e7; border:0; }
#wishlists-select .list-container li:first-child { border-top:0; }
#wishlists-select .list-container li { border-color:#d9d9d9; }
#wishlists-select .list-container a,
#wishlists-select .list-container span { color:#1e75b4; padding:5px 6px;}
#wishlists-select .list-container li:hover a,
#wishlists-select .list-container li:hover span,
#wishlists-select .list-container li:hover { color:#d33911; }
#wishlists-select .list-container li:hover { background-position:-999em -999em;  background-color:#f8f8f8;  }
#wishlists-select .list-container li.new { color:#d33911; background-color:#d9d9d9; background-position:5px 7px; padding-left:12px; }
#wishlists-select .list-container li.new:hover { background-color:#999; background-position:5px -485px; color:#fff; }
#wishlists-select .list-container li.new:hover a,
#wishlists-select .list-container li.new:hover span { color:#fff; }


/* Wishlist search view */
#wishlist-search-results {}
.col3-layout #wishlist-search-results .item-name { max-width:340px; word-wrap:break-word; display:block; }
.col2-right-layout #wishlist-search-results .item-name,
.col2-left-layout #wishlist-search-results .item-name { max-width:500px; }
.col1-layout #wishlist-search-results .item-name { max-width:600px; }


.wishlist-search-view {}
.list-info { border:1px solid #dadada; padding:10px 0; margin:0 0 15px; background:url(/skin/frontend/aristos/default/images/bkg_block.gif) repeat-x 100% 100% #fff; max-width:100%; word-wrap:break-word; }
.list-info .item { padding:5px 0; font-size:12px; border-top:1px dotted #d9d9d9; margin:0 15px; }
.list-info .item:first-child { border-top:0; }
.list-info .item .label { font-weight:normal; font-style:italic; font-size:0.9em; margin-right:5px; }
.list-info .item .label:after { content:':'; }
.list-info .item .value { font-weight:bold; }
.wishlist-search-view #wishlist-table td.last { padding:15px 10px; }
.wishlist-search-view #wishlist-table .description { max-height:6.5em; max-width:280px; }
.wishlist-search-view .list-info { display:inline-block; }
.wishlist-search-view .sub-title { clear:both; }
.wishlist-search-view p.qty { text-align:center; }


/* Store credit */
.storecredit .account-balance { margin:0 0 20px; padding:0 0 10px; font-size:12px; background:url(/skin/frontend/aristos/default/images/bkg_dots.gif) repeat-x 0 100%; }
.storecredit .account-balance .price { font-weight:bold; }
.giftcard-redeem { padding-bottom:20px; }
.giftcard-redeem .input-box { margin-right:5px; }

/* Gift card */
.giftcardaccount { position:relative; z-index:1; padding-top:1px; }
.giftcard-status .messages,
.giftcardaccount .messages { margin-bottom:10px; }
.giftcardaccount p { margin:15px 0; font-size:12px; }
.giftcardaccount .fieldset { margin:0; }
.giftcardaccount .btn-only { margin:0 0 15px; }

/* Gift Card Status Check */
.giftcard-status .gift-card-info,
.giftcard-status p.error-msg,
.giftcardaccount #giftcard_balance_lookup .gift-card-info,
.giftcardaccount #giftcard_balance_lookup p.error-msg { margin:10px 0 20px; }
.gift-card-info { margin:10px 0; padding:10px 10px 5px; border:1px dashed #d9d9d9; background:#fcf7f5; }
.gift-card-info p { font-size:12px; margin:0 0 5px; }
.gift-card-info .giftcard-number { font-weight:bold; }
.gift-card-info .form-list label {}
.gift-card-info .btn-only { padding-left:0; }

#gc-please-wait { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -moz-opacity:0.8; opacity:0.8; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h2.h2 { margin:15px 0 10px; }
.page-print .col2-set { margin:10px 0 20px; }

/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* Tagged products */
.my-tag-edit { float:left; }
.my-tag-edit .btn-remove { float:right; margin:-3px 0 0 5px; position:relative; }
#my-tags-table .price-box { margin:5px 0; }
#my-tags-table .last { text-align:center; }
#my-tags-table .last p { margin:10px 0; }

/* Reward Points */
.my-rewards .box { margin:0 0 30px; }
.my-rewards .info-box .box-title { margin:10px 10px; }
.my-rewards .info-box .box-content { padding:0 10px 10px; }
.my-rewards p.error { display:inline; color:#d91a00; }
.my-rewards dl { font-size:12px; }
.my-rewards dl dt { font-weight:bold; font-size:13px; margin-top:10px; }
.my-rewards dl dt span { color:#d12c01; }
.my-rewards dl dd.last { margin:7px 0 0; }
.my-rewards .form-list label { width:auto; }
.my-rewards .form-list .control .input-box { position:static; margin:0 5px 0 0; }
.my-rewards .data-table small { display:block; font-size:1em; color:#808080; }

/* Billing Agreements */
.billing-agreements .info-box { margin:15px 0; }
.billing-agreements .info-box p { margin:0 0 9px; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }

/* Gift Registry Functionality */
.btn-gift-registry { background:url(/skin/frontend/aristos/default/images/i_gift-registry3.gif) 0 0 no-repeat; padding:3px 0 0 33px; text-align:left; }
.btn-gift-registry .input-box { margin:0 0 7px; }
.btn-gift-registry select { width:100%; }
.gift-registry-name { background:url(/skin/frontend/aristos/default/images/i_gift-registry2.gif) 0 0 no-repeat; margin:3px 0 0; padding:0 0 0 20px; line-height:18px; }
/* Block: Gift Registry Search */
.sidebar .block-gr-search .form-alt .input-box { width:148px; margin:3px 0 0; padding:0; }
.sidebar .block-gr-search .form-alt input.input-text { width:142px; }
.sidebar .block-gr-search .form-alt select { width:148px; }
.block-gr-search p.note { margin:0 0 3px; text-align:right; color:#f15c22; }

/* Order By SKU */

.wrapper .block-addbysku .input-box.validation-error,
.wrapper .block-addbysku .input-box.validation-passed { padding-right:0; background:none; }
.wrapper .block-addbysku .validation-advice { margin-right:-19px; }

.main .block.block-addbysku .block-content { padding:10px 4px 10px; }
.block-addbysku .data-table th,
.block-addbysku .data-table td { padding:6px 4px; }
.block-addbysku .data-table th:first-child,
.block-addbysku .data-table td:first-child { padding-left:13px; }
.sidebar .block-addbysku .actions { padding:0 13px 7px; }
p.link-widget-sku { padding:15px 13px; text-align:left; float:left; }
.sidebar p.link-widget-sku { padding:5px 13px 0; text-align:right; border-top:1px dotted #dadada; float:none; }
p.link-widget-sku a { color:#999; }

.block-addbysku .actions { text-align:right; margin:15px 0 10px; float:right; }
.sidebar .block-addbysku .actions { float:none; }
.block-addbysku .file-upload { float:left; text-align:left; border:1px solid #dadada; padding:10px 17px; background:#F5F5F5 url(/skin/frontend/aristos/default/images/bkg_block.gif) repeat-x 0 100%; margin-top:10px; }
.block-addbysku .file-upload label { display:block; float:none; width:auto; min-width:60px; text-align:left; }
.block-addbysku .file-upload p { padding:3px 0; }
.block-addbysku .file-upload .btn-reset { display:inline-block; margin-left:15px; }
.block-addbysku .file-upload .btn-reset span { margin-left:0; padding:3px 0; background:url(/skin/frontend/aristos/default/images/bkg_icon-reset.png) no-repeat scroll 0 50%; padding-left:15px; display:inline-block; cursor:pointer; color:#999; }
.block-addbysku .file-upload .input-box { display:block; float:none; }
.block-addbysku .file-upload .note { width:auto; clear:both; padding:2px 0; }

.block-addbysku .data-table {}
.block-addbysku .data-table td .btn-remove { margin:4px 0 0; float:right; margin-right:-16px; }
.block-addbysku .data-table td .input-box { float:left; }
.block-addbysku .data-table td .qty { width:8em!important }
.sidebar .block-addbysku .data-table td .qty { width:5em!important }
.block-addbysku .data-table td.last { padding-right:18px; }
.block-addbysku .data-table tfoot td.last { text-align:right; }
.block-addbysku .data-table .add-row { cursor:pointer; background:url(/skin/frontend/aristos/default/images/bkg_btn-split-item.png) no-repeat 0px 2px; padding-left:11px; font-weight:bold; color:#999; }
.block-addbysku .data-table .input-box { width:99%; }

.wrapper .block.block-addbysku .data-table .validation-advice { }
.wrapper .block.block-addbysku .data-table .col-sku { width:auto; }

.wrapper .block.block-addbysku .data-table .col-qty,
.wrapper .block.block-addbysku .data-table .col-remove { width:13px; }
.wrapper .block.block-addbysku .data-table .input-text { width:99%; }

/* ======================================================================================= */

.disabled { position:relative; z-index:1; cursor: default; font-weight: normal!important;color:#9f9f9f}
.disabled:after { content:''; display:block; position:absolute; top:0; left:0; width:100%; height:100%; z-index:99; background:#fff; opacity:0.2; }

/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; padding:10px 20px 20px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; line-height:14px; font-weight:bold; padding:5px 2px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#efefef ; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { color:#333; font-size:14px; font-weight:bold; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(/skin/frontend/aristos/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(/skin/frontend/aristos/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:6px; right:8px; height:15px; width:15px; text-align:left; text-indent:-9999em; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { background:#fefefe; clear:right; line-height:1.5; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-before-container { margin:0 0 3px; text-align:center; }

.form-subscribe { float:left; width:183px; padding: 0 17px 0 0; }
.form-subscribe-header { color:#d12c01; font-size:11px; font-weight:bold; text-decoration:none; text-transform:uppercase; }
.form-subscribe label { display:block; margin:6px 0; }
.form-subscribe input.input-text { width:177px; display:block; }
.form-subscribe button.button { margin:6px 0 0; float:right; }
.form-subscribe .validation-advice { width:180px; }
.form-subscribe .v-fix { text-align:left; padding-right:5px; }
.form-subscribe a { color:#777; }

.footer-container { margin:0 0 20px; text-align:left; background:#f8f8f8; border:1px solid #cfcfcf; padding:14px 17px 12px; }
.footer { background:url(/skin/frontend/aristos/default/images/bkg_footer.gif) repeat-y 200px 0; }
.footer a {}
.footer a:hover { text-decoration:none; }
.footer ul,
.footer ul.links { display:block; float:left; width:150px; margin:0 0 0 19px; padding:0; }
.footer ul.links li,
.footer ul li { display:block; vertical-align:top; margin:0 0 5px; padding:0; }

address.copyright { margin-top:6px; }

.footer .switcher-store { float:right; width:184px; background:url(/skin/frontend/aristos/default/images/bkg_store-switch.gif) no-repeat 0 3px; padding-top:21px; }
.footer .switcher-store label { display:none; }
.footer .switcher-store select { padding:0; margin-bottom:1px; }
.footer .switcher-store ul { float:none; width:auto; padding-left:0; margin-left:0; }
.footer .switcher-store ul .current { display:none; }
/* ======================================================================================= */


/* Some sample data cms styles ================================================================================ */
.page-head-alt {}
.page-head,
.page-head-alt { margin-bottom:20px; padding:23px 20px 11px; background:#f6f6f6 url(/skin/frontend/aristos/default/images/bkg_page-title.gif) repeat-x 0 0; border-bottom:1px solid #cfcfcf; }
.col-main .page-head,
.col-main .page-head-alt { margin:0 -20px 20px; }
.page-head-alt .link-rss { float:right; margin-top:8px; }
.page-head h2,
.page-head h3,
.page-head-alt h3,
.page-head-alt h2 { font:normal 22px/27px Arial, Helvetica, sans-serif; color:#d12c01; }


/* Restricted ================================================================================ */
.restriction-index-stub .page { width:652px; padding-bottom:3px; }
.restriction-index-stub .main { margin-top:100px; min-height:0; height:auto !important; padding:13px; text-align:center; margin-bottom:0; }
.restriction-index-stub .col-main { color:#dedede; height:auto !important; min-height:230px; height:230px; font-size:16px; background:#4a4a4a url(/skin/frontend/aristos/default/images/logo-offline.gif) no-repeat 50% 95px; padding:170px 60px 40px; }
.restriction-index-stub .page-title { margin:0 0 15px !important; padding:0 !important; border:0 !important; background:none; }
.restriction-index-stub .col-main h1,
.restriction-index-stub .col-main h2 { font:italic 35px Georgia, "Times New Roman", Times, serif; color:#fff; }
.restriction-index-stub .header-container,
.restriction-index-stub .footer-container { display:none; }
.restriction-index-stub .copyright { background:url(/skin/frontend/aristos/default/images/bkg_shadow-offline.gif) 50% 0 no-repeat; padding:15px 0 0; margin:0; }


/* Old private sales index ================================================================================ */
.private-sales-index { background:#2b2b2b; margin:110px 0 60px; padding:40px 0; }
.private-sales-index .box { border:1px solid #e2ded0; background:#fff url(/skin/frontend/aristos/default/images/bkg_ps.gif) no-repeat 50% 13px; padding:50px 13px 0; width:657px; margin:0 auto; }
.private-sales-index .box .content { padding:0 60px 70px; background:url(/skin/frontend/aristos/default/images/bkg_ps.gif) no-repeat 50% 100%; font-size:14px; }
.private-sales-index .box .content p { text-align:center; }
.private-sales-index .box .content a { color:#444444; }
.private-sales-index .box .content h1 { background:url(/skin/frontend/aristos/default/images/bkg_ps-logo.gif) no-repeat 50% 0; padding:60px 0 5px; font-size:29px; font-weight:normal; color:#ec4e00; }
.private-sales-index .box .content .description { background:url(/skin/frontend/aristos/default/images/bkg_ps-descr.gif) no-repeat 50% 0; margin:40px auto 0; width:433px; padding:30px 50px 30px; font:normal 20px Georgia, "Times New Roman", Times, serif; font-style:italic; color:#817268; }

.col1-layout .private-sales-index { margin:0 -20px -31px; height:auto !important; height:350px; min-height:350px; }

/* Private sales index ================================================================================
.private-sales-index { background:#fffdf9 url(/skin/frontend/aristos/default/images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-index .box {}
.private-sales-index .box .content {}
.private-sales-index .box .content p { padding-top:475px; text-align:center; color:#444444; font-size:18px; }
.private-sales-index .box .content a { color:#c12900; }
.private-sales-index .box .content h1 { display:none; }
.private-sales-index .box .content .description { display:none; }

.col1-layout .private-sales-index { margin:0 -20px -31px; background-position:0 20px; padding-top:20px; height:auto !important; height:550px; min-height:550px; } */

/* Private sales demo ==================================================================== */
.cms-private-sales-home { background-color:#fffdf9; }
.private-sales-demo { background:#fffdf9 url(/skin/frontend/aristos/default/images/bkg_ps-home.jpg) no-repeat 50% 88px; padding-top:90px; }
.private-sales-demo h1 { display:none; }
.private-sales-demo p { padding-top:475px; text-align:center; color:#444444; font-size:18px; }
.private-sales-demo a { color:#c12900; }

.col1-layout .private-sales-demo { margin:0 -20px -31px; background-position:0 20px; padding-top:20px; height:auto !important; height:550px; min-height:550px; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.account-login .form-list:after,
.wishlist-management .table-caption:after,
.product-options dt:after,
#bundleProduct:after,
.events-slider:after,
.product-image-popup .nav:after,
.gift-item:after,
.block-content:after,
.block-list li.item:after,
.block-poll li:after,
.currently li:after,
.order-info:after,
.top-cart .actions:after,
.header .quick-access:after,
.product-view .box-related li.item:after,
.bundle-summary .product:after,
.collateral-tabs:after,
.block-cart .block-content .item:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header-panel:after,
#nav:after,
.main:after,
.footer-before-container:after,
.footer-container:after,
.footer:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block li.item:after,
.block .actions:after,
.mini-products-list li:after,
.cms-index-index .block-featured li.item:after,
.title-buttons:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.products-grid:after,
.products-list li.item:after,
.product-view:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add-tags:after,
.product-options .options-list li:after,
.options-container-small .product-options:after,
.product-options-bottom:after,
.product-review:after,
.box-collateral:after,
.box-collateral .box-content:after,
.collateral-tabs .tab-content:after,
.account-login:after,
.cart .cart-collaterals:after,
.cart:after,
.opc .step-title:after,
.checkout-progress:after,
.form-list li:after,
.form-list li.fields .field:after,
.clearfix:after,
.buttons-set:after,
.buttons-set2:after,
.page-print .print-head:after,
.new-product-spotlight .more-new .item:after,
.addresses-list .col-2 li:after,
.product-view .product-shop:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { margin:10px 0; }
.widget .widget-title h2 { font-size:18px; color:#d12c01; }

.widget .widget-products { margin:0 -20px 0; }
.cms-home .col1-layout .widget .widget-products,
.cms-index-index .col1-layout .widget .widget-products { margin:0 0 20px; }
.col-main > .widget { display:block; margin:40px 0 0; }
.col-main > .widget + .widget { margin-top:20px; }

/* std class reset */
.widget .products-grid { list-style:none; margin-bottom:0; padding-left:20px; }
.widget .products-grid p,
.widget .products-list p { margin-bottom:0; }
.widget .products-list { list-style:none; margin-bottom:0; padding-left:0; }
.widget .add-to-links { list-style:none; padding-left:0; margin:5px 0; }

/* Widget Banner */
.widget-banner { clear:both; display:block; width:100%; overflow:hidden; text-align:center; }
.widget-banner li { margin:7px 0; }

.top-container .widget-banner li { margin:0; }

.footer-before-container .widget-banner li { margin:0; }

.widget-banner-inline { display:block; clear:both; padding:7px 0; text-align:center; }
.widget-banner-inline ul,
.widget-banner-inline li { display:inline; }
.widget-banner-inline li { margin:0 3px; }
.widget-banner-inline li img { vertical-align:middle; }

/* Widget New Proructs */
.widget-new-products { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-new-products { display:block; padding:0 20px; }

/* Widget Viewed Proructs */
.widget-viewed { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-viewed { display:block; padding:0 20px; }

/* Widget Compared Proructs */
.widget-compared { display:block; margin:10px 0; }
.checkout-cart-index .col1-layout .widget-compared { display:block; padding:0 20px; }

/* Widget CMS Static Block */
.widget-static-block {}

/* Widget Catalog Events Carousel */
.widget-events { display:block !important; }

/* Widgets Links Common Styles */
/* Style 1 */
/*.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { float:left; border:1px solid #cfcfcf; border-bottom-color:#b2b2b2; margin:13px -1px 0 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { float:left; font-size:12px; background:#f2f2f2; border-top:1px solid #fff; border-bottom:1px solid #e2e2e2; padding:2px 5px 4px; color:#cc7137; text-decoration:underline; white-space:nowrap; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#1e75b4; text-decoration:none; }*/
/* Style 2 */
.top-container .widget-product-link,
.top-container .widget-category-link,
.top-container .widget-cms-link,
.top-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.top-container .widget-product-link a,
.top-container .widget-category-link a,
.top-container .widget-cms-link a,
.top-container .widget-hierarchy-link a { display:block; padding:12px 12px; background:#fff url(/skin/frontend/aristos/default/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; }
.top-container .widget-product-link a:hover,
.top-container .widget-category-link a:hover,
.top-container .widget-cms-link a:hover,
.top-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

.footer-before-container .widget-product-link,
.footer-before-container .widget-category-link,
.footer-before-container .widget-cms-link,
.footer-before-container .widget-hierarchy-link { display:block; border-bottom:1px solid #e2e2e2; margin:7px 0; }
.footer-before-container .widget-product-link a,
.footer-before-container .widget-category-link a,
.footer-before-container .widget-cms-link a,
.footer-before-container .widget-hierarchy-link a { display:block; padding:10px 12px; background:#fff url(/skin/frontend/aristos/default/images/bkg_widget-links.gif) 0 100% repeat-x; border:1px solid #cfcfcf; text-align:center; font:bold 15px/1.25 Arial, Helvetica, sans-serif; color:#444; text-decoration:none; cursor:pointer; }
.footer-before-container .widget-product-link a:hover,
.footer-before-container .widget-category-link a:hover,
.footer-before-container .widget-cms-link a:hover,
.footer-before-container .widget-hierarchy-link a:hover { color:#d53c00; text-decoration:none; }

/* Widget Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { font-size:12px; background:url(/skin/frontend/aristos/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-product-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-product-link { display:block; margin:10px 0; padding:0 17px;}
.sidebar .widget-product-link a { font-size:12px; background:url(/skin/frontend/aristos/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-product-link a:hover { color:#333; text-decoration:none; }

/* Widget Category Link */
.widget-category-link-inline { display:inline; }

.top-container .widget-category-link { border-bottom:0; }
.top-container .widget-category-link a { border-color:#ca3934; color:#d53c00; background-image:url(/skin/frontend/aristos/default/images/bkg_widget-links2.gif); background-color:#f9d2c1; }
.top-container .widget-category-link a:hover { color:#fff; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { font-size:12px; background:url(/skin/frontend/aristos/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-category-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-category-link { display:block; margin:10px 0; padding:0 17px;}
.sidebar .widget-category-link a { font-size:12px; background:url(/skin/frontend/aristos/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-category-link a:hover { color:#333; text-decoration:none; }

/* Widget CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { font-size:12px; background:url(/skin/frontend/aristos/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-link { display:block; margin:10px 0; padding:0 17px }
.sidebar .widget-cms-link a { font-size:12px; background:url(/skin/frontend/aristos/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-link a:hover { color:#333; text-decoration:none; }

/* Widget CMS Hierarchy Link */
.widget-cms-hierarchy-link-inline { display:inline; }

.col-main .widget-cms-hierarchy-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-hierarchy-link a { font-size:12px; background:url(/skin/frontend/aristos/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding-right:15px; color:#333; text-decoration:underline; }
.col-main .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

.sidebar .widget-cms-hierarchy-link { display:block; margin:10px 0; padding:0 17px}
.sidebar .widget-cms-hierarchy-link a { font-size:12px; background:url(/skin/frontend/aristos/default/images/bkg_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; color:#333; text-decoration:underline; }
.sidebar .widget-cms-hierarchy-link a:hover { color:#333; text-decoration:none; }

/* Widget SKU */
/* .widget-sku {} */
/* ======================================================================================= */

﻿#test112211223{
    overflow:hidden;
}

#confirmOverlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:url('/skin/frontend/aristos/olympusv1/css/amasty/amcart/ie.png');
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index: 99999;
}

﻿#confirmOverlay div{
    min-height: none;
    min-width: none;
    max-height: none;
    max-width: none;
}

#confirmBox{
    width:420px;
    position:fixed;
    left: 50%;
    top: 30%;
    margin-left: -230px;
    margin-top: -100px;
    z-index: 100;
    background: #f1f1f1;
    text-align: left;
    padding: 20px;
}

#hideDiv{
    width:100%;
    height:100%;
    z-index: 10;
}

#confirmBox h1,
#confirmBox p{
    color: #525252;
    font-size: 13px;
    margin: 0;
    border: 0;
    text-transform: none;
}

#confirmBox h1{
    color: #08107b;
    font-size: 18px;
    padding-bottom: 17px;
}

#confirmBox p{
    line-height: 17px;
}

#amcart-count{
    font-size: 13px;
    line-height: 17px;
}

#am-input{
    width:25px;
    height: 30px;
    text-align:center;
    font: 15px 'Cuprum','Lucida Sans Unicode','Lucida Grande',sans-serif;
}

#am-input:focus{
    border-color: #ffff99;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.focus{
    border-color: #ffff99;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}


#confirmButtons{}

#confirmButtons .button{
    display: block;
    padding-right: 10px;
}

#confirmBox .button:last-child{
    margin-right:0;
}

#confirmButtons .button span{}

.amcart-options form{
    text-align: left;
    font:16px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
    color:#666;
}

.amcart-options form dd{
    border-bottom: 1px solid white;
    margin: 0 0 5px 10px;
    padding: 5px 0 10px 0;
}

.amcart-options form dd input {
    padding: 6px 0 4px 0px;
    border: 1px solid #cecece;
    background: #F6F6f6;
}

.amcart-options form dd select {
    border: 1px solid #cecece;
    background: #F6F6f6;
}

.amcart-options form dd textarea {
    /* = Убираем скролл */
    overflow: auto;

    /* = Убираем увеличение */
    resize: none;
    width: 300px;
    height: 50px;

    /* = Добавим фон, рамку, отступ*/
    background: #f6f6f6;
    border: 1px solid #cecece;
    border-radius: 8px 0 0 0;
    padding: 8px 0 8px 10px;
}

#messageBox{
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
}

#messageBox dt label {
    color: #2F2F2F;
    font-weight: bold;
}

#messageBox div.price-box {
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 10px;
}
#messageBox div.price-box p {
    margin: 0px;
    padding: 0px;
}

#messageBox .required em {
    color: red;
    margin-right: 3px;
}

#amimg_container
{
    position: absolute;
    top: 340px;
    left: 50%;
    z-index: 9999;
}

#amprogress{
    height:100%;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    background:url('/skin/frontend/aristos/olympusv1/css/amasty/amcart/ie.png');
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index:100000;
}

#messageBox .product {
    margin-left: 0px;
    padding-top: 5px;;
}

#messageBox td .price-box p{
    font-size:13px;
}

#messageBox td {
    text-align: center;
    width:133px;
    padding:0 5px 5px 5px;
}


#am-block-related table{
    table-layout: fixed;
    width: 398px;
    word-wrap: break-word;
}

div.product-details{
    position:relative;
    bottom: 3px;
}

#messageBox .block-related p{
    padding:5px 0 5px 0;
    margin:0;

}
#messageBox p.block-related-p{
    border-bottom: 1px solid #C4C1BC;
}

#am-qty-input{
    margin:5px;
}

#am-qty{
    margin:5px;
}

#am-qty-button-up{
    border: black 1px;
}

#am-qty-button-down{
    border: black 1px;
}

#am-qty-button-update{
    position:relative;
    top:30px;
    left:-15px;
}

#am_minicart_container #shopping-cart-table{
    background: #f1f1f1;
}

#am_minicart_container .actions{
    width: auto !important;
}

#confirmButtons .blue{
    float: right;
}
#confirmButtons .blue span{
    display: none;
}
#confirmButtons .blue:hover{}
#confirmButtons .blue:hover span{}

#confirmButtons .gray{
    background-color: #ababab;
    background-image: -moz-linear-gradient(center top,#ababab,#919191);
    background-image: -o-linear-gradient(center top,#ababab,#919191);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ababab),to(#919191));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ababab',endColorstr='#919191');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e9b226', endColorstr='#919191')";
    background-image: linear-gradient(top,#ababab,#919191);
    float: left;
}
#confirmButtons .gray span{
    display: none;
}
#confirmButtons .gray:hover{
    background-color: #e9b125;
    background-image: -moz-linear-gradient(center top,#e9b125,#e48100);
    background-image: -o-linear-gradient(center top,#e9b125,#e48100);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e9b125),to(#e48100));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e9b125',endColorstr='#e48100');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e9b125', endColorstr='#e48100')";
    background-image: linear-gradient(top,#e9b125,#e48100);
}
#confirmButtons .gray:hover span{}

div.amshopby-column {
    float:left; width:83px;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
    padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px;
}

.amshopby-link{
    float:left;
    padding-left:5px;
    padding-top:5px;
}

.amshopby-clearer {
    display:block;
    clear:both;
    overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}
div.block-layered-nav dd a.amshopby-attr {background: url("/img/icons/off.png") no-repeat scroll left 0px transparent;
    color: #3C3C3C;
    font-size: 11px;
    line-height: 16px;
    min-height: 16px;
    padding-left: 24px;}
div.block-layered-nav dd a.amshopby-attr-selected { padding-left:20px; background:transparent url(/img/icons/on.png) no-repeat left center; padding-left: 24px; font-size: 12px;}
div.block-layered-nav dd a img {padding: 0px 4px 5px; float:left;}

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd ol li {margin-bottom: 5px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
    color:black; text-decoration: none; cursor:text;}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
    display:block; width:15px; height:15px; cursor:pointer;
    background:transparent url(/skin/frontend/aristos/olympusv1/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(/skin/frontend/aristos/olympusv1/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
    clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav dt {
    cursor:pointer;
    padding-left:0;
    background:none;
}
div.block-layered-nav dt.amshopby-collapsed {background:none;}


div.block-layered-nav div.amshopby-slider {
    position:relative; margin:10px auto 5px auto; height:18px;  background: url(/skin/frontend/aristos/olympusv1/images/amshopby-slider-bg.gif) no-repeat 50% 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {width:8px; top:3px; height:14px; background: transparent url(/skin/frontend/aristos/olympusv1/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move;}

/*
 * Slider labels
 */
.amshopby-slider-price {
    color: #798794;
}

.amshopby-slider-price span {
    float: left;
    padding-right: 2px;
}

.amshopby-slider-price-from {
    float: left;

}
.amshopby-slider-price-to {
    float: right;
}

.amshopby-slider-handle-right {
    position: absolute;
    top: 14px;
    right: 0px;
}

.amshopby-slider-handle-left {
    position: absolute;
    top: 14px;
    left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range
{
    text-align: center;
    font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor: help;
    position: absolute;
    right: -12px;
    top: 14px;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
    margin-top: 10px;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 200px;
    background:  url('/skin/frontend/aristos/olympusv1/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

ol.currently {
    margin: 0;
    list-style: none outside none;
}
#street_container {
    display: none;
}

#postalcode_container {
    display: none;
}

.ui-menu-item a span {
    font-size: 11px;
    color: #808080;
}

.ui-menu-item a.ui-state-hover span {
    font-size: 11px;
    color: #ffffff;
}

.ui-combobox {
    position: relative;
    display: inline-block;
}

.ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    *height: 1.7em;
    *top: 0.1em;
}

.ui-combobox-input {
    margin: 0;
    padding: 0.3em;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */

}

.ui-menu .ui-menu-item a {
    border-bottom: 1px dotted #D4D4D4;
    min-height: 24px;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 200px;
}

.ui-button {
    margin-left: -1px;
}

.ui-button-icon-only .ui-button-text {
    padding: 0.3em;
}

.ui-autocomplete-input {
    margin: 0;
    padding: 0.40em 0 0.47em 0.45em!important;
    width: 250px !important;
}

​

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 2px !important;
    -webkit-border-bottom-left-radius: 2px;
    -khtml-border-bottom-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}




a.socicon {background: url('/skin/frontend/aristos/olympusv1/aristos_social/icons/socbuttons.png') no-repeat;
    display: block}

a.socicon span {display: none}

.socibutton.small a.socicon {
    width: 30px;
    height: 30px;
}


.socibutton.large a.socicon, .socibutton.inline a.socicon {
    width: 149px;
    height: 36px;
}

.socibutton.large li, .socibutton.inline li {margin-top: 10px; float: left; margin-left: 10px;}
.socibutton.small li { float: left; margin-left: 5px;}

.socibutton.small h4, .socibutton.small ul {float: left}
.socibutton.small h4 {
    float: left;
    line-height: 30px;
    color:#08107b;
    text-transform: none;
}



.socibutton.large a.socicon.vk, .socibutton.inline a.socicon.vk {
    background-position: 0 -30px;
}
.socibutton.small a.socicon.vk {
    background-position: 0 0;
}

.socibutton.large a.socicon.odnoklassniki, .socibutton.inline a.socicon.odnoklassniki {
    background-position: 0 -65px;
}
.socibutton.small a.socicon.odnoklassniki {
    background-position: -30px 0;
}

.socibutton.large a.socicon.facebook, .socibutton.inline a.socicon.facebook {
    background-position: 0 -102px;
}
.socibutton.small a.socicon.facebook {
    background-position: -60px 0;
}

.socibutton.large a.socicon.google, .socibutton.inline a.socicon.google {
    background-position: 0 -138px;
}
.socibutton.small a.socicon.google {
    background-position: -90px 0;
}

.socibutton.large a.socicon.yandex, .socibutton.inline a.socicon.yandex {
    background-position: 0 -174px;
}
.socibutton.small a.socicon.yandex {
    background-position: -120px 0;
}


.social-list { margin: 0; padding: 0; }
.account-create-popup { padding: 0}
.account-create-popup .logo {margin-left: -15px}



.register-welcome {font-size: 14px}
.social-auth.large {width: 400px; height: 200px; margin: 0 auto; background: rgb(243, 243, 243);
    padding:10px;
}
.social-auth.inline {max-width: 800px; margin: 0 auto;}


.social-auth.small {
    margin-top: 10px;
    padding: 10px 0 0;
    border-top: 1px solid #f1f1f1;
}


.social-auth h4 {
    text-align: left;
    color:#08107b;
    text-transform: uppercase;
    font-size: 12px;
}

.account-create-reference {font-size: 10px; color: #888}
.soc-register-form {margin-top: 10px;}
.soc-pass-reference {font-size: 12px; font-weight: bold; margin-top: 15px; }
.soc-register-passwd-email {text-decoration: underline}


/*
like
*/

.social-like li {
    float: left;
    margin-right: 10px;
    width: 120px;

}


li.social-like-vk {
    width: 140px;
}

li.social-like-facebook {
    width: 110px;
}



li.social-like-twitter {
    width: 100px;
}

li.social-like-mailru {
    width: 120px;
}

li.social-like-odnoklassniki {
    width: 100px;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.seo-content {
    color: #333;
    width: 600px;
    margin: 0 auto;
    padding: 5px 10px;
    margin-top: -50px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px;
}
.seositemap-map ul {
    *zoom: 1;
    margin-left: 15px;
    margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
    display: table;
    content: "";
    line-height: 0;
}
.seositemap-map ul:after {
    clear: both;
}
.seositemap-map ul.stores li {
    font-weight: bold;
    font-size: 110%;
}
.seositemap-map ul li.level-2 {
    font-weight: bold;
}
.seositemap-map ul li.level-3 {
    margin-left: 15px;
}
.seositemap-map ul li.level-4 {
    margin-left: 30px;
    font-size: 90%;
}
.seositemap-map ul li.level-5 {
    margin-left: 45px;
    font-size: 90%;
}
.seositemap-map ul li.level-6 {
    margin-left: 60px;
    font-size: 90%;
}
.seositemap-map ul li.level-7 {
    margin-left: 75px;
    font-size: 90%;
}
.review-aggregate-hide {
    display:none;
}

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.chosen-container a {
    cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.chosen-container-single .chosen-default {
    color: #999;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('/img/sprites/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/img/sprites/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url('/img/sprites/chosen-sprite.png') no-repeat 100% -20px;
    background: url('/img/sprites/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background: url('/img/sprites/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('/img/sprites/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('/img/sprites/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('/img/sprites/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}
.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('/img/sprites/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}
.chosen-disabled .chosen-single {
    cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}
.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}
.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}
.chosen-rtl .chosen-choices li {
    float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('/img/sprites/chosen-sprite.png') no-repeat -30px -20px;
    background: url('/img/sprites/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background: url('/img/sprites/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('/img/sprites/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('/img/sprites/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background: url('/img/sprites/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
    direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('/skin/frontend/aristos/olympusv1/css/jquery.chosen/chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
/* @end */

::selection {
    background-color: #E6A410;
    color: #fff;
}

/* Layout ================================================================================ */
.wrapper {
    min-width: 960px;
    padding: 0;
}

.page {
    width: 960px;
}

.main {
    background-image: none;
    border: 0;
}

/* Base Columns */
.col-right,
.col-left {
    width: 190px;
}
.col-main {
    width:740px;
    padding: 0 0 15px;
}

/* ======================================================================================= */

/* Global Styles ========================================================================= */

/* Form Elements */

.form-list label {
    float: none;
    width:197px;
    padding:5px 0;
    font-size:12px;
    font-weight:bold;
    color:#444;
    text-align:right;
    display: block;
    text-align: left;
}

.form-list .input-box {
    float: none;
}


.form-list input.input-text,
.form-list textarea {
    width:197px;
}

.form-list li.fields .field {
    clear: none;
    float: left;
    padding:0 15px 9px 0;
}

input,select,textarea {
    font-size: 11px;
    color:#525252;
}

input.input-text,select,textarea {
    background-color: #ededed;
    background-image: none;
    border:1px solid #d9d9d9;
    line-height: 14px;
    padding: 6px 8px;
    height: 14px;
}

input.input-text,textarea {
    padding: 6px 8px;
    background-color: #ededed;
    background-image: none;
}
textarea { overflow:auto; resize:vertical; }
textarea.default-value { color:#ddd; }

/* Form Validation */
.product-options .validation-error .options-list,
span.validation-passed,
div.validation-passed,
span.validation-error,
div.validation-error {
    background: none;
    padding-right: 0;
}

.form-list .validation-advice {
    width:215px;
    margin-right:-215px;
}

/* BreadCrumbs */

.breadcrumbs .sep{
    padding: 0 4px 0 7px;
}

.breadcrumbs li {
    display:inline;
}

.breadcrumbs li span,
.breadcrumbs a {
    color: #5e5e5e;
    text-decoration: none;
    font-weight: normal;
}

.breadcrumbs a {
    border-bottom: 1px dotted #bababa;
}

.breadcrumbs a:hover {
    color: #444;
    text-decoration:none;
    border-bottom: 1px solid;
}

/* Page Heading */
.page-title {
    padding: 0 0 15px 0;
    margin-bottom: 0;
    background: none;
    border-bottom: 0;
}

.page-title h1,
.page-title h2 {
    font-size: 18px;
    color:#08107b;
}

.page-popup .page-title,
.col-main .page-title {
    margin-left: 0;
    margin-right: 0;
}

/* Pager */
.pager {
    background: none;
    border: 0;
    padding: 5px 0;
    font-size: 12px;
    color: #5e5e5e;
}

.pager .pages > strong {
    display: none;
}

.pager .pages a {
    color: #5e5e5e;
    text-decoration: none;
}

.pager .pages a:hover {
    color: #444;
    text-decoration: none;
}

.pager .pages .current {
    color: #08107b;
    font-size: 14px;
}

.pager .pages ol,
.pager .pages li {
    display: block;
    float: left;
    padding: 0;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}

.pager .pages li {
    margin: 0 5px;
}

.pager .pages .i-previous,
.pager .pages .i-next {
    text-decoration: none !important;
    vertical-align: middle;
    display: block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    padding: 6px;
    border: 1px solid #e6e6e6;
    background: #ffffff url(/img/assets/toolbar_elem_bg.png) repeat-x;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px rgba(0,0,0,0.05);
}

.pager .pages .i-previous {
    margin: 0 0 0 -5px ;
}

.pager .pages .i-next {
    margin: 0 -5px 0 0;
}

.pager .limiter {
    margin-left: 15px;
}

.pager .limiter > select {
    width: 60px;
}

/* Sorter */
.sorter {
    background: none;
    border-top: 0;
    padding: 5px 0;
    color: #5e5e5e;
}

.sorter .view-mode {
    float: right;
}

.sorter .view-mode > label,
.sorter .view-mode > div {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
}

.sorter .view-mode > label {
    margin-right: 10px;
}

.sorter .view-mode > div {
    height: 16px;
    width: 16px;
    padding: 6px;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    background: #ffffff url(/img/assets/toolbar_elem_bg.png) repeat-x;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px rgba(0,0,0,0.05);
}

.sorter .view-mode > div.active {
    background: #ffffff url(/img/bg/toolbar_elem_bg_active.png) repeat-x;
}

.sorter .view-mode > div.list {
    margin-left: -1px;
}

.sorter .sort-by {
    float: left;
}

.sorter .sort-by label {
    padding-right: 10px;
}

.sorter .sort-by > select {
    width: 105px;
}

.sorter .sort-by .asc-desc {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    background: #ffffff url(/img/assets/toolbar_elem_bg.png) repeat-x;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px rgba(0,0,0,0.05);
}

.sorter .sort-by .asc-desc a{
    line-height: 16px;
    padding: 6px;
    display: block;
    height: 16px;
    width: 16px;
}

/* ======================================================================================= */

/* Header ================================================================================ */
.header-container {
    height: 140px;
    padding-top: 50px;
}

.header-container .header {
    padding: 0px;
    width: 100%;
}

.header {
    position: static;
}

.header .branding {
    position: static;
    margin: 0;
    float: left;
}

.header a.logo {
    margin-top: 2px;
}

.header .quick-access {
    padding: 0;
    width: 640px;
}

.header .searchfix {
    float: right;
    width: 195px;
}

.header .form-search {
    position: relative;
    padding: 7px 0 0 0;
}

.header .form-search input.input-text {
    float: right;
    background: none;
    padding: 2px 28px 2px 5px;
    margin: 0;
    width: 157px;
    height: 17px;
    line-height: 17px;
    border: 1px solid #dfdfdf;
    color: #a4a4a4;
}

.header .form-search button.button {
    position: absolute;
    right: 0px;
    bottom: auto;
    height: 23px;
    width: 23px;
    background: #dfdfdf url(/img/icons/icons_16.png) no-repeat left -129px;
    border: 5px solid #dfdfdf;
}

.header .form-search button.button:hover,
.header .form-search button.button:active {
    background-position: left -145px;
}

.header .form-search button.button span {
    padding: 0;
    margin: 0;
    height: 23px;
    display: none;
    overflow: hidden;
}
/* ======================================================================================= */

/* Sidebar =============================================================================== */

/* Generic Block */
.sidebar .block {
    border-bottom: 0;
    background-color: #787878;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#a6a6a6),to(#787878));
    background-image: -webkit-linear-gradient(top,#a6a6a6,#787878);
    background-image: -moz-linear-gradient(top,#a6a6a6,#787878);
    background-image: -ms-linear-gradient(top,#a6a6a6,#787878);
    background-image: -o-linear-gradient(top,#a6a6a6,#787878);
    background-image: linear-gradient(top,#a6a6a6,#787878);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a6a6a6',EndColorStr='#787878');
    margin: 0 0 15px 0;
    color: #fff;
    zoom: 1;
}

.sidebar .block .block-title strong {
    padding-bottom: 10px;
    border-bottom: 0;
}

.sidebar .block .block-title strong span {
    font-size: 16px;
    color: #fff;
}

.sidebar .block .block-content,
.sidebar .block .block-content a {
    text-decoration: none;
    color: #fff;
}

.sidebar .block .block-content dd li:hover,
.sidebar .block .block-content li:hover a {
    text-decoration: none;
    color: #e49900;
}

.sidebar .block .block-content ol > li,
.sidebar .block .block-content ul > li {
    padding-bottom: 10px;
}

.sidebar .block .block-content ol.dotted > li,
.sidebar .block .block-content ul.dotted > li {
    position: relative;
    padding-left: 20px;
}

.sidebar .block .block-content ul.dotted em {
    position: absolute;
    top: 0;
    left: 0;
}


/* Block: Layered Navigation */
.sidebar .block-layered-nav {
    background: #f2f2f2;
}

.sidebar .block-layered-nav .block-title strong {
    border-bottom: 1px solid #fff;
}

.sidebar .block-layered-nav .block-title strong span {
    color: #18208e;
}

.sidebar .block-layered-nav .block-title {
    padding: 15px 15px 0;
    border: 0;
}

.sidebar .block-layered-nav dt {
    margin-bottom: 10px;
    font-weight:normal;
    font-size:11px;
    color:#000;
}

.sidebar .block-layered-nav .block-content dd {
    color:#898989;
}

.sidebar .block-layered-nav .block-content dd a {
    color:#898989;
    text-decoration:none;
}

.sidebar .block-layered-nav .block-content ol > li,
.sidebar .block-layered-nav .block-content ul > li {
    padding-bottom: 0px;
}

.sidebar .block-layered-nav .block-content dd li:hover,
.sidebar .block-layered-nav .block-content dd li:hover a {
    color: #08107b;
    text-decoration:none;
}

.sidebar .block-layered-nav .currently {
    border: 0;
    border-width: 0;
    padding:10px 10px 10px 17px;
    margin-bottom: 0;
    background: none;
}


.sidebar .block-layered-nav .actions {
    text-align:left;
    margin: 0;
    padding: 15px;
    background:#f2f2f2;
    border-bottom: 0;
}


/* ======================================================================================= */

/* Icons ================================================================================= */

.icon-16 {
    display: block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    float: left;
}

a.button .icon-16,
button.button span .icon-16 {
    margin-top: 5px;
    margin-right: 5px;
}

.icon-asc  { background: url(/img/icons/toolbar-16-icons.png) no-repeat -16px -16px; }
.icon-desc { background: url(/img/icons/toolbar-16-icons.png) no-repeat 0 -16px; }
.icon-list { background: url(/img/icons/toolbar-16-icons.png) no-repeat 0 -32px; }
.icon-grid { background: url(/img/icons/toolbar-16-icons.png) no-repeat 0 -48px; }
.active .icon-list { background: url(/img/icons/toolbar-16-icons.png) no-repeat -16px -32px; }
.active .icon-grid { background: url(/img/icons/toolbar-16-icons.png) no-repeat -16px -48px; }

.icon-flyout-down { background: url(/img/icons/icons_16.png) no-repeat 5px 0; }
span:hover .icon-flyout-down { background: url(/img/icons/icons_16.png) no-repeat 5px -512px; }
.active .icon-flyout-down,
.active span:hover .icon-flyout-down { background: url(/img/icons/icons_16.png) no-repeat 5px -16px; }

.icon-cart.white { background: url(/img/icons/icons_16.png) no-repeat 0 -1223px; }
.icon-cart.ship { background: url(/img/icons/square-buttons-26.png) no-repeat -1px -31px; width: 27px}


/* Arrows */
.icon-arrow-left { background: url(/img/icons/toolbar-16-icons.png) no-repeat 0 -63px; }
.icon-arrow-right { background: url(/img/icons/toolbar-16-icons.png) no-repeat -16px -63px; }

.icon-arrow-right.white {background: url(/img/icons/icons_16.png) no-repeat 5px -1167px;}

.icon-arrow-right2.white {background: url(/img/icons/icons_16.png) no-repeat 5px -271px;}

.icon-arrow-left2.white {background: url(/img/icons/icons_16.png) no-repeat -23px -271px;}

.icon-arrow-right.circle.gray { background: url(/img/icons/icons_16.png) no-repeat left -981px; }
.icon-arrow-right.circle.blue { background: url(/img/icons/icons_16.png) no-repeat left -64px; }

.icon-arrow-right.circle.hover-yellow:hover,
a:hover .icon-arrow-right.circle.hover-yellow,
li:hover > .icon-arrow-right.circle.hover-yellow {
    background: url(/img/icons/icons_16.png) no-repeat left -80px;
}

/* ======================================================================================= */


/* Some sample data cms styles =========================================================== */
.page-head,
.page-head-alt {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
}

.col-main .page-head,
.col-main .page-head-alt {
    margin:0 ;
}

.page-head h2,
.page-head h3,
.page-head-alt h3,
.page-head-alt h2 {
    font-size: 18px;
    color: #08107b;
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    background: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 0 !important;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px rgba(0,0,0,0.05);
    margin-top: -2px;
    border-top: 0;
    padding: 5px;
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all > li > a {
    border: 0 !important;
    border-radius: 0 !important;
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all > li > a.ui-state-focus {
    background-color: #e9b226;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #e9b226), color-stop(90%, #e49900));
    background-image: -webkit-linear-gradient(#e9b226 20%, #e49900 90%);
    background-image: -moz-linear-gradient(#e9b226 20%, #e49900 90%);
    background-image: -o-linear-gradient(#e9b226 20%, #e49900 90%);
    background-image: linear-gradient(#e9b226 20%, #e49900 90%);
    color: #fff;
}

.page > .top-image {
    margin: -13px 0 13px;
    height: 80px;
}

.top-image .top-image-bg {
    position: absolute;
    top: 190px;
    left: 0;
    width: 100%;
    min-width: 960px;
}

.clear,
.clearer {
    clear: both;
}
/* Global ================================================================================ */

.main-page-view {
    margin: 0 -15px 0 0;
}

.main-page-view .top-banner {
    margin-bottom: 10px;
}

/* Pager ================== */

.main-page-view .pager {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.main-page-view .pager .amount {
    display: none;
}

.main-page-view .pager .pages {
    margin: 0;
}

.main-page-view .pager .pages li {
    display: none;
    margin: 0;
}
.main-page-view .pager .pages li.previous,
.main-page-view .pager .pages li.next {
    display: block;
}

.main-page-view .pager .pages .i-previous,
.main-page-view .pager .pages .i-next {
    text-decoration: none !important;
    vertical-align: middle;
    display: block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    padding: 2px;
    border: 0;
    background: none;
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 0 rgba(0,0,0,0.05);
}

.main-page-view .pager .pages .icon-arrow-left,
.main-page-view .pager .pages .icon-arrow-right {
    background: url(/img/icons/icons_29.png) no-repeat;
    height: 26px;
    width: 26px;
}

.main-page-view .pager .pages .icon-arrow-left {
    background-position: right -104px;
}

.main-page-view .pager .pages .icon-arrow-right {
    background-position: left -104px;
}

.main-page-view .pager .pages a:hover .icon-arrow-left {
    background-position: right 0;
}

.main-page-view .pager .pages a:hover .icon-arrow-right {
    background-position: left 0;
}

/* ======================== */

/* Widget ================= */
.main-page-view .widget {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-page-view .widget-title {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #dbdbdb;
}

.main-page-view .widget-title h2 {
    color: #08107b;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 10px;
}

.main-page-news .pager,
.main-page-news .buttons-set {
    display: none;
}

/* ======================== */

/* ======================================================================================= */

/* News ================================================================================== */

.main-page-news .col2-set .col-1.item,
.main-page-news .col2-set .col-2.item {
    border: 0;
    width: 49%;
}

.main-page-news p.date {
    font-size: 10px;
    color: #929292;
    margin: 0 0 5px 0;
}

.main-page-news .item-title {
    font-size: 12px;
    color: #08107b;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.main-page-news .item-content {
    font-size: 11px;
    color: #7b7b7b;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.main-page-news .item-content p {
    margin: 0;
}

.main-page-news .buttons-set {
    margin: 0;
}

.main-page-news .buttons-set a.button,
.main-page-news .buttons-set button.button {
    float: left;
    margin: 0;
    padding: 0;
}

.main-page-news .buttons-set a.button .icon-16,
.main-page-news .buttons-set button.button .icon-16 {
    margin-right: 0;
}

.main-page-news .buttons-set a.button,
.main-page-news .buttons-set button.button span,
.main-page-news .buttons-set a.button span,
.main-page-news .buttons-set button.button span span {
    background: none;
    color: #08107b;
    text-transform: none;
    font-size: 11px;
    font-weight: normal;
}

.main-page-news .buttons-set a.button:hover span,
.main-page-news .buttons-set button.button:hover span span {
    color: #e49900;
}


/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* ======================================================================================= */
/* Toolbar Styles ========================================================================= */
.toolbar .chosen-container,
.pager .chosen-container {
    font-size: 11px;
}
.toolbar .chosen-container-active .chosen-single,
.pager .chosen-container-active .chosen-single {
    border: 1px solid #e6e6e6;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}
.toolbar .chosen-container-single .chosen-single,
.pager .chosen-container-single .chosen-single {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #ffffff url(/img/assets/toolbar_elem_bg.png) repeat-x;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    padding: 7px 0 7px 10px;
    height: 14px;
    line-height: 14px;
    color: #808080;
}
.toolbar .chosen-container-single .chosen-single div,
.pager .chosen-container-single .chosen-single div {
    top: 6px;
    right: 6px;
    width: 16px;
    height: 16px;
}
.toolbar .chosen-container-single .chosen-single div b,
.pager .chosen-container-single .chosen-single div b {
    background: url(/img/icons/toolbar-16-icons.png) no-repeat 0px 0px;
}
.toolbar .chosen-container-active.chosen-with-drop .chosen-single div b,
.pager .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 0px;
}
.toolbar .chosen-container-active.chosen-with-drop .chosen-single,
.pager .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #e6e6e6;
    background-image: url(/img/assets/toolbar_elem_bg.png);
    background-repeat: repeat-x;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
}
.toolbar .chosen-container-single .chosen-single span,
.pager .chosen-container-single .chosen-single span {
    border-right: 1px solid #e6e6e6;
}
.toolbar .chosen-container .chosen-drop,
.pager .chosen-container .chosen-drop {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fafafa;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    color: #808080;
}
.toolbar .chosen-container-single .chosen-drop,
.pager .chosen-container-single .chosen-drop {
    border-radius: 0;
}
.toolbar .chosen-container .chosen-results li.highlighted,
.pager .chosen-container .chosen-results li.highlighted {
    background-color: #e9b226;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #e9b226), color-stop(90%, #e49900));
    background-image: -webkit-linear-gradient(#e9b226 20%, #e49900 90%);
    background-image: -moz-linear-gradient(#e9b226 20%, #e49900 90%);
    background-image: -o-linear-gradient(#e9b226 20%, #e49900 90%);
    background-image: linear-gradient(#e9b226 20%, #e49900 90%);
    color: #fff;
}
/* ======================================================================================= */

.casualPopover {
    position: relative;
}

.casualPopover.active {
    overflow: visible;
}

.casualPopover .casualPopoverContent {
    display: none;
    clear: both;
    position: absolute;
}

.header-container .casualPopover {
    float: right;
    top: 3px;
    height: 34px;
    padding: 1px;
}

.header-container .casualPopover > a {
    text-decoration: none;
    padding: 8px 10px 13px 10px;
    display: block;
    background: #fff;
    color: #3f3f3f;
    position: relative;
}

.header-container .casualPopover > a:hover{
    color: #444;
}

.header-container .casualPopover.active > a,
.header-container .casualPopover.active > a:hover{
    color: #e49900;
}

.header-container .casualPopover > a > span{
    padding-right: 16px;
    font-size: 12px;
    position: relative;
    display: block;
}

.header-container .casualPopover > a > span > i{
    position: absolute;
    top: 0;
    right: 0;
}

.header-container .casualPopover.active {
    border: 1px solid #08107b;
    border-bottom: 0;
    padding: 0 0 1px;
    z-index: 1000;
}

.header-container .casualPopover.active > a {
    z-index: 1000;
}

.header-container .casualPopover .casualPopoverContent {
    top: 34px;
    right: -1px;
}

.header-container .casualPopover .popover-content-inner {
    border: 1px solid #08107b;
    background: #ffffff;
    padding: 14px;
    text-align: left;
}

.header-container .popover-content-inner .actions {
    width: 150px;
    position: relative;
    background: #08107b;
    padding: 15px 15px 10px 15px;
    margin: 10px -15px -15px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.header-container .popover-content-inner .actions a{
    text-decoration: none;
    color: #fff;
    border-bottom: 1px dotted #fff;
    line-height: 14px;
}

.header-container .popover-content-inner .actions a.button{
    border-bottom: 0;
}

.header-container .popover-content-inner .actions p{
    text-align: right;
}

.header-container #phonePopover {
    right: 14px;
}

.header-container #phonePopover .popover-content-inner {
    width: 190px;
}

.header-container #phonePopover .popover-content-inner a {
    color: #090f7d;
}

.header-container #phonePopover dt,
.header-container #phonePopover dd{
    line-height: 16px;
}

.header-container #phonePopover dt {
    color: #000;
}

.header-container #phonePopover dd{
    color: #090f7d;
    padding-bottom: 10px;
}

.header-container #regionPopover {
    right: 16px;
}

.header-container #regionPopover .popover-content-inner {
    width: 235px;
}

.header-container #regionPopover .popover-content-inner a {
    color: #090f7d;
}

.header-container #regionPopover p {
    padding-bottom: 15px;
}

.header-container #regionPopover .ui-autocomplete-input{
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #ffffff url(/img/assets/toolbar_elem_bg.png) repeat-x;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px rgba(0,0,0,0.05);
    padding: 6px 0 6px 10px !important;
    margin-bottom: 10px;
    height: 14px;
    line-height: 14px;
    color: #808080;
    width: 190px !important;
}

.header-container #regionPopover .ui-button {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    background: #ffffff url(/img/assets/toolbar_elem_bg.png) repeat-x;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px rgba(0,0,0,0.05);
    margin-bottom: 10px;
    border-radius: 0 !important;
}

.header-container #regionPopover li {
    margin-bottom: 3px;
}

.header-container #customerPopover {
    top: auto;
    height: 43px;
    padding: 1px;
}

.header-container #customerPopover.active {
    padding: 0 0 1px;
}

.header-container #customerPopover > a {
    padding: 0 0 1px;
}

.header-container #customerPopover > a > span {
    background: none;
    padding-right: 0;
}

.header-container #customerPopover .casualPopoverContent {
    top: 44px;
}

.header-container #customerPopover .popover-content-inner {
    width: 150px;
}
.header-container #customerPopover .login-form .popover-content-inner {
    width: 215px;
}

.header-container #customerPopover .field.password label,
.header-container #customerPopover .field.password .input-text {
    width: 120px;
}
.header-container #customerPopover .field.button label {
    width: 20px;
}

.header-container .login-form .popover-content-inner .actions {
    width: 215px;
}

.header-container #customerPopover .popover-content-inner .content p,
.header-container #customerPopover .popover-content-inner .content ul {
    padding: 10px 0;
}

.header-container #customerPopover .popover-content-inner .content p {
    font-size: 12px;
    color: #090f7d;
    font-weight: bold;
}

.header-container #customerPopover .popover-content-inner .content li a{
    color: #777777;
}

.header-container #customerPopover .popover-content-inner .content li.customerPopover_account {
    padding-bottom: 5px;
    font-weight: bold;
}
.header-container #customerPopover .popover-content-inner .content li.customerPopover_account a {
    color: #e8ab1b;
}

.header-container #customerPopover .popover-content-inner .content li.customerPopover_socaccount {
    padding-top: 10px;
    font-weight: bold;
}

.header-container #customerPopover .popover-content-inner .content li.customerPopover_socaccount a {
    color: #090f7d;
}

.header-container #сomparePopover {
    top: auto;
    height: 43px;
    padding: 1px;
}

.header-container #сomparePopover.active {
    padding: 0 0 1px;
}

.header-container #сomparePopover > a {
    padding: 0 0 1px;
}

.header-container #сomparePopover .casualPopoverContent {
    top: 44px;
}

.header-container #сomparePopover > a > span {
    background: none;
    padding-right: 0;
}

.header-container #сomparePopover .popover-content-inner {
    width: 230px;
}

.header-container #сomparePopover .popover-content-inner .block-title {
    display: none;
}

.header-container #сomparePopover .popover-content-inner .block-content {
    background: url("/img/bg/compare-popover-bg.png") repeat left top;
}

.header-container #сomparePopover .popover-content-inner .block-list .block-content ol {
    margin: 0 -5px;
}

.header-container #сomparePopover .popover-content-inner .block-list li.item {
    padding: 5px;
}

.header-container #сomparePopover .popover-content-inner .actions {
    width: 228px;
    background: #fff;
    margin: 1px -14px -14px;
    padding-top: 10px;
}

.header-container #cartPopover {
    top: auto;
    height: 43px;
    padding: 1px;
}

.header-container #cartPopover.active {
    padding: 0 0 1px;
}

.header-container #cartPopover > a {
    padding: 0 0 1px;
}

.header-container #cartPopover .casualPopoverContent {
    top: 44px;
}

.header-container #cartPopover > a > span {
    background: none;
    padding-right: 0;
}

.header-container #cartPopover .popover-content-inner {
    width: 720px;
}

.header-container #cartPopover .popover-content-inner .block-title {
    display: none;
}

.header-container #cartPopover .popover-content-inner .block-content {
    background: url("/img/bg/compare-popover-bg.png") repeat left top;
}

.header-container #cartPopover .popover-content-inner .block-list .block-content ol {
    margin: 0 -5px;
}

.header-container #cartPopover .popover-content-inner .block-list li.item {
    padding: 5px;
}

.header-container #cartPopover .popover-content-inner .actions {
    width: 228px;
    background: #fff;
    margin: 1px -14px -14px;
    padding-top: 10px;
}

div#casualPopoverOverlay.active{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
    -khtml-opacity: 0.40;
    opacity: 0.40;
    z-index: 999;
}

.header-container .nav-account {
    float: right;
    height: 45px;
    margin-top: 6px;
    position: relative;
    z-index: 102;
}

.header-container .nav-account .cart,
.header-container .nav-account .account,
.header-container .nav-account .compare{
    height: 45px;
    display: block;
    float: right;
    text-align: center;
    font-size: 12px;
}

.header-container .nav-account .cart #cartPopover > a,
.header-container .nav-account .compare #сomparePopover > a,
.header-container .nav-account .account #customerPopover > a {
    display: block;
    padding: 2px 15px 0 35px;
    height: 43px;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: underline;
}

.header-container .nav-account .cart
{
    background: url(/img/assets/menu_cart_bg.png) repeat-x top;
}

.header-container .nav-account .compare
{
    background: url(/img/icons/menu_account_bg.png) repeat-x top;
}


.header-container .nav-account .cart #cartPopover > a {
    background: url(/img/icons/menu_cart_ico.png) no-repeat 5px 14px;
}

.header-container .nav-account .account {
    background: url(/img/icons/menu_account_bg.png) repeat-x top;
}

.header-container .nav-account .compare #сomparePopover > a {
    height: 43px;
    background: url(/img/icons/menu_compare_ico.png) no-repeat 10px 0;
}

.header-container .nav-account .account #customerPopover > a {
    height: 43px;
    background: url(/img/icons/menu_account_ico.png) no-repeat 5px 16px;
}

.header-container .nav-account .cart #cartPopover > a:hover,
.header-container .nav-account .compare #сomparePopover > a:hover,
.header-container .nav-account .account #customerPopover > a:hover {
    text-decoration: none;
}

.header-container .nav-account .account #customerPopover.active > a {
    color: #090f7d;
    background: #fff url(/img/icons/menu_account_ico_active.png) no-repeat 9px 17px;
    text-decoration: none;
}

.header-container .nav-account .compare #сomparePopover.active > a {
    color: #090f7d;
    background: #fff url(/img/icons/menu_compare_ico.png) no-repeat 10px -44px;
    text-decoration: none;
}

.header-container .nav-account .cart #cartPopover.active > a {
    color: #090f7d;
    background: #fff;
    text-decoration: none;
}

.header-container .nav-account .cart,
.header-container .nav-account .compare{
    position: relative;
}

.header-container .cart .casualPopover > a > span,
.header-container .compare .casualPopover > a > span {
    position: static;
}

.header-container .nav-account .top-link-qty {
    background: transparent url("/img/bg/qty-bg.png") no-repeat top left;
    position: absolute;
    top: -8px;
    right: 5px;
    height: 19px;
    line-height: 16px;
    min-width: 14px;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
}

/********** < Navigation */
.nav-container {
    z-index: 101;
    background: none;
    position: absolute;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    top: 124px;
    right: 0;
}

.nav-container .pane {
    width: 703px;
    margin: 0 auto;
    padding-right: 254px;
}

/* All Levels */
.nav-container li.over { z-index:990 !important; }
.nav-container li a span { cursor:pointer; }

/* 1st Level (Top Level) */
.nav-container .nav1 {
    height: 33px;
    text-transform: uppercase;
}

.nav-container .nav1 .pane {
    position: relative;
    height: 33px;
}

.nav-container .nav1 .pane > ul {
    margin-left: -14px;
}

.pane .current-marker {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    width: 16px;
    height: 13px;
    overflow: hidden;
    background: url(/img/icons/navigation_css.png) 0 0 no-repeat;
}

.nav-container .nav1 li.level-top {
    float:left;
    height:33px;
}
.nav-container .nav1 a.level-top {
    height:23px;
    font-weight:bold;
    font-size:12px;
    line-height:23px;
    padding:0;
    color:#08107b;
    border-right: 1px solid #d2d2d2;
    text-decoration: none;
}

.nav-container .nav1 .last a.level-top {
    border-right: 0;
}

.nav-container .nav1 a.level-top span {
    padding: 0 14px;
    white-space:nowrap;
}

.nav-container .nav1 li.over a.level-top {
    color: #e49900;
}

/* 2nd Level */
.nav-container .nav2 {
    width: 100%;
    left: 0;
    min-height: 33px;
    background: #3f3f3f url(/img/icons/navigation_css.png) 0 -21px repeat-x;
    color: #ababab;
}

.nav-container .nav2 a {
    color: #ababab;
    text-decoration: none;
}

.nav2 .nav-section {
    display: none;
    overflow: auto;
}

.nav-container .nav2 li.level1 {
    float:left;
    height:33px;
    z-index:1;
}
.nav-container .nav2 li.level1 a {
    float: left;
    height: 33px;
    font-weight: bold;
    font-size: 11px;
    line-height: 33px;
    text-decoration:none;
}
.nav-container .nav2 li.level1 a span {
    padding:0 14px;
    white-space:nowrap;
    line-height: 33px;
    display: block;
}

.nav-container .nav2 li.level1.first a span {
    padding-left: 0;
}

.nav-container .nav2 li.level1.over > a,
.nav-container .nav2 li.level1.active > a {
    color: #fff;
}

/* 3nd Level */
.nav-level-2 {
    display: none;
    position: absolute;
    z-index: 50;
    background: #3f3f3f;
    top: 66px;
    right: 0;
    width: 100%;
    padding: 0 0 36px 0;
}
.nav-level-2 > .pane > .level1 {
    padding-top: 16px;
}

.nav-container .nav2 li.level2 {
    float: left;
    z-index: 1;
    border-right: 1px dotted #ababab;
    margin: 10px 19px;
    padding-right: 10px;
    width: 160px;
    display: block;
}

.nav-container .nav2 li.level2.first {
    padding-left: 0;
}

.nav-container .nav2 li.level2.last {
    padding-right: 0;
    border: 0;
}
.nav-container .nav2 li.level2 a {
    float: left;
    height: auto;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    text-decoration:none;
    display: block;
    width: 100%;
}

.nav-container .nav2 li.level2 a .catalog-thumbnail{
    display: block;
    min-height: 91px;
    width: 100%;
    margin-bottom: 10px;
}

.nav-container .nav2 li.level2 a img {
    height: 91px;
    width: auto;
}

.nav-container .nav2 li.level2 a span {
    line-height: 17px;
    padding:0;
    white-space:normal;
    min-height: 34px;
}

.nav-container .nav2 li.level2.first a span {
    padding-left: 0;
}

.nav-container .nav2 li.level2.over > a,
.nav-container .nav2 li.level2:hover > a, /* ubitj kogda budet js na menu*/
.nav-container .nav2 li.level2.active > a {
    color: #fff;
}

/* 4rd+ Level */
ul.level2,
ul.level2 ul {
    display: none;
}

/* Free Delivery */
.nav-container .free-delivery {
    right: 0;
    height: 20px;
    margin: 7px 0;
    line-height: 20px;
}

.pane-delivery {
    position: absolute!important;
    float: right;
    right: -220px;
    top: 33px;
}
.nav-container > .pane{
    position: relative;
}

.nav-container .free-delivery span {
    color: #3f3f3f;
    width: 215px;
    background: #fff url(/img/icons/menu_delivery_ico.png) 5px center no-repeat;
    line-height: 20px;
    display: block;
    padding: 0 10px 0 40px;
    text-transform: uppercase;
    font-weight: bold;
}
/********** Navigation > */
/* Footer ================================================================================ */
.footer-container {
    margin:0;
    background:none;
    border: 0;
    padding: 0;
    color: #999;
}

.footer-container a {
    text-decoration: none;
}

.footer-container .page {
    text-align: left;
}

.footer-1 {
    background: #3f3f3f url(/img/icons/footer_css.png) 0 -10px repeat-x;
}

.footer-1 a {
    color: #777;
    text-decoration: none;
}

.footer-1 a:hover,
.footer-2 a:hover {
    color: #fff;
}

.footer-1 > .page {
    padding: 42px 0;
}

.footer-1 > .page > ul > li {
    display: block;
    width: 170px;
    margin-right: 20px;
    float: left;
}

.footer-1 > .page > ul > li > p {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #c9c9c9;
}

.footer-1 > .page > ul > li > p span {
    display: block;
    margin-top: 9px;
    height: 1px;
    background: url(/img/icons/footer_css.png) 0 -4px repeat-x;
}

.footer-1 > .page > ul > li > ul li {
    line-height: 17px;
    margin: 0 0 3px 0;
}

.footer-2 {
    background: #363636;
    font-size: 12px;
    line-height: 23px;
}

.footer-2 a {
    color: #999;
    text-decoration: none;
}

.footer-2 > .page {
    padding: 13px 0 16px 0;
}

.footer-2 > .page > ul.links li{
    margin-right: 14px;
}

address.copyright {
    margin: 0 14px 0 0;
    display: block;
    float: left;

}
/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-view {
    margin: 0 -15px 0 0;
}

.category-title {
    border: 0;
}

/* Toolbar */

.category-view > .toolbar > .pager {
    display: none;
}

.category-view .toolbar-bottom > .toolbar > .sorter {
    display: none;
}

.category-view .pager .amount {
    display: none;
}
.category-view .pager .limiter {
    display: none;
}

.category-view .pager .pages {
    float: right;
    margin: 0;
}

.category-products {
    padding:13px 0;
}

/* View Type: Grid */
.products-grid {
    padding: 0;
    margin: 0 0 14px 0;
    position: relative;
    height: 410px;
}

.products-grid li.item {
    position: relative;
    float:left;
    padding: 9px;
    width:160px;
    height: 390px;
    margin-right:11px;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.products-grid li.item .item-content {
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    position: absolute;
    top: -1px;
    left: -1px;
    overflow: hidden;
    float:left;
    padding: 9px;
    width:160px;
    height: 390px;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2), inset 0 0 15px rgba(0,0,0,0.02);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2), inset 0 0 15px rgba(0,0,0,0.02);
    box-shadow: 0 0 4px rgba(0,0,0,0.2), inset 0 0 15px rgba(0,0,0,0.02);
}

.products-grid li.item.active .item-content{
    background-color: #fff;
    padding: 9px;
    border: 1px solid #08107b;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6), inset 0 0 15px rgba(0,0,0,0.02);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6), inset 0 0 15px rgba(0,0,0,0.02);
    box-shadow: 0 0 10px rgba(0,0,0,0.6), inset 0 0 15px rgba(0,0,0,0.02);
}

.products-grid li.item.active {
    overflow: visible;
    z-index: 1;
}

.products-grid li.last {
    margin-right:0;
}

.products-grid .product-cat,
.products-grid .active .product-cat:hover {
    margin: -10px -10px 10px -10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%,#ededed 100ffffff%);
    background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%,#ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    color: #787878;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    padding: 0 9px;
    text-transform: uppercase;
}

.products-grid .active .product-cat {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #272f9f 0%, #09117c 100%, #09117c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272f9f), color-stop(100%,#09117c), color-stop(100%,#09117c));
    background: -webkit-linear-gradient(top, #272f9f 0%,#09117c 100%,#09117c 100%);
    background: -o-linear-gradient(top, #272f9f 0%,#09117c 100%,#09117c 100%);
    background: -ms-linear-gradient(top, #272f9f 0%,#09117c 100%,#09117c 109117c00%);
    background: linear-gradient(to bottom, #272f9f 0%,#09117c 100%,#09117c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272f9f', endColorstr='#09117c',GradientType=0 );
    color: #fff;
}

.products-grid .product-image {
    width:auto;
}

.products-grid .price-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
    padding: 0 10px 30px 10px;
    margin: 0;
}

.products-grid .price-box .old-price span.price {
    font-size: 12px;
    color: #a3a3a3;
}

.products-grid .availability.in-stock,
.products-grid .availability.out-of-stock {
    position: absolute;
    bottom: 9px;
    right: 10px;
    font-size: 10px;
    font-weight: normal;
}

.products-grid .availability.in-stock {
    color: #7eb900;
}

.products-grid .actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
    padding: 0 10px 30px 10px;
}

.products-grid li.item .add-to-links {
    position: absolute;
    left: 10px;
    bottom: 10px;
    margin: 0;
}

.products-grid li.item .add-to-links .link-compare {
    margin: 0;
    display: block;
    width: auto !important;
}

.products-grid li.item .add-to-links .link-compare > label {
    display: block;
    float: left;
}

.products-grid li.item .add-to-links .link-compare > div {
    display: block;
    float: right;
    text-decoration: none;
    color: #5f5f5f;
    font-size: 10px;
    cursor: pointer;
}

.my-wishlist .link-compare > label ,
.products-grid li.item .add-to-links .link-compare > div > label {
    margin-top: -3px;
}

.products-grid li.item .add-to-links .link-compare > div:hover {
    text-decoration: underline;
}

/* Content Styles */

.products-list .product-name,
.products-grid .product-name {
    font-size: 10px;
    font-weight: normal;
    color: #595959;
    text-transform: uppercase;
    margin: 0;
}

.products-list .product-name a,
.products-grid .product-name a {
    color:#595959;
    text-decoration:none;
}

.products-list .product-name a:hover,
.products-grid .product-name a:hover {
    color: #e49900;
    text-decoration:none;
}

.products-list .product-headline,
.products-grid .product-headline {
    font-size: 10px;
    font-weight: normal;
    color: #18208e;
    text-transform: uppercase;
    margin: 0;
}

.products-grid .short-description {
    display: none !important;
    padding: 0 !important;
    height: 42px;
    width: 160px;
    overflow: hidden;
    font-size: 11px;
    color: #5f5f5f !important;
}

.products-grid .ratings {
    display: none;
}

.products-grid .fade-box.active .ratings{
    display: block;
    text-align: center;
    position: absolute;
    bottom: 105px;
    left: 0;
    width: 100%;
}

.products-grid .fade-box.active .ratings .rating-box{
    float: none;
    margin: 0 auto;
}

.products-grid .ratings .amount {
    display: none;
}

.products-grid .fade-box .detail{
    position: absolute;
    bottom: 65px;
}

.products-grid .fade-box .detail a.button,
.products-grid .fade-box .detail button.button {
    float: left;
    margin: 0;
    padding: 0;
}

.products-grid .fade-box .detail a.button .icon-16,
.products-grid .fade-box .detail button.button .icon-16 {
    margin-right: 0;
}

.products-grid .fade-box .detail a.button,
.products-grid .fade-box .detail button.button span,
.products-grid .fade-box .detail a.button span,
.products-grid .fade-box .detail button.button span span {
    background: transparent;
    filter: none;
    color: #08107b;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
}

.products-grid .fade-box .detail a.button:hover span,
.products-grid .fade-box .detail button.button:hover span span {
    color: #e49900;
}

.products-grid .fade-box.active .availability.in-stock,
.products-grid .fade-box.active .availability.out-of-stock {
    bottom: 95px;
    text-align: center;
    left: 0;
    width: 100%;
}

.products-grid .fade-box.active .detail {
    display: none;
}

.products-grid .fade-box.active .short-description {
    display: block !important;
    position: absolute;
    bottom: 140px;
}

.products-grid .fade-box.active .price-box {
    font-size: 18px;
    bottom: 70px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.products-grid .fade-box.active .price-box .price {
    font-size: 18px;
}

.products-grid .fade-box.active .actions {
    height: 70px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.products-list .actions .button.btn-cart,
.products-grid .fade-box.active .actions .button.btn-cart {
    float: none;
}

.products-grid .fade-box.active .actions button.button.btn-cart {
    background: none;
    background-position: 0;
    height: 26px;
    overflow: hidden;
    text-indent: 0;
    padding-left: 0;
    white-space: nowrap;
    width: auto;
}

.products-grid .fade-box.active .actions button.btn-cart span {
    background: #0e31a5;
    background-image:none;
    background-image: -moz-linear-gradient(center top,#0e31a5,#09067d);
    background-image: -o-linear-gradient(center top,#0e31a5,#09067d);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#0e31a5),to(#09067d));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0e31a5',endColorstr='#09067d');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='##0e31a5', endColorstr='#09067d')";
    background-image: linear-gradient(top,#0e31a5,#09067d);
    padding:0 0 0 10px !important;
    height:26px!important;
}

.products-grid .fade-box.active .actions button.btn-cart span span {
    border:0;
    background-image: none;
    background-image: -moz-linear-gradient(center top,#0e31a5,#09067d);
    background-image: -o-linear-gradient(center top,#0e31a5,#09067d);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#0e31a5),to(#09067d));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0e31a5',endColorstr='#09067d');
    padding:0 10px 0 0 !important;
    color:#fff;
    font: bold 12px/26px Arial, Helvetica, sans-serif !important;
    height:26px;
    text-transform:none;
}

.products-grid .fade-box.active .actions button.btn-cart:hover span,
.products-grid .fade-box.active .actions button.btn-cart:hover span span {
    background-color: #e9b125;
    background-image: -moz-linear-gradient(center top,#e9b125,#e48100);
    background-image: -o-linear-gradient(center top,#e9b125,#e48100);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e9b125),to(#e48100));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e9b125',endColorstr='#e48100');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e9b125', endColorstr='#e48100')";
    background-image: linear-gradient(top,#e9b125,#e48100);
}

.products-list .add-to-links,
.products-grid .fade-box.active .actions .add-to-links {
    margin-top: 15px;
    display: block;
    color: #5f5f5f;
}

.products-list .add-to-links a,
.products-grid .fade-box.active .actions .add-to-links a {
    color: #5f5f5f;
    font-size: 11px;
    text-decoration: none;
}

.products-list .add-to-links a:hover,
.products-grid .fade-box.active .actions .add-to-links a:hover {
    text-decoration: underline;
}

.products-list .add-to-links .link-wishlist,
.products-grid .add-to-links .link-wishlist,
.products-grid .fade-box.active .actions .add-to-links .link-wishlist {
    display: none !important;
}

.my-wishlist .link-compare .ui-button,
.products-list .add-to-links .link-compare .ui-button,
.products-grid .add-to-links .link-compare .ui-button {
    background: url('/img/icons/ma_icons_16.png');
    background-repeat: no-repeat;
    background-position: left -656px;
    border: 0;
    height: 16px;
    width: 16px;
    overflow: hidden;
    text-indent: 20px;
}
.my-wishlist .link-compare .ui-button.ui-state-active,
.products-list .add-to-links .link-compare .ui-button.ui-state-active,
.products-grid .add-to-links .link-compare .ui-button.ui-state-active {
    background-position: left -256px;
}

/* View Type: List */

.products-list li.item {
    position: relative;
    background: none;
    margin: 0 0 15px 0;
    padding: 10px 15px;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2), inset 0 0 15px rgba(0,0,0,0.02);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2), inset 0 0 15px rgba(0,0,0,0.02);
    box-shadow: 0 0 4px rgba(0,0,0,0.2), inset 0 0 15px rgba(0,0,0,0.02);
}

.products-list .product-image img {
    background: url("/img/bg/catalog-list-image-bg.png") no-repeat bottom center;
}

.products-list .box-title {
    padding: 0 0 5px;
    margin: 0 0 10px;
    border-bottom: 1px solid #dddddd;
}

.products-list .box-content {
    margin-bottom: 20px;
}

.products-list .box-footer {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 537px;
}

.products-list .left-box {
    max-width: 390px;
    float: left;
}

.products-list .right-box {
    max-width: 140px;
    float: right;
    text-align: right;
}

.products-list .box-content .left-box {
    margin-bottom: 30px;
}

.products-list .box-content .left-box .actions {
    position: absolute;
    bottom: 35px;
    left: 201px;
}

.products-list .desc {
    font-size: 11px;
    color: #5f5f5f;
}

.products-list .product-ids {
    color: #939393;
}

.products-list .availability {
    font-size: 10px;
    font-weight: normal;
}

.products-list .availability.in-stock {
    color: #7eb900;
}

.products-list .price-box {
    margin: 10px 0;
}

.products-list .price-label,
.products-grid .price-label {
    display: none;
}

.products-list .price-box .price {
    font-size: 15px;
}

.products-list .price-box .old-price .price {
    color: #bdbdbd;
}

.products-list .price-box .special-price .price,
.products-list .price-box .regular-price .price {
    font-size: 18px;
}

.products-list .price-box .regular-price .price {
    display: block;
    padding-top: 20px;
}

.products-list .add-to-links {
    margin: 10px 0 0 0;
}

.products-list .add-to-links .link-compare .ui-button {
    margin-right: 5px;
}

.products-list .delivery {
    color: #0b198f;
    font-weight: normal;
    text-decoration: underline;
    float: left;
}

/* ================================================================================ */

/********** < Product Prices */

.price-box .price {
    font-size: 14px;
    color: #555555;
}

/********** Product Prices > */

/* ======================================================================================= */

.top-image .top-image-bg.catalog {
    background: url("/img/headers/catalog-bg.png") repeat-x top right;
}
/* Product View ========================================================================== */

.product-view {
    border-top: 0;
    margin: 0 -15px 0 0;
}

.product-view .product-name h1 {
    font-size: 18px;
    color: #08107b;
}

.product-view .product-essential .product-name span {
    color: #5e5e5e;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 15px;
}

.product-view .product-essential .product-name h2 {
    color: #29303c;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 5px;
    min-height: 31px;
}

#ficheShortcutMenu {
    position: absolute;
    z-index: 10;
    width: 100%;
    background: black;
    line-height: 26px;
    height: 28px;
    text-align: right;
    top:190px;
    left:0;
}

#ficheShortcutMenu ul {
    width: 965px;
    margin: auto;
}

#ficheShortcutMenu li {
    display: inline-block;
    height: 100%;
    margin: 0 0 0 25px;
}

#ficheShortcutMenu li a {
    font-size: 11px;
    font-weight: bold;
    color: #ABABAB;
    text-decoration: none;
}

#ficheShortcutMenu li a:hover,
#ficheShortcutMenu li a.selected {
    color: white;
}

.product-essential {
    position: absolute;
    top: 237px;
    left: 0;
    height: 407px;
    width: 100%;
    background: #ffffff;
}

.product-essential .page{
    position: relative;
    height: 407px;
}

.product-essential .toolbar {
    position: absolute;
    bottom: 0;
    height: 56px;
    width: 100%;
    background: #eaeaea url(/img/bg/product-essential_toolbar_bg.png) repeat-x top;
    border-top: 1px solid #fff;
}

.col2-left-layout .product-view .product-shop,
.col2-right-layout .product-view .product-shop,
.col1-layout .product-view .product-shop,
.col1-layout .product-view .product-shop{
    text-align: left;
    float: right;
    width: 550px;
    padding: 20px 0 0 0;
}



.product-view .product-shop hr {
    border: 0;
    height: 2px;
    background: url(/skin/frontend/aristos/olympusv1/images/bg/product-shop_hr.png) no-repeat top left;
}

.product-view .product-shop .product-main-info {
    margin: 0 0 8px 0;
    padding: 0;
    background: none;
    border-bottom: 0;
    height: 135px;
}

.product-view .product-shop .product-main-info-2 {
    position: relative;
}

.product-view .product-shop .product-ids {
    display: block;
    margin: 0;
}

.product-view .product-shop p {
    margin: 0 0 10px 0;
}

.stock_1 a,
.stock_2 a {
    color: #7eb900;
    font-weight: normal;
    text-decoration: underline;
    font-size: 11px;
}

#div_availability {
    float: left;
    margin-right: 20px;
}

.product-view .product-shop .delivery{
    color: #0b198f;
    font-weight: normal;
    text-decoration: underline;
    float: left;
}

.product-view .product-shop .product-main-info-2 .price-box {
    font-weight: bold;
    float: left;
    margin: 15px 0;
    position: relative;
}

.product-view .price-label {
    display: none;
}

.product-view .product-shop .product-main-info-2 .price-box .old-price {
    position: absolute;
    top: -15px;
    margin: 0;
}
.product-view .product-shop .product-main-info-2 .price-box .old-price .price {
    color: #a3a3a3;
}

.product-view .product-shop .product-main-info-2 .price-box .special-price,
.product-view .product-shop .product-main-info-2 .price-box .regular-price {
    line-height: 24px;
    display: block;
    margin:  0 10px 0 0;
    border-right: 1px solid #f5f5f5;
}

.product-view .product-shop .product-main-info-2 .price-box .special-price .price,
.product-view .product-shop .product-main-info-2 .price-box .regular-price .price {
    display: block;
    line-height: 24px;
    color: #3f3f3f;
    font-size:24px;
    padding-right: 10px;
    float: left;
}
.product-view .product-shop .product-main-info-2 .price-box .regular-price .last {
    border-right: 1px solid #d8d8d8;
}
.product-view .product-shop .product-main-info-2 div.add-to-links {
    margin: 20px 0 0;
    position: relative;
    float: left;
}

.product-view .product-shop .product-main-info-2 ul.add-to-links {
    margin: 0;
}

.product-view .product-shop .product-main-info-2 ul.add-to-links li {
    display: inline;
}

.product-view .product-shop .product-main-info-2 ul.add-to-links li a {
    color: #585858;
    padding-right: 10px;
}


.product-view .short-description {
    padding: 0 0 10px 0;
    clear:both;
    font-size:14px;
    display:block;
    color: #545454;
}

.product-view .short-description h2 {
    display: none;
}

.product-view .product-shop .add-to-cart {
    padding: 0 10px 10px 0;
}

.product-view .product-shop .add-to-cart label,
.product-view .product-shop .add-to-cart input {
    display: none;
}

.col2-left-layout .product-view .product-img-box,
.col2-right-layout .product-view .product-img-box {
    float: left;
    width: auto;
}

.product-essential-holder {
    height: 435px;
}

.col2-left-layout .product-view .product-collateral,
.col2-right-layout .product-view .product-collateral {
    width:755px;
    padding: 0;
}

.col1-layout .product-essential .page {
    text-align: left;
}

.col1-layout .product-collateral {
    width: 100%;
    padding: 0;
}

.col1-layout .product-view {
    background: none;
}

.col1-layout .product-view .box-related .products-grid,
.col1-layout .product-view .box-up-sell .products-grid {
    padding: 0;
}

.col1-layout .product-view .box-related .products-grid li,
.col1-layout .product-view .box-up-sell .products-grid li {
    width: 164px;
}

.product-collateral .emailto-link {
    display: none;
}


.box-collateral .box-title {
    background: none;
    border: 0;
    padding: 10px 0;
    margin:0;
}

.box-collateral .box-title h2 {
    font-size: 22px;
    line-height: 29px;
    color: #08107b;
    font-weight: normal;
}

.collateral-tabs {
    padding-bottom: 10px;
}

.collateral-tabs .tab-content {
    border: 0;
    padding: 20px 15px;
    -moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.02);
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.02);
    box-shadow: inset 0 0 15px rgba(0,0,0,0.02);
}

/* Product Images */
.product-view .product-img-box {
    padding: 30px 0 0 0;
}

.product-view .product-img-box .product-image img {
    background: none;
}

.product-view .product-img-box .product-images {
    position: relative;

}

.product-view .product-img-box .product-image {
    z-index:0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.product-view .stage-shadow{
    z-index: 1;
    background: url('/img/bg/product_bgr_ltr.png') no-repeat scroll 0 0 transparent;
    height: 66px;
    width: 645px;
    left: -90px;top: 280px;position: absolute;
}

.product-view .product-img-box .product-image.active {
    display: block;
}

.product-view .product-img-box .more-views {
    height: 56px;
    background: url(/img/bg/product_selector_bgr_2.png) no-repeat;
    background-position: right -56px;
    padding-right: 6px;
    padding-left: 0;
    zoom: 1;
    margin:0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.product-view .product-img-box .more-views .carousel-content {
    width: 337px;
    height: 56px;
    overflow: hidden;
    float: left;
    zoom: 1;
}

.product-view .product-img-box .more-views .carousel-content-left-bg {
    background: url(/img/bg/product_selector_bgr_2.png) no-repeat;
    background-position: left 0;
    width: 6px;
    height: 56px;
    float: left;
}

.product-view .product-img-box .more-views .carousel-content ul {
    list-style: none outside none;
    padding: 0;
    width: 100000px;
}

.product-view .product-img-box .more-views li {
    border: 0;
    border-right: 1px solid #dfdfdf;
    margin:0;
    height: 56px;
    width: 84px;
}

.product-view .product-img-box .more-views li,
.product-view .product-img-box .more-views li.active,
.product-view .product-img-box .more-views li:hover {
    background: #ffffff;
}

.product-view .product-img-box .more-views .carousel-control {
    float: right;
}

.product-view .product-img-box .more-views .carousel-control a {
    display: block;
    width: 28px;
    height: 28px;
    background: url(/img/icons/product_selector_controls.png) no-repeat;
    float: none;
}
.product-view .product-img-box .more-views .carousel-control a.prev {
    background-position: left 0;
}

.product-view .product-img-box .more-views .carousel-control a.prev:hover {
    background-position: left -56px;
}

.product-view .product-img-box .more-views .carousel-control a.next {
    background-position: left -28px;
}

.product-view .product-img-box .more-views .carousel-control a.next:hover {
    background-position: left -84px;
}

/* Block: Upsell */
.product-view .box-related .products-grid li,
.product-view .box-up-sell .products-grid li {
    margin-right:11px;
}

.product-view .box-related .products-grid li.last,
.product-view .box-up-sell .products-grid li.last {
    margin-right:0;
}

/* 2 Column Block: Upsell */
.product-view .box-related .products-grid,
.product-view .box-up-sell .products-grid{
    padding: 0;
    margin: 0 0 14px 0;
}

.col2-left-layout  .product-view .box-related .products-grid li,
.col2-right-layout .product-view .box-related .products-grid li,
.col2-left-layout  .product-view .box-up-sell .products-grid li,
.col2-right-layout .product-view .box-up-sell .products-grid li {
    width:160px;
}
.col2-right-layout .product-view .box-related .products-grid,
.col2-right-layout .product-view .box-up-sell .products-grid {
    padding: 0 0 10px;
}

.product-view .box-related li.item .product-image {
    float: none;
    margin-right: auto;
    width: auto;
}

/* Rating */
.rating-box {
    width:80px;
    height:16px;
    font-size:0;
    line-height:0;
    background:url(/skin/frontend/aristos/olympusv1/images/bkg_rating.png) 0 0 repeat-x;
    overflow:hidden;
}
.rating-box .rating {
    float:left;
    height:16px;
    background:
    url(/skin/frontend/aristos/olympusv1/images/bkg_rating.png) 0 100% repeat-x;
}


/* Product Attributes*/
.product-view-attributes {
    background: #ffffff;
    padding: 15px;
}
.product-view-attributes .group {
    color:#08107b;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;

}

.product-view-attributes .attribute-sets {
    background: #fff;
    margin: 7px 0;

}
.product-view-attributes .attribute-sets td {padding: 10px}

.product-view-attributes ul {
    padding-left: 15px;
}

.product-view-attributes ul li {
    list-style-type: disc;
}


/* ======================================================================================= */

/* Modal ================================================================================= */

.catalog-product-view #oneclickorder-form-wrapper {
    top: 30%;
    border-radius: 0;
    background: #f1f1f1;
    text-align: left;
    width: 485px;
    height: 170px;
    margin-left: -242px;
    margin-top: -85px;
}

.catalog-product-view #oneclickorder-form-wrapper .oneclickorder-title {
    color: #08107b;
    font-size: 18px;
    margin: 0;
    border: 0;
    text-transform: none;
}

.catalog-product-view #oneclickorder-form-wrapper .oneclickorder-fields {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
}

.catalog-product-view #oneclickorder-form-wrapper .oneclickorder-field label {
    color: #525252;
    font-weight: bold;
    font-size: 13px;
}

.catalog-product-view #oneclickorder-form-wrapper button > span {
    border: 0;
}

.catalog-product-view #oneclickorder-form-wrapper button span {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #e9b226;
    background-image: -moz-linear-gradient(center top,#e9b226,#e49900);
    background-image: -o-linear-gradient(center top,#e9b226,#e49900);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e9b226),to(#e49900));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e9b226',endColorstr='#e49900');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e9b226', endColorstr='#e49900')";
    background-image: linear-gradient(top,#e9b226,#e49900);
    color: #fff;
    border-radius: 3px;
}

.catalog-product-view #oneclickorder-form-wrapper button.continue-shopping span {
    float: left;
    background-color: #ababab;
    background-image: -moz-linear-gradient(center top,#ababab,#919191);
    background-image: -o-linear-gradient(center top,#ababab,#919191);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ababab),to(#919191));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ababab',endColorstr='#919191');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e9b226', endColorstr='#919191')";
    background-image: linear-gradient(top,#ababab,#919191);
    color: #fff;
    border-radius: 3px;
}

.catalog-product-view #oneclickorder-form-wrapper button:hover span {
    background-color: #e9b125;
    background-image: -moz-linear-gradient(center top,#e9b125,#e48100);
    background-image: -o-linear-gradient(center top,#e9b125,#e48100);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e9b125),to(#e48100));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e9b125',endColorstr='#e48100');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e9b125', endColorstr='#e48100')";
    background-image: linear-gradient(top,#e9b125,#e48100);
}

/*rewiew*/
#product-reviews-list {
    background: #f1f1f1;
}

/* ======================================================================================= */

/* Box reviews =========================================================================== */

.catalog-product-view .box-reviews span.validation-error,
.catalog-product-view .box-reviews div.validation-error,
.catalog-product-view .box-reviews span.validation-passed,
.catalog-product-view .box-reviews div.validation-passed {
    padding: 0;
}

.catalog-product-view .box-reviews {
    background: #f1f1f1;
    padding: 15px;
}

.catalog-product-view .box-reviews .box-title {

    padding: 15px 15px 0;
    background: #fff;
}

.catalog-product-view  .box-reviews .box-title h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.catalog-product-view  .box-reviews .box-content#product-reviews-list {
    padding: 0;
}

.catalog-product-view  .box-reviews .box-content#product-reviews-list p {
    padding: 0;
    margin: 0;
}


.catalog-product-view  .box-reviews .box-content#product-reviews-list dt,
.catalog-product-view  .box-reviews .box-content#product-reviews-list dd {
    background: #fff;
}

.catalog-product-view  .box-reviews .box-content#product-reviews-list dt {
    margin: 0;
    padding: 15px;
    font-style: normal;
    color: #08107b;
    font-size: 11px;
}

.catalog-product-view  .box-reviews .box-content#product-reviews-list dt p {
    display: block;
    float: left;
}

.catalog-product-view  .box-reviews .box-content#product-reviews-list dt hr {
    border: 0;
    border-top: 1px solid #f1f1f1;
    margin: 10px 0 15px 0;
}

.catalog-product-view  .box-reviews .box-content#product-reviews-list dt h2 {
    color: #08107b;
    font-size: 12px;
    font-weight: normal;
}

.catalog-product-view  .box-reviews .box-content#product-reviews-list dt h2 a {
    color: #08107b;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
}

.catalog-product-view  .box-reviews .box-content#product-reviews-list dt .date {
    color: #919191;
    float: right;
}

.catalog-product-view  .box-reviews .box-content#product-reviews-list dd {
    padding: 0 15px 15px;
    margin: 0 0 15px 0;
    color: #545454;
    font-size: 11px;
}

.catalog-product-view  .box-reviews .box-content#product-reviews-list dd table {
    display: none;
}

.catalog-product-view  .box-reviews .box-content {
    padding: 0 15px 15px;
    background: #fff;
}

.catalog-product-view  .box-reviews .box-content .product-name {
    font-size: 11px;
    color: #494949;
    margin-bottom: 15px;
}

.catalog-product-view  .box-reviews .box-content .product-name span {
    font-weight: normal;
}

.catalog-product-view  .box-reviews .box-content .form-list li {
    float: left;
    margin-bottom: 10px;
}

.catalog-product-view  .box-reviews .box-content .form-list label {
    width: 100%;
    font-style: normal !important;
    color: #525252;
}

.catalog-product-view  .box-reviews .box-content .form-list input {
    width: 304px;
}

.catalog-product-view  .box-reviews .box-content .form-list input#nickname_field {
    margin-right: 18px;
}

.catalog-product-view  .box-reviews .box-content .form-list textarea {
    width: 645px;
    margin-bottom: 5px;
}

.catalog-product-view  .box-reviews .box-content .required {
    font-style: italic;
    float: left;
}

.catalog-product-view  .box-reviews .box-content .buttons-set {
    float: right;
}

.catalog-product-view  .box-reviews .box-content .buttons-set button span {
    background: #0e31a5;
    background-image:none;
    background-image: -moz-linear-gradient(center top,#0e31a5,#09067d);
    background-image: -o-linear-gradient(center top,#0e31a5,#09067d);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#0e31a5),to(#09067d));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0e31a5',endColorstr='#09067d');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='##0e31a5', endColorstr='#09067d')";
    background-image: linear-gradient(top,#0e31a5,#09067d);
    padding:0 0 0 10px !important;
    height:26px!important;
}

.catalog-product-view  .box-reviews .box-content .buttons-set button span span {
    border:0;
    background-image: none;
    background-image: -moz-linear-gradient(center top,#0e31a5,#09067d);
    background-image: -o-linear-gradient(center top,#0e31a5,#09067d);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#0e31a5),to(#09067d));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0e31a5',endColorstr='#09067d');
    padding:0 10px 0 0 !important;
    color:#fff;
    font: bold 12px/26px Arial, Helvetica, sans-serif !important;
    height:26px;
    text-transform:uppercase;
    letter-spacing: 1px;
}

.catalog-product-view  .box-reviews .box-content .buttons-set button:hover span,
.catalog-product-view  .box-reviews .box-content .buttons-set button:hover span span {
    background-color: #e9b125;
    background-image: -moz-linear-gradient(center top,#e9b125,#e48100);
    background-image: -o-linear-gradient(center top,#e9b125,#e48100);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e9b125),to(#e48100));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e9b125',endColorstr='#e48100');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e9b125', endColorstr='#e48100')";
    background-image: linear-gradient(top,#e9b125,#e48100);
}

/* ======================================================================================= */

.product_gift_wrapper {
    border-top: dotted 1px #b8b8b8;
    margin-top: 7px;
    padding-top: 5px;
    position: relative;
    z-index: 2;
}
.product_gift_title {
    color: #e59d07;
    text-transform: uppercase;
    font-size: 12px;
}
.product_gift_sum {
    float: left;
    position: relative;
}

.tipsy.popover-gift .tipsy-inner {
    max-width: 395px !important;
    width: 395px !important;
}

.tipsy.popover-gift .gift-popover-close {
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
}

.popover-gift .name {
    font-weight: bold;
    text-transform: uppercase;
    color: #08107b;
    padding-bottom: 15px;
}

.popover-gift .img {
    float: left;
}

.popover-gift .gift-item-info {
    padding-left: 115px;
}

.popover-gift .gift-item-info .short-description {
    padding-bottom: 10px;
}

.popover-gift .gift-item-info .price {
    color: #3f3f3f;
    text-decoration: line-through;
    padding-top: 10px;
    font-size: 12px;
}
/* Product View ========================================================================== */

/* Component containers
----------------------------------*/
.product-collateral .ui-widget-content {
    border: 1px solid #d1d1d1;
    border-top: 0;
}

.product-collateral .ui-widget-content {
    color: #444;
}

/* Interaction states
----------------------------------*/

.product-collateral .ui-state-default,
.product-collateral .ui-widget-content .ui-state-default,
.product-collateral .ui-widget-header .ui-state-default {
    border: 1px solid #d1d1d1;
    background: #fafafa url(/img/bg/accordion_bg.png) repeat-x;
    font-weight: normal;
    color: #08107b;
}

.product-collateral .ui-state-default:hover,
.product-collateral .ui-widget-content .ui-state-default:hover,
.product-collateral .ui-widget-header .ui-state-default:hover {
    border: 1px solid #242c9a;
    background: #242c9a url(/img/bg/accordion_bg_hover.png) repeat-x;
    color: #fff;
}

.product-collateral .ui-state-active,
.product-collateral .ui-widget-content .ui-state-active,
.product-collateral .ui-widget-header .ui-state-active {
    font-weight: bold;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.product-collateral .ui-accordion .ui-accordion-header {
    font-size: 18px;
    line-height: 20px;
    padding: 11px 30px 12px 15px;
    text-decoration: underline;
    margin-top: 8px;
}

.product-collateral .ui-accordion .ui-accordion-header:hover,
.product-collateral .ui-accordion .ui-accordion-header-active:hover {
    text-decoration: none;
    border-bottom: 1px solid #242c9a;
}

.product-collateral .ui-accordion .ui-accordion-header-active {
    text-decoration: none;
    border-bottom: 1px solid #e9e9e9;
}

.product-collateral .ui-accordion .ui-accordion-content {
    padding: 0;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    right: 10px;
    left: auto;
    display: none;
}

.ui-accordion .ui-accordion-header:hover .ui-accordion-header-icon {
    display: block;
}

/* Corner radius */
.product-collateral .ui-corner-all,
.product-collateral .ui-corner-top,
.product-collateral .ui-corner-left,
.product-collateral .ui-corner-tl {
    border-top-left-radius: 2px;
}
.product-collateral .ui-corner-all,
.product-collateral .ui-corner-top,
.product-collateral .ui-corner-right,
.product-collateral .ui-corner-tr {
    border-top-right-radius: 2px;
}
.product-collateral .ui-corner-all,
.product-collateral .ui-corner-bottom,
.product-collateral .ui-corner-left,
.product-collateral .ui-corner-bl {
    border-bottom-left-radius: 2px;
}
.product-collateral .ui-corner-all,
.product-collateral .ui-corner-bottom,
.product-collateral .ui-corner-right,
.product-collateral .ui-corner-br {
    border-bottom-right-radius: 2px;
}

/* ======================================================================================= */
/*tabs*/
#tabs {border:none;}
#tabs .ui-widget-header {border:none; background: none}
#tabs .tab-container {border:none; background: none; padding: 0}
#tabs .ui-state-default {border:none; background: none; padding: 0}
#tabs .tab-content  {border:none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow:none; padding: 20px 0}
#tabs .ui-state-hover {background: #d3d3d3}
#tabs .ui-state-active {background: url(http://www.getolympus.com/us/en/skin/frontend/olympus/olympus/images/oly_tabs_active.jpg); color:#fff;}
#tabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited   {color:#fff;}
/* ======================================================================================= */
.cms-index-index.cms-home .header-container {
    margin-bottom: 363px;

}

.fullwidthbanner-container {
    position: absolute;
    width: 100%;
    max-height: 350px;
    height: 350px;
    top: 190px;
    left: 0;
    overflow: hidden !important;
}

.fullwidthbanner{

}

.tp-bullets {
    z-index: 100;
}

.tp-bullets.simplebullets.custom .bullet {
    cursor:pointer;
    position:relative;
    background:url(/img/assets/bullet-olympus.png) no-repeat top left;
    width:7px;
    height:7px;
    margin-right:0px;
    float:left;
    margin-left:3px;
}

.tp-bullets.simplebullets.custom .bullet.last {
    margin-right:3px;
}

.tp-bullets.simplebullets.custom .bullet:hover,
.tp-bullets.simplebullets.custom .bullet.selected {
    background-position:bottom left;
}

.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index:100;
    cursor:pointer;
    position:relative;
    background: url(/img/icons/icons_29.png) no-Repeat 0 0;
    width:26px;
    height:26px;
}

.tp-leftarrow.default {
    background-position: right -78px;
}

.tp-leftarrow:hover {
    background-position: right -26px;
}

.tp-rightarrow.default {
    background-position: left -78px;
}

.tp-rightarrow:hover {
    background-position: left -26px;
}
/* Cart ================================================================================== */

/* Global ==============================*/
.checkout-cart-index .col-main {
    padding: 0 0 15px;
}

.top-image .top-image-bg.checkout {
    background: url("/img/headers/checkout-bg.png") repeat-x top right;
}

/* Buttons */

.cart .totals .checkout-types button {}
.cart .totals .checkout-types button > span {width: 78px;  padding-left: 0px;}
.cart .totals .checkout-types button > span > span {width: 282px; text-align: left; position: relative;}

#payment-buttons-container button span.price
{
    float: right;
    margin: 10px 0px 10px 20px;
    padding: 0 30px 0 20px;
    line-height: 20px;
    height: 20px;
    border-left: 1px solid #f1cb74;
    font-size: 15px;
    font-weight: bold;
    background: url(/img/icons/arrow-right-big.png) no-repeat right center;
}

.cart .totals .checkout-types button span.price {
    position: absolute;
    top: 0px;
    right: 10px;
    margin: 10px 0px;
    padding: 0 30px 0 20px;
    line-height: 20px;
    height: 20px;
    border-left: 1px solid #f1cb74;
    font-size: 15px;
    font-weight: bold;
    background: url(/img/icons/arrow-right-big.png) no-repeat right center;
}

/* Title ===============================*/

.cart .page-title .checkout-types {
    display: none;
}

/* Shopping cart table =================*/

.cart-table {
    border: 0;
}

.cart-table thead th {
    color: #7b7b7b;
}

.cart .cart-table tbody tr:nth-child(odd),
.cart .cart-table tr.odd,
.cart .cart-table tbody tr:nth-child(even),
.cart .cart-table tr.even {
    background-color:#fff;
}

.cart .cart-table tr.last th,
.cart .cart-table tr.last td,
.cart .cart-table tr:last-child td,
.cart .cart-table tr:last-child th {
    border-bottom: 0!important;
}

.cart .cart-table tbody th,
.cart .cart-table tbody td {
    border-bottom: 1px solid rgb(173, 173, 173) !important;
}
.li-circle.active{
    background: #4987f2;
}
.li-circle {
    width: 12px;
    height: 12px;
    background: grey;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.circle-text {
    font-size: 15px;
    left: -100px;
    position: absolute;
    top: -21px;
    width: 217px;
    text-align: center;
}
.circle-ul li {
    width: auto;
    float: left;
    position: relative;
}

.circle-ul {
    margin-left: 100px;
    margin-bottom: 30px;
}

.cart .cart-table tfoot {
    background: none;
}

.cart .cart-table tfoot tr td,
.cart .cart-table tfoot tr th {
    border: 0;
    padding: 0;
    padding-bottom: 15px;
    background: url(/img/bg/2px-hr.png) repeat-x bottom;
}

#shopping-cart-table .gift-message {
    font-weight: bold;
    font-size: 16px;
    color: #e49900;
}

#shopping-cart-table .gift .cart-price {
    text-decoration: line-through;
}

/* Buttons */

.cart-table .btn-update {
    float: none;
}

.cart-table .btn-empty {
    float: none;
    margin-left: 10px;
}

/* Totals block =================*/

.cart .totals #shopping-cart-totals-table {
    font-size: 10px;
    text-transform: uppercase;
}

.cart .totals #shopping-cart-totals-table th,
.cart .totals #shopping-cart-totals-table td {
    font-weight: bold;
    padding: 0 0 15px 0;
}

.cart .totals #shopping-cart-totals-table .a-right {
    text-align: left !important;
}

.cart .totals #shopping-cart-totals-table .price {
    float: right;
}

.cart .totals #shopping-cart-totals-table tfoot th,
.cart .totals #shopping-cart-totals-table tfoot td {
    padding-top: 15px;
    background: url(/img/bg/2px-hr.png) repeat-x top;
}

.cart .totals #shopping-cart-totals-table tfoot strong {
    font-weight: bold;
    font-size: 14px;
    color: #e49900;
    display:block;
    margin:0;
}

.cart .totals .checkout-types {
    width: 129%;
}

.cart .totals .checkout-types li {
    padding: 0;
    margin: 0;
}

.cart .totals .checkout-types li > a {
    display: none;
}

/* Collaterals block ============*/

.cart .cart-collaterals {
    width: 475px;
    padding: 0;
}

/* Shipping block */

.cart .cart-collaterals .shipping {
    display: none;
}



#checkout-step-shipping_method .sp-methods {
    padding: 0 15px;
}

#checkout-payment-method-load {
    padding: 0;
}

.sp-methods .price {
    color: #ECBA4D;
    float: right;
    font-size: 14px;
}

.sp-methods dt {
    margin-left: 20px;
}

.sp-methods dd {
    margin: 0 0 15px;
}

.sp-methods .radio, .sp-methods .checkbox {
    margin-right: 10px;
}

.sp-methods ul.types {
    margin: -10px 0 0; display: inline-block;
}

.sp-methods ul.types li.title {
    font-weight: bold;
    font-size: 12px;
}

.sp-methods ul.types li.desc {

}


/* Deals Block */

.cart .cart-collaterals .deals {
    width: 435px;
    margin: 0 0 0 20px;
    padding-bottom: 20px;
    font-size: 11px;
    font-style: italic;
    color: #525252;
}

.cart .cart-collaterals .deals h2 {
    font-size: 11px;
    text-transform: uppercase;
    font-style: normal;
    color: #08107b;
}

.cart .cart-collaterals .deals .input-text {
    margin: 0 0 10px 0;
    width: 166px;
}

.cart .cart-collaterals .deals .giftcard,
.cart .cart-collaterals .deals .discount {
    min-height: 120px;
    width: 180px;
    margin: 0;
    padding: 15px;
    background: #fff;
    overflow: hidden;
}

.cart .cart-collaterals .deals .giftcard {
    float: left;
}

.cart .cart-collaterals .deals .discount {
    float: right;
}

.cart .cart-collaterals .deals .check-gc-status {
    display: none;
}

/* ======================================================================================= */

/* Checkout progress block =============================================================== */

.checkout-title-progress {
    height: 36px;
    padding-bottom: 15px;
    background: #fff;
}

.checkout-title-progress > ul {
    display: none;
}

.checkout-title-progress > div.step {
    font-size: 13px;
    width: 170px;
    padding-right: 25px;
    float: left;
    background: #fafafa url(/img/bg/checkout-title-progress.png) repeat-x 0 -72px;
    height: 36px;
}

.checkout-title-progress > div.step a{
    color: #373737;
    width: 140px;
    padding: 10px 40px 10px 15px;
    text-decoration: none;
    float: left;
    background: url(/img/bg/checkout-title-progress.png) no-repeat right -180px;
    height: 16px;
    line-height: 16px;
}

.checkout-title-progress > div.step.allow {
    background-color: #e8ae20;
    background-position: 0 0;
}

.checkout-title-progress > div.step.allow a {
    color: #fff;
    background-position: right -108px;
}

.checkout-title-progress > div.step.allow.active {
    background-color: #e8ae20;
    background-position: 0 -36px;
}

.checkout-title-progress > div.step.allow.active a {
    background-position: right -144px;
}

.checkout-title-progress > div.step.step1 {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.checkout-title-progress > div.step.step4 {
    padding-right: 0;
    border-right: 1px solid #d5d5d5;
    width: 169px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.checkout-title-progress > div.step.step4 a {
    background: none;
    padding-right: 0;
}

.checkout-title-progress > div.step.step2.allow > span,
.checkout-title-progress > div.step.step3.allow > span {
    display: block;
    height: 36px;
    padding-left: 25px;
    margin-left: -25px;
    background: url(/img/bg/checkout-title-progress.png) no-repeat left -216px;
}

.checkout-title-progress > div.step.step2.allow.active > span,
.checkout-title-progress > div.step.step3.allow.active > span {
    padding-left: 0;
    margin-left: 0;
    background: none;
}

/* ======================================================================================= */

/* Checkout ============================================================================== */

/* Global ==============================*/

.checkout-onepage-index .col-main {
    padding: 0 0 15px;
}

.col-main > .opc-wrapper > .opc > div .opc-wrap-border {
    margin: 0 15px;
    padding-bottom: 15px;
}

.col-main > .opc-wrapper > .opc > div h3 {
    margin: 0 15px;
    border-top: 1px solid #f1f1f1;
    color: #08107b;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.col-main > .opc-wrapper > .opc > div .opc-wrap-border h3 {
    margin: -1px 0 0;
}

#checkout-step-payment .opc-wrap-border ul.payment-methods {

}

#checkout-step-payment .opc-wrap-border div.desc img {
    vertical-align: middle;
}

#checkout-step-payment .opc-wrap-border ul.payment-methods li {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 0 0 15px;
}

#checkout-step-payment .opc-wrap-border .radio {
    margin-top: 8px;
}

/* Buttons */

.col-main > .opc-wrapper > .opc > div .buttons-set {
    background: #f1f1f1;
    padding-top: 15px;
    margin: 0;
}

/* Form elements */

.col-main > .opc-wrapper .form-list .validation-advice {
    width: 215px;
    margin-right: -215px;
}

.col-main > .opc-wrapper > .opc div.validation-error,
.col-main > .opc-wrapper > .opc div.validation-passed {
    padding: 0;
    background: none;
}

.col-main > .opc-wrapper > .opc > div .form-list {
    margin: 0 15px 10px;
}

.col-main > .opc-wrapper > .opc > div .form-list li.fields .field {
    clear: none;
    float: left;
    padding: 0 0 9px;
}

.col-main > .opc-wrapper > .opc > div .form-list label,
.col-main > .opc-wrapper > .opc > div .form-list .input-box {
    float: none;
}

.col-main > .opc-wrapper > .opc > div .form-list label {
    display: block;
    padding: 0 0 5px 0;
    text-align: left;
    width: 234px;
    color: #525252;
    font-size: 13px;
    font-weight: bold;
}

.col-main > .opc-wrapper > .opc > div .form-list .input-text {
    width: 197px;
}

.col-main > .opc-wrapper > .opc > div .form-list .input-text.street {
    width: 197px !important;
    padding: 6px 8px !important;
}

.col-main > .opc-wrapper > .opc > div .form-list .input-text.city {
    width: 402px !important;
    padding: 6px 8px !important;
    border-radius: 0 !important;
}

.col-main > .opc-wrapper > .opc > div .form-list .ui-button {
    width: 29px !important;
    border-radius: 0 !important;
    padding: 6px 0;
    border-left: 0;
    border-color: #d9d9d9;
    background: #ededed;
}

.col-main > .opc-wrapper > .opc > div .form-list .ui-button .ui-button-text {
    padding: 0;
    border-left: 1px dotted #d9d9d9;
}

/* Step 2 ==============================*/

.col-main > .opc-wrapper > .opc > div h3.ship-h3 {
    border-top: 0;
}

.col-main > .opc-wrapper > .opc > div #billing-login-form .form-list {
    margin: 0;
}

.col-main > .opc-wrapper > .opc > div .form-list .house label,
.col-main > .opc-wrapper > .opc > div .form-list .postcode_container label,
.col-main > .opc-wrapper > .opc > div .form-list .flat-fields label {
    width: 117px;
}

.col-main > .opc-wrapper > .opc > div .form-list .add-phone label {
    width: 215px;
}


.col-main > .opc-wrapper > .opc > div .form-list .input-text.city {
    width: 431px;
}

.col-main > .opc-wrapper > .opc > div .form-list .input-text.house,
.col-main > .opc-wrapper > .opc > div .form-list .input-text.postcode,
.col-main > .opc-wrapper > .opc > div .form-list .flat-fields .input-text {
    width: 80px;
}

/* New user block */

.col-main > .opc-wrapper > .opc > div .new-users.login-fields {
    border-bottom: 15px solid #f1f1f1;
    padding: 15px;
}

.col-main > .opc-wrapper > .opc > div .new-users.login-fields {
    float: none !important;
    color: #525252;
    font-size: 12px;
    font-weight: bold;
}

.col-main > .opc-wrapper > .opc > div .new-users.login-fields p {
    margin-bottom: 15px;
}
.col-main > .opc-wrapper > .opc > div .new-users.login-fields .button {
    margin-top: 22px;
}

.col-main > .opc-wrapper > .opc > div .form-list.new-users {
    border-top: 15px solid #f1f1f1;
    padding: 15px;
    list-style: none;
    min-height: 50px;
    margin: 0;
}

.col-main > .opc-wrapper > .opc > div .fields.new-users .field {
    clear: none;
    float: left;
}

.col-main > .opc-wrapper > .opc > div .fields.new-users label {
    display: block;
    padding: 0 0 5px 0;
    text-align: left;
    width: 234px;
    color: #525252;
    font-size: 13px;
    font-weight: bold;
}

.col-main > .opc-wrapper > .opc > div .fields.new-users .input-text {
    width: 197px;
}

/* Step 4 ==============================*/

.col-main > .opc-wrapper > .opc > div .customer-comment-wrap textarea {
    width: 667px;
    min-height: 76px;
}

.col-main > .opc-wrapper > .opc > div .checkout-onepage-payment-additional-giftcardaccount {
    padding: 30px 15px;
    text-align: center;
    border: 15px solid #f1f1f1;
    border-width: 15px 0;
}

.col-main > .opc-wrapper > .opc > div .checkout-onepage-payment-additional-giftcardaccount a {
    color: #08107b;
}

/* Unsorted=============================*/

.col-main > .opc-wrapper > .opc > div #checkout-shipping-method-load {
    padding: 15px 15px 0;
}

/* ======================================================================================= */

/* Sidebar =============================================================================== */

.opc-progress-container {
    float: left;
    width: 100%;
}

.opc-progress-container .opc-block-progress .block-title {
    display: none;
}

.opc-progress-container .opc-block-progress .block-content {
    background: #fff;
    padding: 0;
}

.opc-progress-container .opc-block-progress .block-content > dl > div {
    background: #808080;
    margin: 0 0 15px 0;
}

.opc-progress-container .opc-block-progress .block-content > dl > div > dt {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px;
    background: #e8e8e8 url(/skin/frontend/aristos/olympusv1/images/icons/arrow-right-1.png) no-repeat 172px center;
    color: #aeaeae;

}

.opc-progress-container .opc-block-progress .block-content > dl > div > dt.complete {
    background: #808080 url(/img/icons/arrow-down-1.png) no-repeat 168px center;
    color: #fff;
}

.opc-progress-container .opc-block-progress .block-content > dl > div > dd {
    padding: 0 15px 15px;
}

/* Customer ============================================================================== */
.col2-left-layout .my-account {
    background-color: #f1f1f1;
}
.col2-left-layout .my-account .page-title,
.col2-left-layout .my-account .page-head {
    padding: 0 0 20px 0;
    background: #fff;
}
.col2-left-layout .my-account .page-title h1,
.col2-left-layout .my-account .page-head h1,
.col2-left-layout .my-account .page-title h2,
.col2-left-layout .my-account .page-head h2,
.col2-left-layout .my-account .page-title h3,
.col2-left-layout .my-account .page-head h3 {
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #eaeaea;
}
.col2-left-layout .my-account .page-title span,
.col2-left-layout .my-account .page-head span {
    padding-top: 15px;
    display: block;
}
.col2-left-layout .my-account .my-wishlist {
    padding: 0;
}
.my-account > div,
.my-account > table,
.my-account > div.dashboard > div,
.my-account > form > div {
    background: #fff;
    padding: 20px;
    margin: 20px 20px 15px;
}
.my-account > div.dashboard,
.my-account > div.dashboard > div {
    margin: 0;
}
.my-account > table {
    border: 0;
    padding: 0 20px;
}
.my-account > .pager {
    margin: 0;
}
.my-account > .buttons-set,
.my-account > .form-buttons,
.my-account > form > .buttons-set,
.my-account > form > .form-buttons {
    padding: 0 0 15px 0;
    background: #f1f1f1;
}
.my-account div.page-title {
    margin-top: 0;
    margin-bottom: 0;
}
.my-account div.dashboard {
    background: #f1f1f1;
}
.my-account div.dashboard {
    padding: 0;
}
.my-account div.dashboard .page-title {
    margin: 0;
}
.my-account div.dashboard .welcome-msg {
    padding: 0 0 15px 0;
    color: #7d7d7d;
}
.my-account div.dashboard .welcome-msg .sub-title {
    color: #525252;
    font-size: 13px;
}
.my-account div.dashboard > .sub-title {
    background: #fff;
    margin: 0;
    padding: 25px 0 15px;
    color: #08107b;
}
.my-account div.dashboard .recent-orders {
    padding: 20px;
    background: #f1f1f1;
}
.my-account div.dashboard .recent-orders .separator {
    padding: 0 5px;
}
.my-account div.dashboard .recent-orders .table-caption {
    margin: -20px -20px 20px;
    border: 0;
    background: #fff;
    padding: 0 0 20px;
    font-size: 11px;
    color: #08107b;
}
.my-account div.dashboard > .reviews {
    display: none;
}
.my-account div .data-table {
    border: 0;
}
.my-account div .data-table tr.last th,
.my-account div .data-table tr.last td,
.my-account div .data-table tr:last-child td,
.my-account div .data-table tr:last-child th {
    border-bottom: 0;
}
.my-account div .data-table tr.even {
    background-color: #edf3fa;
}
.my-account div .data-table thead {
    background: none;
}
.my-account div .data-table thead th {
    color: #7b7b7b;
}
.my-account div .data-table tbody tr:first-child td {
    border-top: 1px solid #fff;
}
.my-account div .data-table tbody tr :last-child td {
    border-bottom: 1px solid #fff;
}
.my-account div .data-table tbody tr:nth-child(even) {
    background-color: #edf3fa;
}
.my-account div .data-table tbody td {
    border-right: 1px solid #dbe1e8;
    white-space: nowrap;
    padding: 10px;
    color: #525252;
}
.my-account div .data-table tbody td:last-child {
    border-right: 1px solid #fff;
}
.my-account div .data-table tbody td:first-child {
    border-left: 1px solid #fff;
    color: #08107b;
}
.my-account div .data-table a {
    text-decoration: none;
    color: #525252;
}
.my-account div .data-table a:hover {
    text-decoration: underline;
}
.my-account .col2-set {
    background: #f1f1f1 !important;
    margin: 0;
}
.my-account .col2-set li.info-box {
    padding-bottom: 0 !important;
}
.my-account .col2-set .info-box {
    background: #fff;
    border: 1px solid #fff;
    min-height: 110px;
    margin-bottom: 15px;
}
.my-account .col2-set .info-box:last-child {
    margin-bottom: 0;
}
.my-account .col2-set .info-box .box-title {
    margin: 15px 15px 0 15px;
    font-size: 11px;
    color: #e49900;
    text-transform: uppercase;
}
.my-account .col2-set .info-box .box-title .separator {
    display: none;
}
.my-account .col2-set .info-box .box-title a {
    margin-left: 5px;
    float: right;
    display: block;
    height: 15px;
    width: 15px;
    overflow: hidden;
    text-indent: 20px;
    background-image: url("/img/icons/ma_icons_16.png");
    background-repeat: no-repeat;
    background-position: left -1088px;
}
.my-account .col2-set .info-box .box-title a:hover {
    background-position: right -1088px;
}
.my-account .col2-set .info-box .box-title a.remove {
    background-position: left -368px;
}
.my-account .col2-set .info-box .box-title a.remove:hover {
    background-position: right -368px;
    background-image: url("/skin/frontend/aristos/olympusv1/images/p-bg.png");
}
.my-account .col2-set .info-box .box-content {
    color: #929292;
}
.my-account .col2-set .info-box .box-content .name {
    color: #525252;
    font-weight: bold;
}
.my-account .col2-set .info-box .box-content .mail {
    color: #525252;
}
.my-account .col2-set .info-box a.change-pass {
    padding-top: 4px;
    display: block;
    color: #0b158b;
}
.my-account .col2-set > .sub-title {
    margin: -20px -20px 20px;
    background: #fff;
    padding: 25px 0 15px;
    color: #08107b;
}
.my-account .col2-set > .sub-title .separator {
    display: none;
}
.my-account .col2-set > .sub-title a {
    float: right;
    color: #08107b;
}
.my-account .sub-title {
    font-size: 13px;
    color: #0b158b;
}
.my-account .buttons-set {
    margin-top: 0;
    padding-bottom: 15px !important;
}
.my-account p.wishlist-empty {
    border: 0;
}
.my-account .storecredit .account-balance {
    background: none;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.my-account .storecredit .account-balance .account-balance-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    display: block;
    float: left;
    padding-right: 15px;
}
.my-account .storecredit .account-balance .price {
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
    color: #e59c04;
}
.my-account .storecredit .account-balance .sub-title {
    text-transform: uppercase;
    color: #0b158b;
    font-size: 11px;
    margin: 0;
}
.my-account .storecredit .account-balance a {
    color: #0b158b;
}
.my-account .giftcardaccount h2 {
    font-size: 13px;
    font-weight: bold;
    color: #525252;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.my-account .buttons-set2 {
    margin: 0;
    padding: 0;
}
.my-account .social_customer_account p.title {
    padding: 10px 0;
    color: #0b158b;
}
.my-account .social_customer_account .social-auth.inline {
    background: transparent;
}
/* customer-account-edit ================*/
.customer-account-edit .legend {
    display: none;
}
.customer-account-edit li.control {
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
    margin-top: 15px;
}
.customer-account-edit li.control input.checkbox {
    float: left;
}
.customer-account-edit li.control label.ui-button {
    background: url('/img/icons/ma_icons_16.png');
    background-repeat: no-repeat;
    background-position: left -672px;
    border: 0;
    height: 16px;
    width: 16px;
    text-indent: 20px;
}
.customer-account-edit li.control label.ui-button .ui-button-text {
    padding: 0;
    white-space: nowrap;
}
.customer-account-edit li.control label.ui-button.ui-state-active {
    background-position: left -240px;
}
.customer-account-edit li.control label {
    float: left;
    color: #08107b;
    padding: 0;
    font-weight: normal;
}
.customer-account-edit div.fieldset.password {
    margin-top: -40px;
    padding-top: 0;
}
.helpdeskultimate-customer-index .page-head {
    padding: 0 0 20px 0;
    background: #fff;
}
.helpdeskultimate-customer-index .page-head h3 {
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #eaeaea;
}
.helpdeskultimate-customer-index .col-main {
    background: #F1F1F1;
}
.account-login .form-list label,
.account-login .form-list span.label {
    width: 298px;
}
.sales-order-history .my-account > div,
.review-customer-index .my-account > div {
    background: transparent;
    padding: 0;
}
.sales-order-history .my-account .pager,
.review-customer-index .my-account .pager {
    background: url(/img/bg/2px-hr.png) repeat-x bottom;
    padding: 0 0 10px;
    margin: 0;
    font-size: 11px;
    color: #08107b;
}
.sales-order-history .my-account .pager a,
.review-customer-index .my-account .pager a {
    font-size: 12px;
}
.sales-order-history .my-account .pager p,
.review-customer-index .my-account .pager p {
    line-height: 30px;
}
.sales-order-history .my-account .pager:first-child,
.review-customer-index .my-account .pager:first-child {
    margin-bottom: 10px;
}
.sales-order-history .my-account .pager:last-child,
.review-customer-index .my-account .pager:last-child {
    padding-top: 10px;
}
.review-customer-index .my-account .data-table tbody td {
    white-space: normal;
}
.review-customer-index .my-account .data-table tbody td:first-child {
    color: #525252;
}
.review-customer-index .my-account .data-table a {
    color: #08107b;
}
.newsletter-manage-index .my-account p {
    color: #525252;
}
.newsletter-manage-index .ui-button,
.customer-address-form .ui-button {
    background: url('/img/icons/ma_icons_16.png');
    background-repeat: no-repeat;
    background-position: left -656px;
    border: 0;
    height: 16px;
    width: 16px !important;
    text-indent: 20px;
    padding: 0;
}
.newsletter-manage-index .ui-button.ui-state-active,
.customer-address-form .ui-button.ui-state-active {
    background-position: left -256px;
}
.newsletter-manage-index .ui-button .ui-button-text,
.customer-address-form .ui-button .ui-button-text {
    white-space: nowrap;
    font-weight: normal;
    color: #08107b;
    padding: 0;
}
.wishlist-index-index #wishlist-table thead tr {
    background-color: #f1f1f1;
}
.wishlist-index-index #wishlist-table tbody .even {
    background-color: #FFFFFF !important;
}
.wishlist-index-index #wishlist-table tbody td {
    white-space: normal;
    padding: 25px 10px 10px;
    border: 0 !important;
    border-bottom: 10px solid #f1f1f1 !important;
}
.wishlist-index-index #wishlist-table tbody td:first-child {
    padding: 25px 20px 10px 30px;
}
.wishlist-index-index #wishlist-table tbody td .last {
    padding: 25px 10px 10px;
}
.wishlist-index-index #wishlist-table tbody td p {
    margin: 5px 0;
}
.wishlist-index-index #wishlist-table tbody .product-name a {
    color: #08107b;
}
.wishlist-index-index #wishlist-table tbody .cart-cell {
    width: 145px;
}
.wishlist-index-index .add-to-cart-alt {
    padding: 0 0 10px;
}
.wishlist-index-index .add-to-cart-alt input,
.wishlist-index-index .add-to-cart-alt a {
    display: block;
    float: left;
}
.wishlist-index-index .add-to-cart-alt a {
    margin-top: 7px;
}
.wishlist-index-index .my-wishlist textarea {
    width: 236px;
}
.customer-account-edit .my-account > form > div,
.customer-address-form .my-account > form > div {
    margin: 20px 20px 15px;
}
.customer-account-edit .my-account > form > div.buttons-set,
.customer-address-form .my-account > form > div.buttons-set {
    position: relative;
    padding-bottom: 15px;
}
.customer-account-edit .my-account > form > div.buttons-set .required,
.customer-address-form .my-account > form > div.buttons-set .required {
    position: absolute;
    right: 15px;
    top: -55px;
}
.customer-account-edit h2.legend,
.customer-address-form h2.legend {
    color: #08107b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.customer-account-edit .form-list .customer-name,
.customer-address-form .form-list .customer-name {
    float: left;
}
.customer-account-edit .form-list label,
.customer-address-form .form-list label {
    width: 187px;
}
.customer-account-edit .form-list input.input-text,
.customer-address-form .form-list input.input-text,
.customer-account-edit .form-list textarea,
.customer-address-form .form-list textarea {
    width: 187px;
}
.customer-account-edit .form-list input.input-text.street,
.customer-address-form .form-list input.input-text.street {
    width: 203px;
}
.customer-account-edit .form-list input.input-text.street.ui-autocomplete-input,
.customer-address-form .form-list input.input-text.street.ui-autocomplete-input {
    width: 203px !important;
    padding: 6px 8px !important;
}
.customer-account-edit .form-list .input-small label,
.customer-address-form .form-list .input-small label {
    width: 103px;
}
.customer-account-edit .form-list .input-small input.input-text,
.customer-address-form .form-list .input-small input.input-text,
.customer-account-edit .form-list .input-small textarea,
.customer-address-form .form-list .input-small textarea {
    width: 85px;
}
.customer-account-edit .form-list .input-small .validation-advice,
.customer-address-form .form-list .input-small .validation-advice {
    width: 118px;
    margin-right: -118px;
}
.customer-account-edit .form-list .validation-advice,
.customer-address-form .form-list .validation-advice {
    width: 205px;
    margin-right: -205px;
}
.customer-account-edit .form-list #city,
.customer-address-form .form-list #city {
    width: 410px !important;
    padding: 6px 8px !important;
    border-radius: 0 !important;
}
.customer-account-edit .form-list .city .ui-button,
.customer-address-form .form-list .city .ui-button {
    width: 29px !important;
    border-radius: 0 !important;
    border: 1px solid #d3d3d3;
    height: 28px;
    padding: 5px 0;
    border-left: 0;
    border-color: #d9d9d9;
    background: #ededed;
}
.customer-account-edit .form-list .city .ui-button .ui-button-text,
.customer-address-form .form-list .city .ui-button .ui-button-text {
    padding: 0;
    border-left: 1px dotted #d9d9d9;
}
.review-customer-view .product-name {
    font-size: 18px;
    color: #08107b;
    text-align: center;
}
.review-customer-view .product-img-box {
    width: 100%;
    float: none;
}
.review-customer-view .product-img-box a {
    text-align: center;
}
.review-customer-view .details {
    float: none;
    width: 100%;
}
.review-customer-view .details p.date {
    color: #e5a00b;
    font-style: normal;
}
.review-customer-view .details p {
    text-align: justify;
}
.helpdeskultimate-customer-index div.ticket-create-form {
    margin: 20px 20px 15px;
}
.helpdeskultimate-customer-index div.ticket-create-form div {
    background: #FFFFFF;
}
.helpdeskultimate-customer-index div.ticket-create-form div.button-set {
    margin-top: 15px;
}

.jcarousel-skin-olympus .jcarousel-container {}

.jcarousel-skin-olympus .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-olympus .jcarousel-container-horizontal {
    width: 755px;
    margin-left: -10px;
}

.jcarousel-skin-olympus .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-olympus .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-olympus .jcarousel-clip-horizontal {
    width: 775px;
    height: 425px;
}

.jcarousel-skin-olympus .jcarousel-clip-vertical {
    width:  775px;
    height: 425px;
}

.jcarousel-skin-olympus .jcarousel-list-horizontal {
    padding: 10px !important;
}

.jcarousel-skin-olympus .jcarousel-item {
    width: 775px;
    height: 425px;
}

.jcarousel-skin-olympus .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-olympus .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-olympus .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-olympus .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-olympus .jcarousel-next-horizontal {
    position: absolute;
    top: -36px;
    right: -10px;
    cursor: pointer;
    background: url(/img/icons/icons_29.png) no-repeat;
    background-position: left -104px;
    height: 26px;
    width: 26px;
}

.jcarousel-skin-olympus .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/skin/frontend/aristos/olympusv1/css/prev-horizontal.png);
}

.jcarousel-skin-olympus .jcarousel-next-horizontal:hover,
.jcarousel-skin-olympus .jcarousel-next-horizontal:focus {
    background-position: left 0;
}

.jcarousel-skin-olympus .jcarousel-next-horizontal:active {
    background-position: left 0;
}

.jcarousel-skin-olympus .jcarousel-next-disabled-horizontal,
.jcarousel-skin-olympus .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-olympus .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-olympus .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: none;
}

.jcarousel-skin-olympus .jcarousel-prev-horizontal {
    position: absolute;
    top: -36px;
    right: 20px;
    cursor: pointer;
    background: url(/img/icons/icons_29.png) no-repeat;
    background-position: right -104px;
    height: 26px;
    width: 26px;
}

.jcarousel-skin-olympus .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/skin/frontend/aristos/olympusv1/css/next-horizontal.png);
}

.jcarousel-skin-olympus .jcarousel-prev-horizontal:hover,
.jcarousel-skin-olympus .jcarousel-prev-horizontal:focus {
    background-position: right 0;
}

.jcarousel-skin-olympus .jcarousel-prev-horizontal:active {
    background-position: right 0;
}

.jcarousel-skin-olympus .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-olympus .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-olympus .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-olympus .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: none;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-olympus .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/skin/frontend/aristos/olympusv1/css/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-olympus .jcarousel-next-vertical:hover,
.jcarousel-skin-olympus .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-olympus .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-olympus .jcarousel-next-disabled-vertical,
.jcarousel-skin-olympus .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-olympus .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-olympus .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-olympus .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/skin/frontend/aristos/olympusv1/css/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-olympus .jcarousel-prev-vertical:hover,
.jcarousel-skin-olympus .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-olympus .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-olympus .jcarousel-prev-disabled-vertical,
.jcarousel-skin-olympus .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-olympus .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-olympus .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.tipsy {
    font-size: 11px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-n {
    padding-top: 12px;
}

.tipsy-inner {
    background-color: #fff;
    color: #545454;
    padding: 10px 15px;
    text-align: left;
    box-shadow: 0 0 10px #7b7b7b;
    border: 1px solid #646464;
}

.tipsy.small .tipsy-inner{
    max-width: 200px;
}

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #fff; }

/* Rules to colour arrows */
.tipsy-n .tipsy-arrow.tipsy-arrow-n {
    border: 0;
    background: url(/skin/frontend/aristos/olympusv1/images/bg/tipsy-narrow.png) no-repeat;
    width: 18px;
    height: 13px;
    margin-left: -9px;
    z-index: 1;
}
.tipsy-arrow-s { border-top-color: #fff; }
.tipsy-arrow-e { border-left-color: #fff; }
.tipsy-arrow-w { border-right-color: #fff; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

.popover {display: none;}

.tipsy-inner th,
.tipsy-inner td {
    padding: 4px;
}

.tipsy-inner th {
    padding: 4px 4px 4px 0;
    background: url(/skin/frontend/aristos/olympusv1/images/bg/text-dotter.png) repeat-x 0 14px;
}

.tipsy-inner th span {
    background: #fff;
    padding: 0 2px 0 4px;
}

.tipsy-inner td {
    color: #0a0e84;
}

.results-view {
    margin: 0 -15px 0 0;
}

.results-view > .toolbar > .pager {
    display: none;
}

.results-view .toolbar-bottom > .toolbar > .sorter {
    display: none;
}

.results-view .pager .amount {
    display: none;
}

.results-view .pager .limiter {
    display: none;
}

.results-view .pager .pages {
    float: right;
    margin: 0;
}
/* Фиксы потом переделать */
a.button,
button.button span,
a.button span,
button.button span span {
    background-image: none;
    background-color: transparent !important;
}
/* Category Page ========================================================================= */
/* View Type: Grid ================ */
/* < Square-buttons */
.products-grid .actions .button {
    float: right;
}
.products-grid .actions button.button {
    background: url(/img/icons/square-buttons-26.png) no-repeat;
    background-position: left 0;
    height: 26px;
    overflow: hidden;
    text-indent: 28px;
    padding-left: 28px;
    white-space: nowrap;
    width: 28px;
}
.products-grid .actions button.button span,
.products-grid .actions button.button span span {
    background-image: none;
}
.products-grid .actions button.button.btn-cart {
    background-position: left 0;
}
.products-grid .actions button.button.btn-cart:hover {
    background-position: right 0;
}
.products-grid .actions button.button.btn-preorder {
    background-position: left -26px;
}
.products-grid .actions button.button.btn-preorder:hover {
    background-position: right -26px;
}
.products-grid .actions button.button.btn-notify {
    background-position: left -78px;
}
.products-grid .actions button.button.btn-notify:hover {
    background-position: right -78px;
}
.products-grid .actions button.button.btn-pre {
    background-position: left -26px;
}
.products-grid .actions button.button.btn-pre:hover {
    background-position: right -26px;
}
.products-grid .actions .icon-16 {
    display: none;
}
.foot {
    background: none;
    background-color: transparent!important;
}

.foot td {
    border-bottom: 0!important;
    padding: 0;
    padding-bottom: 15px;
}

/* Square-buttons > */
/* < Buttons */
.product-view .product-essential a.button,
.product-view .product-essential button.button,
.products-list .actions button.button {
    background: url(/img/bg/buttons.png);
    background-position: 0 -104px;
    background-repeat: repeat-x;
    height: 26px;
    white-space: nowrap;
}
.product-view .product-essential a.button span,
.product-view .product-essential button.button span,
.product-view .product-essential button.button span span,
.products-list button.button span,
.products-list button.button span span {
    background-color: #e9b226;
    background-image: url(/img/bg/buttons.png);
    background-position: 0 -104px;
    background-repeat: repeat-x;
    border-radius: 0;
    height: 26px !important;
}
.product-view .product-essential .button.btn-notify,
.products-list button.button.btn-notify {
    background-position: 0 -416px;
    background-repeat: no-repeat;
    color: #08107b;
}
.product-view .product-essential .button.btn-notify:hover,
.products-list button.button.btn-notify:hover {
    background-position: 0 -442px;
}
.product-view .product-essential a.button.btn-notify {
    padding: 0;
}
.product-view .product-essential a.button.btn-notify > span {
    padding-right: 0;
}
.product-view .product-essential .button.btn-notify > span,
.products-list button.button.btn-notify > span {
    margin-left: 5px;
    padding-left: 0;
    background-position: 0 0;
    border-radius: 3px;
}
.product-view .product-essential .button.btn-notify:hover > span,
.products-list button.button.btn-notify:hover > span {
    background-position: 0 -26px;
}
.product-view .product-essential .button.btn-notify > span span,
.products-list button.button.btn-notify > span span {
    color: #08107b;
    background-color: transparent;
    background-position: right -208px;
    background-repeat: no-repeat;
}
.product-view .product-essential .button.btn-notify:hover > span span,
.products-list button.button.btn-notify:hover > span span {
    background-position: right -234px;
}
.product-view .product-essential button.button.btn-cart,
.products-list button.button.btn-cart {
    background-position: 0 -520px;
    background-repeat: no-repeat;
}
.product-view .product-essential button.button.btn-cart:hover,
.products-list button.button.btn-cart:hover {
    background-repeat: no-repeat;
    background-position: 0 -546px;
}
.product-view .product-essential button.button.btn-cart > span,
.products-list button.button.btn-cart > span {
    margin-left: 5px;
    padding-left: 0 !important;
    background-position: 0 -104px;
    border-radius: 3px;
}
.product-view .product-essential button.button.btn-cart:hover > span,
.products-list button.button.btn-cart:hover > span {
    background-position: 0 -130px;
    background-color: transparent;
}
.product-view .product-essential button.button.btn-cart > span span,
.products-list button.button.btn-cart > span span {
    background-color: transparent;
    background-position: right -312px;
    background-repeat: no-repeat;
    padding: 0 25px 0 5px !important;
    position: relative;
    font-size: 12px !important;
    text-transform: uppercase !important;
}
.product-view .product-essential button.button.btn-cart:hover > span span,
.products-list button.button.btn-cart:hover > span span {
    background-color: transparent;
    background-position: right -338px;
}
.product-view .product-essential button.button.btn-preorder,
.products-list button.button.btn-preorder {
    background-position: 0 -468px;
    background-repeat: no-repeat;
}
.product-view .product-essential button.button.btn-preorder:hover,
.products-list button.button.btn-preorder:hover {
    background-repeat: no-repeat;
    background-position: 0 -494px;
}
.product-view .product-essential button.button.btn-preorder > span,
.products-list button.button.btn-preorder > span {
    margin-left: 5px;
    padding-left: 0;
    background-position: 0 -52px;
    border-radius: 3px;
}
.product-view .product-essential button.button.btn-preorder:hover > span,
.products-list button.button.btn-preorder:hover > span {
    background-position: 0 -78px;
    background-color: transparent;
}
.product-view .product-essential button.button.btn-preorder > span span,
.products-list button.button.btn-preorder > span span {
    background-color: transparent;
    background-position: right -260px;
    background-repeat: no-repeat;
    padding: 0 25px 0 5px;
    position: relative;
}
.product-view .product-essential button.button.btn-preorder:hover > span span,
.products-list button.button.btn-preorder:hover > span span {
    background-color: transparent;
    background-position: right -286px;
}
/* Кнопки бля блока сравнения в поповере. TODO: Надо будет переделать на глобальные стили... */
.header-container #сomparePopover #show-compare-list-button {
    float: right;
}
/* Buttons > */
/* < Buttons icons */
.product-view button.button span .icon-16.icon-arrow-right2.white,
.products-list button.button span .icon-16.icon-arrow-right2.white {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 2px;
}
.blue.icon-notify {
    width: 20px;
    background: url(/img/icons/button-icons-16x20.png) no-repeat left 0;
}
span:hover .blue.icon-notify {
    width: 20px;
    background: url(/img/icons/button-icons-16x20.png) no-repeat right 0;
}
.blue.icon-one-click {
    width: 20px;
    background: url(/img/icons/button-icons-16x20.png) no-repeat left -16px;
}
span:hover .blue.icon-one-click {
    width: 20px;
    background: url(/img/icons/button-icons-16x20.png) no-repeat -21px -16px;
}
.icon-preorder {
    width: 20px;
    background: url(/img/icons/button-icons-16x20.png) no-repeat left -48px;
}
/* Buttons icons> */
/* ================================ */
/* ======================================================================================= */
.buttons-set .back-link a.button,
.buttons-set .back-link button.button {
    margin-left: 0;
    margin-right: 7px;
}
.button {
    text-shadow: none !important;
    /*rs plugin fix */
}
.button:active {
    bottom: 0;
    right: 0;
}
.tp-caption a.button {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
}
a.button,
button.button span {
    background-image: url('/img/sprites/button-normal.png');
    background-position: left -31px;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
    margin-right: 3px !important;
    font-size: 12px;
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    color: #fff;
}
a.button span,
button.button span span {
    background-image: url('/img/sprites/button-normal.png');
    background-position: right -130px;
    background-repeat: no-repeat;
    padding: 0 10px 0 0;
    margin-right: -3px !important;
    font-weight: normal;
    text-transform: none;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    display: block;
    float: left;
    color: #fff;
}
a.button:hover,
button.button:hover span {
    background-position: left -312px;
}
a.button:hover span,
button.button:hover span span {
    background-position: right -338px;
}
a.button.button-light,
button.button.button-light span {
    background-position: left 0px;
}
a.button.button-light span,
button.button.button-light span span {
    background-position: right -26px;
    color: #000000;
}
a.button:hover.button-light,

:hover.button-light span {
    background-position: left -208px;
}
a.button:hover.button-light span,
button.button:hover.button-light span span {
    background-position: right -234px;
}
a.button.button-gray,
button.button-gray span {
    background-position: left -261px;
}
a.button.button-gray span,
button.button-gray span span {
    background-position: right -261px;
}
a.button:hover.button-gray,
button.button:hover.button-gray span {
    background-position: left -286px;
}
a.button:hover.button-gray span,
button.button:hover.button-gray span span {
    background-position: right -286px;
}
a.button.button-blue,
button.button.button-blue span {
    background-position: left -156px;
}
a.button.button-blue span,
button.button.button-blue span span {
    background-position: right -182px;
}
a.button:hover.button-blue,
button.button:hover.button-blue span {
    background-position: left -364px;
}
a.button:hover.button-blue span,
button.button:hover.button-blue span span {
    background-position: right -390px;
}
a.button.button-big,
button.button.button-big span {
    background-image: url('/img/sprites/button-big.png');
    background-position: left -80px;
    background-repeat: no-repeat;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    padding: 0 0 0 20px;
}
a.button.button-big span,
button.button.button-big span span {
    background-image: url('/img/sprites/button-big.png');
    background-position: right -120px;
    background-repeat: no-repeat;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    margin-right: -3px;
    padding: 0 20px 0 0;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}
a.button.button-big:hover,
button.button.button-big:hover span {
    background-position: left -240px;
}
a.button.button-big:hover span,
button.button.button-big:hover span span {
    background-position: right -280px;
}
a.button.button-big.button-gray,
button.button.button-big.button-gray span {
    background-position: left 0px;
}
a.button.button-big.button-gray span,
button.button.button-big.button-gray span span {
    background-position: right -40px;
}
a.button.button-big:hover.button-gray,
button.button.button-big:hover.button-gray span {
    background-position: left -160px;
}
a.button.button-big:hover.button-gray span,
button.button.button-big:hover.button-gray span span {
    background-position: right -200px;
}
a.button.button-big.button-blue,
button.button.button-big.button-blue span {
    background-position: left -320px;
}
a.button.button-big.button-blue span,
button.button.button-big.button-blue span span {
    background-position: right -360px;
}
a.button.button-big:hover.button-blue,
button.button.button-big:hover.button-blue span {
    background-position: left -400px;
}
a.button.button-big:hover.button-blue span,
button.button.button-big:hover.button-blue span span {
    background-position: right -440px;
}
.buttons-set .button-big.btn-share {
    margin-left: 0;
}
a.button .ma-icon-16,
button.button span .ma-icon-16 {
    margin: 5px 5px 0 -5px;
}
a.button span .ma-icon-16,
button.button span span .ma-icon-16 {
    margin: 5px -5px 0 5px;
    float: right;
}
a.button.button-big .ma-icon-16,
button.button.button-big span .ma-icon-16 {
    margin: 12px 12px 0 -8px;
}
a.button.button-big span .ma-icon-16,
button.button.button-big span span .ma-icon-16 {
    margin: 12px -8px 0 12px;
    float: right;
}
.back-link a.button-big {
    position: relative;
    padding-left: 40px !important;
}
.back-link a.button-big:before {
    position: absolute;
    content: ' ';
    height: 32px;
    width: 32px;
    top: 4px;
    left: 4px;
    overflow: hidden;
    background-image: url('/img/icons/arrow-right-big.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.checkout-onepage-index a.button-big > span,
.checkout-onepage-index button.button-big > span > span {
    position: relative;
    padding-right: 40px !important;
}
.checkout-onepage-index a.button-big > span:after,
.checkout-onepage-index button.button-big > span > span:after {
    position: absolute;
    content: ' ';
    height: 32px;
    width: 32px;
    top: 4px;
    right: 4px;
    overflow: hidden;
    background-image: url('/img/icons/arrow-right-big.png');
    background-repeat: no-repeat;
    background-position: center;
}

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input,
select[multiple],
textarea {
    background-image: none;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 6px;
    margin-right: 19px;
    margin-left: 19px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}
.container {
	/*top: 50%!important;*/
	/*left: 50%;*/
	/*margin-top: -336px;*/
	/*margin-left: -604px;*/
	/*position: fixed;*/
}
.container:before,
.container:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.container:after {
    clear: both;
}
.modal-body {
    overflow-x: scroll;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before,
.row:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.row:after {
    clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left;
}
.col-xs-1 {
    width: 8.333333333333332%;
}
.col-xs-2 {
    width: 16.666666666666664%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333333333333%;
}
.col-xs-5 {
    width: 41.66666666666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.333333333333336%;
}
.col-xs-8 {
    width: 66.66666666666666%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.33333333333334%;
}
.col-xs-11 {
    width: 91.66666666666666%;
}
.col-xs-12 {
    width: 100%;
}

table {
    max-width: 100%;
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
    border-top: 0;
}
.table tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
    border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
    background-color: #faf2cc;
    border-color: #f8e5be;
}

.thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
}
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #428bca;
}
.thumbnail > img {
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #333333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #356635;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #2d6987;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}
.alert-warning hr {
    border-top-color: #f8e5be;
}
.alert-warning .alert-link {
    color: #a47e3c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert-danger hr {
    border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
    color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-body:before,
.panel-body:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.panel-body:after {
    clear: both;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .table {
    margin-bottom: 0;
}
.panel > .panel-body + .table {
    border-top: 1px solid #dddddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}
.panel-default {
    border-color: #dddddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}
.panel-primary {
    border-color: #428bca;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-warning {
    border-color: #fbeed5;
}
.panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #fbeed5;
}
.panel-danger {
    border-color: #eed3d7;
}
.panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #eed3d7;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.sidebar .block.nav,
.sidebar .block.block-account {
    background: #787878;
}
.sidebar .block.nav .block-title,
.sidebar .block.block-account .block-title {
    padding: 17px 17px 0 17px;
    border: 0;
}
.sidebar .block.nav .block-content,
.sidebar .block.block-account .block-content {
    padding: 0;
}
.sidebar .block.nav .block-content ul > li,
.sidebar .block.block-account .block-content ul > li {
    background: none;
    font-size: 11px;
    line-height: 28px;
    height: 28px;
    padding: 0;
    white-space: nowrap;
}
.sidebar .block.nav .block-content ul > li.current,
.sidebar .block.block-account .block-content ul > li.current,
.sidebar .block.nav .block-content ul > li:hover,
.sidebar .block.block-account .block-content ul > li:hover {
    border: 0;
    background: url(/img/bg/side-menu-nav-bg.png) repeat-x;
    margin: 0;
}
.sidebar .block.nav .block-content ul > li.current a,
.sidebar .block.block-account .block-content ul > li.current a,
.sidebar .block.nav .block-content ul > li:hover a,
.sidebar .block.block-account .block-content ul > li:hover a,
.sidebar .block.nav .block-content ul > li.current strong,
.sidebar .block.block-account .block-content ul > li.current strong,
.sidebar .block.nav .block-content ul > li:hover strong,
.sidebar .block.block-account .block-content ul > li:hover strong {
    color: #444;
    text-decoration: none !important;
    display: block;
    padding: 5px 0 5px 17px;
    height: 18px;
    line-height: 18px;
    font-weight: normal;
}
.sidebar .block.nav .block-content ul > li a,
.sidebar .block.block-account .block-content ul > li a {
    padding: 5px 0 5px 17px;
    line-height: 18px;
    text-decoration: underline;
}
.col-left.sidebar .block.nav .block-content ul > li.current,
.col-left.sidebar .block.block-account .block-content ul > li.current,
.col-left.sidebar .block.nav .block-content ul > li:hover,
.col-left.sidebar .block.block-account .block-content ul > li:hover {
    margin-right: -15px;
}
.col-left.sidebar .block.nav .block-content ul > li.current a,
.col-left.sidebar .block.block-account .block-content ul > li.current a,
.col-left.sidebar .block.nav .block-content ul > li:hover a,
.col-left.sidebar .block.block-account .block-content ul > li:hover a,
.col-left.sidebar .block.nav .block-content ul > li.current strong,
.col-left.sidebar .block.block-account .block-content ul > li.current strong,
.col-left.sidebar .block.nav .block-content ul > li:hover strong,
.col-left.sidebar .block.block-account .block-content ul > li:hover strong {
    background: url(/img/bg/side-menu-nav-bg.png) no-repeat right -28px;
}
.col-right.sidebar .block.nav .block-content ul > li.current,
.col-right.sidebar .block.block-account .block-content ul > li.current,
.col-right.sidebar .block.nav .block-content ul > li:hover,
.col-right.sidebar .block.block-account .block-content ul > li:hover {
    margin-left: -15px;
}
.col-right.sidebar .block.nav .block-content ul > li.current a,
.col-right.sidebar .block.block-account .block-content ul > li.current a,
.col-right.sidebar .block.nav .block-content ul > li:hover a,
.col-right.sidebar .block.block-account .block-content ul > li:hover a,
.col-right.sidebar .block.nav .block-content ul > li.current strong,
.col-right.sidebar .block.block-account .block-content ul > li.current strong,
.col-right.sidebar .block.nav .block-content ul > li:hover strong,
.col-right.sidebar .block.block-account .block-content ul > li:hover strong {
    padding-left: 32px;
    background: url(/img/bg/side-menu-nav-bg.png) no-repeat left -56px;
}

.ma-icon-16 {
    display: block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    float: left;
    background-image: url("/img/icons/ma_icons_16.png");
    background-repeat: no-repeat;
}
.ma-icon-16.icon-138 {
    background-position: right -1088px;
}
.ma-icon-16.icon-136 {
    background-position: right -1072px;
}
.ma-icon-16.icon-134 {
    background-position: right -1056px;
}
.ma-icon-16.icon-132 {
    background-position: right -1040px;
}
.ma-icon-16.icon-130 {
    background-position: right -1024px;
}
.ma-icon-16.icon-128 {
    background-position: right -1008px;
}
.ma-icon-16.icon-126 {
    background-position: right -992px;
}
.ma-icon-16.icon-124 {
    background-position: right -976px;
}
.ma-icon-16.icon-122 {
    background-position: right -960px;
}
.ma-icon-16.icon-120 {
    background-position: right -944px;
}
.ma-icon-16.icon-118 {
    background-position: right -928px;
}
.ma-icon-16.icon-116 {
    background-position: right -912px;
}
.ma-icon-16.icon-114 {
    background-position: right -896px;
}
.ma-icon-16.icon-112 {
    background-position: right -880px;
}
.ma-icon-16.icon-110 {
    background-position: right -864px;
}
.ma-icon-16.icon-108 {
    background-position: right -848px;
}
.ma-icon-16.icon-106 {
    background-position: right -832px;
}
.ma-icon-16.icon-104 {
    background-position: right -816px;
}
.ma-icon-16.icon-102 {
    background-position: right -800px;
}
.ma-icon-16.icon-100 {
    background-position: right -784px;
}
.ma-icon-16.icon-98 {
    background-position: right -768px;
}
.ma-icon-16.icon-96 {
    background-position: right -752px;
}
.ma-icon-16.icon-94 {
    background-position: right -736px;
}
.ma-icon-16.icon-92 {
    background-position: right -720px;
}
.ma-icon-16.icon-90 {
    background-position: right -704px;
}
.ma-icon-16.icon-88 {
    background-position: right -688px;
}
.ma-icon-16.icon-86 {
    background-position: right -672px;
}
.ma-icon-16.icon-84 {
    background-position: right -656px;
}
.ma-icon-16.icon-82 {
    background-position: right -640px;
}
.ma-icon-16.icon-80 {
    background-position: right -624px;
}
.ma-icon-16.icon-78 {
    background-position: right -608px;
}
.ma-icon-16.icon-76 {
    background-position: right -592px;
}
.ma-icon-16.icon-74 {
    background-position: right -576px;
}
.ma-icon-16.icon-72 {
    background-position: right -560px;
}
.ma-icon-16.icon-70 {
    background-position: right -544px;
}
.ma-icon-16.icon-68 {
    background-position: right -528px;
}
.ma-icon-16.icon-66 {
    background-position: right -512px;
}
.ma-icon-16.icon-64 {
    background-position: right -496px;
}
.ma-icon-16.icon-62 {
    background-position: right -480px;
}
.ma-icon-16.icon-60 {
    background-position: right -464px;
}
.ma-icon-16.icon-58 {
    background-position: right -448px;
}
.ma-icon-16.icon-56 {
    background-position: right -432px;
}
.ma-icon-16.icon-54 {
    background-position: right -416px;
}
.ma-icon-16.icon-52 {
    background-position: right -400px;
}
.ma-icon-16.icon-50 {
    background-position: right -384px;
}
.ma-icon-16.icon-48 {
    background-position: right -368px;
}
.ma-icon-16.icon-46 {
    background-position: right -352px;
}
.ma-icon-16.icon-44 {
    background-position: right -336px;
}
.ma-icon-16.icon-42 {
    background-position: right -320px;
}
.ma-icon-16.icon-40 {
    background-position: right -304px;
}
.ma-icon-16.icon-38 {
    background-position: right -288px;
}
.ma-icon-16.icon-36 {
    background-position: right -272px;
}
.ma-icon-16.icon-34 {
    background-position: right -256px;
}
.ma-icon-16.icon-32 {
    background-position: right -240px;
}
.ma-icon-16.icon-30 {
    background-position: right -224px;
}
.ma-icon-16.icon-28 {
    background-position: right -208px;
}
.ma-icon-16.icon-26 {
    background-position: right -192px;
}
.ma-icon-16.icon-24 {
    background-position: right -176px;
}
.ma-icon-16.icon-22 {
    background-position: right -160px;
}
.ma-icon-16.icon-20 {
    background-position: right -144px;
}
.ma-icon-16.icon-18 {
    background-position: right -128px;
}
.ma-icon-16.icon-16 {
    background-position: right -112px;
}
.ma-icon-16.icon-14 {
    background-position: right -96px;
}
.ma-icon-16.icon-12 {
    background-position: right -80px;
}
.ma-icon-16.icon-10 {
    background-position: right -64px;
}
.ma-icon-16.icon-8 {
    background-position: right -48px;
}
.ma-icon-16.icon-6 {
    background-position: right -32px;
}
.ma-icon-16.icon-4 {
    background-position: right -16px;
}
.ma-icon-16.icon-2 {
    background-position: right 0px;
}
.ma-icon-16.icon-137 {
    background-position: left -1088px;
}
.ma-icon-16.icon-135 {
    background-position: left -1072px;
}
.ma-icon-16.icon-133 {
    background-position: left -1056px;
}
.ma-icon-16.icon-131 {
    background-position: left -1040px;
}
.ma-icon-16.icon-129 {
    background-position: left -1024px;
}
.ma-icon-16.icon-127 {
    background-position: left -1008px;
}
.ma-icon-16.icon-125 {
    background-position: left -992px;
}
.ma-icon-16.icon-123 {
    background-position: left -976px;
}
.ma-icon-16.icon-121 {
    background-position: left -960px;
}
.ma-icon-16.icon-119 {
    background-position: left -944px;
}
.ma-icon-16.icon-117 {
    background-position: left -928px;
}
.ma-icon-16.icon-115 {
    background-position: left -912px;
}
.ma-icon-16.icon-113 {
    background-position: left -896px;
}
.ma-icon-16.icon-111 {
    background-position: left -880px;
}
.ma-icon-16.icon-109 {
    background-position: left -864px;
}
.ma-icon-16.icon-107 {
    background-position: left -848px;
}
.ma-icon-16.icon-105 {
    background-position: left -832px;
}
.ma-icon-16.icon-103 {
    background-position: left -816px;
}
.ma-icon-16.icon-101 {
    background-position: left -800px;
}
.ma-icon-16.icon-99 {
    background-position: left -784px;
}
.ma-icon-16.icon-97 {
    background-position: left -768px;
}
.ma-icon-16.icon-95 {
    background-position: left -752px;
}
.ma-icon-16.icon-93 {
    background-position: left -736px;
}
.ma-icon-16.icon-91 {
    background-position: left -720px;
}
.ma-icon-16.icon-89 {
    background-position: left -704px;
}
.ma-icon-16.icon-87 {
    background-position: left -688px;
}
.ma-icon-16.icon-85 {
    background-position: left -672px;
}
.ma-icon-16.icon-83 {
    background-position: left -656px;
}
.ma-icon-16.icon-81 {
    background-position: left -640px;
}
.ma-icon-16.icon-79 {
    background-position: left -624px;
}
.ma-icon-16.icon-77 {
    background-position: left -608px;
}
.ma-icon-16.icon-75 {
    background-position: left -592px;
}
.ma-icon-16.icon-73 {
    background-position: left -576px;
}
.ma-icon-16.icon-71 {
    background-position: left -560px;
}
.ma-icon-16.icon-69 {
    background-position: left -544px;
}
.ma-icon-16.icon-67 {
    background-position: left -528px;
}
.ma-icon-16.icon-65 {
    background-position: left -512px;
}
.ma-icon-16.icon-63 {
    background-position: left -496px;
}
.ma-icon-16.icon-61 {
    background-position: left -480px;
}
.ma-icon-16.icon-59 {
    background-position: left -464px;
}
.ma-icon-16.icon-57 {
    background-position: left -448px;
}
.ma-icon-16.icon-55 {
    background-position: left -432px;
}
.ma-icon-16.icon-53 {
    background-position: left -416px;
}
.ma-icon-16.icon-51 {
    background-position: left -400px;
}
.ma-icon-16.icon-49 {
    background-position: left -384px;
}
.ma-icon-16.icon-47 {
    background-position: left -368px;
}
.ma-icon-16.icon-45 {
    background-position: left -352px;
}
.ma-icon-16.icon-43 {
    background-position: left -336px;
}
.ma-icon-16.icon-41 {
    background-position: left -320px;
}
.ma-icon-16.icon-39 {
    background-position: left -304px;
}
.ma-icon-16.icon-37 {
    background-position: left -288px;
}
.ma-icon-16.icon-35 {
    background-position: left -272px;
}
.ma-icon-16.icon-33 {
    background-position: left -256px;
}
.ma-icon-16.icon-31 {
    background-position: left -240px;
}
.ma-icon-16.icon-29 {
    background-position: left -224px;
}
.ma-icon-16.icon-27 {
    background-position: left -208px;
}
.ma-icon-16.icon-25 {
    background-position: left -192px;
}
.ma-icon-16.icon-23 {
    background-position: left -176px;
}
.ma-icon-16.icon-21 {
    background-position: left -160px;
}
.ma-icon-16.icon-19 {
    background-position: left -144px;
}
.ma-icon-16.icon-17 {
    background-position: left -128px;
}
.ma-icon-16.icon-15 {
    background-position: left -112px;
}
.ma-icon-16.icon-13 {
    background-position: left -96px;
}
.ma-icon-16.icon-11 {
    background-position: left -80px;
}
.ma-icon-16.icon-9 {
    background-position: left -64px;
}
.ma-icon-16.icon-7 {
    background-position: left -48px;
}
.ma-icon-16.icon-5 {
    background-position: left -32px;
}
.ma-icon-16.icon-3 {
    background-position: left -16px;
}
.ma-icon-16.icon-1 {
    background-position: left 0px;
}

.promocode {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.promocode span {
    border-bottom: 1px dashed #000;
    text-decoration: none;
    cursor: pointer;
}

.promo-controls {
    width: 287px;
    height: 64px;
    margin-left: 0px;
    margin-top: 24px;
    display: none;
}

.promo-controls input {
    margin-left: -2px;
}

.promo-controls .prom {
    margin-top: 6px;
}
.promo-controls .buttons-set  {
    clear: none;
    margin: -34px 0;
}

.promo-controls .buttons-set a.button, .buttons-set button.button {
    float: right;
}

.promo-error {
    color: red;
    font-size: 14px;
}

.under-promo {
    display: inline-block;
    font-size: 11px;
    border-bottom: 0px!important;
    padding-top: 5px;
}
.error-wrapper {
    text-align: center;
    margin-top: 68px;
    position: relative;
    width: 474px;
    height: 145px;
}
.salesrulesgift-category-grid,
.salesrulesgift-category-list,
.salesrulesgift-product-container {
    position: relative;
}

.salesrules-label {
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    width: 82px;
    height: 81px;
    z-index: 8;
}

.salesruleslabel-promo {
    background-image: url("/img/voblers/akcia-label.png");
}

.salesrulesgift-in-category,
.salesrulesgift-in-product {
    background-image: url("/img/voblers/gift-label.png");
}

.salesruleslabel-discount {
    background-image: url("/img/voblers/znijka-label.png");
}

.salesruleslabel-new {
    background-image: url("/img/voblers/new-label.png");
}

.salesruleslabel-offer {
    background-image: url("/img/akcia-label.png");
}

.products-grid .salesruleslabel-promo,
.products-grid .salesruleslabel-new,
.products-grid .salesruleslabel-offer,
.products-grid .salesruleslabel-discount,
.products-grid .salesrulesgift-in-category {
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    width: 82px;
    height: 81px;
    z-index: 8;
    top: 27px;
    left: 1px;
}
.products-list .salesruleslabel-promo,
.products-list .salesruleslabel-new,
.products-list .salesruleslabel-offer,
.products-list .salesruleslabel-discount,
.products-list .salesrulesgift-in-category {
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    width: 82px;
    height: 81px;
    z-index: 8;
    top: -3px;
    left: 1px;
}
.salesrulesgift-in-product {
    top: 0px;
    left: 0px;
}
.product-essential .salesruleslabel-promo,
.product-essential .salesruleslabel-new,
.product-essential .salesruleslabel-offer,
.product-essential .salesruleslabel-discount,
.product-essential .salesrulesgift-in-category {
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    width: 82px;
    height: 81px;
    z-index: 8;
    top: 0px;
    left: 0px;
}

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }


.col-main {
    width: 100%
}

.pay-button {
    background: #4987f2!important;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding: 5px;
}

.top_phone {
    font-size: 16px;
    line-height: 24px;
    margin-left: 325px;
    margin-top: 23px;
    position: absolute;
    width: 200px;
}

.show_more {
	cursor: pointer;
	font-style: italic;
}

.price-block {
    display: inline-flex;
    margin-top: 21px;
}

.price-block input {
    width: 60px;
    padding: 4px;
    margin: -5px 10px 10px 10px;
}

#slider-range {
	height: 1px;
	margin-top: 10px;
}
#slider-range > .ui-state-default {
	border: 1px solid #0058FF;
	background: #0058FF url(/img/ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	margin-top: -4px;
}

.button-block {
	float: right;
	display: inline-block;
	margin-top: 6px;
}

.button-block .green {
	color: green;
	cursor: pointer;
}

.button-block .red {
	color: red;
	cursor: pointer;
}

#pricechange {
    font-weight: normal!important;
    text-decoration: underline;
    cursor: pointer;
}

.selected-filter {
	/*background: #f8f8f8;*/
	display: inline-block;
	padding: 5px 10px 5px 0px;
	cursor: pointer;
	text-decoration: none;
}

.selected-filter span {
    background: url(/img/checked_bg.png) center center no-repeat;
    display: inline-block;
}

.good_count {
    margin: -9px 0px 7px 1px;
}

.good_count-delete {
    float: right;
}

.good .shop-block-list {
    width: 192px;
    margin-top: 134px;
    margin-left: 4px;
}

.good .shop-block-list > .good-price {
    color: #000;
    font-size: 17px;
    padding: 7px 0;
    text-align: center;
    float: left;
    background-color: #f9f9f9;
    width: 50%;
}

.good .shop-block-list > .pay-button {
    width: 50%;
    font-size: 17px;
    float: right;
    height: 27px;
    padding: 0px;
    line-height: 17px;
}

.feedback-select {
	height: 30px;
	background-color: white;
}

.feedback-area {
	width: 500px;
	height: 70px;
	background-color: white;
	resize: none;
	display: block;
	font-size: 14px;
}

.feedback-form .button {
	width: 130px;
	display: block;
	float: right;
	margin-top: 10px;
}

.feedback-form {
	margin-top: 10px;
}

.feedback-form span {
    font-size: 11px;
	margin: 22px 0px;
	display: block;
}

.feedback-modal {
    cursor: pointer;
}
.thank_you {
    font-size: 14px;
}
.vobler-tile {
    position: relative;
    top: -29px;
    left: 124px;
}

.vobler-line {
    position: relative;
    top: -153px;
    left: -66px;
}

.product-image-large .vobler-line {
    top: 29px;
    left: -3px;
}

.fadeout {
	position: absolute;
	bottom: 0em;
	width:100%;
	height: 4em;
	background: -webkit-linear-gradient(
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%
	);
	background-image: -moz-linear-gradient(
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%
	);
	background-image: -o-linear-gradient(
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%
	);
	background-image: linear-gradient(
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%
	);
	background-image: -ms-linear-gradient(
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%
	);
}

.article_image {
	height: 145px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.partner_list {

}

.partner_list div {
        padding: 10px;
        float: left;
        width: 165px;
        height: 50px;
        overflow: hidden;
        text-align: center;
}

.partner_list div img {
        width: 140px;
        border: 0px;
}

.action-line_text {
	color: red;
	font-weight: bold;
}

.show_kits:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* BRANDING */

a#branding-bg-pickit {
position: fixed;
text-indent: -9999px;
width: 100%;
height: 100%;
top: 100px;
left: 0;
background: url(http://foto.ua/sm/site/fileslibrary/img/branding/branding_pickit.png) no-repeat scroll center top;
cursor: pointer;
z-index: 0;
}