* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

BODY {
	height: 100%;
	text-align: center;
	background: #353535;
}



/* body classes */
.layout_table {
	width: 100%;
	height: 100%;

	table-layout: fixed;
}

.layout_table TD {
	width: 1003px;
	vertical-align: top;
	background: #ffffff;
}

.layout_table TD.page_footer {
	height: 94px;
}

.layout_table TD.page_shadow_left {
	width: auto;
	background: url(/img/skins/generic_red/bkg_page_left.gif) repeat-y top right;
}

.layout_table TD.page_shadow_right {
	width: auto;
	background: url(/img/skins/generic_red/bkg_page_right.gif) repeat-y top left;
}



/* header classes */
.body_header {
	float: left;
	clear: both;
	width: 100%;
	height: 153px;

	background: url(/img/skins/generic_red/bkg_header.gif) repeat-x top left;
}

.header_freedelivery {
	position: relative;
	float: left;
	width: 98px;
	height: 153px;
}

.header_freedelivery IMG {
	position: absolute;
	bottom: 0px;
}

.header_freedelivery SPAN {
	position: absolute;
	bottom: 0px;
}

.header_logo {
	display: table;
	float: left;
	width: 1px;
	height: 153px;

	padding: 0px 0px 0px 25px;
}

/* centering using DIV's */
/* For more info read http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
#header_logo_outer { overflow: hidden; position: relative; float: left; height: 153px; }
#header_logo_outer[id] { display: table; position: static; }
#header_logo_middle { position: relative; top: 50%; width: 100%; text-align: left; } /* for explorer only*/
#header_logo_middle[id] { position: static; display: table-cell; vertical-align: middle; }
#header_logo_inner { position: relative; top: -50%; text-align: left; text-align: left; } /* for explorer only */
#header_logo_inner[id] { margin-left: auto; margin-right: auto; text-align: left; } /* for all browsers*/
/* #header_logo_inner[id] { position: static; } */

.header_image {
	position: relative;
	overflow: hidden;
	float: right;
	width: 400px;
	height: 153px;
	text-align: right;
}

.header_image IMG {
	position: absolute;
	right: 0px;
}

.header_image SPAN {
	position: absolute;
	right: 0px;
}

.header_phone {
	float: left;
	width: 170px;
	height: 136px;

	font-family: Arial, Regular;
	font-size: 10.13px;
	font-weight: bold;
	line-height: 15px;
	text-align: right;
	color: #2e2a22;

	padding: 17px 50px 0px 0px;
	background: url(/img/skins/generic_red/bkg_phone.png) no-repeat top right;
}

.header_phone SPAN {
	font-size: 17px;
}



/* footer classes */
.body_footer1 {
	float: left;
	clear: both;
	width: 100%;
	height: 60px;
}

.body_footer2 {
	float: left;
	clear: both;
	width: 100%;
	height: 30px;

	font-family: Arial, Regular;
	font-size: 11px;
	text-align: center;
	color: #cac6c0;

	padding: 4px 0px 0px 0px;
	background: url(/img/skins/generic_red/bkg_footer.gif) repeat-x top left;
}

.body_footer2 A {
	color: #cac6c0;
	text-decoration: none;
	padding: 0px 9px 0px 9px;
}

.body_footer2 A:hover {
	color: #cac6c0;
	text-decoration: underline;
	padding: 0px 9px 0px 9px;
}

.footer_associations {
	float: left;
	padding: 8px 0px 0px 45px;
}

.footer_cards {
	float: right;
	padding: 16px 21px 0px 0px;
}



/* main menu classes */
.body_menu {
	float: left;
	clear: both;
	width: 100%;
	height: 34px;

	background: url(/img/skins/generic_red/bkg_menu.gif) repeat-x top left;
}

.body_menu_leftpadding {
	float: left;
	width: 19px;
	height: 34px;
}

.body_menu_item {
	float: left;
	height: 34px;
	padding: 6px 7px 0px 4px;
}

.body_menu_item DIV.body_menu_left {
	float: left;
	width: 5px;
	height: 22px;
	background: url(/img/skins/generic_red/main_menu_active_left.gif) no-repeat top right;
}

.body_menu_middle {
	float: left;
	height: 22px;

	font-family: Arial, Regular;
	font-size: 12.5px;
	font-weight: bold;
	color: #fefefe;

	background: #000000;
}

