body {
    font-family: Arial;
    font-size: 12px;
    color: #677180;
}

#container {
    width: 990px;
    margin: 0 auto;
    padding: 0;
}

/* top menu */

#menu {
    float:left;
    width:100%;
    overflow:hidden;
    position:relative;
}

#menu ul {
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:50%;
    text-align:center;
}

#menu ul li {
    display:block;
    float:left;
    list-style:none;
    margin:0 10px;
    padding:0;
    position:relative;
    right:50%;
}

#menu ul li.separator {color: #d2d2d2;}
#menu ul li.separator:before {content: '|';}

#menu ul li a {
    display:block;
    color:#677180;
    font-size: 12px;
    text-decoration:none;
}

#menu ul li a.active, #menu ul li a:hover {color:#677180; font-weight: 700;}


/* widths */

.two-three {
    width: 625px;
    overflow: hidden;
}

.one-three {
    width: 295px;
    margin-left: 20px;
    overflow: hidden;
}

.full {
    width: 940px;
    overflow: hidden;
}

.margin-left {
    margin-left: 15px;
}

.margin-top {
    margin-top: 25px;
}

.negative-margin-top {
    margin-top: -25px;
}

.overflowed {
    overflow: hidden;
}

.padding {
    padding: 0 15px;
}

/* header */

#header {
    text-align: center;
    overflow: hidden;
    padding-top: 40px;
}

#header h1 {
    font-weight: normal;
    font-size: 30px;
    margin: 0;
    padding: 0;
}

/* boxes */

#box-wrapper {
    margin: 40px auto 50px auto;
    max-width: 990px;
    position: relative;
    perspective: 900; 
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center;
}

.box {
    min-height: 250px;
    width: 182px;
    display: inline-block;
    margin: 0 -50px;  
    transform: rotateY(45deg);  
    -webkit-transform: rotateY(45deg);
    -moz-transform: rotateY(45deg);
    transition: .3s;
    border: 1px solid #d7dde2;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

.box.current {
    margin: 0 35px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    z-index: 100 !important;
}

.box.current ~ .box {
    transform: rotateY(-45deg);
    -webkit-transform: rotateY(-45deg);
    -moz-transform: rotateY(-45deg);
}

.box .title {
    width: 182px;
    height: 70px;
    color: #fff;
    font-size: 14px;
    background: url('../images/box-inactive.png') no-repeat;
    text-align: center;
    padding-top: 21px;
}

.box.current .title {background: url('../images/box-active.png') no-repeat;}

.box .title span {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
}

.box .title span sup {
    font-size: 14px;
}

.box .title span .currency {
    font-size: 14px;
    margin-left: -1px;
}

.box .even, .box .odd {
    text-align: center;
    font-size: 12px;
    color: #677180;
    line-height: 37px;
    vertical-align: middle;
    height: 37px;
    overflow: hidden;
}

.box .even {background:#f2f4f6;}

.box .order {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    background: #515b6b;
    border-top: 3px solid #4b97e1;
    text-align: left;
    padding-left: 15px;
}

.box .order:hover {
    color: #eee;
}

.box .order a {
    display: block;
    width: 50px;
    height: 40px;
    background: url('../images/ico-cart.png') no-repeat;
    float: right;
    cursor: pointer;
}

.newbox1 .ttable .vtip_description {
    background-position: left center;
}

h3.modern {
    font-size: 14px;
    color: #4892d9;
    font-style: italic;
    letter-spacing: 0;
    text-transform: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #cdd3d9;
    background: url('../images/heading-bg.png') no-repeat bottom left;
}

#updater label {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    color: #515b6b;
    width: 125px;
    text-align: right;
    padding-right: 5px;
}

#updater input, #updater select {
    width: 65% !important;
}

.newbox1 {
    background: #fff;
    border-radius: 0;
    box-shadow: 1px 2px 1px #ECECEC;
}

.newchecker td.bord {
    border: none;
}

#cart .btn {
    width: 110px !important;
    height: 28px !important;
    background: url('../images/btn-blue.png') no-repeat;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: Arial;
    font-weight: 700;
    box-shadow: 0 1px 1px #c5c5c5;
    text-shadow: 0 1px 1px #477eb4;
    border: 0;
}

#cart .btn:hover {
    color: #fff;
    opacity: 0.9;
    text-decoration: none;
    background: url('../images/btn-blue.png') no-repeat;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

#checksubmit-cu {
    display: block;
    width: 200px;
    height: 46px;
    margin: 10px auto;
    background: url('../images/btn-green.png') no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    box-shadow: 0 1px 1px #c5c5c5;
    text-shadow: 0 1px 1px #689626;
}

#checksubmit-cu:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

#cart3 label {
    font-weight: 700;
    font-size: 12px;
    color: #515b6b;
}

#cart3 .cf_option {
    background: none !important;
    padding-left: 15px !important;
}

/* slides */

#cart3 .slides {
    background: url('../images/scroll-rep-left.png') repeat-x;
    padding: 0;
    height: 12px;
    border-radius: 7px;
}

#cart3 .ui-slider-range {
    background: url('../images/scroll-rep.png') repeat-x;
    padding: 0;
    height: 12px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#cart3 .sr {
    display: none;
}

#cart3 .sl {
    display: none;
}

#cart3 .slides .ui-slider-handle {
    width: 15px;
    height: 20px;
    background: url('../images/slider-drag-min.png') no-repeat;
    top: -2px;
    margin-left: -8px;
}

#cart3 .slides .ui-slider-handle:hover, .slides .ui-slider-handle:active {
    background: url('../images/slider-drag-min.png') no-repeat;
}

ul.wbox_menu {
    list-style: none;
    position: relative;
    bottom: auto;
    right: auto;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #cdd3d9;
    border-top: 1px solid #cdd3d9;
    border-right: 1px solid #cdd3d9;
    background: #efeeeb url('../images/tabbme_bg.gif') repeat-x top;
}

ul.wbox_menu li {
    margin: 0;
    font-size: 12px;
    border-left: 1px solid #cdd3d9 !important;
    border-bottom: none !important;
    border-right: none !important;
    padding: 10px 25px;
    background-position: top left;
    margin-top: -1px;
}

ul.wbox_menu li:last-child, ul.tabbme li:last-child.on {
    border-right: 1px solid #cdd3d9 !important;
}

ul.tabbme li.on {
    color: #515b6b;
    border-right: none !important;
    border-bottom: none !important;
}

.newbox1header ul.wbox_menu {right:0;}

#prices tr td {padding:10px 0;}

/* main slider */

#box-slider .box-slide {
    width: 100%;
    height: 11px;
    position: relative;
    background: url('../images/slider-bg.png') repeat-x center;
    border-radius: 10px;
    overflow: visible;
    cursor: pointer;
    margin: 30px auto 40px;
}

#box-slider .box-slide .ui-slider-handle {
    display: block;
    cursor: pointer;
    width: 27px;
    height: 41px;
    background: url('../images/slider-drag.png') no-repeat;
    position: absolute;
    top: -15px;
    margin-left: -14px;
}

#cart input, #cart select, #cart textarea {
	border: 1px solid #c3cdd8;
}

#cart textarea {
	background: #fff;
}

.newbox1 {
	border: 1px solid #cdd3d9;
}