
@font-face {
	font-family: "Arial Narrow";
	src: local(''), url('../fonts_sc/Arial Narrow.ttf') format('truetype');
	../font-weight: normal;
	../font-style: normal;
}

/*
html, body, form, fieldset, table, tr, td, img,div,span,li,a,* {
 font-size: 100%;
  font-family: "Arial Narrow";
}
*/

.cartContainer
{
	margin: auto;
	width: 100%;
}
.clickable
{
	cursor: pointer;
}
/***************Shopping Cart******************/
fieldset { border:none; width:90%;}
legend { display:none}
label { display:block; margin:15px 0 5px;}
.prev, .next { padding:5px 10px; color:#000; text-decoration:underline; }
.prev:hover, .next:hover { text-decoration:underline;}
.prev { float:left;}
.next { float:right;}
#SaveAccount {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
	padding: 7px;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;	
     float:right; 
	 margin-right:30px;
	 margin-bottom:20px;
	background-color:#000;
	color:#fff;
 }

#SaveAccount:hover { 
   float:right; 
    background: #944C94;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	
}
#steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px;}
#steps li {font-size:24px; float:left; padding:10px; color:#b0b1b3;}
#steps li span {font-size:11px; display:block;}
#steps li.current { color:#000;}
#makeWizard { background-color:#b0232a; color:#fff; padding:5px 10px; text-decoration:none; font-size:18px;}
#makeWizard:hover { background-color:#000;}
/***************Shopping Cart******************/

img 
{
	border:0;
}
.mainContent
{
	width:100%;
	min-width:100%;
	background-color:#d1d1d1;
	margin:0;
	padding:0;
}
.mainContent2
{
/*	font-family: "Arial Narrow";*/
	width:942px;
	background-color:#fff;
	margin:auto;
	padding:0;
}

.Header
{
	width:942px;
	min-width:942px;
	height:80px;
	margin:auto;
	background-color:#d1d1d1;
}

.navBarTable
{
	float:right;
	border:#d1d1d1 solid 1px;
	text-align:center;
}
.navBar
{
	height:23px;
	background-image:url('../images/navBar-pat.png');
	background-repeat:repeat-x;
	border:#d1d1d1 solid 1px;
	color:#363738;
/*	font-family:Myriad Pro;*/
	font-size:16px;
	font-weight:bold;
}

.navBar a
{
	color:#363738;
	text-decoration:none;
}

.navBar a:Hover
{
	color:#ff940e;
	text-decoration:none;
}

.langSelector
{
	height:23px;
	background-image:url('../images/langSelector-pat.png');
	background-repeat:repeat-x;
	border:#d1d1d1 solid 1px;
	color:#FFFFFF;
/*	font-family:"Arial Narrow";*/
	font-size:16px;
	text-transform: uppercase;
}

.langSelector a
{
	color:#fff;
	text-decoration:none;
}

.userControls
{
	float:right;
	height:25px;
	line-height: 25px;
	margin-right:9px;
/*	font-family:"Arial Narrow", Helvetica, sans-serif;*/
	font-size:11px;
	color:#2c2c2d;
	vertical-align:middle;
	clear:left;
}

.userControls a
{
	color:inherit;
	text-decoration:none ;
}

.userControls a:Hover
{
	color:#ff940e;
	text-decoration:none;
}
.userControls .compare
{
	height:100%;
	background-image:url('../images/compare.png');
	background-position:center left;
	background-repeat:no-repeat;
	text-align:right;
	float:right;
	width:60px;
}
.userControls .compare:Hover
{
	background-image:url('../images/compare_ro.png');
	background-position:center left;
	background-repeat:no-repeat;
	color:#ff940e;
}

.userControls .userAccount
{
	height:100%;
	background-image:url('../images/user.png');
	background-position:center left;
	background-repeat:no-repeat;
	text-align:right;
	float:right;
	width:50px;
}
.userControls .userAccount:Hover
{
	background-image:url('../images/user_ro.png');
	background-position:center left;
	background-repeat:no-repeat;
	color:#ff940e;
}

.userControls .shoppingCart
{
	height:100%;
	background-image:url('../images/shoppingcart.png');
	background-position:center left;
	background-repeat:no-repeat;
	text-align:right;
	float:right;
	width:90px;
}
.userControls .shoppingCart:Hover
{
	background-image:url('../images/shoppingcart_ro.png');
	background-position:center left;
	background-repeat:no-repeat;
	color:#ff940e;
}
.userControls .separator
{
	float:right;
	text-align:center;
}
/*
.logo
{
	background-image:url('../images/Logo_en.png');
	background-repeat:no-repeat;
	background-position:center center;
	height:55px;
	width:176px;
	float:left;
}
*/
.upperMenuContainer
{
	margin:auto;
	width:100%;
	min-width:942px;
	height:55px;
	background-image:url('../images/upperMenu-pat.png');
	background-repeat:repeat-x;
	float:right;
}
.upperMenuSeparator
{
	margin-top:20px;
	margin-bottom:20px;
	height:15px;
	width:1px;
	border-right:#FFFFFF dotted 1px;
	margin-left:-1px;
	float:left;
}
.upperMenuItem
{
	height:50px;
	padding-top:20px;
/*	font-family:"Arial Narrow";*/
	font-size:16px;
	float:left;
}
.upperMenuItem:HOVER
{
	background-image:url('../images/menuHover.png');
	background-position:center 0px;
	background-repeat:no-repeat;
}
.upperMenuItem a
{
	color:#FFFFFF;
	text-decoration:none;
}

.upperMenuItem a:Hover
{
	color:#ff940e;
	text-decoration:none;
}

/*****Addedd By A.Hajjar - START ********/
.subTitle
{
	font-weight: bold;
}
.SubMneu
{
	text-align: center;
}
.SubMneu a
{
	color:#444;
	text-decoration:none;
}

.SubMneu a:Hover
{
	color:#ff9510;
	text-decoration:none;
}
h1.title
{
	margin-left: 50px;
	margin-top: 20px;
}
.newsContent
{
	min-height:800px;
	width:755px;
/*	font-family:"Arial Narrow";*/
	font-size:16px;
	font-weight:bold;
	color:#444;
	float: right;
	background-color: #fff;
	position: relative;
	text-align: justify;
	border-left:#d1d1d1 solid 1px;
}

