* {
	font-family: "Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";

}
a {
color: #1570a6;
font-size: 1em;
line-height: 1.375em;
font-weight: normal;
}
form {
    display: inline;
}

button {
    background-color: #DDE;
    border: 2px outset #778;
}
.basketbuttonform button {
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
#dari_title {
	height: 1.52em;
}
.discount {
	font-size: larger;
	font-weight: bold;
}

.summary {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
	HEIGHT: 24px;
	background-color:inherit;
	
}
.faq .hidden {
	max-height: 0;
}
.faq .shown {
	max-height: 24em;
}
.faq .shown.big {
	max-height: 50em;
}
.faq .shown.big.bigger {
	max-height: 54em;
}
.faq .faqcontent {
	transition: max-height 0.25s ease-out;
	overflow-y: hidden;
}
.faq h2 {
	display: inline-block;
}
.faq .faqminus.hidden, .faq .faqsquare.hidden, .faq .faqplus.hidden {
	display: none;
}
.faq .faqheading {
	cursor: pointer;
	color: darkblue;
}
.faq .faqheading h2 {
	color: darkblue;
	margin-top: 0.25em;
}
.faq ul.faqouter {
	list-style-type: none;
}
.faq .highlight {
	color: darkred;
}
.externalsymbol {
	color: grey;
}
.dlonly {
	width: 150px;
	border: 1px solid #333333;
	padding: 4px;
	text-align: center;
	background-color: #fcffb4;
	float: left;
}
.rtl .dlonly {
	float: right;
}
.rtl ul {
	padding-left: 0;
	padding-right: 2em;
}
.rtl li {
	direction: rtl;
}
#shop_menu {
    padding: 0 10px 0 10px;
    margin: 1em 0 0 0;
    font-weight: bold;
    font-size: 0.9em;
    overflow: hidden;
    /*white-space: nowrap;*/
    margin-top: 1em;
	background-color: black;
}
.buttonBar {
    font-weight: normal;
	color: #555555;
}
.buttonBar.standalone {
	border-bottom: 1px solid black;
}
.buttonBarContainer {
	padding-top: 5px;
}
.ltr .buttonBarContainer {
	text-align:left; 
	padding-left: 0.5em;
}
.rtl .buttonBarContainer {
	text-align: right;
	padding-right: 0.5em;
}

#shop_menu li {
    list-style: none;
    margin: 0;
    display: inline;
    background-color: #000000;
}

#shop_menu li a {
    display: block;
    float: left;
    height: 1.9em;
    /*width: 100px;*/
    padding: 5px 4em 0 4em;
    color: #448;
    margin: 0 3px 0 0;
    /*background: #DDD;*/
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    /*background: url(image/store/tab_normal.gif);*/
}
.rtl #shop_menu li a {
	float: right;
	margin: 0 0 0 3px; 
}

#shop_menu li a:link, #shop_menu li a:visited {
    /*color: #333333;*/ /*#448;*/
	color: white;
	font-size: 1.1em;
}

#shop_menu li a:hover {
    color: #bf0000;
}

#shop_menu li a.current {
    /*background: url(image/store/tab_highlight.gif);*/
	background-color: #bf0000;
	color: #ffffff;
    cursor: default;
}

#shop_menu li a.current:hover {
    color: #448;

}

div.buttonBar {
    clear: both;
    padding: 0;
    background-color: #efefef;
    min-height: 32px;
    border-top: 1px solid #778;

}

div.buttonBar img.rightEnd {
    float: right;
}
.rtl div.buttonBar img.rightEnd {
	float: left;
}

div.buttonBar img.leftEnd {
    float: left;
}
.rtl div.buttonBar img.leftEnd {
	float: right;
}

#login {
	width: 20px;
	background-color: Silver;
	border: thin solid gray;
	text-align: center;
	padding: 0 10px 0 10px;
	margin-left: 100px;
}
.rtl #login {
	margin-right: 100px;
}

