@charset "UTF-8";
@import "cluetip.css";
/* CSS Document */

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0px solid red; border: 0px solid red; }

html { }

body {
	font: 12px/165% 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	color: #FFF;
	margin: 0; 	padding: 0; 
	background: #010000;
	text-align: left;
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #1dbead;	
}
a:hover {
	color: #fff;
	border-bottom: 0px dotted #1dbead;
}

/* headers */
h1, h2, h3 {
	font-family: 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	clear: both;
}
h1 {
	font-size: 3.1em;
	font-weight: normal;
	color: #1dbead;	
	letter-spacing: -1px;
	padding: 17px 15px 13px 15px;
	background: url(../images/header_background.gif) no-repeat;
}
h2 {
	font-size: 2em;
	color: #FFF;
	padding: 20px 0px 5px 0px;	
}
h3 {
	font-size: 1.7em;
	color: #1dbead;	
	font-weight: normal;
	padding: 20px 0px 5px 0px;		
}

h4 {
	font-size: 1em;	
	font-weight: normal;
	padding: 00px 0px 5px 0px;		
}

p, dl { 
	font: 13px/165% 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	padding: 0px;
	margin: 0;
}

ul, ol {
	margin: 0px 0px;
	padding: 0 0px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #FAFAFA;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #1B1B1B;
   border: 0px solid #1B1B1B;
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #070707;
	border: 1px solid #111;   
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #070707 url(quote.gif) no-repeat 10px 10px;
	border: 1px solid #111; 
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
}


/* form elements */
form {
	margin: 0;
	padding: 0;
	border: none;	
}
form p {
	border-bottom: 1px solid #101010;
	padding: 12px 0 5px 0;	margin: 0;	
}


#form-sections {
	font: 1em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	color: #5E5E5E;
	width: 550px;
	margin-bottom: 100px;
	padding-bottom: 70px;
}

#form-sections .space-top {
	margin-top: 30px;
}

#form-center {
	font: 1em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	color: #5E5E5E;
	width: 260px;
	padding-bottom: 70px;
	margin: 0 auto;
	border: 0px solid #fff;
}

#form-center .form-left {
	float: left;
	width: 270px;
	display: inline;
}

#form-center .form-right {
	float: left;
	width: 270px;
	display: inline;
}

.form-left {
	float: left;
	width: 270px;
	display: inline;
}

.form-right {
	float: left;
	width: 270px;
	display: inline;
}

label {
	text-align: left;
	font-weight: bold;	
	color: #FAFAFA;
}
input {
	margin: 5px 0;
	padding: 5px;
	font: normal 1em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	color: #6A6969;
	background: url(../images/input_field_background.jpg);  
	border: 0;
}

input.submit {
	margin: 5px 0;
	padding: 5px;
	font: normal 1em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	color: #6A6969;
	background: #fff;
	border: 0;
	width: auto;
}

.form-style {
	margin:0 auto;
	width:450px;
	padding:10px;
	}
	.form-style h2 {
		display: block;
		font-size:14px;
		margin-bottom:15px;
		margin-top: 5px;
	}
	.form-style p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	.form-style label{
		display:block;
		text-align:right;
		width:120px;
		float:left;
	}

	.form-style .small{
		padding: 0;
		margin-top: -5px;
		color:#666666;
		display:block;
		font-size:9px;
		font-weight:normal;
		text-align:right;
		width:120px;
	}
	.form-style input, .form-style textarea {
		float:left;
		width:273px;
		margin:2px 0 20px 10px;
	}
	
	.form-style select {
		float:left;
		width:282px;
		margin:2px 0 20px 10px;
		text-transform: capitalize;
	}
	
	.form-style option {
		padding-left: 5px;
	}
	
	.form-style textarea {
		height: 100px;
	}
	.form-style input.button {
		margin-left: 345px;
		background:#fff;
		color:#6A6969;
		border:solid 1px #666666;
		font-size:11px;
		font-weight: normal;
		padding:4px 6px;
		width: auto;
	}
	
	.form-style select.state {
		float:left;
		width:70px;
		margin:2px 0 20px 10px;
	}

	
	.form-style div.right {
		text-align: right;
	}
	
