

.GeneralPage
{
background-color: #262626; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: #262626;  /* #E9E9E9 Background Color */
}

.TopBanner
{
font-family: Arial; /* Font Face */
font-size: 28pt; /* Font Size */
color: #E9E9E9; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
/*background-color: ;  Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
/*background-color: ;  Background color */
text-align: Center; /* Align Text */
}

.TopSubBannerText
{
font-family: Arial; /* Font Face */
font-size: 9pt; /* Font Size */
color: #000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
}

.LeftColumn
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #fff; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
/*background-color: ;  Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 23%;}

.LeftColumnText
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #fff; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 23%;}

.RightColumn
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
/*background-color: ;  Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 1%;}

.RightColumnText
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 1%;}

.Footer
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #FFF; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
/*background-color: ;  Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.FooterText
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #FFF; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
/*background-color: ;  Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: Red; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.Messages
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: Red; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.Headings
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #FFF; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #969696; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: #FFF; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #969696; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: #969696;
}

.ContentTableHorizontal
{
background-color: #969696;
}


/*-----------------------custom.css--------------------------*/



/* Custom CSS Document for 
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/

/* Global Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1 {
	font:24px Arial, Helvetica, sans-serif;
}

h2 {
	font:bold italic 16px Arial, Helvetica, sans-serif;
	color:#843131;
}

h3 {
	font:bold 12px Arial, Helvetica, sans-serif;
}

/* Styles.css Extensions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.LeftColumn {height: 100%}

#PageTable {
	padding-bottom:15px;
}

#PageSubTable {
	/*background:#CED0D0 url(images/LC_Tile.gif) repeat-y left;*/
	background-color:White;
}

#ContentCell {
	border-right:15px solid #ffffff;
}

#Instruction1_InstructCell {padding: 7px;}

.Content {
	color: #000;
	text-decoration:none;
}

.Content a:link,
.Content a:visited {
	color: #000;
	text-decoration: underline;
}

.Content a:hover,
.Content a:active {
	color: #000;
	text-decoration: none;
}

/* TopSubBanner Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#TopSubBannerCell {
}

#bn_wrap {
	width:998px;
	height:auto;
	float:left;
	background-color: White;
}


.logo
{
	width:313px;
	height:auto;
	float:left;
}
.image
{
	width:419px;
	height:auto;
	float:left;
}
.customer-container
{
	width:266px;
	height:auto;
	float:right;
	
}
.cuetomer-no-cont
{
	width:240px;
	height:auto;
	float:right;
}
.image-cont
{
	width:47px;
	height:auto;
	float:left;
	padding-left:10px;
}
.number-cont
{
	width:135px;
	height:auto;
	float:left;
	padding:6px 0px 0px 6px;
}
.red-text
{
	font-family:Arial;
	font-size:14px;
	color:#b51716;
	font-weight:bold;
	line-height:22px;
}
#cartwrap
{
	width:240px;
	height:auto;
	float:left;
}
.shiping-image
{
	width:42px;
	height:auto;
	float:left;
}
.item-text-cont
{
	width:90px;
	height:auto;
	float:left;
	padding:9px 0px 0px 15px;
	font-family:Arial;
	font-size:12px;
	color:#212121;
	font-weight:bold;
}
.price-text-cont
{
	width:90px;
	height:auto;
	float:left;
	padding:9px 0px 0px 2px;
	font-family:Arial;
	font-size:12px;
	color:#212121;
	font-weight:bold;
}
/***********************************************test**************************/
#bn_number {
	font:bold italic 15px Arial, Helvetica, sans-serif;
	color:#D9293E;
	width:100%;
	vertical-align:bottom;
	white-space:nowrap;
}

#bn_searchcell {
	text-align:right;
}

#Panel1 {
	margin: 0;
	padding: 0;
	float:right;
	text-align:right;
	width:190px;
	white-space:nowrap;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}

#bn_adsearch, #bn_adsearch a {
	padding:0 8px 0 0;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
	text-align:right;
	width:auto;
}

#bn_nav {
	width:998px;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
}

.menu-bg
{
	background:url(../images/menu-bg.jpg) repeat-x;
	width:998px;
	height:34px;
	float:left;
}
.menu
{
	width:513px;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
}
#bn_nav .menu-bg .menu ul
{
	width:auto;
	height:auto;
	float:left;
	padding:0px 0px 0px 10px;
	margin:0px;
}
#bn_nav .menu-bg .menu li
{
	width:auto;
	height:auto;
	float:left;
	list-style:none;
	font-family:Arial;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	padding:8px 1px 0px;
	text-decoration:none;
}
#bn_nav .menu-bg .menu li a:link
{
	font-family:Arial;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
}
#bn_nav .menu-bg .menu li a:visited
{
	font-family:Arial;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
}
#bn_nav .menu-bg .menu li a:hover
{
	font-family:Arial;
	font-size:13px;
	color:#FFF;
	text-decoration:underline;
}