#free {
	width: 20px;
	background-color: yellow;
	border: thin solid gray;
	text-align: center;
	padding: 0 10px 0 10px;
}

#free a {
	text-decoration: none;
	color: #FF0000;
}
.suppresswarning {
	background-color: #fad39c;
	padding: 0.3em;
	border: 1px solid grey;
	border-radius: 0.2em;
}
.basketandsearch {
	display: block;
	margin-top: 1.8em;
	height: 2.3em;
	overflow-y: hidden;
}
.ltr .basketandsearch {
	margin-right: 10px;
}
.rtl .basketandsearch {
	margin-left: 10px;
}
#searchform {
	text-align: right;
	float: right;
	margin-top: 0.6em;
}
.rtl #searchform {
	text-align: left;
	float: left;
}
#searchform form {
	/*margin-right: 19px;
	display: block;
	margin-top: 1.8em;*/
	display: table-cell;
        vertical-align: top;


}
#searchform #searchbox {
	width: 16em;
	border: 1px solid #a9a9a9;
	height: 2.3em;
	background-color: white;
	padding-top: 0;
	padding-bottom: 0;
	box-sizing: border-box;
	vertical-align: top;
}
.ltr #searchform #searchbox {
	 border-right: 0;
	padding-left: 0.5em;

}
.rtl #searchform #searchbox {
	border-left: 0;
	padding-right: 0.5em;
}
#searchform button {
	border: 1px solid #a9a9a9;
	height: 2.3em;
	background: url('/images/searchicon.gif');
	background-size: 60% 60%;
	width: 2.3em;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	vertical-align: top;
	cursor: pointer;
}
.ltr #searchform button {
	border-left: 0;
}
.rtl #searchform button {
	border-right: 0;
	background: url('/images/searchiconrtl.gif');
	background-size: 60% 60%;
	background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
}
#searchform button:hover {
	background-filter: sepia(100%);
}
.basket {
	height: 2.3em;
	/*width: 2.3em;*/
	display: table-cell;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none;
}
.ltr .basket {
	padding-right: 2em;
}
.rtl .basket {
	padding-left: 2em;
}
.basketimg {
	height: 2.3em;
	width: 2.3em;
	display: inline-block;
}
.basket img {
	width: 75%;
	height: 75%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.basket span.basketqty {
	color: #848284;
	font-size: 0.9em;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 0 0 0;
	vertical-align: top;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.3em;
}
.ltr .basket span.basketqty {
	padding-left: 0.2em;
        padding-right: 0;
}
.rtl .basket span.basketqty {
        padding-right: 0.2em;
        padding-left: 0;
}

.basket:hover .basketimg img {
  	filter: sepia(100%);
}
.basket:hover .basketqty {
	color: #c5af89;
}
#sortby {
	text-align: center;
/*	font-size:1em;*/
	padding-bottom: 0px;
}

div.tablediv {
	margin-top: 1em;
	width: 100%;
}
div.content {
    margin: 0 0 0 0;
    padding: 1em 10px 10px 10px;
    /*border: 1px solid #778;*/
    background: #fff;
}

div.language {
    font-style: italic;
/*    margin-bottom: -10px; */
}

