body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #302825;
	line-height: 18px;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	/*text-align: center;*/
	text-align: left;
	text-indent: 0px;
}
a, a:link, a:visited, a:active {
	color: #CC0000;
	text-decoration: none;
	outline: none;
}
a:hover, a:link:hover, a:visited:hover, a:active:hover {
	color: #CC0000;
	text-decoration: underline;
}
input {
	outline: none;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
h2 {
	overflow: visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: normal;
	font-weight: normal;
	font-style: italic;
	color: #CC0000;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
	color: #CC0000;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
ul {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	text-indent: 0px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	list-style-type: square;
}
ol {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	text-indent: 0px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
th, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-indent: 0px;
}

.v_spacer_5 {
	height: 5px;
	overflow: hidden;
	display: block;
	clear: both;
}
.loader {
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 19px;
	width: 220px;
}
.hline {
	height: 1px;
	overflow: hidden;
	border: 0px none #F8E088;
	border-bottom: 1px solid #F8E088;
	margin: 2px 0px 1px 0px;
}
.hline_dashed {
	height: 1px;
	overflow: hidden;
	border: 0px none #F8E088;
	border-bottom: 1px dashed #F8E088;
	margin: 2px 0px 1px 0px;
}
.hline_dotted {
	height: 1px;
	overflow: hidden;
	border: 0px none #F8E088;
	border-bottom: 1px dotted #F8E088;
	margin: 2px 0px 1px 0px;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_justify {
	text-align: justify;
}
.block {
	display: block;
	clear: both;
}
.clear {
	clear: both;
}

.datatable {
	border: 1px solid #F8E088;
	border-bottom: 0px none #F8E088;
	border-right: 0px none #F8E088;
	background-color: #FFFFFF;
}
.datatable td {
	border: 1px solid #F8E088;
	border-left: 0px none #F8E088;
	border-top: 0px none #F8E088;
	font-size: 12px;
}
.datatable th {
	border: 1px solid #F8E088;
	border-left: 0px none #F8E088;
	border-top: 0px none #F8E088;
	font-weight: bold;
	font-size: 12px;
}


.paramstable {
	border: 5px solid #F8E088;
	background-color: #FFFFFF;
}
.paramstable td {
	font-size: 12px;
	padding: 2px 3px 3px 3px;
}
.paramstable .normal_row td {
	background-color: #F8E088;	
}
.paramstable .alt_row td {
	background-color: #FFFFFF;
}

a.butalike, a.butalike:link, a.butalike:visited, a.butalike:active {
	font-weight: bold;
	color: #302825;
	text-decoration: none;
	background-color: #F8E088;
	padding: 2px 5px 2px 5px;
	margin: 3px 0px 3px 0px;
	line-height: normal;
	border: 1px solid #F1C11F;
}
a.butalike:hover, a.butalike:link:hover, a.butalike:visited:hover, a.butalike:active:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	border: 1px solid #660000;
}
a.butalike_block, a.butalike_block:link, a.butalike_block:visited, a.butalike_block:active {
	display: block;
	font-weight: bold;
	color: #302825;
	text-decoration: none;
	background-color: #F8E088;
	padding: 2px 5px 2px 5px;
	margin: 3px 0px 3px 0px;
	line-height: normal;
	border: 1px solid #F1C11F;
}
a.butalike_block:hover, a.butalike_block:link:hover, a.butalike_block:visited:hover, a.butalike_block:active:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	border: 1px solid #660000;
}

#overallContainer {
	min-width: 980px;
	height: auto;
	position: relative;
	display: block;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 23px;
	background-attachment: scroll;
}
.outerContainer {
	min-width: 980px;
	height: auto;
	position: relative;
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
}
.innerContainer {
	width: 980px;
	/*margin-left: auto;
	margin-right: auto;*/
	height: auto;
	position: relative;
	clear: both;
	display: block;
}
.leftStuff {
	width: 220px;
	float: left;
	overflow: visible;
	display: block;
	text-align: left;
}
.centerStuff {
	width: 547px;
	float: left;
	display: block;
	text-align: left;
}
.rightStuff {
	width: 213px;
	float: right;
	display: block;
	text-align: left;
}
/*  topBar */
#corporateBar {
	height: 75px;
	background-image: url(images/oetker_stripes.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#topLogo {
	width: 450px;
	float: left;
	display: block;
	text-align: left;
	margin: 0px 0px 0px 30px;
}
#topSlogan {
	width: 250px;
	float: right;
	display: block;
	text-align: right;
	margin: 35px 30px 0px 0px;	
}

