/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText {
	font-size: 11px;
}

.errorBox {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #ffb3b5;
	font-weight: bold;
}

.stockWarning {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #cc0033;
}

.productsNotifications {
	background: #f2fff7;
}

.orderEdit {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #70d250;
	text-decoration: underline;
}

body {
	background: none repeat scroll 0 0 #4A4A4A;
	padding: 0;
	font-family: Ubuntu, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	margin: 0px auto auto auto;
	color: #000;
	clear: both;
}

body.page1 #menu_tab li.tab1 a,
body.page2 #menu_tab li.tab2 a,
body.page3 #menu_tab li.tab3 a,
body.page4 #menu_tab li.tab4 a,
body.page5 #menu_tab li.tab5 a,
body.page6 #menu_tab li.tab6 a,
body.page7 #menu_tab li.tab7 a {
	color: #B73A3A;
}
ul li{
	color: #0FA0DD;

}
#header {
	width: 1000px;
	height: 100px;
	/*background:url(images/header_bg.jpg) no-repeat center; */
	margin: 0px auto;
}

#logo {
	float: left;
	padding: 15px 0 0 0;
	width: 982px;
}

#main_container {
	width: 1000px;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	background: none;
}

#main_content {
	clear: both;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	background: none repeat scroll 0 0 #FFFFFF;
}

A {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #B3B3B3;
	text-decoration: none;
}

form {
	display: inline;
}

form.create_account fieldset {
	margin: 10px;
	background: #f5f5f5;
}

form.create_account fieldset ol {
	margin: 0;
	padding: 0;
}

form.create_account fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.create_account fieldset fieldset {
	margin: 3px 0 0;
	background: #f0f0f0;
}

form.create_account fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.create_account fieldset fieldset label {
	display: inline-table;
}

form.create_account legend {
	padding: 0 2px;
	font-weight: bold;
}

form.create_account label {
	width: 100px;
	display: inline-table;
}

form #optional {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

TR.headerNavigation {
	background: #bbc3d3;
}

TD.headerNavigation {
	font-family: Arial, Arial, sans-serif;
	font-size: 11px;
	background: #ffffff;
	color: #000000;
	font-weight: bold;
}

A.headerNavigation {
	color: #000000;
}

A.headerNavigation:hover {
	color: #133155;
}

TR.headerError {
	background: #ff0000;
}

TD.headerError {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
	background: #133155;
}

.affiliates {
	line-height: 28px;
	font-size: 16px;
}

.affiliates ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.affiliates, .affiliates ul li {
	float: left;
	color: orange;
}

.affiliates ul li {
	list-style: none;
	margin: 5px;
	color: orange
}

.affiliates	ul li a {
	text-decoration: underline;
	color: peru;
}

.affiliates ul li a:hover {
	text-decoration: none;
}

.image {
	background-image: url(images/ima_ng.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 203px;
	width: 178px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

.leftmenuclass {
	background-image: url(images/ry-it-out.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 187px;
	margin: 0px;
	padding-left: 15px;
}

.leftmenuclass a {
	color: #ffffff;
	font-size: 17px;
}

.content_container {
	padding-left: 0px;
	color: #990033;
	font-size: 13px;
}

.content_container a {
	color: #990033;
	font-size: 13px;
}

TD.footer {
	font-family: Arial, Arial, sans-serif;
	font-size: 10px;
	background: #133155;
	color: #ffffff;
	font-weight: bold;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

h3 {
	color: #9C9C9C;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 0;
	margin: 5px 0px;
}

.leftmenu2 {
	padding-left: 10px;
	height: 24px;
	font-size: 11px;
}

.leftmenu2 a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	text-decoration: none;
	color: #E4E4E4;

}

.leftmenu2 a:hover {
	text-decoration: none;
	color: #8C0810;
}

.seach_buton {
	background-repeat: no-repeat;
	height: 24px;
	width: 75px;
	color: #159DCC;
	border: none;
	font-weight: bold;
	border-radius: 5px;
}

.infoBox {
	background: none repeat scroll 0 0 #5C5C5C;
	border: 0px;
	margin: 0 0 10px 0;
	border-radius: 0 0 10px 10px;
	color: #FFFFFF;
}

.infoBoxContents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 500px;
}

.infoBoxNotice {
	background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 10px;

}

TD.infoBoxHeading {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #133155;
	color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 10px;

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #eeeeee;
}

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}

.productListing-heading {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #b6b7cb;
	color: #FFFFFF;
	font-weight: bold;
}

TD.productListing-data {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 10px;
}

A.pageResults {
	color: #0000FF;
}

A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}

