@font-face {
    font-family: CarroisGothic Regular;
    src: url(fonts/CarroisGothic-Regular.ttf);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}







p {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
}

#frm { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

textarea#frm  { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}

select#frm  { 
	width: 300px;
	max-width: 300px;
}

input:hover#frm, textarea:hover#frm,
     input:focus#frm, textarea:focus#frm { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

label { 
	margin-left: 10px; 
	}





#pgn {
	display: block;
	text-align: center;
	height: 22px;
	line-height: 21px;
	clear: both;
	padding-top: 3px;
	font-weight: normal;  
}

#pgn a:link, 
#pgn a:visited {
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #ECECEC;
	margin-left: 10px;
	text-decoration: none;
	background-color: #F8F8F8;
	color: #808080;
	font-weight: normal;  
}

#pgn a:hover {
	background-color: #e8fec8; 
	border: 1px solid #cbcbcb; 
	color: #000000;	
}

#pgn .current_pgn_link {
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #a7cfa7;
	margin-left: 10px;
	text-decoration: none;
	background-color: #c7efc7;
	color: #658d65;
	cursor: default;
}

#pgn .inactive_pgn_link {
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #EBEBEB;
	margin-left: 10px;
	text-decoration: none;
	background-color: #F5F5F5;
	color: #D7D7D7;
	cursor: default;
}





#SortBy ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#SortBy ul li {                        
	display: block;
	position: relative;
	float: left;
}

#SortBy li ul {                        
	display: none;
}

#SortBy li:hover ul {           
	display: block;
	position: absolute;
}

.SortBy {
	position: absolute;
	left: 100px;
	top: 0px;
}



#LowToHigh a{
	display: block;
	width: 85px;
	height: 24px;
	background: url(e/slh.gif)
}

#LowToHigh a:hover{
	background: url(e/slh_a.gif)
}

#LowToHigh li{ 
	background: url(e/slh.gif) 
}

#HighToLow a{
	display: block;
	width: 85px;
	height: 24px;
	background: url(e/shl.gif)
}

#HighToLow a:hover{
	background: url(e/shl_a.gif)
}

#HighToLow li{ 
	background: url(e/shl.gif) 
}



h1 { 
	font-size: 0.9em;
	line-height: 120%;

}

h2 { 
	font-size: 1.05em;
}

h3 {
	font-size: 0.9em;
	font-weight: normal;
	position: relative;
	left: 242px;
	top: -60px;
}

h4 {
	font-weight: normal;
	position: relative;
	left: 242px;
	top: -60px;
}



#ButtonLeft a{
	display: block;
	width: 240px;
	height: 58px;
	background: url(e/bl.png);
}

#ButtonLeft a:hover{
	background: url(e/bl_a.png);
}

#ButtonLeft li{ 
	background: url(e/bl.png); 
}

#ButtonMiddle a{
	display: block;
	width: 240px;
	height: 58px;
	background: url(e/bm.png);
}

#ButtonMiddle a:hover{
	background: url(e/bm_a.png);
}

#ButtonMiddle li{ 
	background: url(e/bm.png); 
}

#ButtonRight a{
	display: block;
	width: 240px;
	height: 58px;
	background: url(e/br.png);
}

#ButtonRight a:hover{
	background: url(e/br_a.png);
}

#ButtonRight li{ 
	background: url(e/br.png); 
}




#ButtonReturn a{
	display: block;
	width: 90px;
	height: 22px;
	background: url(e/menu_return.png);
}

#ButtonReturn a:hover{
	background: url(e/menu_return_a.png);
}

#ButtonReturn li{ 
	background: url(e/menu_return.png); 
}

#ButtonShipping a{
	display: block;
	width: 89px;
	height: 22px;
	background: url(e/menu_shipping.png);
}

#ButtonShipping a:hover{
	background: url(e/menu_shipping_a.png);
}

#ButtonShipping li{ 
	background: url(e/menu_shipping.png); 
}

#ButtonPayment a{
	display: block;
	width: 111px;
	height: 22px;
	background: url(e/menu_payment.png);
}

#ButtonPayment a:hover{
	background: url(e/menu_payment_a.png);
}

#ButtonPayment li{ 
	background: url(e/menu_payment.png); 
}

#ButtonCart a{
	display: block;
	width: 94px;
	height: 22px;
	background: url(e/menu_cart.png);
}

#ButtonCart a:hover{
	background: url(e/menu_cart_a.png);
}

#ButtonCart li{ 
	background: url(e/menu_cart.png); 
}

#ButtonAboutAudio a{
	display: block;
	width: 85px;
	height: 24px;
	background: url(e/about_audio.png);
}

#ButtonAboutAudio a:hover{
	background: url(e/about_audio_a.png);
}

#ButtonAboutAudio li{ 
	background: url(e/about_audio.png); 
}


	
body { 
	font-family: CarroisGothic Regular;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 150%;
	color: #555555;
	background-color: white;
	overflow-y: scroll;
}

table { 
	font-size: 10pt;
	font-weight: normal; 
}

div {
	font-weight: normal; 
}

.tf1 { 
	font-size: 0.9em;
	line-height: 120%;

}

.tf2 { 
	font-size: 1.05em;
}

.tf3 {
	font-size: 0.9em;
	font-weight: normal;
	position: relative;
	left: 242px;
	top: -60px;
}

.tf4 {
	font-weight: normal;
	position: relative;
	left: 242px;
	top: -60px;
}

.fcg {
	color: green;
}

.fcr {
	color: red;
}

