p{
	margin:0px 10px 10px 0px;
	}


h1{
	padding-left: 20px;
	font-size: 17px;
	}

h2{
	font-size: 14px;
	font-weight: bold;
	}

a{
	outline: 0;
	}	
	
input{
	font-size:11px;
	outline: 0;
	}
select{
	}

img{
	border: 0px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	}

blockquote {
	text-align: left;
	}

form{
	margin: 0px;
	padding: 0px;
	}

.navigation_menu{
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	font-weight: bold;
	border-bottom: solid 1px #C0C0C0;
	}
.navigation_menu a{
	color: #456;
	text-decoration: none;
	}
.navigation_menu a:hover{
	text-decoration: underline;
	color: #234;
	}
.no_style_link{
	text-decoration: none;
	display: inline;
	border: 0px;
	padding: 0px;
	}
.no_style_link:hover{
	text-decoration: none;
	display: inline;
	border: 0px;
	padding: 0px;
	}

.hiddenElement{
	display: none;
	}

.loadingState_div{
	position: absolute;
	right: 20px;
	top: 20px;
	visibility: hidden;
	z-index: 100;
	border: solid 1px #FF8080;
	padding: 3px 7px 3px 7px;
	background-color: #FFFFFF;
	}

#image_viewer{
	position: relative;
	float: left;
	overflow-x: scroll;
	width: 213px;
	height: 230px;
	margin: 0px 20px 7px 0px;
	padding: 5px;
	border: solid 1px #E9E9E9;
	text-align: center;
	white-space: nowrap;
	background-color: #FFFFFF
	}

.thumbnail1{
	padding: 5px;
	}

.left_categories{
	text-align: left;
	border: solid 1px #000000;
	margin: auto;
	padding: 0px;
	}
.left_categories a{
	color: #282828;
	text-decoration: none;
	}
.left_categories a:hover{
	text-decoration: underline;
	}
.left_categories .a_selected{
	color: #ff0000;
	text-decoration: underline;
	}
.left_categories .a_selected:hover{
	text-decoration: underline;
	}