.newsContent a{
	color:#414246;
	text-decoration:none;
}

.newsContent hr{
	border:0;
	border-bottom:1px solid #e3e3e3;
}

.newsContent a:hover{
	color:#ff940e;
}

.newsDate
{
	margin-left: 15px;
	font-style: italic;
	font-size: 10px;
}
.newsText
{
	margin-left: 15px;
	margin-right: 15px;
	min-height: 300px;
}
.footerLinks .social
{
	background-color:#2e2e2e;
	width:200px;
	height:174px;
	color:#fff;
	font-size:16px;
	float: right;
	margin-top:-5px;
}
.socialNets
{
	margin: auto;
	width: 150px;
	margin-top: 50px;
}
.socialNetsText
{
	border-bottom: #585858 1px solid; 
}
.socialNetsImages
{
	width: 200px;
}
.socialNetsImages img
{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 15px;	
}
.extraSupport
{
	width: 902px;
	height: 281px;
/*	font-family: "Arial Narrow";*/
	font-size: 16px;
	margin-left: 21px;
	margin-right: 21px;	
}
.extraProducts
{
	width: 370px;
	height: 281px;
	background-image: url("../images/products.png");
	background-repeat: no-repeat;
	float: left;
}
.extraService
{
	width: 176px;
	height: 112px;
	float: left;
	margin:0px;
	margin-top:85px;
	border-left: #e5e5e5 1px solid;
	position: relative;
}
.extraService .title
{
	width: 176px;
	color: #ff9510;
	font-size: 16px;
	position: absolute;
	top:30px;
	left:7px;
}
.extraService .content
{
	width: 176px;
	color: #8a8a8a;
/*	font-family: "Arial Narrow";*/
	position: absolute;
	top:50px;
	left:7px;
}
.extraService .goLink
{
	width: 176px;
	color: #535353;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 20px;
}
.extraService .goLink img
{
	margin-right: 5px;
}
.extraService .goLink a
{
	color: #535353;
	text-decoration: none;
}
.extraService .goLink a:HOVER
{
	color: #535353;
	text-decoration: none;
}
.searchSupport
{
	width: 902px;
	height: 100px;
	border-bottom: #e5e5e5 1px solid;
	border-top: #e5e5e5 1px solid;
	margin: auto;
/*	font-family: "Arial Narrow";*/
	font-size: 24px;
	color: #414246;
	
}
.searchSupport form
{
	margin-top: 15px;
}
.searchSupport input
{
	width: 320px;
	height: 25px;
	background-image: url("../images/searchSupport-pat.png");
	background-repeat: repeat-x;
	border: 0px;
/*	font-family: "Arial Narrow";*/
	font-size: 16px;
	color: #fff;
	font-style: italic;
	position: relative;
	top: -5px;
}
.searchSupport img
{
	position: relative;
	top: 4px;
	left: 10px;
	cursor: pointer;
}
.selectProduct
{
	width: 902px;
	height: 281px;
	margin: 21px;
}
.selectProduct .title
{
/*	font-family: "Arial Narrow";*/
	font-size: 24px;
	color: #414246;
	clear: both;
}
.selectProduct img#step2,img#step3
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.step
{
	width: 200px;
	height:238px;
/*	font-family: "Arial Narrow";*/
	font-size: 16px;
	color: #ff9510;
	float: left;
}
.step .productsList
{
	position:relative;
	width: 194px;
	height:200px;
	margin-top: 10px;
	overflow: hidden;
}
.step .productsList span
{
	color: #414246;
}
.scrollControls
{
	width: 14px;
	height:200px;
	float: left;
	position: relative;
	top:25px;
	display: none;
}

.scrollControls .mouseover_up
{
	position: absolute;
	top: 0px;
}
.scrollControls .mouseover_down
{
	position: absolute;
	bottom: 0px;
}

.productCategory
{
	width: 180px;
	height: 20px;
	padding-left:10px;
	line-height:20px;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #f1f1f1;
	color: #414246;
	font-family: "Arial Narrow";
	font-size: 16px;
	cursor: pointer;
}
.productSubCats
{
	width: 180px;
	height: 20px;
	padding-left:10px;
	line-height:20px;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #f1f1f1;
	color: #414246;
	font-family: "Arial Narrow";
	font-size: 16px;
	cursor: pointer;
}
.productListing
{
	width: 180px;
	height: 20px;
	padding-left:10px;
	line-height:20px;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #f1f1f1;
	color: #414246;
	font-family: "Arial Narrow";
	font-size: 16px;
	cursor: pointer;
}
.productCategorySelected
{
	background-color: #929292;
	color: #fff;
}
.productPreview
{
	width: 200px;
	height:238px;
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #333;
	float: left;
	text-align: center;
}
.productPreview #selectButton
{
	cursor: pointer;
}
.supportDetails
{
	width: 902px;
	height: 500px;
	margin: 21px;
}
.tabHeader
{
	height: 25px;
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #414246;
	text-transform: uppercase;
	float: left;
	cursor: pointer;
}

