body {
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  background: #FFFFFF;
  margin:0px;
}

h1 {	color:#000000;
	font-size:16px;
}

#menu
{
    font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
   // background-image:url('../images/bc_bg.png');
   // background-repeat:repeat-x;
    height:35px;
    line-height:35px;
    color:#000000;
    //border:solid 1px #398cfe;
    border-bottom: solid 1px #C0C0C0;
    border-top: solid 1px #C0C0C0;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
    background:#FFFFFF;
}
#menu li
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#menu a
{
    height:35px;
    display:block;
    //background-image:url('../images/bc_separator.png');
    background-repeat:no-repeat;
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#000000;
}
#menu a:hover
{
	text-decoration: underline;
}

#menu img
{
    border:none;
    margin: 8px 0px;
    vertical-align:middle;
    padding-right:5px;
}

#navigation ul, li {
    margin: 0;
    padding: 0;
}

#navigation li
{
    list-style-type:none;
    float:left;
    margin-right:15px;
}


li {
	list-style-type:none;
	float:left;
}
.login {
	width: 350px;
	height:420px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -210px 0 0 -175px;
}
#loginForm {
	width: 255px;
	padding: 15px 15px 0;
	margin: 0 auto 0;
	background: #e6e6e6;
	border: 1px solid #c8c6c6;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	font: 14px/18px Arial, Tahoma, sans-serif;
	color: #444;
}
#loginForm .logo {	background: url(../images/new_logo.png) no-repeat;
	margin: 0 auto;
	width:255px;
	height:180px;
}

.Mobile_Link {
	color:#000000;
	font-size:10px;
	float:left;
}
.Mobile_Link a {
	color:#000000;
}
.field {
	margin: 0 0 18px;
}
.field label {
	display: block;
	margin: 0 0 11px;
}
.field .input {
  border-radius: 3px;
}
.field input {
  font: 12px Arial, Tahoma, sans-serif;
	color: #444;
	width: 90%;
	padding: 9px 13px;
    border: 1px solid #D2D9DC;
	border-radius: 3px;
	//box-shadow: inset 2px 2px 6px #EBEBEB, 0 0 0 5px #F7F9FA;
	outline: none;
}
.field input:focus {
	border-color: #B7D4EA;
	//box-shadow: inset 2px 2px 6px #EBEBEB, 0 0 4px #D0E6F6, 0 0 0 5px #F2F8FC;
}

#forgot {
	float: right;
  font-size: 11px;
	color: #ababab;
  text-decoration: none;
	margin: 0;
}
#forgot:hover {
	color: #444;
  text-decoration: underline;
}
.submit {
	text-align:right;
	padding-top:10px;
	height:70px;
}

.buttons {	width:100%;
	margin-top:20px;
	padding:5px;
}

.button {	display:inline-block;
	display:inline-block;
	padding:7px;
	border: 0px solid #FFFFFF;
	border-radius:5px;
//font-weight:bold;
	font-size:12px;
	text-align:center;
	background:#009db1;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
}

.button:hover {	background:#FF8000;
}

.button2 {	display:inline-block;
	padding:7px;
	border: 0px solid #FFFFFF;
	border-radius:5px;
	//font-weight:bold;
	font-size:12px;
	text-align:center;
	background:#FF8000;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
}

.button2:hover {	background:#FF8000;
}


.button_red {
	display:inline-block;
	padding:7px;
	border: 0px solid #FFFFFF;
	border-radius:5px;
	//font-weight:bold;
	font-size:12px;
	text-align:center;
	background:#800000;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
}

.button_red:hover {
	background:#FF0000;
}


#remember {
	display: block;
	margin: 5px 0 0;
	cursor: pointer;
}
#remember input {
	margin: 0 4px 0 0;
	vertical-align: middle;
}


