@font-face { 
  font-family: Arial; 
} 

html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font: normal .80em arial, sans-serif;
  background: #4A4E44 url(../../images/riddle/pattern.png) repeat fixed;
  color: #403838;
  direction:rtl;
}

p { 
  padding: 0 0 20px 0;
  line-height: 1.7em;
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  font: normal 170% arial, sans-serif;
  color: #FFF;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
}

h1 { 
  color: #A50303;
  font: 170% arial, sans-serif;
  
}

h2 { 
  font: normal 130% arial, sans-serif;
  color: #A50303;  
  margin: 0;
  padding: 8px 0 8px 0;
}

h3 { 
  font: normal 125% 'lucida sans unicode', arial, sans-serif;}

h4, h5, h6 { 
  margin: 0;
  padding: 0 0 5px 0;
  font: normal 110% arial, sans-serif;
  color: #B60000;
  line-height: 1.5em;
}

h5, h6 { 
  font: italic 95% arial, sans-serif;
  color: #888;
  padding-bottom: 15px;
}

h6 { 
  color: #362C20;
}


a, a:hover { 
  background: transparent;
  outline: none;
  text-decoration: underline;
  color: #ACB200;
}

a:hover { 
  text-decoration: none;
  color: #403838;
}

blockquote { 
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
  list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, header, #logo, nav, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

#main { 
  width: 950px;
  margin: 20px auto;
}

#header { 
  width: 950px;
  height: 150px;
}

#logo { 
  width: 900px;
  position: relative;
  height: 130px;
  background: transparent;
  
}

#logo h1 {
  float: left;
  width: 50%;
  font: normal 355% 'Yanone Kaffeesatz', arial, sans-serif;
}

#logo h1 a {
  text-decoration: none;
  color: #FFF;
}

#logo h1 a .logo_colour { 
  color: #ACB200;
}

#logo a:hover .logo_colour { 
  color: #FFF;
  text-decoration: none;
}

nav { 
  float: left;
  height: 50px;
  width: 950px;
  margin: 1px auto 0 auto;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border: 10px 10px 0 0;
  background: url(../../images/riddle/menubar.png);
} 

#site_content { 
  width: 950px;
  overflow: hidden;
  margin: 44px auto 0 auto;
  padding: 0px 0px 0px 0px;
  background: #FFF url(../../images/riddle/site_content2.png) repeat-y;
  border-top: 0;
  border-bottom: 0;
} 

 
 

#content { 
  text-align: justify;
  width: 950px;
  padding: 0;
  margin: 10px 10px 10px 10px;
  background: #EBEDD3;
  float:left;
}

#content_item { 
  width: 950px;
  padding: 0 15px 10px 25px;
}

/* styling for the slideshow on the homepage */
ul.slideshow {
  list-style: none;
  width: 706px;
  height: 270px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
footer { 
  width: 950px;
  font: normal 100% arial, sans-serif;
  height: 125px;
  padding: 27px 0 5px 0;
  text-align: center; 
  color: #FFF;
  line-height: 14px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border: 0 0 10px 10px;
  background: transparent url(../../images/riddle/footer.png) repeat;
}

footer a, footer a:hover { 
  color: #FFF;
  text-decoration: underline;
}

footer a:hover { 
  color: #FFF;
  text-decoration: none;
}

.form_settings { 
  margin: 5px 0 0 0;
  padding-right:30px;
}


.form_settings .div {
    min-height:35px;
}
.form_settings p { 
  padding: 0 0 4px 0;
}

/*.form_settings span { 
  float: left; 
  width: 200px; 
  text-align: left;
}*/
    .form_settings input
    {
        padding: 5px; 
   
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #fff; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
    } 
 .form_settings textarea { 
  padding: 5px; 
    
  font: 180% arial; 
  border: 1px solid #E5E5DB; 
  
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  /*-moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;*/  
}
.form_settings .textareaAnswer {
    background: #EBEDD3; 
}
  
.form_settings .submit { 
  font: 100% arial; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #3B3B3B; 
  color: #FFF;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}



.form_settings .submitDisable { 
  font: 100% arial; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor:not-allowed; 
  background: #E5E5DB; 
  color: #FFF;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
.form_settings textarea{ 
  font: 140% arial; 
  width: 499px;
  height:50px;
}

.form_settings select { 
  width: 310px;
}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}
  
table { 
  margin: 10px 0 30px 0;
}

table tr th, table tr td { 
  background: #3B3B3B;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;
}
  
table tr td { 
  background: #FFF;
  color: #47433F;
  border-top: 1px solid #ddd;
}



/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 220px;
}

html body ul.sf-menu ul ul 
{ margin: 0 0 0 220px;
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;
}

ul.sf-menu { 
  display: block;
  position: relative;
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;
}
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix */ 
}

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

