/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			1px solid #91b817;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align: 	center;
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
}



/***************************************************/
    /* Edit by Palash */ 
/***************************************************/

a.redlink:link, a.redlink:visited { 
	color:#cc3800; 
	text-decoration:none;
}
a.redlink:hover{ 
	color:#4a3f3b; 
	text-decoration:none;
}
:focus{ 
	outline:0px;
}
img {
	border:0px solid;
}
.clear{ 
	height:0px; 
	clear:both; 
	font-size:1px;
	overflow:hidden;
}
.left{
	float:left;
}
.right{
	float:right;
}

#header{
	height:100px;
	padding-left:20px;
	margin:0px auto;
	background:url(graphics/headerbg.gif) bottom left repeat-x #FFFFFF;
}
.search_area{
	height:24px;
	width:180px;
	border:0px solid;
	background:url(graphics/searchbg.gif) top left no-repeat;
}
.go{
	height:27px;
	width:27px;
	border:0px solid;
	background:url(graphics/button_go.gif) top left no-repeat;
}
.search{
	font-size:14px;
        color:#000000;
	font-weight:bold;
	padding:5px 20px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(graphics/rainbow.gif) top right no-repeat;
}

/* style for navigation section */
#navigation{
	height:35px;
	margin:0px auto;
	padding:0px 20px;
	border:#c8c6ba 1px solid;
	border-width:1px 1px 0px 1px;
	border-color:#f7f6f3 #c8c6ba #c8c6ba #c8c6ba;
	background:url(graphics/navigationbg.gif) bottom left repeat-x;
}
#navigation ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#navigation ul li{
	float:left;
	width:120px;
	padding:0px 1px;
	background:url(graphics/devider.gif) right top no-repeat;
}
#navigation ul li a{
	display:block;
	padding:9px 0px 10px;
	text-align:center;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
#navigation ul li a:link, #navigation ul li a:visited{
	color:#ffffff;
	text-decoration:none;
}
#navigation ul li a:hover{
	color:#56461B;
	text-decoration:none;
	background:url(graphics/nav_hover.gif) bottom left no-repeat;
}
#navigation ul li a.current:link, #navigation ul li a.current:visited, #navigation ul li a.current:hover{
	color:#56461B;
	text-decoration:none;
	background:url(graphics/nav_hover.gif) bottom left no-repeat;
}
#register{
	height:20px;
	clear:both;
	padding:7px 20px 5px;
	margin:0px auto;
	color:#56461b;
	font-size:15px;
	background-color:#e2ded3;
	border-left:#c8c6ba 1px solid;
	border-right:#c8c6ba 1px solid;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer{
	margin:0px auto;
	clear:both;
	background:url(graphics/footerbg.gif) bottom left repeat-x #8e9286;
}
h1{
	line-height:35px;
	background:url(graphics/dotted_line.gif) 0% 88% repeat-x;
}
.add_list{
	text-align:center;
}
.add_list img{
	margin:5px auto;
	border:1px #e4e1d7 solid;
}
.CatalogItemLight{
	background-color:#f8f7f2;
	border:1px #d3cdb1 solid;
}
.CatalogItemLight a{
	margin-top:5px;
	display:block;
	background-color:#FFFFFF;
	border:1px #ddd7c5 solid;
}
.CatalogItemLight b a{
	display:block;
	border:1px #ddd7c5 solid;
	background-color:#fbfee6;
	padding:5px;
	margin-top:0px;
	text-decoration:none;
}
.CatalogItemLight div a:link, .CatalogItemLight div a:visited, .CatalogItemLight div a:hover{
	text-decoration:none;
}

.CatalogItemLight div.CatalogItemLight, .CatalogItemLight table td.CatalogItemLight, .CatalogItemLight table td.CatalogItemLight a{
	border:0px solid;
}
.CatalogItemLight table td.CatalogItemLight a{
	background:none;
}
.BoxContent img{
	margin-top:3px;
}
.product_popup{
	cursor:pointer;
}

/* style for popup */
a.tooltip {color:#c00;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:25px; left:-20px; padding:8px 15px 8px 15px; font-weight:normal; color:#000000; border:1px solid #666666; background-color:#ffffdb; width:200px; text-align:justify; font-size:11px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:url(graphics/tooltip.gif) 0 0; display:block; font-size:1px;}