@charset "utf-8";

/* Global */

html, body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #fff url(../images/body_bg.png) left top repeat-x;
}

a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	font-size: 0.9em;
	line-height: 1.5em;
}
.clearer {
	clear: both;
}

/* Layout */

/* Start header */
.error {
	color: red;
	font-weight: bold;
}
.wrapper {
	width: 900px;
	background: #fff;
	margin: 0 auto;
	padding-top: 20px;
}
.header-container {
	width: 858px;
	height: 144px;
	margin: 0 auto;
	border: 1px solid #000;
}
.header-container2 {
	width: 858px;
	height: 115px;
	margin: 0 auto;
	border: 1px solid #000;
}
/*
.header-container, .footer-container {
	background: #496394;
}
*/
.header-corner {
	float: left;
	width: 65px;
	height: 38px;
	background: url(../images/header_corner.png) left top no-repeat;
	margin: -1px 0 0 -1px;
}
.logo {
	float: left;
	width: 560px;
	height: 138px;
	padding-top: 10px;
	padding-left: 10px;
}
.logo2 {
	float: left;
	width: 850px;
	height: 100px;
	padding-top: 10px;
	padding-left: 10px;
}
.logo_img {
	float: left;
	width: 240px;
	height: 98px;
}
.logo_link {
	float: left; 
	color: #fff;
	padding-left:20px;
}
.logo_link  a{
	color: #fff;
}
.logo_link2 {
	float: left; 
	color: #fff;
	width: 551px;
	padding-left:20px;
}
.head-links-container {
    float: left;
    height: 30px;
}
.logo_link2  a{
	color: #fff;
}
.header-menu {
	clear: both;
	padding-top: 0px;
	color: #fff;
	height:40px;
}
.header-menu a {
	color: #fff;
}
.header-menu2 {
	padding-top: 0px;
	color: #fff;
	height:40px;
    float: left;
}
.header-menu2 a {
	color: #fff;
}
.logo a:focus {
	outline: none;
}
.header-content {
	float: right;
	padding-top: 40px;
	width: 280px;
    padding-right: 5px;
}
.header-content2 {
	float: right;
	padding-top: 40px;
	width: 280px;
}
.login-module {
	text-align: right;
	width: 270px;
	height: 98px;
	margin-right: 10px;
}
.login-module2 {
	float:right;

 
}
.user-module {
	text-align: right;
	width: 280px;
	height: 98px;
}
.login-module input {
	margin-bottom: 4px;
}
.login-inputs {
	width: 188px;
	height: 18px;
	padding: 5px;
	border: 1px solid #000;
}
.form-button {
	width: 88px;
	height: 30px;
	padding-bottom: 4px;
	line-height: 24px;
	background: #000 url(../images/form_button_bg.png) left center repeat-x;
	color: #fff;
	border: 1px solid #000;
}
.search-module {
	clear: both;
	margin-top: 0px;
	height: 40px;
}
.search-module2 {
	float: left;
	margin-top: 30px;
	height: 40px;
	padding-left: 20px;
	width: 570px;
}
.search-combo-container {
	float: left;
	width: 268px;
	height: 28px;
	margin-right: 4px;
	border: 1px solid #000;
	background: #fff;
	text-align: left;
}
.search-combo {
	width: 256px;
	margin: 4px 0 0 5px;
	border: 1px solid #fff;
}
.search-input {
	width: 174px;
	height: 18px;
	padding: 5px;
	border: 1px solid #000;
}
.user-welcome, .user-cart  {
	width: 266px;
	height: 26px;
	padding-top: 2px;
	border: 1px solid #000;
	background: url(../images/user_module_bg.png) left center repeat-x;
	font-size: 0.75em;
	margin-left: 4px;
	text-align: left;
}
.user-cart {
	margin-top: 4px;
}
.cart-input-container {
	float: left;
}
.welcome-input, .cart-input {
	padding: 2px 5px 0 5px;
	border: 1px solid #808080;
	background: #333;
	color: #fff;
	font-weight: bold;
}
.welcome-input {
	width: 178px;
	height: 19px;
}
.cart-input {
	width: 56px;
	height: 19px;
	text-align: center;
}
.user-welcome-label, .user-cart-label-before {
	float: left;
	width: 65px;
	padding: 4px 0 0 8px;
}
.user-cart-label-after {
	float: right;
	text-align: left;
	width: 120px;
	padding-top: 4px;
}
.user-welcome-buttons-container {
	margin-top: 4px;
	width: 272px;
}
.go-to-cart-button {
	width: 176px;
	height: 30px;
	padding-bottom: 4px;
	line-height: 24px;
	background: #000 url(../images/form_button_bg.png) left center repeat-x;
	color: #fff;
	border: 1px solid #000;	
}
.my-cart-button {
	width: 108px;
	height: 30px;
	padding-bottom: 4px;
	line-height: 24px;
	background: #000 url(../images/form_button_bg.png) left center repeat-x;
	color: #fff;
	border: 1px solid #000;	
}
/* Start Content */
.content {
	font-size: 0.9em;
}
.content-container {
	width: 860px;
	margin: 0 auto;
	margin-top: 10px;
}
.content-home-container {
	width: 860px;
	margin: 0 auto;
}
.content-container-admin {
	width: 860px;
	margin: 0 auto;
	font-size: 0.9em;
}
/* Start Navigation */

