/**
 * Leith School of Art
 * Magento Stylesheet
 *
 * @author lewis@inigo.net 
 */

/**
 * CSS Reset
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px dotted #666;
}
body {
	font: 75% Arial, Helvetica, sans-serif;
	line-height: 1;
	color: black;
	background: white url(../images/lsa_bg.jpg) repeat fixed 50% 50%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/** 
 * Magento Resets
 */

.block{
	border: none;
}

a{
	color: #434343;
}

/** 
 * Page & Layout
 */

body, input, button, button span, textarea, label{
	font: 87.5% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

.page{
	background: repeat-y url(../images/lsa_transparent_bg.png);
	padding: 0;
	width: 988px;
}

.page-inner{
	margin: 0 9px;
	background-color: #fff;
}

.main{
	margin: 0 18px;
}

.main .col-right{
	width: 253px;
	padding: 0;
}

.main .col-main{
	width: 660px;
	padding: 0;
}

.col1-layout .col-main{
	width: 100%;
	padding: 0;
}

/**
 * Header
 */

.header{
	border: none;
	padding: 0;
	background: no-repeat url(../images/lsa_logo_bg.jpg);
}

.header .header-right{
	float: right;
	width: 600px;
}

.header h1{
	width: 123px;
	height: 123px;
	margin: 10px;
	display: inline;
}

.header ul.links li{
	display: inline-block;
	padding: 0 6px 2px;
	border-right: 1px solid #434343;
}

.header ul.links li a{
	color: #434343;
	padding: 0;
	margin: 0;
}

.header ul.links li.last{
	border-right: none;	
}

.header form#search_mini_form{
	width: 300px;
	float: right;	
}

.header form#search_mini_form fieldset.form-search{
	background-color: #ccc;
	padding: 15px 20px 15px 15px;
	text-align: left;
	font-size: 114.28%;
}

.header form#search_mini_form fieldset.form-search label{
	display: block;
	text-indent: -9999px;
	float: left;
}

.header form#search_mini_form button.button, .header form#search_mini_form button.button span{
	background: none;
	padding: 0;
	line-height: 1;
	font-weight: normal;
}

.header form#search_mini_form input{
	font-size: 100%;
	width: 158px;
}

.header form#search_mini_form button{
	padding: 0;
	margin: 0 0 0 10px;
}

.header form#search_mini_form button span{
	background-color: #434343 !important;
	display: block;
	font-size: 114.28%;
	padding: 4px 8px 5px 8px !important;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

.header .addthis{
	display: inline;
	float: right;
	clear: both;
	margin-top: 15px;
	margin-right: 20px;
}

.header ul.links{
	display: inline;
	clear: both;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 85.7%;
	width: 100%;
	text-align: right;
}

/*================= Menus =================*/

/**
 * Grey: #555
 * Red: #CD202C
 */

ul#nav {
	background:#555;
	font-size: 100%;
	font-weight: normal;
	border: none;
}

ul#nav, ul#nav li{
	padding: 0;
	margin: 0;
}

ul#nav li{
	border-right: 1px solid #fff;
	border-bottom: none;
}

ul#nav li#menu-54{
	padding-left: 10px;
}

ul#nav li#menu-72{
	border-right: none;
}

ul#nav li a{
	font-weight: normal;
	color: #fff;
	padding: 5px 13px;
}

ul#nav li.over a, ul#nav li a:hover{
	color: #fff;
}

ul#nav li.over {
	background-color: #CD202C;
}

ul#nav ul{
	border: none;
	margin-top: 2px;
	background-color: #CD202C;
}

ul#nav ul li{
	border-right: none;
}

ul#nav ul li a{
	color: #fff !important;
	background: repeat-x bottom url(../images/lsa_dotted_bg.jpg) !important;
	margin: 0 5px 2px 5px;
}

ul#nav ul li a:hover{
	color: #fff !important;
	background-color: #666 !important;
}

/**
 * Sidebar
 */

.col-right{
	color: #434343;
	border: none;
	margin-top: 2px;
}

.col-right .block{
	margin-bottom: 2em;
}