.form-style b {
	margin:0 auto;
	width:500px;
	padding:0;
}

select, textarea {
	margin: 5px 0;
	padding: 5px;
	font: normal 1em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	color: #6A6969;
	background: FFF;  
	border: 0;
}

.form-style-contact {
	margin:0 auto;
	width:565px;
	padding:0;
	}
	.form-style-contact h2 {
		display: block;
		font-size:14px;
		margin-bottom:15px;
		margin-top: 5px;
	}
	.form-style-contact p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	.form-style-contact label{
		display:block;
		text-align:right;
		width:80px;
		float:left;
	}

	.form-style-contact .small{
		padding: 0;
		margin-top: -5px;
		color:#666666;
		display:block;
		font-size:9px;
		font-weight:normal;
		text-align:right;
		width:80px;
	}
	.form-style-contact input, .form-style-contact textarea {
		float:left;
		width:170px;
		margin:2px 0 20px 10px;
	}
	
	.form-style-contact select {
		float:left;
		width:282px;
		margin:2px 0 20px 10px;
		text-transform: capitalize;
	}
	
	.form-style-contact option {
		padding-left: 5px;
	}
	
	.form-style-contact textarea {
		height: 100px;
	}
	.form-style-contact input.button {
		float:right;
		margin-right: 25px;
		background:#fff;
		color:#6A6969;
		border:solid 1px #666666;
		font-size:11px;
		font-weight: normal;
		padding:4px 6px;
		width: auto;
	}
	
	.form-style-contact select.state {
		float:left;
		width:70px;
		margin:2px 0 20px 10px;
	}

	
	.form-style-contact div.right {
		text-align: right;
	}
	
.form-style-contact b {
	margin:0 auto;
	width:500px;
	padding:0;
}

option { padding-right: 0.5em; } 

#name, #email, #message{
	width: 480px;
}

input.button { 
	font: 1em Arial, 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif; 
	height: 30px;
	padding: 2px 3px; 
	margin-top: 8px;
	color: #48780E;
	background: #000;
	border-width: 1px;
  	border-style: solid;
  	border-color: #1B1B1B;
}

div.form {
	width: 902px;
}


.contact-input {
	width: 250px;
}

/* CHECKOUT FORM */

.checkout-form {
	width: 550px;
	text-align: left;
	font-style: normal;
	background: #000000;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}


.checkout-form .label-left {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 255px;
}

.checkout-form .label-left input {
	float: left;
	width: 255px;
}

.checkout-form .label-right {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 255px;
}

.checkout-form .label-right input {
	float: left;
	width: 255px;
}




/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrapper {
	width: 902px;	
	margin: 0 auto;
	text-align: left;		
}

#header {
	position: relative;
	width: 902px;	
	height: 104px;	
	margin: 0; padding: 0;			
}
#header p#logo a {
	position: absolute;
	margin: 0; padding: 0;
	font: 2em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 37px; left: 25px;	
}
#header p#logo a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #6D7D2D;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 205px; left: 30px;		
}

#header img {
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#artist-header img {
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#artist-header {
	height: 338px;
	width: 902px;
	background: #333333;
	margin-bottom: 20px;
}

#artist-header img:hover, #artist-header a:hover {
	border: none;
    text-decoration: none;
}

#home-about {
	width: 902px;
	height: 151px;
	color: #f7f7f7;
	background: url(../images/steps.jpg);
}

#home-about .who-we {
	float: left;
	width: 274px;
	margin-left: 20px;
	height: 151px;
	overflow: hidden;
}

#home-about h2 {
	color: #1DBEAD;
}

#home-about .who-its {
	float: left;
	width: 274px;
	margin-left: 20px;
	height: 151px;
	overflow: hidden;
}

