body {
	background-color:#001648;
	text-align:center;
	font-size:14px;
	
}

/*regular links*/
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}
.linktextsize {
	font-size: 12px;
}



#gv_cnt {
	width:964px;
	background-color:#FFFFFF;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#page_head {
	background-image:url(images/site_parts2/header_bkg.jpg);
	background-repeat:no-repeat;
	width:964px;
	height:140px;
}

#page_head .img_cnt {
	float:left;
	margin-left:0px;
	margin-top:0px;
	height:140px;
	width:574px;
}

/*gv club sign in*/

#page_head .sign_in {
	position:relative;
	float:left;
	float:left;
	height:140px;
	width:382px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:800;
	margin-bottom:0px;
}

#page_head .logged {
	position:relative;
	width:200px;
	margin-top:2px;
	float:right;
	margin-bottom:0px;
	font-family:trebuchet ms, Arial, Helvetica, sans-serif;
	color:#17348A;
	font-size:14px;
	font-style:italic;

}

form.sgin {
	position:relative;
	width:210px;
	margin-top:2px;
	float:right;
	margin-bottom:0px;

}

form.sgin ol {
  margin: 0;
  padding: 0;
}

form.sgin li {
  list-style: none;
  padding: 3px;
  margin: 0;
}

form.sgin label {
	position:absolute;
	margin-top:6px;
	text-align:right;
	width:75px;
	
}

form.sgin .textfield {
	border:thin solid black;
	margin:3px;
	margin-left:80px;
	height:15px;
	width:100px; }
	
form.sgin .password {
	border:thin solid black;
	margin:3px;
	margin-left:80px;
	height:15px;
	width:100px; }
	
form.sgin fieldset {
	border:none;
}

form.sgin legend {
	display:none;
	/*color:#0C499C;
	text-decoration:underline;*/
}

/*MUSIC CLUB HEADER DIFFERENT*/
#mc_page_head {
	background-image:url(images/site_parts2/header_bkg_club.gif);
	background-repeat:no-repeat;
	width:964px;
	height:140px;
}

#mc_page_head .a {
	float:left;
	width:573px;
}

#page_head .b {
	position:relative;
	float:left;
	width:391px;
}


/*menu area*/

#menu {
	clear:both;
	background-color:#4991CE;
	height:32px;
	color:#FFFFFF;
}

#menu .cont {
	clear:left;
	float:left;
	display:inline;
	margin-left:12px;
	width:560px;
}

#menu .feat {
	float:right;
	width:389px;
	height:32px;
	background-color:#17348A;
	text-align:center;
}

/*body area*/

#main_bod {
	width:964px;
	background-image:url(images/site_parts2/cnt_bkg.gif);
	background-repeat:repeat-y;
}

#main_bod .disp_area {
	float:left;
	width:575px;
	text-align:center;
}


#main_bod .right_sidebar {
	float:left;
	width:388px;
	text-align:center;

}

/*page footer*/

#bottom {
	clear:both;
	background-image:url(images/site_parts2/bottom2.gif);
	background-repeat:no-repeat;
	width:964px;
	height:73px;
}

#gv_foot {
	clear:both;
	margin-top:35px;
	float:left;
	width:575px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}

#gv_foot a:link {
	color:#0000FF;
}

#gv_foot a:hover {
	color:#0000FF;
	text-decoration:underline;
}

#gv_foot a:visited {
	color:#0000FF;
}

/*no right blue footer full wide white*/

#gv_foot_noblu {
	clear:both;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	width:880px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}


/*cart display*/

#cart_disp1 {
	margin-top:20px;
	width:350px;
	/*border:1px #17348A solid;*/
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	font-family:trebuchet ms, Arial, Helvetica, sans-serif;
	color:#17348A;
	/*background-color:#4991CE;*/
	font-size:12px;
	padding: 5px;
}


.c_tot_line {
	font-weight:800;
	font-size:16px;
	text-decoration:underline;
}


#cart_disp1 a:link {
	color:#660000;
	text-decoration: none;
	font-weight:800;
}
#cart_disp1 a:visited {
	text-decoration: none;
	color: #660000;
	font-weight:800;
}
#cart_disp1 a:hover {
	text-decoration: underline;
	color: #660000;
	font-weight:800;
}
#cart_disp1 a:active {
	text-decoration: none;
}
#cart_disp1 .linktextsize {
	font-size: 12px;
}

/*message board style*/

#mess {
	clear:both;
	text-align:left;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	background-color:#4991CE;
	border:solid #1F1C1D 1px;
	width:530px;
	color:#1F1C1D;
	font-size:11px;
	overflow:auto;
	height:600px;
}

#mess .a_pst {
	text-align:left;
	background-color:#99CDFF;
	padding:8px;
	border-bottom:dotted #1F1C1D 1px;
}

#mess .b_pst {
	text-align:left;
	background-color:#FFFFFF;
	padding:8px;
	border-bottom:dotted #1F1C1D 1px;
}


.alert {
	color:red;
}

/*
.big {
	font-size:24px;
}*/

.small {
	font-size:10px;
}

/*Special title fonts*/
.bigt {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#183B7F;
	font-size:26px;
	font-weight:800;
	font-style:italic;
}

.bigt_line {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#091139;
	font-size:26px;
	font-weight:800;
	font-style:italic;
	border-bottom:2px solid #17358A;
	margin-bottom:20px;
}


.subt {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#183B7F;
	font-size:18px;
	font-weight:800;
	font-style:italic;
}

#prod_reviews {
	width:386px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-family:trebuchet ms, Arial, Helvetica, sans-serif;
	color:#17348A;
	font-size:12px;
}

#prod_reviews form {
	width:345px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-top:1px dotted #17348A;
}


#prod_reviews  .da_posted_review {
	width:345px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}