.wrapper {
	width: 100%;
	min-width: 1000px;
	max-width:1400px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	position:fixed;
	height: 100px;
	background: #FFFFFF;
	z-index:9999;
	width:100%;
	left:0px;
}
.header_catalog {
    padding-top:5px;
    padding-left:20px;
    padding-bottom:5px;
    margin-top:-15px;
	margin-left:-12px;
	position:fixed;
	min-height: 45px;
	background: #e6e6e6;
	z-index:9999;
	width:100%;
	border-bottom:1px solid #c8c6c6;
}
.header_left {
	margin-top:-20px;
	margin-left:-10px;
	position:fixed;
	background: #FFFFFF;
	z-index:9999;
	width:320px;
	height:100%;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
}

.header_group_info {
	border-radius:3px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background:#004080;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom: 1px dotted #C0C0C0;
	width:295px;
	padding-left:20px;
	margin-left:-8px;
	margin-top:-8px;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}

.container {
	width: 100%;
	float: left;
	//overflow: hidden;
}
.content {
	position:absolute;
	margin-top:130px;
	padding: 10px 0px 0px 360px;
	width:1100px;
}
.content_catalog {
	margin-top:40px;
	padding: 5px;
	height:100%;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	//margin: 0 auto 0;
	//position:absolute;
	//margin-top:90px;
	//float: center;
	min-width: 320px;
	//padding-top:10px;
	//padding-left:10px;
	//padding:10px;
	background: #FFFFFF;
	z-index:9000;
	width:100%;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position:relative;

	background: #4C9ED9;
	padding:10px;
	color:#EEEEEE;
	position: absolute;
	height:20px;
	width:100%;
}

.error {	text-align:center;
	color:#800000;
	font-weight:bold;
	font-size:16px;

}

.message {
	text-align:center;
	color:#FF8000;
	font-weight:bold;
	font-size:16px;

}

.logo {
	margin-top:10px;
	background: url(../images/logo.png) no-repeat;
	width:340px;
	height:80px;
	display:inline-block;
}

.logout {
	float:right;
  	width:250px;
	height:100px;
	display:inline-block;
}


.forms {
	//width: 100%;
	//height: 100%;
	padding: 10px;
	background: #FEFEFE;
//  	border: 1px solid #CAD8DE;
//	border-radius: 4px;
//	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	font-size: 11px;
	color: #444;
//	box-shadow: 2px 2px 2px 0px #4d4d4d;
}

.forms .submit {
	overflow: hidden;
	margin: 30px -10px -10px;
	padding: 22px 24px;
	background: #F0F5F7;
	border-top: 1px solid #DDE0E8;
	border-radius: 0 0 4px 4px;
	box-shadow: inset 0 1px #FFF, inset -1px -1px #F7FAFB, inset 1px 0 #F7FAFB;
    font-size: 11px;
}


.link {
	//text-decoration:none;
	color:#676767;
	//color:#006CD9;
	font-weight:bold;
 	cursor:pointer;
}

.link:hover {
	color:#444444;	text-decoration:underline;
}

.link2 {
	text-decoration:underline;
	color:#676767;
 	cursor:pointer;
}

.link2:hover {
	color:#444444;
}

.link3 {
	text-decoration:none;
	color:#676767;
 	cursor:pointer;
}

.link3:hover {
	color:#444444;
	text-decoration:underline;
}

.group_item {
	width:130px;
	height:170px;
	float:left;
	margin:3px;
	padding: 5px;
	background: #FEFEFE;
  	border: 1px solid #CAD8DE;
	border-radius: 4px;
	//box-shadow: 0 1px 2px rgba(0,0,0,0.08);
	font: 14px/18px Arial, Tahoma, sans-serif;
	color: #444;
	text-align:center;
	cursor:pointer;
	//box-shadow: 2px 2px 2px 0px #4d4d4d;
}

.group_item:hover{
	border: 1px solid #0080C0;
}


.group_image {
	width:130px;
	height:125px;
}

.group_image img {
    max-width: 100%;
    max-height: 100%;
}


.group_name {	text-align:center;
	//font-weight:bold;
	font-size:12px;
	color:#000000;
	//height:50px;
	padding-top:10px;
	background:#FFFFFF;
   // text-shadow: 1px 1px 2px #666, -1px -1px 2px #FFF, 1px 1px #666, -1px -1px #FFF;
   //color:#ddcca3;


}

.title_left {
	margin:20px;	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:676767;
}