.fce {
	color: #FF5A5A;
}

a:link    {color: inherit;}
a:visited {color: inherit;}
a:hover   {color: inherit;}
a:active  {color: inherit;}


.violin_lessons {
display: block;
background-image: url('./violin_lessons.png');
background-position: 0 -63px;
background-repeat: no-repeat;
width: 350px;
height: 63px;
}

.violin_lessons a {
display: block;
background-image: url('./violin_lessons.png');
background-position: 0 0;
background-repeat: no-repeat;
width: 350px;
height: 63px;
text-indent: -9999px;
transition:
opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-webkit-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
}

.violin_lessons a:hover { opacity: 0; }



#index_pic {
	position: relative;
	left: 0px;
	top: 0px;	
}

#info {
	position: absolute;
	left: 245px;
	top: 388px;
}

#sold {
	position: absolute;
	left: 133px;
	top: 398px;
}

#contact_1 {
	display: block;
	width: 566px;
	height: 30px;
}

#contact_2 {
	width: 450px;
	position: absolute;
	left: 50px;
	top: 50px;
}

#contact_3 {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

#index_bl {
	display: block;
	width: 566px;
	height: 509px;
}

#description_pic {
	position: absolute;
	left: 0px;
	top: 0px;
}

#description {
	width: 450px;
	position: absolute;
	left: 50px;
	top: 50px;
}
	
.cart_itm_blk {
	width: 645px;
	height: 180px;
}

.cart_mid_blk {
	width: 645px;
	height: 120px;
}

.cart_txt_blk {
	width: 645px;
	height: 30px;
}

.cart_fdb_blk {
	width: 645px;
	height: 50px;
}

#cart_nbsp {
	position: relative;
}

#cart_pic {
	position: absolute;
	left: -30px;
	top: -60px;	
}

#cart_title {
	text-align: left;
	position: absolute;
	left: 156px;
	top: -40px;
}

#cart_info {
	text-align: left;
	position: absolute;
	left: 156px;
	top: 5px;
}

#cart_price {
	display: block;
	width: 320px;
	height: 30px;
	text-align: right;
	position: absolute;
	left: 172px;
	top: -40px;
}

#cart_remove {
	position: absolute;
	left: 532px;
	top: 5px;
}

#cart_shipping_1 {
	text-align: left;
	position: absolute;
	left: 156px;
	top: -40px;
}

#cart_confirm_1 {
	text-align: center;
	position: absolute;
	left: 90px;
	top: 10px;
	width: 450px;
}

#cart_shipping_2 {
	display: block;
	width: 120px;
	height: 30px;
	text-align: right;
	position: absolute;
	left: 372px;
	top: -15px;
}

#cart_shipping_3 {
	position: absolute;
	left: 156px;
	top: -15px;
}

#cart_total_1 {
	text-align: left;
	position: absolute;
	left: 156px;
	top: -40px;
}

#cart_total_2 {
	display: block;
	width: 120px;
	height: 30px;
	text-align: right;
	position: absolute;
	left: 372px;
	top: -40px;
}

#cart_text_1 {
	text-align: left;
	position: absolute;
	left: 356px;
	top: -40px;
}

#cart_text_2 {
	display: block;
	width: 120px;
	height: 30px;
	text-align: left;
	position: absolute;
	left: 572px;
	top: -40px;
}

#cart_auth_nbsp {
	position: relative;
	left: 201px;
	top: 0px;
}

#cart_auth_1 {
	text-align: left;
	position: absolute;
	left: 356px;
	top: -40px;
	margin: 0 auto;
}

#cart_frm {
	position: relative;
	left: 480px;
	top: 0px;	
}

#contact_frm {
	position: relative;
	left: 0px;
	top:  0px;	
}

#contact_btn {
	position: relative; 
	left: 157px;	
}

#cart_feedback {
	text-align: left;
	color: #dd0000;
	position: relative;
	left: 136px;
	top: 0px;
}

.cart_next {
	position: absolute; 
	left: 370px; 
	top: 8px;
}

.imglink {
	padding: 7px;
	border: solid 1px #CFCFCF;
	border-radius: 7px;
	opacity: 0.7;
	transition: 0.02s ease;
}

a:hover img.imglink {
	border: solid 1px #CCC;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	opacity: 1;
	transition: 0.02s ease;
}

.shd {
	-moz-box-shadow: 0px 0px 25px #dadada;
	-webkit-box-shadow: 0px 0px 25px #dadada;
	box-shadow: 0px 0px 25px #dadada;
	opacity: 1;
	transition: 0.02s ease;
	overflow: hidden;
}

.w_960 {
	width: 960px;
}

.tm_20 {
	margin-top: 20px;
}

.txt_tm {
	margin-top: 5px;
}

.bm_20 {
	margin-bottom: 20px;
}

.cnt {
	margin: 0 auto;
}

img {
	border: 0;
	border: none;
	outline: none;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

.tac {
	text-align: center;
}

.fc1 {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
}

.fc2 {
	position: relative;
	left: 50%;
}

.fc2-40 {
	position: relative;
	left: -40%;
}

.jus {
	text-align: justify;
}

.pge_fnt1 {
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 150%;
}

.w_550 {
	width: 550px;
	text-align: justify;
}

.vdiv {
	-moz-box-shadow: inset 0px 0px 25px #ccc;
	-webkit-box-shadow: inset 0px 0px 25px #ccc;
	box-shadow: inset 0px 0px 25px #ccc;
	opacity: 1;
	transition: 0.02s ease;
}