.body_menu_middle A {
	color: #fefefe;
	line-height: 22px;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
}

.body_menu_item DIV.body_menu_right {
	float: left;
	width: 5px;
	height: 22px;
	background: url(/img/skins/generic_red/main_menu_active_right.gif) no-repeat top left;
}

.body_menu_item_inactive {
	float: left;
	height: 34px;
	padding: 6px 7px 0px 4px;
}

.body_menu_item_inactive DIV.body_menu_left {
	float: left;
	width: 5px;
	height: 22px;
}

.body_menu_middle_inactive {
	float: left;
	height: 22px;

	font-family: Arial, Regular;
	font-size: 12.5px;
	font-weight: bold;
	color: #d7d7d7;
}

.body_menu_middle_inactive A {
	color: #d7d7d7;
	line-height: 22px;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
}

.body_menu_middle_inactive A:hover {
	color: #fefefe;
	line-height: 22px;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
}

.body_menu_item_inactive DIV.body_menu_right {
	float: left;
	width: 5px;
	height: 22px;
}

.body_menu_search_form {
	float: right;
	width: 400px;
	height: 34px;
}

.search_form_string {
	float: right;

	font-family: Arial, Regular;
	font-size: 12.5px;
	font-weight: bold;
	color: #ffffff;

	padding: 9px 8px 0px 0px;
}

.search_form_select {
	float: right;
	padding: 7px 3px 0px 0px;
}

.search_form_text {
	float: right;
	width: 118px;
	padding: 7px 0px 0px 0px;
	background: transparent url(/img/skins/generic_red/field_text.gif) no-repeat 0px 7px;
}

.search_form_button {
	float: right;
	padding: 7px 0px 0px 0px;
}

.search_form_select SELECT.styled {
	width: 118px;
	height: 17px;
	border: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #bababa;
	background: #000000;
}

.search_form_text INPUT.text {
	width: 112px;
	height: 19px;
	border: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #bababa;
	padding: 2px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
	background: transparent;
}

.search_form_button INPUT.button {
	width: 20px;
	height: 19px;
	border: 0px;
	background: transparent url(/img/skins/generic_red/btn_search.gif) no-repeat top left;
}



/* Main login definitions */
.main_login {
	float: left;
	clear: both;
	width: 100%;
	height: 32px;

	font-family: Arial, Regular;
	font-size: 11px;
	color: #626262;
}

.main_login_messages {
	float: right;
	height: 32px;

	font-size: 12px;
	font-weight: bold;
	color: #ff0000;

	padding: 8px 20px 0px 0px;
}

.main_login_text {
	float: right;
	height: 32px;
	word-spacing: 6px;
	padding: 8px 11px 0px 0px;
}

.main_login_text A {
	color: #626262;
}

.main_login_field {
	float: right;
	width: 123px;
	height: 32px;

	padding: 6px 8px 0px 0px;
	background: transparent url("/img/skins/generic_red/field_text2.gif") no-repeat 0px 6px;
}

.main_login_field INPUT.text {
	width: 111px;
	height: 19px;
	border: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	padding: 2px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
	background: transparent;
}



/* Content definitions */
.body_content {
	float: left;
	clear: both;
	width: 100%;
}

.content_left {
	float: left;
	width: 196px;
}

.content_area {
	float: left;
	width: 807px;
}

.content_area_top {
	float: left;
	clear: both;
	width: 807px;

	background: url("/img/skins/generic_red/bkg_content_area_top.gif") repeat-x top left;
}

.content_area_center {
	float: left;
	clear: both;
	width: 807px;

	background: #edeee9 url("/img/skins/generic_red/bkg_content_area_left.gif") repeat-y top left;
}

.content_area_bottom {
	float: left;
	clear: both;
	width: 807px;

	background: url("/img/skins/generic_red/bkg_content_area_bottom.gif") repeat-x bottom left;
}

.content_categories_caption {
	float: left;
	clear: both;
	width: 196px;

	padding: 2px 0px 1px 0px;
}



/* Categories block definitions */
.category_block {
	display: inline;
	float: left;
	clear: both;
	width: 176px;

	font-family: Arial, Regular;
	font-size: 12px;
	color: #000000;

	background: url(/img/skins/generic_red/bkg_dotted.gif) repeat-x left bottom;
	margin: 0px 10px 0px 10px;
	padding: 12px 0px 0px 0px;
}

