@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin: 0;
	}
	
img {
	border: 0;
	}	
	
.logo{
	margin-left:15px;
	color: #333;
}

.photo{
	margin-top:20px;
	margin-right:15px;
}

.text-style, .password-style { 
     width: 200px; 
   }    

.mail {
	font-family:Verdana;
	font-size:small;
	}
	
.mail a:link, .mail a:visited {
	color:#999999;
	}
	
.mail a:hover {
	color:#F60;
	}

.modelNo{
	color:#00f;
	font-size:large;
	}	

.green{
	color:#090;
	}
	
.red{
	color:#f03;
	}
	
.warnings {
	color:#f33;
	font-size:small;
	background-image:url(image/warningIco.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	}

.footer{
	color:#F90;
	font-size:15px;
	}	
	
h5 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:60%;
	}
h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:small;
	font-weight: bold;
	color:#F90;
	}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bolder;
	color:#F90;
	font-size:20px;
	}
	
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bolder;
}	
	
address {
	color:gray;
	font-style:normal;
	font-size:0.8em;
	text-align:center;
	padding-top:10px;
	}
	
/* Basic setup Start */	

body {
	margin:0 auto;
	background-color:#FC3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
	}
	
/*Basic setup End */
#text {
	font-size:12px;
	line-height: 150%;
	padding-left:20px;
	padding-right:30px;
	padding-top: 30px;
}

.reading_dot {
	text-indent:20px;
}

#bredcram {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bolder;
	color:black;
	font-size:20px;
}
	
#mainsearch {
	width:1048px;
	margin:0 auto;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	}

#container {
	width:1048px;
	height:900px;
	background-image:url(image/bg-bar.jpg);
	background-repeat:repeat;
	margin:0 auto;
	}
	
#leftbar {
	width:250px;
	height:900px;
	float:left;
}

#leftbar a {
	display:block;
	margin-left:15px;
	padding:10px;
	color:black;
	width:210px;
	text-decoration:none;
	border-bottom:2px solid #CCC;
	font-weight: bolder;
}

#leftbar a:link, #leftbar a:visited {
	text-decoration:none;
	color:black;
	}
	
#leftbar a:hover {
	background-color:#FFFFCC;
	color:#F60;
	}

#navlist ul {
	margin-left:0;
	padding-left:0;
	white-space:nowrap;
	}
	
#navlist li {
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none;
	}

#navlist input#menubuttonY {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left:15px;
	padding: 0 10px 3px 0px; /*top right bottom left*/
	width: 172px;
	height: 30px;
	background: url(image/shop_selectY.gif) no-repeat;
	border: 0;
	}
	
#navlist input#menubutton {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left:15px;
	padding: 0 10px 3px 0px; /*top right bottom left*/
	width: 172px;
	height: 30px;
	background: url(image/shop_select.gif) no-repeat;
	border: 0;
	}
	
#add2cart_btn
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 3px 2px 15px; /*top right bottom left*/
	width: 125px;
	height: 28px;
	background: url(image/add2cartBtn.gif) no-repeat;
	border: 0;
	}

#seemore_btn
{
font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:5px;
	padding: 2px 5px 3px 5px; /*top right bottom left*/
	width: 125px;
	height: 28px;
	background: url(image/seemoreBtn.gif) no-repeat;
	border: 0;
	}	

#go_btn
{
font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top:5px;
	padding: 2px 5px 3px 5px; /*top right bottom left*/
	width: 61px;
	height: 28px;
	background: url(image/go.gif) no-repeat;
	border: 0;
	}	
	
#content_wrap {
	width:780px;
	height:800px;
	margin-left:250px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;   /*Firefox */
	-webkit-border-radius: 20px;     /* Safari Chrome */
}

#content {
	width:570px;
	height:800px;
	background-color:#FFF;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-left-radius: 20px;          	/*CSS3 */
	-moz-border-radius-bottomleft: 20px;     	/* Firefox */
	-webkit-border-radius-bottomleft: 20px;     /* Safari Chrome */
}

#ad {
	width:210px;
	height:790px;
	background-color:#FFF;
	float:right;
	padding-top:10px;
	border-bottom-right-radius: 20px;        /* CSS3 */
	-moz-border-radius-bottomright: 20px;    /* Firefox */
	-webkit-border-radius-bottomright: 20px;     /* Safari Chrome */
}

#ad input#login_btn {
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px 0 10px 0 ;
	font-weight: bold;
	padding: 2px 0 0px 5px; /*top right bottom left*/
	width: 110px;
	height: 25px;
	background: url(image/loginBG.gif) no-repeat;
	border: 0;
}

#content input#login_btn {
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px 0 10px 0 ;
	font-weight: bold;
	padding: 0 0 0px 5px; /*top right bottom left*/
	width: 110px;
	height: 25px;
	background: url(image/loginBG.gif) no-repeat;
	border: 0;
}

#footer{
	clear:both;
	width:auto;
	height:60px;
	background-color:#333;
	border-bottom-left-radius: 10px;          	/*CSS3 */
	-moz-border-radius-bottomleft: 10px;     	/* Firefox */
	-webkit-border-radius-bottomleft: 10px;     /* Safari Chrome */
	border-bottom-right-radius: 10px;        /* CSS3 */
	-moz-border-radius-bottomright: 10px;    /* Firefox */
	-webkit-border-radius-bottomright: 10px;     /* Safari Chrome */
	}
	



