/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: Verdana, sans-serif;
	width: 100%;
	height: 100%;
}

a {
	color: #3d549a;
	text-decoration: underline;
	font-family: 'Cuprum', sans-serif;
}

a:hover {
	text-decoration: none;
}

.upp {
	text-transform: uppercase;
}

p {
	font-family: Verdana, sans-serif;
	line-height: 12px;
	line-height: 20px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Cuprum', sans-serif;
}

h1 {
	font-size: 30px;
	line-height: 30px;
}

h2 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}

h3, h4 {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

h5 {
	font-size: 16px;
	line-height: 16px;
}

@font-face {
    font-family: 'MyriadProCondensed';
    src: url('fonts/myriad_pro_condensed.eot');
    src: url('fonts/myriad_pro_condensed.eot') format('embedded-opentype'),
         url('fonts/myriad_pro_condensed.woff') format('woff'),
         url('fonts/myriad_pro_condensed.ttf') format('truetype'),
         url('fonts/myriad_pro_condensed.svg#MyriadProCondensed') format('svg');
}


@font-face {
    font-family: 'MyriadProBoldCondensed';
    src: url('fonts/myriad_pro_bold_condensed.eot');
    src: url('fonts/myriad_pro_bold_condensed.eot') format('embedded-opentype'),
         url('fonts/myriad_pro_bold_condensed.woff') format('woff'),
         url('fonts/myriad_pro_bold_condensed.ttf') format('truetype'),
         url('fonts/myriad_pro_bold_condensed.svg#MyriadProBoldCondensed') format('svg');
}



.clb {
clear: both !important;
}

.wrapper {


	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 230px;
	width: 960px;
	margin: 0 auto;
}

.header_container {
	padding-top: 20px;
}

.contacts_wrapper {
	padding-top: 20px;
}

.logo {
	float: left;
	padding-top: 20px;
}

.title_container {
	padding: 20px 0 0 20px;
	float: left;
}

.title_container {
	height: 70px;
	float: left;
	width: 440px;
}

.title_text {
	padding-top: 10px;
	height: 70px;
	float: left;
}

.title_text a {
	text-decoration: none;
}

.title_text_first a, .title_text_third a {
	font-family: 'MyriadProCondensed', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	color: #232020;
}

.title_text_second {
	font-family: 'MyriadProBoldCondensed', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #3d549a;
}

.phone_container {
	font-family: 'Cuprum', sans-serif;
	float: right;
	margin-top: 15px;
}

.phone_text_first {
	font-size: 30px;
	line-height: 30px;
	color: #232020;
	text-align: right;
	font-family: 'Cuprum', sans-serif;

}

.phone_text_first span {
	font-size: 18px;
	padding-right: 5px;
	color: #606060;
	font-family: 'Cuprum', sans-serif;
}

.phone_text_second {
	font-size: 16px;
	line-height: 16px;
	text-align: right;
	font-family: 'Cuprum', sans-serif;
}

.phone_text_second a {
	border-bottom: 1px dotted #606060;
	color: #606060;
	text-decoration: none;
}

.phone_text_second a:hover {
	border-bottom: 0;
	text-decoration: none;
}

.skype_container {
	text-align: right;
	width: 220px;
	padding-left: 55px;
	color: #606060;
	float: left;	
	font-family: 'Cuprum', sans-serif;
}

.skype_text_first {
	font-size: 16px;
	line-height: 16px;
	font-family: 'Cuprum', sans-serif;
	padding-top: 5px;
	color: #606060;
}

.skype_text_second {
	font-size: 18px;
	line-height: 18px;
	padding-top: 10px;
	font-family: 'Cuprum', sans-serif;
}

.skype_text_second a {
	color: #3d549a;
	text-decoration: underline;
	font-family: 'Cuprum', sans-serif;
}

.skype_text_second a:hover {
	text-decoration: none;
}

.skype_text_third {
	font-size: 16px;
	line-height: 16px;
	padding-top: 10px;
	font-family: 'Cuprum', sans-serif;
}

.skype_text_third a {
	color: #606060;
	border-bottom: 1px dotted #606060;
	text-decoration: none;
}

.skype_text_third a:hover {
	border-bottom: 0;
	text-decoration: none;
}

/* Slider
-----------------------------------------------------------------------------*/
.bxslider {
	padding: 20px 0 230px;
}

.slider_element {
		height: 400px;
		font-family: 'Cuprum', sans-serif;
}

.slider_element_description {
	width: 360px;
	float: left;
	padding: 50px 0 0 50px;
	font-family: 'Cuprum', sans-serif;
}
.slider_element_image {
	width: 500px;
	float: left;
}
.slider_description_title {
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-family: 'Cuprum', sans-serif;
}
.slider_description_price {
	padding-top: 30px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	font-family: 'Cuprum', sans-serif;
}
.slider_description_price span {
	font-size: 30px;
	padding: 0 5px 0 5px;
	font-family: 'Cuprum', sans-serif;
}
.slider_button {
	width: 200px;
	height: 50px;
	border: 0;
	padding-top: 40px;
	padding-left: 100px;
	text-align: center;
	font-family: 'Cuprum', sans-serif;
}
.slider_button a {
	width: 200px;
	height: 50px;
	color:#fff;
	text-decoration: none;
	display: block;
	line-height: 50px;
	background: #3d549a;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Cuprum', sans-serif;
}
.slider_button a:hover {
	text-decoration: underline;
	background: #435383;
}

.bxslider_after {
	background: url(images/bxslider_after.jpg) repeat-x;
	height: 18px;
	margin-top: 20px;
}


/* Middle
-----------------------------------------------------------------------------*/

.middle {
	/*padding: 20px 0 20px 0;*/
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 250px;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}

/*.content ul {
	list-style: square outside;
}*/
.content p, .content ul li {
	margin-bottom: 5px;
	line-height: 20px;
}

.underline {
	width: 60px;
	height: 2px;
	background-color: #ed1d24;
	clear: both;
}

.stylish-list {
	list-style-image: url(images/stylish_list.png);
	padding-left: 20px;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 320px;
	margin-left: -100%;
	position: relative;
	background: #B5E3FF;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -250px auto 0;
	width: 100%;
	height: 250px;
	position: relative;
}

.footer_wrapper {
	height: 140px;
	width: 100%;
	background: #232323;

}
.footer_menu {
	width: 960px;
	margin: 0 auto;
	padding-top: 25px;
}

.footer_menu > div {
	float: left;
	width: 140px;
	padding-left: 10px;
}
.footer_menu ul li, .footer_menu ul li a {
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	line-height: 22px;
}
.footer_menu ul li {
	color:#fff;
}
.footer_menu ul li a {
	color: #b7c9fb;
	text-decoration: underline;
}
.footer_menu ul li a:hover {
	text-decoration: none;
}
.footer_menu_fourth, .footer_menu_fifth {
	width: 210px !important;
}
.footer_menu_fifth p, .footer_menu_fifth p span, .footer_menu_fifth p a{
	color: #fff;
	text-align: left;
}
.copyrights {
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
}
.copyright {
	float: left;
	text-transform: uppercase;
}
.developer {
	float: right;
}
.developer a {
	text-decoration: underline;
	color: #3d549a;
}
.developer a:hover {
	text-decoration: none;
}

.footer .skype_text_second {
	padding-top: 10px;
}

.footer .skype_text_third {
	padding-top: 15px;
}
/* filter
-----------------------------------------------------------------------------*/
.bx_sidebar {
	background: none !important;
}

/*WEBTRUST*/
.content {
  margin-bottom:30px !important;
}
.content a {
  color: #3d549a;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin:30px 0px 10px 0px;
  font-family: 'Cuprum',sans-serif;
}
.content h1 {
  margin:0px 0px 10px 0px;
  font-size: 30px;
}
.content h2 {
  font-size: 24px;
}
.content h3,
.content h4 {
  font-size: 18px;
}
.content h4 {
  text-transform:none;
}
.content h5 {
	font-weight:bold;
}
.content h5,
.content h6 {
  font-size: 16px;
}
.content ul {
  list-style-image: url("/bitrix/templates/is_template/liststyle.png");
  padding-left: 20px;
}
.content ul li {
  margin: 10px 0;
}
.content ol {
  list-style: none;
  padding-left: 20px;
  counter-reset: point;
}
.content ol li {
  margin: 10px 0;
  position: relative;
}
.content ol li:before {
  content: counter(point)". ";
  counter-increment: point 1;
  position: absolute;
  left: -15px;
  top: -1px;
  color: #ea0005;
  font: 14px 'Cuprum',sans-serif;
}
.content table {
  border-spacing: 0px;
}
.content table tbody tr {
  /*background: #f1f1f1;*/
}
.content table tbody tr:nth-child(2n) {
  background: white;
}
.content table tbody tr:nth-child(n+2) td {
  border-top: none;
}
.content table tbody tr td {
  vertical-align: top;
  border: 1px solid #cdcdcd;
  padding: 10px;
  line-height: 1.4;
  
}
.content table tbody tr td:nth-child(n+2) {
  border-left: none;
}
.content img {
	margin:5px;
}

.authorization {
    -moz-box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    margin: 9px 0 0 10px;
    text-align: right;
    vertical-align: top;
    width: 235px;
    float: right;
}

.authorization .registration {
    background: url("/bitrix/templates/is_template/images/registration.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    display: inline-block;
    padding-left: 20px;
}

.authorization a {
    color: #3D549A;
    font-family: 'Cuprum',sans-serif;
    text-decoration: none;
    text-transform: uppercase;
	font-size: 14px;
}

.authorization .login {
    background: url("/bitrix/templates/is_template/images/login.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    display: inline-block;
    margin-left: 45px;
    padding-left: 20px;
}

#horizontal-multilevel-menu li a.root-item-selected {
    background: url("/bitrix/templates/is_template/images/hoverleft.png") no-repeat scroll 0 50%, url("/bitrix/templates/is_template/images/hoverright.png") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
    color: #FFFFFF;
    height: 72px;
}

#horizontal-multilevel-menu li a:hover {
    background: url("/bitrix/templates/is_template/images/hover.jpg") no-repeat scroll 50% 0 / 100% 100% rgba(0, 0, 0, 0);
}

ul.breadcrumb-navigation{
    margin: 0 0 10px !important;
	padding-left:0px !important;
}


ul.breadcrumb-navigation li:nth-child(even) span {
    background: url("/bitrix/templates/is_template/images/sepor.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    display: inline-block;
    height: 10px;
    position: relative;
    text-indent: 9000px;
    top: 7px;
    width: 25px;
}

.last_breadcrumb{
    background: url("/bitrix/templates/is_template/images/path.png") no-repeat scroll 0 100% rgba(0, 0, 0, 0);
    color: #202020;
    display: inline-block !important;
    font-size: 18px;
    text-transform: uppercase;
	line-height: 33px !important;

}

.bx_ordercart .bx_ordercart_order_table_container {
    border: none;
    border-radius: 0;
}

table#basket_items {
  font: 18px 'Cuprum',sans-serif;
  margin: 0 0 -1px;
  border: none;
}
table#basket_items .select {
  width: 90px;
  margin: 0;
  display: inline-block;
}
table#basket_items tr {
  vertical-align: middle;
}
table#basket_items tr:nth-child(n+2) {
  background: white;
}
table#basket_items tr td {
  vertical-align: middle;
  border: 1px solid #CDCDCD;
}
table#basket_items tr td button {
  font-size: 12px;
  line-height: 26px;
  display: block;
  color: white;
  border: none;
  margin: 0;
  background: #3d549a;
  cursor: pointer;
}
table#basket_items thead tr td {
  vertical-align: baseline;
  text-align: left !important;
  font-size: 18px !important;
}
table#basket_items thead tr td img {
  float: left;
  margin-right: 20px;
}
table#basket_items thead tr td a {
  display: block;
  margin-left: 100px;
  margin-bottom: 36px;
  font: 12px "Verdana";
}
table#basket_items thead tr td button {
  position: absolute;
  bottom: 10px;
  left: 110px;
  padding: 0 20px;
}
table#basket_items tr td:last-child button {
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
}

