/***************Reset by eric meyer***************/
* {
    margin: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a
{
text-decoration: none;
}

a:visited
{
color: #a37f7e;
}
html, body 
{
    height: 100%;
}
/**************end of reset by eric meyer*****************/

/***color palette 

brown:	 #793432
orange:    	#ff783a	
blue:		#9b75f8	
powdery:	#ffffd9
pink:		#f1d8fb
fuchsia: 	#db3780;
dirty beige:	#a37f7e;
***/
/***bsics***/
.no-display
{
display: none;
}

.left
{
float: left;
}

.right
{
float: right;
}

a
{
color: #ff783a;
}

a:hover
{
text-decoration: underline;
}
/***/

/***main layout ***/
body
{
height: 100%;
font-family: Verdana;
font-size: 75%;
line-height: 1.5em;
}

#container
{
width: 970px;
height: 100%;
margin: 0px auto;
display: block;
}

#wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em; /* the bottom margin is the negative value of the footer's height */
}

#clearfooter{
     height: 2em;
   clear: both;
}


#footer
{
	width: 100%;
	height: 2em;
	display: block;
	text-align: center;
	font-size: 80%;
	color: #ffffd9;}
	
#footer a
{
color: #ffffd9;
}

#header
{
	width: 970px;
	float: left;
	background-color: #fff;
	padding: 0 0 0px 0;
	margin-bottom: 5px;
	background-image: url(/lheader.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#rss
{
	width: 26px;
	background-image: url(/lheader.png);
	height:170px;
	background-repeat: no-repeat;
	float: left;
	background-color: white;
	background-position: 0px 0px;
}
#logo
{
	width: 393px;
	background-image: url(/lheader.png);
	height:170px;
	background-repeat: no-repeat;
	float: left;
	background-color: white;
	background-position: -26px 0px;
	
}


#bra-search-ad
{
display: block;
width: 193px;
height: 170px;
float: left;
margin: 0 0 0 0px;
background-image: url(/lheader.png);
background-repeat: no-repeat;
background-position: -419px 0px;
}

#bra-search-ad:hover
{
background-position: -745px 0px;
}
#sponsor
{
display: block;
width: 230px;
height: 170px;
padding: 0px 0 0 0px;
margin: 15px 0;
float: right;
margin: 0;
background: #fff;
}

#sponsor img
{
float:left;
}

#sponsor span
{
font-size: 75%;
}

#content
{
	float: left;
	width: 730px;
}
.round
{
display: block;
height: 5px;
width: 5px;
}

.u-l-brown
{
background: url(/rounded-corners.png) 0px 0px no-repeat #793432;
float: left;
}

.u-r-brown
{
background: url(/rounded-corners.png) -5px 0px no-repeat #793432;
float: right;
}

.b-l-brown
{
background: url(/rounded-corners.png) 0px -5px no-repeat #793432;
float: left;
clear: both;
}

.b-r-brown
{
background: url(/rounded-corners.png) -5px -5px no-repeat #793432;
float: right;
}

.u-l-blue
{
background: url(/rounded-corners.png) -10px 0px no-repeat #9b75f8;
float: left;
}

.u-r-blue
{
background: url(/rounded-corners.png) -15px 0px no-repeat #9b75f8;
float: right;
}

.b-l-blue
{
background: url(/rounded-corners.png) -10px -5px no-repeat #9b75f8;
float: left;
clear: both;
}

.b-r-blue
{
background: url(/rounded-corners.png) -15px -5px no-repeat #9b75f8;
float: right;
}

.u-l-orange
{
background: url(/rounded-corners.png) -20px 0px no-repeat #ff783a;
float: left;
}

.u-r-orange
{
background: url(/rounded-corners.png) -25px 0px no-repeat #ff783a;
float: right;
}

.b-l-orange
{
background: url(/rounded-corners.png) -20px -5px no-repeat #ff783a;
float: left;
clear: both;
}

.b-r-orange
{
background: url(/rounded-corners.png) -25px -5px no-repeat #ff783a;
float: right;
}

.u-l-pink
{
background: url(/rounded-corners.png) -30px 0px no-repeat #ff783a;
float: left;
}

.u-r-pink
{
background: url(/rounded-corners.png) -35px 0px no-repeat #ff783a;
float: right;
}

.b-l-pink
{
background: url(/rounded-corners.png) -30px -5px no-repeat #ff783a;
float: left;
clear: both;
}

.b-r-pink
{
background: url(/rounded-corners.png) -35px -5px no-repeat #ff783a;
float: right;
}

/**Colors for backgrounds**/
.white
{
background: #fff;
}

.brown
{
background-color: #793432;
}
.brown-50
{
background-image: url(/brown-50.png);
}


.orange 
{
background-color:#ff783a;	
}

.blue
{
background-color: #9b75f8;
}


.pink
{
background-color: #f1d8fb;
}

.fuchsia
{
background-color: #db3780;
}

#bra-search-form
{
margin: 5px 0 0 0;
padding: 0;
float: left;
width: 970px;}

#bra-search-form .inside
{
background: #fff;
margin: 5px 0 0px 0;
padding: 10px 5px 5px 5px;
float: left;
width: 950px;
}

#bra-search-form  .inside div
{
float: left;
margin: 0px 20px 0 0;
}

#bra-search-form  .inside div.our-shops
{
float: right;
width: 220px;
margin: 0 0 0 0;
}

label.text
{
color: #ff783a;
font-size: 130%;
font-weight: bold;
}

#bra-search-form small
{
font-size: 85%;
}

a.search-tip
{
border-bottom: dotted 1px;
}

a.search-tip:hover
{
border-bottom: dotted 1px;
text-decoration: none;
}

a.search-tip span
{
display: none;
position:absolute;
padding: 0 5px;
background: #ff783a;
color:white;
font-size: 85%;
}

a.search-tip:hover span
{
display: inline;
}

#bra-search-form input
{

line-height: 1.5em;
}

#bra-search-form input.text
{
border: none;
border: solid 1px #ff783a;	
}

#bra-search-form input.checkbox
{
}

#bra-search-form input.submit
{
border: none;
width: 120px;
background: #ff783a;
color: #fff;
display:block;
margin: 10px 0;
}

#bra-search-form .help
{
font-size: 85%;
}

#bra-search-form ul
{
float: left;
}

#bra-search-content
{
float: left;
margin: 10px 0 10px 0;
width: 715px;
}

#bra-search-content li
{
list-style: disc inside;
}

#bra-search-content .inside
{
background: #fff;
float: left;
margin: 0px 5px 0 5px;
padding: 5px;

}

#results
{
float: left;
margin: 10px 0;
font-size: 90%;
}

col#size
{
width: 15%;
}

col#brand
{
width: 15%;
}

col#title
{
width: 40%;
}
col#time-left
{}

col#price
{
width: 10%;
}

#results thead td
{
background: #793432;
font-weight: bold;
color: #f1d8fb;
height: 20px;
}

#results thead a
{
    display: block;
    height: 13px;
    width: 12px;
    float: right;
}
.arrow-up
{
    background: url('/arrows.png') no-repeat 0 0;
}
.arrow-down
{
    background: url('/arrows.png') no-repeat -12px 0;
}
.active-arrow-up
{
    background: url('/arrows.png') no-repeat -24px 0;
}
.active-arrow-down
{
    background: url('/arrows.png') no-repeat -36px 0;
}

#results td
{
padding: 5px;
vertical-align: top;
}

#results a
{
color: #000;
}

#results a:visited
{
color: #a37f7e;
}

#results td img
{
float: left;
margin: 0 5px 5px 0;
}

img.brastop
{
height: 100px;
}

.odd td
{
background: #fff;
}

.even td
{
background: #f1d8fb;
}
.pagination
{
float: left;
width: 100%;
text-align: center;
margin: 10px 0;
font-size: 75%;
}

#bra-search-sidebar
{
float: right;
width: 250px;
height: 100px;
margin: 10px 0;
}