/* form */ 
form {
	margin: 0 0 0 0;
}
.cform {
	/*background-color:#FEF9E7;*/
}
.cform .maintable {
	
}
.cform .maintable td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #302825;
}
.inputtextfield {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #302825;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #F8E088;
	background-color:#FFFFFF;
	width: 130px;
	height: 16px;
}
.inputtextfield_wide {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #302825;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #F8E088;
	background-color:#FFFFFF;
	width: 470px;
	height: 16px;
}
.inputtextfield_nowidth {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #302825;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #F8E088;
	background-color:#FFFFFF;
	height: 16px;
}
.textareafield {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #302825;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #F8E088;
	background-color:#FFFFFF;
	width: 470px;
	height: 146px;
	
	scrollbar-arrow-color:#CC0000; 
	scrollbar-track-color:#FFFFFF; 
	scrollbar-face-color:#FFFFFF; 
	scrollbar-highlight-color:#F1C11F; 
	scrollbar-3dlight-color:#FFFFFF; 
	scrollbar-darkshadow-color:#F1C11F; 
	scrollbar-shadow-color:#FFFFFF; 
}
.inputbutton {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #302825;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #F1C11F;
	background-color:#F8E088;
	height: auto;
	width: 200px;
	cursor: pointer;
}
.inputbutton_no_width {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #302825;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #F1C11F;
	background-color:#F8E088;
	height: auto;
	cursor: pointer;
}
.selectfield {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	line-height: normal;
	color: #302825;
	margin: 0 0 0 0;
	padding: 0px;
	/*height: 18px;*/
	width: 180px;
	background-color:#FFFFFF;
}
.selectfield_no_width {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	line-height: normal;
	color: #302825;
	margin: 0 0 0 0;
	padding: 0px;
	background-color:#FFFFFF;
}
/* */
.nota {
	font-size: 11px;
}

#shopSignContainer {
	background-image: url(images/lefttab_rightmargin.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	min-height: 435px;
	height: auto;
}
#navigationContainer {
	background-image: url(images/righttab_rightborder.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	min-height: 435px;
	background-color: #FFFFFF;
	height: auto;
}
#mainmenu {
	text-align: left;
}
.mainmenu_button {
	font-size: 13px;
	line-height: normal;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	height: 29px;
	overflow: hidden;
	background-image: url(images/mainmenu_button_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.mainmenu_button a, .mainmenu_button a:link, .mainmenu_button a:visited, .mainmenu_button a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 193px;
	padding: 6px 0px 6px 20px;
}
.mainmenu_button a:hover, .mainmenu_button a:link:hover, .mainmenu_button a:visited:hover, .mainmenu_button a:active:hover {
	color: #FFE8E8;
	text-decoration: none;
}
#secondarymenu {
	text-align: left;
}
.secondarymenu_button {
	font-size: 12px;
	line-height: normal;
	color: #004E9B;
	padding: 0px 0px 0px 0px;
	height: 29px;
	overflow: hidden;
	background-image: url(images/secondarymenu_button_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.secondarymenu_button a, .secondarymenu_button a:link, .secondarymenu_button a:visited, .secondarymenu_button a:active {
	color: #004E9B;
	text-decoration: none;
	display: block;
	width: 145px;
	padding: 7px 0px 5px 15px;
	margin: 0px 37px 1px 15px;
}
.secondarymenu_button a:hover, .secondarymenu_button a:link:hover, .secondarymenu_button a:visited:hover, .secondarymenu_button a:active:hover {
	color: #CC0000;
	text-decoration: none;
}
#mainInfoTabContent {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	min-height: 435px;
	height: auto;
}
#mainInfoTabContent .error_color {
	color: #CC0000;
}
#mainInfoTabContent label {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #302825;
}

