/*
@author: Mohsen Taleb <www.mohsentaleb.com>
*/

@import url(base.css);
body {
	background: #fff url(../images/body_bg.gif) repeat-x;
}
a img {
	background: none;
}
a.nu, a.nu:hover, #sidebar a {
	background: none;
	padding-bottom: 0;
}
#header {
	width: 890px;
	margin: 0pt auto;
	position: relative;
}
#header h1#logo a {
	display: block;
	background: url(../images/logo.gif) no-repeat 0 0;
	margin: 30px 0 10px 0;
	width: 117px;
	height: 60px;
	float: right;
}
#header h1#logo a span {
	display: none;
}
#nav_menu {
	position: absolute;
	width: 450px;
	height: 54px;
	top: 43px;
	left: 20px;
	margin: 0;
}
#nav_menu ul.parents {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 27px;
	position: absolute;
	top: 20px;
	right: 20px;
	border-bottom: 1px solid #f1f1f1;
}
#nav_menu ul.parents li.parent {
	float: right;
	margin: 0;
	height: 27px;
}

#nav_menu ul.parents li.parent a.item {
	display: block;
	height: 27px;
	background: url(../images/menu.gif) no-repeat right top;
	padding: 0;
	text-indent: -9999px;
	color: #fff;
	outline: none;
}
#nav_menu ul.parents li a#products, #nav_menu ul.parents li a#products.inactive:hover {
	width: 75px;
	background-position: -355px 0;
}
#nav_menu ul.parents li a#products.inactive {
	width: 75px;
	background-position: -355px -27px;
}
#nav_menu ul.parents li a#products.active {
	width: 75px;
	background-position: -355px -54px;
}
#nav_menu ul.parents li a#agents, #nav_menu ul.parents li a#agents.inactive:hover {
	width: 85px;
	background-position: -270px 0;
}
#nav_menu ul.parents li a#agents.inactive {
	width: 85px;
	background-position: -270px -27px;
}
#nav_menu ul.parents li a#agents.active {
	width: 85px;
	background-position: -270px -54px;
}
#nav_menu ul.parents li a#events, #nav_menu ul.parents li a#events.inactive:hover {
	width: 73px;
	background-position: -197px 0;
}
#nav_menu ul.parents li a#events.inactive {
	width: 73px;
	background-position: -197px -27px;
}
#nav_menu ul.parents li a#events.active {
	width: 73px;
	background-position: -197px -54px;
}
#nav_menu ul.parents li a#infos, #nav_menu ul.parents li a#infos.inactive:hover {
	width: 108px;
	background-position: -89px 0;
}
#nav_menu ul.parents li a#infos.inactive {
	width: 108px;
	background-position: -89px -27px;
}
#nav_menu ul.parents li a#infos.active {
	width: 108px;
	background-position: -89px -54px;
}
#nav_menu ul.parents li a#jobs, #nav_menu ul.parents li a#jobs.inactive:hover {
	width: 89px;
	background-position: 0 0;
}
#nav_menu ul.parents li a#jobs.inactive {
	width: 89px;
	background-position: 0 -27px;
}
#nav_menu ul.parents li a#jobs.active {
	width: 89px;
	background-position: 0 -54px;
}

#nav_menu ul.sub {
	width: 400px;
	background: none;
	list-style: none;
	position: absolute;
	right: 40px;
	top: 27px;
	height: 27px;
	overflow: hidden;
	opacity: 2; /*	alpha:20; */
	direction: rtl;
}
#nav_menu li ul.sub li {
	height: 27px;
	float: right;
	background: url(../images/bullet.gif) no-repeat 100% 8px;
	padding-right: 8px;
	margin-left: 15px;
}
#nav_menu li ul.sub li a {
	background: none;
	color: #000;
}
#nav_menu li ul.sub li a:hover {
	color: #FF9900;
}
#header_pic {
	clear: both;
	width: 890px;
	height: 101px;
	margin-top: 2px;
}
#home_header_pic {
	clear: both;
	width: 890px;
	height: 183px;
	margin-top: 2px;
	position: relative;
}
#status_bar {
	height: 35px;
	width: 890px;
	background: #F3F3F3;
}
#hierarchy {
	/*width: 50%;*/
	height: 25px;
	float: right;
	padding: 5px;
	direction: rtl;
	text-align: right;
}
#searchbox {
	width: 200px;
	height: 25px;
	padding: 5px;
	float: left;
	direction: rtl;
}
input.search {
	font: 9px Tahoma;
	color: #666;
	padding: 5px 25px 5px 2px;
	background: url(../images/searchbox_bg.gif) no-repeat 100% 0;
	border: 1px solid #ccc;
	direction: rtl;
}
input.search.focus {
	border: 1px solid #999;
}
span.text {
	font: 11px Tahoma;
	color: #000;
}
#main_body {
	width: 890px;
	margin: 0pt auto;
	margin-top: 10px;
	text-align: right; /*	overflow:hidden; */
}
* html #main_body {
	height: 1%;
}
#content {
	float: right;
	width: 700px;
	padding-left: 5px;
	border-left: 1px solid #E4E4E4;
	text-align: right;
}
h2 {
	clear: both;
	background: url(../images/heading_line.gif) no-repeat bottom right;
	font: bold 15px "Times New Roman" , Times, serif;
	color: #005E85;
	padding: 5px;
	margin: 20px 0 20px 0;
	text-align: right;
	direction: rtl;
}
h3 {
	clear: both;
	font: bold 15px "Times New Roman" , Times, serif;
	color: #000;
	padding: 5px;
	margin: 10px 0;
	text-align: right;
	direction: rtl;
}
h4 {
	clear: both;
	font: bold 13px "Times New Roman" , Times, serif;
	color: #069;
	padding: 5px;
	margin: 10px 0;
	text-align: right;
	direction: rtl;
}
h2.main {
	margin-top: 0;
}
h2 span.small {
	font: 11px Tahoma;
}
#pic_options {
	margin-top: 5px;
	padding: 3px;
	background: url(../images/v_delimiter.gif) repeat-x top left;
	height: 30px;
	text-align: right;
}
a#alternate {
	text-decoration: none;
	background: url(../images/icon_zoom.gif) no-repeat center right;
	padding-right: 16px;
	color: #000;
}
a#alternate:hover {
	background: url(../images/icon_zoom.gif) no-repeat center right;
	color: #09c;
}
a#teaser {
	text-decoration: none;
	background: url(../images/icon_slide.gif) no-repeat center right;
	padding-right: 16px;
	color: #000;
}
a#teaser:hover {
	background: url(../images/icon_slide.gif) no-repeat center right;
	color: #09c;
}
a.more, a.more:hover {
	padding-right: 8px;
	background: url(../images/icon_arrow.gif) no-repeat center right;
	color: #006699;
}
ul.list {
	list-style: none;
	margin: 10px;
}
ul.list li {
	background: url(../images/bullet.gif) no-repeat 100% 8px;
	padding-right: 8px;
	direction: rtl;
	margin-bottom: 5px;
}
#sidebar {
	float: left;
	width: 180px;
	text-align: left;
}
#search_n_compare {
	width: 700px;
	float: right;
}
#snc_header {
	width: 630px;
	height: 24px;
	background: url(../images/snc_title.gif) no-repeat 0 0;
	padding: 15px 35px 5px 35px;
	font: bold 15px "Times New Roman" , Times, serif;
	direction: rtl;
	position: relative;
}
#reset_btn {
	position: absolute;
	left: 10px;
	top: 15px;
}
#snc_content {
	background: #EFEBD7 /*url(../images/h_delimiter.gif) repeat-y 532px 0*/;
	width: 690px;
	overflow: hidden;
	padding: 5px;
}
* html #snc_content {
	height: 1%;
}
#snc_content h6 {
	font: 11px Tahoma;
	color: #0095BA;
}
#predefined {
	width: 160px;
	float: right;
	direction: rtl;
	text-align: right;
}
#predefined ul {
	list-style: none;
}
#predefined ul li {
	padding-right: 7px;
	height: 25px;
	background: url(../images/bullet.gif) no-repeat center right;
}
#predefined ul li a {
	display: block;
	height: 20px;
	padding: 3px;
	background: #EFEBD7;
	color: #000;
	outline: none;
}
#predefined ul li a.active {
	background: #E0DABE url(../images/snc_arrow.gif) no-repeat center left;
}
#snc_content .checkGroup {
	margin-left: 20px;
	float: right;
	direction: rtl;
	text-align: right;
	margin-right: 10px;
}
.checkGroup ul {
	list-style: none;
}
.checkGroup ul li {
	height: 25px;
	text-align: right;
}
#snc_footer {
	width: 690px;
	height: 22px;
	background: url(../images/snc_footer.gif) no-repeat 0 0;
	padding: 7px 5px 5px 5px;
	direction: rtl;
	text-align: right;
	vertical-align: middle;
}
.product_box {
	float: right;
	width: 175px;
	height: 200px;
	text-align: center;
}
.product_name {
	margin-top: 5px;
}
.product_specs {
	margin-top: 5px;
	color: #999;
	direction: rtl;
}
.product_name label {
	font-weight: bold;
}
dl {
	width: 157px;
	background: url(../images/leftmenu_footer.gif) no-repeat bottom left;
	padding-bottom: 7px;
}
dd {
	background: url(../images/leftmenu_bg.gif) no-repeat top left;
	padding: 5px 4px;
	text-align: right;
	direction: rtl;
}
dd ul {
	list-style: none;
}
dd ul li {
	height: 30px;
	padding: 2px 0;
	background: url(../images/leftmenu_delimiter.gif) no-repeat bottom center;
	direction: rtl;
}
dd ul li a {
	text-align: right;
	display: block;
	height: 21px;
	background: none;
	color: #000;
	padding-right: 20px;
	padding-top: 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 98% 40%;
}
dd ul li a:hover {
	background-repeat: no-repeat;
	background-position: 98% 40%;
	background-color: #E5E2D8;
}
a#driver {
	background-image: url(../images/icon_driver.gif);
}
a#manual {
	background-image: url(../images/icon_manual.gif);
}
a#link {
	background-image: url(../images/icon_link.gif);
}
a#peripherals {
	background-image: url(../images/icon_peripherals.gif);
}
a#faq {
	background-image: url(../images/icon_faq.gif);
}
a#articles {
	background-image: url(../images/icon_articles.gif);
}
table.list {
	margin-top: 20px;
	text-align: center;
	clear: both;
}
table.list th {
	background: #F5F2E6;
	border-top: 1px solid #D5D4CA;
	border-bottom: 1px solid #D5D4CA;
	color: #A28200;
	font-weight: normal;
	text-align: right;
	padding: 3px;
}
table.list td {
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #D5D4CA;
	text-align: right;
	line-height: 1.6em;
	vertical-align: top;
}
table.list td.even {
	background: #FCFCFC;
}
table.list td.diff {
	background: #FFEBEB;
}
table.list td.big {
	font: bold 15px "Times New Roman";
	background: #FFFDF5;
	padding: 10px;
}
table.specs td {
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #D5D4CA;
	text-align: left;
}
table.specs td.parent {
	text-align: left;
	font: Bold 13px Verdana;
	height: 30px;
	vertical-align: bottom;
}
table.specs td.diff {
	background: #FFEBEB;
}
table.specs td.branch {
	background: #F5F2E6;
}
ul.articles {
	list-style: none;
}
ul.articles li {
	padding-right: 12px;
	background: url(../images/icon_note.gif) no-repeat center right;
	margin-bottom: 8px;
	direction: rtl;
}
.float_left {
	float: left;
	vertical-align: middle;
}
.article_group {
	float: right;
	width: 310px;
	height: 190px;
	margin-top: 20px;
	margin-right: 25px;
}
#footer {
	clear: both;
	height: 63px;
	background: url(../images/footer_bg.gif) repeat-x;
	font: 9px Tahoma;
	color: #99BFCE;
}
#footer #inner_footer {
	position: relative;
	bottom: -23px;
	width: 890px;
	margin: 0 auto;
	height: 40px;
	background: url(../images/samservice_footer.gif) no-repeat bottom left;
}
#footer #copyright {
	float: right;
	width: 550px;
	height: 14px;
	background: url(../images/samsung_footer.gif) no-repeat bottom right;
	padding: 12px;
	direction: rtl;
}
#footer #links {
	float: left;
	margin-left: 40px;
	width: 250px;
	height: 14px;
	padding: 12px;
	direction: rtl;
}
#footer #links a {
	background: none;
	color: #fff;
}
#footer #links a:hover {
	color: #00CCFF;
}
/*****
checkboxes
*****/
.jsCheckbox img {
	cursor: pointer;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background: url(../images/checkboxes.gif) no-repeat 0px 0px;
}
.jsCheckboxActive img {
	background-position: 0px -40px;
}
.jsCheckboxHover img {
	background-position: 0px -80px;
}
.jsCheckboxHoverActive img {
	background-position: 0px -120px;
}
.jsCheckboxLabelHover {
	color: #FF9933;
}
.jsCheckboxLabel {
	cursor: pointer;
}

