/*@import 'Base.css';*/
html,body,div,span,img,applet,embed,canvas,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,b,u,i,s,center,dl,dt,dd,ol,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td
{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
background:transparent
}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
html{height:100%;}
body,input,textarea{font:12px Arial,sans-serif;}

h1,h2,h3,h4,h5,h6{font-weight:bold;}
h1{font-size:1.5833em;color: #FFAE35;}
h2{font-size:1.3333em;}
h3{font-size:1.1666em;}
h5,h6{font-size:.8333em;}
dt{font-weight:bold;}

a:link{cursor: pointer; color: #0d72b9; text-decoration: none; }
a:visited{cursor: pointer; color: #0d72b9; text-decoration: none; }
a:hover{cursor: pointer; color: #0d72b9; text-decoration: none; }
a:active{cursor: pointer; color: #0d72b9; text-decoration: none; }


input[type='text'],input.text ,.TextBox
{
    border:0;
}
.TextBox
{
border:1px;
text-align: left;
cursor: text;
}

input[type='file'],input.file 
{
	border:1px solid #D3D9E2;
	margin-bottom:3px;
	text-align: left;
}


input[type='password'],input.password
{
border: 1px solid #ccc;
color: #999999;
height: 16px;
text-align: left;
}

input.checkbox
{
border: 1px solid #ccc;
}
input.checkbox
{
outline: 1px solid #ccc;
}
span
{
}
button
{
background-color:  Transparent;
}
ol
{
margin-top: 0px;
padding-left: 0px;
margin-bottom: 0px;
margin-left: 9px;
line-height: 120%;
list-style-type: square;
text-align: left;
text-decoration: none;
}

table
{
    text-align:center;
}

/*
ol   li{ list-style-type: decimal; }
ol { list-style-type: upper-roman; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: decimal; }
ol ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol ol { list-style-type: lower-roman; }

ul
{
margin-top: 2px;
padding-left: 0px;
margin-bottom: 0px;
line-height: 120%;
list-style-type: square;
text-align: left;
text-decoration: none;
}
li
{
margin-top: 2px;
padding-left: 3px;
margin-bottom: 0px;
margin-left: 9px;
line-height: 120%;
list-style-type: square;
text-align: left;
text-decoration: none;
}
*/


select
{
border: 1px solid #ccc;
text-align: left;
color:#999999;
}

textarea
{
border: 1px solid #ccc;
text-align: left;
color:#000;
}


p
{
padding-top:10px;
}
b
{
font-weight: bold;
}
img
{
border: none;
}




.clearboth { clear: both; }

#clear{
clear:both;
}



/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em }
A[href]         { text-decoration: underline }
:focus          { outline: none }


/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

/* Elements that are block-level in HTML4 */
ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
COL, COLGROUP, TD, TH, CAPTION 
                { unicode-bidi: embed }
/* End bidi settings */


@media print {
  page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
  
   .subMenuSelected
    {
        height:24px;
        background-color:#414244;
    }

}



/* ########################################################################################################## */
/* ########################################     Site      ################################################### */
/* ########################################################################################################## */

html
{
    height:100%; 
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    direction: ltr;
    background-color: #f2f2f2;
}


h1,h2,h3 span {
    display:none;
}

h1 {
    height:30px;
    margin:0;
    padding:0;
    display:block;
}
h2 {
    height:30px;
    margin:0;
    padding:0;
}
h3 {
    height:39px;
    margin:0;
    padding:0;
}
h4 {
    height:30px;
    margin:0;
    padding:0;
}
h5 {
    height:30px;
    margin:0;
    padding:0;
}
marquee
{
text-align: left;
color:#333;
}

big
{
    font-size:130%;
}
small
{
    font-size:70%;
}
q
{
    font-weight:bold;
}
#container
{
    clear: both;
    width:850px;
    height:100%;
    margin: 0 auto;
    z-index:-1;
    text-align: left;
	background-color:#fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;	
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;	

    /*position: relative;*/
}


#header{
margin-left: 5px;
width:850px;
height:103px;
z-index:-1;
}

#logo{
float:left;
width:200px;
height:73px;
z-index:-1;
}

#menu-list{
	float:left;
	margin-left:205px;
    height:30px;
    width:460px;
    clear: both;
}
#banner{
    height:30px;
    width:850px;
    clear: both;
}

.topHeaderBG
{
    color:#bbb;
    background-image: url(../Images/menuBG.gif);
    background-repeat: repeat-x;
}
.MenuItem
{
    text-align:center;
    padding-left:5px;
    padding-right:5px;
    white-space:nowrap;
}


#content
{   
    clear: both;
    margin-top:0px;
    min-height: 340px;
    height: 100%;
    background-color:Transparent;
    z-index: -1;
    width: 850px;
    margin-left: 5px;
    overflow: hidden;
    display:inline-block;
    vertical-align:top;
}

#contentHeader
{
    height:100px;
    width:850px;
    background-image: url(../Images/contentHeader.png);
    background-repeat:no-repeat;
    background-color: Transparent;
}
#contentHeader img
{
    padding-top:15px;
    padding-left:10px;
}

#contentLeftNav
{
    width: 198px;
    height:250px;
    overflow: hidden;
    background-color:#262626; 
    background-image: url(../Images/contentHeaderMiddle.png);
    background-repeat:repeat-y;
    z-index:-10;
    
    
}



#contentDefault-left 
{
    float: left;
	margin-left:5px;
	width: 200px;
	top:-0px;
	text-align: justify;
    background-color: Transparent;
	overflow: hidden;
	height:100%;
}

