/*----------------------------------------
JD Souther

CONTENT
-------------------------------------------*/
html {
	text-align:center;
	margin:0;
	padding:0;	
	background:#000;
}
body {
	color:#ededed;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	margin:0;
	padding:0;
	line-height:1.5em;
        height: 100%;
        min-height: 660px;
}
#custom-doc{
 width:850px;
}

#hd {
	height: auto;
	margin:0;
	padding:0;
	position: relative;
}
#hd h1 {
	text-indent:-99999px;
    float:right;display:none;
}
#flashhead{margin:0px 0 10px 270px;}
#bd {}
#yui-main .yui-b {}
#ft {
	padding:6px 0;
	letter-spacing:1px;
	margin: 2em 0 0 62px;
	text-align: right;
	font-size: 75%;
	text-transform: uppercase;
	color:#ccc;
border-top:2px solid #54657B;
}
#ft img{float:left;}
#sideBar {
		width:240px;
		margin:200px 0px 0px 54px;

		padding-top:10px;
}


a {
	color: #fff;
}
A:hover {
	COLOR: #52657B;
	text-decoration: underline;
}
.content, #galleryText {
	text-align: justify;
	list-style: inside;
}
.contentHi {
	color: #EF9939;
}
.contentSml {
	font-size:11px;
	font-weight:normal;
	color: #9bf0ff;
}
.contentHiSml {
	font-size:85%;
	color: #4C9EAF;
}
.titleLrg {
	font:normal 20px/30px arial, san-serif;
	color: #dcdcdc;
	text-transform: uppercase;
	letter-spacing:5px;
	padding: 0px;
	margin:0;
	height:auto;
	text-align:left;
	display:none;
}
td .titleLrg {
	font-size:174%;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px;
	line-height: 34px;
}
.titleSml {
	font-size:123.1%;
	font-weight:bold;
	color: #fff;
}
h3 a, .titleSml a {
	text-decoration: none;
}
.titleSml a:hover {
	text-decoration: underline;
}
td.titleSml {
	text-transform: uppercase;
}
/*----------------------------------------
L I S T S - vnav,  albums, sml
-------------------------------------------*/
ul, ul li {
	list-style-type: none;
	margin:0px;
}
ul, ul li {/*for mozilla positioning */
	padding-left: 0;
	margin-bottom: 0px;
}
/* ul formating in content */
.content ul {
	margin:4px 0 6px 0;
	padding:0 0 0 20px;
	text-align:left;
}
.content ul li {
	list-style: square outside;
}
.content ul ul {
	list-style: circle outside;
}
.content ol {
	list-style: decimal outside;
	margin:4px 0 6px 0;
	padding:0 0 0 20px;
	text-align:left;
}
.content ol li{
	list-style: decimal outside;
}
.content ol ol {
	list-style: lower-alpha outside;
}

/*----------------------------------------
I M A G E S
-------------------------------------------*/
.picRight, .picRightBrd {
	float: right;
	margin: 1px 1px 1px 6px;
}
.picLeft, .picLeftBrd {
	float: left;
	margin: 1px 6px 1px 1px;
}
.picRightBrd, .picLeftBrd {
	border: 2px solid #555;
}
.iconImg {
	margin: 2px 8px 6px 0px;
	border:1px solid #8F742C;
}

.banner {
	border:0;
	margin: 0 0 4px 8px;
}

.optionBox {/*used in gallery select */
	position:relative;
	z-index:2;
	font-size:85%;
	color: #000000;
	background-color: #C2E9EF;
	padding:0;
	border:0px;
}
/*-------------------------------------------
N A V I G A T I O N
-------------------------------------------*/
#vNavBox {
	margin: 0 0 0 208px;
	padding:0;
        position: relative;
        font-weight:bold;
	font:normal 12px/14px arial, helvetica, san-serif;
	width: auto;
	text-align: left;
	letter-spacing:2px;
	z-index:30;
        height:54px;
		width:710px;

}

