﻿.foo{}

/*===================== Clear default CSS ============================*/

/* Notes:
 *   2009-12-24: Remove all default settings from browsers.  
 */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address,variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th, caption {
	font-weight: normal;
	text-align: left;
}

img, fieldset {
	border: 0;
}


q:before, q:after {
	content:'';
}

/*============================= YuanBao default settings ============================*/

body
{
	font-size:12px; 
	font-family:"宋体",arial, verdana, helvetica, sans-serif; 
	color:#6b6a6a;
	background-image: url(images/yuanbao_default_bg.jpg); 
	background-attachment: fixed;
}

a
{
	color: #AE2035;
	text-decoration: none;
}

a img
{
	border: 0;
}

a:hover
{
	color: #AE2035;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 宋体,arial, helvetica, sans-serif;
}

h2, h3
{
    font-size: 16px;
}

.center 
{
	text-align: center;
}

.yuanbao_default_link
{
	color: #FF0000; 
	font-weight: bold; 
}

.yuanbao_color_red
{
	color: #AE2035;
}

.yuanbao_color_default
{
	color: #666666;
}

.yuanbao_color_pink
{
	color: #cc3399;
}

.yuanbao_line_through
{
	text-decoration: line-through;
}

.yuanbao_quality
{
	margin-bottom: 5px;
}

/*==============================================================================================================================================*/




/* ===================================================================================================*/


.sectiontitle
{
	color: #AE2035;
    font-size: 1.3em;
    font-weight: bold;
}

.sectionsubtitle
{
	color: #AE2035;   
    font-size: 1.1em;
    font-weight: bold;
}

.sectiontitle-blue
{
	color: #AE2035;
    font-size: 1.3em;
    font-weight: normal;
}

.smallprint
{
    font-size: x-small;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TABLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

td
{
    vertical-align: middle;
}

td.fieldname
{
    font-size: 12px;
}

.TableContainer
{
}

.TableContainer .Row
{
}
.TableContainer .Row .ItemName
{ 
	padding: 3px 10px 0px 0px;
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
}
.TableContainer .Row .ItemValue
{ 
	padding: 3px 0px 0px 0px;
	vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	STATIC PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.htmlcontent
{
	padding-bottom:5px;
}

.htmlcontent-title
{
	padding: 0 0 5px 0;
	clear:both;
}

.htmlcontent-header 
{
	font-size: 1.2em;
	font-weight: bold;
}

.htmlcontent-body
{

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
.clear 
{
	clear: both;
	zoom:1;
}

.clearboth
{
	clear: both;
}



.linkButton
{
	color: #3664A5;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

a.linkButton:hover
{

}

.dropDownLists
{
	height: 17px;
	font-size: 10px;
	padding-left: 2px;
	font-family: Tahoma;
}

.textBox
{
	margin: 1px;
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	background: url(Images/bgTextBox.gif) white repeat-x left top;
	color: #11354A;
	font-family: verdana;
	font-size: 8pt;
	padding: 1px;
	height: 15px;
}

.messageError
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.copyright
{
	float: right;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.copyright a
{
	color: #3664A5;
	background-color: inherit;
}




.fleft{ float:left;}
.fright{float:right;}
.lp5{ padding-left:5px;}
.tp5{ padding-top:5px;}
.bp5{ padding-bottom:5px;}
.rp5{ padding-right:5px;}








.adminButton
{
	background: url(images/grey_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;
	text-align: right;
	height: 20px;
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}

/* Clear Fix */
.clearfix:after
{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix
{
    display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* end of clearfix  */



/*

Add some CSS tips that should be used in the future when reading "The CSS missing manual"

. p.tip:before  { content: "HOT TIP!" }  - 特惠商品?
. :after 
. li:first-child {font-weight: bold; }
. input:focus {background-color: #FFFFCC; }
. body>h1
. h2+p
. a[href="http://www.cosmofarmer.com"]{ color:red; font-weight:bold; }
. a[href$=".pdf"] {
	background-image: url(doc_icon.png) no-repeat;
	padding-left: 15px;
  };

. a { color: teal !important; }
. text-indent: 25px; (p115)   Use this in Category.ascx 
. text-indent: 5em;
. ul, ol {   // Remove all paddings for ul and ol
	padding-left: 0;
	margin-left: 0;
  }
. list-style-image: url(images/bullet.gif);
. padding: 10px;
. overflow: scroll (visiable,auto,hidden)
. a:hover { background-position: 0 -39px; }
. a[href^='http://'] {
	background: url(images/globe.png) no-repeat right top;
  }

. a[href$='.pdf'] {
	background: url(images/acrobat.png) no-repeat right top;
  }

*/