/************************************************************
Basic Style Sheet

Version:		1.2
Last Updated:	Monday 23 February 2009
Author:			Stathis Portaritis
Email:			stathis [dot] portaritis [at] gmail [dot] com
Website:		tbc
************************************************************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background-color: #FFF;
}

body, html, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 130%;
}

table {
	padding-bottom: 10px;
	width: 100%; 
}

li {
	list-style: none;
	list-style-type: none;
}

tr {
	vertical-align: top;
}
	
a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

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

a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a img {
	border: none;
}

/************************************************************
*	=Headings		
************************************************************/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003132;
	padding-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 10px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-bottom: 10px;
}

/************************************************************
*	=Links		
************************************************************/
a.addtobasket:link, a.addtobasket:visited, a.addtobasket:active {
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #006162;
	background-color: #006162;
}

a.addtobasket:hover {
	color: #006162;
	background-color: #FFF;
	text-decoration: none;
}

a.order_proceed:link, a.order_proceed:visited, a.order_proceed:active {
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #030;
	background-color: #030;
}

a.order_proceed:hover {
	color: #030;
	background-color: #FFF;
}

a.search:link, a.search:visited, a.search:active {
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #006162;
	background-color: #006162;
}

a.search:hover {
	color: #006162;
	background-color: #FFF;
}

/************************************************************
*	=Header
************************************************************/
#header {
	width: 780px;
	float: left;
	margin: 5px 0;
}

/************************************************************
*	=Navigation
************************************************************/
#nav {
	width: 780px;
	float: left;
	font-size: 11px;
	margin-right: 5px;
	margin-bottom: 2px;
}

#nav a:hover {
	color: #000;
}

/************************************************************
*	=Basket
************************************************************/
#basket {
	float: left; 
	width: 780px; 
	margin-bottom: 20px; 
	background-color: #EFEFEF;
	font-size: 11px;
}

.basket_wrap {
	position: relative; 
	width: 770px; 
	margin: 0px 5px;
}

.basket_info {
	float: left; 
	position: relative; 
	margin-right: 20px; 
	padding: 5px 0px;
}

.basket-links {
	margin-top: 5px;
	font-size: 11px;
	text-align: right;
}

.account_wrap {
	position: relative; 
	margin: 0px; 
	float: right; 
	padding: 5px 0px;

}
.account_wrap span {
	margin-right: 10px;
}

/************************************************************
*	=IDs		
************************************************************/
#wrapper {
	width: 780px;
	text-align: left;
	margin: 0px auto;
	background-color: #FFF;
}

#content {
	float: right;
	width: 590px;
	margin-bottom: 20px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

#primaryContent {
	width: 590px;
	float: left;
	margin-bottom: 20px;
}

#threeColLayout #primaryContent {
	float: left;
	width: 400px;
}

#secondaryContent {
	width: 180px;
	float: right;
}

#sideContent {
	float: left;
	width: 180px;
}

#twoColLayout #primaryContent {
	width: 590px;
	float: left;
}

#oneColLayout #content {
	width: 780px;
	margin: 0 auto;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

#sideContent form {
	margin: 5px 10px;
}

#sideContent ul,
#secondaryContent ul {
	padding: 0px;
	margin: 4px;
}

#sideContent li a,
#secondaryContent li a {
	font-weight: normal;
	text-decoration: none;
	color: #333;
}

#sideContent li a:hover,
#secondaryContent li a:hover {
	text-decoration: underline;
}

#sideContent p {
	margin: 10px 10px 5px 10px;
	border-top: 1px solid #CCC;
	padding-top: 5px;
}

#sideContent p a {
	font-size: 12px;
	color: #000;
}
#filter {
	padding: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #999;
}

#filter label {
	display: inline;
}

/************************************************************
*	=DIVs
************************************************************/
.message {
	color: #990000;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin: 4px 0px;
	background-color: #EFEFEF;
}

/* Columns */ 

.modlist {
	float: left;
	width: 180px;
	padding: 0px;
	margin-bottom: 5px;
}

.modheading {
	background-color: #003366;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	padding: 5px 10px;
}

.list_head h3 {
	float: left;
	width: 100%;
	padding: 5px 0px 0px;
	background-color:#CCCCCC;
	border-bottom: 1px solid #333333;
}

.list_head h3 span {
	display: block;
	padding-left: 12px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	color: #FFF;
}

