/* 
    Document   : shop.cart
    Created on : Mar 18, 2010, 12:03:16 PM
    Author     : Customer
    Description:
        Purpose of the stylesheet follows.
*/
.sideMenuItem01Selected{
	color:#3399FF;
	 font-family:"Arial"; 
	 font-size:14px; 
	 text-align:left;
	font-weight:bold;
	text-decoration:none;
}
.sideMenuItem01Selected:hover{
	text-decoration:underline;
	color:#3399FF;
	 font-family:"Arial"; 
	 font-size:14px; 
	 text-align:left;
}
.sideMenuItem01{
	color:#3399FF;
	 font-family:"arial"; 
	 font-size:14px; 
	 text-align:left;
	text-decoration:none;
	font-weight:bold;
}
.sideMenuItem01:hover{
	text-decoration:underline;
	color:#3399FF;
	 font-family:"arial"; 
	 font-size:14px; 
	 text-align:left;
	 font-weight:bold;
}

#liquid-round {
    width:644px;
    background:#fff url(../../images/cart/left-side.gif) repeat-y left top;
}
.top {
    width:100%;
    height:20px;
    background:url(../../images/cart/top.gif) no-repeat left top;
}
.top span {
    display:block;
    position:relative;
    height:20px;
    background:url(../../images/cart/top-right.gif) no-repeat right top;
}

.center-content {
    position:relative;
    background:url(../../images/cart/right-side.gif) repeat-y right top;
    padding:1px 10px 1px 10px;
    margin:-11px 0 0px 0;
}

.bottom {
    height:21px;
    background:url(../../images/cart/bottom.gif) no-repeat left bottom;
}
.bottom span {
    display:block;
    position:relative;
    height:20px;
    background:url(../../images/cart/bottom-right.gif) no-repeat right top;
}
.alignRight{text-align:right;}
.alignRight{text-align:right;}
/*---- CART TABLE*/
#cart{margin-top:25px;}
#cart table{
    border:none;
    width:630px;
    margin:auto;
}
#cart td{
    padding:10px;
    font-size:12px;
    border-right:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
}
#cart_table_titles td{
    color:#247eae;
    text-align:center;
    font-size:14px;
    border:none;
}
#cart h2{color:#247eae;}
/*---- CART ORDER*/
h3.options_titles{
    color:#FFFFFF;
    padding:3px 0 12px 5px;
    font-weight:normal;
    background:url(../../images/cart/titles_down_arrow.gif) bottom left #006FAD no-repeat;
}
/*---- CART PAYMENT OPTIONS*/

#cart hr{
    color:#e2e2e2;
    background-color:#e2e2e2;
    border:none;
    height:1px;
}
a.lightBlueBT, a.lightBlueBT:visited {
    margin:0 15px 0 15px;
    background: transparent url('../../images/cart/a_bt.gif')  no-repeat scroll top left;
    padding:9px 0px 10px 0px;
    *padding:10px; color:#247eae;
    text-decoration:none;
}
a.lightBlueBT span {
    background: transparent url('../../images/cart/a_bt_r.gif') top right no-repeat;
    font-size:1em;
    padding:9px 10px 10px 9px;
    *padding:0;
    height:20px;
    min-width:48px;
    text-align:center;
}
a.lightBlueBT, a.lightBlueBT:visited{*padding:0px; }
a.lightBlueBT span{
    *background-color:#D3EAFF;
    *height:20px;
    *padding-top:10px;
    *padding-bottom:8px;
    *margin-left:15px;
}
.cart_Actions{
    margin:15px 0 15px 0;
    padding:15px 0 15px 0;
    list-style:none;
    width:644px;
	*width:auto;
    margin:auto;
    text-align:right;
}
.cart_Actions li{display:inline;}
a.remove_x{
    margin:auto;
    text-align:center;
    display:block;
    width:16px;
    height:16px;
    text-indent:-5000px;
    background:url(../../images/cart/x_remove.gif) no-repeat;
    outline: none;
}
a.remove_x:hover{background-position:0px -16px;}
#cart_bottom{margin-bottom:13px;}
.cart_extras{
    width:50%;
    float:left;
}
.cart_extras img{
    float:left;
    margin:2px 5px 5px 0;
}
.cart_extras h3{
    color:#247eae;
    margin-bottom:2px;
}
.cart_extras p{margin:3px 0 6px 0;}
.cart_extras a, .cart_extras a:visited{color:#247eae;}
 .inputLOGON{
  width:190px;
  border:solid 1px #CCCCCC;
  font-family:Arial; font-size:12px; color:#3399FF; text-align:left;

   }
 .textLOGONStyle{font-family:Arial; font-size:14px; color:#333333;}
 .hrefLOGONStyle{font-family:Arial; font-size:12px; color: #3399FF;}
.ButtonLOGONStyle{
  background-color:#CCCCCC;
 color:#666666;
 font-family:Arial;
 font-size:14px;
 text-align:center;
 border:none;

 }

 div.payment_method {
	float:left;
	border:none;
	margin-right:8px;
 }

 div.payment_method input{
	display:inline;
 }

 div.payment_method label{

 }

 div.payment_method img{
	 margin-left:27px;
 }