img {	border: 0px;
}

table {	border-collapse:collapse;
}
th {
	background:#e6e6e6;
	color:#000000;
	font-weight:bold;
	//height:35px;
	padding:2px;
	border:1px solid #c8c6c6;
}

td {
	border:1px solid #CAD8DE;
	padding:2px;
}

.subhead {
	font-weight:bold;	height:15px;
	padding-left:10px;
}



.description {	color:#616161;
	font-size:10px;
}

.quantity {
	text-align:center;
 	font: bold 13px Arial, Tahoma, sans-serif;
	color: #444;
	width: 20px;
	padding: 5px 10px;
	border: 1px solid #D2D9DC;
	border-radius: 3px;
	box-shadow: inset 2px 2px 3px #EBEBEB, 0 0 0 3px #F7F9FA;
	outline: none;
}
.quantity:focus {
	border-color: #B7D4EA;
	box-shadow: inset 2px 2px 6px #EBEBEB, 0 0 4px #D0E6F6, 0 0 0 5px #F2F8FC;
}

.input {
	font: bold 13px Arial, Tahoma, sans-serif;
	color: #444;
	width: 100%;
	min-height:20px;
	padding: 3px 8px;
	border: 1px solid #D2D9DC;
	border-radius: 3px;
	//box-shadow: inset 2px 2px 6px #EBEBEB, 0 0 0 5px #F7F9FA;
	outline: none;
}
.input:focus {
	border-color: #B7D4EA;
	//box-shadow: inset 2px 2px 6px #EBEBEB, 0 0 4px #D0E6F6, 0 0 0 5px #F2F8FC;
}


.left20 {
	margin-left:20px;
}
.right20 {
	margin-right:20px;
}

.width-50 {
	width:50px;
}
.width-100 {
	width:100px;
}
.width-200 {	width:200px;
}
.width-300 {
	width:300px;
}
.width-400 {
	width:400px;
}
.width-500 {
	width:500px;
}
.width-1000 {
	width:1000px;
}
.jq-selectbox.width-auto {
	width: auto;
}
.jq-selectbox.width-500 {
	width: 500px;
}


.total_pvm {	font-weight:bold;
	font-size:14px;
	color:#400000;
}

.line {	width:100%;
	border-top:1px solid #C0C0C0;
	margin-top:5px;
}

.order_small td {
	border:0px;
	padding:2px;
}

.order_guest td {
	border:0px;
}

.order_small_value {	text-align:right;
}

.order_small_total_value {	font-weight:bold;
	color:#004000;
	text-align:right;
}

.order_small_total {	font-weight:bold;
}

.title {
	font-size:16px;
	font-weight:bold;
	color:#004080;
}

.title2 {
	font-size:16px;
	font-weight:bold;
	color:#363436;
}

.count {
	position:absolute;	background:#790000;
	color:#FFFFFF;
	border-radius:50px;
	text-align:center;
	padding:3px;
	min-width:15px;
	margin-top:-44px;
	margin-left:95px;
	border:2px solid #FFFFFF;
	//font-weight:bold;
}
.count:hover {
	background:#FF8000;
}

#popup-content{
	text-align:center;
	position:fixed;
    //margin:40px auto 0px auto;
    top:50%;
	left:5%;
	width:90%;
    min-width:280px;
    min-height: 38px;
    padding:10px;
    color:#FFFFFF;
    font-weight:bold;
    background: #004080;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
    z-index:9999;
}

.b_gray {	background:#F4F4F4;
}
.b_white {
	background:#FFFFFF;
}

.error {	color:#800000;
	font-weight:bold;
	font-size:14px;
}

.sub2 {	max-height:260px;overflow:auto;overflow-x:hidden;width:295px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


.banner {	float:left;
	margin:1px;
	border:1px solid #808080;
}

.table_contact {
	margin-top:30px;
	margin-bottom:30px;
}
.table_contact td {
	border:0px;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	font-size:16px;
}

.label-alert {
	background-color: #f56b6b;
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 90%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
	text-decoration: none;
	margin-right: 5px;
}

.description {	color:#616161;
	font-size:10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}