.form_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5C5A5A;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
	width: 98%;
}
.form_title h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
}
.form_title h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;	
}
.divtableformadmin{

	height: 30px;
	vertical-align: baseline;
}
.delete, .edit, .save, .addpage{
	float:left;
}
div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.admin_form .form_include_layer td input{
	border: 0px;
	color:#0066CC;
}
div .textforml{
	width: 90%;
}
.form_include_layer{

}
.form_requred{
	color: #FF0000;
}
div.two_select{
height: 100%;
border: 1px solid #007FFF;
overflow: auto;
}

div.two_select_element {
width: 100%;
border: 1px solid lightgrey;
cursor: pointer;
padding-left: 3px;
}
div.two_select_element_selected {
width: 100%;
border: 1px solid lightgrey;
background-color: #0A246A;
color: white;
cursor: pointer;
padding-left: 3px;
}
input.two_selects_button{
  width: 30px;
}
a.multiselect {  
    display: block;  
     border: 1px solid #aaa;  
    text-decoration: none;  
    background-color: #fafafa;  
    color: #123456;  
    margin: 2px;  
    clear:both;  
   }  
div.multiselect {  
    float:left;  
    text-align: center;  
    margin: 10px;  
   }  
select.multiselect {  
    width: 100px;  
    height: 80px;  
   }  
   
   #menu { padding-top: 8px; padding-bottom: 8px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #330c24; height: 35px; }
#menu ul { font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bolder; text-transform: uppercase; margin: 0px; list-style-type: none; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; }
#menu li { border-right:1px solid #797979; float: left; margin: 0px; padding-top: 7px; padding-right: 16px; padding-bottom: 7px; padding-left: 16px; color: #B9B9B9; text-decoration: underline; cursor:pointer;}
#menu a{ color: #B9B9B9; }


ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #082e0f;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  border-color: #082e0f;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  border: 1px solid #082e0f;
  border-bottom: #a7ddaa 1px solid;
}
ul.primary li a:hover {
  border-color: #082e0f;
  border-bottom-color: #082e0f;
}

ul.primary li.active a:hover {
  border-color: #082e0f;
  border-bottom-color: #a7ddaa;
}

/* form elements */
/*
SELECT{
	width: 200px;
}
INPUT{
	width: 200px;
	float: left;
}*/
.checkbox{
	width: 20px;
	float: left;
}
.input-checkbox{
	width: 20px;
	float: left;
}
TD{
	text-align: left;
}

/* */