.tabHeaderSeparator
{
	height: 25px;
	border-left: 1px #e3e3e3 solid;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}
.tabContent
{
	height: 475px;
	width: 100%;
	border-top: 1px #e3e3e3 solid;
	clear: left;
}
.anFAQ
{
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #8a8a8a;
	margin-bottom: 10px;
}
/*****Addedd By A.Hajjar - END  ********/
.upperSubMenu
{
	position:absolute;
	top:86px;
	height: 110px;
	background-color:#fff;
	border-bottom:2px #ddd solid;
	border-left:2px #ddd solid;
	border-right:2px #ddd solid;
	z-index: 9999;
	/*By A.Hajjar*/
	display: none;
}
.upperSubMneuItem
{
	max-height:110px;
	max-width:100px;
	width: 100px;
	height: 99px;
	float: left;
	position: relative;
	margin-left: 4px;
	margin-right: 4px;
}
.upperSubMneuItem .SubMneuImage
{
	width: 100%;
	height:70px;
	clear: both;
	text-align: center;
}
.upperSubMneuItem .SubMneuImage img
{
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 12px;
}
.upperSubMneuItem .SubMneuImage .image
{
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 12px;
	background-color: transparent;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 82px;
	height: 69px;
}
.upperSubMneuItem .SubMneuTitle
{
	width: 100%;
	min-height:15%;
	clear: both;
	font-size:11px;
	color: #444;
	text-align: center;
}

.upperSubMneuItem .submenu_title{
	height:33px; 
	width:106px; 
	text-align:center;
	font-size:11px;
}
.upperSubMneuItem .SubMneuTitle a
{
	color: #444;
	text-decoration: none;
}

.upperSubMneuItem .SubMneuTitle a:Hover
{
	color: #444;
	text-decoration: none;
}
.upperSubMneuItem:Hover .submenu_title a{
	color: #f57f20;
}
/*****Start*********Modified by A.mahmoud 14-8-2011**********/
.searchBox
{
	background-image:url('../images/searchBox.png') ;
	background-repeat:no-repeat;
	width:185px;
	height:21px;
	margin:0 10px;
	margin-bottom:17px;
	margin-top:17px;
	float:right;
	vertical-align:middle;
}

.searchBox img
{
	margin-right:0px;
	margin-top:0px;
	float:right;
	cursor:pointer;
}

.searchBox input
{
	color:#FFFFFF;
	height:90%;
	width:160px;
	background-image:url('../images/searchBox.png') ;
	background-repeat:no-repeat;
	border:0px;
	float:left;
}
/*****End***********Modified by A.mahmoud 14-8-2011**********/

.indexGallery
{
	background-image:url('../images/gal-pat.png');
	background-repeat:repeat-x;
	width:942px;
	height:397px;
	margin:auto;
	vertical-align:middle;
}
.galImage
{
	height:100%;
	width:415px;
	text-align:right;
	float:left;
}
.galText
{
	margin-top:16%;
	width:527px;
	text-align:left;
	font-family:"Arial Narrow";
	font-size:16px;
	color:#818181;
	float:left;
	vertical-align:middle;
}
.galText .title
{
	font-size:30px;
	color:#313131;
	text-transform:uppercase;
	height:30px;
	border-bottom:#d5d5d5 solid 1px;
}
.galText .brief
{
	width:350px;
}

.newProducts
{
	background-image:url('../images/newProducts-pat.png');
	background-repeat:repeat-x;
	width:942px;
	height:161px;
	margin:auto;
	vertical-align:bottom;
}

.newProducts .model
{
	font-size: 11px;
	margin-left: 15px;
}

.newProducts .imageContainer
{
	min-height: 70px;
	width:80px;
	position: relative;
	margin:auto;
}

.newProducts .label
{
	background-image:url('../images/newProductsLabel.png');
	background-repeat:repeat-x;
	width:103px;
	height:38px;
	position:relative;
	top:18px;
	left:0px;
	z-index:9999;
}
.newProducts .product
{
	vertical-align:bottom;
	width:120px;
	height:100px;
	margin-bottom:17px;
	margin-top:5px;
	margin-left:17px;
	margin-right:17px;
	text-align:center;
	float:left;
	
	position:relative; text-align:center; bottom:0;

}
.newProducts .productDesc
{
	width:100%;
	text-align:center;
	
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size:11px;
	color:#6a6a6c;
}

.newProducts .newProdsContainer
{
	width:100%;
	height:140px;
	position:relative;
	top:-18px;
	left:0px;
	margin-bottom:0;
}
.newProducts .newProdsContainer a
{
	color:#6a6a6c;
	text-decoration: none;
}
.newProducts .newProdsContainer a:HOVER
{
	color:#ff9510;
	text-decoration: none;
}

.interactive
{
	background-image:url('../images/interactive-pat.png');
	background-repeat:repeat-x;
	padding:0px;
	width:942px;
	height:93px;
	margin:auto;
	margin-top:1px;
}
.interactive a
{
	color: #000;
	text-decoration: none;
}
.interactive a:HOVER
{
	color: #000;
	text-decoration: underline;
}
.interactive .panel
{
	width:313px;
	height:93px;
	margin:auto;
	margin-left:-1px;
	border-left:#d1d1d1 solid 1px;
	float:left;
	position:relative;
}

.interactive .innerPanel
{
	width:313px;
	height:93px;
	margin:auto;
	margin-left:-1px;
	margin-top:-1px;
	border-left:#d1d1d1 solid 1px;
	float:left;
}
.panelTitle
{
	color:#1a1a1a;
	font-family:"Arial Narrow";
	font-size:16px;
	margin-left:15px;
	margin-top:12px;
}

.panelText
{
	color:#8a8a8a;
	font-size:11px;
	font-family:"Arial Narrow";
	width:200px;
	float:left;
	margin-left:15px;
	margin-top:-15px;
	font-weight:normal;
}

.panelText h4
{
	color:#565656;
	font-size:16px;
	margin-bottom:-5px;
}

.newsletter
{
	color:#565656;
	font-size:16px;
	font-family:"Arial Narrow";
	font-weight:bold;
	width:100%;
	float:left;
	margin-left:15px;
}

.newsletter h4
{
	font-family:"Arial Narrow";
	color:#565656;
	font-size:16px;
}

.newsletter  #newsletterForm
{
	margin-top: -15px;
}
.newsletter input[type=text]
{
	color:#cecece;
	font-size:11px;
	font-family:"Arial Narrow";
	font-weight:bold;
	width:165px;
	height:16px;
	float:left;
	border:#ccc solid 1px;
}

.newsletter .subscribe
{
	float:left;
	cursor:pointer;
	margin-left:8px;
	width: 100px;
}

.supportLogo
{
	float:right;
	margin-top:-15px;
}
.eventsLogo
{
	margin-top:-18px;
	float:left;
	color: #e0641c;
	font-family: "Arial Narrow";
	font-size:15px;
	width: 59px;
}

.footerLinks
{
	background-color:#323334;
	width:942px;
	height:174px;
	margin:auto;
	color:#bfbfbf;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:0px;
	margin-top:0px;
}
.break
{
	width:100%;
	height:5px;
	margin:auto;
	
}
.footerList
{
	margin-right:35px;
	margin-left:15px;
	float:left;
}

.footerList h4
{
	color:#e7781e;
}

.footerList a
{
	color:#bfbfbf;
	text-decoration:none;
}

.footerList a:Hover
{
	color:#e7781e;
	text-decoration:none;
}
/*
.footer
{
	height:20px;
	width:942px;
	margin:auto;
	margin-bottom:10px;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size:11px;
	color:#4d4d4d;
	text-align:right;
	background-color:#d1d1d1;
}
.footer a
{
	color:#a60000;
	text-decoration:none;
}

*/
/* Inner Page Style */

/* Left List*/
.innerContents
{
	width:942px;
	margin:auto;
	min-height:500px;
	background-color:#FFFFFF;
	clear: both;
}

.leftList
{
	min-height:500px;
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	background-color:#f5f5f5;
	
	/*border-right:#d1d1d1 solid 1px;*/
	position: relative;
	z-index: 100;


}

.listContent
{
	height:218px;
	width:100%;
	/*background-image:url('../images/leftList-pat.png');*/
	background-repeat:repeat-x;
	font-family:"Arial Narrow";
	font-size:16px;
	color:#565656;
	margin:0px;
	padding:0px;

}

.listContent a
{
	color:#565656;
	text-decoration:none;
}

.listContent a:Hover
{
	color:#f57f20;
	text-decoration:none;
}

.listHeader
{
	width:100%;
	height:25px;
	position:relative;
	top:0px;
	left:0px;
/*	background-image:url('../images/listHeader_l.png');*/
    background-color: #5E5E5E;
	background-color:#000;
	background-image:url(../images/web/border.png);
	background-repeat:reapet-x;
	/*background-size: auto 100%;*/
	color:#fff;
	font-size:16px;
	font-family:"Arial Narrow";
	text-transform:uppercase;
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	margin: 0px;
	margin-bottom:20px;
	z-index: 140;

}

.leftListContainer
{
	margin-top:20px;
}

.leftListItem
{
	height:20px;
	width:269px;
	border-bottom:#cfcfcf solid 1px;
	margin-left:10px;
	padding-top:5px;
}

.leftListItemSELECTED
{
	width:265px;
	color:#f57f20;
	padding-left:5px;
	background-image:url('../images/leftListBullet_l.png');
	background-repeat:no-repeat;
	background-position:left center;
}

.leftListItemLAST
{
	border:0;
}

/*Page Content*/
/*****Start*********Modified by A.mahmoud 14-8-2011**********/
.pageContents
{
	min-height:500px;
	width:755px;
	float:left;
	margin:auto;
	margin-top:-1px;
	border-top:#d1d1d1 solid 1px;
	border-left:#d1d1d1 solid 1px;
	background-color:#FFFFFF;
	background-image:url('../images/contentBG-pat.png');
	background-repeat:repeat-x;
	font-family:"Arial Narrow";
	font-size:16px;
	color:#8a8a8a;
	position: relative;
}
/*****End***********Modified by A.mahmoud 14-8-2011**********/
.PageTitle
{
	color:#414246;
	font-size:24px;
	margin-top:40px;
	margin-left:15px;
}

.PageText a:hover{
	text-decoration:underline;
}

.PageText a{
	color:#f57f20;
	text-decoration:none;
}
.PageText
{
	margin-top:20px;
	margin-left:30px;
	margin-right:30px;
	min-height:300px;
	padding: 0px;
	text-align: justify;
	width: 700px;
}

.PageControl
{
	clear:both;
	float:right;
	margin-right:30px;
	margin-bottom:15px;
	margin-top:15px;
	position:absolute;
	right:0;
	bottom:0
}
/*Product List*/
.pagePath
{
	background-image:url('../images/pagePath-pat.png');
	background-repeat:repeat-x;
	border-bottom:#cfcfcf solid 1px;
	width:100%;
	margin:auto;
	height:23px;
	max-height:23px;
	font-family: "Arial Narrow";
	font-size: 11px;
	color: #fff;
	text-align: center;
}
.productSorting
{
	width:100%;
	height:30px;
	max-height:30px;
	text-align:right;
	font-family:"Arial Narrow";
	font-size:11px;
	font-weight:bold;
	color:#8a8a8a;

}
.sortSelect
{
	font-family:"Arial Narrow";
	font-size:11px;
	font-weight:bold;
	color:#8a8a8a;
	border:#cfcfcf 1px solid;
	
}
.sortCompare
{
	margin:5px;
}
.SelectDiv
{
	float:right;
	margin:5px;
}
.CompareDiv
{
	float:right;
}

.productsFilter
{
	width:100%;
	min-height:230px;
	/*background-image:url('../images/filter-pat.png');
	background-repeat:repeat-x;*/
	background-color:#f4f4f4;
	background-color:#fff;
	border-bottom:#d1d1d1 solid 1px;
	float:left;
	clear:right;
}

.leftShoppingCart
{
	width:100%;
/*	min-height:250px;*/
	/*background-image:url('../images/cart-pat.png');
	background-repeat:repeat-x;*/
	background-color:#f5f5f5;
	background-color:#fff;
	background-position:bottom;
	/*border-bottom:#d1d1d1 solid 1px;*/
	float:left;
	clear:right;
	color:#565656;
	font-family:"Arial Narrow";
	font-size:16px;
}

.cartSums
{
	min-height:30px;
	width:90%;
	border-bottom:#cfcfcf solid 1px;
	border-top:#cfcfcf solid 1px;
}
/********Start********Added by Ahmad.m 15-8-2011******************/
.cartSums span{
	font-family:"Arial Narrow";
	font-size:13px;
	color:#565656;
	font-weight:bold;
	
}
/********End**********Added by Ahmad.m 15-8-2011******************/

.cartNumbers
{
	width:100px; 
	width:60px;
	float:right;
	font-size:13px;
	color:#8a8a8a;
}
.cartNote
{
	font-family:"Arial Narrow";
	font-size:11px;
	color:#8a8a8a;
}
.productsCompare
{
	width:100%;
	/*min-height:201px;*/
	/*background-image:url('../images/compare-pat.png');
	background-repeat:repeat-x;*/
	background-color:#f5f5f5;
	background-color:#fff;
	background-position:bottom;
	border-bottom:#d1d1d1 solid 1px;
	float:left;
	clear:right;
	color:#565656;
	font-family:"Arial Narrow";
	font-size:16px;
}
.checkList
{
	width:100%;
	height:38px;
	border-bottom:#cfcfcf solid 1px;
	margin-top:8px;
	margin-bottom:8px;
	text-align:left;
}
.CompareProductName
{
	font-family:"Arial Narrow";
	font-size:13px;
	color:#565656;
}
.CompareProductDesc
{
	font-family:"Arial Narrow";
	font-size:11px;
	color:#8a8a8a;
	
}
.checkBox
{
}

.viewedProducts
{
	width:100%;
	height:236px;
	background-image:url('../images/viewedProducts-pat.png');
	background-repeat:repeat-x;
	border-bottom:#d1d1d1 solid 1px;
	float:left;
	clear:right;
}

.viewedProduct
{
	width:160px;
	height:76px;
	margin:auto;
	margin-bottom:14px;
	margin-top:14px;
}
.breakLine
{
	width:167px;
	height:1px;
	margin:auto;
	border-bottom:#cfcfcf solid 1px;
}
.viewedProductText
{
	font-weight:bold;
	float:right;
}
.viewedProductLink
{
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size:16px;
	color:#565656;
	font-weight:bold;
	text-decoration:none;
}
.viewedProductLink :Hover
{
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.boxTitle,.boxTitle3
{
	width:260px;
	color:#414246;
	font-family:"Arial Narrow";
	font-size:16px;
	font-weight:bold;
	margin-top:1px;
	margin-left:5px;
	padding-left:10px;
	
	background-image:url(../images/faq-closed.png);
	background-repeat:no-repeat;
	background-position:center left;
}

.boxTitle2
{
	width:260px;
	color:#414246;
	font-family:"Arial Narrow";
	font-size:16px;
	font-weight:bold;
	margin-top:1px;
	margin-left:5px;
	padding-left:10px;
	text-align:left;
	background-image:url(../images/faq-opened.png);
	background-repeat:no-repeat;
	background-position:center left;
}

.boxContents
{
	margin-left:15px;
	font-weight:bold;
}

.boxButton
{
	float:left;
	cursor:pointer;
	margin-right:10px;
	margin-bottom:10px;
}

.aProduct
{
	text-align:center;
	float:left;
	width:220px;
	height:242px;
	margin-left:14px;
	margin-right:14px;
	margin-bottom:20px;
	margin-top:20px;
}
.productImage
{
	width:100%;
	height:223px;
	margin:auto;
	background-color: transparent;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top:3px;
	margin-bottom:3px;

}
.productModel
{
	width:100%;
	height:23px;
	margin:auto;
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size:16px;
	color:#606060;
		display:block;
		
		
}
.productPrice
{
	width:100%;
	height:15px;
	margin:auto;
	margin-top:1px;
	margin-bottom:16px;
	font-family:"Arial Narrow";
	font-size:18px;
	
	color:#000;
		display:block;
}
.productControls
{
	width:100%;
	height:18px;
	margin:auto;
	margin-bottom:8px;
	font-family:"Arial Narrow";
	font-size:11px;
	text-transform:uppercase;
	color:#535353;
	font-weight:bold;
	background-image:url('../images/controls-pat.png');
	background-repeat:repeat-x;
	line-height: 18px;
		background-color: #000;
}

.productControls img
{
	float:right;
}
.productControls a
{
	color:#fff;
	text-decoration:none;
	

}
.productControls a:Hover
{
	color:#000;
	
	text-decoration:none;
}
.productCompareChk
{
	width:100%;
	height:18px;
	line-height: 18px;
	margin:auto;
	font-family:"Arial Narrow";
	font-size:11px;
	color:#8a8a8a;
	font-weight:bold;
}
.productControls .compare{
	float:left;
	height:18px;
	padding-left:10px;
}

.newProduct
{
	position:relative;
	width:45px;
	height:45px;
	top:0px;
	right:0px;
}
.productOnSale
{
	position:relative;
	width:45px;
	height:45px;
	top:144px;
	right:0px;
}

/* Product Details Page */
.detailsContent
{	background-color:#fff;
	background-image:url('../images/detailsContent-pat.png');
	background-repeat:repeat-x;
	width:100%;
	min-height:738px;
}
.path
{
	height:24px;
	width:100%;
}
.topPart
{
	width:912px;
	height:370px;
	margin:auto;
	margin-top:58px;
	margin-bottom:72px;
}
.bottomPart
{
	height:640px;
}
ul.pagging{
margin:auto;
margin-top: 30px;

}
ul.pagging li{
	display:inline;
	min-width:20px;
	height:20px;
	padding:4px;
	padding-bottom:1px;
	border-right:1px solid #d7d7d7;
	background:url(../images/paging_p.png) repeat-x;
	color:#9a9a9a;
	cursor:pointer;
	font:10px Arial;
	
}

ul.pagging li a{
	padding-bottom:2px;
	color:#9a9a9a;
	text-decoration:none;
	font:10px Arial;
	vertical-align:top;
}
ul.pagging li:hover{
	background:url(../images/paging_hover_p.png) repeat-x;
	color:white;
}

#filter{
	padding:5px 0 0 0;
}

#filter p{
	font-size:11px;
	color:#8a8a8a;
	padding-left:15px;
}

