.norm_text2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.norm_text3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:normal;
	color: #000000;
}

.banner_image {
	height:204px;
	width:783px;
	padding:0px;
	margin:0px;
	float:right;
	background-image:url(../images/banner_about_03.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#525252;
	border:#FFFFFF 1px solid;
}
.red {
	font-family:Arial;
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
}

.green {
	font-family:Arial;
	font-size:12px;
	color:#009933;
	text-decoration:none;
}
.msg {
	font-family:Arial;
	font-size:12px;
	font-weight:700;
	color:#FF0000;
	text-decoration:none;
}

.errormsg {
	font-family:Arial;
	font-size:11px;
	color:#FF0000;
	text-decoration:none;
}

.categorymenutxt{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#787677;
text-decoration:none;
}

a.categorymenutxt:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:none;
}

.add_redborderbg{ background-image:url(../images/background+redBorder.jpg); background-repeat:no-repeat; width:183px; height:123px;}
.productname{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; }
.detail{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; }
.redfont{font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#ff0000; font-weight:bold; }
.redSmall{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#ff0000; }

.greeneffct
{
 color:#8fb30b;
}

.titletabMid{
	
	background-image:url(../images/relatedProductBGMid.png); background-repeat:repeat-x;font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/*ajax*/
.inline_centerer_container {
	position:fixed; 
	top:0px; 
	z-index:2000; 
	left:0px; 
	width:100%; 
	text-align:center; 
	padding:0px;

	}
.inline_centerer {
	padding:0 8px;
	width:950px;
	margin:0 auto;
	position:relative;
	z-index:2000;
}
.inline_popup {
	margin-top:10px;
	background-color:#ffffff;
	padding:0px;
	z-index:1999;
	display:none;
	height:600px;
	border:1px solid #999999;
	width:800px;
	overflow:auto;
} 
.inline_popup_content {
	margin-top: 10px;
	margin-left: 20px;
	padding:0px;
	padding-right:20px;
	/*overflow:auto;*/
	margin-right: 20px;
	text-align:left;
}
.inline_popup_close_link {
	clear:both;
	text-align:center;
	background-color:#c9c9c9;
	height:30px;
	overflow:hidden;
}
.inline_popup_content a {
	text-decoration:none;
	text-align:left;
}
.inline_popup_content a:hover {
	text-decoration:underline;
}
.inline_popup_content h4 {
	border-bottom:1px solid #cccccc;
	width:620px;
	color:#666666;
	font-weight:Bold;
	font-size:10px;
	text-decoration:none;
}
.inline_popup_content h3 {
	border-bottom:1px solid #cccccc;
	width:620px;
	color:#999999;
	font-weight:bold;
}
.special_offer {
	color:#993333;
}


.top_controls {
	display:block;
	position:absolute;
	top:173px;
	left:10px;
	font-size:14px;
	font-weight:Bold;
	color:#fff;
	width:600px;
	overflow:hidden; 
	color:#dddddd;
}
.top_controls a {
	color:#eeeeee;
}

/*end ajax*/

/*start category page css*/
.gallery-holder{
	float:left;
	width:782px;
	padding:10px 0 0;
	/*border:solid 1px #000000;*/
}
.categories{
	font-family: Arial;
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	font-size:13px;
}
.categories li{
	float:left;
	padding:0 0 10px 20px;
}
.categories img{display:block; width:138px; height:138px;}
.categories a{
	display:block;
	width:138px;
	height:178px;
	padding:1px;
	position:relative;
	color:#fff;
}
.categories a:hover{text-decoration:none;}
.categories li.yellow a{background:#f5db62;}
.categories li.purple a{background:#1197d6;}
.categories li.blue a{background:#4a4cd5;}
.categories li.pink a{background:#f1a1c6;}
.categories li.dark-pink a{background:#e6aacd;}
.categories li.light-orange a{background:#faa963;}
.categories li.brown a{background:#d6a929;}
.categories li.orange a{background:#f07c22;}
.categories li.red a{background:#fe0604;}
.categories li.green a{background:#1aff00;}
.categories li.light-peach a{background:#fee1b8; color:#666666;}
.categories .text{
	display:block;
	padding:10px 0 0 4px;
}
.categories .corner{
	position:absolute;
	bottom:25px;
	right:3px;
	display:block;
	width:7px;
	height:8px;
	padding:0;
	line-height:0;
	background:url(../images/corner.png) no-repeat;
}
.categories li a.taller{
	height:178px;
}		 
/*end category page css*/