div.autosuggest
{
	position: absolute;
	background-image: url(img/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(img/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(img/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(img/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(img/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(img/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(img/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(img/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(img/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}

#as_save_but{
	vertical-align:middle;
}
.error_mess{
	color: red;
}
.adminform{
	color: #737373;	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;	
}
.adminform .bigselect{
	color: #737373;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 19px;
	width: 328px;
}
.adminform .smallselect{
	color: #737373;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 19px;
	width: 70px;
}
.adminform label{
	width: 150px;
	display:block;
}
.adminform .middletextarea{
	color: #737373;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 60px;
	width: 328px;
}
.adminform .middleinput{
	color: #737373;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 19px;
	width: 70px;
}
.adminformfieldsetemu {
	width: auto;
}
.adminformfieldsetemu .adminformfieldsetemutitle{
	background: #f4f4e4;
	border:1px solid #eeeedb;
	height: 19px;
	width: 100%;
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.adminformfieldsetemu .adminformfieldsetemutitle img{
	margin-top: 3px;
	margin-left: 7px;
	vertical-align:middle;	

}
.adminformfieldsetemu .adminformfieldsetemutitle span{
	padding-top: 3px;

	margin-left: 40px;
}
.adminform .normalinput{
	color: #737373;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 19px;
	width: 328px;
}
.admintablebutton td{
	background-color: #5d5d5d;
	color: #f7f7ee;
	font-size: 13px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	padding-left: 10px;
}
.admintablebutton td a:hover{
	background-color: #5d5d5d;
	color: #f7f7ee;
	font-size: 13px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	vertical-align:middle;
}
.admintablebutton td a{
	background-color: #5d5d5d;
	color: #f7f7ee;
	font-size: 13px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	vertical-align:middle;
}
.admintable{
	font-size: 12px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
}
.admintableHover{
	background-color: #d9d9d0;
}
.admintableClick{
	background-color: #cfe2da;
}
.admintable{
	font-size: 12px;
	background-color: #f4f4e4;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
}
.admintable th{
	color: #ad9072;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdad5;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.admintable .admintabletext {
	border-bottom: 2px solid #fff;
	color: #5d5d5d;
	padding-left: 5px;
}
.admintable .admintabletext.active{
	background-color: #bdad7c;
	border: 1px solid #ab9b6a;
	color: #ffffff;
	padding-left: 5px;	
}
.admintable .admintablebutton{
	background-color: #cdcdcd;
	color: #f7f7ee;
	text-align: center;
}
.admintable .admintablebutton.active{
	background-color: #5d5d5d;
	color: #f7f7ee;
	text-align: center;
}
.admintable .admintablebutton a{
	background-color: #cdcdcd;
	color: #f7f7ee;
	text-decoration: none;
}
.admintable .admintablebutton.active a:hover{
	background-color: #5d5d5d;
	color: #f7f7ee;
	text-decoration: none;
}
.color_design_button{
	height: 25px; 
	width: 25px; 
	border: 1px solid #cdcdcd;
}
.color_design_button1{
	height: 26px; 
	width: 26px; 
	border: 1px solid #ffffff;
}

.validation_error{
	border: 1px solid red;
}

.color_info_bar {
	overflow:hidden; 
	width: 610px; 
	border: 1px solid;
	margin: 1px;
}

.color_info_bar_top {
	overflow:hidden; 
	background-color: #5a5d5e; 
	padding: 2px; 
	cursor: pointer;
}

.color_info_bar_top_color {
	float:left; 
	background-color: #fff; 
	border:1px solid #a2a6a9; 
	width: 51px; 
	height: 15px; 
	margin: 1px;
}

.color_info_bar_top_title {
	float:left; 
	padding-left: 5px; 
	color: #FFF; 
	font-weight: bold; 
	line-height: 20px;
}

.color_info_bar_top_buttons {
	float:right; 
	padding-top: 2px;
}

.color_info_body {
	position:absolute; 
	z-index: 100; 
	display: none;
	width: 610px;
}

.color_info_body_size_list {
	overflow:hidden; 
	background-color: #ffffff;
}

.color_info_body_size_info {
	overflow:hidden; 
	margin: 5px; 
	margin-right: 2px; 
	padding-bottom: 2px; 
	line-height: 20px;
}

.color_info_body_size {
	float:left; 
	width: 200px;
	font-weight: bold;
}

.color_info_body_stock {
	float:left; 
	width: 120px; 
	font-weight: normal;
}

.color_info_body_weight {
	float:left; 
	width: 120px; 
	font-weight: normal;
}

.color_info_body_days {
	float:left; 
	width: 120px; 
	font-weight: normal;
}

.color_info_body_size_delete {
	float:right; 
	padding-left: 5px;
	background: url(img/icon_delete.png) no-repeat bottom left; 
	width: 13px; 
	height: 13px; 
	cursor: pointer;
}

.color_info_body_image_list {
	overflow:hidden; 
	background-color: #d2d2d2; 
}

.color_info_body_image {
	background-color: #FFF;
	overflow:hidden; 
	width: 80px; 
	height: 80px;

	border: 1px solid #337784; 
	float: left;
	margin: 5px;
	margin-bottom: 0px;
}

.image_make_default {
	cursor: pointer;
	background-color: #c60000;
	color: #FFFFFF;
	overflow:hidden; 
	width: 80px; 
	border: 1px solid #337784; 
	border-top: 0px;
	margin: 5px;
	margin-top: 0px;
	text-align: center;
}

.image_is_default {
	cursor: pointer;
	background-color: #00ac10;
	color: #FFFFFF;
	overflow:hidden; 
	width: 80px; 
	border: 1px solid #337784; 
	border-top: 0px;
	margin: 5px;
	margin-top: 0px;
	text-align: center;
}

.color_info_body_image_buttons {
	position: absolute;
	width: 80px; 
}

.color_info_body_image_preview{
	position: relative; 
}

.color_info_body_image_upload {
	position: relative; 
	background: url(img/add.gif) no-repeat bottom left; 
	float:right; 
	top: 2px; 
	right: 2px; 
	width: 16px; 
	height: 16px; 
	cursor: pointer;
}

.color_info_body_image_uploading{
	position: relative; 
	background: url(img/spinner.gif) no-repeat bottom left; 
	float:right; 
	top: 2px; 
	right: 2px; 
	width: 16px; 
	height: 16px; 
	cursor: pointer;
}

.color_info_body_image_upload_error{
	position: relative; 
	background: url(img/cross.png) no-repeat bottom left; 
	float:right; 
	top: 2px; 
	right: 2px; 
	width: 16px; 
	height: 16px; 
	cursor: pointer;
}

.color_info_body_image_delete {
	position: relative; 
	background: url(img/icon_delete.png) no-repeat bottom left; 
	float:right; 
	width: 13px; 
	height: 13px; 
	cursor: pointer;
	z-index: 100;
}

.color_info_body_image_pin {
	position: relative; 
	background: url(img/icon_pin.gif) no-repeat bottom left; 
	float: left; 
	width: 13px; 
	height: 22px; 
	cursor: pointer;
	z-index: 100;
}

.color_info_body_image_un_pin {
	position: relative; 
	background: url(img/icon_un_pin.gif) no-repeat bottom left; 
	float: left; 
	width: 13px; 
	height: 18px; 
	cursor: pointer;
	z-index: 100;
}

.color_info_body_buttons {
	overflow:hidden; 
	background-color: #efefe4; 
	text-align:right;
}

.color_info_body_buttons a{
	color: #337784;
	font-weight: normal;
	padding-left: 10px;
	background: url(img/link_arrow.png) no-repeat bottom left;
}

.admintable thead {
	background-color: #e2e2cf;
}

.admintable thead th{
	color: #5a5d5e;
	font-weight: bold;
	padding-left: 5px;
}

.admintable tr {
	margin: 5px;
}

.formButtonsStyle {
	background-color:#9ebfa3; 
	color: #FFF; 
	border: 1px solid #8da67d;	
	cursor: pointer;
}

.basket_table {
	text-align: left;
	width: 100%;
}

.basket_table thead {
	color: #b79664;
}

.basket_table tfoot {
	color: #737373;
}

.basket_table tbody tr {
	color: #737373;
	background-color: #f8f8ee;
	border: 1px solid #ededde; 
}

.basket_table tbody td {
	vertical-align: middle;
}

.basket_table_button {
	background-color: #FFF; 
	border: 1px solid #FFF; 
	border-left: 1px solid #ededde;
	padding-left: 5px;
}

.backet_button_minus {
	float: left; 
	background: url(img/icon_minus.png) no-repeat center left; 
	width: 11px; 
	height: 11px; 
	padding: 5px 1px 5px 1px; 
	cursor: pointer;
}

.backet_button_plus {
	float: left; 
	background: url(img/icon_plus.png) no-repeat center right; 
	width: 11px; 
	height: 11px; 
	padding: 5px 1px 5px 1px; 
	cursor: pointer;
}

.basket_item_price {
	float: left;
	color: #c2272d;
}

.order_item {
	padding-bottom: 50px;
}

.order_item_top {
	color: #5a5d5e;
	font-weight: bold;
	overflow: hidden;
}

.order_info{
	float: left;
}

.order_item_title {
	font-weight: bold;
	font-size: medium;
	color: #c2272d;
}

.order_item_subtitle {
	padding-left: 2px;
}

.order_item_button {
	float: right; 
	padding: 2px 5px 2px 5px; 
	background-color: #9ebfa3; 
	border: 1px solid #8da67d; 
	color: #fff; 
	font-weight: bold; 
	margin-left: 5px;
	cursor: pointer;
}

.order_item_info {
	float: left;
	padding-left: 2px;
	vertical-align: top;
	border: 1px;
	border-color: #FFF;
	border-collapse: separate;
	border-spacing: 0px 2px;
}

.order_item_info thead th{
	color: #5a5d5e;
	white-space: nowrap;
	vertical-align: top;
}

.order_item_info tbody td{
	background-color: #e2e2cf;
	color: #5e6664;	
	padding-left: 5px;
	white-space: nowrap;
	vertical-align: middle;
}

.order_item_table {
	vertical-align: top;
	border: 1px;
	width: 100%;
	border-color: #FFF;
	border-collapse: separate;
	border-spacing: 2px 2px;
}

.order_item_table thead th{
	color: #7f8283;
	white-space: nowrap;
	vertical-align: top;
}

.order_item_table tbody td{
	background-color: #e2e2cf;
	color: #5e6664;	
	padding-left: 5px;
	white-space: nowrap;
	vertical-align: middle;
}

.pdf{
	background-image:url(img/icon_pdf.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	height:14px;
	margin:3px;
	width:30px;
}

.bmp{
	background-image:url(img/icon_bmp.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	height:14px;
	margin:3px;
	width:30px;
}

.loading{
	float:left;
	width:16px;
	height:16px;
	background-image:url('img/spinner.gif');
	cursor:pointer;
	margin:3px;
	background-repeat: no-repeat;
}

.percent{
	background-image:url(img/icon_percent.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	height:14px;
	margin-left:3px;
	width:22px;
}

.pages_listing { text-align:right; font-size:11px; color:#b9b9b9; vertical-align:middle; }
.pages_listing a { color:#b9b9b9; vertical-align:middle; text-decoration:none; }
.pages_listing a:hover { color: #c2272d; }
.pages_listing img { vertical-align:middle; margin:auto; margin-right: 3px;margin-left: 3px;  }
.pages_listing span  { color: #c2272d; vertical-align:middle; }


#pager ul.pages {
	float:right;
	display:block;
	border:none;
	text-transform:uppercase;
	font-size:10px;
	margin:10px 0 50px;
	padding:0;
}

#pager ul.pages li {
	list-style:none;
	float:left;
	font-size:11px; 
	color:#b9b9b9;
	text-decoration:none;
	margin:0 5px 0 0;
	padding:5px;
}

#pager ul.pages li:hover {
	color: #c2272d;
}

#pager ul.pages li.pgEmpty {
	color:#eee;
}

#pager ul.pages li.pgCurrent {
	color: #c2272d;
}

.productListTitle{
	float: left;
	color: #404040;
	font-weight: bold;
	font-size: 16px;
	margin: 10px;
	margin-left: 0px;
}
.productListViewAll{
	float: right;
	margin: 10px;
	margin-left: 0px;
	background-color: #f1f1f1;
	color: #6e9cbe;
	padding: 3px;
}
.productsList{
	overflow: hidden;
	width: 90%;
	height: 330px;
	float: left;
}
.productListItem{
	width: 180px;
	height: 330px;
}
.productListImage{
	width: 150px;
	height: 220px;
	text-align: center;
}
.productButtons {
	width: 30px; 
	height: 75px; 
	border: 1px solid #eaebe3; 
	background-color: #f3f3e9; 
	margin: 5px; 
	text-align: center;
}