.tabletitle{
	background-color:#000000;
	color:#FFFFFF;
}

.categorytitle{
	background-color:#1981B7;
	color:#FFFFFF;
	font-weight:bold;
}

.productrow_color{
background-color:#ECE9D8;
color:#000;
}

.productrow_white{
	background-color:#fff;
	color:#000;
}

.carttrow_color{
background-color:#F3F4F4;
color:#000;
}

.cartrow_white{
	background-color:#fff;
	color:#000;
}

.fontred{
	color:#FF0000;
	font-weight:bold;
}

.on {
	background: #C1C1C1;
} 


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.byz_qo_thumbnail{
	position: relative;
	z-index: 10;
}

.byz_qo_thumbnail:hover{
	background-color: transparent;
	z-index: 1001;
}

.byz_qo_thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #fff;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width:500px;
}

.byz_qo_thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.byz_qo_thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -10;
	left: -501px; /*position where enlarged image should offset horizontally */
}

/*end */


/*CSS FOR SHOWING LOGIN FORM*/
.byz_qo_loginform{
	position: relative;
	/*z-index: 0;*/
	margin:2px 0px 0px 0px; 
	padding:0px;
}


.byz_qo_loginform_div{ /*CSS for product options*/
	position: absolute;
	background-color: #fff;
	padding: 2px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width:190px;
	text-align:left;
}

.byz_qo_loginform_div_show{ /*CSS for product options*/
	position: absolute;
	left: -63px;
	top: 18px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid gray;
	visibility: visible;
	color: black;
	text-decoration: none;
	z-index: 50;
	width:220px;
}

.showloginbutton{ /*CSS for login form*/
	visibility: visible;
	display:block;
}

.hideloginbutton{ /*CSS for login form*/
	visibility: hidden;
	display:none;
}
/*end*/



/*CSS FOR SHOWING PRODUCT FEATURES*/
.byz_qo_options{
	position: relative;
	/*z-index: 0;*/
	margin:2px 0px 0px 0px; 
	padding:0px;
}


.byz_qo_options_div{ /*CSS for product options*/
	position: absolute;
	background-color: #fff;
	padding: 2px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width:190px;
	text-align:left;
}

.byz_qo_options_div_show{ /*CSS for product options*/
	position: absolute;
	left: -63px;
	top: 18px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid gray;
	visibility: visible;
	color: black;
	text-decoration: none;
	z-index: 50;
	width:220px;
}
/*end*/

/*tabcontent styles*/
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	/*position: relative;*/
	z-index: 1;
	padding: 3px 7px;
	margin-right: -4px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
	/*position: relative;*/
	top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/shadeactive.gif);
	border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
	padding:5px;
}

/*.tabcontentstyle_header{
	width: 100%;
	background: white url(../images/shade.gif) top left repeat-x;
	margin:0px;
	padding: 1px 0px;
	margin-top:-21px;
	text-decoration: none;
	color: #333;
	border-right: 1px solid #778;
	border-top: 1px solid #778;
	border-left: 1px solid #778;*/
	/*border-bottom: 1px solid #778;*/
	/**position:absolute; show to IE 5.0 - 7.0 only */
	/**z-index: -1000; show to IE 5.0 - 7.0 only */
	
/*}
end tab content styles*/




