/* CSS Document */

@import url("common.css");

/*********************************
** CUSTOM TAG CLASS STYLE
*********************************/
.chapter-title-colored
{
	background-color: transparent;
	min-height: 90px;
}

*html .chapter-title-colored
{
	height: 90px auto;
}

.column-extra-left
{
	padding-right: 0px;
	text-align: center;
	width: 162px;
}

.column-extra-center
{
	width: 380px;
}

.article-row
{
	background-color: transparent;
	
	color: #333333;
	font-size: 11px;
	
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

.article-row ul
{
	list-style: none;
}

.article-row ul li
{
	margin: 0px;
	padding-bottom: 8px;
}
*html .article-row ul li
{
	padding-bottom: 0px;
	padding-top: 0px;
}

.shop-topic-summary
{
	background-position: top left;
	background-repeat: no-repeat;
	
	margin: 0px;
	margin-bottom: 25px;
	margin-left: auto;
	padding: 0px;
	padding-left: 84px;
	padding-top: 25px;
	
	width: 446px;
	height: 45px;
}
*html .shop-topic-summary
{
	margin-left: auto;
}

.shop-topic-summary a
{
	color: #333333;
	text-decoration: none !important;
}

.note
{
	color: #666666;
	font-size: 12px;
}

.big-link
{
	border-bottom: 2px solid #0000FF;
	
	font-size: 16px;
	font-weight: bold;
	
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.big-link a
{
	text-decoration: none !important;
}

.value
{
	font-size: 12px !important;
	font-weight: bold;
}

.admin-menu-header
{
	background-color: #A78A81;
	border: 1px solid #999999;
	
	color: #663300;
	font-size: 11px;
	font-weight: bold;
	
	margin: 0px;
	margin-left: 10px;
	padding: 4px;
	
	text-align: center;
}

.admin-panel
{
	background-color: #C6B3AD;
	border: 1px solid #999999;
	
	color: #000000;
	
	font-size: 11px;
	
	margin-left: 10px;
	padding: 8px 16px 16px 16px;
	
	text-align: left;
}

.admin-panel ul
{
	margin: 0px;
	padding: 0px;
}

.admin-panel ul li
{
	margin: 0px 0px 0px 10px;
	padding-bottom: 6px;
}

*html .admin-panel ul li
{
	padding-bottom: 0px;
}

.record-list
{
	border: 1px solid #999999;
	background-color: #EEEEEE;
	
	font-size: 11px;
	
	margin: 0px;
	padding: 0px;
	
	width: 100%;
}

.row-header th
{
	background-color: #CC9999;
	font-size: 12px;
	text-align: center;
}

.even td
{
	background-color: #E5E5E5;
}

.odd td
{
	background-color: #FFFFFF;
}

.indent-none
{
	margin: 0px;
	padding: 0px;
}

.tenant-box
{
	border: 1px solid #999999;
	
	margin: 0px;
	padding: 4px;
}

.vendor-icon-box
{
	float: left;
	
	border: 1px solid #999999;
	
	margin: 0px;
	padding: 1px;
	
	text-align: center;
	
	width: 152px;
}

.vendor-info
{
	float: left;
	
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	
	width: 280px;
}

.vendor-link-box
{
	float: left;
	
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	
	width: 85px;
}

.vendor-link-box a
{
	display: block;
	
	background-image: url('images/icon-search.gif');
	background-position: top left;
	background-repeat: no-repeat;
	
	color: #999999;
	
	padding: 0px 0px 10px 24px;
}

/*********************************
** CUSTOM TAG OBJECT (ID) STYLE
*********************************/
#button-print
{
	background-color: #FFCD98;
}

#header-extras
{
	margin: 0px;
	padding: 0px;
	padding-top: 84px;
}

#menu-extra
{
	margin-top: -22px;
}

#toolform-remove {
	display: block;
	float: left;
	
	background-image: url('../webadmin/assets/images/btn_h_del.gif');
	
	height: 17px;
	width: 100px;
	
	padding-top: 4px;
	margin: auto;
	
	cursor: pointer;
}

*html #toolform-remove {
	height: 21px;
}

#toolform-remove span {
	margin-left: 24px;
	
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

/*********************************
**
** SPECIFIC CATEGORY BACKGROUND
**
*********************************/
#ctg-beautyfashion
{
	background-image: url('images/annashop/header-beautyfashion.gif');
}

#ctg-foodentertainment
{
	background-image: url('images/annashop/header-foodentertainment.gif');
}

#ctg-homeliving
{
	background-image: url('images/annashop/header-homeliving.gif');
}

#ctg-mindbody
{
	background-image: url('images/annashop/header-mindbody.gif');
}

#ctg-motherbaby
{
	background-image: url('images/annashop/header-motherbaby.gif');
}

#ctg-specialguides
{
	background-image: url('images/annashop/header-specialguides.gif');
}

#sum-beautyfashion
{
	background-image: url('images/annashop/icon-bg-beautyfashion.gif');
}

#sum-foodentertainment
{
	background-image: url('images/annashop/icon-bg-foodentertainment.gif');
}

#sum-homeliving
{
	background-image: url('images/annashop/icon-bg-homeliving.gif');
}

#sum-mindbody
{
	background-image: url('images/annashop/icon-bg-mindbody.gif');
}

#sum-motherbaby
{
	background-image: url('images/annashop/icon-bg-motherbaby.gif');
}

#sum-specialguides
{
	background-image: url('images/annashop/icon-bg-specialguides.gif');
}


#head-image
{
	margin: 0px;
	padding: 0px;
	
	width: 570px;
	
	overflow: hidden;
}

/*********************************
** FORM RELATED STYLE
*********************************/
input,
textarea
{
	font-size: 12px;
}

.form-row
{
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.form-label
{
	float: left;
	
	font-size: 10px;
	
	margin: 0px;
	padding: 0px;
	
	width: 160px;
}

.form-field
{
	float: left;
	
	font-size: 10px;
	
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	
	width: 360px;
}

.button-contact
{
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	
	color: #666666;
	font-size: 11px;
	
	cursor: pointer;
	
	margin: 10px 10px;
	padding: 3px 8px 3px 8px;
}