#vNav a {
	display: block;
	text-align: right;
	color: #cdcdcd;
	text-decoration: none;
	text-transform:uppercase;
	height: 18px;
	float:left;
        padding: 8px 4px;
        margin:10px 8px;
}
#vNav a:hover {
	color: #FFF;
        border-bottom:2px solid #54657B;
        margin:9px 8px;
}
#vNavBox li{   /*for horizontal navigation: display: inline;*/
	display: inline;
}
/* Sticky Nav and Blog Nav */

#stickyBox {
	margin:0px 0px 6px 0px;
	text-align:left;
	padding:6px 0;
	letter-spacing:2px;
	font:normal 11px/14px arial, san-serif;
	width:auto;
	height:30px;
        text-transform:uppercase;
  
}
#stickyBox li {
	display:inline;
}
#stickyNav a {
	display: block;
	width:auto;
	padding: 3px 6px;
	text-decoration: none;
	margin:3px;
	float:left;
	border:1px solid #444;
        border-left:2px solid #52657B;

}
#stickyBox ul ul {
	display:none;
}
#stickyNav a:hover {
	color: #fff;
	background:#52657B;
}
#blogBox ul, #blogBox ul li {
	list-style-type: none;
	margin:0px;
	padding:0;
}
#blogBox {
	margin:0px 0px 6px 8px;
	text-align:left;
	padding:0 0 10px 0px;
	float:right;
	width: 160px;
	font-size:93%;
	font-weight:bold;
	border-left:1px solid #4C5D65;
}
#blogBox a {
	display: block;
	width:auto;
	padding: 2px 4px;
	color: #45B8EF;
	text-decoration: none;
	margin:4px;
	border-bottom:1px dotted #4C5D65;
}
#blogBox a:hover {
	color: #fff;
}
/*-----------------------------
Contact Form
------------------------------*/
fieldset {
	display:block;
	margin:8px;
	padding:6px;
	border:1px solid #37647F;
}
legend {
	margin-top:4px;
	color:#fff;
	font-weight:bold;
	font-size:123.1%;
	padding:0 4px;
	text-transform:uppercase;
}
label {
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
input {
	color: #000000;
	background: #fff;
	border: 1px inset #333;
}
#et_Form {
	font-size:85%;
}
#et_Form li a {
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	letter-spacing:2px;
	padding-left:24px;
	background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left -120px;
	_background:transparent url(domain/bin/css/iconGDK_fff.gif) no-repeat scroll left -120px;
}
#aHideForm li a {
	background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left -298px;
	_background:transparent url(domain/bin/css/iconGDK_fff.gif) no-repeat scroll left -298px;
}
#frmEmail a {
	text-decoration:none;
	padding-left:54px;
	background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll 30px -656px;
	_background:transparent url(domain/bin/css/iconGDK_fff.gif) no-repeat scroll 30px -656px;
}
#divNewEmail a {
	text-decoration:none;
	padding-left:0px;
	background:none;
}
#e2ma_signup_form{
        margin:0;
	padding:0 ;
}
.e2ma_signup_form_row{
	margin:2px 0;
	border-bottom: 1px dotted #4D5B64;
	padding:2px 1px;
}
.e2ma_signup_form_label{
	display:inline;
	width:130px;
	text-align:right; 
	float:left;
	padding:2px 6px;
}
.e2ma_signup_form_element{}
.e2ma_signup_form_button_row,
.e2ma_signup_form_groups{
	margin-top:4px;
}
.e2ma_signup_form_group_label,
.e2ma_signup_form_required_footnote,
.e2ma_signup_form_group_list{
	padding:2px;
}
.e2ma_signup_form_required_footnote{
	font-style:italic;
}
.e2ma_signup_form_required_asterix{
	color:red;
}
input.btn,
.e2ma_signup_form_button_row input{	
	font:bold 11px/13px "trebuchet ms", Arial, Helvetica, sans-serif;
	padding:1px 14px;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;
	background:#AB4503 url(domain/bin/css/glassyBtn2.png) repeat-x scroll center -10px;
	border:1px solid #BE8328;
	}
