*{
/*	margin: 0px;
	padding: 0px;*/
	font-family: tahoma;
	font-size: 9pt;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

input[type=submit],
input[type=reset], 
input[type=button]{
	/*background-image: url(/common/img/button_bg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	color: WHITE;*/
	font-weight: bold;
}

legend{
	font-weight: bold;
}

img{
	border: none;
}

table{
	width: 100%;
}

td{
	/*border: 1px solid #404040; /*#6290D2;*/
}

th{
	text-align: left;
}

h3{
	font-size: 12pt;
	margin-left: 5px;
}

fieldset{
	border: 1px solid #A4CFEF;
}

#leftCell{
	width: 170px;
	vertical-align: top;
	padding-right: 1px;
}

#centerCell{
	vertical-align: top;
	padding: 1px 2px;
}

#rightCell{
	width: 170px;
	vertical-align: top;
	padding-left: 1px;
}

#menuCell{
	width: auto;
	height: 25px;
	padding: 0px 2px 0px 2px;
}

#footerCell{
	text-align: center;
	vertical-align: middle !important;
}

#headerCell{
	text-align: center;
	vertical-align: middle !important;
	padding-left: 2px;
	padding-right: 2px;
}


/* -----------------MENU---------------- */

.menuWebshop{
	height: 24px;
	position: relative;
	border-width: 1px;
	border-style: solid;
	margin-top: 0px;
	margin-bottom: 3px;
	background: #808080;
	background-image: url(/res/images/menu_bg.gif);
	background-repeat: repeat-x;
	padding: 10px 0px 0px 10px;
}

.menuWebshop a{
	font-weight: bold;
	text-decoration: none;
}

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

.menuWebshop div{
	margin-top: -15px;
	margin-right: 5px;
	color: WHITE;
}

.menuPoint{
	color: WHITE;
}

/* -----------------MENU---------------- */

/******************************************/
/****************LIST**********************/
/******************************************/

.headerWebshop{
	border: 1px solid #A4CFEF;
	background: #A4CFEF;
	background-image: url(/res/images/header_bg.gif);
	background-repeat: repeat-x;
	height: 18px;
	text-align: center;
	padding-top: 3px;
	font-weight: bold;
	margin-top: 0px;
	border-bottom: none;
}

th{
	background: #A4CFEF;
	background-image: url(/res/images/header_bg.gif);
	background-repeat: repeat-x;
	height: 22px;
	padding-left: 5px;
}

.list{
	border: 1px solid #A4CFEF;
	margin-bottom: 3px;
	padding: 5px;
}

.list p{
	margin-top: 4px;
	margin-bottom: 4px;
}

.list div{
	margin-top: 8px;
	margin-bottom: 8px;
}

hr{
	padding: 0px !important;
}

.list img{
	padding: 0px;
}

.list ul{
	margin-left: -25px;
}

.list_two{
	border: 1px solid #A4CFEF;
	background: #A4CFEF;
	height: 100%;
	font-weight: bold;
}

.list_footer{
	border: 1px solid #A4CFEF;
	background-image: url(/res/images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 31px;
	font-weight: bold;
	margin-top: -2px;
	margin-bottom: 3px;
	line-height: 30px;
}

/******************************************/
/****************LIST**********************/
/******************************************/

/********************************************/

.catalog{
    list-style: none;
	display: block;
}

.catalog img{
    border: none;
}

.hidden{
    display: none;
}
/********************************************/

.short_image{
	width: 116px;
	height: 116px;
}

.short_text{
	font-family: Courier;
	font-size: 9pt;
}

.price{
	color: #AA4400;
}

.promo{
	border: 1px dashed #A4CFEF;
	padding: 10px;
	margin: 12px 10px 10px 10px;
}

.promo a{
	text-decoration: none;
}

.promo p{
	font-size: 12px;
	/*font-weight: bold;*/
	margin: 0px;
}

.errors{
	color: #CE570F;
	text-align: center;
}

/******************************************/
/****************BLINK*********************/
/******************************************/

div.headerWebshop_blink{
	border: 1px solid #CE570F;
	background: #CE570F;
	background-image: url(/res/images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 18px;
	text-align: center;
	padding-top: 3px;
	/*font-weight: bold;
	color: #FFFFFF;*/
	margin-top: 0px;
	border-bottom: none;
}

div.list_blink{
	margin-bottom: 3px;
	padding: 5px;
}

div.list_blink p{
	margin-top: 4px;
	margin-bottom: -10px;
}

div.list_blink div{
	margin-top: 8px;
	margin-bottom: 8px;
}

/******************************************/
/****************BLINK*********************/
/******************************************/

.item{
	cursor:move;
	padding: 0px;
}

.item img{
    cursor:move;
    padding: 0px;
}

.white{
	color: white;
	padding-left: 5px;
}

/****************************/
/*			MessageBox		*/
/****************************/
#messageBoxDiv {
	background-color: #eeeeee; 
	padding: 0px;
	position: absolute;
	z-index: 100;
	width: 240px;
	top: 0px;
	left: 0px;
	margin: 0px;
	margin-top: -1px;
	visibility: hidden; 
}

#messageBoxDiv .message {
	padding: 7px;
	height: auto;
}

#messageBoxDiv .whitetext {
	float: left;
}

#messageBoxDiv .roundheader {
	background: url("/accounting_res/images/cached/round_bg.gif") repeat-x;
}

#messageBoxIcon {
	float: left; 
	height: auto;
	padding: 3px;
}

#messageBoxCloseButton {
	float: right;
	padding: 8px;
}

#messageBoxDiv .buttonsList {
	text-align: center;
	margin: auto;
	position: relative;
	left: 0px;
	width: 100%; 
}

#messageBoxDiv BUTTON {
	color: black;
	background: url("/accounting_res/images/button_light.gif") transparent no-repeat scroll 0%;
	width: 120px;
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}
/****************************/
/*			MessageBox	END */
/****************************/

th.tbHeader{
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	border: none;
}


.dataTable th{
	background:#575555;
	background-position:top left;
	background-repeat:repeat-x;
	height: 20px;
	color: white;
	border-left: 1px solid #9c9e9d;
	border-right: 1px solid white;
	padding: 3px !important;
	
}

.dataTr td{
	border: 1px solid #9c9e9d;
	padding: 5px 10px;
	font-size: 12px;
}