#contentDefault-Main
{
    float: left;
    width: 385px;
    margin-right:20px;
    margin-left:20px;
    background-color: Transparent;
    overflow: hidden;
    text-align: left;
    display:inline-block;    
}
#contentDefault-Main h1
{
    margin-top:15px;
    padding: 4px 50px 0px 17px;
    text-align: left;
    font-size: 1.45em;
    color: #333;
    background-image: url(../images/Icon_H1.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-bottom:10px;
}

#contentDefault-right 
{
    float: left;
	width: 200px;
	top:-0px;
	padding-top:20px;
	text-align: justify;
    background-color: Transparent;
	position:relative;
	overflow: hidden;
	height:100%;
	background-color:#f7f7f7;
}


#featured-products
{
    text-align: left;
    color: #333;
    display:inline-block;
}

#featured-products h2
{
    margin-top:15px;
    padding: 4px 0 0px 17px;
    text-align: left;
    font-size: 1.5em;
    color: #333;
    background-image: url(../images/Icon_H1.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-bottom:10px;
    display:inline-block;
    font-weight:normal;
}


#featured-products h2 span
{
    color: #333;
    display:inline-block;
}

#featured-products ul
{
    margin: 0 auto;
    margin-top: 2px;
    padding-left:  5px;
    margin-bottom: 0px;
    line-height: 120%;
    list-style-type: square;
    text-align: left;
    text-decoration: none;
}
#featured-products li
{
    margin-top: 2px;
    padding-left: 15px;
    margin-bottom: 0px;
    margin-left: 5px;
    line-height: 140%;
    list-style-type:   none;
    text-align: left;
    text-decoration: none;
    background-image: url(../images/bullet.gif);
    background-position: center left;
    background-repeat: no-repeat;
    color: #333;
    border-bottom:1px #ccc solid;

}
#featured-products li a:link{cursor: pointer; color: #333; text-decoration: none;}
#featured-products li a:visited{cursor: pointer; color: #333; text-decoration: none;}
#featured-products li a:hover{cursor: pointer; color: #333; text-decoration: underline;}
#featured-products li a:active{cursor: pointer; color: #333; text-decoration: none;}




#online-support
{
    text-align: left;
    color: #333;
    display:inline-block;
}

#online-support h3
{
    padding: 4px 0 0px 13px;
    text-align: left;
    font-size: 1.5em;
    color: #333;
    background-image: url(../images/Icon_H1.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
    display:inline-block;
    font-weight:normal;
}

#NewsLetterSignForm
{
    padding: 2px 15px;
    width: 180px;
    vertical-align: top;
    text-align: center;
}

.NewsLetterSign-label
{
    float: left;
    width: 40px;
    font-weight: bold;
    color:#333;
    text-align:left;
    margin-top:3px;
}


input.NewsLetterSign-input
{
    cursor: text;
    height: 18px;
    text-align: left;
    z-index: 100;
    width: 100px;
	border:  0px;
    background-image:url(../images/searchMiddle.jpg);
    background-position:top left;
    background-repeat:  repeat-x; 
    vertical-align:  middle;
    font-size: 1em;
    color:#333;
}
input.NewsLetterSign-input-right
{
    cursor: text;
    height: 18px;
    text-align: left;
    z-index: 100;
    width: 100px;
	border:  0px;
    background-image:url(../images/searchMiddle.jpg);
    background-position:top left;
    background-repeat:  repeat-x; 
    vertical-align:  middle;
    font-size: 1em;
    color:#333;
}
#NewsLetterSign-button
{
    float:right;
    margin-top:-8px;
    margin-left:15px;
    padding: 0px 20px 0px 0px;
    text-align: right;
    font-size: 1em;
    white-space: nowrap;
    vertical-align: top;
    cursor:pointer;
    color:#ec2079;
}
.NewsLetterSign-button-over
{
    float:right;
    margin-top:4px;
    padding: 0px 20px 0px 0px;
    text-align: right;
    font-size: 1em;
    white-space: nowrap;
    vertical-align: top;
    cursor:pointer;
    color:#ec2079;
    text-decoration: underline;
}

#InnerPageHeader
{
margin-left:5px;
}
 #content-wide
{
    float: left;
    width: 625px;
    padding-left:15px;
    
    min-height:500px;
    height:100%;
    background-color: Transparent;
    overflow: hidden;
    text-align: left;
    display:inline-block;
}

#content-wide a:link{ cursor: pointer; color: #0d72b9;text-decoration: none;  }
#content-wide a:visited{cursor: pointer; color: #0d72b9; text-decoration: none; }
#content-wide a:hover{cursor: pointer; color: #0d72b9; text-decoration: underline; }
#content-wide a:active{cursor: pointer; color: #0d72b9; text-decoration: none; }


#content-wide-short
{
    float: left;
    width: 625px;
    padding-left:15px;
    
    min-height:350px;
    height:100%;
    background-color: Transparent;
    overflow: hidden;
    text-align: left;
    display:inline-block;
}

#content-wide-short a:link{ cursor: pointer; color: #0d72b9;text-decoration: none;  }
#content-wide-short a:visited{cursor: pointer; color: #0d72b9; text-decoration: none; }
#content-wide-short a:hover{cursor: pointer; color: #0d72b9; text-decoration: underline; }
#content-wide-short a:active{cursor: pointer; color: #0d72b9; text-decoration: none; }

#online-support-right
{
    float: left;
	width: 200px;
	top:8px;
	padding-top:20px;
	text-align: justify;
	position:relative;
	overflow: hidden;
	
	height:146px;
	height:100%;
	background-color:#f7f7f7;
    text-align: left;
    color: #333;
    display:inline-block;
}

#online-support-right h3
{
    padding: 4px  0px 0px 13px;
    margin-left:15px;
    text-align: left;
    font-size: 1.5em;
    color: #333;
    background-image: url(../images/Icon_H1.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
    display:inline-block;
    font-weight:normal;
}
#online-support-right-footer
{

    position:relative;
    display:inline-block;
    background:#fff url(../images/online-support-footer.png);
    background-position: top center;
    background-repeat: no-repeat;
    height:13px;
    width:200px;
}

#crew
{
    float:left;
    cursor: text;
    margin-left: 20px;
    border: 0px;
    color: #333;
    height: 130px;
    text-align: left;
    z-index: 100;
    width: 144px;
}
#crew h2
{
    height:5px;
    margin-top: 4px;
    margin-left: 20px;
    color: #9ACD02;
    text-align: left;
    z-index: 1;
    display:inline-block;
    font-size: 1.1em;
}
#crew p
{
    margin-left: 20px;
    border: 0px;
    color: #333;
    height: 130px;
    text-align: left;
    z-index: 1;
    width: 144px;
}

#think-big
{
    float:right;
    cursor: text;
    margin-right: 20px;
    border: 0px;
    color: #333;
    height: 130px;
    text-align: left;
    z-index: 100;
    width: 144px;
}
#think-big h2
{
    height:5px;
    margin-top: 4px;
    margin-left: 20px;
    color: #ec2079;
    text-align: left;
    z-index: 1;
    display:inline-block;
    font-size: 1.1em;

}

#think-big p
{
    margin-left: 20px;
    border: 0px;
    color: #333;
    height: 130px;
    text-align: left;
    z-index: 1;
    width: 144px;
}


#returns-policy
{
    display:inline-block;
    text-align:center;
    width:200px;
}
#returns-policy span
{
    margin-top:15px;
  text-align:center;
}
.returns-policy
{
    color:#ec2079; 
    font-size: 1.1em;
    display:inline-block;
    cursor:pointer;
}

.returns-policy-over
{
    color:#ec2079; 
    font-size: 1.1em;
    display:inline-block;
    cursor:pointer;
    text-decoration:underline;
}

#our-products
{
    cursor: text;
    margin-top: 16px;
    margin-left: 28px;
    color: #333;
    text-align: center;
    z-index: 100;
    width: 144px;
}
#our-products h2
{
    height:5px;
    margin-top: 4px;
    margin-left: 5px;
    color: #5dbde7;
    text-align: left;
    z-index: 1;
    display:inline-block;
    font-size: 1.1em;
}

#our-products p
{
    margin-left: 5px;
    color: #333;
    text-align: left;
    z-index: 1;
    width: 164px;
    margin-bottom: 20px;

}

#toys-items
{

    float:left;
    width:500px;
    margin-left: 120px;
    color: #333;
    text-align: left;
    z-index: 1;
    margin-top: 25px;
    margin-bottom: 20px;
}
#toys-items span
{

    margin-left: 40px;
    text-align: left;
    z-index: 1;
}

.toy-link
{
    float:left;
    width:164px;
    margin-left: 0px;
    color: #333;
    text-align: left;
    z-index: 1;
    display:inline-block;
}
.toy-link-text
{
    margin-left: 40px;
    color: #333;
    text-align: left;
    z-index: 1;
    display:inline-block;
}


.subMenu
{
    background-color:Transparent;
}
 a.subMenu:link{cursor: pointer; color: #333; text-decoration: none;}
 a.subMenu:visited{cursor: pointer; color: #333; text-decoration: none;}
 a.subMenu:hover{cursor: pointer; color: #333; text-decoration: underline;}
 a.subMenu:active{cursor: pointer; color: #333; text-decoration: none;}


.subMenuSelected
{

background-color: #d9df27;
color: #fff;

}
 a.subMenuSelected:link{cursor: pointer; color: #fff; text-decoration: none;}
 a.subMenuSelected:visited{cursor: pointer; color: #fff; text-decoration: none;}
 a.subMenuSelected:hover{cursor: pointer; color: #fff; text-decoration: underline;}
 a.subMenuSelected:active{cursor: pointer; color: #fff; text-decoration: none;}
 
#content-wide-header
{
    text-align: left;
    font-size: 1.2em;
    color: #0d72b9;
    vertical-align: top;
    overflow:   hidden;
}
#content-wide-header a:link{ cursor: pointer; color: #333;text-decoration: none;  }
#content-wide-header a:visited{cursor: pointer; color: #333; text-decoration: none; }
#content-wide-header a:hover{cursor: pointer; color: #333; text-decoration: underline; }
#content-wide-header a:active{cursor: pointer; color: #333; text-decoration: none; }

#content-wide-header h1
{
    padding-top:15px;
    font-size: 1.2em;
    vertical-align: top;
}


#content-wide-header h1 span  
{
    text-align: left;
    color:#d9df27; 
}

#content-wide-header p
{
    font-size: 0.9em;
    vertical-align: top;
    color:#333;
    width:595px;
    
}


#content-wide-products  
{
    width:600px;
    padding-top:15px;
    text-align: left;
    color:#333; 
    font-size: 1em;
}
.product-list
{
    padding-bottom:25px;
}
.product-list  img
{
    border:0;
    float:left;
    margin-right:15px;
}
.product-list h3
{
    text-align: left;
    color:#333; 
    font-size: 1.1em;
    height:10px;
    display:inline-block;
}
.product-list h3 a:link{ cursor: pointer; color: #333;text-decoration: none;  }
.product-list h3 a:visited{cursor: pointer; color: #333; text-decoration: none; }
.product-list h3 a:hover{cursor: pointer; color: #333; text-decoration: none; }
.product-list h3 a:active{cursor: pointer; color: #333; text-decoration: none; }

.more-items
{
    float:right;
    padding-right:5px;
    text-align: left;
    color:#ec2079; 
    height:10px;
    display:inline-block;
}
.more
{
    padding-right:5px;
    text-align: left;
    color:#ec2079; 
    font-size: 1.1em;
    display:inline-block;
    cursor:pointer;
}
.more-over
{
    padding-right:5px;
    text-align: left;
    color:#ec2079; 
    font-size: 1.1em;
    display:inline-block;
    cursor:pointer;
    text-decoration:underline;
}
.more-or
{
    padding-right:5px;
    text-align: left;
    color:#333; 
    display:inline-block;
    cursor:pointer;
}
#mall  
{
    float:left;
    width:593px;
    padding-top:15px;
    text-align: left;
    color:#333; 
    font-size: 1em;
}
#mall p
{
    padding-bottom:10px;
}
#mall img
{
    float:left;
    width:193px;
    padding-right:4px;
    padding-top:4px;
}


.mail-return
{
    direction:ltr;
    color:#333;
    margin-top:15px;
    text-align:center;
}
.mail-sucsses
{
    direction:ltr;
    color:#faaf3a;
}
.mail-fail
{
    direction:ltr;
    color:#E12235;
}


#contact-text
{
    float: left;
    width:250px;
    padding-right:20px;
    background-color:Transparent;
    overflow: hidden;
    z-index:-1;
    display:inline-block;
    border-right:1px solid #ccc;
    
}
#contact-us
{
    float: right;
    margin-right:20px;
    width:320px;
    background-color:Transparent;
    margin-top:40px;
    overflow: hidden;
    z-index:-1;
    display:inline-block;
}
#map
{
    margin-top:50px;
    text-align: center;
    clear:both;
    display:inline-block;
}

#Recruitment
{
    float: left;
    left:0px;
    width:350px;
    background-color:Transparent;
    margin-top:20px;
    padding:0;
    overflow: hidden;
    z-index:-1;
}

#Recruitment-text
{
    float: right;
    width:250px;
    padding-left:20px;
    background-color:Transparent;
    margin-top:10px;
    overflow: hidden;
    z-index:-1;
    display:inline-block;
}
#recruitment-products
{
    float: left;
    left:0px;
    width:600px;
    background-color:Transparent;
    margin-top:40px;
    padding:0;
    overflow: hidden;
    z-index:-1;
}
.recruitment-products-item
{
    margin-bottom:35px;
}
.recruitment-products-item h3
{
    padding: 0px  0px 0px 13px;
    margin-top:0px;
    margin-bottom:5px;
    text-align: left;
    font-size: 1.1em;
    color: #333;
    background-image: url(../images/bullet.gif);
    background-position: center left;
    background-repeat: no-repeat;
    vertical-align:  middle;
    display:inline-block;
    font-weight:normal;
    height:auto;
}

.emailmessage
{
    float: left;
    text-align: left;
    width: 300px;
    font-weight: bold;
    color:#9ACD02;
}
.emailmessage-ajax
{
    float: left;
    margin-left:10px;
    text-align: left;
    width: 300px;
    font-weight: bold;
    color:#9ACD02;
}

#phone
{
    padding-top:60px;
    text-align: center;
    vertical-align: top;
}



/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */




#contentDefault-center
{
    padding: 0px 10px 20px 10px;
    color: #333;
    z-index:100;
    overflow: hidden;
    height:100%;
}
#contentDefault-center a:link{ cursor: pointer; color: #0d72b9;text-decoration: none;  }
#contentDefault-center a:visited{cursor: pointer; color: #0d72b9; text-decoration: none; }
#contentDefault-center a:hover{cursor: pointer; color: #0d72b9; text-decoration: underline; }
#contentDefault-center a:active{cursor: pointer; color: #0d72b9; text-decoration: none; }


#contentDefault-Banner
{
    float: right;
    width: 570px;
    background-color: Transparent;
    margin-top:20px;
    margin-bottom:20px;
    overflow: hidden;
    display:inline-block;    
}







.subSubMenu
{
    background-color:Transparent;
    color: #0d72b9;
    padding-left:35px;
    padding-top:5px;
    height:15px;  
    display:block;
    z-index: 1;
    font-size: 12px;
    vertical-align : baseline;
    font-weight: normal;
    line-height:1.6em;
    line-height:1.4em;    
}
 a.subSubMenu:link{cursor: pointer; color: #0d72b9; text-decoration: none;}
 a.subSubMenu:visited{cursor: pointer; color: #0d72b9; text-decoration: none;}
 a.subSubMenu:hover{cursor: pointer; color: #0d72b9; text-decoration: underline;}
 a.subSubMenu:active{cursor: pointer; color: #0d72b9; text-decoration: none;}
 
 
.subSubMenuSelected
{
    background-color:Transparent;
    color: #0d72b9;
    padding-left:35px;    
    padding-top:5px;
    height:15px;  
    display:block;
    z-index: 1;
    font-size: 12px;
    vertical-align : baseline;
    font-weight: normal;
    line-height:1.6em;
}
 a.subSubMenuSelected:link{cursor: pointer; color: #0d72b9; text-decoration: none;}
 a.subSubMenuSelected:visited{cursor: pointer; color: #0d72b9; text-decoration: none;}
 a.subSubMenuSelected:hover{cursor: pointer; color: #0d72b9; text-decoration: underline;}
 a.subSubMenuSelected:active{cursor: pointer; color: #0d72b9; text-decoration: none;}

 
#standard
{
    margin-right:13px;    
    display:inline-block;
    direction:ltr; 
}
#standard h1
{
    font-weight: bold;
    padding: 2px 0px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #fff;
    background: #333 url(../images/CategorySubHeader.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    width: 558px;
    height: 24px;
    display: inline-block;
}
#standard h1 span
{
    padding-right: 55px;
    display:inline-block;
}
#standard h2
{
    font-weight: bold;
    padding: 2px 0px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #fff;
    background: #333 url(../images/CategorySubHeader.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    width: 730px;
    height: 24px;
    display: inline-block;
}
#standard h2 span
{
    padding-left: 20px;
    display:inline-block;
}
#standard h3
{
    font-weight: bold;
    padding: 2px 0px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #fff;
    background: #00aeef url(../images/CategorySubHeader.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    width: 558px;
    height: 24px;
    display: inline-block;
}
#standard h3 span
{
    padding-right: 55px;
    display:inline-block;
}
#standard p
{
    padding-top:6px;    
    margin-right:20px;    
    width:580px;
    display:inline-block;    
    color: #333;
}
#standard ul
{
    margin-top: 2px;
    padding-right: 30px;
    margin-bottom: 0px;
	margin-left: -10px;
    line-height: 120%;
    list-style-type: square;
    text-align: left;
    text-decoration: none;
}
#standard li
{
    margin-top: 2px;
    padding-left: 15px;
    margin-bottom: 0px;
    margin-left: -10px;
    line-height: 120%;
    list-style-type:   none;
    text-align: left;
    text-decoration: none;
    background-image: url(../images/bullet_squar.png);
    background-position: center left;
    background-repeat: no-repeat;
     color: #333;

}

#standard li a:link{cursor: pointer; color: #0d72b9; text-decoration: none;}
#standard li a:visited{cursor: pointer; color: #0d72b9; text-decoration: none;}
#standard li a:hover{cursor: pointer; color: #0d72b9; text-decoration: underline;}
#standard li a:active{cursor: pointer; color: #0d72b9; text-decoration: none;}



#standard-title
{
    margin-left:15px;    
    display:inline-block;
    direction:ltr; 
	width: 230px;
}
#standard-title h1
{
    font-weight: bold;
    padding: 6px 0px 0px 0px;
    text-align: center;
    font-size: 1.4em;
    white-space: nowrap;
    color: #fff;
    background: url(../images/PageTitle_Back_Middlejpg.jpg);
    background-repeat: repeat-x;
    vertical-align: top;
    width: 190px;
    height: 40px;
    display: inline-block;
}
#standard-title h1 span
{
    padding-right: 55px;
    display:inline-block;
}




#content-wide-eng h1
{
    font-weight: bold;
    padding: 2px 0px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #333;
    background: #333 url(../images/CategorySubHeader-eng.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    width: 558px;
    height: 24px;
    display: inline-block;
    margin-right:15px;
}

#standard-eng
{
    margin-right:13px;  
    width:620px;  
    display:inline-block;
    direction:ltr; 
}
#standard-eng h1
{
    font-weight: bold;
    padding: 2px 0px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #333;
    background: #333 url(../images/CategorySubHeader-eng.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    width: 558px;
    height: 24px;
    display: inline-block;
}
#standard-eng h1 span
{
    padding-left: 55px;
    display:inline-block;
}

#standard-eng p
{
    padding-top:6px;    
    margin-right:20px;    
    width:580px;
    display:inline-block;    
    color: #333;
}
#standard-eng ul
{
    margin-top: 2px;
    padding-right: 30px;
    margin-bottom: 0px;
    line-height: 120%;
    list-style-type: square;
    text-align: left;
    text-decoration: none;
}
#standard-eng li
{
    margin-top: 2px;
    padding-right: 15px;
    margin-bottom: 0px;
    margin-left: 5px;
    line-height: 120%;
    list-style-type:   none;
    text-align: left;
    text-decoration: none;
    background-image: url(../images/bullet_squar.png);
    background-position: center right;
    background-repeat: no-repeat;
     color: #333;

}





#news
{
    clear:both;
    width:200px;
    height:85px;
    margin-top:0px;
    margin-bottom:55px;
    text-align:left;
    background-color: Transparent;
    display:inline-block;
}

#news h3
{
    padding: 2px 55px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #333;
    background-image: url(../images/title.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    vertical-align: top;
}

.newsBG
{
    color:#bbb;
    background-color: #464646;
}

#default_video
{
    clear:both;
    width:200px;
    height:250px;
    margin-top:-10px;
    text-align:right;
    background-color: Transparent;
    display:inline-block;
}

#default_video h5
{
    padding: 2px 55px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #333;
    background-image: url(../images/title.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    vertical-align: top;
}
#default_video h3
{
    text-align:right;
    background-color: Transparent;
    display:inline-block;
    color:#333;
}
#default_video h4
{
    text-align:right;
    background-color: Transparent;
    display:inline-block;
    color:#333;
    
}








#contentLeftNav p
{
    background-color:#262626;    
    display:block;
}

#contentLeftNavFoot
{
    margin-top: 0px; 
    background : url(../Images/contentNavBottom.png) no-repeat; 
    width:198px;
    height:15px;
}
	
#contentLeft
{
    background-color: Transparent;
    float: left;
    width: 198px;
    left:0px;
    position:relative;
}

#contentMain
{
    width: 571px;
    background-color: Transparent;
    overflow: hidden;
    text-align: justify;
}
#main
{
    float: left;
    left:0px;
    width:370px;
    background-color:Transparent;
    margin-left:15px;
    padding:0;
    overflow: hidden;
    z-index:-1;
}




#contentExtra 
{
    float: left;
	padding-left:10px;
	width: 145px;
	top:-0px;
	text-align: justify;
    background-color: Transparent;
    color:#bbb; 
	position:relative;
	overflow: hidden;
}


/*#etgar {background-image:url(../images/img_preamble.jpg);background-position:right bottom;}*/






/*#etgar h3 {background:url(../images/title_preamble.gif) no-repeat;}*/
#main h1
{
    padding:0px 50px 0px 15px;
    text-align: left;
    font-size: 1.5em;
    color: #0d72b9;
/*   	'Sub Title'	: { Element : '', Styles : { 'color' : 'Orange', 'font-size' : '1em', 'font-weight' : 'bold','background-image':'url(../images/bulletSub.png) no-repeat','background-position':'top left'} }*/
    background-image:url(../images/bulletHeader.png);
    background-position:top left;
    background-repeat: no-repeat; 
    vertical-align: top;
}

#main p span  
{
    text-align: justify;
    color:#333; 
    font-size: 1em;
}
#main p span  b
{
    text-align: justify;
    color:red; 
    font-size: 2.3em;
    font-weight:bold;
}



#contentMainProduct
{
    margin-top:-2px;
    background-color: Transparent;
    overflow: hidden;
    text-align: justify;
    
    width: 850px;
    background-image:url(../images/products_back_Up.png);
    background-position:top left;
    background-repeat: no-repeat;  
    z-index:-1;
}
#contentMainProductBottom
{
    margin-top:0px;
    width: 850px;
    height:30px;
    background-image:url(../images/Products_back_Bottom.png);
    background-position:bottom  center;
    background-repeat: no-repeat; 
    z-index:-1;
}
#contentMainProductBG
{
    margin-top:10px;
    width: 850px;
    background-image:url(../images/Products_back_Middle.png);
    background-position:bottom left ;
    background-repeat:  repeat-y; 
    z-index:-10;
}

#mainProduct
{
    float: left;
    left:0px;
    width:514px;
    background-color:Transparent;
    margin-top:25px;
    margin-left:35px;
    
    padding:0;
    overflow: hidden;
    z-index:-1;
}

#mainProductHeader
{
    margin-top:1px;
    margin-left:35px;
    overflow: hidden;
    vertical-align: top;
}


#mainProductHeader h1 span
{
    padding-top:20px;
    text-align: left;
    color: #0d72b9;
    vertical-align: top;
}

#mainProduct h3
{
    text-align: left;
    color: #333;
    vertical-align: top;
}

#contentExtraProduct 
{
    float: left;
	padding-left:10px;
    margin-top:30px;
	
	width: 210px;
	height:100%;
	top:-0px;
	text-align: justify;
    background-color: Transparent;
    color:#bbb; 
	position:relative;
	overflow: hidden;
}
#contentExtraProduct Img
{
	margin-top:0px;
	padding-left:10px;
    background-color: Transparent;
    color:#bbb; 
}





#docsMain-Product
{
    
    float: left;
    margin-top:20px;
	padding-left:30px;
	width: 145px;
	top:-0px;
	text-align: justify;
    background-color: Transparent;
    color:#bbb; 
	position:relative;
	overflow: hidden;
}
#docsMain-Product h3
{
    padding:3px 0px 0px 15px;
    text-align: left;
    font-size: 1.2em;
    white-space:nowrap;
    color: #0d72b9;
    background-image:url(../images/bulletHeader.png);
    background-position:top left;
    background-repeat: no-repeat; 
    vertical-align: top;
}

#docsMain-Product h4
{
    height:20px;
    margin:0;
    padding:0;
    padding: 0 3px 3px 15px;
    color: #333;
    z-index:100;
    overflow: hidden;
}
#docsMain-Product h4 a:link{ cursor: pointer; color: #333;text-decoration: none;  }
#docsMain-Product h4 a:visited{cursor: pointer; color: #333; text-decoration: none; }
#docsMain-Product h4 a:hover{cursor: pointer; color: #333; text-decoration: underline; }
#docsMain-Product h4 a:active{cursor: pointer; color: #333; text-decoration: none; }




#mainTabs
{
    float: left;
    left:0px;
    width:724px;
    background-color:Transparent;
    margin-top:25px;
    margin-left:15px;
    
    padding:0;
    overflow: hidden;
    z-index:-1;
}


.productTab
{
    color: #333;
    display:block;
    padding-top:5px;
    z-index:-1;
}
 a.productTab:link{cursor: pointer; color: #333; text-decoration: none;}
 a.productTab:visited{cursor: pointer; color: #333; text-decoration: none;}
 a.productTab:hover{cursor: pointer; color: #333; text-decoration: none;}
 a.productTab:active{cursor: pointer; color: #333; text-decoration: none;}

.productTabOn
{
    color: #333;
    display:block;
    padding-top:5px;
    z-index:-1;
}
 a.productTabOn:link{cursor: pointer; color: #333; text-decoration: none;}
 a.productTabOn:visited{cursor: pointer; color: #333; text-decoration: none;}
 a.productTabOn:hover{cursor: pointer; color: #333; text-decoration: none;}
 a.productTabOn:active{cursor: pointer; color: #333; text-decoration: none;}

.weblet
{
    margin-top: 10px;
    font-weight:normal;
    font-size: 11px;
    float: left;
    background-image: url(../Images/Products_Button.png);
    width:97px;
    height:26px;
    margin-right: 1px;
    padding-top: 2px;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align:middle;
}
.webletOn
{
    margin-top: 8px;
    font-weight:normal;
    font-size: 11px;
    float: left;
    background-image: url(../Images/Products_Button_On.png);
    width:97px;
    height:26px;
    margin-right: 1px;
    padding-top: 4px;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align:middle;
}

#main-wide
{
    float: left;
    left:0px;
    width:100%;
    background-color:Transparent;
    margin-left:15px;
    padding:0;
    overflow: hidden;
    z-index:-1;
}
#main-wide h1
{
    padding: 0 50px 0px 17px;
    text-align: left;
    font-size: 1.5em;
    color: #0d72b9;
    background-image: url(../images/bulletHeader.png);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
}



.SearchResults-text
{
    color: #333;
}

.SearchResults-search
{
    color: #4EAB52;
}





.subTitle
{
    height:24px;
    background-image: url(../Images/contentNavSelected.png);
    background-position:top left;
    background-repeat:no-repeat;    
    background-color:#414244;
    color:Red;
    margin-left:10px;
    padding-left:12px;
    display:block;
    z-index: 1;
    font-size: 1em;
    vertical-align :  bottom;
}




#navigate
{   
    float: left;
    left:0px;
    white-space :nowrap;
    min-height: 30px;
    height: 30px;
    width: 100%;
    z-index:10;
}



#search
{
    float: right;
    margin-top: -40px;
    margin-right: 35px;
    width: 150px;
    left: 0px;
    z-index:10;
    white-space: nowrap;
}

#search span
{
   color:#333;
   padding-right:4px;
}
.SearchTxt
{
cursor: text;
    height: 20px;
    text-align: left;
    z-index: 100;
    width: 100px;
	border:  0px;
    background-image:url(../images/searchMiddle.jpg);
    background-position:top left;
    background-repeat:  repeat-x; 
    vertical-align:  middle;
    font-size: 1em;
    color:#333;
}

#search .SearchTxt
{
    cursor: text;
    margin-top: 7px;
    border:  0px;
    color: #333;
    height: 20px;
    text-align: left;
    z-index: 100;
    width: 100px;
}

.SearchBG
{
}


.boxes{
width: 1em;
}





/* -------------------------------------------------------------- [ Forms ] ------------------------------------------------------ */
br.formBR{
clear: left;
height:12px;
}

label{
float: left;
width: 100px;
font-weight: bold;
color:#333;
}

.formSelect {
	background-color: #EDF0F3;
	border:1px solid #D3D9E2;
	}

input.formInput {
	border:1px solid #D3D9E2;
	margin-bottom:3px;
	}

input.formTextarea {
	border:1px solid #D3D9E2;
	width: 250px;
	height: 80px;
	}

.formText {
	border:1px solid #D3D9E2;
	background-color: #EDF0F3;
	}

.formButton {
	border:1px solid #446D8C;
	background-color: #EDF0F3;
	}

.notes {
	font-size: 10px;
	color: red;
	}

.repText {
	width: 200px;
	}
	
.btn
{
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #666FFF #333 #333 #666FFF;
    color: #333;
    background-color: #d9df27;
    text-align: center;
    cursor: pointer;
}

#submitbutton
{
    margin-left: 120px;
    margin-top: 5px;
    width: 90px;
    color:#fff;
}
/* -------------------------------------------------------------- [ End Forms ] ------------------------------------------------------ */



#footerarea
{
    clear:both;
    width:840px;
    height:100%;
    margin-left:5px;
    background:#f2f2f2 url(../Images/footer.png);
    background-repeat:no-repeat;
    text-align:center;
    display:inline-block;
}

#footermenu
{
    width:800px;
    padding-top: 25px;
    text-align:center;
    direction:ltr;    
    font-size: 90%;
    display:inline-block;
    padding-left: 10px;
}
#footermenu ul
{
    padding-left: 0px;
    font-weight: normal;
    margin: 0px;    
}
#footermenu ul li
{
    display: inline;
}
#footermenu ul li a
{
    padding-right: 6px;
    padding-left: 6px;
    font-weight: normal;
    padding-bottom: 4px;
    color: gray;
    padding-top: 2px;
    text-decoration: none;
    color: #333;
}
#footermenu ul li a:hover
{
    padding-bottom: 0px;
    color: #0d72b9;
}



.footer
{
    border-right:solid 1px #333;
}
.footerLast
{
    padding-right: 6px;
    padding-left: 6px;
    font-weight: bold;
    float: left;
    padding-bottom: 4px;
    color: #333;
    padding-top: 2px;

}

#linksMain
{
    height:100%;
    width:569px;
    clear: both;
}


#links
{
    padding: 0 10px 10px 0px;
    margin-top: 10px;
    color: #333;
    z-index:100;
    overflow: hidden;
    height:100%;
    border:1px solid #bbb;
}
#links a:link{ cursor: pointer; color: #0d72b9;text-decoration: none;  }
#links a:visited{cursor: pointer; color: #0d72b9; text-decoration: none; }
#links a:hover{cursor: pointer; color: #0d72b9; text-decoration: underline; }
#links a:active{cursor: pointer; color: #0d72b9; text-decoration: none; }


#links h1
{
    padding: 0 50px 0px 17px;
    text-align: left;
    font-size: 1.5em;
    color: #FF9966;
    background-image: url(../images/bulletHeader.png);
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align: top;
}

#links img
{
position:relative;
float:right;
}

#flash-center
{
z-index:-100;
display: inline;
margin-left:5px;
}



#RelatedItems 
{
    	width: 200px;
}


#docsMain
{
	text-align: justify;
    background-color: Transparent;
	overflow: hidden;
	display:inline-block;
	width:200px;
}
#docsMain h3
{
    padding: 8px 61px 0px 0px;
    text-align: left;
    font-size: 1.5em;
    white-space: nowrap;
    color: #333;
    background-image: url(../images/title.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    vertical-align: top;
}

#docsMain h4
{
    height:30px;
    margin:0;
    padding:0;
    text-align: left;
    padding: 0px 20px 0px 0px;
    background-image: url(../images/bullet.png);
    background-position: top right;
    background-repeat: no-repeat;
    vertical-align: top;
        
    color: #333;
    z-index:100;
    overflow: hidden;

}
#docsMain h4 a:link{ cursor: pointer; color: #333;text-decoration: none;  }
#docsMain h4 a:visited{cursor: pointer; color: #333; text-decoration: none; }
#docsMain h4 a:hover{cursor: pointer; color: #333; text-decoration: underline; }
#docsMain h4 a:active{cursor: pointer; color: #333; text-decoration: none; }


#docs h1
{
    padding: 0 5px 0px 17px;
    text-align: left;
    font-size: 1em;
    color: #FF9966;
    background-image: url(../images/bulletHeader.png);
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align: top;
}

#docs span
{
    padding: 0  5px 0px 17px;
    text-align: left;
    font-size: 1em;
    color: #333;
    vertical-align: top;

}






#default-table
{
    width: 100%;
}





#content-center-Product ul
{
margin-top: 2px;
margin-bottom: 0px;
line-height: 120%;
list-style-type: square;
text-align: left;
text-decoration: none;
}

#content-center-Product li
{
margin-top: 10px;
margin-bottom: 0px;
line-height: 120%;
list-style-type:   none;
list-style-image: url(../images/bullet.png);
text-align: left;
text-decoration: none;


}

#content-center-Product
{
    padding: 0 20px 10px 0px;
    color: #333;
    background-image: url(../Images/dot_hr.gif); 
    background-position:top right;
    background-repeat:repeat-y;  
    z-index:100;
    overflow: hidden;
    height:100%;
    
}
#content-center-Product a:link{ cursor: pointer; color: #0d72b9;text-decoration: none;  }
#content-center-Product a:visited{cursor: pointer; color: #0d72b9; text-decoration: none; }
#content-center-Product a:hover{cursor: pointer; color: #0d72b9; text-decoration: underline; }
#content-center-Product a:active{cursor: pointer; color: #0d72b9; text-decoration: none; }

#tabAboutImg
{
clear:both;
float: left;
margin-top: 10px; 
margin-left: 0;
margin-right: 10px;
display: inline-block;
}
#tabFeaturesImg
{
clear:both;
float: left;
margin-top: 10px; 
margin-left: 0;
margin-right: 10px;
display: inline-block;
}
#tabHardwareImg
{
clear:both;
float: right;
margin-top: 10px; 
margin-left: 10px;
margin-right: 0;
display: inline-block;
}
#tabCoverageImg
{
clear:both;
float: left;
margin-top: 10px; 
margin-left: 0;
margin-right: 10px;
display: inline-block;
}
#tabSolutionsImg
{
clear:both;
float: left;
margin-top: 10px; 
margin-left: 0;
margin-right: 10px;
display: inline-block;
}
#tabNewImg
{
clear:both;
float: left;
margin-top: 10px; 
margin-left: 0;
margin-right: 10px;

display: inline-block;
}
#tabSpecialImg
{
clear:both;
float: left;
margin-top: 10px; 
margin-left: 0;
margin-right: 10px;

display: inline-block;
}



#tavla
{
    color: #333;
    float:  none;
    display:inline-block;
    text-align:left;  
    margin-top:30px;
    margin-bottom:20px;
    width:100%;
    
    display:inline-block;
}
#tavla a:link{ cursor: pointer; color: #0d72b9;text-decoration: none;  }
#tavla a:visited{cursor: pointer; color: #0d72b9; text-decoration: none; }
#tavla a:hover{cursor: pointer; color: #0d72b9; text-decoration: underline; }
#tavla a:active{cursor: pointer; color: #0d72b9; text-decoration: none; }

#tavla h1
{
    margin-right:30px;
    height:28px;
    padding: 10px 40px 0px 0px;
    text-align: left;
    font-size: 1.2em;
    color: #333;
    background-image: url(../images/Bullet_Gray.png);
    background-position: center right;
    background-repeat: no-repeat;
    vertical-align:   middle;
    
}

#peilut
{
    text-align: left;
    color: #333;
    vertical-align:  middle;
    
    padding-top:20px;

}
#peilut h1
{
    height:28px;
    padding: 10px 40px 0px 0px;
    text-align: left;
    font-size: 1.2em;
    color: #333;
    background-image: url(../images/Bullet_Gray.png);
    background-position: center right;
    background-repeat: no-repeat;
    vertical-align:  middle;
    
}


#futsal-what
{
    text-align: left;
    color: #333;
    vertical-align:  top;
    padding-top:20px;
    direction:ltr;
    display:inline-block;
    width:570px;

}
#futsal-what h1
{
    height:28px;
    padding: 10px 40px 0px 0px;
    text-align: left;
    font-size: 1.2em;
    color: #333;
    background-image: url(../images/Bullet_Gray.png);
    background-position: center right;
    background-repeat: no-repeat;
    vertical-align:   middle;
    
}
#futsal-what ul
{

    margin-top: 2px;
    padding-right: 30px;
    margin-bottom: 0px;
    line-height: 120%;
    list-style-type: square;
    text-align: left;
    text-decoration: none;
}
#futsal-what li
{
    margin-top: 2px;
    padding-right: 20px;
    margin-bottom: 0px;
    margin-left: 9px;
    line-height: 120%;
    list-style-type:   none;
    text-align: left;
    text-decoration: none;
    background-image: url(../images/bullet.png);
    background-position: center right;
    background-repeat: no-repeat;
}

#kursim
{
    text-align:  justify;
    color: #000;
    
    margin-top:20px;
    display:inline-block;
    direction:ltr;
    width:571px;
    height:170px;
    
    background-image: url(../images/3_kursim.png);
    background-position: center top;
    background-repeat: no-repeat;    
}
#kursim #left-side p
{
    float:left;    
    padding-left:10px;
    margin-top:45px;
    text-align:  left;
    color: #000;
    display:inline-block;
    direction:ltr;
    width:120px;
    height:30px;
    position:relative;
}

#left-side p a:link{ cursor: pointer; color: #000;text-decoration: none;  }
#left-side p a:visited{cursor: pointer; color: #000; text-decoration: none; }
#left-side p a:hover{cursor: pointer; color: #000; text-decoration: none; }
#left-side p a:active{cursor: pointer; color: #000; text-decoration: none; }


#kursim #center-side p
{
    float:left;    
    margin-left:45px;
    margin-top:50px;
    text-align:  justify;
    color: #000;
    display:inline-block;
    direction:ltr;
    width:120px;
    height:60px;
    position:relative;
}
#center-side p a:link{ cursor: pointer; color: #000;text-decoration: none;  }
#center-side p a:visited{cursor: pointer; color: #000; text-decoration: none; }
#center-side p a:hover{cursor: pointer; color: #000; text-decoration: none; }
#center-side p a:active{cursor: pointer; color: #000; text-decoration: none; }

#kursim #right-side p
{
    float:right;    
    margin-right:90px;
    margin-top:50px;
    text-align:  justify;
    color: #000;
    display:inline-block;
    direction:ltr;
    width:120px;
    height:60px;
    position:relative;
}
#right-side p a:link{ cursor: pointer; color: #000;text-decoration: none;  }
#right-side p a:visited{cursor: pointer; color: #000; text-decoration: none; }
#right-side p a:hover{cursor: pointer; color: #000; text-decoration: none; }
#right-side p a:active{cursor: pointer; color: #000; text-decoration: none; }


#futsal
{
    color:#333;
    float: right;
    margin-right: 0px;
    padding-top: 0px;
    display: inline-block;
    direction:ltr;
   
}
#futsal h1
{
    font-weight: bold;
    padding: 2px 0px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #333;
    background: #333 url(../images/CategorySubHeader.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    width: 558px;
    height: 24px;
    display: inline-block;
}
#futsal h1 span
{
    padding-right: 55px;
    display:inline-block;
}

#futsal ul
{
    margin-top: 2px;
    padding-right: 30px;
    margin-bottom: 0px;
    line-height: 120%;
    list-style-type: square;
    text-align: left;
    text-decoration: none;
}
#futsal li
{
    margin-top: 2px;
    padding-right: 20px;
    margin-bottom: 0px;
    margin-left: 9px;
    line-height: 120%;
    list-style-type:   none;
    text-align: left;
    text-decoration: none;
    background-image: url(../images/bullet.png);
    background-position: center right;
    background-repeat: no-repeat;

}



#ResonExpert
{
    width:558px;
    color:#333;
    display: inline-block;
    padding-top:20px;
    margin-right:30px;
}



#expert
{
    width:240px;
    color:#333;
    float: left;
    padding-right: 20px;
    display: inline-block;
}
#expert-list-right
{
    width:120px;
    color:#333;
    float: left;
    display: inline-block;
}
#expert-list-right ul
{
    margin-top: 2px;
    padding-right: 10px;
    margin-bottom: 0px;
    line-height: 120%;
    list-style-type: square;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    width:120px; 
    height:100px; 
}

#expert-list-right li
{
    margin-top: 2px;
    padding-right: 20px;
    margin-bottom: 0px;
    margin-left: 9px;
    line-height: 120%;
    list-style-type:   none;
    text-align: left;
    text-decoration: none;
    background-image: url(../images/bullet.png);
    background-position: center right;
    background-repeat: no-repeat;
    height:15px; 
    position:relative;
}
#expert-list-right a:link{ cursor: pointer; color: #333;text-decoration: none;  }
#expert-list-right a:visited{cursor: pointer; color: #333; text-decoration: none; }
#expert-list-right a:hover{cursor: pointer; color: #333; text-decoration: underline; }
#expert-list-right a:active{cursor: pointer; color: #333; text-decoration: none; }



#expert-list-left
{
    width:120px;
    color:#333;
    float: left;
    margin-left: -50px;
    display: inline-block;
}
#expert-list-left ul
{
    margin-top: 2px;
    padding-right: 10px;
    margin-bottom: 0px;
    line-height: 120%;
    list-style-type: square;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    width:120px; 
    height:100px; 
}

#expert-list-left li
{
    margin-top: 2px;
    padding-right: 20px;
    margin-bottom: 0px;
    margin-left: 9px;
    line-height: 120%;
    list-style-type:   none;
    text-align: left;
    text-decoration: none;
    background-image: url(../images/bullet.png);
    background-position: center right;
    background-repeat: no-repeat;
    height:15px; 
}
#expert-list-left a:link{ cursor: pointer; color: #333;text-decoration: none;  }
#expert-list-left a:visited{cursor: pointer; color: #333; text-decoration: none; }
#expert-list-left a:hover{cursor: pointer; color: #333; text-decoration: underline; }
#expert-list-left a:active{cursor: pointer; color: #333; text-decoration: none; }



#Reson10
{
    width:281px;
    color:#333;
    display:inline-block ;
    float: left;
	padding-left:10px;
    margin-right: 0px;
    margin-bottom: 10px;
    direction:ltr;
}
#Reson10 p
{
    width:281px;
    color:#333;
    display:inline-block ;
    direction:ltr;
}
#Reson10 p a:link{ cursor: pointer; color: #0d72b9;text-decoration: none;  }
#Reson10 p a:visited{cursor: pointer; color: #0d72b9; text-decoration: none; }
#Reson10 p a:hover{cursor: pointer; color: #0d72b9; text-decoration: underline; }
#Reson10 p a:active{cursor: pointer; color: #0d72b9; text-decoration: none; }

#Reson10 ul
{
    margin-top: 2px;
    padding-right: 30px;
    margin-bottom: 0px;
    line-height: 120%;
    list-style-type: square;
    text-align: left;
    text-decoration: none;
}
#Reson10 li
{
    margin-top: 2px;
    padding-right: 20px;
    margin-bottom: 0px;
    margin-left: 9px;
    line-height: 120%;
    list-style-type:   none;
    text-align: left;
    text-decoration: none;
    background-image: url(../images/bullet.png);
    background-position: center right;
    background-repeat: no-repeat;

}




#articles
{
    margin-right:13px;    
    display:inline-block;
    direction:ltr; 
}
#articles h1
{
    font-weight: bold;
    padding: 2px 0px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #333;
    background: #333 url(../images/CategorySubHeader.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    width: 558px;
    height: 24px;
    display: inline-block;
}
#articles h1 span
{
    padding-right: 55px;
    display:inline-block;
}
#articles h2
{
    direction:ltr;
    color:#333;
    padding-right: 20px;
    margin-top:20px;
    display:inline-block;
    font-size:1.1em;
}
#articles h2 span
{
    display:inline-block;
    font-weight:bold;
}
#articles h3
{
    direction:ltr;
    color:#333;
    padding-right: 20px;
    display:inline-block;
    font-size:1.1em;
}
#articles h3 span
{
    display:inline-block;
    font-weight:bold;
}
#articles p
{
    margin-top:20px;
    padding-top:6px;    
    margin-right:20px;    
    width:580px;
    display:inline-block;    
    color: #333;
}
#articles ul
{
    margin-top: 2px;
    padding-right: 30px;
    margin-bottom: 0px;
    line-height: 120%;
    list-style-type: square;
    text-align: left;
    text-decoration: none;
}
#articles li
{
    margin-top: 2px;
    padding-right: 15px;
    margin-bottom: 0px;
    margin-left: 5px;
    line-height: 120%;
    list-style-type:   none;
    text-align: left;
    text-decoration: none;
    background-image: url(../images/bullet_squar.png);
    background-position: center right;
    background-repeat: no-repeat;
     color: #333;

}


#content-Main
{
    float: right;
    width: 504px;
    background-color: Transparent;
    overflow: hidden;
    text-align: left;
    display:inline-block;    
}

#content-left 
{
    float: left;
	width: 355px;
	top:0px;
	left:0;
	text-align: left;
    background-color: Transparent;
    color:#333; 
	overflow: hidden;
	display:inline-block;
}


#content-center
{
    float: right;
    padding: 0px 0px 0px 0px;
    color: #333;
    width: 355px;
    z-index:100;
    overflow: hidden;
    height:100%;
    display:inline-block;
    text-align:left;
}
#content-center a:link{ cursor: pointer; color: #0d72b9;text-decoration: none;  }
#content-center a:visited{cursor: pointer; color: #0d72b9; text-decoration: none; }
#content-center a:hover{cursor: pointer; color: #0d72b9; text-decoration: underline; }
#content-center a:active{cursor: pointer; color: #0d72b9; text-decoration: none; }



#content-right
{
    float: right;
	padding-left:0;
	width: 200px;
	top:-0px;
	text-align: justify;
    background-color: Transparent;
    color:#bbb; 
	position:relative;
	overflow: hidden;
}

#content-right h3
{
    padding: 2px 55px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #333;
    background-image: url(../images/title.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    vertical-align: top;
}






#hug_header
{
    
    
    clear:both;
    float: left;
    width:850px;
    height:46px;
    margin:0px;
    text-align:right;
    background-image: url(../Images/Group_Title_back.jpg); 
    background-position:center right;
    background-repeat:repeat-x; 
    
    display:inline-block;

}
#hug_header h1
{
    clear:both;
    text-align:right;
    background-color: Transparent;
    display:inline-block;
    color:#333;
    height:46px;
    padding-top:10px;
    padding-right:40px;
   
}

#hug_barzel
{
    clear:both;
    width:200px;
    min-height:200px;
    height:100%;
    margin-top:0px;
    margin-bottom:20px;
    text-align:right;
    background-color: Transparent;
    display:inline-block;
}
#hug_barzel h3
{
    padding: 2px 55px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #333;
    background-image: url(../images/title.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    vertical-align: top;
}
#hug_barzel .t_bold
{
font-weight:bold;
color:#333;
}
.hug_barzel-title
{
width:100%;
font-weight:bold;
color:#333;
background-color:#4e4e56;
display:inline-block;
padding-right:3px;
}

#hug_downloads
{
    clear:both;
    width:200px;
    height:200px;
    margin-top:0px;
    text-align:right;
    background-color: Transparent;
    display:inline-block;
}
#hug_downloadsMain
{
	overflow: hidden;
}

#hug_downloadsMain h3
{
    padding: 2px 55px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #333;
    background-image: url(../images/title.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    vertical-align: top;
}

#hug_downloadsMain h4
{
    height:20px;
    margin:0;
    padding:0;
    text-align: left;
    padding: 0px 20px 0px 0px;
    background-image: url(../images/bullet.png);
    background-position: top right;
    background-repeat: no-repeat;
    vertical-align: top;
        
    color: #333;
    z-index:100;
    overflow: hidden;
}
#hug_downloadsMain h4 a:link{ cursor: pointer; color: #333;text-decoration: none;  }
#hug_downloadsMain h4 a:visited{cursor: pointer; color: #333; text-decoration: none; }
#hug_downloadsMain h4 a:hover{cursor: pointer; color: #333; text-decoration: underline; }
#hug_downloadsMain h4 a:active{cursor: pointer; color: #333; text-decoration: none; }






#hug_gallery
{
    clear:both;
    width:400px;
    height:394px;
    margin-top:0px;
    margin-bottom:15px;
    text-align:right;
    background-color: Transparent;
    display:inline-block;

    overflow: hidden ;

}
#hug_gallery h2
{
    padding: 2px 0px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #333;
    background-image: url(../images/title_wide_Grey.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    width:400px;
    height:24px;
    display:inline-block;
}
#hug_gallery h2 span
{
    padding-right: 55px;
    display:inline-block;
}
.hug_gallery_img
{
    border: 3px solid #444;
}
.hug_gallery_img_over
{
    border:3px solid #0d72b9;
}


#hug_video
{
    clear:both;
    width:404px;
    height:440px;
    margin-top:15px;
    text-align:right;
    background-color: Transparent;
    display:inline-block;
    direction:ltr;
}
#hug_video h2
{
    padding: 2px 0px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #333;
    background-image: url(../images/title_wide.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    width:400px;
    height:24px;
    display:inline-block;
}
#hug_video h2 span
{
    padding-right: 55px;
    display:inline-block;
}
#hug_video h3
{
    text-align:right;
    padding-right:10px;
    background-color: Transparent;
    display:inline-block;
}
#hug_video h4
{
    text-align:right;
    padding-right:10px;
   background-color: Transparent;
    display:inline-block;
}





#video_page
{
    clear:both;
    width:500px;
    height:100%;
    margin-top:15px;
    margin-bottom:20px;
    text-align: left;
    background-color: Transparent;
    display:inline-block;
}
#video_page span
{
    clear:both;
    margin-bottom:10px;
    margin-right:60px;
    text-align:center;
    background-color: Transparent;
    display:inline-block;
}
#video_page h2
{
    padding: 2px 0px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #333;
    background-image: url(../images/title_wide_Grey.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    width:400px;
    height:24px;
    display:inline-block;
}
#video_page h2 span
{
    padding-right: 55px;
    display:inline-block;
}
#video_page h3
{
    color: #333;
    text-align:right;
    padding-right:55px;
    background-color: Transparent;
    display:inline-block;
    direction:ltr;
}
#video_page h4
{
    color: #333;
    text-align:right;
    padding-right:55px;
    background-color: Transparent;
    display:inline-block;    
    direction:ltr;
}

#videoTable
{
    border: 1px double #333;
}
#videoTableHeader
{
    padding-right:5px;
    height:25px;
    background-color:#333;
    text-align:right;
}
#videoTableHeader h3
{
    padding-right:5px;
    height:20px;
    color:#333;
    text-align:right;
}

.imgProjSelected
{
	color: #f58a20;
	font-size: 12px;
	font-weight: bold;
	cursor:pointer;
}
.imgProj
{
	color: #333;
	font-size: 12px;
	font-weight: normal;
	cursor:pointer;
}


#hug-content-center
{
    float: left;
    margin-left:15px;
    margin-bottom:15px;
    padding: 0px;
    color: #333;
    width: 400px;
    z-index:100;
    overflow: hidden;
    height:100%;
    display:inline-block;
    text-align:center;      
}
#content-center a:link{ cursor: pointer; color: #0d72b9;text-decoration: none;  }
#content-center a:visited{cursor: pointer; color: #0d72b9; text-decoration: none; }
#content-center a:hover{cursor: pointer; color: #0d72b9; text-decoration: underline; }
#content-center a:active{cursor: pointer; color: #0d72b9; text-decoration: none; }


#hug-content
{
    float: left;
    margin-right:20px;
    margin-bottom:20px;
    padding: 0px;
    color: #333;
    width: 400px;
    z-index:100;
    overflow: hidden;
    height:100%;
    display:inline-block;
    text-align:right;      
}
#hug-content a:link{ cursor: pointer; color: #0d72b9;text-decoration: none;  }
#hug-content a:visited{cursor: pointer; color: #0d72b9; text-decoration: none; }
#hug-content a:hover{cursor: pointer; color: #0d72b9; text-decoration: underline; }
#hug-content a:active{cursor: pointer; color: #0d72b9; text-decoration: none; }

#hug-sponsor
{
width: 100%;
margin-bottom:20px;
display:inline-block;
}

#hug-banner
{
width: 100%;
margin-bottom:20px;
display:inline-block;
}

#hug-logo
{
width: 100%;
margin-top:10px;
margin-bottom:20px;
display:inline-block;
text-align:center;

}

#hug-logo img
{
border:7px solid #4e4e56;
text-align:center;
display:inline-block;
}

#hug_details
{
    clear:both;
    width:200px;
    height:100%;
    margin-top:0px;
    text-align:right;
    background-color: Transparent;
    display:inline-block;
}

#hug_details h3
{
    padding: 2px 55px 0px 0px;
    text-align: left;
    font-size: 1.4em;
    white-space: nowrap;
    color: #333;
    background-image: url(../images/title_Grey.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    vertical-align: top;
}
.hr-sep
{    
    background-image: url(../Images/hr-sep.gif);
    background-position: center ;
    background-repeat:repeat-x;
    height:2px;
    width:100%;
    margin-top:2px;
    margin-bottom:5px;
    display:inline-block;
}


/* --------------------------------------------------------------------------- */
.BDCBorderItemStyle
{
    border-bottom: #a6bdd0 1px solid;
    height: 15px;
    background-color:  Transparent;
}
.BDCContainerBorder
{
    border-right: #a6bdd0 1px solid;
    border-top: #a6bdd0 1px solid;
    border-left: #a6bdd0 1px solid;
    border-bottom: #a6bdd0 1px solid;
}
.BDCFooterLink
{
    font-size: 12px;
    cursor: pointer;
    color: #33404c;
    font-family: arial;
    text-decoration: underline;
}
.BDCHeader
{
    font-weight: normal;
    font-size: 11px;
    color: #333fff;
    font-family: Arial;
    height: 15px;
    background-color: #f58a20;
    text-align: center;
    background-image: url(../images/tableHeaderBG.jpg);
    background-position: center right;
    background-repeat:  repeat-x;    
    
    
}
.BDCHorizonSeparator
{
    background-color: #7A8085;
}
.BDCItemAlternateStyle
{
    height: 15px;
    background-color: #555;
}
.BDCItemLink
{
    font-weight: normal;
    font-size: 11px;
    color: #26449c;
    font-family: arial;
    text-decoration: none;
}
.BDCItemLink:hover
{
    text-decoration: underline;
}
.BDCItemLinkBold
{
    font-weight: bold;
    font-size: 11px;
    color: #33404c;
    font-family: arial;
    text-decoration: none;
}
.BDCItemStyle
{
    height: 15px;
    background-color: Transparent;
}
.BDCItemText
{
    padding-right: 2px;
    padding-left: 2px;
    font-size: 11px;
    color: #333;
    line-height: 100%;
    font-family: arial;
    text-decoration: none;
}
.BDCItemTextBold
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 11px;
    color: #333;
    line-height: 100%;
    font-family: arial;
    text-decoration: none;
}