/*=============================================================================
 * Public CSS file.
 *
 * This will be copied to /public/stylesheets when running 
 * 'rake substruct:prepare_layout_for_modification'
 *
 * That file is the one that should be modified when customizing your site.
 *
 ============================================================================*/
/* Reset all margins and padding to ensure x-browser compatibility */
* {
	padding: 0px;
	margin: 0px;
}

body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
  background-color:#101010;
}

body, table, div, td, input, textarea {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
  color:#fff4d9;
}

a {
/*  font-weight: bold;*/
	text-decoration: none;
}

a:link { color: #C1EB6A; }
a:visited {	color: #C1EB6A; }
a:hover{text-decoration:underline;}
a.action:link, a.action:visited, a.action.bad:link, a.action.bad:visited {
	background-color: #049abe;
	color: #fff !important;
	font-weight:normal;
	font-size: 12px;
	padding: 4px;
	text-decoration:none !important;
}
a.action.bad:link, a.action.bad:visited {
	background-color: #770000;
	font-weight: bold;
}
a.normal { font-weight: normal; }
a.redlink, a.red:link, a.red:visited {
	color: #804D68;
}
form {
}
img {
	display:inline;
}
img.floater {
	margin:20px;
	border:1px dotted #C2B2FB !important;
	border:1px solid #9C8FCA;
}
img.floater2 {
	margin-right:10px;
	margin-bottom:10px;
}
p {
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
td {
	vertical-align: top;
}
label {
	font-size:120%;
	clear:both;
	/*font-weight:bold;
	 color: #666666;
	 */display:block;
	padding-bottom: 5px;
}
input {
}
option {
	padding:0px 4px;
}
input[type=hidden] {
	display:none;
}
ul, ol {
	padding-left:30px;
}
ul {
	list-style-type:disc;
}
ul li {
	padding: 2px 0px;
/*  list-style-type: square;*/
}
ul.navigation {
	margin: 0px;
	padding-left:0px;
	padding: 0px;
/*  display: inline;*/
}
ul.navigation li {
	margin:0px;
	list-style: none;
	display:block;
	float:right;
	padding:0px;
	padding-right:10px;
	margin-right:5px;
}
ul.navigation li.active {
/*  font-size: 1.2em;
  font-style: italic;*/
}

/* Secondary actions: orders ready to ship, on hold etc */

ul.navigation.secondary {
	float:right;
	margin-top: -30px;
	margin-right: 0px;
}
ul.sortable {
	margin-left: 0px !important;
	padding-left: 0px !important;
}

ul.sortable li {
	cursor: pointer;
	cursor: hand;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	margin-left: 0px !important;
}

ul.sortable li p {
	margin-bottom: 5px;
}

.navigation a, .navigation a:link, .navigation a:visited {
  
}
.navigation.secondary a, .navigation.secondary a:link, .navigation.secondary a:visited {
	color: #5272E0;
}
.navigation.tertiary a, .navigation.tertiary a:link, .navigation.tertiary a:visited {
	color: #000;
	padding: 4px;
}
.navigation.tertiary li {
	background-color: #ccc;
	padding-left: 4px;
	padding-right: 4px;
}
.navigation.tertiary li.active {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px;
}
#subnav {
	border-bottom: 1px solid #ccc !important;
	border-bottom: 0px;
	height: 18px;
}

img {	border: 0px; }

h1, h2, h3{
/*  border-bottom:1px solid #333;*/
  /*  width:70%;*/
  margin-bottom:30px;width:95%;
}

h1 {
	color: #C1EB6A;
	font-size: 200%;
	line-height: 35px;
	padding-bottom:5px;
/*  margin-bottom: 10px;*/
	font-weight: normal;
}
h1 .info {
	font-size: 14px;
	font-style: normal;
	color: #B8B3AD;
}

h1.border, h2.border {
  border-bottom:1px solid #333;
}

h1 a {
	color: #f86d0a;
	font-weight: normal;
	text-decoration: none;
}

h1.important {
	font-size: 1.9em;
	font-style: italic;
	line-height: 1.1em;
}

h1:first-child, h1.first {
	margin-top: 0px;
}

h2, h3, h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom:0px;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	/*color: #C1EB6A;*/
	font-weight: normal;
}
h3 {
	margin-top: 0px;
	color: #840018;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #8a8075;
	font-weight: normal;
}

div.line {
	border-bottom: 1px dotted #B5B5B5;
	padding:0px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 1px;
	overflow:hidden;
	clear:both;
}


div.indent {
	padding:0px;
	margin:0px;
	margin-top:-10px;
	padding-left:20px;
}

div.padLeft {
	padding-left:10px;
}
div.price {
  margin-bottom:20px;
	background-color: #6ABE32;
	color: #fff;
	font-size: 25px;
	padding: 5px 10px;
	text-align: center;
	font-style: italic;
	-moz-border-radius: 10px;
}

.info {
	font-size: 10px;
/*  font-style:italic;*/
	color: #666666;
	line-height:14px;
}

.money {
	color: #6ABE32;
	font-weight:normal;
}




/* BUTTONS */
/* This is used on anchors as well as button objects, so some css trickery is needed */
.button, .buttonWarning {
	background-color: #046c82;
	background-image: url(/plugin_assets/substruct/images/public-ui/buttons/bg.gif) !important;
	background-repeat: repeat-x;
	border: 1px solid #000;
	font-size: 15px;
	font-weight: bold !important;
	color: #eeeeee !important;
	color: #eeeeee;
	text-decoration: none !important;
	text-decoration: none;
	line-height: 20px;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	display:block;
}

#right a.button, a.button {
	text-decoration: none;
	color: #eeeeee;
	font-weight: bold;
}