#shopping_cart_contents {
	color: #5F524B;
	padding: 5px 10px 5px 20px;
}
/*  footer */
#footer {
	border-top: 1px solid #BFB7B4;
	margin: 5px 0px 5px 0px;
	height: auto;
	border-bottom: 1px solid #BFB7B4;
	background-color: #FFFFFF;
}
#footerContent {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	color: #504641;
	height: auto;
	width: 970px;
}
#footerMenu, #footerCopy {
	text-align: left;
}
#footerMenu a, #footerMenu a:link, #footerMenu a:visited, #footerMenu a:active {
	color: #CC0000;
	text-decoration: none;
}
#footerMenu a:hover, #footerMenu a:link:hover, #footerMenu a:visited:hover, #footerMenu a:active:hover {
	color: #CC0000;
	text-decoration: underline;
}
.smallfont {
	font-size: 11px;
}
.pic_right {
	margin: 0px 0px 5px 5px;
}
.pic_left {
	margin: 0px 5px 5px 0px;
}
.product_container {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px 0px 10px 0px;
	width: 540px;
	padding: 0px;
	border: 1px solid #F8E088;
}
.product_container .bg1 {
	background-color: #F8E088;
}
.product_container .bg1_arrow {
	background-image: url(images/yellow_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
.product_container .photo_container {
	border-right: 1px solid #F8E088;
}
.product_container .add_to_cart_button {
	font-size: 12px;
	line-height: normal;
	color: #302825;
	text-align: center;
	padding: 0px;
	height: 29px;
	overflow: hidden;
	background-image: url(images/add_to_cart_button_bg.gif);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}
.product_container .add_to_cart_button a, .product_container .add_to_cart_button a:link, .product_container .add_to_cart_button a:visited, .product_container .add_to_cart_button a:active {
	color: #302825;
	text-decoration: none;
	display: block;
	width: 99px;
	text-align: center;
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}
.product_container .add_to_cart_button a:hover, .product_container .add_to_cart_button a:link:hover, .product_container .add_to_cart_button a:visited:hover, .product_container .add_to_cart_button a:active:hover {
	color: #CC0000;
	text-decoration: none;
}
.product_container input.add_quantity_textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #302825;
	text-align: center;
	padding: 2px;
	width: 40px;
	border: 0px none #F8E088;
	background-color: #FFFFFF;
}
.product_details_short {
	padding: 3px 5px 3px 5px;
}
.product_container .product_name {
	font-size: 13px;
	font-weight: bold;
	color: #004E9B;
	text-align: left;
}
.product_container .product_code {
	font-size: 11px;
	font-weight: normal;
	color: #302825;
	text-align: left;
	margin: 1px 0px 0px 0px;
}
.product_container .stock {
	font-size: 11px;
}
.product_container .stock.yes {
	color: #302825;
}
.product_container .stock.no {
	color: #CC0000;
}
.product_container .product_description {
	font-size: 12px;
	font-weight: normal;
	color: #302825;
	text-align: left;
	margin: 5px 0px 0px 0px;
}

.product_container .product_description.highlight {
	/*background-color: #FCF0C7;*/	
	background-color: #F8E088;
	padding: 2px 3px 3px 3px;
}
.product_container .product_price {
	font-weight: bold;
	color: #302825;
}
.product_container .view_details {
	font-weight: bold;
	color: #302825;
	text-align: right;
	margin: 10px 15px 10px 0px;
}
.product_container .view_details_cart {
	font-size: 11px;
	margin: 2px 0px 0px 0px;
}
.product_container .view_details .keepcolor {
	color: #CC0000;
}
.product_container .view_details a, .product_container .view_details a:link, .product_container .view_details a:visited, .product_container .view_details a:active {
	color: #302825;
	text-decoration: none;
}
.product_container .view_details a:hover, .product_container .view_details a:link:hover, .product_container .view_details a:visited:hover, .product_container .view_details a:active:hover {
	color: #CC0000;
	text-decoration: none;
}

.total_price_container {
	background-color: #CC0000;
	color: #ffffff;
	border: 1px solid #CC0000;
}
.total_price_container td {
	padding: 0px 3px 0px 3px;
}

.pagina_curenta {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	padding: 1px 3px 1px 3px;
	margin: 3px 0px 3px 0px;
	line-height: normal;
	border: 1px solid #660000;
}
a.pagina_x, a.pagina_x:link, a.pagina_x:visited, a.pagina_x:active {
	color: #302825;
	text-decoration: none;
	background-color: #F8E088;
	padding: 1px 3px 1px 3px;
	margin: 3px 0px 3px 0px;
	line-height: normal;
	border: 1px solid #F1C11F;
}
a.pagina_x:hover, a.pagina_x:link:hover, a.pagina_x:visited:hover, a.pagina_x:active:hover {
	color: #F8E088;
	text-decoration: none;
	background-color: #CC0000;
	border: 1px solid #660000;
}

/*  */
.itemsList {
	display: block;
	clear: both;
}
.itemsList .item {
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	width: 271px;
	height: 101px;
	overflow: hidden;
	color: #787878;
}
.itemsList .item.left {
	float: left;
	clear: left;
}
.itemsList .item.right {
	float: left;
	clear: right;
}
.itemsList .item .info_container {
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFEEBC;
	height: 96px;
	width: 164px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 4px 2px 0px 3px;
	text-align: left;
	vertical-align: top;
}
.itemsList .item .photo_container {
	border-right: 1px solid #FFE28A;
	border-bottom: 1px solid #FFE28A;
	border-left: 1px solid #FFE28A;
	height: 100px;
	width: 100px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.itemsList .item.on_first_row {
	height: 102px !important;
}
.itemsList .item.on_first_row .info_container {
	border-top: 1px solid #FFFFFF !important;
}
.itemsList .item.on_first_row .photo_container {
	border-top: 1px solid #FFE28A !important;
}
.itemsList .item .item_description {
	padding: 0px 0px 0px 8px;
}
.itemsList .item .item_title {
	margin: 0px 0px 2px 0px;
	font-weight: bold;
	line-height: normal;
}
.itemsList .item .item_title a, .itemsList .item .item_title a:link, .itemsList .item .item_title a:visited, .itemsList .item .item_title a:active {
	display: block;
	width: 156px;
	background-image:url(images/red_arrow_right.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 8px;
	color: #666666;
	text-decoration: none;
}
.itemsList .item .item_title a:hover, .itemsList .item .item_title a:link:hover, .itemsList .item .item_title a:visited:hover, .itemsList .item .item_title a:active:hover {
	color: #CC0000;
	text-decoration: none;
}



.cart_row {
}
.cart_row_disabled {	
}
.cart_row_disabled td, .cart_row_disabled label, .cart_row_disabled .product_price, .cart_row_disabled .product_name, .cart_row_disabled .product_code, .cart_row_disabled a:link, .cart_row_disabled a:visited, .cart_row_disabled a:link:hover, .cart_row_disabled a:visited:hover, .cart_row_disabled  .view_details.view_details_cart a .keepcolor {
	color: #D3B472 !important;
}