/* CSS Document */
body {
	direction: rtl;
}



#wrapper {
	text-align: right;
}



h1.bullet-red, h2.bullet-red, h3.bullet-red, h3.bullet-blue {
	text-align: right;
	background-image: url(images/arrow1_left_padded.gif);
	background-position: right 4px;
	padding-right: 15px;
	
}


div.single-bullet {
	background-image: url(images/arrow1_left_padded.gif);
	background-position: right 3px;
	padding-right: 15px;
}




ul li {
	background-image: url(images/arrow1_left.gif);
	background-position: right 6px;
	padding-right: 15px;
}

ul li.sqr {
	background-image: url(images/bullet.gif);
	padding-right: 12px;
	background-position: right 8px;
}




h1.block {
	padding-right:10px;
}

a.more-details {
	text-align:left;
	padding-left: 3px;
}


#content{
	padding-left: 10px;
}



/* product.html related */
.menu a, .page-menu a {
	background-image: url(images/arrow1_left_padded.gif);
	background-position: right 3px;
	padding-right: 15px;
}

a.top {
	text-align: left;
}

/* custmerservices.html */
div.ans-con {
	padding-right: 15px;
}

/* dealers.html related */
table.country-block {
	border-right-color: #666666;
	border-left-color: #999999;
}

td.country-content {
	background-position: right;	
	border-right: rgb(204,0,0);
	padding-right: 20px;
}

/* =================================== POPUPS =========================== */
#wrapper-popup {
	text-align: right;
}

#body-popup {
	text-align: right;
}


#wrapper-popup h4 {
	background-image: url(images/arrow1_left.gif);
	background-position: right 3px;
	padding-right: 15px;
}