.buttonWarning {
	background-color: #FF0000;
	border-color:#B00000;
	color:#eeeeee;
}

/* end buttons */

*.small {
	padding: 1px;
	font-size: 0.9em;
}

/* BEGIN TABLE LIST CSS */

div.listContainer {
	height:300px;
	width: 100%;
	border: 1px solid #666666;
	background-color: #fff;
	overflow: auto;
}


.list {
/*  border: 1px solid #666666;*/
	width: 100%;

}
/* don't put a border around tables contained by a div */
div.listContainer .list {
	border: 0px;
	width: 100%;
}

.list td {
  background-color: #1b1b1b;
	padding: 2px 6px;
/*  border-left: 1px solid #cccccc;*/
	color:#FFF4D9;
}

.list tr.odd td {
	background-color: #333;
}

.list tr.even td, .even {
	background-color: #555;
}
.numeric, .list .numeric {
	text-align:right;
}
.list th, .list tr.header td, .list td.header {
	font-weight: normal;
/*  background-color: #777777;*/
/*  background-image:url(/plugin_assets/substruct/images/table_header_bg.png);*/
	color: #eeeeee;
	border-bottom: 1px solid #A1A1A1;
/*  border-right: 1px solid #666666;*/
	text-transform:capitalize;
	padding: 4px;
	text-align: left;
	padding: 2px;
	font-size:80%;
}

.list tr.footer td {
	font-weight:normal;
	font-style:italic;
	color: #eeeeee;
/*  background-color: #cccccc;*/
	border-top: 1px solid #A1A1A1;
	text-transform:capitalize;
}

.list td.borderTop {
	border-top:1px solid #999999;
}

/* END TABLE LIST CSS */

*.hover {
	cursor: pointer;
	cursor: hand;
}
.hlt, tr.hlt td, tr.selected td {
	background-color: #444 !important;
	font-style:italic;
}

.notes {
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 400px;
}

.notesEdit {
	padding: 10px;
	width: 400px;
}

.clear {
	clear: both;
  height:0px;
/*  height: 5px;*/
	overflow: hidden;
}

div.float, div.floatHalf {
	float:left;
	margin-right:10px;
}
div.floatHalf {
	width:45%;
}

/* MAIN TRI FLOATS */