table#basket_items tr:last-child td span {
  margin-left: 50px;
}

.bx_ordercart_order_sum{
    border: 1px solid #CDCDCD;

    font-size: 22px !important;
    line-height: 45px !important;
    font-weight: normal !important;
}

.fwb{
    font-weight: normal !important;
    padding-right: 60px !important;
}

#basket_toolbar_button_delayed{
    text-decoration: none;
    border-bottom: 1px dashed;
    height: 28px;
    margin-bottom: 20px;
    display: inline-block;
    width: 105px;
}

.bx_ordercart_itemtitle a
{
    font-weight: normal !important;
}

.total_price {
    font-weight: normal !important;
}

/************************************************* form *********************************************************/

.personal {
  font-weight: bold;
  padding-top: 10px;
}
.personal label {
  display: block;
  margin-bottom: 15px;
}
.personal input {
  display: block;
  margin: 5px 0 !important;
  width: 380px !important;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CDCDCD;
}
.personal .select {
  width: 380px !important;
}

.select:after {
    background: url("/bitrix/templates/is_template/images/select.jpg") no-repeat scroll 100% 0 rgba(0, 0, 0, 0);
    content: "";
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    z-index: 1;
}

.select {
    -moz-box-sizing: border-box;
    border: 1px solid #CDCDCD;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    width: 270px;
}
.select {
    -moz-box-sizing: border-box;
    border: 1px solid #CDCDCD;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    width: 270px;
}

