.shoppingcart {
    height: 40px;
    margin: 0 auto;
    width: 900px;
}

#content_panel.left_navigation .shoppingcart {
    width: 900px;
}

.cart {
    background-image: url("http://static.localedge.com/sitethemes/images/cart.png");
    float: right;
    height: 35px;
    margin-right: 0px;
    margin-top: 5px;
    position: absolute;
    right: 10px;
    top: -33px;
    width: 232px;
}

.cart2 {
    background-image: url("http://static.localedge.com/sitethemes/images/cart2.png");
    float: right;
    height: 35px;
    margin-right: 0;
    margin-top: 5px;
    position: absolute;
    right: -52px;
    top: 5px;
    width: 50px;
}

#navigation_wcart {
    margin-right: 60px;
}

.shoppingcartarea {
    width:900px;
    margin:0 auto;
}

#content_panel.left_navigation .shoppingcartarea {
    width: 675px;
}

.cart-indicator {
    position: absolute;
    width: 350px;
    height: 25px;
    top: 8px;
    right: 15px;
    color: yellow;
    text-align: right;
    z-index: 100;
}

/*products page*/
.productResults {
    font-size: 12px;
    margin-right: 10px;
    text-align: right;
}

.productResults a {
    color:#039;
}

.productResults a:hover {
    color:#666;
}

.productContainer {
    margin-left: 7px;
    width: 900px;
}

#content_panel.left_navigation .productContainer {
    width: 675px;
}


.productCartImage {
    float: left;
    height: 220px;
    width: 280px;
    
    text-align: center;
}

.productCartImage img {
    max-width: 280px;
	max-height: 220px;
}

ul.products {
    list-style: none;
    padding: 0;

    width: 900px;

    margin: 0 auto;
}

#content_panel.left_navigation ul.products {
    width: 675px;
}

li.customProduct, .customProduct .thumb, .customProduct .summary, .customProduct .info {
    width: 280px;
}

li.customProduct {
    float: left;
    margin: 10px 10px 20px;
    position: relative;
}

.customProduct .thumb {
    height: 180px;

    text-align: center;
}

.customProduct .thumb img {
	max-width: 280px;
	max-height: 180px;
}

.customProduct .summary {
    overflow: hidden;
    
    text-align: left;
}

.customProduct .info {
    height: 85px;
}

.customProduct .info h4 {
    margin: 4px 0 !important;
}

.productInfo h1 {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
}

.productInfo h1 a {
    color:#000000;
    text-decoration:none;

}

.productInfo h2 {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    margin: 2px 0 0;
    padding: 0;
    text-align: left;
}

.productInfo h3 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
}

.productInfo h3 a {
    text-decoration:underline;
    color:#039;
}

.productInfo h3 a:hover {
    color:#666;
}

.productInfo h4 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 0;
    text-align: left;
}
/*products page*/


/*Main products page*/

.mainProduct {
    margin: 10px 5px 5px;
    width: 880px;
}

#content_panel.left_navigation .mainProduct {
    width: 655px;
}

.mainProductImageContainer {
    float: left;

    height: 320px;
    width: 500px;

    text-align: center;
}

#content_panel.left_navigation .mainProductImageContainer {
    float: none;
    width: 675px;
}

.mainProductImage {
    max-height: 320px;
    max-width: 500px;

    vertical-align: baseline;
}

#content_panel.left_navigation .mainProductImage {
    max-width: 675px;
}

.mainProduct .productInfo {
    float: left;
    margin-left: 25px;
    text-align: left;
    width: 355px;
}

#content_panel.left_navigation .mainProduct .productInfo {
    float: none;
    margin: 25px 0 0 0;
    width: auto;
}

.mainProduct  .productInfo h1 {
    font-size:22px;
}

.mainProduct .productInfo h2 {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0 0;
    padding: 0;
    text-align: left;
}

.productForm {
    font-size: 15px;
    margin-top: 20px;
    width: 360px;
}

.Product_form_input {
    height: 30px;
    width: 360px;
}

.Product_form_input_area {
    float: right;
    width: 175px;
}
.Product_form_input_text {
    float: left;
    width: 150px;
}

.inStock {
    color: #009900;
    float: left;
    padding-right: 5px;
}

.outOfStock {
    color:#F00;
    float:left;

}

.Product_form_input_text h4
{
    font-size:12px;
}

.Product_form_input_text h4 a {
    text-decoration:none;
    color:#039;
}