.col-right .block-title{
	border-bottom: 1px solid #434343;
	padding: 0 0 3px 0;
}

.col-right .block-title h2{
	font-weight: normal;
}

.col-right .block-content{
	padding: 15px 0;
}

.block-navigation ul#right-nav{
	margin-top: 10px;
	font-size: 92.85%;
	line-height: 1.7;
}

.block-navigation ul#right-nav li.active{
	font-weight: bold;
}

.block-navigation ul#right-nav a{
	text-decoration: none;
}

.col-right .block-feature{
	border: 9px solid #fff;
}

.col-right .block-feature a{
	display: block;
	background: transparent url(../images/lsa_trans.png);
	margin-top: 83px;
	color: #fff;
	text-decoration: none;
	font-size: 92.8%;
	padding: 5px 6px;
}

.col-right .block-prospectus-promo{
	background: no-repeat url(../images/lsa_prospectus_image.png);
}

.col-right #recently-viewed-items li{
	margin-bottom: 0.7em;
}

.col-right #recently-viewed-items li.even{
	background: none;
}

.col-right #recently-viewed-items li a{
	text-decoration: none;
}

/**
 * Main Content
 */

.main{
	margin-top: 1em;
}

.col-main {
	color: #434343;
	border: none;
}

div.page-title{
	border: none;
}

.breadcrumbs{
	border: none;
	font-size: 85.7%;
	padding: 0;
	margin-bottom: 1em;
}

.main h3, .main h4{
	font-weight: bold;
	margin-bottom: 0.5em;
}

.col-main h1, div.page-title, div.category-title{
	font-size: 142.8%;
	padding-bottom: 3px;
	border-bottom: 1px solid #434343;
}

/** 
 * Generic Forms
 */

.main label{
	font-size: 78.57%;
	line-height: 2;
}

ul.form-list{
	margin-top: 0.5em;
}

.buttons-set{
	border: none;
}

.buttons-set button.button{
	background: none;
	padding: 0;
	margin: 0;
	border: none;
}

.buttons-set button.button span{
	display: block;
	float: left;
	background: #434343 none;
	padding: 3px 9px 2px 9px;
	margin: 0;
	font-weight: bold;
}

/**
 * CMS Home
 */

body.cms-home .catalog_ablum_box{
	border: 9px solid #fff;
	/* width: 235px; *//* contained image determines width */
	float: left;
	position: relative;
	height: 128px;
	margin: 0 10px 10px 0;
}

body.cms-home .catalog_ablum_box a.superlink{
	display: block;
	text-indent: -9999px;
	height: 128px;
	width: 235px;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
}

body.cms-home .catalog_ablum_box .catalog_album_txt{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: transparent url(../images/lsa_trans.png);
	color: #fff;
	text-decoration: none;
	font-size: 100%;
	height: 30px;
}

body.cms-home .catalog_ablum_box .catalog_album_txt_inner{
	padding: 7px 6px;
}

body.cms-home .catalog_ablum_box .catalog_album_txt h4{
	margin-bottom: 0;
}

body.cms-home .catalog_ablum_box .catalog_album_txt a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

body.cms-home .catalog_album_txt .catalog_view{
	display: none;
}

.col-right .block-feature a{
	display: block;
	background: transparent url(../images/lsa_trans.png);
	margin-top: 83px;
	color: #fff;
	text-decoration: none;
	font-size: 92.8%;
	padding: 5px 6px;
}

/**
 * Product Listing
 */

.col-main .category-image{
	float: left;
	border: 9px solid #fff;
	margin-right: 10px;
}

.col-main .category-description{
	padding: 5px;
	line-height: 1.66;
	font-size: 85.7%;
}

.col-main .category-products{
	padding-top: 10px;
	clear: both;
}

.product-shop button.button{
	background: none;
	padding: 0;
	margin: 0;
}

.product-shop button.button span{
	background: #CF0911 right center url(../images/lsa_red_arrow_right.png) no-repeat;
	padding: 3px 25px 3px 10px;
	margin: 0;
}

.products-list li{
	background: none;
}

