html, body {
	height: 100%;
}
body {
 background-color: white;
 padding: 0;
 margin: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: black;
}

a:link, a:visited {
 color: red;
}

h2 {
	font-weight: bold;
	font-size: 14px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
}
form td {
	vertical-align: top;
	font-size: 12px;
}

table.profile td {
	vertical-align: top;
	padding-top: 5px;
}
table.profile td ul {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}
table.grid {
	border-collapse: collapse;
}
table.grid th, table.grid td {
	border: 1px solid black;
	padding: 2px;
}
h1 {
 color: white;
 background-color: #B5B5B5;
 font-size: 16px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 5px 6px 5px;
 background: url(../images/h1_bg_0.png) repeat-y;

}

img {
	border-style: none;
	text-decoration: none;
}

code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

#wrapper {
	position: relative;
	width: 900px;
	min-height: 100%;
	height: expression( this.scrollHeight < 550 ? "550px" : "auto" );
	margin: 0 auto;
}
#content {
	width: 900px;
	padding: 0px;
	background-color: transparent;
	padding-bottom: 60px;
	position: relative;
}
#footer {
	position:absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
}
.error {
	padding: 3px;
	border: 2px solid red;
}
.message {
	border: 2px solid black;
	font-size: 16px;
	text-align: center;
	padding: 5px;
}

#toplinks {
	text-align: center;
	font-size: 11px;
	padding: 5px;	
}
.tos {
	width: 100%;
	height: 240px;
	border: 1px solid black;
	overflow: auto;
}
.instruction {
	font-size: 12px;
	font-style: italic;
	color: #0099FF;
}
.required {
	font-size: 1.2em;
	color: red;
}
.price {
	font-weight: bold;
	color: #006600;
}
.special_table {
	border-collapse: collapse;
	width: 100%;
}
.special_table td {
	border: 1px solid black;
	padding: 2px;
}
.cell_product {
	width: 42%;
}
.cell_price {
	width: 12%;
}
.cell_offer {
	width: 36%;
}
.cell_savings {
	width: 12%;
}
.cell_more {
	width: 22%;
}
.special_thumbnail {
	margin-top: 2px;
}
.inset {
	padding-left: 3em;
}
.slogan {
	color: #0066FF;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 0 auto;
}
.slogan_red {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 0 auto;
}
#footer_text {
	text-align: center;
	font-size: 10px;
}

.store_name_small {
	font-size: 10px;
}

table.banners {
	float:left;
	height: 100%;
}

.homepage_box {
	width: 260px;
	border: 2px solid #999999;
	margin: 2px;
	float:left;
	text-align: left;
	padding: 2px;
	font-weight: bold;
	position: relative;
}

.homepage_box:hover {
	border: 2px solid red;
}

.special_box {
	width: 245px;
	height: 188px;
	border: 3px solid;
	float: left;
	position: relative;
	margin: 2px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	color: #4F5155;
	font-weight: normal;
}

.special_box p {
	margin: 1px;
}

.special_box .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.special_box .product_name {
	position: absolute;
	top: 0;
	left: 102px;
	width: 141px;
	height: 40px;
	font-weight: bold;
	text-align: center;
}
.special_box .offer {
	position: absolute;
	top: 42px;
	left: 102px;
	width: 141px;
	height: 58px;
	text-align: center;
}
.special_box .store {
	position: absolute;
	top: 102px;
	left: 0;
	width: 245px;
	height: 20px;
	text-align: left;
}
.special_box .end_date {
	position: absolute;
	top: 124px;
	left: 0;
	width: 245px;
	height: 20px;
	text-align: left;	
}
.special_box .shoplist_link {
	position: absolute;
	top: 146px;
	left: 0;
	width: 90px;
	height: 40px;
	text-align: left;
}
.special_box .shoplist_link a {
	color: red;
}
.special_box .coupon {
	position: absolute;
	top: 146px;
	left: 92px;
	width: 150px;
	height: 20px;
	text-align: left;
}
#post_item input, #post_item select{
	padding: 1px;
	font-size: 10px;
	border: 1px solid gray;
}
#post_item td {
	padding: 1px;
	text-align: center;
	vertical-align: top;
	font-size: 10px;	
}
#post_item img {
	vertical-align: middle;
}

.SI-FILES-STYLIZED label.cabinet
{
    width: 16px;
    height: 16px;
    background: url(/images/image_add.png) 0 0 no-repeat;

    display: block;
	position: relative;
    overflow: hidden;
    cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#shoplist_frame {
	position: fixed;
	bottom: 2px;
	right: 2px;
	width: 320px;
	height: 240px;
	border: 2px solid #333333;
	display: none
}
#shoplist_open {
	position: fixed;
	bottom: 2px;
	right: 2px;
	background-color: white;
	border: 2px solid #333333;
	padding: 2px;
	display: none;
	font-size: 1.1em;
	font-weight: bold;
}
#search_frame {
	position: fixed;
	top: 2px;
	left: 2px;
	width: 250px;
	height: 220px;
	display: none;
	z-index: 10;
	overflow: hidden;
}
#search_open {
	position: fixed;
	top: 2px;
	left: 2px;
	background-color: white;
	border: 2px solid #333333;
	padding: 2px;
	font-size: 1.1em;
	font-weight: bold;
	z-index: 10;
}
}
@media print {
.noprint {
	display: none;
}
}
