html,body {
        background-color: #FFFFFF;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
        scrollbar-face-color: #DEE3E7;
        scrollbar-highlight-color: #FFFFFF;
        scrollbar-shadow-color: #DEE3E7;
        scrollbar-3dlight-color: #D1D7DC;
        scrollbar-arrow-color:  #006699;
        scrollbar-track-color: #EFEFEF;
        scrollbar-darkshadow-color: #98AAB1;
		
		margin:  0px;
		padding: 0px;
		border:  0px;
		font-family: Verdana, Arial Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: Normal;
		color: #000000;
		text-align: left;
		direction: ltr;
}

a:link { /* Basic linkstyles, first red and black on hover */
	color: #000000;
	text-decoration: underline;
}
a:visited { /* Basic linkstyles, first red and black on hover */
	text-decoration: underline;
	color: #000000;
}
a:hover { /* Basic linkstyles, first red and black on hover */
	text-decoration: underline;
	color: #ff0000;
}
a:active { /* Basic linkstyles, first red and black on hover */
	text-decoration: underline;
	color: #ff0000;
}
a { /* Basic linkstyles, first red and black on hover */
	font-weight: normal;
}

.new_button_red {
	width:150px;
	height:33px;
	background: url(/images/new_button_red.png) no-repeat;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	padding-top: 9px;
}

.box a { 
display: block; 
height: 100%; 
width: 100%; 
}