#home-about .why-use {
	float: left;
	width: 274px;
	margin-left: 20px;
	margin-right: 20px;
	height: 151px;
	overflow: hidden;
}

.caps {
	text-transform: uppercase;
}

#home-featured {
	width: 902px;
	height: 400px;
	margin-top: 20px;
}

#home-featured h2 {
	color: #4099a9;
}

#home-featured p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#feat-one {
	float: left;
	width: 287px;
	height: 378px;
}

#feat-two {
	float: left;
	width: 287px;
	height: 378px;
	margin: 0px 20px 0px 20px;
}

#feat-three {
	float: left;
	width: 288px;
	height: 378px;
}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	height: 50px;
	right: 10px; top: 50px;			
}
#nav ul {
	float: left;
	list-style: none;
	height: 50px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0 15px;	padding: 0 0px;
	font: bold 1.2em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	text-decoration: none;	
	color: #FFF;	
	text-transform: uppercase;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #c95723;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color: #D33972;	
}

/* Main Column */

#main-left {
	float: left;
	width: 565px;
	padding: 0; margin: 0 0 0 10px;
	display: inline;		
}

#main-left h1 a.h1-buttons {
	color: #FFF;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: normal;
}

#main-left h1 a:hover.h1-buttons {
	color: #D33972;
	border-bottom: 0px;
}

#main-left h2 {
	padding: 5px 0px;
	margin: 15px 0px 10px 0px;
	font: 2.4em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;				
	color: #FFF;
	border-bottom: 1px solid #121212; 
}
#main-left h2 a {
	color: #45D5E6;
	text-decoration: none;		
	border: none;		
}

.artists h3 {
	border-bottom: 1px solid #121212;
}

#main-left ul li {
}

div.right {
	width: 100%;
	text-align: right;
}

div#editPage {
	clear: both;
	text-align: center;
	margin-bottom: 2em;
}

/* ARTIST PAGES */



.buy-header-parent {
	display: block;
	margin-bottom: 10px;
}

.artists p {
	margin: 10px;
}

.googlecart-add :hover {
	background: #FF6600;
}

#monFlash {
	margin: 9px 20px 0px 15px;
	height: 35px;
}

.radio-spot {
	float: left;
	background: url(../images/radio-spot-bg.gif) no-repeat;
	height: 35px;
	margin-bottom: 20px;
	width: 400px;
}
#radio-div {
	margin: 0;
	padding: 0;
	overflow: auto;
}
#radio-div h3 {
	margin: 0 0 5px 0;
	padding: 0;
}

.buy-header-video {
	position: relative;
	background: url(../images/tv-bg.gif) no-repeat;
	height: 319px;
	width: 400px;
	line-height: 319px;
	margin-bottom: 10px;
	padding: 0;
	padding-top: 18px;
	
}

.player {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 9px;
}

.playmov {
	cursor: pointer;
}

.buy-header {
	float: left;
	position: relative;
	background: url(../images/radio-spot-bg.gif) no-repeat;
	height: 35px;
	width: 400px;
	margin-bottom: 10px;
	padding: 0;
}

.buy-header .text {
	height: 35px;
	line-height: 35px !important;
	width: 400px;
	text-align: center;
	font: .8em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	margin: 0;
	padding: 0;
}

.buy-header .floatr {
	float: right;
}

.video-spot {
	background: url(../images/radio-spot-bg.gif) no-repeat;
	height: 35px;
	margin-bottom: 20px;
	width: 565px;
	font: 1.5em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
}

.video-spot .col1 {
	float: left;
	margin-left: 15px;
	height: 100%;
	line-height: 45px;
	width: 150px;
}

.video-spot .white {
	color:#FFF;
	font-size: .5em;
	font-weight: normal;
}

.video-spot .col2 {
	float: left;
	height: 100%;
	line-height: 45px;
	width: 100px;
}
.video-spot .col3 {
	float: left;
	height: 100%;
	line-height: 45px;
	width: 180px;
	color:#FF5900;
	text-transform: uppercase;
	font-weight: bold;
}