.modlist h2 {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: transparent;
	background: url(images/column_h2_bg.png) no-repeat scroll 0 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

.modlist h2 span {
	display: block;
	padding-left: 12px;
	padding-bottom: 5px;
	background: url(images/headings/h2.png) repeat-x scroll 0 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	color: #FFF;
}

.modlist h3 span {
	position: relative;
	display: block;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #d1d1d1;
	margin: 0px 2px;
	padding-top: 0.34em;
	padding-right: 2px;
	padding-bottom: 0.34em;
	padding-left: 12px;
	line-height: 14px;
	color: #333333;
}

.modcontent {
	padding: 0px;
	float: left;
	width: 178px;
	font-size: 11px;
	border-left: 1px solid #c7c7c7; 
	border-right: 1px solid #c7c7c7;
}

.modcontent li a {
	position: relative;
	display: inline-block;
	clear: left;
	line-height: 1.25em;
	color: #333333;
}

.modcontent li a {
	display: block;
}

.modcontent ul li a span {
	display: block;
	margin: 0px 10px;
	padding: 2px 0px;
}


.list_contents {
	width: 100%;
	float: left;
	background-color: transparent;
	background: url(images/column_bg.png) no-repeat scroll 0 0;
	display: block;
}

.list_contents ul li {
	display: block;
	padding: 2px 0px;
}

.list_contents h3 {
	padding-bottom: 0px;
}

.list_foot {
	display: block;
	float: left;
	width: 100%;
}

.list_foot .more {
	padding: 0 5px;
	display: block;
}
.modbtm {
	float: left;
	width: 100%;
	height: 10px;
	background-color: transparent;
	background: url(images/column_btm.png) no-repeat scroll 0 0;
	line-height: 5px;
}

#about p,
#order p {
	margin: 2px;
	padding: 2px 4px;
}

#submit_order {
	padding-top: 15px;
	padding-bottom: 15px;
}

#submit_order a:link, #submit_order a:visited {
	padding: 4px;
	background-color: #990000;
	color: #FFF;
	border: 1px solid #990000;
	text-decoration: none;
}

#submit_order a:hover {
	background-color: #FFF;
	color: #990000;
}

#help_header {
	margin-bottom: 10px;
	background-color: #f7f7f7;
	border: 1px solid #f0f0f0;
}

.help_wrap {
	font-size: 11px;
	padding: 4px;
}

.description {
	font-size: 11px;
	line-height: 135%;
	color: #666;
}


/************************************************************
*	=Container
************************************************************/
.container {
	float: left;
	margin-bottom: 10px;
}

.container_content{
	float: left;
	width: 100%;
}

.container h2 {
	padding: 0px;
	background-color: #003366;
}

.container h2 span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	padding: 5px 10px;
}

.container h3 {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}

.container h3 span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	padding: 5px 10px;
}

.container li {
	list-style: none;
	text-indent: 0px;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	font-size: 90%;
}

/* =Selections
************************************************************/
.selections_grid { width: 400px; }

.selections_item {
	font-size: 11px;
	line-height: 13px;
	color: #000;
	width: 120px;
	height: 190px;
	border: 1px solid #DDDDDD;
}

.selections_item p {
	padding: 5px 10px;
	line-height: 140%;
}

.selections_item .selections_image {
	width: 110px;
	height: 110px;
	margin: 10px auto 0px auto;
}

/* =Order
************************************************************/
#order_progress {
	padding-bottom: 10px;
}

#order_progress td {
	padding: 4px;
	background-color: #CCCCCC;
	color: #FFF;
	font-weight: bold;
	margin-right: 5px;
	font-size: 11px;
}

#order_progress .current_stage {
	background-color: #333300;
}

/* =Product Info Page
************************************************************/

.record_image {
	float: left;
	width: 170px;
	margin-right: 10px;
}

.record_availability {
	color: #009900;
	font-size: 12px;
	margin: 10px 0px 20px 0px;
}

.record_info {
	float: left;
	width: 410px;
}

.record_info p {
	line-height: 150%;
}

.record_special {
	text-decoration: none;
	font-weight: bold;
	color: #ff3300;
}

.record_format,
.outofstock {
	margin: 10px 0px;
	text-align: right;
}

.outofstock {
	font-weight: bold;
	color: #990000;
}

.record_description {
	line-height: 150%;
	margin: 30px 0px;
}
.record_format ul {
	margin-left: 0px;
	padding-left: 0px;
}

.record_format li {
	padding-bottom: 5px;
}

/* =Columns
************************************************************/
.modcontent .item {
	float: left;
	width: 100%;
	margin: 5px 0px;
	line-height: 14px;
	display: inline;
	
}

.modcontent .item .image {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0px 4px;
}

.modcontent .item .text {
	position: relative;
	display: block;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 55px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#formats {
	margin: 4px 10px;
}
#formats h4 {
	font-size: 14px;
}

.search_nav {
	margin: 4px 0px;
}

.search_nav a:link, .search_nav a:visited {
	background-color: #006162;
	border: 1px solid #006162;
	padding: 3px;
	color: #FFF;
}
.search_nav a:link, .search_nav a:visited {
	background-color: #FFF;
	color: #006162;
}

.record_artist {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
}

.record_title {
	color: #666666;
	font-size: 18px;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
}

.record_genre {
	color: #bbbbbb;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	
}

.format {
	font-size: 12px;
	color: #006162;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.format td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006162;
	padding: 2px 0px;
}

.format a {
	background-color: #FFF;
	color: #006162;
	padding: 2px;
}
.format a:hover {
	background-color: #006162;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding: 2px;
	text-decoration: none;
	padding: 2px;
}

.date {
	font-size: 12px;
	color: #333;
	padding: 10px;
	font-weight: bold;
	display: block;
}

.dateAdded {
	font-size: 11px;
	color: #666;
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
}

.date-posted {
    padding: 10px;
    color: #999;
}

