/* CSS Document */

/* $Id: leslielevy.css 81 2009-04-13 19:39:38Z eludden $ */

body {
	margin: 0px;
	margin-top: 0px;
	background: #ffffff;
	}
img {
	border: 0px;
	}

	
	
	
/* This style defines the area behind the logo. */
.logobg {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 4px 12px;
	}
	
	
	
/* This style defines the horizontal green bar */
.horbar {
	position: relative;
	width: 100%;
	padding: 4px 12px;
	background: #336666;
	}
	
	
/* These styles define the limited edition navigation bar */
.lim_ed_nav {
	text-transform: uppercase;
	font-family: Times New Roman, Times, serif;
	font-size: 13.5px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}  
.lim_ed_nav a:link {
	text-transform: uppercase;
	font-family: Times New Roman, Times, serif;
	font-size: 13.5px;
	text-decoration: none;
	font-weight: bold;	
	color: #FFFFFF;
	}  
.lim_ed_nav a:hover {
	text-transform: uppercase;
	font-family: Times New Roman, Times, serif;
	font-size: 13.5px;
	text-decoration: none;
	font-weight: bold;
	color: #7FCAC3;
	}
.lim_ed_nav a:active {
	text-transform: uppercase;
	font-family: Times New Roman, Times, serif;
	font-size: 13.5px;
	text-decoration: none;
	font-weight: bold;
	color: #7FCAC3;
	}
.lim_ed_nav a:visited {
	text-transform: uppercase;
	font-family: Times New Roman, Times, serif;
	font-size: 13.5px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}			
	
		
	
/* These styles define link behaviors */
a:hover {
	text-decoration: none;
	}
a:active {
	color: #cc0000;
	} 
a:link {
	color: #3333CC;
	} 
a:visited {
	color: #3333CC;
	} 	
	
	
/* These styles define the columns that appear within the body of the page */
.leftcolumn {
	width: 170px;
	height: 100%;
	background: #ffffff;
	float: left;
	}
.rightcolumn {
	width: 100%;
	background: #ffffff;
	float: right;
	}
.fullcolumn {
	width: 580px;
	background: #ffffff;
	padding: 20px
	}	
.login {
	width: 350px;
	background: #ffffff;
	padding: 30px
	}
	
	
		
/* Heading can be used alone or with Boxbeige and Boxwhite below */
.heading {
	background:#4d5671;
	border: 1px solid #cccccc;
	padding: 5px 8px;
	font-family: Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	}
.heading_txt {
	background:#4d5671;
	font-family: Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	}	
	
	
.box_right {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #dddddd;
	padding: 15px;
	font-family: Arial, sans-serif;
	font-size: .7em;
	width: 48%;
	height:195px;
	float: right;
	}	
	
.grey_box {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #dddddd;
	padding: 15px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 48%;
	height:195px;
	}	
	
.box_left {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #dddddd;
	padding: 15px;
	font-family: Arial, sans-serif;
	font-size: .7em;
	width: 48%;
	height:195px;
	float: left;
	}	

.boxwhite {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background: #ffffff;
	padding: 8px;
	font-family: Arial, sans-serif;
	font-size: .7em;
	}
		
	
	
		
/* These styles define font attributes */
h1 {
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	}
h4 {
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	}
.h1 {
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	}
	
.headings {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}
			
.smltxt {
	font-family: Arial, sans-serif;
	font-size: 10px;
	}
.altsmltxt {
	font-family: Arial, sans-serif;
	font-size: .75em;
	}
.medtxt {
	font-family: Arial, sans-serif;
	font-size: .8em;
	}
.lgtxt {
	font-family: Arial, sans-serif;
	font-size: 1em;
	}	
.label {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
.tblfield {
	font-family: Arial, sans-serif;
	font-size: 11px;
	}	
.altlabel {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}	
.title {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	}	
.note {
	font-family: Arial, sans-serif;
	font-size: .6em;
	color: #FF4040;
	}	
p {
	font-family:Arial, sans-serif;
	font-size: .8em;
	font-weight: normal;
	}
	
	
	
/* These styles define the form attributes */
/*
input {
	background-color: #ffffff;
	color: #000000;
	border: #cccccc 1px solid;
	font-family:Arial, sans-serif;
	font-size: 10pt	
	}

textarea {
	background-color: #ffffff;
	color: #000000;
	border: #000000 1px solid;
	font-family:Arial, sans-serif; 
	font-size: 10pt 
	}	
*/		
.altButtonFormat {
	background-color: #cccccc;
	font-family: Arial, sans-serif;
	border: #000000 1px solid;
	font-size: 12px;
	color: #000000
	}
.alt_radio {
	background-color: #B3BBD3;
	font-family: Arial, sans-serif;
	border: #B3BBD3 1px solid;
	font-size: 12px;
	color: #000000
	}	

	
/* This style defines the footer */
.footer {
	position: relative;
	width: 675px;
	padding: 4px 12px;
	margin: 0px;
	background: #000000;
	border-top:1px solid #666666;
	font-family: Arial, sans-serif;
	font-size: .6em;
	color: #666666;
	clear: both;
	}

.enlarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #0000CC;

}

