	@-webkit-viewport { width: device-width; }
	@-moz-viewport { width: device-width; }
	@-ms-viewport { width: device-width; }
	@-o-viewport { width: device-width; }
	@viewport { width: device-width; }

	:root {
		--bgcolor: #ffffff;
		--maincolor1: #59b1c5;
		--maincolor2: #bb7cd6;
	}
	
	a {
		color: var(--maincolor1);
	}

	a:hover {
		color: var(--maincolor2);
	}

	body {
		background-image: url("newbg.jpg");
		background-color: #fdfdfd;
		display: block;
		margin: 0px;
	}

	div.side_cart_row {
		width:95%;
		display: block;
		float: left;
		font-size: 12px;
		height: 50px;
		border-top: 5px solid var(--bgcolor);
		border-bottom: 1px solid var(--maincolor1);
		border-left: 3px solid var(--bgcolor);
	}

	div.side_cart_row:hover {
		background-color: #eeeeee;
		border-bottom: 1px solid var(--maincolor2);
		border-left: 3px solid var(--maincolor2);
	}

	h2.title_sub {
		font-size: 16px;
		font-weight: normal;
	}

	h2.home_subtitle {
		display: block;
		float: left;
		width: 100%;
		min-height: 25px;
		background-color: var(--maincolor1);
		color: #ffffff;
		padding: 5px;
		padding-left: 10px;
		margin-top: 15px;
		font-size: 16px;
		text-align: left;
		font-weight: normal;
	}

	p.listing_description {
		width: 95%;
		height: auto;
		display: block;
		background-color: #ffffff;
		margin: auto;
		margin-top: 5px;
		border-radius: 5px;
		font-size: 14px;
		text-align: justify;
	}

	img.cart_status_image {
		display: block;
		margin: auto;
		width: 95%;
	}

	a.back_button {
		display: block;
		width: 50px;
		padding: 5px;
		border: 1px solid var(--maincolor1);
		font-family: \'Open Sans\', sans-serif;
		border-radius: 5px;
	}

	input.home_search_text {
		width: 75%;
		height: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
		border: 1px solid var(--maincolor1);
		border-radius: 3px;
		font-size: 14px;
		font-family: \'Open Sans\', sans-serif;
		color: #303030;
		letter-spacing: 0.5px;
	}

	input.home_search_submit {
		width: 20%;
		height: 36px;
		margin-top: 30px;
		margin-bottom: 30px;
		border: 2px solid var(--maincolor1);
		font-size: 14px;
		font-family: \'Open sans\', sans-serif;
		background-color: var(--maincolor1);
		color: #ffffff;
		letter-spacing: 0.5px;
		border-radius: 3px;
		text-align: center;
		-webkit-appearance: none;
		cursor: pointer;
	}

	input.home_search_submit:hover {
		border: 2px solid var(--maincolor2);
		color: #ffffff;
		background-color: var(--maincolor2);
	}

	input.top_search_submit {
		width: 38px;
		height: 38px;
		display: block;
		margin-top: 10px;
		margin-left: 5px;
		float: left;
		border: 1px solid #eaeaea;
		background-image: url('/items/search_logo.png');
		background-color: var(--maincolor1);
		background-size: 80%;
		background-repeat: no-repeat;
		border-radius: 5px;
		background-position: center;
		cursor: pointer;
	}

	input.top_search_submit:hover {
		background-color: var(--maincolor2);
	}

	#site_message_fade{
		visibility: hidden;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 999999;
		background-color: #000000;
		opacity: 0.5;
		transition: opacity 0.5s linear;
		margin-top:0px;
	}

	#site_message{
		visibility: hidden;
		position: fixed;
		width: 80%;
		background-color: #eee;
		border-radius:10px;
		transition: opacity 0.5s linear;
		left: 0;
		right: 0;
		top: 20%;
		margin: 0px auto;
		z-index: 1000000;
		text-align: center;
		font-family: Sans-serif;
		font-size: 18px;
		padding: 10px;
		min-height: 50px;
	}

	a {
		text-decoration: none;
	}

	a.general_link {
		text-decoration: none;
		color: #3d8fa7;
	}
	a.general_link:hover {
		text-decoration: underline;
	}

	/**/
	input.dyn_width_input {
		background-color: #ffffff;
		border: 1px solid #bababa;
		margin-top: 10px;
		width: 90%;
		height: 25px;
		font-size: 16px;
		display: inline-block;
		top: 15px;
		padding: 3px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border-radius: 5px;
		font-family: 'Open Sans', sans-serif;
	}

	select.dyn_width_input {
		background-color: #ffffff;
		border: 1px solid #bababa;
		margin-top: 10px;
		width: 90%;
		height: 35px;
		font-size: 16px;
		display: inline-block;
		top: 15px;
		padding: 5px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	textarea.dyn_width_input {
		margin-top: 10px;
		width: 90%;
		height: 100px;
		font-size: 16px;
		display: inline-block;
		top: 15px;
		padding: 5px;
	}

	select.dyn_width_input {
		margin-top: 10px;
		width: 90%;
		height: 35px;
		font-size: 16px;
		display: inline-block;
		top: 15px;
		padding: 5px;
	}
	/**/

	/* Cikkek */
	div.article_list_box {
		width:95%;
		height: auto;
		background-color: #ffffff;
		float: left;
		margin: 5px;
		border: 1px solid #fff;
		border-bottom: 3px solid #eaeaea;
		margin-bottom: 15px;
	}
	div.article_list_box:hover {
		border-bottom: 3px solid var(--maincolor2);
	}

	div.article_list_image {
		width: 20%;
		height: 120px;
		display: block;
		float: left;
		margin-left: 0px;
		margin-top:0px;
		border-radius: 5px;
		background-size: cover;
		background-position: center;
	}

	#article_creator {
		float: left;
		width: 300px;
		border-radius: 0px;
		background-color: #fff;
		display: block;
		letter-spacing: 1px;
		font-size: 16px;
		padding:15px;
		box-shadow: 0px 0px 5px 2px #dedede;
		transition: 0.1s;
		text-align:center;
	}

	#article_creator:hover {
		background-color: #3a3;
		color: #fff;
		box-shadow: 0px 0px 10px 5px #b0b0b0;
	}

	span.home_middle_content_row_text {
		display: inline-block;
		color: #303030;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0px;
		font-size: 15px;
		left: 15px;
		vertical-align: middle;
		box-decoration-break: clone;
		margin:auto;
		margin-left:15px;
		margin-top:10px;
		line-height: 22px;
		width: 70%;
		margin-top: 0px;
	}
	/* Cikkek vége */

	/* Kosár */
	.content_list_row {
		display: block;
		width: 99%;
		min-height: 50px;
		background: #ffffff;
		/*border-bottom: 1px solid #ddb392;*/
		margin-bottom: 0px;
		opacity: 0.8;
		border-radius: 5px;
		overflow: hidden;
	}

	.content_list_row:hover {
		opacity: 1;
	}

	.content_list_row_1 {
		display: block;
		width: 95%;
		min-height: 40px;
		margin-top:0px;
		margin-bottom: 0px;
		float: left;
		margin-left:5px;
	}

	.content_list_row_2 {
		display: block;
		width: 95%;
		min-height: 40px;
		margin-top:0px;
		margin-bottom: 0px;
		float: left;
	}

	.content_list_row_3 {
		display: block;
		width: 95%;
		min-height: 40px;
		margin-top:0px;
		margin-bottom: 0px;
		float: left;
	}

	.content_list_row_4 {
		display: block;
		width: 100%;
		min-height: 40px;
		margin-top:0px;
		margin-bottom: 0px;
		float: left;
		text-align: left;
	}

	span.content_list_text {
		display: block;
		font-family: 'Open Sans', Sans-serif;
		font-size: 13px;
		margin-top: 10px;
		float: left;
		margin-left: 20px;
		margin-bottom: 5px;
		letter-spacing: 0.5px;
		height: auto;
	}

	input.order_row_button {
		border: 1px solid #cacaca;
		background-color: #fff;
		width: 150px;
		height: 30px;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: Sans-serif;
		color: #202020;
		padding: 5px;
		border-radius: 10px;
		margin:2px;
		-webkit-appearance: none;
	}
	/* Kosár vége*/

	div.sitewrapper {
		display: block;
		width: 100%;
		height: auto;
		background-color: #fff;
		background-image: none;
		background-position:top;
		background-repeat: repeat-x;
		margin: auto;
		margin-top: 40px;
		border-radius: 0px;
		overflow: hidden;
	}

	div.header {
		display: none;
		float: left;
		width: 100%;
		height: 70px;
	}

	div.header_back {
		position: absolute;
		display: block;
		margin: 0px;
		left: 0px;
		display: block;
		width: 100%;
		height: 141px;
		z-index:-1;
	}

	div.logo {
		display: block;
		width: 200px;
		height: 70px;
		background-image: url("newlogo.png");
		background-size: 100%;
		float: left;
	}

	div.small_header {
		opacity: 1;
		display: block;
		z-index: 1000;
		position: fixed;
		margin: auto;
		width: 100%;
		height: 50px;
		top: 0px;
		background-color: #ffffff;
		left: auto;
		right: auto;
		box-shadow: 0px 0px 10px #e0e0e0;
		transition: 1s;
	}

	div.small_header_inner {
		width: 100%;
		height: auto;
		display: block;
		margin: auto;
	}

	div.small_logo {
		width: 112px;
		height: 40px;
		background-color: #ffffff;
		box-shadow: 0px 0px 5px #eaeaea;
		background-image: url("babavilag_logo_180p.jpg");
		background-size: 85%;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 5px;
		margin: 5px;
		margin-left: 3px;
		margin-right: 3px;
		float: left;
		display: block;
		border: 1px solid #cccccc;
	}

	div.small_logo:hover {
		box-shadow: 0px 0px 5px #c0c0c0;
	}

	div.small_icon {
		width: 40px;
		height: 40px;
		border: 1px solid var(--maincolor1);
		background-size: 85%;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 5px;
		margin: 5px;
		margin-left: 2px;
		margin-right: 2px;
		float: left;
		display: block;
		cursor: pointer;
	}

	div.small_icon:hover {
		border: 1px solid var(--maincolor2);
	}

	input.small_search {
		display: block;
		float: left;
		margin: 8px;
		margin-left: 2px;
		margin-right: 2px;
		width: 35%;
		height: 30px;
		background-color: #ffffff;
		box-shadow: 0px 0px 5px #eaeaea;
		border: 0px;
		padding-left: 10px;
		border-radius: 5px;
		border: 1px solid #eaeaea;
	}

	div.header_right {
		display: block;
		width: 30%;
		height: 141px;
		float: left;
	}

	div.header_right_top {
		display: block;
		width: 600px;
		height: 20px;
		float: left;
	}

	input.header_search {
		display: none;
		float: left;
		margin-top: 15px;
		margin-left: 15px;
		width: 600px;
		height: 35px;
		border: 1px solid #eaeaea;
		font-size: 15px;
		padding-left: 10px;
		border-radius: 5px;
		color: #404040;
		font-family: 'Open-Sans', Sans-serif;
		letter-spacing: 0.5px;
	}

	div.desktop_search_suggestions {
		width: 400px;
		min-height: 100px;
		background-color: #ffffff;
		display: block;
		position: relative;
		border: 1px solid #e0e0e0;
		margin-top: 46px;
		margin-left: 450px;
		border-radius: 0px 0px 5px 5px;
		z-index: 2;
	}

	div.search_suggestions_row {
		min-height: 50px;
		border-bottom: 1px dotted #aeaeae;
		color: #808080;
	}

	div.search_suggestions_row:hover {
		background-color: #f0f0f0;
	}

	div.search_suggestions_image {
		display: block;
		float: left;
		width: 80px;
	}

	img.search_suggestions_image {
		display: block;
		margin: auto;
		height: 40px;
	}

	div.search_suggestions_text {
		display: block;
		float: left;
		width: 240px;
		font-size: 11px;
		letter-spacing: 0.5px;
		font-family: 'Open Sans', sans serif;
	}

	input.header_search_small {
		display: none;
		float: left;
		margin-top: 0px;
		margin-left: 0px;
		width: 500px;
		height: 25px;
		border: 1px solid #eaeaea;
		font-size: 15px;
		padding: 0px;
		border-radius: 5px;
		color: var(--maincolor2);
	}

	input.header_search_small_button {
		display: none;
		float: left;
		margin-top: 0px;
		margin-left: 5px;
		width: 100px;
		height: 25px;
		border: 1px solid #eaeaea;
		font-size: 15px;
		padding: 0px;
		border-radius: 5px;
		background-color: #ffffff;
		color: var(--maincolor2);
	}

	div.header_cart {
		display: block;
		float: left;
		background-color: #ffffff;
		border: 1px solid #eaeaea;
		width: 100px;
		height: 35px;
		font-family: Arial;
		font-size: 22px;
		margin-top: 15px;
		margin-left: 15px;
		border-radius: 5px;
		color: var(--maincolor1);
		vertical-align: middle;
		text-align: center;
	}

	div.header_cart:hover {
		background-color: var(--maincolor2);
		color: #ffffff;
	}

	div.header_right_bottom {
		display: block;
		width: 800px;
		height: 40px;
		float: left;
	}

	div.header_navi {
		display: none;
		width: 180px;
		height: 40px;
		float: left;
		background-color: #fff;
		margin-top: 25px;
		margin-left: 20px;
		box-shadow: 0px 0px 10px #e0e0e0;
		text-align: center;
		vertical-align: middle;
		border-radius: 5px 5px 0px 0px;
		transition: 0.2s;
	}

	div.header_navi:hover {
		background-color: var(--maincolor2);
		box-shadow: 0px 0px 10px #ffffff;
	}

	a.header_navigation_link {
		color: #888888;
		text-decoration: none;
	}

	/*side category*/
	li.side_category_1 {
		font-family: Arial;
		font-size: 15px;
		list-style: none;
		cursor: pointer;
		color: var(--maincolor1);
		letter-spacing: 0.5px;
		margin-top: 10px;
		padding-left:5px;
	}

	li.side_category_2 {
		font-family: Arial;
		font-size: 15px;
		list-style: none;
		cursor: pointer;
		color: var(--maincolor1);
		letter-spacing: 0.5px;
		margin-top: 5px;
	}

	li.side_category_3 {
		font-family: Arial;
		font-size: 15px;
		list-style: none;
		cursor: pointer;
		color: var(--maincolor1);
		letter-spacing: 0.5px;
		margin-top: 5px;
	}

	a.sidelink {
		color: var(--maincolor1);
	}
	a.sidelink:hover {
		text-decoration: underline;
	}

	a.header_navigation_link:hover {
		color: #888888;
		text-decoration: underline;
	}

	ul.product_page_category_tree {
		padding: 0px;
		list-style: none;
		letter-spacing: 0.5px;
		font-size: 16px;
		font-weight: bold;
		color: var(--maincolor1);
	}

	ul.product_page_category_tree ul {
		padding-left: 0px;
	}

	ul.product_page_category_tree li {
		padding: 0px;
		list-style: none;
	}

	span.product_page_category_description {
		font-size: 13px;
		background-color: #f0f0f0;
		color: #333333;
		display: block;
		padding: 8px;
		width:85%;
		border-radius:10px;
		font-weight: normal;
	}

	a.product_page_link {
		color: #5cb2cb;
		font-weight: bold;
	}
	a.product_page_link:hover {
		text-decoration: underline;
	}

	div.header_button {
		display: block;
		width: 30px;
		height: 30px;
		float: left;
		border: 1px solid #ffffff00;
		margin-top: 8px;
		margin-left: 10px;
		box-shadow: 0px 0px 10px #e0e0e0;
		text-align: center;
		vertical-align: middle;
		border-radius: 5px 5px 0px 0px;
		background-position: center;
		background-size: 75%;
		background-repeat: no-repeat;
		cursor:pointer;
		color: var(--maincolor2);
	}

	div.header_button:hover {
		/*background-color: var(--maincolor2);*/
		border: 1px solid var(--maincolor2);
		color: var(--maincolor2);
	}

	div.header_button_search {
		display: block;
		width: 30px;
		height: 30px;
		float: left;
		background-color: var(--maincolor1);
		margin-top: 8px;
		margin-left: 10px;
		box-shadow: 0px 0px 10px #e0e0e0;
		text-align: center;
		vertical-align: middle;
		border-radius: 5px 5px 0px 0px;
		background-position: center;
		background-size: 100%;
	}

	div.header_button_search:hover {
		background-color: var(--maincolor2);
	}

	div.small_header_tab_background {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #000000;
		z-index: 999999998;
		top: 0px;
		left: 0%;
		transition: opacity 0.5s;
		overflow: hidden;
		opacity: 0;
	}

	div.small_header_tab_wrapper {
		display: block;
		position: fixed;
		width: 80%;
		height: 100%;
		background-color: #FFFFFF;
		z-index: 999999999;
		top: 0px;
		left: -100%;
		transition: left 0.5s;
		box-shadow: 0px 0px 5px #aeaeae;
		overflow: hidden;
	}

	div.small_header_tab_icons {
		display: flex;
		width: 24%;
		margin: 0px;
		height: 10%;
		float: left;
		background-position: center;
		background-repeat: no-repeat;
		border-bottom: 2px solid #eaeaea;
		cursor: pointer;
		font-size: 11px;
		color: var(--maincolor1);
		font-family: 'Open Sans', sans serif;
		text-align: center;
		align-items: flex-end;
		justify-content: center;
	}

	div.small_header_tab_icons:hover {
		background-color: #f0f0f0;
		border-bottom: 2px solid var(--maincolor1);
	}

	div.small_header_tab_content {
		display: block;
		float: left;
		width: 100%;
		height: 80%;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	span.small_header_tab_text {
		display: block;
		color: #808080;
		width: 100%;
		font-size: 15px;
		font-family: 'Open Sans', sans serif;
	}

	a.small_header_tab_text {
		display: block;
		color: #808080;
		width: 100%;
		font-size: 15px;
		font-family: 'Open Sans', sans serif;
	}
	a.small_header_tab_text:hover {
		text-decoration: underline;
		color: var(--maincolor1);
	}

	input.small_header_tab_input {
		width: 100%;
		width: 95%;
		display: block;
		margin: auto;
		margin-top: auto;
		height: 35px;
		border: 1px solid #eaeaea;
		margin-top: 5px;
		border-radius: 5px;
		font-size: 15px;
		font-family: 'Open Sans', sans serif;
	}

	div.small_header_tab_bottom {
		display: block;
		width: 100%;
		margin: 0px;
		height: 10%;
		float: left;
		color: #a0a0a0;
		font-size: 18px;
		font-family: Arial;
		border-top: 1px solid #eaeaea;
		text-align: center;
		padding: 5px;
	}

	a.navi_text {
		display: block;
		float: left;
		margin: auto;
		color: var(--maincolor1);
		margin-top: 35px;
		margin-left: 20px;
		font-family: Verdana;
		font-size: 15px;
		text-decoration: none;
		width: 150px;
		background-color: #ffffff;
		box-shadow: 0px 0px 10px #e0e0e0;
		text-align: center;
		vertical-align: middle;
		border-radius: 5px 5px 0px 0px;
		transition: 0.2s;
	}
	a.navi_text:hover {
		background-color: var(--maincolor2);
		color: #ffffff;
	}

	div.header_navi:hover a.navi_text {
		color: #ffffff;
	}

	div.content_wrapper {
		display: block;
		float: left;
		width: 100%;
		height: auto;
	}

	div.content_left {
		display: none;
		float: left;
		width: 300px;
		height: auto;
		margin: 0px;
	}

	div.content_left_box {
		display: block;
		float: left;
		width: 250px;
		height: auto;
		border: 1px solid #eaeaea;
		box-shadow: 0px 0px 20px #eaeaea;
		margin: 10px;
		margin-left: 30px;
		border-radius: 5px;
		overflow: hidden;
	}

	span.content_left_box_title {
		display: block;
		width: 100%;
		height: 25px;
		font-family: Verdana;
		font-size: 16px;
		padding-left: 10px;
		background-color: var(--maincolor2);
		color: #ffffff;
		cursor: default;
	}

	a.content_left_box_text {
		display: block;
		width: 95%;
		min-height: 25px;
		font-family: Arial;
		font-size: 15px;
		text-align: left;
		background-color: #ffffff;
		color: var(--maincolor1);
		transition: 0.1s;
		letter-spacing: 0.5px;
		text-decoration: none;
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px dotted #dadada;
	}

	a.content_left_box_text:hover {
		background-color: #eeeeee;
	}

	img.content_left_image {
		display: block;
		margin: auto;
		margin-top: 5px;
		margin-bottom: 5px;
		box-shadow: 0px 0px 10px #e0e0e0;
		border: 1px solid #e0e0e0;
		width: 47%;
		height: auto;
		float: left;
	}

	div.content_right {
		display: block;
		float: left;
		width: 100%;
		font-family: 'Open Sans', sans-serif;
		color: #333333;
	}

	span.general_text {
		color: #808080;
		font-size: 14px;
	}

	div.content_right_navigation_info {
		display: block;
		margin: auto;
		margin-top: 10px;
		width: 100%;
		min-height: 20px;
		border: 0px solid #eaeaea;
		font-size: 13px;
		color: #aaaaaa;
		border-radius: 3px 3px 3px 3px;
		text-align: left;
		letter-spacing: 0.5px;
		box-shadow: 0px 0px 20px #eaeaea;
	}

	h1.title {
		font-family: \'Open Sans\', sans-serif;
		font-size: 18px;
		text-align: center;
	}

	div.home_promo {
		display: block;
		width: 100%;
		height: 350px;
		box-shadow: 0px 0px 20px #eaeaea;
		border: 1px solid #eaeaea;
		border-radius: 5px;
		margin-top: 5px;
		overflow: hidden;
	}

	div.home_promo_inner {
		display: block;
		width: 9000px;
		height: 350px;
		transition: 0.5s margin-left;
	}

	div.home_promo_content {
		display: block;
		width: 100%;
		height: 330px;
	}

	div.home_promo_button_wrapper {
		display: block;
		height: 20px;
		position: absolute;
		width: 99%;
		height: 20px;
		z-index: 2;
		margin-top: 325px;
		text-align: center;
	}

	img.home_promo_image {
		position: relative;
		display: inline-block;
		width: 20%;
	}

	div.home_promo_button {
		display: inline-block;
		height: 20px;
		width: 10px;
		height: 10px;
		z-index: 3;
		background-color: #ffffff;
		opacity: 0.85;
		margin-left: 5px;
		border-radius: 20px;
		text-align: center;
		box-shadow: 0px 0px 10px #808080;
	}

	div.home_promo_button:hover {
		background-color: var(--maincolor2);
	}

	div.home_slider {
		width: 950px;
		height: 120px;
		display: block;
		box-shadow: 0px 0px 20px #eaeaea;
		border: 1px solid #eaeaea;
		border-radius: 5px;
		margin-top: 5px;
	}

	div.home_slider_arrow {
		float: left;
		width: 20px;
		height: 120px;
		display: block;
	}

	div.home_slider_content {
		float: left;
		width: 900px;
		height: 120px;
		display: block;
	}

	div.home_category_wrapper {
		width: 95%;
		height: 180px;
		display: inline-block;
		box-shadow: 0px 0px 10px #e0e0e0;
		z-index: 4;
		margin: 10px;
		background-size: 50%;
		background-position: center;
		background-repeat: no-repeat;
		transition: 2s;
		border: 1px solid #eaeaea;
	}

	div.home_category_wrapper:hover {
		background-size: 65%;
	}

	span.home_category_wrapper_text {
		width: 100%;
		height: 25px;
		display: inline-block;
		background-color: var(--maincolor1);
		opacity: 0.9;
		font-family: Arial;
		font-size: 17px;
		text-align: center;
		margin-top: 155px;
		box-shadow: 0px -10px 15px #ffffff;
		z-index: 5;
		color: #ffffff;
		border-radius: 15px 15px 0px 0px;
		letter-spacing: 1px;
		overflow: hidden;
	}

	img.home_bottom_promo {
		display: block;
		margin-top: 15px;
		border-radius: 5px;
		width: 100%;
	}

	div.product_box {
		display: block;
		width: 100%;
		height: auto;
		margin: 5px;
		margin-left: 0px;
		margin-right: 0px;
		float: left;
		box-shadow: 0px 0px 8px #e3e3e3;
		border-radius: 10px 10px 10px 10px;
		overflow: hidden;
		border: 1px solid #ffffff;
	}

	div.product_box:hover {
		box-shadow: 0px 0px 8px #cacaca;
	}

	div.category_box {
		display: block;
		width: 45%;
		height: auto;
		margin: 5px;
		float: left;
		box-shadow: 0px 0px 8px #e0e0e0;
		border-radius: 10px 10px 10px 10px;
		overflow: hidden;
		border: 1px solid #ffffff;
	}

	div.category_box:hover {
		box-shadow: 0px 0px 8px #aeaeae;
	}

	div.product_box_top {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		height: 20px;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		color: var(--maincolor2);
		letter-spacing: 1px;
		box-shadow: 0px 0px 10px #e0e0e0;
		border-radius: 0px 0px 10px 10px;
		font-decoration: none;
	}

	h2.product_box_name {
		display: block;
		width: 100%;
		height: 45px;
		font-size: 13px;
		letter-spacing: 1px;
		color: #606060;
		text-align: center;
		float: left;
		font-weight: normal;
	}

	div.product_box_image {
		display: block;
		float: left;
		margin-top:5px;
		width: 100%;
		height: 150px;
		background-color: #ffffff;
	}

	img.product_box_image_main {
		display: block;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}

	div.product_box_bottom {
		display: block;
		float: left;
		width: 100%;
		height: auto;
	}

	div.product_box_price {
		display: block;
		float: left;
		width: 100%;
		height: 40px;
	}

	span.product_actual_price {
		display: block;
		width: auto;
		height: 40px;
		color: var(--maincolor1);
		font-family: Arial;
		font-size: 22px;
		letter-spacing: 1px;
		margin-top: 8px;
		margin-left: 5px;
		text-align: center
	}

	span.product_box_stock_info {
		letter-spacing: 0.5px;
		font-weight:bold;
		font-size: 13px;
		color:var(--maincolor1);
	}

	input.product_box_cart_pieces {
		display: block;
		width: 40px;
		height: 25px;
		margin-top: 8px;
		border: 0px;
		text-align: center;
		float: left;
	}

	input.product_box_addtocart {
		display: block;
		width: 95%;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8px;
		margin-bottom: 5px;
		border: 0px;
		border-radius:10px;
		text-align: center;
		background-color: var(--maincolor1);
		color: #ffffff;
		font-size: 20px;
		letter-spacing: 0.5px;
		font-family: Arial;
		-webkit-appearance: none;
	}

	input.product_box_addtocart:hover {
		background-color: var(--maincolor2);
	}

	.product_setting_button {
		font-family: Tahoma;
		font-size: 14px;
		padding: 8px;
		width: 90%;
		background-color: #fff;
		border: 1px solid #888;
		margin: auto;
		display: block;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	a.page_buttons {
		width:20px;
		height:20px;
		background-color:#ffffff;
		display:inline-block;
		margin:2px;
		border-radius: 5px;
		color: #505050;
		padding: 5px;
		box-shadow: 0px 0px 5px #aeaeae;
		text-align:center;
	}

	a.page_buttons:hover {
		background-color:var(--maincolor2);
		color: #ffffff;
	}

	h1.product_name {
		display: block;
		font-size: 20px;
		font-family: 'Open Sans', sans-serif;
		width: 100%;
		text-align: center;
		color: var(--maincolor1);
		letter-spacing: 1px;
		font-weight: default;
		margin: auto;
		margin-bottom: 20px;
		margin-top: 20px;
		background-color: #ffffff;
	}

	div.product_detail_section {
		display: block;
		float: left;
		width: 100%;
		min-height: 300px;
		margin-top: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		border-radius: 5px;
		overflow: hidden;
	}

	span.product_detail_cell {
		display: block;
		width: 100%;
		min-height: 25px;
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
 		letter-spacing: 0.5px;
 		color: #202020;
		border-bottom: 1px dotted #cecece;
		line-height: 22px;
 		padding-top: 5px;
		padding-left: 5px;
	}

	div.product_detail_cell {
		display: block;
		width: 100%;
		min-height: 25px;
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
 		letter-spacing: 1px;
 		color: #202020;
		border-bottom: 1px dotted #cecece;
		line-height: 22px;
 		padding-top: 5px;
		padding-left: 5px;
		text-align: center;
	}

	div.product_image_box {
		display: block;
		float: left;
		width: 100px;
		height: 100px;
		margin: 3px;
		box-shadow: 0px 0px 5px #dadada;
	}

	div.product_parameter_section {
		display: block;
		width: 100%;
		border: 0px solid #a0a0a0;
		margin: auto;
		font-family: Arial;
		font-size: 14px;
		letter-spacing: 0.5px;
		color: #5c4766;
		border-radius: 5px;
		overflow: hidden;
		margin-top: 10px;
	}

	span.product_parameter_cell {
		display: block;
		width: 100%;
		min-height: 25px;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		letter-spacing: 1px;
		color: #808080;
		border-bottom: 1px dotted #a0a0a0;
		line-height: 20px;
		padding-left: 10px;
		padding-top: 5px;
	}

	button.add_to_cart {
		width: 300px;
		height: 35px;
		color: #ffffff;
		border: 1px solid #eaeaea;
		background: linear-gradient(to bottom, #5aadda, #2c81b0);
		font-weight: bold;
		font-size: 24px;
		text-align: center;
		font-family: Arial;
		border-radius: 5px;
		-webkit-appearance: none;
		background-size: contain;
		background-image: url('cart_logo.png'), linear-gradient(to bottom, #5aadda, #2c81b0);
		background-color: #2c81b0;
		background-position: 3%;
		background-repeat: no-repeat;
	}

	button.add_to_cart:hover {
		background-image: url('cart_logo.png'), linear-gradient(to bottom, #3be03b, #3be03b);
	}

	div.right_content_cell_product_info_parameter {
		width: 100%;
		min-height: 35px;
		opacity: 1;
		background: #fafafa;
		display: block;
		margin-left: 0px;
		border-bottom: 1px dotted #a0a0a0;
		text-align: left;
		vertical-align: top;
		border-radius: 3px;
	}

	span.product_stock_information {
		width: 120px;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 5px;
		margin-left:0px;
		color: #ffffff;
		text-align: center;
	}

	span.product_box_section_title {
		display: block;
		width: 100%;
		min-height: 25px;
		font-family: 'Open Sans', sans-serif;
		font-size: 20px;
		letter-spacing: 1px;
		background-color: #eaeaea;
		color: #40b0d0;
		text-align: center;
		line-height: 20px;
		padding-left: 10px;
		padding-top: 5px;
		font-weight: bold;
		border-radius: 5px;
	}

	input.product_info_question {
		display: block;
		width: 90%;
		height: 25px;
		margin: auto;
		margin-top: 5px;
		border: 1px solid #dadada;
		border-radius: 5px;
		padding: 5px;
	}

	textarea.product_info_question {
		display: block;
		width: 90%;
		height: 100px;
		margin: auto;
		margin-top: 5px;
		border: 1px solid #dadada;
		border-radius: 5px;
	}

	a.category_row {
		display: block;
		width: 95%;
		height: 30px;
		background-color: #ffffff;
		color: #808080;
		padding: 10px;
		font-size: 20px;
		font-family: \'Open Sans\', sans-serif;
		border-radius: 5px;
	}
	a.category_row:hover {
		background-color: #eaeaea;
		border-radius: 0px;
	}

	a.category_row_main {
		display: block;
		width: 95%;
		height: 30px;
		background-color: var(--maincolor1);
		color: #ffffff; padding: 10px;
		font-size: 20px;
		font-family: \'Open Sans\', sans-serif;
		border-radius: 5px;
	}

	a.admin_folder_button {
		/*border: 1px solid #aaa;*/
		display: block;
		float: left;
		text-align: center;
		margin-left: 5px;
		color: #303030;
		padding: 5px;
		font-size: 13px;
		border-radius: 5px;
	}
	a.admin_folder_button:hover {
		background-color: var(--maincolor1);
		color: #ffffff;
	}

	div.admin_cart_section {
		width: 100%;
		/*min-height: 50px;*/
		background-color: #fff;
		border: 1px solid #bbb;
		margin-bottom: 5px;
		font-family: \'Open Sans\', sans-serif;
		font-size: 14px;
		color: #303030;
		letter-spacing: 1px;
		padding: 10px; display: inline-block;
		border-radius: 10px;
	}

	div.footer_wrapper {
		display: block;
		float: left;
		margin: auto;
		width: 100%;
		min-height: 200px;
		background-color: #ffffff;
		text-align: center;
		border-top: 10px dotted #eaeaea;
	}

	div.footer_box {
		display: block;
		float: left;
		margin: 0px;
		margin-top: 10px;
		width: 100%;
		min-height: 200px;
		background-color: #ffffff;
		border-radius: 10px;
	}

	span.footer_text {
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
		color: #202020;
		width: 100%;
		text-align: center;
		display: block;
	}

	ul.footer_list {
		text-align: left;
		font-family: 'Open Sans', sans-serif;
		color: #202020;
		font-size: 13px;
		padding: 15px;
		word-break: inherit;
		width: 90%;
	}

	.footer_list li{
		margin-top:5px;
	}

	input.footer_text {
		display: block;
		width: 90%;
		height: 25px;
		border: 1px solid #aeaeae;
		margin: auto;
		margin-top: 2px;
	}

	textarea.contact_text {
		display: block;
		width: 90%;
		height: 50px;
		border: 1px solid #aeaeae;
		margin: auto;
		margin-top: 2px;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
	}

	input.footer_button {
		display: block;
		width: 90%;
		height: 25px;
		color: #ffffff;
		background-color: var(--maincolor1);
		border: 1px solid var(--maincolor1);
		margin: auto;
		margin-top: 10px;
		font-size: 16px;
		letter-spacing: 0px;
	}

	img.social_buttons {
		display: block;
		float: left;
		width: 32px;
		height: 32px;
		margin-top: 5px;
	}

	@media screen and (min-width:350px){
		div.product_box {
			width: 85%;
			margin: 20px;
		}
	}

	@media screen and (min-width:450px){
		div.home_category_wrapper {
			width: 45%;
			margin: 8px;
		}

		div.product_box {
			width: 45%;
			margin: 8px;
		}

		input.small_search {
			margin-left: 2px;
			width: 53%;
			/*width: 65%;*/
		}
	}

	@media screen and (min-width:600px){
		div.category_box {
			width: 30%;
			margin: 5px;
		}

		img.cart_status_image {
			width: 600px;
		}
	}

	@media screen and (min-width:800px){
		div.sitewrapper {
			box-shadow: 0px 0px 5px #dbdbdb;
			/*border: 1px solid #dbdbdb;*/
			width: 750px;
		}

		input.small_search {
			margin-left: 100px;
			width: 425px;
		}

		div.header_right {
			width: 500px;
		}

		div.small_header_inner {
			width: 750px;
		}

		div.small_header_tab_wrapper {
			width: 400px;
			left: 0;
		}

		div.home_promo {
			width: 750px;
			height: 275px;
		}

		div.home_promo_inner {
			height: 158px;
			transition: 0.5s margin-left;
		}

		div.home_promo_button_wrapper {
			width: 750px;
			height: 20px;
			margin-top: 240px;
		}

		img.home_promo_image {
			width: 750px;
		}

		div.home_promo_button {
			width: 10px;
			height: 10px;
		}

		div.product_detail_section {
			width: 48%;
		}
		div.home_category_wrapper {
			width: 30%;
			margin: 5px;
		}
	}

	@media screen and (min-width:1000px){
		div.sitewrapper {
			width: 900px;
		}

		input.small_search {
			margin-left: 100px;
			width: 575px;
		}

		div.home_promo {
			width: 900px;
			height: 350px;
		}

		div.home_promo_inner {
			height: 189px;
			transition: 0.5s margin-left;
		}

		div.home_promo_button_wrapper {
			width: 900px;
			height: 20px;
			margin-top: 315px;
		}

		img.home_promo_image {
			width: 900px;
		}

		div.home_promo_button {
			width: 10px;
			height: 10px;
		}

		div.product_box {
			width: 270px;
			margin: 10px;
		}

		div.small_header_inner {
			width: 900px;
		}

		div.category_box {
			width: 160px;
			margin: 8px;
		}
	}

	@media screen and (min-width:1200px){
		div.header {
			display: block;
		}

		div.sitewrapper {
			width: 1150px;
			margin-top: 0px;
			background-image: url("newheaderbg_small_19.png");
		}

		div.small_header {
			display: none;
		}

		div.small_header_inner {
			width: 1150px;
		}

		input.small_search {
			margin-left: 345px;
			width: 600px;
		}

		div.header {
			height: 105px;
		}

		div.content_left {
			display: block;
		}

		div.header_right {
			width: 800px;
			height: 70px;
		}

		div.header_right_top {
			width: 850px;
			height: 40px;
		}

		div.header_right_bottom {
			width: 900px;
			height: 60px;
		}

		div.header_navi {
			display: block;
			width: 160px;
			height: 25px;
			margin-top: 3px;
			margin-left: 5px;
		}

		a.navi_text {
			font-size: 14px;
			margin-top: 15px;
			padding: 7px;
			width: 140px;
		}

		div.logo {
			width: 300px;
			height: 105px;
		}

		input.header_search {
			display: block;
			margin-top: 10px;
			margin-left: 350px;
			width: 400px;
			height: 25px;
		}

		input.top_search_submit {
			width: 29px;
			height: 29px;
		}

		div.desktop_search_suggestions {
			width: 450px;
			margin-left: 350px;
			margin-top:40px;
		}

		div.header_button {
			width: 31px;
			height: 31px;
			margin-top: 15px;
		}

		div.header_button_search {
			display: block;
			width: 31px;
			height: 31px;
			margin-top: 15px;
		}

		div.content_left {
			width: 220px;
		}

		div.content_left_box {
			width: 200px;
			margin-left: 5px;
		}

		div.content_right {
			width: 925px;
		}

		div.home_promo {
			width: 900px;
			height: 350px;
			margin-left: 5px;
		}

		div.home_promo_inner {
			height: 158px;
			transition: 0.5s margin-left;
		}

		div.home_promo_button_wrapper {
			width: 900px;
			height: 20px;
			margin-top: 315px;
		}

		img.home_promo_image {
			width: 900px;
		}

		div.home_promo_button {
			width: 10px;
			height: 10px;
		}

		div.product_box {
			width: 220px;
			margin:4px;
		}

		div.footer_box {
			width: 32%;
		}

		#site_message{
			width: 60%;
		}
	}

	@media screen and (min-width:1400px){
		div.sitewrapper {
			width: 1300px;
			background-image: url("newheaderbg.png");
			border-radius: 20px;
		}

		div.small_header_inner {
			width: 1300px;
		}

		input.small_search {
			margin-left: 375px;
			width: 700px;
			margin-right: 25px;
		}

		div.header {
			height: 141px;
		}

		div.header_right {
			width: 900px;
			height: 140px;
		}

		div.header_right_top {
			width: 900px;
			height: 50px;
		}

		input.header_search {
			display: block;
			margin-top: 10px;
			margin-left: 450px;
			width: 350px;
			height: 35px;
		}

		input.top_search_submit {
			width: 38px;
			height: 38px;
		}

		input.header_search_small_button {
			display: none;
		}

		div.header_right_bottom {
			width: 900px;
			height: 90px;
		}

		div.header_navi {
			width: 180px;
			height: 40px;
			margin-top: 25px;
			margin-left: 15px;
		}

		a.navi_text {
			font-size: 14px;
			margin-top: 28px;
			padding: 10px;
		}

		div.header_button {
			width: 40px;
			height: 40px;
			margin-top: 25px;
		}

		div.header_button_search {
			display: none;
		}

		div.logo {
			width: 400px;
			height: 141px;
		}

		div.content_left {
			width: 300px;
		}

		div.content_left_box {
			width: 250px;
			margin-left: 20px;
		}

		div.content_right {
			width: 990px;
		}

		div.home_promo {
			width: 950px;
			height: 350px;
		}

		div.home_promo_inner {
			height: 200px;
			transition: 0.5s margin-left;
		}

		div.home_promo_button_wrapper {
			width: 950px;
			height: 20px;
			margin-top: 325px;
		}

		img.home_promo_image {
			width: 950px;
		}

		div.home_promo_button {
			width: 10px;
			height: 10px;
		}

		div.product_box {
			margin:10px;
		}

		div.footer_box {
			width: 30%;
			margin-left: 30px;
		}

		div.desktop_search_suggestions {
			display:block;
			width: 400px;
			margin-left: 450px;
			margin-top:50px;
		}
	}

	img.black_friday_promo {
		width: 90%;
		display: block;
		margin: auto;
		height: auto;
	}

	img.black_friday_pop_promo {
		width: 75%;
		height: auto;
		display: block;
		margin: auto;
	}

	@media screen and (min-width:800px){
		img.black_friday_promo {
			width:70%;
		}

		img.black_friday_pop_promo {
			width: auto;
			height: 75%;
		}
	}

	@media screen and (min-width:1500px){
		img.black_friday_promo {
			width:70%;
		}

		img.black_friday_pop_promo {
			width: auto;
			height: 75%;
		}
	}

	span.popup_button_go {
		display: inline-block;
		font-size: 24px;
		text-align: center;
		color: #ffffff;
		border-radius: 10px;
		padding: 5px;
		margin: 0px;
		margin-top: 30px;
		margin-bottom: 30px;
		width: 47%;
		float: left;
		background-color: var(--maincolor1);
	}

	span.popup_button_go:hover {
		background-color: var(--maincolor2);
	}

	span.popup_button_back {
		display: inline-block;
		padding: 5px;
		font-size: 24px;
		text-align: center;
		color: #606060;
		margin: 0px;
		margin-top: 30px;
		margin-bottom: 30px;
		width: 47%;
		float: left;
	}

	span.popup_button_back:hover {
		text-decoration: underline;
	}

	#to_top {
		width: 50px;
		height: 40px;
		background-color: #ffffff;
		position: fixed;
		bottom: -100%;
		right: 25px;
		border-top: 3px solid var(--maincolor1);
		border-radius: 10px 10px 2px 2px;
		background: linear-gradient(to bottom, #ffffff, #ffffff);
		text-align: center;
		box-shadow: 0px 0px 4px 2px #888;
		transition: 0.5s;
		background-image: url("totop.png");
		background-position: center;
		background-repeat: no-repeat;
	}

	span.cart_title_text {
		font-size:18px;
		letter-spacing: 1px;
		margin-top: 5px;
		display: inline-block;
		width: 95%;
		min-height: 25px;
		padding:5px;
		border-radius: 10px;
	}

	input.cart_data_input {
		width: 95%;
		height: 30px;
		border: 1px solid #cacaca;
		background-color: #fff;
		font-size: 14px;
		letter-spacing: 1px;
		color: #202020;
		padding: 5px;
		border-radius: 10px;
		margin: 2px;
		margin-top: 5px;
		-webkit-appearance: none;
	}

	span.discount_tag {
		display: block;
		color: #ffffff;
		background-color: #ff5050;
		font-size: 15px;
		width: 50px;
		height: 20px;
		text-align: center;
		margin: 0px;
		z-index: 2;
		position:relative;
		border-radius: 0px 10px 10px 0px;
	}

	input.admin_cart_button {
		background: #ffffff;
		width: 112px;
		height: 30px;
		color: #888888;
		border: 1px solid #888888;
		border-radius: 4px;
		font-size: 12px;
	}

	span.fast_category_jump {
		display: block;
		padding:2px 5px 2px 5px;
		float: left;
		background-color: var(--maincolor1);
		border-radius: 5px;
		margin: 2px;
		color: #ffffff;
		animation: 0.5s;
	}

	span.fast_category_jump:hover {
		background-color: var(--maincolor2);
	}

	input.order_search_button {
		width: 100px;
		height: 30px;
		border: 0px solid var(--maincolor1);
		background-color: var(--maincolor1);
		color: #ffffff;
		font-size: 15px;
	}

	input.order_search_button:hover {
		background-color: var(--maincolor2);
	}

	.forum_comment_input {
	margin-top: 10px;
	width: 95%;
	height: 150px;
	border: 1px solid #dfdfdf;
	border-radius: 10px;
	}

	.forum_comment_input_send {
		width: 95%;
		height: 30px;
		margin-top: 10px;
		margin-bottom: 10px;
		background-color: #fff;
		border: 1px solid #a0a0a0;
		border: 1px solid #dfdfdf;
		border-radius: 10px;
		font-size: 18px;
		font-family: Arial;
	}

	.forum_comment_input_send:hover {
		background-color: #e0ffe0;
	}

	div.product_questions_row {
		display: block;
		width: 95%;
		margin: 5px;
		border: 1px dashed var(--maincolor1);
		border-radius: 5px;
	}

	div.product_questions_top {
		text-align: left;
		padding: 5px;
		/*text-decoration: underline;
		/*border-bottom: 1px dashed #aeaeae;*/
	}

	div.product_questions_bottom {
		margin-top: 3px;
		text-align: justify;
		padding: 5px;
	}

	div.parameter_list {
		width: 100%;
	}
	div.parameter_cell1 {
		display: block;
		float: left;
		width: 45%;
	}
	div.parameter_cell2 {
		display: block;
		float: left;
		width: 45%;
	}

	li.recparli {
		width: 300px;
	}
	
	div.category_opener {
	width: 30px;
	height: 30px;
	background-color: #ffa0a0;
	margin-left:0px;
}

	div.big_menu_wrapper {
		max-width: 1000px;
		height: 0px;
		background: linear-gradient(to right, #ffffff, #ffffff);
		margin: auto;
		border-radius: 5px;
		transition: height 0.4s linear;
		overflow-y:hidden;
		z-index: 4;
	}

	div.big_menu_left {
		width: 210px;
		height: 495px;
		margin: 0px;
		float: left;
		overflow: hidden;
	}

	@media screen and (min-width:1400px){
		div.big_menu_left {
			width: 250px;
		}
	}

	div.big_menu_right {
		width: 650px;
		height: 500px;
		margin: 0px;
		float: left;
		z-index: 4;
	}

	div.big_menu_right_col {
		width: 22%;
		height: auto;
		margin: 3px;
		float: left;
		display: block;
		border-left: 2px solid #eaeaea;
	}

	ul {
		display: block;
		float: left;
		margin: 0px;
		width: 100%;
	}

	a.big_menu_main_cat {
		display: block;
		width: 95%;
		height: auto;
		list-style-type:none;
		float: left;
		margin: 0px;
		text-decoration: none;
		font-family: Arial;
		font-size: 15px;
		color: var(--maincolor1);
		vertical-align: middle;
		line-height: 30px;
		letter-spacing: 0.5px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom: 1px dotted #dadada;

	}
	a.big_menu_main_cat:hover {
		background-color: #f0f0f0;
	}

	a.big_menu_sub_cat {
		display: block;
		width: 100%;
		height: auto;
		list-style-type:none;
		float: left;
		margin: 0px;
		margin-top: 1px;
		text-decoration: none;
		font-family: Verdana;
		font-size: 11px;
		color: #808080;
		vertical-align: middle;
		line-height: 20px;
		text-align: left;
		border-radius: 0px 5px 5px 0px;
		padding-left: 10px;
	}
	a.big_menu_sub_cat:hover {
		color: #303030;
		background-color: #eaeaea;
	}

	a.big_menu_main_sub_cat {
		display: block;
		width: 95%;
		height: auto;
		background-color: var(--maincolor1);
		list-style-type:none;
		float: left;
		margin: 0px;
		margin-top: 1px;
		text-decoration: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		color: #ffffff;
		vertical-align: middle;
		line-height: 20px;
		text-align: center;
		border-radius: 0px 8px 8px 0px;
	}
	a.big_menu_main_sub_cat:hover {
		color: #ffffff;
	}

	div.big_menu_right_top {
		display: block;
		width: 100%;
		height: 25px;
		background: linear-gradient(to right, #ffffff, #ffa0a0);
		border-radius: 5px;
		font-family: Verdana;
		font-size: 13px;
		color: #505050;
		line-height: 23px;
		vertical-align: middle;
	}