@import url(module_header.css);
@import url(module_home.css);
@import url(module_sub.css);
@import url(module_footer.css);
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 

body {
	color: #000;
	background: #FFF;
	font-size: 68.8%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
}

#container {
	width: 960px;
	background: #f5f4f4 url(../images/bg_page.png) 0 0 repeat-x;
	margin: 0 auto 0;
	padding: 0 0 5px 0;
	text-align: left;
}


input:focus, textarea:focus {
	outline: 0;
}

.cleaner {
	line-height: 0;
	font-size: 0;
	outline: 0;
	clear: both;
}

.green {
	color: #90cf4f;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.w100 
{
	width: 100px;
}

.w125 
{
	width: 125px;
}

.w150 
{
	width: 150px;
}

.w175 
{
	width: 175px;
}

.w200 
{
	width: 200px;
}

.w225 
{
	width: 225px;
}

.w250 
{
	width: 250px;
}

/* search panel */

#iTabSearch {
	position: relative;
	background: #fff url(../images/bg_panel_tab_search.png) 0 0 no-repeat;
	width: 938px;
	height: 156px;
	padding: 6px;
	margin: 12px 0 0 4px;
}

#iTabSearch .lblTabSearch 
{
	position: absolute;
	top: 5px;
	left: 5px;
	margin: 5px 0 0 20px !important;
	margin: 5px 0 0 10px;
	color: #585756;
	font-weight:bold;
	line-height:1.75em;
	padding:2px;
}

#iTabSearch .txtTabSearch 
{
	clear: both;
	float: left;
	margin: 35px 0 0 20px !important;
	margin: 35px 0 0 10px;
	border: 0;
	width: 366px;
	height: 20px;
	padding: 7px 4px 2px 4px;
	font-weight: bold; 
	background: #f3f3f3 url(../images/bg_input_search_tab.png) 0 0 no-repeat;
}

#iTabSearch .btnTabSearch {
	float: left;
	height: 30px;
	margin: 35px 0 0 5px;
	padding: 0px 4px 0 4px;
	background: #fff;
	color: #90cf4f;
	font-weight: bold;
	font-size: 1.636em;
	border: 1px solid #fff;
}

#iTabSearch #letterFilter {
	position: absolute;
	bottom: 12px;
	left: 32px;
	list-style: none;
}

#iTabSearch #letterFilter li {
	float: left;
	font-weight: bold;
	font-size: 1.273em;
}

#iTabSearch #letterFilter li a {
	display: block;
	padding: 2px 10px 2px 9px;
	text-decoration: none;
	color: #000;
}


#iTabSearch #letterFilter li a:hover {
	color:#90cf4f;
	background: #f5f4f4;
}

#fieldsFilter {
	position: absolute;
	top: 5px;
	right: 200px;
	width: 235px;
	padding: 5px;
	border: 0;
}

#fieldsFilter legend {
	padding: 12px 0;
	font-weight: bold;
	font-size: 1.273em;
	color: #585756;
}

#fieldsFilter ul {
	list-style: none;
	float: right;
	margin: -32px 40px 0 0 !important;
	margin: -32px 20px 0 0;
}

#fieldsFilter ul li {
	height: 27px;
	color: #585756;
}

#fieldsFilter ul li label {
	font-weight: bold;
	padding: 2px;
	line-height: 1.75em;
}

#fieldsFilter ul li .chk {
	float: left;
}

#fieldsFilter ul li input#txtChords {
	width: 20px;
	height: 15px;
	padding: 2px;
	border: 0;
	font-weight: bold;
	text-align: center; 
	background: #f3f3f3 url(../images/bg_input_search_tab.png) 0 0 no-repeat;
}

#fieldsFilter .txtChords {
	width: 20px;
	height: 15px;
	padding: 2px;
	border: 0;
	font-weight: bold;
	text-align: center; 
	background: #f3f3f3 url(../images/bg_input_search_tab.png) 0 0 no-repeat;
}

/* page content */
#columnContent {
	float: left;
	position: relative;
	width: 757px;
	padding: 0 0 35px 0;
	margin: 7px 0 0 10px !important;
	margin: 7px 0 0 5px;
	min-height: 502px;
	height: auto !important;
	height: 502px;
	background: #fff url(../images/bg_content.png) 0 0 repeat-y;
}

#columnRegister {
	display: block;
	position: relative;
	width: 945px;

	padding: 0 0 20px 0;
	margin: 7px 0 0 10px !important;
	margin: 7px 0 0 5px;
	background: url(../images/bg_column_register.png) 0 0 repeat-y;
}

#columnContent .cornersTop {
	width: 757px;
	height: 20px;
	background: url(../images/bg_corners_top.png) 0 0 no-repeat;
}

#columnRegister .cornersTop {
	width: 100%;
	height: 20px;
	background: url(../images/bg_corners_top_wide.png) 0 0 no-repeat;
}

#columnContent .cornersBot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 757px;
	height: 30px;
	background: url(../images/bg_corners_bottom.png) 0 0 no-repeat;
}

#columnRegister .cornersBot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;	
	height: 30px;
	background: url(../images/bg_corners_bottom_wide.png) 0 0 no-repeat;
}

/* cart column */

#columnCart, #columnAds {
	float: right;
	margin: 7px 6px 0 0 !important;
	margin: 7px 3px 0 0;
	width: 183px;
	height: 522px;
	background: #696968 url(../images/bg_columns_cart.png) 0 0 no-repeat;
}


#columnAds {
	text-align: center;
	background: #121312;
}

.cartNav {
	list-style: none;
	width: 160px;
	padding: 35px 0 0 10px; 
}

.cartNav li {
	height: 41px;
	margin-bottom: 8px;
}

.cartNav li a {
	display: block;
	height: 21px;
	padding: 15px 0 5px 43px;
	font-weight: bold;
	color: #fff;
	background: url(../images/icons_cart.png) no-repeat;
}

.cartNav li#cartNavBasket a {
	background-position: 0 -41px;
}

#columnCart p#loggedIn {
	font-weight: bold;
	font-size: 1.091em;
	color: #90cf4f;
	padding: 3px 0 4px 10px;
}

table.cartTotals {
	width: 145px;
	margin: 90px 15px 0 10px;
}

table.cartTotals th, table.cartTotals td {
	padding: 3px 0;
	color: #fff;
}

table.cartTotals th {
	font-weight: bold;
	text-align: right;
	width: 75px;
}

table.cartTotals td 
{
	padding: 0 0 0 3px;
	font-size: 1.182em;
	letter-spacing: 1px;
}

table.cartTotals .cartTotalsRow td, table.cartTotals .cartTotalsRow th {
	border-top: 1px solid #fff;
	padding: 15px 0;
	
}

table.cartTotals .cartTotalsRow th {
	color: #90cf4f;
}

table.cartTotals .cartTotalsRow th, table.cartTotals .cartTotalsRow td 
{
	font-size: 1.182em;
	font-weight: bold;
}

.cartNav li#cartNavCheck a {
	background-position: bottom left;
}