div.floatTri {
	float: left;
	width: 31%;
	margin-right: 20px;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-middle.gif);
	background-repeat: repeat-x;
}
div.floatTri h2 {
	text-align: center;
	margin-bottom: 10px;
}

div.floatTri h4 {
	margin-left: 20px;
}

div.floatTri p {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
div.floatTri form {
	margin-left: 20px;
	margin-right: 20px;
}

.floatTri .left {
	float: left;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-left.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 150px;
}
.floatTri .right {
	float: right;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-right.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 150px;
}
.floatTri .middle {
	padding-top: 20px;
}

/* /MAIN TRI FLOATS */


.content_pad {
	padding: 20px;
	padding-top: 0px;
}

.fieldWithErrors input, .fieldWithErrors * option, .fieldWithErrors * {
  background-color: #dddddd;
}

.formError {
	color: red;
	font-style: italic;
	padding-bottom: 5px;
	padding-left: 10px;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.inline {
	display:inline;
	clear:none;
	margin-bottom:0px;
}

div.error {
	margin:10px;
	background-color:#FFFF99;
	border:1px solid #804D68;
	font-weight: bold;
	padding: 20px;
	text-align:center;
	color: #804D68;
}
input.error {
	background-color: #FFD3E3;
}
.textInput {
	color: #333;
	line-height: 1em !important;
	width:230px;
}

.textInput, .textArea {
	border: 1px solid #7d6a55;
	color:black;
	padding: 4px;
}
.textInput.big {
	border: 2px solid #7d6a55;
	height: 25px;
	color: #8a8075;
	font-size: 18px;
	line-height: 28px;
	padding-top: 7px;
	background-image: url(/plugin_assets/substruct/images/public-ui/input-bg.gif);
	background-repeat: repeat-x;
}


/* CLASSES */
.minor_callout {
	margin-bottom: 20px;
}
.minor_callout p {
}
.main_block {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.form_block {
	margin: 10px 0px 20px 0px;
	padding: 20px;
	/*background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-middle.gif);*/
	background-color:#222;
	background-repeat: repeat-x;
	border-top: 2px solid #ccc;
}
.form_block h2 {
	margin-bottom: 10px;
}
.blog_entry {
	padding: 10px;
}
.blog_entry.even {
	background-color: transparent;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-middle.gif);
}

/* PRODUCT 'CHIPS' */
.product {
/*  width: 275px;*/
	/*margin-right: 5px;*/
	float: left;
/*background-image: url(/plugin_assets/substruct/images/public-ui/item-middle.gif);*/
/*  background-repeat: repeat-y;*/
/*  border:1px solid #333;*/
}
.product_top {
/*  width: 210px;*/
/*  height: 5px;*/
/*  background-image: url(/plugin_assets/substruct/images/public-ui/item-top.gif);*/
/*  background-repeat: no-repeat;*/
	

}
.product_bottom {
/*  width: 210px;*/
	
/*  background-image: url(/plugin_assets/substruct/images/public-ui/item-bottom.gif);*/
/*  background-repeat: no-repeat;*/
}
.product_main {
	/*margin-left: 12px;
	 margin-right: 15px;
	 margin-top: 10px;*/
/*  width: 115px;*/
	overflow:hidden;
	text-align: center;
}
.product_image {
/*  height: 185px;*/
	overflow: hidden;
}
.product_title {
/*  height: 40px;
  width:90%;*/
/*  margin: 4px 0px;*/
	overflow: hidden;
	text-align:left;
	font-size:20px;
/*  margin-left:10px;*/
}
.product .money {
	display: block;
	background-color: #69bf32;
	color: #fff;
	padding: 2px;
	overflow: hidden;
	-moz-border-radius: 5px;
}
.product .icon {
	position:absolute;
	margin-left: 240px;
	margin-top:-10px;
	z-index:300;
}

/* PAGINATION ============================================= */
div.pagination {
	background-color: #EDEDED;
	/*border-top: 2px solid #C5BEBE;*/
	padding: 10px;
	font-size: 1.2em;
	text-align: right;
	margin: 20px 0px;
}
div.pagination a {
	text-decoration: none;
}
div.pagination a, div.pagination span {
	padding: 5px;
	font-weight: bold;
}
div.p * {
	font-size: 1.2em;
}

#flash {
	margin:0;
	padding: 10px;
	padding-left:30px;
	z-index: 100;
	background-color: #666633;
	border-bottom: 1px solid #6AC034;
	color: #293F1B;
}
#flash h2 {
	background-color: #6AC034;
	padding: 5px;
	color: #fff;
}
#flash div, #flash .action {
	font-size: 1.2em;
	line-height: 1.3em;
}