div.prodheading p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.basketlist {
	margin: 0 auto;
        padding: 0 0 0 0;
	min-height: 400px;
        display: inline;
	vertical-align: top;

}
.ltr .basketlist {
	text-align: left;
}
.rtl .basketlist {
	text-align: right;
}
.basketlist table {
	border-collapse: collapse;
	min-width: 65%;
/*	display: inline-block;*/
/*	margin: 0 auto;*/
}
.basketlist table td {
	padding: 0.3em;
}
.basketlist table td.hideme {
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding-right: 0;
}
.ltr .basketlist td.pic {
	border-right: none;
}
.rtl .basketlist td.pic {
	border-left: none;
}
.basketlist td.prodtitle {
	border-left: none;
}
.basketlist .pic img {
	width: 4em;
	max-width: 10em;
	max-height: 6em;
}
.ltr .basketlist .pic img {
	float: left;
}
.rtl .basketlist .pic img {
	float: right;
}
.basketlist th {
	width: auto;
	padding-left: 0;
}
.basketlist td {
	width: auto;
	border: 2px solid #778;
	padding: 2px;
}
.basketlist td input {
	background-color: #DDE;
	border: 2px solid #778;
	text-align: center;
	font-size: 0.8em;
	width: 3.5em;
}
.basketlist td button {
	font-size: 0.8em;
	width: 4.2em;
	padding: 0;
	margin: 0;	
}
.basketlist .lang {
	font-style: italic;
}
.basketlist .money, .basketlist .cost {
	height: 5em; 
}
.basketlist .money.nobottomborder, .basketlist .money.notopborder, .basketlist .cost.nobottomborder, .basketlist .cost.notopborder {
	height: inherit;
}
.ltr .basketlist .money, .ltr .basketlist .cost {
	text-align: right;
}
.rtl .basketlist .money, .rtl .basketlist .cost {
        text-align: left;
}

.ltr .basketlist th#code {
	padding-left: 0;
}
.rtl .basketlist th#code {
	padding-right: 0;
}
.basketlist th#qty {
	text-align: center;
}
.basketlist th#up {
	min-width: 4.6em;
}
.ltr .basketlist th#up {
	 text-align: right;
        padding-right: 0.2em;
}
.rtl .basketlist th#up {
        text-align: left;
        padding-left: 0.2em;
}

.basketlist th.money, .basketlist th.cost {
	height: auto;
}
.basketlist .total, .basketlist .totalPad {
	font-weight: bold;
}
.ltr .basketlist .total, .ltr .basketlist .totalPad {
	text-align: right;
}
.rtl .basketlist .total, .rtl .basketlist .totalPad {
        text-align: left;
}

.basketlist .qty {
	text-align: center;
}
div.products {
    margin: 0 auto;
	padding: 0 0 0 0;
    text-align: left;
    min-height: 400px;
	display: inline;
vertical-align: top;
}
.ltr div.products {
	text-align: left;
}
.rtl div.products {
	text-align: right;
}

.ltr div.products p img {
    float: left;
    margin: 0 5px 25px 0;
}
.rtl div.products p img {
    float: right;
    margin: 0 0 25px 5px;
}


div.products  h2 {
	text-align: left;
	font-size:1em;
	padding-top:10px;
	font-weight: bold;
	color: black;
}
.rtl div.products  h2 {
	text-align: right;
}
.products div.productFrame {
vertical-align: top;
min-height: 25em;
width: 20em;
display: inline-block;
/*height: 25em;*/
overflow: hidden;
border: 1px solid #bbbbbb;
padding: 1em;
margin: 0.5em;
margin-bottom: 2em;
position: relative;
cursor: pointer;
}
.products div.productFrame:hover {
	border: 1px solid #000000;
	background-color: #f9f9f9;
}
.products div.productFrame:hover h4 a {
	text-decoration: underline;
}
.products div.productFrame h4 {
    clear: both;
    margin: 0 0 5px 0;
    padding: 5px 0 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	font-size: 1.15em;
}