.category_item {
	float: left;
	clear: both;
	width: 176px;
}

.category_item A {
	display: block;
	float: left;
	width: 176px;

	color: #000000;
	text-decoration: none;

	padding: 0px 0px 8px 0px;
}

.category_item A:hover {
	float: left;
	color: #888888;
	text-decoration: none;
}

.category_item_active {
	float: left;
	clear: both;
	width: 176px;
}

.category_item_active A {
	display: block;
	float: left;
	width: 176px;

	color: #888888;
	text-decoration: none;

	padding: 0px 0px 8px 0px;
}

.category_item_active A:hover {
	float: left;
	color: #888888;
	text-decoration: none;
}

.category_padding {
	float: left;
	width: 12px;
}



/* Basket block definitions */
.basket_block {
	float: left;
	clear: both;
	width: 196px;
	height: 98px;

	background: url(/img/skins/generic_red/bkg_basket.gif) no-repeat left bottom;
}

.basket_block A {
	display: block;
	float: left;
	width: 185px;
	height: 65px;

	color: #000000;
	text-decoration: none;
	margin: 33px 0px 0px 0px;
}

.basket_info_price {
	float: left;
	clear: both;
	width: 119px;

	font-family: Arial, Regular;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: right;

	padding: 5px 0px 0px 0px;
}

.basket_info_counter {
	float: left;
	clear: both;
	width: 119px;

	font-family: Arial, Regular;
	font-size: 10px;
	color: #000000;
	text-align: right;
}



/* Banner block definitions */
.banner_block {
	float: left;
	clear: both;
	width: 186px;

	padding: 0px 0px 1px 10px;
}

.banner_block_text {
	display: inline;
	overflow: hidden;
	float: left;
	clear: both;
	width: 177px;

	font-family: Arial, Regular;
	font-size: 12px;
	color: #434242;
	white-space: normal;

	margin: 0px 9px 1px 10px;
}

.banner_block2 {
	float: left;
	clear: both;
	width: 227px;

	padding: 0px 0px 1px 15px;
}

.banner_block2_text {
	display: inline;
	overflow: hidden;
	float: left;
	clear: both;
	width: 227px;

	font-family: Arial, Regular;
	font-size: 12px;
	color: #434242;
	white-space: normal;

	margin: 0px 0px 1px 15px;
}

.banner_block3 {
	float: left;
	width: 490px;

	padding: 13px 0px 16px 0px;
}

.banner_block4 {
	float: left;
	width: 490px;

	padding: 13px 0px 0px 0px;
}

.banner_padding {
	float: left;
	clear: both;
	width: 196px;
	height: 30px;
}
.banner_padding2 {
	float: left;
	clear: both;
	width: 227px;
	height: 22px;
}



/* Content block definitions */
.content_block {
	display: inline;
	float: left;
	width: 490px;

	margin: 0px 26px 0px 39px;
}

.content_block2 {
	display: inline;
	float: left;
	clear: both;
	width: 734px;

	margin: 0px 0px 0px 39px;
}

.content_block3 {
	display: inline;
	float: left;
	clear: both;
	width: 768px;

	margin: 0px 0px 0px 39px;
}

.content_text {
	float: left;
	clear: both;
	width: 485px;

	font-family: Arial, Regular;
	font-size: 14px;
	color: #000000;

	padding: 2px 0px 35px 0px;
}

.content_text2 {
	float: left;
	clear: both;
	width: 734px;

	font-family: Arial, Regular;
	font-size: 14px;
	color: #000000;

	padding: 12px 0px 3px 0px;
}

.content_caption {
	float: left;
	clear: both;
	width: 485px;

	font-family: Arial, Regular;
	font-size: 19px;
	text-transform: uppercase;
	color: #000000;

	padding: 0px 0px 26px 0px;
}

.content_caption2 {
	float: left;
	clear: both;
	width: 728px;

	font-family: Arial, Regular;
	font-size: 19px;
	text-transform: uppercase;
	color: #000000;

	padding: 13px 0px 0px 0px;
}

