/* HTML */
body{
  font-family: sans-serif;
  font-size:13px;
}

h2.page-title{
	padding:5px 0 5px 5px;
	font-size:16px;
}

fieldset{
	border:1px solid #999;
	padding:10px 5px 10px 5px;
}

legend{
	color:#555;
	font-weight:bold;
}

a{
	color:#05c;
	text-decoration:none;
}

a:hover{
	color:#07f;
	text-decoration:underline;
}
/* --- */

/* Common style */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}
/* --- */

/* Site title */
.site_name{
	color: #fff;
}

h1.site_name {
  font-size: 17px;
}


.site_description{
	color: #bcf;
	font-style: italic;
}

h2.site_description{
	font-size: 15px;
}

.site_slogan{
	color: #57a;
	font-style: italic;
	font-weight: bold;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.announcement {
  border: 1px solid #aea;
  background-color: #ffc;
  padding: 0;
}

.announcement p {
  padding: 0;
  margin: 5px;
}
/* --- */

/* Menu */
.download-app img.icon {
	vertical-align: middle;
	border: none;
}
/* --- */

/* Category */
.categories{
	text-align:center;
	float:left;
	width:150px;
	height:250px;
	overflow:hidden;
	margin:5px 0px 5px 10px;
	padding:2px 2px 10px 2px;
	background-color:#eee;
}

.categories .info{
	font-size:13px;
	height:50px;
}

.categories .info a{
	color:#555;
	font-weight:bold;
	text-decoration:none;
}

.categories .info a:hover{
	color:#555;
	text-decoration:underline;
}
/* --- */

/* Categories tree */
.cattree_outer{
	margin:10px 0 10px 20px;
}

.cattree_inner{
	border:1px solid #ccc;
	padding:5px;
}

.cattree_link{
	float:right;
	margin-right:10px;
}

a.screenshot{
	color: #555;
	font-weight: bold;
}

a.screenshot:hover{
	color: #777;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#eee;
	padding:5px;
	display:none;
	color:#fff;
}

.categories-directory {
	margin: 5px 0 10px 10px;
	font-size: 13px;
	max-height: 300px;
	overflow: hidden;
}

.categories-directory div {
	padding: 3px 0 3px 0;
}

/* --- */

/* Product */
.productList .image{
	float: left;
	margin: 5px 10px 5px 5px;
}

.productList .title a{
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.productList .title a:hover{
	color: #999;
}

.productList .desc{
	margin-top: 5px;
}

.productDetail .teaser{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.productDetail .description{
	text-align:justify;
}

.productDetail h4#price{
	color:#369;
	margin: 20px 0 10px 0;
	font-size: 15px;
}

.product-image-page {
	text-align: center;
}

.product-image-page img {
	max-width: 650px;
}
/* --- */

/*** <NewsItemList> ***/
.news-item {
	margin: 15px 5px 20px 5px;
	border-bottom: 1px dotted #999;
}

.news-item.full {
	border: none;
}

.news-list {
	padding: 0 10px;
	border-top: 1px dotted #999;
}

.news-list.first {
	margin-top:10px;
	border-top: none;
}

.news-list.last {
	border-bottom: 1px dotted #ccc;
}

.news-list.odd {
	border-left: 2px solid #f96;
}

.news-list.even {
	border-right: 2px solid #f96;
}

.news-list .published-date,
.news-item .published-date {
	font-size: 11px;
	margin-top: 5px;
	color: #555;
}

.news-list .image,
.news-item .image {
	margin: 10px 10px 10px 0;
}

.news-list .image img,
.news-item .image img {
	max-width:200px;
}

.news-item .title {
	font-weight: bold;
	font-size: 16px;
	color: #069;
}

.news-list h2.title {
	color: #069;
	font-size: 18px;
}
/*** </NewsItemList> ***/

/* Message style */
.greeting{
	text-align:right;
	font-size:11px;
}

.message, .success, .failed{
	margin:5px 2px 5px 2px;
	padding:2px 2px 2px 2px;
	text-align:center;
	font-weight:bold;
}

.message, .success, .failed ul{
	list-style: none;
}

.message{
	color:#555555;
}

.success{
	color:#336699;
}

.failed{
	color:#990000;
}

.information{
	text-align:right;
	font-style:italic;
	font-size:12px;
}
/* --- */

/* Form style */
#form_subject{
	padding-bottom:10px;
}

#form_login{
	margin-top:20px;
}