.smalltext {
	font-size: 11px;
	line-height: 13px;
}

/************************************************************
*	Footer
************************************************************/
#footer {
	clear: both;
	width: 780px;
	text-align: left;
	margin: 5px auto;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}

#footer .footernav {
	padding-bottom: 20px;
}

#footer .footercopyright {
	padding-bottom: 20px;
}

#footer .footeraddress {
	padding-bottom: 20px;
}

#loginform {
	width: 400px;
	margin: 20px auto;
}
/************************************************************
*	=Form
************************************************************/
fieldset{
	margin: 1em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

fieldset p {
	margin: 1em 0;
}

legend {
	font-weight: bold;
}

label {
	text-align: left;
	display: block;
	margin: 5px 0px;
}

form td {
	padding: 4px;
}

select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	border: 1px solid #006162;
	display: block;
}

select:hover {
	border: 1px solid #999999;
}

select:focus {
	border: 1px solid #0000CC;
}

textarea {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #666666;
	padding: 3px;
	margin: 5px 0px;
}

textarea:hover {
	border: 1px solid #999999;
}

textarea:focus {
	border: 1px solid #0000CC;
}

input[type=text], input[type=password], input[type=file] {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #006162;
	padding: 4px;
}

input[type=submit], input[type=button] {
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	border: 1px solid #006162;
	background-color: #006162;
	padding: 3px 10px;
	margin-top: 3px;
}

input[type=submit]:hover, input[type=button]:hover {
	color: #006162;
	background-color: #FFF;
}

input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #999;
}

input[type=text]:focus, input[type=password]:focus {
	border: 1px solid #00C;
}

input[type=checkbox], input[type=radio] {
	margin: 2px;
	padding: 0px;
	border: none;
}

.form_labelcolumn {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
/************************************************************
*	=Table
************************************************************/
#basket_contents {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003;
	padding: 10px 0;
	margin: 10px 0;
}

#basket_contents table {
	border-collapse: collapse;
	width: 100%;
	padding-bottom: 10px;
}

#basket_contents th {
	font-size: 11px;
	color: #FFF;
	text-align: left;
	padding: 4px 2px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	background-color: #AEAEAE;
}

#basket_contents td {
	border-bottom: 1px solid #CCC;
	padding: 4px 0px;
	margin: 10px auto;
}

.search_results {
	width: 100%;
}

.search_results td {
	text-align: left;
	border-bottom: 1px solid #ECECEC;
	padding: 4px;
}

.search_results .special {
	color: #C00;
	font-size: 11px;
}

.search_results a {
	font-weight: bold;
	color: #003132;
	text-decoration: none;
}

.search_results a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.order_form {
	font-weight: normal;
	color: #000;
}

.order_form th {
	text-align: left;
	padding: 2px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.order_form td {
	border-bottom: 1px solid #ECECEC;
	padding: 4px 0px;
}

.payment_methods {
	text-align: left;
	margin: 10px 0px;
}

.payment_methods td {
	padding: 4px 10px;
	border-bottom: 1px solid #CCC;
}

.payment_methods h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #C33;
}

table.login {
	width: 100%;
}

.login th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	padding: 5px 10px;
	background-color:#92949A;
	border: 1px solid #CDCECF;
}
.login td {
	width: 50%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 8px;
}

.label_info h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #92949A;
	padding: 4px;
	margin: 0px;
}

.label_info h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.checkout {
	width: 100%;
}

.checkout h2,
.account_form h2 {
	color: #333;
	padding: 4px;
}

.checkout td,
.account_form td,
.order_receipt td,
.order_details td {
	border-bottom: 1px dotted #CCC;
	padding: 4px 0px;
}

.checkout h3,
.account_form h3 {
	color: #000;
}

.error,
.noscript {
	color: #dc241f;
	padding: 4px;
	border: 1px solid #dc241f;
	margin: 4px 0px;
	background-color: #FFF;
	font-weight: bold;
}

.error ul li {
	font-size: 11px;
	text-indent: 15px;
	list-style-type: none;
}

.p confirm {
	padding-bottom: 20px;
	font-size: 14px;
}

.admin {
	width: 100%;
}

.admin th {
	color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #003;
	text-align: left;
	font-size: 11px;
	padding-left: 2px;
}

.admin td {
	border-bottom: 1px dotted #CCC;
	padding: 4px;
	font-size: 12px;
}

.admin td h1 {
	background-color: #000033;
	color: #FFF;
	padding: 4px 0px;
	font-size: 12px;
}

#main_info .info_topic {
	border-top: 1px dotted #CCCCCC;
	margin: 10px;
	padding: 10px 0px;
}

#main_info .info_topic h2 {
	float: left;
	width: 140px;
	padding: 0px;
}
#main_info .info_topic p,
#main_info .info_topic ol,
#main_info .info_topic ul {
	margin-left: 150px;
}

.info_topic ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

.label_logo {
	margin-right: 10px;
	float: left;
}

.label_text {
	width: 410px;
	float: left;
}

.odd {
	background-color: #edf5ff;
}

.other_formats {
	text-align: right;
	padding: 10px;
}