.content_caption3 {
	float: left;
	clear: both;
	width: 728px;

	font-family: Arial, Regular;
	font-size: 19px;
	text-transform: uppercase;
	color: #000000;

	padding: 35px 0px 26px 0px;
}

.content_caption4 {
	float: left;
	clear: both;
	width: 485px;

	font-family: Arial, Regular;
	font-size: 19px;
	text-transform: uppercase;
	color: #000000;

	padding: 10px 0px 21px 0px;
}

.content_products {
	float: left;
	clear: both;
	width: 490px;
}

.content_products2 {
	float: left;
	clear: both;
	width: 740px;
}

.content_pages {
	display: inline;
	float: left;
	clear: both;
	width: 728px;

	font-family: Arial, Regular;
	font-size: 11px;
	color: #383838;
	text-align: right;

	margin: 5px 0px 6px 0px;
}

.content_pages A {
	color: #f73b20;
}

.content_box {
	display: inline;
	float: left;
	clear: both;
	width: 484px;
	border: 1px solid #dce1cf;

	background: #ffffff;
	margin: 0px 0px 11px 0px;
}

.content_box_text {
	display: inline;
	float: left;
	clear: both;
	width: 445px;

	font-family: Arial, Regular;
	font-size: 12px;
	color: #434242;
	white-space: normal;

	margin: 20px 19px 16px 19px;
}

.content_box_text A {
	color: #f73b20;
}

.content_box_text SPAN {
	color: #f73b20;
	white-space: normal;
}

.content_box_text SELECT.select_338x21 {
	width: 338px;
	height: 21px;
}

.content_box_text SELECT.select_230x21 {
	width: 230px;
	height: 21px;
}

.content_box_text SELECT.select_97x21 {
	width: 97px;
	height: 21px;
}

.content_box_text TABLE {
	font-family: Arial, Regular;
	font-size: 12px;
	color: #434242;
}

.content_box_text2 {
	display: inline;
	float: left;
	clear: both;
	width: 445px;

	font-family: Arial, Regular;
	font-size: 12px;
	line-height: 19px;
	color: #434242;

	margin: 16px 19px 14px 19px;
}

.content_box_text2 SPAN {
	color: #f73b20;
}

.content_box_illustration {
	display: inline;
	position: relative;
	float: right;
	clear: both;
	zoom: 1;

	margin: 0px -20px 0px 0px;
}

.content_box_illustration2 {
	display: inline;
	position: absolute;
	right: 0px;
	zoom: 1;

	margin: 0px -19px 0px 0px;
}

.content_box_map {
	overflow: hidden;
	display: inline;
	float: left;
	clear: both;
	width: 445px;

	margin: 20px 19px 16px 19px;
}

.content_box2 {
	display: inline;
	float: left;
	clear: both;
	width: 740px;
	border: 1px solid #dce1cf;

	background: #ffffff;
	margin: 0px 0px 11px 0px;
}

.content_box2_text {
	position: relative;
	display: inline;
	float: left;
	clear: both;
	width: 702px;

	font-family: Arial, Regular;
	font-size: 12px;
	color: #434242;

	margin: 20px 19px 16px 19px;
}

.content_box2_text UL {
	margin: 0px 0px 0px 32px;
}

.content_box2_text LI {
	margin: 0px 0px 16px 0px;
}

.content_box2_text IMG {
	float: right;
}

.content_box2_text IMG.float_none {
	float: none;
}

.content_box2_text H1 {
	font-family: Arial, Regular;
	font-size: 13px;
	color: #000000;
}

.content_box2_text A {
	color: #f73b20;
}

.content_box2_text SPAN {
	color: #f73b20;
}

.content_box2_text SPAN.sign {
	float: right;
	font-weight: bold;
	color: #000000;

	padding: 0px 90px 0px 0px;
}

.content_box2_text SELECT.select_338x21 {
	width: 338px;
	height: 21px;
}

.content_box2_text SELECT.select_230x21 {
	width: 230px;
	height: 21px;
}

.content_box2_text SELECT.select_97x21 {
	width: 97px;
	height: 21px;
}

.content_box2_text TABLE {
	font-family: Arial, Regular;
	font-size: 12px;
	color: #434242;
}



/* News block definitions */
.news_block {
	float: right;
	width: 252px;
}