.btn:hover,	
.e2ma_signup_form_button_row input:hover{
	background:#209EAF url(domain/bin/css/glassyBtn2.png) repeat-x scroll center -10px;
	border:1px solid #67D7DE;
}	
e2ma_signup_submit_button{}
#e2ma_signup_reset_button{}

/*----------------------------------------
NEWS
-------------------------------------------*/
#modNews {
	position:relative;
	text-align:left;
	margin:12px 0 30px 0;
}

#modNews a .item {
	display:block;
	padding:6px 8px;
	text-decoration:none;
	cursor: pointer;
	border-bottom:1px dotted #555;
	margin:3px 0;
}
#modNews a{	text-decoration:none;}
#modNews a:hover .item {
	border-bottom:1px solid #5F1312;
}
#modNews img.iconImg {
	display:none;
}
#modNews h3 {
	font-size:123.1%;
	font-weight:bold;
}
#modNews .item p {
	color:#ededed;
}
#modNews .item p, #modNews .item h3, #modNews .item small {
	margin:0px;
}
#modNews small {
	color: #54657B;
	font-size:93%;
}
.Pagination {
	color:#B3D7EF;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:right;
}
.Pagination a {
	color:#fff;
}
.Pagination a:hover {
	color:#54657B;
}
/*----------------------------------------
G A L L E R Y
-------------------------------------------*/
#modGallery {
	width:auto;
	margin:2px 6px;
}
#modGallery .bioCopy {
	display:block;
	width:372px;
	float:right;
	padding:0 0 0 0;
	text-align:justify;
}
#modGallery .iconImg {
	border: 1px solid #249DA9;
	padding:0;
	margin:1px;
}
#modGall li {
	display: inline;
}


/*----------------------------------------
CALENDAR
-------------------------------------------*/
#modCalendar{
    position:relative;
    text-align:left;
    margin:0;
    padding:0;
    font-size:93%;
}
#modCalendar .item{
    margin:2px 0px;
    position:relative;
    padding:.2em 200px .5em 1em;
    border-bottom:2px solid #5F1312;
    height: auto;
	min-width:280px;
}
#modCalendar li{
    display:inline;
    list-style-type:none;
}
#modCalendar h3{ /*location*/
    margin:0;
	color:#fff;
	letter-spacing:1px;
}
#modCalendar .header{/*descriptive header row*/
    display:none;
}
#modCalendar li.summary,
#modCalendar li.location{
    display:block
}
#modCalendar li.summary{margin-bottom:6px;}
#modCalendar .date{
    color:#EFE0E0;
    font-weight:bold;
}
#modCalendar li.tickets a,
#modCalendar li.mg1 a,
#modCalendar li.mg2 a{
	position:absolute;
	right:16px;
	font:bold 9px/11px verdana,Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	width:150px;
	z-index:2;
	padding:2px 4px;
	color:#fff;
	background:#8F2F2C url(domain/bin/css/glassyBtn.png) repeat-x scroll 0 -33px;
	border:1px solid #8F2F2C;
}
#modCalendar li.tickets a {
	top:4px;
}
#modCalendar li.mg1 a {
	top:24px;
