body {
  background: url('gfx/bg.jpg') no-repeat center;
  font-family: arial;
  font-size:12px;
  color: #6c6c6c;
  text-align: center;
  margin: 0;
  padding: 0;
  direction: rtl;
  scrollbar-arrow-color: #ffffff;
scrollbar-base-color: #ffffff;
scrollbar-face-color: #D6D6D6;
scrollbar-highlight-color: #D6D6D6;
scrollbar-shadow-color: #D6D6D6;
scrollbar-3dlight-color: #D6D6D6;
scrollbar-track-color: #eeeeee;
scrollbar-darkshadow-color: #e0e0e0;
  }
  
  
img {
  border: 0;
  }
  
a {
  color: #6c6c6c;
  }
a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}

 a{ 
    border:none;
    outline:none;
}
 
#container {
  width: 920px;
  height:488px;
  background: #fff;
  margin: 50px auto 10px;
  text-align: right;
  position: relative;
  }

#header  {
  width:920px;
  height: 77px;
  border-bottom: 1px solid #6c6c6c;
  font-size:11px;
  position: relative;
  }
  
#logo {
  text-align:left;
 margin: 0px 15px 0 10px;
  height:53px;
  font-size:10px;
  line-height:15px;
  /*float:left;
  width:850px;
  display:block;
  border:1px solid;*/
  }

#logo * {
  margin: 0;
  padding: 0;
  }
  
#menuDiv {
  float: right;
  clear: right;
  margin: 5px 10px 0 0;
  display: inline;
  
  }
  
.menu, .menu_on {
  text-transform: uppercase;
  font-size: 12px;
  color: #6c6c6c;
  text-align: right;
  font-weight: bold;
  }
  
.menu_rollover, .menu_on {
  color: #d3d3d3;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  }

#content {
  width:920px;
  height:410px;
  /*border-bottom: 1px solid #6c6c6c;*/
  font-size: 11px;
  position: relative;
  /*overflow: auto;*/
  }
  
#hpFlash * {
  margin: 0;
  padding: 0;
  }
  
/*---------------------------------------*/

img#catalogueMainPic {
  float: right;
  border: 2px solid #6c6c6c;
  margin: -151px 22px 0 0;
  width: 270px;
  height: 387px;
  /*display: none;*/
  }
  
img#collectionPic {
  float: left;
  margin: 11px 0 0 22px;
  }
  
#collectionPics {
  float: left;
  width: 362px;
  height: 193px;
  overflow-x: hidden;
  overflow-y: auto;
  /*border-left: 1px solid #6c6c6c;*/
  /*margin-left: 22px;*/
  direction: ltr;
  white-space: nowrap;
 margin-top:35px;
  }
  
#collectionPics img {
  border: 1px solid #6c6c6c;
  float: right;
  margin: 0 0 -1px -1px;
  width: 66px;
  display: block;
  }
  
#productDescDiv {
  float: right;
  width: 200px;
  margin: 11px 21px 0 0;
   height: 220px;
 position:relative;
  /*display: none;*/
  }
  
#productDescDiv h3 {
  margin: 0;
  padding: 0;
  color: #011d67;
  font-size: 11px;
  }
  
#productDescDiv p {
  margin: 15px 0 0 0;
  font-weight: bold;
  /*display: none;*/
  }
  
#collectionPicsDiv {
  width: 362px;
  float: left;
  /*margin-right: -5px;*/
  margin-left: 12px;
  display: inline;
  }
a.back {
  margin: 11px 0 14px 0px;
  color: #021c69;
  text-decoration: none;
  }
#productDescDiv a.back{
 position:absolute;
 bottom:0;
 margin:0;
}
#categoriesSideMenu a.back{
  color: #021c69;
  text-decoration: none;
  float: right;
  margin: 0;
}
 
/*-------------------------*/

#categoriesSideMenu {
  float: right;
  margin: 24px 20px 0 0;
  height:380px;
  overflow-y:auto;
  width:164px;
  }

#categoriesSideMenu h1{
  display: block;
  font-size: 11px;
  color: #6C6C6C;
  line-height: 18px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 0 5px 0;  
}  
#categoriesSideMenu ul {
  margin:0 0px 0 0;
  padding: 0;
  list-style: none;
  }
  
#categoriesSideMenu ul li {
  line-height: 18px;
  }
  
#categoriesSideMenu a, .notitle .category_title {
  display: block;
  font-size: 11px;
  color: #111e53;
  /*height: 18px;*/
  line-height: 18px;
  text-decoration: none;
 font-weight: bold;
  }
  