.search-container
{
	width:345px;
	height:auto;
	float:right;
}
.advance-serch-text-cont
{
	width:105px;
	height:auto;
	float:left;
	font-family:Arial;
	font-size:12px;
	color:#fff;
	text-decoration:underline;
	padding:10px 0px 0px 0px;
}
.serch-bar-cont
{
	background:url(../images/search-bar.jpg) no-repeat;
	width:227px;
	height:27px;
	float:left;
	margin-top:4px;
}
.textfield
{
	width:165px;
	height:auto;
	float:left;
	border:0px;
	margin:4px 0px 0px 8px;
}
.search-icon
{
	
	padding:1px 8px 0px 0px;
	float:right;
}

/****************************************test***********************************/

#bn_nav ul {
	list-style:none;
	display:inline;
	
	font:12px Arial, Helvetica, sans-serif;
	color:#FFF;
	width:100%;
	margin:0;
	padding:0;
}

#bn_nav ul li {
	list-style:none;
	display:inline;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}

#bn_nav ul li a {
	color:#FFF;
	
	text-decoration:none;
	padding:6px 10px;
	width:auto;
	height:auto;
	display:block;
	float:left;
	white-space:nowrap;
}

#bn_nav ul li a:hover {
	color:#FFF;
	background:#666;
	text-decoration:none;
}

#bn_btm {
	background:#FFF url(../images/BN_Content_TL.gif) no-repeat left;
	height:5px;
	margin:15px 15px 0 182px;
	font-size:1px;
}

#bn_btm_right {
	background:url(../images/BN_Content_TR.gif) no-repeat right;
	height:5px;
	margin:0;
	padding:0;
	font-size:1px;
}

/* LeftColumnNav Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#LeftColumnCell {
	padding:0 15px 0 0;
	/*background:;*/
}

#LeftColumnNav1_custommenu td { /*Table that wraps around the left column*/
	height:100%;
	vertical-align:top;
}

#LeftColumnNav1_CMenubar2_dlMenu { /*Table that contains cmenubar2*/
	
}

.lc_nav {
	font:12px Arial, Helvetica, sans-serif;
	color:#FFF;
	background:#969696;
	padding:0;
	margin:0;
	width:167px;
	border-top:1px solid #CED0D0;
}

.lc_nav a {
	color:#FFF;
	background:#969696;
	width:100%;
	height:auto;
	display:block;
	text-indent:10px;
	padding:3px 0;
	margin:0;
	border-bottom:1px solid #CED0D0;
	text-decoration:none;
}

.lc_nav a:hover {
	color:#000;
	background:#CED0D0;
}

/* Footer Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#FooterCell {
	vertical-align:top;
}

#ft_contentbtm_lft {
	background:#FFF url(../images/FT_Content_BL.gif) no-repeat left top;
	height:5px;
	font-size:1px;
	margin:0 15px 15px 182px;
}

#ft_contentbtm_rgt {
	background:url(../images/FT_Content_BR.gif) no-repeat right top;
	font-size:1px;
	height:5px;
}

#ft_table {
	border-top:6px solid #000;
	background:url(../images/FT_Tile.gif) repeat-x;
	height:47px;
}

#ft_left {
	background:url(../images/FT_Left.gif) no-repeat left;
}

#ft_right {
	background:url(../images/FT_Right.gif) no-repeat right;
	
}

#ft_nav {
	font:12px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
}

#ft_nav a {
	color:#FFF;
	text-decoration:none;
	padding:6px 10px;
	width:auto;
	height:auto;
}

/* Default Page Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#ContentCell {
	
}

#fp_top {
	border-top:1px solid #E5262B;
	font-size:1px;
	width:100%;
}

#fp_btm {
	border-bottom:1px solid #E5262B;
	font-size:1px;
	width:100%;
}

#fp_right {
	border-right:1px solid #E5262B;
	font-size:1px;
	height:100%;
}

#fp_left {
	border-left:1px solid #E5262B;
	font-size:1px;
	height:100%;
}



#fpright {
	border-right:1px solid #E5262B;
	font-size:1px;
	height:100%;
}

#fpleft {
	border-left:1px solid #E5262B;
	font-size:1px;
	height:100%;
}

.right-container
{
	width:724px;
	height:auto;
	float:left;
}


.rightcontainer
{
	width:724px;
	height:auto;
	float:left;
}
#fp_ttl_lft 
{
    width:702px;
	height:26;
	float:left;
	margin:0px;
	/*border:#e5262b 1px solid;*/
	padding:0px 0px 8px 0px;
    
	/*background:#969696 url(images/FP_Title_Lft.gif) no-repeat left;
	height:20px;
	width:180px;*/
}

#fp_ttl_rgt 
{
   background :url(../images/red-bg.jpg) repeat-x;
	width:709px;
	height:28px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#fff;
	padding:7px 0px 0px 15px;
	font-weight:bold;
	
	/*background:url(images/FP_Title_Right.gif) no-repeat right;
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 15px;
	height:20px;
	width:auto;*/
}



