/* CSS Document */
#primary{
	float: right;
	padding: 10px;
	margin-bottom: 10px;
	width: 690px;
	height: 820px;
	background-color: #FFFFFF;
}

#secondary{
	float: left;
	width: 170px;
}

#secondary #storeMenu{
	float: left;
	margin-bottom: 10px;
	padding-top: 40px;
	width: 170px;
	height: 390px;
	overflow: hidden;
	background: #ffffff url(../images/grfx/title_welcome.gif) top left no-repeat;
}

#storeMenu ul{
	float: left;
	margin: 0;
	padding: 0 10px 10px 10px;
	width: 150px;
	list-style: none;
}

#storeMenu li{
	float: left;
	margin: 0; padding: 0;
}

#storeMenu li a{
	float: left;
	display: block;
	margin: 0 0 3px 0; padding: 8px 0 0 40px;
	width: 110px;
	height: 22px;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

#storeMenu #signin a{ background: #FFFF00 url(../images/grfx/sign_in.gif) top left no-repeat; }
#storeMenu #createaccount a{ background: #FFFF00 url(../images/grfx/create_account.gif) top left no-repeat; }
#storeMenu #products a{ background: #FFFF00 url(../images/grfx/products.gif) top left no-repeat; }
#storeMenu #releases a{ background: #FFFF00 url(../images/grfx/releases.gif) top left no-repeat; }
#storeMenu #merchandise a{ background: #FFFF00 url(../images/grfx/other_products.gif) top left no-repeat; }
#storeMenu #basket a{ background: #FFFF00 url(../images/grfx/basket.gif) top left no-repeat; }
#storeMenu #checkout a{ background: #FFFF00 url(../images/grfx/buy.gif) top left no-repeat; }

#storeMenu #signin a:hover, #storeMenu #createaccount a:hover, #storeMenu #releases a:hover,
#storeMenu #merchandise a:hover, #storeMenu #basket a:hover, #storeMenu #checkout a:hover, #storeMenu #products a:hover
{ background-color: #ED008C; }

#storeMenu #searchform{
	margin: 0; padding: 0 10px 0 10px;
	width: 150px;
}

#searchform p{
	margin: 0; padding: 0;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

#searchform #search{
	margin: 0 0 10px 0; padding: 0;
	width: 148px;
	height: 18px;
	border: #66CCFF 1px solid;
}

#searchform #submit{
	margin-left: 110px;
	width: 40px;
	height: 20px;
	font-size: 10px;
}

#secondary #currencyConverter{
	float: left;
	margin-bottom: 10px; padding: 70px 0 0 10px;
	width: 160px;
	height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	background: #000000 url(../images/grfx/title_usd.gif) top left no-repeat;
}

#secondary #currencyConverter a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#secondary #currencyConverter a:hover{
	color: #FFFF00;
}

#secondary #contact{
	float: left;
	margin-bottom: 10px; padding: 40px 10px 0 10px;
	width: 150px;
	height: 240px;
	background: #ED008C url(../images/grfx/title_storecontact.gif) top left no-repeat;
}

#secondary #contact h3{
	margin: 0; padding: 0;
	color: #FFFFFF;
	font-size: 10px;
}

#secondary #contact p{
	margin: 0 0 10px 0; padding: 0;
	color: #000000;
	font-size: 10px;
}

#secondary #contact a{
	margin: 0; padding: 0;
	color: #FFFFFF;
	background-color: #000000;
}

#secondary #contact a:hover{
	margin: 0; padding: 0;
	color: #000000;
	background-color: #FFFFFF;
}

/* MIVA MIVA MIVA MIVA MIVA MIVA MIVA */

#primary FORM{
	margin: 0; padding: 0;
}

#primary FONT{
	margin: 0; padding: 0;
	line-height: 12px;
	font-size: 10px;
}

#primary TABLE{
	margin: 0; padding: 0;
	width: 690px;
}

#primary TABLE TD{
	margin: 0; padding: 0;
	width: 100%;
}

#primary TABLE TABLE{
	margin: 0; padding: 0;
	width: 100%;
}

#primary TABLE TABLE img, #primary TABLE TABLE input{
	padding: 2px;
}

#primary BLOCKQUOTE{
	margin: 0; padding: 0;
}

#productsHeader{
	margin: 0; padding: 0;
	width: 690px;
	height: 20px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

#releasesHeader{
	margin: 0; padding: 0;
	width: 690px;
	height: 20px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

#merchHeader{
	margin: 0; padding: 0;
	width: 690px;
	height: 20px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

#payment_info{
	margin: 0; padding: 0 0 0 10px;
	width: 150px;
}

#payment_info img{
	margin: 0;
}

#payment_info h4{
	margin: 0; padding: 0;
	font-size: 9px;
	font-weight: bold;
	color: #FF0000;	
}

#payment_info p{	
	margin: 0; padding: 0;
	font-size: 10px;
}
