A:link { text-decoration: none; color: #5791D4; }
A:visited { text-decoration: none; color: #5791D4; }
A:active { text-decoration: none; color: #5791D4; }
A:hover { text-decoration: none; color: #646464; }

body {
	background-color: #4E4E4E;
	padding: 0px; 
	margin: 0px;
	border: 0px;
	text-align: left;
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
}

p, label, li, h4 {
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #646464;
	padding: 5px;
	padding-top: 0px;
}

h1 {
	font-size: 18px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #4776AD;
	padding: 5px;
}

h2 {
	font-size: 13px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #4E4E4E;
	padding: 5px;
}

h3 {
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #4776AD;
}

h4 {
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #646464;
}

.highlight {
	color: #646464 !important;
}

.highlight2 {
	color: #4776AD !important;
}

hr {
	background-color: #E1E1E1;
	border-style: none;
	height: 1px;
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

.infopoint {
	display: block; 
	float: left; 
	padding: 5px; 
	background-color: #4776AD; 
	color: #FFFFFF; 
	font-size: 11px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif; 
	margin: 1px;
	cursor: help;
}


label {
	font-weight: bold;
}

.formfield {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin-left: 5px;
	padding: 2px;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
}

.formfield:hover, .formfield:focus {
	background-color: #FFFFC4;
}

.formfieldsmall {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin-left: 5px;
	padding: 2px;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
	width: 120px;
}

.formfieldsmall:hover, .formfieldsmall:focus {
	background-color: #FFFFC4;
}

.formcheck {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin-left: 5px;
	padding: 2px;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
}

.formcheck:hover, .formcheck:focus {
	background-color: #FFFFC4;
}

.formselect {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin-left: 5px;
	padding: 2px;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
}

.formselect:hover, .formselect:focus {
	background-color: #FFFFC4;
}


.formfieldnoborder {
	margin-left: 5px;
	padding: 2px;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
}

.formfieldnoborder:hover, .formfieldnoborder:focus {
	background-color: #FFFFC4;
}

.formbutton {
	background-color: #4776AD;
	color: #FFFFFF;
	border-color: #000000;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 15px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	padding: 5px;
}

.formbutton:hover, .formbutton:focus {
	background-color: #FFFFFF;
	color: #4776AD;
}

.formbutton_small {
	background-color: #FFFFFF;
	color: #4776AD;
	cursor: pointer;
	border: none;
	padding: 0px;
	font-weight: bold;
	font-size: 11px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
}

.formbutton_small:hover, .formbutton_small:focus {
	background-color: #4776AD;
	color: #FFFFFF;
}

.formerrors li {
	list-style: circle;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #4776AD;
}

.copyright {
	width: 320px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	color: #646464;
	border: solid;
	border-width: 2px;
	border-color: #ADADA0;
	padding: 4px;
	margin-top: 10px;
}

.copyright A:link { font-weight: normal; color: #4E4E4E; }
.copyright A:visited { font-weight: normal; color: #4E4E4E; }
.copyright A:active { font-weight: normal; color: #4E4E4E; }
.copyright A:hover { font-weight: normal; color: #4776AD;}


.title {
	display: block;
	background-color: #4776AD;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 0px;
}

.title:link, .title:visited, .title:active, .title:hover {
	color: #FFFFFF;
}

h2.title {
	display: block;
	background-color: #4E4E4E;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 0px;
}

.date {
	color: #8C8C8C;
	padding: 5px;
}

.togglehidden {
	cursor: pointer;
}

.hiddendiv {
	background-color: #FFFFFF;
}

.togglehiddenform {
	cursor: pointer;
	color: #4776AD;
}

.togglehiddenform:hover {
	color: #646464;
}

.togglehiddendiv {
	clear: both;
	cursor: pointer;
	display: block;
	background: url("icons/toggle.gif") center right;
	background-repeat: no-repeat;
	background-color: #757575;
	color: #FFFFFF;
	padding: 5px;
}

.togglehiddendiv:hover {
	background-color: #757575;
}

.titlegray {
	display: block;
	color: #969696;
	background-color: #FFFFFF;
	padding: 5px;
}

.bgred {
	background-color: #4776AD !important;
}

.bggray {
	background-color: #969696 !important;
}

.playsongdiv, .noplaysongdiv {
	cursor: pointer;
	display: block;
	background: url("icons/play.gif") center right;
	background-repeat: no-repeat;
	background-color: #4E4E4E;
	color: #FFFFFF;
	padding: 5px;
}

.playsongdiv:link, .playsongdiv:visited, .playsongdiv:active, .playsongdiv:hover {
	color: #FFFFFF;
}

.playsongdiv:hover, .playsongdiv:focus {
	color: #FFFFFF;
	background-color: #757575;
}

.noplaysongdiv {
	background: none;
}

.moreinfodiv {
	cursor: pointer;
	display: block;
	background: url("icons/moreinfo.gif") center right;
	background-repeat: no-repeat;
	background-color: #4E4E4E;
	color: #FFFFFF;
	padding: 5px;
	clear: both;
}

.moreinfodiv:link, .moreinfodiv:active, .moreinfodiv:hover, .moreinfodiv:visited {
	color: #FFFFFF;
}

.moreinfodiv:hover, .moreinfodiv:focus {
	color: #FFFFFF;
	background-color: #757575;
}

.showdiv .formfield, .hiddendiv .formfield, .playsongdiv .formfield {
	width: 300px;
}

.showdiv textarea, .hiddendiv textarea, .playsongdiv textarea {
	height: 250px;
}

.pagenum {
	border-style: solid;
	border-color: #757575;
	border-width: 0px;
	border-top-width: 1px;
	padding-top: 12px;
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
}

.pagenum table td {
	padding-bottom: 5px;
}

.pagenum a {
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #4776AD;
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	font-size: 10px; 
}

.pagenum a:hover, .pagenum a:focus, .pagenum span {
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #4776AD;
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	font-size: 10px; 
	background-color: #4776AD;
	color: #FFFFFF;
}

.pagenum table {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

table {
	border-collapse: collapse;
}

 .showdiv table { 
 	margin-left: 5px; 
 }
 
.showdiv td, .hiddendiv td {
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.showdiv td .key, .showdiv td label, .hiddendiv td .key, .hiddendiv td label {
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #646464;
	display: block;
	width: 120px;
	text-align: left;
}

.showdiv, .showdiv td .value, .hiddendiv, .hiddendiv td .value {
	display: block;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #646464;
	padding-left: 6px;
	padding-right: 6px;
}

.showdiv td .value, .hiddendiv td .value {
	padding-right: 50px;
}

#infobox {
	padding: 10px;
	border-style: solid;
	border-color: #4776AD;
	border-width: 2px;
	_margin-bottom: 10px;
}

td {
	text-align: left;
}

.center {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.validation {
	color: #757575;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
}

img.icon {
	background-image:url(icons/icons/bg.gif);
	background-color: #556586;
	border: none;
	margin: 5px;
}

img.icon:hover {
	background-color:#757575;
	border: none;
}

#rating {
	display: inline;
	margin-left: -1px;
}

img.rateicon {
	background-image:url(icons/icons/bg_rounded_black.gif);
	background-color: #757575;
	border: none;
	margin: 2px;
}

img.rateicon:hover {
	background-color:#4776AD;
	border: none;
	cursor: pointer;
}


#current_rating {
	background-image:url(icons/icons/bg_rounded_black.gif);
	background-color: #4776AD;
	border: none;
	margin: 2px;
}

#current_rating:hover {
	background-color:#757575;
	border: none;
	cursor: pointer;
}

.tagdelform {
	display: inline;
}

.tagdelform .formbutton {
	border: none;
	cursor: pointer;
	padding: 0px;
}

#uploading {
	display: none;
	background-color: #000000;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.row_sep {
	clear: both; 
}

.article { 
	background-color: #E1E1E1; 
	color: #4E4E4E; 
	border-color: #4E4E4E; 
	padding: 5px; 
	border-style: solid; 
	border-width: 1px; 
}

.article img { 
	border-color: #4E4E4E; 
	border-style: solid; 
	border-width: 1px; 
	margin: 5px;
}

#homebg {
	margin-top: 5px;
	background: url("home_bg.jpg") center right; background-repeat:no-repeat;
	height: 400px;
	width: 750px;
	cursor: pointer;
}

#slideshow {
	width: 366px;
	height: 386px;
	float: right;
	margin-top: 4px;
	margin-right: 3px;
	cursor: pointer;
}

.showitem {
	float: left;
	margin: 3px;
	margin-bottom: 10px;
	width: 230px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}


.price {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-right: 2px;
	margin-left: 2px;
}

.showimage {
	float: left;
	margin: 3px;
	margin-bottom: 10px;
	width: 140px;
	padding-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
}

.showimage span a {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #000000;
	font-size: 0.8em;
	font-weight: bold;
}

.showimage:hover {
	background-color: #757575;
}

.showimage:hover span a {
	color: #FFFFFF;
	background-color: #4776AD;	
}



.showimage_square {
	float: left;
	margin: 3px;
	margin-bottom: 10px;
	width: 60px;
	padding-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
}

.showimage_square span a {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #000000;
	font-size: 0.8em;
	font-weight: bold;
}

.showimage_square:hover {
	background-color: #757575;
}

.showimage_square:hover span a {
	color: #FFFFFF;
	background-color: #4776AD;	
}

.inline {
	display: inline; 
	margin: 0px;
}


.tblborder {
	border-style: solid;
	border-width: 1px;
	border-color: #757575;
	border-collapse: collapse;
}

.tblborder_hover {
	border-style: solid;
	border-width: 1px;
	border-color: #757575;
	border-collapse: collapse;
	cursor: pointer;
}

.tbltitles td {
	background-color: #757575;
	color: #FFFFFF;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	padding-left: 5px;
}

.tblbottoms td {
	background-color: #4776AD;
	color: #FFFFFF;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	text-align: right;
}

.tblrow1 td {
	color: #757575;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	padding: 5px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #757575;
}

.tblrow1:hover td {
	background-color: #C6DAF0;
}

.tblrow2 td {
	color: #808080;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	padding: 5px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #757575;
}

.tblrow2:hover td {
	background-color: #E0E0E0;
}

.communitytbltitles td {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	padding-left: 5px;
}

.communitytblrow1 td {
	color: #FFFFFF;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	padding: 5px;
	background-color: #4E4E4E;
}

.communitytblrow1:hover td {
	background-color: #BE5A5A;
}

.communitytblrow2 td {
	color: #FFFFFF;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	padding: 5px;
	background-color: #757575;
}

.communitytblrow2:hover td {
	background-color: #BE5A5A;
}

.communitytblrow1 img.icon, .communitytblrow2 img.icon {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.tblborder_left {
	border-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #757575;
}

.tblborder_right {
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #757575;
}

.dashed {
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #757575;
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
}

.advert {
	font-weight: bold;
	font-size: 13px; 
	color: #4776AD;
	display: block;
	padding: 5px;
	background-color: #000000;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	margin-bottom: 10px;
}

.advert:hover {
	color: #4776AD;
	border-color: #4776AD;
}

.advert em {
	font-weight: bold;
	font-size: 14px; 
	color: #4776AD;
}

.advert span {
	color: #FFFFFF;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

.advert .sponsor {
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #646464;
	float: right;
}

.feature1 {
	clear: both;
	cursor: pointer;
	display: block;
	background: url("icons/toggle.gif") center right;
	background-repeat: no-repeat;
	background-color: #C6DAF0;
	color: #4E4E4E;
	border-color: #4E4E4E;
	padding: 8px;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	margin-top: -1px;
}

.feature2 {
	clear: both;
	cursor: pointer;
	display: block;
	background: url("icons/toggle.gif") center right;
	background-repeat: no-repeat;
	background-color: #E0E0E0;
	color: #4E4E4E;
	border-color: #4E4E4E;
	padding: 8px;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	margin-top: -1px;
}

.featureshow {
	border-color: #4E4E4E;
	border-style: solid;
	border-width: 1px;
	margin-top: -1px;
	background-color: #F5F5F5;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
}

.hscrollerbase, .hscrollerbar {
	height: 15px;
	left: 0px;
}


.hscrollerbar {
	top: 0px;
}

.hscrollerbar {
	padding: 5px;
	z-index: 2;
	width: 50px;
}

.autolen { 
	width: auto !important; 
}

.gift_guide {
	display: block;
	float: left;
	background: url(gift_guide/gift_guide_bg.jpg) top left no-repeat;
	width: 210px;
	height: 260px;
	text-align: center;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.gift_guide img {
	border: none;
}

.gift_guide span {
	font-size: 16px;
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

.gift_guide span strong {
	color: #000000;
	padding-right: 5px;
}

 .itemtbl {
	border-style: solid;
	border-width: 1px;
	border-color: #757575;
	border-collapse: collapse;
	cursor: pointer;
}

.itemtbl_top td {
	background-color: #4776AD;
	color: #FFFFFF;
	font-size: 14px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	text-align: center;
}

.itemdetails, .itemdetails td {
	border: none;
	padding: 0px;
	margin: 0px;
	cursor: default !important;
}


.itemtblrow1 td {
	color: #757575;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	padding: 5px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #757575;
	background-color: #F3F8FC;
}

.itemtblrow1:hover td {
	background-color: #C6DAF0;
}

.itemtblrow2 td {
	color: #808080;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	padding: 5px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #757575;
	background-color: #F4F4F4;
}

.itemtblrow2:hover td {
	background-color: #E0E0E0;
}

.itemtblfeatured td {
	color: #808080;
	font-size: 12px; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	padding: 5px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #757575;
	background-color: #757575;
	color: #FFFFFF;
}

.itemtblfeatured td a {
	color: #FFFFFF;
}

.itemtblfeatured:hover td {
	background-color: #5791D4;
}

.itemsep td {
	font-size: 0px;
	height: 5px;
	background-color: #5791D4;
}

.orderbydiv {
	float: right;
	width: 460px;
	margin-top: 8px;
}

.orderbydiv img {
	float: left;
	margin-right: 10px;
}

.orderbydiv h2, .orderbydiv form  {
	display: inline;
	margin: 0px;
	float: left;
}

.orderbydiv select {
	margin-top: 2px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
	background-color: #D1DDCB;
}

.hscrollerbasebeg {
	left: 0px;
	top: 0px;
	height: 15px;
}

.hscrollerbaseend {
	top: 0px;
	height: 15px;
	width: 7px;
}

/* Scroll Bar Master Styling Ends Here */

/* Extra sample styles */
.hscrollerbarbeg {
	background: url(vscroller2.png) -9px 0px;
	height: 18px;
	cursor: pointer;
}

.hscrollerbarend {
	background: url(vscroller2.png);
	height: 18px;
	width: 9px;
	cursor: pointer;
}

.hscrollerbase {
	height: 18px;
	background: white none;
}

.hscrollerbar {
	background-color: #8F9793;
	padding: 0px;
}


/* blog styles */

.sep {
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 3px;
	border-color: #A39389;
}

.article {
	padding: 5px;
}


.article .title {
	color: #322B27;
	font-weight: bold;
	font-size: 18px;
}

.article .title a {
	color: #FFFFFF;
}

.article .title a:hover {
	color: #000000;
}

.article .date {
	color: #322B27;
	font-weight: normal;
	font-size: 10px;
}

.article .details {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}

.article .details a {
	text-decoration: underline;
}

.article .details a:hover {
	text-decoration: none;
}

.article .sep {
	border-bottom-width: 1px;
	margin-top: 4px;
}

.article .more {
	margin-top: 5px;
	cursor: pointer;
	text-align: right;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.article .body, .article .tags {
	padding-top: 10px;
	font-size: 12px;
	overflow: hidden;
}

.article .body a {
	text-decoration: underline;
}

.article .body a:hover {
	text-decoration: none;
}

.article_actions {
	float: left;
	clear: both;
}

.object_details {
	background-color: #E0EBF3;
	border-style: solid;
	border-width: 1px;
	border-color: #4776AD;
	padding: 2px;
}