body {
	background-color: #c4ced5;
	margin: 0 0 40px 0;
	font-family: tahoma,arial,geneva,sans-serif,verdana;
	font-size: 13px;
	background-image: url('../pics/bg_body.png');
	background-repeat: repeat-x;
	color: #000;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #a70841;
}
a:hover {
	color: #000;
}
form {
	display: inline;
}
.button {
	background-color: #a70841;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #a70841;
}
.button_link {
	padding: 2px 5px 2px 5px;
}
.button_link:hover {
	color: #fff;
}
.preorder {
	background-color: transparent;
	border: 0;
	color: #A70841;
}
.preorder:hover {
	color: #000;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td {
	padding: 5px;
}
table th {
	text-align: left;
	padding: 5px;
	background-color: #c5ccd1;
	font-weight: bold;
}
table td input {
	border: 1px solid #c5ccd1;
}
#header {
	width: 1000px;
	height: 140px;
}
#header_logo {
	width: 267px;
	height: 100px;
	float: left;
}
#header_address_container {
	width: 603px;
	height: 100px;
	float: left;
}
#header_address {
	height: 70px;
}
#header_menu_mae_logo {
	width: 130px;
	height: 100px;
	float: left;
	font-size: 11px;
}
#header_menu_mae_logo div {
	margin-top:5px;
	text-align: right;
}
#header_menu_mae_logo select {
	margin: 0;
	padding: 0;
}
#header_menu_top {
	padding-top: 6px;
}
#header_menu_top a {
	color: #3a5264;
	font-size: 15px;
	font-weight: bold;
	margin: 0 20px 0 0;
}
#header_menu_top a:hover {
	color: #fff;
}
#header_menu_bottom_container {
	width: 1000px;
	height: 29px;
	float: left;
	padding: 11px 0 0 0;
}
.header_menu_bottom_webshop {
	background: url('/pics/header_bg_webshop_button.gif') no-repeat;
	padding: 0 0 0 23px;
}
.header_menu_bottom_webshop:hover {
	background: url('/pics/header_bg_webshop_button_on.gif') no-repeat;
}
.header_menu_bottom_vatera {
	background: url('/pics/header_bg_vatera_button.png') no-repeat;
	padding: 0 0 0 23px;
}


#header_menu_bottom {
	width: 490px;
	float: left;
}
#header_menu_bottom a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 22px 0 0;
}
#header_menu_bottom a:hover {
	color: #c5ccd1;
}
#header_search_bar {
	width: 267px;
	float: left;
	margin: 0;
}
#header_search_bar a {
	color: #fff;
	margin: 0 0 0 5px;
}
.header_search_bar_input {
	background-color: #feffef;
	border: 1px solid #67727a;
	width: 140px;
}
#header_bottom_right {
	float: left;
	width: 243px;
	text-align: right;
	color: #fff;
}
#header_bottom_right a {
	color: #fff;
}
#header_bottom_right img {
	vertical-align: bottom;
	margin: 0 0 0 10px;
}
#container {
	width: 1000px;
	margin: 0 auto 0 auto;
}
#content {
	width: 960px;
	float: left;
	padding: 20px;
	/*background-color: #dce2e6;*/
	background-color: #fff;
}
#main_left {
	width: 480px;
	float: left;
}
#main_right {
	width: 480px;
	float: left;
}
#column_left {
	float:left;
	width:250px;
	margin: 0 20px 0 0;
}
#column_right {
	float:left;
	width:690px;
}
#column_right h1 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
#column_left h1 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
#main_page_box .item{
	width:117px;
}
.auction_box{
	width:500px;
	
}


div#auction_box_container.scroller {
	height: 280px;
	margin: 0;
}
div#auction_box_container {
	margin: 20px 0;
	height: 220px;
}
div#auction_box_container .scroller_container{
	height: 220px;
}
div#auction_box_container .scroller_content{
	width: 600px;
	height: 300px;
}
div#auction_box_container .item{
	height: 220px;
}

div#auction_box_container.scroller .arrow_left,
div#auction_box_container.scroller .arrow_right {
	padding: 100px 10px 0 10px;
}



div.auction_box {
	float: left;
	border-right: 2px dotted #c4ced5;
	padding: 10px;
}
div.auction_box img {
	vertical-align: middle;
	padding: 10px;
}
div.auction_box_title {
	background: #A70841;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 20px 0;
}

.scroller {
	float: left;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #93a1ac;
	border-bottom: 1px solid #93a1ac;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
}

.scroller .item {
	position:relative;
	height: 125px;
	text-align: center;
	float: left;
	margin: 15px 0 0 0;
	left:0px;
	top:0px;
}
.scroller .item img {
	margin: 0 0 5px 0;
}
.scroller .item p {
	text-align: center;
	margin: 0;
	padding: 0;
}
.scroller .arrow_left, .scroller .arrow_right {
	width: 24px;
	padding: 30px 10px 0 10px;
	height: 47px;
	float: left;
	cursor: pointer;
}
.scroller_arrow .left_inactive, .scroller_arrow .right_inactive {
	visibility: hidden;
}
.scroller_content {
	width: 810px;
	height: 140px;
	float: left;
	overflow: hidden;
	position: relative;
}
.scroller_title {
	width: 36px;
	padding: 10px 0 0 20px;
	float: left;
}

