/* ::::::::: CAUPO SHOP PRO 7CSS V3.05 ::::::::: */
/*
neu #fcc300
alt #ffba00
*/
* { margin:0; padding:0;}

body {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			9pt;
	color:				#fff;
	background-color:	#000;
	margin:				0px 0px 0px 0px;
}

/*========= menues ==========*/
#language	{display:	visible;}
#currency	{display:	visible;}

h1, h2, h3, h4, h5, h6 {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		normal;
	color:				#000;
}
h1 {
	font-size:			11pt;
	font-weight:		bold;
	color:				#fcc300;
	background-color:	transparent;
	line-height:		18px;
	margin-bottom:		5px;
}

h2 {
	font-size:			9pt;
	font-weight:		normal;
	color:				#000;
	background-color:	transparent;
}

a {
	color:				#fff;
	text-decoration:	none;
}
a:visited	{color:		#fff;}
a:hover		{color:		#fcc300;}
a:active	{color:		#ff0000;}

img			{border:	0px none;}

input {
	color:				#fff;
	border:				1px solid #fcc300;
	background-color:	#000;
}

a.price_hint:link, a.price_hint:active, a.price_hint:visited {
	color:				#fff;
	text-decoration:	underline;
}
a.price_hint:hover{
	color:				#fcc300;
	text-decoration:	underline;
}

.button_01 {
	height:				20px;
	color:				#000;
	background-color:	#fcc300;
	font-size:			9pt;
	font-weight:		bold;
	text-align:			center;
	vertical-align:		middle;
	cursor:				pointer;
	border-width:		1px;
	margin:				2px 0 5px 0;
	padding:			0 5px 0 5px;
}
.button_search {
	height: 18px;
	color: #000;
	background-color: #fcc300;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-width: 1px;
	margin: 0px 0 3px 5px;
	padding: 0 5px 0 5px;
}
/* -----------------------------------------------
page structure
----------------------------------------------- */
#page {
	position:			absolute;
	top:				120px;
	left:				0;
	margin:				0px 0px 0px 0px;
	width:				952px;
	background-color:	transparent;
}

#content-wrapper {
	width:				952px;
	margin:				0px 0px 0px 0px;
	padding:			10px 8px 10px 0px;
	color:				#fff;
	background-color:	#000;
}

/*
		To switch the sidebar to the right side, simply change
		the "float" and "clear" properties of #content and
		#sidebar from right to left and left to right.
*/

#content {
	float:				right;
	min-height:			480px;
	width:				732px;
	margin:				0 0 0 0;
	padding: 			0 0 0 0px;
}

#sidebar {
	font-size:			9pt;
	width:				190px;
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 15px;
	clear:				left;
	float:				left;
}
/* -----------------------------------------------
nav top
----------------------------------------------- */
#nav-top {
	position:			absolute;
	top:				0px;
	left:				0px;
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 15px;
	height:				114px;
	width:				937px;
	background-color:	#000;
	border-bottom:		1px #fff solid;
}

#nav_top_menue {
	position:			absolute;
	top:				86px;
	left:				210px;
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	line-height:		20px;
	width:				700px;
	background-color:	transparent;
	z-index:			10;
/*	background:			url(../../../gra/bg_nav_top_menue.jpg) repeat-x; */
}

#logo {
	position:			absolute;
	left:				15px; top:5px;
	margin:				0 0 0 0;
	background-color:	#fff;
	z-index:			6;
}
#banner {
	font-size:			11pt;
	font-weight:		bold;
	color:				#fcc300;
	background-color:	#000;
	position:			absolute;
	left:				410px;
	top:				16px;
	margin:				0 0 0 0;
	padding:			0 0 0 0;
	z-index:			6;
/*	border:				1px solid #999;*/
}
#basket_info {
	position:			absolute;
	top:				0px;
	left:				251px;
	height:				20px;
	min-width:			210px;
	color:				#fff;
	padding:			0 10px 0 10px;
	border-right:		1px solid #fff;
	z-index:100;
}
#home_link {
	position:			absolute;
	top:				0px;
	left:				20px;
	height:				20px;
	padding:			0 10px 0 10px;
	border-left:		1px solid #fff;
	border-right:		1px solid #fff;
}
#ft_link {
	position:			absolute;
	top:				0px;
	left:				103px;
	height:				20px;
	padding:			0 10px 0 10px;
	border-right:		1px solid #fff;
}
#basket_top {
	position:			absolute;
	top:				0px;
	left:				619px;
	height:				20px;
	width:				120px;
	padding:			0 0 0 0 ;
	text-align:			center;
	border-left:		1px solid #fff;
	border-right:		1px solid #fff;