/****
5 Star Rating
******/
.rating {
	float: right;
	height: 19px;
	margin-right: 10px;
}
.usersRating {
	background: url(../images/rate_stars.gif) 0 19px;
	height: 19px;
	overflow: hidden;
}
.rateStars {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 19px;
	width: 95px;
	background: url(../images/rate_stars.gif) 0 57px;
	display: block;
}
.rateStars li {
	float: left;
	display: block;
}
.rateStars li a {
	background: none;
	display: block;
	width: 19px;
	height: 19px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.rateStars li a span {
	display: none;
}
.rateStars li a:hover {
	background: url(../images/rate_stars.gif) 0 38px;
	z-index: 2;
	left: 0;
}
.rateStars a.r1Star {
	left: 0px;
	overflow: hidden;
}
.rateStars a.r1Star:hover {
	width: 19px;
	overflow: hidden;
}
.rateStars a.r2Star {
	left: 19px;
	overflow: hidden;
}
.rateStars a.r2Star:hover {
	width: 38px;
	overflow: hidden;
}
.rateStars a.r3Star {
	left: 38px;
	overflow: hidden;
}
.rateStars a.r3Star:hover {
	width: 57px;
	overflow: hidden;
}
.rateStars a.r4Star {
	left: 57px;
	overflow: hidden;
}
.rateStars a.r4Star:hover {
	width: 76px;
	overflow: hidden;
}
.rateStars a.r5Star {
	left: 76px;
	overflow: hidden;
}
.rateStars a.r5Star:hover {
	width: 95px;
	overflow: hidden;
}
table.calendar td {
	background: #F6F3E7;
	width: 100px;
	height: 100px;
	vertical-align: top;
	text-align: right;
	font: bold 20px "Times New Roman";
}
table.calendar td a {
	display: block;
	height: 94px;
	background: none;
	color: #A19E8F;
	direction: rtl;
	padding: 3px;
	font: 11px Tahoma;
}
table.calendar td a span, table.calendar td span {
	float: right;
	width: 100px;
	font: bold 20px "Times New Roman";
	text-align: right;
	color: #E4DBB9;
}
table.calendar td a span {
	color: #f00;
	background: url(../images/calendar.gif) no-repeat center right;
	padding-right: 15px;
	width: 70px;
}
table.calendar td a:hover {
	background: #ECE8D7;
}
table.calendar td.empty {
	background: #fff;
}
table.calendar th {
	background: #F4DEFF;
	font: bold 15px "Times New Roman";
	color: #000;
	height: 25px;
	width: 100px;
	text-align: center;
}
table.calendar th.head {
	background: #fff;
	font: bold 20px "Times New Roman";
}
/* form styles *//*	Achilles: removed the form from css rules.*/
.special {
	/*padding:5px;*/
}
.special div {
	clear: both;
	vertical-align: baseline;
}
.special label {
	display: block;
	width: 120px;
	text-align: left;
	float: right;
	direction: rtl;
	margin: 5px;
}
.special select {
	font: 11px Tahoma;
	text-align: right;
	direction: rtl;
}
.special select option {
	padding: 3px;
}
input.text {
	font: 11px Tahoma;
	border: 1px solid #ccc;
	background: #fff;
	float: right;
	margin: 5px;
	padding: 3px;
}
.fa {
	direction: rtl;
	text-align: right;
}
.en {
	direction: ltr;
	text-align: left;
}
textarea {
	font: 11px Tahoma;
	border: 1px solid #ccc;
	background: #fff;
	float: right;
	margin: 5px;
	height: 110px;
}
.red {
	color: #F00;
}
.message_error, .message_ok, .message_warning {
	display: block;
	width: 60%;
	text-align: right;
	direction: rtl;
	margin: 15px auto;
	padding: 5px 30px 5px 5px;
}
.message_error {
	background: #FEC2C2 url(../images/message_error.gif) no-repeat 100% 2px;
	border-top: 1px solid #FF6666;
	border-bottom: 1px solid #FF6666;
}
.message_ok {
	background: #BCF27A url(../images/message_ok.gif) no-repeat 100% 2px;
	border-top: 1px solid #96D04D;
	border-bottom: 1px solid #96D04D;
}
.message_warning {
	background: #FFD800 url(../images/message_warning.gif) no-repeat 100% 2px;
	border-top: 1px solid #FFBA00;
	border-bottom: 1px solid #FFBA00;
}
.cat_holder {
	float: right;
	width: 300px;
	height: 100px;
	color: #999;
	margin: 20px 0 0 30px;
}
.cat_holder p {
	padding: 20px 100px 0 0;
}
.cat_thumb {
	float: right;
	width: 100px;
	height: 100px;
}
.cat_holder a, .cat_holder a:hover {
	background: none;
}
.cat_holder a.title {
	font: bold 15px "Times New Roman";
	color: #069;
}
div.divisions {
	width: 205px;
	height: 310px;
	float: right;
	padding-top: 94px;
	margin-left: 20px;
}
div.divisions ul, div#accessories ul {
	padding: 10px;
	list-style: none;
}
div.divisions ul li, div#accessories ul li {
	direction: rtl;
	background: url(../images/bullet.gif) no-repeat 100% 8px;
	padding-right: 10px;
	margin-bottom: 5px;
}
div#ha {
	background: url(../images/divisions_bg_ha.gif) no-repeat top right;
}
div#it {
	background: url(../images/divisions_bg_it.gif) no-repeat top right;
}
div#av {
	background: url(../images/divisions_bg_av.gif) no-repeat top right;
}
div#accessories {
	clear: both;
	margin: 0 auto;
	width: 392px;
	height: 77px;
	background: url(../images/divisions_bg_accessories.gif) no-repeat top right;
	padding-top: 74px;
}
div#accessories ul li {
	float: right;
	margin-left: 10px;
}
div.download_button {
	float: right;
	width: 320px;
	height: 40px;
	background: url(../images/download_button.gif) no-repeat 0 0;
	margin: 10px 0;
}
div.download_button a, div.download_button a:hover {
	display: block;
	height: 40px;
	padding: 3px 46px 3px 20px;
	background: none;
	color: #000;
}
.white {
	color: #fff;
}
div#pic_gallery {
	width: 99%;
}
div#pic_gallery .pic_holder {
	float: right;
	width: 150px;
	height: 180px;
	text-align: center;
	margin: 0 0 20px 20px;
}
div#pic_gallery a, div#pic_gallery a:hover {
	background: none;
}
div#pic_gallery img {
	padding: 3px;
	border: 1px solid #ccc;
}
div.small_cal {
	margin: 0 0 10px 10px;
	font-size: 9px;
	width: 47px;
	height: 52px;
	background: url(../images/icon_calendar.gif) no-repeat 100% 50%;
	float: right;
	position: relative;
}
div.small_cal span.day {
	display: block;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 47px;
	height: 10px;
	top: 7px;
	right: 0;
}
div.small_cal span.month {
	position: absolute;
	bottom: 9px;
	width: 47px;
	height: 20px;
	text-align: center;
	color: #000;
	right: 0;
}
#modal_header {
	position: relative;
}
#modal_header h1#logo a {
	display: block;
	background: url(../images/logo.gif) no-repeat 0 0;
	margin: 30px 30px 10px 0;
	width: 117px;
	height: 60px;
	float: right;
}
#modal_header h1#logo a span {
	display: none;
}
#modal_header a#close {
	display: block;
	background: url(../images/close_btn.gif) no-repeat 0 0;
	float: left;
	width: 64px;
	height: 20px;
	margin-left: 10px;
}
#alternate_fullsize {
	clear: both;
	height: 320px;
	border-bottom: 1px solid #ccc;
	margin: 0 20px;
	position: relative;
}
#loading {
	position: absolute;
	background: url(../images/loading_text.gif) no-repeat;
	width: 64px;
	height: 29px;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -32px;
}
#alternate_thumbnails {
	height: 105px;
	margin: 10px 20px;
}
#alternate_thumbnails a.thumb {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	background: none;
	margin-right: 10px;
	outline: none;
}
#alternate_thumbnails a.thumb.active, #alternate_thumbnails a.thumb:hover {
	border-color: #000;
	background: none;
}
div.suggestion {
	background: #FFFAE7 url(../images/suggestion_bg_top.gif) no-repeat 0 0;
	width: 416px;
	padding: 24px 41px 10px 10px;
	float: right;
	margin-bottom: 15px;
}
ol {
}
ol li {
	direction: rtl;
	padding-right: 8px;
	line-height: 1.6em;
}
p img {
	padding: 3px;
	border: 1px solid #ccc;
	margin: 5px;
}
a#question {
	display: block;
	background: url(../images/question_bg.gif) no-repeat 0 0;
	width: 141px;
	height: 31px;
	color: #000;
	padding: 8px 16px 0 0;
	font-size: 9px;
	margin-top: 5px;
	text-align: center;
}
div.faq_group {
	width: 178px;
	height: 55px;
	float: right;
	font: bold 15px "Times New Roman";
	direction: rtl;
	margin: 0 0 20px 47px;
}
div.faq_group a {
	color: #000;
	display: block;
	background: url(../images/faq_set_bg.gif) no-repeat top left;
	height: 30px;
	padding: 25px 6px 0 0;
}
div.faq_group a:hover {
	background: url(../images/faq_set_bg.gif) no-repeat bottom left;
}
div.faq_group span {
	font: 11px Tahoma;
}
div#faq_ha {
	background: url(../images/faq_divisions_bg_ha.gif) no-repeat top right;
}
div#faq_it {
	background: url(../images/faq_divisions_bg_it.gif) no-repeat top right;
}
div#faq_av {
	background: url(../images/faq_divisions_bg_av.gif) no-repeat top right;
}
div.answer {
	display: none;
	margin: 10px;
}
div.lucky_draw {
	clear: both;
	width: 300px;
	height: 54px;
	float: right;
	font: bold 15px "Times New Roman";
	direction: rtl;
	margin-bottom: 10px;
}
div.lucky_draw a {
	color: #000;
	display: block;
	background: url(../images/luck_draw_bg.gif) no-repeat top left;
	height: 39px;
	padding: 15px 50px 0 0;
}
div.lucky_draw a:hover {
	background-position: bottom left;
}
div.data_entry {
	clear: both;
	overflow: hidden;
	padding: 5px;
}
* html div.data_entry {
	height: 1%;
}
div.data_entry.even {
	background: #F7F4EE;
}
div.data_entry div.question {
	float: right;
	width: 50%;
	text-align: right;
	direction: rtl;
	line-height: 1.6em;
	margin-left: 20px;
}
div.data_entry div.range {
	float: right;
	/*background: #EFECE7;*/
	height: 22px;
	direction: rtl;
	text-align: center;
	padding: 0 5px;
	font-size: 9px;
}
div.data_entry span {
	float: right;
	font: 9px Tahoma;
	padding: 3px;
	display: block;
}
div.data_entry div.range input {
	vertical-align: middle;
}
div.data_entry label {
	display: block;
	width: 110px;
	text-align: left;
	float: right;
	direction: rtl;
	margin: 5px;
}
div.data_entry input.text {
	font: 11px Tahoma;
	border: 1px solid #ccc;
	background: #fff;
	float: right;
	margin: 5px;
	padding: 3px;
}
div.data_entry select {
	font: 11px Tahoma;
	border: 1px solid #ccc;
	background: #fff;
	float: right;
	margin: 5px;
	padding: 3px;
	direction:rtl;
}
div#steps {
	width: 312px;
	height: 32px;
	background: url(../images/steps_inactive.gif) no-repeat top left;
	margin: 0 auto;
}
div#steps a {
	display: block;
	height: 32px;
	width: 32px;
	margin-right: 20px;
	float: right;
	background: none;
}
div#steps a#s1.active, div#steps a#s1:hover {
	background: url(../images/steps_active.gif) no-repeat -260px 0;
}
div#steps a#s2.active, div#steps a#s2:hover {
	background: url(../images/steps_active.gif) no-repeat -208px 0;
}
div#steps a#s3.active, div#steps a#s3:hover {
	background: url(../images/steps_active.gif) no-repeat -156px 0;
}
div#steps a#s4.active, div#steps a#s4:hover {
	background: url(../images/steps_active.gif) no-repeat -104px 0;
}
div#steps a#s5.active, div#steps a#s5:hover {
	background: url(../images/steps_active.gif) no-repeat -52px 0;
}
div#steps a#s6.active, div#steps a#s6:hover {
	background: url(../images/steps_active.gif) no-repeat 0 0;
}
div.box {
	background: #000;
	height: 183px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
div.loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	background: url(../images/ajax-loader.gif) no-repeat;
}
#hnext, #hprev {
	display: block;
	width: 29px;
	height: 54px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	padding: 0;
}
#hnext {
	right: 10px;
	background: url(../images/h_arrows.png) no-repeat top right;
}
#hnext:hover {
	background: url(../images/h_arrows.png) no-repeat bottom right;
}
#hprev {
	left: 10px;
	background: url(../images/h_arrows.png) no-repeat top left;
}
#hprev:hover {
	background: url(../images/h_arrows.png) no-repeat bottom left;
}
a.target, a.target:hover {
	display: block;
	background: none;
	padding: 0;
}
div#home_products {
	height: 109px;
	background: url(../images/home_products_bg.gif) no-repeat 0 0;
}
div#home_products div.home_division {
	width: 190px;
	height: 109px;
	float: right;
	margin-left: 11px;
	padding: 40px 95px 0 0;
}
div.home_division.ha {
	background: url(../images/homepage_products_ha.gif) no-repeat top right;
}
div.home_division.it {
	background: url(../images/homepage_products_it.gif) no-repeat top right;
	margin-right: 2px;
}
div.home_division.av {
	background: url(../images/homepage_products_av.gif) no-repeat top right;
	margin: 0;
}
div.home_division p {
	font: 9px Tahoma;
	color: #7D7D7D;
	padding: 0;
	margin: 0;
}
a.more_btn {
	display: block;
	float: left;
	width: 60px;
	height: 19px;
	background: url(../images/more_btn.gif) no-repeat top left;
	padding: 0;
	margin-top: 15px;
}
a.more_btn:hover {
	background:url(../images/more_btn.gif) no-repeat bottom left;
	background-position: bottom left;
}
div.home_row {
	width: 890px;
	overflow: hidden;
	margin-top: 10px;
}
* html div.home_row {
	height: 1%;
}
div.home_row div.left {
	float: left;
	width: 330px;
}
div.home_row div.right {
	float: right;
	width: 510px;
}
div#home_snapshot {
	width: 300px;
	height: 180px;
	position: relative;
}
a.home_lucky_draw {
	display: block;
	width: 313px;
	height: 54px;
	background: url(../images/luck_draw_bg_home.gif) no-repeat top left;
	padding: 0;
	text-indent: -9999px;
	margin: 0 auto;
}
a.home_lucky_draw:hover {
	background: url(../images/luck_draw_bg_home.gif) no-repeat bottom left;
}
#snext, #sprev {
	display: block;
	width: 15px;
	height: 28px;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	padding: 0;
}
#snext {
	right: 10px;
	background: url(../images/s_arrows.png) no-repeat top right;
}
#snext:hover {
	background: url(../images/s_arrows.png) no-repeat bottom right;
}
#sprev {
	left: 10px;
	background: url(../images/s_arrows.png) no-repeat top left;
}