.Product_form_input_text h4 a:hover {
    color:#666;
}

input.addcart {
    background-image: url("../images/buttons/add_cart.png");
    border: 0 none;
    font-size: 0;
    height: 25px;
    margin-bottom: 10px;
    margin-left: 16px;
    width: 106px;
}

input.addcart:hover {
    background-image: url("../images/buttons/add_cart-ro.png");
    cursor:pointer;
}

.cart_button {
    margin-top: 30px;

	float:left;
}
/*Main products page*/

/*shopping cart page*/

.shoppingCartProduct {
    height: 260px;
    margin: 15px auto 0;
    width: 650px;
}

.shoppingCartProduct .productInfo {
    float: left;
    height: 187px;
    margin-left: 25px;
    width: 280px;
}


.productImage h4 a, .Product_form_input_area a {
    text-decoration:none;
    color:#039;
    text-align:center;
    font-size:12px;
    margin-top:5px;
}

.productImage h4 {

    text-align:center;
}

.productImage h4 a:hover ,  .Product_form_input_area a:hover {
    color:#666;
}

.Product_form_input_text,
.shoppingCartProduct .productInfo,
.productForm {
    text-transform: capitalize;
}

.productInfo h1 {
    margin: 10px 0 0 !important;
}

.productInfo h2 {
    margin: 2px 0 0 !important;
    padding: 0 !important;
}

.cartBottom {
    margin: 0 auto 15px;
    width: 650px;
}

.cartSummary {
    float: left;
    height: 120px;
    padding-left: 10px;
    width: 330px;
}

.cartButtons {
    float: right;
    height: 120px;
    margin-left: 5px;
    width: 310px;
}

.cartSummary h1 {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-left: 0;
}

.cartSummary .note {
    color: #009900;
    font-size: 12px;
    line-height: 15px;
    margin-left: 0;
}

em.note {
    color: #009900;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 15px;
    margin-left: 0;
}

.cartSummary h4 {
    font-size: 12px;
    margin: 5px 0 0;
}

.cartSummary h4 a {
    text-decoration:none;
    color:#039;
}

.cartSummary h4 a:hover {
    color:#666;
}

.btn_continue {
    border: 0 none;
    margin-left: 16px;
    margin-top: 2px;
    width: 140px;
    float:left;
}

.btn_continue a {
    display: inline-block;
    height: 25px;
    width: 140px;
}

input.paypal {
    background-image: url("../images/buttons/paypal.png");
    border: 0 none;
    float: right;
    height: 28px;
    margin-bottom: 10px;
    margin-left: 5px;
    width: 144px;
}

input.paypal:hover {
    background-image: url("../images/buttons/paypal-ro.png");
    cursor:pointer;
}

img#paypal {
	padding-left: 10px;
}
/*shopping cart page*/

/*error page*/
.errorpage h1 {
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
}
/*error page*/

/*contact page*/

.form {
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    text-align: right;
    width: 310px;
}

.forms .text-input {
    color: #868686;
    padding: 2px;
    font-weight: bold;
    width: 251px;
}

.forms .text-area {
    color: #868686;
    height: 50px;
    margin-bottom: 0;
    padding: 2px 2px 0;
    width: 255px;
}

.form_input_text, .form_input_area, .form_input_checkbox {
    margin-bottom:10px;
}

.form_input {
    clear:both;
}

.form_input_area {
    float: right;
    min-height: 20px;
    width: 180px;
}

.form_input_checkbox {
    float: right;
    min-height: 20px;
    width: 260px;
    text-align:left;
}

.form_input_text {
    float: left;
    font-size: 14px;
    margin-top: 3px;
    text-align: left;
    width: 110px;
}

.notation {
    color: #FF0000;
    float: left;
    font-size: 10px;
    margin-right: 5px;
    padding-top: 2px;
}

.form h1 {
	font-size:25px;
	font-weight:bold;
	text-align:left;
 }

input.btn_save {
    background-image: url("http://static.localedge.com/sitethemes/images/buttons/save.png");
    width: 70px;
    border: 0 none;
    cursor:pointer;

    height: 25px;
}

input.btn_save:hover {
    background-image: url("http://static.localedge.com/sitethemes/images/buttons/save-ro.png");
}
/*contact page*/

.Gallerythumb {
    float: left;
    height: 187px;
    margin: 8px;
    width: 280px;
}