.personal select {
  color: #707070;
  width: 100% !important;
  border: medium none;
  margin-top: 3px;
  padding-bottom: 3px;
  width: 255px;
}
.personal .small {
  font-size: 11px;
  font-weight: normal;
  color: #707070;
}
.personal button {
  border: none;
  display: block;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font: 14px/36px 'Cuprum',sans-serif;
  color: white;
  background: #3d549a;
  background: url(/bitrix/templates/is_template/images/leftsmall.png) 0 50% no-repeat, url(/bitrix/templates/is_template/images/rightsmall.png) 100% 50% no-repeat #3d549a;
  width: 220px;
  margin-top: 20px;
}

.logo img{
    width: 80px;
    height: 80px;
}

.phone_text_first {
    margin-left: -75px;
}
.phone_text_second{
    margin-left: -75px;
}

.title_text_first a{
    font-size: 12px;
    line-height: 12px;
}

.title_text_second a{
    font-size: 31px;
    line-height: 31px;
}

.title_text_third a{
    font-size: 12px;
    line-height: 12px;
}

.phone_container{
    text-align: right;
    font-size: 16px;
    line-height: 26px;
    margin-top: 7px;
}

.phone_container a{
    font-size: 16px;
    line-height: 26px;
}

.skype_container{
    float: right;
    width: 300px;
    padding-left: 25px;
    padding-top: 38px;
}

