/* CSS Document */

/* 
-------------------------------------------------
links
-------------------------------------------------
*/
a:link {	color: #91268F; text-decoration: none;}
a:active {	color: #91268F;	text-decoration: none;}
a:visited {	color: #91268F;	text-decoration: none;}
a:hover {	color: #666666;	text-decoration: underline;}

.footerlink {
	color: #717171;
	background-color: #FFFFFF;
	font-size: 9px;
	line-height: 12px;
}
.footerlink a:link {	color: #717171;	text-decoration: none;}
.footerlink a:active {	color: #717171;	text-decoration: none;}
.footerlink a:visited {	color: #717171;	text-decoration: none;}
.footerlink a:hover {	color: #91268F;	text-decoration: underline;}
/* 
-------------------------------------------------
Form 
-------------------------------------------------
*/
input{
	font-size: 11px;
	border: 1px solid #FFB720;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	background-color: #FFFFFF;
	padding: 3px;
}
textarea {
	font-size: 11px;
	border: 1px solid #FFB720;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	background-color: #FFFFFF;
	padding: 3px;
}
select{
	font-size: 11px;
	border: 1px solid #FFB720;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	background-color: #FFFFFF;
}
/* 
-------------------------------------------------
Core 
-------------------------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	margin-right: 0px;
	/*	margin-top: 55px; */
}
table, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	line-height: 18px;
	list-style-type: square;
}

.contact {
	font-size: 10px;
	color: #0063a8;
	background-image: url(../images/shared/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #d9f3fd;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 15px;
	height: 30px;
	padding-bottom: 8px;
}
.directory {
	background-image: url(../images/musiced/dir-bg.gif);
	padding-left: 15px;
	font-size: 10px;
	text-transform: capitalize;
	text-align: left;
}
.text-padding {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 15px;
	padding-bottom: 30px;
	text-align: left;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #F26521;
	padding-left: 5px;
	line-height: normal;
	margin-bottom: -12px;
	text-transform: capitalize;
}
h2 {
	text-align: right;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
}
/* 
-------------------------------------------------
Shopping Cart
-------------------------------------------------
*/
#cart {
	font-size: 10px;
			padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#cart .text{
	font-size: 10px;
}
#cata {
	width: 121px;
	font-size: 10px;
	background-image: url(../images/musiced/cata-bg.gif);
	background-repeat: repeat-y;
}
/* 
-------------------------------------------------
Product lists
-------------------------------------------------
*/
#cata .title{
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images/musiced/cata-heading-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 12px;
	padding-right: 12px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#cata ul{
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 16px;
	font-size: 10px;
	text-align: left;
	list-style-type: none;
}
#cata li{
	margin-left: -25px;
	padding-right: 12px;
	margin-top: 0px;
}

/* 
-------------------------------------------------
shared contact details
-------------------------------------------------
*/
#contact table{
	font-size: 9px;
	color: #0063a8;
	line-height: 15px;
	text-align: left;
}
#contact .text {
	padding-left: 8px;
	padding-top: 10px;
	padding-right: 5px;
}
#contact .heading{
	background-color: #d9f3fd;
	margin-left: -5px;
	padding-left: 5px;
}

/* 
-------------------------------------------------
Product details
-------------------------------------------------
*/
#product {
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-top: 10px;
}
#product td {
	padding-bottom: 5px;
}
#product .price {
	font-size: 14px;
	font-weight: bold;
	color: #F26521;
	line-height: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}
#product .name {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	margin-bottom: -8px;
	margin-top: 0px;
	text-transform: capitalize;
	padding-top: 3px;
}
#cart-item td{
	font-size: 10px;
	border-bottom-color: #DBDBDB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#cart-item .total {
	font-weight: bold;
	font-size: 13px;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.form-title {
	background-color: #FFEFAE;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #F26521;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 20px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 10px;
}

.announcement
{
	width:		500px;
	margin:		20px 0px 0px 0px;
	display:	block;
}

.announcement_heading
{
	width:			300px;
	font-size:		12px;
	font-weight:	bold;
	float:			left;
}

.announcement_date
{
	width:			182px;
	padding-right:	10px;
}

.announcement_body
{
	width:		500px;
	display:	block;
}

input.box-size{
	width:100px;

}
input.button-size{
	padding:2px;
}

form.search-box-inners{
	float:right;
	padding: 7px 0;
}

/* -------------------------------------------------
	Site FOR SALE !
-------------------------------------------------*/

div#for_sale_note {
	display: block;
	width: 740px;
	height: 45px;
	background: url(../images/shared/for_sale_note_bg.gif) repeat-x top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 15px;
	margin: 0 auto;
	position: relative;
	left: 1px;
	top: -1px;
}
	div#for_sale_note p {
		margin: 0 auto;
		width: 600px;
		display: block;
		padding: 0;
		margin-top: 4px;
		line-height: 1.4em;
	}	
	div#for_sale_note strong {
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		margin-right: 30px;
	}
	
	div#for_sale_note a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted #fff;
	}
		div#for_sale_note a:hover {
			border: none;
		}