.products div.picture {
	vertical-align: top;
/*    padding-top: 10px;*/
    padding-bottom: 10px;
    padding-right: 10px;
	width: 100%;
	height: 180px;
/*	float: left;
    text-align: left;*/
	text-align: center;
}
.products div.picture img {
	height: 180px;
	max-width: 100%;
}
.product div.picture {

  vertical-align: top;
/*    padding-top: 10px;*/
    padding-bottom: 10px;
        width: 100%;
    text-align: center;
}
.ltr .product div.picture {
	padding-right: 10px;
}
.rtl .product div.picture {
	padding-left: 10px;
}
.product .picture img {
	margin-top: 1em;
	width: 50%;
	max-width: 80%;
/*	max-height: 42em;  TODO when responsive */
}
.product {
/*	display: table-row;*/
	display: table;
	width: 100%;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 1em;
}
.product ul {
/*	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 1em;
*/
}
.product .action {
	border-top: 1px solid #bbbbbb;
	padding-top: 1em;
}
.product .accompany {
	border-top: 1px solid #bbbbbb;
        margin-top: 1em;
	text-align: right;	
}
.rtl .product .accompany {
	text-align: left;
	padding-left: 1em;
}
.ltr .product .accompany {
	text-align: right;
	padding-right: 1em;
}
.product .accompany ul {
	list-style: none;
}
.product .accompany a {
	color: #888888;
	vertical-align: top;
}
.product .accompany img.accompanymore {
	height: 1em;
	margin-top: 1.2em;
}
.product .stockstatusicon {
	height: 1em;
	margin-right: 0.5em;
}
.product .stockextra {
	color: grey;
}
.ltr .product .accompany img.accompanymore {
	float: right;
	margin-left: 2.4em;
}
.rtl .product .accompany img.accompanymore {
	float: left;
	margin-right: 2.4em;
}
.product .accompany .externallink:before {
	content: "\f39c";
	font-family: "Ionicons";
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1em;
}
.product .accompany .internalattach:before {
	content: "\f20f";
	font-family: "Ionicons";
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1em;
}
.rtl .product .accompany .internalattach:before, .rtl .product .accompany .externallink:before {
	padding-left: 0.8em;
}
.ltr .product .accompany .internalattach:before, .ltr .product .accompany .externallink:before {
	padding-right: 0.8em;
}


.product .code {
	margin-bottom: 1em;
	font-style: italic;
	color: #666666;
}
.product .language {
	border-top: 1px solid #bbbbbb;
	padding-bottom: 1em;
	margin-top: 1em;
	padding-top: 1em;
}
.product .col1 {
	display: table-cell;
	width: 50%;
}
.product .col2 {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	text-align: left;
	font-family: "wf_SegoeUIGreek","wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	color: #1a1a1a;
	line-height: 1.375;
	font-size: 1em;
}
.rtl .product .col2 {
	text-align: right;
}
.product h4 {
	font-size: 2.5em;
	font-family: SegoeUI, 'Helvetica Neue', Helvetica, Arial, sans-serid;
	font-weight: 100;
	letter-spacing: -.01em;
	margin: .3125em 0 0;
}
/*div.picture:hover{
   background-color: Lime;
}*/

.products div.summary {
    display: table-cell;
	vertical-align: top;
    width: 9.5em;
    padding: 2px;
	position: absolute;
	bottom: 8em;
}
.ltr .products div.summary {
	right: 1em;
	text-align: right;
}
.rtl .products div.summary {
	left: 1em;
	text-align: left;
}

.products div.summary a, div.summary a:visited, div.summary a:link {
    color: #448;
}

.products ul {
	max-height: 6em;
	min-height: 2em;
	overflow-y: hidden;
}
.products ul li {
	list-style-type: circle;
	color: #999999;
}
.products ul li span {
	color: black;
}
.products div.description {
/*	width: 85%;*/
	margin-top: -1em;
	margin-bottom: 15px;
	vertical-align: top;
	line-height: 1.5em;
	overflow-y: hidden;
	max-height: 6em;
	min-height: 2em;
}

.products p.description {
    font-weight: normal;
    display: table-cell;
	vertical-align: top;
}
.descleft {
	text-align: left;
	direction: ltr;
}

table.returntopay td, table.returntopay th {
	border: 1px solid #778;
	padding: 2px;
}

div.products table {
    border-collapse: collapse;
    width: 100%;
}

div.products td, th {
    border: 2px solid #778;
    padding: 2px;
}

div.products td {
    vertical-align: top;
}

div.products td img {
    border: 0;
/*    float: right;*/
 /*   margin-top: 0.7em;*/
    width: 50px;
}