#container {
	width: 100%;
/*  margin-left: 40px;*/
	margin:0;
	padding:0;
/*  min-width:700px;min-width:700px !important;*/
}

#logo {
  cursor: pointer;
	margin-bottom: 0px;
	background-position: 30px -3px;
	background-color: #101010;
	padding: 20px;
	padding-left: 40px;
	height: 25px;
  color: #333;
  border-top:1px solid #3B3B3B;
/*			border-bottom: 1px solid #3b3b3b;
*/
}

#header {
/*  padding:0;
  margin:0;*/
/*  padding-bottom: 30px;*/
}

#toplinks {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 1.1em;
	width: 450px;
}

#toplinks li {
	margin-left: 15px;
	line-height: 30px;
	float: right;
}

#searchbox {
	float:right;
	clear:right;
	margin-right: 10px;
	margin-top: 10px;
	width: 500px;
}

#searchbox .textInput {
	width: 250px;
}

/* Div that comes before the content */
#preContent {
	height: 83px;
	background-image: ;
	background-repeat: no-repeat;
}




#contentBody {
	padding: 0px;
	clear: both;
	margin: 0px 0px 0px 0px;
  background: #2F2F2F;
  /*min-width: 300px !important;
	 min-width: 300px;*/
	 
/*  min-width: 1100px !important;*/
/*  overflow:auto;*/
/*  min-width:1110px;*/
}



#big_product_image {
	float: left;
	margin: 20px;
	margin-left: 0px;
	margin-top: 0px;
	width: 200px;
	overflow: hidden;
}

#bLeftCol, #bMiddleCol, #bRightCol {
	padding:15px;
	padding-top:20px;
	float:left;
}
#bLeftCol {
	width: 219px !important;
}
#bMiddleCol {
	width: 260px !important;
}
#bRightCol {
	width: 228px !important;
	width:210px;
	overflow:visible !important;
	overflow:hidden;
}

/* Left content container */
#the-pitch {
/*  float:left;*/
/*  min-width: 700px !important;
  min-width: 680px;*/
font-family:arial;
/*  margin-bottom: 20px;*/
/*  background:#3F3F3F;*/
	background:url('/images/fade.gif');
}

#the-pitch div {
/*  width:700px;*/
}

/* Left content container */
#left {
	float:left;
	margin-right:245px;
	width:580px;
/*  width:70%;*/
	/*min-width: 300px !important;
	 min-width: 300px;*/
	padding:20px 20px 20px 37px;
	min-height: 500px;
/*  margin-bottom: 20px;*/
	background:#1b1b1b;
}

/* Right content */
#right {
  position:absolute;

	width: 220px;
	margin-left:650px;
	margin-right:0px;
	padding:20px 0 0 10px ;
  
}


#right .textInput {
	font-size: 15px;
	line-height: 30px;
	padding-top: 5px !important;
	padding-top: 10px;
/*  height: 25px;*/
}

#right h2 {
	color: #888;
}
#right h3 {
	color: #8a8075;
	text-align: center;
}

#left, #right, #fullContent {
}

#fullContent {
	width: auto;
/*  float:left;*/
/*  margin-left:37px;*/
/*  margin: 0px 10 0px 37px;*/
	padding:20px 20px 20px 37px;
  background:#1b1b1b;