.news_banner_14day {
	display: inline;
	float: right;
	width: 252px;
	height: 108px;

	background: url(/img/skins/generic_red/banner_14dayback.jpg) no-repeat top left;
	margin: 8px 0px 0px 0px;
}

.news_banner_label {
	display: inline;
	float: right;
	width: 101px;
	height: 86px;

	margin: 5px 10px 0px 0px;
}

/* centering using DIV's */
/* For more info read http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
#news_banner_label_outer { overflow: hidden; position: absolute; float: left; width: 101px; height: 86px; }
#news_banner_label_outer[id] { display: table; position: static; }
#news_banner_label_middle { position: relative; top: 50%; width: 100%; text-align: center; } /* for explorer only*/
#news_banner_label_middle[id] { position: static; display: table-cell; vertical-align: middle; }
#news_banner_label_inner { position: relative; top: -50%; text-align: left; text-align: center; } /* for explorer only */
#news_banner_label_inner[id] { width: 101px; margin-left: auto; margin-right: auto; text-align: center; } /* for all browsers*/
/* #news_banner_label_inner[id] { position: static; } */

.news_list_top {
	float: right;
	clear: both;
	width: 252px;
	height: 8px;

	background: #ffffff url("/img/skins/generic_red/bkg_content_area_bottom.gif") repeat-x top left;
}

.news_list_center {
	float: right;
	clear: both;
	width: 252px;

	background: #ffffff url("/img/skins/generic_red/bkg_content_area_right.gif") repeat-y top left;
	padding: 0px 0px 4px 0px;
}

.news_list_bottom {
	display: inline;
	float: right;
	clear: both;
	width: 252px;
	height: 8px;

	background: #ffffff url("/img/skins/generic_red/bkg_content_area_top.gif") repeat-x bottom left;
	margin: 0px 0px 9px 0px;
}

.news_list_caption {
	display: inline;
	float: left;
	clear: both;
	width: 238px;
	height: 64px;

	background: url(/img/skins/generic_red/news_caption.gif) no-repeat left top;
	margin: 4px 0px 3px 14px;
}

.news_list_caption2 {
	display: inline;
	float: left;
	clear: both;
	width: 238px;
	height: 179px;

	background: url(/img/skins/generic_red/news_caption2.gif) no-repeat left top;
	margin: 4px 0px 3px 14px;
	padding: 0px 0px 0px 16px;
}

.news_list_caption3 {
	display: inline;
	float: left;
	clear: both;
	width: 238px;
	height: 64px;

	background: url(/img/skins/generic_red/news_caption3.gif) no-repeat left top;
	margin: 4px 0px 3px 14px;
	padding: 0px 0px 0px 16px;
}

.news_list_caption4 {
	display: inline;
	float: left;
	clear: both;
	width: 238px;
	height: 187px;

	background: url(/img/skins/generic_red/news_caption4.gif) no-repeat left top;
	margin: 4px 0px 3px 14px;
	padding: 0px 0px 0px 16px;
}

.news_list_deliveryquantity {
	overflow: hidden;
	float: left;
	width: 87px;

	font-family: Arial, Regular;
	font-size: 14px;
	whitespace: nowrap;
	color: #000000;

	padding: 16px 0px 5px 0px;
}

.news_list_deliveryquantity2 {
	overflow: hidden;
	float: left;
	width: 87px;

	font-family: Arial, Regular;
	font-size: 14px;
	whitespace: nowrap;
	color: #000000;

	padding: 0px 0px 5px 0px;
}

.news_list_deliveryquantity3 {
	overflow: hidden;
	float: left;
	width: 120px;

	font-family: Arial, Regular;
	font-size: 14px;
	whitespace: nowrap;
	color: #000000;

	padding: 0px 0px 5px 0px;
}

.news_list_address {
	overflow: hidden;
	float: left;
	width: 202px;

	font-family: Arial, Regular;
	font-size: 14px;
	whitespace: nowrap;
	color: #000000;

	padding: 11px 0px 0px 0px;
}

.news_list_phones {
	display: inline;
	float: left;
	clear: both;
	width: 224px;

	font-family: Arial, Regular;
	font-size: 14px;
	color: #000000;

	margin: 14px 14px 8px 14px;
}

.news_list_phones IMG {
	margin: 0px 0px 1px 0px;
}

