@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:rgb(76,76,76);
	background-color:rgb(28,65,84);
}
a:active, a:focus {
	outline:none;
}
h1 {
	color:#0073AD;
	padding:0 0 5px 0;
	font-size:18px;
	text-align:left;
}
a {
	color:rgb(76,76,76);
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
	color:rgb(0,115,173);
}
button {
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
}
button span {
	background-image:url(../images/button.gif);
	background-position:left center;
	background-repeat:no-repeat;
	line-height:28px;
	padding:7px 0 7px 0;
}
button span em {
	background-image:url(../images/button.gif);
	background-position:right center;
	background-repeat:no-repeat;
	margin-left:8px;
	padding:7px 10px 7px 0;
	font-style:normal;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
button.white {
}
button.white span {
	background-image:url(../images/button-on-white.gif);
}
button.white span em {
	background-image:url(../images/button-on-white.gif);
}
#wrapper {
	width: 980px;
	margin:0 auto;
}
#main {
	width:980px;
	background-color:#ffffff;
	background-image:url(../images/panza-fundal.gif);
	background-repeat:no-repeat;
}
#header {
	height:140px;
}
#logo {
	float:left;
	padding-left:42px;
	padding-top:30px;
	width:152px;
	height:82px;
}
#top_right {
	height:125px;
	padding-top:15px;
	float:right;
	text-align:right;
}
#lang {
	height: 50px;
	text-align:right;
}
#navigation_top {
	text-align:left;
	height:40px;
	width:735px;
	line-height:40px;
}
#navigation_top_left {
	float:left;
	background-image:url(../images/nav-left.png);
	background-repeat:no-repeat;
	width:20px;
	height:40px;
}
#navigation_top_menu {
	float:left;	
	background-image:url(../images/nav-bkg.gif);
	background-repeat:repeat-x;
	width:655px;
	height:40px;
}
#navigation_top_menu a {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	padding:2px 10px;
}
#navigation_top_right {
	float:right;
	background-image:url(../images/iso-label.gif);
	background-repeat:no-repeat;
	width:60px;
	height:40px;
}
#left_content {
	width:180px;
	margin-left:30px;
	float:left;
	margin-bottom:30px;
}
#navigation_3rd_lvl_cat {
	text-align:center;
	margin-top:10px;
}
#navigation_3rd_lvl_cat a {
	color:rgb(0,115,173);
	padding:0 2px;
}
#navigation_3rd_lvl_cat a:hover {
	text-decoration:underline;	
}
#navigation {
	width:180px;
}
#navigation a {

	text-decoration:none;
}
#navigation a:hover {
	color:#0086F1;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#navigation div {
	padding-left:10px;
	line-height:30px;
	border-left:1px solid #E8E8E8;
	border-right:1px solid #E8E8E8;
}
.nav_top_link {
	height:27px;
	background-image:url(../images/Top.jpg);
	background-repeat:no-repeat;
	border:0 !important;
	font-size:12px;
	font-weight:bold;
}
.nav_top_link_selected {
	height:27px;
	background-image:url(../images/Top_Selected.jpg);
	background-repeat:no-repeat;
	border:0 !important;
	font-size:12px;
	font-weight:bold;
}
.nav_middle_link {
	height:27px;
	background-image:url(../images/Middle.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
}
.nav_middle_link_selected {
	height:27px;
	background-image:url(../images/Middle_Selected.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
}
.nav_bottom_link {
	height:27px;
	background-image:url(../images/Bottom.jpg);
	background-repeat:no-repeat;
	border:0 !important;
	font-size:12px;
	font-weight:bold;
}
.nav_bottom_link_selected {
	height:27px;
	background-image:url(../images/Bottom_Selected.jpg);
	background-repeat:no-repeat;
	border:0 !important;
	font-size:12px;
	font-weight:bold;
}
.nav_link {
	height:27px;
	background-color:#ffffff;
	background-image:url(../images/separator.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:11px;
}
.nav_link_selected {
	height:27px;
	background-color:#ffffff;
	background-image:url(../images/separator.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:11px;
	font-weight:bold;
}
.nav_link_selected a {
	color:#0086F1;
}
#navigation .last {
	background-image:none;
}
.nav_arrow {
	cursor:pointer;
	float:right;
	height:25px;
	width:10%;
}
.nav_arrow_collapsed {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/Icon_collapse.gif) no-repeat scroll 4px 9px;
}
.nav_arrow_expand {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/Icon_expand.gif) no-repeat scroll 6px 11px;
}
#quick_search {
	height:35px;
	width:180px;
	color:#ffffff;
	vertical-align:middle;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	margin-top:20px;
}
#quick_search .input_text {
	width:90px;
	height:26px;
	line-height:26px;
	margin:1px 5px 0 0;
	padding:0px;
	border:1px solid #999; 
	font-size:11px;
	color:#666666;
	padding:0 0 0 5px;
	vertical-align:top;
}
#content {
	float:left;
	width:660px;
	padding:0px 0px 40px 55px;
	margin:0;
}
#content a {
	color:rgb(0,115,173);	
}
#footer {
	background-color:rgb(229,229,229);	
	margin-bottom:20px;
}
#footer_middle {
	line-height:65px;
	float:left;
	width:490px;
	height:65px;
	text-align:center;
	margin-left:245px;
}
#footer_middle a{
	color:#666666;
}
#footer_right {
	text-align:center;
	float:left;
	width:145px;
	height:40px;
	margin-left:100px;
	padding-top:25px;
}
/*
 25px - padding
547px - content
 10px - padding
  9px - padding
170px - scroller
 10px - padding
  9px - padding
200px - right_content
-------
980px
*/
#main_content {
	left:0px;
	width:547px;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 25px;
	float:left;
}
#main_content_big {
	left:0px;
	width:660px;
	padding:0;
	float:left;
}
#main_content_all {
/*	width:200px; - MAIN RIGHT 2 LINES 
	margin:0px 0px 0px 9px; */
	
	left:0px;
	width:736px;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 125px;
	float:left;
}
#scroller {
	width:170px;
	margin:0px 10px 0px 9px;
	padding:0;
	float:left;
	background-repeat:repeat-x;
	background-position:top;
	height:576px; /*564 bg + 12px umbra*/
	/*z-index:100; BACKED UP*/
}
#scroller_umbra {
	background-repeat:no-repeat;
	background-position:bottom;
	height:576px;
	width:170px;
	/*z-index:101; BACKED UP*/
}
#scroller_border_1 {
	background-repeat:no-repeat;
	background-position:left;
	height:564px;
	width:170px;
	/*z-index:102; BACKED UP*/
}
#scroller_border_2 {
	background-repeat:no-repeat;
	background-position:right;
	height:564px;
	width:170px;
	/*z-index:103; BACKED UP*/
}
#scroller_title {
	float:left;
	width:170px;
	height:30px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	line-height:30px;
	/*z-index:104; BACKED UP*/
}
#scroller_up_arrow {
	text-align:center;
	float:left;
	width:170px;
	height:28px;
	/*z-index:105; BACKED UP*/
}
#scroller_down_arrow {
	text-align:center;
	float:left;
	width:170px;
	height:28px;
	/*z-index:106; BACKED UP*/
}
#scroller_up_arrow img, #scroller_down_arrow img {
	padding:6px 30px;
	margin:4px 0;
	border:0;
	/*z-index:107; BACKED UP*/
}
#scroller_up_arrow .over, #scroller_down_arrow .over {
	padding:4px 30px;
	margin:4px 0;
	/*z-index:107; BACKED UP*/
	border:2px solid rgb(204,204,204);
}