/*	background:			url(../../../gra/bg_nav_top_basket.jpg) repeat-x; */
}

a.basket:link,a.basket:active,a.basket:visited {
	color:				#ff0000;
	text-decoration:	none;
	display:			block;
	cursor:				pointer;
}
a.basket:hover {
	color:				#fff;
	text-decoration:	none;
	display:			block;
	cursor:				pointer;
}

a.nav_top_menue:link,a.nav_top_menue:active,a.nav_top_menue:visited {
	color:				#fff;
	text-decoration:	none;
	display:			block;
}
a.nav_top_menue:hover {
	color:				#fcc300;
	text-decoration:	none;
	display:			block;
}
/* -----------------------------------------------
nav-bottom
----------------------------------------------- */
#footer {
	text-align:			center;
	width:				952px;
	clear:				both;
	margin:				10px 0px 0px 0px;
	padding:			10px 0px 0px 0px;
	border-top:			1px dotted #9a9997;
}
#nav-bottom {
	font-size:			7pt;
	font-weight:		normal;
	width:				733px;
	margin:				0 0 0 220px;
	padding:			0px 0px 10px 0px;
	color:				#fff;
	text-align:			center;
	/*border:			1px solid #fff;*/
}
#nav-bottom ul {
	margin:				0 0 0 0;
	padding-top:		5px;
}
#nav-bottom li {
	list-style-type:	none;
	display:			inline;
	margin:				0 0 0 0;
	padding-left:		5px;
	font-size:			11px;
	text-align:			right;
}
/* -----------------------------------------------
categories
----------------------------------------------- */
.i_m_categories_title {
	font-weight:		bold;
	margin:				0 0 0 0;
	padding:			0 0 0 10px;
	line-height:		18px;
	height:				18px;
	color:				#fcc300;
	background:			url(../../../gra/bg_i_m_categories_title.gif) repeat-x;
	background-color:	transparent;
	border-top:			1px #c9cacf dotted;
	border-right:		1px #c9cacf dotted;
	border-left:		1px #c9cacf dotted;
}
.i_m_categories_active {
	margin:				0 0 0 0;
	padding:			0 0 0 10px;
	color:				#fff;
	background:			#000;
	height:				18px;
	border-right:		1px #c9cacf dotted;
	border-bottom:		1px #c9cacf dotted;
	border-left:		1px #c9cacf dotted;
}
.i_m_categories_passive {
	margin:				0 0 0 0;
	padding:			0 0 0 10px;
	color:				#fff;
	background-color:	#000;
	line-height:		18px;
	border-right:		1px #c9cacf dotted;
	border-bottom:		1px #c9cacf dotted;
	border-left:		1px #c9cacf dotted;
s}
a.i_m_categories_a_link:link,a.i_m_categories_a_link:active,a.i_m_categories_a_link:visited {
	font-size:			8pt;
	color:				#fff;
	text-decoration:	none;
	line-height:		18px;
}
a.i_m_categories_a_link:hover {
	color:				#fcc300;
}
a.i_m_categories_p_link:link,a.i_m_categories_p_link:active,a.i_m_categories_p_link:visited {
	font-size:			8pt;
	color:				#fff;
	text-decoration:	none;
	line-height:		18px;
}
a.i_m_categories_p_link:hover {
	color:				#fcc300;
}
.i_m_categories_bottom {
	line-height:		6px;
	height:				6px;
	background-color:	transparent;
}
/* -----------------------------------------------
search
----------------------------------------------- */
.i_m_search_title {
	font-weight:		normal;
	margin:				0 0 0 0;
	padding:			0 0 0 10px;
	line-height:		18px;
	height:				18px;
	color:				#fff;
	background:			url(../../../gra/bg_i_m_search_title.gif) repeat-x;
	background-color:	transparent;
	border-top:			1px #c9cacf dotted;
	border-right:		1px #c9cacf dotted;
	border-left:		1px #c9cacf dotted;
}
.i_m_search {
	font-size:			8pt;
	margin:				0 0 0 0;
	padding:			5px 0 5px 10px;
	color:				#fff;
	background-color:	#000;
	border-right:		1px #c9cacf dotted;
	border-bottom:		1px #c9cacf dotted;
	border-left:		1px #c9cacf dotted;
}
input.i_m_search_form {
	font-size:			10pt;
	font-weight:		normal;
	width:				120px;
	border:				1px solid #fcc300;
}
.i_m_search_bottom {
	line-height:		6px;
	height:				6px;
	background-color:	transparent;
}
/* -----------------------------------------------
service
----------------------------------------------- */
.i_m_service_title {
	font-weight:		normal;
	margin:				0 0 0 0;
	padding:			0 0 0 10px;
	line-height:		18px;
	height:				18px;
	color:				#fff;
	background:			url(../../../gra/bg_i_m_service_title.gif) repeat-x;
	background-color:	transparent;
	border-top:			1px #c9cacf dotted;
	border-right:		1px #c9cacf dotted;
	border-left:		1px #c9cacf dotted;
}
.i_m_service {
	margin:				0 0 0 0;
	color:				#000;
	background-color:	transparent;
	line-height:		18px;
}
.i_m_service ul li {
	font-size:			8pt;
	margin:				0 0 0 0;
	padding:			0 0 0 10px;
	list-style-type:	none;
	color:				#fff;
	background-color:	#000;
	border-right:		1px #c9cacf dotted;
	border-bottom:		1px #c9cacf dotted;
	border-left:		1px #c9cacf dotted;
}
.i_m_service ul li a,i_m_service ul li a:visited,i_m_service ul li a:active {
	margin:				0 0 0 0;
	color:				#fff;
	text-decoration:	none;
	display:			block;
}
.i_m_service ul li a:hover {
	margin:				0 0 0 0;
	color:				#fcc300;
	text-decoration:	none;
	display:			block;
}
.i_m_service_bottom {
	line-height:		6px;
	height:				6px;
	background-color:	transparent;
}
/* -----------------------------------------------
login
----------------------------------------------- */
.i_m_log_in_title {
	font-weight:		normal;
	margin:				0 0 0 0;
	padding:			0 0 0 10px;
	line-height:		18px;
	height:				18px;
	color:				#fff;
	background:			url(../../../gra/bg_i_m_log_in_title.gif) repeat-x;
	background-color:	transparent;
	border-top:			1px #c9cacf dotted;
	border-right:		1px #c9cacf dotted;
	border-left:		1px #c9cacf dotted;
}
.i_m_log_in {
	font-size:			8pt;
	margin:				0 0 0 0;
	padding:			5px 0 5px 10px;
	color:				#fff;
	background-color:	#000;
	border-right:		1px #c9cacf dotted;
	border-bottom:		1px #c9cacf dotted;
	border-left:		1px #c9cacf dotted;
}
input.i_m_log_in_form {
	font-size:			10px;
	font-weight:		normal;
	width:				120px;
	border:				1px solid #fcc300;
}
a.i_m_log_in_link:link, a.i_m_log_in_link:active, a.i_m_log_in_link:visited {
	font-size:			11px;
	line-height:		15px;
	color:				#fff;
	text-decoration:	underline;
}
a.i_m_log_in_link:hover{
	color:				#fcc300;
	text-decoration:	underline;
}
.i_m_log_in_bottom {
	line-height:		6px;
	height:				6px;
	background-color:	transparent;
}
/* -----------------------------------------------
logout
----------------------------------------------- */
.i_m_log_out_title {
	font-weight:		normal;
	margin:				0 0 0 0;
	padding:			0 0 0 10px;
	line-height:		18px;
	height:				18px;
	color:				#fff;
	background:			url(../../../gra/bg_i_m_log_in_title.gif) repeat-x;
	background-color:	transparent;
	border-top:			1px #c9cacf dotted;
	border-right:		1px #c9cacf dotted;
	border-left:		1px #c9cacf dotted;
}