.radio-spot-player {
	float: left;
	height:35px;
	line-height: 35px;
}

.radio-spot a {
	margin: 0px 0px 0px 15px;
	font: 1em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
}

.radio-spot #mp3 {
	width: 50%;
	margin: 0px 15px 0px 15px;
}
.radio-spot .radio-price {
	float: left;
	height: 35px;
	line-height: 35px;
	color:#FF5900;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}

.radio-spot .radio-preview {
	float: left;
	height: 35px;
	line-height: 35px;
	color:#FFF;
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 15px;
}

.radio-spot .white {
	color:#FFF;
	font-size: .5em;
	font-weight: normal;
}

.radio-spot .product {
	float: right;
}

#tv {
	float: right;
	margin: 0; padding: 0;
}
#tv ul {
	float: right;
	border: 0; margin: 0;
}

#player {
	float: left;
}


.add-cart {
	text-align: right;
	margin-bottom: 2em;
}

.add-cart a {
	font: bold 2em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	background: #3d3d3d;
	border: none;
	height: 2.5em;
}

.add-cart a:hover {
	background: #1dbead;
	border: none;
}

#main-left .packages-a {
	width: 260px;
	float: left;
	margin: 0px 20px 20px 0px;
	border-bottom: 1px solid #121212; 
}

#main-left .packages-b {
	width: 260px;
	float: left;
	margin: 0px 0px 20px 20px;
	border-bottom: 1px solid #121212; 
}


/* Sidebar */	
#sidebar {
	float: left;
	width: 300px;
	padding-bottom: 10px;
	margin: 0px 0px 0px 20px;		
	display: inline;	
}
#sidebar p {
	font-size: 1.2em;
	line-height: 25px;
	color: #FFF;
	margin: 0px 0px 30px 0px;
}

#sidebar p.terms {
	font-size: 12px;
	line-height: 25px;
	color: #FFF;
}
	
#sidebar h2 {
	padding-bottom: 10px;
	margin: 0px 0px 20px 0px;
	font: 2.4em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;				
	color: #1dbead;
	border-bottom: 1px solid #121212;	
}

#sidebar h3 {
	padding: 0px 12px;
	margin: 0px 5px 0px 0;
	font: 2em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;				
	color: #FFF;
	border-bottom: 0px solid #121212;	
}

#sidebar ul.sidemenu {
	text-align: left;
	margin: 20px 5px 20px 0px; 
	padding: 0;		
	border-top: 1px solid #111;		
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
	border-bottom: 1px solid #111;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	border: none;
	color: #666666;
	font-weight: bold;		
	font-family: 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	font-size: 14px;		
}
#sidebar ul.sidemenu li a span {
	color: #444;	
	font-family: 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul.sidemenu li a:hover,
#sidebar ul.sidemenu li a:hover span {	
	color: #fff;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#quick-search {
	padding: 0; margin: 20px 0 35px 0;
	border: none;
	width: 290px; height: 33px;	
}
#sidebar form#quick-search p {
	margin: 0; padding: 0;		
}
#sidebar form#quick-search input {
	float: left;
	border: none;
	background: transparent;
	color: #4E4E4E;	
	margin: 0;
}
#sidebar form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 240px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 24px; height: 24px;			
}
#sidebar form#quick-search label {
	display: none;
}

.shopping-cart {
	line-height: 50px;
	height: 50px;
}

/* footer */
#footer {
	clear: both;
	font-size: 10px;
	padding: 1em 0 2.5em 0;
	background: #1e1e1e;
	color: #4E4E4E;
	width: 100%;
	float: left;
	border-top: 20px solid #474747;	
	border-bottom: 30px solid #1e1e1e;	
}
#footer a {	
	color: #0E909C;
	border: none;
}
#footer a:hover {
	color: #fafafa;
}
#footer .rssfeed {
	padding-left: 17px;
}
#footer-left {
	float: left;
	margin: 10px 0px 0px 30px;
}
#footer-right {
	float: right;
	margin: 10px 30px 0px 0px;
}

	/* FOOTER Navigation  */