.news_list_phones A {
	color: #f73b20;
}

.news_list_price {
	float: left;
	clear: both;
	width: 202px;

	font-family: Arial, Regular;
	font-size: 18px;
	color: #000000;

	padding: 31px 0px 0px 0px;
}

.news_list_price2 {
	float: left;
	clear: both;
	width: 202px;

	font-family: Arial, Regular;
	font-size: 18px;
	color: #000000;

	padding: 23px 0px 0px 0px;
}

.news_list_price3 {
	float: left;
	clear: both;
	width: 202px;

	font-family: Arial, Regular;
	font-size: 18px;
	color: #000000;

	padding: 10px 0px 0px 0px;
}

.news_list_price4 {
	float: left;
	clear: both;
	width: 202px;

	font-family: Arial, Regular;
	font-size: 18px;
	color: #000000;

	padding: 0px 0px 0px 0px;
}

.news_button {
	float: left;
	clear: both;
	width: 227px;

	padding: 8px 0px 1px 14px;
}

.news_item {
	display: inline;
	float: left;
	clear: both;
	width: 227px;

	font-family: Arial, Regular;
	font-size: 11px;

	background: url(/img/skins/generic_red/bkg_dotted.gif) repeat-x left bottom;
	margin: 17px 10px 0px 15px;
	padding: 0px 0px 17px 0px;
}

.news_item A {
	color: #000000;
	text-decoration: none;
}

.news_item IMG {
	display: inline;
	float: right;
	margin: 0px 0px 5px 5px;
}

.news_item SPAN {
	display: inline;
	float: right;
	margin: 0px 0px 5px 5px;
}

.news_item_caption {
	float: left;
	clear: both;
	width: 227px;

	font-family: Arial, Regular;
	font-size: 14px;
	font-weight: bold;
	color: #000000;

	padding: 0px 0px 14px 0px;
}

.news_item_caption A {
	text-decoration: underline;
	color: #000000;
}

.news_pages {
	display: inline;
	float: left;
	clear: both;
	width: 227px;

	font-family: Arial, Regular;
	font-size: 11px;
	color: #383838;
	text-align: right;

	margin: 17px 10px 0px 15px;
}

.news_pages A {
	color: #f73b20;
}



/* Category block definitions */
.category_item2 {
	position: relative;
	display: inline;
	float: left;
	width: 142px;
	height: 182px;

	border: 1px solid #dce1cf;
	background: #ffffff;
	margin: 0px 4px 5px 0px;
}

.category_item2_name {
	display: inline;
	overflow: hidden;
	float: left;
	width: 116px;
	height: 31px;

	font-family: Arial, Regular;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;

	margin: 7px 0px 0px 11px;
}

.category_item2_image {
	position: relative;
	display: inline;
	float: left;
	clear: both;
	width: 100px;
	height: 100px;

	text-align: center;
	margin: 19px 0px 0px 21px;
}

/* centering using DIV's */
/* For more info read http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
#category_item2_image_outer { overflow: hidden; position: absolute; float: left; width: 100px; height: 100px; left: 0px; z-index: 1;}
#category_item2_image_outer[id] { display: table; position: static; }
#category_item2_image_middle { position: relative; top: 50%; width: 100%; text-align: center; } /* for explorer only*/
#category_item2_image_middle[id] { position: static; display: table-cell; vertical-align: middle; }
#category_item2_image_inner { position: relative; top: -50%; text-align: left; text-align: center; } /* for explorer only */
#category_item2_image_inner[id] { width: 100px; margin-left: auto; margin-right: auto; text-align: center; } /* for all browsers*/
/* #category_item2_image_inner[id] { position: static; } */

.category_item2_link {
	position: absolute;
	z-index: 3;
	width: 142px;
	height: 182px;
	top: 0px;
	left: 0px;
}

.category_item2_link IMG {
	width: 142px;
	height: 182px;
}



/* Product block definitions */
.product_info_image {
	position: relative;
	display: inline;
	float: left;
	width: 200px;
	height: 200px;

	margin: 14px 0px 0px 14px;
}

.product_info_link {
	position: absolute;
	z-index: 3;
	width: 200px;
	height: 200px;
	top: 0px;
	left: 0px;
}

.product_info_link IMG {
	width: 200px;
	height: 200px;
}