.blank-container {
	height: 10px;
}
.nav-container {
	text-align: center;
	height: 40px;
	margin-top: 30px;
	font-size: 0.9em;
}
.nav-home-container {
	text-align: center;
	height: 40px;
	margin-top: 0px;
	font-size: 0.9em;
}
.nav-home-container h3 {
    font-size: 1em;
}
.nav-left {
	float: left;
}
.nav-left a img {
	margin-right: 10px;
	vertical-align: top;
}
.nav-right {
	float: right;
}
.nav-right a img {
	margin-left: 5px;
	vertical-align: top;
}
.nav-left a:hover, .nav-right a:hover {
	text-decoration: none;
}
.nav-middle {
	width: 540px;
	margin: 0 auto;
}
.nav-num {
	background: url(../images/nav_num.png) left center repeat-x;
	border: 1px solid #c7c7c7;
}
.nav-num-active {
	background: url(../images/nav_num_active.png) left center repeat-x;
	border: 1px solid #000;
}
.nav-num-active a {
	color: #fff;
}
.nav-num a, .nav-num-active a {
	padding: 0 5px;
}

/* Start group view */

.group-view-item {
	clear: both;
}
.item-title {
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background: url(../images/title_bg.png) left center repeat-x;
	border: 1px solid #c7c7c7;
	margin-bottom: 10px;
}
.table-title {
	height: 40px;
	padding: 0 5px;
	background: url(../images/title_bg.png) left center repeat-x;
	border: 1px solid #c7c7c7;
}
.item-title-left {
	float: left;
	font-size: 1.4em;
}
.prod-title {
	font-size: 1.0em;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	margin: 0;
}
.item-title-right {
	float: right;
	font-size: 0.9em;
}
.group-view-content-container {
	margin-bottom: 20px;	
}
.group-news-content-container {
	margin-bottom: 20px;
	min-height:350px;
    height:auto;
    /*height:350px; */
}
.group-view-left {
	float: left;
	width: 190px;
}
.group-view-left img {
	border: 1px solid #c7c7c7;
}
.group-view-right {
	float: right;
	width: 189px;
	border-left: 1px solid #333;
}
.stock-container {
	height: 94px;
	background: url(../images/stock_bg.png) center 10px no-repeat;
}
.stock-title {
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	height: 23px;
	padding: 19px 0 0 34px;
}
.stock-quant {
	float: right;
	font-size: 0.7em;
	color: #fff;
	padding: 19px 31px 0 0;
	text-align: center;
}
.stock-perc-graph-container {
	clear: both;
	width: 140px;
	margin-left: 21px;
}
.stock-perc-graph {
	/* width: 67%; */
	height: 2px;
	background: #ec0606;
}
.stock-perc-num {
	text-align: right;
	font-size: 0.8em;
	padding: 8px 35px 0 0;
}
.more-info-container {
	height: 40px;
	line-height: 40px;
	background: #333 url(../images/icon_more.png) 160px center no-repeat;
	padding-right: 25px;
	text-align: center;
}
.more-info-container a {
	font-size: 0.8em;
	color: #fff;
}
.group-view-middle {
	width: 440px;
	margin: 0 auto;
	text-align: justify;
}
.price-green-container, .price-red-container {
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	border: 1px solid #c7c7c7;
	background: url(../images/price_bg.png) left center repeat-x;
	margin-top: 10px;
}
.price-blank-container {
	height: 8px;
	line-height: 28px;
	padding-left: 10px;
	margin-top: 10px;
}
.price-red-container {
	margin-bottom: 20px;
}
.price-green-left, .price-red-left {
	float: left;
	font-size: 0.8em;
}
.price-green-right, .price-red-right {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 10px;
	color: #fff;
}
.price-green-right {
	background: url(../images/price_green.png) left center repeat-x;
}
.price-red-right {
	background: url(../images/price_red.png) left center repeat-x;
}

