/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

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

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#top_navi {
	font-size: 11px;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
}
#top_navi a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
} 

#top_navi a:hover {
	text-decoration: underline;
}
#master {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background-image: url(../images/screen_head_l.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
#head_right {
	background-image: url(../images/screen_head_r.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 88px;
	position: relative;
}
#head_navi {
	background-image: url(../images/headnavi_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	top: 26px;
	position: absolute;
	left: 280px;
}
#head_navi ul {
	margin: 0px;
	background-image: url(../images/headnavi_right.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 36px;
}
#head_navi li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#head_navi a {
	background-image: url(../images/headnavi_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: block;
	height: 36px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 13px;
}
#head_navi a:hover {
	text-decoration: underline;
}


.screen_table {
	padding: 0px;
	margin: 0px;
}

table.screen_table {
	border-collapse: collapse;
	width: 100%;
}

#head_items {
	position: absolute;
	left: 5px;
	bottom: 7px;
}

#finder_input {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	margin: 0px;
	padding: 2px;
}
#finder_image {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#head_items a {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
#head_items a:hover {
	text-decoration: none;
}


#table_middle {

}

#table_left {
	background-image: url(../images/screen_left_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}


#table_content {
	background-image: url(../images/screen_middle_r_bg.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
	width: 100%;
	padding: 10px;
}
#category {
	background-image: url(../images/screen_cat_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 142px;
	margin: 0px;
	padding: 0px;
}
#category h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#category ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#category li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#category a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}
#category a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}
#category_bottom {
	background-image: url(../images/screen_cat_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width: 142px;
}
#bottom {
	background-image: url(../images/screen_bottom_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
	font-size: 10px;
}
#bottom_right {
	float: right;
	background-image: url(../images/screen_bottom_r.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 12px;
}
#bottom_middle {
	background-image: url(../images/screen_bottom_middle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 19px;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 2px;
}
#bottom a {
	color: #000000;
	text-decoration: underline;
}
#bottom a:hover {
	color: #666666;
	text-decoration: none;
}
#bottom_end {
	font-size: 10px;
	text-align: center;
}
#bottom_end a {
	color: #666666;
	text-decoration: underline;
}
#bottom_end a:hover {
	text-decoration: none;
}





.error_message {
	background-color: #FFCC99;
	border: 1px dotted #993300;
	padding: 5px;
}
.text_small {
	font-size: 10px;
}

#shop_breadcrumb {
	background-color: #e1e1c9;
	padding: 3px;
	border: 1px solid #cfcfcf;
	font-size: 10px;
	font-weight: bold;
}






.content p,
.content div,
.content td {
	font-size: 12px;
}

.content p {
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.content div {
	margin: 0px;
	padding: 0px;
}

.content a {
	color: #0000FF;
	text-decoration: underline;
}
.content a:hover {
	color: #666666;
	text-decoration: none;
}



.content table {
	border-collapse: collapse;
	width: 100%;
}

.content td {
	border: 1px dotted #666666;
	padding: 4px;
	font-size: 12px;
	background-color: #FFFFFF;
	vertical-align: top;
}

.content td p {
	font-size: 10px;
}

.content th {
	background-color: #a3d52b;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.content h1 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffbe32;
}
.content h1 a {
	color: #666666;
}

.content h2 {
	font-size: 14px;
}

.content td h2 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.content h3 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3D52B;
}
.content h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.content li {
	font-size: 12px;
	margin-bottom: 5px;
}
.info_box {
	width: 100%;
	padding: 10px;
}

.info_box .head {
	background-image: url(../images/info_box_head_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	z-index: 15;
	position: relative;
}
.info_box .head h1 {
	background-image: url(../images/info_box_head_re.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 19px;
	margin: 0px;
	font-size: 12px;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	overflow: visible;
	z-index: 20;
}
.info_box .head h1 p {
	font-weight: bold;
	font-size: 12px;
}

.info_box .middle_left {
	background-image: url(../images/info_box_middle_li.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.info_box .middle_right {
	background-image: url(../images/info_box_middle_re.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 8px;
}


.info_box .bottom {
	background-image: url(../images/info_box_bottom_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 6px;
	margin: 0px;
	padding: 0px;
}

.info_box .bottom div {
	background-image: url(../images/info_box_bottom_re.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
	height: 6px;
	margin: 0px;
	padding: 0px;
}

.info_box p {
	margin: 0px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	line-height: normal;
	text-align: justify;
}

#start_index table, #start_index td, #start_index th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#start_index #img {
	height: 200px;
	width: 200px;
}

#start_index ul {
	margin: 0px;
	padding: 0px;
}

#start_index li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#start_index li a {
	background-color: #a3d52b;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #999999;
	margin: 2px;
}
#start_index a:hover {
	color: #999999;
	background-color: #D0EA95;
}
#index_content td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.product_num {
	width: 90px;
}
.price {
	width: 130px;
}

.box_onlineeditor a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.box_onlineeditor a:hover {
	text-decoration: underline;
}

/* phpdig styles */

.phpdigHighlight {
	font-weight: bold;
	font-size: 12px;
	color: #009900;
}
.color_table_outline {
	background-color: #cccccc;
	color: #000000;
	border: 1px solid #000000;
}
.color_top_bottom {
	background-color: #eeeeee;
	color: #000000;
}
.color_sub_top_bottom {
	background-color: #dddddd;
	color: #000000;
}
.color_table_cells {
	background-color: #ffffff;
	color: #000000;
}

/* ajax */

#search_main_update {
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

#search_main_update ul {
	margin: 0px;
	padding: 0px;
}

#search_main_update li {
	display: block;
	margin: 1px;
	padding: 2px;
	list-style-type: none;
	color: #000000;
	font-size: 10px;
}

/* für ajax autocompleter */
.selected {
	background-color: #a3d52b;
	border: 1px solid #666666;
	color: #333333;
}

#shopping_cart {
}

#shopping_cart iframe {
	height: 600px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