#footer-nav {
	position: relative;
	float: right;
	list-style: none;
	height: 50px;
	margin: 10px 30px 0px 0px; padding: 0;	
	display: inline;
}

#footer-nav li {
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0;
}
#footer-nav li a {
	text-decoration: none;
	text-transform: uppercase;
}
#footer-nav li a:hover, 
#footer-nav li a:active {
	background: none;
	border: none;
}
#footer-nav li#current a {
}

/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 30px 10px;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #111; 
	background: #070707; 
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #444;	}
.post-info a, .post-info a:visited { color: #AE275A; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.no-display {
	
}

.admat-content {
	width: 565px;
	height: 350px;
}
#mask-gallery {
	overflow: hidden;
}

#gallery {
	list-style:none;  
	margin:0;  
	padding:0;  
	z-index:0;  
	/* width = total items multiply with #mask gallery width */  
	width:9999px;  
	overflow:hidden;  
}
#gallery .gallery-image {
	float: left;
}
#gallery .img-wrap {
	width: 565px;
}
#gallery .img, .gallery-image .img {
	margin: 0 auto;
	text-align: center;
}

.hide {
	display: none;
}
#prevBtn, #nextBtn { 
	width:40px;
	height:294px;
	background-color: #ccc;
}
span#prevBtn a{
	display: block;
	background:url(../images/admat_arrow_left.gif) center no-repeat;
	border: 0;
	width:40px;
	height:294px;
	background-color: #1e1e1e;
	margin: 0;
	cursor: pointer;
	text-indent: -9999px;
	position: relative;
	top: -294px;
}
span#nextBtn a{
	display: block;
	background:url(../images/admat_arrow_right.gif) center no-repeat;
	border: 0;
	width:40px;
	height:294px;
	background-color: #1e1e1e;
	margin: 0;
	cursor: pointer;
	text-indent: -9999px;
	position: relative;
	top: -588px;
	left: 525px;
}

span#nextBtn a:hover{
	background:url(../images/admat_arrow_right_over.gif) #1e1e1e center no-repeat;
}
span#prevBtn a:hover{
	background:url(../images/admat_arrow_left_over.gif) #1e1e1e center no-repeat;
}

.sw {
	color: #fff;
	font-size: .8em;
}

.normal {
	font-size: 1em;
}

.opac {
	color: #000;
}

.itemContainer{
width:100%;
float:left;
}
 
.itemContainer div{

}
 
.itemContainer a{
text-decoration:none;
}
 
.cartHeaders{
width:100%;
float:left;
}
 
.cartHeaders div{
float:left;
margin: 5px 20px 5px 20px ;
}

.simpleCart_shelfItem .item-add {
	float: right;
}
.item_image{
	float:left;
	margin-right:15px;
}
.item_name{
	text-transform:uppercase;
	font:bold 12px "Helvetica", Arial, sans-serif;
	color:#fff;
	margin-top:15px;
}
.item_Description{
	font-size:11px;
	padding:5px 0;
}
.item_price{
	font:bold 12px "Helvetica", Arial, sans-serif;
	color:#fff;
	float:left;
	margin:6px 3px 0 0;
	position:absolute;
	bottom:13px;
	left:118px;
}

.price {
	font: 2em 'Helvetica', Geneva, Verdana, Arial, Lucida Grande, sans-serif;
	color:#FF5900;
	font-weight: bold;
	margin-top: 5px;
}
.item_thumb{
	display:none;
}

.item_add {
	float: right;
	background:url(../images/add_to_cart_ON.gif) no-repeat;
	border: 0;
	text-indent: -9999px;
	width:147px;
	height:35px;
	margin: 0;
	cursor: pointer;
}

.item_add:hover{
	background:url(../images/add_cart_matt_OFF.gif) no-repeat;
}

#tv .item_add {
	float: right;
	position: relative;
	top: -35px;
}