.bx_search_container .bx_field .bx_input_submit {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 27px;
    border: none;
    background: url('/bitrix/templates/is_template/components/bitrix/search.title/is.search.title/images/search_button.png') no-repeat left center;
    cursor: pointer;
    height: 27px;
}

.bx_search_container .bx_field .bx_input_text {
    position: absolute;
    left: -75px;
    top: -2px;
    padding-left: 5px;
    padding-right: 20px;

    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 27px;
    width: 340px;
    border: 1px solid #cbcbcb;
    margin: 0;
    padding: 0 0 0 10px;
    font: 11px Verdana;
    line-height: 27px;
    color: #909090;
    background: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.skype_text_third{
    display: none;
}

.bx_search_container {
    height: 27px;
    line-height: 27px;
    margin-top: 25px;
}

.phone_text_first {
    text-align: left;
    font-size: 26px;
}

.phone_text_first span {
    font-size: 26px;
}

.phone_text_second {
    text-align: left;
}

.basket{
    text-align: right;
    margin-top: 21px;
    position: absolute;
    right: 0;
    top: 95px;
    width: 210px;
}

.basket > div {
    font-size: 16px;
    line-height: 22px;
    padding-top: 3px;
}


.basket > div a {
    text-decoration: none;
    border-bottom: 1px dashed #3d549a;
}

.basket > div span {
    color: #606060;
}

.basket .img{
    float: right;
    margin-left: 10px;
    border: none;
}

.header_container {
    position: relative;
}

.counters {
    width: 380px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    margin-top: -8px;
    float: left;
    margin-left: 92px;
}

.footer_menu {
    padding-top: 18px;
}

.footer_menu ul li, .footer_menu ul li a {
    line-height: 25px;
}

.footer .skype_text_third {
    display: inline-block;
    padding-top: 15px;
}

.footer .phone_text_first {
    margin-left: 0;
}

.footer .phone_text_first span {
    font-size: 18px;
}

.footer .skype_text_second {
    padding-top: 0px;
    margin-top: 0px;
}

#order_form_content .bx_block {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 15px;
    margin-bottom: 10px;
    vertical-align: middle;
    
    color: #202020;

    font-size: 12px;
    font-family: "Verdana";
    vertical-align: baseline;
}

#order_form_content .bx_block .bx_sof_req{
    color: #202020;
}

#order_form_content .r3x1 {
    width: 620px !important;
    float: left;
}

#order_form_content input[type="text"] {
    width: 380px !important;
    height: 20px !important;
    padding: 1px;
    background-color: white !important;
    border: 1px solid #cdcdcd !important;
    border-radius: 0;
    box-shadow: none !important;
    float: left;
}

#order_form_content textarea {
    background-color: white !important;
    border: 1px solid #cdcdcd !important;
    border-radius: 0;
    resize: none;
    width: 780px;
    box-shadow: none !important;
    max-width: 100%;
    
}

.bx_ordercart_order_pay_right{
    margin-bottom: 20px;
}

.bx_sort_container .current{
    border-bottom: none !important;
    width: 142px !important;
    height: 51px !important;
    margin-bottom: 0 !important;
    line-height: 30px;
}

