@media screen {
	html, body
	{
	  margin:0;
	  padding:0;
	  width:100%;
	  height:100%;
	}
	h1,h2,h3,h4,h5,h6,p,form,fieldset{margin:0;padding:0;border:0;}
	input,textarea,select
	{
		font-family:verdana,arial,helvetica,sans-serif;
		font-size:14px;
		/*border:1px solid #323232;*/
		/*color:#323232;
		background:inherit;*/
	}

	body
	{
		color:#333333;
		font-family:verdana,arial,helvetica,sans-serif;
		font-size:13px;
		background:#e2e2c8 url("/resource/img/bg_left.png") repeat-y;
	}
	#content h3
	{
		font-size:15px;
		font-weight:bold;
		padding:8px 0px;
		background-color:inherit;
		color:#ffffff;
	}
	#content h5
	{
		font-size:13px;
		font-weight:bold;
	}
	#content
	{
		background:transparent url("/resource/img/bg_right.png") repeat-y top right;
	}
	table
	{
		font-size:13px;
	}

	.pdL30
	{
		padding-left:30px;
	}
	.mbm1
	{
		margin-bottom:-7px;
	}
	* html .mbm1
	{
		margin-bottom:0;
	}
	.test
	{
		background:#ffffff;
		color:#000000;
		position:absolute;
		z-index:10000;
		width:30%;
		height:100px;
		overflow:scroll;
	}
/* ##### titles ##### */
	#titles
	{
		position:absolute;
		top:0;
	    background:#810a0d;
	    color:#ffe479;
	    width:100%;
	    height:250px;
	}
	#titles h1
	{
	    font-size:40px;
	    padding:10px 30px;
	}
	#titles h2
	{
	    font-size:25px;
	    padding:5px 30px;
	}
	#titles h3
	{
	    font-size:20px;
	    padding:5px 30px;
	}
/* ##### END titles ##### */

/* ##### header ##### */
	#header
	{
	    position:absolute;
	    top:0;
	    left:0;
	    height:300px;
	    width:100%;
	    z-index:100;
	}
	#header_box
	{
	    position:relative;
	    height:300px;
	    width:100%;
	    overflow:hidden;
	}
	#h_bg
	{
	    position:absolute;
	    width:100%;
	    height:250px;
	    top:0;
	    background:transparent url("/resource/img/bg_h_f.gif") repeat;
	}
	#h_1
	{
	    position:absolute;
	    width:143px;
	    height:250px;
	    top:0;
	    background:transparent url("/resource/img/head_1.jpg") no-repeat;
	}
#flash_logo
{
	position:absolute;
	overflow:hidden;
	width:280px;
	height:120px;
	top:5px;
	left:150px;
}
#logo_1
{
	position:absolute;
	overflow:hidden;
	width:140px;
	height:50px;
	top:3px;
	left:130px;
	background:url("/resource/img/logo_1.png") no-repeat;
}
#logo_2
{
	position:absolute;
	overflow:hidden;
	width:52px;
	height:52px;
	top:37px;
	left:420px;
	background:url("/resource/img/logo_2.gif") no-repeat;
}
	/*#h_2
	{
	    position:absolute;
	    width:321px;
	    height:120px;
	    top:5px;
	    left:150px;
	    background:transparent url("/resource/img/head_2.jpg") no-repeat;
	}*/
	#h_3
	{
	    position:absolute;
	    width:265px;
	    height:250px;
	    top:0;
	    right:0;
	    background:transparent url("/resource/img/head_3.jpg") no-repeat;
	}
	#h_4
	{
	    position:absolute;
	    width:320px;
	    height:30px;
	    top:125px;
	    left:145px;
	    background:transparent url("/resource/img/head_4.gif") no-repeat;
	}
/* ##### END header ##### */

/* ##### h_menu ##### */
	#h_menu
	{
	    position:absolute;
	    top:160px;
	    left:0;
	    width:100%;
	    height:140px;
	    overflow:hidden;
	}
	#h_menu_box
	{
	    position:relative;
	    margin:0 80px;
	    background:#3f85b8 url("/resource/img/h_menu_box.jpg") no-repeat bottom left;
	    color:inherit;
	    height:140px;
	}
	#hm_crn_l_b
	{
	    position:absolute;
	    bottom:0;
	    left:0;
	    width:17px;
	    height:17px;
	    background:transparent url("/resource/img/hm_crn_l_b.gif") no-repeat;
		z-index:17;
	}
	#hm_crn_r_b
	{
	    position:absolute;
	    bottom:0;
        left:0;
        width:100%;
	    height:17px;
	    background:transparent url("/resource/img/hm_crn_r_b.gif") no-repeat bottom right;
	    z-index:25;
	}

/* ##### END h_menu ##### */

/* ##### hm_menu ##### */
	#hm_menu
	{
	    background:#323232;
	    color:inherit;
	    padding:7px 0;
	    overflow:hidden;
	    width:100%;
	    position:absolute;
	    top:0;
	    z-index:23;
	}
	#hmm_crn_l_t
	{
	    position:absolute;
	    top:0;
	    left:0;
	    width:17px;
	    height:17px;
	    background:transparent url("/resource/img/hmm_crn_l_t.gif") no-repeat;
	    z-index:25;
	}
	#hmm_crn_r_t
	{
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:17px;
	    background:transparent url("/resource/img/hmm_crn_r_t.gif") no-repeat top right;
	    z-index:25;
	}
	#hm_menu ul
	{
	    list-style:none;
	    margin:0;
	    font-size:14px;
	    font-weight:bold;
	    color:#ffffff;
	    background-color:inherit;
	    padding:0 10px;
	}
	#hm_menu ul li
	{
	    float:left;
	    background:transparent url("/resource/img/hm_menu_li_cur.gif") no-repeat;
	    cursor:default;
	}
	#hm_menu ul li span, #hm_menu ul li a span
	{
	    padding:2px 30px 2px 30px;
		display:block;
	}
	#hm_menu ul li a:link span, #hm_menu ul li a:visited span
	{
		background:transparent url("/resource/img/hm_menu_li.gif") no-repeat;
	    text-decoration:underline;
	}

	#hm_menu ul li a:hover span
	{
		background:transparent url("/resource/img/hm_menu_li.gif") no-repeat -22px 0;
	    text-decoration:underline;
	}
	#hm_menu a:link, #hm_menu a:visited
	{
	    background-color:inherit;
	    color:#e2e2c8;
	    text-decoration:underline;
	}
	#hm_menu a:hover
	{
	    background-color:inherit;
	    color:#ffffff;
	    text-decoration:underline;
	}
/* ##### END hm_menu ##### */

/* ##### frm_search ##### */
	#frm_search
	{
	    position:absolute;
	    top:0;
	    z-index:20;
	    width:500px;
	    height:140px;
	    overflow:hidden;
	}
	#frm_search_str_lb
	{
	    background:inherit;
	    color:#ffffff;
	    font-size:14px;
	    font-weight:bold;
	    position:absolute;
	    top:76px;
	    left:15px;
	}
	#frm_search_str
	{
	    position:absolute;
	    top:76px;
	    left:90px;
	    font-size:14px;
	    border:1px #000000 solid;
	    background:#ffffff;
	    color:#000000;
	    width:280px;
	}
	#frm_search_but
	{
	    position:absolute;
	    top:76px;
	    left:390px;
	    border:0;
	    background:#e2e2c8 url("/resource/img/frm_search_but.png") no-repeat;
	    color:#000000;
	    width:55px;
	    height:22px;
	    font-size:12px;
	}
	#frm_search_inside
	{
	    position:absolute;
	    top:100px;
	    left:200px;
	}
	#frm_search_in_lb
	{
	    position:absolute;
	    font-weight:bold;
	    top:101px;
	    left:225px;
	    background-color:inherit;
	    color:#ffffff;
	}
/* ##### END frm_search ##### */

/* ##### shopping_cart ##### */
	#shopping_cart
	{
	    position:absolute;
	    top:0;
	    right:0;
	    z-index:19;
	    background:#006699 url("/resource/img/frm_search.gif") no-repeat;
	    color:inherit;
	    width:330px;
	    height:140px;
	    overflow:hidden;
	}
	#shopping_cart_lg
	{
		display:block;
	    position:absolute;
	    top:45px;
	    left:110px;
	}
	#shopping_cart_lg a
	{
	    background:inherit;
	    color:#ffffff;
	    font-size:14px;
	    font-weight:bold;
	    text-decoration:underline;
	}
	#shopping_cart_empty, #shopping_cart_items
	{
	    background:inherit;
	    color:#e2e2c8;
	    font-size:14px;
	    font-weight:normal;
	    position:absolute;
	    top:75px;
	    left:110px;
	    cursor:default;
	}
	#shopping_cart_value
	{
	    background:inherit;
	    color:#ffcc00;
	    font-size:14px;
	    font-weight:bold;
	    position:absolute;
	    top:75px;
	    right:15px;
	    cursor:default;
	}
	#shopping_cart_value span
	{
		padding:0 0 0 5px;
	    background:inherit;
	    color:#e2e2c8;
	    font-size:14px;
	    font-weight:normal;
	}
	#shopping_cart_proc
	{
	    position:absolute;
	    bottom:15px;
	    right:15px;
	    border:0;
		background:#e2e2c8 url("/resource/img/shopping_cart_proc.png") no-repeat;
	    color:#000000;
	    width:130px;
	    height:22px;
	    font-size:12px;
	}
	#shopping_cart_proc a
	{
	    background:inherit;
	    color:#000000;
	    font-size:12px;
	    text-decoration:none;
	    display:block;
		padding:4px 13px;
	}
/* ##### END shopping_cart ##### */

/* ##### h_d_menu ##### */
	#h_d_menu
	{
		position:absolute;
		right:250px;
		top:17px;
		height:140px;
		overflow:hidden;
	}
	#h_d_menu ul
	{
		list-style:none;
		margin:0;
		padding:0;
	    color:#ffffff;
	    background-color:inherit;
		font-size:13px;
	}
	#h_d_menu ul li
	{

		background:transparent url("/resource/img/h_d_menu_li_cur.gif") no-repeat 0 5px;
		cursor:default;
	}
	#h_d_menu ul li span, #h_d_menu ul li a span
	{
		padding:3px 0px 3px 17px;
		display:block;
	}
	#h_d_menu ul li a:link span, #h_d_menu ul li a:visited span
	{
		background:transparent url("/resource/img/h_d_menu_li.gif") no-repeat 0 5px;
		text-decoration:underline;
	}
	#h_d_menu ul li a:hover span
	{
		background:transparent url("/resource/img/h_d_menu_li.gif") no-repeat -13px 5px;
		text-decoration:underline;
	}

/* ##### END h_d_menu ##### */

/* ##### LINK ##### */
	#frm_authoriz a:link, #frm_authoriz a:visited
	{
		color:#ffffff;
		background:inherit;
		text-decoration:underline;
	}
	#frm_authoriz a:hover
	{
		color:#e2e2c8;
		background:inherit;
		text-decoration:underline;
	}
	#h_d_menu ul li a:link, #h_d_menu ul li a:visited,
	#b_menu ul li a:link, #b_menu ul li a:visited,
	#copy a:link, #copy a:visited
	{
		color:#e2e2c8;
		background:inherit;
		text-decoration:underline;
	}
	#h_d_menu ul li a:hover,
	#b_menu ul li a:hover,
	#copy a:hover
	{
		color:#ffffff;
		background:inherit;
		text-decoration:underline;
	}
	a:link, a:visited
	{
		color:#323232;
		background:inherit;
		text-decoration:underline;
	}
	a:hover
	{
		color:#990000;
		background:inherit;
		text-decoration:underline;
	}
/* ##### END LINK ##### */

/* ##### copy & develop ##### */
	#copy
	{
		position:absolute;
		bottom:10px;
		right:10px;
		color:#e2e2c8;
		background:inherit;
		font-size:11px;
		cursor:default;
	}
	#develop
	{
		position:absolute;
		bottom:10px;
		left:15px;
		width:80px;
		height:15px;
		background:#ffffff url("/resource/img/v80x15.gif") no-repeat;
		color:inherit;
	}
	#develop a
	{
		display:block;
		width:80px;
		height:15px;
		overflow:hidden;
	}
	#develop a span
	{
		display:block;
		padding-top:50px;
	}

/* ##### END copy ##### */

/* ##### b_menu ##### */
	#b_menu
	{
		position:absolute;
		top:10px;
	}
	#b_menu ul
	{
		list-style:none;
		margin:0 15px;
		padding:0;
	    color:#ffffff;
	    background-color:inherit;
		font-size:13px;
	}
	#b_menu ul li
	{
		display:block;
		float:left;
		white-space:nowrap;
		background:transparent url("/resource/img/b_d_menu_li_cur.gif") no-repeat 0 5px;
		cursor:default;
	}
	#b_menu ul li span, #b_menu ul li a span
	{
		padding:3px 20px 3px 17px;
		display:block;
	}
	#b_menu ul li a:link span, #b_menu ul li a:visited span
	{
		background:transparent url("/resource/img/b_d_menu_li.gif") no-repeat 0 5px;
		text-decoration:underline;
	}
	#b_menu ul li a:hover span
	{
		background:transparent url("/resource/img/b_d_menu_li.gif") no-repeat -13px 5px;
		text-decoration:underline;
	}
/* ##### END b_menu ##### */

/* ##### marking ##### */

	#header,#footer,#content
	{
		min-width:900px;
	}
	#content
	{
		position: relative;
		min-height: 100%;
	}
	#content_box
	{
		margin-left:80px;
		margin-right:80px;
		padding-top:320px;
		padding-bottom:120px;
	}
	#left_col
	{
		margin-right:-1%;
		float:left;
		width:30%
	}
	#right_col
	{
		float:left;
		width:71%;
	}
/* ##### END marking ##### */

/* ##### fut_white ##### */
	.fut_white_1
	{
		background:transparent url("/resource/img/fut_white_1.png") no-repeat left bottom;
	}
	.fut_white_2
	{
		background:transparent url("/resource/img/fut_white_2.png") no-repeat bottom right;
		margin-left:17px;
	}
	.fut_white_3
	{
		background-color:#ffffff;
		color:inherit;
		margin-right:17px;
		min-height:17px;
	}
/* ##### END fut_white ##### */

/* ##### top_black ##### */
	.top_black_1
	{
		background:transparent url("/resource/img/top_black_1.png") no-repeat;
	}
	.top_black_2
	{
		background:transparent url("/resource/img/top_black_2.png") no-repeat top right;
		margin-left:17px;
	}
	.top_black_3
	{
		background-color:#810a0d;
		color:inherit;
		margin-right:17px;
		min-height:17px;
	}
	.top_black_3 h3
	{
		background:transparent url("/resource/img/top_black_3.jpg") no-repeat top right;
	}
/* ##### END top_black ##### */

/* ##### top_mag ##### */
	.top_mag_1
	{
		background:transparent url("/resource/img/top_mag_1.png") no-repeat;
	}
	.top_mag_2
	{
		background:transparent url("/resource/img/top_mag_2.png") no-repeat top right;
		margin-left:17px;
	}
	.top_mag_3
	{
		background-color:#006699;
		color:inherit;
		margin-right:17px;
		min-height:17px;
	}
	.top_mag_3 h3
	{
		background:transparent url("/resource/img/top_mag_3.jpg") no-repeat top right;
	}
/* ##### END top_mag ##### */

/* ##### top_orng ##### */
	.top_orng_1
	{
		background:transparent url("/resource/img/top_orng_1.png") no-repeat 0 0;
	}
	.top_orng_2
	{
		background:transparent url("/resource/img/top_orng_2.png") no-repeat top right;
		margin-left:17px;
	}
	.top_orng_3
	{
		background-color:#fee6dc;
		color:inherit;
		margin-right:17px;
		min-height:17px;
	}
	.top_orng_3 h3
	{
		background:transparent url("/resource/img/top_orng_3.jpg") no-repeat;
	}
/* ##### END top_orng ##### */

/* ##### fut_orng ##### */
	.fut_orng_1
	{
		background:transparent url("/resource/img/fut_orng_1.png") no-repeat left bottom;
	}
	.fut_orng_2
	{
		background:transparent url("/resource/img/fut_orng_2.png") no-repeat bottom right;
		margin-left:17px;
	}
	.fut_orng_3
	{
		background-color:#fee6dc;
		color:inherit;
		margin-right:17px;
		min-height:17px;
	}
/* ##### END fut_orng ##### */

/* ##### top_grn ##### */
	.top_grn_1
	{
		background:transparent url("/resource/img/top_grn_1.png") no-repeat;
	}
	.top_grn_2
	{
		background:transparent url("/resource/img/top_grn_2.png") no-repeat top right;
		margin-left:17px;
	}
	.top_grn_3
	{
		background-color:#fbcdcd;
		color:inherit;
		margin-right:17px;
		min-height:17px;
	}
	.top_grn_3 h3
	{
		background:transparent url("/resource/img/top_grn_3.jpg") no-repeat;
	}
/* ##### END top_grn ##### */

/* ##### fut_grn ##### */
	.fut_grn_1
	{
		background:transparent url("/resource/img/fut_grn_1.png") no-repeat left bottom;
	}
	.fut_grn_2
	{
		background:transparent url("/resource/img/fut_grn_2.png") no-repeat bottom right;
		margin-left:17px;
	}
	.fut_grn_3
	{
		background-color:#fbcdcd;
		color:inherit;
		margin-right:17px;
		min-height:17px;
	}
/* ##### END fut_grn ##### */

/* ##### c_menu ##### */
	#c_menu
	{
		background:#fee6dc url("/resource/img/c_menu.jpg") no-repeat bottom right;
		color:inherit;
	}
	#c_menu ul
	{
		padding:10px 17px 0 17px;
		margin:0;
		list-style:none;
	    color:#990000;
	    background-color:inherit;
		font-size:13px;
		font-weight:bold;
	}
	#c_menu ul li ul
	{
		padding:0 0 0 20px;
	}
	#c_menu li
	{
		background:transparent url("/resource/img/c_menu_li_cur.gif") no-repeat 0 2px;
		cursor:default;
	}
	#c_menu span
	{
		padding:2px 0 2px 20px;
		display:block;
	}
	#c_menu a:link span, #c_menu a:visited span
	{
		background:transparent url("/resource/img/c_menu_li.gif") no-repeat 0 2px;
		text-decoration:underline;
	}
	#c_menu a:hover span
	{
		background:transparent url("/resource/img/c_menu_li.gif") no-repeat -17px 2px;
		text-decoration:underline;
	}

	#c_menu a:link, #c_menu a:visited
	{
		color:#000000;
		background:inherit;
		text-decoration:underline;
		font-weight:normal;
	}
	#c_menu a:hover
	{
		color:#990000;
		background:inherit;
		text-decoration:underline;
		font-weight:normal;
	}
/* ##### END c_menu ##### */

/* ##### position ##### */
	#position
	{
		background-color:#fbcdcd;
		color:inherit;
	}
	.cnt_label
	{
		padding:10px 17px 8px 17px;
		font-size:13px;
		font-weight:bold;
		color:#333333;
		background:inherit;
	}
	.cnt_icq
	{
		padding:10px 17px 1px 17px;
		font-size:13px;
		font-weight:bold;
		color:#333333;
		background:inherit;
	}
	.cnt_icq span
	{
		font-size:19px;
		color:#990000;
		background:inherit;
		font-weight:normal;
	}
	.cnt_icq_time
	{
		padding:0 17px 8px 17px;
		font-size:11px;
		color:#666666;
		background:inherit;
	}
	.cnt_phone
	{
		padding:0 17px 0 17px;
		font-size:19px;

		color:#990000;
		background:inherit;
	}
	#position img
	{
		margin:17px 17px 0 17px;
	}
	.pos_adr
	{
		padding:3px 17px 2px 17px;
		font-size:13px;
		font-weight:bold;
		color:#323232;
		background:inherit;
	}
	.pos_adr span
	{
		font-size:12px;
		font-weight:bold;
		color:#660000;
		background:inherit;
	}
	.pos_tw
	{
		padding:0 17px 0 17px;
		font-size:11px;
		color:#666666;
		background:inherit;
	}
/* ##### END position ##### */

/* ##### f_survey_question ##### */
	#f_survey_question_but
	{
		float:right;
	    border:0;
	    background:#e2e2c8 url("/resource/img/f_survey_question_but.png") no-repeat;
	    color:#000000;
	    width:120px;
	    height:22px;
	    margin:10px 10px 0 0;
	    font-size:12px;
	}
	#f_survey_question
	{
		background-color:#fbcdcd;
		color:inherit;
	}
	#f_survey_question ul
	{
		padding:10px 20px 0 17px;
		margin:0;
		list-style:none;
		font-size:12px;
		background-color:inherit;
		color:#323232;
	}
	#f_survey_question ul li
	{
		padding:0 0 3px 0;
	}
	#f_survey_question ul li span
	{
		background-color:inherit;
		color:#008800;
		font-weight:bold;
	}
	#f_survey_question h5
	{
		background-color:inherit;
		color:#000000;
		font-size:13px;
		font-weight:bold;
		padding:10px 20px 0 17px;
	}
	#f_survey_question form
	{
		padding:10px 10px 0 17px;
		font-size:12px;
		background-color:inherit;
		color:#323232;
	}
/* ##### END f_survey_question ##### */

/* ##### frm_authoriz ##### */
	#frm_authoriz
	{
		position:absolute;
		top:0;
		right:0;
		width:200px;
		height:160px;
		font-size:12px;
	}
	#frm_authoriz *
	{
		text-transform:lowercase;
	}
	#frm_authoriz a:link, #frm_authoriz a:visited, #frm_authoriz a:hover
	{
		text-decoration:none;
	}
	#frm_authoriz label
	{
		color:#ffffff;
		background:inherit;
		/*font-weight:bold;*/
	}
	#frm_authoriz_user_login_lb
	{
		position:absolute;
		top:20px;
	}
	#frm_authoriz_user_login
	{
		position:absolute;
		top:37px;
		width:115px;
	    font-size:14px;
	    border:1px #000000 solid;
	    background:#ffffff;
	    color:#000000;
	}
	#frm_authoriz_user_pw_lb
	{
		position:absolute;
		top:60px;
	}
	#frm_authoriz_user_pw
	{
		position:absolute;
		top:77px;
		width:115px;
	    font-size:14px;
	    border:1px #000000 solid;
	    background:#ffffff;
	    color:#000000;
	}
	#frm_authoriz_but
	{
		position:absolute;
		top:77px;
		right:15px;
	    border:0;
	    background:#e2e2c8 url("/resource/img/frm_authoriz_but.png") no-repeat;
	    color:#000000;
	    width:55px;
	    height:22px;
	    font-size:12px;
	}
	#frm_authoriz_logging
	{
		position:absolute;
		top:103px;
	}
	#frm_authoriz_register
	{
		position:absolute;
		top:120px;
	}
	#frm_authoriz_logout_but
	{
		position:absolute;
		top:20px;
		right:15px;
	    border:0;
	    background:#e2e2c8 url("/resource/img/frm_authoriz_logout_but.png") no-repeat;
	    color:#000000;
	    width:130px;
	    height:22px;
	    font-size:12px;
	}
	#frm_authoriz_admin_but
	{
		position:absolute;
		top:50px;
		right:15px;
	    border:0;
	    background:#e2e2c8 url("/resource/img/frm_authoriz_logout_but.png") no-repeat;
	    color:#000000;
	    width:130px;
	    height:22px;
	    font-size:12px;
	}
/* ##### END frm_authoriz ##### */

/* ##### BUTON ##### */
	.cartBut
	{
	    border:0;
	    background:#e2e2c8 url("/resource/img/cart_but.png") no-repeat;
	    color:#000000;
	    width:165px;
	    height:22px;
	    font-size:12px;
	    padding-left:30px;
	}
/* ##### END BUTON ##### */

/* ##### product_info ##### */
	#product_info
	{
		background:#ffffff;
		color:inherit;
	}
	#product_info #branch
	{
		padding:10px;
		font-size:13px;
		color:#323232;
		background:inherit;
	}
	#product_info #related_items ul
	{
		padding:0;
		margin:0;
		list-style:none;
	}

	#product_info_right
	{
		float:right;
		width:200px;
		height:400px;
		/*border:1px solid red;*/
		position:relative;
		color:inherit;
		background:#ffffff;
	}
	#product_info_right #rating_img .r1,
	#product_list  .ratingImg .r1
	{
		color:inherit;
		background:#e9c105 url("/resource/img/r1.png") no-repeat;
		width:18px;
		height:18px;
		float:left;
		margin:0 0 0 1px;
	}
	#product_info_right #rating_img .r2,
	#product_list  .ratingImg .r2
	{
		color:inherit;
		background:#cccccc url("/resource/img/r2.png") no-repeat;
		width:18px;
		height:18px;
		float:left;
		margin:0 0 0 1px;
	}
	#product_info_right #rating_img
	{
		position:absolute;
		top:10px;
		right:10px;
		width:96px;
	}
	#product_info_right #rating_value
	{
		position:absolute;
		top:30px;
		right:10px;
		color:#666666;
		background:inherit;
		font-size:11px;
		text-transform:lowercase;
		cursor:default;
	}
	#product_info_right #rating_votes
	{
		position:absolute;
		top:43px;
		right:10px;
		color:#666666;
		background:inherit;
		font-size:11px;
		text-transform:lowercase;
		cursor:default;
	}
	#product_info_right #old_price
	{
		position:absolute;
		top:65px;
		left:10px;
		font-size:11px;
		cursor:default;
		color:#666666;
		background:inherit;
	}
	#product_info_right #old_price em
	{
		color:#323232;
		background:inherit;
		font-size:12px;
		text-decoration:line-through;
		font-style:normal;
	}
	#product_info_right #old_price em span
	{
		padding-left:3px;
		font-size:11px;
		text-decoration:none;
		color:#666666;
		background:inherit;
	}
	#product_info_right #price
	{
		position:absolute;
		top:85px;
		left:10px;
		color:#000000;
		background:inherit;
		font-size:12px;
		font-weight:bold;
		cursor:default;
	}
	#product_info_right #price em
	{
		color:#cc3300;
		background:inherit;
		font-size:15px;
		font-weight:bold;
		font-style:normal;
	}
	#product_info_right #price em span
	{
		padding-left:5px;
		font-size:12px;
		font-weight:normal;
		color:#000000;
		background:inherit;
	}
	#product_info_right #you_save
	{
		position:absolute;
		top:110px;
		left:10px;
		color:#666666;
		background:inherit;
		font-size:11px;
		cursor:default;
	}
	#product_info_right #you_save em
	{
		color:#660000;
		background:inherit;
		font-style:normal;
	}
	#product_info_right #you_save em span
	{
		padding-left:3px;
		color:#666666;
		background:inherit;
	}
	#product_info_right #frm_cart_but
	{
		position:absolute;
		top:140px;
		right:10px;
		width:165px;

	}
	#product_info_right #frm_voting
	{
		position:absolute;
		top:180px;
		right:10px;
	}
	#product_info_right #frm_voting legend
	{
		font-size:12px;
		font-weight:bold;
		color:#323232;
		background:inherit;
	}
	#product_info_right #frm_voting fieldset
	{
		border:1px solid #cccccc;
		width:150px;
		padding:0 10px 10px 0;
	}
	#product_info_right #frm_voting #marks
	{
		padding:10px 0 10px 15px;
	}
	#product_info_right #frm_voting label
	{
		font-size:11px;
		color:#333333;
		background:inherit;
	}
	#product_info_right #frm_voting #frm_product_voting_but
	{
		float:right;
	    border:0;
	    background:#e2e2c8 url("/resource/img/frm_product_voting_but.png") no-repeat;
	    color:#000000;
	    width:70px;
	    height:22px;
	    font-size:12px;
	    text-transform:lowercase;
	}
	#product_info_right #discuss
	{
		position:absolute;
		bottom:10px;
		right:10px;
		color:#666666;
		background:inherit;
		font-size:12px;
		cursor:default;
	}
	#product_info_right #discuss span
	{
		display:block;
		font-size:11px;
		padding:3px 0;
	}
	#product_info #picture
	{
		padding:0 0 15px 10px;
	}
	#product_info #picture img
	{
		margin-right:-50px;
		border:1px #999999 solid;
	}
	#product_info #description
	{
		color:#000000;
		background:#f1f6f9;
		margin:0 10px 10px 10px;
		padding:10px;
		font-size:13px;
	}
	#product_info #product_param
	{
		color:#333333;
		background:#fffbea;
		margin:0 10px 10px 10px;
		padding:10px;
		font-size:12px;
	}
	#product_info #product_param #hipping_freight span
	{
		color:#990000;
		background:inherit;
	}
	#product_info #product_param #hipping_freight span span
	{
		color:#333333;
		background:inherit;
		padding-left:3px;
		font-size:11px;
	}
	#product_info #related_items
	{
		color:#333333;
		background:#ffeeee;
		margin:0 10px 0 10px;
		padding:10px;
		font-size:12px;
	}
	#product_info #related_items label
	{
		font-style:italic;
	}
	#product_info #related_items ul li
	{
		padding:2px 0 0 0;
	}
	#product_info #related_items ul li span
	{
		color:#990000;
		background:inherit;
	}
	#product_info #related_items ul li span span
	{
		color:#333333;
		background:inherit;
		padding-left:3px;
		font-size:11px;
	}
/* ##### END product_info ##### */

/* ##### product_discussion_list ##### */
	#product_discussion_list
	{
		background:#ffffff;
		color:#333333;
	}
	#product_discussion_list #back_to_product
	{
		padding:10px;
	}
	#product_discussion_list #add_comment
	{
		padding:10px;
		float:right;
		text-transform:lowercase;
	}
	#product_discussion_list #no_posts
	{
		color:#000000;
		background:#fffbea;
		margin:0 10px 0 10px;
		padding:10px;
		font-size:13px;
		font-weight:bold;
	}
	#product_discussion_list .topic
	{
		padding:10px 10px 0 10px;
	}
	#product_discussion_list .topic_del
	{
		float:right;
		width:95px;
		margin:5px 0 0 0;
	}
	#product_discussion_list .topic_atr
	{
		color:#333333;
		background:#f1f6f9;
		padding:10px;
		font-size:11px;
	}
	#product_discussion_list .topic_atr label
	{
		font-weight:bold;
	}
	#product_discussion_list .topic_atr em
	{
		color:#990000;
		background:inherit;
		font-style:italic;
	}
	#product_discussion_list .topic_atr span
	{
		color:#999999;
		background:inherit;
	}
	#product_discussion_list .topic_text
	{
		color:#000000;
		background:#fffbea;
		padding:10px;
		font-size:13px;
		margin-top:1px;
		display:block;
	}
	#product_discussion_list hr
	{
		display:none;
	}
/* ##### END product_discussion_list ##### */

/* ##### aux_page ##### */
	#aux_page_body
	{
		background:#ffffff;
		color:#333333;
		padding:10px 10px 0 10px;
		font-size:13px;
	}
	#aux_page_body h1
	{
		padding:10px 0;
		font-size:30px;
		font-weight:bold;
	}
	#aux_page_body h2
	{
		padding:10px 0;
		font-size:26px;
		font-weight:bold;
	}
	#aux_page_body h3
	{
		padding:10px 0;
		font-size:23px;
		font-weight:bold;
		color:#333333;
		background:inherit;
	}
	#aux_page_body h4
	{
		padding:10px 0;
		font-size:20px;
		font-weight:bold;
	}
	#aux_page_body h5
	{
		padding:10px 0;
		font-size:17px;
		font-weight:bold;
	}
	#aux_page_body h6
	{
		padding:10px 0;
		font-size:15px;
		font-weight:bold;
	}
	#aux_page_body p
	{
		padding:2px 0;
		text-indent:25px;
	}
/* ##### END aux_page ##### */

/* ##### category ##### */

	#category
	{
		background:#ffffff;
		color:inherit;
	}
	#category #branch
	{
		padding:10px;
		font-size:13px;
		color:#323232;
		background:inherit;
	}
	#category #picture
	{
		border:1px #999999 solid;
		margin:0 0 10px 10px;
		float:left;
	}
	#category #subcategories
	{
		float:left;
	}
	#category #subcategories ul
	{
		padding:0 10px 10px 10px;
		margin:0;
		list-style:none;
		font-size:13px;
	}
	#category #subcategories ul li
	{
		padding:0 0 2px 0;
	}
	#category #subcategories ul li span
	{
		font-size:11px;
		background:inherit;
		color:#666666;
		cursor:default;
	}
	#category #description
	{
		color:#333333;
		background:#f1f6f9;
		margin:0 10px 10px 10px;
		padding:10px;
		font-size:13px;
		font-weight:bold;

	}
	#category #search
	{
		color:#000000;
		background:#ffeeee;
		margin:0 10px 10px 10px;
		padding:10px;
	}
	#category #search #sfrm
	{
		padding:10px 0 0 0;
	}
	#category #search input, #category #search select
	{
		margin:5px 0;
	}
	#category #search label input
	{
		margin:5px 0 0 0;
	}
	#category #search #search_cat_but
	{
		margin:10px 0 0 0;
	}
	#category #empty
	{
		color:#000000;
		background:#fffbea;
		padding:10px;
		font-size:13px;
		font-weight:bold;
		margin:10px 10px 0 10px;
	}
	#category .Set
	{
		color:#000000;
		background:#fffbea;
		padding:10px;
		font-size:12px;
		margin:10px 10px 0 10px;
	}


	#category #ComparisonForm1,
	#category #ComparisonForm2
	{
		float:right;
		width:85px;
	}
	.Navig, #category .SearchRes
	{
		padding-bottom:10px;
	}
	.Navig b, .Navig a
	{
		padding:1px 3px;
		margin:0 0 0 3px;
	}
	.Navig b
	{
		color:#000000;
		background:#f0e68c;
	}
	.Sort
	{
		clear:both;
		font-size:11px;
		color:#666666;
		background:inherit;
	    text-transform:lowercase;
	}
/* ##### END category ##### */

/* ##### product_list ##### */

	#product_list
	{
		margin:0 10px;
	}
	#product_list ul
	{
		list-style:none;
		padding:0;
		margin:0;
	}
	#product_list ul li
	{
		margin-top:10px;
	}
	#product_list .leftBox
	{
		float:right;
		width:165px;
	}
	#product_list .ratingImg
	{
		float:right;
		margin-bottom:10px;
	}
	#product_list .frmCartBut
	{
		clear:both;
		width:165px;
	}
	#product_list .Title
	{
		font-size:14px;
		font-weight:bold;
	}
	#product_list .Picture img
	{
		border:1px #999999 solid;
		margin:10px 10px 10px 0;
		float:left;
	}
	#product_list .oldPrice
	{
		margin-top:10px;
		font-size:11px;
		cursor:default;
		color:#666666;
		background:inherit;
	}
	#product_list .oldPrice em
	{
		color:#323232;
		background:inherit;
		font-size:12px;
		text-decoration:line-through;
		font-style:normal;
	}
	#product_list .oldPrice em span
	{
		padding-left:3px;
		font-size:11px;
		text-decoration:none;
		color:#666666;
		background:inherit;
	}
	#product_list .Price
	{
		margin:20px 0;
		font-size:12px;
		font-weight:bold;
		cursor:default;
	}
	#product_list .Price em
	{
		color:#cc3300;
		background:inherit;
		font-size:16px;
		font-weight:bold;
		font-style:normal;
	}
	#product_list .Price em span
	{
		padding-left:5px;
		font-size:12px;
		font-weight:normal;
		color:#000000;
		background:inherit;
	}
	#product_list .youSave
	{
		padding-bottom:10px;
		color:#666666;
		background:inherit;
		font-size:11px;
		cursor:default;
	}
	#product_list .youSave em
	{
		color:#660000;
		background:inherit;
		font-style:normal;
	}
	#product_list .youSave em span
	{
		padding-left:3px;
		color:#666666;
		background:inherit;
	}
	#product_list .Description
	{
		color:#333333;
		background:#f1f6f9;
		font-size:12px;
		padding:10px 10px 0 10px;
	}
	#product_list hr
	{
		display:none;
	}
	#product_list .More
	{
		color:inherit;
		background:#f1f6f9;
		text-align:right;
		padding:10px;
	}
/* ##### END product_list ##### */

/* ##### contact ##### */

	#contact
	{
		color:inherit;
		background:#ffffff;
		padding:0 10px;
	}
	#contact ul
	{
		margin:0;
		padding:0;
		list-style:none;
	}
	#contact ul li
	{
		width:50%;
		float:left;
		display:block;
		text-align:center;
	}

	#contact ul li .address
	{
		font-size:15px;
		font-weight:bold;
		background:inherit;
		color:#323232;
		padding:10px 0 3px 0;
	}
	#contact ul li .city
	{
		font-size:11px;
		background:inherit;
		color:#666666;
	}
	#contact ul li img
	{
		border:1px #999999 solid;
		margin:10px;
	}
	#contact ul li .time
	{
		font-size:13px;
		font-weight:bold;
		background:inherit;
		color:#990000;
	}
	#contact ul li .phone
	{
		font-size:15px;
		font-weight:bold;
		background:inherit;
		color:#003b73;
		padding-top:5px;
	}
/* ##### END contact ##### */

/* ##### all form ##### */
	.AllFormBox, .AllBox
	{
		background:#ffffff;
		color:inherit;
		padding:0 10px;
		font-size:12px;
		min-height:250px;
	}
	.AllForm input, .AllForm textarea, .AllForm select
	{
		margin:3px 0 7px 0;
		background:#fafaf6;
		border:#003b73 1px inset;
		color:inherit;
	}
	.addSendBut, .AllForm input.addSendBut
	{
	    border:0;
	    background:#e2e2c8 url("/resource/img/add_send_but.png") no-repeat;
	    color:#000000;
	    width:85px;
	    height:22px;
	    font-size:12px;
	    text-transform:lowercase;
	}
	.addSendButB, .AllForm input.addSendButB
	{
	    border:0;
	    background:#e2e2c8 url("/resource/img/add_send_but_b.png") no-repeat;
	    color:#000000;
	    width:160px;
	    height:22px;
	    font-size:12px;
	    text-transform:lowercase;
	}
	.formDescr
	{
		color:#000000;
		background:inherit;
		font-size:13px;
		font-weight:bold;
		padding:10px 0;
	}
	.formErr
	{
		color:#990000;
		background:#ffeeee;
		margin:0 0 10px 0;
		padding:10px;
		font-size:12px;
	}
	.formInfo
	{
		color:#323232;
		background:#fffbea;
		margin:0 0 10px 0;
		padding:10px;
		font-size:12px;
	}
	.formInfo input
	{
		margin:2px;
	}
	.formSentOk
	{
		color:#339900;
		background:#eeffee;
		margin:0 0 10px 0;
		padding:10px;
		font-size:12px;
	}
	.formFld
	{
		border:1px #cccccc solid;
		padding:0 10px 5px 10px;
		margin-bottom:5px;
	}
	.formFld legend
	{
		color:#666666;
		background:inherit;
		margin-bottom:5px;
	}
	.formFld label em, .AllForm label em
	{
		color:#ff0000;
		background:inherit;
		font-style:normal;
		padding-right:3px;
	}
	.AllForm .elNoSt input
	{
		border:none;
		background:#ffffff;
		color:inherit;
		margin:0;
	}
	.formCmnt
	{
		color:#999999;
		background:inherit;
		font-size:10px;
	}
/* ##### END all form ##### */

/* ##### pricelist ##### */
	#pricelist
	{
		color:inherit;
		background:#ffffff;
		padding:10px 10px 0 10px;
	}
	#pricelist .Set
	{
		color:#666666;
		background:#fffbea;
		padding:10px;
		font-size:11px;
		margin-bottom:10px;
	}
	#pricelist .iNstockN
	{
		color:#cc0000;
		background:inherit;
		font-size:11px;
	}
	#pricelist .iNstockY
	{
		color:#339900;
		background:inherit;
		font-size:11px;
	}
	#pricelist .pRice
	{
		color:#003b73;
		background:inherit;
	}
	#pricelist .pRice span
	{
		color:#666666;
		background:inherit;
		font-size:11px;
		padding-left:3px;
	}
/* ##### END pricelist ##### */

/* ##### product_comp ##### */
	#product_comp
	{
		color:inherit;
		background:#ffffff;
		padding:10px 10px 0 10px;
	}
	#product_comp #branch
	{
		margin-bottom:10px;
		font-size:13px;
		color:#323232;
		background:inherit;
	}
	#product_comp #description
	{
		color:#000000;
		background:#f1f6f9;
		margin-bottom:10px;
		padding:10px;
		font-size:13px;
	}
	#product_comp .c_1_2
	{
		font-size:10px;
	}
	#product_comp .c_0_1
	{
		font-size:13px;
		font-weight:bold;
	}
	#product_comp .c_1_3
	{
		color:#003b73;
		background:#fffbea;
		font-size:14px;
		text-align:right;
	}
	#product_comp .c_1_3 span
	{
		color:#666666;
		background:inherit;
		font-size:11px;
		padding-left:3px;
	}
	#product_comp .AllTable img
	{
		border:none;
	}
/* ##### END product_comp ##### */

/* ##### shop_cart ##### */
	#shop_cart .AllTable .c_0_1
	{
		font-weight:bold;
	}
	#shop_cart .AllTable em
	{
		font-style:normal;
		font-size:10px;
		color:#ff0000;
		background:inherit;
	}
	#shop_cart .AllTable input
	{
		background:#fafaf6;
		border:#003b73 1px inset;
		color:inherit;
	}
	#shop_cart .pRice
	{
		color:#003b73;
		background:inherit;
		text-align:center;
	}
	#shop_cart .tPrice
	{
		font-weight:bold;
		color:inherit;
		background:#f1f6f9;
	}
	#shop_cart .pRice span
	{
		color:#666666;
		background:inherit;
		font-size:11px;
		padding-left:3px;
	}
	#shop_cart .dIscount
	{
		font-style:italic;
		color:#008800;
		background:inherit;
	}
	#shop_cart .dIscount span
	{
		color:#666666;
		background:inherit;
		font-size:11px;
		font-style:normal;
	}
	#shop_cart .qUantity
	{
		text-align:center;
	}

/* ##### END shop_cart ##### */

/* ##### ordering ##### */
	#ordering .c_1_2 span
	{
		color:#666666;
		background:inherit;
		font-size:11px;
		font-style:normal;
	}
	#ordering .pRice
	{
		color:#003b73;
		background:#f1f6f9;
		text-align:center;
	}
	#ordering .pRice span, #ordering .tPrice span
	{
		color:#666666;
		background:inherit;
		font-size:11px;
		padding-left:3px;
	}
	#ordering #address_list td
	{
		vertical-align:top;
	}
	#ordering .tOrder
	{
		text-align:right;
		width:80%;
	}
	#ordering .tPrice
	{
		width:20%;
		color:#003b73;
		background:inherit;
		text-align:right;
	}
/* ##### END ordering ##### */

/* ##### customer_menu ##### */
	#customer_menu
	{
		background-color:#fbcdcd;
		color:inherit;
	}
	#customer_menu ul
	{
		padding:10px 17px 0 17px;
		margin:0;
		list-style:none;
	    color:#990000;
	    background-color:inherit;
		font-size:13px;
		font-weight:bold;
	}
	#customer_menu li
	{
		background:transparent url("/resource/img/customer_menu_li_cur.gif") no-repeat 0 2px;
		cursor:default;
	}
	#customer_menu span
	{
		padding:2px 0 2px 20px;
		display:block;

	}
	#customer_menu a:link span, #customer_menu a:visited span
	{
		background:transparent url("/resource/img/customer_menu_li.gif") no-repeat 0 2px;
		text-decoration:underline;
	}
	#customer_menu a:hover span
	{
		background:transparent url("/resource/img/customer_menu_li.gif") no-repeat -17px 2px;
		text-decoration:underline;
	}

	#customer_menu a:link, #customer_menu a:visited
	{
		color:#000000;
		background:inherit;
		text-decoration:underline;
		font-weight:normal;
	}
	#customer_menu a:hover
	{
		color:#990000;
		background:inherit;
		text-decoration:underline;
		font-weight:normal;
	}
/* ##### END customer_menu ##### */



/* ##### footer ##### */
    #footer
    {
	    position:relative;
	    margin-top:-100px;
	    height:100px;
    }
	#f_bg
	{
	    position:absolute;
	    width:100%;
	    height:60px;
	    bottom:0;
	    background:#810a0d url("/resource/img/bg_h_f.gif") repeat;
	    color:inherit;
	}
	#f_box
	{
	    height:100px;
	    position:absolute;
	    width:100%;
	    overflow:hidden;
	}
	#f_content
	{
		position:relative;
	    background:#323232 url("/resource/img/f_content.jpg") no-repeat bottom right;
		color:inherit;
	    margin:0 80px;
	    height:100px;
	    overflow:hidden;
	}
	#fc_crn_l_t
	{
	    position:absolute;
	    top:0;
	    left:0;
	    width:17px;
	    height:17px;
	    background:transparent url("/resource/img/fc_crn_l_t.gif") no-repeat;
	}
	#fc_crn_r_t
	{
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:17px;
	    background:transparent url("/resource/img/fc_crn_r_t.gif") no-repeat top right;
	}
	#banners
	{
		margin:15px auto 0 auto;
		text-align:center;
		width:520px;
	}
	#banners div
	{
		float:left;
		padding:0 5px;
	}
	#banners div img
	{
		border:none;
	}
}
@media print {

	#header, #footer, #left_col, form, input,
	#branch, #related_items, #product_info #rating_img, #product_list .ratingImg
	#product_info #discuss, #product_info #rating_votes,
	.top_mag_1,
	#product_discussion_list #add_comment, #product_discussion_list #back_to_product,
	.Set, .More, .AllFormBox, .noPr
	{
		display:none;
	}
	.pRnt
	{
		display:block;
	}
	label
	{
		font-weight:bold;
	}
	a
	{
		color:#000000;
		background:inherit;
		text-decoration:none;
	}
}
@media all {
	.nowr
	{
		white-space:nowrap;
	}
	.col
	{
		float:left;
		width:48%;
	}
	.col3
	{
		float:left;
		width:33%;
	}
	.clear, .bclear
	{
		clear:both;
		height:1px;
		overflow:hidden;
	}
	.bclear
	{
		display:block;
		width:1px;
	}
	.aclear
	{
		height:1px;
		overflow:hidden;
	}
/* ##### pricelist ##### */
	#pricelist .AllTable .lv_1
	{
		padding-left:40px;
	}
	#pricelist .AllTable .c_0_1
	{
		font-weight:bold;
	}
	#pricelist .AllTable .c_1_1 td
	{
		padding-left:20px;
	}
/* ##### END pricelist ##### */

/* ##### AllTable ##### */
	table.AllTable
	{
		border-collapse:collapse;
		border:none;
	}
	table.AllTable td
	{
		padding:4px 5px;
		border:1px #cecece solid;
	}
	table.AllTable .c_0_1
	{
		color:inherit;
		background:#ffeeee;
	}
	table.AllTable .c_1_1
	{
		color:inherit;
		background:#f1f6f9;
	}
	table.AllTable .c_1_3
	{
		color:inherit;
		background:#fffbea;
	}
	table.AllTable .c_1_2
	{
		color:inherit;
		background:#ffffff;
	}
/* ##### END AllTable ##### */

/* ##### mp_new_offers & mp_special_offers ##### */
	#mp_new_offers, #mp_special_offers
	{
		background-color:#ffffff;
		color:inherit;
	}
	#mp_new_offers ul, #mp_special_offers ul
	{
		float:left;
		width:49%;
		list-style:none;
		margin:0;
		padding:0;
	}
	#mp_new_offers ul li, #mp_special_offers ul li
	{
		clear:both;
	}
	#mp_new_offers form, #mp_special_offers form
	{
		float:left;
	}
	#mp_new_offers .cartBut, #mp_special_offers .cartBut
	{
		margin:5px 0 0 10px;
	}
	#mp_new_offers .price, #mp_new_offers .priceNew
	{
		color:#cc3300;
		font-size:14px;
		font-weight:bold;
		text-align:center;
		vertical-align:middle;
		width:100px;
		line-height:100%;
		padding:13px 0 12px 0;
	    background:#ffffff url("/resource/img/mp_new_offers_price.png") no-repeat;
		margin:10px 0 15px 25px;
		float:left;
		cursor:default;
	}
	#mp_new_offers .priceNew
	{
	    background:#ffffff url("/resource/img/mp_new_offers_price_new.png") no-repeat;
	}
	#mp_new_offers .price span, #mp_new_offers .priceNew span
	{
		display:block;
		font-size:11px;
		font-weight:normal;
		line-height:100%;
		padding:0;
	}
	#mp_special_offers .price
	{
		color:#cc3300;
		background:inherit;
		font-size:16px;
		font-weight:bold;
		margin:12px 5px 15px 30px;
		float:left;
		cursor:default;
	}
	#mp_special_offers .price span
	{
		font-size:12px;
		font-weight:normal;
		padding:0 0 0 5px;
	}
	#mp_special_offers .old_price
	{
		color:#323232;
		background:inherit;
		font-size:12px;
		text-decoration:line-through;
		margin:15px 0px 0 30px;
		float:left;
		cursor:default;
	}
	#mp_special_offers .old_price span
	{
		font-size:11px;
		text-decoration:none;
		padding:0 0 0 2px;
	}
	#mp_new_offers h4, #mp_special_offers h4
	{
		font-size:13px;
		font-weight:bold;
		padding:10px 10px 5px 10px;
	}
	#mp_new_offers img, #mp_special_offers img
	{
		border:1px #999999 solid;
		margin:0 0 0 10px;
		float:left;
	}
/* ##### END mp_new_offersz & mp_special_offers ##### */
}