.i_m_log_out {
	font-size:			8pt;
	margin:				0 0 0 0;
	padding:			5px 0 5px 10px;
	color:				#fff;
	background-color:	transparent;
	border-right:		1px #c9cacf dotted;
	border-bottom:		1px #c9cacf dotted;
	border-left:		1px #c9cacf dotted;
}
.i_m_log_out_bottom {
	line-height:		6px;
	height:				6px;
	background-color:	transparent;
}
/* -----------------------------------------------
language
----------------------------------------------- */
.i_m_language_title {
	font-weight:		normal;
	margin:				0 0 0 0;
	padding:			0 0 0 10px;
	line-height:		18px;
	height:				18px;
	color:				#fff;
	background:			url(../../../gra/bg_i_m_language_title.gif) repeat-x;
	background-color:	transparent;
	border-top:			1px #c9cacf dotted;
	border-right:		1px #c9cacf dotted;
	border-left:		1px #c9cacf dotted;
}
.i_m_language {
	font-size:			8pt;
	margin:				0 0 0 0;
	padding:			5px 0 5px 10px;
	color:				#fff;
	background-color:	#000;
	border-right:		1px #c9cacf dotted;
	border-bottom:		1px #c9cacf dotted;
	border-left:		1px #c9cacf dotted;
}
a.i_m_language_link:link, a.i_m_language_link:active, a.i_m_language_link:visited {
	font-size:			8pt;
	line-height:		15px;
	color:				#fff;
	text-decoration:	underline;
}
a.i_m_language_link:hover{
	color:				#fcc300;
	text-decoration:	underline;
}
.i_m_language_bottom {
	line-height:		6px;
	height:				6px;
	background-color:	transparent;
}
/* -----------------------------------------------
currency
----------------------------------------------- */
.i_m_currency_title {
	font-weight:		normal;
	margin:				0 0 0 0;
	padding:			0 0 0 10px;
	line-height:		18px;
	height:				18px;
	color:				#000;
	background:			url(../../../gra/bg_i_m_currency_title.gif) repeat-x;
	background-color:	transparent;
	/*border-bottom:1px #c9cacf solid;*/
}
.i_m_currency {
	font-size:8pt;
	margin: 0 0 0 0;
	padding: 5px 0 5px 10px;
	color:#000;
	background-color:#ebecf0;
	border-bottom:1px #c9cacf solid;
}
a.i_m_currency_link:link, a.i_m_currency_link:active, a.i_m_currency_link:visited {
	font-size:8pt;
	line-height:15px;
	color:#000;
	text-decoration:underline;
}
a.i_m_currency_link:hover{
	color:#9a9997;
}
.i_m_currency_bottom {
	line-height:6px;
	height:6px;
	background-color:transparent;
}
/* -----------------------------------------------
content
----------------------------------------------- */
#content_info {
	margin:				0px 0 10px 0;
	padding:			10px 10px 10px 10px;
	background:			#fff;
	color:				#fff;
	background-color:	#000;
	border:				1px solid #9a9997;
}