.product-boxess-container
{
	width:652px;
	height:auto;
	float:left;
	padding:14px 25px 8px 25px;
}
.gray-box
{
	width:207px;
	height:auto;
	float:left;
	border:#a7a7a7 1px solid;
	padding:0px 0px 5px 0px;
	margin:0px 8px 0px 0px;
}
 .box-heading-text
{
	font-family:Arial;
	font-size:14px;
	color:#595959;
	text-align:center;
	margin:8px 0px 0px 0px;
}
.box-image-container
{
	width:180px;
	height:auto;
	float:left;
	padding:12px 0px 5px 27px;
}
.gray-line
{
	border-bottom:#dedede 1px solid;
	width:207px;
	float:left;
	height:2px;
}
.price-button-container
{
	width:207px;
	float:left;
	height:auto;
	padding:5px 0px 0px
}
.price-cont
{
	width:70px;
	height:auto;
	float:left;
	font-family:Arial;
	font-size:12px;
	color:#f1362e;
	font-weight:bold;
	padding:5px 0px 0px 10px;
}
 .sep-bet
{
	width:5px;
	height:auto;
	float:left;
	color:#d8d8d8;
	padding:0px 0px 0px 8px;
}
.buy-button-container
{
	width:74px;
	height:auto;
	float:right;
	padding:0px 10px 0px 0px;
	border:0px;
}


































#fp_content {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	width:100%;
	text-align:center;
}

#fp_content a {
	color:white;
	text-decoration:none;
}

/* Search & Cart Control Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*#cartwrap {
	margin: 0;
	padding:0 15px;
	font:12px/25px Arial, Helvetica, sans-serif;
	color:#FFF;
	float:right;
	width:auto;
	height:25px;
	background:#000;
	vertical-align:middle;
}
*/
/*Search result page styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#SearchTemplate13_ResultInfo {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}

#sr_table {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	vertical-align:top;
	width:100%;
	text-align:center;
}

#sr_table td {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	vertical-align:top;
}

/*---------------Mufassar---------------------*/

/*---------------left container start---------------------*/
.left-container
{
	width:274px;
	height:auto;
	float:left;
}
.left-container .catergory-box-container
{
	width:233px;
	height:auto;
	float:left;
	margin:0px 0px 0px 18px;
	border:#e5262b 1px solid;
}
.catergory-box-container .category-bg
{
	background:url(images/red-bg.jpg) repeat-x;
	width:218px;
	height:28px;
	float:left;
	font-family:Arial;
	font-size:16px;
	color:#fff;
	padding:7px 0px 0px 15px;
	font-weight:bold;
}
.left-linkscetagory-container
{
	width:208px;
	height:auto;
	float:left;
	padding:12px 0px 10px 0px;
	margin:0px;
}
.left-linkscetagory-container ul
{
	width:auto;
	height:auto;
	float:left;
	padding:0px 0px 0px 12px;
	margin:0px;
}
.left-linkscetagory-container li
{
	width:150px;
	height:auto;
	float:left;
	padding:0px 0px 0px 23px;
	margin:0px;
	list-style:none;
	font-family:Arial;
	font-size:14px;
	color:#1a1a1a;
	line-height:22px;
	background:url(images/arrow.jpg) no-repeat;
	background-position:left center;
	text-decoration:none;
}
.left-linkscetagory-container li a:link
{
	text-decoration:none;
	font-family:Arial;
	font-size:14px;
	color:#1a1a1a;
	text-decoration:none;
}
.left-linkscetagory-container li a:visited
{
	text-decoration:none;
	font-family:Arial;
	font-size:14px;
	color:#1a1a1a;
	text-decoration:none;
}
.left-linkscetagory-container li a:hover
{
	text-decoration:none;
	font-family:Arial;
	font-size:14px;
	color:#1a1a1a;
	text-decoration:underline;
}
/*---------------left container end---------------------*/

/*-------------------footer start-----------------------*/
#footer-container
{
	width:998px;
	height:auto;
	float:left;
	padding:14px 0px 0px 0px;
}
#footer-container .footerbg
{
	background:url(images/footer-bg.jpg) repeat-x;
	width:1045px;
	height:73px;
	float:left;
}
#footer-container .footerbg .footer-left-link
{
	width:500px;
	height:auto;
	float:left;
}
#footer-container .footerbg .footer-left-link .footer-text
{
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	padding:15px 0px 0px 18px;
	text-decoration:none;
}
#footer-container .footerbg .footer-left-link .footer-text a:link
{
	font-family:Arial;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
#footer-container .footerbg .footer-left-link .footer-text a:visited
{
	font-family:Arial;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
#footer-container .footerbg .footer-left-link .footer-text a:hover
{
	font-family:Arial;
	font-size:11px;
	color:#fff;
	text-decoration:underline;
}
#footer-container .footerbg .footer-left-link .footer-right-text
{
	font-family:Arial;
	font-size:11px;
	color:#fff;
	padding:5px 0px 0px 18px;
}
#footer-container .footerbg .footer-right-content
{
	width:189px;
	height:auto;
	float:right;
}
#footer-container .footerbg .footer-right-content .phone-image
{
	padding:5px 0px 0px 0px;
	float:left;
}
#footer-container .footerbg .footer-right-content .footer-phone-text
{
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:10px 0px 0px 5px;
}
/*-------------------footer end-----------------------*/


/*-------------------------------end-------------------------*/