h1.pageHeading, TD.pageHeading, DIV.pageHeading {
	font-size: 20px;
	color: #4A4A4A;
}
.pageHeading p
{
	font-size:0.8em;
}

TR.subBar {
	background: #f4f7fd;
}

TD.subBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

TD.main, P.main {
	line-height: 1.5;
	color: #000000;
	text-shadow: none;
}

.infoBox TD.main, .infoBox.P.main, .infoBox .main a{
	color:#fff;
}

.infoBoxContents .main{
	color: #fff;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Arial, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

TD.accountCategory {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}

.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

TD.tableHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}

INPUT, SELECT {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 11px;
}

TEXTAREA {
	width: 100%;
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 11px;
}

SPAN.greetUser {
	color: #B12424;
	font-weight: bold;
}

TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}

TD.formAreaTitle {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Arial, Verdana, Arial, sans-serif;
	color: #ff0000;
}

SPAN.errorText {
	font-family: Arial, Verdana, Arial, sans-serif;
	color: #ff0000;
}

.table {
	font-family: Arial, Arial, sans-serif;
	font-size: 11px;
}

.input_box {
	width: 90px;
	/* height:20px; */
}

.input_box1 {
	width: 35px;
	max-width: 38px;
	/* height:20px; */
}

.bleft_curve {
	background-image: url(images/let_top_curve.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	width: 10px;
}

.bright_curve {
	background-image: url(images/right_top_curve.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	width: 10px;
}

.btop_bg {
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 8px;
	margin: 0px;
	padding: 0px;
}

.bomleft_curve {
	background-image: url(images/let_bottom_curve.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 10px;
}

.bomright_curve {
	background-image: url(images/right_bottom_curve.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 10px;
}

.bom_bg {
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

.left_br {
	background-image: url(images/left_br.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 10px;
}

.right_br {
	background-image: url(images/right_br.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 10px;
}

.boxclass {

	font-family: Arial;
	font-size: 12px;
	line-height: 20px;

}

.moduleRow {
}

.moduleRowOver {
	background-color: #D7E9F7;
	cursor: pointer;
}

.moduleRowSelected {
	background-color: #E9F4FC;
}

.checkoutBarFrom, .checkoutBarTo {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
}

.checkoutBarCurrent {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* message box */

.messageBox {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 10px;
}

.messageStackError, .messageStackWarning {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #ffb3b5;
}

.messageStackSuccess {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #99ff00;
}

/* input requirement */

.inputRequirement {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #E76E13;
}

.dataTableHeadingRow {
	background-color: #C9C9C9;
}

.dataTableHeadingContent {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.dataTableRow {
	background-color: #F0F1F1;
}

.dataTableRowSelected {
	background-color: #DEE4E8;
}

.dataTableRowOver {
	background-color: #FFFFFF;
	cursor: pointer;
}

.dataTableContent {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

TD.infoBoxHeadingCategories {
	background: none repeat scroll 0 0 #363535;
	color: #FCF4FF;
	font-size: 16px;
	font-weight: 300;
	height: 30px;
	line-height: 30px;
	margin: 5px 0 0;
	text-align: center;
	width: 180px;
	border-radius: 10px 10px 0 0;
}

.infoBoxHeadingDisplay {
	background: none repeat scroll 0 0 #363535;
	color: #FCF4FF;
	float: left;
	font-size: 16px;
	font-weight: 500;
	height: 30px;
	line-height: 30px;
	margin: 5px 0 0 0;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.infoBoxHeadingDisplay a {
	color: #FF8A00;
}

.product_fg_text {
	position: relative;
	line-height: 80px;
	margin: 0px auto 0px 10px;
	z-index: 10;
	font-size: 40px;
	color: orange;
	text-align: center;
}

.product_bg_image {
	position: relative;
	z-index: 1;
}

.product_title {
	color: #B12424;
	font-weight: bold;
	padding: 5px 0;
}

.product_title a:hover {
	color: #B3B3B3;
}

.product_title a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 0px;
	text-decoration: none;
}

span.price {
	color: #FF8A00;
}

/*---------------- menu tab----------------------*/
#menu_tab {
	width: 1000px;
	height: 36px;
	background-color: #FFFFFF;
	border-radius: 10px 10px 0 0;
}

.menu {
	list-style-type: none;
	float: left;
	display: block;
	width: 982px;
	margin: 0px;
	padding: 0px;
	height: 36px;
}

.menu li {
	font-size: 1.1em;
	line-height: 36px;
	position: relative;
	float: left;
	color: #A9A5A5;
}

.menu .divider {
	display: inline;
	width: 0;
	height: 36px;
	float: left;
}

.menu ul {
	background: url(images/menu_bg.gif);
	position: absolute;
	display: block;
	visibility: hidden;
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 150px;
}

.menu ul li {
	background: url(images/menu_bg.gif);
	display: block;
	position: relative;
	width: 100%;
	clear: both
}

.menu li:hover ul,
.menu li a:hover ul {
	visibility: visible;
	position: absolute;
	top: 36px;
	overflow: visible;
	z-index: 100;
}

a.nav:link, a.nav:visited {
	/*display:block; float:left;*/
	padding: 0px 8px 0px 8px;
	margin: 0 2px 0 2px;
	height: 36px;
	text-decoration: none;
	color: #4A4A4A;
}

a.nav:hover {
	/*display:block; float:left;*/
	color: #B73A3A !important;
}

.top_bar {
	width: 1000px;
	height: 38px;
	background-color: #5B5D5F;
	display: none;
}

.top_search {
	height: 32px;
	margin: 5px;
	_margin: 0px 10px 0 0;
	float: right;
}

input.search_input {
	float: left;
	margin: 5px 0 0 0;
}

.search_text {
	float: left;
	width: 110px;
	padding: 8px 0 0 15px;
	color: #999999;
}

.search_text a {
	text-decoration: none;
	color: #999999;
}

.search_bt {
	float: left;
	padding: 2px 0 0 15px;
}

.languages {
	float: right;
	width: 150px;
	padding: 8px 0 0 0;
}

.lang_text {
	float: left;
	padding: 0 5px 0 0;
	color: #b3adad;
}

a.lang {
	display: block;
	float: left;
	padding: 0 5px 0 5px;
}

/*------------------------------oferte_content-----------------------*/
.oferte_content {
	width: 600px;
	height: 90px;
	float: left;
	padding: 0 0 0 50px;
	display: none;
}

.top_divider {
	display: none;
	float: left;
	width: 1px;
	height: 90px;
}

.oferta {
	width: 538px;
	float: left;
	padding: 15px 30px 0 30px;
}

.oferta_img {
	float: left;
	padding: 0 0 10px 0;
}

.oferta_title, .oferta_title_shadow {
	font-size: 24px;
	font-family: Verdana, Georgia;
	/*color:#b72c24;*/
	font-weight: normal;
	text-align: center;

}

.oferta_title {
	color: orange;
	position: absolute;
	z-index: 5;
	text-shadow: black 2px 2px 5px;
}

.oferta_title_shadow {
	position: relative;
	color: black;
	top: 1px;
	left: 1px;
	z-index: 1;
}

.oferta_details {
	width: auto;
	float: left;
	padding: 0 0 0 30px;
}

.oferta_text {
	padding: 5px 0 5px 0;
	font-size: 12px;
	color: black;
	text-align: justify;
	line-height: 15px;
}

a.details {
	width: 83px;
	height: 21px;
	display: block;
	float: right;
	margin: 5px 0 0 0;
	padding-left: 5px;
	background: url(images/details_bt_bg.gif) no-repeat center;
	text-align: center;
	line-height: 21px;
	text-decoration: none;
	color: #000000;
}

/*----------------crumb_navigation-------------*/
.crumb_navigation {
	width: 980px;
	height: 15px;
	padding: 0 0 0 20px;
	color: #333333;
	background: #fff url("images/navbullet.png") no-repeat scroll 5px 2px;
	font-size: 0.7em;
}

.crumb_navigation a {
	color: #B12424;
	text-decoration: underline;
}

span.current {
	color: #0fa0dd;
}

/*--------------footer----------------*/
.footer {
	width: 1000px;
	clear: both;
	height: 65px;
	margin: 0 auto 0 auto;
}

.left_footer {
	float: left;
	width: 300px;
	padding: 5px 0 0 10px;
}

.right_footer {
	float: right;
	padding: 15px 30px 0 0;
}

.right_footer a {
	padding: 0 0 0 7px;
	text-decoration: none;
	color: #666666;
}

.right_footer a:hover {
	text-decoration: underline;
}

.center_footer {
	float: left;
	text-align: center;
	color: #FCF4FF;
	padding: 10px 0 0 60px;
}

.center_footer a {
	padding: 0 0 0 7px;
	text-decoration: none;
}

.center_footer a:hover {
	text-decoration: underline;
}

.blue {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #159DCC;
}

.product_title_big {
	color: #FF8A00;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
}

.countries select {
	width: 100px;
}

.countries option {
	width: 190px;
}