a.content_info:link, a.content_info:active, a.content_info:visited {
	color:				#000;
	text-decoration:	underline;
}

a.content_info:hover{
	color:				#9a9997;
}

.content_error {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 10px;
	font-weight:bold;
	color:#ff0000;
	background-color:#fff;
	border: 1px solid #ff0000;
}
.content_desc {
	color:				#fff;
	background:			transparent;
	margin:				0 0 0 0;
	padding:			0px 0px 0px 0px;
	/*border: #000 1px solid;*/
}
/* -----------------------------------------------
errors
----------------------------------------------- */
.error {
	font-weight:bold;
	color:#ff0000;
	background-color:transparent;
}
/* -----------------------------------------------
structure product list 4 col
----------------------------------------------- */
.p_l_frame_4_col {
	width:			740px;
	margin-bottom:	10px;
	padding:		0 0 0 0;
	text-align:		left;
}
.p_l_content_4_col {
	width:			175px;
	padding:		0px;
	float:			left;
	background:		#fff;
}
.p_l_spacer_4_col {
	width:			10px;
	padding:		0px;
	float:			left;
	background:		transparent;
}
/* -----------------------------------------------
product list container for list with 4 col
----------------------------------------------- */
.p_l_c_frame_4_col {
	width:				175px;
	height:				240px;
	margin:				0 0 0 0;
	padding:			5px 0px 0px 0px;
	background:			#000;
	/*border:				1px solid #9a9997;*/
}
.p_l_c_text_4_col {
	width:				175px;
	height:				20px;
	font-size:			11px;
	text-align:			center;
	color:				#fff;
	background-color:	#000;
}
.p_l_c_img_4_col {
	width:				175px;
	height:				185px;
	padding:			2px 5px 5px 1px;
	text-align:			center;
	vertical-align:		baseline;
	background-color:	transparent;
/*	border:				1px solid red;*/
}
.p_l_c_details_4_col {
	width:				50px;
	margin-right:		5px;
	padding:			5px;
	background-color:	#fff;
}
.p_l_c_price_4_col {
	font-size:			8pt;
	font-weight:		bold;
	float:				right;
	width:				140px;
	margin-left:		5px;
	padding:			5px;
	color:				#fff;
	background-color:	transparent;
	text-align:			right;
	/*border:			1px solid #ff0000;*/
}

a.p_l_c:link, a.p_l_c:visited, a.p_l_c:active {
	color:				#fff;
	text-decoration:	none;
}
a.p_l_c:hover {
	color:				#fcc300;
	text-decoration:	none;
}
/* -----------------------------------------------
sub-categories list 3 col
----------------------------------------------- */
.sc_l_frame {
	width:				740px;
	margin:				10px 0 10px 0;
	padding:			0 0 0 0;
	text-align:			left;
	/*border: 1px solid #ff0000;*/
}
.sc_l_content_text {
	width:				232px;
	min-height:			30px;
	margin:				0 0 0 0;
	padding:			10px 0 0 0;
	float:				left;
	background:			transparent;
	text-align:			center;
	border:				1px solid #9a9997;
}

a.sc_l_content_text_link:link, a.sc_l_content_text_link:visited, a.sc_l_content_text_link:active {
	color:				#fff;
	text-decoration:	none;
}
a.sc_l_content_text_link:hover {
	color:				#fcc300;
	text-decoration:	none;
}

.sc_l_content_image {
	width:234px;
	min-height:30px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	background:transparent;
	text-align:center;
}
.sc_l_spacer {
	width:15px;
	padding:0px;
	float:left;
	background:transparent;
	/*border: 1px solid #000;*/
}
/* -----------------------------------------------
page browser
----------------------------------------------- */
.pb_frame {
	line-height:	18px;
	width:			732px;
	margin:			5px 0 8px 0;
	padding:		0px;
	text-align:		left;
	color:			#fff;
	background:		transparent;
	border-bottom:	1px #fcc300 solid;
}
.pb_left {
	font-size:		8pt;
	width:			300px;
	padding:		0px 0px 0px 10px;
	float:			left;
	color:			#fff;
	background:		transparent;
}
.pb_right {
	font-size:		8pt;
	width:			300px;
	padding:		0px 10px 0px 0px;
	float:			right;
	color:			#fff;
	background:		transparent;
	text-align:		right;
}
/* aktiv */
.browsera {
	line-height:	18px;
	font-weight:	bold;
	color:			#fff;
}
a.browser_link:link,a.browser_link:active,a.browser_link:visited {
	line-height:	18px;
	color:			#fff;
}
a.browser_link:hover {
	color:			#fff;
}
/* -----------------------------------------------
product details
----------------------------------------------- */
.p_d_frame {
	font-size: 9pt;
	min-height:100px;
	width: 732px;
	margin: 0 0 10px 0;
	padding: 0px 0px 10px 0px;
	color:				#fff;
	background-color:	transparent;
}
.p_d_c_left {
	float:				left;
	font-size:			11px;
	width:				300px;
	margin:				0 0 0 0;
	padding:			0px 0px 0px 0px;
	color:				#000;
	background-color:	transparent;
}
.p_d_c_right {
	float:right;
	font-size: 11px;
	width:390px;
	margin:0 0 0 10px;
	padding:0px 0px 0px 0px;
	color:				#fff;
	background-color:	transparent;
/*	border:				1px solid red;*/
}
.p_d_frame img {
	padding:		0px 0px 0px 0px;
}

