body,html{
	background: white;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	color: black;
}
/* Header*/
div.header1 {
	background: url("/images/bag.gif") 0px 0px no-repeat;
	height: 211px;
	margin: 0;
	padding: 0;
	/*border: 1px solid green;*/
	width: 995px;
	margin: 0 auto;
}
div.header1-text{
	background: url("/images/all-sale.gif") 0px 0px no-repeat;
	position: relative;
	top: 105px;
	/*left: 200px;*/
	font-size: 36px;
	font-family: arial, sans-serif;
	text-align: left;
	padding: 10px 0px 0px 195px;
	margin-left: 200px;
}
div.subtitle{
	font-size: 14px;
	margin: 100px 0 0 200px;
}
div.red-line{
	height: 3px;
	width: 995px;
	background: #ff0505;
	font-size: 1px;
}
input.searchbox{
	height: 21px;
	width: 177px;
	background: url(../images/searchbox.gif) 0 0 no-repeat;
	border: 1px solid white;
}
input.searchbutton{
	border: 1px solid white;
	background: url(../images/search-google.gif) 0 0 no-repeat;
	width: 78px;
	height: 22px;
}
/* end of Header*/


div.all-pic{	
	font-size: 60px;
	font-family: arial, sans-serif;
	width: 995px;
	background: url("/images/label-sale.gif") 50px 52px no-repeat;
}
div.all-pic span{
	font-size: 36px;
}
div.all-pic span.khar{
	font-size: 36px;
}

div.welcome-pic{
	font-size: 14px;
	height: 65px;
}
div.add-info-pic{
	font-size: 14px;
	height: 65px;
	text-indent: -70px;
	
}
/* action-form   -    add info about actions and discounts */
div.all-pic a{
	color: black;
	font-size: 14px;
	width: 70px
}
div.all-pic a:hover{
	color: #ff0505;
	font-size: 14px;
}
span.main-page{
	border: 1px solid green;
	width: 100px;
	text-align: right;
}
/* Header 2 links */
div.all{	
	color: #8b8989;
	font-size: 60px;
	font-family: arial, sans-serif;
	width: 720px;
}
div.all span{
	font-size: 36px;
	color: #b8b7b7;
}
div.welcome{
	font-size: 14px;
	color: #b8b7b7;
}
span.right-links{
	float: right;
	margin: 20px 10px 0 0;
}
div.all a{
	color: #b8b7b7;
	font-size: 16px;
}
div.all a:hover{
	color: #ff0505;
	font-size: 16px;
}
/* Footer*/
div.foot{
	margin: 0 auto;
	width: 995px;
	height: 30px;
}
div.foot span.left{
	float: left;
	padding-left: 10px;
	padding-right: 30px;
}
div.foot span.right{
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 10px;
}
div.foot span.left a {
	color: black;
	font-size: 14px;
	text-decoration: none;
}
div.foot span.right a{
	color: black;
	font-size: 14px;
	text-decoration: none;
}
div.foot span.left a:hover, div.foot span.right a:hover{
	color: #ff0505;
}


div.counters{
    text-align: right;
    width: 715px;
}
div.counters td {
padding: 0;
width: auto;
}
div.counters td a{
color: black !important;
}

/* Search*/
div.header1 form{
	float: right;
	margin: 33px 33px 0px 0px;
}
input.grey-box{
	background: url(../images/search_box.gif) 0% 0% no-repeat;
}