.products-list h3.product-name{
	font-size: 92.85%;
}

.products-list h3.product-name a{
	text-decoration: none;
}

.products-list h3.product-name .price-box{
	display: inline;
}

.products-list h3.product-name span{
	font-weight: normal;
}

.products-list .product-shop {
	float: left;
	width: 100%;
}
	
.products-list .product-shop .product-info{
	float: left;
	width: 500px;
	margin-left: 5px;
	display: inline;
}

.products-list .product-shop .product-info div.desc{
	font-size: 85.7%;
}

.products-list .product-shop .product-add-to-cart{
	float: right;
	width: 120px;
}

.products-list .product-shop ul.attributes, .products-list .product-shop ul.attributes li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.products-list .product-shop ul.attributes{
	padding-top: 10px;
}

.products-list .product-shop ul.attributes li{
	font-weight: bold;
	display: inline;
}

.products-list .product-shop ul.attributes li span{
	font-weight: normal;
}

.products-list li.item {
	border: none;
	border-bottom: 1px solid #C1C1C1;
}

.category-products div.pager{
	float: right;
	width: auto;
	border: none;
}

.category-products div.pager strong{
	display: block;
	text-indent: -9999px;
	float: left;
}

.category-products div.pager ol li{
	font-size: 85.71%;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}

.category-products div.pager ol li span{
	background-color: #c62e27;
	padding: 6px 10px;
}

.category-products div.pager ol li a{
	padding: 6px 10px;
	text-decoration: none;
	background-color: #d76d68;
	color: #fff;
}

.category-products div.pager ol li.next a{
	color: #333;
	background: 6px no-repeat url(../images/lsa_pager_next.gif); 
	padding-left: 25px;
}

.category-products div.pager ol li.prev a{
	color: #333;
	background: right center  no-repeat url(../images/lsa_pager_prev.gif);
	padding-right: 20px;
	margin-right: 6px;
}

.category-products div.pages{
	margin: 0;
}

/**
 * Product View
 */

.product-view .product-shop{
	width: 100%;
	float: none;
}

.product-view .product-shop dl dt{
	float: left;	
	width: 78px;
}

.product-view .product-shop dl dd{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.product-view dl dd.last{
	height: 50px;
}

.product-view .product-options-bottom{
	border: none;
	clear: both;
	position: relative;
	top: -73px;
	left: 300px;
	width: 120px;
}

.product-view .product-shop{
	font-size: 92.8%;
	width: 55%;
	line-height: 1.7;
	float: left;
}

.product-view fieldset#product-options-wrapper{
	border: none;
	background: none;
	padding: 0;
	width: 300px;
	float: left;
}

.product-view fieldset#product-options-wrapper dl dt{
	font-size: 85.7% !important;
	line-height: 1.7;
	margin-bottom: 20px;
}

.product-view .add-to-cart .button{
	padding: 0;
	margin: 0 0 0 0;
	clear: both;
}

.product-view .add-to-cart .button span{
	background: #CF0911 right center url(../images/lsa_red_arrow_right.png) no-repeat;
	padding: 3px 25px 3px 10px;
	margin: 0;
}

.product-view h3{
	font-size: 114.28%;
	border-bottom: 1px solid #c1c1c1;
	font-weight: normal;
	padding: 7px;
}

.product-view .product-essential, .product-view .product-collateral{
	margin: 0 7px;
}

.product-view .product-essential{
	margin-top: 30px;
}

.product-view .product-collateral {
	margin-top: 20px;
	font-size: 85.7%;
	width: 95%;
}

.product-view .product-collateral p{
	margin: 1em 0;
}

.product-view .product-collateral h4{
	margin: 1em 0 -1em;
}

.product-view .availability-note {
	font-weight: bold; 
}

.product-view .product-img-box {
	float: right;
	margin-left: 20px;
}

.product-view .additional {
	clear:right;
}

.product-view .product-img-box .product-image {
	border: none;
}

/**
 * Popup
 */

.page-popup {
	background: none;
}

/**
 * Sidebar - Related Products
*/
.block-related .item, 
.block-related .item .product-details {
	margin-left: 0px;
}

