
/* -- Stylesheet for All Square Arts ------------------------------- */

/* -- Generic ----------------------------- */
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
.captcha{
	border: 1px solid #adb0d9;
	background: #fafafa;
	padding: 4px;
	}
/* ---------------------------------------- */

/* -- Tables ------------------------------ */
/* -- View basket -- */
#viewBasket{
	border: 1px solid silver;
	padding: 10px;
	}
#viewBasket td, th{
	text-align: center;
	padding: 3px;
	}
#viewBasket th{
	border-bottom: 1px solid #000000;
	}
#viewBasket th.left, td.left{
	text-align: left;
	}
#viewBasket td.left{
	text-align: left;
	}
#viewBasket td.right{
	text-align: right;
	}
#viewBasket tr.subTotal{
	font-weight: bold;
	}
#viewBasket tr.total{
	font-size: 120%;
	}
/* ---------------------------------------- */

/* -- Shop -------------------------------- */
/* -- Sub categories -- */
.subCatsDiv{
	padding: 5px; 
	margin: 20px 0px 10px 0px; 
	clear: left; 
	width: 700px;
	background: url(/images/icons/category.jpg) left top no-repeat;
	padding-left: 60px;
	height: 40px;
	/*height: 160px;*/
	}
.subCatsImage{
	float: left; 
	margin-right: 10px;
	}
.subCatsTitle{
	font-size: 140%;
	}
/* -- Small items -- */
.smallItemsDiv{
	border: 1px solid #aba2d9; 
	width: 205px; 
	height: 250px; 
	margin: 0px 0px 15px 20px; 
	float: left; 
	position: relative;
	}
.price{
	position: absolute;
	left: 3px;
	bottom: 50px;
	}
.smallItemsImage{
	position: absolute; 
	top: -14px; 
	left: 3px;
	}
.smallItemsTitle{
	position: absolute; 
	bottom: -14px; 
	left: 4px; 
	right: 4px; 
	font-weight: bold; 
	text-align: left;
	}
.smallItemsButtons{
	position: absolute; 
	top: -14px; 
	right: 3px; 
	width: 31px;
	}
.oos{
	font-weight: bold;
	color: #ff0000;
	font-style: italic;
	}
.explanation{
	display: none;
	position: absolute;
	top: -10px;
	left: 10px;
	width: 175px;
	height: 220px;
	font-size: 90%;
	background: #ffffff;
	padding: 5px;
	border: 1px solid #aba2d9;
	z-index: 100;
	}	
.expClose{
	position: absolute;
	bottom: 5px;
	right: 5px;
	}
.artist{
	font-size: 120%;
	}
/* -- Full item -- */
#fullItemDiv{
	padding: 5px;
	width: 750px;
	}
.fullItemImage{
	float: left;
	margin-right: 10px;
	}
.fullItemControl{
	font-size: 140%; 
	text-align: right;
	}
/* ---------------------------------------- */

/* -- Main left menu ---------------------- */
#mainMenu{
	margin-top: 20px;
	}
#mainMenu li{
	font-weight: bold;
	list-style-type: square;
	margin-bottom: 5px;
	}
	/* -- Menu colours -- */
	#mainMenu a.shopLink{
		color: #f3a01e;
		}
	#mainMenu a.aboutLink{
		color: #8b4c9d;
		}
	#mainMenu a.sculptureLink{
		color: #9fadec;
		}
	#mainMenu a.filmLink{
		color: #19aa4b;
		}
	#mainMenu a.indoorLink{
		color: #e9194a;
		}
	#mainMenu a.involvedLink{
		color: #31c4ef;
		}
	#mainMenu a.viewAll{
		color: #938b5e;
		}
	#mainMenu a.byArtist{
		color: #b63cbf;
		}
#mainMenu a:hover{
	color: #000000;
	}
#mainMenu li.subMenu{
	list-style-type: circle;
	font-weight: bold;
	font-size: 12px;
	}
/* ---------------------------------------- */

/* -- Artist search ----------------------- */
.columnClass{
	float: left;
	margin-right: 10px;
	}
/* ---------------------------------------- */

/* -- Category Menu ----------------------- */
#category{
	height: 230px;
	margin-top: 20px;
	}
#category p.title{
	font-weight: bold;
	padding: 3px;
	margin-top: 0px;
	}
/* ---------------------------------------- */

/* -- Paragraphs -------------------------- */
#leftContent p.standard{
	border: 2px solid #B1AEC9; 
	height: 230px; 
	padding: 10px;
	}
#leftContent p.small{
	border: 2px solid #B1AEC9; 
	padding: 10px;
	}
#leftContent p.centre{
	text-align: center;
	}
/* ---------------------------------------- */

/* -- Lists ------------------------------- */
li.siteMap{
	list-style-type: none;
	}
/* ---------------------------------------- */

/* -- Images ------------------------------ */
.icon{
	vertical-align: middle;
	border: none;
	}