border:1px solid #497F47;
}
#modCalendar li.mg2 a {
	top:44px;
}
#modCalendar li.pre a {
	top:4px;	
        background:#DF610D url(domain/bin/css/glassyBtn.png) repeat-x scroll 0 -33px;
        border:1px solid #E1884A;
}
#modCalendar li.tickets a:hover,
#modCalendar li.mg1 a:hover,
#modCalendar li.mg2 a:hover{
	background:#54657B url(domain/bin/css/glassyBtn.png) repeat-x scroll 0 -33px;
	border:1px solid #BE8328;
}
#modCalendar li.pre a:hover {
	
}
#modCalendar li.mg2 a:hover {

}
#modCalendar li.full a,
#modCalendar li.full a:hover {
	top:24px;
	background:#941010 url(domain/bin/css/glassyBtn.png) repeat-x scroll 0 -33px;
	border:1px solid #941010;
}
/*----------------------
calendar and checkout
--------------------------------*/
.calendarBox, .checkoutBox {
	width: 98%;
	margin: 0px;
	padding: 0px;
}
.checkoutOdd, .calendarOdd {
    background:url(images/grid000.gif) repeat scroll left top;
}
.checkoutEven, .calendarEven {
    background:url(images/grid666.gif) repeat scroll left top;
}
.calendarHdr, .checkoutHdr {
	color: #fff;
	background-color: #692404;
	padding:2px 4px;
	text-align:center;
}

/*------------------------------------------------------------------------------------------------
A L B U M S
--------------------------------------------------------------------------------------------------*/
/* Albums */
#albumsBox{ /*controls number of albumSm columns*/
	margin:0 0 6px 0;
	padding:0;
	clear:both;
	height:240px;

}
#albumsBox p{ /*album titles - albumssm*/
	display:none;
	font:normal 10px/10px arial, san-serif;
	color:#000;
	margin:0 0 0 4px;
}
#albumsBox img {
	width:68px;
	height:68px;
    border:1px solid #ccc;
    margin:0 4px 0 0;
}
#albumsBox h3{ /*albumssm header */
        display:none;
}
#albums li{ /*set float left to have multiple columns */
	float:right;
	padding:0 6px 0 0;
	margin:0;
}
#albums a img{
	border: 1px solid #fff;
	margin:1px 2px 1px 2px;
}
#albums a:hover img{
	border: 2px solid #A02D2B; 
	margin:0px 1px 0 1px;
}

#albums a{
	padding: 0px ; 
	display:block;
	color: #666; 
	text-decoration: none; 
	margin:0;
}
h3.albumBuyBtn a{
	text-transform:uppercase;
	font-size:93%;
	text-decoration:none;
	background: #F9A80C url(domain/bin/css/glassyBtn.png) repeat-x 0 -33px;
	padding:5px 8px;
	color:#300;
	margin:0 0 4px 0px;
	border:1px solid #F9A80C;
}
h3.albumBuyBtn a:hover{
	background: #572C23 url(domain/bin/css/glassyBtn.png) repeat-x 0 -33px;
	color:#fff;
}

/*------------------------------
A L B U M M O D U L E
-------------------------------*/
#modAlbum{
padding:10px;
width:98%;

}
/* --- album info --- */
.albumDetail{ /*album description container div */
border-bottom:1px solid  #999;
padding:8px 0;
margin:0;
width:98%;

}
.albumDetail img{ /*album cover */
float:left;
border:2px solid #555;
margin-right:1em;
}
.albumDetail h3{/*album title */
font-size:153.9%;
text-transform:uppercase;
margin:0;
padding: 0;
}
.albumDetail p {/*album description text */
margin:.5em 0;
}
/* --- track info --- */
#modAlbum h4{/* track listing hdr, review hdr */
margin:0;
font:normal 10px/12px arial, san-serif;
text-transform:uppercase;
letter-spacing:4px;
color:#ededed;
}
#songList{/* container div for track list */
}
#songList ol{/* song listing */
list-style: none;
margin:.5em 0;
padding:0;
}
#songList ol li{
list-style: none;
padding:1px;
margin:1px 0;
background:none;
border-bottom: 1px dotted #555;
}

