/* CSS Document */
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em; 
	background: #F0F0F0; 
	color: #454545; 
}
a { 
	color: #0E4D8B; 
	background: inherit; 
}
a:hover { 
	color: #000; 
	background: inherit;
}
a.title { 
	color: #B41A1A; 
	background: #FFF; 
}
h1 {
	letter-spacing: -1px;
	margin: 0;
	font-family: Arial, Sans-Serif;
	font-size: 1.5em;
	font-weight: normal;
	height: 20px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
h2 { 
	margin: 0; 
	padding: 0; 
	font: normal 1.6em Arial, Sans-Serif; 
	letter-spacing: -1px; 
}
h1 a { 
	color: #FFF; 
	background: inherit; 
}
h1 a, h2 a { 
	text-decoration: none; 
}
h1 a:hover, h2 a:hover { 
	color: #BFE1ED; 
	background: inherit; 
}
h3 { font: 90% Arial, Sans-Serif; 
	margin: 0 0 10px 0; 
	padding: 0; 
	color: #5f5f5f; 
	background: #FFF; }
p {	
	margin: 0 0 0px 0; 
	line-height: 1.5em; 
}
form { 
	margin: 0; 
}
input.search { 
	width: 199px; 
	border: none; 
	background: #FFF url(../images/input.gif); 
	padding: 4px; 
	color: #808080; 
}
input.submit {
	height: 24px;
	font-weight: bold;
	width: 53px;
	border: none;
	padding: 3px;
	color: #FFF;
	background-color: #D96855;
	background-image: url(../images/button.gif);
}

/*index header*/
#header {
	width: 768px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/big_middle.gif);
	background-repeat: repeat;
}
.header_top {
	height: 15px;
	background-color: #FEFEFE;
	background-image: url(../images/big_top.gif);
	background-repeat: no-repeat;
}
.header_center {
	background-image: url(../images/big_middle.gif);
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
}
.logo {
	float: left;
	width: 203px;
	height: 75px;
	color: #FFF;
	border-top: 1px solid #137DA2;
	border-bottom: 1px solid #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
	background-color: #5BB2D1;
	background-image: url(../images/logobg.gif);
	background-repeat: repeat-x;
}
#logoimg {
	margin-top: 5px;
	margin-left: 5px;
	height: 73px;
	width: 185px;
}

.sf_right {
	width: 537px;
	float: right;
}
.sf_search {
	clear: both;
	color: #FFE4E0;
	border-top: 1px solid #AA1717;
	border-bottom: 1px solid #000;
	padding: 9px 0 17px 15px;
	margin-top: -2px;
	background-color: #CA090D;
	background-image: url(../images/searchbg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 33px;
}
#nav { 
	width:100%; 
	float:left; 
}
#nav ul { 
	margin:0; 
	list-style:none; 
	padding: 0; 
}
#nav a, #nav strong, #nav span {
	float:left;
	display:block;
	color:#fff;
	padding: 7px 20px 4px 10px;
	text-decoration:none;
	font-weight: bold;
	background-color: #C43219;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
#nav a { float:none; }
#nav li {
	float:left;
	color: #FFF;
	margin:0;
	padding:0 0 0 9px;
	background-color: #C43219;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav #current {
	color: #FFF;
	background-color: #1995C2;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0 -41px;
}
#nav #current a {
	padding:7px 20px 4px 11px;
	color:#FFF;
	background-color: #1995C2;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: 100% -41px;
}
#nav a:hover {
	color:#BFE1ED;
	background-color: #C43219;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}  
.header_bottom {
	clear: both;
	color: #FFF;
	height: 15px;
	background-color: #FEFEFE;
	background-image: url(../images/big_bottom.gif);
	background-repeat: no-repeat;
}