.topLink {COLOR: #FFF TEXT-DECORATION: none; font-family: arial,verdana; font-size: 12px; font-weight: normal; cursor: hand;}
a:link.topLink {color : #FFF; text-decoration: none; font-size: 12px; font-weight: normal; cursor: hand;}
a:visited.topLink {color : #FFF; text-decoration: none; font-size: 12px; font-weight: normal; cursor: hand;}
a:active.topLink {color : #FFF; text-decoration: none; font-size: 12px; cursor: hand;}
a:hover.topLink {color : #FFF; text-decoration: none; font-size: 12px; cursor: hand;}

.butLink {COLOR: #FFF TEXT-DECORATION: none; font-family: arial,verdana; font-size: 12px; font-weight: Normal; cursor: hand;}
a:link.butLink {color : #FFF; text-decoration: none; font-size: 12px; font-weight: Normal; cursor: hand;}
a:visited.butLink {color : #FFF; text-decoration: none; font-size: 12px; font-weight: Normal; cursor: hand;}
a:active.butLink {color : #FFF; text-decoration: none; font-size: 12px; cursor: hand;}
a:hover.butLink {color : #FFF; text-decoration: none; font-size: 12px; cursor: hand;}

.butLinkBold {COLOR: #FFF TEXT-DECORATION: none; font-family: arial,verdana; font-size: 12px; font-weight: Bold; cursor: hand;}
a:link.butLinkBold {color : #FFF; text-decoration: none; font-size: 12px; font-weight: Bold; cursor: hand;}
a:visited.butLinkBold {color : #FFF; text-decoration: none; font-size: 12px; font-weight: Bold; cursor: hand;}
a:active.butLinkBold {color : #FFF; text-decoration: none; font-size: 12px; cursor: hand;}
a:hover.butLinkBold {color : #FFF; text-decoration: none; font-size: 12px; cursor: hand;}

.butLinkSmall {COLOR: #FFF TEXT-DECORATION: none; font-family: arial,verdana; font-size: 10px; font-weight: Normal; cursor: hand;}
a:link.butLinkSmall {color : #FFF; text-decoration: none; font-size: 10px; font-weight: Normal; cursor: hand;}
a:visited.butLinkSmall {color : #FFF; text-decoration: none; font-size: 10px; font-weight: Normal; cursor: hand;}
a:active.butLinkSmall {color : #FFF; text-decoration: none; font-size: 10px; cursor: hand;}
a:hover.butLinkSmall {color : #FFF; text-decoration: none; font-size: 10px; cursor: hand;}

.blcT {border-top: dotted  1px #666666;}
.blcR {border-right: dotted  1px #666666;}
.blcB {border-Bottom: dotted  1px #666666;}
.blcL {border-left: dotted  1px #666666;}

.input {        
        float: left;
        clear: both;
        border: 1px solid #AAAAAA;
        background-color: #f3f3f3;

        color: #000000;
        text-decoration: none;  
        vertical-align: middle;
        font-family: arial;
        font-size: 12px;
        font-weight: Normal;
        line-height:20px;
		direction:ltr;
 
        width:215px;
        height:22px;

}

.droplist {        
        float: right;
        clear: both;
        border: 1px solid #AAAAAA;
        background-color: #FFFFFF;

        color: #000000;
        text-decoration: none;  
        vertical-align: middle;
        font-family: arial;
        font-size: 12px;
        font-weight: Normal;
        line-height:20px;
		direction:rtl;
 
        width:135px;
        height:22px;

}

.textarea {     
        float: left;
        clear: both;
        border: 1px solid #AAAAAA;
        background-color: #f3f3f3;

        color: #000000;
        text-decoration: none;
        vertical-align: middle;
        font-family: arial;
		direction:rtl;
        font-size: 12px;
        font-weight: Normal;
        line-height:22px;
        
        width:215px;
        height:68px;
}


#topwindow { 
	width: 752px;
	height: 10px;
	background-color: #FFFFFF;
	margin: 0 auto;
	background-image: url(/images/bg_top.gif);
	background-repeat:no-repeat;
}

#mainwindow { 
	width: 752px;
	background-color: #FFFFFF;
	margin: 0 auto;
	background-image: url(/images/bg_center.gif);
	background-repeat:repeat-y;
}

#bottomwindow { 
	width: 752px;
	height: 10px;
	background-color: #FFFFFF;
	margin: 0 auto;
	background-image: url(/images/bg_footer.gif);
	background-repeat:no-repeat;
}


#content { 
	width: 755px;
	height: 500px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	color: #003366;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;	
	font-family: Arial;	
}

.search-input {
	clear: both;  
	border: 1px solid #AAAAAA;  
	background-color: #FFFFFF; 
	
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	font-family: verdana,arial;
	font-size: 11px;
	font-weight: Normal;
	height: 18px;
	width: 100px;
	margin-top: 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.select-brand {
	border: 1px solid #AAAAAA;  
	background-color: #FFFFFF; 
	
	color: #000000;
	width: 150px;
	text-decoration: none;
	vertical-align: middle;
	font-family: verdana,arial;
	font-size: 11px;
	font-weight: Normal;
	
	padding-top: 0px;
	padding-bottom: 0px;
}

.tinytext { color: #000000; font-size: 10px; font-weight: normal; }
.redtext { color: #FF0000; text-decoration: none; font-family: arial,verdana; font-size: 12px; font-weight: normal; }
.Normaltext { color: #000000; text-decoration: none; font-family: arial,verdana; font-size: 12px; font-weight: normal; }
.redtextBold { color: #FF0000; text-decoration: none; font-family: arial,verdana; font-size: 12px; font-weight: Bold; }
.bluetext { color: #0066FF; text-decoration: none; font-family: arial,verdana; font-size: 12px; font-weight: normal; }
.bluetextBold { color: #0066FF; text-decoration: none; font-family: arial,verdana; font-size: 14px; font-weight: Bold; }
.ProductTitle { color: #000000; text-decoration: none; font-family: Arial,Verdana; font-size: 26px; font-weight: normal; }
.footerText { color: #FFFFFF; text-decoration: none; font-family: arial,verdana; font-size: 12px; font-weight: normal; }
.PageTitle { color: #999; text-decoration: none; font-family: arial,verdana; font-size: 20px; font-weight: Bold; text-align:left; }
.subTitle { color: #999; text-decoration: none; font-family: arial,verdana; font-size: 12px; font-weight: Bold; }

.blcT {border-top: dotted  1px #666666;}
.blcR {border-right: dotted  1px #666666;}
.blcB {border-Bottom: dotted  1px #666666;}
.blcL {border-left: dotted  1px #666666;}

.new_button {
	width:130px;
	height:33px;
	background: url(/images/new_button.png) no-repeat;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	padding-top: 9px;
}

.new_button_dl {
	width:160px;
	height:33px;
	background: url(/images/new_dl_button.png) no-repeat;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-top: 9px;
	padding-left: 33px;
}

.new_button_red {
	width:150px;
	height:33px;
	background: url(/images/new_button_red.png) no-repeat;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	padding-top: 9px;
}

.new_button_blue {
	width:150px;
	height:20px;
	background: url(/images/new_button_blue.png) no-repeat;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	padding-top: 3px;
}

.box a { 
display: block; 
height: 100%; 
width: 100%; 
}

.hr-bottom {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #A5AEC5;
}

.hr-top {
	margin: 0;
	padding: 0;
	border-top: 1px dotted #A5AEC5;
}


.basketLink {COLOR: #000000 TEXT-DECORATION: none; font-family: Verdana,Arial; font-size: 11px; font-weight: Normal; cursor: hand;}
a:link.basketLink {color : #000000; text-decoration: none; font-size: 11px; font-weight: Normal; cursor: hand;}
a:visited.basketLink {color : #000000; text-decoration: none; font-size: 11px; font-weight: Normal; cursor: hand;}
a:active.basketLink {color : #000000; text-decoration: none; font-size: 11px; cursor: hand;}
a:hover.basketLink {color : #666666; text-decoration: none; font-size: 11px; cursor: hand;}

.Link {COLOR: #000000 TEXT-DECORATION: none; font-family: Verdana,Arial; font-size: 11px; font-weight: Normal; cursor: hand;}
a:link.Link {color : #000000; text-decoration: none; font-size: 11px; font-weight: Normal; cursor: hand;}
a:visited.Link {color : #000000; text-decoration: none; font-size: 11px; font-weight: Normal; cursor: hand;}
a:active.Link {color : #000000; text-decoration: none; font-size: 11px; cursor: hand;}
a:hover.Link {color : #FF0000; text-decoration: none; font-size: 11px; cursor: hand;}

.prodLink {COLOR: #F60 TEXT-DECORATION: none; font-family: arial,verdana; font-size: 12px; font-weight: Normal; cursor: hand;}
a:link.prodLink {color : #F60; text-decoration: none; font-size: 12px; font-weight: Normal; cursor: hand;}
a:visited.prodLink {color : #F60; text-decoration: none; font-size: 12px; font-weight: Normal; cursor: hand;}
a:active.prodLink {color : #F60; text-decoration: none; font-size: 12px; cursor: hand;}
a:hover.prodLink {color : #fc9d97; text-decoration: none; font-size: 12px; cursor: hand;}


.redtext { color: #FF0000; text-decoration: none; font-family: verdana,arial; font-size: 12px; font-weight: normal; }
.redtextBold { color: #FF0000; text-decoration: none; font-family: verdana,arial; font-size: 12px; font-weight: Bold; }

.redLink {COLOR: #FF0000 TEXT-DECORATION: none; font-family: Verdana,Arial; font-size: 11px; font-weight: Normal; cursor: hand;}
a:link.redLink {color : #FF0000; text-decoration: none; font-size: 11px; font-weight: Normal; cursor: hand;}
a:visited.redLink {color : #FF0000; text-decoration: none; font-size: 11px; font-weight: Normal; cursor: hand;}
a:active.redLink {color : #FF0000; text-decoration: none; font-size: 11px; cursor: hand;}
a:hover.redLink {color : #FF0000; text-decoration: underline; font-size: 11px; cursor: hand;}


.mainNavOff {COLOR: #FFFFFF TEXT-DECORATION: none; font-family: Verdana,Arial; font-size: 10px; font-weight: Bold; cursor: hand;}
a:link.mainNavOff {color : #FFFFFF; text-decoration: none; font-size: 10px; font-weight: Bold; cursor: hand;}
a:visited.mainNavOff {color : #FFFFFF; text-decoration: none; font-size: 10px; font-weight: Bold; cursor: hand;}
a:active.mainNavOff {color : #FFFFFF; text-decoration: none; font-size: 10px; cursor: hand;}
a:hover.mainNavOff {color : #ff0000; text-decoration: none; font-size: 10px; cursor: hand;}


#sidenav #navigation {
background:white none repeat scroll 0%;
height:306px;
margin-left:0px;
overflow-y:auto;
position:relative;
width:200px;
}

.sidenav {COLOR: #666666 TEXT-DECORATION: none; font-family: Verdana,Arial; font-size: 12px; font-weight: Normal; cursor: hand;}
a:link.sidenav {color : #666666; text-decoration: none; font-size: 12px; font-weight: Normal; cursor: hand;}
a:visited.sidenav {color : #666666; text-decoration: none; font-size: 12px; font-weight: Normal; cursor: hand;}
a:active.sidenav {color : #666666; text-decoration: none; font-size: 12px; cursor: hand;}
a:hover.sidenav {color : #CCCCCC; text-decoration: none; font-size: 12px; cursor: hand;}

.slash {
	color:#ffe75c;
	font-weight: bold;
}

.menu_footer {
	width:199px;
	height:78px;
	background-repeat: no-repeat;
	background: #000000;

	color: #FFFFFF;
	vertical-align: middle;	
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	margin: 0 0 0 0;	
	padding: 10px 0 10px 0;	
}

.redHeader { 
	font-family: 'Myriad Pro',Arial;
	font-size:30px;
	color:#F60;
	font-weight:normal;
	padding:0 0 0 0;
	text-transform: uppercase;
}
.blackHeader { 
	font-family: 'Myriad Pro',Arial;
	font-size:30px;
	color:#000000;
	font-weight:normal;
	padding:0 0 20px 10px;
	text-transform: uppercase;
}

.blackHeader a { 
	font-family: 'Myriad Pro',Arial;
	font-size:30px;
	color:#000000;
	font-weight:normal;
	padding:0 0 20px 10px;
	text-transform: uppercase;
}


a.button, a.buttonDis {
		display: block;
		background-color: transparent;
		background-image: url(/images/gray_button.gif);
		background-repeat: no-repeat;
		width: 104px;
		height: 22px;
		margin: 2px left;
		padding: 2px 0 0 0;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		font-family: Arial, Verdana;
		}
a.button:link, a.button:visited {
		color: #000000;
}
a.button:hover {
		color: #FF0000;
}
a.button:active {
		background-position: 0 -34px;
		color: #666666;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
		background-position: 0 -72px;
		color: #000000;
		cursor: default;
}