#songList .songStuff{
    background:transparent url(domain/bin/css/iconGDK-play.gif) no-repeat 390px -362px;
}
#songList span.num{
font-size:77%;
margin-right:8px;
width:2em;
display:inline-block;
text-align:right;
}
strong.songTitle{
width:410px;
font-size:93%;
letter-spacing:1px;
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
cursor:pointer;
}
strong.songClosed{/* song title class when opened for lyric view */
color:#ededed;
}
strong.songOpen{/* song title class when closed */
color:#fff;
}
.listenLink{

}
div.songDetail{/* container song description, lyrics*/
padding:.5em 1em;
}
em.songDesc{/* song description*/

}
p.songLyric{/*song lyrics*/
font-size:85%;
}
/* --- inline mp3 player info --- */
/* --- inline mp3 player info --- */
/*player icon info: play:0; pause:-40px; stop:-80;next:-120; prev:-160; ff:-200; rew:-240;
headphones:-280px; 8th notes:-320; lyrics:-360; video: -400; $: -440;
*/
#songList ol li a{/* hides player links until soundmanager has fully loaded*/
display:none;
}
#songList ol li a.sm2_link {
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
cursor:pointer;
background:transparent url(domain/bin/css/iconGDK-play.gif) no-repeat 2px -280px;
padding:2px 2px 2px 22px;
min-height:16px;
text-decoration:none;
color:#fff;
font-size:77%;
text-transform:uppercase;
}
#songList ol li a.sm2_paused:hover,
#songList ol li a.sm2_link:hover {
background:#333 url(domain/bin/css/iconGDK-play.gif) no-repeat 2px 0px;
}
#songList ol li a.sm2_paused {
background:transparent url(domain/bin/css/iconGDK-play.gif) no-repeat 2px -40px;
}
#songList ol li a.sm2_playing{
background:transparent url(domain/bin/css/iconGDK-play.gif) no-repeat -358px 0px;
color:#0f0;
}
#songList ol li a.sm2_playing:hover {
background:transparent url(domain/bin/css/iconGDK-play.gif) no-repeat -358px -40px;
}
/* --- review info --- */
#albumReviews{/* container div for reviews */
margin-top:2em;
}
#albumReviews ul{
list-style: none;
padding:0;
margin:0;
}
#albumReviews li{
margin-bottom:1em;
}
strong.reviewTitle{
}
div.reviewDetail{
}
/* --- end modAlbum ---*/


/*-----------------------------------------------------------------------------------------------------
S I D E B A R - NewsSm, CalendarSm
------------------------------------------------------------------------------------------------------*/

#basketBox, #calendarSmlBox, #newsSmlBox {
	font-size:85%;
	position:relative;
	float: left;
	margin:0px 8px 6px 8px;
	text-align:left;
	padding:0px;
	width: 230px;
	border:none;
	background:transparent url(images/transparent000.png) repeat 0 0;

	border-bottom:2px solid #5F1312;
}
#calendarSmlBox h3,#newsSmlBox h3 {
	font-size: 161.6%;
	font-weight: bold;
	height:auto;
	margin:0;
	padding:4px 10px;
	background: #000 url(domain/bin/css/glassyBtn.png) repeat-x 0 -14px;
	letter-spacing:2px;
	border-bottom:2px solid #000;
}


#newsSmlBox h5 a, #calendarSmlBox h5 a,
#calendarSmlBox h6 {/*Current Presales, Upcoming Presales headesr Calendar v2*/
display:none;
}

#calendarSmlBox p, #newsSmlBox p { /* dates */
	display: inline;
	color:#ccc;
	margin:0;
	padding:0;
}
#calendarSmlBox p {
	position:relative;
        padding: 0px 0px 0px 0px;
		margin-left:10px;
}
#newsSmlBox p {
	margin-left: 6px;
}
#calendarSmlBox li a,
#newsSml li a {
	padding: 4px;
	margin: 4px;
	display: block;
	color: #EFEFEF;
	text-decoration: none;
	border-bottom: 1px solid #555;
}


#calendarSmlBox li a:hover, #newsSml li a:hover {
	color: #fff;
        background:#333;
	border-bottom: 1px solid #a22e2c;
}
#newsSmlBox ul, #calendarSmlBox ul {
	padding: 2px;
	margin: 0px;
}


