@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #191919;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #DDDDDD;
	font-size: 11px;
	line-height: 13px;
	width: auto;
}
a:link {
	text-decoration: none;
	color: #1640BC;
}
a:visited {
	text-decoration: none;
	color: #1640BC;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
	color: #1640BC;
}
body,td,th {
	font-size: 11px;
}
h1 {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #DDDDDD;
	font-size: 11px;
	line-height: 13px;
}
h2 {
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #DDDDDD;
	font-size: 11px;
	line-height: 13px;
}
hr {
	border: none;
	background-color: #666666;
	color: #666666;
	height: 1px;
	width: 100%;
}
table.boxdescr
{
	table-layout: automatic;
	border-collapse: collapse;
	background-color: #000000;
}
table.boxlistdescr
{
	table-layout: automatic;
	border-collapse: collapse;
	background-color: #222222;
	border-color: #222222;
}
table.boxsubdescr
{
	table-layout: automatic;
	border-collapse: collapse;
	background-color: #000000;
	border-top: hidden;
	border-bottom: solid #444444 2px;
	border-color: #444444;
}
table.boxmaindescr
{
	table-layout: automatic;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: hidden;
	background-color: #000011;
	border-color: #000022;
	border-bottom: solid #000033 1px;
}
table.boxdldescr
{
	table-layout: automatic;
	border-collapse: collapse;
	background-color: #000011;
	border-color: #000022;
	border-bottom: solid #000033 1px;
}
/* SoundBox */
table.SoundBox {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #000000;
	background-color: #000000;
}
table.SoundBox th {
	border-bottom: 1px solid #111111;
	text-align: left;
	padding: 0.1em 0.5em;
}
table.SoundBox td {
	text-align: left;
	border-bottom: 1px solid #666666;
	padding: 0.1em 0.5em;
	border-top: 1px solid #222222;
}
/* Design 2 */
table.Design2 {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
table.Design2 th {
	border-bottom: 1px solid #777777;
	text-align: left;
	padding: 0.1em 0.5em;
}
table.Design2 td {
	text-align: left;
	padding: 0.1em 0.5em;
	border-bottom: 1px solid #222222;
}
table.Design2 thead th {
	background-color: #111111;
	text-align: left;
	font-weight: bold;
	height: 14px;
}
table.Design2 th.Corner {
    text-align: left;
}
.twoColFixRtHdr #container {
	width: 824px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	margin-top: 6px;
} 
.twoColFixRtHdr #header {
	background: #000000;
	padding: 0 0px 0 0px;
	} 
.twoColFixRtHdr #header {
	background: #000000;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 200px;
	background: #000000;
	padding: 15px 10px;
	border: 1px;
	border-right: 1px solid #555555;
	border-left: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-top: 1px solid #555555;
	background-image: url(/assets/images/sidebar_top.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border: 1px;
	border-right: 1px solid #555555;
	border-left: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-top: 1px solid #555555;
	background-image: url(/assets/images/sidebar_top.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent {
	margin: 0 230px 0 0;
	padding: 0 10px 0 10px;
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	background-image: url(/assets/images/mainbar_top.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #photoContent {
	margin: 0 160px 0 0;
	padding: 0 1px;
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	background-image: url(/assets/images/mainbar_top.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #sfxContent {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	background-image: url(/assets/images/mainbar_sfxtop.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr  #sfxdlContent {
	margin: 0 0 0 0;
	padding: 0 2px 0 2px;
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	background-image: url(/assets/images/mainbar_sfxdwntop.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr   #sfxBorder {
	margin: 0 0 0 0;
	padding: 2px 2px 0px 2px;
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	background-repeat: no-repeat;
	} 
.twoColFixRtHdr   #sfxLine {
	margin: 0 0 0 0;
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid;
	background-repeat: no-repeat;
	border-bottom-color: #000055;
} 
.twoColFixRtHdr  #sbxContent {
	margin: 0 0 0 0;
	padding: 4px;
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	background-image: url(/assets/images/mainbar_sfxdwntop.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#131313;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltcatheader { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	padding: 2px 2px 2px 3px;
	border-left: solid #222222 1px;
	border-top: solid #222222 1px;
	border-bottom: solid #444444 1px;
	border-right: solid #222222 1px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 13px;
	width: 99%;
}
.fltlibheader { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	padding: 2px 0px 2px 3px;
	background-color: #000000;
	border-left: 1px solid #111111;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 13px;
	width: 100%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	color: #DDDDDD;
}
.maintextcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #663399;
	line-height: 13px;
}
.maintextboldcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #993399;
	line-height: 13px;
}
.maintextbold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #9999FF;
	font-weight: bold;
	line-height: 13px;
}
.maintextboldyellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFCC00;
	font-weight: bold;
	line-height: 13px;
}
.pricetextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFA319;
	font-weight: bold;
	line-height: 13px;
}
.maintextboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #EE0000;
	font-weight: bold;
	line-height: 13px;
}
.redtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #AA0000;
	font-weight: bold;
	line-height: 13px;
}
.maintextyellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFCC00;
	font-weight: normal;
	line-height: 13px;
}
.maintextbrite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFF33;
	font-weight: normal;
	line-height: 13px;
}
.maintextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #DDDDDD;
	font-weight: bold;
	line-height: 13px;
}
.maintextboldwh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 13px;
}

.maintextboldbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #DDDDDD;
	font-weight: bold;
	line-height: 13px;
}
.pricetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FF9900;
	font-weight: normal;
	line-height: 13px;
	text-align: center;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #AA0000;
	font-weight: normal;
	line-height: 13px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #DDDDDD;
	line-height: 12px;
}
.maintextblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	color: #000000
}
.maintextgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	color: #BBBBBB
}

/* iPhone */
@media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }
