@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 0px;
	margin: 0px;
	background-color:#FFF;
}

.protect_page{
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}

/* STRUCTURES */
#container_all {
	position: relative;
	width: 970px;
	top: 150px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	/*padding:40px 10px 10px 10px;*/
}
#container_main_full {
	width: 970px;
	position:relative;
	padding:10px;
}
#container_main_left {
	margin-left:205px;
	width: 760px;
	float:left;
	padding:0px;
	position:relative;
}
#container_main_right {
	margin-left:0px;
	width: 760px;
	float:left;
	padding:0px;
	position:relative;
}
#container_main_left_right {
	margin-left:205px;
	width: 560px;
	float:left;
	padding:0px;
	position:relative;
}

#container_right {
	width: 190px;
	float:right;
	z-index:2;
}

#container_left {
	position:absolute;
	width: 195px;
	float:left;
	z-index:1;
}

#container_footer {
	clear:both;
	margin:0px;
	position:relative;
}

#container_top {
	position: absolute;
	width: 100%;
	top: 0px;
	margin:0px;
	padding:0px;
}

	#container_top_inner {
		width: 1000px;
		height:150px;
		margin-left:auto;
		margin-right:auto;
	}

/* LINKS */
a:link, a:visited {
	color: #069;
	text-decoration: underline;
}
a:hover {
	color: #969;
	text-decoration: none;
}
.menu:link, .menu:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
}
.menu:hover {
	color: #CCC;
	text-decoration: none;
	font-size: 13px;
}

.tab_menu {
	background-image: url(/images/top_menu.gif);
	background-repeat: no-repeat;
	background-position: top;
	height:32px;
	padding:0 25px 0 25px;
}

.header_box {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	border: 1px solid #CCC;
	font-weight: bold;
	color: #FFF;
	text-align:center;
}
	.header_box:link , .header_box:visited {
		color: #EEE;
		text-decoration:underline;
	}
	.header_box:hover {
		color: #EEE;
		text-decoration:none;
	}


.catalog_box {
	margin:0px;
	list-style-type: none;
	background-image: url(images/border_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCC;
}
.catalog_box li {
	margin:0 0 0 -40px;
	padding:5px;
	list-style-position: inside;
}
.catalog_box_img {
	box-shadow:#BBB 0.1em 0.2em 0.2em;
	margin-bottom:10px;
}


.catalog_list_box {
	border:1px solid #CCC;
	margin-top:10px;
	padding:10px;
	background-image: url(images/border_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
	.catalog_list_box_img {
		width:130px;
		float:left;
	}
	.catalog_list_box_img img {
		box-shadow:#BBB 0.1em 0.2em 0.2em;
	}
	.catalog_list_box_contents {
		width:405px;
		float:left;
	}
	.catalog_list_box_head_ver {
		font-weight:bold;
		width:60px;
	}
	.catalog_list_box select {
		width:310px;
	}
	

.product_qty_box_img {
	width:300px;
	float:left;
}
.product_qty_box_qty {
	width:460px;
	float:left;
}

.table_1 {
	border: 1px solid #CCC;
}
.table_1 th {
	font-weight: bold;
	color: #FFF;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.table_1 td {
	background-color: #F8F8F8;
	border: 1px solid #EEEEEE;
}
.product_detail_header {
	width: 100px;
	font-weight:bold;
}


.feature_2 {
	position:relative;	
	width:560px;
}
	.feature_2_img {
		margin:-10px -10px 10px -10px;
		padding:10px;
	}
	.feature_2_img img {
		box-shadow:#BBB 0.1em 0.2em 0.2em;
	}
	.feature_2 ul {
		list-style-type: none;
		clear:both;
		margin-left:-50px;
		
	}
		.feature_2 li {
			float: left;
			height: 280px;
			width: 158px;
			/*width:20.85%;*/
			border: 1px solid #CCC;
			margin:0 0 10px 10px;
			padding:10px;
			background-color:#F8F8F8;	
		}

.category_list {
	width:850px;
}
	.category_list ul {
		list-style-type: none;
		clear:both;
		margin-left:-50px;
	}
		.category_list li {
			float: left;
			height: 100px;
			width: 238px;
			border: 1px solid #CCC;
			margin:0 0 10px 10px;
			padding:5px;
			background-color:#FAFAFA;
		}


input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.text_orange {
	color: #F60;
}

.text_yellow {
	color: #FF0;
}

/* HEADERS */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #F90;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #069;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.small {
	font-size:9px;
	color:#999;
}
legend {
	font-weight: bold;
	color: #F90;
}
.box_notes {
	background-color:#FFC;
	padding:10px;
	border: 1px dashed #CCC;
}
.side_right {
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 5px;
}
.box_gray {
	background-color: #FFF;
	background-image: url(/images/box_bg.gif);
	background-repeat: repeat-x;
	text-align: justify;
}
.box_gray2 {
	background-color: #CCC;
	border: 1px solid #333;
}
.border {
	background-color: #FFF;
	background-image: url(images/bg_border.gif);
	background-repeat: repeat-x;
	background-position: top;
}



 


.butt_orange {
	font-weight: bold;
	color: #FFF;
	background-color: #fed364;
	background-image: url(/images/butt_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	height: 25px;
	cursor:pointer;
	width:150px;
}


#apDiv1 {
	position:absolute;
	width:350px;
	height:230px;
	z-index:1;
	margin-left: -245px;
	margin-top: -69px;
}

.text_white {
	color: #FFF;
}
.text_orange {
	color: #F90;
}
.error_message {
	background-color: #F99;
	color:#FFF;
	padding:5px;
}
.complete_message {
	background-color: #6F9;
	color:#000;
	padding:5px;
}


#menu_top {
	background-image:url(images/sunclara_head_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:69px;
	text-align:right;
	padding:10px 10px 10px 0;
	color: #FC0;
}
.rss_list_div {
	padding:10px;
	background-color:#FAFAFA;
	border:1px #CCC solid;
}
.rss_list_div:hover {
	background-color:#FFC;
	cursor:pointer;
}
