/* SVN FILE: $Id$ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */
 
@font-face {
	font-family: 'MuseoSans500';
	src: url('/fonts/museosans_500-webfont.eot');
	src: local('☺'), url('/fonts/museosans_500-webfont.woff') format('woff'), url('/fonts/museosans_500-webfont.ttf') format('truetype'), url('/fonts/museosans_500-webfont.svg#webfontMfNs2vuZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSans500Italic';
	src: url('/fonts/museosans_500_italic-webfont.eot');
	src: local('☺'), url('/fonts/museosans_500_italic-webfont.woff') format('woff'), url('/fonts/museosans_500_italic-webfont.ttf') format('truetype'), url('/fonts/museosans_500_italic-webfont.svg#webfontheMf9152') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Folks';
	src: url('/fonts/Folks-Light-webfont.eot');
	src: local('☺'), url('/fonts/Folks-Light-webfont.woff') format('woff'), url('/fonts/Folks-Light-webfont.ttf') format('truetype'), url('/fonts/Folks-Light-webfont.svg#webfontJgMchIls') format('svg');
	font-weight: normal;
}

@font-face {
	font-family: 'Folks';
	src: url('/fonts/Folks-Normal-webfont.eot');
	src: local('☺'), url('/fonts/Folks-Normal-webfont.woff') format('woff'), url('/fonts/Folks-Normal-webfont.ttf') format('truetype'), url('/fonts/Folks-Normal-webfont.svg#webfontcrYsbW2M') format('svg');
	font-weight: bold;
}

@font-face {
	font-family: 'LatinModern';
	src: url('/fonts/lmsans10-regular-webfont.eot');
	src: local('☺'), url('/fonts/lmsans10-regular-webfont.woff') format('woff'), url('/fonts/lmsans10-regular-webfont.ttf') format('truetype'), url('/fonts/lmsans10-regular-webfont.svg#webfontMApfPc0V') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LatinModern';
	src: url('/fonts/lmsans10-oblique-webfont.eot');
	src: local('☺'), url('/fonts/lmsans10-oblique-webfont.woff') format('woff'), url('/fonts/lmsans10-oblique-webfont.ttf') format('truetype'), url('/fonts/lmsans10-oblique-webfont.svg#webfontQFnpoOcW') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'LatinModern';
	src: url('/fonts/lmsans10-bold-webfont.eot');
	src: local('☺'), url('/fonts/lmsans10-bold-webfont.woff') format('woff'), url('/fonts/lmsans10-bold-webfont.ttf') format('truetype'), url('/fonts/lmsans10-bold-webfont.svg#webfontATuFJPw9') format('svg');
	font-weight: bold;
	font-style: normal;
}

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #000033;
	color: #fff;
	font-family: 'LatinModern','lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:14px;
	margin: 0;
	text-align:center;
}
a {
	color: #003d4c;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	font-family:'MuseoSans500','Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 200%;
	padding-top: 0.2em;
	margin: 0.3em 0;
}
h2 {
	background:#fff;
	color: #ab1e23;
	font-family:'MuseoSans500','Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 210%;
	padding-bottom: 10px;
}
h3 {
	color: #5F4632;
	font-family:'MuseoSans500','Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
	padding-bottom: 3px;
	list-style-position:inside;
}

/* Layout */
#container {
	text-align: left;
	margin: 0px auto;
	width: 940px;
}

#header{
	margin-left: 0px;
	margin-right: 00px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 00px;
	padding-right: 00px;
	width: 940px;
}
#header h1 {
	color: #fff;
	padding: 0px 30px;
	text-align: center;
}
#header h2 {
	background: transparent;
	margin-top: 10px;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	text-decoration: underline;
}
#content{
	margin-top: 10px;
	background: #fff;
	clear: both;
	color: #333;
	padding: 20px;
	overflow: visible;
	width: 900px;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: center;
	width: 920px;
	font-size: 80%;
}