/* Start item view */
.container {
	width: 640px;
	margin: 0 auto;
	float: left;
}
.item-view-left {
	float: left;
	width: 382px;
	margin: 4px 20px 0 0;
}
.item-view-left img {
	border: 1px solid #c7c7c7;
}
.more-images {
	margin-top: 13px;
	padding-left: 3px;
}
.item-right {
	float: right;
	width: 189px;
	margin-top: 4px;
}
.item-view-right {
	float: right;
	width: 189px;
	margin-top: 4px;
	border-left: 1px solid #333;
}
.item-prices-right {
	float: right;
	width: 189px;
	margin-top: 4px;
}
.item-view-middle {
	margin: 0 auto;
	text-align: left;
}
.item-view-middle ul {
	font-size:0.9em;
	line-height:1.5em;
	padding-left:15px;
	
}
.item-view-middle p {
	margin: 0;
}
.item-prices {
	float: left;
	width: 190px;
}
.item-price-info {
	float: right;
	width: 180px;
	border: 1px solid #bfbfbf;
	background: #feffaf;
	height: 56px;
	padding-top: 12px;
	text-align: center;
}
.item-price-info p {
	margin: 0;
}
.item-combo-container {
	width: 140px;
	height: 28px;
	margin: 0 auto 10px auto;
	border: 1px solid #000;
	background: #fff;
	text-align: left;
}
.item-combo {
	width: 130px;
	margin: 4px 0 0 5px;
	border: 1px solid #fff;
}
.enter-q-container {
	width: 142px;
	margin: 0 auto;
	padding-bottom: 7px;
}
.enter-q-left {
	float: left;
	width: 95px;
	line-height: 30px;
	text-align: center;
	font-size: 0.75em;
}
.enter-q-right {
	float: right;
}
.q-input {
	width: 43px;
	height: 22px;
	padding-top: 7px;
	text-align: center;
	border: 1px solid #000;
}
.delivering {
	font-size: 0.7em;
	text-align: right;
	color: #ec0606;
	padding-right: 22px;
	margin: 10px 0 10px 0;
}


/* Start footer */

.footer-container {
	height: 158px;
	border: 1px solid #000;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	margin-bottom: 40px;
	text-shadow: 0 0 6px #000;
}
.footer-links {
	padding: 40px 20px 20px 20px;
}
.footer-links a {
	color: #fff;
}
.footer-copy {
	width: 60%;
	margin: 0 auto;
	padding-top: 20px;
	border-top: 1px solid #fff;
	font-size: 0.75em;
}
/* content-s */
.adminContent {
	padding-top: 30px;
	font-size: 0.9em;
}
.adminContent thead {
	height: 25px;
	background-color: #000;
}
.adminContent thead td {
	font-weight: bold;
	padding: 5px 0;
	color: #ffffff;
}
.adminContent tr {}
.adminContent td {
	text-align: center;
	padding: 1px 0;
}
.adminContent1 td {
	text-align: left;
	padding: 1px 0;
}
.adminContent td.txtleft {
	text-align: left;
	padding-left: 10px;
}
.adminContent td.txtright {
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
.neparna {	background-color: #E0E0E0;	}
.parna {	background-color: #D0D0D0;	}
.adminContent textarea {
	width: 300px;
	height: 70px;
}
div.cssform {
	width:100%;
	display:inline;
	font-size: 0.9em;
}
.cssform legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}
.cssform fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
.cssform .text {
	width: 180px;
}
.cssform #verif_img {
	width: 183px;
}
.cssform select.text {
	width: 184px;
}
.cssform label {
	float: left;
	display:inline;
	width: 10em;
	margin-right: 1em;
}
.cssform fieldset li {
	float: left;
	display:inline;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
.cssform fieldset {
	float: left;
	display:inline; /* bug double margin FIX - IE(5,6,7) float-margin bug FIX */
	clear: both;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
}
.form_wide_box {
	font-size: 0.9em;
	padding: 0px;
	overflow: hidden;
}
.left_half_box {
	width: 375px;
	float:left;
	display:inline;
	padding: 0px;
	margin: 0;
	overflow: hidden;
}
.right_half_box {
	width: 370px;
	float:left;
	display:inline;
	overflow: hidden;
	padding: 0 5px 5px 5px;
}
.tableHead {
	color: #FFFFFF;
	background: #000;
}
.leftSubMenu-selected {
	font-weight: bold;
}