#scroller_content {
	float:left;
	width:170px;
	height:478px;
	overflow:hidden;
	/*z-index:110; BACKED UP*/
}
#scroller_scroll {
	left:0px;
	top:0px;
	position:relative;
	width:170px;
	height:478px;
	/*z-index:111; BACKED UP*/
}
.scroller_product {
	width: 148px;
	height: 148px;
	border:1px solid rgb(204,204,204);
	margin:0px 9px 10px 9px;
	background-color:#ffffff;
	/*z-index:109; BACKED UP*/
	cursor:pointer;
}
.scroller_product_over {
	width: 148px;
	height: 148px;
	border:1px solid #747272;
	margin:0px 9px 10px 9px;
	background-color:#ffffff;
	/*z-index:109; BACKED UP*/
	cursor:pointer;
}
.scroller_product_name {
	width:148px;
	height:24px;
	float:left;
	text-align:center;
	color:rgb(255,0,0);/* SUPRASCRIS DE TEMA */
	font-weight:bold;
	line-height:24px;
	cursor:pointer;
}
.scroller_product_image {
	text-align:center;
	vertical-align:center;
	padding:0px 24px 0px 24px;
	width:100px;
	height:100px;
	float:left;
	cursor:pointer;
}
.scroller_product_image img {
	vertical-align:center;
	line-height:100px;
}
.scroller_product_price {
	float:left;
	width:148px;
	height:24px;
	float:left;
	text-align:center;
	color:#747272;
	font-weight:bold;
	line-height:24px;
	cursor:pointer;
}
.scroller_product_price_2 {
	float:left;
	width:100px;
	height:24px;
	float:left;
	color:#747272;
	font-weight:bold;
	line-height:24px;
	cursor:pointer;
}
.scroll_sale_price{
	width:48px; /*148px;*/
	height:24px;
	float:left;
	text-align:center;
	color:#747272;
	font-weight:normal;
	line-height:24px;
	cursor:pointer;
	text-decoration:line-through;	
}
.scroll_sale_price_2 {
	color:#747272;
	font-weight:normal;
	line-height:24px;
	cursor:pointer;
	text-decoration:line-through;	
}
.scroller_url {
	display:none;
}

