

#all {
	width: 1000px;
    margin: 0px auto;
}
#header {
    margin: 0px 0px 0px auto;
    padding: 0px 0px 0px 0px;
	color: #7b7483;
	height: 95px;
	background-color: #000;
}
#header a {
    color: #999;
    text-decoration: none;
}
#header a:hover {
    color: #fff;
    text-decoration: underline;
}
#logo {
    float: left;
}
#account {
    float: right;
    margin: 5px 10px 0 0;
    text-align: right;
}
#account a {
    padding: 0 10px;
    background-image: url(images/button_topmenus.jpg);
    background-repeat: no-repeat;
    background-position: center left;
}
#path {
    float: left;
    color: #999;
    font-size: 0.9em;
    margin: 5px 0;
}
#path a:hover {
    text-decoration: underline;
}
#cart {
    color: #999;
	font-size: 0.9em;
}
#cart a {
    color: #0f0;
}
#cart_message {}
#user {
    font-size: 0.9em;
    margin: 5px 0px;
}
#search2 {
    background-color: #ededed;
    border-bottom: 2px solid #888;
    color: #999;
    padding: 5px 5px 5px 15px;
	background-image: url(images/search_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    height: 20px;
    /* line-height: 20px; /* http://phrogz.net/CSS/vertical-align/index.html */
}
#search form {
    float: right;
    clear: right;
    margin: 0px 13px 0px 0px;
    padding: 0px;
}
#search input{
    border: 1px solid #c2c2c2;
}
#content {
    color: #000;
    background: #fff url(images/content_bg.jpg) repeat-x top;
    text-align: justify;
    line-height: 20px;
    font-size: 1em;
    padding: 10px 30px 20px 30px;
	clear: both;
    /*
    height: 480px;
    min-height: 480px;
    */
}
#content p {
    padding: 0px;
    margin: 0px 0px 20px;
}
#menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu_bottom {
    vertical-align: middle;
    height: 19px;
	display:block;
	background: #fff url(images/menubottom_bg.jpg) repeat-x bottom;
    padding: 7px 0px 5px 0px;
	border-top:2px solid #888;
	border-bottom:1px solid #606060;
}
#menu_bottom span {
    padding: 0px 0px 0px 30px;
}
#footer {
    clear: both;
    padding: 5px 10px;
	border-top: 2px solid #888;
    background: #ededed url(images/footer_bg.jpg) repeat-x bottom;
    color: #8a8a8a;
}
#footer a {
    margin-top: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #8a8a8a;
}
#footer a:hover {
    text-decoration: underline;
}
#bottom_feedback {
    background-color: #ededed;
    padding: 5px 30px 5px 25px;
}
#bottom {
    background-color:#272727;
  background-image: url(images/bg_cartbox.jpg);
    background-repeat: repeat-x;
    background-position:top;
    line-height: 1.8em;
    font-size: 0.9em;
    color: #fff;
    margin: 0px 0 10px;
	padding: 10px;
	height:100px;
}
#bottom a,
#bottom a:link,
#bottom a:active,
#bottom a:visited {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}
#bottom a:hover {
    text-decoration: underline;
}
.red {
    color: #aa2423;
}
.info {
    margin: 5px 0;
    border: 2px solid #888;
    background-color: #ffd;
    padding: 10px;
}
.info p {
    margin: 0;
    padding: 0;
}
.right {
    text-align: right;
}
#cart_box2 {
background-color:#272727;
  background-image: url(images/bg_cartbox.jpg);
    background-repeat: repeat-x;
    background-position:top;
border: 1px solid #515151;
display: inline;
width: 225px;
float:right;
padding: 8px 8px 5px 10px;
margin: 2px;
text-align:left;
}
#cart_box2 h6{
color:#ccc;
font-size:1.4em;
padding-bottom: 5px;
margin:0px;
}