/*    min-width: 1170px !important;
    min-width: 1170px;*/
/*  min-height:500px;*/
/*  min-width:1150px;*/
}

#customer_msg {
	position: absolute;
	margin-left: 390px;
	margin-top: 20px;
  right:40px;
	width: 380px;
	padding: 0px 5px;
	height: 40px;
	overflow: hidden;
	color: #999;
}


#navigation {
/*  width:415px;*/
float:left;
/*margin-left:35px;*/
  text-align:left;
/*  margin: 0px 0px 0px 30px;*/
/*  background-image: url(/plugin_assets/substruct/images/public-ui/nav-middle-bg.gif);*/
	background-repeat: repeat-x;
/*  height: 70px;*/
	overflow: hidden;
	font-size:100%;
	
}

/* TOP NAVIGATION */
#navcap_left {
	float: left;
	width: 10px;
	height: 60px;
	/*background-image: url(/plugin_assets/substruct/images/public-ui/nav-endcap-left.gif);*/
	background-repeat: no-repeat;
}
#navcap_right {
	float: right;
	width: 10px;
	height: 60px;
/*  background-image: url(/plugin_assets/substruct/images/public-ui/nav-endcap-right.gif);*/
	background-repeat: no-repeat;
}

#navigation-inner {
  width:50%;
}

#navigation ul.navigation li {
	background-image: none;
	background-repeat: no-repeat;
/*  height: 60px;*/
	margin-right: 10px;
}

#navigation ul.navigation li a{
	background-image: none;
	background-position: top right;
	background-repeat: repeat-x;
/*  height: 60px;*/
	font-weight: normal;
	display: block;
	width: auto !important;
	width: 50px;
	text-align: center;
/*  padding-right: 10px;*/
/*  line-height: 55px;*/
color:#666;
/*  font-size: 18px;*/

	white-space: nowrap;
}
#navigation ul.navigation li.active {
/*  background:#CFCFCF;*/
	/*background-image: url(/plugin_assets/substruct/images/public-ui/nav-tab-left.gif);
	 font-size: 1em;*/
}

#navigation ul.navigation li.active a{
/*  background-image: url(/plugin_assets/substruct/images/public-ui/nav-tab-right.gif);*/

		text-decoration: none;
/*  font-style: italic;*/
/*  font-size: 1.8em;*/
  
	font-weight: normal;
			text-decoration: none;
/*  padding-right: 20px;*/
/*  padding-left: 10px;*/
}

#navigation ul.navigation li a:hover{
  color: white;
	font-weight: normal;
}

#subnavigation {
	height: 40px;
	background-color: #d0c8c8;
	background-image: url(/plugin_assets/substruct/images/public-ui/subnav-bg.gif);
	margin-left: 10px;
	margin-right: 10px;
}
#subnavigation ul.navigation li {
	height: 40px;
	margin-left: 15px;
}
#subnavigation ul.navigation li a {
	color: #5e5e5e;
	font-weight: normal;
	font-size: 15px;
	line-height: 45px;
	display: block;
}
#subnavigation ul.navigation li.active {
	background-image: url(/plugin_assets/substruct/images/public-ui/subnav-tab-left.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	margin-right: 0px;
}

#subnavigation ul.navigation li.active a{
	background-image: url(/plugin_assets/substruct/images/public-ui/subnav-tab-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-style: italic;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 5px;
}
/* END NAVIGATION */


#submittingText {
	display:none;
	font-weight:bold;
	font-size:1.3em;
	color: green;
	padding: 10px;
}


/* HOME PAGE */

#main_callout {
	width: 690px;
	height: 310px;
	float: left;
}
#minor_callouts {
	width: 240px;
	float: right;
}

h1#new_sale_header {
	width: 120px;
	height: 180px;
	padding-top: 20px;
	text-align:center; 
	background-image: url(/plugin_assets/substruct/images/public-ui/new-sale-header-bg.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	margin-right: 20px;
	color: #f86d0a;
}

