@CHARSET "UTF-8";

@import url(jquery-ui-1.8rc3.custom.css);


body {
	font-family: Arial, Helvetica;
	font-size: 11px;
	background-color: #30308f;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	padding: 0;
}

a {
	color: #30308f;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 8px 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

table {
	border: 0;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

table td {
	padding: 2px;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 18px;}
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

hr {
	color: #000;
	background-color: #999;
	border: 0;
	height: 1px;
}

*.noscript {
	position: absolute;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #999;
	font-size: 16px;
	text-align: center;
	opacity: 0.9;
	filter: alpha(opacity=90);
	font-weight: bold;
	color: #fff;
}

*.noscript-msg {
	padding: 8px; 
	border: 1px solid; 
	border-color: #666; 
	background-color: #e11009; 
	color: #fff;
	opacity: 0.95;
	filter: alpha(opacity=95);
}


*.dialog {
	display: none;
}

#debug {
	position: absolute;
	top: 0;
	right: 0;
	width: 360px;
	background-color: #fff;
	padding: 8px;
	border: 1px solid;
	border-color: #666;
	display: none;
	z-index: 500;
}

.msg_box {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	border: 2px solid;
	border-color: #ee5555;
	background-color: #fff;
	z-index: 100;
	padding: 8px;
	color: #30308f;
}

.hcenter {
	text-align: center;
}

.hright {
	text-align: right;
}

.vtop {
	vertical-align: top;
}

.vbottom {
	vertical-align: bottom;
}

*.logo {
	float: left;
}

*.header {
	background-color: #c2add6;
	height: 92px;
}

#page_layout {
	position: absolute;
	top: 30px;
	width: 960px;
	left: 50%;
	margin-left: -484px;
	padding: 0 0 20px 0;
}

#page {
	color: #666;
	border: 2px solid;
	border-color: #e11009;
	background-color: #fff;
	padding: 4px;
	-moz-border-radius: 5px;
}

#content {
	padding: 3px 5px 5px 5px;
	color: #666;
}

#disclaimer {
	text-align: center;
	font-size: 10px;
	color: #999;
	clear: both;
	padding: 16px 4px 4px 4px;
}

#page_header {
	border-bottom: 1px solid;
	border-color: #aaa;
}

#login_box, #personal_info {
	text-align: right;
	padding: 4px;
	clear: right;
}

#personal_info a {
	font-size: 12px;
	font-weight: bold;
}

table.cart_box {
	padding: 0;
}

td.cart {
	text-align: center;
}

td.cart a {
	font-size: 12px;
	font-weight: bold;
}

*.nav {
	padding: 6px 4px 4px 4px;
	font-size: 14px;
	font-weight: bold;
	color: #f6f8f8;
	background-color: #e11009;
	height: 18px;
	border: 1px solid;
	border-top: 0;
	border-color: #aaa;
	margin-bottom: 4px;
}

*.nav a {
	color: #f6f8f8;
	text-decoration: none;
}

*.nav a:hover {
	text-decoration: underline;
}

*.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

*.nav ul li {
	float: left;
	padding: 0 16px 0 16px;
}

*.nav div {
	float: left;
}

*.nav div.nameday {
	float: right;
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
}

*.nav div.nameday table td {
	padding: 0;
	margin: 0;
}

input, textarea, select {
	font-family: Arial, Helvetica;
	font-size: 11px;
}

input.text {
	width: 220px;
}

select {
	width: 226px;
	margin: 0;
	padding: 0;
}

textarea {
	width: 220px;
	height: 80px;
}

fieldset {
	border: 1px solid;
	border-color: #aaa;
	-moz-border-radius: 5px;
	margin: 0;
	padding: 6px;
	margin: 4px;
}

legend {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #888;
}

*.userbox {
	border: 2px solid;
	border-color: #2a2a65;
	-moz-border-radius: 5px;
}

*.userbox_title {
	background: url("images/ui-bg_glass_85_30308f_1x400.png") repeat-x scroll 50% 50% #30308F;
	color: #fff;
	padding: 4px 4px 1px 4px;
}

*.userbox_content {
	padding: 2px;
}

*.form_block {
	padding: 4px;
}

*.bubble {
	position: absolute;
	z-index: 500;
	display: none;
}

*.bubble_notification_top {
	width: 198px;
	height: 9px;
}

*.bubble_notification_bottom {
	width: 198px;
	height: 9px;
}

*.bubble_notification_content {
	width: 198px;
}

*.bubble_notification_msg {
	padding-left: 24px;
	padding-right: 10px;
}

*.bubble_notification_top {
	color: #a6261d;
	background-image: url(images/bubble_notification_top.png);
	background-repeat: no-repeat;
	_background:none;
	_filter/**/:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layouts/images/bubble_notification_top.png',sizingMethod='image')
}

*.bubble_notification_bottom {
	color: #a6261d;
	background-image: url(images/bubble_notification_bottom.png);
	background-repeat: no-repeat;
	_background:none;
	_filter/**/:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layouts/images/bubble_notification_bottom.png',sizingMethod='image')
}

*.bubble_notification_content {
	color: #a6261d;
	background-image: url(images/bubble_notification_content.png);
	background-repeat: no-repeat;
	_background:none;
	_filter/**/:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layouts/images/bubble_notification_content.png',sizingMethod='crop')
}

*.alert {
	font-weight: bold;
	font-size: 14px;
	color: #e11009;
	text-align: center;
	padding: 12px;
}

img.border {
	border: 1px solid;
	border-color: #999;
}

div.intro {
	float: right;
	width: 680px;
	padding: 4px;
	padding-left: 8px;
	text-align: justify;
	border-left: 1px solid;
	border-color: #ccc;
}

#special_offer {
	float: left;
	width: 230px;
	padding: 0;
	border: 1px solid;
	border-color: #2a2a65;
	-moz-border-radius: 5px;
	margin-top: 4px;
}

#special_offer div.title {
	background: url("images/ui-bg_glass_85_30308f_1x400.png") repeat-x scroll 50% 50% #30308f;
	color: #fff;
	text-align: center;
	padding: 0;
}

#special_offer div.list {
	padding: 4px;
	font-size: 12px;
}

#special_offer div.list a {
	font-size: 12px;
}

#special_offer div.list ul {
	padding: 0 14px 0 14px;
	margin: 0;
}

#special_offer div.list ul li {
	padding: 0 0 6px;
}

*.hline {
	border-top: 1px solid;
	border-color: #ccc;
	width: 100%;
	height: 4px;
}

