/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #e98338; color: #fff; text-shadow: none; }
::selection { background: #e98338; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
/* a:visited { color: #551a8b; } */
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */
html{background:#000;}
body{background:#dae1eb url(images/tefter_top_bgr.png) 0 0 repeat-x;font:12px/1.5 'Lucida Grande','Lucida Sans Unicode',sans-serif;text-align:center;}
a{color:#79aff2;text-decoration:none;}
a:focus {outline:none;}
a:hover{text-decoration:underline;}
/* layout setting */
.container {margin:0 auto;width:960px;text-align:left;}
/* columns, main & additional column widths */
.tgrid6{padding:0 15px;/* overflow:hidden; */}
.tgrid5,.tgrid4,.tgrid3,.tgrid2,.tgrid1{margin:0 15px;overflow:hidden;}
.tgrid5i,.tgrid4i,.tgrid4i,.tgrid3i,.tgrid2i{margin-right:0;margin-left:0;overflow:hidden;}

.tgrid6{width:930px;}
.tgrid5i{width:775px;}
.tgrid5{width:745px;}
.tgrid4i{width:620px;}
.tgrid4{width:590px;}
.tgrid3i{width:465px;}
.tgrid3{width:435px;}
.tgrid2i{width:310px;}
.tgrid2{width:280px;}
.tgrid1{width:125px;}

.ofv{overflow:visible;}
/* content objects */
.header{line-height:60px;height:60px;color:#fff;}
.logo{padding-top:15px;line-height:1;}
.nav{ }

.page{background:url(images/page_header.png) center top no-repeat;}
.content{background:#303946;padding:25px 0;text-shadow: 1px 1px 0 rgba(0,0,0,0.60);}
.content_bottom{padding-bottom:15px;background:url(images/content_bottom.png) center bottom no-repeat;}
.footer{color:#fff;background:#000;padding: 45px 0;}
.footer .tgrid1 { width: auto; margin: 0 60px 0 0; }
.footer_block_head{font-size:16px;font-weight:normal;margin:0 0 5px 0;}
.footer_block{font-size:13px;color:#b0b7c1;}
.footer_block li{margin-bottom:5px;}
.footer_block a{color:#7a8493;text-decoration:none;}
.footer_block a:hover{text-decoration:underline;}
.copyright{padding:20px 20px 0;font-size:11px;color:#48576b;border-top: 1px dotted #213145;}
.footer nav { margin-left: 15px;}

.tefter_branding_bottom{width:180px;margin:0;border-left: 1px dotted #213145;padding-left: 20px;font-size:12px;color:#48576b;}

.main_nav{font-size:14px;color:#eee;font-weight:bold;}
.main_nav li{float:left;margin-right:5px;}
.main_nav a{display:inline-block;height:31px;line-height:31px;color:#eee;text-decoration:none;padding:0 10px;}
.main_nav a:hover,.main_nav a.active{background:#5c6675 url(images/main_nav_bgr.png) 0 0 repeat-x;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.main_nav a.active{color:#222a36;text-shadow:1px 1px 0 rgba(255,255,255,0.28);}

.user_menu li{margin-right:10px;}
.user_menu li.last{margin-right:0;}
.user_menu a{color:#d0d0d0;text-shadow:1px 1px 0 rgba(0,0,0,0.65);line-height: 30px;}
.user_menu a:hover{color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,0.25);}

.my_account{position:relative;}
.my_account a{display:inline-block;padding:0 0 0 12px;width:128px;height:31px;line-height:30px;background:url(images/my_account_btn.png) 0 0 no-repeat;}
.my_account a:hover,.my_account a.opened{color:#fff;background:url(images/my_account_btn.png) 0 -40px no-repeat;}
.submenu{display:none;font-size:14px;font-weight:normal;position:absolute;background:url(images/dropdown_bgr.png) center bottom no-repeat;top:45px;left:-3px;padding:0 8px 0 10px;}
.submenu li{margin:0 0 5px 0;line-height:1.5;float:none;border-bottom:1px solid #53585e;}
.submenu li.last{border-bottom:0;}
.submenu li a{color:#b6b5b5;background:none;padding:0;}
.submenu li a:hover{color:#fff;background:none;}

.sign_in_btns a{display:inline-block;padding:0;width:91px;height:31px;line-height:30px;text-align:center;background:url(images/sign_in_btns.png) 0 0 no-repeat;}
.sign_in_btns a:hover{background:url(images/sign_in_btns.png) 0 -40px no-repeat;}

.page_header{height:200px;padding-top:65px;margin:0 30px;text-shadow:1px 1px 0 rgba(0,0,0,0.65);}
.page_header .title{color:#fff;font-size:48px;font-weight:normal;line-height:1;margin:0 0 20px 0;}
.page_header .subtitle{color:#7c94b0;font-size:16px;font-weight:normal;line-height:1.5;margin:0;}

.main{font-size:14px;color:#bcc7d6;}
.core-section-header{font-size:24px;margin:10px 0;color:#d7dde4;}
.main li{margin-bottom:5px;}
.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
	color:#d7dde4;
	}

.blog_posts{list-style-type:none;margin:0;padding:0;}
.blog_post{padding-bottom:20px;margin-bottom:20px;border-bottom: 1px solid #495565;}
.post_meta{font-size: 12px;}
.continue_reading{display:block;width:128px;height:25px;line-height:24px;font-size:13px;color:#212935;text-align:center;text-shadow:1px 1px 0 rgba(255,255,255,0.28);background:url(images/continue_reading_btn.png) 0 0 no-repeat;}
.continue_reading:hover{text-decoration:none;}

.colum_sep{background:url(images/colum_sep.gif) 480px 0 repeat-y;}

.fieldset_head{margin:0 15px 20px 15px;padding-bottom:5px;border-bottom:1px solid #495565;}
.fieldset_head .title{margin:0;}
.form_field{margin-bottom:25px;}
.form_field_hint{font-size:11px;color:#b0b7c2;margin:5px 0 0 0;}
label{display:inline-block;font-size:16px;color:#9daaba;margin-bottom:5px;}
input[type="text"],input[type="password"],textarea{display:block !important;font-size: 15px !important;font-weight: bold !important;}
input[type="text"],input[type="password"],textarea{height:22px !important;width:365px !important;padding:5px !important;background:#fff url(images/input_text_bgr.gif) 0 0 repeat-x !important;border:1px solid #172940 !important;border-radius:2px !important;-moz-border-radius:2px !important;-webkit-border-radius:2px !important;}
textarea{height:100px !important;}

.account_details_form input[type="text"],.account_details_form  input[type="password"],.account_details_form textarea{width:400px;}
.inline_fields input[type="text"],.inline_fields  input[type="password"]{width:180px;}
.mr27{margin-right:27px;}

.send_btn{width:125px;height:51px;line-height:50px;margin-bottom:15px;font-size:18px;color:#212935;text-align:center;text-shadow:1px 1px 00 rgba(255,255,255,0.28);background:url(images/send_btn.png) 0 0 no-repeat;border:0;}

.radio_btns{list-style-type:none;padding:20px;margin:0;border:1px solid #495565;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.radio_btns li{margin-bottom:10px;}
.radio_btns input[type="radio"]{position:absolute;left:-99999px;}
.radio_btns label{padding-left:20px;background:url(images/radio_btns.gif) 0 3px no-repeat;}
.radio_btns label.radio_selected{color:#fce254;background-position:0 -17px;}

#support_form{margin:0 auto;width:375px;}

.credit_card,.paypal_account{display:inline-block;vertical-align:middle;height:30px;line-height:30px;margin-left:10px;background:url(images/credit_cards.gif) 0 0 no-repeat;}
.credit_card{width:215px;background-position:0 0;}
.paypal_account{width:50px;background-position:0 -51px;}

#login_form {margin:0 auto;width:280px;}
#login_form  input[type="text"],#login_form input[type="password"]{width:268px;}
#login_form .form_field_hint{width:auto;}
/* selectbox */
.custom_select{width:377px;color:#2d3541;font-size:16px;cursor:pointer;}
.customStyleSelectBox {background:url(images/selectbox.png) 0 0 no-repeat;width:370px;height:35px;line-height:34px;padding-left:12px;color:#2d3541;font-size:16px;text-shadow:none;cursor:pointer;}
.language_select{width:184px;}
.language_select + .customStyleSelectBox{background:url(images/selectbox_s.png) 0 0 no-repeat;width:172px;}
.customStyleSelectBox.changed{color:#fce254;}
.customStyleSelectBoxInner{}

#user_bio{height:147px;}
.birthday_select{float:left;margin-right:10px;}
.birthday_select select{width:100px;}
.birthday_select select + .customStyleSelectBox{background:url(images/selectbox_ss.png) 0 0 no-repeat;width:88px;}

.btn_holder2{margin:20px 15px 0 15px;}
.save_changes_btn{width:195px;height:51px;line-height:50px;font-size:18px;color:#2c3c14;text-align:center;text-shadow:1px 1px 0 rgba(255,255,255,0.28);background:url(images/save_changes_btn.png) 0 0 no-repeat;border:0;}

.licence_price{font-size:20px;color:#9facbd;margin:0 0 25px 0;}

.sidebar{color:#b0b7c2;padding:15px 0;}
.sidebar .title{font-size:22px;font-weight: normal;margin:0 0 10px 0;padding-left:25px;color:#d7dde4;}

.info_buttons{width:220px;list-style-type:none;margin:0 auto;padding:0;}
.buttons a:hover{text-decoration:none;}
.try_demo_btn,.take_a_tour_btn{font-size:20px;color:#212935;text-shadow:1px 1px 0 rgba(255,255,255,0.28);text-decoration:none;display:block;width:170px;line-height:50px;padding-left:50px;margin-bottom:20px;background:url(images/tour_demo_btns.png) 0 0 no-repeat;}
.try_demo_btn{background-position:0 0;}
.take_a_tour_btn{background-position:0 -70px;}

.safe{margin-top:180px;}

 input[type="reset"]{border:0;background:none;color:#79aff2;font-size:13px;margin-right:25px;}
.btn_holder{position:relative;height:250px;}
.btns_bottom{position:absolute;right:0;bottom:0;}

.success {color: #a0b083; margin-left: 17px;}




.paging_holder{color:#fff;}
.pages{height:23px;text-align:center;padding:1px 10px;margin-right:5px;background:#677487;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;text-shadow:none;}
ul.paging {padding:0;margin:0;list-style-type:none;}
ul.paging li{float:left;margin:0 5px 0 0;}
ul.paging li a,ul.paging li a:hover{height:23px;line-height:23px;text-align:center;vertical-align:middle;padding:1px 10px;display:block;color:#fff;background:url(images/pagination_bgr.png) 0 0 repeat-x;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;text-decoration:none;text-shadow:1px 1px 0 rgba(0,0,0,0.18);}
ul.paging li.currnet a,ul.paging li.inactive a{background:#677487;text-decoration:none;}
.ie7 ul.paging li a img{position:relative;top:3px;}
.brd_btm{border-bottom:1px solid #495565;padding-bottom:20px;margin-bottom:10px;}

.vertical_tabs{padding:0;margin:0 0 30px;}
.vertical_tabs li{}
.vertical_tabs a{display:block;font-size:18px;color:#79aff2;text-decoration:none;padding-left:25px;width:260px;height:55px;line-height:55px;}
.vertical_tabs a:hover,
.vertical_tabs .selected a{color:#fff;background:url(images/selected_tab.png) 0 0 no-repeat;text-decoration:none;}

div.selectbox-wrapper {
	position:absolute;
	width:400px;
	background-color:white;
	border:1px solid #ccc;
	margin:-2px 0 0 5px;
	padding:0px;
	/*font-size:0.8em;*/
	text-align:left;
	max-height:200px;
	overflow:auto;
	z-index:1000;
}
div.selectbox-wrapper ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.selectbox-wrapper ul li.selected { 
	background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
	background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}

.selectbox /* look&fell of  select box*/{
	display : block;
	text-align:left; 
	background: url(images/selectbox_bgr.png) left center no-repeat;
	height:25px;
	line-height:25px;
	width:275px;
	cursor: pointer;
	border:0;
	padding:0 10px;
	margin:0;
	font-size:13px;
	color:#3b3b3b;
}

.captcha-field { overflow: hidden; }

.captcha-field img {
	margin-right: 10px;
	float: left;
	}

.captcha-field #captcha {
	width: 57%;
	float: left;
	}

/*added*/
#search_city_input{width:140px;background: url(images/selectbox_bgr_short.png) left center no-repeat;}

.thide{position:relative;}
.thide span{position:absolute;height:0px;width:0px;overflow: hidden;}
.tbold{font-weight:bold;}
.titalic{font-style:italic;}
.tleft{text-align:left;}
.tright{text-align:right;}
.tcenter{text-align: center;}
.timportant,code{color:#c07a61;}

.center{margin:0 auto;}

.block{display:block;}
.iblock{display:inline-block;}

.fleft{float:left;}
.fright{float:right;}
.clr{clear:both;}

.rel{position:relative;}
.abs{position:absolute;}

.mb130{margin-bottom:130px;}

.mb30{margin-bottom:30px;}
.mb25{margin-bottom:25px;}
.mb20{margin-bottom:20px;}
.mb15{margin-bottom:15px;}
.mb5{margin-bottom:5px;}
.mb0,li.mb0{margin-bottom:0;}
.mr20{margin-right:20px;}
.mr0,ul.mr0{margin-right:0;}

.store-tools {
	margin: 0 14px 0 0;
	float: right;
	}

.core-section { padding: 0 15px !important; }

.core-section-header {
	color: #969da8 !important;
	font-size: 22px !important;
	font-weight: normal !important;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #495565 !important;
	}

label {
	display: inline-bloc !important;
	font-size: 16px !important;
	color: #9DAABA !important;
	margin-bottom: 5px !important;
	}

.core-form-field-required .core-form-field-label { color: #D7DDE4 !important; }

.core-form-field-area-left,
.core-form-field-area-right {
	width: 435px !important;
	}

.store-section-payment-details-cc { width: 415px !important; }

.store-section-payment-details-billing {
	width: 350px !important;
	clear: none !important;
	}

.store-section-payment-details-cc { float: left; }

.store-section-payment-details-billing { float: right; }

.core-form-field-area-right { margin-left: 0 !important; float: right; }

.core-form-field-group { padding-left: 30px; }

.core-form-field-label { margin-bottom: 0 !important; }

.core-form-field + .core-form-field { margin-top: 25px !important; }

.core-form-field { margin-top: 25px !important; }

.core-form-field-body-note { color: #9DAABA !important; font-size: 11px !important; margin-top: 5px !important; }

.store-field-contact-email .core-form-field-body-note { width: 365px !important; }

.store-section-customer-details h3,
.store-section-customer-address h3 {
	display: none;
	}

.content { text-shadow: none !important; }

.store-footer {
	color: #9DAABA !important;
	width: 650px;
	margin: 0 auto;
	}

.store-payment-method-list { padding-left: 30px !important; }

.store-field-address-country select {
	font-size: 15px !important;
	font-weight: bold !important;
	width: auto !important;
	}

.store-page-navigation {
	margin: 1em 15px !important;
	padding: 2em 0 0;
	border-top: 1px solid #495565 !important;
	}

.store-decorate-button .store-page-navigation .store-action-command, .store-decorate-button .store-product-list-item-action-list .store-action-command, .store-decorate-button .store-page-navigation .store-action-command:hover, .store-decorate-button .store-product-list-item-action-list .store-action-command:hover, .store-decorate-button .store-page-navigation .store-action-command:active, .store-decorate-button .store-product-list-item-action-list .store-action-command:active, .store-decorate-button .store-page-navigation .store-action-command:link, .store-decorate-button .store-product-list-item-action-list .store-action-command:link, .store-decorate-button .store-page-navigation .store-action-command:visited, .store-decorate-button .store-product-list-item-action-list .store-action-command:visited, .store-decorate-button .store-page-navigation .store-action-command:focus, .store-decorate-button .store-product-list-item-action-list .store-action-command:focus {
	color:#2c3c14 !important;
	font-size:22px !important;
	line-height:60px !important;
	text-align:right !important;
	text-shadow:1px 1px 0 rgba(255,255,255,0.28) !important;
	background:url(images/order_btn.png) 0 0 repeat-x !important;
	height:61px !important;
	margin-bottom:15px !important;
	padding:0 25px !important;
	border:0 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	}

.store-decorate-silk .store-action-next .store-action-title {
	background: none !important;
	padding-right: 0 !important;
	}

.store-decorate-silk .store-offer-file-backup-digital .store-order-item-title,
.store-decorate-silk .store-order-action-coupon .store-action-title,
.store-decorate-silk .store-order-action-order .store-action-title,
.store-decorate-silk .store-action-complete .store-action-title {
	background: none !important;
	padding-left: 0 !important;
	}

#store-variation-selection-body { width: 10em !important; }

.store-product-detail {
	margin-top: -3em;
	margin-bottom: 2em;
	padding: 15px;
	float: left;
	}

.store-product-detail-title,
.store-product-detail-pricing {
	font-size: 2em !important;
	}

.store-product-detail-description-short { margin-top: 5px !important; }

.security a {
	display: block !important;
	width: 115px !important;
	height: 82px !important;
	margin: 0 auto !important;
	}

.store-order-item-group { padding-top: 1em; }

.store-order-item-group + .store-order-item-group {
	margin-top: 0 !important;
	border-top: 1px solid #495565 !important;
	}

.store-order-items { border-bottom: 1px solid #495565 !important; }

.store-order-item-price-zero { visibility: visible !important; }

.store-order-price { padding-bottom: 1em !important; }

.store-page-complete .core-section-body { padding-top: 1em; }

.core-messages {
	margin: 0 15px 2em !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.main .core-messages li { margin-bottom: 0 !important; }

.core-section-body { overflow: hidden; }

.store-decorate-silk .store-input-cc-security-code {
	background-position: center right !important;
	display: block !important;
	padding-right: 0 !important;
	}

.store-section-payment-details-billing .core-form-field-area-right,
.store-section-payment-details-billing .core-form-field-area-left {
	width: 350px !important;
	}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
