/* CSS Design for lovebras.com */

/* Page/Body properties */

body {
	background-color: #F3F3F3;
/*	background-image: url(../images/page-background.jpg); background-repeat: repeat-x; /* Page background image, repeat-x */
	margin: 0px; padding: 6px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Overall link properties */

a:link, a:visited { text-decoration: none; color: #CC0033 }
a:hover { text-decoration: underline; color: #CC0033 }

/* Overall image properties */
img { border: 0px; }
img.border_grey { padding: 3px; border: 1px solid #E2E2E2; background-color: #FFFFFF }

/* Clearfix: Used to clear elements with "cleafix" class */

.clearfix:after { content: "."; display: block;	clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix {	display: inline-block; } html[xmlns] .clearfix { display: block; } * html .clearfix { height: 1%; }

/* Forms */
div.form_row { padding: 4px 0px; display: block; }
div.form_row label { width: 150px; display: block; float: left; }
input.btn_submit { background-color: #CC3366; padding: 4px 8px; font-weight: bold; color: #FFFFFF; text-transform: uppercase; border: 0px; }
div.row1 { background-color: #EEEEEE; padding-left: 10px; }
div.row2 { background-color: #F4F4F4; padding-left: 10px; }

/* Headers */
h1 { color: #000000; font-weight: normal; font-size: 20pt; padding-bottom: 4px; margin: 0px 0px 5px 0px; border-bottom: 1px solid #EAEAEA; line-height: 1}

h2 { color:#000000; font-weight: normal; font-size: 14pt; margin: 6px 0px; position: relative }
h2.final_total { color:#CC0033; }
h2.border { border-bottom: 2px solid #F2C4D2; padding-bottom: 5px}
h2.prod_temp_h2 { padding: 0px 0px 2px 0px; margin: 0px }
h2 span { position: absolute; top: 7px; right: 0px; font-size: 8pt; padding-right: 12px; background-image:url(../images/site/list-arrow.gif);
background-position: center right; background-repeat:no-repeat;}

/* Separators */
hr { color: #E6E6E6; height: 3px; width:100%; border: 0px; border-bottom: 1px solid #EAEAEA;}

/* Paragraphs */
p { line-height: 1.8; margin: 0px 0px 10px 0px; }

/* Fonts */
.txt_sm_pink { color: #CC0033; text-decoration: none; }
a.txt_pink { color: #CC0033; }

/* Lists */
ul.bullet_list { list-style:none; padding-left: 15px}
ul.bullet_list li { padding: 0px 0px 8px 12px; background-image:url(../images/site/list-arrow.gif); background-repeat:no-repeat; background-position:0px 5px; }
ul.site_map li { padding: 0px 0px 2px 12px; }
ul.site_map_wrapper ul { float: left; margin: 0px 65px 0px 0px; }
ul.bullet_list li.st_header { background: none; padding: 8px 0px 0px 0px; } /* For site map */
ul.bullet_list li.st_header h2 { margin: 0px  }