/*----------------------------------------
L O G I N
-------------------------------------------*/
#accountInfoTop{
	z-index:50;
	position:relative;
	top:5px;
	text-transform:uppercase;
	font-size:83%;
	margin:0 200px;
}
#accountInfo{
	z-index:50;
	text-transform:uppercase;
	font-size:83%;
	margin:4px 0px;
	height:160px;
	border:1px solid #4D6370;
	background:transparent url(images/transparentDrkBlue.png) repeat 0 0;
}
* HTML #accountInfoTop{/* PNG Alpha IE Win ONLY */
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/opacity70_dark.png', sizingMethod='scale');
}
#loginBox{
	position:relative;

	z-index:50;
	text-transform:uppercase;
	font-size:83%;
	margin:4px 0px;
	padding: 5px 0 0 0;
	height:120px;
	border:1px solid #4D6370;
	background:transparent url(images/transparentDrkBlue.png) repeat 0 0;
}
#loginBox li, #accountInfo li{display:inline;}
#accountInfo a{
	display:block; 
	width:120px; 
	color:#fff; 
	float:left;
	text-decoration:none;
	padding:2px 6px 2px 30px;
}
#accountInfo a:hover{
	color:#FFBC32;
}
#accountInfo .actInfo a{width:280px;}
li.welcome a{ background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left -357px;}
li.account a{ background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left 2px;}
li.group a{ background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left -60px;}
li.login a{ background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left -30px;}
li.forum a{background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left -205px;}
li.actInfo a{background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left -237px;}
li.star a{ background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left -385px;}
li.tool a{ background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left -591px;}
li.report a{ background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left -563px;}
li.faq a{background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left -266px;}
li.logout a{background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left -623px;}
li.signup a{background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left -656px;}
li.close a{ color: #FF0000;background:transparent url(domain/bin/css/iconGDK.png) no-repeat scroll left -297px;}

li#login, li#signup{position:relative;}

.js-clickable {
	cursor: pointer;
	text-decoration: underline;
}
#loginBox a{
	display:block; 
	width:auto; 
	float:left;
	text-decoration:none;
	padding:0px 6px 2px 0px;

}
#loginForm form{
	width:180px;
	text-align:right;
	margin-top: 20px;
}
input.formInput{
	width: 100px;
}
#loginForm .btn{font-size:100%;}
#loginBox h3{display:none;}
#loginBox li a{display:block;float:left; margin:2px 6px;;text-decoration:none;}
/*color for forgotten password form */
 input.content {
	color: #000;
}
#accessDenied{
	display:block;
	color:red;


	width:500px;
	margin-top:40px;
}


/*-----------------------------------------------------------------------------------------------------
S E A R C H
-------------------------------------------------------------------------------------------------------*/
#search {
	margin-left: 50%;
	position: absolute;
	top: 10px;
	left: -400px;
	width: 220px;
	height: 30px;
	padding: 0px;
	z-index:12;
}
#searchResults h2 {
	margin:.25em 0px;
	font-size:123.1%;
}
#searchResults h3 {
	margin:0;
	font-style:italic;
}
#search .formInput {
	width:auto;
	color:#000;

	border:1px solid #ccc;
	font-size:85%;
	height:1.5em;
}
#search_btn {
	font-size:85%;
	margin-left:2px;
	padding:1px 2px;
	cursor:auto;
}
#searchResults span.contentHi a {
	font-size:85%;
	text-decoration:none;
}
dl {
	margin:0 0 4px 6px;
	padding:6px;
	border-bottom:1px dotted #ccc;
}
dt {
	font-size:93%;
}
dd {
	font-size:85%;
	margin:0;
}
dd img {
	height:40px;
	float:left;
	margin:0 10px 0 0px;
}
/*-----------------------------------------------------------------------------------------------------
S T O R E
-------------------------------------------------------------------------------------------------------*/
.memberPrice { /* members price */
	color:orange;
}
#basketBox {
}
.btn, .basketBtn {
	font:bold 11px/12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:2px;
	border:1px solid #000;
	background-color:#225278;
	margin:2px 0 1px 10px;
}
#basketBox p,/*you have n items in your basket */ #basketBox strong {/* total (USD) $ */
	margin:4px;
}
#basketBox h3, #basketBox h3 span {
	/*overides 'h3 span' for sml basket - only needed if 'h3 span' set to none*/
	display:block;
	font:bold 14px/18px verdana, san-serif;
	margin:0px;
}
/* RELATED PRODUCTS */

