@charset "utf-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 	  #container selector */
	color: #333333;
	font-family:  "Tahoma";
	background-color: #FFFFFF;
	font-size: 12px;
}
a {color:#7f7f7f; text-decoration:none;}
a:hover {
	color:#D2271F;
	text-decoration:none;
} 
.thrColFixHdr #container {
	width: 993px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/flash-header.jpg);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 155px;
	text-align: right;
} 
#topbar {
	height: 35px;
	width: 993px;
	float: left;
}
.top-nav {
	height: 35px;
	width: 740px;
	float: right;
	background-color: #fff;
	background-image: url(images/nav-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.search{
	height: 35px;
	width: 226px;
	float: left;
	background-color: #fff;
	background-image: url(images/search-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.search-input {
	width: 125px;
	border: 2px solid #000000;
	height: 18px;
	font-family:  "Tahoma";
	font-size: 13px;
	color: #333333;
}
.thrColFixHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	width: 243px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
    margin:0px;
}
.page-title {
	font-family:  "Tahoma";
	font-size: 15px;
	line-height: 26px;
	text-transform: capitalize;
	text-align:right;
	color: #D2271F;
	font-weight: bold;
	background-image: url(images/page-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
	height: 32px;
	width: 490px;
	margin-right: 5px;
	direction:rtl;
}

.page-title span{
	font-weight: normal;
	font-size: 15px;
	color: #999999;
	padding: 0px;
	height: 32px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bdr-black-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bdr-black-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.bdr-grey-top{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.qty {
	border: 1px solid #E4E4E4;
	text-align: center;
	padding: 4px;
}

.bdr-none {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.bdr-right {
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
}
.bdr-right-bot {
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-right: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.bdr-bot {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.bdr-left {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
}
.bdr-total {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	background-color: #EFEFEF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.bdr-total2 {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	background-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	font-weight: bold;
	color: #CC3300;
	text-align: center;
}
.bdr-black2px{
	border: 2px solid #000000;
}

.page-title-yellow {
	font-family:  "Tahoma";
	font-size: 15px;
	line-height: 26px;
	text-transform: capitalize;
	color: #D2271F;
	background-image: url(images/page-title-bg-yellow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: 15px;
	height: 32px;
	width: 490px;
	font-weight: bold;
	margin-right: 5px;
}

.page-title-yellow span{
	font-weight: normal;
	font-size: 15px;
	color: #999999;
	padding: 0px;
	height: 32px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-right: 165px;
	float: none;
}

.thrColFixHdr #sidebar2 {
 /* since this element is floated, a width must be given */
	width: 243px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin:0;
}

.box-outer1-right{
	background-image: url(images/red-line-right-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 243px;
	float: right;
}
.box-outer2-right{
	background-image: url(images/yellow-line-right-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 243px;
	float: right;
}
.box-outer3-right{
	background-image: url(images/orange-line-right-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 243px;
	float: right;
}
.black-btn {
	font-family:  "Tahoma";
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/black-btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 27px;
	width: 125px;
	text-decoration: none;
	text-transform: uppercase;
}
.black-btn a {
	color: #FFFFFF;
	text-decoration: none;
}

.black-btn a:hover {
 color: #CC0000;
	text-decoration: none;	
}
.black-btn2 {
	font-family:  "Tahoma";
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/black-btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 27px;
	width: 125px;
	text-decoration: none;
	text-transform: uppercase;
}
.black-btn2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.black-btn2 a:hover {
 color: #CC0000;
	text-decoration: none;	
}
.search-btn {
	font-family:  "Tahoma";
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/btn-search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 20px;
	width: 64px;
}
.search-btn a {
	color: #FFFFFF;
	text-decoration: none;
}

.search-btn a:hover {
 color: #CC0000;
	text-decoration: none;	
}
.buy-btn {
	font-family:  "Tahoma";
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/buy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 20px;
	width: 43px;
	

}
.buy-btn a {
	color: #000;
	text-decoration: none;
}

.buy-btn a:hover {
 color: #FFF;
	text-decoration: none;	
}
.buy-btn-big {
	font-family:  "Tahoma";
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/buy-btn-big.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 28px;
	width: 58px;	

}
.buy-btn-big a {
	color: #000;
	text-decoration: none;
}

.buy-btn-big a:hover {
 color: #FFF;
	text-decoration: none;	
}
.print {
	font-family:  "Tahoma";
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #999999;
	background-image: url(images/print.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	height: 28px;
	padding-right: 20px;
	padding-left: 20px;
}
.print a {
	color: #999999;
	text-decoration: none;
}

.print a:hover {
 color: #D2271F;
	text-decoration: none;	
}
.zoom {
	font-family:  "Tahoma";
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #999999;
	background-image: url(images/zoom.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	height: 15px;
	width: 12px;
	padding-right: 16px;
	padding-left: 16px;
}
.zoom a {
	color: #999999;
	text-decoration: none;
}

.zoom a:hover {
 color: #D2271F;
	text-decoration: none;	
}
.wishlist {
	font-family:  "Tahoma";
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #999999;
	background-image: url(images/wishlist.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	height: 15px;
	width: 16px;
	padding-right: 20px;
	padding-left: 20px;
}
.wishlist a {
	color: #999999;
	text-decoration: none;
}

.wishlist a:hover {
 color: #D2271F;
	text-decoration: none;	
}
.freind {
	font-family:  "Tahoma";
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #999999;
	background-image: url(images/sendtofreind.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	height: 28px;
	width: 125px;
	padding-right: 20px;
	padding-left: 20px;
}
.freind a {
	color: #999999;
	text-decoration: none;
}

.freind a:hover {
 color: #D2271F;
	text-decoration: none;	
}
.box-right{
	width: 204px;
	float:right;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 35px;

}
.box-title-right {
	background-color: #FFFFFF;
	font-family:"Tahoma";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	background-image: url(images/title-bar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 35px;
	width: 204px;
	text-indent: 20px;
	text-transform: uppercase;
	line-height: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	direction:rtl;
}

.thrColFixHdr #mainContent {
    width:495px;
	margin: 0;

	
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #FFFFFF;	
}

/* footer */
.thrColFixHdr #footer {
	position:relative;
	background-color: #000000;
	height: 131px;
	width: 993px;
	margin:0;
	padding:0;
	color:#999999;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:  "Tahoma", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
.discount-price {
	line-height: 14px;
	color: #FF0000;
	text-decoration: line-through;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 18px;
}

#footer ul {
	position:absolute;
	top:5px;
	margin:0;
	width:700px;
	left:20px;
	text-align:right;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 50px;
}
#footer ul li{

	display:inline;
}
#footer ul li a {
	color:#cccccc;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 5px;
	padding-left: 5px;
} 

#footer ul li a:hover {
	color:#ffffff;
	text-decoration:none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* footer */
/* left navigation */
.nav {
	position:relative;
	float:right;
	font-family:  "Tahoma";
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	direction:rtl;
}
.nav ul {
	margin-right:25px;
	padding:0;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.nav li {
	clear:both;
	padding:0;
	text-align:right;
	list-style-image: url(images/bullets.jpg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.nav a {
	color:#333;
	text-decoration:none;
}
.nav li.on a {color:#7f7f7f; text-decoration:none;}
.nav a:hover {
	color:#D2271F;
	text-decoration:none;
}
/* left navigation */
/* main-page navigation */
#grey-border-box .nav2 {
	position:relative;
	float:left;
	font-family:  "Tahoma";
	font-size: 13px;
	color: #333333;
}
#grey-border-box .nav2 ul {
	margin-left:25px;
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#grey-border-box .nav2 li {
	clear:both;
	padding:0;
	text-align:left;
	list-style-image: url(images/bullets2.jpg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#grey-border-box .nav2 a {
	color:#000;
	text-decoration:underline;
	font-size:13px;
}
#grey-border-box .nav2 li.on a {color:#7f7f7f; text-decoration:underline;}
#grey-border-box .nav2 a:hover {
	color:#D2271F;
	text-decoration:none;
}
/* left navigation */


/* box title*/
.box-title {
	background-color: #FFFFFF;
	font-family:  "Tahoma";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	background-image: url(images/title-bar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 35px;
	width: 204px;
	margin-top: 0px;
	text-indent: 20px;
	text-transform: uppercase;
	line-height: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	direction:rtl;
}
/* box title*/
.box-left{
	width: 204px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 39px;
	
}
.box-text {
	background-color: #fff;
	font-family:  "Tahoma";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	line-height: 18px;
	background-position: left bottom;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 174px;
	background-image: url(images/block-bot.jpg);
	background-repeat: no-repeat;
	overflow:auto;
	text-align: right;
}

.box-combo {
	background-color: #fff;
	font-family:  "Tahoma";
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	text-align: right;
	line-height: 18px;
	background-position: right top;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 174px;
	background-image: url(images/yellobar.jpg);
	background-repeat: no-repeat;
	overflow:auto;
	padding-top: 14px;
	text-transform: uppercase;
}
.box-outer2-left{
	background-image: url(images/yellow-line-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 243px;
	margin: 0px;
}
.innertext {
	background-color: #fff;
	font-family:  "Tahoma";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	line-height: 18px;
	direction:rtl;

}
.breadcrumbs {
	background-color: #fff;
	font-family:  "Tahoma";
	font-size: 11px;
	font-weight: normal;
	color: #7f7f7f;
	text-align: right;
	line-height: 18px;
	direction:rtl;

}

.breadcrumbs a {color:#7f7f7f; text-decoration:none;}
.breadcrumbs a:hover {
	color:#D2271F;
	text-decoration:none;
}
.discription {
	background-color: #fff;
	font-family:  "Tahoma";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	line-height: 18px;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}
.discription2 {
	background-color: #fff;
	font-family:  "Tahoma";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}
.grey-border-box {
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	line-height: 18px;
	margin: 16px;
	list-style-image: url(images/bullets2.jpg);
}

.confirmation-box {
	border: 1px solid #CCCCCC;
	font-size: 13px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	margin: 16px;
}
.red-title-text {
	font-size: 13px;
	font-weight: bold;
	color: #D2271F;
	text-transform: uppercase;
}
.red-bold {
	font-size: 13px;
	font-weight: bold;
	color: #D2271F;
}
.yellow-bold {
	color: #FFCC00;

}
.red-fonts {
	font-size: 13px;
	font-weight: normal;
	color: #D2271F;
}
.input-fields {
	height: 18px;
	width: 200px;
	border: 1px solid #CCCCCC;
}
.input-fields2 {
	height: 20px;
	width: 160px;
	border: 1px solid #CCCCCC;
}
.input-fields3 {
	height: 20px;
	width: 50px;
	border: 1px solid #CCCCCC;
}
.input-fields-multiline {
	height: 60px;
	width: 200px;
	border: 1px solid #CCCCCC;
}
.formusmall {
	FLOAT: left; WIDTH:154px
}
.formusmall INPUT {
	VERTICAL-ALIGN: middle
}
.formusmall P {
	FLOAT: left;
	WIDTH: 135px;
	HEIGHT: 19px;
	border: 1px solid #464647;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.formusmall P.none {
	BORDER-TOP-WIDTH: 0px;
	CLEAR: both;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BORDER-LEFT-WIDTH: 0px;
	FLOAT: left;
	BORDER-BOTTOM-WIDTH: 0px;
	PADDING-BOTTOM: 6px;
	WIDTH: 174px;
	PADDING-TOP: 0px;
	BORDER-RIGHT-WIDTH: 0px;
}
.formusmall .inputsearch {
	BORDER-TOP-WIDTH: 0px; PADDING-LEFT: 4px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; WIDTH: 100px; HEIGHT: 19px; BORDER-RIGHT-WIDTH: 0px
}
.formusmall .bt_validate_search {
	WIDTH: 27px; HEIGHT: 19px
}
.formuPush {
	FLOAT: none; OVERFLOW: hidden; WIDTH: 100%
}
/* top bar menu*/
ul#menu010{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	font-size:14px;
	height:35px;
	font-family:  "Tahoma";
	position:relative;
	display:block;
	font-weight: bold;
	color: #000000;
	background-image: url(images/nav-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	}

ul#menu010 li{
	display:block;
	float:left;
	margin:0;
	padding:0;}

ul#menu010 li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	height:24px;
	background:url("images/nav-sep.jpg") no-repeat right top;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 20px;
}

ul#menu010 li a:hover{
	color: #FFFFFF;
}

ul#menu010 li a.current,ul#menu010 li a.current:hover{
	color:#fff;
	background-image: url(images/nav-sep.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
ul#menu010 li a.last,ul#menu010 li a.current:hover{
	
	background-image: url(images/nav-back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#place {
	color:#fff;
	background-color:#F88E38;
	font-family:  "Tahoma";
	font-size:13px; padding-bottom:3px;}
.bold {
	font-weight: bold;
}
.bold-333 {
	font-weight: bold;
	color: #666666;
}
.grey-bold {
	font-weight: bold;
	line-height: 22px;
	color: #555555;
	font-size:12px;
	padding: 4px;
	text-align:right;
}
.comment-date{
color: #cccccc;
}
.grey-small {
	font-weight: normal;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
.view-cart{
	background-image: url(images/view-cart.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	height: 25px;
	width: 30px;	
}
.check-out{
	background-image: url(images/check-out.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	height: 25px;
	width: 30px;	
}
.quantity-field {
	height: 18px;
	width: 80px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
}
.info {
	font-family:  "Tahoma";
	font-size: 12px;
	color: #D2271F;
	background-color: #FFEBC1;
	text-align: left;
	padding: 1px;
	border: 1px solid #D2271F;
	margin: 3px;
	line-height: 12px;
	width: 150px;
}
hr {
	color: #000000;
	height: 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.img-bdr2 {
	border: 2px solid #000000;
}
.img-bdr1 {
	border: 1px solid #000000;
}.change {
	color: #D2271F;
}
.change a {color:#D2271F; text-decoration:underline;}
.change a:hover {
	color:#999999;
	text-decoration:none;
}
.top-banner {
	background-image: url(images/top-banner-bg.jpg);
	height: 48px;
	width: 480px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-top: 10px;
	direction:rtl;
}
.10-per-off {
	background-image: url(images/10-off.gif);
	height: 50px;
	width: 111px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.banner-text {
	margin-left: 120px;
	width: 375px;
	margin-top: 10px;
}
.orange-bold {
	font-weight: bold;
	color: #FF9900;
	direction:rtl;
}
.buy a:link, .buy a:visited, .buy a:active {
	color: #fff;
	height:20px;
	width:43px;
	display:block;
	text-decoration:none;
	background-image: url(images/buy-btn.jpg);
	background-repeat: no-repeat;
	margin-right: 15px;
}

.buy a:hover {
	background-position:0px -20px;
	color:#e1e1e1;
}
.buy1 {
	color: #fff;
	height:20px;
	width:43px;
	display:block;
	text-decoration:none;
	background-image: url(images/buy-btn.jpg);
	background-repeat: no-repeat;
	margin-right: 15px;
}


.buy span {
	display:none;
}
.viewcart a:link, .viewcart a:visited, .viewcart a:active {
	color: #fff;
	height:27px;
	width:125px;
	display:block;
	text-decoration:none;
	background-image: url(images/viewcart.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.viewcart a:hover {
	background-position:0px -27px;
	color:#e1e1e1;
}
.viewcart span {
	display:none;
	text-align: right;
}
.checkout a:link, .checkout a:visited, .checkout a:active {
	color: #fff;
	height:27px;
	width:125px;
	display:block;
	text-decoration:none;
	background-image: url(images/checkout.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.myaccount a:hover {
	background-position:0px -27px;
	color:#e1e1e1;
}
.myaccount span {
	display:none;
}
.myaccount a:link, .myaccount a:visited, .myaccount a:active {
	color: #fff;
	height:27px;
	width:125px;
	display:block;
	text-decoration:none;
	background-image: url(images/my_account.jpg);
	background-repeat: no-repeat;
}

.checkout a:hover {
	background-position:0px -27px;
	color:#e1e1e1;
}
.checkout span {
	display:none;
	text-align: right;
}
.small-btn a:link, .small-btn a:visited, .small-btn a:active {
	color: #fff;
	height:20px;
	width:64px;
	display:block;
	text-decoration:none;
	background-image: url(images/small-black-btn.jpg);
	background-repeat: no-repeat;
	font-family:  "Tahoma", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	line-height: 18px;
}

.small-btn a:hover {
	background-position:0px -20px;
	color:#e1e1e1;
}
.continue-shop a:link, .continue-shop a:visited, .continue-shop a:active {
	color: #fff;
	height:27px;
	width:139px;
	display:block;
	text-decoration:none;
	background-image: url(images/continue-shop.jpg);
	background-repeat: no-repeat;
}

.continue-shop a:hover {
	background-position:0px -27px;
	color:#e1e1e1;
}
.continue-shop span {
	display:none;
}
.details {
	padding-right: 10px;
}
.details UL {
	font-size: 12px;
	font-weight: bold;
	color: #D2271F;
	text-transform: uppercase;
	margin:0;
	padding:0;
	list-style-type: none;
	text-align:right;
}
.details LI {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding:0;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0;
	text-align:right;
}
.thumbs-bdr{
	padding: 2px;
	height: 58px;
	width: 76px;
}
.thumbs-bdr a{
	border: 1px solid #FFFFFF;
	height: 58px;
	width: 76px;
}
.thumbs-bdr a:hover{
	border: 1px solid #333333;
	height: 58px;
	width: 76px;
}
.thumbs-bdr a:active{
border: 1px solid #000000;
height: 58px;
	width: 76px;
}
.form-btn {
	font-family:  "Arial", "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-image: url(images/black-btn.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 66px;
	font-size: 12px;
	background-color: #000000;
	line-height: 18px;
	border: 1px solid #000000;
	font-weight:bold;
}
.form-btn:hover {
	background-image: url(images/small-black-btn.jpg);
	background-repeat: no-repeat;
	background-position: center -21px;
	width: 66px;
	cursor:pointer;
}
.textmemberarea1 {
	font-family:Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size: 11px;
	background-color: white;
	border: #c8c8c8 1px solid;
	color: #636363;
	background:url(images/inputbg.gif) no-repeat;
}
.cardmessage .ttl1{ background:url(../images/cardmessage_ttl1.jpg) no-repeat; height:25px; font-size:0px; width:382px;}
.cardmessage .bg1{ background:url(../images/cardmessage_bg1.jpg) repeat-y; width:362px; padding:5px 10px; line-height:18px; font-family:Arial, Helvetica, sans-serif, Calibri; font-size:12px;}
.cardmessage .btm1{ background:url(../images/cardmessage_btm1.jpg) no-repeat; height:22px; font-size:0px; width:382px;}

.cardmessage1 .ttl1p{ background:url(images/cardmessage_ttl1p.jpg) no-repeat; height:25px; font-size:0px; width:196px;}
.cardmessage1 .bg1p{ background:url(images/cardmessage_bg1p.jpg) repeat-y; width:196px; padding:5px 10px; line-height:16px; font-family:Arial, Helvetica, sans-serif, Calibri; font-size:12px;}
.cardmessage1 .btm1p{ background:url(images/cardmessage_btm1p.jpg) no-repeat; height:22px; font-size:0px; width:196px;}
