/*  Layout */
body, table, tr, td, div, b, a, input, textarea, form, select {
    font-family: Tahoma,Geneva,Arial,Helvetica,Swiss,SunSans-Regular;
    font-size: 11px;
    margin:0px;
}
body {
    margin: 0px;
	 padding-top:20px;
	 background:url(/themes/base/ebielizna_new/i/top_bg.png) repeat-x right top;
}
a {
    text-decoration: none;    
}
a:hover {
    text-decoration: underline;
}

.top_links, .top_links a {
    color: #858CB2;
    padding: 0px 0px 8px 0px;
}

.top_links2, .top_links2 a {
    color: #374590;
    padding: 2px;
}


/* Category */
.category a {
    text-decoration: none;    
}

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

/* Form elements */
select, textarea, input, textarea { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	/*border-color: #563409;*/
	border-color: #777777;
    font-size: 12px;
}

.border0{
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
}

/* div's */
.pink, .pink a {
    color: #B02A2A;
}

.bronze, .bronze a {
    color: #9B5928;
}

.blue, .blue a {
    color: #374590;
}


/* Records */
.record_header {
    color: #CE4646;
    font-size: 17px;
    font-family: Georgia, Times New Roman, Times, serif;
    
}

.record_info {
    color: #374590;
}

.info, .info td {
    padding: 2px 4px;
}

.info_price input {
    border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	text-align: left;
}

/* Headers */
.bar {
    color: #374590;
    font-weight: bold;
}
.bar1 {
    color: #374590;
    font-weight: bold;
    font-size: 14px;
}
.bar2 {
    color: black;
    font-size: 10px;
}
.cat1  {
	font-size : 10px;
	font-style : normal;
	color : #606060;
	text-decoration: none;
	font-weight: normal;
}  
