/* ********************************** */
/*    CHANGEABLE COLORS FOR THEMES    */
/*    Do not change anything else!    */
/*    15 color, 1 button to change    */
/* ********************************** */

/* navigation menu colors */
.nav_title {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0066CC;
	text-decoration:none;
	text-align:left;
}
.nav_title a:link {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0066CC;
	text-decoration:none;
	text-align:left;
}
.nav_title a:visited {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0066CC;
	text-decoration:none;
	text-align:left;
}

/* title class */
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0066CC;
	text-decoration:none;
}
.title A:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0066CC;
	text-decoration:none;
}
.title A:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0066CC;
	text-decoration:none;
}
.title A:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0066CC;
	text-decoration:none;
}
.title img {
	border:none;
}
.title input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0066CC;
	text-decoration:none;
}

/* color class */
.color {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0066CC;
	text-decoration:none;
	font-weight:normal;
}
.color A:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0066CC;
	text-decoration:none;
	font-weight:normal;
}
.color A:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0066CC;
	text-decoration:none;
	font-weight:normal;
}
.color A:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0066CC;
	text-decoration:none;
	font-weight:normal;
}
.color img {
	border:none;
}
input.color {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0066CC;
	text-decoration:none;
	background-color:#FFFFFF;
	cursor:text;
	border:solid 1px #0066CC;
	font-weight:bold;
}

/* standard class for hover link */
.standard a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
.standard a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
.standard a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0066CC;
	text-decoration:none;
}

/* accessories selected buttons */
.but_acc_sel {
	background: url('../images/button_accessories.gif') 0 -32px no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0066CC;
	text-decoration:none;
	width:111px;
	height:32px;
	text-align:center;
	line-height:32px;
}
.but_acc_sel2 {
	background: url('../images/button_accessories2.gif') 0 -29px no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	width:105px;
	height:30px;
	text-align:center;
	line-height:30px;
}

/* shipping confirm button, change the image folders */
.but_confirm {
	background-color:#FFFFFF;
	background-image:url('blue/b_confirm.gif');
	height:26px;
	width:66px;
	border:none;
	cursor:pointer;
}
.but_checkout {
	background-color:#FFFFFF;
	background-image:url('blue/b_checkout.gif');
	height:26px;
	width:66px;
	border:none;
	cursor:pointer;
}
.but_approve {
	background-color:#FFFFFF;
	background-image:url('blue/b_approve.gif');
	height:26px;
	width:66px;
	border:none;
	cursor:pointer;
}
.but_decline {
	background-color:#FFFFFF;
	background-image:url('blue/b_decline.gif');
	height:26px;
	width:66px;
	border:none;
	cursor:pointer;
}
.but_delete {
	background-color:#FFFFFF;
	background-image:url('blue/b_delete.gif');
	height:26px;
	width:66px;
	border:none;
	cursor:pointer;
}
.but_adduser {
	background-color:#FFFFFF;
	background-image:url('blue/b_add_user.gif');
	height:26px;
	width:66px;
	border:none;
	cursor:pointer;
}
.but_apply {
	background-color:#FFFFFF;
	background-image:url('blue/b_apply.gif');
	height:26px;
	width:66px;
	border:none;
	cursor:pointer;
}
.but_unassign {
	background-color:#E7E7E7;
	background-image:url('blue/b_unassign.gif');
	height:26px;
	width:66px;
	border:none;
	cursor:pointer;
}
.but_assign {
	background-color:#E7E7E7;
	background-image:url('blue/b_assigncust.gif');
	height:20px;
	width:66px;
	border:none;
	cursor:pointer;
}
.basket_panel {
	height: 57px;
	width: 220px;
	background:url('blue/basket.gif') no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}