.clr {
	clear: both;
}

.pagenavigation {
	text-align: center;
}

.jea_tools {
	float: right;	
}

.jea_tools img{
	border:none;
}

/*format list */
.limitbox {
	text-align: right;
}

dl.jea_item {
	border-bottom: 1px dashed #b2b4bf;
	padding-bottom: 1em;
}

dl.jea_item dt.title {
	clear: both;
	margin-bottom: 0.7em;
}

dl.jea_item dt.title strong {
	font-size: 1.3em;
}

dl.jea_item dt.image {
	float: left;
	margin-right: 1em;
}

dl.jea_item dt.image img {
	border-color: #819d26;
}

dl.jea_item span.slogan {
	float: right;
}

dl.jea_item span.slogan strong {
	color: red;
}

/*format detail */
.jea_toolbar {
	float: right;
}

.snd_imgs {
	float: right;
	height: 300px;
	overflow: auto;
}

.snd_imgs img {
	width: 120px;
	cursor: pointer
}

.item_second_column {
	float: right;
	width: 300px;
	margin-left: 2em;
	padding-left: 2em;
	border-left: 1px dashed #b2b4bf;
}

.item_description {
	margin-top: 2em;
	margin-bottom: 3em;
}

#jea_search_form td{
	padding:0 15px 10px 0;
}
#jea_search_form td.jea_label {
	text-align: right;
}

#jea_search_form select {
	width:12em;
}

/*format tabular list */
table.jea_listing, table.jea_listing thead, table.jea_listing th, 
table.jea_listing tbody, table.jea_listing td {border:1px solid #ccc;}

table.jea_listing {
border-collapse:collapse;
}

table.jea_listing th, table.jea_listing td {
padding:5px;
text-align:left;
}

table.jea_listing tbody th {
font-weight:bold;
}

table.jea_listing thead {
font-weight:bold;
white-space:nowrap;
text-align:left;
}
table.jea_listing tbody tr.row1{
    background:#F9F9F9;
}

table.jea_listing tbody tr:hover{
    background:#FFD;
}

table.jea_listing .number {
text-align:right;
}

table.jea_listing .published {
text-align:center;
}

table.jea_listing .delete {
text-align:center;
}/*****************ADDED STYLESHEET FOR PRODUCTS PAGE*****************/
.jea_item{font-family:arial, sans-serif;font-size:12px;}
.jea_item a{text-decoration:none;color:#26a5db;}
.jea_item a:hover, .jea_item a:focus, .jea_item a:active{text-decoration:underline;}
.jea_item .title a{color:#000;}
.jea_item .title a:hover, .jea_item .title a:focus, .jea_item .title a:active{text-decoration:none;}
.jea_item .title a:hover strong, .jea_item .title a:focus strong, .jea_item .title a:active strong{color:#26a5db;}

#product_top_search h2, #product_top_search p{font-size:14px;}
#product_top_search h2{margin-bottom:16px;}
#product_top_search p{margin-top:20px;}
#browseByForm select{width:190px;height:22px;margin-right:6px;font-size:11px;padding:3px 0px 0px 3px;}


