.shopping_cart{
        font-size:12px;
}

.shopping_cart h2{
        font-size:18px;
}

.wp_cart_button:hover{
	opacity:0.7;
}

.wp_cart_checkout_button:hover{
	opacity:0.7;
}

tr {
        border-bottom: 1px solid rgb(204, 204, 204);
}

#cart_img {
        display: block;
        padding: 5px 5px 0px 5px;
        margin-right: auto;
        margin-left: auto;
}

#emptycart_div {
        text-align: center;
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
        width: auto;
}

#emptycart_widget_div {
	position: relative;
	top: 0%;
	left: 0%;
}

#emptycart_txt {
        color: red;
        font-weight: bold;
}

#emptycart_txt a {
        color: #3366FF;
}

#emptycart_txt a:link {
        color: #3366FF;
}

#emptycart_txt a:visited {
        color: #3366FF;
}

#emptycart_txt a:active {
        color: #3366FF;
}

#cart_list {
        color: #808080;
        font-weight: normal;
        font-size: 1.0em;
}

#cart_list_div {
        padding: 0px 0px 5px 20px;
}

#cart_list_div ul li {
        list-style-type: disc;
	list-style-position: outside;
}

#notice_text {
        padding-left: 10px;
        align: center;
        font-weight: bold;
        font-size: 12px;
}

#title_text {
        align: center;
        font-weight: bold;
        font-size: 18px;
        color: #808080;
}

#shopping_cart_inner_div {
/*        margin: 15px 0px 20px 0px;*/
        margin-right: auto;
        margin-left: auto;
        width: auto;
}

.note_header_div {
        position:absolute;
        left;233px;
        top:260px;
}