#relatedProd {
	border-top:1px dotted #184262;
	margin:16px 0 0 0px;
	padding:10px 0 0 20px;
}
#relatedProd .titleLrg {
	font:bold 11px/16px Arial, Helvetica, sans-serif;
	display:block;
	color: #ddd;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0px 8px 0px;
	text-transform: uppercase;
}
#relatedProd .contentSml { /* content span*/
	font:normal 10px/11px arial, san serif;
	border-bottom:1px dotted #dedede;
	display:block;
	padding:2px;
}
#relatedProd p {
	display:block;
	margin:0 0 1px 0;
}
#relatedProd .titleSml {  /* product name */
	font:bold 11px/16px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin:4px 0 1px 0;
	display:block;
}
#relatedProd .relatedDescr {  /* product description*/
}
#relatedProd .relatedDetails {  /* product details*/
	display:inline;
}
#relatedProd .relatedQty {  /* product qty*/
	display:inline;
}
#relatedProd .relatedPrice { /* product price */
}
#relatedProd .btn, #relatedProd .optionBox {
	font:normal 9px/10px arial, helvetica;
	text-transform:uppercase;
	margin: 4px 0 0 2px;
	text-align:left;
	padding:1px;
	border:1px solid #000;
}
#relatedProd img {
	width:42px;
	float:left;
	border:1px solid #000;
	margin: 0 8px 4px 0;
}
/* ADDRESS BOOK */
#addressBook {
	font:normal 11px/12px arial, san serif;
	padding:2px;
}
#addressBook h1 {
	font:bold 13px/14px arial, san serif;
	padding:2px;
	letter-spacing:1px;
}
#addressBook h2, #addressBook h3 {
	font:bold 12px/14px arial, san serif;
	padding:2px;
	margin:0;
}

/* SOCIAL ICONS */
#mediaLinks {
height: 50px;
width:500px; /* Set to width of site */
margin-left:-10px;
float:left;
background-color: transparent;
}

div#mediaLinks li{display:inline;}
#mediaLinks li a{
    height:50px;
    display:block;
    width:100px;
    padding: 0px 5px 0px 5px; /* Change to whatever you want the padding between each icon to be */
    float:left;
}
#facebook a{ background:url(domain/bin/css/socializeFFF.png) no-repeat scroll 5px 0px;}
#myspace a{ background:url(domain/bin/css/socializeFFF.png) no-repeat scroll 5px -50px;}
#ilike a{ background:url(domain/bin/css/socializeFFF.png) no-repeat scroll 5px -100px;}
#youtube a{ background:url(domain/bin/css/socializeFFF.png) no-repeat scroll 5px -150px;}
#cmt a{ background:url(domain/bin/css/socializeFFF.png) no-repeat scroll 5px -200px;}
#gac a{ background:url(domain/bin/css/socializeFFF.png) no-repeat scroll 5px -250px;}
#twitter a{ background:url(domain/bin/css/socializeFFF.png) no-repeat scroll 5px -300px;}
#itunes a{ background:url(domain/bin/css/socializeFFF.png) no-repeat scroll 5px -350px;}
#imeem a{ background:url(domain/bin/css/socializeFFF.png) no-repeat scroll 5px -400px;}

#rss td {
    color: #FFFFFF;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: left;
    vertical-align: top;
}