/* Tables */
table {
	background: #fff;
	border-top:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 90%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	margin-top: 7px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/* buydunedinmusic.com specific */

div.header-left {
	background: white;
	float:left;
	width:472px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 120px;
	}
div.header-centre {
	margin-left: 10px;
	float:left;
	width:191px;
	height: 100px;
	background: #e1e1e1;
	float:left;
	color: black;
	padding: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 10px;
}
div.header-centre-account {
	margin-left: 10px;
	float:left;
	width:191px;
	height: 100px;
	background: #e1e1e1;
	background-image: url('/img/account-bg.jpg');
	float:left;
	color: black;
	padding: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 13px;
	text-align: right;
}
div.header-centre-login {
	margin-left: 10px;
	float:left;
	width:191px;
	height: 100px;
	background: #e1e1e1;
	background-image: url('/img/account-nla.jpg');
	float:left;
	color: white;
	padding: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 11px;
}
.header-centre-account h2{
	color: white;
	font-size: 20px;
	text-align: center;	
}
.header-centre-login form {
	margin: 0;
	width: 100%;
}
.header-centre-login form div {
	padding-bottom: 0px;
	padding-top: 2px;
	margin-bottom:2px;
}
.header-centre-login input, textarea {
	display: inline-block;
	clear: both;
	padding: 2px;
	width: 110px;
	font-size: 9px;
}
.header-centre-login p {
	font-size: 14px;
	margin-top: 15px;
	color: white;
}
.header-centre-login h3 {
	color: white;
}
.header-centre-login label {
	display: inline-block;
	font-size: 10px;
	margin-top:2px;
	margin-bottom:2px;
	padding-right: 5px;
	width: 55px;
	text-align: right;
	color: white;
}
.header-centre-login input[type=submit] {
	float:right;
	margin-right: 7px;
	margin-top: 3px;
	width: 100px;
	text-align: centre;
}
div.header-right {
	float:right;
	width:237px;
	height:120px;
}
div.footer-upper {
	padding: 10px;
	margin-bottom:10px;
	bottom: 10px;
	clear: both;
}
div.footer-lower {
	border-top: 1px solid white;
	clear: both;
	margin: 10px;
	padding: 10px;
}

div.footer-left {
	float:left;
	width:30%;
}
div.footer-centre {
	float:left;
	width:40%;
}
div.footer-right {
	float:left;
	width:30%;
}

div.inner-nav {
	margin-top: 10px;
	background: #fff;
	clear: both;
	color: #333;
	overflow: auto;
	width: 910px;
	height: 36px;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url(/img/nav-bg.jpg);
	background-repeat: repeat-x;
}

div.nav-search {
	float: left;
	margin-top: 6px;
	margin-bottom: auto;
}
div.nav-link {
	float: left;
	padding-top: 5px;
}
div.admin-nav-link {
	float: left;
	padding-top: 5px;
	padding-left: 10px;
}
div.nav-ad {
	float: left;
	padding-left: 10px;
	padding-top: 4px;
	font-size: 8px;
	color: gray;
	text-align: center;
}
div.nav-external {
	float: right;
	padding-top: 5px;
}

/* Forms */
form.nav-search {
	display: inline;
	clear: both;
	margin-right: 20px;
	padding: 0px;
	width: 80%;
}
.nav-search input {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 0px;
	width: 100px;
}
.nav-search input[type=submit] {
	display: inline;
	padding: 0px;
	margin-top:3px;
	width: 50px;
}
div.cart-holder {
	position: relative;
	right:0px;
	width:227px;
	height:110px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: white;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url('/img/cart-head-bg.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
}
div.cart-holder-hover {
	position: relative;
	right:0px;
	width:227px;
	height:110px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: white;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url('/img/cart-head-bg-hover.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
}
div#cart-holder-updating {
	position: relative;
	right:0px;
	width:227px;
	height:110px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: white;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url('/img/cart-loading.gif');
	background-repeat: no-repeat;
	text-decoration: none;
}
div.cart-holder-minimal {
	position: relative;
	right:0px;
	width:237px;
	height:110px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: white;
	padding-top: 10px;
}
a.cart-h {
	text-decoration: none;
	color: white;
}
a.cart-h:hover {
	color: red;
}
div#cart-description {
	float:right;
	padding-top:10px;
	padding-right:10px;
	display: block;
	width: 90px;
	text-align: right;
	background: none;
}
#cart-description small {
	font-size:x-small;
	text-decoration: none;
}
a.cart-holder-link {
	text-decoration: none;
}
a #cart-description {
	text-decoration: none;
}

div.spacer-v {
	clear:both;
	display: block;
	height:10px;
}
div.view-title-row {
	width:900px;
}
div.view-title-lc {
	float: left;
	width: 580px;
	padding-right: 20px;
}
div.view-title-rc {
	float: left;
	width: 300px;
}
div.song-player {
	margin-top:10px;
	padding:10px;
	width: 280px;
	background: gray;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.no-audio #audio {
   display: none; /* Don't show Audio options */
}
.audio #audio {
   display: block; /* Don't show Audio options */
   text-align: center;
}
.audio #audio-degrade {
   display: none; /* Don't show Audio options */
}
.audio #audio button {
   /* Style the Play and Pause buttons nicely */
}
.song-player p {
	color: black;
	font-size: 80%;
	padding-top: 3px;
}
.song-player h3 {
	text-align: center;
	color: black;
	padding-top: 0px;
	padding-bottom: 5px;
}
#add-to-cart {
	background-color: #BDBDBD;
	text-align: center;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration:none;
}
a #add-to-cart {
	background-color: #BDBDBD;
}
a:hover #add-to-cart {
	background-color: #e6e6e6;
}
a.add-to-cart-link {
	text-decoration:none;
}
div.add-to-cart-result {
	background: #F3F781;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}
#artist-links {
	background-color: #BDBDBD;
	text-align: center;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration:none;
}
form.cart-form {
	display: inline;
}
.cart-input {
	color: #444;
	width: 20px;
	font-size: 90%;
}
.cart-submit {
	margin-top: 0px;
	margin-left: 0px;
}
.checkout-select {
	margin-top: 3px;
	margin-bottom: 5px;
}
form div.checkout-submit {
	display: block;
	padding-left: 0px;
}

