/* DEFAULT TEMPLATE STYLES */
body, html {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}



/* DEFAULT TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border: 0px solid #dddddd;
	vertical-align: top;
	text-align: left;
}


/* TEMPLATE ELEMENTS */
#tpl_body {
	width: 100%;
	/* height: 100%; IE6.css */
	min-height: 100%;
	background-color: #657981;
	background-image: url(../image/web/body_bg.gif);
}
#tpl_wrapper {
	padding: 20px 0px;
}
#tpl_width {
	width: 715px;
	min-width: 715px;
	max-width: 715px;
	padding: 20px;
	background-color: #515151;
	margin: 0px auto;
}
#tpl_flags {
	text-align: right;
	padding: 2px 2px 10px 0px;
}
#tpl_content_wrapper {
	width: 665px;
	margin: 0px 0px 20px 25px;
}
#tpl_price_col_menu {
	width: 220px;
}
#tpl_price_col_content {
	width: 445px;
}
#tpl_price_menu_wrapper {
	margin-right: 20px;
	background-color: #ffffff;
}
#tpl_price_menu {
	
}
#tpl_price_content_wrapper {
	background-color: #ffffff;
}
#tpl_price_content {
	padding: 15px 20px;
}
.tpl_price_menu_title {
	color: #ffffff;
	background-color: #a3a3a3;
	padding: 1px 10px;
	font-weight: bold;
}
.tpl_price_menu_td {
	border-top: 1px solid #dddddd;
	padding: 3px 10px;
}


/* FORM STYLES */
.formbut {
	color: #ffffff; 
	background-color: #333333;
	border: 1px solid #333333;
	height: 20px; 
	line-height: 10px;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
}
.formline {
	color: #666666; 
	border: 1px solid #CCCCCC;
	height: 14px;
	background-color: #FFFFFF;
	width: 300px;
	line-height: 14px;
	padding: 2px 3px 2px 3px;
	margin-bottom: 3px;
}
.formarea {
	color: #666666;  
	border: 1px solid #CCCCCC;
	padding: 2px 3px 2px 3px;
	background-color: #FFFFFF;
	width: 300px;
	height: 100px;
	margin-bottom: 3px;
}
.formline:focus, .formarea:focus {
	border-color: #666666;
	color: #333333;
}
.formbut:hover {
	background-color: #666666;
	border: 1px solid #666666;
}
input[type=radio] {
	margin: 0px 4px 0px 4px;
}
.formtable {
	border: 0px solid #eeeeee;
	background-color: #FFF;
	width: 450px;
}
.formtable td {
	border: 0px solid #eeeeee;
	padding: 5px 10px 0px 10px;
}
.formlabel {
	border-bottom: 0px solid #ffffff;
	padding: 5px 10px 5px 10px;
	text-align: right;
	width: 90px;
}
.formrequired {
	background-color: #FFFF99;
}
.formnotify {
	border-bottom: 1px dashed #FF9900;
	background-color: #FFFF99;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
}
tr.first td {
	padding-top: 20px;	
}
td.formextra {
	padding: 20px 20px;
}
td.formextra .formbut {
	float: right;
}


/* MENU STYLES */
.menu1, .menu1selected {
	display: block;
}
.menu2, .menu2selected, .menu2:hover, .menu2selected:hover {
	display: block;
	padding-left: 5px;
	text-decoration: none;
	color: #333333;
}
.menu2:hover, .menu2selected:hover, .menu2selected {
	font-weight: bold;
}
.menu2:hover {
	text-decoration: underline;
}
.menu3, .menu3selected, .menu3:hover, .menu3selected:hover {
	display: block;
	padding-left: 15px;
	text-decoration: none;
	color: #333333;
}
.menu3:hover, .menu3selected:hover, .menu3selected {
	font-weight: bold;
}
.menu3:hover {
	text-decoration: underline;
}


/* ExtraZake FUNCTION STYLES */
.highlight {
	border-bottom: 1px dashed #333333;
}
.photothumb {
	width: 77px;
	height: 77px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}
.tpl_webitem {
	max-width: 100%;
	clear: both;
	min-height: 20px;
}


/* ROLIGHT SHOP */
.shopcategory {
	width: 135px;
	height: 150px;
	/* display: inline; IE6.css */
	display: inline-block;
	position: relative;
}
.shopcategory div {
	width: 135px;
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 0px;
}
.pageproductarticleview {
	text-align: center;
	width: 100px;
}


@media Print {
	html, body {
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		background-image: none;
	}
	body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, ul, li, ol, sub, sup {
		color: #000000;
	}
	.menu1, .menu1selected, .menu2, .menu2selected, .menu3, .menu3selected {
		color: #000000;
	}
	.noprint {
		display: none;
	}
}