#filter hr{
	width:150px; 
	border:1px solid #dddddd;
}
#productDetails{
	padding:0px 30px 0px 0px;
	width:100%;


}

#productGallery{
	width:30%;
    height: 100%;
	float:left;
	text-align:center;
    display:inline-block;

}
#productSupport{
	width:60%;
	float:right !important;
    height: 100%;
	border-left:0px solid #dddddd;
	padding:0px 5px 0px 5px;
	margin-top: 5px;
	color:#8a8a8a;
    display:inline-block;

}
#productSupport .someInfo{
	
}
#productSupport #button1{
	vertical-align:bottom;
	float:left;

}
#productSupport #button2{
	vertical-align:bottom;
	float:left;

}

#productSupport #price{
	font-size:38px;
	color:#c80b14;
}

#productSupport #name{
	font-size:24px;
	color:#414246;
}

#productSupport font{
	color:#f57f20;
	font-size:16px;
}

#productSupport ul{
	list-style:url(../images/leftListBullet_l.png);
	padding-left:12px;
}

#productSupport #link{
	color:#ffa73a;
	text-decoration:underline;
	float:right;
}

#productSupport #qunatity{
	margin:10px 0 5px 0;
	height:45px;
	width:240px;
	border:1px solid white;
	background:url(../images/quantity_bg.png) no-repeat;
	text-align:center;
	font-size:16px;
	display:inline-block;
}