form div {
	display: inline;
}
td.border-l {
	border-left: 1px solid rgb(204,204,204);
}
th.border-l {
	border-left: 1px solid rgb(204,204,204);
}
td.border-r {
	border-right: 1px solid rgb(204,204,204);
}
td.border-b {
	border-bottom: 1px solid rgb(204,204,204);
}
td.border-lb {
	border-left: 1px solid rgb(204,204,204);
	border-bottom: 1px solid rgb(204,204,204);
}
td.no-border {
	border: none;
}
div.disambiguation-l {
	width: 48%;
	padding-right: 2%;
	float: left;
}
div.disambiguation-r {
	width: 50%;
	float: left;
}
div.order-customer-details {
	width: 24%;
	padding-right: 1%;
	float: left;
}
div.order-cart-details {
	width: 75%;
	float: left;
}
span.detail-label {
	padding-bottom: 5px;
	padding-top: 8px;
	display: block;
	font-size: 100%;
	padding-right: 20px;
	color: #535353;
}
.admin-form div {
	display: block;
}
.admin-form input[type=submit] {
	display: block;
	font-size: 110%;
	padding-top: 7px;
	padding-left: 0px;
	width: auto;
	vertical-align: bottom;
}

/* front page */
.index-class-box {
	padding: 10px;
	background-color: #e6e6e6;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	width: 274px;
	margin-right: 9px;
}
.index-class-box-r {
	padding: 10px;
	background-color: #e6e6e6;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	width: 274px;
}
.index-class-box h3 {
	padding-top: 0px;
	padding-bottom: 10px;
}
.index-class-box-r h3 {
	padding-top: 0px;
	padding-bottom: 10px;
}
.index-class-item {
	width: 127px;
	height: 150px;
	padding: 5px;
	float: left;
	text-align: center;
	font-size: 65%;
	margin-bottom: 6px;
}
.index-feature-box-l {
	padding: 10px;
	background-color: rgb(204,204,204);
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	width: 425px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.index-feature-box-r {
	padding: 10px;
	background-color: rgb(204,204,204);
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	width: 425px;
	margin-bottom: 10px;
}
.index-feature-box-l h3 {
	padding-top: 0px;
	padding-bottom: 10px;
}
.index-feature-box-r h3 {
	padding-top: 0px;
	padding-bottom: 10px;
}
.index-feature-box-l h4 {
	padding-top: 7px;
}
.index-feature-box-r h4 {
	padding-top: 7px;
}
.index-feature-item {
	width: 130px;
	height: 155px;
	padding: 5px;
	padding-right: 6px;
	float: left;
	text-align: center;
	font-size: 65%;
	margin-bottom: 6px;
}
img.thumb {
	margin-bottom: 3px;
} 
img.thumb-nodrag {
	margin-bottom: 3px;
} 
div.thumb-container-130 {
	width: 130px;
	height: 130px;
	padding-bottom: 3px;
}
div.thumb-container-120 {
	width: 120px;
	height: 120px;
	padding-bottom: 3px;
}
div.thumb-container-170 {
	width: 160px;
	height: 180px;
	padding: 5px;
	padding-top: 10px;
	background-color: #e6e6e6;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px;
	text-align: center;
	float: left;
	font-size: 70%;
}
div.thumb-container-170 a {
	text-decoration: none;
}
#search-results {
	margin-top:10px;
	margin-bottom:10px;
}
.results {
	margin-top:10px;
	margin-bottom:10px;
}
#search-results-updating {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #e6e6e6;
	height: 10000px;
	margin-top: 10px;
	clear: both;
	padding: 20px;
	width: 900px;
	text-align: center;
}
div.disabled {
        display: inline;
        float: none;
        clear: none;
        color: #C0C0C0;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}
p {
	font-size: 90%;
}
.small-inline-form {
	display: inline;
	font-size: small;
}
.small-inline-form input {
	font-size: small;
	width: 50px;
	display: inline;
}
.small-inline-form label {
	display: inline;
	font-size: small;
}
.small-inline-form input[type=submit] {
	display: inline;
	width: auto;
	vertical-align: bottom;
}

div#network-login-box {
	background: #e1e1e1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 300px;
	float: left;
	padding: 5px;
	margin-top: 10px;
}
div#network-login-box input {
	font-size: 80%;
	width: 150px;
}
div#network-login-box form {
	width:100%;
}
div#network-login-box select {
	font-size: 90%;
	width: 200px;
}
div#network-login-box input[type=submit] {
	font-size: 100%;
	vertical-align: bottom;
}
div#network-login-box label {
	display: inline-block;
	font-size: 80%;
	margin-top:2px;
	margin-bottom:2px;
	padding-right: 5px;
	width: 75px;
	text-align: right;
}

div#main-cart-view {
	float:left;
	margin-left: 20px;
	width:753px;
}
div#cart-icon-view {
	background:rgb(204,204,204);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
	width:127px;
	height:120px;
}
