﻿/* MasterPage.master CSS */

A:link
{
    color: #000000;
    text-decoration: none;
}
A:visited 
{
 color: #000000;
 TEXT-DECORATION: none
}
A:hover
{
	color: #62629f;
	text-decoration: none;
}
A:active 
{
 color: #000000; 
 text-decoration: none;
}


body 
{
	text-align:center;
}

#Hot
{
	width: 1024px;
	height: 120px;
	/*background-image: url(/images/ad_E.jpg);*/
	margin-bottom: 5px;
	/*background-repeat: repeat-x;*/
	margin:0 auto;
}

#Content
{
	width: 1024px;
	margin:0 auto;
}


#TitleLog
{
	width: 1024px;
	height: 90px;
	background-image: url(./images/Logo_back0000.png);
	background-repeat: repeat-x;
	margin:0 auto;
}
#LogoBlank
{
	float:left;
	width:240px;
}
#Logo
{
	float:left;
	width: 85px;
	height:90px;
	margin:5px 0 0 240px;
	background-image: url(./images/logo0000.png);
	background-repeat: no-repeat;
}
#LogoText
{
	float:left;
	padding-top:5px;
	font-size: 80px;
	color: #777777;
	font-family: Garamond;
	width:400px;
	
}
#Language
{	
	float: right;display: inline;
	padding-right: 20px;
	padding-top: 10px;	
}

#Title_RSide
{
	float:right;
	width: 3px;
	height: 100px;
	background-color: #bebebe;
	
}
#Title_Bot
{
	width: 1018px;
	height: 2px;
	background-color: #bebebe;
	margin-left: 6px;
	font-size: 1px;
	display: block;
}

#Navigate
{
	width: 1024px;
	height: 60px;
	margin:0 auto;
	font-size: 30px;
}

#Navigate A:link 
{
 color: #000000;
 TEXT-DECORATION: none
}
#Navigate A:visited 
{
 COLOR: #000000;
 TEXT-DECORATION: none
}
#Navigate A:hover
{
	color: #62629f;
	text-decoration: none;
}
#Navigate A:active 
{
 COLOR: #000000;  
 text-decoration: none;
}

/* Default.aspx CSS */

#Lists
{
	
}

#Lists .List
{
	float: left;
	width: 1018px;
	height: 260px;
	background-image: url(./images/List0000.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	text-align:center;
}
.aspDataList
{
	width: 800px;
	height: 260px;
	float:left;
	margin-left:-2px;
}

.aspItemImage
{
	width: 180px;
	height: 120px;
	overflow: hidden;
}

.aspImageBorderHidden
{
    overflow:hidden;
}

.aspItemImage img
{
	width: 180px;
	height: 120px;
}

.aspItemText
{
	width:180px;
}

.aspListButtons
{
    font-size: large;
    font-weight: bold;
}

.aspItemMore
{
    font-size: large;
}

#Lists .List_RSide
{
	width: 3px;
	height: 254px;
	margin-top: 10px;
	background-color: #bebebe;
	float:left;
	display:inline;
}
#Lists .List_Bot
{
	width: 1018px;
	height: 3px;
	margin-left:6px;
	background-color: #bebebe;
	display:inline;
}

#Lists .List .Title
{
	width: 190px;
	height: 260px;
	float: left;
	margin: 8px 0px 8px 4px;
	text-align: right;
}
#Lists .List .Title .TText
{
	margin-top: 50px;
	margin-left: 20px;
	height: 30px;
	color: #4b4960;
	text-align: center;
	font-size: 24pt;
}
#Lists .List .Title .TLine
{
	margin-left: 10px;
	width: 160px;
	height: 2px;
	background-color: #eaeaea;
	margin-top: 6px;
	font-size:1px;
}

#Lists .List .Item
{
	width: 200px;
	height: 230px;
	float: left;
	background-color: #eaeaea;
	/*margin: 8px 2px 8px 0px;*/
}

#Lists .List .Item .Item_Top
{
	height: 10px;
	background-image: url(./images/Product-Top0000.png);
	font-size:1px;
}

#Lists .List .Item .Item_Content
{
}

#Lists .List .Item .Item_Go
{
	text-align:right;
	padding-right:20px;
	padding-top:10px;
}

/* *List.aspx CSS */

#Category
{
	float: left;
	width: 224px;
	height: 800px;
	background-color: #f5f5f5;
}

#CList
{
	float: left;
	width: 800px;
	height: 800px;
	background-color: #fcfcfc;
}

#CListContent
{
	width: 740px;
	height: 760px;
	margin: 10px 10px 10px 0px;
	padding-left:10px;
	border-right: #bcc0dd 3px solid;
	border-top: #bcc0dd 3px solid;
	border-left: #bcc0dd 3px solid;
	border-bottom: #bcc0dd 3px solid;
}

#CTop
{
	width:224px;
	height:60px;
}

#Category .CategoryText
{
	margin-bottom:80px;
	height: 30px;
	width: 224px;
	color: #4b4960;	
	font-size: 24pt;
	text-align:center;
}

#Category .CategoryText a
{

}

#SelectCategory
{
	float:right;
	width: 180px;
	height: 5px;
	background-color: #62629f;
	font-size:1px;
}

.CNoSelect
{
	float: right;
	width: 100px;
	height: 5px;
	font-size:1px;
}

.CListImage
{
	margin-top:12px;
	margin-left:22px;
	width:300px;
	height:200px;
	float:left;
	display:inline;
}

#CListItem
{	
	float:left;
	display:inline;
	text-align:left;
	width:340px;
	height:160px;
	margin-top:20px;
	margin-left:22px;
}

#CListButtons
{
	text-align:center;
	display:inline;
	width:300px;
}


/* Product.aspx CSS */

#PImage
{
	float:left;
	width:340px;
	height:270px;
	margin-left:20px;
	text-align:left;
	margin-top:10px;
	display:inline;
}

#PInfo
{
	float:left;
	width:340px;
	height:270px;
	text-align:left;
	padding-top:10px;
}

.PInfoTD
{
	width: 300px;
	height: 24px;
	border-bottom: #9aa8bb thin solid;
}

.PInfoTD1
{
	width: 300px;
	height: 24px;
	border-bottom: #bcc0dd thin solid;
}

#PMoreImages
{
	float:left;
	width:740;
	margin-left:20px;
	display:inline;
}

.PTheImage
{
	width: 300px;
	height: 200px;
	float: left;
	margin: 2px 12px 2px 2px;
	display:inline;
}

.PImage0
{
	width: 300px;
	height: 200px;
	float: none;
	margin: 2px;
}

#PImageInfo
{
 text-align:center;
}

#Foot
{
    clear:left;
    margin:0 auto;
}

.declare
{
	color:Red;
	text-align:center;
}

.declare_div
{
	float:none;
	width:740px;
	padding-top:30px;
}

.list_P
{
	text-align: center;
}

.Gallery
{
	border-bottom: #3366cc 3px solid;
	text-align: center;
}

.GalleryItem
{
	border-right: #0066cc 1px solid;
	border-top: #0066cc 1px solid;
	margin: 2px;
	border-left: #0066cc 1px solid;
	width: 240px;
	border-bottom: #0066cc 1px solid;
	height: 200px;
	display:inline;
}

.GTheImage
{
	width: 240px;
	height: 180px;
	overflow:hidden;
}

.GTheImage img
{
	width: 240px;
	height: 180px;
}