@charset "utf-8";

.ArticlePhotoBox {
	width: 206px;
	height: 428px;
	float: left;
}
.ArticleSmallTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #D03310;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
.ArticleTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #D03310;
	font-weight: bold;
	text-align: left;
	font-size: 24px;
	margin-bottom: 8px;
}


.BodyText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
}

.Sugnature {
	color: #D03310;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
}

/* CSS Document */

.LinkPages {
	text-decoration: none;
	font-weight: bold;
	color: #D03310;
	font-family: Arial, Helvetica, sans-serif;
}
.TextIndeted1 {
	position: static;
	right: 400px;
}
.Eventborder {
	font-weight: normal;
}
.EventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D03310;
	font-weight: bold;
}
.LinkBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	margin-top: 5px;
	text-align: left;
}
.LinkBoxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D03310;
	font-weight: bold;
	text-align: left;
}
.borderButtom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D03310;
}

.LinkBoxLargeTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #D03310;
	text-align: left;
	font-weight: bold;
}

.ButtomSep {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D03310;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.BodyTextCenter {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
}
.PhotoFramed {
	border: 1px solid #F00;
	width: 188px;
	margin-right: 16px;
	margin-bottom: 16px;
}
.PhotoFramedTums {
	border: 1px solid #F00;
	width: 69px;
	margin-right: 16px;
}
.PhotoFramedTLarge {
	border: 1px solid #F00;
	margin-right: 4px;
	margin-bottom: 4px;
}
.PhotoFramedTumsCP {
	border: 1px solid #F00;
	width: 69px;
}
.PhotoFramedNS {
	border: 1px solid #F00;
	width: 168px;
	margin-right: 4px;
	margin-left: 4px;
}
.OldPrice {
	color: #333;
	text-decoration: line-through;
	font-size: 15px;
}
.MusicCell {
	margin: 4px;
}
.MusicGrayBG {
	background-color: #fafafa;
}
.MusicAltBG {
	background-color: #FFF;
}
.MusicGrid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.BoutiqueItemFrame {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px dotted #999;
	height: 400px;
	width: 336px;
}
.BoutiqueInnerText {
	margin-right: 7px;
	margin-left: 7px;
}
.OrderBox {
	border: 1px dotted #999;
	
}

.MainMenu {	/*width:700px;*/
background: #6d0a0a; /* Old browsers */
background: -moz-linear-gradient(top,  #6d0a0a 0%, #d10300 38%, #c63500 85%, #b50f03 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0a0a), color-stop(38%,#d10300), color-stop(85%,#c63500), color-stop(100%,#b50f03)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6d0a0a 0%,#d10300 38%,#c63500 85%,#b50f03 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6d0a0a 0%,#d10300 38%,#c63500 85%,#b50f03 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6d0a0a 0%,#d10300 38%,#c63500 85%,#b50f03 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6d0a0a 0%,#d10300 38%,#c63500 85%,#b50f03 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0a0a', endColorstr='#b50f03',GradientType=0 ); /* IE6-9 */




	height:32px;
	line-height:32px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	vertical-align:bottom;
	text-align:center;
	text-shadow: 2px 1px 2px #666;
}
.MainMenu a{
	color:#FFF;
	text-decoration:none;
}
.MainMenu a:hover{
	color:#FFF;
	text-decoration:none;
	/*font-weight:bold;*/
	
}
.MainMenu a:hover div{
	background:#900;
}