div.products td a, div.products td a:visited, div.products td a:link {
    color:#448;
}

div.products th#code {
    width: 4em;
}

div.products th#up {
    width: 6em;
}

div.products th#qty {
    width: 4em;
}

div.products th#cost {
    width: 1em;
}

div.products td.center {
    text-align: center;
}

div.products td.money, div.products td.cost {
    text-align: right;
}
.rtl div.products td.money, .rtl div.products td.cost {
	text-align: left;
}

div.products td.cost, div.products th.cost {
    border-width: 2px 2px 2px 2px;
}

div.products td.remove, div.products th.remove {
    width: 10px;
    border-width: 2px 2px 2px 0;
}
.rtl div.products td.remove, .rtl div.products th.remove {
	border-width: 2px 0 2px 2px;
}

div.products td.remove img {
 border: 0;
}

div.products td.totalPad {
    border-width: 0;
    text-align: right;
    font-weight: bolder;
}
.rtl div.products td.totalPad {
	text-align: left;
}

div.products td.total {
    border-width: 2px 2px 2px 2px;
    font-weight: bolder;
    text-align: right;
}
.rtl div.products td.total {
	text-align: left;
}

div.products td input {
    background-color: #DDE;
    border: 2px solid #778;
    text-align: center;
    font-size: 0.8em;
    width: 3.5em;
}

div.products td button {
    font-size: 0.8em;
    width: 4.2em;
    padding: 0;
    margin: 0;
}

div.list {
    width: 100%;
}

div.list table {
    border: none;
    border-style: none;
    width: 100%;
}

div.list td, th {
    border: none;
    padding: 2px;
    width: 50%;
    vertical-align: top;
}
.ltr div.list td, th {
	padding-left: 1em;
}
.rtl div.list td, th {
	padding-right: 1em;
}
div.list ul {
    font-weight: bold;
}
.ltr div.list ul {
	padding-left: 50px;
}
.rtl div.list ul {
	padding-right: 50px;
}

button#checkoutBtn {
    float: right;
    margin: 5px;
}
.rtl button#checkoutBtn {
	float: left;
}

p.disclaimer {
    font-size: smaller;
    margin: 0 30px 0 30px;
    font-style: italic;
}

div.orderLine {
    clear: both;
    display: table;
	width: 100%;
}

div.orderText {
    display: table-cell;
    width: 20%;
    text-align: right;
    padding: 2px;
    margin: 0 5px 0 0;
}
.rtl div.orderText {
	text-align: left;
	margin: 0 0 0 5px;
}

div.orderButton {
    float: right;
    padding: 2px;
    margin: 0 5px 0 0;
}
.rtl div.orderButton {
	float: left;
	margin: 0 0 0 5px;
}

div.orderForm {
    /*display: table-cell;*/
    width: 80%;
    padding: 2px 0 2px 0;
    font-weight: bold;
}
div.orderForm2 {
    font-weight: bold;
}

div.orderForm select{
    text-align: left;
	width: 100%;
	max-width: 22em;
}
.rtl div.orderForm select {
	text-align: right;
}

div.orderForm input {
	width: 100%;
	max-width: 35em;
    background-color: #DDE;
    border: 2px solid #778;
}

div.orderForm input.checkbox {
    width: auto;
}

div.orderForm textarea {
    width: 35em;
    height: 8em;
    background-color: #DDE;
    border: 2px solid #778;
}

div.orderForm button {
	font-size: 1em;
	font-weight: bolder;
	margin-top: 5px;
	background-color: Lime;
}
div.orderForm input[type="image"] {
	width: initial;
	margin-top: 5px;
}

div.specialrequest textarea {
    background-color: #E7E7E7;
    border: thin;
    border-color: Maroon;
    border-style: ridge;
    width: 90%;
    height: 55px;
    text-align: left;
}
.rtl div.specialrequest textarea{
	text-align: right;
}