a.p_d_frame_link:link, a.p_d_frame_link:active, a.p_d_frame_link:visited {
	color:				#fff;
	text-decoration:	underline;
}
a.p_d_frame_link:hover{
	color:				#fcc300;
	text-decoration:	underline;
}
.p_d_list {
	height:				25px;
	border-bottom:		1px solid #fcc300;
}
.p_d_list select {
	width:				80px;
	border:				1px solid #fcc300;
	color:				#fff;
	background-color:	#000;
}
.p_d_button {
	height:				40px;
/*	border-bottom:		1px solid #9a9997; */
}
.p_d_img_box_w_250 {
	width: 250px;
	border: 0px solid #9a9997;
}
.p_d_img_rollover {
	width: 50px;
	border:  0px solid #9a9997;
}
.p_d_td_rollover {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border: 1px solid #9a9997;
}
.p_d_td_rollover_selected {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border: 1px solid #cc0000;
}

/* -----------------------------------------------
product details related
----------------------------------------------- */
#p_d_r_title {
	margin:				0 0 10px 0;
	padding:			2px 0px 2px 5px;
	color:				#fff;
	background:			#000;
	border-bottom:		1px #fcc300 solid;
}
.p_d_r_c_frame_3_col {
	height:				188px;
	width:				238px;
	margin:				0 0 0 0;
	padding:			0px 0px 0px 0px;
	position:			relative;
	overflow:			visible;
	background:			transparent;
	border:				1px solid #7e2372;
}

.p_d_r_c_frame_4_col {
	height:				230px;
	width:				175px;
	margin:				0 0 0 0;
	padding:			5px 0px 0px 0px;
	position:			relative;
	overflow:			visible;
	background:			#000;
/*	border:				1px solid #9a9997;*/
}
.p_d_r_c_text_4_col {
	height:				20px;
	width:				175px;
	font-size:			11px;
	text-align:			center;
	background-color:	transparent;
}
.p_d_r_c_img_4_col {
	height:				170px;
	width:				160px;
	padding:			2px 5px 5px 10px;
	text-align:			center;
	vertical-align:		baseline;
	background-color:	transparent;
}
.p_d_r_c_details_4_col {
	width:				60px;
	margin-right:		5px;
	padding:			5px;
	background-color:	#fff;
}
.p_d_r_c_price_4_col {
	font-size:			8pt;
	float:				right;
	width:				150px;
	margin-left:		5px;
	padding:			5px;
	color:				#fff;
	background-color:	transparent;
	text-align:			right;
}
/* -----------------------------------------------
formulare
----------------------------------------------- */
.form_label {
	background-color:	transparent;
	height:				22px;
	line-height:		22px;
	vertical-align:		bottom;
	padding:			1px 3px 1px 5px;
	text-align:			left;
	/*border-bottom:		1px solid #fcc300;*/
}
.form_input {
	background-color:	transparent;
	height:				22px;
	line-height:		22px;
	vertical-align:		bottom;
	padding:			1px 3px 1px 5px;
	text-align:			left;
	/*border-bottom:		1px solid #fcc300;*/
}
/* -----------------------------------------------

----------------------------------------------- */

.p_a {
	margin:				10px 0 0 0;
	text-align:			center;
}
/* -----------------------------------------------
sizes
----------------------------------------------- */
.size_left_1 {
	width:				200px;
	padding:			0 0 0 2px;
	color:				#000;
	background-color:	#c9cacf;
	border-bottom:		#000 1px solid;
}
.size_left_2 {
	width:				140px;
	padding:			0 0 0 2px;
	color:				#000;
	background-color:	#ebecf0;
	border-bottom:		#000 1px solid;
}
.size_1 {
	width:				65px;
	color:				#000;
	background-color:	#c9cacf;
	text-align:			center;
	border-bottom:		#000 1px solid;
	border-left:		#000 1px solid;
}
.size_2 {
	width:				65px;
	color:				#000;
	background-color:	#ebecf0;
	text-align:			center;
	border-bottom:		#000 1px solid;
	border-left:		#000 1px solid;
}
.size_1_top {
	color:				#000;
	background-color:	#c9cacf;
	text-align:			center;
}
.size_2_top {
	color:				#000;
	background-color:	#ebecf0;
	text-align:			center;
	border-bottom:		#000 1px solid;
}
/* -----------------------------------------------
EOF
----------------------------------------------- */