#productSupport #qunatity input{
	font-size:16px;
	text-align:center;
	border:1px solid #d0d0d0;
	color:#535353;
	width:20px;
	height:15px;
	margin-top:2px;
}

/******Start******05-09-2011************/
#proPageNav{
clear:both;
margin-top:50px;
height:30px;
margin-right:40px;
margin-left:40px;
position:relative;
z-index:10;
padding-top:5px;
border-top:0px solid #e3e3e3;
border-bottom:0px solid #e3e3e3;
width:90%;
}
#proPageNav a{
float:right;
text-decoration:none;
margin-right:675px;
margin-top:-20px;
color:#8a8a8a;
}

#proPageNav2{
clear:both;
width:902px;
margin-top:50px;
height:30px;
margin-right:40px;
margin-left:40px;
position:relative;
z-index:10;
padding-top:5px;
border-top:1px solid #e3e3e3;

}

#proPageNav2 img{
	padding-top:4px;
}
/******End********05-09-2011************/

#proPageNav ul li{
	display:inline;
	color:#8a8a8a;
	font-size:16px;
	/*font-weight:bold;*/
	padding-right:10px;
}
#proPageNav img{
	padding-top:2px;
}
#proDetails{
	width:100%;
	margin-top:40px;
	font-family: "Arial Narrow";
	font-size: 16px;


}