.product_info_lenstypes {
	position: absolute; 
	z-index: 4;
	top: 0px;
	left: 0px;
}

.product_info_lenstypes A {
	text-decoration: none;
}

.product_info_logo {
	position: absolute; 
	z-index: 2;
	right: 0px;
	bottom: 0px;
}

.product_info_options {
	position: relative;
	display: inline;
	float: left;
	width: 235px;
	height: 193px;

	margin: 25px 0px 0px 25px;
}

.product_info_options_block {
	position: absolute;
	top: 0px;
	width: 235px;
}

.product_info_option {
	display: inline;
	float: left;
	clear: both;
	width: 235px;

	font-family: Arial, Regular;
	font-size: 12px;
	color: #000000;

	margin: 0px 0px 13px 0px;
}

.product_info_option SELECT {
	width: 208px;
	height: 22px;

	margin: 3px 0px 0px 0px;
}

.product_info_thumbs {
	position: absolute;
	float: left;
	left: 0px;
	bottom: 0px;
	width: 235px;
}

.product_info_thumb {
	display: inline;
	float: left;
	width: 50px;
	height: 50px;

	border: 1px solid #dce1cf;
	margin: 0px 22px 0px 0px;
}

/* centering using DIV's */
/* For more info read http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
#product_info_thumb_outer { overflow: hidden; position: relative; float: left; width: 50px; height: 50px; left: 0px; z-index: 1;}
#product_info_thumb_outer[id] { display: table; position: static; }
#product_info_thumb_middle { position: relative; top: 50%; width: 100%; text-align: center; } /* for explorer only*/
#product_info_thumb_middle[id] { position: static; display: table-cell; vertical-align: middle; }
#product_info_thumb_inner { position: relative; top: -50%; text-align: left; text-align: center; } /* for explorer only */
#product_info_thumb_inner[id] { width: 50px; margin-left: auto; margin-right: auto; text-align: center; } /* for all browsers*/
/* #product_info_thumb_inner[id] { position: static; } */



.product_item {
	position: relative;
	display: inline;
	float: left;
	width: 238px;
	height: 294px;

	border: 1px solid #dce1cf;
	background: #ffffff;
	margin: 0px 4px 5px 0px;
}

.product_item_name_price {
	float: left;
	clear: both;
	width: 238px;
}

.product_item_name {
    display: inline;
    float: left;
    width: 225px;

    font-family: Arial, Regular;
    font-size: 12px;
    font-weight: bold;
    color: #000000;

    margin: 4px 0px 0px 11px;
}

.product_item_name A {
	color: #000000;
}

.product_item_price {
    clear:both;
    margin: 4px 0px 0px 11px;
    padding-top:4px;

    font-family: Arial, Regular;
    font-size: 16px;
    font-weight: bold;
    color: #254ACE;
}

.product_item_image {
	position: relative;
	display: inline;
	float: left;
	clear: both;
	width: 200px;
	height: 200px;

	text-align: center;
	margin: 0px 12px 0px 19px;
}

/* centering using DIV's */
/* For more info read http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
#product_item_image_outer { overflow: hidden; position: absolute; float: left; width: 200px; height: 200px; left: 0px; z-index: 1;}
#product_item_image_outer[id] { display: table; position: static; }
#product_item_image_middle { position: relative; top: 50%; width: 100%; text-align: center; } /* for explorer only*/
#product_item_image_middle[id] { position: static; display: table-cell; vertical-align: middle; }
#product_item_image_inner { position: relative; top: -50%; text-align: left; text-align: center; } /* for explorer only */
#product_item_image_inner[id] { width: 200px; margin-left: auto; margin-right: auto; text-align: center; } /* for all browsers*/
/* #product_item_image_inner[id] { position: static; } */

.product_item_logo {
	position: absolute; 
	z-index: 2;
	bottom: 0px;
	right: 0px;
}

.product_item_link {
	position: absolute;
	z-index: 3;
	width: 200px;
	height: 200px;
	top: 0px;
	left: 0px;
}

.product_item_link IMG {
	width: 200px;
	height: 200px;
}

.product_item_buttons {
    clear: both;
    width: 216px;
    position:absolute; 
    bottom:8px;
    left:10px;
}

.product_item_button_left {
	float: left;
}

.product_item_button_right {
	float: right;
}