#form_login .picture{
	float:left;
	width:100px;
	height:100px;
	background:#fff url(../images/login.gif) no-repeat center;
}

#form_login .form{
	float:left;
	left:100px;
}

#form_login .form div{
	margin-bottom:10px;
}

.required{
	color:#CC0000;
}
/* --- */

/* Table style */
.table{
    background-color:#ccf;
    font-size:12px;
}

.tableHeader{
    height: 25px;
}

.tableContent{
    background-color:#fff;
}
/* --- */

/* Button */
.button{
	font-weight:bold;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	height:27px;
}
/* --- */

/* Shopping cart style */
.cart-notification{
	font-size: 12px;
	font-style: italic;
	margin: 10px 10px 10px 10px;
}

.cart-notification .detail{
	margin: 5px 10px 5px 0px;
	float: left;
}
/* --- */

/* Search result style */
#searchResult{
	margin:5px 5px 5px 5px;
	padding-bottom:5px;
	clear: both;
}

#searchResult .spec{
	margin-bottom: 10px;
}

.searchResultTitle{
	color:#369;
	font-size:15px;
	margin-bottom:3px;
}

.searchResultTitle a{
	color:#369;
}

.searchResultTitle a:hover{
	color:#69B;
}
/* --- */

/* Tooltip style */
#show-tooltip img{
	vertical-align:middle;
}

#show-tooltip-text{
	padding:2px 5px 2px 5px;
	border:1px solid #cdd;
	background-color:#eff;
}

#help-text {
	border:1px solid #cdc;
	background-color:#efe;
	padding:0 5px 0 5px;
	width:85%;
	margin:auto;
}

#clearer{
	clear:both;
}
/* --- */

/* Promo item */
.promo-item{
	text-align: center;
	padding: 15px 10px 15px 10px;
}
/* --- */

/* Counter style */
#counter{
	margin:auto;
	width:80%;
	background:#fff url(../images/counter-middle.png) repeat-x top;
	font-size:12px;
	margin-bottom:35px;
	margin-top:25px;
}

#counter-left, #counter-middle, #counter-right{
	height:40px;
}

#counter-left, #counter-right{
	width:10px;
}

#counter-left{
	float:left;
	background:#fff url(../images/counter-left.png) no-repeat top left;
}

#counter-right{
	float:right;
	background:#fff url(../images/counter-right.png) no-repeat top right;
}

#counter-middle{
	padding:2px 1px 1px 1px;
	text-align:center;
}

#counter-title{
	color:#777;
}

#counter-content{
	font-size:15px;
	font-weight:bold;
}
/* --- */

/* Block Style */
.block-title{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.block-content{
	margin-bottom: 20px;
}

.profile-block {
	padding: 5px;
}

.profile-block .picture {
	text-align: center;
	margin-bottom: 5px;
}

.block.links {
	text-align: left;	
}

.block.links .title {
	text-align: center;	
	color: #777;
}
/* --- */

/* Breadcrumb */
.breadcrumb{
	margin: 7px 0 10px 0;
	font-size: 11px;
}
/* --- */

/* Not found information */
.not-found {
	border:1px solid #aaa;
	padding: 15px;
}

.not-found .info{
	text-align: center;
}
/* --- */

/* Paging style */
ul.paging{
	clear: both;
	padding:10px 0 10px 0;
	text-align:center;
}

ul.paging li{
	font-size:15px;
	padding:0 5px 0 5px;
	display:inline;
	list-style:none;
	background-color: #ccc;
	margin: 3px;
	padding: 3px 7px 3px 7px;
	border: 1px solid #aaa;
	border-radius: 3px;
}

ul.paging li.current{
	background-color: #f93;
	border: 1px solid #e82;
	color: #fff;
}

ul.paging li a{
	color: #555;
}

ul.paging li a:hover{
	text-decoration: none;
}
/* --- */

/* Footer */
#footer{
    text-align:center;
    font-size:11px;
    color:#fff;
    background-color:#555;
}
/* --- */
