
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #00596B url('/images/bg01.jpg') repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C6F73;
}

h1, h2, h3 {
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	color: #CBA57A;
}

h1 span, h2 span, h3 span {
	color: #466F77;
}

h1 {
	letter-spacing: -2px;
	font-size: 34px;
}

h1.h1-style1 {
	margin: 0px;
}

h2 {
	letter-spacing: -1px;
	font-size: 21px;
}

h2.h2-style1 {
	font-size: 16px;
	color: #99BCC3;
}

h3 {
	letter-spacing: -1px;
	font-size: 14px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 20px;
	text-align: justify;
}

ul.ul-style1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

a {
	color: #AF7431;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #C5D7DC;
}

img.alignleft {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 950px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-bg {
	background: url('/images/bg02.jpg') no-repeat center top;
}

#header {
	height: 139px;
}

/** LOGO */

#logo {
}

/** SEARCH */

#search {
	color:#ffffff;
	background: url('/images/homepage02.gif') no-repeat 0px 82px;
}

#search form {
	margin: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input {
	float: left;
}

#search-query {
	width: 170px;
	background: none;
	border: none;
	font: inherit;
	color: #FFFFFF;
}

#search-submit{
	margin-top:-6px;
	margin-left:-3px;
}

/** MENU */

#menu-bg {
	background: url('/images/bg03.jpg') no-repeat center top;
}

#menu {
	height: 45px;
}

#menu ul {
	margin: 0px;
	padding: 7px 0px 0px 183px;
	line-height: normal;
	list-style: none;
}

#menu li {
	float: left;
	height: 27px;
	margin: 0px 5px 0px 0px;
	padding: 11px 18px 0px 18px;
}

#menu a {
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}

#menu li.selected, #menu li:hover {
	background: #FFFFFF url('/images/homepage03.gif') repeat-x left top;
}

#menu li.selected a, #menu li:hover a {
	color: #466F77;
}

/** PAGE */

#page-bg {
	background: url('/images/bg04.jpg') repeat-y center top;
}

#page-bgtop {
	background: url('/images/bg05.jpg') no-repeat center top;
}

#page {
}

/** CONTENT */

#content {
    min-height:300px;
}

/** SIDEBAR */

#sidebar {
	
}

/** FOOTER */

#footer {
	height: 123px;
	background: url('/images/bg07.jpg') no-repeat center top;
	text-align:center;
}

#footer p {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #BCE7EF;
}
#footer a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#footer .legal {
}

#footer .links {
}

/** BOX STYLE 1 */

.box-style1 {
	padding: 0px 10px 10px;
}

/** BOX STYLE 2 */

.box-style2 {
	padding: 35px 40px;
	background: #00323D url('/images/bg06.jpg') no-repeat left top;
	color: #578B96;
}

.box-style2 h2 {
	color: #D5BCA0;
}

.box-style2 h2 span {
	color: #CCF7FF;
}

.box-style2 a {
	color: #CBA983;
}

/** BOX STYLE 3 */

.box-style3 {
	margin-bottom: 20px;
}

.box-style3 h2 {
	height: 31px;
	margin: 0px 0px 0px 0px;
	padding: 20px 23px 0px 0px;
	background: url('/images/homepage07.jpg') no-repeat left top;
	text-align: right;
	letter-spacing: -1px;
	font-size: 14px;
	color: #FFD29F;
}

.box-style3 h2 span {
	color: #E0FAFF;
}

.box-style3 ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
	line-height: normal;
	list-style: none;
}

.box-style3 li {
	padding: 4px 10px 4px 0px;
	border-top: 1px solid #016A81;
}
.box-style3 li:hover, .box-style3 li.selected{
	background: #FFFFFF url('/images/homepage03.gif') repeat-x left top;
	border-top: 1px solid #ffffff;
}

.box-style3 ul li a, .box-style3 ul li.selected a{
	text-decoration:none;
}

.box-style3 li:hover a, .box-style3 li.selected a{
	color:#000000;
}

.box-style3 li.first{
	border: none;
}

.box-style3 a {
	color: #96C5CF;
}

/** BOX1 */

#box1 {
	padding: 30px 25px 0px 25px;
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
}




/* Breadcrumb */
#breadcrumb{
	padding-left:20px;
	margin-top:10px;
}
#breadcrumb p{
	
}
#breadcrumb a{
	font-weight:bold;
	color:#00596B;
	text-decoration:none;
}
#breadcrumb a:hover{
	text-decoration:underline;
}


/* Product List */

.product{
	float:left;
	width:208px;
	margin:10px;
	padding:10px;
	border-top:#00596B solid 1px;
	border-left:#00596B solid 1px;
	border-bottom:#00596B solid 2px;
	border-right:#00596B solid 2px;
	background:url('/images/product-bg.gif');
}
.product a{
	color:inherit;
	text-decoration:none;
}
.product .product_title{
	height:70px;
	border-bottom:#00596B solid 1px;
}
.product .product_title h3{
	font-size:155%;
	color:#00596B;
	margin:0px 0px 5px;
	padding:0px;
}
.product .product_title h4{
	margin:0px;
	padding:0px;
}
.product .product_title .product_artist{
	width:70%;
	float:left;
	font-size:80%;
}
.product h5, .product h6{
	margin:2px 0 5px;
}
.product .product_title .product_price{
	width:29%;
	float:right;
	text-align:right;
}
.product .product_detail{
	height:220px;
}         
.product .product_detail .product_description a{
	color:#00596B;
	font-weight:bold;
	font-style:italic;
}                         
.product .product_detail .product_description a:hover{
	text-decoration:underline;
}
.product .product_detail .product_image{
	padding:10px 0px;
	text-align:center;
}
.product .product_footer{
	border-top:#00596B solid 1px;
	text-align:right;
	padding-top:10px;
}
.product .product_footer .product_price p{
	margin:5px 0;
}