#sprev:hover {
	background: url(../images/s_arrows.png) no-repeat bottom left;
}

/**********************************
		Achilles
**********************************/
.sendToFriendLoadingPanel {
	position: relative;
	margin-top: 1px;
	margin-left: 2px;
}

.sendToFriendLoadingPanel img {
	margin-top: 153px;
	margin-left: 30px;
	position: absolute;
	z-index: 100;
}

.noUnderline, .noUnderline:hover {
	background: none;
}

a.alternate {
	text-decoration: none;
	background: url(../images/icon_zoom.gif) no-repeat center right;
	padding-right: 16px;
	color: #000;
}
a.alternate:hover {
	background: url(../images/icon_zoom.gif) no-repeat center right;
	color: #09c;
}
a.teaser {
	text-decoration: none;
	background: url(../images/icon_slide.gif) no-repeat center right;
	padding-right: 16px;
	color: #000;
}
a.teaser:hover {
	background: url(../images/icon_slide.gif) no-repeat center right;
	color: #09c;
}
/*.en {
	direction: ltr;
	text-align: left;
}*/
.contactLoadingPanel {
	position: relative;
	margin-top: 1px;
	margin-left: 2px;
}
.contactLoadingPanel img {
	margin-top: 3px;
	margin-left: -8px;
	position: absolute;
	z-index: 100;
}
.drawWinnerSearchLoadingPanel {
	position: relative;
	margin-left: 2px;
	margin-top: 1px;
}
.drawWinnerSearchLoadingPanel img {
	margin-top: 33px;
	margin-left: 218px;
	position: absolute;
	z-index: 100;
}
table.list tr.even {
	background-color: #f7f7f7;
}
table.list tr.even td {
	background-color: #f7f7f7;
}