#basket_items_delayed td {
    border: 1px solid #cdcdcd;
}

.profile_main select {
    width: 255px;
    margin-top: 3px !important;
    outline: none !important;
}

.wrp {
    display: inline-block;
    width: 220px;
    text-align: left;
    color: #707070;
    line-height: 18px;
}

.wrp a{
    margin-bottom: 10px;
}

.delete_button {
    margin-top: 21px !important;
}

#ORDER_DESCRIPTION{
    width: 100% !important;
}

.bx_ordercart_order_table_container td{
    border: 1px solid #cdcdcd;
}

.bx_ordercart .bx_ordercart_order_table_container table thead td {
    background: #ffffff;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child td {
border-bottom: 1px solid #cdcdcd;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.item {
    /*width: auto;
    line-height: 18px;*/
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
    color: #3D549A !important;
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a:hover {
    text-decoration: none;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle {
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    line-height: 18px !important;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{
    font-weight: normal;
}

.center{
    text-align: center;
}

.bx_ordercart .bx_ordercart_order_table_container table thead td{
    font-weight: bold !important;
    font-size: 12px !important;
}

.bx_ordercart .bx_ordercart_order_pay {
    padding: 0; 
}

.bx_ordercart_order_pay_center a
{
    position: relative;
    display: inline-block;
    height: 35px !important;
    width: 220px !important;
    background: url(/bitrix/templates/is_template/images/leftsmall.png) 0 50% no-repeat, url(/bitrix/templates/is_template/images/rightsmall.png) 100% 50% no-repeat #3d549a !important;
    font-family: 'Cuprum', sans-serif;
    font-size: 18px !important;
    line-height: 35px !important;
    text-transform: uppercase;
    text-align: center;
    color: #f1f1f1 !important;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 0 !important;
    font-weight: normal !important;
    float: left;
}

.columns_box {
    font-size: 12px;
    line-height: 18px;
}

.columns_box {
    max-width: 960px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.columns_box table tbody tr {
background: #f1f1f1;
}

.columns_box table tbody tr td {
    vertical-align: top;
    border: 1px solid #cdcdcd;
    padding: 10px;
}

.columns_box p {
    margin: 15px 0;
}

div.bx_section div.bx_block div.bx_element input[type=radio], div.bx_section div.bx_block div.bx_element input[type=checkbox], #order_form_div .sale_order_table .ps_logo input[type=radio], #order_form_div .account input[type=checkbox] {
    /*display: block;*/
}

/************************************************* order *********************************************************/

h2.order {
  float: left;
  margin: 8px 50px 8px 0;
}
menu.order {
  margin-bottom: 35px;
}
menu.order li {
  display: inline-block;
  margin: 0 10px;
  padding: 0 10px;
  border: 2px solid transparent;
  position: relative;
}
menu.order li.active {
  border: #ea0005 solid 2px;
}
menu.order li.active:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -12px;
  border-width: 12px 10px 0 10px;
  border-color: #ea0005 transparent transparent transparent;
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
menu.order li.active:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -10px;
  border-width: 10px 8px 0 8px;
  border-color: white transparent transparent transparent;
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
menu.order li.active a {
  border: none;
  color: #202020;
}
menu.order li a {
  border-bottom: 1px dashed #3d549a;
  text-decoration: none;
  font: 18px/40px 'Cuprum';
}
/************************************************* order *********************************************************/

table.order tbody tr:first-child {
  font-weight: bold;
}
table.order tbody tr:nth-child(n+2) {
  background: white;
}
table.order tbody tr td:nth-child(2),
table.order tbody tr td:nth-child(3) {
  text-align: center;
}
.view {
  padding-top: 35px;
  margin-bottom: 35px;
}
.view:after {
  content: "";
  clear: both;
  display: block;
}
.view span {
  display: inline-block;
  padding: 0 10px;
  background: #3d549a;
  line-height: 26px;
  color: white;
  cursor: pointer;
}
.view .select {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: 140px;
  margin-left: 10px;
}
.view label {
  float: right;
}



/*********************************************** buttonAddCart ******************************************************/

.buttonAddCart {
	display: block;
	text-align: center;
	width: auto;
}
.buttonAddCart .bt {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	display: block;
	background-color: #3d549a;
	color: #ffffff;
	width: auto;
	text-align: center;
	border: 0px;
	padding:5px 8px;
}
.buttonAddCart .bt:hover {
	cursor:pointer;
	background-color: #2a4086;
	color: #f1f1f1;
	text-decoration: underline;
}


