#proDetails ul.nav li{
	display:inline;
	color:#000;
	padding-right:30px;
}

#proDetails ul.nav li:hover{
	color:#000;
	cursor:pointer;
}

#proDetails ul.nav{
margin-bottom:0;
padding-bottom:0;

}

#proDetailsContent{
width:100%;
border-top:1px solid #e3e3e3;
margin-top:0;
padding-top:0;
margin-left:0px;


}

.tabDivs{
	text-align:justify;
	width:100%;
	display:none;
	margin-top:10px;
}

div#moreInfo{
	display:block;
}

div#RightNav{
	min-height:467px;
	border:1px solid transparent;
	width:265px;
	background:#f6f6f6;
	float:right;
	margin-top:63px;
	margin-right:40px;
	padding:0;
	position: relative;
	z-index: 120;

	padding-right:0px;
	margin-right:0px;
}
div#RightNav ul{
	width:265px;
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}

div#RightNav ul li{
	height:75px;
	border-bottom:1px solid #e3e3e3;
	width:100%;
	float:left;
	font-family: "Arial Narrow";
	font-size: 16px;
}

div#RightNav ul li img{
	padding:25px;
	float:left;
}

div#RightNav ul li p{
	color:#555555;
	margin-top:30px;
}

.pro_details_container{
	min-height:470px;
	margin-top:-70px;
	margin-bottom:10px;
	overflow:hidden;
	padding-top:0px;
	width:100%;

}


.fullPageContents{
	min-height:500px;
	width:941px;
	float:right;
	margin:auto;
	margin-top:-1px;
	border:#d1d1d1 solid 1px;
	border-right:0px;
	background-color:#f5f5f5;
	background-image:url('../images/contentBG-pat.png');
	background-repeat:repeat-x;
	font-family:"Arial Narrow";
	font-size:16px;
	color:#8a8a8a;
	position: relative;
}
.fullPageContentsWhite
{
	min-height:800px;
	width:942px;
	float:right;
	margin:auto;
	margin-top:-1px;
	border:#d1d1d1 solid 1px;
	border-right:0px;
	background-color:#fff;
	background-image:url('../images/contentBG-pat.png');
	background-repeat:repeat-x;
	font-family:"Arial Narrow";
	font-size:16px;
	color:#8a8a8a;
	position: relative;
}
div.newProduct{
	margin-top:-225px;
	margin-left:150px;
	z-index:6;
}

div.onSaleProduct img{
	margin-bottom:-92px;
	margin-left:138px;
	z-index:5;
}

.footerDiv{
	/*float:left;*/
	clear:both;
	/*height: 300px;*/
	width: 100%;
	/*margin: auto;*/
	margin-top:0;
	border-top: 1px #d1d1d1 solid;
}
.lockedPage
{
	position:fixed;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color:#f4f4f4;
	opacity:0.3;
	filter:alpha(opacity=30);
	z-index: 900;
	/*By A.Hajjar*/
	display: none;
}
.emailForm
{
	position:fixed;
	left:50%;
	top:100px;
	margin-left:-200px;
	width: 400px;
	height: 200px;
	background-color:#e5e5e5;
	color: #6a6a6c;
	font-family: "Arial Narrow";
	font-size: 16px;
	text-align: center;
	padding:15px;
	z-index: 1000;
	display: none;
	border:solid 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.messageBox
{
	position:fixed;
	left:45%;
	top:200px;
	margin-left:-150px;
	width: 400px;
	height: 100px;
	background-color:#fff;
	color: #6a6a6c;
	font-family: "Arial Narrow";
	font-size: 16px;
	text-align: center;
	z-index: 1000;
	/*By A.Hajjar*/
	display: none;
	border:solid 2px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

#footer{
	clear:both;
}
#gallery_img
{
	width: 500px;
}
#gallery_img img{
	margin:auto;
}
#tech_spec ul li{
	font-size: 16px;
}



#tech_spec ul{
	list-style:url(../images/attr_bullet.png);
	margin:0 0 0 25px;
	padding:0;
	color:#535353;
}



#tech_spec ul li:hover{
	color:#535353;
	cursor:default;
}

#tech_spec hr{
	border:1px solid #e3e3e3;
}

#tech_spec table{
	font-size:16px;
}
/*******Collasping Start*******/
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 283px;
}


.message_list li {
	padding: 0;
	margin: 0;
	background: url(../images/message-bar.gif) no-repeat;
}
.message_head {
	
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	position: relative;
	float:left;
	text-align:left;
}
.message_head .timestamp {
	color: #666666;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 5px;
}


/*******Collasping End*********/



.mask{
	
	/* Edited By Ahmad Hajjar
	position:absolute;
	left:0;
	top:0;
	z-index:4000;
	background-color:#000;
	display:none;
	*/
	position:fixed;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color:#000;
	opacity:0.3;
	filter:alpha(opacity=30);
	z-index: 900;
	/*By A.Hajjar*/
	display: none;
}
.loading{
	position:absolute; 
  	z-index:2000;
  	width:150px;
  	height:150px;
  	text-align:center;
  	font-size:16px;	
  	border:0;
	margin:auto;
	/*
	border:10px solid #bababa;
	border-radius:5px;
	-moz-border-radius:5px;
	background-color: #fff;
	*/
	background-color: transparent;
	left: 55%;
	top: 75%;
	margin-left: -75px;
	margin-top: -75px;
	display:none;
}