.block-related .item .addto-wishlist {
	margin-left: 10px;
	font-size: 85.7%;
}

/**
 * Basket
 */

.cart button.button{
	background: none;
	padding: 0;
	margin: 0;
}

.cart button.button span{
	background: #646464 none;
	padding: 0;
	margin: 0;
	padding: 2px 10px;
}

.cart .a-right .button-continue-shopping{
	float:  left;
}

.cart .a-right button.button-continue-shopping span{
	background-color: #5F9E44;
}

.cart ul.checkout-types button.button{
	font-size: 100%;
	margin-top: 10px;
	margin-right: -12px;
}

.cart ul.checkout-types button.button span{
	background: #5F9E44 url(../images/lsa_green_arrow_right.png) right center no-repeat;
	font-size: 92.8%;
	padding-right: 20px;
}

.cart .discount{
	border-bottom: 1px solid #c1c1c1;
	padding: 10px 0;
}

.cart .discount form label{
	clear: both;
}

.cart .discount form input{
	float: left;
	margin-top: 10px;
	width: 180px;
}

.cart .discount .col1, .cart .discount .col2{
	float: left;
	width: 50%;
}

.cart .discount .col1 h3{
	font-size: 85.7%;
	margin-bottom: 0;
}

.cart .discount .col2 button{
	float: right;
	margin-top: 8px;
}

.cart .cart-collaterals{
	width: 100%;
}

.cart table, .cart td, .cart tr, .cart td.a-right{
	border: none;
}

.cart #shopping-cart-table thead, .cart #shopping-cart-table thead tr th{
	border: none;
	background: none;
}	

.cart #shopping-cart-table thead tr th{
	font-size: 85.7%;
}

.cart #shopping-cart-table tbody tr{
	background: none;
	border-bottom: 1px solid #c1c1c1;
}

.cart #shopping-cart-table tbody td{
	font-size: 85.7%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cart #shopping-cart-table tbody td h3{
	float: left;
}

.cart #shopping-cart-table tbody td a{
	color: #949494;
	text-decoration: none;
}

.cart #shopping-cart-table tbody td dl, .cart #shopping-cart-table tbody td dt{
	float: left;
	margin-left: 3px;
}

.cart #shopping-cart-table tbody td dt, .cart #shopping-cart-table tbody td dd{
	margin-top: 1px;
	font-style: normal;
	font-weight: normal;
}

.cart #shopping-cart-table tbody td dd{
	float: left;
	margin-left: -4px;
}

.cart #shopping-cart-table tbody td a.delete-link{
	position: relative;
	top: 4px;
}


.cart #shopping-cart-table tbody tr.last{
	border-bottom: 1px solid #6C6C6C;
}

.cart #shopping-cart-table tfoot td.a-right{
	border-bottom: 1px solid #c1c1c1;
	padding: 10px 0;
}

.cart .totals{
	margin-right: 145px;
	margin-top: 35px;
	width: 250px;
	display: inline;
}

.cart .totals td{
	text-align: right;
	padding: 0 !important;
}

.cart .totals th{
	font-weight: normal !important;
	text-align: left !important;
}

/** Sidebar Basket */

.block-cart .product-details{
	margin-left: 0;
}

.block-cart .product-details h4{
	float: left;
	font-size: 85.7%;
	width: 180px;
}

.block-cart .product-details div.price-quantity{
	float: right;
	font-size: 85.7%;
}

.block-cart .product-details a{
	text-decoration: none;
}

.block-cart .product-details a.details{
	display: block;
	clear: both;
	font-size: 78.57%;
}

.block-cart ol li{
	border-bottom: 1px solid #A3A3A3;
	background: none !important;
	padding: 10px 0;
}

.block-cart p.subtotal{
	font-size: 85.7%;
}

.block-cart p.subtotal span.label{
	float: left;
}

.block-cart p.subtotal span.price{
	float: right;
}

/**
 * Checkout Styles
 */

ol#checkoutSteps li{
	background: none;
	border: none;
}