#right_content {
	width:200px;
	margin:0px 0px 0px 9px;
	padding:0;
	float:left;
}
.right_block {
	width:170px;
	margin-top:40px;
}
.right_block_title {
	width:94px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	margin: 0px 106px 0px 0px;
	font-size:11px;
}
.right_block_content {
	float:left;
	width:130px;
	padding-top:18px;
	padding-bottom:18px;
	padding-right:10px;
	padding-left:14px;
	font-size:11px;
}
.input_login_email {
	width:165px;
	border:1px solid rgb(204,204,204);
	padding:0;
	margin:0;
	font-size:11px;
	color:#666666;
	padding:2px 0px 1px 5px;

}
.input_login_password {
	width:87px;
	border:1px solid rgb(204,204,204);
	float:left;
	margin:5px 5px 5px 0px;
	font-size:11px;
	color:#666666;
	padding:2px 0px 1px 5px;
}
.login_links {
	text-align:center;
	font-size:11px;
}
.login_links a {
	color:#666666;
}
.buton_login {
	margin: 4px 0px 4px 0px;
}
.buton_login_div {
	background-repeat:repeat-x;
	height:19px;
	width:70px;
	vertical-align:middle;
}
.buton_login_border_1 {
	background-position:left top;
	background-repeat:no-repeat;
	height:19px;
	width:70px;
}
.buton_login_border_2 {
	background-position:right top;
	background-repeat:no-repeat;
	height:19px;
	text-align:center;
	line-height:18px;
	color:#ffffff;
	width:70px;
}
.block_cart_product {
	float:left;
}
.block_cart_price {
	float:right;
}
#footer_separator {
	background-repeat:no-repeat;
	width:980px;
	height:11px;
}
/* PAGINA DETALII */
.content_body {
	width:100%;
	margin:0;
	padding:0;
}
.content_title_border_1 {
	background-repeat:no-repeat;
	background-position:left;
	height:30px;
}
.content_title_border_2 {
	background-repeat:no-repeat;
	background-position:right;
	height:30px;
}
.content_title {
	background-repeat:repeat-x;
	height:30px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	line-height:30px;
	text-transform:uppercase;
}
.content_body_content {
	width:525px;
	padding:10px;
}
.content_body_content_no_scroller {
	width:660px;
	padding:10px 0;
}
.product_photos {
	width:325px;
	height:240px;
	float:left;
}
.product_buttons {
	float:left;
	width:198px;
	height:240px;
}
.product_regular_price {
	color:#747272;
	font-weight:normal;
	line-height:24px;
	text-decoration:line-through;	
}
.product_sale_price {
	color:#747272;
	font-weight:bold;
	font-size:18px;
}
.product_description {
	width:525px;
	padding-top:10px;
	padding-bottom:10px;
}
.product_comments {
	width:525px;
	padding-top:10px;
	padding-bottom:10px;
}
/* \PAGINA DETALII */
/* CART PAGE */
.cart_product {
	width:660px;
	height:50px;
	
}
.cart_product_details {
	float:left;
	width:301px; /*404-23*/
	height:30px;
	margin:10px;
}
.cart_product_price {
	line-height:30px;
	float:right;
	width:280px;
	height:30px;
	margin:10px;
}
.cart_product_price div {
	margin-left:10px;	
}
.cart_product_price input {
	margin-top:8px;
}
.cart_line {
	margin-left:157px;
	width:400px;
	height:0px;
	border-top:1px solid rgb(204,204,204);
}
.cart_totals {
	margin:10px;
	width:640px;
	text-align:right;
}
.cart_total_price {
	text-align:right;
	float:right;
	width:173px;
}
/* \CART PAGE */
/* CHECKOUT PAGE */
.checkout_item {
	width:714px;
	padding:10px;
}
.checkout_item_title {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}
.checkout_item_content {
	
}
.checkout_item_content div {
	padding-top:2px;
	padding-bottom:2px;
}
.checkout_new_address {
	display:none;
	width:400px;
}
.checkout_new_address input {
	width:180px;
}
.checkout_new_address select {
	width:182px;
}
/* \CHECKOUT PAGE */
/* BROWSE PAGE */
.browse_product_table {
	width:100%;
	margin:0 0 5px;
	font-size:11px;
	line-height:1.5;
}
.browse_product_table td {
	padding:10px;
}
.browse_product_table td.firstfirstcol {
	/*border:1px solid blue;*/	
	color:#ffffff;
	background-color:rgb(150,150,150);
	font-weight:bold;
	font-size:12px;
	height:30px;
	text-align:center;
	text-transform:uppercase;
}
.browse_product_table td.middlefirstcol {
	/*border-top:1px solid blue;
	border-bottom:1px solid blue;	
	border-right:1px solid blue;	*/
	color:#ffffff;
	background-color:rgb(150,150,150);
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
}
.browse_product_table td.first {
	/*border-left:1px solid blue;
	border-bottom:1px solid blue;	
	border-right:1px solid blue;	*/
	font-weight:bold;
}
.browse_product_table td.middle {
	/*border-bottom:1px solid blue;	
	border-right:1px solid blue;	*/
}
.browse_product {
	height: auto;
	border:1px solid rgb(204,204,204);	
	margin:0px 14px 5px 14px;
	background-color:#ffffff;
	cursor:pointer;
}
.browse_product_over {
	height: auto;
	border:1px solid #747272;
	margin:0px 14px 5px 14px;
	background-color:#ffffff;
	cursor:pointer;
}
.browse_product_name {
	float:left;
	width:148px;
	height:24px;
	text-align:center;
	color:rgb(255,0,0);/* SUPRASCRIS DE TEMA */
	font-weight:bold;
	line-height:24px;
	cursor:pointer;
}
.browse_product_price {
	float:left;
	width:148px;
	height:24px;
	float:left;
	text-align:center;
	color:#747272;
	font-weight:bold;
	line-height:24px;
	cursor:pointer;
}
.browse_product_price_2 {
	float:left;
	width:100px;
	height:24px;
	float:left;
	color:#747272;
	font-weight:bold;
	line-height:24px;
	cursor:pointer;
}
.browse_sale_price{
	width:48px; /*148px;*/
	height:24px;
	float:left;
	text-align:center;
	color:#747272;
	font-weight:normal;
	line-height:24px;
	cursor:pointer;
	text-decoration:line-through;	
}
.browse_sale_price_2 {
	color:#747272;
	font-weight:normal;
	line-height:24px;
	cursor:pointer;
	text-decoration:line-through;	
}
.browse_url {
	display:none;
}
.browse_pagination {
	text-align:center;
}