#radio-div .item_add, #gallery .item_add {
	float: right;
	position: relative;
	border: 0;
	text-indent: -9999px;
	margin: 0;
	cursor: pointer;
}

#tv .item_add:hover, #radio-div .item_add:hover{
	background:;
}

.simpleCart_items{
	clear:both;
	position:relative;
}
.cartHeaders{
	display:none;
}
.itemContainer{
	width:300px;
	text-align:left;
	font:bold 10px "Helvetica", Arial, sans-serif;
}
.itemName{
	float: left;
	width: 190px;
	height: 35px;
	color:#fff;
	text-transform:uppercase;
	margin: 0;
}
.itemRemove {
	float: left;
	width: 30px;
	height: 35px;
	text-indent: -9999px;
	background-image:url(../images/minus_btn.gif);
	cursor: pointer;
}

.itemthumb{
	float:none;
	margin:0;
	padding-top:5px;
}
.itemQuantity {
	float: left;
	width: 20px;
	height: 35px;
	text-align: right;
	margin: 0;
}
.itemQuantity input{
	display: none;
}
.itemQuantity input:focus{
	outline:none;
}
.itemTotal{
	float: right;
	text-align: right;
	width: 60px;
	overflow: hidden;
	color:#fff;
	font:bold 11px Arial, sans-serif;
	padding:0;
}
.itemincrement {
	float: left;
	position: relative;
	width: 11px;
	height: 11px;
	top: -5px;
}

.itemdecrement {
	float: left;
	position: relative;
	width: 11px;
	height: 11px;
	right: 11px;
	top: 0	px;
}

.itemincrement a {
	display:block;
	background:url(../images/plus_minus.gif) 0px 0px;
	width:11px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
.itemdecrement a {
	display:block;
	background:url(../images/plus_minus.gif) -11px 0px;
	width:11px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}

.simpleCart_total {
	font-weight: bold;
	color:#FF5900;
	font-style: italic;
}

.simpleCart_quantity {
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
}

#cartTotal{
	clear:both;
	text-align:right;
	font:11px Arial, sans-serif;
	text-shadow:none;
	margin-top:23px;
	float:left;
	width:100%;
	margin-left:-65px;
}
#viewFullDemoLink{
	clear:both;
	font:10px Arial, sans-serif;
	display:block;
	padding:5px 0 0 0;
	margin-left:140px;
	color:#fff;
	text-decoration:none;
}
#viewFullDemoLink:hover{
	text-decoration:underline;
}
.simpleCart_empty{
	clear:both;
	display:-moz-inline-box;
	display:inline-block;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	padding-left:665px;
	margin-right:10px;
	position:relative;
	top:25px;
}
.simpleCart_checkout{
	clear: both;
	display:block;
	background:url(../images/Purchase_Now_big_btn.jpg);
	width:270px;
	height:76px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	margin: 0 auto;
}

/* CHECKOUT POP UP */

.jqifade{
      position: absolute;
      background-color: #000;
}
div.jqi{
      width: 560px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #000;
      font-size: 11px;
      text-align: left;
      border: solid 1px #4E4E4E;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.jqi .jqimessage{
      padding: 10px;
      line-height: 20px;
      color: #444444;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 0px #eeeeee;
      background-color: #000;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #333333;
      border: solid 0px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #BF5E26;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	color: #444444;
	overflow: hidden;
	z-index: 99;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('../images/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

#search-form {
	position: relative;
}

#search-form input {
	position: absolute;
	top: 0px; right: 30px;
	width: 200px;
}

#search-form input.search-btn {
	position: absolute;
	width: 27px;
	height: 25px;
	top: 0px; right: 0px;
	background-image: none;
	background-color: #4E4E4E;
}

#search-form {
	float: right;
}

.uploadifyQueueItem {
clear: both;
}

.uploadifyQueueItem .cancel {
float: left; margin-right: 5px;
}

.uploadifyQueueItem .fileName {
color: white;
}