table.contract td, table.contract select {
	font-family: Tahoma;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}
table.contract td.head {
	text-align: left;
	padding-left: 5px;
	width: 120px;
	height: 31px;
}
.contractProvinceLoadingPanel {
	position: relative;
	margin-left: 2px;
	margin-top: 1px;
}
.contractProvinceLoadingPanel img {
	margin-top: 23px;
	margin-left: -8px;
	position: absolute;
	z-index: 100;
}
.contractActivityLoadingPanel {
	position: relative;
	margin-left: 2px;
	margin-top: 1px;
}
.contractActivityLoadingPanel img {
	margin-top: 10px;
	margin-left: 80px;
	position: absolute;
	z-index: 100;
}
table.contractActivities td {
	padding-left: 4px;
}
table.contractActivities td input {
	vertical-align: middle;
}
.data_entry .red {
	font-size: 11px;
	padding-right: 0;
	margin-right: -2px;
}
.radioCorrection input {
	vertical-align: middle;
}

a.home_ramadan_gift{
	background: transparent url(../images/ramadan-small-banner.jpg) no-repeat left top;
	display: block;
	width: 313px;
	height: 54px;
	margin: 5px auto;
	padding: 0;
}
a.home_ramadan_gift:hover{
	background-position: right bottom;
}

a.home_nowrouz_gift{
	background: transparent url(../images/nowrouz89-small-banner.jpg) no-repeat left top;
	display: block;
	width: 313px;
	height: 47px;
	margin: 5px auto;
	padding: 0;
}
a.home_nowrouz_gift:hover{
	background-position: right bottom;
}