.registration_table {
	width: 100%;
	float: left;
}
#login {
	width: 250px;
	margin: auto;
	border: 1px dotted #c5ccd1;
	padding: 20px;
}
#login input {
	border: 1px solid #c5ccd1;
}
.notice, .error, .warning {
	padding: 10px 0 10px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	background-color: #a70841;
}
#item_page_container {
	float: left;
	width: 100%;
}
#item_page_container h1 {
	font-size: 16px;
	line-height: 25px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #809068;
	color: #a70841;
}
#item_page_pic {
	width: 200px;
	float: left;
	text-align: center;
	margin: 10px 10px 10px 0;
}
#item_page_details {
	width: 400px;
	margin: 183px 0 0 0;
	float: left;
	font-size: 16px;
	font-weight: bold;
}
#item_page_details form {
	margin: 0 0 0 20px;
}
#item_page_more_pic {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}
#item_page_more_pic h1 {
	width: 600px;
}
#item_page_more_pic div {
	width: 100px;
	float: left;
	margin: 10px 10px 10px 0;
	text-align: center;
}

.tab{
	float: left;
	position:relative;
	width: 668px;
	padding: 10px;
	float: left;
	border: 1px solid #C5CCD1;
	margin: 1px 0 0 0;
	left:0px;
	top:0px;
}
.tabs_content{
	overflow: hidden;
	float: left;
	width:690px;
	position: relative;
}

#item_tabs {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#item_tabs li {
	background-color: #c5ccd1;
	padding: 6px 19px 6px 19px;
	cursor: pointer;
	float: left;
	border-right: 1px solid #dce2e6;
}
#item_tabs li:hover {
	background-color: #76848e;
	color: #fff;
}
#item_tabs .selected {
	background-color: #76848e;
	color: #fff;
}

.item_page_comments {
	width: 100%;
	float: left;
}
.item_list {
	width: 100%;
	float: left;
}
.item_list th {
	border-right: 2px solid #DCE2E6;
	padding: 5px 20px;
}
.item_list td {
	border-bottom: 1px dotted #ACB998;
	padding: 20px;
}
.item_list caption {
	text-align: left;
	padding: 0 0 10px 0;
}
.item_list_pic {
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}
.item_list_details {
	vertical-align: top;
}
.item_list_details h2 {
	padding: 0;
	margin: 20px 0 20px 0;
	font-size: 11px;
}
.item_list_details_name {
	height: 170px;
	font-size: 16px;
	line-height: 23px;
}
.item_list_details_other {
	font-size: 16px;
	font-weight: bold;
}
.item_list_details_other form {
	margin: 0 0 0 10px;
}
.item_list_price {
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
}
.item_list_price strike {
	font-weight: normal;
}
.basket_item_list {
	width: 100%;
	margin: 0 0 20px 0;
}
.basket_item_list td {
	border: 2px solid #c5ccd1;
}
.basket_item_list th {
	border: 2px solid #c5ccd1;
}
.basket_item_list td input[type="text"] {
	border-color :#ddd;
}
.basket_item_list textarea {
	border: 1px solid #ddd;
	width: 480px;
	height: 100px;
}
.basket_item_price {
	text-align: right;
	white-space: nowrap;
}
.basket_item_modify {
	white-space: nowrap;
}
.basket_item_modify .button {
	margin: 5px 0 0 0;
}
.basket_item_remove {
	text-align: center;
}
.basket_item_pic {
	text-align: center;
}
.basket_box_item {
	border-bottom: 1px dotted #b5d6ef;
	padding: 10px 0 10px 0;
}
.basket_box_item p {
	text-align: right;
	padding: 10px 0 0 0;
}
.shipping_payment {
	border: 1px dotted #ddd;
	margin: 0 0 10px 0;
}
.shipping_payment ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.shipping_payment ul li {
	padding: 10px;
}

.subcategories {
	padding: 0;
	margin: 0;
}
.subcategories li {
	list-style: none;
	border-bottom: 1px dotted #ddd;
}
.subcategories li a {
	padding: 5px;
	display: block;
}
.subcategories li a:hover {
	background-color: #f4f4f4;
}







#basket_steps {
	text-align: center;
	padding: 20px 0 20px 0;
	margin: 0 0 20px 0;
	border: 1px dotted #ddd;
}




.admin_button {
	background-color: #cf0909;
	color: #fff;
	padding: 5px;
}
.admin_button:hover {
	background-color: #000;
	color: #fff;
}

.help_box{
	position:absolute;
	background-color:#234979;
	width:300px;
	padding: 10px;
	color: #fff;
	line-height: 16px;
}

.sale_price {
	color: #ff0000;
	font-weight: bold;
}
#menu_news{
	position: absolute;
	background-color:#000;
}
#menu_news a {
	color: #fff;
	padding: 0;
	margin: 0;
}
#menu_discount{
	position: absolute;
	background-color:#000;
}
#author_other_item {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}