#product_view{
	background:url('/images/product-details-bg.gif') repeat-y;
	margin:40px 10px 10px;
}
#product_content{
	background:url('/images/product-details-bg-top.gif') no-repeat;
	padding:20px;
}
#product_content h3{
	color:#444444;
}
#product_view p {
	color:#000000;
}
#product_view h1{
	color:#00596B;
	float: left;
	margin-bottom:5px;
	font-size:225%;
}
#product_view h2{
	color:#000000;
	margin-bottom:10px;
}
#product_view #product_view_image{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#product_view #product_view_description{
	float:right;
	width:475px;
}     
#product_view #product_view_description p{
	line-height:20px;
}
#product_view #product_view_footer {
	text-align:right;
}
#product_view #product_view_details {
	font-size:80%;
	padding:10px;
	float:left;
}
#product_view #product_view_thumbs, #product_view #product_view_footer{
	clear:both;
}
#product_view #product_footer{
	height:20px;
	background:url('/images/product-details-bg-bottom.gif') no-repeat bottom;
}


#basket_table {
	width:100%;
}
#basket_table p {
	color:#000000;
}
#basket_table th, td {
	padding:5px;
	text-align:left;
}
#basket_table .shop_cart th {
	background-color:#FFFFFF;
	border-bottom:2px solid #999999;
	padding:10px 5px;
}
#basket_table td {
	padding:5px;
}
#basket_table .basket_summary th {
	text-align:right;
}
#basket_table .total {
	font-weight:bold;
}
#basket_table .basket_remove a {
	opacity:0.7;
}
#basket_table .basket_remove a:hover {
	opacity:1;
}
#basket_table tr.shaded {
	background-color:#F0F0F0;
}
#basket_table .basket_qty {
	text-align:center;
	width:30px;
}
#shop_cart2 {
	background:#E0E0E0 none repeat scroll 0 0;
	padding:20px;
	margin-top:20px;
}
#checkout_form {
	background:#E0E0E0 none repeat scroll 0 0;
	font-size:80%;
	margin-top:10px;
	padding:20px 10px 10px;
}
#checkout_form p {
	color:#000000;
}
#checkout_form fieldset {
	border-top:3px solid #999999;
	padding-left:20px;
}
#checkout_form legend {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #999999;
	font-weight:bold;
	padding:3px;
}
#checkout_form label {
	margin-left:-140px;
}
#checkout_form select {
}
#checkout_form input {
	width:200px;
}
#checkout_form #submit {
	margin-right:327px;
	width:206px;
	text-align:center;
	font-weight:bold;
}


#basket{
	background:#ffffff url('/images/bg-fade.jpg') repeat-x 0 40px;
	padding-bottom:5px;
}
#basket p{
	text-align:left;
	padding-left:10px;
	margin:0px;
}
#basket #view-basket{
	text-align:right;
	padding-right:10px;
}

#shop_cart2{
	
}
#shop_cart2 .form_button, #shop_cart2 .button{
	border:#00596B solid 1px;
	background:#ffffff;
	color:#00596B;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
}
#shop_cart2 .form_button:hover, #shop_cart2 .button:hover{
	background:#efefef;
}
#shop_cart2 .button{
	font-size:10pt;
	padding:6px;
}


.cols{
    width:342px;
    float:left;
    padding:5px 17px;
}
.cols h2{
    margin-bottom:7px;
    border-bottom:#cccccc solid 1px;
}    
.cols h3{
    margin-bottom:5px;
}
.cols p{
    margin-bottom:3px;
    line-height:15px;
    text-align:left;
}
.cols div{
    padding:5px;
}

#left{
    border-right:#cccccc solid 2px;
}
#left .news_item{
    border-bottom:#eeeeee solid 1px;
}
#right{
    border-left:none;
}

.random_product{
    width:39%;
}

#footlinks ul{
    text-align:right;
    width:950px;
    margin:0 auto;
    padding:5px;
}
#footlinks ul li{
    display:inline;
    list-style:none;
}
#footlinks ul li a{
    padding:2px 5px;
    font-weight:normal;
}


#alerts .alert{
	margin:10px;
	padding:10px;
	border:#cccccc solid 1px;
	background:#ffffff;
}
#alerts .alert h1{
	margin:0px;
	padding:0px;
	font-size:200%;
}
#alerts .alert p{
	margin:0px;
	padding:0px;
}

.form fieldset{
	width:95%;
}

#postage_region{
	margin-top:-150px;
	margin-bottom:97px;
}
#postage_region label{
	margin-left:0px;
}
#postage_region select{
	margin-top:3px;
	width:150px;
}
#postage_region #region_submit{
	margin-top:19px;
	margin-left:3px;
}