.loading2{
/*	position:absolute; 
  	z-index:70000;
  	width:150px;
	padding-top:40px;
	padding-bottom:40px;
  	text-align:center;
  	font-size:16px;	
  	border:0;
	margin:auto;
	background-color: white;
	left:40%;
	top: 40%;
	display:none;
	border:1px solid #bababa;
	border-radius:5px;
	-moz-border-radius:5px;*/

	position:fixed;
	left:50%;
	top:100px;
	margin-left:-150px;
	width: 300px;
	height: 100px;
	background-color:#e5e5e5;
	color: #6a6a6c;
	font-family: "Arial Narrow";
	font-size: 16px;
	text-align: center;
	z-index: 1000;
	/*By A.Hajjar*/
	display: none;
	border:solid 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
table.compareTable{
	width:100%;
	margin:5px;
}

table.compareTable tr td{
border-bottom:1px solid #e3e3e3;
padding-bottom:10px;
padding-top:10px;
}

table.compareTable tr td div.cpomareProImg{
	/*width:200px;*/
	width:120px;
	height:auto;
	border:1px solid #e3e3e3;
	margin-right:35px;
	text-align:center;

}

table.compareTable tr td div.cpomareProImg  a{
	color:#333333;
	text-decoration:none;
}
table.compareTable tr td div.cpomareProImg div.pro_name{
	margin-top:-30px;
	
	vertical-align:middle;
	
}

table.compareTable tr td.cpomareProImg  div img.proImage{
	display:block; 
	max-width:120px;

	margin:50px auto;
}

table.compareTable tr td div.cpomareProImg img.removeProduct{
	float:right;
	margin-top:10px;
	margin-right:10px;
	cursor: pointer;
}

table.compareTable tr td.compareTitle{
	font-size:16px;
	color:#000;
	width:170px;
}

#expandAll, #collaspAll{
	cursor:pointer;
	color:#000;
}
table.compareTable tr td.expandNav{
	

	border-bottom:0;
}

table.compareTable tr td.compDetailsTitle{
	font-size:16px;
	color:#414246;
}

table.compareTable tr td.attrGroup span.attrGroupTitle{
	font-size:16px;
	color:#414246;
	background:url(../images/leftListBullet_l.png) no-repeat;
	background-position:0px 5px;
	padding-left:5px;
	cursor:pointer;
}
table.compareTable tr td.attrGroup{

	border-bottom:0;
	border-top:1px solid #e3e3e3;
	padding-bottom:0;
}


table.compareTable tr td.attrName {
	border-bottom:0;
	padding-bottom:2;	
	padding-top:2;
}

table.compareTable tr td.attrName span.name{
	font-size:16px;
	color:#9d9d9d;
	margin-left:5px;
}

table.compareTable tr td.attrDetails {
	border-bottom:0;
	padding-bottom:2;	
	padding-top:2;

}

table.compareTable tr td.attrDetails div{
	font-size:16px;
	color:#414246;
	background:#f1f1f1;
	text-align:center;
	/*width:200px;*/
	min-height:20px;
}

table.tech{
	width:600px; 

}
table.tech tr  td{
	vertical-align:top;
	width:200px;
}


#products_container{
	position: relative;
	background-color: #fff;
}

/*******End**********A.mahmoud 28-8-2011********/

/*By Ahmad Hajjar*/
.waitMe
{
	text-align: center;
	color: black;
}
.loginForm
{
	position:fixed;
	left:50%;
	top:100px;
	margin-left:-200px;
	width: 400px;
	height: 200px;
	background-color:#e5e5e5;
	color: #6a6a6c;
	font-family: "Arial Narrow";
	font-size: 16px;
	text-align: center;
	padding:15px;
	z-index: 1000;
	display: none;
	border:solid 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div#RightNav a{
	text-decoration: none;
}
.sPageContent
{
	font-size:16px;
	margin-left: 50px;
	margin-right: 50px;
}
div#proPageNav #controls
{
	display:inline;
	float: left;
	height: 20px;
	margin-left: 10px;
}
div#proPageNav span
{
	float: left;
	margin-left: 10px;
	height: 30px;
}
div#proPageNav div.cont
{
	float: left;
	margin-left: 10px;
	height: 30px;
}
.vTourLogo
{
	float: right;
	margin-right: 60px;
	margin-top: -40px;
}