ol#checkoutSteps li div.step-title{
	background: none;
	border: none;
	font-size: 85.7%;
	border-bottom: 1px solid #A3A3A3;
	padding: 15px 12px 10px;
}

ol#checkoutSteps li div.step-title h3{
	margin-top: 2px;
	line-height: 1;
}

ol#checkoutSteps li div.step-title span.number{
	line-height: 1;
	margin-top: 2px;
}

ol#checkoutSteps li.allow div.step-title{
	background: no-repeat 600px center url(../images/lsa_checkout_edit.png);
}

ol#checkoutSteps li.active div.step-title{
	background: no-repeat 600px center none;
}

ol#checkoutSteps li.active div.step-title{
	border-bottom: none;
}

ol#checkoutSteps .buttons-set .button span{
	background: #5F9E44 url(../images/lsa_green_arrow_right.png) no-repeat right center;
	padding-right: 60px;
}

ol#checkoutSteps .buttons-set a{
	color: #868686;
	font-size: 85.7%;
	margin-top: 6px;
}

.opc .step{
	border: none;
}

.opc .step table{
	font-size: 85.7%;
}

.opc .step a.cvv-what-is-this{
	font-size: 85.7%;
	color: #868686;
}

.opc .step .required{
	margin-top: 20px;
	font-weight: bold;
}

/* Progress Block */

.block-progress{
	
}

.block-progress dt, .block-progress dd{
	background: none !important;
}

.block-progress dt{
	font-weight: normal;
	margin-bottom: 14px;
}

.block-progress dt a{
	color: #868686;
}

.block-progress dd{
	font-size: 78.57%;
	border-bottom: 1px solid #A3A3A3;
	padding: 0 0 14px 0;
	margin-bottom: 14px;
}

/**
 * Footer
 */

.footer{
	margin-top: 2em;
	padding: 0 0 10px 0;
	background: #c4c4c4 repeat-x url(../images/lsa_footer_bg.png);
	color: #434343;
	border: none;
}

.footer p{
	text-align: left;
	font-size: 85.7%;
	margin: 1em 0 0.5em 0;
}

.footer .block{
	float: left;
	padding-top: 10px;
}

.footer .block h2{
	margin: 8px 0 14px 0;
	font-size: 114.28%;
}

.footer p{
	color: #555555;
}

.footer .block-term-dates{
	width: 320px;
	padding-left: 20px;
	margin-right: 20px;
}

.footer .block-term-dates{
	line-height: 1.417;
}

.footer .block-term-dates h2{
	margin-bottom: 16px;
}

.footer .block-gallery{
	width: 330px;
}

.footer .block-gallery h2{
	margin-bottom: 15px;
}

.footer .block-gallery p{
	margin-bottom: 1.0em;
}

.footer .block-gallery li{
	display: block;
	float: left;
	margin: 0 9px 9px 0;
}

.footer .block-gallery li img{
	border: 5px solid #fff;
}

.footer .block-email-signup{
	float: right;
	width: 280px;
}

.footer .block-email-signup h2{
	margin-left: 18px;
}

.footer .block-email-signup form fieldset{
	background-color: #91BA7C;
	padding: 10px 18px;
}

.footer .block-email-signup form fieldset p{
	float: left;
	font-size: 98%;
	margin: 0;
}

.footer .block-email-signup form fieldset label{
	display: block;
	width: 100%;
	margin-bottom: 7px;
	color: #fff;
}

.footer .block-email-signup form fieldset input{
	display: block;
	float: left;
}

.footer .block-email-signup input{
	width: 158px;
	padding: 1px;
}

.footer .block-email-signup input.form-submit{
	width: auto;
	border: none;
	color: #fff;
	background-color: #434343;
	padding: 3px 3px;
	line-height: 1;
	margin-left: 12px;
}

.footer .block-email-signup p.info{
	background-color: #8BA75C;
	margin: 0;
	color: #fff;
	padding: 10px 20px 10px 20px;
}

.imprint{
	font-size: 78.57%;
	color: #afafaf;
	background: #222;
	padding: 11px 17px;
	line-height: 1;
}