/* \BROWSE PAGE */
/* COLECTIONS */
.colection_item {
	float:left;
	width:337px;
	padding:10px;
}
.colections_photo {
	width:200px;
	height:150px;
	margin:15px;
	margin-left:68px;
}
.colections_description {
	width:100%;
	text-align:center;
}
.colections_link {
	text-align:center;
	width:337px;
}
/* \COLECTIONS */
/* PAGES WITH FORMS */
.block_cart_list_1 {
	background-color:#0073AD;
	background-image:url(../images/blue-bottom-left.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.block_cart_list_2 {
	background-image:url(../images/blue-bottom-right.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.block_cart_list_3 {
	background-image:url(../images/blue-top-left.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.block_cart_list_4 {
	background-image:url(../images/blue-top-right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:660px;
	padding:10px 0;
	margin-bottom:10px;
	text-align:center;
	color:#ffffff;
}
.block_cart_list_1 a {
	color:#ffffff !important;
	text-decoration:underline !important;
}
.page_item_bg {
	width:660px;
	padding:10px 0;
	border:1px solid #CCCCCC;
	background-color:#EFEEEE;
	margin-bottom:10px;
	text-align:center;
}
.page_item {
	width:660px;
	padding:10px 0;
}
.page_item_title {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}
.page_item_content {
	width:400px;
	
}
.page_item_content div {
	padding-top:2px;
	padding-bottom:2px;
}
.page_item_content label {
	float:left;
}
.page_item_content input {
	width:180px;
}
.page_item_content select {
	width:182px;
}

/* \PAGES WITH FORMS */
.clear {
	clear:both;
	font-size:0px;
	width:0px;
	height:0px;
	padding:0px;
	margin:0px;
	line-height:0px;
}
.float_left {
	float:left;
}
.float_right {
	float :right;	
}
.error {
	color:#ff0000;
	font-weight:bold;
	text-align:center;
}
.admin_link_1 {
	color:#ffffff;
	font-size:10px;
	text-transform:none;
}
.loader {
	width:30px;
	height:30px;
	background-image:url(../images/loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
.rating_working {
	width:150px;
	height:30px;
	background-image:url(../images/loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
	display:none;
}
.rating_container {
	text-align:left;
	height:30px;
	width:150px;
	padding-left:24px;
	overflow:hidden;
}
.rating_main {
	position:relative;
	width:150px;
	height:30px;
	background-image:url('../images/starrating.gif');
	background-position:top left;
	background-repeat:repeat-x;
}
.rating_current {
	position:relative;
	top:-30px;
	height:30px;
	background-image:url('../images/starrating.gif');
	background-position:left bottom;
	background-repeat:repeat-x;
}
.rating_over {
	position:relative;
	top:-60px;
	height:30px;
	background-image:url('../images/starrating.gif');
	background-position:left center;
	background-repeat:repeat-x;
	cursor:pointer;
}
.rating_cell {
	position:relative;
	top:-90px;
	float:left;
	height:30px;
	width:30px;
	cursor:pointer;
}
.divform ul {
	list-style-type:none;	
}
.divform ul li {
	list-style-type:none;	
}