.bordered{
	border: 1px solid #adb0d9;
	padding: 5px;
	background: #efefef;
	}
.noBorder{
	border: none;
	}
.imageLeft{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	}
.webIcon{
	vertical-align: middle;
	margin-bottom: -2px;
	}
/* -- Links ------------------------------- */
a{
	text-decoration: none;
	color: #000000;
	}
a:hover{
	color: #b3b5dc;
	}
.linkDiv{
	border-bottom: 1px solid #A9B1D6;
	margin-bottom: 10px;
	}
h3.linkH3{
	margin-bottom: -10px;
	padding: 0px;
	}
/* ---------------------------------------- */

/* -- Forms ------------------------------- */
/* -- Checkout -- */
#checkout input{
	width: 250px;
	border: 1px solid #adb0d9;
	padding: 4px;
	}
#checkout input:hover, #checkout input:active, #checkout input:focus,
#checkout textarea:hover, #checkout textarea:active, #checkout textarea:focus,
#checkout input.button:hover, #checkout input.button:active, #checkout input.button:focus{
	border: 1px solid #000000;
	background: #f5f5f5;
	}
#checkout textArea{
	width: 250px;
	height: 100px;
	border: 1px solid #adb0d9;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	}
#checkout input.button{
	width: 100px;
	border: 1px solid #adb0d9;
	background: #ffffff;
	padding: 4px;
	cursor: pointer;
	}
#checkout label{
	vertical-align: top;
	}
#checkoutNow input.button{
	border: none;
	background: #ffffff;
	width: 450px;
	text-align: left;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	}
/* -- Add to mailing list -- */
#addToMailingList input{ 
	width: 174px;
	border: 1px solid #ADB0D9;
	padding: 4px 0px 4px 0px;
	} 
#addToMailingList input.button{ 
	width: 120px;
	border: 1px solid #ADB0D9;
	padding: 4px;
	background: #ffffff;
	cursor: pointer;
	margin-left: 29px;
	} 	
#addToMailingList input.button:hover{
	background: #D5D8E9;
	}
/* -- Contact -- */
#contactForm{
	margin-left: 20px;
	}
#contactForm input{
	text-indent: 25px; 
	width: 300px; 
	vertical-align: middle; 
	border: 1px solid #ADB0D9; 
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
#contactForm textArea{
	text-indent: 0px; 
	width: 300px;
	height: 150px; 
	vertical-align: middle; 
	border: 1px solid #ADB0D9;
	font-size: 80%;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
#contactForm input.button{
	background: #ffffff;
	text-indent: 0px;
	width: 120px;
	padding: 2px;
	cursor: pointer;
	}
#contactForm input.button:hover{
	background: #d8def5;
	}
#contactForm input.checkbox{
	width: auto;
	border: none;
	}
p.contact{
	font-size: 120%;
	}
.redText{
	color: #ff0000;
	vertical-align: top;
	}
/* ---------------------------------------- */

/* -- Layout ------------------------------ */
#graphicalHeader{
	background: url(/images/layout/headerBG.jpg) top left #ffffff repeat-x;
	position: relative;
	width: 100%;
	}
#logo{
	margin-right: -4px;
	border: none;
	}
.graphical_btn{
	border: none;
	}
#leftContent{
	position: absolute;
	top: 200px;
	left: 20px;
	width: 200px;
	float: left;
	}
#frontPageText{
	position: absolute;
	top: 200px;
	left: 230px;
	width: 295px;
	text-align: justify;
	}
#mainContent{
	position: absolute;
	top: 200px;
	left: 230px;
	margin-right: 20px;
	text-align: justify;
	}
#legal{
	font-size: 80%; 
	text-align: center;
	border: 1px solid #adb0d9;
	padding: 3px;
}
#legal a{
	color: #adb0d9; 
	text-decoration: none;
	}
#legal a:hover{
	color: #000000;
	}
#basketDisplay{
	position: absolute;
	border: 2px solid #aba2d9;
	background: #ffffff;
	padding: 3px;
	top: 111px; 
	right: 10px; 
	text-align: center; 
	z-index: 100; 
	font-size: 80%;
	}
#mailingListLeft{
	border: 2px solid #B1AEC9; 
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
#mailingListLeft p.title{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 120%;
	}
/* ---------------------------------------- */

/* -- Menu -------------------------------- */
#topMenu{
	padding: 10px;
	margin-left: 5px;
	}
#topMenu a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	}
#topMenu a:hover, #topMenu a:active, #topMenu a:focus{
	color: #b3b5dc;
	}
/* ---------------------------------------- */

/* -- Misc -------------------------------- */
.cursor{
	cursor: pointer;
	}
/* ---------------------------------------- */

/* -- Links ------------------------------- */
a rollover:hover{
	color: #009900;
	}
a.icon{
	font-size: 120%;
	}
/* ---------------------------------------- */