/* begin overall style */

.clear
{
    clear: both;
    height: 0px;
}

.message
{
	color: red;
	font-size: 0.9em;
    margin: 2px;
    padding: 3px;
}

h2
{
    text-align: left;
    color: #555;
}

h3
{
    color: #555;
}

body
{
    margin: 0;
    padding: 0;
    background: white;
    color: #444;
    font: normal 10pt Arial,Helvetica,sans-serif;
    /*background:white url(bg.gif) repeat-x left top;*/
    background: white url(bg2.gif) repeat;
}

#page
{
    width: 980px;
    margin: 0 auto;
    padding: 0;
}

#header
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 240px;
    background: #FFF;
	border-bottom: 1px solid silver;
}

#logo
{
    padding: 20px 0 20px 10px;
    font-size: 200%;
}

#banner
{
    margin: 0;
    padding: 0;
}

#mainmenu
{
	margin: 3px;
    padding: 0;
    position: absolute;
    top: 178px;
}

#onlineHelp
{
	margin: 3px;
    padding: 0;
    position: absolute;
    top: 210px;
	width: 100%;
	height: 25px;
	text-align: center;
}

#adsBanner
{
    position: relative;
    margin: 0px;
    padding: 3px 0px 0px 0px;
	text-align: center;
    background: #FFF;
}

#content
{
    position: relative;
    margin: 0px;
    padding: 5px 5px 5px 5px;
    background: #FFF;
}

#sidebar
{
    float: left;
    width: 190px;
    padding: 0;
    border: 0;
}

#contentpane
{
    float: left;
    width: 578px;
    padding: 5px 5px 15px 5px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

#rightpane
{
    float: left;
    width: 200px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#footer
{
    padding: 15px;
    margin: 0px;
    background: #ffc;
    font-size: 0.8em;
    text-align: left;
    border-top: 1px solid silver;
}
/* end of overall style */

/* begin data grid style */
table.dataGrid
{
    background: white;
    border-collapse: collapse;
    width: 100%;
}

table.dataGrid th, table.dataGrid td
{
    font-size: 0.9em;
    border: 1px #4F81BD solid;
    padding: 0.3em;
}

table.dataGrid th
{
    background: #d3dfee;
    text-align: center;
}

table.dataGrid th.label
{
    width: 150px;
}

table.dataGrid tr.odd
{
    background: #E6F2FF;
}
/* end of data grid style */

.actionBar
{
    margin: 10px;
}

div.item
{
    margin: 10px 0 0 0;
    border: 1px solid silver;
    padding: 5px;
	background: #eee;
}

/******************************************************************************
 Components style
 ******************************************************************************/
.productPane,
.categoryPane
{
    font-size: 0.9em;
    margin: 0;
    padding: 5px;
    width: 99%;
    margin-bottom:5px;
}

.categoryPane
{
	padding: 0px;
	width: 180px;
	float: left;
}

.productPane2
{
	padding: 0px;
	margin-left: 185px;
}

.productPane  .header,
.categoryPane .header
{
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    padding: 4px 0 4px 4px;
    background: url(title_menu.gif) repeat-x bottom left;
}

.productPane  .header a,
.productPane  .header a:hover,
.productPane  .header a.active
{
    color: white;
	text-decoration: none;
}

.categoryMenu
{
    font-size: 0.9em;
    float: left;
    width: 180px;
    margin: 0;
    padding: 0;
    background-color:#EEE;
}

.categoryMenu .header
{
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    padding: 4px 0 4px 4px;
    background: url(title_menu.gif) repeat-x bottom left;
}

.categoryMenu .hypelinkHeader a
{
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    display: block;
    position: relative;
    width: auto;
    text-decoration: none;
    padding: 4px 0 4px 4px;
    background: url(title_menu.gif) repeat-x bottom left;
}

.categoryMenu .hypelinkHeader a:hover, .categoryMenu .hypelinkHeader a.active
{
    background:url(title_menu_h.gif) repeat-x bottom left;
}

.categoryMenu ul
{
    margin: 0;
    padding: 0;
}

.categoryMenu ul li
{
    display: inline;
}

.categoryMenu ul li a
{
    color: white;
    display: block;
    position: relative;
    width: auto;
    padding: 6px 0px 6px 10px;
    text-decoration: none;
    font-weight: bold;
    background: url(title_menu.gif) repeat-x bottom left;
}

.categoryMenu ul li a:hover, .categoryMenu ul li a.active
{
    background:url(title_menu_h.gif) repeat-x bottom left;
}
/******************************************************************************
 portlet style
 ******************************************************************************/

.portlet
{
    -moz-border-radius: 7px;
    font-size: 0.9em;
    float: left;
    margin: 2px;
    padding: 3px;
    width: 177px;
    margin-bottom:15px;
    background-color:#EEE;
}

.portlet .header
{
    color:#555;
    font-size:1.2em;
    font-weight:bold;
    line-height:1;
    padding:5px 10px 6px;
    margin: 0;
    text-align:center;
}

.portlet .content
{
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    background:#F5F5F5;
    padding:5px 5px 10px 5px;
}

.portlet ul, .portlet ol
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0 0 0 5px;
    padding: 0;
}

.portlet li
{
    padding: 2px 0 4px 0px;
}

.portlet .row
{
    margin: 0 0 5px 0;
}

.portlet .row .hint
{
    margin: 0;
    padding: 0;
    color: #999;
}

/*-product style--------------------------------------------------------------*/
span.tag
{
    padding: 0 4px 0 0;
}

.tagCloud,
.product,
.productDetail
{
    font-size: 0.9em;
    margin: 2px;
    padding: 3px;
    margin-bottom: 15px;
}

.product
{
    float: left;
    width: 180px;
    margin-bottom: 2px;
    border: #999999 dashed 1px;
}

.tagCloud .header,
.product .header,
.productDetail .header
{
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px 6px;
    margin: 0;
    text-align: center;
    border-bottom: 0px solid silver;
}

.tagCloud .content,
.product .content,
.productDetail .content
{
    padding: 5px 0px 5px 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}

.product .content .thumb
{
    text-align: center;
    padding: 5px 0 5px 0;
}

.productDetail .content .image
{
    margin: 0;
    padding: 5px 0 5px 0;
    border-top: 1px solid silver;
}

.product .content .description,
.productDetail .content .description
{
    padding: 5px 0px 5px;
    border-top: 1px solid silver;
}

.product .content .description
{
    height: 40px;
}

.product .content .nav,
.productDetail .content .nav
{
    padding: 5px 0px 0px;
    border-top: 1px solid silver;
}

.product ul, .product ol,
.productDetail ul, .productDetail ol
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0 0 0 5px;
    padding: 0;
}

.product li,
.productDetail li
{
    padding: 2px 0 4px 0px;
}

.product .row
{
    margin: 0 0 5px 0;
}

.product .row .hint
{
    margin: 0;
    padding: 0;
    color: #999;
}

.producTitle  a
{
    color: #c00;
    text-decoration: none;
	font-size: 1.2em;
    font-weight: bold;
}