#categoriesSideMenu a:hover {
  text-decoration: underline;
  }
  
#brandsImg {
  float: left;
  }
  
/*--------------------------*/

#rightTop {
  width: 275px;
  height: 13px;
  position: absolute;
  top: 60px;
  left: 20px;
  }
  
#rightTop p {
  margin: 0;
  padding: 0;
  }

#searchDiv {
  float: right;
  width: 160px;
  }
  
#searchDiv #str {
  width: 103px;
  height: 15px;
  border: 1px solid #6c6c6c;
  padding: 1px;
  margin: 0;
  float: left;
  font-size: 10px;
  font-family: arial;
  }
  
html>body #searchDiv #str {
  height: 10px;
  }
  
#searchDiv .search_button {
  text-transform: uppercase;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 10px;
  color: #6c6c6c;
  width: 50px;
  float: right;
  }
  
#langs {
  float: left;
  }
  
#langs a {
  color: #6c6c6c;
  text-decoration: none;
  }
  
#langs a:hover {
  text-decoration: underline;
  }
  
/*------------------------------*/

#textInnerDiv {
  /*margin: 0 20px 0 0;*/
  padding: 0 20px 0 0;
  height: 400px;
  overflow: auto;
  float: right;
  direction: ltr;
  width: 657px;
  width: 880px; /*new*/
  }
  
html>body #textInnerDiv {
  width: 645px;
  width: 880px; /*new*/
  }
  
#textInnerDiv p {
  margin: 0 0 15px 0;
  padding: 0;
  text-align: justify;
  }
  
#textInnerDiv .content_pages_table {
  width: 620px;
  width: 860px; /*new*/
  /*float: right;*/
  }


h1#mainTitle {
  font-weight: bold;
  color: #001e66;
  font-size: 11px;
  text-transform: uppercase;
  margin: 10px 0 10px 0;
  padding: 0;
  }
  
img#aboutPic {
  float: left;
  margin: 12px 0 0 22px;
  }
  
/*--------------------------------------*/

#galleryDiv {
  width: 583px;
  height: 388px;
  background: #fff;
  }
  
#galleryDiv p {
  margin: 0;
  padding: 0;
  }
  
#galleryFrame {
  border: 0;
  float: left;
  width: 583px;
  height: 384px;
  overflow: hidden;
  margin: 12px 0 0 21px;
  display: inline;
  }
  
#shopsStrip {
  width: 583px;
  height: 142px;
  background: #011c6b;
  float: left;
  position: relative;
  overflow-x: scroll;
  margin-top: 15px;
  }
  
#shopsStripInner {
  width: 871px;
  height: 122px;
  position: absolute;
  right: 0;
  top: 0;  
  }
  
#shopsStrip img {
  float: right;
  clear: left;
  margin: 4px 5px 0 0;
  }
  
img#galleries_preview_bigImage {
  float: left;
 dis
  }
  
#shopsMenu {
  width: 310px;
  position: absolute;
  top: 0;
  right: 0;
  }
  
#shopsMenu a {
  font-size: 11px;
  color: #6c6c6c;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  }
  
#shopsMenu a:hover {
  color: #121e52;
  }
  
#shopsMenu h1 {
  float: right;
  margin-right: 20px;
  width: 100%;
  display: inline;
  }
  
#shopsMenu ul {
  float: right;
  list-style: none;
  margin: 0 32px 0 0;
  padding: 0;
  width: 220px;
  }
  
html>body #shopsMenu ul {
  margin: 0 64px 0 0;
  }
  
#shopsMenu ul li {
  line-height: 19px;
  }
  
#shopsMenu ul.sublist {
  margin: 0 30px 0 0;
  }
  
html>body #shopsMenu ul.sublist {
  margin: 0 30px 0 0;
  }
  
#shopsMenu ul.sublist p {
  margin: -4px 0 3px 0;
  line-height: 15px;
  }
  
#topFlash, #rightFlash, #bottomFlash, #leftFlash {
  display: none;
  }
  
#footer {
  width: 920px;
  height: 21px;
  float: left;
  text-align:left;
 font-size:11px;
  }
#footer a{
 text-decoration:none;
 color:#135180;
}
  
#bottomText {
  width: 920px;
  margin: auto;
  }
  
#bottomText p {
  margin: 0 0 10px 0;
  padding: 0;
  color: #fff;
  text-align: center;
  }
  
#bottomText a {
  color: #fff;
  }
  
table tr td {
  font-size: 12px;
  }
  
/*--------------------*/

#motioncontainer {
  width: 583px;
  height: 134px;
  background: #c6c6c6;
  float: left;
  margin-top: 15px;
  position: relative;
  }