/* Table classes */
TABLE.gray_info {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;

	font-family: Arial, Regular;
	font-size: 12px;
	color: #434242;
}

TH.gray_info {
	font-weight: normal;
	text-align: center;

	padding: 0px 4px 7px 4px;
}

TH.gray_info_name {
	font-weight: normal;
	text-align: center;

	padding: 0px 4px 7px 4px;
}

TD.gray_info {
	border: 1px solid #dee2d1;

	white-space: nowrap;
	color: #020202;
	text-align: center;
	vertical-align: middle;

	background: #edeee9;
	padding: 11px 4px 10px 4px;
}

TD.gray_info_name {
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #dee2d1;
	white-space: nowrap;

	color: #020202;
	text-align: left;
	vertical-align: middle;

	background: #edeee9;
	padding: 11px 4px 10px 4px;
}

TD.gray_info_name A.link_gray {
	color: #020202;
}

TD.gray_info_details {
	font-family: Arial, Regular;
	font-size: 12px;
	line-height: 20px;
	color: #434242;

	padding: 33px 0px 20px 0px;
}

TD.gray_info_space {
	font-size: 1px;
	line-height: 1px;
}

TD.gray_info_button {
	padding: 12px 0px 0px 0px;
}



/* Form class */
.form_block {
	width: 100%;

	font-family: Arial, Regular;
	font-size: 12px;
	color: #434242;
}

.form_block TD {
	padding: 0px 0px 15px 0px;
}

.form_block TD.comment {
	font-family: Arial, Regular;
	font-size: 10px;
	color: #000000;

	padding: 0px 0px 15px 0px;
}

.form_block INPUT.text1 {
	width: 338px;
	height: 21px;

	background: #edeee9;
}

.form_block SELECT.select1 {
	height: 21px;

	background: #edeee9;
}

.form_block SELECT.select2 {
	width: 338px;
	height: 21px;

	background: #edeee9;
}

.form_block TEXTAREA.textarea1 {
	width: 338px;
	height: 32px;

	background: #edeee9;
}

.form_block TEXTAREA.textarea2 {
	width: 338px;
	height: 117px;

	background: #edeee9;
}



/* Hint block class */
.hint_block {
	visibility: hidden;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	width: 605px;
	height: 400px;
	margin-top: -167px;
	margin-left: -302px;
	border: 1px solid #ccc;
}

.hint_block2 {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
}

.hint_block3 {
	border: 1px solid #dee2d1;
	background: #f4f5f0;
	padding: 11px 6px 11px 6px;
}

.hint_block2 TABLE.hint_info {
	width: 100%;

	font-family: Arial, Regular;
	font-size: 12px;
	color: #020202;

	background: #f4f5f0;
}

.hint_block2 TD.hint_info_name {
	color: #06b2e4;
	background: #f4f5f0;
	padding: 0px 3px 0px 3px;
}

.hint_block2 TD.hint_info {
	background: #f4f5f0;
	padding: 0px 3px 0px 3px;
}

.hint_block2 TD.hint_info_price {
	font-size: 14px;
	font-weight: bold;
	background: #f4f5f0;
	padding: 0px 3px 0px 3px;
}


/* custom form classes */
span.select {
	position: absolute;
	width: 118px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #555555;
	font: 12px/21px arial, regular;
	background: url(/img/skins/generic_red/field_select.gif) no-repeat;
	overflow: hidden;
}
/*validatioin*/
input.required, textarea.required {
	border: 1px solid #2443F6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
width:328px;
}
div.checkout_basket{
	float:left; 
	background:#edeee9; 
	width:425px; 
	border:1px solid #dee2d1; 
	padding:10px; 
	margin-top:10px; 
	margin-bottom:10px;
}
div.login_basket{
	float:left; 
	clear:both; 
	background:#edeee9; 
	width:425px; 
	border:1px solid #dee2d1; 
	padding:10px; 
	margin-top:10px; 
	margin-bottom:10px;
}
div.news_list_yousave{
	background: url(/img/skins/generic_white/yousave.png) no-repeat;
	width:161px;
	height:90px;
	color:#fff;
	font-size:34px;
	padding:30px 0 0 10px;
	margin:10px -10px -20px 0;
	_margin:10px 0 10px 0;
	float:right;
}