﻿/* GENERAL CSS */


body{
	direction:rtl; 
	margin-top: 10px; 
	margin-bottom: 5px;
	font-family: arial;
	color:#666666;
	background-color:#585780;
}
body *	{font-family:verdana;}

HR { height:1px; color:#cecece;}
/*.pageTitle 		{color:#999999; font-family:verdana; font-size:18px; font-weight:bold; padding-bottom:20px; padding-top:10px;}*/
td {  font-family: verdana; font-size: 12px;}


/**********************************************************************************************/
/* LINKS */
/**********************************************************************************************/

/*===========================*/
/* START SHOPPING CART CSS   */
.tblShop{ width:550px;}
.tblShop td{ border:1px solid #ffffff; }
.tblShop a {  color:#6E7ECC; text-decoration: none;}
.tblShop a:link {  color: #6E7ECC ; text-decoration: none;}
.tblShop a:visited {  color: #6E7ECC ; text-decoration: none;}
.tblShop a:hover {  color: #6E7ECC ; text-decoration: underline;}

.trShopContent{padding:10px 10px 10px 10px;}
.trShopContent td{ background-color:#eeeeee;}
td.tdPrice{ background-color:#CCCCCC; text-align:right; width:75px;}
td.tdTotal{ text-align:left; padding-left:10px; width:310px;}
td.tdTotalPrice{background-color:#9AA6E8; padding:5px 10px 5px 0px; font-weight:bold; text-align:right;  width:85px;}
.tdProduct { width:300px;}
.ShopTitle{ background-color:#999999; padding-right:10px; font-weight:bold; color:#FFFFFF;}
#TotalPrice{ height:130px;}
#pageLogOut	{ color:#3791B6; font-weight:bold; letter-spacing:1px; float:left; padding-left:20px;}

.Quantity{ width:40px;}
.btnCalcRight{ float:right;}
.btnCalcRight input{ width:140px;}
.btnCalc{ float:left; padding-left:20px;}
.btnCalc input{ width:140px;}
.ShoppComments{float:left; padding-bottom:20px;}
.ShoppCommentsRight{float:right; padding-bottom:20px;}
.btnDelete{ text-align:center; padding-top:13px;}
.imgShop{ vertical-align:middle; margin-right:5px; margin-bottom:5px;}


.blueBtn {border:1px solid #D0D0D0; float:left; cursor:pointer; height:28px; margin:0px 0px 0px 15px;}
.blueBtn div { border:1px solid #ffffff; cursor:pointer; height:26px;}
.blueBtn div div{ border:1px solid #D0D0D0; cursor:pointer; height:24px;}
.blueBtn div div input{  background-color:#9AA6E8; border:none; width:100px; height:22px; cursor:pointer; color:#ffffff; font-weight:bold;}

.greyBtn {border:1px solid #D0D0D0; float:left; cursor:pointer; height:28px;}
.greyBtn div { border:1px solid #ffffff; cursor:pointer; height:26px;}
.greyBtn div div{ border:1px solid #D0D0D0; cursor:pointer; height:24px;}
.greyBtn div div input{  background-color:#9AA6E8; border:none; width:100px; height:22px; cursor:pointer; color:#ffffff; font-weight:bold;}




/* END SHOPPING CART CSS */
/*===========================*/

/*===========================*/
/* START BREAD CRUMBS CSS */
.pageBreadCrumbs{ font-size:14px; color:#666666; font-weight:bold;}
.pageBoldBreadCrumbs{ font-size:14px; color:#585780; font-weight:bold;}
/* END BREAD CRUMBS CSS */
/*===========================*/

/*===========================*/
/* START CHECKOUT CSS */
.tblCheckout{ padding:5px 8px 5px 8px;}
.tblCheckout td{ border:1px solid #ffffff;}
.trCheckoutContent{padding:5px 5px 5px 10px;}
.trCheckoutContent td{ background-color:#eeeeee;}
.trCheckoutContent td.text{ width:150px;}
.selectCountry{ width:170px;}


#tblscontainer{width:100%; padding-top:15px;}
#leftAlign{ float:left;width:50%;}
#rightAlign{ float:right;width:49%;}

.btnCheckout{ float:left; padding-top:17px; padding-bottom:20px; padding-left:20px;}
.btnCheckoutRight{ float:right; padding-top:17px; padding-bottom:20px;}
.btnCheckout input{ width:140px;}

#msg{ color:#FF0000; font-weight:bold;}
#formError{ color:#FF0000; font-weight:bold;}
.btnGeneral{ width:140px;}
/* END CHECKOUT CSS */
/*===========================*/

/*===========================*/
/* START PAYMENT CSS */
.tblPayment{ padding:5px 8px 5px 8px; width:90%;}
.tblPayment td{ border:1px solid #ffffff;}
.redText { color:#FF0000; vertical-align:bottom;}
#ccError{ color:#FF0000; font-weight:bold;}
#errorOnCCPayment{ color:#FF0000; font-weight:bold;}
/* END PAYMENT CSS */
/*===========================*/


/*===========================*/
/* START Sign in CSS */
.tblMediumRightAlign{ width:275px;float:right; padding-right:10px; padding-left:10px;}
.tblMediumRightAlign input{ width:150px;}
.tblMediumLeftAlign{ width:275px;float:left; padding-right:10px; padding-left:10px;}
.tblMediumLeftAlign input{ width:150px;}
.tdText{ background-color:#FF0000}
#logOut{ color:#FF0000; text-align:left; width:100%; padding-left:20px;}
#logIn{ color:#FF0000;}
#logInStatus{ color:#FF0000;}
/* END Sign in CSS */
/*===========================*/

/*===========================*/
/* START Cofirmation CSS */
.CofirmationComments{padding-bottom:20px;}
.CofirmationCommentsRight{padding-bottom:20px;}
/* START Cofirmation CSS */
/*===========================*/