.release_header{border-bottom:1px solid #333;color:#8A8075;}
.release_header2{color:white;}
.release_text{margin-bottom:35px;margin-top:0px;}


	#slider{
float:left;
	}
	#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
	#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
	ul#icons {margin: 0; padding: 0;float:left;}
	ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
	ul#icons span.ui-icon {float: left; margin: 0 4px;}
	
	
	
	
	
	
	
	
	
	
	
	
  a.volume-control-button {
    display: block;
    width: 20px;
    height: 15px;
    background-image: url(/images/volume_control.png?quentin1);
    background-position: -107px 0;
    margin: 0 14px 0 0 !important;
    top: -2px;
    text-indent: -9999px;
    z-index: 200;
    position: relative;
    cursor: pointer; }
    a.volume-control-button.level0 {
      background-position: -107px -60px; }
    a.volume-control-button.level1 {
      background-position: -107px -40px; }
    a.volume-control-button.level2 {
      background-position: -107px -20px; }
    a.volume-control-button.level3 {
      background-position: -107px 0; }
    .ie6 a.volume-control-button {
      background-image: url(/images/ie/volume_control.png?quentin1);
      height: 14px; }

  #volume-control {
    position: relative;
    top: 0;
 }
    
#volume-control #volume-control-wrapper {
      top: -8px;
      left: -6px;
      padding: 21px 3px 4px 3px;
      width: 19px;
      height: 138px;
      background: white;
      border: 1px #cccccc solid;
      position: absolute;
      -moz-border-radius-bottomright: 7px;
      -moz-border-radius-topleft: 7px;
      border-bottom-right-radius: 7px;
      border-top-left-radius: 7px;
      -webkit-border-bottom-right-radius: 7px;
      -webkit-border-top-left-radius: 7px;
      -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.15); }
      
      #volume-control #volume-control-wrapper #volume-control-scale {
        height: 100px;
        width: 6px;
        margin-left: 6px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        background-image: url(/images/volume_control.png?quentin1); }
        
        .ie6 #volume-control #volume-control-wrapper #volume-control-scale {
          background-image: url(/images/ie/volume_control.png?quentin1); }
          
      #volume-control #volume-control-wrapper #volume-control-handle {
        background-image: url(/images/volume_control.png?quentin1);
        background-position: -146px 0px;
        background-repeat: no-repeat;
        height: 17px;
        width: 25px;
        position: absolute;
        top: 42px;
        left: 3px;
        cursor: pointer; }
        
        .ie6 #volume-control #volume-control-wrapper #volume-control-handle {
          background-image: url(/images/ie/volume_control.png?quentin1); }
          
      #volume-control #volume-control-wrapper a.volume-minus, #volume-control #volume-control-wrapper a.volume-plus {
        display: block;
        width: 10px;
        height: 12px;
        margin: 7px 4px 5px 4px;
        text-indent: -9999px;
        cursor: pointer;
        background-image: url(/images/volume_control.png?quentin1);
        background-position: -29px 0; }
        
        .ie6 #volume-control #volume-control-wrapper a.volume-minus,       .ie6 #volume-control #volume-control-wrapper a.volume-plus {
          background-image: url(/images/ie/volume_control.png?quentin1); }
          
      #volume-control #volume-control-wrapper a.volume-minus {
        background-position: -67px -5px; }









.price-burst{
  background-image:url('/images/price-burst.gif');
  width:60px;
  height:65px;
  position:absolute;
  margin-left:265px;
  margin-top:-30px;
  padding-left:25px;
  padding-top:17px;
  font-size:28px;
  font-family:verdana;color:white;
  cursor:pointer;
  z-index:100;
}

.scripty{
  font-style:italic;font-family:georgia;font-size:18px;  
}

/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 900;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .7;
	filter: alpha(opacity=70);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	 overflow:hidden;
	background-color: #333333;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 901;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #522E6B;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #A266CC;
	border-left: 1px solid #A266CC;
	border-right: 1px solid #36005B;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}

#popupControls {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 999;
	cursor: pointer;
	cursor: hand;
}
