
/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
@import url("externalLinks.css");


/* Elements
----------------------------------------*/
body
{
	background-color:#FFFFFF;
	text-align:center;
	background-color:#f1f1f1;
}

body, p, td, th, li, input
{
	font-family: Arial,"ËÎÌå", Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;

}

#mainContainer
{
	width:1000px;
	margin:0 auto;
	text-align:center;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited 
{
	color:#08408D;
	text-decoration:none;

}

a:hover, a:active
{
	color:#036fc7;
	text-decoration:none;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}


/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:11px;}
.large		{font-size:13px;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* Header
----------------------------------------*/
#header
{
	width:100%;
}
	
/* Main Content
----------------------------------------*/
#mainContent
{
	width:100%;
	margin:0 auto;
	background:#FFFFFF url(../images/mainContainerbg.jpg) repeat-x;
}
	#contentMinor
	{
		width:256px;
		float:left;
		overflow:hidden;
		display:inline;
			background: url(../images/left-bg2.jpg);
		
	}
	.siderbarA
	{
		color:#08408D;
		margin-left:20px;
		padding-left:15px;
		height:31px; 
		line-height:31px;
		vertical-align:middle;
		cursor:pointer;
		background:url(../images/siderbarA-bg.jpg) no-repeat;
	}
	.leftmenuB
	{
		margin-left:30px;
		padding-left:15px;
		height:25px; 
		line-height:25px;
		vertical-align:middle;	
		display:none;
	}
	.leftmenuB a:link,.leftmenuB a:visited { color:#333333}
	.leftmenuB a:hover, .leftmenuB a:active{color:#036fc7;}
	#contentMajor
	{
		width:734px;
		float:left;
		margin:0px;
		display:inline;
		overflow:hidden;
		text-align:center;

	}
		div#path{height:56px;line-height:75px;color:#54626B; overflow:hidden; vertical-align:middle;  text-align:right;}
		div#path a{ color:#54626B;}
		div#wrap {margin:20px;}


/* Footer
----------------------------------------*/
#footer
{
	clear:both;
	overflow:hidden;
	text-align:center
}
#footer a
{
	color:#FFFFFF;
	text-decoration:none;
}



#feedback_table  
{
	 float:left;
}
#feedback_table td 
{
	padding:5px;
}

.showmsg th, .showmsg td{ text-align:center}

#products_table, #basket_table{ width:95%; float:left; clear:both; background-color:#FFFFFF}
#basket_table{ margin-bottom:20px;}
#basket_table td{ padding:3px;}
.product{width:158px; padding:20px 0;}
.productimga{  border:1px solid #ededed; width:156px; height:114px; text-align:center; display:block;}
.productimg{ width:152px; height:110px;margin:2px;}
.productname{ text-align:center; background:url(../images/productname-bg.jpg) repeat-x; height:61px; padding-top:15px; line-height:26px; overflow:hidden}
.productname a{   text-align:center}
.productname input{ border:0; margin-right:5px; margin-top:0;}

.ShowPage{clear:both;  text-align:right;  margin:0 5px 0 0 ;}
#product_order{clear:both; text-align:center;margin-bottom:20px;}

.siderbarAindex{ height:31px; line-height:34px; vertical-align:middle; overflow:hidden; margin-left:100px;}

.indexnews dl dt a:link, .indexnews dl dt a:visited{ color:#FF7701; font:bold 14px; line-height:30px}
.indexnews dl dt a:hover, .indexnews dl dt a:active{ color:#FEA656}

.indexnews ul { clear:both; margin:0px 40px 0 20px;}
.indexnews li{ line-height:25px; border-bottom:1px solid #e4e4e4;background:url(../images/news-dot.jpg) left no-repeat;}
.indexnews li a{ float:left; display:inline}
.indexnews .newstime{ float:right; width:80px; text-align:left; display:inline; color:#8E8E8E}

.Pro_Name_index {width:156px;text-align:center; height:30px; line-height:30px; display:block; vertical-align:middle; background:url(../images/productname-index-bg.jpg);}
.Pro_Name_index a{  width:156px; text-align:center;}