/*index_main*/	
#main {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
.main_top {
	height: 15px;
	background-color: #FEFEFE;
	background-image: url(../images/big_top.gif);
	background-repeat: no-repeat;
}
.main_bottom {
	height: 15px;
	background-color: #FEFEFE;
	background-image: url(../images/big_bottom.gif);
	background-repeat: no-repeat;
}
.main_center {
	background-image: url(../images/big_middle.gif);
	background-repeat: repeat;
	padding-right: 10px;
	padding-left: 10px;
}
.main_left {
	float: left;
	width: 200px;
}
.main_right {
	float: right;
	width: 534px;
}
.mr_header {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.mr_left {
	float: left;
	width: 260px;
	margin: 0px;
	padding: 0px;

}
.mr_right {
	float: right;
	width: 260px;
	margin: 0px;
	padding: 0px;
	
}

.Categories {
	width: 100%;
	padding-top: 5px;
}
.c_title {
}
.out {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}
.in2 {
	position:relative;
	margin:2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
 }
.name {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	white-space:normal;
	word-break:break-all;
	overflow:hidden;
	text-align: center;
}
.list {
	width:100%;
	padding-top: 5px;
	}
.list_center {
	width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.list_mian {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 2px;
}

.list_page {
	float:left;
	margin-left: 5px;
	}
.list_choose {
	float:right;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
.lm_left {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px outset #CCCCCC;
}
.lm_right {
	float: right;
	margin-right: 10px;
}
.lmr_left {
	float:none;
	height: auto;
	width: auto;
	margin-right: 5px;
	margin-left: 10px;
}





#footer {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #808080;
	background: #f0f0f0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #eee;
}
#nav_b{ 
		margin:0;
		padding:0;
		list-style:none;
}
#nav_b li{
		float:left;
}
#nav_b li a{
		font-size:11px;
		color:#000000;
		text-decoration:underline;
		display:block;
		margin-left:10px;
}
.lmr_right {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.flickr {
	TEXT-ALIGN: left;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.flickr a {
	BORDER-RIGHT: #dedfde 1px solid; PADDING-RIGHT: 6px; BORDER-TOP: #dedfde 1px solid; PADDING-LEFT: 6px; PADDING-BOTTOM: 2px; BORDER-LEFT: #dedfde 1px solid; COLOR: #0061de; MARGIN-RIGHT: 3px; PADDING-TOP: 2px; BORDER-BOTTOM: #dedfde 1px solid; TEXT-DECORATION: none
}
.flickr a:hover {
	BORDER-RIGHT: #000 1px solid; BORDER-TOP: #000 1px solid; BACKGROUND-IMAGE: none; BORDER-LEFT: #000 1px solid; COLOR: #fff; BORDER-BOTTOM: #000 1px solid; BACKGROUND-COLOR: #0061de
}
.meneame a:active {
	BORDER-RIGHT: #000 1px solid; BORDER-TOP: #000 1px solid; BACKGROUND-IMAGE: none; BORDER-LEFT: #000 1px solid; COLOR: #fff; BORDER-BOTTOM: #000 1px solid; BACKGROUND-COLOR: #0061de
}
.flickr span.current {
	PADDING-RIGHT: 6px; PADDING-LEFT: 6px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; COLOR: #ff0084; MARGIN-RIGHT: 3px; PADDING-TOP: 2px
}
.flickr span.disabled {
	PADDING-RIGHT: 6px; PADDING-LEFT: 6px; PADDING-BOTTOM: 2px; COLOR: #adaaad; MARGIN-RIGHT: 3px; PADDING-TOP: 2px
}
.Detail {
	padding-top: 5px;
}
.d_main {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #CCCCCC;
	border-bottom-color: #EBEBEB;
	border-left-color: #CCCCCC;
}


.dm_left {
	margin: 10px;
	float: left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	overflow:visible;
}
.dm_center {
}
.dm_right {
	float: right;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.buy_right {
	float: right;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.Selector {
	width: 100%;
	padding-top: 5px;
}
.sm_title {font-size:14px;}
.s_main {
	border: 1px solid #CCCCCC;
	float:left;
}
.sm_top img {
	float: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.sm_center {
	padding-right: 10px;
	padding-left: 10px;
	float:left;
}
.sm_bootom {
	float:right;
	overflow: auto;
	}
#footer p {	line-height: 2em; }
#footer a {	color: #4F4F4F; background: #f0f0f0; border-bottom: 1px dotted #808080; text-decoration: none; } 

/*ProductDetail*/

.pd_main_h {
	margin-right: 5px;
	margin-left: 5px;
}
.pd_main_l {
	float: left;
	width: 200px;
	margin-left: 5px;
}
.pd_main_r {
	float: right;
	width: 520px;
	margin-right: 5px;
}


/*Productlist*/
#pl_r {
	float: right;
	width: 530px;
	margin-right: 5px;
}
.pl_rl {
	float: left;
	width: 530px;
}
.pl_rr {
	float: right;
	width: 220px;
}


.pl_l {
	float: left;
	width: 200px;
	margin-left: 5px;
}
/*searresult*/
#s_left {
	float:right;
	width: 525px;
	padding-left: 5px;
}
.sl_header {
	width:100%;
}
.sl_left {
	width:255px;
	float:left;
}
.sl_right {
	width:255px;
	float:right;
}
.s_right {
	float:left;
	width:200px;
	padding-right: 5px;
	}
/*abouttus*/
.a_left {
	float: left;
	width: 200px;
	padding-left: 5px;
}
.a_right {
	float: right;
	width: 520px;
	padding-right: 5px;
}
.STYLE2 {font-size: 2em}
.imgrelist2 {
	border:none;
	}
.sclist02 {border: 1px solid #CCCCCC;}

.banner {
	padding-top:5px;
}
.html {
	padding-top:5px;
}
.all {
 margin:0 auto;
}
	