.error_msg {
	font-family:Arial, Helvetica, sans-serif;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    display:block;
	text-align:center;
	font-size:.9em;
    color: #D8000C;
    background-color: #FFBABA;
}

.success_msg {	
	height:24px;
	padding:10px;
	margin:5px;
	color: #4F8A10;
	background-color: #DFF2BF;  
	/*background-image:url(/images/001_06_check.png);*/
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border:1px solid #4F8A10;
}


.times-16px-black {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 26px;
}

.times-15px-black {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	line-height: 24px;
}

.times-15px-black a:link { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #942d40;
	line-height: 24px;
	text-decoration: none;
	}
.times-15px-black a:visited { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #942d40;
	line-height: 24px;
	text-decoration: none;
	}
.times-15px-black a:hover { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #942d40;
	line-height: 24px;
	text-decoration: underline;
	}


.times-15px-red {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #942d40;
	line-height: 24px;
}

.times-15px-red a:link { 
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #942d40;
	line-height: 24px;
	text-decoration: none;
	}
.times-15px-red a:visited { 
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #942d40;
	line-height: 24px;
	text-decoration: none;
	}
.times-15px-red a:hover { 
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #942d40;
	line-height: 24px;
	text-decoration: underline;
	}

.times-16px-blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0f3ff3;
	line-height: 24px;
}

.times-16px-blue a:link { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0f3ff3;
	line-height: 24px;
	text-decoration: none;
	}
.times-16px-blue a:visited { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0f3ff3;
	line-height: 24px;
	text-decoration: none;
	}
.times-16px-blue a:hover { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0f3ff3;
	line-height: 24px;
	text-decoration: underline;
	}
	
#letter {
	padding: 1em 2em;
}

#letter p { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 26px;
	text-indent: 1.5em;
	}
	
#letter p a:link { 
	color: #942d40;
	text-decoration: none;
	}

#letter p a:visited { 
	color: #942d40;
	text-decoration: none;
	}
	
#letter p a:hover { 
	color: #942d40;
	text-decoration: underline;
	}
	
	.times-15px-black {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	line-height: 24px;
}

.times-15px-black a:link { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #942d40;
	line-height: 24px;
	text-decoration: none;
	}
.times-15px-black a:visited { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #942d40;
	line-height: 24px;
	text-decoration: none;
	}
.times-15px-black a:hover { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #942d40;
	line-height: 24px;
	text-decoration: underline;
	}


.arial-14px-red {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 24px;
}

.arial-14px-red a:link { 
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #942d40;
	line-height: 24px;
	text-decoration: none;
	}
.arial-14px-red a:visited { 
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #942d40;
	line-height: 24px;
	text-decoration: none;
	}
.arial-14px-red a:hover { 
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #942d40;
	line-height: 24px;
	text-decoration: underline;
	}
	
.arial-16px-red {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 24px;
}

.arial-16px-red a:link { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #942d40;
	line-height: 24px;
	text-decoration: none;
	}
.arial-16px-red a:visited { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #942d40;
	line-height: 24px;
	text-decoration: none;
	}
.arial-16px-red a:hover { 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #942d40;
	line-height: 24px;
	text-decoration: underline;
	}
	
.times-14px-blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	line-height: 24px;
}

.times-14px-blue a:link { 
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #3333cc;
	line-height: 24px;
	text-decoration: underline;
	}
.times-14px-blue a:visited { 
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #3333cc;
	line-height: 24px;
	text-decoration: underline;
	}
.times-14px-blue a:hover { 
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #3333cc;
	line-height: 24px;
	text-decoration: none;
	}
	
.artist-head{
  	color:#817C78;
  	font-family:Times New Roman,Times,serif;
	text-transform: uppercase;
	font-weight:bold;
	font-size:17px;
	letter-spacing:3px;
	padding-bottom:10px;
}

#applied_discount {
    color:#F00;	
}