body
{
	font-size: 70%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #757575;
	color: #FFFFFF;
	margin:0;
	_text-align: center;
}

td
{
	font-size: 70%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
	_text-align: center;
}

a:link, a:visited
{
	color:#C88714; 
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

table td
{
	background: #000000;
	_text-align: left;
}

#breadcrumbs
{
	padding-top:10px;
	padding-bottom:15px;
}

/* ------------------------------------------------------
	Menu 
------------------------------------------------------ */

div#rounded-menu
{
	position:relative;
	float:left;
	width:100%;
	margin-top:10px;
	border-bottom:1px solid #C88714;
	border-left:1px solid #000;
}

div.sub-menubar
{
	margin-top:2px;
	float:left;
	background: #000000;
	color: #FFFFFF;
	padding-top:7px;
	padding-bottom:7px;
	width:100%;
	text-align:center;
}

div.sub-menubar a:link, div.sub-menubar a:visited
{
	padding:1em;
	color: #FFFFFF;
}


ul#rounded-nav
{
	list-style-type:none;
	margin:0;
	padding:0;

}


ul#rounded-nav li
{
	float:left;
	text-align: center;
	border-top: 1px solid black;	
	background: #CBCBCB; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CBCBCB', endColorstr='#555555'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#CBCBCB), to(#555555)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #CBCBCB,  #555555); /* for firefox 3.6+ */

border-right:1px solid #000000;

}


ul#rounded-nav a
{	
float:left;
	font-size:12px;
	font-weight:lighter;
line-height:20px;
	width:90px;
height:24px;
	text-decoration:none;		
	color: #000000;
}

ul#rounded-nav a:hover
{
	background: #888888; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#333333'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#333333)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #888888,  #333333); /* for firefox 3.6+ */		
	color: #FFFFFF;
}

/* ------------------------------------------------------
	Sidebar 
------------------------------------------------------ */

#sidebar
{
	float:right;
	margin-top:5px;
	width:20%;
	background:#494949;
}

div.rounded-sidebar
{
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	_text-align: left;
	background:#494949;
}

.sidebar_title
{
	text-align:center;
	background:#CCCCCC;
}

.shopbasket td
{
	color: #C9C9C9;
	background: #C0C7C8;
}

/* ------------------------------------------------------
	Shop Listing 
------------------------------------------------------ */

div.rounded-itemlist
{
	float:left;
	padding: 0;
	width:545px;
	background:#262626;	
}

h2.rounded
{
	position:relative;
	font-size: 110%;
	margin:0 0 0 10px;
	letter-spacing:1px;
	color: #c88714;
	text-align: left;
	cursor:pointer;
	font-weight:lighter;
}

p.rounded
{
	margin:0;
	padding: 5px 10px;
	line-height:18px;
}

ol.rounded
{
	margin:10px;
	padding-left:15px;
	list-style-position: none;
	color:#696969;
	line-height:18px;
}

/* ------------------------------------------------------
	All Items 
------------------------------------------------------ */

div.page
{
	width:726px;
	margin:0 auto;
	_text-align: left;
}

div.content
{
	position:relative;
	float:left;
	width:100%;
	background:#000000;
	border-bottom:4px solid #000000;
}

div.content-checkout
{
	color:#C9C9C9;
}

.feature
{
	cursor:pointer;
	_float:left;

}

.feature_tabs 
{
	position:relative;
	margin-top:0px;
	padding-bottom:10px;
}

.feature_tabs a
{
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

.feature_tabs a.current {
	background-position:0 -16px;     
}

#feature_banner
{
	margin-bottom:15px;
	background:url(images/feature.gif) center no-repeat;
	width:545px;
}

#feature_box
{
	/* clear:both; */
	display:none;
}

#feature_button
{
	border:1px solid #000000;
	height:80px;
	width:128px;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:8px;
	float:left;
	cursor:pointer;
}

ul.boxed {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

ul.boxed li
{
	float:left;
	margin:0 0 5px 0;
	display:inline;
	text-align:center;
	height:120px;
	_height:140px;
	width:105px;
	padding:0 0 5px 2px;
	_padding:12px;
}

ul.listed li
{
	position:relative;
	list-style: none;
	margin:0;
	height:100px;
}

ul.listed li img
{
	float:left;
	padding-right:10px;
}


/* ------------------------------------------------------
	Album Page
------------------------------------------------------ */

.album_title
{
	font-size: 1.2em;
}

.album_details
{
}

.album_price
{
}

div.items
{
	width:98%;
	
}

table.items tr.d0 td
{
	
}

table.items tr.d1 td
{
	background-color:#222222;
}

table.items
{
	width: 80%;
	_width: 100%;
}

table.items td
{
	padding:4px;
}

.button
{
	background-color: #444444;
	border: 1px solid #999999;
	color:#FFFFFF;
	cursor: hand;
	_padding:0;
	_font-size:12px;
}

.button a:link, .button a:visited
{
	color:#FFFFFF;
}

#sign-in
{
	float:right;
}

select
{

	background:#000000;
	color:#C9C9C9;
	font-size:90%;
}

.remove
{
	text-align:right;
}

.bold td
{
}

hr
{
	border:0;
	height:1px;
	color:#BBBBBB;
	background-color:#BBBBBB;
}

.copyright
{
	font-size:0.9em;
	color:#C9C9C9;
	padding-bottom:10px;
	margin-bottom:20px;
	text-align:center;
	line-height:40px;
}

fieldset
{
	border:0;
	background: #F1F1F1;
	color: #000000;
}

legend
{
	color: #000000;
	font-size:11px;
}

.bold
{
}

.date
{
	color:#000000;
	font-size:12px;
	line-height:1;
}

/* ------------------------------------------------------
	Rounded Edges 
------------------------------------------------------ */

.rtop,.rbottom	{
	display:block
}

.rtop *,.rbottom *
{
	display:block;
	height: 1px;
	overflow: hidden
}

.r1
{
	margin: 0 5px
}

.r2
{
	margin: 0 3px
}

.r3
{
	margin: 0 2px
}

.r4
{
	margin: 0 1px;
	height: 2px
}

.rs1
{
	margin: 0 2px
}

.rs2
{
	margin: 0 1px
}

/* ------------------------------------------------------
	!!! DO NOT EDIT BELOW THIS LINE !!!
------------------------------------------------------ */

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden;
	width:94%; 
    height:150px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.itemlisting { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.itemlisting div { 
    float:left; 
	width:100px;
	margin:0 5px 0 5px;
	cursor:pointer;
	font-weight:lighter;
}

div.scrollable div.itemlisting a img { 
    margin-bottom:8px;
}
 
/* you may want to setup some decorations to active the item */ 
div.itemlisting div.active { 
    /* border:1px inset #ccc; 
    background-color:#fff; */ 
}

.nextPage {
	cursor:pointer;
	float:right;
	margin-top:40px;
	font-size:1.8em;
}

.prevPage {
	cursor:pointer;
	float:left;
	margin-top:40px;
	font-size:1.8em;
}