div.footercontact {
	text-align: center;
}
div.footercontact a{
	text-decoration: none;
	color: black;
}
div.footercopy {
	font-size: 0.8em;
	color: #666666;
}
.ltr div.footercopy {
        text-align: right;
	margin-right: 20px;
}
.rtl div.footercopy {
	text-align: left;
	margin-left: 20px;
}
div.footercopy p {
	color: #666666;
}
div.footercopy a{
	text-decoration: none;
	color: #444444;
}
.ltr .downloadimg {
/*	height: 2.5em; */
	float: right;
	margin-right: 1em;
}
.rtl .downloadimg {
	float: left;
	margin-left: 1em;
}
.products .price {
	font-size: 1em;
	font-weight: bold;
}
.product .price {
	font-size: 2em;
}
.product h5 {
	font-size: 1em;
	margin-top: 0em;
	margin-bottom: 0.6em;
}
.noscripttitle {
	margin-bottom: 0.6em;
	height: 1em;
	margin-top: 0em;
}
.preproducts {
	text-align: left;
}
.rtl .preproducts {
	text-align: right;
}
.products .language {
	font-weight: bold;
	color: #444444;
}
.products a {
        text-decoration: none;
}
.products a:hover {
	text-decoration: underline;
	color: #1570a6;
}
.product .options {
	margin-left: -0.5em;
	margin-right: -0.5em;
}
.product .option {
	border: 1px solid #888888;
	padding: 0.1em 1em 0.1em 1em;
	display: inline-block;
	margin: 0.5em 0.5em 0.5em 0.5em;
	cursor: pointer;
}
.product .option.own {
	border: 2px solid black;
	cursor: default;
}
.product .option a {
	text-decoration: none;
	color: #888888;
}
.faq {
	text-align: left;
}
.rtl .faq {
	text-align: right;
}
.faq h1 {
	text-align: left;
}
.rtl .faq h1 {
	text-align: right;
}
.faq h2 {
	text-align: left;
}
.rtl .faq h2 {
	text-align: right;
}
.faq a {
	text-decoration: none;
	color: black;
}
.faq a.showme {
	text-decoration: underline;
}
.faqend {
	margin-top: 2em;
	margin-bottom: 1em;
}

.ltr #banner_container {
	text-align: left; 
	margin-left: 10px;
	position: relative;
}
.rtl #banner_container {
	text-align: right;
	margin-right: 10px;
	position: relative;
}
.topwarning {

	width: 100%;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	background-color: #bf0000; /*#73a373;*/
	color: white;

}
#adminlink {
	padding: 4px 4px 4px 4px; 
	border: 1px solid #afafaf; 
	color: #333333; 
	margin-right: 10px; 
	background-color: #dddddd; 
	text-decoration: none; 
	margin-top: 2px;
}
.ltr #adminlink {
	margin-right: 10px; 
}
.rtl #adminlink {
	margin-left: 10px; 
}

.shiparea {
	background-color: rgba(0,0,0,0.1);
	padding: 0.2em 0.2em 0.3em 0.2em;
	border: 1px solid #909090;
	margin-bottom: 1em;
}


.languagechoice {
	display: inline-block;
	border: 1px solid #a9a9a9;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 100%;
	/*margin-right: 1em;*/
	/*margin-top: -5px;*/
	padding-top: 4px;
	padding-bottom: 4px;
	/*margin-bottom: -10px;*/
	position: absolute;
	top: 5px;
}
.ltr .languagechoice {
	right: 5.2em;
}
.rtl .languagechoice {
	left: 5.2em;
}
.languagechoice a {
	text-decoration: none;
	color: #262626;
}

