/*PHPSC*/
.required{
	color:#FF0000;
}

.error, .error_message {
	color:#FF0000;
	font-size: 13px;
	margin: 2px 0px;
	font-weight: normal;
}

.highlight {
	background-color: #99CC00;
	color:#000000;
	padding: 0;
}

.nprice {
	color: #666;
	text-decoration: line-through;
}

img { border:none; }

#notification {
	/*
	position: fixed;
	bottom: 0;
	padding: 0;
	height: 20px;
	margin: 0;
	width: 100%;
	background-color: #98CA01;
	display: block;
	text-align: center;
	padding-top: 5px;
	color:#000000;
	*/
	position: fixed;
	bottom: 0;
	padding: 0;
	margin: 0;
	color:#000;
	min-height:50%;
	width:100%;
	height:100%;
	z-index:5000;
	background-color: #7E003F;
	border: 2px solid black;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
}

.flexcroll a{
	font-size: 13px;
	color:#99CC00;
	font-weight:bold;
	text-decoration:none;
}

/*************PHPSC CART*************/
/************************** Inside page content with image display *****************************/
.insidepage_imgfield_right {
	width:220px;
	height:130px;
	float:right;
	border:#CCCCCC 1px solid;
}
.insidepage_imgfield_left {
	width:220px;
	height:130px;
	float:left;
	border:#CCCCCC 1px solid;
	margin-right:10px;
}
/************************** Inside page box display *****************************/
.box_top {
	background-image:url(../img/box_top.gif);
	background-repeat:no-repeat;
	width:208px;
	height:15px;
}
.box_middle {
	background-image:url(../img/box_middle.gif);
	width:188px;
	background-repeat:repeat-y;
	padding:0px 10px 0px 10px;
}
.box_bottom {
	background-image:url(../img/box_bottom.gif);
	width:208px;
	height:13px;
	background-repeat:no-repeat;
}
/************************** Product Listing Section *****************************/
#product_breadcumb a{
	font-weight:bold;
	color:#91C003;
	text-decoration:none;
}

#product_category {
	background-color:#474641;
	padding:8px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
#product_category ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
#product_category li{
	padding:0px 0px 0px 15px;
	margin:5px 15px 0px 0px;
	list-style:none;
	width:200px;
	float:left;
	/*background-image:url(../img/icon_arrow.gif);*/
	background-repeat:no-repeat;
	font-weight:bold;
	color:#91C003;
}
#product_category li a{
	font-weight:bold;
	color:#91C003;
	text-decoration:none;
}
#product_category li a:hover{
	font-weight:bold;
	color:#91C003;
	text-decoration:none;
}
#product_cate_head {
	background-color:#CCCCCC;
	padding:5px;
}
.category_listing {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.category_listing ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.category_listing li{
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	/*background-image:url(../img/underline.gif);*/
	background-repeat:repeat-x;
	background-position:bottom;
}
.category_listing li span{
	color:#CC0000;
	font-weight:bold;
	
}
/************************** Product Detail Page  *****************************/
.category_listing_dtls {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.category_listing_dtls ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.category_listing_dtls li{
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	/* border-bottom:#CCCCCC 1px solid; */
	display:block;
}
.category_listing_dtls li span{
	color:#CC0000;
	font-weight:bold;
}
.display_product_image {
	width:100px;
	float:left;
}
.display_product_dtls_image {
	width:300px;
	float:left;
}
.display_product_detls {
	float:right;
	width:475px;
	/* border-left:#DDDDDD 1px solid; */
	padding-left:15px;
}
.display_product_dtlspage {
	float:right;
	width:225px;
	padding-left:15px;
}
.display_free_shipping {
	background-image:url(../img/free_shipping.gif);
	width:85px;
	height:20px;
	display:block;
	/*
	PHPSC
	float:left;
	*/
}
.display_sold {
	background-image:url(../img/sold.gif);
	width:85px;
	height:20px;
	display:block;
}

.display_expert_review {
	background-image:url(../img/ereview.gif);
	width:85px;
	height:20px;
	display:block;
}
.display_url {
	background-image:url(../img/url.gif);
	width:85px;
	height:20px;
	display:block;
}
/************************** CSS for email to friend link *****************************/
.email_friend {
	background-image:url(../img/button_email_friend.gif);
	width:85px;
	height:19px;
	display:block;
}
/************************** CSS for larger image link *****************************/
.large_image {
	background-image:url(../img/button_largerimage.gif);
	width:82px;
	height:19px;
	display:block;
}
/************************** Category Listing *****************************/
.display_category {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.display_category ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.display_category li{
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	background-image:url(../img/underline_01.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.display_category li a{
	background-image:url(../img/icon_arrow_02.gif);
	background-repeat:no-repeat;
	padding-left:16px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#636363;
}
.display_category li a:hover{
	background-image:url(../img/icon_arrow_02.gif);
	background-repeat:no-repeat;
	padding-left:16px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#90BE05;
}
/************************** Manufactureres and Search Field *****************************/
.display_field {
	padding:15px 0px 10px 0px;
}
/************************** Related Products *****************************/
.display_related_products {
	padding:15px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.display_related_products ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.display_related_products li{
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	list-style:none;
	display:block;
	border:#E5E5E5 2px solid;
	height:75px;
}
.head_style {
	background-image:url(../img/head_bg.gif);
	background-repeat:no-repeat;
	width:135px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	font-weight:bold;
	padding:6px 0px 0px 20px;
}
/************************** Same Category Product Listing *****************************/
.product_samecategory_listing {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.product_samecategory_listing ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.product_samecategory_listing li{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	
}
/************************** Next Page Button *****************************/
.textlink_next {
	background-image:url(../img/nextlink.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	width:64px;
	height:18px;
}
/************************** CSS for dotted underline *****************************/
.display_underline {
	background-image:url(../img/underline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
}
/************************** Model Number *****************************/
.display_modelno {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8B8B8B;
}

#pscroller1{
width: 240px;
height: 100px;
padding: 5px;
}
