html
{
	height: 100%;
}

* html #page
{
	height: 100%;
}

body
{
	background: #fff url('images/bg_store.jpg') repeat-x 0 64px;
	color: #962587;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

img { border: none; }

a 
{
	color: #60f;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

li
{
	display: block;
	margin: 0;
	padding: 0;
}

ul
{
	list-style-type: none;
}

h1, h4, p
{
	margin: 10px;
	padding: 0;
}

.homeButton
{
	float:left;
	display: block;
	width: 217px;
	height: 144px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('images/msc_logo.gif');
}

.homeButton span
{
	display: none;
}

#storeMenu
{
	display: block;
	float: left;
	margin: 45px 0 0 0;
	padding: 0;
}

#storeMenu > li
{
	display: block;
	padding: 0 15px;
	margin: 0;
	float: left;
	height: 18px;
}

#storeMenu li a
{
	font-weight: bold;
}

#storeMenu li a:hover
{
	color: #f00;
}

#storeMenu  > li > .subMenu
{
	display: none;
	border: 1px solid #FFEA73;
	background-color: #F3FEED;
	width: 180px;
	padding: 0;
	margin: 0;
	clear: both;
}

#storeMenu  > li > .subMenu > li
{
	margin: 0;
}

#storeMenu  > li > .subMenu > li a
{
	font-weight: normal;
	display: block;
	padding: 2px 5px;
	text-decoration: none;
}

#storeMenu  > li > .subMenu > li a:hover
{
	background-color: #fff;
}

#storeMenu > li:hover > .subMenu 
{
	display: block;
	background-color: #ffc;
	float: left;
	position: absolute;
}

#signupForm
{
	margin: 27px 0 0 280px;
	width: 228px;
	text-align: left;
	float: left;
}

#signupForm h5
{
	color: #C655B7;
	font-weight: bold;
	font-size: 10px;
	padding: 0;
	margin: 0;
}

#signupForm p
{
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#signupForm form
{
	padding: 0;
	margin: 0;
}

#signupForm form .email
{
	border: 1px solid #B645A7;
	border-right-width: 0;
	width: 172px;
	height: 14px;
}

#signupForm form .email input
{
	font-size: 12px;
	height: 14px;
	padding: 1px;
	width: 171px;
	border-width: 0; 
}

#signupForm form .submit
{
	width: 30px;
	border: 1px solid #B645A7;
	background-color: #FFF2B4;
	height: 14px;
}

#signupForm form .submit input
{
	font-size: 12px;
	background-color: #FFF2B4;
	color: #B645A7;
	border-width: 0; 
}

#page
{
	width: 100%;
	height: 100%;
}

#mainPage
{
	clear: left;
	position: relative;
	top: -50px;
}

#sideMenu
{
	border: 1px solid #C655B7;
	background-color: #FFFAB1;
	font-size: 14px;
	width: 180px;
	margin: 55px 5px 5px 5px;
	padding: 5px 0;
	font-weight: bold;
}

#sideMenu > li
{
	position: relative;
	margin: 0;
	padding: 0;
}

#sideMenu > li > a
{
	border-top: 1px solid #FFFAB1;
	border-bottom: 1px solid #FFFAB1;
	color: #962587;
	text-decoration: none;
	padding: 5px 6px;
	display: block;
	text-align: left;
}

#sideMenu > li > a:hover
{
	border-top: 1px solid #FFEA73;
	border-bottom: 1px solid #FFEA73;
	background-color: #F3FEED;
	text-decoration: none;
}

#sideMenu > li > .subMenu 
{
	display: none;
	border: 1px solid #FFEA73;
	background-color: #F3FEED;
	width: 180px;
	margin: 0;
	padding: 0;
}

#sideMenu > li > .subMenu > li a
{
	color: #962587;
	text-decoration: none;
	padding: 10px 6px;
	display: block;
	text-align: left;
}

#sideMenu li:hover > ul.subMenu 
{
	display: block;
	position: absolute; 
	top: 0px; 
}

#pageBody
{
	border-color: #FFEB73;
	background: #FFFFFF url('images/bg_trans_store.jpg') repeat-x 0px -30px;
	width: 825px;
	height: 800px;
	margin: 0 10px 25px 10px;
	border-style: solid;
	border-width: 1px;
	line-height: 1.5;
	padding: 10px;
}

.sectionTitle
{
	font-size: 18px;
	border-bottom: 1px solid #B645A7;
	margin: 5px 0 0 0;
	padding: 0;
}

.sectionBody
{
	margin-left: 35px;
}

#footer
{
	height: 50px;
	border-width: 1px 0 0 0;
	border-style: solid;
	padding-left: 100px;
	border-color: #bba;
	background: #FFEB73 url('images/box.bg.store.jpg') repeat top left;
}

#footer p 
{
	font-size: 10px;
}

.cartPage
{
	height: 600px;
	width: 100%;
}

.mainList img
{
	border: solid 1px #cc9;
}

.storeImage img
{
	border: solid 1px #cc9;
}

.mainList a
{
	font-weight: bold;
	text-decoration: none;
}

hr.separator
{
    height: 1px;
    color: #cc9;
    background-color: #cc9;
    border: 0px;
}

.storePage
{
	width: 100%;
}

.navBar
{
	width: 50px;
	float: left;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #DFCB56;
	margin: 0 10px 10px 0;
}

.navBar td
{
	white-space: nowrap;
}

.navBar .title
{
	margin: 0;
	padding: 0;
}

.breadCrumb
{
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
}

.breadCrumb .item
{
	background-color: #ffc;
	border: 1px solid #cc9;
	padding: 1px 3px;
}

.breadCrumb .link
{
	background-color: #ffc;
	border: 1px solid #cc9;
	padding: 1px 3px;
	text-decoration: none;
}

.breadCrumb a.link:hover
{
	background-color: #fff;
}

.categoryList
{
	margin: 0;
	padding: 0;
}

.categoryList li
{
	display: block;
}

.categoryList li.level2
{
	padding-left: 25px;
}

.categoryList li a
{
	display: block;
}

.categoryList li a:hover
{
	background-color: #fff;
	color: #000;
}

.subcategoryList
{
	height: 25px;;	
}

.subcategoryList .title, .subcategoryList .list
{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.subcategoryList li
{
	float: left;
	display: block;
	padding: 0 8px;
}

.productList .items td
{
	text-align: center;
	padding: 3px;
}

.noProducts
{
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.productInfo
{
	height: 100%;
	padding: 10px;
}

.productInfo .title
{
	font-size: 24px;
	font-weight: bold;
}

.productInfo .mainImage
{
	float:left;
	padding: 3px;
	text-align: center;
	margin: 0 10px 0 0;
}

.productInfo .mainImage a
{
	text-decoration: none;
}

.productInfo .price
{
	font-weight: bold;
}

div.illustrations-popup-large {
    z-index: 8; 
}
div.illustrations-popup-large div.ill-large {
    display: none; left: -50px; position: absolute; top: -150px; border: 1px solid black; 
} 
div.illustrations-popup-large div.ill-large div.myimage {
    z-index: 2; position: relative; 
}
div.illustrations-popup-large div.ill-large IMG.close {
    z-index: 4; right: 13px; cursor: pointer; position: absolute; top: 10px
}
div.illustrations-popup-large div.ill-large div.caption {
    font-size: 12px; z-index: 3; min-height: 46px; position: relative; height: 46px; background-color: #f5f5ea; font-weight: bold;
}
div.illustrations-popup-large div.ill-large div.caption div {
    padding-right: 1em; padding-left: 1em; padding-bottom: 0.5em; padding-top: 1.0em; text-align: center;
}

#gemShowCalendar
{
}

#gemShowCalendar .showList
{
	border: 1px solid #FFEA73;
	background: #fff;
	width: 100%;
	height: 600px;
}

#gemShowCalendar .showList tbody
{
}

#gemShowCalendar .showList th
{
	height: 23px;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #FFEA73;
}

#gemShowCalendar .showList th.dateTitle,
#gemShowCalendar .showList th.showTitle
{
	border-right: 1px solid #FFEA73;
}

#gemShowCalendar .showList td.date
{
	white-space: nowrap;
	vertical-align: top;
	padding: 0 5px 12px 5px;
	height: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	width: 100px;
}

#gemShowCalendar .showList td.info
{
	border-right: 1px solid #FFEA73;
	width: 210px;
	vertical-align: top;
	padding: 0 5px 12px 5px;
	height: 1px;
	font-size: 11px;
}

#gemShowCalendar .showList td.info .name
{
	font-weight: bold;
}

#gemShowCalendar .showInfo
{
	float: left;
	width: 310px;
	border: 1px solid #FFEA73;
	height: 600px;
	background: #fff;
}

#gemShowCalendar .infoLabel
{
	padding-left: 5px;
	vertical-align: top;
	white-space: nowrap;
}

#gemShowCalendar .infoField
{
	padding-right: 5px;
	vertical-align: top;
	padding-left: 5px;
}

.underline
{
	text-decoration: underline;
}

