/* HTML5 ✰ Boilerplate | modified
 * ==|== normalize ==========================================================
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font: 13px/1.231 Helvetica,Arial,sans-serif; text-align: center; direction: rtl; color: #222; } /* modified font, text-align, color and direction */
button, input, select, textarea { font-family: sans-serif; color: #222; } /* removed body from this list */

::-moz-selection { background: #999; color: #fff; text-shadow: none; }
::selection { background: #999; color: #fff; text-shadow: none; }
:focus { outline: none; } /* remove annoying outline for clicked links in FF */

a { color: #06e; text-decoration: none; }
a:visited { color: #551a8b; }
a:hover { color: #06e; text-decoration: underline; }
/*a:focus { outline: thin dotted; } *//* remove outline on a in firefox */
a:hover, a:active { outline: 0; }

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; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace, Helvetica, Arial, sans-serif; font-size: 1em; } /* modified font-family fallback stack */
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%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ol { margin: 1em 0; padding: 0 0 0 40px; } /* removed ul from list */
dd { margin: 0 0 0 40px; }
ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; } /* modified ul selector */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

p, h1, h2, h3, h4, h5 { margin: 0; padding: 0; } /* Added this reset */

input, select {vertical-align:middle;} /* from old H5BP version - needed for IE reset */
select, input, textarea, button {font:99% Arial,sans-serif;} /* from old H5BP version - needed for IE reset */


/* ==|== primary styles =====================================================
   Author: Yehonatan Daniv
   ========================================================================== */
a:link, a:visited, a:active {color:#333;}
body {background-color:#eee;border-color:#cdcdcd;color:#333;}
button[type=submit],input[type=text],input[type=submit],input[type=image],input[type=password],select,textarea {box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;margin:0;color:#333;}
input[type=text],input[type=submit],input[type=image],input[type=password],textarea {padding:3px;}
select {padding:2px;}
input[type=text],input[type=submit],input[type=image],input[type=password] {height:24px;border:1px solid #0265cd;}
button.add_to_cart_button {height:auto;border:none;}
input[type=text],input[type=password],select,textarea {border:1px solid #cdcdcd;}
input[type=text],input[type=password],textarea {width:100%;}
input[type=text] + input[type=text],input[type=password] + input[type=password] {border-top:none;}
.ascii_button {color:white;font-family:Comic Sans, Comic Sans MS, cursive;text-shadow:1px 0 0 #000000,0 1px 0 #000000,0 -1px 0 #000000,-1px 0 0 #000000;}
.add_to_cart {display:inline-block;width:20px;height:18px;margin:0 12px -2px 0;background:url('../img/icons.png') -20px 4px no-repeat;}
.bottom_link:link, .bottom_link:visited, .bottom_link:active, .link:link, .link:visited, .link:active {color:#09f;font-weight:bold;text-decoration:none;}
.bottom_link {position:absolute;bottom:20px;left:20px;padding-left:15px;background:url('../img/blue_arrow_goleft.png') left center no-repeat;}
a.cart_button, button.cart_button, input.cart_button, .cart_button, .step_number {height:auto;padding:12px;line-height:120%;color:#fff;background-color:#09f;border:none;
    border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
    box-shadow:0 0 0 2px #fff,0 0 2px 2px #999;-webkit-box-shadow:0 0 0 2px #fff,0 0 2px 2px #999;-moz-box-shadow:0 0 0 2px #fff,0 0 2px 2px #999;
}
.column {float:right;text-align:right;}
.deg90 {-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}
.deg270 {-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);}
.gallery {text-align:left;}
.gallery > li {display:inline-block;max-width:150px;margin:0 20px 20px 0;}
.gallery > li:nth-child(5n), .gallery > li:first-child {margin-right:0;}
.hr {display:block;width:100%;height:0;clear:both;overflow:hidden;margin:0 0 10px;border-style:solid;border-width:1px;border-top-color:#111214;border-bottom-color:#323335;}
.hr.no_margin {margin:0;}
.list_form li {max-width:300px;margin-bottom:8px;text-align:left;}
.list_form li:last-child {margin-bottom:0;}
.list_form li > p, .list_form li > h3 {text-align:right;}
.list_form li > h3 {font-size:1.538em;}
.list_form li > label {float:right;font-size:1.25em;font-weight:bold;}
.main {background-color:#232426;}
.list_form .cart_button {margin-top:10px;font-size:1.538em;}
.placeholder_wrapper {position:relative;display:inline-block;vertical-align:top;}
.placeholder {position:absolute;right:5px;top:5px;}
.shadowed {box-shadow:0 0 2px 1px #ccc;-webkit-box-shadow:0 0 8px -1px #999;-moz-box-shadow:0 0 2px 1px #ccc;}
img.shadowed {-webkit-box-shadow:0 2px 6px 0 #777;-moz-box-shadow:0 2px 6px 0 #777;box-shadow:0 2px 6px 0 #777;}
.spacer {padding:20px;}
.sibling_nav_links {text-align:right;}
.sibling_nav_links .next {float:left;}
.title {font:normal 1.692em Courier New, monospace, Helvetica, Arial, sans-serif;letter-spacing:-0.1em;}
.two_columns li {display:inline-block;width:47%;margin-left:1.5%;}
.subtitle {font-weight:bold;}
#container, #header, #footer {width:1000px;margin:0 auto;}
#main {padding:25px;}

/* Shapes */
.triangle {position:absolute;width:0;height:0;}
.triangle.top-left {bottom:-5px;right:0;border-top:5px solid #ababab;border-right:5px solid transparent;}
.triangle.top-left.blue {border-top-color:#0265cd;}
.triangle.top-right {bottom:-5px;left:0;border-top:5px solid #ababab;border-left:5px solid transparent;}
.triangle.top-right.blue {border-top-color:#0265cd;}
.triangle.bottom-right {top:0;left:-5px;border-bottom:5px solid #ababab;border-left:5px solid transparent;}
.triangle.top-left.rounded {right:-1px;border-top:none;border-bottom:5px solid #0265cd;border-right:5px solid #0265cd;border-bottom-right-radius:100px;}
.triangle-top-left {border-top-color:#ababab;}

/* Messages */
#system_messages li {margin:1em 0;padding:0.5em;border:1px solid;}
#system_messages li:last-child {margin-bottom:0;}
#system_messages li.error, .error, .errorlist li {background-color:#faa;border-color:#f33;}
#system_messages li.success {background-color:#afa;border-color:#3f3;}
#system_messages li.info {background-color:#ffa;border-color:#ff3;}

/* Widgets */
.product_box .add_to_cart_form {position:absolute;top:5px;left:25px;margin-top:0;}
.product_box button.add_to_cart_button {padding:8px;}
.product_box .product_item {width:300px;}
.product_box .product_item_desc {text-align:right;}
.product_box .product_name {display:inline-block;width:210px;vertical-align:top;white-space:normal;}
#content .product_name {color:#333;font-weight:bold;}
#content .product_person {color:#333;font-weight:normal;}
.product_item {display:block;position:relative;min-height:120px;margin-bottom:6px;text-align:center;}
.product_item:hover .product_item_overlay {top:50%;}
.product_item_desc {position:relative;min-height:2.5em;margin:13px 0;text-align:center;border-top:1px solid #ccc;}
.product_item_desc > a {color:#333;}
.product_item_desc > .add_to_cart_form {text-align:center;}
.product_item_overlay {position:absolute;top:-9999px;right:0;width:204px;height: 3.5em;margin-top:-20px;color:#fff;background-color:rgba(0,153,255,.9);
    box-shadow:0 0 0 2px #fff,0 0 2px 3px #ccc;-webkit-box-shadow:0 0 0 2px #fff,0 0 2px 3px #ccc;-moz-box-shadow:0 0 0 2px #fff,0 0 2px 3px #ccc;
}
.product_item_overlay .add_to_cart_form {display:inline-block;}
.product_item_overlay .add_to_cart_form .add_to_cart_button {margin:0;padding:3px 7px;background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.product_item_overlay .add_to_cart {display:block;margin:0;}
.product_item_overlay .overlay_desc {width:140px;float:right;padding:4px 7px;text-align:right;border-left:2px solid white;height: 3em}
.product_item_overlay .overlay_desc a {display: block;height: 3em;}
#content .product_item_overlay .product_name, #content .product_item_overlay .product_person {color:white;}
.products_list .add_to_cart_button {margin-top:10px;padding:0 7px 3px;}
.widget {position:relative;margin-bottom:20px;padding:20px;text-align:center;background-color:#fff;}
.widget > h3.blue_ribbon {padding-left:6px;background-color:#09f;border:1px solid #0066cb;border-top-right-radius:6px;}
.widget > h3.title + ul, .widget > h3.title + form, .widget > h3.title + dl, .widget > h3.title + div {clear:both;}
.widget > hgroup.right {top:10px;right:-5px;left:auto;}
.widget > hgroup > h2, .widget > header > h2 {text-align:left;}
.widget > hgroup > h3 {text-align:left;}
.widget ul.products_list {margin-bottom:12px;padding:3px;text-align:right;white-space:nowrap;}
.widget ul.products_list.multi-line {margin:0 auto;padding:0;white-space:normal;}
.widget ul.products_list li {display:inline-block;width:150px;margin:0 4px;vertical-align:top;white-space:normal;}
.widget ul.products_list li.page_item {width:auto;}
.widget ul.products_list li:first-child {margin-right:0;}
.widget ul.products_list li:last-child {margin-left:0;}
.widget ul.products_list.multi-line li {/*display:block;float:right;*/margin-bottom:21px;}
.widget.column:nth-child(even) {margin-right:20px;}
.widget.column {width:320px;padding-left:0;}
/*.widget.column > h3.title {margin-right:-25px;}*/
.widget.titled h2.title, .widget.titled .ribbon {position:static;margin:0 0 20px;padding:0;text-align:right;font:bold 1.692em arial;letter-spacing:normal;background-color:#fff;border-bottom:1px solid #cdcdcd;}
.widget .ribbon {margin:0 -25px 12px 0;}
.widget.titled h2.title {margin-bottom:0;text-align:right;border-bottom:none;}
.widget.ribboned {padding-top:55px;}
.widget.ribboned.extra_head {padding-top:70px;}
.widget.ribboned > hgroup, .widget.ribboned > header {display:inline-block;position:absolute;top:-5px;left:20px;padding:10px 15px;background-color:#eee;text-align:left;}

/* Widgets Pagination */
.items_pagination {text-align:center;}
.page_icon {display:inline-block;vertical-align: middle;width:6px;height:6px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#c9c9c9;}
.page_icon.current {display:inline-block;width:8px;height:8px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:#09f;}
.paginated_wrapper {overflow:hidden;}
.paginated {position:relative;white-space:nowrap;
    -webkit-transition:right 1s ease, left 1s ease;
       -moz-transition:right 1s ease, left 1s ease;
            transition:right 1s ease, left 1s ease;
}
.paginated > li {display:inline-block;width:100%;
    -webkit-transition: opacity 1s ease;
       -moz-transition: opacity 1s ease;
            transition: opacity 1s ease;
}
.pagination {margin-top:10px;padding-top:10px;border-top:1px solid #cdcdcd;}
.pagination .page_number {font-weight:bold;}
.pagination > .numbers-arrow, .pagination > .page_number {display:inline-block;margin:0 3px;}
.pagination > .numbers-arrow {vertical-align:-1px;font-size:1.2em;color:#09f;font-weight:bold;}
#content .pagination > a.page_number {color:#ccc;}
#content .pagination > a.page_number:hover {color:#09f;}
#content .pagination > .page_number.current {color:#09f;cursor:default;}
a.widget-arrow, span.widget-arrow {display:inline-block;width:24px;height:22px;padding-top:2px;text-align:center;background-color:#09f;font-size:16px;color:#fff;font-weight:bold;text-decoration:none;}
.widget-scroll-arrow {position:absolute;top:48%;background:#09f url('../img/arrows.png') -62px -1px no-repeat;}
.widget-scroll-arrow.next {left:-5px;}
.widget-scroll-arrow.prev {right:-5px;background-position:-84px -1px;}

/* Teaser */
.teaser.widget {padding:10px;}
.teaser.widget .black_ribbon {position:relative;max-width:640px;margin-right:-20px;}
.teaser.widget .black_ribbon .widget-arrow {position:absolute;top:2px;left:-8px;margin:0;padding-top:5px;border:1px solid #0286DB;background:#09f url('../img/arrows.png') -61px top no-repeat;}
.teaser-frame {display:block;position:relative;height:380px;background-size:contain;}
.teaser-frame > hgroup, .teaser-frame > header {position:absolute;bottom:10px;}
.teaser-scroll {position:absolute;left:-5px;bottom:20px;}
.teaser-scroll .widget-scroll-arrow {position:static;background-color:#111;background-position:-135px -2px;border:1px solid #000;}
.teaser-scroll .next {margin-right:2px;background-position:-109px -2px;}

/* Header */
#header {position:relative;padding:0 40px 7px;}
#main_search {float:left;width:25%;text-align:left;}
#site_title {float:right;margin:10px 0;}
#site_title {width:232px;height:70px;text-indent:-9999px;background:url('../img/logo.png') left top no-repeat;}

/* Top Navigation */
#top_nav {display:block;float:left;padding:12px;}
#top_nav li {display:inline;float:right;border-left:1px solid #333;}
#top_nav li:last-child {border:none;}
#top_nav a:link,#top_nav a:visited,#top_nav a:active {display:block;padding:0 0.5em;color:#ccc;}
#top_nav a.auth_link {color:#09f;}

/* Cart Status */
.cart_status_item {display:inline-block;max-width:100px;}
.item_remove_form input[type=submit] {height:auto;padding:0;font-size:2em;color:white;border:none;background:none;}
#cart_status {display:inline-block;width:130px;vertical-align:top;padding:12px 25px 12px 5px;font-size:13px;line-height:15px;border-left:1px solid #0286DB;border-bottom:1px solid #0286DB;background:url('../img/icons.png') 140px 12px no-repeat;color:white;}
#cart_status_checkout:link, #cart_status_checkout:visited, #cart_status_checkout:active {float:left;padding-left:30px;color:#fff;background:url('../img/icons.png') -90px top no-repeat;}
#cart_status_container {position:relative;float:left;font-size:0;background-color:#09f;color:white;}
#cart_status_container.open #cart_status_content {display:block;}
#cart_status_container.open #cart_status_toggler {border-left:none;border-right:1px solid #23A7FC;
    -webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);
}
#cart_status_container.fail #cart_status_toggler {background:#111 url('../img/icons.png') -88px center no-repeat;
    -webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;
}
#cart_status_content {display:none;position:absolute;left:0;top:40px;z-index:1;width:100%;padding:3px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-size:13px;background-color:#09f;}
#cart_status_items li {text-align:right;padding:3px 0;}
#cart_status_items img {float:right;margin:0 5px;border:1px solid #23A7FC;}
#cart_status_items .item_remove_form {display:inline-block;float:left;vertical-align:50%;margin-left:5px;}
#cart_status_toggler {display:inline-block;width:15px;height:15px;line-height:10px;padding:12px;font-size:32px;border-right:1px solid #23A7FC;border-bottom:1px solid #0286DB;
    background:url('../img/arrows.png') -26px center no-repeat;
}
#cart_status_total_container {padding:9px 6px;text-align:right;background:black;}

/* Main Navigation */
#main_nav {text-align:right;}
#main_nav .separator {display:inline-block;width:7px;height:7px;background-color:#fc0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
#main_nav a:link,#main_nav a:visited,#main_nav a:active {display:inline-block;padding:0 0.4em;color:#ccc;font-size:1.2em;font-weight:bold;}

/* Search Form */
input.search_submit {width:22px;background:#000 url('../img/icons.png') -44px 4px no-repeat;}
.blue_ribbon input.search_submit {border-color:#cdcdcd;border-right:none;}
.search_form input[type=text] {width:auto;vertical-align:top;}
.search_form label {display:none;}
.search_form li {display:inline-block;position:relative;float:right;}
#site_search_form {text-align:left;}
#site_search_form ul {display:inline-block;}
#site_search_form input.search_submit {border:none;border-left:1px solid #323232;}
#site_search_filter {display:none;}
#site_search_filter_toggler {display:inline-block;height:22px;width:23px;background:white url('../img/arrows.png') left top no-repeat;border:1px solid #cdcdcd;border-right:none;}
#site_search_select {position:absolute;top:24px;right:-1px;z-index:1;width:100%;border:1px solid #323232;}
#site_search_select li {display:block;position:static;float:none;padding:3px;text-align:right;background-color:white;border:none;}
#site_search_select li:hover {background-color:#eee;}
#site_search_select li.current {font-weight:bold;}

/* Content */
.black_ribbon {float:right;clear:both;margin-right:-30px;padding:0 0.8em;font:normal 32px/39px Courier New,monospace, Helvetica, Arial, sans-serif;color:#fff;
    background-image: -moz-repeating-linear-gradient(top center,#111,#111 36px,transparent 36px,transparent 40px);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111), color-stop(0.98, #111), color-stop(0.98, transparent), to(transparent)); /* old webkits support */
    background-image: -webkit-repeating-linear-gradient(top,#111,#111 36px,transparent 36px,transparent 40px);
    background-image: -o-repeating-linear-gradient(top,#111,#111 36px,transparent 36px,transparent 40px);
    background-image: -ms-repeating-linear-gradient(top,#111,#111 36px,transparent 36px,transparent 40px);
    background-repeat: repeat-y; /* old webkits support for repeating gradient */
}
.black_ribbon.person_title {font:normal 24px/30px Courier New,monospace, Helvetica, Arial, sans-serif;
    background-image: -moz-repeating-linear-gradient(top center,#111,#111 28px,transparent 28px,transparent 31px);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111), color-stop(0.98, #111), color-stop(0.98, transparent), to(transparent)); /* old webkits support */
    background-image: -webkit-repeating-linear-gradient(top,#111,#111 28px,transparent 28px,transparent 31px);
    background-image: -o-repeating-linear-gradient(top,#111,#111 28px,transparent 28px,transparent 31px);
    background-image: -ms-repeating-linear-gradient(top,#111,#111 28px,transparent 28px,transparent 31px);
    background-repeat: repeat-y; /* old webkits support for repeating gradient */
}
.black_ribbon + .black_ribbon {margin-top:6px;}
#content .black_ribbon a:link, #content  .black_ribbon a:visited, #content .black_ribbon a:active {color:#f5f5f5;font-weight:normal;}
#content a.cart_button, #content button.cart_button, #content input.cart_button, #content .cart_button {color:white;}
.desc_block, .block_border {border-top:1px solid #cdcdcd;}
.desc_block {margin-left:20px;margin-bottom:6px;}
.desc_block.tags {color:silver;}
.desc_block.column {width:47%;}
.desc_block.paint_links a {color:#09f;font-weight:bold;}
.desc_block.paint_links a:hover {text-decoration:underline;}
.desc_block.margined {margin-top:20px;}
.desc_block strong.right {float:right;margin-left:0.3em;}
.gray_ribbon {background-color:#eee;}
.page_content {width:340px;text-align:right;}
.page_content .column {width:100%;}
.page_photo {position:relative;float:left;margin-left:20px;}
.page_photo.in_content {margin:0 20px 12px 0;}
.page_photo .add_to_cart_form {display:inline-block;position:absolute;bottom:30px;left:-10px;}
.ribbon {position:relative;float:right;min-width:200px;margin:0 -18px 12px 0;padding:6px 12px;text-align:right;}
#content {width:700px;}
#content a {color:#09f;font-weight:bold;word-wrap:break-word;}

/* Sidebar */
.sidebar_box {padding:0 0 30px;text-align:right;}
.sidebar_box > dl, .sidebar_box > ul, .sidebar_box > form {padding:0 1em;}
.sidebar_box dd.separator {margin-bottom:1em;}
.sidebar_box dt, .sidebar_box label {font-weight:bold;}
.sidebar_box > .ribbon {margin:0.5em -5px 0.6em -0.5em;}
.sidebar_box .bottom_link {bottom:10px;}
#sidebar {width:230px;margin-left:20px;}

/* Sidebar - Categories */
#store_categories {padding-bottom:1em;}
#store_categories li.current > a {color:#09f;}
#store_categories > ul {margin-bottom:10px;padding:0 0 0 1em;}
#store_categories > ul > li {margin-bottom:8px;padding-right:.6em;font-size:1.384em;font-weight:bold;border-top:1px solid #cdcdcd;}
#store_categories > ul > li.current ul {height:auto;}
/*#store_categories > ul > li:hover ul {height:auto;}*/
#store_categories li ul {height:0;text-indent:12px;overflow-y:hidden;}
#store_categories ul.current {display:block;height:auto;}
#store_categories > ul > li.current ul {display:block;}
#store_categories > ul > li li {font-size:0.846em;font-weight:normal;}

/* Sidebar - Newsletter */
#side_newsletter input[type=text],#side_newsletter input[type=password], #side_newslettertextarea {width:auto;}
#side_newsletter_submit {width:24px;padding:0;background-color:#09f;color:#fff;font-weight:bold;font-size:16px;background:#09f url('../img/arrows.png') -62px -2px no-repeat;}

/* Sidebar - Store Info */
#media_links {margin-top:20px;margin-bottom:20px;}
#media_links > li {float:right;margin-left:10px;}
.social_link {display:block;width:16px;height:16px;text-indent:-9999px;background-image:url('../img/social_links.png');background-repeat:no-repeat;}
.facebook {background-position:0 0;}
.facebook:hover {background-position:-16px 0;}
.twitter {background-position:-32px 0;}
.twitter:hover {background-position:-48px 0;}
.share {background-position:-64px 0;}
.share:hover {background-position:-80px 0;}
.rss {background-position:-96px 0;}
.rss:hover {background-position:-112px 0;}

/* Sidebar - Events */
td.date-highlight a.ui-state-default {background:#09f;color:white;}
.events_list_item_title {float:right;width:70%;text-align:right;}
#events_widget_side_list {width:17em;margin:2em 0 0;padding:0;}
#events_widget_side_list a {display:block;padding-right:0.7em;color:#333;border-top:1px solid #ccc;}
#events_widget_side_list p.column {float:left;}
#events_widget_side_list p.column > span {display:block;text-align:left;font-weight:bold;}

/* Footer */
.footer_nav {display:inline-block;float:right;width:140px;margin:0 0 15px;}
.footer_nav.last {float:left;}
.footer_nav li, .footer_nav dt, .footer_nav dd {padding-bottom:4px;color:#888;}
.footer_nav a:link, .footer_nav a:visited, .footer_nav a:active {color:#888;}
#footer {padding:15px 40px;border-top:1px solid #080a09;}
#footer_nav_parents li {display:inline-block;float:right;width:140px;margin-bottom:15px;}
#footer_nav_parents li.last {float:left;}
#footer_nav_parents a:link,#footer_nav_parents a:visited,#footer_nav_parents a:active {display:block;text-align:right;color:#fff;}

/* Copyright */
#copyright {padding:10px 40px;background-color:#111;}
.footer_bottom_links {display:block;float:left;}
.footer_bottom_links.social_links {display:block;float:right;}
.footer_bottom_links li {display:inline;float:right;padding:0 0.5em;border-left:1px solid #cdcdcd;color:#cdcdcd;}
.footer_bottom_links li:last-child {border:none;}
.footer_bottom_links a:link, .footer_bottom_links a:visited, .footer_bottom_links a:active {display:block;color:#cdcdcd;}

/* Floatbox */
#overlay {position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(245,245,245,.9);}
#floatbox {position:absolute;background-color:#eaeaea;font-size:1.384em;color:#09f;}
#floatbox_titles {display:inline-block;}

/* Home Page */
#showcase_widget.products_list {padding:3px 38px;}
#showcase_widget.products_list li {width:200px;}
#showcase_widget.products_list li > a.product_item {height:200px;}
#showcase {padding:65px 0 40px;}

/* Books */
#book_container {padding-left:0;}
#book_container .column + .column {margin-left:0;padding-left:3%;}
#book_container .gallery > li {margin:10px 10px 0 0;}
#book_container .gallery > li:nth-child(2n+1) {margin-right:0;}
#book_content > dl > dt, #book_content > dl > dd {float:right;}
#book_content > dl > dt {clear:right;}

/* Products */
#product_container {padding-left:0;}
#product_gallery {float:left;border-top:none;}
#product_gallery li {margin:10px 10px 0 0;}
#product_gallery li:nth-child(2n+1) {margin-right:0;}

/* Search & Category Results Sorting */
.search_meta {margin-bottom:24px;margin-left:0;padding-left:20px;text-align:right;border-top:1px solid #ccc;}
.results_count {float:right;}
.sorting {float:left; font-weight: normal; font-size: 0.925em;}
.sorting .link {margin-left:0px; font-weight: normal;}
#content .sorting a.link {font-weight: normal;}
#product_category {padding-left:0;}

/* Persons */
#person_container {padding-left:0;}
#person_content .desc_block {margin-bottom:2em;}

/* Events */
.events_list .desc_block {margin-left:0;padding:12px 0;}
.event_list_details {text-align:right;}
.event_list_thumbnail {float:left;}
#event_container .page_photo {float:left;width:300px;margin:0;}
#event_container .gallery > li {width:145px;margin:10px 10px 0 0;}
#event_container .gallery > li:nth-child(3n), #event_container .gallery > li:first-child {margin-right:0;}
#event_content {float:right;}
#event_details > li {margin-bottom:0.5em;padding:0.2em 0;}
#event_name {margin-bottom:1.5em;text-align:right;}
#events_lists .widget {padding:10px 20px;}

/* Sections */
.section_box .bottom_link {bottom:-10px;}
.section_box .product_item_desc {text-align:right;}
.section_description {margin-bottom:32px;text-align:right;}
.section_description p {margin-bottom:12px;}
.section_details {width:340px;}
.section_details > .link {display:block;margin-top:20px;}
.section_image {float:left;}
.section_title {text-align:right;margin-bottom:12px;}
.sections_list .desc_block {margin-left:0;padding:12px 0;}

/* Recommendations */
.products_container li {float:right;margin-left:20px;}
#recommendations.products_list {padding:0;}
#recommendations .desc_block {margin:0;padding-bottom: 1.5em;padding-top: 1.5em;padding-left: 1.5em;text-align:right;}
#recommendations .page_item {width:700px;margin:0;}
#recommendations .products_list {margin-top:12px;}
#recommendations .products_list li {width:154px;}
#recommendations .title {}
#recommendations .widget {margin-bottom:0;padding:0 20px 20px 0;}
#recommendations_container {padding:10px 0;}
#recommendations_container .black_ribbon {margin-right:-10px;}

/* Search */
.highlighted {color:#09f;}
.search_section {position:relative;clear:both;margin-top:40px;padding-right:20px;}
#results_site_pages h4, #results_site_pages p {text-align:right;}
#results_site_pages li {position:relative;}
#results_site_pages li .bottom_link {bottom:2px;}
#search_content {padding:20px 0;}
#search_content .black_ribbon {margin-bottom:30px;}

/* Cart Page */
input[name=quantity] {width:2em;}
button.cart_remove_button {padding:0;border:none;background-color:transparent;color:#09f;font-weight:bold;}
button.cart_remove_button > span {display:inline-block;vertical-align:middle;font-size:1.4em;}
#cart {width:100%;}
#cart td {padding:10px 15px;vertical-align:middle;text-align:right;}
#cart td.center {text-align:center;}
#cart th {padding:0;vertical-align:bottom;font-size:1.692em;font-weight:bold;text-align:center;}
#cart th:first-child {text-align:right;}
#cart td:last-child, #cart th:last-child {padding-left:30px;}
#cart thead {border-bottom:1px solid #ccc;}
#cart tr > td:last-child {font-weight:bold;}
#cart > tbody > tr:last-of-type {border-top:1px solid #ccc;}
#cart .item_description {max-width:250px;}
#cart_bottom_links {float:right;margin:20px;font-size:1.1em;text-align:right;line-height:1.4em;}
#cart_checkout_button {float:left;margin:20px 40px;}
#cart_checkout_button .widget-arrow {float:left;padding:0;line-height:25px;font-size:1.538em;}
#cart_container {padding-left:0;}
#cart_ship_discount {font-weight:bold;}
#cart_total, #cart_total_label, #shipping_fee, #shipping_fee_label {font-size:1.538em;font-weight:bold;}
td#cart_total_label, td#shipping_fee_label {text-align:left;}

/* Checkout Pages */
.checkout_account_box {display:inline-block;vertical-align:top;margin:20px;padding-bottom:50px;text-align:right;}
.checkout_account_box.list_form {vertical-align:bottom;}
.checkout_account_box > h3 {margin-bottom:12px;font-size:1.538em;}
.checkout_account_box .cart_button {display:block;padding:10px 5px;font-size:1.692em;text-align:center;}
.checkout_account_box .checkbox ul {margin:0;}
.checkout_account_box .checkbox li {text-align:right;}
.checkout_account_box #postal_code_container, .checkout_account_box #last_name_container {float:left;}
.checkout_account_box #last_name_container input {width:9em;}
.checkout_account_box #postal_code_container input {width:4em;}
.checkout_account_box #country_container, .checkout_account_box #first_name_container {float:right;margin-left:5px;}
.checkout_account_box #first_name_container input {width:7em;}
.checkout_account_box #country_container select {float:right;width:12em;}
.step_0 .checkout_account_box {max-width:300px;}
.checkout_account_box .cart_button {position:absolute;bottom:0;}
.step_0 .checkout_account_box .cart_button {width:270px;}
.step_1 .checkout_account_box .cart_button, .step_2 .checkout_account_box .cart_button {width:175px;}
.step_1, .step_2 {text-align:right;}
.step_1 .checkout_account_box input, .step_1 .checkout_account_box select, .step_2 .checkout_account_box input, .step_2 .checkout_account_box select {width:100%;}
.step_1 .checkout_account_box input[type=radio], .step_2 .checkout_account_box input[type=checkbox] {width:auto;}
.step_1 .checkout_account_box ul, .step_2 .checkout_account_box ul {margin-left:12px;}
.step_1 .checkout_account_box ul:last-child, .step_2 .checkout_account_box ul:last-child {max-width:175px;}
.step_1 .checkout_account_box .checkbox, .step_2 .checkout_account_box .checkbox {text-align:right;}
.step_1 .checkout_account_box .checkbox label, .step_2 .checkout_account_box .checkbox label {float:none;vertical-align:top;font-size:1.23em;color:#09f;}
.step_2 .relationer {margin:12px 0;}
.step_number {display:inline-block;margin:0 0 0 0.25em;padding:4px 9px;font-size:0.8em;font-weight:bold;border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;}
.step_number.current {padding:10px 16px;font-size: 1em;}
#checkout_auth_container {text-align:right;}
/*#checkout_container > .black_ribbon {margin-right:-10px;}*/
#checkout_content {position:relative;}
#checkout_content li.error {text-align:right;}
#checkout_content li.error.right_column {float:right;clear:both;}
#checkout_content li.error.right_column + li {clear:right;}
#checkout_content li.error.right_column + li.error {float:left;clear:none;}
#checkout_content h2 {font-size:1.538em;margin-right:20px;}
#checkout_progress {display:block;text-align:right;margin-bottom:12px;margin-right:0;padding-bottom:12px;}
#checkout_progress li {display:inline-block;font-size:1.538em;margin-left:1em;}
.checkout_auth_form {margin:0;padding:0;}
.checkout_auth_form .cart_button {position:static;float:left;}

/* Satchmo default checkout */
.order_details_heading {margin-top:12px;}
.order_item_row {direction:ltr;}
.payment_notice {margin:12px 0;font-size:1.3em;}
#checkout_container .cart_button {margin:20px 0;}
#error_processing_notice {margin-bottom:20px;text-align:right;}
#order_details {text-align:right;}

/* Account Pages */
#account_container {text-align:right;}
#account_container > h3 {margin-top:12px;font-size:1.538em;}
#account_container h4 {margin-top:12px;font-size:1.23em;}

/* Auth Pages */
#auth_container {text-align:right;}
#auth_container > h3 {margin:6px 0;font-size:1.23em;}

/* Contact Us Page */
#contact_container {text-align:right;}
#contact_container input[type=text], #contact_container textarea {width:100%;}
#contact_container > h3 {margin:12px 0;font-size:1.23em;}

/* Order Tracking */
#ordertracking {text-align:right;padding:10px;}
#ordertracking h4 {font-size:1.4em;margin:10px -5px 5px 0;}

/* jQuery UI overrides */
.ui-datepicker {padding:0;font-family:Helvetica,Arial,san-serif;}
.ui-datepicker table {font-size:100%;}
.ui-datepicker td, .ui-datepicker th {display:inline-block;width:21px;margin:0 5px;}
.ui-datepicker td {padding:0;}
.ui-datepicker th, .ui-datepicker td span, .ui-datepicker td a  {padding:0.2em 0;text-align:center;}
.ui-datepicker .ui-datepicker-title {margin:0 0.7em;text-align:right;}
.ui-datepicker .ui-datepicker-prev {left:25px;cursor:pointer;}
.ui-datepicker .ui-datepicker-prev span {background:url('../img/blue_arrows.png') -13px top no-repeat;}
.ui-datepicker .ui-datepicker-prev.ui-state-hover {background:transparent;border:none;}
.ui-datepicker .ui-datepicker-next {left:2px;right:auto;cursor:pointer;}
.ui-datepicker .ui-datepicker-next span {background:url('../img/blue_arrows.png') left top no-repeat;}
.ui-datepicker .ui-datepicker-next.ui-state-hover {background:transparent;border:none;}
.ui-datepicker-calendar tr {border-top:1px solid #ccc;}
.ui-datepicker-calendar tr:last-child {border-bottom:1px solid #ccc;}
.ui-datepicker-today > a.ui-state-highlight {background:#aaa;}
.ui-widget-content {border:none;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {border:none;}
.ui-state-active {position:relative;z-index:1;border-radius:1px;box-shadow:0 0 0 2px #fff,0 0 2px 3px #ccc;}
.ui-icon-circle-triangle-e {background-position:-80px -192px;}
.ui-icon-circle-triangle-w {background-position:-48px -192px;}

.fb-object-wrapper {
    position: relative;
    text-align: right;
}

.fb-object-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
}

.fb-facepile-wrapper {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
#fb-like-wrapper {
    padding: 0 1em;
}

/* Base styles that needs to come last */
.bigger {font-size:1.692em;font-weight:bold;}
.biggest {font-size:1.846em;font-weight:bold;}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hide {display:none !important;}
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.relationer { position: relative; }

/* some junk to put out fires ::: PauL */
.left_arrow {
  display: inline-block;
  width: 7px;
  background:url('../img/blue_arrow_goleft.png') left center no-repeat;
}

button[type=submit].modular_button {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}

.is_discounted {
  background-color:#3CEAB3;
  color:red;
}


.current_price {

}

.current_price_discounted {
  /*background-color:#3CEAB3;*/
}

.highest_price {
  padding-left: 12px;
  border-left:2px white;
}

.no_stock {
border:none;
    border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
    box-shadow:0 0 0 2px #fff,0 0 2px 2px #999;-webkit-box-shadow:0 0 0 2px #fff,0 0 2px 2px #999;-moz-box-shadow:0 0 0 2px #fff,0 0 2px 2px #999;
}


#hamigdalor_checkout, #hamigdalor_checkout_shipping {
    float: right;
    text-align: right;
    width: 100%;
}

#hamigdalor_checkout ul {
    float: right;
    width: 30%;
}

#hamigdalor_checkout_shipping ul {
    float: right;
    width: 100%;
}

#hamigdalor_checkout_shipping li {
    max-width: 100%;
    width: 100%;
}

#hamigdalor_checkout ul li label, #hamigdalor_checkout_shipping ul li label {
    width: 100%;
    text-align: right;
    font-size: 1em;
}

#hamigdalor_checkout_dataentry {
    float: right;
    width: 100%;
}

.left-padding {
    padding-left: 3%;
}

#id_copy_address, {
    display: inline !important;
    width: 10%  !important;
}

#label_for_id_copy_address {
    display: inline  !important;
    width: 90%  !important;
    font-weight: normal;
}

li#copy_address_item {
    margin-bottom: 0;
}

#hamigdalor_checkout .error {
    text-align: right;
    margin-bottom: 2px;
}


/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { 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: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  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; }

}

.captcha {
  margin-bottom: 6px;
}