.left_categories ul{
	list-style: none;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
.left_categories li{
	padding: 2px 10px 2px 10px;
	}
.left_categories .child{
	padding: 1px 10px 1px 30px;
	}
.left_categories_title{
	padding: 5px;
	background-color: #D4D0C8;
	text-align: center;
	font-weight: bold;
	background:#D9E1E5 url(img/nav.gif) repeat scroll 0 0;
	}

.data_table {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	}
.data_table thead td{
	background-color: #ebebeb;
	color: #666666;
	font-weight: bold;
	}
.data_table th{
	text-align: right;
	padding: 5px 5px 5px 5px;
	}
.data_table td{
	padding: 5px 5px 5px 5px;
	}

.grid_data_table {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	}
.grid_data_table thead td{
	font-size: normal;
	font-weight: bold;
	color: #666666;
	background-color: #ebebeb;
	border-bottom: solid 1px #e1e1e1;
	padding: 5px 5px 5px 5px;
	}
.grid_data_table td{
	padding: 5px 5px 5px 5px;
	border-bottom: solid 1px #e1e1e1;
	vertical-align: top;
	}
.grid_data_table tfoot td{
	border: 0px;
	}

.form_data_table{
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	}
.form_data_table th{
	font-weight: normal;
	text-align: right;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	}
.form_data_table td{
	padding: 5px 5px 5px 5px;
	}
.form_data_table thead td{
	font-size: larger;
	font-weight: bold;
	color: #505050;
	border-bottom: solid 1px #808080;
	padding: 15px 5px 5px 5px;
	}
.form_data_table_thead{
	font-size: larger;
	font-weight: bold;
	color: #505050;
	border-bottom: solid 1px #808080;
	padding: 15px 5px 5px 5px;
	text-align: center;
	}

.ul_left_myaccount{
	margin-top: 5px;
	margin-bottom: 0px;
	}
.ul_left_myaccount li{
	padding: 0px 0px 2px 0px;
	margin-left: -5px;
	}

.left_myaccount{
	position: relative;
	padding-bottom: 13px;
	text-align: left;
	}
.left_myaccount a{
	display: block;
	}
.left_myaccount a:hover{
	display: block;
	}

.notice{
	font-weight: bold;
	color: #ff0000;
	background: #F0F0F0;
	border: 1px solid #E0E0E0;
	text-align: center;
	padding: 3px;
	}
.confirm_msg{
	font-weight: bold;
	color: #0066CC;
	background: #EEEEEE;
	border: 1px solid #E0E0E0;
	text-align: center;
	padding: 3px;
	}

.cursor_hand{
	cursor: pointer;
	}

.ul_simple{
	padding: 0px;
	margin: 0px;
	}
.ul_simple li{
	padding-bottom: 5px;
	list-style: none;
	}

.ul_actions{
	margin: 0px 0px 5px 20px;
	padding: 0px;
	list-style: none;
	}
.ul_actions li{
	padding: 3px 0px 3px 15px;
	background-image: url('arrow_right.gif');
	background-repeat: no-repeat;
	background-position: center left;
	}

.striketrough{
	text-decoration: line-through;
	color: #ff0000;
	background: inherit;
	}

.shpc_product_link{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
.shpc_product_link:hover{
	text-decoration: underline;
	}

.row1{
	background-color: #ffffff;
	}
.row1:hover{
	background-color: #FFEEDD;
	}

.row2{
	background-color: #f7f7f7;
	}
.row2:hover{
	background-color: #FFEEDD;
	}

.row_selected{
	background-color: #FFF9F2;
	color: inherit;
	}
.row_red{
	background-color: #FF1717;
	color: inherit;
	}
.row_white{
	background-color: #FFFFFF;
	color: inherit;
	}

.red_msg{
	color: #ff0000;
	}

.product_list_grid_view{
	float: left;
	width: 240px;
	height: 250px;
	padding: 10px;
	text-align: center;
	}
.product_list_grid_view a.image{
	display: block;
	}
.product_list_grid_view a.title{
	display: block;
	}
.product_list_grid_view div.price{
	}
.product_list_list_view{
	position: relative;
	margin: 3px;
	height: 100px;
	border-bottom: dotted 1px #ff0000;
	}

.subcategories_list{
	font-size: larger;
	}
.subcategories_list { }
.subcategories_list a{
	display: block;
	float: left;
	width: 200px;
	list-style-type: none;
	padding-right: 20px;
	white-space: nowrap;
		color: #FF100C;
	}
.subcategories_list a:hover{
		color: #FF100C;
	}




.captcha_img{
	float: left;
	padding: 3px;
	margin: 7px;
	border: dashed 1px #ff0000;
	}

.pagination a{
	margin: 0px 2px 0px 2px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	border: solid 1px #e0e0e0;
	}
.pagination a:hover{
	text-decoration: none;
	background-color: #f0f0f0;
	}
.pagination span{
	margin: 0px 2px 0px 2px;
	padding: 4px 7px 4px 7px;
	text-decoration: none;
	font-weight: bold;
	border: solid 1px #e0e0e0;
	background-color: #f0f0f0;
	}

.sortbar {
	clear: both;
	margin: 10px 0px 10px 0px;
	padding-right: 2px;
	height: 23px;
	background-image: url('sortbar_bg.jpg');
	background-repeat: repeat-x;
	line-height: 23px;
	border: solid 1px #e1e1e1;
	}
.sortbar div.pagination {
	padding-left: 10px;
	}
.sortbar div.pagination a.a_pagin {
	margin: 0px 2px 0px 2px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	border: solid 1px #e0e0e0;
	}
.sortbar div.pagination a.a_pagin:hover{
	text-decoration: none;
	background-color: #f0f0f0;
	}
.sortbar div.pagination span.a_pagin_sel{
	margin: 0px 2px 0px 2px;
	padding: 4px 7px 4px 7px;
	text-decoration: none;
	font-weight: bold;
	border: solid 1px #e0e0e0;
	background-color: #f0f0f0;
	}
.sortbar select{
	border: solid 1px #B5B5B5;
	}

.height1px{
	height: 1px;
	line-height: 1px;
	clear: both;
	}

.window{
	border: 1px solid #555555;
	}
.window div.title_bar{
	position: relative;
	padding: 5px 5px 5px 10px;
	background: #202233 url('window_title_bar.jpg') repeat-x;
	background-position: top;
	white-space: nowrap;
	font-weight: bold;
	border-bottom: 1px solid #BBBBBB;
	}
.window div.title_bar img.close{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	text-decoration: none;
	filter:alpha(opacity=90);
	opacity:0.9;
	cursor: pointer;
	}
.window div.title_bar img.close:hover{
	text-decoration: none;
	opacity:1;
	filter:alpha(opacity=100);
	}
.window div.content{
	position: relative;
	padding: 5px 10px 9px 10px;
	background-color: #FFFFFF;
	}
.window div.content div.bottom{
	text-align: right;
	}
.window_simple{
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	border: solid 1px #777777;
	}

.cart_list_option{
	margin-top: 54px;
}


/* noua piele */



/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #FF100C;
	text-decoration:none;
}
a:hover {color: #FF100C;}

body {
	background:#EEEEEE url(img/bg.gif) repeat scroll 0 0;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
	padding-top: 10px;
}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 980px;
}

/* header */
.top {
	padding: 30px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 980px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background:transparent url(img/header.gif) repeat-x scroll 0 0;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 766px;
}
.header .right {
	overflow: auto;
	width: 210px;
	background:transparent url(img/header.gif) repeat-x scroll 0 0;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
	padding-left: 200px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* footerPages */
.footerPages {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 30px;
}
.footerPages a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
}
.footerPages a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	margin-top: 5px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #EEEEEE;
}

/* sub navigation */
.sidenavright {
	float: right;
	width: 210px;
}
.sidenavleft {
	float: left;
	width: 200px;
	background-color: #F7F7F2;
}
.sidenavleft h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenavleft ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenavleft li {border-bottom: 1px solid #EAEADA;}
.sidenavleft li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenavleft li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px;
	width: 548px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content ul {margin-left: 18px;}
.content ul li {list-style: url(img/li.gif);}
.content ol li {list-style: decimal;}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	height: 39px;
	padding-left: 50px;
	text-align: center;
}
.footer .right {color: #DEF;}
.footer .right a {color: #DEF; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover

.website_tags{
	background-color:#FFFFFF;

}
.website_tags a {

}
.website_tags a:hover{
	font-weight: bold;
}
.sitemap {
	padding: 5px 5px 5px 100px;
	font-weight: bold;
	}
.bottom_links{
	padding: 5px 5px 5px 5px;
	text-align: center;
}
.searchbox{
	vertical-align: bottom;
	padding: 5px 0px 5px 0px;
}
.top_search_field{
	width: 110px;
	font-size: 13px;
	margin-left: 15px;
	}
.search_button{
	width: 60px;
}