/* autoArrows CSS */
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 23px;
  right: 5px;
  display: block;
  background: url(../../images/riddle/arrows-white.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}

ul ul span.sf-arrow { 
  right: 10;
  top: 17px;
  background-position: 0 100%;
}

/* theming the menu */
ul#nav { 
  float: right;
}

ul#nav ul { 
  background: url(../../images/riddle/menu_hover.png) repeat;
  padding-bottom: 15px;
}

ul#nav li a { 
  padding:15px 16px 15px 16px;
  font: 130% arial,verdana,sans;
  text-shadow:1px 1px #000;
  text-decoration:none;
  color:#FFF;
  margin-right: 2px;
}

ul#nav li span { 
  padding:15px 16px 15px 16px;
  font: 130% arial,verdana,sans;
  text-shadow:1px 1px #000;
  text-decoration:none;
  color:#FFF;
  margin-right: 2px;
}

ul#nav ul li a { 
  padding:10px 16px 10px 16px;
}

ul#nav li a:hover,ul#nav li a:focus { 
  color:#C2C406;
}



.noborder {
    border: none;
}


.onechar {
    width:40px;
    height:40px;
    font-size:200% !important;
    margin-right:2px !important;
    padding-right:5px;
    padding-left:5px;
    background-color:#000000 !important;
    color:#fff !important;
}


.disabledBtn {
    cursor:not-allowed;
    background-color:#666;
    
}
.BigFont {
 font: 140% arial; 
 }
.margintop {
    margin-top:10px;
    font: 120% arial; 
}

.score {
    font: 680% narkisim; 
    color:#787a32;
    font-stretch:extra-expanded;
    font-weight:900;
    text-align:center;
}

.rightCol {
    float:right;
    width:100px;
}
.leftCol {
    float:right;
    width:500px;
}
.heightSpace {
    width:400px;
    
}

.offensive-report {

   height: 22px;
   cursor:pointer;
}
/*#########################################*/
	.hoverTable{
		width:100%; 
		border-collapse:collapse; 
	}
	.hoverTable td{ 
		padding:7px; border:#4e95f4 1px solid;
	}
	/* Define the default color for all the table rows */
	.hoverTable tr{
		background: #b8d1f3;
	}
	/* Define the hover highlight color for the table row */
    .hoverTable tr:hover {
          background-color: #ffff99;
    }

    /*#########################################*/
.ulsquare {
        list-style-image:  url(../../images/riddle/square.png);

}
.solResult {
background-color:#ACB200; width:130%; text-align:right; margin-right:-40px; padding-right:20px; vertical-align:middle;
}

.productsBox {
    width:170px;
    height:280px;
    border:1px solid #c4c79a;
    margin: 5px 5px 5px 5px; 
    float:right;
    background-color:#e4e6c5;
    border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
}

.productsBoxAd {
  width:350px;
  height:280px;
  border:1px solid #c4c79a;
   margin: 5px 5px 5px 5px; 
   float:right;
    background-color:#e4e6c5;

}
.productBox {
    width:540px;
    
   margin: 15px 15px 15px 15px; 
   float:right;
    
}

.productsContent {
    width:950px; 
    text-align:center;
    margin:12px 12px 12px 12px;
    float:none
}
.productsImg {
    width:90px;
    height:90px;
    border-radius: 180px;
	-webkit-border-radius: 180px;
	-moz-border-radius: 180px;
}
 

.productImg {
    max-width:250px;
    max-height:250px
}
.siteAll {
    width:930px;
    margin:0 10px 10px 0;
}
.siteRight {
      width:200px;
    float:right;
   
}

.siteLeft {
      width:200px;
    float:left;
  
}

.siteMain {
    width:500px;
    float:right;
   
    margin:0 10px 0 0;
}

.SiteMinHeight {
    min-height:300px;
}
.marginproduct {
margin-top:20px;
}

.InProductBox {
margin-top:8px;
}

.marginIndexTxt {
    margin:40px 40px 40px 40px;

}