html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, form, fieldset, a {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

u {
	text-decoration:underline;
}

strong {
	font-weight: bold;
}

ul {
	padding: 0px 0px 0px 15px;
}

html, body {
	height: 100%;
	overflow: auto;
}

body {
	background-color: #000000;
}

p {
	margin: 0px 0px 5px 0px;
}

#mainContainer {
	position: relative;
	left: 0px;
	right: 0px;
	width: 980px;
	height: 570px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0 auto 0 auto;
}

#footer {
	width: 980px;
	margin: 0 auto 0 auto;
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
}

#footer p {
	font-size: 0.6em;
	margin: 5px 0px 5px 0px;
	color: #CCCCCC;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#detContainer {
	width:980px;
	height:360px;
	background-image:url(images/bg_detail.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
}

#detDesc {
	position:absolute; 
	left:230px; 
	top:85px; 
	width:450px; 
	height:270px; 
	overflow:auto;
}

.detLib {
	margin: 0px 10px 0px 0px; 
	position:absolute; 
	left:685px; 
	top:15px;
	text-align: left;
	font-size:1.2em;
	color:#333333;
	font-weight:bold;
	background-color:#FFFFFF;
	z-index:1;
}

.detLib span {
	font-size:0.6em;
	color:#666666;
}

.detPrice {
	margin: 0px 10px 0px 0px; 
	position:absolute; 
	left:685px; 
	top:300px;
	text-align: left;
	font-size:1.1em;
	color:#990000;
	font-weight:bold;
	background-color:#FFFFFF;
	z-index:1;
}

#detDesc p {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 210px;
	height: 100%;
	text-align: left;
	font-size: 0.8em;
	line-height: 14pt;
	font-variant: small-caps;
	color:#333333;
}

#detImgMain {
	position:absolute;
	left:0px; top:0px;
}

#detImgZoom {
	position:absolute;
	right:5px; top:85px;
}

#detImgBuy {
	position:absolute;
	left:685px; bottom:0px;
}

#varContainer {
	position:absolute;
	left:260px;
	top:0px;
	width:420px;
	height:75px;
	overflow:auto;
}

#collContainer {
	width:980px;
	height:122px;
	background-repeat:no-repeat;
}

#mainViewcart {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 481px;
	background-image:url(images/bg_detail.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font-size: 0.8em;
}

#titleViewcart {
	position: relative;
	left: 0px;
	top: 0px;
	width: 875px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #A00000;
	padding: 0px 0px 2px 0px;
	margin: 0px 5px;
}

#titleViewcart p {
	color: #A00000;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;
	padding: Opx;
}

#titleViewcart a {
	font-weight: normal;
	font-variant: normal;
	font-size: 0.8em;
}

#scrollViewcart {
	position: relative;
	left: 0px;
	top: 0px;
	width: 865px;
	height: 450px;
	margin: 0px 5px 0px 5px;
	padding: 10px 5px 0px 5px;
	overflow: auto;
	font-size: 0.8em;
	background-color: #FFFFFF;
}

#resume {
	width: 835px;
	background-color: #DDDDDD;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border: solid 1px #CCCCCC;
	position: relative;
	left: 0px;
	top: 0px;
	height: 260px;
	overflow:auto;
}

#checkoutForm {
	width: 100%;
}

#checkoutForm span p {
	color:#333333;
}

#checkoutForm .formRequired1 {
	color: #A00000;
}

#checkoutForm .formRequired2 {
	color: #333333;
}

#checkoutForm .formNote {
	color: #666666;
}

#checkoutForm .formAlert {
	color: Red;
	margin: 5 0 0 0;
}

input, select, textarea {
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.noBorder {
	border:none;
}

.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
	border: outset 1px;
}

.highSubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #A00000;
	border: outset 1px;
}

a {
	color: #A00000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p span {
	color: #A00000;
}

small {
	font-size: 0.8em;
}

p.link {
	background-color: #f5dcb3;
	padding: 2px 5px 4px 5px;
	margin: 0px 0px;
}


