
/* Text Only */
.be_textonly div.be_textimageleft { float:left; padding:0 15px 15px 0; }
.be_textonly td.be_textimageleft { padding:0 15px 15px 0; }
.be_textonly div.be_textimageright { float:right; padding:0 0 15px 15px; }
.be_textonly td.be_textimageright { float:right; padding:0 0 15px 15px; }
.be_textonly div.be_textimagefull { clear:both: }
.be_textonly div.imagelabel { color:#d52b1e; padding:5px 10px 0 10px; }

/* Text With Left Image */
.be_leftimage div.image { float:left; padding:0 15px 15px 0; }
.be_leftimage div.imagelabel { color:#d52b1e; padding:0 10px; }

/* Text With Right Image */
.be_rightimage div.image { float:right; padding:0 0 15px 15px; }
.be_rightimage div.imagelabel { color:#d52b1e; padding:0 10px; }

/* Images Only */
.be_imagesonly div.be_imagesonlyrow { padding-bottom:15px; }
.be_imagesonly div.be_imagesonlycell { float:left; }

/* Table */
.be_table { padding-bottom:12px; }
.be_table th { font-size:1.4em; font-weight:bold; border-bottom:1px solid #ccc; padding:0 5px 3px 5px; }
.be_table td { padding:3px 5px 0 5px; }

/* Link List */
.be_linklist { padding-bottom:12px; }
.be_linklist th { font-size:1.4em; padding:0 15px 3px 0; }
.be_linklist td { font-size:1.4em; padding:0 0 3px 0; }

/* form */
.be_form { padding-bottom:10px; }
.be_form div { padding-bottom:5px; }
.be_form div.be_form_submitdiv { padding-left:130px; }
.be_form label { display:block; width:130px; float:left; }
.be_form .be_form_error { font-weight:bold; }
.be_form .be_form_success { font-weight:bold; }

/* Divider */
.be_divider { display:block; height:20px; background:url(../images/maincontent-split.jpg) top left no-repeat; margin:10px 0; }
.be_divider hr { display:none; }
#sidecontent .be_divider { background:url(../images/sidecontent-split.jpg) top left no-repeat; }
#store #maincontent .be_divider { background:url(../images/storecontent-split.jpg) top left no-repeat; min-height:20px; }
* html #store .be_divider { height:20px; }