#motioncontainer a img {
  margin: 4px 5px 0 0;
  width: 284px;
  }
  
img#rightArrow, img#leftArrow {
  position: absolute;
  bottom: 2px;
  z-index: 9999;
  }
  
img#rightArrow {
  left: 5px;
  }
  
img#leftArrow {
  right: 5px;
  }
  
.hebLink {
  font-size: 13px;
  }
  
#collectionPics div, #collectionPics br {
  display: none;
  }
  
#collectionPics .makeScroll, #collectionPics #scroll-innerBox-1, #collectionPics #scroll-handle-container1,
#collectionPics #scroll-handle-top-1, #collectionPics #scroll-handle-1, #collectionPics #scroll-handle-bot-1 {
  display: block;
  }
  
/*-----------------------*/

.shopCountryLink {
  display: inline-block;
  width: 500px;
  float: right;
  margin: 0 40px;
  line-height: 30px;
  }

.shopsDiv {
  width: 500px;
  float: right;
  }
  
#shops_first{
	border: 1px solid #6c6c6c
	}
	
/***********************/
	
.splash #topFlash, .splash #rightFlash, .splash #bottomFlash, .splash #leftFlash {
  display: block;
  }
  
.splash #content {
  width: 775px;
  height: 380px;
  border: 0;
  }
  
.splash {
  width: 775px !important;
  height: 380px !important;
  }
  


  #categoriesSideMenu ul li ul {
  margin: 3px 18px 8px 0;
  display: none;
  }
#categoriesSideMenu ul li a {
  height: auto;
  display: inline;
  }

/*scroll*/

.scroll-track{
 height:10px;
 width:10px;
 background:#f6f6f6;
}

.scroll-handle{
 height:10px;
 width:10px;
 background-image: url('gfx/fill.png');
 cursor:pointer;
}

.scroll-track-bot {
background-image: url('gfx/down.png');
height: 10px;
width: 10px;
}

.scroll-track-top {
background-image: url('gfx/up.png');
height: 10px;
width: 10px;
}

.scroll-handle-top {

}

.scroll-handle-bot {

}

.makeScroll {
  position: relative;
  }
  
#innerScrollText {
  width: 860px;
  float: left;
  }
  
/*.scroll-innerBox h1#mainTitle {
  margin-right: 20px;
  }
  
#textInnerDiv .scroll-innerBox .content_pages_table {
  width: 850px;
  }*/
  
#red span{
color:#111E53;
font-size:11px;
cursor: pointer;
font-weight:bold;
}
#black #textInnerDiv, #gold #textInnerDiv, #platinum #textInnerDiv{
 direction:rtl;
 padding: 0 10px 0 0;
}
#black table tr td, #gold table tr td, #platinum table tr td{
 vertical-align:top;
}
#black #content {
background: url('gfx/Club_benefits_page.png');
  }
 #gold #content {
background: url('gfx/gold_page.png');
  }
  #platinum #content {
background: url('gfx/platinum_page.png');
  }
#black h1#mainTitle, #gold h1#mainTitle, #platinum h1#mainTitle{
color:#fff;
}  
#black .white{
color:#fff;
}
#black .content_pages_table{
	width:372px;
}
#black #textInnerDiv p{
color:#546670;
}
.font_black{
 color:#000;
}
/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */
			
/*.holder {
	float:right;
}

.scroll-pane {
	width: 180px;
	height: 400px;
	overflow: auto;
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;*/

.collection_path{
	width:600px;
	float:left;
	text-align:right;
}
#productLong p{
font-weight:normal;
margin:0;
}
#shopsMenu #path{
	margin-right:20px;
}
#black #path, #gold #path,  #platinum #path{
	color:#fff;
}
#black #path a, #gold #path a,#platinum #path a {
	color:#fff;
}

#innerScrollText  ul.treeview{
list-style:none;
margin:0;
padding:0;
}
#productLong p{
 font-weight:normal;
}
.path{
left:22px;
position:absolute;
top:173px;
}
.publicity-inner-text{
  width:880px;
  margin: 0 0 0 20px;
  float:left;
  }
 #publicity{
  height:375px;
overflow-x:auto;
overflow-y:hidden;
/*width:500px;*/
}
#publicity table,#publicity tr,#publicity td{
vertical-align:top;
}
.notitle .title b, .category_title, a#category_back_2{
display:none;
}
.notitle .category_title, .notitle a#category_back_2{
display:block;
}


.search-catalog img{
float:right;
}
.search-catalog div span.titles_in{
display:none;
}
.products_list_single{
display:block;
clear:both;
}