.lastPathRoot
{
	width: 60px;
	height: 16px;
	margin-top:3px;
	margin-left:0px;
	float:left;
	background-image: url("../images/en_lastPathRoot.png");
	background-repeat: no-repeat;
}
.pathRoot
{
	width: 60px;
	height: 16px;
	margin-top:3px;
	margin-left:0px;
	float:left;
	background-image: url("../images/en_pathRoot.png");
	background-repeat: no-repeat;
}
.lastPathNode
{
	min-width: 60px;
	height: 16px;
	margin-top:3px;
	margin-left:-15px;
	float:left;
	background-image: url("../images/en_lastPathNode.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-left:20px;
	padding-right:20px;
}
.pathNode
{
	min-width: 60px;
	height: 16px;
	margin-top:3px;
	margin-left:-15px;
	float:left;
	background-image: url("../images/en_pathNode.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-left:20px;
	padding-right:20px;
}
.pagePath a
{
	font-family: "Arial Narrow";
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.pagePath a:HOVER
{
	font-family: "Arial Narrow";
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#preloadedImages
{
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url("../images/en_pathNode.png");
	background-image: url("../images/en_lastPathNode.png");
	background-image: url("../images/en_pathRoot.png");
	background-image: url("../images/en_lastPathRoot.png");
	
	background-image: url("../images/en_pathNode_r.png");
	background-image: url("../images/en_lastPathNode_r.png");
	background-image: url("../images/en_pathRoot_r.png");
	background-image: url("../images/en_lastPathRoot_r.png");
	background-image: url();
}
.shareThis
{
	width: 110px;
	height: 14px;
	float: right;
	margin: 2px;
	margin-right: 18px;
}
.share
{
	width: 18px;
	height: 18px;
	padding:0px;
	margin: 0px;
	margin-right: 4px;
	float: left;
	cursor: pointer;
}
.auxCont
{
	background-color: #f5f5f5;
	min-height:499px;
	width: 942px;
	margin: auto;
}
.featuredProducts
{
	background-color: #f5f5f5;
	float: left;
	clear:both;
	width:942px;
	height:133px;
	position: relative;
	z-index: 0;
	margin-top: -24px;
}
.paragraph
{
	border-bottom: 0px #ccc solid;
	margin:auto;
	margin-left: 30px;
	width: 90%;
	text-align: justify;
}
.paragraph a
{
	color: #333;
}
.paragraph a :HOVER
{
	color: #333;
}
h3.title
{
	margin-left: 20px;
}
span#subtitle
{
	font-weight: bold;
}
span#jobCode
{
	font-style: italic;
}
.newsPhoto
{
	text-align: center;
}
.help_me{
	float: right;
}
.helpContents
{
	position: absolute;
	width: 137px;
	height: 119px;
	background-image:url('../images/help_en.png');
	background-repeat:no-repeat;
	color: #6a6a6c;
	font-family: "Arial Narrow";
	font-size: 16px;
	z-index: 1000;
	display: none;
	padding-top: 10px;
	padding-left: 5px;
	margin-left: -5px;
	margin-top:3px;
	text-align: left;
}
.viewAllPar1
{
	margin-left: 20px;
	margin-right: 20px;
	text-align:justify;
	clear: both;
}
.viewAllPar
{
	margin-left: 20px;
	margin-right: 20px;
	text-align:justify;
	clear: both;
}
/*
.info a
{
	font-weight:bold;
	color:#414246;
	text-decoration: none;
}
.info a:HOVER
{
	color:#ff9510;
	text-decoration: none;
}
*/
#g_img{
	height:350px !important;
	width:520px !important;
	background-size: 100% 100% !important;
	float:left;
}
.sitemapLink{
	color:#414246;
	text-decoration: none;
}
.sitemapLink:Hover{
	color:#ff9510;
	text-decoration: none;
}


.viewAll{
	clear:left;
	float:left;
	margin-top:10px;
}





.colorOver:hover{
  border: #000 solid 1px 
}

.cartlist thead->tr->th {
  background-color: #000;
  color: #fff;
}

.price, .qty{
 width: 70px;
}


.required{
  background-color: #FFD4AA !important;

}

.sub111{
  background-color:#000;
  color:#fff;
  padding:10px;
}

    .social15 {
		float:left;padding-right:30px;
	 }


    .social16 {
		padding-top:30px;
		padding-bottom:10px;
		text-align:middle;
	 }

	 #tagline{
	    padding-left:135px;
	 }


#slider-range{
  width:250px;
  display:block;
}

.b_cancel{
  margin-left:40px;
  display:inline-block;
}
.b_confirm{
  display:inline-block;
}
.o_choice{
  display:block;
  padding:10px;
  padding-right:30px;
}
.blk_item{
	margin-left:35px;
}

.register_b{
   display:inline-block;
   width:30%;
   text-align:left;
   padding-bottom:20px;
}
.register_b1{
    display:inline-block;
	width:40%;
	text-align:left;
	padding-bottom:20px;
}
.register_b2{
    display:inline-block;
	width:30%;
	text-align:left;
	padding-bottom:20px;
}

.selectEG{
  margin-bottom: 1em;
  padding: .25em;
  border: 0;
  border-bottom: 2px solid currentcolor; 
  font-weight: bold;
  letter-spacing: .15em;
  border-radius: 0;
  &:focus, &:active {
    outline: 0;
    border-bottom-color: red;
  }
}


/* width */
::-webkit-scrollbar {
	width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #E1E1E1;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #944C94;
}

.scrollInside{
    display:block;
	max-height:300px;
	overflow-y: auto;
	text-align:left;
	padding-left:50px;
}
/* width */
.scrollInside::-webkit-scrollbar {
	width: 12px;
}
/* Track */
.scrollInside::-webkit-scrollbar-track {
	background: #B0A373;
}
/* Handle */
.scrollInside::-webkit-scrollbar-thumb {
	background: gray;
}



@media (max-width: 600px){
    .failure,.success{
	   width:90%;
	}
	.register_b{
	   display:block;
	   width:100%;
	   text-align:left;
	   padding-bottom:20px;
	}
	.register_b1{
		display:block;
		width:100%;
		text-align:left;
		padding-bottom:20px;
	}
	.register_b2{
		display:block;
		width:100%;
		text-align:left;
		padding-bottom:20px;
	}

	.productsListInside{
	    width:100%;display:block;text-align:center;padding-left:0px;
	}
	.leftList{
		float:auto;
		display:block;
		width:100%;
		text-align:center;
	}
	.productsFilter,.boxTitle2{
		width:100%;
	}

	#slider-range{
		width:100%;
		display:block;
	}
	.b_cancel{
	  margin-top:20px;
	  margin-left:0px;
	  width:100%;
	  display:block;
	}
	.b_confirm{
	  width:100%;
	  display:block;
	}
	.btn{
	  padding-top:3px;
 	  padding-bottom:3px;
	  width:80%;
	}
	.o_choice{
	  display:block;
	  padding:10px;
	  margin-left:0px;
	  padding-right:0px;
	  text-align:left;
	}
	.mdl_modal {
	  padding-top: 30px; /* Location of the box */
	}
	.mdl_modal-content {
	   width:90%;
	}
	.blk_item{
	  display:block;
	  text-align:center;
	  width:100% !important;
	  margin:auto;
	  padding-left:20px;
	}
	.aa-add-card-btn{
	  width:250px;
	  margin:auto;
	}

	.price,.qty{
	   width:35px;
	}
	.guestR1,.guestR2{
	  width:100%;
	  display:block;
	}
	.guestR2{
	   margin-left:0px;
	   border-left:0px;
	   border-top:1px solid #000;
	   margin-top:10px;
	   padding-top:10px;
	}
	.PPrice{
	  font-size:0.8em;
	}
	.messageBox
	{
		position:fixed;
		left:45%;
		top:200px;
		margin-left:-150px;
		width: 330px;
		height: 150px;

	}



}