.warn {
	color: #8B0000;
}
.stocklevel {
	white-space: nowrap;
}
.imageselectors button {
	background-color: transparent; /* #DDE;*/
	border: 2px solid #778;
	height: 0.9em;
	width: 0.9em;
	margin-top: 0;
	padding: 0;
	margin-bottom: 0;
	margin-left: 0.2em;
	margin-right: 0.2em;
	border-radius: 25%;
	box-shadow: none;
}
.imageselectors button.active {
	background-color: #DDE;
}
.imageselectors button:hover {
	cursor: pointer;
	background-color: #778;
}
.picture img.hidden {
	/*display: none;
	visibility: hidden;*/
	opacity: 0;
	height: 0;
}
.picture img.shown {
	/*display: inline-block;
	visibility: visible;*/
	opacity: 1;
	height: inherit;
	transition: opacity 0.2s linear;
}

.breadcrumbs {
        /*padding-top: 0.5em;
        background-color: lightgrey;*/
}
.breadcrumbs ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
.ltr .breadcrumbs ol {
        padding-left: 0px;
}
.rtl .breadcrumbs ol {
	padding-right: 0px;
}
.breadcrumbs ol li {
        display: inline-block;
}
.breadcrumbs ol li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.breadcrumbs ol li a:hover {
	text-decoration: underline;
	color: #1570a6;
}
.breadcrumbs ol li.showarrow a {
        background-repeat: no-repeat;
        background-size: auto 40%;
	font-weight: normal;
}
.ltr .breadcrumbs ol li.showarrow a {
	padding-right: 1em;
	background-image: url("/images/breadcrumb-ltr.png");
	background-position: right center;
}
.rtl .breadcrumbs ol li.showarrow a {
	padding-left: 1em;
	background-image: url("/images/breadcrumb-rtl.png");
	background-position: left 70%;
}

.orderText.shipto {
	font-weight: bold;
	text-align: left;
}

@media(max-width:1164px) {
	#shop_menu li a {
		padding-left: 3em;
		padding-right: 3em;
	}
}
@media(max-width:968px) {
	#shop_menu li a {
                padding-left: 2em;
                padding-right: 2em;
        }
}
@media(max-width:780px) {
        #shop_menu li a {
                padding-left: 1em;
                padding-right: 1em;
        }
}
@media(max-width:768px){
	#searchform form {
		display: none;
	}
	.ltr .basket {
		padding-right: 0;
	}
	.rtl .basket {
		padding-left: 0;
	}
}
@media(max-width:640px){
	.product .col1 {
		display: block;
		width: 100%;
	}
	.product .col2 {
		display: block;
		width: 100%;
	}
	.product .picture img {
		max-width: 200px;
		display: block; /* prevent moving left by having adjacent hidden image */
		margin: 0 auto; /* compensate for above block so it still centres */
	}
}
@media(max-width:479px){
       #adminlink {
                display: none;
        }
	.ltr .languagechoice {
		right: 4px;
	}
	.rtl .languagechoice {
		left: 4px;
	}
	#searchform {
		margin-top: 1.6em;
	}
}
@media(max-width:380px){
	.preproducts {
		margin-bottom: 1em;
	}
	.products div.productFrame {
		min-height: inherit;
		width: 100%;
		height: auto;
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #bbbbbb;
		padding: 0 0 0 0;
		margin: 0 0 2em 0;
	}
	.products ul {
		max-height: 9em;
	}

	.products div.productFrame:hover {
		border-top: none;
                border-right: none;
                border-left: none;
                border-bottom: 1px solid #bbbbbb;

	        background-color: #f9f9f9;
	}
	.products div.picture {
		padding-top: 1em;
	}

}
@media(max-width:400px){
	#dari_title {
		height: 50%;
	}

@media(max-width:320px){
	.languagechoice {
		font-size: 0.75em;
	}
}
@media(max-width:279px){
	.ltr .languagechoice {
		right: auto;
		left: 4px;
		margin-top: 5.5em;
	}
	.rtl .languagechoice {
		right: auto;
		left: 4px;
		margin-top: 5.5em;
	}
}
/*
	.basketandsearch {
        	margin-top: 0em;
	}
*/

}