.basket_total {
	border: 1px dotted #ddd;
	padding: 10px;
	margin: 20px 0 20px 0;
	font-size: 35px;
	text-align: center;
}

.detailed_search {
	width: 100%;
	float:left;
}
.detailed_search td {
	border-bottom: 1px dotted #ddd;
	padding: 8px 5px 8px 5px;
	vertical-align: top;
}
.detailed_search textarea {
	border: 1px solid #B5D6EF;
	width: 400px;
	height: 100px;
}
.pager {
	margin: 10px 0 10px 0;
	text-align: center;
	width: 100%;
	float: left;
	line-height: 25px;
}
.pager span {
	background-color: #013159;
	/* border: 1px solid #013159; */
	color: #fff;
	padding: 2px 5px 2px 5px;
	margin: 0 0 5px 0;
	font-weight: bold;
}
.pager a {
	/*
	background-color: #D5ECFE;
	border: 1px solid #9bbbd5;
	*/
	color: #274B7A;
	padding: 2px 5px 2px 5px;
	margin: 0 0 5px 0;
}
.pager a:hover {
	background-color: #a70841;
	border-color: #CC5F02;
	color: #fff;
	background-image: none;
}
.basket_button {
	background-image: url('/../pics/bg_button_basket.gif');
	background-repeat: no-repeat;
	width: 560px;
	height: 36px;
	color: #fff;
	border: 0;
	font-weight: bold;
	font-size: 16px;
	margin: auto;
	cursor: pointer;
}
.basket_button_link {
	display: block;
	padding: 7px 0 0 0;
	height: 29px;
}
.basket_button:hover {
	color: #000;
}

.add_to_cart {
	background-image: url("/pics/add_to_cart.gif");
	background-repeat: no-repeat;
	padding: 5px 10px 5px 30px;
}


.pic  p {
	padding: 0;
	margin: 5px 0 0 0;
}
#welcome_text {
	text-align: center;
	font-size: 25px;
	margin: 20px 0 30px 0;
	font-weight: bold;
}
#welcome_text span {
	font-size: 25px;
	color: #DF6005;
}


/* kategoriak doboz */

/*
#categories {
	border: 1px solid #C5CCD1;
	padding: 10px;
}
#categories img {
	margin: 0 5px 0 0;
}
#categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#categories ul li {
	padding: 5px 0 5px 5px;
}
#categories ul li ul {
	margin: 5px 0 0 20px;
}
*/



#categories, .custom_box {
	border: 1px solid #C5CCD1;
	padding: 10px;
	margin: 0 0 10px 0;
}
#categories img {
	margin: 0 5px 0 0;
}
#categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#categories ul li {
	padding: 5px 0;
}
#categories ul li ul {
	margin: 5px 0 0 20px;
}


#user_box {
	border: 1px solid #C5CCD1;
	padding: 10px;
	margin: 0 0 20px 0;
}
#user_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#user_box ul li {
	padding: 5px 0 5px 0;
}

.send_to_friend {
	border: 1px solid #C5CCD1;
	padding: 10px;
	float: left;
	margin: 20px 0 0 0;
}

.search_filter {
	width: 100%;
	float: left;
	margin: 20px 0 20px 0;
}
.search_filter th {
	border: 1px solid #C5CCD1;
}
.search_filter td {
	border: 1px solid #C5CCD1;
	vertical-align: top;
}
#item_page_admin_area {
	border: 1px solid #C5CCD1;
	padding: 10px;
	float: left;
	margin: 0 0 30px 0;
}
.item_list_buttons {
	white-space: nowrap;
}
div.conditions {
	padding: 10px;
	height: 300px;
	border: 1px dotted #000;
	overflow: auto;
	background-color: #fff;
}
div#column_right div.conditions_content h1 {
	font-size: 25px;
	padding: 0;
	margin: 30px 0;
}
div#column_right div.conditions_content h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 40px 0 10px 0;
	padding: 0;
}
div#column_right div.conditions_content p {
	text-align: justify;
	line-height: 20px;
}
div#column_right div.conditions_content em {
	font-size: 11px;
}
div#column_right div.conditions_content ul {
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
}
div#column_right div.conditions_content ul li{
	padding: 10px 0;
}
.main_featured_item {
	width: 220px;
	height: 280px;
	float: left;
	text-align: center;
	padding: 0 5px;
}
.main_featured_item a {
	font-weight: normal;
}
.main_featured_item div {
	height: 200px;
}

.main_page_highlight {
	position: absolute;
}
.clear {
	clear: both;
}
div#footer {
	width: 100%;
	text-align: left;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px dotted #93A1AC
}
div#footer_left {
	width: 100px;
	float: left;
}
div#footer_right {
	width: 860px;
	float: left;
	text-align: right;
	font-size: 11px;
}
div#footer_right img {
	vertical-align: middle;
	margin: 0 10px;
	border: 1px solid #c4ced5;
}
#category_watch ul {
	list-style: none;
}
#category_watch ul li {
	font-weight: bold;
	padding: 5px 0;
}
#category_watch ul li ul li ul li {
	font-weight: normal;
}
